|
|
|
1 | 2024-09-06T22:54:30.773Z | job assigned to worker 01J74RPMP80PSM4AT0XNTSABTM (queued for 37 s) |
|
2 | 2024-09-06T22:54:31.192Z | starting task 0: "setup" |
3 | 2024-09-06T22:54:31.217Z | ++ uname -s |
4 | 2024-09-06T22:54:31.217Z | + kern=SunOS |
5 | 2024-09-06T22:54:31.217Z | + case "$kern" in |
6 | 2024-09-06T22:54:31.217Z | + groupadd -g 12345 build |
7 | 2024-09-06T22:54:31.217Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T22:54:33.227Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T22:54:33.274Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T22:54:33.298Z | + home_fs=zfs |
11 | 2024-09-06T22:54:33.298Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T22:54:33.298Z | + mkdir -p /home/build |
13 | 2024-09-06T22:54:33.298Z | + chown build:build /home/build /work |
14 | 2024-09-06T22:54:35.285Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T22:54:35.310Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-09-06T22:54:35.358Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T22:54:35.382Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T22:54:35.383Z | * toolchain channel = "1.80.1" |
19 | 2024-09-06T22:54:35.383Z | ' 1.80.1 |
20 | 2024-09-06T22:54:35.383Z | * toolchain profile = "default" |
21 | 2024-09-06T22:54:35.383Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-06T22:54:35.383Z | ' default |
23 | 2024-09-06T22:54:35.383Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T22:54:35.383Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T22:54:35.532Z | info: downloading installer |
26 | 2024-09-06T22:54:36.024Z | info: profile set to 'default' |
27 | 2024-09-06T22:54:36.024Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T22:54:36.048Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T22:54:36.129Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T22:54:36.129Z | info: downloading component 'cargo' |
31 | 2024-09-06T22:54:36.261Z | info: downloading component 'clippy' |
32 | 2024-09-06T22:54:36.307Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T22:54:36.550Z | info: downloading component 'rust-std' |
34 | 2024-09-06T22:54:36.789Z | info: downloading component 'rustc' |
35 | 2024-09-06T22:54:37.719Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T22:54:37.767Z | info: installing component 'cargo' |
37 | 2024-09-06T22:54:38.972Z | info: installing component 'clippy' |
38 | 2024-09-06T22:54:39.406Z | info: installing component 'rust-docs' |
39 | 2024-09-06T22:54:42.179Z | info: installing component 'rust-std' |
40 | 2024-09-06T22:54:44.058Z | info: installing component 'rustc' |
41 | 2024-09-06T22:54:49.041Z | info: installing component 'rustfmt' |
42 | 2024-09-06T22:54:49.424Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T22:54:49.424Z | |
44 | 2024-09-06T22:54:49.516Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T22:54:49.516Z | |
46 | 2024-09-06T22:54:49.516Z | |
47 | 2024-09-06T22:54:49.516Z | Rust is installed now. Great! |
48 | 2024-09-06T22:54:49.516Z | |
49 | 2024-09-06T22:54:49.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T22:54:49.516Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T22:54:49.516Z | |
52 | 2024-09-06T22:54:49.516Z | To configure your current shell, you need to source |
53 | 2024-09-06T22:54:49.516Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T22:54:49.516Z | |
55 | 2024-09-06T22:54:49.516Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T22:54:49.517Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T22:54:49.517Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T22:54:49.590Z | + rustc --version |
59 | 2024-09-06T22:54:49.675Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T22:54:49.699Z | process exited: duration 14320 ms, exit code 0 |
|
61 | 2024-09-06T22:54:49.747Z | starting task 2: "authentication" |
62 | 2024-09-06T22:54:49.802Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-09-06T22:54:49.850Z | starting task 3: "clone repository" |
64 | 2024-09-06T22:54:49.874Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T22:54:49.874Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T22:54:49.898Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T22:54:55.268Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T22:54:55.268Z | + git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
69 | 2024-09-06T22:54:55.680Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T22:54:55.680Z | * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD |
71 | 2024-09-06T22:54:55.704Z | + [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
72 | 2024-09-06T22:54:55.704Z | ++ git branch --show-current |
73 | 2024-09-06T22:54:55.704Z | + current=main |
74 | 2024-09-06T22:54:55.704Z | + [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
75 | 2024-09-06T22:54:55.705Z | + git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
76 | 2024-09-06T22:54:55.728Z | + git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution |
77 | 2024-09-06T22:54:55.890Z | Switched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution' |
78 | 2024-09-06T22:54:55.914Z | + git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
79 | 2024-09-06T22:54:56.064Z | HEAD is now at 931a6ef80 unused |
80 | 2024-09-06T22:54:56.088Z | process exited: duration 6215 ms, exit code 0 |
|
81 | 2024-09-06T22:54:56.136Z | starting task 4: "build" |
82 | 2024-09-06T22:54:56.160Z | + cargo --version |
83 | 2024-09-06T22:54:56.226Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T22:54:56.250Z | + rustc --version |
85 | 2024-09-06T22:54:56.319Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T22:54:56.343Z | + cd /tmp |
87 | 2024-09-06T22:54:56.343Z | + cargo new --lib test-project |
88 | 2024-09-06T22:54:56.389Z | Creating library `test-project` package |
89 | 2024-09-06T22:54:56.483Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-06T22:54:56.507Z | + cd test-project |
91 | 2024-09-06T22:54:56.507Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-06T22:54:56.559Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-06T22:54:56.559Z | Features: |
94 | 2024-09-06T22:54:56.559Z | - proptest |
95 | 2024-09-06T22:54:56.559Z | - test-strategy |
96 | 2024-09-06T22:54:56.559Z | - testing |
97 | 2024-09-06T22:54:56.594Z | Updating crates.io index |
98 | 2024-09-06T22:54:56.625Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-06T22:54:57.689Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-06T22:54:58.610Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-06T22:54:59.153Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-06T22:55:01.250Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-06T22:55:01.738Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-06T22:55:02.210Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-06T22:55:06.280Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-06T22:55:06.280Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-06T22:55:06.305Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-06T22:55:06.305Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-06T22:55:06.305Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-06T22:55:06.305Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-06T22:55:06.305Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-06T22:55:06.305Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-06T22:55:06.305Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-06T22:55:06.305Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-06T22:55:06.305Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-06T22:55:06.305Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-06T22:55:06.305Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-06T22:55:06.305Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-06T22:55:06.305Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-06T22:55:06.305Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-06T22:55:06.305Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
122 | 2024-09-06T22:55:06.306Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-06T22:55:06.306Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-06T22:55:06.306Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-06T22:55:06.306Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-06T22:55:06.306Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-06T22:55:06.306Z | Adding regress v0.9.1 (latest: v0.10.1) |
128 | 2024-09-06T22:55:06.306Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-06T22:55:06.306Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-06T22:55:06.306Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-06T22:55:06.306Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-06T22:55:06.306Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-06T22:55:06.330Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-06T22:55:06.330Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-06T22:55:06.330Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-06T22:55:06.330Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-06T22:55:06.330Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-06T22:55:06.330Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-06T22:55:06.330Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-06T22:55:06.330Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-06T22:55:06.330Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-06T22:55:06.330Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-06T22:55:06.330Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-06T22:55:06.330Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-06T22:55:06.330Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-06T22:55:06.331Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-06T22:55:06.331Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-06T22:55:06.331Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-06T22:55:06.331Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-06T22:55:06.331Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-06T22:55:06.331Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-06T22:55:06.331Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-06T22:55:06.331Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-06T22:55:06.412Z | + cargo check |
155 | 2024-09-06T22:55:06.753Z | Downloading crates ... |
156 | 2024-09-06T22:55:06.837Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-09-06T22:55:06.965Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-09-06T22:55:06.965Z | Downloaded futures-sink v0.3.30 |
159 | 2024-09-06T22:55:06.965Z | Downloaded is-terminal v0.4.13 |
160 | 2024-09-06T22:55:06.965Z | Downloaded darling v0.20.10 |
161 | 2024-09-06T22:55:06.965Z | Downloaded block-buffer v0.10.4 |
162 | 2024-09-06T22:55:06.965Z | Downloaded want v0.3.1 |
163 | 2024-09-06T22:55:06.965Z | Downloaded fnv v1.0.7 |
164 | 2024-09-06T22:55:06.965Z | Downloaded crypto-common v0.1.6 |
165 | 2024-09-06T22:55:06.965Z | Downloaded camino v1.1.9 |
166 | 2024-09-06T22:55:06.994Z | Downloaded getrandom v0.2.15 |
167 | 2024-09-06T22:55:06.994Z | Downloaded scroll_derive v0.12.0 |
168 | 2024-09-06T22:55:06.994Z | Downloaded once_cell v1.19.0 |
169 | 2024-09-06T22:55:06.995Z | Downloaded take_mut v0.2.2 |
170 | 2024-09-06T22:55:06.995Z | Downloaded strsim v0.11.1 |
171 | 2024-09-06T22:55:06.995Z | Downloaded openssl-sys v0.9.103 |
172 | 2024-09-06T22:55:06.995Z | Downloaded time-core v0.1.2 |
173 | 2024-09-06T22:55:06.995Z | Downloaded thread_local v1.1.8 |
174 | 2024-09-06T22:55:06.996Z | Downloaded try-lock v0.2.5 |
175 | 2024-09-06T22:55:06.996Z | Downloaded sync_wrapper v0.1.2 |
176 | 2024-09-06T22:55:06.996Z | Downloaded tokio-native-tls v0.3.1 |
177 | 2024-09-06T22:55:06.996Z | Downloaded tower-service v0.3.3 |
178 | 2024-09-06T22:55:06.996Z | Downloaded tokio-rustls v0.25.0 |
179 | 2024-09-06T22:55:06.997Z | Downloaded slab v0.4.9 |
180 | 2024-09-06T22:55:06.997Z | Downloaded ucd-trie v0.1.6 |
181 | 2024-09-06T22:55:06.997Z | Downloaded time-macros v0.2.18 |
182 | 2024-09-06T22:55:06.998Z | Downloaded tokio-rustls v0.24.1 |
183 | 2024-09-06T22:55:06.998Z | Downloaded socket2 v0.5.7 |
184 | 2024-09-06T22:55:06.998Z | Downloaded unicode-bidi v0.3.15 |
185 | 2024-09-06T22:55:06.999Z | Downloaded typenum v1.17.0 |
186 | 2024-09-06T22:55:06.999Z | Downloaded smallvec v1.13.2 |
187 | 2024-09-06T22:55:06.999Z | Downloaded unicode-ident v1.0.12 |
188 | 2024-09-06T22:55:06.999Z | Downloaded rand v0.8.5 |
189 | 2024-09-06T22:55:06.999Z | Downloaded tracing v0.1.40 |
190 | 2024-09-06T22:55:06.999Z | Downloaded unicode-normalization v0.1.23 |
191 | 2024-09-06T22:55:06.999Z | Downloaded openssl v0.10.66 |
192 | 2024-09-06T22:55:07.030Z | Downloaded serde_yaml v0.9.34+deprecated |
193 | 2024-09-06T22:55:07.030Z | Downloaded pest v2.7.12 |
194 | 2024-09-06T22:55:07.030Z | Downloaded serde_json v1.0.128 |
195 | 2024-09-06T22:55:07.031Z | Downloaded serde v1.0.210 |
196 | 2024-09-06T22:55:07.031Z | Downloaded tokio v1.40.0 |
197 | 2024-09-06T22:55:07.474Z | Downloaded zerocopy v0.7.35 |
198 | 2024-09-06T22:55:07.500Z | Downloaded syn v2.0.77 |
199 | 2024-09-06T22:55:07.500Z | Downloaded regex v1.10.6 |
200 | 2024-09-06T22:55:07.501Z | Downloaded regex-automata v0.4.7 |
201 | 2024-09-06T22:55:07.501Z | Downloaded encoding_rs v0.8.34 |
202 | 2024-09-06T22:55:07.501Z | Downloaded webpki-roots v0.25.4 |
203 | 2024-09-06T22:55:07.501Z | Downloaded serde_with v3.9.0 |
204 | 2024-09-06T22:55:07.501Z | Downloaded rustls-webpki v0.102.7 |
205 | 2024-09-06T22:55:07.501Z | Downloaded rustls-webpki v0.101.7 |
206 | 2024-09-06T22:55:07.501Z | Downloaded rustls v0.22.4 |
207 | 2024-09-06T22:55:07.501Z | Downloaded rustls v0.21.12 |
208 | 2024-09-06T22:55:07.501Z | Downloaded reqwest v0.11.27 |
209 | 2024-09-06T22:55:07.501Z | Downloaded regress v0.10.1 |
210 | 2024-09-06T22:55:07.501Z | Downloaded regress v0.9.1 |
211 | 2024-09-06T22:55:07.501Z | Downloaded regex-syntax v0.8.4 |
212 | 2024-09-06T22:55:07.501Z | Downloaded vcpkg v0.2.15 |
213 | 2024-09-06T22:55:07.501Z | Downloaded winnow v0.6.18 |
214 | 2024-09-06T22:55:07.502Z | Downloaded time v0.3.36 |
215 | 2024-09-06T22:55:07.502Z | Downloaded libc v0.2.158 |
216 | 2024-09-06T22:55:07.502Z | Downloaded openapiv3 v2.0.0 |
217 | 2024-09-06T22:55:07.502Z | Downloaded idna v0.5.0 |
218 | 2024-09-06T22:55:07.502Z | Downloaded tokio-util v0.7.12 |
219 | 2024-09-06T22:55:07.502Z | Downloaded goblin v0.8.2 |
220 | 2024-09-06T22:55:07.502Z | Downloaded ring v0.17.8 |
221 | 2024-09-06T22:55:07.529Z | Downloaded chrono v0.4.38 |
222 | 2024-09-06T22:55:07.529Z | Downloaded toml_edit v0.22.20 |
223 | 2024-09-06T22:55:07.558Z | Downloaded ryu v1.0.18 |
224 | 2024-09-06T22:55:07.558Z | Downloaded hyper v0.14.30 |
225 | 2024-09-06T22:55:07.558Z | Downloaded aho-corasick v1.1.3 |
226 | 2024-09-06T22:55:07.590Z | Downloaded quote v1.0.37 |
227 | 2024-09-06T22:55:07.590Z | Downloaded memchr v2.7.4 |
228 | 2024-09-06T22:55:07.590Z | Downloaded http v0.2.12 |
229 | 2024-09-06T22:55:07.590Z | Downloaded hashbrown v0.12.3 |
230 | 2024-09-06T22:55:07.590Z | Downloaded unsafe-libyaml v0.2.11 |
231 | 2024-09-06T22:55:07.590Z | Downloaded tracing-core v0.1.32 |
232 | 2024-09-06T22:55:07.590Z | Downloaded toml v0.8.19 |
233 | 2024-09-06T22:55:07.614Z | Downloaded thiserror-impl v1.0.63 |
234 | 2024-09-06T22:55:07.614Z | Downloaded term v0.7.0 |
235 | 2024-09-06T22:55:07.614Z | Downloaded sha2 v0.10.8 |
236 | 2024-09-06T22:55:07.614Z | Downloaded scroll v0.12.0 |
237 | 2024-09-06T22:55:07.614Z | Downloaded futures-util v0.3.30 |
238 | 2024-09-06T22:55:07.614Z | Downloaded rustls-pki-types v1.8.0 |
239 | 2024-09-06T22:55:07.614Z | Downloaded h2 v0.3.26 |
240 | 2024-09-06T22:55:07.643Z | Downloaded spin v0.9.8 |
241 | 2024-09-06T22:55:07.643Z | Downloaded serde_derive_internals v0.29.1 |
242 | 2024-09-06T22:55:07.643Z | Downloaded sct v0.7.1 |
243 | 2024-09-06T22:55:07.643Z | Downloaded rustls-pemfile v1.0.4 |
244 | 2024-09-06T22:55:07.643Z | Downloaded indexmap v2.5.0 |
245 | 2024-09-06T22:55:07.643Z | Downloaded hashbrown v0.14.5 |
246 | 2024-09-06T22:55:07.667Z | Downloaded thread-id v4.2.2 |
247 | 2024-09-06T22:55:07.667Z | Downloaded structmeta v0.3.0 |
248 | 2024-09-06T22:55:07.667Z | Downloaded serde_tokenstream v0.2.2 |
249 | 2024-09-06T22:55:07.667Z | Downloaded subtle v2.6.1 |
250 | 2024-09-06T22:55:07.667Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2024-09-06T22:55:07.667Z | Downloaded serde_path_to_error v0.1.16 |
252 | 2024-09-06T22:55:07.667Z | Downloaded schemars_derive v0.8.21 |
253 | 2024-09-06T22:55:07.667Z | Downloaded num-traits v0.2.19 |
254 | 2024-09-06T22:55:07.667Z | Downloaded mio v1.0.2 |
255 | 2024-09-06T22:55:07.667Z | Downloaded hyper-rustls v0.24.2 |
256 | 2024-09-06T22:55:07.667Z | Downloaded toml_datetime v0.6.8 |
257 | 2024-09-06T22:55:07.668Z | Downloaded tinyvec v1.8.0 |
258 | 2024-09-06T22:55:07.668Z | Downloaded slog-json v2.6.1 |
259 | 2024-09-06T22:55:07.691Z | Downloaded powerfmt v0.2.0 |
260 | 2024-09-06T22:55:07.691Z | Downloaded schemars v0.8.21 |
261 | 2024-09-06T22:55:07.691Z | Downloaded rand_chacha v0.3.1 |
262 | 2024-09-06T22:55:07.691Z | Downloaded pkg-config v0.3.30 |
263 | 2024-09-06T22:55:07.692Z | Downloaded url v2.5.2 |
264 | 2024-09-06T22:55:07.692Z | Downloaded multer v3.1.0 |
265 | 2024-09-06T22:55:07.715Z | Downloaded lock_api v0.4.12 |
266 | 2024-09-06T22:55:07.716Z | Downloaded iana-time-zone v0.1.60 |
267 | 2024-09-06T22:55:07.716Z | Downloaded tokio-macros v2.4.0 |
268 | 2024-09-06T22:55:07.716Z | Downloaded proc-macro2 v1.0.86 |
269 | 2024-09-06T22:55:07.716Z | Downloaded itoa v1.0.11 |
270 | 2024-09-06T22:55:07.716Z | Downloaded ipnet v2.9.0 |
271 | 2024-09-06T22:55:07.716Z | Downloaded futures-channel v0.3.30 |
272 | 2024-09-06T22:55:07.716Z | Downloaded slog v2.7.0 |
273 | 2024-09-06T22:55:07.716Z | Downloaded serde_derive v1.0.210 |
274 | 2024-09-06T22:55:07.716Z | Downloaded newtype-uuid v1.1.0 |
275 | 2024-09-06T22:55:07.716Z | Downloaded macaddr v1.0.1 |
276 | 2024-09-06T22:55:07.716Z | Downloaded httpdate v1.0.3 |
277 | 2024-09-06T22:55:07.716Z | Downloaded http-body v0.4.6 |
278 | 2024-09-06T22:55:07.742Z | Downloaded http v1.1.0 |
279 | 2024-09-06T22:55:07.742Z | Downloaded hostname v0.3.1 |
280 | 2024-09-06T22:55:07.742Z | Downloaded dof v0.3.0 |
281 | 2024-09-06T22:55:07.742Z | Downloaded dirs-next v2.0.0 |
282 | 2024-09-06T22:55:07.742Z | Downloaded tinyvec_macros v0.1.1 |
283 | 2024-09-06T22:55:07.742Z | Downloaded slog-term v2.9.1 |
284 | 2024-09-06T22:55:07.742Z | Downloaded serde_with_macros v3.9.0 |
285 | 2024-09-06T22:55:07.742Z | Downloaded rustls-pemfile v2.1.3 |
286 | 2024-09-06T22:55:07.742Z | Downloaded pretty-hex v0.4.1 |
287 | 2024-09-06T22:55:07.742Z | Downloaded mime v0.3.17 |
288 | 2024-09-06T22:55:07.742Z | Downloaded heck v0.5.0 |
289 | 2024-09-06T22:55:07.742Z | Downloaded base64 v0.22.1 |
290 | 2024-09-06T22:55:07.742Z | Downloaded strum_macros v0.26.4 |
291 | 2024-09-06T22:55:07.767Z | Downloaded strum v0.26.3 |
292 | 2024-09-06T22:55:07.767Z | Downloaded slog-async v2.8.0 |
293 | 2024-09-06T22:55:07.767Z | Downloaded serde_spanned v0.6.7 |
294 | 2024-09-06T22:55:07.767Z | Downloaded semver v1.0.23 |
295 | 2024-09-06T22:55:07.767Z | Downloaded pin-project-lite v0.2.14 |
296 | 2024-09-06T22:55:07.767Z | Downloaded pest_meta v2.7.12 |
297 | 2024-09-06T22:55:07.768Z | Downloaded pest_generator v2.7.12 |
298 | 2024-09-06T22:55:07.768Z | Downloaded pest_derive v2.7.12 |
299 | 2024-09-06T22:55:07.768Z | Downloaded paste v1.0.15 |
300 | 2024-09-06T22:55:07.768Z | Downloaded parse-display-derive v0.10.0 |
301 | 2024-09-06T22:55:07.768Z | Downloaded parse-display v0.10.0 |
302 | 2024-09-06T22:55:07.768Z | Downloaded zerocopy-derive v0.7.35 |
303 | 2024-09-06T22:55:07.792Z | Downloaded version_check v0.9.5 |
304 | 2024-09-06T22:55:07.792Z | Downloaded uuid v1.10.0 |
305 | 2024-09-06T22:55:07.792Z | Downloaded usdt-impl v0.5.0 |
306 | 2024-09-06T22:55:07.792Z | Downloaded parking_lot v0.12.3 |
307 | 2024-09-06T22:55:07.792Z | Downloaded openssl-macros v0.1.1 |
308 | 2024-09-06T22:55:07.792Z | Downloaded omicron-workspace-hack v0.1.0 |
309 | 2024-09-06T22:55:07.792Z | Downloaded ipnetwork v0.20.0 |
310 | 2024-09-06T22:55:07.792Z | Downloaded generic-array v0.14.7 |
311 | 2024-09-06T22:55:07.792Z | Downloaded futures-task v0.3.30 |
312 | 2024-09-06T22:55:07.792Z | Downloaded futures-macro v0.3.30 |
313 | 2024-09-06T22:55:07.792Z | Downloaded futures-executor v0.3.30 |
314 | 2024-09-06T22:55:07.792Z | Downloaded form_urlencoded v1.2.1 |
315 | 2024-09-06T22:55:07.792Z | Downloaded foreign-types v0.3.2 |
316 | 2024-09-06T22:55:07.792Z | Downloaded equivalent v1.0.1 |
317 | 2024-09-06T22:55:07.792Z | Downloaded dyn-clone v1.0.17 |
318 | 2024-09-06T22:55:07.792Z | Downloaded deranged v0.3.11 |
319 | 2024-09-06T22:55:07.822Z | Downloaded darling_core v0.20.10 |
320 | 2024-09-06T22:55:07.822Z | Downloaded crossbeam-channel v0.5.13 |
321 | 2024-09-06T22:55:07.822Z | Downloaded cc v1.1.17 |
322 | 2024-09-06T22:55:07.822Z | Downloaded bytes v1.7.1 |
323 | 2024-09-06T22:55:07.822Z | Downloaded thiserror v1.0.63 |
324 | 2024-09-06T22:55:07.822Z | Downloaded structmeta-derive v0.3.0 |
325 | 2024-09-06T22:55:07.822Z | Downloaded serde_urlencoded v0.7.1 |
326 | 2024-09-06T22:55:07.822Z | Downloaded rustversion v1.0.17 |
327 | 2024-09-06T22:55:07.848Z | Downloaded ppv-lite86 v0.2.20 |
328 | 2024-09-06T22:55:07.848Z | Downloaded plain v0.2.3 |
329 | 2024-09-06T22:55:07.848Z | Downloaded untrusted v0.9.0 |
330 | 2024-09-06T22:55:07.848Z | Downloaded log v0.4.22 |
331 | 2024-09-06T22:55:07.848Z | Downloaded hex v0.4.3 |
332 | 2024-09-06T22:55:07.848Z | Downloaded futures v0.3.30 |
333 | 2024-09-06T22:55:07.848Z | Downloaded crossbeam-utils v0.8.20 |
334 | 2024-09-06T22:55:07.848Z | Downloaded base64 v0.21.7 |
335 | 2024-09-06T22:55:07.848Z | Downloaded backoff v0.4.0 |
336 | 2024-09-06T22:55:07.848Z | Downloaded anyhow v1.0.87 |
337 | 2024-09-06T22:55:07.876Z | Downloaded allocator-api2 v0.2.18 |
338 | 2024-09-06T22:55:07.876Z | Downloaded indexmap v1.9.3 |
339 | 2024-09-06T22:55:07.876Z | Downloaded httparse v1.9.4 |
340 | 2024-09-06T22:55:07.876Z | Downloaded shlex v1.3.0 |
341 | 2024-09-06T22:55:07.876Z | Downloaded rand_core v0.6.4 |
342 | 2024-09-06T22:55:07.876Z | Downloaded slog-bunyan v2.5.0 |
343 | 2024-09-06T22:55:07.876Z | Downloaded sha1 v0.10.6 |
344 | 2024-09-06T22:55:07.876Z | Downloaded scopeguard v1.2.0 |
345 | 2024-09-06T22:55:07.877Z | Downloaded pin-utils v0.1.0 |
346 | 2024-09-06T22:55:07.877Z | Downloaded percent-encoding v2.3.1 |
347 | 2024-09-06T22:55:07.877Z | Downloaded parking_lot_core v0.9.10 |
348 | 2024-09-06T22:55:07.877Z | Downloaded zeroize v1.8.1 |
349 | 2024-09-06T22:55:07.877Z | Downloaded usdt v0.5.0 |
350 | 2024-09-06T22:55:07.877Z | Downloaded memmap v0.7.0 |
351 | 2024-09-06T22:55:07.877Z | Downloaded async-trait v0.1.82 |
352 | 2024-09-06T22:55:07.900Z | Downloaded waitgroup v0.1.2 |
353 | 2024-09-06T22:55:07.900Z | Downloaded native-tls v0.2.12 |
354 | 2024-09-06T22:55:07.901Z | Downloaded atomic-waker v1.1.2 |
355 | 2024-09-06T22:55:07.901Z | Downloaded ahash v0.8.11 |
356 | 2024-09-06T22:55:07.901Z | Downloaded debug-ignore v1.0.5 |
357 | 2024-09-06T22:55:07.901Z | Downloaded bitflags v2.6.0 |
358 | 2024-09-06T22:55:07.901Z | Downloaded usdt-macro v0.5.0 |
359 | 2024-09-06T22:55:07.901Z | Downloaded usdt-attr-macro v0.5.0 |
360 | 2024-09-06T22:55:07.901Z | Downloaded hyper-tls v0.5.0 |
361 | 2024-09-06T22:55:07.901Z | Downloaded hostname v0.4.0 |
362 | 2024-09-06T22:55:07.901Z | Downloaded futures-io v0.3.30 |
363 | 2024-09-06T22:55:07.901Z | Downloaded futures-core v0.3.30 |
364 | 2024-09-06T22:55:07.901Z | Downloaded digest v0.10.7 |
365 | 2024-09-06T22:55:07.901Z | Downloaded autocfg v1.3.0 |
366 | 2024-09-06T22:55:07.926Z | Downloaded async-stream v0.3.5 |
367 | 2024-09-06T22:55:07.926Z | Downloaded foreign-types-shared v0.1.1 |
368 | 2024-09-06T22:55:07.926Z | Downloaded cpufeatures v0.2.14 |
369 | 2024-09-06T22:55:07.926Z | Downloaded cfg-if v1.0.0 |
370 | 2024-09-06T22:55:07.926Z | Downloaded num_threads v0.1.7 |
371 | 2024-09-06T22:55:07.926Z | Downloaded num-conv v0.1.0 |
372 | 2024-09-06T22:55:07.926Z | Downloaded match_cfg v0.1.0 |
373 | 2024-09-06T22:55:07.926Z | Downloaded instant v0.1.13 |
374 | 2024-09-06T22:55:07.926Z | Downloaded ident_case v1.0.1 |
375 | 2024-09-06T22:55:07.926Z | Downloaded dtrace-parser v0.2.0 |
376 | 2024-09-06T22:55:07.926Z | Downloaded dirs-sys-next v0.1.2 |
377 | 2024-09-06T22:55:07.926Z | Downloaded darling_macro v0.20.10 |
378 | 2024-09-06T22:55:07.926Z | Downloaded byteorder v1.5.0 |
379 | 2024-09-06T22:55:08.016Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-06T22:55:08.016Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-06T22:55:08.040Z | Compiling libc v0.2.158 |
382 | 2024-09-06T22:55:08.040Z | Checking cfg-if v1.0.0 |
383 | 2024-09-06T22:55:08.040Z | Compiling version_check v0.9.5 |
384 | 2024-09-06T22:55:08.040Z | Compiling autocfg v1.3.0 |
385 | 2024-09-06T22:55:08.040Z | Compiling serde v1.0.210 |
386 | 2024-09-06T22:55:08.040Z | Checking memchr v2.7.4 |
387 | 2024-09-06T22:55:08.119Z | Compiling serde_json v1.0.128 |
388 | 2024-09-06T22:55:08.299Z | Checking itoa v1.0.11 |
389 | 2024-09-06T22:55:08.585Z | Compiling shlex v1.3.0 |
390 | 2024-09-06T22:55:08.688Z | Compiling ahash v0.8.11 |
391 | 2024-09-06T22:55:08.717Z | Checking byteorder v1.5.0 |
392 | 2024-09-06T22:55:08.787Z | Compiling thiserror v1.0.63 |
393 | 2024-09-06T22:55:08.888Z | Checking once_cell v1.19.0 |
394 | 2024-09-06T22:55:08.944Z | Compiling cc v1.1.17 |
395 | 2024-09-06T22:55:09.173Z | Compiling num-traits v0.2.19 |
396 | 2024-09-06T22:55:09.465Z | Checking getrandom v0.2.15 |
397 | 2024-09-06T22:55:09.489Z | Checking pin-project-lite v0.2.14 |
398 | 2024-09-06T22:55:09.586Z | Compiling quote v1.0.37 |
399 | 2024-09-06T22:55:09.648Z | Checking ryu v1.0.18 |
400 | 2024-09-06T22:55:09.689Z | Checking log v0.4.22 |
401 | 2024-09-06T22:55:09.839Z | Checking bytes v1.7.1 |
402 | 2024-09-06T22:55:09.882Z | Checking allocator-api2 v0.2.18 |
403 | 2024-09-06T22:55:09.906Z | Compiling lock_api v0.4.12 |
404 | 2024-09-06T22:55:09.929Z | Compiling syn v2.0.77 |
405 | 2024-09-06T22:55:10.243Z | Compiling schemars v0.8.21 |
406 | 2024-09-06T22:55:10.269Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-09-06T22:55:10.292Z | Checking futures-core v0.3.30 |
408 | 2024-09-06T22:55:10.412Z | Checking smallvec v1.13.2 |
409 | 2024-09-06T22:55:10.436Z | Checking scopeguard v1.2.0 |
410 | 2024-09-06T22:55:10.573Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-09-06T22:55:10.598Z | Checking socket2 v0.5.7 |
412 | 2024-09-06T22:55:10.635Z | Checking mio v1.0.2 |
413 | 2024-09-06T22:55:10.660Z | Compiling slab v0.4.9 |
414 | 2024-09-06T22:55:10.789Z | Checking futures-sink v0.3.30 |
415 | 2024-09-06T22:55:10.910Z | Checking spin v0.9.8 |
416 | 2024-09-06T22:55:10.987Z | Checking fnv v1.0.7 |
417 | 2024-09-06T22:55:11.011Z | Checking untrusted v0.9.0 |
418 | 2024-09-06T22:55:11.035Z | Checking parking_lot v0.12.3 |
419 | 2024-09-06T22:55:11.101Z | Checking equivalent v1.0.1 |
420 | 2024-09-06T22:55:11.192Z | Checking futures-channel v0.3.30 |
421 | 2024-09-06T22:55:11.221Z | Checking pin-utils v0.1.0 |
422 | 2024-09-06T22:55:11.245Z | Compiling vcpkg v0.2.15 |
423 | 2024-09-06T22:55:11.299Z | Checking futures-io v0.3.30 |
424 | 2024-09-06T22:55:11.396Z | Compiling pkg-config v0.3.30 |
425 | 2024-09-06T22:55:11.420Z | Compiling semver v1.0.23 |
426 | 2024-09-06T22:55:11.462Z | Checking futures-task v0.3.30 |
427 | 2024-09-06T22:55:11.540Z | Compiling heck v0.5.0 |
428 | 2024-09-06T22:55:11.755Z | Compiling ring v0.17.8 |
429 | 2024-09-06T22:55:11.781Z | Checking iana-time-zone v0.1.60 |
430 | 2024-09-06T22:55:11.894Z | Compiling ucd-trie v0.1.6 |
431 | 2024-09-06T22:55:11.919Z | Checking http v0.2.12 |
432 | 2024-09-06T22:55:12.296Z | Compiling httparse v1.9.4 |
433 | 2024-09-06T22:55:12.563Z | Checking dyn-clone v1.0.17 |
434 | 2024-09-06T22:55:12.658Z | Compiling openssl-sys v0.9.103 |
435 | 2024-09-06T22:55:12.944Z | Checking tracing-core v0.1.32 |
436 | 2024-09-06T22:55:13.026Z | Compiling uuid v1.10.0 |
437 | 2024-09-06T22:55:13.229Z | Compiling chrono v0.4.38 |
438 | 2024-09-06T22:55:13.490Z | Checking tracing v0.1.40 |
439 | 2024-09-06T22:55:13.513Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-09-06T22:55:13.576Z | Compiling slog v2.7.0 |
441 | 2024-09-06T22:55:13.599Z | Compiling openssl v0.10.66 |
442 | 2024-09-06T22:55:13.709Z | Checking try-lock v0.2.5 |
443 | 2024-09-06T22:55:13.757Z | Checking foreign-types v0.3.2 |
444 | 2024-09-06T22:55:13.818Z | Checking want v0.3.1 |
445 | 2024-09-06T22:55:13.963Z | Checking http-body v0.4.6 |
446 | 2024-09-06T22:55:14.015Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-06T22:55:14.074Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-09-06T22:55:14.143Z | Compiling rustls v0.21.12 |
449 | 2024-09-06T22:55:14.307Z | Compiling regex-syntax v0.8.4 |
450 | 2024-09-06T22:55:14.405Z | Checking httpdate v1.0.3 |
451 | 2024-09-06T22:55:14.585Z | Checking percent-encoding v2.3.1 |
452 | 2024-09-06T22:55:14.757Z | Compiling native-tls v0.2.12 |
453 | 2024-09-06T22:55:14.848Z | Checking bitflags v2.6.0 |
454 | 2024-09-06T22:55:14.885Z | Checking tower-service v0.3.3 |
455 | 2024-09-06T22:55:14.995Z | Compiling typenum v1.17.0 |
456 | 2024-09-06T22:55:15.062Z | Checking form_urlencoded v1.2.1 |
457 | 2024-09-06T22:55:15.097Z | Checking tinyvec v1.8.0 |
458 | 2024-09-06T22:55:15.624Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-09-06T22:55:15.832Z | Compiling generic-array v0.14.7 |
460 | 2024-09-06T22:55:16.173Z | Checking openssl-probe v0.1.5 |
461 | 2024-09-06T22:55:16.252Z | Checking unicode-normalization v0.1.23 |
462 | 2024-09-06T22:55:16.738Z | Checking sct v0.7.1 |
463 | 2024-09-06T22:55:16.906Z | Checking rustls-webpki v0.101.7 |
464 | 2024-09-06T22:55:17.412Z | Compiling regex-automata v0.4.7 |
465 | 2024-09-06T22:55:17.743Z | Compiling usdt-impl v0.5.0 |
466 | 2024-09-06T22:55:18.087Z | Checking encoding_rs v0.8.34 |
467 | 2024-09-06T22:55:18.111Z | Checking mime v0.3.17 |
468 | 2024-09-06T22:55:18.241Z | Checking powerfmt v0.2.0 |
469 | 2024-09-06T22:55:18.362Z | Compiling time-core v0.1.2 |
470 | 2024-09-06T22:55:18.468Z | Compiling num-conv v0.1.0 |
471 | 2024-09-06T22:55:18.504Z | Checking unicode-bidi v0.3.15 |
472 | 2024-09-06T22:55:18.698Z | Compiling time-macros v0.2.18 |
473 | 2024-09-06T22:55:19.015Z | Checking idna v0.5.0 |
474 | 2024-09-06T22:55:19.116Z | Checking deranged v0.3.11 |
475 | 2024-09-06T22:55:19.596Z | Compiling thread-id v4.2.2 |
476 | 2024-09-06T22:55:20.083Z | Compiling serde_derive v1.0.210 |
477 | 2024-09-06T22:55:20.172Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-09-06T22:55:20.229Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-09-06T22:55:20.521Z | Compiling schemars_derive v0.8.21 |
480 | 2024-09-06T22:55:20.670Z | Compiling tokio-macros v2.4.0 |
481 | 2024-09-06T22:55:20.917Z | Compiling futures-macro v0.3.30 |
482 | 2024-09-06T22:55:20.977Z | Compiling openssl-macros v0.1.1 |
483 | 2024-09-06T22:55:21.851Z | Checking zerocopy v0.7.35 |
484 | 2024-09-06T22:55:22.410Z | Checking tokio v1.40.0 |
485 | 2024-09-06T22:55:22.611Z | Checking futures-util v0.3.30 |
486 | 2024-09-06T22:55:22.900Z | Compiling pest v2.7.12 |
487 | 2024-09-06T22:55:23.335Z | Checking hashbrown v0.14.5 |
488 | 2024-09-06T22:55:23.913Z | Compiling regex v1.10.6 |
489 | 2024-09-06T22:55:24.256Z | Compiling scroll_derive v0.12.0 |
490 | 2024-09-06T22:55:24.640Z | Compiling regress v0.10.1 |
491 | 2024-09-06T22:55:25.249Z | Compiling pest_meta v2.7.12 |
492 | 2024-09-06T22:55:25.363Z | Checking scroll v0.12.0 |
493 | 2024-09-06T22:55:26.767Z | Compiling pest_generator v2.7.12 |
494 | 2024-09-06T22:55:27.566Z | Checking base64 v0.21.7 |
495 | 2024-09-06T22:55:27.939Z | Checking rustls-pki-types v1.8.0 |
496 | 2024-09-06T22:55:28.083Z | Compiling crossbeam-utils v0.8.20 |
497 | 2024-09-06T22:55:28.215Z | Checking tokio-util v0.7.12 |
498 | 2024-09-06T22:55:28.240Z | Checking tokio-rustls v0.24.1 |
499 | 2024-09-06T22:55:28.287Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-09-06T22:55:28.489Z | Compiling ident_case v1.0.1 |
501 | 2024-09-06T22:55:28.541Z | Compiling strsim v0.11.1 |
502 | 2024-09-06T22:55:28.576Z | Checking plain v0.2.3 |
503 | 2024-09-06T22:55:28.600Z | Compiling pest_derive v2.7.12 |
504 | 2024-09-06T22:55:28.702Z | Checking num_threads v0.1.7 |
505 | 2024-09-06T22:55:28.803Z | Checking time v0.3.36 |
506 | 2024-09-06T22:55:28.879Z | Compiling darling_core v0.20.10 |
507 | 2024-09-06T22:55:28.922Z | Checking goblin v0.8.2 |
508 | 2024-09-06T22:55:29.322Z | Compiling dtrace-parser v0.2.0 |
509 | 2024-09-06T22:55:29.666Z | Checking rustls-pemfile v1.0.4 |
510 | 2024-09-06T22:55:29.823Z | Checking indexmap v2.5.0 |
511 | 2024-09-06T22:55:30.772Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-09-06T22:55:30.936Z | Checking h2 v0.3.26 |
513 | 2024-09-06T22:55:31.423Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-09-06T22:55:31.758Z | Checking openapiv3 v2.0.0 |
515 | 2024-09-06T22:55:32.742Z | Compiling dof v0.3.0 |
516 | 2024-09-06T22:55:33.680Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
517 | 2024-09-06T22:55:33.734Z | Checking url v2.5.2 |
518 | 2024-09-06T22:55:33.798Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-09-06T22:55:34.276Z | Checking hyper v0.14.30 |
520 | 2024-09-06T22:55:34.448Z | Checking webpki-roots v0.25.4 |
521 | 2024-09-06T22:55:34.575Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-09-06T22:55:34.627Z | Compiling rustversion v1.0.17 |
523 | 2024-09-06T22:55:34.721Z | Checking sync_wrapper v0.1.2 |
524 | 2024-09-06T22:55:34.822Z | Compiling rustls v0.22.4 |
525 | 2024-09-06T22:55:34.846Z | Checking pretty-hex v0.4.1 |
526 | 2024-09-06T22:55:34.994Z | Compiling unsafe-libyaml v0.2.11 |
527 | 2024-09-06T22:55:35.019Z | Compiling paste v1.0.15 |
528 | 2024-09-06T22:55:35.101Z | Checking ipnet v2.9.0 |
529 | 2024-09-06T22:55:35.503Z | Checking dirs-next v2.0.0 |
530 | 2024-09-06T22:55:35.613Z | Compiling darling_macro v0.20.10 |
531 | 2024-09-06T22:55:35.658Z | Checking toml_datetime v0.6.8 |
532 | 2024-09-06T22:55:35.754Z | Checking serde_spanned v0.6.7 |
533 | 2024-09-06T22:55:35.906Z | Checking rustls-webpki v0.102.7 |
534 | 2024-09-06T22:55:35.957Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-09-06T22:55:36.113Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-09-06T22:55:36.413Z | Checking block-buffer v0.10.4 |
537 | 2024-09-06T22:55:36.468Z | Checking crypto-common v0.1.6 |
538 | 2024-09-06T22:55:36.493Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-09-06T22:55:36.546Z | Checking rand_core v0.6.4 |
540 | 2024-09-06T22:55:36.593Z | Checking thread_local v1.1.8 |
541 | 2024-09-06T22:55:36.617Z | Compiling multer v3.1.0 |
542 | 2024-09-06T22:55:36.673Z | Compiling anyhow v1.0.87 |
543 | 2024-09-06T22:55:36.791Z | Checking zeroize v1.8.1 |
544 | 2024-09-06T22:55:36.820Z | Checking match_cfg v0.1.0 |
545 | 2024-09-06T22:55:36.892Z | Compiling camino v1.1.9 |
546 | 2024-09-06T22:55:36.916Z | Checking winnow v0.6.18 |
547 | 2024-09-06T22:55:36.986Z | Compiling slog-async v2.8.0 |
548 | 2024-09-06T22:55:37.163Z | Checking subtle v2.6.1 |
549 | 2024-09-06T22:55:37.514Z | Checking hostname v0.3.1 |
550 | 2024-09-06T22:55:37.601Z | Checking rand_chacha v0.3.1 |
551 | 2024-09-06T22:55:37.889Z | Checking digest v0.10.7 |
552 | 2024-09-06T22:55:37.978Z | Checking hyper-rustls v0.24.2 |
553 | 2024-09-06T22:55:38.047Z | Checking hyper-tls v0.5.0 |
554 | 2024-09-06T22:55:38.144Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-09-06T22:55:38.206Z | Compiling darling v0.20.10 |
556 | 2024-09-06T22:55:38.280Z | Checking reqwest v0.11.27 |
557 | 2024-09-06T22:55:38.305Z | Checking term v0.7.0 |
558 | 2024-09-06T22:55:38.609Z | Compiling structmeta v0.3.0 |
559 | 2024-09-06T22:55:38.926Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-09-06T22:55:39.182Z | Compiling usdt-macro v0.5.0 |
561 | 2024-09-06T22:55:39.258Z | Checking toml_edit v0.22.20 |
562 | 2024-09-06T22:55:39.363Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
563 | 2024-09-06T22:55:39.552Z | Checking slog-json v2.6.1 |
564 | 2024-09-06T22:55:39.616Z | Checking futures-executor v0.3.30 |
565 | 2024-09-06T22:55:39.762Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-09-06T22:55:39.814Z | Checking http v1.1.0 |
567 | 2024-09-06T22:55:39.838Z | Checking memmap v0.7.0 |
568 | 2024-09-06T22:55:40.001Z | Checking is-terminal v0.4.13 |
569 | 2024-09-06T22:55:40.100Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
570 | 2024-09-06T22:55:40.185Z | Checking cpufeatures v0.2.14 |
571 | 2024-09-06T22:55:40.268Z | Checking atomic-waker v1.1.2 |
572 | 2024-09-06T22:55:40.296Z | Checking take_mut v0.2.2 |
573 | 2024-09-06T22:55:40.349Z | Checking base64 v0.22.1 |
574 | 2024-09-06T22:55:40.383Z | Checking waitgroup v0.1.2 |
575 | 2024-09-06T22:55:40.466Z | Checking tokio-rustls v0.25.0 |
576 | 2024-09-06T22:55:40.492Z | Checking usdt v0.5.0 |
577 | 2024-09-06T22:55:40.667Z | Checking sha1 v0.10.6 |
578 | 2024-09-06T22:55:40.695Z | Checking slog-term v2.9.1 |
579 | 2024-09-06T22:55:40.745Z | Checking rustls-pemfile v2.1.3 |
580 | 2024-09-06T22:55:40.769Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-06T22:55:40.857Z | Checking async-stream v0.3.5 |
582 | 2024-09-06T22:55:40.892Z | Checking futures v0.3.30 |
583 | 2024-09-06T22:55:40.955Z | Checking slog-bunyan v2.5.0 |
584 | 2024-09-06T22:55:40.984Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-09-06T22:55:41.018Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-09-06T22:55:41.090Z | Checking rand v0.8.5 |
587 | 2024-09-06T22:55:41.498Z | Checking toml v0.8.19 |
588 | 2024-09-06T22:55:41.524Z | Checking newtype-uuid v1.1.0 |
589 | 2024-09-06T22:55:41.726Z | Checking ipnetwork v0.20.0 |
590 | 2024-09-06T22:55:41.776Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
591 | 2024-09-06T22:55:42.016Z | Checking hex v0.4.3 |
592 | 2024-09-06T22:55:42.105Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-09-06T22:55:42.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-06T22:55:42.419Z | Compiling async-trait v0.1.82 |
595 | 2024-09-06T22:55:42.607Z | Checking hostname v0.4.0 |
596 | 2024-09-06T22:55:42.710Z | Checking instant v0.1.13 |
597 | 2024-09-06T22:55:42.807Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-06T22:55:42.831Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-09-06T22:55:42.923Z | Checking backoff v0.4.0 |
600 | 2024-09-06T22:55:42.947Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-09-06T22:55:43.051Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-09-06T22:55:43.149Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-09-06T22:55:43.216Z | Checking serde_with v3.9.0 |
604 | 2024-09-06T22:55:43.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-06T22:55:43.437Z | Checking macaddr v1.0.1 |
606 | 2024-09-06T22:55:43.710Z | Checking regress v0.9.1 |
607 | 2024-09-06T22:55:44.334Z | Checking parse-display v0.10.0 |
608 | 2024-09-06T22:55:44.381Z | Checking strum v0.26.3 |
609 | 2024-09-06T22:55:44.779Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
610 | 2024-09-06T22:55:47.042Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
611 | 2024-09-06T22:55:47.125Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
612 | 2024-09-06T22:55:50.444Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
613 | 2024-09-06T22:55:56.767Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
614 | 2024-09-06T22:55:56.903Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-06T22:56:00.437Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-06T22:56:09.437Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-06T22:56:09.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
618 | 2024-09-06T22:56:09.584Z | + cargo build --release |
619 | 2024-09-06T22:56:09.926Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-06T22:56:09.926Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-06T22:56:09.926Z | Compiling libc v0.2.158 |
622 | 2024-09-06T22:56:09.926Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-06T22:56:09.950Z | Compiling version_check v0.9.5 |
624 | 2024-09-06T22:56:09.950Z | Compiling autocfg v1.3.0 |
625 | 2024-09-06T22:56:09.950Z | Compiling serde v1.0.210 |
626 | 2024-09-06T22:56:09.950Z | Compiling memchr v2.7.4 |
627 | 2024-09-06T22:56:10.041Z | Compiling serde_json v1.0.128 |
628 | 2024-09-06T22:56:10.092Z | Compiling itoa v1.0.11 |
629 | 2024-09-06T22:56:10.351Z | Compiling thiserror v1.0.63 |
630 | 2024-09-06T22:56:10.460Z | Compiling byteorder v1.5.0 |
631 | 2024-09-06T22:56:10.508Z | Compiling ahash v0.8.11 |
632 | 2024-09-06T22:56:10.573Z | Compiling once_cell v1.19.0 |
633 | 2024-09-06T22:56:10.798Z | Compiling shlex v1.3.0 |
634 | 2024-09-06T22:56:11.073Z | Compiling cc v1.1.17 |
635 | 2024-09-06T22:56:11.097Z | Compiling num-traits v0.2.19 |
636 | 2024-09-06T22:56:11.173Z | Compiling getrandom v0.2.15 |
637 | 2024-09-06T22:56:11.233Z | Compiling quote v1.0.37 |
638 | 2024-09-06T22:56:11.410Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-06T22:56:11.442Z | Compiling ryu v1.0.18 |
640 | 2024-09-06T22:56:11.527Z | Compiling syn v2.0.77 |
641 | 2024-09-06T22:56:11.552Z | Compiling bytes v1.7.1 |
642 | 2024-09-06T22:56:11.787Z | Compiling log v0.4.22 |
643 | 2024-09-06T22:56:11.811Z | Compiling schemars v0.8.21 |
644 | 2024-09-06T22:56:11.899Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-09-06T22:56:12.139Z | Compiling lock_api v0.4.12 |
646 | 2024-09-06T22:56:12.168Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-06T22:56:12.192Z | Compiling scopeguard v1.2.0 |
648 | 2024-09-06T22:56:12.216Z | Compiling smallvec v1.13.2 |
649 | 2024-09-06T22:56:12.309Z | Compiling futures-core v0.3.30 |
650 | 2024-09-06T22:56:12.520Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-09-06T22:56:12.628Z | Compiling mio v1.0.2 |
652 | 2024-09-06T22:56:12.651Z | Compiling socket2 v0.5.7 |
653 | 2024-09-06T22:56:12.985Z | Compiling parking_lot v0.12.3 |
654 | 2024-09-06T22:56:13.123Z | Compiling slab v0.4.9 |
655 | 2024-09-06T22:56:13.287Z | Compiling spin v0.9.8 |
656 | 2024-09-06T22:56:13.468Z | Compiling ring v0.17.8 |
657 | 2024-09-06T22:56:13.510Z | Compiling futures-sink v0.3.30 |
658 | 2024-09-06T22:56:13.644Z | Compiling semver v1.0.23 |
659 | 2024-09-06T22:56:13.803Z | Compiling equivalent v1.0.1 |
660 | 2024-09-06T22:56:13.903Z | Compiling fnv v1.0.7 |
661 | 2024-09-06T22:56:14.007Z | Compiling untrusted v0.9.0 |
662 | 2024-09-06T22:56:14.039Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-06T22:56:14.177Z | Compiling futures-task v0.3.30 |
664 | 2024-09-06T22:56:14.284Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-06T22:56:14.316Z | Compiling pin-utils v0.1.0 |
666 | 2024-09-06T22:56:14.316Z | Compiling pkg-config v0.3.30 |
667 | 2024-09-06T22:56:14.373Z | Compiling heck v0.5.0 |
668 | 2024-09-06T22:56:14.432Z | Compiling futures-io v0.3.30 |
669 | 2024-09-06T22:56:14.762Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-09-06T22:56:14.859Z | Compiling ucd-trie v0.1.6 |
671 | 2024-09-06T22:56:15.237Z | Compiling http v0.2.12 |
672 | 2024-09-06T22:56:15.466Z | Compiling httparse v1.9.4 |
673 | 2024-09-06T22:56:15.498Z | Compiling dyn-clone v1.0.17 |
674 | 2024-09-06T22:56:15.655Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-06T22:56:16.142Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-06T22:56:16.247Z | Compiling uuid v1.10.0 |
677 | 2024-09-06T22:56:16.389Z | Compiling chrono v0.4.38 |
678 | 2024-09-06T22:56:16.825Z | Compiling tracing v0.1.40 |
679 | 2024-09-06T22:56:17.389Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-06T22:56:18.411Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-09-06T22:56:18.474Z | Compiling try-lock v0.2.5 |
682 | 2024-09-06T22:56:18.506Z | Compiling slog v2.7.0 |
683 | 2024-09-06T22:56:18.611Z | Compiling openssl v0.10.66 |
684 | 2024-09-06T22:56:18.789Z | Compiling want v0.3.1 |
685 | 2024-09-06T22:56:18.973Z | Compiling foreign-types v0.3.2 |
686 | 2024-09-06T22:56:19.055Z | Compiling http-body v0.4.6 |
687 | 2024-09-06T22:56:19.147Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-06T22:56:19.185Z | Compiling tower-service v0.3.3 |
689 | 2024-09-06T22:56:19.291Z | Compiling httpdate v1.0.3 |
690 | 2024-09-06T22:56:19.473Z | Compiling typenum v1.17.0 |
691 | 2024-09-06T22:56:19.890Z | Compiling rustls v0.21.12 |
692 | 2024-09-06T22:56:19.914Z | Compiling regex-syntax v0.8.4 |
693 | 2024-09-06T22:56:20.175Z | Compiling bitflags v2.6.0 |
694 | 2024-09-06T22:56:20.229Z | Compiling percent-encoding v2.3.1 |
695 | 2024-09-06T22:56:20.259Z | Compiling tinyvec_macros v0.1.1 |
696 | 2024-09-06T22:56:20.337Z | Compiling native-tls v0.2.12 |
697 | 2024-09-06T22:56:20.483Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-09-06T22:56:20.627Z | Compiling tinyvec v1.8.0 |
699 | 2024-09-06T22:56:20.977Z | Compiling generic-array v0.14.7 |
700 | 2024-09-06T22:56:21.354Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-06T22:56:21.412Z | Compiling serde_derive v1.0.210 |
702 | 2024-09-06T22:56:21.668Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-09-06T22:56:21.767Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-09-06T22:56:21.838Z | Compiling schemars_derive v0.8.21 |
705 | 2024-09-06T22:56:21.988Z | Compiling tokio-macros v2.4.0 |
706 | 2024-09-06T22:56:23.247Z | Compiling tokio v1.40.0 |
707 | 2024-09-06T22:56:23.314Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-06T22:56:24.291Z | Compiling futures-macro v0.3.30 |
709 | 2024-09-06T22:56:24.560Z | Compiling pest v2.7.12 |
710 | 2024-09-06T22:56:25.275Z | Compiling hashbrown v0.14.5 |
711 | 2024-09-06T22:56:25.945Z | Compiling futures-util v0.3.30 |
712 | 2024-09-06T22:56:26.751Z | Compiling pest_meta v2.7.12 |
713 | 2024-09-06T22:56:27.002Z | Compiling regress v0.10.1 |
714 | 2024-09-06T22:56:27.079Z | Compiling openssl-macros v0.1.1 |
715 | 2024-09-06T22:56:28.963Z | Compiling pest_generator v2.7.12 |
716 | 2024-09-06T22:56:30.301Z | Compiling pest_derive v2.7.12 |
717 | 2024-09-06T22:56:30.504Z | Compiling tokio-util v0.7.12 |
718 | 2024-09-06T22:56:31.055Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-09-06T22:56:31.656Z | Compiling sct v0.7.1 |
720 | 2024-09-06T22:56:32.016Z | Compiling regex-automata v0.4.7 |
721 | 2024-09-06T22:56:32.519Z | Compiling serde_tokenstream v0.2.2 |
722 | 2024-09-06T22:56:32.969Z | Compiling indexmap v2.5.0 |
723 | 2024-09-06T22:56:35.979Z | Compiling h2 v0.3.26 |
724 | 2024-09-06T22:56:37.710Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
725 | 2024-09-06T22:56:41.333Z | Compiling hyper v0.14.30 |
726 | 2024-09-06T22:56:41.613Z | Compiling regex v1.10.6 |
727 | 2024-09-06T22:56:44.585Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-09-06T22:56:45.618Z | Compiling scroll_derive v0.12.0 |
729 | 2024-09-06T22:56:47.242Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
730 | 2024-09-06T22:56:48.043Z | Compiling usdt-impl v0.5.0 |
731 | 2024-09-06T22:56:48.338Z | Compiling encoding_rs v0.8.34 |
732 | 2024-09-06T22:56:48.712Z | Compiling mime v0.3.17 |
733 | 2024-09-06T22:56:48.919Z | Compiling powerfmt v0.2.0 |
734 | 2024-09-06T22:56:49.339Z | Compiling time-core v0.1.2 |
735 | 2024-09-06T22:56:49.620Z | Compiling unicode-bidi v0.3.15 |
736 | 2024-09-06T22:56:50.538Z | Compiling num-conv v0.1.0 |
737 | 2024-09-06T22:56:50.789Z | Compiling time-macros v0.2.18 |
738 | 2024-09-06T22:56:52.240Z | Compiling idna v0.5.0 |
739 | 2024-09-06T22:56:55.062Z | Compiling deranged v0.3.11 |
740 | 2024-09-06T22:56:56.922Z | Compiling thread-id v4.2.2 |
741 | 2024-09-06T22:56:57.025Z | Compiling scroll v0.12.0 |
742 | 2024-09-06T22:56:57.160Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-09-06T22:56:57.395Z | Compiling tokio-rustls v0.24.1 |
744 | 2024-09-06T22:56:57.547Z | Compiling dof v0.3.0 |
745 | 2024-09-06T22:56:57.748Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-09-06T22:56:57.910Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-09-06T22:56:58.271Z | Compiling num_threads v0.1.7 |
748 | 2024-09-06T22:56:58.767Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-09-06T22:56:59.154Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-09-06T22:56:59.343Z | Compiling strsim v0.11.1 |
751 | 2024-09-06T22:56:59.934Z | Compiling base64 v0.21.7 |
752 | 2024-09-06T22:57:00.044Z | Compiling plain v0.2.3 |
753 | 2024-09-06T22:57:00.630Z | Compiling ident_case v1.0.1 |
754 | 2024-09-06T22:57:00.766Z | Compiling rustls-pki-types v1.8.0 |
755 | 2024-09-06T22:57:00.799Z | Compiling darling_core v0.20.10 |
756 | 2024-09-06T22:57:02.360Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-09-06T22:57:03.054Z | Compiling goblin v0.8.2 |
758 | 2024-09-06T22:57:03.643Z | Compiling time v0.3.36 |
759 | 2024-09-06T22:57:05.714Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-09-06T22:57:06.073Z | Compiling hyper-tls v0.5.0 |
761 | 2024-09-06T22:57:06.303Z | Compiling url v2.5.2 |
762 | 2024-09-06T22:57:06.504Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
763 | 2024-09-06T22:57:06.610Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-06T22:57:09.883Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-06T22:57:10.804Z | Compiling ipnet v2.9.0 |
766 | 2024-09-06T22:57:10.921Z | Compiling rustversion v1.0.17 |
767 | 2024-09-06T22:57:11.125Z | Compiling rustls v0.22.4 |
768 | 2024-09-06T22:57:11.408Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-09-06T22:57:11.494Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-09-06T22:57:11.597Z | Compiling pretty-hex v0.4.1 |
771 | 2024-09-06T22:57:11.779Z | Compiling paste v1.0.15 |
772 | 2024-09-06T22:57:12.189Z | Compiling webpki-roots v0.25.4 |
773 | 2024-09-06T22:57:12.325Z | Compiling reqwest v0.11.27 |
774 | 2024-09-06T22:57:12.495Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-09-06T22:57:13.217Z | Compiling dirs-next v2.0.0 |
776 | 2024-09-06T22:57:13.443Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
777 | 2024-09-06T22:57:14.405Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-06T22:57:17.226Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-06T22:57:17.675Z | Compiling block-buffer v0.10.4 |
780 | 2024-09-06T22:57:17.871Z | Compiling crypto-common v0.1.6 |
781 | 2024-09-06T22:57:17.943Z | Compiling serde_spanned v0.6.7 |
782 | 2024-09-06T22:57:18.057Z | Compiling toml_datetime v0.6.8 |
783 | 2024-09-06T22:57:18.139Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-06T22:57:18.592Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-06T22:57:18.703Z | Compiling rand_core v0.6.4 |
786 | 2024-09-06T22:57:18.957Z | Compiling thread_local v1.1.8 |
787 | 2024-09-06T22:57:19.111Z | Compiling multer v3.1.0 |
788 | 2024-09-06T22:57:19.398Z | Compiling winnow v0.6.18 |
789 | 2024-09-06T22:57:19.570Z | Compiling slog-async v2.8.0 |
790 | 2024-09-06T22:57:19.984Z | Compiling camino v1.1.9 |
791 | 2024-09-06T22:57:20.397Z | Compiling subtle v2.6.1 |
792 | 2024-09-06T22:57:20.495Z | Compiling match_cfg v0.1.0 |
793 | 2024-09-06T22:57:20.577Z | Compiling anyhow v1.0.87 |
794 | 2024-09-06T22:57:20.645Z | Compiling zeroize v1.8.1 |
795 | 2024-09-06T22:57:20.803Z | Compiling structmeta v0.3.0 |
796 | 2024-09-06T22:57:20.945Z | Compiling hostname v0.3.1 |
797 | 2024-09-06T22:57:21.229Z | Compiling rand_chacha v0.3.1 |
798 | 2024-09-06T22:57:21.253Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
799 | 2024-09-06T22:57:22.352Z | Compiling digest v0.10.7 |
800 | 2024-09-06T22:57:22.537Z | Compiling toml_edit v0.22.20 |
801 | 2024-09-06T22:57:22.715Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-09-06T22:57:24.037Z | Compiling darling v0.20.10 |
803 | 2024-09-06T22:57:24.131Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
804 | 2024-09-06T22:57:25.553Z | Compiling term v0.7.0 |
805 | 2024-09-06T22:57:30.310Z | Compiling usdt-macro v0.5.0 |
806 | 2024-09-06T22:57:31.175Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-09-06T22:57:31.452Z | Compiling slog-json v2.6.1 |
808 | 2024-09-06T22:57:31.867Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-06T22:57:32.507Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-06T22:57:32.890Z | Compiling http v1.1.0 |
811 | 2024-09-06T22:57:33.426Z | Compiling is-terminal v0.4.13 |
812 | 2024-09-06T22:57:33.553Z | Compiling memmap v0.7.0 |
813 | 2024-09-06T22:57:33.804Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
814 | 2024-09-06T22:57:33.976Z | Compiling cpufeatures v0.2.14 |
815 | 2024-09-06T22:57:34.075Z | Compiling base64 v0.22.1 |
816 | 2024-09-06T22:57:34.155Z | Compiling take_mut v0.2.2 |
817 | 2024-09-06T22:57:34.302Z | Compiling atomic-waker v1.1.2 |
818 | 2024-09-06T22:57:35.019Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-09-06T22:57:35.697Z | Compiling waitgroup v0.1.2 |
820 | 2024-09-06T22:57:36.951Z | Compiling sha1 v0.10.6 |
821 | 2024-09-06T22:57:37.003Z | Compiling async-stream v0.3.5 |
822 | 2024-09-06T22:57:37.312Z | Compiling usdt v0.5.0 |
823 | 2024-09-06T22:57:37.607Z | Compiling slog-term v2.9.1 |
824 | 2024-09-06T22:57:38.668Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
825 | 2024-09-06T22:57:38.828Z | Compiling futures v0.3.30 |
826 | 2024-09-06T22:57:38.968Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-06T22:57:39.006Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-06T22:57:39.189Z | Compiling toml v0.8.19 |
829 | 2024-09-06T22:57:39.955Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-06T22:57:40.303Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-06T22:57:41.413Z | Compiling rand v0.8.5 |
832 | 2024-09-06T22:57:42.896Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-09-06T22:57:43.774Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-06T22:57:43.816Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-06T22:57:44.056Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
836 | 2024-09-06T22:57:45.387Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-09-06T22:57:46.100Z | Compiling hex v0.4.3 |
838 | 2024-09-06T22:57:46.281Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-09-06T22:57:46.692Z | Compiling async-trait v0.1.82 |
840 | 2024-09-06T22:57:47.001Z | Compiling hostname v0.4.0 |
841 | 2024-09-06T22:57:47.212Z | Compiling instant v0.1.13 |
842 | 2024-09-06T22:57:47.344Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-06T22:57:47.429Z | Compiling backoff v0.4.0 |
844 | 2024-09-06T22:57:47.473Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-06T22:57:47.645Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-09-06T22:57:47.719Z | Compiling parse-display v0.10.0 |
847 | 2024-09-06T22:57:47.779Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-06T22:57:47.803Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-06T22:57:48.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-09-06T22:57:48.363Z | Compiling strum v0.26.3 |
851 | 2024-09-06T22:57:48.512Z | Compiling serde_with v3.9.0 |
852 | 2024-09-06T22:57:49.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-06T22:57:50.160Z | Compiling macaddr v1.0.1 |
854 | 2024-09-06T22:57:50.640Z | Compiling regress v0.9.1 |
855 | 2024-09-06T22:57:54.799Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-06T22:58:04.500Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-06T22:58:15.062Z | Finished `release` profile [optimized] target(s) in 2m 05s |
858 | 2024-09-06T22:58:15.123Z | process exited: duration 198990 ms, exit code 0 |
|
859 | 2024-09-06T22:58:15.172Z | found 0 output files |