|
|
|
1 | 2024-08-12T20:33:45.849Z | job assigned to worker 01J544PET0TJMR6RXNA3JKTM0Q (queued for 1 m 0 s) |
|
2 | 2024-08-12T20:33:54.216Z | starting task 0: "setup" |
3 | 2024-08-12T20:33:54.275Z | ++ uname -s |
4 | 2024-08-12T20:33:54.278Z | + kern=SunOS |
5 | 2024-08-12T20:33:54.278Z | + case "$kern" in |
6 | 2024-08-12T20:33:54.278Z | + groupadd -g 12345 build |
7 | 2024-08-12T20:33:54.281Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T20:33:56.300Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T20:33:56.418Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T20:33:56.421Z | + home_fs=zfs |
11 | 2024-08-12T20:33:56.421Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T20:33:56.421Z | + mkdir -p /home/build |
13 | 2024-08-12T20:33:56.424Z | + chown build:build /home/build /work |
14 | 2024-08-12T20:33:58.425Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T20:33:58.428Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-08-12T20:33:58.434Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T20:33:58.440Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T20:33:58.440Z | ' 1.80.1 |
19 | 2024-08-12T20:33:58.443Z | * toolchain channel = "1.80.1" |
20 | 2024-08-12T20:33:58.443Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-12T20:33:58.443Z | ' default |
22 | 2024-08-12T20:33:58.443Z | * toolchain profile = "default" |
23 | 2024-08-12T20:33:58.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T20:33:58.444Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T20:33:58.547Z | info: downloading installer |
26 | 2024-08-12T20:33:59.805Z | info: profile set to 'default' |
27 | 2024-08-12T20:33:59.805Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T20:33:59.808Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T20:33:59.931Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T20:33:59.931Z | info: downloading component 'cargo' |
31 | 2024-08-12T20:34:00.537Z | info: downloading component 'clippy' |
32 | 2024-08-12T20:34:00.753Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T20:34:01.609Z | info: downloading component 'rust-std' |
34 | 2024-08-12T20:34:02.799Z | info: downloading component 'rustc' |
35 | 2024-08-12T20:34:06.049Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T20:34:06.232Z | info: installing component 'cargo' |
37 | 2024-08-12T20:34:07.092Z | info: installing component 'clippy' |
38 | 2024-08-12T20:34:07.474Z | info: installing component 'rust-docs' |
39 | 2024-08-12T20:34:09.113Z | info: installing component 'rust-std' |
40 | 2024-08-12T20:34:10.797Z | info: installing component 'rustc' |
41 | 2024-08-12T20:34:15.007Z | info: installing component 'rustfmt' |
42 | 2024-08-12T20:34:15.355Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T20:34:15.355Z | |
44 | 2024-08-12T20:34:15.603Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T20:34:15.603Z | |
46 | 2024-08-12T20:34:15.607Z | |
47 | 2024-08-12T20:34:15.607Z | Rust is installed now. Great! |
48 | 2024-08-12T20:34:15.607Z | |
49 | 2024-08-12T20:34:15.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T20:34:15.607Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T20:34:15.607Z | |
52 | 2024-08-12T20:34:15.607Z | To configure your current shell, you need to source |
53 | 2024-08-12T20:34:15.607Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T20:34:15.607Z | |
55 | 2024-08-12T20:34:15.607Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T20:34:15.607Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T20:34:15.607Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T20:34:15.672Z | + rustc --version |
59 | 2024-08-12T20:34:15.736Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T20:34:15.739Z | process exited: duration 17302 ms, exit code 0 |
|
61 | 2024-08-12T20:34:15.745Z | starting task 2: "authentication" |
62 | 2024-08-12T20:34:15.767Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-12T20:34:15.777Z | starting task 3: "clone repository" |
64 | 2024-08-12T20:34:15.780Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T20:34:15.783Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T20:34:15.939Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T20:34:22.075Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T20:34:22.075Z | + git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455 |
69 | 2024-08-12T20:34:22.333Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T20:34:22.333Z | * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD |
71 | 2024-08-12T20:34:22.342Z | + [[ -n dap/demo-saga ]] |
72 | 2024-08-12T20:34:22.345Z | ++ git branch --show-current |
73 | 2024-08-12T20:34:22.349Z | + current=main |
74 | 2024-08-12T20:34:22.349Z | + [[ main != dap/demo-saga ]] |
75 | 2024-08-12T20:34:22.349Z | + git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455 |
76 | 2024-08-12T20:34:22.352Z | + git checkout -f dap/demo-saga |
77 | 2024-08-12T20:34:22.495Z | Switched to branch 'dap/demo-saga' |
78 | 2024-08-12T20:34:22.499Z | + git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455 |
79 | 2024-08-12T20:34:22.634Z | HEAD is now at de786b119 more doc nits |
80 | 2024-08-12T20:34:22.637Z | process exited: duration 6860 ms, exit code 0 |
|
81 | 2024-08-12T20:34:22.646Z | starting task 4: "build" |
82 | 2024-08-12T20:34:22.650Z | + cargo --version |
83 | 2024-08-12T20:34:22.705Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T20:34:22.708Z | + rustc --version |
85 | 2024-08-12T20:34:22.764Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T20:34:22.768Z | + cd /tmp |
87 | 2024-08-12T20:34:22.768Z | + cargo new --lib test-project |
88 | 2024-08-12T20:34:22.821Z | Creating library `test-project` package |
89 | 2024-08-12T20:34:22.896Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-12T20:34:22.899Z | + cd test-project |
91 | 2024-08-12T20:34:22.899Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-12T20:34:22.956Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-12T20:34:22.956Z | Features: |
94 | 2024-08-12T20:34:22.956Z | - proptest |
95 | 2024-08-12T20:34:22.956Z | - test-strategy |
96 | 2024-08-12T20:34:22.956Z | - testing |
97 | 2024-08-12T20:34:22.960Z | Updating crates.io index |
98 | 2024-08-12T20:34:23.017Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-12T20:34:23.868Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-12T20:34:24.587Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-12T20:34:25.086Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-12T20:34:26.884Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-12T20:34:27.206Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-12T20:34:27.666Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-12T20:34:31.169Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-12T20:34:31.172Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-12T20:34:31.172Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-12T20:34:31.172Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-12T20:34:31.172Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-12T20:34:31.172Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-12T20:34:31.172Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-12T20:34:31.172Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-12T20:34:31.172Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-12T20:34:31.175Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-12T20:34:31.175Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-12T20:34:31.175Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-12T20:34:31.175Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-12T20:34:31.175Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-12T20:34:31.175Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-12T20:34:31.175Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-12T20:34:31.175Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-12T20:34:31.175Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-12T20:34:31.175Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-12T20:34:31.175Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
125 | 2024-08-12T20:34:31.175Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
126 | 2024-08-12T20:34:31.179Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-12T20:34:31.179Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
128 | 2024-08-12T20:34:31.179Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
129 | 2024-08-12T20:34:31.179Z | Adding regress v0.9.1 (latest: v0.10.0) |
130 | 2024-08-12T20:34:31.181Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
131 | 2024-08-12T20:34:31.184Z | Adding rustls v0.21.12 (latest: v0.23.12) |
132 | 2024-08-12T20:34:31.184Z | Adding rustls v0.22.4 (latest: v0.23.12) |
133 | 2024-08-12T20:34:31.184Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
134 | 2024-08-12T20:34:31.184Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
135 | 2024-08-12T20:34:31.188Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
136 | 2024-08-12T20:34:31.188Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
137 | 2024-08-12T20:34:31.188Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
138 | 2024-08-12T20:34:31.191Z | Adding term v0.7.0 (latest: v1.0.0) |
139 | 2024-08-12T20:34:31.191Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
140 | 2024-08-12T20:34:31.191Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
141 | 2024-08-12T20:34:31.194Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
142 | 2024-08-12T20:34:31.194Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
143 | 2024-08-12T20:34:31.194Z | Adding windows v0.52.0 (latest: v0.58.0) |
144 | 2024-08-12T20:34:31.194Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
145 | 2024-08-12T20:34:31.194Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
146 | 2024-08-12T20:34:31.194Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
147 | 2024-08-12T20:34:31.194Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
148 | 2024-08-12T20:34:31.194Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
149 | 2024-08-12T20:34:31.194Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-12T20:34:31.194Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-12T20:34:31.194Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
152 | 2024-08-12T20:34:31.194Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
153 | 2024-08-12T20:34:31.194Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
154 | 2024-08-12T20:34:31.194Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
155 | 2024-08-12T20:34:31.194Z | Adding winreg v0.50.0 (latest: v0.52.0) |
156 | 2024-08-12T20:34:31.266Z | + cargo check |
157 | 2024-08-12T20:34:31.513Z | Downloading crates ... |
158 | 2024-08-12T20:34:31.585Z | Downloaded ahash v0.8.11 |
159 | 2024-08-12T20:34:31.591Z | Downloaded base64 v0.21.7 |
160 | 2024-08-12T20:34:31.595Z | Downloaded equivalent v1.0.1 |
161 | 2024-08-12T20:34:31.598Z | Downloaded foreign-types v0.3.2 |
162 | 2024-08-12T20:34:31.605Z | Downloaded ident_case v1.0.1 |
163 | 2024-08-12T20:34:31.608Z | Downloaded dtrace-parser v0.2.0 |
164 | 2024-08-12T20:34:31.608Z | Downloaded num-conv v0.1.0 |
165 | 2024-08-12T20:34:31.611Z | Downloaded openssl-macros v0.1.1 |
166 | 2024-08-12T20:34:31.611Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-08-12T20:34:31.611Z | Downloaded usdt-macro v0.5.0 |
168 | 2024-08-12T20:34:31.614Z | Downloaded instant v0.1.13 |
169 | 2024-08-12T20:34:31.620Z | Downloaded parking_lot v0.12.3 |
170 | 2024-08-12T20:34:31.628Z | Downloaded want v0.3.1 |
171 | 2024-08-12T20:34:31.628Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-08-12T20:34:31.628Z | Downloaded futures-executor v0.3.30 |
173 | 2024-08-12T20:34:31.628Z | Downloaded futures-macro v0.3.30 |
174 | 2024-08-12T20:34:31.628Z | Downloaded mime v0.3.17 |
175 | 2024-08-12T20:34:31.640Z | Downloaded hostname v0.4.0 |
176 | 2024-08-12T20:34:31.640Z | Downloaded hex v0.4.3 |
177 | 2024-08-12T20:34:31.641Z | Downloaded generic-array v0.14.7 |
178 | 2024-08-12T20:34:31.641Z | Downloaded futures-task v0.3.30 |
179 | 2024-08-12T20:34:31.641Z | Downloaded take_mut v0.2.2 |
180 | 2024-08-12T20:34:31.650Z | Downloaded strum v0.26.3 |
181 | 2024-08-12T20:34:31.650Z | Downloaded itoa v1.0.11 |
182 | 2024-08-12T20:34:31.650Z | Downloaded hyper-tls v0.5.0 |
183 | 2024-08-12T20:34:31.651Z | Downloaded waitgroup v0.1.2 |
184 | 2024-08-12T20:34:31.651Z | Downloaded untrusted v0.9.0 |
185 | 2024-08-12T20:34:31.651Z | Downloaded usdt v0.5.0 |
186 | 2024-08-12T20:34:31.651Z | Downloaded macaddr v1.0.1 |
187 | 2024-08-12T20:34:31.651Z | Downloaded strsim v0.11.1 |
188 | 2024-08-12T20:34:31.652Z | Downloaded version_check v0.9.5 |
189 | 2024-08-12T20:34:31.660Z | Downloaded serde_spanned v0.6.7 |
190 | 2024-08-12T20:34:31.660Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2024-08-12T20:34:31.660Z | Downloaded percent-encoding v2.3.1 |
192 | 2024-08-12T20:34:31.660Z | Downloaded darling_macro v0.20.10 |
193 | 2024-08-12T20:34:31.660Z | Downloaded async-trait v0.1.81 |
194 | 2024-08-12T20:34:31.660Z | Downloaded cfg-if v1.0.0 |
195 | 2024-08-12T20:34:31.660Z | Downloaded crypto-common v0.1.6 |
196 | 2024-08-12T20:34:31.660Z | Downloaded rand_core v0.6.4 |
197 | 2024-08-12T20:34:31.660Z | Downloaded parse-display-derive v0.9.1 |
198 | 2024-08-12T20:34:31.660Z | Downloaded atomic-waker v1.1.2 |
199 | 2024-08-12T20:34:31.664Z | Downloaded lock_api v0.4.12 |
200 | 2024-08-12T20:34:31.664Z | Downloaded pin-utils v0.1.0 |
201 | 2024-08-12T20:34:31.664Z | Downloaded slog-json v2.6.1 |
202 | 2024-08-12T20:34:31.672Z | Downloaded plain v0.2.3 |
203 | 2024-08-12T20:34:31.672Z | Downloaded slog-async v2.8.0 |
204 | 2024-08-12T20:34:31.675Z | Downloaded structmeta v0.3.0 |
205 | 2024-08-12T20:34:31.675Z | Downloaded thread-id v4.2.2 |
206 | 2024-08-12T20:34:31.675Z | Downloaded thiserror v1.0.63 |
207 | 2024-08-12T20:34:31.679Z | Downloaded tinyvec_macros v0.1.1 |
208 | 2024-08-12T20:34:31.679Z | Downloaded slab v0.4.9 |
209 | 2024-08-12T20:34:31.682Z | Downloaded sct v0.7.1 |
210 | 2024-08-12T20:34:31.685Z | Downloaded multer v3.1.0 |
211 | 2024-08-12T20:34:31.688Z | Downloaded thread_local v1.1.8 |
212 | 2024-08-12T20:34:31.692Z | Downloaded sha2 v0.10.8 |
213 | 2024-08-12T20:34:31.692Z | Downloaded time-core v0.1.2 |
214 | 2024-08-12T20:34:31.695Z | Downloaded smallvec v1.13.2 |
215 | 2024-08-12T20:34:31.695Z | Downloaded pretty-hex v0.4.1 |
216 | 2024-08-12T20:34:31.698Z | Downloaded dirs-next v2.0.0 |
217 | 2024-08-12T20:34:31.698Z | Downloaded scroll_derive v0.12.0 |
218 | 2024-08-12T20:34:31.698Z | Downloaded futures-io v0.3.30 |
219 | 2024-08-12T20:34:31.701Z | Downloaded dyn-clone v1.0.17 |
220 | 2024-08-12T20:34:31.701Z | Downloaded deranged v0.3.11 |
221 | 2024-08-12T20:34:31.704Z | Downloaded cpufeatures v0.2.13 |
222 | 2024-08-12T20:34:31.704Z | Downloaded futures-channel v0.3.30 |
223 | 2024-08-12T20:34:31.707Z | Downloaded tower-service v0.3.2 |
224 | 2024-08-12T20:34:31.710Z | Downloaded heck v0.5.0 |
225 | 2024-08-12T20:34:31.710Z | Downloaded indexmap v1.9.3 |
226 | 2024-08-12T20:34:31.713Z | Downloaded futures-core v0.3.30 |
227 | 2024-08-12T20:34:31.728Z | Downloaded sync_wrapper v0.1.2 |
228 | 2024-08-12T20:34:31.728Z | Downloaded scroll v0.12.0 |
229 | 2024-08-12T20:34:31.728Z | Downloaded rustls-pki-types v1.8.0 |
230 | 2024-08-12T20:34:31.729Z | Downloaded uuid v1.10.0 |
231 | 2024-08-12T20:34:31.729Z | Downloaded memmap v0.7.0 |
232 | 2024-08-12T20:34:31.729Z | Downloaded zerocopy-derive v0.7.35 |
233 | 2024-08-12T20:34:31.732Z | Downloaded semver v1.0.23 |
234 | 2024-08-12T20:34:31.733Z | Downloaded serde_derive v1.0.207 |
235 | 2024-08-12T20:34:31.736Z | Downloaded ryu v1.0.18 |
236 | 2024-08-12T20:34:31.739Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-08-12T20:34:31.739Z | Downloaded signal-hook-registry v1.4.2 |
238 | 2024-08-12T20:34:31.742Z | Downloaded tokio-native-tls v0.3.1 |
239 | 2024-08-12T20:34:31.742Z | Downloaded sha1 v0.10.6 |
240 | 2024-08-12T20:34:31.745Z | Downloaded darling v0.20.10 |
241 | 2024-08-12T20:34:31.748Z | Downloaded camino v1.1.7 |
242 | 2024-08-12T20:34:31.751Z | Downloaded try-lock v0.2.5 |
243 | 2024-08-12T20:34:31.751Z | Downloaded subtle v2.6.1 |
244 | 2024-08-12T20:34:31.755Z | Downloaded structmeta-derive v0.3.0 |
245 | 2024-08-12T20:34:31.755Z | Downloaded slog-bunyan v2.5.0 |
246 | 2024-08-12T20:34:31.758Z | Downloaded serde_path_to_error v0.1.16 |
247 | 2024-08-12T20:34:31.758Z | Downloaded httpdate v1.0.3 |
248 | 2024-08-12T20:34:31.758Z | Downloaded iana-time-zone v0.1.60 |
249 | 2024-08-12T20:34:31.762Z | Downloaded rustversion v1.0.17 |
250 | 2024-08-12T20:34:31.766Z | Downloaded pin-project-lite v0.2.14 |
251 | 2024-08-12T20:34:31.769Z | Downloaded unsafe-libyaml v0.2.11 |
252 | 2024-08-12T20:34:31.776Z | Downloaded openssl-sys v0.9.103 |
253 | 2024-08-12T20:34:31.786Z | Downloaded tokio-rustls v0.24.1 |
254 | 2024-08-12T20:34:31.786Z | Downloaded time-macros v0.2.18 |
255 | 2024-08-12T20:34:31.786Z | Downloaded term v0.7.0 |
256 | 2024-08-12T20:34:31.801Z | Downloaded thiserror-impl v1.0.63 |
257 | 2024-08-12T20:34:31.801Z | Downloaded spin v0.9.8 |
258 | 2024-08-12T20:34:31.801Z | Downloaded getrandom v0.2.15 |
259 | 2024-08-12T20:34:31.801Z | Downloaded futures v0.3.30 |
260 | 2024-08-12T20:34:31.805Z | Downloaded rand v0.8.5 |
261 | 2024-08-12T20:34:31.805Z | Downloaded num-traits v0.2.19 |
262 | 2024-08-12T20:34:31.805Z | Downloaded ucd-trie v0.1.6 |
263 | 2024-08-12T20:34:31.809Z | Downloaded cc v1.1.10 |
264 | 2024-08-12T20:34:31.813Z | Downloaded slog v2.7.0 |
265 | 2024-08-12T20:34:31.816Z | Downloaded toml v0.8.19 |
266 | 2024-08-12T20:34:31.821Z | Downloaded crossbeam-channel v0.5.13 |
267 | 2024-08-12T20:34:31.824Z | Downloaded typenum v1.17.0 |
268 | 2024-08-12T20:34:31.828Z | Downloaded tinyvec v1.8.0 |
269 | 2024-08-12T20:34:31.828Z | Downloaded schemars v0.8.21 |
270 | 2024-08-12T20:34:31.846Z | Downloaded unicode-bidi v0.3.15 |
271 | 2024-08-12T20:34:31.853Z | Downloaded tracing-core v0.1.32 |
272 | 2024-08-12T20:34:31.853Z | Downloaded memchr v2.7.4 |
273 | 2024-08-12T20:34:31.858Z | Downloaded indexmap v2.3.0 |
274 | 2024-08-12T20:34:31.858Z | Downloaded unicode-normalization v0.1.23 |
275 | 2024-08-12T20:34:31.865Z | Downloaded mio v1.0.2 |
276 | 2024-08-12T20:34:31.865Z | Downloaded http v0.2.12 |
277 | 2024-08-12T20:34:31.872Z | Downloaded tracing v0.1.40 |
278 | 2024-08-12T20:34:31.872Z | Downloaded hashbrown v0.12.3 |
279 | 2024-08-12T20:34:31.876Z | Downloaded toml_edit v0.22.20 |
280 | 2024-08-12T20:34:31.896Z | Downloaded zerocopy v0.7.35 |
281 | 2024-08-12T20:34:31.913Z | Downloaded time v0.3.36 |
282 | 2024-08-12T20:34:31.919Z | Downloaded serde_json v1.0.124 |
283 | 2024-08-12T20:34:31.925Z | Downloaded winnow v0.6.18 |
284 | 2024-08-12T20:34:31.934Z | Downloaded serde_with v3.9.0 |
285 | 2024-08-12T20:34:31.944Z | Downloaded reqwest v0.11.27 |
286 | 2024-08-12T20:34:31.950Z | Downloaded chrono v0.4.38 |
287 | 2024-08-12T20:34:31.956Z | Downloaded rustls-webpki v0.102.6 |
288 | 2024-08-12T20:34:31.974Z | Downloaded vcpkg v0.2.15 |
289 | 2024-08-12T20:34:32.010Z | Downloaded webpki-roots v0.25.4 |
290 | 2024-08-12T20:34:32.015Z | Downloaded regex v1.10.6 |
291 | 2024-08-12T20:34:32.027Z | Downloaded openapiv3 v2.0.0 |
292 | 2024-08-12T20:34:32.037Z | Downloaded syn v2.0.74 |
293 | 2024-08-12T20:34:32.047Z | Downloaded rustls v0.21.12 |
294 | 2024-08-12T20:34:32.064Z | Downloaded rustls v0.22.4 |
295 | 2024-08-12T20:34:32.070Z | Downloaded regress v0.10.0 |
296 | 2024-08-12T20:34:32.078Z | Downloaded regress v0.9.1 |
297 | 2024-08-12T20:34:32.086Z | Downloaded encoding_rs v0.8.34 |
298 | 2024-08-12T20:34:32.106Z | Downloaded regex-syntax v0.8.4 |
299 | 2024-08-12T20:34:32.113Z | Downloaded regex-automata v0.4.7 |
300 | 2024-08-12T20:34:32.128Z | Downloaded libc v0.2.155 |
301 | 2024-08-12T20:34:32.153Z | Downloaded tokio v1.39.2 |
302 | 2024-08-12T20:34:32.189Z | Downloaded rustls-webpki v0.101.7 |
303 | 2024-08-12T20:34:32.202Z | Downloaded openssl v0.10.66 |
304 | 2024-08-12T20:34:32.210Z | Downloaded idna v0.5.0 |
305 | 2024-08-12T20:34:32.216Z | Downloaded hyper v0.14.30 |
306 | 2024-08-12T20:34:32.223Z | Downloaded futures-util v0.3.30 |
307 | 2024-08-12T20:34:32.233Z | Downloaded aho-corasick v1.1.3 |
308 | 2024-08-12T20:34:32.239Z | Downloaded tokio-util v0.7.11 |
309 | 2024-08-12T20:34:32.245Z | Downloaded pest v2.7.11 |
310 | 2024-08-12T20:34:32.249Z | Downloaded hashbrown v0.14.5 |
311 | 2024-08-12T20:34:32.254Z | Downloaded h2 v0.3.26 |
312 | 2024-08-12T20:34:32.261Z | Downloaded goblin v0.8.2 |
313 | 2024-08-12T20:34:32.267Z | Downloaded http v1.1.0 |
314 | 2024-08-12T20:34:32.270Z | Downloaded serde v1.0.207 |
315 | 2024-08-12T20:34:32.274Z | Downloaded socket2 v0.5.7 |
316 | 2024-08-12T20:34:32.277Z | Downloaded base64 v0.22.1 |
317 | 2024-08-12T20:34:32.279Z | Downloaded url v2.5.2 |
318 | 2024-08-12T20:34:32.282Z | Downloaded once_cell v1.19.0 |
319 | 2024-08-12T20:34:32.285Z | Downloaded log v0.4.22 |
320 | 2024-08-12T20:34:32.288Z | Downloaded serde_yaml v0.9.34+deprecated |
321 | 2024-08-12T20:34:32.292Z | Downloaded serde_derive_internals v0.29.1 |
322 | 2024-08-12T20:34:32.292Z | Downloaded strum_macros v0.26.4 |
323 | 2024-08-12T20:34:32.296Z | Downloaded tokio-rustls v0.25.0 |
324 | 2024-08-12T20:34:32.296Z | Downloaded slog-term v2.9.1 |
325 | 2024-08-12T20:34:32.300Z | Downloaded serde_with_macros v3.9.0 |
326 | 2024-08-12T20:34:32.300Z | Downloaded crossbeam-utils v0.8.20 |
327 | 2024-08-12T20:34:32.306Z | Downloaded serde_tokenstream v0.2.1 |
328 | 2024-08-12T20:34:32.306Z | Downloaded zeroize v1.8.1 |
329 | 2024-08-12T20:34:32.310Z | Downloaded allocator-api2 v0.2.18 |
330 | 2024-08-12T20:34:32.310Z | Downloaded anyhow v1.0.86 |
331 | 2024-08-12T20:34:32.313Z | Downloaded unicode-ident v1.0.12 |
332 | 2024-08-12T20:34:32.313Z | Downloaded native-tls v0.2.12 |
333 | 2024-08-12T20:34:32.317Z | Downloaded ipnet v2.9.0 |
334 | 2024-08-12T20:34:32.317Z | Downloaded hyper-rustls v0.24.2 |
335 | 2024-08-12T20:34:32.321Z | Downloaded bytes v1.7.1 |
336 | 2024-08-12T20:34:32.324Z | Downloaded serde_urlencoded v0.7.1 |
337 | 2024-08-12T20:34:32.324Z | Downloaded scopeguard v1.2.0 |
338 | 2024-08-12T20:34:32.324Z | Downloaded rand_chacha v0.3.1 |
339 | 2024-08-12T20:34:32.326Z | Downloaded quote v1.0.36 |
340 | 2024-08-12T20:34:32.329Z | Downloaded paste v1.0.15 |
341 | 2024-08-12T20:34:32.332Z | Downloaded darling_core v0.20.10 |
342 | 2024-08-12T20:34:32.335Z | Downloaded tokio-macros v2.4.0 |
343 | 2024-08-12T20:34:32.335Z | Downloaded rustls-pemfile v1.0.4 |
344 | 2024-08-12T20:34:32.337Z | Downloaded powerfmt v0.2.0 |
345 | 2024-08-12T20:34:32.337Z | Downloaded pkg-config v0.3.30 |
346 | 2024-08-12T20:34:32.340Z | Downloaded pest_generator v2.7.11 |
347 | 2024-08-12T20:34:32.340Z | Downloaded parse-display v0.9.1 |
348 | 2024-08-12T20:34:32.343Z | Downloaded dof v0.3.0 |
349 | 2024-08-12T20:34:32.343Z | Downloaded pest_derive v2.7.11 |
350 | 2024-08-12T20:34:32.346Z | Downloaded proc-macro2 v1.0.86 |
351 | 2024-08-12T20:34:32.348Z | Downloaded pest_meta v2.7.11 |
352 | 2024-08-12T20:34:32.349Z | Downloaded newtype-uuid v1.1.0 |
353 | 2024-08-12T20:34:32.351Z | Downloaded is-terminal v0.4.12 |
354 | 2024-08-12T20:34:32.351Z | Downloaded http-body v0.4.6 |
355 | 2024-08-12T20:34:32.351Z | Downloaded hostname v0.3.1 |
356 | 2024-08-12T20:34:32.354Z | Downloaded ring v0.17.8 |
357 | 2024-08-12T20:34:32.419Z | Downloaded futures-sink v0.3.30 |
358 | 2024-08-12T20:34:32.422Z | Downloaded fnv v1.0.7 |
359 | 2024-08-12T20:34:32.422Z | Downloaded rustls-pemfile v2.1.3 |
360 | 2024-08-12T20:34:32.422Z | Downloaded bitflags v2.6.0 |
361 | 2024-08-12T20:34:32.428Z | Downloaded backoff v0.4.0 |
362 | 2024-08-12T20:34:32.428Z | Downloaded httparse v1.9.4 |
363 | 2024-08-12T20:34:32.432Z | Downloaded block-buffer v0.10.4 |
364 | 2024-08-12T20:34:32.432Z | Downloaded parking_lot_core v0.9.10 |
365 | 2024-08-12T20:34:32.432Z | Downloaded num_threads v0.1.7 |
366 | 2024-08-12T20:34:32.433Z | Downloaded openssl-probe v0.1.5 |
367 | 2024-08-12T20:34:32.433Z | Downloaded match_cfg v0.1.0 |
368 | 2024-08-12T20:34:32.437Z | Downloaded schemars_derive v0.8.21 |
369 | 2024-08-12T20:34:32.437Z | Downloaded foreign-types-shared v0.1.1 |
370 | 2024-08-12T20:34:32.437Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-08-12T20:34:32.437Z | Downloaded ipnetwork v0.20.0 |
372 | 2024-08-12T20:34:32.437Z | Downloaded digest v0.10.7 |
373 | 2024-08-12T20:34:32.443Z | Downloaded debug-ignore v1.0.5 |
374 | 2024-08-12T20:34:32.443Z | Downloaded dirs-sys-next v0.1.2 |
375 | 2024-08-12T20:34:32.443Z | Downloaded form_urlencoded v1.2.1 |
376 | 2024-08-12T20:34:32.443Z | Downloaded byteorder v1.5.0 |
377 | 2024-08-12T20:34:32.446Z | Downloaded async-stream v0.3.5 |
378 | 2024-08-12T20:34:32.446Z | Downloaded autocfg v1.3.0 |
379 | 2024-08-12T20:34:32.446Z | Downloaded async-stream-impl v0.3.5 |
380 | 2024-08-12T20:34:32.568Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-12T20:34:32.576Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-12T20:34:32.576Z | Compiling libc v0.2.155 |
383 | 2024-08-12T20:34:32.576Z | Checking cfg-if v1.0.0 |
384 | 2024-08-12T20:34:32.576Z | Compiling version_check v0.9.5 |
385 | 2024-08-12T20:34:32.577Z | Compiling autocfg v1.3.0 |
386 | 2024-08-12T20:34:32.584Z | Compiling serde v1.0.207 |
387 | 2024-08-12T20:34:32.589Z | Checking memchr v2.7.4 |
388 | 2024-08-12T20:34:32.655Z | Compiling serde_json v1.0.124 |
389 | 2024-08-12T20:34:32.751Z | Checking itoa v1.0.11 |
390 | 2024-08-12T20:34:33.190Z | Compiling ahash v0.8.11 |
391 | 2024-08-12T20:34:33.282Z | Checking once_cell v1.19.0 |
392 | 2024-08-12T20:34:33.296Z | Compiling thiserror v1.0.63 |
393 | 2024-08-12T20:34:33.487Z | Checking byteorder v1.5.0 |
394 | 2024-08-12T20:34:33.742Z | Compiling cc v1.1.10 |
395 | 2024-08-12T20:34:35.308Z | Compiling num-traits v0.2.19 |
396 | 2024-08-12T20:34:35.335Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-12T20:34:35.366Z | Checking ryu v1.0.18 |
398 | 2024-08-12T20:34:35.396Z | Checking bytes v1.7.1 |
399 | 2024-08-12T20:34:35.573Z | Checking log v0.4.22 |
400 | 2024-08-12T20:34:35.613Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-12T20:34:35.820Z | Compiling lock_api v0.4.12 |
402 | 2024-08-12T20:34:35.831Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-12T20:34:35.898Z | Compiling schemars v0.8.21 |
404 | 2024-08-12T20:34:36.011Z | Checking getrandom v0.2.15 |
405 | 2024-08-12T20:34:36.113Z | Compiling ring v0.17.8 |
406 | 2024-08-12T20:34:36.116Z | Checking smallvec v1.13.2 |
407 | 2024-08-12T20:34:36.199Z | Compiling quote v1.0.36 |
408 | 2024-08-12T20:34:36.208Z | Checking futures-core v0.3.30 |
409 | 2024-08-12T20:34:36.274Z | Checking scopeguard v1.2.0 |
410 | 2024-08-12T20:34:36.282Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-08-12T20:34:36.290Z | Checking socket2 v0.5.7 |
412 | 2024-08-12T20:34:36.437Z | Checking mio v1.0.2 |
413 | 2024-08-12T20:34:36.555Z | Compiling slab v0.4.9 |
414 | 2024-08-12T20:34:36.820Z | Compiling syn v2.0.74 |
415 | 2024-08-12T20:34:36.876Z | Checking parking_lot v0.12.3 |
416 | 2024-08-12T20:34:36.886Z | Checking spin v0.9.8 |
417 | 2024-08-12T20:34:36.912Z | Checking futures-sink v0.3.30 |
418 | 2024-08-12T20:34:36.990Z | Checking untrusted v0.9.0 |
419 | 2024-08-12T20:34:37.008Z | Checking fnv v1.0.7 |
420 | 2024-08-12T20:34:37.028Z | Checking equivalent v1.0.1 |
421 | 2024-08-12T20:34:37.111Z | Checking futures-channel v0.3.30 |
422 | 2024-08-12T20:34:37.119Z | Compiling semver v1.0.23 |
423 | 2024-08-12T20:34:37.122Z | Checking pin-utils v0.1.0 |
424 | 2024-08-12T20:34:37.189Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-12T20:34:37.198Z | Checking futures-task v0.3.30 |
426 | 2024-08-12T20:34:37.299Z | Checking futures-io v0.3.30 |
427 | 2024-08-12T20:34:37.410Z | Compiling heck v0.5.0 |
428 | 2024-08-12T20:34:37.456Z | Compiling vcpkg v0.2.15 |
429 | 2024-08-12T20:34:37.653Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-12T20:34:37.765Z | Compiling ucd-trie v0.1.6 |
431 | 2024-08-12T20:34:37.772Z | Checking http v0.2.12 |
432 | 2024-08-12T20:34:38.344Z | Checking dyn-clone v1.0.17 |
433 | 2024-08-12T20:34:38.478Z | Compiling httparse v1.9.4 |
434 | 2024-08-12T20:34:39.053Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-12T20:34:39.060Z | Checking tracing-core v0.1.32 |
436 | 2024-08-12T20:34:39.219Z | Compiling uuid v1.10.0 |
437 | 2024-08-12T20:34:39.605Z | Compiling chrono v0.4.38 |
438 | 2024-08-12T20:34:39.612Z | Checking tracing v0.1.40 |
439 | 2024-08-12T20:34:39.631Z | Compiling openssl v0.10.66 |
440 | 2024-08-12T20:34:39.769Z | Compiling slog v2.7.0 |
441 | 2024-08-12T20:34:39.837Z | Checking try-lock v0.2.5 |
442 | 2024-08-12T20:34:39.967Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-08-12T20:34:40.041Z | Checking foreign-types v0.3.2 |
444 | 2024-08-12T20:34:40.048Z | Checking want v0.3.1 |
445 | 2024-08-12T20:34:40.107Z | Checking http-body v0.4.6 |
446 | 2024-08-12T20:34:40.193Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-12T20:34:40.227Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-08-12T20:34:40.280Z | Checking percent-encoding v2.3.1 |
449 | 2024-08-12T20:34:40.447Z | Checking tower-service v0.3.2 |
450 | 2024-08-12T20:34:40.460Z | Compiling typenum v1.17.0 |
451 | 2024-08-12T20:34:40.558Z | Compiling native-tls v0.2.12 |
452 | 2024-08-12T20:34:40.875Z | Checking httpdate v1.0.3 |
453 | 2024-08-12T20:34:41.098Z | Compiling regex-syntax v0.8.4 |
454 | 2024-08-12T20:34:41.291Z | Checking bitflags v2.6.0 |
455 | 2024-08-12T20:34:41.323Z | Compiling rustls v0.21.12 |
456 | 2024-08-12T20:34:41.529Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-12T20:34:41.634Z | Checking tinyvec v1.8.0 |
458 | 2024-08-12T20:34:42.084Z | Compiling generic-array v0.14.7 |
459 | 2024-08-12T20:34:42.486Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-12T20:34:42.911Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-12T20:34:43.414Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-12T20:34:43.949Z | Compiling usdt-impl v0.5.0 |
463 | 2024-08-12T20:34:44.192Z | Compiling regex-automata v0.4.7 |
464 | 2024-08-12T20:34:44.315Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-12T20:34:44.701Z | Compiling num-conv v0.1.0 |
466 | 2024-08-12T20:34:44.975Z | Checking powerfmt v0.2.0 |
467 | 2024-08-12T20:34:45.180Z | Compiling time-core v0.1.2 |
468 | 2024-08-12T20:34:45.331Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-12T20:34:45.514Z | Checking mime v0.3.17 |
470 | 2024-08-12T20:34:45.829Z | Compiling time-macros v0.2.18 |
471 | 2024-08-12T20:34:45.907Z | Checking idna v0.5.0 |
472 | 2024-08-12T20:34:46.415Z | Checking deranged v0.3.11 |
473 | 2024-08-12T20:34:46.747Z | Compiling thread-id v4.2.2 |
474 | 2024-08-12T20:34:46.988Z | Checking num_threads v0.1.7 |
475 | 2024-08-12T20:34:47.869Z | Checking base64 v0.21.7 |
476 | 2024-08-12T20:34:48.261Z | Compiling regex v1.10.6 |
477 | 2024-08-12T20:34:48.311Z | Checking rustls-pki-types v1.8.0 |
478 | 2024-08-12T20:34:48.443Z | Compiling strsim v0.11.1 |
479 | 2024-08-12T20:34:48.618Z | Compiling serde_derive v1.0.207 |
480 | 2024-08-12T20:34:48.698Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-08-12T20:34:48.917Z | Compiling thiserror-impl v1.0.63 |
482 | 2024-08-12T20:34:49.145Z | Compiling schemars_derive v0.8.21 |
483 | 2024-08-12T20:34:49.187Z | Compiling tokio-macros v2.4.0 |
484 | 2024-08-12T20:34:49.195Z | Compiling futures-macro v0.3.30 |
485 | 2024-08-12T20:34:50.711Z | Checking zerocopy v0.7.35 |
486 | 2024-08-12T20:34:51.130Z | Checking tokio v1.39.2 |
487 | 2024-08-12T20:34:51.771Z | Checking futures-util v0.3.30 |
488 | 2024-08-12T20:34:51.861Z | Compiling pest v2.7.11 |
489 | 2024-08-12T20:34:51.963Z | Compiling openssl-macros v0.1.1 |
490 | 2024-08-12T20:34:52.246Z | Checking sct v0.7.1 |
491 | 2024-08-12T20:34:52.416Z | Checking rustls-webpki v0.101.7 |
492 | 2024-08-12T20:34:52.497Z | Checking hashbrown v0.14.5 |
493 | 2024-08-12T20:34:53.639Z | Compiling scroll_derive v0.12.0 |
494 | 2024-08-12T20:34:54.024Z | Compiling regress v0.10.0 |
495 | 2024-08-12T20:34:54.750Z | Compiling pest_meta v2.7.11 |
496 | 2024-08-12T20:34:55.133Z | Checking scroll v0.12.0 |
497 | 2024-08-12T20:34:57.042Z | Compiling pest_generator v2.7.11 |
498 | 2024-08-12T20:34:58.283Z | Checking tokio-util v0.7.11 |
499 | 2024-08-12T20:34:58.568Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-08-12T20:34:58.729Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-12T20:34:58.787Z | Compiling crossbeam-utils v0.8.20 |
502 | 2024-08-12T20:34:58.901Z | Compiling pest_derive v2.7.11 |
503 | 2024-08-12T20:34:58.986Z | Compiling ident_case v1.0.1 |
504 | 2024-08-12T20:34:59.053Z | Checking plain v0.2.3 |
505 | 2024-08-12T20:34:59.142Z | Compiling darling_core v0.20.10 |
506 | 2024-08-12T20:34:59.150Z | Checking time v0.3.36 |
507 | 2024-08-12T20:34:59.175Z | Checking goblin v0.8.2 |
508 | 2024-08-12T20:34:59.764Z | Compiling dtrace-parser v0.2.0 |
509 | 2024-08-12T20:34:59.960Z | Checking rustls-pemfile v1.0.4 |
510 | 2024-08-12T20:35:00.890Z | Checking url v2.5.2 |
511 | 2024-08-12T20:35:01.505Z | Checking indexmap v2.3.0 |
512 | 2024-08-12T20:35:02.232Z | Checking serde_urlencoded v0.7.1 |
513 | 2024-08-12T20:35:02.670Z | Compiling serde_tokenstream v0.2.1 |
514 | 2024-08-12T20:35:02.766Z | Checking h2 v0.3.26 |
515 | 2024-08-12T20:35:03.408Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-12T20:35:03.566Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-12T20:35:04.295Z | Compiling dof v0.3.0 |
518 | 2024-08-12T20:35:05.088Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-08-12T20:35:05.217Z | Checking ipnet v2.9.0 |
520 | 2024-08-12T20:35:05.366Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
521 | 2024-08-12T20:35:05.406Z | Compiling paste v1.0.15 |
522 | 2024-08-12T20:35:05.657Z | Compiling rustls v0.22.4 |
523 | 2024-08-12T20:35:05.909Z | Compiling rustversion v1.0.17 |
524 | 2024-08-12T20:35:05.961Z | Checking sync_wrapper v0.1.2 |
525 | 2024-08-12T20:35:06.301Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-08-12T20:35:06.567Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-12T20:35:06.721Z | Checking webpki-roots v0.25.4 |
528 | 2024-08-12T20:35:06.863Z | Checking hyper v0.14.30 |
529 | 2024-08-12T20:35:06.984Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-12T20:35:07.455Z | Checking dirs-next v2.0.0 |
531 | 2024-08-12T20:35:07.568Z | Checking toml_datetime v0.6.8 |
532 | 2024-08-12T20:35:07.814Z | Compiling serde_yaml v0.9.34+deprecated |
533 | 2024-08-12T20:35:07.831Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-12T20:35:07.962Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-08-12T20:35:07.992Z | Checking rustls-webpki v0.102.6 |
536 | 2024-08-12T20:35:08.058Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-12T20:35:08.572Z | Checking crypto-common v0.1.6 |
538 | 2024-08-12T20:35:08.663Z | Checking block-buffer v0.10.4 |
539 | 2024-08-12T20:35:08.718Z | Checking rand_core v0.6.4 |
540 | 2024-08-12T20:35:08.736Z | Checking thread_local v1.1.8 |
541 | 2024-08-12T20:35:08.817Z | Compiling multer v3.1.0 |
542 | 2024-08-12T20:35:08.844Z | Compiling camino v1.1.7 |
543 | 2024-08-12T20:35:08.992Z | Checking match_cfg v0.1.0 |
544 | 2024-08-12T20:35:08.995Z | Checking zeroize v1.8.1 |
545 | 2024-08-12T20:35:09.071Z | Checking subtle v2.6.1 |
546 | 2024-08-12T20:35:09.150Z | Checking winnow v0.6.18 |
547 | 2024-08-12T20:35:09.234Z | Compiling slog-async v2.8.0 |
548 | 2024-08-12T20:35:09.280Z | Compiling anyhow v1.0.86 |
549 | 2024-08-12T20:35:09.842Z | Checking hostname v0.3.1 |
550 | 2024-08-12T20:35:09.956Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-12T20:35:10.025Z | Checking digest v0.10.7 |
552 | 2024-08-12T20:35:10.326Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-12T20:35:10.739Z | Compiling structmeta v0.3.0 |
554 | 2024-08-12T20:35:10.825Z | Compiling darling v0.20.10 |
555 | 2024-08-12T20:35:10.928Z | Checking term v0.7.0 |
556 | 2024-08-12T20:35:11.225Z | Checking hyper-tls v0.5.0 |
557 | 2024-08-12T20:35:11.324Z | Checking hyper-rustls v0.24.2 |
558 | 2024-08-12T20:35:11.452Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-08-12T20:35:11.497Z | Compiling usdt-macro v0.5.0 |
560 | 2024-08-12T20:35:11.596Z | Checking reqwest v0.11.27 |
561 | 2024-08-12T20:35:12.107Z | Checking slog-json v2.6.1 |
562 | 2024-08-12T20:35:12.195Z | Checking toml_edit v0.22.20 |
563 | 2024-08-12T20:35:12.322Z | Checking futures-executor v0.3.30 |
564 | 2024-08-12T20:35:12.388Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-12T20:35:12.527Z | Checking http v1.1.0 |
566 | 2024-08-12T20:35:12.743Z | Checking memmap v0.7.0 |
567 | 2024-08-12T20:35:12.828Z | Checking is-terminal v0.4.12 |
568 | 2024-08-12T20:35:12.918Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
569 | 2024-08-12T20:35:12.927Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
570 | 2024-08-12T20:35:12.930Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-12T20:35:13.003Z | Checking base64 v0.22.1 |
572 | 2024-08-12T20:35:13.142Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-12T20:35:13.218Z | Checking take_mut v0.2.2 |
574 | 2024-08-12T20:35:13.259Z | Checking waitgroup v0.1.2 |
575 | 2024-08-12T20:35:13.316Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-12T20:35:13.375Z | Checking sha1 v0.10.6 |
577 | 2024-08-12T20:35:13.445Z | Checking rustls-pemfile v2.1.3 |
578 | 2024-08-12T20:35:13.637Z | Checking usdt v0.5.0 |
579 | 2024-08-12T20:35:13.637Z | Checking slog-term v2.9.1 |
580 | 2024-08-12T20:35:13.641Z | Checking futures v0.3.30 |
581 | 2024-08-12T20:35:13.656Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-12T20:35:13.724Z | Checking async-stream v0.3.5 |
583 | 2024-08-12T20:35:13.732Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-12T20:35:13.862Z | Compiling parse-display-derive v0.9.1 |
585 | 2024-08-12T20:35:13.870Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-12T20:35:13.884Z | Checking rand v0.8.5 |
587 | 2024-08-12T20:35:14.560Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-12T20:35:14.761Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-12T20:35:14.783Z | Checking toml v0.8.19 |
590 | 2024-08-12T20:35:14.889Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
591 | 2024-08-12T20:35:14.986Z | Checking hex v0.4.3 |
592 | 2024-08-12T20:35:15.143Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-12T20:35:15.508Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-12T20:35:15.559Z | Compiling async-trait v0.1.81 |
595 | 2024-08-12T20:35:15.760Z | Checking hostname v0.4.0 |
596 | 2024-08-12T20:35:15.878Z | Checking instant v0.1.13 |
597 | 2024-08-12T20:35:15.982Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-12T20:35:16.107Z | Checking backoff v0.4.0 |
599 | 2024-08-12T20:35:16.296Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-12T20:35:16.375Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-12T20:35:16.424Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-08-12T20:35:16.511Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
603 | 2024-08-12T20:35:16.518Z | Checking serde_with v3.9.0 |
604 | 2024-08-12T20:35:16.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-12T20:35:16.927Z | Checking macaddr v1.0.1 |
606 | 2024-08-12T20:35:17.251Z | Checking regress v0.9.1 |
607 | 2024-08-12T20:35:17.762Z | Checking parse-display v0.9.1 |
608 | 2024-08-12T20:35:18.106Z | Checking strum v0.26.3 |
609 | 2024-08-12T20:35:18.736Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
610 | 2024-08-12T20:35:20.662Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
611 | 2024-08-12T20:35:20.721Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-12T20:35:23.214Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-12T20:35:28.358Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-12T20:35:28.461Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-12T20:35:31.156Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-12T20:35:37.566Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-12T20:35:37.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-12T20:35:37.686Z | + cargo build --release |
619 | 2024-08-12T20:35:37.950Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-12T20:35:37.950Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-12T20:35:37.954Z | Compiling libc v0.2.155 |
622 | 2024-08-12T20:35:37.954Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-12T20:35:37.954Z | Compiling version_check v0.9.5 |
624 | 2024-08-12T20:35:37.954Z | Compiling autocfg v1.3.0 |
625 | 2024-08-12T20:35:37.989Z | Compiling serde v1.0.207 |
626 | 2024-08-12T20:35:37.992Z | Compiling memchr v2.7.4 |
627 | 2024-08-12T20:35:38.057Z | Compiling serde_json v1.0.124 |
628 | 2024-08-12T20:35:38.131Z | Compiling itoa v1.0.11 |
629 | 2024-08-12T20:35:38.451Z | Compiling thiserror v1.0.63 |
630 | 2024-08-12T20:35:38.520Z | Compiling byteorder v1.5.0 |
631 | 2024-08-12T20:35:38.589Z | Compiling ahash v0.8.11 |
632 | 2024-08-12T20:35:38.686Z | Compiling once_cell v1.19.0 |
633 | 2024-08-12T20:35:38.958Z | Compiling cc v1.1.10 |
634 | 2024-08-12T20:35:39.205Z | Compiling num-traits v0.2.19 |
635 | 2024-08-12T20:35:39.374Z | Compiling quote v1.0.36 |
636 | 2024-08-12T20:35:39.425Z | Compiling getrandom v0.2.15 |
637 | 2024-08-12T20:35:39.555Z | Compiling pin-project-lite v0.2.14 |
638 | 2024-08-12T20:35:39.662Z | Compiling ryu v1.0.18 |
639 | 2024-08-12T20:35:39.743Z | Compiling syn v2.0.74 |
640 | 2024-08-12T20:35:39.822Z | Compiling bytes v1.7.1 |
641 | 2024-08-12T20:35:40.016Z | Compiling log v0.4.22 |
642 | 2024-08-12T20:35:40.089Z | Compiling allocator-api2 v0.2.18 |
643 | 2024-08-12T20:35:40.183Z | Compiling schemars v0.8.21 |
644 | 2024-08-12T20:35:40.462Z | Compiling lock_api v0.4.12 |
645 | 2024-08-12T20:35:40.493Z | Compiling parking_lot_core v0.9.10 |
646 | 2024-08-12T20:35:40.547Z | Compiling scopeguard v1.2.0 |
647 | 2024-08-12T20:35:40.683Z | Compiling smallvec v1.13.2 |
648 | 2024-08-12T20:35:40.735Z | Compiling futures-core v0.3.30 |
649 | 2024-08-12T20:35:40.940Z | Compiling mio v1.0.2 |
650 | 2024-08-12T20:35:40.954Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-12T20:35:40.965Z | Compiling socket2 v0.5.7 |
652 | 2024-08-12T20:35:41.474Z | Compiling slab v0.4.9 |
653 | 2024-08-12T20:35:41.648Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-12T20:35:41.831Z | Compiling spin v0.9.8 |
655 | 2024-08-12T20:35:41.974Z | Compiling ring v0.17.8 |
656 | 2024-08-12T20:35:42.091Z | Compiling futures-sink v0.3.30 |
657 | 2024-08-12T20:35:42.237Z | Compiling fnv v1.0.7 |
658 | 2024-08-12T20:35:42.244Z | Compiling equivalent v1.0.1 |
659 | 2024-08-12T20:35:42.334Z | Compiling untrusted v0.9.0 |
660 | 2024-08-12T20:35:42.362Z | Compiling semver v1.0.23 |
661 | 2024-08-12T20:35:42.583Z | Compiling futures-channel v0.3.30 |
662 | 2024-08-12T20:35:42.785Z | Compiling pin-utils v0.1.0 |
663 | 2024-08-12T20:35:42.820Z | Compiling heck v0.5.0 |
664 | 2024-08-12T20:35:42.845Z | Compiling futures-io v0.3.30 |
665 | 2024-08-12T20:35:42.864Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-12T20:35:43.037Z | Compiling futures-task v0.3.30 |
667 | 2024-08-12T20:35:43.175Z | Compiling vcpkg v0.2.15 |
668 | 2024-08-12T20:35:43.426Z | Compiling ucd-trie v0.1.6 |
669 | 2024-08-12T20:35:43.433Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-12T20:35:43.893Z | Compiling http v0.2.12 |
671 | 2024-08-12T20:35:44.094Z | Compiling httparse v1.9.4 |
672 | 2024-08-12T20:35:44.365Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-12T20:35:44.831Z | Compiling openssl-sys v0.9.103 |
674 | 2024-08-12T20:35:44.907Z | Compiling tracing-core v0.1.32 |
675 | 2024-08-12T20:35:45.455Z | Compiling chrono v0.4.38 |
676 | 2024-08-12T20:35:45.813Z | Compiling uuid v1.10.0 |
677 | 2024-08-12T20:35:45.868Z | Compiling tracing v0.1.40 |
678 | 2024-08-12T20:35:47.217Z | Compiling serde_derive_internals v0.29.1 |
679 | 2024-08-12T20:35:47.817Z | Compiling openssl v0.10.66 |
680 | 2024-08-12T20:35:47.846Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-08-12T20:35:47.936Z | Compiling try-lock v0.2.5 |
682 | 2024-08-12T20:35:47.997Z | Compiling slog v2.7.0 |
683 | 2024-08-12T20:35:48.083Z | Compiling want v0.3.1 |
684 | 2024-08-12T20:35:48.380Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-12T20:35:48.540Z | Compiling http-body v0.4.6 |
686 | 2024-08-12T20:35:48.661Z | Compiling aho-corasick v1.1.3 |
687 | 2024-08-12T20:35:49.028Z | Compiling rustls v0.21.12 |
688 | 2024-08-12T20:35:49.347Z | Compiling percent-encoding v2.3.1 |
689 | 2024-08-12T20:35:49.392Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-08-12T20:35:49.470Z | Compiling regex-syntax v0.8.4 |
691 | 2024-08-12T20:35:49.645Z | Compiling tower-service v0.3.2 |
692 | 2024-08-12T20:35:49.756Z | Compiling typenum v1.17.0 |
693 | 2024-08-12T20:35:49.808Z | Compiling native-tls v0.2.12 |
694 | 2024-08-12T20:35:49.851Z | Compiling bitflags v2.6.0 |
695 | 2024-08-12T20:35:50.181Z | Compiling httpdate v1.0.3 |
696 | 2024-08-12T20:35:50.210Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-08-12T20:35:50.707Z | Compiling tinyvec v1.8.0 |
698 | 2024-08-12T20:35:50.988Z | Compiling generic-array v0.14.7 |
699 | 2024-08-12T20:35:51.410Z | Compiling openssl-probe v0.1.5 |
700 | 2024-08-12T20:35:52.191Z | Compiling serde_derive v1.0.207 |
701 | 2024-08-12T20:35:52.413Z | Compiling zerocopy-derive v0.7.35 |
702 | 2024-08-12T20:35:52.589Z | Compiling thiserror-impl v1.0.63 |
703 | 2024-08-12T20:35:52.866Z | Compiling schemars_derive v0.8.21 |
704 | 2024-08-12T20:35:52.960Z | Compiling tokio-macros v2.4.0 |
705 | 2024-08-12T20:35:54.428Z | Compiling zerocopy v0.7.35 |
706 | 2024-08-12T20:35:55.158Z | Compiling tokio v1.39.2 |
707 | 2024-08-12T20:35:55.519Z | Compiling futures-macro v0.3.30 |
708 | 2024-08-12T20:35:55.864Z | Compiling pest v2.7.11 |
709 | 2024-08-12T20:35:56.549Z | Compiling hashbrown v0.14.5 |
710 | 2024-08-12T20:35:57.434Z | Compiling futures-util v0.3.30 |
711 | 2024-08-12T20:35:57.992Z | Compiling regress v0.10.0 |
712 | 2024-08-12T20:35:58.134Z | Compiling openssl-macros v0.1.1 |
713 | 2024-08-12T20:35:58.730Z | Compiling pest_meta v2.7.11 |
714 | 2024-08-12T20:36:02.672Z | Compiling pest_generator v2.7.11 |
715 | 2024-08-12T20:36:02.719Z | Compiling sct v0.7.1 |
716 | 2024-08-12T20:36:03.157Z | Compiling rustls-webpki v0.101.7 |
717 | 2024-08-12T20:36:04.455Z | Compiling tokio-util v0.7.11 |
718 | 2024-08-12T20:36:04.463Z | Compiling pest_derive v2.7.11 |
719 | 2024-08-12T20:36:05.338Z | Compiling regex-automata v0.4.7 |
720 | 2024-08-12T20:36:06.649Z | Compiling indexmap v2.3.0 |
721 | 2024-08-12T20:36:07.472Z | Compiling serde_tokenstream v0.2.1 |
722 | 2024-08-12T20:36:10.457Z | Compiling h2 v0.3.26 |
723 | 2024-08-12T20:36:12.870Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
724 | 2024-08-12T20:36:13.398Z | Compiling regex v1.10.6 |
725 | 2024-08-12T20:36:15.872Z | Compiling hyper v0.14.30 |
726 | 2024-08-12T20:36:18.323Z | Compiling unicode-normalization v0.1.23 |
727 | 2024-08-12T20:36:19.630Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-12T20:36:24.488Z | Compiling usdt-impl v0.5.0 |
729 | 2024-08-12T20:36:24.708Z | Compiling encoding_rs v0.8.34 |
730 | 2024-08-12T20:36:24.975Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
731 | 2024-08-12T20:36:26.096Z | Compiling mime v0.3.17 |
732 | 2024-08-12T20:36:27.180Z | Compiling powerfmt v0.2.0 |
733 | 2024-08-12T20:36:27.667Z | Compiling time-core v0.1.2 |
734 | 2024-08-12T20:36:27.827Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-12T20:36:28.959Z | Compiling num-conv v0.1.0 |
736 | 2024-08-12T20:36:29.240Z | Compiling time-macros v0.2.18 |
737 | 2024-08-12T20:36:30.874Z | Compiling idna v0.5.0 |
738 | 2024-08-12T20:36:33.121Z | Compiling deranged v0.3.11 |
739 | 2024-08-12T20:36:35.392Z | Compiling scroll v0.12.0 |
740 | 2024-08-12T20:36:35.408Z | Compiling tokio-native-tls v0.3.1 |
741 | 2024-08-12T20:36:35.648Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-12T20:36:35.673Z | Compiling dof v0.3.0 |
743 | 2024-08-12T20:36:36.023Z | Compiling serde_urlencoded v0.7.1 |
744 | 2024-08-12T20:36:36.056Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-08-12T20:36:36.584Z | Compiling thread-id v4.2.2 |
746 | 2024-08-12T20:36:36.845Z | Compiling omicron-workspace-hack v0.1.0 |
747 | 2024-08-12T20:36:37.165Z | Compiling num_threads v0.1.7 |
748 | 2024-08-12T20:36:37.280Z | Compiling strsim v0.11.1 |
749 | 2024-08-12T20:36:37.980Z | Compiling base64 v0.21.7 |
750 | 2024-08-12T20:36:39.129Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-08-12T20:36:39.372Z | Compiling plain v0.2.3 |
752 | 2024-08-12T20:36:39.524Z | Compiling ident_case v1.0.1 |
753 | 2024-08-12T20:36:39.689Z | Compiling rustls-pki-types v1.8.0 |
754 | 2024-08-12T20:36:39.734Z | Compiling darling_core v0.20.10 |
755 | 2024-08-12T20:36:42.056Z | Compiling goblin v0.8.2 |
756 | 2024-08-12T20:36:42.176Z | Compiling time v0.3.36 |
757 | 2024-08-12T20:36:43.394Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-08-12T20:36:47.295Z | Compiling hyper-rustls v0.24.2 |
759 | 2024-08-12T20:36:47.730Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-12T20:36:48.119Z | Compiling url v2.5.2 |
761 | 2024-08-12T20:36:48.191Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
762 | 2024-08-12T20:36:48.305Z | Compiling openapiv3 v2.0.0 |
763 | 2024-08-12T20:36:51.082Z | Compiling dirs-sys-next v0.1.2 |
764 | 2024-08-12T20:36:52.503Z | Compiling pretty-hex v0.4.1 |
765 | 2024-08-12T20:36:52.605Z | Compiling rustls v0.22.4 |
766 | 2024-08-12T20:36:52.717Z | Compiling rustversion v1.0.17 |
767 | 2024-08-12T20:36:52.921Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-12T20:36:53.073Z | Compiling sync_wrapper v0.1.2 |
769 | 2024-08-12T20:36:53.195Z | Compiling ipnet v2.9.0 |
770 | 2024-08-12T20:36:53.379Z | Compiling paste v1.0.15 |
771 | 2024-08-12T20:36:53.717Z | Compiling unsafe-libyaml v0.2.11 |
772 | 2024-08-12T20:36:53.944Z | Compiling reqwest v0.11.27 |
773 | 2024-08-12T20:36:55.208Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-08-12T20:36:55.654Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
775 | 2024-08-12T20:36:55.790Z | Compiling dirs-next v2.0.0 |
776 | 2024-08-12T20:36:58.989Z | Compiling darling_macro v0.20.10 |
777 | 2024-08-12T20:37:00.152Z | Compiling rustls-webpki v0.102.6 |
778 | 2024-08-12T20:37:02.414Z | Compiling crypto-common v0.1.6 |
779 | 2024-08-12T20:37:02.433Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-12T20:37:02.440Z | Compiling toml_datetime v0.6.8 |
781 | 2024-08-12T20:37:02.448Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-12T20:37:02.609Z | Compiling ppv-lite86 v0.2.20 |
783 | 2024-08-12T20:37:02.658Z | Compiling structmeta-derive v0.3.0 |
784 | 2024-08-12T20:37:02.683Z | Compiling rand_core v0.6.4 |
785 | 2024-08-12T20:37:03.156Z | Compiling thread_local v1.1.8 |
786 | 2024-08-12T20:37:03.206Z | Compiling multer v3.1.0 |
787 | 2024-08-12T20:37:03.500Z | Compiling anyhow v1.0.86 |
788 | 2024-08-12T20:37:03.555Z | Compiling slog-async v2.8.0 |
789 | 2024-08-12T20:37:03.902Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-12T20:37:03.982Z | Compiling winnow v0.6.18 |
791 | 2024-08-12T20:37:04.068Z | Compiling camino v1.1.7 |
792 | 2024-08-12T20:37:04.071Z | Compiling zeroize v1.8.1 |
793 | 2024-08-12T20:37:04.413Z | Compiling subtle v2.6.1 |
794 | 2024-08-12T20:37:04.720Z | Compiling hostname v0.3.1 |
795 | 2024-08-12T20:37:04.825Z | Compiling rand_chacha v0.3.1 |
796 | 2024-08-12T20:37:05.366Z | Compiling structmeta v0.3.0 |
797 | 2024-08-12T20:37:05.726Z | Compiling digest v0.10.7 |
798 | 2024-08-12T20:37:06.144Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
799 | 2024-08-12T20:37:06.166Z | Compiling crossbeam-channel v0.5.13 |
800 | 2024-08-12T20:37:07.780Z | Compiling darling v0.20.10 |
801 | 2024-08-12T20:37:07.882Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-12T20:37:08.375Z | Compiling term v0.7.0 |
803 | 2024-08-12T20:37:12.923Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
804 | 2024-08-12T20:37:16.198Z | Compiling usdt-attr-macro v0.5.0 |
805 | 2024-08-12T20:37:17.031Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-12T20:37:17.703Z | Compiling slog-json v2.6.1 |
807 | 2024-08-12T20:37:18.192Z | Compiling futures-executor v0.3.30 |
808 | 2024-08-12T20:37:18.370Z | Compiling async-stream-impl v0.3.5 |
809 | 2024-08-12T20:37:19.378Z | Compiling http v1.1.0 |
810 | 2024-08-12T20:37:19.738Z | Compiling memmap v0.7.0 |
811 | 2024-08-12T20:37:20.171Z | Compiling is-terminal v0.4.12 |
812 | 2024-08-12T20:37:20.293Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
813 | 2024-08-12T20:37:20.656Z | Compiling take_mut v0.2.2 |
814 | 2024-08-12T20:37:20.799Z | Compiling base64 v0.22.1 |
815 | 2024-08-12T20:37:21.370Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-12T20:37:21.462Z | Compiling atomic-waker v1.1.2 |
817 | 2024-08-12T20:37:21.658Z | Compiling waitgroup v0.1.2 |
818 | 2024-08-12T20:37:21.889Z | Compiling sha1 v0.10.6 |
819 | 2024-08-12T20:37:21.896Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
820 | 2024-08-12T20:37:22.079Z | Compiling rustls-pemfile v2.1.3 |
821 | 2024-08-12T20:37:24.203Z | Compiling slog-term v2.9.1 |
822 | 2024-08-12T20:37:25.537Z | Compiling usdt v0.5.0 |
823 | 2024-08-12T20:37:26.360Z | Compiling async-stream v0.3.5 |
824 | 2024-08-12T20:37:26.695Z | Compiling futures v0.3.30 |
825 | 2024-08-12T20:37:26.885Z | Compiling slog-bunyan v2.5.0 |
826 | 2024-08-12T20:37:27.050Z | Compiling strum_macros v0.26.4 |
827 | 2024-08-12T20:37:27.083Z | Compiling toml v0.8.19 |
828 | 2024-08-12T20:37:27.147Z | Compiling tokio-rustls v0.25.0 |
829 | 2024-08-12T20:37:27.572Z | Compiling serde_with_macros v3.9.0 |
830 | 2024-08-12T20:37:30.261Z | Compiling parse-display-derive v0.9.1 |
831 | 2024-08-12T20:37:31.224Z | Compiling rand v0.8.5 |
832 | 2024-08-12T20:37:33.213Z | Compiling newtype-uuid v1.1.0 |
833 | 2024-08-12T20:37:33.531Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-12T20:37:34.311Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
835 | 2024-08-12T20:37:34.486Z | Compiling serde_path_to_error v0.1.16 |
836 | 2024-08-12T20:37:34.694Z | Compiling hex v0.4.3 |
837 | 2024-08-12T20:37:35.384Z | Compiling async-trait v0.1.81 |
838 | 2024-08-12T20:37:35.482Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-12T20:37:36.309Z | Compiling hostname v0.4.0 |
840 | 2024-08-12T20:37:36.549Z | Compiling instant v0.1.13 |
841 | 2024-08-12T20:37:36.691Z | Compiling debug-ignore v1.0.5 |
842 | 2024-08-12T20:37:36.828Z | Compiling backoff v0.4.0 |
843 | 2024-08-12T20:37:37.157Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
844 | 2024-08-12T20:37:37.345Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
845 | 2024-08-12T20:37:37.501Z | Compiling parse-display v0.9.1 |
846 | 2024-08-12T20:37:37.897Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
847 | 2024-08-12T20:37:38.187Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-12T20:37:38.374Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
849 | 2024-08-12T20:37:38.717Z | Compiling strum v0.26.3 |
850 | 2024-08-12T20:37:38.894Z | Compiling serde_with v3.9.0 |
851 | 2024-08-12T20:37:39.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
852 | 2024-08-12T20:37:40.298Z | Compiling macaddr v1.0.1 |
853 | 2024-08-12T20:37:40.928Z | Compiling regress v0.9.1 |
854 | 2024-08-12T20:37:45.282Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
855 | 2024-08-12T20:37:55.070Z | Compiling test-project v0.1.0 (/tmp/test-project) |
856 | 2024-08-12T20:38:03.335Z | Finished `release` profile [optimized] target(s) in 2m 25s |
857 | 2024-08-12T20:38:03.391Z | process exited: duration 220725 ms, exit code 0 |
|
858 | 2024-08-12T20:38:03.398Z | found 0 output files |