|
|
|
1 | 2024-08-16T01:05:14.897Z | job assigned to worker 01J5CBDRWTBHX4MPNQZERP0WWV (queued for 56 s) |
|
2 | 2024-08-16T01:05:22.596Z | starting task 0: "setup" |
3 | 2024-08-16T01:05:22.620Z | ++ uname -s |
4 | 2024-08-16T01:05:22.623Z | + kern=SunOS |
5 | 2024-08-16T01:05:22.623Z | + case "$kern" in |
6 | 2024-08-16T01:05:22.623Z | + groupadd -g 12345 build |
7 | 2024-08-16T01:05:22.625Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T01:05:24.637Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T01:05:24.742Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T01:05:24.747Z | + home_fs=zfs |
11 | 2024-08-16T01:05:24.748Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T01:05:24.748Z | + mkdir -p /home/build |
13 | 2024-08-16T01:05:24.763Z | + chown build:build /home/build /work |
14 | 2024-08-16T01:05:26.750Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T01:05:26.754Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-08-16T01:05:26.763Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T01:05:26.769Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T01:05:26.769Z | ' 1.80.1 |
19 | 2024-08-16T01:05:26.769Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T01:05:26.770Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-16T01:05:26.770Z | ' default |
22 | 2024-08-16T01:05:26.770Z | * toolchain profile = "default" |
23 | 2024-08-16T01:05:26.781Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T01:05:26.781Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T01:05:26.883Z | info: downloading installer |
26 | 2024-08-16T01:05:28.651Z | info: profile set to 'default' |
27 | 2024-08-16T01:05:28.651Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T01:05:28.653Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T01:05:28.821Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T01:05:28.821Z | info: downloading component 'cargo' |
31 | 2024-08-16T01:05:29.820Z | info: downloading component 'clippy' |
32 | 2024-08-16T01:05:30.176Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T01:05:31.572Z | info: downloading component 'rust-std' |
34 | 2024-08-16T01:05:34.537Z | info: downloading component 'rustc' |
35 | 2024-08-16T01:05:39.160Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T01:05:39.463Z | info: installing component 'cargo' |
37 | 2024-08-16T01:05:40.313Z | info: installing component 'clippy' |
38 | 2024-08-16T01:05:40.708Z | info: installing component 'rust-docs' |
39 | 2024-08-16T01:05:42.305Z | info: installing component 'rust-std' |
40 | 2024-08-16T01:05:44.002Z | info: installing component 'rustc' |
41 | 2024-08-16T01:05:48.288Z | info: installing component 'rustfmt' |
42 | 2024-08-16T01:05:48.634Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T01:05:48.634Z | |
44 | 2024-08-16T01:05:48.883Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T01:05:48.883Z | |
46 | 2024-08-16T01:05:48.885Z | |
47 | 2024-08-16T01:05:48.885Z | Rust is installed now. Great! |
48 | 2024-08-16T01:05:48.885Z | |
49 | 2024-08-16T01:05:48.885Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T01:05:48.885Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T01:05:48.885Z | |
52 | 2024-08-16T01:05:48.885Z | To configure your current shell, you need to source |
53 | 2024-08-16T01:05:48.885Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T01:05:48.885Z | |
55 | 2024-08-16T01:05:48.885Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T01:05:48.885Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T01:05:48.885Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T01:05:48.946Z | + rustc --version |
59 | 2024-08-16T01:05:49.009Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T01:05:49.012Z | process exited: duration 22246 ms, exit code 0 |
|
61 | 2024-08-16T01:05:49.018Z | starting task 2: "authentication" |
62 | 2024-08-16T01:05:49.038Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T01:05:49.043Z | starting task 3: "clone repository" |
64 | 2024-08-16T01:05:49.048Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T01:05:49.051Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T01:05:49.251Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T01:05:55.089Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T01:05:55.092Z | + git fetch origin 76949094af7c6a926fcb573d70bfacec741f649a |
69 | 2024-08-16T01:05:55.362Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T01:05:55.362Z | * branch 76949094af7c6a926fcb573d70bfacec741f649a -> FETCH_HEAD |
71 | 2024-08-16T01:05:55.371Z | + [[ -n ixi/remove-service-bare-ip-resolution ]] |
72 | 2024-08-16T01:05:55.373Z | ++ git branch --show-current |
73 | 2024-08-16T01:05:55.375Z | + current=main |
74 | 2024-08-16T01:05:55.375Z | + [[ main != ixi/remove-service-bare-ip-resolution ]] |
75 | 2024-08-16T01:05:55.375Z | + git branch -f ixi/remove-service-bare-ip-resolution 76949094af7c6a926fcb573d70bfacec741f649a |
76 | 2024-08-16T01:05:55.378Z | + git checkout -f ixi/remove-service-bare-ip-resolution |
77 | 2024-08-16T01:05:55.522Z | Switched to branch 'ixi/remove-service-bare-ip-resolution' |
78 | 2024-08-16T01:05:55.524Z | + git reset --hard 76949094af7c6a926fcb573d70bfacec741f649a |
79 | 2024-08-16T01:05:55.534Z | HEAD is now at 76949094a Merge remote-tracking branch 'origin/main' into ixi/remove-service-bare-ip-resolution |
80 | 2024-08-16T01:05:55.536Z | process exited: duration 6490 ms, exit code 0 |
|
81 | 2024-08-16T01:05:55.541Z | starting task 4: "build" |
82 | 2024-08-16T01:05:55.546Z | + cargo --version |
83 | 2024-08-16T01:05:55.599Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T01:05:55.602Z | + rustc --version |
85 | 2024-08-16T01:05:55.657Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T01:05:55.660Z | + cd /tmp |
87 | 2024-08-16T01:05:55.660Z | + cargo new --lib test-project |
88 | 2024-08-16T01:05:55.714Z | Creating library `test-project` package |
89 | 2024-08-16T01:05:55.785Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-16T01:05:55.787Z | + cd test-project |
91 | 2024-08-16T01:05:55.788Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-16T01:05:55.842Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-16T01:05:55.845Z | Features: |
94 | 2024-08-16T01:05:55.845Z | - proptest |
95 | 2024-08-16T01:05:55.845Z | - test-strategy |
96 | 2024-08-16T01:05:55.845Z | - testing |
97 | 2024-08-16T01:05:55.845Z | Updating crates.io index |
98 | 2024-08-16T01:05:55.893Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-16T01:05:56.770Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-16T01:05:57.599Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-16T01:05:57.964Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-16T01:05:59.660Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-16T01:06:00.028Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-16T01:06:00.514Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-16T01:06:03.509Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-16T01:06:03.511Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-16T01:06:03.514Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-16T01:06:03.514Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-16T01:06:03.514Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-16T01:06:03.514Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-16T01:06:03.514Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-16T01:06:03.514Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-16T01:06:03.514Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-16T01:06:03.514Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-16T01:06:03.514Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-16T01:06:03.516Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-16T01:06:03.516Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-16T01:06:03.516Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-16T01:06:03.516Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-16T01:06:03.516Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-16T01:06:03.516Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-16T01:06:03.516Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-16T01:06:03.516Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-16T01:06:03.516Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-16T01:06:03.516Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
126 | 2024-08-16T01:06:03.519Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-16T01:06:03.519Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-16T01:06:03.522Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-16T01:06:03.525Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-16T01:06:03.525Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-16T01:06:03.527Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-16T01:06:03.527Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-16T01:06:03.529Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-16T01:06:03.529Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-16T01:06:03.529Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-16T01:06:03.530Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-16T01:06:03.532Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-16T01:06:03.532Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-16T01:06:03.532Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-16T01:06:03.534Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-16T01:06:03.534Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-16T01:06:03.534Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-16T01:06:03.534Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-16T01:06:03.534Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-16T01:06:03.534Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-16T01:06:03.534Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-16T01:06:03.534Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-16T01:06:03.534Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-16T01:06:03.534Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-16T01:06:03.534Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-16T01:06:03.534Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-16T01:06:03.534Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-16T01:06:03.534Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-16T01:06:03.606Z | + cargo check |
155 | 2024-08-16T01:06:03.835Z | Downloading crates ... |
156 | 2024-08-16T01:06:03.904Z | Downloaded allocator-api2 v0.2.18 |
157 | 2024-08-16T01:06:03.911Z | Downloaded equivalent v1.0.1 |
158 | 2024-08-16T01:06:03.922Z | Downloaded omicron-workspace-hack v0.1.0 |
159 | 2024-08-16T01:06:03.927Z | Downloaded openssl-macros v0.1.1 |
160 | 2024-08-16T01:06:03.929Z | Downloaded ident_case v1.0.1 |
161 | 2024-08-16T01:06:03.929Z | Downloaded want v0.3.1 |
162 | 2024-08-16T01:06:03.932Z | Downloaded cfg-if v1.0.0 |
163 | 2024-08-16T01:06:03.934Z | Downloaded byteorder v1.5.0 |
164 | 2024-08-16T01:06:03.934Z | Downloaded async-stream v0.3.5 |
165 | 2024-08-16T01:06:03.936Z | Downloaded foreign-types v0.3.2 |
166 | 2024-08-16T01:06:03.939Z | Downloaded async-stream-impl v0.3.5 |
167 | 2024-08-16T01:06:03.941Z | Downloaded usdt v0.5.0 |
168 | 2024-08-16T01:06:03.941Z | Downloaded instant v0.1.13 |
169 | 2024-08-16T01:06:03.943Z | Downloaded autocfg v1.3.0 |
170 | 2024-08-16T01:06:03.945Z | Downloaded version_check v0.9.5 |
171 | 2024-08-16T01:06:03.948Z | Downloaded itoa v1.0.11 |
172 | 2024-08-16T01:06:03.950Z | Downloaded generic-array v0.14.7 |
173 | 2024-08-16T01:06:03.952Z | Downloaded ipnetwork v0.20.0 |
174 | 2024-08-16T01:06:03.954Z | Downloaded dyn-clone v1.0.17 |
175 | 2024-08-16T01:06:03.954Z | Downloaded mime v0.3.17 |
176 | 2024-08-16T01:06:03.956Z | Downloaded http-body v0.4.6 |
177 | 2024-08-16T01:06:03.959Z | Downloaded heck v0.5.0 |
178 | 2024-08-16T01:06:03.959Z | Downloaded newtype-uuid v1.1.0 |
179 | 2024-08-16T01:06:03.961Z | Downloaded scroll_derive v0.12.0 |
180 | 2024-08-16T01:06:03.964Z | Downloaded sync_wrapper v0.1.2 |
181 | 2024-08-16T01:06:03.964Z | Downloaded waitgroup v0.1.2 |
182 | 2024-08-16T01:06:03.964Z | Downloaded hyper-tls v0.5.0 |
183 | 2024-08-16T01:06:03.966Z | Downloaded usdt-macro v0.5.0 |
184 | 2024-08-16T01:06:03.968Z | Downloaded httpdate v1.0.3 |
185 | 2024-08-16T01:06:03.968Z | Downloaded uuid v1.10.0 |
186 | 2024-08-16T01:06:03.971Z | Downloaded usdt-attr-macro v0.5.0 |
187 | 2024-08-16T01:06:03.974Z | Downloaded untrusted v0.9.0 |
188 | 2024-08-16T01:06:03.974Z | Downloaded block-buffer v0.10.4 |
189 | 2024-08-16T01:06:03.976Z | Downloaded macaddr v1.0.1 |
190 | 2024-08-16T01:06:03.978Z | Downloaded async-trait v0.1.81 |
191 | 2024-08-16T01:06:03.981Z | Downloaded form_urlencoded v1.2.1 |
192 | 2024-08-16T01:06:03.981Z | Downloaded signal-hook-registry v1.4.2 |
193 | 2024-08-16T01:06:03.984Z | Downloaded powerfmt v0.2.0 |
194 | 2024-08-16T01:06:03.984Z | Downloaded multer v3.1.0 |
195 | 2024-08-16T01:06:03.986Z | Downloaded pkg-config v0.3.30 |
196 | 2024-08-16T01:06:03.989Z | Downloaded rand_core v0.6.4 |
197 | 2024-08-16T01:06:03.991Z | Downloaded pest_generator v2.7.11 |
198 | 2024-08-16T01:06:03.992Z | Downloaded hostname v0.3.1 |
199 | 2024-08-16T01:06:03.994Z | Downloaded is-terminal v0.4.13 |
200 | 2024-08-16T01:06:03.996Z | Downloaded slog-bunyan v2.5.0 |
201 | 2024-08-16T01:06:03.996Z | Downloaded parse-display-derive v0.10.0 |
202 | 2024-08-16T01:06:03.998Z | Downloaded foreign-types-shared v0.1.1 |
203 | 2024-08-16T01:06:03.998Z | Downloaded darling_macro v0.20.10 |
204 | 2024-08-16T01:06:03.998Z | Downloaded num_threads v0.1.7 |
205 | 2024-08-16T01:06:04.002Z | Downloaded openssl-probe v0.1.5 |
206 | 2024-08-16T01:06:04.002Z | Downloaded subtle v2.6.1 |
207 | 2024-08-16T01:06:04.004Z | Downloaded unicode-bidi v0.3.15 |
208 | 2024-08-16T01:06:04.007Z | Downloaded match_cfg v0.1.0 |
209 | 2024-08-16T01:06:04.007Z | Downloaded usdt-impl v0.5.0 |
210 | 2024-08-16T01:06:04.009Z | Downloaded num-conv v0.1.0 |
211 | 2024-08-16T01:06:04.009Z | Downloaded structmeta v0.3.0 |
212 | 2024-08-16T01:06:04.012Z | Downloaded serde_tokenstream v0.2.2 |
213 | 2024-08-16T01:06:04.014Z | Downloaded rustversion v1.0.17 |
214 | 2024-08-16T01:06:04.017Z | Downloaded tinyvec_macros v0.1.1 |
215 | 2024-08-16T01:06:04.017Z | Downloaded try-lock v0.2.5 |
216 | 2024-08-16T01:06:04.017Z | Downloaded futures-io v0.3.30 |
217 | 2024-08-16T01:06:04.019Z | Downloaded serde_path_to_error v0.1.16 |
218 | 2024-08-16T01:06:04.019Z | Downloaded futures-executor v0.3.30 |
219 | 2024-08-16T01:06:04.022Z | Downloaded slog-term v2.9.1 |
220 | 2024-08-16T01:06:04.024Z | Downloaded backoff v0.4.0 |
221 | 2024-08-16T01:06:04.027Z | Downloaded parking_lot_core v0.9.10 |
222 | 2024-08-16T01:06:04.030Z | Downloaded camino v1.1.8 |
223 | 2024-08-16T01:06:04.032Z | Downloaded serde_derive_internals v0.29.1 |
224 | 2024-08-16T01:06:04.032Z | Downloaded term v0.7.0 |
225 | 2024-08-16T01:06:04.035Z | Downloaded rustls-pemfile v2.1.3 |
226 | 2024-08-16T01:06:04.038Z | Downloaded pin-project-lite v0.2.14 |
227 | 2024-08-16T01:06:04.043Z | Downloaded futures-sink v0.3.30 |
228 | 2024-08-16T01:06:04.045Z | Downloaded hostname v0.4.0 |
229 | 2024-08-16T01:06:04.045Z | Downloaded hex v0.4.3 |
230 | 2024-08-16T01:06:04.048Z | Downloaded time-core v0.1.2 |
231 | 2024-08-16T01:06:04.048Z | Downloaded bitflags v2.6.0 |
232 | 2024-08-16T01:06:04.052Z | Downloaded futures-core v0.3.30 |
233 | 2024-08-16T01:06:04.054Z | Downloaded thread_local v1.1.8 |
234 | 2024-08-16T01:06:04.057Z | Downloaded memmap v0.7.0 |
235 | 2024-08-16T01:06:04.057Z | Downloaded dirs-sys-next v0.1.2 |
236 | 2024-08-16T01:06:04.062Z | Downloaded fnv v1.0.7 |
237 | 2024-08-16T01:06:04.062Z | Downloaded time-macros v0.2.18 |
238 | 2024-08-16T01:06:04.062Z | Downloaded thiserror-impl v1.0.63 |
239 | 2024-08-16T01:06:04.065Z | Downloaded thread-id v4.2.2 |
240 | 2024-08-16T01:06:04.065Z | Downloaded indexmap v1.9.3 |
241 | 2024-08-16T01:06:04.068Z | Downloaded toml_datetime v0.6.8 |
242 | 2024-08-16T01:06:04.070Z | Downloaded zerocopy-derive v0.7.35 |
243 | 2024-08-16T01:06:04.073Z | Downloaded darling v0.20.10 |
244 | 2024-08-16T01:06:04.078Z | Downloaded socket2 v0.5.7 |
245 | 2024-08-16T01:06:04.080Z | Downloaded spin v0.9.8 |
246 | 2024-08-16T01:06:04.083Z | Downloaded darling_core v0.20.10 |
247 | 2024-08-16T01:06:04.087Z | Downloaded ppv-lite86 v0.2.20 |
248 | 2024-08-16T01:06:04.089Z | Downloaded slab v0.4.9 |
249 | 2024-08-16T01:06:04.092Z | Downloaded pin-utils v0.1.0 |
250 | 2024-08-16T01:06:04.092Z | Downloaded paste v1.0.15 |
251 | 2024-08-16T01:06:04.094Z | Downloaded slog-async v2.8.0 |
252 | 2024-08-16T01:06:04.097Z | Downloaded shlex v1.3.0 |
253 | 2024-08-16T01:06:04.099Z | Downloaded serde_spanned v0.6.7 |
254 | 2024-08-16T01:06:04.099Z | Downloaded sha1 v0.10.6 |
255 | 2024-08-16T01:06:04.102Z | Downloaded percent-encoding v2.3.1 |
256 | 2024-08-16T01:06:04.102Z | Downloaded getrandom v0.2.15 |
257 | 2024-08-16T01:06:04.105Z | Downloaded once_cell v1.19.0 |
258 | 2024-08-16T01:06:04.108Z | Downloaded strsim v0.11.1 |
259 | 2024-08-16T01:06:04.110Z | Downloaded tokio-rustls v0.25.0 |
260 | 2024-08-16T01:06:04.110Z | Downloaded tokio-rustls v0.24.1 |
261 | 2024-08-16T01:06:04.113Z | Downloaded rustls-pemfile v1.0.4 |
262 | 2024-08-16T01:06:04.115Z | Downloaded thiserror v1.0.63 |
263 | 2024-08-16T01:06:04.120Z | Downloaded serde_urlencoded v0.7.1 |
264 | 2024-08-16T01:06:04.122Z | Downloaded structmeta-derive v0.3.0 |
265 | 2024-08-16T01:06:04.125Z | Downloaded schemars_derive v0.8.21 |
266 | 2024-08-16T01:06:04.125Z | Downloaded rand_chacha v0.3.1 |
267 | 2024-08-16T01:06:04.129Z | Downloaded futures v0.3.30 |
268 | 2024-08-16T01:06:04.131Z | Downloaded unsafe-libyaml v0.2.11 |
269 | 2024-08-16T01:06:04.134Z | Downloaded pest_derive v2.7.11 |
270 | 2024-08-16T01:06:04.137Z | Downloaded rustls-pki-types v1.8.0 |
271 | 2024-08-16T01:06:04.139Z | Downloaded serde_with_macros v3.9.0 |
272 | 2024-08-16T01:06:04.142Z | Downloaded sct v0.7.1 |
273 | 2024-08-16T01:06:04.145Z | Downloaded tokio-native-tls v0.3.1 |
274 | 2024-08-16T01:06:04.147Z | Downloaded serde_yaml v0.9.34+deprecated |
275 | 2024-08-16T01:06:04.150Z | Downloaded tinyvec v1.8.0 |
276 | 2024-08-16T01:06:04.153Z | Downloaded typenum v1.17.0 |
277 | 2024-08-16T01:06:04.156Z | Downloaded schemars v0.8.21 |
278 | 2024-08-16T01:06:04.168Z | Downloaded hashbrown v0.12.3 |
279 | 2024-08-16T01:06:04.173Z | Downloaded smallvec v1.13.2 |
280 | 2024-08-16T01:06:04.175Z | Downloaded serde_derive v1.0.208 |
281 | 2024-08-16T01:06:04.178Z | Downloaded semver v1.0.23 |
282 | 2024-08-16T01:06:04.180Z | Downloaded ucd-trie v0.1.6 |
283 | 2024-08-16T01:06:04.182Z | Downloaded serde v1.0.208 |
284 | 2024-08-16T01:06:04.185Z | Downloaded rand v0.8.5 |
285 | 2024-08-16T01:06:04.189Z | Downloaded http v0.2.12 |
286 | 2024-08-16T01:06:04.192Z | Downloaded url v2.5.2 |
287 | 2024-08-16T01:06:04.196Z | Downloaded memchr v2.7.4 |
288 | 2024-08-16T01:06:04.201Z | Downloaded toml v0.8.19 |
289 | 2024-08-16T01:06:04.204Z | Downloaded indexmap v2.4.0 |
290 | 2024-08-16T01:06:04.208Z | Downloaded ryu v1.0.18 |
291 | 2024-08-16T01:06:04.212Z | Downloaded pest_meta v2.7.11 |
292 | 2024-08-16T01:06:04.214Z | Downloaded tracing-core v0.1.32 |
293 | 2024-08-16T01:06:04.216Z | Downloaded tracing v0.1.40 |
294 | 2024-08-16T01:06:04.221Z | Downloaded pest v2.7.11 |
295 | 2024-08-16T01:06:04.226Z | Downloaded mio v1.0.2 |
296 | 2024-08-16T01:06:04.232Z | Downloaded http v1.1.0 |
297 | 2024-08-16T01:06:04.236Z | Downloaded unicode-normalization v0.1.23 |
298 | 2024-08-16T01:06:04.240Z | Downloaded strum_macros v0.26.4 |
299 | 2024-08-16T01:06:04.243Z | Downloaded toml_edit v0.22.20 |
300 | 2024-08-16T01:06:04.264Z | Downloaded time v0.3.36 |
301 | 2024-08-16T01:06:04.270Z | Downloaded tokio-util v0.7.11 |
302 | 2024-08-16T01:06:04.277Z | Downloaded winnow v0.6.18 |
303 | 2024-08-16T01:06:04.286Z | Downloaded rustls-webpki v0.101.7 |
304 | 2024-08-16T01:06:04.301Z | Downloaded serde_with v3.9.0 |
305 | 2024-08-16T01:06:04.308Z | Downloaded reqwest v0.11.27 |
306 | 2024-08-16T01:06:04.316Z | Downloaded hyper v0.14.30 |
307 | 2024-08-16T01:06:04.324Z | Downloaded serde_json v1.0.125 |
308 | 2024-08-16T01:06:04.331Z | Downloaded chrono v0.4.38 |
309 | 2024-08-16T01:06:04.338Z | Downloaded zerocopy v0.7.35 |
310 | 2024-08-16T01:06:04.354Z | Downloaded h2 v0.3.26 |
311 | 2024-08-16T01:06:04.361Z | Downloaded webpki-roots v0.25.4 |
312 | 2024-08-16T01:06:04.364Z | Downloaded rustls-webpki v0.102.6 |
313 | 2024-08-16T01:06:04.382Z | Downloaded vcpkg v0.2.15 |
314 | 2024-08-16T01:06:04.420Z | Downloaded regex v1.10.6 |
315 | 2024-08-16T01:06:04.440Z | Downloaded syn v2.0.74 |
316 | 2024-08-16T01:06:04.456Z | Downloaded rustls v0.22.4 |
317 | 2024-08-16T01:06:04.467Z | Downloaded regex-syntax v0.8.4 |
318 | 2024-08-16T01:06:04.475Z | Downloaded regress v0.10.0 |
319 | 2024-08-16T01:06:04.483Z | Downloaded libc v0.2.156 |
320 | 2024-08-16T01:06:04.509Z | Downloaded tokio v1.39.2 |
321 | 2024-08-16T01:06:04.543Z | Downloaded regex-automata v0.4.7 |
322 | 2024-08-16T01:06:04.558Z | Downloaded regress v0.9.1 |
323 | 2024-08-16T01:06:04.566Z | Downloaded encoding_rs v0.8.34 |
324 | 2024-08-16T01:06:04.586Z | Downloaded rustls v0.21.12 |
325 | 2024-08-16T01:06:04.596Z | Downloaded openapiv3 v2.0.0 |
326 | 2024-08-16T01:06:04.607Z | Downloaded openssl v0.10.66 |
327 | 2024-08-16T01:06:04.615Z | Downloaded idna v0.5.0 |
328 | 2024-08-16T01:06:04.621Z | Downloaded goblin v0.8.2 |
329 | 2024-08-16T01:06:04.626Z | Downloaded futures-util v0.3.30 |
330 | 2024-08-16T01:06:04.637Z | Downloaded hashbrown v0.14.5 |
331 | 2024-08-16T01:06:04.641Z | Downloaded aho-corasick v1.1.3 |
332 | 2024-08-16T01:06:04.646Z | Downloaded scroll v0.12.0 |
333 | 2024-08-16T01:06:04.649Z | Downloaded base64 v0.21.7 |
334 | 2024-08-16T01:06:04.651Z | Downloaded crossbeam-channel v0.5.13 |
335 | 2024-08-16T01:06:04.655Z | Downloaded base64 v0.22.1 |
336 | 2024-08-16T01:06:04.658Z | Downloaded cc v1.1.12 |
337 | 2024-08-16T01:06:04.661Z | Downloaded quote v1.0.36 |
338 | 2024-08-16T01:06:04.663Z | Downloaded native-tls v0.2.12 |
339 | 2024-08-16T01:06:04.665Z | Downloaded log v0.4.22 |
340 | 2024-08-16T01:06:04.668Z | Downloaded parse-display v0.10.0 |
341 | 2024-08-16T01:06:04.668Z | Downloaded httparse v1.9.4 |
342 | 2024-08-16T01:06:04.670Z | Downloaded tokio-macros v2.4.0 |
343 | 2024-08-16T01:06:04.672Z | Downloaded slog-json v2.6.1 |
344 | 2024-08-16T01:06:04.672Z | Downloaded openssl-sys v0.9.103 |
345 | 2024-08-16T01:06:04.676Z | Downloaded ipnet v2.9.0 |
346 | 2024-08-16T01:06:04.679Z | Downloaded iana-time-zone v0.1.60 |
347 | 2024-08-16T01:06:04.684Z | Downloaded bytes v1.7.1 |
348 | 2024-08-16T01:06:04.687Z | Downloaded plain v0.2.3 |
349 | 2024-08-16T01:06:04.689Z | Downloaded zeroize v1.8.1 |
350 | 2024-08-16T01:06:04.689Z | Downloaded parking_lot v0.12.3 |
351 | 2024-08-16T01:06:04.691Z | Downloaded crossbeam-utils v0.8.20 |
352 | 2024-08-16T01:06:04.694Z | Downloaded anyhow v1.0.86 |
353 | 2024-08-16T01:06:04.697Z | Downloaded slog v2.7.0 |
354 | 2024-08-16T01:06:04.699Z | Downloaded hyper-rustls v0.24.2 |
355 | 2024-08-16T01:06:04.701Z | Downloaded sha2 v0.10.8 |
356 | 2024-08-16T01:06:04.703Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-08-16T01:06:04.706Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-08-16T01:06:04.708Z | Downloaded take_mut v0.2.2 |
359 | 2024-08-16T01:06:04.710Z | Downloaded digest v0.10.7 |
360 | 2024-08-16T01:06:04.710Z | Downloaded num-traits v0.2.19 |
361 | 2024-08-16T01:06:04.713Z | Downloaded tower-service v0.3.3 |
362 | 2024-08-16T01:06:04.713Z | Downloaded ahash v0.8.11 |
363 | 2024-08-16T01:06:04.715Z | Downloaded dtrace-parser v0.2.0 |
364 | 2024-08-16T01:06:04.717Z | Downloaded scopeguard v1.2.0 |
365 | 2024-08-16T01:06:04.717Z | Downloaded futures-channel v0.3.30 |
366 | 2024-08-16T01:06:04.720Z | Downloaded lock_api v0.4.12 |
367 | 2024-08-16T01:06:04.720Z | Downloaded cpufeatures v0.2.13 |
368 | 2024-08-16T01:06:04.722Z | Downloaded dirs-next v2.0.0 |
369 | 2024-08-16T01:06:04.722Z | Downloaded strum v0.26.3 |
370 | 2024-08-16T01:06:04.724Z | Downloaded pretty-hex v0.4.1 |
371 | 2024-08-16T01:06:04.724Z | Downloaded debug-ignore v1.0.5 |
372 | 2024-08-16T01:06:04.727Z | Downloaded dof v0.3.0 |
373 | 2024-08-16T01:06:04.727Z | Downloaded crypto-common v0.1.6 |
374 | 2024-08-16T01:06:04.727Z | Downloaded atomic-waker v1.1.2 |
375 | 2024-08-16T01:06:04.729Z | Downloaded futures-task v0.3.30 |
376 | 2024-08-16T01:06:04.729Z | Downloaded futures-macro v0.3.30 |
377 | 2024-08-16T01:06:04.729Z | Downloaded deranged v0.3.11 |
378 | 2024-08-16T01:06:04.753Z | Downloaded ring v0.17.8 |
379 | 2024-08-16T01:06:04.943Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-16T01:06:04.946Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-16T01:06:04.946Z | Compiling libc v0.2.156 |
382 | 2024-08-16T01:06:04.946Z | Checking cfg-if v1.0.0 |
383 | 2024-08-16T01:06:04.946Z | Compiling version_check v0.9.5 |
384 | 2024-08-16T01:06:04.946Z | Compiling autocfg v1.3.0 |
385 | 2024-08-16T01:06:04.958Z | Compiling serde v1.0.208 |
386 | 2024-08-16T01:06:04.962Z | Checking memchr v2.7.4 |
387 | 2024-08-16T01:06:05.027Z | Compiling serde_json v1.0.125 |
388 | 2024-08-16T01:06:05.131Z | Checking itoa v1.0.11 |
389 | 2024-08-16T01:06:05.550Z | Compiling ahash v0.8.11 |
390 | 2024-08-16T01:06:05.619Z | Compiling shlex v1.3.0 |
391 | 2024-08-16T01:06:05.708Z | Checking byteorder v1.5.0 |
392 | 2024-08-16T01:06:05.883Z | Compiling thiserror v1.0.63 |
393 | 2024-08-16T01:06:05.996Z | Checking once_cell v1.19.0 |
394 | 2024-08-16T01:06:06.201Z | Compiling cc v1.1.12 |
395 | 2024-08-16T01:06:08.072Z | Compiling num-traits v0.2.19 |
396 | 2024-08-16T01:06:08.313Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-16T01:06:08.349Z | Checking ryu v1.0.18 |
398 | 2024-08-16T01:06:08.363Z | Checking bytes v1.7.1 |
399 | 2024-08-16T01:06:08.381Z | Checking log v0.4.22 |
400 | 2024-08-16T01:06:08.513Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-16T01:06:08.587Z | Compiling lock_api v0.4.12 |
402 | 2024-08-16T01:06:08.606Z | Compiling schemars v0.8.21 |
403 | 2024-08-16T01:06:08.766Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-08-16T01:06:08.839Z | Compiling ring v0.17.8 |
405 | 2024-08-16T01:06:08.987Z | Checking futures-core v0.3.30 |
406 | 2024-08-16T01:06:09.036Z | Checking smallvec v1.13.2 |
407 | 2024-08-16T01:06:09.043Z | Checking getrandom v0.2.15 |
408 | 2024-08-16T01:06:09.081Z | Checking scopeguard v1.2.0 |
409 | 2024-08-16T01:06:09.142Z | Compiling quote v1.0.36 |
410 | 2024-08-16T01:06:09.142Z | Checking socket2 v0.5.7 |
411 | 2024-08-16T01:06:09.221Z | Checking mio v1.0.2 |
412 | 2024-08-16T01:06:09.228Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-16T01:06:09.448Z | Compiling slab v0.4.9 |
414 | 2024-08-16T01:06:09.601Z | Compiling syn v2.0.74 |
415 | 2024-08-16T01:06:09.609Z | Checking spin v0.9.8 |
416 | 2024-08-16T01:06:09.718Z | Checking parking_lot v0.12.3 |
417 | 2024-08-16T01:06:09.794Z | Checking futures-sink v0.3.30 |
418 | 2024-08-16T01:06:09.803Z | Checking untrusted v0.9.0 |
419 | 2024-08-16T01:06:09.829Z | Checking equivalent v1.0.1 |
420 | 2024-08-16T01:06:09.901Z | Checking fnv v1.0.7 |
421 | 2024-08-16T01:06:09.909Z | Checking futures-channel v0.3.30 |
422 | 2024-08-16T01:06:09.929Z | Checking pin-utils v0.1.0 |
423 | 2024-08-16T01:06:09.986Z | Checking futures-task v0.3.30 |
424 | 2024-08-16T01:06:09.993Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-16T01:06:10.015Z | Compiling vcpkg v0.2.15 |
426 | 2024-08-16T01:06:10.141Z | Checking futures-io v0.3.30 |
427 | 2024-08-16T01:06:10.177Z | Compiling semver v1.0.23 |
428 | 2024-08-16T01:06:10.213Z | Compiling heck v0.5.0 |
429 | 2024-08-16T01:06:10.555Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-16T01:06:10.594Z | Compiling ucd-trie v0.1.6 |
431 | 2024-08-16T01:06:10.669Z | Checking http v0.2.12 |
432 | 2024-08-16T01:06:11.108Z | Compiling httparse v1.9.4 |
433 | 2024-08-16T01:06:11.184Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-16T01:06:11.606Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-16T01:06:11.697Z | Checking tracing-core v0.1.32 |
436 | 2024-08-16T01:06:11.849Z | Compiling uuid v1.10.0 |
437 | 2024-08-16T01:06:12.238Z | Compiling chrono v0.4.38 |
438 | 2024-08-16T01:06:12.265Z | Checking tracing v0.1.40 |
439 | 2024-08-16T01:06:12.334Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-16T01:06:12.377Z | Compiling slog v2.7.0 |
441 | 2024-08-16T01:06:12.477Z | Checking try-lock v0.2.5 |
442 | 2024-08-16T01:06:12.547Z | Compiling openssl v0.10.66 |
443 | 2024-08-16T01:06:12.573Z | Checking want v0.3.1 |
444 | 2024-08-16T01:06:12.698Z | Checking foreign-types v0.3.2 |
445 | 2024-08-16T01:06:12.756Z | Checking http-body v0.4.6 |
446 | 2024-08-16T01:06:12.906Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-16T01:06:12.930Z | Compiling regex-syntax v0.8.4 |
448 | 2024-08-16T01:06:13.042Z | Checking httpdate v1.0.3 |
449 | 2024-08-16T01:06:13.241Z | Compiling native-tls v0.2.12 |
450 | 2024-08-16T01:06:13.555Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-08-16T01:06:13.614Z | Compiling typenum v1.17.0 |
452 | 2024-08-16T01:06:13.925Z | Checking tower-service v0.3.3 |
453 | 2024-08-16T01:06:14.005Z | Checking percent-encoding v2.3.1 |
454 | 2024-08-16T01:06:14.190Z | Checking bitflags v2.6.0 |
455 | 2024-08-16T01:06:14.508Z | Compiling rustls v0.21.12 |
456 | 2024-08-16T01:06:14.568Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-16T01:06:14.702Z | Checking tinyvec v1.8.0 |
458 | 2024-08-16T01:06:15.247Z | Compiling generic-array v0.14.7 |
459 | 2024-08-16T01:06:15.555Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-16T01:06:15.838Z | Compiling regex-automata v0.4.7 |
461 | 2024-08-16T01:06:16.069Z | Checking openssl-probe v0.1.5 |
462 | 2024-08-16T01:06:16.278Z | Checking unicode-normalization v0.1.23 |
463 | 2024-08-16T01:06:17.576Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-16T01:06:17.817Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-16T01:06:17.938Z | Checking mime v0.3.17 |
466 | 2024-08-16T01:06:18.055Z | Checking powerfmt v0.2.0 |
467 | 2024-08-16T01:06:18.065Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-16T01:06:18.236Z | Compiling time-core v0.1.2 |
469 | 2024-08-16T01:06:18.365Z | Compiling num-conv v0.1.0 |
470 | 2024-08-16T01:06:18.613Z | Compiling time-macros v0.2.18 |
471 | 2024-08-16T01:06:18.647Z | Checking idna v0.5.0 |
472 | 2024-08-16T01:06:18.667Z | Checking deranged v0.3.11 |
473 | 2024-08-16T01:06:20.050Z | Compiling regex v1.10.6 |
474 | 2024-08-16T01:06:20.396Z | Compiling serde_derive v1.0.208 |
475 | 2024-08-16T01:06:20.409Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-08-16T01:06:20.436Z | Compiling thiserror-impl v1.0.63 |
477 | 2024-08-16T01:06:21.011Z | Compiling schemars_derive v0.8.21 |
478 | 2024-08-16T01:06:21.440Z | Compiling tokio-macros v2.4.0 |
479 | 2024-08-16T01:06:21.532Z | Compiling futures-macro v0.3.30 |
480 | 2024-08-16T01:06:22.347Z | Checking zerocopy v0.7.35 |
481 | 2024-08-16T01:06:23.307Z | Checking tokio v1.39.2 |
482 | 2024-08-16T01:06:23.315Z | Checking futures-util v0.3.30 |
483 | 2024-08-16T01:06:23.350Z | Compiling pest v2.7.11 |
484 | 2024-08-16T01:06:23.809Z | Compiling openssl-macros v0.1.1 |
485 | 2024-08-16T01:06:23.885Z | Checking rustls-webpki v0.101.7 |
486 | 2024-08-16T01:06:24.190Z | Checking hashbrown v0.14.5 |
487 | 2024-08-16T01:06:24.547Z | Checking sct v0.7.1 |
488 | 2024-08-16T01:06:25.359Z | Compiling scroll_derive v0.12.0 |
489 | 2024-08-16T01:06:26.112Z | Compiling pest_meta v2.7.11 |
490 | 2024-08-16T01:06:26.241Z | Compiling regress v0.10.0 |
491 | 2024-08-16T01:06:26.811Z | Checking scroll v0.12.0 |
492 | 2024-08-16T01:06:27.274Z | Compiling pest_generator v2.7.11 |
493 | 2024-08-16T01:06:30.153Z | Compiling pest_derive v2.7.11 |
494 | 2024-08-16T01:06:30.354Z | Compiling thread-id v4.2.2 |
495 | 2024-08-16T01:06:30.450Z | Checking rustls-pki-types v1.8.0 |
496 | 2024-08-16T01:06:30.496Z | Checking tokio-util v0.7.11 |
497 | 2024-08-16T01:06:30.858Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-16T01:06:30.941Z | Checking tokio-rustls v0.24.1 |
499 | 2024-08-16T01:06:30.997Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-08-16T01:06:31.072Z | Checking plain v0.2.3 |
501 | 2024-08-16T01:06:31.242Z | Checking base64 v0.21.7 |
502 | 2024-08-16T01:06:31.325Z | Compiling ident_case v1.0.1 |
503 | 2024-08-16T01:06:31.493Z | Compiling strsim v0.11.1 |
504 | 2024-08-16T01:06:32.098Z | Checking num_threads v0.1.7 |
505 | 2024-08-16T01:06:32.113Z | Compiling crossbeam-utils v0.8.20 |
506 | 2024-08-16T01:06:32.229Z | Checking time v0.3.36 |
507 | 2024-08-16T01:06:32.663Z | Compiling darling_core v0.20.10 |
508 | 2024-08-16T01:06:32.739Z | Checking indexmap v2.4.0 |
509 | 2024-08-16T01:06:34.048Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-08-16T01:06:34.548Z | Checking h2 v0.3.26 |
511 | 2024-08-16T01:06:34.771Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-08-16T01:06:34.806Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-16T01:06:35.030Z | Checking rustls-pemfile v1.0.4 |
514 | 2024-08-16T01:06:35.175Z | Checking goblin v0.8.2 |
515 | 2024-08-16T01:06:35.188Z | Checking url v2.5.2 |
516 | 2024-08-16T01:06:35.980Z | Compiling dof v0.3.0 |
517 | 2024-08-16T01:06:36.503Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
518 | 2024-08-16T01:06:38.281Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-08-16T01:06:38.649Z | Checking sync_wrapper v0.1.2 |
520 | 2024-08-16T01:06:38.675Z | Checking hyper v0.14.30 |
521 | 2024-08-16T01:06:38.747Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-08-16T01:06:38.810Z | Compiling rustls v0.22.4 |
523 | 2024-08-16T01:06:39.002Z | Checking pretty-hex v0.4.1 |
524 | 2024-08-16T01:06:39.050Z | Compiling rustversion v1.0.17 |
525 | 2024-08-16T01:06:39.112Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-08-16T01:06:39.151Z | Checking webpki-roots v0.25.4 |
527 | 2024-08-16T01:06:39.263Z | Compiling paste v1.0.15 |
528 | 2024-08-16T01:06:39.292Z | Checking ipnet v2.9.0 |
529 | 2024-08-16T01:06:39.761Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-16T01:06:39.798Z | Checking dirs-next v2.0.0 |
531 | 2024-08-16T01:06:39.901Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-16T01:06:40.065Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-16T01:06:40.318Z | Checking rustls-webpki v0.102.6 |
534 | 2024-08-16T01:06:40.521Z | Compiling serde_yaml v0.9.34+deprecated |
535 | 2024-08-16T01:06:40.698Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-16T01:06:40.789Z | Checking crypto-common v0.1.6 |
537 | 2024-08-16T01:06:40.840Z | Checking block-buffer v0.10.4 |
538 | 2024-08-16T01:06:40.931Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-16T01:06:40.969Z | Checking rand_core v0.6.4 |
540 | 2024-08-16T01:06:41.019Z | Checking thread_local v1.1.8 |
541 | 2024-08-16T01:06:41.097Z | Compiling multer v3.1.0 |
542 | 2024-08-16T01:06:41.240Z | Compiling camino v1.1.8 |
543 | 2024-08-16T01:06:41.272Z | Checking zeroize v1.8.1 |
544 | 2024-08-16T01:06:41.429Z | Compiling slog-async v2.8.0 |
545 | 2024-08-16T01:06:41.437Z | Checking subtle v2.6.1 |
546 | 2024-08-16T01:06:41.494Z | Checking winnow v0.6.18 |
547 | 2024-08-16T01:06:41.644Z | Compiling anyhow v1.0.86 |
548 | 2024-08-16T01:06:41.836Z | Checking match_cfg v0.1.0 |
549 | 2024-08-16T01:06:41.911Z | Checking hostname v0.3.1 |
550 | 2024-08-16T01:06:42.029Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-16T01:06:42.414Z | Checking digest v0.10.7 |
552 | 2024-08-16T01:06:42.705Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-16T01:06:42.862Z | Checking hyper-rustls v0.24.2 |
554 | 2024-08-16T01:06:42.865Z | Checking hyper-tls v0.5.0 |
555 | 2024-08-16T01:06:43.112Z | Compiling darling v0.20.10 |
556 | 2024-08-16T01:06:43.115Z | Checking reqwest v0.11.27 |
557 | 2024-08-16T01:06:43.202Z | Checking term v0.7.0 |
558 | 2024-08-16T01:06:43.572Z | Compiling structmeta v0.3.0 |
559 | 2024-08-16T01:06:43.946Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-16T01:06:44.204Z | Compiling usdt-macro v0.5.0 |
561 | 2024-08-16T01:06:44.401Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
562 | 2024-08-16T01:06:44.454Z | Checking slog-json v2.6.1 |
563 | 2024-08-16T01:06:44.542Z | Checking toml_edit v0.22.20 |
564 | 2024-08-16T01:06:44.671Z | Checking futures-executor v0.3.30 |
565 | 2024-08-16T01:06:44.680Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-08-16T01:06:44.803Z | Checking http v1.1.0 |
567 | 2024-08-16T01:06:44.868Z | Checking memmap v0.7.0 |
568 | 2024-08-16T01:06:45.045Z | Checking is-terminal v0.4.13 |
569 | 2024-08-16T01:06:45.146Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
570 | 2024-08-16T01:06:45.324Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-16T01:06:45.402Z | Checking take_mut v0.2.2 |
572 | 2024-08-16T01:06:45.425Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-16T01:06:45.464Z | Checking base64 v0.22.1 |
574 | 2024-08-16T01:06:45.528Z | Checking waitgroup v0.1.2 |
575 | 2024-08-16T01:06:45.536Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-16T01:06:45.691Z | Checking usdt v0.5.0 |
577 | 2024-08-16T01:06:45.788Z | Checking sha1 v0.10.6 |
578 | 2024-08-16T01:06:45.855Z | Checking slog-term v2.9.1 |
579 | 2024-08-16T01:06:45.907Z | Checking futures v0.3.30 |
580 | 2024-08-16T01:06:45.930Z | Checking rustls-pemfile v2.1.3 |
581 | 2024-08-16T01:06:45.953Z | Checking async-stream v0.3.5 |
582 | 2024-08-16T01:06:45.997Z | Compiling strum_macros v0.26.4 |
583 | 2024-08-16T01:06:46.026Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-16T01:06:46.114Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-16T01:06:46.144Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-16T01:06:46.321Z | Checking rand v0.8.5 |
587 | 2024-08-16T01:06:46.587Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-16T01:06:46.815Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-16T01:06:47.071Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
590 | 2024-08-16T01:06:47.130Z | Checking toml v0.8.19 |
591 | 2024-08-16T01:06:47.152Z | Checking hex v0.4.3 |
592 | 2024-08-16T01:06:47.546Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-16T01:06:47.666Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-16T01:06:47.883Z | Compiling async-trait v0.1.81 |
595 | 2024-08-16T01:06:48.150Z | Checking hostname v0.4.0 |
596 | 2024-08-16T01:06:48.267Z | Checking instant v0.1.13 |
597 | 2024-08-16T01:06:48.359Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-16T01:06:48.446Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-08-16T01:06:48.477Z | Checking backoff v0.4.0 |
600 | 2024-08-16T01:06:48.571Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-16T01:06:48.702Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-16T01:06:48.732Z | Checking serde_with v3.9.0 |
603 | 2024-08-16T01:06:48.747Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-08-16T01:06:48.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-16T01:06:49.092Z | Checking macaddr v1.0.1 |
606 | 2024-08-16T01:06:49.394Z | Checking regress v0.9.1 |
607 | 2024-08-16T01:06:49.951Z | Checking parse-display v0.10.0 |
608 | 2024-08-16T01:06:50.417Z | Checking strum v0.26.3 |
609 | 2024-08-16T01:06:51.157Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
610 | 2024-08-16T01:06:53.038Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
611 | 2024-08-16T01:06:53.095Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-16T01:06:55.567Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-16T01:07:00.486Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-16T01:07:00.587Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-16T01:07:03.250Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-16T01:07:09.832Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-16T01:07:09.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-16T01:07:09.946Z | + cargo build --release |
619 | 2024-08-16T01:07:10.202Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-16T01:07:10.202Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-16T01:07:10.204Z | Compiling libc v0.2.156 |
622 | 2024-08-16T01:07:10.204Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-16T01:07:10.204Z | Compiling version_check v0.9.5 |
624 | 2024-08-16T01:07:10.204Z | Compiling autocfg v1.3.0 |
625 | 2024-08-16T01:07:10.240Z | Compiling serde v1.0.208 |
626 | 2024-08-16T01:07:10.242Z | Compiling memchr v2.7.4 |
627 | 2024-08-16T01:07:10.309Z | Compiling serde_json v1.0.125 |
628 | 2024-08-16T01:07:10.383Z | Compiling itoa v1.0.11 |
629 | 2024-08-16T01:07:10.668Z | Compiling thiserror v1.0.63 |
630 | 2024-08-16T01:07:10.805Z | Compiling byteorder v1.5.0 |
631 | 2024-08-16T01:07:10.830Z | Compiling ahash v0.8.11 |
632 | 2024-08-16T01:07:10.935Z | Compiling once_cell v1.19.0 |
633 | 2024-08-16T01:07:11.166Z | Compiling shlex v1.3.0 |
634 | 2024-08-16T01:07:11.379Z | Compiling cc v1.1.12 |
635 | 2024-08-16T01:07:11.535Z | Compiling num-traits v0.2.19 |
636 | 2024-08-16T01:07:11.606Z | Compiling getrandom v0.2.15 |
637 | 2024-08-16T01:07:11.661Z | Compiling quote v1.0.36 |
638 | 2024-08-16T01:07:11.871Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-16T01:07:11.919Z | Compiling ryu v1.0.18 |
640 | 2024-08-16T01:07:11.990Z | Compiling bytes v1.7.1 |
641 | 2024-08-16T01:07:12.197Z | Compiling syn v2.0.74 |
642 | 2024-08-16T01:07:12.267Z | Compiling log v0.4.22 |
643 | 2024-08-16T01:07:12.296Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-16T01:07:12.490Z | Compiling schemars v0.8.21 |
645 | 2024-08-16T01:07:12.623Z | Compiling lock_api v0.4.12 |
646 | 2024-08-16T01:07:12.739Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-16T01:07:12.864Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-16T01:07:12.907Z | Compiling smallvec v1.13.2 |
649 | 2024-08-16T01:07:13.004Z | Compiling futures-core v0.3.30 |
650 | 2024-08-16T01:07:13.091Z | Compiling socket2 v0.5.7 |
651 | 2024-08-16T01:07:13.203Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-16T01:07:13.229Z | Compiling mio v1.0.2 |
653 | 2024-08-16T01:07:13.604Z | Compiling slab v0.4.9 |
654 | 2024-08-16T01:07:13.772Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-16T01:07:13.953Z | Compiling futures-sink v0.3.30 |
656 | 2024-08-16T01:07:14.174Z | Compiling spin v0.9.8 |
657 | 2024-08-16T01:07:14.297Z | Compiling ring v0.17.8 |
658 | 2024-08-16T01:07:14.337Z | Compiling untrusted v0.9.0 |
659 | 2024-08-16T01:07:14.417Z | Compiling fnv v1.0.7 |
660 | 2024-08-16T01:07:14.518Z | Compiling semver v1.0.23 |
661 | 2024-08-16T01:07:14.718Z | Compiling equivalent v1.0.1 |
662 | 2024-08-16T01:07:14.816Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-16T01:07:15.030Z | Compiling heck v0.5.0 |
664 | 2024-08-16T01:07:15.058Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-16T01:07:15.085Z | Compiling futures-io v0.3.30 |
666 | 2024-08-16T01:07:15.265Z | Compiling futures-task v0.3.30 |
667 | 2024-08-16T01:07:15.296Z | Compiling pin-utils v0.1.0 |
668 | 2024-08-16T01:07:15.372Z | Compiling pkg-config v0.3.30 |
669 | 2024-08-16T01:07:15.636Z | Compiling ucd-trie v0.1.6 |
670 | 2024-08-16T01:07:15.662Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-16T01:07:16.103Z | Compiling http v0.2.12 |
672 | 2024-08-16T01:07:16.530Z | Compiling httparse v1.9.4 |
673 | 2024-08-16T01:07:16.658Z | Compiling dyn-clone v1.0.17 |
674 | 2024-08-16T01:07:16.677Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-16T01:07:17.320Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-16T01:07:17.586Z | Compiling chrono v0.4.38 |
677 | 2024-08-16T01:07:17.716Z | Compiling uuid v1.10.0 |
678 | 2024-08-16T01:07:18.239Z | Compiling tracing v0.1.40 |
679 | 2024-08-16T01:07:19.605Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-16T01:07:19.969Z | Compiling openssl v0.10.66 |
681 | 2024-08-16T01:07:19.978Z | Compiling slog v2.7.0 |
682 | 2024-08-16T01:07:19.987Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-08-16T01:07:20.075Z | Compiling try-lock v0.2.5 |
684 | 2024-08-16T01:07:20.213Z | Compiling want v0.3.1 |
685 | 2024-08-16T01:07:20.412Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-16T01:07:20.489Z | Compiling http-body v0.4.6 |
687 | 2024-08-16T01:07:20.868Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-16T01:07:20.964Z | Compiling regex-syntax v0.8.4 |
689 | 2024-08-16T01:07:21.845Z | Compiling native-tls v0.2.12 |
690 | 2024-08-16T01:07:21.886Z | Compiling rustls v0.21.12 |
691 | 2024-08-16T01:07:22.000Z | Compiling tinyvec_macros v0.1.1 |
692 | 2024-08-16T01:07:22.076Z | Compiling bitflags v2.6.0 |
693 | 2024-08-16T01:07:22.204Z | Compiling tower-service v0.3.3 |
694 | 2024-08-16T01:07:22.220Z | Compiling httpdate v1.0.3 |
695 | 2024-08-16T01:07:22.310Z | Compiling percent-encoding v2.3.1 |
696 | 2024-08-16T01:07:22.410Z | Compiling typenum v1.17.0 |
697 | 2024-08-16T01:07:22.759Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-16T01:07:22.980Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-16T01:07:23.480Z | Compiling generic-array v0.14.7 |
700 | 2024-08-16T01:07:23.824Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-16T01:07:24.354Z | Compiling regex-automata v0.4.7 |
702 | 2024-08-16T01:07:24.559Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-16T01:07:24.615Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-16T01:07:25.048Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-16T01:07:25.076Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-16T01:07:25.104Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-16T01:07:26.624Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-16T01:07:26.679Z | Compiling tokio v1.39.2 |
709 | 2024-08-16T01:07:28.026Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-16T01:07:28.692Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-16T01:07:29.956Z | Compiling futures-util v0.3.30 |
712 | 2024-08-16T01:07:30.102Z | Compiling pest v2.7.11 |
713 | 2024-08-16T01:07:30.396Z | Compiling regress v0.10.0 |
714 | 2024-08-16T01:07:31.850Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-16T01:07:32.887Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-16T01:07:35.163Z | Compiling tokio-util v0.7.11 |
717 | 2024-08-16T01:07:35.677Z | Compiling pest_generator v2.7.11 |
718 | 2024-08-16T01:07:36.921Z | Compiling sct v0.7.1 |
719 | 2024-08-16T01:07:37.354Z | Compiling rustls-webpki v0.101.7 |
720 | 2024-08-16T01:07:37.392Z | Compiling pest_derive v2.7.11 |
721 | 2024-08-16T01:07:37.409Z | Compiling regex v1.10.6 |
722 | 2024-08-16T01:07:39.044Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-16T01:07:39.618Z | Compiling indexmap v2.4.0 |
724 | 2024-08-16T01:07:43.073Z | Compiling h2 v0.3.26 |
725 | 2024-08-16T01:07:44.928Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
726 | 2024-08-16T01:07:49.942Z | Compiling hyper v0.14.30 |
727 | 2024-08-16T01:07:53.535Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-16T01:07:54.996Z | Compiling unicode-normalization v0.1.23 |
729 | 2024-08-16T01:07:56.909Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
730 | 2024-08-16T01:07:56.931Z | Compiling usdt-impl v0.5.0 |
731 | 2024-08-16T01:07:57.094Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-16T01:07:57.312Z | Compiling num-conv v0.1.0 |
733 | 2024-08-16T01:07:58.594Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-08-16T01:08:00.762Z | Compiling time-core v0.1.2 |
735 | 2024-08-16T01:08:00.922Z | Compiling mime v0.3.17 |
736 | 2024-08-16T01:08:01.597Z | Compiling powerfmt v0.2.0 |
737 | 2024-08-16T01:08:02.017Z | Compiling deranged v0.3.11 |
738 | 2024-08-16T01:08:04.310Z | Compiling time-macros v0.2.18 |
739 | 2024-08-16T01:08:06.936Z | Compiling idna v0.5.0 |
740 | 2024-08-16T01:08:07.729Z | Compiling scroll v0.12.0 |
741 | 2024-08-16T01:08:08.351Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-08-16T01:08:08.623Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-16T01:08:08.731Z | Compiling dof v0.3.0 |
744 | 2024-08-16T01:08:08.809Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-16T01:08:09.014Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-16T01:08:09.596Z | Compiling thread-id v4.2.2 |
747 | 2024-08-16T01:08:10.526Z | Compiling plain v0.2.3 |
748 | 2024-08-16T01:08:10.661Z | Compiling strsim v0.11.1 |
749 | 2024-08-16T01:08:10.673Z | Compiling num_threads v0.1.7 |
750 | 2024-08-16T01:08:10.926Z | Compiling base64 v0.21.7 |
751 | 2024-08-16T01:08:11.093Z | Compiling ident_case v1.0.1 |
752 | 2024-08-16T01:08:11.255Z | Compiling rustls-pki-types v1.8.0 |
753 | 2024-08-16T01:08:11.362Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-08-16T01:08:11.679Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-08-16T01:08:12.259Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-16T01:08:12.605Z | Compiling darling_core v0.20.10 |
757 | 2024-08-16T01:08:13.068Z | Compiling time v0.3.36 |
758 | 2024-08-16T01:08:14.262Z | Compiling goblin v0.8.2 |
759 | 2024-08-16T01:08:18.626Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-16T01:08:18.681Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-16T01:08:19.036Z | Compiling url v2.5.2 |
762 | 2024-08-16T01:08:19.682Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
763 | 2024-08-16T01:08:19.800Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-16T01:08:22.670Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-16T01:08:23.972Z | Compiling ipnet v2.9.0 |
766 | 2024-08-16T01:08:24.166Z | Compiling paste v1.0.15 |
767 | 2024-08-16T01:08:24.557Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-08-16T01:08:24.674Z | Compiling sync_wrapper v0.1.2 |
769 | 2024-08-16T01:08:24.797Z | Compiling rustversion v1.0.17 |
770 | 2024-08-16T01:08:25.445Z | Compiling rustls v0.22.4 |
771 | 2024-08-16T01:08:25.758Z | Compiling pretty-hex v0.4.1 |
772 | 2024-08-16T01:08:25.858Z | Compiling webpki-roots v0.25.4 |
773 | 2024-08-16T01:08:26.009Z | Compiling reqwest v0.11.27 |
774 | 2024-08-16T01:08:26.270Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-16T01:08:26.840Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
776 | 2024-08-16T01:08:28.479Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-16T01:08:28.727Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-16T01:08:31.894Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-16T01:08:31.937Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-16T01:08:32.108Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-16T01:08:32.135Z | Compiling toml_datetime v0.6.8 |
782 | 2024-08-16T01:08:32.333Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-16T01:08:32.557Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-16T01:08:32.777Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-16T01:08:33.460Z | Compiling rand_core v0.6.4 |
786 | 2024-08-16T01:08:33.692Z | Compiling thread_local v1.1.8 |
787 | 2024-08-16T01:08:33.926Z | Compiling multer v3.1.0 |
788 | 2024-08-16T01:08:34.274Z | Compiling winnow v0.6.18 |
789 | 2024-08-16T01:08:34.423Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-16T01:08:34.507Z | Compiling subtle v2.6.1 |
791 | 2024-08-16T01:08:34.778Z | Compiling anyhow v1.0.86 |
792 | 2024-08-16T01:08:35.363Z | Compiling zeroize v1.8.1 |
793 | 2024-08-16T01:08:35.442Z | Compiling camino v1.1.8 |
794 | 2024-08-16T01:08:35.711Z | Compiling slog-async v2.8.0 |
795 | 2024-08-16T01:08:36.099Z | Compiling structmeta v0.3.0 |
796 | 2024-08-16T01:08:36.267Z | Compiling hostname v0.3.1 |
797 | 2024-08-16T01:08:36.411Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-16T01:08:36.505Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
799 | 2024-08-16T01:08:38.063Z | Compiling toml_edit v0.22.20 |
800 | 2024-08-16T01:08:38.471Z | Compiling digest v0.10.7 |
801 | 2024-08-16T01:08:38.614Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-16T01:08:40.242Z | Compiling darling v0.20.10 |
803 | 2024-08-16T01:08:40.337Z | Compiling term v0.7.0 |
804 | 2024-08-16T01:08:44.846Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
805 | 2024-08-16T01:08:47.699Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-16T01:08:48.844Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-16T01:08:49.181Z | Compiling slog-json v2.6.1 |
808 | 2024-08-16T01:08:49.663Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-16T01:08:50.184Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-16T01:08:50.748Z | Compiling http v1.1.0 |
811 | 2024-08-16T01:08:51.582Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-16T01:08:51.676Z | Compiling memmap v0.7.0 |
813 | 2024-08-16T01:08:51.694Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
814 | 2024-08-16T01:08:52.035Z | Compiling base64 v0.22.1 |
815 | 2024-08-16T01:08:52.099Z | Compiling atomic-waker v1.1.2 |
816 | 2024-08-16T01:08:52.261Z | Compiling cpufeatures v0.2.13 |
817 | 2024-08-16T01:08:52.351Z | Compiling take_mut v0.2.2 |
818 | 2024-08-16T01:08:53.130Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-16T01:08:55.324Z | Compiling sha1 v0.10.6 |
820 | 2024-08-16T01:08:55.986Z | Compiling waitgroup v0.1.2 |
821 | 2024-08-16T01:08:56.154Z | Compiling usdt v0.5.0 |
822 | 2024-08-16T01:08:56.222Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
823 | 2024-08-16T01:08:56.400Z | Compiling slog-term v2.9.1 |
824 | 2024-08-16T01:08:56.670Z | Compiling async-stream v0.3.5 |
825 | 2024-08-16T01:08:57.006Z | Compiling futures v0.3.30 |
826 | 2024-08-16T01:08:57.202Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-16T01:08:57.461Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-16T01:08:57.717Z | Compiling toml v0.8.19 |
829 | 2024-08-16T01:08:59.300Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-16T01:08:59.729Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-16T01:09:00.994Z | Compiling rand v0.8.5 |
832 | 2024-08-16T01:09:02.107Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-16T01:09:03.995Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-16T01:09:04.177Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-16T01:09:04.501Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
836 | 2024-08-16T01:09:05.214Z | Compiling hex v0.4.3 |
837 | 2024-08-16T01:09:05.913Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-16T01:09:06.110Z | Compiling async-trait v0.1.81 |
839 | 2024-08-16T01:09:06.910Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-16T01:09:07.721Z | Compiling hostname v0.4.0 |
841 | 2024-08-16T01:09:07.970Z | Compiling instant v0.1.13 |
842 | 2024-08-16T01:09:08.114Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-16T01:09:08.237Z | Compiling backoff v0.4.0 |
844 | 2024-08-16T01:09:08.544Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-16T01:09:08.573Z | Compiling parse-display v0.10.0 |
846 | 2024-08-16T01:09:08.612Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-16T01:09:08.721Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-16T01:09:08.769Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-16T01:09:09.360Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-16T01:09:09.389Z | Compiling serde_with v3.9.0 |
851 | 2024-08-16T01:09:10.719Z | Compiling strum v0.26.3 |
852 | 2024-08-16T01:09:10.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-16T01:09:11.727Z | Compiling macaddr v1.0.1 |
854 | 2024-08-16T01:09:12.326Z | Compiling regress v0.9.1 |
855 | 2024-08-16T01:09:17.937Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-16T01:09:27.527Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-16T01:09:35.876Z | Finished `release` profile [optimized] target(s) in 2m 25s |
858 | 2024-08-16T01:09:35.934Z | process exited: duration 220357 ms, exit code 0 |
|
859 | 2024-08-16T01:09:35.941Z | found 0 output files |