|
|
|
1 | 2024-08-22T01:40:51.547Z | job assigned to worker 01J5VVV0RZ1G97YPE7ER4JQSX9 (queued for 1 m 8 s) |
|
2 | 2024-08-22T01:40:59.015Z | starting task 0: "setup" |
3 | 2024-08-22T01:40:59.018Z | ++ uname -s |
4 | 2024-08-22T01:40:59.018Z | + kern=SunOS |
5 | 2024-08-22T01:40:59.018Z | + case "$kern" in |
6 | 2024-08-22T01:40:59.018Z | + groupadd -g 12345 build |
7 | 2024-08-22T01:40:59.018Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T01:41:00.973Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T01:41:01.077Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T01:41:01.079Z | + home_fs=zfs |
11 | 2024-08-22T01:41:01.079Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T01:41:01.080Z | + mkdir -p /home/build |
13 | 2024-08-22T01:41:01.082Z | + chown build:build /home/build /work |
14 | 2024-08-22T01:41:03.083Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T01:41:03.086Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-08-22T01:41:03.104Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T01:41:03.107Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T01:41:03.107Z | * toolchain channel = "1.80.1" |
19 | 2024-08-22T01:41:03.107Z | ' 1.80.1 |
20 | 2024-08-22T01:41:03.107Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-22T01:41:03.107Z | * toolchain profile = "default" |
22 | 2024-08-22T01:41:03.107Z | ' default |
23 | 2024-08-22T01:41:03.110Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T01:41:03.110Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T01:41:03.231Z | info: downloading installer |
26 | 2024-08-22T01:41:04.426Z | info: profile set to 'default' |
27 | 2024-08-22T01:41:04.426Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T01:41:04.428Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T01:41:04.565Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T01:41:04.565Z | info: downloading component 'cargo' |
31 | 2024-08-22T01:41:05.434Z | info: downloading component 'clippy' |
32 | 2024-08-22T01:41:05.912Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T01:41:06.799Z | info: downloading component 'rust-std' |
34 | 2024-08-22T01:41:08.292Z | info: downloading component 'rustc' |
35 | 2024-08-22T01:41:11.975Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T01:41:12.466Z | info: installing component 'cargo' |
37 | 2024-08-22T01:41:13.277Z | info: installing component 'clippy' |
38 | 2024-08-22T01:41:13.641Z | info: installing component 'rust-docs' |
39 | 2024-08-22T01:41:15.263Z | info: installing component 'rust-std' |
40 | 2024-08-22T01:41:16.923Z | info: installing component 'rustc' |
41 | 2024-08-22T01:41:21.024Z | info: installing component 'rustfmt' |
42 | 2024-08-22T01:41:21.361Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-22T01:41:21.361Z | |
44 | 2024-08-22T01:41:21.626Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T01:41:21.626Z | |
46 | 2024-08-22T01:41:21.628Z | |
47 | 2024-08-22T01:41:21.628Z | Rust is installed now. Great! |
48 | 2024-08-22T01:41:21.628Z | |
49 | 2024-08-22T01:41:21.628Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T01:41:21.628Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T01:41:21.628Z | |
52 | 2024-08-22T01:41:21.628Z | To configure your current shell, you need to source |
53 | 2024-08-22T01:41:21.628Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T01:41:21.629Z | |
55 | 2024-08-22T01:41:21.629Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T01:41:21.629Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T01:41:21.629Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T01:41:21.679Z | + rustc --version |
59 | 2024-08-22T01:41:21.741Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T01:41:21.744Z | process exited: duration 18640 ms, exit code 0 |
|
61 | 2024-08-22T01:41:21.749Z | starting task 2: "authentication" |
62 | 2024-08-22T01:41:21.770Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-22T01:41:21.775Z | starting task 3: "clone repository" |
64 | 2024-08-22T01:41:21.780Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T01:41:21.783Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T01:41:22.045Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T01:41:28.348Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T01:41:28.351Z | + git fetch origin 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
69 | 2024-08-22T01:41:28.632Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T01:41:28.632Z | * branch 9f09cb82a13dee32d6443037467c6b18aa5e9585 -> FETCH_HEAD |
71 | 2024-08-22T01:41:28.641Z | + [[ -n iliana/crdb-prev ]] |
72 | 2024-08-22T01:41:28.644Z | ++ git branch --show-current |
73 | 2024-08-22T01:41:28.646Z | + current=main |
74 | 2024-08-22T01:41:28.646Z | + [[ main != iliana/crdb-prev ]] |
75 | 2024-08-22T01:41:28.646Z | + git branch -f iliana/crdb-prev 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
76 | 2024-08-22T01:41:28.649Z | + git checkout -f iliana/crdb-prev |
77 | 2024-08-22T01:41:28.799Z | Switched to branch 'iliana/crdb-prev' |
78 | 2024-08-22T01:41:28.802Z | + git reset --hard 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
79 | 2024-08-22T01:41:28.837Z | HEAD is now at 9f09cb82a review nits |
80 | 2024-08-22T01:41:28.839Z | process exited: duration 7061 ms, exit code 0 |
|
81 | 2024-08-22T01:41:28.845Z | starting task 4: "build" |
82 | 2024-08-22T01:41:28.850Z | + cargo --version |
83 | 2024-08-22T01:41:28.903Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T01:41:28.905Z | + rustc --version |
85 | 2024-08-22T01:41:28.961Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T01:41:28.965Z | + cd /tmp |
87 | 2024-08-22T01:41:28.965Z | + cargo new --lib test-project |
88 | 2024-08-22T01:41:29.017Z | Creating library `test-project` package |
89 | 2024-08-22T01:41:29.091Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-22T01:41:29.094Z | + cd test-project |
91 | 2024-08-22T01:41:29.094Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-22T01:41:29.149Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-22T01:41:29.149Z | Features: |
94 | 2024-08-22T01:41:29.149Z | - proptest |
95 | 2024-08-22T01:41:29.149Z | - test-strategy |
96 | 2024-08-22T01:41:29.149Z | - testing |
97 | 2024-08-22T01:41:29.152Z | Updating crates.io index |
98 | 2024-08-22T01:41:29.237Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-22T01:41:30.126Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-22T01:41:30.871Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-22T01:41:31.207Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-22T01:41:32.976Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-22T01:41:33.355Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-22T01:41:33.801Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-22T01:41:37.025Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-22T01:41:37.028Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-22T01:41:37.028Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-22T01:41:37.028Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-22T01:41:37.028Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-22T01:41:37.028Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-22T01:41:37.028Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-22T01:41:37.030Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-22T01:41:37.030Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-22T01:41:37.031Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-22T01:41:37.031Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-22T01:41:37.031Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-22T01:41:37.031Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-22T01:41:37.031Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-22T01:41:37.031Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-22T01:41:37.031Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-22T01:41:37.033Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-22T01:41:37.033Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-22T01:41:37.033Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-22T01:41:37.033Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-22T01:41:37.033Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-22T01:41:37.033Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-22T01:41:37.037Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-22T01:41:37.037Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-22T01:41:37.040Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-22T01:41:37.041Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-22T01:41:37.043Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-22T01:41:37.043Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-22T01:41:37.045Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-22T01:41:37.045Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-22T01:41:37.045Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-22T01:41:37.046Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-22T01:41:37.048Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-22T01:41:37.048Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-22T01:41:37.048Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-22T01:41:37.051Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-22T01:41:37.051Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-22T01:41:37.051Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-22T01:41:37.051Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-22T01:41:37.051Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-22T01:41:37.051Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-22T01:41:37.051Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-22T01:41:37.051Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-22T01:41:37.051Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-22T01:41:37.051Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-22T01:41:37.051Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-22T01:41:37.051Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-22T01:41:37.051Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-22T01:41:37.051Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-22T01:41:37.124Z | + cargo check |
155 | 2024-08-22T01:41:37.358Z | Downloading crates ... |
156 | 2024-08-22T01:41:37.443Z | Downloaded byteorder v1.5.0 |
157 | 2024-08-22T01:41:37.452Z | Downloaded autocfg v1.3.0 |
158 | 2024-08-22T01:41:37.456Z | Downloaded async-trait v0.1.81 |
159 | 2024-08-22T01:41:37.458Z | Downloaded unicode-ident v1.0.12 |
160 | 2024-08-22T01:41:37.462Z | Downloaded unsafe-libyaml v0.2.11 |
161 | 2024-08-22T01:41:37.467Z | Downloaded equivalent v1.0.1 |
162 | 2024-08-22T01:41:37.469Z | Downloaded foreign-types v0.3.2 |
163 | 2024-08-22T01:41:37.471Z | Downloaded async-stream-impl v0.3.5 |
164 | 2024-08-22T01:41:37.471Z | Downloaded darling_macro v0.20.10 |
165 | 2024-08-22T01:41:37.474Z | Downloaded version_check v0.9.5 |
166 | 2024-08-22T01:41:37.477Z | Downloaded ahash v0.8.11 |
167 | 2024-08-22T01:41:37.479Z | Downloaded want v0.3.1 |
168 | 2024-08-22T01:41:37.482Z | Downloaded sync_wrapper v0.1.2 |
169 | 2024-08-22T01:41:37.482Z | Downloaded openssl-probe v0.1.5 |
170 | 2024-08-22T01:41:37.484Z | Downloaded num_threads v0.1.7 |
171 | 2024-08-22T01:41:37.484Z | Downloaded form_urlencoded v1.2.1 |
172 | 2024-08-22T01:41:37.487Z | Downloaded hex v0.4.3 |
173 | 2024-08-22T01:41:37.489Z | Downloaded schemars_derive v0.8.21 |
174 | 2024-08-22T01:41:37.489Z | Downloaded rand_core v0.6.4 |
175 | 2024-08-22T01:41:37.492Z | Downloaded ppv-lite86 v0.2.20 |
176 | 2024-08-22T01:41:37.492Z | Downloaded httpdate v1.0.3 |
177 | 2024-08-22T01:41:37.494Z | Downloaded parse-display-derive v0.10.0 |
178 | 2024-08-22T01:41:37.494Z | Downloaded mime v0.3.17 |
179 | 2024-08-22T01:41:37.497Z | Downloaded generic-array v0.14.7 |
180 | 2024-08-22T01:41:37.497Z | Downloaded macaddr v1.0.1 |
181 | 2024-08-22T01:41:37.500Z | Downloaded cfg-if v1.0.0 |
182 | 2024-08-22T01:41:37.500Z | Downloaded strum v0.26.3 |
183 | 2024-08-22T01:41:37.502Z | Downloaded is-terminal v0.4.13 |
184 | 2024-08-22T01:41:37.502Z | Downloaded scroll v0.12.0 |
185 | 2024-08-22T01:41:37.504Z | Downloaded percent-encoding v2.3.1 |
186 | 2024-08-22T01:41:37.507Z | Downloaded cpufeatures v0.2.13 |
187 | 2024-08-22T01:41:37.507Z | Downloaded pin-utils v0.1.0 |
188 | 2024-08-22T01:41:37.509Z | Downloaded rustls-pemfile v1.0.4 |
189 | 2024-08-22T01:41:37.511Z | Downloaded slog-bunyan v2.5.0 |
190 | 2024-08-22T01:41:37.511Z | Downloaded iana-time-zone v0.1.60 |
191 | 2024-08-22T01:41:37.514Z | Downloaded hostname v0.3.1 |
192 | 2024-08-22T01:41:37.516Z | Downloaded serde_path_to_error v0.1.16 |
193 | 2024-08-22T01:41:37.519Z | Downloaded zerocopy-derive v0.7.35 |
194 | 2024-08-22T01:41:37.522Z | Downloaded lock_api v0.4.12 |
195 | 2024-08-22T01:41:37.524Z | Downloaded slog-json v2.6.1 |
196 | 2024-08-22T01:41:37.527Z | Downloaded serde_derive_internals v0.29.1 |
197 | 2024-08-22T01:41:37.529Z | Downloaded rustls-pki-types v1.8.0 |
198 | 2024-08-22T01:41:37.531Z | Downloaded try-lock v0.2.5 |
199 | 2024-08-22T01:41:37.531Z | Downloaded foreign-types-shared v0.1.1 |
200 | 2024-08-22T01:41:37.534Z | Downloaded structmeta v0.3.0 |
201 | 2024-08-22T01:41:37.534Z | Downloaded signal-hook-registry v1.4.2 |
202 | 2024-08-22T01:41:37.536Z | Downloaded proc-macro2 v1.0.86 |
203 | 2024-08-22T01:41:37.538Z | Downloaded tower-service v0.3.3 |
204 | 2024-08-22T01:41:37.541Z | Downloaded usdt-macro v0.5.0 |
205 | 2024-08-22T01:41:37.541Z | Downloaded futures-channel v0.3.30 |
206 | 2024-08-22T01:41:37.543Z | Downloaded crossbeam-utils v0.8.20 |
207 | 2024-08-22T01:41:37.546Z | Downloaded subtle v2.6.1 |
208 | 2024-08-22T01:41:37.548Z | Downloaded instant v0.1.13 |
209 | 2024-08-22T01:41:37.548Z | Downloaded serde_tokenstream v0.2.2 |
210 | 2024-08-22T01:41:37.550Z | Downloaded usdt v0.5.0 |
211 | 2024-08-22T01:41:37.553Z | Downloaded term v0.7.0 |
212 | 2024-08-22T01:41:37.555Z | Downloaded usdt-attr-macro v0.5.0 |
213 | 2024-08-22T01:41:37.555Z | Downloaded openssl-macros v0.1.1 |
214 | 2024-08-22T01:41:37.557Z | Downloaded match_cfg v0.1.0 |
215 | 2024-08-22T01:41:37.557Z | Downloaded ident_case v1.0.1 |
216 | 2024-08-22T01:41:37.560Z | Downloaded url v2.5.2 |
217 | 2024-08-22T01:41:37.562Z | Downloaded once_cell v1.19.0 |
218 | 2024-08-22T01:41:37.564Z | Downloaded omicron-workspace-hack v0.1.0 |
219 | 2024-08-22T01:41:37.565Z | Downloaded time-core v0.1.2 |
220 | 2024-08-22T01:41:37.567Z | Downloaded tokio-native-tls v0.3.1 |
221 | 2024-08-22T01:41:37.567Z | Downloaded serde_yaml v0.9.34+deprecated |
222 | 2024-08-22T01:41:37.571Z | Downloaded debug-ignore v1.0.5 |
223 | 2024-08-22T01:41:37.573Z | Downloaded tinyvec_macros v0.1.1 |
224 | 2024-08-22T01:41:37.576Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-08-22T01:41:37.576Z | Downloaded take_mut v0.2.2 |
226 | 2024-08-22T01:41:37.578Z | Downloaded spin v0.9.8 |
227 | 2024-08-22T01:41:37.578Z | Downloaded parse-display v0.10.0 |
228 | 2024-08-22T01:41:37.581Z | Downloaded rand_chacha v0.3.1 |
229 | 2024-08-22T01:41:37.581Z | Downloaded scopeguard v1.2.0 |
230 | 2024-08-22T01:41:37.583Z | Downloaded zeroize v1.8.1 |
231 | 2024-08-22T01:41:37.585Z | Downloaded smallvec v1.13.2 |
232 | 2024-08-22T01:41:37.585Z | Downloaded digest v0.10.7 |
233 | 2024-08-22T01:41:37.588Z | Downloaded slog v2.7.0 |
234 | 2024-08-22T01:41:37.590Z | Downloaded thread_local v1.1.8 |
235 | 2024-08-22T01:41:37.593Z | Downloaded futures-task v0.3.30 |
236 | 2024-08-22T01:41:37.595Z | Downloaded paste v1.0.15 |
237 | 2024-08-22T01:41:37.598Z | Downloaded memmap v0.7.0 |
238 | 2024-08-22T01:41:37.598Z | Downloaded shlex v1.3.0 |
239 | 2024-08-22T01:41:37.600Z | Downloaded pkg-config v0.3.30 |
240 | 2024-08-22T01:41:37.602Z | Downloaded pest_generator v2.7.11 |
241 | 2024-08-22T01:41:37.602Z | Downloaded newtype-uuid v1.1.0 |
242 | 2024-08-22T01:41:37.605Z | Downloaded sha1 v0.10.6 |
243 | 2024-08-22T01:41:37.605Z | Downloaded untrusted v0.9.0 |
244 | 2024-08-22T01:41:37.607Z | Downloaded powerfmt v0.2.0 |
245 | 2024-08-22T01:41:37.607Z | Downloaded hyper-tls v0.5.0 |
246 | 2024-08-22T01:41:37.610Z | Downloaded slab v0.4.9 |
247 | 2024-08-22T01:41:37.610Z | Downloaded thiserror-impl v1.0.63 |
248 | 2024-08-22T01:41:37.612Z | Downloaded thiserror v1.0.63 |
249 | 2024-08-22T01:41:37.616Z | Downloaded rustls-pemfile v2.1.3 |
250 | 2024-08-22T01:41:37.618Z | Downloaded structmeta-derive v0.3.0 |
251 | 2024-08-22T01:41:37.621Z | Downloaded tokio-macros v2.4.0 |
252 | 2024-08-22T01:41:37.621Z | Downloaded uuid v1.10.0 |
253 | 2024-08-22T01:41:37.623Z | Downloaded indexmap v2.4.0 |
254 | 2024-08-22T01:41:37.628Z | Downloaded serde v1.0.208 |
255 | 2024-08-22T01:41:37.631Z | Downloaded strum_macros v0.26.4 |
256 | 2024-08-22T01:41:37.633Z | Downloaded slog-term v2.9.1 |
257 | 2024-08-22T01:41:37.636Z | Downloaded thread-id v4.2.2 |
258 | 2024-08-22T01:41:37.638Z | Downloaded tokio-rustls v0.24.1 |
259 | 2024-08-22T01:41:37.640Z | Downloaded slog-async v2.8.0 |
260 | 2024-08-22T01:41:37.651Z | Downloaded semver v1.0.23 |
261 | 2024-08-22T01:41:37.651Z | Downloaded unicode-bidi v0.3.15 |
262 | 2024-08-22T01:41:37.651Z | Downloaded rand v0.8.5 |
263 | 2024-08-22T01:41:37.651Z | Downloaded base64 v0.22.1 |
264 | 2024-08-22T01:41:37.655Z | Downloaded ipnetwork v0.20.0 |
265 | 2024-08-22T01:41:37.657Z | Downloaded time-macros v0.2.18 |
266 | 2024-08-22T01:41:37.657Z | Downloaded serde_derive v1.0.208 |
267 | 2024-08-22T01:41:37.660Z | Downloaded darling_core v0.20.10 |
268 | 2024-08-22T01:41:37.665Z | Downloaded tokio-rustls v0.25.0 |
269 | 2024-08-22T01:41:37.667Z | Downloaded ucd-trie v0.1.6 |
270 | 2024-08-22T01:41:37.669Z | Downloaded http v0.2.12 |
271 | 2024-08-22T01:41:37.672Z | Downloaded log v0.4.22 |
272 | 2024-08-22T01:41:37.675Z | Downloaded socket2 v0.5.7 |
273 | 2024-08-22T01:41:37.677Z | Downloaded num-traits v0.2.19 |
274 | 2024-08-22T01:41:37.679Z | Downloaded indexmap v1.9.3 |
275 | 2024-08-22T01:41:37.683Z | Downloaded memchr v2.7.4 |
276 | 2024-08-22T01:41:37.688Z | Downloaded typenum v1.17.0 |
277 | 2024-08-22T01:41:37.691Z | Downloaded toml v0.8.19 |
278 | 2024-08-22T01:41:37.694Z | Downloaded futures v0.3.30 |
279 | 2024-08-22T01:41:37.699Z | Downloaded tinyvec v1.8.0 |
280 | 2024-08-22T01:41:37.702Z | Downloaded bytes v1.7.1 |
281 | 2024-08-22T01:41:37.706Z | Downloaded hashbrown v0.12.3 |
282 | 2024-08-22T01:41:37.710Z | Downloaded schemars v0.8.21 |
283 | 2024-08-22T01:41:37.722Z | Downloaded serde_with v3.9.0 |
284 | 2024-08-22T01:41:37.731Z | Downloaded tracing-core v0.1.32 |
285 | 2024-08-22T01:41:37.733Z | Downloaded tracing v0.1.40 |
286 | 2024-08-22T01:41:37.738Z | Downloaded reqwest v0.11.27 |
287 | 2024-08-22T01:41:37.746Z | Downloaded rustls-webpki v0.102.6 |
288 | 2024-08-22T01:41:37.764Z | Downloaded mio v1.0.2 |
289 | 2024-08-22T01:41:37.769Z | Downloaded rustls-webpki v0.101.7 |
290 | 2024-08-22T01:41:37.784Z | Downloaded zerocopy v0.7.35 |
291 | 2024-08-22T01:41:37.800Z | Downloaded toml_edit v0.22.20 |
292 | 2024-08-22T01:41:37.822Z | Downloaded tokio-util v0.7.11 |
293 | 2024-08-22T01:41:37.827Z | Downloaded time v0.3.36 |
294 | 2024-08-22T01:41:37.834Z | Downloaded rustls v0.21.12 |
295 | 2024-08-22T01:41:37.845Z | Downloaded vcpkg v0.2.15 |
296 | 2024-08-22T01:41:37.882Z | Downloaded syn v2.0.75 |
297 | 2024-08-22T01:41:37.893Z | Downloaded openssl v0.10.66 |
298 | 2024-08-22T01:41:37.902Z | Downloaded regress v0.10.0 |
299 | 2024-08-22T01:41:37.910Z | Downloaded rustls v0.22.4 |
300 | 2024-08-22T01:41:37.923Z | Downloaded regex-syntax v0.8.4 |
301 | 2024-08-22T01:41:37.931Z | Downloaded regex-automata v0.4.7 |
302 | 2024-08-22T01:41:37.948Z | Downloaded regress v0.9.1 |
303 | 2024-08-22T01:41:37.956Z | Downloaded openapiv3 v2.0.0 |
304 | 2024-08-22T01:41:37.967Z | Downloaded idna v0.5.0 |
305 | 2024-08-22T01:41:37.973Z | Downloaded hyper v0.14.30 |
306 | 2024-08-22T01:41:37.981Z | Downloaded chrono v0.4.38 |
307 | 2024-08-22T01:41:37.989Z | Downloaded regex v1.10.6 |
308 | 2024-08-22T01:41:38.001Z | Downloaded webpki-roots v0.25.4 |
309 | 2024-08-22T01:41:38.005Z | Downloaded libc v0.2.158 |
310 | 2024-08-22T01:41:38.031Z | Downloaded h2 v0.3.26 |
311 | 2024-08-22T01:41:38.037Z | Downloaded tokio v1.39.3 |
312 | 2024-08-22T01:41:38.081Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-22T01:41:38.087Z | Downloaded goblin v0.8.2 |
314 | 2024-08-22T01:41:38.094Z | Downloaded futures-util v0.3.30 |
315 | 2024-08-22T01:41:38.105Z | Downloaded aho-corasick v1.1.3 |
316 | 2024-08-22T01:41:38.111Z | Downloaded encoding_rs v0.8.34 |
317 | 2024-08-22T01:41:38.132Z | Downloaded serde_json v1.0.125 |
318 | 2024-08-22T01:41:38.141Z | Downloaded crossbeam-channel v0.5.13 |
319 | 2024-08-22T01:41:38.146Z | Downloaded pest v2.7.11 |
320 | 2024-08-22T01:41:38.151Z | Downloaded http v1.1.0 |
321 | 2024-08-22T01:41:38.155Z | Downloaded openssl-sys v0.9.103 |
322 | 2024-08-22T01:41:38.160Z | Downloaded cc v1.1.13 |
323 | 2024-08-22T01:41:38.163Z | Downloaded winnow v0.6.18 |
324 | 2024-08-22T01:41:38.172Z | Downloaded unicode-normalization v0.1.23 |
325 | 2024-08-22T01:41:38.176Z | Downloaded httparse v1.9.4 |
326 | 2024-08-22T01:41:38.178Z | Downloaded native-tls v0.2.12 |
327 | 2024-08-22T01:41:38.180Z | Downloaded getrandom v0.2.15 |
328 | 2024-08-22T01:41:38.183Z | Downloaded serde_with_macros v3.9.0 |
329 | 2024-08-22T01:41:38.185Z | Downloaded pin-project-lite v0.2.14 |
330 | 2024-08-22T01:41:38.189Z | Downloaded rustversion v1.0.17 |
331 | 2024-08-22T01:41:38.191Z | Downloaded serde_spanned v0.6.7 |
332 | 2024-08-22T01:41:38.194Z | Downloaded darling v0.20.10 |
333 | 2024-08-22T01:41:38.196Z | Downloaded quote v1.0.36 |
334 | 2024-08-22T01:41:38.198Z | Downloaded ring v0.17.8 |
335 | 2024-08-22T01:41:38.268Z | Downloaded strsim v0.11.1 |
336 | 2024-08-22T01:41:38.271Z | Downloaded serde_urlencoded v0.7.1 |
337 | 2024-08-22T01:41:38.271Z | Downloaded itoa v1.0.11 |
338 | 2024-08-22T01:41:38.273Z | Downloaded heck v0.5.0 |
339 | 2024-08-22T01:41:38.273Z | Downloaded futures-core v0.3.30 |
340 | 2024-08-22T01:41:38.275Z | Downloaded dirs-sys-next v0.1.2 |
341 | 2024-08-22T01:41:38.275Z | Downloaded hostname v0.4.0 |
342 | 2024-08-22T01:41:38.275Z | Downloaded fnv v1.0.7 |
343 | 2024-08-22T01:41:38.278Z | Downloaded futures-io v0.3.30 |
344 | 2024-08-22T01:41:38.278Z | Downloaded waitgroup v0.1.2 |
345 | 2024-08-22T01:41:38.278Z | Downloaded futures-sink v0.3.30 |
346 | 2024-08-22T01:41:38.280Z | Downloaded ryu v1.0.18 |
347 | 2024-08-22T01:41:38.282Z | Downloaded pretty-hex v0.4.1 |
348 | 2024-08-22T01:41:38.283Z | Downloaded dtrace-parser v0.2.0 |
349 | 2024-08-22T01:41:38.283Z | Downloaded camino v1.1.9 |
350 | 2024-08-22T01:41:38.285Z | Downloaded allocator-api2 v0.2.18 |
351 | 2024-08-22T01:41:38.288Z | Downloaded scroll_derive v0.12.0 |
352 | 2024-08-22T01:41:38.288Z | Downloaded pest_meta v2.7.11 |
353 | 2024-08-22T01:41:38.290Z | Downloaded parking_lot v0.12.3 |
354 | 2024-08-22T01:41:38.292Z | Downloaded parking_lot_core v0.9.10 |
355 | 2024-08-22T01:41:38.296Z | Downloaded anyhow v1.0.86 |
356 | 2024-08-22T01:41:38.298Z | Downloaded sha2 v0.10.8 |
357 | 2024-08-22T01:41:38.300Z | Downloaded multer v3.1.0 |
358 | 2024-08-22T01:41:38.300Z | Downloaded hyper-rustls v0.24.2 |
359 | 2024-08-22T01:41:38.303Z | Downloaded sct v0.7.1 |
360 | 2024-08-22T01:41:38.305Z | Downloaded base64 v0.21.7 |
361 | 2024-08-22T01:41:38.309Z | Downloaded ipnet v2.9.0 |
362 | 2024-08-22T01:41:38.311Z | Downloaded dyn-clone v1.0.17 |
363 | 2024-08-22T01:41:38.314Z | Downloaded backoff v0.4.0 |
364 | 2024-08-22T01:41:38.314Z | Downloaded futures-executor v0.3.30 |
365 | 2024-08-22T01:41:38.316Z | Downloaded pest_derive v2.7.11 |
366 | 2024-08-22T01:41:38.319Z | Downloaded num-conv v0.1.0 |
367 | 2024-08-22T01:41:38.319Z | Downloaded futures-macro v0.3.30 |
368 | 2024-08-22T01:41:38.319Z | Downloaded dirs-next v2.0.0 |
369 | 2024-08-22T01:41:38.321Z | Downloaded async-stream v0.3.5 |
370 | 2024-08-22T01:41:38.321Z | Downloaded deranged v0.3.11 |
371 | 2024-08-22T01:41:38.324Z | Downloaded block-buffer v0.10.4 |
372 | 2024-08-22T01:41:38.324Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-08-22T01:41:38.326Z | Downloaded http-body v0.4.6 |
374 | 2024-08-22T01:41:38.326Z | Downloaded dof v0.3.0 |
375 | 2024-08-22T01:41:38.329Z | Downloaded crypto-common v0.1.6 |
376 | 2024-08-22T01:41:38.329Z | Downloaded atomic-waker v1.1.2 |
377 | 2024-08-22T01:41:38.332Z | Downloaded plain v0.2.3 |
378 | 2024-08-22T01:41:38.332Z | Downloaded bitflags v2.6.0 |
379 | 2024-08-22T01:41:38.456Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-22T01:41:38.456Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-22T01:41:38.459Z | Compiling libc v0.2.158 |
382 | 2024-08-22T01:41:38.459Z | Checking cfg-if v1.0.0 |
383 | 2024-08-22T01:41:38.459Z | Compiling version_check v0.9.5 |
384 | 2024-08-22T01:41:38.459Z | Compiling autocfg v1.3.0 |
385 | 2024-08-22T01:41:38.459Z | Compiling serde v1.0.208 |
386 | 2024-08-22T01:41:38.469Z | Checking memchr v2.7.4 |
387 | 2024-08-22T01:41:38.566Z | Compiling serde_json v1.0.125 |
388 | 2024-08-22T01:41:38.653Z | Checking itoa v1.0.11 |
389 | 2024-08-22T01:41:39.074Z | Compiling ahash v0.8.11 |
390 | 2024-08-22T01:41:39.130Z | Compiling thiserror v1.0.63 |
391 | 2024-08-22T01:41:39.210Z | Checking once_cell v1.19.0 |
392 | 2024-08-22T01:41:39.422Z | Checking byteorder v1.5.0 |
393 | 2024-08-22T01:41:39.684Z | Compiling shlex v1.3.0 |
394 | 2024-08-22T01:41:39.903Z | Compiling cc v1.1.13 |
395 | 2024-08-22T01:41:40.419Z | Compiling num-traits v0.2.19 |
396 | 2024-08-22T01:41:40.450Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-22T01:41:40.490Z | Checking ryu v1.0.18 |
398 | 2024-08-22T01:41:40.700Z | Checking bytes v1.7.1 |
399 | 2024-08-22T01:41:40.707Z | Checking log v0.4.22 |
400 | 2024-08-22T01:41:40.854Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-22T01:41:40.921Z | Compiling lock_api v0.4.12 |
402 | 2024-08-22T01:41:40.938Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-22T01:41:41.046Z | Compiling schemars v0.8.21 |
404 | 2024-08-22T01:41:41.115Z | Checking getrandom v0.2.15 |
405 | 2024-08-22T01:41:41.298Z | Compiling quote v1.0.36 |
406 | 2024-08-22T01:41:41.366Z | Checking futures-core v0.3.30 |
407 | 2024-08-22T01:41:41.384Z | Checking smallvec v1.13.2 |
408 | 2024-08-22T01:41:41.423Z | Checking scopeguard v1.2.0 |
409 | 2024-08-22T01:41:41.430Z | Checking mio v1.0.2 |
410 | 2024-08-22T01:41:41.473Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-08-22T01:41:41.529Z | Checking socket2 v0.5.7 |
412 | 2024-08-22T01:41:41.706Z | Compiling syn v2.0.75 |
413 | 2024-08-22T01:41:41.893Z | Compiling slab v0.4.9 |
414 | 2024-08-22T01:41:41.932Z | Checking futures-sink v0.3.30 |
415 | 2024-08-22T01:41:41.981Z | Checking spin v0.9.8 |
416 | 2024-08-22T01:41:42.050Z | Checking fnv v1.0.7 |
417 | 2024-08-22T01:41:42.063Z | Checking parking_lot v0.12.3 |
418 | 2024-08-22T01:41:42.071Z | Checking equivalent v1.0.1 |
419 | 2024-08-22T01:41:42.148Z | Checking untrusted v0.9.0 |
420 | 2024-08-22T01:41:42.156Z | Checking futures-channel v0.3.30 |
421 | 2024-08-22T01:41:42.175Z | Checking pin-utils v0.1.0 |
422 | 2024-08-22T01:41:42.243Z | Checking futures-task v0.3.30 |
423 | 2024-08-22T01:41:42.279Z | Compiling heck v0.5.0 |
424 | 2024-08-22T01:41:42.376Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-22T01:41:42.447Z | Checking futures-io v0.3.30 |
426 | 2024-08-22T01:41:42.493Z | Compiling semver v1.0.23 |
427 | 2024-08-22T01:41:42.588Z | Compiling vcpkg v0.2.15 |
428 | 2024-08-22T01:41:42.638Z | Compiling ring v0.17.8 |
429 | 2024-08-22T01:41:42.692Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-22T01:41:42.747Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-22T01:41:42.882Z | Checking http v0.2.12 |
432 | 2024-08-22T01:41:43.322Z | Compiling httparse v1.9.4 |
433 | 2024-08-22T01:41:43.592Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-22T01:41:44.074Z | Checking tracing-core v0.1.32 |
435 | 2024-08-22T01:41:44.234Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-22T01:41:44.299Z | Compiling uuid v1.10.0 |
437 | 2024-08-22T01:41:44.633Z | Compiling openssl v0.10.66 |
438 | 2024-08-22T01:41:44.691Z | Checking tracing v0.1.40 |
439 | 2024-08-22T01:41:44.735Z | Compiling chrono v0.4.38 |
440 | 2024-08-22T01:41:44.823Z | Checking try-lock v0.2.5 |
441 | 2024-08-22T01:41:44.834Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-08-22T01:41:44.920Z | Compiling slog v2.7.0 |
443 | 2024-08-22T01:41:44.956Z | Checking want v0.3.1 |
444 | 2024-08-22T01:41:45.040Z | Checking foreign-types v0.3.2 |
445 | 2024-08-22T01:41:45.118Z | Checking http-body v0.4.6 |
446 | 2024-08-22T01:41:45.228Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-22T01:41:45.394Z | Checking percent-encoding v2.3.1 |
448 | 2024-08-22T01:41:45.402Z | Checking httpdate v1.0.3 |
449 | 2024-08-22T01:41:45.533Z | Compiling native-tls v0.2.12 |
450 | 2024-08-22T01:41:45.605Z | Compiling typenum v1.17.0 |
451 | 2024-08-22T01:41:45.879Z | Checking bitflags v2.6.0 |
452 | 2024-08-22T01:41:46.101Z | Checking tower-service v0.3.3 |
453 | 2024-08-22T01:41:46.182Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-08-22T01:41:46.246Z | Compiling regex-syntax v0.8.4 |
455 | 2024-08-22T01:41:46.412Z | Compiling rustls v0.21.12 |
456 | 2024-08-22T01:41:46.538Z | Checking tinyvec v1.8.0 |
457 | 2024-08-22T01:41:46.677Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-22T01:41:47.316Z | Compiling generic-array v0.14.7 |
459 | 2024-08-22T01:41:47.638Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-22T01:41:47.744Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-22T01:41:48.463Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-22T01:41:49.346Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-22T01:41:49.649Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-22T01:41:49.738Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-22T01:41:49.998Z | Compiling time-core v0.1.2 |
466 | 2024-08-22T01:41:50.428Z | Compiling num-conv v0.1.0 |
467 | 2024-08-22T01:41:50.500Z | Checking mime v0.3.17 |
468 | 2024-08-22T01:41:50.701Z | Checking powerfmt v0.2.0 |
469 | 2024-08-22T01:41:50.779Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-22T01:41:50.920Z | Checking deranged v0.3.11 |
471 | 2024-08-22T01:41:51.362Z | Checking idna v0.5.0 |
472 | 2024-08-22T01:41:51.369Z | Compiling time-macros v0.2.18 |
473 | 2024-08-22T01:41:51.928Z | Compiling thread-id v4.2.2 |
474 | 2024-08-22T01:41:52.375Z | Checking plain v0.2.3 |
475 | 2024-08-22T01:41:52.640Z | Checking rustls-pki-types v1.8.0 |
476 | 2024-08-22T01:41:52.978Z | Compiling strsim v0.11.1 |
477 | 2024-08-22T01:41:53.000Z | Compiling regex v1.10.6 |
478 | 2024-08-22T01:41:53.077Z | Compiling crossbeam-utils v0.8.20 |
479 | 2024-08-22T01:41:53.264Z | Compiling serde_derive v1.0.208 |
480 | 2024-08-22T01:41:53.617Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-08-22T01:41:53.644Z | Compiling thiserror-impl v1.0.63 |
482 | 2024-08-22T01:41:53.904Z | Compiling schemars_derive v0.8.21 |
483 | 2024-08-22T01:41:54.450Z | Compiling tokio-macros v2.4.0 |
484 | 2024-08-22T01:41:55.660Z | Checking zerocopy v0.7.35 |
485 | 2024-08-22T01:41:56.561Z | Checking tokio v1.39.3 |
486 | 2024-08-22T01:41:56.664Z | Compiling futures-macro v0.3.30 |
487 | 2024-08-22T01:41:56.785Z | Compiling pest v2.7.11 |
488 | 2024-08-22T01:41:56.947Z | Compiling openssl-macros v0.1.1 |
489 | 2024-08-22T01:41:57.344Z | Checking hashbrown v0.14.5 |
490 | 2024-08-22T01:41:58.340Z | Checking sct v0.7.1 |
491 | 2024-08-22T01:41:58.360Z | Checking futures-util v0.3.30 |
492 | 2024-08-22T01:41:58.447Z | Checking rustls-webpki v0.101.7 |
493 | 2024-08-22T01:41:58.535Z | Compiling scroll_derive v0.12.0 |
494 | 2024-08-22T01:41:59.130Z | Compiling regress v0.10.0 |
495 | 2024-08-22T01:41:59.225Z | Compiling pest_meta v2.7.11 |
496 | 2024-08-22T01:41:59.998Z | Checking scroll v0.12.0 |
497 | 2024-08-22T01:42:02.853Z | Compiling pest_generator v2.7.11 |
498 | 2024-08-22T01:42:03.512Z | Checking base64 v0.21.7 |
499 | 2024-08-22T01:42:03.586Z | Checking tokio-util v0.7.11 |
500 | 2024-08-22T01:42:03.629Z | Checking tokio-native-tls v0.3.1 |
501 | 2024-08-22T01:42:03.860Z | Checking tokio-rustls v0.24.1 |
502 | 2024-08-22T01:42:03.933Z | Compiling ident_case v1.0.1 |
503 | 2024-08-22T01:42:03.954Z | Checking num_threads v0.1.7 |
504 | 2024-08-22T01:42:04.094Z | Compiling darling_core v0.20.10 |
505 | 2024-08-22T01:42:04.183Z | Checking time v0.3.36 |
506 | 2024-08-22T01:42:04.387Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-22T01:42:04.570Z | Checking goblin v0.8.2 |
508 | 2024-08-22T01:42:04.589Z | Compiling pest_derive v2.7.11 |
509 | 2024-08-22T01:42:05.439Z | Compiling dtrace-parser v0.2.0 |
510 | 2024-08-22T01:42:05.936Z | Checking indexmap v2.4.0 |
511 | 2024-08-22T01:42:06.938Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-08-22T01:42:07.392Z | Checking h2 v0.3.26 |
513 | 2024-08-22T01:42:07.829Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-22T01:42:08.120Z | Checking openapiv3 v2.0.0 |
515 | 2024-08-22T01:42:09.108Z | Compiling dof v0.3.0 |
516 | 2024-08-22T01:42:10.698Z | Checking url v2.5.2 |
517 | 2024-08-22T01:42:10.708Z | Checking dirs-sys-next v0.1.2 |
518 | 2024-08-22T01:42:10.732Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
519 | 2024-08-22T01:42:11.339Z | Compiling rustls v0.22.4 |
520 | 2024-08-22T01:42:11.476Z | Checking ipnet v2.9.0 |
521 | 2024-08-22T01:42:11.571Z | Checking sync_wrapper v0.1.2 |
522 | 2024-08-22T01:42:11.591Z | Checking hyper v0.14.30 |
523 | 2024-08-22T01:42:11.630Z | Checking webpki-roots v0.25.4 |
524 | 2024-08-22T01:42:11.677Z | Compiling paste v1.0.15 |
525 | 2024-08-22T01:42:11.777Z | Checking pretty-hex v0.4.1 |
526 | 2024-08-22T01:42:11.928Z | Compiling omicron-workspace-hack v0.1.0 |
527 | 2024-08-22T01:42:11.936Z | Compiling rustversion v1.0.17 |
528 | 2024-08-22T01:42:12.180Z | Compiling unsafe-libyaml v0.2.11 |
529 | 2024-08-22T01:42:12.406Z | Checking dirs-next v2.0.0 |
530 | 2024-08-22T01:42:12.828Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-22T01:42:12.991Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-22T01:42:13.051Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-22T01:42:13.179Z | Checking rustls-webpki v0.102.6 |
534 | 2024-08-22T01:42:13.317Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-08-22T01:42:13.319Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-08-22T01:42:13.800Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-08-22T01:42:13.923Z | Checking block-buffer v0.10.4 |
538 | 2024-08-22T01:42:13.967Z | Checking crypto-common v0.1.6 |
539 | 2024-08-22T01:42:14.046Z | Checking rand_core v0.6.4 |
540 | 2024-08-22T01:42:14.116Z | Checking thread_local v1.1.8 |
541 | 2024-08-22T01:42:14.172Z | Compiling multer v3.1.0 |
542 | 2024-08-22T01:42:14.190Z | Compiling anyhow v1.0.86 |
543 | 2024-08-22T01:42:14.310Z | Compiling slog-async v2.8.0 |
544 | 2024-08-22T01:42:14.372Z | Checking match_cfg v0.1.0 |
545 | 2024-08-22T01:42:14.446Z | Checking subtle v2.6.1 |
546 | 2024-08-22T01:42:14.515Z | Checking winnow v0.6.18 |
547 | 2024-08-22T01:42:14.669Z | Checking zeroize v1.8.1 |
548 | 2024-08-22T01:42:14.763Z | Compiling camino v1.1.9 |
549 | 2024-08-22T01:42:15.097Z | Checking hostname v0.3.1 |
550 | 2024-08-22T01:42:15.214Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-22T01:42:15.561Z | Checking digest v0.10.7 |
552 | 2024-08-22T01:42:15.848Z | Compiling darling v0.20.10 |
553 | 2024-08-22T01:42:15.930Z | Checking hyper-tls v0.5.0 |
554 | 2024-08-22T01:42:15.938Z | Checking hyper-rustls v0.24.2 |
555 | 2024-08-22T01:42:15.949Z | Checking crossbeam-channel v0.5.13 |
556 | 2024-08-22T01:42:15.982Z | Compiling structmeta v0.3.0 |
557 | 2024-08-22T01:42:16.199Z | Checking reqwest v0.11.27 |
558 | 2024-08-22T01:42:16.384Z | Checking term v0.7.0 |
559 | 2024-08-22T01:42:16.813Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-22T01:42:17.443Z | Compiling usdt-macro v0.5.0 |
561 | 2024-08-22T01:42:17.457Z | Checking slog-json v2.6.1 |
562 | 2024-08-22T01:42:17.474Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
563 | 2024-08-22T01:42:17.503Z | Checking toml_edit v0.22.20 |
564 | 2024-08-22T01:42:17.686Z | Checking futures-executor v0.3.30 |
565 | 2024-08-22T01:42:17.720Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-08-22T01:42:17.750Z | Checking http v1.1.0 |
567 | 2024-08-22T01:42:17.894Z | Checking memmap v0.7.0 |
568 | 2024-08-22T01:42:18.079Z | Checking is-terminal v0.4.13 |
569 | 2024-08-22T01:42:18.190Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
570 | 2024-08-22T01:42:18.206Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-22T01:42:18.279Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-22T01:42:18.386Z | Checking base64 v0.22.1 |
573 | 2024-08-22T01:42:18.514Z | Checking take_mut v0.2.2 |
574 | 2024-08-22T01:42:18.574Z | Checking tokio-rustls v0.25.0 |
575 | 2024-08-22T01:42:18.676Z | Checking usdt v0.5.0 |
576 | 2024-08-22T01:42:18.859Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-22T01:42:18.897Z | Checking waitgroup v0.1.2 |
578 | 2024-08-22T01:42:18.897Z | Checking sha1 v0.10.6 |
579 | 2024-08-22T01:42:18.914Z | Checking slog-term v2.9.1 |
580 | 2024-08-22T01:42:19.011Z | Checking futures v0.3.30 |
581 | 2024-08-22T01:42:19.024Z | Checking async-stream v0.3.5 |
582 | 2024-08-22T01:42:19.075Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-22T01:42:19.097Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-22T01:42:19.134Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-22T01:42:19.194Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-22T01:42:19.214Z | Checking rand v0.8.5 |
587 | 2024-08-22T01:42:19.904Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-22T01:42:19.976Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-22T01:42:20.037Z | Checking toml v0.8.19 |
590 | 2024-08-22T01:42:20.208Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
591 | 2024-08-22T01:42:20.243Z | Checking hex v0.4.3 |
592 | 2024-08-22T01:42:20.447Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-22T01:42:20.770Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-22T01:42:20.792Z | Compiling async-trait v0.1.81 |
595 | 2024-08-22T01:42:21.063Z | Checking hostname v0.4.0 |
596 | 2024-08-22T01:42:21.180Z | Checking instant v0.1.13 |
597 | 2024-08-22T01:42:21.278Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-22T01:42:21.399Z | Checking backoff v0.4.0 |
599 | 2024-08-22T01:42:21.571Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-22T01:42:21.660Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-22T01:42:21.692Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-22T01:42:21.800Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-22T01:42:21.816Z | Checking serde_with v3.9.0 |
604 | 2024-08-22T01:42:22.005Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-22T01:42:22.100Z | Checking macaddr v1.0.1 |
606 | 2024-08-22T01:42:22.423Z | Checking regress v0.9.1 |
607 | 2024-08-22T01:42:23.026Z | Checking parse-display v0.10.0 |
608 | 2024-08-22T01:42:23.526Z | Checking strum v0.26.3 |
609 | 2024-08-22T01:42:23.988Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-22T01:42:25.946Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-22T01:42:26.005Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-22T01:42:28.500Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-22T01:42:33.488Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-22T01:42:33.590Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-22T01:42:36.321Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-22T01:42:42.943Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-22T01:42:42.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
618 | 2024-08-22T01:42:43.061Z | + cargo build --release |
619 | 2024-08-22T01:42:43.321Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-22T01:42:43.321Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-22T01:42:43.324Z | Compiling libc v0.2.158 |
622 | 2024-08-22T01:42:43.324Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-22T01:42:43.324Z | Compiling version_check v0.9.5 |
624 | 2024-08-22T01:42:43.324Z | Compiling autocfg v1.3.0 |
625 | 2024-08-22T01:42:43.324Z | Compiling serde v1.0.208 |
626 | 2024-08-22T01:42:43.324Z | Compiling memchr v2.7.4 |
627 | 2024-08-22T01:42:43.429Z | Compiling serde_json v1.0.125 |
628 | 2024-08-22T01:42:43.503Z | Compiling itoa v1.0.11 |
629 | 2024-08-22T01:42:43.794Z | Compiling thiserror v1.0.63 |
630 | 2024-08-22T01:42:43.908Z | Compiling once_cell v1.19.0 |
631 | 2024-08-22T01:42:43.988Z | Compiling ahash v0.8.11 |
632 | 2024-08-22T01:42:44.037Z | Compiling byteorder v1.5.0 |
633 | 2024-08-22T01:42:44.318Z | Compiling shlex v1.3.0 |
634 | 2024-08-22T01:42:44.541Z | Compiling cc v1.1.13 |
635 | 2024-08-22T01:42:44.745Z | Compiling getrandom v0.2.15 |
636 | 2024-08-22T01:42:44.777Z | Compiling num-traits v0.2.19 |
637 | 2024-08-22T01:42:44.784Z | Compiling pin-project-lite v0.2.14 |
638 | 2024-08-22T01:42:44.883Z | Compiling quote v1.0.36 |
639 | 2024-08-22T01:42:45.052Z | Compiling ryu v1.0.18 |
640 | 2024-08-22T01:42:45.133Z | Compiling bytes v1.7.1 |
641 | 2024-08-22T01:42:45.327Z | Compiling syn v2.0.75 |
642 | 2024-08-22T01:42:45.385Z | Compiling log v0.4.22 |
643 | 2024-08-22T01:42:45.490Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-22T01:42:45.609Z | Compiling schemars v0.8.21 |
645 | 2024-08-22T01:42:45.828Z | Compiling lock_api v0.4.12 |
646 | 2024-08-22T01:42:45.852Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-22T01:42:45.992Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-22T01:42:46.044Z | Compiling futures-core v0.3.30 |
649 | 2024-08-22T01:42:46.137Z | Compiling smallvec v1.13.2 |
650 | 2024-08-22T01:42:46.274Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-22T01:42:46.314Z | Compiling mio v1.0.2 |
652 | 2024-08-22T01:42:46.335Z | Compiling socket2 v0.5.7 |
653 | 2024-08-22T01:42:46.828Z | Compiling slab v0.4.9 |
654 | 2024-08-22T01:42:46.985Z | Compiling futures-sink v0.3.30 |
655 | 2024-08-22T01:42:47.137Z | Compiling parking_lot v0.12.3 |
656 | 2024-08-22T01:42:47.187Z | Compiling spin v0.9.8 |
657 | 2024-08-22T01:42:47.488Z | Compiling fnv v1.0.7 |
658 | 2024-08-22T01:42:47.495Z | Compiling ring v0.17.8 |
659 | 2024-08-22T01:42:47.555Z | Compiling equivalent v1.0.1 |
660 | 2024-08-22T01:42:47.606Z | Compiling untrusted v0.9.0 |
661 | 2024-08-22T01:42:47.654Z | Compiling semver v1.0.23 |
662 | 2024-08-22T01:42:47.944Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-22T01:42:48.087Z | Compiling futures-task v0.3.30 |
664 | 2024-08-22T01:42:48.161Z | Compiling pin-utils v0.1.0 |
665 | 2024-08-22T01:42:48.173Z | Compiling futures-io v0.3.30 |
666 | 2024-08-22T01:42:48.243Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-22T01:42:48.382Z | Compiling heck v0.5.0 |
668 | 2024-08-22T01:42:48.404Z | Compiling vcpkg v0.2.15 |
669 | 2024-08-22T01:42:48.778Z | Compiling ucd-trie v0.1.6 |
670 | 2024-08-22T01:42:48.849Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-22T01:42:49.256Z | Compiling http v0.2.12 |
672 | 2024-08-22T01:42:49.584Z | Compiling httparse v1.9.4 |
673 | 2024-08-22T01:42:49.683Z | Compiling dyn-clone v1.0.17 |
674 | 2024-08-22T01:42:50.014Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-22T01:42:50.401Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-22T01:42:50.614Z | Compiling uuid v1.10.0 |
677 | 2024-08-22T01:42:51.047Z | Compiling chrono v0.4.38 |
678 | 2024-08-22T01:42:51.170Z | Compiling tracing v0.1.40 |
679 | 2024-08-22T01:42:52.687Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-22T01:42:52.835Z | Compiling try-lock v0.2.5 |
681 | 2024-08-22T01:42:53.098Z | Compiling openssl v0.10.66 |
682 | 2024-08-22T01:42:53.340Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-08-22T01:42:53.436Z | Compiling slog v2.7.0 |
684 | 2024-08-22T01:42:53.438Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-22T01:42:53.515Z | Compiling want v0.3.1 |
686 | 2024-08-22T01:42:53.973Z | Compiling http-body v0.4.6 |
687 | 2024-08-22T01:42:53.992Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-22T01:42:54.450Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-08-22T01:42:54.534Z | Compiling typenum v1.17.0 |
690 | 2024-08-22T01:42:54.899Z | Compiling tower-service v0.3.3 |
691 | 2024-08-22T01:42:54.951Z | Compiling rustls v0.21.12 |
692 | 2024-08-22T01:42:55.012Z | Compiling percent-encoding v2.3.1 |
693 | 2024-08-22T01:42:55.236Z | Compiling httpdate v1.0.3 |
694 | 2024-08-22T01:42:55.287Z | Compiling regex-syntax v0.8.4 |
695 | 2024-08-22T01:42:55.485Z | Compiling bitflags v2.6.0 |
696 | 2024-08-22T01:42:55.504Z | Compiling native-tls v0.2.12 |
697 | 2024-08-22T01:42:55.876Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-22T01:42:55.896Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-22T01:42:56.382Z | Compiling generic-array v0.14.7 |
700 | 2024-08-22T01:42:56.879Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-22T01:42:57.606Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-22T01:42:57.757Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-22T01:42:57.802Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-22T01:42:58.319Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-22T01:42:58.588Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-22T01:42:58.778Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-22T01:42:59.840Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-22T01:43:01.019Z | Compiling tokio v1.39.3 |
709 | 2024-08-22T01:43:01.244Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-22T01:43:01.600Z | Compiling pest v2.7.11 |
711 | 2024-08-22T01:43:02.055Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-22T01:43:03.176Z | Compiling futures-util v0.3.30 |
713 | 2024-08-22T01:43:03.699Z | Compiling regress v0.10.0 |
714 | 2024-08-22T01:43:03.808Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-22T01:43:04.473Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-22T01:43:08.476Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-22T01:43:08.567Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-22T01:43:10.006Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-22T01:43:10.246Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-22T01:43:11.102Z | Compiling sct v0.7.1 |
721 | 2024-08-22T01:43:11.527Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-22T01:43:12.165Z | Compiling indexmap v2.4.0 |
723 | 2024-08-22T01:43:12.910Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-08-22T01:43:15.845Z | Compiling h2 v0.3.26 |
725 | 2024-08-22T01:43:18.576Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
726 | 2024-08-22T01:43:19.316Z | Compiling regex v1.10.6 |
727 | 2024-08-22T01:43:21.783Z | Compiling hyper v0.14.30 |
728 | 2024-08-22T01:43:23.231Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-22T01:43:30.165Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-22T01:43:30.544Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-22T01:43:30.551Z | Compiling time-core v0.1.2 |
732 | 2024-08-22T01:43:30.630Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
733 | 2024-08-22T01:43:30.708Z | Compiling num-conv v0.1.0 |
734 | 2024-08-22T01:43:30.985Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-22T01:43:31.583Z | Compiling mime v0.3.17 |
736 | 2024-08-22T01:43:34.021Z | Compiling powerfmt v0.2.0 |
737 | 2024-08-22T01:43:34.505Z | Compiling deranged v0.3.11 |
738 | 2024-08-22T01:43:34.556Z | Compiling idna v0.5.0 |
739 | 2024-08-22T01:43:38.162Z | Compiling time-macros v0.2.18 |
740 | 2024-08-22T01:43:39.209Z | Compiling scroll v0.12.0 |
741 | 2024-08-22T01:43:39.237Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-22T01:43:39.656Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-22T01:43:39.838Z | Compiling dof v0.3.0 |
744 | 2024-08-22T01:43:39.925Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-22T01:43:40.720Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-22T01:43:41.990Z | Compiling thread-id v4.2.2 |
747 | 2024-08-22T01:43:42.371Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-08-22T01:43:42.834Z | Compiling ident_case v1.0.1 |
749 | 2024-08-22T01:43:42.936Z | Compiling strsim v0.11.1 |
750 | 2024-08-22T01:43:43.342Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-08-22T01:43:43.651Z | Compiling rustls-pki-types v1.8.0 |
752 | 2024-08-22T01:43:43.684Z | Compiling plain v0.2.3 |
753 | 2024-08-22T01:43:43.840Z | Compiling base64 v0.21.7 |
754 | 2024-08-22T01:43:44.999Z | Compiling num_threads v0.1.7 |
755 | 2024-08-22T01:43:45.257Z | Compiling time v0.3.36 |
756 | 2024-08-22T01:43:47.393Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-08-22T01:43:47.813Z | Compiling goblin v0.8.2 |
758 | 2024-08-22T01:43:48.190Z | Compiling darling_core v0.20.10 |
759 | 2024-08-22T01:43:53.721Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-22T01:43:54.143Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-22T01:43:54.179Z | Compiling url v2.5.2 |
762 | 2024-08-22T01:43:54.350Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-22T01:43:54.467Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-22T01:43:55.098Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-22T01:43:56.569Z | Compiling rustls v0.22.4 |
766 | 2024-08-22T01:43:56.910Z | Compiling ipnet v2.9.0 |
767 | 2024-08-22T01:43:58.689Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-22T01:43:58.836Z | Compiling sync_wrapper v0.1.2 |
769 | 2024-08-22T01:43:58.961Z | Compiling rustversion v1.0.17 |
770 | 2024-08-22T01:43:59.385Z | Compiling paste v1.0.15 |
771 | 2024-08-22T01:43:59.498Z | Compiling unsafe-libyaml v0.2.11 |
772 | 2024-08-22T01:43:59.632Z | Compiling pretty-hex v0.4.1 |
773 | 2024-08-22T01:43:59.868Z | Compiling reqwest v0.11.27 |
774 | 2024-08-22T01:43:59.955Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
775 | 2024-08-22T01:44:01.096Z | Compiling serde_yaml v0.9.34+deprecated |
776 | 2024-08-22T01:44:01.377Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-22T01:44:01.626Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-22T01:44:06.064Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-22T01:44:06.534Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-22T01:44:06.592Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-22T01:44:06.762Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-22T01:44:06.768Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-22T01:44:06.794Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-22T01:44:06.983Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-22T01:44:07.418Z | Compiling rand_core v0.6.4 |
786 | 2024-08-22T01:44:07.796Z | Compiling thread_local v1.1.8 |
787 | 2024-08-22T01:44:07.876Z | Compiling multer v3.1.0 |
788 | 2024-08-22T01:44:08.222Z | Compiling slog-async v2.8.0 |
789 | 2024-08-22T01:44:08.543Z | Compiling camino v1.1.9 |
790 | 2024-08-22T01:44:08.730Z | Compiling subtle v2.6.1 |
791 | 2024-08-22T01:44:09.000Z | Compiling match_cfg v0.1.0 |
792 | 2024-08-22T01:44:09.017Z | Compiling zeroize v1.8.1 |
793 | 2024-08-22T01:44:09.083Z | Compiling anyhow v1.0.86 |
794 | 2024-08-22T01:44:09.147Z | Compiling winnow v0.6.18 |
795 | 2024-08-22T01:44:09.721Z | Compiling structmeta v0.3.0 |
796 | 2024-08-22T01:44:09.865Z | Compiling hostname v0.3.1 |
797 | 2024-08-22T01:44:10.152Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-22T01:44:10.448Z | Compiling digest v0.10.7 |
799 | 2024-08-22T01:44:10.865Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
800 | 2024-08-22T01:44:11.864Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-22T01:44:13.444Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-22T01:44:13.514Z | Compiling darling v0.20.10 |
803 | 2024-08-22T01:44:13.613Z | Compiling term v0.7.0 |
804 | 2024-08-22T01:44:18.177Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-22T01:44:21.336Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-22T01:44:22.271Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-22T01:44:22.658Z | Compiling slog-json v2.6.1 |
808 | 2024-08-22T01:44:23.153Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-22T01:44:23.732Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-22T01:44:24.338Z | Compiling http v1.1.0 |
811 | 2024-08-22T01:44:25.065Z | Compiling memmap v0.7.0 |
812 | 2024-08-22T01:44:25.519Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-22T01:44:25.641Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-22T01:44:25.989Z | Compiling cpufeatures v0.2.13 |
815 | 2024-08-22T01:44:26.044Z | Compiling atomic-waker v1.1.2 |
816 | 2024-08-22T01:44:26.076Z | Compiling base64 v0.22.1 |
817 | 2024-08-22T01:44:26.227Z | Compiling take_mut v0.2.2 |
818 | 2024-08-22T01:44:27.209Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-22T01:44:27.969Z | Compiling waitgroup v0.1.2 |
820 | 2024-08-22T01:44:28.224Z | Compiling sha1 v0.10.6 |
821 | 2024-08-22T01:44:28.941Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
822 | 2024-08-22T01:44:29.185Z | Compiling slog-term v2.9.1 |
823 | 2024-08-22T01:44:29.847Z | Compiling usdt v0.5.0 |
824 | 2024-08-22T01:44:31.406Z | Compiling async-stream v0.3.5 |
825 | 2024-08-22T01:44:31.715Z | Compiling futures v0.3.30 |
826 | 2024-08-22T01:44:31.821Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-22T01:44:31.901Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-22T01:44:32.070Z | Compiling toml v0.8.19 |
829 | 2024-08-22T01:44:32.101Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-22T01:44:32.515Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-22T01:44:35.237Z | Compiling rand v0.8.5 |
832 | 2024-08-22T01:44:36.473Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-22T01:44:38.028Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-08-22T01:44:38.364Z | Compiling ipnetwork v0.20.0 |
835 | 2024-08-22T01:44:38.728Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-22T01:44:39.643Z | Compiling hex v0.4.3 |
837 | 2024-08-22T01:44:40.319Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-22T01:44:40.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-22T01:44:41.316Z | Compiling async-trait v0.1.81 |
840 | 2024-08-22T01:44:41.329Z | Compiling hostname v0.4.0 |
841 | 2024-08-22T01:44:41.565Z | Compiling instant v0.1.13 |
842 | 2024-08-22T01:44:41.713Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-22T01:44:41.850Z | Compiling backoff v0.4.0 |
844 | 2024-08-22T01:44:42.184Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-22T01:44:42.369Z | Compiling parse-display v0.10.0 |
846 | 2024-08-22T01:44:42.768Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-22T01:44:42.824Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-22T01:44:42.924Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-08-22T01:44:43.192Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-22T01:44:43.449Z | Compiling strum v0.26.3 |
851 | 2024-08-22T01:44:43.624Z | Compiling serde_with v3.9.0 |
852 | 2024-08-22T01:44:44.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-22T01:44:45.317Z | Compiling macaddr v1.0.1 |
854 | 2024-08-22T01:44:45.941Z | Compiling regress v0.9.1 |
855 | 2024-08-22T01:44:51.347Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-22T01:45:00.951Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-22T01:45:09.321Z | Finished `release` profile [optimized] target(s) in 2m 26s |
858 | 2024-08-22T01:45:09.379Z | process exited: duration 220503 ms, exit code 0 |
|
859 | 2024-08-22T01:45:09.385Z | found 0 output files |