|
|
|
1 | 2024-07-13T03:17:30.919Z | job assigned to worker 01J2N1F49M9VGEP6W0TZACZ491 (queued for 3 m 40 s) |
|
2 | 2024-07-13T03:17:38.801Z | starting task 0: "setup" |
3 | 2024-07-13T03:17:38.857Z | ++ uname -s |
4 | 2024-07-13T03:17:38.859Z | + kern=SunOS |
5 | 2024-07-13T03:17:38.859Z | + case "$kern" in |
6 | 2024-07-13T03:17:38.859Z | + groupadd -g 12345 build |
7 | 2024-07-13T03:17:38.862Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-13T03:17:40.872Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-13T03:17:41.024Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-13T03:17:41.027Z | + home_fs=zfs |
11 | 2024-07-13T03:17:41.027Z | + [[ zfs == autofs ]] |
12 | 2024-07-13T03:17:41.027Z | + mkdir -p /home/build |
13 | 2024-07-13T03:17:41.030Z | + chown build:build /home/build /work |
14 | 2024-07-13T03:17:43.337Z | + chmod 0700 /home/build /work |
15 | 2024-07-13T03:17:43.360Z | process exited: duration 4234 ms, exit code 0 |
|
16 | 2024-07-13T03:17:43.369Z | starting task 1: "rust-toolchain" |
17 | 2024-07-13T03:17:43.377Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-13T03:17:43.377Z | ' 1.78.0 |
19 | 2024-07-13T03:17:43.377Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-13T03:17:43.377Z | * toolchain channel = "1.78.0" |
21 | 2024-07-13T03:17:43.377Z | * toolchain profile = "default" |
22 | 2024-07-13T03:17:43.377Z | ' default |
23 | 2024-07-13T03:17:43.383Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-13T03:17:43.383Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-13T03:17:43.492Z | info: downloading installer |
26 | 2024-07-13T03:17:44.713Z | info: profile set to 'default' |
27 | 2024-07-13T03:17:44.713Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-13T03:17:44.716Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-13T03:17:44.846Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-13T03:17:44.846Z | info: downloading component 'cargo' |
31 | 2024-07-13T03:17:45.509Z | info: downloading component 'clippy' |
32 | 2024-07-13T03:17:45.732Z | info: downloading component 'rust-docs' |
33 | 2024-07-13T03:17:46.612Z | info: downloading component 'rust-std' |
34 | 2024-07-13T03:17:48.016Z | info: downloading component 'rustc' |
35 | 2024-07-13T03:17:51.532Z | info: downloading component 'rustfmt' |
36 | 2024-07-13T03:17:51.725Z | info: installing component 'cargo' |
37 | 2024-07-13T03:17:52.568Z | info: installing component 'clippy' |
38 | 2024-07-13T03:17:52.923Z | info: installing component 'rust-docs' |
39 | 2024-07-13T03:17:54.417Z | info: installing component 'rust-std' |
40 | 2024-07-13T03:17:56.151Z | info: installing component 'rustc' |
41 | 2024-07-13T03:18:00.436Z | info: installing component 'rustfmt' |
42 | 2024-07-13T03:18:00.792Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-13T03:18:00.792Z | |
44 | 2024-07-13T03:18:01.081Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-13T03:18:01.081Z | |
46 | 2024-07-13T03:18:01.085Z | |
47 | 2024-07-13T03:18:01.085Z | Rust is installed now. Great! |
48 | 2024-07-13T03:18:01.085Z | |
49 | 2024-07-13T03:18:01.085Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-13T03:18:01.085Z | environment variable. This has not been done automatically. |
51 | 2024-07-13T03:18:01.085Z | |
52 | 2024-07-13T03:18:01.085Z | To configure your current shell, you need to source |
53 | 2024-07-13T03:18:01.085Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-13T03:18:01.085Z | |
55 | 2024-07-13T03:18:01.085Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-13T03:18:01.085Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-13T03:18:01.085Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-13T03:18:01.153Z | + rustc --version |
59 | 2024-07-13T03:18:01.216Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-13T03:18:01.219Z | process exited: duration 17849 ms, exit code 0 |
|
61 | 2024-07-13T03:18:01.226Z | starting task 2: "authentication" |
62 | 2024-07-13T03:18:01.246Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-13T03:18:01.255Z | starting task 3: "clone repository" |
64 | 2024-07-13T03:18:01.258Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-13T03:18:01.261Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-13T03:18:01.422Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-13T03:18:07.657Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-13T03:18:07.657Z | + git fetch origin 8caa1532449013d617d2a7abad139249849ea252 |
69 | 2024-07-13T03:18:07.948Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-13T03:18:07.948Z | * branch 8caa1532449013d617d2a7abad139249849ea252 -> FETCH_HEAD |
71 | 2024-07-13T03:18:07.958Z | + [[ -n renovate/sqlformat-0.x ]] |
72 | 2024-07-13T03:18:07.961Z | ++ git branch --show-current |
73 | 2024-07-13T03:18:07.964Z | + current=main |
74 | 2024-07-13T03:18:07.964Z | + [[ main != renovate/sqlformat-0.x ]] |
75 | 2024-07-13T03:18:07.964Z | + git branch -f renovate/sqlformat-0.x 8caa1532449013d617d2a7abad139249849ea252 |
76 | 2024-07-13T03:18:07.967Z | + git checkout -f renovate/sqlformat-0.x |
77 | 2024-07-13T03:18:08.101Z | Switched to branch 'renovate/sqlformat-0.x' |
78 | 2024-07-13T03:18:08.104Z | + git reset --hard 8caa1532449013d617d2a7abad139249849ea252 |
79 | 2024-07-13T03:18:08.115Z | HEAD is now at 8caa15324 Update Rust crate sqlformat to 0.2.4 |
80 | 2024-07-13T03:18:08.119Z | process exited: duration 6862 ms, exit code 0 |
|
81 | 2024-07-13T03:18:08.128Z | starting task 4: "build" |
82 | 2024-07-13T03:18:08.132Z | + cargo --version |
83 | 2024-07-13T03:18:08.183Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-13T03:18:08.186Z | + rustc --version |
85 | 2024-07-13T03:18:08.239Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-13T03:18:08.243Z | + WORK=/work |
87 | 2024-07-13T03:18:08.243Z | + pfexec mkdir -p /work |
88 | 2024-07-13T03:18:08.247Z | + pfexec chown build /work |
89 | 2024-07-13T03:18:08.250Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-13T03:18:21.366Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-13T03:18:23.356Z | Startup: Caching catalogs ... Done |
92 | 2024-07-13T03:18:26.237Z | Planning: Solver setup ... Done (2.351s) |
93 | 2024-07-13T03:18:26.287Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-13T03:18:26.329Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-13T03:18:26.341Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-13T03:18:26.591Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-13T03:18:26.639Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-07-13T03:18:26.691Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-13T03:18:27.665Z | Planning: Checking for conflicting actions ... Done (0.976s) |
100 | 2024-07-13T03:18:27.677Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-13T03:18:32.867Z | Planning: Evaluating mediators ... Done (5.189s) |
102 | 2024-07-13T03:18:32.876Z | Planning: Planning completed in 9.45 seconds |
103 | 2024-07-13T03:18:33.572Z | Packages to install: 4 |
104 | 2024-07-13T03:18:33.572Z | Mediators to change: 2 |
105 | 2024-07-13T03:18:33.572Z | Services to change: 1 |
106 | 2024-07-13T03:18:33.575Z | Estimated space available: 155.77 GB |
107 | 2024-07-13T03:18:33.575Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-13T03:18:33.575Z | Create boot environment: No |
109 | 2024-07-13T03:18:33.575Z | Create backup boot environment: No |
110 | 2024-07-13T03:18:33.575Z | Rebuild boot archive: No |
111 | 2024-07-13T03:18:33.575Z | |
112 | 2024-07-13T03:18:33.575Z | Changed mediators: |
113 | 2024-07-13T03:18:33.575Z | mediator clang: |
114 | 2024-07-13T03:18:33.575Z | version: None -> 15 (system default) |
115 | 2024-07-13T03:18:33.575Z | |
116 | 2024-07-13T03:18:33.575Z | mediator llvm: |
117 | 2024-07-13T03:18:33.575Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-13T03:18:33.575Z | |
119 | 2024-07-13T03:18:33.575Z | Changed packages: |
120 | 2024-07-13T03:18:33.575Z | helios-dev |
121 | 2024-07-13T03:18:33.575Z | developer/build-essential |
122 | 2024-07-13T03:18:33.575Z | None -> 11-2.0 |
123 | 2024-07-13T03:18:33.575Z | library/libxmlsec1 |
124 | 2024-07-13T03:18:33.575Z | None -> 1.2.35-2.0 |
125 | 2024-07-13T03:18:33.575Z | ooce/developer/clang-15 |
126 | 2024-07-13T03:18:33.575Z | None -> 15.0.7-2.0 |
127 | 2024-07-13T03:18:33.575Z | ooce/developer/llvm-15 |
128 | 2024-07-13T03:18:33.575Z | None -> 15.0.7-2.0 |
129 | 2024-07-13T03:18:33.575Z | |
130 | 2024-07-13T03:18:33.575Z | Services: |
131 | 2024-07-13T03:18:33.575Z | restart_fmri: |
132 | 2024-07-13T03:18:33.576Z | svc:/system/update-man-index:default |
133 | 2024-07-13T03:18:33.766Z | |
134 | 2024-07-13T03:18:33.766Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-13T03:18:38.767Z | Download: 1238/3290 items 88.6/212.6MB 41% complete (17.7M/s) |
136 | 2024-07-13T03:18:43.770Z | Download: 3106/3290 items 132.4/212.6MB 62% complete (13.2M/s) |
137 | 2024-07-13T03:18:45.827Z | Download: Completed 212.60 MB in 12.06 seconds (17.6M/s) |
138 | 2024-07-13T03:18:46.609Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-13T03:18:51.658Z | Actions: 3592/3689 actions (Installing new actions) |
140 | 2024-07-13T03:18:52.064Z | Actions: Completed 3689 actions in 5.44 seconds. |
141 | 2024-07-13T03:18:52.184Z | Done (0.130s) |
142 | 2024-07-13T03:18:52.184Z | Done (0.000s) |
143 | 2024-07-13T03:18:52.513Z | Done (0.328s) |
144 | 2024-07-13T03:18:58.062Z | Done (5.388s) |
145 | 2024-07-13T03:18:58.286Z | Done (0.158s) |
146 | 2024-07-13T03:18:58.289Z | Done (0.000s) |
147 | 2024-07-13T03:18:58.603Z | Done (0.000s) |
148 | 2024-07-13T03:18:59.172Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-13T03:18:59.330Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-13T03:18:59.333Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-13T03:18:59.599Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-13T03:18:59.602Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-07-13T03:18:59.633Z | Mediators to change: 2 |
154 | 2024-07-13T03:18:59.634Z | Create boot environment: No |
155 | 2024-07-13T03:18:59.634Z | Create backup boot environment: No |
156 | 2024-07-13T03:18:59.760Z | Done |
157 | 2024-07-13T03:18:59.760Z | Done |
158 | 2024-07-13T03:18:59.971Z | Done |
159 | 2024-07-13T03:19:03.462Z | Done |
160 | 2024-07-13T03:19:03.542Z | Done |
161 | 2024-07-13T03:19:03.542Z | Done |
162 | 2024-07-13T03:19:03.833Z | Done |
163 | 2024-07-13T03:19:04.480Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-13T03:19:04.501Z | Planning: Merging actions ... Done |
165 | 2024-07-13T03:19:04.691Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-13T03:19:04.769Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-13T03:19:04.937Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-13T03:19:05.013Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-07-13T03:19:05.040Z | Packages to change: 1 |
170 | 2024-07-13T03:19:05.040Z | Mediators to change: 1 |
171 | 2024-07-13T03:19:05.040Z | Services to change: 1 |
172 | 2024-07-13T03:19:05.041Z | Create boot environment: No |
173 | 2024-07-13T03:19:05.041Z | Create backup boot environment: Yes |
174 | 2024-07-13T03:19:09.155Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-13T03:19:09.236Z | Actions: Completed 6 actions in 0.08 seconds. |
176 | 2024-07-13T03:19:09.237Z | Done |
177 | 2024-07-13T03:19:09.237Z | Done |
178 | 2024-07-13T03:19:09.237Z | Done |
179 | 2024-07-13T03:19:10.633Z | Done |
180 | 2024-07-13T03:19:10.719Z | Done |
181 | 2024-07-13T03:19:10.723Z | Done |
182 | 2024-07-13T03:19:10.998Z | Done |
183 | 2024-07-13T03:19:11.431Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-13T03:19:11.431Z | clang system 15 system |
185 | 2024-07-13T03:19:11.431Z | csh system system illumos |
186 | 2024-07-13T03:19:11.431Z | ctags system system illumos |
187 | 2024-07-13T03:19:11.431Z | gcc vendor 12 vendor |
188 | 2024-07-13T03:19:11.431Z | gcc system 10 system |
189 | 2024-07-13T03:19:11.431Z | gcc system 7 system |
190 | 2024-07-13T03:19:11.431Z | go system 1.20 system |
191 | 2024-07-13T03:19:11.431Z | go system 1.19 system |
192 | 2024-07-13T03:19:11.431Z | llvm system 15 system |
193 | 2024-07-13T03:19:11.431Z | llvm system 14 system |
194 | 2024-07-13T03:19:11.431Z | mariadb system 10.6 system |
195 | 2024-07-13T03:19:11.432Z | mta vendor vendor dma |
196 | 2024-07-13T03:19:11.432Z | openjdk system 17 system |
197 | 2024-07-13T03:19:11.432Z | openjdk system 11 system |
198 | 2024-07-13T03:19:11.432Z | openjdk system 1.8 system |
199 | 2024-07-13T03:19:11.432Z | openssl vendor 3 vendor |
200 | 2024-07-13T03:19:11.432Z | perl system 5.36 system |
201 | 2024-07-13T03:19:11.432Z | postgresql system 15 system |
202 | 2024-07-13T03:19:11.432Z | postgresql system 13 system |
203 | 2024-07-13T03:19:11.432Z | python vendor 3 vendor |
204 | 2024-07-13T03:19:11.432Z | python system 2 system |
205 | 2024-07-13T03:19:11.432Z | python3 system 3.11 system |
206 | 2024-07-13T03:19:11.432Z | ruby system 3.0 system |
207 | 2024-07-13T03:19:11.432Z | words vendor vendor american-english |
208 | 2024-07-13T03:19:11.432Z | words system system australian-english |
209 | 2024-07-13T03:19:11.432Z | words system system british-english |
210 | 2024-07-13T03:19:11.432Z | words system system canadian-english |
211 | 2024-07-13T03:19:11.432Z | words system system french |
212 | 2024-07-13T03:19:11.432Z | words system system italian |
213 | 2024-07-13T03:19:11.432Z | words system system ngerman |
214 | 2024-07-13T03:19:11.432Z | words system system ogerman |
215 | 2024-07-13T03:19:11.432Z | words system system spanish |
216 | 2024-07-13T03:19:11.760Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-13T03:19:11.760Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-13T03:19:13.358Z | FMRI IFO |
219 | 2024-07-13T03:19:13.358Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-13T03:19:13.358Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-13T03:19:13.358Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-13T03:19:13.359Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-13T03:19:13.863Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-13T03:19:14.179Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-13T03:19:14.456Z | Updating crates.io index |
234 | 2024-07-13T03:19:14.458Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-13T03:19:15.327Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-13T03:19:16.057Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-13T03:19:16.316Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-13T03:19:18.524Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-13T03:19:18.998Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-13T03:19:19.263Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-13T03:19:20.290Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-13T03:19:22.631Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-13T03:19:23.768Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-13T03:19:24.542Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-13T03:19:25.156Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-13T03:19:25.457Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
247 | 2024-07-13T03:19:25.807Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-13T03:19:26.151Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-13T03:19:26.424Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-13T03:19:26.669Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-13T03:19:26.941Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-13T03:19:27.155Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-13T03:19:27.423Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-13T03:19:27.697Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-13T03:19:28.006Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-13T03:19:28.313Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-13T03:19:28.936Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-13T03:19:29.286Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-07-13T03:19:29.602Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-13T03:19:30.274Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-13T03:19:32.278Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-13T03:19:32.630Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-13T03:19:32.918Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-13T03:19:33.383Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-13T03:19:34.902Z | Downloading crates ... |
266 | 2024-07-13T03:19:34.991Z | Downloaded equivalent v1.0.1 |
267 | 2024-07-13T03:19:35.001Z | Downloaded anstyle-query v1.0.3 |
268 | 2024-07-13T03:19:35.004Z | Downloaded bytecount v0.6.8 |
269 | 2024-07-13T03:19:35.006Z | Downloaded autocfg v1.3.0 |
270 | 2024-07-13T03:19:35.008Z | Downloaded scroll_derive v0.12.0 |
271 | 2024-07-13T03:19:35.013Z | Downloaded foreign-types v0.3.2 |
272 | 2024-07-13T03:19:35.019Z | Downloaded is-terminal v0.4.12 |
273 | 2024-07-13T03:19:35.021Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-07-13T03:19:35.024Z | Downloaded openssl-probe v0.1.5 |
275 | 2024-07-13T03:19:35.027Z | Downloaded pkg-config v0.3.30 |
276 | 2024-07-13T03:19:35.027Z | Downloaded scopeguard v1.2.0 |
277 | 2024-07-13T03:19:35.029Z | Downloaded rustversion v1.0.17 |
278 | 2024-07-13T03:19:35.031Z | Downloaded dtrace-parser v0.2.0 |
279 | 2024-07-13T03:19:35.034Z | Downloaded want v0.3.1 |
280 | 2024-07-13T03:19:35.034Z | Downloaded pin-utils v0.1.0 |
281 | 2024-07-13T03:19:35.036Z | Downloaded dirs-sys-next v0.1.2 |
282 | 2024-07-13T03:19:35.036Z | Downloaded tower-service v0.3.2 |
283 | 2024-07-13T03:19:35.037Z | Downloaded tinyvec_macros v0.1.1 |
284 | 2024-07-13T03:19:35.039Z | Downloaded futures-core v0.3.30 |
285 | 2024-07-13T03:19:35.039Z | Downloaded anstream v0.6.14 |
286 | 2024-07-13T03:19:35.041Z | Downloaded digest v0.10.7 |
287 | 2024-07-13T03:19:35.044Z | Downloaded strum v0.26.2 |
288 | 2024-07-13T03:19:35.044Z | Downloaded num_threads v0.1.7 |
289 | 2024-07-13T03:19:35.047Z | Downloaded match_cfg v0.1.0 |
290 | 2024-07-13T03:19:35.047Z | Downloaded num-conv v0.1.0 |
291 | 2024-07-13T03:19:35.049Z | Downloaded usdt-macro v0.5.0 |
292 | 2024-07-13T03:19:35.049Z | Downloaded try-lock v0.2.5 |
293 | 2024-07-13T03:19:35.049Z | Downloaded take_mut v0.2.2 |
294 | 2024-07-13T03:19:35.052Z | Downloaded proc-macro-error v1.0.4 |
295 | 2024-07-13T03:19:35.055Z | Downloaded swrite v0.1.0 |
296 | 2024-07-13T03:19:35.055Z | Downloaded rustls-pemfile v1.0.4 |
297 | 2024-07-13T03:19:35.058Z | Downloaded proc-macro-error-attr v1.0.4 |
298 | 2024-07-13T03:19:35.058Z | Downloaded powerfmt v0.2.0 |
299 | 2024-07-13T03:19:35.061Z | Downloaded plain v0.2.3 |
300 | 2024-07-13T03:19:35.061Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-07-13T03:19:35.066Z | Downloaded openssl-macros v0.1.1 |
302 | 2024-07-13T03:19:35.069Z | Downloaded signal-hook-registry v1.4.2 |
303 | 2024-07-13T03:19:35.069Z | Downloaded macaddr v1.0.1 |
304 | 2024-07-13T03:19:35.069Z | Downloaded hyper-tls v0.5.0 |
305 | 2024-07-13T03:19:35.072Z | Downloaded http-body v0.4.6 |
306 | 2024-07-13T03:19:35.072Z | Downloaded serde_tokenstream v0.2.1 |
307 | 2024-07-13T03:19:35.075Z | Downloaded num_cpus v1.16.0 |
308 | 2024-07-13T03:19:35.078Z | Downloaded usdt v0.5.0 |
309 | 2024-07-13T03:19:35.080Z | Downloaded thread-id v4.2.1 |
310 | 2024-07-13T03:19:35.080Z | Downloaded xattr v1.3.1 |
311 | 2024-07-13T03:19:35.083Z | Downloaded tokio-macros v2.3.0 |
312 | 2024-07-13T03:19:35.083Z | Downloaded toml_datetime v0.6.6 |
313 | 2024-07-13T03:19:35.085Z | Downloaded futures-io v0.3.30 |
314 | 2024-07-13T03:19:35.085Z | Downloaded clap_lex v0.7.0 |
315 | 2024-07-13T03:19:35.088Z | Downloaded thiserror v1.0.60 |
316 | 2024-07-13T03:19:35.091Z | Downloaded slog-bunyan v2.5.0 |
317 | 2024-07-13T03:19:35.094Z | Downloaded sync_wrapper v0.1.2 |
318 | 2024-07-13T03:19:35.094Z | Downloaded scroll v0.12.0 |
319 | 2024-07-13T03:19:35.096Z | Downloaded ryu v1.0.18 |
320 | 2024-07-13T03:19:35.099Z | Downloaded quote v1.0.36 |
321 | 2024-07-13T03:19:35.102Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-07-13T03:19:35.102Z | Downloaded time-macros v0.2.18 |
323 | 2024-07-13T03:19:35.105Z | Downloaded time-core v0.1.2 |
324 | 2024-07-13T03:19:35.105Z | Downloaded pest_generator v2.7.10 |
325 | 2024-07-13T03:19:35.108Z | Downloaded percent-encoding v2.3.1 |
326 | 2024-07-13T03:19:35.108Z | Downloaded version_check v0.9.4 |
327 | 2024-07-13T03:19:35.108Z | Downloaded terminal_size v0.3.0 |
328 | 2024-07-13T03:19:35.110Z | Downloaded slog-async v2.8.0 |
329 | 2024-07-13T03:19:35.110Z | Downloaded memmap v0.7.0 |
330 | 2024-07-13T03:19:35.113Z | Downloaded errno v0.3.9 |
331 | 2024-07-13T03:19:35.113Z | Downloaded dof v0.3.0 |
332 | 2024-07-13T03:19:35.116Z | Downloaded sha2 v0.10.8 |
333 | 2024-07-13T03:19:35.118Z | Downloaded once_cell v1.19.0 |
334 | 2024-07-13T03:19:35.121Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-07-13T03:19:35.123Z | Downloaded term v0.7.0 |
336 | 2024-07-13T03:19:35.126Z | Downloaded slog-term v2.9.1 |
337 | 2024-07-13T03:19:35.129Z | Downloaded serde_spanned v0.6.6 |
338 | 2024-07-13T03:19:35.132Z | Downloaded anyhow v1.0.86 |
339 | 2024-07-13T03:19:35.135Z | Downloaded proc-macro2 v1.0.86 |
340 | 2024-07-13T03:19:35.137Z | Downloaded cpufeatures v0.2.12 |
341 | 2024-07-13T03:19:35.140Z | Downloaded tokio-native-tls v0.3.1 |
342 | 2024-07-13T03:19:35.140Z | Downloaded serde_derive v1.0.204 |
343 | 2024-07-13T03:19:35.143Z | Downloaded serde_urlencoded v0.7.1 |
344 | 2024-07-13T03:19:35.146Z | Downloaded utf8parse v0.2.1 |
345 | 2024-07-13T03:19:35.146Z | Downloaded slog-json v2.6.1 |
346 | 2024-07-13T03:19:35.149Z | Downloaded thread_local v1.1.8 |
347 | 2024-07-13T03:19:35.149Z | Downloaded thiserror-impl v1.0.60 |
348 | 2024-07-13T03:19:35.152Z | Downloaded tabled_derive v0.7.0 |
349 | 2024-07-13T03:19:35.152Z | Downloaded strsim v0.11.1 |
350 | 2024-07-13T03:19:35.152Z | Downloaded strum_macros v0.26.4 |
351 | 2024-07-13T03:19:35.154Z | Downloaded semver v1.0.23 |
352 | 2024-07-13T03:19:35.157Z | Downloaded ucd-trie v0.1.6 |
353 | 2024-07-13T03:19:35.160Z | Downloaded httparse v1.8.0 |
354 | 2024-07-13T03:19:35.160Z | Downloaded deranged v0.3.11 |
355 | 2024-07-13T03:19:35.162Z | Downloaded pest_derive v2.7.10 |
356 | 2024-07-13T03:19:35.166Z | Downloaded generic-array v0.14.7 |
357 | 2024-07-13T03:19:35.166Z | Downloaded futures v0.3.30 |
358 | 2024-07-13T03:19:35.169Z | Downloaded ipnet v2.9.0 |
359 | 2024-07-13T03:19:35.172Z | Downloaded smallvec v1.13.2 |
360 | 2024-07-13T03:19:35.175Z | Downloaded crossbeam-utils v0.8.19 |
361 | 2024-07-13T03:19:35.178Z | Downloaded slab v0.4.9 |
362 | 2024-07-13T03:19:35.178Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-07-13T03:19:35.180Z | Downloaded parking_lot v0.12.2 |
364 | 2024-07-13T03:19:35.184Z | Downloaded native-tls v0.2.11 |
365 | 2024-07-13T03:19:35.184Z | Downloaded slog v2.7.0 |
366 | 2024-07-13T03:19:35.186Z | Downloaded bytes v1.6.0 |
367 | 2024-07-13T03:19:35.190Z | Downloaded unicode-ident v1.0.12 |
368 | 2024-07-13T03:19:35.192Z | Downloaded pest_meta v2.7.10 |
369 | 2024-07-13T03:19:35.197Z | Downloaded typenum v1.17.0 |
370 | 2024-07-13T03:19:35.200Z | Downloaded papergrid v0.11.0 |
371 | 2024-07-13T03:19:35.203Z | Downloaded tinyvec v1.6.0 |
372 | 2024-07-13T03:19:35.207Z | Downloaded openssl-sys v0.9.102 |
373 | 2024-07-13T03:19:35.211Z | Downloaded tar v0.4.40 |
374 | 2024-07-13T03:19:35.215Z | Downloaded tracing v0.1.40 |
375 | 2024-07-13T03:19:35.218Z | Downloaded crossbeam-channel v0.5.12 |
376 | 2024-07-13T03:19:35.222Z | Downloaded miniz_oxide v0.7.2 |
377 | 2024-07-13T03:19:35.225Z | Downloaded toml v0.8.14 |
378 | 2024-07-13T03:19:35.228Z | Downloaded tracing-core v0.1.32 |
379 | 2024-07-13T03:19:35.231Z | Downloaded url v2.5.0 |
380 | 2024-07-13T03:19:35.235Z | Downloaded http v0.2.12 |
381 | 2024-07-13T03:19:35.239Z | Downloaded serde v1.0.204 |
382 | 2024-07-13T03:19:35.242Z | Downloaded mio v0.8.11 |
383 | 2024-07-13T03:19:35.247Z | Downloaded unicode-bidi v0.3.15 |
384 | 2024-07-13T03:19:35.251Z | Downloaded memchr v2.7.2 |
385 | 2024-07-13T03:19:35.256Z | Downloaded toml_edit v0.22.14 |
386 | 2024-07-13T03:19:35.278Z | Downloaded pest v2.7.10 |
387 | 2024-07-13T03:19:35.282Z | Downloaded unicode-normalization v0.1.23 |
388 | 2024-07-13T03:19:35.286Z | Downloaded tokio-util v0.7.11 |
389 | 2024-07-13T03:19:35.292Z | Downloaded time v0.3.36 |
390 | 2024-07-13T03:19:35.299Z | Downloaded serde_json v1.0.120 |
391 | 2024-07-13T03:19:35.309Z | Downloaded hashbrown v0.14.5 |
392 | 2024-07-13T03:19:35.312Z | Downloaded hyper v0.14.28 |
393 | 2024-07-13T03:19:35.319Z | Downloaded futures-util v0.3.30 |
394 | 2024-07-13T03:19:35.332Z | Downloaded zerocopy v0.7.34 |
395 | 2024-07-13T03:19:35.347Z | Downloaded winnow v0.6.8 |
396 | 2024-07-13T03:19:35.355Z | Downloaded vcpkg v0.2.15 |
397 | 2024-07-13T03:19:35.394Z | Downloaded syn v2.0.68 |
398 | 2024-07-13T03:19:35.403Z | Downloaded syn v1.0.109 |
399 | 2024-07-13T03:19:35.413Z | Downloaded rustix v0.38.34 |
400 | 2024-07-13T03:19:35.434Z | Downloaded unicode-width v0.1.13 |
401 | 2024-07-13T03:19:35.443Z | Downloaded libc v0.2.155 |
402 | 2024-07-13T03:19:35.468Z | Downloaded tokio v1.38.0 |
403 | 2024-07-13T03:19:35.501Z | Downloaded openssl v0.10.64 |
404 | 2024-07-13T03:19:35.510Z | Downloaded idna v0.5.0 |
405 | 2024-07-13T03:19:35.515Z | Downloaded encoding_rs v0.8.34 |
406 | 2024-07-13T03:19:35.534Z | Downloaded tabled v0.15.0 |
407 | 2024-07-13T03:19:35.547Z | Downloaded reqwest v0.11.27 |
408 | 2024-07-13T03:19:35.554Z | Downloaded goblin v0.8.2 |
409 | 2024-07-13T03:19:35.560Z | Downloaded h2 v0.3.26 |
410 | 2024-07-13T03:19:35.565Z | Downloaded clap_builder v4.5.2 |
411 | 2024-07-13T03:19:35.571Z | Downloaded cc v1.0.97 |
412 | 2024-07-13T03:19:35.575Z | Downloaded base64 v0.21.7 |
413 | 2024-07-13T03:19:35.577Z | Downloaded indexmap v2.2.6 |
414 | 2024-07-13T03:19:35.580Z | Downloaded flate2 v1.0.30 |
415 | 2024-07-13T03:19:35.586Z | Downloaded socket2 v0.5.7 |
416 | 2024-07-13T03:19:35.589Z | Downloaded log v0.4.21 |
417 | 2024-07-13T03:19:35.589Z | Downloaded clap v4.5.4 |
418 | 2024-07-13T03:19:35.597Z | Downloaded futures-channel v0.3.30 |
419 | 2024-07-13T03:19:35.600Z | Downloaded cargo_metadata v0.18.1 |
420 | 2024-07-13T03:19:35.600Z | Downloaded camino v1.1.7 |
421 | 2024-07-13T03:19:35.600Z | Downloaded parking_lot_core v0.9.10 |
422 | 2024-07-13T03:19:35.603Z | Downloaded hostname v0.3.1 |
423 | 2024-07-13T03:19:35.603Z | Downloaded dirs-next v2.0.0 |
424 | 2024-07-13T03:19:35.606Z | Downloaded lock_api v0.4.12 |
425 | 2024-07-13T03:19:35.606Z | Downloaded heck v0.5.0 |
426 | 2024-07-13T03:19:35.608Z | Downloaded futures-sink v0.3.30 |
427 | 2024-07-13T03:19:35.608Z | Downloaded futures-executor v0.3.30 |
428 | 2024-07-13T03:19:35.608Z | Downloaded fs-err v2.11.0 |
429 | 2024-07-13T03:19:35.611Z | Downloaded foreign-types-shared v0.1.1 |
430 | 2024-07-13T03:19:35.611Z | Downloaded futures-macro v0.3.30 |
431 | 2024-07-13T03:19:35.611Z | Downloaded fnv v1.0.7 |
432 | 2024-07-13T03:19:35.614Z | Downloaded crc32fast v1.4.0 |
433 | 2024-07-13T03:19:35.614Z | Downloaded clap_derive v4.5.4 |
434 | 2024-07-13T03:19:35.619Z | Downloaded cargo_toml v0.20.3 |
435 | 2024-07-13T03:19:35.619Z | Downloaded byteorder v1.5.0 |
436 | 2024-07-13T03:19:35.619Z | Downloaded bitflags v2.5.0 |
437 | 2024-07-13T03:19:35.622Z | Downloaded mime v0.3.17 |
438 | 2024-07-13T03:19:35.622Z | Downloaded filetime v0.2.23 |
439 | 2024-07-13T03:19:35.624Z | Downloaded crypto-common v0.1.6 |
440 | 2024-07-13T03:19:35.624Z | Downloaded itoa v1.0.11 |
441 | 2024-07-13T03:19:35.625Z | Downloaded httpdate v1.0.3 |
442 | 2024-07-13T03:19:35.627Z | Downloaded block-buffer v0.10.4 |
443 | 2024-07-13T03:19:35.627Z | Downloaded heck v0.4.1 |
444 | 2024-07-13T03:19:35.627Z | Downloaded futures-task v0.3.30 |
445 | 2024-07-13T03:19:35.630Z | Downloaded form_urlencoded v1.2.1 |
446 | 2024-07-13T03:19:35.630Z | Downloaded anstyle v1.0.7 |
447 | 2024-07-13T03:19:35.630Z | Downloaded adler v1.0.2 |
448 | 2024-07-13T03:19:35.634Z | Downloaded is_terminal_polyfill v1.70.0 |
449 | 2024-07-13T03:19:35.634Z | Downloaded cfg-if v1.0.0 |
450 | 2024-07-13T03:19:35.634Z | Downloaded anstyle-parse v0.2.4 |
451 | 2024-07-13T03:19:35.638Z | Downloaded colorchoice v1.0.1 |
452 | 2024-07-13T03:19:35.638Z | Downloaded cargo-platform v0.1.8 |
453 | 2024-07-13T03:19:35.935Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-13T03:19:35.935Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-13T03:19:35.938Z | Compiling libc v0.2.155 |
456 | 2024-07-13T03:19:35.938Z | Compiling version_check v0.9.4 |
457 | 2024-07-13T03:19:35.938Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-13T03:19:35.938Z | Compiling once_cell v1.19.0 |
459 | 2024-07-13T03:19:35.972Z | Compiling itoa v1.0.11 |
460 | 2024-07-13T03:19:35.975Z | Compiling serde v1.0.204 |
461 | 2024-07-13T03:19:36.176Z | Compiling autocfg v1.3.0 |
462 | 2024-07-13T03:19:36.212Z | Compiling memchr v2.7.2 |
463 | 2024-07-13T03:19:36.215Z | Compiling thiserror v1.0.60 |
464 | 2024-07-13T03:19:36.527Z | Compiling ryu v1.0.18 |
465 | 2024-07-13T03:19:36.784Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-13T03:19:36.808Z | Compiling bitflags v2.5.0 |
467 | 2024-07-13T03:19:36.883Z | Compiling pkg-config v0.3.30 |
468 | 2024-07-13T03:19:37.013Z | Compiling lock_api v0.4.12 |
469 | 2024-07-13T03:19:37.142Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-13T03:19:37.566Z | Compiling parking_lot_core v0.9.10 |
471 | 2024-07-13T03:19:37.584Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-13T03:19:37.993Z | Compiling cc v1.0.97 |
473 | 2024-07-13T03:19:38.521Z | Compiling slab v0.4.9 |
474 | 2024-07-13T03:19:38.542Z | Compiling smallvec v1.13.2 |
475 | 2024-07-13T03:19:38.587Z | Compiling scopeguard v1.2.0 |
476 | 2024-07-13T03:19:38.590Z | Compiling futures-core v0.3.30 |
477 | 2024-07-13T03:19:38.743Z | Compiling bytes v1.6.0 |
478 | 2024-07-13T03:19:38.818Z | Compiling futures-sink v0.3.30 |
479 | 2024-07-13T03:19:39.112Z | Compiling byteorder v1.5.0 |
480 | 2024-07-13T03:19:39.368Z | Compiling quote v1.0.36 |
481 | 2024-07-13T03:19:39.438Z | Compiling serde_json v1.0.120 |
482 | 2024-07-13T03:19:39.464Z | Compiling log v0.4.21 |
483 | 2024-07-13T03:19:39.563Z | Compiling hashbrown v0.14.5 |
484 | 2024-07-13T03:19:39.748Z | Compiling syn v2.0.68 |
485 | 2024-07-13T03:19:39.952Z | Compiling equivalent v1.0.1 |
486 | 2024-07-13T03:19:39.999Z | Compiling fnv v1.0.7 |
487 | 2024-07-13T03:19:40.074Z | Compiling signal-hook-registry v1.4.2 |
488 | 2024-07-13T03:19:40.128Z | Compiling socket2 v0.5.7 |
489 | 2024-07-13T03:19:40.151Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-13T03:19:40.286Z | Compiling parking_lot v0.12.2 |
491 | 2024-07-13T03:19:40.403Z | Compiling mio v0.8.11 |
492 | 2024-07-13T03:19:40.851Z | Compiling indexmap v2.2.6 |
493 | 2024-07-13T03:19:40.941Z | Compiling futures-channel v0.3.30 |
494 | 2024-07-13T03:19:40.967Z | Compiling futures-task v0.3.30 |
495 | 2024-07-13T03:19:41.290Z | Compiling futures-io v0.3.30 |
496 | 2024-07-13T03:19:41.314Z | Compiling typenum v1.17.0 |
497 | 2024-07-13T03:19:41.347Z | Compiling openssl-sys v0.9.102 |
498 | 2024-07-13T03:19:41.373Z | Compiling rustix v0.38.34 |
499 | 2024-07-13T03:19:41.455Z | Compiling pin-utils v0.1.0 |
500 | 2024-07-13T03:19:41.654Z | Compiling errno v0.3.9 |
501 | 2024-07-13T03:19:41.748Z | Compiling generic-array v0.14.7 |
502 | 2024-07-13T03:19:41.892Z | Compiling slog v2.7.0 |
503 | 2024-07-13T03:19:42.042Z | Compiling foreign-types-shared v0.1.1 |
504 | 2024-07-13T03:19:42.152Z | Compiling openssl v0.10.64 |
505 | 2024-07-13T03:19:42.177Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-13T03:19:42.341Z | Compiling http v0.2.12 |
507 | 2024-07-13T03:19:42.457Z | Compiling usdt-impl v0.5.0 |
508 | 2024-07-13T03:19:42.510Z | Compiling proc-macro-error-attr v1.0.4 |
509 | 2024-07-13T03:19:42.744Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-13T03:19:42.779Z | Compiling time-core v0.1.2 |
511 | 2024-07-13T03:19:42.951Z | Compiling num-conv v0.1.0 |
512 | 2024-07-13T03:19:43.066Z | Compiling syn v1.0.109 |
513 | 2024-07-13T03:19:43.259Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-13T03:19:43.668Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-13T03:19:43.690Z | Compiling httparse v1.8.0 |
516 | 2024-07-13T03:19:43.760Z | Compiling native-tls v0.2.11 |
517 | 2024-07-13T03:19:43.923Z | Compiling tinyvec v1.6.0 |
518 | 2024-07-13T03:19:44.121Z | Compiling deranged v0.3.11 |
519 | 2024-07-13T03:19:44.141Z | Compiling tracing v0.1.40 |
520 | 2024-07-13T03:19:44.596Z | Compiling time-macros v0.2.18 |
521 | 2024-07-13T03:19:44.654Z | Compiling thread-id v4.2.1 |
522 | 2024-07-13T03:19:44.989Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-13T03:19:45.164Z | Compiling crossbeam-utils v0.8.19 |
524 | 2024-07-13T03:19:45.255Z | Compiling plain v0.2.3 |
525 | 2024-07-13T03:19:45.328Z | Compiling percent-encoding v2.3.1 |
526 | 2024-07-13T03:19:45.406Z | Compiling utf8parse v0.2.1 |
527 | 2024-07-13T03:19:45.567Z | Compiling rustversion v1.0.17 |
528 | 2024-07-13T03:19:45.670Z | Compiling heck v0.5.0 |
529 | 2024-07-13T03:19:45.725Z | Compiling num_threads v0.1.7 |
530 | 2024-07-13T03:19:45.765Z | Compiling openssl-probe v0.1.5 |
531 | 2024-07-13T03:19:45.840Z | Compiling try-lock v0.2.5 |
532 | 2024-07-13T03:19:45.929Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-13T03:19:45.985Z | Compiling want v0.3.1 |
534 | 2024-07-13T03:19:46.230Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-07-13T03:19:46.278Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-13T03:19:46.541Z | Compiling http-body v0.4.6 |
537 | 2024-07-13T03:19:46.998Z | Compiling dirs-sys-next v0.1.2 |
538 | 2024-07-13T03:19:47.290Z | Compiling semver v1.0.23 |
539 | 2024-07-13T03:19:47.332Z | Compiling unicode-bidi v0.3.15 |
540 | 2024-07-13T03:19:47.375Z | Compiling colorchoice v1.0.1 |
541 | 2024-07-13T03:19:47.432Z | Compiling pretty-hex v0.4.1 |
542 | 2024-07-13T03:19:47.535Z | Compiling anstyle v1.0.7 |
543 | 2024-07-13T03:19:47.595Z | Compiling httpdate v1.0.3 |
544 | 2024-07-13T03:19:47.648Z | Compiling anstyle-query v1.0.3 |
545 | 2024-07-13T03:19:47.801Z | Compiling crc32fast v1.4.0 |
546 | 2024-07-13T03:19:47.829Z | Compiling tower-service v0.3.2 |
547 | 2024-07-13T03:19:47.852Z | Compiling time v0.3.36 |
548 | 2024-07-13T03:19:47.964Z | Compiling camino v1.1.7 |
549 | 2024-07-13T03:19:48.003Z | Compiling is_terminal_polyfill v1.70.0 |
550 | 2024-07-13T03:19:48.051Z | Compiling winnow v0.6.8 |
551 | 2024-07-13T03:19:48.137Z | Compiling anstream v0.6.14 |
552 | 2024-07-13T03:19:48.359Z | Compiling idna v0.5.0 |
553 | 2024-07-13T03:19:48.816Z | Compiling dirs-next v2.0.0 |
554 | 2024-07-13T03:19:48.999Z | Compiling crypto-common v0.1.6 |
555 | 2024-07-13T03:19:49.914Z | Compiling block-buffer v0.10.4 |
556 | 2024-07-13T03:19:49.944Z | Compiling terminal_size v0.3.0 |
557 | 2024-07-13T03:19:50.172Z | Compiling fs-err v2.11.0 |
558 | 2024-07-13T03:19:50.216Z | Compiling thread_local v1.1.8 |
559 | 2024-07-13T03:19:50.260Z | Compiling heck v0.4.1 |
560 | 2024-07-13T03:19:50.411Z | Compiling anyhow v1.0.86 |
561 | 2024-07-13T03:19:50.441Z | Compiling bytecount v0.6.8 |
562 | 2024-07-13T03:19:50.662Z | Compiling clap_lex v0.7.0 |
563 | 2024-07-13T03:19:50.748Z | Compiling strsim v0.11.1 |
564 | 2024-07-13T03:19:50.799Z | Compiling adler v1.0.2 |
565 | 2024-07-13T03:19:51.020Z | Compiling slog-async v2.8.0 |
566 | 2024-07-13T03:19:51.049Z | Compiling base64 v0.21.7 |
567 | 2024-07-13T03:19:51.259Z | Compiling unicode-width v0.1.13 |
568 | 2024-07-13T03:19:51.491Z | Compiling match_cfg v0.1.0 |
569 | 2024-07-13T03:19:51.589Z | Compiling hostname v0.3.1 |
570 | 2024-07-13T03:19:51.607Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-13T03:19:51.721Z | Compiling papergrid v0.11.0 |
572 | 2024-07-13T03:19:51.768Z | Compiling clap_builder v4.5.2 |
573 | 2024-07-13T03:19:51.839Z | Compiling miniz_oxide v0.7.2 |
574 | 2024-07-13T03:19:52.983Z | Compiling digest v0.10.7 |
575 | 2024-07-13T03:19:52.986Z | Compiling crossbeam-channel v0.5.12 |
576 | 2024-07-13T03:19:52.986Z | Compiling url v2.5.0 |
577 | 2024-07-13T03:19:52.986Z | Compiling term v0.7.0 |
578 | 2024-07-13T03:19:52.986Z | Compiling serde_derive v1.0.204 |
579 | 2024-07-13T03:19:53.088Z | Compiling thiserror-impl v1.0.60 |
580 | 2024-07-13T03:19:53.146Z | Compiling zerocopy-derive v0.7.34 |
581 | 2024-07-13T03:19:53.445Z | Compiling futures-macro v0.3.30 |
582 | 2024-07-13T03:19:53.965Z | Compiling tokio-macros v2.3.0 |
583 | 2024-07-13T03:19:54.006Z | Compiling scroll_derive v0.12.0 |
584 | 2024-07-13T03:19:55.543Z | Compiling openssl-macros v0.1.1 |
585 | 2024-07-13T03:19:55.546Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-13T03:19:55.604Z | Compiling futures-util v0.3.30 |
587 | 2024-07-13T03:19:55.716Z | Compiling tokio v1.38.0 |
588 | 2024-07-13T03:19:56.052Z | Compiling scroll v0.12.0 |
589 | 2024-07-13T03:19:56.580Z | Compiling goblin v0.8.2 |
590 | 2024-07-13T03:19:56.682Z | Compiling pest v2.7.10 |
591 | 2024-07-13T03:19:57.346Z | Compiling tabled_derive v0.7.0 |
592 | 2024-07-13T03:19:59.673Z | Compiling pest_meta v2.7.10 |
593 | 2024-07-13T03:20:00.020Z | Compiling clap_derive v4.5.4 |
594 | 2024-07-13T03:20:01.733Z | Compiling pest_generator v2.7.10 |
595 | 2024-07-13T03:20:03.857Z | Compiling tokio-util v0.7.11 |
596 | 2024-07-13T03:20:05.320Z | Compiling pest_derive v2.7.10 |
597 | 2024-07-13T03:20:05.327Z | Compiling h2 v0.3.26 |
598 | 2024-07-13T03:20:05.327Z | Compiling futures-executor v0.3.30 |
599 | 2024-07-13T03:20:05.848Z | Compiling tokio-native-tls v0.3.1 |
600 | 2024-07-13T03:20:05.891Z | Compiling dtrace-parser v0.2.0 |
601 | 2024-07-13T03:20:05.923Z | Compiling strum_macros v0.26.4 |
602 | 2024-07-13T03:20:06.500Z | Compiling xattr v1.3.1 |
603 | 2024-07-13T03:20:06.788Z | Compiling filetime v0.2.23 |
604 | 2024-07-13T03:20:07.079Z | Compiling is-terminal v0.4.12 |
605 | 2024-07-13T03:20:07.142Z | Compiling memmap v0.7.0 |
606 | 2024-07-13T03:20:07.215Z | Compiling encoding_rs v0.8.34 |
607 | 2024-07-13T03:20:07.495Z | Compiling mime v0.3.17 |
608 | 2024-07-13T03:20:08.093Z | Compiling serde_spanned v0.6.6 |
609 | 2024-07-13T03:20:08.116Z | Compiling toml_datetime v0.6.6 |
610 | 2024-07-13T03:20:08.330Z | Compiling serde_tokenstream v0.2.1 |
611 | 2024-07-13T03:20:08.637Z | Compiling toml_edit v0.22.14 |
612 | 2024-07-13T03:20:09.636Z | Compiling dof v0.3.0 |
613 | 2024-07-13T03:20:10.803Z | Compiling hyper v0.14.28 |
614 | 2024-07-13T03:20:11.792Z | Compiling toml v0.8.14 |
615 | 2024-07-13T03:20:11.856Z | Compiling slog-json v2.6.1 |
616 | 2024-07-13T03:20:11.882Z | Compiling serde_urlencoded v0.7.1 |
617 | 2024-07-13T03:20:12.399Z | Compiling cargo-platform v0.1.8 |
618 | 2024-07-13T03:20:12.556Z | Compiling sync_wrapper v0.1.2 |
619 | 2024-07-13T03:20:12.604Z | Compiling take_mut v0.2.2 |
620 | 2024-07-13T03:20:12.695Z | Compiling cpufeatures v0.2.12 |
621 | 2024-07-13T03:20:12.774Z | Compiling ipnet v2.9.0 |
622 | 2024-07-13T03:20:12.806Z | Compiling sha2 v0.10.8 |
623 | 2024-07-13T03:20:13.021Z | Compiling cargo_metadata v0.18.1 |
624 | 2024-07-13T03:20:13.264Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2024-07-13T03:20:13.612Z | Compiling usdt-macro v0.5.0 |
626 | 2024-07-13T03:20:14.077Z | Compiling cargo_toml v0.20.3 |
627 | 2024-07-13T03:20:14.440Z | Compiling slog-bunyan v2.5.0 |
628 | 2024-07-13T03:20:14.640Z | Compiling hyper-tls v0.5.0 |
629 | 2024-07-13T03:20:14.771Z | Compiling strum v0.26.2 |
630 | 2024-07-13T03:20:14.920Z | Compiling usdt v0.5.0 |
631 | 2024-07-13T03:20:14.947Z | Compiling reqwest v0.11.27 |
632 | 2024-07-13T03:20:14.973Z | Compiling macaddr v1.0.1 |
633 | 2024-07-13T03:20:15.424Z | Compiling slog-term v2.9.1 |
634 | 2024-07-13T03:20:15.427Z | Compiling tar v0.4.40 |
635 | 2024-07-13T03:20:16.327Z | Compiling flate2 v1.0.30 |
636 | 2024-07-13T03:20:16.707Z | Compiling futures v0.3.30 |
637 | 2024-07-13T03:20:16.836Z | Compiling clap v4.5.4 |
638 | 2024-07-13T03:20:16.895Z | Compiling tabled v0.15.0 |
639 | 2024-07-13T03:20:17.277Z | Compiling swrite v0.1.0 |
640 | 2024-07-13T03:20:21.606Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
641 | 2024-07-13T03:20:28.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
642 | 2024-07-13T03:20:28.907Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
643 | 2024-07-13T03:20:28.965Z | Jul 13 03:20:28.123 INFO Starting download, target: Cockroach |
644 | 2024-07-13T03:20:28.965Z | Jul 13 03:20:28.123 INFO Starting download, target: Clickhouse |
645 | 2024-07-13T03:20:28.965Z | Jul 13 03:20:28.123 INFO Starting download, target: Console |
646 | 2024-07-13T03:20:28.970Z | Jul 13 03:20:28.123 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.123 INFO Starting download, target: DendriteStub |
648 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.123 INFO Starting download, target: MaghemiteMgd |
649 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.123 INFO Starting download, target: TransceiverControl |
650 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
651 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
652 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
654 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
655 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
656 | 2024-07-13T03:20:28.971Z | Jul 13 03:20:28.124 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-13T03:20:29.152Z | Jul 13 03:20:28.303 INFO Download complete, target: DendriteOpenapi |
658 | 2024-07-13T03:20:29.200Z | Jul 13 03:20:28.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
659 | 2024-07-13T03:20:29.536Z | Jul 13 03:20:28.694 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-07-13T03:20:29.594Z | Jul 13 03:20:28.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
661 | 2024-07-13T03:20:29.954Z | Jul 13 03:20:29.112 INFO Download complete, target: Console |
662 | 2024-07-13T03:20:29.973Z | Jul 13 03:20:29.131 INFO Download complete, target: TransceiverControl |
663 | 2024-07-13T03:20:29.994Z | Jul 13 03:20:29.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
664 | 2024-07-13T03:20:31.118Z | Jul 13 03:20:30.275 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
665 | 2024-07-13T03:20:32.968Z | Jul 13 03:20:32.125 INFO Download complete, target: MaghemiteMgd |
666 | 2024-07-13T03:20:33.147Z | Jul 13 03:20:32.305 INFO Download complete, target: DendriteStub |
667 | 2024-07-13T03:20:34.830Z | Jul 13 03:20:33.983 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-07-13T03:20:34.830Z | Jul 13 03:20:33.983 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-07-13T03:20:43.090Z | Jul 13 03:20:42.246 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
670 | 2024-07-13T03:20:43.448Z | Jul 13 03:20:42.603 INFO Checking that binary works, target: Cockroach |
671 | 2024-07-13T03:20:43.719Z | Jul 13 03:20:42.874 INFO Download complete, target: Cockroach |
672 | 2024-07-13T03:20:45.794Z | Jul 13 03:20:44.949 INFO Checking that binary works, target: Clickhouse |
673 | 2024-07-13T03:20:46.204Z | Jul 13 03:20:45.359 INFO Download complete, target: Clickhouse |
674 | 2024-07-13T03:20:46.212Z | All prerequisites installed successfully |
675 | 2024-07-13T03:20:46.215Z | |
676 | 2024-07-13T03:20:46.215Z | real 2:37.849063366 |
677 | 2024-07-13T03:20:46.215Z | user 5:46.697025678 |
678 | 2024-07-13T03:20:46.215Z | sys 1:18.751712713 |
679 | 2024-07-13T03:20:46.215Z | trap 0.212751000 |
680 | 2024-07-13T03:20:46.215Z | tflt 3.352892260 |
681 | 2024-07-13T03:20:46.215Z | dflt 5.237504967 |
682 | 2024-07-13T03:20:46.215Z | kflt 0.179143152 |
683 | 2024-07-13T03:20:46.215Z | lock 13:15.190136233 |
684 | 2024-07-13T03:20:46.215Z | slp 17:31.333850727 |
685 | 2024-07-13T03:20:46.215Z | lat 19.846693567 |
686 | 2024-07-13T03:20:46.215Z | stop 1:02.340351540 |
687 | 2024-07-13T03:20:46.215Z | + ptime -m cargo xtask download softnpu |
688 | 2024-07-13T03:20:46.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
689 | 2024-07-13T03:20:46.768Z | Running `target/debug/xtask download softnpu` |
690 | 2024-07-13T03:20:46.792Z | Jul 13 03:20:45.947 INFO Starting download, target: Softnpu |
691 | 2024-07-13T03:20:46.795Z | Jul 13 03:20:45.948 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
692 | 2024-07-13T03:20:47.470Z | Jul 13 03:20:46.625 INFO Download complete, target: Softnpu |
693 | 2024-07-13T03:20:47.475Z | |
694 | 2024-07-13T03:20:47.478Z | real 1.254732484 |
695 | 2024-07-13T03:20:47.478Z | user 0.618781814 |
696 | 2024-07-13T03:20:47.478Z | sys 0.278845153 |
697 | 2024-07-13T03:20:47.478Z | trap 0.000172857 |
698 | 2024-07-13T03:20:47.478Z | tflt 0.000064188 |
699 | 2024-07-13T03:20:47.478Z | dflt 0.000134090 |
700 | 2024-07-13T03:20:47.478Z | kflt 0.000000000 |
701 | 2024-07-13T03:20:47.478Z | lock 7.008657878 |
702 | 2024-07-13T03:20:47.478Z | slp 0.550364835 |
703 | 2024-07-13T03:20:47.478Z | lat 0.063892461 |
704 | 2024-07-13T03:20:47.478Z | stop 0.000254812 |
705 | 2024-07-13T03:20:47.479Z | + export CARGO_INCREMENTAL=0 |
706 | 2024-07-13T03:20:47.479Z | + CARGO_INCREMENTAL=0 |
707 | 2024-07-13T03:20:47.479Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
708 | 2024-07-13T03:20:48.007Z | Downloading crates ... |
709 | 2024-07-13T03:20:48.130Z | Downloaded atomicwrites v0.4.3 |
710 | 2024-07-13T03:20:48.133Z | Downloaded async-stream-impl v0.3.5 |
711 | 2024-07-13T03:20:48.136Z | Downloaded atty v0.2.14 |
712 | 2024-07-13T03:20:48.141Z | Downloaded assert_matches v1.5.0 |
713 | 2024-07-13T03:20:48.144Z | Downloaded aead v0.5.2 |
714 | 2024-07-13T03:20:48.147Z | Downloaded darling_macro v0.20.9 |
715 | 2024-07-13T03:20:48.147Z | Downloaded cfg_aliases v0.1.1 |
716 | 2024-07-13T03:20:48.155Z | Downloaded crucible-workspace-hack v0.1.0 |
717 | 2024-07-13T03:20:48.160Z | Downloaded atomic-waker v1.1.2 |
718 | 2024-07-13T03:20:48.163Z | Downloaded async-stream v0.3.5 |
719 | 2024-07-13T03:20:48.166Z | Downloaded oso-derive v0.27.3 |
720 | 2024-07-13T03:20:48.169Z | Downloaded arrayref v0.3.7 |
721 | 2024-07-13T03:20:48.169Z | Downloaded derive_builder_macro v0.20.0 |
722 | 2024-07-13T03:20:48.172Z | Downloaded number_prefix v0.4.0 |
723 | 2024-07-13T03:20:48.172Z | Downloaded ciborium-io v0.2.2 |
724 | 2024-07-13T03:20:48.174Z | Downloaded path-slash v0.1.5 |
725 | 2024-07-13T03:20:48.178Z | Downloaded crunchy v0.2.2 |
726 | 2024-07-13T03:20:48.182Z | Downloaded predicates-core v1.0.6 |
727 | 2024-07-13T03:20:48.185Z | Downloaded phf_shared v0.10.0 |
728 | 2024-07-13T03:20:48.185Z | Downloaded normalize-line-endings v0.3.0 |
729 | 2024-07-13T03:20:48.190Z | Downloaded portpicker v0.1.1 |
730 | 2024-07-13T03:20:48.193Z | Downloaded precomputed-hash v0.1.1 |
731 | 2024-07-13T03:20:48.195Z | Downloaded opaque-debug v0.3.1 |
732 | 2024-07-13T03:20:48.195Z | Downloaded peg-runtime v0.8.3 |
733 | 2024-07-13T03:20:48.195Z | Downloaded cstr-argument v0.1.2 |
734 | 2024-07-13T03:20:48.198Z | Downloaded pretty-hex v0.2.1 |
735 | 2024-07-13T03:20:48.201Z | Downloaded packed_struct_codegen v0.10.1 |
736 | 2024-07-13T03:20:48.201Z | Downloaded nu-ansi-term v0.50.0 |
737 | 2024-07-13T03:20:48.204Z | Downloaded crc v3.2.1 |
738 | 2024-07-13T03:20:48.206Z | Downloaded bb8 v0.8.5 |
739 | 2024-07-13T03:20:48.209Z | Downloaded parse-display-derive v0.9.1 |
740 | 2024-07-13T03:20:48.212Z | Downloaded crc-catalog v2.4.0 |
741 | 2024-07-13T03:20:48.212Z | Downloaded colored v2.1.0 |
742 | 2024-07-13T03:20:48.215Z | Downloaded base16ct v0.2.0 |
743 | 2024-07-13T03:20:48.218Z | Downloaded parse-size v1.0.0 |
744 | 2024-07-13T03:20:48.218Z | Downloaded toolchain_find v0.4.0 |
745 | 2024-07-13T03:20:48.218Z | Downloaded data-encoding v2.6.0 |
746 | 2024-07-13T03:20:48.220Z | Downloaded constant_time_eq v0.3.0 |
747 | 2024-07-13T03:20:48.223Z | Downloaded bitstruct v0.1.1 |
748 | 2024-07-13T03:20:48.223Z | Downloaded buf-list v1.0.3 |
749 | 2024-07-13T03:20:48.226Z | Downloaded bcs v0.1.6 |
750 | 2024-07-13T03:20:48.231Z | Downloaded curve25519-dalek-derive v0.1.1 |
751 | 2024-07-13T03:20:48.231Z | Downloaded rpassword v7.3.1 |
752 | 2024-07-13T03:20:48.231Z | Downloaded cipher v0.4.4 |
753 | 2024-07-13T03:20:48.235Z | Downloaded pem v3.0.4 |
754 | 2024-07-13T03:20:48.235Z | Downloaded bitstruct_derive v0.1.0 |
755 | 2024-07-13T03:20:48.235Z | Downloaded ref-cast-impl v1.0.23 |
756 | 2024-07-13T03:20:48.239Z | Downloaded psl-types v2.0.11 |
757 | 2024-07-13T03:20:48.239Z | Downloaded camino-tempfile v1.1.1 |
758 | 2024-07-13T03:20:48.242Z | Downloaded rand_seeder v0.2.3 |
759 | 2024-07-13T03:20:48.243Z | Downloaded ascii-canvas v3.0.0 |
760 | 2024-07-13T03:20:48.243Z | Downloaded olpc-cjson v0.1.3 |
761 | 2024-07-13T03:20:48.246Z | Downloaded r2d2 v0.8.10 |
762 | 2024-07-13T03:20:48.249Z | Downloaded predicates v3.1.0 |
763 | 2024-07-13T03:20:48.249Z | Downloaded defmt-macros v0.3.9 |
764 | 2024-07-13T03:20:48.252Z | Downloaded chacha20 v0.9.1 |
765 | 2024-07-13T03:20:48.255Z | Downloaded parking_lot_core v0.8.6 |
766 | 2024-07-13T03:20:48.258Z | Downloaded debug-ignore v1.0.5 |
767 | 2024-07-13T03:20:48.261Z | Downloaded peg v0.8.3 |
768 | 2024-07-13T03:20:48.264Z | Downloaded peg-macros v0.8.3 |
769 | 2024-07-13T03:20:48.267Z | Downloaded derive_more v0.99.18 |
770 | 2024-07-13T03:20:48.271Z | Downloaded pin-project-internal v1.1.5 |
771 | 2024-07-13T03:20:48.274Z | Downloaded phf v0.11.2 |
772 | 2024-07-13T03:20:48.277Z | Downloaded zone_cfg_derive v0.1.2 |
773 | 2024-07-13T03:20:48.277Z | Downloaded rand_core v0.6.4 |
774 | 2024-07-13T03:20:48.280Z | Downloaded der_derive v0.7.2 |
775 | 2024-07-13T03:20:48.280Z | Downloaded defmt v0.3.8 |
776 | 2024-07-13T03:20:48.285Z | Downloaded ppv-lite86 v0.2.17 |
777 | 2024-07-13T03:20:48.288Z | Downloaded pkcs1 v0.7.5 |
778 | 2024-07-13T03:20:48.291Z | Downloaded memmap2 v0.9.4 |
779 | 2024-07-13T03:20:48.291Z | Downloaded resolv-conf v0.7.0 |
780 | 2024-07-13T03:20:48.294Z | Downloaded new_debug_unreachable v1.0.6 |
781 | 2024-07-13T03:20:48.298Z | Downloaded password-hash v0.5.0 |
782 | 2024-07-13T03:20:48.298Z | Downloaded is_ci v1.2.0 |
783 | 2024-07-13T03:20:48.302Z | Downloaded serde-big-array v0.5.1 |
784 | 2024-07-13T03:20:48.302Z | Downloaded topological-sort v0.2.2 |
785 | 2024-07-13T03:20:48.302Z | Downloaded postgres-protocol v0.6.6 |
786 | 2024-07-13T03:20:48.306Z | Downloaded nodrop v0.1.14 |
787 | 2024-07-13T03:20:48.309Z | Downloaded uzers v0.11.3 |
788 | 2024-07-13T03:20:48.309Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2024-07-13T03:20:48.313Z | Downloaded derive_builder_core v0.20.0 |
790 | 2024-07-13T03:20:48.313Z | Downloaded rustc-demangle v0.1.24 |
791 | 2024-07-13T03:20:48.316Z | Downloaded cookie v0.17.0 |
792 | 2024-07-13T03:20:48.319Z | Downloaded cobs v0.2.3 |
793 | 2024-07-13T03:20:48.319Z | Downloaded termtree v0.4.1 |
794 | 2024-07-13T03:20:48.323Z | Downloaded allocator-api2 v0.2.18 |
795 | 2024-07-13T03:20:48.326Z | Downloaded pkcs8 v0.10.2 |
796 | 2024-07-13T03:20:48.331Z | Downloaded waitgroup v0.1.2 |
797 | 2024-07-13T03:20:48.331Z | Downloaded fallible-iterator v0.2.0 |
798 | 2024-07-13T03:20:48.334Z | Downloaded cookie v0.18.1 |
799 | 2024-07-13T03:20:48.334Z | Downloaded base64ct v1.6.0 |
800 | 2024-07-13T03:20:48.336Z | Downloaded http-range v0.1.5 |
801 | 2024-07-13T03:20:48.337Z | Downloaded newtype_derive v0.1.6 |
802 | 2024-07-13T03:20:48.340Z | Downloaded libefi-sys v0.1.0 |
803 | 2024-07-13T03:20:48.340Z | Downloaded funty v2.0.0 |
804 | 2024-07-13T03:20:48.343Z | Downloaded hash32 v0.3.1 |
805 | 2024-07-13T03:20:48.343Z | Downloaded hash32 v0.2.1 |
806 | 2024-07-13T03:20:48.346Z | Downloaded libsw v3.3.1 |
807 | 2024-07-13T03:20:48.346Z | Downloaded impl-trait-for-tuples v0.2.2 |
808 | 2024-07-13T03:20:48.349Z | Downloaded pin-project v1.1.5 |
809 | 2024-07-13T03:20:48.362Z | Downloaded rusty-fork v0.3.0 |
810 | 2024-07-13T03:20:48.365Z | Downloaded spin v0.5.2 |
811 | 2024-07-13T03:20:48.368Z | Downloaded omicron-zone-package v0.11.0 |
812 | 2024-07-13T03:20:48.373Z | Downloaded slog-scope v4.4.0 |
813 | 2024-07-13T03:20:48.377Z | Downloaded slog-envlogger v2.2.0 |
814 | 2024-07-13T03:20:48.377Z | Downloaded termios v0.3.3 |
815 | 2024-07-13T03:20:48.381Z | Downloaded wait-timeout v0.2.0 |
816 | 2024-07-13T03:20:48.384Z | Downloaded unicode-linebreak v0.1.5 |
817 | 2024-07-13T03:20:48.384Z | Downloaded unicase v2.7.0 |
818 | 2024-07-13T03:20:48.384Z | Downloaded unarray v0.1.4 |
819 | 2024-07-13T03:20:48.387Z | Downloaded string_cache v0.8.7 |
820 | 2024-07-13T03:20:48.387Z | Downloaded wyz v0.5.1 |
821 | 2024-07-13T03:20:48.390Z | Downloaded endian-type v0.1.2 |
822 | 2024-07-13T03:20:48.390Z | Downloaded glob v0.3.1 |
823 | 2024-07-13T03:20:48.393Z | Downloaded fd-lock v4.0.2 |
824 | 2024-07-13T03:20:48.396Z | Downloaded libloading v0.8.3 |
825 | 2024-07-13T03:20:48.398Z | Downloaded sigpipe v0.1.3 |
826 | 2024-07-13T03:20:48.398Z | Downloaded hostname v0.4.0 |
827 | 2024-07-13T03:20:48.401Z | Downloaded flagset v0.4.5 |
828 | 2024-07-13T03:20:48.404Z | Downloaded signature v1.6.4 |
829 | 2024-07-13T03:20:48.407Z | Downloaded signal-hook-tokio v0.3.1 |
830 | 2024-07-13T03:20:48.407Z | Downloaded secrecy v0.8.0 |
831 | 2024-07-13T03:20:48.410Z | Downloaded base64 v0.22.1 |
832 | 2024-07-13T03:20:48.414Z | Downloaded crypto-bigint v0.5.5 |
833 | 2024-07-13T03:20:48.424Z | Downloaded const_format v0.2.32 |
834 | 2024-07-13T03:20:48.430Z | Downloaded diesel_table_macro_syntax v0.1.0 |
835 | 2024-07-13T03:20:48.434Z | Downloaded ident_case v1.0.1 |
836 | 2024-07-13T03:20:48.437Z | Downloaded tui-tree-widget v0.21.0 |
837 | 2024-07-13T03:20:48.437Z | Downloaded static_assertions v1.1.0 |
838 | 2024-07-13T03:20:48.440Z | Downloaded half v2.4.1 |
839 | 2024-07-13T03:20:48.443Z | Downloaded getopts v0.2.21 |
840 | 2024-07-13T03:20:48.443Z | Downloaded gethostname v0.4.3 |
841 | 2024-07-13T03:20:48.446Z | Downloaded either v1.12.0 |
842 | 2024-07-13T03:20:48.449Z | Downloaded prettyplease v0.2.20 |
843 | 2024-07-13T03:20:48.452Z | Downloaded inout v0.1.3 |
844 | 2024-07-13T03:20:48.452Z | Downloaded strip-ansi-escapes v0.2.0 |
845 | 2024-07-13T03:20:48.455Z | Downloaded schemars_derive v0.8.21 |
846 | 2024-07-13T03:20:48.455Z | Downloaded tungstenite v0.21.0 |
847 | 2024-07-13T03:20:48.458Z | Downloaded socket2 v0.4.10 |
848 | 2024-07-13T03:20:48.461Z | Downloaded signal-hook-mio v0.2.3 |
849 | 2024-07-13T03:20:48.463Z | Downloaded multer v3.1.0 |
850 | 2024-07-13T03:20:48.466Z | Downloaded ron v0.8.1 |
851 | 2024-07-13T03:20:48.470Z | Downloaded env_logger v0.10.2 |
852 | 2024-07-13T03:20:48.472Z | Downloaded rayon-core v1.12.1 |
853 | 2024-07-13T03:20:48.480Z | Downloaded hmac v0.12.1 |
854 | 2024-07-13T03:20:48.480Z | Downloaded tokio-rustls v0.24.1 |
855 | 2024-07-13T03:20:48.485Z | Downloaded snafu-derive v0.8.2 |
856 | 2024-07-13T03:20:48.485Z | Downloaded display-error-chain v0.2.0 |
857 | 2024-07-13T03:20:48.485Z | Downloaded lazy_static v1.5.0 |
858 | 2024-07-13T03:20:48.488Z | Downloaded tls_codec_derive v0.4.1 |
859 | 2024-07-13T03:20:48.488Z | Downloaded lalrpop-util v0.19.12 |
860 | 2024-07-13T03:20:48.492Z | Downloaded spin v0.9.8 |
861 | 2024-07-13T03:20:48.495Z | Downloaded strum_macros v0.24.3 |
862 | 2024-07-13T03:20:48.495Z | Downloaded hubpack_derive v0.1.1 |
863 | 2024-07-13T03:20:48.495Z | Downloaded sqlparser_derive v0.2.2 |
864 | 2024-07-13T03:20:48.495Z | Downloaded rsa v0.9.6 |
865 | 2024-07-13T03:20:48.501Z | Downloaded lazycell v1.3.0 |
866 | 2024-07-13T03:20:48.504Z | Downloaded structmeta-derive v0.2.0 |
867 | 2024-07-13T03:20:48.504Z | Downloaded stability v0.2.0 |
868 | 2024-07-13T03:20:48.513Z | Downloaded publicsuffix v2.2.3 |
869 | 2024-07-13T03:20:48.513Z | Downloaded smallvec v0.6.14 |
870 | 2024-07-13T03:20:48.513Z | Downloaded getrandom v0.2.14 |
871 | 2024-07-13T03:20:48.520Z | Downloaded ena v0.14.3 |
872 | 2024-07-13T03:20:48.520Z | Downloaded untrusted v0.9.0 |
873 | 2024-07-13T03:20:48.520Z | Downloaded der v0.7.9 |
874 | 2024-07-13T03:20:48.530Z | Downloaded sct v0.7.1 |
875 | 2024-07-13T03:20:48.535Z | Downloaded nibble_vec v0.1.0 |
876 | 2024-07-13T03:20:48.538Z | Downloaded fxhash v0.2.1 |
877 | 2024-07-13T03:20:48.538Z | Downloaded instant v0.1.12 |
878 | 2024-07-13T03:20:48.538Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2024-07-13T03:20:48.541Z | Downloaded hubpack v0.1.2 |
880 | 2024-07-13T03:20:48.541Z | Downloaded iana-time-zone v0.1.60 |
881 | 2024-07-13T03:20:48.543Z | Downloaded zeroize v1.7.0 |
882 | 2024-07-13T03:20:48.546Z | Downloaded tls_codec v0.4.1 |
883 | 2024-07-13T03:20:48.549Z | Downloaded termcolor v1.4.1 |
884 | 2024-07-13T03:20:48.549Z | Downloaded headers-core v0.2.0 |
885 | 2024-07-13T03:20:48.549Z | Downloaded downcast v0.11.0 |
886 | 2024-07-13T03:20:48.552Z | Downloaded sqlformat v0.2.4 |
887 | 2024-07-13T03:20:48.552Z | Downloaded keccak v0.1.5 |
888 | 2024-07-13T03:20:48.555Z | Downloaded heck v0.3.3 |
889 | 2024-07-13T03:20:48.555Z | Downloaded fragile v2.0.0 |
890 | 2024-07-13T03:20:48.557Z | Downloaded foreign-types v0.5.0 |
891 | 2024-07-13T03:20:48.560Z | Downloaded multimap v0.10.0 |
892 | 2024-07-13T03:20:48.560Z | Downloaded untrusted v0.7.1 |
893 | 2024-07-13T03:20:48.560Z | Downloaded tiny-keccak v2.0.2 |
894 | 2024-07-13T03:20:48.563Z | Downloaded thiserror-impl-no-std v2.0.2 |
895 | 2024-07-13T03:20:48.566Z | Downloaded smawk v0.3.2 |
896 | 2024-07-13T03:20:48.569Z | Downloaded whoami v1.5.1 |
897 | 2024-07-13T03:20:48.569Z | Downloaded strum_macros v0.25.3 |
898 | 2024-07-13T03:20:48.572Z | Downloaded mockall_derive v0.12.1 |
899 | 2024-07-13T03:20:48.575Z | Downloaded float-ord v0.3.2 |
900 | 2024-07-13T03:20:48.575Z | Downloaded vte_generate_state_changes v0.1.1 |
901 | 2024-07-13T03:20:48.575Z | Downloaded serde-big-array v0.4.1 |
902 | 2024-07-13T03:20:48.578Z | Downloaded yasna v0.5.2 |
903 | 2024-07-13T03:20:48.580Z | Downloaded typed-path v0.7.1 |
904 | 2024-07-13T03:20:48.584Z | Downloaded signal-hook v0.3.17 |
905 | 2024-07-13T03:20:48.588Z | Downloaded tokio-rustls v0.25.0 |
906 | 2024-07-13T03:20:48.591Z | Downloaded maybe-uninit v2.0.0 |
907 | 2024-07-13T03:20:48.593Z | Downloaded indent_write v2.2.0 |
908 | 2024-07-13T03:20:48.593Z | Downloaded smf v0.2.3 |
909 | 2024-07-13T03:20:48.594Z | Downloaded siphasher v0.3.11 |
910 | 2024-07-13T03:20:48.596Z | Downloaded maplit v1.0.2 |
911 | 2024-07-13T03:20:48.596Z | Downloaded serde_arrays v0.1.0 |
912 | 2024-07-13T03:20:48.599Z | Downloaded ipnetwork v0.20.0 |
913 | 2024-07-13T03:20:48.602Z | Downloaded hyper-staticfile v0.9.5 |
914 | 2024-07-13T03:20:48.602Z | Downloaded rustls-pki-types v1.7.0 |
915 | 2024-07-13T03:20:48.604Z | Downloaded tungstenite v0.20.1 |
916 | 2024-07-13T03:20:48.607Z | Downloaded serde_repr v0.1.19 |
917 | 2024-07-13T03:20:48.610Z | Downloaded shlex v1.3.0 |
918 | 2024-07-13T03:20:48.612Z | Downloaded structmeta-derive v0.3.0 |
919 | 2024-07-13T03:20:48.612Z | Downloaded stringprep v0.1.4 |
920 | 2024-07-13T03:20:48.615Z | Downloaded schemars v0.8.21 |
921 | 2024-07-13T03:20:48.626Z | Downloaded mockall v0.12.1 |
922 | 2024-07-13T03:20:48.628Z | Downloaded zeroize_derive v1.4.2 |
923 | 2024-07-13T03:20:48.628Z | Downloaded diesel_derives v2.1.4 |
924 | 2024-07-13T03:20:48.632Z | Downloaded num-bigint-dig v0.8.4 |
925 | 2024-07-13T03:20:48.637Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2024-07-13T03:20:48.640Z | Downloaded erased-serde v0.3.31 |
927 | 2024-07-13T03:20:48.644Z | Downloaded dyn-clone v1.0.17 |
928 | 2024-07-13T03:20:48.644Z | Downloaded env_logger v0.9.3 |
929 | 2024-07-13T03:20:48.646Z | Downloaded elliptic-curve v0.13.8 |
930 | 2024-07-13T03:20:48.649Z | Downloaded shell-words v1.1.0 |
931 | 2024-07-13T03:20:48.649Z | Downloaded toml v0.7.8 |
932 | 2024-07-13T03:20:48.652Z | Downloaded serde_plain v1.0.2 |
933 | 2024-07-13T03:20:48.655Z | Downloaded steno v0.4.1 |
934 | 2024-07-13T03:20:48.658Z | Downloaded tokio-postgres v0.7.10 |
935 | 2024-07-13T03:20:48.662Z | Downloaded http v1.1.0 |
936 | 2024-07-13T03:20:48.665Z | Downloaded mime_guess v2.0.4 |
937 | 2024-07-13T03:20:48.668Z | Downloaded tokio-stream v0.1.15 |
938 | 2024-07-13T03:20:48.670Z | Downloaded reedline v0.31.0 |
939 | 2024-07-13T03:20:48.677Z | Downloaded zip v0.6.6 |
940 | 2024-07-13T03:20:48.682Z | Downloaded portable-atomic v1.6.0 |
941 | 2024-07-13T03:20:48.688Z | Downloaded vte v0.11.1 |
942 | 2024-07-13T03:20:48.691Z | Downloaded similar v2.5.0 |
943 | 2024-07-13T03:20:48.694Z | Downloaded uuid v1.9.1 |
944 | 2024-07-13T03:20:48.697Z | Downloaded fatfs v0.3.6 |
945 | 2024-07-13T03:20:48.700Z | Downloaded rustyline v14.0.0 |
946 | 2024-07-13T03:20:48.705Z | Downloaded hashbrown v0.13.2 |
947 | 2024-07-13T03:20:48.709Z | Downloaded blake3 v1.5.1 |
948 | 2024-07-13T03:20:48.717Z | Downloaded x509-cert v0.2.5 |
949 | 2024-07-13T03:20:48.723Z | Downloaded heapless v0.8.0 |
950 | 2024-07-13T03:20:48.727Z | Downloaded libxml v0.3.3 |
951 | 2024-07-13T03:20:48.733Z | Downloaded hashbrown v0.12.3 |
952 | 2024-07-13T03:20:48.737Z | Downloaded flume v0.11.0 |
953 | 2024-07-13T03:20:48.741Z | Downloaded headers v0.3.9 |
954 | 2024-07-13T03:20:48.746Z | Downloaded toml_edit v0.19.15 |
955 | 2024-07-13T03:20:48.763Z | Downloaded tough v0.17.1 |
956 | 2024-07-13T03:20:48.772Z | Downloaded minimal-lexical v0.2.1 |
957 | 2024-07-13T03:20:48.776Z | Downloaded bindgen v0.69.4 |
958 | 2024-07-13T03:20:48.783Z | Downloaded heapless v0.7.17 |
959 | 2024-07-13T03:20:48.788Z | Downloaded bitvec v1.0.1 |
960 | 2024-07-13T03:20:48.804Z | Downloaded expectorate v1.1.0 |
961 | 2024-07-13T03:20:48.807Z | Downloaded itertools v0.13.0 |
962 | 2024-07-13T03:20:48.813Z | Downloaded hkdf v0.12.4 |
963 | 2024-07-13T03:20:48.816Z | Downloaded proptest v1.4.0 |
964 | 2024-07-13T03:20:48.824Z | Downloaded itertools v0.12.1 |
965 | 2024-07-13T03:20:48.832Z | Downloaded rayon v1.10.0 |
966 | 2024-07-13T03:20:48.841Z | Downloaded serde_with v3.8.3 |
967 | 2024-07-13T03:20:48.849Z | Downloaded sqlparser v0.45.0 |
968 | 2024-07-13T03:20:48.854Z | Downloaded chrono v0.4.38 |
969 | 2024-07-13T03:20:48.862Z | Downloaded lalrpop v0.19.12 |
970 | 2024-07-13T03:20:48.873Z | Downloaded rustls-webpki v0.101.7 |
971 | 2024-07-13T03:20:48.888Z | Downloaded object v0.30.4 |
972 | 2024-07-13T03:20:48.898Z | Downloaded regex v1.10.5 |
973 | 2024-07-13T03:20:48.912Z | Downloaded radix_trie v0.2.1 |
974 | 2024-07-13T03:20:48.916Z | Downloaded nix v0.27.1 |
975 | 2024-07-13T03:20:48.927Z | Downloaded rustls v0.22.4 |
976 | 2024-07-13T03:20:48.940Z | Downloaded idna v0.2.3 |
977 | 2024-07-13T03:20:48.947Z | Downloaded idna v0.3.0 |
978 | 2024-07-13T03:20:48.954Z | Downloaded polar-core v0.27.3 |
979 | 2024-07-13T03:20:48.962Z | Downloaded gimli v0.28.1 |
980 | 2024-07-13T03:20:48.970Z | Downloaded nix v0.28.0 |
981 | 2024-07-13T03:20:48.982Z | Downloaded webpki-roots v0.25.4 |
982 | 2024-07-13T03:20:48.986Z | Downloaded sled v0.34.7 |
983 | 2024-07-13T03:20:48.996Z | Downloaded diesel v2.1.6 |
984 | 2024-07-13T03:20:49.014Z | Downloaded zerocopy-derive v0.6.6 |
985 | 2024-07-13T03:20:49.024Z | Downloaded trust-dns-proto v0.22.0 |
986 | 2024-07-13T03:20:49.036Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
987 | 2024-07-13T03:20:49.048Z | Downloaded sha3 v0.10.8 |
988 | 2024-07-13T03:20:49.053Z | Downloaded ratatui v0.27.0 |
989 | 2024-07-13T03:20:49.070Z | Downloaded csv v1.3.0 |
990 | 2024-07-13T03:20:49.089Z | Downloaded regex-syntax v0.8.3 |
991 | 2024-07-13T03:20:49.096Z | Downloaded regex-automata v0.4.6 |
992 | 2024-07-13T03:20:49.112Z | Downloaded openapiv3 v2.0.0 |
993 | 2024-07-13T03:20:49.122Z | Downloaded finl_unicode v1.2.0 |
994 | 2024-07-13T03:20:49.135Z | Downloaded smoltcp v0.9.1 |
995 | 2024-07-13T03:20:49.145Z | Downloaded petgraph v0.6.5 |
996 | 2024-07-13T03:20:49.161Z | Downloaded regress v0.9.1 |
997 | 2024-07-13T03:20:49.169Z | Downloaded rustls-webpki v0.102.4 |
998 | 2024-07-13T03:20:49.187Z | Downloaded smoltcp v0.11.0 |
999 | 2024-07-13T03:20:49.199Z | Downloaded regex-syntax v0.6.29 |
1000 | 2024-07-13T03:20:49.206Z | Downloaded bstr v1.9.1 |
1001 | 2024-07-13T03:20:49.216Z | Downloaded rustls v0.21.12 |
1002 | 2024-07-13T03:20:49.226Z | Downloaded object v0.32.2 |
1003 | 2024-07-13T03:20:49.237Z | Downloaded bstr v0.2.17 |
1004 | 2024-07-13T03:20:49.245Z | Downloaded curve25519-dalek v4.1.3 |
1005 | 2024-07-13T03:20:49.253Z | Downloaded quick-xml v0.31.0 |
1006 | 2024-07-13T03:20:49.259Z | Downloaded trust-dns-server v0.22.1 |
1007 | 2024-07-13T03:20:49.264Z | Downloaded winnow v0.5.40 |
1008 | 2024-07-13T03:20:49.271Z | Downloaded libm v0.2.8 |
1009 | 2024-07-13T03:20:49.278Z | Downloaded aho-corasick v1.1.3 |
1010 | 2024-07-13T03:20:49.283Z | Downloaded trust-dns-resolver v0.22.0 |
1011 | 2024-07-13T03:20:49.287Z | Downloaded samael v0.0.15 |
1012 | 2024-07-13T03:20:49.292Z | Downloaded zerocopy v0.6.6 |
1013 | 2024-07-13T03:20:49.294Z | Downloaded trust-dns-client v0.22.0 |
1014 | 2024-07-13T03:20:49.299Z | Downloaded unicode_categories v0.1.1 |
1015 | 2024-07-13T03:20:49.301Z | Downloaded unicode-segmentation v1.11.0 |
1016 | 2024-07-13T03:20:49.305Z | Downloaded itertools v0.10.5 |
1017 | 2024-07-13T03:20:49.309Z | Downloaded nom v7.1.3 |
1018 | 2024-07-13T03:20:49.315Z | Downloaded snafu v0.8.2 |
1019 | 2024-07-13T03:20:49.319Z | Downloaded salty v0.2.0 |
1020 | 2024-07-13T03:20:49.324Z | Downloaded float-cmp v0.9.0 |
1021 | 2024-07-13T03:20:49.327Z | Downloaded diff v0.1.13 |
1022 | 2024-07-13T03:20:49.330Z | Downloaded textwrap v0.16.1 |
1023 | 2024-07-13T03:20:49.333Z | Downloaded regex-automata v0.1.10 |
1024 | 2024-07-13T03:20:49.336Z | Downloaded crossterm v0.27.0 |
1025 | 2024-07-13T03:20:49.342Z | Downloaded sec1 v0.7.3 |
1026 | 2024-07-13T03:20:49.346Z | Downloaded indicatif v0.17.8 |
1027 | 2024-07-13T03:20:49.349Z | Downloaded md-5 v0.10.6 |
1028 | 2024-07-13T03:20:49.349Z | Downloaded foreign-types-macros v0.2.3 |
1029 | 2024-07-13T03:20:49.349Z | Downloaded thiserror-no-std v2.0.2 |
1030 | 2024-07-13T03:20:49.351Z | Downloaded rustls-pemfile v2.1.2 |
1031 | 2024-07-13T03:20:49.354Z | Downloaded subprocess v0.2.9 |
1032 | 2024-07-13T03:20:49.357Z | Downloaded group v0.13.0 |
1033 | 2024-07-13T03:20:49.357Z | Downloaded managed v0.8.0 |
1034 | 2024-07-13T03:20:49.357Z | Downloaded lru-cache v0.1.2 |
1035 | 2024-07-13T03:20:49.360Z | Downloaded utf-8 v0.7.6 |
1036 | 2024-07-13T03:20:49.360Z | Downloaded fastrand v2.1.0 |
1037 | 2024-07-13T03:20:49.362Z | Downloaded tracing-attributes v0.1.27 |
1038 | 2024-07-13T03:20:49.362Z | Downloaded stable_deref_trait v1.2.0 |
1039 | 2024-07-13T03:20:49.365Z | Downloaded nanorand v0.7.0 |
1040 | 2024-07-13T03:20:49.365Z | Downloaded slog-dtrace v0.3.0 |
1041 | 2024-07-13T03:20:49.368Z | Downloaded serde_derive_internals v0.29.1 |
1042 | 2024-07-13T03:20:49.368Z | Downloaded universal-hash v0.5.1 |
1043 | 2024-07-13T03:20:49.368Z | Downloaded same-file v1.0.6 |
1044 | 2024-07-13T03:20:49.371Z | Downloaded structmeta v0.3.0 |
1045 | 2024-07-13T03:20:49.371Z | Downloaded structmeta v0.2.0 |
1046 | 2024-07-13T03:20:49.373Z | Downloaded which v4.4.2 |
1047 | 2024-07-13T03:20:49.373Z | Downloaded indexmap v1.9.3 |
1048 | 2024-07-13T03:20:49.376Z | Downloaded kstat-rs v0.2.4 |
1049 | 2024-07-13T03:20:49.376Z | Downloaded tabwriter v1.4.0 |
1050 | 2024-07-13T03:20:49.379Z | Downloaded subtle v2.5.0 |
1051 | 2024-07-13T03:20:49.379Z | Downloaded serde_yaml v0.9.34+deprecated |
1052 | 2024-07-13T03:20:49.381Z | Downloaded unsafe-libyaml v0.2.11 |
1053 | 2024-07-13T03:20:49.384Z | Downloaded slog-stdlog v4.1.1 |
1054 | 2024-07-13T03:20:49.387Z | Downloaded serde_path_to_error v0.1.16 |
1055 | 2024-07-13T03:20:49.387Z | Downloaded tempfile v3.10.1 |
1056 | 2024-07-13T03:20:49.390Z | Downloaded test-strategy v0.3.1 |
1057 | 2024-07-13T03:20:49.393Z | Downloaded rand v0.8.5 |
1058 | 2024-07-13T03:20:49.395Z | Downloaded serde_with_macros v3.8.3 |
1059 | 2024-07-13T03:20:49.398Z | Downloaded walkdir v2.5.0 |
1060 | 2024-07-13T03:20:49.398Z | Downloaded toml v0.5.11 |
1061 | 2024-07-13T03:20:49.401Z | Downloaded num-bigint v0.4.5 |
1062 | 2024-07-13T03:20:49.404Z | Downloaded indoc v1.0.9 |
1063 | 2024-07-13T03:20:49.406Z | Downloaded humantime v2.1.0 |
1064 | 2024-07-13T03:20:49.409Z | Downloaded embedded-io v0.4.0 |
1065 | 2024-07-13T03:20:49.409Z | Downloaded unicode-truncate v1.0.0 |
1066 | 2024-07-13T03:20:49.413Z | Downloaded tap v1.0.1 |
1067 | 2024-07-13T03:20:49.413Z | Downloaded spki v0.7.3 |
1068 | 2024-07-13T03:20:49.415Z | Downloaded signature v2.2.0 |
1069 | 2024-07-13T03:20:49.415Z | Downloaded globset v0.4.14 |
1070 | 2024-07-13T03:20:49.415Z | Downloaded backtrace v0.3.71 |
1071 | 2024-07-13T03:20:49.419Z | Downloaded arc-swap v1.7.1 |
1072 | 2024-07-13T03:20:49.422Z | Downloaded unicode-xid v0.2.4 |
1073 | 2024-07-13T03:20:49.425Z | Downloaded tokio-tungstenite v0.21.0 |
1074 | 2024-07-13T03:20:49.428Z | Downloaded tokio-tungstenite v0.20.1 |
1075 | 2024-07-13T03:20:49.428Z | Downloaded semver v0.1.20 |
1076 | 2024-07-13T03:20:49.430Z | Downloaded sha1 v0.10.6 |
1077 | 2024-07-13T03:20:49.430Z | Downloaded oso v0.27.3 |
1078 | 2024-07-13T03:20:49.433Z | Downloaded chacha20poly1305 v0.10.1 |
1079 | 2024-07-13T03:20:49.436Z | Downloaded rustfmt-wrapper v0.2.1 |
1080 | 2024-07-13T03:20:49.436Z | Downloaded rustc_version v0.4.0 |
1081 | 2024-07-13T03:20:49.436Z | Downloaded rustc_version v0.1.7 |
1082 | 2024-07-13T03:20:49.438Z | Downloaded rustc-hash v1.1.0 |
1083 | 2024-07-13T03:20:49.438Z | Downloaded lru v0.12.3 |
1084 | 2024-07-13T03:20:49.441Z | Downloaded linked-hash-map v0.5.6 |
1085 | 2024-07-13T03:20:49.441Z | Downloaded linear-map v1.2.0 |
1086 | 2024-07-13T03:20:49.444Z | Downloaded home v0.5.9 |
1087 | 2024-07-13T03:20:49.444Z | Downloaded hex v0.4.3 |
1088 | 2024-07-13T03:20:49.447Z | Downloaded hyper-rustls v0.24.2 |
1089 | 2024-07-13T03:20:49.450Z | Downloaded ff v0.13.0 |
1090 | 2024-07-13T03:20:49.450Z | Downloaded zone v0.1.8 |
1091 | 2024-07-13T03:20:49.450Z | Downloaded matches v0.1.10 |
1092 | 2024-07-13T03:20:49.452Z | Downloaded highway v1.1.0 |
1093 | 2024-07-13T03:20:49.452Z | Downloaded rcgen v0.12.1 |
1094 | 2024-07-13T03:20:49.455Z | Downloaded darling_core v0.20.9 |
1095 | 2024-07-13T03:20:49.458Z | Downloaded crc-any v2.5.0 |
1096 | 2024-07-13T03:20:49.460Z | Downloaded base64 v0.13.1 |
1097 | 2024-07-13T03:20:49.463Z | Downloaded postcard v1.0.8 |
1098 | 2024-07-13T03:20:49.466Z | Downloaded supports-color v3.0.0 |
1099 | 2024-07-13T03:20:49.469Z | Downloaded serde-hex v0.1.0 |
1100 | 2024-07-13T03:20:49.469Z | Downloaded vsss-rs v3.3.4 |
1101 | 2024-07-13T03:20:49.472Z | Downloaded num-traits v0.2.19 |
1102 | 2024-07-13T03:20:49.474Z | Downloaded derive-where v1.2.7 |
1103 | 2024-07-13T03:20:49.477Z | Downloaded crossbeam-epoch v0.9.18 |
1104 | 2024-07-13T03:20:49.477Z | Downloaded newtype-uuid v1.1.0 |
1105 | 2024-07-13T03:20:49.480Z | Downloaded ron v0.7.1 |
1106 | 2024-07-13T03:20:49.483Z | Downloaded rand_chacha v0.3.1 |
1107 | 2024-07-13T03:20:49.486Z | Downloaded poly1305 v0.8.0 |
1108 | 2024-07-13T03:20:49.486Z | Downloaded fixedbitset v0.4.2 |
1109 | 2024-07-13T03:20:49.488Z | Downloaded const-oid v0.9.6 |
1110 | 2024-07-13T03:20:49.488Z | Downloaded compact_str v0.7.1 |
1111 | 2024-07-13T03:20:49.491Z | Downloaded bitfield v0.14.0 |
1112 | 2024-07-13T03:20:49.494Z | Downloaded ed25519 v1.5.3 |
1113 | 2024-07-13T03:20:49.494Z | Downloaded postgres-types v0.2.6 |
1114 | 2024-07-13T03:20:49.497Z | Downloaded console v0.15.8 |
1115 | 2024-07-13T03:20:49.499Z | Downloaded blake2 v0.10.6 |
1116 | 2024-07-13T03:20:49.502Z | Downloaded enum-as-inner v0.5.1 |
1117 | 2024-07-13T03:20:49.502Z | Downloaded difflib v0.4.0 |
1118 | 2024-07-13T03:20:49.504Z | Downloaded rand_xorshift v0.3.0 |
1119 | 2024-07-13T03:20:49.504Z | Downloaded phf_shared v0.11.2 |
1120 | 2024-07-13T03:20:49.504Z | Downloaded clang-sys v1.7.0 |
1121 | 2024-07-13T03:20:49.507Z | Downloaded paste v1.0.15 |
1122 | 2024-07-13T03:20:49.510Z | Downloaded parking_lot v0.11.2 |
1123 | 2024-07-13T03:20:49.512Z | Downloaded addr2line v0.21.0 |
1124 | 2024-07-13T03:20:49.515Z | Downloaded parse-display v0.9.1 |
1125 | 2024-07-13T03:20:49.515Z | Downloaded owo-colors v4.0.0 |
1126 | 2024-07-13T03:20:49.518Z | Downloaded rtoolbox v0.0.2 |
1127 | 2024-07-13T03:20:49.518Z | Downloaded ref-cast v1.0.23 |
1128 | 2024-07-13T03:20:49.521Z | Downloaded quick-error v1.2.3 |
1129 | 2024-07-13T03:20:49.521Z | Downloaded backoff v0.4.0 |
1130 | 2024-07-13T03:20:49.524Z | Downloaded derive_builder v0.20.0 |
1131 | 2024-07-13T03:20:49.526Z | Downloaded defmt-parser v0.3.4 |
1132 | 2024-07-13T03:20:49.529Z | Downloaded csv-core v0.1.11 |
1133 | 2024-07-13T03:20:49.529Z | Downloaded bzip2 v0.4.4 |
1134 | 2024-07-13T03:20:49.532Z | Downloaded arrayvec v0.7.4 |
1135 | 2024-07-13T03:20:49.532Z | Downloaded radium v0.7.0 |
1136 | 2024-07-13T03:20:49.534Z | Downloaded newline-converter v0.3.0 |
1137 | 2024-07-13T03:20:49.534Z | Downloaded argon2 v0.5.3 |
1138 | 2024-07-13T03:20:49.534Z | Downloaded ahash v0.8.11 |
1139 | 2024-07-13T03:20:49.537Z | Downloaded darling v0.20.9 |
1140 | 2024-07-13T03:20:49.540Z | Downloaded cookie_store v0.20.0 |
1141 | 2024-07-13T03:20:49.543Z | Downloaded cancel-safe-futures v0.1.5 |
1142 | 2024-07-13T03:20:49.545Z | Downloaded num-complex v0.4.6 |
1143 | 2024-07-13T03:20:49.549Z | Downloaded ciborium v0.2.2 |
1144 | 2024-07-13T03:20:49.549Z | Downloaded ascii v1.1.0 |
1145 | 2024-07-13T03:20:49.552Z | Downloaded const_format_proc_macros v0.2.32 |
1146 | 2024-07-13T03:20:49.555Z | Downloaded bit-vec v0.6.3 |
1147 | 2024-07-13T03:20:49.555Z | Downloaded num_enum_derive v0.5.11 |
1148 | 2024-07-13T03:20:49.555Z | Downloaded num-rational v0.4.2 |
1149 | 2024-07-13T03:20:49.557Z | Downloaded num-derive v0.4.2 |
1150 | 2024-07-13T03:20:49.557Z | Downloaded memoffset v0.9.1 |
1151 | 2024-07-13T03:20:49.560Z | Downloaded corncobs v0.1.3 |
1152 | 2024-07-13T03:20:49.560Z | Downloaded block-padding v0.3.3 |
1153 | 2024-07-13T03:20:49.560Z | Downloaded convert_case v0.4.0 |
1154 | 2024-07-13T03:20:49.560Z | Downloaded num-iter v0.1.45 |
1155 | 2024-07-13T03:20:49.563Z | Downloaded bit-set v0.5.3 |
1156 | 2024-07-13T03:20:49.563Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-07-13T03:20:49.565Z | Downloaded cassowary v0.3.0 |
1158 | 2024-07-13T03:20:49.568Z | Downloaded ring v0.17.8 |
1159 | 2024-07-13T03:20:49.630Z | Downloaded bitflags v1.3.2 |
1160 | 2024-07-13T03:20:49.633Z | Downloaded array-init v0.0.4 |
1161 | 2024-07-13T03:20:49.635Z | Downloaded packed_struct v0.10.1 |
1162 | 2024-07-13T03:20:49.635Z | Downloaded crossbeam-deque v0.8.5 |
1163 | 2024-07-13T03:20:49.635Z | Downloaded proc-macro-crate v1.3.1 |
1164 | 2024-07-13T03:20:49.638Z | Downloaded num v0.4.3 |
1165 | 2024-07-13T03:20:49.638Z | Downloaded cexpr v0.6.0 |
1166 | 2024-07-13T03:20:49.641Z | Downloaded predicates-tree v1.0.9 |
1167 | 2024-07-13T03:20:49.641Z | Downloaded bitfield-struct v0.6.1 |
1168 | 2024-07-13T03:20:49.641Z | Downloaded async-trait v0.1.81 |
1169 | 2024-07-13T03:20:49.644Z | Downloaded num_enum v0.5.11 |
1170 | 2024-07-13T03:20:49.648Z | Downloaded num-integer v0.1.46 |
1171 | 2024-07-13T03:20:49.651Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2024-07-13T03:20:49.651Z | Downloaded castaway v0.2.2 |
1173 | 2024-07-13T03:20:49.667Z | Downloaded ring v0.16.20 |
1174 | 2024-07-13T03:20:49.867Z | Compiling proc-macro2 v1.0.86 |
1175 | 2024-07-13T03:20:49.868Z | Compiling unicode-ident v1.0.12 |
1176 | 2024-07-13T03:20:49.868Z | Compiling libc v0.2.155 |
1177 | 2024-07-13T03:20:49.870Z | Compiling serde v1.0.204 |
1178 | 2024-07-13T03:20:49.870Z | Compiling autocfg v1.3.0 |
1179 | 2024-07-13T03:20:49.871Z | Compiling version_check v0.9.4 |
1180 | 2024-07-13T03:20:49.871Z | Compiling cfg-if v1.0.0 |
1181 | 2024-07-13T03:20:50.121Z | Compiling cc v1.0.97 |
1182 | 2024-07-13T03:20:50.138Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-07-13T03:20:50.454Z | Compiling once_cell v1.19.0 |
1184 | 2024-07-13T03:20:50.560Z | Compiling serde_json v1.0.120 |
1185 | 2024-07-13T03:20:50.596Z | Compiling ahash v0.8.11 |
1186 | 2024-07-13T03:20:50.744Z | Compiling lock_api v0.4.12 |
1187 | 2024-07-13T03:20:50.816Z | Compiling libm v0.2.8 |
1188 | 2024-07-13T03:20:50.850Z | Compiling byteorder v1.5.0 |
1189 | 2024-07-13T03:20:50.879Z | Compiling num-traits v0.2.19 |
1190 | 2024-07-13T03:20:51.018Z | Compiling memchr v2.7.2 |
1191 | 2024-07-13T03:20:51.142Z | Compiling scopeguard v1.2.0 |
1192 | 2024-07-13T03:20:51.242Z | Compiling thiserror v1.0.60 |
1193 | 2024-07-13T03:20:51.258Z | Compiling typenum v1.17.0 |
1194 | 2024-07-13T03:20:51.718Z | Compiling quote v1.0.36 |
1195 | 2024-07-13T03:20:51.827Z | Compiling getrandom v0.2.14 |
1196 | 2024-07-13T03:20:52.117Z | Compiling syn v2.0.68 |
1197 | 2024-07-13T03:20:52.141Z | Compiling itoa v1.0.11 |
1198 | 2024-07-13T03:20:52.656Z | Compiling log v0.4.21 |
1199 | 2024-07-13T03:20:52.661Z | Compiling generic-array v0.14.7 |
1200 | 2024-07-13T03:20:52.759Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-07-13T03:20:52.847Z | Compiling slab v0.4.9 |
1202 | 2024-07-13T03:20:52.918Z | Compiling ryu v1.0.18 |
1203 | 2024-07-13T03:20:52.948Z | Compiling ring v0.17.8 |
1204 | 2024-07-13T03:20:53.146Z | Compiling smallvec v1.13.2 |
1205 | 2024-07-13T03:20:53.180Z | Compiling schemars v0.8.21 |
1206 | 2024-07-13T03:20:53.197Z | Compiling semver v1.0.23 |
1207 | 2024-07-13T03:20:53.553Z | Compiling pin-project-lite v0.2.14 |
1208 | 2024-07-13T03:20:53.752Z | Compiling equivalent v1.0.1 |
1209 | 2024-07-13T03:20:53.806Z | Compiling spin v0.9.8 |
1210 | 2024-07-13T03:20:53.967Z | Compiling pkg-config v0.3.30 |
1211 | 2024-07-13T03:20:54.023Z | Compiling parking_lot v0.12.2 |
1212 | 2024-07-13T03:20:54.084Z | Compiling vcpkg v0.2.15 |
1213 | 2024-07-13T03:20:54.545Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-07-13T03:20:55.488Z | Compiling syn v1.0.109 |
1215 | 2024-07-13T03:20:55.871Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-07-13T03:20:56.087Z | Compiling mio v0.8.11 |
1217 | 2024-07-13T03:20:56.544Z | Compiling rand_core v0.6.4 |
1218 | 2024-07-13T03:20:56.765Z | Compiling socket2 v0.5.7 |
1219 | 2024-07-13T03:20:56.936Z | Compiling num_cpus v1.16.0 |
1220 | 2024-07-13T03:20:57.064Z | Compiling num-conv v0.1.0 |
1221 | 2024-07-13T03:20:57.257Z | Compiling time-core v0.1.2 |
1222 | 2024-07-13T03:20:57.416Z | Compiling time-macros v0.2.18 |
1223 | 2024-07-13T03:20:57.833Z | Compiling httparse v1.8.0 |
1224 | 2024-07-13T03:20:57.976Z | Compiling heck v0.5.0 |
1225 | 2024-07-13T03:20:58.398Z | Compiling futures-core v0.3.30 |
1226 | 2024-07-13T03:20:58.654Z | Compiling fnv v1.0.7 |
1227 | 2024-07-13T03:20:58.730Z | Compiling openssl v0.10.64 |
1228 | 2024-07-13T03:20:59.117Z | Compiling rustix v0.38.34 |
1229 | 2024-07-13T03:20:59.194Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-07-13T03:20:59.516Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-07-13T03:20:59.764Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-07-13T03:21:00.080Z | Compiling rustls v0.21.12 |
1233 | 2024-07-13T03:21:00.215Z | Compiling native-tls v0.2.11 |
1234 | 2024-07-13T03:21:00.288Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-07-13T03:21:00.378Z | Compiling tinyvec v1.6.0 |
1236 | 2024-07-13T03:21:00.572Z | Compiling futures-sink v0.3.30 |
1237 | 2024-07-13T03:21:00.725Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-07-13T03:21:01.147Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-13T03:21:01.301Z | Compiling subtle v2.5.0 |
1240 | 2024-07-13T03:21:01.606Z | Compiling unicode-normalization v0.1.23 |
1241 | 2024-07-13T03:21:01.759Z | Compiling backtrace v0.3.71 |
1242 | 2024-07-13T03:21:01.950Z | Compiling cookie v0.17.0 |
1243 | 2024-07-13T03:21:02.135Z | Compiling dyn-clone v1.0.17 |
1244 | 2024-07-13T03:21:02.216Z | Compiling slog v2.7.0 |
1245 | 2024-07-13T03:21:02.486Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-07-13T03:21:02.816Z | Compiling futures-channel v0.3.30 |
1247 | 2024-07-13T03:21:02.970Z | Compiling futures-io v0.3.30 |
1248 | 2024-07-13T03:21:03.085Z | Compiling futures-task v0.3.30 |
1249 | 2024-07-13T03:21:03.279Z | Compiling pin-utils v0.1.0 |
1250 | 2024-07-13T03:21:03.716Z | Compiling aho-corasick v1.1.3 |
1251 | 2024-07-13T03:21:04.035Z | Compiling anyhow v1.0.86 |
1252 | 2024-07-13T03:21:04.117Z | Compiling winnow v0.5.40 |
1253 | 2024-07-13T03:21:04.535Z | Compiling untrusted v0.9.0 |
1254 | 2024-07-13T03:21:05.090Z | Compiling regex-syntax v0.8.3 |
1255 | 2024-07-13T03:21:05.421Z | Compiling serde_derive v1.0.204 |
1256 | 2024-07-13T03:21:05.966Z | Compiling zerocopy-derive v0.7.34 |
1257 | 2024-07-13T03:21:06.343Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-07-13T03:21:07.801Z | Compiling thiserror-impl v1.0.60 |
1259 | 2024-07-13T03:21:07.941Z | Compiling tokio-macros v2.3.0 |
1260 | 2024-07-13T03:21:07.959Z | Compiling zerocopy v0.7.34 |
1261 | 2024-07-13T03:21:08.149Z | Compiling futures-macro v0.3.30 |
1262 | 2024-07-13T03:21:08.862Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-07-13T03:21:10.027Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-07-13T03:21:10.177Z | Compiling hashbrown v0.14.5 |
1265 | 2024-07-13T03:21:10.694Z | Compiling zeroize v1.7.0 |
1266 | 2024-07-13T03:21:11.369Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-07-13T03:21:11.840Z | Compiling scroll_derive v0.12.0 |
1268 | 2024-07-13T03:21:12.053Z | Compiling pest v2.7.10 |
1269 | 2024-07-13T03:21:12.451Z | Compiling crypto-common v0.1.6 |
1270 | 2024-07-13T03:21:12.627Z | Compiling futures-util v0.3.30 |
1271 | 2024-07-13T03:21:13.019Z | Compiling der_derive v0.7.2 |
1272 | 2024-07-13T03:21:13.361Z | Compiling block-buffer v0.10.4 |
1273 | 2024-07-13T03:21:13.583Z | Compiling regex-automata v0.4.6 |
1274 | 2024-07-13T03:21:14.834Z | Compiling pest_meta v2.7.10 |
1275 | 2024-07-13T03:21:15.491Z | Compiling tracing-core v0.1.32 |
1276 | 2024-07-13T03:21:17.891Z | Compiling pest_generator v2.7.10 |
1277 | 2024-07-13T03:21:18.909Z | Compiling bytes v1.6.0 |
1278 | 2024-07-13T03:21:19.682Z | Compiling indexmap v2.2.6 |
1279 | 2024-07-13T03:21:20.107Z | Compiling bitflags v2.5.0 |
1280 | 2024-07-13T03:21:20.398Z | Compiling tokio v1.38.0 |
1281 | 2024-07-13T03:21:20.711Z | Compiling uuid v1.9.1 |
1282 | 2024-07-13T03:21:21.105Z | Compiling chrono v0.4.38 |
1283 | 2024-07-13T03:21:21.855Z | Compiling serde_tokenstream v0.2.1 |
1284 | 2024-07-13T03:21:22.845Z | Compiling serde_spanned v0.6.6 |
1285 | 2024-07-13T03:21:23.056Z | Compiling toml_datetime v0.6.6 |
1286 | 2024-07-13T03:21:23.521Z | Compiling http v0.2.12 |
1287 | 2024-07-13T03:21:24.873Z | Compiling toml_edit v0.19.15 |
1288 | 2024-07-13T03:21:25.828Z | Compiling rustc_version v0.4.0 |
1289 | 2024-07-13T03:21:26.450Z | Compiling pest_derive v2.7.10 |
1290 | 2024-07-13T03:21:26.477Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-07-13T03:21:26.792Z | Compiling rustversion v1.0.17 |
1292 | 2024-07-13T03:21:27.189Z | Compiling powerfmt v0.2.0 |
1293 | 2024-07-13T03:21:27.478Z | Compiling deranged v0.3.11 |
1294 | 2024-07-13T03:21:27.563Z | Compiling heapless v0.7.17 |
1295 | 2024-07-13T03:21:27.683Z | Compiling tracing v0.1.40 |
1296 | 2024-07-13T03:21:27.976Z | Compiling digest v0.10.7 |
1297 | 2024-07-13T03:21:28.447Z | Compiling scroll v0.12.0 |
1298 | 2024-07-13T03:21:29.014Z | Compiling ppv-lite86 v0.2.17 |
1299 | 2024-07-13T03:21:29.738Z | Compiling percent-encoding v2.3.1 |
1300 | 2024-07-13T03:21:29.772Z | Compiling plain v0.2.3 |
1301 | 2024-07-13T03:21:29.918Z | Compiling heck v0.4.1 |
1302 | 2024-07-13T03:21:29.931Z | Compiling num_threads v0.1.7 |
1303 | 2024-07-13T03:21:30.056Z | Compiling signal-hook v0.3.17 |
1304 | 2024-07-13T03:21:30.331Z | Compiling goblin v0.8.2 |
1305 | 2024-07-13T03:21:30.451Z | Compiling time v0.3.36 |
1306 | 2024-07-13T03:21:30.643Z | Compiling rand_chacha v0.3.1 |
1307 | 2024-07-13T03:21:31.933Z | Compiling regex v1.10.5 |
1308 | 2024-07-13T03:21:33.317Z | Compiling strsim v0.11.1 |
1309 | 2024-07-13T03:21:34.106Z | Compiling pretty-hex v0.4.1 |
1310 | 2024-07-13T03:21:34.314Z | Compiling crc32fast v1.4.0 |
1311 | 2024-07-13T03:21:34.865Z | Compiling rand v0.8.5 |
1312 | 2024-07-13T03:21:35.795Z | Compiling tokio-util v0.7.11 |
1313 | 2024-07-13T03:21:36.110Z | Compiling dof v0.3.0 |
1314 | 2024-07-13T03:21:36.495Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-07-13T03:21:37.518Z | Compiling async-trait v0.1.81 |
1316 | 2024-07-13T03:21:38.005Z | Compiling thread-id v4.2.1 |
1317 | 2024-07-13T03:21:38.284Z | Compiling base64ct v1.6.0 |
1318 | 2024-07-13T03:21:38.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1319 | 2024-07-13T03:21:38.606Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-07-13T03:21:38.714Z | Compiling unicode-width v0.1.13 |
1321 | 2024-07-13T03:21:38.879Z | Compiling smoltcp v0.9.1 |
1322 | 2024-07-13T03:21:38.926Z | Compiling pem-rfc7468 v0.7.0 |
1323 | 2024-07-13T03:21:39.024Z | Compiling foreign-types v0.3.2 |
1324 | 2024-07-13T03:21:40.426Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-07-13T03:21:40.867Z | Compiling hmac v0.12.1 |
1326 | 2024-07-13T03:21:41.145Z | Compiling try-lock v0.2.5 |
1327 | 2024-07-13T03:21:41.253Z | Compiling flagset v0.4.5 |
1328 | 2024-07-13T03:21:41.300Z | Compiling base64 v0.21.7 |
1329 | 2024-07-13T03:21:41.370Z | Compiling siphasher v0.3.11 |
1330 | 2024-07-13T03:21:41.445Z | Compiling adler v1.0.2 |
1331 | 2024-07-13T03:21:41.742Z | Compiling miniz_oxide v0.7.2 |
1332 | 2024-07-13T03:21:41.759Z | Compiling der v0.7.9 |
1333 | 2024-07-13T03:21:41.762Z | Compiling want v0.3.1 |
1334 | 2024-07-13T03:21:43.951Z | Compiling h2 v0.3.26 |
1335 | 2024-07-13T03:21:44.112Z | Compiling sct v0.7.1 |
1336 | 2024-07-13T03:21:44.416Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-07-13T03:21:45.043Z | Compiling http-body v0.4.6 |
1338 | 2024-07-13T03:21:46.069Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-07-13T03:21:46.088Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-07-13T03:21:46.951Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-07-13T03:21:47.003Z | Compiling idna v0.5.0 |
1342 | 2024-07-13T03:21:47.305Z | Compiling lazy_static v1.5.0 |
1343 | 2024-07-13T03:21:47.367Z | Compiling errno v0.3.9 |
1344 | 2024-07-13T03:21:47.594Z | Compiling fs-err v2.11.0 |
1345 | 2024-07-13T03:21:47.695Z | Compiling stable_deref_trait v1.2.0 |
1346 | 2024-07-13T03:21:47.875Z | Compiling gimli v0.28.1 |
1347 | 2024-07-13T03:21:48.421Z | Compiling httpdate v1.0.3 |
1348 | 2024-07-13T03:21:48.653Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-07-13T03:21:48.867Z | Compiling finl_unicode v1.2.0 |
1350 | 2024-07-13T03:21:48.943Z | Compiling utf8parse v0.2.1 |
1351 | 2024-07-13T03:21:49.059Z | Compiling tower-service v0.3.2 |
1352 | 2024-07-13T03:21:49.099Z | Compiling anstyle v1.0.7 |
1353 | 2024-07-13T03:21:49.180Z | Compiling cpufeatures v0.2.12 |
1354 | 2024-07-13T03:21:49.655Z | Compiling stringprep v0.1.4 |
1355 | 2024-07-13T03:21:50.226Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-13T03:21:50.248Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-07-13T03:21:50.670Z | Compiling url v2.5.0 |
1358 | 2024-07-13T03:21:51.576Z | Compiling hyper v0.14.28 |
1359 | 2024-07-13T03:21:52.353Z | Compiling addr2line v0.21.0 |
1360 | 2024-07-13T03:21:54.433Z | Compiling spki v0.7.3 |
1361 | 2024-07-13T03:21:54.804Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-07-13T03:21:55.571Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-07-13T03:21:56.266Z | Compiling md-5 v0.10.6 |
1364 | 2024-07-13T03:22:00.441Z | Compiling idna v0.3.0 |
1365 | 2024-07-13T03:22:01.098Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-07-13T03:22:01.117Z | Compiling num-integer v0.1.46 |
1367 | 2024-07-13T03:22:01.822Z | Compiling object v0.32.2 |
1368 | 2024-07-13T03:22:01.833Z | Compiling hash32 v0.2.1 |
1369 | 2024-07-13T03:22:02.204Z | Compiling is_terminal_polyfill v1.70.0 |
1370 | 2024-07-13T03:22:02.302Z | Compiling psl-types v2.0.11 |
1371 | 2024-07-13T03:22:02.483Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-07-13T03:22:04.727Z | Compiling colorchoice v1.0.1 |
1373 | 2024-07-13T03:22:04.886Z | Compiling anstyle-query v1.0.3 |
1374 | 2024-07-13T03:22:05.031Z | Compiling fallible-iterator v0.2.0 |
1375 | 2024-07-13T03:22:07.222Z | Compiling postgres-protocol v0.6.6 |
1376 | 2024-07-13T03:22:07.711Z | Compiling anstream v0.6.14 |
1377 | 2024-07-13T03:22:08.476Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-07-13T03:22:10.289Z | Compiling diesel_derives v2.1.4 |
1379 | 2024-07-13T03:22:11.356Z | Compiling tokio-rustls v0.24.1 |
1380 | 2024-07-13T03:22:16.722Z | Compiling pkcs8 v0.10.2 |
1381 | 2024-07-13T03:22:17.179Z | Compiling terminal_size v0.3.0 |
1382 | 2024-07-13T03:22:17.376Z | Compiling tokio-native-tls v0.3.1 |
1383 | 2024-07-13T03:22:17.709Z | Compiling phf_shared v0.11.2 |
1384 | 2024-07-13T03:22:18.705Z | Compiling strum_macros v0.25.3 |
1385 | 2024-07-13T03:22:19.151Z | Compiling enum-as-inner v0.5.1 |
1386 | 2024-07-13T03:22:20.069Z | Compiling block-padding v0.3.3 |
1387 | 2024-07-13T03:22:20.123Z | Compiling regress v0.9.1 |
1388 | 2024-07-13T03:22:20.299Z | Compiling clap_derive v4.5.4 |
1389 | 2024-07-13T03:22:21.427Z | Compiling serde_repr v0.1.19 |
1390 | 2024-07-13T03:22:22.560Z | Compiling ff v0.13.0 |
1391 | 2024-07-13T03:22:22.610Z | Compiling scheduled-thread-pool v0.2.7 |
1392 | 2024-07-13T03:22:23.147Z | Compiling encoding_rs v0.8.34 |
1393 | 2024-07-13T03:22:24.917Z | Compiling bitflags v1.3.2 |
1394 | 2024-07-13T03:22:25.044Z | Compiling managed v0.8.0 |
1395 | 2024-07-13T03:22:25.757Z | Compiling ipnet v2.9.0 |
1396 | 2024-07-13T03:22:25.777Z | Compiling base16ct v0.2.0 |
1397 | 2024-07-13T03:22:25.855Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-13T03:22:26.083Z | Compiling regex-automata v0.1.10 |
1399 | 2024-07-13T03:22:26.269Z | Compiling mime v0.3.17 |
1400 | 2024-07-13T03:22:26.658Z | Compiling either v1.12.0 |
1401 | 2024-07-13T03:22:27.435Z | Compiling matches v0.1.10 |
1402 | 2024-07-13T03:22:27.441Z | Compiling clap_lex v0.7.0 |
1403 | 2024-07-13T03:22:27.441Z | Compiling idna v0.2.3 |
1404 | 2024-07-13T03:22:27.827Z | Compiling clap_builder v4.5.2 |
1405 | 2024-07-13T03:22:28.833Z | Compiling bstr v0.2.17 |
1406 | 2024-07-13T03:22:30.117Z | Compiling sec1 v0.7.3 |
1407 | 2024-07-13T03:22:30.506Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-07-13T03:22:30.666Z | Compiling r2d2 v0.8.10 |
1409 | 2024-07-13T03:22:31.039Z | Compiling group v0.13.0 |
1410 | 2024-07-13T03:22:33.804Z | Compiling inout v0.1.3 |
1411 | 2024-07-13T03:22:34.355Z | Compiling phf v0.11.2 |
1412 | 2024-07-13T03:22:34.381Z | Compiling hyper-tls v0.5.0 |
1413 | 2024-07-13T03:22:34.632Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-07-13T03:22:34.789Z | Compiling hyper-rustls v0.24.2 |
1415 | 2024-07-13T03:22:35.136Z | Compiling cookie_store v0.20.0 |
1416 | 2024-07-13T03:22:35.339Z | Compiling postgres-types v0.2.6 |
1417 | 2024-07-13T03:22:35.429Z | Compiling num-bigint v0.4.5 |
1418 | 2024-07-13T03:22:35.476Z | Compiling zerocopy v0.6.6 |
1419 | 2024-07-13T03:22:36.478Z | Compiling hubpack v0.1.2 |
1420 | 2024-07-13T03:22:36.495Z | Compiling rustls-pemfile v1.0.4 |
1421 | 2024-07-13T03:22:36.738Z | Compiling phf_shared v0.10.0 |
1422 | 2024-07-13T03:22:36.892Z | Compiling hkdf v0.12.4 |
1423 | 2024-07-13T03:22:36.945Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-07-13T03:22:37.141Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-07-13T03:22:37.561Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-07-13T03:22:38.439Z | Compiling futures-executor v0.3.30 |
1427 | 2024-07-13T03:22:38.644Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-07-13T03:22:39.071Z | Compiling float-cmp v0.9.0 |
1429 | 2024-07-13T03:22:39.074Z | Compiling memmap v0.7.0 |
1430 | 2024-07-13T03:22:39.304Z | Compiling data-encoding v2.6.0 |
1431 | 2024-07-13T03:22:39.388Z | Compiling new_debug_unreachable v1.0.6 |
1432 | 2024-07-13T03:22:39.492Z | Compiling precomputed-hash v0.1.1 |
1433 | 2024-07-13T03:22:39.612Z | Compiling static_assertions v1.1.0 |
1434 | 2024-07-13T03:22:39.717Z | Compiling webpki-roots v0.25.4 |
1435 | 2024-07-13T03:22:39.877Z | Compiling whoami v1.5.1 |
1436 | 2024-07-13T03:22:40.987Z | Compiling difflib v0.4.0 |
1437 | 2024-07-13T03:22:41.157Z | Compiling fixedbitset v0.4.2 |
1438 | 2024-07-13T03:22:41.557Z | Compiling normalize-line-endings v0.3.0 |
1439 | 2024-07-13T03:22:41.695Z | Compiling unicode-segmentation v1.11.0 |
1440 | 2024-07-13T03:22:42.051Z | Compiling predicates-core v1.0.6 |
1441 | 2024-07-13T03:22:42.293Z | Compiling minimal-lexical v0.2.1 |
1442 | 2024-07-13T03:22:42.480Z | Compiling sync_wrapper v0.1.2 |
1443 | 2024-07-13T03:22:42.485Z | Compiling winnow v0.6.8 |
1444 | 2024-07-13T03:22:42.696Z | Compiling nom v7.1.3 |
1445 | 2024-07-13T03:22:42.799Z | Compiling similar v2.5.0 |
1446 | 2024-07-13T03:22:43.131Z | Compiling reqwest v0.11.27 |
1447 | 2024-07-13T03:22:43.341Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1448 | 2024-07-13T03:22:44.389Z | Compiling predicates v3.1.0 |
1449 | 2024-07-13T03:22:44.995Z | Compiling petgraph v0.6.5 |
1450 | 2024-07-13T03:22:45.937Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-07-13T03:22:46.247Z | Compiling toml_edit v0.22.14 |
1452 | 2024-07-13T03:22:46.656Z | Compiling tokio-postgres v0.7.10 |
1453 | 2024-07-13T03:22:47.340Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-07-13T03:22:48.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1455 | 2024-07-13T03:22:49.025Z | Compiling string_cache v0.8.7 |
1456 | 2024-07-13T03:22:49.464Z | Compiling usdt v0.5.0 |
1457 | 2024-07-13T03:22:51.322Z | Compiling futures v0.3.30 |
1458 | 2024-07-13T03:22:51.443Z | Compiling yasna v0.5.2 |
1459 | 2024-07-13T03:22:51.491Z | Compiling diesel v2.1.6 |
1460 | 2024-07-13T03:22:53.070Z | Compiling crossterm v0.27.0 |
1461 | 2024-07-13T03:22:53.143Z | Compiling flate2 v1.0.30 |
1462 | 2024-07-13T03:22:53.383Z | Compiling cipher v0.4.4 |
1463 | 2024-07-13T03:22:54.049Z | Compiling clap v4.5.4 |
1464 | 2024-07-13T03:22:54.174Z | Compiling itertools v0.12.1 |
1465 | 2024-07-13T03:22:54.397Z | Compiling itertools v0.10.5 |
1466 | 2024-07-13T03:22:54.538Z | Compiling bit-set v0.5.3 |
1467 | 2024-07-13T03:22:55.031Z | Compiling num-iter v0.1.45 |
1468 | 2024-07-13T03:22:55.833Z | Compiling console v0.15.8 |
1469 | 2024-07-13T03:22:56.232Z | Compiling tokio-stream v0.1.15 |
1470 | 2024-07-13T03:22:56.424Z | Compiling toml v0.7.8 |
1471 | 2024-07-13T03:22:57.136Z | Compiling bstr v1.9.1 |
1472 | 2024-07-13T03:22:57.170Z | Compiling hex v0.4.3 |
1473 | 2024-07-13T03:22:57.840Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-07-13T03:22:57.927Z | Compiling unicode-xid v0.2.4 |
1475 | 2024-07-13T03:22:57.965Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-07-13T03:22:57.965Z | Compiling camino v1.1.7 |
1477 | 2024-07-13T03:22:58.604Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-07-13T03:22:59.661Z | Compiling heapless v0.8.0 |
1479 | 2024-07-13T03:23:00.589Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-07-13T03:23:07.773Z | Compiling hash32 v0.3.1 |
1481 | 2024-07-13T03:23:08.304Z | Compiling rustls-pki-types v1.7.0 |
1482 | 2024-07-13T03:23:09.314Z | Compiling smoltcp v0.11.0 |
1483 | 2024-07-13T03:23:09.720Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2024-07-13T03:23:10.608Z | Compiling ident_case v1.0.1 |
1485 | 2024-07-13T03:23:12.064Z | Compiling darling_core v0.20.9 |
1486 | 2024-07-13T03:23:23.632Z | Compiling num_enum v0.5.11 |
1487 | 2024-07-13T03:23:24.124Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1488 | 2024-07-13T03:23:24.403Z | Compiling getopts v0.2.21 |
1489 | 2024-07-13T03:23:26.004Z | Compiling dirs-sys-next v0.1.2 |
1490 | 2024-07-13T03:23:26.112Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-07-13T03:23:26.796Z | Compiling embedded-io v0.4.0 |
1492 | 2024-07-13T03:23:27.113Z | Compiling paste v1.0.15 |
1493 | 2024-07-13T03:23:27.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-07-13T03:23:27.607Z | Compiling cobs v0.2.3 |
1495 | 2024-07-13T03:23:27.813Z | Compiling rustls v0.22.4 |
1496 | 2024-07-13T03:23:27.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1497 | 2024-07-13T03:23:28.082Z | Compiling unsafe-libyaml v0.2.11 |
1498 | 2024-07-13T03:23:29.933Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-07-13T03:23:30.909Z | Compiling postcard v1.0.8 |
1500 | 2024-07-13T03:23:31.923Z | Compiling dirs-next v2.0.0 |
1501 | 2024-07-13T03:23:33.914Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1502 | 2024-07-13T03:23:36.072Z | Compiling darling_macro v0.20.9 |
1503 | 2024-07-13T03:23:38.698Z | Compiling rustls-webpki v0.102.4 |
1504 | 2024-07-13T03:23:46.997Z | Compiling strum_macros v0.26.4 |
1505 | 2024-07-13T03:23:46.997Z | Compiling foreign-types-macros v0.2.3 |
1506 | 2024-07-13T03:23:46.997Z | Compiling structmeta-derive v0.3.0 |
1507 | 2024-07-13T03:23:47.264Z | Compiling thread_local v1.1.8 |
1508 | 2024-07-13T03:23:47.380Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-07-13T03:23:47.666Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1510 | 2024-07-13T03:23:47.954Z | Compiling multer v3.1.0 |
1511 | 2024-07-13T03:23:47.995Z | Compiling foreign-types-shared v0.3.1 |
1512 | 2024-07-13T03:23:48.376Z | Compiling slog-async v2.8.0 |
1513 | 2024-07-13T03:23:48.778Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1514 | 2024-07-13T03:23:48.965Z | Compiling match_cfg v0.1.0 |
1515 | 2024-07-13T03:23:50.003Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1516 | 2024-07-13T03:23:50.157Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1517 | 2024-07-13T03:23:55.812Z | Compiling strum v0.26.2 |
1518 | 2024-07-13T03:23:56.033Z | Compiling hostname v0.3.1 |
1519 | 2024-07-13T03:23:57.122Z | Compiling structmeta v0.3.0 |
1520 | 2024-07-13T03:23:57.697Z | Compiling foreign-types v0.5.0 |
1521 | 2024-07-13T03:24:00.805Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-07-13T03:24:04.424Z | Compiling darling v0.20.9 |
1523 | 2024-07-13T03:24:04.985Z | Compiling term v0.7.0 |
1524 | 2024-07-13T03:24:11.945Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-07-13T03:24:13.501Z | Compiling slog-json v2.6.1 |
1526 | 2024-07-13T03:24:14.026Z | Compiling tabwriter v1.4.0 |
1527 | 2024-07-13T03:24:14.834Z | Compiling crossbeam-channel v0.5.12 |
1528 | 2024-07-13T03:24:16.549Z | Compiling http v1.1.0 |
1529 | 2024-07-13T03:24:16.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1530 | 2024-07-13T03:24:16.789Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1531 | 2024-07-13T03:24:17.117Z | Compiling async-stream-impl v0.3.5 |
1532 | 2024-07-13T03:24:17.384Z | Compiling cstr-argument v0.1.2 |
1533 | 2024-07-13T03:24:17.652Z | Compiling is-terminal v0.4.12 |
1534 | 2024-07-13T03:24:17.655Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1535 | 2024-07-13T03:24:17.788Z | Compiling base64 v0.22.1 |
1536 | 2024-07-13T03:24:17.946Z | Compiling rayon-core v1.12.1 |
1537 | 2024-07-13T03:24:18.221Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-13T03:24:18.378Z | Compiling crucible-workspace-hack v0.1.0 |
1539 | 2024-07-13T03:24:18.676Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1540 | 2024-07-13T03:24:18.900Z | Compiling atomic-waker v1.1.2 |
1541 | 2024-07-13T03:24:18.960Z | Compiling take_mut v0.2.2 |
1542 | 2024-07-13T03:24:19.002Z | Compiling pretty-hex v0.2.1 |
1543 | 2024-07-13T03:24:19.232Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2024-07-13T03:24:19.522Z | Compiling waitgroup v0.1.2 |
1545 | 2024-07-13T03:24:19.715Z | Compiling tempfile v3.10.1 |
1546 | 2024-07-13T03:24:19.767Z | Compiling async-stream v0.3.5 |
1547 | 2024-07-13T03:24:19.996Z | Compiling rustls-pemfile v2.1.2 |
1548 | 2024-07-13T03:24:20.830Z | Compiling slog-term v2.9.1 |
1549 | 2024-07-13T03:24:21.467Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1550 | 2024-07-13T03:24:21.730Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-07-13T03:24:21.970Z | Compiling slog-bunyan v2.5.0 |
1552 | 2024-07-13T03:24:22.339Z | Compiling tokio-rustls v0.25.0 |
1553 | 2024-07-13T03:24:22.377Z | Compiling serde_with_macros v3.8.3 |
1554 | 2024-07-13T03:24:22.815Z | Compiling parse-display-derive v0.9.1 |
1555 | 2024-07-13T03:24:22.869Z | Compiling toml v0.8.14 |
1556 | 2024-07-13T03:24:22.901Z | Compiling sha1 v0.10.6 |
1557 | 2024-07-13T03:24:23.682Z | Compiling crossbeam-deque v0.8.5 |
1558 | 2024-07-13T03:24:23.730Z | Compiling colored v2.1.0 |
1559 | 2024-07-13T03:24:24.061Z | Compiling newtype-uuid v1.1.0 |
1560 | 2024-07-13T03:24:24.409Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1561 | 2024-07-13T03:24:25.031Z | Compiling serde_path_to_error v0.1.16 |
1562 | 2024-07-13T03:24:25.178Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1563 | 2024-07-13T03:24:25.918Z | Compiling hostname v0.4.0 |
1564 | 2024-07-13T03:24:26.146Z | Compiling socket2 v0.4.10 |
1565 | 2024-07-13T03:24:26.187Z | Compiling instant v0.1.12 |
1566 | 2024-07-13T03:24:26.360Z | Compiling debug-ignore v1.0.5 |
1567 | 2024-07-13T03:24:26.517Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1568 | 2024-07-13T03:24:26.924Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1569 | 2024-07-13T03:24:27.008Z | Compiling parse-display v0.9.1 |
1570 | 2024-07-13T03:24:28.926Z | Compiling backoff v0.4.0 |
1571 | 2024-07-13T03:24:29.285Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1572 | 2024-07-13T03:24:29.501Z | Compiling serde_with v3.8.3 |
1573 | 2024-07-13T03:24:29.861Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1574 | 2024-07-13T03:24:30.355Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1575 | 2024-07-13T03:24:31.728Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1576 | 2024-07-13T03:24:32.429Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1577 | 2024-07-13T03:24:32.791Z | Compiling camino-tempfile v1.1.1 |
1578 | 2024-07-13T03:24:33.701Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1579 | 2024-07-13T03:24:33.804Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-07-13T03:24:33.916Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1581 | 2024-07-13T03:24:34.034Z | Compiling macaddr v1.0.1 |
1582 | 2024-07-13T03:24:34.201Z | Compiling num-derive v0.4.2 |
1583 | 2024-07-13T03:24:34.655Z | Compiling sigpipe v0.1.3 |
1584 | 2024-07-13T03:24:34.796Z | Compiling libefi-sys v0.1.0 |
1585 | 2024-07-13T03:24:35.095Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1586 | 2024-07-13T03:24:35.663Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1587 | 2024-07-13T03:24:36.074Z | Compiling rayon v1.10.0 |
1588 | 2024-07-13T03:24:36.479Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1589 | 2024-07-13T03:24:36.616Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1590 | 2024-07-13T03:24:37.671Z | Compiling smf v0.2.3 |
1591 | 2024-07-13T03:24:38.199Z | Compiling bitfield-struct v0.6.1 |
1592 | 2024-07-13T03:24:39.009Z | Compiling ring v0.16.20 |
1593 | 2024-07-13T03:24:39.583Z | Compiling blake3 v1.5.1 |
1594 | 2024-07-13T03:24:39.997Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1595 | 2024-07-13T03:24:40.133Z | Compiling portable-atomic v1.6.0 |
1596 | 2024-07-13T03:24:40.520Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1597 | 2024-07-13T03:24:41.053Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1598 | 2024-07-13T03:24:41.232Z | Compiling xattr v1.3.1 |
1599 | 2024-07-13T03:24:41.255Z | Compiling filetime v0.2.23 |
1600 | 2024-07-13T03:24:41.556Z | Compiling memmap2 v0.9.4 |
1601 | 2024-07-13T03:24:41.583Z | Compiling spin v0.5.2 |
1602 | 2024-07-13T03:24:41.948Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1603 | 2024-07-13T03:24:41.986Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1604 | 2024-07-13T03:24:42.132Z | Compiling constant_time_eq v0.3.0 |
1605 | 2024-07-13T03:24:42.246Z | Compiling same-file v1.0.6 |
1606 | 2024-07-13T03:24:42.307Z | Compiling arrayvec v0.7.4 |
1607 | 2024-07-13T03:24:42.517Z | Compiling arrayref v0.3.7 |
1608 | 2024-07-13T03:24:42.624Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1609 | 2024-07-13T03:24:42.748Z | Compiling untrusted v0.7.1 |
1610 | 2024-07-13T03:24:42.938Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-07-13T03:24:44.579Z | Compiling walkdir v2.5.0 |
1612 | 2024-07-13T03:24:45.396Z | Compiling tar v0.4.40 |
1613 | 2024-07-13T03:24:46.168Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2024-07-13T03:24:46.728Z | Compiling cargo-platform v0.1.8 |
1615 | 2024-07-13T03:24:47.856Z | Compiling gethostname v0.4.3 |
1616 | 2024-07-13T03:24:48.135Z | Compiling number_prefix v0.4.0 |
1617 | 2024-07-13T03:24:48.414Z | Compiling topological-sort v0.2.2 |
1618 | 2024-07-13T03:24:48.484Z | Compiling indicatif v0.17.8 |
1619 | 2024-07-13T03:24:48.692Z | Compiling omicron-zone-package v0.11.0 |
1620 | 2024-07-13T03:24:49.452Z | Compiling cargo_metadata v0.18.1 |
1621 | 2024-07-13T03:24:53.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1622 | 2024-07-13T03:24:57.397Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1623 | 2024-07-13T03:24:58.157Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1624 | 2024-07-13T03:25:00.038Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1625 | 2024-07-13T03:25:19.323Z | Finished `release` profile [optimized] target(s) in 4m 31s |
1626 | 2024-07-13T03:25:19.437Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1627 | 2024-07-13T03:25:19.478Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1628 | 2024-07-13T03:25:19.481Z | Created new build target 'test' and set it as active |
1629 | 2024-07-13T03:25:19.481Z | |
1630 | 2024-07-13T03:25:19.481Z | real 4:31.963410993 |
1631 | 2024-07-13T03:25:19.481Z | user 30:32.833897559 |
1632 | 2024-07-13T03:25:19.481Z | sys 3:58.789002362 |
1633 | 2024-07-13T03:25:19.481Z | trap 0.893755422 |
1634 | 2024-07-13T03:25:19.481Z | tflt 3.001237000 |
1635 | 2024-07-13T03:25:19.481Z | dflt 1.418936919 |
1636 | 2024-07-13T03:25:19.481Z | kflt 0.018111179 |
1637 | 2024-07-13T03:25:19.481Z | lock 1:04:20.894427112 |
1638 | 2024-07-13T03:25:19.481Z | slp 1:26:17.247909246 |
1639 | 2024-07-13T03:25:19.481Z | lat 2:00.940649316 |
1640 | 2024-07-13T03:25:19.481Z | stop 3:07.295584516 |
1641 | 2024-07-13T03:25:19.481Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1642 | 2024-07-13T03:25:20.336Z | Finished `release` profile [optimized] target(s) in 0.81s |
1643 | 2024-07-13T03:25:20.375Z | Running `target/release/omicron-package -t test package` |
1644 | 2024-07-13T03:25:20.410Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1645 | 2024-07-13T03:25:21.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1646 | 2024-07-13T03:25:21.521Z | Compiling humantime v2.1.0 |
1647 | 2024-07-13T03:25:21.526Z | Compiling newline-converter v0.3.0 |
1648 | 2024-07-13T03:25:21.526Z | Compiling derive-where v1.2.7 |
1649 | 2024-07-13T03:25:21.540Z | Compiling dirs-sys-next v0.1.2 |
1650 | 2024-07-13T03:25:21.544Z | Compiling convert_case v0.4.0 |
1651 | 2024-07-13T03:25:21.560Z | Compiling prettyplease v0.2.20 |
1652 | 2024-07-13T03:25:21.563Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-07-13T03:25:21.680Z | Compiling expectorate v1.1.0 |
1654 | 2024-07-13T03:25:21.745Z | Compiling dirs-next v2.0.0 |
1655 | 2024-07-13T03:25:21.810Z | Compiling camino v1.1.7 |
1656 | 2024-07-13T03:25:21.862Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1657 | 2024-07-13T03:25:21.902Z | Compiling term v0.7.0 |
1658 | 2024-07-13T03:25:21.923Z | Compiling password-hash v0.5.0 |
1659 | 2024-07-13T03:25:22.036Z | Compiling blake2 v0.10.6 |
1660 | 2024-07-13T03:25:22.349Z | Compiling derive_more v0.99.18 |
1661 | 2024-07-13T03:25:23.212Z | Compiling argon2 v0.5.3 |
1662 | 2024-07-13T03:25:23.226Z | Compiling is-terminal v0.4.12 |
1663 | 2024-07-13T03:25:23.240Z | Compiling semver v0.1.20 |
1664 | 2024-07-13T03:25:23.354Z | Compiling toml v0.8.14 |
1665 | 2024-07-13T03:25:23.871Z | Compiling rustc_version v0.1.7 |
1666 | 2024-07-13T03:25:24.268Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1667 | 2024-07-13T03:25:24.292Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1668 | 2024-07-13T03:25:24.713Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1669 | 2024-07-13T03:25:24.900Z | Compiling newtype_derive v0.1.6 |
1670 | 2024-07-13T03:25:24.927Z | Compiling linked-hash-map v0.5.6 |
1671 | 2024-07-13T03:25:24.941Z | Compiling rustls-pki-types v1.7.0 |
1672 | 2024-07-13T03:25:25.319Z | Compiling lru-cache v0.1.2 |
1673 | 2024-07-13T03:25:25.367Z | Compiling steno v0.4.1 |
1674 | 2024-07-13T03:25:25.547Z | Compiling rustls-webpki v0.102.4 |
1675 | 2024-07-13T03:25:25.653Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1676 | 2024-07-13T03:25:25.727Z | Compiling rustls v0.22.4 |
1677 | 2024-07-13T03:25:25.751Z | Compiling thread_local v1.1.8 |
1678 | 2024-07-13T03:25:26.246Z | Compiling home v0.5.9 |
1679 | 2024-07-13T03:25:26.483Z | Compiling match_cfg v0.1.0 |
1680 | 2024-07-13T03:25:26.583Z | Compiling hostname v0.3.1 |
1681 | 2024-07-13T03:25:27.424Z | Compiling multer v3.1.0 |
1682 | 2024-07-13T03:25:27.487Z | Compiling slog-async v2.8.0 |
1683 | 2024-07-13T03:25:27.561Z | Compiling slog-json v2.6.1 |
1684 | 2024-07-13T03:25:27.640Z | Compiling crossbeam-channel v0.5.12 |
1685 | 2024-07-13T03:25:27.911Z | Compiling http v1.1.0 |
1686 | 2024-07-13T03:25:28.289Z | Compiling slog-dtrace v0.3.0 |
1687 | 2024-07-13T03:25:28.601Z | Compiling take_mut v0.2.2 |
1688 | 2024-07-13T03:25:28.665Z | Compiling termcolor v1.4.1 |
1689 | 2024-07-13T03:25:28.769Z | Compiling atomic-waker v1.1.2 |
1690 | 2024-07-13T03:25:28.962Z | Compiling base64 v0.22.1 |
1691 | 2024-07-13T03:25:29.707Z | Compiling rustls-pemfile v2.1.2 |
1692 | 2024-07-13T03:25:29.737Z | Compiling waitgroup v0.1.2 |
1693 | 2024-07-13T03:25:30.214Z | Compiling slog-bunyan v2.5.0 |
1694 | 2024-07-13T03:25:30.262Z | Compiling slog-term v2.9.1 |
1695 | 2024-07-13T03:25:30.409Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1696 | 2024-07-13T03:25:30.479Z | Compiling async-stream v0.3.5 |
1697 | 2024-07-13T03:25:30.671Z | Compiling sha1 v0.10.6 |
1698 | 2024-07-13T03:25:30.762Z | Compiling newtype-uuid v1.1.0 |
1699 | 2024-07-13T03:25:31.005Z | Compiling tokio-rustls v0.25.0 |
1700 | 2024-07-13T03:25:31.056Z | Compiling serde_path_to_error v0.1.16 |
1701 | 2024-07-13T03:25:31.071Z | Compiling hostname v0.4.0 |
1702 | 2024-07-13T03:25:31.297Z | Compiling instant v0.1.12 |
1703 | 2024-07-13T03:25:31.362Z | Compiling debug-ignore v1.0.5 |
1704 | 2024-07-13T03:25:31.429Z | Compiling backoff v0.4.0 |
1705 | 2024-07-13T03:25:31.450Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1706 | 2024-07-13T03:25:31.767Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1707 | 2024-07-13T03:25:31.849Z | Compiling parse-display v0.9.1 |
1708 | 2024-07-13T03:25:32.421Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1709 | 2024-07-13T03:25:32.605Z | Compiling serde_with v3.8.3 |
1710 | 2024-07-13T03:25:33.089Z | Compiling strum v0.26.2 |
1711 | 2024-07-13T03:25:33.269Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1712 | 2024-07-13T03:25:34.332Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1713 | 2024-07-13T03:25:35.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1714 | 2024-07-13T03:25:35.189Z | Compiling num-rational v0.4.2 |
1715 | 2024-07-13T03:25:35.682Z | Compiling num-complex v0.4.6 |
1716 | 2024-07-13T03:25:35.891Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1717 | 2024-07-13T03:25:36.697Z | Compiling macaddr v1.0.1 |
1718 | 2024-07-13T03:25:36.731Z | Compiling quick-error v1.2.3 |
1719 | 2024-07-13T03:25:36.807Z | Compiling num v0.4.3 |
1720 | 2024-07-13T03:25:36.880Z | Compiling resolv-conf v0.7.0 |
1721 | 2024-07-13T03:25:37.109Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1722 | 2024-07-13T03:25:39.361Z | Compiling radium v0.7.0 |
1723 | 2024-07-13T03:25:39.464Z | Compiling swrite v0.1.0 |
1724 | 2024-07-13T03:25:39.594Z | Compiling float-ord v0.3.2 |
1725 | 2024-07-13T03:25:39.621Z | Compiling utf-8 v0.7.6 |
1726 | 2024-07-13T03:25:39.749Z | Compiling trust-dns-resolver v0.22.0 |
1727 | 2024-07-13T03:25:39.859Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-07-13T03:25:40.131Z | Compiling tap v1.0.1 |
1729 | 2024-07-13T03:25:40.338Z | Compiling wyz v0.5.1 |
1730 | 2024-07-13T03:25:40.804Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1731 | 2024-07-13T03:25:40.943Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1732 | 2024-07-13T03:25:41.412Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1733 | 2024-07-13T03:25:46.912Z | Compiling display-error-chain v0.2.0 |
1734 | 2024-07-13T03:25:47.106Z | Compiling funty v2.0.0 |
1735 | 2024-07-13T03:25:49.755Z | Compiling crc-catalog v2.4.0 |
1736 | 2024-07-13T03:25:49.914Z | Compiling packed_struct v0.10.1 |
1737 | 2024-07-13T03:25:50.329Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-07-13T03:25:50.676Z | Compiling crc v3.2.1 |
1739 | 2024-07-13T03:25:52.341Z | Compiling bitvec v1.0.1 |
1740 | 2024-07-13T03:25:56.872Z | Compiling nibble_vec v0.1.0 |
1741 | 2024-07-13T03:25:57.105Z | Compiling packed_struct_codegen v0.10.1 |
1742 | 2024-07-13T03:25:57.649Z | Compiling indexmap v1.9.3 |
1743 | 2024-07-13T03:25:57.958Z | Compiling endian-type v0.1.2 |
1744 | 2024-07-13T03:25:58.206Z | Compiling glob v0.3.1 |
1745 | 2024-07-13T03:25:58.977Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1746 | 2024-07-13T03:25:59.035Z | Compiling nodrop v0.1.14 |
1747 | 2024-07-13T03:25:59.163Z | Compiling crunchy v0.2.2 |
1748 | 2024-07-13T03:25:59.628Z | Compiling array-init v0.0.4 |
1749 | 2024-07-13T03:26:00.928Z | Compiling clang-sys v1.7.0 |
1750 | 2024-07-13T03:26:01.283Z | Compiling radix_trie v0.2.1 |
1751 | 2024-07-13T03:26:01.773Z | Compiling smallvec v0.6.14 |
1752 | 2024-07-13T03:26:02.246Z | Compiling pkcs1 v0.7.5 |
1753 | 2024-07-13T03:26:03.154Z | Compiling signature v2.2.0 |
1754 | 2024-07-13T03:26:03.351Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-07-13T03:26:03.467Z | Compiling bitfield v0.14.0 |
1756 | 2024-07-13T03:26:03.788Z | Compiling maplit v1.0.2 |
1757 | 2024-07-13T03:26:03.802Z | Compiling hashbrown v0.12.3 |
1758 | 2024-07-13T03:26:03.894Z | Compiling cancel-safe-futures v0.1.5 |
1759 | 2024-07-13T03:26:03.907Z | Compiling tiny-keccak v2.0.2 |
1760 | 2024-07-13T03:26:04.198Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1761 | 2024-07-13T03:26:04.253Z | Compiling serde-hex v0.1.0 |
1762 | 2024-07-13T03:26:06.172Z | Compiling rsa v0.9.6 |
1763 | 2024-07-13T03:26:06.209Z | Compiling bzip2 v0.4.4 |
1764 | 2024-07-13T03:26:06.827Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1765 | 2024-07-13T03:26:07.151Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1766 | 2024-07-13T03:26:08.122Z | Compiling env_logger v0.10.2 |
1767 | 2024-07-13T03:26:09.371Z | Compiling x509-cert v0.2.5 |
1768 | 2024-07-13T03:26:11.300Z | Compiling ron v0.8.1 |
1769 | 2024-07-13T03:26:11.645Z | Compiling hashbrown v0.13.2 |
1770 | 2024-07-13T03:26:12.194Z | Compiling crc-any v2.5.0 |
1771 | 2024-07-13T03:26:13.043Z | Compiling object v0.30.4 |
1772 | 2024-07-13T03:26:13.104Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1773 | 2024-07-13T03:26:15.248Z | Compiling zip v0.6.6 |
1774 | 2024-07-13T03:26:17.432Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1775 | 2024-07-13T03:26:18.792Z | Compiling rayon-core v1.12.1 |
1776 | 2024-07-13T03:26:18.817Z | Compiling ascii-canvas v3.0.0 |
1777 | 2024-07-13T03:26:19.335Z | Compiling crossbeam-deque v0.8.5 |
1778 | 2024-07-13T03:26:19.655Z | Compiling ena v0.14.3 |
1779 | 2024-07-13T03:26:20.044Z | Compiling libloading v0.8.3 |
1780 | 2024-07-13T03:26:20.451Z | Compiling half v2.4.1 |
1781 | 2024-07-13T03:26:21.142Z | Compiling ciborium-io v0.2.2 |
1782 | 2024-07-13T03:26:21.277Z | Compiling regex-syntax v0.6.29 |
1783 | 2024-07-13T03:26:21.477Z | Compiling diff v0.1.13 |
1784 | 2024-07-13T03:26:22.040Z | Compiling path-slash v0.1.5 |
1785 | 2024-07-13T03:26:22.285Z | Compiling arc-swap v1.7.1 |
1786 | 2024-07-13T03:26:23.035Z | Compiling fastrand v2.1.0 |
1787 | 2024-07-13T03:26:23.146Z | Compiling bindgen v0.69.4 |
1788 | 2024-07-13T03:26:23.564Z | Compiling same-file v1.0.6 |
1789 | 2024-07-13T03:26:23.623Z | Compiling tempfile v3.10.1 |
1790 | 2024-07-13T03:26:23.797Z | Compiling walkdir v2.5.0 |
1791 | 2024-07-13T03:26:24.422Z | Compiling lalrpop v0.19.12 |
1792 | 2024-07-13T03:26:24.480Z | Compiling slog-scope v4.4.0 |
1793 | 2024-07-13T03:26:25.368Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1794 | 2024-07-13T03:26:26.184Z | Compiling ciborium-ll v0.2.2 |
1795 | 2024-07-13T03:26:28.086Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1796 | 2024-07-13T03:26:28.325Z | Compiling which v4.4.2 |
1797 | 2024-07-13T03:26:28.856Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1798 | 2024-07-13T03:26:29.074Z | Compiling cexpr v0.6.0 |
1799 | 2024-07-13T03:26:29.193Z | Compiling fxhash v0.2.1 |
1800 | 2024-07-13T03:26:29.419Z | Compiling lazycell v1.3.0 |
1801 | 2024-07-13T03:26:29.593Z | Compiling rustc-hash v1.1.0 |
1802 | 2024-07-13T03:26:29.748Z | Compiling ref-cast v1.0.23 |
1803 | 2024-07-13T03:26:30.214Z | Compiling shlex v1.3.0 |
1804 | 2024-07-13T03:26:30.773Z | Compiling blake3 v1.5.1 |
1805 | 2024-07-13T03:26:31.167Z | Compiling ring v0.16.20 |
1806 | 2024-07-13T03:26:33.808Z | Compiling rayon v1.10.0 |
1807 | 2024-07-13T03:26:35.026Z | Compiling ciborium v0.2.2 |
1808 | 2024-07-13T03:26:37.188Z | Compiling slog-stdlog v4.1.1 |
1809 | 2024-07-13T03:26:37.664Z | Compiling tungstenite v0.21.0 |
1810 | 2024-07-13T03:26:38.084Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1811 | 2024-07-13T03:26:38.360Z | Compiling derive_builder_core v0.20.0 |
1812 | 2024-07-13T03:26:38.611Z | Compiling headers-core v0.2.0 |
1813 | 2024-07-13T03:26:38.780Z | Compiling xattr v1.3.1 |
1814 | 2024-07-13T03:26:39.053Z | Compiling libxml v0.3.3 |
1815 | 2024-07-13T03:26:39.413Z | Compiling ref-cast-impl v1.0.23 |
1816 | 2024-07-13T03:26:40.500Z | Compiling async-recursion v1.1.1 |
1817 | 2024-07-13T03:26:40.538Z | Compiling memmap2 v0.9.4 |
1818 | 2024-07-13T03:26:40.976Z | Compiling atty v0.2.14 |
1819 | 2024-07-13T03:26:41.133Z | Compiling filetime v0.2.23 |
1820 | 2024-07-13T03:26:41.385Z | Compiling spin v0.5.2 |
1821 | 2024-07-13T03:26:41.453Z | Compiling arrayvec v0.7.4 |
1822 | 2024-07-13T03:26:41.611Z | Compiling untrusted v0.7.1 |
1823 | 2024-07-13T03:26:41.806Z | Compiling constant_time_eq v0.3.0 |
1824 | 2024-07-13T03:26:41.839Z | Compiling arrayref v0.3.7 |
1825 | 2024-07-13T03:26:41.981Z | Compiling tar v0.4.40 |
1826 | 2024-07-13T03:26:42.985Z | Compiling derive_builder_macro v0.20.0 |
1827 | 2024-07-13T03:26:43.413Z | Compiling tokio-tungstenite v0.21.0 |
1828 | 2024-07-13T03:26:43.824Z | Compiling headers v0.3.9 |
1829 | 2024-07-13T03:26:43.902Z | Compiling slog-envlogger v2.2.0 |
1830 | 2024-07-13T03:26:44.021Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1831 | 2024-07-13T03:26:44.775Z | Compiling samael v0.0.15 |
1832 | 2024-07-13T03:26:45.092Z | Compiling toolchain_find v0.4.0 |
1833 | 2024-07-13T03:26:45.229Z | Compiling camino-tempfile v1.1.1 |
1834 | 2024-07-13T03:26:45.647Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1835 | 2024-07-13T03:26:45.663Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1836 | 2024-07-13T03:26:45.925Z | Compiling pem v3.0.4 |
1837 | 2024-07-13T03:26:46.369Z | Compiling libsw v3.3.1 |
1838 | 2024-07-13T03:26:46.384Z | Compiling strum_macros v0.24.3 |
1839 | 2024-07-13T03:26:46.711Z | Compiling cookie v0.18.1 |
1840 | 2024-07-13T03:26:46.764Z | Compiling owo-colors v4.0.0 |
1841 | 2024-07-13T03:26:47.003Z | Compiling linear-map v1.2.0 |
1842 | 2024-07-13T03:26:47.222Z | Compiling indoc v1.0.9 |
1843 | 2024-07-13T03:26:47.407Z | Compiling topological-sort v0.2.2 |
1844 | 2024-07-13T03:26:47.442Z | Compiling cfg_aliases v0.1.1 |
1845 | 2024-07-13T03:26:47.556Z | Compiling nix v0.28.0 |
1846 | 2024-07-13T03:26:47.629Z | Compiling omicron-zone-package v0.11.0 |
1847 | 2024-07-13T03:26:48.317Z | Compiling rustfmt-wrapper v0.2.1 |
1848 | 2024-07-13T03:26:48.922Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1849 | 2024-07-13T03:26:49.575Z | Compiling derive_builder v0.20.0 |
1850 | 2024-07-13T03:26:49.838Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1851 | 2024-07-13T03:26:50.885Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1852 | 2024-07-13T03:26:51.149Z | Compiling oso-derive v0.27.3 |
1853 | 2024-07-13T03:26:51.414Z | Compiling polar-core v0.27.3 |
1854 | 2024-07-13T03:26:52.074Z | Compiling impl-trait-for-tuples v0.2.2 |
1855 | 2024-07-13T03:26:52.400Z | Compiling quick-xml v0.31.0 |
1856 | 2024-07-13T03:26:53.141Z | Compiling vte_generate_state_changes v0.1.1 |
1857 | 2024-07-13T03:26:53.767Z | Compiling unicase v2.7.0 |
1858 | 2024-07-13T03:26:54.068Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1859 | 2024-07-13T03:26:54.362Z | Compiling buf-list v1.0.3 |
1860 | 2024-07-13T03:26:54.983Z | Compiling vte v0.11.1 |
1861 | 2024-07-13T03:26:54.999Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1862 | 2024-07-13T03:26:56.355Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1863 | 2024-07-13T03:26:57.832Z | Compiling tungstenite v0.20.1 |
1864 | 2024-07-13T03:26:58.958Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1865 | 2024-07-13T03:26:59.231Z | Compiling fd-lock v4.0.2 |
1866 | 2024-07-13T03:26:59.457Z | Compiling bb8 v0.8.5 |
1867 | 2024-07-13T03:27:00.033Z | Compiling const_format_proc_macros v0.2.32 |
1868 | 2024-07-13T03:27:01.254Z | Compiling pin-project-internal v1.1.5 |
1869 | 2024-07-13T03:27:02.053Z | Compiling memoffset v0.9.1 |
1870 | 2024-07-13T03:27:02.359Z | Compiling parking_lot_core v0.8.6 |
1871 | 2024-07-13T03:27:02.775Z | Compiling bytecount v0.6.8 |
1872 | 2024-07-13T03:27:03.089Z | Compiling papergrid v0.11.0 |
1873 | 2024-07-13T03:27:03.272Z | Compiling const_format v0.2.32 |
1874 | 2024-07-13T03:27:04.024Z | Compiling pin-project v1.1.5 |
1875 | 2024-07-13T03:27:04.166Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1876 | 2024-07-13T03:27:04.464Z | Compiling tokio-tungstenite v0.20.1 |
1877 | 2024-07-13T03:27:05.027Z | Compiling strip-ansi-escapes v0.2.0 |
1878 | 2024-07-13T03:27:07.124Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1879 | 2024-07-13T03:27:07.584Z | Compiling tabled_derive v0.7.0 |
1880 | 2024-07-13T03:27:09.960Z | Compiling peg-macros v0.8.3 |
1881 | 2024-07-13T03:27:11.002Z | Compiling snafu-derive v0.8.2 |
1882 | 2024-07-13T03:27:12.919Z | Compiling sqlparser_derive v0.2.2 |
1883 | 2024-07-13T03:27:13.466Z | Compiling nu-ansi-term v0.50.0 |
1884 | 2024-07-13T03:27:13.929Z | Compiling unicode_categories v0.1.1 |
1885 | 2024-07-13T03:27:14.589Z | Compiling rustyline v14.0.0 |
1886 | 2024-07-13T03:27:14.738Z | Compiling sqlformat v0.2.4 |
1887 | 2024-07-13T03:27:15.182Z | Compiling sqlparser v0.45.0 |
1888 | 2024-07-13T03:27:16.027Z | Compiling oso v0.27.3 |
1889 | 2024-07-13T03:27:25.728Z | Compiling snafu v0.8.2 |
1890 | 2024-07-13T03:27:26.709Z | Compiling reedline v0.31.0 |
1891 | 2024-07-13T03:27:27.005Z | Compiling peg v0.8.3 |
1892 | 2024-07-13T03:27:27.120Z | Compiling tabled v0.15.0 |
1893 | 2024-07-13T03:27:44.110Z | Compiling env_logger v0.9.3 |
1894 | 2024-07-13T03:27:44.258Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1895 | 2024-07-13T03:27:48.025Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-07-13T03:27:48.476Z | Compiling globset v0.4.14 |
1897 | 2024-07-13T03:27:48.534Z | Compiling olpc-cjson v0.1.3 |
1898 | 2024-07-13T03:27:48.891Z | Compiling bcs v0.1.6 |
1899 | 2024-07-13T03:27:49.776Z | Compiling bitstruct_derive v0.1.0 |
1900 | 2024-07-13T03:27:49.831Z | Compiling serde_plain v1.0.2 |
1901 | 2024-07-13T03:27:50.404Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-07-13T03:27:50.555Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1903 | 2024-07-13T03:27:50.844Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1904 | 2024-07-13T03:27:51.037Z | Compiling highway v1.1.0 |
1905 | 2024-07-13T03:27:51.125Z | Compiling signature v1.6.4 |
1906 | 2024-07-13T03:27:51.293Z | Compiling salty v0.2.0 |
1907 | 2024-07-13T03:27:51.682Z | Compiling ascii v1.1.0 |
1908 | 2024-07-13T03:27:52.406Z | Compiling typed-path v0.7.1 |
1909 | 2024-07-13T03:27:52.471Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1910 | 2024-07-13T03:27:52.724Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1911 | 2024-07-13T03:27:54.958Z | Compiling tough v0.17.1 |
1912 | 2024-07-13T03:27:56.165Z | Compiling ed25519 v1.5.3 |
1913 | 2024-07-13T03:27:56.526Z | Compiling bitstruct v0.1.1 |
1914 | 2024-07-13T03:27:56.742Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-13T03:27:57.007Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-13T03:27:57.898Z | Compiling parking_lot v0.11.2 |
1917 | 2024-07-13T03:27:59.207Z | Compiling nix v0.27.1 |
1918 | 2024-07-13T03:28:00.049Z | Compiling trust-dns-client v0.22.0 |
1919 | 2024-07-13T03:28:10.989Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1920 | 2024-07-13T03:28:11.322Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1921 | 2024-07-13T03:28:16.473Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-07-13T03:28:17.694Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-07-13T03:28:19.952Z | Compiling curve25519-dalek v4.1.3 |
1924 | 2024-07-13T03:28:20.374Z | Compiling kstat-rs v0.2.4 |
1925 | 2024-07-13T03:28:21.330Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1926 | 2024-07-13T03:28:22.184Z | Compiling toml v0.5.11 |
1927 | 2024-07-13T03:28:24.818Z | Compiling serde_arrays v0.1.0 |
1928 | 2024-07-13T03:28:25.032Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-07-13T03:28:25.317Z | Compiling erased-serde v0.3.31 |
1930 | 2024-07-13T03:28:27.104Z | Compiling keccak v0.1.5 |
1931 | 2024-07-13T03:28:28.140Z | Compiling parse-size v1.0.0 |
1932 | 2024-07-13T03:28:28.447Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1933 | 2024-07-13T03:28:30.985Z | Compiling sha3 v0.10.8 |
1934 | 2024-07-13T03:28:31.662Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-07-13T03:28:33.270Z | Compiling trust-dns-server v0.22.1 |
1936 | 2024-07-13T03:28:34.731Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1937 | 2024-07-13T03:28:35.254Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1938 | 2024-07-13T03:28:45.348Z | Compiling sled v0.34.7 |
1939 | 2024-07-13T03:28:49.600Z | Compiling mime_guess v2.0.4 |
1940 | 2024-07-13T03:28:53.233Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1941 | 2024-07-13T03:28:53.958Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1942 | 2024-07-13T03:28:54.474Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1943 | 2024-07-13T03:28:55.940Z | Compiling signal-hook-tokio v0.3.1 |
1944 | 2024-07-13T03:28:56.157Z | Compiling universal-hash v0.5.1 |
1945 | 2024-07-13T03:28:56.405Z | Compiling heck v0.3.3 |
1946 | 2024-07-13T03:28:56.804Z | Compiling secrecy v0.8.0 |
1947 | 2024-07-13T03:28:57.096Z | Compiling rand_seeder v0.2.3 |
1948 | 2024-07-13T03:28:57.498Z | Compiling castaway v0.2.2 |
1949 | 2024-07-13T03:28:57.698Z | Compiling thiserror-impl-no-std v2.0.2 |
1950 | 2024-07-13T03:28:59.192Z | Compiling serde-big-array v0.4.1 |
1951 | 2024-07-13T03:28:59.410Z | Compiling nanorand v0.7.0 |
1952 | 2024-07-13T03:29:00.183Z | Compiling curve25519-dalek-derive v0.1.1 |
1953 | 2024-07-13T03:29:00.493Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1954 | 2024-07-13T03:29:00.770Z | Compiling opaque-debug v0.3.1 |
1955 | 2024-07-13T03:29:00.878Z | Compiling poly1305 v0.8.0 |
1956 | 2024-07-13T03:29:02.408Z | Compiling thiserror-no-std v2.0.2 |
1957 | 2024-07-13T03:29:02.540Z | Compiling flume v0.11.0 |
1958 | 2024-07-13T03:29:03.298Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1959 | 2024-07-13T03:29:04.732Z | Compiling compact_str v0.7.1 |
1960 | 2024-07-13T03:29:06.433Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1961 | 2024-07-13T03:29:06.656Z | Compiling zone_cfg_derive v0.1.2 |
1962 | 2024-07-13T03:29:08.052Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1963 | 2024-07-13T03:29:09.865Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1964 | 2024-07-13T03:29:13.306Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1965 | 2024-07-13T03:29:19.538Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-07-13T03:29:19.697Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1967 | 2024-07-13T03:29:20.182Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1968 | 2024-07-13T03:29:23.597Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1969 | 2024-07-13T03:29:26.180Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1970 | 2024-07-13T03:29:26.469Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1971 | 2024-07-13T03:29:26.754Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1972 | 2024-07-13T03:29:27.041Z | Compiling chacha20 v0.9.1 |
1973 | 2024-07-13T03:29:27.523Z | Compiling unicode-truncate v1.0.0 |
1974 | 2024-07-13T03:29:27.802Z | Compiling itertools v0.13.0 |
1975 | 2024-07-13T03:29:31.521Z | Compiling aead v0.5.2 |
1976 | 2024-07-13T03:29:31.763Z | Compiling lru v0.12.3 |
1977 | 2024-07-13T03:29:31.870Z | Compiling stability v0.2.0 |
1978 | 2024-07-13T03:29:32.124Z | Compiling cassowary v0.3.0 |
1979 | 2024-07-13T03:29:32.865Z | Compiling corncobs v0.1.3 |
1980 | 2024-07-13T03:29:33.250Z | Compiling base64 v0.13.1 |
1981 | 2024-07-13T03:29:34.071Z | Compiling ron v0.7.1 |
1982 | 2024-07-13T03:29:34.779Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1983 | 2024-07-13T03:29:35.503Z | Compiling ratatui v0.27.0 |
1984 | 2024-07-13T03:29:35.908Z | Compiling chacha20poly1305 v0.10.1 |
1985 | 2024-07-13T03:29:36.227Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1986 | 2024-07-13T03:29:38.710Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-07-13T03:29:39.422Z | Compiling zone v0.1.8 |
1988 | 2024-07-13T03:29:41.092Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1989 | 2024-07-13T03:29:42.610Z | Compiling vsss-rs v3.3.4 |
1990 | 2024-07-13T03:29:47.112Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1991 | 2024-07-13T03:29:47.844Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1992 | 2024-07-13T03:29:50.718Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1993 | 2024-07-13T03:29:51.928Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1994 | 2024-07-13T03:29:52.250Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1995 | 2024-07-13T03:29:52.535Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1996 | 2024-07-13T03:29:53.109Z | Compiling portpicker v0.1.1 |
1997 | 2024-07-13T03:29:53.616Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1998 | 2024-07-13T03:29:55.860Z | Compiling csv-core v0.1.11 |
1999 | 2024-07-13T03:29:56.717Z | Compiling unicode-linebreak v0.1.5 |
2000 | 2024-07-13T03:29:57.238Z | Compiling smawk v0.3.2 |
2001 | 2024-07-13T03:29:57.527Z | Compiling http-range v0.1.5 |
2002 | 2024-07-13T03:29:58.093Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2003 | 2024-07-13T03:29:59.652Z | Compiling hyper-staticfile v0.9.5 |
2004 | 2024-07-13T03:30:00.078Z | Compiling textwrap v0.16.1 |
2005 | 2024-07-13T03:30:00.515Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2006 | 2024-07-13T03:30:02.715Z | Compiling csv v1.3.0 |
2007 | 2024-07-13T03:30:03.868Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2008 | 2024-07-13T03:30:09.119Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-07-13T03:30:11.373Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2010 | 2024-07-13T03:30:12.195Z | Compiling rcgen v0.12.1 |
2011 | 2024-07-13T03:30:18.433Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2012 | 2024-07-13T03:30:22.441Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2013 | 2024-07-13T03:30:22.916Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2014 | 2024-07-13T03:30:23.197Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2015 | 2024-07-13T03:30:24.490Z | Compiling atomicwrites v0.4.3 |
2016 | 2024-07-13T03:30:25.012Z | Compiling fatfs v0.3.6 |
2017 | 2024-07-13T03:30:25.026Z | Compiling subprocess v0.2.9 |
2018 | 2024-07-13T03:30:26.355Z | Compiling rtoolbox v0.0.2 |
2019 | 2024-07-13T03:30:26.805Z | Compiling assert_matches v1.5.0 |
2020 | 2024-07-13T03:30:26.918Z | Compiling is_ci v1.2.0 |
2021 | 2024-07-13T03:30:27.233Z | Compiling supports-color v3.0.0 |
2022 | 2024-07-13T03:30:27.879Z | Compiling rpassword v7.3.1 |
2023 | 2024-07-13T03:30:28.327Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2024 | 2024-07-13T03:30:30.147Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-07-13T03:30:30.166Z | Compiling tui-tree-widget v0.21.0 |
2026 | 2024-07-13T03:30:30.596Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2027 | 2024-07-13T03:30:34.325Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2028 | 2024-07-13T03:30:35.658Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2029 | 2024-07-13T03:30:35.944Z | Compiling shell-words v1.1.0 |
2030 | 2024-07-13T03:30:36.359Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2031 | 2024-07-13T03:30:36.416Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2032 | 2024-07-13T03:31:01.128Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2033 | 2024-07-13T03:31:11.288Z | Compiling uzers v0.11.3 |
2034 | 2024-07-13T03:31:14.282Z | Compiling multimap v0.10.0 |
2035 | 2024-07-13T03:32:00.328Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2036 | 2024-07-13T03:33:07.322Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2037 | 2024-07-13T03:33:31.874Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2038 | 2024-07-13T03:39:44.008Z | Finished `release` profile [optimized] target(s) in 14m 23s |
2039 | 2024-07-13T03:40:30.791Z | |
2040 | 2024-07-13T03:40:30.794Z | real 15:11.171074333 |
2041 | 2024-07-13T03:40:30.794Z | user 1:44:55.187905644 |
2042 | 2024-07-13T03:40:30.794Z | sys 5:46.686240425 |
2043 | 2024-07-13T03:40:30.794Z | trap 2.334261715 |
2044 | 2024-07-13T03:40:30.794Z | tflt 2.075141050 |
2045 | 2024-07-13T03:40:30.794Z | dflt 3.051152172 |
2046 | 2024-07-13T03:40:30.794Z | kflt 0.009631150 |
2047 | 2024-07-13T03:40:30.795Z | lock 6:37:29.204589654 |
2048 | 2024-07-13T03:40:30.795Z | slp 4:08:33.562541126 |
2049 | 2024-07-13T03:40:30.795Z | lat 2:30.484054382 |
2050 | 2024-07-13T03:40:30.795Z | stop 1:56.659906388 |
2051 | 2024-07-13T03:40:30.795Z | + mapfile -t packages |
2052 | 2024-07-13T03:40:30.795Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2053 | 2024-07-13T03:40:31.652Z | Finished `release` profile [optimized] target(s) in 0.81s |
2054 | 2024-07-13T03:40:31.692Z | Running `target/release/omicron-package -t test list-outputs` |
2055 | 2024-07-13T03:40:31.729Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2056 | 2024-07-13T03:40:31.732Z | + ptime -m cargo build --locked --release -p xtask |
2057 | 2024-07-13T03:40:32.329Z | Compiling serde v1.0.204 |
2058 | 2024-07-13T03:40:32.332Z | Compiling bitflags v2.5.0 |
2059 | 2024-07-13T03:40:32.332Z | Compiling syn v2.0.68 |
2060 | 2024-07-13T03:40:32.406Z | Compiling smallvec v1.13.2 |
2061 | 2024-07-13T03:40:32.413Z | Compiling bytes v1.6.0 |
2062 | 2024-07-13T03:40:32.425Z | Compiling scopeguard v1.2.0 |
2063 | 2024-07-13T03:40:32.449Z | Compiling hashbrown v0.14.5 |
2064 | 2024-07-13T03:40:32.566Z | Compiling lock_api v0.4.12 |
2065 | 2024-07-13T03:40:32.919Z | Compiling parking_lot_core v0.9.10 |
2066 | 2024-07-13T03:40:32.931Z | Compiling serde_json v1.0.120 |
2067 | 2024-07-13T03:40:32.943Z | Compiling log v0.4.21 |
2068 | 2024-07-13T03:40:32.965Z | Compiling mio v0.8.11 |
2069 | 2024-07-13T03:40:33.280Z | Compiling parking_lot v0.12.2 |
2070 | 2024-07-13T03:40:33.416Z | Compiling libc v0.2.155 |
2071 | 2024-07-13T03:40:33.457Z | Compiling generic-array v0.14.7 |
2072 | 2024-07-13T03:40:33.765Z | Compiling slog v2.7.0 |
2073 | 2024-07-13T03:40:33.835Z | Compiling indexmap v2.2.6 |
2074 | 2024-07-13T03:40:34.031Z | Compiling rustix v0.38.34 |
2075 | 2024-07-13T03:40:34.253Z | Compiling http v0.2.12 |
2076 | 2024-07-13T03:40:34.267Z | Compiling usdt-impl v0.5.0 |
2077 | 2024-07-13T03:40:34.595Z | Compiling syn v1.0.109 |
2078 | 2024-07-13T03:40:34.928Z | Compiling time-macros v0.2.18 |
2079 | 2024-07-13T03:40:34.961Z | Compiling thread-id v4.2.1 |
2080 | 2024-07-13T03:40:35.199Z | Compiling tracing v0.1.40 |
2081 | 2024-07-13T03:40:35.486Z | Compiling crossbeam-utils v0.8.19 |
2082 | 2024-07-13T03:40:35.910Z | Compiling http-body v0.4.6 |
2083 | 2024-07-13T03:40:36.392Z | Compiling unicode-normalization v0.1.23 |
2084 | 2024-07-13T03:40:36.413Z | Compiling unicode-bidi v0.3.15 |
2085 | 2024-07-13T03:40:36.897Z | Compiling crypto-common v0.1.6 |
2086 | 2024-07-13T03:40:37.133Z | Compiling block-buffer v0.10.4 |
2087 | 2024-07-13T03:40:37.376Z | Compiling idna v0.5.0 |
2088 | 2024-07-13T03:40:38.018Z | Compiling time v0.3.36 |
2089 | 2024-07-13T03:40:38.572Z | Compiling terminal_size v0.3.0 |
2090 | 2024-07-13T03:40:39.056Z | Compiling proc-macro-error v1.0.4 |
2091 | 2024-07-13T03:40:39.509Z | Compiling fs-err v2.11.0 |
2092 | 2024-07-13T03:40:39.675Z | Compiling anyhow v1.0.86 |
2093 | 2024-07-13T03:40:39.810Z | Compiling clap_builder v4.5.2 |
2094 | 2024-07-13T03:40:40.603Z | Compiling crossbeam-channel v0.5.12 |
2095 | 2024-07-13T03:40:40.630Z | Compiling url v2.5.0 |
2096 | 2024-07-13T03:40:40.673Z | Compiling digest v0.10.7 |
2097 | 2024-07-13T03:40:41.111Z | Compiling xattr v1.3.1 |
2098 | 2024-07-13T03:40:41.439Z | Compiling sha2 v0.10.8 |
2099 | 2024-07-13T03:40:42.083Z | Compiling tabled_derive v0.7.0 |
2100 | 2024-07-13T03:40:42.269Z | Compiling slog-async v2.8.0 |
2101 | 2024-07-13T03:40:44.252Z | Compiling serde_derive v1.0.204 |
2102 | 2024-07-13T03:40:44.295Z | Compiling thiserror-impl v1.0.60 |
2103 | 2024-07-13T03:40:44.508Z | Compiling zerocopy-derive v0.7.34 |
2104 | 2024-07-13T03:40:45.372Z | Compiling tokio-macros v2.3.0 |
2105 | 2024-07-13T03:40:46.179Z | Compiling futures-macro v0.3.30 |
2106 | 2024-07-13T03:40:46.647Z | Compiling zerocopy v0.7.34 |
2107 | 2024-07-13T03:40:46.998Z | Compiling tokio v1.38.0 |
2108 | 2024-07-13T03:40:47.170Z | Compiling thiserror v1.0.60 |
2109 | 2024-07-13T03:40:47.318Z | Compiling pest v2.7.10 |
2110 | 2024-07-13T03:40:47.495Z | Compiling scroll_derive v0.12.0 |
2111 | 2024-07-13T03:40:48.168Z | Compiling futures-util v0.3.30 |
2112 | 2024-07-13T03:40:48.362Z | Compiling openssl-macros v0.1.1 |
2113 | 2024-07-13T03:40:49.011Z | Compiling scroll v0.12.0 |
2114 | 2024-07-13T03:40:49.146Z | Compiling openssl v0.10.64 |
2115 | 2024-07-13T03:40:49.651Z | Compiling goblin v0.8.2 |
2116 | 2024-07-13T03:40:50.169Z | Compiling pest_meta v2.7.10 |
2117 | 2024-07-13T03:40:54.613Z | Compiling pest_generator v2.7.10 |
2118 | 2024-07-13T03:40:56.472Z | Compiling pest_derive v2.7.10 |
2119 | 2024-07-13T03:40:57.246Z | Compiling dtrace-parser v0.2.0 |
2120 | 2024-07-13T03:40:59.290Z | Compiling tokio-util v0.7.11 |
2121 | 2024-07-13T03:41:01.419Z | Compiling h2 v0.3.26 |
2122 | 2024-07-13T03:41:04.707Z | Compiling dof v0.3.0 |
2123 | 2024-07-13T03:41:05.619Z | Compiling serde_tokenstream v0.2.1 |
2124 | 2024-07-13T03:41:05.655Z | Compiling serde_spanned v0.6.6 |
2125 | 2024-07-13T03:41:05.675Z | Compiling toml_datetime v0.6.6 |
2126 | 2024-07-13T03:41:05.916Z | Compiling native-tls v0.2.11 |
2127 | 2024-07-13T03:41:06.889Z | Compiling hyper v0.14.28 |
2128 | 2024-07-13T03:41:07.042Z | Compiling tokio-native-tls v0.3.1 |
2129 | 2024-07-13T03:41:07.367Z | Compiling toml_edit v0.22.14 |
2130 | 2024-07-13T03:41:13.365Z | Compiling hyper-tls v0.5.0 |
2131 | 2024-07-13T03:41:13.791Z | Compiling toml v0.8.14 |
2132 | 2024-07-13T03:41:13.985Z | Compiling usdt-attr-macro v0.5.0 |
2133 | 2024-07-13T03:41:15.400Z | Compiling usdt-macro v0.5.0 |
2134 | 2024-07-13T03:41:15.765Z | Compiling slog-json v2.6.1 |
2135 | 2024-07-13T03:41:16.263Z | Compiling semver v1.0.23 |
2136 | 2024-07-13T03:41:16.292Z | Compiling serde_urlencoded v0.7.1 |
2137 | 2024-07-13T03:41:16.640Z | Compiling camino v1.1.7 |
2138 | 2024-07-13T03:41:16.919Z | Compiling cargo-platform v0.1.8 |
2139 | 2024-07-13T03:41:17.846Z | Compiling futures-executor v0.3.30 |
2140 | 2024-07-13T03:41:18.029Z | Compiling strum_macros v0.26.4 |
2141 | 2024-07-13T03:41:18.046Z | Compiling clap_derive v4.5.4 |
2142 | 2024-07-13T03:41:18.976Z | Compiling futures v0.3.30 |
2143 | 2024-07-13T03:41:19.111Z | Compiling cargo_metadata v0.18.1 |
2144 | 2024-07-13T03:41:19.414Z | Compiling reqwest v0.11.27 |
2145 | 2024-07-13T03:41:20.873Z | Compiling usdt v0.5.0 |
2146 | 2024-07-13T03:41:22.389Z | Compiling slog-bunyan v2.5.0 |
2147 | 2024-07-13T03:41:22.656Z | Compiling cargo_toml v0.20.3 |
2148 | 2024-07-13T03:41:22.904Z | Compiling clap v4.5.4 |
2149 | 2024-07-13T03:41:22.951Z | Compiling strum v0.26.2 |
2150 | 2024-07-13T03:41:23.034Z | Compiling macaddr v1.0.1 |
2151 | 2024-07-13T03:41:23.072Z | Compiling tabled v0.15.0 |
2152 | 2024-07-13T03:41:23.141Z | Compiling tar v0.4.40 |
2153 | 2024-07-13T03:41:23.674Z | Compiling slog-term v2.9.1 |
2154 | 2024-07-13T03:41:40.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2155 | 2024-07-13T03:41:53.968Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2156 | 2024-07-13T03:41:54.057Z | |
2157 | 2024-07-13T03:41:54.064Z | real 1:22.290441083 |
2158 | 2024-07-13T03:41:54.064Z | user 8:56.391253707 |
2159 | 2024-07-13T03:41:54.064Z | sys 51.004607486 |
2160 | 2024-07-13T03:41:54.064Z | trap 0.245754385 |
2161 | 2024-07-13T03:41:54.065Z | tflt 0.592365592 |
2162 | 2024-07-13T03:41:54.065Z | dflt 0.226907275 |
2163 | 2024-07-13T03:41:54.065Z | kflt 0.000014648 |
2164 | 2024-07-13T03:41:54.065Z | lock 20:05.414646750 |
2165 | 2024-07-13T03:41:54.065Z | slp 22:45.919280946 |
2166 | 2024-07-13T03:41:54.065Z | lat 26.734315417 |
2167 | 2024-07-13T03:41:54.065Z | stop 23.568819970 |
2168 | 2024-07-13T03:41:54.065Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2169 | 2024-07-13T03:41:54.065Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2170 | 2024-07-13T03:41:54.066Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2171 | 2024-07-13T03:41:54.066Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2172 | 2024-07-13T03:41:54.066Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2173 | 2024-07-13T03:41:54.585Z | Downloading crates ... |
2174 | 2024-07-13T03:41:54.837Z | Downloaded ghash v0.5.1 |
2175 | 2024-07-13T03:41:54.849Z | Downloaded dhcproto v0.11.0 |
2176 | 2024-07-13T03:41:54.855Z | Downloaded pbkdf2 v0.11.0 |
2177 | 2024-07-13T03:41:54.855Z | Downloaded ed25519 v2.2.3 |
2178 | 2024-07-13T03:41:54.855Z | Downloaded bcrypt-pbkdf v0.10.0 |
2179 | 2024-07-13T03:41:54.860Z | Downloaded md5 v0.7.0 |
2180 | 2024-07-13T03:41:54.865Z | Downloaded option-ext v0.2.0 |
2181 | 2024-07-13T03:41:54.865Z | Downloaded dhcproto-macros v0.1.0 |
2182 | 2024-07-13T03:41:54.865Z | Downloaded cbc v0.1.2 |
2183 | 2024-07-13T03:41:54.871Z | Downloaded russh-cryptovec v0.7.2 |
2184 | 2024-07-13T03:41:54.871Z | Downloaded polyval v0.6.2 |
2185 | 2024-07-13T03:41:54.875Z | Downloaded dirs-sys v0.4.1 |
2186 | 2024-07-13T03:41:54.875Z | Downloaded rand_core v0.5.1 |
2187 | 2024-07-13T03:41:54.875Z | Downloaded dirs v5.0.1 |
2188 | 2024-07-13T03:41:54.875Z | Downloaded ctr v0.9.2 |
2189 | 2024-07-13T03:41:54.879Z | Downloaded hex-literal v0.4.1 |
2190 | 2024-07-13T03:41:54.883Z | Downloaded primeorder v0.13.6 |
2191 | 2024-07-13T03:41:54.883Z | Downloaded rfc6979 v0.4.0 |
2192 | 2024-07-13T03:41:54.884Z | Downloaded internet-checksum v0.2.1 |
2193 | 2024-07-13T03:41:54.884Z | Downloaded blowfish v0.9.1 |
2194 | 2024-07-13T03:41:54.888Z | Downloaded rand_chacha v0.2.2 |
2195 | 2024-07-13T03:41:54.888Z | Downloaded getrandom v0.1.16 |
2196 | 2024-07-13T03:41:54.893Z | Downloaded russh-keys v0.43.0 |
2197 | 2024-07-13T03:41:54.893Z | Downloaded ecdsa v0.16.9 |
2198 | 2024-07-13T03:41:54.893Z | Downloaded pbkdf2 v0.12.2 |
2199 | 2024-07-13T03:41:54.897Z | Downloaded password-hash v0.4.2 |
2200 | 2024-07-13T03:41:54.901Z | Downloaded p256 v0.13.2 |
2201 | 2024-07-13T03:41:54.909Z | Downloaded ed25519-dalek v2.1.1 |
2202 | 2024-07-13T03:41:54.920Z | Downloaded russh v0.43.0 |
2203 | 2024-07-13T03:41:54.925Z | Downloaded aes v0.8.4 |
2204 | 2024-07-13T03:41:54.929Z | Downloaded rand v0.7.3 |
2205 | 2024-07-13T03:41:54.934Z | Downloaded p521 v0.13.3 |
2206 | 2024-07-13T03:41:54.938Z | Downloaded aes-gcm v0.10.3 |
2207 | 2024-07-13T03:41:55.068Z | Compiling serde v1.0.204 |
2208 | 2024-07-13T03:41:55.071Z | Compiling scopeguard v1.2.0 |
2209 | 2024-07-13T03:41:55.167Z | Compiling log v0.4.21 |
2210 | 2024-07-13T03:41:55.179Z | Compiling smallvec v1.13.2 |
2211 | 2024-07-13T03:41:55.182Z | Compiling syn v2.0.68 |
2212 | 2024-07-13T03:41:55.182Z | Compiling getrandom v0.2.14 |
2213 | 2024-07-13T03:41:55.182Z | Compiling generic-array v0.14.7 |
2214 | 2024-07-13T03:41:55.184Z | Compiling libm v0.2.8 |
2215 | 2024-07-13T03:41:55.283Z | Compiling lock_api v0.4.12 |
2216 | 2024-07-13T03:41:55.509Z | Compiling rand_core v0.6.4 |
2217 | 2024-07-13T03:41:55.617Z | Compiling parking_lot_core v0.9.10 |
2218 | 2024-07-13T03:41:55.651Z | Compiling num-traits v0.2.19 |
2219 | 2024-07-13T03:41:55.680Z | Compiling subtle v2.5.0 |
2220 | 2024-07-13T03:41:55.710Z | Compiling mio v0.8.11 |
2221 | 2024-07-13T03:41:55.783Z | Compiling spin v0.9.8 |
2222 | 2024-07-13T03:41:56.013Z | Compiling parking_lot v0.12.2 |
2223 | 2024-07-13T03:41:56.032Z | Compiling ahash v0.8.11 |
2224 | 2024-07-13T03:41:56.176Z | Compiling serde_json v1.0.120 |
2225 | 2024-07-13T03:41:56.212Z | Compiling allocator-api2 v0.2.18 |
2226 | 2024-07-13T03:41:56.263Z | Compiling const-oid v0.9.6 |
2227 | 2024-07-13T03:41:56.427Z | Compiling iana-time-zone v0.1.60 |
2228 | 2024-07-13T03:41:56.515Z | Compiling syn v1.0.109 |
2229 | 2024-07-13T03:41:56.970Z | Compiling unicode-normalization v0.1.23 |
2230 | 2024-07-13T03:41:56.990Z | Compiling unicode-bidi v0.3.15 |
2231 | 2024-07-13T03:41:57.015Z | Compiling schemars v0.8.21 |
2232 | 2024-07-13T03:41:57.085Z | Compiling dyn-clone v1.0.17 |
2233 | 2024-07-13T03:41:57.317Z | Compiling ppv-lite86 v0.2.17 |
2234 | 2024-07-13T03:41:57.363Z | Compiling time-macros v0.2.18 |
2235 | 2024-07-13T03:41:58.075Z | Compiling ring v0.17.8 |
2236 | 2024-07-13T03:41:58.108Z | Compiling rand_chacha v0.3.1 |
2237 | 2024-07-13T03:41:58.160Z | Compiling aho-corasick v1.1.3 |
2238 | 2024-07-13T03:41:58.584Z | Compiling regex-syntax v0.8.3 |
2239 | 2024-07-13T03:41:59.016Z | Compiling rand v0.8.5 |
2240 | 2024-07-13T03:42:00.492Z | Compiling idna v0.5.0 |
2241 | 2024-07-13T03:42:00.971Z | Compiling time v0.3.36 |
2242 | 2024-07-13T03:42:01.204Z | Compiling slog v2.7.0 |
2243 | 2024-07-13T03:42:01.783Z | Compiling url v2.5.0 |
2244 | 2024-07-13T03:42:02.103Z | Compiling regex-automata v0.4.6 |
2245 | 2024-07-13T03:42:02.249Z | Compiling untrusted v0.9.0 |
2246 | 2024-07-13T03:42:03.747Z | Compiling serde_derive_internals v0.29.1 |
2247 | 2024-07-13T03:42:04.832Z | Compiling lazy_static v1.5.0 |
2248 | 2024-07-13T03:42:04.966Z | Compiling backtrace v0.3.71 |
2249 | 2024-07-13T03:42:05.377Z | Compiling gimli v0.28.1 |
2250 | 2024-07-13T03:42:05.435Z | Compiling object v0.32.2 |
2251 | 2024-07-13T03:42:06.447Z | Compiling rustc-demangle v0.1.24 |
2252 | 2024-07-13T03:42:06.517Z | Compiling anyhow v1.0.86 |
2253 | 2024-07-13T03:42:06.669Z | Compiling winnow v0.5.40 |
2254 | 2024-07-13T03:42:07.300Z | Compiling rustls v0.21.12 |
2255 | 2024-07-13T03:42:07.445Z | Compiling crossbeam-utils v0.8.19 |
2256 | 2024-07-13T03:42:07.573Z | Compiling regex v1.10.5 |
2257 | 2024-07-13T03:42:08.119Z | Compiling base64ct v1.6.0 |
2258 | 2024-07-13T03:42:08.799Z | Compiling sct v0.7.1 |
2259 | 2024-07-13T03:42:08.815Z | Compiling rustls-webpki v0.101.7 |
2260 | 2024-07-13T03:42:09.130Z | Compiling cookie v0.17.0 |
2261 | 2024-07-13T03:42:10.431Z | Compiling addr2line v0.21.0 |
2262 | 2024-07-13T03:42:10.613Z | Compiling serde_derive v1.0.204 |
2263 | 2024-07-13T03:42:10.640Z | Compiling zeroize_derive v1.4.2 |
2264 | 2024-07-13T03:42:10.763Z | Compiling thiserror-impl v1.0.60 |
2265 | 2024-07-13T03:42:10.859Z | Compiling zerocopy-derive v0.7.34 |
2266 | 2024-07-13T03:42:11.086Z | Compiling tokio-macros v2.3.0 |
2267 | 2024-07-13T03:42:12.066Z | Compiling futures-macro v0.3.30 |
2268 | 2024-07-13T03:42:12.302Z | Compiling zeroize v1.7.0 |
2269 | 2024-07-13T03:42:12.840Z | Compiling schemars_derive v0.8.21 |
2270 | 2024-07-13T03:42:12.864Z | Compiling tracing-attributes v0.1.27 |
2271 | 2024-07-13T03:42:13.291Z | Compiling zerocopy v0.7.34 |
2272 | 2024-07-13T03:42:14.411Z | Compiling crypto-common v0.1.6 |
2273 | 2024-07-13T03:42:14.431Z | Compiling thiserror v1.0.60 |
2274 | 2024-07-13T03:42:14.431Z | Compiling futures-util v0.3.30 |
2275 | 2024-07-13T03:42:14.575Z | Compiling block-buffer v0.10.4 |
2276 | 2024-07-13T03:42:14.643Z | Compiling async-trait v0.1.81 |
2277 | 2024-07-13T03:42:14.851Z | Compiling digest v0.10.7 |
2278 | 2024-07-13T03:42:15.825Z | Compiling hashbrown v0.14.5 |
2279 | 2024-07-13T03:42:15.893Z | Compiling openssl-macros v0.1.1 |
2280 | 2024-07-13T03:42:16.683Z | Compiling pest v2.7.10 |
2281 | 2024-07-13T03:42:17.038Z | Compiling tracing v0.1.40 |
2282 | 2024-07-13T03:42:17.514Z | Compiling idna v0.3.0 |
2283 | 2024-07-13T03:42:17.556Z | Compiling data-encoding v2.6.0 |
2284 | 2024-07-13T03:42:17.559Z | Compiling psl-types v2.0.11 |
2285 | 2024-07-13T03:42:17.775Z | Compiling hmac v0.12.1 |
2286 | 2024-07-13T03:42:18.034Z | Compiling scroll_derive v0.12.0 |
2287 | 2024-07-13T03:42:19.098Z | Compiling pest_meta v2.7.10 |
2288 | 2024-07-13T03:42:19.228Z | Compiling publicsuffix v2.2.3 |
2289 | 2024-07-13T03:42:19.626Z | Compiling bitflags v1.3.2 |
2290 | 2024-07-13T03:42:19.645Z | Compiling scroll v0.12.0 |
2291 | 2024-07-13T03:42:19.731Z | Compiling webpki-roots v0.25.4 |
2292 | 2024-07-13T03:42:19.894Z | Compiling block-padding v0.3.3 |
2293 | 2024-07-13T03:42:20.131Z | Compiling futures-executor v0.3.30 |
2294 | 2024-07-13T03:42:20.156Z | Compiling goblin v0.8.2 |
2295 | 2024-07-13T03:42:20.240Z | Compiling der_derive v0.7.2 |
2296 | 2024-07-13T03:42:20.568Z | Compiling futures v0.3.30 |
2297 | 2024-07-13T03:42:20.701Z | Compiling pest_generator v2.7.10 |
2298 | 2024-07-13T03:42:20.720Z | Compiling pem-rfc7468 v0.7.0 |
2299 | 2024-07-13T03:42:20.811Z | Compiling flagset v0.4.5 |
2300 | 2024-07-13T03:42:20.942Z | Compiling inout v0.1.3 |
2301 | 2024-07-13T03:42:21.231Z | Compiling cipher v0.4.4 |
2302 | 2024-07-13T03:42:21.483Z | Compiling sha2 v0.10.8 |
2303 | 2024-07-13T03:42:21.812Z | Compiling either v1.12.0 |
2304 | 2024-07-13T03:42:22.206Z | Compiling ff v0.13.0 |
2305 | 2024-07-13T03:42:22.433Z | Compiling base16ct v0.2.0 |
2306 | 2024-07-13T03:42:22.773Z | Compiling stable_deref_trait v1.2.0 |
2307 | 2024-07-13T03:42:22.832Z | Compiling group v0.13.0 |
2308 | 2024-07-13T03:42:22.874Z | Compiling der v0.7.9 |
2309 | 2024-07-13T03:42:22.890Z | Compiling hkdf v0.12.4 |
2310 | 2024-07-13T03:42:23.130Z | Compiling crypto-bigint v0.5.5 |
2311 | 2024-07-13T03:42:23.156Z | Compiling crossbeam-epoch v0.9.18 |
2312 | 2024-07-13T03:42:27.422Z | Compiling num-integer v0.1.46 |
2313 | 2024-07-13T03:42:27.487Z | Compiling pest_derive v2.7.10 |
2314 | 2024-07-13T03:42:27.487Z | Compiling unicode-segmentation v1.11.0 |
2315 | 2024-07-13T03:42:27.487Z | Compiling spki v0.7.3 |
2316 | 2024-07-13T03:42:27.487Z | Compiling dtrace-parser v0.2.0 |
2317 | 2024-07-13T03:42:27.487Z | Compiling pkcs8 v0.10.2 |
2318 | 2024-07-13T03:42:27.487Z | Compiling managed v0.8.0 |
2319 | 2024-07-13T03:42:27.487Z | Compiling bytes v1.6.0 |
2320 | 2024-07-13T03:42:27.487Z | Compiling indexmap v2.2.6 |
2321 | 2024-07-13T03:42:27.487Z | Compiling uuid v1.9.1 |
2322 | 2024-07-13T03:42:27.487Z | Compiling chrono v0.4.38 |
2323 | 2024-07-13T03:42:27.487Z | Compiling tokio v1.38.0 |
2324 | 2024-07-13T03:42:27.603Z | Compiling bitflags v2.5.0 |
2325 | 2024-07-13T03:42:27.607Z | Compiling semver v1.0.23 |
2326 | 2024-07-13T03:42:27.932Z | Compiling http v0.2.12 |
2327 | 2024-07-13T03:42:28.106Z | Compiling serde_tokenstream v0.2.1 |
2328 | 2024-07-13T03:42:28.390Z | Compiling serde_spanned v0.6.6 |
2329 | 2024-07-13T03:42:28.648Z | Compiling toml_datetime v0.6.6 |
2330 | 2024-07-13T03:42:28.701Z | Compiling openssl v0.10.64 |
2331 | 2024-07-13T03:42:29.192Z | Compiling toml_edit v0.19.15 |
2332 | 2024-07-13T03:42:29.317Z | Compiling rustix v0.38.34 |
2333 | 2024-07-13T03:42:30.536Z | Compiling http-body v0.4.6 |
2334 | 2024-07-13T03:42:30.773Z | Compiling serde_urlencoded v0.7.1 |
2335 | 2024-07-13T03:42:30.865Z | Compiling cookie_store v0.20.0 |
2336 | 2024-07-13T03:42:31.009Z | Compiling openapiv3 v2.0.0 |
2337 | 2024-07-13T03:42:31.319Z | Compiling rustc_version v0.4.0 |
2338 | 2024-07-13T03:42:32.156Z | Compiling dof v0.3.0 |
2339 | 2024-07-13T03:42:32.445Z | Compiling sec1 v0.7.3 |
2340 | 2024-07-13T03:42:32.463Z | Compiling ipnetwork v0.20.0 |
2341 | 2024-07-13T03:42:33.063Z | Compiling usdt-impl v0.5.0 |
2342 | 2024-07-13T03:42:33.263Z | Compiling elliptic-curve v0.13.8 |
2343 | 2024-07-13T03:42:33.421Z | Compiling toml v0.7.8 |
2344 | 2024-07-13T03:42:34.110Z | Compiling toml_edit v0.22.14 |
2345 | 2024-07-13T03:42:34.532Z | Compiling hex v0.4.3 |
2346 | 2024-07-13T03:42:34.742Z | Compiling native-tls v0.2.11 |
2347 | 2024-07-13T03:42:35.160Z | Compiling usdt-macro v0.5.0 |
2348 | 2024-07-13T03:42:35.177Z | Compiling usdt-attr-macro v0.5.0 |
2349 | 2024-07-13T03:42:35.384Z | Compiling tokio-util v0.7.11 |
2350 | 2024-07-13T03:42:35.528Z | Compiling tokio-native-tls v0.3.1 |
2351 | 2024-07-13T03:42:35.825Z | Compiling tokio-rustls v0.24.1 |
2352 | 2024-07-13T03:42:36.237Z | Compiling matches v0.1.10 |
2353 | 2024-07-13T03:42:36.334Z | Compiling idna v0.2.3 |
2354 | 2024-07-13T03:42:36.678Z | Compiling h2 v0.3.26 |
2355 | 2024-07-13T03:42:36.833Z | Compiling enum-as-inner v0.5.1 |
2356 | 2024-07-13T03:42:36.886Z | Compiling usdt v0.5.0 |
2357 | 2024-07-13T03:42:37.399Z | Compiling siphasher v0.3.11 |
2358 | 2024-07-13T03:42:37.546Z | Compiling bit-vec v0.6.3 |
2359 | 2024-07-13T03:42:37.579Z | Compiling heapless v0.7.17 |
2360 | 2024-07-13T03:42:37.786Z | Compiling terminal_size v0.3.0 |
2361 | 2024-07-13T03:42:37.884Z | Compiling trust-dns-proto v0.22.0 |
2362 | 2024-07-13T03:42:37.946Z | Compiling num-bigint v0.4.5 |
2363 | 2024-07-13T03:42:37.983Z | Compiling regress v0.9.1 |
2364 | 2024-07-13T03:42:38.002Z | Compiling finl_unicode v1.2.0 |
2365 | 2024-07-13T03:42:38.016Z | Compiling signal-hook v0.3.17 |
2366 | 2024-07-13T03:42:38.302Z | Compiling clap_builder v4.5.2 |
2367 | 2024-07-13T03:42:38.640Z | Compiling stringprep v0.1.4 |
2368 | 2024-07-13T03:42:40.067Z | Compiling itertools v0.10.5 |
2369 | 2024-07-13T03:42:42.768Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-07-13T03:42:42.934Z | Compiling yasna v0.5.2 |
2371 | 2024-07-13T03:42:43.142Z | Compiling md-5 v0.10.6 |
2372 | 2024-07-13T03:42:43.212Z | Compiling clap_derive v4.5.4 |
2373 | 2024-07-13T03:42:43.423Z | Compiling hyper v0.14.28 |
2374 | 2024-07-13T03:42:44.925Z | Compiling hash32 v0.2.1 |
2375 | 2024-07-13T03:42:45.317Z | Compiling smoltcp v0.9.1 |
2376 | 2024-07-13T03:42:46.091Z | Compiling fallible-iterator v0.2.0 |
2377 | 2024-07-13T03:42:46.752Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2378 | 2024-07-13T03:42:46.830Z | Compiling regex-automata v0.1.10 |
2379 | 2024-07-13T03:42:47.318Z | Compiling bstr v0.2.17 |
2380 | 2024-07-13T03:42:47.347Z | Compiling postgres-protocol v0.6.6 |
2381 | 2024-07-13T03:42:48.426Z | Compiling clap v4.5.4 |
2382 | 2024-07-13T03:42:48.550Z | Compiling phf_shared v0.11.2 |
2383 | 2024-07-13T03:42:48.757Z | Compiling tokio-stream v0.1.15 |
2384 | 2024-07-13T03:42:48.791Z | Compiling hubpack_derive v0.1.1 |
2385 | 2024-07-13T03:42:48.858Z | Compiling zerocopy-derive v0.6.6 |
2386 | 2024-07-13T03:42:48.908Z | Compiling diesel_table_macro_syntax v0.1.0 |
2387 | 2024-07-13T03:42:48.980Z | Compiling scheduled-thread-pool v0.2.7 |
2388 | 2024-07-13T03:42:49.116Z | Compiling fs-err v2.11.0 |
2389 | 2024-07-13T03:42:49.334Z | Compiling fixedbitset v0.4.2 |
2390 | 2024-07-13T03:42:49.555Z | Compiling diesel_derives v2.1.4 |
2391 | 2024-07-13T03:42:49.583Z | Compiling petgraph v0.6.5 |
2392 | 2024-07-13T03:42:49.735Z | Compiling hubpack v0.1.2 |
2393 | 2024-07-13T03:42:49.751Z | Compiling r2d2 v0.8.10 |
2394 | 2024-07-13T03:42:49.789Z | Compiling phf v0.11.2 |
2395 | 2024-07-13T03:42:50.117Z | Compiling hyper-rustls v0.24.2 |
2396 | 2024-07-13T03:42:50.204Z | Compiling hyper-tls v0.5.0 |
2397 | 2024-07-13T03:42:50.484Z | Compiling reqwest v0.11.27 |
2398 | 2024-07-13T03:42:50.557Z | Compiling signal-hook-mio v0.2.3 |
2399 | 2024-07-13T03:42:50.725Z | Compiling similar v2.5.0 |
2400 | 2024-07-13T03:42:51.102Z | Compiling zerocopy v0.6.6 |
2401 | 2024-07-13T03:42:51.970Z | Compiling postgres-types v0.2.6 |
2402 | 2024-07-13T03:42:52.588Z | Compiling phf_shared v0.10.0 |
2403 | 2024-07-13T03:42:53.024Z | Compiling num-iter v0.1.45 |
2404 | 2024-07-13T03:42:53.228Z | Compiling strum_macros v0.25.3 |
2405 | 2024-07-13T03:42:53.429Z | Compiling serde_repr v0.1.19 |
2406 | 2024-07-13T03:42:53.494Z | Compiling getopts v0.2.21 |
2407 | 2024-07-13T03:42:53.546Z | Compiling console v0.15.8 |
2408 | 2024-07-13T03:42:53.548Z | Compiling float-cmp v0.9.0 |
2409 | 2024-07-13T03:42:53.820Z | Compiling difflib v0.4.0 |
2410 | 2024-07-13T03:42:54.589Z | Compiling normalize-line-endings v0.3.0 |
2411 | 2024-07-13T03:42:54.701Z | Compiling new_debug_unreachable v1.0.6 |
2412 | 2024-07-13T03:42:54.728Z | Compiling whoami v1.5.1 |
2413 | 2024-07-13T03:42:54.807Z | Compiling unsafe-libyaml v0.2.11 |
2414 | 2024-07-13T03:42:55.103Z | Compiling minimal-lexical v0.2.1 |
2415 | 2024-07-13T03:42:55.413Z | Compiling static_assertions v1.1.0 |
2416 | 2024-07-13T03:42:55.468Z | Compiling precomputed-hash v0.1.1 |
2417 | 2024-07-13T03:42:55.524Z | Compiling predicates-core v1.0.6 |
2418 | 2024-07-13T03:42:55.594Z | Compiling string_cache v0.8.7 |
2419 | 2024-07-13T03:42:55.661Z | Compiling nom v7.1.3 |
2420 | 2024-07-13T03:42:55.916Z | Compiling predicates v3.1.0 |
2421 | 2024-07-13T03:42:56.084Z | Compiling serde_yaml v0.9.34+deprecated |
2422 | 2024-07-13T03:42:56.767Z | Compiling tokio-postgres v0.7.10 |
2423 | 2024-07-13T03:42:57.593Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2424 | 2024-07-13T03:42:57.708Z | Compiling crossterm v0.27.0 |
2425 | 2024-07-13T03:43:00.366Z | Compiling bit-set v0.5.3 |
2426 | 2024-07-13T03:43:00.597Z | Compiling itertools v0.12.1 |
2427 | 2024-07-13T03:43:00.670Z | Compiling bstr v1.9.1 |
2428 | 2024-07-13T03:43:01.487Z | Compiling unicode-xid v0.2.4 |
2429 | 2024-07-13T03:43:01.670Z | Compiling peg-runtime v0.8.3 |
2430 | 2024-07-13T03:43:01.958Z | Compiling lalrpop-util v0.19.12 |
2431 | 2024-07-13T03:43:02.717Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2432 | 2024-07-13T03:43:02.730Z | Compiling sha1 v0.10.6 |
2433 | 2024-07-13T03:43:02.730Z | Compiling camino v1.1.7 |
2434 | 2024-07-13T03:43:02.779Z | Compiling strum_macros v0.26.4 |
2435 | 2024-07-13T03:43:02.804Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2436 | 2024-07-13T03:43:02.807Z | Compiling http v1.1.0 |
2437 | 2024-07-13T03:43:03.042Z | Compiling diesel v2.1.6 |
2438 | 2024-07-13T03:43:03.543Z | Compiling base64 v0.22.1 |
2439 | 2024-07-13T03:43:03.855Z | Compiling toml v0.8.14 |
2440 | 2024-07-13T03:43:04.159Z | Compiling ident_case v1.0.1 |
2441 | 2024-07-13T03:43:04.354Z | Compiling rustls-pki-types v1.7.0 |
2442 | 2024-07-13T03:43:04.374Z | Compiling darling_core v0.20.9 |
2443 | 2024-07-13T03:43:05.230Z | Compiling crossbeam-channel v0.5.12 |
2444 | 2024-07-13T03:43:05.402Z | Compiling paste v1.0.15 |
2445 | 2024-07-13T03:43:05.692Z | Compiling rustls v0.22.4 |
2446 | 2024-07-13T03:43:05.985Z | Compiling slog-term v2.9.1 |
2447 | 2024-07-13T03:43:05.988Z | Compiling rustls-webpki v0.102.4 |
2448 | 2024-07-13T03:43:06.372Z | Compiling slog-async v2.8.0 |
2449 | 2024-07-13T03:43:06.500Z | Compiling multer v3.1.0 |
2450 | 2024-07-13T03:43:06.786Z | Compiling instant v0.1.12 |
2451 | 2024-07-13T03:43:07.323Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2452 | 2024-07-13T03:43:07.468Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2453 | 2024-07-13T03:43:07.597Z | Compiling slog-json v2.6.1 |
2454 | 2024-07-13T03:43:08.009Z | Compiling async-stream-impl v0.3.5 |
2455 | 2024-07-13T03:43:08.126Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2456 | 2024-07-13T03:43:08.268Z | Compiling strum v0.26.2 |
2457 | 2024-07-13T03:43:08.423Z | Compiling debug-ignore v1.0.5 |
2458 | 2024-07-13T03:43:08.467Z | Compiling atomic-waker v1.1.2 |
2459 | 2024-07-13T03:43:08.599Z | Compiling waitgroup v0.1.2 |
2460 | 2024-07-13T03:43:08.697Z | Compiling slog-bunyan v2.5.0 |
2461 | 2024-07-13T03:43:08.861Z | Compiling rustls-pemfile v2.1.2 |
2462 | 2024-07-13T03:43:08.910Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2463 | 2024-07-13T03:43:09.345Z | Compiling serde_path_to_error v0.1.16 |
2464 | 2024-07-13T03:43:09.441Z | Compiling async-stream v0.3.5 |
2465 | 2024-07-13T03:43:09.801Z | Compiling structmeta-derive v0.3.0 |
2466 | 2024-07-13T03:43:09.873Z | Compiling hostname v0.4.0 |
2467 | 2024-07-13T03:43:10.158Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2468 | 2024-07-13T03:43:10.206Z | Compiling newtype-uuid v1.1.0 |
2469 | 2024-07-13T03:43:10.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2470 | 2024-07-13T03:43:10.917Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2471 | 2024-07-13T03:43:11.228Z | Compiling tokio-rustls v0.25.0 |
2472 | 2024-07-13T03:43:11.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2473 | 2024-07-13T03:43:11.477Z | Compiling backoff v0.4.0 |
2474 | 2024-07-13T03:43:11.631Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2475 | 2024-07-13T03:43:11.806Z | Compiling macaddr v1.0.1 |
2476 | 2024-07-13T03:43:11.845Z | Compiling proc-macro-crate v1.3.1 |
2477 | 2024-07-13T03:43:11.866Z | Compiling darling_macro v0.20.9 |
2478 | 2024-07-13T03:43:12.285Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2479 | 2024-07-13T03:43:12.615Z | Compiling fastrand v2.1.0 |
2480 | 2024-07-13T03:43:12.856Z | Compiling structmeta v0.3.0 |
2481 | 2024-07-13T03:43:12.906Z | Compiling darling v0.20.9 |
2482 | 2024-07-13T03:43:12.965Z | Compiling num_enum_derive v0.5.11 |
2483 | 2024-07-13T03:43:13.030Z | Compiling serde_with_macros v3.8.3 |
2484 | 2024-07-13T03:43:13.198Z | Compiling tempfile v3.10.1 |
2485 | 2024-07-13T03:43:13.320Z | Compiling parse-display-derive v0.9.1 |
2486 | 2024-07-13T03:43:14.206Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2487 | 2024-07-13T03:43:14.509Z | Compiling foreign-types-macros v0.2.3 |
2488 | 2024-07-13T03:43:15.840Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-07-13T03:43:15.887Z | Compiling num_enum v0.5.11 |
2490 | 2024-07-13T03:43:16.063Z | Compiling foreign-types-shared v0.3.1 |
2491 | 2024-07-13T03:43:16.120Z | Compiling heapless v0.8.0 |
2492 | 2024-07-13T03:43:16.163Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2493 | 2024-07-13T03:43:16.182Z | Compiling foreign-types v0.5.0 |
2494 | 2024-07-13T03:43:16.278Z | Compiling serde_with v3.8.3 |
2495 | 2024-07-13T03:43:16.329Z | Compiling proc-macro-error v1.0.4 |
2496 | 2024-07-13T03:43:17.172Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2497 | 2024-07-13T03:43:17.235Z | Compiling hash32 v0.3.1 |
2498 | 2024-07-13T03:43:17.339Z | Compiling cstr-argument v0.1.2 |
2499 | 2024-07-13T03:43:17.483Z | Compiling smoltcp v0.11.0 |
2500 | 2024-07-13T03:43:17.600Z | Compiling pretty-hex v0.2.1 |
2501 | 2024-07-13T03:43:17.787Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2502 | 2024-07-13T03:43:18.180Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2503 | 2024-07-13T03:43:18.340Z | Compiling camino-tempfile v1.1.1 |
2504 | 2024-07-13T03:43:18.355Z | Compiling parse-display v0.9.1 |
2505 | 2024-07-13T03:43:18.849Z | Compiling tabwriter v1.4.0 |
2506 | 2024-07-13T03:43:18.867Z | Compiling colored v2.1.0 |
2507 | 2024-07-13T03:43:19.147Z | Compiling socket2 v0.4.10 |
2508 | 2024-07-13T03:43:19.378Z | Compiling embedded-io v0.4.0 |
2509 | 2024-07-13T03:43:19.400Z | Compiling cobs v0.2.3 |
2510 | 2024-07-13T03:43:19.608Z | Compiling postcard v1.0.8 |
2511 | 2024-07-13T03:43:19.704Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2512 | 2024-07-13T03:43:19.986Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2513 | 2024-07-13T03:43:20.076Z | Compiling crucible-workspace-hack v0.1.0 |
2514 | 2024-07-13T03:43:20.242Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2515 | 2024-07-13T03:43:20.363Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2516 | 2024-07-13T03:43:20.474Z | Compiling smf v0.2.3 |
2517 | 2024-07-13T03:43:20.490Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2518 | 2024-07-13T03:43:20.656Z | Compiling humantime v2.1.0 |
2519 | 2024-07-13T03:43:21.144Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2520 | 2024-07-13T03:43:21.207Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2521 | 2024-07-13T03:43:21.696Z | Compiling num-derive v0.4.2 |
2522 | 2024-07-13T03:43:21.929Z | Compiling sigpipe v0.1.3 |
2523 | 2024-07-13T03:43:22.067Z | Compiling utf-8 v0.7.6 |
2524 | 2024-07-13T03:43:22.260Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2525 | 2024-07-13T03:43:22.402Z | Compiling atty v0.2.14 |
2526 | 2024-07-13T03:43:22.546Z | Compiling same-file v1.0.6 |
2527 | 2024-07-13T03:43:22.647Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2528 | 2024-07-13T03:43:22.706Z | Compiling semver v0.1.20 |
2529 | 2024-07-13T03:43:22.776Z | Compiling rayon-core v1.12.1 |
2530 | 2024-07-13T03:43:23.061Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2531 | 2024-07-13T03:43:23.405Z | Compiling rustc_version v0.1.7 |
2532 | 2024-07-13T03:43:24.001Z | Compiling walkdir v2.5.0 |
2533 | 2024-07-13T03:43:24.220Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2534 | 2024-07-13T03:43:24.395Z | Compiling curve25519-dalek v4.1.3 |
2535 | 2024-07-13T03:43:24.742Z | Compiling newline-converter v0.3.0 |
2536 | 2024-07-13T03:43:24.855Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2537 | 2024-07-13T03:43:24.872Z | Compiling crossbeam-deque v0.8.5 |
2538 | 2024-07-13T03:43:24.920Z | Compiling universal-hash v0.5.1 |
2539 | 2024-07-13T03:43:25.033Z | Compiling prettyplease v0.2.20 |
2540 | 2024-07-13T03:43:25.122Z | Compiling opaque-debug v0.3.1 |
2541 | 2024-07-13T03:43:25.219Z | Compiling expectorate v1.1.0 |
2542 | 2024-07-13T03:43:25.223Z | Compiling newtype_derive v0.1.6 |
2543 | 2024-07-13T03:43:25.317Z | Compiling xattr v1.3.1 |
2544 | 2024-07-13T03:43:25.341Z | Compiling num-rational v0.4.2 |
2545 | 2024-07-13T03:43:25.393Z | Compiling signature v2.2.0 |
2546 | 2024-07-13T03:43:25.512Z | Compiling curve25519-dalek-derive v0.1.1 |
2547 | 2024-07-13T03:43:25.606Z | Compiling num-complex v0.4.6 |
2548 | 2024-07-13T03:43:25.712Z | Compiling ring v0.16.20 |
2549 | 2024-07-13T03:43:26.657Z | Compiling blake3 v1.5.1 |
2550 | 2024-07-13T03:43:26.832Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2551 | 2024-07-13T03:43:27.064Z | Compiling unicase v2.7.0 |
2552 | 2024-07-13T03:43:27.120Z | Compiling convert_case v0.4.0 |
2553 | 2024-07-13T03:43:27.163Z | Compiling getrandom v0.1.16 |
2554 | 2024-07-13T03:43:27.187Z | Compiling arc-swap v1.7.1 |
2555 | 2024-07-13T03:43:27.254Z | Compiling linked-hash-map v0.5.6 |
2556 | 2024-07-13T03:43:27.336Z | Compiling termcolor v1.4.1 |
2557 | 2024-07-13T03:43:27.607Z | Compiling quick-error v1.2.3 |
2558 | 2024-07-13T03:43:27.767Z | Compiling resolv-conf v0.7.0 |
2559 | 2024-07-13T03:43:27.839Z | Compiling env_logger v0.9.3 |
2560 | 2024-07-13T03:43:27.918Z | Compiling slog-scope v4.4.0 |
2561 | 2024-07-13T03:43:28.113Z | Compiling derive_more v0.99.18 |
2562 | 2024-07-13T03:43:28.240Z | Compiling lru-cache v0.1.2 |
2563 | 2024-07-13T03:43:28.486Z | Compiling tar v0.4.40 |
2564 | 2024-07-13T03:43:28.844Z | Compiling num v0.4.3 |
2565 | 2024-07-13T03:43:28.964Z | Compiling rayon v1.10.0 |
2566 | 2024-07-13T03:43:30.665Z | Compiling tungstenite v0.21.0 |
2567 | 2024-07-13T03:43:31.243Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-07-13T03:43:31.754Z | Compiling blake2 v0.10.6 |
2569 | 2024-07-13T03:43:32.592Z | Compiling bitstruct_derive v0.1.0 |
2570 | 2024-07-13T03:43:32.763Z | Compiling derive-where v1.2.7 |
2571 | 2024-07-13T03:43:33.125Z | Compiling password-hash v0.5.0 |
2572 | 2024-07-13T03:43:33.957Z | Compiling memmap2 v0.9.4 |
2573 | 2024-07-13T03:43:34.000Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-07-13T03:43:34.135Z | Compiling spin v0.5.2 |
2575 | 2024-07-13T03:43:34.166Z | Compiling home v0.5.9 |
2576 | 2024-07-13T03:43:34.384Z | Compiling parking_lot_core v0.8.6 |
2577 | 2024-07-13T03:43:34.429Z | Compiling constant_time_eq v0.3.0 |
2578 | 2024-07-13T03:43:34.454Z | Compiling float-ord v0.3.2 |
2579 | 2024-07-13T03:43:34.622Z | Compiling untrusted v0.7.1 |
2580 | 2024-07-13T03:43:34.638Z | Compiling ascii v1.1.0 |
2581 | 2024-07-13T03:43:34.819Z | Compiling libefi-sys v0.1.0 |
2582 | 2024-07-13T03:43:34.860Z | Compiling arrayvec v0.7.4 |
2583 | 2024-07-13T03:43:35.101Z | Compiling arrayref v0.3.7 |
2584 | 2024-07-13T03:43:39.081Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2585 | 2024-07-13T03:43:39.172Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2586 | 2024-07-13T03:43:39.172Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2587 | 2024-07-13T03:43:39.172Z | Compiling toolchain_find v0.4.0 |
2588 | 2024-07-13T03:43:39.172Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-13T03:43:39.172Z | Compiling bitstruct v0.1.1 |
2590 | 2024-07-13T03:43:39.172Z | Compiling argon2 v0.5.3 |
2591 | 2024-07-13T03:43:39.172Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-13T03:43:39.172Z | Compiling tokio-tungstenite v0.21.0 |
2593 | 2024-07-13T03:43:39.172Z | Compiling trust-dns-resolver v0.22.0 |
2594 | 2024-07-13T03:43:39.172Z | Compiling slog-stdlog v4.1.1 |
2595 | 2024-07-13T03:43:39.172Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-07-13T03:43:39.172Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2597 | 2024-07-13T03:43:39.172Z | Compiling serde_arrays v0.1.0 |
2598 | 2024-07-13T03:43:39.172Z | Compiling erased-serde v0.3.31 |
2599 | 2024-07-13T03:43:39.172Z | Compiling rfc6979 v0.4.0 |
2600 | 2024-07-13T03:43:39.172Z | Compiling aead v0.5.2 |
2601 | 2024-07-13T03:43:39.172Z | Compiling bitfield-struct v0.6.1 |
2602 | 2024-07-13T03:43:39.172Z | Compiling nibble_vec v0.1.0 |
2603 | 2024-07-13T03:43:39.173Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2604 | 2024-07-13T03:43:39.193Z | Compiling slog-dtrace v0.3.0 |
2605 | 2024-07-13T03:43:39.382Z | Compiling cancel-safe-futures v0.1.5 |
2606 | 2024-07-13T03:43:39.403Z | Compiling keccak v0.1.5 |
2607 | 2024-07-13T03:43:39.692Z | Compiling endian-type v0.1.2 |
2608 | 2024-07-13T03:43:39.750Z | Compiling topological-sort v0.2.2 |
2609 | 2024-07-13T03:43:39.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-07-13T03:43:39.908Z | Compiling radix_trie v0.2.1 |
2611 | 2024-07-13T03:43:39.950Z | Compiling omicron-zone-package v0.11.0 |
2612 | 2024-07-13T03:43:39.968Z | Compiling sha3 v0.10.8 |
2613 | 2024-07-13T03:43:39.993Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-07-13T03:43:40.236Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2615 | 2024-07-13T03:43:40.442Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2616 | 2024-07-13T03:43:40.568Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2617 | 2024-07-13T03:43:40.693Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2618 | 2024-07-13T03:43:40.965Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-07-13T03:43:41.002Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2620 | 2024-07-13T03:43:41.317Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2621 | 2024-07-13T03:43:41.704Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2622 | 2024-07-13T03:43:41.722Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2623 | 2024-07-13T03:43:41.962Z | Compiling ecdsa v0.16.9 |
2624 | 2024-07-13T03:43:42.719Z | Compiling rand_core v0.5.1 |
2625 | 2024-07-13T03:43:42.797Z | Compiling slog-envlogger v2.2.0 |
2626 | 2024-07-13T03:43:43.236Z | Compiling mime_guess v2.0.4 |
2627 | 2024-07-13T03:43:43.607Z | Compiling steno v0.4.1 |
2628 | 2024-07-13T03:43:43.642Z | Compiling rustfmt-wrapper v0.2.1 |
2629 | 2024-07-13T03:43:44.567Z | Compiling poly1305 v0.8.0 |
2630 | 2024-07-13T03:43:44.693Z | Compiling tungstenite v0.20.1 |
2631 | 2024-07-13T03:43:44.705Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2632 | 2024-07-13T03:43:45.476Z | Compiling primeorder v0.13.6 |
2633 | 2024-07-13T03:43:45.996Z | Compiling heck v0.3.3 |
2634 | 2024-07-13T03:43:46.364Z | Compiling chacha20 v0.9.1 |
2635 | 2024-07-13T03:43:46.438Z | Compiling secrecy v0.8.0 |
2636 | 2024-07-13T03:43:46.508Z | Compiling thiserror-impl-no-std v2.0.2 |
2637 | 2024-07-13T03:43:46.724Z | Compiling half v2.4.1 |
2638 | 2024-07-13T03:43:46.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2639 | 2024-07-13T03:43:46.888Z | Compiling ciborium-io v0.2.2 |
2640 | 2024-07-13T03:43:47.025Z | Compiling option-ext v0.2.0 |
2641 | 2024-07-13T03:43:47.065Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-07-13T03:43:47.176Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2643 | 2024-07-13T03:43:47.201Z | Compiling dirs-sys v0.4.1 |
2644 | 2024-07-13T03:43:47.316Z | Compiling ciborium-ll v0.2.2 |
2645 | 2024-07-13T03:43:47.785Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2646 | 2024-07-13T03:43:47.883Z | Compiling zone_cfg_derive v0.1.2 |
2647 | 2024-07-13T03:43:48.187Z | Compiling tokio-tungstenite v0.20.1 |
2648 | 2024-07-13T03:43:48.779Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2649 | 2024-07-13T03:43:48.797Z | Compiling parking_lot v0.11.2 |
2650 | 2024-07-13T03:43:49.186Z | Compiling rand_chacha v0.2.2 |
2651 | 2024-07-13T03:43:49.784Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2652 | 2024-07-13T03:43:49.858Z | Compiling thiserror-no-std v2.0.2 |
2653 | 2024-07-13T03:43:49.980Z | Compiling trust-dns-client v0.22.0 |
2654 | 2024-07-13T03:43:50.058Z | Compiling ed25519 v2.2.3 |
2655 | 2024-07-13T03:43:50.584Z | Compiling polyval v0.6.2 |
2656 | 2024-07-13T03:43:50.660Z | Compiling libsw v3.3.1 |
2657 | 2024-07-13T03:43:50.991Z | Compiling toml v0.5.11 |
2658 | 2024-07-13T03:43:51.043Z | Compiling ctr v0.9.2 |
2659 | 2024-07-13T03:43:51.217Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-07-13T03:43:51.413Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2661 | 2024-07-13T03:43:51.783Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2662 | 2024-07-13T03:43:53.301Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2663 | 2024-07-13T03:43:53.819Z | Compiling aes v0.8.4 |
2664 | 2024-07-13T03:43:54.845Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2665 | 2024-07-13T03:43:55.807Z | Compiling blowfish v0.9.1 |
2666 | 2024-07-13T03:43:56.277Z | Compiling pbkdf2 v0.12.2 |
2667 | 2024-07-13T03:43:56.462Z | Compiling password-hash v0.4.2 |
2668 | 2024-07-13T03:43:56.685Z | Compiling gethostname v0.4.3 |
2669 | 2024-07-13T03:43:56.957Z | Compiling fxhash v0.2.1 |
2670 | 2024-07-13T03:43:56.961Z | Compiling base64 v0.13.1 |
2671 | 2024-07-13T03:43:57.183Z | Compiling owo-colors v4.0.0 |
2672 | 2024-07-13T03:43:57.462Z | Compiling linear-map v1.2.0 |
2673 | 2024-07-13T03:43:57.604Z | Compiling ron v0.7.1 |
2674 | 2024-07-13T03:43:57.823Z | Compiling sled v0.34.7 |
2675 | 2024-07-13T03:43:59.584Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2024-07-13T03:43:59.615Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2677 | 2024-07-13T03:43:59.981Z | Compiling pbkdf2 v0.11.0 |
2678 | 2024-07-13T03:44:00.348Z | Compiling bcrypt-pbkdf v0.10.0 |
2679 | 2024-07-13T03:44:00.990Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-07-13T03:44:01.741Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2681 | 2024-07-13T03:44:03.145Z | Compiling trust-dns-server v0.22.1 |
2682 | 2024-07-13T03:44:03.309Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2683 | 2024-07-13T03:44:03.443Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-07-13T03:44:03.941Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2685 | 2024-07-13T03:44:06.281Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2686 | 2024-07-13T03:44:06.499Z | Compiling ghash v0.5.1 |
2687 | 2024-07-13T03:44:06.567Z | Compiling ed25519-dalek v2.1.1 |
2688 | 2024-07-13T03:44:06.712Z | Compiling vsss-rs v3.3.4 |
2689 | 2024-07-13T03:44:07.065Z | Compiling rand v0.7.3 |
2690 | 2024-07-13T03:44:07.756Z | Compiling zone v0.1.8 |
2691 | 2024-07-13T03:44:08.724Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2692 | 2024-07-13T03:44:09.539Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2693 | 2024-07-13T03:44:09.812Z | Compiling ciborium v0.2.2 |
2694 | 2024-07-13T03:44:10.146Z | Compiling dirs v5.0.1 |
2695 | 2024-07-13T03:44:10.247Z | Compiling chacha20poly1305 v0.10.1 |
2696 | 2024-07-13T03:44:10.351Z | Compiling p256 v0.13.2 |
2697 | 2024-07-13T03:44:10.455Z | Compiling p521 v0.13.3 |
2698 | 2024-07-13T03:44:11.275Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2699 | 2024-07-13T03:44:11.422Z | Compiling pem v3.0.4 |
2700 | 2024-07-13T03:44:11.446Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2701 | 2024-07-13T03:44:11.817Z | Compiling headers-core v0.2.0 |
2702 | 2024-07-13T03:44:11.999Z | Compiling cbc v0.1.2 |
2703 | 2024-07-13T03:44:12.256Z | Compiling kstat-rs v0.2.4 |
2704 | 2024-07-13T03:44:12.270Z | Compiling portpicker v0.1.1 |
2705 | 2024-07-13T03:44:12.583Z | Compiling nanorand v0.7.0 |
2706 | 2024-07-13T03:44:12.624Z | Compiling russh-cryptovec v0.7.2 |
2707 | 2024-07-13T03:44:12.920Z | Compiling glob v0.3.1 |
2708 | 2024-07-13T03:44:12.937Z | Compiling md5 v0.7.0 |
2709 | 2024-07-13T03:44:12.954Z | Compiling http-range v0.1.5 |
2710 | 2024-07-13T03:44:13.192Z | Compiling russh-keys v0.43.0 |
2711 | 2024-07-13T03:44:13.334Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2712 | 2024-07-13T03:44:13.440Z | Compiling hyper-staticfile v0.9.5 |
2713 | 2024-07-13T03:44:13.614Z | Compiling flume v0.11.0 |
2714 | 2024-07-13T03:44:13.961Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2715 | 2024-07-13T03:44:14.368Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2716 | 2024-07-13T03:44:14.487Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2717 | 2024-07-13T03:44:16.503Z | Compiling headers v0.3.9 |
2718 | 2024-07-13T03:44:16.715Z | Compiling rcgen v0.12.1 |
2719 | 2024-07-13T03:44:17.145Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2720 | 2024-07-13T03:44:17.653Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2721 | 2024-07-13T03:44:19.307Z | Compiling aes-gcm v0.10.3 |
2722 | 2024-07-13T03:44:19.597Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2024-07-13T03:44:20.646Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2724 | 2024-07-13T03:44:21.465Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2725 | 2024-07-13T03:44:22.597Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2726 | 2024-07-13T03:44:26.332Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2727 | 2024-07-13T03:44:26.486Z | Compiling atomicwrites v0.4.3 |
2728 | 2024-07-13T03:44:26.845Z | Compiling subprocess v0.2.9 |
2729 | 2024-07-13T03:44:28.089Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2730 | 2024-07-13T03:44:28.903Z | Compiling hex-literal v0.4.1 |
2731 | 2024-07-13T03:44:28.939Z | Compiling display-error-chain v0.2.0 |
2732 | 2024-07-13T03:44:29.082Z | Compiling dhcproto-macros v0.1.0 |
2733 | 2024-07-13T03:44:29.126Z | Compiling russh v0.43.0 |
2734 | 2024-07-13T03:44:29.921Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2735 | 2024-07-13T03:44:30.088Z | Compiling dhcproto v0.11.0 |
2736 | 2024-07-13T03:44:31.718Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2737 | 2024-07-13T03:44:32.793Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2738 | 2024-07-13T03:44:33.580Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2739 | 2024-07-13T03:44:34.117Z | Compiling internet-checksum v0.2.1 |
2740 | 2024-07-13T03:44:55.161Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2741 | 2024-07-13T03:45:39.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
2742 | 2024-07-13T03:45:39.252Z | |
2743 | 2024-07-13T03:45:39.255Z | real 3:45.128785161 |
2744 | 2024-07-13T03:45:39.255Z | user 20:01.047545392 |
2745 | 2024-07-13T03:45:39.255Z | sys 4:17.691698546 |
2746 | 2024-07-13T03:45:39.255Z | trap 0.581336781 |
2747 | 2024-07-13T03:45:39.255Z | tflt 0.598316579 |
2748 | 2024-07-13T03:45:39.255Z | dflt 1.930690000 |
2749 | 2024-07-13T03:45:39.255Z | kflt 0.000037243 |
2750 | 2024-07-13T03:45:39.255Z | lock 42:57.439690841 |
2751 | 2024-07-13T03:45:39.255Z | slp 57:47.603649260 |
2752 | 2024-07-13T03:45:39.256Z | lat 1:06.493275140 |
2753 | 2024-07-13T03:45:39.256Z | stop 2:26.631385092 |
2754 | 2024-07-13T03:45:39.256Z | + mkdir tests |
2755 | 2024-07-13T03:45:39.259Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2756 | 2024-07-13T03:45:39.259Z | + xargs -I '{}' -t cp '{}' tests/ |
2757 | 2024-07-13T03:45:39.966Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ee4c26c7a45e335a tests/ |
2758 | 2024-07-13T03:45:39.986Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-82f533e5e260e577 tests/ |
2759 | 2024-07-13T03:45:40.006Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a86cbfaf29142b9c tests/ |
2760 | 2024-07-13T03:45:40.026Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1ff4d33f42929297 tests/ |
2761 | 2024-07-13T03:45:40.316Z | + 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/*) |
2762 | 2024-07-13T03:45:40.319Z | + 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-82f533e5e260e577 tests/commtest-a86cbfaf29142b9c tests/dhcp_server-ee4c26c7a45e335a tests/end_to_end_tests-1ff4d33f42929297 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2763 | 2024-07-13T03:46:44.697Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2764 | 2024-07-13T03:46:44.697Z | a out/target/test 1K |
2765 | 2024-07-13T03:46:44.697Z | a out/npuzone/npuzone 23144K |
2766 | 2024-07-13T03:46:44.697Z | a package-manifest.toml 29K |
2767 | 2024-07-13T03:46:44.697Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2768 | 2024-07-13T03:46:44.697Z | a target/release/omicron-package 32509K |
2769 | 2024-07-13T03:46:44.697Z | a target/release/xtask 18147K |
2770 | 2024-07-13T03:46:44.697Z | a target/debug/bootstrap 358718K |
2771 | 2024-07-13T03:46:44.697Z | a tests/bootstrap-82f533e5e260e577 23983K |
2772 | 2024-07-13T03:46:44.697Z | a tests/commtest-a86cbfaf29142b9c 23984K |
2773 | 2024-07-13T03:46:44.697Z | a tests/dhcp_server-ee4c26c7a45e335a 23983K |
2774 | 2024-07-13T03:46:44.697Z | a tests/end_to_end_tests-1ff4d33f42929297 369517K |
2775 | 2024-07-13T03:46:44.697Z | a out/clickhouse.tar.gz 223111K |
2776 | 2024-07-13T03:46:44.697Z | a out/clickhouse_keeper.tar.gz 223085K |
2777 | 2024-07-13T03:46:44.697Z | a out/cockroachdb.tar.gz 131952K |
2778 | 2024-07-13T03:46:44.697Z | a out/crucible-dtrace.tar 85K |
2779 | 2024-07-13T03:46:44.697Z | a out/crucible-pantry-zone.tar.gz 27045K |
2780 | 2024-07-13T03:46:44.697Z | a out/crucible-zone.tar.gz 37415K |
2781 | 2024-07-13T03:46:44.697Z | a out/external-dns.tar.gz 25120K |
2782 | 2024-07-13T03:46:44.697Z | a out/internal-dns.tar.gz 25118K |
2783 | 2024-07-13T03:46:44.697Z | a out/mg-ddm-gz.tar 60617K |
2784 | 2024-07-13T03:46:44.697Z | a out/nexus.tar.gz 85108K |
2785 | 2024-07-13T03:46:44.697Z | a out/ntp.tar.gz 8924K |
2786 | 2024-07-13T03:46:44.697Z | a out/omicron-gateway-softnpu.tar.gz 13820K |
2787 | 2024-07-13T03:46:44.697Z | a out/omicron-sled-agent.tar 94583K |
2788 | 2024-07-13T03:46:44.697Z | a out/overlay.tar.gz 3K |
2789 | 2024-07-13T03:46:44.697Z | a out/oximeter.tar.gz 42114K |
2790 | 2024-07-13T03:46:44.697Z | a out/oxlog.tar 2955K |
2791 | 2024-07-13T03:46:44.697Z | a out/probe.tar.gz 2764K |
2792 | 2024-07-13T03:46:44.698Z | a out/propolis-server.tar.gz 64642K |
2793 | 2024-07-13T03:46:44.698Z | a out/pumpkind-gz.tar 26665K |
2794 | 2024-07-13T03:46:44.698Z | a out/switch-softnpu.tar.gz 198561K |
2795 | 2024-07-13T03:46:44.701Z | |
2796 | 2024-07-13T03:46:44.701Z | real 1:04.371040676 |
2797 | 2024-07-13T03:46:44.701Z | user 1:01.747429346 |
2798 | 2024-07-13T03:46:44.701Z | sys 3.536097240 |
2799 | 2024-07-13T03:46:44.701Z | trap 0.013016140 |
2800 | 2024-07-13T03:46:44.701Z | tflt 0.000000000 |
2801 | 2024-07-13T03:46:44.701Z | dflt 0.000000000 |
2802 | 2024-07-13T03:46:44.701Z | kflt 0.000000000 |
2803 | 2024-07-13T03:46:44.701Z | lock 0.000000000 |
2804 | 2024-07-13T03:46:44.701Z | slp 1:01.723368758 |
2805 | 2024-07-13T03:46:44.701Z | lat 1.717571813 |
2806 | 2024-07-13T03:46:44.701Z | stop 0.000184747 |
2807 | 2024-07-13T03:46:44.701Z | process exited: duration 1716331 ms, exit code 0 |
|
2808 | 2024-07-13T03:46:44.716Z | found 1 output files |
2809 | 2024-07-13T03:46:44.716Z | uploading: /work/package.tar.gz (1407252944 bytes) |
2810 | 2024-07-13T03:47:12.377Z | uploaded: /work/package.tar.gz |