|
|
|
1 | 2024-09-09T19:59:28.724Z | job assigned to worker 01J7C5VJKFM8ESQ2APZSWPWG9F (queued for 1 m 7 s) |
|
2 | 2024-09-09T19:59:36.164Z | starting task 0: "setup" |
3 | 2024-09-09T19:59:36.172Z | ++ uname -s |
4 | 2024-09-09T19:59:36.175Z | + kern=SunOS |
5 | 2024-09-09T19:59:36.175Z | + case "$kern" in |
6 | 2024-09-09T19:59:36.175Z | + groupadd -g 12345 build |
7 | 2024-09-09T19:59:36.178Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T19:59:38.186Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T19:59:38.249Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T19:59:38.252Z | + home_fs=zfs |
11 | 2024-09-09T19:59:38.252Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T19:59:38.252Z | + mkdir -p /home/build |
13 | 2024-09-09T19:59:38.254Z | + chown build:build /home/build /work |
14 | 2024-09-09T19:59:40.256Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T19:59:40.260Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-09-09T19:59:40.266Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T19:59:40.274Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T19:59:40.274Z | ' 1.80.1 |
19 | 2024-09-09T19:59:40.274Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-09T19:59:40.275Z | * toolchain channel = "1.80.1" |
21 | 2024-09-09T19:59:40.275Z | ' default |
22 | 2024-09-09T19:59:40.275Z | * toolchain profile = "default" |
23 | 2024-09-09T19:59:40.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T19:59:40.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T19:59:40.394Z | info: downloading installer |
26 | 2024-09-09T19:59:41.586Z | info: profile set to 'default' |
27 | 2024-09-09T19:59:41.586Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T19:59:41.610Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T19:59:41.715Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T19:59:41.715Z | info: downloading component 'cargo' |
31 | 2024-09-09T19:59:42.397Z | info: downloading component 'clippy' |
32 | 2024-09-09T19:59:42.636Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T19:59:43.594Z | info: downloading component 'rust-std' |
34 | 2024-09-09T19:59:44.955Z | info: downloading component 'rustc' |
35 | 2024-09-09T19:59:52.875Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T19:59:52.936Z | info: installing component 'cargo' |
37 | 2024-09-09T19:59:52.936Z | info: installing component 'clippy' |
38 | 2024-09-09T19:59:52.936Z | info: installing component 'rust-docs' |
39 | 2024-09-09T19:59:52.937Z | info: installing component 'rust-std' |
40 | 2024-09-09T19:59:53.419Z | info: installing component 'rustc' |
41 | 2024-09-09T19:59:57.493Z | info: installing component 'rustfmt' |
42 | 2024-09-09T19:59:57.832Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T19:59:57.832Z | |
44 | 2024-09-09T19:59:58.081Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T19:59:58.081Z | |
46 | 2024-09-09T19:59:58.084Z | |
47 | 2024-09-09T19:59:58.084Z | Rust is installed now. Great! |
48 | 2024-09-09T19:59:58.084Z | |
49 | 2024-09-09T19:59:58.085Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T19:59:58.085Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T19:59:58.085Z | |
52 | 2024-09-09T19:59:58.085Z | To configure your current shell, you need to source |
53 | 2024-09-09T19:59:58.085Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T19:59:58.085Z | |
55 | 2024-09-09T19:59:58.085Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T19:59:58.085Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T19:59:58.085Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T19:59:58.133Z | + rustc --version |
59 | 2024-09-09T19:59:58.196Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T19:59:58.199Z | process exited: duration 17928 ms, exit code 0 |
|
61 | 2024-09-09T19:59:58.204Z | starting task 2: "authentication" |
62 | 2024-09-09T19:59:58.227Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-09-09T19:59:58.234Z | starting task 3: "clone repository" |
64 | 2024-09-09T19:59:58.240Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T19:59:58.246Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T19:59:58.277Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T20:00:03.768Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T20:00:03.768Z | + git fetch origin 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
69 | 2024-09-09T20:00:04.255Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T20:00:04.255Z | * branch 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d -> FETCH_HEAD |
71 | 2024-09-09T20:00:04.266Z | + [[ -n eliza/fix-instance-list-by-sled ]] |
72 | 2024-09-09T20:00:04.270Z | ++ git branch --show-current |
73 | 2024-09-09T20:00:04.274Z | + current=main |
74 | 2024-09-09T20:00:04.274Z | + [[ main != eliza/fix-instance-list-by-sled ]] |
75 | 2024-09-09T20:00:04.274Z | + git branch -f eliza/fix-instance-list-by-sled 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
76 | 2024-09-09T20:00:04.277Z | + git checkout -f eliza/fix-instance-list-by-sled |
77 | 2024-09-09T20:00:04.408Z | Switched to branch 'eliza/fix-instance-list-by-sled' |
78 | 2024-09-09T20:00:04.413Z | + git reset --hard 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
79 | 2024-09-09T20:00:04.540Z | HEAD is now at 6f400293b query review feedback from @davepacheco |
80 | 2024-09-09T20:00:04.543Z | process exited: duration 6308 ms, exit code 0 |
|
81 | 2024-09-09T20:00:04.549Z | starting task 4: "build" |
82 | 2024-09-09T20:00:04.555Z | + cargo --version |
83 | 2024-09-09T20:00:04.608Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T20:00:04.611Z | + rustc --version |
85 | 2024-09-09T20:00:04.667Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T20:00:04.669Z | + WORK=/work |
87 | 2024-09-09T20:00:04.669Z | + pfexec mkdir -p /work |
88 | 2024-09-09T20:00:04.673Z | + pfexec chown build /work |
89 | 2024-09-09T20:00:04.676Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-09T20:00:09.857Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-09T20:00:12.174Z | Startup: Caching catalogs ... Done |
92 | 2024-09-09T20:00:14.424Z | Planning: Solver setup ... Done (1.711s) |
93 | 2024-09-09T20:00:14.456Z | Planning: Running solver ... Done (0.030s) |
94 | 2024-09-09T20:00:14.498Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-09-09T20:00:14.511Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-09T20:00:14.795Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-09T20:00:14.918Z | Planning: Package planning ... Done (0.101s) |
98 | 2024-09-09T20:00:14.947Z | Planning: Merging actions ... Done (0.055s) |
99 | 2024-09-09T20:00:15.244Z | Planning: Checking for conflicting actions ... Done (0.331s) |
100 | 2024-09-09T20:00:17.251Z | Planning: Consolidating action changes ... Done (2.006s) |
101 | 2024-09-09T20:00:17.672Z | Planning: Evaluating mediators ... Done (0.421s) |
102 | 2024-09-09T20:00:17.752Z | Planning: Planning completed in 5.51 seconds |
103 | 2024-09-09T20:00:17.767Z | Packages to install: 4 |
104 | 2024-09-09T20:00:17.767Z | Packages to update: 1 |
105 | 2024-09-09T20:00:17.770Z | Mediators to change: 2 |
106 | 2024-09-09T20:00:17.770Z | Services to change: 1 |
107 | 2024-09-09T20:00:17.770Z | Estimated space available: 155.72 GB |
108 | 2024-09-09T20:00:17.770Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-09T20:00:17.770Z | Create boot environment: No |
110 | 2024-09-09T20:00:17.770Z | Create backup boot environment: Yes |
111 | 2024-09-09T20:00:17.770Z | Rebuild boot archive: No |
112 | 2024-09-09T20:00:17.770Z | |
113 | 2024-09-09T20:00:17.771Z | Changed mediators: |
114 | 2024-09-09T20:00:17.771Z | mediator clang: |
115 | 2024-09-09T20:00:17.771Z | version: None -> 15 (system default) |
116 | 2024-09-09T20:00:17.771Z | |
117 | 2024-09-09T20:00:17.771Z | mediator llvm: |
118 | 2024-09-09T20:00:17.771Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-09T20:00:17.771Z | |
120 | 2024-09-09T20:00:17.771Z | Changed packages: |
121 | 2024-09-09T20:00:17.771Z | helios-dev |
122 | 2024-09-09T20:00:17.771Z | developer/build-essential |
123 | 2024-09-09T20:00:17.771Z | None -> 11-2.0 |
124 | 2024-09-09T20:00:17.771Z | library/libxmlsec1 |
125 | 2024-09-09T20:00:17.771Z | None -> 1.2.35-2.0 |
126 | 2024-09-09T20:00:17.771Z | ooce/developer/clang-15 |
127 | 2024-09-09T20:00:17.771Z | None -> 15.0.7-2.0 |
128 | 2024-09-09T20:00:17.771Z | ooce/developer/llvm-15 |
129 | 2024-09-09T20:00:17.771Z | None -> 15.0.7-2.0 |
130 | 2024-09-09T20:00:17.772Z | package/pkg |
131 | 2024-09-09T20:00:17.772Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-09T20:00:17.772Z | |
133 | 2024-09-09T20:00:17.772Z | Services: |
134 | 2024-09-09T20:00:17.772Z | restart_fmri: |
135 | 2024-09-09T20:00:17.772Z | svc:/system/update-man-index:default |
136 | 2024-09-09T20:00:17.772Z | |
137 | 2024-09-09T20:00:17.772Z | Editable files to change: |
138 | 2024-09-09T20:00:17.772Z | Update: |
139 | 2024-09-09T20:00:17.772Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-09T20:00:17.846Z | |
141 | 2024-09-09T20:00:17.846Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-09T20:00:22.852Z | Download: 512/4281 items 3.0/220.6MB 1% complete (583k/s) |
143 | 2024-09-09T20:00:28.044Z | Download: 1196/4281 items 54.0/220.6MB 24% complete (5.6M/s) |
144 | 2024-09-09T20:00:33.045Z | Download: 1786/4281 items 117.7/220.6MB 53% complete (11.5M/s) |
145 | 2024-09-09T20:00:38.058Z | Download: 2610/4281 items 120.3/220.6MB 54% complete (6.7M/s) |
146 | 2024-09-09T20:00:43.307Z | Download: 3245/4281 items 202.8/220.6MB 91% complete (8.6M/s) |
147 | 2024-09-09T20:00:48.308Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
148 | 2024-09-09T20:00:53.118Z | Download: Completed 220.60 MB in 35.27 seconds (6.3M/s) |
149 | 2024-09-09T20:00:55.174Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-09-09T20:00:55.193Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-09-09T20:00:59.934Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-09-09T20:01:00.246Z | Actions: Completed 5063 actions in 5.07 seconds. |
153 | 2024-09-09T20:01:00.533Z | Done (0.280s) |
154 | 2024-09-09T20:01:00.535Z | Done (0.000s) |
155 | 2024-09-09T20:01:00.931Z | Done (0.396s) |
156 | 2024-09-09T20:01:05.135Z | Done (4.022s) |
157 | 2024-09-09T20:01:05.224Z | Done (0.017s) |
158 | 2024-09-09T20:01:05.228Z | Done (0.000s) |
159 | 2024-09-09T20:01:05.482Z | Done (0.000s) |
160 | 2024-09-09T20:01:06.075Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-09-09T20:01:06.237Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-09-09T20:01:06.240Z | Planning: Consolidating action changes ... Done |
163 | 2024-09-09T20:01:06.528Z | Planning: Evaluating mediators ... Done |
164 | 2024-09-09T20:01:06.539Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-09-09T20:01:06.556Z | Mediators to change: 2 |
166 | 2024-09-09T20:01:06.556Z | Create boot environment: No |
167 | 2024-09-09T20:01:06.570Z | Create backup boot environment: No |
168 | 2024-09-09T20:01:06.626Z | Done |
169 | 2024-09-09T20:01:06.627Z | Done |
170 | 2024-09-09T20:01:06.848Z | Done |
171 | 2024-09-09T20:01:10.399Z | Done |
172 | 2024-09-09T20:01:10.487Z | Done |
173 | 2024-09-09T20:01:10.489Z | Done |
174 | 2024-09-09T20:01:10.583Z | Done |
175 | 2024-09-09T20:01:11.187Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-09-09T20:01:11.189Z | Planning: Merging actions ... Done |
177 | 2024-09-09T20:01:11.377Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-09-09T20:01:11.379Z | Planning: Consolidating action changes ... Done |
179 | 2024-09-09T20:01:11.643Z | Planning: Evaluating mediators ... Done |
180 | 2024-09-09T20:01:11.697Z | Planning: Planning completed in 0.75 seconds |
181 | 2024-09-09T20:01:11.737Z | Packages to change: 1 |
182 | 2024-09-09T20:01:11.737Z | Mediators to change: 1 |
183 | 2024-09-09T20:01:11.741Z | Services to change: 1 |
184 | 2024-09-09T20:01:11.741Z | Create boot environment: No |
185 | 2024-09-09T20:01:11.741Z | Create backup boot environment: Yes |
186 | 2024-09-09T20:01:13.434Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-09-09T20:01:13.436Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-09-09T20:01:13.436Z | Done |
189 | 2024-09-09T20:01:13.437Z | Done |
190 | 2024-09-09T20:01:13.522Z | Done |
191 | 2024-09-09T20:01:17.054Z | Done |
192 | 2024-09-09T20:01:17.139Z | Done |
193 | 2024-09-09T20:01:17.141Z | Done |
194 | 2024-09-09T20:01:17.267Z | Done |
195 | 2024-09-09T20:01:17.694Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-09-09T20:01:17.694Z | clang system 15 system |
197 | 2024-09-09T20:01:17.694Z | csh system system illumos |
198 | 2024-09-09T20:01:17.694Z | ctags system system illumos |
199 | 2024-09-09T20:01:17.694Z | gcc vendor 12 vendor |
200 | 2024-09-09T20:01:17.694Z | gcc system 10 system |
201 | 2024-09-09T20:01:17.694Z | gcc system 7 system |
202 | 2024-09-09T20:01:17.694Z | go system 1.20 system |
203 | 2024-09-09T20:01:17.694Z | go system 1.19 system |
204 | 2024-09-09T20:01:17.694Z | llvm system 15 system |
205 | 2024-09-09T20:01:17.694Z | llvm system 14 system |
206 | 2024-09-09T20:01:17.694Z | mariadb system 10.6 system |
207 | 2024-09-09T20:01:17.694Z | mta vendor vendor dma |
208 | 2024-09-09T20:01:17.694Z | openjdk system 17 system |
209 | 2024-09-09T20:01:17.694Z | openjdk system 11 system |
210 | 2024-09-09T20:01:17.694Z | openjdk system 1.8 system |
211 | 2024-09-09T20:01:17.694Z | openssl vendor 3 vendor |
212 | 2024-09-09T20:01:17.694Z | perl system 5.36 system |
213 | 2024-09-09T20:01:17.694Z | postgresql system 15 system |
214 | 2024-09-09T20:01:17.694Z | postgresql system 13 system |
215 | 2024-09-09T20:01:17.694Z | python vendor 3 vendor |
216 | 2024-09-09T20:01:17.694Z | python system 2 system |
217 | 2024-09-09T20:01:17.694Z | python3 system 3.11 system |
218 | 2024-09-09T20:01:17.694Z | ruby system 3.0 system |
219 | 2024-09-09T20:01:17.694Z | words vendor vendor american-english |
220 | 2024-09-09T20:01:17.694Z | words system system australian-english |
221 | 2024-09-09T20:01:17.694Z | words system system british-english |
222 | 2024-09-09T20:01:17.694Z | words system system canadian-english |
223 | 2024-09-09T20:01:17.694Z | words system system french |
224 | 2024-09-09T20:01:17.694Z | words system system italian |
225 | 2024-09-09T20:01:17.694Z | words system system ngerman |
226 | 2024-09-09T20:01:17.694Z | words system system ogerman |
227 | 2024-09-09T20:01:17.694Z | words system system spanish |
228 | 2024-09-09T20:01:18.041Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-09-09T20:01:18.041Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-09-09T20:01:19.817Z | FMRI IFO |
231 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-09-09T20:01:19.817Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-09-09T20:01:20.430Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-09-09T20:01:20.726Z | Updating crates.io index |
246 | 2024-09-09T20:01:20.810Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
247 | 2024-09-09T20:01:21.534Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
248 | 2024-09-09T20:01:22.273Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
249 | 2024-09-09T20:01:22.512Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
250 | 2024-09-09T20:01:23.957Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-09-09T20:01:24.205Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-09-09T20:01:24.451Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-09-09T20:01:25.545Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-09-09T20:01:27.589Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-09-09T20:01:28.580Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-09-09T20:01:29.364Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-09-09T20:01:29.604Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
258 | 2024-09-09T20:01:30.094Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
259 | 2024-09-09T20:01:30.507Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
260 | 2024-09-09T20:01:30.745Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
261 | 2024-09-09T20:01:31.045Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-09-09T20:01:31.543Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-09-09T20:01:31.810Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-09-09T20:01:32.153Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-09-09T20:01:32.410Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-09-09T20:01:32.714Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2024-09-09T20:01:32.983Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-09-09T20:01:33.299Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-09-09T20:01:33.694Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-09-09T20:01:33.955Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-09-09T20:01:34.437Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-09-09T20:01:34.753Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-09-09T20:01:35.232Z | Updating git repository `https://github.com/oxidecomputer/typify` |
274 | 2024-09-09T20:01:37.626Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-09-09T20:01:37.888Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-09-09T20:01:38.188Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-09-09T20:01:38.542Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
278 | 2024-09-09T20:01:39.811Z | Downloading crates ... |
279 | 2024-09-09T20:01:39.870Z | Downloaded fs-err v2.11.0 |
280 | 2024-09-09T20:01:39.873Z | Downloaded anstyle v1.0.8 |
281 | 2024-09-09T20:01:39.876Z | Downloaded errno v0.3.9 |
282 | 2024-09-09T20:01:39.881Z | Downloaded digest v0.10.7 |
283 | 2024-09-09T20:01:39.881Z | Downloaded cfg-if v1.0.0 |
284 | 2024-09-09T20:01:39.890Z | Downloaded fnv v1.0.7 |
285 | 2024-09-09T20:01:39.894Z | Downloaded dtrace-parser v0.2.0 |
286 | 2024-09-09T20:01:39.896Z | Downloaded cargo-platform v0.1.8 |
287 | 2024-09-09T20:01:39.901Z | Downloaded cpufeatures v0.2.12 |
288 | 2024-09-09T20:01:39.903Z | Downloaded block-buffer v0.10.4 |
289 | 2024-09-09T20:01:39.903Z | Downloaded toml_datetime v0.6.8 |
290 | 2024-09-09T20:01:39.905Z | Downloaded clap_lex v0.7.0 |
291 | 2024-09-09T20:01:39.906Z | Downloaded strsim v0.11.1 |
292 | 2024-09-09T20:01:39.908Z | Downloaded bytecount v0.6.8 |
293 | 2024-09-09T20:01:39.912Z | Downloaded anstyle-query v1.0.3 |
294 | 2024-09-09T20:01:39.914Z | Downloaded thread-id v4.2.1 |
295 | 2024-09-09T20:01:39.914Z | Downloaded itoa v1.0.11 |
296 | 2024-09-09T20:01:39.914Z | Downloaded thiserror v1.0.63 |
297 | 2024-09-09T20:01:39.920Z | Downloaded tabled_derive v0.7.0 |
298 | 2024-09-09T20:01:39.922Z | Downloaded serde_spanned v0.6.7 |
299 | 2024-09-09T20:01:39.922Z | Downloaded utf8parse v0.2.1 |
300 | 2024-09-09T20:01:39.922Z | Downloaded autocfg v1.3.0 |
301 | 2024-09-09T20:01:39.925Z | Downloaded proc-macro-error v1.0.4 |
302 | 2024-09-09T20:01:39.930Z | Downloaded plain v0.2.3 |
303 | 2024-09-09T20:01:39.930Z | Downloaded usdt-impl v0.5.0 |
304 | 2024-09-09T20:01:39.930Z | Downloaded terminal_size v0.3.0 |
305 | 2024-09-09T20:01:39.932Z | Downloaded pest_generator v2.7.10 |
306 | 2024-09-09T20:01:39.932Z | Downloaded heck v0.4.1 |
307 | 2024-09-09T20:01:39.935Z | Downloaded semver v1.0.23 |
308 | 2024-09-09T20:01:39.943Z | Downloaded sha2 v0.10.8 |
309 | 2024-09-09T20:01:39.945Z | Downloaded once_cell v1.19.0 |
310 | 2024-09-09T20:01:39.955Z | Downloaded camino v1.1.9 |
311 | 2024-09-09T20:01:39.959Z | Downloaded zerocopy-derive v0.7.34 |
312 | 2024-09-09T20:01:39.963Z | Downloaded log v0.4.21 |
313 | 2024-09-09T20:01:39.966Z | Downloaded unicode-ident v1.0.12 |
314 | 2024-09-09T20:01:39.968Z | Downloaded typenum v1.17.0 |
315 | 2024-09-09T20:01:39.971Z | Downloaded scroll v0.12.0 |
316 | 2024-09-09T20:01:39.973Z | Downloaded scroll_derive v0.12.0 |
317 | 2024-09-09T20:01:39.973Z | Downloaded pretty-hex v0.4.1 |
318 | 2024-09-09T20:01:39.980Z | Downloaded swrite v0.1.0 |
319 | 2024-09-09T20:01:39.983Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-09-09T20:01:39.983Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-09-09T20:01:39.983Z | Downloaded equivalent v1.0.1 |
322 | 2024-09-09T20:01:39.986Z | Downloaded anstyle-parse v0.2.4 |
323 | 2024-09-09T20:01:39.988Z | Downloaded camino-tempfile v1.1.1 |
324 | 2024-09-09T20:01:39.988Z | Downloaded byteorder v1.5.0 |
325 | 2024-09-09T20:01:39.990Z | Downloaded fastrand v2.1.0 |
326 | 2024-09-09T20:01:39.990Z | Downloaded generic-array v0.14.7 |
327 | 2024-09-09T20:01:39.993Z | Downloaded colorchoice v1.0.1 |
328 | 2024-09-09T20:01:39.993Z | Downloaded dof v0.3.0 |
329 | 2024-09-09T20:01:39.996Z | Downloaded crypto-common v0.1.6 |
330 | 2024-09-09T20:01:39.996Z | Downloaded proc-macro2 v1.0.86 |
331 | 2024-09-09T20:01:39.998Z | Downloaded cargo_metadata v0.18.1 |
332 | 2024-09-09T20:01:40.001Z | Downloaded serde_derive v1.0.208 |
333 | 2024-09-09T20:01:40.008Z | Downloaded is_terminal_polyfill v1.70.0 |
334 | 2024-09-09T20:01:40.011Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-09-09T20:01:40.014Z | Downloaded memmap v0.7.0 |
336 | 2024-09-09T20:01:40.014Z | Downloaded thiserror-impl v1.0.63 |
337 | 2024-09-09T20:01:40.014Z | Downloaded smawk v0.3.2 |
338 | 2024-09-09T20:01:40.016Z | Downloaded heck v0.5.0 |
339 | 2024-09-09T20:01:40.016Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2024-09-09T20:01:40.019Z | Downloaded macaddr v1.0.1 |
341 | 2024-09-09T20:01:40.025Z | Downloaded unicode-linebreak v0.1.5 |
342 | 2024-09-09T20:01:40.027Z | Downloaded clap_derive v4.5.13 |
343 | 2024-09-09T20:01:40.029Z | Downloaded cargo_toml v0.20.4 |
344 | 2024-09-09T20:01:40.029Z | Downloaded anstream v0.6.14 |
345 | 2024-09-09T20:01:40.033Z | Downloaded pest_derive v2.7.10 |
346 | 2024-09-09T20:01:40.035Z | Downloaded indexmap v2.4.0 |
347 | 2024-09-09T20:01:40.041Z | Downloaded usdt v0.5.0 |
348 | 2024-09-09T20:01:40.043Z | Downloaded version_check v0.9.5 |
349 | 2024-09-09T20:01:40.051Z | Downloaded anyhow v1.0.86 |
350 | 2024-09-09T20:01:40.055Z | Downloaded bitflags v2.6.0 |
351 | 2024-09-09T20:01:40.067Z | Downloaded memchr v2.7.2 |
352 | 2024-09-09T20:01:40.074Z | Downloaded quote v1.0.36 |
353 | 2024-09-09T20:01:40.082Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-09-09T20:01:40.082Z | Downloaded ryu v1.0.18 |
355 | 2024-09-09T20:01:40.089Z | Downloaded tempfile v3.10.1 |
356 | 2024-09-09T20:01:40.089Z | Downloaded clap v4.5.16 |
357 | 2024-09-09T20:01:40.096Z | Downloaded papergrid v0.11.0 |
358 | 2024-09-09T20:01:40.103Z | Downloaded toml v0.8.19 |
359 | 2024-09-09T20:01:40.103Z | Downloaded serde v1.0.208 |
360 | 2024-09-09T20:01:40.110Z | Downloaded textwrap v0.16.1 |
361 | 2024-09-09T20:01:40.110Z | Downloaded pest_meta v2.7.10 |
362 | 2024-09-09T20:01:40.118Z | Downloaded pest v2.7.10 |
363 | 2024-09-09T20:01:40.124Z | Downloaded hashbrown v0.14.5 |
364 | 2024-09-09T20:01:40.124Z | Downloaded toml_edit v0.22.20 |
365 | 2024-09-09T20:01:40.141Z | Downloaded winnow v0.6.18 |
366 | 2024-09-09T20:01:40.153Z | Downloaded goblin v0.8.2 |
367 | 2024-09-09T20:01:40.156Z | Downloaded clap_builder v4.5.15 |
368 | 2024-09-09T20:01:40.162Z | Downloaded serde_json v1.0.125 |
369 | 2024-09-09T20:01:40.169Z | Downloaded zerocopy v0.7.34 |
370 | 2024-09-09T20:01:40.184Z | Downloaded tabled v0.15.0 |
371 | 2024-09-09T20:01:40.199Z | Downloaded syn v1.0.109 |
372 | 2024-09-09T20:01:40.209Z | Downloaded syn v2.0.74 |
373 | 2024-09-09T20:01:40.219Z | Downloaded rustix v0.38.34 |
374 | 2024-09-09T20:01:40.240Z | Downloaded unicode-width v0.1.13 |
375 | 2024-09-09T20:01:40.249Z | Downloaded libc v0.2.158 |
376 | 2024-09-09T20:01:40.550Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-09T20:01:40.550Z | Compiling unicode-ident v1.0.12 |
378 | 2024-09-09T20:01:40.553Z | Compiling version_check v0.9.5 |
379 | 2024-09-09T20:01:40.553Z | Compiling serde v1.0.208 |
380 | 2024-09-09T20:01:40.553Z | Compiling thiserror v1.0.63 |
381 | 2024-09-09T20:01:40.553Z | Compiling memchr v2.7.2 |
382 | 2024-09-09T20:01:40.553Z | Compiling libc v0.2.158 |
383 | 2024-09-09T20:01:40.553Z | Compiling ucd-trie v0.1.6 |
384 | 2024-09-09T20:01:40.802Z | Compiling ryu v1.0.18 |
385 | 2024-09-09T20:01:41.175Z | Compiling itoa v1.0.11 |
386 | 2024-09-09T20:01:41.300Z | Compiling once_cell v1.19.0 |
387 | 2024-09-09T20:01:41.342Z | Compiling byteorder v1.5.0 |
388 | 2024-09-09T20:01:41.389Z | Compiling serde_json v1.0.125 |
389 | 2024-09-09T20:01:41.415Z | Compiling rustix v0.38.34 |
390 | 2024-09-09T20:01:41.788Z | Compiling bitflags v2.6.0 |
391 | 2024-09-09T20:01:41.910Z | Compiling usdt-impl v0.5.0 |
392 | 2024-09-09T20:01:42.222Z | Compiling quote v1.0.36 |
393 | 2024-09-09T20:01:42.293Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-09-09T20:01:42.324Z | Compiling syn v1.0.109 |
395 | 2024-09-09T20:01:42.388Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-09-09T20:01:42.519Z | Compiling plain v0.2.3 |
397 | 2024-09-09T20:01:42.636Z | Compiling syn v2.0.74 |
398 | 2024-09-09T20:01:42.705Z | Compiling hashbrown v0.14.5 |
399 | 2024-09-09T20:01:42.707Z | Compiling camino v1.1.9 |
400 | 2024-09-09T20:01:42.948Z | Compiling errno v0.3.9 |
401 | 2024-09-09T20:01:43.057Z | Compiling utf8parse v0.2.1 |
402 | 2024-09-09T20:01:43.083Z | Compiling log v0.4.21 |
403 | 2024-09-09T20:01:43.205Z | Compiling equivalent v1.0.1 |
404 | 2024-09-09T20:01:43.320Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-09-09T20:01:43.407Z | Compiling thread-id v4.2.1 |
406 | 2024-09-09T20:01:43.659Z | Compiling pretty-hex v0.4.1 |
407 | 2024-09-09T20:01:43.682Z | Compiling colorchoice v1.0.1 |
408 | 2024-09-09T20:01:43.850Z | Compiling unicode-width v0.1.13 |
409 | 2024-09-09T20:01:43.876Z | Compiling anstyle-query v1.0.3 |
410 | 2024-09-09T20:01:43.876Z | Compiling autocfg v1.3.0 |
411 | 2024-09-09T20:01:44.012Z | Compiling indexmap v2.4.0 |
412 | 2024-09-09T20:01:44.042Z | Compiling semver v1.0.23 |
413 | 2024-09-09T20:01:44.066Z | Compiling anstyle v1.0.8 |
414 | 2024-09-09T20:01:44.105Z | Compiling winnow v0.6.18 |
415 | 2024-09-09T20:01:44.550Z | Compiling is_terminal_polyfill v1.70.0 |
416 | 2024-09-09T20:01:44.688Z | Compiling anstream v0.6.14 |
417 | 2024-09-09T20:01:44.884Z | Compiling fs-err v2.11.0 |
418 | 2024-09-09T20:01:44.977Z | Compiling fastrand v2.1.0 |
419 | 2024-09-09T20:01:45.174Z | Compiling terminal_size v0.3.0 |
420 | 2024-09-09T20:01:45.337Z | Compiling heck v0.4.1 |
421 | 2024-09-09T20:01:45.381Z | Compiling cfg-if v1.0.0 |
422 | 2024-09-09T20:01:45.437Z | Compiling heck v0.5.0 |
423 | 2024-09-09T20:01:45.480Z | Compiling strsim v0.11.1 |
424 | 2024-09-09T20:01:45.504Z | Compiling bytecount v0.6.8 |
425 | 2024-09-09T20:01:45.724Z | Compiling clap_lex v0.7.0 |
426 | 2024-09-09T20:01:45.834Z | Compiling anyhow v1.0.86 |
427 | 2024-09-09T20:01:45.930Z | Compiling fnv v1.0.7 |
428 | 2024-09-09T20:01:45.956Z | Compiling tempfile v3.10.1 |
429 | 2024-09-09T20:01:46.077Z | Compiling papergrid v0.11.0 |
430 | 2024-09-09T20:01:46.438Z | Compiling clap_builder v4.5.15 |
431 | 2024-09-09T20:01:46.795Z | Compiling memmap v0.7.0 |
432 | 2024-09-09T20:01:46.821Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-09-09T20:01:46.982Z | Compiling smawk v0.3.2 |
434 | 2024-09-09T20:01:47.222Z | Compiling textwrap v0.16.1 |
435 | 2024-09-09T20:01:47.784Z | Compiling swrite v0.1.0 |
436 | 2024-09-09T20:01:49.031Z | Compiling tabled_derive v0.7.0 |
437 | 2024-09-09T20:01:50.576Z | Compiling tabled v0.15.0 |
438 | 2024-09-09T20:01:51.293Z | Compiling serde_derive v1.0.208 |
439 | 2024-09-09T20:01:51.297Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-09-09T20:01:51.297Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-09-09T20:01:51.467Z | Compiling scroll_derive v0.12.0 |
442 | 2024-09-09T20:01:51.637Z | Compiling clap_derive v4.5.13 |
443 | 2024-09-09T20:01:52.846Z | Compiling scroll v0.12.0 |
444 | 2024-09-09T20:01:53.317Z | Compiling goblin v0.8.2 |
445 | 2024-09-09T20:01:53.524Z | Compiling zerocopy v0.7.34 |
446 | 2024-09-09T20:01:53.924Z | Compiling pest v2.7.10 |
447 | 2024-09-09T20:01:55.212Z | Compiling clap v4.5.16 |
448 | 2024-09-09T20:01:56.315Z | Compiling pest_meta v2.7.10 |
449 | 2024-09-09T20:01:57.153Z | Compiling pest_generator v2.7.10 |
450 | 2024-09-09T20:01:58.975Z | Compiling pest_derive v2.7.10 |
451 | 2024-09-09T20:01:59.717Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-09-09T20:02:01.524Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-09-09T20:02:01.620Z | Compiling serde_spanned v0.6.7 |
454 | 2024-09-09T20:02:01.620Z | Compiling toml_datetime v0.6.8 |
455 | 2024-09-09T20:02:01.814Z | Compiling cargo-platform v0.1.8 |
456 | 2024-09-09T20:02:01.955Z | Compiling toml_edit v0.22.20 |
457 | 2024-09-09T20:02:02.116Z | Compiling macaddr v1.0.1 |
458 | 2024-09-09T20:02:02.403Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-09-09T20:02:02.966Z | Compiling dof v0.3.0 |
460 | 2024-09-09T20:02:03.106Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-09-09T20:02:04.631Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-09-09T20:02:04.631Z | Compiling usdt-macro v0.5.0 |
463 | 2024-09-09T20:02:04.878Z | Compiling toml v0.8.19 |
464 | 2024-09-09T20:02:05.731Z | Compiling cargo_toml v0.20.4 |
465 | 2024-09-09T20:02:05.895Z | Compiling usdt v0.5.0 |
466 | 2024-09-09T20:02:09.406Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-09-09T20:02:13.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.37s |
468 | 2024-09-09T20:02:13.833Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-09-09T20:02:14.409Z | Downloading crates ... |
470 | 2024-09-09T20:02:14.542Z | Downloaded aead v0.5.2 |
471 | 2024-09-09T20:02:14.544Z | Downloaded ciborium-io v0.2.2 |
472 | 2024-09-09T20:02:14.547Z | Downloaded assert_matches v1.5.0 |
473 | 2024-09-09T20:02:14.550Z | Downloaded arrayref v0.3.7 |
474 | 2024-09-09T20:02:14.553Z | Downloaded adler v1.0.2 |
475 | 2024-09-09T20:02:14.555Z | Downloaded ascii v1.1.0 |
476 | 2024-09-09T20:02:14.558Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-09-09T20:02:14.560Z | Downloaded argon2 v0.5.3 |
478 | 2024-09-09T20:02:14.563Z | Downloaded async-stream-impl v0.3.5 |
479 | 2024-09-09T20:02:14.566Z | Downloaded ident_case v1.0.1 |
480 | 2024-09-09T20:02:14.570Z | Downloaded atty v0.2.14 |
481 | 2024-09-09T20:02:14.573Z | Downloaded newline-converter v0.3.0 |
482 | 2024-09-09T20:02:14.576Z | Downloaded crucible-workspace-hack v0.1.0 |
483 | 2024-09-09T20:02:14.580Z | Downloaded http-range v0.1.5 |
484 | 2024-09-09T20:02:14.582Z | Downloaded matches v0.1.10 |
485 | 2024-09-09T20:02:14.582Z | Downloaded bitfield-struct v0.6.1 |
486 | 2024-09-09T20:02:14.584Z | Downloaded md5 v0.7.0 |
487 | 2024-09-09T20:02:14.584Z | Downloaded is_ci v1.2.0 |
488 | 2024-09-09T20:02:14.586Z | Downloaded async-recursion v1.1.1 |
489 | 2024-09-09T20:02:14.589Z | Downloaded hubpack_derive v0.1.1 |
490 | 2024-09-09T20:02:14.591Z | Downloaded cipher v0.4.4 |
491 | 2024-09-09T20:02:14.594Z | Downloaded cbc v0.1.2 |
492 | 2024-09-09T20:02:14.594Z | Downloaded humantime v2.1.0 |
493 | 2024-09-09T20:02:14.597Z | Downloaded hostname v0.3.1 |
494 | 2024-09-09T20:02:14.599Z | Downloaded cassowary v0.3.0 |
495 | 2024-09-09T20:02:14.602Z | Downloaded httpdate v1.0.3 |
496 | 2024-09-09T20:02:14.602Z | Downloaded managed v0.8.0 |
497 | 2024-09-09T20:02:14.604Z | Downloaded lru v0.12.3 |
498 | 2024-09-09T20:02:14.604Z | Downloaded hubpack v0.1.2 |
499 | 2024-09-09T20:02:14.607Z | Downloaded ctr v0.9.2 |
500 | 2024-09-09T20:02:14.609Z | Downloaded multimap v0.10.0 |
501 | 2024-09-09T20:02:14.612Z | Downloaded linked-hash-map v0.5.6 |
502 | 2024-09-09T20:02:14.614Z | Downloaded convert_case v0.4.0 |
503 | 2024-09-09T20:02:14.614Z | Downloaded nibble_vec v0.1.0 |
504 | 2024-09-09T20:02:14.616Z | Downloaded maplit v1.0.2 |
505 | 2024-09-09T20:02:14.618Z | Downloaded arc-swap v1.7.1 |
506 | 2024-09-09T20:02:14.622Z | Downloaded const_format_proc_macros v0.2.32 |
507 | 2024-09-09T20:02:14.625Z | Downloaded num v0.4.3 |
508 | 2024-09-09T20:02:14.627Z | Downloaded darling v0.20.9 |
509 | 2024-09-09T20:02:14.631Z | Downloaded hostname v0.4.0 |
510 | 2024-09-09T20:02:14.634Z | Downloaded home v0.5.9 |
511 | 2024-09-09T20:02:14.636Z | Downloaded mime_guess v2.0.4 |
512 | 2024-09-09T20:02:14.638Z | Downloaded lazycell v1.3.0 |
513 | 2024-09-09T20:02:14.640Z | Downloaded native-tls v0.2.11 |
514 | 2024-09-09T20:02:14.642Z | Downloaded bitstruct_derive v0.1.0 |
515 | 2024-09-09T20:02:14.642Z | Downloaded new_debug_unreachable v1.0.6 |
516 | 2024-09-09T20:02:14.645Z | Downloaded is-terminal v0.4.12 |
517 | 2024-09-09T20:02:14.645Z | Downloaded match_cfg v0.1.0 |
518 | 2024-09-09T20:02:14.648Z | Downloaded bitstruct v0.1.1 |
519 | 2024-09-09T20:02:14.648Z | Downloaded atomicwrites v0.4.3 |
520 | 2024-09-09T20:02:14.651Z | Downloaded instant v0.1.12 |
521 | 2024-09-09T20:02:14.651Z | Downloaded crunchy v0.2.2 |
522 | 2024-09-09T20:02:14.654Z | Downloaded hyper-staticfile v0.9.5 |
523 | 2024-09-09T20:02:14.656Z | Downloaded cfg_aliases v0.2.1 |
524 | 2024-09-09T20:02:14.656Z | Downloaded indent_write v2.2.0 |
525 | 2024-09-09T20:02:14.658Z | Downloaded hyper-rustls v0.24.2 |
526 | 2024-09-09T20:02:14.661Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-09-09T20:02:14.661Z | Downloaded bcs v0.1.6 |
528 | 2024-09-09T20:02:14.663Z | Downloaded normalize-line-endings v0.3.0 |
529 | 2024-09-09T20:02:14.665Z | Downloaded newtype_derive v0.1.6 |
530 | 2024-09-09T20:02:14.668Z | Downloaded toolchain_find v0.4.0 |
531 | 2024-09-09T20:02:14.668Z | Downloaded termtree v0.4.1 |
532 | 2024-09-09T20:02:14.670Z | Downloaded highway v1.2.0 |
533 | 2024-09-09T20:02:14.672Z | Downloaded hyper-tls v0.5.0 |
534 | 2024-09-09T20:02:14.672Z | Downloaded httparse v1.8.0 |
535 | 2024-09-09T20:02:14.675Z | Downloaded ascii-canvas v3.0.0 |
536 | 2024-09-09T20:02:14.677Z | Downloaded iana-time-zone v0.1.60 |
537 | 2024-09-09T20:02:14.680Z | Downloaded indexmap v1.9.3 |
538 | 2024-09-09T20:02:14.685Z | Downloaded rpassword v7.3.1 |
539 | 2024-09-09T20:02:14.687Z | Downloaded inout v0.1.3 |
540 | 2024-09-09T20:02:14.687Z | Downloaded md-5 v0.10.6 |
541 | 2024-09-09T20:02:14.689Z | Downloaded base16ct v0.2.0 |
542 | 2024-09-09T20:02:14.691Z | Downloaded rfc6979 v0.4.0 |
543 | 2024-09-09T20:02:14.694Z | Downloaded mockall_derive v0.13.0 |
544 | 2024-09-09T20:02:14.696Z | Downloaded crossbeam-epoch v0.9.18 |
545 | 2024-09-09T20:02:14.699Z | Downloaded rustc_version v0.4.0 |
546 | 2024-09-09T20:02:14.701Z | Downloaded mockall v0.13.0 |
547 | 2024-09-09T20:02:14.701Z | Downloaded mime v0.3.17 |
548 | 2024-09-09T20:02:14.706Z | Downloaded castaway v0.2.3 |
549 | 2024-09-09T20:02:14.706Z | Downloaded bcrypt-pbkdf v0.10.0 |
550 | 2024-09-09T20:02:14.706Z | Downloaded newtype-uuid v1.1.0 |
551 | 2024-09-09T20:02:14.709Z | Downloaded fallible-streaming-iterator v0.1.9 |
552 | 2024-09-09T20:02:14.709Z | Downloaded libefi-sys v0.1.0 |
553 | 2024-09-09T20:02:14.711Z | Downloaded nodrop v0.1.14 |
554 | 2024-09-09T20:02:14.711Z | Downloaded maybe-uninit v2.0.0 |
555 | 2024-09-09T20:02:14.714Z | Downloaded smf v0.2.3 |
556 | 2024-09-09T20:02:14.718Z | Downloaded string_cache v0.8.7 |
557 | 2024-09-09T20:02:14.720Z | Downloaded slog-envlogger v2.2.0 |
558 | 2024-09-09T20:02:14.720Z | Downloaded openssl-macros v0.1.1 |
559 | 2024-09-09T20:02:14.720Z | Downloaded headers-core v0.2.0 |
560 | 2024-09-09T20:02:14.723Z | Downloaded rusty-fork v0.3.0 |
561 | 2024-09-09T20:02:14.723Z | Downloaded sha1 v0.10.6 |
562 | 2024-09-09T20:02:14.725Z | Downloaded twox-hash v1.6.3 |
563 | 2024-09-09T20:02:14.728Z | Downloaded serde_repr v0.1.19 |
564 | 2024-09-09T20:02:14.731Z | Downloaded crossbeam-deque v0.8.5 |
565 | 2024-09-09T20:02:14.731Z | Downloaded cookie v0.18.1 |
566 | 2024-09-09T20:02:14.733Z | Downloaded async-bb8-diesel v0.2.1 |
567 | 2024-09-09T20:02:14.737Z | Downloaded memmap2 v0.9.4 |
568 | 2024-09-09T20:02:14.739Z | Downloaded parse-size v1.0.0 |
569 | 2024-09-09T20:02:14.743Z | Downloaded float-ord v0.3.2 |
570 | 2024-09-09T20:02:14.743Z | Downloaded nanorand v0.7.0 |
571 | 2024-09-09T20:02:14.746Z | Downloaded signal-hook-mio v0.2.4 |
572 | 2024-09-09T20:02:14.748Z | Downloaded deranged v0.3.11 |
573 | 2024-09-09T20:02:14.748Z | Downloaded termcolor v1.4.1 |
574 | 2024-09-09T20:02:14.750Z | Downloaded lock_api v0.4.12 |
575 | 2024-09-09T20:02:14.753Z | Downloaded termios v0.3.3 |
576 | 2024-09-09T20:02:14.756Z | Downloaded precomputed-hash v0.1.1 |
577 | 2024-09-09T20:02:14.756Z | Downloaded defmt-parser v0.3.4 |
578 | 2024-09-09T20:02:14.758Z | Downloaded console v0.15.8 |
579 | 2024-09-09T20:02:14.761Z | Downloaded funty v2.0.0 |
580 | 2024-09-09T20:02:14.761Z | Downloaded bytes v1.7.1 |
581 | 2024-09-09T20:02:14.767Z | Downloaded spin v0.9.8 |
582 | 2024-09-09T20:02:14.770Z | Downloaded compact_str v0.8.0 |
583 | 2024-09-09T20:02:14.775Z | Downloaded cancel-safe-futures v0.1.5 |
584 | 2024-09-09T20:02:14.778Z | Downloaded ciborium v0.2.2 |
585 | 2024-09-09T20:02:14.781Z | Downloaded num_enum v0.5.11 |
586 | 2024-09-09T20:02:14.785Z | Downloaded ena v0.14.3 |
587 | 2024-09-09T20:02:14.788Z | Downloaded defmt v0.3.8 |
588 | 2024-09-09T20:02:14.792Z | Downloaded tinyvec_macros v0.1.1 |
589 | 2024-09-09T20:02:14.795Z | Downloaded whoami v1.5.1 |
590 | 2024-09-09T20:02:14.798Z | Downloaded hickory-resolver v0.24.1 |
591 | 2024-09-09T20:02:14.801Z | Downloaded pin-utils v0.1.0 |
592 | 2024-09-09T20:02:14.804Z | Downloaded zone_cfg_derive v0.3.0 |
593 | 2024-09-09T20:02:14.804Z | Downloaded zone_cfg_derive v0.1.2 |
594 | 2024-09-09T20:02:14.806Z | Downloaded want v0.3.1 |
595 | 2024-09-09T20:02:14.806Z | Downloaded diesel_table_macro_syntax v0.2.0 |
596 | 2024-09-09T20:02:14.809Z | Downloaded waitgroup v0.1.2 |
597 | 2024-09-09T20:02:14.809Z | Downloaded signal-hook-tokio v0.3.1 |
598 | 2024-09-09T20:02:14.811Z | Downloaded radium v0.7.0 |
599 | 2024-09-09T20:02:14.811Z | Downloaded r2d2 v0.8.10 |
600 | 2024-09-09T20:02:14.813Z | Downloaded test-strategy v0.3.1 |
601 | 2024-09-09T20:02:14.817Z | Downloaded predicates v3.1.2 |
602 | 2024-09-09T20:02:14.821Z | Downloaded hash32 v0.2.1 |
603 | 2024-09-09T20:02:14.823Z | Downloaded term v0.7.0 |
604 | 2024-09-09T20:02:14.826Z | Downloaded ppv-lite86 v0.2.17 |
605 | 2024-09-09T20:02:14.828Z | Downloaded slog-json v2.6.1 |
606 | 2024-09-09T20:02:14.831Z | Downloaded secrecy v0.8.0 |
607 | 2024-09-09T20:02:14.833Z | Downloaded rustls-pemfile v2.1.3 |
608 | 2024-09-09T20:02:14.835Z | Downloaded mio v1.0.2 |
609 | 2024-09-09T20:02:14.842Z | Downloaded crc-any v2.5.0 |
610 | 2024-09-09T20:02:14.845Z | Downloaded debug-ignore v1.0.5 |
611 | 2024-09-09T20:02:14.850Z | Downloaded russh-cryptovec v0.7.2 |
612 | 2024-09-09T20:02:14.850Z | Downloaded oso-derive v0.27.3 |
613 | 2024-09-09T20:02:14.850Z | Downloaded untrusted v0.7.1 |
614 | 2024-09-09T20:02:14.854Z | Downloaded topological-sort v0.2.2 |
615 | 2024-09-09T20:02:14.854Z | Downloaded pin-project-lite v0.2.14 |
616 | 2024-09-09T20:02:14.857Z | Downloaded foreign-types-shared v0.3.1 |
617 | 2024-09-09T20:02:14.860Z | Downloaded untrusted v0.9.0 |
618 | 2024-09-09T20:02:14.862Z | Downloaded sec1 v0.7.3 |
619 | 2024-09-09T20:02:14.865Z | Downloaded zone v0.3.0 |
620 | 2024-09-09T20:02:14.865Z | Downloaded futures v0.3.30 |
621 | 2024-09-09T20:02:14.870Z | Downloaded thread_local v1.1.8 |
622 | 2024-09-09T20:02:14.872Z | Downloaded structmeta v0.2.0 |
623 | 2024-09-09T20:02:14.875Z | Downloaded strum v0.26.3 |
624 | 2024-09-09T20:02:14.875Z | Downloaded futures-task v0.3.30 |
625 | 2024-09-09T20:02:14.878Z | Downloaded futures-sink v0.3.30 |
626 | 2024-09-09T20:02:14.878Z | Downloaded pin-project-internal v1.1.5 |
627 | 2024-09-09T20:02:14.880Z | Downloaded flagset v0.4.5 |
628 | 2024-09-09T20:02:14.883Z | Downloaded tungstenite v0.21.0 |
629 | 2024-09-09T20:02:14.885Z | Downloaded tungstenite v0.23.0 |
630 | 2024-09-09T20:02:14.889Z | Downloaded dhcproto-macros v0.1.0 |
631 | 2024-09-09T20:02:14.892Z | Downloaded crypto-bigint v0.5.5 |
632 | 2024-09-09T20:02:14.907Z | Downloaded miniz_oxide v0.8.0 |
633 | 2024-09-09T20:02:14.910Z | Downloaded vte_generate_state_changes v0.1.1 |
634 | 2024-09-09T20:02:14.913Z | Downloaded rtoolbox v0.0.2 |
635 | 2024-09-09T20:02:14.913Z | Downloaded parse-display-derive v0.10.0 |
636 | 2024-09-09T20:02:14.915Z | Downloaded parse-display v0.10.0 |
637 | 2024-09-09T20:02:14.915Z | Downloaded hash32 v0.3.1 |
638 | 2024-09-09T20:02:14.918Z | Downloaded endian-type v0.1.2 |
639 | 2024-09-09T20:02:14.918Z | Downloaded semver v0.1.20 |
640 | 2024-09-09T20:02:14.921Z | Downloaded scrypt v0.11.0 |
641 | 2024-09-09T20:02:14.924Z | Downloaded walkdir v2.5.0 |
642 | 2024-09-09T20:02:14.924Z | Downloaded fatfs v0.3.6 |
643 | 2024-09-09T20:02:14.927Z | Downloaded portpicker v0.1.1 |
644 | 2024-09-09T20:02:14.930Z | Downloaded primeorder v0.13.6 |
645 | 2024-09-09T20:02:14.930Z | Downloaded zeroize_derive v1.4.2 |
646 | 2024-09-09T20:02:14.932Z | Downloaded wait-timeout v0.2.0 |
647 | 2024-09-09T20:02:14.932Z | Downloaded unicode-truncate v1.0.0 |
648 | 2024-09-09T20:02:14.934Z | Downloaded peg-runtime v0.8.3 |
649 | 2024-09-09T20:02:14.937Z | Downloaded hashlink v0.9.1 |
650 | 2024-09-09T20:02:14.939Z | Downloaded num-traits v0.2.19 |
651 | 2024-09-09T20:02:14.941Z | Downloaded headers v0.3.9 |
652 | 2024-09-09T20:02:14.947Z | Downloaded structmeta-derive v0.3.0 |
653 | 2024-09-09T20:02:14.949Z | Downloaded sigpipe v0.1.3 |
654 | 2024-09-09T20:02:14.952Z | Downloaded hex-literal v0.4.1 |
655 | 2024-09-09T20:02:14.955Z | Downloaded elliptic-curve v0.13.8 |
656 | 2024-09-09T20:02:14.958Z | Downloaded heck v0.3.3 |
657 | 2024-09-09T20:02:14.961Z | Downloaded toml v0.7.8 |
658 | 2024-09-09T20:02:14.964Z | Downloaded tokio-macros v2.4.0 |
659 | 2024-09-09T20:02:14.965Z | Downloaded tls_codec_derive v0.4.1 |
660 | 2024-09-09T20:02:14.970Z | Downloaded foreign-types-shared v0.1.1 |
661 | 2024-09-09T20:02:14.970Z | Downloaded hex v0.4.3 |
662 | 2024-09-09T20:02:14.972Z | Downloaded darling_macro v0.20.9 |
663 | 2024-09-09T20:02:14.972Z | Downloaded diff v0.1.13 |
664 | 2024-09-09T20:02:14.975Z | Downloaded rayon-core v1.12.1 |
665 | 2024-09-09T20:02:14.978Z | Downloaded try-lock v0.2.5 |
666 | 2024-09-09T20:02:14.981Z | Downloaded path-slash v0.1.5 |
667 | 2024-09-09T20:02:14.981Z | Downloaded ref-cast-impl v1.0.23 |
668 | 2024-09-09T20:02:14.981Z | Downloaded derive_builder_macro v0.20.0 |
669 | 2024-09-09T20:02:14.983Z | Downloaded futures-executor v0.3.30 |
670 | 2024-09-09T20:02:14.987Z | Downloaded parking_lot_core v0.9.10 |
671 | 2024-09-09T20:02:14.989Z | Downloaded tinyvec v1.6.0 |
672 | 2024-09-09T20:02:14.991Z | Downloaded shell-words v1.1.0 |
673 | 2024-09-09T20:02:14.993Z | Downloaded typed-path v0.7.1 |
674 | 2024-09-09T20:02:14.999Z | Downloaded slog v2.7.0 |
675 | 2024-09-09T20:02:15.003Z | Downloaded supports-color v3.0.0 |
676 | 2024-09-09T20:02:15.005Z | Downloaded subtle v2.5.0 |
677 | 2024-09-09T20:02:15.021Z | Downloaded der v0.7.9 |
678 | 2024-09-09T20:02:15.021Z | Downloaded strum_macros v0.25.3 |
679 | 2024-09-09T20:02:15.021Z | Downloaded difflib v0.4.0 |
680 | 2024-09-09T20:02:15.021Z | Downloaded hickory-client v0.24.1 |
681 | 2024-09-09T20:02:15.024Z | Downloaded salsa20 v0.10.2 |
682 | 2024-09-09T20:02:15.024Z | Downloaded num_threads v0.1.7 |
683 | 2024-09-09T20:02:15.024Z | Downloaded shlex v1.3.0 |
684 | 2024-09-09T20:02:15.026Z | Downloaded pem-rfc7468 v0.7.0 |
685 | 2024-09-09T20:02:15.029Z | Downloaded nom v7.1.3 |
686 | 2024-09-09T20:02:15.033Z | Downloaded sync_wrapper v0.1.2 |
687 | 2024-09-09T20:02:15.036Z | Downloaded rand_xorshift v0.3.0 |
688 | 2024-09-09T20:02:15.036Z | Downloaded group v0.13.0 |
689 | 2024-09-09T20:02:15.039Z | Downloaded crossterm v0.27.0 |
690 | 2024-09-09T20:02:15.045Z | Downloaded rand_seeder v0.3.0 |
691 | 2024-09-09T20:02:15.047Z | Downloaded pretty-hex v0.2.1 |
692 | 2024-09-09T20:02:15.049Z | Downloaded itertools v0.10.5 |
693 | 2024-09-09T20:02:15.055Z | Downloaded itertools v0.13.0 |
694 | 2024-09-09T20:02:15.063Z | Downloaded spki v0.7.3 |
695 | 2024-09-09T20:02:15.065Z | Downloaded phf_shared v0.11.2 |
696 | 2024-09-09T20:02:15.068Z | Downloaded rustc-hash v1.1.0 |
697 | 2024-09-09T20:02:15.070Z | Downloaded number_prefix v0.4.0 |
698 | 2024-09-09T20:02:15.070Z | Downloaded uzers v0.11.3 |
699 | 2024-09-09T20:02:15.073Z | Downloaded parking_lot v0.11.2 |
700 | 2024-09-09T20:02:15.075Z | Downloaded take_mut v0.2.2 |
701 | 2024-09-09T20:02:15.075Z | Downloaded num-iter v0.1.45 |
702 | 2024-09-09T20:02:15.078Z | Downloaded strum_macros v0.26.4 |
703 | 2024-09-09T20:02:15.080Z | Downloaded socket2 v0.4.10 |
704 | 2024-09-09T20:02:15.082Z | Downloaded openssl-probe v0.1.5 |
705 | 2024-09-09T20:02:15.084Z | Downloaded which v4.4.2 |
706 | 2024-09-09T20:02:15.086Z | Downloaded utf-8 v0.7.6 |
707 | 2024-09-09T20:02:15.088Z | Downloaded opaque-debug v0.3.1 |
708 | 2024-09-09T20:02:15.088Z | Downloaded globset v0.4.14 |
709 | 2024-09-09T20:02:15.091Z | Downloaded postcard v1.0.8 |
710 | 2024-09-09T20:02:15.094Z | Downloaded poly1305 v0.8.0 |
711 | 2024-09-09T20:02:15.097Z | Downloaded fixedbitset v0.4.2 |
712 | 2024-09-09T20:02:15.099Z | Downloaded slog-stdlog v4.1.1 |
713 | 2024-09-09T20:02:15.101Z | Downloaded derive_builder_core v0.20.0 |
714 | 2024-09-09T20:02:15.103Z | Downloaded num-conv v0.1.0 |
715 | 2024-09-09T20:02:15.106Z | Downloaded subprocess v0.2.9 |
716 | 2024-09-09T20:02:15.109Z | Downloaded futures-core v0.3.30 |
717 | 2024-09-09T20:02:15.111Z | Downloaded pbkdf2 v0.12.2 |
718 | 2024-09-09T20:02:15.111Z | Downloaded derive_builder v0.20.0 |
719 | 2024-09-09T20:02:15.115Z | Downloaded half v2.4.1 |
720 | 2024-09-09T20:02:15.118Z | Downloaded downcast v0.11.0 |
721 | 2024-09-09T20:02:15.121Z | Downloaded rustversion v1.0.17 |
722 | 2024-09-09T20:02:15.123Z | Downloaded libxml v0.3.3 |
723 | 2024-09-09T20:02:15.131Z | Downloaded rsa v0.9.6 |
724 | 2024-09-09T20:02:15.135Z | Downloaded fallible-iterator v0.3.0 |
725 | 2024-09-09T20:02:15.138Z | Downloaded phf_shared v0.10.0 |
726 | 2024-09-09T20:02:15.138Z | Downloaded russh v0.45.0 |
727 | 2024-09-09T20:02:15.144Z | Downloaded yasna v0.5.2 |
728 | 2024-09-09T20:02:15.146Z | Downloaded tap v1.0.1 |
729 | 2024-09-09T20:02:15.150Z | Downloaded slog-scope v4.4.0 |
730 | 2024-09-09T20:02:15.152Z | Downloaded tower-service v0.3.2 |
731 | 2024-09-09T20:02:15.153Z | Downloaded signal-hook v0.3.17 |
732 | 2024-09-09T20:02:15.155Z | Downloaded slab v0.4.9 |
733 | 2024-09-09T20:02:15.157Z | Downloaded rand v0.8.5 |
734 | 2024-09-09T20:02:15.160Z | Downloaded display-error-chain v0.2.1 |
735 | 2024-09-09T20:02:15.162Z | Downloaded fxhash v0.2.1 |
736 | 2024-09-09T20:02:15.162Z | Downloaded dropshot_endpoint v0.10.1 |
737 | 2024-09-09T20:02:15.164Z | Downloaded time-core v0.1.2 |
738 | 2024-09-09T20:02:15.165Z | Downloaded fallible-iterator v0.2.0 |
739 | 2024-09-09T20:02:15.167Z | Downloaded either v1.13.0 |
740 | 2024-09-09T20:02:15.169Z | Downloaded vte v0.11.1 |
741 | 2024-09-09T20:02:15.171Z | Downloaded num-derive v0.4.2 |
742 | 2024-09-09T20:02:15.174Z | Downloaded tracing-attributes v0.1.27 |
743 | 2024-09-09T20:02:15.177Z | Downloaded ghash v0.5.1 |
744 | 2024-09-09T20:02:15.177Z | Downloaded pin-project v1.1.5 |
745 | 2024-09-09T20:02:15.189Z | Downloaded peg-macros v0.8.4 |
746 | 2024-09-09T20:02:15.191Z | Downloaded serde-big-array v0.5.1 |
747 | 2024-09-09T20:02:15.194Z | Downloaded schemars_derive v0.8.21 |
748 | 2024-09-09T20:02:15.194Z | Downloaded slog-term v2.9.1 |
749 | 2024-09-09T20:02:15.197Z | Downloaded crossterm v0.28.1 |
750 | 2024-09-09T20:02:15.205Z | Downloaded rand_chacha v0.3.1 |
751 | 2024-09-09T20:02:15.210Z | Downloaded getopts v0.2.21 |
752 | 2024-09-09T20:02:15.210Z | Downloaded gethostname v0.5.0 |
753 | 2024-09-09T20:02:15.210Z | Downloaded thiserror-no-std v2.0.2 |
754 | 2024-09-09T20:02:15.212Z | Downloaded ron v0.7.1 |
755 | 2024-09-09T20:02:15.218Z | Downloaded quick-error v1.2.3 |
756 | 2024-09-09T20:02:15.220Z | Downloaded foreign-types v0.3.2 |
757 | 2024-09-09T20:02:15.220Z | Downloaded tokio-tungstenite v0.21.0 |
758 | 2024-09-09T20:02:15.224Z | Downloaded unicase v2.7.0 |
759 | 2024-09-09T20:02:15.228Z | Downloaded serde_arrays v0.1.0 |
760 | 2024-09-09T20:02:15.228Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2024-09-09T20:02:15.228Z | Downloaded foreign-types v0.5.0 |
762 | 2024-09-09T20:02:15.231Z | Downloaded serde_plain v1.0.2 |
763 | 2024-09-09T20:02:15.231Z | Downloaded serde_path_to_error v0.1.16 |
764 | 2024-09-09T20:02:15.231Z | Downloaded derive-where v1.2.7 |
765 | 2024-09-09T20:02:15.234Z | Downloaded hashbrown v0.13.2 |
766 | 2024-09-09T20:02:15.239Z | Downloaded getrandom v0.2.14 |
767 | 2024-09-09T20:02:15.243Z | Downloaded unarray v0.1.4 |
768 | 2024-09-09T20:02:15.245Z | Downloaded dirs-next v2.0.0 |
769 | 2024-09-09T20:02:15.247Z | Downloaded zone v0.1.8 |
770 | 2024-09-09T20:02:15.247Z | Downloaded winnow v0.5.40 |
771 | 2024-09-09T20:02:15.256Z | Downloaded fd-lock v4.0.2 |
772 | 2024-09-09T20:02:15.259Z | Downloaded resolv-conf v0.7.0 |
773 | 2024-09-09T20:02:15.262Z | Downloaded serde_with_macros v3.9.0 |
774 | 2024-09-09T20:02:15.265Z | Downloaded pkcs5 v0.7.1 |
775 | 2024-09-09T20:02:15.267Z | Downloaded snafu v0.8.2 |
776 | 2024-09-09T20:02:15.274Z | Downloaded openssl-sys v0.9.103 |
777 | 2024-09-09T20:02:15.279Z | Downloaded ff v0.13.0 |
778 | 2024-09-09T20:02:15.281Z | Downloaded dyn-clone v1.0.17 |
779 | 2024-09-09T20:02:15.283Z | Downloaded dsl_auto_type v0.1.2 |
780 | 2024-09-09T20:02:15.287Z | Downloaded tui-tree-widget v0.22.0 |
781 | 2024-09-09T20:02:15.287Z | Downloaded owo-colors v4.0.0 |
782 | 2024-09-09T20:02:15.289Z | Downloaded omicron-zone-package v0.11.0 |
783 | 2024-09-09T20:02:15.292Z | Downloaded expectorate v1.1.0 |
784 | 2024-09-09T20:02:15.294Z | Downloaded ron v0.8.1 |
785 | 2024-09-09T20:02:15.300Z | Downloaded tokio-util v0.7.11 |
786 | 2024-09-09T20:02:15.307Z | Downloaded flate2 v1.0.33 |
787 | 2024-09-09T20:02:15.313Z | Downloaded num-bigint v0.4.5 |
788 | 2024-09-09T20:02:15.318Z | Downloaded p256 v0.13.2 |
789 | 2024-09-09T20:02:15.322Z | Downloaded serde_derive_internals v0.29.1 |
790 | 2024-09-09T20:02:15.324Z | Downloaded tokio-postgres v0.7.11 |
791 | 2024-09-09T20:02:15.328Z | Downloaded ecdsa v0.16.9 |
792 | 2024-09-09T20:02:15.331Z | Downloaded unicode-bidi v0.3.15 |
793 | 2024-09-09T20:02:15.334Z | Downloaded tracing-core v0.1.32 |
794 | 2024-09-09T20:02:15.337Z | Downloaded num-bigint-dig v0.8.4 |
795 | 2024-09-09T20:02:15.342Z | Downloaded unicode_categories v0.1.1 |
796 | 2024-09-09T20:02:15.345Z | Downloaded tracing v0.1.40 |
797 | 2024-09-09T20:02:15.349Z | Downloaded chrono v0.4.38 |
798 | 2024-09-09T20:02:15.357Z | Downloaded unicode-normalization v0.1.23 |
799 | 2024-09-09T20:02:15.361Z | Downloaded schemars v0.8.21 |
800 | 2024-09-09T20:02:15.375Z | Downloaded ed25519-dalek v2.1.1 |
801 | 2024-09-09T20:02:15.378Z | Downloaded futures-util v0.3.30 |
802 | 2024-09-09T20:02:15.391Z | Downloaded url v2.5.2 |
803 | 2024-09-09T20:02:15.394Z | Downloaded idna v0.4.0 |
804 | 2024-09-09T20:02:15.402Z | Downloaded bitvec v1.0.1 |
805 | 2024-09-09T20:02:15.418Z | Downloaded time v0.3.36 |
806 | 2024-09-09T20:02:15.425Z | Downloaded reedline v0.33.0 |
807 | 2024-09-09T20:02:15.433Z | Downloaded idna v0.2.3 |
808 | 2024-09-09T20:02:15.440Z | Downloaded idna v0.3.0 |
809 | 2024-09-09T20:02:15.447Z | Downloaded idna v0.5.0 |
810 | 2024-09-09T20:02:15.455Z | Downloaded hickory-proto v0.24.1 |
811 | 2024-09-09T20:02:15.474Z | Downloaded p521 v0.13.3 |
812 | 2024-09-09T20:02:15.478Z | Downloaded proptest v1.5.0 |
813 | 2024-09-09T20:02:15.486Z | Downloaded nix v0.28.0 |
814 | 2024-09-09T20:02:15.500Z | Downloaded nix v0.27.1 |
815 | 2024-09-09T20:02:15.510Z | Downloaded rustls-webpki v0.101.7 |
816 | 2024-09-09T20:02:15.525Z | Downloaded vcpkg v0.2.15 |
817 | 2024-09-09T20:02:15.565Z | Downloaded quick-xml v0.31.0 |
818 | 2024-09-09T20:02:15.571Z | Downloaded h2 v0.3.26 |
819 | 2024-09-09T20:02:15.578Z | Downloaded nix v0.29.0 |
820 | 2024-09-09T20:02:15.590Z | Downloaded rayon v1.10.0 |
821 | 2024-09-09T20:02:15.600Z | Downloaded reqwest v0.11.27 |
822 | 2024-09-09T20:02:15.608Z | Downloaded p384 v0.13.0 |
823 | 2024-09-09T20:02:15.616Z | Downloaded regex v1.10.6 |
824 | 2024-09-09T20:02:15.630Z | Downloaded regex-syntax v0.6.29 |
825 | 2024-09-09T20:02:15.636Z | Downloaded dropshot v0.10.1 |
826 | 2024-09-09T20:02:15.648Z | Downloaded trust-dns-proto v0.22.0 |
827 | 2024-09-09T20:02:15.660Z | Downloaded bstr v1.9.1 |
828 | 2024-09-09T20:02:15.672Z | Downloaded gimli v0.28.1 |
829 | 2024-09-09T20:02:15.681Z | Downloaded regex-syntax v0.8.4 |
830 | 2024-09-09T20:02:15.690Z | Downloaded webpki-roots v0.25.4 |
831 | 2024-09-09T20:02:15.694Z | Downloaded smoltcp v0.9.1 |
832 | 2024-09-09T20:02:15.706Z | Downloaded diesel v2.2.3 |
833 | 2024-09-09T20:02:15.726Z | Downloaded radix_trie v0.2.1 |
834 | 2024-09-09T20:02:15.732Z | Downloaded smoltcp v0.11.0 |
835 | 2024-09-09T20:02:15.746Z | Downloaded openapiv3 v2.0.0 |
836 | 2024-09-09T20:02:15.757Z | Downloaded object v0.30.4 |
837 | 2024-09-09T20:02:15.768Z | Downloaded polar-core v0.27.3 |
838 | 2024-09-09T20:02:15.779Z | Downloaded regress v0.9.1 |
839 | 2024-09-09T20:02:15.786Z | Downloaded regex-automata v0.4.6 |
840 | 2024-09-09T20:02:15.804Z | Downloaded rustls v0.21.12 |
841 | 2024-09-09T20:02:15.816Z | Downloaded ratatui v0.28.0 |
842 | 2024-09-09T20:02:15.836Z | Downloaded curve25519-dalek v4.1.3 |
843 | 2024-09-09T20:02:15.845Z | Downloaded sled v0.34.7 |
844 | 2024-09-09T20:02:15.859Z | Downloaded petgraph v0.6.5 |
845 | 2024-09-09T20:02:15.876Z | Downloaded zerocopy-derive v0.6.6 |
846 | 2024-09-09T20:02:15.887Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
847 | 2024-09-09T20:02:15.899Z | Downloaded object v0.32.2 |
848 | 2024-09-09T20:02:15.911Z | Downloaded finl_unicode v1.2.0 |
849 | 2024-09-09T20:02:15.924Z | Downloaded tokio v1.39.3 |
850 | 2024-09-09T20:02:15.961Z | Downloaded sha3 v0.10.8 |
851 | 2024-09-09T20:02:15.965Z | Downloaded csv v1.3.0 |
852 | 2024-09-09T20:02:15.986Z | Downloaded sqlparser v0.45.0 |
853 | 2024-09-09T20:02:15.992Z | Downloaded rustls-webpki v0.102.4 |
854 | 2024-09-09T20:02:16.009Z | Downloaded git2 v0.19.0 |
855 | 2024-09-09T20:02:16.017Z | Downloaded rustls v0.22.4 |
856 | 2024-09-09T20:02:16.031Z | Downloaded openssl v0.10.66 |
857 | 2024-09-09T20:02:16.040Z | Downloaded bindgen v0.69.4 |
858 | 2024-09-09T20:02:16.049Z | Downloaded portable-atomic v1.6.0 |
859 | 2024-09-09T20:02:16.054Z | Downloaded serde_with v3.9.0 |
860 | 2024-09-09T20:02:16.062Z | Downloaded lalrpop v0.19.12 |
861 | 2024-09-09T20:02:16.073Z | Downloaded blake3 v1.5.1 |
862 | 2024-09-09T20:02:16.080Z | Downloaded flume v0.11.0 |
863 | 2024-09-09T20:02:16.084Z | Downloaded unicode-segmentation v1.11.0 |
864 | 2024-09-09T20:02:16.087Z | Downloaded rusqlite v0.31.0 |
865 | 2024-09-09T20:02:16.094Z | Downloaded packed_struct v0.10.1 |
866 | 2024-09-09T20:02:16.096Z | Downloaded postgres-types v0.2.7 |
867 | 2024-09-09T20:02:16.098Z | Downloaded pkcs1 v0.7.5 |
868 | 2024-09-09T20:02:16.102Z | Downloaded ssh-key v0.6.6 |
869 | 2024-09-09T20:02:16.107Z | Downloaded zeroize v1.7.0 |
870 | 2024-09-09T20:02:16.109Z | Downloaded tokio-rustls v0.24.1 |
871 | 2024-09-09T20:02:16.112Z | Downloaded russh-keys v0.45.0 |
872 | 2024-09-09T20:02:16.115Z | Downloaded scopeguard v1.2.0 |
873 | 2024-09-09T20:02:16.115Z | Downloaded publicsuffix v2.2.3 |
874 | 2024-09-09T20:02:16.118Z | Downloaded darling_core v0.20.9 |
875 | 2024-09-09T20:02:16.121Z | Downloaded encoding_rs v0.8.34 |
876 | 2024-09-09T20:02:16.144Z | Downloaded time-macros v0.2.18 |
877 | 2024-09-09T20:02:16.147Z | Downloaded postgres-protocol v0.6.7 |
878 | 2024-09-09T20:02:16.149Z | Downloaded pkcs8 v0.10.2 |
879 | 2024-09-09T20:02:16.149Z | Downloaded uuid v1.10.0 |
880 | 2024-09-09T20:02:16.152Z | Downloaded hashbrown v0.12.3 |
881 | 2024-09-09T20:02:16.155Z | Downloaded samael v0.0.15 |
882 | 2024-09-09T20:02:16.160Z | Downloaded phf v0.11.2 |
883 | 2024-09-09T20:02:16.163Z | Downloaded tokio-tungstenite v0.20.1 |
884 | 2024-09-09T20:02:16.166Z | Downloaded tokio-stream v0.1.15 |
885 | 2024-09-09T20:02:16.169Z | Downloaded tokio-rustls v0.25.0 |
886 | 2024-09-09T20:02:16.172Z | Downloaded tough v0.17.1 |
887 | 2024-09-09T20:02:16.178Z | Downloaded hyper v0.14.30 |
888 | 2024-09-09T20:02:16.186Z | Downloaded zerocopy v0.6.6 |
889 | 2024-09-09T20:02:16.189Z | Downloaded ed25519 v2.2.3 |
890 | 2024-09-09T20:02:16.192Z | Downloaded sqlformat v0.2.4 |
891 | 2024-09-09T20:02:16.192Z | Downloaded rustc-demangle v0.1.24 |
892 | 2024-09-09T20:02:16.194Z | Downloaded serde_yaml v0.9.34+deprecated |
893 | 2024-09-09T20:02:16.197Z | Downloaded peg v0.8.4 |
894 | 2024-09-09T20:02:16.200Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
895 | 2024-09-09T20:02:16.258Z | Downloaded rustyline v14.0.0 |
896 | 2024-09-09T20:02:16.263Z | Downloaded derive_more v0.99.18 |
897 | 2024-09-09T20:02:16.270Z | Downloaded unsafe-libyaml v0.2.11 |
898 | 2024-09-09T20:02:16.273Z | Downloaded psl-types v2.0.11 |
899 | 2024-09-09T20:02:16.275Z | Downloaded predicates-core v1.0.6 |
900 | 2024-09-09T20:02:16.275Z | Downloaded powerfmt v0.2.0 |
901 | 2024-09-09T20:02:16.278Z | Downloaded num-integer v0.1.46 |
902 | 2024-09-09T20:02:16.278Z | Downloaded zip v0.6.6 |
903 | 2024-09-09T20:02:16.281Z | Downloaded itertools v0.12.1 |
904 | 2024-09-09T20:02:16.288Z | Downloaded xattr v1.3.1 |
905 | 2024-09-09T20:02:16.291Z | Downloaded num-rational v0.4.2 |
906 | 2024-09-09T20:02:16.293Z | Downloaded rustls-pki-types v1.7.0 |
907 | 2024-09-09T20:02:16.296Z | Downloaded socket2 v0.5.7 |
908 | 2024-09-09T20:02:16.296Z | Downloaded packed_struct_codegen v0.10.1 |
909 | 2024-09-09T20:02:16.299Z | Downloaded snafu-derive v0.8.2 |
910 | 2024-09-09T20:02:16.299Z | Downloaded hkdf v0.12.4 |
911 | 2024-09-09T20:02:16.301Z | Downloaded foreign-types-macros v0.2.3 |
912 | 2024-09-09T20:02:16.301Z | Downloaded percent-encoding v2.3.1 |
913 | 2024-09-09T20:02:16.304Z | Downloaded float-cmp v0.9.0 |
914 | 2024-09-09T20:02:16.304Z | Downloaded filetime v0.2.25 |
915 | 2024-09-09T20:02:16.306Z | Downloaded prettyplease v0.2.20 |
916 | 2024-09-09T20:02:16.308Z | Downloaded aho-corasick v1.1.3 |
917 | 2024-09-09T20:02:16.314Z | Downloaded heapless v0.8.0 |
918 | 2024-09-09T20:02:16.318Z | Downloaded heapless v0.7.17 |
919 | 2024-09-09T20:02:16.322Z | Downloaded olpc-cjson v0.1.3 |
920 | 2024-09-09T20:02:16.324Z | Downloaded tabwriter v1.4.0 |
921 | 2024-09-09T20:02:16.324Z | Downloaded ssh-encoding v0.2.0 |
922 | 2024-09-09T20:02:16.326Z | Downloaded ssh-cipher v0.2.0 |
923 | 2024-09-09T20:02:16.326Z | Downloaded proc-macro-crate v1.3.1 |
924 | 2024-09-09T20:02:16.329Z | Downloaded toml_edit v0.19.15 |
925 | 2024-09-09T20:02:16.344Z | Downloaded steno v0.4.1 |
926 | 2024-09-09T20:02:16.347Z | Downloaded aes v0.8.4 |
927 | 2024-09-09T20:02:16.351Z | Downloaded pbkdf2 v0.11.0 |
928 | 2024-09-09T20:02:16.354Z | Downloaded rcgen v0.12.1 |
929 | 2024-09-09T20:02:16.357Z | Downloaded x509-cert v0.2.5 |
930 | 2024-09-09T20:02:16.362Z | Downloaded spin v0.5.2 |
931 | 2024-09-09T20:02:16.364Z | Downloaded serde_urlencoded v0.7.1 |
932 | 2024-09-09T20:02:16.366Z | Downloaded dhcproto v0.12.0 |
933 | 2024-09-09T20:02:16.369Z | Downloaded diesel_derives v2.2.2 |
934 | 2024-09-09T20:02:16.371Z | Downloaded rand_core v0.6.4 |
935 | 2024-09-09T20:02:16.374Z | Downloaded predicates-tree v1.0.9 |
936 | 2024-09-09T20:02:16.374Z | Downloaded glob v0.3.1 |
937 | 2024-09-09T20:02:16.376Z | Downloaded universal-hash v0.5.1 |
938 | 2024-09-09T20:02:16.376Z | Downloaded unicode-xid v0.2.4 |
939 | 2024-09-09T20:02:16.379Z | Downloaded sqlparser_derive v0.2.2 |
940 | 2024-09-09T20:02:16.379Z | Downloaded num_enum_derive v0.5.11 |
941 | 2024-09-09T20:02:16.382Z | Downloaded des v0.8.1 |
942 | 2024-09-09T20:02:16.384Z | Downloaded parking_lot_core v0.8.6 |
943 | 2024-09-09T20:02:16.384Z | Downloaded oso v0.27.3 |
944 | 2024-09-09T20:02:16.387Z | Downloaded const_format v0.2.32 |
945 | 2024-09-09T20:02:16.392Z | Downloaded signature v2.2.0 |
946 | 2024-09-09T20:02:16.395Z | Downloaded signal-hook-registry v1.4.2 |
947 | 2024-09-09T20:02:16.395Z | Downloaded scheduled-thread-pool v0.2.7 |
948 | 2024-09-09T20:02:16.398Z | Downloaded rustls-pemfile v1.0.4 |
949 | 2024-09-09T20:02:16.398Z | Downloaded ref-cast v1.0.23 |
950 | 2024-09-09T20:02:16.401Z | Downloaded pkg-config v0.3.30 |
951 | 2024-09-09T20:02:16.403Z | Downloaded env_logger v0.9.3 |
952 | 2024-09-09T20:02:16.406Z | Downloaded tokio-native-tls v0.3.1 |
953 | 2024-09-09T20:02:16.406Z | Downloaded aes-gcm v0.10.3 |
954 | 2024-09-09T20:02:16.409Z | Downloaded tiny-keccak v2.0.2 |
955 | 2024-09-09T20:02:16.411Z | Downloaded mio v0.8.11 |
956 | 2024-09-09T20:02:16.417Z | Downloaded enum-as-inner v0.6.0 |
957 | 2024-09-09T20:02:16.420Z | Downloaded enum-as-inner v0.5.1 |
958 | 2024-09-09T20:02:16.422Z | Downloaded base64 v0.21.7 |
959 | 2024-09-09T20:02:16.425Z | Downloaded paste v1.0.15 |
960 | 2024-09-09T20:02:16.428Z | Downloaded password-hash v0.5.0 |
961 | 2024-09-09T20:02:16.428Z | Downloaded tungstenite v0.20.1 |
962 | 2024-09-09T20:02:16.431Z | Downloaded minimal-lexical v0.2.1 |
963 | 2024-09-09T20:02:16.436Z | Downloaded libm v0.2.8 |
964 | 2024-09-09T20:02:16.444Z | Downloaded base64 v0.22.1 |
965 | 2024-09-09T20:02:16.448Z | Downloaded structmeta-derive v0.2.0 |
966 | 2024-09-09T20:02:16.452Z | Downloaded smallvec v0.6.14 |
967 | 2024-09-09T20:02:16.452Z | Downloaded buf-list v1.0.3 |
968 | 2024-09-09T20:02:16.455Z | Downloaded same-file v1.0.6 |
969 | 2024-09-09T20:02:16.455Z | Downloaded env_logger v0.10.2 |
970 | 2024-09-09T20:02:16.460Z | Downloaded strum_macros v0.24.3 |
971 | 2024-09-09T20:02:16.463Z | Downloaded polyval v0.6.2 |
972 | 2024-09-09T20:02:16.463Z | Downloaded erased-serde v0.3.31 |
973 | 2024-09-09T20:02:16.463Z | Downloaded tokio-tungstenite v0.23.1 |
974 | 2024-09-09T20:02:16.466Z | Downloaded futures-io v0.3.30 |
975 | 2024-09-09T20:02:16.467Z | Downloaded vergen v8.3.2 |
976 | 2024-09-09T20:02:16.470Z | Downloaded crossbeam-channel v0.5.12 |
977 | 2024-09-09T20:02:16.474Z | Downloaded chacha20poly1305 v0.10.1 |
978 | 2024-09-09T20:02:16.477Z | Downloaded blake2 v0.10.6 |
979 | 2024-09-09T20:02:16.477Z | Downloaded parking_lot v0.12.2 |
980 | 2024-09-09T20:02:16.480Z | Downloaded http v1.1.0 |
981 | 2024-09-09T20:02:16.483Z | Downloaded tar v0.4.41 |
982 | 2024-09-09T20:02:16.486Z | Downloaded password-hash v0.4.2 |
983 | 2024-09-09T20:02:16.490Z | Downloaded futures-macro v0.3.30 |
984 | 2024-09-09T20:02:16.490Z | Downloaded similar v2.6.0 |
985 | 2024-09-09T20:02:16.494Z | Downloaded hickory-server v0.24.1 |
986 | 2024-09-09T20:02:16.498Z | Downloaded strip-ansi-escapes v0.2.0 |
987 | 2024-09-09T20:02:16.500Z | Downloaded stringprep v0.1.4 |
988 | 2024-09-09T20:02:16.504Z | Downloaded slog-bunyan v2.5.0 |
989 | 2024-09-09T20:02:16.505Z | Downloaded slog-async v2.8.0 |
990 | 2024-09-09T20:02:16.507Z | Downloaded futures-channel v0.3.30 |
991 | 2024-09-09T20:02:16.507Z | Downloaded rustfmt-wrapper v0.2.1 |
992 | 2024-09-09T20:02:16.507Z | Downloaded rustc_version v0.1.7 |
993 | 2024-09-09T20:02:16.507Z | Downloaded allocator-api2 v0.2.18 |
994 | 2024-09-09T20:02:16.510Z | Downloaded tls_codec v0.4.1 |
995 | 2024-09-09T20:02:16.512Z | Downloaded structmeta v0.3.0 |
996 | 2024-09-09T20:02:16.512Z | Downloaded slog-dtrace v0.3.0 |
997 | 2024-09-09T20:02:16.515Z | Downloaded sct v0.7.1 |
998 | 2024-09-09T20:02:16.520Z | Downloaded indicatif v0.17.8 |
999 | 2024-09-09T20:02:16.522Z | Downloaded crossbeam-utils v0.8.19 |
1000 | 2024-09-09T20:02:16.524Z | Downloaded async-trait v0.1.81 |
1001 | 2024-09-09T20:02:16.527Z | Downloaded num-complex v0.4.6 |
1002 | 2024-09-09T20:02:16.529Z | Downloaded cc v1.0.97 |
1003 | 2024-09-09T20:02:16.531Z | Downloaded backtrace v0.3.71 |
1004 | 2024-09-09T20:02:16.536Z | Downloaded fragile v2.0.0 |
1005 | 2024-09-09T20:02:16.539Z | Downloaded der_derive v0.7.2 |
1006 | 2024-09-09T20:02:16.542Z | Downloaded smallvec v1.13.2 |
1007 | 2024-09-09T20:02:16.542Z | Downloaded pem v3.0.4 |
1008 | 2024-09-09T20:02:16.544Z | Downloaded form_urlencoded v1.2.1 |
1009 | 2024-09-09T20:02:16.544Z | Downloaded http v0.2.12 |
1010 | 2024-09-09T20:02:16.547Z | Downloaded embedded-io v0.4.0 |
1011 | 2024-09-09T20:02:16.549Z | Downloaded miniz_oxide v0.7.2 |
1012 | 2024-09-09T20:02:16.552Z | Downloaded arrayvec v0.7.4 |
1013 | 2024-09-09T20:02:16.555Z | Downloaded data-encoding v2.6.0 |
1014 | 2024-09-09T20:02:16.555Z | Downloaded vsss-rs v3.3.4 |
1015 | 2024-09-09T20:02:16.558Z | Downloaded cookie v0.17.0 |
1016 | 2024-09-09T20:02:16.560Z | Downloaded clang-sys v1.7.0 |
1017 | 2024-09-09T20:02:16.562Z | Downloaded csv-core v0.1.11 |
1018 | 2024-09-09T20:02:16.564Z | Downloaded crc32fast v1.4.0 |
1019 | 2024-09-09T20:02:16.564Z | Downloaded cookie_store v0.20.0 |
1020 | 2024-09-09T20:02:16.573Z | Downloaded bzip2 v0.4.4 |
1021 | 2024-09-09T20:02:16.573Z | Downloaded base64ct v1.6.0 |
1022 | 2024-09-09T20:02:16.573Z | Downloaded base64 v0.13.1 |
1023 | 2024-09-09T20:02:16.577Z | Downloaded nu-ansi-term v0.50.0 |
1024 | 2024-09-09T20:02:16.577Z | Downloaded thiserror-impl-no-std v2.0.2 |
1025 | 2024-09-09T20:02:16.577Z | Downloaded siphasher v0.3.11 |
1026 | 2024-09-09T20:02:16.581Z | Downloaded backoff v0.4.0 |
1027 | 2024-09-09T20:02:16.581Z | Downloaded ahash v0.8.11 |
1028 | 2024-09-09T20:02:16.584Z | Downloaded defmt-macros v0.3.9 |
1029 | 2024-09-09T20:02:16.587Z | Downloaded wyz v0.5.1 |
1030 | 2024-09-09T20:02:16.590Z | Downloaded static_assertions v1.1.0 |
1031 | 2024-09-09T20:02:16.592Z | Downloaded stable_deref_trait v1.2.0 |
1032 | 2024-09-09T20:02:16.592Z | Downloaded jobserver v0.1.32 |
1033 | 2024-09-09T20:02:16.594Z | Downloaded const-oid v0.9.6 |
1034 | 2024-09-09T20:02:16.597Z | Downloaded multer v3.1.0 |
1035 | 2024-09-09T20:02:16.599Z | Downloaded linear-map v1.2.0 |
1036 | 2024-09-09T20:02:16.600Z | Downloaded hmac v0.12.1 |
1037 | 2024-09-09T20:02:16.603Z | Downloaded libloading v0.8.3 |
1038 | 2024-09-09T20:02:16.603Z | Downloaded ipnet v2.9.0 |
1039 | 2024-09-09T20:02:16.606Z | Downloaded addr2line v0.21.0 |
1040 | 2024-09-09T20:02:16.606Z | Downloaded serde-hex v0.1.0 |
1041 | 2024-09-09T20:02:16.609Z | Downloaded constant_time_eq v0.3.0 |
1042 | 2024-09-09T20:02:16.609Z | Downloaded kstat-rs v0.2.4 |
1043 | 2024-09-09T20:02:16.612Z | Downloaded colored v2.1.0 |
1044 | 2024-09-09T20:02:16.612Z | Downloaded async-stream v0.3.5 |
1045 | 2024-09-09T20:02:16.615Z | Downloaded lru-cache v0.1.2 |
1046 | 2024-09-09T20:02:16.615Z | Downloaded ciborium-ll v0.2.2 |
1047 | 2024-09-09T20:02:16.618Z | Downloaded blowfish v0.9.1 |
1048 | 2024-09-09T20:02:16.618Z | Downloaded bitflags v1.3.2 |
1049 | 2024-09-09T20:02:16.622Z | Downloaded lazy_static v1.5.0 |
1050 | 2024-09-09T20:02:16.624Z | Downloaded cexpr v0.6.0 |
1051 | 2024-09-09T20:02:16.625Z | Downloaded bitfield v0.14.0 |
1052 | 2024-09-09T20:02:16.625Z | Downloaded array-init v0.0.4 |
1053 | 2024-09-09T20:02:16.627Z | Downloaded adler2 v2.0.0 |
1054 | 2024-09-09T20:02:16.627Z | Downloaded keccak v0.1.5 |
1055 | 2024-09-09T20:02:16.630Z | Downloaded internet-checksum v0.2.1 |
1056 | 2024-09-09T20:02:16.630Z | Downloaded instability v0.3.2 |
1057 | 2024-09-09T20:02:16.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
1058 | 2024-09-09T20:02:16.632Z | Downloaded curve25519-dalek-derive v0.1.1 |
1059 | 2024-09-09T20:02:16.636Z | Downloaded crc-catalog v2.4.0 |
1060 | 2024-09-09T20:02:16.636Z | Downloaded crc v3.2.1 |
1061 | 2024-09-09T20:02:16.640Z | Downloaded memoffset v0.9.1 |
1062 | 2024-09-09T20:02:16.640Z | Downloaded libsw v3.3.1 |
1063 | 2024-09-09T20:02:16.642Z | Downloaded ipnetwork v0.20.0 |
1064 | 2024-09-09T20:02:16.642Z | Downloaded lalrpop-util v0.19.12 |
1065 | 2024-09-09T20:02:16.642Z | Downloaded indoc v1.0.9 |
1066 | 2024-09-09T20:02:16.644Z | Downloaded chacha20 v0.9.1 |
1067 | 2024-09-09T20:02:16.647Z | Downloaded http-body v0.4.6 |
1068 | 2024-09-09T20:02:16.649Z | Downloaded cobs v0.2.3 |
1069 | 2024-09-09T20:02:16.649Z | Downloaded block-padding v0.3.3 |
1070 | 2024-09-09T20:02:16.651Z | Downloaded bb8 v0.8.5 |
1071 | 2024-09-09T20:02:16.651Z | Downloaded atomic-waker v1.1.2 |
1072 | 2024-09-09T20:02:16.653Z | Downloaded bit-vec v0.6.3 |
1073 | 2024-09-09T20:02:16.653Z | Downloaded bit-set v0.5.3 |
1074 | 2024-09-09T20:02:16.755Z | Downloaded libz-sys v1.1.16 |
1075 | 2024-09-09T20:02:16.852Z | Downloaded ring v0.17.8 |
1076 | 2024-09-09T20:02:16.985Z | Downloaded libsqlite3-sys v0.28.0 |
1077 | 2024-09-09T20:02:17.061Z | Downloaded ring v0.16.20 |
1078 | 2024-09-09T20:02:17.270Z | Compiling serde v1.0.208 |
1079 | 2024-09-09T20:02:17.273Z | Compiling typenum v1.17.0 |
1080 | 2024-09-09T20:02:17.273Z | Compiling generic-array v0.14.7 |
1081 | 2024-09-09T20:02:17.273Z | Compiling lock_api v0.4.12 |
1082 | 2024-09-09T20:02:17.273Z | Compiling scopeguard v1.2.0 |
1083 | 2024-09-09T20:02:17.273Z | Compiling log v0.4.21 |
1084 | 2024-09-09T20:02:17.273Z | Compiling syn v2.0.74 |
1085 | 2024-09-09T20:02:17.273Z | Compiling getrandom v0.2.14 |
1086 | 2024-09-09T20:02:17.572Z | Compiling jobserver v0.1.32 |
1087 | 2024-09-09T20:02:17.808Z | Compiling rand_core v0.6.4 |
1088 | 2024-09-09T20:02:17.968Z | Compiling cc v1.0.97 |
1089 | 2024-09-09T20:02:17.986Z | Compiling subtle v2.5.0 |
1090 | 2024-09-09T20:02:18.021Z | Compiling const-oid v0.9.6 |
1091 | 2024-09-09T20:02:18.378Z | Compiling pin-project-lite v0.2.14 |
1092 | 2024-09-09T20:02:18.406Z | Compiling smallvec v1.13.2 |
1093 | 2024-09-09T20:02:18.503Z | Compiling parking_lot_core v0.9.10 |
1094 | 2024-09-09T20:02:18.539Z | Compiling signal-hook-registry v1.4.2 |
1095 | 2024-09-09T20:02:18.569Z | Compiling spin v0.9.8 |
1096 | 2024-09-09T20:02:18.767Z | Compiling mio v1.0.2 |
1097 | 2024-09-09T20:02:18.955Z | Compiling ahash v0.8.11 |
1098 | 2024-09-09T20:02:19.359Z | Compiling tinyvec_macros v0.1.1 |
1099 | 2024-09-09T20:02:19.449Z | Compiling parking_lot v0.12.2 |
1100 | 2024-09-09T20:02:19.467Z | Compiling tinyvec v1.6.0 |
1101 | 2024-09-09T20:02:19.703Z | Compiling socket2 v0.5.7 |
1102 | 2024-09-09T20:02:20.076Z | Compiling libm v0.2.8 |
1103 | 2024-09-09T20:02:20.093Z | Compiling futures-sink v0.3.30 |
1104 | 2024-09-09T20:02:20.245Z | Compiling futures-core v0.3.30 |
1105 | 2024-09-09T20:02:20.333Z | Compiling serde_json v1.0.125 |
1106 | 2024-09-09T20:02:20.400Z | Compiling cpufeatures v0.2.12 |
1107 | 2024-09-09T20:02:20.453Z | Compiling slab v0.4.9 |
1108 | 2024-09-09T20:02:20.489Z | Compiling num-traits v0.2.19 |
1109 | 2024-09-09T20:02:20.508Z | Compiling unicode-bidi v0.3.15 |
1110 | 2024-09-09T20:02:20.680Z | Compiling allocator-api2 v0.2.18 |
1111 | 2024-09-09T20:02:20.893Z | Compiling unicode-normalization v0.1.23 |
1112 | 2024-09-09T20:02:20.997Z | Compiling futures-channel v0.3.30 |
1113 | 2024-09-09T20:02:21.264Z | Compiling futures-task v0.3.30 |
1114 | 2024-09-09T20:02:21.411Z | Compiling pkg-config v0.3.30 |
1115 | 2024-09-09T20:02:21.502Z | Compiling vcpkg v0.2.15 |
1116 | 2024-09-09T20:02:21.562Z | Compiling pin-utils v0.1.0 |
1117 | 2024-09-09T20:02:21.663Z | Compiling futures-io v0.3.30 |
1118 | 2024-09-09T20:02:21.975Z | Compiling base64ct v1.6.0 |
1119 | 2024-09-09T20:02:21.990Z | Compiling flagset v0.4.5 |
1120 | 2024-09-09T20:02:22.114Z | Compiling ring v0.17.8 |
1121 | 2024-09-09T20:02:22.134Z | Compiling ppv-lite86 v0.2.17 |
1122 | 2024-09-09T20:02:22.176Z | Compiling percent-encoding v2.3.1 |
1123 | 2024-09-09T20:02:22.549Z | Compiling pem-rfc7468 v0.7.0 |
1124 | 2024-09-09T20:02:22.610Z | Compiling tracing-core v0.1.32 |
1125 | 2024-09-09T20:02:22.970Z | Compiling rand_chacha v0.3.1 |
1126 | 2024-09-09T20:02:23.010Z | Compiling untrusted v0.9.0 |
1127 | 2024-09-09T20:02:23.184Z | Compiling rustix v0.38.34 |
1128 | 2024-09-09T20:02:23.291Z | Compiling rustversion v1.0.17 |
1129 | 2024-09-09T20:02:23.655Z | Compiling openssl-sys v0.9.103 |
1130 | 2024-09-09T20:02:23.954Z | Compiling rand v0.8.5 |
1131 | 2024-09-09T20:02:23.972Z | Compiling foreign-types-shared v0.1.1 |
1132 | 2024-09-09T20:02:24.005Z | Compiling openssl v0.10.66 |
1133 | 2024-09-09T20:02:24.034Z | Compiling time-core v0.1.2 |
1134 | 2024-09-09T20:02:24.065Z | Compiling num-conv v0.1.0 |
1135 | 2024-09-09T20:02:24.202Z | Compiling powerfmt v0.2.0 |
1136 | 2024-09-09T20:02:24.337Z | Compiling httparse v1.8.0 |
1137 | 2024-09-09T20:02:24.409Z | Compiling time-macros v0.2.18 |
1138 | 2024-09-09T20:02:24.603Z | Compiling deranged v0.3.11 |
1139 | 2024-09-09T20:02:24.800Z | Compiling foreign-types v0.3.2 |
1140 | 2024-09-09T20:02:24.949Z | Compiling form_urlencoded v1.2.1 |
1141 | 2024-09-09T20:02:25.230Z | Compiling aho-corasick v1.1.3 |
1142 | 2024-09-09T20:02:25.261Z | Compiling syn v1.0.109 |
1143 | 2024-09-09T20:02:25.830Z | Compiling num_threads v0.1.7 |
1144 | 2024-09-09T20:02:25.875Z | Compiling rustls v0.21.12 |
1145 | 2024-09-09T20:02:25.965Z | Compiling siphasher v0.3.11 |
1146 | 2024-09-09T20:02:26.113Z | Compiling crossbeam-utils v0.8.19 |
1147 | 2024-09-09T20:02:26.157Z | Compiling try-lock v0.2.5 |
1148 | 2024-09-09T20:02:26.389Z | Compiling native-tls v0.2.11 |
1149 | 2024-09-09T20:02:26.599Z | Compiling regex-syntax v0.8.4 |
1150 | 2024-09-09T20:02:26.599Z | Compiling want v0.3.1 |
1151 | 2024-09-09T20:02:26.862Z | Compiling idna v0.5.0 |
1152 | 2024-09-09T20:02:27.381Z | Compiling cookie v0.17.0 |
1153 | 2024-09-09T20:02:27.600Z | Compiling time v0.3.36 |
1154 | 2024-09-09T20:02:27.664Z | Compiling tower-service v0.3.2 |
1155 | 2024-09-09T20:02:27.786Z | Compiling finl_unicode v1.2.0 |
1156 | 2024-09-09T20:02:28.024Z | Compiling iana-time-zone v0.1.60 |
1157 | 2024-09-09T20:02:28.312Z | Compiling slog v2.7.0 |
1158 | 2024-09-09T20:02:28.333Z | Compiling httpdate v1.0.3 |
1159 | 2024-09-09T20:02:28.503Z | Compiling openssl-probe v0.1.5 |
1160 | 2024-09-09T20:02:28.788Z | Compiling stringprep v0.1.4 |
1161 | 2024-09-09T20:02:28.926Z | Compiling url v2.5.2 |
1162 | 2024-09-09T20:02:29.981Z | Compiling regex-automata v0.4.6 |
1163 | 2024-09-09T20:02:30.490Z | Compiling num-integer v0.1.46 |
1164 | 2024-09-09T20:02:30.757Z | Compiling backtrace v0.3.71 |
1165 | 2024-09-09T20:02:31.255Z | Compiling sct v0.7.1 |
1166 | 2024-09-09T20:02:31.298Z | Compiling rustls-webpki v0.101.7 |
1167 | 2024-09-09T20:02:31.560Z | Compiling idna v0.3.0 |
1168 | 2024-09-09T20:02:31.589Z | Compiling serde_derive v1.0.208 |
1169 | 2024-09-09T20:02:32.795Z | Compiling zeroize_derive v1.4.2 |
1170 | 2024-09-09T20:02:32.797Z | Compiling zerocopy-derive v0.7.34 |
1171 | 2024-09-09T20:02:33.080Z | Compiling tokio-macros v2.4.0 |
1172 | 2024-09-09T20:02:33.208Z | Compiling thiserror-impl v1.0.63 |
1173 | 2024-09-09T20:02:33.228Z | Compiling futures-macro v0.3.30 |
1174 | 2024-09-09T20:02:34.383Z | Compiling zeroize v1.7.0 |
1175 | 2024-09-09T20:02:34.744Z | Compiling der_derive v0.7.2 |
1176 | 2024-09-09T20:02:35.086Z | Compiling zerocopy v0.7.34 |
1177 | 2024-09-09T20:02:35.256Z | Compiling futures-util v0.3.30 |
1178 | 2024-09-09T20:02:36.124Z | Compiling crypto-common v0.1.6 |
1179 | 2024-09-09T20:02:36.346Z | Compiling block-buffer v0.10.4 |
1180 | 2024-09-09T20:02:36.536Z | Compiling block-padding v0.3.3 |
1181 | 2024-09-09T20:02:36.632Z | Compiling digest v0.10.7 |
1182 | 2024-09-09T20:02:36.948Z | Compiling inout v0.1.3 |
1183 | 2024-09-09T20:02:37.076Z | Compiling hmac v0.12.1 |
1184 | 2024-09-09T20:02:37.104Z | Compiling thiserror v1.0.63 |
1185 | 2024-09-09T20:02:37.287Z | Compiling sha2 v0.10.8 |
1186 | 2024-09-09T20:02:37.308Z | Compiling cipher v0.4.4 |
1187 | 2024-09-09T20:02:37.339Z | Compiling hashbrown v0.14.5 |
1188 | 2024-09-09T20:02:37.397Z | Compiling pest v2.7.10 |
1189 | 2024-09-09T20:02:37.837Z | Compiling salsa20 v0.10.2 |
1190 | 2024-09-09T20:02:38.079Z | Compiling der v0.7.9 |
1191 | 2024-09-09T20:02:38.747Z | Compiling pbkdf2 v0.12.2 |
1192 | 2024-09-09T20:02:38.928Z | Compiling scroll_derive v0.12.0 |
1193 | 2024-09-09T20:02:40.312Z | Compiling pest_meta v2.7.10 |
1194 | 2024-09-09T20:02:40.425Z | Compiling tracing-attributes v0.1.27 |
1195 | 2024-09-09T20:02:40.912Z | Compiling scroll v0.12.0 |
1196 | 2024-09-09T20:02:41.280Z | Compiling spki v0.7.3 |
1197 | 2024-09-09T20:02:41.343Z | Compiling scrypt v0.11.0 |
1198 | 2024-09-09T20:02:41.502Z | Compiling pest_generator v2.7.10 |
1199 | 2024-09-09T20:02:41.658Z | Compiling cbc v0.1.2 |
1200 | 2024-09-09T20:02:41.901Z | Compiling aes v0.8.4 |
1201 | 2024-09-09T20:02:41.919Z | Compiling goblin v0.8.2 |
1202 | 2024-09-09T20:02:42.765Z | Compiling openssl-macros v0.1.1 |
1203 | 2024-09-09T20:02:43.540Z | Compiling pkcs5 v0.7.1 |
1204 | 2024-09-09T20:02:43.570Z | Compiling md-5 v0.10.6 |
1205 | 2024-09-09T20:02:44.257Z | Compiling tracing v0.1.40 |
1206 | 2024-09-09T20:02:44.334Z | Compiling pkcs8 v0.10.2 |
1207 | 2024-09-09T20:02:44.710Z | Compiling lazy_static v1.5.0 |
1208 | 2024-09-09T20:02:44.734Z | Compiling hash32 v0.2.1 |
1209 | 2024-09-09T20:02:44.756Z | Compiling gimli v0.28.1 |
1210 | 2024-09-09T20:02:44.834Z | Compiling fallible-iterator v0.2.0 |
1211 | 2024-09-09T20:02:45.069Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2024-09-09T20:02:45.105Z | Compiling signal-hook v0.3.17 |
1213 | 2024-09-09T20:02:45.181Z | Compiling psl-types v2.0.11 |
1214 | 2024-09-09T20:02:45.331Z | Compiling pest_derive v2.7.10 |
1215 | 2024-09-09T20:02:45.361Z | Compiling base64 v0.22.1 |
1216 | 2024-09-09T20:02:45.391Z | Compiling adler v1.0.2 |
1217 | 2024-09-09T20:02:45.497Z | Compiling smoltcp v0.9.1 |
1218 | 2024-09-09T20:02:45.606Z | Compiling crc32fast v1.4.0 |
1219 | 2024-09-09T20:02:46.107Z | Compiling bytes v1.7.1 |
1220 | 2024-09-09T20:02:46.128Z | Compiling bitflags v2.6.0 |
1221 | 2024-09-09T20:02:46.248Z | Compiling indexmap v2.4.0 |
1222 | 2024-09-09T20:02:46.251Z | Compiling semver v1.0.23 |
1223 | 2024-09-09T20:02:47.016Z | Compiling tokio v1.39.3 |
1224 | 2024-09-09T20:02:47.346Z | Compiling http v0.2.12 |
1225 | 2024-09-09T20:02:47.703Z | Compiling rustc_version v0.4.0 |
1226 | 2024-09-09T20:02:48.453Z | Compiling heapless v0.7.17 |
1227 | 2024-09-09T20:02:48.902Z | Compiling http-body v0.4.6 |
1228 | 2024-09-09T20:02:49.239Z | Compiling dof v0.3.0 |
1229 | 2024-09-09T20:02:49.542Z | Compiling dtrace-parser v0.2.0 |
1230 | 2024-09-09T20:02:49.742Z | Compiling uuid v1.10.0 |
1231 | 2024-09-09T20:02:49.939Z | Compiling chrono v0.4.38 |
1232 | 2024-09-09T20:02:51.178Z | Compiling usdt-impl v0.5.0 |
1233 | 2024-09-09T20:02:51.438Z | Compiling toml_datetime v0.6.8 |
1234 | 2024-09-09T20:02:51.709Z | Compiling serde_spanned v0.6.7 |
1235 | 2024-09-09T20:02:51.953Z | Compiling serde_tokenstream v0.2.2 |
1236 | 2024-09-09T20:02:51.956Z | Compiling num-bigint-dig v0.8.4 |
1237 | 2024-09-09T20:02:52.316Z | Compiling addr2line v0.21.0 |
1238 | 2024-09-09T20:02:52.585Z | Compiling terminal_size v0.3.0 |
1239 | 2024-09-09T20:02:52.788Z | Compiling postgres-protocol v0.6.7 |
1240 | 2024-09-09T20:02:52.849Z | Compiling miniz_oxide v0.7.2 |
1241 | 2024-09-09T20:02:52.923Z | Compiling publicsuffix v2.2.3 |
1242 | 2024-09-09T20:02:53.016Z | Compiling hubpack_derive v0.1.1 |
1243 | 2024-09-09T20:02:53.187Z | Compiling zerocopy-derive v0.6.6 |
1244 | 2024-09-09T20:02:53.395Z | Compiling async-trait v0.1.81 |
1245 | 2024-09-09T20:02:53.647Z | Compiling num-iter v0.1.45 |
1246 | 2024-09-09T20:02:53.952Z | Compiling phf_shared v0.11.2 |
1247 | 2024-09-09T20:02:54.069Z | Compiling serde_derive_internals v0.29.1 |
1248 | 2024-09-09T20:02:54.340Z | Compiling ff v0.13.0 |
1249 | 2024-09-09T20:02:54.563Z | Compiling object v0.32.2 |
1250 | 2024-09-09T20:02:54.652Z | Compiling fs-err v2.11.0 |
1251 | 2024-09-09T20:02:54.763Z | Compiling managed v0.8.0 |
1252 | 2024-09-09T20:02:54.951Z | Compiling rustc-demangle v0.1.24 |
1253 | 2024-09-09T20:02:55.183Z | Compiling tokio-util v0.7.11 |
1254 | 2024-09-09T20:02:55.924Z | Compiling tokio-native-tls v0.3.1 |
1255 | 2024-09-09T20:02:56.055Z | Compiling tokio-rustls v0.24.1 |
1256 | 2024-09-09T20:02:56.156Z | Compiling h2 v0.3.26 |
1257 | 2024-09-09T20:02:56.189Z | Compiling bitflags v1.3.2 |
1258 | 2024-09-09T20:02:56.298Z | Compiling base64 v0.21.7 |
1259 | 2024-09-09T20:02:56.343Z | Compiling schemars v0.8.21 |
1260 | 2024-09-09T20:02:56.523Z | Compiling adler2 v2.0.0 |
1261 | 2024-09-09T20:02:56.726Z | Compiling ipnet v2.9.0 |
1262 | 2024-09-09T20:02:56.745Z | Compiling anyhow v1.0.86 |
1263 | 2024-09-09T20:02:56.784Z | Compiling base16ct v0.2.0 |
1264 | 2024-09-09T20:02:57.059Z | Compiling either v1.13.0 |
1265 | 2024-09-09T20:02:57.123Z | Compiling winnow v0.5.40 |
1266 | 2024-09-09T20:02:57.519Z | Compiling sec1 v0.7.3 |
1267 | 2024-09-09T20:02:57.596Z | Compiling rustls-pemfile v1.0.4 |
1268 | 2024-09-09T20:02:57.964Z | Compiling schemars_derive v0.8.21 |
1269 | 2024-09-09T20:02:57.985Z | Compiling clap_builder v4.5.15 |
1270 | 2024-09-09T20:02:58.050Z | Compiling miniz_oxide v0.8.0 |
1271 | 2024-09-09T20:02:59.622Z | Compiling zerocopy v0.6.6 |
1272 | 2024-09-09T20:03:00.336Z | Compiling group v0.13.0 |
1273 | 2024-09-09T20:03:00.460Z | Compiling phf v0.11.2 |
1274 | 2024-09-09T20:03:00.656Z | Compiling toml_edit v0.19.15 |
1275 | 2024-09-09T20:03:00.761Z | Compiling cookie_store v0.20.0 |
1276 | 2024-09-09T20:03:00.959Z | Compiling hubpack v0.1.2 |
1277 | 2024-09-09T20:03:01.721Z | Compiling postgres-types v0.2.7 |
1278 | 2024-09-09T20:03:02.617Z | Compiling usdt-attr-macro v0.5.0 |
1279 | 2024-09-09T20:03:03.139Z | Compiling hyper v0.14.30 |
1280 | 2024-09-09T20:03:03.240Z | Compiling usdt-macro v0.5.0 |
1281 | 2024-09-09T20:03:04.268Z | Compiling serde_urlencoded v0.7.1 |
1282 | 2024-09-09T20:03:04.705Z | Compiling pkcs1 v0.7.5 |
1283 | 2024-09-09T20:03:04.775Z | Compiling futures-executor v0.3.30 |
1284 | 2024-09-09T20:03:04.795Z | Compiling hkdf v0.12.4 |
1285 | 2024-09-09T20:03:05.056Z | Compiling signature v2.2.0 |
1286 | 2024-09-09T20:03:05.333Z | Compiling crypto-bigint v0.5.5 |
1287 | 2024-09-09T20:03:05.355Z | Compiling regex v1.10.6 |
1288 | 2024-09-09T20:03:05.720Z | Compiling bstr v1.9.1 |
1289 | 2024-09-09T20:03:06.462Z | Compiling serde_repr v0.1.19 |
1290 | 2024-09-09T20:03:06.736Z | Compiling enum-as-inner v0.6.0 |
1291 | 2024-09-09T20:03:07.102Z | Compiling strum_macros v0.25.3 |
1292 | 2024-09-09T20:03:07.509Z | Compiling clap_derive v4.5.13 |
1293 | 2024-09-09T20:03:07.674Z | Compiling phf_shared v0.10.0 |
1294 | 2024-09-09T20:03:07.857Z | Compiling float-cmp v0.9.0 |
1295 | 2024-09-09T20:03:08.070Z | Compiling idna v0.4.0 |
1296 | 2024-09-09T20:03:08.101Z | Compiling mio v0.8.11 |
1297 | 2024-09-09T20:03:08.641Z | Compiling encoding_rs v0.8.34 |
1298 | 2024-09-09T20:03:09.383Z | Compiling unicode-segmentation v1.11.0 |
1299 | 2024-09-09T20:03:09.646Z | Compiling static_assertions v1.1.0 |
1300 | 2024-09-09T20:03:09.752Z | Compiling fixedbitset v0.4.2 |
1301 | 2024-09-09T20:03:10.215Z | Compiling hyper-tls v0.5.0 |
1302 | 2024-09-09T20:03:10.269Z | Compiling hyper-rustls v0.24.2 |
1303 | 2024-09-09T20:03:10.582Z | Compiling difflib v0.4.0 |
1304 | 2024-09-09T20:03:10.624Z | Compiling bit-vec v0.6.3 |
1305 | 2024-09-09T20:03:11.094Z | Compiling sync_wrapper v0.1.2 |
1306 | 2024-09-09T20:03:11.198Z | Compiling normalize-line-endings v0.3.0 |
1307 | 2024-09-09T20:03:11.231Z | Compiling mime v0.3.17 |
1308 | 2024-09-09T20:03:11.329Z | Compiling precomputed-hash v0.1.1 |
1309 | 2024-09-09T20:03:11.378Z | Compiling minimal-lexical v0.2.1 |
1310 | 2024-09-09T20:03:11.448Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-09-09T20:03:11.673Z | Compiling whoami v1.5.1 |
1312 | 2024-09-09T20:03:11.821Z | Compiling predicates-core v1.0.6 |
1313 | 2024-09-09T20:03:11.900Z | Compiling new_debug_unreachable v1.0.6 |
1314 | 2024-09-09T20:03:12.002Z | Compiling data-encoding v2.6.0 |
1315 | 2024-09-09T20:03:12.094Z | Compiling webpki-roots v0.25.4 |
1316 | 2024-09-09T20:03:12.167Z | Compiling predicates v3.1.2 |
1317 | 2024-09-09T20:03:12.302Z | Compiling reqwest v0.11.27 |
1318 | 2024-09-09T20:03:12.323Z | Compiling string_cache v0.8.7 |
1319 | 2024-09-09T20:03:12.566Z | Compiling clap v4.5.16 |
1320 | 2024-09-09T20:03:12.704Z | Compiling tokio-postgres v0.7.11 |
1321 | 2024-09-09T20:03:12.800Z | Compiling hickory-proto v0.24.1 |
1322 | 2024-09-09T20:03:13.064Z | Compiling nom v7.1.3 |
1323 | 2024-09-09T20:03:13.085Z | Compiling console v0.15.8 |
1324 | 2024-09-09T20:03:14.464Z | Compiling toml_edit v0.22.20 |
1325 | 2024-09-09T20:03:14.568Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1326 | 2024-09-09T20:03:16.087Z | Compiling bit-set v0.5.3 |
1327 | 2024-09-09T20:03:16.370Z | Compiling petgraph v0.6.5 |
1328 | 2024-09-09T20:03:16.710Z | Compiling similar v2.6.0 |
1329 | 2024-09-09T20:03:17.730Z | Compiling signal-hook-mio v0.2.4 |
1330 | 2024-09-09T20:03:17.914Z | Compiling usdt v0.5.0 |
1331 | 2024-09-09T20:03:18.397Z | Compiling elliptic-curve v0.13.8 |
1332 | 2024-09-09T20:03:18.420Z | Compiling rsa v0.9.6 |
1333 | 2024-09-09T20:03:19.168Z | Compiling futures v0.3.30 |
1334 | 2024-09-09T20:03:19.252Z | Compiling toml v0.7.8 |
1335 | 2024-09-09T20:03:19.290Z | Compiling flate2 v1.0.33 |
1336 | 2024-09-09T20:03:20.912Z | Compiling itertools v0.10.5 |
1337 | 2024-09-09T20:03:20.932Z | Compiling itertools v0.12.1 |
1338 | 2024-09-09T20:03:21.148Z | Compiling tokio-stream v0.1.15 |
1339 | 2024-09-09T20:03:21.200Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-09-09T20:03:22.164Z | Compiling hex v0.4.3 |
1341 | 2024-09-09T20:03:22.762Z | Compiling sha1 v0.10.6 |
1342 | 2024-09-09T20:03:22.804Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-09-09T20:03:23.019Z | Compiling dirs-sys-next v0.1.2 |
1344 | 2024-09-09T20:03:23.195Z | Compiling unicode-xid v0.2.4 |
1345 | 2024-09-09T20:03:23.386Z | Compiling lalrpop-util v0.19.12 |
1346 | 2024-09-09T20:03:23.541Z | Compiling peg-runtime v0.8.3 |
1347 | 2024-09-09T20:03:23.684Z | Compiling dirs-next v2.0.0 |
1348 | 2024-09-09T20:03:23.735Z | Compiling thread_local v1.1.8 |
1349 | 2024-09-09T20:03:23.790Z | Compiling slog-async v2.8.0 |
1350 | 2024-09-09T20:03:23.886Z | Compiling term v0.7.0 |
1351 | 2024-09-09T20:03:24.213Z | Compiling xattr v1.3.1 |
1352 | 2024-09-09T20:03:24.226Z | Compiling strum_macros v0.26.4 |
1353 | 2024-09-09T20:03:24.240Z | Compiling crossbeam-channel v0.5.12 |
1354 | 2024-09-09T20:03:24.398Z | Compiling filetime v0.2.25 |
1355 | 2024-09-09T20:03:24.418Z | Compiling is-terminal v0.4.12 |
1356 | 2024-09-09T20:03:24.539Z | Compiling take_mut v0.2.2 |
1357 | 2024-09-09T20:03:24.696Z | Compiling tar v0.4.41 |
1358 | 2024-09-09T20:03:24.714Z | Compiling slog-term v2.9.1 |
1359 | 2024-09-09T20:03:25.402Z | Compiling camino v1.1.9 |
1360 | 2024-09-09T20:03:26.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1361 | 2024-09-09T20:03:27.356Z | Compiling strum v0.26.3 |
1362 | 2024-09-09T20:03:27.437Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1363 | 2024-09-09T20:03:32.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1364 | 2024-09-09T20:03:32.831Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1365 | 2024-09-09T20:03:32.880Z | Sep 09 20:03:31.230 INFO Starting download, target: Cockroach |
1366 | 2024-09-09T20:03:32.880Z | Sep 09 20:03:31.230 INFO Starting download, target: Console |
1367 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Starting download, target: Clickhouse |
1368 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Starting download, target: DendriteOpenapi |
1369 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Starting download, target: DendriteStub |
1370 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Starting download, target: MaghemiteMgd |
1371 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Starting download, target: TransceiverControl |
1372 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1373 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1374 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.230 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1375 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.231 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1376 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.231 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1377 | 2024-09-09T20:03:32.882Z | Sep 09 20:03:31.231 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1378 | 2024-09-09T20:03:32.883Z | Sep 09 20:03:31.231 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1379 | 2024-09-09T20:03:33.118Z | Sep 09 20:03:31.468 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1380 | 2024-09-09T20:03:33.124Z | Sep 09 20:03:31.474 INFO Download complete, target: DendriteOpenapi |
1381 | 2024-09-09T20:03:33.550Z | Sep 09 20:03:31.896 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1382 | 2024-09-09T20:03:33.626Z | Sep 09 20:03:31.975 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1383 | 2024-09-09T20:03:33.716Z | Sep 09 20:03:32.067 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1384 | 2024-09-09T20:03:33.888Z | Sep 09 20:03:32.239 INFO Download complete, target: TransceiverControl |
1385 | 2024-09-09T20:03:33.914Z | Sep 09 20:03:32.264 INFO Download complete, target: Console |
1386 | 2024-09-09T20:03:34.020Z | Sep 09 20:03:32.371 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1387 | 2024-09-09T20:03:34.020Z | Sep 09 20:03:32.371 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1388 | 2024-09-09T20:03:34.851Z | Sep 09 20:03:33.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1389 | 2024-09-09T20:03:36.763Z | Sep 09 20:03:35.113 INFO Download complete, target: MaghemiteMgd |
1390 | 2024-09-09T20:03:36.763Z | Sep 09 20:03:35.113 INFO Download complete, target: DendriteStub |
1391 | 2024-09-09T20:03:42.146Z | Sep 09 20:03:40.496 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1392 | 2024-09-09T20:03:42.431Z | Sep 09 20:03:40.780 INFO Checking that binary works, target: Cockroach |
1393 | 2024-09-09T20:03:42.592Z | Sep 09 20:03:40.941 INFO Download complete, target: Cockroach |
1394 | 2024-09-09T20:03:48.542Z | Sep 09 20:03:46.890 INFO Checking that binary works, target: Clickhouse |
1395 | 2024-09-09T20:03:48.687Z | Sep 09 20:03:47.035 INFO Download complete, target: Clickhouse |
1396 | 2024-09-09T20:03:48.694Z | All prerequisites installed successfully |
1397 | 2024-09-09T20:03:48.696Z | |
1398 | 2024-09-09T20:03:48.696Z | real 3:43.985149050 |
1399 | 2024-09-09T20:03:48.696Z | user 11:17.745299764 |
1400 | 2024-09-09T20:03:48.696Z | sys 2:25.714008920 |
1401 | 2024-09-09T20:03:48.696Z | trap 0.392087386 |
1402 | 2024-09-09T20:03:48.696Z | tflt 1.286215643 |
1403 | 2024-09-09T20:03:48.696Z | dflt 1.651935236 |
1404 | 2024-09-09T20:03:48.696Z | kflt 0.021336657 |
1405 | 2024-09-09T20:03:48.696Z | lock 22:31.095323246 |
1406 | 2024-09-09T20:03:48.696Z | slp 43:30.411231372 |
1407 | 2024-09-09T20:03:48.696Z | lat 40.639060336 |
1408 | 2024-09-09T20:03:48.696Z | stop 1:49.518315652 |
1409 | 2024-09-09T20:03:48.697Z | + ptime -m cargo xtask download softnpu |
1410 | 2024-09-09T20:03:49.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1411 | 2024-09-09T20:03:49.289Z | Running `target/debug/xtask download softnpu` |
1412 | 2024-09-09T20:03:50.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1413 | 2024-09-09T20:03:50.194Z | Running `target/debug/xtask-downloader softnpu` |
1414 | 2024-09-09T20:03:50.228Z | Sep 09 20:03:48.576 INFO Starting download, target: Softnpu |
1415 | 2024-09-09T20:03:50.230Z | Sep 09 20:03:48.577 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1416 | 2024-09-09T20:03:50.999Z | Sep 09 20:03:49.346 INFO Download complete, target: Softnpu |
1417 | 2024-09-09T20:03:51.002Z | |
1418 | 2024-09-09T20:03:51.002Z | real 2.300348915 |
1419 | 2024-09-09T20:03:51.002Z | user 1.267074198 |
1420 | 2024-09-09T20:03:51.002Z | sys 0.575217683 |
1421 | 2024-09-09T20:03:51.002Z | trap 0.000437910 |
1422 | 2024-09-09T20:03:51.002Z | tflt 0.000052642 |
1423 | 2024-09-09T20:03:51.002Z | dflt 0.000000000 |
1424 | 2024-09-09T20:03:51.002Z | kflt 0.000000000 |
1425 | 2024-09-09T20:03:51.002Z | lock 7.924256246 |
1426 | 2024-09-09T20:03:51.002Z | slp 0.779601822 |
1427 | 2024-09-09T20:03:51.002Z | lat 0.071110716 |
1428 | 2024-09-09T20:03:51.002Z | stop 0.000370455 |
1429 | 2024-09-09T20:03:51.002Z | + export CARGO_INCREMENTAL=0 |
1430 | 2024-09-09T20:03:51.002Z | + CARGO_INCREMENTAL=0 |
1431 | 2024-09-09T20:03:51.005Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1432 | 2024-09-09T20:03:51.964Z | Compiling proc-macro2 v1.0.86 |
1433 | 2024-09-09T20:03:51.964Z | Compiling unicode-ident v1.0.12 |
1434 | 2024-09-09T20:03:51.967Z | Compiling libc v0.2.158 |
1435 | 2024-09-09T20:03:51.967Z | Compiling serde v1.0.208 |
1436 | 2024-09-09T20:03:51.967Z | Compiling version_check v0.9.5 |
1437 | 2024-09-09T20:03:51.967Z | Compiling autocfg v1.3.0 |
1438 | 2024-09-09T20:03:51.967Z | Compiling cfg-if v1.0.0 |
1439 | 2024-09-09T20:03:51.967Z | Compiling once_cell v1.19.0 |
1440 | 2024-09-09T20:03:52.287Z | Compiling typenum v1.17.0 |
1441 | 2024-09-09T20:03:52.319Z | Compiling memchr v2.7.2 |
1442 | 2024-09-09T20:03:52.609Z | Compiling byteorder v1.5.0 |
1443 | 2024-09-09T20:03:52.717Z | Compiling generic-array v0.14.7 |
1444 | 2024-09-09T20:03:53.018Z | Compiling lock_api v0.4.12 |
1445 | 2024-09-09T20:03:53.057Z | Compiling ahash v0.8.11 |
1446 | 2024-09-09T20:03:53.200Z | Compiling serde_json v1.0.125 |
1447 | 2024-09-09T20:03:53.318Z | Compiling libm v0.2.8 |
1448 | 2024-09-09T20:03:53.409Z | Compiling num-traits v0.2.19 |
1449 | 2024-09-09T20:03:53.533Z | Compiling quote v1.0.36 |
1450 | 2024-09-09T20:03:53.658Z | Compiling parking_lot_core v0.9.10 |
1451 | 2024-09-09T20:03:53.722Z | Compiling thiserror v1.0.63 |
1452 | 2024-09-09T20:03:53.936Z | Compiling syn v2.0.74 |
1453 | 2024-09-09T20:03:54.077Z | Compiling getrandom v0.2.14 |
1454 | 2024-09-09T20:03:54.123Z | Compiling jobserver v0.1.32 |
1455 | 2024-09-09T20:03:54.226Z | Compiling scopeguard v1.2.0 |
1456 | 2024-09-09T20:03:54.399Z | Compiling log v0.4.21 |
1457 | 2024-09-09T20:03:54.552Z | Compiling cc v1.0.97 |
1458 | 2024-09-09T20:03:54.726Z | Compiling itoa v1.0.11 |
1459 | 2024-09-09T20:03:54.949Z | Compiling allocator-api2 v0.2.18 |
1460 | 2024-09-09T20:03:54.966Z | Compiling rand_core v0.6.4 |
1461 | 2024-09-09T20:03:54.995Z | Compiling slab v0.4.9 |
1462 | 2024-09-09T20:03:55.435Z | Compiling pin-project-lite v0.2.14 |
1463 | 2024-09-09T20:03:55.484Z | Compiling semver v1.0.23 |
1464 | 2024-09-09T20:03:55.747Z | Compiling ryu v1.0.18 |
1465 | 2024-09-09T20:03:56.016Z | Compiling equivalent v1.0.1 |
1466 | 2024-09-09T20:03:56.029Z | Compiling smallvec v1.13.2 |
1467 | 2024-09-09T20:03:56.112Z | Compiling vcpkg v0.2.15 |
1468 | 2024-09-09T20:03:56.114Z | Compiling pkg-config v0.3.30 |
1469 | 2024-09-09T20:03:56.435Z | Compiling schemars v0.8.21 |
1470 | 2024-09-09T20:03:56.740Z | Compiling spin v0.9.8 |
1471 | 2024-09-09T20:03:57.159Z | Compiling signal-hook-registry v1.4.2 |
1472 | 2024-09-09T20:03:57.328Z | Compiling subtle v2.5.0 |
1473 | 2024-09-09T20:03:57.749Z | Compiling parking_lot v0.12.2 |
1474 | 2024-09-09T20:03:57.853Z | Compiling ring v0.17.8 |
1475 | 2024-09-09T20:03:57.870Z | Compiling openssl-sys v0.9.103 |
1476 | 2024-09-09T20:03:58.520Z | Compiling mio v1.0.2 |
1477 | 2024-09-09T20:03:58.858Z | Compiling const-oid v0.9.6 |
1478 | 2024-09-09T20:03:58.905Z | Compiling socket2 v0.5.7 |
1479 | 2024-09-09T20:03:59.484Z | Compiling syn v1.0.109 |
1480 | 2024-09-09T20:04:00.061Z | Compiling heck v0.5.0 |
1481 | 2024-09-09T20:04:00.078Z | Compiling httparse v1.8.0 |
1482 | 2024-09-09T20:04:00.377Z | Compiling num-conv v0.1.0 |
1483 | 2024-09-09T20:04:00.505Z | Compiling time-core v0.1.2 |
1484 | 2024-09-09T20:04:00.542Z | Compiling fnv v1.0.7 |
1485 | 2024-09-09T20:04:00.648Z | Compiling futures-core v0.3.30 |
1486 | 2024-09-09T20:04:00.667Z | Compiling time-macros v0.2.18 |
1487 | 2024-09-09T20:04:00.754Z | Compiling openssl v0.10.66 |
1488 | 2024-09-09T20:04:00.841Z | Compiling rustix v0.38.34 |
1489 | 2024-09-09T20:04:01.320Z | Compiling crossbeam-utils v0.8.19 |
1490 | 2024-09-09T20:04:01.432Z | Compiling serde_derive_internals v0.29.1 |
1491 | 2024-09-09T20:04:02.198Z | Compiling futures-sink v0.3.30 |
1492 | 2024-09-09T20:04:02.293Z | Compiling native-tls v0.2.11 |
1493 | 2024-09-09T20:04:02.329Z | Compiling rustls v0.21.12 |
1494 | 2024-09-09T20:04:02.622Z | Compiling tinyvec_macros v0.1.1 |
1495 | 2024-09-09T20:04:02.637Z | Compiling iana-time-zone v0.1.60 |
1496 | 2024-09-09T20:04:02.705Z | Compiling tinyvec v1.6.0 |
1497 | 2024-09-09T20:04:03.274Z | Compiling cpufeatures v0.2.12 |
1498 | 2024-09-09T20:04:03.659Z | Compiling ucd-trie v0.1.6 |
1499 | 2024-09-09T20:04:03.829Z | Compiling backtrace v0.3.71 |
1500 | 2024-09-09T20:04:04.121Z | Compiling unicode-normalization v0.1.23 |
1501 | 2024-09-09T20:04:04.140Z | Compiling cookie v0.17.0 |
1502 | 2024-09-09T20:04:04.168Z | Compiling unicode-bidi v0.3.15 |
1503 | 2024-09-09T20:04:04.264Z | Compiling slog v2.7.0 |
1504 | 2024-09-09T20:04:04.722Z | Compiling futures-channel v0.3.30 |
1505 | 2024-09-09T20:04:04.913Z | Compiling aho-corasick v1.1.3 |
1506 | 2024-09-09T20:04:05.189Z | Compiling futures-task v0.3.30 |
1507 | 2024-09-09T20:04:05.221Z | Compiling pin-utils v0.1.0 |
1508 | 2024-09-09T20:04:05.319Z | Compiling futures-io v0.3.30 |
1509 | 2024-09-09T20:04:05.491Z | Compiling regex-syntax v0.8.4 |
1510 | 2024-09-09T20:04:06.473Z | Compiling anyhow v1.0.86 |
1511 | 2024-09-09T20:04:06.669Z | Compiling untrusted v0.9.0 |
1512 | 2024-09-09T20:04:06.756Z | Compiling serde_derive v1.0.208 |
1513 | 2024-09-09T20:04:06.872Z | Compiling zeroize_derive v1.4.2 |
1514 | 2024-09-09T20:04:06.989Z | Compiling zerocopy-derive v0.7.34 |
1515 | 2024-09-09T20:04:08.271Z | Compiling thiserror-impl v1.0.63 |
1516 | 2024-09-09T20:04:08.313Z | Compiling tokio-macros v2.4.0 |
1517 | 2024-09-09T20:04:08.860Z | Compiling zerocopy v0.7.34 |
1518 | 2024-09-09T20:04:09.166Z | Compiling zeroize v1.7.0 |
1519 | 2024-09-09T20:04:09.925Z | Compiling futures-macro v0.3.30 |
1520 | 2024-09-09T20:04:11.022Z | Compiling hashbrown v0.14.5 |
1521 | 2024-09-09T20:04:11.185Z | Compiling crypto-common v0.1.6 |
1522 | 2024-09-09T20:04:11.486Z | Compiling tracing-attributes v0.1.27 |
1523 | 2024-09-09T20:04:11.741Z | Compiling schemars_derive v0.8.21 |
1524 | 2024-09-09T20:04:12.414Z | Compiling block-buffer v0.10.4 |
1525 | 2024-09-09T20:04:12.618Z | Compiling digest v0.10.7 |
1526 | 2024-09-09T20:04:12.639Z | Compiling der_derive v0.7.2 |
1527 | 2024-09-09T20:04:12.906Z | Compiling openssl-macros v0.1.1 |
1528 | 2024-09-09T20:04:13.471Z | Compiling scroll_derive v0.12.0 |
1529 | 2024-09-09T20:04:13.611Z | Compiling hmac v0.12.1 |
1530 | 2024-09-09T20:04:13.825Z | Compiling pest v2.7.10 |
1531 | 2024-09-09T20:04:14.507Z | Compiling block-padding v0.3.3 |
1532 | 2024-09-09T20:04:14.721Z | Compiling inout v0.1.3 |
1533 | 2024-09-09T20:04:14.749Z | Compiling sha2 v0.10.8 |
1534 | 2024-09-09T20:04:14.776Z | Compiling futures-util v0.3.30 |
1535 | 2024-09-09T20:04:14.921Z | Compiling cipher v0.4.4 |
1536 | 2024-09-09T20:04:14.941Z | Compiling regex-automata v0.4.6 |
1537 | 2024-09-09T20:04:15.589Z | Compiling dyn-clone v1.0.17 |
1538 | 2024-09-09T20:04:15.822Z | Compiling winnow v0.5.40 |
1539 | 2024-09-09T20:04:16.677Z | Compiling pest_meta v2.7.10 |
1540 | 2024-09-09T20:04:19.622Z | Compiling pest_generator v2.7.10 |
1541 | 2024-09-09T20:04:20.485Z | Compiling bytes v1.7.1 |
1542 | 2024-09-09T20:04:20.708Z | Compiling indexmap v2.4.0 |
1543 | 2024-09-09T20:04:21.906Z | Compiling tokio v1.39.3 |
1544 | 2024-09-09T20:04:22.192Z | Compiling serde_tokenstream v0.2.2 |
1545 | 2024-09-09T20:04:22.277Z | Compiling uuid v1.10.0 |
1546 | 2024-09-09T20:04:22.507Z | Compiling bitflags v2.6.0 |
1547 | 2024-09-09T20:04:23.065Z | Compiling chrono v0.4.38 |
1548 | 2024-09-09T20:04:24.301Z | Compiling toml_datetime v0.6.8 |
1549 | 2024-09-09T20:04:24.756Z | Compiling serde_spanned v0.6.7 |
1550 | 2024-09-09T20:04:24.984Z | Compiling http v0.2.12 |
1551 | 2024-09-09T20:04:25.840Z | Compiling toml_edit v0.19.15 |
1552 | 2024-09-09T20:04:27.334Z | Compiling rustc_version v0.4.0 |
1553 | 2024-09-09T20:04:27.941Z | Compiling pest_derive v2.7.10 |
1554 | 2024-09-09T20:04:28.163Z | Compiling tracing-core v0.1.32 |
1555 | 2024-09-09T20:04:28.720Z | Compiling usdt-impl v0.5.0 |
1556 | 2024-09-09T20:04:29.078Z | Compiling base64ct v1.6.0 |
1557 | 2024-09-09T20:04:29.761Z | Compiling rustversion v1.0.17 |
1558 | 2024-09-09T20:04:30.325Z | Compiling pem-rfc7468 v0.7.0 |
1559 | 2024-09-09T20:04:30.461Z | Compiling tracing v0.1.40 |
1560 | 2024-09-09T20:04:30.488Z | Compiling heapless v0.7.17 |
1561 | 2024-09-09T20:04:30.900Z | Compiling scroll v0.12.0 |
1562 | 2024-09-09T20:04:31.356Z | Compiling percent-encoding v2.3.1 |
1563 | 2024-09-09T20:04:31.522Z | Compiling powerfmt v0.2.0 |
1564 | 2024-09-09T20:04:31.752Z | Compiling plain v0.2.3 |
1565 | 2024-09-09T20:04:31.823Z | Compiling flagset v0.4.5 |
1566 | 2024-09-09T20:04:31.899Z | Compiling ppv-lite86 v0.2.17 |
1567 | 2024-09-09T20:04:32.011Z | Compiling heck v0.4.1 |
1568 | 2024-09-09T20:04:32.029Z | Compiling der v0.7.9 |
1569 | 2024-09-09T20:04:32.418Z | Compiling goblin v0.8.2 |
1570 | 2024-09-09T20:04:32.600Z | Compiling rand_chacha v0.3.1 |
1571 | 2024-09-09T20:04:32.603Z | Compiling deranged v0.3.11 |
1572 | 2024-09-09T20:04:33.575Z | Compiling tokio-util v0.7.11 |
1573 | 2024-09-09T20:04:36.059Z | Compiling regex v1.10.6 |
1574 | 2024-09-09T20:04:36.189Z | Compiling salsa20 v0.10.2 |
1575 | 2024-09-09T20:04:36.272Z | Compiling pbkdf2 v0.12.2 |
1576 | 2024-09-09T20:04:36.666Z | Compiling strsim v0.11.1 |
1577 | 2024-09-09T20:04:36.702Z | Compiling pretty-hex v0.4.1 |
1578 | 2024-09-09T20:04:36.720Z | Compiling num_threads v0.1.7 |
1579 | 2024-09-09T20:04:37.049Z | Compiling crc32fast v1.4.0 |
1580 | 2024-09-09T20:04:37.172Z | Compiling time v0.3.36 |
1581 | 2024-09-09T20:04:37.788Z | Compiling scrypt v0.11.0 |
1582 | 2024-09-09T20:04:37.853Z | Compiling spki v0.7.3 |
1583 | 2024-09-09T20:04:37.895Z | Compiling rand v0.8.5 |
1584 | 2024-09-09T20:04:38.237Z | Compiling dof v0.3.0 |
1585 | 2024-09-09T20:04:38.442Z | Compiling dtrace-parser v0.2.0 |
1586 | 2024-09-09T20:04:39.403Z | Compiling cbc v0.1.2 |
1587 | 2024-09-09T20:04:39.590Z | Compiling aes v0.8.4 |
1588 | 2024-09-09T20:04:39.625Z | Compiling async-trait v0.1.81 |
1589 | 2024-09-09T20:04:40.014Z | Compiling thread-id v4.2.1 |
1590 | 2024-09-09T20:04:40.166Z | Compiling foreign-types-shared v0.1.1 |
1591 | 2024-09-09T20:04:40.280Z | Compiling num-bigint-dig v0.8.4 |
1592 | 2024-09-09T20:04:40.325Z | Compiling unicode-width v0.1.13 |
1593 | 2024-09-09T20:04:40.554Z | Compiling signal-hook v0.3.17 |
1594 | 2024-09-09T20:04:40.608Z | Compiling smoltcp v0.9.1 |
1595 | 2024-09-09T20:04:40.798Z | Compiling pkcs5 v0.7.1 |
1596 | 2024-09-09T20:04:40.839Z | Compiling foreign-types v0.3.2 |
1597 | 2024-09-09T20:04:41.975Z | Compiling form_urlencoded v1.2.1 |
1598 | 2024-09-09T20:04:42.518Z | Compiling errno v0.3.9 |
1599 | 2024-09-09T20:04:42.761Z | Compiling siphasher v0.3.11 |
1600 | 2024-09-09T20:04:42.905Z | Compiling try-lock v0.2.5 |
1601 | 2024-09-09T20:04:43.353Z | Compiling want v0.3.1 |
1602 | 2024-09-09T20:04:45.482Z | Compiling pkcs8 v0.10.2 |
1603 | 2024-09-09T20:04:45.519Z | Compiling rustls-webpki v0.101.7 |
1604 | 2024-09-09T20:04:45.536Z | Compiling sct v0.7.1 |
1605 | 2024-09-09T20:04:45.827Z | Compiling h2 v0.3.26 |
1606 | 2024-09-09T20:04:46.328Z | Compiling http-body v0.4.6 |
1607 | 2024-09-09T20:04:47.649Z | Compiling openapiv3 v2.0.0 |
1608 | 2024-09-09T20:04:48.341Z | Compiling hubpack_derive v0.1.1 |
1609 | 2024-09-09T20:04:48.359Z | Compiling zerocopy-derive v0.6.6 |
1610 | 2024-09-09T20:04:48.446Z | Compiling idna v0.5.0 |
1611 | 2024-09-09T20:04:49.856Z | Compiling fs-err v2.11.0 |
1612 | 2024-09-09T20:04:49.874Z | Compiling utf8parse v0.2.1 |
1613 | 2024-09-09T20:04:50.029Z | Compiling httpdate v1.0.3 |
1614 | 2024-09-09T20:04:50.828Z | Compiling tower-service v0.3.2 |
1615 | 2024-09-09T20:04:50.959Z | Compiling anstyle v1.0.8 |
1616 | 2024-09-09T20:04:51.462Z | Compiling stable_deref_trait v1.2.0 |
1617 | 2024-09-09T20:04:51.569Z | Compiling openssl-probe v0.1.5 |
1618 | 2024-09-09T20:04:51.903Z | Compiling gimli v0.28.1 |
1619 | 2024-09-09T20:04:51.933Z | Compiling adler v1.0.2 |
1620 | 2024-09-09T20:04:51.989Z | Compiling finl_unicode v1.2.0 |
1621 | 2024-09-09T20:04:52.216Z | Compiling miniz_oxide v0.7.2 |
1622 | 2024-09-09T20:04:52.594Z | Compiling hyper v0.14.30 |
1623 | 2024-09-09T20:04:56.879Z | Compiling addr2line v0.21.0 |
1624 | 2024-09-09T20:04:57.777Z | Compiling stringprep v0.1.4 |
1625 | 2024-09-09T20:05:00.078Z | Compiling anstyle-parse v0.2.4 |
1626 | 2024-09-09T20:05:01.069Z | Compiling url v2.5.2 |
1627 | 2024-09-09T20:05:03.728Z | Compiling usdt-attr-macro v0.5.0 |
1628 | 2024-09-09T20:05:05.266Z | Compiling usdt-macro v0.5.0 |
1629 | 2024-09-09T20:05:06.523Z | Compiling md-5 v0.10.6 |
1630 | 2024-09-09T20:05:06.778Z | Compiling idna v0.3.0 |
1631 | 2024-09-09T20:05:08.288Z | Compiling lazy_static v1.5.0 |
1632 | 2024-09-09T20:05:08.416Z | Compiling num-integer v0.1.46 |
1633 | 2024-09-09T20:05:09.182Z | Compiling object v0.32.2 |
1634 | 2024-09-09T20:05:09.800Z | Compiling hash32 v0.2.1 |
1635 | 2024-09-09T20:05:09.817Z | Compiling base64 v0.22.1 |
1636 | 2024-09-09T20:05:10.193Z | Compiling is_terminal_polyfill v1.70.0 |
1637 | 2024-09-09T20:05:10.523Z | Compiling psl-types v2.0.11 |
1638 | 2024-09-09T20:05:10.729Z | Compiling colorchoice v1.0.1 |
1639 | 2024-09-09T20:05:10.877Z | Compiling anstyle-query v1.0.3 |
1640 | 2024-09-09T20:05:11.019Z | Compiling rustc-demangle v0.1.24 |
1641 | 2024-09-09T20:05:11.289Z | Compiling fallible-iterator v0.2.0 |
1642 | 2024-09-09T20:05:12.414Z | Compiling postgres-protocol v0.6.7 |
1643 | 2024-09-09T20:05:13.243Z | Compiling anstream v0.6.14 |
1644 | 2024-09-09T20:05:13.894Z | Compiling publicsuffix v2.2.3 |
1645 | 2024-09-09T20:05:14.480Z | Compiling num-iter v0.1.45 |
1646 | 2024-09-09T20:05:15.800Z | Compiling tokio-rustls v0.24.1 |
1647 | 2024-09-09T20:05:17.406Z | Compiling terminal_size v0.3.0 |
1648 | 2024-09-09T20:05:18.524Z | Compiling tokio-native-tls v0.3.1 |
1649 | 2024-09-09T20:05:18.796Z | Compiling phf_shared v0.11.2 |
1650 | 2024-09-09T20:05:19.554Z | Compiling strum_macros v0.25.3 |
1651 | 2024-09-09T20:05:19.649Z | Compiling enum-as-inner v0.6.0 |
1652 | 2024-09-09T20:05:20.708Z | Compiling regress v0.9.1 |
1653 | 2024-09-09T20:05:21.065Z | Compiling clap_derive v4.5.13 |
1654 | 2024-09-09T20:05:21.529Z | Compiling serde_repr v0.1.19 |
1655 | 2024-09-09T20:05:23.231Z | Compiling ff v0.13.0 |
1656 | 2024-09-09T20:05:25.430Z | Compiling encoding_rs v0.8.34 |
1657 | 2024-09-09T20:05:25.554Z | Compiling either v1.13.0 |
1658 | 2024-09-09T20:05:25.867Z | Compiling base64 v0.21.7 |
1659 | 2024-09-09T20:05:26.379Z | Compiling ipnet v2.9.0 |
1660 | 2024-09-09T20:05:26.514Z | Compiling base16ct v0.2.0 |
1661 | 2024-09-09T20:05:26.799Z | Compiling adler2 v2.0.0 |
1662 | 2024-09-09T20:05:26.903Z | Compiling managed v0.8.0 |
1663 | 2024-09-09T20:05:27.428Z | Compiling bitflags v1.3.2 |
1664 | 2024-09-09T20:05:27.643Z | Compiling mime v0.3.17 |
1665 | 2024-09-09T20:05:27.673Z | Compiling clap_lex v0.7.0 |
1666 | 2024-09-09T20:05:28.150Z | Compiling clap_builder v4.5.15 |
1667 | 2024-09-09T20:05:29.042Z | Compiling miniz_oxide v0.8.0 |
1668 | 2024-09-09T20:05:29.806Z | Compiling sec1 v0.7.3 |
1669 | 2024-09-09T20:05:30.377Z | Compiling rustls-pemfile v1.0.4 |
1670 | 2024-09-09T20:05:30.706Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-09-09T20:05:30.746Z | Compiling group v0.13.0 |
1672 | 2024-09-09T20:05:35.867Z | Compiling phf v0.11.2 |
1673 | 2024-09-09T20:05:35.961Z | Compiling hyper-tls v0.5.0 |
1674 | 2024-09-09T20:05:36.205Z | Compiling hyper-rustls v0.24.2 |
1675 | 2024-09-09T20:05:36.300Z | Compiling cookie_store v0.20.0 |
1676 | 2024-09-09T20:05:36.702Z | Compiling postgres-types v0.2.7 |
1677 | 2024-09-09T20:05:36.846Z | Compiling zerocopy v0.6.6 |
1678 | 2024-09-09T20:05:37.720Z | Compiling hubpack v0.1.2 |
1679 | 2024-09-09T20:05:37.786Z | Compiling pkcs1 v0.7.5 |
1680 | 2024-09-09T20:05:37.895Z | Compiling phf_shared v0.10.0 |
1681 | 2024-09-09T20:05:38.044Z | Compiling serde_urlencoded v0.7.1 |
1682 | 2024-09-09T20:05:38.159Z | Compiling crossbeam-epoch v0.9.18 |
1683 | 2024-09-09T20:05:38.658Z | Compiling futures-executor v0.3.30 |
1684 | 2024-09-09T20:05:38.688Z | Compiling bstr v1.9.1 |
1685 | 2024-09-09T20:05:39.282Z | Compiling hkdf v0.12.4 |
1686 | 2024-09-09T20:05:39.379Z | Compiling signature v2.2.0 |
1687 | 2024-09-09T20:05:39.510Z | Compiling crypto-bigint v0.5.5 |
1688 | 2024-09-09T20:05:39.784Z | Compiling idna v0.4.0 |
1689 | 2024-09-09T20:05:39.925Z | Compiling float-cmp v0.9.0 |
1690 | 2024-09-09T20:05:40.169Z | Compiling mio v0.8.11 |
1691 | 2024-09-09T20:05:40.257Z | Compiling memmap v0.7.0 |
1692 | 2024-09-09T20:05:40.736Z | Compiling predicates-core v1.0.6 |
1693 | 2024-09-09T20:05:41.034Z | Compiling static_assertions v1.1.0 |
1694 | 2024-09-09T20:05:41.151Z | Compiling minimal-lexical v0.2.1 |
1695 | 2024-09-09T20:05:41.255Z | Compiling normalize-line-endings v0.3.0 |
1696 | 2024-09-09T20:05:41.389Z | Compiling data-encoding v2.6.0 |
1697 | 2024-09-09T20:05:42.249Z | Compiling fixedbitset v0.4.2 |
1698 | 2024-09-09T20:05:42.516Z | Compiling bit-vec v0.6.3 |
1699 | 2024-09-09T20:05:42.598Z | Compiling sync_wrapper v0.1.2 |
1700 | 2024-09-09T20:05:42.641Z | Compiling precomputed-hash v0.1.1 |
1701 | 2024-09-09T20:05:42.731Z | Compiling winnow v0.6.18 |
1702 | 2024-09-09T20:05:42.764Z | Compiling new_debug_unreachable v1.0.6 |
1703 | 2024-09-09T20:05:42.863Z | Compiling whoami v1.5.1 |
1704 | 2024-09-09T20:05:42.937Z | Compiling difflib v0.4.0 |
1705 | 2024-09-09T20:05:43.032Z | Compiling webpki-roots v0.25.4 |
1706 | 2024-09-09T20:05:43.205Z | Compiling unicode-segmentation v1.11.0 |
1707 | 2024-09-09T20:05:43.396Z | Compiling predicates v3.1.2 |
1708 | 2024-09-09T20:05:43.608Z | Compiling reqwest v0.11.27 |
1709 | 2024-09-09T20:05:44.012Z | Compiling similar v2.6.0 |
1710 | 2024-09-09T20:05:44.029Z | Compiling tokio-postgres v0.7.11 |
1711 | 2024-09-09T20:05:44.138Z | Compiling string_cache v0.8.7 |
1712 | 2024-09-09T20:05:44.214Z | Compiling bit-set v0.5.3 |
1713 | 2024-09-09T20:05:44.513Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1714 | 2024-09-09T20:05:44.569Z | Compiling petgraph v0.6.5 |
1715 | 2024-09-09T20:05:44.870Z | Compiling elliptic-curve v0.13.8 |
1716 | 2024-09-09T20:05:45.653Z | Compiling hickory-proto v0.24.1 |
1717 | 2024-09-09T20:05:46.476Z | Compiling toml_edit v0.22.20 |
1718 | 2024-09-09T20:05:46.783Z | Compiling nom v7.1.3 |
1719 | 2024-09-09T20:05:48.332Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1720 | 2024-09-09T20:05:48.636Z | Compiling signal-hook-mio v0.2.4 |
1721 | 2024-09-09T20:05:48.817Z | Compiling usdt v0.5.0 |
1722 | 2024-09-09T20:05:49.791Z | Compiling rsa v0.9.6 |
1723 | 2024-09-09T20:05:50.404Z | Compiling futures v0.3.30 |
1724 | 2024-09-09T20:05:51.417Z | Compiling flate2 v1.0.33 |
1725 | 2024-09-09T20:05:53.099Z | Compiling clap v4.5.16 |
1726 | 2024-09-09T20:05:53.226Z | Compiling itertools v0.10.5 |
1727 | 2024-09-09T20:05:53.306Z | Compiling itertools v0.12.1 |
1728 | 2024-09-09T20:05:53.549Z | Compiling console v0.15.8 |
1729 | 2024-09-09T20:05:54.526Z | Compiling tokio-stream v0.1.15 |
1730 | 2024-09-09T20:05:54.567Z | Compiling toml v0.7.8 |
1731 | 2024-09-09T20:05:54.819Z | Compiling hex v0.4.3 |
1732 | 2024-09-09T20:05:55.524Z | Compiling sha1 v0.10.6 |
1733 | 2024-09-09T20:05:56.103Z | Compiling peg-runtime v0.8.3 |
1734 | 2024-09-09T20:05:56.460Z | Compiling lalrpop-util v0.19.12 |
1735 | 2024-09-09T20:05:56.463Z | Compiling camino v1.1.9 |
1736 | 2024-09-09T20:05:56.660Z | Compiling unicode-xid v0.2.4 |
1737 | 2024-09-09T20:05:56.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1738 | 2024-09-09T20:05:57.103Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-09-09T20:05:57.894Z | Compiling heapless v0.8.0 |
1740 | 2024-09-09T20:05:57.913Z | Compiling num_enum_derive v0.5.11 |
1741 | 2024-09-09T20:06:00.459Z | Compiling ipnetwork v0.20.0 |
1742 | 2024-09-09T20:06:02.190Z | Compiling hash32 v0.3.1 |
1743 | 2024-09-09T20:06:02.975Z | Compiling rustls-pki-types v1.7.0 |
1744 | 2024-09-09T20:06:04.275Z | Compiling ident_case v1.0.1 |
1745 | 2024-09-09T20:06:04.457Z | Compiling smoltcp v0.11.0 |
1746 | 2024-09-09T20:06:04.836Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1747 | 2024-09-09T20:06:08.789Z | Compiling darling_core v0.20.9 |
1748 | 2024-09-09T20:06:12.742Z | Compiling num_enum v0.5.11 |
1749 | 2024-09-09T20:06:13.954Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1750 | 2024-09-09T20:06:14.405Z | Compiling getopts v0.2.21 |
1751 | 2024-09-09T20:06:15.461Z | Compiling dirs-sys-next v0.1.2 |
1752 | 2024-09-09T20:06:16.106Z | Compiling proc-macro-error-attr v1.0.4 |
1753 | 2024-09-09T20:06:17.152Z | Compiling paste v1.0.15 |
1754 | 2024-09-09T20:06:17.629Z | Compiling cobs v0.2.3 |
1755 | 2024-09-09T20:06:18.071Z | Compiling embedded-io v0.4.0 |
1756 | 2024-09-09T20:06:18.397Z | Compiling unsafe-libyaml v0.2.11 |
1757 | 2024-09-09T20:06:18.737Z | Compiling rustls v0.22.4 |
1758 | 2024-09-09T20:06:19.044Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1759 | 2024-09-09T20:06:19.430Z | Compiling postcard v1.0.8 |
1760 | 2024-09-09T20:06:20.059Z | Compiling serde_yaml v0.9.34+deprecated |
1761 | 2024-09-09T20:06:21.328Z | Compiling dirs-next v2.0.0 |
1762 | 2024-09-09T20:06:21.904Z | Compiling darling_macro v0.20.9 |
1763 | 2024-09-09T20:06:21.971Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-09-09T20:06:31.553Z | Compiling rustls-webpki v0.102.4 |
1765 | 2024-09-09T20:06:38.508Z | Compiling strum_macros v0.26.4 |
1766 | 2024-09-09T20:06:39.201Z | Compiling foreign-types-macros v0.2.3 |
1767 | 2024-09-09T20:06:39.428Z | Compiling structmeta-derive v0.3.0 |
1768 | 2024-09-09T20:06:40.655Z | Compiling thread_local v1.1.8 |
1769 | 2024-09-09T20:06:42.073Z | Compiling proc-macro-error v1.0.4 |
1770 | 2024-09-09T20:06:42.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1771 | 2024-09-09T20:06:42.710Z | Compiling multer v3.1.0 |
1772 | 2024-09-09T20:06:43.123Z | Compiling foreign-types-shared v0.3.1 |
1773 | 2024-09-09T20:06:43.915Z | Compiling slog-async v2.8.0 |
1774 | 2024-09-09T20:06:44.382Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1775 | 2024-09-09T20:06:44.531Z | Compiling match_cfg v0.1.0 |
1776 | 2024-09-09T20:06:44.551Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1777 | 2024-09-09T20:06:44.825Z | Compiling hostname v0.3.1 |
1778 | 2024-09-09T20:06:44.890Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1779 | 2024-09-09T20:06:50.212Z | Compiling foreign-types v0.5.0 |
1780 | 2024-09-09T20:06:50.713Z | Compiling strum v0.26.3 |
1781 | 2024-09-09T20:06:51.087Z | Compiling structmeta v0.3.0 |
1782 | 2024-09-09T20:06:55.673Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1783 | 2024-09-09T20:06:57.288Z | Compiling darling v0.20.9 |
1784 | 2024-09-09T20:06:57.413Z | Compiling term v0.7.0 |
1785 | 2024-09-09T20:06:59.931Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1786 | 2024-09-09T20:07:01.436Z | Compiling slog-json v2.6.1 |
1787 | 2024-09-09T20:07:01.711Z | Compiling tabwriter v1.4.0 |
1788 | 2024-09-09T20:07:01.880Z | Compiling crossbeam-channel v0.5.12 |
1789 | 2024-09-09T20:07:03.476Z | Compiling http v1.1.0 |
1790 | 2024-09-09T20:07:03.716Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1791 | 2024-09-09T20:07:03.943Z | Compiling async-stream-impl v0.3.5 |
1792 | 2024-09-09T20:07:04.529Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1793 | 2024-09-09T20:07:05.230Z | Compiling is-terminal v0.4.12 |
1794 | 2024-09-09T20:07:05.371Z | Compiling cstr-argument v0.1.2 |
1795 | 2024-09-09T20:07:05.374Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1796 | 2024-09-09T20:07:05.651Z | Compiling take_mut v0.2.2 |
1797 | 2024-09-09T20:07:05.694Z | Compiling rayon-core v1.12.1 |
1798 | 2024-09-09T20:07:06.425Z | Compiling atomic-waker v1.1.2 |
1799 | 2024-09-09T20:07:06.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1800 | 2024-09-09T20:07:06.850Z | Compiling fastrand v2.1.0 |
1801 | 2024-09-09T20:07:06.963Z | Compiling crucible-workspace-hack v0.1.0 |
1802 | 2024-09-09T20:07:07.259Z | Compiling pretty-hex v0.2.1 |
1803 | 2024-09-09T20:07:07.478Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1804 | 2024-09-09T20:07:07.522Z | Compiling tempfile v3.10.1 |
1805 | 2024-09-09T20:07:07.889Z | Compiling waitgroup v0.1.2 |
1806 | 2024-09-09T20:07:08.303Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-09-09T20:07:09.166Z | Compiling slog-term v2.9.1 |
1808 | 2024-09-09T20:07:09.307Z | Compiling async-stream v0.3.5 |
1809 | 2024-09-09T20:07:10.460Z | Compiling slog-bunyan v2.5.0 |
1810 | 2024-09-09T20:07:10.476Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1811 | 2024-09-09T20:07:10.811Z | Compiling tokio-rustls v0.25.0 |
1812 | 2024-09-09T20:07:11.181Z | Compiling serde_with_macros v3.9.0 |
1813 | 2024-09-09T20:07:11.303Z | Compiling parse-display-derive v0.10.0 |
1814 | 2024-09-09T20:07:11.326Z | Compiling toml v0.8.19 |
1815 | 2024-09-09T20:07:11.743Z | Compiling rustls-pemfile v2.1.3 |
1816 | 2024-09-09T20:07:12.337Z | Compiling crossbeam-deque v0.8.5 |
1817 | 2024-09-09T20:07:12.471Z | Compiling colored v2.1.0 |
1818 | 2024-09-09T20:07:12.500Z | Compiling newtype-uuid v1.1.0 |
1819 | 2024-09-09T20:07:12.733Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1820 | 2024-09-09T20:07:12.843Z | Compiling serde_path_to_error v0.1.16 |
1821 | 2024-09-09T20:07:13.727Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1822 | 2024-09-09T20:07:13.809Z | Compiling socket2 v0.4.10 |
1823 | 2024-09-09T20:07:13.877Z | Compiling hostname v0.4.0 |
1824 | 2024-09-09T20:07:14.144Z | Compiling instant v0.1.12 |
1825 | 2024-09-09T20:07:14.317Z | Compiling debug-ignore v1.0.5 |
1826 | 2024-09-09T20:07:14.439Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1827 | 2024-09-09T20:07:14.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1828 | 2024-09-09T20:07:14.711Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1829 | 2024-09-09T20:07:15.146Z | Compiling parse-display v0.10.0 |
1830 | 2024-09-09T20:07:15.375Z | Compiling backoff v0.4.0 |
1831 | 2024-09-09T20:07:15.762Z | Compiling serde_with v3.9.0 |
1832 | 2024-09-09T20:07:17.122Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1833 | 2024-09-09T20:07:17.735Z | Compiling zone_cfg_derive v0.3.0 |
1834 | 2024-09-09T20:07:18.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1835 | 2024-09-09T20:07:18.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1836 | 2024-09-09T20:07:19.142Z | Compiling camino-tempfile v1.1.1 |
1837 | 2024-09-09T20:07:20.014Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1838 | 2024-09-09T20:07:20.113Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1839 | 2024-09-09T20:07:20.326Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1840 | 2024-09-09T20:07:20.501Z | Compiling macaddr v1.0.1 |
1841 | 2024-09-09T20:07:21.144Z | Compiling num-derive v0.4.2 |
1842 | 2024-09-09T20:07:21.217Z | Compiling sigpipe v0.1.3 |
1843 | 2024-09-09T20:07:21.351Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1844 | 2024-09-09T20:07:21.670Z | Compiling libefi-sys v0.1.0 |
1845 | 2024-09-09T20:07:22.036Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1846 | 2024-09-09T20:07:23.356Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-09-09T20:07:23.398Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1848 | 2024-09-09T20:07:23.507Z | Compiling zone v0.3.0 |
1849 | 2024-09-09T20:07:23.897Z | Compiling rayon v1.10.0 |
1850 | 2024-09-09T20:07:23.913Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-09-09T20:07:24.933Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1852 | 2024-09-09T20:07:25.358Z | Compiling smf v0.2.3 |
1853 | 2024-09-09T20:07:26.790Z | Compiling bitfield-struct v0.6.1 |
1854 | 2024-09-09T20:07:27.710Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1855 | 2024-09-09T20:07:27.976Z | Compiling ring v0.16.20 |
1856 | 2024-09-09T20:07:28.117Z | Compiling blake3 v1.5.1 |
1857 | 2024-09-09T20:07:28.138Z | Compiling portable-atomic v1.6.0 |
1858 | 2024-09-09T20:07:29.090Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1859 | 2024-09-09T20:07:29.814Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1860 | 2024-09-09T20:07:29.816Z | Compiling xattr v1.3.1 |
1861 | 2024-09-09T20:07:29.927Z | Compiling memmap2 v0.9.4 |
1862 | 2024-09-09T20:07:29.984Z | Compiling filetime v0.2.25 |
1863 | 2024-09-09T20:07:30.144Z | Compiling untrusted v0.7.1 |
1864 | 2024-09-09T20:07:30.340Z | Compiling spin v0.5.2 |
1865 | 2024-09-09T20:07:30.357Z | Compiling arrayref v0.3.7 |
1866 | 2024-09-09T20:07:30.464Z | Compiling arrayvec v0.7.4 |
1867 | 2024-09-09T20:07:30.528Z | Compiling constant_time_eq v0.3.0 |
1868 | 2024-09-09T20:07:30.577Z | Compiling same-file v1.0.6 |
1869 | 2024-09-09T20:07:30.708Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1870 | 2024-09-09T20:07:30.840Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1871 | 2024-09-09T20:07:30.857Z | Compiling walkdir v2.5.0 |
1872 | 2024-09-09T20:07:30.978Z | Compiling tar v0.4.41 |
1873 | 2024-09-09T20:07:32.350Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1874 | 2024-09-09T20:07:33.420Z | Compiling gethostname v0.5.0 |
1875 | 2024-09-09T20:07:33.481Z | Compiling cargo-platform v0.1.8 |
1876 | 2024-09-09T20:07:33.613Z | Compiling topological-sort v0.2.2 |
1877 | 2024-09-09T20:07:33.895Z | Compiling number_prefix v0.4.0 |
1878 | 2024-09-09T20:07:34.150Z | Compiling indicatif v0.17.8 |
1879 | 2024-09-09T20:07:34.563Z | Compiling cargo_metadata v0.18.1 |
1880 | 2024-09-09T20:07:38.737Z | Compiling omicron-zone-package v0.11.0 |
1881 | 2024-09-09T20:07:41.982Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1882 | 2024-09-09T20:07:43.155Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1883 | 2024-09-09T20:07:44.603Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1884 | 2024-09-09T20:08:03.600Z | Finished `release` profile [optimized] target(s) in 4m 12s |
1885 | 2024-09-09T20:08:03.748Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1886 | 2024-09-09T20:08:03.787Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1887 | 2024-09-09T20:08:03.797Z | Created new build target 'test' and set it as active |
1888 | 2024-09-09T20:08:03.797Z | |
1889 | 2024-09-09T20:08:03.797Z | real 4:12.749701673 |
1890 | 2024-09-09T20:08:03.797Z | user 28:40.783790962 |
1891 | 2024-09-09T20:08:03.797Z | sys 3:35.405709695 |
1892 | 2024-09-09T20:08:03.797Z | trap 0.812047016 |
1893 | 2024-09-09T20:08:03.797Z | tflt 2.783899783 |
1894 | 2024-09-09T20:08:03.797Z | dflt 0.600944726 |
1895 | 2024-09-09T20:08:03.798Z | kflt 0.017633583 |
1896 | 2024-09-09T20:08:03.798Z | lock 1:03:42.324339802 |
1897 | 2024-09-09T20:08:03.798Z | slp 1:50:28.500702316 |
1898 | 2024-09-09T20:08:03.798Z | lat 1:58.883390750 |
1899 | 2024-09-09T20:08:03.798Z | stop 3:31.944401725 |
1900 | 2024-09-09T20:08:03.798Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1901 | 2024-09-09T20:08:04.763Z | Finished `release` profile [optimized] target(s) in 0.92s |
1902 | 2024-09-09T20:08:04.814Z | Running `target/release/omicron-package -t test package` |
1903 | 2024-09-09T20:08:04.858Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1904 | 2024-09-09T20:08:08.356Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1905 | 2024-09-09T20:08:08.394Z | Compiling convert_case v0.4.0 |
1906 | 2024-09-09T20:08:08.395Z | Compiling camino v1.1.9 |
1907 | 2024-09-09T20:08:08.395Z | Compiling newline-converter v0.3.0 |
1908 | 2024-09-09T20:08:08.395Z | Compiling password-hash v0.5.0 |
1909 | 2024-09-09T20:08:08.395Z | Compiling blake2 v0.10.6 |
1910 | 2024-09-09T20:08:08.395Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1911 | 2024-09-09T20:08:08.395Z | Compiling derive-where v1.2.7 |
1912 | 2024-09-09T20:08:08.426Z | Compiling expectorate v1.1.0 |
1913 | 2024-09-09T20:08:08.426Z | Compiling humantime v2.1.0 |
1914 | 2024-09-09T20:08:08.427Z | Compiling toml v0.8.19 |
1915 | 2024-09-09T20:08:08.427Z | Compiling derive_more v0.99.18 |
1916 | 2024-09-09T20:08:08.427Z | Compiling argon2 v0.5.3 |
1917 | 2024-09-09T20:08:08.427Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1918 | 2024-09-09T20:08:08.427Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1919 | 2024-09-09T20:08:08.427Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1920 | 2024-09-09T20:08:08.427Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1921 | 2024-09-09T20:08:08.427Z | Compiling num-rational v0.4.2 |
1922 | 2024-09-09T20:08:08.427Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1923 | 2024-09-09T20:08:08.427Z | Compiling num-complex v0.4.6 |
1924 | 2024-09-09T20:08:08.563Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1925 | 2024-09-09T20:08:09.314Z | Compiling dirs-sys-next v0.1.2 |
1926 | 2024-09-09T20:08:09.397Z | Compiling num v0.4.3 |
1927 | 2024-09-09T20:08:09.480Z | Compiling float-ord v0.3.2 |
1928 | 2024-09-09T20:08:09.512Z | Compiling semver v0.1.20 |
1929 | 2024-09-09T20:08:09.640Z | Compiling dirs-next v2.0.0 |
1930 | 2024-09-09T20:08:09.825Z | Compiling term v0.7.0 |
1931 | 2024-09-09T20:08:09.851Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1932 | 2024-09-09T20:08:10.040Z | Compiling prettyplease v0.2.20 |
1933 | 2024-09-09T20:08:10.065Z | Compiling utf-8 v0.7.6 |
1934 | 2024-09-09T20:08:10.471Z | Compiling rustc_version v0.1.7 |
1935 | 2024-09-09T20:08:10.474Z | Compiling is-terminal v0.4.12 |
1936 | 2024-09-09T20:08:10.663Z | Compiling cookie v0.18.1 |
1937 | 2024-09-09T20:08:10.815Z | Compiling newtype_derive v0.1.6 |
1938 | 2024-09-09T20:08:10.904Z | Compiling highway v1.2.0 |
1939 | 2024-09-09T20:08:11.191Z | Compiling linked-hash-map v0.5.6 |
1940 | 2024-09-09T20:08:11.342Z | Compiling rustls-pki-types v1.7.0 |
1941 | 2024-09-09T20:08:11.617Z | Compiling lru-cache v0.1.2 |
1942 | 2024-09-09T20:08:11.836Z | Compiling steno v0.4.1 |
1943 | 2024-09-09T20:08:12.280Z | Compiling home v0.5.9 |
1944 | 2024-09-09T20:08:12.516Z | Compiling quick-error v1.2.3 |
1945 | 2024-09-09T20:08:12.676Z | Compiling resolv-conf v0.7.0 |
1946 | 2024-09-09T20:08:13.232Z | Compiling rustls-webpki v0.102.4 |
1947 | 2024-09-09T20:08:14.163Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1948 | 2024-09-09T20:08:14.845Z | Compiling rustls v0.22.4 |
1949 | 2024-09-09T20:08:14.873Z | Compiling thread_local v1.1.8 |
1950 | 2024-09-09T20:08:15.039Z | Compiling match_cfg v0.1.0 |
1951 | 2024-09-09T20:08:15.123Z | Compiling hostname v0.3.1 |
1952 | 2024-09-09T20:08:15.376Z | Compiling hickory-resolver v0.24.1 |
1953 | 2024-09-09T20:08:15.409Z | Compiling multer v3.1.0 |
1954 | 2024-09-09T20:08:15.479Z | Compiling slog-async v2.8.0 |
1955 | 2024-09-09T20:08:15.551Z | Compiling slog-json v2.6.1 |
1956 | 2024-09-09T20:08:15.894Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1957 | 2024-09-09T20:08:15.993Z | Compiling crossbeam-channel v0.5.12 |
1958 | 2024-09-09T20:08:17.046Z | Compiling http v1.1.0 |
1959 | 2024-09-09T20:08:19.292Z | Compiling take_mut v0.2.2 |
1960 | 2024-09-09T20:08:19.464Z | Compiling atomic-waker v1.1.2 |
1961 | 2024-09-09T20:08:19.654Z | Compiling waitgroup v0.1.2 |
1962 | 2024-09-09T20:08:20.912Z | Compiling tokio-rustls v0.25.0 |
1963 | 2024-09-09T20:08:21.355Z | Compiling slog-bunyan v2.5.0 |
1964 | 2024-09-09T20:08:21.570Z | Compiling slog-term v2.9.1 |
1965 | 2024-09-09T20:08:22.046Z | Compiling rustls-pemfile v2.1.3 |
1966 | 2024-09-09T20:08:22.476Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1967 | 2024-09-09T20:08:22.551Z | Compiling async-stream v0.3.5 |
1968 | 2024-09-09T20:08:22.682Z | Compiling newtype-uuid v1.1.0 |
1969 | 2024-09-09T20:08:22.832Z | Compiling ipnetwork v0.20.0 |
1970 | 2024-09-09T20:08:23.010Z | Compiling serde_path_to_error v0.1.16 |
1971 | 2024-09-09T20:08:23.609Z | Compiling hostname v0.4.0 |
1972 | 2024-09-09T20:08:23.808Z | Compiling instant v0.1.12 |
1973 | 2024-09-09T20:08:23.836Z | Compiling debug-ignore v1.0.5 |
1974 | 2024-09-09T20:08:23.856Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1975 | 2024-09-09T20:08:23.963Z | Compiling backoff v0.4.0 |
1976 | 2024-09-09T20:08:24.332Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1977 | 2024-09-09T20:08:24.577Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1978 | 2024-09-09T20:08:24.654Z | Compiling parse-display v0.10.0 |
1979 | 2024-09-09T20:08:25.214Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1980 | 2024-09-09T20:08:25.406Z | Compiling serde_with v3.9.0 |
1981 | 2024-09-09T20:08:29.346Z | Compiling strum v0.26.3 |
1982 | 2024-09-09T20:08:29.534Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1983 | 2024-09-09T20:08:30.825Z | Compiling macaddr v1.0.1 |
1984 | 2024-09-09T20:08:31.211Z | Compiling slog-dtrace v0.3.0 |
1985 | 2024-09-09T20:08:31.258Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1986 | 2024-09-09T20:08:32.107Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1987 | 2024-09-09T20:08:33.205Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1988 | 2024-09-09T20:08:33.756Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1989 | 2024-09-09T20:08:34.211Z | Compiling half v2.4.1 |
1990 | 2024-09-09T20:08:34.733Z | Compiling swrite v0.1.0 |
1991 | 2024-09-09T20:08:34.883Z | Compiling ciborium-io v0.2.2 |
1992 | 2024-09-09T20:08:34.906Z | Compiling tungstenite v0.21.0 |
1993 | 2024-09-09T20:08:35.024Z | Compiling ciborium-ll v0.2.2 |
1994 | 2024-09-09T20:08:35.579Z | Compiling ciborium v0.2.2 |
1995 | 2024-09-09T20:08:37.703Z | Compiling tokio-tungstenite v0.21.0 |
1996 | 2024-09-09T20:08:37.721Z | Compiling rayon-core v1.12.1 |
1997 | 2024-09-09T20:08:37.748Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1998 | 2024-09-09T20:08:38.297Z | Compiling crossbeam-deque v0.8.5 |
1999 | 2024-09-09T20:08:38.655Z | Compiling fastrand v2.1.0 |
2000 | 2024-09-09T20:08:39.157Z | Compiling termcolor v1.4.1 |
2001 | 2024-09-09T20:08:40.076Z | Compiling display-error-chain v0.2.1 |
2002 | 2024-09-09T20:08:40.245Z | Compiling same-file v1.0.6 |
2003 | 2024-09-09T20:08:40.278Z | Compiling tempfile v3.10.1 |
2004 | 2024-09-09T20:08:40.478Z | Compiling walkdir v2.5.0 |
2005 | 2024-09-09T20:08:41.109Z | Compiling blake3 v1.5.1 |
2006 | 2024-09-09T20:08:41.735Z | Compiling ring v0.16.20 |
2007 | 2024-09-09T20:08:42.479Z | Compiling rayon v1.10.0 |
2008 | 2024-09-09T20:08:44.502Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2009 | 2024-09-09T20:08:47.136Z | Compiling xattr v1.3.1 |
2010 | 2024-09-09T20:08:47.391Z | Compiling memmap2 v0.9.4 |
2011 | 2024-09-09T20:08:47.924Z | Compiling filetime v0.2.25 |
2012 | 2024-09-09T20:08:48.196Z | Compiling constant_time_eq v0.3.0 |
2013 | 2024-09-09T20:08:48.225Z | Compiling arrayref v0.3.7 |
2014 | 2024-09-09T20:08:48.336Z | Compiling untrusted v0.7.1 |
2015 | 2024-09-09T20:08:48.356Z | Compiling spin v0.5.2 |
2016 | 2024-09-09T20:08:48.541Z | Compiling arrayvec v0.7.4 |
2017 | 2024-09-09T20:08:48.603Z | Compiling cancel-safe-futures v0.1.5 |
2018 | 2024-09-09T20:08:50.015Z | Compiling tar v0.4.41 |
2019 | 2024-09-09T20:08:50.837Z | Compiling toolchain_find v0.4.0 |
2020 | 2024-09-09T20:08:51.391Z | Compiling camino-tempfile v1.1.1 |
2021 | 2024-09-09T20:08:51.457Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2022 | 2024-09-09T20:08:51.795Z | Compiling nibble_vec v0.1.0 |
2023 | 2024-09-09T20:08:51.840Z | Compiling atty v0.2.14 |
2024 | 2024-09-09T20:08:52.074Z | Compiling glob v0.3.1 |
2025 | 2024-09-09T20:08:52.140Z | Compiling endian-type v0.1.2 |
2026 | 2024-09-09T20:08:52.225Z | Compiling topological-sort v0.2.2 |
2027 | 2024-09-09T20:08:52.374Z | Compiling maplit v1.0.2 |
2028 | 2024-09-09T20:08:52.456Z | Compiling radium v0.7.0 |
2029 | 2024-09-09T20:08:52.502Z | Compiling crunchy v0.2.2 |
2030 | 2024-09-09T20:08:52.766Z | Compiling omicron-zone-package v0.11.0 |
2031 | 2024-09-09T20:08:52.825Z | Compiling clang-sys v1.7.0 |
2032 | 2024-09-09T20:08:52.943Z | Compiling radix_trie v0.2.1 |
2033 | 2024-09-09T20:08:52.991Z | Compiling rustfmt-wrapper v0.2.1 |
2034 | 2024-09-09T20:08:53.576Z | Compiling tap v1.0.1 |
2035 | 2024-09-09T20:08:53.780Z | Compiling maybe-uninit v2.0.0 |
2036 | 2024-09-09T20:08:53.800Z | Compiling tiny-keccak v2.0.2 |
2037 | 2024-09-09T20:08:54.148Z | Compiling wyz v0.5.1 |
2038 | 2024-09-09T20:08:54.326Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2039 | 2024-09-09T20:08:54.360Z | Compiling dsl_auto_type v0.1.2 |
2040 | 2024-09-09T20:08:54.583Z | Compiling itertools v0.13.0 |
2041 | 2024-09-09T20:08:54.778Z | Compiling curve25519-dalek v4.1.3 |
2042 | 2024-09-09T20:08:55.267Z | Compiling scheduled-thread-pool v0.2.7 |
2043 | 2024-09-09T20:08:55.747Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2044 | 2024-09-09T20:08:55.767Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2045 | 2024-09-09T20:08:56.208Z | Compiling diesel_table_macro_syntax v0.2.0 |
2046 | 2024-09-09T20:08:56.259Z | Compiling packed_struct v0.10.1 |
2047 | 2024-09-09T20:08:56.587Z | Compiling crc-catalog v2.4.0 |
2048 | 2024-09-09T20:08:56.604Z | Compiling funty v2.0.0 |
2049 | 2024-09-09T20:08:56.683Z | Compiling keccak v0.1.5 |
2050 | 2024-09-09T20:08:56.752Z | Compiling arc-swap v1.7.1 |
2051 | 2024-09-09T20:08:57.409Z | Compiling slog-scope v4.4.0 |
2052 | 2024-09-09T20:08:57.679Z | Compiling sha3 v0.10.8 |
2053 | 2024-09-09T20:08:58.056Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-09-09T20:08:58.225Z | Compiling bitvec v1.0.1 |
2055 | 2024-09-09T20:08:58.333Z | Compiling crc v3.2.1 |
2056 | 2024-09-09T20:08:58.573Z | Compiling diesel_derives v2.2.2 |
2057 | 2024-09-09T20:09:00.423Z | Compiling r2d2 v0.8.10 |
2058 | 2024-09-09T20:09:01.545Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2059 | 2024-09-09T20:09:02.795Z | Compiling ascii-canvas v3.0.0 |
2060 | 2024-09-09T20:09:03.208Z | Compiling universal-hash v0.5.1 |
2061 | 2024-09-09T20:09:03.447Z | Compiling secrecy v0.8.0 |
2062 | 2024-09-09T20:09:03.735Z | Compiling thiserror-impl-no-std v2.0.2 |
2063 | 2024-09-09T20:09:05.631Z | Compiling packed_struct_codegen v0.10.1 |
2064 | 2024-09-09T20:09:06.376Z | Compiling ena v0.14.3 |
2065 | 2024-09-09T20:09:06.802Z | Compiling curve25519-dalek-derive v0.1.1 |
2066 | 2024-09-09T20:09:08.123Z | Compiling libloading v0.8.3 |
2067 | 2024-09-09T20:09:08.225Z | Compiling indexmap v1.9.3 |
2068 | 2024-09-09T20:09:08.493Z | Compiling bindgen v0.69.4 |
2069 | 2024-09-09T20:09:08.564Z | Compiling opaque-debug v0.3.1 |
2070 | 2024-09-09T20:09:08.680Z | Compiling nodrop v0.1.14 |
2071 | 2024-09-09T20:09:08.814Z | Compiling diff v0.1.13 |
2072 | 2024-09-09T20:09:08.931Z | Compiling regex-syntax v0.6.29 |
2073 | 2024-09-09T20:09:09.402Z | Compiling array-init v0.0.4 |
2074 | 2024-09-09T20:09:09.688Z | Compiling diesel v2.2.3 |
2075 | 2024-09-09T20:09:10.703Z | Compiling poly1305 v0.8.0 |
2076 | 2024-09-09T20:09:12.236Z | Compiling lalrpop v0.19.12 |
2077 | 2024-09-09T20:09:24.649Z | Compiling thiserror-no-std v2.0.2 |
2078 | 2024-09-09T20:09:24.962Z | Compiling smallvec v0.6.14 |
2079 | 2024-09-09T20:09:25.113Z | Compiling slog-stdlog v4.1.1 |
2080 | 2024-09-09T20:09:25.537Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2081 | 2024-09-09T20:09:25.879Z | Compiling which v4.4.2 |
2082 | 2024-09-09T20:09:26.120Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2083 | 2024-09-09T20:09:26.427Z | Compiling chacha20 v0.9.1 |
2084 | 2024-09-09T20:09:26.445Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2085 | 2024-09-09T20:09:26.627Z | Compiling cexpr v0.6.0 |
2086 | 2024-09-09T20:09:26.669Z | Compiling aead v0.5.2 |
2087 | 2024-09-09T20:09:26.898Z | Compiling libsw v3.3.1 |
2088 | 2024-09-09T20:09:27.018Z | Compiling ref-cast v1.0.23 |
2089 | 2024-09-09T20:09:27.244Z | Compiling hashbrown v0.12.3 |
2090 | 2024-09-09T20:09:27.520Z | Compiling bitfield v0.14.0 |
2091 | 2024-09-09T20:09:27.838Z | Compiling owo-colors v4.0.0 |
2092 | 2024-09-09T20:09:28.182Z | Compiling lazycell v1.3.0 |
2093 | 2024-09-09T20:09:28.368Z | Compiling linear-map v1.2.0 |
2094 | 2024-09-09T20:09:28.557Z | Compiling rustc-hash v1.1.0 |
2095 | 2024-09-09T20:09:28.725Z | Compiling shlex v1.3.0 |
2096 | 2024-09-09T20:09:29.858Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2097 | 2024-09-09T20:09:30.632Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2098 | 2024-09-09T20:09:30.814Z | Compiling chacha20poly1305 v0.10.1 |
2099 | 2024-09-09T20:09:31.100Z | Compiling vsss-rs v3.3.4 |
2100 | 2024-09-09T20:09:35.533Z | Compiling serde-hex v0.1.0 |
2101 | 2024-09-09T20:09:38.312Z | Compiling polar-core v0.27.3 |
2102 | 2024-09-09T20:09:38.894Z | Compiling slog-envlogger v2.2.0 |
2103 | 2024-09-09T20:09:39.633Z | Compiling bzip2 v0.4.4 |
2104 | 2024-09-09T20:09:40.097Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2105 | 2024-09-09T20:09:40.475Z | Compiling env_logger v0.10.2 |
2106 | 2024-09-09T20:09:40.602Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2107 | 2024-09-09T20:09:40.921Z | Compiling derive_builder_core v0.20.0 |
2108 | 2024-09-09T20:09:41.362Z | Compiling x509-cert v0.2.5 |
2109 | 2024-09-09T20:09:42.478Z | Compiling ron v0.8.1 |
2110 | 2024-09-09T20:09:43.144Z | Compiling headers-core v0.2.0 |
2111 | 2024-09-09T20:09:43.325Z | Compiling hashbrown v0.13.2 |
2112 | 2024-09-09T20:09:43.391Z | Compiling fxhash v0.2.1 |
2113 | 2024-09-09T20:09:43.608Z | Compiling libxml v0.3.3 |
2114 | 2024-09-09T20:09:44.007Z | Compiling ref-cast-impl v1.0.23 |
2115 | 2024-09-09T20:09:44.595Z | Compiling crc-any v2.5.0 |
2116 | 2024-09-09T20:09:45.322Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2117 | 2024-09-09T20:09:45.552Z | Compiling object v0.30.4 |
2118 | 2024-09-09T20:09:45.925Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2119 | 2024-09-09T20:09:47.405Z | Compiling headers v0.3.9 |
2120 | 2024-09-09T20:09:47.614Z | Compiling derive_builder_macro v0.20.0 |
2121 | 2024-09-09T20:09:48.380Z | Compiling samael v0.0.15 |
2122 | 2024-09-09T20:09:48.467Z | Compiling zip v0.6.6 |
2123 | 2024-09-09T20:09:51.013Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2124 | 2024-09-09T20:09:52.831Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2125 | 2024-09-09T20:09:53.145Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2126 | 2024-09-09T20:09:54.046Z | Compiling strum_macros v0.24.3 |
2127 | 2024-09-09T20:09:57.298Z | Compiling kstat-rs v0.2.4 |
2128 | 2024-09-09T20:09:58.119Z | Compiling async-recursion v1.1.1 |
2129 | 2024-09-09T20:09:58.156Z | Compiling unicase v2.7.0 |
2130 | 2024-09-09T20:09:58.218Z | Compiling dropshot v0.10.1 |
2131 | 2024-09-09T20:09:58.502Z | Compiling indoc v1.0.9 |
2132 | 2024-09-09T20:09:58.549Z | Compiling path-slash v0.1.5 |
2133 | 2024-09-09T20:09:58.785Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2134 | 2024-09-09T20:09:59.392Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2024-09-09T20:10:00.075Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2136 | 2024-09-09T20:10:05.687Z | Compiling derive_builder v0.20.0 |
2137 | 2024-09-09T20:10:06.333Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2138 | 2024-09-09T20:10:10.767Z | Compiling tungstenite v0.23.0 |
2139 | 2024-09-09T20:10:11.857Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2140 | 2024-09-09T20:10:12.179Z | Compiling crossterm v0.28.1 |
2141 | 2024-09-09T20:10:14.074Z | Compiling pem v3.0.4 |
2142 | 2024-09-09T20:10:15.227Z | Compiling dropshot_endpoint v0.10.1 |
2143 | 2024-09-09T20:10:15.554Z | Compiling oso-derive v0.27.3 |
2144 | 2024-09-09T20:10:16.530Z | Compiling impl-trait-for-tuples v0.2.2 |
2145 | 2024-09-09T20:10:16.547Z | Compiling libz-sys v1.1.16 |
2146 | 2024-09-09T20:10:17.207Z | Compiling quick-xml v0.31.0 |
2147 | 2024-09-09T20:10:17.231Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2148 | 2024-09-09T20:10:17.559Z | Compiling parking_lot_core v0.8.6 |
2149 | 2024-09-09T20:10:18.009Z | Compiling cfg_aliases v0.1.1 |
2150 | 2024-09-09T20:10:18.132Z | Compiling nix v0.28.0 |
2151 | 2024-09-09T20:10:20.438Z | Compiling tokio-tungstenite v0.23.1 |
2152 | 2024-09-09T20:10:21.102Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2153 | 2024-09-09T20:10:23.574Z | Compiling oso v0.27.3 |
2154 | 2024-09-09T20:10:26.486Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2155 | 2024-09-09T20:10:28.122Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2156 | 2024-09-09T20:10:28.441Z | Compiling bb8 v0.8.5 |
2157 | 2024-09-09T20:10:29.063Z | Compiling const_format_proc_macros v0.2.32 |
2158 | 2024-09-09T20:10:30.969Z | Compiling vte_generate_state_changes v0.1.1 |
2159 | 2024-09-09T20:10:31.599Z | Compiling buf-list v1.0.3 |
2160 | 2024-09-09T20:10:32.169Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2161 | 2024-09-09T20:10:32.600Z | Compiling vte v0.11.1 |
2162 | 2024-09-09T20:10:34.029Z | Compiling const_format v0.2.32 |
2163 | 2024-09-09T20:10:35.266Z | Compiling async-bb8-diesel v0.2.1 |
2164 | 2024-09-09T20:10:36.052Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2165 | 2024-09-09T20:10:42.481Z | Compiling fd-lock v4.0.2 |
2166 | 2024-09-09T20:10:42.726Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2167 | 2024-09-09T20:10:43.500Z | Compiling pin-project-internal v1.1.5 |
2168 | 2024-09-09T20:10:46.266Z | Compiling bytecount v0.6.8 |
2169 | 2024-09-09T20:10:46.586Z | Compiling papergrid v0.11.0 |
2170 | 2024-09-09T20:10:48.513Z | Compiling pin-project v1.1.5 |
2171 | 2024-09-09T20:11:00.704Z | Compiling parking_lot v0.11.2 |
2172 | 2024-09-09T20:11:02.569Z | Compiling strip-ansi-escapes v0.2.0 |
2173 | 2024-09-09T20:11:04.353Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2174 | 2024-09-09T20:11:04.680Z | Compiling tabled_derive v0.7.0 |
2175 | 2024-09-09T20:11:05.423Z | Compiling crossterm v0.27.0 |
2176 | 2024-09-09T20:11:06.889Z | Compiling peg-macros v0.8.4 |
2177 | 2024-09-09T20:11:08.869Z | Compiling snafu-derive v0.8.2 |
2178 | 2024-09-09T20:11:09.085Z | Compiling sqlparser_derive v0.2.2 |
2179 | 2024-09-09T20:11:10.050Z | Compiling nu-ansi-term v0.50.0 |
2180 | 2024-09-09T20:11:10.331Z | Compiling unicode_categories v0.1.1 |
2181 | 2024-09-09T20:11:10.697Z | Compiling sqlformat v0.2.4 |
2182 | 2024-09-09T20:11:11.227Z | Compiling reedline v0.33.0 |
2183 | 2024-09-09T20:11:11.246Z | Compiling rustyline v14.0.0 |
2184 | 2024-09-09T20:11:11.822Z | Compiling sqlparser v0.45.0 |
2185 | 2024-09-09T20:11:13.524Z | Compiling snafu v0.8.2 |
2186 | 2024-09-09T20:11:14.666Z | Compiling peg v0.8.4 |
2187 | 2024-09-09T20:11:14.783Z | Compiling tabled v0.15.0 |
2188 | 2024-09-09T20:11:16.387Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2189 | 2024-09-09T20:11:20.682Z | Compiling sled v0.34.7 |
2190 | 2024-09-09T20:11:22.805Z | Compiling mime_guess v2.0.4 |
2191 | 2024-09-09T20:11:24.088Z | Compiling hickory-client v0.24.1 |
2192 | 2024-09-09T20:11:32.870Z | Compiling env_logger v0.9.3 |
2193 | 2024-09-09T20:11:34.395Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2194 | 2024-09-09T20:11:36.996Z | Compiling tungstenite v0.20.1 |
2195 | 2024-09-09T20:11:38.996Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2196 | 2024-09-09T20:11:40.727Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2197 | 2024-09-09T20:11:42.079Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2198 | 2024-09-09T20:11:47.299Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2199 | 2024-09-09T20:11:48.840Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2200 | 2024-09-09T20:11:49.290Z | Compiling globset v0.4.14 |
2201 | 2024-09-09T20:11:49.342Z | Compiling hickory-server v0.24.1 |
2202 | 2024-09-09T20:11:49.527Z | Compiling olpc-cjson v0.1.3 |
2203 | 2024-09-09T20:11:49.864Z | Compiling bcs v0.1.6 |
2204 | 2024-09-09T20:11:50.800Z | Compiling vergen v8.3.2 |
2205 | 2024-09-09T20:11:51.150Z | Compiling bitstruct_derive v0.1.0 |
2206 | 2024-09-09T20:11:52.430Z | Compiling serde_plain v1.0.2 |
2207 | 2024-09-09T20:11:52.942Z | Compiling cargo-platform v0.1.8 |
2208 | 2024-09-09T20:11:52.960Z | Compiling nanorand v0.7.0 |
2209 | 2024-09-09T20:11:53.505Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-09-09T20:11:53.629Z | Compiling memoffset v0.9.1 |
2211 | 2024-09-09T20:11:53.658Z | Compiling typed-path v0.7.1 |
2212 | 2024-09-09T20:11:53.963Z | Compiling ascii v1.1.0 |
2213 | 2024-09-09T20:11:54.765Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2214 | 2024-09-09T20:11:56.748Z | Compiling tough v0.17.1 |
2215 | 2024-09-09T20:11:57.317Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-09-09T20:11:57.610Z | Compiling flume v0.11.0 |
2217 | 2024-09-09T20:11:58.375Z | Compiling cargo_metadata v0.18.1 |
2218 | 2024-09-09T20:11:59.544Z | Compiling bitstruct v0.1.1 |
2219 | 2024-09-09T20:11:59.604Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2220 | 2024-09-09T20:11:59.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2221 | 2024-09-09T20:12:00.208Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2222 | 2024-09-09T20:12:00.775Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2223 | 2024-09-09T20:12:01.596Z | Compiling git2 v0.19.0 |
2224 | 2024-09-09T20:12:01.739Z | Compiling tokio-tungstenite v0.20.1 |
2225 | 2024-09-09T20:12:02.958Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2226 | 2024-09-09T20:12:10.285Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2227 | 2024-09-09T20:12:10.530Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-09-09T20:12:11.480Z | Compiling libsqlite3-sys v0.28.0 |
2229 | 2024-09-09T20:12:12.009Z | Compiling erased-serde v0.3.31 |
2230 | 2024-09-09T20:12:12.479Z | Compiling serde_arrays v0.1.0 |
2231 | 2024-09-09T20:12:12.684Z | Compiling cfg_aliases v0.2.1 |
2232 | 2024-09-09T20:12:12.802Z | Compiling parse-size v1.0.0 |
2233 | 2024-09-09T20:12:13.108Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2234 | 2024-09-09T20:12:13.760Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-09-09T20:12:14.415Z | Compiling nix v0.29.0 |
2236 | 2024-09-09T20:12:18.862Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2237 | 2024-09-09T20:12:23.822Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-09-09T20:12:24.543Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2239 | 2024-09-09T20:12:24.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2240 | 2024-09-09T20:12:26.838Z | Compiling heck v0.3.3 |
2241 | 2024-09-09T20:12:26.952Z | Compiling castaway v0.2.3 |
2242 | 2024-09-09T20:12:27.155Z | Compiling rand_seeder v0.3.0 |
2243 | 2024-09-09T20:12:27.248Z | Compiling csv-core v0.1.11 |
2244 | 2024-09-09T20:12:27.561Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2245 | 2024-09-09T20:12:27.916Z | Compiling http-range v0.1.5 |
2246 | 2024-09-09T20:12:28.104Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2247 | 2024-09-09T20:12:28.499Z | Compiling hyper-staticfile v0.9.5 |
2248 | 2024-09-09T20:12:30.258Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2249 | 2024-09-09T20:12:31.570Z | Compiling csv v1.3.0 |
2250 | 2024-09-09T20:12:32.239Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2251 | 2024-09-09T20:12:32.467Z | Compiling zone_cfg_derive v0.1.2 |
2252 | 2024-09-09T20:12:33.698Z | Compiling compact_str v0.8.0 |
2253 | 2024-09-09T20:12:33.943Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2254 | 2024-09-09T20:12:35.628Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2255 | 2024-09-09T20:12:36.234Z | Compiling nix v0.27.1 |
2256 | 2024-09-09T20:12:36.333Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2257 | 2024-09-09T20:12:37.386Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2258 | 2024-09-09T20:12:37.441Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2259 | 2024-09-09T20:12:39.186Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2260 | 2024-09-09T20:12:42.681Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2261 | 2024-09-09T20:12:43.019Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2262 | 2024-09-09T20:12:43.342Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2263 | 2024-09-09T20:12:43.461Z | Compiling unicode-truncate v1.0.0 |
2264 | 2024-09-09T20:12:43.664Z | Compiling lru v0.12.3 |
2265 | 2024-09-09T20:12:43.747Z | Compiling hashlink v0.9.1 |
2266 | 2024-09-09T20:12:44.038Z | Compiling serde-big-array v0.5.1 |
2267 | 2024-09-09T20:12:44.314Z | Compiling instability v0.3.2 |
2268 | 2024-09-09T20:12:44.564Z | Compiling fallible-streaming-iterator v0.1.9 |
2269 | 2024-09-09T20:12:44.729Z | Compiling base64 v0.13.1 |
2270 | 2024-09-09T20:12:44.841Z | Compiling fallible-iterator v0.3.0 |
2271 | 2024-09-09T20:12:45.329Z | Compiling cassowary v0.3.0 |
2272 | 2024-09-09T20:12:45.493Z | Compiling ron v0.7.1 |
2273 | 2024-09-09T20:12:45.589Z | Compiling rusqlite v0.31.0 |
2274 | 2024-09-09T20:12:49.040Z | Compiling ratatui v0.28.0 |
2275 | 2024-09-09T20:12:50.772Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2276 | 2024-09-09T20:13:03.608Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2277 | 2024-09-09T20:13:06.053Z | Compiling zone v0.1.8 |
2278 | 2024-09-09T20:13:07.894Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2279 | 2024-09-09T20:13:09.766Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2280 | 2024-09-09T20:13:15.318Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2281 | 2024-09-09T20:13:16.612Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2282 | 2024-09-09T20:13:18.063Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2283 | 2024-09-09T20:13:18.173Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2284 | 2024-09-09T20:13:18.308Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2285 | 2024-09-09T20:13:18.343Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2286 | 2024-09-09T20:13:18.633Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2287 | 2024-09-09T20:13:18.806Z | Compiling twox-hash v1.6.3 |
2288 | 2024-09-09T20:13:19.815Z | Compiling signal-hook-tokio v0.3.1 |
2289 | 2024-09-09T20:13:20.064Z | Compiling yasna v0.5.2 |
2290 | 2024-09-09T20:13:23.295Z | Compiling portpicker v0.1.1 |
2291 | 2024-09-09T20:13:23.488Z | Compiling unicode-linebreak v0.1.5 |
2292 | 2024-09-09T20:13:23.733Z | Compiling smawk v0.3.2 |
2293 | 2024-09-09T20:13:24.002Z | Compiling textwrap v0.16.1 |
2294 | 2024-09-09T20:13:24.062Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2295 | 2024-09-09T20:13:27.274Z | Compiling rcgen v0.12.1 |
2296 | 2024-09-09T20:13:27.624Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2297 | 2024-09-09T20:13:36.347Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2298 | 2024-09-09T20:13:37.054Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2299 | 2024-09-09T20:13:45.009Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2300 | 2024-09-09T20:13:45.905Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2301 | 2024-09-09T20:13:49.379Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2302 | 2024-09-09T20:13:49.968Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2303 | 2024-09-09T20:13:50.086Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2304 | 2024-09-09T20:13:54.398Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2305 | 2024-09-09T20:13:54.733Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2306 | 2024-09-09T20:13:57.092Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2307 | 2024-09-09T20:13:59.679Z | Compiling atomicwrites v0.4.3 |
2308 | 2024-09-09T20:14:00.223Z | Compiling fatfs v0.3.6 |
2309 | 2024-09-09T20:14:01.557Z | Compiling subprocess v0.2.9 |
2310 | 2024-09-09T20:14:03.059Z | Compiling rtoolbox v0.0.2 |
2311 | 2024-09-09T20:14:03.490Z | Compiling assert_matches v1.5.0 |
2312 | 2024-09-09T20:14:03.607Z | Compiling is_ci v1.2.0 |
2313 | 2024-09-09T20:14:03.910Z | Compiling supports-color v3.0.0 |
2314 | 2024-09-09T20:14:05.150Z | Compiling rpassword v7.3.1 |
2315 | 2024-09-09T20:14:05.602Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2316 | 2024-09-09T20:14:06.272Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2317 | 2024-09-09T20:14:06.411Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2318 | 2024-09-09T20:14:08.042Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2319 | 2024-09-09T20:14:12.651Z | Compiling tui-tree-widget v0.22.0 |
2320 | 2024-09-09T20:14:13.099Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2321 | 2024-09-09T20:14:13.635Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2322 | 2024-09-09T20:14:15.178Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2323 | 2024-09-09T20:14:15.510Z | Compiling uzers v0.11.3 |
2324 | 2024-09-09T20:14:18.167Z | Compiling shell-words v1.1.0 |
2325 | 2024-09-09T20:14:18.599Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2326 | 2024-09-09T20:14:26.670Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2327 | 2024-09-09T20:14:28.623Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2328 | 2024-09-09T20:14:34.416Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2329 | 2024-09-09T20:14:45.310Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-09-09T20:14:57.833Z | Compiling multimap v0.10.0 |
2331 | 2024-09-09T20:16:33.375Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2332 | 2024-09-09T20:16:57.798Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2333 | 2024-09-09T20:23:21.126Z | Finished `release` profile [optimized] target(s) in 15m 16s |
2334 | 2024-09-09T20:24:17.054Z | |
2335 | 2024-09-09T20:24:17.056Z | real 16:13.123416603 |
2336 | 2024-09-09T20:24:17.056Z | user 1:50:53.907706927 |
2337 | 2024-09-09T20:24:17.056Z | sys 5:36.759500410 |
2338 | 2024-09-09T20:24:17.056Z | trap 2.664212595 |
2339 | 2024-09-09T20:24:17.056Z | tflt 3.106552288 |
2340 | 2024-09-09T20:24:17.056Z | dflt 3.236669784 |
2341 | 2024-09-09T20:24:17.056Z | kflt 0.011450838 |
2342 | 2024-09-09T20:24:17.056Z | lock 6:49:27.292111394 |
2343 | 2024-09-09T20:24:17.056Z | slp 5:55:06.205485030 |
2344 | 2024-09-09T20:24:17.056Z | lat 2:50.925936897 |
2345 | 2024-09-09T20:24:17.056Z | stop 2:38.655985781 |
2346 | 2024-09-09T20:24:17.056Z | + mapfile -t packages |
2347 | 2024-09-09T20:24:17.056Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2348 | 2024-09-09T20:24:18.063Z | Finished `release` profile [optimized] target(s) in 0.96s |
2349 | 2024-09-09T20:24:18.114Z | Running `target/release/omicron-package -t test list-outputs` |
2350 | 2024-09-09T20:24:18.157Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2351 | 2024-09-09T20:24:18.159Z | + ptime -m cargo build --locked --release -p xtask |
2352 | 2024-09-09T20:24:18.777Z | Compiling serde v1.0.208 |
2353 | 2024-09-09T20:24:18.780Z | Compiling serde_json v1.0.125 |
2354 | 2024-09-09T20:24:18.780Z | Compiling rustix v0.38.34 |
2355 | 2024-09-09T20:24:18.863Z | Compiling libc v0.2.158 |
2356 | 2024-09-09T20:24:18.877Z | Compiling syn v2.0.74 |
2357 | 2024-09-09T20:24:18.881Z | Compiling bitflags v2.6.0 |
2358 | 2024-09-09T20:24:19.240Z | Compiling usdt-impl v0.5.0 |
2359 | 2024-09-09T20:24:19.282Z | Compiling syn v1.0.109 |
2360 | 2024-09-09T20:24:19.384Z | Compiling log v0.4.21 |
2361 | 2024-09-09T20:24:19.402Z | Compiling hashbrown v0.14.5 |
2362 | 2024-09-09T20:24:19.454Z | Compiling fs-err v2.11.0 |
2363 | 2024-09-09T20:24:19.771Z | Compiling anyhow v1.0.86 |
2364 | 2024-09-09T20:24:20.339Z | Compiling thread-id v4.2.1 |
2365 | 2024-09-09T20:24:20.770Z | Compiling indexmap v2.4.0 |
2366 | 2024-09-09T20:24:21.971Z | Compiling terminal_size v0.3.0 |
2367 | 2024-09-09T20:24:21.971Z | Compiling tempfile v3.10.1 |
2368 | 2024-09-09T20:24:22.196Z | Compiling clap_builder v4.5.15 |
2369 | 2024-09-09T20:24:22.329Z | Compiling proc-macro-error v1.0.4 |
2370 | 2024-09-09T20:24:23.940Z | Compiling tabled_derive v0.7.0 |
2371 | 2024-09-09T20:24:25.314Z | Compiling tabled v0.15.0 |
2372 | 2024-09-09T20:24:26.464Z | Compiling serde_derive v1.0.208 |
2373 | 2024-09-09T20:24:29.194Z | Compiling thiserror-impl v1.0.63 |
2374 | 2024-09-09T20:24:29.503Z | Compiling zerocopy-derive v0.7.34 |
2375 | 2024-09-09T20:24:30.233Z | Compiling scroll_derive v0.12.0 |
2376 | 2024-09-09T20:24:31.514Z | Compiling zerocopy v0.7.34 |
2377 | 2024-09-09T20:24:31.630Z | Compiling scroll v0.12.0 |
2378 | 2024-09-09T20:24:32.063Z | Compiling thiserror v1.0.63 |
2379 | 2024-09-09T20:24:32.220Z | Compiling pest v2.7.10 |
2380 | 2024-09-09T20:24:33.122Z | Compiling goblin v0.8.2 |
2381 | 2024-09-09T20:24:35.184Z | Compiling pest_meta v2.7.10 |
2382 | 2024-09-09T20:24:39.247Z | Compiling pest_generator v2.7.10 |
2383 | 2024-09-09T20:24:41.051Z | Compiling pest_derive v2.7.10 |
2384 | 2024-09-09T20:24:41.865Z | Compiling dtrace-parser v0.2.0 |
2385 | 2024-09-09T20:24:43.075Z | Compiling serde_tokenstream v0.2.2 |
2386 | 2024-09-09T20:24:43.650Z | Compiling toml_datetime v0.6.8 |
2387 | 2024-09-09T20:24:43.689Z | Compiling serde_spanned v0.6.7 |
2388 | 2024-09-09T20:24:44.347Z | Compiling toml_edit v0.22.20 |
2389 | 2024-09-09T20:24:45.554Z | Compiling dof v0.3.0 |
2390 | 2024-09-09T20:24:46.962Z | Compiling camino v1.1.9 |
2391 | 2024-09-09T20:24:47.897Z | Compiling usdt-attr-macro v0.5.0 |
2392 | 2024-09-09T20:24:48.313Z | Compiling usdt-macro v0.5.0 |
2393 | 2024-09-09T20:24:49.274Z | Compiling toml v0.8.19 |
2394 | 2024-09-09T20:24:49.550Z | Compiling cargo-platform v0.1.8 |
2395 | 2024-09-09T20:24:50.687Z | Compiling semver v1.0.23 |
2396 | 2024-09-09T20:24:51.306Z | Compiling clap_derive v4.5.13 |
2397 | 2024-09-09T20:24:51.735Z | Compiling cargo_metadata v0.18.1 |
2398 | 2024-09-09T20:24:51.770Z | Compiling cargo_toml v0.20.4 |
2399 | 2024-09-09T20:24:52.166Z | Compiling usdt v0.5.0 |
2400 | 2024-09-09T20:24:53.271Z | Compiling camino-tempfile v1.1.1 |
2401 | 2024-09-09T20:24:53.639Z | Compiling macaddr v1.0.1 |
2402 | 2024-09-09T20:24:55.921Z | Compiling clap v4.5.16 |
2403 | 2024-09-09T20:25:03.397Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2404 | 2024-09-09T20:25:14.585Z | Finished `release` profile [optimized] target(s) in 56.37s |
2405 | 2024-09-09T20:25:14.691Z | |
2406 | 2024-09-09T20:25:14.693Z | real 56.497770330 |
2407 | 2024-09-09T20:25:14.694Z | user 5:41.530499393 |
2408 | 2024-09-09T20:25:14.694Z | sys 32.153968552 |
2409 | 2024-09-09T20:25:14.694Z | trap 0.150950440 |
2410 | 2024-09-09T20:25:14.694Z | tflt 0.329348245 |
2411 | 2024-09-09T20:25:14.694Z | dflt 0.560985537 |
2412 | 2024-09-09T20:25:14.694Z | kflt 0.000000000 |
2413 | 2024-09-09T20:25:14.694Z | lock 10:38.502218312 |
2414 | 2024-09-09T20:25:14.694Z | slp 15:41.924139945 |
2415 | 2024-09-09T20:25:14.694Z | lat 13.559141729 |
2416 | 2024-09-09T20:25:14.694Z | stop 16.815959576 |
2417 | 2024-09-09T20:25:14.694Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2418 | 2024-09-09T20:25:14.694Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2419 | 2024-09-09T20:25:14.694Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2420 | 2024-09-09T20:25:14.694Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2421 | 2024-09-09T20:25:14.694Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2422 | 2024-09-09T20:25:15.586Z | Compiling regress v0.9.1 |
2423 | 2024-09-09T20:25:15.702Z | Compiling getopts v0.2.21 |
2424 | 2024-09-09T20:25:15.704Z | Compiling unsafe-libyaml v0.2.11 |
2425 | 2024-09-09T20:25:15.704Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-09-09T20:25:15.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2427 | 2024-09-09T20:25:15.712Z | Compiling http v1.1.0 |
2428 | 2024-09-09T20:25:15.759Z | Compiling match_cfg v0.1.0 |
2429 | 2024-09-09T20:25:15.762Z | Compiling toml v0.8.19 |
2430 | 2024-09-09T20:25:15.857Z | Compiling hostname v0.3.1 |
2431 | 2024-09-09T20:25:16.114Z | Compiling rustls-pki-types v1.7.0 |
2432 | 2024-09-09T20:25:16.133Z | Compiling rustls v0.22.4 |
2433 | 2024-09-09T20:25:16.194Z | Compiling paste v1.0.15 |
2434 | 2024-09-09T20:25:16.410Z | Compiling ident_case v1.0.1 |
2435 | 2024-09-09T20:25:16.579Z | Compiling darling_core v0.20.9 |
2436 | 2024-09-09T20:25:16.598Z | Compiling rustls-webpki v0.102.4 |
2437 | 2024-09-09T20:25:16.834Z | Compiling ipnetwork v0.20.0 |
2438 | 2024-09-09T20:25:16.996Z | Compiling serde_yaml v0.9.34+deprecated |
2439 | 2024-09-09T20:25:17.522Z | Compiling multer v3.1.0 |
2440 | 2024-09-09T20:25:17.906Z | Compiling slog-json v2.6.1 |
2441 | 2024-09-09T20:25:18.218Z | Compiling async-stream-impl v0.3.5 |
2442 | 2024-09-09T20:25:18.307Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2443 | 2024-09-09T20:25:18.629Z | Compiling instant v0.1.12 |
2444 | 2024-09-09T20:25:18.662Z | Compiling atomic-waker v1.1.2 |
2445 | 2024-09-09T20:25:18.781Z | Compiling debug-ignore v1.0.5 |
2446 | 2024-09-09T20:25:18.851Z | Compiling waitgroup v0.1.2 |
2447 | 2024-09-09T20:25:18.986Z | Compiling slog-bunyan v2.5.0 |
2448 | 2024-09-09T20:25:19.089Z | Compiling rustls-pemfile v2.1.3 |
2449 | 2024-09-09T20:25:19.197Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2450 | 2024-09-09T20:25:19.578Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2451 | 2024-09-09T20:25:19.599Z | Compiling async-stream v0.3.5 |
2452 | 2024-09-09T20:25:19.933Z | Compiling serde_path_to_error v0.1.16 |
2453 | 2024-09-09T20:25:20.106Z | Compiling hostname v0.4.0 |
2454 | 2024-09-09T20:25:20.375Z | Compiling structmeta-derive v0.3.0 |
2455 | 2024-09-09T20:25:20.830Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2456 | 2024-09-09T20:25:20.862Z | Compiling newtype-uuid v1.1.0 |
2457 | 2024-09-09T20:25:21.171Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2458 | 2024-09-09T20:25:21.284Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2459 | 2024-09-09T20:25:21.558Z | Compiling backoff v0.4.0 |
2460 | 2024-09-09T20:25:21.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2461 | 2024-09-09T20:25:21.902Z | Compiling tokio-rustls v0.25.0 |
2462 | 2024-09-09T20:25:21.988Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-09-09T20:25:22.166Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2464 | 2024-09-09T20:25:22.339Z | Compiling macaddr v1.0.1 |
2465 | 2024-09-09T20:25:22.341Z | Compiling proc-macro-crate v1.3.1 |
2466 | 2024-09-09T20:25:22.410Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-09-09T20:25:22.764Z | Compiling tempfile v3.10.1 |
2468 | 2024-09-09T20:25:22.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2469 | 2024-09-09T20:25:23.149Z | Compiling foreign-types-macros v0.2.3 |
2470 | 2024-09-09T20:25:23.354Z | Compiling structmeta v0.3.0 |
2471 | 2024-09-09T20:25:23.450Z | Compiling num_enum_derive v0.5.11 |
2472 | 2024-09-09T20:25:23.623Z | Compiling heapless v0.8.0 |
2473 | 2024-09-09T20:25:23.664Z | Compiling darling_macro v0.20.9 |
2474 | 2024-09-09T20:25:23.807Z | Compiling parse-display-derive v0.10.0 |
2475 | 2024-09-09T20:25:24.231Z | Compiling foreign-types-shared v0.3.1 |
2476 | 2024-09-09T20:25:24.363Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2477 | 2024-09-09T20:25:24.441Z | Compiling foreign-types v0.5.0 |
2478 | 2024-09-09T20:25:24.655Z | Compiling darling v0.20.9 |
2479 | 2024-09-09T20:25:24.761Z | Compiling proc-macro-error v1.0.4 |
2480 | 2024-09-09T20:25:24.813Z | Compiling serde_with_macros v3.9.0 |
2481 | 2024-09-09T20:25:25.256Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-09-09T20:25:25.492Z | Compiling hash32 v0.3.1 |
2483 | 2024-09-09T20:25:25.744Z | Compiling cstr-argument v0.1.2 |
2484 | 2024-09-09T20:25:26.039Z | Compiling smoltcp v0.11.0 |
2485 | 2024-09-09T20:25:26.135Z | Compiling num_enum v0.5.11 |
2486 | 2024-09-09T20:25:26.166Z | Compiling pretty-hex v0.2.1 |
2487 | 2024-09-09T20:25:26.359Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2488 | 2024-09-09T20:25:26.485Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2489 | 2024-09-09T20:25:26.849Z | Compiling camino-tempfile v1.1.1 |
2490 | 2024-09-09T20:25:27.098Z | Compiling tabwriter v1.4.0 |
2491 | 2024-09-09T20:25:27.304Z | Compiling colored v2.1.0 |
2492 | 2024-09-09T20:25:27.594Z | Compiling socket2 v0.4.10 |
2493 | 2024-09-09T20:25:27.746Z | Compiling serde_with v3.9.0 |
2494 | 2024-09-09T20:25:27.786Z | Compiling embedded-io v0.4.0 |
2495 | 2024-09-09T20:25:27.832Z | Compiling cobs v0.2.3 |
2496 | 2024-09-09T20:25:28.010Z | Compiling postcard v1.0.8 |
2497 | 2024-09-09T20:25:28.130Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2498 | 2024-09-09T20:25:28.430Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2499 | 2024-09-09T20:25:28.463Z | Compiling crucible-workspace-hack v0.1.0 |
2500 | 2024-09-09T20:25:28.480Z | Compiling parse-display v0.10.0 |
2501 | 2024-09-09T20:25:28.679Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-09-09T20:25:28.791Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2503 | 2024-09-09T20:25:28.955Z | Compiling smf v0.2.3 |
2504 | 2024-09-09T20:25:29.145Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2505 | 2024-09-09T20:25:29.595Z | Compiling zone_cfg_derive v0.3.0 |
2506 | 2024-09-09T20:25:29.598Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2507 | 2024-09-09T20:25:30.161Z | Compiling num-derive v0.4.2 |
2508 | 2024-09-09T20:25:30.421Z | Compiling sigpipe v0.1.3 |
2509 | 2024-09-09T20:25:30.560Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2510 | 2024-09-09T20:25:30.896Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-09-09T20:25:31.146Z | Compiling zone v0.3.0 |
2512 | 2024-09-09T20:25:31.670Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2513 | 2024-09-09T20:25:32.026Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2514 | 2024-09-09T20:25:32.494Z | Compiling universal-hash v0.5.1 |
2515 | 2024-09-09T20:25:32.602Z | Compiling opaque-debug v0.3.1 |
2516 | 2024-09-09T20:25:32.619Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2517 | 2024-09-09T20:25:32.699Z | Compiling utf-8 v0.7.6 |
2518 | 2024-09-09T20:25:32.717Z | Compiling num-rational v0.4.2 |
2519 | 2024-09-09T20:25:32.764Z | Compiling curve25519-dalek v4.1.3 |
2520 | 2024-09-09T20:25:33.031Z | Compiling num-complex v0.4.6 |
2521 | 2024-09-09T20:25:33.034Z | Compiling humantime v2.1.0 |
2522 | 2024-09-09T20:25:33.202Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2523 | 2024-09-09T20:25:33.527Z | Compiling password-hash v0.5.0 |
2524 | 2024-09-09T20:25:33.553Z | Compiling blake2 v0.10.6 |
2525 | 2024-09-09T20:25:33.573Z | Compiling aead v0.5.2 |
2526 | 2024-09-09T20:25:33.670Z | Compiling curve25519-dalek-derive v0.1.1 |
2527 | 2024-09-09T20:25:33.935Z | Compiling float-ord v0.3.2 |
2528 | 2024-09-09T20:25:34.078Z | Compiling num v0.4.3 |
2529 | 2024-09-09T20:25:34.105Z | Compiling argon2 v0.5.3 |
2530 | 2024-09-09T20:25:34.193Z | Compiling poly1305 v0.8.0 |
2531 | 2024-09-09T20:25:34.526Z | Compiling chacha20 v0.9.1 |
2532 | 2024-09-09T20:25:34.545Z | Compiling convert_case v0.4.0 |
2533 | 2024-09-09T20:25:35.022Z | Compiling semver v0.1.20 |
2534 | 2024-09-09T20:25:35.126Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2535 | 2024-09-09T20:25:35.442Z | Compiling rustc_version v0.1.7 |
2536 | 2024-09-09T20:25:35.546Z | Compiling derive_more v0.99.18 |
2537 | 2024-09-09T20:25:35.698Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2538 | 2024-09-09T20:25:35.914Z | Compiling tungstenite v0.21.0 |
2539 | 2024-09-09T20:25:35.982Z | Compiling newline-converter v0.3.0 |
2540 | 2024-09-09T20:25:36.135Z | Compiling atty v0.2.14 |
2541 | 2024-09-09T20:25:36.161Z | Compiling rayon-core v1.12.1 |
2542 | 2024-09-09T20:25:36.289Z | Compiling same-file v1.0.6 |
2543 | 2024-09-09T20:25:36.480Z | Compiling walkdir v2.5.0 |
2544 | 2024-09-09T20:25:36.506Z | Compiling expectorate v1.1.0 |
2545 | 2024-09-09T20:25:36.589Z | Compiling newtype_derive v0.1.6 |
2546 | 2024-09-09T20:25:36.690Z | Compiling crossbeam-deque v0.8.5 |
2547 | 2024-09-09T20:25:36.899Z | Compiling home v0.5.9 |
2548 | 2024-09-09T20:25:36.918Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2549 | 2024-09-09T20:25:37.035Z | Compiling tokio-tungstenite v0.21.0 |
2550 | 2024-09-09T20:25:37.169Z | Compiling prettyplease v0.2.20 |
2551 | 2024-09-09T20:25:37.269Z | Compiling keccak v0.1.5 |
2552 | 2024-09-09T20:25:37.570Z | Compiling sha3 v0.10.8 |
2553 | 2024-09-09T20:25:37.872Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2554 | 2024-09-09T20:25:38.106Z | Compiling thiserror-impl-no-std v2.0.2 |
2555 | 2024-09-09T20:25:38.178Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2556 | 2024-09-09T20:25:38.207Z | Compiling secrecy v0.8.0 |
2557 | 2024-09-09T20:25:38.246Z | Compiling ring v0.16.20 |
2558 | 2024-09-09T20:25:38.474Z | Compiling blake3 v1.5.1 |
2559 | 2024-09-09T20:25:38.598Z | Compiling derive-where v1.2.7 |
2560 | 2024-09-09T20:25:39.144Z | Compiling half v2.4.1 |
2561 | 2024-09-09T20:25:39.341Z | Compiling cookie v0.18.1 |
2562 | 2024-09-09T20:25:39.382Z | Compiling unicase v2.7.0 |
2563 | 2024-09-09T20:25:39.688Z | Compiling arc-swap v1.7.1 |
2564 | 2024-09-09T20:25:39.731Z | Compiling ciborium-io v0.2.2 |
2565 | 2024-09-09T20:25:39.768Z | Compiling termcolor v1.4.1 |
2566 | 2024-09-09T20:25:39.871Z | Compiling linked-hash-map v0.5.6 |
2567 | 2024-09-09T20:25:40.275Z | Compiling quick-error v1.2.3 |
2568 | 2024-09-09T20:25:40.377Z | Compiling env_logger v0.9.3 |
2569 | 2024-09-09T20:25:40.438Z | Compiling resolv-conf v0.7.0 |
2570 | 2024-09-09T20:25:40.714Z | Compiling lru-cache v0.1.2 |
2571 | 2024-09-09T20:25:40.917Z | Compiling slog-scope v4.4.0 |
2572 | 2024-09-09T20:25:41.236Z | Compiling ciborium-ll v0.2.2 |
2573 | 2024-09-09T20:25:41.373Z | Compiling thiserror-no-std v2.0.2 |
2574 | 2024-09-09T20:25:41.670Z | Compiling rayon v1.10.0 |
2575 | 2024-09-09T20:25:41.756Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2576 | 2024-09-09T20:25:42.191Z | Compiling polyval v0.6.2 |
2577 | 2024-09-09T20:25:42.267Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-09-09T20:25:42.575Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2579 | 2024-09-09T20:25:42.623Z | Compiling rfc6979 v0.4.0 |
2580 | 2024-09-09T20:25:42.716Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2581 | 2024-09-09T20:25:42.733Z | Compiling bitstruct_derive v0.1.0 |
2582 | 2024-09-09T20:25:42.817Z | Compiling memmap2 v0.9.4 |
2583 | 2024-09-09T20:25:43.292Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-09-09T20:25:43.353Z | Compiling arrayref v0.3.7 |
2585 | 2024-09-09T20:25:43.422Z | Compiling highway v1.2.0 |
2586 | 2024-09-09T20:25:43.441Z | Compiling parking_lot_core v0.8.6 |
2587 | 2024-09-09T20:25:43.465Z | Compiling ascii v1.1.0 |
2588 | 2024-09-09T20:25:43.947Z | Compiling libefi-sys v0.1.0 |
2589 | 2024-09-09T20:25:44.079Z | Compiling constant_time_eq v0.3.0 |
2590 | 2024-09-09T20:25:44.113Z | Compiling untrusted v0.7.1 |
2591 | 2024-09-09T20:25:44.164Z | Compiling spin v0.5.2 |
2592 | 2024-09-09T20:25:44.188Z | Compiling arrayvec v0.7.4 |
2593 | 2024-09-09T20:25:44.271Z | Compiling bitstruct v0.1.1 |
2594 | 2024-09-09T20:25:44.318Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2595 | 2024-09-09T20:25:44.345Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-09-09T20:25:44.515Z | Compiling ecdsa v0.16.9 |
2597 | 2024-09-09T20:25:44.602Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-09-09T20:25:44.711Z | Compiling ghash v0.5.1 |
2599 | 2024-09-09T20:25:44.915Z | Compiling steno v0.4.1 |
2600 | 2024-09-09T20:25:45.413Z | Compiling ciborium v0.2.2 |
2601 | 2024-09-09T20:25:45.552Z | Compiling vsss-rs v3.3.4 |
2602 | 2024-09-09T20:25:45.882Z | Compiling slog-stdlog v4.1.1 |
2603 | 2024-09-09T20:25:46.494Z | Compiling hickory-resolver v0.24.1 |
2604 | 2024-09-09T20:25:46.825Z | Compiling toolchain_find v0.4.0 |
2605 | 2024-09-09T20:25:46.937Z | Compiling chacha20poly1305 v0.10.1 |
2606 | 2024-09-09T20:25:47.174Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2607 | 2024-09-09T20:25:47.508Z | Compiling primeorder v0.13.6 |
2608 | 2024-09-09T20:25:47.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2609 | 2024-09-09T20:25:47.920Z | Compiling ctr v0.9.2 |
2610 | 2024-09-09T20:25:47.967Z | Compiling erased-serde v0.3.31 |
2611 | 2024-09-09T20:25:48.038Z | Compiling serde_arrays v0.1.0 |
2612 | 2024-09-09T20:25:48.113Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2613 | 2024-09-09T20:25:48.211Z | Compiling bitfield-struct v0.6.1 |
2614 | 2024-09-09T20:25:48.283Z | Compiling slog-dtrace v0.3.0 |
2615 | 2024-09-09T20:25:48.547Z | Compiling topological-sort v0.2.2 |
2616 | 2024-09-09T20:25:48.609Z | Compiling cancel-safe-futures v0.1.5 |
2617 | 2024-09-09T20:25:48.773Z | Compiling omicron-zone-package v0.11.0 |
2618 | 2024-09-09T20:25:49.228Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-09-09T20:25:49.394Z | Compiling aes-gcm v0.10.3 |
2620 | 2024-09-09T20:25:49.735Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2621 | 2024-09-09T20:25:49.753Z | Compiling rustfmt-wrapper v0.2.1 |
2622 | 2024-09-09T20:25:50.192Z | Compiling slog-envlogger v2.2.0 |
2623 | 2024-09-09T20:25:50.371Z | Compiling mime_guess v2.0.4 |
2624 | 2024-09-09T20:25:50.856Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2625 | 2024-09-09T20:25:51.160Z | Compiling tungstenite v0.20.1 |
2626 | 2024-09-09T20:25:51.441Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2627 | 2024-09-09T20:25:51.707Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2628 | 2024-09-09T20:25:52.174Z | Compiling heck v0.3.3 |
2629 | 2024-09-09T20:25:52.570Z | Compiling ed25519 v2.2.3 |
2630 | 2024-09-09T20:25:52.618Z | Compiling ssh-encoding v0.2.0 |
2631 | 2024-09-09T20:25:52.933Z | Compiling blowfish v0.9.1 |
2632 | 2024-09-09T20:25:53.145Z | Compiling nibble_vec v0.1.0 |
2633 | 2024-09-09T20:25:53.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2634 | 2024-09-09T20:25:53.372Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-09-09T20:25:53.375Z | Compiling endian-type v0.1.2 |
2636 | 2024-09-09T20:25:53.411Z | Compiling bcrypt-pbkdf v0.10.0 |
2637 | 2024-09-09T20:25:53.486Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-09-09T20:25:53.504Z | Compiling ssh-cipher v0.2.0 |
2639 | 2024-09-09T20:25:53.635Z | Compiling radix_trie v0.2.1 |
2640 | 2024-09-09T20:25:54.063Z | Compiling ed25519-dalek v2.1.1 |
2641 | 2024-09-09T20:25:54.356Z | Compiling zone_cfg_derive v0.1.2 |
2642 | 2024-09-09T20:25:54.467Z | Compiling tokio-tungstenite v0.20.1 |
2643 | 2024-09-09T20:25:55.090Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-09-09T20:25:55.215Z | Compiling parking_lot v0.11.2 |
2645 | 2024-09-09T20:25:55.326Z | Compiling gethostname v0.5.0 |
2646 | 2024-09-09T20:25:55.483Z | Compiling password-hash v0.4.2 |
2647 | 2024-09-09T20:25:55.542Z | Compiling libsw v3.3.1 |
2648 | 2024-09-09T20:25:55.873Z | Compiling fxhash v0.2.1 |
2649 | 2024-09-09T20:25:55.893Z | Compiling base64 v0.13.1 |
2650 | 2024-09-09T20:25:55.896Z | Compiling matches v0.1.10 |
2651 | 2024-09-09T20:25:55.940Z | Compiling linear-map v1.2.0 |
2652 | 2024-09-09T20:25:56.012Z | Compiling owo-colors v4.0.0 |
2653 | 2024-09-09T20:25:56.079Z | Compiling sled v0.34.7 |
2654 | 2024-09-09T20:25:56.099Z | Compiling idna v0.2.3 |
2655 | 2024-09-09T20:25:56.315Z | Compiling ron v0.7.1 |
2656 | 2024-09-09T20:25:56.379Z | Compiling zone v0.1.8 |
2657 | 2024-09-09T20:25:56.513Z | Compiling pbkdf2 v0.11.0 |
2658 | 2024-09-09T20:25:57.712Z | Compiling ssh-key v0.6.6 |
2659 | 2024-09-09T20:25:57.933Z | Compiling hickory-client v0.24.1 |
2660 | 2024-09-09T20:25:57.953Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2661 | 2024-09-09T20:25:58.738Z | Compiling p521 v0.13.3 |
2662 | 2024-09-09T20:25:59.372Z | Compiling p384 v0.13.0 |
2663 | 2024-09-09T20:26:00.951Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2664 | 2024-09-09T20:26:01.165Z | Compiling p256 v0.13.2 |
2665 | 2024-09-09T20:26:01.393Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2666 | 2024-09-09T20:26:01.903Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2667 | 2024-09-09T20:26:01.990Z | Compiling hickory-server v0.24.1 |
2668 | 2024-09-09T20:26:02.101Z | Compiling pem v3.0.4 |
2669 | 2024-09-09T20:26:02.151Z | Compiling enum-as-inner v0.5.1 |
2670 | 2024-09-09T20:26:02.532Z | Compiling yasna v0.5.2 |
2671 | 2024-09-09T20:26:02.926Z | Compiling portpicker v0.1.1 |
2672 | 2024-09-09T20:26:03.232Z | Compiling headers-core v0.2.0 |
2673 | 2024-09-09T20:26:03.289Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2674 | 2024-09-09T20:26:03.404Z | Compiling kstat-rs v0.2.4 |
2675 | 2024-09-09T20:26:03.675Z | Compiling nanorand v0.7.0 |
2676 | 2024-09-09T20:26:03.833Z | Compiling russh-cryptovec v0.7.2 |
2677 | 2024-09-09T20:26:04.072Z | Compiling http-range v0.1.5 |
2678 | 2024-09-09T20:26:04.165Z | Compiling md5 v0.7.0 |
2679 | 2024-09-09T20:26:04.251Z | Compiling glob v0.3.1 |
2680 | 2024-09-09T20:26:04.253Z | Compiling hyper-staticfile v0.9.5 |
2681 | 2024-09-09T20:26:04.436Z | Compiling russh-keys v0.45.0 |
2682 | 2024-09-09T20:26:04.670Z | Compiling flume v0.11.0 |
2683 | 2024-09-09T20:26:05.286Z | Compiling rcgen v0.12.1 |
2684 | 2024-09-09T20:26:05.326Z | Compiling headers v0.3.9 |
2685 | 2024-09-09T20:26:05.414Z | Compiling trust-dns-proto v0.22.0 |
2686 | 2024-09-09T20:26:06.532Z | Compiling atomicwrites v0.4.3 |
2687 | 2024-09-09T20:26:06.907Z | Compiling num-bigint v0.4.5 |
2688 | 2024-09-09T20:26:07.295Z | Compiling itertools v0.13.0 |
2689 | 2024-09-09T20:26:07.540Z | Compiling des v0.8.1 |
2690 | 2024-09-09T20:26:07.708Z | Compiling subprocess v0.2.9 |
2691 | 2024-09-09T20:26:07.888Z | Compiling display-error-chain v0.2.1 |
2692 | 2024-09-09T20:26:08.082Z | Compiling dhcproto-macros v0.1.0 |
2693 | 2024-09-09T20:26:08.695Z | Compiling hex-literal v0.4.1 |
2694 | 2024-09-09T20:26:08.865Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2695 | 2024-09-09T20:26:08.982Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2696 | 2024-09-09T20:26:09.002Z | Compiling internet-checksum v0.2.1 |
2697 | 2024-09-09T20:26:09.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2698 | 2024-09-09T20:26:09.234Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2699 | 2024-09-09T20:26:09.343Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2700 | 2024-09-09T20:26:09.769Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2701 | 2024-09-09T20:26:10.529Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2702 | 2024-09-09T20:26:11.228Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2703 | 2024-09-09T20:26:12.707Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2704 | 2024-09-09T20:26:13.502Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2705 | 2024-09-09T20:26:16.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2706 | 2024-09-09T20:26:17.070Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2707 | 2024-09-09T20:26:17.115Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2708 | 2024-09-09T20:26:17.735Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2709 | 2024-09-09T20:26:18.795Z | Compiling russh v0.45.0 |
2710 | 2024-09-09T20:26:19.109Z | Compiling dhcproto v0.12.0 |
2711 | 2024-09-09T20:26:19.827Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2712 | 2024-09-09T20:26:27.333Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2713 | 2024-09-09T20:26:27.333Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2714 | 2024-09-09T20:26:27.336Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2715 | 2024-09-09T20:26:27.336Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-09-09T20:26:30.393Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2717 | 2024-09-09T20:26:30.425Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-09-09T20:26:30.520Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-09-09T20:26:31.388Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2720 | 2024-09-09T20:26:31.625Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2721 | 2024-09-09T20:26:32.344Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2722 | 2024-09-09T20:26:33.606Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-09-09T20:26:35.067Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2724 | 2024-09-09T20:26:35.291Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2024-09-09T20:26:36.362Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2726 | 2024-09-09T20:26:36.552Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2727 | 2024-09-09T20:26:39.005Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2728 | 2024-09-09T20:26:41.246Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2729 | 2024-09-09T20:26:41.702Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2730 | 2024-09-09T20:26:42.659Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2731 | 2024-09-09T20:26:44.300Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2732 | 2024-09-09T20:26:46.700Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-09-09T20:26:50.855Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2734 | 2024-09-09T20:27:00.630Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2735 | 2024-09-09T20:27:00.653Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-09-09T20:27:00.653Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2737 | 2024-09-09T20:27:16.723Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2738 | 2024-09-09T20:27:47.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2739 | 2024-09-09T20:27:47.796Z | |
2740 | 2024-09-09T20:27:47.796Z | real 2:33.045452119 |
2741 | 2024-09-09T20:27:47.796Z | user 12:46.074927821 |
2742 | 2024-09-09T20:27:47.796Z | sys 2:40.241922794 |
2743 | 2024-09-09T20:27:47.796Z | trap 0.348096268 |
2744 | 2024-09-09T20:27:47.796Z | tflt 1.453911723 |
2745 | 2024-09-09T20:27:47.799Z | dflt 1.793933992 |
2746 | 2024-09-09T20:27:47.799Z | kflt 0.000006738 |
2747 | 2024-09-09T20:27:47.799Z | lock 26:40.458172894 |
2748 | 2024-09-09T20:27:47.799Z | slp 47:19.839225569 |
2749 | 2024-09-09T20:27:47.799Z | lat 39.970281844 |
2750 | 2024-09-09T20:27:47.799Z | stop 1:36.215666531 |
2751 | 2024-09-09T20:27:47.799Z | + mkdir tests |
2752 | 2024-09-09T20:27:47.801Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2753 | 2024-09-09T20:27:47.801Z | + xargs -I '{}' -t cp '{}' tests/ |
2754 | 2024-09-09T20:27:47.841Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0b893b21fead53b7 tests/ |
2755 | 2024-09-09T20:27:47.869Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-58dee39b0a40727f tests/ |
2756 | 2024-09-09T20:27:47.897Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c02027952178a8f6 tests/ |
2757 | 2024-09-09T20:27:47.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cb29188d6a33cd1d tests/ |
2758 | 2024-09-09T20:27:48.141Z | + 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/*) |
2759 | 2024-09-09T20:27:48.144Z | + 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-58dee39b0a40727f tests/commtest-c02027952178a8f6 tests/dhcp_server-0b893b21fead53b7 tests/end_to_end_tests-cb29188d6a33cd1d 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 |
2760 | 2024-09-09T20:28:51.045Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2761 | 2024-09-09T20:28:51.045Z | a out/target/test 1K |
2762 | 2024-09-09T20:28:51.045Z | a out/npuzone/npuzone 23144K |
2763 | 2024-09-09T20:28:51.045Z | a package-manifest.toml 32K |
2764 | 2024-09-09T20:28:51.045Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2765 | 2024-09-09T20:28:51.045Z | a target/release/omicron-package 32388K |
2766 | 2024-09-09T20:28:51.045Z | a target/release/xtask 11987K |
2767 | 2024-09-09T20:28:51.045Z | a target/debug/bootstrap 193118K |
2768 | 2024-09-09T20:28:51.045Z | a tests/bootstrap-58dee39b0a40727f 23740K |
2769 | 2024-09-09T20:28:51.045Z | a tests/commtest-c02027952178a8f6 24002K |
2770 | 2024-09-09T20:28:51.045Z | a tests/dhcp_server-0b893b21fead53b7 23740K |
2771 | 2024-09-09T20:28:51.045Z | a tests/end_to_end_tests-cb29188d6a33cd1d 205279K |
2772 | 2024-09-09T20:28:51.046Z | a out/clickhouse.tar.gz 232651K |
2773 | 2024-09-09T20:28:51.046Z | a out/clickhouse_keeper.tar.gz 232628K |
2774 | 2024-09-09T20:28:51.046Z | a out/clickhouse_server.tar.gz 232633K |
2775 | 2024-09-09T20:28:51.046Z | a out/cockroachdb.tar.gz 131965K |
2776 | 2024-09-09T20:28:51.046Z | a out/crucible-dtrace.tar 84K |
2777 | 2024-09-09T20:28:51.046Z | a out/crucible-pantry-zone.tar.gz 25913K |
2778 | 2024-09-09T20:28:51.046Z | a out/crucible-zone.tar.gz 34174K |
2779 | 2024-09-09T20:28:51.046Z | a out/external-dns.tar.gz 24906K |
2780 | 2024-09-09T20:28:51.046Z | a out/internal-dns.tar.gz 24903K |
2781 | 2024-09-09T20:28:51.046Z | a out/mg-ddm-gz.tar 62160K |
2782 | 2024-09-09T20:28:51.046Z | a out/nexus.tar.gz 89797K |
2783 | 2024-09-09T20:28:51.046Z | a out/ntp.tar.gz 8984K |
2784 | 2024-09-09T20:28:51.046Z | a out/omicron-gateway-softnpu.tar.gz 20643K |
2785 | 2024-09-09T20:28:51.046Z | a out/omicron-sled-agent.tar 98156K |
2786 | 2024-09-09T20:28:51.046Z | a out/overlay.tar.gz 3K |
2787 | 2024-09-09T20:28:51.046Z | a out/oximeter.tar.gz 42244K |
2788 | 2024-09-09T20:28:51.046Z | a out/oxlog.tar 2946K |
2789 | 2024-09-09T20:28:51.046Z | a out/probe.tar.gz 2764K |
2790 | 2024-09-09T20:28:51.046Z | a out/propolis-server.tar.gz 65665K |
2791 | 2024-09-09T20:28:51.046Z | a out/pumpkind-gz.tar 26665K |
2792 | 2024-09-09T20:28:51.046Z | a out/switch-softnpu.tar.gz 216926K |
2793 | 2024-09-09T20:28:51.049Z | |
2794 | 2024-09-09T20:28:51.049Z | real 1:02.893790725 |
2795 | 2024-09-09T20:28:51.049Z | user 1:00.083976949 |
2796 | 2024-09-09T20:28:51.049Z | sys 3.954591306 |
2797 | 2024-09-09T20:28:51.049Z | trap 0.016498475 |
2798 | 2024-09-09T20:28:51.049Z | tflt 0.000000000 |
2799 | 2024-09-09T20:28:51.049Z | dflt 0.000000000 |
2800 | 2024-09-09T20:28:51.049Z | kflt 0.000000000 |
2801 | 2024-09-09T20:28:51.049Z | lock 0.000000000 |
2802 | 2024-09-09T20:28:51.049Z | slp 59.956051853 |
2803 | 2024-09-09T20:28:51.049Z | lat 1.769930093 |
2804 | 2024-09-09T20:28:51.049Z | stop 0.000531143 |
2805 | 2024-09-09T20:28:51.052Z | process exited: duration 1726269 ms, exit code 0 |
|
2806 | 2024-09-09T20:28:51.066Z | found 1 output files |
2807 | 2024-09-09T20:28:51.066Z | uploading: /work/package.tar.gz (1620007891 bytes) |
2808 | 2024-09-09T20:29:21.534Z | uploaded: /work/package.tar.gz |