|
|
|
1 | 2024-09-09T21:47:02.959Z | job assigned to worker 01J7CC0GGAJPCMCXX6AZEWB1Q6 (queued for 1 m 3 s) |
|
2 | 2024-09-09T21:47:10.747Z | starting task 0: "setup" |
3 | 2024-09-09T21:47:10.755Z | ++ uname -s |
4 | 2024-09-09T21:47:10.757Z | + kern=SunOS |
5 | 2024-09-09T21:47:10.757Z | + case "$kern" in |
6 | 2024-09-09T21:47:10.757Z | + groupadd -g 12345 build |
7 | 2024-09-09T21:47:10.760Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T21:47:12.771Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T21:47:12.927Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T21:47:12.931Z | + home_fs=zfs |
11 | 2024-09-09T21:47:12.931Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T21:47:12.931Z | + mkdir -p /home/build |
13 | 2024-09-09T21:47:12.934Z | + chown build:build /home/build /work |
14 | 2024-09-09T21:47:14.935Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T21:47:14.938Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-09-09T21:47:14.943Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T21:47:14.949Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T21:47:14.949Z | ' 1.80.1 |
19 | 2024-09-09T21:47:14.949Z | * toolchain channel = "1.80.1" |
20 | 2024-09-09T21:47:14.949Z | * toolchain profile = "default" |
21 | 2024-09-09T21:47:14.949Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-09T21:47:14.949Z | ' default |
23 | 2024-09-09T21:47:14.952Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T21:47:14.952Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T21:47:15.077Z | info: downloading installer |
26 | 2024-09-09T21:47:16.357Z | info: profile set to 'default' |
27 | 2024-09-09T21:47:16.357Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T21:47:16.360Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T21:47:16.516Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T21:47:16.517Z | info: downloading component 'cargo' |
31 | 2024-09-09T21:47:17.457Z | info: downloading component 'clippy' |
32 | 2024-09-09T21:47:17.796Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T21:47:19.097Z | info: downloading component 'rust-std' |
34 | 2024-09-09T21:47:20.903Z | info: downloading component 'rustc' |
35 | 2024-09-09T21:47:25.917Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T21:47:26.183Z | info: installing component 'cargo' |
37 | 2024-09-09T21:47:27.023Z | info: installing component 'clippy' |
38 | 2024-09-09T21:47:27.391Z | info: installing component 'rust-docs' |
39 | 2024-09-09T21:47:29.119Z | info: installing component 'rust-std' |
40 | 2024-09-09T21:47:30.740Z | info: installing component 'rustc' |
41 | 2024-09-09T21:47:34.988Z | info: installing component 'rustfmt' |
42 | 2024-09-09T21:47:35.335Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T21:47:35.335Z | |
44 | 2024-09-09T21:47:35.594Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T21:47:35.594Z | |
46 | 2024-09-09T21:47:35.596Z | |
47 | 2024-09-09T21:47:35.596Z | Rust is installed now. Great! |
48 | 2024-09-09T21:47:35.596Z | |
49 | 2024-09-09T21:47:35.597Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T21:47:35.597Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T21:47:35.597Z | |
52 | 2024-09-09T21:47:35.597Z | To configure your current shell, you need to source |
53 | 2024-09-09T21:47:35.597Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T21:47:35.597Z | |
55 | 2024-09-09T21:47:35.597Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T21:47:35.597Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T21:47:35.597Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T21:47:35.643Z | + rustc --version |
59 | 2024-09-09T21:47:35.708Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T21:47:35.711Z | process exited: duration 20765 ms, exit code 0 |
|
61 | 2024-09-09T21:47:35.716Z | starting task 2: "authentication" |
62 | 2024-09-09T21:47:35.737Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-09T21:47:35.742Z | starting task 3: "clone repository" |
64 | 2024-09-09T21:47:35.747Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T21:47:35.754Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T21:47:36.018Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T21:47:42.672Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T21:47:42.672Z | + git fetch origin 61160bbb9bca3ed7a614dce43f69a60958600ce2 |
69 | 2024-09-09T21:47:42.996Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T21:47:42.996Z | * branch 61160bbb9bca3ed7a614dce43f69a60958600ce2 -> FETCH_HEAD |
71 | 2024-09-09T21:47:43.006Z | + [[ -n eliza/fail-expunged-vmms ]] |
72 | 2024-09-09T21:47:43.009Z | ++ git branch --show-current |
73 | 2024-09-09T21:47:43.011Z | + current=main |
74 | 2024-09-09T21:47:43.012Z | + [[ main != eliza/fail-expunged-vmms ]] |
75 | 2024-09-09T21:47:43.012Z | + git branch -f eliza/fail-expunged-vmms 61160bbb9bca3ed7a614dce43f69a60958600ce2 |
76 | 2024-09-09T21:47:43.014Z | + git checkout -f eliza/fail-expunged-vmms |
77 | 2024-09-09T21:47:43.168Z | Switched to branch 'eliza/fail-expunged-vmms' |
78 | 2024-09-09T21:47:43.171Z | + git reset --hard 61160bbb9bca3ed7a614dce43f69a60958600ce2 |
79 | 2024-09-09T21:47:43.321Z | HEAD is now at 61160bbb9 remove explicit bg task activation |
80 | 2024-09-09T21:47:43.324Z | process exited: duration 7579 ms, exit code 0 |
|
81 | 2024-09-09T21:47:43.330Z | starting task 4: "build" |
82 | 2024-09-09T21:47:43.335Z | + cargo --version |
83 | 2024-09-09T21:47:43.390Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T21:47:43.393Z | + rustc --version |
85 | 2024-09-09T21:47:43.454Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T21:47:43.459Z | + WORK=/work |
87 | 2024-09-09T21:47:43.459Z | + pfexec mkdir -p /work |
88 | 2024-09-09T21:47:43.459Z | + pfexec chown build /work |
89 | 2024-09-09T21:47:43.462Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-09T21:48:02.739Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-09T21:48:05.182Z | Startup: Caching catalogs ... Done |
92 | 2024-09-09T21:48:07.434Z | Planning: Solver setup ... Done (1.702s) |
93 | 2024-09-09T21:48:07.463Z | Planning: Running solver ... Done (0.029s) |
94 | 2024-09-09T21:48:07.551Z | Planning: Finding local manifests ... Done (0.046s) |
95 | 2024-09-09T21:48:07.582Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-09T21:48:07.884Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-09T21:48:08.084Z | Planning: Package planning ... Done (0.200s) |
98 | 2024-09-09T21:48:08.140Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-09-09T21:48:08.958Z | Planning: Checking for conflicting actions ... Done (0.817s) |
100 | 2024-09-09T21:48:15.492Z | Planning: Consolidating action changes ... Done (6.531s) |
101 | 2024-09-09T21:48:15.896Z | Planning: Evaluating mediators ... Done (0.406s) |
102 | 2024-09-09T21:48:15.978Z | Planning: Planning completed in 10.73 seconds |
103 | 2024-09-09T21:48:15.995Z | Packages to install: 4 |
104 | 2024-09-09T21:48:16.002Z | Packages to update: 1 |
105 | 2024-09-09T21:48:16.002Z | Mediators to change: 2 |
106 | 2024-09-09T21:48:16.002Z | Services to change: 1 |
107 | 2024-09-09T21:48:16.002Z | Estimated space available: 155.72 GB |
108 | 2024-09-09T21:48:16.002Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-09T21:48:16.002Z | Create boot environment: No |
110 | 2024-09-09T21:48:16.002Z | Create backup boot environment: Yes |
111 | 2024-09-09T21:48:16.002Z | Rebuild boot archive: No |
112 | 2024-09-09T21:48:16.002Z | |
113 | 2024-09-09T21:48:16.002Z | Changed mediators: |
114 | 2024-09-09T21:48:16.002Z | mediator clang: |
115 | 2024-09-09T21:48:16.002Z | version: None -> 15 (system default) |
116 | 2024-09-09T21:48:16.002Z | |
117 | 2024-09-09T21:48:16.003Z | mediator llvm: |
118 | 2024-09-09T21:48:16.003Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-09T21:48:16.003Z | |
120 | 2024-09-09T21:48:16.003Z | Changed packages: |
121 | 2024-09-09T21:48:16.003Z | helios-dev |
122 | 2024-09-09T21:48:16.003Z | developer/build-essential |
123 | 2024-09-09T21:48:16.003Z | None -> 11-2.0 |
124 | 2024-09-09T21:48:16.003Z | library/libxmlsec1 |
125 | 2024-09-09T21:48:16.003Z | None -> 1.2.35-2.0 |
126 | 2024-09-09T21:48:16.003Z | ooce/developer/clang-15 |
127 | 2024-09-09T21:48:16.003Z | None -> 15.0.7-2.0 |
128 | 2024-09-09T21:48:16.003Z | ooce/developer/llvm-15 |
129 | 2024-09-09T21:48:16.003Z | None -> 15.0.7-2.0 |
130 | 2024-09-09T21:48:16.003Z | package/pkg |
131 | 2024-09-09T21:48:16.003Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-09T21:48:16.003Z | |
133 | 2024-09-09T21:48:16.003Z | Services: |
134 | 2024-09-09T21:48:16.003Z | restart_fmri: |
135 | 2024-09-09T21:48:16.003Z | svc:/system/update-man-index:default |
136 | 2024-09-09T21:48:16.003Z | |
137 | 2024-09-09T21:48:16.003Z | Editable files to change: |
138 | 2024-09-09T21:48:16.003Z | Update: |
139 | 2024-09-09T21:48:16.004Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-09T21:48:16.250Z | |
141 | 2024-09-09T21:48:16.250Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-09T21:48:21.251Z | Download: 664/4281 items 18.0/220.6MB 8% complete (3.7M/s) |
143 | 2024-09-09T21:48:26.538Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (9.2M/s) |
144 | 2024-09-09T21:48:31.540Z | Download: 3037/4281 items 121.4/220.6MB 55% complete (10.3M/s) |
145 | 2024-09-09T21:48:36.545Z | Download: 3893/4281 items 218.6/220.6MB 99% complete (13.6M/s) |
146 | 2024-09-09T21:48:38.545Z | Download: Completed 220.60 MB in 22.29 seconds (9.9M/s) |
147 | 2024-09-09T21:48:40.482Z | Actions: 1/5063 actions (Removing old actions) |
148 | 2024-09-09T21:48:40.504Z | Actions: 194/5063 actions (Installing new actions) |
149 | 2024-09-09T21:48:45.525Z | Actions: 4116/5063 actions (Installing new actions) |
150 | 2024-09-09T21:48:46.089Z | Actions: 4226/5063 actions (Updating modified actions) |
151 | 2024-09-09T21:48:46.446Z | Actions: Completed 5063 actions in 5.96 seconds. |
152 | 2024-09-09T21:48:46.744Z | Done (0.289s) |
153 | 2024-09-09T21:48:46.746Z | Done (0.000s) |
154 | 2024-09-09T21:48:47.128Z | Done (0.382s) |
155 | 2024-09-09T21:48:52.849Z | Done (5.538s) |
156 | 2024-09-09T21:48:53.200Z | Done (0.274s) |
157 | 2024-09-09T21:48:53.203Z | Done (0.000s) |
158 | 2024-09-09T21:48:53.373Z | Done (0.000s) |
159 | 2024-09-09T21:48:53.978Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-09-09T21:48:54.136Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-09-09T21:48:54.138Z | Planning: Consolidating action changes ... Done |
162 | 2024-09-09T21:48:54.400Z | Planning: Evaluating mediators ... Done |
163 | 2024-09-09T21:48:54.402Z | Planning: Planning completed in 0.42 seconds |
164 | 2024-09-09T21:48:54.439Z | Mediators to change: 2 |
165 | 2024-09-09T21:48:54.439Z | Create boot environment: No |
166 | 2024-09-09T21:48:54.441Z | Create backup boot environment: No |
167 | 2024-09-09T21:48:54.517Z | Done |
168 | 2024-09-09T21:48:54.517Z | Done |
169 | 2024-09-09T21:48:54.753Z | Done |
170 | 2024-09-09T21:48:58.306Z | Done |
171 | 2024-09-09T21:48:58.400Z | Done |
172 | 2024-09-09T21:48:58.402Z | Done |
173 | 2024-09-09T21:48:58.636Z | Done |
174 | 2024-09-09T21:48:59.237Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-09-09T21:48:59.240Z | Planning: Merging actions ... Done |
176 | 2024-09-09T21:48:59.425Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-09-09T21:48:59.428Z | Planning: Consolidating action changes ... Done |
178 | 2024-09-09T21:48:59.689Z | Planning: Evaluating mediators ... Done |
179 | 2024-09-09T21:48:59.744Z | Planning: Planning completed in 0.74 seconds |
180 | 2024-09-09T21:48:59.782Z | Packages to change: 1 |
181 | 2024-09-09T21:48:59.782Z | Mediators to change: 1 |
182 | 2024-09-09T21:48:59.785Z | Services to change: 1 |
183 | 2024-09-09T21:48:59.785Z | Create boot environment: No |
184 | 2024-09-09T21:48:59.785Z | Create backup boot environment: Yes |
185 | 2024-09-09T21:49:01.808Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-09-09T21:49:01.850Z | Actions: Completed 6 actions in 0.04 seconds. |
187 | 2024-09-09T21:49:01.853Z | Done |
188 | 2024-09-09T21:49:01.853Z | Done |
189 | 2024-09-09T21:49:01.934Z | Done |
190 | 2024-09-09T21:49:05.505Z | Done |
191 | 2024-09-09T21:49:05.595Z | Done |
192 | 2024-09-09T21:49:05.598Z | Done |
193 | 2024-09-09T21:49:05.737Z | Done |
194 | 2024-09-09T21:49:06.168Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-09-09T21:49:06.168Z | clang system 15 system |
196 | 2024-09-09T21:49:06.168Z | csh system system illumos |
197 | 2024-09-09T21:49:06.168Z | ctags system system illumos |
198 | 2024-09-09T21:49:06.168Z | gcc vendor 12 vendor |
199 | 2024-09-09T21:49:06.168Z | gcc system 10 system |
200 | 2024-09-09T21:49:06.168Z | gcc system 7 system |
201 | 2024-09-09T21:49:06.168Z | go system 1.20 system |
202 | 2024-09-09T21:49:06.168Z | go system 1.19 system |
203 | 2024-09-09T21:49:06.168Z | llvm system 15 system |
204 | 2024-09-09T21:49:06.168Z | llvm system 14 system |
205 | 2024-09-09T21:49:06.168Z | mariadb system 10.6 system |
206 | 2024-09-09T21:49:06.168Z | mta vendor vendor dma |
207 | 2024-09-09T21:49:06.168Z | openjdk system 17 system |
208 | 2024-09-09T21:49:06.168Z | openjdk system 11 system |
209 | 2024-09-09T21:49:06.168Z | openjdk system 1.8 system |
210 | 2024-09-09T21:49:06.168Z | openssl vendor 3 vendor |
211 | 2024-09-09T21:49:06.168Z | perl system 5.36 system |
212 | 2024-09-09T21:49:06.168Z | postgresql system 15 system |
213 | 2024-09-09T21:49:06.168Z | postgresql system 13 system |
214 | 2024-09-09T21:49:06.168Z | python vendor 3 vendor |
215 | 2024-09-09T21:49:06.169Z | python system 2 system |
216 | 2024-09-09T21:49:06.169Z | python3 system 3.11 system |
217 | 2024-09-09T21:49:06.169Z | ruby system 3.0 system |
218 | 2024-09-09T21:49:06.169Z | words vendor vendor american-english |
219 | 2024-09-09T21:49:06.169Z | words system system australian-english |
220 | 2024-09-09T21:49:06.169Z | words system system british-english |
221 | 2024-09-09T21:49:06.169Z | words system system canadian-english |
222 | 2024-09-09T21:49:06.169Z | words system system french |
223 | 2024-09-09T21:49:06.169Z | words system system italian |
224 | 2024-09-09T21:49:06.169Z | words system system ngerman |
225 | 2024-09-09T21:49:06.169Z | words system system ogerman |
226 | 2024-09-09T21:49:06.169Z | words system system spanish |
227 | 2024-09-09T21:49:06.494Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-09-09T21:49:06.494Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-09-09T21:49:08.316Z | FMRI IFO |
230 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
237 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
238 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
241 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-09-09T21:49:08.316Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
243 | 2024-09-09T21:49:08.934Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
244 | 2024-09-09T21:49:09.220Z | Updating crates.io index |
245 | 2024-09-09T21:49:09.222Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-09-09T21:49:09.992Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-09-09T21:49:10.725Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-09-09T21:49:10.976Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-09-09T21:49:12.442Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-09-09T21:49:12.733Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-09-09T21:49:13.027Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-09-09T21:49:14.058Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-09-09T21:49:15.961Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-09-09T21:49:16.884Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-09-09T21:49:17.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-09-09T21:49:18.190Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-09-09T21:49:18.705Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-09-09T21:49:18.956Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-09-09T21:49:19.225Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
260 | 2024-09-09T21:49:19.515Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-09-09T21:49:20.041Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-09-09T21:49:20.314Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-09-09T21:49:20.566Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-09-09T21:49:20.777Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-09-09T21:49:21.030Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-09-09T21:49:21.297Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-09-09T21:49:21.555Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-09-09T21:49:21.812Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-09-09T21:49:22.104Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-09-09T21:49:22.665Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-09-09T21:49:23.033Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-09-09T21:49:23.439Z | Updating git repository `https://github.com/oxidecomputer/typify` |
273 | 2024-09-09T21:49:25.853Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-09-09T21:49:26.115Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-09-09T21:49:26.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-09-09T21:49:26.729Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
277 | 2024-09-09T21:49:27.842Z | Downloading crates ... |
278 | 2024-09-09T21:49:27.904Z | Downloaded anstyle v1.0.8 |
279 | 2024-09-09T21:49:27.909Z | Downloaded anstyle-parse v0.2.4 |
280 | 2024-09-09T21:49:27.912Z | Downloaded anstream v0.6.14 |
281 | 2024-09-09T21:49:27.915Z | Downloaded thiserror-impl v1.0.63 |
282 | 2024-09-09T21:49:27.915Z | Downloaded equivalent v1.0.1 |
283 | 2024-09-09T21:49:27.921Z | Downloaded is_terminal_polyfill v1.70.0 |
284 | 2024-09-09T21:49:27.931Z | Downloaded colorchoice v1.0.1 |
285 | 2024-09-09T21:49:27.939Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-09-09T21:49:27.942Z | Downloaded plain v0.2.3 |
287 | 2024-09-09T21:49:27.945Z | Downloaded autocfg v1.3.0 |
288 | 2024-09-09T21:49:27.945Z | Downloaded block-buffer v0.10.4 |
289 | 2024-09-09T21:49:27.949Z | Downloaded pest_generator v2.7.10 |
290 | 2024-09-09T21:49:27.949Z | Downloaded crypto-common v0.1.6 |
291 | 2024-09-09T21:49:27.952Z | Downloaded memmap v0.7.0 |
292 | 2024-09-09T21:49:27.952Z | Downloaded fs-err v2.11.0 |
293 | 2024-09-09T21:49:27.954Z | Downloaded fastrand v2.1.0 |
294 | 2024-09-09T21:49:27.954Z | Downloaded camino-tempfile v1.1.1 |
295 | 2024-09-09T21:49:27.957Z | Downloaded macaddr v1.0.1 |
296 | 2024-09-09T21:49:27.960Z | Downloaded strsim v0.11.1 |
297 | 2024-09-09T21:49:27.962Z | Downloaded anstyle-query v1.0.3 |
298 | 2024-09-09T21:49:27.965Z | Downloaded heck v0.5.0 |
299 | 2024-09-09T21:49:27.969Z | Downloaded fnv v1.0.7 |
300 | 2024-09-09T21:49:27.969Z | Downloaded utf8parse v0.2.1 |
301 | 2024-09-09T21:49:27.982Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-09-09T21:49:27.986Z | Downloaded swrite v0.1.0 |
303 | 2024-09-09T21:49:27.990Z | Downloaded usdt-macro v0.5.0 |
304 | 2024-09-09T21:49:27.992Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-09-09T21:49:27.995Z | Downloaded unicode-linebreak v0.1.5 |
306 | 2024-09-09T21:49:27.995Z | Downloaded serde_spanned v0.6.7 |
307 | 2024-09-09T21:49:28.002Z | Downloaded usdt v0.5.0 |
308 | 2024-09-09T21:49:28.005Z | Downloaded byteorder v1.5.0 |
309 | 2024-09-09T21:49:28.005Z | Downloaded dof v0.3.0 |
310 | 2024-09-09T21:49:28.014Z | Downloaded cargo_toml v0.20.4 |
311 | 2024-09-09T21:49:28.023Z | Downloaded sha2 v0.10.8 |
312 | 2024-09-09T21:49:28.025Z | Downloaded usdt-impl v0.5.0 |
313 | 2024-09-09T21:49:28.025Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2024-09-09T21:49:28.025Z | Downloaded tempfile v3.10.1 |
315 | 2024-09-09T21:49:28.028Z | Downloaded cfg-if v1.0.0 |
316 | 2024-09-09T21:49:28.030Z | Downloaded itoa v1.0.11 |
317 | 2024-09-09T21:49:28.030Z | Downloaded bytecount v0.6.8 |
318 | 2024-09-09T21:49:28.033Z | Downloaded digest v0.10.7 |
319 | 2024-09-09T21:49:28.035Z | Downloaded clap_lex v0.7.0 |
320 | 2024-09-09T21:49:28.035Z | Downloaded heck v0.4.1 |
321 | 2024-09-09T21:49:28.035Z | Downloaded generic-array v0.14.7 |
322 | 2024-09-09T21:49:28.038Z | Downloaded cargo_metadata v0.18.1 |
323 | 2024-09-09T21:49:28.040Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-09-09T21:49:28.043Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-09-09T21:49:28.043Z | Downloaded errno v0.3.9 |
326 | 2024-09-09T21:49:28.046Z | Downloaded terminal_size v0.3.0 |
327 | 2024-09-09T21:49:28.049Z | Downloaded tabled_derive v0.7.0 |
328 | 2024-09-09T21:49:28.049Z | Downloaded thread-id v4.2.1 |
329 | 2024-09-09T21:49:28.051Z | Downloaded version_check v0.9.5 |
330 | 2024-09-09T21:49:28.051Z | Downloaded proc-macro2 v1.0.86 |
331 | 2024-09-09T21:49:28.054Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-09-09T21:49:28.056Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2024-09-09T21:49:28.059Z | Downloaded textwrap v0.16.1 |
334 | 2024-09-09T21:49:28.061Z | Downloaded ryu v1.0.18 |
335 | 2024-09-09T21:49:28.064Z | Downloaded toml v0.8.19 |
336 | 2024-09-09T21:49:28.066Z | Downloaded scroll v0.12.0 |
337 | 2024-09-09T21:49:28.069Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-09-09T21:49:28.072Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-09-09T21:49:28.075Z | Downloaded camino v1.1.9 |
340 | 2024-09-09T21:49:28.075Z | Downloaded smawk v0.3.2 |
341 | 2024-09-09T21:49:28.077Z | Downloaded pest_derive v2.7.10 |
342 | 2024-09-09T21:49:28.080Z | Downloaded semver v1.0.23 |
343 | 2024-09-09T21:49:28.080Z | Downloaded quote v1.0.36 |
344 | 2024-09-09T21:49:28.082Z | Downloaded thiserror v1.0.63 |
345 | 2024-09-09T21:49:28.086Z | Downloaded cpufeatures v0.2.12 |
346 | 2024-09-09T21:49:28.089Z | Downloaded cargo-platform v0.1.8 |
347 | 2024-09-09T21:49:28.089Z | Downloaded papergrid v0.11.0 |
348 | 2024-09-09T21:49:28.093Z | Downloaded clap v4.5.16 |
349 | 2024-09-09T21:49:28.101Z | Downloaded log v0.4.21 |
350 | 2024-09-09T21:49:28.104Z | Downloaded clap_derive v4.5.13 |
351 | 2024-09-09T21:49:28.106Z | Downloaded bitflags v2.6.0 |
352 | 2024-09-09T21:49:28.109Z | Downloaded unicode-ident v1.0.12 |
353 | 2024-09-09T21:49:28.111Z | Downloaded serde_derive v1.0.208 |
354 | 2024-09-09T21:49:28.114Z | Downloaded pest_meta v2.7.10 |
355 | 2024-09-09T21:49:28.116Z | Downloaded anyhow v1.0.86 |
356 | 2024-09-09T21:49:28.119Z | Downloaded serde v1.0.208 |
357 | 2024-09-09T21:49:28.122Z | Downloaded typenum v1.17.0 |
358 | 2024-09-09T21:49:28.125Z | Downloaded once_cell v1.19.0 |
359 | 2024-09-09T21:49:28.137Z | Downloaded indexmap v2.4.0 |
360 | 2024-09-09T21:49:28.147Z | Downloaded memchr v2.7.2 |
361 | 2024-09-09T21:49:28.156Z | Downloaded toml_edit v0.22.20 |
362 | 2024-09-09T21:49:28.175Z | Downloaded pest v2.7.10 |
363 | 2024-09-09T21:49:28.183Z | Downloaded hashbrown v0.14.5 |
364 | 2024-09-09T21:49:28.200Z | Downloaded serde_json v1.0.125 |
365 | 2024-09-09T21:49:28.207Z | Downloaded goblin v0.8.2 |
366 | 2024-09-09T21:49:28.213Z | Downloaded clap_builder v4.5.15 |
367 | 2024-09-09T21:49:28.219Z | Downloaded zerocopy v0.7.34 |
368 | 2024-09-09T21:49:28.234Z | Downloaded winnow v0.6.18 |
369 | 2024-09-09T21:49:28.242Z | Downloaded tabled v0.15.0 |
370 | 2024-09-09T21:49:28.257Z | Downloaded syn v2.0.74 |
371 | 2024-09-09T21:49:28.267Z | Downloaded syn v1.0.109 |
372 | 2024-09-09T21:49:28.276Z | Downloaded rustix v0.38.34 |
373 | 2024-09-09T21:49:28.298Z | Downloaded unicode-width v0.1.13 |
374 | 2024-09-09T21:49:28.309Z | Downloaded libc v0.2.158 |
375 | 2024-09-09T21:49:28.613Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-09-09T21:49:28.613Z | Compiling unicode-ident v1.0.12 |
377 | 2024-09-09T21:49:28.615Z | Compiling serde v1.0.208 |
378 | 2024-09-09T21:49:28.615Z | Compiling version_check v0.9.5 |
379 | 2024-09-09T21:49:28.615Z | Compiling memchr v2.7.2 |
380 | 2024-09-09T21:49:28.615Z | Compiling thiserror v1.0.63 |
381 | 2024-09-09T21:49:28.615Z | Compiling libc v0.2.158 |
382 | 2024-09-09T21:49:28.615Z | Compiling itoa v1.0.11 |
383 | 2024-09-09T21:49:28.868Z | Compiling ucd-trie v0.1.6 |
384 | 2024-09-09T21:49:28.980Z | Compiling ryu v1.0.18 |
385 | 2024-09-09T21:49:29.281Z | Compiling once_cell v1.19.0 |
386 | 2024-09-09T21:49:29.465Z | Compiling byteorder v1.5.0 |
387 | 2024-09-09T21:49:29.631Z | Compiling rustix v0.38.34 |
388 | 2024-09-09T21:49:29.839Z | Compiling serde_json v1.0.125 |
389 | 2024-09-09T21:49:30.174Z | Compiling bitflags v2.6.0 |
390 | 2024-09-09T21:49:30.177Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-09T21:49:30.244Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-09-09T21:49:30.424Z | Compiling syn v1.0.109 |
393 | 2024-09-09T21:49:30.484Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-09-09T21:49:30.612Z | Compiling equivalent v1.0.1 |
395 | 2024-09-09T21:49:30.668Z | Compiling log v0.4.21 |
396 | 2024-09-09T21:49:30.706Z | Compiling hashbrown v0.14.5 |
397 | 2024-09-09T21:49:30.768Z | Compiling utf8parse v0.2.1 |
398 | 2024-09-09T21:49:30.808Z | Compiling plain v0.2.3 |
399 | 2024-09-09T21:49:30.948Z | Compiling camino v1.1.9 |
400 | 2024-09-09T21:49:30.982Z | Compiling anstyle-parse v0.2.4 |
401 | 2024-09-09T21:49:31.087Z | Compiling quote v1.0.36 |
402 | 2024-09-09T21:49:31.391Z | Compiling autocfg v1.3.0 |
403 | 2024-09-09T21:49:31.637Z | Compiling syn v2.0.74 |
404 | 2024-09-09T21:49:31.719Z | Compiling errno v0.3.9 |
405 | 2024-09-09T21:49:31.756Z | Compiling thread-id v4.2.1 |
406 | 2024-09-09T21:49:31.863Z | Compiling semver v1.0.23 |
407 | 2024-09-09T21:49:31.949Z | Compiling unicode-width v0.1.13 |
408 | 2024-09-09T21:49:32.087Z | Compiling indexmap v2.4.0 |
409 | 2024-09-09T21:49:32.207Z | Compiling anstyle-query v1.0.3 |
410 | 2024-09-09T21:49:32.333Z | Compiling is_terminal_polyfill v1.70.0 |
411 | 2024-09-09T21:49:32.359Z | Compiling winnow v0.6.18 |
412 | 2024-09-09T21:49:32.407Z | Compiling pretty-hex v0.4.1 |
413 | 2024-09-09T21:49:32.462Z | Compiling colorchoice v1.0.1 |
414 | 2024-09-09T21:49:32.628Z | Compiling anstyle v1.0.8 |
415 | 2024-09-09T21:49:32.727Z | Compiling fs-err v2.11.0 |
416 | 2024-09-09T21:49:33.022Z | Compiling anstream v0.6.14 |
417 | 2024-09-09T21:49:33.242Z | Compiling bytecount v0.6.8 |
418 | 2024-09-09T21:49:33.280Z | Compiling heck v0.5.0 |
419 | 2024-09-09T21:49:33.431Z | Compiling fastrand v2.1.0 |
420 | 2024-09-09T21:49:33.470Z | Compiling clap_lex v0.7.0 |
421 | 2024-09-09T21:49:33.781Z | Compiling strsim v0.11.1 |
422 | 2024-09-09T21:49:33.818Z | Compiling anyhow v1.0.86 |
423 | 2024-09-09T21:49:33.978Z | Compiling fnv v1.0.7 |
424 | 2024-09-09T21:49:34.015Z | Compiling cfg-if v1.0.0 |
425 | 2024-09-09T21:49:34.121Z | Compiling terminal_size v0.3.0 |
426 | 2024-09-09T21:49:34.146Z | Compiling heck v0.4.1 |
427 | 2024-09-09T21:49:34.326Z | Compiling clap_builder v4.5.15 |
428 | 2024-09-09T21:49:34.668Z | Compiling tempfile v3.10.1 |
429 | 2024-09-09T21:49:34.748Z | Compiling papergrid v0.11.0 |
430 | 2024-09-09T21:49:34.989Z | Compiling memmap v0.7.0 |
431 | 2024-09-09T21:49:35.346Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-09-09T21:49:35.367Z | Compiling smawk v0.3.2 |
433 | 2024-09-09T21:49:35.897Z | Compiling textwrap v0.16.1 |
434 | 2024-09-09T21:49:36.149Z | Compiling swrite v0.1.0 |
435 | 2024-09-09T21:49:37.416Z | Compiling tabled_derive v0.7.0 |
436 | 2024-09-09T21:49:39.077Z | Compiling tabled v0.15.0 |
437 | 2024-09-09T21:49:40.401Z | Compiling serde_derive v1.0.208 |
438 | 2024-09-09T21:49:40.401Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-09-09T21:49:40.403Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-09-09T21:49:40.403Z | Compiling scroll_derive v0.12.0 |
441 | 2024-09-09T21:49:40.403Z | Compiling clap_derive v4.5.13 |
442 | 2024-09-09T21:49:41.619Z | Compiling scroll v0.12.0 |
443 | 2024-09-09T21:49:42.117Z | Compiling goblin v0.8.2 |
444 | 2024-09-09T21:49:42.369Z | Compiling zerocopy v0.7.34 |
445 | 2024-09-09T21:49:42.802Z | Compiling pest v2.7.10 |
446 | 2024-09-09T21:49:44.012Z | Compiling clap v4.5.16 |
447 | 2024-09-09T21:49:45.093Z | Compiling pest_meta v2.7.10 |
448 | 2024-09-09T21:49:46.010Z | Compiling pest_generator v2.7.10 |
449 | 2024-09-09T21:49:47.933Z | Compiling pest_derive v2.7.10 |
450 | 2024-09-09T21:49:48.665Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-09-09T21:49:50.678Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-09-09T21:49:50.718Z | Compiling serde_spanned v0.6.7 |
453 | 2024-09-09T21:49:50.720Z | Compiling toml_datetime v0.6.8 |
454 | 2024-09-09T21:49:51.083Z | Compiling toml_edit v0.22.20 |
455 | 2024-09-09T21:49:51.108Z | Compiling cargo-platform v0.1.8 |
456 | 2024-09-09T21:49:51.315Z | Compiling macaddr v1.0.1 |
457 | 2024-09-09T21:49:51.363Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-09-09T21:49:52.142Z | Compiling dof v0.3.0 |
459 | 2024-09-09T21:49:52.183Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-09-09T21:49:53.821Z | Compiling usdt-macro v0.5.0 |
461 | 2024-09-09T21:49:53.821Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-09-09T21:49:54.039Z | Compiling toml v0.8.19 |
463 | 2024-09-09T21:49:54.879Z | Compiling cargo_toml v0.20.4 |
464 | 2024-09-09T21:49:55.275Z | Compiling usdt v0.5.0 |
465 | 2024-09-09T21:49:58.620Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-09-09T21:50:02.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.18s |
467 | 2024-09-09T21:50:03.138Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-09-09T21:50:03.723Z | Downloading crates ... |
469 | 2024-09-09T21:50:03.872Z | Downloaded adler v1.0.2 |
470 | 2024-09-09T21:50:03.877Z | Downloaded cfg_aliases v0.1.1 |
471 | 2024-09-09T21:50:03.879Z | Downloaded assert_matches v1.5.0 |
472 | 2024-09-09T21:50:03.880Z | Downloaded adler2 v2.0.0 |
473 | 2024-09-09T21:50:03.882Z | Downloaded async-stream-impl v0.3.5 |
474 | 2024-09-09T21:50:03.884Z | Downloaded atty v0.2.14 |
475 | 2024-09-09T21:50:03.889Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-09-09T21:50:03.892Z | Downloaded crunchy v0.2.2 |
477 | 2024-09-09T21:50:03.895Z | Downloaded arrayref v0.3.7 |
478 | 2024-09-09T21:50:03.897Z | Downloaded async-recursion v1.1.1 |
479 | 2024-09-09T21:50:03.901Z | Downloaded aead v0.5.2 |
480 | 2024-09-09T21:50:03.903Z | Downloaded hickory-resolver v0.24.1 |
481 | 2024-09-09T21:50:03.911Z | Downloaded md5 v0.7.0 |
482 | 2024-09-09T21:50:03.915Z | Downloaded convert_case v0.4.0 |
483 | 2024-09-09T21:50:03.918Z | Downloaded chacha20 v0.9.1 |
484 | 2024-09-09T21:50:03.918Z | Downloaded bitfield-struct v0.6.1 |
485 | 2024-09-09T21:50:03.920Z | Downloaded match_cfg v0.1.0 |
486 | 2024-09-09T21:50:03.923Z | Downloaded newline-converter v0.3.0 |
487 | 2024-09-09T21:50:03.923Z | Downloaded async-bb8-diesel v0.2.1 |
488 | 2024-09-09T21:50:03.925Z | Downloaded addr2line v0.21.0 |
489 | 2024-09-09T21:50:03.928Z | Downloaded arrayvec v0.7.4 |
490 | 2024-09-09T21:50:03.931Z | Downloaded argon2 v0.5.3 |
491 | 2024-09-09T21:50:03.933Z | Downloaded newtype_derive v0.1.6 |
492 | 2024-09-09T21:50:03.936Z | Downloaded lru v0.12.3 |
493 | 2024-09-09T21:50:03.938Z | Downloaded lazy_static v1.5.0 |
494 | 2024-09-09T21:50:03.941Z | Downloaded linked-hash-map v0.5.6 |
495 | 2024-09-09T21:50:03.943Z | Downloaded linear-map v1.2.0 |
496 | 2024-09-09T21:50:03.943Z | Downloaded multimap v0.10.0 |
497 | 2024-09-09T21:50:03.946Z | Downloaded indent_write v2.2.0 |
498 | 2024-09-09T21:50:03.948Z | Downloaded bcrypt-pbkdf v0.10.0 |
499 | 2024-09-09T21:50:03.948Z | Downloaded maybe-uninit v2.0.0 |
500 | 2024-09-09T21:50:03.951Z | Downloaded managed v0.8.0 |
501 | 2024-09-09T21:50:03.955Z | Downloaded memoffset v0.9.1 |
502 | 2024-09-09T21:50:03.955Z | Downloaded console v0.15.8 |
503 | 2024-09-09T21:50:03.957Z | Downloaded bzip2 v0.4.4 |
504 | 2024-09-09T21:50:03.960Z | Downloaded indoc v1.0.9 |
505 | 2024-09-09T21:50:03.963Z | Downloaded libloading v0.8.3 |
506 | 2024-09-09T21:50:03.967Z | Downloaded iana-time-zone v0.1.60 |
507 | 2024-09-09T21:50:03.970Z | Downloaded ipnet v2.9.0 |
508 | 2024-09-09T21:50:03.972Z | Downloaded hostname v0.4.0 |
509 | 2024-09-09T21:50:03.975Z | Downloaded native-tls v0.2.11 |
510 | 2024-09-09T21:50:03.978Z | Downloaded ctr v0.9.2 |
511 | 2024-09-09T21:50:03.981Z | Downloaded nu-ansi-term v0.50.0 |
512 | 2024-09-09T21:50:03.984Z | Downloaded cobs v0.2.3 |
513 | 2024-09-09T21:50:03.987Z | Downloaded cbc v0.1.2 |
514 | 2024-09-09T21:50:03.989Z | Downloaded rfc6979 v0.4.0 |
515 | 2024-09-09T21:50:03.989Z | Downloaded sqlparser_derive v0.2.2 |
516 | 2024-09-09T21:50:03.992Z | Downloaded time-core v0.1.2 |
517 | 2024-09-09T21:50:03.994Z | Downloaded sigpipe v0.1.3 |
518 | 2024-09-09T21:50:03.994Z | Downloaded miniz_oxide v0.8.0 |
519 | 2024-09-09T21:50:03.997Z | Downloaded hmac v0.12.1 |
520 | 2024-09-09T21:50:04.001Z | Downloaded bit-set v0.5.3 |
521 | 2024-09-09T21:50:04.005Z | Downloaded mockall_derive v0.13.0 |
522 | 2024-09-09T21:50:04.005Z | Downloaded matches v0.1.10 |
523 | 2024-09-09T21:50:04.009Z | Downloaded ciborium v0.2.2 |
524 | 2024-09-09T21:50:04.009Z | Downloaded clang-sys v1.7.0 |
525 | 2024-09-09T21:50:04.012Z | Downloaded cexpr v0.6.0 |
526 | 2024-09-09T21:50:04.017Z | Downloaded new_debug_unreachable v1.0.6 |
527 | 2024-09-09T21:50:04.019Z | Downloaded rustls-pemfile v1.0.4 |
528 | 2024-09-09T21:50:04.020Z | Downloaded strip-ansi-escapes v0.2.0 |
529 | 2024-09-09T21:50:04.020Z | Downloaded sync_wrapper v0.1.2 |
530 | 2024-09-09T21:50:04.023Z | Downloaded darling_macro v0.20.9 |
531 | 2024-09-09T21:50:04.023Z | Downloaded try-lock v0.2.5 |
532 | 2024-09-09T21:50:04.025Z | Downloaded rusty-fork v0.3.0 |
533 | 2024-09-09T21:50:04.025Z | Downloaded normalize-line-endings v0.3.0 |
534 | 2024-09-09T21:50:04.029Z | Downloaded rustc_version v0.4.0 |
535 | 2024-09-09T21:50:04.029Z | Downloaded cipher v0.4.4 |
536 | 2024-09-09T21:50:04.032Z | Downloaded crossbeam-epoch v0.9.18 |
537 | 2024-09-09T21:50:04.034Z | Downloaded cookie_store v0.20.0 |
538 | 2024-09-09T21:50:04.038Z | Downloaded foreign-types v0.3.2 |
539 | 2024-09-09T21:50:04.040Z | Downloaded structmeta v0.2.0 |
540 | 2024-09-09T21:50:04.040Z | Downloaded ssh-cipher v0.2.0 |
541 | 2024-09-09T21:50:04.043Z | Downloaded hyper-tls v0.5.0 |
542 | 2024-09-09T21:50:04.045Z | Downloaded subtle v2.5.0 |
543 | 2024-09-09T21:50:04.045Z | Downloaded supports-color v3.0.0 |
544 | 2024-09-09T21:50:04.048Z | Downloaded blake2 v0.10.6 |
545 | 2024-09-09T21:50:04.051Z | Downloaded bb8 v0.8.5 |
546 | 2024-09-09T21:50:04.053Z | Downloaded thread_local v1.1.8 |
547 | 2024-09-09T21:50:04.053Z | Downloaded thiserror-no-std v2.0.2 |
548 | 2024-09-09T21:50:04.058Z | Downloaded const-oid v0.9.6 |
549 | 2024-09-09T21:50:04.061Z | Downloaded peg-runtime v0.8.3 |
550 | 2024-09-09T21:50:04.063Z | Downloaded sct v0.7.1 |
551 | 2024-09-09T21:50:04.066Z | Downloaded md-5 v0.10.6 |
552 | 2024-09-09T21:50:04.071Z | Downloaded pretty-hex v0.2.1 |
553 | 2024-09-09T21:50:04.073Z | Downloaded russh-cryptovec v0.7.2 |
554 | 2024-09-09T21:50:04.073Z | Downloaded num v0.4.3 |
555 | 2024-09-09T21:50:04.073Z | Downloaded nibble_vec v0.1.0 |
556 | 2024-09-09T21:50:04.076Z | Downloaded nanorand v0.7.0 |
557 | 2024-09-09T21:50:04.079Z | Downloaded enum-as-inner v0.6.0 |
558 | 2024-09-09T21:50:04.082Z | Downloaded nodrop v0.1.14 |
559 | 2024-09-09T21:50:04.082Z | Downloaded crossbeam-utils v0.8.19 |
560 | 2024-09-09T21:50:04.085Z | Downloaded maplit v1.0.2 |
561 | 2024-09-09T21:50:04.087Z | Downloaded glob v0.3.1 |
562 | 2024-09-09T21:50:04.090Z | Downloaded futures-macro v0.3.30 |
563 | 2024-09-09T21:50:04.090Z | Downloaded siphasher v0.3.11 |
564 | 2024-09-09T21:50:04.093Z | Downloaded futures-io v0.3.30 |
565 | 2024-09-09T21:50:04.093Z | Downloaded debug-ignore v1.0.5 |
566 | 2024-09-09T21:50:04.098Z | Downloaded base64 v0.21.7 |
567 | 2024-09-09T21:50:04.100Z | Downloaded fd-lock v4.0.2 |
568 | 2024-09-09T21:50:04.103Z | Downloaded ed25519 v2.2.3 |
569 | 2024-09-09T21:50:04.105Z | Downloaded jobserver v0.1.32 |
570 | 2024-09-09T21:50:04.108Z | Downloaded hubpack v0.1.2 |
571 | 2024-09-09T21:50:04.111Z | Downloaded hex v0.4.3 |
572 | 2024-09-09T21:50:04.114Z | Downloaded serde-hex v0.1.0 |
573 | 2024-09-09T21:50:04.114Z | Downloaded tui-tree-widget v0.22.0 |
574 | 2024-09-09T21:50:04.116Z | Downloaded waitgroup v0.1.2 |
575 | 2024-09-09T21:50:04.116Z | Downloaded hyper-rustls v0.24.2 |
576 | 2024-09-09T21:50:04.120Z | Downloaded want v0.3.1 |
577 | 2024-09-09T21:50:04.122Z | Downloaded predicates-core v1.0.6 |
578 | 2024-09-09T21:50:04.122Z | Downloaded multer v3.1.0 |
579 | 2024-09-09T21:50:04.125Z | Downloaded memmap2 v0.9.4 |
580 | 2024-09-09T21:50:04.128Z | Downloaded num-iter v0.1.45 |
581 | 2024-09-09T21:50:04.130Z | Downloaded ecdsa v0.16.9 |
582 | 2024-09-09T21:50:04.133Z | Downloaded packed_struct v0.10.1 |
583 | 2024-09-09T21:50:04.135Z | Downloaded downcast v0.11.0 |
584 | 2024-09-09T21:50:04.138Z | Downloaded display-error-chain v0.2.1 |
585 | 2024-09-09T21:50:04.140Z | Downloaded phf v0.11.2 |
586 | 2024-09-09T21:50:04.140Z | Downloaded bytes v1.7.1 |
587 | 2024-09-09T21:50:04.144Z | Downloaded hickory-server v0.24.1 |
588 | 2024-09-09T21:50:04.151Z | Downloaded foreign-types v0.5.0 |
589 | 2024-09-09T21:50:04.155Z | Downloaded crossbeam-channel v0.5.12 |
590 | 2024-09-09T21:50:04.158Z | Downloaded headers-core v0.2.0 |
591 | 2024-09-09T21:50:04.160Z | Downloaded globset v0.4.14 |
592 | 2024-09-09T21:50:04.163Z | Downloaded sqlformat v0.2.4 |
593 | 2024-09-09T21:50:04.166Z | Downloaded sec1 v0.7.3 |
594 | 2024-09-09T21:50:04.169Z | Downloaded toml v0.7.8 |
595 | 2024-09-09T21:50:04.171Z | Downloaded owo-colors v4.0.0 |
596 | 2024-09-09T21:50:04.174Z | Downloaded derive_more v0.99.18 |
597 | 2024-09-09T21:50:04.179Z | Downloaded pkcs1 v0.7.5 |
598 | 2024-09-09T21:50:04.184Z | Downloaded parse-size v1.0.0 |
599 | 2024-09-09T21:50:04.190Z | Downloaded serde-big-array v0.5.1 |
600 | 2024-09-09T21:50:04.190Z | Downloaded slog-bunyan v2.5.0 |
601 | 2024-09-09T21:50:04.194Z | Downloaded tokio-macros v2.4.0 |
602 | 2024-09-09T21:50:04.194Z | Downloaded similar v2.6.0 |
603 | 2024-09-09T21:50:04.197Z | Downloaded slog-async v2.8.0 |
604 | 2024-09-09T21:50:04.199Z | Downloaded termtree v0.4.1 |
605 | 2024-09-09T21:50:04.211Z | Downloaded futures-executor v0.3.30 |
606 | 2024-09-09T21:50:04.214Z | Downloaded dropshot_endpoint v0.10.1 |
607 | 2024-09-09T21:50:04.220Z | Downloaded hash32 v0.3.1 |
608 | 2024-09-09T21:50:04.220Z | Downloaded serde_derive_internals v0.29.1 |
609 | 2024-09-09T21:50:04.220Z | Downloaded rustls-pki-types v1.7.0 |
610 | 2024-09-09T21:50:04.225Z | Downloaded pkg-config v0.3.30 |
611 | 2024-09-09T21:50:04.225Z | Downloaded endian-type v0.1.2 |
612 | 2024-09-09T21:50:04.225Z | Downloaded zone_cfg_derive v0.1.2 |
613 | 2024-09-09T21:50:04.228Z | Downloaded heck v0.3.3 |
614 | 2024-09-09T21:50:04.228Z | Downloaded term v0.7.0 |
615 | 2024-09-09T21:50:04.231Z | Downloaded spin v0.9.8 |
616 | 2024-09-09T21:50:04.233Z | Downloaded mio v1.0.2 |
617 | 2024-09-09T21:50:04.240Z | Downloaded semver v0.1.20 |
618 | 2024-09-09T21:50:04.244Z | Downloaded whoami v1.5.1 |
619 | 2024-09-09T21:50:04.246Z | Downloaded unicase v2.7.0 |
620 | 2024-09-09T21:50:04.249Z | Downloaded rand_seeder v0.3.0 |
621 | 2024-09-09T21:50:04.250Z | Downloaded serde_path_to_error v0.1.16 |
622 | 2024-09-09T21:50:04.253Z | Downloaded base64 v0.22.1 |
623 | 2024-09-09T21:50:04.255Z | Downloaded miniz_oxide v0.7.2 |
624 | 2024-09-09T21:50:04.259Z | Downloaded precomputed-hash v0.1.1 |
625 | 2024-09-09T21:50:04.261Z | Downloaded r2d2 v0.8.10 |
626 | 2024-09-09T21:50:04.263Z | Downloaded walkdir v2.5.0 |
627 | 2024-09-09T21:50:04.266Z | Downloaded strum v0.26.3 |
628 | 2024-09-09T21:50:04.266Z | Downloaded tls_codec_derive v0.4.1 |
629 | 2024-09-09T21:50:04.269Z | Downloaded untrusted v0.7.1 |
630 | 2024-09-09T21:50:04.269Z | Downloaded zone v0.3.0 |
631 | 2024-09-09T21:50:04.271Z | Downloaded hashlink v0.9.1 |
632 | 2024-09-09T21:50:04.274Z | Downloaded fatfs v0.3.6 |
633 | 2024-09-09T21:50:04.277Z | Downloaded backtrace v0.3.71 |
634 | 2024-09-09T21:50:04.284Z | Downloaded flagset v0.4.5 |
635 | 2024-09-09T21:50:04.287Z | Downloaded foreign-types-macros v0.2.3 |
636 | 2024-09-09T21:50:04.287Z | Downloaded float-ord v0.3.2 |
637 | 2024-09-09T21:50:04.289Z | Downloaded password-hash v0.5.0 |
638 | 2024-09-09T21:50:04.292Z | Downloaded pkcs5 v0.7.1 |
639 | 2024-09-09T21:50:04.295Z | Downloaded zone_cfg_derive v0.3.0 |
640 | 2024-09-09T21:50:04.297Z | Downloaded snafu-derive v0.8.2 |
641 | 2024-09-09T21:50:04.300Z | Downloaded libxml v0.3.3 |
642 | 2024-09-09T21:50:04.305Z | Downloaded futures-channel v0.3.30 |
643 | 2024-09-09T21:50:04.308Z | Downloaded parse-display v0.10.0 |
644 | 2024-09-09T21:50:04.310Z | Downloaded olpc-cjson v0.1.3 |
645 | 2024-09-09T21:50:04.310Z | Downloaded rustversion v1.0.17 |
646 | 2024-09-09T21:50:04.313Z | Downloaded resolv-conf v0.7.0 |
647 | 2024-09-09T21:50:04.316Z | Downloaded phf_shared v0.11.2 |
648 | 2024-09-09T21:50:04.319Z | Downloaded gethostname v0.5.0 |
649 | 2024-09-09T21:50:04.319Z | Downloaded serde_yaml v0.9.34+deprecated |
650 | 2024-09-09T21:50:04.323Z | Downloaded portpicker v0.1.1 |
651 | 2024-09-09T21:50:04.326Z | Downloaded tinyvec_macros v0.1.1 |
652 | 2024-09-09T21:50:04.326Z | Downloaded take_mut v0.2.2 |
653 | 2024-09-09T21:50:04.329Z | Downloaded tabwriter v1.4.0 |
654 | 2024-09-09T21:50:04.331Z | Downloaded ena v0.14.3 |
655 | 2024-09-09T21:50:04.334Z | Downloaded string_cache v0.8.7 |
656 | 2024-09-09T21:50:04.334Z | Downloaded zone v0.1.8 |
657 | 2024-09-09T21:50:04.336Z | Downloaded tar v0.4.41 |
658 | 2024-09-09T21:50:04.339Z | Downloaded toml_edit v0.19.15 |
659 | 2024-09-09T21:50:04.358Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2024-09-09T21:50:04.360Z | Downloaded untrusted v0.9.0 |
661 | 2024-09-09T21:50:04.363Z | Downloaded universal-hash v0.5.1 |
662 | 2024-09-09T21:50:04.363Z | Downloaded twox-hash v1.6.3 |
663 | 2024-09-09T21:50:04.366Z | Downloaded tap v1.0.1 |
664 | 2024-09-09T21:50:04.366Z | Downloaded openssl-macros v0.1.1 |
665 | 2024-09-09T21:50:04.368Z | Downloaded hash32 v0.2.1 |
666 | 2024-09-09T21:50:04.371Z | Downloaded getopts v0.2.21 |
667 | 2024-09-09T21:50:04.371Z | Downloaded parking_lot_core v0.8.6 |
668 | 2024-09-09T21:50:04.374Z | Downloaded aes-gcm v0.10.3 |
669 | 2024-09-09T21:50:04.378Z | Downloaded crossterm v0.28.1 |
670 | 2024-09-09T21:50:04.386Z | Downloaded openssl-probe v0.1.5 |
671 | 2024-09-09T21:50:04.389Z | Downloaded rpassword v7.3.1 |
672 | 2024-09-09T21:50:04.389Z | Downloaded tokio-tungstenite v0.21.0 |
673 | 2024-09-09T21:50:04.392Z | Downloaded postgres-types v0.2.7 |
674 | 2024-09-09T21:50:04.395Z | Downloaded getrandom v0.2.14 |
675 | 2024-09-09T21:50:04.399Z | Downloaded static_assertions v1.1.0 |
676 | 2024-09-09T21:50:04.403Z | Downloaded snafu v0.8.2 |
677 | 2024-09-09T21:50:04.408Z | Downloaded uuid v1.10.0 |
678 | 2024-09-09T21:50:04.412Z | Downloaded form_urlencoded v1.2.1 |
679 | 2024-09-09T21:50:04.416Z | Downloaded toolchain_find v0.4.0 |
680 | 2024-09-09T21:50:04.416Z | Downloaded rcgen v0.12.1 |
681 | 2024-09-09T21:50:04.419Z | Downloaded crossterm v0.27.0 |
682 | 2024-09-09T21:50:04.426Z | Downloaded difflib v0.4.0 |
683 | 2024-09-09T21:50:04.428Z | Downloaded pin-project-internal v1.1.5 |
684 | 2024-09-09T21:50:04.431Z | Downloaded num-derive v0.4.2 |
685 | 2024-09-09T21:50:04.434Z | Downloaded derive_builder_core v0.20.0 |
686 | 2024-09-09T21:50:04.436Z | Downloaded derive_builder v0.20.0 |
687 | 2024-09-09T21:50:04.441Z | Downloaded vte_generate_state_changes v0.1.1 |
688 | 2024-09-09T21:50:04.444Z | Downloaded dyn-clone v1.0.17 |
689 | 2024-09-09T21:50:04.446Z | Downloaded defmt-parser v0.3.4 |
690 | 2024-09-09T21:50:04.446Z | Downloaded phf_shared v0.10.0 |
691 | 2024-09-09T21:50:04.446Z | Downloaded rustc-hash v1.1.0 |
692 | 2024-09-09T21:50:04.449Z | Downloaded num-complex v0.4.6 |
693 | 2024-09-09T21:50:04.451Z | Downloaded structmeta-derive v0.2.0 |
694 | 2024-09-09T21:50:04.451Z | Downloaded structmeta v0.3.0 |
695 | 2024-09-09T21:50:04.454Z | Downloaded fallible-iterator v0.3.0 |
696 | 2024-09-09T21:50:04.456Z | Downloaded termios v0.3.3 |
697 | 2024-09-09T21:50:04.456Z | Downloaded foreign-types-shared v0.1.1 |
698 | 2024-09-09T21:50:04.459Z | Downloaded xattr v1.3.1 |
699 | 2024-09-09T21:50:04.459Z | Downloaded rustyline v14.0.0 |
700 | 2024-09-09T21:50:04.466Z | Downloaded fxhash v0.2.1 |
701 | 2024-09-09T21:50:04.468Z | Downloaded quick-error v1.2.3 |
702 | 2024-09-09T21:50:04.471Z | Downloaded strum_macros v0.25.3 |
703 | 2024-09-09T21:50:04.473Z | Downloaded zeroize_derive v1.4.2 |
704 | 2024-09-09T21:50:04.473Z | Downloaded fixedbitset v0.4.2 |
705 | 2024-09-09T21:50:04.476Z | Downloaded opaque-debug v0.3.1 |
706 | 2024-09-09T21:50:04.476Z | Downloaded funty v2.0.0 |
707 | 2024-09-09T21:50:04.479Z | Downloaded shlex v1.3.0 |
708 | 2024-09-09T21:50:04.479Z | Downloaded topological-sort v0.2.2 |
709 | 2024-09-09T21:50:04.483Z | Downloaded half v2.4.1 |
710 | 2024-09-09T21:50:04.486Z | Downloaded num_enum v0.5.11 |
711 | 2024-09-09T21:50:04.488Z | Downloaded tokio-native-tls v0.3.1 |
712 | 2024-09-09T21:50:04.491Z | Downloaded tower-service v0.3.2 |
713 | 2024-09-09T21:50:04.494Z | Downloaded shell-words v1.1.0 |
714 | 2024-09-09T21:50:04.494Z | Downloaded peg v0.8.4 |
715 | 2024-09-09T21:50:04.497Z | Downloaded peg-macros v0.8.4 |
716 | 2024-09-09T21:50:04.500Z | Downloaded hashbrown v0.12.3 |
717 | 2024-09-09T21:50:04.505Z | Downloaded psl-types v2.0.11 |
718 | 2024-09-09T21:50:04.507Z | Downloaded ref-cast-impl v1.0.23 |
719 | 2024-09-09T21:50:04.507Z | Downloaded tinyvec v1.6.0 |
720 | 2024-09-09T21:50:04.510Z | Downloaded serde_urlencoded v0.7.1 |
721 | 2024-09-09T21:50:04.512Z | Downloaded wyz v0.5.1 |
722 | 2024-09-09T21:50:04.515Z | Downloaded fragile v2.0.0 |
723 | 2024-09-09T21:50:04.517Z | Downloaded proc-macro-crate v1.3.1 |
724 | 2024-09-09T21:50:04.520Z | Downloaded defmt v0.3.8 |
725 | 2024-09-09T21:50:04.522Z | Downloaded strum_macros v0.26.4 |
726 | 2024-09-09T21:50:04.524Z | Downloaded url v2.5.2 |
727 | 2024-09-09T21:50:04.528Z | Downloaded tracing v0.1.40 |
728 | 2024-09-09T21:50:04.533Z | Downloaded path-slash v0.1.5 |
729 | 2024-09-09T21:50:04.536Z | Downloaded pbkdf2 v0.12.2 |
730 | 2024-09-09T21:50:04.536Z | Downloaded tokio-rustls v0.25.0 |
731 | 2024-09-09T21:50:04.538Z | Downloaded tokio-rustls v0.24.1 |
732 | 2024-09-09T21:50:04.541Z | Downloaded oso-derive v0.27.3 |
733 | 2024-09-09T21:50:04.544Z | Downloaded rand_xorshift v0.3.0 |
734 | 2024-09-09T21:50:04.544Z | Downloaded postcard v1.0.8 |
735 | 2024-09-09T21:50:04.547Z | Downloaded pin-project v1.1.5 |
736 | 2024-09-09T21:50:04.560Z | Downloaded deranged v0.3.11 |
737 | 2024-09-09T21:50:04.562Z | Downloaded defmt-macros v0.3.9 |
738 | 2024-09-09T21:50:04.565Z | Downloaded ref-cast v1.0.23 |
739 | 2024-09-09T21:50:04.568Z | Downloaded primeorder v0.13.6 |
740 | 2024-09-09T21:50:04.570Z | Downloaded filetime v0.2.25 |
741 | 2024-09-09T21:50:04.573Z | Downloaded scrypt v0.11.0 |
742 | 2024-09-09T21:50:04.576Z | Downloaded scopeguard v1.2.0 |
743 | 2024-09-09T21:50:04.576Z | Downloaded time v0.3.36 |
744 | 2024-09-09T21:50:04.583Z | Downloaded subprocess v0.2.9 |
745 | 2024-09-09T21:50:04.586Z | Downloaded parking_lot v0.11.2 |
746 | 2024-09-09T21:50:04.589Z | Downloaded diff v0.1.13 |
747 | 2024-09-09T21:50:04.592Z | Downloaded percent-encoding v2.3.1 |
748 | 2024-09-09T21:50:04.595Z | Downloaded pem v3.0.4 |
749 | 2024-09-09T21:50:04.598Z | Downloaded darling_core v0.20.9 |
750 | 2024-09-09T21:50:04.601Z | Downloaded packed_struct_codegen v0.10.1 |
751 | 2024-09-09T21:50:04.603Z | Downloaded embedded-io v0.4.0 |
752 | 2024-09-09T21:50:04.606Z | Downloaded smallvec v0.6.14 |
753 | 2024-09-09T21:50:04.606Z | Downloaded slog-scope v4.4.0 |
754 | 2024-09-09T21:50:04.608Z | Downloaded rustc_version v0.1.7 |
755 | 2024-09-09T21:50:04.608Z | Downloaded paste v1.0.15 |
756 | 2024-09-09T21:50:04.611Z | Downloaded stringprep v0.1.4 |
757 | 2024-09-09T21:50:04.614Z | Downloaded slog-stdlog v4.1.1 |
758 | 2024-09-09T21:50:04.616Z | Downloaded rustfmt-wrapper v0.2.1 |
759 | 2024-09-09T21:50:04.617Z | Downloaded tokio-util v0.7.11 |
760 | 2024-09-09T21:50:04.624Z | Downloaded pem-rfc7468 v0.7.0 |
761 | 2024-09-09T21:50:04.627Z | Downloaded yasna v0.5.2 |
762 | 2024-09-09T21:50:04.629Z | Downloaded num-bigint v0.4.5 |
763 | 2024-09-09T21:50:04.634Z | Downloaded thiserror-impl-no-std v2.0.2 |
764 | 2024-09-09T21:50:04.638Z | Downloaded zerocopy v0.6.6 |
765 | 2024-09-09T21:50:04.640Z | Downloaded rsa v0.9.6 |
766 | 2024-09-09T21:50:04.644Z | Downloaded ron v0.8.1 |
767 | 2024-09-09T21:50:04.651Z | Downloaded env_logger v0.9.3 |
768 | 2024-09-09T21:50:04.653Z | Downloaded signal-hook v0.3.17 |
769 | 2024-09-09T21:50:04.657Z | Downloaded tungstenite v0.21.0 |
770 | 2024-09-09T21:50:04.661Z | Downloaded tungstenite v0.23.0 |
771 | 2024-09-09T21:50:04.665Z | Downloaded smallvec v1.13.2 |
772 | 2024-09-09T21:50:04.668Z | Downloaded der_derive v0.7.2 |
773 | 2024-09-09T21:50:04.670Z | Downloaded tokio-postgres v0.7.11 |
774 | 2024-09-09T21:50:04.675Z | Downloaded publicsuffix v2.2.3 |
775 | 2024-09-09T21:50:04.679Z | Downloaded prettyplease v0.2.20 |
776 | 2024-09-09T21:50:04.682Z | Downloaded test-strategy v0.3.1 |
777 | 2024-09-09T21:50:04.686Z | Downloaded ed25519-dalek v2.1.1 |
778 | 2024-09-09T21:50:04.689Z | Downloaded zip v0.6.6 |
779 | 2024-09-09T21:50:04.694Z | Downloaded omicron-zone-package v0.11.0 |
780 | 2024-09-09T21:50:04.698Z | Downloaded bitvec v1.0.1 |
781 | 2024-09-09T21:50:04.714Z | Downloaded rayon-core v1.12.1 |
782 | 2024-09-09T21:50:04.718Z | Downloaded openssl-sys v0.9.103 |
783 | 2024-09-09T21:50:04.724Z | Downloaded samael v0.0.15 |
784 | 2024-09-09T21:50:04.730Z | Downloaded der v0.7.9 |
785 | 2024-09-09T21:50:04.736Z | Downloaded reedline v0.33.0 |
786 | 2024-09-09T21:50:04.744Z | Downloaded parking_lot v0.12.2 |
787 | 2024-09-09T21:50:04.747Z | Downloaded elliptic-curve v0.13.8 |
788 | 2024-09-09T21:50:04.751Z | Downloaded x509-cert v0.2.5 |
789 | 2024-09-09T21:50:04.760Z | Downloaded steno v0.4.1 |
790 | 2024-09-09T21:50:04.763Z | Downloaded tough v0.17.1 |
791 | 2024-09-09T21:50:04.773Z | Downloaded quick-xml v0.31.0 |
792 | 2024-09-09T21:50:04.780Z | Downloaded reqwest v0.11.27 |
793 | 2024-09-09T21:50:04.789Z | Downloaded rusqlite v0.31.0 |
794 | 2024-09-09T21:50:04.796Z | Downloaded idna v0.5.0 |
795 | 2024-09-09T21:50:04.804Z | Downloaded curve25519-dalek v4.1.3 |
796 | 2024-09-09T21:50:04.815Z | Downloaded git2 v0.19.0 |
797 | 2024-09-09T21:50:04.825Z | Downloaded portable-atomic v1.6.0 |
798 | 2024-09-09T21:50:04.831Z | Downloaded h2 v0.3.26 |
799 | 2024-09-09T21:50:04.841Z | Downloaded lalrpop v0.19.12 |
800 | 2024-09-09T21:50:04.852Z | Downloaded webpki-roots v0.25.4 |
801 | 2024-09-09T21:50:04.856Z | Downloaded rayon v1.10.0 |
802 | 2024-09-09T21:50:04.867Z | Downloaded rustls v0.21.12 |
803 | 2024-09-09T21:50:04.880Z | Downloaded proptest v1.5.0 |
804 | 2024-09-09T21:50:04.890Z | Downloaded futures-util v0.3.30 |
805 | 2024-09-09T21:50:04.904Z | Downloaded serde_with v3.9.0 |
806 | 2024-09-09T21:50:04.913Z | Downloaded openssl v0.10.66 |
807 | 2024-09-09T21:50:04.924Z | Downloaded rustls v0.22.4 |
808 | 2024-09-09T21:50:04.939Z | Downloaded idna v0.4.0 |
809 | 2024-09-09T21:50:04.946Z | Downloaded diesel v2.2.3 |
810 | 2024-09-09T21:50:04.967Z | Downloaded dropshot v0.10.1 |
811 | 2024-09-09T21:50:04.978Z | Downloaded nix v0.29.0 |
812 | 2024-09-09T21:50:04.991Z | Downloaded sled v0.34.7 |
813 | 2024-09-09T21:50:05.002Z | Downloaded regress v0.9.1 |
814 | 2024-09-09T21:50:05.012Z | Downloaded hickory-proto v0.24.1 |
815 | 2024-09-09T21:50:05.029Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
816 | 2024-09-09T21:50:05.043Z | Downloaded regex v1.10.6 |
817 | 2024-09-09T21:50:05.058Z | Downloaded smoltcp v0.9.1 |
818 | 2024-09-09T21:50:05.068Z | Downloaded trust-dns-proto v0.22.0 |
819 | 2024-09-09T21:50:05.082Z | Downloaded regex-automata v0.4.6 |
820 | 2024-09-09T21:50:05.101Z | Downloaded smoltcp v0.11.0 |
821 | 2024-09-09T21:50:05.115Z | Downloaded finl_unicode v1.2.0 |
822 | 2024-09-09T21:50:05.129Z | Downloaded csv v1.3.0 |
823 | 2024-09-09T21:50:05.150Z | Downloaded sha3 v0.10.8 |
824 | 2024-09-09T21:50:05.155Z | Downloaded openapiv3 v2.0.0 |
825 | 2024-09-09T21:50:05.169Z | Downloaded zerocopy-derive v0.6.6 |
826 | 2024-09-09T21:50:05.180Z | Downloaded regex-syntax v0.8.4 |
827 | 2024-09-09T21:50:05.189Z | Downloaded ratatui v0.28.0 |
828 | 2024-09-09T21:50:05.211Z | Downloaded nix v0.28.0 |
829 | 2024-09-09T21:50:05.223Z | Downloaded object v0.30.4 |
830 | 2024-09-09T21:50:05.234Z | Downloaded object v0.32.2 |
831 | 2024-09-09T21:50:05.245Z | Downloaded nix v0.27.1 |
832 | 2024-09-09T21:50:05.258Z | Downloaded idna v0.3.0 |
833 | 2024-09-09T21:50:05.264Z | Downloaded polar-core v0.27.3 |
834 | 2024-09-09T21:50:05.274Z | Downloaded gimli v0.28.1 |
835 | 2024-09-09T21:50:05.283Z | Downloaded bstr v1.9.1 |
836 | 2024-09-09T21:50:05.295Z | Downloaded idna v0.2.3 |
837 | 2024-09-09T21:50:05.301Z | Downloaded petgraph v0.6.5 |
838 | 2024-09-09T21:50:05.321Z | Downloaded vcpkg v0.2.15 |
839 | 2024-09-09T21:50:05.361Z | Downloaded tokio v1.39.3 |
840 | 2024-09-09T21:50:05.402Z | Downloaded regex-syntax v0.6.29 |
841 | 2024-09-09T21:50:05.410Z | Downloaded rustls-webpki v0.102.4 |
842 | 2024-09-09T21:50:05.429Z | Downloaded radix_trie v0.2.1 |
843 | 2024-09-09T21:50:05.437Z | Downloaded p384 v0.13.0 |
844 | 2024-09-09T21:50:05.441Z | Downloaded rustls-webpki v0.101.7 |
845 | 2024-09-09T21:50:05.457Z | Downloaded num-bigint-dig v0.8.4 |
846 | 2024-09-09T21:50:05.462Z | Downloaded sqlparser v0.45.0 |
847 | 2024-09-09T21:50:05.468Z | Downloaded winnow v0.5.40 |
848 | 2024-09-09T21:50:05.480Z | Downloaded hyper v0.14.30 |
849 | 2024-09-09T21:50:05.488Z | Downloaded typed-path v0.7.1 |
850 | 2024-09-09T21:50:05.495Z | Downloaded futures v0.3.30 |
851 | 2024-09-09T21:50:05.500Z | Downloaded ssh-key v0.6.6 |
852 | 2024-09-09T21:50:05.508Z | Downloaded chrono v0.4.38 |
853 | 2024-09-09T21:50:05.516Z | Downloaded p521 v0.13.3 |
854 | 2024-09-09T21:50:05.521Z | Downloaded hkdf v0.12.4 |
855 | 2024-09-09T21:50:05.523Z | Downloaded encoding_rs v0.8.34 |
856 | 2024-09-09T21:50:05.547Z | Downloaded expectorate v1.1.0 |
857 | 2024-09-09T21:50:05.549Z | Downloaded dirs-next v2.0.0 |
858 | 2024-09-09T21:50:05.553Z | Downloaded derive-where v1.2.7 |
859 | 2024-09-09T21:50:05.556Z | Downloaded bindgen v0.69.4 |
860 | 2024-09-09T21:50:05.562Z | Downloaded russh-keys v0.45.0 |
861 | 2024-09-09T21:50:05.564Z | Downloaded tiny-keccak v2.0.2 |
862 | 2024-09-09T21:50:05.567Z | Downloaded stable_deref_trait v1.2.0 |
863 | 2024-09-09T21:50:05.569Z | Downloaded pbkdf2 v0.11.0 |
864 | 2024-09-09T21:50:05.572Z | Downloaded serde_with_macros v3.9.0 |
865 | 2024-09-09T21:50:05.573Z | Downloaded num-traits v0.2.19 |
866 | 2024-09-09T21:50:05.575Z | Downloaded unicode-bidi v0.3.15 |
867 | 2024-09-09T21:50:05.578Z | Downloaded schemars v0.8.21 |
868 | 2024-09-09T21:50:05.590Z | Downloaded rustc-demangle v0.1.24 |
869 | 2024-09-09T21:50:05.593Z | Downloaded erased-serde v0.3.31 |
870 | 2024-09-09T21:50:05.595Z | Downloaded env_logger v0.10.2 |
871 | 2024-09-09T21:50:05.598Z | Downloaded smf v0.2.3 |
872 | 2024-09-09T21:50:05.601Z | Downloaded unicode_categories v0.1.1 |
873 | 2024-09-09T21:50:05.604Z | Downloaded hashbrown v0.13.2 |
874 | 2024-09-09T21:50:05.606Z | Downloaded itertools v0.12.1 |
875 | 2024-09-09T21:50:05.613Z | Downloaded blake3 v1.5.1 |
876 | 2024-09-09T21:50:05.621Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
877 | 2024-09-09T21:50:05.691Z | Downloaded ring v0.17.8 |
878 | 2024-09-09T21:50:05.767Z | Downloaded russh v0.45.0 |
879 | 2024-09-09T21:50:05.772Z | Downloaded num_enum_derive v0.5.11 |
880 | 2024-09-09T21:50:05.775Z | Downloaded flate2 v1.0.33 |
881 | 2024-09-09T21:50:05.779Z | Downloaded itertools v0.13.0 |
882 | 2024-09-09T21:50:05.786Z | Downloaded wait-timeout v0.2.0 |
883 | 2024-09-09T21:50:05.788Z | Downloaded num-rational v0.4.2 |
884 | 2024-09-09T21:50:05.791Z | Downloaded oso v0.27.3 |
885 | 2024-09-09T21:50:05.794Z | Downloaded ring v0.16.20 |
886 | 2024-09-09T21:50:05.873Z | Downloaded libm v0.2.8 |
887 | 2024-09-09T21:50:05.880Z | Downloaded ron v0.7.1 |
888 | 2024-09-09T21:50:05.885Z | Downloaded num-integer v0.1.46 |
889 | 2024-09-09T21:50:05.887Z | Downloaded futures-sink v0.3.30 |
890 | 2024-09-09T21:50:05.887Z | Downloaded postgres-protocol v0.6.7 |
891 | 2024-09-09T21:50:05.890Z | Downloaded foreign-types-shared v0.3.1 |
892 | 2024-09-09T21:50:05.890Z | Downloaded heapless v0.7.17 |
893 | 2024-09-09T21:50:05.893Z | Downloaded unicode-normalization v0.1.23 |
894 | 2024-09-09T21:50:05.896Z | Downloaded strum_macros v0.24.3 |
895 | 2024-09-09T21:50:05.901Z | Downloaded tokio-tungstenite v0.23.1 |
896 | 2024-09-09T21:50:05.903Z | Downloaded headers v0.3.9 |
897 | 2024-09-09T21:50:05.906Z | Downloaded aho-corasick v1.1.3 |
898 | 2024-09-09T21:50:05.913Z | Downloaded parking_lot_core v0.9.10 |
899 | 2024-09-09T21:50:05.916Z | Downloaded heapless v0.8.0 |
900 | 2024-09-09T21:50:05.919Z | Downloaded hickory-client v0.24.1 |
901 | 2024-09-09T21:50:05.922Z | Downloaded uzers v0.11.3 |
902 | 2024-09-09T21:50:05.924Z | Downloaded unicode-xid v0.2.4 |
903 | 2024-09-09T21:50:05.924Z | Downloaded unarray v0.1.4 |
904 | 2024-09-09T21:50:05.927Z | Downloaded tracing-core v0.1.32 |
905 | 2024-09-09T21:50:05.930Z | Downloaded nom v7.1.3 |
906 | 2024-09-09T21:50:05.933Z | Downloaded schemars_derive v0.8.21 |
907 | 2024-09-09T21:50:05.936Z | Downloaded scheduled-thread-pool v0.2.7 |
908 | 2024-09-09T21:50:05.936Z | Downloaded diesel_derives v2.2.2 |
909 | 2024-09-09T21:50:05.939Z | Downloaded futures-task v0.3.30 |
910 | 2024-09-09T21:50:05.942Z | Downloaded structmeta-derive v0.3.0 |
911 | 2024-09-09T21:50:05.944Z | Downloaded same-file v1.0.6 |
912 | 2024-09-09T21:50:05.944Z | Downloaded rtoolbox v0.0.2 |
913 | 2024-09-09T21:50:05.944Z | Downloaded fallible-streaming-iterator v0.1.9 |
914 | 2024-09-09T21:50:05.948Z | Downloaded fallible-iterator v0.2.0 |
915 | 2024-09-09T21:50:05.948Z | Downloaded unsafe-libyaml v0.2.11 |
916 | 2024-09-09T21:50:05.952Z | Downloaded tungstenite v0.20.1 |
917 | 2024-09-09T21:50:05.956Z | Downloaded slog v2.7.0 |
918 | 2024-09-09T21:50:05.959Z | Downloaded rand v0.8.5 |
919 | 2024-09-09T21:50:05.961Z | Downloaded unicode-segmentation v1.11.0 |
920 | 2024-09-09T21:50:05.964Z | Downloaded mio v0.8.11 |
921 | 2024-09-09T21:50:05.969Z | Downloaded http v0.2.12 |
922 | 2024-09-09T21:50:05.973Z | Downloaded derive_builder_macro v0.20.0 |
923 | 2024-09-09T21:50:05.976Z | Downloaded either v1.13.0 |
924 | 2024-09-09T21:50:05.976Z | Downloaded slog-term v2.9.1 |
925 | 2024-09-09T21:50:05.979Z | Downloaded serde_repr v0.1.19 |
926 | 2024-09-09T21:50:05.981Z | Downloaded secrecy v0.8.0 |
927 | 2024-09-09T21:50:05.981Z | Downloaded tracing-attributes v0.1.27 |
928 | 2024-09-09T21:50:05.984Z | Downloaded slog-json v2.6.1 |
929 | 2024-09-09T21:50:05.986Z | Downloaded slog-envlogger v2.2.0 |
930 | 2024-09-09T21:50:05.989Z | Downloaded slog-dtrace v0.3.0 |
931 | 2024-09-09T21:50:05.989Z | Downloaded salsa20 v0.10.2 |
932 | 2024-09-09T21:50:05.989Z | Downloaded predicates v3.1.2 |
933 | 2024-09-09T21:50:05.992Z | Downloaded ppv-lite86 v0.2.17 |
934 | 2024-09-09T21:50:05.994Z | Downloaded powerfmt v0.2.0 |
935 | 2024-09-09T21:50:05.994Z | Downloaded dsl_auto_type v0.1.2 |
936 | 2024-09-09T21:50:05.997Z | Downloaded http v1.1.0 |
937 | 2024-09-09T21:50:06.000Z | Downloaded num-conv v0.1.0 |
938 | 2024-09-09T21:50:06.003Z | Downloaded group v0.13.0 |
939 | 2024-09-09T21:50:06.003Z | Downloaded ghash v0.5.1 |
940 | 2024-09-09T21:50:06.003Z | Downloaded serde_arrays v0.1.0 |
941 | 2024-09-09T21:50:06.005Z | Downloaded poly1305 v0.8.0 |
942 | 2024-09-09T21:50:06.008Z | Downloaded itertools v0.10.5 |
943 | 2024-09-09T21:50:06.012Z | Downloaded utf-8 v0.7.6 |
944 | 2024-09-09T21:50:06.014Z | Downloaded tokio-stream v0.1.15 |
945 | 2024-09-09T21:50:06.018Z | Downloaded p256 v0.13.2 |
946 | 2024-09-09T21:50:06.021Z | Downloaded tls_codec v0.4.1 |
947 | 2024-09-09T21:50:06.024Z | Downloaded pkcs8 v0.10.2 |
948 | 2024-09-09T21:50:06.026Z | Downloaded parse-display-derive v0.10.0 |
949 | 2024-09-09T21:50:06.029Z | Downloaded socket2 v0.5.7 |
950 | 2024-09-09T21:50:06.031Z | Downloaded socket2 v0.4.10 |
951 | 2024-09-09T21:50:06.031Z | Downloaded flume v0.11.0 |
952 | 2024-09-09T21:50:06.034Z | Downloaded compact_str v0.8.0 |
953 | 2024-09-09T21:50:06.038Z | Downloaded rand_core v0.6.4 |
954 | 2024-09-09T21:50:06.040Z | Downloaded rand_chacha v0.3.1 |
955 | 2024-09-09T21:50:06.040Z | Downloaded polyval v0.6.2 |
956 | 2024-09-09T21:50:06.043Z | Downloaded password-hash v0.4.2 |
957 | 2024-09-09T21:50:06.046Z | Downloaded indicatif v0.17.8 |
958 | 2024-09-09T21:50:06.048Z | Downloaded tokio-tungstenite v0.20.1 |
959 | 2024-09-09T21:50:06.051Z | Downloaded vergen v8.3.2 |
960 | 2024-09-09T21:50:06.054Z | Downloaded futures-core v0.3.30 |
961 | 2024-09-09T21:50:06.056Z | Downloaded float-cmp v0.9.0 |
962 | 2024-09-09T21:50:06.056Z | Downloaded ff v0.13.0 |
963 | 2024-09-09T21:50:06.059Z | Downloaded dirs-sys-next v0.1.2 |
964 | 2024-09-09T21:50:06.059Z | Downloaded rustls-pemfile v2.1.3 |
965 | 2024-09-09T21:50:06.061Z | Downloaded dhcproto v0.12.0 |
966 | 2024-09-09T21:50:06.064Z | Downloaded des v0.8.1 |
967 | 2024-09-09T21:50:06.067Z | Downloaded chacha20poly1305 v0.10.1 |
968 | 2024-09-09T21:50:06.067Z | Downloaded ssh-encoding v0.2.0 |
969 | 2024-09-09T21:50:06.070Z | Downloaded termcolor v1.4.1 |
970 | 2024-09-09T21:50:06.070Z | Downloaded const_format v0.2.32 |
971 | 2024-09-09T21:50:06.074Z | Downloaded pin-project-lite v0.2.14 |
972 | 2024-09-09T21:50:06.079Z | Downloaded radium v0.7.0 |
973 | 2024-09-09T21:50:06.081Z | Downloaded which v4.4.2 |
974 | 2024-09-09T21:50:06.081Z | Downloaded crypto-bigint v0.5.5 |
975 | 2024-09-09T21:50:06.087Z | Downloaded minimal-lexical v0.2.1 |
976 | 2024-09-09T21:50:06.092Z | Downloaded libz-sys v1.1.16 |
977 | 2024-09-09T21:50:06.165Z | Downloaded spki v0.7.3 |
978 | 2024-09-09T21:50:06.168Z | Downloaded spin v0.5.2 |
979 | 2024-09-09T21:50:06.168Z | Downloaded indexmap v1.9.3 |
980 | 2024-09-09T21:50:06.171Z | Downloaded aes v0.8.4 |
981 | 2024-09-09T21:50:06.173Z | Downloaded cc v1.0.97 |
982 | 2024-09-09T21:50:06.176Z | Downloaded base64 v0.13.1 |
983 | 2024-09-09T21:50:06.179Z | Downloaded vte v0.11.1 |
984 | 2024-09-09T21:50:06.181Z | Downloaded vsss-rs v3.3.4 |
985 | 2024-09-09T21:50:06.184Z | Downloaded time-macros v0.2.18 |
986 | 2024-09-09T21:50:06.186Z | Downloaded slab v0.4.9 |
987 | 2024-09-09T21:50:06.189Z | Downloaded hex-literal v0.4.1 |
988 | 2024-09-09T21:50:06.189Z | Downloaded mime v0.3.17 |
989 | 2024-09-09T21:50:06.193Z | Downloaded crc-any v2.5.0 |
990 | 2024-09-09T21:50:06.193Z | Downloaded newtype-uuid v1.1.0 |
991 | 2024-09-09T21:50:06.196Z | Downloaded lock_api v0.4.12 |
992 | 2024-09-09T21:50:06.196Z | Downloaded httparse v1.8.0 |
993 | 2024-09-09T21:50:06.196Z | Downloaded dhcproto-macros v0.1.0 |
994 | 2024-09-09T21:50:06.196Z | Downloaded unicode-truncate v1.0.0 |
995 | 2024-09-09T21:50:06.199Z | Downloaded zeroize v1.7.0 |
996 | 2024-09-09T21:50:06.201Z | Downloaded sha1 v0.10.6 |
997 | 2024-09-09T21:50:06.202Z | Downloaded impl-trait-for-tuples v0.2.2 |
998 | 2024-09-09T21:50:06.205Z | Downloaded cookie v0.18.1 |
999 | 2024-09-09T21:50:06.207Z | Downloaded enum-as-inner v0.5.1 |
1000 | 2024-09-09T21:50:06.207Z | Downloaded libsqlite3-sys v0.28.0 |
1001 | 2024-09-09T21:50:06.287Z | Downloaded data-encoding v2.6.0 |
1002 | 2024-09-09T21:50:06.289Z | Downloaded ipnetwork v0.20.0 |
1003 | 2024-09-09T21:50:06.289Z | Downloaded instability v0.3.2 |
1004 | 2024-09-09T21:50:06.292Z | Downloaded predicates-tree v1.0.9 |
1005 | 2024-09-09T21:50:06.292Z | Downloaded pin-utils v0.1.0 |
1006 | 2024-09-09T21:50:06.294Z | Downloaded number_prefix v0.4.0 |
1007 | 2024-09-09T21:50:06.294Z | Downloaded lalrpop-util v0.19.12 |
1008 | 2024-09-09T21:50:06.294Z | Downloaded lazycell v1.3.0 |
1009 | 2024-09-09T21:50:06.298Z | Downloaded kstat-rs v0.2.4 |
1010 | 2024-09-09T21:50:06.298Z | Downloaded num_threads v0.1.7 |
1011 | 2024-09-09T21:50:06.300Z | Downloaded mockall v0.13.0 |
1012 | 2024-09-09T21:50:06.300Z | Downloaded lru-cache v0.1.2 |
1013 | 2024-09-09T21:50:06.301Z | Downloaded internet-checksum v0.2.1 |
1014 | 2024-09-09T21:50:06.301Z | Downloaded http-body v0.4.6 |
1015 | 2024-09-09T21:50:06.304Z | Downloaded crc32fast v1.4.0 |
1016 | 2024-09-09T21:50:06.304Z | Downloaded bcs v0.1.6 |
1017 | 2024-09-09T21:50:06.310Z | Downloaded async-trait v0.1.82 |
1018 | 2024-09-09T21:50:06.310Z | Downloaded libsw v3.3.1 |
1019 | 2024-09-09T21:50:06.314Z | Downloaded humantime v2.1.0 |
1020 | 2024-09-09T21:50:06.314Z | Downloaded hostname v0.3.1 |
1021 | 2024-09-09T21:50:06.314Z | Downloaded home v0.5.9 |
1022 | 2024-09-09T21:50:06.314Z | Downloaded signature v2.2.0 |
1023 | 2024-09-09T21:50:06.316Z | Downloaded signal-hook-tokio v0.3.1 |
1024 | 2024-09-09T21:50:06.316Z | Downloaded signal-hook-registry v1.4.2 |
1025 | 2024-09-09T21:50:06.319Z | Downloaded signal-hook-mio v0.2.4 |
1026 | 2024-09-09T21:50:06.320Z | Downloaded serde_plain v1.0.2 |
1027 | 2024-09-09T21:50:06.322Z | Downloaded buf-list v1.0.3 |
1028 | 2024-09-09T21:50:06.322Z | Downloaded cookie v0.17.0 |
1029 | 2024-09-09T21:50:06.325Z | Downloaded arc-swap v1.7.1 |
1030 | 2024-09-09T21:50:06.327Z | Downloaded allocator-api2 v0.2.18 |
1031 | 2024-09-09T21:50:06.330Z | Downloaded is_ci v1.2.0 |
1032 | 2024-09-09T21:50:06.333Z | Downloaded ident_case v1.0.1 |
1033 | 2024-09-09T21:50:06.333Z | Downloaded bitfield v0.14.0 |
1034 | 2024-09-09T21:50:06.335Z | Downloaded base64ct v1.6.0 |
1035 | 2024-09-09T21:50:06.338Z | Downloaded backoff v0.4.0 |
1036 | 2024-09-09T21:50:06.338Z | Downloaded bitflags v1.3.2 |
1037 | 2024-09-09T21:50:06.340Z | Downloaded async-stream v0.3.5 |
1038 | 2024-09-09T21:50:06.343Z | Downloaded cassowary v0.3.0 |
1039 | 2024-09-09T21:50:06.346Z | Downloaded blowfish v0.9.1 |
1040 | 2024-09-09T21:50:06.346Z | Downloaded mime_guess v2.0.4 |
1041 | 2024-09-09T21:50:06.346Z | Downloaded curve25519-dalek-derive v0.1.1 |
1042 | 2024-09-09T21:50:06.349Z | Downloaded crossbeam-deque v0.8.5 |
1043 | 2024-09-09T21:50:06.349Z | Downloaded constant_time_eq v0.3.0 |
1044 | 2024-09-09T21:50:06.352Z | Downloaded ahash v0.8.11 |
1045 | 2024-09-09T21:50:06.355Z | Downloaded hyper-staticfile v0.9.5 |
1046 | 2024-09-09T21:50:06.355Z | Downloaded crc v3.2.1 |
1047 | 2024-09-09T21:50:06.357Z | Downloaded cfg_aliases v0.2.1 |
1048 | 2024-09-09T21:50:06.357Z | Downloaded cancel-safe-futures v0.1.5 |
1049 | 2024-09-09T21:50:06.360Z | Downloaded highway v1.2.0 |
1050 | 2024-09-09T21:50:06.362Z | Downloaded darling v0.20.9 |
1051 | 2024-09-09T21:50:06.365Z | Downloaded atomic-waker v1.1.2 |
1052 | 2024-09-09T21:50:06.368Z | Downloaded ascii v1.1.0 |
1053 | 2024-09-09T21:50:06.370Z | Downloaded keccak v0.1.5 |
1054 | 2024-09-09T21:50:06.370Z | Downloaded hubpack_derive v0.1.1 |
1055 | 2024-09-09T21:50:06.370Z | Downloaded ciborium-io v0.2.2 |
1056 | 2024-09-09T21:50:06.370Z | Downloaded bitstruct v0.1.1 |
1057 | 2024-09-09T21:50:06.373Z | Downloaded atomicwrites v0.4.3 |
1058 | 2024-09-09T21:50:06.373Z | Downloaded libefi-sys v0.1.0 |
1059 | 2024-09-09T21:50:06.376Z | Downloaded inout v0.1.3 |
1060 | 2024-09-09T21:50:06.376Z | Downloaded httpdate v1.0.3 |
1061 | 2024-09-09T21:50:06.376Z | Downloaded csv-core v0.1.11 |
1062 | 2024-09-09T21:50:06.379Z | Downloaded crucible-workspace-hack v0.1.0 |
1063 | 2024-09-09T21:50:06.379Z | Downloaded instant v0.1.12 |
1064 | 2024-09-09T21:50:06.379Z | Downloaded crc-catalog v2.4.0 |
1065 | 2024-09-09T21:50:06.381Z | Downloaded const_format_proc_macros v0.2.32 |
1066 | 2024-09-09T21:50:06.381Z | Downloaded castaway v0.2.3 |
1067 | 2024-09-09T21:50:06.383Z | Downloaded is-terminal v0.4.12 |
1068 | 2024-09-09T21:50:06.383Z | Downloaded bitstruct_derive v0.1.0 |
1069 | 2024-09-09T21:50:06.386Z | Downloaded block-padding v0.3.3 |
1070 | 2024-09-09T21:50:06.386Z | Downloaded http-range v0.1.5 |
1071 | 2024-09-09T21:50:06.386Z | Downloaded colored v2.1.0 |
1072 | 2024-09-09T21:50:06.388Z | Downloaded ciborium-ll v0.2.2 |
1073 | 2024-09-09T21:50:06.388Z | Downloaded bit-vec v0.6.3 |
1074 | 2024-09-09T21:50:06.392Z | Downloaded base16ct v0.2.0 |
1075 | 2024-09-09T21:50:06.392Z | Downloaded ascii-canvas v3.0.0 |
1076 | 2024-09-09T21:50:06.394Z | Downloaded array-init v0.0.4 |
1077 | 2024-09-09T21:50:06.491Z | Compiling serde v1.0.208 |
1078 | 2024-09-09T21:50:06.494Z | Compiling typenum v1.17.0 |
1079 | 2024-09-09T21:50:06.494Z | Compiling lock_api v0.4.12 |
1080 | 2024-09-09T21:50:06.494Z | Compiling generic-array v0.14.7 |
1081 | 2024-09-09T21:50:06.494Z | Compiling scopeguard v1.2.0 |
1082 | 2024-09-09T21:50:06.639Z | Compiling log v0.4.21 |
1083 | 2024-09-09T21:50:06.666Z | Compiling syn v2.0.74 |
1084 | 2024-09-09T21:50:06.669Z | Compiling getrandom v0.2.14 |
1085 | 2024-09-09T21:50:06.825Z | Compiling jobserver v0.1.32 |
1086 | 2024-09-09T21:50:06.998Z | Compiling rand_core v0.6.4 |
1087 | 2024-09-09T21:50:07.163Z | Compiling subtle v2.5.0 |
1088 | 2024-09-09T21:50:07.217Z | Compiling cc v1.0.97 |
1089 | 2024-09-09T21:50:07.255Z | Compiling const-oid v0.9.6 |
1090 | 2024-09-09T21:50:07.513Z | Compiling pin-project-lite v0.2.14 |
1091 | 2024-09-09T21:50:07.538Z | Compiling smallvec v1.13.2 |
1092 | 2024-09-09T21:50:07.626Z | Compiling parking_lot_core v0.9.10 |
1093 | 2024-09-09T21:50:07.645Z | Compiling signal-hook-registry v1.4.2 |
1094 | 2024-09-09T21:50:07.764Z | Compiling spin v0.9.8 |
1095 | 2024-09-09T21:50:07.931Z | Compiling mio v1.0.2 |
1096 | 2024-09-09T21:50:08.172Z | Compiling ahash v0.8.11 |
1097 | 2024-09-09T21:50:08.461Z | Compiling tinyvec_macros v0.1.1 |
1098 | 2024-09-09T21:50:08.512Z | Compiling parking_lot v0.12.2 |
1099 | 2024-09-09T21:50:08.553Z | Compiling tinyvec v1.6.0 |
1100 | 2024-09-09T21:50:08.848Z | Compiling socket2 v0.5.7 |
1101 | 2024-09-09T21:50:09.173Z | Compiling futures-core v0.3.30 |
1102 | 2024-09-09T21:50:09.257Z | Compiling cpufeatures v0.2.12 |
1103 | 2024-09-09T21:50:09.316Z | Compiling libm v0.2.8 |
1104 | 2024-09-09T21:50:09.353Z | Compiling serde_json v1.0.125 |
1105 | 2024-09-09T21:50:09.406Z | Compiling futures-sink v0.3.30 |
1106 | 2024-09-09T21:50:09.423Z | Compiling num-traits v0.2.19 |
1107 | 2024-09-09T21:50:09.560Z | Compiling slab v0.4.9 |
1108 | 2024-09-09T21:50:09.680Z | Compiling allocator-api2 v0.2.18 |
1109 | 2024-09-09T21:50:09.700Z | Compiling unicode-bidi v0.3.15 |
1110 | 2024-09-09T21:50:09.969Z | Compiling futures-channel v0.3.30 |
1111 | 2024-09-09T21:50:10.026Z | Compiling unicode-normalization v0.1.23 |
1112 | 2024-09-09T21:50:10.333Z | Compiling pin-utils v0.1.0 |
1113 | 2024-09-09T21:50:10.351Z | Compiling futures-task v0.3.30 |
1114 | 2024-09-09T21:50:10.430Z | Compiling futures-io v0.3.30 |
1115 | 2024-09-09T21:50:10.469Z | Compiling vcpkg v0.2.15 |
1116 | 2024-09-09T21:50:10.637Z | Compiling pkg-config v0.3.30 |
1117 | 2024-09-09T21:50:10.845Z | Compiling base64ct v1.6.0 |
1118 | 2024-09-09T21:50:11.295Z | Compiling flagset v0.4.5 |
1119 | 2024-09-09T21:50:11.340Z | Compiling pem-rfc7468 v0.7.0 |
1120 | 2024-09-09T21:50:11.373Z | Compiling ring v0.17.8 |
1121 | 2024-09-09T21:50:11.467Z | Compiling percent-encoding v2.3.1 |
1122 | 2024-09-09T21:50:11.526Z | Compiling ppv-lite86 v0.2.17 |
1123 | 2024-09-09T21:50:11.870Z | Compiling tracing-core v0.1.32 |
1124 | 2024-09-09T21:50:12.135Z | Compiling untrusted v0.9.0 |
1125 | 2024-09-09T21:50:12.315Z | Compiling rustix v0.38.34 |
1126 | 2024-09-09T21:50:12.332Z | Compiling rand_chacha v0.3.1 |
1127 | 2024-09-09T21:50:12.379Z | Compiling httparse v1.8.0 |
1128 | 2024-09-09T21:50:12.797Z | Compiling openssl-sys v0.9.103 |
1129 | 2024-09-09T21:50:12.849Z | Compiling rand v0.8.5 |
1130 | 2024-09-09T21:50:13.217Z | Compiling foreign-types-shared v0.1.1 |
1131 | 2024-09-09T21:50:13.236Z | Compiling rustversion v1.0.17 |
1132 | 2024-09-09T21:50:13.323Z | Compiling time-core v0.1.2 |
1133 | 2024-09-09T21:50:13.339Z | Compiling num-conv v0.1.0 |
1134 | 2024-09-09T21:50:13.478Z | Compiling openssl v0.10.66 |
1135 | 2024-09-09T21:50:13.608Z | Compiling powerfmt v0.2.0 |
1136 | 2024-09-09T21:50:13.913Z | Compiling deranged v0.3.11 |
1137 | 2024-09-09T21:50:13.945Z | Compiling time-macros v0.2.18 |
1138 | 2024-09-09T21:50:13.986Z | Compiling foreign-types v0.3.2 |
1139 | 2024-09-09T21:50:14.090Z | Compiling form_urlencoded v1.2.1 |
1140 | 2024-09-09T21:50:14.354Z | Compiling aho-corasick v1.1.3 |
1141 | 2024-09-09T21:50:14.515Z | Compiling num_threads v0.1.7 |
1142 | 2024-09-09T21:50:14.561Z | Compiling native-tls v0.2.11 |
1143 | 2024-09-09T21:50:14.643Z | Compiling syn v1.0.109 |
1144 | 2024-09-09T21:50:14.838Z | Compiling regex-syntax v0.8.4 |
1145 | 2024-09-09T21:50:15.191Z | Compiling try-lock v0.2.5 |
1146 | 2024-09-09T21:50:15.366Z | Compiling rustls v0.21.12 |
1147 | 2024-09-09T21:50:15.610Z | Compiling siphasher v0.3.11 |
1148 | 2024-09-09T21:50:15.630Z | Compiling crossbeam-utils v0.8.19 |
1149 | 2024-09-09T21:50:16.045Z | Compiling want v0.3.1 |
1150 | 2024-09-09T21:50:16.696Z | Compiling idna v0.5.0 |
1151 | 2024-09-09T21:50:16.958Z | Compiling time v0.3.36 |
1152 | 2024-09-09T21:50:16.977Z | Compiling cookie v0.17.0 |
1153 | 2024-09-09T21:50:17.259Z | Compiling finl_unicode v1.2.0 |
1154 | 2024-09-09T21:50:17.732Z | Compiling iana-time-zone v0.1.60 |
1155 | 2024-09-09T21:50:17.865Z | Compiling tower-service v0.3.2 |
1156 | 2024-09-09T21:50:17.991Z | Compiling httpdate v1.0.3 |
1157 | 2024-09-09T21:50:18.185Z | Compiling regex-automata v0.4.6 |
1158 | 2024-09-09T21:50:18.187Z | Compiling openssl-probe v0.1.5 |
1159 | 2024-09-09T21:50:18.475Z | Compiling slog v2.7.0 |
1160 | 2024-09-09T21:50:18.496Z | Compiling stringprep v0.1.4 |
1161 | 2024-09-09T21:50:19.048Z | Compiling url v2.5.2 |
1162 | 2024-09-09T21:50:20.899Z | Compiling num-integer v0.1.46 |
1163 | 2024-09-09T21:50:20.979Z | Compiling serde_derive v1.0.208 |
1164 | 2024-09-09T21:50:21.027Z | Compiling zeroize_derive v1.4.2 |
1165 | 2024-09-09T21:50:21.214Z | Compiling zerocopy-derive v0.7.34 |
1166 | 2024-09-09T21:50:21.691Z | Compiling tokio-macros v2.4.0 |
1167 | 2024-09-09T21:50:22.080Z | Compiling thiserror-impl v1.0.63 |
1168 | 2024-09-09T21:50:22.646Z | Compiling zeroize v1.7.0 |
1169 | 2024-09-09T21:50:23.047Z | Compiling futures-macro v0.3.30 |
1170 | 2024-09-09T21:50:23.338Z | Compiling zerocopy v0.7.34 |
1171 | 2024-09-09T21:50:23.366Z | Compiling der_derive v0.7.2 |
1172 | 2024-09-09T21:50:24.442Z | Compiling crypto-common v0.1.6 |
1173 | 2024-09-09T21:50:24.685Z | Compiling block-buffer v0.10.4 |
1174 | 2024-09-09T21:50:24.948Z | Compiling digest v0.10.7 |
1175 | 2024-09-09T21:50:25.080Z | Compiling block-padding v0.3.3 |
1176 | 2024-09-09T21:50:25.335Z | Compiling inout v0.1.3 |
1177 | 2024-09-09T21:50:25.414Z | Compiling hmac v0.12.1 |
1178 | 2024-09-09T21:50:25.441Z | Compiling thiserror v1.0.63 |
1179 | 2024-09-09T21:50:25.571Z | Compiling hashbrown v0.14.5 |
1180 | 2024-09-09T21:50:25.592Z | Compiling cipher v0.4.4 |
1181 | 2024-09-09T21:50:25.608Z | Compiling sha2 v0.10.8 |
1182 | 2024-09-09T21:50:25.650Z | Compiling futures-util v0.3.30 |
1183 | 2024-09-09T21:50:25.861Z | Compiling pest v2.7.10 |
1184 | 2024-09-09T21:50:26.148Z | Compiling salsa20 v0.10.2 |
1185 | 2024-09-09T21:50:26.373Z | Compiling der v0.7.9 |
1186 | 2024-09-09T21:50:27.003Z | Compiling pbkdf2 v0.12.2 |
1187 | 2024-09-09T21:50:27.179Z | Compiling scroll_derive v0.12.0 |
1188 | 2024-09-09T21:50:28.746Z | Compiling pest_meta v2.7.10 |
1189 | 2024-09-09T21:50:28.927Z | Compiling tracing-attributes v0.1.27 |
1190 | 2024-09-09T21:50:29.319Z | Compiling scroll v0.12.0 |
1191 | 2024-09-09T21:50:29.658Z | Compiling spki v0.7.3 |
1192 | 2024-09-09T21:50:29.884Z | Compiling scrypt v0.11.0 |
1193 | 2024-09-09T21:50:30.045Z | Compiling pest_generator v2.7.10 |
1194 | 2024-09-09T21:50:30.468Z | Compiling aes v0.8.4 |
1195 | 2024-09-09T21:50:31.079Z | Compiling cbc v0.1.2 |
1196 | 2024-09-09T21:50:31.967Z | Compiling pkcs5 v0.7.1 |
1197 | 2024-09-09T21:50:32.134Z | Compiling goblin v0.8.2 |
1198 | 2024-09-09T21:50:32.873Z | Compiling tracing v0.1.40 |
1199 | 2024-09-09T21:50:33.242Z | Compiling openssl-macros v0.1.1 |
1200 | 2024-09-09T21:50:33.354Z | Compiling pkcs8 v0.10.2 |
1201 | 2024-09-09T21:50:33.388Z | Compiling sct v0.7.1 |
1202 | 2024-09-09T21:50:33.620Z | Compiling rustls-webpki v0.101.7 |
1203 | 2024-09-09T21:50:33.747Z | Compiling md-5 v0.10.6 |
1204 | 2024-09-09T21:50:33.814Z | Compiling pest_derive v2.7.10 |
1205 | 2024-09-09T21:50:34.017Z | Compiling backtrace v0.3.71 |
1206 | 2024-09-09T21:50:34.037Z | Compiling idna v0.3.0 |
1207 | 2024-09-09T21:50:34.085Z | Compiling lazy_static v1.5.0 |
1208 | 2024-09-09T21:50:34.205Z | Compiling hash32 v0.2.1 |
1209 | 2024-09-09T21:50:34.594Z | Compiling psl-types v2.0.11 |
1210 | 2024-09-09T21:50:34.620Z | Compiling dtrace-parser v0.2.0 |
1211 | 2024-09-09T21:50:34.795Z | Compiling fallible-iterator v0.2.0 |
1212 | 2024-09-09T21:50:35.150Z | Compiling base64 v0.22.1 |
1213 | 2024-09-09T21:50:35.514Z | Compiling bytes v1.7.1 |
1214 | 2024-09-09T21:50:35.514Z | Compiling bitflags v2.6.0 |
1215 | 2024-09-09T21:50:35.704Z | Compiling indexmap v2.4.0 |
1216 | 2024-09-09T21:50:35.944Z | Compiling semver v1.0.23 |
1217 | 2024-09-09T21:50:36.738Z | Compiling tokio v1.39.3 |
1218 | 2024-09-09T21:50:36.816Z | Compiling http v0.2.12 |
1219 | 2024-09-09T21:50:36.890Z | Compiling rustc_version v0.4.0 |
1220 | 2024-09-09T21:50:37.707Z | Compiling heapless v0.7.17 |
1221 | 2024-09-09T21:50:38.178Z | Compiling dof v0.3.0 |
1222 | 2024-09-09T21:50:38.693Z | Compiling http-body v0.4.6 |
1223 | 2024-09-09T21:50:39.034Z | Compiling uuid v1.10.0 |
1224 | 2024-09-09T21:50:39.161Z | Compiling usdt-impl v0.5.0 |
1225 | 2024-09-09T21:50:39.406Z | Compiling serde_spanned v0.6.7 |
1226 | 2024-09-09T21:50:39.655Z | Compiling chrono v0.4.38 |
1227 | 2024-09-09T21:50:40.411Z | Compiling toml_datetime v0.6.8 |
1228 | 2024-09-09T21:50:40.499Z | Compiling serde_tokenstream v0.2.2 |
1229 | 2024-09-09T21:50:40.782Z | Compiling num-bigint-dig v0.8.4 |
1230 | 2024-09-09T21:50:40.955Z | Compiling adler v1.0.2 |
1231 | 2024-09-09T21:50:41.109Z | Compiling gimli v0.28.1 |
1232 | 2024-09-09T21:50:41.169Z | Compiling stable_deref_trait v1.2.0 |
1233 | 2024-09-09T21:50:41.199Z | Compiling smoltcp v0.9.1 |
1234 | 2024-09-09T21:50:41.433Z | Compiling crc32fast v1.4.0 |
1235 | 2024-09-09T21:50:41.807Z | Compiling signal-hook v0.3.17 |
1236 | 2024-09-09T21:50:42.129Z | Compiling miniz_oxide v0.7.2 |
1237 | 2024-09-09T21:50:42.697Z | Compiling terminal_size v0.3.0 |
1238 | 2024-09-09T21:50:42.900Z | Compiling postgres-protocol v0.6.7 |
1239 | 2024-09-09T21:50:42.919Z | Compiling publicsuffix v2.2.3 |
1240 | 2024-09-09T21:50:43.202Z | Compiling hubpack_derive v0.1.1 |
1241 | 2024-09-09T21:50:43.221Z | Compiling num-iter v0.1.45 |
1242 | 2024-09-09T21:50:43.468Z | Compiling zerocopy-derive v0.6.6 |
1243 | 2024-09-09T21:50:43.525Z | Compiling async-trait v0.1.82 |
1244 | 2024-09-09T21:50:44.193Z | Compiling phf_shared v0.11.2 |
1245 | 2024-09-09T21:50:44.559Z | Compiling serde_derive_internals v0.29.1 |
1246 | 2024-09-09T21:50:44.960Z | Compiling tokio-util v0.7.11 |
1247 | 2024-09-09T21:50:45.166Z | Compiling tokio-rustls v0.24.1 |
1248 | 2024-09-09T21:50:45.547Z | Compiling addr2line v0.21.0 |
1249 | 2024-09-09T21:50:45.663Z | Compiling tokio-native-tls v0.3.1 |
1250 | 2024-09-09T21:50:45.957Z | Compiling ff v0.13.0 |
1251 | 2024-09-09T21:50:45.996Z | Compiling h2 v0.3.26 |
1252 | 2024-09-09T21:50:46.178Z | Compiling object v0.32.2 |
1253 | 2024-09-09T21:50:46.181Z | Compiling fs-err v2.11.0 |
1254 | 2024-09-09T21:50:46.285Z | Compiling either v1.13.0 |
1255 | 2024-09-09T21:50:46.310Z | Compiling winnow v0.5.40 |
1256 | 2024-09-09T21:50:46.429Z | Compiling managed v0.8.0 |
1257 | 2024-09-09T21:50:46.711Z | Compiling ipnet v2.9.0 |
1258 | 2024-09-09T21:50:46.822Z | Compiling rustc-demangle v0.1.24 |
1259 | 2024-09-09T21:50:47.358Z | Compiling base16ct v0.2.0 |
1260 | 2024-09-09T21:50:47.678Z | Compiling bitflags v1.3.2 |
1261 | 2024-09-09T21:50:47.713Z | Compiling adler2 v2.0.0 |
1262 | 2024-09-09T21:50:47.770Z | Compiling anyhow v1.0.86 |
1263 | 2024-09-09T21:50:47.790Z | Compiling base64 v0.21.7 |
1264 | 2024-09-09T21:50:47.892Z | Compiling schemars v0.8.21 |
1265 | 2024-09-09T21:50:48.261Z | Compiling clap_builder v4.5.15 |
1266 | 2024-09-09T21:50:48.530Z | Compiling rustls-pemfile v1.0.4 |
1267 | 2024-09-09T21:50:48.578Z | Compiling miniz_oxide v0.8.0 |
1268 | 2024-09-09T21:50:49.882Z | Compiling toml_edit v0.19.15 |
1269 | 2024-09-09T21:50:50.088Z | Compiling sec1 v0.7.3 |
1270 | 2024-09-09T21:50:50.577Z | Compiling schemars_derive v0.8.21 |
1271 | 2024-09-09T21:50:50.961Z | Compiling group v0.13.0 |
1272 | 2024-09-09T21:50:51.294Z | Compiling zerocopy v0.6.6 |
1273 | 2024-09-09T21:50:52.001Z | Compiling cookie_store v0.20.0 |
1274 | 2024-09-09T21:50:52.135Z | Compiling phf v0.11.2 |
1275 | 2024-09-09T21:50:52.417Z | Compiling hyper v0.14.30 |
1276 | 2024-09-09T21:50:52.961Z | Compiling hubpack v0.1.2 |
1277 | 2024-09-09T21:50:53.420Z | Compiling postgres-types v0.2.7 |
1278 | 2024-09-09T21:50:53.841Z | Compiling usdt-macro v0.5.0 |
1279 | 2024-09-09T21:50:54.980Z | Compiling usdt-attr-macro v0.5.0 |
1280 | 2024-09-09T21:50:56.288Z | Compiling serde_urlencoded v0.7.1 |
1281 | 2024-09-09T21:50:56.408Z | Compiling pkcs1 v0.7.5 |
1282 | 2024-09-09T21:50:56.495Z | Compiling futures-executor v0.3.30 |
1283 | 2024-09-09T21:50:56.693Z | Compiling hkdf v0.12.4 |
1284 | 2024-09-09T21:50:56.828Z | Compiling signature v2.2.0 |
1285 | 2024-09-09T21:50:56.942Z | Compiling crypto-bigint v0.5.5 |
1286 | 2024-09-09T21:50:57.062Z | Compiling bstr v1.9.1 |
1287 | 2024-09-09T21:50:57.130Z | Compiling regex v1.10.6 |
1288 | 2024-09-09T21:50:57.262Z | Compiling strum_macros v0.25.3 |
1289 | 2024-09-09T21:50:57.452Z | Compiling clap_derive v4.5.13 |
1290 | 2024-09-09T21:50:57.710Z | Compiling serde_repr v0.1.19 |
1291 | 2024-09-09T21:50:58.225Z | Compiling enum-as-inner v0.6.0 |
1292 | 2024-09-09T21:50:58.841Z | Compiling phf_shared v0.10.0 |
1293 | 2024-09-09T21:50:58.910Z | Compiling float-cmp v0.9.0 |
1294 | 2024-09-09T21:50:59.134Z | Compiling hyper-tls v0.5.0 |
1295 | 2024-09-09T21:50:59.253Z | Compiling hyper-rustls v0.24.2 |
1296 | 2024-09-09T21:50:59.351Z | Compiling idna v0.4.0 |
1297 | 2024-09-09T21:50:59.482Z | Compiling mio v0.8.11 |
1298 | 2024-09-09T21:50:59.609Z | Compiling encoding_rs v0.8.34 |
1299 | 2024-09-09T21:51:00.873Z | Compiling mime v0.3.17 |
1300 | 2024-09-09T21:51:00.970Z | Compiling new_debug_unreachable v1.0.6 |
1301 | 2024-09-09T21:51:01.062Z | Compiling difflib v0.4.0 |
1302 | 2024-09-09T21:51:01.325Z | Compiling unicode-segmentation v1.11.0 |
1303 | 2024-09-09T21:51:01.509Z | Compiling bit-vec v0.6.3 |
1304 | 2024-09-09T21:51:01.999Z | Compiling whoami v1.5.1 |
1305 | 2024-09-09T21:51:02.195Z | Compiling sync_wrapper v0.1.2 |
1306 | 2024-09-09T21:51:02.265Z | Compiling predicates-core v1.0.6 |
1307 | 2024-09-09T21:51:02.331Z | Compiling precomputed-hash v0.1.1 |
1308 | 2024-09-09T21:51:02.468Z | Compiling normalize-line-endings v0.3.0 |
1309 | 2024-09-09T21:51:02.609Z | Compiling data-encoding v2.6.0 |
1310 | 2024-09-09T21:51:02.612Z | Compiling minimal-lexical v0.2.1 |
1311 | 2024-09-09T21:51:02.655Z | Compiling fixedbitset v0.4.2 |
1312 | 2024-09-09T21:51:02.658Z | Compiling dyn-clone v1.0.17 |
1313 | 2024-09-09T21:51:02.658Z | Compiling webpki-roots v0.25.4 |
1314 | 2024-09-09T21:51:02.863Z | Compiling static_assertions v1.1.0 |
1315 | 2024-09-09T21:51:02.901Z | Compiling reqwest v0.11.27 |
1316 | 2024-09-09T21:51:02.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1317 | 2024-09-09T21:51:03.032Z | Compiling nom v7.1.3 |
1318 | 2024-09-09T21:51:03.115Z | Compiling petgraph v0.6.5 |
1319 | 2024-09-09T21:51:04.177Z | Compiling hickory-proto v0.24.1 |
1320 | 2024-09-09T21:51:05.042Z | Compiling toml_edit v0.22.20 |
1321 | 2024-09-09T21:51:06.737Z | Compiling clap v4.5.16 |
1322 | 2024-09-09T21:51:06.867Z | Compiling predicates v3.1.2 |
1323 | 2024-09-09T21:51:07.043Z | Compiling string_cache v0.8.7 |
1324 | 2024-09-09T21:51:07.132Z | Compiling tokio-postgres v0.7.11 |
1325 | 2024-09-09T21:51:07.539Z | Compiling console v0.15.8 |
1326 | 2024-09-09T21:51:08.498Z | Compiling similar v2.6.0 |
1327 | 2024-09-09T21:51:08.610Z | Compiling bit-set v0.5.3 |
1328 | 2024-09-09T21:51:08.904Z | Compiling signal-hook-mio v0.2.4 |
1329 | 2024-09-09T21:51:09.048Z | Compiling elliptic-curve v0.13.8 |
1330 | 2024-09-09T21:51:09.084Z | Compiling usdt v0.5.0 |
1331 | 2024-09-09T21:51:09.335Z | Compiling rsa v0.9.6 |
1332 | 2024-09-09T21:51:09.581Z | Compiling futures v0.3.30 |
1333 | 2024-09-09T21:51:09.704Z | Compiling flate2 v1.0.33 |
1334 | 2024-09-09T21:51:10.793Z | Compiling toml v0.7.8 |
1335 | 2024-09-09T21:51:10.921Z | Compiling itertools v0.10.5 |
1336 | 2024-09-09T21:51:11.581Z | Compiling itertools v0.12.1 |
1337 | 2024-09-09T21:51:12.600Z | Compiling tokio-stream v0.1.15 |
1338 | 2024-09-09T21:51:13.002Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-09-09T21:51:13.501Z | Compiling hex v0.4.3 |
1340 | 2024-09-09T21:51:13.631Z | Compiling sha1 v0.10.6 |
1341 | 2024-09-09T21:51:13.827Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-09-09T21:51:14.074Z | Compiling dirs-sys-next v0.1.2 |
1343 | 2024-09-09T21:51:14.117Z | Compiling peg-runtime v0.8.3 |
1344 | 2024-09-09T21:51:14.609Z | Compiling lalrpop-util v0.19.12 |
1345 | 2024-09-09T21:51:14.661Z | Compiling unicode-xid v0.2.4 |
1346 | 2024-09-09T21:51:14.730Z | Compiling dirs-next v2.0.0 |
1347 | 2024-09-09T21:51:14.774Z | Compiling thread_local v1.1.8 |
1348 | 2024-09-09T21:51:14.811Z | Compiling slog-async v2.8.0 |
1349 | 2024-09-09T21:51:14.840Z | Compiling xattr v1.3.1 |
1350 | 2024-09-09T21:51:14.926Z | Compiling term v0.7.0 |
1351 | 2024-09-09T21:51:14.947Z | Compiling strum_macros v0.26.4 |
1352 | 2024-09-09T21:51:15.116Z | Compiling crossbeam-channel v0.5.12 |
1353 | 2024-09-09T21:51:15.398Z | Compiling filetime v0.2.25 |
1354 | 2024-09-09T21:51:15.418Z | Compiling is-terminal v0.4.12 |
1355 | 2024-09-09T21:51:15.550Z | Compiling take_mut v0.2.2 |
1356 | 2024-09-09T21:51:15.635Z | Compiling slog-term v2.9.1 |
1357 | 2024-09-09T21:51:15.743Z | Compiling tar v0.4.41 |
1358 | 2024-09-09T21:51:16.540Z | Compiling camino v1.1.9 |
1359 | 2024-09-09T21:51:17.929Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1360 | 2024-09-09T21:51:18.447Z | Compiling strum v0.26.3 |
1361 | 2024-09-09T21:51:18.526Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1362 | 2024-09-09T21:51:23.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1363 | 2024-09-09T21:51:23.714Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1364 | 2024-09-09T21:51:23.762Z | Sep 09 21:51:22.430 INFO Starting download, target: Clickhouse |
1365 | 2024-09-09T21:51:23.762Z | Sep 09 21:51:22.430 INFO Starting download, target: Cockroach |
1366 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.430 INFO Starting download, target: Console |
1367 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.430 INFO Starting download, target: DendriteOpenapi |
1368 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.430 INFO Starting download, target: DendriteStub |
1369 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.430 INFO Starting download, target: MaghemiteMgd |
1370 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.430 INFO Starting download, target: TransceiverControl |
1371 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.431 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1372 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.431 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1373 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.431 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1374 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.431 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1375 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.431 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1376 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.432 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1377 | 2024-09-09T21:51:23.765Z | Sep 09 21:51:22.432 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1378 | 2024-09-09T21:51:23.878Z | Sep 09 21:51:22.544 INFO Download complete, target: DendriteOpenapi |
1379 | 2024-09-09T21:51:24.042Z | Sep 09 21:51:22.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1380 | 2024-09-09T21:51:24.428Z | Sep 09 21:51:23.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1381 | 2024-09-09T21:51:24.582Z | Sep 09 21:51:23.250 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1382 | 2024-09-09T21:51:24.623Z | Sep 09 21:51:23.281 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1383 | 2024-09-09T21:51:24.802Z | Sep 09 21:51:23.470 INFO Download complete, target: TransceiverControl |
1384 | 2024-09-09T21:51:24.813Z | Sep 09 21:51:23.481 INFO Download complete, target: Console |
1385 | 2024-09-09T21:51:25.075Z | Sep 09 21:51:23.743 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1386 | 2024-09-09T21:51:25.075Z | Sep 09 21:51:23.743 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1387 | 2024-09-09T21:51:25.628Z | Sep 09 21:51:24.295 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1388 | 2024-09-09T21:51:27.627Z | Sep 09 21:51:26.295 INFO Download complete, target: DendriteStub |
1389 | 2024-09-09T21:51:27.815Z | Sep 09 21:51:26.482 INFO Download complete, target: MaghemiteMgd |
1390 | 2024-09-09T21:51:33.144Z | Sep 09 21:51:31.811 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1391 | 2024-09-09T21:51:33.478Z | Sep 09 21:51:32.145 INFO Checking that binary works, target: Cockroach |
1392 | 2024-09-09T21:51:33.676Z | Sep 09 21:51:32.343 INFO Download complete, target: Cockroach |
1393 | 2024-09-09T21:51:39.192Z | Sep 09 21:51:37.859 INFO Checking that binary works, target: Clickhouse |
1394 | 2024-09-09T21:51:39.689Z | Sep 09 21:51:38.356 INFO Download complete, target: Clickhouse |
1395 | 2024-09-09T21:51:39.696Z | All prerequisites installed successfully |
1396 | 2024-09-09T21:51:39.699Z | |
1397 | 2024-09-09T21:51:39.699Z | real 3:56.212236489 |
1398 | 2024-09-09T21:51:39.699Z | user 11:22.826852210 |
1399 | 2024-09-09T21:51:39.699Z | sys 2:25.554763905 |
1400 | 2024-09-09T21:51:39.699Z | trap 0.391146025 |
1401 | 2024-09-09T21:51:39.699Z | tflt 4.956423083 |
1402 | 2024-09-09T21:51:39.699Z | dflt 3.526692350 |
1403 | 2024-09-09T21:51:39.699Z | kflt 0.325845825 |
1404 | 2024-09-09T21:51:39.700Z | lock 22:09.955971416 |
1405 | 2024-09-09T21:51:39.700Z | slp 44:48.014504258 |
1406 | 2024-09-09T21:51:39.700Z | lat 36.971212079 |
1407 | 2024-09-09T21:51:39.700Z | stop 1:47.244906044 |
1408 | 2024-09-09T21:51:39.700Z | + ptime -m cargo xtask download softnpu |
1409 | 2024-09-09T21:51:40.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1410 | 2024-09-09T21:51:40.299Z | Running `target/debug/xtask download softnpu` |
1411 | 2024-09-09T21:51:41.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1412 | 2024-09-09T21:51:41.189Z | Running `target/debug/xtask-downloader softnpu` |
1413 | 2024-09-09T21:51:41.221Z | Sep 09 21:51:39.888 INFO Starting download, target: Softnpu |
1414 | 2024-09-09T21:51:41.224Z | Sep 09 21:51:39.888 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1415 | 2024-09-09T21:51:41.828Z | Sep 09 21:51:40.494 INFO Download complete, target: Softnpu |
1416 | 2024-09-09T21:51:41.832Z | |
1417 | 2024-09-09T21:51:41.834Z | real 2.128006079 |
1418 | 2024-09-09T21:51:41.834Z | user 1.247083336 |
1419 | 2024-09-09T21:51:41.834Z | sys 0.581910564 |
1420 | 2024-09-09T21:51:41.834Z | trap 0.000322860 |
1421 | 2024-09-09T21:51:41.834Z | tflt 0.000008908 |
1422 | 2024-09-09T21:51:41.834Z | dflt 0.000000000 |
1423 | 2024-09-09T21:51:41.834Z | kflt 0.000000000 |
1424 | 2024-09-09T21:51:41.834Z | lock 6.238127942 |
1425 | 2024-09-09T21:51:41.835Z | slp 0.644776561 |
1426 | 2024-09-09T21:51:41.835Z | lat 0.072500758 |
1427 | 2024-09-09T21:51:41.835Z | stop 0.000379469 |
1428 | 2024-09-09T21:51:41.835Z | + export CARGO_INCREMENTAL=0 |
1429 | 2024-09-09T21:51:41.835Z | + CARGO_INCREMENTAL=0 |
1430 | 2024-09-09T21:51:41.835Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1431 | 2024-09-09T21:51:42.815Z | Compiling proc-macro2 v1.0.86 |
1432 | 2024-09-09T21:51:42.815Z | Compiling unicode-ident v1.0.12 |
1433 | 2024-09-09T21:51:42.818Z | Compiling libc v0.2.158 |
1434 | 2024-09-09T21:51:42.818Z | Compiling serde v1.0.208 |
1435 | 2024-09-09T21:51:42.818Z | Compiling version_check v0.9.5 |
1436 | 2024-09-09T21:51:42.818Z | Compiling autocfg v1.3.0 |
1437 | 2024-09-09T21:51:42.818Z | Compiling cfg-if v1.0.0 |
1438 | 2024-09-09T21:51:42.818Z | Compiling once_cell v1.19.0 |
1439 | 2024-09-09T21:51:43.147Z | Compiling typenum v1.17.0 |
1440 | 2024-09-09T21:51:43.187Z | Compiling memchr v2.7.2 |
1441 | 2024-09-09T21:51:43.622Z | Compiling generic-array v0.14.7 |
1442 | 2024-09-09T21:51:43.638Z | Compiling lock_api v0.4.12 |
1443 | 2024-09-09T21:51:43.924Z | Compiling ahash v0.8.11 |
1444 | 2024-09-09T21:51:43.959Z | Compiling byteorder v1.5.0 |
1445 | 2024-09-09T21:51:44.083Z | Compiling serde_json v1.0.125 |
1446 | 2024-09-09T21:51:44.271Z | Compiling libm v0.2.8 |
1447 | 2024-09-09T21:51:44.420Z | Compiling num-traits v0.2.19 |
1448 | 2024-09-09T21:51:44.437Z | Compiling parking_lot_core v0.9.10 |
1449 | 2024-09-09T21:51:44.629Z | Compiling quote v1.0.36 |
1450 | 2024-09-09T21:51:44.736Z | Compiling thiserror v1.0.63 |
1451 | 2024-09-09T21:51:44.892Z | Compiling getrandom v0.2.14 |
1452 | 2024-09-09T21:51:45.123Z | Compiling syn v2.0.74 |
1453 | 2024-09-09T21:51:45.223Z | Compiling jobserver v0.1.32 |
1454 | 2024-09-09T21:51:45.253Z | Compiling scopeguard v1.2.0 |
1455 | 2024-09-09T21:51:45.270Z | Compiling log v0.4.21 |
1456 | 2024-09-09T21:51:45.377Z | Compiling itoa v1.0.11 |
1457 | 2024-09-09T21:51:45.591Z | Compiling cc v1.0.97 |
1458 | 2024-09-09T21:51:45.826Z | Compiling allocator-api2 v0.2.18 |
1459 | 2024-09-09T21:51:45.922Z | Compiling rand_core v0.6.4 |
1460 | 2024-09-09T21:51:45.958Z | Compiling slab v0.4.9 |
1461 | 2024-09-09T21:51:46.292Z | Compiling semver v1.0.23 |
1462 | 2024-09-09T21:51:46.292Z | Compiling pin-project-lite v0.2.14 |
1463 | 2024-09-09T21:51:46.604Z | Compiling ryu v1.0.18 |
1464 | 2024-09-09T21:51:46.836Z | Compiling equivalent v1.0.1 |
1465 | 2024-09-09T21:51:46.887Z | Compiling smallvec v1.13.2 |
1466 | 2024-09-09T21:51:46.996Z | Compiling pkg-config v0.3.30 |
1467 | 2024-09-09T21:51:47.012Z | Compiling schemars v0.8.21 |
1468 | 2024-09-09T21:51:47.183Z | Compiling vcpkg v0.2.15 |
1469 | 2024-09-09T21:51:47.378Z | Compiling spin v0.9.8 |
1470 | 2024-09-09T21:51:47.863Z | Compiling signal-hook-registry v1.4.2 |
1471 | 2024-09-09T21:51:48.239Z | Compiling subtle v2.5.0 |
1472 | 2024-09-09T21:51:48.587Z | Compiling parking_lot v0.12.2 |
1473 | 2024-09-09T21:51:48.818Z | Compiling ring v0.17.8 |
1474 | 2024-09-09T21:51:48.865Z | Compiling openssl-sys v0.9.103 |
1475 | 2024-09-09T21:51:49.420Z | Compiling mio v1.0.2 |
1476 | 2024-09-09T21:51:49.768Z | Compiling const-oid v0.9.6 |
1477 | 2024-09-09T21:51:49.884Z | Compiling socket2 v0.5.7 |
1478 | 2024-09-09T21:51:50.464Z | Compiling syn v1.0.109 |
1479 | 2024-09-09T21:51:50.830Z | Compiling heck v0.5.0 |
1480 | 2024-09-09T21:51:51.073Z | Compiling httparse v1.8.0 |
1481 | 2024-09-09T21:51:51.487Z | Compiling num-conv v0.1.0 |
1482 | 2024-09-09T21:51:51.506Z | Compiling time-core v0.1.2 |
1483 | 2024-09-09T21:51:51.547Z | Compiling futures-core v0.3.30 |
1484 | 2024-09-09T21:51:51.645Z | Compiling rustix v0.38.34 |
1485 | 2024-09-09T21:51:51.679Z | Compiling openssl v0.10.66 |
1486 | 2024-09-09T21:51:51.756Z | Compiling time-macros v0.2.18 |
1487 | 2024-09-09T21:51:51.852Z | Compiling fnv v1.0.7 |
1488 | 2024-09-09T21:51:52.096Z | Compiling crossbeam-utils v0.8.19 |
1489 | 2024-09-09T21:51:52.681Z | Compiling rustls v0.21.12 |
1490 | 2024-09-09T21:51:52.698Z | Compiling futures-sink v0.3.30 |
1491 | 2024-09-09T21:51:52.862Z | Compiling serde_derive_internals v0.29.1 |
1492 | 2024-09-09T21:51:52.986Z | Compiling iana-time-zone v0.1.60 |
1493 | 2024-09-09T21:51:53.341Z | Compiling tinyvec_macros v0.1.1 |
1494 | 2024-09-09T21:51:53.460Z | Compiling native-tls v0.2.11 |
1495 | 2024-09-09T21:51:53.671Z | Compiling tinyvec v1.6.0 |
1496 | 2024-09-09T21:51:54.234Z | Compiling ucd-trie v0.1.6 |
1497 | 2024-09-09T21:51:54.688Z | Compiling cpufeatures v0.2.12 |
1498 | 2024-09-09T21:51:54.899Z | Compiling backtrace v0.3.71 |
1499 | 2024-09-09T21:51:55.140Z | Compiling unicode-normalization v0.1.23 |
1500 | 2024-09-09T21:51:55.203Z | Compiling cookie v0.17.0 |
1501 | 2024-09-09T21:51:55.323Z | Compiling slog v2.7.0 |
1502 | 2024-09-09T21:51:55.366Z | Compiling unicode-bidi v0.3.15 |
1503 | 2024-09-09T21:51:55.814Z | Compiling futures-channel v0.3.30 |
1504 | 2024-09-09T21:51:55.971Z | Compiling aho-corasick v1.1.3 |
1505 | 2024-09-09T21:51:56.172Z | Compiling pin-utils v0.1.0 |
1506 | 2024-09-09T21:51:56.279Z | Compiling futures-io v0.3.30 |
1507 | 2024-09-09T21:51:56.295Z | Compiling regex-syntax v0.8.4 |
1508 | 2024-09-09T21:51:56.641Z | Compiling futures-task v0.3.30 |
1509 | 2024-09-09T21:51:58.097Z | Compiling dyn-clone v1.0.17 |
1510 | 2024-09-09T21:51:58.164Z | Compiling serde_derive v1.0.208 |
1511 | 2024-09-09T21:51:58.197Z | Compiling zeroize_derive v1.4.2 |
1512 | 2024-09-09T21:51:58.288Z | Compiling zerocopy-derive v0.7.34 |
1513 | 2024-09-09T21:51:59.499Z | Compiling thiserror-impl v1.0.63 |
1514 | 2024-09-09T21:51:59.649Z | Compiling tokio-macros v2.4.0 |
1515 | 2024-09-09T21:52:00.267Z | Compiling zerocopy v0.7.34 |
1516 | 2024-09-09T21:52:00.304Z | Compiling zeroize v1.7.0 |
1517 | 2024-09-09T21:52:01.113Z | Compiling futures-macro v0.3.30 |
1518 | 2024-09-09T21:52:02.372Z | Compiling hashbrown v0.14.5 |
1519 | 2024-09-09T21:52:02.628Z | Compiling crypto-common v0.1.6 |
1520 | 2024-09-09T21:52:02.653Z | Compiling tracing-attributes v0.1.27 |
1521 | 2024-09-09T21:52:02.923Z | Compiling schemars_derive v0.8.21 |
1522 | 2024-09-09T21:52:03.661Z | Compiling block-buffer v0.10.4 |
1523 | 2024-09-09T21:52:03.781Z | Compiling der_derive v0.7.2 |
1524 | 2024-09-09T21:52:03.914Z | Compiling digest v0.10.7 |
1525 | 2024-09-09T21:52:04.203Z | Compiling openssl-macros v0.1.1 |
1526 | 2024-09-09T21:52:04.827Z | Compiling scroll_derive v0.12.0 |
1527 | 2024-09-09T21:52:04.942Z | Compiling hmac v0.12.1 |
1528 | 2024-09-09T21:52:05.162Z | Compiling pest v2.7.10 |
1529 | 2024-09-09T21:52:05.794Z | Compiling block-padding v0.3.3 |
1530 | 2024-09-09T21:52:05.840Z | Compiling sha2 v0.10.8 |
1531 | 2024-09-09T21:52:06.006Z | Compiling inout v0.1.3 |
1532 | 2024-09-09T21:52:06.122Z | Compiling futures-util v0.3.30 |
1533 | 2024-09-09T21:52:06.198Z | Compiling regex-automata v0.4.6 |
1534 | 2024-09-09T21:52:06.248Z | Compiling cipher v0.4.4 |
1535 | 2024-09-09T21:52:06.416Z | Compiling anyhow v1.0.86 |
1536 | 2024-09-09T21:52:06.509Z | Compiling untrusted v0.9.0 |
1537 | 2024-09-09T21:52:06.698Z | Compiling winnow v0.5.40 |
1538 | 2024-09-09T21:52:08.079Z | Compiling pest_meta v2.7.10 |
1539 | 2024-09-09T21:52:10.555Z | Compiling pest_generator v2.7.10 |
1540 | 2024-09-09T21:52:11.995Z | Compiling bytes v1.7.1 |
1541 | 2024-09-09T21:52:12.300Z | Compiling indexmap v2.4.0 |
1542 | 2024-09-09T21:52:13.416Z | Compiling tokio v1.39.3 |
1543 | 2024-09-09T21:52:13.844Z | Compiling uuid v1.10.0 |
1544 | 2024-09-09T21:52:13.862Z | Compiling bitflags v2.6.0 |
1545 | 2024-09-09T21:52:13.889Z | Compiling serde_tokenstream v0.2.2 |
1546 | 2024-09-09T21:52:14.433Z | Compiling chrono v0.4.38 |
1547 | 2024-09-09T21:52:15.948Z | Compiling toml_datetime v0.6.8 |
1548 | 2024-09-09T21:52:16.384Z | Compiling serde_spanned v0.6.7 |
1549 | 2024-09-09T21:52:16.615Z | Compiling http v0.2.12 |
1550 | 2024-09-09T21:52:17.349Z | Compiling toml_edit v0.19.15 |
1551 | 2024-09-09T21:52:19.014Z | Compiling rustc_version v0.4.0 |
1552 | 2024-09-09T21:52:19.232Z | Compiling pest_derive v2.7.10 |
1553 | 2024-09-09T21:52:19.693Z | Compiling tracing-core v0.1.32 |
1554 | 2024-09-09T21:52:20.024Z | Compiling usdt-impl v0.5.0 |
1555 | 2024-09-09T21:52:20.422Z | Compiling base64ct v1.6.0 |
1556 | 2024-09-09T21:52:20.988Z | Compiling rustversion v1.0.17 |
1557 | 2024-09-09T21:52:21.797Z | Compiling pem-rfc7468 v0.7.0 |
1558 | 2024-09-09T21:52:21.916Z | Compiling tracing v0.1.40 |
1559 | 2024-09-09T21:52:22.078Z | Compiling heapless v0.7.17 |
1560 | 2024-09-09T21:52:22.429Z | Compiling scroll v0.12.0 |
1561 | 2024-09-09T21:52:22.738Z | Compiling percent-encoding v2.3.1 |
1562 | 2024-09-09T21:52:22.883Z | Compiling heck v0.4.1 |
1563 | 2024-09-09T21:52:23.068Z | Compiling ppv-lite86 v0.2.17 |
1564 | 2024-09-09T21:52:23.333Z | Compiling plain v0.2.3 |
1565 | 2024-09-09T21:52:23.506Z | Compiling powerfmt v0.2.0 |
1566 | 2024-09-09T21:52:23.519Z | Compiling flagset v0.4.5 |
1567 | 2024-09-09T21:52:23.733Z | Compiling der v0.7.9 |
1568 | 2024-09-09T21:52:23.834Z | Compiling deranged v0.3.11 |
1569 | 2024-09-09T21:52:24.018Z | Compiling rand_chacha v0.3.1 |
1570 | 2024-09-09T21:52:24.203Z | Compiling goblin v0.8.2 |
1571 | 2024-09-09T21:52:24.969Z | Compiling tokio-util v0.7.11 |
1572 | 2024-09-09T21:52:27.522Z | Compiling regex v1.10.6 |
1573 | 2024-09-09T21:52:27.692Z | Compiling salsa20 v0.10.2 |
1574 | 2024-09-09T21:52:27.877Z | Compiling pbkdf2 v0.12.2 |
1575 | 2024-09-09T21:52:28.139Z | Compiling pretty-hex v0.4.1 |
1576 | 2024-09-09T21:52:28.292Z | Compiling strsim v0.11.1 |
1577 | 2024-09-09T21:52:28.352Z | Compiling crc32fast v1.4.0 |
1578 | 2024-09-09T21:52:28.492Z | Compiling num_threads v0.1.7 |
1579 | 2024-09-09T21:52:28.777Z | Compiling time v0.3.36 |
1580 | 2024-09-09T21:52:29.328Z | Compiling scrypt v0.11.0 |
1581 | 2024-09-09T21:52:29.352Z | Compiling spki v0.7.3 |
1582 | 2024-09-09T21:52:29.367Z | Compiling rand v0.8.5 |
1583 | 2024-09-09T21:52:29.792Z | Compiling dtrace-parser v0.2.0 |
1584 | 2024-09-09T21:52:29.936Z | Compiling aes v0.8.4 |
1585 | 2024-09-09T21:52:30.868Z | Compiling dof v0.3.0 |
1586 | 2024-09-09T21:52:31.164Z | Compiling cbc v0.1.2 |
1587 | 2024-09-09T21:52:31.168Z | Compiling async-trait v0.1.82 |
1588 | 2024-09-09T21:52:31.455Z | Compiling thread-id v4.2.1 |
1589 | 2024-09-09T21:52:31.589Z | Compiling smoltcp v0.9.1 |
1590 | 2024-09-09T21:52:32.042Z | Compiling foreign-types-shared v0.1.1 |
1591 | 2024-09-09T21:52:32.048Z | Compiling num-bigint-dig v0.8.4 |
1592 | 2024-09-09T21:52:32.075Z | Compiling signal-hook v0.3.17 |
1593 | 2024-09-09T21:52:32.229Z | Compiling unicode-width v0.1.13 |
1594 | 2024-09-09T21:52:32.341Z | Compiling foreign-types v0.3.2 |
1595 | 2024-09-09T21:52:33.516Z | Compiling pkcs5 v0.7.1 |
1596 | 2024-09-09T21:52:33.552Z | Compiling form_urlencoded v1.2.1 |
1597 | 2024-09-09T21:52:34.296Z | Compiling errno v0.3.9 |
1598 | 2024-09-09T21:52:34.567Z | Compiling siphasher v0.3.11 |
1599 | 2024-09-09T21:52:34.801Z | Compiling try-lock v0.2.5 |
1600 | 2024-09-09T21:52:34.964Z | Compiling want v0.3.1 |
1601 | 2024-09-09T21:52:36.100Z | Compiling pkcs8 v0.10.2 |
1602 | 2024-09-09T21:52:37.182Z | Compiling sct v0.7.1 |
1603 | 2024-09-09T21:52:37.190Z | Compiling rustls-webpki v0.101.7 |
1604 | 2024-09-09T21:52:37.276Z | Compiling h2 v0.3.26 |
1605 | 2024-09-09T21:52:38.652Z | Compiling http-body v0.4.6 |
1606 | 2024-09-09T21:52:39.707Z | Compiling openapiv3 v2.0.0 |
1607 | 2024-09-09T21:52:39.945Z | Compiling hubpack_derive v0.1.1 |
1608 | 2024-09-09T21:52:40.043Z | Compiling zerocopy-derive v0.6.6 |
1609 | 2024-09-09T21:52:40.335Z | Compiling idna v0.5.0 |
1610 | 2024-09-09T21:52:41.331Z | Compiling fs-err v2.11.0 |
1611 | 2024-09-09T21:52:41.722Z | Compiling anstyle v1.0.8 |
1612 | 2024-09-09T21:52:41.946Z | Compiling tower-service v0.3.2 |
1613 | 2024-09-09T21:52:42.324Z | Compiling adler v1.0.2 |
1614 | 2024-09-09T21:52:42.337Z | Compiling utf8parse v0.2.1 |
1615 | 2024-09-09T21:52:42.507Z | Compiling stable_deref_trait v1.2.0 |
1616 | 2024-09-09T21:52:42.609Z | Compiling httpdate v1.0.3 |
1617 | 2024-09-09T21:52:42.776Z | Compiling openssl-probe v0.1.5 |
1618 | 2024-09-09T21:52:43.078Z | Compiling gimli v0.28.1 |
1619 | 2024-09-09T21:52:43.364Z | Compiling finl_unicode v1.2.0 |
1620 | 2024-09-09T21:52:46.778Z | Compiling stringprep v0.1.4 |
1621 | 2024-09-09T21:52:46.778Z | Compiling hyper v0.14.30 |
1622 | 2024-09-09T21:52:49.944Z | Compiling addr2line v0.21.0 |
1623 | 2024-09-09T21:52:50.753Z | Compiling anstyle-parse v0.2.4 |
1624 | 2024-09-09T21:52:51.100Z | Compiling miniz_oxide v0.7.2 |
1625 | 2024-09-09T21:52:52.499Z | Compiling url v2.5.2 |
1626 | 2024-09-09T21:52:56.766Z | Compiling usdt-attr-macro v0.5.0 |
1627 | 2024-09-09T21:52:57.440Z | Compiling usdt-macro v0.5.0 |
1628 | 2024-09-09T21:52:58.735Z | Compiling md-5 v0.10.6 |
1629 | 2024-09-09T21:52:58.984Z | Compiling idna v0.3.0 |
1630 | 2024-09-09T21:53:00.584Z | Compiling lazy_static v1.5.0 |
1631 | 2024-09-09T21:53:00.645Z | Compiling num-integer v0.1.46 |
1632 | 2024-09-09T21:53:01.439Z | Compiling hash32 v0.2.1 |
1633 | 2024-09-09T21:53:01.842Z | Compiling object v0.32.2 |
1634 | 2024-09-09T21:53:02.002Z | Compiling base64 v0.22.1 |
1635 | 2024-09-09T21:53:02.739Z | Compiling rustc-demangle v0.1.24 |
1636 | 2024-09-09T21:53:03.145Z | Compiling is_terminal_polyfill v1.70.0 |
1637 | 2024-09-09T21:53:03.280Z | Compiling anstyle-query v1.0.3 |
1638 | 2024-09-09T21:53:03.425Z | Compiling fallible-iterator v0.2.0 |
1639 | 2024-09-09T21:53:06.800Z | Compiling psl-types v2.0.11 |
1640 | 2024-09-09T21:53:06.860Z | Compiling colorchoice v1.0.1 |
1641 | 2024-09-09T21:53:06.860Z | Compiling anstream v0.6.14 |
1642 | 2024-09-09T21:53:06.860Z | Compiling publicsuffix v2.2.3 |
1643 | 2024-09-09T21:53:06.860Z | Compiling postgres-protocol v0.6.7 |
1644 | 2024-09-09T21:53:07.048Z | Compiling num-iter v0.1.45 |
1645 | 2024-09-09T21:53:08.485Z | Compiling tokio-rustls v0.24.1 |
1646 | 2024-09-09T21:53:08.911Z | Compiling terminal_size v0.3.0 |
1647 | 2024-09-09T21:53:10.223Z | Compiling tokio-native-tls v0.3.1 |
1648 | 2024-09-09T21:53:10.479Z | Compiling phf_shared v0.11.2 |
1649 | 2024-09-09T21:53:11.513Z | Compiling strum_macros v0.25.3 |
1650 | 2024-09-09T21:53:12.156Z | Compiling enum-as-inner v0.6.0 |
1651 | 2024-09-09T21:53:13.115Z | Compiling regress v0.9.1 |
1652 | 2024-09-09T21:53:13.186Z | Compiling serde_repr v0.1.19 |
1653 | 2024-09-09T21:53:13.330Z | Compiling clap_derive v4.5.13 |
1654 | 2024-09-09T21:53:15.286Z | Compiling ff v0.13.0 |
1655 | 2024-09-09T21:53:17.617Z | Compiling encoding_rs v0.8.34 |
1656 | 2024-09-09T21:53:17.908Z | Compiling bitflags v1.3.2 |
1657 | 2024-09-09T21:53:17.948Z | Compiling either v1.13.0 |
1658 | 2024-09-09T21:53:18.418Z | Compiling clap_lex v0.7.0 |
1659 | 2024-09-09T21:53:18.854Z | Compiling managed v0.8.0 |
1660 | 2024-09-09T21:53:18.892Z | Compiling base16ct v0.2.0 |
1661 | 2024-09-09T21:53:19.195Z | Compiling ipnet v2.9.0 |
1662 | 2024-09-09T21:53:19.398Z | Compiling adler2 v2.0.0 |
1663 | 2024-09-09T21:53:20.018Z | Compiling base64 v0.21.7 |
1664 | 2024-09-09T21:53:20.147Z | Compiling mime v0.3.17 |
1665 | 2024-09-09T21:53:20.706Z | Compiling rustls-pemfile v1.0.4 |
1666 | 2024-09-09T21:53:21.244Z | Compiling miniz_oxide v0.8.0 |
1667 | 2024-09-09T21:53:21.417Z | Compiling sec1 v0.7.3 |
1668 | 2024-09-09T21:53:21.997Z | Compiling clap_builder v4.5.15 |
1669 | 2024-09-09T21:53:22.227Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1670 | 2024-09-09T21:53:22.935Z | Compiling group v0.13.0 |
1671 | 2024-09-09T21:53:28.395Z | Compiling phf v0.11.2 |
1672 | 2024-09-09T21:53:28.725Z | Compiling hyper-tls v0.5.0 |
1673 | 2024-09-09T21:53:28.966Z | Compiling hyper-rustls v0.24.2 |
1674 | 2024-09-09T21:53:29.313Z | Compiling cookie_store v0.20.0 |
1675 | 2024-09-09T21:53:29.356Z | Compiling postgres-types v0.2.7 |
1676 | 2024-09-09T21:53:29.589Z | Compiling zerocopy v0.6.6 |
1677 | 2024-09-09T21:53:29.797Z | Compiling hubpack v0.1.2 |
1678 | 2024-09-09T21:53:30.253Z | Compiling pkcs1 v0.7.5 |
1679 | 2024-09-09T21:53:30.457Z | Compiling phf_shared v0.10.0 |
1680 | 2024-09-09T21:53:30.802Z | Compiling serde_urlencoded v0.7.1 |
1681 | 2024-09-09T21:53:30.973Z | Compiling crossbeam-epoch v0.9.18 |
1682 | 2024-09-09T21:53:31.173Z | Compiling futures-executor v0.3.30 |
1683 | 2024-09-09T21:53:31.642Z | Compiling bstr v1.9.1 |
1684 | 2024-09-09T21:53:31.890Z | Compiling hkdf v0.12.4 |
1685 | 2024-09-09T21:53:32.056Z | Compiling signature v2.2.0 |
1686 | 2024-09-09T21:53:32.121Z | Compiling crypto-bigint v0.5.5 |
1687 | 2024-09-09T21:53:32.140Z | Compiling idna v0.4.0 |
1688 | 2024-09-09T21:53:32.362Z | Compiling float-cmp v0.9.0 |
1689 | 2024-09-09T21:53:32.590Z | Compiling mio v0.8.11 |
1690 | 2024-09-09T21:53:33.139Z | Compiling memmap v0.7.0 |
1691 | 2024-09-09T21:53:33.494Z | Compiling difflib v0.4.0 |
1692 | 2024-09-09T21:53:33.534Z | Compiling predicates-core v1.0.6 |
1693 | 2024-09-09T21:53:33.865Z | Compiling unicode-segmentation v1.11.0 |
1694 | 2024-09-09T21:53:34.509Z | Compiling static_assertions v1.1.0 |
1695 | 2024-09-09T21:53:34.615Z | Compiling precomputed-hash v0.1.1 |
1696 | 2024-09-09T21:53:34.695Z | Compiling winnow v0.6.18 |
1697 | 2024-09-09T21:53:34.735Z | Compiling whoami v1.5.1 |
1698 | 2024-09-09T21:53:34.794Z | Compiling bit-vec v0.6.3 |
1699 | 2024-09-09T21:53:35.236Z | Compiling minimal-lexical v0.2.1 |
1700 | 2024-09-09T21:53:35.294Z | Compiling data-encoding v2.6.0 |
1701 | 2024-09-09T21:53:35.735Z | Compiling webpki-roots v0.25.4 |
1702 | 2024-09-09T21:53:35.797Z | Compiling sync_wrapper v0.1.2 |
1703 | 2024-09-09T21:53:35.815Z | Compiling normalize-line-endings v0.3.0 |
1704 | 2024-09-09T21:53:35.905Z | Compiling fixedbitset v0.4.2 |
1705 | 2024-09-09T21:53:35.935Z | Compiling new_debug_unreachable v1.0.6 |
1706 | 2024-09-09T21:53:35.953Z | Compiling predicates v3.1.2 |
1707 | 2024-09-09T21:53:36.033Z | Compiling string_cache v0.8.7 |
1708 | 2024-09-09T21:53:36.256Z | Compiling petgraph v0.6.5 |
1709 | 2024-09-09T21:53:36.327Z | Compiling hickory-proto v0.24.1 |
1710 | 2024-09-09T21:53:36.459Z | Compiling reqwest v0.11.27 |
1711 | 2024-09-09T21:53:36.807Z | Compiling nom v7.1.3 |
1712 | 2024-09-09T21:53:37.432Z | Compiling bit-set v0.5.3 |
1713 | 2024-09-09T21:53:37.713Z | Compiling elliptic-curve v0.13.8 |
1714 | 2024-09-09T21:53:37.747Z | Compiling tokio-postgres v0.7.11 |
1715 | 2024-09-09T21:53:38.391Z | Compiling toml_edit v0.22.20 |
1716 | 2024-09-09T21:53:38.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1717 | 2024-09-09T21:53:40.348Z | Compiling similar v2.6.0 |
1718 | 2024-09-09T21:53:40.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1719 | 2024-09-09T21:53:42.328Z | Compiling usdt v0.5.0 |
1720 | 2024-09-09T21:53:42.787Z | Compiling signal-hook-mio v0.2.4 |
1721 | 2024-09-09T21:53:42.979Z | Compiling rsa v0.9.6 |
1722 | 2024-09-09T21:53:44.455Z | Compiling futures v0.3.30 |
1723 | 2024-09-09T21:53:44.779Z | Compiling flate2 v1.0.33 |
1724 | 2024-09-09T21:53:45.363Z | Compiling clap v4.5.16 |
1725 | 2024-09-09T21:53:45.488Z | Compiling itertools v0.12.1 |
1726 | 2024-09-09T21:53:45.643Z | Compiling itertools v0.10.5 |
1727 | 2024-09-09T21:53:45.737Z | Compiling console v0.15.8 |
1728 | 2024-09-09T21:53:47.034Z | Compiling tokio-stream v0.1.15 |
1729 | 2024-09-09T21:53:47.502Z | Compiling toml v0.7.8 |
1730 | 2024-09-09T21:53:47.724Z | Compiling hex v0.4.3 |
1731 | 2024-09-09T21:53:48.350Z | Compiling sha1 v0.10.6 |
1732 | 2024-09-09T21:53:48.774Z | Compiling unicode-xid v0.2.4 |
1733 | 2024-09-09T21:53:48.776Z | Compiling lalrpop-util v0.19.12 |
1734 | 2024-09-09T21:53:49.028Z | Compiling peg-runtime v0.8.3 |
1735 | 2024-09-09T21:53:49.125Z | Compiling camino v1.1.9 |
1736 | 2024-09-09T21:53:49.527Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1737 | 2024-09-09T21:53:49.795Z | Compiling proc-macro-crate v1.3.1 |
1738 | 2024-09-09T21:53:50.096Z | Compiling heapless v0.8.0 |
1739 | 2024-09-09T21:53:50.651Z | Compiling num_enum_derive v0.5.11 |
1740 | 2024-09-09T21:53:52.991Z | Compiling ipnetwork v0.20.0 |
1741 | 2024-09-09T21:53:56.027Z | Compiling hash32 v0.3.1 |
1742 | 2024-09-09T21:53:57.960Z | Compiling smoltcp v0.11.0 |
1743 | 2024-09-09T21:53:58.293Z | Compiling ident_case v1.0.1 |
1744 | 2024-09-09T21:53:58.502Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1745 | 2024-09-09T21:53:58.874Z | Compiling rustls-pki-types v1.7.0 |
1746 | 2024-09-09T21:54:01.096Z | Compiling darling_core v0.20.9 |
1747 | 2024-09-09T21:54:07.347Z | Compiling num_enum v0.5.11 |
1748 | 2024-09-09T21:54:07.534Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1749 | 2024-09-09T21:54:07.917Z | Compiling getopts v0.2.21 |
1750 | 2024-09-09T21:54:08.989Z | Compiling dirs-sys-next v0.1.2 |
1751 | 2024-09-09T21:54:09.230Z | Compiling proc-macro-error-attr v1.0.4 |
1752 | 2024-09-09T21:54:10.295Z | Compiling unsafe-libyaml v0.2.11 |
1753 | 2024-09-09T21:54:12.003Z | Compiling embedded-io v0.4.0 |
1754 | 2024-09-09T21:54:12.149Z | Compiling rustls v0.22.4 |
1755 | 2024-09-09T21:54:12.245Z | Compiling paste v1.0.15 |
1756 | 2024-09-09T21:54:12.623Z | Compiling cobs v0.2.3 |
1757 | 2024-09-09T21:54:12.743Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-09-09T21:54:12.912Z | Compiling postcard v1.0.8 |
1759 | 2024-09-09T21:54:13.166Z | Compiling serde_yaml v0.9.34+deprecated |
1760 | 2024-09-09T21:54:14.191Z | Compiling dirs-next v2.0.0 |
1761 | 2024-09-09T21:54:15.488Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-09-09T21:54:21.533Z | Compiling darling_macro v0.20.9 |
1763 | 2024-09-09T21:54:23.606Z | Compiling rustls-webpki v0.102.4 |
1764 | 2024-09-09T21:54:31.621Z | Compiling strum_macros v0.26.4 |
1765 | 2024-09-09T21:54:32.125Z | Compiling foreign-types-macros v0.2.3 |
1766 | 2024-09-09T21:54:32.465Z | Compiling structmeta-derive v0.3.0 |
1767 | 2024-09-09T21:54:33.665Z | Compiling thread_local v1.1.8 |
1768 | 2024-09-09T21:54:35.143Z | Compiling multer v3.1.0 |
1769 | 2024-09-09T21:54:35.472Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1770 | 2024-09-09T21:54:35.799Z | Compiling proc-macro-error v1.0.4 |
1771 | 2024-09-09T21:54:36.136Z | Compiling match_cfg v0.1.0 |
1772 | 2024-09-09T21:54:36.375Z | Compiling foreign-types-shared v0.3.1 |
1773 | 2024-09-09T21:54:36.377Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1774 | 2024-09-09T21:54:36.644Z | Compiling slog-async v2.8.0 |
1775 | 2024-09-09T21:54:37.241Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1776 | 2024-09-09T21:54:43.884Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1777 | 2024-09-09T21:54:44.723Z | Compiling foreign-types v0.5.0 |
1778 | 2024-09-09T21:54:45.375Z | Compiling hostname v0.3.1 |
1779 | 2024-09-09T21:54:45.649Z | Compiling strum v0.26.3 |
1780 | 2024-09-09T21:54:46.028Z | Compiling structmeta v0.3.0 |
1781 | 2024-09-09T21:54:48.078Z | Compiling darling v0.20.9 |
1782 | 2024-09-09T21:54:48.208Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1783 | 2024-09-09T21:54:50.893Z | Compiling term v0.7.0 |
1784 | 2024-09-09T21:54:53.169Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1785 | 2024-09-09T21:54:54.692Z | Compiling slog-json v2.6.1 |
1786 | 2024-09-09T21:54:55.152Z | Compiling tabwriter v1.4.0 |
1787 | 2024-09-09T21:54:55.276Z | Compiling crossbeam-channel v0.5.12 |
1788 | 2024-09-09T21:54:56.895Z | Compiling http v1.1.0 |
1789 | 2024-09-09T21:54:57.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1790 | 2024-09-09T21:54:57.362Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-09-09T21:54:58.043Z | Compiling async-stream-impl v0.3.5 |
1792 | 2024-09-09T21:54:58.250Z | Compiling is-terminal v0.4.12 |
1793 | 2024-09-09T21:54:58.397Z | Compiling cstr-argument v0.1.2 |
1794 | 2024-09-09T21:54:58.675Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1795 | 2024-09-09T21:54:59.347Z | Compiling pretty-hex v0.2.1 |
1796 | 2024-09-09T21:54:59.575Z | Compiling take_mut v0.2.2 |
1797 | 2024-09-09T21:54:59.751Z | Compiling atomic-waker v1.1.2 |
1798 | 2024-09-09T21:55:00.042Z | Compiling rayon-core v1.12.1 |
1799 | 2024-09-09T21:55:00.348Z | Compiling fastrand v2.1.0 |
1800 | 2024-09-09T21:55:00.434Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1801 | 2024-09-09T21:55:00.757Z | Compiling crucible-workspace-hack v0.1.0 |
1802 | 2024-09-09T21:55:01.057Z | Compiling tempfile v3.10.1 |
1803 | 2024-09-09T21:55:01.256Z | Compiling waitgroup v0.1.2 |
1804 | 2024-09-09T21:55:01.656Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2024-09-09T21:55:02.059Z | Compiling async-stream v0.3.5 |
1806 | 2024-09-09T21:55:02.730Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-09-09T21:55:03.452Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1808 | 2024-09-09T21:55:03.489Z | Compiling slog-term v2.9.1 |
1809 | 2024-09-09T21:55:03.880Z | Compiling slog-bunyan v2.5.0 |
1810 | 2024-09-09T21:55:04.167Z | Compiling tokio-rustls v0.25.0 |
1811 | 2024-09-09T21:55:04.475Z | Compiling serde_with_macros v3.9.0 |
1812 | 2024-09-09T21:55:04.633Z | Compiling parse-display-derive v0.10.0 |
1813 | 2024-09-09T21:55:04.660Z | Compiling toml v0.8.19 |
1814 | 2024-09-09T21:55:05.138Z | Compiling rustls-pemfile v2.1.3 |
1815 | 2024-09-09T21:55:05.872Z | Compiling crossbeam-deque v0.8.5 |
1816 | 2024-09-09T21:55:06.138Z | Compiling colored v2.1.0 |
1817 | 2024-09-09T21:55:06.273Z | Compiling newtype-uuid v1.1.0 |
1818 | 2024-09-09T21:55:06.510Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1819 | 2024-09-09T21:55:06.635Z | Compiling serde_path_to_error v0.1.16 |
1820 | 2024-09-09T21:55:07.092Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1821 | 2024-09-09T21:55:07.475Z | Compiling socket2 v0.4.10 |
1822 | 2024-09-09T21:55:07.677Z | Compiling hostname v0.4.0 |
1823 | 2024-09-09T21:55:07.841Z | Compiling instant v0.1.12 |
1824 | 2024-09-09T21:55:07.974Z | Compiling debug-ignore v1.0.5 |
1825 | 2024-09-09T21:55:08.016Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1826 | 2024-09-09T21:55:08.126Z | Compiling backoff v0.4.0 |
1827 | 2024-09-09T21:55:08.408Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1828 | 2024-09-09T21:55:08.495Z | Compiling parse-display v0.10.0 |
1829 | 2024-09-09T21:55:08.965Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1830 | 2024-09-09T21:55:09.194Z | Compiling serde_with v3.9.0 |
1831 | 2024-09-09T21:55:10.470Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1832 | 2024-09-09T21:55:11.436Z | Compiling zone_cfg_derive v0.3.0 |
1833 | 2024-09-09T21:55:11.685Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1834 | 2024-09-09T21:55:12.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1835 | 2024-09-09T21:55:12.867Z | Compiling camino-tempfile v1.1.1 |
1836 | 2024-09-09T21:55:13.677Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1837 | 2024-09-09T21:55:13.804Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1838 | 2024-09-09T21:55:13.994Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1839 | 2024-09-09T21:55:14.182Z | Compiling macaddr v1.0.1 |
1840 | 2024-09-09T21:55:14.588Z | Compiling num-derive v0.4.2 |
1841 | 2024-09-09T21:55:14.826Z | Compiling sigpipe v0.1.3 |
1842 | 2024-09-09T21:55:14.976Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1843 | 2024-09-09T21:55:15.299Z | Compiling libefi-sys v0.1.0 |
1844 | 2024-09-09T21:55:15.690Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-09-09T21:55:16.958Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1846 | 2024-09-09T21:55:17.016Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-09-09T21:55:17.279Z | Compiling zone v0.3.0 |
1848 | 2024-09-09T21:55:17.589Z | Compiling rayon v1.10.0 |
1849 | 2024-09-09T21:55:17.619Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-09-09T21:55:18.509Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1851 | 2024-09-09T21:55:19.034Z | Compiling smf v0.2.3 |
1852 | 2024-09-09T21:55:20.681Z | Compiling bitfield-struct v0.6.1 |
1853 | 2024-09-09T21:55:21.489Z | Compiling ring v0.16.20 |
1854 | 2024-09-09T21:55:21.613Z | Compiling blake3 v1.5.1 |
1855 | 2024-09-09T21:55:22.073Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1856 | 2024-09-09T21:55:22.261Z | Compiling portable-atomic v1.6.0 |
1857 | 2024-09-09T21:55:23.229Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1858 | 2024-09-09T21:55:23.484Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1859 | 2024-09-09T21:55:23.923Z | Compiling xattr v1.3.1 |
1860 | 2024-09-09T21:55:24.045Z | Compiling filetime v0.2.25 |
1861 | 2024-09-09T21:55:24.246Z | Compiling memmap2 v0.9.4 |
1862 | 2024-09-09T21:55:24.421Z | Compiling arrayref v0.3.7 |
1863 | 2024-09-09T21:55:24.539Z | Compiling spin v0.5.2 |
1864 | 2024-09-09T21:55:24.634Z | Compiling arrayvec v0.7.4 |
1865 | 2024-09-09T21:55:24.815Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1866 | 2024-09-09T21:55:24.835Z | Compiling constant_time_eq v0.3.0 |
1867 | 2024-09-09T21:55:24.960Z | Compiling untrusted v0.7.1 |
1868 | 2024-09-09T21:55:25.017Z | Compiling same-file v1.0.6 |
1869 | 2024-09-09T21:55:25.163Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1870 | 2024-09-09T21:55:25.165Z | Compiling tar v0.4.41 |
1871 | 2024-09-09T21:55:25.290Z | Compiling walkdir v2.5.0 |
1872 | 2024-09-09T21:55:26.704Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1873 | 2024-09-09T21:55:27.707Z | Compiling gethostname v0.5.0 |
1874 | 2024-09-09T21:55:27.861Z | Compiling cargo-platform v0.1.8 |
1875 | 2024-09-09T21:55:27.922Z | Compiling topological-sort v0.2.2 |
1876 | 2024-09-09T21:55:28.204Z | Compiling number_prefix v0.4.0 |
1877 | 2024-09-09T21:55:28.469Z | Compiling indicatif v0.17.8 |
1878 | 2024-09-09T21:55:28.974Z | Compiling cargo_metadata v0.18.1 |
1879 | 2024-09-09T21:55:30.867Z | Compiling omicron-zone-package v0.11.0 |
1880 | 2024-09-09T21:55:36.402Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1881 | 2024-09-09T21:55:38.184Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1882 | 2024-09-09T21:55:42.488Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1883 | 2024-09-09T21:55:58.910Z | Finished `release` profile [optimized] target(s) in 4m 16s |
1884 | 2024-09-09T21:55:58.982Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1885 | 2024-09-09T21:55:59.027Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1886 | 2024-09-09T21:55:59.030Z | Created new build target 'test' and set it as active |
1887 | 2024-09-09T21:55:59.030Z | |
1888 | 2024-09-09T21:55:59.030Z | real 4:17.169015076 |
1889 | 2024-09-09T21:55:59.030Z | user 29:03.291597097 |
1890 | 2024-09-09T21:55:59.030Z | sys 3:40.381266460 |
1891 | 2024-09-09T21:55:59.030Z | trap 0.839737825 |
1892 | 2024-09-09T21:55:59.030Z | tflt 2.988572987 |
1893 | 2024-09-09T21:55:59.030Z | dflt 0.682937355 |
1894 | 2024-09-09T21:55:59.030Z | kflt 0.008986928 |
1895 | 2024-09-09T21:55:59.030Z | lock 1:04:16.918344446 |
1896 | 2024-09-09T21:55:59.030Z | slp 1:51:40.524229931 |
1897 | 2024-09-09T21:55:59.030Z | lat 1:57.115210148 |
1898 | 2024-09-09T21:55:59.030Z | stop 3:37.044560701 |
1899 | 2024-09-09T21:55:59.032Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1900 | 2024-09-09T21:56:00.040Z | Finished `release` profile [optimized] target(s) in 0.96s |
1901 | 2024-09-09T21:56:00.094Z | Running `target/release/omicron-package -t test package` |
1902 | 2024-09-09T21:56:00.136Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1903 | 2024-09-09T21:56:01.282Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1904 | 2024-09-09T21:56:01.282Z | Compiling convert_case v0.4.0 |
1905 | 2024-09-09T21:56:01.284Z | Compiling camino v1.1.9 |
1906 | 2024-09-09T21:56:01.284Z | Compiling newline-converter v0.3.0 |
1907 | 2024-09-09T21:56:01.284Z | Compiling password-hash v0.5.0 |
1908 | 2024-09-09T21:56:01.284Z | Compiling blake2 v0.10.6 |
1909 | 2024-09-09T21:56:01.284Z | Compiling cancel-safe-futures v0.1.5 |
1910 | 2024-09-09T21:56:01.407Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1911 | 2024-09-09T21:56:01.603Z | Compiling expectorate v1.1.0 |
1912 | 2024-09-09T21:56:01.623Z | Compiling derive-where v1.2.7 |
1913 | 2024-09-09T21:56:01.808Z | Compiling libsw v3.3.1 |
1914 | 2024-09-09T21:56:02.153Z | Compiling argon2 v0.5.3 |
1915 | 2024-09-09T21:56:02.232Z | Compiling derive_more v0.99.18 |
1916 | 2024-09-09T21:56:02.388Z | Compiling indent_write v2.2.0 |
1917 | 2024-09-09T21:56:02.543Z | Compiling swrite v0.1.0 |
1918 | 2024-09-09T21:56:02.599Z | Compiling owo-colors v4.0.0 |
1919 | 2024-09-09T21:56:02.617Z | Compiling linear-map v1.2.0 |
1920 | 2024-09-09T21:56:02.678Z | Compiling humantime v2.1.0 |
1921 | 2024-09-09T21:56:02.901Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1922 | 2024-09-09T21:56:03.014Z | Compiling toml v0.8.19 |
1923 | 2024-09-09T21:56:03.503Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1924 | 2024-09-09T21:56:03.550Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1925 | 2024-09-09T21:56:03.582Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1926 | 2024-09-09T21:56:03.996Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1927 | 2024-09-09T21:56:04.236Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1928 | 2024-09-09T21:56:04.589Z | Compiling num-rational v0.4.2 |
1929 | 2024-09-09T21:56:04.608Z | Compiling num-complex v0.4.6 |
1930 | 2024-09-09T21:56:04.761Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1931 | 2024-09-09T21:56:05.412Z | Compiling dirs-sys-next v0.1.2 |
1932 | 2024-09-09T21:56:05.914Z | Compiling num v0.4.3 |
1933 | 2024-09-09T21:56:05.939Z | Compiling dirs-next v2.0.0 |
1934 | 2024-09-09T21:56:06.042Z | Compiling float-ord v0.3.2 |
1935 | 2024-09-09T21:56:06.132Z | Compiling term v0.7.0 |
1936 | 2024-09-09T21:56:06.213Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1937 | 2024-09-09T21:56:07.082Z | Compiling utf-8 v0.7.6 |
1938 | 2024-09-09T21:56:07.432Z | Compiling semver v0.1.20 |
1939 | 2024-09-09T21:56:07.456Z | Compiling prettyplease v0.2.20 |
1940 | 2024-09-09T21:56:07.793Z | Compiling rustc_version v0.1.7 |
1941 | 2024-09-09T21:56:08.012Z | Compiling is-terminal v0.4.12 |
1942 | 2024-09-09T21:56:08.146Z | Compiling cookie v0.18.1 |
1943 | 2024-09-09T21:56:08.230Z | Compiling newtype_derive v0.1.6 |
1944 | 2024-09-09T21:56:08.492Z | Compiling highway v1.2.0 |
1945 | 2024-09-09T21:56:08.856Z | Compiling linked-hash-map v0.5.6 |
1946 | 2024-09-09T21:56:08.882Z | Compiling rustls-pki-types v1.7.0 |
1947 | 2024-09-09T21:56:09.291Z | Compiling lru-cache v0.1.2 |
1948 | 2024-09-09T21:56:09.666Z | Compiling steno v0.4.1 |
1949 | 2024-09-09T21:56:09.806Z | Compiling quick-error v1.2.3 |
1950 | 2024-09-09T21:56:09.943Z | Compiling home v0.5.9 |
1951 | 2024-09-09T21:56:09.970Z | Compiling resolv-conf v0.7.0 |
1952 | 2024-09-09T21:56:10.190Z | Compiling rustls-webpki v0.102.4 |
1953 | 2024-09-09T21:56:10.808Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1954 | 2024-09-09T21:56:12.056Z | Compiling rustls v0.22.4 |
1955 | 2024-09-09T21:56:12.087Z | Compiling thread_local v1.1.8 |
1956 | 2024-09-09T21:56:12.348Z | Compiling match_cfg v0.1.0 |
1957 | 2024-09-09T21:56:12.458Z | Compiling hostname v0.3.1 |
1958 | 2024-09-09T21:56:12.587Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1959 | 2024-09-09T21:56:13.091Z | Compiling hickory-resolver v0.24.1 |
1960 | 2024-09-09T21:56:14.288Z | Compiling multer v3.1.0 |
1961 | 2024-09-09T21:56:14.363Z | Compiling slog-async v2.8.0 |
1962 | 2024-09-09T21:56:14.437Z | Compiling slog-json v2.6.1 |
1963 | 2024-09-09T21:56:14.804Z | Compiling crossbeam-channel v0.5.12 |
1964 | 2024-09-09T21:56:15.833Z | Compiling http v1.1.0 |
1965 | 2024-09-09T21:56:18.201Z | Compiling atomic-waker v1.1.2 |
1966 | 2024-09-09T21:56:18.235Z | Compiling take_mut v0.2.2 |
1967 | 2024-09-09T21:56:18.436Z | Compiling waitgroup v0.1.2 |
1968 | 2024-09-09T21:56:19.497Z | Compiling tokio-rustls v0.25.0 |
1969 | 2024-09-09T21:56:19.615Z | Compiling slog-bunyan v2.5.0 |
1970 | 2024-09-09T21:56:19.841Z | Compiling slog-term v2.9.1 |
1971 | 2024-09-09T21:56:19.927Z | Compiling rustls-pemfile v2.1.3 |
1972 | 2024-09-09T21:56:20.368Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1973 | 2024-09-09T21:56:20.444Z | Compiling async-stream v0.3.5 |
1974 | 2024-09-09T21:56:20.754Z | Compiling newtype-uuid v1.1.0 |
1975 | 2024-09-09T21:56:20.980Z | Compiling ipnetwork v0.20.0 |
1976 | 2024-09-09T21:56:21.065Z | Compiling serde_path_to_error v0.1.16 |
1977 | 2024-09-09T21:56:21.569Z | Compiling hostname v0.4.0 |
1978 | 2024-09-09T21:56:21.772Z | Compiling instant v0.1.12 |
1979 | 2024-09-09T21:56:21.811Z | Compiling debug-ignore v1.0.5 |
1980 | 2024-09-09T21:56:21.884Z | Compiling backoff v0.4.0 |
1981 | 2024-09-09T21:56:21.925Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1982 | 2024-09-09T21:56:22.258Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1983 | 2024-09-09T21:56:22.615Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1984 | 2024-09-09T21:56:22.630Z | Compiling parse-display v0.10.0 |
1985 | 2024-09-09T21:56:23.178Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1986 | 2024-09-09T21:56:23.377Z | Compiling serde_with v3.9.0 |
1987 | 2024-09-09T21:56:26.398Z | Compiling strum v0.26.3 |
1988 | 2024-09-09T21:56:26.600Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1989 | 2024-09-09T21:56:28.395Z | Compiling macaddr v1.0.1 |
1990 | 2024-09-09T21:56:28.470Z | Compiling slog-dtrace v0.3.0 |
1991 | 2024-09-09T21:56:28.842Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1992 | 2024-09-09T21:56:30.196Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1993 | 2024-09-09T21:56:30.753Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1994 | 2024-09-09T21:56:31.389Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1995 | 2024-09-09T21:56:31.658Z | Compiling half v2.4.1 |
1996 | 2024-09-09T21:56:31.847Z | Compiling ciborium-io v0.2.2 |
1997 | 2024-09-09T21:56:31.998Z | Compiling tungstenite v0.21.0 |
1998 | 2024-09-09T21:56:32.387Z | Compiling ciborium-ll v0.2.2 |
1999 | 2024-09-09T21:56:32.921Z | Compiling ciborium v0.2.2 |
2000 | 2024-09-09T21:56:35.131Z | Compiling tokio-tungstenite v0.21.0 |
2001 | 2024-09-09T21:56:35.597Z | Compiling rayon-core v1.12.1 |
2002 | 2024-09-09T21:56:35.626Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2003 | 2024-09-09T21:56:35.767Z | Compiling crossbeam-deque v0.8.5 |
2004 | 2024-09-09T21:56:36.137Z | Compiling display-error-chain v0.2.1 |
2005 | 2024-09-09T21:56:36.339Z | Compiling termcolor v1.4.1 |
2006 | 2024-09-09T21:56:37.231Z | Compiling fastrand v2.1.0 |
2007 | 2024-09-09T21:56:37.425Z | Compiling same-file v1.0.6 |
2008 | 2024-09-09T21:56:37.680Z | Compiling walkdir v2.5.0 |
2009 | 2024-09-09T21:56:37.752Z | Compiling tempfile v3.10.1 |
2010 | 2024-09-09T21:56:38.497Z | Compiling ring v0.16.20 |
2011 | 2024-09-09T21:56:39.916Z | Compiling rayon v1.10.0 |
2012 | 2024-09-09T21:56:41.862Z | Compiling blake3 v1.5.1 |
2013 | 2024-09-09T21:56:42.508Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2014 | 2024-09-09T21:56:44.703Z | Compiling xattr v1.3.1 |
2015 | 2024-09-09T21:56:44.981Z | Compiling filetime v0.2.25 |
2016 | 2024-09-09T21:56:45.718Z | Compiling memmap2 v0.9.4 |
2017 | 2024-09-09T21:56:46.136Z | Compiling arrayvec v0.7.4 |
2018 | 2024-09-09T21:56:46.156Z | Compiling arrayref v0.3.7 |
2019 | 2024-09-09T21:56:46.266Z | Compiling untrusted v0.7.1 |
2020 | 2024-09-09T21:56:46.480Z | Compiling spin v0.5.2 |
2021 | 2024-09-09T21:56:46.543Z | Compiling constant_time_eq v0.3.0 |
2022 | 2024-09-09T21:56:47.838Z | Compiling tar v0.4.41 |
2023 | 2024-09-09T21:56:48.306Z | Compiling camino-tempfile v1.1.1 |
2024 | 2024-09-09T21:56:48.757Z | Compiling toolchain_find v0.4.0 |
2025 | 2024-09-09T21:56:48.886Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2026 | 2024-09-09T21:56:49.323Z | Compiling nibble_vec v0.1.0 |
2027 | 2024-09-09T21:56:49.571Z | Compiling atty v0.2.14 |
2028 | 2024-09-09T21:56:49.736Z | Compiling maplit v1.0.2 |
2029 | 2024-09-09T21:56:49.754Z | Compiling crunchy v0.2.2 |
2030 | 2024-09-09T21:56:49.871Z | Compiling glob v0.3.1 |
2031 | 2024-09-09T21:56:49.952Z | Compiling endian-type v0.1.2 |
2032 | 2024-09-09T21:56:50.210Z | Compiling topological-sort v0.2.2 |
2033 | 2024-09-09T21:56:50.229Z | Compiling radium v0.7.0 |
2034 | 2024-09-09T21:56:50.435Z | Compiling omicron-zone-package v0.11.0 |
2035 | 2024-09-09T21:56:50.687Z | Compiling clang-sys v1.7.0 |
2036 | 2024-09-09T21:56:50.740Z | Compiling radix_trie v0.2.1 |
2037 | 2024-09-09T21:56:51.377Z | Compiling rustfmt-wrapper v0.2.1 |
2038 | 2024-09-09T21:56:51.396Z | Compiling tap v1.0.1 |
2039 | 2024-09-09T21:56:51.595Z | Compiling tiny-keccak v2.0.2 |
2040 | 2024-09-09T21:56:51.625Z | Compiling maybe-uninit v2.0.0 |
2041 | 2024-09-09T21:56:51.931Z | Compiling wyz v0.5.1 |
2042 | 2024-09-09T21:56:52.195Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2043 | 2024-09-09T21:56:52.397Z | Compiling dsl_auto_type v0.1.2 |
2044 | 2024-09-09T21:56:52.483Z | Compiling itertools v0.13.0 |
2045 | 2024-09-09T21:56:52.701Z | Compiling curve25519-dalek v4.1.3 |
2046 | 2024-09-09T21:56:53.138Z | Compiling scheduled-thread-pool v0.2.7 |
2047 | 2024-09-09T21:56:53.315Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2048 | 2024-09-09T21:56:53.803Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2049 | 2024-09-09T21:56:53.880Z | Compiling diesel_table_macro_syntax v0.2.0 |
2050 | 2024-09-09T21:56:54.301Z | Compiling funty v2.0.0 |
2051 | 2024-09-09T21:56:54.321Z | Compiling keccak v0.1.5 |
2052 | 2024-09-09T21:56:54.504Z | Compiling crc-catalog v2.4.0 |
2053 | 2024-09-09T21:56:54.668Z | Compiling arc-swap v1.7.1 |
2054 | 2024-09-09T21:56:55.355Z | Compiling packed_struct v0.10.1 |
2055 | 2024-09-09T21:56:55.357Z | Compiling slog-scope v4.4.0 |
2056 | 2024-09-09T21:56:55.640Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2057 | 2024-09-09T21:56:55.821Z | Compiling bitvec v1.0.1 |
2058 | 2024-09-09T21:56:56.179Z | Compiling sha3 v0.10.8 |
2059 | 2024-09-09T21:56:56.220Z | Compiling crc v3.2.1 |
2060 | 2024-09-09T21:56:57.042Z | Compiling diesel_derives v2.2.2 |
2061 | 2024-09-09T21:56:58.218Z | Compiling r2d2 v0.8.10 |
2062 | 2024-09-09T21:56:59.404Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2063 | 2024-09-09T21:57:00.323Z | Compiling ascii-canvas v3.0.0 |
2064 | 2024-09-09T21:57:00.838Z | Compiling universal-hash v0.5.1 |
2065 | 2024-09-09T21:57:01.085Z | Compiling secrecy v0.8.0 |
2066 | 2024-09-09T21:57:01.378Z | Compiling thiserror-impl-no-std v2.0.2 |
2067 | 2024-09-09T21:57:03.322Z | Compiling packed_struct_codegen v0.10.1 |
2068 | 2024-09-09T21:57:03.985Z | Compiling ena v0.14.3 |
2069 | 2024-09-09T21:57:04.422Z | Compiling curve25519-dalek-derive v0.1.1 |
2070 | 2024-09-09T21:57:05.791Z | Compiling libloading v0.8.3 |
2071 | 2024-09-09T21:57:05.862Z | Compiling indexmap v1.9.3 |
2072 | 2024-09-09T21:57:06.186Z | Compiling regex-syntax v0.6.29 |
2073 | 2024-09-09T21:57:06.204Z | Compiling nodrop v0.1.14 |
2074 | 2024-09-09T21:57:06.339Z | Compiling opaque-debug v0.3.1 |
2075 | 2024-09-09T21:57:06.452Z | Compiling diff v0.1.13 |
2076 | 2024-09-09T21:57:06.998Z | Compiling bindgen v0.69.4 |
2077 | 2024-09-09T21:57:07.496Z | Compiling poly1305 v0.8.0 |
2078 | 2024-09-09T21:57:08.495Z | Compiling diesel v2.2.3 |
2079 | 2024-09-09T21:57:08.916Z | Compiling array-init v0.0.4 |
2080 | 2024-09-09T21:57:10.266Z | Compiling lalrpop v0.19.12 |
2081 | 2024-09-09T21:57:22.172Z | Compiling thiserror-no-std v2.0.2 |
2082 | 2024-09-09T21:57:22.498Z | Compiling smallvec v0.6.14 |
2083 | 2024-09-09T21:57:22.788Z | Compiling slog-stdlog v4.1.1 |
2084 | 2024-09-09T21:57:23.011Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2085 | 2024-09-09T21:57:23.612Z | Compiling which v4.4.2 |
2086 | 2024-09-09T21:57:24.176Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2087 | 2024-09-09T21:57:24.239Z | Compiling chacha20 v0.9.1 |
2088 | 2024-09-09T21:57:24.508Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2089 | 2024-09-09T21:57:24.683Z | Compiling cexpr v0.6.0 |
2090 | 2024-09-09T21:57:24.722Z | Compiling aead v0.5.2 |
2091 | 2024-09-09T21:57:24.725Z | Compiling hashbrown v0.12.3 |
2092 | 2024-09-09T21:57:25.091Z | Compiling ref-cast v1.0.23 |
2093 | 2024-09-09T21:57:25.594Z | Compiling rustc-hash v1.1.0 |
2094 | 2024-09-09T21:57:25.770Z | Compiling bitfield v0.14.0 |
2095 | 2024-09-09T21:57:26.072Z | Compiling lazycell v1.3.0 |
2096 | 2024-09-09T21:57:26.092Z | Compiling shlex v1.3.0 |
2097 | 2024-09-09T21:57:26.244Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2098 | 2024-09-09T21:57:27.436Z | Compiling chacha20poly1305 v0.10.1 |
2099 | 2024-09-09T21:57:27.703Z | Compiling vsss-rs v3.3.4 |
2100 | 2024-09-09T21:57:29.185Z | Compiling serde-hex v0.1.0 |
2101 | 2024-09-09T21:57:32.339Z | Compiling slog-envlogger v2.2.0 |
2102 | 2024-09-09T21:57:34.322Z | Compiling bzip2 v0.4.4 |
2103 | 2024-09-09T21:57:34.807Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2104 | 2024-09-09T21:57:34.903Z | Compiling env_logger v0.10.2 |
2105 | 2024-09-09T21:57:35.146Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2106 | 2024-09-09T21:57:35.473Z | Compiling derive_builder_core v0.20.0 |
2107 | 2024-09-09T21:57:36.453Z | Compiling polar-core v0.27.3 |
2108 | 2024-09-09T21:57:37.692Z | Compiling x509-cert v0.2.5 |
2109 | 2024-09-09T21:57:37.769Z | Compiling ron v0.8.1 |
2110 | 2024-09-09T21:57:37.789Z | Compiling headers-core v0.2.0 |
2111 | 2024-09-09T21:57:37.978Z | Compiling hashbrown v0.13.2 |
2112 | 2024-09-09T21:57:39.427Z | Compiling fxhash v0.2.1 |
2113 | 2024-09-09T21:57:39.675Z | Compiling libxml v0.3.3 |
2114 | 2024-09-09T21:57:40.062Z | Compiling ref-cast-impl v1.0.23 |
2115 | 2024-09-09T21:57:40.324Z | Compiling crc-any v2.5.0 |
2116 | 2024-09-09T21:57:41.279Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2117 | 2024-09-09T21:57:41.356Z | Compiling samael v0.0.15 |
2118 | 2024-09-09T21:57:43.049Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2119 | 2024-09-09T21:57:43.756Z | Compiling object v0.30.4 |
2120 | 2024-09-09T21:57:44.114Z | Compiling headers v0.3.9 |
2121 | 2024-09-09T21:57:45.745Z | Compiling derive_builder_macro v0.20.0 |
2122 | 2024-09-09T21:57:46.659Z | Compiling zip v0.6.6 |
2123 | 2024-09-09T21:57:49.086Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2124 | 2024-09-09T21:57:49.314Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2125 | 2024-09-09T21:57:49.639Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2126 | 2024-09-09T21:57:52.204Z | Compiling strum_macros v0.24.3 |
2127 | 2024-09-09T21:57:54.566Z | Compiling kstat-rs v0.2.4 |
2128 | 2024-09-09T21:57:55.494Z | Compiling async-recursion v1.1.1 |
2129 | 2024-09-09T21:57:55.546Z | Compiling unicase v2.7.0 |
2130 | 2024-09-09T21:57:55.865Z | Compiling dropshot v0.10.1 |
2131 | 2024-09-09T21:57:56.197Z | Compiling path-slash v0.1.5 |
2132 | 2024-09-09T21:57:56.445Z | Compiling indoc v1.0.9 |
2133 | 2024-09-09T21:57:56.487Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2134 | 2024-09-09T21:57:56.594Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2024-09-09T21:57:58.360Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2136 | 2024-09-09T21:57:58.975Z | Compiling derive_builder v0.20.0 |
2137 | 2024-09-09T21:58:03.919Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2138 | 2024-09-09T21:58:07.247Z | Compiling tungstenite v0.23.0 |
2139 | 2024-09-09T21:58:08.854Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2140 | 2024-09-09T21:58:09.185Z | Compiling crossterm v0.28.1 |
2141 | 2024-09-09T21:58:11.950Z | Compiling pem v3.0.4 |
2142 | 2024-09-09T21:58:12.415Z | Compiling impl-trait-for-tuples v0.2.2 |
2143 | 2024-09-09T21:58:13.022Z | Compiling oso-derive v0.27.3 |
2144 | 2024-09-09T21:58:13.482Z | Compiling dropshot_endpoint v0.10.1 |
2145 | 2024-09-09T21:58:14.036Z | Compiling libz-sys v1.1.16 |
2146 | 2024-09-09T21:58:14.717Z | Compiling quick-xml v0.31.0 |
2147 | 2024-09-09T21:58:15.500Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2148 | 2024-09-09T21:58:15.856Z | Compiling cfg_aliases v0.1.1 |
2149 | 2024-09-09T21:58:15.979Z | Compiling parking_lot_core v0.8.6 |
2150 | 2024-09-09T21:58:16.495Z | Compiling nix v0.28.0 |
2151 | 2024-09-09T21:58:17.545Z | Compiling tokio-tungstenite v0.23.1 |
2152 | 2024-09-09T21:58:18.171Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2153 | 2024-09-09T21:58:19.413Z | Compiling oso v0.27.3 |
2154 | 2024-09-09T21:58:19.823Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2155 | 2024-09-09T21:58:25.380Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2156 | 2024-09-09T21:58:25.701Z | Compiling bb8 v0.8.5 |
2157 | 2024-09-09T21:58:26.306Z | Compiling const_format_proc_macros v0.2.32 |
2158 | 2024-09-09T21:58:28.220Z | Compiling vte_generate_state_changes v0.1.1 |
2159 | 2024-09-09T21:58:28.849Z | Compiling buf-list v1.0.3 |
2160 | 2024-09-09T21:58:29.454Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2161 | 2024-09-09T21:58:29.901Z | Compiling vte v0.11.1 |
2162 | 2024-09-09T21:58:31.369Z | Compiling const_format v0.2.32 |
2163 | 2024-09-09T21:58:32.689Z | Compiling async-bb8-diesel v0.2.1 |
2164 | 2024-09-09T21:58:33.620Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2165 | 2024-09-09T21:58:38.495Z | Compiling fd-lock v4.0.2 |
2166 | 2024-09-09T21:58:38.736Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2167 | 2024-09-09T21:58:39.526Z | Compiling pin-project-internal v1.1.5 |
2168 | 2024-09-09T21:58:42.277Z | Compiling bytecount v0.6.8 |
2169 | 2024-09-09T21:58:42.612Z | Compiling papergrid v0.11.0 |
2170 | 2024-09-09T21:58:47.309Z | Compiling pin-project v1.1.5 |
2171 | 2024-09-09T21:58:54.468Z | Compiling parking_lot v0.11.2 |
2172 | 2024-09-09T21:59:00.382Z | Compiling strip-ansi-escapes v0.2.0 |
2173 | 2024-09-09T21:59:02.353Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2174 | 2024-09-09T21:59:02.566Z | Compiling tabled_derive v0.7.0 |
2175 | 2024-09-09T21:59:03.497Z | Compiling crossterm v0.27.0 |
2176 | 2024-09-09T21:59:04.803Z | Compiling peg-macros v0.8.4 |
2177 | 2024-09-09T21:59:06.881Z | Compiling snafu-derive v0.8.2 |
2178 | 2024-09-09T21:59:07.027Z | Compiling sqlparser_derive v0.2.2 |
2179 | 2024-09-09T21:59:08.015Z | Compiling nu-ansi-term v0.50.0 |
2180 | 2024-09-09T21:59:08.368Z | Compiling unicode_categories v0.1.1 |
2181 | 2024-09-09T21:59:08.768Z | Compiling sqlformat v0.2.4 |
2182 | 2024-09-09T21:59:09.248Z | Compiling reedline v0.33.0 |
2183 | 2024-09-09T21:59:09.441Z | Compiling rustyline v14.0.0 |
2184 | 2024-09-09T21:59:10.032Z | Compiling sqlparser v0.45.0 |
2185 | 2024-09-09T21:59:11.622Z | Compiling snafu v0.8.2 |
2186 | 2024-09-09T21:59:12.916Z | Compiling peg v0.8.4 |
2187 | 2024-09-09T21:59:12.966Z | Compiling tabled v0.15.0 |
2188 | 2024-09-09T21:59:13.043Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2189 | 2024-09-09T21:59:18.851Z | Compiling sled v0.34.7 |
2190 | 2024-09-09T21:59:20.980Z | Compiling mime_guess v2.0.4 |
2191 | 2024-09-09T21:59:31.286Z | Compiling hickory-client v0.24.1 |
2192 | 2024-09-09T21:59:32.817Z | Compiling env_logger v0.9.3 |
2193 | 2024-09-09T21:59:36.444Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2194 | 2024-09-09T21:59:37.004Z | Compiling tungstenite v0.20.1 |
2195 | 2024-09-09T21:59:37.437Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2196 | 2024-09-09T21:59:42.205Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2197 | 2024-09-09T21:59:43.058Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2198 | 2024-09-09T21:59:44.207Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2199 | 2024-09-09T21:59:44.589Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2200 | 2024-09-09T21:59:45.094Z | Compiling globset v0.4.14 |
2201 | 2024-09-09T21:59:50.711Z | Compiling hickory-server v0.24.1 |
2202 | 2024-09-09T21:59:51.381Z | Compiling olpc-cjson v0.1.3 |
2203 | 2024-09-09T21:59:51.686Z | Compiling bcs v0.1.6 |
2204 | 2024-09-09T21:59:51.732Z | Compiling vergen v8.3.2 |
2205 | 2024-09-09T21:59:52.082Z | Compiling bitstruct_derive v0.1.0 |
2206 | 2024-09-09T21:59:52.568Z | Compiling serde_plain v1.0.2 |
2207 | 2024-09-09T21:59:52.716Z | Compiling cargo-platform v0.1.8 |
2208 | 2024-09-09T21:59:53.106Z | Compiling nanorand v0.7.0 |
2209 | 2024-09-09T21:59:53.242Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-09-09T21:59:53.410Z | Compiling memoffset v0.9.1 |
2211 | 2024-09-09T21:59:53.438Z | Compiling typed-path v0.7.1 |
2212 | 2024-09-09T21:59:53.769Z | Compiling ascii v1.1.0 |
2213 | 2024-09-09T21:59:53.951Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2214 | 2024-09-09T21:59:54.545Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2215 | 2024-09-09T21:59:56.580Z | Compiling tough v0.17.1 |
2216 | 2024-09-09T21:59:57.017Z | Compiling flume v0.11.0 |
2217 | 2024-09-09T21:59:57.846Z | Compiling bitstruct v0.1.1 |
2218 | 2024-09-09T21:59:57.990Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-09-09T21:59:58.018Z | Compiling cargo_metadata v0.18.1 |
2220 | 2024-09-09T21:59:58.304Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2221 | 2024-09-09T22:00:00.139Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2222 | 2024-09-09T22:00:00.722Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2223 | 2024-09-09T22:00:01.496Z | Compiling tokio-tungstenite v0.20.1 |
2224 | 2024-09-09T22:00:02.125Z | Compiling git2 v0.19.0 |
2225 | 2024-09-09T22:00:03.601Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2226 | 2024-09-09T22:00:10.383Z | Compiling atomicwrites v0.4.3 |
2227 | 2024-09-09T22:00:10.930Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-09-09T22:00:11.459Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2229 | 2024-09-09T22:00:12.125Z | Compiling libsqlite3-sys v0.28.0 |
2230 | 2024-09-09T22:00:12.654Z | Compiling serde_arrays v0.1.0 |
2231 | 2024-09-09T22:00:12.865Z | Compiling erased-serde v0.3.31 |
2232 | 2024-09-09T22:00:13.405Z | Compiling parse-size v1.0.0 |
2233 | 2024-09-09T22:00:13.721Z | Compiling cfg_aliases v0.2.1 |
2234 | 2024-09-09T22:00:13.841Z | Compiling nix v0.29.0 |
2235 | 2024-09-09T22:00:14.614Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2236 | 2024-09-09T22:00:14.723Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2237 | 2024-09-09T22:00:18.400Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2238 | 2024-09-09T22:00:18.502Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2239 | 2024-09-09T22:00:19.260Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2240 | 2024-09-09T22:00:19.589Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2241 | 2024-09-09T22:00:21.577Z | Compiling heck v0.3.3 |
2242 | 2024-09-09T22:00:21.978Z | Compiling castaway v0.2.3 |
2243 | 2024-09-09T22:00:22.196Z | Compiling rand_seeder v0.3.0 |
2244 | 2024-09-09T22:00:22.620Z | Compiling csv-core v0.1.11 |
2245 | 2024-09-09T22:00:23.483Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2246 | 2024-09-09T22:00:23.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2247 | 2024-09-09T22:00:26.071Z | Compiling http-range v0.1.5 |
2248 | 2024-09-09T22:00:26.676Z | Compiling hyper-staticfile v0.9.5 |
2249 | 2024-09-09T22:00:27.131Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2250 | 2024-09-09T22:00:27.761Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2251 | 2024-09-09T22:00:29.838Z | Compiling csv v1.3.0 |
2252 | 2024-09-09T22:00:32.017Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2253 | 2024-09-09T22:00:32.253Z | Compiling compact_str v0.8.0 |
2254 | 2024-09-09T22:00:32.546Z | Compiling zone_cfg_derive v0.1.2 |
2255 | 2024-09-09T22:00:33.999Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2256 | 2024-09-09T22:00:34.504Z | Compiling nix v0.27.1 |
2257 | 2024-09-09T22:00:34.905Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2258 | 2024-09-09T22:00:35.251Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2259 | 2024-09-09T22:00:36.977Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-09-09T22:00:37.448Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2261 | 2024-09-09T22:00:41.153Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2262 | 2024-09-09T22:00:41.464Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2263 | 2024-09-09T22:00:41.799Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-09-09T22:00:42.288Z | Compiling unicode-truncate v1.0.0 |
2265 | 2024-09-09T22:00:42.436Z | Compiling hashlink v0.9.1 |
2266 | 2024-09-09T22:00:43.281Z | Compiling lru v0.12.3 |
2267 | 2024-09-09T22:00:43.680Z | Compiling serde-big-array v0.5.1 |
2268 | 2024-09-09T22:00:43.969Z | Compiling instability v0.3.2 |
2269 | 2024-09-09T22:00:44.132Z | Compiling fallible-streaming-iterator v0.1.9 |
2270 | 2024-09-09T22:00:44.371Z | Compiling cassowary v0.3.0 |
2271 | 2024-09-09T22:00:44.438Z | Compiling base64 v0.13.1 |
2272 | 2024-09-09T22:00:45.015Z | Compiling fallible-iterator v0.3.0 |
2273 | 2024-09-09T22:00:45.178Z | Compiling ratatui v0.28.0 |
2274 | 2024-09-09T22:00:45.861Z | Compiling rusqlite v0.31.0 |
2275 | 2024-09-09T22:00:48.091Z | Compiling ron v0.7.1 |
2276 | 2024-09-09T22:00:53.327Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2277 | 2024-09-09T22:01:02.594Z | Compiling zone v0.1.8 |
2278 | 2024-09-09T22:01:04.025Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2279 | 2024-09-09T22:01:08.873Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2280 | 2024-09-09T22:01:09.656Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2281 | 2024-09-09T22:01:13.206Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2282 | 2024-09-09T22:01:15.002Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2283 | 2024-09-09T22:01:17.901Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2284 | 2024-09-09T22:01:17.921Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2285 | 2024-09-09T22:01:18.008Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2286 | 2024-09-09T22:01:18.344Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2287 | 2024-09-09T22:01:19.498Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2288 | 2024-09-09T22:01:19.679Z | Compiling twox-hash v1.6.3 |
2289 | 2024-09-09T22:01:20.696Z | Compiling signal-hook-tokio v0.3.1 |
2290 | 2024-09-09T22:01:20.937Z | Compiling yasna v0.5.2 |
2291 | 2024-09-09T22:01:23.423Z | Compiling portpicker v0.1.1 |
2292 | 2024-09-09T22:01:23.546Z | Compiling unicode-linebreak v0.1.5 |
2293 | 2024-09-09T22:01:23.875Z | Compiling smawk v0.3.2 |
2294 | 2024-09-09T22:01:24.117Z | Compiling textwrap v0.16.1 |
2295 | 2024-09-09T22:01:24.151Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2296 | 2024-09-09T22:01:24.340Z | Compiling rcgen v0.12.1 |
2297 | 2024-09-09T22:01:26.160Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2298 | 2024-09-09T22:01:34.098Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2299 | 2024-09-09T22:01:38.924Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2300 | 2024-09-09T22:01:45.095Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2301 | 2024-09-09T22:01:49.648Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2302 | 2024-09-09T22:01:50.148Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2303 | 2024-09-09T22:01:57.022Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2304 | 2024-09-09T22:01:57.162Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2305 | 2024-09-09T22:01:57.581Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2306 | 2024-09-09T22:01:57.919Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2307 | 2024-09-09T22:02:04.409Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2308 | 2024-09-09T22:02:04.690Z | Compiling fatfs v0.3.6 |
2309 | 2024-09-09T22:02:07.349Z | Compiling subprocess v0.2.9 |
2310 | 2024-09-09T22:02:07.438Z | Compiling rtoolbox v0.0.2 |
2311 | 2024-09-09T22:02:07.855Z | Compiling assert_matches v1.5.0 |
2312 | 2024-09-09T22:02:07.984Z | Compiling is_ci v1.2.0 |
2313 | 2024-09-09T22:02:08.290Z | Compiling supports-color v3.0.0 |
2314 | 2024-09-09T22:02:08.909Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2315 | 2024-09-09T22:02:13.980Z | Compiling rpassword v7.3.1 |
2316 | 2024-09-09T22:02:14.443Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2317 | 2024-09-09T22:02:15.568Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2318 | 2024-09-09T22:02:16.017Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2319 | 2024-09-09T22:02:22.838Z | Compiling tui-tree-widget v0.22.0 |
2320 | 2024-09-09T22:02:23.069Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2321 | 2024-09-09T22:02:23.312Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2322 | 2024-09-09T22:02:28.940Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2323 | 2024-09-09T22:02:29.272Z | Compiling uzers v0.11.3 |
2324 | 2024-09-09T22:02:31.978Z | Compiling shell-words v1.1.0 |
2325 | 2024-09-09T22:02:32.449Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2326 | 2024-09-09T22:02:36.662Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2327 | 2024-09-09T22:02:38.744Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2328 | 2024-09-09T22:03:11.797Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2329 | 2024-09-09T22:03:11.860Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2330 | 2024-09-09T22:03:23.052Z | Compiling multimap v0.10.0 |
2331 | 2024-09-09T22:05:25.049Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2332 | 2024-09-09T22:05:40.486Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2333 | 2024-09-09T22:11:54.551Z | Finished `release` profile [optimized] target(s) in 15m 54s |
2334 | 2024-09-09T22:12:51.301Z | |
2335 | 2024-09-09T22:12:51.304Z | real 16:52.164031396 |
2336 | 2024-09-09T22:12:51.304Z | user 1:55:18.972759035 |
2337 | 2024-09-09T22:12:51.304Z | sys 5:41.566175095 |
2338 | 2024-09-09T22:12:51.304Z | trap 2.795925451 |
2339 | 2024-09-09T22:12:51.304Z | tflt 3.510874632 |
2340 | 2024-09-09T22:12:51.304Z | dflt 4.891366817 |
2341 | 2024-09-09T22:12:51.304Z | kflt 0.003655801 |
2342 | 2024-09-09T22:12:51.304Z | lock 7:06:23.463919342 |
2343 | 2024-09-09T22:12:51.304Z | slp 6:10:18.083709941 |
2344 | 2024-09-09T22:12:51.304Z | lat 2:51.888883709 |
2345 | 2024-09-09T22:12:51.304Z | stop 2:41.171359325 |
2346 | 2024-09-09T22:12:51.304Z | + mapfile -t packages |
2347 | 2024-09-09T22:12:51.304Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2348 | 2024-09-09T22:12:52.333Z | Finished `release` profile [optimized] target(s) in 0.98s |
2349 | 2024-09-09T22:12:52.393Z | Running `target/release/omicron-package -t test list-outputs` |
2350 | 2024-09-09T22:12:52.439Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2351 | 2024-09-09T22:12:52.442Z | + ptime -m cargo build --locked --release -p xtask |
2352 | 2024-09-09T22:12:53.083Z | Compiling serde v1.0.208 |
2353 | 2024-09-09T22:12:53.086Z | Compiling serde_json v1.0.125 |
2354 | 2024-09-09T22:12:53.086Z | Compiling libc v0.2.158 |
2355 | 2024-09-09T22:12:53.086Z | Compiling rustix v0.38.34 |
2356 | 2024-09-09T22:12:53.169Z | Compiling bitflags v2.6.0 |
2357 | 2024-09-09T22:12:53.179Z | Compiling syn v2.0.74 |
2358 | 2024-09-09T22:12:53.561Z | Compiling usdt-impl v0.5.0 |
2359 | 2024-09-09T22:12:53.593Z | Compiling syn v1.0.109 |
2360 | 2024-09-09T22:12:53.705Z | Compiling log v0.4.21 |
2361 | 2024-09-09T22:12:53.719Z | Compiling hashbrown v0.14.5 |
2362 | 2024-09-09T22:12:53.733Z | Compiling fs-err v2.11.0 |
2363 | 2024-09-09T22:12:54.080Z | Compiling anyhow v1.0.86 |
2364 | 2024-09-09T22:12:54.646Z | Compiling thread-id v4.2.1 |
2365 | 2024-09-09T22:12:55.045Z | Compiling indexmap v2.4.0 |
2366 | 2024-09-09T22:12:56.286Z | Compiling terminal_size v0.3.0 |
2367 | 2024-09-09T22:12:56.286Z | Compiling tempfile v3.10.1 |
2368 | 2024-09-09T22:12:56.521Z | Compiling clap_builder v4.5.15 |
2369 | 2024-09-09T22:12:56.660Z | Compiling proc-macro-error v1.0.4 |
2370 | 2024-09-09T22:12:58.407Z | Compiling tabled_derive v0.7.0 |
2371 | 2024-09-09T22:12:59.857Z | Compiling tabled v0.15.0 |
2372 | 2024-09-09T22:13:00.810Z | Compiling serde_derive v1.0.208 |
2373 | 2024-09-09T22:13:02.769Z | Compiling thiserror-impl v1.0.63 |
2374 | 2024-09-09T22:13:03.376Z | Compiling zerocopy-derive v0.7.34 |
2375 | 2024-09-09T22:13:04.399Z | Compiling scroll_derive v0.12.0 |
2376 | 2024-09-09T22:13:05.363Z | Compiling zerocopy v0.7.34 |
2377 | 2024-09-09T22:13:05.614Z | Compiling thiserror v1.0.63 |
2378 | 2024-09-09T22:13:05.780Z | Compiling pest v2.7.10 |
2379 | 2024-09-09T22:13:06.023Z | Compiling scroll v0.12.0 |
2380 | 2024-09-09T22:13:06.707Z | Compiling goblin v0.8.2 |
2381 | 2024-09-09T22:13:08.774Z | Compiling pest_meta v2.7.10 |
2382 | 2024-09-09T22:13:10.897Z | Compiling pest_generator v2.7.10 |
2383 | 2024-09-09T22:13:13.029Z | Compiling pest_derive v2.7.10 |
2384 | 2024-09-09T22:13:13.881Z | Compiling dtrace-parser v0.2.0 |
2385 | 2024-09-09T22:13:14.660Z | Compiling serde_spanned v0.6.7 |
2386 | 2024-09-09T22:13:14.939Z | Compiling toml_datetime v0.6.8 |
2387 | 2024-09-09T22:13:15.678Z | Compiling toml_edit v0.22.20 |
2388 | 2024-09-09T22:13:15.690Z | Compiling camino v1.1.9 |
2389 | 2024-09-09T22:13:17.048Z | Compiling dof v0.3.0 |
2390 | 2024-09-09T22:13:20.635Z | Compiling serde_tokenstream v0.2.2 |
2391 | 2024-09-09T22:13:22.644Z | Compiling usdt-macro v0.5.0 |
2392 | 2024-09-09T22:13:22.773Z | Compiling usdt-attr-macro v0.5.0 |
2393 | 2024-09-09T22:13:23.878Z | Compiling toml v0.8.19 |
2394 | 2024-09-09T22:13:24.223Z | Compiling semver v1.0.23 |
2395 | 2024-09-09T22:13:25.700Z | Compiling cargo-platform v0.1.8 |
2396 | 2024-09-09T22:13:26.066Z | Compiling clap_derive v4.5.13 |
2397 | 2024-09-09T22:13:26.669Z | Compiling cargo_metadata v0.18.1 |
2398 | 2024-09-09T22:13:26.821Z | Compiling cargo_toml v0.20.4 |
2399 | 2024-09-09T22:13:28.246Z | Compiling usdt v0.5.0 |
2400 | 2024-09-09T22:13:29.452Z | Compiling camino-tempfile v1.1.1 |
2401 | 2024-09-09T22:13:29.721Z | Compiling macaddr v1.0.1 |
2402 | 2024-09-09T22:13:30.847Z | Compiling clap v4.5.16 |
2403 | 2024-09-09T22:13:38.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2404 | 2024-09-09T22:13:49.790Z | Finished `release` profile [optimized] target(s) in 57.29s |
2405 | 2024-09-09T22:13:49.899Z | |
2406 | 2024-09-09T22:13:49.899Z | real 57.422327451 |
2407 | 2024-09-09T22:13:49.899Z | user 5:45.286914343 |
2408 | 2024-09-09T22:13:49.899Z | sys 32.879064475 |
2409 | 2024-09-09T22:13:49.899Z | trap 0.152321517 |
2410 | 2024-09-09T22:13:49.899Z | tflt 0.391511924 |
2411 | 2024-09-09T22:13:49.899Z | dflt 0.742337820 |
2412 | 2024-09-09T22:13:49.899Z | kflt 0.000000000 |
2413 | 2024-09-09T22:13:49.899Z | lock 10:41.138962195 |
2414 | 2024-09-09T22:13:49.899Z | slp 16:06.820618125 |
2415 | 2024-09-09T22:13:49.901Z | lat 11.982315761 |
2416 | 2024-09-09T22:13:49.901Z | stop 13.239614073 |
2417 | 2024-09-09T22:13:49.901Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2418 | 2024-09-09T22:13:49.901Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2419 | 2024-09-09T22:13:49.902Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2420 | 2024-09-09T22:13:49.902Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2421 | 2024-09-09T22:13:49.902Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2422 | 2024-09-09T22:13:50.796Z | Compiling regress v0.9.1 |
2423 | 2024-09-09T22:13:50.911Z | Compiling getopts v0.2.21 |
2424 | 2024-09-09T22:13:50.914Z | Compiling unsafe-libyaml v0.2.11 |
2425 | 2024-09-09T22:13:50.914Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-09-09T22:13:50.914Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2427 | 2024-09-09T22:13:50.928Z | Compiling http v1.1.0 |
2428 | 2024-09-09T22:13:50.964Z | Compiling match_cfg v0.1.0 |
2429 | 2024-09-09T22:13:50.967Z | Compiling toml v0.8.19 |
2430 | 2024-09-09T22:13:51.058Z | Compiling hostname v0.3.1 |
2431 | 2024-09-09T22:13:51.319Z | Compiling rustls-pki-types v1.7.0 |
2432 | 2024-09-09T22:13:51.342Z | Compiling paste v1.0.15 |
2433 | 2024-09-09T22:13:51.406Z | Compiling rustls v0.22.4 |
2434 | 2024-09-09T22:13:51.696Z | Compiling ident_case v1.0.1 |
2435 | 2024-09-09T22:13:51.816Z | Compiling rustls-webpki v0.102.4 |
2436 | 2024-09-09T22:13:51.878Z | Compiling darling_core v0.20.9 |
2437 | 2024-09-09T22:13:52.039Z | Compiling ipnetwork v0.20.0 |
2438 | 2024-09-09T22:13:52.165Z | Compiling multer v3.1.0 |
2439 | 2024-09-09T22:13:52.499Z | Compiling serde_yaml v0.9.34+deprecated |
2440 | 2024-09-09T22:13:53.008Z | Compiling slog-json v2.6.1 |
2441 | 2024-09-09T22:13:53.412Z | Compiling async-stream-impl v0.3.5 |
2442 | 2024-09-09T22:13:53.515Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2443 | 2024-09-09T22:13:53.854Z | Compiling instant v0.1.12 |
2444 | 2024-09-09T22:13:54.012Z | Compiling debug-ignore v1.0.5 |
2445 | 2024-09-09T22:13:54.029Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-09-09T22:13:54.156Z | Compiling waitgroup v0.1.2 |
2447 | 2024-09-09T22:13:54.266Z | Compiling slog-bunyan v2.5.0 |
2448 | 2024-09-09T22:13:54.390Z | Compiling rustls-pemfile v2.1.3 |
2449 | 2024-09-09T22:13:54.488Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2450 | 2024-09-09T22:13:54.867Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2451 | 2024-09-09T22:13:54.885Z | Compiling async-stream v0.3.5 |
2452 | 2024-09-09T22:13:55.228Z | Compiling serde_path_to_error v0.1.16 |
2453 | 2024-09-09T22:13:55.359Z | Compiling hostname v0.4.0 |
2454 | 2024-09-09T22:13:55.634Z | Compiling structmeta-derive v0.3.0 |
2455 | 2024-09-09T22:13:56.051Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2456 | 2024-09-09T22:13:56.128Z | Compiling newtype-uuid v1.1.0 |
2457 | 2024-09-09T22:13:56.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2458 | 2024-09-09T22:13:56.828Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2459 | 2024-09-09T22:13:56.844Z | Compiling backoff v0.4.0 |
2460 | 2024-09-09T22:13:57.184Z | Compiling tokio-rustls v0.25.0 |
2461 | 2024-09-09T22:13:57.203Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2462 | 2024-09-09T22:13:57.247Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-09-09T22:13:57.433Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2464 | 2024-09-09T22:13:57.634Z | Compiling macaddr v1.0.1 |
2465 | 2024-09-09T22:13:57.652Z | Compiling proc-macro-crate v1.3.1 |
2466 | 2024-09-09T22:13:58.062Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-09-09T22:13:58.113Z | Compiling tempfile v3.10.1 |
2468 | 2024-09-09T22:13:58.472Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2469 | 2024-09-09T22:13:58.734Z | Compiling structmeta v0.3.0 |
2470 | 2024-09-09T22:13:58.760Z | Compiling num_enum_derive v0.5.11 |
2471 | 2024-09-09T22:13:58.806Z | Compiling foreign-types-macros v0.2.3 |
2472 | 2024-09-09T22:13:58.994Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2473 | 2024-09-09T22:13:59.141Z | Compiling darling_macro v0.20.9 |
2474 | 2024-09-09T22:13:59.184Z | Compiling parse-display-derive v0.10.0 |
2475 | 2024-09-09T22:13:59.301Z | Compiling heapless v0.8.0 |
2476 | 2024-09-09T22:13:59.917Z | Compiling foreign-types-shared v0.3.1 |
2477 | 2024-09-09T22:14:00.151Z | Compiling foreign-types v0.5.0 |
2478 | 2024-09-09T22:14:00.169Z | Compiling darling v0.20.9 |
2479 | 2024-09-09T22:14:00.304Z | Compiling serde_with_macros v3.9.0 |
2480 | 2024-09-09T22:14:00.311Z | Compiling proc-macro-error v1.0.4 |
2481 | 2024-09-09T22:14:00.730Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-09-09T22:14:01.083Z | Compiling cstr-argument v0.1.2 |
2483 | 2024-09-09T22:14:01.372Z | Compiling hash32 v0.3.1 |
2484 | 2024-09-09T22:14:01.496Z | Compiling num_enum v0.5.11 |
2485 | 2024-09-09T22:14:01.636Z | Compiling smoltcp v0.11.0 |
2486 | 2024-09-09T22:14:01.638Z | Compiling pretty-hex v0.2.1 |
2487 | 2024-09-09T22:14:01.837Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2488 | 2024-09-09T22:14:02.218Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2489 | 2024-09-09T22:14:02.515Z | Compiling camino-tempfile v1.1.1 |
2490 | 2024-09-09T22:14:02.909Z | Compiling tabwriter v1.4.0 |
2491 | 2024-09-09T22:14:03.008Z | Compiling colored v2.1.0 |
2492 | 2024-09-09T22:14:03.047Z | Compiling socket2 v0.4.10 |
2493 | 2024-09-09T22:14:03.102Z | Compiling embedded-io v0.4.0 |
2494 | 2024-09-09T22:14:03.315Z | Compiling serde_with v3.9.0 |
2495 | 2024-09-09T22:14:03.382Z | Compiling cobs v0.2.3 |
2496 | 2024-09-09T22:14:03.700Z | Compiling postcard v1.0.8 |
2497 | 2024-09-09T22:14:03.799Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2498 | 2024-09-09T22:14:03.917Z | Compiling parse-display v0.10.0 |
2499 | 2024-09-09T22:14:03.952Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2500 | 2024-09-09T22:14:04.196Z | Compiling crucible-workspace-hack v0.1.0 |
2501 | 2024-09-09T22:14:04.214Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-09-09T22:14:04.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2503 | 2024-09-09T22:14:04.605Z | Compiling smf v0.2.3 |
2504 | 2024-09-09T22:14:04.634Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2505 | 2024-09-09T22:14:05.014Z | Compiling zone_cfg_derive v0.3.0 |
2506 | 2024-09-09T22:14:05.141Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2507 | 2024-09-09T22:14:05.647Z | Compiling num-derive v0.4.2 |
2508 | 2024-09-09T22:14:06.003Z | Compiling sigpipe v0.1.3 |
2509 | 2024-09-09T22:14:06.137Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2510 | 2024-09-09T22:14:06.499Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-09-09T22:14:06.596Z | Compiling zone v0.3.0 |
2512 | 2024-09-09T22:14:07.216Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2513 | 2024-09-09T22:14:07.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2514 | 2024-09-09T22:14:08.147Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2515 | 2024-09-09T22:14:08.192Z | Compiling universal-hash v0.5.1 |
2516 | 2024-09-09T22:14:08.255Z | Compiling opaque-debug v0.3.1 |
2517 | 2024-09-09T22:14:08.271Z | Compiling utf-8 v0.7.6 |
2518 | 2024-09-09T22:14:08.354Z | Compiling num-rational v0.4.2 |
2519 | 2024-09-09T22:14:08.399Z | Compiling curve25519-dalek v4.1.3 |
2520 | 2024-09-09T22:14:08.420Z | Compiling num-complex v0.4.6 |
2521 | 2024-09-09T22:14:08.733Z | Compiling humantime v2.1.0 |
2522 | 2024-09-09T22:14:08.841Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2523 | 2024-09-09T22:14:09.075Z | Compiling password-hash v0.5.0 |
2524 | 2024-09-09T22:14:09.208Z | Compiling blake2 v0.10.6 |
2525 | 2024-09-09T22:14:09.270Z | Compiling aead v0.5.2 |
2526 | 2024-09-09T22:14:09.370Z | Compiling num v0.4.3 |
2527 | 2024-09-09T22:14:09.481Z | Compiling curve25519-dalek-derive v0.1.1 |
2528 | 2024-09-09T22:14:09.502Z | Compiling float-ord v0.3.2 |
2529 | 2024-09-09T22:14:09.652Z | Compiling poly1305 v0.8.0 |
2530 | 2024-09-09T22:14:09.684Z | Compiling chacha20 v0.9.1 |
2531 | 2024-09-09T22:14:10.100Z | Compiling argon2 v0.5.3 |
2532 | 2024-09-09T22:14:10.154Z | Compiling convert_case v0.4.0 |
2533 | 2024-09-09T22:14:10.172Z | Compiling semver v0.1.20 |
2534 | 2024-09-09T22:14:10.778Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2535 | 2024-09-09T22:14:10.889Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2536 | 2024-09-09T22:14:11.081Z | Compiling rustc_version v0.1.7 |
2537 | 2024-09-09T22:14:11.186Z | Compiling derive_more v0.99.18 |
2538 | 2024-09-09T22:14:11.317Z | Compiling tungstenite v0.21.0 |
2539 | 2024-09-09T22:14:11.421Z | Compiling newline-converter v0.3.0 |
2540 | 2024-09-09T22:14:11.604Z | Compiling atty v0.2.14 |
2541 | 2024-09-09T22:14:11.639Z | Compiling same-file v1.0.6 |
2542 | 2024-09-09T22:14:11.765Z | Compiling cancel-safe-futures v0.1.5 |
2543 | 2024-09-09T22:14:11.958Z | Compiling rayon-core v1.12.1 |
2544 | 2024-09-09T22:14:12.170Z | Compiling walkdir v2.5.0 |
2545 | 2024-09-09T22:14:12.193Z | Compiling newtype_derive v0.1.6 |
2546 | 2024-09-09T22:14:12.296Z | Compiling expectorate v1.1.0 |
2547 | 2024-09-09T22:14:12.528Z | Compiling tokio-tungstenite v0.21.0 |
2548 | 2024-09-09T22:14:12.555Z | Compiling crossbeam-deque v0.8.5 |
2549 | 2024-09-09T22:14:12.931Z | Compiling keccak v0.1.5 |
2550 | 2024-09-09T22:14:12.961Z | Compiling prettyplease v0.2.20 |
2551 | 2024-09-09T22:14:13.004Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2552 | 2024-09-09T22:14:13.120Z | Compiling home v0.5.9 |
2553 | 2024-09-09T22:14:13.304Z | Compiling sha3 v0.10.8 |
2554 | 2024-09-09T22:14:13.892Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2555 | 2024-09-09T22:14:13.910Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2556 | 2024-09-09T22:14:13.960Z | Compiling thiserror-impl-no-std v2.0.2 |
2557 | 2024-09-09T22:14:14.214Z | Compiling libsw v3.3.1 |
2558 | 2024-09-09T22:14:14.237Z | Compiling secrecy v0.8.0 |
2559 | 2024-09-09T22:14:14.399Z | Compiling blake3 v1.5.1 |
2560 | 2024-09-09T22:14:14.518Z | Compiling ring v0.16.20 |
2561 | 2024-09-09T22:14:14.545Z | Compiling derive-where v1.2.7 |
2562 | 2024-09-09T22:14:15.085Z | Compiling half v2.4.1 |
2563 | 2024-09-09T22:14:15.220Z | Compiling unicase v2.7.0 |
2564 | 2024-09-09T22:14:15.567Z | Compiling cookie v0.18.1 |
2565 | 2024-09-09T22:14:15.662Z | Compiling quick-error v1.2.3 |
2566 | 2024-09-09T22:14:15.709Z | Compiling termcolor v1.4.1 |
2567 | 2024-09-09T22:14:15.822Z | Compiling owo-colors v4.0.0 |
2568 | 2024-09-09T22:14:15.886Z | Compiling linear-map v1.2.0 |
2569 | 2024-09-09T22:14:16.287Z | Compiling arc-swap v1.7.1 |
2570 | 2024-09-09T22:14:16.672Z | Compiling ciborium-io v0.2.2 |
2571 | 2024-09-09T22:14:16.818Z | Compiling linked-hash-map v0.5.6 |
2572 | 2024-09-09T22:14:16.981Z | Compiling indent_write v2.2.0 |
2573 | 2024-09-09T22:14:17.206Z | Compiling lru-cache v0.1.2 |
2574 | 2024-09-09T22:14:17.206Z | Compiling ciborium-ll v0.2.2 |
2575 | 2024-09-09T22:14:17.309Z | Compiling thiserror-no-std v2.0.2 |
2576 | 2024-09-09T22:14:17.417Z | Compiling slog-scope v4.4.0 |
2577 | 2024-09-09T22:14:17.455Z | Compiling env_logger v0.9.3 |
2578 | 2024-09-09T22:14:17.763Z | Compiling resolv-conf v0.7.0 |
2579 | 2024-09-09T22:14:18.199Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2580 | 2024-09-09T22:14:18.437Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2581 | 2024-09-09T22:14:18.557Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2582 | 2024-09-09T22:14:18.584Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2583 | 2024-09-09T22:14:18.834Z | Compiling rayon v1.10.0 |
2584 | 2024-09-09T22:14:19.032Z | Compiling polyval v0.6.2 |
2585 | 2024-09-09T22:14:19.055Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-09-09T22:14:19.218Z | Compiling rfc6979 v0.4.0 |
2587 | 2024-09-09T22:14:19.417Z | Compiling bitstruct_derive v0.1.0 |
2588 | 2024-09-09T22:14:19.494Z | Compiling memmap2 v0.9.4 |
2589 | 2024-09-09T22:14:19.543Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-09-09T22:14:19.695Z | Compiling ascii v1.1.0 |
2591 | 2024-09-09T22:14:19.990Z | Compiling libefi-sys v0.1.0 |
2592 | 2024-09-09T22:14:20.306Z | Compiling untrusted v0.7.1 |
2593 | 2024-09-09T22:14:20.347Z | Compiling constant_time_eq v0.3.0 |
2594 | 2024-09-09T22:14:20.514Z | Compiling arrayref v0.3.7 |
2595 | 2024-09-09T22:14:20.551Z | Compiling spin v0.5.2 |
2596 | 2024-09-09T22:14:20.628Z | Compiling highway v1.2.0 |
2597 | 2024-09-09T22:14:20.667Z | Compiling arrayvec v0.7.4 |
2598 | 2024-09-09T22:14:20.804Z | Compiling parking_lot_core v0.8.6 |
2599 | 2024-09-09T22:14:20.873Z | Compiling bitstruct v0.1.1 |
2600 | 2024-09-09T22:14:21.148Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2601 | 2024-09-09T22:14:21.348Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2602 | 2024-09-09T22:14:21.427Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-09-09T22:14:21.697Z | Compiling ecdsa v0.16.9 |
2604 | 2024-09-09T22:14:21.903Z | Compiling ghash v0.5.1 |
2605 | 2024-09-09T22:14:22.053Z | Compiling steno v0.4.1 |
2606 | 2024-09-09T22:14:22.158Z | Compiling hickory-resolver v0.24.1 |
2607 | 2024-09-09T22:14:22.620Z | Compiling slog-stdlog v4.1.1 |
2608 | 2024-09-09T22:14:22.751Z | Compiling ciborium v0.2.2 |
2609 | 2024-09-09T22:14:23.023Z | Compiling vsss-rs v3.3.4 |
2610 | 2024-09-09T22:14:24.151Z | Compiling toolchain_find v0.4.0 |
2611 | 2024-09-09T22:14:24.320Z | Compiling chacha20poly1305 v0.10.1 |
2612 | 2024-09-09T22:14:24.558Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2613 | 2024-09-09T22:14:24.837Z | Compiling primeorder v0.13.6 |
2614 | 2024-09-09T22:14:24.840Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2615 | 2024-09-09T22:14:24.976Z | Compiling ctr v0.9.2 |
2616 | 2024-09-09T22:14:25.261Z | Compiling serde_arrays v0.1.0 |
2617 | 2024-09-09T22:14:25.306Z | Compiling erased-serde v0.3.31 |
2618 | 2024-09-09T22:14:25.353Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2619 | 2024-09-09T22:14:25.372Z | Compiling bitfield-struct v0.6.1 |
2620 | 2024-09-09T22:14:25.440Z | Compiling slog-dtrace v0.3.0 |
2621 | 2024-09-09T22:14:25.772Z | Compiling topological-sort v0.2.2 |
2622 | 2024-09-09T22:14:25.990Z | Compiling omicron-zone-package v0.11.0 |
2623 | 2024-09-09T22:14:26.007Z | Compiling aes-gcm v0.10.3 |
2624 | 2024-09-09T22:14:26.322Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-09-09T22:14:26.790Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-09-09T22:14:26.905Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-09-09T22:14:26.931Z | Compiling slog-envlogger v2.2.0 |
2628 | 2024-09-09T22:14:26.933Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2629 | 2024-09-09T22:14:27.705Z | Compiling mime_guess v2.0.4 |
2630 | 2024-09-09T22:14:28.249Z | Compiling tungstenite v0.20.1 |
2631 | 2024-09-09T22:14:28.391Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2632 | 2024-09-09T22:14:29.091Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2633 | 2024-09-09T22:14:29.110Z | Compiling heck v0.3.3 |
2634 | 2024-09-09T22:14:29.126Z | Compiling ed25519 v2.2.3 |
2635 | 2024-09-09T22:14:29.564Z | Compiling ssh-encoding v0.2.0 |
2636 | 2024-09-09T22:14:29.813Z | Compiling blowfish v0.9.1 |
2637 | 2024-09-09T22:14:30.079Z | Compiling nibble_vec v0.1.0 |
2638 | 2024-09-09T22:14:30.238Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2639 | 2024-09-09T22:14:30.286Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-09-09T22:14:30.305Z | Compiling endian-type v0.1.2 |
2641 | 2024-09-09T22:14:30.420Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-09-09T22:14:30.442Z | Compiling bcrypt-pbkdf v0.10.0 |
2643 | 2024-09-09T22:14:30.538Z | Compiling radix_trie v0.2.1 |
2644 | 2024-09-09T22:14:30.587Z | Compiling ssh-cipher v0.2.0 |
2645 | 2024-09-09T22:14:31.084Z | Compiling zone_cfg_derive v0.1.2 |
2646 | 2024-09-09T22:14:31.164Z | Compiling ed25519-dalek v2.1.1 |
2647 | 2024-09-09T22:14:31.273Z | Compiling tokio-tungstenite v0.20.1 |
2648 | 2024-09-09T22:14:31.852Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2649 | 2024-09-09T22:14:32.066Z | Compiling parking_lot v0.11.2 |
2650 | 2024-09-09T22:14:32.366Z | Compiling gethostname v0.5.0 |
2651 | 2024-09-09T22:14:32.384Z | Compiling password-hash v0.4.2 |
2652 | 2024-09-09T22:14:32.401Z | Compiling fxhash v0.2.1 |
2653 | 2024-09-09T22:14:32.627Z | Compiling base64 v0.13.1 |
2654 | 2024-09-09T22:14:32.645Z | Compiling matches v0.1.10 |
2655 | 2024-09-09T22:14:32.704Z | Compiling zone v0.1.8 |
2656 | 2024-09-09T22:14:32.763Z | Compiling idna v0.2.3 |
2657 | 2024-09-09T22:14:32.911Z | Compiling pbkdf2 v0.11.0 |
2658 | 2024-09-09T22:14:33.028Z | Compiling sled v0.34.7 |
2659 | 2024-09-09T22:14:33.286Z | Compiling ron v0.7.1 |
2660 | 2024-09-09T22:14:33.304Z | Compiling ssh-key v0.6.6 |
2661 | 2024-09-09T22:14:34.336Z | Compiling hickory-client v0.24.1 |
2662 | 2024-09-09T22:14:34.411Z | Compiling p256 v0.13.2 |
2663 | 2024-09-09T22:14:35.289Z | Compiling p521 v0.13.3 |
2664 | 2024-09-09T22:14:35.765Z | Compiling p384 v0.13.0 |
2665 | 2024-09-09T22:14:35.768Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2666 | 2024-09-09T22:14:37.306Z | Compiling hickory-server v0.24.1 |
2667 | 2024-09-09T22:14:37.742Z | Compiling pem v3.0.4 |
2668 | 2024-09-09T22:14:37.828Z | Compiling enum-as-inner v0.5.1 |
2669 | 2024-09-09T22:14:38.160Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2670 | 2024-09-09T22:14:38.273Z | Compiling yasna v0.5.2 |
2671 | 2024-09-09T22:14:38.590Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-09-09T22:14:38.623Z | Compiling portpicker v0.1.1 |
2673 | 2024-09-09T22:14:38.934Z | Compiling headers-core v0.2.0 |
2674 | 2024-09-09T22:14:38.999Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2675 | 2024-09-09T22:14:39.103Z | Compiling kstat-rs v0.2.4 |
2676 | 2024-09-09T22:14:39.354Z | Compiling nanorand v0.7.0 |
2677 | 2024-09-09T22:14:39.375Z | Compiling russh-cryptovec v0.7.2 |
2678 | 2024-09-09T22:14:39.714Z | Compiling http-range v0.1.5 |
2679 | 2024-09-09T22:14:39.786Z | Compiling glob v0.3.1 |
2680 | 2024-09-09T22:14:39.963Z | Compiling md5 v0.7.0 |
2681 | 2024-09-09T22:14:40.036Z | Compiling hyper-staticfile v0.9.5 |
2682 | 2024-09-09T22:14:40.094Z | Compiling flume v0.11.0 |
2683 | 2024-09-09T22:14:40.507Z | Compiling russh-keys v0.45.0 |
2684 | 2024-09-09T22:14:40.802Z | Compiling rcgen v0.12.1 |
2685 | 2024-09-09T22:14:40.805Z | Compiling headers v0.3.9 |
2686 | 2024-09-09T22:14:41.063Z | Compiling trust-dns-proto v0.22.0 |
2687 | 2024-09-09T22:14:42.025Z | Compiling atomicwrites v0.4.3 |
2688 | 2024-09-09T22:14:42.419Z | Compiling num-bigint v0.4.5 |
2689 | 2024-09-09T22:14:42.924Z | Compiling itertools v0.13.0 |
2690 | 2024-09-09T22:14:43.302Z | Compiling des v0.8.1 |
2691 | 2024-09-09T22:14:43.668Z | Compiling subprocess v0.2.9 |
2692 | 2024-09-09T22:14:44.686Z | Compiling dhcproto-macros v0.1.0 |
2693 | 2024-09-09T22:14:44.829Z | Compiling display-error-chain v0.2.1 |
2694 | 2024-09-09T22:14:45.034Z | Compiling hex-literal v0.4.1 |
2695 | 2024-09-09T22:14:45.202Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2696 | 2024-09-09T22:14:45.666Z | Compiling russh v0.45.0 |
2697 | 2024-09-09T22:14:45.693Z | Compiling dhcproto v0.12.0 |
2698 | 2024-09-09T22:14:45.710Z | Compiling internet-checksum v0.2.1 |
2699 | 2024-09-09T22:14:45.734Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2700 | 2024-09-09T22:14:45.923Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2701 | 2024-09-09T22:14:45.977Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2702 | 2024-09-09T22:14:46.325Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2703 | 2024-09-09T22:14:48.082Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2704 | 2024-09-09T22:14:49.301Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2705 | 2024-09-09T22:14:49.440Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2706 | 2024-09-09T22:14:50.915Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2707 | 2024-09-09T22:14:53.236Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2708 | 2024-09-09T22:14:53.365Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2709 | 2024-09-09T22:14:54.047Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2710 | 2024-09-09T22:14:54.214Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2711 | 2024-09-09T22:14:55.514Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2712 | 2024-09-09T22:14:55.940Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2713 | 2024-09-09T22:15:04.337Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-09-09T22:15:04.338Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2715 | 2024-09-09T22:15:04.340Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2716 | 2024-09-09T22:15:04.340Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2717 | 2024-09-09T22:15:07.402Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2718 | 2024-09-09T22:15:07.592Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-09-09T22:15:07.694Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2024-09-09T22:15:08.509Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2721 | 2024-09-09T22:15:08.610Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2722 | 2024-09-09T22:15:09.496Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2723 | 2024-09-09T22:15:10.908Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-09-09T22:15:12.219Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-09-09T22:15:12.521Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2726 | 2024-09-09T22:15:13.401Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2727 | 2024-09-09T22:15:13.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2728 | 2024-09-09T22:15:16.208Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2729 | 2024-09-09T22:15:18.860Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2730 | 2024-09-09T22:15:19.342Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2731 | 2024-09-09T22:15:20.048Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2732 | 2024-09-09T22:15:23.047Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2733 | 2024-09-09T22:15:24.163Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2734 | 2024-09-09T22:15:28.430Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2735 | 2024-09-09T22:15:35.860Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-09-09T22:15:36.383Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2737 | 2024-09-09T22:15:38.506Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-09-09T22:15:55.585Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2739 | 2024-09-09T22:16:32.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2740 | 2024-09-09T22:16:32.617Z | |
2741 | 2024-09-09T22:16:32.617Z | real 2:42.667322996 |
2742 | 2024-09-09T22:16:32.617Z | user 13:01.076521732 |
2743 | 2024-09-09T22:16:32.620Z | sys 2:48.847374970 |
2744 | 2024-09-09T22:16:32.620Z | trap 0.352909980 |
2745 | 2024-09-09T22:16:32.620Z | tflt 1.472855413 |
2746 | 2024-09-09T22:16:32.620Z | dflt 1.807546382 |
2747 | 2024-09-09T22:16:32.620Z | kflt 0.000033587 |
2748 | 2024-09-09T22:16:32.620Z | lock 27:45.999528245 |
2749 | 2024-09-09T22:16:32.620Z | slp 48:26.106730404 |
2750 | 2024-09-09T22:16:32.620Z | lat 40.768725692 |
2751 | 2024-09-09T22:16:32.620Z | stop 1:31.374335582 |
2752 | 2024-09-09T22:16:32.620Z | + mkdir tests |
2753 | 2024-09-09T22:16:32.622Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2754 | 2024-09-09T22:16:32.622Z | + xargs -I '{}' -t cp '{}' tests/ |
2755 | 2024-09-09T22:16:33.838Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f67e373a07d1b035 tests/ |
2756 | 2024-09-09T22:16:33.860Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4254f4fe0dd2c9be tests/ |
2757 | 2024-09-09T22:16:33.879Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f251b2f5f4a9b160 tests/ |
2758 | 2024-09-09T22:16:33.901Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-43bbbb6614ee8c73 tests/ |
2759 | 2024-09-09T22:16:34.078Z | + 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/*) |
2760 | 2024-09-09T22:16:34.081Z | + 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-4254f4fe0dd2c9be tests/commtest-f251b2f5f4a9b160 tests/dhcp_server-f67e373a07d1b035 tests/end_to_end_tests-43bbbb6614ee8c73 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
2761 | 2024-09-09T22:17:37.104Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2762 | 2024-09-09T22:17:37.104Z | a out/target/test 1K |
2763 | 2024-09-09T22:17:37.104Z | a out/npuzone/npuzone 23144K |
2764 | 2024-09-09T22:17:37.104Z | a package-manifest.toml 32K |
2765 | 2024-09-09T22:17:37.104Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2766 | 2024-09-09T22:17:37.104Z | a target/release/omicron-package 32436K |
2767 | 2024-09-09T22:17:37.104Z | a target/release/xtask 11987K |
2768 | 2024-09-09T22:17:37.104Z | a target/debug/bootstrap 193402K |
2769 | 2024-09-09T22:17:37.104Z | a tests/bootstrap-4254f4fe0dd2c9be 23740K |
2770 | 2024-09-09T22:17:37.104Z | a tests/commtest-f251b2f5f4a9b160 24002K |
2771 | 2024-09-09T22:17:37.104Z | a tests/dhcp_server-f67e373a07d1b035 23740K |
2772 | 2024-09-09T22:17:37.104Z | a tests/end_to_end_tests-43bbbb6614ee8c73 205596K |
2773 | 2024-09-09T22:17:37.104Z | a out/clickhouse.tar.gz 232688K |
2774 | 2024-09-09T22:17:37.104Z | a out/clickhouse_keeper.tar.gz 232669K |
2775 | 2024-09-09T22:17:37.104Z | a out/clickhouse_server.tar.gz 232668K |
2776 | 2024-09-09T22:17:37.104Z | a out/cockroachdb.tar.gz 132022K |
2777 | 2024-09-09T22:17:37.104Z | a out/crucible-dtrace.tar 84K |
2778 | 2024-09-09T22:17:37.104Z | a out/crucible-pantry-zone.tar.gz 25930K |
2779 | 2024-09-09T22:17:37.105Z | a out/crucible-zone.tar.gz 34202K |
2780 | 2024-09-09T22:17:37.105Z | a out/external-dns.tar.gz 24934K |
2781 | 2024-09-09T22:17:37.105Z | a out/internal-dns.tar.gz 24933K |
2782 | 2024-09-09T22:17:37.105Z | a out/mg-ddm-gz.tar 62160K |
2783 | 2024-09-09T22:17:37.105Z | a out/nexus.tar.gz 91789K |
2784 | 2024-09-09T22:17:37.105Z | a out/ntp.tar.gz 9013K |
2785 | 2024-09-09T22:17:37.105Z | a out/omicron-gateway-softnpu.tar.gz 20679K |
2786 | 2024-09-09T22:17:37.105Z | a out/omicron-sled-agent.tar 98340K |
2787 | 2024-09-09T22:17:37.105Z | a out/overlay.tar.gz 3K |
2788 | 2024-09-09T22:17:37.105Z | a out/oximeter.tar.gz 42313K |
2789 | 2024-09-09T22:17:37.105Z | a out/oxlog.tar 2946K |
2790 | 2024-09-09T22:17:37.105Z | a out/probe.tar.gz 2764K |
2791 | 2024-09-09T22:17:37.105Z | a out/propolis-server.tar.gz 65665K |
2792 | 2024-09-09T22:17:37.105Z | a out/pumpkind-gz.tar 26665K |
2793 | 2024-09-09T22:17:37.105Z | a out/switch-softnpu.tar.gz 217352K |
2794 | 2024-09-09T22:17:37.107Z | |
2795 | 2024-09-09T22:17:37.107Z | real 1:03.018448377 |
2796 | 2024-09-09T22:17:37.107Z | user 1:00.093721231 |
2797 | 2024-09-09T22:17:37.107Z | sys 4.104065814 |
2798 | 2024-09-09T22:17:37.108Z | trap 0.014764299 |
2799 | 2024-09-09T22:17:37.108Z | tflt 0.000000000 |
2800 | 2024-09-09T22:17:37.108Z | dflt 0.000000000 |
2801 | 2024-09-09T22:17:37.108Z | kflt 0.000000000 |
2802 | 2024-09-09T22:17:37.108Z | lock 0.000000000 |
2803 | 2024-09-09T22:17:37.108Z | slp 1:00.053632746 |
2804 | 2024-09-09T22:17:37.108Z | lat 1.766055681 |
2805 | 2024-09-09T22:17:37.108Z | stop 0.000194285 |
2806 | 2024-09-09T22:17:37.110Z | process exited: duration 1793608 ms, exit code 0 |
|
2807 | 2024-09-09T22:17:37.123Z | found 1 output files |
2808 | 2024-09-09T22:17:37.123Z | uploading: /work/package.tar.gz (1623125998 bytes) |
2809 | 2024-09-09T22:18:10.657Z | uploaded: /work/package.tar.gz |