|
|
|
1 | 2024-08-16T04:57:52.505Z | job assigned to worker 01J5CRQMMZY4QVG9EAATSMYZ6P (queued for 57 s) |
|
2 | 2024-08-16T04:57:59.695Z | starting task 0: "setup" |
3 | 2024-08-16T04:57:59.705Z | ++ uname -s |
4 | 2024-08-16T04:57:59.708Z | + kern=SunOS |
5 | 2024-08-16T04:57:59.708Z | + case "$kern" in |
6 | 2024-08-16T04:57:59.708Z | + groupadd -g 12345 build |
7 | 2024-08-16T04:57:59.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T04:58:01.713Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T04:58:01.833Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T04:58:01.835Z | + home_fs=zfs |
11 | 2024-08-16T04:58:01.835Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T04:58:01.835Z | + mkdir -p /home/build |
13 | 2024-08-16T04:58:01.838Z | + chown build:build /home/build /work |
14 | 2024-08-16T04:58:03.830Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T04:58:03.833Z | process exited: duration 4157 ms, exit code 0 |
|
16 | 2024-08-16T04:58:03.838Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T04:58:03.844Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T04:58:03.844Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T04:58:03.844Z | * toolchain profile = "default" |
20 | 2024-08-16T04:58:03.844Z | ' 1.80.1 |
21 | 2024-08-16T04:58:03.844Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T04:58:03.844Z | ' default |
23 | 2024-08-16T04:58:03.847Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T04:58:03.847Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T04:58:04.026Z | info: downloading installer |
26 | 2024-08-16T04:58:05.442Z | info: profile set to 'default' |
27 | 2024-08-16T04:58:05.442Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T04:58:05.445Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T04:58:05.612Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T04:58:05.612Z | info: downloading component 'cargo' |
31 | 2024-08-16T04:58:06.560Z | info: downloading component 'clippy' |
32 | 2024-08-16T04:58:06.902Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T04:58:08.224Z | info: downloading component 'rust-std' |
34 | 2024-08-16T04:58:10.075Z | info: downloading component 'rustc' |
35 | 2024-08-16T04:58:15.274Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T04:58:15.551Z | info: installing component 'cargo' |
37 | 2024-08-16T04:58:16.376Z | info: installing component 'clippy' |
38 | 2024-08-16T04:58:16.741Z | info: installing component 'rust-docs' |
39 | 2024-08-16T04:58:18.389Z | info: installing component 'rust-std' |
40 | 2024-08-16T04:58:20.050Z | info: installing component 'rustc' |
41 | 2024-08-16T04:58:24.126Z | info: installing component 'rustfmt' |
42 | 2024-08-16T04:58:24.463Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T04:58:24.463Z | |
44 | 2024-08-16T04:58:24.716Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T04:58:24.716Z | |
46 | 2024-08-16T04:58:24.716Z | |
47 | 2024-08-16T04:58:24.716Z | Rust is installed now. Great! |
48 | 2024-08-16T04:58:24.716Z | |
49 | 2024-08-16T04:58:24.716Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T04:58:24.716Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T04:58:24.716Z | |
52 | 2024-08-16T04:58:24.716Z | To configure your current shell, you need to source |
53 | 2024-08-16T04:58:24.716Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T04:58:24.716Z | |
55 | 2024-08-16T04:58:24.716Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T04:58:24.716Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T04:58:24.716Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T04:58:24.767Z | + rustc --version |
59 | 2024-08-16T04:58:24.826Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T04:58:24.829Z | process exited: duration 21093 ms, exit code 0 |
|
61 | 2024-08-16T04:58:24.835Z | starting task 2: "authentication" |
62 | 2024-08-16T04:58:24.855Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T04:58:24.861Z | starting task 3: "clone repository" |
64 | 2024-08-16T04:58:24.866Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T04:58:24.868Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T04:58:24.907Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T04:58:30.781Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T04:58:30.781Z | + git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded |
69 | 2024-08-16T04:58:31.090Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T04:58:31.090Z | * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD |
71 | 2024-08-16T04:58:31.101Z | + [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
72 | 2024-08-16T04:58:31.103Z | ++ git branch --show-current |
73 | 2024-08-16T04:58:31.106Z | + current=main |
74 | 2024-08-16T04:58:31.106Z | + [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
75 | 2024-08-16T04:58:31.106Z | + git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded |
76 | 2024-08-16T04:58:31.109Z | + git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 |
77 | 2024-08-16T04:58:31.255Z | Switched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249' |
78 | 2024-08-16T04:58:31.258Z | + git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded |
79 | 2024-08-16T04:58:31.400Z | HEAD is now at b927580f5 [spr] initial version |
80 | 2024-08-16T04:58:31.402Z | process exited: duration 6572 ms, exit code 0 |
|
81 | 2024-08-16T04:58:31.408Z | starting task 4: "build" |
82 | 2024-08-16T04:58:31.413Z | + cargo --version |
83 | 2024-08-16T04:58:31.469Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T04:58:31.471Z | + rustc --version |
85 | 2024-08-16T04:58:31.528Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T04:58:31.531Z | + cd /tmp |
87 | 2024-08-16T04:58:31.534Z | + cargo new --lib test-project |
88 | 2024-08-16T04:58:31.585Z | Creating library `test-project` package |
89 | 2024-08-16T04:58:31.659Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-16T04:58:31.661Z | + cd test-project |
91 | 2024-08-16T04:58:31.661Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-16T04:58:31.716Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-16T04:58:31.719Z | Features: |
94 | 2024-08-16T04:58:31.719Z | - proptest |
95 | 2024-08-16T04:58:31.719Z | - test-strategy |
96 | 2024-08-16T04:58:31.719Z | - testing |
97 | 2024-08-16T04:58:31.719Z | Updating crates.io index |
98 | 2024-08-16T04:58:31.777Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-16T04:58:32.575Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-16T04:58:33.270Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-16T04:58:33.648Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-16T04:58:35.297Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-16T04:58:35.551Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-16T04:58:35.845Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-16T04:58:39.553Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-16T04:58:39.556Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-16T04:58:39.559Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-16T04:58:39.559Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-16T04:58:39.559Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-16T04:58:39.559Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-16T04:58:39.559Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-16T04:58:39.559Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-16T04:58:39.562Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-16T04:58:39.562Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-16T04:58:39.562Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-16T04:58:39.562Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-16T04:58:39.562Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-16T04:58:39.562Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-16T04:58:39.562Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-16T04:58:39.562Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-16T04:58:39.562Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-16T04:58:39.562Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-16T04:58:39.562Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-16T04:58:39.564Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-16T04:58:39.564Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
126 | 2024-08-16T04:58:39.564Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-16T04:58:39.567Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-16T04:58:39.567Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-16T04:58:39.571Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-16T04:58:39.571Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-16T04:58:39.574Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-16T04:58:39.574Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-16T04:58:39.576Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-16T04:58:39.576Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-16T04:58:39.576Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-16T04:58:39.576Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-16T04:58:39.580Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-16T04:58:39.580Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-16T04:58:39.580Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-16T04:58:39.582Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-16T04:58:39.582Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-16T04:58:39.582Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-16T04:58:39.582Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-16T04:58:39.582Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-16T04:58:39.582Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-16T04:58:39.582Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-16T04:58:39.583Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-16T04:58:39.583Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-16T04:58:39.583Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-16T04:58:39.583Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-16T04:58:39.583Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-16T04:58:39.583Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-16T04:58:39.583Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-16T04:58:39.654Z | + cargo check |
155 | 2024-08-16T04:58:39.886Z | Downloading crates ... |
156 | 2024-08-16T04:58:39.988Z | Downloaded darling_macro v0.20.10 |
157 | 2024-08-16T04:58:39.994Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-08-16T04:58:39.996Z | Downloaded equivalent v1.0.1 |
159 | 2024-08-16T04:58:39.999Z | Downloaded parking_lot v0.12.3 |
160 | 2024-08-16T04:58:40.002Z | Downloaded want v0.3.1 |
161 | 2024-08-16T04:58:40.006Z | Downloaded openssl-macros v0.1.1 |
162 | 2024-08-16T04:58:40.009Z | Downloaded pest_generator v2.7.11 |
163 | 2024-08-16T04:58:40.011Z | Downloaded version_check v0.9.5 |
164 | 2024-08-16T04:58:40.011Z | Downloaded foreign-types v0.3.2 |
165 | 2024-08-16T04:58:40.014Z | Downloaded dyn-clone v1.0.17 |
166 | 2024-08-16T04:58:40.014Z | Downloaded sync_wrapper v0.1.2 |
167 | 2024-08-16T04:58:40.016Z | Downloaded cpufeatures v0.2.13 |
168 | 2024-08-16T04:58:40.019Z | Downloaded byteorder v1.5.0 |
169 | 2024-08-16T04:58:40.019Z | Downloaded async-stream v0.3.5 |
170 | 2024-08-16T04:58:40.022Z | Downloaded pretty-hex v0.4.1 |
171 | 2024-08-16T04:58:40.024Z | Downloaded pin-project-lite v0.2.14 |
172 | 2024-08-16T04:58:40.027Z | Downloaded paste v1.0.15 |
173 | 2024-08-16T04:58:40.031Z | Downloaded num-conv v0.1.0 |
174 | 2024-08-16T04:58:40.033Z | Downloaded serde_path_to_error v0.1.16 |
175 | 2024-08-16T04:58:40.038Z | Downloaded structmeta v0.3.0 |
176 | 2024-08-16T04:58:40.038Z | Downloaded slog-async v2.8.0 |
177 | 2024-08-16T04:58:40.040Z | Downloaded instant v0.1.13 |
178 | 2024-08-16T04:58:40.041Z | Downloaded slab v0.4.9 |
179 | 2024-08-16T04:58:40.041Z | Downloaded heck v0.5.0 |
180 | 2024-08-16T04:58:40.043Z | Downloaded strum v0.26.3 |
181 | 2024-08-16T04:58:40.046Z | Downloaded slog-json v2.6.1 |
182 | 2024-08-16T04:58:40.049Z | Downloaded parking_lot_core v0.9.10 |
183 | 2024-08-16T04:58:40.052Z | Downloaded sct v0.7.1 |
184 | 2024-08-16T04:58:40.056Z | Downloaded strsim v0.11.1 |
185 | 2024-08-16T04:58:40.058Z | Downloaded term v0.7.0 |
186 | 2024-08-16T04:58:40.060Z | Downloaded strum_macros v0.26.4 |
187 | 2024-08-16T04:58:40.063Z | Downloaded dtrace-parser v0.2.0 |
188 | 2024-08-16T04:58:40.066Z | Downloaded camino v1.1.8 |
189 | 2024-08-16T04:58:40.066Z | Downloaded usdt-macro v0.5.0 |
190 | 2024-08-16T04:58:40.069Z | Downloaded macaddr v1.0.1 |
191 | 2024-08-16T04:58:40.069Z | Downloaded block-buffer v0.10.4 |
192 | 2024-08-16T04:58:40.071Z | Downloaded autocfg v1.3.0 |
193 | 2024-08-16T04:58:40.071Z | Downloaded async-trait v0.1.81 |
194 | 2024-08-16T04:58:40.074Z | Downloaded pkg-config v0.3.30 |
195 | 2024-08-16T04:58:40.077Z | Downloaded quote v1.0.36 |
196 | 2024-08-16T04:58:40.079Z | Downloaded futures-task v0.3.30 |
197 | 2024-08-16T04:58:40.082Z | Downloaded rustls-pemfile v2.1.3 |
198 | 2024-08-16T04:58:40.085Z | Downloaded unicode-ident v1.0.12 |
199 | 2024-08-16T04:58:40.088Z | Downloaded foreign-types-shared v0.1.1 |
200 | 2024-08-16T04:58:40.088Z | Downloaded ident_case v1.0.1 |
201 | 2024-08-16T04:58:40.090Z | Downloaded sha1 v0.10.6 |
202 | 2024-08-16T04:58:40.090Z | Downloaded toml_datetime v0.6.8 |
203 | 2024-08-16T04:58:40.093Z | Downloaded percent-encoding v2.3.1 |
204 | 2024-08-16T04:58:40.093Z | Downloaded powerfmt v0.2.0 |
205 | 2024-08-16T04:58:40.095Z | Downloaded zeroize v1.8.1 |
206 | 2024-08-16T04:58:40.098Z | Downloaded usdt v0.5.0 |
207 | 2024-08-16T04:58:40.098Z | Downloaded serde_derive_internals v0.29.1 |
208 | 2024-08-16T04:58:40.100Z | Downloaded scroll v0.12.0 |
209 | 2024-08-16T04:58:40.100Z | Downloaded tinyvec_macros v0.1.1 |
210 | 2024-08-16T04:58:40.103Z | Downloaded unsafe-libyaml v0.2.11 |
211 | 2024-08-16T04:58:40.105Z | Downloaded dirs-sys-next v0.1.2 |
212 | 2024-08-16T04:58:40.108Z | Downloaded parse-display v0.10.0 |
213 | 2024-08-16T04:58:40.108Z | Downloaded try-lock v0.2.5 |
214 | 2024-08-16T04:58:40.110Z | Downloaded multer v3.1.0 |
215 | 2024-08-16T04:58:40.113Z | Downloaded httparse v1.9.4 |
216 | 2024-08-16T04:58:40.115Z | Downloaded fnv v1.0.7 |
217 | 2024-08-16T04:58:40.115Z | Downloaded ryu v1.0.18 |
218 | 2024-08-16T04:58:40.119Z | Downloaded once_cell v1.19.0 |
219 | 2024-08-16T04:58:40.122Z | Downloaded time-core v0.1.2 |
220 | 2024-08-16T04:58:40.122Z | Downloaded take_mut v0.2.2 |
221 | 2024-08-16T04:58:40.125Z | Downloaded scroll_derive v0.12.0 |
222 | 2024-08-16T04:58:40.125Z | Downloaded tower-service v0.3.3 |
223 | 2024-08-16T04:58:40.125Z | Downloaded untrusted v0.9.0 |
224 | 2024-08-16T04:58:40.127Z | Downloaded memmap v0.7.0 |
225 | 2024-08-16T04:58:40.130Z | Downloaded crossbeam-utils v0.8.20 |
226 | 2024-08-16T04:58:40.132Z | Downloaded iana-time-zone v0.1.60 |
227 | 2024-08-16T04:58:40.135Z | Downloaded smallvec v1.13.2 |
228 | 2024-08-16T04:58:40.139Z | Downloaded serde_yaml v0.9.34+deprecated |
229 | 2024-08-16T04:58:40.141Z | Downloaded lock_api v0.4.12 |
230 | 2024-08-16T04:58:40.141Z | Downloaded thiserror v1.0.63 |
231 | 2024-08-16T04:58:40.147Z | Downloaded slog-bunyan v2.5.0 |
232 | 2024-08-16T04:58:40.149Z | Downloaded subtle v2.6.1 |
233 | 2024-08-16T04:58:40.149Z | Downloaded is-terminal v0.4.13 |
234 | 2024-08-16T04:58:40.152Z | Downloaded hyper-tls v0.5.0 |
235 | 2024-08-16T04:58:40.154Z | Downloaded serde_urlencoded v0.7.1 |
236 | 2024-08-16T04:58:40.154Z | Downloaded schemars_derive v0.8.21 |
237 | 2024-08-16T04:58:40.157Z | Downloaded hostname v0.4.0 |
238 | 2024-08-16T04:58:40.160Z | Downloaded rustls-pemfile v1.0.4 |
239 | 2024-08-16T04:58:40.160Z | Downloaded thiserror-impl v1.0.63 |
240 | 2024-08-16T04:58:40.162Z | Downloaded hex v0.4.3 |
241 | 2024-08-16T04:58:40.165Z | Downloaded futures-core v0.3.30 |
242 | 2024-08-16T04:58:40.165Z | Downloaded time-macros v0.2.18 |
243 | 2024-08-16T04:58:40.169Z | Downloaded tokio-macros v2.4.0 |
244 | 2024-08-16T04:58:40.172Z | Downloaded futures-channel v0.3.30 |
245 | 2024-08-16T04:58:40.172Z | Downloaded structmeta-derive v0.3.0 |
246 | 2024-08-16T04:58:40.172Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2024-08-16T04:58:40.174Z | Downloaded pest_meta v2.7.11 |
248 | 2024-08-16T04:58:40.174Z | Downloaded rustversion v1.0.17 |
249 | 2024-08-16T04:58:40.177Z | Downloaded semver v1.0.23 |
250 | 2024-08-16T04:58:40.180Z | Downloaded thread_local v1.1.8 |
251 | 2024-08-16T04:58:40.183Z | Downloaded sha2 v0.10.8 |
252 | 2024-08-16T04:58:40.187Z | Downloaded slog-term v2.9.1 |
253 | 2024-08-16T04:58:40.189Z | Downloaded thread-id v4.2.2 |
254 | 2024-08-16T04:58:40.189Z | Downloaded rustls-pki-types v1.8.0 |
255 | 2024-08-16T04:58:40.192Z | Downloaded bitflags v2.6.0 |
256 | 2024-08-16T04:58:40.196Z | Downloaded pest_derive v2.7.11 |
257 | 2024-08-16T04:58:40.199Z | Downloaded serde_with_macros v3.9.0 |
258 | 2024-08-16T04:58:40.206Z | Downloaded unicode-bidi v0.3.15 |
259 | 2024-08-16T04:58:40.210Z | Downloaded newtype-uuid v1.1.0 |
260 | 2024-08-16T04:58:40.210Z | Downloaded proc-macro2 v1.0.86 |
261 | 2024-08-16T04:58:40.210Z | Downloaded anyhow v1.0.86 |
262 | 2024-08-16T04:58:40.212Z | Downloaded toml v0.8.19 |
263 | 2024-08-16T04:58:40.215Z | Downloaded spin v0.9.8 |
264 | 2024-08-16T04:58:40.217Z | Downloaded socket2 v0.5.7 |
265 | 2024-08-16T04:58:40.220Z | Downloaded tracing-core v0.1.32 |
266 | 2024-08-16T04:58:40.223Z | Downloaded tinyvec v1.8.0 |
267 | 2024-08-16T04:58:40.226Z | Downloaded slog v2.7.0 |
268 | 2024-08-16T04:58:40.229Z | Downloaded tokio-native-tls v0.3.1 |
269 | 2024-08-16T04:58:40.232Z | Downloaded serde_derive v1.0.208 |
270 | 2024-08-16T04:58:40.234Z | Downloaded schemars v0.8.21 |
271 | 2024-08-16T04:58:40.248Z | Downloaded tokio-rustls v0.24.1 |
272 | 2024-08-16T04:58:40.250Z | Downloaded tokio-rustls v0.25.0 |
273 | 2024-08-16T04:58:40.253Z | Downloaded serde v1.0.208 |
274 | 2024-08-16T04:58:40.256Z | Downloaded num-traits v0.2.19 |
275 | 2024-08-16T04:58:40.258Z | Downloaded rand v0.8.5 |
276 | 2024-08-16T04:58:40.262Z | Downloaded memchr v2.7.4 |
277 | 2024-08-16T04:58:40.267Z | Downloaded ucd-trie v0.1.6 |
278 | 2024-08-16T04:58:40.270Z | Downloaded pest v2.7.11 |
279 | 2024-08-16T04:58:40.274Z | Downloaded typenum v1.17.0 |
280 | 2024-08-16T04:58:40.277Z | Downloaded base64 v0.21.7 |
281 | 2024-08-16T04:58:40.281Z | Downloaded serde_with v3.9.0 |
282 | 2024-08-16T04:58:40.290Z | Downloaded unicode-normalization v0.1.23 |
283 | 2024-08-16T04:58:40.294Z | Downloaded http v1.1.0 |
284 | 2024-08-16T04:58:40.298Z | Downloaded hashbrown v0.12.3 |
285 | 2024-08-16T04:58:40.302Z | Downloaded crossbeam-channel v0.5.13 |
286 | 2024-08-16T04:58:40.306Z | Downloaded tokio-util v0.7.11 |
287 | 2024-08-16T04:58:40.313Z | Downloaded cc v1.1.12 |
288 | 2024-08-16T04:58:40.317Z | Downloaded http v0.2.12 |
289 | 2024-08-16T04:58:40.321Z | Downloaded mio v1.0.2 |
290 | 2024-08-16T04:58:40.327Z | Downloaded tracing v0.1.40 |
291 | 2024-08-16T04:58:40.337Z | Downloaded zerocopy v0.7.35 |
292 | 2024-08-16T04:58:40.353Z | Downloaded toml_edit v0.22.20 |
293 | 2024-08-16T04:58:40.376Z | Downloaded serde_json v1.0.125 |
294 | 2024-08-16T04:58:40.382Z | Downloaded rustls-webpki v0.101.7 |
295 | 2024-08-16T04:58:40.397Z | Downloaded hashbrown v0.14.5 |
296 | 2024-08-16T04:58:40.402Z | Downloaded vcpkg v0.2.15 |
297 | 2024-08-16T04:58:40.440Z | Downloaded hyper v0.14.30 |
298 | 2024-08-16T04:58:40.447Z | Downloaded syn v2.0.74 |
299 | 2024-08-16T04:58:40.458Z | Downloaded rustls v0.21.12 |
300 | 2024-08-16T04:58:40.470Z | Downloaded openssl v0.10.66 |
301 | 2024-08-16T04:58:40.478Z | Downloaded rustls v0.22.4 |
302 | 2024-08-16T04:58:40.492Z | Downloaded regress v0.10.0 |
303 | 2024-08-16T04:58:40.500Z | Downloaded regress v0.9.1 |
304 | 2024-08-16T04:58:40.509Z | Downloaded openapiv3 v2.0.0 |
305 | 2024-08-16T04:58:40.520Z | Downloaded regex-syntax v0.8.4 |
306 | 2024-08-16T04:58:40.528Z | Downloaded regex v1.10.6 |
307 | 2024-08-16T04:58:40.541Z | Downloaded webpki-roots v0.25.4 |
308 | 2024-08-16T04:58:40.545Z | Downloaded regex-automata v0.4.7 |
309 | 2024-08-16T04:58:40.562Z | Downloaded libc v0.2.156 |
310 | 2024-08-16T04:58:40.589Z | Downloaded tokio v1.39.2 |
311 | 2024-08-16T04:58:40.625Z | Downloaded idna v0.5.0 |
312 | 2024-08-16T04:58:40.631Z | Downloaded h2 v0.3.26 |
313 | 2024-08-16T04:58:40.637Z | Downloaded encoding_rs v0.8.34 |
314 | 2024-08-16T04:58:40.657Z | Downloaded chrono v0.4.38 |
315 | 2024-08-16T04:58:40.664Z | Downloaded goblin v0.8.2 |
316 | 2024-08-16T04:58:40.670Z | Downloaded futures-util v0.3.30 |
317 | 2024-08-16T04:58:40.682Z | Downloaded rustls-webpki v0.102.6 |
318 | 2024-08-16T04:58:40.700Z | Downloaded time v0.3.36 |
319 | 2024-08-16T04:58:40.706Z | Downloaded reqwest v0.11.27 |
320 | 2024-08-16T04:58:40.713Z | Downloaded aho-corasick v1.1.3 |
321 | 2024-08-16T04:58:40.719Z | Downloaded winnow v0.6.18 |
322 | 2024-08-16T04:58:40.727Z | Downloaded indexmap v2.4.0 |
323 | 2024-08-16T04:58:40.734Z | Downloaded log v0.4.22 |
324 | 2024-08-16T04:58:40.738Z | Downloaded indexmap v1.9.3 |
325 | 2024-08-16T04:58:40.738Z | Downloaded getrandom v0.2.15 |
326 | 2024-08-16T04:58:40.741Z | Downloaded futures v0.3.30 |
327 | 2024-08-16T04:58:40.743Z | Downloaded darling_core v0.20.10 |
328 | 2024-08-16T04:58:40.748Z | Downloaded bytes v1.7.1 |
329 | 2024-08-16T04:58:40.751Z | Downloaded base64 v0.22.1 |
330 | 2024-08-16T04:58:40.754Z | Downloaded openssl-sys v0.9.103 |
331 | 2024-08-16T04:58:40.759Z | Downloaded native-tls v0.2.12 |
332 | 2024-08-16T04:58:40.761Z | Downloaded ipnet v2.9.0 |
333 | 2024-08-16T04:58:40.764Z | Downloaded allocator-api2 v0.2.18 |
334 | 2024-08-16T04:58:40.766Z | Downloaded rand_core v0.6.4 |
335 | 2024-08-16T04:58:40.769Z | Downloaded ppv-lite86 v0.2.20 |
336 | 2024-08-16T04:58:40.769Z | Downloaded http-body v0.4.6 |
337 | 2024-08-16T04:58:40.771Z | Downloaded futures-io v0.3.30 |
338 | 2024-08-16T04:58:40.771Z | Downloaded serde_spanned v0.6.7 |
339 | 2024-08-16T04:58:40.771Z | Downloaded httpdate v1.0.3 |
340 | 2024-08-16T04:58:40.774Z | Downloaded futures-sink v0.3.30 |
341 | 2024-08-16T04:58:40.774Z | Downloaded plain v0.2.3 |
342 | 2024-08-16T04:58:40.774Z | Downloaded pin-utils v0.1.0 |
343 | 2024-08-16T04:58:40.777Z | Downloaded hyper-rustls v0.24.2 |
344 | 2024-08-16T04:58:40.779Z | Downloaded cfg-if v1.0.0 |
345 | 2024-08-16T04:58:40.779Z | Downloaded backoff v0.4.0 |
346 | 2024-08-16T04:58:40.782Z | Downloaded digest v0.10.7 |
347 | 2024-08-16T04:58:40.785Z | Downloaded debug-ignore v1.0.5 |
348 | 2024-08-16T04:58:40.785Z | Downloaded waitgroup v0.1.2 |
349 | 2024-08-16T04:58:40.785Z | Downloaded darling v0.20.10 |
350 | 2024-08-16T04:58:40.788Z | Downloaded url v2.5.2 |
351 | 2024-08-16T04:58:40.791Z | Downloaded openssl-probe v0.1.5 |
352 | 2024-08-16T04:58:40.793Z | Downloaded omicron-workspace-hack v0.1.0 |
353 | 2024-08-16T04:58:40.793Z | Downloaded match_cfg v0.1.0 |
354 | 2024-08-16T04:58:40.793Z | Downloaded uuid v1.10.0 |
355 | 2024-08-16T04:58:40.796Z | Downloaded crypto-common v0.1.6 |
356 | 2024-08-16T04:58:40.799Z | Downloaded atomic-waker v1.1.2 |
357 | 2024-08-16T04:58:40.799Z | Downloaded hostname v0.3.1 |
358 | 2024-08-16T04:58:40.801Z | Downloaded ipnetwork v0.20.0 |
359 | 2024-08-16T04:58:40.801Z | Downloaded shlex v1.3.0 |
360 | 2024-08-16T04:58:40.804Z | Downloaded rand_chacha v0.3.1 |
361 | 2024-08-16T04:58:40.804Z | Downloaded mime v0.3.17 |
362 | 2024-08-16T04:58:40.806Z | Downloaded itoa v1.0.11 |
363 | 2024-08-16T04:58:40.806Z | Downloaded futures-executor v0.3.30 |
364 | 2024-08-16T04:58:40.809Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2024-08-16T04:58:40.813Z | Downloaded futures-macro v0.3.30 |
366 | 2024-08-16T04:58:40.815Z | Downloaded num_threads v0.1.7 |
367 | 2024-08-16T04:58:40.815Z | Downloaded generic-array v0.14.7 |
368 | 2024-08-16T04:58:40.815Z | Downloaded form_urlencoded v1.2.1 |
369 | 2024-08-16T04:58:40.815Z | Downloaded dof v0.3.0 |
370 | 2024-08-16T04:58:40.817Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2024-08-16T04:58:40.817Z | Downloaded ring v0.17.8 |
372 | 2024-08-16T04:58:40.882Z | Downloaded scopeguard v1.2.0 |
373 | 2024-08-16T04:58:40.885Z | Downloaded dirs-next v2.0.0 |
374 | 2024-08-16T04:58:40.885Z | Downloaded deranged v0.3.11 |
375 | 2024-08-16T04:58:40.885Z | Downloaded async-stream-impl v0.3.5 |
376 | 2024-08-16T04:58:40.887Z | Downloaded parse-display-derive v0.10.0 |
377 | 2024-08-16T04:58:40.887Z | Downloaded usdt-impl v0.5.0 |
378 | 2024-08-16T04:58:40.887Z | Downloaded ahash v0.8.11 |
379 | 2024-08-16T04:58:41.009Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-16T04:58:41.012Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-16T04:58:41.012Z | Compiling libc v0.2.156 |
382 | 2024-08-16T04:58:41.012Z | Checking cfg-if v1.0.0 |
383 | 2024-08-16T04:58:41.012Z | Compiling version_check v0.9.5 |
384 | 2024-08-16T04:58:41.012Z | Compiling autocfg v1.3.0 |
385 | 2024-08-16T04:58:41.012Z | Compiling serde v1.0.208 |
386 | 2024-08-16T04:58:41.012Z | Checking memchr v2.7.4 |
387 | 2024-08-16T04:58:41.091Z | Compiling serde_json v1.0.125 |
388 | 2024-08-16T04:58:41.193Z | Checking itoa v1.0.11 |
389 | 2024-08-16T04:58:41.515Z | Checking once_cell v1.19.0 |
390 | 2024-08-16T04:58:41.585Z | Compiling shlex v1.3.0 |
391 | 2024-08-16T04:58:41.672Z | Compiling ahash v0.8.11 |
392 | 2024-08-16T04:58:41.794Z | Checking byteorder v1.5.0 |
393 | 2024-08-16T04:58:41.799Z | Compiling thiserror v1.0.63 |
394 | 2024-08-16T04:58:41.882Z | Compiling cc v1.1.12 |
395 | 2024-08-16T04:58:42.177Z | Compiling num-traits v0.2.19 |
396 | 2024-08-16T04:58:42.405Z | Checking getrandom v0.2.15 |
397 | 2024-08-16T04:58:42.450Z | Checking pin-project-lite v0.2.14 |
398 | 2024-08-16T04:58:42.528Z | Compiling quote v1.0.36 |
399 | 2024-08-16T04:58:42.591Z | Checking ryu v1.0.18 |
400 | 2024-08-16T04:58:42.671Z | Checking bytes v1.7.1 |
401 | 2024-08-16T04:58:42.756Z | Checking log v0.4.22 |
402 | 2024-08-16T04:58:42.802Z | Checking allocator-api2 v0.2.18 |
403 | 2024-08-16T04:58:42.860Z | Compiling syn v2.0.74 |
404 | 2024-08-16T04:58:42.983Z | Compiling lock_api v0.4.12 |
405 | 2024-08-16T04:58:43.123Z | Compiling parking_lot_core v0.9.10 |
406 | 2024-08-16T04:58:43.198Z | Compiling schemars v0.8.21 |
407 | 2024-08-16T04:58:43.292Z | Checking scopeguard v1.2.0 |
408 | 2024-08-16T04:58:43.384Z | Checking smallvec v1.13.2 |
409 | 2024-08-16T04:58:43.414Z | Checking futures-core v0.3.30 |
410 | 2024-08-16T04:58:43.421Z | Checking mio v1.0.2 |
411 | 2024-08-16T04:58:43.571Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-16T04:58:43.578Z | Checking socket2 v0.5.7 |
413 | 2024-08-16T04:58:43.581Z | Compiling slab v0.4.9 |
414 | 2024-08-16T04:58:43.797Z | Checking futures-sink v0.3.30 |
415 | 2024-08-16T04:58:43.819Z | Checking spin v0.9.8 |
416 | 2024-08-16T04:58:43.981Z | Checking untrusted v0.9.0 |
417 | 2024-08-16T04:58:44.005Z | Checking fnv v1.0.7 |
418 | 2024-08-16T04:58:44.016Z | Checking equivalent v1.0.1 |
419 | 2024-08-16T04:58:44.048Z | Checking parking_lot v0.12.3 |
420 | 2024-08-16T04:58:44.094Z | Checking futures-channel v0.3.30 |
421 | 2024-08-16T04:58:44.105Z | Compiling semver v1.0.23 |
422 | 2024-08-16T04:58:44.108Z | Checking futures-task v0.3.30 |
423 | 2024-08-16T04:58:44.282Z | Compiling heck v0.5.0 |
424 | 2024-08-16T04:58:44.324Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-16T04:58:44.366Z | Checking futures-io v0.3.30 |
426 | 2024-08-16T04:58:44.425Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-16T04:58:44.536Z | Checking pin-utils v0.1.0 |
428 | 2024-08-16T04:58:44.658Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-16T04:58:44.711Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-16T04:58:44.719Z | Checking http v0.2.12 |
431 | 2024-08-16T04:58:44.824Z | Compiling ring v0.17.8 |
432 | 2024-08-16T04:58:45.198Z | Compiling httparse v1.9.4 |
433 | 2024-08-16T04:58:45.967Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-16T04:58:45.980Z | Checking tracing-core v0.1.32 |
435 | 2024-08-16T04:58:46.178Z | Compiling uuid v1.10.0 |
436 | 2024-08-16T04:58:46.210Z | Compiling openssl-sys v0.9.103 |
437 | 2024-08-16T04:58:46.604Z | Checking tracing v0.1.40 |
438 | 2024-08-16T04:58:46.721Z | Compiling chrono v0.4.38 |
439 | 2024-08-16T04:58:46.742Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-16T04:58:46.825Z | Compiling openssl v0.10.66 |
441 | 2024-08-16T04:58:46.891Z | Compiling slog v2.7.0 |
442 | 2024-08-16T04:58:46.900Z | Checking try-lock v0.2.5 |
443 | 2024-08-16T04:58:47.178Z | Checking want v0.3.1 |
444 | 2024-08-16T04:58:47.301Z | Checking foreign-types v0.3.2 |
445 | 2024-08-16T04:58:47.353Z | Checking http-body v0.4.6 |
446 | 2024-08-16T04:58:47.375Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-16T04:58:47.539Z | Checking httpdate v1.0.3 |
448 | 2024-08-16T04:58:47.703Z | Compiling rustls v0.21.12 |
449 | 2024-08-16T04:58:47.766Z | Compiling native-tls v0.2.12 |
450 | 2024-08-16T04:58:48.008Z | Checking tower-service v0.3.3 |
451 | 2024-08-16T04:58:48.106Z | Checking percent-encoding v2.3.1 |
452 | 2024-08-16T04:58:48.131Z | Checking bitflags v2.6.0 |
453 | 2024-08-16T04:58:48.284Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-08-16T04:58:48.355Z | Compiling regex-syntax v0.8.4 |
455 | 2024-08-16T04:58:48.365Z | Compiling typenum v1.17.0 |
456 | 2024-08-16T04:58:48.601Z | Checking tinyvec v1.8.0 |
457 | 2024-08-16T04:58:48.745Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-16T04:58:49.413Z | Compiling generic-array v0.14.7 |
459 | 2024-08-16T04:58:49.514Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-16T04:58:49.884Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-16T04:58:50.933Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-16T04:58:50.976Z | Checking sct v0.7.1 |
463 | 2024-08-16T04:58:51.164Z | Checking rustls-webpki v0.101.7 |
464 | 2024-08-16T04:58:51.814Z | Compiling regex-automata v0.4.7 |
465 | 2024-08-16T04:58:51.844Z | Compiling usdt-impl v0.5.0 |
466 | 2024-08-16T04:58:52.132Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-16T04:58:52.159Z | Compiling time-core v0.1.2 |
468 | 2024-08-16T04:58:52.209Z | Compiling num-conv v0.1.0 |
469 | 2024-08-16T04:58:52.318Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-16T04:58:52.382Z | Checking mime v0.3.17 |
471 | 2024-08-16T04:58:52.476Z | Checking powerfmt v0.2.0 |
472 | 2024-08-16T04:58:52.746Z | Checking deranged v0.3.11 |
473 | 2024-08-16T04:58:52.902Z | Checking idna v0.5.0 |
474 | 2024-08-16T04:58:53.776Z | Compiling time-macros v0.2.18 |
475 | 2024-08-16T04:58:54.235Z | Compiling thread-id v4.2.2 |
476 | 2024-08-16T04:58:54.464Z | Checking base64 v0.21.7 |
477 | 2024-08-16T04:58:54.638Z | Compiling crossbeam-utils v0.8.20 |
478 | 2024-08-16T04:58:55.228Z | Compiling serde_derive v1.0.208 |
479 | 2024-08-16T04:58:55.282Z | Compiling zerocopy-derive v0.7.35 |
480 | 2024-08-16T04:58:55.348Z | Compiling thiserror-impl v1.0.63 |
481 | 2024-08-16T04:58:55.448Z | Compiling schemars_derive v0.8.21 |
482 | 2024-08-16T04:58:55.839Z | Compiling tokio-macros v2.4.0 |
483 | 2024-08-16T04:58:56.017Z | Compiling futures-macro v0.3.30 |
484 | 2024-08-16T04:58:56.781Z | Compiling openssl-macros v0.1.1 |
485 | 2024-08-16T04:58:57.272Z | Checking zerocopy v0.7.35 |
486 | 2024-08-16T04:58:57.563Z | Checking tokio v1.39.2 |
487 | 2024-08-16T04:58:57.887Z | Checking futures-util v0.3.30 |
488 | 2024-08-16T04:58:58.268Z | Compiling pest v2.7.11 |
489 | 2024-08-16T04:58:59.000Z | Checking hashbrown v0.14.5 |
490 | 2024-08-16T04:58:59.467Z | Compiling regex v1.10.6 |
491 | 2024-08-16T04:59:00.196Z | Compiling scroll_derive v0.12.0 |
492 | 2024-08-16T04:59:00.419Z | Checking regress v0.10.0 |
493 | 2024-08-16T04:59:00.802Z | Compiling pest_meta v2.7.11 |
494 | 2024-08-16T04:59:01.552Z | Checking scroll v0.12.0 |
495 | 2024-08-16T04:59:02.012Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-16T04:59:04.056Z | Checking num_threads v0.1.7 |
497 | 2024-08-16T04:59:04.159Z | Checking rustls-pki-types v1.8.0 |
498 | 2024-08-16T04:59:04.187Z | Compiling strsim v0.11.1 |
499 | 2024-08-16T04:59:04.693Z | Compiling pest_derive v2.7.11 |
500 | 2024-08-16T04:59:04.747Z | Checking tokio-util v0.7.11 |
501 | 2024-08-16T04:59:04.777Z | Checking tokio-rustls v0.24.1 |
502 | 2024-08-16T04:59:04.924Z | Checking tokio-native-tls v0.3.1 |
503 | 2024-08-16T04:59:05.127Z | Compiling ident_case v1.0.1 |
504 | 2024-08-16T04:59:05.158Z | Checking plain v0.2.3 |
505 | 2024-08-16T04:59:05.280Z | Compiling darling_core v0.20.10 |
506 | 2024-08-16T04:59:05.283Z | Checking goblin v0.8.2 |
507 | 2024-08-16T04:59:05.558Z | Compiling dtrace-parser v0.2.0 |
508 | 2024-08-16T04:59:05.930Z | Checking time v0.3.36 |
509 | 2024-08-16T04:59:07.712Z | Checking rustls-pemfile v1.0.4 |
510 | 2024-08-16T04:59:07.789Z | Checking url v2.5.2 |
511 | 2024-08-16T04:59:07.871Z | Checking indexmap v2.4.0 |
512 | 2024-08-16T04:59:09.258Z | Compiling serde_tokenstream v0.2.2 |
513 | 2024-08-16T04:59:09.516Z | Checking h2 v0.3.26 |
514 | 2024-08-16T04:59:09.796Z | Checking serde_urlencoded v0.7.1 |
515 | 2024-08-16T04:59:10.131Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-16T04:59:10.182Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-16T04:59:10.353Z | Checking webpki-roots v0.25.4 |
518 | 2024-08-16T04:59:10.494Z | Checking sync_wrapper v0.1.2 |
519 | 2024-08-16T04:59:10.614Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-08-16T04:59:10.671Z | Checking ipnet v2.9.0 |
521 | 2024-08-16T04:59:11.023Z | Compiling dof v0.3.0 |
522 | 2024-08-16T04:59:11.378Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-08-16T04:59:11.605Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
524 | 2024-08-16T04:59:11.918Z | Compiling rustversion v1.0.17 |
525 | 2024-08-16T04:59:12.590Z | Compiling rustls v0.22.4 |
526 | 2024-08-16T04:59:13.102Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-16T04:59:13.110Z | Compiling paste v1.0.15 |
528 | 2024-08-16T04:59:13.569Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-16T04:59:13.588Z | Checking hyper v0.14.30 |
530 | 2024-08-16T04:59:13.723Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-16T04:59:13.994Z | Checking dirs-next v2.0.0 |
532 | 2024-08-16T04:59:14.108Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-16T04:59:14.258Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-16T04:59:14.436Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-16T04:59:14.456Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-16T04:59:14.697Z | Checking block-buffer v0.10.4 |
537 | 2024-08-16T04:59:14.891Z | Checking crypto-common v0.1.6 |
538 | 2024-08-16T04:59:14.995Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-16T04:59:15.042Z | Checking rand_core v0.6.4 |
540 | 2024-08-16T04:59:15.209Z | Checking thread_local v1.1.8 |
541 | 2024-08-16T04:59:15.231Z | Compiling multer v3.1.0 |
542 | 2024-08-16T04:59:15.277Z | Compiling camino v1.1.8 |
543 | 2024-08-16T04:59:15.320Z | Compiling slog-async v2.8.0 |
544 | 2024-08-16T04:59:15.464Z | Checking subtle v2.6.1 |
545 | 2024-08-16T04:59:15.561Z | Checking zeroize v1.8.1 |
546 | 2024-08-16T04:59:15.671Z | Checking match_cfg v0.1.0 |
547 | 2024-08-16T04:59:15.745Z | Checking winnow v0.6.18 |
548 | 2024-08-16T04:59:15.794Z | Compiling anyhow v1.0.86 |
549 | 2024-08-16T04:59:15.936Z | Checking hostname v0.3.1 |
550 | 2024-08-16T04:59:16.103Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-16T04:59:16.538Z | Checking digest v0.10.7 |
552 | 2024-08-16T04:59:16.859Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-16T04:59:16.946Z | Compiling darling v0.20.10 |
554 | 2024-08-16T04:59:17.046Z | Checking term v0.7.0 |
555 | 2024-08-16T04:59:17.560Z | Compiling usdt-macro v0.5.0 |
556 | 2024-08-16T04:59:17.623Z | Compiling structmeta v0.3.0 |
557 | 2024-08-16T04:59:18.005Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-08-16T04:59:18.043Z | Checking hyper-tls v0.5.0 |
559 | 2024-08-16T04:59:18.302Z | Checking hyper-rustls v0.24.2 |
560 | 2024-08-16T04:59:18.440Z | Checking slog-json v2.6.1 |
561 | 2024-08-16T04:59:18.487Z | Checking futures-executor v0.3.30 |
562 | 2024-08-16T04:59:18.567Z | Checking reqwest v0.11.27 |
563 | 2024-08-16T04:59:18.666Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-16T04:59:18.694Z | Checking http v1.1.0 |
565 | 2024-08-16T04:59:18.723Z | Checking toml_edit v0.22.20 |
566 | 2024-08-16T04:59:18.809Z | Checking is-terminal v0.4.13 |
567 | 2024-08-16T04:59:18.916Z | Checking memmap v0.7.0 |
568 | 2024-08-16T04:59:19.095Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
569 | 2024-08-16T04:59:19.417Z | Checking cpufeatures v0.2.13 |
570 | 2024-08-16T04:59:19.447Z | Checking base64 v0.22.1 |
571 | 2024-08-16T04:59:19.494Z | Checking take_mut v0.2.2 |
572 | 2024-08-16T04:59:19.566Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-16T04:59:19.684Z | Checking waitgroup v0.1.2 |
574 | 2024-08-16T04:59:19.809Z | Checking tokio-rustls v0.25.0 |
575 | 2024-08-16T04:59:19.843Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
576 | 2024-08-16T04:59:19.891Z | Checking sha1 v0.10.6 |
577 | 2024-08-16T04:59:19.927Z | Checking rustls-pemfile v2.1.3 |
578 | 2024-08-16T04:59:19.935Z | Checking async-stream v0.3.5 |
579 | 2024-08-16T04:59:20.121Z | Checking usdt v0.5.0 |
580 | 2024-08-16T04:59:20.150Z | Checking slog-term v2.9.1 |
581 | 2024-08-16T04:59:20.158Z | Checking futures v0.3.30 |
582 | 2024-08-16T04:59:20.160Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-16T04:59:20.173Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-16T04:59:20.256Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-16T04:59:20.299Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-16T04:59:20.412Z | Checking rand v0.8.5 |
587 | 2024-08-16T04:59:20.814Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-16T04:59:21.139Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-16T04:59:21.184Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
590 | 2024-08-16T04:59:21.223Z | Checking toml v0.8.19 |
591 | 2024-08-16T04:59:21.364Z | Checking hex v0.4.3 |
592 | 2024-08-16T04:59:21.621Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-16T04:59:21.873Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-16T04:59:21.992Z | Compiling async-trait v0.1.81 |
595 | 2024-08-16T04:59:22.238Z | Checking hostname v0.4.0 |
596 | 2024-08-16T04:59:22.362Z | Checking instant v0.1.13 |
597 | 2024-08-16T04:59:22.460Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-16T04:59:22.583Z | Checking backoff v0.4.0 |
599 | 2024-08-16T04:59:22.667Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-16T04:59:22.786Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-16T04:59:22.848Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-08-16T04:59:22.897Z | Checking serde_with v3.9.0 |
603 | 2024-08-16T04:59:22.928Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
604 | 2024-08-16T04:59:23.082Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-16T04:59:23.357Z | Checking macaddr v1.0.1 |
606 | 2024-08-16T04:59:23.675Z | Checking regress v0.9.1 |
607 | 2024-08-16T04:59:24.179Z | Checking parse-display v0.10.0 |
608 | 2024-08-16T04:59:24.583Z | Checking strum v0.26.3 |
609 | 2024-08-16T04:59:25.685Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
610 | 2024-08-16T04:59:27.426Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
611 | 2024-08-16T04:59:27.496Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-16T04:59:29.972Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-16T04:59:35.012Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-16T04:59:35.124Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-16T04:59:37.857Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-16T04:59:44.584Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-16T04:59:44.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
618 | 2024-08-16T04:59:44.667Z | + cargo build --release |
619 | 2024-08-16T04:59:44.929Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-16T04:59:44.930Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-16T04:59:44.930Z | Compiling libc v0.2.156 |
622 | 2024-08-16T04:59:44.935Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-16T04:59:44.935Z | Compiling version_check v0.9.5 |
624 | 2024-08-16T04:59:44.936Z | Compiling autocfg v1.3.0 |
625 | 2024-08-16T04:59:44.936Z | Compiling serde v1.0.208 |
626 | 2024-08-16T04:59:44.956Z | Compiling memchr v2.7.4 |
627 | 2024-08-16T04:59:45.033Z | Compiling serde_json v1.0.125 |
628 | 2024-08-16T04:59:45.111Z | Compiling itoa v1.0.11 |
629 | 2024-08-16T04:59:45.501Z | Compiling thiserror v1.0.63 |
630 | 2024-08-16T04:59:45.569Z | Compiling shlex v1.3.0 |
631 | 2024-08-16T04:59:45.624Z | Compiling ahash v0.8.11 |
632 | 2024-08-16T04:59:45.668Z | Compiling once_cell v1.19.0 |
633 | 2024-08-16T04:59:45.848Z | Compiling byteorder v1.5.0 |
634 | 2024-08-16T04:59:45.919Z | Compiling cc v1.1.12 |
635 | 2024-08-16T04:59:46.317Z | Compiling getrandom v0.2.15 |
636 | 2024-08-16T04:59:46.398Z | Compiling quote v1.0.36 |
637 | 2024-08-16T04:59:46.482Z | Compiling num-traits v0.2.19 |
638 | 2024-08-16T04:59:46.661Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-16T04:59:46.734Z | Compiling ryu v1.0.18 |
640 | 2024-08-16T04:59:46.788Z | Compiling syn v2.0.74 |
641 | 2024-08-16T04:59:46.804Z | Compiling log v0.4.22 |
642 | 2024-08-16T04:59:47.097Z | Compiling bytes v1.7.1 |
643 | 2024-08-16T04:59:47.109Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-16T04:59:47.210Z | Compiling schemars v0.8.21 |
645 | 2024-08-16T04:59:47.272Z | Compiling lock_api v0.4.12 |
646 | 2024-08-16T04:59:47.582Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-16T04:59:47.606Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-16T04:59:47.666Z | Compiling smallvec v1.13.2 |
649 | 2024-08-16T04:59:47.726Z | Compiling futures-core v0.3.30 |
650 | 2024-08-16T04:59:47.954Z | Compiling mio v1.0.2 |
651 | 2024-08-16T04:59:48.002Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-16T04:59:48.026Z | Compiling socket2 v0.5.7 |
653 | 2024-08-16T04:59:48.326Z | Compiling slab v0.4.9 |
654 | 2024-08-16T04:59:48.799Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-16T04:59:48.878Z | Compiling ring v0.17.8 |
656 | 2024-08-16T04:59:49.003Z | Compiling spin v0.9.8 |
657 | 2024-08-16T04:59:49.186Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-16T04:59:49.339Z | Compiling fnv v1.0.7 |
659 | 2024-08-16T04:59:49.489Z | Compiling semver v1.0.23 |
660 | 2024-08-16T04:59:49.601Z | Compiling untrusted v0.9.0 |
661 | 2024-08-16T04:59:49.734Z | Compiling equivalent v1.0.1 |
662 | 2024-08-16T04:59:49.784Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-16T04:59:49.950Z | Compiling heck v0.5.0 |
664 | 2024-08-16T04:59:49.972Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-16T04:59:49.972Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-16T04:59:49.972Z | Compiling futures-io v0.3.30 |
667 | 2024-08-16T04:59:50.166Z | Compiling futures-task v0.3.30 |
668 | 2024-08-16T04:59:50.313Z | Compiling pin-utils v0.1.0 |
669 | 2024-08-16T04:59:50.543Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-16T04:59:50.584Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-16T04:59:51.079Z | Compiling http v0.2.12 |
672 | 2024-08-16T04:59:51.223Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-16T04:59:51.275Z | Compiling httparse v1.9.4 |
674 | 2024-08-16T04:59:51.575Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-16T04:59:52.106Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-16T04:59:52.605Z | Compiling chrono v0.4.38 |
677 | 2024-08-16T04:59:52.755Z | Compiling uuid v1.10.0 |
678 | 2024-08-16T04:59:53.173Z | Compiling tracing v0.1.40 |
679 | 2024-08-16T04:59:53.845Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-16T04:59:54.493Z | Compiling slog v2.7.0 |
681 | 2024-08-16T04:59:54.869Z | Compiling try-lock v0.2.5 |
682 | 2024-08-16T04:59:55.008Z | Compiling openssl v0.10.66 |
683 | 2024-08-16T04:59:55.304Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-16T04:59:55.404Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-16T04:59:55.491Z | Compiling want v0.3.1 |
686 | 2024-08-16T04:59:55.540Z | Compiling http-body v0.4.6 |
687 | 2024-08-16T04:59:55.836Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-16T04:59:56.021Z | Compiling tower-service v0.3.3 |
689 | 2024-08-16T04:59:56.078Z | Compiling httpdate v1.0.3 |
690 | 2024-08-16T04:59:56.131Z | Compiling typenum v1.17.0 |
691 | 2024-08-16T04:59:56.702Z | Compiling native-tls v0.2.12 |
692 | 2024-08-16T04:59:56.832Z | Compiling regex-syntax v0.8.4 |
693 | 2024-08-16T04:59:57.079Z | Compiling tinyvec_macros v0.1.1 |
694 | 2024-08-16T04:59:57.105Z | Compiling bitflags v2.6.0 |
695 | 2024-08-16T04:59:57.155Z | Compiling percent-encoding v2.3.1 |
696 | 2024-08-16T04:59:57.161Z | Compiling rustls v0.21.12 |
697 | 2024-08-16T04:59:57.460Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-16T04:59:57.474Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-16T04:59:58.006Z | Compiling generic-array v0.14.7 |
700 | 2024-08-16T04:59:58.376Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-16T04:59:59.032Z | Compiling serde_derive v1.0.208 |
702 | 2024-08-16T04:59:59.143Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-08-16T04:59:59.644Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-08-16T04:59:59.777Z | Compiling schemars_derive v0.8.21 |
705 | 2024-08-16T05:00:00.086Z | Compiling tokio-macros v2.4.0 |
706 | 2024-08-16T05:00:01.223Z | Compiling zerocopy v0.7.35 |
707 | 2024-08-16T05:00:02.510Z | Compiling tokio v1.39.2 |
708 | 2024-08-16T05:00:02.568Z | Compiling futures-macro v0.3.30 |
709 | 2024-08-16T05:00:02.787Z | Compiling pest v2.7.11 |
710 | 2024-08-16T05:00:03.291Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-16T05:00:04.466Z | Compiling futures-util v0.3.30 |
712 | 2024-08-16T05:00:04.997Z | Compiling regress v0.10.0 |
713 | 2024-08-16T05:00:05.056Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-16T05:00:05.705Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-16T05:00:09.755Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-16T05:00:09.757Z | Compiling rustls-webpki v0.101.7 |
717 | 2024-08-16T05:00:11.466Z | Compiling tokio-util v0.7.11 |
718 | 2024-08-16T05:00:11.533Z | Compiling pest_derive v2.7.11 |
719 | 2024-08-16T05:00:12.417Z | Compiling sct v0.7.1 |
720 | 2024-08-16T05:00:12.849Z | Compiling regex-automata v0.4.7 |
721 | 2024-08-16T05:00:13.623Z | Compiling indexmap v2.4.0 |
722 | 2024-08-16T05:00:15.085Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-16T05:00:16.923Z | Compiling h2 v0.3.26 |
724 | 2024-08-16T05:00:19.874Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
725 | 2024-08-16T05:00:20.726Z | Compiling regex v1.10.6 |
726 | 2024-08-16T05:00:23.185Z | Compiling hyper v0.14.30 |
727 | 2024-08-16T05:00:25.316Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-08-16T05:00:26.590Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-16T05:00:31.784Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-16T05:00:31.907Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
731 | 2024-08-16T05:00:31.974Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-16T05:00:32.169Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-08-16T05:00:32.600Z | Compiling powerfmt v0.2.0 |
734 | 2024-08-16T05:00:35.191Z | Compiling mime v0.3.17 |
735 | 2024-08-16T05:00:35.806Z | Compiling num-conv v0.1.0 |
736 | 2024-08-16T05:00:36.073Z | Compiling time-core v0.1.2 |
737 | 2024-08-16T05:00:36.240Z | Compiling time-macros v0.2.18 |
738 | 2024-08-16T05:00:36.271Z | Compiling idna v0.5.0 |
739 | 2024-08-16T05:00:39.832Z | Compiling deranged v0.3.11 |
740 | 2024-08-16T05:00:41.996Z | Compiling scroll v0.12.0 |
741 | 2024-08-16T05:00:42.155Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-08-16T05:00:42.428Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-16T05:00:42.451Z | Compiling dof v0.3.0 |
744 | 2024-08-16T05:00:42.640Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-16T05:00:42.656Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-16T05:00:43.335Z | Compiling thread-id v4.2.2 |
747 | 2024-08-16T05:00:43.435Z | Compiling num_threads v0.1.7 |
748 | 2024-08-16T05:00:43.546Z | Compiling plain v0.2.3 |
749 | 2024-08-16T05:00:43.697Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-08-16T05:00:44.299Z | Compiling ident_case v1.0.1 |
751 | 2024-08-16T05:00:44.459Z | Compiling strsim v0.11.1 |
752 | 2024-08-16T05:00:44.600Z | Compiling base64 v0.21.7 |
753 | 2024-08-16T05:00:45.173Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-08-16T05:00:45.502Z | Compiling rustls-pki-types v1.8.0 |
755 | 2024-08-16T05:00:47.022Z | Compiling time v0.3.36 |
756 | 2024-08-16T05:00:49.200Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-08-16T05:00:49.976Z | Compiling darling_core v0.20.10 |
758 | 2024-08-16T05:00:51.890Z | Compiling goblin v0.8.2 |
759 | 2024-08-16T05:00:53.804Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-16T05:00:54.251Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-16T05:00:54.271Z | Compiling url v2.5.2 |
762 | 2024-08-16T05:00:54.756Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
763 | 2024-08-16T05:00:54.875Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-16T05:00:56.106Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-16T05:00:57.638Z | Compiling pretty-hex v0.4.1 |
766 | 2024-08-16T05:00:57.879Z | Compiling sync_wrapper v0.1.2 |
767 | 2024-08-16T05:00:57.985Z | Compiling rustversion v1.0.17 |
768 | 2024-08-16T05:00:58.661Z | Compiling rustls v0.22.4 |
769 | 2024-08-16T05:00:58.997Z | Compiling paste v1.0.15 |
770 | 2024-08-16T05:00:59.012Z | Compiling webpki-roots v0.25.4 |
771 | 2024-08-16T05:00:59.157Z | Compiling ipnet v2.9.0 |
772 | 2024-08-16T05:00:59.503Z | Compiling unsafe-libyaml v0.2.11 |
773 | 2024-08-16T05:00:59.844Z | Compiling reqwest v0.11.27 |
774 | 2024-08-16T05:01:01.285Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-16T05:01:01.747Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
776 | 2024-08-16T05:01:02.652Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-16T05:01:02.904Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-16T05:01:06.976Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-16T05:01:07.902Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-16T05:01:08.116Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-16T05:01:08.346Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-16T05:01:08.491Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-16T05:01:08.578Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-16T05:01:09.169Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-16T05:01:09.477Z | Compiling rand_core v0.6.4 |
786 | 2024-08-16T05:01:09.580Z | Compiling thread_local v1.1.8 |
787 | 2024-08-16T05:01:09.943Z | Compiling multer v3.1.0 |
788 | 2024-08-16T05:01:10.275Z | Compiling winnow v0.6.18 |
789 | 2024-08-16T05:01:10.294Z | Compiling zeroize v1.8.1 |
790 | 2024-08-16T05:01:10.301Z | Compiling match_cfg v0.1.0 |
791 | 2024-08-16T05:01:10.383Z | Compiling camino v1.1.8 |
792 | 2024-08-16T05:01:10.636Z | Compiling anyhow v1.0.86 |
793 | 2024-08-16T05:01:10.986Z | Compiling subtle v2.6.1 |
794 | 2024-08-16T05:01:11.205Z | Compiling slog-async v2.8.0 |
795 | 2024-08-16T05:01:11.582Z | Compiling hostname v0.3.1 |
796 | 2024-08-16T05:01:11.799Z | Compiling rand_chacha v0.3.1 |
797 | 2024-08-16T05:01:11.871Z | Compiling structmeta v0.3.0 |
798 | 2024-08-16T05:01:12.239Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
799 | 2024-08-16T05:01:13.538Z | Compiling digest v0.10.7 |
800 | 2024-08-16T05:01:13.955Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-16T05:01:14.677Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-16T05:01:16.023Z | Compiling darling v0.20.10 |
803 | 2024-08-16T05:01:16.130Z | Compiling term v0.7.0 |
804 | 2024-08-16T05:01:22.912Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
805 | 2024-08-16T05:01:23.095Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-16T05:01:24.564Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-16T05:01:24.634Z | Compiling slog-json v2.6.1 |
808 | 2024-08-16T05:01:25.101Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-16T05:01:25.886Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-16T05:01:26.226Z | Compiling http v1.1.0 |
811 | 2024-08-16T05:01:27.222Z | Compiling memmap v0.7.0 |
812 | 2024-08-16T05:01:27.405Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-16T05:01:27.517Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
814 | 2024-08-16T05:01:27.639Z | Compiling take_mut v0.2.2 |
815 | 2024-08-16T05:01:27.791Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-16T05:01:27.865Z | Compiling base64 v0.22.1 |
817 | 2024-08-16T05:01:27.875Z | Compiling atomic-waker v1.1.2 |
818 | 2024-08-16T05:01:28.050Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-16T05:01:28.936Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-08-16T05:01:29.763Z | Compiling sha1 v0.10.6 |
821 | 2024-08-16T05:01:30.942Z | Compiling slog-term v2.9.1 |
822 | 2024-08-16T05:01:31.122Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
823 | 2024-08-16T05:01:31.321Z | Compiling usdt v0.5.0 |
824 | 2024-08-16T05:01:32.866Z | Compiling async-stream v0.3.5 |
825 | 2024-08-16T05:01:33.202Z | Compiling futures v0.3.30 |
826 | 2024-08-16T05:01:33.401Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-16T05:01:33.664Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-16T05:01:33.827Z | Compiling toml v0.8.19 |
829 | 2024-08-16T05:01:34.069Z | Compiling serde_with_macros v3.9.0 |
830 | 2024-08-16T05:01:36.798Z | Compiling tokio-rustls v0.25.0 |
831 | 2024-08-16T05:01:37.226Z | Compiling parse-display-derive v0.10.0 |
832 | 2024-08-16T05:01:37.798Z | Compiling rand v0.8.5 |
833 | 2024-08-16T05:01:39.689Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-16T05:01:41.101Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-16T05:01:41.245Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
836 | 2024-08-16T05:01:41.429Z | Compiling hex v0.4.3 |
837 | 2024-08-16T05:01:41.436Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-16T05:01:42.151Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-16T05:01:42.448Z | Compiling async-trait v0.1.81 |
840 | 2024-08-16T05:01:42.976Z | Compiling hostname v0.4.0 |
841 | 2024-08-16T05:01:43.223Z | Compiling instant v0.1.13 |
842 | 2024-08-16T05:01:43.372Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-16T05:01:43.510Z | Compiling backoff v0.4.0 |
844 | 2024-08-16T05:01:43.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-16T05:01:44.052Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-16T05:01:44.218Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
847 | 2024-08-16T05:01:44.463Z | Compiling parse-display v0.10.0 |
848 | 2024-08-16T05:01:44.472Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-16T05:01:44.737Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-16T05:01:44.978Z | Compiling strum v0.26.3 |
851 | 2024-08-16T05:01:45.157Z | Compiling serde_with v3.9.0 |
852 | 2024-08-16T05:01:46.563Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-16T05:01:47.374Z | Compiling macaddr v1.0.1 |
854 | 2024-08-16T05:01:47.990Z | Compiling regress v0.9.1 |
855 | 2024-08-16T05:01:53.533Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-16T05:02:03.051Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-16T05:02:11.494Z | Finished `release` profile [optimized] target(s) in 2m 27s |
858 | 2024-08-16T05:02:11.553Z | process exited: duration 221215 ms, exit code 0 |
|
859 | 2024-08-16T05:02:11.560Z | found 0 output files |