|
|
|
1 | 2024-09-11T21:13:20.817Z | job assigned to worker 01J7HEW4V6NZ2YH8H0MV8XFX2A (queued for 1 m 2 s) |
|
2 | 2024-09-11T21:13:29.289Z | starting task 0: "setup" |
3 | 2024-09-11T21:13:29.297Z | ++ uname -s |
4 | 2024-09-11T21:13:29.300Z | + kern=SunOS |
5 | 2024-09-11T21:13:29.300Z | + case "$kern" in |
6 | 2024-09-11T21:13:29.300Z | + groupadd -g 12345 build |
7 | 2024-09-11T21:13:29.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-11T21:13:31.313Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-11T21:13:31.484Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-11T21:13:31.487Z | + home_fs=zfs |
11 | 2024-09-11T21:13:31.487Z | + [[ zfs == autofs ]] |
12 | 2024-09-11T21:13:31.487Z | + mkdir -p /home/build |
13 | 2024-09-11T21:13:31.490Z | + chown build:build /home/build /work |
14 | 2024-09-11T21:13:33.491Z | + chmod 0700 /home/build /work |
15 | 2024-09-11T21:13:33.494Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2024-09-11T21:13:33.500Z | starting task 1: "rust-toolchain" |
17 | 2024-09-11T21:13:33.505Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-11T21:13:33.505Z | ' 1.80.1 |
19 | 2024-09-11T21:13:33.505Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-11T21:13:33.506Z | ' default |
21 | 2024-09-11T21:13:33.506Z | * toolchain channel = "1.80.1" |
22 | 2024-09-11T21:13:33.508Z | * toolchain profile = "default" |
23 | 2024-09-11T21:13:33.508Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-11T21:13:33.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-11T21:13:33.643Z | info: downloading installer |
26 | 2024-09-11T21:13:34.942Z | info: profile set to 'default' |
27 | 2024-09-11T21:13:34.943Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-11T21:13:34.945Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-11T21:13:35.077Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-11T21:13:35.077Z | info: downloading component 'cargo' |
31 | 2024-09-11T21:13:35.778Z | info: downloading component 'clippy' |
32 | 2024-09-11T21:13:36.024Z | info: downloading component 'rust-docs' |
33 | 2024-09-11T21:13:36.989Z | info: downloading component 'rust-std' |
34 | 2024-09-11T21:13:38.340Z | info: downloading component 'rustc' |
35 | 2024-09-11T21:13:42.100Z | info: downloading component 'rustfmt' |
36 | 2024-09-11T21:13:42.316Z | info: installing component 'cargo' |
37 | 2024-09-11T21:13:43.177Z | info: installing component 'clippy' |
38 | 2024-09-11T21:13:43.564Z | info: installing component 'rust-docs' |
39 | 2024-09-11T21:13:45.196Z | info: installing component 'rust-std' |
40 | 2024-09-11T21:13:46.927Z | info: installing component 'rustc' |
41 | 2024-09-11T21:13:51.260Z | info: installing component 'rustfmt' |
42 | 2024-09-11T21:13:51.605Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-11T21:13:51.605Z | |
44 | 2024-09-11T21:13:51.853Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-11T21:13:51.853Z | |
46 | 2024-09-11T21:13:51.857Z | |
47 | 2024-09-11T21:13:51.857Z | Rust is installed now. Great! |
48 | 2024-09-11T21:13:51.857Z | |
49 | 2024-09-11T21:13:51.857Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-11T21:13:51.857Z | environment variable. This has not been done automatically. |
51 | 2024-09-11T21:13:51.857Z | |
52 | 2024-09-11T21:13:51.857Z | To configure your current shell, you need to source |
53 | 2024-09-11T21:13:51.857Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-11T21:13:51.857Z | |
55 | 2024-09-11T21:13:51.857Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-11T21:13:51.857Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-11T21:13:51.857Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-11T21:13:51.904Z | + rustc --version |
59 | 2024-09-11T21:13:51.971Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-11T21:13:51.979Z | process exited: duration 18471 ms, exit code 0 |
|
61 | 2024-09-11T21:13:51.985Z | starting task 2: "authentication" |
62 | 2024-09-11T21:13:52.006Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-11T21:13:52.012Z | starting task 3: "clone repository" |
64 | 2024-09-11T21:13:52.021Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-11T21:13:52.024Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-11T21:13:54.020Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-11T21:14:00.830Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-11T21:14:00.830Z | + git fetch origin 4c15433fa1cf87c3356ed598d74984bb3d496bde |
69 | 2024-09-11T21:14:01.150Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-11T21:14:01.150Z | * branch 4c15433fa1cf87c3356ed598d74984bb3d496bde -> FETCH_HEAD |
71 | 2024-09-11T21:14:01.159Z | + [[ -n eliza/updater-omdb-nice ]] |
72 | 2024-09-11T21:14:01.162Z | ++ git branch --show-current |
73 | 2024-09-11T21:14:01.164Z | + current=main |
74 | 2024-09-11T21:14:01.164Z | + [[ main != eliza/updater-omdb-nice ]] |
75 | 2024-09-11T21:14:01.164Z | + git branch -f eliza/updater-omdb-nice 4c15433fa1cf87c3356ed598d74984bb3d496bde |
76 | 2024-09-11T21:14:01.167Z | + git checkout -f eliza/updater-omdb-nice |
77 | 2024-09-11T21:14:01.323Z | Switched to branch 'eliza/updater-omdb-nice' |
78 | 2024-09-11T21:14:01.326Z | + git reset --hard 4c15433fa1cf87c3356ed598d74984bb3d496bde |
79 | 2024-09-11T21:14:01.355Z | HEAD is now at 4c15433fa gurgle |
80 | 2024-09-11T21:14:01.358Z | process exited: duration 9343 ms, exit code 0 |
|
81 | 2024-09-11T21:14:01.365Z | starting task 4: "build" |
82 | 2024-09-11T21:14:01.370Z | + cargo --version |
83 | 2024-09-11T21:14:01.426Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-11T21:14:01.429Z | + rustc --version |
85 | 2024-09-11T21:14:01.487Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-11T21:14:01.490Z | + cd /tmp |
87 | 2024-09-11T21:14:01.490Z | + cargo new --lib test-project |
88 | 2024-09-11T21:14:01.548Z | Creating library `test-project` package |
89 | 2024-09-11T21:14:01.623Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-11T21:14:01.625Z | + cd test-project |
91 | 2024-09-11T21:14:01.625Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-11T21:14:01.684Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-11T21:14:01.687Z | Features: |
94 | 2024-09-11T21:14:01.688Z | - proptest |
95 | 2024-09-11T21:14:01.688Z | - test-strategy |
96 | 2024-09-11T21:14:01.688Z | - testing |
97 | 2024-09-11T21:14:01.688Z | Updating crates.io index |
98 | 2024-09-11T21:14:01.800Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-11T21:14:02.718Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-11T21:14:03.606Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-11T21:14:03.992Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-11T21:14:05.892Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-11T21:14:06.262Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-11T21:14:06.674Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-11T21:14:10.198Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-11T21:14:10.200Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-11T21:14:10.200Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-11T21:14:10.200Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-11T21:14:10.200Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-11T21:14:10.200Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-11T21:14:10.204Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-11T21:14:10.204Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-11T21:14:10.204Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-11T21:14:10.204Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-11T21:14:10.204Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-11T21:14:10.204Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-11T21:14:10.204Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-11T21:14:10.204Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-11T21:14:10.204Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-11T21:14:10.204Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-11T21:14:10.204Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-11T21:14:10.204Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-11T21:14:10.207Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-11T21:14:10.207Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-11T21:14:10.211Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-11T21:14:10.214Z | Adding rustls v0.21.12 (latest: v0.23.13) |
127 | 2024-09-11T21:14:10.214Z | Adding rustls v0.22.4 (latest: v0.23.13) |
128 | 2024-09-11T21:14:10.217Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-11T21:14:10.217Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-11T21:14:10.219Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
131 | 2024-09-11T21:14:10.219Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
132 | 2024-09-11T21:14:10.219Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
133 | 2024-09-11T21:14:10.219Z | Adding term v0.7.0 (latest: v1.0.0) |
134 | 2024-09-11T21:14:10.223Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
135 | 2024-09-11T21:14:10.223Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
136 | 2024-09-11T21:14:10.223Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
137 | 2024-09-11T21:14:10.223Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
138 | 2024-09-11T21:14:10.223Z | Adding windows v0.52.0 (latest: v0.58.0) |
139 | 2024-09-11T21:14:10.223Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
140 | 2024-09-11T21:14:10.223Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-09-11T21:14:10.223Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-09-11T21:14:10.223Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-09-11T21:14:10.223Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
144 | 2024-09-11T21:14:10.223Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-09-11T21:14:10.223Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-09-11T21:14:10.223Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-09-11T21:14:10.223Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
148 | 2024-09-11T21:14:10.223Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
149 | 2024-09-11T21:14:10.223Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-11T21:14:10.223Z | Adding winreg v0.50.0 (latest: v0.52.0) |
151 | 2024-09-11T21:14:10.300Z | + cargo check |
152 | 2024-09-11T21:14:10.554Z | Downloading crates ... |
153 | 2024-09-11T21:14:10.635Z | Downloaded darling_macro v0.20.10 |
154 | 2024-09-11T21:14:10.637Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2024-09-11T21:14:10.641Z | Downloaded equivalent v1.0.1 |
156 | 2024-09-11T21:14:10.644Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-09-11T21:14:10.647Z | Downloaded usdt-macro v0.5.0 |
158 | 2024-09-11T21:14:10.650Z | Downloaded untrusted v0.9.0 |
159 | 2024-09-11T21:14:10.653Z | Downloaded openssl-probe v0.1.5 |
160 | 2024-09-11T21:14:10.655Z | Downloaded deranged v0.3.11 |
161 | 2024-09-11T21:14:10.660Z | Downloaded num_threads v0.1.7 |
162 | 2024-09-11T21:14:10.664Z | Downloaded waitgroup v0.1.2 |
163 | 2024-09-11T21:14:10.668Z | Downloaded dyn-clone v1.0.17 |
164 | 2024-09-11T21:14:10.668Z | Downloaded byteorder v1.5.0 |
165 | 2024-09-11T21:14:10.670Z | Downloaded num-conv v0.1.0 |
166 | 2024-09-11T21:14:10.671Z | Downloaded dof v0.3.0 |
167 | 2024-09-11T21:14:10.671Z | Downloaded dirs-next v2.0.0 |
168 | 2024-09-11T21:14:10.673Z | Downloaded hostname v0.4.0 |
169 | 2024-09-11T21:14:10.676Z | Downloaded take_mut v0.2.2 |
170 | 2024-09-11T21:14:10.676Z | Downloaded hex v0.4.3 |
171 | 2024-09-11T21:14:10.678Z | Downloaded httpdate v1.0.3 |
172 | 2024-09-11T21:14:10.678Z | Downloaded usdt v0.5.0 |
173 | 2024-09-11T21:14:10.681Z | Downloaded futures-io v0.3.30 |
174 | 2024-09-11T21:14:10.681Z | Downloaded percent-encoding v2.3.1 |
175 | 2024-09-11T21:14:10.681Z | Downloaded usdt-attr-macro v0.5.0 |
176 | 2024-09-11T21:14:10.683Z | Downloaded futures-sink v0.3.30 |
177 | 2024-09-11T21:14:10.683Z | Downloaded futures-task v0.3.30 |
178 | 2024-09-11T21:14:10.684Z | Downloaded cfg-if v1.0.0 |
179 | 2024-09-11T21:14:10.686Z | Downloaded ipnetwork v0.20.0 |
180 | 2024-09-11T21:14:10.688Z | Downloaded fnv v1.0.7 |
181 | 2024-09-11T21:14:10.688Z | Downloaded sha1 v0.10.6 |
182 | 2024-09-11T21:14:10.691Z | Downloaded rustversion v1.0.17 |
183 | 2024-09-11T21:14:10.693Z | Downloaded scopeguard v1.2.0 |
184 | 2024-09-11T21:14:10.696Z | Downloaded slog-bunyan v2.5.0 |
185 | 2024-09-11T21:14:10.696Z | Downloaded shlex v1.3.0 |
186 | 2024-09-11T21:14:10.699Z | Downloaded lock_api v0.4.12 |
187 | 2024-09-11T21:14:10.699Z | Downloaded camino v1.1.9 |
188 | 2024-09-11T21:14:10.701Z | Downloaded ppv-lite86 v0.2.20 |
189 | 2024-09-11T21:14:10.704Z | Downloaded structmeta-derive v0.3.0 |
190 | 2024-09-11T21:14:10.707Z | Downloaded strsim v0.11.1 |
191 | 2024-09-11T21:14:10.707Z | Downloaded thiserror v1.0.63 |
192 | 2024-09-11T21:14:10.710Z | Downloaded serde_urlencoded v0.7.1 |
193 | 2024-09-11T21:14:10.713Z | Downloaded try-lock v0.2.5 |
194 | 2024-09-11T21:14:10.715Z | Downloaded serde_with_macros v3.9.0 |
195 | 2024-09-11T21:14:10.717Z | Downloaded rustls-pemfile v2.1.3 |
196 | 2024-09-11T21:14:10.720Z | Downloaded rand_core v0.6.4 |
197 | 2024-09-11T21:14:10.720Z | Downloaded semver v1.0.23 |
198 | 2024-09-11T21:14:10.722Z | Downloaded pin-project-lite v0.2.14 |
199 | 2024-09-11T21:14:10.727Z | Downloaded slog-term v2.9.1 |
200 | 2024-09-11T21:14:10.732Z | Downloaded omicron-workspace-hack v0.1.0 |
201 | 2024-09-11T21:14:10.735Z | Downloaded instant v0.1.13 |
202 | 2024-09-11T21:14:10.735Z | Downloaded openssl-macros v0.1.1 |
203 | 2024-09-11T21:14:10.735Z | Downloaded match_cfg v0.1.0 |
204 | 2024-09-11T21:14:10.735Z | Downloaded want v0.3.1 |
205 | 2024-09-11T21:14:10.736Z | Downloaded http-body v0.4.6 |
206 | 2024-09-11T21:14:10.738Z | Downloaded ident_case v1.0.1 |
207 | 2024-09-11T21:14:10.738Z | Downloaded foreign-types v0.3.2 |
208 | 2024-09-11T21:14:10.738Z | Downloaded zeroize v1.8.1 |
209 | 2024-09-11T21:14:10.742Z | Downloaded dtrace-parser v0.2.0 |
210 | 2024-09-11T21:14:10.742Z | Downloaded serde_spanned v0.6.7 |
211 | 2024-09-11T21:14:10.744Z | Downloaded unicode-bidi v0.3.15 |
212 | 2024-09-11T21:14:10.747Z | Downloaded ipnet v2.10.0 |
213 | 2024-09-11T21:14:10.749Z | Downloaded pretty-hex v0.4.1 |
214 | 2024-09-11T21:14:10.749Z | Downloaded strum v0.26.3 |
215 | 2024-09-11T21:14:10.752Z | Downloaded iana-time-zone v0.1.60 |
216 | 2024-09-11T21:14:10.754Z | Downloaded tower-service v0.3.3 |
217 | 2024-09-11T21:14:10.754Z | Downloaded time-core v0.1.2 |
218 | 2024-09-11T21:14:10.757Z | Downloaded async-stream v0.3.5 |
219 | 2024-09-11T21:14:10.757Z | Downloaded serde_derive v1.0.210 |
220 | 2024-09-11T21:14:10.760Z | Downloaded dirs-sys-next v0.1.2 |
221 | 2024-09-11T21:14:10.762Z | Downloaded toml_datetime v0.6.8 |
222 | 2024-09-11T21:14:10.765Z | Downloaded strum_macros v0.26.4 |
223 | 2024-09-11T21:14:10.767Z | Downloaded futures-macro v0.3.30 |
224 | 2024-09-11T21:14:10.767Z | Downloaded scroll_derive v0.12.0 |
225 | 2024-09-11T21:14:10.770Z | Downloaded form_urlencoded v1.2.1 |
226 | 2024-09-11T21:14:10.770Z | Downloaded hostname v0.3.1 |
227 | 2024-09-11T21:14:10.772Z | Downloaded generic-array v0.14.7 |
228 | 2024-09-11T21:14:10.772Z | Downloaded debug-ignore v1.0.5 |
229 | 2024-09-11T21:14:10.775Z | Downloaded version_check v0.9.5 |
230 | 2024-09-11T21:14:10.777Z | Downloaded heck v0.5.0 |
231 | 2024-09-11T21:14:10.777Z | Downloaded digest v0.10.7 |
232 | 2024-09-11T21:14:10.780Z | Downloaded newtype-uuid v1.1.0 |
233 | 2024-09-11T21:14:10.780Z | Downloaded rand_chacha v0.3.1 |
234 | 2024-09-11T21:14:10.782Z | Downloaded thiserror-impl v1.0.63 |
235 | 2024-09-11T21:14:10.785Z | Downloaded powerfmt v0.2.0 |
236 | 2024-09-11T21:14:10.785Z | Downloaded pkg-config v0.3.30 |
237 | 2024-09-11T21:14:10.787Z | Downloaded schemars_derive v0.8.21 |
238 | 2024-09-11T21:14:10.790Z | Downloaded once_cell v1.19.0 |
239 | 2024-09-11T21:14:10.793Z | Downloaded scroll v0.12.0 |
240 | 2024-09-11T21:14:10.793Z | Downloaded ahash v0.8.11 |
241 | 2024-09-11T21:14:10.797Z | Downloaded tinyvec_macros v0.1.1 |
242 | 2024-09-11T21:14:10.799Z | Downloaded tokio-macros v2.4.0 |
243 | 2024-09-11T21:14:10.799Z | Downloaded thread-id v4.2.2 |
244 | 2024-09-11T21:14:10.803Z | Downloaded structmeta v0.3.0 |
245 | 2024-09-11T21:14:10.803Z | Downloaded slog-async v2.8.0 |
246 | 2024-09-11T21:14:10.805Z | Downloaded thread_local v1.1.8 |
247 | 2024-09-11T21:14:10.805Z | Downloaded parking_lot v0.12.3 |
248 | 2024-09-11T21:14:10.808Z | Downloaded time-macros v0.2.18 |
249 | 2024-09-11T21:14:10.811Z | Downloaded futures-channel v0.3.30 |
250 | 2024-09-11T21:14:10.814Z | Downloaded slog-json v2.6.1 |
251 | 2024-09-11T21:14:10.817Z | Downloaded parking_lot_core v0.9.10 |
252 | 2024-09-11T21:14:10.819Z | Downloaded async-trait v0.1.82 |
253 | 2024-09-11T21:14:10.822Z | Downloaded tokio-rustls v0.25.0 |
254 | 2024-09-11T21:14:10.825Z | Downloaded rustls-pki-types v1.8.0 |
255 | 2024-09-11T21:14:10.828Z | Downloaded pest_derive v2.7.12 |
256 | 2024-09-11T21:14:10.828Z | Downloaded serde_derive_internals v0.29.1 |
257 | 2024-09-11T21:14:10.831Z | Downloaded sct v0.7.1 |
258 | 2024-09-11T21:14:10.834Z | Downloaded smallvec v1.13.2 |
259 | 2024-09-11T21:14:10.836Z | Downloaded term v0.7.0 |
260 | 2024-09-11T21:14:10.840Z | Downloaded base64 v0.22.1 |
261 | 2024-09-11T21:14:10.844Z | Downloaded unicode-ident v1.0.13 |
262 | 2024-09-11T21:14:10.848Z | Downloaded uuid v1.10.0 |
263 | 2024-09-11T21:14:10.851Z | Downloaded unsafe-libyaml v0.2.11 |
264 | 2024-09-11T21:14:10.855Z | Downloaded sha2 v0.10.8 |
265 | 2024-09-11T21:14:10.858Z | Downloaded ryu v1.0.18 |
266 | 2024-09-11T21:14:10.861Z | Downloaded typenum v1.17.0 |
267 | 2024-09-11T21:14:10.865Z | Downloaded num-traits v0.2.19 |
268 | 2024-09-11T21:14:10.868Z | Downloaded indexmap v2.5.0 |
269 | 2024-09-11T21:14:10.873Z | Downloaded unicode-normalization v0.1.23 |
270 | 2024-09-11T21:14:10.878Z | Downloaded pest_meta v2.7.12 |
271 | 2024-09-11T21:14:10.880Z | Downloaded toml v0.8.19 |
272 | 2024-09-11T21:14:10.883Z | Downloaded ucd-trie v0.1.6 |
273 | 2024-09-11T21:14:10.885Z | Downloaded bytes v1.7.1 |
274 | 2024-09-11T21:14:10.889Z | Downloaded tokio-rustls v0.24.1 |
275 | 2024-09-11T21:14:10.892Z | Downloaded serde v1.0.210 |
276 | 2024-09-11T21:14:10.896Z | Downloaded zerocopy v0.7.35 |
277 | 2024-09-11T21:14:10.916Z | Downloaded openssl-sys v0.9.103 |
278 | 2024-09-11T21:14:10.921Z | Downloaded tracing-core v0.1.32 |
279 | 2024-09-11T21:14:10.924Z | Downloaded tinyvec v1.8.0 |
280 | 2024-09-11T21:14:10.927Z | Downloaded serde_yaml v0.9.34+deprecated |
281 | 2024-09-11T21:14:10.931Z | Downloaded crossbeam-channel v0.5.13 |
282 | 2024-09-11T21:14:10.936Z | Downloaded http v1.1.0 |
283 | 2024-09-11T21:14:10.940Z | Downloaded http v0.2.12 |
284 | 2024-09-11T21:14:10.945Z | Downloaded time v0.3.36 |
285 | 2024-09-11T21:14:10.952Z | Downloaded tracing v0.1.40 |
286 | 2024-09-11T21:14:10.956Z | Downloaded toml_edit v0.22.20 |
287 | 2024-09-11T21:14:10.979Z | Downloaded hashbrown v0.14.5 |
288 | 2024-09-11T21:14:10.984Z | Downloaded serde_with v3.9.0 |
289 | 2024-09-11T21:14:10.994Z | Downloaded pest v2.7.12 |
290 | 2024-09-11T21:14:10.999Z | Downloaded tokio-util v0.7.12 |
291 | 2024-09-11T21:14:11.007Z | Downloaded h2 v0.3.26 |
292 | 2024-09-11T21:14:11.015Z | Downloaded webpki-roots v0.25.4 |
293 | 2024-09-11T21:14:11.018Z | Downloaded rustls-webpki v0.102.8 |
294 | 2024-09-11T21:14:11.038Z | Downloaded futures-util v0.3.30 |
295 | 2024-09-11T21:14:11.050Z | Downloaded syn v2.0.77 |
296 | 2024-09-11T21:14:11.063Z | Downloaded openssl v0.10.66 |
297 | 2024-09-11T21:14:11.073Z | Downloaded regex v1.10.6 |
298 | 2024-09-11T21:14:11.088Z | Downloaded rustls v0.22.4 |
299 | 2024-09-11T21:14:11.100Z | Downloaded regress v0.9.1 |
300 | 2024-09-11T21:14:11.108Z | Downloaded openapiv3 v2.0.0 |
301 | 2024-09-11T21:14:11.121Z | Downloaded regex-syntax v0.8.4 |
302 | 2024-09-11T21:14:11.129Z | Downloaded regex-automata v0.4.7 |
303 | 2024-09-11T21:14:11.148Z | Downloaded rustls v0.21.12 |
304 | 2024-09-11T21:14:11.159Z | Downloaded regress v0.10.1 |
305 | 2024-09-11T21:14:11.168Z | Downloaded chrono v0.4.38 |
306 | 2024-09-11T21:14:11.176Z | Downloaded vcpkg v0.2.15 |
307 | 2024-09-11T21:14:11.218Z | Downloaded idna v0.5.0 |
308 | 2024-09-11T21:14:11.224Z | Downloaded tokio v1.40.0 |
309 | 2024-09-11T21:14:11.262Z | Downloaded libc v0.2.158 |
310 | 2024-09-11T21:14:11.289Z | Downloaded hyper v0.14.30 |
311 | 2024-09-11T21:14:11.296Z | Downloaded goblin v0.8.2 |
312 | 2024-09-11T21:14:11.302Z | Downloaded encoding_rs v0.8.34 |
313 | 2024-09-11T21:14:11.323Z | Downloaded reqwest v0.11.27 |
314 | 2024-09-11T21:14:11.330Z | Downloaded winnow v0.6.18 |
315 | 2024-09-11T21:14:11.341Z | Downloaded serde_json v1.0.128 |
316 | 2024-09-11T21:14:11.348Z | Downloaded rustls-webpki v0.101.7 |
317 | 2024-09-11T21:14:11.362Z | Downloaded hashbrown v0.12.3 |
318 | 2024-09-11T21:14:11.366Z | Downloaded cc v1.1.18 |
319 | 2024-09-11T21:14:11.370Z | Downloaded base64 v0.21.7 |
320 | 2024-09-11T21:14:11.374Z | Downloaded mio v1.0.2 |
321 | 2024-09-11T21:14:11.379Z | Downloaded indexmap v1.9.3 |
322 | 2024-09-11T21:14:11.382Z | Downloaded memchr v2.7.4 |
323 | 2024-09-11T21:14:11.387Z | Downloaded darling_core v0.20.10 |
324 | 2024-09-11T21:14:11.392Z | Downloaded allocator-api2 v0.2.18 |
325 | 2024-09-11T21:14:11.395Z | Downloaded aho-corasick v1.1.3 |
326 | 2024-09-11T21:14:11.401Z | Downloaded log v0.4.22 |
327 | 2024-09-11T21:14:11.403Z | Downloaded spin v0.9.8 |
328 | 2024-09-11T21:14:11.406Z | Downloaded url v2.5.2 |
329 | 2024-09-11T21:14:11.408Z | Downloaded signal-hook-registry v1.4.2 |
330 | 2024-09-11T21:14:11.411Z | Downloaded rand v0.8.5 |
331 | 2024-09-11T21:14:11.413Z | Downloaded ring v0.17.8 |
332 | 2024-09-11T21:14:11.480Z | Downloaded quote v1.0.37 |
333 | 2024-09-11T21:14:11.484Z | Downloaded multer v3.1.0 |
334 | 2024-09-11T21:14:11.484Z | Downloaded zerocopy-derive v0.7.35 |
335 | 2024-09-11T21:14:11.486Z | Downloaded socket2 v0.5.7 |
336 | 2024-09-11T21:14:11.489Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-09-11T21:14:11.489Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-09-11T21:14:11.491Z | Downloaded block-buffer v0.10.4 |
339 | 2024-09-11T21:14:11.491Z | Downloaded subtle v2.6.1 |
340 | 2024-09-11T21:14:11.494Z | Downloaded futures v0.3.30 |
341 | 2024-09-11T21:14:11.497Z | Downloaded tokio-native-tls v0.3.1 |
342 | 2024-09-11T21:14:11.500Z | Downloaded slab v0.4.9 |
343 | 2024-09-11T21:14:11.500Z | Downloaded serde_path_to_error v0.1.16 |
344 | 2024-09-11T21:14:11.503Z | Downloaded schemars v0.8.21 |
345 | 2024-09-11T21:14:11.511Z | Downloaded rustls-pemfile v1.0.4 |
346 | 2024-09-11T21:14:11.514Z | Downloaded parse-display v0.10.0 |
347 | 2024-09-11T21:14:11.514Z | Downloaded mime v0.3.17 |
348 | 2024-09-11T21:14:11.516Z | Downloaded memmap v0.7.0 |
349 | 2024-09-11T21:14:11.516Z | Downloaded crossbeam-utils v0.8.20 |
350 | 2024-09-11T21:14:11.519Z | Downloaded pin-utils v0.1.0 |
351 | 2024-09-11T21:14:11.522Z | Downloaded paste v1.0.15 |
352 | 2024-09-11T21:14:11.525Z | Downloaded is-terminal v0.4.13 |
353 | 2024-09-11T21:14:11.525Z | Downloaded hyper-tls v0.5.0 |
354 | 2024-09-11T21:14:11.525Z | Downloaded futures-executor v0.3.30 |
355 | 2024-09-11T21:14:11.528Z | Downloaded slog v2.7.0 |
356 | 2024-09-11T21:14:11.528Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-09-11T21:14:11.531Z | Downloaded crypto-common v0.1.6 |
358 | 2024-09-11T21:14:11.531Z | Downloaded autocfg v1.3.0 |
359 | 2024-09-11T21:14:11.534Z | Downloaded sync_wrapper v0.1.2 |
360 | 2024-09-11T21:14:11.534Z | Downloaded bitflags v2.6.0 |
361 | 2024-09-11T21:14:11.536Z | Downloaded anyhow v1.0.88 |
362 | 2024-09-11T21:14:11.540Z | Downloaded native-tls v0.2.12 |
363 | 2024-09-11T21:14:11.542Z | Downloaded itoa v1.0.11 |
364 | 2024-09-11T21:14:11.545Z | Downloaded hyper-rustls v0.24.2 |
365 | 2024-09-11T21:14:11.545Z | Downloaded httparse v1.9.4 |
366 | 2024-09-11T21:14:11.547Z | Downloaded getrandom v0.2.15 |
367 | 2024-09-11T21:14:11.551Z | Downloaded parse-display-derive v0.10.0 |
368 | 2024-09-11T21:14:11.553Z | Downloaded futures-core v0.3.30 |
369 | 2024-09-11T21:14:11.554Z | Downloaded plain v0.2.3 |
370 | 2024-09-11T21:14:11.554Z | Downloaded pest_generator v2.7.12 |
371 | 2024-09-11T21:14:11.554Z | Downloaded darling v0.20.10 |
372 | 2024-09-11T21:14:11.557Z | Downloaded macaddr v1.0.1 |
373 | 2024-09-11T21:14:11.560Z | Downloaded backoff v0.4.0 |
374 | 2024-09-11T21:14:11.562Z | Downloaded cpufeatures v0.2.14 |
375 | 2024-09-11T21:14:11.562Z | Downloaded atomic-waker v1.1.2 |
376 | 2024-09-11T21:14:11.688Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-11T21:14:11.691Z | Compiling unicode-ident v1.0.13 |
378 | 2024-09-11T21:14:11.691Z | Compiling libc v0.2.158 |
379 | 2024-09-11T21:14:11.691Z | Checking cfg-if v1.0.0 |
380 | 2024-09-11T21:14:11.691Z | Compiling version_check v0.9.5 |
381 | 2024-09-11T21:14:11.691Z | Compiling autocfg v1.3.0 |
382 | 2024-09-11T21:14:11.691Z | Compiling serde v1.0.210 |
383 | 2024-09-11T21:14:11.704Z | Checking memchr v2.7.4 |
384 | 2024-09-11T21:14:11.771Z | Compiling serde_json v1.0.128 |
385 | 2024-09-11T21:14:11.882Z | Checking itoa v1.0.11 |
386 | 2024-09-11T21:14:12.340Z | Compiling ahash v0.8.11 |
387 | 2024-09-11T21:14:12.352Z | Compiling thiserror v1.0.63 |
388 | 2024-09-11T21:14:12.397Z | Compiling shlex v1.3.0 |
389 | 2024-09-11T21:14:12.642Z | Checking byteorder v1.5.0 |
390 | 2024-09-11T21:14:12.902Z | Checking once_cell v1.19.0 |
391 | 2024-09-11T21:14:13.102Z | Compiling cc v1.1.18 |
392 | 2024-09-11T21:14:14.042Z | Compiling num-traits v0.2.19 |
393 | 2024-09-11T21:14:14.056Z | Checking pin-project-lite v0.2.14 |
394 | 2024-09-11T21:14:14.056Z | Checking ryu v1.0.18 |
395 | 2024-09-11T21:14:14.056Z | Checking bytes v1.7.1 |
396 | 2024-09-11T21:14:14.056Z | Checking log v0.4.22 |
397 | 2024-09-11T21:14:14.146Z | Checking allocator-api2 v0.2.18 |
398 | 2024-09-11T21:14:14.284Z | Compiling lock_api v0.4.12 |
399 | 2024-09-11T21:14:14.310Z | Compiling parking_lot_core v0.9.10 |
400 | 2024-09-11T21:14:14.474Z | Checking getrandom v0.2.15 |
401 | 2024-09-11T21:14:14.560Z | Compiling schemars v0.8.21 |
402 | 2024-09-11T21:14:14.614Z | Compiling quote v1.0.37 |
403 | 2024-09-11T21:14:14.663Z | Checking futures-core v0.3.30 |
404 | 2024-09-11T21:14:14.756Z | Checking smallvec v1.13.2 |
405 | 2024-09-11T21:14:14.771Z | Checking scopeguard v1.2.0 |
406 | 2024-09-11T21:14:14.776Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-09-11T21:14:14.830Z | Checking socket2 v0.5.7 |
408 | 2024-09-11T21:14:14.942Z | Checking mio v1.0.2 |
409 | 2024-09-11T21:14:14.986Z | Compiling syn v2.0.77 |
410 | 2024-09-11T21:14:15.239Z | Compiling slab v0.4.9 |
411 | 2024-09-11T21:14:15.284Z | Checking spin v0.9.8 |
412 | 2024-09-11T21:14:15.326Z | Checking futures-sink v0.3.30 |
413 | 2024-09-11T21:14:15.368Z | Checking fnv v1.0.7 |
414 | 2024-09-11T21:14:15.455Z | Checking parking_lot v0.12.3 |
415 | 2024-09-11T21:14:15.516Z | Checking untrusted v0.9.0 |
416 | 2024-09-11T21:14:15.524Z | Checking equivalent v1.0.1 |
417 | 2024-09-11T21:14:15.551Z | Checking futures-channel v0.3.30 |
418 | 2024-09-11T21:14:15.606Z | Compiling vcpkg v0.2.15 |
419 | 2024-09-11T21:14:15.645Z | Checking pin-utils v0.1.0 |
420 | 2024-09-11T21:14:15.715Z | Checking futures-io v0.3.30 |
421 | 2024-09-11T21:14:15.790Z | Compiling heck v0.5.0 |
422 | 2024-09-11T21:14:15.885Z | Compiling ring v0.17.8 |
423 | 2024-09-11T21:14:15.888Z | Compiling pkg-config v0.3.30 |
424 | 2024-09-11T21:14:15.900Z | Checking futures-task v0.3.30 |
425 | 2024-09-11T21:14:16.000Z | Compiling semver v1.0.23 |
426 | 2024-09-11T21:14:16.288Z | Checking iana-time-zone v0.1.60 |
427 | 2024-09-11T21:14:16.363Z | Compiling ucd-trie v0.1.6 |
428 | 2024-09-11T21:14:16.445Z | Checking http v0.2.12 |
429 | 2024-09-11T21:14:16.884Z | Compiling httparse v1.9.4 |
430 | 2024-09-11T21:14:17.330Z | Checking dyn-clone v1.0.17 |
431 | 2024-09-11T21:14:17.338Z | Compiling openssl-sys v0.9.103 |
432 | 2024-09-11T21:14:17.629Z | Checking tracing-core v0.1.32 |
433 | 2024-09-11T21:14:17.846Z | Compiling uuid v1.10.0 |
434 | 2024-09-11T21:14:18.192Z | Checking tracing v0.1.40 |
435 | 2024-09-11T21:14:18.333Z | Compiling chrono v0.4.38 |
436 | 2024-09-11T21:14:18.356Z | Compiling slog v2.7.0 |
437 | 2024-09-11T21:14:18.372Z | Compiling openssl v0.10.66 |
438 | 2024-09-11T21:14:18.445Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-09-11T21:14:18.515Z | Checking try-lock v0.2.5 |
440 | 2024-09-11T21:14:18.629Z | Checking want v0.3.1 |
441 | 2024-09-11T21:14:18.664Z | Checking foreign-types v0.3.2 |
442 | 2024-09-11T21:14:18.745Z | Checking http-body v0.4.6 |
443 | 2024-09-11T21:14:18.758Z | Compiling aho-corasick v1.1.3 |
444 | 2024-09-11T21:14:18.872Z | Compiling typenum v1.17.0 |
445 | 2024-09-11T21:14:19.073Z | Checking httpdate v1.0.3 |
446 | 2024-09-11T21:14:19.302Z | Checking tinyvec_macros v0.1.1 |
447 | 2024-09-11T21:14:19.379Z | Compiling native-tls v0.2.12 |
448 | 2024-09-11T21:14:19.706Z | Checking tower-service v0.3.3 |
449 | 2024-09-11T21:14:19.735Z | Checking percent-encoding v2.3.1 |
450 | 2024-09-11T21:14:19.809Z | Compiling regex-syntax v0.8.4 |
451 | 2024-09-11T21:14:19.896Z | Checking bitflags v2.6.0 |
452 | 2024-09-11T21:14:20.094Z | Compiling rustls v0.21.12 |
453 | 2024-09-11T21:14:20.103Z | Checking form_urlencoded v1.2.1 |
454 | 2024-09-11T21:14:20.327Z | Checking tinyvec v1.8.0 |
455 | 2024-09-11T21:14:20.768Z | Compiling generic-array v0.14.7 |
456 | 2024-09-11T21:14:21.051Z | Checking openssl-probe v0.1.5 |
457 | 2024-09-11T21:14:21.281Z | Compiling serde_derive_internals v0.29.1 |
458 | 2024-09-11T21:14:21.383Z | Checking unicode-normalization v0.1.23 |
459 | 2024-09-11T21:14:23.254Z | Compiling regex-automata v0.4.7 |
460 | 2024-09-11T21:14:23.302Z | Compiling usdt-impl v0.5.0 |
461 | 2024-09-11T21:14:23.351Z | Checking encoding_rs v0.8.34 |
462 | 2024-09-11T21:14:23.619Z | Checking unicode-bidi v0.3.15 |
463 | 2024-09-11T21:14:24.091Z | Compiling time-core v0.1.2 |
464 | 2024-09-11T21:14:24.186Z | Checking powerfmt v0.2.0 |
465 | 2024-09-11T21:14:24.222Z | Compiling num-conv v0.1.0 |
466 | 2024-09-11T21:14:24.434Z | Checking mime v0.3.17 |
467 | 2024-09-11T21:14:24.759Z | Compiling time-macros v0.2.18 |
468 | 2024-09-11T21:14:24.802Z | Checking deranged v0.3.11 |
469 | 2024-09-11T21:14:25.027Z | Checking idna v0.5.0 |
470 | 2024-09-11T21:14:25.858Z | Compiling thread-id v4.2.2 |
471 | 2024-09-11T21:14:25.953Z | Compiling crossbeam-utils v0.8.20 |
472 | 2024-09-11T21:14:26.048Z | Compiling serde_derive v1.0.210 |
473 | 2024-09-11T21:14:26.373Z | Compiling zerocopy-derive v0.7.35 |
474 | 2024-09-11T21:14:26.475Z | Compiling thiserror-impl v1.0.63 |
475 | 2024-09-11T21:14:26.727Z | Compiling schemars_derive v0.8.21 |
476 | 2024-09-11T21:14:27.517Z | Compiling tokio-macros v2.4.0 |
477 | 2024-09-11T21:14:28.126Z | Compiling futures-macro v0.3.30 |
478 | 2024-09-11T21:14:28.287Z | Checking zerocopy v0.7.35 |
479 | 2024-09-11T21:14:29.340Z | Checking tokio v1.40.0 |
480 | 2024-09-11T21:14:29.570Z | Compiling pest v2.7.12 |
481 | 2024-09-11T21:14:29.924Z | Checking futures-util v0.3.30 |
482 | 2024-09-11T21:14:29.990Z | Checking hashbrown v0.14.5 |
483 | 2024-09-11T21:14:30.646Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-11T21:14:31.143Z | Compiling regex v1.10.6 |
485 | 2024-09-11T21:14:32.167Z | Compiling pest_meta v2.7.12 |
486 | 2024-09-11T21:14:32.280Z | Compiling regress v0.10.1 |
487 | 2024-09-11T21:14:32.323Z | Compiling scroll_derive v0.12.0 |
488 | 2024-09-11T21:14:34.614Z | Compiling pest_generator v2.7.12 |
489 | 2024-09-11T21:14:35.197Z | Checking sct v0.7.1 |
490 | 2024-09-11T21:14:35.379Z | Checking rustls-webpki v0.101.7 |
491 | 2024-09-11T21:14:36.376Z | Checking scroll v0.12.0 |
492 | 2024-09-11T21:14:36.395Z | Compiling pest_derive v2.7.12 |
493 | 2024-09-11T21:14:36.631Z | Checking tokio-util v0.7.12 |
494 | 2024-09-11T21:14:37.231Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-09-11T21:14:37.243Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-09-11T21:14:37.460Z | Compiling ident_case v1.0.1 |
497 | 2024-09-11T21:14:37.472Z | Compiling strsim v0.11.1 |
498 | 2024-09-11T21:14:37.814Z | Checking num_threads v0.1.7 |
499 | 2024-09-11T21:14:38.286Z | Checking indexmap v2.5.0 |
500 | 2024-09-11T21:14:39.422Z | Checking tokio-rustls v0.24.1 |
501 | 2024-09-11T21:14:39.506Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-09-11T21:14:39.585Z | Checking h2 v0.3.26 |
503 | 2024-09-11T21:14:39.757Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-09-11T21:14:40.116Z | Compiling serde_tokenstream v0.2.2 |
505 | 2024-09-11T21:14:40.421Z | Checking base64 v0.21.7 |
506 | 2024-09-11T21:14:40.654Z | Checking plain v0.2.3 |
507 | 2024-09-11T21:14:40.790Z | Checking goblin v0.8.2 |
508 | 2024-09-11T21:14:40.896Z | Checking rustls-pemfile v1.0.4 |
509 | 2024-09-11T21:14:41.077Z | Checking openapiv3 v2.0.0 |
510 | 2024-09-11T21:14:41.670Z | Compiling dof v0.3.0 |
511 | 2024-09-11T21:14:42.055Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
512 | 2024-09-11T21:14:43.870Z | Checking hyper v0.14.30 |
513 | 2024-09-11T21:14:43.930Z | Checking time v0.3.36 |
514 | 2024-09-11T21:14:44.526Z | Compiling darling_core v0.20.10 |
515 | 2024-09-11T21:14:45.283Z | Checking url v2.5.2 |
516 | 2024-09-11T21:14:45.790Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-09-11T21:14:45.942Z | Compiling rustversion v1.0.17 |
518 | 2024-09-11T21:14:46.034Z | Compiling rustls v0.22.4 |
519 | 2024-09-11T21:14:46.193Z | Checking pretty-hex v0.4.1 |
520 | 2024-09-11T21:14:46.343Z | Compiling paste v1.0.15 |
521 | 2024-09-11T21:14:46.351Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-09-11T21:14:46.580Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-09-11T21:14:46.847Z | Checking ipnet v2.10.0 |
524 | 2024-09-11T21:14:46.871Z | Checking webpki-roots v0.25.4 |
525 | 2024-09-11T21:14:46.887Z | Checking sync_wrapper v0.1.2 |
526 | 2024-09-11T21:14:47.203Z | Checking dirs-next v2.0.0 |
527 | 2024-09-11T21:14:47.309Z | Checking rustls-webpki v0.102.8 |
528 | 2024-09-11T21:14:47.458Z | Checking toml_datetime v0.6.8 |
529 | 2024-09-11T21:14:47.668Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-09-11T21:14:47.740Z | Checking serde_spanned v0.6.7 |
531 | 2024-09-11T21:14:47.918Z | Checking ppv-lite86 v0.2.20 |
532 | 2024-09-11T21:14:47.985Z | Checking crypto-common v0.1.6 |
533 | 2024-09-11T21:14:48.100Z | Checking block-buffer v0.10.4 |
534 | 2024-09-11T21:14:48.102Z | Compiling structmeta-derive v0.3.0 |
535 | 2024-09-11T21:14:48.129Z | Checking rand_core v0.6.4 |
536 | 2024-09-11T21:14:48.301Z | Checking hyper-tls v0.5.0 |
537 | 2024-09-11T21:14:48.379Z | Checking hyper-rustls v0.24.2 |
538 | 2024-09-11T21:14:48.406Z | Checking thread_local v1.1.8 |
539 | 2024-09-11T21:14:48.555Z | Compiling multer v3.1.0 |
540 | 2024-09-11T21:14:48.639Z | Checking reqwest v0.11.27 |
541 | 2024-09-11T21:14:48.648Z | Checking subtle v2.6.1 |
542 | 2024-09-11T21:14:48.685Z | Compiling camino v1.1.9 |
543 | 2024-09-11T21:14:48.865Z | Compiling anyhow v1.0.88 |
544 | 2024-09-11T21:14:48.880Z | Checking zeroize v1.8.1 |
545 | 2024-09-11T21:14:49.117Z | Checking match_cfg v0.1.0 |
546 | 2024-09-11T21:14:49.192Z | Compiling slog-async v2.8.0 |
547 | 2024-09-11T21:14:49.307Z | Checking winnow v0.6.18 |
548 | 2024-09-11T21:14:49.674Z | Checking hostname v0.3.1 |
549 | 2024-09-11T21:14:49.839Z | Checking rand_chacha v0.3.1 |
550 | 2024-09-11T21:14:49.934Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
551 | 2024-09-11T21:14:50.235Z | Checking digest v0.10.7 |
552 | 2024-09-11T21:14:50.532Z | Compiling darling_macro v0.20.10 |
553 | 2024-09-11T21:14:50.540Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-09-11T21:14:50.683Z | Checking term v0.7.0 |
555 | 2024-09-11T21:14:50.855Z | Compiling structmeta v0.3.0 |
556 | 2024-09-11T21:14:51.266Z | Checking slog-json v2.6.1 |
557 | 2024-09-11T21:14:51.343Z | Compiling usdt-macro v0.5.0 |
558 | 2024-09-11T21:14:51.492Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-09-11T21:14:51.494Z | Compiling darling v0.20.10 |
560 | 2024-09-11T21:14:51.599Z | Checking futures-executor v0.3.30 |
561 | 2024-09-11T21:14:51.815Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-09-11T21:14:52.322Z | Checking http v1.1.0 |
563 | 2024-09-11T21:14:52.330Z | Checking is-terminal v0.4.13 |
564 | 2024-09-11T21:14:52.425Z | Checking memmap v0.7.0 |
565 | 2024-09-11T21:14:52.427Z | Checking toml_edit v0.22.20 |
566 | 2024-09-11T21:14:52.596Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
567 | 2024-09-11T21:14:52.613Z | Checking take_mut v0.2.2 |
568 | 2024-09-11T21:14:52.742Z | Checking base64 v0.22.1 |
569 | 2024-09-11T21:14:52.904Z | Checking cpufeatures v0.2.14 |
570 | 2024-09-11T21:14:52.946Z | Checking atomic-waker v1.1.2 |
571 | 2024-09-11T21:14:52.985Z | Checking sha1 v0.10.6 |
572 | 2024-09-11T21:14:53.070Z | Checking waitgroup v0.1.2 |
573 | 2024-09-11T21:14:53.124Z | Checking async-stream v0.3.5 |
574 | 2024-09-11T21:14:53.209Z | Checking rustls-pemfile v2.1.3 |
575 | 2024-09-11T21:14:53.237Z | Checking usdt v0.5.0 |
576 | 2024-09-11T21:14:53.290Z | Checking slog-term v2.9.1 |
577 | 2024-09-11T21:14:53.437Z | Compiling strum_macros v0.26.4 |
578 | 2024-09-11T21:14:53.463Z | Checking futures v0.3.30 |
579 | 2024-09-11T21:14:53.474Z | Checking tokio-rustls v0.25.0 |
580 | 2024-09-11T21:14:53.515Z | Compiling serde_with_macros v3.9.0 |
581 | 2024-09-11T21:14:53.552Z | Checking slog-bunyan v2.5.0 |
582 | 2024-09-11T21:14:53.705Z | Compiling parse-display-derive v0.10.0 |
583 | 2024-09-11T21:14:53.766Z | Checking rand v0.8.5 |
584 | 2024-09-11T21:14:54.456Z | Checking ipnetwork v0.20.0 |
585 | 2024-09-11T21:14:54.462Z | Checking newtype-uuid v1.1.0 |
586 | 2024-09-11T21:14:54.698Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
587 | 2024-09-11T21:14:54.798Z | Checking hex v0.4.3 |
588 | 2024-09-11T21:14:55.020Z | Checking toml v0.8.19 |
589 | 2024-09-11T21:14:55.068Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-09-11T21:14:55.331Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-09-11T21:14:55.687Z | Compiling async-trait v0.1.82 |
592 | 2024-09-11T21:14:55.741Z | Checking hostname v0.4.0 |
593 | 2024-09-11T21:14:55.862Z | Checking instant v0.1.13 |
594 | 2024-09-11T21:14:55.965Z | Checking debug-ignore v1.0.5 |
595 | 2024-09-11T21:14:56.081Z | Checking backoff v0.4.0 |
596 | 2024-09-11T21:14:56.162Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-09-11T21:14:56.246Z | Checking serde_with v3.9.0 |
598 | 2024-09-11T21:14:56.285Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-09-11T21:14:56.343Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
600 | 2024-09-11T21:14:56.418Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-09-11T21:14:56.662Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-09-11T21:14:56.761Z | Checking macaddr v1.0.1 |
603 | 2024-09-11T21:14:57.097Z | Checking regress v0.9.1 |
604 | 2024-09-11T21:14:57.680Z | Checking parse-display v0.10.0 |
605 | 2024-09-11T21:14:57.943Z | Checking strum v0.26.3 |
606 | 2024-09-11T21:14:57.969Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
607 | 2024-09-11T21:14:59.910Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
608 | 2024-09-11T21:14:59.971Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
609 | 2024-09-11T21:15:02.547Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
610 | 2024-09-11T21:15:07.654Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
611 | 2024-09-11T21:15:07.759Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
612 | 2024-09-11T21:15:10.680Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-09-11T21:15:17.950Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-09-11T21:15:17.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
615 | 2024-09-11T21:15:18.069Z | + cargo build --release |
616 | 2024-09-11T21:15:18.345Z | Compiling proc-macro2 v1.0.86 |
617 | 2024-09-11T21:15:18.345Z | Compiling unicode-ident v1.0.13 |
618 | 2024-09-11T21:15:18.345Z | Compiling libc v0.2.158 |
619 | 2024-09-11T21:15:18.348Z | Compiling cfg-if v1.0.0 |
620 | 2024-09-11T21:15:18.348Z | Compiling version_check v0.9.5 |
621 | 2024-09-11T21:15:18.348Z | Compiling autocfg v1.3.0 |
622 | 2024-09-11T21:15:18.348Z | Compiling serde v1.0.210 |
623 | 2024-09-11T21:15:18.387Z | Compiling memchr v2.7.4 |
624 | 2024-09-11T21:15:18.530Z | Compiling serde_json v1.0.128 |
625 | 2024-09-11T21:15:18.850Z | Compiling itoa v1.0.11 |
626 | 2024-09-11T21:15:18.963Z | Compiling ahash v0.8.11 |
627 | 2024-09-11T21:15:18.970Z | Compiling thiserror v1.0.63 |
628 | 2024-09-11T21:15:19.061Z | Compiling shlex v1.3.0 |
629 | 2024-09-11T21:15:19.069Z | Compiling once_cell v1.19.0 |
630 | 2024-09-11T21:15:19.338Z | Compiling byteorder v1.5.0 |
631 | 2024-09-11T21:15:19.413Z | Compiling cc v1.1.18 |
632 | 2024-09-11T21:15:19.797Z | Compiling getrandom v0.2.15 |
633 | 2024-09-11T21:15:19.825Z | Compiling quote v1.0.37 |
634 | 2024-09-11T21:15:20.006Z | Compiling num-traits v0.2.19 |
635 | 2024-09-11T21:15:20.113Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-09-11T21:15:20.228Z | Compiling syn v2.0.77 |
637 | 2024-09-11T21:15:20.362Z | Compiling ryu v1.0.18 |
638 | 2024-09-11T21:15:20.439Z | Compiling bytes v1.7.1 |
639 | 2024-09-11T21:15:20.520Z | Compiling log v0.4.22 |
640 | 2024-09-11T21:15:20.563Z | Compiling schemars v0.8.21 |
641 | 2024-09-11T21:15:20.646Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-09-11T21:15:20.945Z | Compiling lock_api v0.4.12 |
643 | 2024-09-11T21:15:20.998Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-09-11T21:15:21.198Z | Compiling futures-core v0.3.30 |
645 | 2024-09-11T21:15:21.208Z | Compiling scopeguard v1.2.0 |
646 | 2024-09-11T21:15:21.344Z | Compiling smallvec v1.13.2 |
647 | 2024-09-11T21:15:21.423Z | Compiling socket2 v0.5.7 |
648 | 2024-09-11T21:15:21.466Z | Compiling mio v1.0.2 |
649 | 2024-09-11T21:15:21.487Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-09-11T21:15:21.949Z | Compiling slab v0.4.9 |
651 | 2024-09-11T21:15:22.282Z | Compiling parking_lot v0.12.3 |
652 | 2024-09-11T21:15:22.398Z | Compiling spin v0.9.8 |
653 | 2024-09-11T21:15:22.413Z | Compiling ring v0.17.8 |
654 | 2024-09-11T21:15:22.642Z | Compiling futures-sink v0.3.30 |
655 | 2024-09-11T21:15:22.785Z | Compiling untrusted v0.9.0 |
656 | 2024-09-11T21:15:22.954Z | Compiling equivalent v1.0.1 |
657 | 2024-09-11T21:15:23.000Z | Compiling fnv v1.0.7 |
658 | 2024-09-11T21:15:23.042Z | Compiling semver v1.0.23 |
659 | 2024-09-11T21:15:23.118Z | Compiling futures-channel v0.3.30 |
660 | 2024-09-11T21:15:23.362Z | Compiling futures-task v0.3.30 |
661 | 2024-09-11T21:15:23.369Z | Compiling vcpkg v0.2.15 |
662 | 2024-09-11T21:15:23.550Z | Compiling pin-utils v0.1.0 |
663 | 2024-09-11T21:15:23.563Z | Compiling futures-io v0.3.30 |
664 | 2024-09-11T21:15:23.622Z | Compiling heck v0.5.0 |
665 | 2024-09-11T21:15:23.631Z | Compiling pkg-config v0.3.30 |
666 | 2024-09-11T21:15:24.094Z | Compiling ucd-trie v0.1.6 |
667 | 2024-09-11T21:15:24.109Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-09-11T21:15:24.590Z | Compiling http v0.2.12 |
669 | 2024-09-11T21:15:24.928Z | Compiling httparse v1.9.4 |
670 | 2024-09-11T21:15:25.030Z | Compiling openssl-sys v0.9.103 |
671 | 2024-09-11T21:15:25.045Z | Compiling dyn-clone v1.0.17 |
672 | 2024-09-11T21:15:25.764Z | Compiling tracing-core v0.1.32 |
673 | 2024-09-11T21:15:25.917Z | Compiling uuid v1.10.0 |
674 | 2024-09-11T21:15:26.110Z | Compiling chrono v0.4.38 |
675 | 2024-09-11T21:15:27.502Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-09-11T21:15:28.150Z | Compiling tracing v0.1.40 |
677 | 2024-09-11T21:15:28.522Z | Compiling try-lock v0.2.5 |
678 | 2024-09-11T21:15:28.545Z | Compiling slog v2.7.0 |
679 | 2024-09-11T21:15:28.668Z | Compiling foreign-types-shared v0.1.1 |
680 | 2024-09-11T21:15:28.769Z | Compiling openssl v0.10.66 |
681 | 2024-09-11T21:15:28.801Z | Compiling foreign-types v0.3.2 |
682 | 2024-09-11T21:15:28.883Z | Compiling want v0.3.1 |
683 | 2024-09-11T21:15:29.168Z | Compiling http-body v0.4.6 |
684 | 2024-09-11T21:15:29.451Z | Compiling aho-corasick v1.1.3 |
685 | 2024-09-11T21:15:29.670Z | Compiling regex-syntax v0.8.4 |
686 | 2024-09-11T21:15:29.788Z | Compiling bitflags v2.6.0 |
687 | 2024-09-11T21:15:30.161Z | Compiling native-tls v0.2.12 |
688 | 2024-09-11T21:15:30.451Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-09-11T21:15:30.533Z | Compiling httpdate v1.0.3 |
690 | 2024-09-11T21:15:30.552Z | Compiling rustls v0.21.12 |
691 | 2024-09-11T21:15:30.636Z | Compiling typenum v1.17.0 |
692 | 2024-09-11T21:15:30.868Z | Compiling percent-encoding v2.3.1 |
693 | 2024-09-11T21:15:31.255Z | Compiling tower-service v0.3.3 |
694 | 2024-09-11T21:15:31.323Z | Compiling form_urlencoded v1.2.1 |
695 | 2024-09-11T21:15:31.377Z | Compiling tinyvec v1.8.0 |
696 | 2024-09-11T21:15:31.902Z | Compiling generic-array v0.14.7 |
697 | 2024-09-11T21:15:32.503Z | Compiling openssl-probe v0.1.5 |
698 | 2024-09-11T21:15:32.829Z | Compiling serde_derive v1.0.210 |
699 | 2024-09-11T21:15:32.836Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-09-11T21:15:33.033Z | Compiling thiserror-impl v1.0.63 |
701 | 2024-09-11T21:15:33.560Z | Compiling schemars_derive v0.8.21 |
702 | 2024-09-11T21:15:33.582Z | Compiling tokio-macros v2.4.0 |
703 | 2024-09-11T21:15:34.879Z | Compiling zerocopy v0.7.35 |
704 | 2024-09-11T21:15:35.444Z | Compiling tokio v1.40.0 |
705 | 2024-09-11T21:15:36.123Z | Compiling futures-macro v0.3.30 |
706 | 2024-09-11T21:15:36.653Z | Compiling pest v2.7.12 |
707 | 2024-09-11T21:15:37.046Z | Compiling hashbrown v0.14.5 |
708 | 2024-09-11T21:15:38.139Z | Compiling futures-util v0.3.30 |
709 | 2024-09-11T21:15:38.651Z | Compiling regress v0.10.1 |
710 | 2024-09-11T21:15:38.713Z | Compiling openssl-macros v0.1.1 |
711 | 2024-09-11T21:15:39.525Z | Compiling pest_meta v2.7.12 |
712 | 2024-09-11T21:15:43.399Z | Compiling pest_generator v2.7.12 |
713 | 2024-09-11T21:15:43.655Z | Compiling sct v0.7.1 |
714 | 2024-09-11T21:15:44.130Z | Compiling rustls-webpki v0.101.7 |
715 | 2024-09-11T21:15:45.136Z | Compiling tokio-util v0.7.12 |
716 | 2024-09-11T21:15:45.144Z | Compiling pest_derive v2.7.12 |
717 | 2024-09-11T21:15:46.067Z | Compiling regex-automata v0.4.7 |
718 | 2024-09-11T21:15:47.421Z | Compiling indexmap v2.5.0 |
719 | 2024-09-11T21:15:48.291Z | Compiling serde_tokenstream v0.2.2 |
720 | 2024-09-11T21:15:51.422Z | Compiling h2 v0.3.26 |
721 | 2024-09-11T21:15:53.974Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
722 | 2024-09-11T21:15:54.120Z | Compiling regex v1.10.6 |
723 | 2024-09-11T21:15:56.277Z | Compiling unicode-normalization v0.1.23 |
724 | 2024-09-11T21:15:57.587Z | Compiling hyper v0.14.30 |
725 | 2024-09-11T21:15:58.089Z | Compiling scroll_derive v0.12.0 |
726 | 2024-09-11T21:16:05.835Z | Compiling usdt-impl v0.5.0 |
727 | 2024-09-11T21:16:06.232Z | Compiling encoding_rs v0.8.34 |
728 | 2024-09-11T21:16:06.392Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
729 | 2024-09-11T21:16:06.621Z | Compiling time-core v0.1.2 |
730 | 2024-09-11T21:16:06.769Z | Compiling powerfmt v0.2.0 |
731 | 2024-09-11T21:16:07.231Z | Compiling mime v0.3.17 |
732 | 2024-09-11T21:16:07.505Z | Compiling num-conv v0.1.0 |
733 | 2024-09-11T21:16:07.783Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-09-11T21:16:10.449Z | Compiling idna v0.5.0 |
735 | 2024-09-11T21:16:10.850Z | Compiling time-macros v0.2.18 |
736 | 2024-09-11T21:16:14.059Z | Compiling deranged v0.3.11 |
737 | 2024-09-11T21:16:16.480Z | Compiling tokio-rustls v0.24.1 |
738 | 2024-09-11T21:16:16.843Z | Compiling scroll v0.12.0 |
739 | 2024-09-11T21:16:16.903Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-09-11T21:16:16.998Z | Compiling dof v0.3.0 |
741 | 2024-09-11T21:16:17.171Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-09-11T21:16:17.256Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-09-11T21:16:17.745Z | Compiling thread-id v4.2.2 |
744 | 2024-09-11T21:16:17.842Z | Compiling rustls-pki-types v1.8.0 |
745 | 2024-09-11T21:16:17.909Z | Compiling strsim v0.11.1 |
746 | 2024-09-11T21:16:18.642Z | Compiling ident_case v1.0.1 |
747 | 2024-09-11T21:16:18.971Z | Compiling base64 v0.21.7 |
748 | 2024-09-11T21:16:20.072Z | Compiling plain v0.2.3 |
749 | 2024-09-11T21:16:20.497Z | Compiling omicron-workspace-hack v0.1.0 |
750 | 2024-09-11T21:16:20.522Z | Compiling num_threads v0.1.7 |
751 | 2024-09-11T21:16:20.791Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-09-11T21:16:20.831Z | Compiling time v0.3.36 |
753 | 2024-09-11T21:16:21.213Z | Compiling goblin v0.8.2 |
754 | 2024-09-11T21:16:25.893Z | Compiling rustls-pemfile v1.0.4 |
755 | 2024-09-11T21:16:26.521Z | Compiling darling_core v0.20.10 |
756 | 2024-09-11T21:16:29.077Z | Compiling hyper-tls v0.5.0 |
757 | 2024-09-11T21:16:29.569Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-09-11T21:16:29.951Z | Compiling url v2.5.2 |
759 | 2024-09-11T21:16:29.992Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c6bf2806) |
760 | 2024-09-11T21:16:30.112Z | Compiling openapiv3 v2.0.0 |
761 | 2024-09-11T21:16:32.116Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-09-11T21:16:33.239Z | Compiling pretty-hex v0.4.1 |
763 | 2024-09-11T21:16:33.262Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-09-11T21:16:33.454Z | Compiling paste v1.0.15 |
765 | 2024-09-11T21:16:33.951Z | Compiling rustversion v1.0.17 |
766 | 2024-09-11T21:16:34.429Z | Compiling sync_wrapper v0.1.2 |
767 | 2024-09-11T21:16:34.548Z | Compiling rustls v0.22.4 |
768 | 2024-09-11T21:16:34.623Z | Compiling ipnet v2.10.0 |
769 | 2024-09-11T21:16:34.875Z | Compiling webpki-roots v0.25.4 |
770 | 2024-09-11T21:16:35.031Z | Compiling serde_yaml v0.9.34+deprecated |
771 | 2024-09-11T21:16:35.072Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
772 | 2024-09-11T21:16:35.642Z | Compiling reqwest v0.11.27 |
773 | 2024-09-11T21:16:37.477Z | Compiling darling_macro v0.20.10 |
774 | 2024-09-11T21:16:38.528Z | Compiling dirs-next v2.0.0 |
775 | 2024-09-11T21:16:40.745Z | Compiling rustls-webpki v0.102.8 |
776 | 2024-09-11T21:16:41.899Z | Compiling crypto-common v0.1.6 |
777 | 2024-09-11T21:16:42.113Z | Compiling block-buffer v0.10.4 |
778 | 2024-09-11T21:16:42.348Z | Compiling toml_datetime v0.6.8 |
779 | 2024-09-11T21:16:43.029Z | Compiling serde_spanned v0.6.7 |
780 | 2024-09-11T21:16:43.278Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-09-11T21:16:43.524Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-09-11T21:16:44.224Z | Compiling rand_core v0.6.4 |
783 | 2024-09-11T21:16:44.636Z | Compiling thread_local v1.1.8 |
784 | 2024-09-11T21:16:44.704Z | Compiling multer v3.1.0 |
785 | 2024-09-11T21:16:45.059Z | Compiling zeroize v1.8.1 |
786 | 2024-09-11T21:16:45.195Z | Compiling slog-async v2.8.0 |
787 | 2024-09-11T21:16:45.323Z | Compiling camino v1.1.9 |
788 | 2024-09-11T21:16:45.392Z | Compiling subtle v2.6.1 |
789 | 2024-09-11T21:16:45.395Z | Compiling match_cfg v0.1.0 |
790 | 2024-09-11T21:16:45.479Z | Compiling anyhow v1.0.88 |
791 | 2024-09-11T21:16:45.656Z | Compiling winnow v0.6.18 |
792 | 2024-09-11T21:16:45.975Z | Compiling hostname v0.3.1 |
793 | 2024-09-11T21:16:46.195Z | Compiling rand_chacha v0.3.1 |
794 | 2024-09-11T21:16:46.206Z | Compiling digest v0.10.7 |
795 | 2024-09-11T21:16:46.277Z | Compiling structmeta v0.3.0 |
796 | 2024-09-11T21:16:46.597Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
797 | 2024-09-11T21:16:46.650Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-09-11T21:16:48.329Z | Compiling term v0.7.0 |
799 | 2024-09-11T21:16:50.061Z | Compiling toml_edit v0.22.20 |
800 | 2024-09-11T21:16:52.990Z | Compiling darling v0.20.10 |
801 | 2024-09-11T21:16:54.261Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
802 | 2024-09-11T21:16:57.306Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-09-11T21:16:57.514Z | Compiling usdt-macro v0.5.0 |
804 | 2024-09-11T21:16:58.860Z | Compiling slog-json v2.6.1 |
805 | 2024-09-11T21:16:58.918Z | Compiling futures-executor v0.3.30 |
806 | 2024-09-11T21:16:59.329Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-09-11T21:17:00.124Z | Compiling http v1.1.0 |
808 | 2024-09-11T21:17:00.702Z | Compiling memmap v0.7.0 |
809 | 2024-09-11T21:17:01.148Z | Compiling is-terminal v0.4.13 |
810 | 2024-09-11T21:17:01.264Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
811 | 2024-09-11T21:17:01.622Z | Compiling cpufeatures v0.2.14 |
812 | 2024-09-11T21:17:01.713Z | Compiling take_mut v0.2.2 |
813 | 2024-09-11T21:17:01.860Z | Compiling atomic-waker v1.1.2 |
814 | 2024-09-11T21:17:02.045Z | Compiling base64 v0.22.1 |
815 | 2024-09-11T21:17:02.192Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
816 | 2024-09-11T21:17:02.386Z | Compiling waitgroup v0.1.2 |
817 | 2024-09-11T21:17:02.626Z | Compiling rustls-pemfile v2.1.3 |
818 | 2024-09-11T21:17:04.979Z | Compiling sha1 v0.10.6 |
819 | 2024-09-11T21:17:05.815Z | Compiling slog-term v2.9.1 |
820 | 2024-09-11T21:17:06.002Z | Compiling usdt v0.5.0 |
821 | 2024-09-11T21:17:07.022Z | Compiling async-stream v0.3.5 |
822 | 2024-09-11T21:17:07.334Z | Compiling futures v0.3.30 |
823 | 2024-09-11T21:17:07.441Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-09-11T21:17:07.682Z | Compiling strum_macros v0.26.4 |
825 | 2024-09-11T21:17:07.767Z | Compiling toml v0.8.19 |
826 | 2024-09-11T21:17:08.749Z | Compiling serde_with_macros v3.9.0 |
827 | 2024-09-11T21:17:11.567Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-09-11T21:17:11.973Z | Compiling parse-display-derive v0.10.0 |
829 | 2024-09-11T21:17:12.379Z | Compiling rand v0.8.5 |
830 | 2024-09-11T21:17:15.247Z | Compiling newtype-uuid v1.1.0 |
831 | 2024-09-11T21:17:15.538Z | Compiling ipnetwork v0.20.0 |
832 | 2024-09-11T21:17:15.567Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
833 | 2024-09-11T21:17:15.697Z | Compiling serde_path_to_error v0.1.16 |
834 | 2024-09-11T21:17:16.176Z | Compiling hex v0.4.3 |
835 | 2024-09-11T21:17:16.768Z | Compiling async-trait v0.1.82 |
836 | 2024-09-11T21:17:16.871Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-09-11T21:17:17.737Z | Compiling hostname v0.4.0 |
838 | 2024-09-11T21:17:17.985Z | Compiling instant v0.1.13 |
839 | 2024-09-11T21:17:18.139Z | Compiling debug-ignore v1.0.5 |
840 | 2024-09-11T21:17:18.283Z | Compiling backoff v0.4.0 |
841 | 2024-09-11T21:17:18.626Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-09-11T21:17:18.826Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
843 | 2024-09-11T21:17:18.992Z | Compiling parse-display v0.10.0 |
844 | 2024-09-11T21:17:19.330Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
845 | 2024-09-11T21:17:19.877Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
846 | 2024-09-11T21:17:20.403Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
847 | 2024-09-11T21:17:20.441Z | Compiling strum v0.26.3 |
848 | 2024-09-11T21:17:20.608Z | Compiling serde_with v3.9.0 |
849 | 2024-09-11T21:17:21.117Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-09-11T21:17:21.965Z | Compiling macaddr v1.0.1 |
851 | 2024-09-11T21:17:22.577Z | Compiling regress v0.9.1 |
852 | 2024-09-11T21:17:27.695Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-09-11T21:17:38.541Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-09-11T21:17:47.927Z | Finished `release` profile [optimized] target(s) in 2m 29s |
855 | 2024-09-11T21:17:47.982Z | process exited: duration 226600 ms, exit code 0 |
|
856 | 2024-09-11T21:17:47.999Z | found 0 output files |