|
|
|
1 | 2024-08-02T03:45:36.291Z | job assigned to worker 01J48K19Y061AWQP788MSHXM2W (queued for 57 s) |
|
2 | 2024-08-02T03:45:43.290Z | starting task 0: "setup" |
3 | 2024-08-02T03:45:43.342Z | ++ uname -s |
4 | 2024-08-02T03:45:43.358Z | + kern=SunOS |
5 | 2024-08-02T03:45:43.358Z | + case "$kern" in |
6 | 2024-08-02T03:45:43.358Z | + groupadd -g 12345 build |
7 | 2024-08-02T03:45:43.358Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T03:45:45.360Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T03:45:45.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T03:45:45.479Z | + home_fs=zfs |
11 | 2024-08-02T03:45:45.479Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T03:45:45.479Z | + mkdir -p /home/build |
13 | 2024-08-02T03:45:45.482Z | + chown build:build /home/build /work |
14 | 2024-08-02T03:45:47.483Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T03:45:47.486Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-08-02T03:45:47.492Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T03:45:47.497Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T03:45:47.497Z | ' 1.80.0 |
19 | 2024-08-02T03:45:47.497Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-02T03:45:47.497Z | ' default |
21 | 2024-08-02T03:45:47.497Z | * toolchain channel = "1.80.0" |
22 | 2024-08-02T03:45:47.497Z | * toolchain profile = "default" |
23 | 2024-08-02T03:45:47.500Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T03:45:47.500Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-02T03:45:47.609Z | info: downloading installer |
26 | 2024-08-02T03:45:49.264Z | info: profile set to 'default' |
27 | 2024-08-02T03:45:49.264Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T03:45:49.268Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-02T03:45:49.430Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-02T03:45:49.430Z | info: downloading component 'cargo' |
31 | 2024-08-02T03:45:50.395Z | info: downloading component 'clippy' |
32 | 2024-08-02T03:45:50.737Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T03:45:52.072Z | info: downloading component 'rust-std' |
34 | 2024-08-02T03:45:53.951Z | info: downloading component 'rustc' |
35 | 2024-08-02T03:45:59.247Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T03:45:59.533Z | info: installing component 'cargo' |
37 | 2024-08-02T03:46:00.358Z | info: installing component 'clippy' |
38 | 2024-08-02T03:46:00.757Z | info: installing component 'rust-docs' |
39 | 2024-08-02T03:46:02.365Z | info: installing component 'rust-std' |
40 | 2024-08-02T03:46:04.003Z | info: installing component 'rustc' |
41 | 2024-08-02T03:46:08.280Z | info: installing component 'rustfmt' |
42 | 2024-08-02T03:46:09.112Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-02T03:46:09.112Z | |
44 | 2024-08-02T03:46:09.112Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-02T03:46:09.112Z | |
46 | 2024-08-02T03:46:09.112Z | |
47 | 2024-08-02T03:46:09.112Z | Rust is installed now. Great! |
48 | 2024-08-02T03:46:09.112Z | |
49 | 2024-08-02T03:46:09.112Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T03:46:09.112Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T03:46:09.112Z | |
52 | 2024-08-02T03:46:09.112Z | To configure your current shell, you need to source |
53 | 2024-08-02T03:46:09.112Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T03:46:09.112Z | |
55 | 2024-08-02T03:46:09.113Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T03:46:09.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T03:46:09.113Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T03:46:09.113Z | + rustc --version |
59 | 2024-08-02T03:46:09.335Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-02T03:46:09.335Z | process exited: duration 21370 ms, exit code 0 |
|
61 | 2024-08-02T03:46:09.613Z | starting task 2: "authentication" |
62 | 2024-08-02T03:46:09.691Z | process exited: duration 87 ms, exit code 0 |
|
63 | 2024-08-02T03:46:09.860Z | starting task 3: "clone repository" |
64 | 2024-08-02T03:46:09.914Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T03:46:09.914Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T03:46:10.037Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T03:46:16.508Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T03:46:16.508Z | + git fetch origin 613a728ea210b00646465017fc5981bab546139e |
69 | 2024-08-02T03:46:16.782Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T03:46:16.782Z | * branch 613a728ea210b00646465017fc5981bab546139e -> FETCH_HEAD |
71 | 2024-08-02T03:46:16.823Z | + [[ -n renovate/predicates-3.x ]] |
72 | 2024-08-02T03:46:16.824Z | ++ git branch --show-current |
73 | 2024-08-02T03:46:16.833Z | + current=main |
74 | 2024-08-02T03:46:16.833Z | + [[ main != renovate/predicates-3.x ]] |
75 | 2024-08-02T03:46:16.833Z | + git branch -f renovate/predicates-3.x 613a728ea210b00646465017fc5981bab546139e |
76 | 2024-08-02T03:46:16.833Z | + git checkout -f renovate/predicates-3.x |
77 | 2024-08-02T03:46:16.978Z | Switched to branch 'renovate/predicates-3.x' |
78 | 2024-08-02T03:46:16.998Z | + git reset --hard 613a728ea210b00646465017fc5981bab546139e |
79 | 2024-08-02T03:46:16.998Z | HEAD is now at 613a728ea Update Rust crate predicates to 3.1.2 |
80 | 2024-08-02T03:46:16.998Z | process exited: duration 7153 ms, exit code 0 |
|
81 | 2024-08-02T03:46:17.017Z | starting task 4: "build" |
82 | 2024-08-02T03:46:17.039Z | + cargo --version |
83 | 2024-08-02T03:46:17.082Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-02T03:46:17.104Z | + rustc --version |
85 | 2024-08-02T03:46:17.144Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-02T03:46:17.175Z | + cd /tmp |
87 | 2024-08-02T03:46:17.175Z | + cargo new --lib test-project |
88 | 2024-08-02T03:46:17.203Z | Creating library `test-project` package |
89 | 2024-08-02T03:46:17.281Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-02T03:46:17.316Z | + cd test-project |
91 | 2024-08-02T03:46:17.316Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-02T03:46:17.328Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-02T03:46:17.328Z | Features: |
94 | 2024-08-02T03:46:17.328Z | - proptest |
95 | 2024-08-02T03:46:17.328Z | - test-strategy |
96 | 2024-08-02T03:46:17.328Z | - testing |
97 | 2024-08-02T03:46:17.328Z | Updating crates.io index |
98 | 2024-08-02T03:46:17.434Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-02T03:46:18.198Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-02T03:46:18.906Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-02T03:46:19.176Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-02T03:46:21.108Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-02T03:46:21.381Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-02T03:46:21.670Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-02T03:46:24.542Z | Locking 305 packages to latest compatible versions |
106 | 2024-08-02T03:46:24.543Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-02T03:46:24.682Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-02T03:46:24.682Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-02T03:46:24.682Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-02T03:46:24.682Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-02T03:46:24.682Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-02T03:46:24.683Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-02T03:46:24.683Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-02T03:46:24.683Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-02T03:46:24.683Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-02T03:46:24.683Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-02T03:46:24.683Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-02T03:46:24.683Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-02T03:46:24.683Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-02T03:46:24.684Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-02T03:46:24.684Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-02T03:46:24.684Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-02T03:46:24.684Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-02T03:46:24.684Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-02T03:46:24.684Z | Adding regress v0.9.1 (latest: v0.10.0) |
126 | 2024-08-02T03:46:24.684Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
127 | 2024-08-02T03:46:24.685Z | Adding rustls v0.21.12 (latest: v0.23.12) |
128 | 2024-08-02T03:46:24.685Z | Adding rustls v0.22.4 (latest: v0.23.12) |
129 | 2024-08-02T03:46:24.685Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.2) |
130 | 2024-08-02T03:46:24.685Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
131 | 2024-08-02T03:46:24.685Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
132 | 2024-08-02T03:46:24.685Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
133 | 2024-08-02T03:46:24.685Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
134 | 2024-08-02T03:46:24.685Z | Adding term v0.7.0 (latest: v1.0.0) |
135 | 2024-08-02T03:46:24.685Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
136 | 2024-08-02T03:46:24.685Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
137 | 2024-08-02T03:46:24.686Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
138 | 2024-08-02T03:46:24.686Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
139 | 2024-08-02T03:46:24.686Z | Adding windows v0.52.0 (latest: v0.58.0) |
140 | 2024-08-02T03:46:24.686Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
141 | 2024-08-02T03:46:24.686Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-08-02T03:46:24.686Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-08-02T03:46:24.686Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-08-02T03:46:24.687Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-08-02T03:46:24.687Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
146 | 2024-08-02T03:46:24.687Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
147 | 2024-08-02T03:46:24.687Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-02T03:46:24.687Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-02T03:46:24.687Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
150 | 2024-08-02T03:46:24.687Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-08-02T03:46:24.687Z | Adding winreg v0.50.0 (latest: v0.52.0) |
152 | 2024-08-02T03:46:24.688Z | Adding zerocopy v0.6.6 (latest: v0.7.35) |
153 | 2024-08-02T03:46:24.688Z | Adding zerocopy-derive v0.6.6 (latest: v0.7.35) |
154 | 2024-08-02T03:46:24.688Z | + cargo check |
155 | 2024-08-02T03:46:24.951Z | Downloading crates ... |
156 | 2024-08-02T03:46:25.211Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-02T03:46:25.211Z | Downloaded want v0.3.1 |
158 | 2024-08-02T03:46:25.211Z | Downloaded usdt-impl v0.5.0 |
159 | 2024-08-02T03:46:25.211Z | Downloaded version_check v0.9.5 |
160 | 2024-08-02T03:46:25.211Z | Downloaded foreign-types v0.3.2 |
161 | 2024-08-02T03:46:25.211Z | Downloaded usdt v0.5.0 |
162 | 2024-08-02T03:46:25.211Z | Downloaded untrusted v0.9.0 |
163 | 2024-08-02T03:46:25.211Z | Downloaded parking_lot v0.12.3 |
164 | 2024-08-02T03:46:25.211Z | Downloaded darling_macro v0.20.10 |
165 | 2024-08-02T03:46:25.211Z | Downloaded num_threads v0.1.7 |
166 | 2024-08-02T03:46:25.211Z | Downloaded scroll_derive v0.12.0 |
167 | 2024-08-02T03:46:25.211Z | Downloaded is-terminal v0.4.12 |
168 | 2024-08-02T03:46:25.211Z | Downloaded match_cfg v0.1.0 |
169 | 2024-08-02T03:46:25.211Z | Downloaded sync_wrapper v0.1.2 |
170 | 2024-08-02T03:46:25.211Z | Downloaded openssl-macros v0.1.1 |
171 | 2024-08-02T03:46:25.212Z | Downloaded num-conv v0.1.0 |
172 | 2024-08-02T03:46:25.212Z | Downloaded atomic-waker v1.1.2 |
173 | 2024-08-02T03:46:25.212Z | Downloaded autocfg v1.3.0 |
174 | 2024-08-02T03:46:25.212Z | Downloaded waitgroup v0.1.2 |
175 | 2024-08-02T03:46:25.212Z | Downloaded usdt-macro v0.5.0 |
176 | 2024-08-02T03:46:25.212Z | Downloaded async-stream v0.3.5 |
177 | 2024-08-02T03:46:25.212Z | Downloaded paste v1.0.15 |
178 | 2024-08-02T03:46:25.212Z | Downloaded usdt-attr-macro v0.5.0 |
179 | 2024-08-02T03:46:25.212Z | Downloaded slab v0.4.9 |
180 | 2024-08-02T03:46:25.212Z | Downloaded dirs-sys-next v0.1.2 |
181 | 2024-08-02T03:46:25.212Z | Downloaded serde_urlencoded v0.7.1 |
182 | 2024-08-02T03:46:25.212Z | Downloaded generic-array v0.14.7 |
183 | 2024-08-02T03:46:25.212Z | Downloaded sha1 v0.10.6 |
184 | 2024-08-02T03:46:25.212Z | Downloaded mime v0.3.17 |
185 | 2024-08-02T03:46:25.212Z | Downloaded cpufeatures v0.2.12 |
186 | 2024-08-02T03:46:25.212Z | Downloaded structmeta-derive v0.3.0 |
187 | 2024-08-02T03:46:25.212Z | Downloaded slog-async v2.8.0 |
188 | 2024-08-02T03:46:25.212Z | Downloaded futures-task v0.3.30 |
189 | 2024-08-02T03:46:25.212Z | Downloaded pin-utils v0.1.0 |
190 | 2024-08-02T03:46:25.212Z | Downloaded hostname v0.3.1 |
191 | 2024-08-02T03:46:25.212Z | Downloaded heck v0.5.0 |
192 | 2024-08-02T03:46:25.212Z | Downloaded strsim v0.11.1 |
193 | 2024-08-02T03:46:25.212Z | Downloaded slog-json v2.6.1 |
194 | 2024-08-02T03:46:25.212Z | Downloaded fnv v1.0.7 |
195 | 2024-08-02T03:46:25.212Z | Downloaded serde_path_to_error v0.1.16 |
196 | 2024-08-02T03:46:25.212Z | Downloaded camino v1.1.7 |
197 | 2024-08-02T03:46:25.212Z | Downloaded backoff v0.4.0 |
198 | 2024-08-02T03:46:25.212Z | Downloaded foreign-types-shared v0.1.1 |
199 | 2024-08-02T03:46:25.213Z | Downloaded futures-channel v0.3.30 |
200 | 2024-08-02T03:46:25.213Z | Downloaded serde_derive_internals v0.29.1 |
201 | 2024-08-02T03:46:25.213Z | Downloaded thiserror-impl v1.0.63 |
202 | 2024-08-02T03:46:25.213Z | Downloaded deranged v0.3.11 |
203 | 2024-08-02T03:46:25.213Z | Downloaded tower-service v0.3.2 |
204 | 2024-08-02T03:46:25.213Z | Downloaded try-lock v0.2.5 |
205 | 2024-08-02T03:46:25.213Z | Downloaded uuid v1.10.0 |
206 | 2024-08-02T03:46:25.213Z | Downloaded byteorder v1.5.0 |
207 | 2024-08-02T03:46:25.213Z | Downloaded lock_api v0.4.12 |
208 | 2024-08-02T03:46:25.213Z | Downloaded rustls-pki-types v1.7.0 |
209 | 2024-08-02T03:46:25.213Z | Downloaded iana-time-zone v0.1.60 |
210 | 2024-08-02T03:46:25.213Z | Downloaded hyper-rustls v0.24.2 |
211 | 2024-08-02T03:46:25.213Z | Downloaded pretty-hex v0.4.1 |
212 | 2024-08-02T03:46:25.213Z | Downloaded time-core v0.1.2 |
213 | 2024-08-02T03:46:25.213Z | Downloaded equivalent v1.0.1 |
214 | 2024-08-02T03:46:25.213Z | Downloaded openssl-probe v0.1.5 |
215 | 2024-08-02T03:46:25.213Z | Downloaded dtrace-parser v0.2.0 |
216 | 2024-08-02T03:46:25.213Z | Downloaded time-macros v0.2.18 |
217 | 2024-08-02T03:46:25.213Z | Downloaded pest_meta v2.7.11 |
218 | 2024-08-02T03:46:25.213Z | Downloaded bitflags v2.6.0 |
219 | 2024-08-02T03:46:25.213Z | Downloaded tokio-native-tls v0.3.1 |
220 | 2024-08-02T03:46:25.213Z | Downloaded tinyvec_macros v0.1.1 |
221 | 2024-08-02T03:46:25.213Z | Downloaded native-tls v0.2.12 |
222 | 2024-08-02T03:46:25.213Z | Downloaded take_mut v0.2.2 |
223 | 2024-08-02T03:46:25.213Z | Downloaded strum v0.26.3 |
224 | 2024-08-02T03:46:25.213Z | Downloaded dirs-next v2.0.0 |
225 | 2024-08-02T03:46:25.214Z | Downloaded tokio-macros v2.4.0 |
226 | 2024-08-02T03:46:25.214Z | Downloaded ipnet v2.9.0 |
227 | 2024-08-02T03:46:25.214Z | Downloaded strum_macros v0.26.4 |
228 | 2024-08-02T03:46:25.214Z | Downloaded parse-display-derive v0.9.1 |
229 | 2024-08-02T03:46:25.214Z | Downloaded proc-macro2 v1.0.86 |
230 | 2024-08-02T03:46:25.214Z | Downloaded once_cell v1.19.0 |
231 | 2024-08-02T03:46:25.214Z | Downloaded powerfmt v0.2.0 |
232 | 2024-08-02T03:46:25.214Z | Downloaded serde_spanned v0.6.7 |
233 | 2024-08-02T03:46:25.214Z | Downloaded schemars_derive v0.8.21 |
234 | 2024-08-02T03:46:25.214Z | Downloaded anyhow v1.0.86 |
235 | 2024-08-02T03:46:25.214Z | Downloaded zeroize v1.8.1 |
236 | 2024-08-02T03:46:25.214Z | Downloaded rustls-pemfile v1.0.4 |
237 | 2024-08-02T03:46:25.214Z | Downloaded ipnetwork v0.20.0 |
238 | 2024-08-02T03:46:25.214Z | Downloaded schemars v0.8.21 |
239 | 2024-08-02T03:46:25.214Z | Downloaded toml_datetime v0.6.8 |
240 | 2024-08-02T03:46:25.214Z | Downloaded thiserror v1.0.63 |
241 | 2024-08-02T03:46:25.214Z | Downloaded smallvec v1.13.2 |
242 | 2024-08-02T03:46:25.214Z | Downloaded slog-bunyan v2.5.0 |
243 | 2024-08-02T03:46:25.214Z | Downloaded subtle v2.6.1 |
244 | 2024-08-02T03:46:25.214Z | Downloaded thread_local v1.1.8 |
245 | 2024-08-02T03:46:25.214Z | Downloaded structmeta v0.3.0 |
246 | 2024-08-02T03:46:25.214Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2024-08-02T03:46:25.214Z | Downloaded serde_tokenstream v0.2.1 |
248 | 2024-08-02T03:46:25.214Z | Downloaded thread-id v4.2.2 |
249 | 2024-08-02T03:46:25.214Z | Downloaded tokio-rustls v0.24.1 |
250 | 2024-08-02T03:46:25.432Z | Downloaded pest_derive v2.7.11 |
251 | 2024-08-02T03:46:25.432Z | Downloaded unsafe-libyaml v0.2.11 |
252 | 2024-08-02T03:46:25.432Z | Downloaded scroll v0.12.0 |
253 | 2024-08-02T03:46:25.432Z | Downloaded slog-term v2.9.1 |
254 | 2024-08-02T03:46:25.432Z | Downloaded rand v0.8.5 |
255 | 2024-08-02T03:46:25.432Z | Downloaded openssl-sys v0.9.103 |
256 | 2024-08-02T03:46:25.432Z | Downloaded sct v0.7.1 |
257 | 2024-08-02T03:46:25.433Z | Downloaded multer v3.1.0 |
258 | 2024-08-02T03:46:25.433Z | Downloaded tinyvec v1.8.0 |
259 | 2024-08-02T03:46:25.433Z | Downloaded toml v0.8.19 |
260 | 2024-08-02T03:46:25.433Z | Downloaded unicode-normalization v0.1.23 |
261 | 2024-08-02T03:46:25.433Z | Downloaded tokio-rustls v0.25.0 |
262 | 2024-08-02T03:46:25.433Z | Downloaded zerocopy v0.6.6 |
263 | 2024-08-02T03:46:25.433Z | Downloaded spin v0.9.8 |
264 | 2024-08-02T03:46:25.433Z | Downloaded ryu v1.0.18 |
265 | 2024-08-02T03:46:25.433Z | Downloaded rand_chacha v0.3.1 |
266 | 2024-08-02T03:46:25.434Z | Downloaded mio v1.0.1 |
267 | 2024-08-02T03:46:25.434Z | Downloaded darling_core v0.20.10 |
268 | 2024-08-02T03:46:25.434Z | Downloaded socket2 v0.5.7 |
269 | 2024-08-02T03:46:25.434Z | Downloaded ucd-trie v0.1.6 |
270 | 2024-08-02T03:46:25.434Z | Downloaded memchr v2.7.4 |
271 | 2024-08-02T03:46:25.434Z | Downloaded http v0.2.12 |
272 | 2024-08-02T03:46:25.435Z | Downloaded unicode-bidi v0.3.15 |
273 | 2024-08-02T03:46:25.435Z | Downloaded serde_yaml v0.9.34+deprecated |
274 | 2024-08-02T03:46:25.435Z | Downloaded tracing-core v0.1.32 |
275 | 2024-08-02T03:46:25.435Z | Downloaded typenum v1.17.0 |
276 | 2024-08-02T03:46:25.435Z | Downloaded slog v2.7.0 |
277 | 2024-08-02T03:46:25.435Z | Downloaded indexmap v2.3.0 |
278 | 2024-08-02T03:46:25.435Z | Downloaded pest v2.7.11 |
279 | 2024-08-02T03:46:25.435Z | Downloaded time v0.3.36 |
280 | 2024-08-02T03:46:25.435Z | Downloaded hashbrown v0.14.5 |
281 | 2024-08-02T03:46:25.436Z | Downloaded goblin v0.8.2 |
282 | 2024-08-02T03:46:25.436Z | Downloaded hyper v0.14.30 |
283 | 2024-08-02T03:46:25.436Z | Downloaded chrono v0.4.38 |
284 | 2024-08-02T03:46:25.436Z | Downloaded toml_edit v0.22.20 |
285 | 2024-08-02T03:46:25.436Z | Downloaded tokio-util v0.7.11 |
286 | 2024-08-02T03:46:25.436Z | Downloaded openssl v0.10.66 |
287 | 2024-08-02T03:46:25.436Z | Downloaded zerocopy v0.7.35 |
288 | 2024-08-02T03:46:25.436Z | Downloaded idna v0.5.0 |
289 | 2024-08-02T03:46:25.437Z | Downloaded rustls-webpki v0.102.6 |
290 | 2024-08-02T03:46:25.437Z | Downloaded serde_json v1.0.122 |
291 | 2024-08-02T03:46:25.437Z | Downloaded serde_with v3.9.0 |
292 | 2024-08-02T03:46:25.437Z | Downloaded rustls-webpki v0.101.7 |
293 | 2024-08-02T03:46:25.437Z | Downloaded vcpkg v0.2.15 |
294 | 2024-08-02T03:46:25.596Z | Downloaded syn v2.0.72 |
295 | 2024-08-02T03:46:25.596Z | Downloaded webpki-roots v0.25.4 |
296 | 2024-08-02T03:46:25.597Z | Downloaded regex v1.10.5 |
297 | 2024-08-02T03:46:25.597Z | Downloaded tokio v1.39.2 |
298 | 2024-08-02T03:46:25.597Z | Downloaded rustls v0.21.12 |
299 | 2024-08-02T03:46:25.597Z | Downloaded rustls v0.22.4 |
300 | 2024-08-02T03:46:25.598Z | Downloaded encoding_rs v0.8.34 |
301 | 2024-08-02T03:46:25.598Z | Downloaded regress v0.9.1 |
302 | 2024-08-02T03:46:25.598Z | Downloaded zerocopy-derive v0.6.6 |
303 | 2024-08-02T03:46:25.598Z | Downloaded regex-automata v0.4.7 |
304 | 2024-08-02T03:46:25.598Z | Downloaded regex-syntax v0.8.4 |
305 | 2024-08-02T03:46:25.599Z | Downloaded regress v0.10.0 |
306 | 2024-08-02T03:46:25.599Z | Downloaded libc v0.2.155 |
307 | 2024-08-02T03:46:25.662Z | Downloaded reqwest v0.11.27 |
308 | 2024-08-02T03:46:25.662Z | Downloaded openapiv3 v2.0.0 |
309 | 2024-08-02T03:46:25.662Z | Downloaded h2 v0.3.26 |
310 | 2024-08-02T03:46:25.662Z | Downloaded futures-util v0.3.30 |
311 | 2024-08-02T03:46:25.662Z | Downloaded aho-corasick v1.1.3 |
312 | 2024-08-02T03:46:25.663Z | Downloaded tracing v0.1.40 |
313 | 2024-08-02T03:46:25.663Z | Downloaded serde v1.0.204 |
314 | 2024-08-02T03:46:25.663Z | Downloaded winnow v0.6.18 |
315 | 2024-08-02T03:46:25.663Z | Downloaded http v1.1.0 |
316 | 2024-08-02T03:46:25.663Z | Downloaded crossbeam-channel v0.5.13 |
317 | 2024-08-02T03:46:25.663Z | Downloaded sha2 v0.10.8 |
318 | 2024-08-02T03:46:25.663Z | Downloaded pin-project-lite v0.2.14 |
319 | 2024-08-02T03:46:25.663Z | Downloaded hashbrown v0.12.3 |
320 | 2024-08-02T03:46:25.663Z | Downloaded log v0.4.22 |
321 | 2024-08-02T03:46:25.663Z | Downloaded futures v0.3.30 |
322 | 2024-08-02T03:46:25.663Z | Downloaded base64 v0.22.1 |
323 | 2024-08-02T03:46:25.663Z | Downloaded url v2.5.2 |
324 | 2024-08-02T03:46:25.663Z | Downloaded parking_lot_core v0.9.10 |
325 | 2024-08-02T03:46:25.663Z | Downloaded base64 v0.21.7 |
326 | 2024-08-02T03:46:25.664Z | Downloaded quote v1.0.36 |
327 | 2024-08-02T03:46:25.664Z | Downloaded indexmap v1.9.3 |
328 | 2024-08-02T03:46:25.664Z | Downloaded cc v1.1.7 |
329 | 2024-08-02T03:46:25.712Z | Downloaded getrandom v0.2.15 |
330 | 2024-08-02T03:46:25.712Z | Downloaded rustversion v1.0.17 |
331 | 2024-08-02T03:46:25.712Z | Downloaded pkg-config v0.3.30 |
332 | 2024-08-02T03:46:25.712Z | Downloaded newtype-uuid v1.1.0 |
333 | 2024-08-02T03:46:25.712Z | Downloaded allocator-api2 v0.2.18 |
334 | 2024-08-02T03:46:25.712Z | Downloaded http-body v0.4.6 |
335 | 2024-08-02T03:46:25.712Z | Downloaded bytes v1.7.1 |
336 | 2024-08-02T03:46:25.712Z | Downloaded pest_generator v2.7.11 |
337 | 2024-08-02T03:46:25.712Z | Downloaded itoa v1.0.11 |
338 | 2024-08-02T03:46:25.713Z | Downloaded hyper-tls v0.5.0 |
339 | 2024-08-02T03:46:25.713Z | Downloaded percent-encoding v2.3.1 |
340 | 2024-08-02T03:46:25.713Z | Downloaded httpdate v1.0.3 |
341 | 2024-08-02T03:46:25.713Z | Downloaded futures-sink v0.3.30 |
342 | 2024-08-02T03:46:25.713Z | Downloaded ident_case v1.0.1 |
343 | 2024-08-02T03:46:25.713Z | Downloaded hex v0.4.3 |
344 | 2024-08-02T03:46:25.713Z | Downloaded futures-io v0.3.30 |
345 | 2024-08-02T03:46:25.713Z | Downloaded futures-core v0.3.30 |
346 | 2024-08-02T03:46:25.713Z | Downloaded debug-ignore v1.0.5 |
347 | 2024-08-02T03:46:25.713Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-08-02T03:46:25.713Z | Downloaded num-traits v0.2.19 |
349 | 2024-08-02T03:46:25.713Z | Downloaded crossbeam-utils v0.8.20 |
350 | 2024-08-02T03:46:25.713Z | Downloaded digest v0.10.7 |
351 | 2024-08-02T03:46:25.713Z | Downloaded term v0.7.0 |
352 | 2024-08-02T03:46:25.713Z | Downloaded serde_with_macros v3.9.0 |
353 | 2024-08-02T03:46:25.713Z | Downloaded serde_derive v1.0.204 |
354 | 2024-08-02T03:46:25.713Z | Downloaded omicron-workspace-hack v0.1.0 |
355 | 2024-08-02T03:46:25.714Z | Downloaded ring v0.17.8 |
356 | 2024-08-02T03:46:25.754Z | Downloaded instant v0.1.13 |
357 | 2024-08-02T03:46:25.780Z | Downloaded ppv-lite86 v0.2.18 |
358 | 2024-08-02T03:46:25.780Z | Downloaded memmap v0.7.0 |
359 | 2024-08-02T03:46:25.780Z | Downloaded ahash v0.8.11 |
360 | 2024-08-02T03:46:25.780Z | Downloaded httparse v1.9.4 |
361 | 2024-08-02T03:46:25.780Z | Downloaded async-trait v0.1.81 |
362 | 2024-08-02T03:46:25.780Z | Downloaded semver v1.0.23 |
363 | 2024-08-02T03:46:25.780Z | Downloaded rustls-pemfile v2.1.2 |
364 | 2024-08-02T03:46:25.780Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2024-08-02T03:46:25.780Z | Downloaded crypto-common v0.1.6 |
366 | 2024-08-02T03:46:25.780Z | Downloaded darling v0.20.10 |
367 | 2024-08-02T03:46:25.780Z | Downloaded scopeguard v1.2.0 |
368 | 2024-08-02T03:46:25.780Z | Downloaded plain v0.2.3 |
369 | 2024-08-02T03:46:25.781Z | Downloaded hostname v0.4.0 |
370 | 2024-08-02T03:46:25.781Z | Downloaded dof v0.3.0 |
371 | 2024-08-02T03:46:25.781Z | Downloaded cfg-if v1.0.0 |
372 | 2024-08-02T03:46:25.781Z | Downloaded block-buffer v0.10.4 |
373 | 2024-08-02T03:46:25.781Z | Downloaded parse-display v0.9.1 |
374 | 2024-08-02T03:46:25.781Z | Downloaded futures-macro v0.3.30 |
375 | 2024-08-02T03:46:25.781Z | Downloaded futures-executor v0.3.30 |
376 | 2024-08-02T03:46:25.781Z | Downloaded form_urlencoded v1.2.1 |
377 | 2024-08-02T03:46:25.781Z | Downloaded rand_core v0.6.4 |
378 | 2024-08-02T03:46:25.781Z | Downloaded macaddr v1.0.1 |
379 | 2024-08-02T03:46:25.781Z | Downloaded dyn-clone v1.0.17 |
380 | 2024-08-02T03:46:25.886Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-02T03:46:25.886Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-02T03:46:25.891Z | Compiling libc v0.2.155 |
383 | 2024-08-02T03:46:25.891Z | Checking cfg-if v1.0.0 |
384 | 2024-08-02T03:46:25.891Z | Compiling version_check v0.9.5 |
385 | 2024-08-02T03:46:25.891Z | Compiling autocfg v1.3.0 |
386 | 2024-08-02T03:46:25.903Z | Compiling serde v1.0.204 |
387 | 2024-08-02T03:46:25.912Z | Checking memchr v2.7.4 |
388 | 2024-08-02T03:46:25.971Z | Compiling serde_json v1.0.122 |
389 | 2024-08-02T03:46:26.078Z | Checking itoa v1.0.11 |
390 | 2024-08-02T03:46:26.524Z | Compiling ahash v0.8.11 |
391 | 2024-08-02T03:46:26.622Z | Checking byteorder v1.5.0 |
392 | 2024-08-02T03:46:26.721Z | Compiling thiserror v1.0.63 |
393 | 2024-08-02T03:46:26.892Z | Checking once_cell v1.19.0 |
394 | 2024-08-02T03:46:27.099Z | Compiling cc v1.1.7 |
395 | 2024-08-02T03:46:28.002Z | Compiling num-traits v0.2.19 |
396 | 2024-08-02T03:46:28.009Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-02T03:46:28.083Z | Checking ryu v1.0.18 |
398 | 2024-08-02T03:46:28.103Z | Checking log v0.4.22 |
399 | 2024-08-02T03:46:28.302Z | Checking bytes v1.7.1 |
400 | 2024-08-02T03:46:28.313Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-02T03:46:28.478Z | Compiling lock_api v0.4.12 |
402 | 2024-08-02T03:46:28.524Z | Compiling schemars v0.8.21 |
403 | 2024-08-02T03:46:28.674Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-08-02T03:46:28.732Z | Checking getrandom v0.2.15 |
405 | 2024-08-02T03:46:28.886Z | Compiling quote v1.0.36 |
406 | 2024-08-02T03:46:28.931Z | Checking scopeguard v1.2.0 |
407 | 2024-08-02T03:46:28.937Z | Checking futures-core v0.3.30 |
408 | 2024-08-02T03:46:28.945Z | Checking smallvec v1.13.2 |
409 | 2024-08-02T03:46:29.047Z | Checking socket2 v0.5.7 |
410 | 2024-08-02T03:46:29.112Z | Checking mio v1.0.1 |
411 | 2024-08-02T03:46:29.141Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-02T03:46:29.322Z | Compiling syn v2.0.72 |
413 | 2024-08-02T03:46:29.471Z | Compiling slab v0.4.9 |
414 | 2024-08-02T03:46:29.526Z | Checking spin v0.9.8 |
415 | 2024-08-02T03:46:29.582Z | Checking futures-sink v0.3.30 |
416 | 2024-08-02T03:46:29.589Z | Checking equivalent v1.0.1 |
417 | 2024-08-02T03:46:29.670Z | Checking untrusted v0.9.0 |
418 | 2024-08-02T03:46:29.690Z | Checking parking_lot v0.12.3 |
419 | 2024-08-02T03:46:29.700Z | Checking fnv v1.0.7 |
420 | 2024-08-02T03:46:29.718Z | Checking futures-channel v0.3.30 |
421 | 2024-08-02T03:46:29.725Z | Compiling ring v0.17.8 |
422 | 2024-08-02T03:46:29.798Z | Checking futures-io v0.3.30 |
423 | 2024-08-02T03:46:29.806Z | Compiling heck v0.5.0 |
424 | 2024-08-02T03:46:29.960Z | Checking futures-task v0.3.30 |
425 | 2024-08-02T03:46:30.000Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-02T03:46:30.055Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-02T03:46:30.177Z | Checking pin-utils v0.1.0 |
428 | 2024-08-02T03:46:30.186Z | Compiling semver v1.0.23 |
429 | 2024-08-02T03:46:30.247Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-02T03:46:30.379Z | Compiling ucd-trie v0.1.6 |
431 | 2024-08-02T03:46:30.460Z | Checking http v0.2.12 |
432 | 2024-08-02T03:46:30.884Z | Checking dyn-clone v1.0.17 |
433 | 2024-08-02T03:46:30.999Z | Compiling httparse v1.9.4 |
434 | 2024-08-02T03:46:31.622Z | Checking tracing-core v0.1.32 |
435 | 2024-08-02T03:46:31.661Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-02T03:46:31.839Z | Compiling uuid v1.10.0 |
437 | 2024-08-02T03:46:32.201Z | Checking tracing v0.1.40 |
438 | 2024-08-02T03:46:32.281Z | Compiling slog v2.7.0 |
439 | 2024-08-02T03:46:32.369Z | Compiling chrono v0.4.38 |
440 | 2024-08-02T03:46:32.466Z | Compiling openssl v0.10.66 |
441 | 2024-08-02T03:46:32.484Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-08-02T03:46:32.557Z | Checking try-lock v0.2.5 |
443 | 2024-08-02T03:46:32.600Z | Checking foreign-types v0.3.2 |
444 | 2024-08-02T03:46:32.664Z | Checking want v0.3.1 |
445 | 2024-08-02T03:46:32.797Z | Checking http-body v0.4.6 |
446 | 2024-08-02T03:46:32.814Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-02T03:46:32.842Z | Checking tower-service v0.3.2 |
448 | 2024-08-02T03:46:32.943Z | Checking bitflags v2.6.0 |
449 | 2024-08-02T03:46:33.114Z | Compiling regex-syntax v0.8.4 |
450 | 2024-08-02T03:46:33.171Z | Compiling native-tls v0.2.12 |
451 | 2024-08-02T03:46:33.522Z | Checking httpdate v1.0.3 |
452 | 2024-08-02T03:46:33.708Z | Compiling typenum v1.17.0 |
453 | 2024-08-02T03:46:34.072Z | Checking percent-encoding v2.3.1 |
454 | 2024-08-02T03:46:34.259Z | Compiling rustls v0.21.12 |
455 | 2024-08-02T03:46:34.593Z | Checking tinyvec_macros v0.1.1 |
456 | 2024-08-02T03:46:34.641Z | Checking tinyvec v1.8.0 |
457 | 2024-08-02T03:46:34.673Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-02T03:46:34.886Z | Compiling generic-array v0.14.7 |
459 | 2024-08-02T03:46:35.224Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-02T03:46:35.787Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-02T03:46:36.151Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-02T03:46:36.644Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-02T03:46:36.951Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-02T03:46:37.301Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-02T03:46:37.320Z | Checking mime v0.3.17 |
466 | 2024-08-02T03:46:37.631Z | Checking unicode-bidi v0.3.15 |
467 | 2024-08-02T03:46:38.239Z | Checking powerfmt v0.2.0 |
468 | 2024-08-02T03:46:38.386Z | Compiling num-conv v0.1.0 |
469 | 2024-08-02T03:46:38.483Z | Compiling time-core v0.1.2 |
470 | 2024-08-02T03:46:38.643Z | Checking deranged v0.3.11 |
471 | 2024-08-02T03:46:38.660Z | Compiling time-macros v0.2.18 |
472 | 2024-08-02T03:46:38.668Z | Checking idna v0.5.0 |
473 | 2024-08-02T03:46:39.664Z | Compiling thread-id v4.2.2 |
474 | 2024-08-02T03:46:39.761Z | Checking rustls-pki-types v1.7.0 |
475 | 2024-08-02T03:46:40.181Z | Checking sct v0.7.1 |
476 | 2024-08-02T03:46:40.350Z | Checking rustls-webpki v0.101.7 |
477 | 2024-08-02T03:46:40.361Z | Compiling crossbeam-utils v0.8.20 |
478 | 2024-08-02T03:46:40.562Z | Compiling strsim v0.11.1 |
479 | 2024-08-02T03:46:40.769Z | Compiling regex v1.10.5 |
480 | 2024-08-02T03:46:41.206Z | Compiling serde_derive v1.0.204 |
481 | 2024-08-02T03:46:41.289Z | Compiling zerocopy-derive v0.7.35 |
482 | 2024-08-02T03:46:41.627Z | Compiling thiserror-impl v1.0.63 |
483 | 2024-08-02T03:46:41.738Z | Compiling schemars_derive v0.8.21 |
484 | 2024-08-02T03:46:41.795Z | Compiling tokio-macros v2.4.0 |
485 | 2024-08-02T03:46:42.050Z | Compiling futures-macro v0.3.30 |
486 | 2024-08-02T03:46:43.333Z | Checking zerocopy v0.7.35 |
487 | 2024-08-02T03:46:43.939Z | Checking tokio v1.39.2 |
488 | 2024-08-02T03:46:44.363Z | Checking futures-util v0.3.30 |
489 | 2024-08-02T03:46:44.376Z | Compiling openssl-macros v0.1.1 |
490 | 2024-08-02T03:46:44.572Z | Compiling pest v2.7.11 |
491 | 2024-08-02T03:46:44.811Z | Compiling scroll_derive v0.12.0 |
492 | 2024-08-02T03:46:45.101Z | Checking hashbrown v0.14.5 |
493 | 2024-08-02T03:46:46.206Z | Checking scroll v0.12.0 |
494 | 2024-08-02T03:46:46.321Z | Checking regress v0.10.0 |
495 | 2024-08-02T03:46:47.411Z | Compiling pest_meta v2.7.11 |
496 | 2024-08-02T03:46:50.031Z | Compiling pest_generator v2.7.11 |
497 | 2024-08-02T03:46:50.076Z | Compiling zerocopy-derive v0.6.6 |
498 | 2024-08-02T03:46:50.867Z | Checking base64 v0.21.7 |
499 | 2024-08-02T03:46:51.273Z | Checking tokio-util v0.7.11 |
500 | 2024-08-02T03:46:51.347Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-02T03:46:51.434Z | Checking tokio-native-tls v0.3.1 |
502 | 2024-08-02T03:46:51.624Z | Checking plain v0.2.3 |
503 | 2024-08-02T03:46:51.695Z | Compiling ident_case v1.0.1 |
504 | 2024-08-02T03:46:51.734Z | Compiling pest_derive v2.7.11 |
505 | 2024-08-02T03:46:51.829Z | Checking num_threads v0.1.7 |
506 | 2024-08-02T03:46:51.842Z | Compiling darling_core v0.20.10 |
507 | 2024-08-02T03:46:51.929Z | Checking goblin v0.8.2 |
508 | 2024-08-02T03:46:51.985Z | Checking time v0.3.36 |
509 | 2024-08-02T03:46:51.993Z | Checking zerocopy v0.6.6 |
510 | 2024-08-02T03:46:52.052Z | Checking rustls-pemfile v1.0.4 |
511 | 2024-08-02T03:46:52.556Z | Compiling dtrace-parser v0.2.0 |
512 | 2024-08-02T03:46:53.794Z | Checking url v2.5.2 |
513 | 2024-08-02T03:46:54.371Z | Checking indexmap v2.3.0 |
514 | 2024-08-02T03:46:55.155Z | Checking serde_urlencoded v0.7.1 |
515 | 2024-08-02T03:46:55.397Z | Checking dirs-sys-next v0.1.2 |
516 | 2024-08-02T03:46:55.571Z | Compiling serde_tokenstream v0.2.1 |
517 | 2024-08-02T03:46:55.624Z | Checking h2 v0.3.26 |
518 | 2024-08-02T03:46:56.095Z | Checking openapiv3 v2.0.0 |
519 | 2024-08-02T03:46:56.653Z | Checking webpki-roots v0.25.4 |
520 | 2024-08-02T03:46:56.802Z | Compiling rustversion v1.0.17 |
521 | 2024-08-02T03:46:56.958Z | Checking ipnet v2.9.0 |
522 | 2024-08-02T03:46:57.410Z | Compiling dof v0.3.0 |
523 | 2024-08-02T03:46:57.948Z | Checking sync_wrapper v0.1.2 |
524 | 2024-08-02T03:46:58.051Z | Checking pretty-hex v0.4.1 |
525 | 2024-08-02T03:46:58.214Z | Compiling paste v1.0.15 |
526 | 2024-08-02T03:46:58.291Z | Compiling rustls v0.22.4 |
527 | 2024-08-02T03:46:58.602Z | Compiling omicron-workspace-hack v0.1.0 |
528 | 2024-08-02T03:46:58.731Z | Compiling unsafe-libyaml v0.2.11 |
529 | 2024-08-02T03:46:58.909Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
530 | 2024-08-02T03:46:59.566Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-02T03:46:59.772Z | Checking dirs-next v2.0.0 |
532 | 2024-08-02T03:46:59.819Z | Checking hyper v0.14.30 |
533 | 2024-08-02T03:47:00.367Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-08-02T03:47:00.492Z | Checking serde_spanned v0.6.7 |
535 | 2024-08-02T03:47:00.516Z | Checking toml_datetime v0.6.8 |
536 | 2024-08-02T03:47:00.666Z | Checking ppv-lite86 v0.2.18 |
537 | 2024-08-02T03:47:00.782Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-08-02T03:47:01.310Z | Checking crypto-common v0.1.6 |
539 | 2024-08-02T03:47:01.391Z | Checking block-buffer v0.10.4 |
540 | 2024-08-02T03:47:01.435Z | Checking rustls-webpki v0.102.6 |
541 | 2024-08-02T03:47:01.450Z | Checking rand_core v0.6.4 |
542 | 2024-08-02T03:47:01.628Z | Checking thread_local v1.1.8 |
543 | 2024-08-02T03:47:01.662Z | Compiling multer v3.1.0 |
544 | 2024-08-02T03:47:01.697Z | Compiling anyhow v1.0.86 |
545 | 2024-08-02T03:47:01.877Z | Checking zeroize v1.8.1 |
546 | 2024-08-02T03:47:01.999Z | Checking winnow v0.6.18 |
547 | 2024-08-02T03:47:02.111Z | Compiling slog-async v2.8.0 |
548 | 2024-08-02T03:47:02.185Z | Checking match_cfg v0.1.0 |
549 | 2024-08-02T03:47:02.262Z | Checking subtle v2.6.1 |
550 | 2024-08-02T03:47:02.312Z | Compiling camino v1.1.7 |
551 | 2024-08-02T03:47:02.850Z | Checking hostname v0.3.1 |
552 | 2024-08-02T03:47:02.963Z | Checking rand_chacha v0.3.1 |
553 | 2024-08-02T03:47:03.303Z | Checking digest v0.10.7 |
554 | 2024-08-02T03:47:03.513Z | Compiling structmeta v0.3.0 |
555 | 2024-08-02T03:47:03.525Z | Checking crossbeam-channel v0.5.13 |
556 | 2024-08-02T03:47:03.612Z | Compiling darling v0.20.10 |
557 | 2024-08-02T03:47:03.733Z | Checking term v0.7.0 |
558 | 2024-08-02T03:47:04.051Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-08-02T03:47:04.133Z | Compiling usdt-macro v0.5.0 |
560 | 2024-08-02T03:47:04.397Z | Checking hyper-tls v0.5.0 |
561 | 2024-08-02T03:47:04.670Z | Checking hyper-rustls v0.24.2 |
562 | 2024-08-02T03:47:04.923Z | Checking reqwest v0.11.27 |
563 | 2024-08-02T03:47:05.100Z | Checking toml_edit v0.22.20 |
564 | 2024-08-02T03:47:05.126Z | Checking slog-json v2.6.1 |
565 | 2024-08-02T03:47:05.322Z | Checking futures-executor v0.3.30 |
566 | 2024-08-02T03:47:05.342Z | Compiling async-stream-impl v0.3.5 |
567 | 2024-08-02T03:47:05.384Z | Checking http v1.1.0 |
568 | 2024-08-02T03:47:05.465Z | Checking is-terminal v0.4.12 |
569 | 2024-08-02T03:47:05.519Z | Checking memmap v0.7.0 |
570 | 2024-08-02T03:47:05.569Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
571 | 2024-08-02T03:47:05.714Z | Checking take_mut v0.2.2 |
572 | 2024-08-02T03:47:05.851Z | Checking base64 v0.22.1 |
573 | 2024-08-02T03:47:05.909Z | Checking cpufeatures v0.2.12 |
574 | 2024-08-02T03:47:05.992Z | Checking atomic-waker v1.1.2 |
575 | 2024-08-02T03:47:06.019Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-02T03:47:06.097Z | Checking waitgroup v0.1.2 |
577 | 2024-08-02T03:47:06.202Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
578 | 2024-08-02T03:47:06.230Z | Checking sha1 v0.10.6 |
579 | 2024-08-02T03:47:06.329Z | Checking rustls-pemfile v2.1.2 |
580 | 2024-08-02T03:47:06.522Z | Checking usdt v0.5.0 |
581 | 2024-08-02T03:47:06.580Z | Checking slog-term v2.9.1 |
582 | 2024-08-02T03:47:06.673Z | Checking futures v0.3.30 |
583 | 2024-08-02T03:47:06.711Z | Checking async-stream v0.3.5 |
584 | 2024-08-02T03:47:06.711Z | Checking slog-bunyan v2.5.0 |
585 | 2024-08-02T03:47:06.711Z | Compiling strum_macros v0.26.4 |
586 | 2024-08-02T03:47:06.760Z | Compiling parse-display-derive v0.9.1 |
587 | 2024-08-02T03:47:06.816Z | Compiling serde_with_macros v3.9.0 |
588 | 2024-08-02T03:47:06.832Z | Checking rand v0.8.5 |
589 | 2024-08-02T03:47:07.524Z | Checking newtype-uuid v1.1.0 |
590 | 2024-08-02T03:47:07.609Z | Checking ipnetwork v0.20.0 |
591 | 2024-08-02T03:47:07.745Z | Checking toml v0.8.19 |
592 | 2024-08-02T03:47:07.754Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
593 | 2024-08-02T03:47:07.969Z | Checking hex v0.4.3 |
594 | 2024-08-02T03:47:07.995Z | Checking serde_path_to_error v0.1.16 |
595 | 2024-08-02T03:47:08.492Z | Compiling async-trait v0.1.81 |
596 | 2024-08-02T03:47:08.495Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-08-02T03:47:08.627Z | Checking hostname v0.4.0 |
598 | 2024-08-02T03:47:08.744Z | Checking instant v0.1.13 |
599 | 2024-08-02T03:47:08.844Z | Checking debug-ignore v1.0.5 |
600 | 2024-08-02T03:47:08.964Z | Checking backoff v0.4.0 |
601 | 2024-08-02T03:47:09.237Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
602 | 2024-08-02T03:47:09.271Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
603 | 2024-08-02T03:47:09.372Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
604 | 2024-08-02T03:47:09.387Z | Checking serde_with v3.9.0 |
605 | 2024-08-02T03:47:09.394Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
606 | 2024-08-02T03:47:09.623Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
607 | 2024-08-02T03:47:09.780Z | Checking macaddr v1.0.1 |
608 | 2024-08-02T03:47:10.091Z | Checking regress v0.9.1 |
609 | 2024-08-02T03:47:10.701Z | Checking parse-display v0.9.1 |
610 | 2024-08-02T03:47:11.007Z | Checking strum v0.26.3 |
611 | 2024-08-02T03:47:11.704Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
612 | 2024-08-02T03:47:13.667Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
613 | 2024-08-02T03:47:13.718Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
614 | 2024-08-02T03:47:16.166Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
615 | 2024-08-02T03:47:21.087Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
616 | 2024-08-02T03:47:21.193Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
617 | 2024-08-02T03:47:23.873Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
618 | 2024-08-02T03:47:30.388Z | Checking test-project v0.1.0 (/tmp/test-project) |
619 | 2024-08-02T03:47:30.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
620 | 2024-08-02T03:47:30.504Z | + cargo build --release |
621 | 2024-08-02T03:47:30.758Z | Compiling proc-macro2 v1.0.86 |
622 | 2024-08-02T03:47:30.758Z | Compiling unicode-ident v1.0.12 |
623 | 2024-08-02T03:47:30.758Z | Compiling libc v0.2.155 |
624 | 2024-08-02T03:47:30.762Z | Compiling cfg-if v1.0.0 |
625 | 2024-08-02T03:47:30.762Z | Compiling version_check v0.9.5 |
626 | 2024-08-02T03:47:30.762Z | Compiling autocfg v1.3.0 |
627 | 2024-08-02T03:47:30.762Z | Compiling serde v1.0.204 |
628 | 2024-08-02T03:47:30.800Z | Compiling memchr v2.7.4 |
629 | 2024-08-02T03:47:30.864Z | Compiling serde_json v1.0.122 |
630 | 2024-08-02T03:47:30.943Z | Compiling itoa v1.0.11 |
631 | 2024-08-02T03:47:31.283Z | Compiling thiserror v1.0.63 |
632 | 2024-08-02T03:47:31.359Z | Compiling byteorder v1.5.0 |
633 | 2024-08-02T03:47:31.388Z | Compiling ahash v0.8.11 |
634 | 2024-08-02T03:47:31.502Z | Compiling once_cell v1.19.0 |
635 | 2024-08-02T03:47:31.768Z | Compiling cc v1.1.7 |
636 | 2024-08-02T03:47:32.090Z | Compiling num-traits v0.2.19 |
637 | 2024-08-02T03:47:32.210Z | Compiling getrandom v0.2.15 |
638 | 2024-08-02T03:47:32.228Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-02T03:47:32.333Z | Compiling quote v1.0.36 |
640 | 2024-08-02T03:47:32.426Z | Compiling ryu v1.0.18 |
641 | 2024-08-02T03:47:32.582Z | Compiling log v0.4.22 |
642 | 2024-08-02T03:47:32.601Z | Compiling bytes v1.7.1 |
643 | 2024-08-02T03:47:32.868Z | Compiling syn v2.0.72 |
644 | 2024-08-02T03:47:32.970Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-02T03:47:33.083Z | Compiling schemars v0.8.21 |
646 | 2024-08-02T03:47:33.137Z | Compiling lock_api v0.4.12 |
647 | 2024-08-02T03:47:33.281Z | Compiling parking_lot_core v0.9.10 |
648 | 2024-08-02T03:47:33.455Z | Compiling futures-core v0.3.30 |
649 | 2024-08-02T03:47:33.520Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-02T03:47:33.587Z | Compiling smallvec v1.13.2 |
651 | 2024-08-02T03:47:33.691Z | Compiling socket2 v0.5.7 |
652 | 2024-08-02T03:47:33.750Z | Compiling mio v1.0.1 |
653 | 2024-08-02T03:47:33.806Z | Compiling signal-hook-registry v1.4.2 |
654 | 2024-08-02T03:47:34.190Z | Compiling slab v0.4.9 |
655 | 2024-08-02T03:47:34.414Z | Compiling spin v0.9.8 |
656 | 2024-08-02T03:47:34.557Z | Compiling parking_lot v0.12.3 |
657 | 2024-08-02T03:47:34.670Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-02T03:47:34.735Z | Compiling ring v0.17.8 |
659 | 2024-08-02T03:47:34.928Z | Compiling equivalent v1.0.1 |
660 | 2024-08-02T03:47:35.024Z | Compiling fnv v1.0.7 |
661 | 2024-08-02T03:47:35.147Z | Compiling untrusted v0.9.0 |
662 | 2024-08-02T03:47:35.325Z | Compiling semver v1.0.23 |
663 | 2024-08-02T03:47:35.337Z | Compiling futures-channel v0.3.30 |
664 | 2024-08-02T03:47:35.646Z | Compiling futures-task v0.3.30 |
665 | 2024-08-02T03:47:35.653Z | Compiling pin-utils v0.1.0 |
666 | 2024-08-02T03:47:35.730Z | Compiling vcpkg v0.2.15 |
667 | 2024-08-02T03:47:35.756Z | Compiling heck v0.5.0 |
668 | 2024-08-02T03:47:35.793Z | Compiling futures-io v0.3.30 |
669 | 2024-08-02T03:47:35.825Z | Compiling pkg-config v0.3.30 |
670 | 2024-08-02T03:47:36.273Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-02T03:47:36.316Z | Compiling ucd-trie v0.1.6 |
672 | 2024-08-02T03:47:36.788Z | Compiling http v0.2.12 |
673 | 2024-08-02T03:47:37.023Z | Compiling dyn-clone v1.0.17 |
674 | 2024-08-02T03:47:37.110Z | Compiling httparse v1.9.4 |
675 | 2024-08-02T03:47:37.335Z | Compiling openssl-sys v0.9.103 |
676 | 2024-08-02T03:47:37.912Z | Compiling tracing-core v0.1.32 |
677 | 2024-08-02T03:47:38.360Z | Compiling chrono v0.4.38 |
678 | 2024-08-02T03:47:38.393Z | Compiling uuid v1.10.0 |
679 | 2024-08-02T03:47:38.934Z | Compiling tracing v0.1.40 |
680 | 2024-08-02T03:47:40.263Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-08-02T03:47:40.402Z | Compiling openssl v0.10.66 |
682 | 2024-08-02T03:47:40.475Z | Compiling slog v2.7.0 |
683 | 2024-08-02T03:47:40.637Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-02T03:47:40.851Z | Compiling try-lock v0.2.5 |
685 | 2024-08-02T03:47:40.977Z | Compiling want v0.3.1 |
686 | 2024-08-02T03:47:41.040Z | Compiling foreign-types v0.3.2 |
687 | 2024-08-02T03:47:41.123Z | Compiling http-body v0.4.6 |
688 | 2024-08-02T03:47:41.560Z | Compiling aho-corasick v1.1.3 |
689 | 2024-08-02T03:47:41.611Z | Compiling percent-encoding v2.3.1 |
690 | 2024-08-02T03:47:42.065Z | Compiling httpdate v1.0.3 |
691 | 2024-08-02T03:47:42.474Z | Compiling bitflags v2.6.0 |
692 | 2024-08-02T03:47:42.615Z | Compiling tinyvec_macros v0.1.1 |
693 | 2024-08-02T03:47:42.678Z | Compiling rustls v0.21.12 |
694 | 2024-08-02T03:47:42.710Z | Compiling regex-syntax v0.8.4 |
695 | 2024-08-02T03:47:42.826Z | Compiling native-tls v0.2.12 |
696 | 2024-08-02T03:47:42.830Z | Compiling typenum v1.17.0 |
697 | 2024-08-02T03:47:43.012Z | Compiling tower-service v0.3.2 |
698 | 2024-08-02T03:47:43.115Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-02T03:47:43.207Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-08-02T03:47:43.904Z | Compiling generic-array v0.14.7 |
701 | 2024-08-02T03:47:44.240Z | Compiling openssl-probe v0.1.5 |
702 | 2024-08-02T03:47:44.773Z | Compiling unicode-normalization v0.1.23 |
703 | 2024-08-02T03:47:45.172Z | Compiling serde_derive v1.0.204 |
704 | 2024-08-02T03:47:45.527Z | Compiling zerocopy-derive v0.7.35 |
705 | 2024-08-02T03:47:45.660Z | Compiling thiserror-impl v1.0.63 |
706 | 2024-08-02T03:47:45.835Z | Compiling schemars_derive v0.8.21 |
707 | 2024-08-02T03:47:45.876Z | Compiling tokio-macros v2.4.0 |
708 | 2024-08-02T03:47:47.440Z | Compiling tokio v1.39.2 |
709 | 2024-08-02T03:47:47.575Z | Compiling zerocopy v0.7.35 |
710 | 2024-08-02T03:47:48.552Z | Compiling futures-macro v0.3.30 |
711 | 2024-08-02T03:47:48.903Z | Compiling pest v2.7.11 |
712 | 2024-08-02T03:47:49.787Z | Compiling hashbrown v0.14.5 |
713 | 2024-08-02T03:47:50.469Z | Compiling futures-util v0.3.30 |
714 | 2024-08-02T03:47:51.558Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-02T03:47:51.769Z | Compiling regress v0.10.0 |
716 | 2024-08-02T03:47:51.772Z | Compiling openssl-macros v0.1.1 |
717 | 2024-08-02T03:47:53.728Z | Compiling pest_generator v2.7.11 |
718 | 2024-08-02T03:47:55.518Z | Compiling pest_derive v2.7.11 |
719 | 2024-08-02T03:47:56.410Z | Compiling tokio-util v0.7.11 |
720 | 2024-08-02T03:47:56.553Z | Compiling rustls-webpki v0.101.7 |
721 | 2024-08-02T03:47:57.609Z | Compiling sct v0.7.1 |
722 | 2024-08-02T03:47:58.036Z | Compiling regex-automata v0.4.7 |
723 | 2024-08-02T03:48:00.610Z | Compiling indexmap v2.3.0 |
724 | 2024-08-02T03:48:01.503Z | Compiling serde_tokenstream v0.2.1 |
725 | 2024-08-02T03:48:06.702Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
726 | 2024-08-02T03:48:07.097Z | Compiling h2 v0.3.26 |
727 | 2024-08-02T03:48:10.658Z | Compiling regex v1.10.5 |
728 | 2024-08-02T03:48:11.641Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-02T03:48:12.760Z | Compiling hyper v0.14.30 |
730 | 2024-08-02T03:48:16.966Z | Compiling usdt-impl v0.5.0 |
731 | 2024-08-02T03:48:17.357Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-02T03:48:18.196Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-08-02T03:48:18.770Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
734 | 2024-08-02T03:48:21.201Z | Compiling num-conv v0.1.0 |
735 | 2024-08-02T03:48:21.485Z | Compiling mime v0.3.17 |
736 | 2024-08-02T03:48:22.586Z | Compiling time-core v0.1.2 |
737 | 2024-08-02T03:48:22.738Z | Compiling powerfmt v0.2.0 |
738 | 2024-08-02T03:48:22.772Z | Compiling time-macros v0.2.18 |
739 | 2024-08-02T03:48:23.210Z | Compiling deranged v0.3.11 |
740 | 2024-08-02T03:48:25.531Z | Compiling idna v0.5.0 |
741 | 2024-08-02T03:48:27.996Z | Compiling scroll v0.12.0 |
742 | 2024-08-02T03:48:28.620Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-02T03:48:28.901Z | Compiling tokio-rustls v0.24.1 |
744 | 2024-08-02T03:48:29.180Z | Compiling dof v0.3.0 |
745 | 2024-08-02T03:48:29.200Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-08-02T03:48:29.229Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-08-02T03:48:29.779Z | Compiling thread-id v4.2.2 |
748 | 2024-08-02T03:48:29.876Z | Compiling zerocopy-derive v0.6.6 |
749 | 2024-08-02T03:48:30.187Z | Compiling plain v0.2.3 |
750 | 2024-08-02T03:48:30.338Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-08-02T03:48:30.677Z | Compiling ident_case v1.0.1 |
752 | 2024-08-02T03:48:30.842Z | Compiling num_threads v0.1.7 |
753 | 2024-08-02T03:48:30.915Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-08-02T03:48:31.311Z | Compiling strsim v0.11.1 |
755 | 2024-08-02T03:48:31.483Z | Compiling rustls-pki-types v1.7.0 |
756 | 2024-08-02T03:48:32.007Z | Compiling base64 v0.21.7 |
757 | 2024-08-02T03:48:32.808Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-08-02T03:48:33.128Z | Compiling zerocopy v0.6.6 |
759 | 2024-08-02T03:48:34.815Z | Compiling darling_core v0.20.10 |
760 | 2024-08-02T03:48:37.010Z | Compiling time v0.3.36 |
761 | 2024-08-02T03:48:37.675Z | Compiling goblin v0.8.2 |
762 | 2024-08-02T03:48:39.793Z | Compiling hyper-rustls v0.24.2 |
763 | 2024-08-02T03:48:40.166Z | Compiling hyper-tls v0.5.0 |
764 | 2024-08-02T03:48:40.224Z | Compiling url v2.5.2 |
765 | 2024-08-02T03:48:40.636Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
766 | 2024-08-02T03:48:40.758Z | Compiling openapiv3 v2.0.0 |
767 | 2024-08-02T03:48:43.392Z | Compiling dirs-sys-next v0.1.2 |
768 | 2024-08-02T03:48:44.893Z | Compiling rustversion v1.0.17 |
769 | 2024-08-02T03:48:45.143Z | Compiling paste v1.0.15 |
770 | 2024-08-02T03:48:45.536Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-02T03:48:45.641Z | Compiling rustls v0.22.4 |
772 | 2024-08-02T03:48:45.881Z | Compiling sync_wrapper v0.1.2 |
773 | 2024-08-02T03:48:45.888Z | Compiling ipnet v2.9.0 |
774 | 2024-08-02T03:48:45.959Z | Compiling webpki-roots v0.25.4 |
775 | 2024-08-02T03:48:46.001Z | Compiling pretty-hex v0.4.1 |
776 | 2024-08-02T03:48:46.420Z | Compiling reqwest v0.11.27 |
777 | 2024-08-02T03:48:47.317Z | Compiling serde_yaml v0.9.34+deprecated |
778 | 2024-08-02T03:48:47.670Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
779 | 2024-08-02T03:48:48.550Z | Compiling dirs-next v2.0.0 |
780 | 2024-08-02T03:48:48.807Z | Compiling darling_macro v0.20.10 |
781 | 2024-08-02T03:48:51.843Z | Compiling ppv-lite86 v0.2.18 |
782 | 2024-08-02T03:48:52.404Z | Compiling rustls-webpki v0.102.6 |
783 | 2024-08-02T03:48:52.745Z | Compiling block-buffer v0.10.4 |
784 | 2024-08-02T03:48:52.968Z | Compiling crypto-common v0.1.6 |
785 | 2024-08-02T03:48:53.170Z | Compiling serde_spanned v0.6.7 |
786 | 2024-08-02T03:48:53.401Z | Compiling toml_datetime v0.6.8 |
787 | 2024-08-02T03:48:54.073Z | Compiling structmeta-derive v0.3.0 |
788 | 2024-08-02T03:48:54.460Z | Compiling rand_core v0.6.4 |
789 | 2024-08-02T03:48:55.028Z | Compiling thread_local v1.1.8 |
790 | 2024-08-02T03:48:55.768Z | Compiling multer v3.1.0 |
791 | 2024-08-02T03:48:56.115Z | Compiling match_cfg v0.1.0 |
792 | 2024-08-02T03:48:56.195Z | Compiling subtle v2.6.1 |
793 | 2024-08-02T03:48:56.475Z | Compiling anyhow v1.0.86 |
794 | 2024-08-02T03:48:56.801Z | Compiling zeroize v1.8.1 |
795 | 2024-08-02T03:48:56.835Z | Compiling slog-async v2.8.0 |
796 | 2024-08-02T03:48:57.073Z | Compiling winnow v0.6.18 |
797 | 2024-08-02T03:48:57.141Z | Compiling camino v1.1.7 |
798 | 2024-08-02T03:48:57.533Z | Compiling structmeta v0.3.0 |
799 | 2024-08-02T03:48:57.636Z | Compiling hostname v0.3.1 |
800 | 2024-08-02T03:48:57.870Z | Compiling rand_chacha v0.3.1 |
801 | 2024-08-02T03:48:57.895Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
802 | 2024-08-02T03:48:59.656Z | Compiling digest v0.10.7 |
803 | 2024-08-02T03:49:00.059Z | Compiling crossbeam-channel v0.5.13 |
804 | 2024-08-02T03:49:01.501Z | Compiling toml_edit v0.22.20 |
805 | 2024-08-02T03:49:01.791Z | Compiling darling v0.20.10 |
806 | 2024-08-02T03:49:01.892Z | Compiling term v0.7.0 |
807 | 2024-08-02T03:49:06.509Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
808 | 2024-08-02T03:49:09.502Z | Compiling usdt-attr-macro v0.5.0 |
809 | 2024-08-02T03:49:10.293Z | Compiling usdt-macro v0.5.0 |
810 | 2024-08-02T03:49:10.976Z | Compiling slog-json v2.6.1 |
811 | 2024-08-02T03:49:11.414Z | Compiling futures-executor v0.3.30 |
812 | 2024-08-02T03:49:11.634Z | Compiling async-stream-impl v0.3.5 |
813 | 2024-08-02T03:49:12.569Z | Compiling http v1.1.0 |
814 | 2024-08-02T03:49:12.964Z | Compiling memmap v0.7.0 |
815 | 2024-08-02T03:49:13.334Z | Compiling is-terminal v0.4.12 |
816 | 2024-08-02T03:49:13.358Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
817 | 2024-08-02T03:49:13.455Z | Compiling take_mut v0.2.2 |
818 | 2024-08-02T03:49:13.602Z | Compiling cpufeatures v0.2.12 |
819 | 2024-08-02T03:49:13.680Z | Compiling base64 v0.22.1 |
820 | 2024-08-02T03:49:13.705Z | Compiling atomic-waker v1.1.2 |
821 | 2024-08-02T03:49:13.881Z | Compiling waitgroup v0.1.2 |
822 | 2024-08-02T03:49:14.170Z | Compiling sha1 v0.10.6 |
823 | 2024-08-02T03:49:14.946Z | Compiling rustls-pemfile v2.1.2 |
824 | 2024-08-02T03:49:17.290Z | Compiling slog-term v2.9.1 |
825 | 2024-08-02T03:49:17.578Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
826 | 2024-08-02T03:49:17.774Z | Compiling usdt v0.5.0 |
827 | 2024-08-02T03:49:19.313Z | Compiling async-stream v0.3.5 |
828 | 2024-08-02T03:49:19.329Z | Compiling futures v0.3.30 |
829 | 2024-08-02T03:49:19.520Z | Compiling slog-bunyan v2.5.0 |
830 | 2024-08-02T03:49:19.653Z | Compiling strum_macros v0.26.4 |
831 | 2024-08-02T03:49:19.790Z | Compiling toml v0.8.19 |
832 | 2024-08-02T03:49:20.178Z | Compiling tokio-rustls v0.25.0 |
833 | 2024-08-02T03:49:20.601Z | Compiling serde_with_macros v3.9.0 |
834 | 2024-08-02T03:49:23.404Z | Compiling rand v0.8.5 |
835 | 2024-08-02T03:49:24.337Z | Compiling parse-display-derive v0.9.1 |
836 | 2024-08-02T03:49:26.115Z | Compiling ipnetwork v0.20.0 |
837 | 2024-08-02T03:49:26.734Z | Compiling newtype-uuid v1.1.0 |
838 | 2024-08-02T03:49:27.073Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
839 | 2024-08-02T03:49:27.340Z | Compiling serde_path_to_error v0.1.16 |
840 | 2024-08-02T03:49:28.374Z | Compiling hex v0.4.3 |
841 | 2024-08-02T03:49:28.437Z | Compiling async-trait v0.1.81 |
842 | 2024-08-02T03:49:29.084Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
843 | 2024-08-02T03:49:29.954Z | Compiling hostname v0.4.0 |
844 | 2024-08-02T03:49:30.195Z | Compiling instant v0.1.13 |
845 | 2024-08-02T03:49:30.341Z | Compiling debug-ignore v1.0.5 |
846 | 2024-08-02T03:49:30.469Z | Compiling backoff v0.4.0 |
847 | 2024-08-02T03:49:30.736Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
848 | 2024-08-02T03:49:30.769Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
849 | 2024-08-02T03:49:30.807Z | Compiling parse-display v0.9.1 |
850 | 2024-08-02T03:49:30.904Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
851 | 2024-08-02T03:49:30.919Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
852 | 2024-08-02T03:49:31.016Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
853 | 2024-08-02T03:49:31.431Z | Compiling strum v0.26.3 |
854 | 2024-08-02T03:49:31.603Z | Compiling serde_with v3.9.0 |
855 | 2024-08-02T03:49:32.740Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
856 | 2024-08-02T03:49:33.558Z | Compiling macaddr v1.0.1 |
857 | 2024-08-02T03:49:34.189Z | Compiling regress v0.9.1 |
858 | 2024-08-02T03:49:40.294Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
859 | 2024-08-02T03:49:49.521Z | Compiling test-project v0.1.0 (/tmp/test-project) |
860 | 2024-08-02T03:49:57.668Z | Finished `release` profile [optimized] target(s) in 2m 27s |
861 | 2024-08-02T03:49:57.723Z | process exited: duration 220709 ms, exit code 0 |
|
862 | 2024-08-02T03:49:57.730Z | found 0 output files |