|
|
|
1 | 2024-08-09T20:31:13.651Z | job assigned to worker 01J4WDB7JP4ESEEP1Y3CPFD6KC (queued for 1 m 10 s) |
|
2 | 2024-08-09T20:31:21.162Z | starting task 0: "setup" |
3 | 2024-08-09T20:31:21.236Z | ++ uname -s |
4 | 2024-08-09T20:31:21.239Z | + kern=SunOS |
5 | 2024-08-09T20:31:21.239Z | + case "$kern" in |
6 | 2024-08-09T20:31:21.239Z | + groupadd -g 12345 build |
7 | 2024-08-09T20:31:21.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-09T20:31:23.253Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-09T20:31:23.393Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-09T20:31:23.397Z | + home_fs=zfs |
11 | 2024-08-09T20:31:23.397Z | + [[ zfs == autofs ]] |
12 | 2024-08-09T20:31:23.397Z | + mkdir -p /home/build |
13 | 2024-08-09T20:31:23.397Z | + chown build:build /home/build /work |
14 | 2024-08-09T20:31:25.400Z | + chmod 0700 /home/build /work |
15 | 2024-08-09T20:31:25.402Z | process exited: duration 4239 ms, exit code 0 |
|
16 | 2024-08-09T20:31:25.408Z | starting task 1: "rust-toolchain" |
17 | 2024-08-09T20:31:25.414Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-09T20:31:25.414Z | ' 1.80.1 |
19 | 2024-08-09T20:31:25.417Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-09T20:31:25.417Z | * toolchain channel = "1.80.1" |
21 | 2024-08-09T20:31:25.417Z | ' default |
22 | 2024-08-09T20:31:25.417Z | * toolchain profile = "default" |
23 | 2024-08-09T20:31:25.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-09T20:31:25.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-09T20:31:25.575Z | info: downloading installer |
26 | 2024-08-09T20:31:26.882Z | info: profile set to 'default' |
27 | 2024-08-09T20:31:26.882Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-09T20:31:26.885Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-09T20:31:27.014Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-09T20:31:27.014Z | info: downloading component 'cargo' |
31 | 2024-08-09T20:31:27.706Z | info: downloading component 'clippy' |
32 | 2024-08-09T20:31:27.952Z | info: downloading component 'rust-docs' |
33 | 2024-08-09T20:31:28.902Z | info: downloading component 'rust-std' |
34 | 2024-08-09T20:31:30.246Z | info: downloading component 'rustc' |
35 | 2024-08-09T20:31:33.932Z | info: downloading component 'rustfmt' |
36 | 2024-08-09T20:31:34.134Z | info: installing component 'cargo' |
37 | 2024-08-09T20:31:35.036Z | info: installing component 'clippy' |
38 | 2024-08-09T20:31:35.441Z | info: installing component 'rust-docs' |
39 | 2024-08-09T20:31:37.044Z | info: installing component 'rust-std' |
40 | 2024-08-09T20:31:38.816Z | info: installing component 'rustc' |
41 | 2024-08-09T20:31:43.275Z | info: installing component 'rustfmt' |
42 | 2024-08-09T20:31:43.623Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-09T20:31:43.623Z | |
44 | 2024-08-09T20:31:43.882Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-09T20:31:43.882Z | |
46 | 2024-08-09T20:31:43.889Z | |
47 | 2024-08-09T20:31:43.889Z | Rust is installed now. Great! |
48 | 2024-08-09T20:31:43.889Z | |
49 | 2024-08-09T20:31:43.889Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-09T20:31:43.889Z | environment variable. This has not been done automatically. |
51 | 2024-08-09T20:31:43.889Z | |
52 | 2024-08-09T20:31:43.890Z | To configure your current shell, you need to source |
53 | 2024-08-09T20:31:43.890Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-09T20:31:43.890Z | |
55 | 2024-08-09T20:31:43.890Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-09T20:31:43.890Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-09T20:31:43.890Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-09T20:31:44.039Z | + rustc --version |
59 | 2024-08-09T20:31:44.104Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-09T20:31:44.107Z | process exited: duration 18695 ms, exit code 0 |
|
61 | 2024-08-09T20:31:44.113Z | starting task 2: "authentication" |
62 | 2024-08-09T20:31:44.135Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-09T20:31:44.141Z | starting task 3: "clone repository" |
64 | 2024-08-09T20:31:44.146Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-09T20:31:44.149Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-09T20:31:44.633Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-09T20:31:51.078Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-09T20:31:51.078Z | + git fetch origin 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
69 | 2024-08-09T20:31:51.513Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-09T20:31:51.513Z | * branch 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 -> FETCH_HEAD |
71 | 2024-08-09T20:31:51.521Z | + [[ -n '' ]] |
72 | 2024-08-09T20:31:51.521Z | + git reset --hard 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
73 | 2024-08-09T20:31:51.649Z | HEAD is now at 38348069b [#5333 2/6] Region snapshot replacement omdb cmds |
74 | 2024-08-09T20:31:51.653Z | process exited: duration 7508 ms, exit code 0 |
|
75 | 2024-08-09T20:31:51.660Z | starting task 4: "build" |
76 | 2024-08-09T20:31:51.664Z | + cargo --version |
77 | 2024-08-09T20:31:51.719Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-09T20:31:51.721Z | + rustc --version |
79 | 2024-08-09T20:31:51.777Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-09T20:31:51.780Z | + cd /tmp |
81 | 2024-08-09T20:31:51.780Z | + cargo new --lib test-project |
82 | 2024-08-09T20:31:51.833Z | Creating library `test-project` package |
83 | 2024-08-09T20:31:51.906Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-09T20:31:51.909Z | + cd test-project |
85 | 2024-08-09T20:31:51.909Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-09T20:31:51.963Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-09T20:31:51.963Z | Features: |
88 | 2024-08-09T20:31:51.964Z | - proptest |
89 | 2024-08-09T20:31:51.964Z | - test-strategy |
90 | 2024-08-09T20:31:51.964Z | - testing |
91 | 2024-08-09T20:31:51.966Z | Updating crates.io index |
92 | 2024-08-09T20:31:52.083Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-09T20:31:52.874Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-09T20:31:53.745Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-09T20:31:54.238Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-09T20:31:56.010Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-09T20:31:56.434Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-09T20:31:56.838Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-09T20:31:59.910Z | Locking 304 packages to latest compatible versions |
100 | 2024-08-09T20:31:59.914Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-08-09T20:31:59.917Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-08-09T20:31:59.917Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-08-09T20:31:59.917Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-08-09T20:31:59.917Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-08-09T20:31:59.917Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
106 | 2024-08-09T20:31:59.917Z | Adding gimli v0.29.0 (latest: v0.31.0) |
107 | 2024-08-09T20:31:59.917Z | Adding h2 v0.3.26 (latest: v0.4.5) |
108 | 2024-08-09T20:31:59.917Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
109 | 2024-08-09T20:31:59.917Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
110 | 2024-08-09T20:31:59.917Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2024-08-09T20:31:59.917Z | Adding http v0.2.12 (latest: v1.1.0) |
112 | 2024-08-09T20:31:59.917Z | Adding http-body v0.4.6 (latest: v1.0.1) |
113 | 2024-08-09T20:31:59.917Z | Adding hyper v0.14.30 (latest: v1.4.1) |
114 | 2024-08-09T20:31:59.920Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
115 | 2024-08-09T20:31:59.920Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
116 | 2024-08-09T20:31:59.920Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-08-09T20:31:59.920Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
118 | 2024-08-09T20:31:59.920Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
119 | 2024-08-09T20:31:59.920Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
120 | 2024-08-09T20:31:59.920Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
121 | 2024-08-09T20:31:59.920Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
122 | 2024-08-09T20:31:59.923Z | Adding regress v0.9.1 (latest: v0.10.0) |
123 | 2024-08-09T20:31:59.923Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
124 | 2024-08-09T20:31:59.927Z | Adding rustls v0.21.12 (latest: v0.23.12) |
125 | 2024-08-09T20:31:59.928Z | Adding rustls v0.22.4 (latest: v0.23.12) |
126 | 2024-08-09T20:31:59.932Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
127 | 2024-08-09T20:31:59.932Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
128 | 2024-08-09T20:31:59.932Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
129 | 2024-08-09T20:31:59.932Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
130 | 2024-08-09T20:31:59.932Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
131 | 2024-08-09T20:31:59.932Z | Adding term v0.7.0 (latest: v1.0.0) |
132 | 2024-08-09T20:31:59.934Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
133 | 2024-08-09T20:31:59.934Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
134 | 2024-08-09T20:31:59.934Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
135 | 2024-08-09T20:31:59.938Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
136 | 2024-08-09T20:31:59.938Z | Adding windows v0.52.0 (latest: v0.58.0) |
137 | 2024-08-09T20:31:59.938Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
138 | 2024-08-09T20:31:59.938Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
139 | 2024-08-09T20:31:59.938Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
140 | 2024-08-09T20:31:59.938Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
141 | 2024-08-09T20:31:59.938Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-08-09T20:31:59.938Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
143 | 2024-08-09T20:31:59.938Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
144 | 2024-08-09T20:31:59.938Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-08-09T20:31:59.938Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-08-09T20:31:59.938Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-09T20:31:59.939Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-09T20:31:59.939Z | Adding winreg v0.50.0 (latest: v0.52.0) |
149 | 2024-08-09T20:32:00.009Z | + cargo check |
150 | 2024-08-09T20:32:00.242Z | Downloading crates ... |
151 | 2024-08-09T20:32:00.310Z | Downloaded async-stream-impl v0.3.5 |
152 | 2024-08-09T20:32:00.312Z | Downloaded ahash v0.8.11 |
153 | 2024-08-09T20:32:00.316Z | Downloaded allocator-api2 v0.2.18 |
154 | 2024-08-09T20:32:00.320Z | Downloaded dtrace-parser v0.2.0 |
155 | 2024-08-09T20:32:00.330Z | Downloaded ident_case v1.0.1 |
156 | 2024-08-09T20:32:00.333Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-08-09T20:32:00.336Z | Downloaded futures-sink v0.3.30 |
158 | 2024-08-09T20:32:00.338Z | Downloaded parking_lot v0.12.3 |
159 | 2024-08-09T20:32:00.341Z | Downloaded num-conv v0.1.0 |
160 | 2024-08-09T20:32:00.341Z | Downloaded openssl-probe v0.1.5 |
161 | 2024-08-09T20:32:00.344Z | Downloaded num_threads v0.1.7 |
162 | 2024-08-09T20:32:00.346Z | Downloaded instant v0.1.13 |
163 | 2024-08-09T20:32:00.349Z | Downloaded foreign-types v0.3.2 |
164 | 2024-08-09T20:32:00.349Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-08-09T20:32:00.352Z | Downloaded equivalent v1.0.1 |
166 | 2024-08-09T20:32:00.352Z | Downloaded darling_macro v0.20.10 |
167 | 2024-08-09T20:32:00.352Z | Downloaded scroll_derive v0.12.0 |
168 | 2024-08-09T20:32:00.354Z | Downloaded usdt-attr-macro v0.5.0 |
169 | 2024-08-09T20:32:00.358Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-08-09T20:32:00.361Z | Downloaded byteorder v1.5.0 |
171 | 2024-08-09T20:32:00.366Z | Downloaded fnv v1.0.7 |
172 | 2024-08-09T20:32:00.369Z | Downloaded dirs-sys-next v0.1.2 |
173 | 2024-08-09T20:32:00.369Z | Downloaded sync_wrapper v0.1.2 |
174 | 2024-08-09T20:32:00.369Z | Downloaded strum v0.26.3 |
175 | 2024-08-09T20:32:00.372Z | Downloaded futures-core v0.3.30 |
176 | 2024-08-09T20:32:00.372Z | Downloaded thread-id v4.2.2 |
177 | 2024-08-09T20:32:00.375Z | Downloaded zeroize v1.8.1 |
178 | 2024-08-09T20:32:00.375Z | Downloaded version_check v0.9.5 |
179 | 2024-08-09T20:32:00.377Z | Downloaded cfg-if v1.0.0 |
180 | 2024-08-09T20:32:00.377Z | Downloaded paste v1.0.15 |
181 | 2024-08-09T20:32:00.380Z | Downloaded usdt v0.5.0 |
182 | 2024-08-09T20:32:00.380Z | Downloaded pkg-config v0.3.30 |
183 | 2024-08-09T20:32:00.383Z | Downloaded parse-display v0.9.1 |
184 | 2024-08-09T20:32:00.383Z | Downloaded hex v0.4.3 |
185 | 2024-08-09T20:32:00.386Z | Downloaded itoa v1.0.11 |
186 | 2024-08-09T20:32:00.386Z | Downloaded serde_urlencoded v0.7.1 |
187 | 2024-08-09T20:32:00.388Z | Downloaded scopeguard v1.2.0 |
188 | 2024-08-09T20:32:00.391Z | Downloaded slog-bunyan v2.5.0 |
189 | 2024-08-09T20:32:00.391Z | Downloaded match_cfg v0.1.0 |
190 | 2024-08-09T20:32:00.391Z | Downloaded sha1 v0.10.6 |
191 | 2024-08-09T20:32:00.394Z | Downloaded powerfmt v0.2.0 |
192 | 2024-08-09T20:32:00.394Z | Downloaded want v0.3.1 |
193 | 2024-08-09T20:32:00.396Z | Downloaded is-terminal v0.4.12 |
194 | 2024-08-09T20:32:00.396Z | Downloaded strsim v0.11.1 |
195 | 2024-08-09T20:32:00.399Z | Downloaded rand_chacha v0.3.1 |
196 | 2024-08-09T20:32:00.399Z | Downloaded openssl-macros v0.1.1 |
197 | 2024-08-09T20:32:00.399Z | Downloaded ipnetwork v0.20.0 |
198 | 2024-08-09T20:32:00.402Z | Downloaded futures-io v0.3.30 |
199 | 2024-08-09T20:32:00.402Z | Downloaded serde_spanned v0.6.7 |
200 | 2024-08-09T20:32:00.405Z | Downloaded rustversion v1.0.17 |
201 | 2024-08-09T20:32:00.408Z | Downloaded omicron-workspace-hack v0.1.0 |
202 | 2024-08-09T20:32:00.408Z | Downloaded subtle v2.6.1 |
203 | 2024-08-09T20:32:00.408Z | Downloaded waitgroup v0.1.2 |
204 | 2024-08-09T20:32:00.411Z | Downloaded mime v0.3.17 |
205 | 2024-08-09T20:32:00.411Z | Downloaded dirs-next v2.0.0 |
206 | 2024-08-09T20:32:00.411Z | Downloaded crypto-common v0.1.6 |
207 | 2024-08-09T20:32:00.414Z | Downloaded macaddr v1.0.1 |
208 | 2024-08-09T20:32:00.414Z | Downloaded darling v0.20.10 |
209 | 2024-08-09T20:32:00.417Z | Downloaded hyper-tls v0.5.0 |
210 | 2024-08-09T20:32:00.420Z | Downloaded tower-service v0.3.2 |
211 | 2024-08-09T20:32:00.420Z | Downloaded backoff v0.4.0 |
212 | 2024-08-09T20:32:00.422Z | Downloaded serde_with_macros v3.9.0 |
213 | 2024-08-09T20:32:00.425Z | Downloaded quote v1.0.36 |
214 | 2024-08-09T20:32:00.428Z | Downloaded pin-project-lite v0.2.14 |
215 | 2024-08-09T20:32:00.430Z | Downloaded rustls-pemfile v2.1.3 |
216 | 2024-08-09T20:32:00.433Z | Downloaded generic-array v0.14.7 |
217 | 2024-08-09T20:32:00.436Z | Downloaded lock_api v0.4.12 |
218 | 2024-08-09T20:32:00.436Z | Downloaded getrandom v0.2.15 |
219 | 2024-08-09T20:32:00.439Z | Downloaded camino v1.1.7 |
220 | 2024-08-09T20:32:00.442Z | Downloaded tinyvec_macros v0.1.1 |
221 | 2024-08-09T20:32:00.442Z | Downloaded pin-utils v0.1.0 |
222 | 2024-08-09T20:32:00.444Z | Downloaded multer v3.1.0 |
223 | 2024-08-09T20:32:00.447Z | Downloaded take_mut v0.2.2 |
224 | 2024-08-09T20:32:00.447Z | Downloaded percent-encoding v2.3.1 |
225 | 2024-08-09T20:32:00.447Z | Downloaded unicode-normalization v0.1.23 |
226 | 2024-08-09T20:32:00.450Z | Downloaded memmap v0.7.0 |
227 | 2024-08-09T20:32:00.452Z | Downloaded http-body v0.4.6 |
228 | 2024-08-09T20:32:00.455Z | Downloaded slog-term v2.9.1 |
229 | 2024-08-09T20:32:00.455Z | Downloaded structmeta v0.3.0 |
230 | 2024-08-09T20:32:00.458Z | Downloaded parse-display-derive v0.9.1 |
231 | 2024-08-09T20:32:00.458Z | Downloaded parking_lot_core v0.9.10 |
232 | 2024-08-09T20:32:00.460Z | Downloaded hostname v0.3.1 |
233 | 2024-08-09T20:32:00.463Z | Downloaded time-core v0.1.2 |
234 | 2024-08-09T20:32:00.463Z | Downloaded futures-task v0.3.30 |
235 | 2024-08-09T20:32:00.463Z | Downloaded uuid v1.10.0 |
236 | 2024-08-09T20:32:00.466Z | Downloaded try-lock v0.2.5 |
237 | 2024-08-09T20:32:00.468Z | Downloaded once_cell v1.19.0 |
238 | 2024-08-09T20:32:00.471Z | Downloaded unicode-ident v1.0.12 |
239 | 2024-08-09T20:32:00.473Z | Downloaded pest_derive v2.7.11 |
240 | 2024-08-09T20:32:00.476Z | Downloaded socket2 v0.5.7 |
241 | 2024-08-09T20:32:00.476Z | Downloaded thread_local v1.1.8 |
242 | 2024-08-09T20:32:00.479Z | Downloaded signal-hook-registry v1.4.2 |
243 | 2024-08-09T20:32:00.479Z | Downloaded httpdate v1.0.3 |
244 | 2024-08-09T20:32:00.481Z | Downloaded ppv-lite86 v0.2.20 |
245 | 2024-08-09T20:32:00.481Z | Downloaded rand_core v0.6.4 |
246 | 2024-08-09T20:32:00.484Z | Downloaded heck v0.5.0 |
247 | 2024-08-09T20:32:00.484Z | Downloaded hyper-rustls v0.24.2 |
248 | 2024-08-09T20:32:00.487Z | Downloaded futures-macro v0.3.30 |
249 | 2024-08-09T20:32:00.487Z | Downloaded schemars_derive v0.8.21 |
250 | 2024-08-09T20:32:00.490Z | Downloaded bitflags v2.6.0 |
251 | 2024-08-09T20:32:00.492Z | Downloaded plain v0.2.3 |
252 | 2024-08-09T20:32:00.496Z | Downloaded rustls-pemfile v1.0.4 |
253 | 2024-08-09T20:32:00.496Z | Downloaded crossbeam-utils v0.8.20 |
254 | 2024-08-09T20:32:00.500Z | Downloaded tokio-macros v2.4.0 |
255 | 2024-08-09T20:32:00.500Z | Downloaded semver v1.0.23 |
256 | 2024-08-09T20:32:00.502Z | Downloaded native-tls v0.2.12 |
257 | 2024-08-09T20:32:00.503Z | Downloaded serde_tokenstream v0.2.1 |
258 | 2024-08-09T20:32:00.505Z | Downloaded tokio-native-tls v0.3.1 |
259 | 2024-08-09T20:32:00.508Z | Downloaded thiserror v1.0.63 |
260 | 2024-08-09T20:32:00.512Z | Downloaded structmeta-derive v0.3.0 |
261 | 2024-08-09T20:32:00.514Z | Downloaded time-macros v0.2.18 |
262 | 2024-08-09T20:32:00.517Z | Downloaded slog v2.7.0 |
263 | 2024-08-09T20:32:00.520Z | Downloaded term v0.7.0 |
264 | 2024-08-09T20:32:00.522Z | Downloaded slog-json v2.6.1 |
265 | 2024-08-09T20:32:00.525Z | Downloaded toml_datetime v0.6.8 |
266 | 2024-08-09T20:32:00.525Z | Downloaded async-trait v0.1.81 |
267 | 2024-08-09T20:32:00.528Z | Downloaded slog-async v2.8.0 |
268 | 2024-08-09T20:32:00.530Z | Downloaded scroll v0.12.0 |
269 | 2024-08-09T20:32:00.530Z | Downloaded schemars v0.8.21 |
270 | 2024-08-09T20:32:00.541Z | Downloaded slab v0.4.9 |
271 | 2024-08-09T20:32:00.543Z | Downloaded tokio-rustls v0.25.0 |
272 | 2024-08-09T20:32:00.546Z | Downloaded log v0.4.22 |
273 | 2024-08-09T20:32:00.549Z | Downloaded sha2 v0.10.8 |
274 | 2024-08-09T20:32:00.551Z | Downloaded tokio-rustls v0.24.1 |
275 | 2024-08-09T20:32:00.551Z | Downloaded strum_macros v0.26.4 |
276 | 2024-08-09T20:32:00.554Z | Downloaded spin v0.9.8 |
277 | 2024-08-09T20:32:00.556Z | Downloaded smallvec v1.13.2 |
278 | 2024-08-09T20:32:00.559Z | Downloaded serde_path_to_error v0.1.16 |
279 | 2024-08-09T20:32:00.559Z | Downloaded serde_derive_internals v0.29.1 |
280 | 2024-08-09T20:32:00.561Z | Downloaded futures v0.3.30 |
281 | 2024-08-09T20:32:00.565Z | Downloaded sct v0.7.1 |
282 | 2024-08-09T20:32:00.568Z | Downloaded bytes v1.7.1 |
283 | 2024-08-09T20:32:00.572Z | Downloaded ryu v1.0.18 |
284 | 2024-08-09T20:32:00.575Z | Downloaded rustls-pki-types v1.8.0 |
285 | 2024-08-09T20:32:00.577Z | Downloaded pest_meta v2.7.11 |
286 | 2024-08-09T20:32:00.580Z | Downloaded anyhow v1.0.86 |
287 | 2024-08-09T20:32:00.582Z | Downloaded zerocopy-derive v0.7.35 |
288 | 2024-08-09T20:32:00.586Z | Downloaded tinyvec v1.8.0 |
289 | 2024-08-09T20:32:00.589Z | Downloaded ucd-trie v0.1.6 |
290 | 2024-08-09T20:32:00.592Z | Downloaded tracing-core v0.1.32 |
291 | 2024-08-09T20:32:00.594Z | Downloaded unsafe-libyaml v0.2.11 |
292 | 2024-08-09T20:32:00.597Z | Downloaded num-traits v0.2.19 |
293 | 2024-08-09T20:32:00.600Z | Downloaded proc-macro2 v1.0.86 |
294 | 2024-08-09T20:32:00.602Z | Downloaded toml v0.8.19 |
295 | 2024-08-09T20:32:00.605Z | Downloaded typenum v1.17.0 |
296 | 2024-08-09T20:32:00.608Z | Downloaded cc v1.1.8 |
297 | 2024-08-09T20:32:00.611Z | Downloaded openssl-sys v0.9.103 |
298 | 2024-08-09T20:32:00.616Z | Downloaded http v1.1.0 |
299 | 2024-08-09T20:32:00.619Z | Downloaded url v2.5.2 |
300 | 2024-08-09T20:32:00.622Z | Downloaded rand v0.8.5 |
301 | 2024-08-09T20:32:00.626Z | Downloaded serde_yaml v0.9.34+deprecated |
302 | 2024-08-09T20:32:00.629Z | Downloaded memchr v2.7.4 |
303 | 2024-08-09T20:32:00.634Z | Downloaded unicode-bidi v0.3.15 |
304 | 2024-08-09T20:32:00.637Z | Downloaded pest v2.7.11 |
305 | 2024-08-09T20:32:00.642Z | Downloaded http v0.2.12 |
306 | 2024-08-09T20:32:00.645Z | Downloaded serde v1.0.205 |
307 | 2024-08-09T20:32:00.649Z | Downloaded indexmap v2.3.0 |
308 | 2024-08-09T20:32:00.653Z | Downloaded hashbrown v0.12.3 |
309 | 2024-08-09T20:32:00.657Z | Downloaded base64 v0.21.7 |
310 | 2024-08-09T20:32:00.660Z | Downloaded toml_edit v0.22.20 |
311 | 2024-08-09T20:32:00.682Z | Downloaded tracing v0.1.40 |
312 | 2024-08-09T20:32:00.685Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-09T20:32:00.690Z | Downloaded tokio-util v0.7.11 |
314 | 2024-08-09T20:32:00.696Z | Downloaded serde_json v1.0.122 |
315 | 2024-08-09T20:32:00.703Z | Downloaded time v0.3.36 |
316 | 2024-08-09T20:32:00.710Z | Downloaded reqwest v0.11.27 |
317 | 2024-08-09T20:32:00.717Z | Downloaded rustls-webpki v0.101.7 |
318 | 2024-08-09T20:32:00.732Z | Downloaded serde_with v3.9.0 |
319 | 2024-08-09T20:32:00.740Z | Downloaded hyper v0.14.30 |
320 | 2024-08-09T20:32:00.747Z | Downloaded goblin v0.8.2 |
321 | 2024-08-09T20:32:00.753Z | Downloaded aho-corasick v1.1.3 |
322 | 2024-08-09T20:32:00.758Z | Downloaded rustls-webpki v0.102.6 |
323 | 2024-08-09T20:32:00.777Z | Downloaded chrono v0.4.38 |
324 | 2024-08-09T20:32:00.783Z | Downloaded regex v1.10.6 |
325 | 2024-08-09T20:32:00.796Z | Downloaded webpki-roots v0.25.4 |
326 | 2024-08-09T20:32:00.800Z | Downloaded rustls v0.21.12 |
327 | 2024-08-09T20:32:00.811Z | Downloaded openapiv3 v2.0.0 |
328 | 2024-08-09T20:32:00.822Z | Downloaded vcpkg v0.2.15 |
329 | 2024-08-09T20:32:00.870Z | Downloaded syn v2.0.72 |
330 | 2024-08-09T20:32:00.880Z | Downloaded rustls v0.22.4 |
331 | 2024-08-09T20:32:00.895Z | Downloaded regress v0.9.1 |
332 | 2024-08-09T20:32:00.903Z | Downloaded libc v0.2.155 |
333 | 2024-08-09T20:32:00.930Z | Downloaded regex-syntax v0.8.4 |
334 | 2024-08-09T20:32:00.936Z | Downloaded regress v0.10.0 |
335 | 2024-08-09T20:32:00.945Z | Downloaded openssl v0.10.66 |
336 | 2024-08-09T20:32:00.954Z | Downloaded regex-automata v0.4.7 |
337 | 2024-08-09T20:32:00.968Z | Downloaded encoding_rs v0.8.34 |
338 | 2024-08-09T20:32:00.988Z | Downloaded tokio v1.39.2 |
339 | 2024-08-09T20:32:01.022Z | Downloaded idna v0.5.0 |
340 | 2024-08-09T20:32:01.029Z | Downloaded h2 v0.3.26 |
341 | 2024-08-09T20:32:01.034Z | Downloaded futures-util v0.3.30 |
342 | 2024-08-09T20:32:01.047Z | Downloaded winnow v0.6.18 |
343 | 2024-08-09T20:32:01.055Z | Downloaded zerocopy v0.7.35 |
344 | 2024-08-09T20:32:01.068Z | Downloaded mio v1.0.1 |
345 | 2024-08-09T20:32:01.075Z | Downloaded crossbeam-channel v0.5.13 |
346 | 2024-08-09T20:32:01.081Z | Downloaded base64 v0.22.1 |
347 | 2024-08-09T20:32:01.086Z | Downloaded darling_core v0.20.10 |
348 | 2024-08-09T20:32:01.092Z | Downloaded httparse v1.9.4 |
349 | 2024-08-09T20:32:01.092Z | Downloaded serde_derive v1.0.205 |
350 | 2024-08-09T20:32:01.104Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-08-09T20:32:01.105Z | Downloaded newtype-uuid v1.1.0 |
352 | 2024-08-09T20:32:01.105Z | Downloaded ipnet v2.9.0 |
353 | 2024-08-09T20:32:01.105Z | Downloaded futures-channel v0.3.30 |
354 | 2024-08-09T20:32:01.105Z | Downloaded thiserror-impl v1.0.63 |
355 | 2024-08-09T20:32:01.120Z | Downloaded futures-executor v0.3.30 |
356 | 2024-08-09T20:32:01.120Z | Downloaded indexmap v1.9.3 |
357 | 2024-08-09T20:32:01.120Z | Downloaded iana-time-zone v0.1.60 |
358 | 2024-08-09T20:32:01.121Z | Downloaded form_urlencoded v1.2.1 |
359 | 2024-08-09T20:32:01.121Z | Downloaded pest_generator v2.7.11 |
360 | 2024-08-09T20:32:01.121Z | Downloaded dyn-clone v1.0.17 |
361 | 2024-08-09T20:32:01.121Z | Downloaded dof v0.3.0 |
362 | 2024-08-09T20:32:01.121Z | Downloaded deranged v0.3.11 |
363 | 2024-08-09T20:32:01.121Z | Downloaded block-buffer v0.10.4 |
364 | 2024-08-09T20:32:01.121Z | Downloaded autocfg v1.3.0 |
365 | 2024-08-09T20:32:01.121Z | Downloaded untrusted v0.9.0 |
366 | 2024-08-09T20:32:01.122Z | Downloaded hostname v0.4.0 |
367 | 2024-08-09T20:32:01.135Z | Downloaded async-stream v0.3.5 |
368 | 2024-08-09T20:32:01.135Z | Downloaded debug-ignore v1.0.5 |
369 | 2024-08-09T20:32:01.135Z | Downloaded cpufeatures v0.2.12 |
370 | 2024-08-09T20:32:01.135Z | Downloaded atomic-waker v1.1.2 |
371 | 2024-08-09T20:32:01.135Z | Downloaded digest v0.10.7 |
372 | 2024-08-09T20:32:01.220Z | Downloaded ring v0.17.8 |
373 | 2024-08-09T20:32:01.412Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-08-09T20:32:01.412Z | Compiling unicode-ident v1.0.12 |
375 | 2024-08-09T20:32:01.416Z | Compiling libc v0.2.155 |
376 | 2024-08-09T20:32:01.416Z | Checking cfg-if v1.0.0 |
377 | 2024-08-09T20:32:01.416Z | Compiling version_check v0.9.5 |
378 | 2024-08-09T20:32:01.416Z | Compiling autocfg v1.3.0 |
379 | 2024-08-09T20:32:01.416Z | Compiling serde v1.0.205 |
380 | 2024-08-09T20:32:01.426Z | Checking memchr v2.7.4 |
381 | 2024-08-09T20:32:01.514Z | Compiling serde_json v1.0.122 |
382 | 2024-08-09T20:32:01.610Z | Checking itoa v1.0.11 |
383 | 2024-08-09T20:32:02.048Z | Compiling ahash v0.8.11 |
384 | 2024-08-09T20:32:02.081Z | Checking byteorder v1.5.0 |
385 | 2024-08-09T20:32:02.195Z | Compiling thiserror v1.0.63 |
386 | 2024-08-09T20:32:02.361Z | Checking once_cell v1.19.0 |
387 | 2024-08-09T20:32:02.550Z | Compiling cc v1.1.8 |
388 | 2024-08-09T20:32:04.395Z | Compiling num-traits v0.2.19 |
389 | 2024-08-09T20:32:05.399Z | Checking pin-project-lite v0.2.14 |
390 | 2024-08-09T20:32:05.426Z | Checking ryu v1.0.18 |
391 | 2024-08-09T20:32:05.453Z | Checking bytes v1.7.1 |
392 | 2024-08-09T20:32:05.493Z | Checking log v0.4.22 |
393 | 2024-08-09T20:32:05.621Z | Checking allocator-api2 v0.2.18 |
394 | 2024-08-09T20:32:05.673Z | Compiling lock_api v0.4.12 |
395 | 2024-08-09T20:32:05.719Z | Compiling schemars v0.8.21 |
396 | 2024-08-09T20:32:05.810Z | Compiling parking_lot_core v0.9.10 |
397 | 2024-08-09T20:32:05.894Z | Compiling ring v0.17.8 |
398 | 2024-08-09T20:32:06.103Z | Checking getrandom v0.2.15 |
399 | 2024-08-09T20:32:06.127Z | Checking smallvec v1.13.2 |
400 | 2024-08-09T20:32:06.136Z | Checking scopeguard v1.2.0 |
401 | 2024-08-09T20:32:06.201Z | Checking futures-core v0.3.30 |
402 | 2024-08-09T20:32:06.223Z | Checking socket2 v0.5.7 |
403 | 2024-08-09T20:32:06.239Z | Compiling quote v1.0.36 |
404 | 2024-08-09T20:32:06.292Z | Checking signal-hook-registry v1.4.2 |
405 | 2024-08-09T20:32:06.336Z | Checking mio v1.0.1 |
406 | 2024-08-09T20:32:06.515Z | Compiling slab v0.4.9 |
407 | 2024-08-09T20:32:06.660Z | Compiling syn v2.0.72 |
408 | 2024-08-09T20:32:06.756Z | Checking futures-sink v0.3.30 |
409 | 2024-08-09T20:32:06.779Z | Checking parking_lot v0.12.3 |
410 | 2024-08-09T20:32:06.851Z | Checking spin v0.9.8 |
411 | 2024-08-09T20:32:06.879Z | Checking equivalent v1.0.1 |
412 | 2024-08-09T20:32:06.954Z | Checking fnv v1.0.7 |
413 | 2024-08-09T20:32:06.970Z | Checking untrusted v0.9.0 |
414 | 2024-08-09T20:32:07.027Z | Checking futures-channel v0.3.30 |
415 | 2024-08-09T20:32:07.041Z | Checking pin-utils v0.1.0 |
416 | 2024-08-09T20:32:07.069Z | Checking futures-io v0.3.30 |
417 | 2024-08-09T20:32:07.082Z | Compiling semver v1.0.23 |
418 | 2024-08-09T20:32:07.099Z | Compiling heck v0.5.0 |
419 | 2024-08-09T20:32:07.185Z | Compiling vcpkg v0.2.15 |
420 | 2024-08-09T20:32:07.208Z | Checking futures-task v0.3.30 |
421 | 2024-08-09T20:32:07.307Z | Compiling pkg-config v0.3.30 |
422 | 2024-08-09T20:32:07.477Z | Checking iana-time-zone v0.1.60 |
423 | 2024-08-09T20:32:07.573Z | Compiling ucd-trie v0.1.6 |
424 | 2024-08-09T20:32:07.589Z | Checking http v0.2.12 |
425 | 2024-08-09T20:32:08.032Z | Checking dyn-clone v1.0.17 |
426 | 2024-08-09T20:32:08.279Z | Compiling httparse v1.9.4 |
427 | 2024-08-09T20:32:08.641Z | Compiling openssl-sys v0.9.103 |
428 | 2024-08-09T20:32:08.811Z | Checking tracing-core v0.1.32 |
429 | 2024-08-09T20:32:09.017Z | Compiling uuid v1.10.0 |
430 | 2024-08-09T20:32:09.268Z | Compiling chrono v0.4.38 |
431 | 2024-08-09T20:32:09.437Z | Checking tracing v0.1.40 |
432 | 2024-08-09T20:32:09.499Z | Compiling openssl v0.10.66 |
433 | 2024-08-09T20:32:09.564Z | Compiling slog v2.7.0 |
434 | 2024-08-09T20:32:09.616Z | Checking try-lock v0.2.5 |
435 | 2024-08-09T20:32:09.688Z | Checking foreign-types-shared v0.1.1 |
436 | 2024-08-09T20:32:09.706Z | Checking want v0.3.1 |
437 | 2024-08-09T20:32:09.762Z | Checking foreign-types v0.3.2 |
438 | 2024-08-09T20:32:09.857Z | Checking http-body v0.4.6 |
439 | 2024-08-09T20:32:09.901Z | Compiling aho-corasick v1.1.3 |
440 | 2024-08-09T20:32:10.016Z | Checking tower-service v0.3.2 |
441 | 2024-08-09T20:32:10.113Z | Compiling native-tls v0.2.12 |
442 | 2024-08-09T20:32:10.207Z | Checking tinyvec_macros v0.1.1 |
443 | 2024-08-09T20:32:10.271Z | Checking httpdate v1.0.3 |
444 | 2024-08-09T20:32:10.433Z | Checking percent-encoding v2.3.1 |
445 | 2024-08-09T20:32:10.448Z | Checking bitflags v2.6.0 |
446 | 2024-08-09T20:32:10.584Z | Compiling rustls v0.21.12 |
447 | 2024-08-09T20:32:10.655Z | Compiling regex-syntax v0.8.4 |
448 | 2024-08-09T20:32:10.865Z | Compiling typenum v1.17.0 |
449 | 2024-08-09T20:32:11.009Z | Checking form_urlencoded v1.2.1 |
450 | 2024-08-09T20:32:11.175Z | Checking tinyvec v1.8.0 |
451 | 2024-08-09T20:32:12.102Z | Compiling generic-array v0.14.7 |
452 | 2024-08-09T20:32:12.239Z | Checking openssl-probe v0.1.5 |
453 | 2024-08-09T20:32:12.355Z | Checking unicode-normalization v0.1.23 |
454 | 2024-08-09T20:32:13.181Z | Compiling serde_derive_internals v0.29.1 |
455 | 2024-08-09T20:32:13.496Z | Compiling regex-automata v0.4.7 |
456 | 2024-08-09T20:32:14.294Z | Compiling usdt-impl v0.5.0 |
457 | 2024-08-09T20:32:14.630Z | Checking encoding_rs v0.8.34 |
458 | 2024-08-09T20:32:15.093Z | Checking powerfmt v0.2.0 |
459 | 2024-08-09T20:32:15.178Z | Checking mime v0.3.17 |
460 | 2024-08-09T20:32:15.416Z | Compiling num-conv v0.1.0 |
461 | 2024-08-09T20:32:15.451Z | Compiling time-core v0.1.2 |
462 | 2024-08-09T20:32:15.608Z | Checking unicode-bidi v0.3.15 |
463 | 2024-08-09T20:32:15.663Z | Compiling time-macros v0.2.18 |
464 | 2024-08-09T20:32:15.729Z | Checking deranged v0.3.11 |
465 | 2024-08-09T20:32:16.228Z | Checking idna v0.5.0 |
466 | 2024-08-09T20:32:16.981Z | Compiling thread-id v4.2.2 |
467 | 2024-08-09T20:32:17.068Z | Checking base64 v0.21.7 |
468 | 2024-08-09T20:32:17.359Z | Compiling regex v1.10.6 |
469 | 2024-08-09T20:32:17.469Z | Checking rustls-pki-types v1.8.0 |
470 | 2024-08-09T20:32:17.843Z | Compiling serde_derive v1.0.205 |
471 | 2024-08-09T20:32:17.896Z | Compiling zerocopy-derive v0.7.35 |
472 | 2024-08-09T20:32:17.988Z | Compiling thiserror-impl v1.0.63 |
473 | 2024-08-09T20:32:18.252Z | Compiling schemars_derive v0.8.21 |
474 | 2024-08-09T20:32:18.360Z | Compiling tokio-macros v2.4.0 |
475 | 2024-08-09T20:32:18.649Z | Compiling futures-macro v0.3.30 |
476 | 2024-08-09T20:32:19.814Z | Checking tokio v1.39.2 |
477 | 2024-08-09T20:32:19.843Z | Checking zerocopy v0.7.35 |
478 | 2024-08-09T20:32:20.887Z | Checking futures-util v0.3.30 |
479 | 2024-08-09T20:32:21.019Z | Compiling pest v2.7.11 |
480 | 2024-08-09T20:32:21.272Z | Compiling openssl-macros v0.1.1 |
481 | 2024-08-09T20:32:21.614Z | Checking hashbrown v0.14.5 |
482 | 2024-08-09T20:32:22.271Z | Checking sct v0.7.1 |
483 | 2024-08-09T20:32:22.432Z | Checking rustls-webpki v0.101.7 |
484 | 2024-08-09T20:32:22.832Z | Compiling scroll_derive v0.12.0 |
485 | 2024-08-09T20:32:23.516Z | Compiling pest_meta v2.7.11 |
486 | 2024-08-09T20:32:23.885Z | Compiling regress v0.10.0 |
487 | 2024-08-09T20:32:24.276Z | Checking scroll v0.12.0 |
488 | 2024-08-09T20:32:24.745Z | Compiling pest_generator v2.7.11 |
489 | 2024-08-09T20:32:26.965Z | Checking tokio-util v0.7.11 |
490 | 2024-08-09T20:32:27.541Z | Compiling pest_derive v2.7.11 |
491 | 2024-08-09T20:32:27.706Z | Checking tokio-native-tls v0.3.1 |
492 | 2024-08-09T20:32:27.740Z | Checking tokio-rustls v0.24.1 |
493 | 2024-08-09T20:32:28.353Z | Checking num_threads v0.1.7 |
494 | 2024-08-09T20:32:28.362Z | Compiling dtrace-parser v0.2.0 |
495 | 2024-08-09T20:32:28.445Z | Compiling strsim v0.11.1 |
496 | 2024-08-09T20:32:28.987Z | Compiling ident_case v1.0.1 |
497 | 2024-08-09T20:32:29.030Z | Checking plain v0.2.3 |
498 | 2024-08-09T20:32:29.137Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-08-09T20:32:29.155Z | Checking goblin v0.8.2 |
500 | 2024-08-09T20:32:29.170Z | Compiling darling_core v0.20.10 |
501 | 2024-08-09T20:32:29.711Z | Checking time v0.3.36 |
502 | 2024-08-09T20:32:30.390Z | Checking rustls-pemfile v1.0.4 |
503 | 2024-08-09T20:32:30.564Z | Checking indexmap v2.3.0 |
504 | 2024-08-09T20:32:31.887Z | Compiling serde_tokenstream v0.2.1 |
505 | 2024-08-09T20:32:32.332Z | Checking h2 v0.3.26 |
506 | 2024-08-09T20:32:32.752Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-08-09T20:32:32.849Z | Checking openapiv3 v2.0.0 |
508 | 2024-08-09T20:32:33.169Z | Checking url v2.5.2 |
509 | 2024-08-09T20:32:33.938Z | Compiling dof v0.3.0 |
510 | 2024-08-09T20:32:34.237Z | Checking dirs-sys-next v0.1.2 |
511 | 2024-08-09T20:32:34.837Z | Checking pretty-hex v0.4.1 |
512 | 2024-08-09T20:32:34.999Z | Checking webpki-roots v0.25.4 |
513 | 2024-08-09T20:32:35.131Z | Compiling rustls v0.22.4 |
514 | 2024-08-09T20:32:35.139Z | Checking sync_wrapper v0.1.2 |
515 | 2024-08-09T20:32:35.237Z | Compiling unsafe-libyaml v0.2.11 |
516 | 2024-08-09T20:32:35.434Z | Compiling rustversion v1.0.17 |
517 | 2024-08-09T20:32:35.753Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
518 | 2024-08-09T20:32:36.108Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-08-09T20:32:36.280Z | Checking ipnet v2.9.0 |
520 | 2024-08-09T20:32:36.397Z | Compiling paste v1.0.15 |
521 | 2024-08-09T20:32:36.519Z | Checking hyper v0.14.30 |
522 | 2024-08-09T20:32:36.714Z | Compiling serde_yaml v0.9.34+deprecated |
523 | 2024-08-09T20:32:36.978Z | Compiling darling_macro v0.20.10 |
524 | 2024-08-09T20:32:37.258Z | Checking dirs-next v2.0.0 |
525 | 2024-08-09T20:32:37.570Z | Checking serde_spanned v0.6.7 |
526 | 2024-08-09T20:32:37.730Z | Checking toml_datetime v0.6.8 |
527 | 2024-08-09T20:32:37.963Z | Checking rustls-webpki v0.102.6 |
528 | 2024-08-09T20:32:37.994Z | Checking ppv-lite86 v0.2.20 |
529 | 2024-08-09T20:32:38.311Z | Checking block-buffer v0.10.4 |
530 | 2024-08-09T20:32:38.464Z | Checking crypto-common v0.1.6 |
531 | 2024-08-09T20:32:38.484Z | Compiling structmeta-derive v0.3.0 |
532 | 2024-08-09T20:32:38.546Z | Checking rand_core v0.6.4 |
533 | 2024-08-09T20:32:38.659Z | Checking thread_local v1.1.8 |
534 | 2024-08-09T20:32:38.694Z | Compiling multer v3.1.0 |
535 | 2024-08-09T20:32:38.719Z | Compiling anyhow v1.0.86 |
536 | 2024-08-09T20:32:38.803Z | Checking subtle v2.6.1 |
537 | 2024-08-09T20:32:38.909Z | Compiling camino v1.1.7 |
538 | 2024-08-09T20:32:39.014Z | Compiling slog-async v2.8.0 |
539 | 2024-08-09T20:32:39.017Z | Checking winnow v0.6.18 |
540 | 2024-08-09T20:32:39.292Z | Checking zeroize v1.8.1 |
541 | 2024-08-09T20:32:39.505Z | Checking match_cfg v0.1.0 |
542 | 2024-08-09T20:32:39.576Z | Checking hostname v0.3.1 |
543 | 2024-08-09T20:32:39.736Z | Checking rand_chacha v0.3.1 |
544 | 2024-08-09T20:32:40.081Z | Checking digest v0.10.7 |
545 | 2024-08-09T20:32:40.271Z | Checking crossbeam-channel v0.5.13 |
546 | 2024-08-09T20:32:40.274Z | Compiling darling v0.20.10 |
547 | 2024-08-09T20:32:40.367Z | Checking term v0.7.0 |
548 | 2024-08-09T20:32:40.857Z | Checking hyper-tls v0.5.0 |
549 | 2024-08-09T20:32:41.002Z | Checking hyper-rustls v0.24.2 |
550 | 2024-08-09T20:32:41.112Z | Compiling usdt-macro v0.5.0 |
551 | 2024-08-09T20:32:41.120Z | Compiling structmeta v0.3.0 |
552 | 2024-08-09T20:32:41.275Z | Checking reqwest v0.11.27 |
553 | 2024-08-09T20:32:41.500Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2024-08-09T20:32:41.565Z | Checking slog-json v2.6.1 |
555 | 2024-08-09T20:32:41.787Z | Checking futures-executor v0.3.30 |
556 | 2024-08-09T20:32:41.836Z | Compiling async-stream-impl v0.3.5 |
557 | 2024-08-09T20:32:41.974Z | Checking http v1.1.0 |
558 | 2024-08-09T20:32:42.127Z | Checking toml_edit v0.22.20 |
559 | 2024-08-09T20:32:42.380Z | Checking memmap v0.7.0 |
560 | 2024-08-09T20:32:42.561Z | Checking is-terminal v0.4.12 |
561 | 2024-08-09T20:32:42.583Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
562 | 2024-08-09T20:32:42.654Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
563 | 2024-08-09T20:32:42.860Z | Checking take_mut v0.2.2 |
564 | 2024-08-09T20:32:42.884Z | Checking atomic-waker v1.1.2 |
565 | 2024-08-09T20:32:42.977Z | Checking base64 v0.22.1 |
566 | 2024-08-09T20:32:42.988Z | Checking cpufeatures v0.2.12 |
567 | 2024-08-09T20:32:42.995Z | Checking waitgroup v0.1.2 |
568 | 2024-08-09T20:32:43.065Z | Checking sha1 v0.10.6 |
569 | 2024-08-09T20:32:43.070Z | Checking tokio-rustls v0.25.0 |
570 | 2024-08-09T20:32:43.130Z | Checking async-stream v0.3.5 |
571 | 2024-08-09T20:32:43.304Z | Checking usdt v0.5.0 |
572 | 2024-08-09T20:32:43.343Z | Checking slog-term v2.9.1 |
573 | 2024-08-09T20:32:43.351Z | Checking futures v0.3.30 |
574 | 2024-08-09T20:32:43.374Z | Checking slog-bunyan v2.5.0 |
575 | 2024-08-09T20:32:43.413Z | Checking rustls-pemfile v2.1.3 |
576 | 2024-08-09T20:32:43.436Z | Compiling strum_macros v0.26.4 |
577 | 2024-08-09T20:32:43.507Z | Compiling parse-display-derive v0.9.1 |
578 | 2024-08-09T20:32:43.515Z | Compiling serde_with_macros v3.9.0 |
579 | 2024-08-09T20:32:43.633Z | Checking rand v0.8.5 |
580 | 2024-08-09T20:32:44.081Z | Checking newtype-uuid v1.1.0 |
581 | 2024-08-09T20:32:44.326Z | Checking ipnetwork v0.20.0 |
582 | 2024-08-09T20:32:44.368Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
583 | 2024-08-09T20:32:44.628Z | Checking hex v0.4.3 |
584 | 2024-08-09T20:32:44.672Z | Checking toml v0.8.19 |
585 | 2024-08-09T20:32:44.827Z | Checking serde_path_to_error v0.1.16 |
586 | 2024-08-09T20:32:45.130Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-08-09T20:32:45.408Z | Compiling async-trait v0.1.81 |
588 | 2024-08-09T20:32:45.443Z | Checking hostname v0.4.0 |
589 | 2024-08-09T20:32:45.555Z | Checking instant v0.1.13 |
590 | 2024-08-09T20:32:45.644Z | Checking debug-ignore v1.0.5 |
591 | 2024-08-09T20:32:45.767Z | Checking backoff v0.4.0 |
592 | 2024-08-09T20:32:45.918Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-08-09T20:32:46.032Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-08-09T20:32:46.036Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-08-09T20:32:46.146Z | Checking serde_with v3.9.0 |
596 | 2024-08-09T20:32:46.154Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
597 | 2024-08-09T20:32:46.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-08-09T20:32:46.450Z | Checking macaddr v1.0.1 |
599 | 2024-08-09T20:32:46.750Z | Checking regress v0.9.1 |
600 | 2024-08-09T20:32:47.439Z | Checking parse-display v0.9.1 |
601 | 2024-08-09T20:32:47.813Z | Checking strum v0.26.3 |
602 | 2024-08-09T20:32:48.912Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
603 | 2024-08-09T20:32:50.784Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
604 | 2024-08-09T20:32:50.839Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
605 | 2024-08-09T20:32:53.360Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
606 | 2024-08-09T20:32:58.320Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
607 | 2024-08-09T20:32:58.422Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
608 | 2024-08-09T20:33:01.167Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-08-09T20:33:07.651Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-08-09T20:33:07.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
611 | 2024-08-09T20:33:07.766Z | + cargo build --release |
612 | 2024-08-09T20:33:08.024Z | Compiling proc-macro2 v1.0.86 |
613 | 2024-08-09T20:33:08.024Z | Compiling unicode-ident v1.0.12 |
614 | 2024-08-09T20:33:08.024Z | Compiling libc v0.2.155 |
615 | 2024-08-09T20:33:08.026Z | Compiling cfg-if v1.0.0 |
616 | 2024-08-09T20:33:08.027Z | Compiling version_check v0.9.5 |
617 | 2024-08-09T20:33:08.027Z | Compiling autocfg v1.3.0 |
618 | 2024-08-09T20:33:08.063Z | Compiling serde v1.0.205 |
619 | 2024-08-09T20:33:08.065Z | Compiling memchr v2.7.4 |
620 | 2024-08-09T20:33:08.143Z | Compiling serde_json v1.0.122 |
621 | 2024-08-09T20:33:08.203Z | Compiling itoa v1.0.11 |
622 | 2024-08-09T20:33:08.624Z | Compiling thiserror v1.0.63 |
623 | 2024-08-09T20:33:08.674Z | Compiling ahash v0.8.11 |
624 | 2024-08-09T20:33:08.679Z | Compiling byteorder v1.5.0 |
625 | 2024-08-09T20:33:08.722Z | Compiling once_cell v1.19.0 |
626 | 2024-08-09T20:33:09.034Z | Compiling cc v1.1.8 |
627 | 2024-08-09T20:33:09.273Z | Compiling num-traits v0.2.19 |
628 | 2024-08-09T20:33:09.478Z | Compiling getrandom v0.2.15 |
629 | 2024-08-09T20:33:09.507Z | Compiling quote v1.0.36 |
630 | 2024-08-09T20:33:09.621Z | Compiling pin-project-lite v0.2.14 |
631 | 2024-08-09T20:33:09.726Z | Compiling ryu v1.0.18 |
632 | 2024-08-09T20:33:09.817Z | Compiling bytes v1.7.1 |
633 | 2024-08-09T20:33:10.028Z | Compiling syn v2.0.72 |
634 | 2024-08-09T20:33:10.124Z | Compiling log v0.4.22 |
635 | 2024-08-09T20:33:10.183Z | Compiling allocator-api2 v0.2.18 |
636 | 2024-08-09T20:33:10.208Z | Compiling schemars v0.8.21 |
637 | 2024-08-09T20:33:10.545Z | Compiling lock_api v0.4.12 |
638 | 2024-08-09T20:33:10.581Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-08-09T20:33:10.589Z | Compiling smallvec v1.13.2 |
640 | 2024-08-09T20:33:10.737Z | Compiling futures-core v0.3.30 |
641 | 2024-08-09T20:33:10.967Z | Compiling scopeguard v1.2.0 |
642 | 2024-08-09T20:33:10.997Z | Compiling signal-hook-registry v1.4.2 |
643 | 2024-08-09T20:33:11.017Z | Compiling mio v1.0.1 |
644 | 2024-08-09T20:33:11.119Z | Compiling socket2 v0.5.7 |
645 | 2024-08-09T20:33:11.563Z | Compiling parking_lot v0.12.3 |
646 | 2024-08-09T20:33:11.708Z | Compiling slab v0.4.9 |
647 | 2024-08-09T20:33:11.919Z | Compiling ring v0.17.8 |
648 | 2024-08-09T20:33:11.927Z | Compiling futures-sink v0.3.30 |
649 | 2024-08-09T20:33:12.065Z | Compiling spin v0.9.8 |
650 | 2024-08-09T20:33:12.306Z | Compiling equivalent v1.0.1 |
651 | 2024-08-09T20:33:12.402Z | Compiling fnv v1.0.7 |
652 | 2024-08-09T20:33:12.523Z | Compiling semver v1.0.23 |
653 | 2024-08-09T20:33:12.559Z | Compiling untrusted v0.9.0 |
654 | 2024-08-09T20:33:12.726Z | Compiling futures-channel v0.3.30 |
655 | 2024-08-09T20:33:12.931Z | Compiling futures-io v0.3.30 |
656 | 2024-08-09T20:33:12.938Z | Compiling heck v0.5.0 |
657 | 2024-08-09T20:33:12.994Z | Compiling pin-utils v0.1.0 |
658 | 2024-08-09T20:33:13.029Z | Compiling futures-task v0.3.30 |
659 | 2024-08-09T20:33:13.073Z | Compiling pkg-config v0.3.30 |
660 | 2024-08-09T20:33:13.167Z | Compiling vcpkg v0.2.15 |
661 | 2024-08-09T20:33:13.430Z | Compiling iana-time-zone v0.1.60 |
662 | 2024-08-09T20:33:13.513Z | Compiling ucd-trie v0.1.6 |
663 | 2024-08-09T20:33:13.984Z | Compiling http v0.2.12 |
664 | 2024-08-09T20:33:14.254Z | Compiling httparse v1.9.4 |
665 | 2024-08-09T20:33:14.263Z | Compiling dyn-clone v1.0.17 |
666 | 2024-08-09T20:33:14.768Z | Compiling openssl-sys v0.9.103 |
667 | 2024-08-09T20:33:15.062Z | Compiling tracing-core v0.1.32 |
668 | 2024-08-09T20:33:15.417Z | Compiling chrono v0.4.38 |
669 | 2024-08-09T20:33:15.762Z | Compiling uuid v1.10.0 |
670 | 2024-08-09T20:33:15.825Z | Compiling tracing v0.1.40 |
671 | 2024-08-09T20:33:17.390Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-08-09T20:33:17.530Z | Compiling slog v2.7.0 |
673 | 2024-08-09T20:33:17.782Z | Compiling try-lock v0.2.5 |
674 | 2024-08-09T20:33:17.913Z | Compiling openssl v0.10.66 |
675 | 2024-08-09T20:33:18.028Z | Compiling foreign-types-shared v0.1.1 |
676 | 2024-08-09T20:33:18.122Z | Compiling foreign-types v0.3.2 |
677 | 2024-08-09T20:33:18.249Z | Compiling want v0.3.1 |
678 | 2024-08-09T20:33:18.526Z | Compiling http-body v0.4.6 |
679 | 2024-08-09T20:33:18.794Z | Compiling aho-corasick v1.1.3 |
680 | 2024-08-09T20:33:19.000Z | Compiling tinyvec_macros v0.1.1 |
681 | 2024-08-09T20:33:19.079Z | Compiling regex-syntax v0.8.4 |
682 | 2024-08-09T20:33:19.543Z | Compiling tower-service v0.3.2 |
683 | 2024-08-09T20:33:19.656Z | Compiling percent-encoding v2.3.1 |
684 | 2024-08-09T20:33:19.775Z | Compiling rustls v0.21.12 |
685 | 2024-08-09T20:33:19.788Z | Compiling httpdate v1.0.3 |
686 | 2024-08-09T20:33:20.100Z | Compiling typenum v1.17.0 |
687 | 2024-08-09T20:33:20.102Z | Compiling native-tls v0.2.12 |
688 | 2024-08-09T20:33:20.475Z | Compiling bitflags v2.6.0 |
689 | 2024-08-09T20:33:20.550Z | Compiling form_urlencoded v1.2.1 |
690 | 2024-08-09T20:33:20.825Z | Compiling tinyvec v1.8.0 |
691 | 2024-08-09T20:33:21.108Z | Compiling generic-array v0.14.7 |
692 | 2024-08-09T20:33:21.509Z | Compiling openssl-probe v0.1.5 |
693 | 2024-08-09T20:33:22.386Z | Compiling serde_derive v1.0.205 |
694 | 2024-08-09T20:33:22.458Z | Compiling zerocopy-derive v0.7.35 |
695 | 2024-08-09T20:33:22.801Z | Compiling thiserror-impl v1.0.63 |
696 | 2024-08-09T20:33:23.044Z | Compiling schemars_derive v0.8.21 |
697 | 2024-08-09T20:33:23.145Z | Compiling tokio-macros v2.4.0 |
698 | 2024-08-09T20:33:24.438Z | Compiling zerocopy v0.7.35 |
699 | 2024-08-09T20:33:24.763Z | Compiling tokio v1.39.2 |
700 | 2024-08-09T20:33:25.764Z | Compiling futures-macro v0.3.30 |
701 | 2024-08-09T20:33:26.167Z | Compiling pest v2.7.11 |
702 | 2024-08-09T20:33:26.515Z | Compiling hashbrown v0.14.5 |
703 | 2024-08-09T20:33:27.682Z | Compiling futures-util v0.3.30 |
704 | 2024-08-09T20:33:28.026Z | Compiling regress v0.10.0 |
705 | 2024-08-09T20:33:28.049Z | Compiling openssl-macros v0.1.1 |
706 | 2024-08-09T20:33:28.851Z | Compiling pest_meta v2.7.11 |
707 | 2024-08-09T20:33:32.848Z | Compiling pest_generator v2.7.11 |
708 | 2024-08-09T20:33:32.873Z | Compiling sct v0.7.1 |
709 | 2024-08-09T20:33:33.300Z | Compiling tokio-util v0.7.11 |
710 | 2024-08-09T20:33:34.608Z | Compiling pest_derive v2.7.11 |
711 | 2024-08-09T20:33:34.773Z | Compiling rustls-webpki v0.101.7 |
712 | 2024-08-09T20:33:35.529Z | Compiling regex-automata v0.4.7 |
713 | 2024-08-09T20:33:38.786Z | Compiling serde_tokenstream v0.2.1 |
714 | 2024-08-09T20:33:39.291Z | Compiling indexmap v2.3.0 |
715 | 2024-08-09T20:33:43.307Z | Compiling h2 v0.3.26 |
716 | 2024-08-09T20:33:43.501Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
717 | 2024-08-09T20:33:44.733Z | Compiling regex v1.10.6 |
718 | 2024-08-09T20:33:48.283Z | Compiling scroll_derive v0.12.0 |
719 | 2024-08-09T20:33:49.639Z | Compiling hyper v0.14.30 |
720 | 2024-08-09T20:33:49.784Z | Compiling unicode-normalization v0.1.23 |
721 | 2024-08-09T20:33:54.075Z | Compiling usdt-impl v0.5.0 |
722 | 2024-08-09T20:33:54.464Z | Compiling encoding_rs v0.8.34 |
723 | 2024-08-09T20:33:55.514Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
724 | 2024-08-09T20:33:59.127Z | Compiling mime v0.3.17 |
725 | 2024-08-09T20:33:59.420Z | Compiling unicode-bidi v0.3.15 |
726 | 2024-08-09T20:34:00.207Z | Compiling powerfmt v0.2.0 |
727 | 2024-08-09T20:34:00.696Z | Compiling num-conv v0.1.0 |
728 | 2024-08-09T20:34:00.976Z | Compiling time-core v0.1.2 |
729 | 2024-08-09T20:34:01.138Z | Compiling time-macros v0.2.18 |
730 | 2024-08-09T20:34:02.437Z | Compiling deranged v0.3.11 |
731 | 2024-08-09T20:34:04.183Z | Compiling idna v0.5.0 |
732 | 2024-08-09T20:34:05.149Z | Compiling scroll v0.12.0 |
733 | 2024-08-09T20:34:05.734Z | Compiling tokio-native-tls v0.3.1 |
734 | 2024-08-09T20:34:05.789Z | Compiling tokio-rustls v0.24.1 |
735 | 2024-08-09T20:34:06.016Z | Compiling dof v0.3.0 |
736 | 2024-08-09T20:34:06.203Z | Compiling serde_urlencoded v0.7.1 |
737 | 2024-08-09T20:34:06.343Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-08-09T20:34:06.897Z | Compiling thread-id v4.2.2 |
739 | 2024-08-09T20:34:06.985Z | Compiling ident_case v1.0.1 |
740 | 2024-08-09T20:34:07.389Z | Compiling base64 v0.21.7 |
741 | 2024-08-09T20:34:07.891Z | Compiling omicron-workspace-hack v0.1.0 |
742 | 2024-08-09T20:34:08.076Z | Compiling crossbeam-utils v0.8.20 |
743 | 2024-08-09T20:34:08.207Z | Compiling num_threads v0.1.7 |
744 | 2024-08-09T20:34:08.268Z | Compiling strsim v0.11.1 |
745 | 2024-08-09T20:34:08.314Z | Compiling plain v0.2.3 |
746 | 2024-08-09T20:34:08.516Z | Compiling rustls-pki-types v1.8.0 |
747 | 2024-08-09T20:34:10.263Z | Compiling darling_core v0.20.10 |
748 | 2024-08-09T20:34:13.152Z | Compiling goblin v0.8.2 |
749 | 2024-08-09T20:34:13.602Z | Compiling time v0.3.36 |
750 | 2024-08-09T20:34:13.689Z | Compiling rustls-pemfile v1.0.4 |
751 | 2024-08-09T20:34:15.821Z | Compiling hyper-rustls v0.24.2 |
752 | 2024-08-09T20:34:15.868Z | Compiling hyper-tls v0.5.0 |
753 | 2024-08-09T20:34:16.247Z | Compiling url v2.5.2 |
754 | 2024-08-09T20:34:16.350Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
755 | 2024-08-09T20:34:16.389Z | Compiling openapiv3 v2.0.0 |
756 | 2024-08-09T20:34:20.600Z | Compiling dirs-sys-next v0.1.2 |
757 | 2024-08-09T20:34:21.054Z | Compiling rustversion v1.0.17 |
758 | 2024-08-09T20:34:21.671Z | Compiling ipnet v2.9.0 |
759 | 2024-08-09T20:34:21.725Z | Compiling pretty-hex v0.4.1 |
760 | 2024-08-09T20:34:21.805Z | Compiling webpki-roots v0.25.4 |
761 | 2024-08-09T20:34:21.947Z | Compiling rustls v0.22.4 |
762 | 2024-08-09T20:34:21.954Z | Compiling unsafe-libyaml v0.2.11 |
763 | 2024-08-09T20:34:22.266Z | Compiling sync_wrapper v0.1.2 |
764 | 2024-08-09T20:34:22.382Z | Compiling paste v1.0.15 |
765 | 2024-08-09T20:34:22.468Z | Compiling reqwest v0.11.27 |
766 | 2024-08-09T20:34:23.273Z | Compiling dirs-next v2.0.0 |
767 | 2024-08-09T20:34:23.520Z | Compiling serde_yaml v0.9.34+deprecated |
768 | 2024-08-09T20:34:23.728Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
769 | 2024-08-09T20:34:24.240Z | Compiling darling_macro v0.20.10 |
770 | 2024-08-09T20:34:29.086Z | Compiling rustls-webpki v0.102.6 |
771 | 2024-08-09T20:34:29.117Z | Compiling block-buffer v0.10.4 |
772 | 2024-08-09T20:34:29.351Z | Compiling crypto-common v0.1.6 |
773 | 2024-08-09T20:34:29.544Z | Compiling serde_spanned v0.6.7 |
774 | 2024-08-09T20:34:29.778Z | Compiling toml_datetime v0.6.8 |
775 | 2024-08-09T20:34:30.388Z | Compiling ppv-lite86 v0.2.20 |
776 | 2024-08-09T20:34:30.435Z | Compiling structmeta-derive v0.3.0 |
777 | 2024-08-09T20:34:31.269Z | Compiling rand_core v0.6.4 |
778 | 2024-08-09T20:34:31.730Z | Compiling thread_local v1.1.8 |
779 | 2024-08-09T20:34:31.795Z | Compiling multer v3.1.0 |
780 | 2024-08-09T20:34:32.140Z | Compiling slog-async v2.8.0 |
781 | 2024-08-09T20:34:32.446Z | Compiling subtle v2.6.1 |
782 | 2024-08-09T20:34:32.645Z | Compiling match_cfg v0.1.0 |
783 | 2024-08-09T20:34:32.687Z | Compiling zeroize v1.8.1 |
784 | 2024-08-09T20:34:32.728Z | Compiling camino v1.1.7 |
785 | 2024-08-09T20:34:32.984Z | Compiling winnow v0.6.18 |
786 | 2024-08-09T20:34:33.135Z | Compiling anyhow v1.0.86 |
787 | 2024-08-09T20:34:33.380Z | Compiling structmeta v0.3.0 |
788 | 2024-08-09T20:34:33.731Z | Compiling hostname v0.3.1 |
789 | 2024-08-09T20:34:33.981Z | Compiling rand_chacha v0.3.1 |
790 | 2024-08-09T20:34:34.399Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
791 | 2024-08-09T20:34:35.749Z | Compiling digest v0.10.7 |
792 | 2024-08-09T20:34:36.168Z | Compiling crossbeam-channel v0.5.13 |
793 | 2024-08-09T20:34:37.174Z | Compiling toml_edit v0.22.20 |
794 | 2024-08-09T20:34:37.735Z | Compiling darling v0.20.10 |
795 | 2024-08-09T20:34:37.832Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
796 | 2024-08-09T20:34:39.528Z | Compiling term v0.7.0 |
797 | 2024-08-09T20:34:45.433Z | Compiling usdt-macro v0.5.0 |
798 | 2024-08-09T20:34:46.248Z | Compiling usdt-attr-macro v0.5.0 |
799 | 2024-08-09T20:34:46.765Z | Compiling slog-json v2.6.1 |
800 | 2024-08-09T20:34:47.240Z | Compiling futures-executor v0.3.30 |
801 | 2024-08-09T20:34:47.709Z | Compiling async-stream-impl v0.3.5 |
802 | 2024-08-09T20:34:48.381Z | Compiling http v1.1.0 |
803 | 2024-08-09T20:34:49.070Z | Compiling is-terminal v0.4.12 |
804 | 2024-08-09T20:34:49.189Z | Compiling memmap v0.7.0 |
805 | 2024-08-09T20:34:49.544Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
806 | 2024-08-09T20:34:49.612Z | Compiling take_mut v0.2.2 |
807 | 2024-08-09T20:34:49.766Z | Compiling cpufeatures v0.2.12 |
808 | 2024-08-09T20:34:49.854Z | Compiling atomic-waker v1.1.2 |
809 | 2024-08-09T20:34:49.902Z | Compiling base64 v0.22.1 |
810 | 2024-08-09T20:34:50.023Z | Compiling waitgroup v0.1.2 |
811 | 2024-08-09T20:34:51.000Z | Compiling rustls-pemfile v2.1.3 |
812 | 2024-08-09T20:34:51.813Z | Compiling sha1 v0.10.6 |
813 | 2024-08-09T20:34:53.064Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
814 | 2024-08-09T20:34:53.071Z | Compiling usdt v0.5.0 |
815 | 2024-08-09T20:34:53.248Z | Compiling slog-term v2.9.1 |
816 | 2024-08-09T20:34:54.607Z | Compiling async-stream v0.3.5 |
817 | 2024-08-09T20:34:54.921Z | Compiling futures v0.3.30 |
818 | 2024-08-09T20:34:55.106Z | Compiling slog-bunyan v2.5.0 |
819 | 2024-08-09T20:34:55.370Z | Compiling strum_macros v0.26.4 |
820 | 2024-08-09T20:34:56.104Z | Compiling toml v0.8.19 |
821 | 2024-08-09T20:34:56.146Z | Compiling tokio-rustls v0.25.0 |
822 | 2024-08-09T20:34:56.558Z | Compiling serde_with_macros v3.9.0 |
823 | 2024-08-09T20:34:59.264Z | Compiling rand v0.8.5 |
824 | 2024-08-09T20:35:00.226Z | Compiling parse-display-derive v0.9.1 |
825 | 2024-08-09T20:35:01.476Z | Compiling newtype-uuid v1.1.0 |
826 | 2024-08-09T20:35:01.788Z | Compiling ipnetwork v0.20.0 |
827 | 2024-08-09T20:35:02.536Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
828 | 2024-08-09T20:35:03.804Z | Compiling hex v0.4.3 |
829 | 2024-08-09T20:35:04.294Z | Compiling serde_path_to_error v0.1.16 |
830 | 2024-08-09T20:35:04.510Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
831 | 2024-08-09T20:35:05.292Z | Compiling async-trait v0.1.81 |
832 | 2024-08-09T20:35:05.344Z | Compiling hostname v0.4.0 |
833 | 2024-08-09T20:35:05.585Z | Compiling instant v0.1.13 |
834 | 2024-08-09T20:35:05.735Z | Compiling debug-ignore v1.0.5 |
835 | 2024-08-09T20:35:05.873Z | Compiling backoff v0.4.0 |
836 | 2024-08-09T20:35:06.195Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-08-09T20:35:06.249Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
838 | 2024-08-09T20:35:06.379Z | Compiling parse-display v0.9.1 |
839 | 2024-08-09T20:35:06.409Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
840 | 2024-08-09T20:35:06.608Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
841 | 2024-08-09T20:35:06.738Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
842 | 2024-08-09T20:35:07.136Z | Compiling strum v0.26.3 |
843 | 2024-08-09T20:35:07.310Z | Compiling serde_with v3.9.0 |
844 | 2024-08-09T20:35:08.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
845 | 2024-08-09T20:35:09.158Z | Compiling macaddr v1.0.1 |
846 | 2024-08-09T20:35:09.781Z | Compiling regress v0.9.1 |
847 | 2024-08-09T20:35:16.061Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
848 | 2024-08-09T20:35:25.173Z | Compiling test-project v0.1.0 (/tmp/test-project) |
849 | 2024-08-09T20:35:33.482Z | Finished `release` profile [optimized] target(s) in 2m 25s |
850 | 2024-08-09T20:35:33.538Z | process exited: duration 221842 ms, exit code 0 |
|
851 | 2024-08-09T20:35:33.544Z | found 0 output files |