|
|
|
1 | 2024-06-25T03:36:29.320Z | job assigned to worker 01J16QD09TKBTG44GV5VZRGBBF (queued for 1 m 5 s) |
|
2 | 2024-06-25T03:36:37.019Z | starting task 0: "setup" |
3 | 2024-06-25T03:36:37.075Z | ++ uname -s |
4 | 2024-06-25T03:36:37.078Z | + kern=SunOS |
5 | 2024-06-25T03:36:37.078Z | + case "$kern" in |
6 | 2024-06-25T03:36:37.079Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:36:37.082Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:36:39.091Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:36:39.198Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:36:39.201Z | + home_fs=zfs |
11 | 2024-06-25T03:36:39.201Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:36:39.201Z | + mkdir -p /home/build |
13 | 2024-06-25T03:36:39.204Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:36:41.205Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:36:41.208Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2024-06-25T03:36:41.214Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:36:41.220Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:36:41.220Z | ' 1.78.0 |
19 | 2024-06-25T03:36:41.220Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T03:36:41.220Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-25T03:36:41.220Z | ' default |
22 | 2024-06-25T03:36:41.223Z | * toolchain profile = "default" |
23 | 2024-06-25T03:36:41.223Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:36:41.223Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:36:41.335Z | info: downloading installer |
26 | 2024-06-25T03:36:42.928Z | info: profile set to 'default' |
27 | 2024-06-25T03:36:42.928Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:36:42.931Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:36:43.263Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:36:43.263Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:36:43.859Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:36:44.120Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:36:45.176Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:36:46.856Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:36:51.368Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:36:51.627Z | info: installing component 'cargo' |
37 | 2024-06-25T03:36:52.477Z | info: installing component 'clippy' |
38 | 2024-06-25T03:36:52.851Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:36:54.411Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:36:56.220Z | info: installing component 'rustc' |
41 | 2024-06-25T03:37:00.674Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:37:01.051Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:37:01.052Z | |
44 | 2024-06-25T03:37:01.350Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:37:01.350Z | |
46 | 2024-06-25T03:37:01.353Z | |
47 | 2024-06-25T03:37:01.353Z | Rust is installed now. Great! |
48 | 2024-06-25T03:37:01.353Z | |
49 | 2024-06-25T03:37:01.353Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:37:01.353Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:37:01.353Z | |
52 | 2024-06-25T03:37:01.353Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:37:01.353Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:37:01.353Z | |
55 | 2024-06-25T03:37:01.353Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:37:01.353Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:37:01.353Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:37:01.423Z | + rustc --version |
59 | 2024-06-25T03:37:01.488Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:37:01.492Z | process exited: duration 20274 ms, exit code 0 |
|
61 | 2024-06-25T03:37:01.499Z | starting task 2: "authentication" |
62 | 2024-06-25T03:37:01.522Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-25T03:37:01.528Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:37:01.534Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:37:01.537Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:37:01.703Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:37:07.705Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:37:07.705Z | + git fetch origin 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
69 | 2024-06-25T03:37:08.016Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:37:08.016Z | * branch 72a1a6cfaa46a278902621aa5adf6da710f008c2 -> FETCH_HEAD |
71 | 2024-06-25T03:37:08.026Z | + [[ -n a-shell-of-your-former-self ]] |
72 | 2024-06-25T03:37:08.029Z | ++ git branch --show-current |
73 | 2024-06-25T03:37:08.032Z | + current=main |
74 | 2024-06-25T03:37:08.032Z | + [[ main != a-shell-of-your-former-self ]] |
75 | 2024-06-25T03:37:08.032Z | + git branch -f a-shell-of-your-former-self 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
76 | 2024-06-25T03:37:08.035Z | + git checkout -f a-shell-of-your-former-self |
77 | 2024-06-25T03:37:08.168Z | Switched to branch 'a-shell-of-your-former-self' |
78 | 2024-06-25T03:37:08.171Z | + git reset --hard 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
79 | 2024-06-25T03:37:08.303Z | HEAD is now at 72a1a6cfa Define timeseries schema in TOML |
80 | 2024-06-25T03:37:08.306Z | process exited: duration 6775 ms, exit code 0 |
|
81 | 2024-06-25T03:37:08.313Z | starting task 4: "build" |
82 | 2024-06-25T03:37:08.319Z | + cargo --version |
83 | 2024-06-25T03:37:08.372Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T03:37:08.375Z | + rustc --version |
85 | 2024-06-25T03:37:08.433Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T03:37:08.436Z | + WORK=/work |
87 | 2024-06-25T03:37:08.436Z | + pfexec mkdir -p /work |
88 | 2024-06-25T03:37:08.440Z | + pfexec chown build /work |
89 | 2024-06-25T03:37:08.442Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-25T03:37:18.235Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-25T03:37:20.139Z | Startup: Caching catalogs ... Done |
92 | 2024-06-25T03:37:22.748Z | Planning: Solver setup ... Done (2.146s) |
93 | 2024-06-25T03:37:22.788Z | Planning: Running solver ... Done (0.039s) |
94 | 2024-06-25T03:37:22.831Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-25T03:37:22.843Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-25T03:37:23.069Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-25T03:37:23.118Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-06-25T03:37:23.168Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-25T03:37:23.922Z | Planning: Checking for conflicting actions ... Done (0.752s) |
100 | 2024-06-25T03:37:23.931Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-25T03:37:28.979Z | Planning: Evaluating mediators ... Done (5.046s) |
102 | 2024-06-25T03:37:28.988Z | Planning: Planning completed in 8.78 seconds |
103 | 2024-06-25T03:37:29.760Z | Packages to install: 4 |
104 | 2024-06-25T03:37:29.760Z | Mediators to change: 2 |
105 | 2024-06-25T03:37:29.760Z | Services to change: 1 |
106 | 2024-06-25T03:37:29.763Z | Estimated space available: 155.77 GB |
107 | 2024-06-25T03:37:29.763Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-25T03:37:29.763Z | Create boot environment: No |
109 | 2024-06-25T03:37:29.763Z | Create backup boot environment: No |
110 | 2024-06-25T03:37:29.763Z | Rebuild boot archive: No |
111 | 2024-06-25T03:37:29.763Z | |
112 | 2024-06-25T03:37:29.764Z | Changed mediators: |
113 | 2024-06-25T03:37:29.764Z | mediator clang: |
114 | 2024-06-25T03:37:29.764Z | version: None -> 15 (system default) |
115 | 2024-06-25T03:37:29.764Z | |
116 | 2024-06-25T03:37:29.764Z | mediator llvm: |
117 | 2024-06-25T03:37:29.764Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-25T03:37:29.764Z | |
119 | 2024-06-25T03:37:29.764Z | Changed packages: |
120 | 2024-06-25T03:37:29.764Z | helios-dev |
121 | 2024-06-25T03:37:29.764Z | developer/build-essential |
122 | 2024-06-25T03:37:29.764Z | None -> 11-2.0 |
123 | 2024-06-25T03:37:29.764Z | library/libxmlsec1 |
124 | 2024-06-25T03:37:29.764Z | None -> 1.2.35-2.0 |
125 | 2024-06-25T03:37:29.764Z | ooce/developer/clang-15 |
126 | 2024-06-25T03:37:29.764Z | None -> 15.0.7-2.0 |
127 | 2024-06-25T03:37:29.764Z | ooce/developer/llvm-15 |
128 | 2024-06-25T03:37:29.764Z | None -> 15.0.7-2.0 |
129 | 2024-06-25T03:37:29.764Z | |
130 | 2024-06-25T03:37:29.764Z | Services: |
131 | 2024-06-25T03:37:29.764Z | restart_fmri: |
132 | 2024-06-25T03:37:29.764Z | svc:/system/update-man-index:default |
133 | 2024-06-25T03:37:29.977Z | |
134 | 2024-06-25T03:37:29.977Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-25T03:37:34.984Z | Download: 489/3290 items 16.7/212.6MB 7% complete (3.5M/s) |
136 | 2024-06-25T03:37:39.986Z | Download: 911/3290 items 18.9/212.6MB 8% complete (1.9M/s) |
137 | 2024-06-25T03:37:44.987Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
138 | 2024-06-25T03:37:49.988Z | Download: 1900/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
139 | 2024-06-25T03:37:54.989Z | Download: 2597/3290 items 120.5/212.6MB 56% complete (3.7M/s) |
140 | 2024-06-25T03:38:00.794Z | Download: 3245/3290 items 203.0/212.6MB 95% complete (8.4M/s) |
141 | 2024-06-25T03:38:05.844Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
142 | 2024-06-25T03:38:08.832Z | Download: Completed 212.60 MB in 38.85 seconds (5.5M/s) |
143 | 2024-06-25T03:38:09.011Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-06-25T03:38:14.039Z | Actions: 3607/3689 actions (Installing new actions) |
145 | 2024-06-25T03:38:14.289Z | Actions: Completed 3689 actions in 5.28 seconds. |
146 | 2024-06-25T03:38:14.421Z | Done (0.129s) |
147 | 2024-06-25T03:38:14.422Z | Done (0.000s) |
148 | 2024-06-25T03:38:14.735Z | Done (0.312s) |
149 | 2024-06-25T03:38:20.376Z | Done (5.485s) |
150 | 2024-06-25T03:38:20.552Z | Done (0.106s) |
151 | 2024-06-25T03:38:20.555Z | Done (0.000s) |
152 | 2024-06-25T03:38:20.743Z | Done (0.000s) |
153 | 2024-06-25T03:38:21.319Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-06-25T03:38:21.481Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-06-25T03:38:21.485Z | Planning: Consolidating action changes ... Done |
156 | 2024-06-25T03:38:21.749Z | Planning: Evaluating mediators ... Done |
157 | 2024-06-25T03:38:21.753Z | Planning: Planning completed in 0.43 seconds |
158 | 2024-06-25T03:38:21.782Z | Mediators to change: 2 |
159 | 2024-06-25T03:38:21.782Z | Create boot environment: No |
160 | 2024-06-25T03:38:21.786Z | Create backup boot environment: No |
161 | 2024-06-25T03:38:21.855Z | Done |
162 | 2024-06-25T03:38:21.855Z | Done |
163 | 2024-06-25T03:38:22.056Z | Done |
164 | 2024-06-25T03:38:25.668Z | Done |
165 | 2024-06-25T03:38:25.754Z | Done |
166 | 2024-06-25T03:38:25.757Z | Done |
167 | 2024-06-25T03:38:25.899Z | Done |
168 | 2024-06-25T03:38:26.517Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-06-25T03:38:26.520Z | Planning: Merging actions ... Done |
170 | 2024-06-25T03:38:26.706Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-06-25T03:38:26.709Z | Planning: Consolidating action changes ... Done |
172 | 2024-06-25T03:38:26.966Z | Planning: Evaluating mediators ... Done |
173 | 2024-06-25T03:38:27.022Z | Planning: Planning completed in 0.75 seconds |
174 | 2024-06-25T03:38:27.056Z | Packages to change: 1 |
175 | 2024-06-25T03:38:27.057Z | Mediators to change: 1 |
176 | 2024-06-25T03:38:27.060Z | Services to change: 1 |
177 | 2024-06-25T03:38:27.060Z | Create boot environment: No |
178 | 2024-06-25T03:38:27.060Z | Create backup boot environment: Yes |
179 | 2024-06-25T03:38:29.086Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-06-25T03:38:29.132Z | Actions: Completed 6 actions in 0.05 seconds. |
181 | 2024-06-25T03:38:29.135Z | Done |
182 | 2024-06-25T03:38:29.135Z | Done |
183 | 2024-06-25T03:38:29.200Z | Done |
184 | 2024-06-25T03:38:32.836Z | Done |
185 | 2024-06-25T03:38:32.918Z | Done |
186 | 2024-06-25T03:38:32.925Z | Done |
187 | 2024-06-25T03:38:33.079Z | Done |
188 | 2024-06-25T03:38:33.516Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-06-25T03:38:33.516Z | clang system 15 system |
190 | 2024-06-25T03:38:33.516Z | csh system system illumos |
191 | 2024-06-25T03:38:33.516Z | ctags system system illumos |
192 | 2024-06-25T03:38:33.516Z | gcc vendor 12 vendor |
193 | 2024-06-25T03:38:33.516Z | gcc system 10 system |
194 | 2024-06-25T03:38:33.516Z | gcc system 7 system |
195 | 2024-06-25T03:38:33.516Z | go system 1.20 system |
196 | 2024-06-25T03:38:33.516Z | go system 1.19 system |
197 | 2024-06-25T03:38:33.516Z | llvm system 15 system |
198 | 2024-06-25T03:38:33.516Z | llvm system 14 system |
199 | 2024-06-25T03:38:33.516Z | mariadb system 10.6 system |
200 | 2024-06-25T03:38:33.516Z | mta vendor vendor dma |
201 | 2024-06-25T03:38:33.516Z | openjdk system 17 system |
202 | 2024-06-25T03:38:33.516Z | openjdk system 11 system |
203 | 2024-06-25T03:38:33.516Z | openjdk system 1.8 system |
204 | 2024-06-25T03:38:33.516Z | openssl vendor 3 vendor |
205 | 2024-06-25T03:38:33.516Z | perl system 5.36 system |
206 | 2024-06-25T03:38:33.516Z | postgresql system 15 system |
207 | 2024-06-25T03:38:33.516Z | postgresql system 13 system |
208 | 2024-06-25T03:38:33.516Z | python vendor 3 vendor |
209 | 2024-06-25T03:38:33.516Z | python system 2 system |
210 | 2024-06-25T03:38:33.516Z | python3 system 3.11 system |
211 | 2024-06-25T03:38:33.516Z | ruby system 3.0 system |
212 | 2024-06-25T03:38:33.516Z | words vendor vendor american-english |
213 | 2024-06-25T03:38:33.516Z | words system system australian-english |
214 | 2024-06-25T03:38:33.516Z | words system system british-english |
215 | 2024-06-25T03:38:33.516Z | words system system canadian-english |
216 | 2024-06-25T03:38:33.516Z | words system system french |
217 | 2024-06-25T03:38:33.516Z | words system system italian |
218 | 2024-06-25T03:38:33.516Z | words system system ngerman |
219 | 2024-06-25T03:38:33.516Z | words system system ogerman |
220 | 2024-06-25T03:38:33.517Z | words system system spanish |
221 | 2024-06-25T03:38:33.855Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-06-25T03:38:33.855Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-06-25T03:38:35.389Z | FMRI IFO |
224 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-06-25T03:38:35.390Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-06-25T03:38:35.916Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
237 | 2024-06-25T03:38:36.166Z | Updating git repository `https://github.com/oxidecomputer/zone` |
238 | 2024-06-25T03:38:36.436Z | Updating crates.io index |
239 | 2024-06-25T03:38:36.513Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
240 | 2024-06-25T03:38:37.359Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
241 | 2024-06-25T03:38:38.066Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
242 | 2024-06-25T03:38:38.318Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
243 | 2024-06-25T03:38:40.713Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
244 | 2024-06-25T03:38:41.229Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
245 | 2024-06-25T03:38:41.441Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
246 | 2024-06-25T03:38:42.510Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
247 | 2024-06-25T03:38:44.447Z | Updating git repository `https://github.com/oxidecomputer/opte` |
248 | 2024-06-25T03:38:45.480Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
249 | 2024-06-25T03:38:46.297Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
250 | 2024-06-25T03:38:46.863Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
251 | 2024-06-25T03:38:47.153Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
252 | 2024-06-25T03:38:47.700Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
253 | 2024-06-25T03:38:47.938Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
254 | 2024-06-25T03:38:48.420Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
255 | 2024-06-25T03:38:48.734Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
256 | 2024-06-25T03:38:48.975Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
257 | 2024-06-25T03:38:49.226Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
258 | 2024-06-25T03:38:49.526Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
259 | 2024-06-25T03:38:49.791Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
260 | 2024-06-25T03:38:50.091Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
261 | 2024-06-25T03:38:50.350Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
262 | 2024-06-25T03:38:50.954Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
263 | 2024-06-25T03:38:51.206Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
264 | 2024-06-25T03:38:51.479Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
265 | 2024-06-25T03:38:51.838Z | Updating git repository `https://github.com/oxidecomputer/typify` |
266 | 2024-06-25T03:38:53.876Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
267 | 2024-06-25T03:38:54.198Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
268 | 2024-06-25T03:38:54.758Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
269 | 2024-06-25T03:38:55.209Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
270 | 2024-06-25T03:38:56.183Z | Downloading crates ... |
271 | 2024-06-25T03:38:56.268Z | Downloaded adler v1.0.2 |
272 | 2024-06-25T03:38:56.271Z | Downloaded anstyle-parse v0.2.4 |
273 | 2024-06-25T03:38:56.273Z | Downloaded byteorder v1.5.0 |
274 | 2024-06-25T03:38:56.276Z | Downloaded anstyle-query v1.0.3 |
275 | 2024-06-25T03:38:56.276Z | Downloaded bytecount v0.6.8 |
276 | 2024-06-25T03:38:56.279Z | Downloaded autocfg v1.3.0 |
277 | 2024-06-25T03:38:56.282Z | Downloaded num-conv v0.1.0 |
278 | 2024-06-25T03:38:56.285Z | Downloaded pretty-hex v0.4.1 |
279 | 2024-06-25T03:38:56.285Z | Downloaded is-terminal v0.4.12 |
280 | 2024-06-25T03:38:56.288Z | Downloaded md5 v0.7.0 |
281 | 2024-06-25T03:38:56.288Z | Downloaded equivalent v1.0.1 |
282 | 2024-06-25T03:38:56.291Z | Downloaded pin-utils v0.1.0 |
283 | 2024-06-25T03:38:56.294Z | Downloaded pkg-config v0.3.30 |
284 | 2024-06-25T03:38:56.294Z | Downloaded num_threads v0.1.7 |
285 | 2024-06-25T03:38:56.296Z | Downloaded powerfmt v0.2.0 |
286 | 2024-06-25T03:38:56.297Z | Downloaded proc-macro-error v1.0.4 |
287 | 2024-06-25T03:38:56.302Z | Downloaded pest_meta v2.7.10 |
288 | 2024-06-25T03:38:56.304Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-06-25T03:38:56.307Z | Downloaded anstream v0.6.14 |
290 | 2024-06-25T03:38:56.310Z | Downloaded dtrace-parser v0.2.0 |
291 | 2024-06-25T03:38:56.310Z | Downloaded sync_wrapper v0.1.2 |
292 | 2024-06-25T03:38:56.313Z | Downloaded anstyle v1.0.7 |
293 | 2024-06-25T03:38:56.313Z | Downloaded filetime v0.2.23 |
294 | 2024-06-25T03:38:56.315Z | Downloaded crypto-common v0.1.6 |
295 | 2024-06-25T03:38:56.315Z | Downloaded itoa v1.0.11 |
296 | 2024-06-25T03:38:56.318Z | Downloaded form_urlencoded v1.2.1 |
297 | 2024-06-25T03:38:56.318Z | Downloaded time-core v0.1.2 |
298 | 2024-06-25T03:38:56.321Z | Downloaded dirs-sys-next v0.1.2 |
299 | 2024-06-25T03:38:56.321Z | Downloaded want v0.3.1 |
300 | 2024-06-25T03:38:56.323Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-06-25T03:38:56.323Z | Downloaded tower-service v0.3.2 |
302 | 2024-06-25T03:38:56.323Z | Downloaded futures-sink v0.3.30 |
303 | 2024-06-25T03:38:56.326Z | Downloaded fnv v1.0.7 |
304 | 2024-06-25T03:38:56.326Z | Downloaded digest v0.10.7 |
305 | 2024-06-25T03:38:56.329Z | Downloaded plain v0.2.3 |
306 | 2024-06-25T03:38:56.329Z | Downloaded tokio-macros v2.2.0 |
307 | 2024-06-25T03:38:56.332Z | Downloaded take_mut v0.2.2 |
308 | 2024-06-25T03:38:56.332Z | Downloaded strum v0.26.2 |
309 | 2024-06-25T03:38:56.332Z | Downloaded tinyvec_macros v0.1.1 |
310 | 2024-06-25T03:38:56.336Z | Downloaded slab v0.4.9 |
311 | 2024-06-25T03:38:56.336Z | Downloaded foreign-types v0.3.2 |
312 | 2024-06-25T03:38:56.336Z | Downloaded cpufeatures v0.2.12 |
313 | 2024-06-25T03:38:56.338Z | Downloaded heck v0.5.0 |
314 | 2024-06-25T03:38:56.338Z | Downloaded cfg-if v1.0.0 |
315 | 2024-06-25T03:38:56.341Z | Downloaded slog-bunyan v2.5.0 |
316 | 2024-06-25T03:38:56.341Z | Downloaded futures-io v0.3.30 |
317 | 2024-06-25T03:38:56.341Z | Downloaded rustls-pemfile v1.0.4 |
318 | 2024-06-25T03:38:56.344Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-06-25T03:38:56.344Z | Downloaded bitflags v2.5.0 |
320 | 2024-06-25T03:38:56.351Z | Downloaded clap_lex v0.7.0 |
321 | 2024-06-25T03:38:56.353Z | Downloaded thread_local v1.1.8 |
322 | 2024-06-25T03:38:56.353Z | Downloaded percent-encoding v2.3.1 |
323 | 2024-06-25T03:38:56.353Z | Downloaded foreign-types-shared v0.1.1 |
324 | 2024-06-25T03:38:56.353Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-06-25T03:38:56.356Z | Downloaded macaddr v1.0.1 |
326 | 2024-06-25T03:38:56.356Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-06-25T03:38:56.359Z | Downloaded usdt v0.5.0 |
328 | 2024-06-25T03:38:56.359Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-06-25T03:38:56.362Z | Downloaded serde_tokenstream v0.2.0 |
330 | 2024-06-25T03:38:56.365Z | Downloaded openssl-macros v0.1.1 |
331 | 2024-06-25T03:38:56.365Z | Downloaded openssl-probe v0.1.5 |
332 | 2024-06-25T03:38:56.365Z | Downloaded match_cfg v0.1.0 |
333 | 2024-06-25T03:38:56.368Z | Downloaded xattr v1.3.1 |
334 | 2024-06-25T03:38:56.368Z | Downloaded unicode-width v0.1.12 |
335 | 2024-06-25T03:38:56.371Z | Downloaded terminal_size v0.3.0 |
336 | 2024-06-25T03:38:56.374Z | Downloaded futures-core v0.3.30 |
337 | 2024-06-25T03:38:56.374Z | Downloaded lock_api v0.4.12 |
338 | 2024-06-25T03:38:56.376Z | Downloaded httparse v1.8.0 |
339 | 2024-06-25T03:38:56.376Z | Downloaded fs-err v2.11.0 |
340 | 2024-06-25T03:38:56.379Z | Downloaded scroll v0.12.0 |
341 | 2024-06-25T03:38:56.382Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2024-06-25T03:38:56.382Z | Downloaded try-lock v0.2.5 |
343 | 2024-06-25T03:38:56.382Z | Downloaded dirs-next v2.0.0 |
344 | 2024-06-25T03:38:56.385Z | Downloaded deranged v0.3.11 |
345 | 2024-06-25T03:38:56.385Z | Downloaded cargo_metadata v0.18.1 |
346 | 2024-06-25T03:38:56.388Z | Downloaded quote v1.0.36 |
347 | 2024-06-25T03:38:56.391Z | Downloaded slog-async v2.8.0 |
348 | 2024-06-25T03:38:56.391Z | Downloaded hyper-tls v0.5.0 |
349 | 2024-06-25T03:38:56.394Z | Downloaded bytes v1.6.0 |
350 | 2024-06-25T03:38:56.396Z | Downloaded anyhow v1.0.86 |
351 | 2024-06-25T03:38:56.400Z | Downloaded tokio-native-tls v0.3.1 |
352 | 2024-06-25T03:38:56.403Z | Downloaded zerocopy-derive v0.7.34 |
353 | 2024-06-25T03:38:56.407Z | Downloaded strum_macros v0.26.2 |
354 | 2024-06-25T03:38:56.410Z | Downloaded usdt-impl v0.5.0 |
355 | 2024-06-25T03:38:56.412Z | Downloaded swrite v0.1.0 |
356 | 2024-06-25T03:38:56.412Z | Downloaded time-macros v0.2.18 |
357 | 2024-06-25T03:38:56.415Z | Downloaded slog-json v2.6.1 |
358 | 2024-06-25T03:38:56.418Z | Downloaded thread-id v4.2.1 |
359 | 2024-06-25T03:38:56.418Z | Downloaded pest_generator v2.7.10 |
360 | 2024-06-25T03:38:56.421Z | Downloaded signal-hook-registry v1.4.2 |
361 | 2024-06-25T03:38:56.421Z | Downloaded tar v0.4.40 |
362 | 2024-06-25T03:38:56.424Z | Downloaded toml_datetime v0.6.6 |
363 | 2024-06-25T03:38:56.424Z | Downloaded utf8parse v0.2.1 |
364 | 2024-06-25T03:38:56.427Z | Downloaded cargo_toml v0.20.2 |
365 | 2024-06-25T03:38:56.427Z | Downloaded parking_lot v0.12.2 |
366 | 2024-06-25T03:38:56.430Z | Downloaded tinyvec v1.6.0 |
367 | 2024-06-25T03:38:56.433Z | Downloaded futures-channel v0.3.30 |
368 | 2024-06-25T03:38:56.435Z | Downloaded term v0.7.0 |
369 | 2024-06-25T03:38:56.438Z | Downloaded slog v2.7.0 |
370 | 2024-06-25T03:38:56.441Z | Downloaded ipnet v2.9.0 |
371 | 2024-06-25T03:38:56.444Z | Downloaded unicode-ident v1.0.12 |
372 | 2024-06-25T03:38:56.447Z | Downloaded typenum v1.17.0 |
373 | 2024-06-25T03:38:56.449Z | Downloaded toml v0.8.13 |
374 | 2024-06-25T03:38:56.452Z | Downloaded version_check v0.9.4 |
375 | 2024-06-25T03:38:56.455Z | Downloaded crc32fast v1.4.0 |
376 | 2024-06-25T03:38:56.455Z | Downloaded clap_derive v4.5.4 |
377 | 2024-06-25T03:38:56.458Z | Downloaded base64 v0.21.7 |
378 | 2024-06-25T03:38:56.462Z | Downloaded native-tls v0.2.11 |
379 | 2024-06-25T03:38:56.465Z | Downloaded socket2 v0.5.7 |
380 | 2024-06-25T03:38:56.468Z | Downloaded miniz_oxide v0.7.2 |
381 | 2024-06-25T03:38:56.473Z | Downloaded futures v0.3.30 |
382 | 2024-06-25T03:38:56.475Z | Downloaded unicode-bidi v0.3.15 |
383 | 2024-06-25T03:38:56.478Z | Downloaded openssl-sys v0.9.102 |
384 | 2024-06-25T03:38:56.482Z | Downloaded crossbeam-utils v0.8.19 |
385 | 2024-06-25T03:38:56.484Z | Downloaded camino v1.1.7 |
386 | 2024-06-25T03:38:56.487Z | Downloaded parking_lot_core v0.9.10 |
387 | 2024-06-25T03:38:56.490Z | Downloaded serde v1.0.203 |
388 | 2024-06-25T03:38:56.493Z | Downloaded serde_derive v1.0.203 |
389 | 2024-06-25T03:38:56.496Z | Downloaded clap v4.5.4 |
390 | 2024-06-25T03:38:56.505Z | Downloaded proc-macro2 v1.0.86 |
391 | 2024-06-25T03:38:56.508Z | Downloaded ucd-trie v0.1.6 |
392 | 2024-06-25T03:38:56.511Z | Downloaded crossbeam-channel v0.5.12 |
393 | 2024-06-25T03:38:56.514Z | Downloaded once_cell v1.19.0 |
394 | 2024-06-25T03:38:56.517Z | Downloaded url v2.5.0 |
395 | 2024-06-25T03:38:56.520Z | Downloaded tracing v0.1.40 |
396 | 2024-06-25T03:38:56.525Z | Downloaded http v0.2.12 |
397 | 2024-06-25T03:38:56.529Z | Downloaded flate2 v1.0.30 |
398 | 2024-06-25T03:38:56.535Z | Downloaded cc v1.0.97 |
399 | 2024-06-25T03:38:56.537Z | Downloaded toml_edit v0.22.13 |
400 | 2024-06-25T03:38:56.562Z | Downloaded memchr v2.7.2 |
401 | 2024-06-25T03:38:56.566Z | Downloaded unicode-normalization v0.1.23 |
402 | 2024-06-25T03:38:56.570Z | Downloaded tokio-util v0.7.11 |
403 | 2024-06-25T03:38:56.577Z | Downloaded time v0.3.36 |
404 | 2024-06-25T03:38:56.585Z | Downloaded serde_json v1.0.117 |
405 | 2024-06-25T03:38:56.591Z | Downloaded pest v2.7.10 |
406 | 2024-06-25T03:38:56.596Z | Downloaded zerocopy v0.7.34 |
407 | 2024-06-25T03:38:56.613Z | Downloaded winnow v0.6.8 |
408 | 2024-06-25T03:38:56.621Z | Downloaded tabled v0.15.0 |
409 | 2024-06-25T03:38:56.638Z | Downloaded reqwest v0.11.27 |
410 | 2024-06-25T03:38:56.645Z | Downloaded vcpkg v0.2.15 |
411 | 2024-06-25T03:38:56.685Z | Downloaded syn v2.0.68 |
412 | 2024-06-25T03:38:56.697Z | Downloaded rustix v0.38.34 |
413 | 2024-06-25T03:38:56.718Z | Downloaded syn v1.0.109 |
414 | 2024-06-25T03:38:56.727Z | Downloaded tokio v1.37.0 |
415 | 2024-06-25T03:38:56.763Z | Downloaded openssl v0.10.64 |
416 | 2024-06-25T03:38:56.771Z | Downloaded libc v0.2.155 |
417 | 2024-06-25T03:38:56.797Z | Downloaded idna v0.5.0 |
418 | 2024-06-25T03:38:56.805Z | Downloaded hyper v0.14.28 |
419 | 2024-06-25T03:38:56.811Z | Downloaded h2 v0.3.26 |
420 | 2024-06-25T03:38:56.817Z | Downloaded goblin v0.8.2 |
421 | 2024-06-25T03:38:56.823Z | Downloaded futures-util v0.3.30 |
422 | 2024-06-25T03:38:56.834Z | Downloaded clap_builder v4.5.2 |
423 | 2024-06-25T03:38:56.839Z | Downloaded encoding_rs v0.8.34 |
424 | 2024-06-25T03:38:56.858Z | Downloaded hashbrown v0.14.5 |
425 | 2024-06-25T03:38:56.863Z | Downloaded mio v0.8.11 |
426 | 2024-06-25T03:38:56.868Z | Downloaded indexmap v2.2.6 |
427 | 2024-06-25T03:38:56.872Z | Downloaded papergrid v0.11.0 |
428 | 2024-06-25T03:38:56.876Z | Downloaded tracing-core v0.1.32 |
429 | 2024-06-25T03:38:56.879Z | Downloaded log v0.4.21 |
430 | 2024-06-25T03:38:56.882Z | Downloaded smallvec v1.13.2 |
431 | 2024-06-25T03:38:56.885Z | Downloaded ryu v1.0.18 |
432 | 2024-06-25T03:38:56.887Z | Downloaded serde_urlencoded v0.7.1 |
433 | 2024-06-25T03:38:56.887Z | Downloaded serde_spanned v0.6.6 |
434 | 2024-06-25T03:38:56.890Z | Downloaded thiserror v1.0.60 |
435 | 2024-06-25T03:38:56.893Z | Downloaded pest_derive v2.7.10 |
436 | 2024-06-25T03:38:56.896Z | Downloaded heck v0.4.1 |
437 | 2024-06-25T03:38:56.896Z | Downloaded generic-array v0.14.7 |
438 | 2024-06-25T03:38:56.899Z | Downloaded colorchoice v1.0.1 |
439 | 2024-06-25T03:38:56.899Z | Downloaded num_cpus v1.16.0 |
440 | 2024-06-25T03:38:56.902Z | Downloaded hostname v0.3.1 |
441 | 2024-06-25T03:38:56.902Z | Downloaded thiserror-impl v1.0.60 |
442 | 2024-06-25T03:38:56.905Z | Downloaded slog-term v2.9.1 |
443 | 2024-06-25T03:38:56.905Z | Downloaded sha2 v0.10.8 |
444 | 2024-06-25T03:38:56.907Z | Downloaded semver v1.0.23 |
445 | 2024-06-25T03:38:56.910Z | Downloaded httpdate v1.0.3 |
446 | 2024-06-25T03:38:56.910Z | Downloaded http-body v0.4.6 |
447 | 2024-06-25T03:38:56.913Z | Downloaded futures-macro v0.3.30 |
448 | 2024-06-25T03:38:56.913Z | Downloaded dof v0.3.0 |
449 | 2024-06-25T03:38:56.913Z | Downloaded mime v0.3.17 |
450 | 2024-06-25T03:38:56.916Z | Downloaded memmap v0.7.0 |
451 | 2024-06-25T03:38:56.916Z | Downloaded futures-task v0.3.30 |
452 | 2024-06-25T03:38:56.916Z | Downloaded futures-executor v0.3.30 |
453 | 2024-06-25T03:38:56.919Z | Downloaded errno v0.3.9 |
454 | 2024-06-25T03:38:56.919Z | Downloaded rustversion v1.0.17 |
455 | 2024-06-25T03:38:56.922Z | Downloaded pin-project-lite v0.2.14 |
456 | 2024-06-25T03:38:56.925Z | Downloaded strsim v0.11.1 |
457 | 2024-06-25T03:38:56.928Z | Downloaded scopeguard v1.2.0 |
458 | 2024-06-25T03:38:56.928Z | Downloaded block-buffer v0.10.4 |
459 | 2024-06-25T03:38:57.219Z | Compiling proc-macro2 v1.0.86 |
460 | 2024-06-25T03:38:57.219Z | Compiling unicode-ident v1.0.12 |
461 | 2024-06-25T03:38:57.222Z | Compiling libc v0.2.155 |
462 | 2024-06-25T03:38:57.222Z | Compiling version_check v0.9.4 |
463 | 2024-06-25T03:38:57.222Z | Compiling cfg-if v1.0.0 |
464 | 2024-06-25T03:38:57.222Z | Compiling itoa v1.0.11 |
465 | 2024-06-25T03:38:57.255Z | Compiling once_cell v1.19.0 |
466 | 2024-06-25T03:38:57.270Z | Compiling autocfg v1.3.0 |
467 | 2024-06-25T03:38:57.413Z | Compiling serde v1.0.203 |
468 | 2024-06-25T03:38:57.448Z | Compiling memchr v2.7.2 |
469 | 2024-06-25T03:38:57.589Z | Compiling thiserror v1.0.60 |
470 | 2024-06-25T03:38:57.718Z | Compiling ryu v1.0.18 |
471 | 2024-06-25T03:38:58.035Z | Compiling pin-project-lite v0.2.14 |
472 | 2024-06-25T03:38:58.066Z | Compiling bitflags v2.5.0 |
473 | 2024-06-25T03:38:58.142Z | Compiling vcpkg v0.2.15 |
474 | 2024-06-25T03:38:58.221Z | Compiling lock_api v0.4.12 |
475 | 2024-06-25T03:38:58.460Z | Compiling cc v1.0.97 |
476 | 2024-06-25T03:38:58.950Z | Compiling parking_lot_core v0.9.10 |
477 | 2024-06-25T03:38:59.048Z | Compiling pkg-config v0.3.30 |
478 | 2024-06-25T03:38:59.071Z | Compiling ucd-trie v0.1.6 |
479 | 2024-06-25T03:38:59.262Z | Compiling slab v0.4.9 |
480 | 2024-06-25T03:38:59.540Z | Compiling bytes v1.6.0 |
481 | 2024-06-25T03:38:59.710Z | Compiling futures-core v0.3.30 |
482 | 2024-06-25T03:38:59.913Z | Compiling quote v1.0.36 |
483 | 2024-06-25T03:38:59.981Z | Compiling futures-sink v0.3.30 |
484 | 2024-06-25T03:39:00.150Z | Compiling scopeguard v1.2.0 |
485 | 2024-06-25T03:39:00.196Z | Compiling smallvec v1.13.2 |
486 | 2024-06-25T03:39:00.287Z | Compiling syn v2.0.68 |
487 | 2024-06-25T03:39:00.709Z | Compiling byteorder v1.5.0 |
488 | 2024-06-25T03:39:00.804Z | Compiling fnv v1.0.7 |
489 | 2024-06-25T03:39:00.827Z | Compiling equivalent v1.0.1 |
490 | 2024-06-25T03:39:00.936Z | Compiling serde_json v1.0.117 |
491 | 2024-06-25T03:39:00.960Z | Compiling log v0.4.21 |
492 | 2024-06-25T03:39:00.963Z | Compiling hashbrown v0.14.5 |
493 | 2024-06-25T03:39:01.073Z | Compiling parking_lot v0.12.2 |
494 | 2024-06-25T03:39:01.275Z | Compiling socket2 v0.5.7 |
495 | 2024-06-25T03:39:01.298Z | Compiling num_cpus v1.16.0 |
496 | 2024-06-25T03:39:01.359Z | Compiling mio v0.8.11 |
497 | 2024-06-25T03:39:01.434Z | Compiling signal-hook-registry v1.4.2 |
498 | 2024-06-25T03:39:01.457Z | Compiling futures-channel v0.3.30 |
499 | 2024-06-25T03:39:01.870Z | Compiling openssl-sys v0.9.102 |
500 | 2024-06-25T03:39:01.902Z | Compiling rustix v0.38.34 |
501 | 2024-06-25T03:39:02.101Z | Compiling futures-task v0.3.30 |
502 | 2024-06-25T03:39:02.273Z | Compiling indexmap v2.2.6 |
503 | 2024-06-25T03:39:02.297Z | Compiling pin-utils v0.1.0 |
504 | 2024-06-25T03:39:02.300Z | Compiling futures-io v0.3.30 |
505 | 2024-06-25T03:39:02.397Z | Compiling typenum v1.17.0 |
506 | 2024-06-25T03:39:02.675Z | Compiling errno v0.3.9 |
507 | 2024-06-25T03:39:02.790Z | Compiling generic-array v0.14.7 |
508 | 2024-06-25T03:39:02.907Z | Compiling foreign-types-shared v0.1.1 |
509 | 2024-06-25T03:39:02.963Z | Compiling slog v2.7.0 |
510 | 2024-06-25T03:39:03.044Z | Compiling openssl v0.10.64 |
511 | 2024-06-25T03:39:03.177Z | Compiling foreign-types v0.3.2 |
512 | 2024-06-25T03:39:03.425Z | Compiling http v0.2.12 |
513 | 2024-06-25T03:39:03.515Z | Compiling proc-macro-error-attr v1.0.4 |
514 | 2024-06-25T03:39:03.599Z | Compiling usdt-impl v0.5.0 |
515 | 2024-06-25T03:39:03.749Z | Compiling tracing-core v0.1.32 |
516 | 2024-06-25T03:39:03.909Z | Compiling syn v1.0.109 |
517 | 2024-06-25T03:39:03.912Z | Compiling native-tls v0.2.11 |
518 | 2024-06-25T03:39:04.270Z | Compiling powerfmt v0.2.0 |
519 | 2024-06-25T03:39:04.547Z | Compiling num-conv v0.1.0 |
520 | 2024-06-25T03:39:04.620Z | Compiling time-core v0.1.2 |
521 | 2024-06-25T03:39:04.891Z | Compiling tinyvec_macros v0.1.1 |
522 | 2024-06-25T03:39:04.904Z | Compiling httparse v1.8.0 |
523 | 2024-06-25T03:39:04.904Z | Compiling tinyvec v1.6.0 |
524 | 2024-06-25T03:39:05.122Z | Compiling time-macros v0.2.18 |
525 | 2024-06-25T03:39:05.319Z | Compiling deranged v0.3.11 |
526 | 2024-06-25T03:39:05.856Z | Compiling tracing v0.1.40 |
527 | 2024-06-25T03:39:06.032Z | Compiling thread-id v4.2.1 |
528 | 2024-06-25T03:39:06.262Z | Compiling proc-macro-error v1.0.4 |
529 | 2024-06-25T03:39:06.265Z | Compiling percent-encoding v2.3.1 |
530 | 2024-06-25T03:39:06.350Z | Compiling rustversion v1.0.17 |
531 | 2024-06-25T03:39:06.536Z | Compiling plain v0.2.3 |
532 | 2024-06-25T03:39:06.654Z | Compiling openssl-probe v0.1.5 |
533 | 2024-06-25T03:39:06.697Z | Compiling crossbeam-utils v0.8.19 |
534 | 2024-06-25T03:39:06.854Z | Compiling num_threads v0.1.7 |
535 | 2024-06-25T03:39:06.993Z | Compiling try-lock v0.2.5 |
536 | 2024-06-25T03:39:07.018Z | Compiling utf8parse v0.2.1 |
537 | 2024-06-25T03:39:07.063Z | Compiling heck v0.4.1 |
538 | 2024-06-25T03:39:07.132Z | Compiling want v0.3.1 |
539 | 2024-06-25T03:39:07.158Z | Compiling anstyle-parse v0.2.4 |
540 | 2024-06-25T03:39:07.205Z | Compiling form_urlencoded v1.2.1 |
541 | 2024-06-25T03:39:07.384Z | Compiling unicode-normalization v0.1.23 |
542 | 2024-06-25T03:39:07.546Z | Compiling http-body v0.4.6 |
543 | 2024-06-25T03:39:07.569Z | Compiling dirs-sys-next v0.1.2 |
544 | 2024-06-25T03:39:08.239Z | Compiling httpdate v1.0.3 |
545 | 2024-06-25T03:39:08.262Z | Compiling pretty-hex v0.4.1 |
546 | 2024-06-25T03:39:08.287Z | Compiling crc32fast v1.4.0 |
547 | 2024-06-25T03:39:08.357Z | Compiling camino v1.1.7 |
548 | 2024-06-25T03:39:08.472Z | Compiling tower-service v0.3.2 |
549 | 2024-06-25T03:39:08.497Z | Compiling unicode-bidi v0.3.15 |
550 | 2024-06-25T03:39:08.500Z | Compiling time v0.3.36 |
551 | 2024-06-25T03:39:08.615Z | Compiling is_terminal_polyfill v1.70.0 |
552 | 2024-06-25T03:39:08.725Z | Compiling semver v1.0.23 |
553 | 2024-06-25T03:39:08.748Z | Compiling anstyle-query v1.0.3 |
554 | 2024-06-25T03:39:08.818Z | Compiling anstyle v1.0.7 |
555 | 2024-06-25T03:39:08.886Z | Compiling colorchoice v1.0.1 |
556 | 2024-06-25T03:39:08.996Z | Compiling winnow v0.6.8 |
557 | 2024-06-25T03:39:09.206Z | Compiling anstream v0.6.14 |
558 | 2024-06-25T03:39:09.289Z | Compiling idna v0.5.0 |
559 | 2024-06-25T03:39:09.477Z | Compiling dirs-next v2.0.0 |
560 | 2024-06-25T03:39:10.058Z | Compiling block-buffer v0.10.4 |
561 | 2024-06-25T03:39:10.915Z | Compiling crypto-common v0.1.6 |
562 | 2024-06-25T03:39:11.006Z | Compiling terminal_size v0.3.0 |
563 | 2024-06-25T03:39:11.128Z | Compiling fs-err v2.11.0 |
564 | 2024-06-25T03:39:11.155Z | Compiling thread_local v1.1.8 |
565 | 2024-06-25T03:39:11.204Z | Compiling heck v0.5.0 |
566 | 2024-06-25T03:39:11.404Z | Compiling unicode-width v0.1.12 |
567 | 2024-06-25T03:39:11.625Z | Compiling strsim v0.11.1 |
568 | 2024-06-25T03:39:11.649Z | Compiling clap_lex v0.7.0 |
569 | 2024-06-25T03:39:11.725Z | Compiling bytecount v0.6.8 |
570 | 2024-06-25T03:39:11.728Z | Compiling base64 v0.21.7 |
571 | 2024-06-25T03:39:11.963Z | Compiling match_cfg v0.1.0 |
572 | 2024-06-25T03:39:12.063Z | Compiling anyhow v1.0.86 |
573 | 2024-06-25T03:39:12.167Z | Compiling adler v1.0.2 |
574 | 2024-06-25T03:39:12.352Z | Compiling slog-async v2.8.0 |
575 | 2024-06-25T03:39:12.406Z | Compiling miniz_oxide v0.7.2 |
576 | 2024-06-25T03:39:12.533Z | Compiling rustls-pemfile v1.0.4 |
577 | 2024-06-25T03:39:12.595Z | Compiling hostname v0.3.1 |
578 | 2024-06-25T03:39:12.748Z | Compiling clap_builder v4.5.2 |
579 | 2024-06-25T03:39:12.830Z | Compiling papergrid v0.11.0 |
580 | 2024-06-25T03:39:12.927Z | Compiling digest v0.10.7 |
581 | 2024-06-25T03:39:13.031Z | Compiling crossbeam-channel v0.5.12 |
582 | 2024-06-25T03:39:13.060Z | Compiling url v2.5.0 |
583 | 2024-06-25T03:39:13.371Z | Compiling term v0.7.0 |
584 | 2024-06-25T03:39:13.522Z | Compiling serde_derive v1.0.203 |
585 | 2024-06-25T03:39:14.070Z | Compiling thiserror-impl v1.0.60 |
586 | 2024-06-25T03:39:14.094Z | Compiling zerocopy-derive v0.7.34 |
587 | 2024-06-25T03:39:14.226Z | Compiling tokio-macros v2.2.0 |
588 | 2024-06-25T03:39:14.988Z | Compiling futures-macro v0.3.30 |
589 | 2024-06-25T03:39:14.991Z | Compiling openssl-macros v0.1.1 |
590 | 2024-06-25T03:39:15.755Z | Compiling scroll_derive v0.12.0 |
591 | 2024-06-25T03:39:15.961Z | Compiling tokio v1.37.0 |
592 | 2024-06-25T03:39:16.507Z | Compiling zerocopy v0.7.34 |
593 | 2024-06-25T03:39:17.192Z | Compiling futures-util v0.3.30 |
594 | 2024-06-25T03:39:17.296Z | Compiling scroll v0.12.0 |
595 | 2024-06-25T03:39:17.565Z | Compiling pest v2.7.10 |
596 | 2024-06-25T03:39:17.888Z | Compiling goblin v0.8.2 |
597 | 2024-06-25T03:39:18.220Z | Compiling tabled_derive v0.7.0 |
598 | 2024-06-25T03:39:20.599Z | Compiling pest_meta v2.7.10 |
599 | 2024-06-25T03:39:20.833Z | Compiling strum_macros v0.26.2 |
600 | 2024-06-25T03:39:23.466Z | Compiling pest_generator v2.7.10 |
601 | 2024-06-25T03:39:25.575Z | Compiling tokio-util v0.7.11 |
602 | 2024-06-25T03:39:25.838Z | Compiling pest_derive v2.7.10 |
603 | 2024-06-25T03:39:26.178Z | Compiling futures-executor v0.3.30 |
604 | 2024-06-25T03:39:26.644Z | Compiling dtrace-parser v0.2.0 |
605 | 2024-06-25T03:39:26.694Z | Compiling h2 v0.3.26 |
606 | 2024-06-25T03:39:26.813Z | Compiling tokio-native-tls v0.3.1 |
607 | 2024-06-25T03:39:26.908Z | Compiling clap_derive v4.5.4 |
608 | 2024-06-25T03:39:27.465Z | Compiling xattr v1.3.1 |
609 | 2024-06-25T03:39:27.760Z | Compiling is-terminal v0.4.12 |
610 | 2024-06-25T03:39:27.897Z | Compiling filetime v0.2.23 |
611 | 2024-06-25T03:39:28.282Z | Compiling memmap v0.7.0 |
612 | 2024-06-25T03:39:28.886Z | Compiling serde_tokenstream v0.2.0 |
613 | 2024-06-25T03:39:28.919Z | Compiling toml_datetime v0.6.6 |
614 | 2024-06-25T03:39:29.084Z | Compiling serde_spanned v0.6.6 |
615 | 2024-06-25T03:39:29.338Z | Compiling toml_edit v0.22.13 |
616 | 2024-06-25T03:39:29.434Z | Compiling cargo-platform v0.1.8 |
617 | 2024-06-25T03:39:30.054Z | Compiling serde_urlencoded v0.7.1 |
618 | 2024-06-25T03:39:30.479Z | Compiling dof v0.3.0 |
619 | 2024-06-25T03:39:31.479Z | Compiling hyper v0.14.28 |
620 | 2024-06-25T03:39:31.680Z | Compiling slog-json v2.6.1 |
621 | 2024-06-25T03:39:32.046Z | Compiling encoding_rs v0.8.34 |
622 | 2024-06-25T03:39:32.670Z | Compiling toml v0.8.13 |
623 | 2024-06-25T03:39:32.780Z | Compiling sync_wrapper v0.1.2 |
624 | 2024-06-25T03:39:32.925Z | Compiling take_mut v0.2.2 |
625 | 2024-06-25T03:39:33.037Z | Compiling usdt-macro v0.5.0 |
626 | 2024-06-25T03:39:33.114Z | Compiling usdt-attr-macro v0.5.0 |
627 | 2024-06-25T03:39:33.292Z | Compiling ipnet v2.9.0 |
628 | 2024-06-25T03:39:34.287Z | Compiling mime v0.3.17 |
629 | 2024-06-25T03:39:34.379Z | Compiling cpufeatures v0.2.12 |
630 | 2024-06-25T03:39:34.487Z | Compiling sha2 v0.10.8 |
631 | 2024-06-25T03:39:34.570Z | Compiling cargo_toml v0.20.2 |
632 | 2024-06-25T03:39:34.617Z | Compiling usdt v0.5.0 |
633 | 2024-06-25T03:39:34.903Z | Compiling cargo_metadata v0.18.1 |
634 | 2024-06-25T03:39:35.116Z | Compiling clap v4.5.4 |
635 | 2024-06-25T03:39:35.244Z | Compiling hyper-tls v0.5.0 |
636 | 2024-06-25T03:39:35.595Z | Compiling reqwest v0.11.27 |
637 | 2024-06-25T03:39:35.876Z | Compiling slog-bunyan v2.5.0 |
638 | 2024-06-25T03:39:36.083Z | Compiling macaddr v1.0.1 |
639 | 2024-06-25T03:39:36.547Z | Compiling tar v0.4.40 |
640 | 2024-06-25T03:39:36.768Z | Compiling slog-term v2.9.1 |
641 | 2024-06-25T03:39:37.807Z | Compiling flate2 v1.0.30 |
642 | 2024-06-25T03:39:37.949Z | Compiling futures v0.3.30 |
643 | 2024-06-25T03:39:38.074Z | Compiling strum v0.26.2 |
644 | 2024-06-25T03:39:38.098Z | Compiling tabled v0.15.0 |
645 | 2024-06-25T03:39:38.732Z | Compiling md5 v0.7.0 |
646 | 2024-06-25T03:39:38.757Z | Compiling swrite v0.1.0 |
647 | 2024-06-25T03:39:42.801Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
648 | 2024-06-25T03:39:50.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
649 | 2024-06-25T03:39:50.428Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
650 | 2024-06-25T03:39:50.488Z | Jun 25 03:39:50.113 INFO Starting download, target: Clickhouse |
651 | 2024-06-25T03:39:50.488Z | Jun 25 03:39:50.113 INFO Starting download, target: Cockroach |
652 | 2024-06-25T03:39:50.488Z | Jun 25 03:39:50.113 INFO Starting download, target: Console |
653 | 2024-06-25T03:39:50.488Z | Jun 25 03:39:50.113 INFO Starting download, target: DendriteOpenapi |
654 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.113 INFO Starting download, target: DendriteStub |
655 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.113 INFO Starting download, target: MaghemiteMgd |
656 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.113 INFO Starting download, target: TransceiverControl |
657 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
658 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
659 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
660 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
661 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
662 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
663 | 2024-06-25T03:39:50.491Z | Jun 25 03:39:50.114 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
664 | 2024-06-25T03:39:50.760Z | Jun 25 03:39:50.371 INFO Download complete, target: DendriteOpenapi |
665 | 2024-06-25T03:39:50.900Z | Jun 25 03:39:50.523 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
666 | 2024-06-25T03:39:51.087Z | Jun 25 03:39:50.711 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
667 | 2024-06-25T03:39:51.210Z | Jun 25 03:39:50.829 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
668 | 2024-06-25T03:39:51.296Z | Jun 25 03:39:50.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
669 | 2024-06-25T03:39:51.557Z | Jun 25 03:39:51.183 INFO Download complete, target: Console |
670 | 2024-06-25T03:39:51.742Z | Jun 25 03:39:51.367 INFO Download complete, target: TransceiverControl |
671 | 2024-06-25T03:39:53.140Z | Jun 25 03:39:52.766 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
672 | 2024-06-25T03:39:54.445Z | Jun 25 03:39:54.071 INFO Download complete, target: DendriteStub |
673 | 2024-06-25T03:39:54.659Z | Jun 25 03:39:54.284 INFO Download complete, target: MaghemiteMgd |
674 | 2024-06-25T03:39:57.814Z | Jun 25 03:39:57.438 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
675 | 2024-06-25T03:39:57.814Z | Jun 25 03:39:57.438 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
676 | 2024-06-25T03:40:06.217Z | Jun 25 03:40:05.840 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
677 | 2024-06-25T03:40:06.580Z | Jun 25 03:40:06.203 INFO Checking that binary works, target: Cockroach |
678 | 2024-06-25T03:40:06.814Z | Jun 25 03:40:06.437 INFO Download complete, target: Cockroach |
679 | 2024-06-25T03:40:08.131Z | Jun 25 03:40:07.754 INFO Checking that binary works, target: Clickhouse |
680 | 2024-06-25T03:40:08.407Z | Jun 25 03:40:08.030 INFO Download complete, target: Clickhouse |
681 | 2024-06-25T03:40:08.415Z | All prerequisites installed successfully |
682 | 2024-06-25T03:40:08.418Z | |
683 | 2024-06-25T03:40:08.418Z | real 2:59.899683743 |
684 | 2024-06-25T03:40:08.418Z | user 5:52.170896230 |
685 | 2024-06-25T03:40:08.418Z | sys 1:20.308160041 |
686 | 2024-06-25T03:40:08.418Z | trap 0.213201519 |
687 | 2024-06-25T03:40:08.418Z | tflt 2.114753086 |
688 | 2024-06-25T03:40:08.418Z | dflt 3.199565666 |
689 | 2024-06-25T03:40:08.418Z | kflt 0.155684614 |
690 | 2024-06-25T03:40:08.418Z | lock 13:59.397801872 |
691 | 2024-06-25T03:40:08.418Z | slp 18:04.454520906 |
692 | 2024-06-25T03:40:08.418Z | lat 21.185118639 |
693 | 2024-06-25T03:40:08.418Z | stop 1:04.763933747 |
694 | 2024-06-25T03:40:08.418Z | + ptime -m cargo xtask download softnpu |
695 | 2024-06-25T03:40:08.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
696 | 2024-06-25T03:40:09.001Z | Running `target/debug/xtask download softnpu` |
697 | 2024-06-25T03:40:09.027Z | Jun 25 03:40:08.650 INFO Starting download, target: Softnpu |
698 | 2024-06-25T03:40:09.030Z | Jun 25 03:40:08.650 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
699 | 2024-06-25T03:40:09.593Z | Jun 25 03:40:09.216 INFO Download complete, target: Softnpu |
700 | 2024-06-25T03:40:09.598Z | |
701 | 2024-06-25T03:40:09.601Z | real 1.175495037 |
702 | 2024-06-25T03:40:09.601Z | user 0.621286618 |
703 | 2024-06-25T03:40:09.601Z | sys 0.307215881 |
704 | 2024-06-25T03:40:09.601Z | trap 0.000586290 |
705 | 2024-06-25T03:40:09.601Z | tflt 0.000019497 |
706 | 2024-06-25T03:40:09.601Z | dflt 0.000067133 |
707 | 2024-06-25T03:40:09.601Z | kflt 0.000000000 |
708 | 2024-06-25T03:40:09.601Z | lock 6.021285523 |
709 | 2024-06-25T03:40:09.601Z | slp 0.497104518 |
710 | 2024-06-25T03:40:09.601Z | lat 0.075265405 |
711 | 2024-06-25T03:40:09.601Z | stop 0.000256299 |
712 | 2024-06-25T03:40:09.601Z | + export CARGO_INCREMENTAL=0 |
713 | 2024-06-25T03:40:09.601Z | + CARGO_INCREMENTAL=0 |
714 | 2024-06-25T03:40:09.601Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
715 | 2024-06-25T03:40:10.160Z | Downloading crates ... |
716 | 2024-06-25T03:40:10.330Z | Downloaded async-stream-impl v0.3.5 |
717 | 2024-06-25T03:40:10.339Z | Downloaded atty v0.2.14 |
718 | 2024-06-25T03:40:10.343Z | Downloaded bitstruct_derive v0.1.0 |
719 | 2024-06-25T03:40:10.347Z | Downloaded darling_macro v0.20.9 |
720 | 2024-06-25T03:40:10.352Z | Downloaded newline-converter v0.3.0 |
721 | 2024-06-25T03:40:10.355Z | Downloaded crucible-workspace-hack v0.1.0 |
722 | 2024-06-25T03:40:10.362Z | Downloaded ciborium-io v0.2.2 |
723 | 2024-06-25T03:40:10.365Z | Downloaded normalize-line-endings v0.3.0 |
724 | 2024-06-25T03:40:10.368Z | Downloaded new_debug_unreachable v1.0.6 |
725 | 2024-06-25T03:40:10.368Z | Downloaded newtype_derive v0.1.6 |
726 | 2024-06-25T03:40:10.372Z | Downloaded nodrop v0.1.14 |
727 | 2024-06-25T03:40:10.375Z | Downloaded nanorand v0.7.0 |
728 | 2024-06-25T03:40:10.377Z | Downloaded nibble_vec v0.1.0 |
729 | 2024-06-25T03:40:10.380Z | Downloaded portpicker v0.1.1 |
730 | 2024-06-25T03:40:10.381Z | Downloaded multimap v0.10.0 |
731 | 2024-06-25T03:40:10.383Z | Downloaded atomic-waker v1.1.2 |
732 | 2024-06-25T03:40:10.386Z | Downloaded atomicwrites v0.4.3 |
733 | 2024-06-25T03:40:10.386Z | Downloaded async-recursion v1.1.1 |
734 | 2024-06-25T03:40:10.389Z | Downloaded parse-size v1.0.0 |
735 | 2024-06-25T03:40:10.392Z | Downloaded oso-derive v0.27.3 |
736 | 2024-06-25T03:40:10.392Z | Downloaded convert_case v0.4.0 |
737 | 2024-06-25T03:40:10.395Z | Downloaded const_format_proc_macros v0.2.32 |
738 | 2024-06-25T03:40:10.397Z | Downloaded bitflags v1.3.2 |
739 | 2024-06-25T03:40:10.400Z | Downloaded phf_shared v0.10.0 |
740 | 2024-06-25T03:40:10.400Z | Downloaded crossbeam-deque v0.8.5 |
741 | 2024-06-25T03:40:10.403Z | Downloaded cipher v0.4.4 |
742 | 2024-06-25T03:40:10.406Z | Downloaded cobs v0.2.3 |
743 | 2024-06-25T03:40:10.409Z | Downloaded newtype-uuid v1.1.0 |
744 | 2024-06-25T03:40:10.412Z | Downloaded mockall v0.12.1 |
745 | 2024-06-25T03:40:10.412Z | Downloaded crc-catalog v2.4.0 |
746 | 2024-06-25T03:40:10.415Z | Downloaded aead v0.5.2 |
747 | 2024-06-25T03:40:10.415Z | Downloaded number_prefix v0.4.0 |
748 | 2024-06-25T03:40:10.418Z | Downloaded defmt v0.3.8 |
749 | 2024-06-25T03:40:10.421Z | Downloaded predicates v3.1.0 |
750 | 2024-06-25T03:40:10.423Z | Downloaded base64ct v1.6.0 |
751 | 2024-06-25T03:40:10.426Z | Downloaded radium v0.7.0 |
752 | 2024-06-25T03:40:10.429Z | Downloaded paste v1.0.15 |
753 | 2024-06-25T03:40:10.432Z | Downloaded num-iter v0.1.45 |
754 | 2024-06-25T03:40:10.435Z | Downloaded parse-display v0.9.0 |
755 | 2024-06-25T03:40:10.435Z | Downloaded num_enum_derive v0.5.11 |
756 | 2024-06-25T03:40:10.440Z | Downloaded cfg_aliases v0.1.1 |
757 | 2024-06-25T03:40:10.440Z | Downloaded predicates-tree v1.0.9 |
758 | 2024-06-25T03:40:10.440Z | Downloaded num-derive v0.4.2 |
759 | 2024-06-25T03:40:10.443Z | Downloaded bitstruct v0.1.1 |
760 | 2024-06-25T03:40:10.443Z | Downloaded cstr-argument v0.1.2 |
761 | 2024-06-25T03:40:10.443Z | Downloaded peg-runtime v0.8.3 |
762 | 2024-06-25T03:40:10.446Z | Downloaded derive_builder_macro v0.20.0 |
763 | 2024-06-25T03:40:10.446Z | Downloaded psl-types v2.0.11 |
764 | 2024-06-25T03:40:10.446Z | Downloaded olpc-cjson v0.1.3 |
765 | 2024-06-25T03:40:10.449Z | Downloaded crunchy v0.2.2 |
766 | 2024-06-25T03:40:10.449Z | Downloaded defmt-parser v0.3.4 |
767 | 2024-06-25T03:40:10.452Z | Downloaded async-stream v0.3.5 |
768 | 2024-06-25T03:40:10.452Z | Downloaded darling v0.20.9 |
769 | 2024-06-25T03:40:10.456Z | Downloaded rand_core v0.6.4 |
770 | 2024-06-25T03:40:10.459Z | Downloaded packed_struct v0.10.1 |
771 | 2024-06-25T03:40:10.462Z | Downloaded multer v3.1.0 |
772 | 2024-06-25T03:40:10.465Z | Downloaded rand_xorshift v0.3.0 |
773 | 2024-06-25T03:40:10.465Z | Downloaded precomputed-hash v0.1.1 |
774 | 2024-06-25T03:40:10.468Z | Downloaded path-slash v0.1.5 |
775 | 2024-06-25T03:40:10.468Z | Downloaded bb8 v0.8.3 |
776 | 2024-06-25T03:40:10.471Z | Downloaded cancel-safe-futures v0.1.5 |
777 | 2024-06-25T03:40:10.473Z | Downloaded buf-list v1.0.3 |
778 | 2024-06-25T03:40:10.477Z | Downloaded pretty-hex v0.2.1 |
779 | 2024-06-25T03:40:10.477Z | Downloaded diesel_table_macro_syntax v0.1.0 |
780 | 2024-06-25T03:40:10.480Z | Downloaded der_derive v0.7.2 |
781 | 2024-06-25T03:40:10.480Z | Downloaded ciborium-ll v0.2.2 |
782 | 2024-06-25T03:40:10.483Z | Downloaded data-encoding v2.6.0 |
783 | 2024-06-25T03:40:10.483Z | Downloaded hubpack_derive v0.1.1 |
784 | 2024-06-25T03:40:10.486Z | Downloaded ahash v0.8.11 |
785 | 2024-06-25T03:40:10.489Z | Downloaded derive_builder v0.20.0 |
786 | 2024-06-25T03:40:10.492Z | Downloaded platforms v3.4.0 |
787 | 2024-06-25T03:40:10.495Z | Downloaded peg-macros v0.8.3 |
788 | 2024-06-25T03:40:10.498Z | Downloaded constant_time_eq v0.3.0 |
789 | 2024-06-25T03:40:10.501Z | Downloaded pem v3.0.4 |
790 | 2024-06-25T03:40:10.501Z | Downloaded curve25519-dalek-derive v0.1.1 |
791 | 2024-06-25T03:40:10.503Z | Downloaded castaway v0.2.2 |
792 | 2024-06-25T03:40:10.503Z | Downloaded crc v3.2.1 |
793 | 2024-06-25T03:40:10.506Z | Downloaded camino-tempfile v1.1.1 |
794 | 2024-06-25T03:40:10.509Z | Downloaded r2d2 v0.8.10 |
795 | 2024-06-25T03:40:10.512Z | Downloaded num_enum v0.5.11 |
796 | 2024-06-25T03:40:10.515Z | Downloaded bitfield v0.14.0 |
797 | 2024-06-25T03:40:10.518Z | Downloaded rand_chacha v0.3.1 |
798 | 2024-06-25T03:40:10.521Z | Downloaded topological-sort v0.2.2 |
799 | 2024-06-25T03:40:10.521Z | Downloaded defmt-macros v0.3.9 |
800 | 2024-06-25T03:40:10.524Z | Downloaded matches v0.1.10 |
801 | 2024-06-25T03:40:10.527Z | Downloaded ref-cast v1.0.23 |
802 | 2024-06-25T03:40:10.530Z | Downloaded phf v0.11.2 |
803 | 2024-06-25T03:40:10.530Z | Downloaded mime_guess v2.0.4 |
804 | 2024-06-25T03:40:10.533Z | Downloaded crossbeam-epoch v0.9.18 |
805 | 2024-06-25T03:40:10.536Z | Downloaded untrusted v0.9.0 |
806 | 2024-06-25T03:40:10.539Z | Downloaded cookie v0.18.1 |
807 | 2024-06-25T03:40:10.542Z | Downloaded peg v0.8.3 |
808 | 2024-06-25T03:40:10.545Z | Downloaded serde-big-array v0.5.1 |
809 | 2024-06-25T03:40:10.547Z | Downloaded walkdir v2.5.0 |
810 | 2024-06-25T03:40:10.550Z | Downloaded serde-big-array v0.4.1 |
811 | 2024-06-25T03:40:10.550Z | Downloaded ref-cast-impl v1.0.23 |
812 | 2024-06-25T03:40:10.553Z | Downloaded zone_cfg_derive v0.1.2 |
813 | 2024-06-25T03:40:10.554Z | Downloaded enum-as-inner v0.5.1 |
814 | 2024-06-25T03:40:10.556Z | Downloaded rand_seeder v0.2.3 |
815 | 2024-06-25T03:40:10.556Z | Downloaded unicode-xid v0.2.4 |
816 | 2024-06-25T03:40:10.559Z | Downloaded ident_case v1.0.1 |
817 | 2024-06-25T03:40:10.559Z | Downloaded group v0.13.0 |
818 | 2024-06-25T03:40:10.562Z | Downloaded humantime v2.1.0 |
819 | 2024-06-25T03:40:10.565Z | Downloaded toolchain_find v0.4.0 |
820 | 2024-06-25T03:40:10.565Z | Downloaded cookie_store v0.20.0 |
821 | 2024-06-25T03:40:10.568Z | Downloaded num-complex v0.4.6 |
822 | 2024-06-25T03:40:10.573Z | Downloaded pkcs1 v0.7.5 |
823 | 2024-06-25T03:40:10.576Z | Downloaded console v0.15.8 |
824 | 2024-06-25T03:40:10.576Z | Downloaded pin-project v1.1.5 |
825 | 2024-06-25T03:40:10.587Z | Downloaded derive_builder_core v0.20.0 |
826 | 2024-06-25T03:40:10.590Z | Downloaded instant v0.1.12 |
827 | 2024-06-25T03:40:10.593Z | Downloaded is_ci v1.2.0 |
828 | 2024-06-25T03:40:10.596Z | Downloaded rustfmt-wrapper v0.2.1 |
829 | 2024-06-25T03:40:10.596Z | Downloaded maplit v1.0.2 |
830 | 2024-06-25T03:40:10.600Z | Downloaded ipnetwork v0.20.0 |
831 | 2024-06-25T03:40:10.600Z | Downloaded minimal-lexical v0.2.1 |
832 | 2024-06-25T03:40:10.604Z | Downloaded md-5 v0.10.6 |
833 | 2024-06-25T03:40:10.607Z | Downloaded base64 v0.13.1 |
834 | 2024-06-25T03:40:10.610Z | Downloaded password-hash v0.5.0 |
835 | 2024-06-25T03:40:10.613Z | Downloaded string_cache v0.8.7 |
836 | 2024-06-25T03:40:10.615Z | Downloaded serde-hex v0.1.0 |
837 | 2024-06-25T03:40:10.618Z | Downloaded foreign-types v0.5.0 |
838 | 2024-06-25T03:40:10.618Z | Downloaded tui-tree-widget v0.19.0 |
839 | 2024-06-25T03:40:10.618Z | Downloaded slog-envlogger v2.2.0 |
840 | 2024-06-25T03:40:10.621Z | Downloaded headers-core v0.2.0 |
841 | 2024-06-25T03:40:10.621Z | Downloaded waitgroup v0.1.2 |
842 | 2024-06-25T03:40:10.624Z | Downloaded slog-dtrace v0.3.0 |
843 | 2024-06-25T03:40:10.627Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2024-06-25T03:40:10.627Z | Downloaded yasna v0.5.2 |
845 | 2024-06-25T03:40:10.630Z | Downloaded heck v0.3.3 |
846 | 2024-06-25T03:40:10.632Z | Downloaded universal-hash v0.5.1 |
847 | 2024-06-25T03:40:10.633Z | Downloaded thiserror-no-std v2.0.2 |
848 | 2024-06-25T03:40:10.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
849 | 2024-06-25T03:40:10.639Z | Downloaded tap v1.0.1 |
850 | 2024-06-25T03:40:10.643Z | Downloaded globset v0.4.14 |
851 | 2024-06-25T03:40:10.643Z | Downloaded ed25519 v1.5.3 |
852 | 2024-06-25T03:40:10.643Z | Downloaded derive-where v1.2.7 |
853 | 2024-06-25T03:40:10.647Z | Downloaded prettyplease v0.2.20 |
854 | 2024-06-25T03:40:10.660Z | Downloaded semver v0.1.20 |
855 | 2024-06-25T03:40:10.663Z | Downloaded rustc_version v0.4.0 |
856 | 2024-06-25T03:40:10.666Z | Downloaded rpassword v7.3.1 |
857 | 2024-06-25T03:40:10.666Z | Downloaded sqlparser_derive v0.2.2 |
858 | 2024-06-25T03:40:10.666Z | Downloaded rustc_version v0.1.7 |
859 | 2024-06-25T03:40:10.669Z | Downloaded serde_derive_internals v0.29.1 |
860 | 2024-06-25T03:40:10.669Z | Downloaded serde_arrays v0.1.0 |
861 | 2024-06-25T03:40:10.672Z | Downloaded fatfs v0.3.6 |
862 | 2024-06-25T03:40:10.675Z | Downloaded libefi-sys v0.1.0 |
863 | 2024-06-25T03:40:10.678Z | Downloaded smf v0.2.3 |
864 | 2024-06-25T03:40:10.678Z | Downloaded smawk v0.3.2 |
865 | 2024-06-25T03:40:10.682Z | Downloaded which v4.4.2 |
866 | 2024-06-25T03:40:10.682Z | Downloaded postcard v1.0.8 |
867 | 2024-06-25T03:40:10.685Z | Downloaded structmeta-derive v0.3.0 |
868 | 2024-06-25T03:40:10.687Z | Downloaded fxhash v0.2.1 |
869 | 2024-06-25T03:40:10.688Z | Downloaded tabwriter v1.4.0 |
870 | 2024-06-25T03:40:10.690Z | Downloaded signature v1.6.4 |
871 | 2024-06-25T03:40:10.690Z | Downloaded signal-hook-tokio v0.3.1 |
872 | 2024-06-25T03:40:10.693Z | Downloaded supports-color v3.0.0 |
873 | 2024-06-25T03:40:10.696Z | Downloaded stringprep v0.1.4 |
874 | 2024-06-25T03:40:10.696Z | Downloaded downcast v0.11.0 |
875 | 2024-06-25T03:40:10.699Z | Downloaded chacha20poly1305 v0.10.1 |
876 | 2024-06-25T03:40:10.702Z | Downloaded erased-serde v0.3.31 |
877 | 2024-06-25T03:40:10.702Z | Downloaded diff v0.1.13 |
878 | 2024-06-25T03:40:10.705Z | Downloaded postgres-types v0.2.6 |
879 | 2024-06-25T03:40:10.710Z | Downloaded publicsuffix v2.2.3 |
880 | 2024-06-25T03:40:10.713Z | Downloaded darling_core v0.20.9 |
881 | 2024-06-25T03:40:10.716Z | Downloaded oso v0.27.3 |
882 | 2024-06-25T03:40:10.720Z | Downloaded inout v0.1.3 |
883 | 2024-06-25T03:40:10.723Z | Downloaded indoc v2.0.5 |
884 | 2024-06-25T03:40:10.726Z | Downloaded indoc v1.0.9 |
885 | 2024-06-25T03:40:10.730Z | Downloaded termtree v0.4.1 |
886 | 2024-06-25T03:40:10.732Z | Downloaded scheduled-thread-pool v0.2.7 |
887 | 2024-06-25T03:40:10.732Z | Downloaded stability v0.2.0 |
888 | 2024-06-25T03:40:10.735Z | Downloaded siphasher v0.3.11 |
889 | 2024-06-25T03:40:10.735Z | Downloaded hostname v0.4.0 |
890 | 2024-06-25T03:40:10.738Z | Downloaded vte_generate_state_changes v0.1.1 |
891 | 2024-06-25T03:40:10.738Z | Downloaded smallvec v0.6.14 |
892 | 2024-06-25T03:40:10.742Z | Downloaded socket2 v0.4.10 |
893 | 2024-06-25T03:40:10.742Z | Downloaded same-file v1.0.6 |
894 | 2024-06-25T03:40:10.744Z | Downloaded ff v0.13.0 |
895 | 2024-06-25T03:40:10.747Z | Downloaded textwrap v0.16.1 |
896 | 2024-06-25T03:40:10.750Z | Downloaded untrusted v0.7.1 |
897 | 2024-06-25T03:40:10.750Z | Downloaded unarray v0.1.4 |
898 | 2024-06-25T03:40:10.753Z | Downloaded tiny-keccak v2.0.2 |
899 | 2024-06-25T03:40:10.756Z | Downloaded getopts v0.2.21 |
900 | 2024-06-25T03:40:10.756Z | Downloaded kstat-rs v0.2.4 |
901 | 2024-06-25T03:40:10.759Z | Downloaded keccak v0.1.5 |
902 | 2024-06-25T03:40:10.759Z | Downloaded half v2.4.1 |
903 | 2024-06-25T03:40:10.762Z | Downloaded unicase v2.7.0 |
904 | 2024-06-25T03:40:10.765Z | Downloaded trust-dns-resolver v0.22.0 |
905 | 2024-06-25T03:40:10.769Z | Downloaded const_format v0.2.32 |
906 | 2024-06-25T03:40:10.775Z | Downloaded rand v0.8.5 |
907 | 2024-06-25T03:40:10.779Z | Downloaded endian-type v0.1.2 |
908 | 2024-06-25T03:40:10.781Z | Downloaded termios v0.3.3 |
909 | 2024-06-25T03:40:10.785Z | Downloaded dyn-clone v1.0.17 |
910 | 2024-06-25T03:40:10.785Z | Downloaded unicode-linebreak v0.1.5 |
911 | 2024-06-25T03:40:10.788Z | Downloaded gethostname v0.4.3 |
912 | 2024-06-25T03:40:10.788Z | Downloaded hash32 v0.2.1 |
913 | 2024-06-25T03:40:10.790Z | Downloaded tempfile v3.10.1 |
914 | 2024-06-25T03:40:10.793Z | Downloaded lru-cache v0.1.2 |
915 | 2024-06-25T03:40:10.793Z | Downloaded serde_plain v1.0.2 |
916 | 2024-06-25T03:40:10.796Z | Downloaded sec1 v0.7.3 |
917 | 2024-06-25T03:40:10.799Z | Downloaded lazy_static v1.4.0 |
918 | 2024-06-25T03:40:10.799Z | Downloaded serde_path_to_error v0.1.16 |
919 | 2024-06-25T03:40:10.802Z | Downloaded foreign-types-shared v0.3.1 |
920 | 2024-06-25T03:40:10.802Z | Downloaded snafu v0.8.2 |
921 | 2024-06-25T03:40:10.808Z | Downloaded rustls-pemfile v2.1.2 |
922 | 2024-06-25T03:40:10.811Z | Downloaded sha1 v0.10.6 |
923 | 2024-06-25T03:40:10.814Z | Downloaded zone v0.1.8 |
924 | 2024-06-25T03:40:10.816Z | Downloaded linear-map v1.2.0 |
925 | 2024-06-25T03:40:10.816Z | Downloaded toml v0.5.11 |
926 | 2024-06-25T03:40:10.819Z | Downloaded funty v2.0.0 |
927 | 2024-06-25T03:40:10.822Z | Downloaded slog-stdlog v4.1.1 |
928 | 2024-06-25T03:40:10.822Z | Downloaded signature v2.2.0 |
929 | 2024-06-25T03:40:10.827Z | Downloaded rayon-core v1.12.1 |
930 | 2024-06-25T03:40:10.830Z | Downloaded signal-hook-mio v0.2.3 |
931 | 2024-06-25T03:40:10.830Z | Downloaded unsafe-libyaml v0.2.11 |
932 | 2024-06-25T03:40:10.833Z | Downloaded der v0.7.9 |
933 | 2024-06-25T03:40:10.839Z | Downloaded tracing-attributes v0.1.27 |
934 | 2024-06-25T03:40:10.842Z | Downloaded http-range v0.1.5 |
935 | 2024-06-25T03:40:10.845Z | Downloaded rustls-pki-types v1.7.0 |
936 | 2024-06-25T03:40:10.847Z | Downloaded num-bigint v0.4.5 |
937 | 2024-06-25T03:40:10.851Z | Downloaded ena v0.14.3 |
938 | 2024-06-25T03:40:10.854Z | Downloaded display-error-chain v0.2.0 |
939 | 2024-06-25T03:40:10.854Z | Downloaded structmeta v0.3.0 |
940 | 2024-06-25T03:40:10.857Z | Downloaded structmeta v0.2.0 |
941 | 2024-06-25T03:40:10.857Z | Downloaded impl-trait-for-tuples v0.2.2 |
942 | 2024-06-25T03:40:10.859Z | Downloaded tokio-stream v0.1.15 |
943 | 2024-06-25T03:40:10.864Z | Downloaded embedded-io v0.4.0 |
944 | 2024-06-25T03:40:10.867Z | Downloaded sigpipe v0.1.3 |
945 | 2024-06-25T03:40:10.867Z | Downloaded memoffset v0.9.1 |
946 | 2024-06-25T03:40:10.870Z | Downloaded rusty-fork v0.3.0 |
947 | 2024-06-25T03:40:10.873Z | Downloaded difflib v0.4.0 |
948 | 2024-06-25T03:40:10.873Z | Downloaded rustc-hash v1.1.0 |
949 | 2024-06-25T03:40:10.873Z | Downloaded rtoolbox v0.0.2 |
950 | 2024-06-25T03:40:10.875Z | Downloaded highway v1.1.0 |
951 | 2024-06-25T03:40:10.878Z | Downloaded libsw v3.3.1 |
952 | 2024-06-25T03:40:10.881Z | Downloaded lalrpop-util v0.19.12 |
953 | 2024-06-25T03:40:10.881Z | Downloaded signal-hook v0.3.17 |
954 | 2024-06-25T03:40:10.884Z | Downloaded slog-scope v4.4.0 |
955 | 2024-06-25T03:40:10.886Z | Downloaded env_logger v0.10.2 |
956 | 2024-06-25T03:40:10.889Z | Downloaded trust-dns-server v0.22.1 |
957 | 2024-06-25T03:40:10.894Z | Downloaded shlex v1.3.0 |
958 | 2024-06-25T03:40:10.896Z | Downloaded static_assertions v1.1.0 |
959 | 2024-06-25T03:40:10.899Z | Downloaded typed-path v0.7.1 |
960 | 2024-06-25T03:40:10.903Z | Downloaded tokio-postgres v0.7.10 |
961 | 2024-06-25T03:40:10.909Z | Downloaded zeroize_derive v1.4.2 |
962 | 2024-06-25T03:40:10.912Z | Downloaded linked-hash-map v0.5.6 |
963 | 2024-06-25T03:40:10.912Z | Downloaded indicatif v0.17.8 |
964 | 2024-06-25T03:40:10.915Z | Downloaded num-bigint-dig v0.8.4 |
965 | 2024-06-25T03:40:10.921Z | Downloaded spki v0.7.3 |
966 | 2024-06-25T03:40:10.924Z | Downloaded rustc-demangle v0.1.24 |
967 | 2024-06-25T03:40:10.926Z | Downloaded env_logger v0.9.3 |
968 | 2024-06-25T03:40:10.929Z | Downloaded iana-time-zone v0.1.60 |
969 | 2024-06-25T03:40:10.932Z | Downloaded resolv-conf v0.7.0 |
970 | 2024-06-25T03:40:10.935Z | Downloaded subtle v2.5.0 |
971 | 2024-06-25T03:40:10.935Z | Downloaded strum_macros v0.25.3 |
972 | 2024-06-25T03:40:10.938Z | Downloaded spin v0.5.2 |
973 | 2024-06-25T03:40:10.938Z | Downloaded sqlformat v0.2.3 |
974 | 2024-06-25T03:40:10.940Z | Downloaded termcolor v1.4.1 |
975 | 2024-06-25T03:40:10.943Z | Downloaded hyper-rustls v0.24.2 |
976 | 2024-06-25T03:40:10.946Z | Downloaded toml v0.7.8 |
977 | 2024-06-25T03:40:10.949Z | Downloaded tokio-tungstenite v0.20.1 |
978 | 2024-06-25T03:40:10.952Z | Downloaded uuid v1.8.0 |
979 | 2024-06-25T03:40:10.954Z | Downloaded lru v0.12.3 |
980 | 2024-06-25T03:40:10.957Z | Downloaded samael v0.0.15 |
981 | 2024-06-25T03:40:10.960Z | Downloaded expectorate v1.1.0 |
982 | 2024-06-25T03:40:10.965Z | Downloaded x509-cert v0.2.5 |
983 | 2024-06-25T03:40:10.970Z | Downloaded strum_macros v0.24.3 |
984 | 2024-06-25T03:40:10.972Z | Downloaded zerocopy v0.6.6 |
985 | 2024-06-25T03:40:10.976Z | Downloaded portable-atomic v1.6.0 |
986 | 2024-06-25T03:40:10.981Z | Downloaded indexmap v1.9.3 |
987 | 2024-06-25T03:40:10.984Z | Downloaded ron v0.7.1 |
988 | 2024-06-25T03:40:10.990Z | Downloaded rsa v0.9.6 |
989 | 2024-06-25T03:40:10.995Z | Downloaded unicode_categories v0.1.1 |
990 | 2024-06-25T03:40:10.998Z | Downloaded nom v7.1.3 |
991 | 2024-06-25T03:40:11.005Z | Downloaded elliptic-curve v0.13.8 |
992 | 2024-06-25T03:40:11.009Z | Downloaded spin v0.9.8 |
993 | 2024-06-25T03:40:11.012Z | Downloaded salty v0.2.0 |
994 | 2024-06-25T03:40:11.017Z | Downloaded hmac v0.12.1 |
995 | 2024-06-25T03:40:11.020Z | Downloaded vte v0.11.1 |
996 | 2024-06-25T03:40:11.023Z | Downloaded unicode-segmentation v1.11.0 |
997 | 2024-06-25T03:40:11.026Z | Downloaded flume v0.11.0 |
998 | 2024-06-25T03:40:11.030Z | Downloaded regex-automata v0.1.10 |
999 | 2024-06-25T03:40:11.035Z | Downloaded schemars v0.8.21 |
1000 | 2024-06-25T03:40:11.048Z | Downloaded tungstenite v0.20.1 |
1001 | 2024-06-25T03:40:11.052Z | Downloaded similar v2.5.0 |
1002 | 2024-06-25T03:40:11.058Z | Downloaded zip v0.6.6 |
1003 | 2024-06-25T03:40:11.062Z | Downloaded blake3 v1.5.1 |
1004 | 2024-06-25T03:40:11.071Z | Downloaded tungstenite v0.21.0 |
1005 | 2024-06-25T03:40:11.075Z | Downloaded serde_yaml v0.9.34+deprecated |
1006 | 2024-06-25T03:40:11.078Z | Downloaded steno v0.4.0 |
1007 | 2024-06-25T03:40:11.082Z | Downloaded itertools v0.10.5 |
1008 | 2024-06-25T03:40:11.089Z | Downloaded rustyline v14.0.0 |
1009 | 2024-06-25T03:40:11.095Z | Downloaded libm v0.2.8 |
1010 | 2024-06-25T03:40:11.104Z | Downloaded tough v0.17.1 |
1011 | 2024-06-25T03:40:11.114Z | Downloaded chrono v0.4.38 |
1012 | 2024-06-25T03:40:11.124Z | Downloaded reedline v0.31.0 |
1013 | 2024-06-25T03:40:11.130Z | Downloaded rayon v1.10.0 |
1014 | 2024-06-25T03:40:11.140Z | Downloaded hashbrown v0.13.2 |
1015 | 2024-06-25T03:40:11.145Z | Downloaded bindgen v0.69.4 |
1016 | 2024-06-25T03:40:11.153Z | Downloaded bitvec v1.0.1 |
1017 | 2024-06-25T03:40:11.171Z | Downloaded proptest v1.4.0 |
1018 | 2024-06-25T03:40:11.181Z | Downloaded hashbrown v0.12.3 |
1019 | 2024-06-25T03:40:11.185Z | Downloaded rustls-webpki v0.101.7 |
1020 | 2024-06-25T03:40:11.201Z | Downloaded rustls v0.21.12 |
1021 | 2024-06-25T03:40:11.213Z | Downloaded bstr v0.2.17 |
1022 | 2024-06-25T03:40:11.222Z | Downloaded gimli v0.28.1 |
1023 | 2024-06-25T03:40:11.231Z | Downloaded regex-syntax v0.6.29 |
1024 | 2024-06-25T03:40:11.238Z | Downloaded winnow v0.5.40 |
1025 | 2024-06-25T03:40:11.247Z | Downloaded curve25519-dalek v4.1.2 |
1026 | 2024-06-25T03:40:11.257Z | Downloaded heapless v0.7.17 |
1027 | 2024-06-25T03:40:11.261Z | Downloaded itertools v0.12.1 |
1028 | 2024-06-25T03:40:11.268Z | Downloaded regex-syntax v0.8.3 |
1029 | 2024-06-25T03:40:11.276Z | Downloaded rustls-webpki v0.102.4 |
1030 | 2024-06-25T03:40:11.296Z | Downloaded bstr v1.9.1 |
1031 | 2024-06-25T03:40:11.307Z | Downloaded serde_with v3.8.1 |
1032 | 2024-06-25T03:40:11.315Z | Downloaded hkdf v0.12.4 |
1033 | 2024-06-25T03:40:11.318Z | Downloaded quick-xml v0.31.0 |
1034 | 2024-06-25T03:40:11.322Z | Downloaded toml_edit v0.19.15 |
1035 | 2024-06-25T03:40:11.340Z | Downloaded ron v0.8.1 |
1036 | 2024-06-25T03:40:11.345Z | Downloaded regex-automata v0.4.6 |
1037 | 2024-06-25T03:40:11.361Z | Downloaded finl_unicode v1.2.0 |
1038 | 2024-06-25T03:40:11.375Z | Downloaded polar-core v0.27.3 |
1039 | 2024-06-25T03:40:11.383Z | Downloaded sqlparser v0.45.0 |
1040 | 2024-06-25T03:40:11.388Z | Downloaded object v0.32.2 |
1041 | 2024-06-25T03:40:11.398Z | Downloaded nix v0.28.0 |
1042 | 2024-06-25T03:40:11.412Z | Downloaded diesel v2.1.6 |
1043 | 2024-06-25T03:40:11.427Z | Downloaded idna v0.2.3 |
1044 | 2024-06-25T03:40:11.432Z | Downloaded lalrpop v0.19.12 |
1045 | 2024-06-25T03:40:11.443Z | Downloaded smoltcp v0.9.1 |
1046 | 2024-06-25T03:40:11.453Z | Downloaded idna v0.3.0 |
1047 | 2024-06-25T03:40:11.460Z | Downloaded webpki-roots v0.25.4 |
1048 | 2024-06-25T03:40:11.481Z | Downloaded nix v0.27.1 |
1049 | 2024-06-25T03:40:11.481Z | Downloaded csv v1.3.0 |
1050 | 2024-06-25T03:40:11.507Z | Downloaded openapiv3 v2.0.0 |
1051 | 2024-06-25T03:40:11.521Z | Downloaded trust-dns-proto v0.22.0 |
1052 | 2024-06-25T03:40:11.536Z | Downloaded smoltcp v0.11.0 |
1053 | 2024-06-25T03:40:11.552Z | Downloaded rustls v0.22.4 |
1054 | 2024-06-25T03:40:11.568Z | Downloaded regress v0.9.1 |
1055 | 2024-06-25T03:40:11.576Z | Downloaded ratatui v0.26.2 |
1056 | 2024-06-25T03:40:11.594Z | Downloaded object v0.30.4 |
1057 | 2024-06-25T03:40:11.604Z | Downloaded zerocopy-derive v0.6.6 |
1058 | 2024-06-25T03:40:11.612Z | Downloaded regex v1.10.4 |
1059 | 2024-06-25T03:40:11.624Z | Downloaded radix_trie v0.2.1 |
1060 | 2024-06-25T03:40:11.630Z | Downloaded sled v0.34.7 |
1061 | 2024-06-25T03:40:11.640Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1062 | 2024-06-25T03:40:11.652Z | Downloaded subprocess v0.2.9 |
1063 | 2024-06-25T03:40:11.656Z | Downloaded trust-dns-client v0.22.0 |
1064 | 2024-06-25T03:40:11.659Z | Downloaded headers v0.3.9 |
1065 | 2024-06-25T03:40:11.665Z | Downloaded http v1.1.0 |
1066 | 2024-06-25T03:40:11.669Z | Downloaded petgraph v0.6.5 |
1067 | 2024-06-25T03:40:11.686Z | Downloaded aho-corasick v1.1.3 |
1068 | 2024-06-25T03:40:11.692Z | Downloaded libxml v0.3.3 |
1069 | 2024-06-25T03:40:11.697Z | Downloaded crossterm v0.27.0 |
1070 | 2024-06-25T03:40:11.703Z | Downloaded structmeta-derive v0.2.0 |
1071 | 2024-06-25T03:40:11.706Z | Downloaded zeroize v1.7.0 |
1072 | 2024-06-25T03:40:11.706Z | Downloaded utf-8 v0.7.6 |
1073 | 2024-06-25T03:40:11.709Z | Downloaded uzers v0.11.3 |
1074 | 2024-06-25T03:40:11.709Z | Downloaded test-strategy v0.3.1 |
1075 | 2024-06-25T03:40:11.714Z | Downloaded serde_repr v0.1.19 |
1076 | 2024-06-25T03:40:11.718Z | Downloaded heapless v0.8.0 |
1077 | 2024-06-25T03:40:11.721Z | Downloaded tokio-rustls v0.24.1 |
1078 | 2024-06-25T03:40:11.721Z | Downloaded sha3 v0.10.8 |
1079 | 2024-06-25T03:40:11.724Z | Downloaded hyper-staticfile v0.9.5 |
1080 | 2024-06-25T03:40:11.727Z | Downloaded tokio-rustls v0.25.0 |
1081 | 2024-06-25T03:40:11.730Z | Downloaded memmap2 v0.9.4 |
1082 | 2024-06-25T03:40:11.730Z | Downloaded hash32 v0.3.1 |
1083 | 2024-06-25T03:40:11.733Z | Downloaded getrandom v0.2.14 |
1084 | 2024-06-25T03:40:11.736Z | Downloaded tls_codec_derive v0.4.1 |
1085 | 2024-06-25T03:40:11.736Z | Downloaded wait-timeout v0.2.0 |
1086 | 2024-06-25T03:40:11.739Z | Downloaded shell-words v1.1.0 |
1087 | 2024-06-25T03:40:11.739Z | Downloaded fragile v2.0.0 |
1088 | 2024-06-25T03:40:11.742Z | Downloaded either v1.12.0 |
1089 | 2024-06-25T03:40:11.742Z | Downloaded secrecy v0.8.0 |
1090 | 2024-06-25T03:40:11.742Z | Downloaded tls_codec v0.4.1 |
1091 | 2024-06-25T03:40:11.745Z | Downloaded wyz v0.5.1 |
1092 | 2024-06-25T03:40:11.745Z | Downloaded stable_deref_trait v1.2.0 |
1093 | 2024-06-25T03:40:11.747Z | Downloaded snafu-derive v0.8.2 |
1094 | 2024-06-25T03:40:11.747Z | Downloaded home v0.5.9 |
1095 | 2024-06-25T03:40:11.750Z | Downloaded fastrand v2.1.0 |
1096 | 2024-06-25T03:40:11.750Z | Downloaded fallible-iterator v0.2.0 |
1097 | 2024-06-25T03:40:11.750Z | Downloaded diesel_derives v2.1.4 |
1098 | 2024-06-25T03:40:11.754Z | Downloaded schemars_derive v0.8.21 |
1099 | 2024-06-25T03:40:11.756Z | Downloaded sct v0.7.1 |
1100 | 2024-06-25T03:40:11.760Z | Downloaded whoami v1.5.1 |
1101 | 2024-06-25T03:40:11.763Z | Downloaded serde_with_macros v3.8.1 |
1102 | 2024-06-25T03:40:11.763Z | Downloaded libloading v0.8.3 |
1103 | 2024-06-25T03:40:11.766Z | Downloaded base64 v0.22.1 |
1104 | 2024-06-25T03:40:11.768Z | Downloaded hex v0.4.3 |
1105 | 2024-06-25T03:40:11.771Z | Downloaded float-ord v0.3.2 |
1106 | 2024-06-25T03:40:11.771Z | Downloaded float-cmp v0.9.0 |
1107 | 2024-06-25T03:40:11.774Z | Downloaded flagset v0.4.5 |
1108 | 2024-06-25T03:40:11.774Z | Downloaded rcgen v0.12.1 |
1109 | 2024-06-25T03:40:11.777Z | Downloaded omicron-zone-package v0.11.0 |
1110 | 2024-06-25T03:40:11.779Z | Downloaded num-traits v0.2.19 |
1111 | 2024-06-25T03:40:11.782Z | Downloaded backtrace v0.3.71 |
1112 | 2024-06-25T03:40:11.785Z | Downloaded crypto-bigint v0.5.5 |
1113 | 2024-06-25T03:40:11.791Z | Downloaded derive_more v0.99.17 |
1114 | 2024-06-25T03:40:11.796Z | Downloaded strip-ansi-escapes v0.2.0 |
1115 | 2024-06-25T03:40:11.798Z | Downloaded fixedbitset v0.4.2 |
1116 | 2024-06-25T03:40:11.799Z | Downloaded glob v0.3.1 |
1117 | 2024-06-25T03:40:11.801Z | Downloaded vsss-rs v3.3.4 |
1118 | 2024-06-25T03:40:11.804Z | Downloaded clang-sys v1.7.0 |
1119 | 2024-06-25T03:40:11.804Z | Downloaded poly1305 v0.8.0 |
1120 | 2024-06-25T03:40:11.808Z | Downloaded parking_lot_core v0.8.6 |
1121 | 2024-06-25T03:40:11.812Z | Downloaded pkcs8 v0.10.2 |
1122 | 2024-06-25T03:40:11.817Z | Downloaded maybe-uninit v2.0.0 |
1123 | 2024-06-25T03:40:11.817Z | Downloaded managed v0.8.0 |
1124 | 2024-06-25T03:40:11.817Z | Downloaded lazycell v1.3.0 |
1125 | 2024-06-25T03:40:11.820Z | Downloaded arc-swap v1.7.1 |
1126 | 2024-06-25T03:40:11.820Z | Downloaded hubpack v0.1.2 |
1127 | 2024-06-25T03:40:11.825Z | Downloaded tokio-tungstenite v0.21.0 |
1128 | 2024-06-25T03:40:11.825Z | Downloaded pin-project-internal v1.1.5 |
1129 | 2024-06-25T03:40:11.825Z | Downloaded parse-display-derive v0.9.0 |
1130 | 2024-06-25T03:40:11.828Z | Downloaded owo-colors v4.0.0 |
1131 | 2024-06-25T03:40:11.828Z | Downloaded num-rational v0.4.2 |
1132 | 2024-06-25T03:40:11.828Z | Downloaded nu-ansi-term v0.50.0 |
1133 | 2024-06-25T03:40:11.831Z | Downloaded compact_str v0.7.1 |
1134 | 2024-06-25T03:40:11.834Z | Downloaded parking_lot v0.11.2 |
1135 | 2024-06-25T03:40:11.837Z | Downloaded ciborium v0.2.2 |
1136 | 2024-06-25T03:40:11.840Z | Downloaded pem-rfc7468 v0.7.0 |
1137 | 2024-06-25T03:40:11.840Z | Downloaded csv-core v0.1.11 |
1138 | 2024-06-25T03:40:11.842Z | Downloaded colored v2.1.0 |
1139 | 2024-06-25T03:40:11.842Z | Downloaded bzip2 v0.4.4 |
1140 | 2024-06-25T03:40:11.845Z | Downloaded foreign-types-macros v0.2.3 |
1141 | 2024-06-25T03:40:11.845Z | Downloaded fd-lock v4.0.2 |
1142 | 2024-06-25T03:40:11.848Z | Downloaded cookie v0.17.0 |
1143 | 2024-06-25T03:40:11.851Z | Downloaded blake2 v0.10.6 |
1144 | 2024-06-25T03:40:11.851Z | Downloaded allocator-api2 v0.2.18 |
1145 | 2024-06-25T03:40:11.854Z | Downloaded crc-any v2.5.0 |
1146 | 2024-06-25T03:40:11.857Z | Downloaded const-oid v0.9.6 |
1147 | 2024-06-25T03:40:11.860Z | Downloaded async-trait v0.1.80 |
1148 | 2024-06-25T03:40:11.862Z | Downloaded quick-error v1.2.3 |
1149 | 2024-06-25T03:40:11.862Z | Downloaded postgres-protocol v0.6.6 |
1150 | 2024-06-25T03:40:11.865Z | Downloaded predicates-core v1.0.6 |
1151 | 2024-06-25T03:40:11.865Z | Downloaded phf_shared v0.11.2 |
1152 | 2024-06-25T03:40:11.868Z | Downloaded packed_struct_codegen v0.10.1 |
1153 | 2024-06-25T03:40:11.868Z | Downloaded debug-ignore v1.0.5 |
1154 | 2024-06-25T03:40:11.868Z | Downloaded bit-vec v0.6.3 |
1155 | 2024-06-25T03:40:11.871Z | Downloaded bit-set v0.5.3 |
1156 | 2024-06-25T03:40:11.871Z | Downloaded num-integer v0.1.46 |
1157 | 2024-06-25T03:40:11.874Z | Downloaded backoff v0.4.0 |
1158 | 2024-06-25T03:40:11.874Z | Downloaded addr2line v0.21.0 |
1159 | 2024-06-25T03:40:11.877Z | Downloaded ascii v1.1.0 |
1160 | 2024-06-25T03:40:11.879Z | Downloaded assert_matches v1.5.0 |
1161 | 2024-06-25T03:40:11.879Z | Downloaded arrayref v0.3.7 |
1162 | 2024-06-25T03:40:11.879Z | Downloaded ppv-lite86 v0.2.17 |
1163 | 2024-06-25T03:40:11.882Z | Downloaded block-padding v0.3.3 |
1164 | 2024-06-25T03:40:11.882Z | Downloaded bcs v0.1.6 |
1165 | 2024-06-25T03:40:11.885Z | Downloaded base16ct v0.2.0 |
1166 | 2024-06-25T03:40:11.885Z | Downloaded arrayvec v0.7.4 |
1167 | 2024-06-25T03:40:11.888Z | Downloaded argon2 v0.5.3 |
1168 | 2024-06-25T03:40:11.888Z | Downloaded num v0.4.3 |
1169 | 2024-06-25T03:40:11.888Z | Downloaded mockall_derive v0.12.1 |
1170 | 2024-06-25T03:40:11.891Z | Downloaded corncobs v0.1.3 |
1171 | 2024-06-25T03:40:11.891Z | Downloaded chacha20 v0.9.1 |
1172 | 2024-06-25T03:40:11.894Z | Downloaded opaque-debug v0.3.1 |
1173 | 2024-06-25T03:40:11.894Z | Downloaded cexpr v0.6.0 |
1174 | 2024-06-25T03:40:11.897Z | Downloaded cassowary v0.3.0 |
1175 | 2024-06-25T03:40:11.897Z | Downloaded ascii-canvas v3.0.0 |
1176 | 2024-06-25T03:40:11.899Z | Downloaded array-init v0.0.4 |
1177 | 2024-06-25T03:40:12.238Z | Downloaded ring v0.17.8 |
1178 | 2024-06-25T03:40:12.357Z | Downloaded ring v0.16.20 |
1179 | 2024-06-25T03:40:12.589Z | Compiling proc-macro2 v1.0.86 |
1180 | 2024-06-25T03:40:12.589Z | Compiling unicode-ident v1.0.12 |
1181 | 2024-06-25T03:40:12.589Z | Compiling libc v0.2.155 |
1182 | 2024-06-25T03:40:12.592Z | Compiling serde v1.0.203 |
1183 | 2024-06-25T03:40:12.592Z | Compiling autocfg v1.3.0 |
1184 | 2024-06-25T03:40:12.592Z | Compiling version_check v0.9.4 |
1185 | 2024-06-25T03:40:12.592Z | Compiling cfg-if v1.0.0 |
1186 | 2024-06-25T03:40:12.838Z | Compiling cc v1.0.97 |
1187 | 2024-06-25T03:40:12.861Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-06-25T03:40:12.897Z | Compiling serde_json v1.0.117 |
1189 | 2024-06-25T03:40:13.277Z | Compiling once_cell v1.19.0 |
1190 | 2024-06-25T03:40:13.365Z | Compiling libm v0.2.8 |
1191 | 2024-06-25T03:40:13.437Z | Compiling ahash v0.8.11 |
1192 | 2024-06-25T03:40:13.518Z | Compiling lock_api v0.4.12 |
1193 | 2024-06-25T03:40:13.726Z | Compiling byteorder v1.5.0 |
1194 | 2024-06-25T03:40:13.772Z | Compiling num-traits v0.2.19 |
1195 | 2024-06-25T03:40:13.870Z | Compiling memchr v2.7.2 |
1196 | 2024-06-25T03:40:14.009Z | Compiling thiserror v1.0.60 |
1197 | 2024-06-25T03:40:14.099Z | Compiling typenum v1.17.0 |
1198 | 2024-06-25T03:40:14.252Z | Compiling quote v1.0.36 |
1199 | 2024-06-25T03:40:14.485Z | Compiling itoa v1.0.11 |
1200 | 2024-06-25T03:40:14.709Z | Compiling syn v2.0.68 |
1201 | 2024-06-25T03:40:14.901Z | Compiling getrandom v0.2.14 |
1202 | 2024-06-25T03:40:14.998Z | Compiling log v0.4.21 |
1203 | 2024-06-25T03:40:15.033Z | Compiling generic-array v0.14.7 |
1204 | 2024-06-25T03:40:15.376Z | Compiling scopeguard v1.2.0 |
1205 | 2024-06-25T03:40:15.599Z | Compiling allocator-api2 v0.2.18 |
1206 | 2024-06-25T03:40:15.730Z | Compiling slab v0.4.9 |
1207 | 2024-06-25T03:40:15.939Z | Compiling ring v0.17.8 |
1208 | 2024-06-25T03:40:15.974Z | Compiling ryu v1.0.18 |
1209 | 2024-06-25T03:40:16.030Z | Compiling pin-project-lite v0.2.14 |
1210 | 2024-06-25T03:40:16.070Z | Compiling schemars v0.8.21 |
1211 | 2024-06-25T03:40:16.267Z | Compiling semver v1.0.23 |
1212 | 2024-06-25T03:40:16.359Z | Compiling smallvec v1.13.2 |
1213 | 2024-06-25T03:40:16.622Z | Compiling equivalent v1.0.1 |
1214 | 2024-06-25T03:40:16.782Z | Compiling vcpkg v0.2.15 |
1215 | 2024-06-25T03:40:16.838Z | Compiling pkg-config v0.3.30 |
1216 | 2024-06-25T03:40:17.007Z | Compiling signal-hook-registry v1.4.2 |
1217 | 2024-06-25T03:40:17.718Z | Compiling parking_lot v0.12.2 |
1218 | 2024-06-25T03:40:18.257Z | Compiling syn v1.0.109 |
1219 | 2024-06-25T03:40:18.596Z | Compiling mio v0.8.11 |
1220 | 2024-06-25T03:40:18.623Z | Compiling openssl-sys v0.9.102 |
1221 | 2024-06-25T03:40:19.557Z | Compiling rand_core v0.6.4 |
1222 | 2024-06-25T03:40:19.832Z | Compiling num_cpus v1.16.0 |
1223 | 2024-06-25T03:40:19.962Z | Compiling socket2 v0.5.7 |
1224 | 2024-06-25T03:40:19.978Z | Compiling time-core v0.1.2 |
1225 | 2024-06-25T03:40:20.142Z | Compiling num-conv v0.1.0 |
1226 | 2024-06-25T03:40:20.409Z | Compiling time-macros v0.2.18 |
1227 | 2024-06-25T03:40:20.788Z | Compiling httparse v1.8.0 |
1228 | 2024-06-25T03:40:21.179Z | Compiling futures-core v0.3.30 |
1229 | 2024-06-25T03:40:21.467Z | Compiling openssl v0.10.64 |
1230 | 2024-06-25T03:40:21.665Z | Compiling fnv v1.0.7 |
1231 | 2024-06-25T03:40:22.074Z | Compiling iana-time-zone v0.1.60 |
1232 | 2024-06-25T03:40:22.090Z | Compiling crossbeam-utils v0.8.19 |
1233 | 2024-06-25T03:40:22.158Z | Compiling serde_derive_internals v0.29.1 |
1234 | 2024-06-25T03:40:22.606Z | Compiling rustix v0.38.34 |
1235 | 2024-06-25T03:40:22.813Z | Compiling spin v0.9.8 |
1236 | 2024-06-25T03:40:23.010Z | Compiling native-tls v0.2.11 |
1237 | 2024-06-25T03:40:23.240Z | Compiling rustls v0.21.12 |
1238 | 2024-06-25T03:40:23.306Z | Compiling tinyvec_macros v0.1.1 |
1239 | 2024-06-25T03:40:23.397Z | Compiling tinyvec v1.6.0 |
1240 | 2024-06-25T03:40:23.604Z | Compiling const-oid v0.9.6 |
1241 | 2024-06-25T03:40:24.103Z | Compiling ucd-trie v0.1.6 |
1242 | 2024-06-25T03:40:24.432Z | Compiling futures-sink v0.3.30 |
1243 | 2024-06-25T03:40:24.494Z | Compiling subtle v2.5.0 |
1244 | 2024-06-25T03:40:24.726Z | Compiling unicode-normalization v0.1.23 |
1245 | 2024-06-25T03:40:24.769Z | Compiling backtrace v0.3.71 |
1246 | 2024-06-25T03:40:24.797Z | Compiling cookie v0.17.0 |
1247 | 2024-06-25T03:40:25.074Z | Compiling dyn-clone v1.0.17 |
1248 | 2024-06-25T03:40:25.261Z | Compiling unicode-bidi v0.3.15 |
1249 | 2024-06-25T03:40:26.363Z | Compiling heck v0.5.0 |
1250 | 2024-06-25T03:40:26.367Z | Compiling slog v2.7.0 |
1251 | 2024-06-25T03:40:26.367Z | Compiling heck v0.4.1 |
1252 | 2024-06-25T03:40:26.367Z | Compiling futures-channel v0.3.30 |
1253 | 2024-06-25T03:40:26.367Z | Compiling futures-io v0.3.30 |
1254 | 2024-06-25T03:40:26.367Z | Compiling futures-task v0.3.30 |
1255 | 2024-06-25T03:40:26.577Z | Compiling pin-utils v0.1.0 |
1256 | 2024-06-25T03:40:26.900Z | Compiling aho-corasick v1.1.3 |
1257 | 2024-06-25T03:40:27.100Z | Compiling anyhow v1.0.86 |
1258 | 2024-06-25T03:40:27.289Z | Compiling winnow v0.5.40 |
1259 | 2024-06-25T03:40:27.615Z | Compiling regex-syntax v0.8.3 |
1260 | 2024-06-25T03:40:27.913Z | Compiling untrusted v0.9.0 |
1261 | 2024-06-25T03:40:27.955Z | Compiling serde_derive v1.0.203 |
1262 | 2024-06-25T03:40:28.110Z | Compiling zerocopy-derive v0.7.34 |
1263 | 2024-06-25T03:40:29.418Z | Compiling zeroize_derive v1.4.2 |
1264 | 2024-06-25T03:40:30.145Z | Compiling thiserror-impl v1.0.60 |
1265 | 2024-06-25T03:40:30.853Z | Compiling zerocopy v0.7.34 |
1266 | 2024-06-25T03:40:31.175Z | Compiling tokio-macros v2.2.0 |
1267 | 2024-06-25T03:40:31.278Z | Compiling futures-macro v0.3.30 |
1268 | 2024-06-25T03:40:31.816Z | Compiling schemars_derive v0.8.21 |
1269 | 2024-06-25T03:40:33.098Z | Compiling hashbrown v0.14.5 |
1270 | 2024-06-25T03:40:33.098Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-06-25T03:40:33.170Z | Compiling zeroize v1.7.0 |
1272 | 2024-06-25T03:40:33.950Z | Compiling openssl-macros v0.1.1 |
1273 | 2024-06-25T03:40:34.624Z | Compiling scroll_derive v0.12.0 |
1274 | 2024-06-25T03:40:34.729Z | Compiling pest v2.7.10 |
1275 | 2024-06-25T03:40:34.908Z | Compiling crypto-common v0.1.6 |
1276 | 2024-06-25T03:40:35.120Z | Compiling futures-util v0.3.30 |
1277 | 2024-06-25T03:40:35.885Z | Compiling der_derive v0.7.2 |
1278 | 2024-06-25T03:40:36.691Z | Compiling block-buffer v0.10.4 |
1279 | 2024-06-25T03:40:37.574Z | Compiling pest_meta v2.7.10 |
1280 | 2024-06-25T03:40:38.333Z | Compiling regex-automata v0.4.6 |
1281 | 2024-06-25T03:40:38.528Z | Compiling tracing-core v0.1.32 |
1282 | 2024-06-25T03:40:40.907Z | Compiling pest_generator v2.7.10 |
1283 | 2024-06-25T03:40:41.849Z | Compiling bytes v1.6.0 |
1284 | 2024-06-25T03:40:42.770Z | Compiling indexmap v2.2.6 |
1285 | 2024-06-25T03:40:43.127Z | Compiling tokio v1.37.0 |
1286 | 2024-06-25T03:40:43.676Z | Compiling bitflags v2.5.0 |
1287 | 2024-06-25T03:40:43.699Z | Compiling uuid v1.8.0 |
1288 | 2024-06-25T03:40:44.260Z | Compiling chrono v0.4.38 |
1289 | 2024-06-25T03:40:44.381Z | Compiling serde_tokenstream v0.2.0 |
1290 | 2024-06-25T03:40:45.553Z | Compiling toml_datetime v0.6.6 |
1291 | 2024-06-25T03:40:46.004Z | Compiling serde_spanned v0.6.6 |
1292 | 2024-06-25T03:40:46.224Z | Compiling http v0.2.12 |
1293 | 2024-06-25T03:40:46.729Z | Compiling toml_edit v0.19.15 |
1294 | 2024-06-25T03:40:49.229Z | Compiling rustc_version v0.4.0 |
1295 | 2024-06-25T03:40:49.864Z | Compiling pest_derive v2.7.10 |
1296 | 2024-06-25T03:40:49.893Z | Compiling usdt-impl v0.5.0 |
1297 | 2024-06-25T03:40:50.206Z | Compiling rustversion v1.0.17 |
1298 | 2024-06-25T03:40:50.608Z | Compiling powerfmt v0.2.0 |
1299 | 2024-06-25T03:40:50.881Z | Compiling deranged v0.3.11 |
1300 | 2024-06-25T03:40:51.104Z | Compiling heapless v0.7.17 |
1301 | 2024-06-25T03:40:51.548Z | Compiling tracing v0.1.40 |
1302 | 2024-06-25T03:40:51.764Z | Compiling digest v0.10.7 |
1303 | 2024-06-25T03:40:52.190Z | Compiling scroll v0.12.0 |
1304 | 2024-06-25T03:40:52.767Z | Compiling ppv-lite86 v0.2.17 |
1305 | 2024-06-25T03:40:52.940Z | Compiling plain v0.2.3 |
1306 | 2024-06-25T03:40:53.093Z | Compiling num_threads v0.1.7 |
1307 | 2024-06-25T03:40:53.124Z | Compiling signal-hook v0.3.17 |
1308 | 2024-06-25T03:40:53.222Z | Compiling percent-encoding v2.3.1 |
1309 | 2024-06-25T03:40:53.684Z | Compiling rand_chacha v0.3.1 |
1310 | 2024-06-25T03:40:53.794Z | Compiling time v0.3.36 |
1311 | 2024-06-25T03:40:53.909Z | Compiling goblin v0.8.2 |
1312 | 2024-06-25T03:40:54.708Z | Compiling regex v1.10.4 |
1313 | 2024-06-25T03:40:55.742Z | Compiling crc32fast v1.4.0 |
1314 | 2024-06-25T03:40:56.205Z | Compiling pretty-hex v0.4.1 |
1315 | 2024-06-25T03:40:56.415Z | Compiling strsim v0.11.1 |
1316 | 2024-06-25T03:40:57.742Z | Compiling rand v0.8.5 |
1317 | 2024-06-25T03:40:58.576Z | Compiling tokio-util v0.7.11 |
1318 | 2024-06-25T03:40:59.912Z | Compiling dof v0.3.0 |
1319 | 2024-06-25T03:40:59.958Z | Compiling dtrace-parser v0.2.0 |
1320 | 2024-06-25T03:41:00.521Z | Compiling async-trait v0.1.80 |
1321 | 2024-06-25T03:41:00.759Z | Compiling thread-id v4.2.1 |
1322 | 2024-06-25T03:41:01.245Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1323 | 2024-06-25T03:41:01.456Z | Compiling base64ct v1.6.0 |
1324 | 2024-06-25T03:41:01.837Z | Compiling unicode-width v0.1.12 |
1325 | 2024-06-25T03:41:01.942Z | Compiling smoltcp v0.9.1 |
1326 | 2024-06-25T03:41:02.033Z | Compiling foreign-types-shared v0.1.1 |
1327 | 2024-06-25T03:41:02.126Z | Compiling foreign-types v0.3.2 |
1328 | 2024-06-25T03:41:02.143Z | Compiling pem-rfc7468 v0.7.0 |
1329 | 2024-06-25T03:41:03.756Z | Compiling form_urlencoded v1.2.1 |
1330 | 2024-06-25T03:41:04.067Z | Compiling hmac v0.12.1 |
1331 | 2024-06-25T03:41:04.115Z | Compiling base64 v0.21.7 |
1332 | 2024-06-25T03:41:04.323Z | Compiling siphasher v0.3.11 |
1333 | 2024-06-25T03:41:04.369Z | Compiling try-lock v0.2.5 |
1334 | 2024-06-25T03:41:04.519Z | Compiling adler v1.0.2 |
1335 | 2024-06-25T03:41:04.753Z | Compiling flagset v0.4.5 |
1336 | 2024-06-25T03:41:04.956Z | Compiling want v0.3.1 |
1337 | 2024-06-25T03:41:04.959Z | Compiling der v0.7.9 |
1338 | 2024-06-25T03:41:05.082Z | Compiling miniz_oxide v0.7.2 |
1339 | 2024-06-25T03:41:07.283Z | Compiling h2 v0.3.26 |
1340 | 2024-06-25T03:41:08.233Z | Compiling sct v0.7.1 |
1341 | 2024-06-25T03:41:08.371Z | Compiling rustls-webpki v0.101.7 |
1342 | 2024-06-25T03:41:08.507Z | Compiling http-body v0.4.6 |
1343 | 2024-06-25T03:41:09.497Z | Compiling openapiv3 v2.0.0 |
1344 | 2024-06-25T03:41:09.569Z | Compiling hubpack_derive v0.1.1 |
1345 | 2024-06-25T03:41:09.929Z | Compiling zerocopy-derive v0.6.6 |
1346 | 2024-06-25T03:41:10.095Z | Compiling idna v0.5.0 |
1347 | 2024-06-25T03:41:10.344Z | Compiling errno v0.3.9 |
1348 | 2024-06-25T03:41:10.612Z | Compiling fs-err v2.11.0 |
1349 | 2024-06-25T03:41:10.615Z | Compiling stable_deref_trait v1.2.0 |
1350 | 2024-06-25T03:41:10.737Z | Compiling httpdate v1.0.3 |
1351 | 2024-06-25T03:41:10.895Z | Compiling finl_unicode v1.2.0 |
1352 | 2024-06-25T03:41:11.163Z | Compiling tower-service v0.3.2 |
1353 | 2024-06-25T03:41:11.295Z | Compiling anstyle v1.0.7 |
1354 | 2024-06-25T03:41:11.715Z | Compiling utf8parse v0.2.1 |
1355 | 2024-06-25T03:41:11.821Z | Compiling spin v0.5.2 |
1356 | 2024-06-25T03:41:12.073Z | Compiling gimli v0.28.1 |
1357 | 2024-06-25T03:41:12.574Z | Compiling cpufeatures v0.2.12 |
1358 | 2024-06-25T03:41:12.638Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-06-25T03:41:12.677Z | Compiling sha2 v0.10.8 |
1360 | 2024-06-25T03:41:13.443Z | Compiling anstyle-parse v0.2.4 |
1361 | 2024-06-25T03:41:13.679Z | Compiling stringprep v0.1.4 |
1362 | 2024-06-25T03:41:13.737Z | Compiling url v2.5.0 |
1363 | 2024-06-25T03:41:14.449Z | Compiling hyper v0.14.28 |
1364 | 2024-06-25T03:41:16.701Z | Compiling addr2line v0.21.0 |
1365 | 2024-06-25T03:41:17.502Z | Compiling spki v0.7.3 |
1366 | 2024-06-25T03:41:18.744Z | Compiling usdt-macro v0.5.0 |
1367 | 2024-06-25T03:41:19.555Z | Compiling usdt-attr-macro v0.5.0 |
1368 | 2024-06-25T03:41:20.185Z | Compiling md-5 v0.10.6 |
1369 | 2024-06-25T03:41:23.771Z | Compiling idna v0.3.0 |
1370 | 2024-06-25T03:41:24.772Z | Compiling diesel_table_macro_syntax v0.1.0 |
1371 | 2024-06-25T03:41:24.821Z | Compiling num-integer v0.1.46 |
1372 | 2024-06-25T03:41:24.996Z | Compiling object v0.32.2 |
1373 | 2024-06-25T03:41:25.219Z | Compiling hash32 v0.2.1 |
1374 | 2024-06-25T03:41:25.508Z | Compiling fallible-iterator v0.2.0 |
1375 | 2024-06-25T03:41:25.821Z | Compiling psl-types v2.0.11 |
1376 | 2024-06-25T03:41:26.016Z | Compiling anstyle-query v1.0.3 |
1377 | 2024-06-25T03:41:27.745Z | Compiling colorchoice v1.0.1 |
1378 | 2024-06-25T03:41:27.903Z | Compiling is_terminal_polyfill v1.70.0 |
1379 | 2024-06-25T03:41:28.030Z | Compiling rustc-demangle v0.1.24 |
1380 | 2024-06-25T03:41:33.026Z | Compiling anstream v0.6.14 |
1381 | 2024-06-25T03:41:33.567Z | Compiling postgres-protocol v0.6.6 |
1382 | 2024-06-25T03:41:33.674Z | Compiling publicsuffix v2.2.3 |
1383 | 2024-06-25T03:41:33.723Z | Compiling lazy_static v1.4.0 |
1384 | 2024-06-25T03:41:33.837Z | Compiling diesel_derives v2.1.4 |
1385 | 2024-06-25T03:41:39.412Z | Compiling tokio-rustls v0.24.1 |
1386 | 2024-06-25T03:41:40.718Z | Compiling pkcs8 v0.10.2 |
1387 | 2024-06-25T03:41:41.033Z | Compiling terminal_size v0.3.0 |
1388 | 2024-06-25T03:41:41.268Z | Compiling tokio-native-tls v0.3.1 |
1389 | 2024-06-25T03:41:41.560Z | Compiling phf_shared v0.11.2 |
1390 | 2024-06-25T03:41:42.595Z | Compiling strum_macros v0.25.3 |
1391 | 2024-06-25T03:41:42.598Z | Compiling block-padding v0.3.3 |
1392 | 2024-06-25T03:41:42.835Z | Compiling regress v0.9.1 |
1393 | 2024-06-25T03:41:43.131Z | Compiling enum-as-inner v0.5.1 |
1394 | 2024-06-25T03:41:43.224Z | Compiling clap_derive v4.5.4 |
1395 | 2024-06-25T03:41:44.115Z | Compiling serde_repr v0.1.19 |
1396 | 2024-06-25T03:41:45.671Z | Compiling ff v0.13.0 |
1397 | 2024-06-25T03:41:45.918Z | Compiling scheduled-thread-pool v0.2.7 |
1398 | 2024-06-25T03:41:46.425Z | Compiling encoding_rs v0.8.34 |
1399 | 2024-06-25T03:41:47.571Z | Compiling bit-vec v0.6.3 |
1400 | 2024-06-25T03:41:47.872Z | Compiling bitflags v1.3.2 |
1401 | 2024-06-25T03:41:47.960Z | Compiling managed v0.8.0 |
1402 | 2024-06-25T03:41:47.983Z | Compiling either v1.12.0 |
1403 | 2024-06-25T03:41:48.389Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-25T03:41:49.068Z | Compiling matches v0.1.10 |
1405 | 2024-06-25T03:41:49.165Z | Compiling clap_lex v0.7.0 |
1406 | 2024-06-25T03:41:49.380Z | Compiling ipnet v2.9.0 |
1407 | 2024-06-25T03:41:49.611Z | Compiling mime v0.3.17 |
1408 | 2024-06-25T03:41:49.629Z | Compiling clap_builder v4.5.2 |
1409 | 2024-06-25T03:41:50.500Z | Compiling idna v0.2.3 |
1410 | 2024-06-25T03:41:51.938Z | Compiling sec1 v0.7.3 |
1411 | 2024-06-25T03:41:52.485Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1412 | 2024-06-25T03:41:53.723Z | Compiling r2d2 v0.8.10 |
1413 | 2024-06-25T03:41:55.294Z | Compiling group v0.13.0 |
1414 | 2024-06-25T03:41:57.281Z | Compiling inout v0.1.3 |
1415 | 2024-06-25T03:41:57.590Z | Compiling phf v0.11.2 |
1416 | 2024-06-25T03:41:57.627Z | Compiling hyper-tls v0.5.0 |
1417 | 2024-06-25T03:41:57.818Z | Compiling signal-hook-mio v0.2.3 |
1418 | 2024-06-25T03:41:57.959Z | Compiling hyper-rustls v0.24.2 |
1419 | 2024-06-25T03:41:57.977Z | Compiling cookie_store v0.20.0 |
1420 | 2024-06-25T03:41:58.302Z | Compiling postgres-types v0.2.6 |
1421 | 2024-06-25T03:41:58.578Z | Compiling num-bigint v0.4.5 |
1422 | 2024-06-25T03:41:58.740Z | Compiling zerocopy v0.6.6 |
1423 | 2024-06-25T03:41:59.473Z | Compiling hubpack v0.1.2 |
1424 | 2024-06-25T03:41:59.535Z | Compiling phf_shared v0.10.0 |
1425 | 2024-06-25T03:41:59.723Z | Compiling rustls-pemfile v1.0.4 |
1426 | 2024-06-25T03:41:59.896Z | Compiling hkdf v0.12.4 |
1427 | 2024-06-25T03:41:59.920Z | Compiling serde_urlencoded v0.7.1 |
1428 | 2024-06-25T03:42:00.128Z | Compiling crossbeam-epoch v0.9.18 |
1429 | 2024-06-25T03:42:00.556Z | Compiling ipnetwork v0.20.0 |
1430 | 2024-06-25T03:42:01.380Z | Compiling futures-executor v0.3.30 |
1431 | 2024-06-25T03:42:02.144Z | Compiling crypto-bigint v0.5.5 |
1432 | 2024-06-25T03:42:02.251Z | Compiling float-cmp v0.9.0 |
1433 | 2024-06-25T03:42:02.347Z | Compiling memmap v0.7.0 |
1434 | 2024-06-25T03:42:02.655Z | Compiling static_assertions v1.1.0 |
1435 | 2024-06-25T03:42:02.673Z | Compiling precomputed-hash v0.1.1 |
1436 | 2024-06-25T03:42:02.754Z | Compiling normalize-line-endings v0.3.0 |
1437 | 2024-06-25T03:42:02.792Z | Compiling data-encoding v2.6.0 |
1438 | 2024-06-25T03:42:02.880Z | Compiling winnow v0.6.8 |
1439 | 2024-06-25T03:42:04.354Z | Compiling unicode-segmentation v1.11.0 |
1440 | 2024-06-25T03:42:05.229Z | Compiling whoami v1.5.1 |
1441 | 2024-06-25T03:42:05.695Z | Compiling sync_wrapper v0.1.2 |
1442 | 2024-06-25T03:42:05.716Z | Compiling minimal-lexical v0.2.1 |
1443 | 2024-06-25T03:42:05.827Z | Compiling difflib v0.4.0 |
1444 | 2024-06-25T03:42:05.896Z | Compiling new_debug_unreachable v1.0.6 |
1445 | 2024-06-25T03:42:05.993Z | Compiling predicates-core v1.0.6 |
1446 | 2024-06-25T03:42:06.030Z | Compiling webpki-roots v0.25.4 |
1447 | 2024-06-25T03:42:06.274Z | Compiling fixedbitset v0.4.2 |
1448 | 2024-06-25T03:42:06.277Z | Compiling predicates v3.1.0 |
1449 | 2024-06-25T03:42:06.299Z | Compiling reqwest v0.11.27 |
1450 | 2024-06-25T03:42:06.625Z | Compiling petgraph v0.6.5 |
1451 | 2024-06-25T03:42:06.641Z | Compiling toml_edit v0.22.13 |
1452 | 2024-06-25T03:42:07.138Z | Compiling nom v7.1.3 |
1453 | 2024-06-25T03:42:07.784Z | Compiling string_cache v0.8.7 |
1454 | 2024-06-25T03:42:08.069Z | Compiling tokio-postgres v0.7.10 |
1455 | 2024-06-25T03:42:08.202Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1456 | 2024-06-25T03:42:10.858Z | Compiling similar v2.5.0 |
1457 | 2024-06-25T03:42:12.230Z | Compiling elliptic-curve v0.13.8 |
1458 | 2024-06-25T03:42:12.268Z | Compiling trust-dns-proto v0.22.0 |
1459 | 2024-06-25T03:42:12.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1460 | 2024-06-25T03:42:12.943Z | Compiling usdt v0.5.0 |
1461 | 2024-06-25T03:42:13.822Z | Compiling futures v0.3.30 |
1462 | 2024-06-25T03:42:13.945Z | Compiling yasna v0.5.2 |
1463 | 2024-06-25T03:42:14.093Z | Compiling diesel v2.1.6 |
1464 | 2024-06-25T03:42:15.404Z | Compiling crossterm v0.27.0 |
1465 | 2024-06-25T03:42:15.563Z | Compiling flate2 v1.0.30 |
1466 | 2024-06-25T03:42:15.590Z | Compiling cipher v0.4.4 |
1467 | 2024-06-25T03:42:16.823Z | Compiling clap v4.5.4 |
1468 | 2024-06-25T03:42:16.946Z | Compiling itertools v0.12.1 |
1469 | 2024-06-25T03:42:17.182Z | Compiling itertools v0.10.5 |
1470 | 2024-06-25T03:42:18.696Z | Compiling bit-set v0.5.3 |
1471 | 2024-06-25T03:42:19.096Z | Compiling console v0.15.8 |
1472 | 2024-06-25T03:42:19.187Z | Compiling num-iter v0.1.45 |
1473 | 2024-06-25T03:42:20.008Z | Compiling tokio-stream v0.1.15 |
1474 | 2024-06-25T03:42:20.093Z | Compiling toml v0.7.8 |
1475 | 2024-06-25T03:42:20.137Z | Compiling bstr v1.9.1 |
1476 | 2024-06-25T03:42:20.162Z | Compiling hex v0.4.3 |
1477 | 2024-06-25T03:42:20.382Z | Compiling lalrpop-util v0.19.12 |
1478 | 2024-06-25T03:42:20.736Z | Compiling peg-runtime v0.8.3 |
1479 | 2024-06-25T03:42:21.249Z | Compiling unicode-xid v0.2.4 |
1480 | 2024-06-25T03:42:21.317Z | Compiling camino v1.1.7 |
1481 | 2024-06-25T03:42:21.950Z | Compiling proc-macro-crate v1.3.1 |
1482 | 2024-06-25T03:42:22.350Z | Compiling heapless v0.8.0 |
1483 | 2024-06-25T03:42:23.923Z | Compiling num_enum_derive v0.5.11 |
1484 | 2024-06-25T03:42:31.277Z | Compiling hash32 v0.3.1 |
1485 | 2024-06-25T03:42:31.668Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1486 | 2024-06-25T03:42:31.802Z | Compiling smoltcp v0.11.0 |
1487 | 2024-06-25T03:42:32.440Z | Compiling rustls-pki-types v1.7.0 |
1488 | 2024-06-25T03:42:33.431Z | Compiling ident_case v1.0.1 |
1489 | 2024-06-25T03:42:34.003Z | Compiling darling_core v0.20.9 |
1490 | 2024-06-25T03:42:45.787Z | Compiling num_enum v0.5.11 |
1491 | 2024-06-25T03:42:46.492Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1492 | 2024-06-25T03:42:46.881Z | Compiling getopts v0.2.21 |
1493 | 2024-06-25T03:42:48.711Z | Compiling dirs-sys-next v0.1.2 |
1494 | 2024-06-25T03:42:49.532Z | Compiling proc-macro-error-attr v1.0.4 |
1495 | 2024-06-25T03:42:49.783Z | Compiling paste v1.0.15 |
1496 | 2024-06-25T03:42:49.819Z | Compiling embedded-io v0.4.0 |
1497 | 2024-06-25T03:42:50.106Z | Compiling rustls v0.22.4 |
1498 | 2024-06-25T03:42:50.333Z | Compiling unsafe-libyaml v0.2.11 |
1499 | 2024-06-25T03:42:50.352Z | Compiling cobs v0.2.3 |
1500 | 2024-06-25T03:42:50.802Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1501 | 2024-06-25T03:42:50.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1502 | 2024-06-25T03:42:56.117Z | Compiling serde_yaml v0.9.34+deprecated |
1503 | 2024-06-25T03:42:56.239Z | Compiling postcard v1.0.8 |
1504 | 2024-06-25T03:42:56.239Z | Compiling dirs-next v2.0.0 |
1505 | 2024-06-25T03:42:56.859Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1506 | 2024-06-25T03:43:00.919Z | Compiling darling_macro v0.20.9 |
1507 | 2024-06-25T03:43:02.019Z | Compiling rustls-webpki v0.102.4 |
1508 | 2024-06-25T03:43:08.078Z | Compiling strum_macros v0.26.2 |
1509 | 2024-06-25T03:43:09.773Z | Compiling structmeta-derive v0.3.0 |
1510 | 2024-06-25T03:43:09.831Z | Compiling foreign-types-macros v0.2.3 |
1511 | 2024-06-25T03:43:10.898Z | Compiling thread_local v1.1.8 |
1512 | 2024-06-25T03:43:11.064Z | Compiling proc-macro-error v1.0.4 |
1513 | 2024-06-25T03:43:11.357Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1514 | 2024-06-25T03:43:11.664Z | Compiling multer v3.1.0 |
1515 | 2024-06-25T03:43:12.816Z | Compiling slog-async v2.8.0 |
1516 | 2024-06-25T03:43:13.191Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1517 | 2024-06-25T03:43:13.273Z | Compiling foreign-types-shared v0.3.1 |
1518 | 2024-06-25T03:43:13.293Z | Compiling match_cfg v0.1.0 |
1519 | 2024-06-25T03:43:13.764Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1520 | 2024-06-25T03:43:13.942Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1521 | 2024-06-25T03:43:17.399Z | Compiling foreign-types v0.5.0 |
1522 | 2024-06-25T03:43:17.524Z | Compiling hostname v0.3.1 |
1523 | 2024-06-25T03:43:18.126Z | Compiling strum v0.26.2 |
1524 | 2024-06-25T03:43:18.727Z | Compiling structmeta v0.3.0 |
1525 | 2024-06-25T03:43:23.736Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1526 | 2024-06-25T03:43:25.185Z | Compiling darling v0.20.9 |
1527 | 2024-06-25T03:44:17.506Z | Compiling term v0.7.0 |
1528 | 2024-06-25T03:44:17.506Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1529 | 2024-06-25T03:44:17.507Z | Compiling slog-json v2.6.1 |
1530 | 2024-06-25T03:44:17.507Z | Compiling tabwriter v1.4.0 |
1531 | 2024-06-25T03:44:17.536Z | Compiling crossbeam-channel v0.5.12 |
1532 | 2024-06-25T03:44:17.536Z | Compiling http v1.1.0 |
1533 | 2024-06-25T03:44:17.536Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1534 | 2024-06-25T03:44:17.536Z | Compiling async-stream-impl v0.3.5 |
1535 | 2024-06-25T03:44:17.536Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1536 | 2024-06-25T03:44:17.536Z | Compiling cstr-argument v0.1.2 |
1537 | 2024-06-25T03:44:17.536Z | Compiling is-terminal v0.4.12 |
1538 | 2024-06-25T03:44:17.536Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1539 | 2024-06-25T03:44:17.536Z | Compiling fastrand v2.1.0 |
1540 | 2024-06-25T03:44:17.538Z | Compiling crucible-workspace-hack v0.1.0 |
1541 | 2024-06-25T03:44:17.538Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1542 | 2024-06-25T03:44:17.538Z | Compiling pretty-hex v0.2.1 |
1543 | 2024-06-25T03:44:17.538Z | Compiling take_mut v0.2.2 |
1544 | 2024-06-25T03:44:17.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1545 | 2024-06-25T03:44:17.538Z | Compiling base64 v0.22.1 |
1546 | 2024-06-25T03:44:17.538Z | Compiling atomic-waker v1.1.2 |
1547 | 2024-06-25T03:44:17.539Z | Compiling rayon-core v1.12.1 |
1548 | 2024-06-25T03:44:17.539Z | Compiling waitgroup v0.1.2 |
1549 | 2024-06-25T03:44:17.539Z | Compiling rustls-pemfile v2.1.2 |
1550 | 2024-06-25T03:44:17.539Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1551 | 2024-06-25T03:44:17.539Z | Compiling async-stream v0.3.5 |
1552 | 2024-06-25T03:44:17.539Z | Compiling tempfile v3.10.1 |
1553 | 2024-06-25T03:44:17.539Z | Compiling slog-term v2.9.1 |
1554 | 2024-06-25T03:44:17.539Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1555 | 2024-06-25T03:44:17.540Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1556 | 2024-06-25T03:44:17.540Z | Compiling slog-bunyan v2.5.0 |
1557 | 2024-06-25T03:44:17.540Z | Compiling tokio-rustls v0.25.0 |
1558 | 2024-06-25T03:44:17.540Z | Compiling serde_with_macros v3.8.1 |
1559 | 2024-06-25T03:44:17.540Z | Compiling parse-display-derive v0.9.0 |
1560 | 2024-06-25T03:44:17.540Z | Compiling toml v0.8.13 |
1561 | 2024-06-25T03:44:17.540Z | Compiling sha1 v0.10.6 |
1562 | 2024-06-25T03:44:17.540Z | Compiling crossbeam-deque v0.8.5 |
1563 | 2024-06-25T03:44:17.540Z | Compiling colored v2.1.0 |
1564 | 2024-06-25T03:44:17.540Z | Compiling newtype-uuid v1.1.0 |
1565 | 2024-06-25T03:44:17.541Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1566 | 2024-06-25T03:44:17.541Z | Compiling serde_path_to_error v0.1.16 |
1567 | 2024-06-25T03:44:17.541Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1568 | 2024-06-25T03:44:17.541Z | Compiling socket2 v0.4.10 |
1569 | 2024-06-25T03:44:17.541Z | Compiling hostname v0.4.0 |
1570 | 2024-06-25T03:44:17.541Z | Compiling instant v0.1.12 |
1571 | 2024-06-25T03:44:17.541Z | Compiling debug-ignore v1.0.5 |
1572 | 2024-06-25T03:44:17.541Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1573 | 2024-06-25T03:44:17.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1574 | 2024-06-25T03:44:17.542Z | Compiling parse-display v0.9.0 |
1575 | 2024-06-25T03:44:17.542Z | Compiling backoff v0.4.0 |
1576 | 2024-06-25T03:44:17.542Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1577 | 2024-06-25T03:44:17.542Z | Compiling serde_with v3.8.1 |
1578 | 2024-06-25T03:44:17.542Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1579 | 2024-06-25T03:44:17.542Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1580 | 2024-06-25T03:44:17.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1581 | 2024-06-25T03:44:17.543Z | Compiling camino-tempfile v1.1.1 |
1582 | 2024-06-25T03:44:17.543Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1583 | 2024-06-25T03:44:17.543Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1584 | 2024-06-25T03:44:17.543Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1585 | 2024-06-25T03:44:17.543Z | Compiling macaddr v1.0.1 |
1586 | 2024-06-25T03:44:17.543Z | Compiling num-derive v0.4.2 |
1587 | 2024-06-25T03:44:17.543Z | Compiling sigpipe v0.1.3 |
1588 | 2024-06-25T03:44:17.544Z | Compiling libefi-sys v0.1.0 |
1589 | 2024-06-25T03:44:17.544Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1590 | 2024-06-25T03:44:17.544Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1591 | 2024-06-25T03:44:17.548Z | Compiling rayon v1.10.0 |
1592 | 2024-06-25T03:44:17.548Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1593 | 2024-06-25T03:44:17.548Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1594 | 2024-06-25T03:44:17.548Z | Compiling smf v0.2.3 |
1595 | 2024-06-25T03:44:17.548Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1596 | 2024-06-25T03:44:17.548Z | Compiling blake3 v1.5.1 |
1597 | 2024-06-25T03:44:17.548Z | Compiling ring v0.16.20 |
1598 | 2024-06-25T03:44:17.548Z | Compiling portable-atomic v1.6.0 |
1599 | 2024-06-25T03:44:17.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1600 | 2024-06-25T03:44:17.548Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1601 | 2024-06-25T03:44:17.548Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1602 | 2024-06-25T03:44:17.548Z | Compiling xattr v1.3.1 |
1603 | 2024-06-25T03:44:17.549Z | Compiling memmap2 v0.9.4 |
1604 | 2024-06-25T03:44:17.549Z | Compiling filetime v0.2.23 |
1605 | 2024-06-25T03:44:17.549Z | Compiling arrayvec v0.7.4 |
1606 | 2024-06-25T03:44:17.549Z | Compiling arrayref v0.3.7 |
1607 | 2024-06-25T03:44:17.549Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1608 | 2024-06-25T03:44:17.549Z | Compiling same-file v1.0.6 |
1609 | 2024-06-25T03:44:17.549Z | Compiling constant_time_eq v0.3.0 |
1610 | 2024-06-25T03:44:17.549Z | Compiling untrusted v0.7.1 |
1611 | 2024-06-25T03:44:17.549Z | Compiling walkdir v2.5.0 |
1612 | 2024-06-25T03:44:17.549Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1613 | 2024-06-25T03:44:17.549Z | Compiling tar v0.4.40 |
1614 | 2024-06-25T03:44:17.549Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1615 | 2024-06-25T03:44:17.549Z | Compiling cargo-platform v0.1.8 |
1616 | 2024-06-25T03:44:17.549Z | Compiling gethostname v0.4.3 |
1617 | 2024-06-25T03:44:17.549Z | Compiling number_prefix v0.4.0 |
1618 | 2024-06-25T03:44:17.549Z | Compiling topological-sort v0.2.2 |
1619 | 2024-06-25T03:44:17.549Z | Compiling indicatif v0.17.8 |
1620 | 2024-06-25T03:44:17.549Z | Compiling cargo_metadata v0.18.1 |
1621 | 2024-06-25T03:44:17.549Z | Compiling omicron-zone-package v0.11.0 |
1622 | 2024-06-25T03:44:17.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1623 | 2024-06-25T03:44:18.659Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1624 | 2024-06-25T03:44:19.945Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1625 | 2024-06-25T03:44:21.840Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1626 | 2024-06-25T03:44:42.251Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1627 | 2024-06-25T03:44:42.368Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1628 | 2024-06-25T03:44:42.415Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1629 | 2024-06-25T03:44:42.419Z | Created new build target 'test' and set it as active |
1630 | 2024-06-25T03:44:42.419Z | |
1631 | 2024-06-25T03:44:42.419Z | real 4:32.779337439 |
1632 | 2024-06-25T03:44:42.419Z | user 30:34.487479646 |
1633 | 2024-06-25T03:44:42.419Z | sys 3:58.011606759 |
1634 | 2024-06-25T03:44:42.419Z | trap 0.899470584 |
1635 | 2024-06-25T03:44:42.419Z | tflt 2.774314976 |
1636 | 2024-06-25T03:44:42.419Z | dflt 1.492882165 |
1637 | 2024-06-25T03:44:42.419Z | kflt 0.020831069 |
1638 | 2024-06-25T03:44:42.419Z | lock 1:04:20.923416282 |
1639 | 2024-06-25T03:44:42.419Z | slp 1:26:29.044219863 |
1640 | 2024-06-25T03:44:42.419Z | lat 2:03.245051989 |
1641 | 2024-06-25T03:44:42.419Z | stop 3:12.065637741 |
1642 | 2024-06-25T03:44:42.419Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1643 | 2024-06-25T03:44:43.314Z | Finished `release` profile [optimized] target(s) in 0.84s |
1644 | 2024-06-25T03:44:43.362Z | Running `target/release/omicron-package -t test package` |
1645 | 2024-06-25T03:44:43.398Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1646 | 2024-06-25T03:44:44.423Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1647 | 2024-06-25T03:44:44.523Z | Compiling humantime v2.1.0 |
1648 | 2024-06-25T03:44:44.526Z | Compiling newline-converter v0.3.0 |
1649 | 2024-06-25T03:44:44.526Z | Compiling derive-where v1.2.7 |
1650 | 2024-06-25T03:44:44.539Z | Compiling dirs-sys-next v0.1.2 |
1651 | 2024-06-25T03:44:44.550Z | Compiling prettyplease v0.2.20 |
1652 | 2024-06-25T03:44:44.556Z | Compiling convert_case v0.4.0 |
1653 | 2024-06-25T03:44:44.556Z | Compiling camino v1.1.7 |
1654 | 2024-06-25T03:44:44.681Z | Compiling expectorate v1.1.0 |
1655 | 2024-06-25T03:44:44.750Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1656 | 2024-06-25T03:44:44.845Z | Compiling dirs-next v2.0.0 |
1657 | 2024-06-25T03:44:44.861Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1658 | 2024-06-25T03:44:45.003Z | Compiling term v0.7.0 |
1659 | 2024-06-25T03:44:45.091Z | Compiling password-hash v0.5.0 |
1660 | 2024-06-25T03:44:45.354Z | Compiling derive_more v0.99.17 |
1661 | 2024-06-25T03:44:45.369Z | Compiling blake2 v0.10.6 |
1662 | 2024-06-25T03:44:45.549Z | Compiling is-terminal v0.4.12 |
1663 | 2024-06-25T03:44:45.680Z | Compiling toml v0.8.13 |
1664 | 2024-06-25T03:44:46.339Z | Compiling argon2 v0.5.3 |
1665 | 2024-06-25T03:44:46.599Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-06-25T03:44:47.062Z | Compiling semver v0.1.20 |
1667 | 2024-06-25T03:44:47.362Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1668 | 2024-06-25T03:44:47.397Z | Compiling rustc_version v0.1.7 |
1669 | 2024-06-25T03:44:47.648Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1670 | 2024-06-25T03:44:47.761Z | Compiling linked-hash-map v0.5.6 |
1671 | 2024-06-25T03:44:47.823Z | Compiling newtype_derive v0.1.6 |
1672 | 2024-06-25T03:44:47.863Z | Compiling rustls-pki-types v1.7.0 |
1673 | 2024-06-25T03:44:48.164Z | Compiling lru-cache v0.1.2 |
1674 | 2024-06-25T03:44:48.294Z | Compiling rustls-webpki v0.102.4 |
1675 | 2024-06-25T03:44:48.375Z | Compiling rustls v0.22.4 |
1676 | 2024-06-25T03:44:48.402Z | Compiling thread_local v1.1.8 |
1677 | 2024-06-25T03:44:48.613Z | Compiling match_cfg v0.1.0 |
1678 | 2024-06-25T03:44:48.709Z | Compiling home v0.5.9 |
1679 | 2024-06-25T03:44:48.837Z | Compiling hostname v0.3.1 |
1680 | 2024-06-25T03:44:48.890Z | Compiling steno v0.4.0 |
1681 | 2024-06-25T03:44:48.940Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1682 | 2024-06-25T03:44:49.054Z | Compiling multer v3.1.0 |
1683 | 2024-06-25T03:44:49.120Z | Compiling slog-async v2.8.0 |
1684 | 2024-06-25T03:44:50.161Z | Compiling slog-json v2.6.1 |
1685 | 2024-06-25T03:44:50.529Z | Compiling crossbeam-channel v0.5.12 |
1686 | 2024-06-25T03:44:50.671Z | Compiling http v1.1.0 |
1687 | 2024-06-25T03:44:51.322Z | Compiling slog-dtrace v0.3.0 |
1688 | 2024-06-25T03:44:51.527Z | Compiling base64 v0.22.1 |
1689 | 2024-06-25T03:44:51.627Z | Compiling atomic-waker v1.1.2 |
1690 | 2024-06-25T03:44:51.818Z | Compiling termcolor v1.4.1 |
1691 | 2024-06-25T03:44:52.244Z | Compiling take_mut v0.2.2 |
1692 | 2024-06-25T03:44:52.915Z | Compiling rustls-pemfile v2.1.2 |
1693 | 2024-06-25T03:44:53.029Z | Compiling waitgroup v0.1.2 |
1694 | 2024-06-25T03:44:53.321Z | Compiling slog-bunyan v2.5.0 |
1695 | 2024-06-25T03:44:53.344Z | Compiling slog-term v2.9.1 |
1696 | 2024-06-25T03:44:53.349Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1697 | 2024-06-25T03:44:53.382Z | Compiling async-stream v0.3.5 |
1698 | 2024-06-25T03:44:53.509Z | Compiling tokio-rustls v0.25.0 |
1699 | 2024-06-25T03:44:53.676Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1700 | 2024-06-25T03:44:53.739Z | Compiling sha1 v0.10.6 |
1701 | 2024-06-25T03:44:53.759Z | Compiling newtype-uuid v1.1.0 |
1702 | 2024-06-25T03:44:53.928Z | Compiling serde_path_to_error v0.1.16 |
1703 | 2024-06-25T03:44:54.042Z | Compiling hostname v0.4.0 |
1704 | 2024-06-25T03:44:54.109Z | Compiling instant v0.1.12 |
1705 | 2024-06-25T03:44:54.253Z | Compiling debug-ignore v1.0.5 |
1706 | 2024-06-25T03:44:54.269Z | Compiling backoff v0.4.0 |
1707 | 2024-06-25T03:44:54.400Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1708 | 2024-06-25T03:44:54.740Z | Compiling parse-display v0.9.0 |
1709 | 2024-06-25T03:44:55.343Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1710 | 2024-06-25T03:44:55.474Z | Compiling serde_with v3.8.1 |
1711 | 2024-06-25T03:44:56.288Z | Compiling strum v0.26.2 |
1712 | 2024-06-25T03:44:56.472Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1713 | 2024-06-25T03:44:57.587Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1714 | 2024-06-25T03:44:58.266Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1715 | 2024-06-25T03:44:58.302Z | Compiling num-rational v0.4.2 |
1716 | 2024-06-25T03:44:58.431Z | Compiling num-complex v0.4.6 |
1717 | 2024-06-25T03:44:59.126Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1718 | 2024-06-25T03:44:59.458Z | Compiling macaddr v1.0.1 |
1719 | 2024-06-25T03:44:59.474Z | Compiling quick-error v1.2.3 |
1720 | 2024-06-25T03:44:59.626Z | Compiling resolv-conf v0.7.0 |
1721 | 2024-06-25T03:44:59.900Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1722 | 2024-06-25T03:44:59.926Z | Compiling num v0.4.3 |
1723 | 2024-06-25T03:45:01.893Z | Compiling float-ord v0.3.2 |
1724 | 2024-06-25T03:45:02.121Z | Compiling radium v0.7.0 |
1725 | 2024-06-25T03:45:02.465Z | Compiling utf-8 v0.7.6 |
1726 | 2024-06-25T03:45:02.494Z | Compiling swrite v0.1.0 |
1727 | 2024-06-25T03:45:02.628Z | Compiling trust-dns-resolver v0.22.0 |
1728 | 2024-06-25T03:45:02.646Z | Compiling maybe-uninit v2.0.0 |
1729 | 2024-06-25T03:45:02.955Z | Compiling tap v1.0.1 |
1730 | 2024-06-25T03:45:03.134Z | Compiling wyz v0.5.1 |
1731 | 2024-06-25T03:45:07.073Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1732 | 2024-06-25T03:45:07.112Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1733 | 2024-06-25T03:45:07.112Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1734 | 2024-06-25T03:45:09.578Z | Compiling funty v2.0.0 |
1735 | 2024-06-25T03:45:12.292Z | Compiling num-bigint-dig v0.8.4 |
1736 | 2024-06-25T03:45:12.569Z | Compiling packed_struct v0.10.1 |
1737 | 2024-06-25T03:45:12.992Z | Compiling display-error-chain v0.2.0 |
1738 | 2024-06-25T03:45:13.179Z | Compiling crc-catalog v2.4.0 |
1739 | 2024-06-25T03:45:13.333Z | Compiling crc v3.2.1 |
1740 | 2024-06-25T03:45:14.513Z | Compiling bitvec v1.0.1 |
1741 | 2024-06-25T03:45:19.216Z | Compiling packed_struct_codegen v0.10.1 |
1742 | 2024-06-25T03:45:20.450Z | Compiling indexmap v1.9.3 |
1743 | 2024-06-25T03:45:20.747Z | Compiling glob v0.3.1 |
1744 | 2024-06-25T03:45:21.575Z | Compiling nodrop v0.1.14 |
1745 | 2024-06-25T03:45:21.713Z | Compiling crunchy v0.2.2 |
1746 | 2024-06-25T03:45:22.185Z | Compiling array-init v0.0.4 |
1747 | 2024-06-25T03:45:22.589Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1748 | 2024-06-25T03:45:23.497Z | Compiling clang-sys v1.7.0 |
1749 | 2024-06-25T03:45:24.286Z | Compiling smallvec v0.6.14 |
1750 | 2024-06-25T03:45:24.747Z | Compiling pkcs1 v0.7.5 |
1751 | 2024-06-25T03:45:26.003Z | Compiling signature v2.2.0 |
1752 | 2024-06-25T03:45:26.121Z | Compiling nibble_vec v0.1.0 |
1753 | 2024-06-25T03:45:26.289Z | Compiling cancel-safe-futures v0.1.5 |
1754 | 2024-06-25T03:45:26.345Z | Compiling hashbrown v0.12.3 |
1755 | 2024-06-25T03:45:26.667Z | Compiling endian-type v0.1.2 |
1756 | 2024-06-25T03:45:26.936Z | Compiling bitfield v0.14.0 |
1757 | 2024-06-25T03:45:27.146Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1758 | 2024-06-25T03:45:27.237Z | Compiling maplit v1.0.2 |
1759 | 2024-06-25T03:45:27.363Z | Compiling tiny-keccak v2.0.2 |
1760 | 2024-06-25T03:45:27.550Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1761 | 2024-06-25T03:45:27.646Z | Compiling rsa v0.9.6 |
1762 | 2024-06-25T03:45:28.713Z | Compiling radix_trie v0.2.1 |
1763 | 2024-06-25T03:45:28.924Z | Compiling serde-hex v0.1.0 |
1764 | 2024-06-25T03:45:29.625Z | Compiling bzip2 v0.4.4 |
1765 | 2024-06-25T03:45:30.232Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1766 | 2024-06-25T03:45:30.563Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1767 | 2024-06-25T03:45:31.358Z | Compiling env_logger v0.10.2 |
1768 | 2024-06-25T03:45:33.201Z | Compiling x509-cert v0.2.5 |
1769 | 2024-06-25T03:45:33.987Z | Compiling ron v0.8.1 |
1770 | 2024-06-25T03:45:34.396Z | Compiling hashbrown v0.13.2 |
1771 | 2024-06-25T03:45:34.589Z | Compiling crc-any v2.5.0 |
1772 | 2024-06-25T03:45:35.783Z | Compiling object v0.30.4 |
1773 | 2024-06-25T03:45:35.997Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1774 | 2024-06-25T03:45:37.724Z | Compiling zip v0.6.6 |
1775 | 2024-06-25T03:45:40.237Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1776 | 2024-06-25T03:45:41.288Z | Compiling rayon-core v1.12.1 |
1777 | 2024-06-25T03:45:41.314Z | Compiling ascii-canvas v3.0.0 |
1778 | 2024-06-25T03:45:41.829Z | Compiling crossbeam-deque v0.8.5 |
1779 | 2024-06-25T03:45:42.193Z | Compiling ena v0.14.3 |
1780 | 2024-06-25T03:45:42.607Z | Compiling half v2.4.1 |
1781 | 2024-06-25T03:45:43.309Z | Compiling libloading v0.8.3 |
1782 | 2024-06-25T03:45:43.708Z | Compiling arc-swap v1.7.1 |
1783 | 2024-06-25T03:45:44.378Z | Compiling same-file v1.0.6 |
1784 | 2024-06-25T03:45:44.610Z | Compiling fastrand v2.1.0 |
1785 | 2024-06-25T03:45:45.139Z | Compiling path-slash v0.1.5 |
1786 | 2024-06-25T03:45:45.199Z | Compiling ciborium-io v0.2.2 |
1787 | 2024-06-25T03:45:45.340Z | Compiling diff v0.1.13 |
1788 | 2024-06-25T03:45:45.367Z | Compiling bindgen v0.69.4 |
1789 | 2024-06-25T03:45:45.435Z | Compiling regex-syntax v0.6.29 |
1790 | 2024-06-25T03:45:45.845Z | Compiling ciborium-ll v0.2.2 |
1791 | 2024-06-25T03:45:45.918Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1792 | 2024-06-25T03:45:46.375Z | Compiling tempfile v3.10.1 |
1793 | 2024-06-25T03:45:47.179Z | Compiling walkdir v2.5.0 |
1794 | 2024-06-25T03:45:47.871Z | Compiling slog-scope v4.4.0 |
1795 | 2024-06-25T03:45:48.768Z | Compiling lalrpop v0.19.12 |
1796 | 2024-06-25T03:45:51.753Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1797 | 2024-06-25T03:45:52.524Z | Compiling which v4.4.2 |
1798 | 2024-06-25T03:45:52.889Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1799 | 2024-06-25T03:45:53.072Z | Compiling cexpr v0.6.0 |
1800 | 2024-06-25T03:45:53.122Z | Compiling fxhash v0.2.1 |
1801 | 2024-06-25T03:45:53.348Z | Compiling ref-cast v1.0.23 |
1802 | 2024-06-25T03:45:53.783Z | Compiling rustc-hash v1.1.0 |
1803 | 2024-06-25T03:45:53.942Z | Compiling shlex v1.3.0 |
1804 | 2024-06-25T03:45:54.322Z | Compiling lazycell v1.3.0 |
1805 | 2024-06-25T03:45:54.822Z | Compiling blake3 v1.5.1 |
1806 | 2024-06-25T03:45:55.212Z | Compiling ring v0.16.20 |
1807 | 2024-06-25T03:46:00.459Z | Compiling rayon v1.10.0 |
1808 | 2024-06-25T03:46:00.459Z | Compiling slog-stdlog v4.1.1 |
1809 | 2024-06-25T03:46:00.459Z | Compiling ciborium v0.2.2 |
1810 | 2024-06-25T03:46:00.459Z | Compiling tungstenite v0.21.0 |
1811 | 2024-06-25T03:46:00.997Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1812 | 2024-06-25T03:46:01.277Z | Compiling derive_builder_core v0.20.0 |
1813 | 2024-06-25T03:46:01.876Z | Compiling headers-core v0.2.0 |
1814 | 2024-06-25T03:46:02.041Z | Compiling xattr v1.3.1 |
1815 | 2024-06-25T03:46:02.309Z | Compiling libxml v0.3.3 |
1816 | 2024-06-25T03:46:02.651Z | Compiling ref-cast-impl v1.0.23 |
1817 | 2024-06-25T03:46:02.684Z | Compiling memmap2 v0.9.4 |
1818 | 2024-06-25T03:46:03.102Z | Compiling filetime v0.2.23 |
1819 | 2024-06-25T03:46:03.438Z | Compiling atty v0.2.14 |
1820 | 2024-06-25T03:46:03.515Z | Compiling arrayref v0.3.7 |
1821 | 2024-06-25T03:46:03.584Z | Compiling arrayvec v0.7.4 |
1822 | 2024-06-25T03:46:03.618Z | Compiling constant_time_eq v0.3.0 |
1823 | 2024-06-25T03:46:03.780Z | Compiling untrusted v0.7.1 |
1824 | 2024-06-25T03:46:03.976Z | Compiling derive_builder_macro v0.20.0 |
1825 | 2024-06-25T03:46:04.796Z | Compiling tar v0.4.40 |
1826 | 2024-06-25T03:46:05.388Z | Compiling headers v0.3.9 |
1827 | 2024-06-25T03:46:05.623Z | Compiling tokio-tungstenite v0.21.0 |
1828 | 2024-06-25T03:46:06.214Z | Compiling slog-envlogger v2.2.0 |
1829 | 2024-06-25T03:46:06.695Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1830 | 2024-06-25T03:46:07.343Z | Compiling toolchain_find v0.4.0 |
1831 | 2024-06-25T03:46:07.890Z | Compiling camino-tempfile v1.1.1 |
1832 | 2024-06-25T03:46:08.200Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1833 | 2024-06-25T03:46:08.339Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1834 | 2024-06-25T03:46:08.465Z | Compiling pem v3.0.4 |
1835 | 2024-06-25T03:46:08.729Z | Compiling samael v0.0.15 |
1836 | 2024-06-25T03:46:08.754Z | Compiling libsw v3.3.1 |
1837 | 2024-06-25T03:46:09.107Z | Compiling strum_macros v0.24.3 |
1838 | 2024-06-25T03:46:09.269Z | Compiling async-recursion v1.1.1 |
1839 | 2024-06-25T03:46:09.973Z | Compiling cookie v0.18.1 |
1840 | 2024-06-25T03:46:10.142Z | Compiling topological-sort v0.2.2 |
1841 | 2024-06-25T03:46:10.266Z | Compiling owo-colors v4.0.0 |
1842 | 2024-06-25T03:46:10.310Z | Compiling indoc v1.0.9 |
1843 | 2024-06-25T03:46:10.363Z | Compiling linear-map v1.2.0 |
1844 | 2024-06-25T03:46:10.595Z | Compiling omicron-zone-package v0.11.0 |
1845 | 2024-06-25T03:46:11.226Z | Compiling rustfmt-wrapper v0.2.1 |
1846 | 2024-06-25T03:46:12.436Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1847 | 2024-06-25T03:46:13.169Z | Compiling derive_builder v0.20.0 |
1848 | 2024-06-25T03:46:13.374Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1849 | 2024-06-25T03:46:13.509Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1850 | 2024-06-25T03:46:13.777Z | Compiling quick-xml v0.31.0 |
1851 | 2024-06-25T03:46:15.334Z | Compiling oso-derive v0.27.3 |
1852 | 2024-06-25T03:46:15.941Z | Compiling polar-core v0.27.3 |
1853 | 2024-06-25T03:46:16.168Z | Compiling impl-trait-for-tuples v0.2.2 |
1854 | 2024-06-25T03:46:16.300Z | Compiling vte_generate_state_changes v0.1.1 |
1855 | 2024-06-25T03:46:16.929Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1856 | 2024-06-25T03:46:17.204Z | Compiling unicase v2.7.0 |
1857 | 2024-06-25T03:46:17.246Z | Compiling cfg_aliases v0.1.1 |
1858 | 2024-06-25T03:46:17.357Z | Compiling buf-list v1.0.3 |
1859 | 2024-06-25T03:46:17.507Z | Compiling nix v0.28.0 |
1860 | 2024-06-25T03:46:18.066Z | Compiling vte v0.11.1 |
1861 | 2024-06-25T03:46:18.224Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1862 | 2024-06-25T03:46:20.083Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1863 | 2024-06-25T03:46:21.657Z | Compiling tungstenite v0.20.1 |
1864 | 2024-06-25T03:46:22.164Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1865 | 2024-06-25T03:46:22.460Z | Compiling fd-lock v4.0.2 |
1866 | 2024-06-25T03:46:22.682Z | Compiling bb8 v0.8.3 |
1867 | 2024-06-25T03:46:23.223Z | Compiling const_format_proc_macros v0.2.32 |
1868 | 2024-06-25T03:46:25.212Z | Compiling pin-project-internal v1.1.5 |
1869 | 2024-06-25T03:46:25.463Z | Compiling memoffset v0.9.1 |
1870 | 2024-06-25T03:46:25.775Z | Compiling bytecount v0.6.8 |
1871 | 2024-06-25T03:46:26.101Z | Compiling parking_lot_core v0.8.6 |
1872 | 2024-06-25T03:46:26.543Z | Compiling papergrid v0.11.0 |
1873 | 2024-06-25T03:46:26.983Z | Compiling const_format v0.2.32 |
1874 | 2024-06-25T03:46:28.060Z | Compiling pin-project v1.1.5 |
1875 | 2024-06-25T03:46:28.176Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1876 | 2024-06-25T03:46:28.200Z | Compiling tokio-tungstenite v0.20.1 |
1877 | 2024-06-25T03:46:28.777Z | Compiling strip-ansi-escapes v0.2.0 |
1878 | 2024-06-25T03:46:29.536Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1879 | 2024-06-25T03:46:30.062Z | Compiling tabled_derive v0.7.0 |
1880 | 2024-06-25T03:46:30.741Z | Compiling snafu-derive v0.8.2 |
1881 | 2024-06-25T03:46:32.514Z | Compiling nu-ansi-term v0.50.0 |
1882 | 2024-06-25T03:46:33.744Z | Compiling reedline v0.31.0 |
1883 | 2024-06-25T03:46:35.505Z | Compiling tabled v0.15.0 |
1884 | 2024-06-25T03:46:35.890Z | Compiling snafu v0.8.2 |
1885 | 2024-06-25T03:46:44.903Z | Compiling oso v0.27.3 |
1886 | 2024-06-25T03:46:57.217Z | Compiling env_logger v0.9.3 |
1887 | 2024-06-25T03:46:57.749Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1888 | 2024-06-25T03:47:01.793Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-06-25T03:47:02.305Z | Compiling globset v0.4.14 |
1890 | 2024-06-25T03:47:03.405Z | Compiling olpc-cjson v0.1.3 |
1891 | 2024-06-25T03:47:03.761Z | Compiling peg-macros v0.8.3 |
1892 | 2024-06-25T03:47:04.787Z | Compiling bitstruct_derive v0.1.0 |
1893 | 2024-06-25T03:47:06.069Z | Compiling serde_plain v1.0.2 |
1894 | 2024-06-25T03:47:06.340Z | Compiling sqlparser_derive v0.2.2 |
1895 | 2024-06-25T03:47:06.642Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-06-25T03:47:06.790Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1897 | 2024-06-25T03:47:07.068Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1898 | 2024-06-25T03:47:07.175Z | Compiling platforms v3.4.0 |
1899 | 2024-06-25T03:47:07.406Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1900 | 2024-06-25T03:47:07.664Z | Compiling unicode_categories v0.1.1 |
1901 | 2024-06-25T03:47:07.693Z | Compiling typed-path v0.7.1 |
1902 | 2024-06-25T03:47:07.756Z | Compiling salty v0.2.0 |
1903 | 2024-06-25T03:47:07.926Z | Compiling ascii v1.1.0 |
1904 | 2024-06-25T03:47:08.016Z | Compiling signature v1.6.4 |
1905 | 2024-06-25T03:47:08.172Z | Compiling ed25519 v1.5.3 |
1906 | 2024-06-25T03:47:08.193Z | Compiling sqlformat v0.2.3 |
1907 | 2024-06-25T03:47:08.494Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1908 | 2024-06-25T03:47:08.702Z | Compiling curve25519-dalek v4.1.2 |
1909 | 2024-06-25T03:47:09.164Z | Compiling rustyline v14.0.0 |
1910 | 2024-06-25T03:47:10.261Z | Compiling tough v0.17.1 |
1911 | 2024-06-25T03:47:10.995Z | Compiling sqlparser v0.45.0 |
1912 | 2024-06-25T03:47:14.613Z | Compiling peg v0.8.3 |
1913 | 2024-06-25T03:47:14.815Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-06-25T03:47:15.101Z | Compiling bitstruct v0.1.1 |
1915 | 2024-06-25T03:47:15.231Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-06-25T03:47:16.167Z | Compiling parking_lot v0.11.2 |
1917 | 2024-06-25T03:47:16.276Z | Compiling nix v0.27.1 |
1918 | 2024-06-25T03:47:18.336Z | Compiling trust-dns-client v0.22.0 |
1919 | 2024-06-25T03:47:19.337Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1920 | 2024-06-25T03:47:19.535Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1921 | 2024-06-25T03:47:19.668Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-06-25T03:47:20.859Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-06-25T03:47:21.494Z | Compiling bcs v0.1.6 |
1924 | 2024-06-25T03:47:22.393Z | Compiling kstat-rs v0.2.4 |
1925 | 2024-06-25T03:47:23.044Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1926 | 2024-06-25T03:47:23.416Z | Compiling serde_arrays v0.1.0 |
1927 | 2024-06-25T03:47:23.654Z | Compiling erased-serde v0.3.31 |
1928 | 2024-06-25T03:47:23.909Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-06-25T03:47:24.179Z | Compiling toml v0.5.11 |
1930 | 2024-06-25T03:47:24.624Z | Compiling parse-size v1.0.0 |
1931 | 2024-06-25T03:47:24.925Z | Compiling highway v1.1.0 |
1932 | 2024-06-25T03:47:25.418Z | Compiling keccak v0.1.5 |
1933 | 2024-06-25T03:47:26.437Z | Compiling trust-dns-server v0.22.1 |
1934 | 2024-06-25T03:47:29.203Z | Compiling sha3 v0.10.8 |
1935 | 2024-06-25T03:47:30.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1936 | 2024-06-25T03:47:46.800Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-06-25T03:47:47.691Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1938 | 2024-06-25T03:47:57.762Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1939 | 2024-06-25T03:47:58.259Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1940 | 2024-06-25T03:48:08.543Z | Compiling sled v0.34.7 |
1941 | 2024-06-25T03:48:10.601Z | Compiling mime_guess v2.0.4 |
1942 | 2024-06-25T03:48:15.939Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1943 | 2024-06-25T03:48:16.803Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1944 | 2024-06-25T03:48:18.751Z | Compiling signal-hook-tokio v0.3.1 |
1945 | 2024-06-25T03:48:18.974Z | Compiling universal-hash v0.5.1 |
1946 | 2024-06-25T03:48:19.215Z | Compiling heck v0.3.3 |
1947 | 2024-06-25T03:48:19.596Z | Compiling secrecy v0.8.0 |
1948 | 2024-06-25T03:48:19.889Z | Compiling castaway v0.2.2 |
1949 | 2024-06-25T03:48:20.089Z | Compiling rand_seeder v0.2.3 |
1950 | 2024-06-25T03:48:20.497Z | Compiling thiserror-impl-no-std v2.0.2 |
1951 | 2024-06-25T03:48:23.317Z | Compiling serde-big-array v0.4.1 |
1952 | 2024-06-25T03:48:23.528Z | Compiling curve25519-dalek-derive v0.1.1 |
1953 | 2024-06-25T03:48:24.960Z | Compiling nanorand v0.7.0 |
1954 | 2024-06-25T03:48:25.749Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1955 | 2024-06-25T03:48:26.041Z | Compiling opaque-debug v0.3.1 |
1956 | 2024-06-25T03:48:26.152Z | Compiling poly1305 v0.8.0 |
1957 | 2024-06-25T03:48:27.770Z | Compiling flume v0.11.0 |
1958 | 2024-06-25T03:48:30.943Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1959 | 2024-06-25T03:48:32.369Z | Compiling thiserror-no-std v2.0.2 |
1960 | 2024-06-25T03:48:32.504Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1961 | 2024-06-25T03:48:32.729Z | Compiling compact_str v0.7.1 |
1962 | 2024-06-25T03:48:34.349Z | Compiling zone_cfg_derive v0.1.2 |
1963 | 2024-06-25T03:48:35.612Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1964 | 2024-06-25T03:48:36.252Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1965 | 2024-06-25T03:48:36.828Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1966 | 2024-06-25T03:48:43.326Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-06-25T03:48:43.962Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1968 | 2024-06-25T03:48:46.010Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1969 | 2024-06-25T03:48:50.405Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1970 | 2024-06-25T03:48:55.502Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1971 | 2024-06-25T03:48:55.790Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1972 | 2024-06-25T03:48:56.082Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1973 | 2024-06-25T03:48:56.374Z | Compiling chacha20 v0.9.1 |
1974 | 2024-06-25T03:48:56.861Z | Compiling aead v0.5.2 |
1975 | 2024-06-25T03:48:57.217Z | Compiling lru v0.12.3 |
1976 | 2024-06-25T03:48:57.587Z | Compiling stability v0.2.0 |
1977 | 2024-06-25T03:48:58.573Z | Compiling indoc v2.0.5 |
1978 | 2024-06-25T03:48:58.596Z | Compiling corncobs v0.1.3 |
1979 | 2024-06-25T03:48:58.971Z | Compiling cassowary v0.3.0 |
1980 | 2024-06-25T03:48:59.520Z | Compiling base64 v0.13.1 |
1981 | 2024-06-25T03:49:00.336Z | Compiling ron v0.7.1 |
1982 | 2024-06-25T03:49:00.366Z | Compiling ratatui v0.26.2 |
1983 | 2024-06-25T03:49:02.727Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1984 | 2024-06-25T03:49:02.765Z | Compiling chacha20poly1305 v0.10.1 |
1985 | 2024-06-25T03:49:03.085Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1986 | 2024-06-25T03:49:03.461Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-06-25T03:49:05.744Z | Compiling zone v0.1.8 |
1988 | 2024-06-25T03:49:05.844Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1989 | 2024-06-25T03:49:08.979Z | Compiling vsss-rs v3.3.4 |
1990 | 2024-06-25T03:49:13.601Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1991 | 2024-06-25T03:49:14.348Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1992 | 2024-06-25T03:49:16.718Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1993 | 2024-06-25T03:49:17.196Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1994 | 2024-06-25T03:49:18.240Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1995 | 2024-06-25T03:49:18.530Z | Compiling portpicker v0.1.1 |
1996 | 2024-06-25T03:49:19.041Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1997 | 2024-06-25T03:49:19.798Z | Compiling csv-core v0.1.11 |
1998 | 2024-06-25T03:49:21.273Z | Compiling http-range v0.1.5 |
1999 | 2024-06-25T03:49:21.844Z | Compiling unicode-linebreak v0.1.5 |
2000 | 2024-06-25T03:49:22.374Z | Compiling smawk v0.3.2 |
2001 | 2024-06-25T03:49:22.612Z | Compiling textwrap v0.16.1 |
2002 | 2024-06-25T03:49:22.630Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2003 | 2024-06-25T03:49:23.373Z | Compiling hyper-staticfile v0.9.5 |
2004 | 2024-06-25T03:49:24.536Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2005 | 2024-06-25T03:49:26.404Z | Compiling csv v1.3.0 |
2006 | 2024-06-25T03:49:26.463Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2007 | 2024-06-25T03:49:35.027Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2008 | 2024-06-25T03:49:35.773Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2009 | 2024-06-25T03:49:36.494Z | Compiling rcgen v0.12.1 |
2010 | 2024-06-25T03:49:39.639Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2011 | 2024-06-25T03:49:40.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2012 | 2024-06-25T03:49:40.416Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2013 | 2024-06-25T03:49:46.665Z | Compiling atomicwrites v0.4.3 |
2014 | 2024-06-25T03:49:47.213Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2015 | 2024-06-25T03:49:47.471Z | Compiling fatfs v0.3.6 |
2016 | 2024-06-25T03:49:48.563Z | Compiling subprocess v0.2.9 |
2017 | 2024-06-25T03:49:48.724Z | Compiling rtoolbox v0.0.2 |
2018 | 2024-06-25T03:49:49.159Z | Compiling assert_matches v1.5.0 |
2019 | 2024-06-25T03:49:49.271Z | Compiling is_ci v1.2.0 |
2020 | 2024-06-25T03:49:49.567Z | Compiling supports-color v3.0.0 |
2021 | 2024-06-25T03:49:50.262Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2022 | 2024-06-25T03:49:50.278Z | Compiling rpassword v7.3.1 |
2023 | 2024-06-25T03:49:50.757Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2024 | 2024-06-25T03:49:51.369Z | Compiling tui-tree-widget v0.19.0 |
2025 | 2024-06-25T03:49:51.828Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2026 | 2024-06-25T03:49:53.711Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2027 | 2024-06-25T03:49:57.589Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2028 | 2024-06-25T03:49:57.877Z | Compiling shell-words v1.1.0 |
2029 | 2024-06-25T03:49:58.329Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2030 | 2024-06-25T03:50:00.214Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2031 | 2024-06-25T03:50:10.577Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2032 | 2024-06-25T03:50:29.149Z | Compiling multimap v0.10.0 |
2033 | 2024-06-25T03:50:29.546Z | Compiling uzers v0.11.3 |
2034 | 2024-06-25T03:50:32.549Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2035 | 2024-06-25T03:52:30.004Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2036 | 2024-06-25T03:52:55.507Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2037 | 2024-06-25T03:59:14.299Z | Finished `release` profile [optimized] target(s) in 14m 30s |
2038 | 2024-06-25T04:00:01.167Z | |
2039 | 2024-06-25T04:00:01.171Z | real 15:18.616888553 |
2040 | 2024-06-25T04:00:01.171Z | user 1:44:22.388011270 |
2041 | 2024-06-25T04:00:01.171Z | sys 5:49.023590630 |
2042 | 2024-06-25T04:00:01.171Z | trap 2.450980053 |
2043 | 2024-06-25T04:00:01.171Z | tflt 2.327602417 |
2044 | 2024-06-25T04:00:01.171Z | dflt 3.395553128 |
2045 | 2024-06-25T04:00:01.171Z | kflt 0.003994602 |
2046 | 2024-06-25T04:00:01.171Z | lock 6:22:48.342176598 |
2047 | 2024-06-25T04:00:01.171Z | slp 4:04:44.531438311 |
2048 | 2024-06-25T04:00:01.171Z | lat 2:32.260217023 |
2049 | 2024-06-25T04:00:01.171Z | stop 2:04.782304315 |
2050 | 2024-06-25T04:00:01.171Z | + mapfile -t packages |
2051 | 2024-06-25T04:00:01.171Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2052 | 2024-06-25T04:00:02.094Z | Finished `release` profile [optimized] target(s) in 0.87s |
2053 | 2024-06-25T04:00:02.137Z | Running `target/release/omicron-package -t test list-outputs` |
2054 | 2024-06-25T04:00:02.175Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2055 | 2024-06-25T04:00:02.179Z | + ptime -m cargo build --locked --release -p xtask |
2056 | 2024-06-25T04:00:02.804Z | Compiling serde v1.0.203 |
2057 | 2024-06-25T04:00:02.808Z | Compiling bitflags v2.5.0 |
2058 | 2024-06-25T04:00:02.808Z | Compiling syn v2.0.68 |
2059 | 2024-06-25T04:00:02.903Z | Compiling smallvec v1.13.2 |
2060 | 2024-06-25T04:00:02.906Z | Compiling scopeguard v1.2.0 |
2061 | 2024-06-25T04:00:02.911Z | Compiling bytes v1.6.0 |
2062 | 2024-06-25T04:00:02.920Z | Compiling serde_json v1.0.117 |
2063 | 2024-06-25T04:00:03.038Z | Compiling lock_api v0.4.12 |
2064 | 2024-06-25T04:00:03.258Z | Compiling log v0.4.21 |
2065 | 2024-06-25T04:00:03.396Z | Compiling parking_lot_core v0.9.10 |
2066 | 2024-06-25T04:00:03.428Z | Compiling hashbrown v0.14.5 |
2067 | 2024-06-25T04:00:03.456Z | Compiling mio v0.8.11 |
2068 | 2024-06-25T04:00:03.476Z | Compiling libc v0.2.155 |
2069 | 2024-06-25T04:00:03.713Z | Compiling generic-array v0.14.7 |
2070 | 2024-06-25T04:00:03.857Z | Compiling parking_lot v0.12.2 |
2071 | 2024-06-25T04:00:04.035Z | Compiling slog v2.7.0 |
2072 | 2024-06-25T04:00:04.378Z | Compiling http v0.2.12 |
2073 | 2024-06-25T04:00:04.573Z | Compiling rustix v0.38.34 |
2074 | 2024-06-25T04:00:04.739Z | Compiling usdt-impl v0.5.0 |
2075 | 2024-06-25T04:00:04.978Z | Compiling indexmap v2.2.6 |
2076 | 2024-06-25T04:00:05.011Z | Compiling syn v1.0.109 |
2077 | 2024-06-25T04:00:05.069Z | Compiling time-macros v0.2.18 |
2078 | 2024-06-25T04:00:05.643Z | Compiling thread-id v4.2.1 |
2079 | 2024-06-25T04:00:05.659Z | Compiling tracing v0.1.40 |
2080 | 2024-06-25T04:00:06.414Z | Compiling crossbeam-utils v0.8.19 |
2081 | 2024-06-25T04:00:06.561Z | Compiling http-body v0.4.6 |
2082 | 2024-06-25T04:00:07.030Z | Compiling unicode-normalization v0.1.23 |
2083 | 2024-06-25T04:00:07.178Z | Compiling unicode-bidi v0.3.15 |
2084 | 2024-06-25T04:00:07.275Z | Compiling block-buffer v0.10.4 |
2085 | 2024-06-25T04:00:07.516Z | Compiling crypto-common v0.1.6 |
2086 | 2024-06-25T04:00:08.159Z | Compiling time v0.3.36 |
2087 | 2024-06-25T04:00:08.314Z | Compiling idna v0.5.0 |
2088 | 2024-06-25T04:00:09.220Z | Compiling terminal_size v0.3.0 |
2089 | 2024-06-25T04:00:09.465Z | Compiling fs-err v2.11.0 |
2090 | 2024-06-25T04:00:09.768Z | Compiling anyhow v1.0.86 |
2091 | 2024-06-25T04:00:10.172Z | Compiling proc-macro-error v1.0.4 |
2092 | 2024-06-25T04:00:10.324Z | Compiling clap_builder v4.5.2 |
2093 | 2024-06-25T04:00:10.984Z | Compiling crossbeam-channel v0.5.12 |
2094 | 2024-06-25T04:00:11.145Z | Compiling url v2.5.0 |
2095 | 2024-06-25T04:00:11.547Z | Compiling digest v0.10.7 |
2096 | 2024-06-25T04:00:12.014Z | Compiling xattr v1.3.1 |
2097 | 2024-06-25T04:00:12.350Z | Compiling sha2 v0.10.8 |
2098 | 2024-06-25T04:00:12.688Z | Compiling slog-async v2.8.0 |
2099 | 2024-06-25T04:00:13.152Z | Compiling tabled_derive v0.7.0 |
2100 | 2024-06-25T04:00:14.957Z | Compiling serde_derive v1.0.203 |
2101 | 2024-06-25T04:00:15.345Z | Compiling thiserror-impl v1.0.60 |
2102 | 2024-06-25T04:00:15.411Z | Compiling zerocopy-derive v0.7.34 |
2103 | 2024-06-25T04:00:15.776Z | Compiling futures-macro v0.3.30 |
2104 | 2024-06-25T04:00:16.818Z | Compiling tokio-macros v2.2.0 |
2105 | 2024-06-25T04:00:17.515Z | Compiling zerocopy v0.7.34 |
2106 | 2024-06-25T04:00:17.609Z | Compiling scroll_derive v0.12.0 |
2107 | 2024-06-25T04:00:17.759Z | Compiling futures-util v0.3.30 |
2108 | 2024-06-25T04:00:18.259Z | Compiling thiserror v1.0.60 |
2109 | 2024-06-25T04:00:18.357Z | Compiling tokio v1.37.0 |
2110 | 2024-06-25T04:00:18.418Z | Compiling pest v2.7.10 |
2111 | 2024-06-25T04:00:19.136Z | Compiling openssl-macros v0.1.1 |
2112 | 2024-06-25T04:00:19.197Z | Compiling scroll v0.12.0 |
2113 | 2024-06-25T04:00:19.861Z | Compiling goblin v0.8.2 |
2114 | 2024-06-25T04:00:19.864Z | Compiling openssl v0.10.64 |
2115 | 2024-06-25T04:00:21.236Z | Compiling pest_meta v2.7.10 |
2116 | 2024-06-25T04:00:24.846Z | Compiling pest_generator v2.7.10 |
2117 | 2024-06-25T04:00:26.645Z | Compiling pest_derive v2.7.10 |
2118 | 2024-06-25T04:00:27.433Z | Compiling dtrace-parser v0.2.0 |
2119 | 2024-06-25T04:00:29.359Z | Compiling tokio-util v0.7.11 |
2120 | 2024-06-25T04:00:31.527Z | Compiling h2 v0.3.26 |
2121 | 2024-06-25T04:00:35.022Z | Compiling dof v0.3.0 |
2122 | 2024-06-25T04:00:36.209Z | Compiling serde_tokenstream v0.2.0 |
2123 | 2024-06-25T04:00:36.321Z | Compiling toml_datetime v0.6.6 |
2124 | 2024-06-25T04:00:36.595Z | Compiling serde_spanned v0.6.6 |
2125 | 2024-06-25T04:00:36.728Z | Compiling native-tls v0.2.11 |
2126 | 2024-06-25T04:00:37.560Z | Compiling tokio-native-tls v0.3.1 |
2127 | 2024-06-25T04:00:37.840Z | Compiling toml_edit v0.22.13 |
2128 | 2024-06-25T04:00:37.889Z | Compiling hyper v0.14.28 |
2129 | 2024-06-25T04:00:44.135Z | Compiling hyper-tls v0.5.0 |
2130 | 2024-06-25T04:00:44.577Z | Compiling toml v0.8.13 |
2131 | 2024-06-25T04:00:45.087Z | Compiling usdt-macro v0.5.0 |
2132 | 2024-06-25T04:00:46.390Z | Compiling usdt-attr-macro v0.5.0 |
2133 | 2024-06-25T04:00:46.462Z | Compiling slog-json v2.6.1 |
2134 | 2024-06-25T04:00:46.611Z | Compiling camino v1.1.7 |
2135 | 2024-06-25T04:00:47.024Z | Compiling cargo-platform v0.1.8 |
2136 | 2024-06-25T04:00:47.822Z | Compiling serde_urlencoded v0.7.1 |
2137 | 2024-06-25T04:00:48.085Z | Compiling semver v1.0.23 |
2138 | 2024-06-25T04:00:48.117Z | Compiling futures-executor v0.3.30 |
2139 | 2024-06-25T04:00:48.466Z | Compiling strum_macros v0.26.2 |
2140 | 2024-06-25T04:00:49.248Z | Compiling clap_derive v4.5.4 |
2141 | 2024-06-25T04:00:49.659Z | Compiling cargo_metadata v0.18.1 |
2142 | 2024-06-25T04:00:50.611Z | Compiling futures v0.3.30 |
2143 | 2024-06-25T04:00:50.753Z | Compiling reqwest v0.11.27 |
2144 | 2024-06-25T04:00:51.692Z | Compiling usdt v0.5.0 |
2145 | 2024-06-25T04:00:53.227Z | Compiling slog-bunyan v2.5.0 |
2146 | 2024-06-25T04:00:53.257Z | Compiling strum v0.26.2 |
2147 | 2024-06-25T04:00:53.450Z | Compiling cargo_toml v0.20.2 |
2148 | 2024-06-25T04:00:53.512Z | Compiling macaddr v1.0.1 |
2149 | 2024-06-25T04:00:54.001Z | Compiling clap v4.5.4 |
2150 | 2024-06-25T04:00:54.136Z | Compiling tabled v0.15.0 |
2151 | 2024-06-25T04:00:54.173Z | Compiling tar v0.4.40 |
2152 | 2024-06-25T04:00:54.630Z | Compiling slog-term v2.9.1 |
2153 | 2024-06-25T04:00:59.574Z | Compiling md5 v0.7.0 |
2154 | 2024-06-25T04:01:10.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2155 | 2024-06-25T04:01:24.747Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2156 | 2024-06-25T04:01:24.846Z | |
2157 | 2024-06-25T04:01:24.850Z | real 1:22.632002673 |
2158 | 2024-06-25T04:01:24.850Z | user 9:00.025782901 |
2159 | 2024-06-25T04:01:24.850Z | sys 51.726867260 |
2160 | 2024-06-25T04:01:24.850Z | trap 0.252510790 |
2161 | 2024-06-25T04:01:24.850Z | tflt 0.552797485 |
2162 | 2024-06-25T04:01:24.850Z | dflt 0.238760383 |
2163 | 2024-06-25T04:01:24.850Z | kflt 0.000013429 |
2164 | 2024-06-25T04:01:24.850Z | lock 20:05.892205934 |
2165 | 2024-06-25T04:01:24.850Z | slp 22:48.847581499 |
2166 | 2024-06-25T04:01:24.850Z | lat 25.627072648 |
2167 | 2024-06-25T04:01:24.850Z | stop 26.328711684 |
2168 | 2024-06-25T04:01:24.850Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2169 | 2024-06-25T04:01:24.850Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2170 | 2024-06-25T04:01:24.850Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2171 | 2024-06-25T04:01:24.850Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2172 | 2024-06-25T04:01:24.850Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2173 | 2024-06-25T04:01:25.397Z | Downloading crates ... |
2174 | 2024-06-25T04:01:25.635Z | Downloaded option-ext v0.2.0 |
2175 | 2024-06-25T04:01:25.639Z | Downloaded pbkdf2 v0.12.2 |
2176 | 2024-06-25T04:01:25.642Z | Downloaded ctr v0.9.2 |
2177 | 2024-06-25T04:01:25.645Z | Downloaded hex-literal v0.4.1 |
2178 | 2024-06-25T04:01:25.648Z | Downloaded primeorder v0.13.6 |
2179 | 2024-06-25T04:01:25.653Z | Downloaded ed25519 v2.2.3 |
2180 | 2024-06-25T04:01:25.653Z | Downloaded getrandom v0.1.16 |
2181 | 2024-06-25T04:01:25.655Z | Downloaded pbkdf2 v0.11.0 |
2182 | 2024-06-25T04:01:25.658Z | Downloaded dhcproto-macros v0.1.0 |
2183 | 2024-06-25T04:01:25.661Z | Downloaded russh-cryptovec v0.7.2 |
2184 | 2024-06-25T04:01:25.666Z | Downloaded bcrypt-pbkdf v0.10.0 |
2185 | 2024-06-25T04:01:25.670Z | Downloaded blowfish v0.9.1 |
2186 | 2024-06-25T04:01:25.673Z | Downloaded rfc6979 v0.4.0 |
2187 | 2024-06-25T04:01:25.673Z | Downloaded polyval v0.6.2 |
2188 | 2024-06-25T04:01:25.676Z | Downloaded ghash v0.5.1 |
2189 | 2024-06-25T04:01:25.676Z | Downloaded dirs v5.0.1 |
2190 | 2024-06-25T04:01:25.680Z | Downloaded cbc v0.1.2 |
2191 | 2024-06-25T04:01:25.689Z | Downloaded password-hash v0.4.2 |
2192 | 2024-06-25T04:01:25.692Z | Downloaded russh-keys v0.43.0 |
2193 | 2024-06-25T04:01:25.695Z | Downloaded rand_core v0.5.1 |
2194 | 2024-06-25T04:01:25.695Z | Downloaded internet-checksum v0.2.1 |
2195 | 2024-06-25T04:01:25.695Z | Downloaded ecdsa v0.16.9 |
2196 | 2024-06-25T04:01:25.698Z | Downloaded dirs-sys v0.4.1 |
2197 | 2024-06-25T04:01:25.701Z | Downloaded dhcproto v0.11.0 |
2198 | 2024-06-25T04:01:25.711Z | Downloaded rand_chacha v0.2.2 |
2199 | 2024-06-25T04:01:25.714Z | Downloaded ed25519-dalek v2.1.1 |
2200 | 2024-06-25T04:01:25.717Z | Downloaded p256 v0.13.2 |
2201 | 2024-06-25T04:01:25.725Z | Downloaded russh v0.43.0 |
2202 | 2024-06-25T04:01:25.730Z | Downloaded rand v0.7.3 |
2203 | 2024-06-25T04:01:25.735Z | Downloaded p521 v0.13.3 |
2204 | 2024-06-25T04:01:25.739Z | Downloaded aes-gcm v0.10.3 |
2205 | 2024-06-25T04:01:25.742Z | Downloaded aes v0.8.4 |
2206 | 2024-06-25T04:01:25.880Z | Compiling serde v1.0.203 |
2207 | 2024-06-25T04:01:25.883Z | Compiling log v0.4.21 |
2208 | 2024-06-25T04:01:25.989Z | Compiling scopeguard v1.2.0 |
2209 | 2024-06-25T04:01:25.989Z | Compiling smallvec v1.13.2 |
2210 | 2024-06-25T04:01:26.002Z | Compiling syn v2.0.68 |
2211 | 2024-06-25T04:01:26.005Z | Compiling getrandom v0.2.14 |
2212 | 2024-06-25T04:01:26.010Z | Compiling generic-array v0.14.7 |
2213 | 2024-06-25T04:01:26.014Z | Compiling libm v0.2.8 |
2214 | 2024-06-25T04:01:26.116Z | Compiling lock_api v0.4.12 |
2215 | 2024-06-25T04:01:26.323Z | Compiling rand_core v0.6.4 |
2216 | 2024-06-25T04:01:26.387Z | Compiling parking_lot_core v0.9.10 |
2217 | 2024-06-25T04:01:26.432Z | Compiling num-traits v0.2.19 |
2218 | 2024-06-25T04:01:26.449Z | Compiling subtle v2.5.0 |
2219 | 2024-06-25T04:01:26.554Z | Compiling mio v0.8.11 |
2220 | 2024-06-25T04:01:26.604Z | Compiling ahash v0.8.11 |
2221 | 2024-06-25T04:01:26.834Z | Compiling parking_lot v0.12.2 |
2222 | 2024-06-25T04:01:26.894Z | Compiling serde_json v1.0.117 |
2223 | 2024-06-25T04:01:26.945Z | Compiling allocator-api2 v0.2.18 |
2224 | 2024-06-25T04:01:27.002Z | Compiling const-oid v0.9.6 |
2225 | 2024-06-25T04:01:27.094Z | Compiling iana-time-zone v0.1.60 |
2226 | 2024-06-25T04:01:27.238Z | Compiling syn v1.0.109 |
2227 | 2024-06-25T04:01:27.766Z | Compiling unicode-normalization v0.1.23 |
2228 | 2024-06-25T04:01:27.824Z | Compiling unicode-bidi v0.3.15 |
2229 | 2024-06-25T04:01:27.901Z | Compiling schemars v0.8.21 |
2230 | 2024-06-25T04:01:27.987Z | Compiling dyn-clone v1.0.17 |
2231 | 2024-06-25T04:01:28.231Z | Compiling spin v0.9.8 |
2232 | 2024-06-25T04:01:28.271Z | Compiling ppv-lite86 v0.2.17 |
2233 | 2024-06-25T04:01:28.670Z | Compiling time-macros v0.2.18 |
2234 | 2024-06-25T04:01:28.837Z | Compiling ring v0.17.8 |
2235 | 2024-06-25T04:01:28.994Z | Compiling rand_chacha v0.3.1 |
2236 | 2024-06-25T04:01:29.038Z | Compiling aho-corasick v1.1.3 |
2237 | 2024-06-25T04:01:29.385Z | Compiling regex-syntax v0.8.3 |
2238 | 2024-06-25T04:01:29.672Z | Compiling rand v0.8.5 |
2239 | 2024-06-25T04:01:31.489Z | Compiling idna v0.5.0 |
2240 | 2024-06-25T04:01:31.908Z | Compiling slog v2.7.0 |
2241 | 2024-06-25T04:01:32.278Z | Compiling time v0.3.36 |
2242 | 2024-06-25T04:01:32.518Z | Compiling url v2.5.0 |
2243 | 2024-06-25T04:01:32.921Z | Compiling regex-automata v0.4.6 |
2244 | 2024-06-25T04:01:33.084Z | Compiling untrusted v0.9.0 |
2245 | 2024-06-25T04:01:33.270Z | Compiling spin v0.5.2 |
2246 | 2024-06-25T04:01:33.498Z | Compiling serde_derive_internals v0.29.1 |
2247 | 2024-06-25T04:01:35.765Z | Compiling lazy_static v1.4.0 |
2248 | 2024-06-25T04:01:35.890Z | Compiling backtrace v0.3.71 |
2249 | 2024-06-25T04:01:36.287Z | Compiling gimli v0.28.1 |
2250 | 2024-06-25T04:01:36.364Z | Compiling object v0.32.2 |
2251 | 2024-06-25T04:01:36.424Z | Compiling rustc-demangle v0.1.24 |
2252 | 2024-06-25T04:01:37.445Z | Compiling anyhow v1.0.86 |
2253 | 2024-06-25T04:01:37.741Z | Compiling crossbeam-utils v0.8.19 |
2254 | 2024-06-25T04:01:38.243Z | Compiling base64ct v1.6.0 |
2255 | 2024-06-25T04:01:38.363Z | Compiling winnow v0.5.40 |
2256 | 2024-06-25T04:01:38.452Z | Compiling regex v1.10.4 |
2257 | 2024-06-25T04:01:38.854Z | Compiling rustls v0.21.12 |
2258 | 2024-06-25T04:01:39.189Z | Compiling rustls-webpki v0.101.7 |
2259 | 2024-06-25T04:01:39.568Z | Compiling sct v0.7.1 |
2260 | 2024-06-25T04:01:39.902Z | Compiling cookie v0.17.0 |
2261 | 2024-06-25T04:01:41.208Z | Compiling addr2line v0.21.0 |
2262 | 2024-06-25T04:01:41.386Z | Compiling serde_derive v1.0.203 |
2263 | 2024-06-25T04:01:41.886Z | Compiling zeroize_derive v1.4.2 |
2264 | 2024-06-25T04:01:42.456Z | Compiling zerocopy-derive v0.7.34 |
2265 | 2024-06-25T04:01:42.647Z | Compiling thiserror-impl v1.0.60 |
2266 | 2024-06-25T04:01:43.109Z | Compiling tokio-macros v2.2.0 |
2267 | 2024-06-25T04:01:43.524Z | Compiling zeroize v1.7.0 |
2268 | 2024-06-25T04:01:43.769Z | Compiling futures-macro v0.3.30 |
2269 | 2024-06-25T04:01:44.860Z | Compiling zerocopy v0.7.34 |
2270 | 2024-06-25T04:01:44.887Z | Compiling schemars_derive v0.8.21 |
2271 | 2024-06-25T04:01:45.403Z | Compiling crypto-common v0.1.6 |
2272 | 2024-06-25T04:01:45.649Z | Compiling block-buffer v0.10.4 |
2273 | 2024-06-25T04:01:45.904Z | Compiling digest v0.10.7 |
2274 | 2024-06-25T04:01:45.921Z | Compiling futures-util v0.3.30 |
2275 | 2024-06-25T04:01:46.170Z | Compiling thiserror v1.0.60 |
2276 | 2024-06-25T04:01:46.323Z | Compiling tracing-attributes v0.1.27 |
2277 | 2024-06-25T04:01:46.421Z | Compiling async-trait v0.1.80 |
2278 | 2024-06-25T04:01:47.247Z | Compiling hashbrown v0.14.5 |
2279 | 2024-06-25T04:01:48.417Z | Compiling openssl-macros v0.1.1 |
2280 | 2024-06-25T04:01:49.200Z | Compiling pest v2.7.10 |
2281 | 2024-06-25T04:01:49.469Z | Compiling idna v0.3.0 |
2282 | 2024-06-25T04:01:49.684Z | Compiling data-encoding v2.6.0 |
2283 | 2024-06-25T04:01:49.704Z | Compiling psl-types v2.0.11 |
2284 | 2024-06-25T04:01:49.889Z | Compiling hmac v0.12.1 |
2285 | 2024-06-25T04:01:50.156Z | Compiling scroll_derive v0.12.0 |
2286 | 2024-06-25T04:01:50.373Z | Compiling tracing v0.1.40 |
2287 | 2024-06-25T04:01:50.513Z | Compiling publicsuffix v2.2.3 |
2288 | 2024-06-25T04:01:50.896Z | Compiling bitflags v1.3.2 |
2289 | 2024-06-25T04:01:51.007Z | Compiling webpki-roots v0.25.4 |
2290 | 2024-06-25T04:01:51.106Z | Compiling block-padding v0.3.3 |
2291 | 2024-06-25T04:01:51.174Z | Compiling der_derive v0.7.2 |
2292 | 2024-06-25T04:01:51.355Z | Compiling pem-rfc7468 v0.7.0 |
2293 | 2024-06-25T04:01:51.745Z | Compiling futures-executor v0.3.30 |
2294 | 2024-06-25T04:01:51.955Z | Compiling pest_meta v2.7.10 |
2295 | 2024-06-25T04:01:52.219Z | Compiling futures v0.3.30 |
2296 | 2024-06-25T04:01:52.237Z | Compiling scroll v0.12.0 |
2297 | 2024-06-25T04:01:52.240Z | Compiling flagset v0.4.5 |
2298 | 2024-06-25T04:01:52.269Z | Compiling inout v0.1.3 |
2299 | 2024-06-25T04:01:52.339Z | Compiling sha2 v0.10.8 |
2300 | 2024-06-25T04:01:52.357Z | Compiling either v1.12.0 |
2301 | 2024-06-25T04:01:52.441Z | Compiling ff v0.13.0 |
2302 | 2024-06-25T04:01:52.568Z | Compiling cipher v0.4.4 |
2303 | 2024-06-25T04:01:52.672Z | Compiling base16ct v0.2.0 |
2304 | 2024-06-25T04:01:52.787Z | Compiling goblin v0.8.2 |
2305 | 2024-06-25T04:01:52.810Z | Compiling stable_deref_trait v1.2.0 |
2306 | 2024-06-25T04:01:52.922Z | Compiling group v0.13.0 |
2307 | 2024-06-25T04:01:52.998Z | Compiling hkdf v0.12.4 |
2308 | 2024-06-25T04:01:53.087Z | Compiling crypto-bigint v0.5.5 |
2309 | 2024-06-25T04:01:53.258Z | Compiling pest_generator v2.7.10 |
2310 | 2024-06-25T04:01:53.276Z | Compiling crossbeam-epoch v0.9.18 |
2311 | 2024-06-25T04:01:53.854Z | Compiling der v0.7.9 |
2312 | 2024-06-25T04:01:54.078Z | Compiling num-integer v0.1.46 |
2313 | 2024-06-25T04:01:54.906Z | Compiling unicode-segmentation v1.11.0 |
2314 | 2024-06-25T04:01:55.387Z | Compiling managed v0.8.0 |
2315 | 2024-06-25T04:01:55.739Z | Compiling matches v0.1.10 |
2316 | 2024-06-25T04:01:55.756Z | Compiling enum-as-inner v0.5.1 |
2317 | 2024-06-25T04:01:55.840Z | Compiling idna v0.2.3 |
2318 | 2024-06-25T04:01:55.858Z | Compiling bit-vec v0.6.3 |
2319 | 2024-06-25T04:01:56.299Z | Compiling bytes v1.6.0 |
2320 | 2024-06-25T04:01:56.840Z | Compiling indexmap v2.2.6 |
2321 | 2024-06-25T04:01:57.367Z | Compiling tokio v1.37.0 |
2322 | 2024-06-25T04:01:57.463Z | Compiling uuid v1.8.0 |
2323 | 2024-06-25T04:01:57.523Z | Compiling chrono v0.4.38 |
2324 | 2024-06-25T04:01:57.681Z | Compiling bitflags v2.5.0 |
2325 | 2024-06-25T04:01:58.143Z | Compiling semver v1.0.23 |
2326 | 2024-06-25T04:01:58.270Z | Compiling http v0.2.12 |
2327 | 2024-06-25T04:01:58.928Z | Compiling serde_tokenstream v0.2.0 |
2328 | 2024-06-25T04:01:58.931Z | Compiling toml_datetime v0.6.6 |
2329 | 2024-06-25T04:01:59.282Z | Compiling serde_spanned v0.6.6 |
2330 | 2024-06-25T04:01:59.462Z | Compiling openssl v0.10.64 |
2331 | 2024-06-25T04:01:59.480Z | Compiling toml_edit v0.19.15 |
2332 | 2024-06-25T04:01:59.526Z | Compiling rustix v0.38.34 |
2333 | 2024-06-25T04:01:59.674Z | Compiling serde_urlencoded v0.7.1 |
2334 | 2024-06-25T04:02:00.816Z | Compiling http-body v0.4.6 |
2335 | 2024-06-25T04:02:01.309Z | Compiling cookie_store v0.20.0 |
2336 | 2024-06-25T04:02:01.521Z | Compiling openapiv3 v2.0.0 |
2337 | 2024-06-25T04:02:02.607Z | Compiling rustc_version v0.4.0 |
2338 | 2024-06-25T04:02:02.921Z | Compiling pest_derive v2.7.10 |
2339 | 2024-06-25T04:02:03.433Z | Compiling dof v0.3.0 |
2340 | 2024-06-25T04:02:03.632Z | Compiling spki v0.7.3 |
2341 | 2024-06-25T04:02:03.764Z | Compiling dtrace-parser v0.2.0 |
2342 | 2024-06-25T04:02:04.039Z | Compiling pkcs8 v0.10.2 |
2343 | 2024-06-25T04:02:04.192Z | Compiling toml v0.7.8 |
2344 | 2024-06-25T04:02:04.614Z | Compiling usdt-impl v0.5.0 |
2345 | 2024-06-25T04:02:05.787Z | Compiling tokio-util v0.7.11 |
2346 | 2024-06-25T04:02:05.972Z | Compiling native-tls v0.2.11 |
2347 | 2024-06-25T04:02:06.059Z | Compiling tokio-rustls v0.24.1 |
2348 | 2024-06-25T04:02:06.203Z | Compiling sec1 v0.7.3 |
2349 | 2024-06-25T04:02:06.320Z | Compiling tokio-native-tls v0.3.1 |
2350 | 2024-06-25T04:02:06.488Z | Compiling usdt-attr-macro v0.5.0 |
2351 | 2024-06-25T04:02:06.605Z | Compiling usdt-macro v0.5.0 |
2352 | 2024-06-25T04:02:06.624Z | Compiling elliptic-curve v0.13.8 |
2353 | 2024-06-25T04:02:06.822Z | Compiling h2 v0.3.26 |
2354 | 2024-06-25T04:02:07.245Z | Compiling ipnetwork v0.20.0 |
2355 | 2024-06-25T04:02:07.505Z | Compiling toml_edit v0.22.13 |
2356 | 2024-06-25T04:02:07.991Z | Compiling hex v0.4.3 |
2357 | 2024-06-25T04:02:08.132Z | Compiling siphasher v0.3.11 |
2358 | 2024-06-25T04:02:08.159Z | Compiling trust-dns-proto v0.22.0 |
2359 | 2024-06-25T04:02:08.200Z | Compiling usdt v0.5.0 |
2360 | 2024-06-25T04:02:08.522Z | Compiling heapless v0.7.17 |
2361 | 2024-06-25T04:02:08.537Z | Compiling terminal_size v0.3.0 |
2362 | 2024-06-25T04:02:08.567Z | Compiling num-bigint v0.4.5 |
2363 | 2024-06-25T04:02:08.710Z | Compiling regress v0.9.1 |
2364 | 2024-06-25T04:02:08.741Z | Compiling finl_unicode v1.2.0 |
2365 | 2024-06-25T04:02:08.954Z | Compiling signal-hook v0.3.17 |
2366 | 2024-06-25T04:02:09.262Z | Compiling clap_builder v4.5.2 |
2367 | 2024-06-25T04:02:09.357Z | Compiling stringprep v0.1.4 |
2368 | 2024-06-25T04:02:10.707Z | Compiling itertools v0.10.5 |
2369 | 2024-06-25T04:02:13.106Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-06-25T04:02:13.751Z | Compiling hyper v0.14.28 |
2371 | 2024-06-25T04:02:13.984Z | Compiling yasna v0.5.2 |
2372 | 2024-06-25T04:02:15.971Z | Compiling md-5 v0.10.6 |
2373 | 2024-06-25T04:02:16.252Z | Compiling clap_derive v4.5.4 |
2374 | 2024-06-25T04:02:16.425Z | Compiling hash32 v0.2.1 |
2375 | 2024-06-25T04:02:16.864Z | Compiling fallible-iterator v0.2.0 |
2376 | 2024-06-25T04:02:17.051Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2377 | 2024-06-25T04:02:17.467Z | Compiling smoltcp v0.9.1 |
2378 | 2024-06-25T04:02:17.608Z | Compiling postgres-protocol v0.6.6 |
2379 | 2024-06-25T04:02:19.049Z | Compiling phf_shared v0.11.2 |
2380 | 2024-06-25T04:02:19.130Z | Compiling tokio-stream v0.1.15 |
2381 | 2024-06-25T04:02:19.212Z | Compiling hubpack_derive v0.1.1 |
2382 | 2024-06-25T04:02:19.320Z | Compiling zerocopy-derive v0.6.6 |
2383 | 2024-06-25T04:02:19.440Z | Compiling diesel_table_macro_syntax v0.1.0 |
2384 | 2024-06-25T04:02:19.459Z | Compiling scheduled-thread-pool v0.2.7 |
2385 | 2024-06-25T04:02:19.886Z | Compiling fs-err v2.11.0 |
2386 | 2024-06-25T04:02:20.088Z | Compiling fixedbitset v0.4.2 |
2387 | 2024-06-25T04:02:20.112Z | Compiling hubpack v0.1.2 |
2388 | 2024-06-25T04:02:20.131Z | Compiling diesel_derives v2.1.4 |
2389 | 2024-06-25T04:02:20.313Z | Compiling r2d2 v0.8.10 |
2390 | 2024-06-25T04:02:20.533Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-06-25T04:02:20.594Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-06-25T04:02:20.697Z | Compiling petgraph v0.6.5 |
2393 | 2024-06-25T04:02:20.888Z | Compiling reqwest v0.11.27 |
2394 | 2024-06-25T04:02:20.957Z | Compiling phf v0.11.2 |
2395 | 2024-06-25T04:02:21.553Z | Compiling clap v4.5.4 |
2396 | 2024-06-25T04:02:21.640Z | Compiling zerocopy v0.6.6 |
2397 | 2024-06-25T04:02:21.700Z | Compiling signal-hook-mio v0.2.3 |
2398 | 2024-06-25T04:02:21.900Z | Compiling postgres-types v0.2.6 |
2399 | 2024-06-25T04:02:22.863Z | Compiling phf_shared v0.10.0 |
2400 | 2024-06-25T04:02:23.302Z | Compiling similar v2.5.0 |
2401 | 2024-06-25T04:02:23.421Z | Compiling num-iter v0.1.45 |
2402 | 2024-06-25T04:02:23.479Z | Compiling strum_macros v0.25.3 |
2403 | 2024-06-25T04:02:23.615Z | Compiling serde_repr v0.1.19 |
2404 | 2024-06-25T04:02:23.848Z | Compiling console v0.15.8 |
2405 | 2024-06-25T04:02:24.738Z | Compiling getopts v0.2.21 |
2406 | 2024-06-25T04:02:24.858Z | Compiling float-cmp v0.9.0 |
2407 | 2024-06-25T04:02:25.095Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-06-25T04:02:25.401Z | Compiling predicates-core v1.0.6 |
2409 | 2024-06-25T04:02:25.646Z | Compiling unsafe-libyaml v0.2.11 |
2410 | 2024-06-25T04:02:25.778Z | Compiling precomputed-hash v0.1.1 |
2411 | 2024-06-25T04:02:25.803Z | Compiling new_debug_unreachable v1.0.6 |
2412 | 2024-06-25T04:02:25.848Z | Compiling whoami v1.5.1 |
2413 | 2024-06-25T04:02:25.898Z | Compiling normalize-line-endings v0.3.0 |
2414 | 2024-06-25T04:02:25.901Z | Compiling static_assertions v1.1.0 |
2415 | 2024-06-25T04:02:26.006Z | Compiling difflib v0.4.0 |
2416 | 2024-06-25T04:02:26.048Z | Compiling string_cache v0.8.7 |
2417 | 2024-06-25T04:02:26.557Z | Compiling predicates v3.1.0 |
2418 | 2024-06-25T04:02:26.560Z | Compiling tokio-postgres v0.7.10 |
2419 | 2024-06-25T04:02:27.621Z | Compiling serde_yaml v0.9.34+deprecated |
2420 | 2024-06-25T04:02:27.734Z | Compiling nom v7.1.3 |
2421 | 2024-06-25T04:02:27.868Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2422 | 2024-06-25T04:02:28.416Z | Compiling crossterm v0.27.0 |
2423 | 2024-06-25T04:02:31.844Z | Compiling bit-set v0.5.3 |
2424 | 2024-06-25T04:02:32.075Z | Compiling itertools v0.12.1 |
2425 | 2024-06-25T04:02:32.093Z | Compiling bstr v1.9.1 |
2426 | 2024-06-25T04:02:32.302Z | Compiling peg-runtime v0.8.3 |
2427 | 2024-06-25T04:02:32.482Z | Compiling lalrpop-util v0.19.12 |
2428 | 2024-06-25T04:02:32.865Z | Compiling unicode-xid v0.2.4 |
2429 | 2024-06-25T04:02:33.016Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2430 | 2024-06-25T04:02:33.049Z | Compiling sha1 v0.10.6 |
2431 | 2024-06-25T04:02:33.465Z | Compiling strum_macros v0.26.2 |
2432 | 2024-06-25T04:02:33.465Z | Compiling camino v1.1.7 |
2433 | 2024-06-25T04:02:33.542Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2434 | 2024-06-25T04:02:33.686Z | Compiling diesel v2.1.6 |
2435 | 2024-06-25T04:02:33.923Z | Compiling http v1.1.0 |
2436 | 2024-06-25T04:02:34.436Z | Compiling base64 v0.22.1 |
2437 | 2024-06-25T04:02:34.474Z | Compiling toml v0.8.13 |
2438 | 2024-06-25T04:02:35.182Z | Compiling rustls-pki-types v1.7.0 |
2439 | 2024-06-25T04:02:35.284Z | Compiling ident_case v1.0.1 |
2440 | 2024-06-25T04:02:35.478Z | Compiling darling_core v0.20.9 |
2441 | 2024-06-25T04:02:36.052Z | Compiling crossbeam-channel v0.5.12 |
2442 | 2024-06-25T04:02:36.289Z | Compiling paste v1.0.15 |
2443 | 2024-06-25T04:02:36.413Z | Compiling rustls v0.22.4 |
2444 | 2024-06-25T04:02:36.476Z | Compiling slog-term v2.9.1 |
2445 | 2024-06-25T04:02:36.744Z | Compiling rustls-webpki v0.102.4 |
2446 | 2024-06-25T04:02:36.890Z | Compiling instant v0.1.12 |
2447 | 2024-06-25T04:02:37.059Z | Compiling slog-async v2.8.0 |
2448 | 2024-06-25T04:02:37.330Z | Compiling multer v3.1.0 |
2449 | 2024-06-25T04:02:38.188Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2450 | 2024-06-25T04:02:38.284Z | Compiling slog-json v2.6.1 |
2451 | 2024-06-25T04:02:38.342Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2452 | 2024-06-25T04:02:38.695Z | Compiling async-stream-impl v0.3.5 |
2453 | 2024-06-25T04:02:38.699Z | Compiling strum v0.26.2 |
2454 | 2024-06-25T04:02:38.904Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2455 | 2024-06-25T04:02:38.941Z | Compiling atomic-waker v1.1.2 |
2456 | 2024-06-25T04:02:38.999Z | Compiling debug-ignore v1.0.5 |
2457 | 2024-06-25T04:02:39.145Z | Compiling waitgroup v0.1.2 |
2458 | 2024-06-25T04:02:39.161Z | Compiling slog-bunyan v2.5.0 |
2459 | 2024-06-25T04:02:39.362Z | Compiling rustls-pemfile v2.1.2 |
2460 | 2024-06-25T04:02:39.384Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2461 | 2024-06-25T04:02:39.855Z | Compiling serde_path_to_error v0.1.16 |
2462 | 2024-06-25T04:02:40.181Z | Compiling async-stream v0.3.5 |
2463 | 2024-06-25T04:02:40.345Z | Compiling structmeta-derive v0.3.0 |
2464 | 2024-06-25T04:02:40.539Z | Compiling hostname v0.4.0 |
2465 | 2024-06-25T04:02:40.714Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2466 | 2024-06-25T04:02:40.800Z | Compiling newtype-uuid v1.1.0 |
2467 | 2024-06-25T04:02:41.032Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-06-25T04:02:41.117Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2469 | 2024-06-25T04:02:41.429Z | Compiling backoff v0.4.0 |
2470 | 2024-06-25T04:02:41.690Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2471 | 2024-06-25T04:02:41.829Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2472 | 2024-06-25T04:02:41.833Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2473 | 2024-06-25T04:02:41.895Z | Compiling tokio-rustls v0.25.0 |
2474 | 2024-06-25T04:02:42.037Z | Compiling macaddr v1.0.1 |
2475 | 2024-06-25T04:02:42.514Z | Compiling proc-macro-crate v1.3.1 |
2476 | 2024-06-25T04:02:42.619Z | Compiling fastrand v2.1.0 |
2477 | 2024-06-25T04:02:42.957Z | Compiling darling_macro v0.20.9 |
2478 | 2024-06-25T04:02:43.223Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2479 | 2024-06-25T04:02:43.576Z | Compiling tempfile v3.10.1 |
2480 | 2024-06-25T04:02:43.593Z | Compiling structmeta v0.3.0 |
2481 | 2024-06-25T04:02:43.633Z | Compiling num_enum_derive v0.5.11 |
2482 | 2024-06-25T04:02:43.991Z | Compiling darling v0.20.9 |
2483 | 2024-06-25T04:02:44.061Z | Compiling parse-display-derive v0.9.0 |
2484 | 2024-06-25T04:02:44.126Z | Compiling serde_with_macros v3.8.1 |
2485 | 2024-06-25T04:02:44.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2486 | 2024-06-25T04:02:44.819Z | Compiling foreign-types-macros v0.2.3 |
2487 | 2024-06-25T04:02:46.176Z | Compiling foreign-types-shared v0.3.1 |
2488 | 2024-06-25T04:02:46.309Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-06-25T04:02:46.483Z | Compiling num_enum v0.5.11 |
2490 | 2024-06-25T04:02:46.586Z | Compiling heapless v0.8.0 |
2491 | 2024-06-25T04:02:46.715Z | Compiling foreign-types v0.5.0 |
2492 | 2024-06-25T04:02:46.858Z | Compiling proc-macro-error v1.0.4 |
2493 | 2024-06-25T04:02:47.204Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2494 | 2024-06-25T04:02:47.400Z | Compiling serde_with v3.8.1 |
2495 | 2024-06-25T04:02:47.669Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2496 | 2024-06-25T04:02:47.779Z | Compiling cstr-argument v0.1.2 |
2497 | 2024-06-25T04:02:48.073Z | Compiling hash32 v0.3.1 |
2498 | 2024-06-25T04:02:48.344Z | Compiling pretty-hex v0.2.1 |
2499 | 2024-06-25T04:02:48.437Z | Compiling smoltcp v0.11.0 |
2500 | 2024-06-25T04:02:48.537Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2501 | 2024-06-25T04:02:48.940Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2502 | 2024-06-25T04:02:49.167Z | Compiling parse-display v0.9.0 |
2503 | 2024-06-25T04:02:49.191Z | Compiling camino-tempfile v1.1.1 |
2504 | 2024-06-25T04:02:49.578Z | Compiling tabwriter v1.4.0 |
2505 | 2024-06-25T04:02:49.657Z | Compiling colored v2.1.0 |
2506 | 2024-06-25T04:02:49.800Z | Compiling socket2 v0.4.10 |
2507 | 2024-06-25T04:02:49.900Z | Compiling embedded-io v0.4.0 |
2508 | 2024-06-25T04:02:50.118Z | Compiling cobs v0.2.3 |
2509 | 2024-06-25T04:02:50.432Z | Compiling postcard v1.0.8 |
2510 | 2024-06-25T04:02:50.450Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2511 | 2024-06-25T04:02:50.738Z | Compiling crucible-workspace-hack v0.1.0 |
2512 | 2024-06-25T04:02:50.755Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2513 | 2024-06-25T04:02:51.005Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2514 | 2024-06-25T04:02:51.027Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2515 | 2024-06-25T04:02:51.271Z | Compiling smf v0.2.3 |
2516 | 2024-06-25T04:02:51.291Z | Compiling humantime v2.1.0 |
2517 | 2024-06-25T04:02:51.334Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2518 | 2024-06-25T04:02:51.730Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2519 | 2024-06-25T04:02:51.888Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2520 | 2024-06-25T04:02:51.958Z | Compiling num-derive v0.4.2 |
2521 | 2024-06-25T04:02:52.401Z | Compiling sigpipe v0.1.3 |
2522 | 2024-06-25T04:02:52.538Z | Compiling utf-8 v0.7.6 |
2523 | 2024-06-25T04:02:52.800Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2524 | 2024-06-25T04:02:52.883Z | Compiling atty v0.2.14 |
2525 | 2024-06-25T04:02:53.038Z | Compiling rayon-core v1.12.1 |
2526 | 2024-06-25T04:02:53.238Z | Compiling semver v0.1.20 |
2527 | 2024-06-25T04:02:53.266Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2528 | 2024-06-25T04:02:53.311Z | Compiling platforms v3.4.0 |
2529 | 2024-06-25T04:02:53.964Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2530 | 2024-06-25T04:02:54.013Z | Compiling same-file v1.0.6 |
2531 | 2024-06-25T04:02:54.261Z | Compiling walkdir v2.5.0 |
2532 | 2024-06-25T04:02:54.465Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2533 | 2024-06-25T04:02:55.035Z | Compiling curve25519-dalek v4.1.2 |
2534 | 2024-06-25T04:02:55.053Z | Compiling rustc_version v0.1.7 |
2535 | 2024-06-25T04:02:55.158Z | Compiling newline-converter v0.3.0 |
2536 | 2024-06-25T04:02:55.346Z | Compiling crossbeam-deque v0.8.5 |
2537 | 2024-06-25T04:02:55.468Z | Compiling universal-hash v0.5.1 |
2538 | 2024-06-25T04:02:55.557Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2539 | 2024-06-25T04:02:55.561Z | Compiling opaque-debug v0.3.1 |
2540 | 2024-06-25T04:02:55.670Z | Compiling prettyplease v0.2.20 |
2541 | 2024-06-25T04:02:55.689Z | Compiling newtype_derive v0.1.6 |
2542 | 2024-06-25T04:02:55.795Z | Compiling expectorate v1.1.0 |
2543 | 2024-06-25T04:02:55.971Z | Compiling xattr v1.3.1 |
2544 | 2024-06-25T04:02:55.989Z | Compiling num-rational v0.4.2 |
2545 | 2024-06-25T04:02:56.003Z | Compiling signature v2.2.0 |
2546 | 2024-06-25T04:02:56.044Z | Compiling curve25519-dalek-derive v0.1.1 |
2547 | 2024-06-25T04:02:56.255Z | Compiling num-complex v0.4.6 |
2548 | 2024-06-25T04:02:56.326Z | Compiling ring v0.16.20 |
2549 | 2024-06-25T04:02:57.384Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2550 | 2024-06-25T04:02:57.487Z | Compiling blake3 v1.5.1 |
2551 | 2024-06-25T04:02:57.617Z | Compiling unicase v2.7.0 |
2552 | 2024-06-25T04:02:57.617Z | Compiling termcolor v1.4.1 |
2553 | 2024-06-25T04:02:57.717Z | Compiling arc-swap v1.7.1 |
2554 | 2024-06-25T04:02:57.876Z | Compiling linked-hash-map v0.5.6 |
2555 | 2024-06-25T04:02:57.906Z | Compiling quick-error v1.2.3 |
2556 | 2024-06-25T04:02:58.062Z | Compiling getrandom v0.1.16 |
2557 | 2024-06-25T04:02:58.087Z | Compiling convert_case v0.4.0 |
2558 | 2024-06-25T04:02:58.233Z | Compiling lru-cache v0.1.2 |
2559 | 2024-06-25T04:02:58.409Z | Compiling slog-scope v4.4.0 |
2560 | 2024-06-25T04:02:58.448Z | Compiling env_logger v0.9.3 |
2561 | 2024-06-25T04:02:58.727Z | Compiling resolv-conf v0.7.0 |
2562 | 2024-06-25T04:02:58.972Z | Compiling tar v0.4.40 |
2563 | 2024-06-25T04:02:59.113Z | Compiling derive_more v0.99.17 |
2564 | 2024-06-25T04:02:59.537Z | Compiling num v0.4.3 |
2565 | 2024-06-25T04:02:59.665Z | Compiling rayon v1.10.0 |
2566 | 2024-06-25T04:03:01.154Z | Compiling tungstenite v0.21.0 |
2567 | 2024-06-25T04:03:01.851Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-06-25T04:03:02.331Z | Compiling blake2 v0.10.6 |
2569 | 2024-06-25T04:03:03.146Z | Compiling bitstruct_derive v0.1.0 |
2570 | 2024-06-25T04:03:03.372Z | Compiling derive-where v1.2.7 |
2571 | 2024-06-25T04:03:03.716Z | Compiling password-hash v0.5.0 |
2572 | 2024-06-25T04:03:04.522Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-06-25T04:03:08.741Z | Compiling memmap2 v0.9.4 |
2574 | 2024-06-25T04:03:08.757Z | Compiling arrayvec v0.7.4 |
2575 | 2024-06-25T04:03:08.757Z | Compiling libefi-sys v0.1.0 |
2576 | 2024-06-25T04:03:08.757Z | Compiling home v0.5.9 |
2577 | 2024-06-25T04:03:08.757Z | Compiling ascii v1.1.0 |
2578 | 2024-06-25T04:03:08.757Z | Compiling parking_lot_core v0.8.6 |
2579 | 2024-06-25T04:03:08.757Z | Compiling float-ord v0.3.2 |
2580 | 2024-06-25T04:03:08.757Z | Compiling untrusted v0.7.1 |
2581 | 2024-06-25T04:03:08.757Z | Compiling arrayref v0.3.7 |
2582 | 2024-06-25T04:03:08.757Z | Compiling constant_time_eq v0.3.0 |
2583 | 2024-06-25T04:03:08.758Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2584 | 2024-06-25T04:03:08.758Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2585 | 2024-06-25T04:03:08.758Z | Compiling toolchain_find v0.4.0 |
2586 | 2024-06-25T04:03:08.768Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-06-25T04:03:08.768Z | Compiling bitstruct v0.1.1 |
2588 | 2024-06-25T04:03:08.768Z | Compiling argon2 v0.5.3 |
2589 | 2024-06-25T04:03:08.768Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-06-25T04:03:08.768Z | Compiling tokio-tungstenite v0.21.0 |
2591 | 2024-06-25T04:03:08.768Z | Compiling trust-dns-resolver v0.22.0 |
2592 | 2024-06-25T04:03:08.768Z | Compiling slog-stdlog v4.1.1 |
2593 | 2024-06-25T04:03:08.768Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2594 | 2024-06-25T04:03:08.768Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2595 | 2024-06-25T04:03:08.790Z | Compiling erased-serde v0.3.31 |
2596 | 2024-06-25T04:03:09.144Z | Compiling serde_arrays v0.1.0 |
2597 | 2024-06-25T04:03:09.210Z | Compiling rfc6979 v0.4.0 |
2598 | 2024-06-25T04:03:09.311Z | Compiling aead v0.5.2 |
2599 | 2024-06-25T04:03:09.425Z | Compiling nibble_vec v0.1.0 |
2600 | 2024-06-25T04:03:09.637Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2601 | 2024-06-25T04:03:09.655Z | Compiling slog-dtrace v0.3.0 |
2602 | 2024-06-25T04:03:09.709Z | Compiling endian-type v0.1.2 |
2603 | 2024-06-25T04:03:09.941Z | Compiling cancel-safe-futures v0.1.5 |
2604 | 2024-06-25T04:03:09.958Z | Compiling keccak v0.1.5 |
2605 | 2024-06-25T04:03:09.987Z | Compiling topological-sort v0.2.2 |
2606 | 2024-06-25T04:03:10.179Z | Compiling omicron-zone-package v0.11.0 |
2607 | 2024-06-25T04:03:10.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2024-06-25T04:03:10.302Z | Compiling sha3 v0.10.8 |
2609 | 2024-06-25T04:03:10.329Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2610 | 2024-06-25T04:03:10.616Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-06-25T04:03:10.703Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2612 | 2024-06-25T04:03:10.971Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2613 | 2024-06-25T04:03:11.414Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-06-25T04:03:11.417Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-06-25T04:03:11.795Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2616 | 2024-06-25T04:03:11.945Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2617 | 2024-06-25T04:03:12.198Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2618 | 2024-06-25T04:03:12.734Z | Compiling radix_trie v0.2.1 |
2619 | 2024-06-25T04:03:13.480Z | Compiling ecdsa v0.16.9 |
2620 | 2024-06-25T04:03:13.618Z | Compiling slog-envlogger v2.2.0 |
2621 | 2024-06-25T04:03:14.386Z | Compiling rand_core v0.5.1 |
2622 | 2024-06-25T04:03:14.420Z | Compiling mime_guess v2.0.4 |
2623 | 2024-06-25T04:03:14.635Z | Compiling steno v0.4.0 |
2624 | 2024-06-25T04:03:14.950Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-06-25T04:03:15.555Z | Compiling poly1305 v0.8.0 |
2626 | 2024-06-25T04:03:15.815Z | Compiling tungstenite v0.20.1 |
2627 | 2024-06-25T04:03:15.868Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-06-25T04:03:16.604Z | Compiling primeorder v0.13.6 |
2629 | 2024-06-25T04:03:16.906Z | Compiling heck v0.3.3 |
2630 | 2024-06-25T04:03:17.155Z | Compiling chacha20 v0.9.1 |
2631 | 2024-06-25T04:03:17.338Z | Compiling secrecy v0.8.0 |
2632 | 2024-06-25T04:03:17.356Z | Compiling thiserror-impl-no-std v2.0.2 |
2633 | 2024-06-25T04:03:17.625Z | Compiling half v2.4.1 |
2634 | 2024-06-25T04:03:17.631Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2635 | 2024-06-25T04:03:17.922Z | Compiling ciborium-io v0.2.2 |
2636 | 2024-06-25T04:03:18.066Z | Compiling option-ext v0.2.0 |
2637 | 2024-06-25T04:03:18.068Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2638 | 2024-06-25T04:03:18.209Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2639 | 2024-06-25T04:03:18.209Z | Compiling dirs-sys v0.4.1 |
2640 | 2024-06-25T04:03:18.250Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2641 | 2024-06-25T04:03:18.515Z | Compiling ciborium-ll v0.2.2 |
2642 | 2024-06-25T04:03:18.573Z | Compiling zone_cfg_derive v0.1.2 |
2643 | 2024-06-25T04:03:18.907Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2644 | 2024-06-25T04:03:18.930Z | Compiling tokio-tungstenite v0.20.1 |
2645 | 2024-06-25T04:03:19.498Z | Compiling parking_lot v0.11.2 |
2646 | 2024-06-25T04:03:19.526Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2024-06-25T04:03:19.924Z | Compiling rand_chacha v0.2.2 |
2648 | 2024-06-25T04:03:20.162Z | Compiling trust-dns-client v0.22.0 |
2649 | 2024-06-25T04:03:20.747Z | Compiling thiserror-no-std v2.0.2 |
2650 | 2024-06-25T04:03:20.878Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2651 | 2024-06-25T04:03:21.033Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2652 | 2024-06-25T04:03:21.488Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2024-06-25T04:03:21.874Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2654 | 2024-06-25T04:03:22.033Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2655 | 2024-06-25T04:03:22.823Z | Compiling ed25519 v2.2.3 |
2656 | 2024-06-25T04:03:23.367Z | Compiling polyval v0.6.2 |
2657 | 2024-06-25T04:03:23.420Z | Compiling libsw v3.3.1 |
2658 | 2024-06-25T04:03:23.776Z | Compiling toml v0.5.11 |
2659 | 2024-06-25T04:03:23.836Z | Compiling ctr v0.9.2 |
2660 | 2024-06-25T04:03:24.183Z | Compiling aes v0.8.4 |
2661 | 2024-06-25T04:03:27.083Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2662 | 2024-06-25T04:03:27.086Z | Compiling blowfish v0.9.1 |
2663 | 2024-06-25T04:03:27.561Z | Compiling pbkdf2 v0.12.2 |
2664 | 2024-06-25T04:03:27.609Z | Compiling password-hash v0.4.2 |
2665 | 2024-06-25T04:03:27.747Z | Compiling gethostname v0.4.3 |
2666 | 2024-06-25T04:03:28.050Z | Compiling fxhash v0.2.1 |
2667 | 2024-06-25T04:03:28.097Z | Compiling base64 v0.13.1 |
2668 | 2024-06-25T04:03:28.268Z | Compiling linear-map v1.2.0 |
2669 | 2024-06-25T04:03:28.577Z | Compiling owo-colors v4.0.0 |
2670 | 2024-06-25T04:03:28.674Z | Compiling ron v0.7.1 |
2671 | 2024-06-25T04:03:28.741Z | Compiling sled v0.34.7 |
2672 | 2024-06-25T04:03:29.380Z | Compiling pbkdf2 v0.11.0 |
2673 | 2024-06-25T04:03:29.763Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2674 | 2024-06-25T04:03:30.966Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2675 | 2024-06-25T04:03:30.984Z | Compiling bcrypt-pbkdf v0.10.0 |
2676 | 2024-06-25T04:03:31.618Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2677 | 2024-06-25T04:03:33.773Z | Compiling trust-dns-server v0.22.1 |
2678 | 2024-06-25T04:03:34.171Z | Compiling ghash v0.5.1 |
2679 | 2024-06-25T04:03:34.369Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-06-25T04:03:34.388Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2681 | 2024-06-25T04:03:34.703Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2024-06-25T04:03:35.521Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2683 | 2024-06-25T04:03:36.480Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2684 | 2024-06-25T04:03:37.348Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2685 | 2024-06-25T04:03:37.871Z | Compiling vsss-rs v3.3.4 |
2686 | 2024-06-25T04:03:38.108Z | Compiling rand v0.7.3 |
2687 | 2024-06-25T04:03:38.293Z | Compiling zone v0.1.8 |
2688 | 2024-06-25T04:03:39.347Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2689 | 2024-06-25T04:03:40.000Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-06-25T04:03:40.565Z | Compiling ciborium v0.2.2 |
2691 | 2024-06-25T04:03:40.784Z | Compiling dirs v5.0.1 |
2692 | 2024-06-25T04:03:41.001Z | Compiling chacha20poly1305 v0.10.1 |
2693 | 2024-06-25T04:03:41.252Z | Compiling p521 v0.13.3 |
2694 | 2024-06-25T04:03:42.216Z | Compiling p256 v0.13.2 |
2695 | 2024-06-25T04:03:42.319Z | Compiling pem v3.0.4 |
2696 | 2024-06-25T04:03:42.610Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2697 | 2024-06-25T04:03:43.021Z | Compiling headers-core v0.2.0 |
2698 | 2024-06-25T04:03:43.143Z | Compiling cbc v0.1.2 |
2699 | 2024-06-25T04:03:43.183Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-06-25T04:03:43.203Z | Compiling portpicker v0.1.1 |
2701 | 2024-06-25T04:03:43.405Z | Compiling nanorand v0.7.0 |
2702 | 2024-06-25T04:03:43.520Z | Compiling russh-cryptovec v0.7.2 |
2703 | 2024-06-25T04:03:43.863Z | Compiling http-range v0.1.5 |
2704 | 2024-06-25T04:03:43.866Z | Compiling glob v0.3.1 |
2705 | 2024-06-25T04:03:43.896Z | Compiling russh-keys v0.43.0 |
2706 | 2024-06-25T04:03:44.011Z | Compiling flume v0.11.0 |
2707 | 2024-06-25T04:03:44.235Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2708 | 2024-06-25T04:03:44.434Z | Compiling hyper-staticfile v0.9.5 |
2709 | 2024-06-25T04:03:44.729Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2710 | 2024-06-25T04:03:44.902Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-06-25T04:03:45.435Z | Compiling headers v0.3.9 |
2712 | 2024-06-25T04:03:47.272Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2713 | 2024-06-25T04:03:47.456Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2714 | 2024-06-25T04:03:47.459Z | Compiling rcgen v0.12.1 |
2715 | 2024-06-25T04:03:48.394Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2716 | 2024-06-25T04:03:50.078Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-06-25T04:03:50.897Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-06-25T04:03:51.209Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-06-25T04:03:51.822Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-06-25T04:03:53.219Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2721 | 2024-06-25T04:03:56.803Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2722 | 2024-06-25T04:03:56.905Z | Compiling atomicwrites v0.4.3 |
2723 | 2024-06-25T04:03:57.302Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2724 | 2024-06-25T04:03:58.549Z | Compiling subprocess v0.2.9 |
2725 | 2024-06-25T04:03:58.703Z | Compiling hex-literal v0.4.1 |
2726 | 2024-06-25T04:03:58.878Z | Compiling display-error-chain v0.2.0 |
2727 | 2024-06-25T04:03:59.077Z | Compiling dhcproto-macros v0.1.0 |
2728 | 2024-06-25T04:04:00.087Z | Compiling dhcproto v0.11.0 |
2729 | 2024-06-25T04:04:00.613Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2024-06-25T04:04:00.662Z | Compiling russh v0.43.0 |
2731 | 2024-06-25T04:04:02.036Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2732 | 2024-06-25T04:04:03.624Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2733 | 2024-06-25T04:04:03.686Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2734 | 2024-06-25T04:04:04.170Z | Compiling internet-checksum v0.2.1 |
2735 | 2024-06-25T04:04:25.860Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2736 | 2024-06-25T04:05:08.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2737 | 2024-06-25T04:05:08.572Z | |
2738 | 2024-06-25T04:05:08.575Z | real 3:43.661094204 |
2739 | 2024-06-25T04:05:08.575Z | user 19:58.411008005 |
2740 | 2024-06-25T04:05:08.575Z | sys 4:17.927268186 |
2741 | 2024-06-25T04:05:08.575Z | trap 0.591406927 |
2742 | 2024-06-25T04:05:08.575Z | tflt 0.553315226 |
2743 | 2024-06-25T04:05:08.575Z | dflt 2.048599284 |
2744 | 2024-06-25T04:05:08.575Z | kflt 0.000082492 |
2745 | 2024-06-25T04:05:08.576Z | lock 42:36.195414709 |
2746 | 2024-06-25T04:05:08.576Z | slp 57:20.890464353 |
2747 | 2024-06-25T04:05:08.576Z | lat 1:07.135256945 |
2748 | 2024-06-25T04:05:08.576Z | stop 2:36.218819067 |
2749 | 2024-06-25T04:05:08.576Z | + mkdir tests |
2750 | 2024-06-25T04:05:08.579Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2751 | 2024-06-25T04:05:08.579Z | + xargs -I '{}' -t cp '{}' tests/ |
2752 | 2024-06-25T04:05:10.012Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5ba2fb34bbb5fe65 tests/ |
2753 | 2024-06-25T04:05:10.038Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d920ed8d80b2910c tests/ |
2754 | 2024-06-25T04:05:10.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fde7ebbae3d1f972 tests/ |
2755 | 2024-06-25T04:05:10.093Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b16e66fb49385701 tests/ |
2756 | 2024-06-25T04:05:10.443Z | + 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/*) |
2757 | 2024-06-25T04:05:10.446Z | + 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-d920ed8d80b2910c tests/commtest-fde7ebbae3d1f972 tests/dhcp_server-5ba2fb34bbb5fe65 tests/end_to_end_tests-b16e66fb49385701 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2758 | 2024-06-25T04:06:14.753Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2759 | 2024-06-25T04:06:14.753Z | a out/target/test 1K |
2760 | 2024-06-25T04:06:14.753Z | a out/npuzone/npuzone 23144K |
2761 | 2024-06-25T04:06:14.753Z | a package-manifest.toml 28K |
2762 | 2024-06-25T04:06:14.753Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2763 | 2024-06-25T04:06:14.753Z | a target/release/omicron-package 32281K |
2764 | 2024-06-25T04:06:14.753Z | a target/release/xtask 18121K |
2765 | 2024-06-25T04:06:14.753Z | a target/debug/bootstrap 354715K |
2766 | 2024-06-25T04:06:14.753Z | a tests/bootstrap-d920ed8d80b2910c 23982K |
2767 | 2024-06-25T04:06:14.753Z | a tests/commtest-fde7ebbae3d1f972 23983K |
2768 | 2024-06-25T04:06:14.753Z | a tests/dhcp_server-5ba2fb34bbb5fe65 23982K |
2769 | 2024-06-25T04:06:14.753Z | a tests/end_to_end_tests-b16e66fb49385701 366102K |
2770 | 2024-06-25T04:06:14.753Z | a out/clickhouse.tar.gz 223004K |
2771 | 2024-06-25T04:06:14.753Z | a out/clickhouse_keeper.tar.gz 222994K |
2772 | 2024-06-25T04:06:14.753Z | a out/cockroachdb.tar.gz 131715K |
2773 | 2024-06-25T04:06:14.753Z | a out/crucible-pantry-zone.tar.gz 27302K |
2774 | 2024-06-25T04:06:14.753Z | a out/crucible-zone.tar.gz 38060K |
2775 | 2024-06-25T04:06:14.753Z | a out/external-dns.tar.gz 25085K |
2776 | 2024-06-25T04:06:14.753Z | a out/internal-dns.tar.gz 25085K |
2777 | 2024-06-25T04:06:14.753Z | a out/mg-ddm-gz.tar 60673K |
2778 | 2024-06-25T04:06:14.753Z | a out/nexus.tar.gz 83721K |
2779 | 2024-06-25T04:06:14.753Z | a out/ntp.tar.gz 8850K |
2780 | 2024-06-25T04:06:14.753Z | a out/omicron-gateway-softnpu.tar.gz 13747K |
2781 | 2024-06-25T04:06:14.753Z | a out/omicron-sled-agent.tar 93876K |
2782 | 2024-06-25T04:06:14.753Z | a out/overlay.tar.gz 3K |
2783 | 2024-06-25T04:06:14.753Z | a out/oximeter.tar.gz 41394K |
2784 | 2024-06-25T04:06:14.754Z | a out/oxlog.tar 2955K |
2785 | 2024-06-25T04:06:14.754Z | a out/probe.tar.gz 2764K |
2786 | 2024-06-25T04:06:14.754Z | a out/propolis-server.tar.gz 64643K |
2787 | 2024-06-25T04:06:14.754Z | a out/pumpkind-gz.tar 26665K |
2788 | 2024-06-25T04:06:14.754Z | a out/switch-softnpu.tar.gz 195978K |
2789 | 2024-06-25T04:06:14.757Z | |
2790 | 2024-06-25T04:06:14.757Z | real 1:04.298487368 |
2791 | 2024-06-25T04:06:14.757Z | user 1:01.510305909 |
2792 | 2024-06-25T04:06:14.757Z | sys 3.855540396 |
2793 | 2024-06-25T04:06:14.757Z | trap 0.014482941 |
2794 | 2024-06-25T04:06:14.757Z | tflt 0.000000000 |
2795 | 2024-06-25T04:06:14.757Z | dflt 0.000000000 |
2796 | 2024-06-25T04:06:14.757Z | kflt 0.000000000 |
2797 | 2024-06-25T04:06:14.757Z | lock 0.000000000 |
2798 | 2024-06-25T04:06:14.757Z | slp 1:01.426452438 |
2799 | 2024-06-25T04:06:14.757Z | lat 1.783780459 |
2800 | 2024-06-25T04:06:14.757Z | stop 0.000516188 |
2801 | 2024-06-25T04:06:14.757Z | process exited: duration 1746212 ms, exit code 0 |
|
2802 | 2024-06-25T04:06:14.772Z | found 1 output files |
2803 | 2024-06-25T04:06:14.772Z | uploading: /work/package.tar.gz (1401224364 bytes) |
2804 | 2024-06-25T04:06:44.075Z | uploaded: /work/package.tar.gz |