|
|
|
1 | 2024-09-09T17:09:25.039Z | job assigned to worker 01J7BW4X057AWBW696NN9EHY5S (queued for 35 s) |
|
2 | 2024-09-09T17:09:25.209Z | starting task 0: "setup" |
3 | 2024-09-09T17:09:25.233Z | ++ uname -s |
4 | 2024-09-09T17:09:25.233Z | + kern=SunOS |
5 | 2024-09-09T17:09:25.233Z | + case "$kern" in |
6 | 2024-09-09T17:09:25.233Z | + groupadd -g 12345 build |
7 | 2024-09-09T17:09:25.233Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T17:09:27.242Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T17:09:27.281Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T17:09:27.305Z | + home_fs=zfs |
11 | 2024-09-09T17:09:27.305Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T17:09:27.305Z | + mkdir -p /home/build |
13 | 2024-09-09T17:09:27.305Z | + chown build:build /home/build /work |
14 | 2024-09-09T17:09:29.291Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T17:09:29.326Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-09-09T17:09:29.414Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T17:09:29.447Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T17:09:29.447Z | * toolchain channel = "1.80.1" |
19 | 2024-09-09T17:09:29.447Z | ' 1.80.1 |
20 | 2024-09-09T17:09:29.447Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-09T17:09:29.447Z | * toolchain profile = "default" |
22 | 2024-09-09T17:09:29.447Z | ' default |
23 | 2024-09-09T17:09:29.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T17:09:29.447Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T17:09:29.570Z | info: downloading installer |
26 | 2024-09-09T17:09:30.583Z | info: profile set to 'default' |
27 | 2024-09-09T17:09:30.583Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T17:09:30.583Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T17:09:31.084Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T17:09:31.084Z | info: downloading component 'cargo' |
31 | 2024-09-09T17:09:31.084Z | info: downloading component 'clippy' |
32 | 2024-09-09T17:09:31.084Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T17:09:31.341Z | info: downloading component 'rust-std' |
34 | 2024-09-09T17:09:31.731Z | info: downloading component 'rustc' |
35 | 2024-09-09T17:09:32.738Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T17:09:32.828Z | info: installing component 'cargo' |
37 | 2024-09-09T17:09:33.912Z | info: installing component 'clippy' |
38 | 2024-09-09T17:09:34.347Z | info: installing component 'rust-docs' |
39 | 2024-09-09T17:09:37.081Z | info: installing component 'rust-std' |
40 | 2024-09-09T17:09:39.026Z | info: installing component 'rustc' |
41 | 2024-09-09T17:09:44.144Z | info: installing component 'rustfmt' |
42 | 2024-09-09T17:09:44.579Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T17:09:44.579Z | |
44 | 2024-09-09T17:09:44.707Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T17:09:44.707Z | |
46 | 2024-09-09T17:09:44.707Z | |
47 | 2024-09-09T17:09:44.707Z | Rust is installed now. Great! |
48 | 2024-09-09T17:09:44.707Z | |
49 | 2024-09-09T17:09:44.707Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T17:09:44.707Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T17:09:44.707Z | |
52 | 2024-09-09T17:09:44.707Z | To configure your current shell, you need to source |
53 | 2024-09-09T17:09:44.707Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T17:09:44.707Z | |
55 | 2024-09-09T17:09:44.707Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T17:09:44.707Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T17:09:44.707Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T17:09:44.791Z | + rustc --version |
59 | 2024-09-09T17:09:44.905Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T17:09:44.929Z | process exited: duration 15497 ms, exit code 0 |
|
61 | 2024-09-09T17:09:44.975Z | starting task 2: "authentication" |
62 | 2024-09-09T17:09:45.034Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-09-09T17:09:45.081Z | starting task 3: "clone repository" |
64 | 2024-09-09T17:09:45.105Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T17:09:45.105Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T17:09:45.128Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T17:09:50.608Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T17:09:50.608Z | + git fetch origin be18651bc8c7177760b88d22755695966645f1eb |
69 | 2024-09-09T17:09:51.019Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T17:09:51.019Z | * branch be18651bc8c7177760b88d22755695966645f1eb -> FETCH_HEAD |
71 | 2024-09-09T17:09:51.042Z | + [[ -n retry-timeseries-to-delete ]] |
72 | 2024-09-09T17:09:51.042Z | ++ git branch --show-current |
73 | 2024-09-09T17:09:51.043Z | + current=main |
74 | 2024-09-09T17:09:51.043Z | + [[ main != retry-timeseries-to-delete ]] |
75 | 2024-09-09T17:09:51.043Z | + git branch -f retry-timeseries-to-delete be18651bc8c7177760b88d22755695966645f1eb |
76 | 2024-09-09T17:09:51.067Z | + git checkout -f retry-timeseries-to-delete |
77 | 2024-09-09T17:09:51.249Z | Switched to branch 'retry-timeseries-to-delete' |
78 | 2024-09-09T17:09:51.273Z | + git reset --hard be18651bc8c7177760b88d22755695966645f1eb |
79 | 2024-09-09T17:09:51.273Z | HEAD is now at be18651bc Use retry_notify_ext |
80 | 2024-09-09T17:09:51.273Z | process exited: duration 6190 ms, exit code 0 |
|
81 | 2024-09-09T17:09:51.322Z | starting task 4: "build" |
82 | 2024-09-09T17:09:51.346Z | + cargo --version |
83 | 2024-09-09T17:09:51.420Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T17:09:51.444Z | + rustc --version |
85 | 2024-09-09T17:09:51.525Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T17:09:51.548Z | + cd /tmp |
87 | 2024-09-09T17:09:51.548Z | + cargo new --lib test-project |
88 | 2024-09-09T17:09:51.620Z | Creating library `test-project` package |
89 | 2024-09-09T17:09:51.743Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-09T17:09:51.766Z | + cd test-project |
91 | 2024-09-09T17:09:51.766Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-09T17:09:51.842Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-09T17:09:51.866Z | Features: |
94 | 2024-09-09T17:09:51.866Z | - proptest |
95 | 2024-09-09T17:09:51.866Z | - test-strategy |
96 | 2024-09-09T17:09:51.866Z | - testing |
97 | 2024-09-09T17:09:51.866Z | Updating crates.io index |
98 | 2024-09-09T17:09:51.914Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-09T17:09:53.060Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-09T17:09:53.988Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-09T17:09:54.609Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-09T17:09:56.605Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-09T17:09:57.077Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-09T17:09:57.570Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-09T17:10:01.325Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-09T17:10:01.349Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-09T17:10:01.349Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-09T17:10:01.349Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-09T17:10:01.349Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-09T17:10:01.349Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-09T17:10:01.349Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-09T17:10:01.349Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-09T17:10:01.349Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-09T17:10:01.349Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-09T17:10:01.350Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-09T17:10:01.350Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-09T17:10:01.350Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-09T17:10:01.350Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-09T17:10:01.350Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-09T17:10:01.350Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-09T17:10:01.350Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-09T17:10:01.350Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-09T17:10:01.350Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-09T17:10:01.350Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-09T17:10:01.350Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-09T17:10:01.350Z | Adding rustls v0.21.12 (latest: v0.23.12) |
127 | 2024-09-09T17:10:01.350Z | Adding rustls v0.22.4 (latest: v0.23.12) |
128 | 2024-09-09T17:10:01.350Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-09T17:10:01.350Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-09T17:10:01.350Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
131 | 2024-09-09T17:10:01.350Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
132 | 2024-09-09T17:10:01.350Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
133 | 2024-09-09T17:10:01.350Z | Adding term v0.7.0 (latest: v1.0.0) |
134 | 2024-09-09T17:10:01.374Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
135 | 2024-09-09T17:10:01.374Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
136 | 2024-09-09T17:10:01.374Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
137 | 2024-09-09T17:10:01.374Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
138 | 2024-09-09T17:10:01.374Z | Adding windows v0.52.0 (latest: v0.58.0) |
139 | 2024-09-09T17:10:01.374Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
140 | 2024-09-09T17:10:01.374Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-09-09T17:10:01.374Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-09-09T17:10:01.374Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-09-09T17:10:01.374Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
144 | 2024-09-09T17:10:01.374Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-09-09T17:10:01.374Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-09-09T17:10:01.374Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-09-09T17:10:01.374Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
148 | 2024-09-09T17:10:01.374Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
149 | 2024-09-09T17:10:01.374Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-09T17:10:01.374Z | Adding winreg v0.50.0 (latest: v0.52.0) |
151 | 2024-09-09T17:10:01.446Z | + cargo check |
152 | 2024-09-09T17:10:01.749Z | Downloading crates ... |
153 | 2024-09-09T17:10:01.809Z | Downloaded equivalent v1.0.1 |
154 | 2024-09-09T17:10:01.834Z | Downloaded openssl-probe v0.1.5 |
155 | 2024-09-09T17:10:01.835Z | Downloaded match_cfg v0.1.0 |
156 | 2024-09-09T17:10:01.835Z | Downloaded num-conv v0.1.0 |
157 | 2024-09-09T17:10:01.835Z | Downloaded httpdate v1.0.3 |
158 | 2024-09-09T17:10:01.835Z | Downloaded http-body v0.4.6 |
159 | 2024-09-09T17:10:01.835Z | Downloaded openssl-macros v0.1.1 |
160 | 2024-09-09T17:10:01.835Z | Downloaded once_cell v1.19.0 |
161 | 2024-09-09T17:10:01.859Z | Downloaded want v0.3.1 |
162 | 2024-09-09T17:10:01.859Z | Downloaded mime v0.3.17 |
163 | 2024-09-09T17:10:01.859Z | Downloaded tinyvec_macros v0.1.1 |
164 | 2024-09-09T17:10:01.859Z | Downloaded tower-service v0.3.3 |
165 | 2024-09-09T17:10:01.859Z | Downloaded usdt v0.5.0 |
166 | 2024-09-09T17:10:01.859Z | Downloaded tokio-native-tls v0.3.1 |
167 | 2024-09-09T17:10:01.859Z | Downloaded toml v0.8.19 |
168 | 2024-09-09T17:10:01.883Z | Downloaded toml_datetime v0.6.8 |
169 | 2024-09-09T17:10:01.883Z | Downloaded tokio-rustls v0.25.0 |
170 | 2024-09-09T17:10:01.883Z | Downloaded time v0.3.36 |
171 | 2024-09-09T17:10:01.883Z | Downloaded toml_edit v0.22.20 |
172 | 2024-09-09T17:10:01.912Z | Downloaded tokio-util v0.7.12 |
173 | 2024-09-09T17:10:01.935Z | Downloaded take_mut v0.2.2 |
174 | 2024-09-09T17:10:01.936Z | Downloaded percent-encoding v2.3.1 |
175 | 2024-09-09T17:10:01.936Z | Downloaded tokio v1.40.0 |
176 | 2024-09-09T17:10:01.968Z | Downloaded libc v0.2.158 |
177 | 2024-09-09T17:10:02.001Z | Downloaded strum v0.26.3 |
178 | 2024-09-09T17:10:02.025Z | Downloaded thiserror v1.0.63 |
179 | 2024-09-09T17:10:02.025Z | Downloaded rand_core v0.6.4 |
180 | 2024-09-09T17:10:02.025Z | Downloaded subtle v2.6.1 |
181 | 2024-09-09T17:10:02.025Z | Downloaded structmeta v0.3.0 |
182 | 2024-09-09T17:10:02.025Z | Downloaded rustls-pki-types v1.8.0 |
183 | 2024-09-09T17:10:02.025Z | Downloaded rustversion v1.0.17 |
184 | 2024-09-09T17:10:02.025Z | Downloaded signal-hook-registry v1.4.2 |
185 | 2024-09-09T17:10:02.025Z | Downloaded serde_tokenstream v0.2.2 |
186 | 2024-09-09T17:10:02.025Z | Downloaded serde_with_macros v3.9.0 |
187 | 2024-09-09T17:10:02.025Z | Downloaded parking_lot_core v0.9.10 |
188 | 2024-09-09T17:10:02.049Z | Downloaded schemars_derive v0.8.21 |
189 | 2024-09-09T17:10:02.049Z | Downloaded rustls-pemfile v2.1.3 |
190 | 2024-09-09T17:10:02.049Z | Downloaded smallvec v1.13.2 |
191 | 2024-09-09T17:10:02.049Z | Downloaded strum_macros v0.26.4 |
192 | 2024-09-09T17:10:02.049Z | Downloaded unicode-bidi v0.3.15 |
193 | 2024-09-09T17:10:02.049Z | Downloaded pin-project-lite v0.2.14 |
194 | 2024-09-09T17:10:02.049Z | Downloaded spin v0.9.8 |
195 | 2024-09-09T17:10:02.049Z | Downloaded scroll v0.12.0 |
196 | 2024-09-09T17:10:02.049Z | Downloaded serde_derive_internals v0.29.1 |
197 | 2024-09-09T17:10:02.073Z | Downloaded term v0.7.0 |
198 | 2024-09-09T17:10:02.073Z | Downloaded slog-term v2.9.1 |
199 | 2024-09-09T17:10:02.073Z | Downloaded semver v1.0.23 |
200 | 2024-09-09T17:10:02.073Z | Downloaded ryu v1.0.18 |
201 | 2024-09-09T17:10:02.073Z | Downloaded sct v0.7.1 |
202 | 2024-09-09T17:10:02.073Z | Downloaded uuid v1.10.0 |
203 | 2024-09-09T17:10:02.073Z | Downloaded socket2 v0.5.7 |
204 | 2024-09-09T17:10:02.097Z | Downloaded slog v2.7.0 |
205 | 2024-09-09T17:10:02.097Z | Downloaded schemars v0.8.21 |
206 | 2024-09-09T17:10:02.097Z | Downloaded serde_yaml v0.9.34+deprecated |
207 | 2024-09-09T17:10:02.123Z | Downloaded serde_derive v1.0.210 |
208 | 2024-09-09T17:10:02.123Z | Downloaded serde v1.0.210 |
209 | 2024-09-09T17:10:02.123Z | Downloaded rand v0.8.5 |
210 | 2024-09-09T17:10:02.123Z | Downloaded proc-macro2 v1.0.86 |
211 | 2024-09-09T17:10:02.123Z | Downloaded unicode-normalization v0.1.23 |
212 | 2024-09-09T17:10:02.123Z | Downloaded url v2.5.2 |
213 | 2024-09-09T17:10:02.123Z | Downloaded pest v2.7.12 |
214 | 2024-09-09T17:10:02.148Z | Downloaded winnow v0.6.18 |
215 | 2024-09-09T17:10:02.148Z | Downloaded unsafe-libyaml v0.2.11 |
216 | 2024-09-09T17:10:02.148Z | Downloaded rustls-webpki v0.101.7 |
217 | 2024-09-09T17:10:02.171Z | Downloaded serde_with v3.9.0 |
218 | 2024-09-09T17:10:02.196Z | Downloaded reqwest v0.11.27 |
219 | 2024-09-09T17:10:02.196Z | Downloaded regex v1.10.6 |
220 | 2024-09-09T17:10:02.219Z | Downloaded syn v2.0.77 |
221 | 2024-09-09T17:10:02.219Z | Downloaded rustls v0.22.4 |
222 | 2024-09-09T17:10:02.242Z | Downloaded regex-automata v0.4.7 |
223 | 2024-09-09T17:10:02.266Z | Downloaded regress v0.10.1 |
224 | 2024-09-09T17:10:02.266Z | Downloaded regress v0.9.1 |
225 | 2024-09-09T17:10:02.290Z | Downloaded regex-syntax v0.8.4 |
226 | 2024-09-09T17:10:02.290Z | Downloaded rustls v0.21.12 |
227 | 2024-09-09T17:10:02.290Z | Downloaded webpki-roots v0.25.4 |
228 | 2024-09-09T17:10:02.314Z | Downloaded vcpkg v0.2.15 |
229 | 2024-09-09T17:10:02.340Z | Downloaded serde_json v1.0.128 |
230 | 2024-09-09T17:10:02.363Z | Downloaded rustls-webpki v0.102.8 |
231 | 2024-09-09T17:10:02.386Z | Downloaded zerocopy v0.7.35 |
232 | 2024-09-09T17:10:02.410Z | Downloaded sha2 v0.10.8 |
233 | 2024-09-09T17:10:02.410Z | Downloaded pest_meta v2.7.12 |
234 | 2024-09-09T17:10:02.410Z | Downloaded quote v1.0.37 |
235 | 2024-09-09T17:10:02.410Z | Downloaded unicode-ident v1.0.12 |
236 | 2024-09-09T17:10:02.410Z | Downloaded slog-bunyan v2.5.0 |
237 | 2024-09-09T17:10:02.410Z | Downloaded serde_path_to_error v0.1.16 |
238 | 2024-09-09T17:10:02.410Z | Downloaded sync_wrapper v0.1.2 |
239 | 2024-09-09T17:10:02.410Z | Downloaded structmeta-derive v0.3.0 |
240 | 2024-09-09T17:10:02.410Z | Downloaded strsim v0.11.1 |
241 | 2024-09-09T17:10:02.410Z | Downloaded slog-json v2.6.1 |
242 | 2024-09-09T17:10:02.433Z | Downloaded slog-async v2.8.0 |
243 | 2024-09-09T17:10:02.433Z | Downloaded slab v0.4.9 |
244 | 2024-09-09T17:10:02.433Z | Downloaded sha1 v0.10.6 |
245 | 2024-09-09T17:10:02.433Z | Downloaded rand_chacha v0.3.1 |
246 | 2024-09-09T17:10:02.433Z | Downloaded ring v0.17.8 |
247 | 2024-09-09T17:10:02.494Z | Downloaded powerfmt v0.2.0 |
248 | 2024-09-09T17:10:02.518Z | Downloaded pkg-config v0.3.30 |
249 | 2024-09-09T17:10:02.518Z | Downloaded pest_generator v2.7.12 |
250 | 2024-09-09T17:10:02.518Z | Downloaded pest_derive v2.7.12 |
251 | 2024-09-09T17:10:02.518Z | Downloaded paste v1.0.15 |
252 | 2024-09-09T17:10:02.518Z | Downloaded parse-display v0.10.0 |
253 | 2024-09-09T17:10:02.518Z | Downloaded zeroize v1.8.1 |
254 | 2024-09-09T17:10:02.518Z | Downloaded version_check v0.9.5 |
255 | 2024-09-09T17:10:02.518Z | Downloaded parking_lot v0.12.3 |
256 | 2024-09-09T17:10:02.518Z | Downloaded encoding_rs v0.8.34 |
257 | 2024-09-09T17:10:02.541Z | Downloaded shlex v1.3.0 |
258 | 2024-09-09T17:10:02.541Z | Downloaded serde_urlencoded v0.7.1 |
259 | 2024-09-09T17:10:02.541Z | Downloaded serde_spanned v0.6.7 |
260 | 2024-09-09T17:10:02.541Z | Downloaded scopeguard v1.2.0 |
261 | 2024-09-09T17:10:02.541Z | Downloaded rustls-pemfile v1.0.4 |
262 | 2024-09-09T17:10:02.541Z | Downloaded ppv-lite86 v0.2.20 |
263 | 2024-09-09T17:10:02.565Z | Downloaded plain v0.2.3 |
264 | 2024-09-09T17:10:02.565Z | Downloaded pin-utils v0.1.0 |
265 | 2024-09-09T17:10:02.565Z | Downloaded waitgroup v0.1.2 |
266 | 2024-09-09T17:10:02.565Z | Downloaded usdt-macro v0.5.0 |
267 | 2024-09-09T17:10:02.565Z | Downloaded usdt-impl v0.5.0 |
268 | 2024-09-09T17:10:02.565Z | Downloaded parse-display-derive v0.10.0 |
269 | 2024-09-09T17:10:02.565Z | Downloaded zerocopy-derive v0.7.35 |
270 | 2024-09-09T17:10:02.565Z | Downloaded usdt-attr-macro v0.5.0 |
271 | 2024-09-09T17:10:02.565Z | Downloaded openapiv3 v2.0.0 |
272 | 2024-09-09T17:10:02.588Z | Downloaded scroll_derive v0.12.0 |
273 | 2024-09-09T17:10:02.588Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-09-09T17:10:02.588Z | Downloaded openssl v0.10.66 |
275 | 2024-09-09T17:10:02.588Z | Downloaded idna v0.5.0 |
276 | 2024-09-09T17:10:02.588Z | Downloaded hyper v0.14.30 |
277 | 2024-09-09T17:10:02.612Z | Downloaded goblin v0.8.2 |
278 | 2024-09-09T17:10:02.612Z | Downloaded futures-util v0.3.30 |
279 | 2024-09-09T17:10:02.635Z | Downloaded chrono v0.4.38 |
280 | 2024-09-09T17:10:02.635Z | Downloaded hashbrown v0.14.5 |
281 | 2024-09-09T17:10:02.635Z | Downloaded h2 v0.3.26 |
282 | 2024-09-09T17:10:02.659Z | Downloaded aho-corasick v1.1.3 |
283 | 2024-09-09T17:10:02.659Z | Downloaded time-macros v0.2.18 |
284 | 2024-09-09T17:10:02.659Z | Downloaded ucd-trie v0.1.6 |
285 | 2024-09-09T17:10:02.659Z | Downloaded typenum v1.17.0 |
286 | 2024-09-09T17:10:02.659Z | Downloaded tracing-core v0.1.32 |
287 | 2024-09-09T17:10:02.659Z | Downloaded tracing v0.1.40 |
288 | 2024-09-09T17:10:02.659Z | Downloaded untrusted v0.9.0 |
289 | 2024-09-09T17:10:02.682Z | Downloaded memmap v0.7.0 |
290 | 2024-09-09T17:10:02.682Z | Downloaded memchr v2.7.4 |
291 | 2024-09-09T17:10:02.682Z | Downloaded http v1.1.0 |
292 | 2024-09-09T17:10:02.682Z | Downloaded cc v1.1.18 |
293 | 2024-09-09T17:10:02.682Z | Downloaded tokio-rustls v0.24.1 |
294 | 2024-09-09T17:10:02.682Z | Downloaded tinyvec v1.8.0 |
295 | 2024-09-09T17:10:02.682Z | Downloaded thread_local v1.1.8 |
296 | 2024-09-09T17:10:02.682Z | Downloaded openssl-sys v0.9.103 |
297 | 2024-09-09T17:10:02.706Z | Downloaded mio v1.0.2 |
298 | 2024-09-09T17:10:02.706Z | Downloaded http v0.2.12 |
299 | 2024-09-09T17:10:02.706Z | Downloaded hashbrown v0.12.3 |
300 | 2024-09-09T17:10:02.706Z | Downloaded time-core v0.1.2 |
301 | 2024-09-09T17:10:02.706Z | Downloaded num-traits v0.2.19 |
302 | 2024-09-09T17:10:02.706Z | Downloaded indexmap v1.9.3 |
303 | 2024-09-09T17:10:02.729Z | Downloaded crossbeam-channel v0.5.13 |
304 | 2024-09-09T17:10:02.729Z | Downloaded indexmap v2.5.0 |
305 | 2024-09-09T17:10:02.729Z | Downloaded tokio-macros v2.4.0 |
306 | 2024-09-09T17:10:02.729Z | Downloaded log v0.4.22 |
307 | 2024-09-09T17:10:02.729Z | Downloaded lock_api v0.4.12 |
308 | 2024-09-09T17:10:02.729Z | Downloaded hyper-tls v0.5.0 |
309 | 2024-09-09T17:10:02.729Z | Downloaded darling_core v0.20.10 |
310 | 2024-09-09T17:10:02.729Z | Downloaded bytes v1.7.1 |
311 | 2024-09-09T17:10:02.756Z | Downloaded base64 v0.22.1 |
312 | 2024-09-09T17:10:02.756Z | Downloaded allocator-api2 v0.2.18 |
313 | 2024-09-09T17:10:02.756Z | Downloaded ahash v0.8.11 |
314 | 2024-09-09T17:10:02.756Z | Downloaded try-lock v0.2.5 |
315 | 2024-09-09T17:10:02.756Z | Downloaded thread-id v4.2.2 |
316 | 2024-09-09T17:10:02.756Z | Downloaded thiserror-impl v1.0.63 |
317 | 2024-09-09T17:10:02.756Z | Downloaded newtype-uuid v1.1.0 |
318 | 2024-09-09T17:10:02.756Z | Downloaded multer v3.1.0 |
319 | 2024-09-09T17:10:02.756Z | Downloaded httparse v1.9.4 |
320 | 2024-09-09T17:10:02.780Z | Downloaded base64 v0.21.7 |
321 | 2024-09-09T17:10:02.780Z | Downloaded macaddr v1.0.1 |
322 | 2024-09-09T17:10:02.780Z | Downloaded itoa v1.0.11 |
323 | 2024-09-09T17:10:02.780Z | Downloaded hyper-rustls v0.24.2 |
324 | 2024-09-09T17:10:02.780Z | Downloaded hostname v0.4.0 |
325 | 2024-09-09T17:10:02.780Z | Downloaded hex v0.4.3 |
326 | 2024-09-09T17:10:02.780Z | Downloaded getrandom v0.2.15 |
327 | 2024-09-09T17:10:02.780Z | Downloaded futures-task v0.3.30 |
328 | 2024-09-09T17:10:02.780Z | Downloaded futures v0.3.30 |
329 | 2024-09-09T17:10:02.780Z | Downloaded native-tls v0.2.12 |
330 | 2024-09-09T17:10:02.780Z | Downloaded crossbeam-utils v0.8.20 |
331 | 2024-09-09T17:10:02.803Z | Downloaded bitflags v2.6.0 |
332 | 2024-09-09T17:10:02.803Z | Downloaded omicron-workspace-hack v0.1.0 |
333 | 2024-09-09T17:10:02.803Z | Downloaded ipnetwork v0.20.0 |
334 | 2024-09-09T17:10:02.803Z | Downloaded instant v0.1.13 |
335 | 2024-09-09T17:10:02.803Z | Downloaded futures-sink v0.3.30 |
336 | 2024-09-09T17:10:02.803Z | Downloaded futures-macro v0.3.30 |
337 | 2024-09-09T17:10:02.803Z | Downloaded futures-executor v0.3.30 |
338 | 2024-09-09T17:10:02.804Z | Downloaded futures-channel v0.3.30 |
339 | 2024-09-09T17:10:02.804Z | Downloaded block-buffer v0.10.4 |
340 | 2024-09-09T17:10:02.804Z | Downloaded backoff v0.4.0 |
341 | 2024-09-09T17:10:02.804Z | Downloaded autocfg v1.3.0 |
342 | 2024-09-09T17:10:02.804Z | Downloaded async-trait v0.1.82 |
343 | 2024-09-09T17:10:02.804Z | Downloaded anyhow v1.0.87 |
344 | 2024-09-09T17:10:02.827Z | Downloaded is-terminal v0.4.13 |
345 | 2024-09-09T17:10:02.827Z | Downloaded ipnet v2.10.0 |
346 | 2024-09-09T17:10:02.827Z | Downloaded ident_case v1.0.1 |
347 | 2024-09-09T17:10:02.827Z | Downloaded iana-time-zone v0.1.60 |
348 | 2024-09-09T17:10:02.827Z | Downloaded hostname v0.3.1 |
349 | 2024-09-09T17:10:02.827Z | Downloaded generic-array v0.14.7 |
350 | 2024-09-09T17:10:02.827Z | Downloaded dof v0.3.0 |
351 | 2024-09-09T17:10:02.827Z | Downloaded dirs-sys-next v0.1.2 |
352 | 2024-09-09T17:10:02.827Z | Downloaded deranged v0.3.11 |
353 | 2024-09-09T17:10:02.827Z | Downloaded darling v0.20.10 |
354 | 2024-09-09T17:10:02.827Z | Downloaded camino v1.1.9 |
355 | 2024-09-09T17:10:02.827Z | Downloaded heck v0.5.0 |
356 | 2024-09-09T17:10:02.851Z | Downloaded futures-io v0.3.30 |
357 | 2024-09-09T17:10:02.851Z | Downloaded futures-core v0.3.30 |
358 | 2024-09-09T17:10:02.851Z | Downloaded form_urlencoded v1.2.1 |
359 | 2024-09-09T17:10:02.851Z | Downloaded fnv v1.0.7 |
360 | 2024-09-09T17:10:02.851Z | Downloaded dyn-clone v1.0.17 |
361 | 2024-09-09T17:10:02.851Z | Downloaded dirs-next v2.0.0 |
362 | 2024-09-09T17:10:02.851Z | Downloaded digest v0.10.7 |
363 | 2024-09-09T17:10:02.851Z | Downloaded debug-ignore v1.0.5 |
364 | 2024-09-09T17:10:02.851Z | Downloaded crypto-common v0.1.6 |
365 | 2024-09-09T17:10:02.851Z | Downloaded cfg-if v1.0.0 |
366 | 2024-09-09T17:10:02.851Z | Downloaded byteorder v1.5.0 |
367 | 2024-09-09T17:10:02.851Z | Downloaded dtrace-parser v0.2.0 |
368 | 2024-09-09T17:10:02.851Z | Downloaded darling_macro v0.20.10 |
369 | 2024-09-09T17:10:02.851Z | Downloaded async-stream v0.3.5 |
370 | 2024-09-09T17:10:02.851Z | Downloaded foreign-types-shared v0.1.1 |
371 | 2024-09-09T17:10:02.851Z | Downloaded foreign-types v0.3.2 |
372 | 2024-09-09T17:10:02.851Z | Downloaded cpufeatures v0.2.14 |
373 | 2024-09-09T17:10:02.851Z | Downloaded atomic-waker v1.1.2 |
374 | 2024-09-09T17:10:02.851Z | Downloaded num_threads v0.1.7 |
375 | 2024-09-09T17:10:02.851Z | Downloaded async-stream-impl v0.3.5 |
376 | 2024-09-09T17:10:02.943Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-09T17:10:02.967Z | Compiling unicode-ident v1.0.12 |
378 | 2024-09-09T17:10:02.967Z | Compiling libc v0.2.158 |
379 | 2024-09-09T17:10:02.967Z | Checking cfg-if v1.0.0 |
380 | 2024-09-09T17:10:02.967Z | Compiling version_check v0.9.5 |
381 | 2024-09-09T17:10:02.967Z | Compiling autocfg v1.3.0 |
382 | 2024-09-09T17:10:02.967Z | Compiling serde v1.0.210 |
383 | 2024-09-09T17:10:02.968Z | Checking memchr v2.7.4 |
384 | 2024-09-09T17:10:03.136Z | Compiling serde_json v1.0.128 |
385 | 2024-09-09T17:10:03.478Z | Checking itoa v1.0.11 |
386 | 2024-09-09T17:10:03.528Z | Checking byteorder v1.5.0 |
387 | 2024-09-09T17:10:03.551Z | Compiling ahash v0.8.11 |
388 | 2024-09-09T17:10:03.622Z | Checking once_cell v1.19.0 |
389 | 2024-09-09T17:10:03.645Z | Compiling shlex v1.3.0 |
390 | 2024-09-09T17:10:03.697Z | Compiling thiserror v1.0.63 |
391 | 2024-09-09T17:10:03.867Z | Compiling cc v1.1.18 |
392 | 2024-09-09T17:10:03.943Z | Compiling num-traits v0.2.19 |
393 | 2024-09-09T17:10:04.177Z | Checking getrandom v0.2.15 |
394 | 2024-09-09T17:10:04.253Z | Checking pin-project-lite v0.2.14 |
395 | 2024-09-09T17:10:04.291Z | Compiling quote v1.0.37 |
396 | 2024-09-09T17:10:04.353Z | Checking ryu v1.0.18 |
397 | 2024-09-09T17:10:04.551Z | Checking log v0.4.22 |
398 | 2024-09-09T17:10:04.574Z | Checking bytes v1.7.1 |
399 | 2024-09-09T17:10:04.612Z | Compiling syn v2.0.77 |
400 | 2024-09-09T17:10:04.766Z | Checking allocator-api2 v0.2.18 |
401 | 2024-09-09T17:10:04.789Z | Compiling lock_api v0.4.12 |
402 | 2024-09-09T17:10:04.812Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-09-09T17:10:04.892Z | Compiling schemars v0.8.21 |
404 | 2024-09-09T17:10:04.916Z | Checking scopeguard v1.2.0 |
405 | 2024-09-09T17:10:05.023Z | Checking smallvec v1.13.2 |
406 | 2024-09-09T17:10:05.185Z | Checking futures-core v0.3.30 |
407 | 2024-09-09T17:10:05.208Z | Checking mio v1.0.2 |
408 | 2024-09-09T17:10:05.257Z | Checking signal-hook-registry v1.4.2 |
409 | 2024-09-09T17:10:05.304Z | Checking socket2 v0.5.7 |
410 | 2024-09-09T17:10:05.434Z | Compiling slab v0.4.9 |
411 | 2024-09-09T17:10:05.588Z | Checking futures-sink v0.3.30 |
412 | 2024-09-09T17:10:05.730Z | Checking spin v0.9.8 |
413 | 2024-09-09T17:10:05.753Z | Checking parking_lot v0.12.3 |
414 | 2024-09-09T17:10:05.911Z | Checking fnv v1.0.7 |
415 | 2024-09-09T17:10:05.934Z | Checking untrusted v0.9.0 |
416 | 2024-09-09T17:10:05.957Z | Checking equivalent v1.0.1 |
417 | 2024-09-09T17:10:06.012Z | Checking futures-channel v0.3.30 |
418 | 2024-09-09T17:10:06.035Z | Compiling semver v1.0.23 |
419 | 2024-09-09T17:10:06.058Z | Checking futures-io v0.3.30 |
420 | 2024-09-09T17:10:06.058Z | Checking futures-task v0.3.30 |
421 | 2024-09-09T17:10:06.166Z | Checking pin-utils v0.1.0 |
422 | 2024-09-09T17:10:06.191Z | Compiling vcpkg v0.2.15 |
423 | 2024-09-09T17:10:06.241Z | Compiling heck v0.5.0 |
424 | 2024-09-09T17:10:06.265Z | Compiling pkg-config v0.3.30 |
425 | 2024-09-09T17:10:06.453Z | Checking iana-time-zone v0.1.60 |
426 | 2024-09-09T17:10:06.514Z | Compiling ucd-trie v0.1.6 |
427 | 2024-09-09T17:10:06.540Z | Compiling ring v0.17.8 |
428 | 2024-09-09T17:10:06.572Z | Checking http v0.2.12 |
429 | 2024-09-09T17:10:07.044Z | Checking dyn-clone v1.0.17 |
430 | 2024-09-09T17:10:07.155Z | Compiling httparse v1.9.4 |
431 | 2024-09-09T17:10:07.521Z | Checking tracing-core v0.1.32 |
432 | 2024-09-09T17:10:07.544Z | Compiling openssl-sys v0.9.103 |
433 | 2024-09-09T17:10:07.831Z | Compiling uuid v1.10.0 |
434 | 2024-09-09T17:10:08.054Z | Compiling chrono v0.4.38 |
435 | 2024-09-09T17:10:08.077Z | Checking tracing v0.1.40 |
436 | 2024-09-09T17:10:08.120Z | Compiling slog v2.7.0 |
437 | 2024-09-09T17:10:08.287Z | Checking try-lock v0.2.5 |
438 | 2024-09-09T17:10:08.310Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-09-09T17:10:08.393Z | Compiling openssl v0.10.66 |
440 | 2024-09-09T17:10:08.417Z | Checking want v0.3.1 |
441 | 2024-09-09T17:10:08.548Z | Checking foreign-types v0.3.2 |
442 | 2024-09-09T17:10:08.620Z | Checking http-body v0.4.6 |
443 | 2024-09-09T17:10:08.643Z | Compiling aho-corasick v1.1.3 |
444 | 2024-09-09T17:10:08.787Z | Compiling typenum v1.17.0 |
445 | 2024-09-09T17:10:08.947Z | Checking tinyvec_macros v0.1.1 |
446 | 2024-09-09T17:10:09.017Z | Checking httpdate v1.0.3 |
447 | 2024-09-09T17:10:09.214Z | Checking tower-service v0.3.3 |
448 | 2024-09-09T17:10:09.308Z | Checking bitflags v2.6.0 |
449 | 2024-09-09T17:10:09.526Z | Compiling regex-syntax v0.8.4 |
450 | 2024-09-09T17:10:09.550Z | Compiling rustls v0.21.12 |
451 | 2024-09-09T17:10:09.633Z | Checking percent-encoding v2.3.1 |
452 | 2024-09-09T17:10:09.663Z | Compiling native-tls v0.2.12 |
453 | 2024-09-09T17:10:09.803Z | Checking form_urlencoded v1.2.1 |
454 | 2024-09-09T17:10:09.872Z | Checking tinyvec v1.8.0 |
455 | 2024-09-09T17:10:09.993Z | Compiling generic-array v0.14.7 |
456 | 2024-09-09T17:10:10.282Z | Compiling serde_derive_internals v0.29.1 |
457 | 2024-09-09T17:10:10.475Z | Checking openssl-probe v0.1.5 |
458 | 2024-09-09T17:10:10.999Z | Checking unicode-normalization v0.1.23 |
459 | 2024-09-09T17:10:11.536Z | Checking sct v0.7.1 |
460 | 2024-09-09T17:10:11.704Z | Checking rustls-webpki v0.101.7 |
461 | 2024-09-09T17:10:12.176Z | Compiling usdt-impl v0.5.0 |
462 | 2024-09-09T17:10:12.357Z | Compiling regex-automata v0.4.7 |
463 | 2024-09-09T17:10:12.433Z | Checking encoding_rs v0.8.34 |
464 | 2024-09-09T17:10:12.542Z | Checking unicode-bidi v0.3.15 |
465 | 2024-09-09T17:10:12.667Z | Checking mime v0.3.17 |
466 | 2024-09-09T17:10:12.926Z | Checking powerfmt v0.2.0 |
467 | 2024-09-09T17:10:13.106Z | Compiling num-conv v0.1.0 |
468 | 2024-09-09T17:10:13.153Z | Compiling time-core v0.1.2 |
469 | 2024-09-09T17:10:13.298Z | Checking deranged v0.3.11 |
470 | 2024-09-09T17:10:13.337Z | Compiling time-macros v0.2.18 |
471 | 2024-09-09T17:10:14.249Z | Checking idna v0.5.0 |
472 | 2024-09-09T17:10:14.418Z | Compiling thread-id v4.2.2 |
473 | 2024-09-09T17:10:14.612Z | Compiling serde_derive v1.0.210 |
474 | 2024-09-09T17:10:14.665Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-09-09T17:10:14.860Z | Compiling thiserror-impl v1.0.63 |
476 | 2024-09-09T17:10:14.883Z | Compiling schemars_derive v0.8.21 |
477 | 2024-09-09T17:10:15.384Z | Compiling tokio-macros v2.4.0 |
478 | 2024-09-09T17:10:15.501Z | Compiling futures-macro v0.3.30 |
479 | 2024-09-09T17:10:15.578Z | Compiling openssl-macros v0.1.1 |
480 | 2024-09-09T17:10:16.258Z | Checking zerocopy v0.7.35 |
481 | 2024-09-09T17:10:16.929Z | Checking tokio v1.40.0 |
482 | 2024-09-09T17:10:17.161Z | Checking futures-util v0.3.30 |
483 | 2024-09-09T17:10:17.185Z | Compiling pest v2.7.12 |
484 | 2024-09-09T17:10:17.714Z | Checking hashbrown v0.14.5 |
485 | 2024-09-09T17:10:18.633Z | Compiling regex v1.10.6 |
486 | 2024-09-09T17:10:18.667Z | Compiling scroll_derive v0.12.0 |
487 | 2024-09-09T17:10:19.305Z | Compiling pest_meta v2.7.12 |
488 | 2024-09-09T17:10:19.418Z | Compiling regress v0.10.1 |
489 | 2024-09-09T17:10:19.788Z | Checking scroll v0.12.0 |
490 | 2024-09-09T17:10:20.387Z | Compiling pest_generator v2.7.12 |
491 | 2024-09-09T17:10:21.653Z | Checking base64 v0.21.7 |
492 | 2024-09-09T17:10:22.204Z | Checking plain v0.2.3 |
493 | 2024-09-09T17:10:22.381Z | Checking num_threads v0.1.7 |
494 | 2024-09-09T17:10:22.473Z | Compiling pest_derive v2.7.12 |
495 | 2024-09-09T17:10:22.496Z | Compiling ident_case v1.0.1 |
496 | 2024-09-09T17:10:22.496Z | Compiling crossbeam-utils v0.8.20 |
497 | 2024-09-09T17:10:22.530Z | Checking tokio-util v0.7.12 |
498 | 2024-09-09T17:10:22.630Z | Checking tokio-native-tls v0.3.1 |
499 | 2024-09-09T17:10:22.825Z | Checking tokio-rustls v0.24.1 |
500 | 2024-09-09T17:10:22.962Z | Checking rustls-pki-types v1.8.0 |
501 | 2024-09-09T17:10:23.090Z | Compiling strsim v0.11.1 |
502 | 2024-09-09T17:10:23.174Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-09-09T17:10:23.211Z | Checking time v0.3.36 |
504 | 2024-09-09T17:10:23.883Z | Compiling darling_core v0.20.10 |
505 | 2024-09-09T17:10:24.171Z | Checking indexmap v2.5.0 |
506 | 2024-09-09T17:10:24.617Z | Compiling serde_tokenstream v0.2.2 |
507 | 2024-09-09T17:10:25.177Z | Checking h2 v0.3.26 |
508 | 2024-09-09T17:10:25.534Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-09-09T17:10:25.641Z | Checking openapiv3 v2.0.0 |
510 | 2024-09-09T17:10:25.876Z | Checking goblin v0.8.2 |
511 | 2024-09-09T17:10:26.370Z | Compiling dof v0.3.0 |
512 | 2024-09-09T17:10:27.930Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
513 | 2024-09-09T17:10:28.237Z | Checking rustls-pemfile v1.0.4 |
514 | 2024-09-09T17:10:28.376Z | Checking hyper v0.14.30 |
515 | 2024-09-09T17:10:28.399Z | Checking url v2.5.2 |
516 | 2024-09-09T17:10:28.552Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-09-09T17:10:28.700Z | Compiling unsafe-libyaml v0.2.11 |
518 | 2024-09-09T17:10:28.999Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-09-09T17:10:29.025Z | Compiling paste v1.0.15 |
520 | 2024-09-09T17:10:29.267Z | Checking sync_wrapper v0.1.2 |
521 | 2024-09-09T17:10:29.367Z | Checking pretty-hex v0.4.1 |
522 | 2024-09-09T17:10:29.451Z | Compiling rustls v0.22.4 |
523 | 2024-09-09T17:10:29.505Z | Checking ipnet v2.10.0 |
524 | 2024-09-09T17:10:29.715Z | Compiling rustversion v1.0.17 |
525 | 2024-09-09T17:10:29.738Z | Checking webpki-roots v0.25.4 |
526 | 2024-09-09T17:10:29.867Z | Compiling serde_yaml v0.9.34+deprecated |
527 | 2024-09-09T17:10:30.050Z | Checking dirs-next v2.0.0 |
528 | 2024-09-09T17:10:30.073Z | Compiling darling_macro v0.20.10 |
529 | 2024-09-09T17:10:30.161Z | Checking serde_spanned v0.6.7 |
530 | 2024-09-09T17:10:30.296Z | Checking toml_datetime v0.6.8 |
531 | 2024-09-09T17:10:30.319Z | Checking rustls-webpki v0.102.8 |
532 | 2024-09-09T17:10:30.482Z | Checking ppv-lite86 v0.2.20 |
533 | 2024-09-09T17:10:30.528Z | Checking crypto-common v0.1.6 |
534 | 2024-09-09T17:10:30.663Z | Checking block-buffer v0.10.4 |
535 | 2024-09-09T17:10:30.818Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-09-09T17:10:30.883Z | Checking rand_core v0.6.4 |
537 | 2024-09-09T17:10:30.924Z | Checking thread_local v1.1.8 |
538 | 2024-09-09T17:10:30.991Z | Compiling multer v3.1.0 |
539 | 2024-09-09T17:10:31.109Z | Compiling camino v1.1.9 |
540 | 2024-09-09T17:10:31.134Z | Checking subtle v2.6.1 |
541 | 2024-09-09T17:10:31.165Z | Checking winnow v0.6.18 |
542 | 2024-09-09T17:10:31.282Z | Checking zeroize v1.8.1 |
543 | 2024-09-09T17:10:31.314Z | Compiling anyhow v1.0.87 |
544 | 2024-09-09T17:10:31.477Z | Compiling slog-async v2.8.0 |
545 | 2024-09-09T17:10:31.614Z | Checking match_cfg v0.1.0 |
546 | 2024-09-09T17:10:31.694Z | Checking hostname v0.3.1 |
547 | 2024-09-09T17:10:31.978Z | Checking rand_chacha v0.3.1 |
548 | 2024-09-09T17:10:32.004Z | Checking hyper-rustls v0.24.2 |
549 | 2024-09-09T17:10:32.027Z | Checking hyper-tls v0.5.0 |
550 | 2024-09-09T17:10:32.256Z | Checking reqwest v0.11.27 |
551 | 2024-09-09T17:10:32.279Z | Compiling darling v0.20.10 |
552 | 2024-09-09T17:10:32.372Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-09-09T17:10:32.639Z | Checking digest v0.10.7 |
554 | 2024-09-09T17:10:32.899Z | Checking term v0.7.0 |
555 | 2024-09-09T17:10:32.922Z | Compiling structmeta v0.3.0 |
556 | 2024-09-09T17:10:33.221Z | Compiling usdt-attr-macro v0.5.0 |
557 | 2024-09-09T17:10:33.244Z | Compiling usdt-macro v0.5.0 |
558 | 2024-09-09T17:10:33.320Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
559 | 2024-09-09T17:10:33.484Z | Checking toml_edit v0.22.20 |
560 | 2024-09-09T17:10:33.562Z | Checking slog-json v2.6.1 |
561 | 2024-09-09T17:10:33.758Z | Checking futures-executor v0.3.30 |
562 | 2024-09-09T17:10:33.825Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-09-09T17:10:33.856Z | Checking http v1.1.0 |
564 | 2024-09-09T17:10:33.943Z | Checking is-terminal v0.4.13 |
565 | 2024-09-09T17:10:34.044Z | Checking memmap v0.7.0 |
566 | 2024-09-09T17:10:34.207Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
567 | 2024-09-09T17:10:34.308Z | Checking take_mut v0.2.2 |
568 | 2024-09-09T17:10:34.411Z | Checking cpufeatures v0.2.14 |
569 | 2024-09-09T17:10:34.435Z | Checking atomic-waker v1.1.2 |
570 | 2024-09-09T17:10:34.491Z | Checking base64 v0.22.1 |
571 | 2024-09-09T17:10:34.540Z | Checking waitgroup v0.1.2 |
572 | 2024-09-09T17:10:34.563Z | Checking sha1 v0.10.6 |
573 | 2024-09-09T17:10:34.738Z | Checking tokio-rustls v0.25.0 |
574 | 2024-09-09T17:10:34.777Z | Checking usdt v0.5.0 |
575 | 2024-09-09T17:10:34.893Z | Checking rustls-pemfile v2.1.3 |
576 | 2024-09-09T17:10:34.918Z | Checking slog-term v2.9.1 |
577 | 2024-09-09T17:10:34.944Z | Checking async-stream v0.3.5 |
578 | 2024-09-09T17:10:34.989Z | Checking futures v0.3.30 |
579 | 2024-09-09T17:10:35.036Z | Compiling strum_macros v0.26.4 |
580 | 2024-09-09T17:10:35.080Z | Checking slog-bunyan v2.5.0 |
581 | 2024-09-09T17:10:35.106Z | Compiling parse-display-derive v0.10.0 |
582 | 2024-09-09T17:10:35.129Z | Compiling serde_with_macros v3.9.0 |
583 | 2024-09-09T17:10:35.234Z | Checking rand v0.8.5 |
584 | 2024-09-09T17:10:35.623Z | Checking toml v0.8.19 |
585 | 2024-09-09T17:10:35.695Z | Checking ipnetwork v0.20.0 |
586 | 2024-09-09T17:10:35.773Z | Checking newtype-uuid v1.1.0 |
587 | 2024-09-09T17:10:35.964Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
588 | 2024-09-09T17:10:35.989Z | Checking serde_path_to_error v0.1.16 |
589 | 2024-09-09T17:10:36.202Z | Checking hex v0.4.3 |
590 | 2024-09-09T17:10:36.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-09-09T17:10:36.476Z | Compiling async-trait v0.1.82 |
592 | 2024-09-09T17:10:36.606Z | Checking hostname v0.4.0 |
593 | 2024-09-09T17:10:36.712Z | Checking instant v0.1.13 |
594 | 2024-09-09T17:10:36.799Z | Checking debug-ignore v1.0.5 |
595 | 2024-09-09T17:10:36.892Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-09-09T17:10:36.916Z | Checking backoff v0.4.0 |
597 | 2024-09-09T17:10:37.008Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-09-09T17:10:37.125Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
599 | 2024-09-09T17:10:37.148Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-09-09T17:10:37.258Z | Checking serde_with v3.9.0 |
601 | 2024-09-09T17:10:37.333Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-09-09T17:10:37.476Z | Checking macaddr v1.0.1 |
603 | 2024-09-09T17:10:37.753Z | Checking regress v0.9.1 |
604 | 2024-09-09T17:10:38.295Z | Checking parse-display v0.10.0 |
605 | 2024-09-09T17:10:38.574Z | Checking strum v0.26.3 |
606 | 2024-09-09T17:10:38.734Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
607 | 2024-09-09T17:10:40.867Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
608 | 2024-09-09T17:10:40.945Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
609 | 2024-09-09T17:10:44.113Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
610 | 2024-09-09T17:10:50.455Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
611 | 2024-09-09T17:10:50.580Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
612 | 2024-09-09T17:10:53.940Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-09-09T17:11:02.731Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-09-09T17:11:02.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
615 | 2024-09-09T17:11:02.859Z | + cargo build --release |
616 | 2024-09-09T17:11:03.179Z | Compiling proc-macro2 v1.0.86 |
617 | 2024-09-09T17:11:03.179Z | Compiling unicode-ident v1.0.12 |
618 | 2024-09-09T17:11:03.179Z | Compiling libc v0.2.158 |
619 | 2024-09-09T17:11:03.202Z | Compiling cfg-if v1.0.0 |
620 | 2024-09-09T17:11:03.202Z | Compiling version_check v0.9.5 |
621 | 2024-09-09T17:11:03.203Z | Compiling autocfg v1.3.0 |
622 | 2024-09-09T17:11:03.203Z | Compiling serde v1.0.210 |
623 | 2024-09-09T17:11:03.203Z | Compiling memchr v2.7.4 |
624 | 2024-09-09T17:11:03.294Z | Compiling serde_json v1.0.128 |
625 | 2024-09-09T17:11:03.347Z | Compiling itoa v1.0.11 |
626 | 2024-09-09T17:11:03.604Z | Compiling thiserror v1.0.63 |
627 | 2024-09-09T17:11:03.676Z | Compiling once_cell v1.19.0 |
628 | 2024-09-09T17:11:03.719Z | Compiling ahash v0.8.11 |
629 | 2024-09-09T17:11:03.831Z | Compiling byteorder v1.5.0 |
630 | 2024-09-09T17:11:04.043Z | Compiling shlex v1.3.0 |
631 | 2024-09-09T17:11:04.262Z | Compiling cc v1.1.18 |
632 | 2024-09-09T17:11:04.403Z | Compiling getrandom v0.2.15 |
633 | 2024-09-09T17:11:04.476Z | Compiling quote v1.0.37 |
634 | 2024-09-09T17:11:04.500Z | Compiling num-traits v0.2.19 |
635 | 2024-09-09T17:11:04.711Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-09-09T17:11:04.735Z | Compiling ryu v1.0.18 |
637 | 2024-09-09T17:11:04.784Z | Compiling syn v2.0.77 |
638 | 2024-09-09T17:11:04.989Z | Compiling bytes v1.7.1 |
639 | 2024-09-09T17:11:05.012Z | Compiling log v0.4.22 |
640 | 2024-09-09T17:11:05.047Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-09-09T17:11:05.071Z | Compiling schemars v0.8.21 |
642 | 2024-09-09T17:11:05.378Z | Compiling lock_api v0.4.12 |
643 | 2024-09-09T17:11:05.404Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-09-09T17:11:05.429Z | Compiling smallvec v1.13.2 |
645 | 2024-09-09T17:11:05.429Z | Compiling futures-core v0.3.30 |
646 | 2024-09-09T17:11:05.643Z | Compiling scopeguard v1.2.0 |
647 | 2024-09-09T17:11:05.760Z | Compiling signal-hook-registry v1.4.2 |
648 | 2024-09-09T17:11:05.785Z | Compiling mio v1.0.2 |
649 | 2024-09-09T17:11:05.841Z | Compiling socket2 v0.5.7 |
650 | 2024-09-09T17:11:06.208Z | Compiling parking_lot v0.12.3 |
651 | 2024-09-09T17:11:06.529Z | Compiling slab v0.4.9 |
652 | 2024-09-09T17:11:06.650Z | Compiling futures-sink v0.3.30 |
653 | 2024-09-09T17:11:06.713Z | Compiling ring v0.17.8 |
654 | 2024-09-09T17:11:06.781Z | Compiling spin v0.9.8 |
655 | 2024-09-09T17:11:06.948Z | Compiling untrusted v0.9.0 |
656 | 2024-09-09T17:11:07.025Z | Compiling equivalent v1.0.1 |
657 | 2024-09-09T17:11:07.107Z | Compiling fnv v1.0.7 |
658 | 2024-09-09T17:11:07.130Z | Compiling semver v1.0.23 |
659 | 2024-09-09T17:11:07.208Z | Compiling futures-channel v0.3.30 |
660 | 2024-09-09T17:11:07.405Z | Compiling heck v0.5.0 |
661 | 2024-09-09T17:11:07.429Z | Compiling pkg-config v0.3.30 |
662 | 2024-09-09T17:11:07.539Z | Compiling pin-utils v0.1.0 |
663 | 2024-09-09T17:11:07.604Z | Compiling futures-io v0.3.30 |
664 | 2024-09-09T17:11:07.633Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-09T17:11:07.657Z | Compiling futures-task v0.3.30 |
666 | 2024-09-09T17:11:07.925Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-09-09T17:11:08.029Z | Compiling ucd-trie v0.1.6 |
668 | 2024-09-09T17:11:08.397Z | Compiling http v0.2.12 |
669 | 2024-09-09T17:11:08.494Z | Compiling httparse v1.9.4 |
670 | 2024-09-09T17:11:08.713Z | Compiling dyn-clone v1.0.17 |
671 | 2024-09-09T17:11:08.946Z | Compiling openssl-sys v0.9.103 |
672 | 2024-09-09T17:11:09.151Z | Compiling tracing-core v0.1.32 |
673 | 2024-09-09T17:11:09.493Z | Compiling chrono v0.4.38 |
674 | 2024-09-09T17:11:09.710Z | Compiling uuid v1.10.0 |
675 | 2024-09-09T17:11:09.945Z | Compiling tracing v0.1.40 |
676 | 2024-09-09T17:11:10.156Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-09-09T17:11:11.091Z | Compiling slog v2.7.0 |
678 | 2024-09-09T17:11:11.486Z | Compiling try-lock v0.2.5 |
679 | 2024-09-09T17:11:11.838Z | Compiling openssl v0.10.66 |
680 | 2024-09-09T17:11:11.904Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-09-09T17:11:11.928Z | Compiling want v0.3.1 |
682 | 2024-09-09T17:11:11.989Z | Compiling foreign-types v0.3.2 |
683 | 2024-09-09T17:11:12.232Z | Compiling http-body v0.4.6 |
684 | 2024-09-09T17:11:12.255Z | Compiling aho-corasick v1.1.3 |
685 | 2024-09-09T17:11:12.255Z | Compiling typenum v1.17.0 |
686 | 2024-09-09T17:11:12.641Z | Compiling bitflags v2.6.0 |
687 | 2024-09-09T17:11:12.931Z | Compiling httpdate v1.0.3 |
688 | 2024-09-09T17:11:13.033Z | Compiling tower-service v0.3.3 |
689 | 2024-09-09T17:11:13.077Z | Compiling percent-encoding v2.3.1 |
690 | 2024-09-09T17:11:13.135Z | Compiling rustls v0.21.12 |
691 | 2024-09-09T17:11:13.277Z | Compiling tinyvec_macros v0.1.1 |
692 | 2024-09-09T17:11:13.351Z | Compiling regex-syntax v0.8.4 |
693 | 2024-09-09T17:11:13.413Z | Compiling native-tls v0.2.12 |
694 | 2024-09-09T17:11:13.473Z | Compiling tinyvec v1.8.0 |
695 | 2024-09-09T17:11:13.535Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-09-09T17:11:14.003Z | Compiling generic-array v0.14.7 |
697 | 2024-09-09T17:11:14.373Z | Compiling openssl-probe v0.1.5 |
698 | 2024-09-09T17:11:14.478Z | Compiling serde_derive v1.0.210 |
699 | 2024-09-09T17:11:14.688Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-09-09T17:11:14.791Z | Compiling thiserror-impl v1.0.63 |
701 | 2024-09-09T17:11:14.826Z | Compiling schemars_derive v0.8.21 |
702 | 2024-09-09T17:11:14.884Z | Compiling tokio-macros v2.4.0 |
703 | 2024-09-09T17:11:16.116Z | Compiling tokio v1.40.0 |
704 | 2024-09-09T17:11:16.270Z | Compiling zerocopy v0.7.35 |
705 | 2024-09-09T17:11:17.301Z | Compiling futures-macro v0.3.30 |
706 | 2024-09-09T17:11:17.949Z | Compiling pest v2.7.12 |
707 | 2024-09-09T17:11:18.184Z | Compiling hashbrown v0.14.5 |
708 | 2024-09-09T17:11:18.856Z | Compiling futures-util v0.3.30 |
709 | 2024-09-09T17:11:19.565Z | Compiling openssl-macros v0.1.1 |
710 | 2024-09-09T17:11:20.013Z | Compiling pest_meta v2.7.12 |
711 | 2024-09-09T17:11:20.291Z | Compiling regress v0.10.1 |
712 | 2024-09-09T17:11:21.757Z | Compiling pest_generator v2.7.12 |
713 | 2024-09-09T17:11:23.018Z | Compiling tokio-util v0.7.12 |
714 | 2024-09-09T17:11:23.089Z | Compiling pest_derive v2.7.12 |
715 | 2024-09-09T17:11:23.822Z | Compiling rustls-webpki v0.101.7 |
716 | 2024-09-09T17:11:24.328Z | Compiling sct v0.7.1 |
717 | 2024-09-09T17:11:24.831Z | Compiling indexmap v2.5.0 |
718 | 2024-09-09T17:11:25.139Z | Compiling serde_tokenstream v0.2.2 |
719 | 2024-09-09T17:11:27.188Z | Compiling h2 v0.3.26 |
720 | 2024-09-09T17:11:29.094Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
721 | 2024-09-09T17:11:29.924Z | Compiling regex-automata v0.4.7 |
722 | 2024-09-09T17:11:32.249Z | Compiling hyper v0.14.30 |
723 | 2024-09-09T17:11:35.891Z | Compiling regex v1.10.6 |
724 | 2024-09-09T17:11:37.555Z | Compiling unicode-normalization v0.1.23 |
725 | 2024-09-09T17:11:38.149Z | Compiling scroll_derive v0.12.0 |
726 | 2024-09-09T17:11:38.238Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
727 | 2024-09-09T17:11:39.538Z | Compiling usdt-impl v0.5.0 |
728 | 2024-09-09T17:11:39.854Z | Compiling encoding_rs v0.8.34 |
729 | 2024-09-09T17:11:40.234Z | Compiling time-core v0.1.2 |
730 | 2024-09-09T17:11:40.365Z | Compiling mime v0.3.17 |
731 | 2024-09-09T17:11:40.388Z | Compiling num-conv v0.1.0 |
732 | 2024-09-09T17:11:41.240Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-09-09T17:11:41.453Z | Compiling powerfmt v0.2.0 |
734 | 2024-09-09T17:11:41.854Z | Compiling idna v0.5.0 |
735 | 2024-09-09T17:11:44.698Z | Compiling deranged v0.3.11 |
736 | 2024-09-09T17:11:46.254Z | Compiling time-macros v0.2.18 |
737 | 2024-09-09T17:11:47.884Z | Compiling scroll v0.12.0 |
738 | 2024-09-09T17:11:48.390Z | Compiling thread-id v4.2.2 |
739 | 2024-09-09T17:11:48.486Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-09-09T17:11:48.562Z | Compiling tokio-native-tls v0.3.1 |
741 | 2024-09-09T17:11:48.793Z | Compiling dof v0.3.0 |
742 | 2024-09-09T17:11:48.844Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-09-09T17:11:48.902Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-09-09T17:11:49.554Z | Compiling omicron-workspace-hack v0.1.0 |
745 | 2024-09-09T17:11:49.825Z | Compiling crossbeam-utils v0.8.20 |
746 | 2024-09-09T17:11:50.280Z | Compiling num_threads v0.1.7 |
747 | 2024-09-09T17:11:50.317Z | Compiling base64 v0.21.7 |
748 | 2024-09-09T17:11:50.845Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-09-09T17:11:51.605Z | Compiling ident_case v1.0.1 |
750 | 2024-09-09T17:11:51.745Z | Compiling plain v0.2.3 |
751 | 2024-09-09T17:11:51.989Z | Compiling strsim v0.11.1 |
752 | 2024-09-09T17:11:52.270Z | Compiling darling_core v0.20.10 |
753 | 2024-09-09T17:11:54.561Z | Compiling time v0.3.36 |
754 | 2024-09-09T17:11:54.892Z | Compiling goblin v0.8.2 |
755 | 2024-09-09T17:11:56.294Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-09-09T17:11:58.075Z | Compiling hyper-rustls v0.24.2 |
757 | 2024-09-09T17:11:58.334Z | Compiling hyper-tls v0.5.0 |
758 | 2024-09-09T17:11:58.728Z | Compiling url v2.5.2 |
759 | 2024-09-09T17:12:00.088Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5ceb59ce) |
760 | 2024-09-09T17:12:00.186Z | Compiling openapiv3 v2.0.0 |
761 | 2024-09-09T17:12:01.677Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-09-09T17:12:02.898Z | Compiling pretty-hex v0.4.1 |
763 | 2024-09-09T17:12:03.081Z | Compiling rustversion v1.0.17 |
764 | 2024-09-09T17:12:03.239Z | Compiling ipnet v2.10.0 |
765 | 2024-09-09T17:12:03.443Z | Compiling webpki-roots v0.25.4 |
766 | 2024-09-09T17:12:03.571Z | Compiling unsafe-libyaml v0.2.11 |
767 | 2024-09-09T17:12:03.628Z | Compiling paste v1.0.15 |
768 | 2024-09-09T17:12:03.733Z | Compiling rustls v0.22.4 |
769 | 2024-09-09T17:12:04.026Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-09-09T17:12:04.124Z | Compiling reqwest v0.11.27 |
771 | 2024-09-09T17:12:04.202Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
772 | 2024-09-09T17:12:04.982Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-09-09T17:12:06.678Z | Compiling dirs-next v2.0.0 |
774 | 2024-09-09T17:12:08.014Z | Compiling darling_macro v0.20.10 |
775 | 2024-09-09T17:12:08.963Z | Compiling rustls-webpki v0.102.8 |
776 | 2024-09-09T17:12:09.287Z | Compiling block-buffer v0.10.4 |
777 | 2024-09-09T17:12:09.410Z | Compiling crypto-common v0.1.6 |
778 | 2024-09-09T17:12:09.515Z | Compiling serde_spanned v0.6.7 |
779 | 2024-09-09T17:12:09.589Z | Compiling toml_datetime v0.6.8 |
780 | 2024-09-09T17:12:09.714Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-09-09T17:12:10.127Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-09-09T17:12:10.431Z | Compiling rand_core v0.6.4 |
783 | 2024-09-09T17:12:10.704Z | Compiling thread_local v1.1.8 |
784 | 2024-09-09T17:12:10.821Z | Compiling multer v3.1.0 |
785 | 2024-09-09T17:12:11.107Z | Compiling subtle v2.6.1 |
786 | 2024-09-09T17:12:11.319Z | Compiling anyhow v1.0.87 |
787 | 2024-09-09T17:12:11.345Z | Compiling camino v1.1.9 |
788 | 2024-09-09T17:12:11.828Z | Compiling slog-async v2.8.0 |
789 | 2024-09-09T17:12:11.851Z | Compiling zeroize v1.8.1 |
790 | 2024-09-09T17:12:11.992Z | Compiling winnow v0.6.18 |
791 | 2024-09-09T17:12:12.132Z | Compiling match_cfg v0.1.0 |
792 | 2024-09-09T17:12:12.210Z | Compiling hostname v0.3.1 |
793 | 2024-09-09T17:12:12.304Z | Compiling structmeta v0.3.0 |
794 | 2024-09-09T17:12:12.638Z | Compiling rand_chacha v0.3.1 |
795 | 2024-09-09T17:12:12.662Z | Compiling digest v0.10.7 |
796 | 2024-09-09T17:12:12.988Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
797 | 2024-09-09T17:12:14.066Z | Compiling darling v0.20.10 |
798 | 2024-09-09T17:12:14.163Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-09-09T17:12:15.460Z | Compiling toml_edit v0.22.20 |
800 | 2024-09-09T17:12:15.487Z | Compiling term v0.7.0 |
801 | 2024-09-09T17:12:19.225Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
802 | 2024-09-09T17:12:21.767Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-09-09T17:12:22.461Z | Compiling usdt-macro v0.5.0 |
804 | 2024-09-09T17:12:22.995Z | Compiling slog-json v2.6.1 |
805 | 2024-09-09T17:12:23.394Z | Compiling futures-executor v0.3.30 |
806 | 2024-09-09T17:12:23.574Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-09-09T17:12:24.432Z | Compiling http v1.1.0 |
808 | 2024-09-09T17:12:24.793Z | Compiling is-terminal v0.4.13 |
809 | 2024-09-09T17:12:24.924Z | Compiling memmap v0.7.0 |
810 | 2024-09-09T17:12:25.332Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
811 | 2024-09-09T17:12:25.594Z | Compiling base64 v0.22.1 |
812 | 2024-09-09T17:12:25.698Z | Compiling take_mut v0.2.2 |
813 | 2024-09-09T17:12:25.852Z | Compiling cpufeatures v0.2.14 |
814 | 2024-09-09T17:12:25.946Z | Compiling atomic-waker v1.1.2 |
815 | 2024-09-09T17:12:26.124Z | Compiling rustls-pemfile v2.1.3 |
816 | 2024-09-09T17:12:26.526Z | Compiling waitgroup v0.1.2 |
817 | 2024-09-09T17:12:26.788Z | Compiling sha1 v0.10.6 |
818 | 2024-09-09T17:12:28.559Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
819 | 2024-09-09T17:12:28.757Z | Compiling usdt v0.5.0 |
820 | 2024-09-09T17:12:29.240Z | Compiling slog-term v2.9.1 |
821 | 2024-09-09T17:12:30.235Z | Compiling async-stream v0.3.5 |
822 | 2024-09-09T17:12:30.521Z | Compiling futures v0.3.30 |
823 | 2024-09-09T17:12:30.634Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-09-09T17:12:30.662Z | Compiling strum_macros v0.26.4 |
825 | 2024-09-09T17:12:30.890Z | Compiling toml v0.8.19 |
826 | 2024-09-09T17:12:31.750Z | Compiling tokio-rustls v0.25.0 |
827 | 2024-09-09T17:12:32.144Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-09-09T17:12:34.435Z | Compiling rand v0.8.5 |
829 | 2024-09-09T17:12:34.921Z | Compiling parse-display-derive v0.10.0 |
830 | 2024-09-09T17:12:35.963Z | Compiling newtype-uuid v1.1.0 |
831 | 2024-09-09T17:12:36.246Z | Compiling ipnetwork v0.20.0 |
832 | 2024-09-09T17:12:36.849Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
833 | 2024-09-09T17:12:37.417Z | Compiling serde_path_to_error v0.1.16 |
834 | 2024-09-09T17:12:38.197Z | Compiling hex v0.4.3 |
835 | 2024-09-09T17:12:38.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-09-09T17:12:38.774Z | Compiling async-trait v0.1.82 |
837 | 2024-09-09T17:12:39.001Z | Compiling hostname v0.4.0 |
838 | 2024-09-09T17:12:39.281Z | Compiling instant v0.1.13 |
839 | 2024-09-09T17:12:39.418Z | Compiling debug-ignore v1.0.5 |
840 | 2024-09-09T17:12:39.532Z | Compiling backoff v0.4.0 |
841 | 2024-09-09T17:12:39.813Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-09-09T17:12:39.990Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
843 | 2024-09-09T17:12:40.143Z | Compiling parse-display v0.10.0 |
844 | 2024-09-09T17:12:40.235Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
845 | 2024-09-09T17:12:40.372Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
846 | 2024-09-09T17:12:40.595Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
847 | 2024-09-09T17:12:40.837Z | Compiling strum v0.26.3 |
848 | 2024-09-09T17:12:40.997Z | Compiling serde_with v3.9.0 |
849 | 2024-09-09T17:12:41.943Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-09-09T17:12:42.623Z | Compiling macaddr v1.0.1 |
851 | 2024-09-09T17:12:42.991Z | Compiling regress v0.9.1 |
852 | 2024-09-09T17:12:47.580Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-09-09T17:12:57.280Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-09-09T17:13:08.269Z | Finished `release` profile [optimized] target(s) in 2m 05s |
855 | 2024-09-09T17:13:08.327Z | process exited: duration 197004 ms, exit code 0 |
|
856 | 2024-09-09T17:13:08.375Z | found 0 output files |