|
|
|
1 | 2024-09-07T03:17:35.852Z | job assigned to worker 01J757QN6APS7JGSTTQMM4MRTV (queued for 57 s) |
|
2 | 2024-09-07T03:17:43.658Z | starting task 0: "setup" |
3 | 2024-09-07T03:17:43.667Z | ++ uname -s |
4 | 2024-09-07T03:17:43.669Z | + kern=SunOS |
5 | 2024-09-07T03:17:43.669Z | + case "$kern" in |
6 | 2024-09-07T03:17:43.669Z | + groupadd -g 12345 build |
7 | 2024-09-07T03:17:43.673Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-07T03:17:45.681Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-07T03:17:45.798Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-07T03:17:45.806Z | + home_fs=zfs |
11 | 2024-09-07T03:17:45.806Z | + [[ zfs == autofs ]] |
12 | 2024-09-07T03:17:45.806Z | + mkdir -p /home/build |
13 | 2024-09-07T03:17:45.806Z | + chown build:build /home/build /work |
14 | 2024-09-07T03:17:47.814Z | + chmod 0700 /home/build /work |
15 | 2024-09-07T03:17:47.818Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-09-07T03:17:47.823Z | starting task 1: "rust-toolchain" |
17 | 2024-09-07T03:17:47.829Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-07T03:17:47.829Z | ' 1.80.1 |
19 | 2024-09-07T03:17:47.830Z | * toolchain channel = "1.80.1" |
20 | 2024-09-07T03:17:47.830Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-07T03:17:47.830Z | ' default |
22 | 2024-09-07T03:17:47.832Z | * toolchain profile = "default" |
23 | 2024-09-07T03:17:47.832Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-07T03:17:47.832Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-07T03:17:47.926Z | info: downloading installer |
26 | 2024-09-07T03:17:49.357Z | info: profile set to 'default' |
27 | 2024-09-07T03:17:49.357Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-07T03:17:49.364Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-07T03:17:49.488Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-07T03:17:49.488Z | info: downloading component 'cargo' |
31 | 2024-09-07T03:17:50.155Z | info: downloading component 'clippy' |
32 | 2024-09-07T03:17:50.395Z | info: downloading component 'rust-docs' |
33 | 2024-09-07T03:17:51.338Z | info: downloading component 'rust-std' |
34 | 2024-09-07T03:17:52.634Z | info: downloading component 'rustc' |
35 | 2024-09-07T03:17:56.256Z | info: downloading component 'rustfmt' |
36 | 2024-09-07T03:17:56.452Z | info: installing component 'cargo' |
37 | 2024-09-07T03:17:57.290Z | info: installing component 'clippy' |
38 | 2024-09-07T03:17:57.657Z | info: installing component 'rust-docs' |
39 | 2024-09-07T03:17:59.302Z | info: installing component 'rust-std' |
40 | 2024-09-07T03:18:00.982Z | info: installing component 'rustc' |
41 | 2024-09-07T03:18:05.191Z | info: installing component 'rustfmt' |
42 | 2024-09-07T03:18:05.526Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-07T03:18:05.526Z | |
44 | 2024-09-07T03:18:05.786Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-07T03:18:05.786Z | |
46 | 2024-09-07T03:18:05.788Z | |
47 | 2024-09-07T03:18:05.788Z | Rust is installed now. Great! |
48 | 2024-09-07T03:18:05.788Z | |
49 | 2024-09-07T03:18:05.788Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-07T03:18:05.788Z | environment variable. This has not been done automatically. |
51 | 2024-09-07T03:18:05.788Z | |
52 | 2024-09-07T03:18:05.788Z | To configure your current shell, you need to source |
53 | 2024-09-07T03:18:05.788Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-07T03:18:05.788Z | |
55 | 2024-09-07T03:18:05.788Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-07T03:18:05.788Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-07T03:18:05.788Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-07T03:18:05.832Z | + rustc --version |
59 | 2024-09-07T03:18:05.897Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-07T03:18:05.899Z | process exited: duration 18075 ms, exit code 0 |
|
61 | 2024-09-07T03:18:05.913Z | starting task 2: "authentication" |
62 | 2024-09-07T03:18:05.934Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-07T03:18:05.940Z | starting task 3: "clone repository" |
64 | 2024-09-07T03:18:05.944Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-07T03:18:05.947Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-07T03:18:06.229Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-07T03:18:11.665Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-07T03:18:11.666Z | + git fetch origin 896ab96a5d512cd2596a627b48532bc885f60406 |
69 | 2024-09-07T03:18:11.957Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-07T03:18:11.957Z | * branch 896ab96a5d512cd2596a627b48532bc885f60406 -> FETCH_HEAD |
71 | 2024-09-07T03:18:11.969Z | + [[ -n renovate/samael-0.x ]] |
72 | 2024-09-07T03:18:11.971Z | ++ git branch --show-current |
73 | 2024-09-07T03:18:11.971Z | + current=main |
74 | 2024-09-07T03:18:11.971Z | + [[ main != renovate/samael-0.x ]] |
75 | 2024-09-07T03:18:11.971Z | + git branch -f renovate/samael-0.x 896ab96a5d512cd2596a627b48532bc885f60406 |
76 | 2024-09-07T03:18:11.975Z | + git checkout -f renovate/samael-0.x |
77 | 2024-09-07T03:18:12.132Z | Switched to branch 'renovate/samael-0.x' |
78 | 2024-09-07T03:18:12.135Z | + git reset --hard 896ab96a5d512cd2596a627b48532bc885f60406 |
79 | 2024-09-07T03:18:12.145Z | HEAD is now at 896ab96a5 Update Rust crate samael to 0.0.17 |
80 | 2024-09-07T03:18:12.148Z | process exited: duration 6206 ms, exit code 0 |
|
81 | 2024-09-07T03:18:12.153Z | starting task 4: "build" |
82 | 2024-09-07T03:18:12.158Z | + cargo --version |
83 | 2024-09-07T03:18:12.213Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-07T03:18:12.216Z | + rustc --version |
85 | 2024-09-07T03:18:12.273Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-07T03:18:12.276Z | + cd /tmp |
87 | 2024-09-07T03:18:12.276Z | + cargo new --lib test-project |
88 | 2024-09-07T03:18:12.331Z | Creating library `test-project` package |
89 | 2024-09-07T03:18:12.406Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-07T03:18:12.409Z | + cd test-project |
91 | 2024-09-07T03:18:12.409Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-07T03:18:12.469Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-07T03:18:12.469Z | Features: |
94 | 2024-09-07T03:18:12.469Z | - proptest |
95 | 2024-09-07T03:18:12.469Z | - test-strategy |
96 | 2024-09-07T03:18:12.469Z | - testing |
97 | 2024-09-07T03:18:12.472Z | Updating crates.io index |
98 | 2024-09-07T03:18:12.516Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-07T03:18:13.467Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-07T03:18:14.302Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-07T03:18:14.703Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-07T03:18:16.378Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-07T03:18:16.714Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-07T03:18:17.112Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-07T03:18:20.986Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-07T03:18:20.986Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-07T03:18:20.989Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-07T03:18:20.989Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-07T03:18:20.989Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-07T03:18:20.989Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-07T03:18:20.989Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-07T03:18:20.989Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-07T03:18:20.991Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-07T03:18:20.991Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-07T03:18:20.991Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-07T03:18:20.991Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-07T03:18:20.991Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-07T03:18:20.991Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-07T03:18:20.991Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-07T03:18:20.992Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-07T03:18:20.995Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
122 | 2024-09-07T03:18:20.995Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-07T03:18:20.995Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-07T03:18:20.995Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-07T03:18:20.995Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-07T03:18:20.995Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-07T03:18:20.998Z | Adding regress v0.9.1 (latest: v0.10.1) |
128 | 2024-09-07T03:18:20.998Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-07T03:18:21.002Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-07T03:18:21.002Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-07T03:18:21.004Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-07T03:18:21.004Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-07T03:18:21.007Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-07T03:18:21.007Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-07T03:18:21.007Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-07T03:18:21.007Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-07T03:18:21.009Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-07T03:18:21.009Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-07T03:18:21.009Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-07T03:18:21.012Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-07T03:18:21.012Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-07T03:18:21.012Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-07T03:18:21.012Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-07T03:18:21.012Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-07T03:18:21.012Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-07T03:18:21.012Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-07T03:18:21.012Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-07T03:18:21.012Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-07T03:18:21.012Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-07T03:18:21.012Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-07T03:18:21.012Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-07T03:18:21.012Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-07T03:18:21.012Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-07T03:18:21.088Z | + cargo check |
155 | 2024-09-07T03:18:21.343Z | Downloading crates ... |
156 | 2024-09-07T03:18:21.447Z | Downloaded usdt-macro v0.5.0 |
157 | 2024-09-07T03:18:21.453Z | Downloaded waitgroup v0.1.2 |
158 | 2024-09-07T03:18:21.453Z | Downloaded usdt-attr-macro v0.5.0 |
159 | 2024-09-07T03:18:21.453Z | Downloaded want v0.3.1 |
160 | 2024-09-07T03:18:21.456Z | Downloaded unsafe-libyaml v0.2.11 |
161 | 2024-09-07T03:18:21.462Z | Downloaded foreign-types-shared v0.1.1 |
162 | 2024-09-07T03:18:21.465Z | Downloaded foreign-types v0.3.2 |
163 | 2024-09-07T03:18:21.465Z | Downloaded dtrace-parser v0.2.0 |
164 | 2024-09-07T03:18:21.468Z | Downloaded darling_macro v0.20.10 |
165 | 2024-09-07T03:18:21.470Z | Downloaded pretty-hex v0.4.1 |
166 | 2024-09-07T03:18:21.472Z | Downloaded take_mut v0.2.2 |
167 | 2024-09-07T03:18:21.475Z | Downloaded openssl-probe v0.1.5 |
168 | 2024-09-07T03:18:21.478Z | Downloaded equivalent v1.0.1 |
169 | 2024-09-07T03:18:21.479Z | Downloaded strum v0.26.3 |
170 | 2024-09-07T03:18:21.482Z | Downloaded signal-hook-registry v1.4.2 |
171 | 2024-09-07T03:18:21.482Z | Downloaded pkg-config v0.3.30 |
172 | 2024-09-07T03:18:21.485Z | Downloaded openssl-macros v0.1.1 |
173 | 2024-09-07T03:18:21.485Z | Downloaded num_threads v0.1.7 |
174 | 2024-09-07T03:18:21.485Z | Downloaded serde_path_to_error v0.1.16 |
175 | 2024-09-07T03:18:21.487Z | Downloaded async-stream-impl v0.3.5 |
176 | 2024-09-07T03:18:21.489Z | Downloaded num-conv v0.1.0 |
177 | 2024-09-07T03:18:21.489Z | Downloaded fnv v1.0.7 |
178 | 2024-09-07T03:18:21.497Z | Downloaded dof v0.3.0 |
179 | 2024-09-07T03:18:21.497Z | Downloaded dirs-next v2.0.0 |
180 | 2024-09-07T03:18:21.500Z | Downloaded rand_chacha v0.3.1 |
181 | 2024-09-07T03:18:21.500Z | Downloaded serde_tokenstream v0.2.2 |
182 | 2024-09-07T03:18:21.500Z | Downloaded match_cfg v0.1.0 |
183 | 2024-09-07T03:18:21.500Z | Downloaded ident_case v1.0.1 |
184 | 2024-09-07T03:18:21.500Z | Downloaded schemars_derive v0.8.21 |
185 | 2024-09-07T03:18:21.500Z | Downloaded crypto-common v0.1.6 |
186 | 2024-09-07T03:18:21.502Z | Downloaded version_check v0.9.5 |
187 | 2024-09-07T03:18:21.502Z | Downloaded slog-json v2.6.1 |
188 | 2024-09-07T03:18:21.506Z | Downloaded omicron-workspace-hack v0.1.0 |
189 | 2024-09-07T03:18:21.506Z | Downloaded untrusted v0.9.0 |
190 | 2024-09-07T03:18:21.508Z | Downloaded pest_generator v2.7.12 |
191 | 2024-09-07T03:18:21.508Z | Downloaded async-stream v0.3.5 |
192 | 2024-09-07T03:18:21.511Z | Downloaded paste v1.0.15 |
193 | 2024-09-07T03:18:21.513Z | Downloaded parse-display-derive v0.10.0 |
194 | 2024-09-07T03:18:21.515Z | Downloaded sct v0.7.1 |
195 | 2024-09-07T03:18:21.518Z | Downloaded subtle v2.6.1 |
196 | 2024-09-07T03:18:21.521Z | Downloaded http-body v0.4.6 |
197 | 2024-09-07T03:18:21.524Z | Downloaded structmeta v0.3.0 |
198 | 2024-09-07T03:18:21.541Z | Downloaded smallvec v1.13.2 |
199 | 2024-09-07T03:18:21.541Z | Downloaded serde_derive_internals v0.29.1 |
200 | 2024-09-07T03:18:21.546Z | Downloaded scroll v0.12.0 |
201 | 2024-09-07T03:18:21.546Z | Downloaded quote v1.0.37 |
202 | 2024-09-07T03:18:21.546Z | Downloaded powerfmt v0.2.0 |
203 | 2024-09-07T03:18:21.546Z | Downloaded try-lock v0.2.5 |
204 | 2024-09-07T03:18:21.546Z | Downloaded unicode-ident v1.0.12 |
205 | 2024-09-07T03:18:21.546Z | Downloaded parking_lot_core v0.9.10 |
206 | 2024-09-07T03:18:21.546Z | Downloaded mime v0.3.17 |
207 | 2024-09-07T03:18:21.546Z | Downloaded hyper-tls v0.5.0 |
208 | 2024-09-07T03:18:21.547Z | Downloaded tinyvec_macros v0.1.1 |
209 | 2024-09-07T03:18:21.547Z | Downloaded time-core v0.1.2 |
210 | 2024-09-07T03:18:21.549Z | Downloaded is-terminal v0.4.13 |
211 | 2024-09-07T03:18:21.549Z | Downloaded hex v0.4.3 |
212 | 2024-09-07T03:18:21.549Z | Downloaded form_urlencoded v1.2.1 |
213 | 2024-09-07T03:18:21.549Z | Downloaded generic-array v0.14.7 |
214 | 2024-09-07T03:18:21.552Z | Downloaded newtype-uuid v1.1.0 |
215 | 2024-09-07T03:18:21.552Z | Downloaded sync_wrapper v0.1.2 |
216 | 2024-09-07T03:18:21.555Z | Downloaded scroll_derive v0.12.0 |
217 | 2024-09-07T03:18:21.555Z | Downloaded hostname v0.4.0 |
218 | 2024-09-07T03:18:21.557Z | Downloaded futures-io v0.3.30 |
219 | 2024-09-07T03:18:21.557Z | Downloaded tokio-native-tls v0.3.1 |
220 | 2024-09-07T03:18:21.561Z | Downloaded ryu v1.0.18 |
221 | 2024-09-07T03:18:21.563Z | Downloaded rustls-pemfile v2.1.3 |
222 | 2024-09-07T03:18:21.566Z | Downloaded lock_api v0.4.12 |
223 | 2024-09-07T03:18:21.568Z | Downloaded sha2 v0.10.8 |
224 | 2024-09-07T03:18:21.583Z | Downloaded iana-time-zone v0.1.60 |
225 | 2024-09-07T03:18:21.583Z | Downloaded tower-service v0.3.3 |
226 | 2024-09-07T03:18:21.583Z | Downloaded parking_lot v0.12.3 |
227 | 2024-09-07T03:18:21.583Z | Downloaded once_cell v1.19.0 |
228 | 2024-09-07T03:18:21.596Z | Downloaded zeroize v1.8.1 |
229 | 2024-09-07T03:18:21.596Z | Downloaded rand_core v0.6.4 |
230 | 2024-09-07T03:18:21.596Z | Downloaded ppv-lite86 v0.2.20 |
231 | 2024-09-07T03:18:21.596Z | Downloaded serde_spanned v0.6.7 |
232 | 2024-09-07T03:18:21.596Z | Downloaded httparse v1.9.4 |
233 | 2024-09-07T03:18:21.596Z | Downloaded slab v0.4.9 |
234 | 2024-09-07T03:18:21.596Z | Downloaded shlex v1.3.0 |
235 | 2024-09-07T03:18:21.604Z | Downloaded thread_local v1.1.8 |
236 | 2024-09-07T03:18:21.604Z | Downloaded multer v3.1.0 |
237 | 2024-09-07T03:18:21.604Z | Downloaded slog-async v2.8.0 |
238 | 2024-09-07T03:18:21.605Z | Downloaded thread-id v4.2.2 |
239 | 2024-09-07T03:18:21.605Z | Downloaded thiserror v1.0.63 |
240 | 2024-09-07T03:18:21.622Z | Downloaded crossbeam-utils v0.8.20 |
241 | 2024-09-07T03:18:21.622Z | Downloaded toml_datetime v0.6.8 |
242 | 2024-09-07T03:18:21.622Z | Downloaded thiserror-impl v1.0.63 |
243 | 2024-09-07T03:18:21.623Z | Downloaded slog v2.7.0 |
244 | 2024-09-07T03:18:21.623Z | Downloaded spin v0.9.8 |
245 | 2024-09-07T03:18:21.639Z | Downloaded allocator-api2 v0.2.18 |
246 | 2024-09-07T03:18:21.639Z | Downloaded serde_yaml v0.9.34+deprecated |
247 | 2024-09-07T03:18:21.639Z | Downloaded time-macros v0.2.18 |
248 | 2024-09-07T03:18:21.639Z | Downloaded rustls-pemfile v1.0.4 |
249 | 2024-09-07T03:18:21.639Z | Downloaded serde_with_macros v3.9.0 |
250 | 2024-09-07T03:18:21.639Z | Downloaded semver v1.0.23 |
251 | 2024-09-07T03:18:21.639Z | Downloaded rustls-pki-types v1.8.0 |
252 | 2024-09-07T03:18:21.644Z | Downloaded strum_macros v0.26.4 |
253 | 2024-09-07T03:18:21.644Z | Downloaded term v0.7.0 |
254 | 2024-09-07T03:18:21.644Z | Downloaded tokio-macros v2.4.0 |
255 | 2024-09-07T03:18:21.644Z | Downloaded async-trait v0.1.82 |
256 | 2024-09-07T03:18:21.648Z | Downloaded tokio-rustls v0.25.0 |
257 | 2024-09-07T03:18:21.648Z | Downloaded indexmap v1.9.3 |
258 | 2024-09-07T03:18:21.652Z | Downloaded typenum v1.17.0 |
259 | 2024-09-07T03:18:21.655Z | Downloaded proc-macro2 v1.0.86 |
260 | 2024-09-07T03:18:21.658Z | Downloaded pest_derive v2.7.12 |
261 | 2024-09-07T03:18:21.659Z | Downloaded slog-term v2.9.1 |
262 | 2024-09-07T03:18:21.663Z | Downloaded socket2 v0.5.7 |
263 | 2024-09-07T03:18:21.668Z | Downloaded ucd-trie v0.1.6 |
264 | 2024-09-07T03:18:21.668Z | Downloaded crossbeam-channel v0.5.13 |
265 | 2024-09-07T03:18:21.676Z | Downloaded serde v1.0.210 |
266 | 2024-09-07T03:18:21.676Z | Downloaded cc v1.1.17 |
267 | 2024-09-07T03:18:21.680Z | Downloaded tokio-rustls v0.24.1 |
268 | 2024-09-07T03:18:21.680Z | Downloaded pest_meta v2.7.12 |
269 | 2024-09-07T03:18:21.684Z | Downloaded schemars v0.8.21 |
270 | 2024-09-07T03:18:21.698Z | Downloaded tracing-core v0.1.32 |
271 | 2024-09-07T03:18:21.702Z | Downloaded tracing v0.1.40 |
272 | 2024-09-07T03:18:21.708Z | Downloaded toml v0.8.19 |
273 | 2024-09-07T03:18:21.713Z | Downloaded toml_edit v0.22.20 |
274 | 2024-09-07T03:18:21.729Z | Downloaded pest v2.7.12 |
275 | 2024-09-07T03:18:21.733Z | Downloaded time v0.3.36 |
276 | 2024-09-07T03:18:21.740Z | Downloaded winnow v0.6.18 |
277 | 2024-09-07T03:18:21.750Z | Downloaded hashbrown v0.14.5 |
278 | 2024-09-07T03:18:21.755Z | Downloaded h2 v0.3.26 |
279 | 2024-09-07T03:18:21.762Z | Downloaded futures-util v0.3.30 |
280 | 2024-09-07T03:18:21.777Z | Downloaded serde_with v3.9.0 |
281 | 2024-09-07T03:18:21.786Z | Downloaded tokio-util v0.7.12 |
282 | 2024-09-07T03:18:21.801Z | Downloaded serde_json v1.0.128 |
283 | 2024-09-07T03:18:21.806Z | Downloaded openssl v0.10.66 |
284 | 2024-09-07T03:18:21.810Z | Downloaded idna v0.5.0 |
285 | 2024-09-07T03:18:21.819Z | Downloaded reqwest v0.11.27 |
286 | 2024-09-07T03:18:21.826Z | Downloaded vcpkg v0.2.15 |
287 | 2024-09-07T03:18:21.868Z | Downloaded openapiv3 v2.0.0 |
288 | 2024-09-07T03:18:21.878Z | Downloaded rustls-webpki v0.102.7 |
289 | 2024-09-07T03:18:21.898Z | Downloaded syn v2.0.77 |
290 | 2024-09-07T03:18:21.906Z | Downloaded regex v1.10.6 |
291 | 2024-09-07T03:18:21.922Z | Downloaded rustls v0.21.12 |
292 | 2024-09-07T03:18:21.931Z | Downloaded regress v0.10.1 |
293 | 2024-09-07T03:18:21.939Z | Downloaded rustls v0.22.4 |
294 | 2024-09-07T03:18:21.954Z | Downloaded regress v0.9.1 |
295 | 2024-09-07T03:18:21.961Z | Downloaded encoding_rs v0.8.34 |
296 | 2024-09-07T03:18:21.982Z | Downloaded regex-syntax v0.8.4 |
297 | 2024-09-07T03:18:21.988Z | Downloaded regex-automata v0.4.7 |
298 | 2024-09-07T03:18:22.006Z | Downloaded webpki-roots v0.25.4 |
299 | 2024-09-07T03:18:22.011Z | Downloaded libc v0.2.158 |
300 | 2024-09-07T03:18:22.035Z | Downloaded tokio v1.40.0 |
301 | 2024-09-07T03:18:22.071Z | Downloaded zerocopy v0.7.35 |
302 | 2024-09-07T03:18:22.086Z | Downloaded hyper v0.14.30 |
303 | 2024-09-07T03:18:22.093Z | Downloaded goblin v0.8.2 |
304 | 2024-09-07T03:18:22.099Z | Downloaded chrono v0.4.38 |
305 | 2024-09-07T03:18:22.107Z | Downloaded rustls-webpki v0.101.7 |
306 | 2024-09-07T03:18:22.120Z | Downloaded aho-corasick v1.1.3 |
307 | 2024-09-07T03:18:22.125Z | Downloaded unicode-normalization v0.1.23 |
308 | 2024-09-07T03:18:22.129Z | Downloaded rand v0.8.5 |
309 | 2024-09-07T03:18:22.132Z | Downloaded memchr v2.7.4 |
310 | 2024-09-07T03:18:22.137Z | Downloaded http v1.1.0 |
311 | 2024-09-07T03:18:22.141Z | Downloaded hashbrown v0.12.3 |
312 | 2024-09-07T03:18:22.144Z | Downloaded indexmap v2.5.0 |
313 | 2024-09-07T03:18:22.150Z | Downloaded http v0.2.12 |
314 | 2024-09-07T03:18:22.153Z | Downloaded mio v1.0.2 |
315 | 2024-09-07T03:18:22.160Z | Downloaded base64 v0.22.1 |
316 | 2024-09-07T03:18:22.163Z | Downloaded base64 v0.21.7 |
317 | 2024-09-07T03:18:22.166Z | Downloaded serde_derive v1.0.210 |
318 | 2024-09-07T03:18:22.170Z | Downloaded num-traits v0.2.19 |
319 | 2024-09-07T03:18:22.173Z | Downloaded openssl-sys v0.9.103 |
320 | 2024-09-07T03:18:22.189Z | Downloaded tinyvec v1.8.0 |
321 | 2024-09-07T03:18:22.192Z | Downloaded futures v0.3.30 |
322 | 2024-09-07T03:18:22.193Z | Downloaded bytes v1.7.1 |
323 | 2024-09-07T03:18:22.193Z | Downloaded structmeta-derive v0.3.0 |
324 | 2024-09-07T03:18:22.195Z | Downloaded log v0.4.22 |
325 | 2024-09-07T03:18:22.195Z | Downloaded ahash v0.8.11 |
326 | 2024-09-07T03:18:22.197Z | Downloaded url v2.5.2 |
327 | 2024-09-07T03:18:22.199Z | Downloaded darling_core v0.20.10 |
328 | 2024-09-07T03:18:22.204Z | Downloaded strsim v0.11.1 |
329 | 2024-09-07T03:18:22.206Z | Downloaded sha1 v0.10.6 |
330 | 2024-09-07T03:18:22.209Z | Downloaded unicode-bidi v0.3.15 |
331 | 2024-09-07T03:18:22.211Z | Downloaded anyhow v1.0.87 |
332 | 2024-09-07T03:18:22.213Z | Downloaded slog-bunyan v2.5.0 |
333 | 2024-09-07T03:18:22.216Z | Downloaded rustversion v1.0.17 |
334 | 2024-09-07T03:18:22.218Z | Downloaded serde_urlencoded v0.7.1 |
335 | 2024-09-07T03:18:22.218Z | Downloaded futures-core v0.3.30 |
336 | 2024-09-07T03:18:22.220Z | Downloaded scopeguard v1.2.0 |
337 | 2024-09-07T03:18:22.220Z | Downloaded plain v0.2.3 |
338 | 2024-09-07T03:18:22.223Z | Downloaded pin-utils v0.1.0 |
339 | 2024-09-07T03:18:22.223Z | Downloaded percent-encoding v2.3.1 |
340 | 2024-09-07T03:18:22.225Z | Downloaded parse-display v0.10.0 |
341 | 2024-09-07T03:18:22.225Z | Downloaded ipnet v2.9.0 |
342 | 2024-09-07T03:18:22.227Z | Downloaded camino v1.1.9 |
343 | 2024-09-07T03:18:22.227Z | Downloaded uuid v1.10.0 |
344 | 2024-09-07T03:18:22.230Z | Downloaded bitflags v2.6.0 |
345 | 2024-09-07T03:18:22.235Z | Downloaded ring v0.17.8 |
346 | 2024-09-07T03:18:22.299Z | Downloaded futures-channel v0.3.30 |
347 | 2024-09-07T03:18:22.302Z | Downloaded deranged v0.3.11 |
348 | 2024-09-07T03:18:22.302Z | Downloaded backoff v0.4.0 |
349 | 2024-09-07T03:18:22.304Z | Downloaded pin-project-lite v0.2.14 |
350 | 2024-09-07T03:18:22.307Z | Downloaded native-tls v0.2.12 |
351 | 2024-09-07T03:18:22.309Z | Downloaded ipnetwork v0.20.0 |
352 | 2024-09-07T03:18:22.312Z | Downloaded hyper-rustls v0.24.2 |
353 | 2024-09-07T03:18:22.317Z | Downloaded httpdate v1.0.3 |
354 | 2024-09-07T03:18:22.317Z | Downloaded getrandom v0.2.15 |
355 | 2024-09-07T03:18:22.319Z | Downloaded darling v0.20.10 |
356 | 2024-09-07T03:18:22.322Z | Downloaded futures-sink v0.3.30 |
357 | 2024-09-07T03:18:22.322Z | Downloaded byteorder v1.5.0 |
358 | 2024-09-07T03:18:22.322Z | Downloaded zerocopy-derive v0.7.35 |
359 | 2024-09-07T03:18:22.325Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-09-07T03:18:22.328Z | Downloaded dirs-sys-next v0.1.2 |
361 | 2024-09-07T03:18:22.328Z | Downloaded cfg-if v1.0.0 |
362 | 2024-09-07T03:18:22.331Z | Downloaded block-buffer v0.10.4 |
363 | 2024-09-07T03:18:22.331Z | Downloaded atomic-waker v1.1.2 |
364 | 2024-09-07T03:18:22.331Z | Downloaded hostname v0.3.1 |
365 | 2024-09-07T03:18:22.334Z | Downloaded heck v0.5.0 |
366 | 2024-09-07T03:18:22.334Z | Downloaded futures-task v0.3.30 |
367 | 2024-09-07T03:18:22.334Z | Downloaded futures-macro v0.3.30 |
368 | 2024-09-07T03:18:22.337Z | Downloaded cpufeatures v0.2.14 |
369 | 2024-09-07T03:18:22.337Z | Downloaded memmap v0.7.0 |
370 | 2024-09-07T03:18:22.339Z | Downloaded macaddr v1.0.1 |
371 | 2024-09-07T03:18:22.339Z | Downloaded itoa v1.0.11 |
372 | 2024-09-07T03:18:22.339Z | Downloaded instant v0.1.13 |
373 | 2024-09-07T03:18:22.343Z | Downloaded futures-executor v0.3.30 |
374 | 2024-09-07T03:18:22.343Z | Downloaded dyn-clone v1.0.17 |
375 | 2024-09-07T03:18:22.346Z | Downloaded digest v0.10.7 |
376 | 2024-09-07T03:18:22.346Z | Downloaded usdt v0.5.0 |
377 | 2024-09-07T03:18:22.346Z | Downloaded autocfg v1.3.0 |
378 | 2024-09-07T03:18:22.349Z | Downloaded debug-ignore v1.0.5 |
379 | 2024-09-07T03:18:22.469Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-07T03:18:22.469Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-07T03:18:22.473Z | Compiling libc v0.2.158 |
382 | 2024-09-07T03:18:22.473Z | Checking cfg-if v1.0.0 |
383 | 2024-09-07T03:18:22.473Z | Compiling version_check v0.9.5 |
384 | 2024-09-07T03:18:22.473Z | Compiling autocfg v1.3.0 |
385 | 2024-09-07T03:18:22.490Z | Compiling serde v1.0.210 |
386 | 2024-09-07T03:18:22.493Z | Checking memchr v2.7.4 |
387 | 2024-09-07T03:18:22.560Z | Compiling serde_json v1.0.128 |
388 | 2024-09-07T03:18:23.033Z | Compiling ahash v0.8.11 |
389 | 2024-09-07T03:18:23.110Z | Checking itoa v1.0.11 |
390 | 2024-09-07T03:18:23.247Z | Checking byteorder v1.5.0 |
391 | 2024-09-07T03:18:23.507Z | Compiling thiserror v1.0.63 |
392 | 2024-09-07T03:18:24.242Z | Checking once_cell v1.19.0 |
393 | 2024-09-07T03:18:24.263Z | Compiling shlex v1.3.0 |
394 | 2024-09-07T03:18:24.329Z | Compiling num-traits v0.2.19 |
395 | 2024-09-07T03:18:24.506Z | Compiling cc v1.1.17 |
396 | 2024-09-07T03:18:24.621Z | Checking pin-project-lite v0.2.14 |
397 | 2024-09-07T03:18:24.686Z | Checking ryu v1.0.18 |
398 | 2024-09-07T03:18:24.816Z | Checking log v0.4.22 |
399 | 2024-09-07T03:18:24.829Z | Checking bytes v1.7.1 |
400 | 2024-09-07T03:18:24.843Z | Checking allocator-api2 v0.2.18 |
401 | 2024-09-07T03:18:24.925Z | Compiling lock_api v0.4.12 |
402 | 2024-09-07T03:18:24.979Z | Checking getrandom v0.2.15 |
403 | 2024-09-07T03:18:25.052Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-09-07T03:18:25.177Z | Compiling quote v1.0.37 |
405 | 2024-09-07T03:18:25.194Z | Compiling schemars v0.8.21 |
406 | 2024-09-07T03:18:25.390Z | Checking scopeguard v1.2.0 |
407 | 2024-09-07T03:18:25.462Z | Checking futures-core v0.3.30 |
408 | 2024-09-07T03:18:25.509Z | Checking smallvec v1.13.2 |
409 | 2024-09-07T03:18:25.517Z | Compiling syn v2.0.77 |
410 | 2024-09-07T03:18:25.577Z | Checking socket2 v0.5.7 |
411 | 2024-09-07T03:18:25.624Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-09-07T03:18:25.776Z | Checking mio v1.0.2 |
413 | 2024-09-07T03:18:25.844Z | Compiling slab v0.4.9 |
414 | 2024-09-07T03:18:25.869Z | Checking futures-sink v0.3.30 |
415 | 2024-09-07T03:18:25.961Z | Checking spin v0.9.8 |
416 | 2024-09-07T03:18:26.034Z | Checking untrusted v0.9.0 |
417 | 2024-09-07T03:18:26.061Z | Checking equivalent v1.0.1 |
418 | 2024-09-07T03:18:26.162Z | Checking fnv v1.0.7 |
419 | 2024-09-07T03:18:26.184Z | Checking parking_lot v0.12.3 |
420 | 2024-09-07T03:18:26.204Z | Checking futures-channel v0.3.30 |
421 | 2024-09-07T03:18:26.314Z | Checking futures-io v0.3.30 |
422 | 2024-09-07T03:18:26.439Z | Compiling semver v1.0.23 |
423 | 2024-09-07T03:18:26.519Z | Compiling vcpkg v0.2.15 |
424 | 2024-09-07T03:18:26.575Z | Checking pin-utils v0.1.0 |
425 | 2024-09-07T03:18:26.626Z | Compiling heck v0.5.0 |
426 | 2024-09-07T03:18:26.637Z | Compiling pkg-config v0.3.30 |
427 | 2024-09-07T03:18:26.645Z | Checking futures-task v0.3.30 |
428 | 2024-09-07T03:18:27.018Z | Checking iana-time-zone v0.1.60 |
429 | 2024-09-07T03:18:27.040Z | Compiling ucd-trie v0.1.6 |
430 | 2024-09-07T03:18:27.060Z | Checking http v0.2.12 |
431 | 2024-09-07T03:18:27.553Z | Compiling httparse v1.9.4 |
432 | 2024-09-07T03:18:27.668Z | Compiling ring v0.17.8 |
433 | 2024-09-07T03:18:27.917Z | Checking dyn-clone v1.0.17 |
434 | 2024-09-07T03:18:28.197Z | Compiling openssl-sys v0.9.103 |
435 | 2024-09-07T03:18:28.316Z | Checking tracing-core v0.1.32 |
436 | 2024-09-07T03:18:28.560Z | Compiling uuid v1.10.0 |
437 | 2024-09-07T03:18:28.899Z | Compiling chrono v0.4.38 |
438 | 2024-09-07T03:18:28.970Z | Checking tracing v0.1.40 |
439 | 2024-09-07T03:18:29.079Z | Compiling slog v2.7.0 |
440 | 2024-09-07T03:18:29.176Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-09-07T03:18:29.241Z | Compiling openssl v0.10.66 |
442 | 2024-09-07T03:18:29.249Z | Checking try-lock v0.2.5 |
443 | 2024-09-07T03:18:29.361Z | Checking want v0.3.1 |
444 | 2024-09-07T03:18:29.429Z | Checking foreign-types v0.3.2 |
445 | 2024-09-07T03:18:29.495Z | Checking http-body v0.4.6 |
446 | 2024-09-07T03:18:29.547Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-07T03:18:29.624Z | Compiling regex-syntax v0.8.4 |
448 | 2024-09-07T03:18:29.847Z | Checking tower-service v0.3.3 |
449 | 2024-09-07T03:18:29.927Z | Compiling typenum v1.17.0 |
450 | 2024-09-07T03:18:30.789Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-09-07T03:18:30.815Z | Checking bitflags v2.6.0 |
452 | 2024-09-07T03:18:30.850Z | Compiling rustls v0.21.12 |
453 | 2024-09-07T03:18:31.049Z | Compiling native-tls v0.2.12 |
454 | 2024-09-07T03:18:31.139Z | Checking percent-encoding v2.3.1 |
455 | 2024-09-07T03:18:31.287Z | Checking httpdate v1.0.3 |
456 | 2024-09-07T03:18:31.369Z | Checking form_urlencoded v1.2.1 |
457 | 2024-09-07T03:18:31.475Z | Checking tinyvec v1.8.0 |
458 | 2024-09-07T03:18:32.023Z | Compiling generic-array v0.14.7 |
459 | 2024-09-07T03:18:32.294Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-09-07T03:18:32.635Z | Compiling regex-automata v0.4.7 |
461 | 2024-09-07T03:18:33.414Z | Checking openssl-probe v0.1.5 |
462 | 2024-09-07T03:18:33.621Z | Checking unicode-normalization v0.1.23 |
463 | 2024-09-07T03:18:34.510Z | Compiling usdt-impl v0.5.0 |
464 | 2024-09-07T03:18:34.883Z | Checking encoding_rs v0.8.34 |
465 | 2024-09-07T03:18:34.919Z | Checking powerfmt v0.2.0 |
466 | 2024-09-07T03:18:34.930Z | Compiling time-core v0.1.2 |
467 | 2024-09-07T03:18:35.093Z | Checking mime v0.3.17 |
468 | 2024-09-07T03:18:35.141Z | Compiling num-conv v0.1.0 |
469 | 2024-09-07T03:18:35.174Z | Checking unicode-bidi v0.3.15 |
470 | 2024-09-07T03:18:35.412Z | Compiling time-macros v0.2.18 |
471 | 2024-09-07T03:18:35.820Z | Checking idna v0.5.0 |
472 | 2024-09-07T03:18:36.611Z | Compiling regex v1.10.6 |
473 | 2024-09-07T03:18:37.097Z | Checking deranged v0.3.11 |
474 | 2024-09-07T03:18:37.343Z | Compiling serde_derive v1.0.210 |
475 | 2024-09-07T03:18:37.354Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-09-07T03:18:37.488Z | Compiling thiserror-impl v1.0.63 |
477 | 2024-09-07T03:18:38.534Z | Compiling schemars_derive v0.8.21 |
478 | 2024-09-07T03:18:38.648Z | Compiling tokio-macros v2.4.0 |
479 | 2024-09-07T03:18:38.808Z | Compiling futures-macro v0.3.30 |
480 | 2024-09-07T03:18:39.332Z | Checking zerocopy v0.7.35 |
481 | 2024-09-07T03:18:40.127Z | Checking tokio v1.40.0 |
482 | 2024-09-07T03:18:40.186Z | Compiling pest v2.7.12 |
483 | 2024-09-07T03:18:41.007Z | Checking futures-util v0.3.30 |
484 | 2024-09-07T03:18:41.135Z | Checking hashbrown v0.14.5 |
485 | 2024-09-07T03:18:41.530Z | Compiling openssl-macros v0.1.1 |
486 | 2024-09-07T03:18:42.294Z | Compiling scroll_derive v0.12.0 |
487 | 2024-09-07T03:18:43.106Z | Compiling pest_meta v2.7.12 |
488 | 2024-09-07T03:18:43.183Z | Compiling regress v0.10.1 |
489 | 2024-09-07T03:18:43.755Z | Checking scroll v0.12.0 |
490 | 2024-09-07T03:18:44.277Z | Compiling pest_generator v2.7.12 |
491 | 2024-09-07T03:18:46.674Z | Checking rustls-webpki v0.101.7 |
492 | 2024-09-07T03:18:46.714Z | Checking sct v0.7.1 |
493 | 2024-09-07T03:18:47.271Z | Compiling pest_derive v2.7.12 |
494 | 2024-09-07T03:18:47.618Z | Checking tokio-util v0.7.12 |
495 | 2024-09-07T03:18:48.035Z | Compiling thread-id v4.2.2 |
496 | 2024-09-07T03:18:48.092Z | Compiling dtrace-parser v0.2.0 |
497 | 2024-09-07T03:18:48.162Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-09-07T03:18:48.392Z | Compiling ident_case v1.0.1 |
499 | 2024-09-07T03:18:48.553Z | Checking base64 v0.21.7 |
500 | 2024-09-07T03:18:48.901Z | Checking num_threads v0.1.7 |
501 | 2024-09-07T03:18:48.992Z | Compiling strsim v0.11.1 |
502 | 2024-09-07T03:18:49.003Z | Checking plain v0.2.3 |
503 | 2024-09-07T03:18:49.126Z | Compiling crossbeam-utils v0.8.20 |
504 | 2024-09-07T03:18:49.457Z | Checking rustls-pki-types v1.8.0 |
505 | 2024-09-07T03:18:49.709Z | Checking time v0.3.36 |
506 | 2024-09-07T03:18:49.866Z | Checking indexmap v2.5.0 |
507 | 2024-09-07T03:18:50.788Z | Checking tokio-rustls v0.24.1 |
508 | 2024-09-07T03:18:51.104Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-09-07T03:18:51.107Z | Checking h2 v0.3.26 |
510 | 2024-09-07T03:18:51.253Z | Checking openapiv3 v2.0.0 |
511 | 2024-09-07T03:18:51.287Z | Compiling darling_core v0.20.10 |
512 | 2024-09-07T03:18:51.514Z | Checking goblin v0.8.2 |
513 | 2024-09-07T03:18:51.695Z | Compiling serde_tokenstream v0.2.2 |
514 | 2024-09-07T03:18:52.546Z | Checking rustls-pemfile v1.0.4 |
515 | 2024-09-07T03:18:53.629Z | Compiling dof v0.3.0 |
516 | 2024-09-07T03:18:54.509Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
517 | 2024-09-07T03:18:55.350Z | Checking hyper v0.14.30 |
518 | 2024-09-07T03:18:56.863Z | Checking url v2.5.2 |
519 | 2024-09-07T03:18:56.955Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-09-07T03:18:57.116Z | Compiling rustversion v1.0.17 |
521 | 2024-09-07T03:18:57.429Z | Checking pretty-hex v0.4.1 |
522 | 2024-09-07T03:18:57.446Z | Checking webpki-roots v0.25.4 |
523 | 2024-09-07T03:18:57.578Z | Compiling omicron-workspace-hack v0.1.0 |
524 | 2024-09-07T03:18:57.587Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-09-07T03:18:57.654Z | Checking sync_wrapper v0.1.2 |
526 | 2024-09-07T03:18:57.671Z | Compiling rustls v0.22.4 |
527 | 2024-09-07T03:18:57.751Z | Compiling paste v1.0.15 |
528 | 2024-09-07T03:18:57.772Z | Checking ipnet v2.9.0 |
529 | 2024-09-07T03:18:58.303Z | Compiling darling_macro v0.20.10 |
530 | 2024-09-07T03:18:58.351Z | Checking dirs-next v2.0.0 |
531 | 2024-09-07T03:18:58.457Z | Checking rustls-webpki v0.102.7 |
532 | 2024-09-07T03:18:58.552Z | Checking toml_datetime v0.6.8 |
533 | 2024-09-07T03:18:58.825Z | Checking serde_spanned v0.6.7 |
534 | 2024-09-07T03:18:58.989Z | Compiling serde_yaml v0.9.34+deprecated |
535 | 2024-09-07T03:18:59.001Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-09-07T03:18:59.092Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-09-07T03:18:59.189Z | Checking crypto-common v0.1.6 |
538 | 2024-09-07T03:18:59.293Z | Checking block-buffer v0.10.4 |
539 | 2024-09-07T03:18:59.331Z | Checking rand_core v0.6.4 |
540 | 2024-09-07T03:18:59.466Z | Checking thread_local v1.1.8 |
541 | 2024-09-07T03:18:59.507Z | Compiling multer v3.1.0 |
542 | 2024-09-07T03:18:59.604Z | Checking zeroize v1.8.1 |
543 | 2024-09-07T03:18:59.729Z | Compiling anyhow v1.0.87 |
544 | 2024-09-07T03:18:59.749Z | Checking subtle v2.6.1 |
545 | 2024-09-07T03:18:59.818Z | Compiling camino v1.1.9 |
546 | 2024-09-07T03:18:59.846Z | Compiling slog-async v2.8.0 |
547 | 2024-09-07T03:18:59.926Z | Checking hyper-tls v0.5.0 |
548 | 2024-09-07T03:18:59.955Z | Checking hyper-rustls v0.24.2 |
549 | 2024-09-07T03:19:00.192Z | Checking match_cfg v0.1.0 |
550 | 2024-09-07T03:19:00.223Z | Checking reqwest v0.11.27 |
551 | 2024-09-07T03:19:00.260Z | Checking winnow v0.6.18 |
552 | 2024-09-07T03:19:00.383Z | Checking hostname v0.3.1 |
553 | 2024-09-07T03:19:00.500Z | Checking rand_chacha v0.3.1 |
554 | 2024-09-07T03:19:00.858Z | Checking digest v0.10.7 |
555 | 2024-09-07T03:19:01.075Z | Compiling darling v0.20.10 |
556 | 2024-09-07T03:19:01.174Z | Checking crossbeam-channel v0.5.13 |
557 | 2024-09-07T03:19:01.181Z | Checking term v0.7.0 |
558 | 2024-09-07T03:19:01.564Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
559 | 2024-09-07T03:19:01.797Z | Compiling structmeta v0.3.0 |
560 | 2024-09-07T03:19:01.909Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2024-09-07T03:19:02.181Z | Compiling usdt-macro v0.5.0 |
562 | 2024-09-07T03:19:02.728Z | Checking slog-json v2.6.1 |
563 | 2024-09-07T03:19:02.731Z | Checking futures-executor v0.3.30 |
564 | 2024-09-07T03:19:02.929Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-09-07T03:19:02.959Z | Checking http v1.1.0 |
566 | 2024-09-07T03:19:03.104Z | Checking memmap v0.7.0 |
567 | 2024-09-07T03:19:03.292Z | Checking is-terminal v0.4.13 |
568 | 2024-09-07T03:19:03.341Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
569 | 2024-09-07T03:19:03.354Z | Checking toml_edit v0.22.20 |
570 | 2024-09-07T03:19:03.399Z | Checking take_mut v0.2.2 |
571 | 2024-09-07T03:19:03.449Z | Checking atomic-waker v1.1.2 |
572 | 2024-09-07T03:19:03.515Z | Checking base64 v0.22.1 |
573 | 2024-09-07T03:19:03.556Z | Checking cpufeatures v0.2.14 |
574 | 2024-09-07T03:19:03.629Z | Checking sha1 v0.10.6 |
575 | 2024-09-07T03:19:03.718Z | Checking waitgroup v0.1.2 |
576 | 2024-09-07T03:19:03.867Z | Checking usdt v0.5.0 |
577 | 2024-09-07T03:19:03.977Z | Checking rustls-pemfile v2.1.3 |
578 | 2024-09-07T03:19:04.082Z | Checking slog-term v2.9.1 |
579 | 2024-09-07T03:19:04.089Z | Checking tokio-rustls v0.25.0 |
580 | 2024-09-07T03:19:04.107Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-07T03:19:04.190Z | Checking async-stream v0.3.5 |
582 | 2024-09-07T03:19:04.198Z | Checking slog-bunyan v2.5.0 |
583 | 2024-09-07T03:19:04.335Z | Checking futures v0.3.30 |
584 | 2024-09-07T03:19:04.367Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-09-07T03:19:04.407Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-09-07T03:19:04.426Z | Checking rand v0.8.5 |
587 | 2024-09-07T03:19:05.020Z | Checking ipnetwork v0.20.0 |
588 | 2024-09-07T03:19:05.267Z | Checking newtype-uuid v1.1.0 |
589 | 2024-09-07T03:19:05.349Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
590 | 2024-09-07T03:19:05.497Z | Checking hex v0.4.3 |
591 | 2024-09-07T03:19:05.680Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-09-07T03:19:06.011Z | Checking toml v0.8.19 |
593 | 2024-09-07T03:19:06.024Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-07T03:19:06.326Z | Compiling async-trait v0.1.82 |
595 | 2024-09-07T03:19:06.752Z | Checking hostname v0.4.0 |
596 | 2024-09-07T03:19:06.854Z | Checking instant v0.1.13 |
597 | 2024-09-07T03:19:06.872Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-07T03:19:06.950Z | Checking backoff v0.4.0 |
599 | 2024-09-07T03:19:06.996Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-09-07T03:19:07.090Z | Checking serde_with v3.9.0 |
601 | 2024-09-07T03:19:07.120Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
602 | 2024-09-07T03:19:07.208Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-09-07T03:19:07.253Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
604 | 2024-09-07T03:19:07.431Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-07T03:19:07.658Z | Checking macaddr v1.0.1 |
606 | 2024-09-07T03:19:07.979Z | Checking regress v0.9.1 |
607 | 2024-09-07T03:19:08.287Z | Checking parse-display v0.10.0 |
608 | 2024-09-07T03:19:08.697Z | Checking strum v0.26.3 |
609 | 2024-09-07T03:19:09.096Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
610 | 2024-09-07T03:19:11.100Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
611 | 2024-09-07T03:19:11.162Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
612 | 2024-09-07T03:19:13.783Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
613 | 2024-09-07T03:19:19.389Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
614 | 2024-09-07T03:19:19.495Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-07T03:19:22.434Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-07T03:19:29.953Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-07T03:19:30.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
618 | 2024-09-07T03:19:30.119Z | + cargo build --release |
619 | 2024-09-07T03:19:30.402Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-07T03:19:30.402Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-07T03:19:30.402Z | Compiling libc v0.2.158 |
622 | 2024-09-07T03:19:30.402Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-07T03:19:30.414Z | Compiling version_check v0.9.5 |
624 | 2024-09-07T03:19:30.414Z | Compiling autocfg v1.3.0 |
625 | 2024-09-07T03:19:30.414Z | Compiling serde v1.0.210 |
626 | 2024-09-07T03:19:30.414Z | Compiling memchr v2.7.4 |
627 | 2024-09-07T03:19:30.461Z | Compiling serde_json v1.0.128 |
628 | 2024-09-07T03:19:30.549Z | Compiling itoa v1.0.11 |
629 | 2024-09-07T03:19:31.283Z | Compiling thiserror v1.0.63 |
630 | 2024-09-07T03:19:31.298Z | Compiling byteorder v1.5.0 |
631 | 2024-09-07T03:19:31.299Z | Compiling ahash v0.8.11 |
632 | 2024-09-07T03:19:31.299Z | Compiling once_cell v1.19.0 |
633 | 2024-09-07T03:19:31.376Z | Compiling shlex v1.3.0 |
634 | 2024-09-07T03:19:31.613Z | Compiling cc v1.1.17 |
635 | 2024-09-07T03:19:31.735Z | Compiling num-traits v0.2.19 |
636 | 2024-09-07T03:19:31.815Z | Compiling getrandom v0.2.15 |
637 | 2024-09-07T03:19:32.002Z | Compiling quote v1.0.37 |
638 | 2024-09-07T03:19:32.132Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-07T03:19:32.137Z | Compiling ryu v1.0.18 |
640 | 2024-09-07T03:19:32.230Z | Compiling bytes v1.7.1 |
641 | 2024-09-07T03:19:32.245Z | Compiling log v0.4.22 |
642 | 2024-09-07T03:19:32.518Z | Compiling syn v2.0.77 |
643 | 2024-09-07T03:19:32.571Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-09-07T03:19:32.633Z | Compiling schemars v0.8.21 |
645 | 2024-09-07T03:19:32.709Z | Compiling lock_api v0.4.12 |
646 | 2024-09-07T03:19:32.975Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-07T03:19:33.014Z | Compiling futures-core v0.3.30 |
648 | 2024-09-07T03:19:33.171Z | Compiling scopeguard v1.2.0 |
649 | 2024-09-07T03:19:33.218Z | Compiling smallvec v1.13.2 |
650 | 2024-09-07T03:19:33.246Z | Compiling mio v1.0.2 |
651 | 2024-09-07T03:19:33.420Z | Compiling socket2 v0.5.7 |
652 | 2024-09-07T03:19:33.461Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-09-07T03:19:33.859Z | Compiling slab v0.4.9 |
654 | 2024-09-07T03:19:34.099Z | Compiling parking_lot v0.12.3 |
655 | 2024-09-07T03:19:34.230Z | Compiling futures-sink v0.3.30 |
656 | 2024-09-07T03:19:34.497Z | Compiling spin v0.9.8 |
657 | 2024-09-07T03:19:34.653Z | Compiling ring v0.17.8 |
658 | 2024-09-07T03:19:34.707Z | Compiling equivalent v1.0.1 |
659 | 2024-09-07T03:19:34.732Z | Compiling untrusted v0.9.0 |
660 | 2024-09-07T03:19:34.912Z | Compiling semver v1.0.23 |
661 | 2024-09-07T03:19:34.930Z | Compiling fnv v1.0.7 |
662 | 2024-09-07T03:19:35.049Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-07T03:19:36.310Z | Compiling futures-task v0.3.30 |
664 | 2024-09-07T03:19:36.343Z | Compiling futures-io v0.3.30 |
665 | 2024-09-07T03:19:36.343Z | Compiling heck v0.5.0 |
666 | 2024-09-07T03:19:36.343Z | Compiling vcpkg v0.2.15 |
667 | 2024-09-07T03:19:36.343Z | Compiling pkg-config v0.3.30 |
668 | 2024-09-07T03:19:36.343Z | Compiling pin-utils v0.1.0 |
669 | 2024-09-07T03:19:36.343Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-09-07T03:19:36.343Z | Compiling ucd-trie v0.1.6 |
671 | 2024-09-07T03:19:36.450Z | Compiling http v0.2.12 |
672 | 2024-09-07T03:19:36.702Z | Compiling httparse v1.9.4 |
673 | 2024-09-07T03:19:36.959Z | Compiling dyn-clone v1.0.17 |
674 | 2024-09-07T03:19:37.179Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-07T03:19:37.516Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-07T03:19:37.913Z | Compiling uuid v1.10.0 |
677 | 2024-09-07T03:19:38.062Z | Compiling chrono v0.4.38 |
678 | 2024-09-07T03:19:38.499Z | Compiling tracing v0.1.40 |
679 | 2024-09-07T03:19:39.920Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-07T03:19:40.080Z | Compiling slog v2.7.0 |
681 | 2024-09-07T03:19:40.294Z | Compiling try-lock v0.2.5 |
682 | 2024-09-07T03:19:40.588Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-09-07T03:19:40.685Z | Compiling openssl v0.10.66 |
684 | 2024-09-07T03:19:40.688Z | Compiling foreign-types v0.3.2 |
685 | 2024-09-07T03:19:40.785Z | Compiling want v0.3.1 |
686 | 2024-09-07T03:19:41.142Z | Compiling http-body v0.4.6 |
687 | 2024-09-07T03:19:41.397Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-07T03:19:41.624Z | Compiling typenum v1.17.0 |
689 | 2024-09-07T03:19:42.176Z | Compiling percent-encoding v2.3.1 |
690 | 2024-09-07T03:19:42.384Z | Compiling regex-syntax v0.8.4 |
691 | 2024-09-07T03:19:42.522Z | Compiling httpdate v1.0.3 |
692 | 2024-09-07T03:19:42.627Z | Compiling bitflags v2.6.0 |
693 | 2024-09-07T03:19:42.661Z | Compiling native-tls v0.2.12 |
694 | 2024-09-07T03:19:42.986Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-09-07T03:19:43.038Z | Compiling tower-service v0.3.3 |
696 | 2024-09-07T03:19:43.072Z | Compiling rustls v0.21.12 |
697 | 2024-09-07T03:19:43.153Z | Compiling tinyvec v1.8.0 |
698 | 2024-09-07T03:19:43.332Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-09-07T03:19:43.919Z | Compiling generic-array v0.14.7 |
700 | 2024-09-07T03:19:44.384Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-07T03:19:44.829Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-09-07T03:19:45.282Z | Compiling serde_derive v1.0.210 |
703 | 2024-09-07T03:19:45.301Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-09-07T03:19:45.857Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-09-07T03:19:46.151Z | Compiling schemars_derive v0.8.21 |
706 | 2024-09-07T03:19:46.219Z | Compiling tokio-macros v2.4.0 |
707 | 2024-09-07T03:19:47.405Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-07T03:19:48.167Z | Compiling tokio v1.40.0 |
709 | 2024-09-07T03:19:48.838Z | Compiling futures-macro v0.3.30 |
710 | 2024-09-07T03:19:49.220Z | Compiling pest v2.7.12 |
711 | 2024-09-07T03:19:49.597Z | Compiling hashbrown v0.14.5 |
712 | 2024-09-07T03:19:50.843Z | Compiling futures-util v0.3.30 |
713 | 2024-09-07T03:19:51.337Z | Compiling regress v0.10.1 |
714 | 2024-09-07T03:19:51.406Z | Compiling openssl-macros v0.1.1 |
715 | 2024-09-07T03:19:52.124Z | Compiling pest_meta v2.7.12 |
716 | 2024-09-07T03:19:56.140Z | Compiling pest_generator v2.7.12 |
717 | 2024-09-07T03:19:56.300Z | Compiling sct v0.7.1 |
718 | 2024-09-07T03:19:56.761Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-09-07T03:19:57.943Z | Compiling tokio-util v0.7.12 |
720 | 2024-09-07T03:19:58.072Z | Compiling pest_derive v2.7.12 |
721 | 2024-09-07T03:19:58.973Z | Compiling regex-automata v0.4.7 |
722 | 2024-09-07T03:20:00.217Z | Compiling indexmap v2.5.0 |
723 | 2024-09-07T03:20:00.866Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-09-07T03:20:03.790Z | Compiling h2 v0.3.26 |
725 | 2024-09-07T03:20:06.371Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
726 | 2024-09-07T03:20:06.987Z | Compiling regex v1.10.6 |
727 | 2024-09-07T03:20:09.696Z | Compiling hyper v0.14.30 |
728 | 2024-09-07T03:20:11.020Z | Compiling scroll_derive v0.12.0 |
729 | 2024-09-07T03:20:18.529Z | Compiling usdt-impl v0.5.0 |
730 | 2024-09-07T03:20:18.650Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
731 | 2024-09-07T03:20:18.925Z | Compiling encoding_rs v0.8.34 |
732 | 2024-09-07T03:20:19.595Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-09-07T03:20:22.624Z | Compiling time-core v0.1.2 |
734 | 2024-09-07T03:20:22.706Z | Compiling num-conv v0.1.0 |
735 | 2024-09-07T03:20:22.776Z | Compiling mime v0.3.17 |
736 | 2024-09-07T03:20:22.974Z | Compiling powerfmt v0.2.0 |
737 | 2024-09-07T03:20:23.850Z | Compiling deranged v0.3.11 |
738 | 2024-09-07T03:20:26.250Z | Compiling time-macros v0.2.18 |
739 | 2024-09-07T03:20:27.221Z | Compiling idna v0.5.0 |
740 | 2024-09-07T03:20:29.095Z | Compiling scroll v0.12.0 |
741 | 2024-09-07T03:20:29.290Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-09-07T03:20:29.569Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-09-07T03:20:29.713Z | Compiling dof v0.3.0 |
744 | 2024-09-07T03:20:29.745Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-09-07T03:20:29.836Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-09-07T03:20:30.820Z | Compiling thread-id v4.2.2 |
747 | 2024-09-07T03:20:31.095Z | Compiling strsim v0.11.1 |
748 | 2024-09-07T03:20:31.817Z | Compiling num_threads v0.1.7 |
749 | 2024-09-07T03:20:32.054Z | Compiling plain v0.2.3 |
750 | 2024-09-07T03:20:32.207Z | Compiling rustls-pki-types v1.8.0 |
751 | 2024-09-07T03:20:32.823Z | Compiling base64 v0.21.7 |
752 | 2024-09-07T03:20:33.373Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-09-07T03:20:33.698Z | Compiling ident_case v1.0.1 |
754 | 2024-09-07T03:20:33.867Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-09-07T03:20:33.965Z | Compiling darling_core v0.20.10 |
756 | 2024-09-07T03:20:34.860Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-09-07T03:20:37.310Z | Compiling goblin v0.8.2 |
758 | 2024-09-07T03:20:37.533Z | Compiling time v0.3.36 |
759 | 2024-09-07T03:20:40.299Z | Compiling hyper-tls v0.5.0 |
760 | 2024-09-07T03:20:40.656Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-09-07T03:20:40.803Z | Compiling url v2.5.2 |
762 | 2024-09-07T03:20:42.011Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
763 | 2024-09-07T03:20:42.131Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-07T03:20:46.517Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-07T03:20:46.618Z | Compiling pretty-hex v0.4.1 |
766 | 2024-09-07T03:20:46.836Z | Compiling sync_wrapper v0.1.2 |
767 | 2024-09-07T03:20:46.963Z | Compiling rustversion v1.0.17 |
768 | 2024-09-07T03:20:46.995Z | Compiling ipnet v2.9.0 |
769 | 2024-09-07T03:20:47.632Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-09-07T03:20:47.662Z | Compiling paste v1.0.15 |
771 | 2024-09-07T03:20:48.181Z | Compiling webpki-roots v0.25.4 |
772 | 2024-09-07T03:20:48.341Z | Compiling rustls v0.22.4 |
773 | 2024-09-07T03:20:48.649Z | Compiling reqwest v0.11.27 |
774 | 2024-09-07T03:20:49.476Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-09-07T03:20:49.675Z | Compiling dirs-next v2.0.0 |
776 | 2024-09-07T03:20:49.930Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
777 | 2024-09-07T03:20:53.324Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-07T03:20:54.390Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-07T03:20:55.215Z | Compiling crypto-common v0.1.6 |
780 | 2024-09-07T03:20:55.420Z | Compiling block-buffer v0.10.4 |
781 | 2024-09-07T03:20:55.653Z | Compiling toml_datetime v0.6.8 |
782 | 2024-09-07T03:20:56.087Z | Compiling serde_spanned v0.6.7 |
783 | 2024-09-07T03:20:56.327Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-07T03:20:56.338Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-07T03:20:56.766Z | Compiling rand_core v0.6.4 |
786 | 2024-09-07T03:20:57.243Z | Compiling thread_local v1.1.8 |
787 | 2024-09-07T03:20:57.340Z | Compiling multer v3.1.0 |
788 | 2024-09-07T03:20:57.708Z | Compiling match_cfg v0.1.0 |
789 | 2024-09-07T03:20:57.793Z | Compiling winnow v0.6.18 |
790 | 2024-09-07T03:20:57.971Z | Compiling camino v1.1.9 |
791 | 2024-09-07T03:20:58.183Z | Compiling slog-async v2.8.0 |
792 | 2024-09-07T03:20:58.586Z | Compiling zeroize v1.8.1 |
793 | 2024-09-07T03:20:58.683Z | Compiling subtle v2.6.1 |
794 | 2024-09-07T03:20:58.924Z | Compiling anyhow v1.0.87 |
795 | 2024-09-07T03:20:59.058Z | Compiling hostname v0.3.1 |
796 | 2024-09-07T03:20:59.138Z | Compiling structmeta v0.3.0 |
797 | 2024-09-07T03:20:59.504Z | Compiling rand_chacha v0.3.1 |
798 | 2024-09-07T03:20:59.677Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
799 | 2024-09-07T03:21:01.266Z | Compiling digest v0.10.7 |
800 | 2024-09-07T03:21:01.677Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-09-07T03:21:01.740Z | Compiling toml_edit v0.22.20 |
802 | 2024-09-07T03:21:02.274Z | Compiling darling v0.20.10 |
803 | 2024-09-07T03:21:03.350Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
804 | 2024-09-07T03:21:05.092Z | Compiling term v0.7.0 |
805 | 2024-09-07T03:21:11.097Z | Compiling usdt-macro v0.5.0 |
806 | 2024-09-07T03:21:11.962Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-09-07T03:21:12.453Z | Compiling slog-json v2.6.1 |
808 | 2024-09-07T03:21:12.931Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-07T03:21:13.471Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-07T03:21:14.029Z | Compiling http v1.1.0 |
811 | 2024-09-07T03:21:14.844Z | Compiling memmap v0.7.0 |
812 | 2024-09-07T03:21:15.272Z | Compiling is-terminal v0.4.13 |
813 | 2024-09-07T03:21:15.279Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
814 | 2024-09-07T03:21:15.386Z | Compiling take_mut v0.2.2 |
815 | 2024-09-07T03:21:15.540Z | Compiling atomic-waker v1.1.2 |
816 | 2024-09-07T03:21:15.669Z | Compiling base64 v0.22.1 |
817 | 2024-09-07T03:21:15.712Z | Compiling cpufeatures v0.2.14 |
818 | 2024-09-07T03:21:16.772Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-09-07T03:21:17.541Z | Compiling sha1 v0.10.6 |
820 | 2024-09-07T03:21:18.347Z | Compiling waitgroup v0.1.2 |
821 | 2024-09-07T03:21:18.653Z | Compiling slog-term v2.9.1 |
822 | 2024-09-07T03:21:18.859Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
823 | 2024-09-07T03:21:19.054Z | Compiling usdt v0.5.0 |
824 | 2024-09-07T03:21:20.644Z | Compiling async-stream v0.3.5 |
825 | 2024-09-07T03:21:20.982Z | Compiling futures v0.3.30 |
826 | 2024-09-07T03:21:21.182Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-07T03:21:21.458Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-07T03:21:21.568Z | Compiling toml v0.8.19 |
829 | 2024-09-07T03:21:22.231Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-07T03:21:22.664Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-07T03:21:25.318Z | Compiling rand v0.8.5 |
832 | 2024-09-07T03:21:26.096Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-09-07T03:21:27.288Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-07T03:21:27.617Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-07T03:21:28.324Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
836 | 2024-09-07T03:21:29.262Z | Compiling hex v0.4.3 |
837 | 2024-09-07T03:21:29.944Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-09-07T03:21:30.184Z | Compiling async-trait v0.1.82 |
839 | 2024-09-07T03:21:31.012Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-09-07T03:21:31.861Z | Compiling hostname v0.4.0 |
841 | 2024-09-07T03:21:32.092Z | Compiling instant v0.1.13 |
842 | 2024-09-07T03:21:32.228Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-07T03:21:32.365Z | Compiling backoff v0.4.0 |
844 | 2024-09-07T03:21:32.487Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-07T03:21:32.562Z | Compiling parse-display v0.10.0 |
846 | 2024-09-07T03:21:32.666Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-09-07T03:21:32.675Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-07T03:21:32.817Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-07T03:21:33.327Z | Compiling strum v0.26.3 |
850 | 2024-09-07T03:21:33.362Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
851 | 2024-09-07T03:21:33.494Z | Compiling serde_with v3.9.0 |
852 | 2024-09-07T03:21:34.773Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-07T03:21:35.610Z | Compiling macaddr v1.0.1 |
854 | 2024-09-07T03:21:36.256Z | Compiling regress v0.9.1 |
855 | 2024-09-07T03:21:41.601Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-07T03:21:52.255Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-07T03:22:01.745Z | Finished `release` profile [optimized] target(s) in 2m 31s |
858 | 2024-09-07T03:22:01.806Z | process exited: duration 229642 ms, exit code 0 |
|
859 | 2024-09-07T03:22:01.811Z | found 0 output files |