|
|
|
1 | 2024-07-25T05:08:30.334Z | job assigned to worker 01J3M4KBWHSBA0VQR7EYEDPKQT (queued for 48 s) |
|
2 | 2024-07-25T05:08:37.927Z | starting task 0: "setup" |
3 | 2024-07-25T05:08:37.996Z | ++ uname -s |
4 | 2024-07-25T05:08:37.998Z | + kern=SunOS |
5 | 2024-07-25T05:08:37.998Z | + case "$kern" in |
6 | 2024-07-25T05:08:37.998Z | + groupadd -g 12345 build |
7 | 2024-07-25T05:08:38.001Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T05:08:40.009Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T05:08:40.100Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T05:08:40.103Z | + home_fs=zfs |
11 | 2024-07-25T05:08:40.103Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T05:08:40.103Z | + mkdir -p /home/build |
13 | 2024-07-25T05:08:40.106Z | + chown build:build /home/build /work |
14 | 2024-07-25T05:08:42.107Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T05:08:42.109Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2024-07-25T05:08:42.115Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T05:08:42.121Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T05:08:42.121Z | ' 1.78.0 |
19 | 2024-07-25T05:08:42.121Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-25T05:08:42.121Z | ' default |
21 | 2024-07-25T05:08:42.124Z | * toolchain channel = "1.78.0" |
22 | 2024-07-25T05:08:42.124Z | * toolchain profile = "default" |
23 | 2024-07-25T05:08:42.124Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T05:08:42.124Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T05:08:42.238Z | info: downloading installer |
26 | 2024-07-25T05:08:43.370Z | info: profile set to 'default' |
27 | 2024-07-25T05:08:43.370Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T05:08:43.373Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T05:08:43.494Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T05:08:43.494Z | info: downloading component 'cargo' |
31 | 2024-07-25T05:08:44.136Z | info: downloading component 'clippy' |
32 | 2024-07-25T05:08:44.351Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T05:08:45.201Z | info: downloading component 'rust-std' |
34 | 2024-07-25T05:08:46.546Z | info: downloading component 'rustc' |
35 | 2024-07-25T05:08:49.918Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T05:08:50.101Z | info: installing component 'cargo' |
37 | 2024-07-25T05:08:50.928Z | info: installing component 'clippy' |
38 | 2024-07-25T05:08:51.275Z | info: installing component 'rust-docs' |
39 | 2024-07-25T05:08:52.802Z | info: installing component 'rust-std' |
40 | 2024-07-25T05:08:54.530Z | info: installing component 'rustc' |
41 | 2024-07-25T05:08:58.739Z | info: installing component 'rustfmt' |
42 | 2024-07-25T05:08:59.076Z | |
43 | 2024-07-25T05:08:59.076Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-07-25T05:08:59.349Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T05:08:59.349Z | |
46 | 2024-07-25T05:08:59.352Z | |
47 | 2024-07-25T05:08:59.352Z | Rust is installed now. Great! |
48 | 2024-07-25T05:08:59.352Z | |
49 | 2024-07-25T05:08:59.352Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T05:08:59.352Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T05:08:59.352Z | |
52 | 2024-07-25T05:08:59.352Z | To configure your current shell, you need to source |
53 | 2024-07-25T05:08:59.352Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T05:08:59.352Z | |
55 | 2024-07-25T05:08:59.352Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T05:08:59.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T05:08:59.352Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T05:08:59.422Z | + rustc --version |
59 | 2024-07-25T05:08:59.484Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T05:08:59.486Z | process exited: duration 17370 ms, exit code 0 |
|
61 | 2024-07-25T05:08:59.492Z | starting task 2: "authentication" |
62 | 2024-07-25T05:08:59.512Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-25T05:08:59.519Z | starting task 3: "clone repository" |
64 | 2024-07-25T05:08:59.522Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T05:08:59.524Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T05:08:59.678Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T05:09:07.069Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T05:09:07.069Z | + git fetch origin a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
69 | 2024-07-25T05:09:07.361Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T05:09:07.361Z | * branch a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 -> FETCH_HEAD |
71 | 2024-07-25T05:09:07.371Z | + [[ -n max-firewall-rules ]] |
72 | 2024-07-25T05:09:07.373Z | ++ git branch --show-current |
73 | 2024-07-25T05:09:07.376Z | + current=main |
74 | 2024-07-25T05:09:07.376Z | + [[ main != max-firewall-rules ]] |
75 | 2024-07-25T05:09:07.376Z | + git branch -f max-firewall-rules a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
76 | 2024-07-25T05:09:07.378Z | + git checkout -f max-firewall-rules |
77 | 2024-07-25T05:09:07.468Z | Switched to branch 'max-firewall-rules' |
78 | 2024-07-25T05:09:07.471Z | + git reset --hard a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
79 | 2024-07-25T05:09:07.562Z | HEAD is now at a1ecf5ab6 had to update the sled agent API JSON for the first time in my dang life |
80 | 2024-07-25T05:09:07.566Z | process exited: duration 8045 ms, exit code 0 |
|
81 | 2024-07-25T05:09:07.582Z | starting task 4: "build" |
82 | 2024-07-25T05:09:07.587Z | + cargo --version |
83 | 2024-07-25T05:09:07.639Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T05:09:07.643Z | + rustc --version |
85 | 2024-07-25T05:09:07.698Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T05:09:07.702Z | + WORK=/work |
87 | 2024-07-25T05:09:07.702Z | + pfexec mkdir -p /work |
88 | 2024-07-25T05:09:07.722Z | + pfexec chown build /work |
89 | 2024-07-25T05:09:07.722Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-25T05:09:15.516Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-25T05:09:17.888Z | Startup: Caching catalogs ... Done |
92 | 2024-07-25T05:09:21.259Z | Planning: Solver setup ... Done (2.870s) |
93 | 2024-07-25T05:09:21.314Z | Planning: Running solver ... Done (0.056s) |
94 | 2024-07-25T05:09:21.364Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-07-25T05:09:21.407Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-25T05:09:22.175Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-25T05:09:22.225Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-07-25T05:09:22.378Z | Planning: Merging actions ... Done (0.153s) |
99 | 2024-07-25T05:09:23.947Z | Planning: Checking for conflicting actions ... Done (1.568s) |
100 | 2024-07-25T05:09:23.959Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-25T05:09:32.886Z | Planning: Evaluating mediators ... Done (8.921s) |
102 | 2024-07-25T05:09:32.890Z | Planning: Planning completed in 14.93 seconds |
103 | 2024-07-25T05:09:34.096Z | Packages to install: 4 |
104 | 2024-07-25T05:09:34.096Z | Mediators to change: 2 |
105 | 2024-07-25T05:09:34.096Z | Services to change: 1 |
106 | 2024-07-25T05:09:34.096Z | Estimated space available: 155.77 GB |
107 | 2024-07-25T05:09:34.096Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-25T05:09:34.099Z | Create boot environment: No |
109 | 2024-07-25T05:09:34.099Z | Create backup boot environment: No |
110 | 2024-07-25T05:09:34.099Z | Rebuild boot archive: No |
111 | 2024-07-25T05:09:34.099Z | |
112 | 2024-07-25T05:09:34.099Z | Changed mediators: |
113 | 2024-07-25T05:09:34.099Z | mediator clang: |
114 | 2024-07-25T05:09:34.099Z | version: None -> 15 (system default) |
115 | 2024-07-25T05:09:34.099Z | |
116 | 2024-07-25T05:09:34.099Z | mediator llvm: |
117 | 2024-07-25T05:09:34.099Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-25T05:09:34.099Z | |
119 | 2024-07-25T05:09:34.099Z | Changed packages: |
120 | 2024-07-25T05:09:34.100Z | helios-dev |
121 | 2024-07-25T05:09:34.100Z | developer/build-essential |
122 | 2024-07-25T05:09:34.100Z | None -> 11-2.0 |
123 | 2024-07-25T05:09:34.100Z | library/libxmlsec1 |
124 | 2024-07-25T05:09:34.100Z | None -> 1.2.35-2.0 |
125 | 2024-07-25T05:09:34.100Z | ooce/developer/clang-15 |
126 | 2024-07-25T05:09:34.100Z | None -> 15.0.7-2.0 |
127 | 2024-07-25T05:09:34.100Z | ooce/developer/llvm-15 |
128 | 2024-07-25T05:09:34.100Z | None -> 15.0.7-2.0 |
129 | 2024-07-25T05:09:34.100Z | |
130 | 2024-07-25T05:09:34.100Z | Services: |
131 | 2024-07-25T05:09:34.100Z | restart_fmri: |
132 | 2024-07-25T05:09:34.100Z | svc:/system/update-man-index:default |
133 | 2024-07-25T05:09:34.432Z | |
134 | 2024-07-25T05:09:34.432Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-25T05:09:39.486Z | Download: 1197/3290 items 77.8/212.6MB 36% complete (15.7M/s) |
136 | 2024-07-25T05:09:44.488Z | Download: 2599/3290 items 120.5/212.6MB 56% complete (12.1M/s) |
137 | 2024-07-25T05:09:48.238Z | Download: Completed 212.60 MB in 13.81 seconds (15.4M/s) |
138 | 2024-07-25T05:09:48.719Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-25T05:09:53.826Z | Actions: 3544/3689 actions (Installing new actions) |
140 | 2024-07-25T05:09:54.868Z | Actions: Completed 3689 actions in 6.15 seconds. |
141 | 2024-07-25T05:09:55.129Z | Done (0.255s) |
142 | 2024-07-25T05:09:55.129Z | Done (0.000s) |
143 | 2024-07-25T05:09:55.472Z | Done (0.343s) |
144 | 2024-07-25T05:10:01.994Z | Done (6.362s) |
145 | 2024-07-25T05:10:02.299Z | Done (0.233s) |
146 | 2024-07-25T05:10:02.301Z | Done (0.000s) |
147 | 2024-07-25T05:10:02.512Z | Done (0.000s) |
148 | 2024-07-25T05:10:03.097Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-25T05:10:03.259Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-25T05:10:03.262Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-25T05:10:03.529Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-25T05:10:03.532Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-07-25T05:10:03.562Z | Mediators to change: 2 |
154 | 2024-07-25T05:10:03.562Z | Create boot environment: No |
155 | 2024-07-25T05:10:03.562Z | Create backup boot environment: No |
156 | 2024-07-25T05:10:03.625Z | Done |
157 | 2024-07-25T05:10:03.625Z | Done |
158 | 2024-07-25T05:10:03.842Z | Done |
159 | 2024-07-25T05:10:07.423Z | Done |
160 | 2024-07-25T05:10:07.510Z | Done |
161 | 2024-07-25T05:10:07.510Z | Done |
162 | 2024-07-25T05:10:08.130Z | Done |
163 | 2024-07-25T05:10:08.747Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-25T05:10:08.750Z | Planning: Merging actions ... Done |
165 | 2024-07-25T05:10:08.939Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-25T05:10:08.943Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-25T05:10:09.208Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-25T05:10:09.265Z | Planning: Planning completed in 0.76 seconds |
169 | 2024-07-25T05:10:09.301Z | Packages to change: 1 |
170 | 2024-07-25T05:10:09.301Z | Mediators to change: 1 |
171 | 2024-07-25T05:10:09.301Z | Services to change: 1 |
172 | 2024-07-25T05:10:09.301Z | Create boot environment: No |
173 | 2024-07-25T05:10:09.301Z | Create backup boot environment: Yes |
174 | 2024-07-25T05:10:11.364Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-25T05:10:11.536Z | Actions: Completed 6 actions in 0.17 seconds. |
176 | 2024-07-25T05:10:11.536Z | Done |
177 | 2024-07-25T05:10:11.536Z | Done |
178 | 2024-07-25T05:10:11.608Z | Done |
179 | 2024-07-25T05:10:15.144Z | Done |
180 | 2024-07-25T05:10:15.227Z | Done |
181 | 2024-07-25T05:10:15.230Z | Done |
182 | 2024-07-25T05:10:15.626Z | Done |
183 | 2024-07-25T05:10:16.064Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-25T05:10:16.064Z | clang system 15 system |
185 | 2024-07-25T05:10:16.064Z | csh system system illumos |
186 | 2024-07-25T05:10:16.064Z | ctags system system illumos |
187 | 2024-07-25T05:10:16.064Z | gcc vendor 12 vendor |
188 | 2024-07-25T05:10:16.064Z | gcc system 10 system |
189 | 2024-07-25T05:10:16.064Z | gcc system 7 system |
190 | 2024-07-25T05:10:16.064Z | go system 1.20 system |
191 | 2024-07-25T05:10:16.064Z | go system 1.19 system |
192 | 2024-07-25T05:10:16.064Z | llvm system 15 system |
193 | 2024-07-25T05:10:16.065Z | llvm system 14 system |
194 | 2024-07-25T05:10:16.065Z | mariadb system 10.6 system |
195 | 2024-07-25T05:10:16.065Z | mta vendor vendor dma |
196 | 2024-07-25T05:10:16.065Z | openjdk system 17 system |
197 | 2024-07-25T05:10:16.065Z | openjdk system 11 system |
198 | 2024-07-25T05:10:16.065Z | openjdk system 1.8 system |
199 | 2024-07-25T05:10:16.065Z | openssl vendor 3 vendor |
200 | 2024-07-25T05:10:16.065Z | perl system 5.36 system |
201 | 2024-07-25T05:10:16.065Z | postgresql system 15 system |
202 | 2024-07-25T05:10:16.065Z | postgresql system 13 system |
203 | 2024-07-25T05:10:16.065Z | python vendor 3 vendor |
204 | 2024-07-25T05:10:16.065Z | python system 2 system |
205 | 2024-07-25T05:10:16.065Z | python3 system 3.11 system |
206 | 2024-07-25T05:10:16.065Z | ruby system 3.0 system |
207 | 2024-07-25T05:10:16.065Z | words vendor vendor american-english |
208 | 2024-07-25T05:10:16.065Z | words system system australian-english |
209 | 2024-07-25T05:10:16.065Z | words system system british-english |
210 | 2024-07-25T05:10:16.065Z | words system system canadian-english |
211 | 2024-07-25T05:10:16.065Z | words system system french |
212 | 2024-07-25T05:10:16.065Z | words system system italian |
213 | 2024-07-25T05:10:16.065Z | words system system ngerman |
214 | 2024-07-25T05:10:16.065Z | words system system ogerman |
215 | 2024-07-25T05:10:16.065Z | words system system spanish |
216 | 2024-07-25T05:10:16.393Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-25T05:10:16.393Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-25T05:10:17.999Z | FMRI IFO |
219 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-25T05:10:17.999Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-25T05:10:18.000Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-25T05:10:18.000Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-25T05:10:18.533Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-25T05:10:18.944Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-25T05:10:19.335Z | Updating crates.io index |
234 | 2024-07-25T05:10:19.337Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-25T05:10:20.328Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-25T05:10:21.163Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-25T05:10:21.561Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-25T05:10:23.451Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-25T05:10:23.786Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-25T05:10:24.289Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-25T05:10:25.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-25T05:10:27.118Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-25T05:10:28.175Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-25T05:10:28.926Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-25T05:10:29.626Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-25T05:10:29.991Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-07-25T05:10:30.367Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-07-25T05:10:30.736Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-07-25T05:10:31.137Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-07-25T05:10:31.513Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-07-25T05:10:31.834Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-07-25T05:10:32.227Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-07-25T05:10:32.670Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-07-25T05:10:33.076Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-07-25T05:10:33.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-07-25T05:10:34.420Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-07-25T05:10:34.754Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-07-25T05:10:35.240Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-07-25T05:10:37.489Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-07-25T05:10:37.843Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-07-25T05:10:38.119Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-07-25T05:10:38.601Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-07-25T05:10:39.992Z | Downloading crates ... |
264 | 2024-07-25T05:10:40.086Z | Downloaded colorchoice v1.0.1 |
265 | 2024-07-25T05:10:40.089Z | Downloaded clap_derive v4.5.8 |
266 | 2024-07-25T05:10:40.098Z | Downloaded is_terminal_polyfill v1.70.0 |
267 | 2024-07-25T05:10:40.100Z | Downloaded foreign-types-shared v0.1.1 |
268 | 2024-07-25T05:10:40.107Z | Downloaded proc-macro-error v1.0.4 |
269 | 2024-07-25T05:10:40.114Z | Downloaded proc-macro2 v1.0.86 |
270 | 2024-07-25T05:10:40.120Z | Downloaded want v0.3.1 |
271 | 2024-07-25T05:10:40.123Z | Downloaded sync_wrapper v0.1.2 |
272 | 2024-07-25T05:10:40.125Z | Downloaded strum v0.26.3 |
273 | 2024-07-25T05:10:40.129Z | Downloaded openssl-probe v0.1.5 |
274 | 2024-07-25T05:10:40.132Z | Downloaded equivalent v1.0.1 |
275 | 2024-07-25T05:10:40.135Z | Downloaded scroll_derive v0.12.0 |
276 | 2024-07-25T05:10:40.135Z | Downloaded tower-service v0.3.2 |
277 | 2024-07-25T05:10:40.138Z | Downloaded time-core v0.1.2 |
278 | 2024-07-25T05:10:40.141Z | Downloaded terminal_size v0.3.0 |
279 | 2024-07-25T05:10:40.143Z | Downloaded usdt-attr-macro v0.5.0 |
280 | 2024-07-25T05:10:40.143Z | Downloaded toml_datetime v0.6.6 |
281 | 2024-07-25T05:10:40.146Z | Downloaded signal-hook-registry v1.4.2 |
282 | 2024-07-25T05:10:40.146Z | Downloaded serde_urlencoded v0.7.1 |
283 | 2024-07-25T05:10:40.148Z | Downloaded utf8parse v0.2.1 |
284 | 2024-07-25T05:10:40.149Z | Downloaded futures-executor v0.3.30 |
285 | 2024-07-25T05:10:40.151Z | Downloaded autocfg v1.3.0 |
286 | 2024-07-25T05:10:40.151Z | Downloaded tar v0.4.41 |
287 | 2024-07-25T05:10:40.153Z | Downloaded thread_local v1.1.8 |
288 | 2024-07-25T05:10:40.156Z | Downloaded cargo_metadata v0.18.1 |
289 | 2024-07-25T05:10:40.156Z | Downloaded tabled_derive v0.7.0 |
290 | 2024-07-25T05:10:40.159Z | Downloaded slog-bunyan v2.5.0 |
291 | 2024-07-25T05:10:40.159Z | Downloaded foreign-types v0.3.2 |
292 | 2024-07-25T05:10:40.159Z | Downloaded tinyvec_macros v0.1.1 |
293 | 2024-07-25T05:10:40.161Z | Downloaded serde_spanned v0.6.6 |
294 | 2024-07-25T05:10:40.161Z | Downloaded scopeguard v1.2.0 |
295 | 2024-07-25T05:10:40.164Z | Downloaded num-conv v0.1.0 |
296 | 2024-07-25T05:10:40.164Z | Downloaded is-terminal v0.4.12 |
297 | 2024-07-25T05:10:40.164Z | Downloaded match_cfg v0.1.0 |
298 | 2024-07-25T05:10:40.167Z | Downloaded xattr v1.3.1 |
299 | 2024-07-25T05:10:40.167Z | Downloaded tokio-macros v2.3.0 |
300 | 2024-07-25T05:10:40.167Z | Downloaded num_threads v0.1.7 |
301 | 2024-07-25T05:10:40.169Z | Downloaded slog-term v2.9.1 |
302 | 2024-07-25T05:10:40.172Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-07-25T05:10:40.172Z | Downloaded adler v1.0.2 |
304 | 2024-07-25T05:10:40.172Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-07-25T05:10:40.175Z | Downloaded rustversion v1.0.17 |
306 | 2024-07-25T05:10:40.178Z | Downloaded time-macros v0.2.18 |
307 | 2024-07-25T05:10:40.178Z | Downloaded socket2 v0.5.7 |
308 | 2024-07-25T05:10:40.181Z | Downloaded generic-array v0.14.7 |
309 | 2024-07-25T05:10:40.183Z | Downloaded dof v0.3.0 |
310 | 2024-07-25T05:10:40.183Z | Downloaded mime v0.3.17 |
311 | 2024-07-25T05:10:40.183Z | Downloaded thiserror-impl v1.0.62 |
312 | 2024-07-25T05:10:40.186Z | Downloaded macaddr v1.0.1 |
313 | 2024-07-25T05:10:40.186Z | Downloaded zerocopy-derive v0.7.34 |
314 | 2024-07-25T05:10:40.190Z | Downloaded slog v2.7.0 |
315 | 2024-07-25T05:10:40.192Z | Downloaded pretty-hex v0.4.1 |
316 | 2024-07-25T05:10:40.195Z | Downloaded pest_generator v2.7.10 |
317 | 2024-07-25T05:10:40.195Z | Downloaded typenum v1.17.0 |
318 | 2024-07-25T05:10:40.197Z | Downloaded clap_lex v0.7.0 |
319 | 2024-07-25T05:10:40.200Z | Downloaded strum_macros v0.26.4 |
320 | 2024-07-25T05:10:40.202Z | Downloaded unicode-bidi v0.3.15 |
321 | 2024-07-25T05:10:40.205Z | Downloaded url v2.5.2 |
322 | 2024-07-25T05:10:40.207Z | Downloaded camino v1.1.7 |
323 | 2024-07-25T05:10:40.210Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-07-25T05:10:40.210Z | Downloaded powerfmt v0.2.0 |
325 | 2024-07-25T05:10:40.212Z | Downloaded take_mut v0.2.2 |
326 | 2024-07-25T05:10:40.212Z | Downloaded itoa v1.0.11 |
327 | 2024-07-25T05:10:40.212Z | Downloaded futures-sink v0.3.30 |
328 | 2024-07-25T05:10:40.215Z | Downloaded digest v0.10.7 |
329 | 2024-07-25T05:10:40.215Z | Downloaded futures-core v0.3.30 |
330 | 2024-07-25T05:10:40.218Z | Downloaded fs-err v2.11.0 |
331 | 2024-07-25T05:10:40.218Z | Downloaded dirs-sys-next v0.1.2 |
332 | 2024-07-25T05:10:40.221Z | Downloaded crypto-common v0.1.6 |
333 | 2024-07-25T05:10:40.221Z | Downloaded heck v0.5.0 |
334 | 2024-07-25T05:10:40.221Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-07-25T05:10:40.221Z | Downloaded errno v0.3.9 |
336 | 2024-07-25T05:10:40.224Z | Downloaded pkg-config v0.3.30 |
337 | 2024-07-25T05:10:40.224Z | Downloaded pin-utils v0.1.0 |
338 | 2024-07-25T05:10:40.226Z | Downloaded anstream v0.6.14 |
339 | 2024-07-25T05:10:40.229Z | Downloaded swrite v0.1.0 |
340 | 2024-07-25T05:10:40.229Z | Downloaded percent-encoding v2.3.1 |
341 | 2024-07-25T05:10:40.229Z | Downloaded once_cell v1.19.0 |
342 | 2024-07-25T05:10:40.231Z | Downloaded native-tls v0.2.11 |
343 | 2024-07-25T05:10:40.234Z | Downloaded futures-io v0.3.30 |
344 | 2024-07-25T05:10:40.234Z | Downloaded tracing-core v0.1.32 |
345 | 2024-07-25T05:10:40.237Z | Downloaded try-lock v0.2.5 |
346 | 2024-07-25T05:10:40.237Z | Downloaded ipnet v2.9.0 |
347 | 2024-07-25T05:10:40.239Z | Downloaded serde_tokenstream v0.2.1 |
348 | 2024-07-25T05:10:40.242Z | Downloaded lock_api v0.4.12 |
349 | 2024-07-25T05:10:40.242Z | Downloaded crc32fast v1.4.0 |
350 | 2024-07-25T05:10:40.244Z | Downloaded strsim v0.11.1 |
351 | 2024-07-25T05:10:40.247Z | Downloaded clap v4.5.9 |
352 | 2024-07-25T05:10:40.253Z | Downloaded bitflags v2.5.0 |
353 | 2024-07-25T05:10:40.256Z | Downloaded usdt v0.5.0 |
354 | 2024-07-25T05:10:40.259Z | Downloaded version_check v0.9.4 |
355 | 2024-07-25T05:10:40.259Z | Downloaded slab v0.4.9 |
356 | 2024-07-25T05:10:40.261Z | Downloaded rustls-pemfile v1.0.4 |
357 | 2024-07-25T05:10:40.261Z | Downloaded memmap v0.7.0 |
358 | 2024-07-25T05:10:40.264Z | Downloaded httparse v1.8.0 |
359 | 2024-07-25T05:10:40.266Z | Downloaded thread-id v4.2.1 |
360 | 2024-07-25T05:10:40.266Z | Downloaded thiserror v1.0.62 |
361 | 2024-07-25T05:10:40.270Z | Downloaded cargo_toml v0.20.4 |
362 | 2024-07-25T05:10:40.277Z | Downloaded slog-async v2.8.0 |
363 | 2024-07-25T05:10:40.277Z | Downloaded term v0.7.0 |
364 | 2024-07-25T05:10:40.279Z | Downloaded sha2 v0.10.8 |
365 | 2024-07-25T05:10:40.282Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-07-25T05:10:40.284Z | Downloaded bytes v1.6.0 |
367 | 2024-07-25T05:10:40.287Z | Downloaded smallvec v1.13.2 |
368 | 2024-07-25T05:10:40.290Z | Downloaded unicode-normalization v0.1.23 |
369 | 2024-07-25T05:10:40.293Z | Downloaded serde_derive v1.0.204 |
370 | 2024-07-25T05:10:40.296Z | Downloaded tokio-util v0.7.11 |
371 | 2024-07-25T05:10:40.303Z | Downloaded quote v1.0.36 |
372 | 2024-07-25T05:10:40.305Z | Downloaded unicode-ident v1.0.12 |
373 | 2024-07-25T05:10:40.308Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-07-25T05:10:40.311Z | Downloaded num_cpus v1.16.0 |
375 | 2024-07-25T05:10:40.313Z | Downloaded log v0.4.21 |
376 | 2024-07-25T05:10:40.316Z | Downloaded toml v0.8.15 |
377 | 2024-07-25T05:10:40.319Z | Downloaded semver v1.0.23 |
378 | 2024-07-25T05:10:40.321Z | Downloaded miniz_oxide v0.7.2 |
379 | 2024-07-25T05:10:40.324Z | Downloaded http-body v0.4.6 |
380 | 2024-07-25T05:10:40.326Z | Downloaded futures v0.3.30 |
381 | 2024-07-25T05:10:40.330Z | Downloaded dirs-next v2.0.0 |
382 | 2024-07-25T05:10:40.333Z | Downloaded tracing v0.1.40 |
383 | 2024-07-25T05:10:40.336Z | Downloaded indexmap v2.2.6 |
384 | 2024-07-25T05:10:40.340Z | Downloaded openssl-sys v0.9.103 |
385 | 2024-07-25T05:10:40.346Z | Downloaded flate2 v1.0.30 |
386 | 2024-07-25T05:10:40.351Z | Downloaded memchr v2.7.2 |
387 | 2024-07-25T05:10:40.356Z | Downloaded crossbeam-channel v0.5.12 |
388 | 2024-07-25T05:10:40.360Z | Downloaded cc v1.0.97 |
389 | 2024-07-25T05:10:40.364Z | Downloaded mio v0.8.11 |
390 | 2024-07-25T05:10:40.369Z | Downloaded http v0.2.12 |
391 | 2024-07-25T05:10:40.373Z | Downloaded pest v2.7.10 |
392 | 2024-07-25T05:10:40.379Z | Downloaded toml_edit v0.22.16 |
393 | 2024-07-25T05:10:40.403Z | Downloaded time v0.3.36 |
394 | 2024-07-25T05:10:40.410Z | Downloaded winnow v0.6.8 |
395 | 2024-07-25T05:10:40.418Z | Downloaded syn v1.0.109 |
396 | 2024-07-25T05:10:40.429Z | Downloaded zerocopy v0.7.34 |
397 | 2024-07-25T05:10:40.445Z | Downloaded vcpkg v0.2.15 |
398 | 2024-07-25T05:10:40.485Z | Downloaded syn v2.0.72 |
399 | 2024-07-25T05:10:40.496Z | Downloaded openssl v0.10.66 |
400 | 2024-07-25T05:10:40.506Z | Downloaded rustix v0.38.34 |
401 | 2024-07-25T05:10:40.529Z | Downloaded idna v0.5.0 |
402 | 2024-07-25T05:10:40.535Z | Downloaded unicode-width v0.1.13 |
403 | 2024-07-25T05:10:40.543Z | Downloaded tokio v1.38.1 |
404 | 2024-07-25T05:10:40.577Z | Downloaded hyper v0.14.28 |
405 | 2024-07-25T05:10:40.584Z | Downloaded libc v0.2.155 |
406 | 2024-07-25T05:10:40.610Z | Downloaded tabled v0.15.0 |
407 | 2024-07-25T05:10:40.624Z | Downloaded goblin v0.8.2 |
408 | 2024-07-25T05:10:40.629Z | Downloaded futures-util v0.3.30 |
409 | 2024-07-25T05:10:40.640Z | Downloaded encoding_rs v0.8.34 |
410 | 2024-07-25T05:10:40.659Z | Downloaded h2 v0.3.26 |
411 | 2024-07-25T05:10:40.664Z | Downloaded clap_builder v4.5.9 |
412 | 2024-07-25T05:10:40.670Z | Downloaded serde_json v1.0.120 |
413 | 2024-07-25T05:10:40.676Z | Downloaded hashbrown v0.14.5 |
414 | 2024-07-25T05:10:40.681Z | Downloaded reqwest v0.11.27 |
415 | 2024-07-25T05:10:40.688Z | Downloaded base64 v0.21.7 |
416 | 2024-07-25T05:10:40.691Z | Downloaded papergrid v0.11.0 |
417 | 2024-07-25T05:10:40.695Z | Downloaded openssl-macros v0.1.1 |
418 | 2024-07-25T05:10:40.698Z | Downloaded parking_lot v0.12.2 |
419 | 2024-07-25T05:10:40.698Z | Downloaded crossbeam-utils v0.8.19 |
420 | 2024-07-25T05:10:40.701Z | Downloaded tinyvec v1.6.0 |
421 | 2024-07-25T05:10:40.703Z | Downloaded anyhow v1.0.86 |
422 | 2024-07-25T05:10:40.706Z | Downloaded ryu v1.0.18 |
423 | 2024-07-25T05:10:40.709Z | Downloaded pest_derive v2.7.10 |
424 | 2024-07-25T05:10:40.711Z | Downloaded slog-json v2.6.1 |
425 | 2024-07-25T05:10:40.714Z | Downloaded scroll v0.12.0 |
426 | 2024-07-25T05:10:40.714Z | Downloaded pest_meta v2.7.10 |
427 | 2024-07-25T05:10:40.717Z | Downloaded parking_lot_core v0.9.10 |
428 | 2024-07-25T05:10:40.719Z | Downloaded futures-channel v0.3.30 |
429 | 2024-07-25T05:10:40.719Z | Downloaded anstyle-parse v0.2.4 |
430 | 2024-07-25T05:10:40.722Z | Downloaded tokio-native-tls v0.3.1 |
431 | 2024-07-25T05:10:40.722Z | Downloaded serde v1.0.204 |
432 | 2024-07-25T05:10:40.725Z | Downloaded filetime v0.2.23 |
433 | 2024-07-25T05:10:40.727Z | Downloaded byteorder v1.5.0 |
434 | 2024-07-25T05:10:40.729Z | Downloaded hyper-tls v0.5.0 |
435 | 2024-07-25T05:10:40.729Z | Downloaded futures-task v0.3.30 |
436 | 2024-07-25T05:10:40.729Z | Downloaded form_urlencoded v1.2.1 |
437 | 2024-07-25T05:10:40.732Z | Downloaded deranged v0.3.11 |
438 | 2024-07-25T05:10:40.732Z | Downloaded cpufeatures v0.2.12 |
439 | 2024-07-25T05:10:40.735Z | Downloaded cfg-if v1.0.0 |
440 | 2024-07-25T05:10:40.735Z | Downloaded cargo-platform v0.1.8 |
441 | 2024-07-25T05:10:40.735Z | Downloaded block-buffer v0.10.4 |
442 | 2024-07-25T05:10:40.735Z | Downloaded httpdate v1.0.3 |
443 | 2024-07-25T05:10:40.737Z | Downloaded heck v0.4.1 |
444 | 2024-07-25T05:10:40.737Z | Downloaded futures-macro v0.3.30 |
445 | 2024-07-25T05:10:40.740Z | Downloaded fnv v1.0.7 |
446 | 2024-07-25T05:10:40.740Z | Downloaded bytecount v0.6.8 |
447 | 2024-07-25T05:10:40.740Z | Downloaded pin-project-lite v0.2.14 |
448 | 2024-07-25T05:10:40.744Z | Downloaded anstyle v1.0.7 |
449 | 2024-07-25T05:10:40.746Z | Downloaded plain v0.2.3 |
450 | 2024-07-25T05:10:40.746Z | Downloaded hostname v0.3.1 |
451 | 2024-07-25T05:10:41.035Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-07-25T05:10:41.035Z | Compiling unicode-ident v1.0.12 |
453 | 2024-07-25T05:10:41.035Z | Compiling libc v0.2.155 |
454 | 2024-07-25T05:10:41.035Z | Compiling version_check v0.9.4 |
455 | 2024-07-25T05:10:41.038Z | Compiling cfg-if v1.0.0 |
456 | 2024-07-25T05:10:41.038Z | Compiling itoa v1.0.11 |
457 | 2024-07-25T05:10:41.069Z | Compiling once_cell v1.19.0 |
458 | 2024-07-25T05:10:41.072Z | Compiling autocfg v1.3.0 |
459 | 2024-07-25T05:10:41.203Z | Compiling serde v1.0.204 |
460 | 2024-07-25T05:10:41.258Z | Compiling memchr v2.7.2 |
461 | 2024-07-25T05:10:41.352Z | Compiling thiserror v1.0.62 |
462 | 2024-07-25T05:10:41.511Z | Compiling ryu v1.0.18 |
463 | 2024-07-25T05:10:41.841Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-07-25T05:10:41.895Z | Compiling bitflags v2.5.0 |
465 | 2024-07-25T05:10:41.952Z | Compiling parking_lot_core v0.9.10 |
466 | 2024-07-25T05:10:41.974Z | Compiling lock_api v0.4.12 |
467 | 2024-07-25T05:10:42.210Z | Compiling vcpkg v0.2.15 |
468 | 2024-07-25T05:10:42.543Z | Compiling ucd-trie v0.1.6 |
469 | 2024-07-25T05:10:42.959Z | Compiling cc v1.0.97 |
470 | 2024-07-25T05:10:43.614Z | Compiling pkg-config v0.3.30 |
471 | 2024-07-25T05:10:44.638Z | Compiling slab v0.4.9 |
472 | 2024-07-25T05:10:44.973Z | Compiling futures-sink v0.3.30 |
473 | 2024-07-25T05:10:45.182Z | Compiling smallvec v1.13.2 |
474 | 2024-07-25T05:10:45.218Z | Compiling futures-core v0.3.30 |
475 | 2024-07-25T05:10:45.272Z | Compiling bytes v1.6.0 |
476 | 2024-07-25T05:10:45.348Z | Compiling scopeguard v1.2.0 |
477 | 2024-07-25T05:10:45.393Z | Compiling openssl-sys v0.9.103 |
478 | 2024-07-25T05:10:45.638Z | Compiling hashbrown v0.14.5 |
479 | 2024-07-25T05:10:45.661Z | Compiling byteorder v1.5.0 |
480 | 2024-07-25T05:10:45.685Z | Compiling serde_json v1.0.120 |
481 | 2024-07-25T05:10:45.972Z | Compiling fnv v1.0.7 |
482 | 2024-07-25T05:10:46.029Z | Compiling log v0.4.21 |
483 | 2024-07-25T05:10:46.110Z | Compiling equivalent v1.0.1 |
484 | 2024-07-25T05:10:46.148Z | Compiling quote v1.0.36 |
485 | 2024-07-25T05:10:46.396Z | Compiling futures-channel v0.3.30 |
486 | 2024-07-25T05:10:46.548Z | Compiling syn v2.0.72 |
487 | 2024-07-25T05:10:46.757Z | Compiling num_cpus v1.16.0 |
488 | 2024-07-25T05:10:46.830Z | Compiling socket2 v0.5.7 |
489 | 2024-07-25T05:10:46.854Z | Compiling mio v0.8.11 |
490 | 2024-07-25T05:10:46.877Z | Compiling indexmap v2.2.6 |
491 | 2024-07-25T05:10:46.966Z | Compiling parking_lot v0.12.2 |
492 | 2024-07-25T05:10:47.147Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-07-25T05:10:47.267Z | Compiling rustix v0.38.34 |
494 | 2024-07-25T05:10:47.832Z | Compiling pin-utils v0.1.0 |
495 | 2024-07-25T05:10:47.929Z | Compiling futures-task v0.3.30 |
496 | 2024-07-25T05:10:47.960Z | Compiling typenum v1.17.0 |
497 | 2024-07-25T05:10:48.033Z | Compiling futures-io v0.3.30 |
498 | 2024-07-25T05:10:48.236Z | Compiling errno v0.3.9 |
499 | 2024-07-25T05:10:48.239Z | Compiling generic-array v0.14.7 |
500 | 2024-07-25T05:10:48.304Z | Compiling slog v2.7.0 |
501 | 2024-07-25T05:10:48.357Z | Compiling foreign-types-shared v0.1.1 |
502 | 2024-07-25T05:10:48.468Z | Compiling openssl v0.10.66 |
503 | 2024-07-25T05:10:48.509Z | Compiling foreign-types v0.3.2 |
504 | 2024-07-25T05:10:48.616Z | Compiling http v0.2.12 |
505 | 2024-07-25T05:10:48.828Z | Compiling usdt-impl v0.5.0 |
506 | 2024-07-25T05:10:48.830Z | Compiling proc-macro-error-attr v1.0.4 |
507 | 2024-07-25T05:10:49.076Z | Compiling tracing-core v0.1.32 |
508 | 2024-07-25T05:10:49.105Z | Compiling num-conv v0.1.0 |
509 | 2024-07-25T05:10:49.396Z | Compiling native-tls v0.2.11 |
510 | 2024-07-25T05:10:49.438Z | Compiling httparse v1.8.0 |
511 | 2024-07-25T05:10:49.717Z | Compiling time-core v0.1.2 |
512 | 2024-07-25T05:10:49.857Z | Compiling tinyvec_macros v0.1.1 |
513 | 2024-07-25T05:10:49.860Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-25T05:10:49.939Z | Compiling syn v1.0.109 |
515 | 2024-07-25T05:10:50.275Z | Compiling deranged v0.3.11 |
516 | 2024-07-25T05:10:50.384Z | Compiling tinyvec v1.6.0 |
517 | 2024-07-25T05:10:50.643Z | Compiling time-macros v0.2.18 |
518 | 2024-07-25T05:10:50.971Z | Compiling tracing v0.1.40 |
519 | 2024-07-25T05:10:51.319Z | Compiling thread-id v4.2.1 |
520 | 2024-07-25T05:10:51.494Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-07-25T05:10:51.760Z | Compiling rustversion v1.0.17 |
522 | 2024-07-25T05:10:51.804Z | Compiling try-lock v0.2.5 |
523 | 2024-07-25T05:10:51.828Z | Compiling num_threads v0.1.7 |
524 | 2024-07-25T05:10:51.938Z | Compiling percent-encoding v2.3.1 |
525 | 2024-07-25T05:10:51.960Z | Compiling plain v0.2.3 |
526 | 2024-07-25T05:10:52.035Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-07-25T05:10:52.117Z | Compiling openssl-probe v0.1.5 |
528 | 2024-07-25T05:10:52.234Z | Compiling utf8parse v0.2.1 |
529 | 2024-07-25T05:10:52.294Z | Compiling heck v0.5.0 |
530 | 2024-07-25T05:10:52.392Z | Compiling anstyle-parse v0.2.4 |
531 | 2024-07-25T05:10:52.444Z | Compiling form_urlencoded v1.2.1 |
532 | 2024-07-25T05:10:52.487Z | Compiling want v0.3.1 |
533 | 2024-07-25T05:10:52.710Z | Compiling unicode-normalization v0.1.23 |
534 | 2024-07-25T05:10:52.812Z | Compiling http-body v0.4.6 |
535 | 2024-07-25T05:10:53.255Z | Compiling dirs-sys-next v0.1.2 |
536 | 2024-07-25T05:10:53.657Z | Compiling anstyle v1.0.7 |
537 | 2024-07-25T05:10:53.766Z | Compiling semver v1.0.23 |
538 | 2024-07-25T05:10:53.769Z | Compiling anstyle-query v1.0.3 |
539 | 2024-07-25T05:10:53.848Z | Compiling colorchoice v1.0.1 |
540 | 2024-07-25T05:10:53.895Z | Compiling time v0.3.36 |
541 | 2024-07-25T05:10:53.946Z | Compiling is_terminal_polyfill v1.70.0 |
542 | 2024-07-25T05:10:54.011Z | Compiling unicode-bidi v0.3.15 |
543 | 2024-07-25T05:10:54.086Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-25T05:10:54.123Z | Compiling camino v1.1.7 |
545 | 2024-07-25T05:10:54.252Z | Compiling tower-service v0.3.2 |
546 | 2024-07-25T05:10:54.292Z | Compiling winnow v0.6.8 |
547 | 2024-07-25T05:10:54.375Z | Compiling httpdate v1.0.3 |
548 | 2024-07-25T05:10:54.725Z | Compiling crc32fast v1.4.0 |
549 | 2024-07-25T05:10:54.825Z | Compiling idna v0.5.0 |
550 | 2024-07-25T05:10:54.927Z | Compiling anstream v0.6.14 |
551 | 2024-07-25T05:10:55.575Z | Compiling dirs-next v2.0.0 |
552 | 2024-07-25T05:10:56.243Z | Compiling crypto-common v0.1.6 |
553 | 2024-07-25T05:10:56.456Z | Compiling block-buffer v0.10.4 |
554 | 2024-07-25T05:10:56.480Z | Compiling terminal_size v0.3.0 |
555 | 2024-07-25T05:10:56.703Z | Compiling fs-err v2.11.0 |
556 | 2024-07-25T05:10:56.796Z | Compiling thread_local v1.1.8 |
557 | 2024-07-25T05:10:56.974Z | Compiling unicode-width v0.1.13 |
558 | 2024-07-25T05:10:57.031Z | Compiling bytecount v0.6.8 |
559 | 2024-07-25T05:10:57.221Z | Compiling heck v0.4.1 |
560 | 2024-07-25T05:10:57.256Z | Compiling base64 v0.21.7 |
561 | 2024-07-25T05:10:57.360Z | Compiling adler v1.0.2 |
562 | 2024-07-25T05:10:57.362Z | Compiling match_cfg v0.1.0 |
563 | 2024-07-25T05:10:57.480Z | Compiling strsim v0.11.1 |
564 | 2024-07-25T05:10:57.592Z | Compiling anyhow v1.0.86 |
565 | 2024-07-25T05:10:57.699Z | Compiling clap_lex v0.7.0 |
566 | 2024-07-25T05:10:57.871Z | Compiling slog-async v2.8.0 |
567 | 2024-07-25T05:10:58.028Z | Compiling clap_builder v4.5.9 |
568 | 2024-07-25T05:10:58.218Z | Compiling rustls-pemfile v1.0.4 |
569 | 2024-07-25T05:10:58.243Z | Compiling miniz_oxide v0.7.2 |
570 | 2024-07-25T05:10:58.369Z | Compiling hostname v0.3.1 |
571 | 2024-07-25T05:10:58.393Z | Compiling papergrid v0.11.0 |
572 | 2024-07-25T05:10:58.563Z | Compiling digest v0.10.7 |
573 | 2024-07-25T05:10:58.624Z | Compiling crossbeam-channel v0.5.12 |
574 | 2024-07-25T05:10:58.687Z | Compiling term v0.7.0 |
575 | 2024-07-25T05:10:58.989Z | Compiling url v2.5.2 |
576 | 2024-07-25T05:10:59.350Z | Compiling serde_derive v1.0.204 |
577 | 2024-07-25T05:10:59.476Z | Compiling thiserror-impl v1.0.62 |
578 | 2024-07-25T05:10:59.749Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-25T05:10:59.822Z | Compiling futures-macro v0.3.30 |
580 | 2024-07-25T05:11:00.300Z | Compiling tokio-macros v2.3.0 |
581 | 2024-07-25T05:11:00.948Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-25T05:11:01.723Z | Compiling scroll_derive v0.12.0 |
583 | 2024-07-25T05:11:02.020Z | Compiling futures-util v0.3.30 |
584 | 2024-07-25T05:11:02.064Z | Compiling tokio v1.38.1 |
585 | 2024-07-25T05:11:02.161Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-25T05:11:03.155Z | Compiling pest v2.7.10 |
587 | 2024-07-25T05:11:03.314Z | Compiling scroll v0.12.0 |
588 | 2024-07-25T05:11:03.823Z | Compiling goblin v0.8.2 |
589 | 2024-07-25T05:11:03.875Z | Compiling tabled_derive v0.7.0 |
590 | 2024-07-25T05:11:06.144Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-25T05:11:06.560Z | Compiling clap_derive v4.5.8 |
592 | 2024-07-25T05:11:08.022Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-25T05:11:10.054Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-25T05:11:11.465Z | Compiling h2 v0.3.26 |
595 | 2024-07-25T05:11:11.538Z | Compiling pest_derive v2.7.10 |
596 | 2024-07-25T05:11:11.733Z | Compiling futures-executor v0.3.30 |
597 | 2024-07-25T05:11:12.217Z | Compiling tokio-native-tls v0.3.1 |
598 | 2024-07-25T05:11:12.302Z | Compiling strum_macros v0.26.4 |
599 | 2024-07-25T05:11:12.342Z | Compiling dtrace-parser v0.2.0 |
600 | 2024-07-25T05:11:12.837Z | Compiling xattr v1.3.1 |
601 | 2024-07-25T05:11:13.125Z | Compiling is-terminal v0.4.12 |
602 | 2024-07-25T05:11:13.259Z | Compiling memmap v0.7.0 |
603 | 2024-07-25T05:11:13.622Z | Compiling filetime v0.2.23 |
604 | 2024-07-25T05:11:13.991Z | Compiling encoding_rs v0.8.34 |
605 | 2024-07-25T05:11:14.618Z | Compiling serde_tokenstream v0.2.1 |
606 | 2024-07-25T05:11:14.911Z | Compiling serde_spanned v0.6.6 |
607 | 2024-07-25T05:11:15.138Z | Compiling toml_datetime v0.6.6 |
608 | 2024-07-25T05:11:15.185Z | Compiling serde_urlencoded v0.7.1 |
609 | 2024-07-25T05:11:15.736Z | Compiling toml_edit v0.22.16 |
610 | 2024-07-25T05:11:16.545Z | Compiling dof v0.3.0 |
611 | 2024-07-25T05:11:17.445Z | Compiling hyper v0.14.28 |
612 | 2024-07-25T05:11:17.616Z | Compiling slog-json v2.6.1 |
613 | 2024-07-25T05:11:17.750Z | Compiling cargo-platform v0.1.8 |
614 | 2024-07-25T05:11:18.633Z | Compiling ipnet v2.9.0 |
615 | 2024-07-25T05:11:18.977Z | Compiling toml v0.8.15 |
616 | 2024-07-25T05:11:19.005Z | Compiling take_mut v0.2.2 |
617 | 2024-07-25T05:11:19.169Z | Compiling sync_wrapper v0.1.2 |
618 | 2024-07-25T05:11:19.229Z | Compiling usdt-attr-macro v0.5.0 |
619 | 2024-07-25T05:11:19.301Z | Compiling usdt-macro v0.5.0 |
620 | 2024-07-25T05:11:19.634Z | Compiling mime v0.3.17 |
621 | 2024-07-25T05:11:19.966Z | Compiling cpufeatures v0.2.12 |
622 | 2024-07-25T05:11:20.025Z | Compiling cargo_toml v0.20.4 |
623 | 2024-07-25T05:11:20.072Z | Compiling sha2 v0.10.8 |
624 | 2024-07-25T05:11:20.660Z | Compiling cargo_metadata v0.18.1 |
625 | 2024-07-25T05:11:20.767Z | Compiling usdt v0.5.0 |
626 | 2024-07-25T05:11:20.791Z | Compiling slog-bunyan v2.5.0 |
627 | 2024-07-25T05:11:20.998Z | Compiling strum v0.26.3 |
628 | 2024-07-25T05:11:21.189Z | Compiling hyper-tls v0.5.0 |
629 | 2024-07-25T05:11:21.263Z | Compiling macaddr v1.0.1 |
630 | 2024-07-25T05:11:21.533Z | Compiling reqwest v0.11.27 |
631 | 2024-07-25T05:11:21.564Z | Compiling tar v0.4.41 |
632 | 2024-07-25T05:11:21.721Z | Compiling slog-term v2.9.1 |
633 | 2024-07-25T05:11:22.999Z | Compiling flate2 v1.0.30 |
634 | 2024-07-25T05:11:23.581Z | Compiling futures v0.3.30 |
635 | 2024-07-25T05:11:23.710Z | Compiling clap v4.5.9 |
636 | 2024-07-25T05:11:23.739Z | Compiling tabled v0.15.0 |
637 | 2024-07-25T05:11:23.980Z | Compiling swrite v0.1.0 |
638 | 2024-07-25T05:11:28.388Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
639 | 2024-07-25T05:11:35.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
640 | 2024-07-25T05:11:36.075Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
641 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: Clickhouse |
642 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: Cockroach |
643 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: Console |
644 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: DendriteOpenapi |
645 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: DendriteStub |
646 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: MaghemiteMgd |
647 | 2024-07-25T05:11:36.138Z | Jul 25 05:11:35.143 INFO Starting download, target: TransceiverControl |
648 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
649 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
650 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
651 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
652 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
653 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
654 | 2024-07-25T05:11:36.141Z | Jul 25 05:11:35.144 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-07-25T05:11:36.418Z | Jul 25 05:11:35.423 INFO Download complete, target: DendriteOpenapi |
656 | 2024-07-25T05:11:36.650Z | Jul 25 05:11:35.653 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
657 | 2024-07-25T05:11:36.907Z | Jul 25 05:11:35.912 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
658 | 2024-07-25T05:11:36.936Z | Jul 25 05:11:35.942 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
659 | 2024-07-25T05:11:36.966Z | Jul 25 05:11:35.972 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
660 | 2024-07-25T05:11:37.346Z | Jul 25 05:11:36.352 INFO Download complete, target: Console |
661 | 2024-07-25T05:11:37.507Z | Jul 25 05:11:36.513 INFO Download complete, target: TransceiverControl |
662 | 2024-07-25T05:11:38.301Z | Jul 25 05:11:37.306 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
663 | 2024-07-25T05:11:38.326Z | Jul 25 05:11:37.331 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
664 | 2024-07-25T05:11:38.326Z | Jul 25 05:11:37.331 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
665 | 2024-07-25T05:11:40.113Z | Jul 25 05:11:39.118 INFO Download complete, target: DendriteStub |
666 | 2024-07-25T05:11:40.272Z | Jul 25 05:11:39.275 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-25T05:11:47.175Z | Jul 25 05:11:46.180 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
668 | 2024-07-25T05:11:47.504Z | Jul 25 05:11:46.509 INFO Checking that binary works, target: Cockroach |
669 | 2024-07-25T05:11:47.887Z | Jul 25 05:11:46.891 INFO Download complete, target: Cockroach |
670 | 2024-07-25T05:11:53.296Z | Jul 25 05:11:52.300 INFO Checking that binary works, target: Clickhouse |
671 | 2024-07-25T05:11:53.912Z | Jul 25 05:11:52.916 INFO Download complete, target: Clickhouse |
672 | 2024-07-25T05:11:53.919Z | All prerequisites installed successfully |
673 | 2024-07-25T05:11:53.922Z | |
674 | 2024-07-25T05:11:53.922Z | real 2:46.184541844 |
675 | 2024-07-25T05:11:53.922Z | user 5:48.747358491 |
676 | 2024-07-25T05:11:53.922Z | sys 1:18.451892662 |
677 | 2024-07-25T05:11:53.922Z | trap 0.238664878 |
678 | 2024-07-25T05:11:53.922Z | tflt 6.173152159 |
679 | 2024-07-25T05:11:53.922Z | dflt 9.497372390 |
680 | 2024-07-25T05:11:53.922Z | kflt 0.145021374 |
681 | 2024-07-25T05:11:53.922Z | lock 13:31.910240101 |
682 | 2024-07-25T05:11:53.922Z | slp 18:47.998857839 |
683 | 2024-07-25T05:11:53.922Z | lat 17.999684920 |
684 | 2024-07-25T05:11:53.922Z | stop 1:02.737722960 |
685 | 2024-07-25T05:11:53.922Z | + ptime -m cargo xtask download softnpu |
686 | 2024-07-25T05:11:54.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
687 | 2024-07-25T05:11:54.478Z | Running `target/debug/xtask download softnpu` |
688 | 2024-07-25T05:11:54.502Z | Jul 25 05:11:53.506 INFO Starting download, target: Softnpu |
689 | 2024-07-25T05:11:54.505Z | Jul 25 05:11:53.507 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
690 | 2024-07-25T05:11:55.617Z | Jul 25 05:11:54.621 INFO Download complete, target: Softnpu |
691 | 2024-07-25T05:11:55.621Z | |
692 | 2024-07-25T05:11:55.623Z | real 1.694515658 |
693 | 2024-07-25T05:11:55.623Z | user 0.616707526 |
694 | 2024-07-25T05:11:55.623Z | sys 0.282905509 |
695 | 2024-07-25T05:11:55.623Z | trap 0.000215536 |
696 | 2024-07-25T05:11:55.623Z | tflt 0.000064333 |
697 | 2024-07-25T05:11:55.623Z | dflt 0.000075411 |
698 | 2024-07-25T05:11:55.623Z | kflt 0.000000000 |
699 | 2024-07-25T05:11:55.623Z | lock 11.886046423 |
700 | 2024-07-25T05:11:55.623Z | slp 1.001317438 |
701 | 2024-07-25T05:11:55.623Z | lat 0.066697985 |
702 | 2024-07-25T05:11:55.623Z | stop 0.000288758 |
703 | 2024-07-25T05:11:55.623Z | + export CARGO_INCREMENTAL=0 |
704 | 2024-07-25T05:11:55.623Z | + CARGO_INCREMENTAL=0 |
705 | 2024-07-25T05:11:55.624Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2024-07-25T05:11:56.159Z | Downloading crates ... |
707 | 2024-07-25T05:11:56.320Z | Downloaded arrayref v0.3.7 |
708 | 2024-07-25T05:11:56.324Z | Downloaded array-init v0.0.4 |
709 | 2024-07-25T05:11:56.328Z | Downloaded newline-converter v0.3.0 |
710 | 2024-07-25T05:11:56.330Z | Downloaded newtype_derive v0.1.6 |
711 | 2024-07-25T05:11:56.333Z | Downloaded assert_matches v1.5.0 |
712 | 2024-07-25T05:11:56.335Z | Downloaded new_debug_unreachable v1.0.6 |
713 | 2024-07-25T05:11:56.338Z | Downloaded darling_macro v0.20.9 |
714 | 2024-07-25T05:11:56.338Z | Downloaded crucible-workspace-hack v0.1.0 |
715 | 2024-07-25T05:11:56.341Z | Downloaded nanorand v0.7.0 |
716 | 2024-07-25T05:11:56.341Z | Downloaded ciborium-io v0.2.2 |
717 | 2024-07-25T05:11:56.343Z | Downloaded atomicwrites v0.4.3 |
718 | 2024-07-25T05:11:56.346Z | Downloaded bitstruct v0.1.1 |
719 | 2024-07-25T05:11:56.349Z | Downloaded ahash v0.8.11 |
720 | 2024-07-25T05:11:56.351Z | Downloaded aead v0.5.2 |
721 | 2024-07-25T05:11:56.351Z | Downloaded peg-runtime v0.8.3 |
722 | 2024-07-25T05:11:56.354Z | Downloaded oso-derive v0.27.3 |
723 | 2024-07-25T05:11:56.354Z | Downloaded opaque-debug v0.3.1 |
724 | 2024-07-25T05:11:56.356Z | Downloaded normalize-line-endings v0.3.0 |
725 | 2024-07-25T05:11:56.356Z | Downloaded addr2line v0.21.0 |
726 | 2024-07-25T05:11:56.359Z | Downloaded psl-types v2.0.11 |
727 | 2024-07-25T05:11:56.361Z | Downloaded cobs v0.2.3 |
728 | 2024-07-25T05:11:56.364Z | Downloaded bb8 v0.8.5 |
729 | 2024-07-25T05:11:56.364Z | Downloaded precomputed-hash v0.1.1 |
730 | 2024-07-25T05:11:56.364Z | Downloaded multimap v0.10.0 |
731 | 2024-07-25T05:11:56.367Z | Downloaded mockall_derive v0.12.1 |
732 | 2024-07-25T05:11:56.370Z | Downloaded mockall v0.12.1 |
733 | 2024-07-25T05:11:56.372Z | Downloaded phf_shared v0.11.2 |
734 | 2024-07-25T05:11:56.372Z | Downloaded packed_struct v0.10.1 |
735 | 2024-07-25T05:11:56.375Z | Downloaded cstr-argument v0.1.2 |
736 | 2024-07-25T05:11:56.375Z | Downloaded cipher v0.4.4 |
737 | 2024-07-25T05:11:56.377Z | Downloaded parse-display-derive v0.9.1 |
738 | 2024-07-25T05:11:56.380Z | Downloaded rand_chacha v0.3.1 |
739 | 2024-07-25T05:11:56.384Z | Downloaded nibble_vec v0.1.0 |
740 | 2024-07-25T05:11:56.384Z | Downloaded r2d2 v0.8.10 |
741 | 2024-07-25T05:11:56.387Z | Downloaded cfg_aliases v0.1.1 |
742 | 2024-07-25T05:11:56.387Z | Downloaded quick-error v1.2.3 |
743 | 2024-07-25T05:11:56.390Z | Downloaded atty v0.2.14 |
744 | 2024-07-25T05:11:56.390Z | Downloaded number_prefix v0.4.0 |
745 | 2024-07-25T05:11:56.392Z | Downloaded ref-cast-impl v1.0.23 |
746 | 2024-07-25T05:11:56.392Z | Downloaded path-slash v0.1.5 |
747 | 2024-07-25T05:11:56.395Z | Downloaded proc-macro-crate v1.3.1 |
748 | 2024-07-25T05:11:56.395Z | Downloaded nodrop v0.1.14 |
749 | 2024-07-25T05:11:56.397Z | Downloaded parking_lot v0.11.2 |
750 | 2024-07-25T05:11:56.400Z | Downloaded rand_seeder v0.2.3 |
751 | 2024-07-25T05:11:56.402Z | Downloaded num-iter v0.1.45 |
752 | 2024-07-25T05:11:56.402Z | Downloaded debug-ignore v1.0.5 |
753 | 2024-07-25T05:11:56.405Z | Downloaded multer v3.1.0 |
754 | 2024-07-25T05:11:56.408Z | Downloaded pin-project-internal v1.1.5 |
755 | 2024-07-25T05:11:56.410Z | Downloaded bitfield-struct v0.6.1 |
756 | 2024-07-25T05:11:56.412Z | Downloaded phf_shared v0.10.0 |
757 | 2024-07-25T05:11:56.413Z | Downloaded parse-size v1.0.0 |
758 | 2024-07-25T05:11:56.415Z | Downloaded minimal-lexical v0.2.1 |
759 | 2024-07-25T05:11:56.419Z | Downloaded const_format_proc_macros v0.2.32 |
760 | 2024-07-25T05:11:56.422Z | Downloaded postgres-types v0.2.6 |
761 | 2024-07-25T05:11:56.424Z | Downloaded pem v3.0.4 |
762 | 2024-07-25T05:11:56.427Z | Downloaded downcast v0.11.0 |
763 | 2024-07-25T05:11:56.430Z | Downloaded display-error-chain v0.2.0 |
764 | 2024-07-25T05:11:56.430Z | Downloaded untrusted v0.7.1 |
765 | 2024-07-25T05:11:56.432Z | Downloaded data-encoding v2.6.0 |
766 | 2024-07-25T05:11:56.432Z | Downloaded crossbeam-deque v0.8.5 |
767 | 2024-07-25T05:11:56.435Z | Downloaded ident_case v1.0.1 |
768 | 2024-07-25T05:11:56.435Z | Downloaded ciborium-ll v0.2.2 |
769 | 2024-07-25T05:11:56.438Z | Downloaded bit-set v0.5.3 |
770 | 2024-07-25T05:11:56.440Z | Downloaded parse-display v0.9.1 |
771 | 2024-07-25T05:11:56.440Z | Downloaded num-traits v0.2.19 |
772 | 2024-07-25T05:11:56.443Z | Downloaded bitfield v0.14.0 |
773 | 2024-07-25T05:11:56.446Z | Downloaded atomic-waker v1.1.2 |
774 | 2024-07-25T05:11:56.448Z | Downloaded cassowary v0.3.0 |
775 | 2024-07-25T05:11:56.448Z | Downloaded whoami v1.5.1 |
776 | 2024-07-25T05:11:56.451Z | Downloaded pem-rfc7468 v0.7.0 |
777 | 2024-07-25T05:11:56.453Z | Downloaded rand_core v0.6.4 |
778 | 2024-07-25T05:11:56.456Z | Downloaded hubpack_derive v0.1.1 |
779 | 2024-07-25T05:11:56.456Z | Downloaded derive_builder_core v0.20.0 |
780 | 2024-07-25T05:11:56.458Z | Downloaded paste v1.0.15 |
781 | 2024-07-25T05:11:56.462Z | Downloaded curve25519-dalek-derive v0.1.1 |
782 | 2024-07-25T05:11:56.464Z | Downloaded predicates-tree v1.0.9 |
783 | 2024-07-25T05:11:56.467Z | Downloaded crossbeam-epoch v0.9.18 |
784 | 2024-07-25T05:11:56.469Z | Downloaded serde-big-array v0.5.1 |
785 | 2024-07-25T05:11:56.469Z | Downloaded cookie v0.18.1 |
786 | 2024-07-25T05:11:56.473Z | Downloaded const-oid v0.9.6 |
787 | 2024-07-25T05:11:56.475Z | Downloaded ref-cast v1.0.23 |
788 | 2024-07-25T05:11:56.478Z | Downloaded tls_codec_derive v0.4.1 |
789 | 2024-07-25T05:11:56.481Z | Downloaded strip-ansi-escapes v0.2.0 |
790 | 2024-07-25T05:11:56.483Z | Downloaded fxhash v0.2.1 |
791 | 2024-07-25T05:11:56.483Z | Downloaded difflib v0.4.0 |
792 | 2024-07-25T05:11:56.486Z | Downloaded csv-core v0.1.11 |
793 | 2024-07-25T05:11:56.488Z | Downloaded fd-lock v4.0.2 |
794 | 2024-07-25T05:11:56.492Z | Downloaded indoc v1.0.9 |
795 | 2024-07-25T05:11:56.495Z | Downloaded der_derive v0.7.2 |
796 | 2024-07-25T05:11:56.495Z | Downloaded postcard v1.0.8 |
797 | 2024-07-25T05:11:56.498Z | Downloaded tokio-tungstenite v0.20.1 |
798 | 2024-07-25T05:11:56.501Z | Downloaded instant v0.1.12 |
799 | 2024-07-25T05:11:56.504Z | Downloaded peg-macros v0.8.4 |
800 | 2024-07-25T05:11:56.506Z | Downloaded libefi-sys v0.1.0 |
801 | 2024-07-25T05:11:56.509Z | Downloaded num-rational v0.4.2 |
802 | 2024-07-25T05:11:56.509Z | Downloaded prettyplease v0.2.20 |
803 | 2024-07-25T05:11:56.512Z | Downloaded compact_str v0.7.1 |
804 | 2024-07-25T05:11:56.515Z | Downloaded lazycell v1.3.0 |
805 | 2024-07-25T05:11:56.519Z | Downloaded semver v0.1.20 |
806 | 2024-07-25T05:11:56.522Z | Downloaded secrecy v0.8.0 |
807 | 2024-07-25T05:11:56.522Z | Downloaded vte_generate_state_changes v0.1.1 |
808 | 2024-07-25T05:11:56.522Z | Downloaded structmeta v0.3.0 |
809 | 2024-07-25T05:11:56.525Z | Downloaded spin v0.5.2 |
810 | 2024-07-25T05:11:56.525Z | Downloaded shell-words v1.1.0 |
811 | 2024-07-25T05:11:56.525Z | Downloaded signal-hook-mio v0.2.3 |
812 | 2024-07-25T05:11:56.528Z | Downloaded blake2 v0.10.6 |
813 | 2024-07-25T05:11:56.530Z | Downloaded unicode-truncate v1.0.0 |
814 | 2024-07-25T05:11:56.533Z | Downloaded unicode-linebreak v0.1.5 |
815 | 2024-07-25T05:11:56.536Z | Downloaded funty v2.0.0 |
816 | 2024-07-25T05:11:56.536Z | Downloaded zeroize_derive v1.4.2 |
817 | 2024-07-25T05:11:56.536Z | Downloaded zeroize v1.7.0 |
818 | 2024-07-25T05:11:56.538Z | Downloaded unicode-xid v0.2.4 |
819 | 2024-07-25T05:11:56.541Z | Downloaded bzip2 v0.4.4 |
820 | 2024-07-25T05:11:56.544Z | Downloaded embedded-io v0.4.0 |
821 | 2024-07-25T05:11:56.544Z | Downloaded home v0.5.9 |
822 | 2024-07-25T05:11:56.547Z | Downloaded crc-any v2.5.0 |
823 | 2024-07-25T05:11:56.550Z | Downloaded enum-as-inner v0.5.1 |
824 | 2024-07-25T05:11:56.550Z | Downloaded linear-map v1.2.0 |
825 | 2024-07-25T05:11:56.552Z | Downloaded ipnetwork v0.20.0 |
826 | 2024-07-25T05:11:56.555Z | Downloaded inout v0.1.3 |
827 | 2024-07-25T05:11:56.555Z | Downloaded is_ci v1.2.0 |
828 | 2024-07-25T05:11:56.557Z | Downloaded unsafe-libyaml v0.2.11 |
829 | 2024-07-25T05:11:56.560Z | Downloaded memoffset v0.9.1 |
830 | 2024-07-25T05:11:56.563Z | Downloaded tap v1.0.1 |
831 | 2024-07-25T05:11:56.565Z | Downloaded rustls-pki-types v1.7.0 |
832 | 2024-07-25T05:11:56.568Z | Downloaded rustls-pemfile v2.1.2 |
833 | 2024-07-25T05:11:56.570Z | Downloaded stable_deref_trait v1.2.0 |
834 | 2024-07-25T05:11:56.570Z | Downloaded foreign-types-shared v0.3.1 |
835 | 2024-07-25T05:11:56.574Z | Downloaded termcolor v1.4.1 |
836 | 2024-07-25T05:11:56.574Z | Downloaded owo-colors v4.0.0 |
837 | 2024-07-25T05:11:56.576Z | Downloaded snafu-derive v0.8.2 |
838 | 2024-07-25T05:11:56.579Z | Downloaded ena v0.14.3 |
839 | 2024-07-25T05:11:56.582Z | Downloaded env_logger v0.10.2 |
840 | 2024-07-25T05:11:56.584Z | Downloaded thiserror-no-std v2.0.2 |
841 | 2024-07-25T05:11:56.588Z | Downloaded structmeta-derive v0.2.0 |
842 | 2024-07-25T05:11:56.591Z | Downloaded sqlparser_derive v0.2.2 |
843 | 2024-07-25T05:11:56.593Z | Downloaded humantime v2.1.0 |
844 | 2024-07-25T05:11:56.593Z | Downloaded highway v1.1.0 |
845 | 2024-07-25T05:11:56.596Z | Downloaded crypto-bigint v0.5.5 |
846 | 2024-07-25T05:11:56.603Z | Downloaded float-ord v0.3.2 |
847 | 2024-07-25T05:11:56.605Z | Downloaded hash32 v0.3.1 |
848 | 2024-07-25T05:11:56.608Z | Downloaded omicron-zone-package v0.11.0 |
849 | 2024-07-25T05:11:56.611Z | Downloaded rustc_version v0.1.7 |
850 | 2024-07-25T05:11:56.611Z | Downloaded rustc_version v0.4.0 |
851 | 2024-07-25T05:11:56.613Z | Downloaded rpassword v7.3.1 |
852 | 2024-07-25T05:11:56.614Z | Downloaded smf v0.2.3 |
853 | 2024-07-25T05:11:56.616Z | Downloaded serde_derive_internals v0.29.1 |
854 | 2024-07-25T05:11:56.619Z | Downloaded http-range v0.1.5 |
855 | 2024-07-25T05:11:56.619Z | Downloaded resolv-conf v0.7.0 |
856 | 2024-07-25T05:11:56.621Z | Downloaded strum_macros v0.25.3 |
857 | 2024-07-25T05:11:56.624Z | Downloaded der v0.7.9 |
858 | 2024-07-25T05:11:56.628Z | Downloaded topological-sort v0.2.2 |
859 | 2024-07-25T05:11:56.631Z | Downloaded lazy_static v1.5.0 |
860 | 2024-07-25T05:11:56.633Z | Downloaded lalrpop-util v0.19.12 |
861 | 2024-07-25T05:11:56.633Z | Downloaded hostname v0.4.0 |
862 | 2024-07-25T05:11:56.636Z | Downloaded rtoolbox v0.0.2 |
863 | 2024-07-25T05:11:56.638Z | Downloaded sqlformat v0.2.4 |
864 | 2024-07-25T05:11:56.638Z | Downloaded base64 v0.22.1 |
865 | 2024-07-25T05:11:56.643Z | Downloaded rustc-hash v1.1.0 |
866 | 2024-07-25T05:11:56.647Z | Downloaded wait-timeout v0.2.0 |
867 | 2024-07-25T05:11:56.647Z | Downloaded indexmap v1.9.3 |
868 | 2024-07-25T05:11:56.650Z | Downloaded static_assertions v1.1.0 |
869 | 2024-07-25T05:11:56.652Z | Downloaded indicatif v0.17.8 |
870 | 2024-07-25T05:11:56.656Z | Downloaded headers-core v0.2.0 |
871 | 2024-07-25T05:11:56.658Z | Downloaded lru v0.12.3 |
872 | 2024-07-25T05:11:56.658Z | Downloaded float-cmp v0.9.0 |
873 | 2024-07-25T05:11:56.661Z | Downloaded subtle v2.5.0 |
874 | 2024-07-25T05:11:56.661Z | Downloaded yasna v0.5.2 |
875 | 2024-07-25T05:11:56.663Z | Downloaded wyz v0.5.1 |
876 | 2024-07-25T05:11:56.666Z | Downloaded diesel_table_macro_syntax v0.1.0 |
877 | 2024-07-25T05:11:56.666Z | Downloaded termtree v0.4.1 |
878 | 2024-07-25T05:11:56.675Z | Downloaded tls_codec v0.4.1 |
879 | 2024-07-25T05:11:56.677Z | Downloaded slog-envlogger v2.2.0 |
880 | 2024-07-25T05:11:56.680Z | Downloaded tungstenite v0.21.0 |
881 | 2024-07-25T05:11:56.683Z | Downloaded hex v0.4.3 |
882 | 2024-07-25T05:11:56.686Z | Downloaded kstat-rs v0.2.4 |
883 | 2024-07-25T05:11:56.689Z | Downloaded waitgroup v0.1.2 |
884 | 2024-07-25T05:11:56.689Z | Downloaded spin v0.9.8 |
885 | 2024-07-25T05:11:56.692Z | Downloaded unarray v0.1.4 |
886 | 2024-07-25T05:11:56.695Z | Downloaded untrusted v0.9.0 |
887 | 2024-07-25T05:11:56.695Z | Downloaded indent_write v2.2.0 |
888 | 2024-07-25T05:11:56.695Z | Downloaded impl-trait-for-tuples v0.2.2 |
889 | 2024-07-25T05:11:56.698Z | Downloaded signal-hook-tokio v0.3.1 |
890 | 2024-07-25T05:11:56.700Z | Downloaded uzers v0.11.3 |
891 | 2024-07-25T05:11:56.703Z | Downloaded utf-8 v0.7.6 |
892 | 2024-07-25T05:11:56.703Z | Downloaded tokio-stream v0.1.15 |
893 | 2024-07-25T05:11:56.707Z | Downloaded tabwriter v1.4.0 |
894 | 2024-07-25T05:11:56.709Z | Downloaded rusty-fork v0.3.0 |
895 | 2024-07-25T05:11:56.712Z | Downloaded heck v0.3.3 |
896 | 2024-07-25T05:11:56.712Z | Downloaded textwrap v0.16.1 |
897 | 2024-07-25T05:11:56.714Z | Downloaded num-bigint-dig v0.8.4 |
898 | 2024-07-25T05:11:56.720Z | Downloaded matches v0.1.10 |
899 | 2024-07-25T05:11:56.722Z | Downloaded termios v0.3.3 |
900 | 2024-07-25T05:11:56.722Z | Downloaded managed v0.8.0 |
901 | 2024-07-25T05:11:56.725Z | Downloaded lru-cache v0.1.2 |
902 | 2024-07-25T05:11:56.725Z | Downloaded flagset v0.4.5 |
903 | 2024-07-25T05:11:56.728Z | Downloaded tokio-tungstenite v0.21.0 |
904 | 2024-07-25T05:11:56.730Z | Downloaded rand v0.8.5 |
905 | 2024-07-25T05:11:56.733Z | Downloaded signature v2.2.0 |
906 | 2024-07-25T05:11:56.736Z | Downloaded hyper-staticfile v0.9.5 |
907 | 2024-07-25T05:11:56.738Z | Downloaded unicode-segmentation v1.11.0 |
908 | 2024-07-25T05:11:56.741Z | Downloaded fixedbitset v0.4.2 |
909 | 2024-07-25T05:11:56.744Z | Downloaded siphasher v0.3.11 |
910 | 2024-07-25T05:11:56.744Z | Downloaded sha1 v0.10.6 |
911 | 2024-07-25T05:11:56.748Z | Downloaded trust-dns-server v0.22.1 |
912 | 2024-07-25T05:11:56.751Z | Downloaded string_cache v0.8.7 |
913 | 2024-07-25T05:11:56.753Z | Downloaded hubpack v0.1.2 |
914 | 2024-07-25T05:11:56.756Z | Downloaded stringprep v0.1.4 |
915 | 2024-07-25T05:11:56.756Z | Downloaded reedline v0.31.0 |
916 | 2024-07-25T05:11:56.763Z | Downloaded portable-atomic v1.6.0 |
917 | 2024-07-25T05:11:56.769Z | Downloaded dyn-clone v1.0.17 |
918 | 2024-07-25T05:11:56.772Z | Downloaded slog-scope v4.4.0 |
919 | 2024-07-25T05:11:56.775Z | Downloaded snafu v0.8.2 |
920 | 2024-07-25T05:11:56.779Z | Downloaded publicsuffix v2.2.3 |
921 | 2024-07-25T05:11:56.782Z | Downloaded walkdir v2.5.0 |
922 | 2024-07-25T05:11:56.785Z | Downloaded elliptic-curve v0.13.8 |
923 | 2024-07-25T05:11:56.788Z | Downloaded unicode_categories v0.1.1 |
924 | 2024-07-25T05:11:56.791Z | Downloaded uuid v1.10.0 |
925 | 2024-07-25T05:11:56.794Z | Downloaded diff v0.1.13 |
926 | 2024-07-25T05:11:56.797Z | Downloaded samael v0.0.15 |
927 | 2024-07-25T05:11:56.802Z | Downloaded serde_with_macros v3.8.3 |
928 | 2024-07-25T05:11:56.805Z | Downloaded toml v0.5.11 |
929 | 2024-07-25T05:11:56.808Z | Downloaded crossterm v0.27.0 |
930 | 2024-07-25T05:11:56.813Z | Downloaded diesel_derives v2.1.4 |
931 | 2024-07-25T05:11:56.818Z | Downloaded heapless v0.8.0 |
932 | 2024-07-25T05:11:56.822Z | Downloaded expectorate v1.1.0 |
933 | 2024-07-25T05:11:56.825Z | Downloaded tokio-postgres v0.7.10 |
934 | 2024-07-25T05:11:56.830Z | Downloaded tungstenite v0.20.1 |
935 | 2024-07-25T05:11:56.833Z | Downloaded x509-cert v0.2.5 |
936 | 2024-07-25T05:11:56.840Z | Downloaded blake3 v1.5.1 |
937 | 2024-07-25T05:11:56.847Z | Downloaded serde_yaml v0.9.34+deprecated |
938 | 2024-07-25T05:11:56.851Z | Downloaded getrandom v0.2.14 |
939 | 2024-07-25T05:11:56.854Z | Downloaded toml_edit v0.19.15 |
940 | 2024-07-25T05:11:56.872Z | Downloaded tough v0.17.1 |
941 | 2024-07-25T05:11:56.880Z | Downloaded heapless v0.7.17 |
942 | 2024-07-25T05:11:56.883Z | Downloaded flume v0.11.0 |
943 | 2024-07-25T05:11:56.887Z | Downloaded http v1.1.0 |
944 | 2024-07-25T05:11:56.891Z | Downloaded typed-path v0.7.1 |
945 | 2024-07-25T05:11:56.897Z | Downloaded hashbrown v0.13.2 |
946 | 2024-07-25T05:11:56.902Z | Downloaded steno v0.4.1 |
947 | 2024-07-25T05:11:56.905Z | Downloaded itertools v0.12.1 |
948 | 2024-07-25T05:11:56.913Z | Downloaded rustls-webpki v0.101.7 |
949 | 2024-07-25T05:11:56.929Z | Downloaded hkdf v0.12.4 |
950 | 2024-07-25T05:11:56.932Z | Downloaded rustyline v14.0.0 |
951 | 2024-07-25T05:11:56.936Z | Downloaded itertools v0.13.0 |
952 | 2024-07-25T05:11:56.944Z | Downloaded proptest v1.4.0 |
953 | 2024-07-25T05:11:56.952Z | Downloaded sqlparser v0.45.0 |
954 | 2024-07-25T05:11:56.958Z | Downloaded object v0.30.4 |
955 | 2024-07-25T05:11:56.968Z | Downloaded radix_trie v0.2.1 |
956 | 2024-07-25T05:11:56.974Z | Downloaded winnow v0.5.40 |
957 | 2024-07-25T05:11:56.983Z | Downloaded nix v0.27.1 |
958 | 2024-07-25T05:11:56.995Z | Downloaded regex v1.10.5 |
959 | 2024-07-25T05:11:57.007Z | Downloaded polar-core v0.27.3 |
960 | 2024-07-25T05:11:57.016Z | Downloaded object v0.32.2 |
961 | 2024-07-25T05:11:57.027Z | Downloaded trust-dns-proto v0.22.0 |
962 | 2024-07-25T05:11:57.039Z | Downloaded lalrpop v0.19.12 |
963 | 2024-07-25T05:11:57.051Z | Downloaded webpki-roots v0.25.4 |
964 | 2024-07-25T05:11:57.054Z | Downloaded smoltcp v0.11.0 |
965 | 2024-07-25T05:11:57.067Z | Downloaded ratatui v0.27.0 |
966 | 2024-07-25T05:11:57.086Z | Downloaded regex-syntax v0.6.29 |
967 | 2024-07-25T05:11:57.092Z | Downloaded idna v0.3.0 |
968 | 2024-07-25T05:11:57.098Z | Downloaded idna v0.2.3 |
969 | 2024-07-25T05:11:57.105Z | Downloaded regex-automata v0.4.6 |
970 | 2024-07-25T05:11:57.121Z | Downloaded regress v0.9.1 |
971 | 2024-07-25T05:11:57.128Z | Downloaded regex-syntax v0.8.3 |
972 | 2024-07-25T05:11:57.137Z | Downloaded petgraph v0.6.5 |
973 | 2024-07-25T05:11:57.153Z | Downloaded rustls v0.22.4 |
974 | 2024-07-25T05:11:57.165Z | Downloaded bstr v1.9.1 |
975 | 2024-07-25T05:11:57.174Z | Downloaded gimli v0.28.1 |
976 | 2024-07-25T05:11:57.182Z | Downloaded zerocopy-derive v0.6.6 |
977 | 2024-07-25T05:11:57.191Z | Downloaded rustls-webpki v0.102.4 |
978 | 2024-07-25T05:11:57.207Z | Downloaded rustls v0.21.12 |
979 | 2024-07-25T05:11:57.217Z | Downloaded sled v0.34.7 |
980 | 2024-07-25T05:11:57.227Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
981 | 2024-07-25T05:11:57.238Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-07-25T05:11:57.249Z | Downloaded bstr v0.2.17 |
983 | 2024-07-25T05:11:57.257Z | Downloaded smoltcp v0.9.1 |
984 | 2024-07-25T05:11:57.267Z | Downloaded nix v0.28.0 |
985 | 2024-07-25T05:11:57.278Z | Downloaded curve25519-dalek v4.1.3 |
986 | 2024-07-25T05:11:57.286Z | Downloaded finl_unicode v1.2.0 |
987 | 2024-07-25T05:11:57.298Z | Downloaded diesel v2.1.6 |
988 | 2024-07-25T05:11:57.314Z | Downloaded sha3 v0.10.8 |
989 | 2024-07-25T05:11:57.318Z | Downloaded csv v1.3.0 |
990 | 2024-07-25T05:11:57.336Z | Downloaded quick-xml v0.31.0 |
991 | 2024-07-25T05:11:57.341Z | Downloaded chrono v0.4.38 |
992 | 2024-07-25T05:11:57.348Z | Downloaded bitvec v1.0.1 |
993 | 2024-07-25T05:11:57.362Z | Downloaded bindgen v0.69.4 |
994 | 2024-07-25T05:11:57.368Z | Downloaded rayon v1.10.0 |
995 | 2024-07-25T05:11:57.376Z | Downloaded itertools v0.10.5 |
996 | 2024-07-25T05:11:57.383Z | Downloaded serde_with v3.8.3 |
997 | 2024-07-25T05:11:57.390Z | Downloaded hashbrown v0.12.3 |
998 | 2024-07-25T05:11:57.394Z | Downloaded libxml v0.3.3 |
999 | 2024-07-25T05:11:57.399Z | Downloaded headers v0.3.9 |
1000 | 2024-07-25T05:11:57.404Z | Downloaded libm v0.2.8 |
1001 | 2024-07-25T05:11:57.411Z | Downloaded trust-dns-client v0.22.0 |
1002 | 2024-07-25T05:11:57.416Z | Downloaded rsa v0.9.6 |
1003 | 2024-07-25T05:11:57.421Z | Downloaded nom v7.1.3 |
1004 | 2024-07-25T05:11:57.426Z | Downloaded aho-corasick v1.1.3 |
1005 | 2024-07-25T05:11:57.432Z | Downloaded subprocess v0.2.9 |
1006 | 2024-07-25T05:11:57.434Z | Downloaded trust-dns-resolver v0.22.0 |
1007 | 2024-07-25T05:11:57.437Z | Downloaded similar v2.5.0 |
1008 | 2024-07-25T05:11:57.442Z | Downloaded schemars v0.8.21 |
1009 | 2024-07-25T05:11:57.453Z | Downloaded hyper-rustls v0.24.2 |
1010 | 2024-07-25T05:11:57.456Z | Downloaded ff v0.13.0 |
1011 | 2024-07-25T05:11:57.458Z | Downloaded either v1.12.0 |
1012 | 2024-07-25T05:11:57.459Z | Downloaded strum_macros v0.24.3 |
1013 | 2024-07-25T05:11:57.461Z | Downloaded regex-automata v0.1.10 |
1014 | 2024-07-25T05:11:57.463Z | Downloaded num-bigint v0.4.5 |
1015 | 2024-07-25T05:11:57.467Z | Downloaded vsss-rs v3.3.4 |
1016 | 2024-07-25T05:11:57.486Z | Downloaded slog-stdlog v4.1.1 |
1017 | 2024-07-25T05:11:57.486Z | Downloaded tokio-rustls v0.25.0 |
1018 | 2024-07-25T05:11:57.486Z | Downloaded zip v0.6.6 |
1019 | 2024-07-25T05:11:57.489Z | Downloaded zerocopy v0.6.6 |
1020 | 2024-07-25T05:11:57.491Z | Downloaded ron v0.8.1 |
1021 | 2024-07-25T05:11:57.497Z | Downloaded linked-hash-map v0.5.6 |
1022 | 2024-07-25T05:11:57.500Z | Downloaded fragile v2.0.0 |
1023 | 2024-07-25T05:11:57.502Z | Downloaded test-strategy v0.3.1 |
1024 | 2024-07-25T05:11:57.506Z | Downloaded maplit v1.0.2 |
1025 | 2024-07-25T05:11:57.509Z | Downloaded tokio-rustls v0.24.1 |
1026 | 2024-07-25T05:11:57.512Z | Downloaded thiserror-impl-no-std v2.0.2 |
1027 | 2024-07-25T05:11:57.514Z | Downloaded supports-color v3.0.0 |
1028 | 2024-07-25T05:11:57.517Z | Downloaded sec1 v0.7.3 |
1029 | 2024-07-25T05:11:57.520Z | Downloaded libsw v3.3.1 |
1030 | 2024-07-25T05:11:57.522Z | Downloaded rcgen v0.12.1 |
1031 | 2024-07-25T05:11:57.525Z | Downloaded slog-dtrace v0.3.0 |
1032 | 2024-07-25T05:11:57.528Z | Downloaded keccak v0.1.5 |
1033 | 2024-07-25T05:11:57.528Z | Downloaded glob v0.3.1 |
1034 | 2024-07-25T05:11:57.530Z | Downloaded rustc-demangle v0.1.24 |
1035 | 2024-07-25T05:11:57.533Z | Downloaded tui-tree-widget v0.21.0 |
1036 | 2024-07-25T05:11:57.533Z | Downloaded memmap2 v0.9.4 |
1037 | 2024-07-25T05:11:57.536Z | Downloaded socket2 v0.4.10 |
1038 | 2024-07-25T05:11:57.538Z | Downloaded smallvec v0.6.14 |
1039 | 2024-07-25T05:11:57.541Z | Downloaded rustfmt-wrapper v0.2.1 |
1040 | 2024-07-25T05:11:57.541Z | Downloaded md-5 v0.10.6 |
1041 | 2024-07-25T05:11:57.543Z | Downloaded maybe-uninit v2.0.0 |
1042 | 2024-07-25T05:11:57.546Z | Downloaded spki v0.7.3 |
1043 | 2024-07-25T05:11:57.549Z | Downloaded smawk v0.3.2 |
1044 | 2024-07-25T05:11:57.549Z | Downloaded hmac v0.12.1 |
1045 | 2024-07-25T05:11:57.551Z | Downloaded ron v0.7.1 |
1046 | 2024-07-25T05:11:57.554Z | Downloaded erased-serde v0.3.31 |
1047 | 2024-07-25T05:11:57.557Z | Downloaded toml v0.7.8 |
1048 | 2024-07-25T05:11:57.560Z | Downloaded iana-time-zone v0.1.60 |
1049 | 2024-07-25T05:11:57.562Z | Downloaded const_format v0.2.32 |
1050 | 2024-07-25T05:11:57.566Z | Downloaded chacha20poly1305 v0.10.1 |
1051 | 2024-07-25T05:11:57.568Z | Downloaded base64 v0.13.1 |
1052 | 2024-07-25T05:11:57.571Z | Downloaded tempfile v3.10.1 |
1053 | 2024-07-25T05:11:57.574Z | Downloaded signal-hook v0.3.17 |
1054 | 2024-07-25T05:11:57.576Z | Downloaded structmeta-derive v0.3.0 |
1055 | 2024-07-25T05:11:57.576Z | Downloaded scheduled-thread-pool v0.2.7 |
1056 | 2024-07-25T05:11:57.579Z | Downloaded vte v0.11.1 |
1057 | 2024-07-25T05:11:57.582Z | Downloaded tracing-attributes v0.1.27 |
1058 | 2024-07-25T05:11:57.584Z | Downloaded sct v0.7.1 |
1059 | 2024-07-25T05:11:57.587Z | Downloaded schemars_derive v0.8.21 |
1060 | 2024-07-25T05:11:57.589Z | Downloaded rayon-core v1.12.1 |
1061 | 2024-07-25T05:11:57.592Z | Downloaded sigpipe v0.1.3 |
1062 | 2024-07-25T05:11:57.592Z | Downloaded fatfs v0.3.6 |
1063 | 2024-07-25T05:11:57.595Z | Downloaded backtrace v0.3.71 |
1064 | 2024-07-25T05:11:57.599Z | Downloaded half v2.4.1 |
1065 | 2024-07-25T05:11:57.602Z | Downloaded env_logger v0.9.3 |
1066 | 2024-07-25T05:11:57.605Z | Downloaded darling_core v0.20.9 |
1067 | 2024-07-25T05:11:57.608Z | Downloaded serde_repr v0.1.19 |
1068 | 2024-07-25T05:11:57.611Z | Downloaded serde_plain v1.0.2 |
1069 | 2024-07-25T05:11:57.614Z | Downloaded foreign-types-macros v0.2.3 |
1070 | 2024-07-25T05:11:57.614Z | Downloaded foreign-types v0.5.0 |
1071 | 2024-07-25T05:11:57.614Z | Downloaded zone_cfg_derive v0.1.2 |
1072 | 2024-07-25T05:11:57.614Z | Downloaded same-file v1.0.6 |
1073 | 2024-07-25T05:11:57.617Z | Downloaded stability v0.2.0 |
1074 | 2024-07-25T05:11:57.617Z | Downloaded serde_path_to_error v0.1.16 |
1075 | 2024-07-25T05:11:57.619Z | Downloaded serde_arrays v0.1.0 |
1076 | 2024-07-25T05:11:57.619Z | Downloaded serde-hex v0.1.0 |
1077 | 2024-07-25T05:11:57.622Z | Downloaded pkcs1 v0.7.5 |
1078 | 2024-07-25T05:11:57.622Z | Downloaded pin-project v1.1.5 |
1079 | 2024-07-25T05:11:57.632Z | Downloaded getopts v0.2.21 |
1080 | 2024-07-25T05:11:57.635Z | Downloaded gethostname v0.4.3 |
1081 | 2024-07-25T05:11:57.635Z | Downloaded libloading v0.8.3 |
1082 | 2024-07-25T05:11:57.638Z | Downloaded structmeta v0.2.0 |
1083 | 2024-07-25T05:11:57.638Z | Downloaded unicase v2.7.0 |
1084 | 2024-07-25T05:11:57.641Z | Downloaded tiny-keccak v2.0.2 |
1085 | 2024-07-25T05:11:57.643Z | Downloaded shlex v1.3.0 |
1086 | 2024-07-25T05:11:57.643Z | Downloaded postgres-protocol v0.6.6 |
1087 | 2024-07-25T05:11:57.646Z | Downloaded poly1305 v0.8.0 |
1088 | 2024-07-25T05:11:57.649Z | Downloaded pkcs8 v0.10.2 |
1089 | 2024-07-25T05:11:57.651Z | Downloaded nu-ansi-term v0.50.0 |
1090 | 2024-07-25T05:11:57.655Z | Downloaded radium v0.7.0 |
1091 | 2024-07-25T05:11:57.655Z | Downloaded group v0.13.0 |
1092 | 2024-07-25T05:11:57.657Z | Downloaded globset v0.4.14 |
1093 | 2024-07-25T05:11:57.657Z | Downloaded derive-where v1.2.7 |
1094 | 2024-07-25T05:11:57.660Z | Downloaded defmt v0.3.8 |
1095 | 2024-07-25T05:11:57.662Z | Downloaded cookie v0.17.0 |
1096 | 2024-07-25T05:11:57.665Z | Downloaded clang-sys v1.7.0 |
1097 | 2024-07-25T05:11:57.668Z | Downloaded num-complex v0.4.6 |
1098 | 2024-07-25T05:11:57.670Z | Downloaded derive_builder v0.20.0 |
1099 | 2024-07-25T05:11:57.673Z | Downloaded defmt-parser v0.3.4 |
1100 | 2024-07-25T05:11:57.676Z | Downloaded console v0.15.8 |
1101 | 2024-07-25T05:11:57.680Z | Downloaded cookie_store v0.20.0 |
1102 | 2024-07-25T05:11:57.682Z | Downloaded bcs v0.1.6 |
1103 | 2024-07-25T05:11:57.682Z | Downloaded hash32 v0.2.1 |
1104 | 2024-07-25T05:11:57.682Z | Downloaded oso v0.27.3 |
1105 | 2024-07-25T05:11:57.685Z | Downloaded fastrand v2.1.0 |
1106 | 2024-07-25T05:11:57.688Z | Downloaded fallible-iterator v0.2.0 |
1107 | 2024-07-25T05:11:57.688Z | Downloaded ciborium v0.2.2 |
1108 | 2024-07-25T05:11:57.690Z | Downloaded camino-tempfile v1.1.1 |
1109 | 2024-07-25T05:11:57.693Z | Downloaded base64ct v1.6.0 |
1110 | 2024-07-25T05:11:57.695Z | Downloaded zone v0.1.8 |
1111 | 2024-07-25T05:11:57.695Z | Downloaded which v4.4.2 |
1112 | 2024-07-25T05:11:57.698Z | Downloaded universal-hash v0.5.1 |
1113 | 2024-07-25T05:11:57.698Z | Downloaded endian-type v0.1.2 |
1114 | 2024-07-25T05:11:57.698Z | Downloaded parking_lot_core v0.8.6 |
1115 | 2024-07-25T05:11:57.701Z | Downloaded packed_struct_codegen v0.10.1 |
1116 | 2024-07-25T05:11:57.701Z | Downloaded num_enum v0.5.11 |
1117 | 2024-07-25T05:11:57.708Z | Downloaded rand_xorshift v0.3.0 |
1118 | 2024-07-25T05:11:57.710Z | Downloaded ring v0.17.8 |
1119 | 2024-07-25T05:11:57.775Z | Downloaded predicates v3.1.0 |
1120 | 2024-07-25T05:11:57.778Z | Downloaded ppv-lite86 v0.2.17 |
1121 | 2024-07-25T05:11:57.781Z | Downloaded derive_more v0.99.18 |
1122 | 2024-07-25T05:11:57.783Z | Downloaded arrayvec v0.7.4 |
1123 | 2024-07-25T05:11:57.786Z | Downloaded ascii v1.1.0 |
1124 | 2024-07-25T05:11:57.789Z | Downloaded colored v2.1.0 |
1125 | 2024-07-25T05:11:57.789Z | Downloaded block-padding v0.3.3 |
1126 | 2024-07-25T05:11:57.791Z | Downloaded constant_time_eq v0.3.0 |
1127 | 2024-07-25T05:11:57.791Z | Downloaded bitflags v1.3.2 |
1128 | 2024-07-25T05:11:57.794Z | Downloaded toolchain_find v0.4.0 |
1129 | 2024-07-25T05:11:57.797Z | Downloaded pretty-hex v0.2.1 |
1130 | 2024-07-25T05:11:57.797Z | Downloaded portpicker v0.1.1 |
1131 | 2024-07-25T05:11:57.797Z | Downloaded arc-swap v1.7.1 |
1132 | 2024-07-25T05:11:57.800Z | Downloaded darling v0.20.9 |
1133 | 2024-07-25T05:11:57.803Z | Downloaded cexpr v0.6.0 |
1134 | 2024-07-25T05:11:57.806Z | Downloaded async-recursion v1.1.1 |
1135 | 2024-07-25T05:11:57.809Z | Downloaded allocator-api2 v0.2.18 |
1136 | 2024-07-25T05:11:57.811Z | Downloaded cancel-safe-futures v0.1.5 |
1137 | 2024-07-25T05:11:57.814Z | Downloaded ring v0.16.20 |
1138 | 2024-07-25T05:11:57.892Z | Downloaded password-hash v0.5.0 |
1139 | 2024-07-25T05:11:57.895Z | Downloaded mime_guess v2.0.4 |
1140 | 2024-07-25T05:11:57.898Z | Downloaded crc-catalog v2.4.0 |
1141 | 2024-07-25T05:11:57.898Z | Downloaded backoff v0.4.0 |
1142 | 2024-07-25T05:11:57.900Z | Downloaded base16ct v0.2.0 |
1143 | 2024-07-25T05:11:57.900Z | Downloaded async-trait v0.1.81 |
1144 | 2024-07-25T05:11:57.903Z | Downloaded ascii-canvas v3.0.0 |
1145 | 2024-07-25T05:11:57.905Z | Downloaded num-integer v0.1.46 |
1146 | 2024-07-25T05:11:57.905Z | Downloaded num-derive v0.4.2 |
1147 | 2024-07-25T05:11:57.910Z | Downloaded phf v0.11.2 |
1148 | 2024-07-25T05:11:57.910Z | Downloaded derive_builder_macro v0.20.0 |
1149 | 2024-07-25T05:11:57.910Z | Downloaded crunchy v0.2.2 |
1150 | 2024-07-25T05:11:57.912Z | Downloaded bitstruct_derive v0.1.0 |
1151 | 2024-07-25T05:11:57.912Z | Downloaded argon2 v0.5.3 |
1152 | 2024-07-25T05:11:57.912Z | Downloaded newtype-uuid v1.1.0 |
1153 | 2024-07-25T05:11:57.912Z | Downloaded defmt-macros v0.3.9 |
1154 | 2024-07-25T05:11:57.915Z | Downloaded castaway v0.2.2 |
1155 | 2024-07-25T05:11:57.918Z | Downloaded buf-list v1.0.3 |
1156 | 2024-07-25T05:11:57.918Z | Downloaded predicates-core v1.0.6 |
1157 | 2024-07-25T05:11:57.921Z | Downloaded peg v0.8.4 |
1158 | 2024-07-25T05:11:57.923Z | Downloaded num_enum_derive v0.5.11 |
1159 | 2024-07-25T05:11:57.923Z | Downloaded num v0.4.3 |
1160 | 2024-07-25T05:11:57.923Z | Downloaded chacha20 v0.9.1 |
1161 | 2024-07-25T05:11:57.926Z | Downloaded olpc-cjson v0.1.3 |
1162 | 2024-07-25T05:11:57.926Z | Downloaded crc v3.2.1 |
1163 | 2024-07-25T05:11:57.929Z | Downloaded async-stream-impl v0.3.5 |
1164 | 2024-07-25T05:11:57.929Z | Downloaded convert_case v0.4.0 |
1165 | 2024-07-25T05:11:57.929Z | Downloaded bit-vec v0.6.3 |
1166 | 2024-07-25T05:11:57.934Z | Downloaded async-stream v0.3.5 |
1167 | 2024-07-25T05:11:58.070Z | Compiling proc-macro2 v1.0.86 |
1168 | 2024-07-25T05:11:58.073Z | Compiling unicode-ident v1.0.12 |
1169 | 2024-07-25T05:11:58.073Z | Compiling libc v0.2.155 |
1170 | 2024-07-25T05:11:58.073Z | Compiling serde v1.0.204 |
1171 | 2024-07-25T05:11:58.073Z | Compiling autocfg v1.3.0 |
1172 | 2024-07-25T05:11:58.073Z | Compiling version_check v0.9.4 |
1173 | 2024-07-25T05:11:58.073Z | Compiling cfg-if v1.0.0 |
1174 | 2024-07-25T05:11:58.326Z | Compiling cc v1.0.97 |
1175 | 2024-07-25T05:11:58.339Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-07-25T05:11:58.357Z | Compiling once_cell v1.19.0 |
1177 | 2024-07-25T05:11:58.740Z | Compiling serde_json v1.0.120 |
1178 | 2024-07-25T05:11:58.814Z | Compiling libm v0.2.8 |
1179 | 2024-07-25T05:11:58.977Z | Compiling lock_api v0.4.12 |
1180 | 2024-07-25T05:11:59.029Z | Compiling ahash v0.8.11 |
1181 | 2024-07-25T05:11:59.031Z | Compiling byteorder v1.5.0 |
1182 | 2024-07-25T05:11:59.105Z | Compiling num-traits v0.2.19 |
1183 | 2024-07-25T05:11:59.228Z | Compiling memchr v2.7.2 |
1184 | 2024-07-25T05:11:59.363Z | Compiling scopeguard v1.2.0 |
1185 | 2024-07-25T05:11:59.468Z | Compiling thiserror v1.0.62 |
1186 | 2024-07-25T05:11:59.490Z | Compiling typenum v1.17.0 |
1187 | 2024-07-25T05:11:59.959Z | Compiling quote v1.0.36 |
1188 | 2024-07-25T05:12:00.061Z | Compiling getrandom v0.2.14 |
1189 | 2024-07-25T05:12:00.444Z | Compiling syn v2.0.72 |
1190 | 2024-07-25T05:12:00.546Z | Compiling log v0.4.21 |
1191 | 2024-07-25T05:12:00.723Z | Compiling itoa v1.0.11 |
1192 | 2024-07-25T05:12:00.846Z | Compiling generic-array v0.14.7 |
1193 | 2024-07-25T05:12:01.146Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-07-25T05:12:01.291Z | Compiling slab v0.4.9 |
1195 | 2024-07-25T05:12:01.341Z | Compiling ring v0.17.8 |
1196 | 2024-07-25T05:12:01.416Z | Compiling ryu v1.0.18 |
1197 | 2024-07-25T05:12:01.587Z | Compiling pin-project-lite v0.2.14 |
1198 | 2024-07-25T05:12:01.692Z | Compiling smallvec v1.13.2 |
1199 | 2024-07-25T05:12:01.709Z | Compiling schemars v0.8.21 |
1200 | 2024-07-25T05:12:01.740Z | Compiling semver v1.0.23 |
1201 | 2024-07-25T05:12:02.102Z | Compiling equivalent v1.0.1 |
1202 | 2024-07-25T05:12:02.149Z | Compiling spin v0.9.8 |
1203 | 2024-07-25T05:12:02.231Z | Compiling pkg-config v0.3.30 |
1204 | 2024-07-25T05:12:02.311Z | Compiling vcpkg v0.2.15 |
1205 | 2024-07-25T05:12:02.659Z | Compiling parking_lot v0.12.2 |
1206 | 2024-07-25T05:12:03.026Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2024-07-25T05:12:03.667Z | Compiling syn v1.0.109 |
1208 | 2024-07-25T05:12:04.160Z | Compiling openssl-sys v0.9.103 |
1209 | 2024-07-25T05:12:04.277Z | Compiling mio v0.8.11 |
1210 | 2024-07-25T05:12:04.985Z | Compiling rand_core v0.6.4 |
1211 | 2024-07-25T05:12:05.088Z | Compiling num_cpus v1.16.0 |
1212 | 2024-07-25T05:12:05.222Z | Compiling socket2 v0.5.7 |
1213 | 2024-07-25T05:12:05.356Z | Compiling num-conv v0.1.0 |
1214 | 2024-07-25T05:12:05.634Z | Compiling time-core v0.1.2 |
1215 | 2024-07-25T05:12:05.803Z | Compiling time-macros v0.2.18 |
1216 | 2024-07-25T05:12:06.157Z | Compiling httparse v1.8.0 |
1217 | 2024-07-25T05:12:06.268Z | Compiling heck v0.5.0 |
1218 | 2024-07-25T05:12:06.655Z | Compiling futures-core v0.3.30 |
1219 | 2024-07-25T05:12:06.905Z | Compiling fnv v1.0.7 |
1220 | 2024-07-25T05:12:07.034Z | Compiling openssl v0.10.66 |
1221 | 2024-07-25T05:12:07.493Z | Compiling crossbeam-utils v0.8.19 |
1222 | 2024-07-25T05:12:07.563Z | Compiling rustix v0.38.34 |
1223 | 2024-07-25T05:12:07.679Z | Compiling iana-time-zone v0.1.60 |
1224 | 2024-07-25T05:12:08.028Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-07-25T05:12:08.269Z | Compiling native-tls v0.2.11 |
1226 | 2024-07-25T05:12:08.493Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-07-25T05:12:08.568Z | Compiling rustls v0.21.12 |
1228 | 2024-07-25T05:12:08.586Z | Compiling tinyvec v1.6.0 |
1229 | 2024-07-25T05:12:08.947Z | Compiling subtle v2.5.0 |
1230 | 2024-07-25T05:12:09.330Z | Compiling const-oid v0.9.6 |
1231 | 2024-07-25T05:12:09.527Z | Compiling futures-sink v0.3.30 |
1232 | 2024-07-25T05:12:09.616Z | Compiling ucd-trie v0.1.6 |
1233 | 2024-07-25T05:12:09.964Z | Compiling unicode-normalization v0.1.23 |
1234 | 2024-07-25T05:12:10.223Z | Compiling backtrace v0.3.71 |
1235 | 2024-07-25T05:12:10.298Z | Compiling cookie v0.17.0 |
1236 | 2024-07-25T05:12:10.606Z | Compiling unicode-bidi v0.3.15 |
1237 | 2024-07-25T05:12:10.704Z | Compiling slog v2.7.0 |
1238 | 2024-07-25T05:12:10.794Z | Compiling dyn-clone v1.0.17 |
1239 | 2024-07-25T05:12:11.170Z | Compiling futures-channel v0.3.30 |
1240 | 2024-07-25T05:12:11.459Z | Compiling futures-task v0.3.30 |
1241 | 2024-07-25T05:12:11.764Z | Compiling futures-io v0.3.30 |
1242 | 2024-07-25T05:12:11.869Z | Compiling pin-utils v0.1.0 |
1243 | 2024-07-25T05:12:12.108Z | Compiling aho-corasick v1.1.3 |
1244 | 2024-07-25T05:12:12.409Z | Compiling regex-syntax v0.8.3 |
1245 | 2024-07-25T05:12:12.631Z | Compiling anyhow v1.0.86 |
1246 | 2024-07-25T05:12:13.673Z | Compiling untrusted v0.9.0 |
1247 | 2024-07-25T05:12:13.754Z | Compiling serde_derive v1.0.204 |
1248 | 2024-07-25T05:12:13.869Z | Compiling zerocopy-derive v0.7.34 |
1249 | 2024-07-25T05:12:14.325Z | Compiling zeroize_derive v1.4.2 |
1250 | 2024-07-25T05:12:14.455Z | Compiling thiserror-impl v1.0.62 |
1251 | 2024-07-25T05:12:15.695Z | Compiling tokio-macros v2.3.0 |
1252 | 2024-07-25T05:12:15.879Z | Compiling zerocopy v0.7.34 |
1253 | 2024-07-25T05:12:16.618Z | Compiling futures-macro v0.3.30 |
1254 | 2024-07-25T05:12:17.212Z | Compiling schemars_derive v0.8.21 |
1255 | 2024-07-25T05:12:17.562Z | Compiling tracing-attributes v0.1.27 |
1256 | 2024-07-25T05:12:18.115Z | Compiling hashbrown v0.14.5 |
1257 | 2024-07-25T05:12:18.188Z | Compiling zeroize v1.7.0 |
1258 | 2024-07-25T05:12:18.922Z | Compiling openssl-macros v0.1.1 |
1259 | 2024-07-25T05:12:19.631Z | Compiling scroll_derive v0.12.0 |
1260 | 2024-07-25T05:12:19.925Z | Compiling pest v2.7.10 |
1261 | 2024-07-25T05:12:20.083Z | Compiling crypto-common v0.1.6 |
1262 | 2024-07-25T05:12:20.284Z | Compiling futures-util v0.3.30 |
1263 | 2024-07-25T05:12:20.850Z | Compiling der_derive v0.7.2 |
1264 | 2024-07-25T05:12:20.896Z | Compiling winnow v0.5.40 |
1265 | 2024-07-25T05:12:21.037Z | Compiling block-buffer v0.10.4 |
1266 | 2024-07-25T05:12:22.349Z | Compiling pest_meta v2.7.10 |
1267 | 2024-07-25T05:12:23.199Z | Compiling regex-automata v0.4.6 |
1268 | 2024-07-25T05:12:24.658Z | Compiling pest_generator v2.7.10 |
1269 | 2024-07-25T05:12:26.494Z | Compiling tracing-core v0.1.32 |
1270 | 2024-07-25T05:12:26.759Z | Compiling pest_derive v2.7.10 |
1271 | 2024-07-25T05:12:27.167Z | Compiling bytes v1.6.0 |
1272 | 2024-07-25T05:12:27.488Z | Compiling indexmap v2.2.6 |
1273 | 2024-07-25T05:12:28.412Z | Compiling bitflags v2.5.0 |
1274 | 2024-07-25T05:12:28.909Z | Compiling uuid v1.10.0 |
1275 | 2024-07-25T05:12:28.987Z | Compiling chrono v0.4.38 |
1276 | 2024-07-25T05:12:29.715Z | Compiling tokio v1.38.1 |
1277 | 2024-07-25T05:12:30.090Z | Compiling serde_tokenstream v0.2.1 |
1278 | 2024-07-25T05:12:31.041Z | Compiling toml_datetime v0.6.6 |
1279 | 2024-07-25T05:12:31.491Z | Compiling serde_spanned v0.6.6 |
1280 | 2024-07-25T05:12:33.501Z | Compiling http v0.2.12 |
1281 | 2024-07-25T05:12:34.379Z | Compiling toml_edit v0.19.15 |
1282 | 2024-07-25T05:12:35.438Z | Compiling rustc_version v0.4.0 |
1283 | 2024-07-25T05:12:35.829Z | Compiling usdt-impl v0.5.0 |
1284 | 2024-07-25T05:12:35.898Z | Compiling powerfmt v0.2.0 |
1285 | 2024-07-25T05:12:36.079Z | Compiling rustversion v1.0.17 |
1286 | 2024-07-25T05:12:36.154Z | Compiling heapless v0.7.17 |
1287 | 2024-07-25T05:12:36.416Z | Compiling deranged v0.3.11 |
1288 | 2024-07-25T05:12:36.552Z | Compiling tracing v0.1.40 |
1289 | 2024-07-25T05:12:36.751Z | Compiling digest v0.10.7 |
1290 | 2024-07-25T05:12:37.167Z | Compiling scroll v0.12.0 |
1291 | 2024-07-25T05:12:37.647Z | Compiling heck v0.4.1 |
1292 | 2024-07-25T05:12:37.735Z | Compiling plain v0.2.3 |
1293 | 2024-07-25T05:12:38.084Z | Compiling num_threads v0.1.7 |
1294 | 2024-07-25T05:12:38.212Z | Compiling percent-encoding v2.3.1 |
1295 | 2024-07-25T05:12:38.522Z | Compiling signal-hook v0.3.17 |
1296 | 2024-07-25T05:12:38.652Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2024-07-25T05:12:38.742Z | Compiling time v0.3.36 |
1298 | 2024-07-25T05:12:38.771Z | Compiling goblin v0.8.2 |
1299 | 2024-07-25T05:12:39.444Z | Compiling rand_chacha v0.3.1 |
1300 | 2024-07-25T05:12:41.528Z | Compiling regex v1.10.5 |
1301 | 2024-07-25T05:12:42.719Z | Compiling crc32fast v1.4.0 |
1302 | 2024-07-25T05:12:43.118Z | Compiling pretty-hex v0.4.1 |
1303 | 2024-07-25T05:12:43.177Z | Compiling strsim v0.11.1 |
1304 | 2024-07-25T05:12:43.812Z | Compiling rand v0.8.5 |
1305 | 2024-07-25T05:12:43.933Z | Compiling tokio-util v0.7.11 |
1306 | 2024-07-25T05:12:45.209Z | Compiling dof v0.3.0 |
1307 | 2024-07-25T05:12:45.442Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-07-25T05:12:45.783Z | Compiling async-trait v0.1.81 |
1309 | 2024-07-25T05:12:46.115Z | Compiling thread-id v4.2.1 |
1310 | 2024-07-25T05:12:46.399Z | Compiling base64ct v1.6.0 |
1311 | 2024-07-25T05:12:46.969Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1312 | 2024-07-25T05:12:47.097Z | Compiling smoltcp v0.9.1 |
1313 | 2024-07-25T05:12:47.176Z | Compiling unicode-width v0.1.13 |
1314 | 2024-07-25T05:12:47.397Z | Compiling foreign-types-shared v0.1.1 |
1315 | 2024-07-25T05:12:47.522Z | Compiling foreign-types v0.3.2 |
1316 | 2024-07-25T05:12:47.707Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2024-07-25T05:12:48.892Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-07-25T05:12:49.426Z | Compiling hmac v0.12.1 |
1319 | 2024-07-25T05:12:49.469Z | Compiling try-lock v0.2.5 |
1320 | 2024-07-25T05:12:49.798Z | Compiling adler v1.0.2 |
1321 | 2024-07-25T05:12:49.893Z | Compiling siphasher v0.3.11 |
1322 | 2024-07-25T05:12:49.934Z | Compiling flagset v0.4.5 |
1323 | 2024-07-25T05:12:49.993Z | Compiling base64 v0.21.7 |
1324 | 2024-07-25T05:12:50.138Z | Compiling der v0.7.9 |
1325 | 2024-07-25T05:12:50.173Z | Compiling miniz_oxide v0.7.2 |
1326 | 2024-07-25T05:12:50.260Z | Compiling want v0.3.1 |
1327 | 2024-07-25T05:12:52.381Z | Compiling rustls-webpki v0.101.7 |
1328 | 2024-07-25T05:12:52.531Z | Compiling sct v0.7.1 |
1329 | 2024-07-25T05:12:52.828Z | Compiling h2 v0.3.26 |
1330 | 2024-07-25T05:12:54.014Z | Compiling http-body v0.4.6 |
1331 | 2024-07-25T05:12:54.540Z | Compiling openapiv3 v2.0.0 |
1332 | 2024-07-25T05:12:54.605Z | Compiling hubpack_derive v0.1.1 |
1333 | 2024-07-25T05:12:55.035Z | Compiling zerocopy-derive v0.6.6 |
1334 | 2024-07-25T05:12:55.439Z | Compiling idna v0.5.0 |
1335 | 2024-07-25T05:12:55.925Z | Compiling lazy_static v1.5.0 |
1336 | 2024-07-25T05:12:56.056Z | Compiling errno v0.3.9 |
1337 | 2024-07-25T05:12:56.564Z | Compiling fs-err v2.11.0 |
1338 | 2024-07-25T05:12:56.819Z | Compiling openssl-probe v0.1.5 |
1339 | 2024-07-25T05:12:56.836Z | Compiling httpdate v1.0.3 |
1340 | 2024-07-25T05:12:56.854Z | Compiling utf8parse v0.2.1 |
1341 | 2024-07-25T05:12:57.013Z | Compiling anstyle v1.0.7 |
1342 | 2024-07-25T05:12:57.031Z | Compiling gimli v0.28.1 |
1343 | 2024-07-25T05:12:57.087Z | Compiling stable_deref_trait v1.2.0 |
1344 | 2024-07-25T05:12:57.193Z | Compiling tower-service v0.3.2 |
1345 | 2024-07-25T05:12:57.235Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-07-25T05:12:57.332Z | Compiling finl_unicode v1.2.0 |
1347 | 2024-07-25T05:12:58.818Z | Compiling stringprep v0.1.4 |
1348 | 2024-07-25T05:12:58.835Z | Compiling sha2 v0.10.8 |
1349 | 2024-07-25T05:12:59.058Z | Compiling anstyle-parse v0.2.4 |
1350 | 2024-07-25T05:12:59.598Z | Compiling hyper v0.14.28 |
1351 | 2024-07-25T05:12:59.809Z | Compiling url v2.5.2 |
1352 | 2024-07-25T05:13:02.577Z | Compiling addr2line v0.21.0 |
1353 | 2024-07-25T05:13:03.413Z | Compiling spki v0.7.3 |
1354 | 2024-07-25T05:13:03.782Z | Compiling usdt-macro v0.5.0 |
1355 | 2024-07-25T05:13:04.620Z | Compiling usdt-attr-macro v0.5.0 |
1356 | 2024-07-25T05:13:05.228Z | Compiling md-5 v0.10.6 |
1357 | 2024-07-25T05:13:09.069Z | Compiling idna v0.3.0 |
1358 | 2024-07-25T05:13:09.561Z | Compiling diesel_table_macro_syntax v0.1.0 |
1359 | 2024-07-25T05:13:09.929Z | Compiling num-integer v0.1.46 |
1360 | 2024-07-25T05:13:10.476Z | Compiling object v0.32.2 |
1361 | 2024-07-25T05:13:10.628Z | Compiling hash32 v0.2.1 |
1362 | 2024-07-25T05:13:10.803Z | Compiling rustc-demangle v0.1.24 |
1363 | 2024-07-25T05:13:10.997Z | Compiling anstyle-query v1.0.3 |
1364 | 2024-07-25T05:13:11.777Z | Compiling psl-types v2.0.11 |
1365 | 2024-07-25T05:13:13.069Z | Compiling colorchoice v1.0.1 |
1366 | 2024-07-25T05:13:13.668Z | Compiling is_terminal_polyfill v1.70.0 |
1367 | 2024-07-25T05:13:13.802Z | Compiling fallible-iterator v0.2.0 |
1368 | 2024-07-25T05:13:14.507Z | Compiling postgres-protocol v0.6.6 |
1369 | 2024-07-25T05:13:15.726Z | Compiling anstream v0.6.14 |
1370 | 2024-07-25T05:13:17.032Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-07-25T05:13:19.683Z | Compiling diesel_derives v2.1.4 |
1372 | 2024-07-25T05:13:24.516Z | Compiling tokio-rustls v0.24.1 |
1373 | 2024-07-25T05:13:25.778Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-07-25T05:13:26.186Z | Compiling terminal_size v0.3.0 |
1375 | 2024-07-25T05:13:26.360Z | Compiling tokio-native-tls v0.3.1 |
1376 | 2024-07-25T05:13:26.660Z | Compiling phf_shared v0.11.2 |
1377 | 2024-07-25T05:13:28.009Z | Compiling strum_macros v0.25.3 |
1378 | 2024-07-25T05:13:28.223Z | Compiling enum-as-inner v0.5.1 |
1379 | 2024-07-25T05:13:28.543Z | Compiling block-padding v0.3.3 |
1380 | 2024-07-25T05:13:28.774Z | Compiling regress v0.9.1 |
1381 | 2024-07-25T05:13:29.185Z | Compiling serde_repr v0.1.19 |
1382 | 2024-07-25T05:13:29.485Z | Compiling clap_derive v4.5.8 |
1383 | 2024-07-25T05:13:31.471Z | Compiling ff v0.13.0 |
1384 | 2024-07-25T05:13:31.732Z | Compiling scheduled-thread-pool v0.2.7 |
1385 | 2024-07-25T05:13:32.264Z | Compiling encoding_rs v0.8.34 |
1386 | 2024-07-25T05:13:33.482Z | Compiling managed v0.8.0 |
1387 | 2024-07-25T05:13:33.703Z | Compiling either v1.12.0 |
1388 | 2024-07-25T05:13:34.001Z | Compiling matches v0.1.10 |
1389 | 2024-07-25T05:13:34.028Z | Compiling mime v0.3.17 |
1390 | 2024-07-25T05:13:34.094Z | Compiling bit-vec v0.6.3 |
1391 | 2024-07-25T05:13:34.151Z | Compiling base16ct v0.2.0 |
1392 | 2024-07-25T05:13:34.452Z | Compiling bitflags v1.3.2 |
1393 | 2024-07-25T05:13:34.876Z | Compiling clap_lex v0.7.0 |
1394 | 2024-07-25T05:13:34.926Z | Compiling regex-automata v0.1.10 |
1395 | 2024-07-25T05:13:35.076Z | Compiling ipnet v2.9.0 |
1396 | 2024-07-25T05:13:36.174Z | Compiling bstr v0.2.17 |
1397 | 2024-07-25T05:13:36.224Z | Compiling clap_builder v4.5.9 |
1398 | 2024-07-25T05:13:37.832Z | Compiling sec1 v0.7.3 |
1399 | 2024-07-25T05:13:38.017Z | Compiling idna v0.2.3 |
1400 | 2024-07-25T05:13:38.398Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1401 | 2024-07-25T05:13:39.379Z | Compiling r2d2 v0.8.10 |
1402 | 2024-07-25T05:13:40.946Z | Compiling group v0.13.0 |
1403 | 2024-07-25T05:13:43.036Z | Compiling inout v0.1.3 |
1404 | 2024-07-25T05:13:43.622Z | Compiling phf v0.11.2 |
1405 | 2024-07-25T05:13:43.873Z | Compiling hyper-tls v0.5.0 |
1406 | 2024-07-25T05:13:43.917Z | Compiling signal-hook-mio v0.2.3 |
1407 | 2024-07-25T05:13:44.094Z | Compiling hyper-rustls v0.24.2 |
1408 | 2024-07-25T05:13:44.216Z | Compiling cookie_store v0.20.0 |
1409 | 2024-07-25T05:13:44.356Z | Compiling postgres-types v0.2.6 |
1410 | 2024-07-25T05:13:44.449Z | Compiling num-bigint v0.4.5 |
1411 | 2024-07-25T05:13:44.541Z | Compiling zerocopy v0.6.6 |
1412 | 2024-07-25T05:13:45.550Z | Compiling hubpack v0.1.2 |
1413 | 2024-07-25T05:13:45.580Z | Compiling rustls-pemfile v1.0.4 |
1414 | 2024-07-25T05:13:45.763Z | Compiling phf_shared v0.10.0 |
1415 | 2024-07-25T05:13:45.971Z | Compiling hkdf v0.12.4 |
1416 | 2024-07-25T05:13:45.986Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-07-25T05:13:46.166Z | Compiling crossbeam-epoch v0.9.18 |
1418 | 2024-07-25T05:13:46.519Z | Compiling ipnetwork v0.20.0 |
1419 | 2024-07-25T05:13:47.672Z | Compiling futures-executor v0.3.30 |
1420 | 2024-07-25T05:13:48.028Z | Compiling crypto-bigint v0.5.5 |
1421 | 2024-07-25T05:13:48.227Z | Compiling float-cmp v0.9.0 |
1422 | 2024-07-25T05:13:48.247Z | Compiling memmap v0.7.0 |
1423 | 2024-07-25T05:13:48.437Z | Compiling data-encoding v2.6.0 |
1424 | 2024-07-25T05:13:48.555Z | Compiling winnow v0.6.8 |
1425 | 2024-07-25T05:13:50.101Z | Compiling fixedbitset v0.4.2 |
1426 | 2024-07-25T05:13:50.510Z | Compiling normalize-line-endings v0.3.0 |
1427 | 2024-07-25T05:13:50.633Z | Compiling difflib v0.4.0 |
1428 | 2024-07-25T05:13:50.683Z | Compiling precomputed-hash v0.1.1 |
1429 | 2024-07-25T05:13:50.810Z | Compiling predicates-core v1.0.6 |
1430 | 2024-07-25T05:13:51.543Z | Compiling webpki-roots v0.25.4 |
1431 | 2024-07-25T05:13:51.705Z | Compiling minimal-lexical v0.2.1 |
1432 | 2024-07-25T05:13:51.906Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-07-25T05:13:51.944Z | Compiling whoami v1.5.1 |
1434 | 2024-07-25T05:13:52.194Z | Compiling sync_wrapper v0.1.2 |
1435 | 2024-07-25T05:13:52.334Z | Compiling static_assertions v1.1.0 |
1436 | 2024-07-25T05:13:52.351Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-07-25T05:13:52.457Z | Compiling string_cache v0.8.7 |
1438 | 2024-07-25T05:13:52.534Z | Compiling similar v2.5.0 |
1439 | 2024-07-25T05:13:52.558Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1440 | 2024-07-25T05:13:52.575Z | Compiling reqwest v0.11.27 |
1441 | 2024-07-25T05:13:52.666Z | Compiling tokio-postgres v0.7.10 |
1442 | 2024-07-25T05:13:52.923Z | Compiling nom v7.1.3 |
1443 | 2024-07-25T05:13:53.757Z | Compiling toml_edit v0.22.16 |
1444 | 2024-07-25T05:13:56.334Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1445 | 2024-07-25T05:13:56.636Z | Compiling predicates v3.1.0 |
1446 | 2024-07-25T05:13:57.314Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-07-25T05:13:58.057Z | Compiling petgraph v0.6.5 |
1448 | 2024-07-25T05:13:58.203Z | Compiling trust-dns-proto v0.22.0 |
1449 | 2024-07-25T05:13:58.867Z | Compiling usdt v0.5.0 |
1450 | 2024-07-25T05:14:00.069Z | Compiling futures v0.3.30 |
1451 | 2024-07-25T05:14:00.183Z | Compiling yasna v0.5.2 |
1452 | 2024-07-25T05:14:00.308Z | Compiling diesel v2.1.6 |
1453 | 2024-07-25T05:14:01.293Z | Compiling crossterm v0.27.0 |
1454 | 2024-07-25T05:14:01.310Z | Compiling flate2 v1.0.30 |
1455 | 2024-07-25T05:14:01.575Z | Compiling cipher v0.4.4 |
1456 | 2024-07-25T05:14:02.039Z | Compiling clap v4.5.9 |
1457 | 2024-07-25T05:14:02.171Z | Compiling itertools v0.10.5 |
1458 | 2024-07-25T05:14:02.197Z | Compiling itertools v0.12.1 |
1459 | 2024-07-25T05:14:02.773Z | Compiling bit-set v0.5.3 |
1460 | 2024-07-25T05:14:04.698Z | Compiling num-iter v0.1.45 |
1461 | 2024-07-25T05:14:04.997Z | Compiling console v0.15.8 |
1462 | 2024-07-25T05:14:05.422Z | Compiling tokio-stream v0.1.15 |
1463 | 2024-07-25T05:14:05.633Z | Compiling toml v0.7.8 |
1464 | 2024-07-25T05:14:05.650Z | Compiling bstr v1.9.1 |
1465 | 2024-07-25T05:14:05.716Z | Compiling hex v0.4.3 |
1466 | 2024-07-25T05:14:06.177Z | Compiling lalrpop-util v0.19.12 |
1467 | 2024-07-25T05:14:06.299Z | Compiling unicode-xid v0.2.4 |
1468 | 2024-07-25T05:14:06.464Z | Compiling camino v1.1.7 |
1469 | 2024-07-25T05:14:06.580Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-07-25T05:14:07.178Z | Compiling proc-macro-crate v1.3.1 |
1471 | 2024-07-25T05:14:08.656Z | Compiling heapless v0.8.0 |
1472 | 2024-07-25T05:14:10.737Z | Compiling num_enum_derive v0.5.11 |
1473 | 2024-07-25T05:14:16.038Z | Compiling hash32 v0.3.1 |
1474 | 2024-07-25T05:14:16.568Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1475 | 2024-07-25T05:14:16.746Z | Compiling smoltcp v0.11.0 |
1476 | 2024-07-25T05:14:16.929Z | Compiling ident_case v1.0.1 |
1477 | 2024-07-25T05:14:17.089Z | Compiling rustls-pki-types v1.7.0 |
1478 | 2024-07-25T05:14:23.262Z | Compiling darling_core v0.20.9 |
1479 | 2024-07-25T05:14:31.574Z | Compiling num_enum v0.5.11 |
1480 | 2024-07-25T05:14:33.574Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1481 | 2024-07-25T05:14:33.785Z | Compiling getopts v0.2.21 |
1482 | 2024-07-25T05:14:34.932Z | Compiling dirs-sys-next v0.1.2 |
1483 | 2024-07-25T05:14:35.628Z | Compiling proc-macro-error-attr v1.0.4 |
1484 | 2024-07-25T05:14:35.936Z | Compiling cobs v0.2.3 |
1485 | 2024-07-25T05:14:36.011Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1486 | 2024-07-25T05:14:36.233Z | Compiling rustls v0.22.4 |
1487 | 2024-07-25T05:14:36.278Z | Compiling paste v1.0.15 |
1488 | 2024-07-25T05:14:36.500Z | Compiling unsafe-libyaml v0.2.11 |
1489 | 2024-07-25T05:14:36.741Z | Compiling embedded-io v0.4.0 |
1490 | 2024-07-25T05:14:36.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1491 | 2024-07-25T05:14:38.097Z | Compiling serde_yaml v0.9.34+deprecated |
1492 | 2024-07-25T05:14:40.784Z | Compiling postcard v1.0.8 |
1493 | 2024-07-25T05:14:42.612Z | Compiling dirs-next v2.0.0 |
1494 | 2024-07-25T05:14:43.265Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1495 | 2024-07-25T05:14:45.324Z | Compiling darling_macro v0.20.9 |
1496 | 2024-07-25T05:14:46.322Z | Compiling rustls-webpki v0.102.4 |
1497 | 2024-07-25T05:14:53.441Z | Compiling strum_macros v0.26.4 |
1498 | 2024-07-25T05:14:54.602Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-07-25T05:14:55.159Z | Compiling structmeta-derive v0.3.0 |
1500 | 2024-07-25T05:14:55.813Z | Compiling thread_local v1.1.8 |
1501 | 2024-07-25T05:14:55.830Z | Compiling multer v3.1.0 |
1502 | 2024-07-25T05:14:56.123Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1503 | 2024-07-25T05:14:56.413Z | Compiling proc-macro-error v1.0.4 |
1504 | 2024-07-25T05:14:57.498Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1505 | 2024-07-25T05:14:59.081Z | Compiling match_cfg v0.1.0 |
1506 | 2024-07-25T05:14:59.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1507 | 2024-07-25T05:14:59.456Z | Compiling slog-async v2.8.0 |
1508 | 2024-07-25T05:14:59.732Z | Compiling foreign-types-shared v0.3.1 |
1509 | 2024-07-25T05:14:59.861Z | Compiling foreign-types v0.5.0 |
1510 | 2024-07-25T05:15:00.021Z | Compiling hostname v0.3.1 |
1511 | 2024-07-25T05:15:00.874Z | Compiling strum v0.26.3 |
1512 | 2024-07-25T05:15:02.619Z | Compiling structmeta v0.3.0 |
1513 | 2024-07-25T05:15:03.045Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1514 | 2024-07-25T05:15:08.625Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1515 | 2024-07-25T05:15:10.741Z | Compiling darling v0.20.9 |
1516 | 2024-07-25T05:15:15.156Z | Compiling term v0.7.0 |
1517 | 2024-07-25T05:15:21.036Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1518 | 2024-07-25T05:15:24.702Z | Compiling slog-json v2.6.1 |
1519 | 2024-07-25T05:15:24.888Z | Compiling tabwriter v1.4.0 |
1520 | 2024-07-25T05:15:24.990Z | Compiling crossbeam-channel v0.5.12 |
1521 | 2024-07-25T05:15:25.662Z | Compiling http v1.1.0 |
1522 | 2024-07-25T05:15:26.295Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1523 | 2024-07-25T05:15:26.482Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1524 | 2024-07-25T05:15:26.556Z | Compiling async-stream-impl v0.3.5 |
1525 | 2024-07-25T05:15:26.718Z | Compiling cstr-argument v0.1.2 |
1526 | 2024-07-25T05:15:27.004Z | Compiling is-terminal v0.4.12 |
1527 | 2024-07-25T05:15:27.078Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1528 | 2024-07-25T05:15:27.148Z | Compiling atomic-waker v1.1.2 |
1529 | 2024-07-25T05:15:27.347Z | Compiling pretty-hex v0.2.1 |
1530 | 2024-07-25T05:15:27.350Z | Compiling fastrand v2.1.0 |
1531 | 2024-07-25T05:15:27.596Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1532 | 2024-07-25T05:15:27.720Z | Compiling base64 v0.22.1 |
1533 | 2024-07-25T05:15:27.873Z | Compiling take_mut v0.2.2 |
1534 | 2024-07-25T05:15:28.050Z | Compiling rayon-core v1.12.1 |
1535 | 2024-07-25T05:15:28.100Z | Compiling crucible-workspace-hack v0.1.0 |
1536 | 2024-07-25T05:15:28.351Z | Compiling rustls-pemfile v2.1.2 |
1537 | 2024-07-25T05:15:28.921Z | Compiling async-stream v0.3.5 |
1538 | 2024-07-25T05:15:28.937Z | Compiling tempfile v3.10.1 |
1539 | 2024-07-25T05:15:29.125Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1540 | 2024-07-25T05:15:29.515Z | Compiling waitgroup v0.1.2 |
1541 | 2024-07-25T05:15:30.001Z | Compiling slog-term v2.9.1 |
1542 | 2024-07-25T05:15:30.540Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1543 | 2024-07-25T05:15:30.759Z | Compiling slog-bunyan v2.5.0 |
1544 | 2024-07-25T05:15:31.051Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1545 | 2024-07-25T05:15:31.469Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-07-25T05:15:31.472Z | Compiling serde_with_macros v3.8.3 |
1547 | 2024-07-25T05:15:31.934Z | Compiling parse-display-derive v0.9.1 |
1548 | 2024-07-25T05:15:32.007Z | Compiling toml v0.8.15 |
1549 | 2024-07-25T05:15:32.140Z | Compiling sha1 v0.10.6 |
1550 | 2024-07-25T05:15:32.796Z | Compiling crossbeam-deque v0.8.5 |
1551 | 2024-07-25T05:15:32.958Z | Compiling colored v2.1.0 |
1552 | 2024-07-25T05:15:33.200Z | Compiling newtype-uuid v1.1.0 |
1553 | 2024-07-25T05:15:33.561Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1554 | 2024-07-25T05:15:34.294Z | Compiling serde_path_to_error v0.1.16 |
1555 | 2024-07-25T05:15:34.297Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1556 | 2024-07-25T05:15:35.010Z | Compiling hostname v0.4.0 |
1557 | 2024-07-25T05:15:35.286Z | Compiling socket2 v0.4.10 |
1558 | 2024-07-25T05:15:35.329Z | Compiling instant v0.1.12 |
1559 | 2024-07-25T05:15:35.509Z | Compiling debug-ignore v1.0.5 |
1560 | 2024-07-25T05:15:35.671Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1561 | 2024-07-25T05:15:36.023Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1562 | 2024-07-25T05:15:36.132Z | Compiling parse-display v0.9.1 |
1563 | 2024-07-25T05:15:38.050Z | Compiling backoff v0.4.0 |
1564 | 2024-07-25T05:15:38.427Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-25T05:15:38.665Z | Compiling serde_with v3.8.3 |
1566 | 2024-07-25T05:15:39.017Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1567 | 2024-07-25T05:15:39.575Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1568 | 2024-07-25T05:15:40.978Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1569 | 2024-07-25T05:15:41.218Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1570 | 2024-07-25T05:15:41.702Z | Compiling camino-tempfile v1.1.1 |
1571 | 2024-07-25T05:15:42.622Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1572 | 2024-07-25T05:15:42.842Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2024-07-25T05:15:43.044Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1574 | 2024-07-25T05:15:43.121Z | Compiling macaddr v1.0.1 |
1575 | 2024-07-25T05:15:43.250Z | Compiling num-derive v0.4.2 |
1576 | 2024-07-25T05:15:43.784Z | Compiling sigpipe v0.1.3 |
1577 | 2024-07-25T05:15:43.933Z | Compiling libefi-sys v0.1.0 |
1578 | 2024-07-25T05:15:44.247Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1579 | 2024-07-25T05:15:44.792Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1580 | 2024-07-25T05:15:45.598Z | Compiling rayon v1.10.0 |
1581 | 2024-07-25T05:15:45.642Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1582 | 2024-07-25T05:15:45.690Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1583 | 2024-07-25T05:15:46.798Z | Compiling smf v0.2.3 |
1584 | 2024-07-25T05:15:47.275Z | Compiling bitfield-struct v0.6.1 |
1585 | 2024-07-25T05:15:48.104Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1586 | 2024-07-25T05:15:48.453Z | Compiling ring v0.16.20 |
1587 | 2024-07-25T05:15:48.666Z | Compiling blake3 v1.5.1 |
1588 | 2024-07-25T05:15:49.223Z | Compiling portable-atomic v1.6.0 |
1589 | 2024-07-25T05:15:49.776Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1590 | 2024-07-25T05:15:50.196Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1591 | 2024-07-25T05:15:50.419Z | Compiling xattr v1.3.1 |
1592 | 2024-07-25T05:15:50.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1593 | 2024-07-25T05:15:50.744Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1594 | 2024-07-25T05:15:51.405Z | Compiling memmap2 v0.9.4 |
1595 | 2024-07-25T05:15:51.554Z | Compiling filetime v0.2.23 |
1596 | 2024-07-25T05:15:51.912Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1597 | 2024-07-25T05:15:51.979Z | Compiling arrayvec v0.7.4 |
1598 | 2024-07-25T05:15:52.038Z | Compiling constant_time_eq v0.3.0 |
1599 | 2024-07-25T05:15:52.210Z | Compiling arrayref v0.3.7 |
1600 | 2024-07-25T05:15:52.316Z | Compiling same-file v1.0.6 |
1601 | 2024-07-25T05:15:52.462Z | Compiling untrusted v0.7.1 |
1602 | 2024-07-25T05:15:52.601Z | Compiling spin v0.5.2 |
1603 | 2024-07-25T05:15:52.666Z | Compiling walkdir v2.5.0 |
1604 | 2024-07-25T05:15:54.146Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1605 | 2024-07-25T05:15:54.226Z | Compiling tar v0.4.41 |
1606 | 2024-07-25T05:15:55.784Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1607 | 2024-07-25T05:15:56.911Z | Compiling cargo-platform v0.1.8 |
1608 | 2024-07-25T05:15:58.065Z | Compiling gethostname v0.4.3 |
1609 | 2024-07-25T05:15:58.133Z | Compiling topological-sort v0.2.2 |
1610 | 2024-07-25T05:15:58.184Z | Compiling number_prefix v0.4.0 |
1611 | 2024-07-25T05:15:58.345Z | Compiling cargo_metadata v0.18.1 |
1612 | 2024-07-25T05:15:58.392Z | Compiling indicatif v0.17.8 |
1613 | 2024-07-25T05:15:58.442Z | Compiling omicron-zone-package v0.11.0 |
1614 | 2024-07-25T05:16:02.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1615 | 2024-07-25T05:16:06.967Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1616 | 2024-07-25T05:16:08.381Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1617 | 2024-07-25T05:16:11.874Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1618 | 2024-07-25T05:16:30.166Z | Finished `release` profile [optimized] target(s) in 4m 34s |
1619 | 2024-07-25T05:16:30.282Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1620 | 2024-07-25T05:16:30.326Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1621 | 2024-07-25T05:16:30.329Z | Created new build target 'test' and set it as active |
1622 | 2024-07-25T05:16:30.329Z | |
1623 | 2024-07-25T05:16:30.329Z | real 4:34.688219644 |
1624 | 2024-07-25T05:16:30.329Z | user 30:43.139489118 |
1625 | 2024-07-25T05:16:30.329Z | sys 4:00.104341398 |
1626 | 2024-07-25T05:16:30.329Z | trap 0.917443253 |
1627 | 2024-07-25T05:16:30.329Z | tflt 2.637156632 |
1628 | 2024-07-25T05:16:30.329Z | dflt 1.984964546 |
1629 | 2024-07-25T05:16:30.329Z | kflt 0.010289024 |
1630 | 2024-07-25T05:16:30.329Z | lock 1:04:37.463160723 |
1631 | 2024-07-25T05:16:30.329Z | slp 1:26:39.113835942 |
1632 | 2024-07-25T05:16:30.329Z | lat 2:02.917182114 |
1633 | 2024-07-25T05:16:30.329Z | stop 3:01.946416611 |
1634 | 2024-07-25T05:16:30.332Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1635 | 2024-07-25T05:16:31.195Z | Finished `release` profile [optimized] target(s) in 0.81s |
1636 | 2024-07-25T05:16:31.235Z | Running `target/release/omicron-package -t test package` |
1637 | 2024-07-25T05:16:31.269Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1638 | 2024-07-25T05:16:32.292Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1639 | 2024-07-25T05:16:32.391Z | Compiling derive-where v1.2.7 |
1640 | 2024-07-25T05:16:32.394Z | Compiling humantime v2.1.0 |
1641 | 2024-07-25T05:16:32.394Z | Compiling newline-converter v0.3.0 |
1642 | 2024-07-25T05:16:32.394Z | Compiling camino v1.1.7 |
1643 | 2024-07-25T05:16:32.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1644 | 2024-07-25T05:16:32.407Z | Compiling password-hash v0.5.0 |
1645 | 2024-07-25T05:16:32.407Z | Compiling blake2 v0.10.6 |
1646 | 2024-07-25T05:16:32.618Z | Compiling expectorate v1.1.0 |
1647 | 2024-07-25T05:16:32.641Z | Compiling toml v0.8.15 |
1648 | 2024-07-25T05:16:32.815Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1649 | 2024-07-25T05:16:33.342Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1650 | 2024-07-25T05:16:33.410Z | Compiling argon2 v0.5.3 |
1651 | 2024-07-25T05:16:33.656Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1652 | 2024-07-25T05:16:33.735Z | Compiling dirs-sys-next v0.1.2 |
1653 | 2024-07-25T05:16:33.863Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-25T05:16:34.136Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1655 | 2024-07-25T05:16:34.245Z | Compiling dirs-next v2.0.0 |
1656 | 2024-07-25T05:16:34.274Z | Compiling semver v0.1.20 |
1657 | 2024-07-25T05:16:34.438Z | Compiling term v0.7.0 |
1658 | 2024-07-25T05:16:34.735Z | Compiling rustc_version v0.1.7 |
1659 | 2024-07-25T05:16:34.771Z | Compiling is-terminal v0.4.12 |
1660 | 2024-07-25T05:16:34.862Z | Compiling convert_case v0.4.0 |
1661 | 2024-07-25T05:16:34.889Z | Compiling home v0.5.9 |
1662 | 2024-07-25T05:16:35.160Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1663 | 2024-07-25T05:16:35.173Z | Compiling newtype_derive v0.1.6 |
1664 | 2024-07-25T05:16:35.639Z | Compiling steno v0.4.1 |
1665 | 2024-07-25T05:16:35.656Z | Compiling derive_more v0.99.18 |
1666 | 2024-07-25T05:16:35.678Z | Compiling rustls-pki-types v1.7.0 |
1667 | 2024-07-25T05:16:35.790Z | Compiling linked-hash-map v0.5.6 |
1668 | 2024-07-25T05:16:36.190Z | Compiling lru-cache v0.1.2 |
1669 | 2024-07-25T05:16:36.414Z | Compiling rustls-webpki v0.102.4 |
1670 | 2024-07-25T05:16:36.446Z | Compiling rustls v0.22.4 |
1671 | 2024-07-25T05:16:36.471Z | Compiling thread_local v1.1.8 |
1672 | 2024-07-25T05:16:36.977Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-25T05:16:37.078Z | Compiling hostname v0.3.1 |
1674 | 2024-07-25T05:16:38.296Z | Compiling multer v3.1.0 |
1675 | 2024-07-25T05:16:38.365Z | Compiling slog-async v2.8.0 |
1676 | 2024-07-25T05:16:38.433Z | Compiling slog-json v2.6.1 |
1677 | 2024-07-25T05:16:38.470Z | Compiling crossbeam-channel v0.5.12 |
1678 | 2024-07-25T05:16:38.803Z | Compiling http v1.1.0 |
1679 | 2024-07-25T05:16:39.374Z | Compiling atomic-waker v1.1.2 |
1680 | 2024-07-25T05:16:39.543Z | Compiling take_mut v0.2.2 |
1681 | 2024-07-25T05:16:39.562Z | Compiling base64 v0.22.1 |
1682 | 2024-07-25T05:16:40.251Z | Compiling rustls-pemfile v2.1.2 |
1683 | 2024-07-25T05:16:40.779Z | Compiling waitgroup v0.1.2 |
1684 | 2024-07-25T05:16:41.012Z | Compiling slog-bunyan v2.5.0 |
1685 | 2024-07-25T05:16:41.103Z | Compiling slog-term v2.9.1 |
1686 | 2024-07-25T05:16:41.218Z | Compiling async-stream v0.3.5 |
1687 | 2024-07-25T05:16:41.518Z | Compiling tokio-rustls v0.25.0 |
1688 | 2024-07-25T05:16:41.610Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1689 | 2024-07-25T05:16:41.682Z | Compiling sha1 v0.10.6 |
1690 | 2024-07-25T05:16:41.939Z | Compiling newtype-uuid v1.1.0 |
1691 | 2024-07-25T05:16:42.099Z | Compiling serde_path_to_error v0.1.16 |
1692 | 2024-07-25T05:16:42.221Z | Compiling hostname v0.4.0 |
1693 | 2024-07-25T05:16:42.241Z | Compiling instant v0.1.12 |
1694 | 2024-07-25T05:16:42.394Z | Compiling slog-dtrace v0.3.0 |
1695 | 2024-07-25T05:16:42.446Z | Compiling debug-ignore v1.0.5 |
1696 | 2024-07-25T05:16:42.604Z | Compiling backoff v0.4.0 |
1697 | 2024-07-25T05:16:42.773Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1698 | 2024-07-25T05:16:42.962Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1699 | 2024-07-25T05:16:43.092Z | Compiling parse-display v0.9.1 |
1700 | 2024-07-25T05:16:43.111Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1701 | 2024-07-25T05:16:43.289Z | Compiling serde_with v3.8.3 |
1702 | 2024-07-25T05:16:43.688Z | Compiling strum v0.26.3 |
1703 | 2024-07-25T05:16:43.882Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1704 | 2024-07-25T05:16:44.961Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1705 | 2024-07-25T05:16:45.660Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1706 | 2024-07-25T05:16:46.347Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1707 | 2024-07-25T05:16:46.514Z | Compiling num-rational v0.4.2 |
1708 | 2024-07-25T05:16:46.901Z | Compiling num-complex v0.4.6 |
1709 | 2024-07-25T05:16:47.381Z | Compiling macaddr v1.0.1 |
1710 | 2024-07-25T05:16:47.833Z | Compiling swrite v0.1.0 |
1711 | 2024-07-25T05:16:47.964Z | Compiling num v0.4.3 |
1712 | 2024-07-25T05:16:48.012Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1713 | 2024-07-25T05:16:50.362Z | Compiling termcolor v1.4.1 |
1714 | 2024-07-25T05:16:50.765Z | Compiling float-ord v0.3.2 |
1715 | 2024-07-25T05:16:50.919Z | Compiling quick-error v1.2.3 |
1716 | 2024-07-25T05:16:51.052Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-07-25T05:16:51.232Z | Compiling utf-8 v0.7.6 |
1718 | 2024-07-25T05:16:51.470Z | Compiling trust-dns-resolver v0.22.0 |
1719 | 2024-07-25T05:16:51.605Z | Compiling rayon-core v1.12.1 |
1720 | 2024-07-25T05:16:51.629Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1721 | 2024-07-25T05:16:52.670Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1722 | 2024-07-25T05:16:57.917Z | Compiling crossbeam-deque v0.8.5 |
1723 | 2024-07-25T05:16:58.269Z | Compiling fastrand v2.1.0 |
1724 | 2024-07-25T05:16:58.474Z | Compiling same-file v1.0.6 |
1725 | 2024-07-25T05:16:58.787Z | Compiling display-error-chain v0.2.0 |
1726 | 2024-07-25T05:16:58.983Z | Compiling walkdir v2.5.0 |
1727 | 2024-07-25T05:16:59.660Z | Compiling tempfile v3.10.1 |
1728 | 2024-07-25T05:17:02.075Z | Compiling radium v0.7.0 |
1729 | 2024-07-25T05:17:02.535Z | Compiling ring v0.16.20 |
1730 | 2024-07-25T05:17:03.406Z | Compiling blake3 v1.5.1 |
1731 | 2024-07-25T05:17:03.781Z | Compiling rayon v1.10.0 |
1732 | 2024-07-25T05:17:05.170Z | Compiling xattr v1.3.1 |
1733 | 2024-07-25T05:17:05.433Z | Compiling nibble_vec v0.1.0 |
1734 | 2024-07-25T05:17:05.670Z | Compiling memmap2 v0.9.4 |
1735 | 2024-07-25T05:17:06.104Z | Compiling filetime v0.2.23 |
1736 | 2024-07-25T05:17:06.424Z | Compiling constant_time_eq v0.3.0 |
1737 | 2024-07-25T05:17:06.586Z | Compiling arrayvec v0.7.4 |
1738 | 2024-07-25T05:17:07.016Z | Compiling tap v1.0.1 |
1739 | 2024-07-25T05:17:07.221Z | Compiling cancel-safe-futures v0.1.5 |
1740 | 2024-07-25T05:17:07.571Z | Compiling endian-type v0.1.2 |
1741 | 2024-07-25T05:17:07.826Z | Compiling spin v0.5.2 |
1742 | 2024-07-25T05:17:08.074Z | Compiling untrusted v0.7.1 |
1743 | 2024-07-25T05:17:08.258Z | Compiling maybe-uninit v2.0.0 |
1744 | 2024-07-25T05:17:08.654Z | Compiling arrayref v0.3.7 |
1745 | 2024-07-25T05:17:09.775Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1746 | 2024-07-25T05:17:10.226Z | Compiling radix_trie v0.2.1 |
1747 | 2024-07-25T05:17:11.113Z | Compiling wyz v0.5.1 |
1748 | 2024-07-25T05:17:11.604Z | Compiling tar v0.4.41 |
1749 | 2024-07-25T05:17:12.858Z | Compiling camino-tempfile v1.1.1 |
1750 | 2024-07-25T05:17:12.881Z | Compiling toolchain_find v0.4.0 |
1751 | 2024-07-25T05:17:13.319Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1752 | 2024-07-25T05:17:13.469Z | Compiling half v2.4.1 |
1753 | 2024-07-25T05:17:13.496Z | Compiling topological-sort v0.2.2 |
1754 | 2024-07-25T05:17:13.727Z | Compiling crunchy v0.2.2 |
1755 | 2024-07-25T05:17:13.755Z | Compiling funty v2.0.0 |
1756 | 2024-07-25T05:17:14.131Z | Compiling maplit v1.0.2 |
1757 | 2024-07-25T05:17:14.197Z | Compiling ciborium-io v0.2.2 |
1758 | 2024-07-25T05:17:14.258Z | Compiling glob v0.3.1 |
1759 | 2024-07-25T05:17:14.335Z | Compiling packed_struct v0.10.1 |
1760 | 2024-07-25T05:17:14.337Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1761 | 2024-07-25T05:17:14.392Z | Compiling num-bigint-dig v0.8.4 |
1762 | 2024-07-25T05:17:14.674Z | Compiling crc-catalog v2.4.0 |
1763 | 2024-07-25T05:17:14.782Z | Compiling crc v3.2.1 |
1764 | 2024-07-25T05:17:14.796Z | Compiling bitvec v1.0.1 |
1765 | 2024-07-25T05:17:14.837Z | Compiling ciborium-ll v0.2.2 |
1766 | 2024-07-25T05:17:15.053Z | Compiling clang-sys v1.7.0 |
1767 | 2024-07-25T05:17:15.694Z | Compiling omicron-zone-package v0.11.0 |
1768 | 2024-07-25T05:17:16.200Z | Compiling rustfmt-wrapper v0.2.1 |
1769 | 2024-07-25T05:17:16.877Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1770 | 2024-07-25T05:17:17.435Z | Compiling packed_struct_codegen v0.10.1 |
1771 | 2024-07-25T05:17:18.140Z | Compiling indexmap v1.9.3 |
1772 | 2024-07-25T05:17:18.438Z | Compiling tiny-keccak v2.0.2 |
1773 | 2024-07-25T05:17:18.709Z | Compiling nodrop v0.1.14 |
1774 | 2024-07-25T05:17:18.845Z | Compiling array-init v0.0.4 |
1775 | 2024-07-25T05:17:19.454Z | Compiling smallvec v0.6.14 |
1776 | 2024-07-25T05:17:20.040Z | Compiling ciborium v0.2.2 |
1777 | 2024-07-25T05:17:20.761Z | Compiling pkcs1 v0.7.5 |
1778 | 2024-07-25T05:17:21.413Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1779 | 2024-07-25T05:17:22.238Z | Compiling signature v2.2.0 |
1780 | 2024-07-25T05:17:22.553Z | Compiling arc-swap v1.7.1 |
1781 | 2024-07-25T05:17:23.267Z | Compiling hashbrown v0.12.3 |
1782 | 2024-07-25T05:17:24.223Z | Compiling bitfield v0.14.0 |
1783 | 2024-07-25T05:17:24.530Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1784 | 2024-07-25T05:17:24.804Z | Compiling slog-scope v4.4.0 |
1785 | 2024-07-25T05:17:25.721Z | Compiling rsa v0.9.6 |
1786 | 2024-07-25T05:17:25.766Z | Compiling bzip2 v0.4.4 |
1787 | 2024-07-25T05:17:26.219Z | Compiling serde-hex v0.1.0 |
1788 | 2024-07-25T05:17:30.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1789 | 2024-07-25T05:17:30.987Z | Compiling env_logger v0.10.2 |
1790 | 2024-07-25T05:17:31.335Z | Compiling ascii-canvas v3.0.0 |
1791 | 2024-07-25T05:17:31.419Z | Compiling x509-cert v0.2.5 |
1792 | 2024-07-25T05:17:31.788Z | Compiling ron v0.8.1 |
1793 | 2024-07-25T05:17:34.117Z | Compiling hashbrown v0.13.2 |
1794 | 2024-07-25T05:17:34.318Z | Compiling fxhash v0.2.1 |
1795 | 2024-07-25T05:17:34.529Z | Compiling ena v0.14.3 |
1796 | 2024-07-25T05:17:34.939Z | Compiling libloading v0.8.3 |
1797 | 2024-07-25T05:17:34.954Z | Compiling diff v0.1.13 |
1798 | 2024-07-25T05:17:35.336Z | Compiling bindgen v0.69.4 |
1799 | 2024-07-25T05:17:35.507Z | Compiling crc-any v2.5.0 |
1800 | 2024-07-25T05:17:35.531Z | Compiling regex-syntax v0.6.29 |
1801 | 2024-07-25T05:17:35.781Z | Compiling object v0.30.4 |
1802 | 2024-07-25T05:17:38.071Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1803 | 2024-07-25T05:17:40.898Z | Compiling lalrpop v0.19.12 |
1804 | 2024-07-25T05:17:43.572Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1805 | 2024-07-25T05:17:45.255Z | Compiling zip v0.6.6 |
1806 | 2024-07-25T05:17:47.721Z | Compiling slog-stdlog v4.1.1 |
1807 | 2024-07-25T05:17:48.220Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1808 | 2024-07-25T05:17:48.597Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1809 | 2024-07-25T05:17:49.039Z | Compiling tungstenite v0.21.0 |
1810 | 2024-07-25T05:17:49.705Z | Compiling which v4.4.2 |
1811 | 2024-07-25T05:17:50.254Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1812 | 2024-07-25T05:17:50.484Z | Compiling cexpr v0.6.0 |
1813 | 2024-07-25T05:17:52.121Z | Compiling libsw v3.3.1 |
1814 | 2024-07-25T05:17:52.474Z | Compiling atty v0.2.14 |
1815 | 2024-07-25T05:17:52.651Z | Compiling linear-map v1.2.0 |
1816 | 2024-07-25T05:17:53.095Z | Compiling lazycell v1.3.0 |
1817 | 2024-07-25T05:17:53.279Z | Compiling rustc-hash v1.1.0 |
1818 | 2024-07-25T05:17:53.443Z | Compiling owo-colors v4.0.0 |
1819 | 2024-07-25T05:17:54.371Z | Compiling ref-cast v1.0.23 |
1820 | 2024-07-25T05:17:54.834Z | Compiling path-slash v0.1.5 |
1821 | 2024-07-25T05:17:55.098Z | Compiling shlex v1.3.0 |
1822 | 2024-07-25T05:17:55.606Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1823 | 2024-07-25T05:17:56.032Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1824 | 2024-07-25T05:17:56.400Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-07-25T05:17:56.998Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-25T05:17:59.591Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1827 | 2024-07-25T05:17:59.881Z | Compiling derive_builder_core v0.20.0 |
1828 | 2024-07-25T05:18:02.315Z | Compiling headers-core v0.2.0 |
1829 | 2024-07-25T05:18:02.490Z | Compiling libxml v0.3.3 |
1830 | 2024-07-25T05:18:02.859Z | Compiling ref-cast-impl v1.0.23 |
1831 | 2024-07-25T05:18:03.283Z | Compiling headers v0.3.9 |
1832 | 2024-07-25T05:18:04.180Z | Compiling derive_builder_macro v0.20.0 |
1833 | 2024-07-25T05:18:05.059Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1834 | 2024-07-25T05:18:07.188Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1835 | 2024-07-25T05:18:07.482Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1836 | 2024-07-25T05:18:07.745Z | Compiling strum_macros v0.24.3 |
1837 | 2024-07-25T05:18:08.166Z | Compiling polar-core v0.27.3 |
1838 | 2024-07-25T05:18:08.453Z | Compiling async-recursion v1.1.1 |
1839 | 2024-07-25T05:18:09.975Z | Compiling samael v0.0.15 |
1840 | 2024-07-25T05:18:09.978Z | Compiling unicase v2.7.0 |
1841 | 2024-07-25T05:18:10.288Z | Compiling cookie v0.18.1 |
1842 | 2024-07-25T05:18:10.591Z | Compiling indoc v1.0.9 |
1843 | 2024-07-25T05:18:11.559Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-25T05:18:11.951Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1845 | 2024-07-25T05:18:12.224Z | Compiling pem v3.0.4 |
1846 | 2024-07-25T05:18:12.467Z | Compiling oso-derive v0.27.3 |
1847 | 2024-07-25T05:18:13.481Z | Compiling impl-trait-for-tuples v0.2.2 |
1848 | 2024-07-25T05:18:13.783Z | Compiling quick-xml v0.31.0 |
1849 | 2024-07-25T05:18:14.391Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1850 | 2024-07-25T05:18:14.676Z | Compiling cfg_aliases v0.1.1 |
1851 | 2024-07-25T05:18:14.782Z | Compiling parking_lot_core v0.8.6 |
1852 | 2024-07-25T05:18:15.219Z | Compiling nix v0.28.0 |
1853 | 2024-07-25T05:18:16.395Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1854 | 2024-07-25T05:18:17.028Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1855 | 2024-07-25T05:18:18.593Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1856 | 2024-07-25T05:18:18.627Z | Compiling bb8 v0.8.5 |
1857 | 2024-07-25T05:18:18.874Z | Compiling const_format_proc_macros v0.2.32 |
1858 | 2024-07-25T05:18:19.219Z | Compiling curve25519-dalek v4.1.3 |
1859 | 2024-07-25T05:18:19.650Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-25T05:18:20.239Z | Compiling keccak v0.1.5 |
1861 | 2024-07-25T05:18:20.881Z | Compiling buf-list v1.0.3 |
1862 | 2024-07-25T05:18:21.170Z | Compiling const_format v0.2.32 |
1863 | 2024-07-25T05:18:21.475Z | Compiling sha3 v0.10.8 |
1864 | 2024-07-25T05:18:22.007Z | Compiling vte v0.11.1 |
1865 | 2024-07-25T05:18:22.418Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1866 | 2024-07-25T05:18:23.064Z | Compiling tungstenite v0.20.1 |
1867 | 2024-07-25T05:18:23.079Z | Compiling fd-lock v4.0.2 |
1868 | 2024-07-25T05:18:23.305Z | Compiling universal-hash v0.5.1 |
1869 | 2024-07-25T05:18:23.326Z | Compiling secrecy v0.8.0 |
1870 | 2024-07-25T05:18:23.528Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2024-07-25T05:18:23.569Z | Compiling pin-project-internal v1.1.5 |
1872 | 2024-07-25T05:18:23.584Z | Compiling curve25519-dalek-derive v0.1.1 |
1873 | 2024-07-25T05:18:24.984Z | Compiling memoffset v0.9.1 |
1874 | 2024-07-25T05:18:25.283Z | Compiling opaque-debug v0.3.1 |
1875 | 2024-07-25T05:18:25.389Z | Compiling bytecount v0.6.8 |
1876 | 2024-07-25T05:18:25.687Z | Compiling papergrid v0.11.0 |
1877 | 2024-07-25T05:18:26.276Z | Compiling thiserror-no-std v2.0.2 |
1878 | 2024-07-25T05:18:26.331Z | Compiling pin-project v1.1.5 |
1879 | 2024-07-25T05:18:26.405Z | Compiling poly1305 v0.8.0 |
1880 | 2024-07-25T05:18:27.991Z | Compiling tokio-tungstenite v0.20.1 |
1881 | 2024-07-25T05:18:28.331Z | Compiling strip-ansi-escapes v0.2.0 |
1882 | 2024-07-25T05:18:28.926Z | Compiling parking_lot v0.11.2 |
1883 | 2024-07-25T05:18:31.947Z | Compiling trust-dns-client v0.22.0 |
1884 | 2024-07-25T05:18:35.040Z | Compiling oso v0.27.3 |
1885 | 2024-07-25T05:18:35.389Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1886 | 2024-07-25T05:18:35.668Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1887 | 2024-07-25T05:18:37.921Z | Compiling tabled_derive v0.7.0 |
1888 | 2024-07-25T05:18:40.219Z | Compiling chacha20 v0.9.1 |
1889 | 2024-07-25T05:18:40.668Z | Compiling aead v0.5.2 |
1890 | 2024-07-25T05:18:40.929Z | Compiling peg-macros v0.8.4 |
1891 | 2024-07-25T05:18:40.998Z | Compiling kstat-rs v0.2.4 |
1892 | 2024-07-25T05:18:41.979Z | Compiling snafu-derive v0.8.2 |
1893 | 2024-07-25T05:18:42.357Z | Compiling toml v0.5.11 |
1894 | 2024-07-25T05:18:43.065Z | Compiling sqlparser_derive v0.2.2 |
1895 | 2024-07-25T05:18:44.132Z | Compiling unicode_categories v0.1.1 |
1896 | 2024-07-25T05:18:44.443Z | Compiling nu-ansi-term v0.50.0 |
1897 | 2024-07-25T05:18:44.800Z | Compiling rustyline v14.0.0 |
1898 | 2024-07-25T05:18:45.755Z | Compiling reedline v0.31.0 |
1899 | 2024-07-25T05:18:47.002Z | Compiling snafu v0.8.2 |
1900 | 2024-07-25T05:18:48.333Z | Compiling peg v0.8.4 |
1901 | 2024-07-25T05:18:48.456Z | Compiling sqlformat v0.2.4 |
1902 | 2024-07-25T05:18:51.719Z | Compiling trust-dns-server v0.22.1 |
1903 | 2024-07-25T05:18:53.526Z | Compiling sqlparser v0.45.0 |
1904 | 2024-07-25T05:18:56.958Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1905 | 2024-07-25T05:18:59.313Z | Compiling chacha20poly1305 v0.10.1 |
1906 | 2024-07-25T05:18:59.558Z | Compiling tabled v0.15.0 |
1907 | 2024-07-25T05:19:05.199Z | Compiling sled v0.34.7 |
1908 | 2024-07-25T05:19:09.070Z | Compiling mime_guess v2.0.4 |
1909 | 2024-07-25T05:19:10.174Z | Compiling vsss-rs v3.3.4 |
1910 | 2024-07-25T05:19:13.073Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1911 | 2024-07-25T05:19:13.505Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1912 | 2024-07-25T05:19:14.512Z | Compiling env_logger v0.9.3 |
1913 | 2024-07-25T05:19:18.987Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1914 | 2024-07-25T05:19:20.954Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1915 | 2024-07-25T05:19:32.263Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1916 | 2024-07-25T05:19:39.470Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1917 | 2024-07-25T05:19:39.960Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-25T05:19:40.461Z | Compiling globset v0.4.14 |
1919 | 2024-07-25T05:19:40.972Z | Compiling olpc-cjson v0.1.3 |
1920 | 2024-07-25T05:19:41.326Z | Compiling bcs v0.1.6 |
1921 | 2024-07-25T05:19:42.054Z | Compiling bitstruct_derive v0.1.0 |
1922 | 2024-07-25T05:19:42.205Z | Compiling serde_plain v1.0.2 |
1923 | 2024-07-25T05:19:42.773Z | Compiling nanorand v0.7.0 |
1924 | 2024-07-25T05:19:43.339Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-07-25T05:19:43.487Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-07-25T05:19:43.522Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1927 | 2024-07-25T05:19:43.790Z | Compiling highway v1.1.0 |
1928 | 2024-07-25T05:19:43.821Z | Compiling ascii v1.1.0 |
1929 | 2024-07-25T05:19:44.624Z | Compiling typed-path v0.7.1 |
1930 | 2024-07-25T05:19:45.161Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1931 | 2024-07-25T05:19:47.811Z | Compiling tough v0.17.1 |
1932 | 2024-07-25T05:19:48.101Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1933 | 2024-07-25T05:19:51.756Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-07-25T05:19:52.059Z | Compiling bitstruct v0.1.1 |
1935 | 2024-07-25T05:19:52.197Z | Compiling flume v0.11.0 |
1936 | 2024-07-25T05:19:52.978Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1937 | 2024-07-25T05:20:00.894Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-07-25T05:20:01.448Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1939 | 2024-07-25T05:20:12.278Z | Compiling nix v0.27.1 |
1940 | 2024-07-25T05:20:13.001Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1941 | 2024-07-25T05:20:13.333Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-07-25T05:20:14.553Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-07-25T05:20:15.413Z | Compiling serde-big-array v0.5.1 |
1944 | 2024-07-25T05:20:15.700Z | Compiling serde_arrays v0.1.0 |
1945 | 2024-07-25T05:20:15.902Z | Compiling erased-serde v0.3.31 |
1946 | 2024-07-25T05:20:16.773Z | Compiling parse-size v1.0.0 |
1947 | 2024-07-25T05:20:17.077Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1948 | 2024-07-25T05:20:17.645Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-07-25T05:20:22.297Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1950 | 2024-07-25T05:20:26.383Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1951 | 2024-07-25T05:20:27.117Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1952 | 2024-07-25T05:20:27.202Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1953 | 2024-07-25T05:20:27.480Z | Compiling signal-hook-tokio v0.3.1 |
1954 | 2024-07-25T05:20:27.725Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1955 | 2024-07-25T05:20:29.945Z | Compiling heck v0.3.3 |
1956 | 2024-07-25T05:20:30.324Z | Compiling rand_seeder v0.2.3 |
1957 | 2024-07-25T05:20:30.733Z | Compiling castaway v0.2.2 |
1958 | 2024-07-25T05:20:30.930Z | Compiling csv-core v0.1.11 |
1959 | 2024-07-25T05:20:31.833Z | Compiling http-range v0.1.5 |
1960 | 2024-07-25T05:20:32.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1961 | 2024-07-25T05:20:34.659Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1962 | 2024-07-25T05:20:36.068Z | Compiling hyper-staticfile v0.9.5 |
1963 | 2024-07-25T05:20:39.192Z | Compiling csv v1.3.0 |
1964 | 2024-07-25T05:20:41.382Z | Compiling compact_str v0.7.1 |
1965 | 2024-07-25T05:20:42.961Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1966 | 2024-07-25T05:20:43.183Z | Compiling zone_cfg_derive v0.1.2 |
1967 | 2024-07-25T05:20:43.728Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-07-25T05:20:44.376Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1969 | 2024-07-25T05:20:44.601Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1970 | 2024-07-25T05:20:46.039Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
1971 | 2024-07-25T05:20:48.127Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1972 | 2024-07-25T05:20:53.781Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1973 | 2024-07-25T05:20:54.067Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1974 | 2024-07-25T05:20:54.360Z | Compiling unicode-truncate v1.0.0 |
1975 | 2024-07-25T05:20:54.381Z | Compiling itertools v0.13.0 |
1976 | 2024-07-25T05:20:54.635Z | Compiling lru v0.12.3 |
1977 | 2024-07-25T05:20:55.003Z | Compiling stability v0.2.0 |
1978 | 2024-07-25T05:20:55.999Z | Compiling base64 v0.13.1 |
1979 | 2024-07-25T05:20:56.765Z | Compiling cassowary v0.3.0 |
1980 | 2024-07-25T05:20:58.234Z | Compiling ratatui v0.27.0 |
1981 | 2024-07-25T05:21:00.503Z | Compiling ron v0.7.1 |
1982 | 2024-07-25T05:21:02.039Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1983 | 2024-07-25T05:21:11.638Z | Compiling zone v0.1.8 |
1984 | 2024-07-25T05:21:14.881Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-07-25T05:21:14.896Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1986 | 2024-07-25T05:21:15.599Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1987 | 2024-07-25T05:21:19.401Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-07-25T05:21:22.409Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1989 | 2024-07-25T05:21:23.965Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-07-25T05:21:24.136Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2024-07-25T05:21:24.416Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1992 | 2024-07-25T05:21:29.019Z | Compiling portpicker v0.1.1 |
1993 | 2024-07-25T05:21:29.466Z | Compiling smawk v0.3.2 |
1994 | 2024-07-25T05:21:29.531Z | Compiling unicode-linebreak v0.1.5 |
1995 | 2024-07-25T05:21:29.714Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1996 | 2024-07-25T05:21:30.059Z | Compiling textwrap v0.16.1 |
1997 | 2024-07-25T05:21:34.136Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1998 | 2024-07-25T05:21:39.210Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1999 | 2024-07-25T05:21:42.379Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2000 | 2024-07-25T05:21:47.742Z | Compiling rcgen v0.12.1 |
2001 | 2024-07-25T05:21:49.630Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2002 | 2024-07-25T05:21:50.101Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2003 | 2024-07-25T05:21:52.815Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2004 | 2024-07-25T05:21:53.112Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2005 | 2024-07-25T05:21:55.743Z | Compiling atomicwrites v0.4.3 |
2006 | 2024-07-25T05:21:56.305Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2007 | 2024-07-25T05:21:57.945Z | Compiling fatfs v0.3.6 |
2008 | 2024-07-25T05:21:59.258Z | Compiling subprocess v0.2.9 |
2009 | 2024-07-25T05:21:59.968Z | Compiling rtoolbox v0.0.2 |
2010 | 2024-07-25T05:22:00.429Z | Compiling is_ci v1.2.0 |
2011 | 2024-07-25T05:22:00.742Z | Compiling assert_matches v1.5.0 |
2012 | 2024-07-25T05:22:00.805Z | Compiling supports-color v3.0.0 |
2013 | 2024-07-25T05:22:01.482Z | Compiling rpassword v7.3.1 |
2014 | 2024-07-25T05:22:01.934Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2015 | 2024-07-25T05:22:04.366Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2016 | 2024-07-25T05:22:04.886Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2017 | 2024-07-25T05:22:06.227Z | Compiling tui-tree-widget v0.21.0 |
2018 | 2024-07-25T05:22:06.670Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2019 | 2024-07-25T05:22:08.501Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2020 | 2024-07-25T05:22:09.394Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2021 | 2024-07-25T05:22:09.682Z | Compiling uzers v0.11.3 |
2022 | 2024-07-25T05:22:12.270Z | Compiling shell-words v1.1.0 |
2023 | 2024-07-25T05:22:12.605Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2024 | 2024-07-25T05:22:12.714Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2025 | 2024-07-25T05:22:14.561Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2026 | 2024-07-25T05:22:28.679Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-07-25T05:22:38.352Z | Compiling multimap v0.10.0 |
2028 | 2024-07-25T05:24:23.426Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2029 | 2024-07-25T05:24:28.966Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2030 | 2024-07-25T05:31:00.940Z | Finished `release` profile [optimized] target(s) in 14m 29s |
2031 | 2024-07-25T05:31:49.349Z | |
2032 | 2024-07-25T05:31:49.352Z | real 15:18.956986682 |
2033 | 2024-07-25T05:31:49.352Z | user 1:46:31.840736488 |
2034 | 2024-07-25T05:31:49.352Z | sys 5:59.060850651 |
2035 | 2024-07-25T05:31:49.352Z | trap 2.462254661 |
2036 | 2024-07-25T05:31:49.352Z | tflt 2.259020657 |
2037 | 2024-07-25T05:31:49.353Z | dflt 3.994400431 |
2038 | 2024-07-25T05:31:49.353Z | kflt 0.049665776 |
2039 | 2024-07-25T05:31:49.353Z | lock 6:32:04.579664356 |
2040 | 2024-07-25T05:31:49.353Z | slp 4:12:22.250280345 |
2041 | 2024-07-25T05:31:49.353Z | lat 2:41.153756686 |
2042 | 2024-07-25T05:31:49.353Z | stop 1:57.267659296 |
2043 | 2024-07-25T05:31:49.353Z | + mapfile -t packages |
2044 | 2024-07-25T05:31:49.353Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2045 | 2024-07-25T05:31:50.219Z | Finished `release` profile [optimized] target(s) in 0.82s |
2046 | 2024-07-25T05:31:50.259Z | Running `target/release/omicron-package -t test list-outputs` |
2047 | 2024-07-25T05:31:50.296Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2048 | 2024-07-25T05:31:50.299Z | + ptime -m cargo build --locked --release -p xtask |
2049 | 2024-07-25T05:31:50.887Z | Compiling serde v1.0.204 |
2050 | 2024-07-25T05:31:50.890Z | Compiling bitflags v2.5.0 |
2051 | 2024-07-25T05:31:50.890Z | Compiling syn v2.0.72 |
2052 | 2024-07-25T05:31:50.978Z | Compiling scopeguard v1.2.0 |
2053 | 2024-07-25T05:31:50.982Z | Compiling bytes v1.6.0 |
2054 | 2024-07-25T05:31:50.982Z | Compiling smallvec v1.13.2 |
2055 | 2024-07-25T05:31:51.015Z | Compiling hashbrown v0.14.5 |
2056 | 2024-07-25T05:31:51.112Z | Compiling lock_api v0.4.12 |
2057 | 2024-07-25T05:31:51.465Z | Compiling parking_lot_core v0.9.10 |
2058 | 2024-07-25T05:31:51.495Z | Compiling log v0.4.21 |
2059 | 2024-07-25T05:31:51.508Z | Compiling serde_json v1.0.120 |
2060 | 2024-07-25T05:31:51.520Z | Compiling mio v0.8.11 |
2061 | 2024-07-25T05:31:51.623Z | Compiling libc v0.2.155 |
2062 | 2024-07-25T05:31:51.859Z | Compiling parking_lot v0.12.2 |
2063 | 2024-07-25T05:31:52.316Z | Compiling generic-array v0.14.7 |
2064 | 2024-07-25T05:31:52.316Z | Compiling slog v2.7.0 |
2065 | 2024-07-25T05:31:52.607Z | Compiling indexmap v2.2.6 |
2066 | 2024-07-25T05:31:52.683Z | Compiling rustix v0.38.34 |
2067 | 2024-07-25T05:31:52.802Z | Compiling http v0.2.12 |
2068 | 2024-07-25T05:31:52.848Z | Compiling usdt-impl v0.5.0 |
2069 | 2024-07-25T05:31:53.176Z | Compiling syn v1.0.109 |
2070 | 2024-07-25T05:31:53.191Z | Compiling time-macros v0.2.18 |
2071 | 2024-07-25T05:31:53.713Z | Compiling thread-id v4.2.1 |
2072 | 2024-07-25T05:31:53.823Z | Compiling tracing v0.1.40 |
2073 | 2024-07-25T05:31:54.249Z | Compiling crossbeam-utils v0.8.19 |
2074 | 2024-07-25T05:31:54.559Z | Compiling http-body v0.4.6 |
2075 | 2024-07-25T05:31:54.980Z | Compiling unicode-normalization v0.1.23 |
2076 | 2024-07-25T05:31:55.080Z | Compiling unicode-bidi v0.3.15 |
2077 | 2024-07-25T05:31:55.477Z | Compiling block-buffer v0.10.4 |
2078 | 2024-07-25T05:31:55.739Z | Compiling crypto-common v0.1.6 |
2079 | 2024-07-25T05:31:55.999Z | Compiling idna v0.5.0 |
2080 | 2024-07-25T05:31:56.300Z | Compiling time v0.3.36 |
2081 | 2024-07-25T05:31:57.277Z | Compiling terminal_size v0.3.0 |
2082 | 2024-07-25T05:31:57.509Z | Compiling fs-err v2.11.0 |
2083 | 2024-07-25T05:31:57.821Z | Compiling proc-macro-error v1.0.4 |
2084 | 2024-07-25T05:31:58.104Z | Compiling anyhow v1.0.86 |
2085 | 2024-07-25T05:31:58.466Z | Compiling clap_builder v4.5.9 |
2086 | 2024-07-25T05:31:58.843Z | Compiling crossbeam-channel v0.5.12 |
2087 | 2024-07-25T05:31:59.369Z | Compiling url v2.5.2 |
2088 | 2024-07-25T05:31:59.436Z | Compiling digest v0.10.7 |
2089 | 2024-07-25T05:31:59.857Z | Compiling xattr v1.3.1 |
2090 | 2024-07-25T05:32:00.185Z | Compiling sha2 v0.10.8 |
2091 | 2024-07-25T05:32:00.534Z | Compiling slog-async v2.8.0 |
2092 | 2024-07-25T05:32:00.827Z | Compiling tabled_derive v0.7.0 |
2093 | 2024-07-25T05:32:02.923Z | Compiling serde_derive v1.0.204 |
2094 | 2024-07-25T05:32:03.061Z | Compiling thiserror-impl v1.0.62 |
2095 | 2024-07-25T05:32:03.255Z | Compiling zerocopy-derive v0.7.34 |
2096 | 2024-07-25T05:32:03.686Z | Compiling tokio-macros v2.3.0 |
2097 | 2024-07-25T05:32:04.889Z | Compiling futures-macro v0.3.30 |
2098 | 2024-07-25T05:32:05.263Z | Compiling tokio v1.38.1 |
2099 | 2024-07-25T05:32:05.358Z | Compiling zerocopy v0.7.34 |
2100 | 2024-07-25T05:32:05.673Z | Compiling openssl-macros v0.1.1 |
2101 | 2024-07-25T05:32:05.995Z | Compiling thiserror v1.0.62 |
2102 | 2024-07-25T05:32:06.154Z | Compiling pest v2.7.10 |
2103 | 2024-07-25T05:32:06.596Z | Compiling scroll_derive v0.12.0 |
2104 | 2024-07-25T05:32:06.859Z | Compiling futures-util v0.3.30 |
2105 | 2024-07-25T05:32:06.961Z | Compiling openssl v0.10.66 |
2106 | 2024-07-25T05:32:08.024Z | Compiling scroll v0.12.0 |
2107 | 2024-07-25T05:32:08.717Z | Compiling pest_meta v2.7.10 |
2108 | 2024-07-25T05:32:09.036Z | Compiling goblin v0.8.2 |
2109 | 2024-07-25T05:32:13.241Z | Compiling pest_generator v2.7.10 |
2110 | 2024-07-25T05:32:15.102Z | Compiling pest_derive v2.7.10 |
2111 | 2024-07-25T05:32:15.924Z | Compiling dtrace-parser v0.2.0 |
2112 | 2024-07-25T05:32:17.898Z | Compiling tokio-util v0.7.11 |
2113 | 2024-07-25T05:32:20.022Z | Compiling h2 v0.3.26 |
2114 | 2024-07-25T05:32:23.197Z | Compiling dof v0.3.0 |
2115 | 2024-07-25T05:32:23.439Z | Compiling serde_tokenstream v0.2.1 |
2116 | 2024-07-25T05:32:24.161Z | Compiling toml_datetime v0.6.6 |
2117 | 2024-07-25T05:32:24.182Z | Compiling serde_spanned v0.6.6 |
2118 | 2024-07-25T05:32:24.448Z | Compiling native-tls v0.2.11 |
2119 | 2024-07-25T05:32:25.477Z | Compiling hyper v0.14.28 |
2120 | 2024-07-25T05:32:25.592Z | Compiling tokio-native-tls v0.3.1 |
2121 | 2024-07-25T05:32:25.936Z | Compiling toml_edit v0.22.16 |
2122 | 2024-07-25T05:32:31.838Z | Compiling hyper-tls v0.5.0 |
2123 | 2024-07-25T05:32:32.273Z | Compiling toml v0.8.15 |
2124 | 2024-07-25T05:32:33.187Z | Compiling usdt-macro v0.5.0 |
2125 | 2024-07-25T05:32:34.242Z | Compiling usdt-attr-macro v0.5.0 |
2126 | 2024-07-25T05:32:34.476Z | Compiling slog-json v2.6.1 |
2127 | 2024-07-25T05:32:35.035Z | Compiling camino v1.1.7 |
2128 | 2024-07-25T05:32:35.185Z | Compiling cargo-platform v0.1.8 |
2129 | 2024-07-25T05:32:35.658Z | Compiling serde_urlencoded v0.7.1 |
2130 | 2024-07-25T05:32:36.294Z | Compiling semver v1.0.23 |
2131 | 2024-07-25T05:32:36.312Z | Compiling futures-executor v0.3.30 |
2132 | 2024-07-25T05:32:36.440Z | Compiling strum_macros v0.26.4 |
2133 | 2024-07-25T05:32:37.429Z | Compiling clap_derive v4.5.8 |
2134 | 2024-07-25T05:32:37.932Z | Compiling cargo_metadata v0.18.1 |
2135 | 2024-07-25T05:32:37.974Z | Compiling futures v0.3.30 |
2136 | 2024-07-25T05:32:38.107Z | Compiling reqwest v0.11.27 |
2137 | 2024-07-25T05:32:39.349Z | Compiling usdt v0.5.0 |
2138 | 2024-07-25T05:32:40.904Z | Compiling slog-bunyan v2.5.0 |
2139 | 2024-07-25T05:32:41.199Z | Compiling cargo_toml v0.20.4 |
2140 | 2024-07-25T05:32:41.412Z | Compiling strum v0.26.3 |
2141 | 2024-07-25T05:32:41.625Z | Compiling macaddr v1.0.1 |
2142 | 2024-07-25T05:32:41.719Z | Compiling tabled v0.15.0 |
2143 | 2024-07-25T05:32:42.154Z | Compiling clap v4.5.9 |
2144 | 2024-07-25T05:32:42.255Z | Compiling tar v0.4.41 |
2145 | 2024-07-25T05:32:42.289Z | Compiling slog-term v2.9.1 |
2146 | 2024-07-25T05:32:58.038Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2147 | 2024-07-25T05:33:12.366Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2148 | 2024-07-25T05:33:12.461Z | |
2149 | 2024-07-25T05:33:12.461Z | real 1:22.134354760 |
2150 | 2024-07-25T05:33:12.461Z | user 8:57.670570008 |
2151 | 2024-07-25T05:33:12.461Z | sys 51.668369763 |
2152 | 2024-07-25T05:33:12.461Z | trap 0.248167203 |
2153 | 2024-07-25T05:33:12.464Z | tflt 0.440590212 |
2154 | 2024-07-25T05:33:12.464Z | dflt 0.363610317 |
2155 | 2024-07-25T05:33:12.464Z | kflt 0.000000000 |
2156 | 2024-07-25T05:33:12.464Z | lock 20:08.035941346 |
2157 | 2024-07-25T05:33:12.464Z | slp 22:38.534927082 |
2158 | 2024-07-25T05:33:12.464Z | lat 25.336796312 |
2159 | 2024-07-25T05:33:12.464Z | stop 20.763732141 |
2160 | 2024-07-25T05:33:12.464Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2161 | 2024-07-25T05:33:12.465Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2162 | 2024-07-25T05:33:12.465Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2163 | 2024-07-25T05:33:12.465Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2164 | 2024-07-25T05:33:12.465Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2165 | 2024-07-25T05:33:12.995Z | Downloading crates ... |
2166 | 2024-07-25T05:33:13.231Z | Downloaded option-ext v0.2.0 |
2167 | 2024-07-25T05:33:13.239Z | Downloaded aes v0.8.4 |
2168 | 2024-07-25T05:33:13.243Z | Downloaded md5 v0.7.0 |
2169 | 2024-07-25T05:33:13.245Z | Downloaded russh-cryptovec v0.7.2 |
2170 | 2024-07-25T05:33:13.246Z | Downloaded pbkdf2 v0.12.2 |
2171 | 2024-07-25T05:33:13.248Z | Downloaded dhcproto-macros v0.1.0 |
2172 | 2024-07-25T05:33:13.248Z | Downloaded ghash v0.5.1 |
2173 | 2024-07-25T05:33:13.251Z | Downloaded dirs v5.0.1 |
2174 | 2024-07-25T05:33:13.251Z | Downloaded rand_core v0.5.1 |
2175 | 2024-07-25T05:33:13.251Z | Downloaded ctr v0.9.2 |
2176 | 2024-07-25T05:33:13.254Z | Downloaded bcrypt-pbkdf v0.10.0 |
2177 | 2024-07-25T05:33:13.256Z | Downloaded blowfish v0.9.1 |
2178 | 2024-07-25T05:33:13.257Z | Downloaded primeorder v0.13.6 |
2179 | 2024-07-25T05:33:13.259Z | Downloaded rand_chacha v0.2.2 |
2180 | 2024-07-25T05:33:13.259Z | Downloaded pbkdf2 v0.11.0 |
2181 | 2024-07-25T05:33:13.262Z | Downloaded polyval v0.6.2 |
2182 | 2024-07-25T05:33:13.262Z | Downloaded cbc v0.1.2 |
2183 | 2024-07-25T05:33:13.265Z | Downloaded rfc6979 v0.4.0 |
2184 | 2024-07-25T05:33:13.265Z | Downloaded hex-literal v0.4.1 |
2185 | 2024-07-25T05:33:13.267Z | Downloaded ed25519 v2.2.3 |
2186 | 2024-07-25T05:33:13.267Z | Downloaded dirs-sys v0.4.1 |
2187 | 2024-07-25T05:33:13.270Z | Downloaded ecdsa v0.16.9 |
2188 | 2024-07-25T05:33:13.273Z | Downloaded password-hash v0.4.2 |
2189 | 2024-07-25T05:33:13.273Z | Downloaded russh-keys v0.43.0 |
2190 | 2024-07-25T05:33:13.276Z | Downloaded internet-checksum v0.2.1 |
2191 | 2024-07-25T05:33:13.279Z | Downloaded dhcproto v0.11.0 |
2192 | 2024-07-25T05:33:13.282Z | Downloaded getrandom v0.1.16 |
2193 | 2024-07-25T05:33:13.287Z | Downloaded p256 v0.13.2 |
2194 | 2024-07-25T05:33:13.290Z | Downloaded ed25519-dalek v2.1.1 |
2195 | 2024-07-25T05:33:13.295Z | Downloaded russh v0.43.0 |
2196 | 2024-07-25T05:33:13.300Z | Downloaded rand v0.7.3 |
2197 | 2024-07-25T05:33:13.305Z | Downloaded p521 v0.13.3 |
2198 | 2024-07-25T05:33:13.308Z | Downloaded aes-gcm v0.10.3 |
2199 | 2024-07-25T05:33:13.440Z | Compiling serde v1.0.204 |
2200 | 2024-07-25T05:33:13.443Z | Compiling scopeguard v1.2.0 |
2201 | 2024-07-25T05:33:13.443Z | Compiling log v0.4.21 |
2202 | 2024-07-25T05:33:13.555Z | Compiling smallvec v1.13.2 |
2203 | 2024-07-25T05:33:13.565Z | Compiling syn v2.0.72 |
2204 | 2024-07-25T05:33:13.568Z | Compiling getrandom v0.2.14 |
2205 | 2024-07-25T05:33:13.568Z | Compiling generic-array v0.14.7 |
2206 | 2024-07-25T05:33:13.578Z | Compiling libm v0.2.8 |
2207 | 2024-07-25T05:33:13.661Z | Compiling lock_api v0.4.12 |
2208 | 2024-07-25T05:33:13.892Z | Compiling rand_core v0.6.4 |
2209 | 2024-07-25T05:33:13.929Z | Compiling parking_lot_core v0.9.10 |
2210 | 2024-07-25T05:33:13.974Z | Compiling num-traits v0.2.19 |
2211 | 2024-07-25T05:33:13.997Z | Compiling subtle v2.5.0 |
2212 | 2024-07-25T05:33:14.117Z | Compiling mio v0.8.11 |
2213 | 2024-07-25T05:33:14.120Z | Compiling spin v0.9.8 |
2214 | 2024-07-25T05:33:14.320Z | Compiling parking_lot v0.12.2 |
2215 | 2024-07-25T05:33:14.424Z | Compiling ahash v0.8.11 |
2216 | 2024-07-25T05:33:14.463Z | Compiling serde_json v1.0.120 |
2217 | 2024-07-25T05:33:14.529Z | Compiling allocator-api2 v0.2.18 |
2218 | 2024-07-25T05:33:14.631Z | Compiling const-oid v0.9.6 |
2219 | 2024-07-25T05:33:14.810Z | Compiling iana-time-zone v0.1.60 |
2220 | 2024-07-25T05:33:14.825Z | Compiling syn v1.0.109 |
2221 | 2024-07-25T05:33:15.298Z | Compiling unicode-normalization v0.1.23 |
2222 | 2024-07-25T05:33:15.344Z | Compiling unicode-bidi v0.3.15 |
2223 | 2024-07-25T05:33:15.440Z | Compiling schemars v0.8.21 |
2224 | 2024-07-25T05:33:15.492Z | Compiling dyn-clone v1.0.17 |
2225 | 2024-07-25T05:33:15.734Z | Compiling ppv-lite86 v0.2.17 |
2226 | 2024-07-25T05:33:15.796Z | Compiling time-macros v0.2.18 |
2227 | 2024-07-25T05:33:16.414Z | Compiling ring v0.17.8 |
2228 | 2024-07-25T05:33:16.516Z | Compiling rand_chacha v0.3.1 |
2229 | 2024-07-25T05:33:16.532Z | Compiling aho-corasick v1.1.3 |
2230 | 2024-07-25T05:33:16.932Z | Compiling regex-syntax v0.8.3 |
2231 | 2024-07-25T05:33:17.351Z | Compiling rand v0.8.5 |
2232 | 2024-07-25T05:33:18.957Z | Compiling idna v0.5.0 |
2233 | 2024-07-25T05:33:19.422Z | Compiling time v0.3.36 |
2234 | 2024-07-25T05:33:19.531Z | Compiling slog v2.7.0 |
2235 | 2024-07-25T05:33:20.131Z | Compiling url v2.5.2 |
2236 | 2024-07-25T05:33:20.601Z | Compiling regex-automata v0.4.6 |
2237 | 2024-07-25T05:33:20.676Z | Compiling untrusted v0.9.0 |
2238 | 2024-07-25T05:33:22.101Z | Compiling serde_derive_internals v0.29.1 |
2239 | 2024-07-25T05:33:23.257Z | Compiling lazy_static v1.5.0 |
2240 | 2024-07-25T05:33:23.393Z | Compiling backtrace v0.3.71 |
2241 | 2024-07-25T05:33:23.753Z | Compiling gimli v0.28.1 |
2242 | 2024-07-25T05:33:23.864Z | Compiling object v0.32.2 |
2243 | 2024-07-25T05:33:24.905Z | Compiling rustc-demangle v0.1.24 |
2244 | 2024-07-25T05:33:24.929Z | Compiling anyhow v1.0.86 |
2245 | 2024-07-25T05:33:25.005Z | Compiling rustls v0.21.12 |
2246 | 2024-07-25T05:33:25.266Z | Compiling crossbeam-utils v0.8.19 |
2247 | 2024-07-25T05:33:25.735Z | Compiling winnow v0.5.40 |
2248 | 2024-07-25T05:33:25.878Z | Compiling base64ct v1.6.0 |
2249 | 2024-07-25T05:33:25.939Z | Compiling regex v1.10.5 |
2250 | 2024-07-25T05:33:26.525Z | Compiling rustls-webpki v0.101.7 |
2251 | 2024-07-25T05:33:27.065Z | Compiling sct v0.7.1 |
2252 | 2024-07-25T05:33:27.403Z | Compiling cookie v0.17.0 |
2253 | 2024-07-25T05:33:28.571Z | Compiling addr2line v0.21.0 |
2254 | 2024-07-25T05:33:28.803Z | Compiling serde_derive v1.0.204 |
2255 | 2024-07-25T05:33:28.881Z | Compiling zeroize_derive v1.4.2 |
2256 | 2024-07-25T05:33:29.205Z | Compiling thiserror-impl v1.0.62 |
2257 | 2024-07-25T05:33:29.794Z | Compiling zerocopy-derive v0.7.34 |
2258 | 2024-07-25T05:33:30.576Z | Compiling zeroize v1.7.0 |
2259 | 2024-07-25T05:33:30.627Z | Compiling tokio-macros v2.3.0 |
2260 | 2024-07-25T05:33:31.273Z | Compiling futures-macro v0.3.30 |
2261 | 2024-07-25T05:33:32.266Z | Compiling zerocopy v0.7.34 |
2262 | 2024-07-25T05:33:32.425Z | Compiling schemars_derive v0.8.21 |
2263 | 2024-07-25T05:33:32.523Z | Compiling crypto-common v0.1.6 |
2264 | 2024-07-25T05:33:32.772Z | Compiling block-buffer v0.10.4 |
2265 | 2024-07-25T05:33:32.794Z | Compiling thiserror v1.0.62 |
2266 | 2024-07-25T05:33:32.947Z | Compiling tracing-attributes v0.1.27 |
2267 | 2024-07-25T05:33:33.040Z | Compiling digest v0.10.7 |
2268 | 2024-07-25T05:33:33.532Z | Compiling futures-util v0.3.30 |
2269 | 2024-07-25T05:33:33.556Z | Compiling async-trait v0.1.81 |
2270 | 2024-07-25T05:33:34.624Z | Compiling hashbrown v0.14.5 |
2271 | 2024-07-25T05:33:35.999Z | Compiling openssl-macros v0.1.1 |
2272 | 2024-07-25T05:33:36.584Z | Compiling pest v2.7.10 |
2273 | 2024-07-25T05:33:36.930Z | Compiling tracing v0.1.40 |
2274 | 2024-07-25T05:33:37.060Z | Compiling idna v0.3.0 |
2275 | 2024-07-25T05:33:37.241Z | Compiling data-encoding v2.6.0 |
2276 | 2024-07-25T05:33:37.491Z | Compiling psl-types v2.0.11 |
2277 | 2024-07-25T05:33:37.728Z | Compiling hmac v0.12.1 |
2278 | 2024-07-25T05:33:37.999Z | Compiling publicsuffix v2.2.3 |
2279 | 2024-07-25T05:33:38.035Z | Compiling scroll_derive v0.12.0 |
2280 | 2024-07-25T05:33:38.266Z | Compiling webpki-roots v0.25.4 |
2281 | 2024-07-25T05:33:38.428Z | Compiling bitflags v1.3.2 |
2282 | 2024-07-25T05:33:38.541Z | Compiling block-padding v0.3.3 |
2283 | 2024-07-25T05:33:38.775Z | Compiling der_derive v0.7.2 |
2284 | 2024-07-25T05:33:38.803Z | Compiling pem-rfc7468 v0.7.0 |
2285 | 2024-07-25T05:33:39.314Z | Compiling futures-executor v0.3.30 |
2286 | 2024-07-25T05:33:39.492Z | Compiling pest_meta v2.7.10 |
2287 | 2024-07-25T05:33:39.568Z | Compiling futures v0.3.30 |
2288 | 2024-07-25T05:33:39.585Z | Compiling scroll v0.12.0 |
2289 | 2024-07-25T05:33:39.690Z | Compiling flagset v0.4.5 |
2290 | 2024-07-25T05:33:39.748Z | Compiling inout v0.1.3 |
2291 | 2024-07-25T05:33:39.802Z | Compiling sha2 v0.10.8 |
2292 | 2024-07-25T05:33:39.905Z | Compiling either v1.12.0 |
2293 | 2024-07-25T05:33:39.924Z | Compiling ff v0.13.0 |
2294 | 2024-07-25T05:33:40.045Z | Compiling cipher v0.4.4 |
2295 | 2024-07-25T05:33:40.149Z | Compiling goblin v0.8.2 |
2296 | 2024-07-25T05:33:40.166Z | Compiling stable_deref_trait v1.2.0 |
2297 | 2024-07-25T05:33:40.274Z | Compiling base16ct v0.2.0 |
2298 | 2024-07-25T05:33:40.348Z | Compiling group v0.13.0 |
2299 | 2024-07-25T05:33:40.570Z | Compiling hkdf v0.12.4 |
2300 | 2024-07-25T05:33:40.633Z | Compiling crossbeam-epoch v0.9.18 |
2301 | 2024-07-25T05:33:40.686Z | Compiling crypto-bigint v0.5.5 |
2302 | 2024-07-25T05:33:40.842Z | Compiling pest_generator v2.7.10 |
2303 | 2024-07-25T05:33:41.457Z | Compiling num-integer v0.1.46 |
2304 | 2024-07-25T05:33:41.496Z | Compiling der v0.7.9 |
2305 | 2024-07-25T05:33:42.235Z | Compiling managed v0.8.0 |
2306 | 2024-07-25T05:33:42.705Z | Compiling unicode-segmentation v1.11.0 |
2307 | 2024-07-25T05:33:42.983Z | Compiling matches v0.1.10 |
2308 | 2024-07-25T05:33:43.086Z | Compiling idna v0.2.3 |
2309 | 2024-07-25T05:33:43.222Z | Compiling enum-as-inner v0.5.1 |
2310 | 2024-07-25T05:33:43.558Z | Compiling bit-vec v0.6.3 |
2311 | 2024-07-25T05:33:44.018Z | Compiling bytes v1.6.0 |
2312 | 2024-07-25T05:33:44.260Z | Compiling indexmap v2.2.6 |
2313 | 2024-07-25T05:33:44.724Z | Compiling chrono v0.4.38 |
2314 | 2024-07-25T05:33:44.876Z | Compiling uuid v1.10.0 |
2315 | 2024-07-25T05:33:45.109Z | Compiling tokio v1.38.1 |
2316 | 2024-07-25T05:33:45.374Z | Compiling bitflags v2.5.0 |
2317 | 2024-07-25T05:33:45.772Z | Compiling semver v1.0.23 |
2318 | 2024-07-25T05:33:45.848Z | Compiling http v0.2.12 |
2319 | 2024-07-25T05:33:46.389Z | Compiling serde_tokenstream v0.2.1 |
2320 | 2024-07-25T05:33:46.592Z | Compiling serde_spanned v0.6.6 |
2321 | 2024-07-25T05:33:46.831Z | Compiling toml_datetime v0.6.6 |
2322 | 2024-07-25T05:33:46.872Z | Compiling openssl v0.10.66 |
2323 | 2024-07-25T05:33:46.966Z | Compiling rustix v0.38.34 |
2324 | 2024-07-25T05:33:47.354Z | Compiling http-body v0.4.6 |
2325 | 2024-07-25T05:33:47.885Z | Compiling toml_edit v0.19.15 |
2326 | 2024-07-25T05:33:48.452Z | Compiling serde_urlencoded v0.7.1 |
2327 | 2024-07-25T05:33:48.734Z | Compiling openapiv3 v2.0.0 |
2328 | 2024-07-25T05:33:49.007Z | Compiling cookie_store v0.20.0 |
2329 | 2024-07-25T05:33:50.144Z | Compiling rustc_version v0.4.0 |
2330 | 2024-07-25T05:33:50.639Z | Compiling pest_derive v2.7.10 |
2331 | 2024-07-25T05:33:50.949Z | Compiling dof v0.3.0 |
2332 | 2024-07-25T05:33:51.008Z | Compiling spki v0.7.3 |
2333 | 2024-07-25T05:33:51.373Z | Compiling pkcs8 v0.10.2 |
2334 | 2024-07-25T05:33:51.405Z | Compiling ipnetwork v0.20.0 |
2335 | 2024-07-25T05:33:51.455Z | Compiling dtrace-parser v0.2.0 |
2336 | 2024-07-25T05:33:51.968Z | Compiling sec1 v0.7.3 |
2337 | 2024-07-25T05:33:52.323Z | Compiling usdt-impl v0.5.0 |
2338 | 2024-07-25T05:33:52.548Z | Compiling elliptic-curve v0.13.8 |
2339 | 2024-07-25T05:33:53.227Z | Compiling tokio-util v0.7.11 |
2340 | 2024-07-25T05:33:53.268Z | Compiling native-tls v0.2.11 |
2341 | 2024-07-25T05:33:53.418Z | Compiling tokio-rustls v0.24.1 |
2342 | 2024-07-25T05:33:53.786Z | Compiling tokio-native-tls v0.3.1 |
2343 | 2024-07-25T05:33:53.830Z | Compiling toml v0.7.8 |
2344 | 2024-07-25T05:33:53.918Z | Compiling toml_edit v0.22.16 |
2345 | 2024-07-25T05:33:54.047Z | Compiling usdt-attr-macro v0.5.0 |
2346 | 2024-07-25T05:33:54.081Z | Compiling usdt-macro v0.5.0 |
2347 | 2024-07-25T05:33:54.659Z | Compiling h2 v0.3.26 |
2348 | 2024-07-25T05:33:55.575Z | Compiling hex v0.4.3 |
2349 | 2024-07-25T05:33:55.627Z | Compiling siphasher v0.3.11 |
2350 | 2024-07-25T05:33:55.787Z | Compiling trust-dns-proto v0.22.0 |
2351 | 2024-07-25T05:33:55.805Z | Compiling usdt v0.5.0 |
2352 | 2024-07-25T05:33:55.994Z | Compiling heapless v0.7.17 |
2353 | 2024-07-25T05:33:56.196Z | Compiling terminal_size v0.3.0 |
2354 | 2024-07-25T05:33:56.212Z | Compiling num-bigint v0.4.5 |
2355 | 2024-07-25T05:33:56.306Z | Compiling signal-hook v0.3.17 |
2356 | 2024-07-25T05:33:56.412Z | Compiling finl_unicode v1.2.0 |
2357 | 2024-07-25T05:33:56.431Z | Compiling clap_builder v4.5.9 |
2358 | 2024-07-25T05:33:56.660Z | Compiling itertools v0.10.5 |
2359 | 2024-07-25T05:33:57.030Z | Compiling stringprep v0.1.4 |
2360 | 2024-07-25T05:33:58.347Z | Compiling regress v0.9.1 |
2361 | 2024-07-25T05:33:59.653Z | Compiling yasna v0.5.2 |
2362 | 2024-07-25T05:34:01.186Z | Compiling md-5 v0.10.6 |
2363 | 2024-07-25T05:34:01.466Z | Compiling hyper v0.14.28 |
2364 | 2024-07-25T05:34:01.673Z | Compiling clap_derive v4.5.8 |
2365 | 2024-07-25T05:34:02.833Z | Compiling hash32 v0.2.1 |
2366 | 2024-07-25T05:34:03.243Z | Compiling regex-automata v0.1.10 |
2367 | 2024-07-25T05:34:03.583Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2368 | 2024-07-25T05:34:03.786Z | Compiling smoltcp v0.9.1 |
2369 | 2024-07-25T05:34:04.433Z | Compiling fallible-iterator v0.2.0 |
2370 | 2024-07-25T05:34:04.519Z | Compiling bstr v0.2.17 |
2371 | 2024-07-25T05:34:05.158Z | Compiling postgres-protocol v0.6.6 |
2372 | 2024-07-25T05:34:05.381Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2373 | 2024-07-25T05:34:06.046Z | Compiling phf_shared v0.11.2 |
2374 | 2024-07-25T05:34:06.349Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-25T05:34:06.466Z | Compiling hubpack_derive v0.1.1 |
2376 | 2024-07-25T05:34:06.600Z | Compiling zerocopy-derive v0.6.6 |
2377 | 2024-07-25T05:34:06.920Z | Compiling diesel_table_macro_syntax v0.1.0 |
2378 | 2024-07-25T05:34:06.959Z | Compiling clap v4.5.9 |
2379 | 2024-07-25T05:34:06.977Z | Compiling scheduled-thread-pool v0.2.7 |
2380 | 2024-07-25T05:34:07.088Z | Compiling fs-err v2.11.0 |
2381 | 2024-07-25T05:34:07.327Z | Compiling fixedbitset v0.4.2 |
2382 | 2024-07-25T05:34:07.345Z | Compiling diesel_derives v2.1.4 |
2383 | 2024-07-25T05:34:07.365Z | Compiling hubpack v0.1.2 |
2384 | 2024-07-25T05:34:07.530Z | Compiling r2d2 v0.8.10 |
2385 | 2024-07-25T05:34:07.637Z | Compiling petgraph v0.6.5 |
2386 | 2024-07-25T05:34:07.803Z | Compiling phf v0.11.2 |
2387 | 2024-07-25T05:34:07.887Z | Compiling signal-hook-mio v0.2.3 |
2388 | 2024-07-25T05:34:07.904Z | Compiling postgres-types v0.2.6 |
2389 | 2024-07-25T05:34:08.098Z | Compiling similar v2.5.0 |
2390 | 2024-07-25T05:34:08.966Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-07-25T05:34:09.342Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-07-25T05:34:09.557Z | Compiling zerocopy v0.6.6 |
2393 | 2024-07-25T05:34:09.717Z | Compiling reqwest v0.11.27 |
2394 | 2024-07-25T05:34:10.431Z | Compiling phf_shared v0.10.0 |
2395 | 2024-07-25T05:34:10.566Z | Compiling num-iter v0.1.45 |
2396 | 2024-07-25T05:34:10.760Z | Compiling strum_macros v0.25.3 |
2397 | 2024-07-25T05:34:10.798Z | Compiling serde_repr v0.1.19 |
2398 | 2024-07-25T05:34:10.857Z | Compiling console v0.15.8 |
2399 | 2024-07-25T05:34:11.569Z | Compiling float-cmp v0.9.0 |
2400 | 2024-07-25T05:34:11.586Z | Compiling static_assertions v1.1.0 |
2401 | 2024-07-25T05:34:11.690Z | Compiling minimal-lexical v0.2.1 |
2402 | 2024-07-25T05:34:11.800Z | Compiling new_debug_unreachable v1.0.6 |
2403 | 2024-07-25T05:34:11.900Z | Compiling normalize-line-endings v0.3.0 |
2404 | 2024-07-25T05:34:11.994Z | Compiling precomputed-hash v0.1.1 |
2405 | 2024-07-25T05:34:12.032Z | Compiling difflib v0.4.0 |
2406 | 2024-07-25T05:34:12.111Z | Compiling whoami v1.5.1 |
2407 | 2024-07-25T05:34:12.221Z | Compiling predicates-core v1.0.6 |
2408 | 2024-07-25T05:34:12.431Z | Compiling predicates v3.1.0 |
2409 | 2024-07-25T05:34:12.646Z | Compiling tokio-postgres v0.7.10 |
2410 | 2024-07-25T05:34:12.799Z | Compiling string_cache v0.8.7 |
2411 | 2024-07-25T05:34:13.322Z | Compiling nom v7.1.3 |
2412 | 2024-07-25T05:34:13.764Z | Compiling crossterm v0.27.0 |
2413 | 2024-07-25T05:34:15.170Z | Compiling bit-set v0.5.3 |
2414 | 2024-07-25T05:34:15.226Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2415 | 2024-07-25T05:34:15.479Z | Compiling itertools v0.12.1 |
2416 | 2024-07-25T05:34:17.128Z | Compiling bstr v1.9.1 |
2417 | 2024-07-25T05:34:17.671Z | Compiling getopts v0.2.21 |
2418 | 2024-07-25T05:34:17.894Z | Compiling unicode-xid v0.2.4 |
2419 | 2024-07-25T05:34:18.077Z | Compiling lalrpop-util v0.19.12 |
2420 | 2024-07-25T05:34:18.454Z | Compiling unsafe-libyaml v0.2.11 |
2421 | 2024-07-25T05:34:18.703Z | Compiling peg-runtime v0.8.3 |
2422 | 2024-07-25T05:34:18.719Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2423 | 2024-07-25T05:34:19.082Z | Compiling sha1 v0.10.6 |
2424 | 2024-07-25T05:34:19.173Z | Compiling camino v1.1.7 |
2425 | 2024-07-25T05:34:19.424Z | Compiling strum_macros v0.26.4 |
2426 | 2024-07-25T05:34:19.534Z | Compiling http v1.1.0 |
2427 | 2024-07-25T05:34:20.116Z | Compiling serde_yaml v0.9.34+deprecated |
2428 | 2024-07-25T05:34:20.464Z | Compiling base64 v0.22.1 |
2429 | 2024-07-25T05:34:21.183Z | Compiling diesel v2.1.6 |
2430 | 2024-07-25T05:34:21.276Z | Compiling toml v0.8.15 |
2431 | 2024-07-25T05:34:21.807Z | Compiling rustls-pki-types v1.7.0 |
2432 | 2024-07-25T05:34:21.990Z | Compiling crossbeam-channel v0.5.12 |
2433 | 2024-07-25T05:34:22.749Z | Compiling paste v1.0.15 |
2434 | 2024-07-25T05:34:23.179Z | Compiling ident_case v1.0.1 |
2435 | 2024-07-25T05:34:23.182Z | Compiling rustls v0.22.4 |
2436 | 2024-07-25T05:34:23.360Z | Compiling darling_core v0.20.9 |
2437 | 2024-07-25T05:34:23.381Z | Compiling slog-async v2.8.0 |
2438 | 2024-07-25T05:34:23.488Z | Compiling slog-term v2.9.1 |
2439 | 2024-07-25T05:34:24.595Z | Compiling rustls-webpki v0.102.4 |
2440 | 2024-07-25T05:34:24.695Z | Compiling multer v3.1.0 |
2441 | 2024-07-25T05:34:24.957Z | Compiling strum v0.26.3 |
2442 | 2024-07-25T05:34:25.045Z | Compiling slog-json v2.6.1 |
2443 | 2024-07-25T05:34:25.143Z | Compiling async-stream-impl v0.3.5 |
2444 | 2024-07-25T05:34:25.547Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2445 | 2024-07-25T05:34:25.776Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2446 | 2024-07-25T05:34:25.992Z | Compiling instant v0.1.12 |
2447 | 2024-07-25T05:34:26.063Z | Compiling debug-ignore v1.0.5 |
2448 | 2024-07-25T05:34:26.144Z | Compiling atomic-waker v1.1.2 |
2449 | 2024-07-25T05:34:26.285Z | Compiling waitgroup v0.1.2 |
2450 | 2024-07-25T05:34:26.335Z | Compiling slog-bunyan v2.5.0 |
2451 | 2024-07-25T05:34:26.524Z | Compiling async-stream v0.3.5 |
2452 | 2024-07-25T05:34:26.550Z | Compiling rustls-pemfile v2.1.2 |
2453 | 2024-07-25T05:34:26.722Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2454 | 2024-07-25T05:34:26.863Z | Compiling serde_path_to_error v0.1.16 |
2455 | 2024-07-25T05:34:27.051Z | Compiling hostname v0.4.0 |
2456 | 2024-07-25T05:34:27.320Z | Compiling structmeta-derive v0.3.0 |
2457 | 2024-07-25T05:34:27.671Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2458 | 2024-07-25T05:34:27.804Z | Compiling newtype-uuid v1.1.0 |
2459 | 2024-07-25T05:34:28.129Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2460 | 2024-07-25T05:34:28.455Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2461 | 2024-07-25T05:34:28.815Z | Compiling backoff v0.4.0 |
2462 | 2024-07-25T05:34:28.895Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-07-25T05:34:29.081Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2464 | 2024-07-25T05:34:29.165Z | Compiling macaddr v1.0.1 |
2465 | 2024-07-25T05:34:29.231Z | Compiling proc-macro-crate v1.3.1 |
2466 | 2024-07-25T05:34:29.635Z | Compiling tokio-rustls v0.25.0 |
2467 | 2024-07-25T05:34:30.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2468 | 2024-07-25T05:34:30.198Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2469 | 2024-07-25T05:34:30.332Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2470 | 2024-07-25T05:34:30.351Z | Compiling fastrand v2.1.0 |
2471 | 2024-07-25T05:34:30.426Z | Compiling num_enum_derive v0.5.11 |
2472 | 2024-07-25T05:34:30.520Z | Compiling structmeta v0.3.0 |
2473 | 2024-07-25T05:34:30.921Z | Compiling tempfile v3.10.1 |
2474 | 2024-07-25T05:34:30.943Z | Compiling darling_macro v0.20.9 |
2475 | 2024-07-25T05:34:30.959Z | Compiling parse-display-derive v0.9.1 |
2476 | 2024-07-25T05:34:31.865Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2477 | 2024-07-25T05:34:31.999Z | Compiling darling v0.20.9 |
2478 | 2024-07-25T05:34:32.132Z | Compiling serde_with_macros v3.8.3 |
2479 | 2024-07-25T05:34:32.179Z | Compiling foreign-types-macros v0.2.3 |
2480 | 2024-07-25T05:34:33.416Z | Compiling num_enum v0.5.11 |
2481 | 2024-07-25T05:34:33.574Z | Compiling foreign-types-shared v0.3.1 |
2482 | 2024-07-25T05:34:33.591Z | Compiling heapless v0.8.0 |
2483 | 2024-07-25T05:34:33.708Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2484 | 2024-07-25T05:34:34.018Z | Compiling foreign-types v0.5.0 |
2485 | 2024-07-25T05:34:34.144Z | Compiling proc-macro-error v1.0.4 |
2486 | 2024-07-25T05:34:34.863Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2487 | 2024-07-25T05:34:34.879Z | Compiling hash32 v0.3.1 |
2488 | 2024-07-25T05:34:35.140Z | Compiling cstr-argument v0.1.2 |
2489 | 2024-07-25T05:34:35.406Z | Compiling serde_with v3.8.3 |
2490 | 2024-07-25T05:34:35.429Z | Compiling pretty-hex v0.2.1 |
2491 | 2024-07-25T05:34:35.627Z | Compiling smoltcp v0.11.0 |
2492 | 2024-07-25T05:34:35.877Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2493 | 2024-07-25T05:34:36.003Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2494 | 2024-07-25T05:34:36.044Z | Compiling parse-display v0.9.1 |
2495 | 2024-07-25T05:34:36.423Z | Compiling camino-tempfile v1.1.1 |
2496 | 2024-07-25T05:34:36.636Z | Compiling tabwriter v1.4.0 |
2497 | 2024-07-25T05:34:36.792Z | Compiling colored v2.1.0 |
2498 | 2024-07-25T05:34:36.887Z | Compiling socket2 v0.4.10 |
2499 | 2024-07-25T05:34:37.196Z | Compiling cobs v0.2.3 |
2500 | 2024-07-25T05:34:37.396Z | Compiling embedded-io v0.4.0 |
2501 | 2024-07-25T05:34:37.583Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2502 | 2024-07-25T05:34:37.683Z | Compiling postcard v1.0.8 |
2503 | 2024-07-25T05:34:37.862Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2504 | 2024-07-25T05:34:37.916Z | Compiling crucible-workspace-hack v0.1.0 |
2505 | 2024-07-25T05:34:38.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2506 | 2024-07-25T05:34:38.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2507 | 2024-07-25T05:34:38.563Z | Compiling smf v0.2.3 |
2508 | 2024-07-25T05:34:38.632Z | Compiling humantime v2.1.0 |
2509 | 2024-07-25T05:34:39.089Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2510 | 2024-07-25T05:34:39.225Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2511 | 2024-07-25T05:34:39.440Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2512 | 2024-07-25T05:34:39.650Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2513 | 2024-07-25T05:34:40.039Z | Compiling num-derive v0.4.2 |
2514 | 2024-07-25T05:34:40.091Z | Compiling sigpipe v0.1.3 |
2515 | 2024-07-25T05:34:40.142Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2516 | 2024-07-25T05:34:40.219Z | Compiling semver v0.1.20 |
2517 | 2024-07-25T05:34:40.572Z | Compiling rustc_version v0.1.7 |
2518 | 2024-07-25T05:34:40.909Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2519 | 2024-07-25T05:34:40.926Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2520 | 2024-07-25T05:34:41.065Z | Compiling curve25519-dalek v4.1.3 |
2521 | 2024-07-25T05:34:41.733Z | Compiling newline-converter v0.3.0 |
2522 | 2024-07-25T05:34:41.903Z | Compiling universal-hash v0.5.1 |
2523 | 2024-07-25T05:34:42.116Z | Compiling utf-8 v0.7.6 |
2524 | 2024-07-25T05:34:42.485Z | Compiling opaque-debug v0.3.1 |
2525 | 2024-07-25T05:34:42.641Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2526 | 2024-07-25T05:34:42.658Z | Compiling expectorate v1.1.0 |
2527 | 2024-07-25T05:34:42.658Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2528 | 2024-07-25T05:34:42.824Z | Compiling newtype_derive v0.1.6 |
2529 | 2024-07-25T05:34:42.827Z | Compiling curve25519-dalek-derive v0.1.1 |
2530 | 2024-07-25T05:34:43.092Z | Compiling atty v0.2.14 |
2531 | 2024-07-25T05:34:43.116Z | Compiling convert_case v0.4.0 |
2532 | 2024-07-25T05:34:43.133Z | Compiling same-file v1.0.6 |
2533 | 2024-07-25T05:34:43.239Z | Compiling rayon-core v1.12.1 |
2534 | 2024-07-25T05:34:43.381Z | Compiling walkdir v2.5.0 |
2535 | 2024-07-25T05:34:43.590Z | Compiling crossbeam-deque v0.8.5 |
2536 | 2024-07-25T05:34:43.612Z | Compiling blake2 v0.10.6 |
2537 | 2024-07-25T05:34:43.961Z | Compiling derive-where v1.2.7 |
2538 | 2024-07-25T05:34:44.169Z | Compiling derive_more v0.99.18 |
2539 | 2024-07-25T05:34:44.208Z | Compiling password-hash v0.5.0 |
2540 | 2024-07-25T05:34:44.919Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2541 | 2024-07-25T05:34:44.944Z | Compiling prettyplease v0.2.20 |
2542 | 2024-07-25T05:34:45.262Z | Compiling argon2 v0.5.3 |
2543 | 2024-07-25T05:34:46.521Z | Compiling xattr v1.3.1 |
2544 | 2024-07-25T05:34:46.820Z | Compiling num-rational v0.4.2 |
2545 | 2024-07-25T05:34:47.236Z | Compiling signature v2.2.0 |
2546 | 2024-07-25T05:34:47.564Z | Compiling aead v0.5.2 |
2547 | 2024-07-25T05:34:47.776Z | Compiling num-complex v0.4.6 |
2548 | 2024-07-25T05:34:47.979Z | Compiling ring v0.16.20 |
2549 | 2024-07-25T05:34:48.250Z | Compiling blake3 v1.5.1 |
2550 | 2024-07-25T05:34:48.637Z | Compiling unicase v2.7.0 |
2551 | 2024-07-25T05:34:48.826Z | Compiling quick-error v1.2.3 |
2552 | 2024-07-25T05:34:48.858Z | Compiling keccak v0.1.5 |
2553 | 2024-07-25T05:34:48.915Z | Compiling termcolor v1.4.1 |
2554 | 2024-07-25T05:34:48.977Z | Compiling getrandom v0.1.16 |
2555 | 2024-07-25T05:34:49.097Z | Compiling arc-swap v1.7.1 |
2556 | 2024-07-25T05:34:49.721Z | Compiling linked-hash-map v0.5.6 |
2557 | 2024-07-25T05:34:49.818Z | Compiling slog-scope v4.4.0 |
2558 | 2024-07-25T05:34:49.841Z | Compiling env_logger v0.9.3 |
2559 | 2024-07-25T05:34:49.859Z | Compiling sha3 v0.10.8 |
2560 | 2024-07-25T05:34:50.094Z | Compiling lru-cache v0.1.2 |
2561 | 2024-07-25T05:34:50.394Z | Compiling resolv-conf v0.7.0 |
2562 | 2024-07-25T05:34:51.217Z | Compiling num v0.4.3 |
2563 | 2024-07-25T05:34:51.282Z | Compiling tar v0.4.41 |
2564 | 2024-07-25T05:34:51.328Z | Compiling steno v0.4.1 |
2565 | 2024-07-25T05:34:51.561Z | Compiling rayon v1.10.0 |
2566 | 2024-07-25T05:34:53.044Z | Compiling poly1305 v0.8.0 |
2567 | 2024-07-25T05:34:53.075Z | Compiling tungstenite v0.21.0 |
2568 | 2024-07-25T05:34:53.543Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2569 | 2024-07-25T05:34:54.015Z | Compiling chacha20 v0.9.1 |
2570 | 2024-07-25T05:34:54.459Z | Compiling secrecy v0.8.0 |
2571 | 2024-07-25T05:34:54.753Z | Compiling bitstruct_derive v0.1.0 |
2572 | 2024-07-25T05:34:54.805Z | Compiling thiserror-impl-no-std v2.0.2 |
2573 | 2024-07-25T05:34:55.344Z | Compiling memmap2 v0.9.4 |
2574 | 2024-07-25T05:34:55.818Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2575 | 2024-07-25T05:34:55.968Z | Compiling half v2.4.1 |
2576 | 2024-07-25T05:34:56.166Z | Compiling untrusted v0.7.1 |
2577 | 2024-07-25T05:34:56.183Z | Compiling home v0.5.9 |
2578 | 2024-07-25T05:34:56.371Z | Compiling libefi-sys v0.1.0 |
2579 | 2024-07-25T05:34:56.473Z | Compiling parking_lot_core v0.8.6 |
2580 | 2024-07-25T05:34:56.546Z | Compiling ascii v1.1.0 |
2581 | 2024-07-25T05:34:56.583Z | Compiling arrayvec v0.7.4 |
2582 | 2024-07-25T05:34:56.645Z | Compiling float-ord v0.3.2 |
2583 | 2024-07-25T05:34:56.831Z | Compiling ciborium-io v0.2.2 |
2584 | 2024-07-25T05:34:56.902Z | Compiling constant_time_eq v0.3.0 |
2585 | 2024-07-25T05:34:56.964Z | Compiling spin v0.5.2 |
2586 | 2024-07-25T05:34:57.004Z | Compiling arrayref v0.3.7 |
2587 | 2024-07-25T05:34:57.084Z | Compiling ciborium-ll v0.2.2 |
2588 | 2024-07-25T05:34:57.165Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2589 | 2024-07-25T05:34:57.551Z | Compiling toolchain_find v0.4.0 |
2590 | 2024-07-25T05:34:57.793Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2591 | 2024-07-25T05:34:58.159Z | Compiling thiserror-no-std v2.0.2 |
2592 | 2024-07-25T05:34:58.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2593 | 2024-07-25T05:34:58.281Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2594 | 2024-07-25T05:34:58.343Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2595 | 2024-07-25T05:34:58.597Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2596 | 2024-07-25T05:34:58.783Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2597 | 2024-07-25T05:34:58.820Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2598 | 2024-07-25T05:34:58.863Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2599 | 2024-07-25T05:34:59.003Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2600 | 2024-07-25T05:34:59.336Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2601 | 2024-07-25T05:34:59.396Z | Compiling bitstruct v0.1.1 |
2602 | 2024-07-25T05:34:59.486Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-07-25T05:34:59.515Z | Compiling tokio-tungstenite v0.21.0 |
2604 | 2024-07-25T05:34:59.549Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-07-25T05:34:59.681Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2606 | 2024-07-25T05:34:59.966Z | Compiling trust-dns-resolver v0.22.0 |
2607 | 2024-07-25T05:34:59.984Z | Compiling slog-stdlog v4.1.1 |
2608 | 2024-07-25T05:35:00.167Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2609 | 2024-07-25T05:35:00.351Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2610 | 2024-07-25T05:35:00.626Z | Compiling erased-serde v0.3.31 |
2611 | 2024-07-25T05:35:00.743Z | Compiling serde_arrays v0.1.0 |
2612 | 2024-07-25T05:35:00.866Z | Compiling rfc6979 v0.4.0 |
2613 | 2024-07-25T05:35:00.908Z | Compiling bitfield-struct v0.6.1 |
2614 | 2024-07-25T05:35:00.928Z | Compiling nibble_vec v0.1.0 |
2615 | 2024-07-25T05:35:00.946Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2616 | 2024-07-25T05:35:01.071Z | Compiling slog-dtrace v0.3.0 |
2617 | 2024-07-25T05:35:01.134Z | Compiling topological-sort v0.2.2 |
2618 | 2024-07-25T05:35:01.326Z | Compiling cancel-safe-futures v0.1.5 |
2619 | 2024-07-25T05:35:01.356Z | Compiling endian-type v0.1.2 |
2620 | 2024-07-25T05:35:01.456Z | Compiling omicron-zone-package v0.11.0 |
2621 | 2024-07-25T05:35:01.603Z | Compiling radix_trie v0.2.1 |
2622 | 2024-07-25T05:35:01.823Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2623 | 2024-07-25T05:35:02.012Z | Compiling ecdsa v0.16.9 |
2624 | 2024-07-25T05:35:02.351Z | Compiling rand_core v0.5.1 |
2625 | 2024-07-25T05:35:02.386Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-07-25T05:35:02.920Z | Compiling mime_guess v2.0.4 |
2627 | 2024-07-25T05:35:02.974Z | Compiling slog-envlogger v2.2.0 |
2628 | 2024-07-25T05:35:03.264Z | Compiling vsss-rs v3.3.4 |
2629 | 2024-07-25T05:35:03.794Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2630 | 2024-07-25T05:35:04.297Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-07-25T05:35:05.413Z | Compiling ciborium v0.2.2 |
2632 | 2024-07-25T05:35:06.077Z | Compiling chacha20poly1305 v0.10.1 |
2633 | 2024-07-25T05:35:06.319Z | Compiling tungstenite v0.20.1 |
2634 | 2024-07-25T05:35:06.528Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2635 | 2024-07-25T05:35:06.705Z | Compiling primeorder v0.13.6 |
2636 | 2024-07-25T05:35:06.988Z | Compiling heck v0.3.3 |
2637 | 2024-07-25T05:35:07.256Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-07-25T05:35:07.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2639 | 2024-07-25T05:35:07.388Z | Compiling option-ext v0.2.0 |
2640 | 2024-07-25T05:35:07.422Z | Compiling zone_cfg_derive v0.1.2 |
2641 | 2024-07-25T05:35:07.530Z | Compiling dirs-sys v0.4.1 |
2642 | 2024-07-25T05:35:07.623Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2643 | 2024-07-25T05:35:07.970Z | Compiling tokio-tungstenite v0.20.1 |
2644 | 2024-07-25T05:35:08.117Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2645 | 2024-07-25T05:35:08.466Z | Compiling parking_lot v0.11.2 |
2646 | 2024-07-25T05:35:08.521Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2024-07-25T05:35:08.749Z | Compiling rand_chacha v0.2.2 |
2648 | 2024-07-25T05:35:08.786Z | Compiling trust-dns-client v0.22.0 |
2649 | 2024-07-25T05:35:09.465Z | Compiling ed25519 v2.2.3 |
2650 | 2024-07-25T05:35:09.497Z | Compiling polyval v0.6.2 |
2651 | 2024-07-25T05:35:09.601Z | Compiling libsw v3.3.1 |
2652 | 2024-07-25T05:35:09.914Z | Compiling toml v0.5.11 |
2653 | 2024-07-25T05:35:09.931Z | Compiling blowfish v0.9.1 |
2654 | 2024-07-25T05:35:09.988Z | Compiling ctr v0.9.2 |
2655 | 2024-07-25T05:35:10.366Z | Compiling aes v0.8.4 |
2656 | 2024-07-25T05:35:10.379Z | Compiling pbkdf2 v0.12.2 |
2657 | 2024-07-25T05:35:10.558Z | Compiling password-hash v0.4.2 |
2658 | 2024-07-25T05:35:10.816Z | Compiling gethostname v0.4.3 |
2659 | 2024-07-25T05:35:11.103Z | Compiling fxhash v0.2.1 |
2660 | 2024-07-25T05:35:11.323Z | Compiling base64 v0.13.1 |
2661 | 2024-07-25T05:35:11.543Z | Compiling owo-colors v4.0.0 |
2662 | 2024-07-25T05:35:11.979Z | Compiling linear-map v1.2.0 |
2663 | 2024-07-25T05:35:12.098Z | Compiling ron v0.7.1 |
2664 | 2024-07-25T05:35:12.337Z | Compiling trust-dns-server v0.22.1 |
2665 | 2024-07-25T05:35:13.237Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2666 | 2024-07-25T05:35:13.683Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-07-25T05:35:13.772Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2668 | 2024-07-25T05:35:13.976Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2669 | 2024-07-25T05:35:14.389Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2670 | 2024-07-25T05:35:14.502Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2671 | 2024-07-25T05:35:17.539Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2672 | 2024-07-25T05:35:19.642Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2673 | 2024-07-25T05:35:19.766Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2674 | 2024-07-25T05:35:20.582Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2675 | 2024-07-25T05:35:22.369Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2676 | 2024-07-25T05:35:23.473Z | Compiling sled v0.34.7 |
2677 | 2024-07-25T05:35:23.755Z | Compiling pbkdf2 v0.11.0 |
2678 | 2024-07-25T05:35:23.864Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2679 | 2024-07-25T05:35:24.133Z | Compiling bcrypt-pbkdf v0.10.0 |
2680 | 2024-07-25T05:35:24.787Z | Compiling ghash v0.5.1 |
2681 | 2024-07-25T05:35:24.997Z | Compiling ed25519-dalek v2.1.1 |
2682 | 2024-07-25T05:35:25.373Z | Compiling rand v0.7.3 |
2683 | 2024-07-25T05:35:26.217Z | Compiling zone v0.1.8 |
2684 | 2024-07-25T05:35:27.361Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2685 | 2024-07-25T05:35:27.967Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2686 | 2024-07-25T05:35:28.829Z | Compiling dirs v5.0.1 |
2687 | 2024-07-25T05:35:29.367Z | Compiling p256 v0.13.2 |
2688 | 2024-07-25T05:35:30.249Z | Compiling p521 v0.13.3 |
2689 | 2024-07-25T05:35:32.283Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2690 | 2024-07-25T05:35:32.748Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2691 | 2024-07-25T05:35:32.847Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2692 | 2024-07-25T05:35:33.076Z | Compiling pem v3.0.4 |
2693 | 2024-07-25T05:35:33.950Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2694 | 2024-07-25T05:35:34.173Z | Compiling headers-core v0.2.0 |
2695 | 2024-07-25T05:35:34.349Z | Compiling cbc v0.1.2 |
2696 | 2024-07-25T05:35:34.366Z | Compiling kstat-rs v0.2.4 |
2697 | 2024-07-25T05:35:34.611Z | Compiling portpicker v0.1.1 |
2698 | 2024-07-25T05:35:34.956Z | Compiling nanorand v0.7.0 |
2699 | 2024-07-25T05:35:34.999Z | Compiling russh-cryptovec v0.7.2 |
2700 | 2024-07-25T05:35:35.058Z | Compiling glob v0.3.1 |
2701 | 2024-07-25T05:35:35.279Z | Compiling http-range v0.1.5 |
2702 | 2024-07-25T05:35:35.338Z | Compiling md5 v0.7.0 |
2703 | 2024-07-25T05:35:35.590Z | Compiling hyper-staticfile v0.9.5 |
2704 | 2024-07-25T05:35:35.650Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2705 | 2024-07-25T05:35:35.664Z | Compiling russh-keys v0.43.0 |
2706 | 2024-07-25T05:35:35.859Z | Compiling flume v0.11.0 |
2707 | 2024-07-25T05:35:36.099Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2708 | 2024-07-25T05:35:36.552Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2709 | 2024-07-25T05:35:36.619Z | Compiling headers v0.3.9 |
2710 | 2024-07-25T05:35:38.601Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2711 | 2024-07-25T05:35:39.205Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2712 | 2024-07-25T05:35:39.926Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2024-07-25T05:35:40.020Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2714 | 2024-07-25T05:35:41.366Z | Compiling rcgen v0.12.1 |
2715 | 2024-07-25T05:35:42.049Z | Compiling aes-gcm v0.10.3 |
2716 | 2024-07-25T05:35:42.624Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-07-25T05:35:43.126Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2718 | 2024-07-25T05:35:44.039Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2719 | 2024-07-25T05:35:45.122Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2720 | 2024-07-25T05:35:46.191Z | Compiling atomicwrites v0.4.3 |
2721 | 2024-07-25T05:35:46.576Z | Compiling subprocess v0.2.9 |
2722 | 2024-07-25T05:35:46.893Z | Compiling dhcproto-macros v0.1.0 |
2723 | 2024-07-25T05:35:47.392Z | Compiling hex-literal v0.4.1 |
2724 | 2024-07-25T05:35:47.558Z | Compiling display-error-chain v0.2.0 |
2725 | 2024-07-25T05:35:47.746Z | Compiling russh v0.43.0 |
2726 | 2024-07-25T05:35:47.903Z | Compiling dhcproto v0.11.0 |
2727 | 2024-07-25T05:35:48.700Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2728 | 2024-07-25T05:35:50.982Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2729 | 2024-07-25T05:35:51.405Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2730 | 2024-07-25T05:35:51.428Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2731 | 2024-07-25T05:35:51.581Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2732 | 2024-07-25T05:35:52.061Z | Compiling internet-checksum v0.2.1 |
2733 | 2024-07-25T05:35:53.320Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2734 | 2024-07-25T05:35:54.646Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2735 | 2024-07-25T05:36:15.229Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2736 | 2024-07-25T05:36:55.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2737 | 2024-07-25T05:36:55.247Z | |
2738 | 2024-07-25T05:36:55.250Z | real 3:42.739707175 |
2739 | 2024-07-25T05:36:55.250Z | user 20:09.607099563 |
2740 | 2024-07-25T05:36:55.250Z | sys 4:19.792791245 |
2741 | 2024-07-25T05:36:55.250Z | trap 0.598236060 |
2742 | 2024-07-25T05:36:55.250Z | tflt 0.548968493 |
2743 | 2024-07-25T05:36:55.250Z | dflt 2.124409148 |
2744 | 2024-07-25T05:36:55.250Z | kflt 0.010529677 |
2745 | 2024-07-25T05:36:55.250Z | lock 43:08.615559742 |
2746 | 2024-07-25T05:36:55.250Z | slp 57:46.068814171 |
2747 | 2024-07-25T05:36:55.250Z | lat 1:07.552569307 |
2748 | 2024-07-25T05:36:55.250Z | stop 2:29.203980523 |
2749 | 2024-07-25T05:36:55.250Z | + mkdir tests |
2750 | 2024-07-25T05:36:55.253Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2751 | 2024-07-25T05:36:55.253Z | + xargs -I '{}' -t cp '{}' tests/ |
2752 | 2024-07-25T05:36:56.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0129155c5e633200 tests/ |
2753 | 2024-07-25T05:36:56.634Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3b605d3552ce4ce8 tests/ |
2754 | 2024-07-25T05:36:56.658Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2c7c1156e2377ecb tests/ |
2755 | 2024-07-25T05:36:56.683Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-31e85e801f7962ae tests/ |
2756 | 2024-07-25T05:36:56.888Z | + 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-07-25T05:36:56.891Z | + 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-3b605d3552ce4ce8 tests/commtest-2c7c1156e2377ecb tests/dhcp_server-0129155c5e633200 tests/end_to_end_tests-31e85e801f7962ae out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2758 | 2024-07-25T05:37:53.727Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2759 | 2024-07-25T05:37:53.727Z | a out/target/test 1K |
2760 | 2024-07-25T05:37:53.727Z | a out/npuzone/npuzone 23144K |
2761 | 2024-07-25T05:37:53.727Z | a package-manifest.toml 29K |
2762 | 2024-07-25T05:37:53.727Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2763 | 2024-07-25T05:37:53.727Z | a target/release/omicron-package 32446K |
2764 | 2024-07-25T05:37:53.727Z | a target/release/xtask 18113K |
2765 | 2024-07-25T05:37:53.727Z | a target/debug/bootstrap 215906K |
2766 | 2024-07-25T05:37:53.727Z | a tests/bootstrap-3b605d3552ce4ce8 23989K |
2767 | 2024-07-25T05:37:53.727Z | a tests/commtest-2c7c1156e2377ecb 24715K |
2768 | 2024-07-25T05:37:53.727Z | a tests/dhcp_server-0129155c5e633200 23989K |
2769 | 2024-07-25T05:37:53.727Z | a tests/end_to_end_tests-31e85e801f7962ae 227614K |
2770 | 2024-07-25T05:37:53.727Z | a out/clickhouse.tar.gz 223128K |
2771 | 2024-07-25T05:37:53.727Z | a out/clickhouse_keeper.tar.gz 223108K |
2772 | 2024-07-25T05:37:53.727Z | a out/cockroachdb.tar.gz 131833K |
2773 | 2024-07-25T05:37:53.727Z | a out/crucible-dtrace.tar 85K |
2774 | 2024-07-25T05:37:53.727Z | a out/crucible-pantry-zone.tar.gz 27088K |
2775 | 2024-07-25T05:37:53.727Z | a out/crucible-zone.tar.gz 37462K |
2776 | 2024-07-25T05:37:53.727Z | a out/external-dns.tar.gz 25237K |
2777 | 2024-07-25T05:37:53.727Z | a out/internal-dns.tar.gz 25236K |
2778 | 2024-07-25T05:37:53.727Z | a out/mg-ddm-gz.tar 60627K |
2779 | 2024-07-25T05:37:53.727Z | a out/nexus.tar.gz 84930K |
2780 | 2024-07-25T05:37:53.727Z | a out/ntp.tar.gz 8968K |
2781 | 2024-07-25T05:37:53.727Z | a out/omicron-gateway-softnpu.tar.gz 13803K |
2782 | 2024-07-25T05:37:53.728Z | a out/omicron-sled-agent.tar 95230K |
2783 | 2024-07-25T05:37:53.728Z | a out/overlay.tar.gz 3K |
2784 | 2024-07-25T05:37:53.728Z | a out/oximeter.tar.gz 42205K |
2785 | 2024-07-25T05:37:53.728Z | a out/oxlog.tar 2947K |
2786 | 2024-07-25T05:37:53.728Z | a out/probe.tar.gz 2764K |
2787 | 2024-07-25T05:37:53.728Z | a out/propolis-server.tar.gz 64643K |
2788 | 2024-07-25T05:37:53.728Z | a out/pumpkind-gz.tar 26665K |
2789 | 2024-07-25T05:37:53.728Z | a out/switch-softnpu.tar.gz 207197K |
2790 | 2024-07-25T05:37:53.731Z | |
2791 | 2024-07-25T05:37:53.731Z | real 56.834128659 |
2792 | 2024-07-25T05:37:53.731Z | user 54.448171250 |
2793 | 2024-07-25T05:37:53.731Z | sys 3.414674836 |
2794 | 2024-07-25T05:37:53.731Z | trap 0.013447001 |
2795 | 2024-07-25T05:37:53.731Z | tflt 0.000000000 |
2796 | 2024-07-25T05:37:53.731Z | dflt 0.000000000 |
2797 | 2024-07-25T05:37:53.731Z | kflt 0.000000000 |
2798 | 2024-07-25T05:37:53.731Z | lock 0.000000000 |
2799 | 2024-07-25T05:37:53.731Z | slp 54.238173171 |
2800 | 2024-07-25T05:37:53.731Z | lat 1.548308159 |
2801 | 2024-07-25T05:37:53.731Z | stop 0.000487171 |
2802 | 2024-07-25T05:37:53.731Z | process exited: duration 1726051 ms, exit code 0 |
|
2803 | 2024-07-25T05:37:53.745Z | found 1 output files |
2804 | 2024-07-25T05:37:53.746Z | uploading: /work/package.tar.gz (1356484708 bytes) |
2805 | 2024-07-25T05:38:21.688Z | uploaded: /work/package.tar.gz |