|
|
|
1 | 2024-09-03T22:12:52.226Z | job assigned to worker 01J6WZ3WV0PNFA5TMHMFFJQEY7 (queued for 52 s) |
|
2 | 2024-09-03T22:13:00.458Z | starting task 0: "setup" |
3 | 2024-09-03T22:13:00.465Z | ++ uname -s |
4 | 2024-09-03T22:13:00.468Z | + kern=SunOS |
5 | 2024-09-03T22:13:00.468Z | + case "$kern" in |
6 | 2024-09-03T22:13:00.468Z | + groupadd -g 12345 build |
7 | 2024-09-03T22:13:00.470Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-03T22:13:02.479Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-03T22:13:02.610Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-03T22:13:02.612Z | + home_fs=zfs |
11 | 2024-09-03T22:13:02.612Z | + [[ zfs == autofs ]] |
12 | 2024-09-03T22:13:02.612Z | + mkdir -p /home/build |
13 | 2024-09-03T22:13:02.615Z | + chown build:build /home/build /work |
14 | 2024-09-03T22:13:04.616Z | + chmod 0700 /home/build /work |
15 | 2024-09-03T22:13:04.618Z | process exited: duration 4161 ms, exit code 0 |
|
16 | 2024-09-03T22:13:04.623Z | starting task 1: "rust-toolchain" |
17 | 2024-09-03T22:13:04.628Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-03T22:13:04.628Z | ' 1.80.1 |
19 | 2024-09-03T22:13:04.628Z | * toolchain channel = "1.80.1" |
20 | 2024-09-03T22:13:04.630Z | * toolchain profile = "default" |
21 | 2024-09-03T22:13:04.630Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-03T22:13:04.630Z | ' default |
23 | 2024-09-03T22:13:04.630Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-03T22:13:04.631Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-03T22:13:04.732Z | info: downloading installer |
26 | 2024-09-03T22:13:06.252Z | info: profile set to 'default' |
27 | 2024-09-03T22:13:06.252Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-03T22:13:06.252Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-03T22:13:06.390Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-03T22:13:06.391Z | info: downloading component 'cargo' |
31 | 2024-09-03T22:13:07.118Z | info: downloading component 'clippy' |
32 | 2024-09-03T22:13:07.373Z | info: downloading component 'rust-docs' |
33 | 2024-09-03T22:13:08.379Z | info: downloading component 'rust-std' |
34 | 2024-09-03T22:13:09.795Z | info: downloading component 'rustc' |
35 | 2024-09-03T22:13:13.751Z | info: downloading component 'rustfmt' |
36 | 2024-09-03T22:13:14.061Z | info: installing component 'cargo' |
37 | 2024-09-03T22:13:14.887Z | info: installing component 'clippy' |
38 | 2024-09-03T22:13:15.258Z | info: installing component 'rust-docs' |
39 | 2024-09-03T22:13:16.879Z | info: installing component 'rust-std' |
40 | 2024-09-03T22:13:18.486Z | info: installing component 'rustc' |
41 | 2024-09-03T22:13:22.632Z | info: installing component 'rustfmt' |
42 | 2024-09-03T22:13:22.965Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-03T22:13:22.965Z | |
44 | 2024-09-03T22:13:23.216Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-03T22:13:23.216Z | |
46 | 2024-09-03T22:13:23.218Z | |
47 | 2024-09-03T22:13:23.219Z | Rust is installed now. Great! |
48 | 2024-09-03T22:13:23.219Z | |
49 | 2024-09-03T22:13:23.219Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-03T22:13:23.219Z | environment variable. This has not been done automatically. |
51 | 2024-09-03T22:13:23.219Z | |
52 | 2024-09-03T22:13:23.219Z | To configure your current shell, you need to source |
53 | 2024-09-03T22:13:23.219Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-03T22:13:23.219Z | |
55 | 2024-09-03T22:13:23.219Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-03T22:13:23.219Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-03T22:13:23.219Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-03T22:13:23.266Z | + rustc --version |
59 | 2024-09-03T22:13:23.329Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-03T22:13:23.331Z | process exited: duration 18706 ms, exit code 0 |
|
61 | 2024-09-03T22:13:23.336Z | starting task 2: "authentication" |
62 | 2024-09-03T22:13:23.355Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-03T22:13:23.360Z | starting task 3: "clone repository" |
64 | 2024-09-03T22:13:23.364Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-03T22:13:23.367Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-03T22:13:23.619Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-03T22:13:28.957Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-03T22:13:28.957Z | + git fetch origin 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
69 | 2024-09-03T22:13:29.256Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-03T22:13:29.256Z | * branch 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b -> FETCH_HEAD |
71 | 2024-09-03T22:13:29.265Z | + [[ -n iliana/lockfile-maintenance ]] |
72 | 2024-09-03T22:13:29.267Z | ++ git branch --show-current |
73 | 2024-09-03T22:13:29.269Z | + current=main |
74 | 2024-09-03T22:13:29.269Z | + [[ main != iliana/lockfile-maintenance ]] |
75 | 2024-09-03T22:13:29.269Z | + git branch -f iliana/lockfile-maintenance 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
76 | 2024-09-03T22:13:29.272Z | + git checkout -f iliana/lockfile-maintenance |
77 | 2024-09-03T22:13:29.423Z | Switched to branch 'iliana/lockfile-maintenance' |
78 | 2024-09-03T22:13:29.426Z | + git reset --hard 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
79 | 2024-09-03T22:13:29.436Z | HEAD is now at 72fafea7a newer libfalcon uses xz to decompress images |
80 | 2024-09-03T22:13:29.438Z | process exited: duration 6076 ms, exit code 0 |
|
81 | 2024-09-03T22:13:29.443Z | starting task 4: "build" |
82 | 2024-09-03T22:13:29.448Z | + cargo --version |
83 | 2024-09-03T22:13:29.502Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-03T22:13:29.504Z | + rustc --version |
85 | 2024-09-03T22:13:29.560Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-03T22:13:29.562Z | + cd /tmp |
87 | 2024-09-03T22:13:29.567Z | + cargo new --lib test-project |
88 | 2024-09-03T22:13:29.616Z | Creating library `test-project` package |
89 | 2024-09-03T22:13:29.687Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-03T22:13:29.690Z | + cd test-project |
91 | 2024-09-03T22:13:29.690Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-03T22:13:29.745Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-03T22:13:29.745Z | Features: |
94 | 2024-09-03T22:13:29.745Z | - proptest |
95 | 2024-09-03T22:13:29.745Z | - test-strategy |
96 | 2024-09-03T22:13:29.745Z | - testing |
97 | 2024-09-03T22:13:29.748Z | Updating crates.io index |
98 | 2024-09-03T22:13:29.795Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-03T22:13:30.648Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-03T22:13:31.364Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-03T22:13:31.737Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-03T22:13:33.442Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-03T22:13:33.787Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-03T22:13:34.196Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-03T22:13:37.572Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-03T22:13:37.572Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-03T22:13:37.575Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-03T22:13:37.575Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-03T22:13:37.575Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-03T22:13:37.575Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-03T22:13:37.575Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-03T22:13:37.575Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-03T22:13:37.575Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-03T22:13:37.578Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-03T22:13:37.578Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-03T22:13:37.578Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-03T22:13:37.578Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-03T22:13:37.578Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-03T22:13:37.578Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-03T22:13:37.578Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-03T22:13:37.578Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-09-03T22:13:37.578Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-03T22:13:37.578Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-03T22:13:37.578Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-03T22:13:37.581Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-03T22:13:37.581Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-03T22:13:37.581Z | Adding regress v0.9.1 (latest: v0.10.1) |
128 | 2024-09-03T22:13:37.583Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-03T22:13:37.586Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-03T22:13:37.586Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-03T22:13:37.589Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-03T22:13:37.589Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-03T22:13:37.591Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-03T22:13:37.591Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-03T22:13:37.591Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-03T22:13:37.591Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-03T22:13:37.594Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-03T22:13:37.594Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-03T22:13:37.594Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-03T22:13:37.596Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-03T22:13:37.596Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-03T22:13:37.596Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-03T22:13:37.596Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-03T22:13:37.597Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-03T22:13:37.597Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-03T22:13:37.597Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-03T22:13:37.597Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-03T22:13:37.597Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-03T22:13:37.597Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-03T22:13:37.597Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-03T22:13:37.597Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-03T22:13:37.597Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-03T22:13:37.597Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-03T22:13:37.666Z | + cargo check |
155 | 2024-09-03T22:13:37.894Z | Downloading crates ... |
156 | 2024-09-03T22:13:37.960Z | Downloaded ahash v0.8.11 |
157 | 2024-09-03T22:13:37.967Z | Downloaded match_cfg v0.1.0 |
158 | 2024-09-03T22:13:37.970Z | Downloaded ident_case v1.0.1 |
159 | 2024-09-03T22:13:37.972Z | Downloaded equivalent v1.0.1 |
160 | 2024-09-03T22:13:37.972Z | Downloaded darling_macro v0.20.10 |
161 | 2024-09-03T22:13:37.975Z | Downloaded async-stream-impl v0.3.5 |
162 | 2024-09-03T22:13:37.978Z | Downloaded openssl-macros v0.1.1 |
163 | 2024-09-03T22:13:37.982Z | Downloaded foreign-types v0.3.2 |
164 | 2024-09-03T22:13:37.984Z | Downloaded dtrace-parser v0.2.0 |
165 | 2024-09-03T22:13:37.987Z | Downloaded allocator-api2 v0.2.18 |
166 | 2024-09-03T22:13:37.991Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-09-03T22:13:37.991Z | Downloaded futures-task v0.3.30 |
168 | 2024-09-03T22:13:37.994Z | Downloaded want v0.3.1 |
169 | 2024-09-03T22:13:37.994Z | Downloaded http-body v0.4.6 |
170 | 2024-09-03T22:13:37.997Z | Downloaded memmap v0.7.0 |
171 | 2024-09-03T22:13:37.999Z | Downloaded block-buffer v0.10.4 |
172 | 2024-09-03T22:13:37.999Z | Downloaded httpdate v1.0.3 |
173 | 2024-09-03T22:13:38.002Z | Downloaded cfg-if v1.0.0 |
174 | 2024-09-03T22:13:38.004Z | Downloaded atomic-waker v1.1.2 |
175 | 2024-09-03T22:13:38.004Z | Downloaded is-terminal v0.4.13 |
176 | 2024-09-03T22:13:38.006Z | Downloaded hex v0.4.3 |
177 | 2024-09-03T22:13:38.007Z | Downloaded newtype-uuid v1.1.0 |
178 | 2024-09-03T22:13:38.009Z | Downloaded futures-executor v0.3.30 |
179 | 2024-09-03T22:13:38.009Z | Downloaded form_urlencoded v1.2.1 |
180 | 2024-09-03T22:13:38.011Z | Downloaded strum v0.26.3 |
181 | 2024-09-03T22:13:38.011Z | Downloaded dirs-next v2.0.0 |
182 | 2024-09-03T22:13:38.014Z | Downloaded ipnet v2.9.0 |
183 | 2024-09-03T22:13:38.014Z | Downloaded usdt v0.5.0 |
184 | 2024-09-03T22:13:38.016Z | Downloaded getrandom v0.2.15 |
185 | 2024-09-03T22:13:38.019Z | Downloaded hyper-rustls v0.24.2 |
186 | 2024-09-03T22:13:38.022Z | Downloaded plain v0.2.3 |
187 | 2024-09-03T22:13:38.024Z | Downloaded version_check v0.9.5 |
188 | 2024-09-03T22:13:38.024Z | Downloaded hostname v0.4.0 |
189 | 2024-09-03T22:13:38.026Z | Downloaded camino v1.1.9 |
190 | 2024-09-03T22:13:38.028Z | Downloaded sync_wrapper v0.1.2 |
191 | 2024-09-03T22:13:38.031Z | Downloaded usdt-attr-macro v0.5.0 |
192 | 2024-09-03T22:13:38.031Z | Downloaded usdt-macro v0.5.0 |
193 | 2024-09-03T22:13:38.033Z | Downloaded multer v3.1.0 |
194 | 2024-09-03T22:13:38.035Z | Downloaded pest_generator v2.7.11 |
195 | 2024-09-03T22:13:38.035Z | Downloaded paste v1.0.15 |
196 | 2024-09-03T22:13:38.039Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2024-09-03T22:13:38.041Z | Downloaded slog-async v2.8.0 |
198 | 2024-09-03T22:13:38.043Z | Downloaded instant v0.1.13 |
199 | 2024-09-03T22:13:38.046Z | Downloaded schemars_derive v0.8.21 |
200 | 2024-09-03T22:13:38.046Z | Downloaded scroll v0.12.0 |
201 | 2024-09-03T22:13:38.048Z | Downloaded foreign-types-shared v0.1.1 |
202 | 2024-09-03T22:13:38.048Z | Downloaded slog-json v2.6.1 |
203 | 2024-09-03T22:13:38.050Z | Downloaded anyhow v1.0.86 |
204 | 2024-09-03T22:13:38.053Z | Downloaded serde_path_to_error v0.1.16 |
205 | 2024-09-03T22:13:38.056Z | Downloaded num-traits v0.2.19 |
206 | 2024-09-03T22:13:38.058Z | Downloaded structmeta-derive v0.3.0 |
207 | 2024-09-03T22:13:38.061Z | Downloaded strsim v0.11.1 |
208 | 2024-09-03T22:13:38.066Z | Downloaded crossbeam-utils v0.8.20 |
209 | 2024-09-03T22:13:38.066Z | Downloaded subtle v2.6.1 |
210 | 2024-09-03T22:13:38.066Z | Downloaded tower-service v0.3.3 |
211 | 2024-09-03T22:13:38.066Z | Downloaded pin-project-lite v0.2.14 |
212 | 2024-09-03T22:13:38.071Z | Downloaded zerocopy-derive v0.7.35 |
213 | 2024-09-03T22:13:38.076Z | Downloaded try-lock v0.2.5 |
214 | 2024-09-03T22:13:38.078Z | Downloaded scroll_derive v0.12.0 |
215 | 2024-09-03T22:13:38.078Z | Downloaded crypto-common v0.1.6 |
216 | 2024-09-03T22:13:38.081Z | Downloaded autocfg v1.3.0 |
217 | 2024-09-03T22:13:38.081Z | Downloaded futures-io v0.3.30 |
218 | 2024-09-03T22:13:38.083Z | Downloaded generic-array v0.14.7 |
219 | 2024-09-03T22:13:38.085Z | Downloaded dyn-clone v1.0.17 |
220 | 2024-09-03T22:13:38.085Z | Downloaded tokio-native-tls v0.3.1 |
221 | 2024-09-03T22:13:38.088Z | Downloaded fnv v1.0.7 |
222 | 2024-09-03T22:13:38.090Z | Downloaded hyper-tls v0.5.0 |
223 | 2024-09-03T22:13:38.090Z | Downloaded futures-core v0.3.30 |
224 | 2024-09-03T22:13:38.092Z | Downloaded digest v0.10.7 |
225 | 2024-09-03T22:13:38.095Z | Downloaded tokio-macros v2.4.0 |
226 | 2024-09-03T22:13:38.095Z | Downloaded parse-display-derive v0.10.0 |
227 | 2024-09-03T22:13:38.097Z | Downloaded mime v0.3.17 |
228 | 2024-09-03T22:13:38.097Z | Downloaded powerfmt v0.2.0 |
229 | 2024-09-03T22:13:38.100Z | Downloaded itoa v1.0.11 |
230 | 2024-09-03T22:13:38.100Z | Downloaded pkg-config v0.3.30 |
231 | 2024-09-03T22:13:38.102Z | Downloaded smallvec v1.13.2 |
232 | 2024-09-03T22:13:38.104Z | Downloaded thread-id v4.2.2 |
233 | 2024-09-03T22:13:38.107Z | Downloaded sha2 v0.10.8 |
234 | 2024-09-03T22:13:38.109Z | Downloaded serde_derive_internals v0.29.1 |
235 | 2024-09-03T22:13:38.109Z | Downloaded sct v0.7.1 |
236 | 2024-09-03T22:13:38.112Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-09-03T22:13:38.114Z | Downloaded usdt-impl v0.5.0 |
238 | 2024-09-03T22:13:38.116Z | Downloaded scopeguard v1.2.0 |
239 | 2024-09-03T22:13:38.117Z | Downloaded unsafe-libyaml v0.2.11 |
240 | 2024-09-03T22:13:38.120Z | Downloaded rand_chacha v0.3.1 |
241 | 2024-09-03T22:13:38.122Z | Downloaded parking_lot v0.12.3 |
242 | 2024-09-03T22:13:38.124Z | Downloaded serde_urlencoded v0.7.1 |
243 | 2024-09-03T22:13:38.127Z | Downloaded term v0.7.0 |
244 | 2024-09-03T22:13:38.129Z | Downloaded rustversion v1.0.17 |
245 | 2024-09-03T22:13:38.132Z | Downloaded lock_api v0.4.12 |
246 | 2024-09-03T22:13:38.134Z | Downloaded shlex v1.3.0 |
247 | 2024-09-03T22:13:38.137Z | Downloaded sha1 v0.10.6 |
248 | 2024-09-03T22:13:38.137Z | Downloaded zeroize v1.8.1 |
249 | 2024-09-03T22:13:38.139Z | Downloaded base64 v0.22.1 |
250 | 2024-09-03T22:13:38.142Z | Downloaded openssl-sys v0.9.103 |
251 | 2024-09-03T22:13:38.147Z | Downloaded tinyvec v1.8.0 |
252 | 2024-09-03T22:13:38.150Z | Downloaded tokio-rustls v0.25.0 |
253 | 2024-09-03T22:13:38.152Z | Downloaded pest_derive v2.7.11 |
254 | 2024-09-03T22:13:38.154Z | Downloaded ryu v1.0.18 |
255 | 2024-09-03T22:13:38.158Z | Downloaded thread_local v1.1.8 |
256 | 2024-09-03T22:13:38.160Z | Downloaded proc-macro2 v1.0.86 |
257 | 2024-09-03T22:13:38.163Z | Downloaded indexmap v1.9.3 |
258 | 2024-09-03T22:13:38.166Z | Downloaded quote v1.0.37 |
259 | 2024-09-03T22:13:38.168Z | Downloaded indexmap v2.5.0 |
260 | 2024-09-03T22:13:38.173Z | Downloaded uuid v1.10.0 |
261 | 2024-09-03T22:13:38.176Z | Downloaded tokio-rustls v0.24.1 |
262 | 2024-09-03T22:13:38.178Z | Downloaded toml v0.8.19 |
263 | 2024-09-03T22:13:38.182Z | Downloaded rustls-pki-types v1.8.0 |
264 | 2024-09-03T22:13:38.184Z | Downloaded darling_core v0.20.10 |
265 | 2024-09-03T22:13:38.189Z | Downloaded strum_macros v0.26.4 |
266 | 2024-09-03T22:13:38.192Z | Downloaded structmeta v0.3.0 |
267 | 2024-09-03T22:13:38.194Z | Downloaded mio v1.0.2 |
268 | 2024-09-03T22:13:38.198Z | Downloaded spin v0.9.8 |
269 | 2024-09-03T22:13:38.201Z | Downloaded slog-term v2.9.1 |
270 | 2024-09-03T22:13:38.203Z | Downloaded bytes v1.7.1 |
271 | 2024-09-03T22:13:38.207Z | Downloaded slog v2.7.0 |
272 | 2024-09-03T22:13:38.210Z | Downloaded futures v0.3.30 |
273 | 2024-09-03T22:13:38.216Z | Downloaded tracing v0.1.40 |
274 | 2024-09-03T22:13:38.221Z | Downloaded socket2 v0.5.7 |
275 | 2024-09-03T22:13:38.223Z | Downloaded ucd-trie v0.1.6 |
276 | 2024-09-03T22:13:38.225Z | Downloaded crossbeam-channel v0.5.13 |
277 | 2024-09-03T22:13:38.229Z | Downloaded toml_edit v0.22.20 |
278 | 2024-09-03T22:13:38.252Z | Downloaded rand v0.8.5 |
279 | 2024-09-03T22:13:38.255Z | Downloaded serde_derive v1.0.209 |
280 | 2024-09-03T22:13:38.258Z | Downloaded serde v1.0.209 |
281 | 2024-09-03T22:13:38.261Z | Downloaded schemars v0.8.21 |
282 | 2024-09-03T22:13:38.273Z | Downloaded time v0.3.36 |
283 | 2024-09-03T22:13:38.281Z | Downloaded tracing-core v0.1.32 |
284 | 2024-09-03T22:13:38.283Z | Downloaded unicode-normalization v0.1.23 |
285 | 2024-09-03T22:13:38.287Z | Downloaded serde_yaml v0.9.34+deprecated |
286 | 2024-09-03T22:13:38.290Z | Downloaded tokio-util v0.7.11 |
287 | 2024-09-03T22:13:38.297Z | Downloaded goblin v0.8.2 |
288 | 2024-09-03T22:13:38.304Z | Downloaded hyper v0.14.30 |
289 | 2024-09-03T22:13:38.311Z | Downloaded futures-util v0.3.30 |
290 | 2024-09-03T22:13:38.324Z | Downloaded pest v2.7.11 |
291 | 2024-09-03T22:13:38.329Z | Downloaded serde_with v3.9.0 |
292 | 2024-09-03T22:13:38.337Z | Downloaded openssl v0.10.66 |
293 | 2024-09-03T22:13:38.347Z | Downloaded idna v0.5.0 |
294 | 2024-09-03T22:13:38.353Z | Downloaded reqwest v0.11.27 |
295 | 2024-09-03T22:13:38.360Z | Downloaded winnow v0.6.18 |
296 | 2024-09-03T22:13:38.369Z | Downloaded serde_json v1.0.127 |
297 | 2024-09-03T22:13:38.376Z | Downloaded rustls-webpki v0.101.7 |
298 | 2024-09-03T22:13:38.395Z | Downloaded zerocopy v0.7.35 |
299 | 2024-09-03T22:13:38.414Z | Downloaded openapiv3 v2.0.0 |
300 | 2024-09-03T22:13:38.426Z | Downloaded rustls-webpki v0.102.7 |
301 | 2024-09-03T22:13:38.446Z | Downloaded vcpkg v0.2.15 |
302 | 2024-09-03T22:13:38.485Z | Downloaded tokio v1.40.0 |
303 | 2024-09-03T22:13:38.522Z | Downloaded syn v2.0.77 |
304 | 2024-09-03T22:13:38.533Z | Downloaded rustls v0.22.4 |
305 | 2024-09-03T22:13:38.545Z | Downloaded regex-syntax v0.8.4 |
306 | 2024-09-03T22:13:38.553Z | Downloaded encoding_rs v0.8.34 |
307 | 2024-09-03T22:13:38.573Z | Downloaded regress v0.10.1 |
308 | 2024-09-03T22:13:38.581Z | Downloaded regex-automata v0.4.7 |
309 | 2024-09-03T22:13:38.597Z | Downloaded regress v0.9.1 |
310 | 2024-09-03T22:13:38.604Z | Downloaded rustls v0.21.12 |
311 | 2024-09-03T22:13:38.615Z | Downloaded regex v1.10.6 |
312 | 2024-09-03T22:13:38.628Z | Downloaded webpki-roots v0.25.4 |
313 | 2024-09-03T22:13:38.631Z | Downloaded libc v0.2.158 |
314 | 2024-09-03T22:13:38.658Z | Downloaded chrono v0.4.38 |
315 | 2024-09-03T22:13:38.664Z | Downloaded url v2.5.2 |
316 | 2024-09-03T22:13:38.668Z | Downloaded http v1.1.0 |
317 | 2024-09-03T22:13:38.671Z | Downloaded hashbrown v0.12.3 |
318 | 2024-09-03T22:13:38.675Z | Downloaded h2 v0.3.26 |
319 | 2024-09-03T22:13:38.681Z | Downloaded aho-corasick v1.1.3 |
320 | 2024-09-03T22:13:38.687Z | Downloaded hashbrown v0.14.5 |
321 | 2024-09-03T22:13:38.692Z | Downloaded memchr v2.7.4 |
322 | 2024-09-03T22:13:38.697Z | Downloaded serde_with_macros v3.9.0 |
323 | 2024-09-03T22:13:38.700Z | Downloaded cc v1.1.15 |
324 | 2024-09-03T22:13:38.702Z | Downloaded base64 v0.21.7 |
325 | 2024-09-03T22:13:38.705Z | Downloaded pest_meta v2.7.11 |
326 | 2024-09-03T22:13:38.707Z | Downloaded semver v1.0.23 |
327 | 2024-09-03T22:13:38.710Z | Downloaded typenum v1.17.0 |
328 | 2024-09-03T22:13:38.712Z | Downloaded unicode-bidi v0.3.15 |
329 | 2024-09-03T22:13:38.714Z | Downloaded http v0.2.12 |
330 | 2024-09-03T22:13:38.717Z | Downloaded thiserror v1.0.63 |
331 | 2024-09-03T22:13:38.722Z | Downloaded slog-bunyan v2.5.0 |
332 | 2024-09-03T22:13:38.724Z | Downloaded time-macros v0.2.18 |
333 | 2024-09-03T22:13:38.727Z | Downloaded rustls-pemfile v1.0.4 |
334 | 2024-09-03T22:13:38.727Z | Downloaded once_cell v1.19.0 |
335 | 2024-09-03T22:13:38.734Z | Downloaded native-tls v0.2.12 |
336 | 2024-09-03T22:13:38.736Z | Downloaded httparse v1.9.4 |
337 | 2024-09-03T22:13:38.738Z | Downloaded serde_spanned v0.6.7 |
338 | 2024-09-03T22:13:38.741Z | Downloaded async-trait v0.1.82 |
339 | 2024-09-03T22:13:38.743Z | Downloaded thiserror-impl v1.0.63 |
340 | 2024-09-03T22:13:38.745Z | Downloaded ipnetwork v0.20.0 |
341 | 2024-09-03T22:13:38.745Z | Downloaded rustls-pemfile v2.1.3 |
342 | 2024-09-03T22:13:38.748Z | Downloaded pin-utils v0.1.0 |
343 | 2024-09-03T22:13:38.750Z | Downloaded percent-encoding v2.3.1 |
344 | 2024-09-03T22:13:38.750Z | Downloaded hostname v0.3.1 |
345 | 2024-09-03T22:13:38.752Z | Downloaded heck v0.5.0 |
346 | 2024-09-03T22:13:38.753Z | Downloaded parse-display v0.10.0 |
347 | 2024-09-03T22:13:38.753Z | Downloaded take_mut v0.2.2 |
348 | 2024-09-03T22:13:38.755Z | Downloaded ppv-lite86 v0.2.20 |
349 | 2024-09-03T22:13:38.755Z | Downloaded waitgroup v0.1.2 |
350 | 2024-09-03T22:13:38.757Z | Downloaded debug-ignore v1.0.5 |
351 | 2024-09-03T22:13:38.757Z | Downloaded dirs-sys-next v0.1.2 |
352 | 2024-09-03T22:13:38.760Z | Downloaded async-stream v0.3.5 |
353 | 2024-09-03T22:13:38.760Z | Downloaded tinyvec_macros v0.1.1 |
354 | 2024-09-03T22:13:38.762Z | Downloaded time-core v0.1.2 |
355 | 2024-09-03T22:13:38.762Z | Downloaded pretty-hex v0.4.1 |
356 | 2024-09-03T22:13:38.762Z | Downloaded parking_lot_core v0.9.10 |
357 | 2024-09-03T22:13:38.764Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-09-03T22:13:38.767Z | Downloaded macaddr v1.0.1 |
359 | 2024-09-03T22:13:38.769Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-09-03T22:13:38.769Z | Downloaded backoff v0.4.0 |
361 | 2024-09-03T22:13:38.772Z | Downloaded log v0.4.22 |
362 | 2024-09-03T22:13:38.774Z | Downloaded slab v0.4.9 |
363 | 2024-09-03T22:13:38.775Z | Downloaded rand_core v0.6.4 |
364 | 2024-09-03T22:13:38.777Z | Downloaded openssl-probe v0.1.5 |
365 | 2024-09-03T22:13:38.777Z | Downloaded num_threads v0.1.7 |
366 | 2024-09-03T22:13:38.779Z | Downloaded num-conv v0.1.0 |
367 | 2024-09-03T22:13:38.779Z | Downloaded futures-sink v0.3.30 |
368 | 2024-09-03T22:13:38.779Z | Downloaded iana-time-zone v0.1.60 |
369 | 2024-09-03T22:13:38.781Z | Downloaded bitflags v2.6.0 |
370 | 2024-09-03T22:13:38.784Z | Downloaded untrusted v0.9.0 |
371 | 2024-09-03T22:13:38.786Z | Downloaded futures-channel v0.3.30 |
372 | 2024-09-03T22:13:38.789Z | Downloaded darling v0.20.10 |
373 | 2024-09-03T22:13:38.791Z | Downloaded cpufeatures v0.2.13 |
374 | 2024-09-03T22:13:38.794Z | Downloaded byteorder v1.5.0 |
375 | 2024-09-03T22:13:38.796Z | Downloaded futures-macro v0.3.30 |
376 | 2024-09-03T22:13:38.796Z | Downloaded dof v0.3.0 |
377 | 2024-09-03T22:13:38.796Z | Downloaded deranged v0.3.11 |
378 | 2024-09-03T22:13:38.842Z | Downloaded ring v0.17.8 |
379 | 2024-09-03T22:13:39.025Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-03T22:13:39.028Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-03T22:13:39.028Z | Compiling libc v0.2.158 |
382 | 2024-09-03T22:13:39.028Z | Checking cfg-if v1.0.0 |
383 | 2024-09-03T22:13:39.028Z | Compiling version_check v0.9.5 |
384 | 2024-09-03T22:13:39.028Z | Compiling autocfg v1.3.0 |
385 | 2024-09-03T22:13:39.038Z | Compiling serde v1.0.209 |
386 | 2024-09-03T22:13:39.043Z | Checking memchr v2.7.4 |
387 | 2024-09-03T22:13:39.118Z | Compiling serde_json v1.0.127 |
388 | 2024-09-03T22:13:39.616Z | Compiling ahash v0.8.11 |
389 | 2024-09-03T22:13:39.663Z | Checking itoa v1.0.11 |
390 | 2024-09-03T22:13:39.787Z | Compiling thiserror v1.0.63 |
391 | 2024-09-03T22:13:40.610Z | Checking once_cell v1.19.0 |
392 | 2024-09-03T22:13:40.799Z | Compiling shlex v1.3.0 |
393 | 2024-09-03T22:13:41.025Z | Checking byteorder v1.5.0 |
394 | 2024-09-03T22:13:41.034Z | Compiling cc v1.1.15 |
395 | 2024-09-03T22:13:41.096Z | Compiling num-traits v0.2.19 |
396 | 2024-09-03T22:13:41.393Z | Checking pin-project-lite v0.2.14 |
397 | 2024-09-03T22:13:41.431Z | Checking ryu v1.0.18 |
398 | 2024-09-03T22:13:41.484Z | Checking bytes v1.7.1 |
399 | 2024-09-03T22:13:41.585Z | Checking log v0.4.22 |
400 | 2024-09-03T22:13:41.621Z | Checking allocator-api2 v0.2.18 |
401 | 2024-09-03T22:13:41.763Z | Compiling lock_api v0.4.12 |
402 | 2024-09-03T22:13:41.775Z | Checking getrandom v0.2.15 |
403 | 2024-09-03T22:13:41.807Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-09-03T22:13:41.886Z | Compiling quote v1.0.37 |
405 | 2024-09-03T22:13:41.949Z | Compiling schemars v0.8.21 |
406 | 2024-09-03T22:13:42.183Z | Checking scopeguard v1.2.0 |
407 | 2024-09-03T22:13:42.191Z | Checking futures-core v0.3.30 |
408 | 2024-09-03T22:13:42.222Z | Compiling syn v2.0.77 |
409 | 2024-09-03T22:13:42.244Z | Checking smallvec v1.13.2 |
410 | 2024-09-03T22:13:42.319Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-09-03T22:13:42.353Z | Checking socket2 v0.5.7 |
412 | 2024-09-03T22:13:42.480Z | Checking mio v1.0.2 |
413 | 2024-09-03T22:13:42.534Z | Compiling slab v0.4.9 |
414 | 2024-09-03T22:13:42.673Z | Checking spin v0.9.8 |
415 | 2024-09-03T22:13:42.691Z | Checking futures-sink v0.3.30 |
416 | 2024-09-03T22:13:42.806Z | Checking equivalent v1.0.1 |
417 | 2024-09-03T22:13:42.847Z | Checking untrusted v0.9.0 |
418 | 2024-09-03T22:13:42.880Z | Checking fnv v1.0.7 |
419 | 2024-09-03T22:13:42.883Z | Checking parking_lot v0.12.3 |
420 | 2024-09-03T22:13:42.974Z | Checking futures-channel v0.3.30 |
421 | 2024-09-03T22:13:42.976Z | Compiling semver v1.0.23 |
422 | 2024-09-03T22:13:43.037Z | Checking futures-io v0.3.30 |
423 | 2024-09-03T22:13:43.189Z | Compiling pkg-config v0.3.30 |
424 | 2024-09-03T22:13:43.198Z | Compiling heck v0.5.0 |
425 | 2024-09-03T22:13:43.200Z | Checking pin-utils v0.1.0 |
426 | 2024-09-03T22:13:43.268Z | Compiling vcpkg v0.2.15 |
427 | 2024-09-03T22:13:43.300Z | Checking futures-task v0.3.30 |
428 | 2024-09-03T22:13:43.547Z | Compiling ucd-trie v0.1.6 |
429 | 2024-09-03T22:13:43.550Z | Checking iana-time-zone v0.1.60 |
430 | 2024-09-03T22:13:43.630Z | Checking http v0.2.12 |
431 | 2024-09-03T22:13:43.969Z | Compiling ring v0.17.8 |
432 | 2024-09-03T22:13:44.033Z | Compiling httparse v1.9.4 |
433 | 2024-09-03T22:13:44.455Z | Checking dyn-clone v1.0.17 |
434 | 2024-09-03T22:13:44.766Z | Checking tracing-core v0.1.32 |
435 | 2024-09-03T22:13:44.956Z | Compiling openssl-sys v0.9.103 |
436 | 2024-09-03T22:13:45.064Z | Compiling uuid v1.10.0 |
437 | 2024-09-03T22:13:45.310Z | Compiling chrono v0.4.38 |
438 | 2024-09-03T22:13:45.334Z | Checking tracing v0.1.40 |
439 | 2024-09-03T22:13:45.575Z | Compiling slog v2.7.0 |
440 | 2024-09-03T22:13:45.585Z | Compiling openssl v0.10.66 |
441 | 2024-09-03T22:13:45.610Z | Checking try-lock v0.2.5 |
442 | 2024-09-03T22:13:45.713Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-09-03T22:13:45.789Z | Checking foreign-types v0.3.2 |
444 | 2024-09-03T22:13:45.855Z | Checking want v0.3.1 |
445 | 2024-09-03T22:13:45.970Z | Checking http-body v0.4.6 |
446 | 2024-09-03T22:13:46.014Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-03T22:13:46.081Z | Compiling rustls v0.21.12 |
448 | 2024-09-03T22:13:46.279Z | Checking tinyvec_macros v0.1.1 |
449 | 2024-09-03T22:13:46.331Z | Checking percent-encoding v2.3.1 |
450 | 2024-09-03T22:13:46.338Z | Checking bitflags v2.6.0 |
451 | 2024-09-03T22:13:46.500Z | Compiling typenum v1.17.0 |
452 | 2024-09-03T22:13:46.505Z | Checking tower-service v0.3.3 |
453 | 2024-09-03T22:13:46.588Z | Compiling native-tls v0.2.12 |
454 | 2024-09-03T22:13:46.905Z | Compiling regex-syntax v0.8.4 |
455 | 2024-09-03T22:13:47.054Z | Checking httpdate v1.0.3 |
456 | 2024-09-03T22:13:47.253Z | Checking form_urlencoded v1.2.1 |
457 | 2024-09-03T22:13:47.374Z | Checking tinyvec v1.8.0 |
458 | 2024-09-03T22:13:47.817Z | Compiling generic-array v0.14.7 |
459 | 2024-09-03T22:13:48.138Z | Checking openssl-probe v0.1.5 |
460 | 2024-09-03T22:13:48.262Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-09-03T22:13:48.643Z | Checking unicode-normalization v0.1.23 |
462 | 2024-09-03T22:13:49.798Z | Compiling regex-automata v0.4.7 |
463 | 2024-09-03T22:13:50.315Z | Compiling usdt-impl v0.5.0 |
464 | 2024-09-03T22:13:50.670Z | Checking encoding_rs v0.8.34 |
465 | 2024-09-03T22:13:50.684Z | Checking unicode-bidi v0.3.15 |
466 | 2024-09-03T22:13:51.275Z | Compiling num-conv v0.1.0 |
467 | 2024-09-03T22:13:51.481Z | Compiling time-core v0.1.2 |
468 | 2024-09-03T22:13:51.506Z | Checking powerfmt v0.2.0 |
469 | 2024-09-03T22:13:51.524Z | Checking mime v0.3.17 |
470 | 2024-09-03T22:13:51.712Z | Checking deranged v0.3.11 |
471 | 2024-09-03T22:13:51.817Z | Compiling time-macros v0.2.18 |
472 | 2024-09-03T22:13:52.142Z | Checking idna v0.5.0 |
473 | 2024-09-03T22:13:52.683Z | Compiling serde_derive v1.0.209 |
474 | 2024-09-03T22:13:52.788Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-09-03T22:13:52.913Z | Compiling thiserror-impl v1.0.63 |
476 | 2024-09-03T22:13:53.369Z | Compiling schemars_derive v0.8.21 |
477 | 2024-09-03T22:13:54.435Z | Compiling tokio-macros v2.4.0 |
478 | 2024-09-03T22:13:55.020Z | Compiling futures-macro v0.3.30 |
479 | 2024-09-03T22:13:55.128Z | Checking zerocopy v0.7.35 |
480 | 2024-09-03T22:13:55.835Z | Checking tokio v1.40.0 |
481 | 2024-09-03T22:13:56.046Z | Compiling pest v2.7.11 |
482 | 2024-09-03T22:13:56.761Z | Checking futures-util v0.3.30 |
483 | 2024-09-03T22:13:56.769Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-03T22:13:56.833Z | Checking hashbrown v0.14.5 |
485 | 2024-09-03T22:13:57.830Z | Compiling regex v1.10.6 |
486 | 2024-09-03T22:13:58.645Z | Compiling pest_meta v2.7.11 |
487 | 2024-09-03T22:13:58.766Z | Compiling regress v0.10.1 |
488 | 2024-09-03T22:13:58.768Z | Compiling scroll_derive v0.12.0 |
489 | 2024-09-03T22:14:01.400Z | Compiling pest_generator v2.7.11 |
490 | 2024-09-03T22:14:02.543Z | Checking tokio-util v0.7.11 |
491 | 2024-09-03T22:14:02.627Z | Checking scroll v0.12.0 |
492 | 2024-09-03T22:14:02.769Z | Checking tokio-native-tls v0.3.1 |
493 | 2024-09-03T22:14:03.018Z | Checking rustls-webpki v0.101.7 |
494 | 2024-09-03T22:14:03.079Z | Checking sct v0.7.1 |
495 | 2024-09-03T22:14:03.096Z | Compiling pest_derive v2.7.11 |
496 | 2024-09-03T22:14:03.313Z | Compiling thread-id v4.2.2 |
497 | 2024-09-03T22:14:03.438Z | Compiling crossbeam-utils v0.8.20 |
498 | 2024-09-03T22:14:03.913Z | Compiling dtrace-parser v0.2.0 |
499 | 2024-09-03T22:14:04.125Z | Compiling strsim v0.11.1 |
500 | 2024-09-03T22:14:04.451Z | Checking indexmap v2.5.0 |
501 | 2024-09-03T22:14:05.669Z | Checking h2 v0.3.26 |
502 | 2024-09-03T22:14:06.184Z | Compiling serde_tokenstream v0.2.2 |
503 | 2024-09-03T22:14:06.462Z | Checking serde_urlencoded v0.7.1 |
504 | 2024-09-03T22:14:06.695Z | Checking base64 v0.21.7 |
505 | 2024-09-03T22:14:06.831Z | Checking tokio-rustls v0.24.1 |
506 | 2024-09-03T22:14:06.885Z | Checking num_threads v0.1.7 |
507 | 2024-09-03T22:14:06.978Z | Checking plain v0.2.3 |
508 | 2024-09-03T22:14:07.070Z | Compiling ident_case v1.0.1 |
509 | 2024-09-03T22:14:07.104Z | Checking rustls-pki-types v1.8.0 |
510 | 2024-09-03T22:14:07.264Z | Checking time v0.3.36 |
511 | 2024-09-03T22:14:07.503Z | Compiling darling_core v0.20.10 |
512 | 2024-09-03T22:14:07.757Z | Checking rustls-pemfile v1.0.4 |
513 | 2024-09-03T22:14:08.249Z | Compiling dof v0.3.0 |
514 | 2024-09-03T22:14:08.424Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
515 | 2024-09-03T22:14:09.097Z | Compiling openapiv3 v2.0.0 |
516 | 2024-09-03T22:14:09.649Z | Checking hyper v0.14.30 |
517 | 2024-09-03T22:14:10.336Z | Checking goblin v0.8.2 |
518 | 2024-09-03T22:14:11.106Z | Checking url v2.5.2 |
519 | 2024-09-03T22:14:11.293Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-09-03T22:14:11.817Z | Compiling paste v1.0.15 |
521 | 2024-09-03T22:14:11.890Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-09-03T22:14:12.306Z | Compiling rustversion v1.0.17 |
523 | 2024-09-03T22:14:12.984Z | Checking pretty-hex v0.4.1 |
524 | 2024-09-03T22:14:13.134Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-09-03T22:14:13.264Z | Checking webpki-roots v0.25.4 |
526 | 2024-09-03T22:14:13.405Z | Checking ipnet v2.9.0 |
527 | 2024-09-03T22:14:13.431Z | Compiling rustls v0.22.4 |
528 | 2024-09-03T22:14:13.541Z | Checking sync_wrapper v0.1.2 |
529 | 2024-09-03T22:14:13.638Z | Compiling darling_macro v0.20.10 |
530 | 2024-09-03T22:14:13.666Z | Compiling serde_yaml v0.9.34+deprecated |
531 | 2024-09-03T22:14:13.834Z | Checking dirs-next v2.0.0 |
532 | 2024-09-03T22:14:13.935Z | Checking hyper-tls v0.5.0 |
533 | 2024-09-03T22:14:14.188Z | Checking hyper-rustls v0.24.2 |
534 | 2024-09-03T22:14:14.257Z | Checking rustls-webpki v0.102.7 |
535 | 2024-09-03T22:14:14.355Z | Checking block-buffer v0.10.4 |
536 | 2024-09-03T22:14:14.457Z | Checking reqwest v0.11.27 |
537 | 2024-09-03T22:14:14.510Z | Checking crypto-common v0.1.6 |
538 | 2024-09-03T22:14:14.576Z | Checking toml_datetime v0.6.8 |
539 | 2024-09-03T22:14:14.579Z | Checking serde_spanned v0.6.7 |
540 | 2024-09-03T22:14:14.640Z | Checking ppv-lite86 v0.2.20 |
541 | 2024-09-03T22:14:14.732Z | Compiling structmeta-derive v0.3.0 |
542 | 2024-09-03T22:14:14.826Z | Checking rand_core v0.6.4 |
543 | 2024-09-03T22:14:15.068Z | Checking thread_local v1.1.8 |
544 | 2024-09-03T22:14:15.086Z | Compiling multer v3.1.0 |
545 | 2024-09-03T22:14:15.306Z | Checking zeroize v1.8.1 |
546 | 2024-09-03T22:14:15.357Z | Checking subtle v2.6.1 |
547 | 2024-09-03T22:14:15.407Z | Compiling anyhow v1.0.86 |
548 | 2024-09-03T22:14:15.514Z | Compiling camino v1.1.9 |
549 | 2024-09-03T22:14:15.564Z | Checking match_cfg v0.1.0 |
550 | 2024-09-03T22:14:15.631Z | Checking winnow v0.6.18 |
551 | 2024-09-03T22:14:15.674Z | Compiling slog-async v2.8.0 |
552 | 2024-09-03T22:14:16.127Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
553 | 2024-09-03T22:14:16.143Z | Checking hostname v0.3.1 |
554 | 2024-09-03T22:14:16.295Z | Checking rand_chacha v0.3.1 |
555 | 2024-09-03T22:14:16.353Z | Checking digest v0.10.7 |
556 | 2024-09-03T22:14:16.396Z | Checking crossbeam-channel v0.5.13 |
557 | 2024-09-03T22:14:16.627Z | Compiling darling v0.20.10 |
558 | 2024-09-03T22:14:16.634Z | Checking term v0.7.0 |
559 | 2024-09-03T22:14:17.096Z | Compiling usdt-macro v0.5.0 |
560 | 2024-09-03T22:14:17.233Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2024-09-03T22:14:17.302Z | Compiling structmeta v0.3.0 |
562 | 2024-09-03T22:14:17.653Z | Checking slog-json v2.6.1 |
563 | 2024-09-03T22:14:17.790Z | Checking futures-executor v0.3.30 |
564 | 2024-09-03T22:14:17.885Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-09-03T22:14:17.985Z | Checking http v1.1.0 |
566 | 2024-09-03T22:14:18.218Z | Checking is-terminal v0.4.13 |
567 | 2024-09-03T22:14:18.303Z | Checking memmap v0.7.0 |
568 | 2024-09-03T22:14:18.315Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
569 | 2024-09-03T22:14:18.477Z | Checking base64 v0.22.1 |
570 | 2024-09-03T22:14:18.574Z | Checking toml_edit v0.22.20 |
571 | 2024-09-03T22:14:18.607Z | Checking cpufeatures v0.2.13 |
572 | 2024-09-03T22:14:18.641Z | Checking atomic-waker v1.1.2 |
573 | 2024-09-03T22:14:18.677Z | Checking take_mut v0.2.2 |
574 | 2024-09-03T22:14:18.748Z | Checking waitgroup v0.1.2 |
575 | 2024-09-03T22:14:18.861Z | Checking sha1 v0.10.6 |
576 | 2024-09-03T22:14:18.920Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-09-03T22:14:19.094Z | Checking usdt v0.5.0 |
578 | 2024-09-03T22:14:19.102Z | Checking slog-term v2.9.1 |
579 | 2024-09-03T22:14:19.109Z | Checking async-stream v0.3.5 |
580 | 2024-09-03T22:14:19.116Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-03T22:14:19.275Z | Checking futures v0.3.30 |
582 | 2024-09-03T22:14:19.298Z | Checking slog-bunyan v2.5.0 |
583 | 2024-09-03T22:14:19.365Z | Compiling parse-display-derive v0.10.0 |
584 | 2024-09-03T22:14:19.431Z | Compiling serde_with_macros v3.9.0 |
585 | 2024-09-03T22:14:19.545Z | Checking rand v0.8.5 |
586 | 2024-09-03T22:14:19.717Z | Checking tokio-rustls v0.25.0 |
587 | 2024-09-03T22:14:20.283Z | Checking ipnetwork v0.20.0 |
588 | 2024-09-03T22:14:20.379Z | Checking newtype-uuid v1.1.0 |
589 | 2024-09-03T22:14:20.605Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
590 | 2024-09-03T22:14:20.629Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-09-03T22:14:20.726Z | Checking hex v0.4.3 |
592 | 2024-09-03T22:14:21.090Z | Checking toml v0.8.19 |
593 | 2024-09-03T22:14:21.218Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-03T22:14:21.229Z | Compiling async-trait v0.1.82 |
595 | 2024-09-03T22:14:21.831Z | Checking hostname v0.4.0 |
596 | 2024-09-03T22:14:21.948Z | Checking instant v0.1.13 |
597 | 2024-09-03T22:14:21.977Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-03T22:14:22.011Z | Checking serde_with v3.9.0 |
599 | 2024-09-03T22:14:22.041Z | Checking backoff v0.4.0 |
600 | 2024-09-03T22:14:22.090Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-09-03T22:14:22.209Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
602 | 2024-09-03T22:14:22.294Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
603 | 2024-09-03T22:14:22.321Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-09-03T22:14:22.544Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-03T22:14:22.683Z | Checking macaddr v1.0.1 |
606 | 2024-09-03T22:14:23.002Z | Checking regress v0.9.1 |
607 | 2024-09-03T22:14:23.161Z | Checking parse-display v0.10.0 |
608 | 2024-09-03T22:14:23.438Z | Checking strum v0.26.3 |
609 | 2024-09-03T22:14:23.603Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
610 | 2024-09-03T22:14:25.546Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
611 | 2024-09-03T22:14:25.611Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
612 | 2024-09-03T22:14:28.028Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
613 | 2024-09-03T22:14:32.835Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
614 | 2024-09-03T22:14:32.933Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-03T22:14:35.598Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-03T22:14:42.306Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-03T22:14:42.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
618 | 2024-09-03T22:14:42.417Z | + cargo build --release |
619 | 2024-09-03T22:14:42.667Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-03T22:14:42.667Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-03T22:14:42.667Z | Compiling libc v0.2.158 |
622 | 2024-09-03T22:14:42.671Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-03T22:14:42.671Z | Compiling version_check v0.9.5 |
624 | 2024-09-03T22:14:42.671Z | Compiling autocfg v1.3.0 |
625 | 2024-09-03T22:14:42.671Z | Compiling serde v1.0.209 |
626 | 2024-09-03T22:14:42.671Z | Compiling memchr v2.7.4 |
627 | 2024-09-03T22:14:42.768Z | Compiling serde_json v1.0.127 |
628 | 2024-09-03T22:14:42.847Z | Compiling itoa v1.0.11 |
629 | 2024-09-03T22:14:43.109Z | Compiling thiserror v1.0.63 |
630 | 2024-09-03T22:14:43.239Z | Compiling byteorder v1.5.0 |
631 | 2024-09-03T22:14:43.309Z | Compiling ahash v0.8.11 |
632 | 2024-09-03T22:14:43.409Z | Compiling once_cell v1.19.0 |
633 | 2024-09-03T22:14:43.645Z | Compiling shlex v1.3.0 |
634 | 2024-09-03T22:14:43.941Z | Compiling cc v1.1.15 |
635 | 2024-09-03T22:14:43.984Z | Compiling num-traits v0.2.19 |
636 | 2024-09-03T22:14:44.150Z | Compiling quote v1.0.37 |
637 | 2024-09-03T22:14:44.208Z | Compiling getrandom v0.2.15 |
638 | 2024-09-03T22:14:44.363Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-03T22:14:44.430Z | Compiling ryu v1.0.18 |
640 | 2024-09-03T22:14:44.485Z | Compiling bytes v1.7.1 |
641 | 2024-09-03T22:14:44.517Z | Compiling syn v2.0.77 |
642 | 2024-09-03T22:14:44.724Z | Compiling log v0.4.22 |
643 | 2024-09-03T22:14:44.755Z | Compiling schemars v0.8.21 |
644 | 2024-09-03T22:14:44.774Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-09-03T22:14:45.124Z | Compiling lock_api v0.4.12 |
646 | 2024-09-03T22:14:45.168Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-03T22:14:45.278Z | Compiling smallvec v1.13.2 |
648 | 2024-09-03T22:14:45.366Z | Compiling futures-core v0.3.30 |
649 | 2024-09-03T22:14:45.576Z | Compiling scopeguard v1.2.0 |
650 | 2024-09-03T22:14:45.589Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-09-03T22:14:45.592Z | Compiling socket2 v0.5.7 |
652 | 2024-09-03T22:14:45.622Z | Compiling mio v1.0.2 |
653 | 2024-09-03T22:14:46.202Z | Compiling parking_lot v0.12.3 |
654 | 2024-09-03T22:14:46.316Z | Compiling slab v0.4.9 |
655 | 2024-09-03T22:14:46.582Z | Compiling futures-sink v0.3.30 |
656 | 2024-09-03T22:14:46.723Z | Compiling spin v0.9.8 |
657 | 2024-09-03T22:14:46.852Z | Compiling ring v0.17.8 |
658 | 2024-09-03T22:14:46.962Z | Compiling equivalent v1.0.1 |
659 | 2024-09-03T22:14:47.057Z | Compiling semver v1.0.23 |
660 | 2024-09-03T22:14:47.096Z | Compiling fnv v1.0.7 |
661 | 2024-09-03T22:14:47.197Z | Compiling untrusted v0.9.0 |
662 | 2024-09-03T22:14:47.244Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-03T22:14:47.524Z | Compiling pin-utils v0.1.0 |
664 | 2024-09-03T22:14:47.551Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-03T22:14:47.553Z | Compiling futures-io v0.3.30 |
666 | 2024-09-03T22:14:47.596Z | Compiling pkg-config v0.3.30 |
667 | 2024-09-03T22:14:47.610Z | Compiling heck v0.5.0 |
668 | 2024-09-03T22:14:47.703Z | Compiling futures-task v0.3.30 |
669 | 2024-09-03T22:14:48.115Z | Compiling ucd-trie v0.1.6 |
670 | 2024-09-03T22:14:48.184Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-09-03T22:14:48.564Z | Compiling http v0.2.12 |
672 | 2024-09-03T22:14:48.891Z | Compiling dyn-clone v1.0.17 |
673 | 2024-09-03T22:14:49.027Z | Compiling httparse v1.9.4 |
674 | 2024-09-03T22:14:49.117Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-03T22:14:49.779Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-03T22:14:50.033Z | Compiling chrono v0.4.38 |
677 | 2024-09-03T22:14:50.217Z | Compiling uuid v1.10.0 |
678 | 2024-09-03T22:14:50.772Z | Compiling tracing v0.1.40 |
679 | 2024-09-03T22:14:51.448Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-03T22:14:52.378Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-09-03T22:14:52.387Z | Compiling slog v2.7.0 |
682 | 2024-09-03T22:14:52.470Z | Compiling openssl v0.10.66 |
683 | 2024-09-03T22:14:52.868Z | Compiling try-lock v0.2.5 |
684 | 2024-09-03T22:14:52.974Z | Compiling want v0.3.1 |
685 | 2024-09-03T22:14:52.981Z | Compiling foreign-types v0.3.2 |
686 | 2024-09-03T22:14:53.051Z | Compiling http-body v0.4.6 |
687 | 2024-09-03T22:14:53.314Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-03T22:14:53.517Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-09-03T22:14:53.592Z | Compiling percent-encoding v2.3.1 |
690 | 2024-09-03T22:14:53.620Z | Compiling tower-service v0.3.3 |
691 | 2024-09-03T22:14:53.730Z | Compiling native-tls v0.2.12 |
692 | 2024-09-03T22:14:54.026Z | Compiling bitflags v2.6.0 |
693 | 2024-09-03T22:14:54.090Z | Compiling rustls v0.21.12 |
694 | 2024-09-03T22:14:54.170Z | Compiling httpdate v1.0.3 |
695 | 2024-09-03T22:14:54.347Z | Compiling typenum v1.17.0 |
696 | 2024-09-03T22:14:54.407Z | Compiling regex-syntax v0.8.4 |
697 | 2024-09-03T22:14:54.650Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-09-03T22:14:54.881Z | Compiling tinyvec v1.8.0 |
699 | 2024-09-03T22:14:55.389Z | Compiling generic-array v0.14.7 |
700 | 2024-09-03T22:14:55.733Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-03T22:14:56.541Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-09-03T22:14:56.702Z | Compiling serde_derive v1.0.209 |
703 | 2024-09-03T22:14:56.995Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-09-03T22:14:57.506Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-09-03T22:14:57.514Z | Compiling schemars_derive v0.8.21 |
706 | 2024-09-03T22:14:57.704Z | Compiling tokio-macros v2.4.0 |
707 | 2024-09-03T22:14:58.984Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-03T22:14:59.980Z | Compiling tokio v1.40.0 |
709 | 2024-09-03T22:15:00.325Z | Compiling futures-macro v0.3.30 |
710 | 2024-09-03T22:15:00.414Z | Compiling pest v2.7.11 |
711 | 2024-09-03T22:15:01.116Z | Compiling hashbrown v0.14.5 |
712 | 2024-09-03T22:15:02.223Z | Compiling futures-util v0.3.30 |
713 | 2024-09-03T22:15:02.693Z | Compiling regress v0.10.1 |
714 | 2024-09-03T22:15:02.716Z | Compiling openssl-macros v0.1.1 |
715 | 2024-09-03T22:15:03.234Z | Compiling pest_meta v2.7.11 |
716 | 2024-09-03T22:15:07.213Z | Compiling pest_generator v2.7.11 |
717 | 2024-09-03T22:15:07.324Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-09-03T22:15:08.925Z | Compiling tokio-util v0.7.11 |
719 | 2024-09-03T22:15:09.025Z | Compiling pest_derive v2.7.11 |
720 | 2024-09-03T22:15:09.886Z | Compiling sct v0.7.1 |
721 | 2024-09-03T22:15:10.698Z | Compiling indexmap v2.5.0 |
722 | 2024-09-03T22:15:11.541Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-09-03T22:15:12.419Z | Compiling h2 v0.3.26 |
724 | 2024-09-03T22:15:12.975Z | Compiling regex-automata v0.4.7 |
725 | 2024-09-03T22:15:16.978Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
726 | 2024-09-03T22:15:17.626Z | Compiling hyper v0.14.30 |
727 | 2024-09-03T22:15:20.746Z | Compiling regex v1.10.6 |
728 | 2024-09-03T22:15:24.240Z | Compiling scroll_derive v0.12.0 |
729 | 2024-09-03T22:15:27.807Z | Compiling usdt-impl v0.5.0 |
730 | 2024-09-03T22:15:28.183Z | Compiling encoding_rs v0.8.34 |
731 | 2024-09-03T22:15:28.843Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
732 | 2024-09-03T22:15:28.894Z | Compiling powerfmt v0.2.0 |
733 | 2024-09-03T22:15:29.975Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-09-03T22:15:32.740Z | Compiling mime v0.3.17 |
735 | 2024-09-03T22:15:32.974Z | Compiling time-core v0.1.2 |
736 | 2024-09-03T22:15:33.129Z | Compiling num-conv v0.1.0 |
737 | 2024-09-03T22:15:33.394Z | Compiling time-macros v0.2.18 |
738 | 2024-09-03T22:15:34.698Z | Compiling idna v0.5.0 |
739 | 2024-09-03T22:15:36.368Z | Compiling deranged v0.3.11 |
740 | 2024-09-03T22:15:38.585Z | Compiling scroll v0.12.0 |
741 | 2024-09-03T22:15:38.788Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-09-03T22:15:39.192Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-09-03T22:15:39.195Z | Compiling dof v0.3.0 |
744 | 2024-09-03T22:15:39.463Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-09-03T22:15:39.890Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-09-03T22:15:40.092Z | Compiling thread-id v4.2.2 |
747 | 2024-09-03T22:15:40.184Z | Compiling num_threads v0.1.7 |
748 | 2024-09-03T22:15:40.287Z | Compiling ident_case v1.0.1 |
749 | 2024-09-03T22:15:40.435Z | Compiling base64 v0.21.7 |
750 | 2024-09-03T22:15:41.378Z | Compiling strsim v0.11.1 |
751 | 2024-09-03T22:15:42.731Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-09-03T22:15:43.197Z | Compiling plain v0.2.3 |
753 | 2024-09-03T22:15:43.236Z | Compiling rustls-pki-types v1.8.0 |
754 | 2024-09-03T22:15:43.306Z | Compiling omicron-workspace-hack v0.1.0 |
755 | 2024-09-03T22:15:43.339Z | Compiling goblin v0.8.2 |
756 | 2024-09-03T22:15:43.636Z | Compiling time v0.3.36 |
757 | 2024-09-03T22:15:48.657Z | Compiling darling_core v0.20.10 |
758 | 2024-09-03T22:15:49.308Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-09-03T22:15:51.421Z | Compiling hyper-tls v0.5.0 |
760 | 2024-09-03T22:15:51.882Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-09-03T22:15:52.342Z | Compiling url v2.5.2 |
762 | 2024-09-03T22:15:52.365Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
763 | 2024-09-03T22:15:52.473Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-03T22:15:55.853Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-03T22:15:56.934Z | Compiling rustversion v1.0.17 |
766 | 2024-09-03T22:15:57.071Z | Compiling rustls v0.22.4 |
767 | 2024-09-03T22:15:57.422Z | Compiling paste v1.0.15 |
768 | 2024-09-03T22:15:57.566Z | Compiling sync_wrapper v0.1.2 |
769 | 2024-09-03T22:15:57.672Z | Compiling pretty-hex v0.4.1 |
770 | 2024-09-03T22:15:57.706Z | Compiling ipnet v2.9.0 |
771 | 2024-09-03T22:15:57.862Z | Compiling unsafe-libyaml v0.2.11 |
772 | 2024-09-03T22:15:57.894Z | Compiling webpki-roots v0.25.4 |
773 | 2024-09-03T22:15:58.226Z | Compiling reqwest v0.11.27 |
774 | 2024-09-03T22:15:59.590Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-09-03T22:16:00.323Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
776 | 2024-09-03T22:16:01.213Z | Compiling dirs-next v2.0.0 |
777 | 2024-09-03T22:16:01.463Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-03T22:16:03.283Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-03T22:16:04.065Z | Compiling block-buffer v0.10.4 |
780 | 2024-09-03T22:16:04.281Z | Compiling crypto-common v0.1.6 |
781 | 2024-09-03T22:16:04.470Z | Compiling serde_spanned v0.6.7 |
782 | 2024-09-03T22:16:04.700Z | Compiling toml_datetime v0.6.8 |
783 | 2024-09-03T22:16:05.174Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-03T22:16:05.352Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-03T22:16:06.070Z | Compiling rand_core v0.6.4 |
786 | 2024-09-03T22:16:06.620Z | Compiling thread_local v1.1.8 |
787 | 2024-09-03T22:16:06.897Z | Compiling multer v3.1.0 |
788 | 2024-09-03T22:16:07.237Z | Compiling subtle v2.6.1 |
789 | 2024-09-03T22:16:07.245Z | Compiling anyhow v1.0.86 |
790 | 2024-09-03T22:16:07.333Z | Compiling match_cfg v0.1.0 |
791 | 2024-09-03T22:16:07.426Z | Compiling zeroize v1.8.1 |
792 | 2024-09-03T22:16:07.494Z | Compiling winnow v0.6.18 |
793 | 2024-09-03T22:16:07.685Z | Compiling slog-async v2.8.0 |
794 | 2024-09-03T22:16:07.729Z | Compiling camino v1.1.9 |
795 | 2024-09-03T22:16:08.068Z | Compiling structmeta v0.3.0 |
796 | 2024-09-03T22:16:08.234Z | Compiling hostname v0.3.1 |
797 | 2024-09-03T22:16:08.408Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
798 | 2024-09-03T22:16:08.463Z | Compiling rand_chacha v0.3.1 |
799 | 2024-09-03T22:16:08.750Z | Compiling digest v0.10.7 |
800 | 2024-09-03T22:16:09.142Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-09-03T22:16:10.759Z | Compiling darling v0.20.10 |
802 | 2024-09-03T22:16:10.858Z | Compiling term v0.7.0 |
803 | 2024-09-03T22:16:11.826Z | Compiling toml_edit v0.22.20 |
804 | 2024-09-03T22:16:15.394Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
805 | 2024-09-03T22:16:19.441Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-09-03T22:16:19.467Z | Compiling usdt-macro v0.5.0 |
807 | 2024-09-03T22:16:20.738Z | Compiling slog-json v2.6.1 |
808 | 2024-09-03T22:16:20.857Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-03T22:16:21.212Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-03T22:16:22.039Z | Compiling http v1.1.0 |
811 | 2024-09-03T22:16:22.568Z | Compiling is-terminal v0.4.13 |
812 | 2024-09-03T22:16:22.688Z | Compiling memmap v0.7.0 |
813 | 2024-09-03T22:16:23.104Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
814 | 2024-09-03T22:16:23.456Z | Compiling cpufeatures v0.2.13 |
815 | 2024-09-03T22:16:23.474Z | Compiling base64 v0.22.1 |
816 | 2024-09-03T22:16:23.545Z | Compiling take_mut v0.2.2 |
817 | 2024-09-03T22:16:23.686Z | Compiling atomic-waker v1.1.2 |
818 | 2024-09-03T22:16:23.866Z | Compiling waitgroup v0.1.2 |
819 | 2024-09-03T22:16:24.101Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-09-03T22:16:26.689Z | Compiling sha1 v0.10.6 |
821 | 2024-09-03T22:16:27.362Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
822 | 2024-09-03T22:16:27.486Z | Compiling usdt v0.5.0 |
823 | 2024-09-03T22:16:27.537Z | Compiling slog-term v2.9.1 |
824 | 2024-09-03T22:16:28.377Z | Compiling async-stream v0.3.5 |
825 | 2024-09-03T22:16:28.703Z | Compiling futures v0.3.30 |
826 | 2024-09-03T22:16:28.806Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-03T22:16:29.052Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-03T22:16:29.101Z | Compiling toml v0.8.19 |
829 | 2024-09-03T22:16:30.423Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-03T22:16:30.841Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-03T22:16:33.497Z | Compiling rand v0.8.5 |
832 | 2024-09-03T22:16:33.647Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-09-03T22:16:35.939Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-03T22:16:36.258Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-03T22:16:36.642Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
836 | 2024-09-03T22:16:36.837Z | Compiling hex v0.4.3 |
837 | 2024-09-03T22:16:37.523Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-09-03T22:16:37.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-09-03T22:16:38.423Z | Compiling async-trait v0.1.82 |
840 | 2024-09-03T22:16:38.509Z | Compiling hostname v0.4.0 |
841 | 2024-09-03T22:16:38.746Z | Compiling instant v0.1.13 |
842 | 2024-09-03T22:16:38.895Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-03T22:16:39.027Z | Compiling backoff v0.4.0 |
844 | 2024-09-03T22:16:39.357Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-03T22:16:39.547Z | Compiling parse-display v0.10.0 |
846 | 2024-09-03T22:16:40.611Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-09-03T22:16:40.771Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-03T22:16:40.788Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-03T22:16:41.035Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-09-03T22:16:41.314Z | Compiling strum v0.26.3 |
851 | 2024-09-03T22:16:41.483Z | Compiling serde_with v3.9.0 |
852 | 2024-09-03T22:16:41.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-03T22:16:42.423Z | Compiling macaddr v1.0.1 |
854 | 2024-09-03T22:16:43.023Z | Compiling regress v0.9.1 |
855 | 2024-09-03T22:16:47.634Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-03T22:16:58.041Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-03T22:17:07.018Z | Finished `release` profile [optimized] target(s) in 2m 24s |
858 | 2024-09-03T22:17:07.074Z | process exited: duration 217617 ms, exit code 0 |
|
859 | 2024-09-03T22:17:07.079Z | found 0 output files |