|
|
|
1 | 2024-09-09T23:59:35.891Z | job assigned to worker 01J7CKKFGR09C88C9Z9NJ2208T (queued for 56 s) |
|
2 | 2024-09-09T23:59:44.271Z | starting task 0: "setup" |
3 | 2024-09-09T23:59:44.277Z | ++ uname -s |
4 | 2024-09-09T23:59:44.279Z | + kern=SunOS |
5 | 2024-09-09T23:59:44.279Z | + case "$kern" in |
6 | 2024-09-09T23:59:44.279Z | + groupadd -g 12345 build |
7 | 2024-09-09T23:59:44.282Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T23:59:46.291Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T23:59:46.409Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T23:59:46.412Z | + home_fs=zfs |
11 | 2024-09-09T23:59:46.412Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T23:59:46.412Z | + mkdir -p /home/build |
13 | 2024-09-09T23:59:46.414Z | + chown build:build /home/build /work |
14 | 2024-09-09T23:59:48.416Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T23:59:48.419Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-09-09T23:59:48.424Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T23:59:48.429Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T23:59:48.429Z | ' 1.80.1 |
19 | 2024-09-09T23:59:48.432Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-09T23:59:48.432Z | * toolchain channel = "1.80.1" |
21 | 2024-09-09T23:59:48.432Z | * toolchain profile = "default" |
22 | 2024-09-09T23:59:48.432Z | ' default |
23 | 2024-09-09T23:59:48.432Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T23:59:48.432Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T23:59:48.549Z | info: downloading installer |
26 | 2024-09-09T23:59:49.973Z | info: profile set to 'default' |
27 | 2024-09-09T23:59:49.973Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T23:59:49.976Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T23:59:50.189Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T23:59:50.189Z | info: downloading component 'cargo' |
31 | 2024-09-09T23:59:51.033Z | info: downloading component 'clippy' |
32 | 2024-09-09T23:59:51.348Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T23:59:52.543Z | info: downloading component 'rust-std' |
34 | 2024-09-09T23:59:54.033Z | info: downloading component 'rustc' |
35 | 2024-09-09T23:59:58.165Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T23:59:58.397Z | info: installing component 'cargo' |
37 | 2024-09-09T23:59:59.251Z | info: installing component 'clippy' |
38 | 2024-09-09T23:59:59.633Z | info: installing component 'rust-docs' |
39 | 2024-09-10T00:00:01.321Z | info: installing component 'rust-std' |
40 | 2024-09-10T00:00:03.106Z | info: installing component 'rustc' |
41 | 2024-09-10T00:00:07.655Z | info: installing component 'rustfmt' |
42 | 2024-09-10T00:00:08.042Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-10T00:00:08.042Z | |
44 | 2024-09-10T00:00:08.292Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-10T00:00:08.292Z | |
46 | 2024-09-10T00:00:08.295Z | |
47 | 2024-09-10T00:00:08.295Z | Rust is installed now. Great! |
48 | 2024-09-10T00:00:08.295Z | |
49 | 2024-09-10T00:00:08.295Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-10T00:00:08.295Z | environment variable. This has not been done automatically. |
51 | 2024-09-10T00:00:08.295Z | |
52 | 2024-09-10T00:00:08.296Z | To configure your current shell, you need to source |
53 | 2024-09-10T00:00:08.296Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-10T00:00:08.296Z | |
55 | 2024-09-10T00:00:08.296Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-10T00:00:08.296Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-10T00:00:08.296Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-10T00:00:08.338Z | + rustc --version |
59 | 2024-09-10T00:00:08.406Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-10T00:00:08.410Z | process exited: duration 19981 ms, exit code 0 |
|
61 | 2024-09-10T00:00:08.417Z | starting task 2: "authentication" |
62 | 2024-09-10T00:00:08.441Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-09-10T00:00:08.453Z | starting task 3: "clone repository" |
64 | 2024-09-10T00:00:08.457Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-10T00:00:08.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-10T00:00:08.770Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-10T00:00:15.084Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-10T00:00:15.089Z | + git fetch origin cb9a9a9f775086f2b127bd97b5da4ec924f2fb80 |
69 | 2024-09-10T00:00:15.358Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-10T00:00:15.358Z | * branch cb9a9a9f775086f2b127bd97b5da4ec924f2fb80 -> FETCH_HEAD |
71 | 2024-09-10T00:00:15.367Z | + [[ -n replicated-clickhouse-blueprints ]] |
72 | 2024-09-10T00:00:15.371Z | ++ git branch --show-current |
73 | 2024-09-10T00:00:15.371Z | + current=main |
74 | 2024-09-10T00:00:15.371Z | + [[ main != replicated-clickhouse-blueprints ]] |
75 | 2024-09-10T00:00:15.371Z | + git branch -f replicated-clickhouse-blueprints cb9a9a9f775086f2b127bd97b5da4ec924f2fb80 |
76 | 2024-09-10T00:00:15.375Z | + git checkout -f replicated-clickhouse-blueprints |
77 | 2024-09-10T00:00:15.532Z | Switched to branch 'replicated-clickhouse-blueprints' |
78 | 2024-09-10T00:00:15.535Z | + git reset --hard cb9a9a9f775086f2b127bd97b5da4ec924f2fb80 |
79 | 2024-09-10T00:00:15.680Z | HEAD is now at cb9a9a9f7 much better logic |
80 | 2024-09-10T00:00:15.685Z | process exited: duration 7230 ms, exit code 0 |
|
81 | 2024-09-10T00:00:15.691Z | starting task 4: "build" |
82 | 2024-09-10T00:00:15.696Z | + cargo --version |
83 | 2024-09-10T00:00:15.751Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-10T00:00:15.754Z | + rustc --version |
85 | 2024-09-10T00:00:15.811Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-10T00:00:15.814Z | + cd /tmp |
87 | 2024-09-10T00:00:15.814Z | + cargo new --lib test-project |
88 | 2024-09-10T00:00:15.867Z | Creating library `test-project` package |
89 | 2024-09-10T00:00:15.940Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-10T00:00:15.945Z | + cd test-project |
91 | 2024-09-10T00:00:15.945Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-10T00:00:16.001Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-10T00:00:16.001Z | Features: |
94 | 2024-09-10T00:00:16.001Z | - proptest |
95 | 2024-09-10T00:00:16.001Z | - test-strategy |
96 | 2024-09-10T00:00:16.001Z | - testing |
97 | 2024-09-10T00:00:16.004Z | Updating crates.io index |
98 | 2024-09-10T00:00:16.064Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-10T00:00:16.942Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-10T00:00:17.739Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-10T00:00:18.164Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-10T00:00:19.927Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-10T00:00:20.273Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-10T00:00:20.715Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-10T00:00:27.784Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-10T00:00:27.784Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-10T00:00:27.784Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-10T00:00:27.784Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-10T00:00:27.784Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-10T00:00:27.784Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-10T00:00:27.784Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-10T00:00:27.784Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-10T00:00:27.784Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-10T00:00:27.784Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-10T00:00:27.785Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-10T00:00:27.785Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-10T00:00:27.785Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-10T00:00:27.785Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-10T00:00:27.785Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-10T00:00:27.785Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-10T00:00:27.785Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-10T00:00:27.785Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-10T00:00:27.785Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-10T00:00:27.785Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-10T00:00:27.785Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-10T00:00:27.785Z | Adding rustls v0.21.12 (latest: v0.23.12) |
127 | 2024-09-10T00:00:27.785Z | Adding rustls v0.22.4 (latest: v0.23.12) |
128 | 2024-09-10T00:00:27.785Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-10T00:00:27.785Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-10T00:00:27.785Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
131 | 2024-09-10T00:00:27.785Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
132 | 2024-09-10T00:00:27.785Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
133 | 2024-09-10T00:00:27.785Z | Adding term v0.7.0 (latest: v1.0.0) |
134 | 2024-09-10T00:00:27.785Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
135 | 2024-09-10T00:00:27.785Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
136 | 2024-09-10T00:00:27.785Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
137 | 2024-09-10T00:00:27.785Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
138 | 2024-09-10T00:00:27.785Z | Adding windows v0.52.0 (latest: v0.58.0) |
139 | 2024-09-10T00:00:27.785Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
140 | 2024-09-10T00:00:27.785Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-09-10T00:00:27.785Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-09-10T00:00:27.785Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-09-10T00:00:27.785Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
144 | 2024-09-10T00:00:27.785Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-09-10T00:00:27.785Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-09-10T00:00:27.785Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-09-10T00:00:27.785Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
148 | 2024-09-10T00:00:27.785Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
149 | 2024-09-10T00:00:27.785Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-10T00:00:27.786Z | Adding winreg v0.50.0 (latest: v0.52.0) |
151 | 2024-09-10T00:00:27.786Z | + cargo check |
152 | 2024-09-10T00:00:27.786Z | Downloading crates ... |
153 | 2024-09-10T00:00:27.786Z | Downloaded async-stream v0.3.5 |
154 | 2024-09-10T00:00:27.786Z | Downloaded bitflags v2.6.0 |
155 | 2024-09-10T00:00:27.786Z | Downloaded darling_macro v0.20.10 |
156 | 2024-09-10T00:00:27.786Z | Downloaded foreign-types v0.3.2 |
157 | 2024-09-10T00:00:27.786Z | Downloaded backoff v0.4.0 |
158 | 2024-09-10T00:00:27.786Z | Downloaded atomic-waker v1.1.2 |
159 | 2024-09-10T00:00:27.786Z | Downloaded ident_case v1.0.1 |
160 | 2024-09-10T00:00:27.786Z | Downloaded num_threads v0.1.7 |
161 | 2024-09-10T00:00:27.786Z | Downloaded usdt-macro v0.5.0 |
162 | 2024-09-10T00:00:27.786Z | Downloaded usdt-attr-macro v0.5.0 |
163 | 2024-09-10T00:00:27.786Z | Downloaded equivalent v1.0.1 |
164 | 2024-09-10T00:00:27.786Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-09-10T00:00:27.786Z | Downloaded num-conv v0.1.0 |
166 | 2024-09-10T00:00:27.786Z | Downloaded scroll_derive v0.12.0 |
167 | 2024-09-10T00:00:27.786Z | Downloaded match_cfg v0.1.0 |
168 | 2024-09-10T00:00:27.786Z | Downloaded async-stream-impl v0.3.5 |
169 | 2024-09-10T00:00:27.786Z | Downloaded waitgroup v0.1.2 |
170 | 2024-09-10T00:00:27.786Z | Downloaded form_urlencoded v1.2.1 |
171 | 2024-09-10T00:00:27.786Z | Downloaded cpufeatures v0.2.14 |
172 | 2024-09-10T00:00:27.786Z | Downloaded httpdate v1.0.3 |
173 | 2024-09-10T00:00:27.786Z | Downloaded hex v0.4.3 |
174 | 2024-09-10T00:00:27.786Z | Downloaded generic-array v0.14.7 |
175 | 2024-09-10T00:00:27.786Z | Downloaded futures-task v0.3.30 |
176 | 2024-09-10T00:00:27.786Z | Downloaded is-terminal v0.4.13 |
177 | 2024-09-10T00:00:27.786Z | Downloaded hyper-tls v0.5.0 |
178 | 2024-09-10T00:00:27.786Z | Downloaded take_mut v0.2.2 |
179 | 2024-09-10T00:00:27.786Z | Downloaded futures-executor v0.3.30 |
180 | 2024-09-10T00:00:27.786Z | Downloaded dirs-next v2.0.0 |
181 | 2024-09-10T00:00:27.786Z | Downloaded byteorder v1.5.0 |
182 | 2024-09-10T00:00:27.786Z | Downloaded rand_chacha v0.3.1 |
183 | 2024-09-10T00:00:27.787Z | Downloaded dof v0.3.0 |
184 | 2024-09-10T00:00:27.787Z | Downloaded ppv-lite86 v0.2.20 |
185 | 2024-09-10T00:00:27.787Z | Downloaded memmap v0.7.0 |
186 | 2024-09-10T00:00:27.787Z | Downloaded autocfg v1.3.0 |
187 | 2024-09-10T00:00:27.787Z | Downloaded slab v0.4.9 |
188 | 2024-09-10T00:00:27.787Z | Downloaded rustversion v1.0.17 |
189 | 2024-09-10T00:00:27.787Z | Downloaded serde_urlencoded v0.7.1 |
190 | 2024-09-10T00:00:27.787Z | Downloaded pin-utils v0.1.0 |
191 | 2024-09-10T00:00:27.787Z | Downloaded parse-display-derive v0.10.0 |
192 | 2024-09-10T00:00:27.787Z | Downloaded block-buffer v0.10.4 |
193 | 2024-09-10T00:00:27.787Z | Downloaded slog-async v2.8.0 |
194 | 2024-09-10T00:00:27.787Z | Downloaded deranged v0.3.11 |
195 | 2024-09-10T00:00:27.787Z | Downloaded slog-json v2.6.1 |
196 | 2024-09-10T00:00:27.787Z | Downloaded shlex v1.3.0 |
197 | 2024-09-10T00:00:27.787Z | Downloaded sha1 v0.10.6 |
198 | 2024-09-10T00:00:27.787Z | Downloaded serde_spanned v0.6.7 |
199 | 2024-09-10T00:00:27.787Z | Downloaded structmeta-derive v0.3.0 |
200 | 2024-09-10T00:00:27.787Z | Downloaded scopeguard v1.2.0 |
201 | 2024-09-10T00:00:27.787Z | Downloaded parking_lot v0.12.3 |
202 | 2024-09-10T00:00:27.787Z | Downloaded instant v0.1.13 |
203 | 2024-09-10T00:00:27.787Z | Downloaded futures-sink v0.3.30 |
204 | 2024-09-10T00:00:27.787Z | Downloaded usdt v0.5.0 |
205 | 2024-09-10T00:00:27.836Z | Downloaded foreign-types-shared v0.1.1 |
206 | 2024-09-10T00:00:27.837Z | Downloaded http-body v0.4.6 |
207 | 2024-09-10T00:00:27.837Z | Downloaded hostname v0.4.0 |
208 | 2024-09-10T00:00:27.837Z | Downloaded native-tls v0.2.12 |
209 | 2024-09-10T00:00:27.837Z | Downloaded pest_derive v2.7.12 |
210 | 2024-09-10T00:00:27.837Z | Downloaded powerfmt v0.2.0 |
211 | 2024-09-10T00:00:27.837Z | Downloaded rustls-pki-types v1.8.0 |
212 | 2024-09-10T00:00:27.838Z | Downloaded quote v1.0.37 |
213 | 2024-09-10T00:00:27.838Z | Downloaded strsim v0.11.1 |
214 | 2024-09-10T00:00:27.838Z | Downloaded darling v0.20.10 |
215 | 2024-09-10T00:00:27.838Z | Downloaded serde_with_macros v3.9.0 |
216 | 2024-09-10T00:00:27.838Z | Downloaded zerocopy-derive v0.7.35 |
217 | 2024-09-10T00:00:27.838Z | Downloaded tower-service v0.3.3 |
218 | 2024-09-10T00:00:27.839Z | Downloaded want v0.3.1 |
219 | 2024-09-10T00:00:27.839Z | Downloaded openssl-macros v0.1.1 |
220 | 2024-09-10T00:00:27.839Z | Downloaded omicron-workspace-hack v0.1.0 |
221 | 2024-09-10T00:00:27.839Z | Downloaded tinyvec_macros v0.1.1 |
222 | 2024-09-10T00:00:27.839Z | Downloaded serde_derive v1.0.210 |
223 | 2024-09-10T00:00:27.839Z | Downloaded hostname v0.3.1 |
224 | 2024-09-10T00:00:27.839Z | Downloaded thread_local v1.1.8 |
225 | 2024-09-10T00:00:27.839Z | Downloaded pest_meta v2.7.12 |
226 | 2024-09-10T00:00:27.839Z | Downloaded thiserror-impl v1.0.63 |
227 | 2024-09-10T00:00:27.839Z | Downloaded crypto-common v0.1.6 |
228 | 2024-09-10T00:00:27.839Z | Downloaded smallvec v1.13.2 |
229 | 2024-09-10T00:00:27.839Z | Downloaded dirs-sys-next v0.1.2 |
230 | 2024-09-10T00:00:27.839Z | Downloaded unicode-ident v1.0.12 |
231 | 2024-09-10T00:00:27.839Z | Downloaded term v0.7.0 |
232 | 2024-09-10T00:00:27.839Z | Downloaded ipnetwork v0.20.0 |
233 | 2024-09-10T00:00:27.839Z | Downloaded try-lock v0.2.5 |
234 | 2024-09-10T00:00:27.839Z | Downloaded time-core v0.1.2 |
235 | 2024-09-10T00:00:27.839Z | Downloaded url v2.5.2 |
236 | 2024-09-10T00:00:27.839Z | Downloaded fnv v1.0.7 |
237 | 2024-09-10T00:00:27.839Z | Downloaded debug-ignore v1.0.5 |
238 | 2024-09-10T00:00:27.839Z | Downloaded strum_macros v0.26.4 |
239 | 2024-09-10T00:00:27.839Z | Downloaded dtrace-parser v0.2.0 |
240 | 2024-09-10T00:00:27.839Z | Downloaded unsafe-libyaml v0.2.11 |
241 | 2024-09-10T00:00:27.839Z | Downloaded sync_wrapper v0.1.2 |
242 | 2024-09-10T00:00:27.840Z | Downloaded paste v1.0.15 |
243 | 2024-09-10T00:00:27.840Z | Downloaded tokio-rustls v0.25.0 |
244 | 2024-09-10T00:00:27.840Z | Downloaded zeroize v1.8.1 |
245 | 2024-09-10T00:00:27.840Z | Downloaded parse-display v0.10.0 |
246 | 2024-09-10T00:00:27.840Z | Downloaded pretty-hex v0.4.1 |
247 | 2024-09-10T00:00:27.840Z | Downloaded schemars v0.8.21 |
248 | 2024-09-10T00:00:27.840Z | Downloaded macaddr v1.0.1 |
249 | 2024-09-10T00:00:27.840Z | Downloaded rand_core v0.6.4 |
250 | 2024-09-10T00:00:27.840Z | Downloaded schemars_derive v0.8.21 |
251 | 2024-09-10T00:00:27.840Z | Downloaded scroll v0.12.0 |
252 | 2024-09-10T00:00:27.840Z | Downloaded pest_generator v2.7.12 |
253 | 2024-09-10T00:00:27.840Z | Downloaded futures-io v0.3.30 |
254 | 2024-09-10T00:00:27.840Z | Downloaded signal-hook-registry v1.4.2 |
255 | 2024-09-10T00:00:27.840Z | Downloaded subtle v2.6.1 |
256 | 2024-09-10T00:00:27.840Z | Downloaded serde_tokenstream v0.2.2 |
257 | 2024-09-10T00:00:27.840Z | Downloaded serde_path_to_error v0.1.16 |
258 | 2024-09-10T00:00:27.840Z | Downloaded slog-term v2.9.1 |
259 | 2024-09-10T00:00:27.840Z | Downloaded getrandom v0.2.15 |
260 | 2024-09-10T00:00:27.840Z | Downloaded serde_derive_internals v0.29.1 |
261 | 2024-09-10T00:00:27.841Z | Downloaded thiserror v1.0.63 |
262 | 2024-09-10T00:00:27.841Z | Downloaded slog-bunyan v2.5.0 |
263 | 2024-09-10T00:00:27.841Z | Downloaded toml_datetime v0.6.8 |
264 | 2024-09-10T00:00:27.841Z | Downloaded tokio-native-tls v0.3.1 |
265 | 2024-09-10T00:00:27.841Z | Downloaded tokio-macros v2.4.0 |
266 | 2024-09-10T00:00:27.841Z | Downloaded thread-id v4.2.2 |
267 | 2024-09-10T00:00:27.841Z | Downloaded structmeta v0.3.0 |
268 | 2024-09-10T00:00:27.841Z | Downloaded indexmap v1.9.3 |
269 | 2024-09-10T00:00:27.841Z | Downloaded rustls-pemfile v2.1.3 |
270 | 2024-09-10T00:00:27.841Z | Downloaded rustls-pemfile v1.0.4 |
271 | 2024-09-10T00:00:27.841Z | Downloaded pkg-config v0.3.30 |
272 | 2024-09-10T00:00:27.842Z | Downloaded sha2 v0.10.8 |
273 | 2024-09-10T00:00:27.842Z | Downloaded usdt-impl v0.5.0 |
274 | 2024-09-10T00:00:27.842Z | Downloaded multer v3.1.0 |
275 | 2024-09-10T00:00:27.842Z | Downloaded ahash v0.8.11 |
276 | 2024-09-10T00:00:27.842Z | Downloaded semver v1.0.23 |
277 | 2024-09-10T00:00:27.842Z | Downloaded tokio-rustls v0.24.1 |
278 | 2024-09-10T00:00:27.842Z | Downloaded time-macros v0.2.18 |
279 | 2024-09-10T00:00:27.842Z | Downloaded pin-project-lite v0.2.14 |
280 | 2024-09-10T00:00:27.842Z | Downloaded tinyvec v1.8.0 |
281 | 2024-09-10T00:00:27.842Z | Downloaded uuid v1.10.0 |
282 | 2024-09-10T00:00:27.843Z | Downloaded toml v0.8.19 |
283 | 2024-09-10T00:00:27.843Z | Downloaded socket2 v0.5.7 |
284 | 2024-09-10T00:00:27.843Z | Downloaded httparse v1.9.4 |
285 | 2024-09-10T00:00:27.843Z | Downloaded unicode-bidi v0.3.15 |
286 | 2024-09-10T00:00:27.843Z | Downloaded spin v0.9.8 |
287 | 2024-09-10T00:00:27.843Z | Downloaded proc-macro2 v1.0.86 |
288 | 2024-09-10T00:00:27.843Z | Downloaded num-traits v0.2.19 |
289 | 2024-09-10T00:00:27.843Z | Downloaded iana-time-zone v0.1.60 |
290 | 2024-09-10T00:00:27.843Z | Downloaded futures v0.3.30 |
291 | 2024-09-10T00:00:27.843Z | Downloaded typenum v1.17.0 |
292 | 2024-09-10T00:00:27.843Z | Downloaded tracing-core v0.1.32 |
293 | 2024-09-10T00:00:27.843Z | Downloaded serde_yaml v0.9.34+deprecated |
294 | 2024-09-10T00:00:27.843Z | Downloaded ryu v1.0.18 |
295 | 2024-09-10T00:00:27.844Z | Downloaded rand v0.8.5 |
296 | 2024-09-10T00:00:27.844Z | Downloaded ucd-trie v0.1.6 |
297 | 2024-09-10T00:00:27.844Z | Downloaded darling_core v0.20.10 |
298 | 2024-09-10T00:00:27.844Z | Downloaded slog v2.7.0 |
299 | 2024-09-10T00:00:27.844Z | Downloaded unicode-normalization v0.1.23 |
300 | 2024-09-10T00:00:27.844Z | Downloaded bytes v1.7.1 |
301 | 2024-09-10T00:00:27.844Z | Downloaded http v1.1.0 |
302 | 2024-09-10T00:00:27.844Z | Downloaded mio v1.0.2 |
303 | 2024-09-10T00:00:27.844Z | Downloaded serde v1.0.210 |
304 | 2024-09-10T00:00:27.844Z | Downloaded zerocopy v0.7.35 |
305 | 2024-09-10T00:00:27.916Z | Downloaded tracing v0.1.40 |
306 | 2024-09-10T00:00:27.916Z | Downloaded serde_json v1.0.128 |
307 | 2024-09-10T00:00:27.917Z | Downloaded rustls-webpki v0.101.7 |
308 | 2024-09-10T00:00:27.917Z | Downloaded toml_edit v0.22.20 |
309 | 2024-09-10T00:00:27.917Z | Downloaded time v0.3.36 |
310 | 2024-09-10T00:00:27.917Z | Downloaded tokio-util v0.7.12 |
311 | 2024-09-10T00:00:27.917Z | Downloaded serde_with v3.9.0 |
312 | 2024-09-10T00:00:27.917Z | Downloaded winnow v0.6.18 |
313 | 2024-09-10T00:00:27.917Z | Downloaded webpki-roots v0.25.4 |
314 | 2024-09-10T00:00:27.917Z | Downloaded vcpkg v0.2.15 |
315 | 2024-09-10T00:00:27.917Z | Downloaded rustls-webpki v0.102.8 |
316 | 2024-09-10T00:00:27.917Z | Downloaded syn v2.0.77 |
317 | 2024-09-10T00:00:27.917Z | Downloaded rustls v0.21.12 |
318 | 2024-09-10T00:00:27.917Z | Downloaded rustls v0.22.4 |
319 | 2024-09-10T00:00:27.917Z | Downloaded regress v0.10.1 |
320 | 2024-09-10T00:00:27.917Z | Downloaded openapiv3 v2.0.0 |
321 | 2024-09-10T00:00:27.917Z | Downloaded regress v0.9.1 |
322 | 2024-09-10T00:00:27.917Z | Downloaded regex-automata v0.4.7 |
323 | 2024-09-10T00:00:27.917Z | Downloaded regex-syntax v0.8.4 |
324 | 2024-09-10T00:00:27.917Z | Downloaded idna v0.5.0 |
325 | 2024-09-10T00:00:27.917Z | Downloaded openssl v0.10.66 |
326 | 2024-09-10T00:00:27.917Z | Downloaded chrono v0.4.38 |
327 | 2024-09-10T00:00:27.917Z | Downloaded libc v0.2.158 |
328 | 2024-09-10T00:00:27.917Z | Downloaded regex v1.10.6 |
329 | 2024-09-10T00:00:27.917Z | Downloaded tokio v1.40.0 |
330 | 2024-09-10T00:00:27.918Z | Downloaded hyper v0.14.30 |
331 | 2024-09-10T00:00:27.918Z | Downloaded goblin v0.8.2 |
332 | 2024-09-10T00:00:27.918Z | Downloaded encoding_rs v0.8.34 |
333 | 2024-09-10T00:00:27.918Z | Downloaded futures-util v0.3.30 |
334 | 2024-09-10T00:00:27.918Z | Downloaded aho-corasick v1.1.3 |
335 | 2024-09-10T00:00:27.918Z | Downloaded h2 v0.3.26 |
336 | 2024-09-10T00:00:27.918Z | Downloaded reqwest v0.11.27 |
337 | 2024-09-10T00:00:27.918Z | Downloaded hashbrown v0.14.5 |
338 | 2024-09-10T00:00:27.918Z | Downloaded pest v2.7.12 |
339 | 2024-09-10T00:00:27.918Z | Downloaded memchr v2.7.4 |
340 | 2024-09-10T00:00:27.918Z | Downloaded http v0.2.12 |
341 | 2024-09-10T00:00:27.918Z | Downloaded crossbeam-channel v0.5.13 |
342 | 2024-09-10T00:00:27.918Z | Downloaded hashbrown v0.12.3 |
343 | 2024-09-10T00:00:27.918Z | Downloaded openssl-sys v0.9.103 |
344 | 2024-09-10T00:00:27.918Z | Downloaded cc v1.1.18 |
345 | 2024-09-10T00:00:27.918Z | Downloaded indexmap v2.5.0 |
346 | 2024-09-10T00:00:27.918Z | Downloaded base64 v0.22.1 |
347 | 2024-09-10T00:00:27.918Z | Downloaded base64 v0.21.7 |
348 | 2024-09-10T00:00:27.918Z | Downloaded futures-core v0.3.30 |
349 | 2024-09-10T00:00:27.918Z | Downloaded version_check v0.9.5 |
350 | 2024-09-10T00:00:27.918Z | Downloaded newtype-uuid v1.1.0 |
351 | 2024-09-10T00:00:27.918Z | Downloaded mime v0.3.17 |
352 | 2024-09-10T00:00:27.918Z | Downloaded lock_api v0.4.12 |
353 | 2024-09-10T00:00:27.918Z | Downloaded itoa v1.0.11 |
354 | 2024-09-10T00:00:27.918Z | Downloaded hyper-rustls v0.24.2 |
355 | 2024-09-10T00:00:27.918Z | Downloaded heck v0.5.0 |
356 | 2024-09-10T00:00:27.919Z | Downloaded plain v0.2.3 |
357 | 2024-09-10T00:00:27.919Z | Downloaded allocator-api2 v0.2.18 |
358 | 2024-09-10T00:00:27.919Z | Downloaded once_cell v1.19.0 |
359 | 2024-09-10T00:00:27.919Z | Downloaded anyhow v1.0.87 |
360 | 2024-09-10T00:00:27.919Z | Downloaded log v0.4.22 |
361 | 2024-09-10T00:00:27.919Z | Downloaded digest v0.10.7 |
362 | 2024-09-10T00:00:27.919Z | Downloaded crossbeam-utils v0.8.20 |
363 | 2024-09-10T00:00:27.919Z | Downloaded strum v0.26.3 |
364 | 2024-09-10T00:00:27.919Z | Downloaded async-trait v0.1.82 |
365 | 2024-09-10T00:00:27.919Z | Downloaded camino v1.1.9 |
366 | 2024-09-10T00:00:27.919Z | Downloaded sct v0.7.1 |
367 | 2024-09-10T00:00:27.919Z | Downloaded untrusted v0.9.0 |
368 | 2024-09-10T00:00:27.919Z | Downloaded parking_lot_core v0.9.10 |
369 | 2024-09-10T00:00:27.919Z | Downloaded ring v0.17.8 |
370 | 2024-09-10T00:00:27.919Z | Downloaded percent-encoding v2.3.1 |
371 | 2024-09-10T00:00:27.919Z | Downloaded ipnet v2.10.0 |
372 | 2024-09-10T00:00:27.919Z | Downloaded futures-channel v0.3.30 |
373 | 2024-09-10T00:00:27.919Z | Downloaded dyn-clone v1.0.17 |
374 | 2024-09-10T00:00:27.919Z | Downloaded cfg-if v1.0.0 |
375 | 2024-09-10T00:00:27.919Z | Downloaded futures-macro v0.3.30 |
376 | 2024-09-10T00:00:27.919Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-10T00:00:27.919Z | Compiling unicode-ident v1.0.12 |
378 | 2024-09-10T00:00:27.919Z | Compiling libc v0.2.158 |
379 | 2024-09-10T00:00:27.919Z | Checking cfg-if v1.0.0 |
380 | 2024-09-10T00:00:27.919Z | Compiling version_check v0.9.5 |
381 | 2024-09-10T00:00:27.920Z | Compiling autocfg v1.3.0 |
382 | 2024-09-10T00:00:27.920Z | Compiling serde v1.0.210 |
383 | 2024-09-10T00:00:27.920Z | Checking memchr v2.7.4 |
384 | 2024-09-10T00:00:27.920Z | Compiling serde_json v1.0.128 |
385 | 2024-09-10T00:00:27.920Z | Checking itoa v1.0.11 |
386 | 2024-09-10T00:00:27.920Z | Compiling ahash v0.8.11 |
387 | 2024-09-10T00:00:27.920Z | Checking byteorder v1.5.0 |
388 | 2024-09-10T00:00:27.920Z | Checking once_cell v1.19.0 |
389 | 2024-09-10T00:00:27.920Z | Compiling thiserror v1.0.63 |
390 | 2024-09-10T00:00:27.920Z | Compiling shlex v1.3.0 |
391 | 2024-09-10T00:00:27.920Z | Compiling cc v1.1.18 |
392 | 2024-09-10T00:00:27.920Z | Compiling num-traits v0.2.19 |
393 | 2024-09-10T00:00:27.920Z | Checking pin-project-lite v0.2.14 |
394 | 2024-09-10T00:00:27.920Z | Checking ryu v1.0.18 |
395 | 2024-09-10T00:00:27.920Z | Checking bytes v1.7.1 |
396 | 2024-09-10T00:00:28.013Z | Checking log v0.4.22 |
397 | 2024-09-10T00:00:28.185Z | Checking allocator-api2 v0.2.18 |
398 | 2024-09-10T00:00:28.228Z | Compiling lock_api v0.4.12 |
399 | 2024-09-10T00:00:28.250Z | Compiling parking_lot_core v0.9.10 |
400 | 2024-09-10T00:00:28.414Z | Checking getrandom v0.2.15 |
401 | 2024-09-10T00:00:28.487Z | Compiling schemars v0.8.21 |
402 | 2024-09-10T00:00:28.574Z | Compiling quote v1.0.37 |
403 | 2024-09-10T00:00:28.601Z | Checking smallvec v1.13.2 |
404 | 2024-09-10T00:00:28.662Z | Checking scopeguard v1.2.0 |
405 | 2024-09-10T00:00:28.689Z | Checking futures-core v0.3.30 |
406 | 2024-09-10T00:00:28.793Z | Checking mio v1.0.2 |
407 | 2024-09-10T00:00:28.912Z | Checking socket2 v0.5.7 |
408 | 2024-09-10T00:00:28.915Z | Checking signal-hook-registry v1.4.2 |
409 | 2024-09-10T00:00:28.964Z | Compiling syn v2.0.77 |
410 | 2024-09-10T00:00:29.165Z | Compiling slab v0.4.9 |
411 | 2024-09-10T00:00:29.192Z | Checking spin v0.9.8 |
412 | 2024-09-10T00:00:29.308Z | Checking futures-sink v0.3.30 |
413 | 2024-09-10T00:00:29.350Z | Checking untrusted v0.9.0 |
414 | 2024-09-10T00:00:29.360Z | Checking equivalent v1.0.1 |
415 | 2024-09-10T00:00:29.371Z | Checking fnv v1.0.7 |
416 | 2024-09-10T00:00:29.382Z | Checking parking_lot v0.12.3 |
417 | 2024-09-10T00:00:29.440Z | Checking futures-channel v0.3.30 |
418 | 2024-09-10T00:00:29.469Z | Compiling heck v0.5.0 |
419 | 2024-09-10T00:00:29.483Z | Checking pin-utils v0.1.0 |
420 | 2024-09-10T00:00:29.585Z | Compiling vcpkg v0.2.15 |
421 | 2024-09-10T00:00:29.723Z | Compiling ring v0.17.8 |
422 | 2024-09-10T00:00:29.751Z | Checking futures-io v0.3.30 |
423 | 2024-09-10T00:00:29.828Z | Compiling pkg-config v0.3.30 |
424 | 2024-09-10T00:00:29.912Z | Checking futures-task v0.3.30 |
425 | 2024-09-10T00:00:29.919Z | Compiling semver v1.0.23 |
426 | 2024-09-10T00:00:30.134Z | Compiling ucd-trie v0.1.6 |
427 | 2024-09-10T00:00:30.222Z | Checking iana-time-zone v0.1.60 |
428 | 2024-09-10T00:00:30.360Z | Checking http v0.2.12 |
429 | 2024-09-10T00:00:30.658Z | Checking dyn-clone v1.0.17 |
430 | 2024-09-10T00:00:30.784Z | Compiling httparse v1.9.4 |
431 | 2024-09-10T00:00:31.255Z | Compiling openssl-sys v0.9.103 |
432 | 2024-09-10T00:00:31.452Z | Checking tracing-core v0.1.32 |
433 | 2024-09-10T00:00:31.680Z | Compiling uuid v1.10.0 |
434 | 2024-09-10T00:00:32.018Z | Checking tracing v0.1.40 |
435 | 2024-09-10T00:00:32.135Z | Compiling chrono v0.4.38 |
436 | 2024-09-10T00:00:32.142Z | Checking try-lock v0.2.5 |
437 | 2024-09-10T00:00:32.216Z | Checking foreign-types-shared v0.1.1 |
438 | 2024-09-10T00:00:32.239Z | Compiling openssl v0.10.66 |
439 | 2024-09-10T00:00:32.273Z | Compiling slog v2.7.0 |
440 | 2024-09-10T00:00:32.293Z | Checking foreign-types v0.3.2 |
441 | 2024-09-10T00:00:32.357Z | Checking want v0.3.1 |
442 | 2024-09-10T00:00:32.539Z | Checking http-body v0.4.6 |
443 | 2024-09-10T00:00:32.590Z | Compiling aho-corasick v1.1.3 |
444 | 2024-09-10T00:00:32.750Z | Checking httpdate v1.0.3 |
445 | 2024-09-10T00:00:32.903Z | Checking tinyvec_macros v0.1.1 |
446 | 2024-09-10T00:00:32.966Z | Compiling native-tls v0.2.12 |
447 | 2024-09-10T00:00:32.973Z | Checking tower-service v0.3.3 |
448 | 2024-09-10T00:00:33.057Z | Checking percent-encoding v2.3.1 |
449 | 2024-09-10T00:00:33.192Z | Checking bitflags v2.6.0 |
450 | 2024-09-10T00:00:33.246Z | Compiling regex-syntax v0.8.4 |
451 | 2024-09-10T00:00:33.365Z | Compiling typenum v1.17.0 |
452 | 2024-09-10T00:00:33.853Z | Compiling rustls v0.21.12 |
453 | 2024-09-10T00:00:34.098Z | Checking form_urlencoded v1.2.1 |
454 | 2024-09-10T00:00:34.272Z | Checking tinyvec v1.8.0 |
455 | 2024-09-10T00:00:34.713Z | Compiling generic-array v0.14.7 |
456 | 2024-09-10T00:00:35.044Z | Checking openssl-probe v0.1.5 |
457 | 2024-09-10T00:00:35.277Z | Compiling serde_derive_internals v0.29.1 |
458 | 2024-09-10T00:00:35.352Z | Checking unicode-normalization v0.1.23 |
459 | 2024-09-10T00:00:36.590Z | Compiling regex-automata v0.4.7 |
460 | 2024-09-10T00:00:37.177Z | Compiling usdt-impl v0.5.0 |
461 | 2024-09-10T00:00:37.232Z | Checking encoding_rs v0.8.34 |
462 | 2024-09-10T00:00:37.490Z | Checking mime v0.3.17 |
463 | 2024-09-10T00:00:37.528Z | Compiling num-conv v0.1.0 |
464 | 2024-09-10T00:00:37.754Z | Checking unicode-bidi v0.3.15 |
465 | 2024-09-10T00:00:38.275Z | Checking powerfmt v0.2.0 |
466 | 2024-09-10T00:00:38.361Z | Compiling time-core v0.1.2 |
467 | 2024-09-10T00:00:38.495Z | Checking deranged v0.3.11 |
468 | 2024-09-10T00:00:38.508Z | Compiling time-macros v0.2.18 |
469 | 2024-09-10T00:00:38.538Z | Checking idna v0.5.0 |
470 | 2024-09-10T00:00:39.408Z | Compiling thread-id v4.2.2 |
471 | 2024-09-10T00:00:39.516Z | Compiling ident_case v1.0.1 |
472 | 2024-09-10T00:00:40.191Z | Compiling regex v1.10.6 |
473 | 2024-09-10T00:00:40.194Z | Checking plain v0.2.3 |
474 | 2024-09-10T00:00:40.329Z | Compiling serde_derive v1.0.210 |
475 | 2024-09-10T00:00:40.455Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-09-10T00:00:40.585Z | Compiling thiserror-impl v1.0.63 |
477 | 2024-09-10T00:00:40.793Z | Compiling schemars_derive v0.8.21 |
478 | 2024-09-10T00:00:41.527Z | Compiling tokio-macros v2.4.0 |
479 | 2024-09-10T00:00:41.664Z | Compiling futures-macro v0.3.30 |
480 | 2024-09-10T00:00:42.284Z | Checking zerocopy v0.7.35 |
481 | 2024-09-10T00:00:43.310Z | Checking tokio v1.40.0 |
482 | 2024-09-10T00:00:43.450Z | Checking futures-util v0.3.30 |
483 | 2024-09-10T00:00:43.501Z | Compiling pest v2.7.12 |
484 | 2024-09-10T00:00:43.935Z | Compiling openssl-macros v0.1.1 |
485 | 2024-09-10T00:00:44.021Z | Checking hashbrown v0.14.5 |
486 | 2024-09-10T00:00:45.204Z | Compiling scroll_derive v0.12.0 |
487 | 2024-09-10T00:00:45.539Z | Checking sct v0.7.1 |
488 | 2024-09-10T00:00:45.720Z | Checking rustls-webpki v0.101.7 |
489 | 2024-09-10T00:00:45.951Z | Compiling pest_meta v2.7.12 |
490 | 2024-09-10T00:00:46.347Z | Compiling regress v0.10.1 |
491 | 2024-09-10T00:00:46.611Z | Checking scroll v0.12.0 |
492 | 2024-09-10T00:00:49.612Z | Compiling pest_generator v2.7.12 |
493 | 2024-09-10T00:00:50.386Z | Checking tokio-util v0.7.12 |
494 | 2024-09-10T00:00:50.447Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-09-10T00:00:50.682Z | Checking tokio-rustls v0.24.1 |
496 | 2024-09-10T00:00:51.014Z | Compiling crossbeam-utils v0.8.20 |
497 | 2024-09-10T00:00:51.111Z | Checking rustls-pki-types v1.8.0 |
498 | 2024-09-10T00:00:51.213Z | Checking num_threads v0.1.7 |
499 | 2024-09-10T00:00:51.319Z | Compiling strsim v0.11.1 |
500 | 2024-09-10T00:00:51.387Z | Compiling pest_derive v2.7.12 |
501 | 2024-09-10T00:00:51.540Z | Checking base64 v0.21.7 |
502 | 2024-09-10T00:00:51.609Z | Compiling darling_core v0.20.10 |
503 | 2024-09-10T00:00:51.977Z | Checking rustls-pemfile v1.0.4 |
504 | 2024-09-10T00:00:52.024Z | Checking time v0.3.36 |
505 | 2024-09-10T00:00:52.161Z | Checking goblin v0.8.2 |
506 | 2024-09-10T00:00:52.228Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-09-10T00:00:53.279Z | Checking indexmap v2.5.0 |
508 | 2024-09-10T00:00:54.077Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-09-10T00:00:54.558Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-09-10T00:00:54.601Z | Checking h2 v0.3.26 |
511 | 2024-09-10T00:00:55.084Z | Checking openapiv3 v2.0.0 |
512 | 2024-09-10T00:00:56.906Z | Compiling dof v0.3.0 |
513 | 2024-09-10T00:00:57.499Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
514 | 2024-09-10T00:00:57.764Z | Checking url v2.5.2 |
515 | 2024-09-10T00:00:58.403Z | Checking dirs-sys-next v0.1.2 |
516 | 2024-09-10T00:00:58.566Z | Checking pretty-hex v0.4.1 |
517 | 2024-09-10T00:00:58.701Z | Checking hyper v0.14.30 |
518 | 2024-09-10T00:00:58.718Z | Compiling paste v1.0.15 |
519 | 2024-09-10T00:00:58.930Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-09-10T00:00:58.951Z | Checking ipnet v2.10.0 |
521 | 2024-09-10T00:00:59.229Z | Checking sync_wrapper v0.1.2 |
522 | 2024-09-10T00:00:59.246Z | Checking webpki-roots v0.25.4 |
523 | 2024-09-10T00:00:59.340Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-09-10T00:00:59.389Z | Compiling rustls v0.22.4 |
525 | 2024-09-10T00:00:59.392Z | Compiling rustversion v1.0.17 |
526 | 2024-09-10T00:00:59.727Z | Checking dirs-next v2.0.0 |
527 | 2024-09-10T00:00:59.904Z | Compiling darling_macro v0.20.10 |
528 | 2024-09-10T00:01:00.106Z | Checking serde_spanned v0.6.7 |
529 | 2024-09-10T00:01:00.271Z | Checking toml_datetime v0.6.8 |
530 | 2024-09-10T00:01:00.288Z | Checking rustls-webpki v0.102.8 |
531 | 2024-09-10T00:01:00.523Z | Checking ppv-lite86 v0.2.20 |
532 | 2024-09-10T00:01:00.879Z | Compiling serde_yaml v0.9.34+deprecated |
533 | 2024-09-10T00:01:00.957Z | Checking crypto-common v0.1.6 |
534 | 2024-09-10T00:01:00.980Z | Checking block-buffer v0.10.4 |
535 | 2024-09-10T00:01:01.109Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-09-10T00:01:01.143Z | Checking rand_core v0.6.4 |
537 | 2024-09-10T00:01:01.248Z | Checking thread_local v1.1.8 |
538 | 2024-09-10T00:01:01.293Z | Compiling multer v3.1.0 |
539 | 2024-09-10T00:01:01.388Z | Compiling anyhow v1.0.87 |
540 | 2024-09-10T00:01:01.403Z | Checking zeroize v1.8.1 |
541 | 2024-09-10T00:01:01.504Z | Checking match_cfg v0.1.0 |
542 | 2024-09-10T00:01:01.585Z | Checking winnow v0.6.18 |
543 | 2024-09-10T00:01:01.638Z | Compiling slog-async v2.8.0 |
544 | 2024-09-10T00:01:01.641Z | Compiling camino v1.1.9 |
545 | 2024-09-10T00:01:01.968Z | Checking subtle v2.6.1 |
546 | 2024-09-10T00:01:02.344Z | Checking hostname v0.3.1 |
547 | 2024-09-10T00:01:02.375Z | Checking rand_chacha v0.3.1 |
548 | 2024-09-10T00:01:02.721Z | Checking digest v0.10.7 |
549 | 2024-09-10T00:01:02.963Z | Checking crossbeam-channel v0.5.13 |
550 | 2024-09-10T00:01:03.012Z | Compiling darling v0.20.10 |
551 | 2024-09-10T00:01:03.110Z | Checking hyper-tls v0.5.0 |
552 | 2024-09-10T00:01:03.119Z | Checking hyper-rustls v0.24.2 |
553 | 2024-09-10T00:01:03.402Z | Checking reqwest v0.11.27 |
554 | 2024-09-10T00:01:03.679Z | Checking term v0.7.0 |
555 | 2024-09-10T00:01:03.757Z | Compiling structmeta v0.3.0 |
556 | 2024-09-10T00:01:04.147Z | Compiling usdt-macro v0.5.0 |
557 | 2024-09-10T00:01:04.495Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-09-10T00:01:04.602Z | Checking toml_edit v0.22.20 |
559 | 2024-09-10T00:01:04.624Z | Checking slog-json v2.6.1 |
560 | 2024-09-10T00:01:04.695Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
561 | 2024-09-10T00:01:04.853Z | Checking futures-executor v0.3.30 |
562 | 2024-09-10T00:01:04.968Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-09-10T00:01:05.047Z | Checking http v1.1.0 |
564 | 2024-09-10T00:01:05.140Z | Checking is-terminal v0.4.13 |
565 | 2024-09-10T00:01:05.241Z | Checking memmap v0.7.0 |
566 | 2024-09-10T00:01:05.438Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
567 | 2024-09-10T00:01:05.446Z | Checking atomic-waker v1.1.2 |
568 | 2024-09-10T00:01:05.553Z | Checking cpufeatures v0.2.14 |
569 | 2024-09-10T00:01:05.627Z | Checking base64 v0.22.1 |
570 | 2024-09-10T00:01:05.740Z | Checking take_mut v0.2.2 |
571 | 2024-09-10T00:01:05.830Z | Checking tokio-rustls v0.25.0 |
572 | 2024-09-10T00:01:05.875Z | Checking usdt v0.5.0 |
573 | 2024-09-10T00:01:06.094Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-09-10T00:01:06.103Z | Checking sha1 v0.10.6 |
575 | 2024-09-10T00:01:06.137Z | Checking waitgroup v0.1.2 |
576 | 2024-09-10T00:01:06.166Z | Checking slog-term v2.9.1 |
577 | 2024-09-10T00:01:06.246Z | Checking async-stream v0.3.5 |
578 | 2024-09-10T00:01:06.254Z | Checking futures v0.3.30 |
579 | 2024-09-10T00:01:06.317Z | Checking slog-bunyan v2.5.0 |
580 | 2024-09-10T00:01:06.332Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-10T00:01:06.344Z | Compiling parse-display-derive v0.10.0 |
582 | 2024-09-10T00:01:06.417Z | Compiling serde_with_macros v3.9.0 |
583 | 2024-09-10T00:01:06.461Z | Checking rand v0.8.5 |
584 | 2024-09-10T00:01:07.068Z | Checking ipnetwork v0.20.0 |
585 | 2024-09-10T00:01:07.135Z | Checking toml v0.8.19 |
586 | 2024-09-10T00:01:07.368Z | Checking newtype-uuid v1.1.0 |
587 | 2024-09-10T00:01:07.413Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
588 | 2024-09-10T00:01:07.603Z | Checking hex v0.4.3 |
589 | 2024-09-10T00:01:07.680Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-09-10T00:01:07.872Z | Compiling async-trait v0.1.82 |
591 | 2024-09-10T00:01:08.137Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-09-10T00:01:08.305Z | Checking hostname v0.4.0 |
593 | 2024-09-10T00:01:08.432Z | Checking instant v0.1.13 |
594 | 2024-09-10T00:01:08.535Z | Checking debug-ignore v1.0.5 |
595 | 2024-09-10T00:01:08.660Z | Checking backoff v0.4.0 |
596 | 2024-09-10T00:01:08.926Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-09-10T00:01:08.936Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-09-10T00:01:08.986Z | Checking serde_with v3.9.0 |
599 | 2024-09-10T00:01:09.057Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-09-10T00:01:09.077Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
601 | 2024-09-10T00:01:09.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-09-10T00:01:09.467Z | Checking macaddr v1.0.1 |
603 | 2024-09-10T00:01:09.789Z | Checking regress v0.9.1 |
604 | 2024-09-10T00:01:10.195Z | Checking parse-display v0.10.0 |
605 | 2024-09-10T00:01:10.730Z | Checking strum v0.26.3 |
606 | 2024-09-10T00:01:11.071Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
607 | 2024-09-10T00:01:13.052Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
608 | 2024-09-10T00:01:13.111Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
609 | 2024-09-10T00:01:15.609Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
610 | 2024-09-10T00:01:20.609Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
611 | 2024-09-10T00:01:20.710Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
612 | 2024-09-10T00:01:23.453Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-09-10T00:01:30.493Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-09-10T00:01:30.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
615 | 2024-09-10T00:01:30.611Z | + cargo build --release |
616 | 2024-09-10T00:01:30.866Z | Compiling proc-macro2 v1.0.86 |
617 | 2024-09-10T00:01:30.866Z | Compiling unicode-ident v1.0.12 |
618 | 2024-09-10T00:01:30.866Z | Compiling libc v0.2.158 |
619 | 2024-09-10T00:01:30.866Z | Compiling cfg-if v1.0.0 |
620 | 2024-09-10T00:01:30.869Z | Compiling version_check v0.9.5 |
621 | 2024-09-10T00:01:30.869Z | Compiling autocfg v1.3.0 |
622 | 2024-09-10T00:01:30.869Z | Compiling serde v1.0.210 |
623 | 2024-09-10T00:01:30.869Z | Compiling memchr v2.7.4 |
624 | 2024-09-10T00:01:30.988Z | Compiling serde_json v1.0.128 |
625 | 2024-09-10T00:01:31.046Z | Compiling itoa v1.0.11 |
626 | 2024-09-10T00:01:31.346Z | Compiling thiserror v1.0.63 |
627 | 2024-09-10T00:01:31.441Z | Compiling shlex v1.3.0 |
628 | 2024-09-10T00:01:31.497Z | Compiling ahash v0.8.11 |
629 | 2024-09-10T00:01:31.603Z | Compiling byteorder v1.5.0 |
630 | 2024-09-10T00:01:31.779Z | Compiling once_cell v1.19.0 |
631 | 2024-09-10T00:01:31.871Z | Compiling cc v1.1.18 |
632 | 2024-09-10T00:01:32.254Z | Compiling num-traits v0.2.19 |
633 | 2024-09-10T00:01:32.322Z | Compiling quote v1.0.37 |
634 | 2024-09-10T00:01:32.364Z | Compiling getrandom v0.2.15 |
635 | 2024-09-10T00:01:32.579Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-09-10T00:01:32.649Z | Compiling ryu v1.0.18 |
637 | 2024-09-10T00:01:32.689Z | Compiling syn v2.0.77 |
638 | 2024-09-10T00:01:32.768Z | Compiling bytes v1.7.1 |
639 | 2024-09-10T00:01:32.929Z | Compiling log v0.4.22 |
640 | 2024-09-10T00:01:33.186Z | Compiling schemars v0.8.21 |
641 | 2024-09-10T00:01:33.204Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-09-10T00:01:33.317Z | Compiling lock_api v0.4.12 |
643 | 2024-09-10T00:01:33.398Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-09-10T00:01:33.562Z | Compiling smallvec v1.13.2 |
645 | 2024-09-10T00:01:33.580Z | Compiling scopeguard v1.2.0 |
646 | 2024-09-10T00:01:33.719Z | Compiling futures-core v0.3.30 |
647 | 2024-09-10T00:01:33.856Z | Compiling mio v1.0.2 |
648 | 2024-09-10T00:01:34.029Z | Compiling signal-hook-registry v1.4.2 |
649 | 2024-09-10T00:01:34.042Z | Compiling socket2 v0.5.7 |
650 | 2024-09-10T00:01:34.316Z | Compiling parking_lot v0.12.3 |
651 | 2024-09-10T00:01:34.563Z | Compiling slab v0.4.9 |
652 | 2024-09-10T00:01:34.793Z | Compiling futures-sink v0.3.30 |
653 | 2024-09-10T00:01:34.838Z | Compiling ring v0.17.8 |
654 | 2024-09-10T00:01:34.929Z | Compiling spin v0.9.8 |
655 | 2024-09-10T00:01:35.131Z | Compiling fnv v1.0.7 |
656 | 2024-09-10T00:01:35.169Z | Compiling semver v1.0.23 |
657 | 2024-09-10T00:01:35.489Z | Compiling equivalent v1.0.1 |
658 | 2024-09-10T00:01:35.527Z | Compiling untrusted v0.9.0 |
659 | 2024-09-10T00:01:35.642Z | Compiling futures-channel v0.3.30 |
660 | 2024-09-10T00:01:35.691Z | Compiling futures-task v0.3.30 |
661 | 2024-09-10T00:01:35.880Z | Compiling pkg-config v0.3.30 |
662 | 2024-09-10T00:01:35.894Z | Compiling heck v0.5.0 |
663 | 2024-09-10T00:01:35.952Z | Compiling pin-utils v0.1.0 |
664 | 2024-09-10T00:01:36.008Z | Compiling futures-io v0.3.30 |
665 | 2024-09-10T00:01:36.030Z | Compiling vcpkg v0.2.15 |
666 | 2024-09-10T00:01:36.415Z | Compiling ucd-trie v0.1.6 |
667 | 2024-09-10T00:01:36.448Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-09-10T00:01:36.890Z | Compiling http v0.2.12 |
669 | 2024-09-10T00:01:37.193Z | Compiling dyn-clone v1.0.17 |
670 | 2024-09-10T00:01:37.265Z | Compiling httparse v1.9.4 |
671 | 2024-09-10T00:01:37.622Z | Compiling openssl-sys v0.9.103 |
672 | 2024-09-10T00:01:38.095Z | Compiling tracing-core v0.1.32 |
673 | 2024-09-10T00:01:38.274Z | Compiling chrono v0.4.38 |
674 | 2024-09-10T00:01:38.281Z | Compiling uuid v1.10.0 |
675 | 2024-09-10T00:01:38.841Z | Compiling tracing v0.1.40 |
676 | 2024-09-10T00:01:40.256Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-09-10T00:01:40.505Z | Compiling slog v2.7.0 |
678 | 2024-09-10T00:01:40.762Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-09-10T00:01:40.853Z | Compiling try-lock v0.2.5 |
680 | 2024-09-10T00:01:40.998Z | Compiling openssl v0.10.66 |
681 | 2024-09-10T00:01:41.048Z | Compiling want v0.3.1 |
682 | 2024-09-10T00:01:41.050Z | Compiling foreign-types v0.3.2 |
683 | 2024-09-10T00:01:41.449Z | Compiling http-body v0.4.6 |
684 | 2024-09-10T00:01:41.624Z | Compiling aho-corasick v1.1.3 |
685 | 2024-09-10T00:01:41.928Z | Compiling percent-encoding v2.3.1 |
686 | 2024-09-10T00:01:42.380Z | Compiling regex-syntax v0.8.4 |
687 | 2024-09-10T00:01:42.441Z | Compiling bitflags v2.6.0 |
688 | 2024-09-10T00:01:42.491Z | Compiling rustls v0.21.12 |
689 | 2024-09-10T00:01:42.744Z | Compiling tower-service v0.3.3 |
690 | 2024-09-10T00:01:42.793Z | Compiling httpdate v1.0.3 |
691 | 2024-09-10T00:01:42.800Z | Compiling typenum v1.17.0 |
692 | 2024-09-10T00:01:42.855Z | Compiling native-tls v0.2.12 |
693 | 2024-09-10T00:01:43.221Z | Compiling tinyvec_macros v0.1.1 |
694 | 2024-09-10T00:01:43.299Z | Compiling tinyvec v1.8.0 |
695 | 2024-09-10T00:01:43.551Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-09-10T00:01:44.114Z | Compiling generic-array v0.14.7 |
697 | 2024-09-10T00:01:44.562Z | Compiling openssl-probe v0.1.5 |
698 | 2024-09-10T00:01:44.904Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-09-10T00:01:45.029Z | Compiling serde_derive v1.0.210 |
700 | 2024-09-10T00:01:45.640Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-09-10T00:01:45.715Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-09-10T00:01:45.962Z | Compiling schemars_derive v0.8.21 |
703 | 2024-09-10T00:01:46.162Z | Compiling tokio-macros v2.4.0 |
704 | 2024-09-10T00:01:47.717Z | Compiling tokio v1.40.0 |
705 | 2024-09-10T00:01:47.720Z | Compiling zerocopy v0.7.35 |
706 | 2024-09-10T00:01:48.712Z | Compiling futures-macro v0.3.30 |
707 | 2024-09-10T00:01:48.907Z | Compiling pest v2.7.12 |
708 | 2024-09-10T00:01:49.821Z | Compiling hashbrown v0.14.5 |
709 | 2024-09-10T00:01:50.628Z | Compiling futures-util v0.3.30 |
710 | 2024-09-10T00:01:51.348Z | Compiling regress v0.10.1 |
711 | 2024-09-10T00:01:51.458Z | Compiling pest_meta v2.7.12 |
712 | 2024-09-10T00:01:51.803Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-10T00:01:54.008Z | Compiling pest_generator v2.7.12 |
714 | 2024-09-10T00:01:55.814Z | Compiling pest_derive v2.7.12 |
715 | 2024-09-10T00:01:56.021Z | Compiling sct v0.7.1 |
716 | 2024-09-10T00:01:56.419Z | Compiling tokio-util v0.7.12 |
717 | 2024-09-10T00:01:56.681Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-09-10T00:01:57.424Z | Compiling regex-automata v0.4.7 |
719 | 2024-09-10T00:01:58.721Z | Compiling serde_tokenstream v0.2.2 |
720 | 2024-09-10T00:01:59.311Z | Compiling indexmap v2.5.0 |
721 | 2024-09-10T00:02:02.655Z | Compiling h2 v0.3.26 |
722 | 2024-09-10T00:02:05.215Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
723 | 2024-09-10T00:02:09.588Z | Compiling hyper v0.14.30 |
724 | 2024-09-10T00:02:11.075Z | Compiling regex v1.10.6 |
725 | 2024-09-10T00:02:13.556Z | Compiling scroll_derive v0.12.0 |
726 | 2024-09-10T00:02:16.573Z | Compiling usdt-impl v0.5.0 |
727 | 2024-09-10T00:02:16.958Z | Compiling encoding_rs v0.8.34 |
728 | 2024-09-10T00:02:17.332Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
729 | 2024-09-10T00:02:17.903Z | Compiling powerfmt v0.2.0 |
730 | 2024-09-10T00:02:18.355Z | Compiling time-core v0.1.2 |
731 | 2024-09-10T00:02:18.512Z | Compiling mime v0.3.17 |
732 | 2024-09-10T00:02:19.580Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-09-10T00:02:21.210Z | Compiling num-conv v0.1.0 |
734 | 2024-09-10T00:02:21.481Z | Compiling time-macros v0.2.18 |
735 | 2024-09-10T00:02:24.441Z | Compiling idna v0.5.0 |
736 | 2024-09-10T00:02:26.915Z | Compiling deranged v0.3.11 |
737 | 2024-09-10T00:02:28.022Z | Compiling scroll v0.12.0 |
738 | 2024-09-10T00:02:28.659Z | Compiling tokio-native-tls v0.3.1 |
739 | 2024-09-10T00:02:28.930Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-09-10T00:02:29.080Z | Compiling dof v0.3.0 |
741 | 2024-09-10T00:02:29.248Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-09-10T00:02:29.339Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-09-10T00:02:29.944Z | Compiling thread-id v4.2.2 |
744 | 2024-09-10T00:02:30.039Z | Compiling omicron-workspace-hack v0.1.0 |
745 | 2024-09-10T00:02:30.368Z | Compiling base64 v0.21.7 |
746 | 2024-09-10T00:02:31.213Z | Compiling plain v0.2.3 |
747 | 2024-09-10T00:02:31.366Z | Compiling rustls-pki-types v1.8.0 |
748 | 2024-09-10T00:02:32.269Z | Compiling crossbeam-utils v0.8.20 |
749 | 2024-09-10T00:02:32.698Z | Compiling strsim v0.11.1 |
750 | 2024-09-10T00:02:33.121Z | Compiling num_threads v0.1.7 |
751 | 2024-09-10T00:02:33.402Z | Compiling ident_case v1.0.1 |
752 | 2024-09-10T00:02:33.560Z | Compiling darling_core v0.20.10 |
753 | 2024-09-10T00:02:33.886Z | Compiling time v0.3.36 |
754 | 2024-09-10T00:02:35.561Z | Compiling goblin v0.8.2 |
755 | 2024-09-10T00:02:38.224Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-09-10T00:02:39.682Z | Compiling hyper-rustls v0.24.2 |
757 | 2024-09-10T00:02:40.112Z | Compiling hyper-tls v0.5.0 |
758 | 2024-09-10T00:02:40.412Z | Compiling url v2.5.2 |
759 | 2024-09-10T00:02:40.595Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
760 | 2024-09-10T00:02:40.720Z | Compiling openapiv3 v2.0.0 |
761 | 2024-09-10T00:02:44.038Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-09-10T00:02:45.126Z | Compiling rustversion v1.0.17 |
763 | 2024-09-10T00:02:45.384Z | Compiling rustls v0.22.4 |
764 | 2024-09-10T00:02:45.727Z | Compiling pretty-hex v0.4.1 |
765 | 2024-09-10T00:02:45.773Z | Compiling ipnet v2.10.0 |
766 | 2024-09-10T00:02:45.891Z | Compiling webpki-roots v0.25.4 |
767 | 2024-09-10T00:02:45.944Z | Compiling sync_wrapper v0.1.2 |
768 | 2024-09-10T00:02:46.045Z | Compiling paste v1.0.15 |
769 | 2024-09-10T00:02:46.061Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-09-10T00:02:46.242Z | Compiling reqwest v0.11.27 |
771 | 2024-09-10T00:02:47.803Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-09-10T00:02:48.625Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
773 | 2024-09-10T00:02:49.407Z | Compiling dirs-next v2.0.0 |
774 | 2024-09-10T00:02:49.693Z | Compiling darling_macro v0.20.10 |
775 | 2024-09-10T00:02:52.370Z | Compiling rustls-webpki v0.102.8 |
776 | 2024-09-10T00:02:52.672Z | Compiling block-buffer v0.10.4 |
777 | 2024-09-10T00:02:52.901Z | Compiling crypto-common v0.1.6 |
778 | 2024-09-10T00:02:53.103Z | Compiling serde_spanned v0.6.7 |
779 | 2024-09-10T00:02:53.331Z | Compiling toml_datetime v0.6.8 |
780 | 2024-09-10T00:02:53.563Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-09-10T00:02:54.038Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-09-10T00:02:54.474Z | Compiling rand_core v0.6.4 |
783 | 2024-09-10T00:02:55.044Z | Compiling thread_local v1.1.8 |
784 | 2024-09-10T00:02:55.376Z | Compiling multer v3.1.0 |
785 | 2024-09-10T00:02:55.719Z | Compiling zeroize v1.8.1 |
786 | 2024-09-10T00:02:55.786Z | Compiling slog-async v2.8.0 |
787 | 2024-09-10T00:02:56.055Z | Compiling match_cfg v0.1.0 |
788 | 2024-09-10T00:02:56.138Z | Compiling winnow v0.6.18 |
789 | 2024-09-10T00:02:56.281Z | Compiling subtle v2.6.1 |
790 | 2024-09-10T00:02:56.555Z | Compiling camino v1.1.9 |
791 | 2024-09-10T00:02:56.737Z | Compiling anyhow v1.0.87 |
792 | 2024-09-10T00:02:56.795Z | Compiling structmeta v0.3.0 |
793 | 2024-09-10T00:02:57.189Z | Compiling hostname v0.3.1 |
794 | 2024-09-10T00:02:57.251Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
795 | 2024-09-10T00:02:57.487Z | Compiling rand_chacha v0.3.1 |
796 | 2024-09-10T00:02:59.196Z | Compiling digest v0.10.7 |
797 | 2024-09-10T00:02:59.479Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-09-10T00:03:00.546Z | Compiling toml_edit v0.22.20 |
799 | 2024-09-10T00:03:01.128Z | Compiling darling v0.20.10 |
800 | 2024-09-10T00:03:01.234Z | Compiling term v0.7.0 |
801 | 2024-09-10T00:03:07.023Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
802 | 2024-09-10T00:03:08.711Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-09-10T00:03:09.665Z | Compiling usdt-macro v0.5.0 |
804 | 2024-09-10T00:03:10.201Z | Compiling slog-json v2.6.1 |
805 | 2024-09-10T00:03:10.674Z | Compiling futures-executor v0.3.30 |
806 | 2024-09-10T00:03:10.989Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-09-10T00:03:11.821Z | Compiling http v1.1.0 |
808 | 2024-09-10T00:03:12.256Z | Compiling memmap v0.7.0 |
809 | 2024-09-10T00:03:12.337Z | Compiling is-terminal v0.4.13 |
810 | 2024-09-10T00:03:12.450Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
811 | 2024-09-10T00:03:12.677Z | Compiling atomic-waker v1.1.2 |
812 | 2024-09-10T00:03:12.799Z | Compiling take_mut v0.2.2 |
813 | 2024-09-10T00:03:12.855Z | Compiling cpufeatures v0.2.14 |
814 | 2024-09-10T00:03:12.942Z | Compiling base64 v0.22.1 |
815 | 2024-09-10T00:03:16.423Z | Compiling rustls-pemfile v2.1.3 |
816 | 2024-09-10T00:03:16.554Z | Compiling sha1 v0.10.6 |
817 | 2024-09-10T00:03:16.894Z | Compiling waitgroup v0.1.2 |
818 | 2024-09-10T00:03:17.106Z | Compiling usdt v0.5.0 |
819 | 2024-09-10T00:03:17.186Z | Compiling slog-term v2.9.1 |
820 | 2024-09-10T00:03:17.304Z | Compiling async-stream v0.3.5 |
821 | 2024-09-10T00:03:17.625Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
822 | 2024-09-10T00:03:17.813Z | Compiling futures v0.3.30 |
823 | 2024-09-10T00:03:18.004Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-09-10T00:03:18.263Z | Compiling strum_macros v0.26.4 |
825 | 2024-09-10T00:03:18.631Z | Compiling toml v0.8.19 |
826 | 2024-09-10T00:03:20.091Z | Compiling tokio-rustls v0.25.0 |
827 | 2024-09-10T00:03:20.524Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-09-10T00:03:22.835Z | Compiling rand v0.8.5 |
829 | 2024-09-10T00:03:24.671Z | Compiling parse-display-derive v0.10.0 |
830 | 2024-09-10T00:03:24.728Z | Compiling ipnetwork v0.20.0 |
831 | 2024-09-10T00:03:24.734Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-09-10T00:03:25.039Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
833 | 2024-09-10T00:03:26.181Z | Compiling serde_path_to_error v0.1.16 |
834 | 2024-09-10T00:03:27.203Z | Compiling hex v0.4.3 |
835 | 2024-09-10T00:03:27.910Z | Compiling async-trait v0.1.82 |
836 | 2024-09-10T00:03:28.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-09-10T00:03:29.193Z | Compiling hostname v0.4.0 |
838 | 2024-09-10T00:03:29.420Z | Compiling instant v0.1.13 |
839 | 2024-09-10T00:03:29.432Z | Compiling debug-ignore v1.0.5 |
840 | 2024-09-10T00:03:29.442Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
841 | 2024-09-10T00:03:29.561Z | Compiling backoff v0.4.0 |
842 | 2024-09-10T00:03:29.567Z | Compiling parse-display v0.10.0 |
843 | 2024-09-10T00:03:29.624Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-09-10T00:03:29.778Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
845 | 2024-09-10T00:03:29.891Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
846 | 2024-09-10T00:03:30.256Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
847 | 2024-09-10T00:03:30.425Z | Compiling serde_with v3.9.0 |
848 | 2024-09-10T00:03:31.678Z | Compiling strum v0.26.3 |
849 | 2024-09-10T00:03:31.875Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-09-10T00:03:32.720Z | Compiling macaddr v1.0.1 |
851 | 2024-09-10T00:03:33.174Z | Compiling regress v0.9.1 |
852 | 2024-09-10T00:03:37.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-09-10T00:03:48.043Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-09-10T00:03:57.054Z | Finished `release` profile [optimized] target(s) in 2m 26s |
855 | 2024-09-10T00:03:57.110Z | process exited: duration 221423 ms, exit code 0 |
|
856 | 2024-09-10T00:03:57.117Z | found 0 output files |