|
|
|
1 | 2024-08-28T01:28:48.051Z | job assigned to worker 01J6B9HQYZND200H52KB3V4DHG (queued for 45 s) |
|
2 | 2024-08-28T01:28:55.052Z | starting task 0: "setup" |
3 | 2024-08-28T01:28:55.060Z | ++ uname -s |
4 | 2024-08-28T01:28:55.062Z | + kern=SunOS |
5 | 2024-08-28T01:28:55.062Z | + case "$kern" in |
6 | 2024-08-28T01:28:55.062Z | + groupadd -g 12345 build |
7 | 2024-08-28T01:28:55.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T01:28:57.075Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T01:28:57.176Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T01:28:57.179Z | + home_fs=zfs |
11 | 2024-08-28T01:28:57.179Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T01:28:57.179Z | + mkdir -p /home/build |
13 | 2024-08-28T01:28:57.182Z | + chown build:build /home/build /work |
14 | 2024-08-28T01:28:59.183Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T01:28:59.186Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-08-28T01:28:59.192Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T01:28:59.198Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T01:28:59.198Z | * toolchain channel = "1.80.1" |
19 | 2024-08-28T01:28:59.198Z | * toolchain profile = "default" |
20 | 2024-08-28T01:28:59.198Z | ' 1.80.1 |
21 | 2024-08-28T01:28:59.198Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-28T01:28:59.198Z | ' default |
23 | 2024-08-28T01:28:59.201Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T01:28:59.201Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T01:28:59.319Z | info: downloading installer |
26 | 2024-08-28T01:29:00.793Z | info: profile set to 'default' |
27 | 2024-08-28T01:29:00.793Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T01:29:00.795Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T01:29:00.956Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T01:29:00.956Z | info: downloading component 'cargo' |
31 | 2024-08-28T01:29:02.205Z | info: downloading component 'clippy' |
32 | 2024-08-28T01:29:02.642Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T01:29:03.954Z | info: downloading component 'rust-std' |
34 | 2024-08-28T01:29:06.266Z | info: downloading component 'rustc' |
35 | 2024-08-28T01:29:12.208Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T01:29:12.867Z | info: installing component 'cargo' |
37 | 2024-08-28T01:29:13.724Z | info: installing component 'clippy' |
38 | 2024-08-28T01:29:14.109Z | info: installing component 'rust-docs' |
39 | 2024-08-28T01:29:15.722Z | info: installing component 'rust-std' |
40 | 2024-08-28T01:29:17.422Z | info: installing component 'rustc' |
41 | 2024-08-28T01:29:21.661Z | info: installing component 'rustfmt' |
42 | 2024-08-28T01:29:21.994Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T01:29:21.994Z | |
44 | 2024-08-28T01:29:22.251Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T01:29:22.251Z | |
46 | 2024-08-28T01:29:22.254Z | |
47 | 2024-08-28T01:29:22.254Z | Rust is installed now. Great! |
48 | 2024-08-28T01:29:22.254Z | |
49 | 2024-08-28T01:29:22.254Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T01:29:22.254Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T01:29:22.254Z | |
52 | 2024-08-28T01:29:22.254Z | To configure your current shell, you need to source |
53 | 2024-08-28T01:29:22.254Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T01:29:22.254Z | |
55 | 2024-08-28T01:29:22.254Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T01:29:22.254Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T01:29:22.254Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T01:29:22.306Z | + rustc --version |
59 | 2024-08-28T01:29:22.369Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T01:29:22.372Z | process exited: duration 23176 ms, exit code 0 |
|
61 | 2024-08-28T01:29:22.379Z | starting task 2: "authentication" |
62 | 2024-08-28T01:29:22.399Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-28T01:29:22.403Z | starting task 3: "clone repository" |
64 | 2024-08-28T01:29:22.410Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T01:29:22.413Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T01:29:22.452Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T01:29:29.225Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T01:29:29.228Z | + git fetch origin 16b24570e08d0311577c13ecd4567c223d68551f |
69 | 2024-08-28T01:29:29.742Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T01:29:29.743Z | * branch 16b24570e08d0311577c13ecd4567c223d68551f -> FETCH_HEAD |
71 | 2024-08-28T01:29:29.750Z | + [[ -n '' ]] |
72 | 2024-08-28T01:29:29.750Z | + git reset --hard 16b24570e08d0311577c13ecd4567c223d68551f |
73 | 2024-08-28T01:29:29.905Z | HEAD is now at 16b24570e use expectorate |
74 | 2024-08-28T01:29:29.908Z | process exited: duration 7502 ms, exit code 0 |
|
75 | 2024-08-28T01:29:29.913Z | starting task 4: "build" |
76 | 2024-08-28T01:29:29.918Z | + cargo --version |
77 | 2024-08-28T01:29:29.972Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-28T01:29:29.975Z | + rustc --version |
79 | 2024-08-28T01:29:30.031Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-28T01:29:30.033Z | + cd /tmp |
81 | 2024-08-28T01:29:30.036Z | + cargo new --lib test-project |
82 | 2024-08-28T01:29:30.088Z | Creating library `test-project` package |
83 | 2024-08-28T01:29:30.161Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-28T01:29:30.164Z | + cd test-project |
85 | 2024-08-28T01:29:30.164Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-28T01:29:30.220Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-28T01:29:30.220Z | Features: |
88 | 2024-08-28T01:29:30.221Z | - proptest |
89 | 2024-08-28T01:29:30.221Z | - test-strategy |
90 | 2024-08-28T01:29:30.221Z | - testing |
91 | 2024-08-28T01:29:30.223Z | Updating crates.io index |
92 | 2024-08-28T01:29:30.335Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-28T01:29:31.197Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-28T01:29:31.942Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-28T01:29:32.345Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-28T01:29:33.991Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-28T01:29:34.328Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-28T01:29:34.760Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-28T01:29:38.327Z | Locking 306 packages to latest compatible versions |
100 | 2024-08-28T01:29:38.330Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-08-28T01:29:38.330Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-08-28T01:29:38.330Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-08-28T01:29:38.330Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-08-28T01:29:38.330Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-08-28T01:29:38.330Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-08-28T01:29:38.332Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-08-28T01:29:38.332Z | Adding gimli v0.29.0 (latest: v0.31.0) |
108 | 2024-08-28T01:29:38.332Z | Adding h2 v0.3.26 (latest: v0.4.6) |
109 | 2024-08-28T01:29:38.332Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
110 | 2024-08-28T01:29:38.332Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
111 | 2024-08-28T01:29:38.332Z | Adding hostname v0.3.1 (latest: v0.4.0) |
112 | 2024-08-28T01:29:38.332Z | Adding http v0.2.12 (latest: v1.1.0) |
113 | 2024-08-28T01:29:38.333Z | Adding http-body v0.4.6 (latest: v1.0.1) |
114 | 2024-08-28T01:29:38.333Z | Adding hyper v0.14.30 (latest: v1.4.1) |
115 | 2024-08-28T01:29:38.335Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
116 | 2024-08-28T01:29:38.335Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
117 | 2024-08-28T01:29:38.335Z | Adding idna v0.5.0 (latest: v1.0.2) |
118 | 2024-08-28T01:29:38.335Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
119 | 2024-08-28T01:29:38.335Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-08-28T01:29:38.335Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-08-28T01:29:38.337Z | Adding regress v0.9.1 (latest: v0.10.0) |
122 | 2024-08-28T01:29:38.340Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
123 | 2024-08-28T01:29:38.343Z | Adding rustls v0.21.12 (latest: v0.23.12) |
124 | 2024-08-28T01:29:38.343Z | Adding rustls v0.22.4 (latest: v0.23.12) |
125 | 2024-08-28T01:29:38.345Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
126 | 2024-08-28T01:29:38.345Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
127 | 2024-08-28T01:29:38.348Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
128 | 2024-08-28T01:29:38.348Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
129 | 2024-08-28T01:29:38.348Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
130 | 2024-08-28T01:29:38.348Z | Adding term v0.7.0 (latest: v1.0.0) |
131 | 2024-08-28T01:29:38.350Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
132 | 2024-08-28T01:29:38.350Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
133 | 2024-08-28T01:29:38.352Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
134 | 2024-08-28T01:29:38.352Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
135 | 2024-08-28T01:29:38.352Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-08-28T01:29:38.352Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-08-28T01:29:38.352Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-08-28T01:29:38.352Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-08-28T01:29:38.353Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-08-28T01:29:38.353Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
141 | 2024-08-28T01:29:38.353Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-08-28T01:29:38.353Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-08-28T01:29:38.353Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-08-28T01:29:38.353Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
145 | 2024-08-28T01:29:38.353Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-08-28T01:29:38.353Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-08-28T01:29:38.355Z | Adding winreg v0.50.0 (latest: v0.52.0) |
148 | 2024-08-28T01:29:38.429Z | + cargo check |
149 | 2024-08-28T01:29:38.669Z | Downloading crates ... |
150 | 2024-08-28T01:29:38.773Z | Downloaded bitflags v2.6.0 |
151 | 2024-08-28T01:29:38.785Z | Downloaded match_cfg v0.1.0 |
152 | 2024-08-28T01:29:38.792Z | Downloaded openssl-probe v0.1.5 |
153 | 2024-08-28T01:29:38.794Z | Downloaded equivalent v1.0.1 |
154 | 2024-08-28T01:29:38.796Z | Downloaded byteorder v1.5.0 |
155 | 2024-08-28T01:29:38.800Z | Downloaded async-trait v0.1.81 |
156 | 2024-08-28T01:29:38.807Z | Downloaded num-conv v0.1.0 |
157 | 2024-08-28T01:29:38.809Z | Downloaded futures-macro v0.3.30 |
158 | 2024-08-28T01:29:38.809Z | Downloaded foreign-types v0.3.2 |
159 | 2024-08-28T01:29:38.812Z | Downloaded darling_macro v0.20.10 |
160 | 2024-08-28T01:29:38.812Z | Downloaded httpdate v1.0.3 |
161 | 2024-08-28T01:29:38.814Z | Downloaded uuid v1.10.0 |
162 | 2024-08-28T01:29:38.817Z | Downloaded futures-task v0.3.30 |
163 | 2024-08-28T01:29:38.819Z | Downloaded usdt v0.5.0 |
164 | 2024-08-28T01:29:38.822Z | Downloaded untrusted v0.9.0 |
165 | 2024-08-28T01:29:38.824Z | Downloaded memmap v0.7.0 |
166 | 2024-08-28T01:29:38.826Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-08-28T01:29:38.826Z | Downloaded dof v0.3.0 |
168 | 2024-08-28T01:29:38.829Z | Downloaded is-terminal v0.4.13 |
169 | 2024-08-28T01:29:38.829Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-08-28T01:29:38.831Z | Downloaded hostname v0.3.1 |
171 | 2024-08-28T01:29:38.834Z | Downloaded futures-executor v0.3.30 |
172 | 2024-08-28T01:29:38.834Z | Downloaded dyn-clone v1.0.17 |
173 | 2024-08-28T01:29:38.836Z | Downloaded autocfg v1.3.0 |
174 | 2024-08-28T01:29:38.839Z | Downloaded async-stream-impl v0.3.5 |
175 | 2024-08-28T01:29:38.841Z | Downloaded waitgroup v0.1.2 |
176 | 2024-08-28T01:29:38.841Z | Downloaded num_threads v0.1.7 |
177 | 2024-08-28T01:29:38.843Z | Downloaded take_mut v0.2.2 |
178 | 2024-08-28T01:29:38.843Z | Downloaded scroll_derive v0.12.0 |
179 | 2024-08-28T01:29:38.846Z | Downloaded version_check v0.9.5 |
180 | 2024-08-28T01:29:38.846Z | Downloaded camino v1.1.9 |
181 | 2024-08-28T01:29:38.848Z | Downloaded http-body v0.4.6 |
182 | 2024-08-28T01:29:38.851Z | Downloaded heck v0.5.0 |
183 | 2024-08-28T01:29:38.853Z | Downloaded usdt-impl v0.5.0 |
184 | 2024-08-28T01:29:38.855Z | Downloaded usdt-macro v0.5.0 |
185 | 2024-08-28T01:29:38.855Z | Downloaded want v0.3.1 |
186 | 2024-08-28T01:29:38.857Z | Downloaded form_urlencoded v1.2.1 |
187 | 2024-08-28T01:29:38.857Z | Downloaded foreign-types-shared v0.1.1 |
188 | 2024-08-28T01:29:38.860Z | Downloaded once_cell v1.19.0 |
189 | 2024-08-28T01:29:38.862Z | Downloaded instant v0.1.13 |
190 | 2024-08-28T01:29:38.865Z | Downloaded dtrace-parser v0.2.0 |
191 | 2024-08-28T01:29:38.865Z | Downloaded pest_generator v2.7.11 |
192 | 2024-08-28T01:29:38.867Z | Downloaded paste v1.0.15 |
193 | 2024-08-28T01:29:38.869Z | Downloaded zeroize v1.8.1 |
194 | 2024-08-28T01:29:38.872Z | Downloaded ident_case v1.0.1 |
195 | 2024-08-28T01:29:38.872Z | Downloaded pkg-config v0.3.30 |
196 | 2024-08-28T01:29:38.874Z | Downloaded parse-display v0.10.0 |
197 | 2024-08-28T01:29:38.877Z | Downloaded native-tls v0.2.12 |
198 | 2024-08-28T01:29:38.879Z | Downloaded strsim v0.11.1 |
199 | 2024-08-28T01:29:38.879Z | Downloaded block-buffer v0.10.4 |
200 | 2024-08-28T01:29:38.882Z | Downloaded atomic-waker v1.1.2 |
201 | 2024-08-28T01:29:38.882Z | Downloaded structmeta-derive v0.3.0 |
202 | 2024-08-28T01:29:38.884Z | Downloaded iana-time-zone v0.1.60 |
203 | 2024-08-28T01:29:38.887Z | Downloaded shlex v1.3.0 |
204 | 2024-08-28T01:29:38.887Z | Downloaded omicron-workspace-hack v0.1.0 |
205 | 2024-08-28T01:29:38.889Z | Downloaded futures-sink v0.3.30 |
206 | 2024-08-28T01:29:38.890Z | Downloaded time-core v0.1.2 |
207 | 2024-08-28T01:29:38.892Z | Downloaded openssl-macros v0.1.1 |
208 | 2024-08-28T01:29:38.892Z | Downloaded serde_spanned v0.6.7 |
209 | 2024-08-28T01:29:38.895Z | Downloaded schemars_derive v0.8.21 |
210 | 2024-08-28T01:29:38.895Z | Downloaded powerfmt v0.2.0 |
211 | 2024-08-28T01:29:38.897Z | Downloaded slab v0.4.9 |
212 | 2024-08-28T01:29:38.897Z | Downloaded hyper-rustls v0.24.2 |
213 | 2024-08-28T01:29:38.900Z | Downloaded futures-channel v0.3.30 |
214 | 2024-08-28T01:29:38.902Z | Downloaded sync_wrapper v0.1.2 |
215 | 2024-08-28T01:29:38.904Z | Downloaded fnv v1.0.7 |
216 | 2024-08-28T01:29:38.904Z | Downloaded slog-json v2.6.1 |
217 | 2024-08-28T01:29:38.906Z | Downloaded dirs-sys-next v0.1.2 |
218 | 2024-08-28T01:29:38.909Z | Downloaded crypto-common v0.1.6 |
219 | 2024-08-28T01:29:38.909Z | Downloaded hex v0.4.3 |
220 | 2024-08-28T01:29:38.911Z | Downloaded futures-io v0.3.30 |
221 | 2024-08-28T01:29:38.913Z | Downloaded try-lock v0.2.5 |
222 | 2024-08-28T01:29:38.913Z | Downloaded futures-core v0.3.30 |
223 | 2024-08-28T01:29:38.916Z | Downloaded thread-id v4.2.2 |
224 | 2024-08-28T01:29:38.916Z | Downloaded serde_urlencoded v0.7.1 |
225 | 2024-08-28T01:29:38.918Z | Downloaded rustls-pemfile v1.0.4 |
226 | 2024-08-28T01:29:38.920Z | Downloaded debug-ignore v1.0.5 |
227 | 2024-08-28T01:29:38.922Z | Downloaded tinyvec_macros v0.1.1 |
228 | 2024-08-28T01:29:38.922Z | Downloaded rand_chacha v0.3.1 |
229 | 2024-08-28T01:29:38.925Z | Downloaded parse-display-derive v0.10.0 |
230 | 2024-08-28T01:29:38.927Z | Downloaded pin-utils v0.1.0 |
231 | 2024-08-28T01:29:38.927Z | Downloaded percent-encoding v2.3.1 |
232 | 2024-08-28T01:29:38.929Z | Downloaded macaddr v1.0.1 |
233 | 2024-08-28T01:29:38.929Z | Downloaded ipnetwork v0.20.0 |
234 | 2024-08-28T01:29:38.931Z | Downloaded newtype-uuid v1.1.0 |
235 | 2024-08-28T01:29:38.934Z | Downloaded rand_core v0.6.4 |
236 | 2024-08-28T01:29:38.934Z | Downloaded scroll v0.12.0 |
237 | 2024-08-28T01:29:38.936Z | Downloaded quote v1.0.37 |
238 | 2024-08-28T01:29:38.938Z | Downloaded pin-project-lite v0.2.14 |
239 | 2024-08-28T01:29:38.943Z | Downloaded slog-async v2.8.0 |
240 | 2024-08-28T01:29:38.951Z | Downloaded tower-service v0.3.3 |
241 | 2024-08-28T01:29:38.954Z | Downloaded parking_lot v0.12.3 |
242 | 2024-08-28T01:29:38.954Z | Downloaded tokio-macros v2.4.0 |
243 | 2024-08-28T01:29:38.956Z | Downloaded strum v0.26.3 |
244 | 2024-08-28T01:29:38.956Z | Downloaded scopeguard v1.2.0 |
245 | 2024-08-28T01:29:38.959Z | Downloaded getrandom v0.2.15 |
246 | 2024-08-28T01:29:38.961Z | Downloaded plain v0.2.3 |
247 | 2024-08-28T01:29:38.964Z | Downloaded rustversion v1.0.17 |
248 | 2024-08-28T01:29:38.966Z | Downloaded strum_macros v0.26.4 |
249 | 2024-08-28T01:29:38.968Z | Downloaded tokio-native-tls v0.3.1 |
250 | 2024-08-28T01:29:38.971Z | Downloaded semver v1.0.23 |
251 | 2024-08-28T01:29:38.973Z | Downloaded thiserror-impl v1.0.63 |
252 | 2024-08-28T01:29:38.973Z | Downloaded httparse v1.9.4 |
253 | 2024-08-28T01:29:38.976Z | Downloaded thiserror v1.0.63 |
254 | 2024-08-28T01:29:38.981Z | Downloaded serde_tokenstream v0.2.2 |
255 | 2024-08-28T01:29:38.984Z | Downloaded structmeta v0.3.0 |
256 | 2024-08-28T01:29:38.984Z | Downloaded thread_local v1.1.8 |
257 | 2024-08-28T01:29:38.986Z | Downloaded subtle v2.6.1 |
258 | 2024-08-28T01:29:38.988Z | Downloaded sha1 v0.10.6 |
259 | 2024-08-28T01:29:38.988Z | Downloaded base64 v0.21.7 |
260 | 2024-08-28T01:29:38.992Z | Downloaded serde_path_to_error v0.1.16 |
261 | 2024-08-28T01:29:38.995Z | Downloaded serde_with_macros v3.9.0 |
262 | 2024-08-28T01:29:38.998Z | Downloaded ryu v1.0.18 |
263 | 2024-08-28T01:29:39.001Z | Downloaded zerocopy-derive v0.7.35 |
264 | 2024-08-28T01:29:39.005Z | Downloaded multer v3.1.0 |
265 | 2024-08-28T01:29:39.008Z | Downloaded serde_derive v1.0.209 |
266 | 2024-08-28T01:29:39.012Z | Downloaded toml_datetime v0.6.8 |
267 | 2024-08-28T01:29:39.014Z | Downloaded typenum v1.17.0 |
268 | 2024-08-28T01:29:39.017Z | Downloaded tokio-rustls v0.24.1 |
269 | 2024-08-28T01:29:39.019Z | Downloaded time-macros v0.2.18 |
270 | 2024-08-28T01:29:39.021Z | Downloaded slog-term v2.9.1 |
271 | 2024-08-28T01:29:39.024Z | Downloaded spin v0.9.8 |
272 | 2024-08-28T01:29:39.026Z | Downloaded sha2 v0.10.8 |
273 | 2024-08-28T01:29:39.029Z | Downloaded bytes v1.7.1 |
274 | 2024-08-28T01:29:39.033Z | Downloaded term v0.7.0 |
275 | 2024-08-28T01:29:39.036Z | Downloaded num-traits v0.2.19 |
276 | 2024-08-28T01:29:39.039Z | Downloaded indexmap v2.4.0 |
277 | 2024-08-28T01:29:39.043Z | Downloaded indexmap v1.9.3 |
278 | 2024-08-28T01:29:39.047Z | Downloaded toml v0.8.19 |
279 | 2024-08-28T01:29:39.051Z | Downloaded unicode-ident v1.0.12 |
280 | 2024-08-28T01:29:39.054Z | Downloaded ucd-trie v0.1.6 |
281 | 2024-08-28T01:29:39.056Z | Downloaded tinyvec v1.8.0 |
282 | 2024-08-28T01:29:39.058Z | Downloaded smallvec v1.13.2 |
283 | 2024-08-28T01:29:39.060Z | Downloaded socket2 v0.5.7 |
284 | 2024-08-28T01:29:39.063Z | Downloaded mio v1.0.2 |
285 | 2024-08-28T01:29:39.069Z | Downloaded hashbrown v0.12.3 |
286 | 2024-08-28T01:29:39.074Z | Downloaded tracing-core v0.1.32 |
287 | 2024-08-28T01:29:39.077Z | Downloaded unsafe-libyaml v0.2.11 |
288 | 2024-08-28T01:29:39.082Z | Downloaded rand v0.8.5 |
289 | 2024-08-28T01:29:39.086Z | Downloaded unicode-bidi v0.3.15 |
290 | 2024-08-28T01:29:39.089Z | Downloaded schemars v0.8.21 |
291 | 2024-08-28T01:29:39.103Z | Downloaded openssl-sys v0.9.103 |
292 | 2024-08-28T01:29:39.108Z | Downloaded tracing v0.1.40 |
293 | 2024-08-28T01:29:39.113Z | Downloaded memchr v2.7.4 |
294 | 2024-08-28T01:29:39.118Z | Downloaded http v0.2.12 |
295 | 2024-08-28T01:29:39.123Z | Downloaded serde v1.0.209 |
296 | 2024-08-28T01:29:39.127Z | Downloaded url v2.5.2 |
297 | 2024-08-28T01:29:39.130Z | Downloaded crossbeam-channel v0.5.13 |
298 | 2024-08-28T01:29:39.135Z | Downloaded http v1.1.0 |
299 | 2024-08-28T01:29:39.139Z | Downloaded base64 v0.22.1 |
300 | 2024-08-28T01:29:39.143Z | Downloaded sct v0.7.1 |
301 | 2024-08-28T01:29:39.148Z | Downloaded serde_yaml v0.9.34+deprecated |
302 | 2024-08-28T01:29:39.152Z | Downloaded pest v2.7.11 |
303 | 2024-08-28T01:29:39.156Z | Downloaded tokio-util v0.7.11 |
304 | 2024-08-28T01:29:39.162Z | Downloaded toml_edit v0.22.20 |
305 | 2024-08-28T01:29:39.185Z | Downloaded time v0.3.36 |
306 | 2024-08-28T01:29:39.191Z | Downloaded hashbrown v0.14.5 |
307 | 2024-08-28T01:29:39.196Z | Downloaded h2 v0.3.26 |
308 | 2024-08-28T01:29:39.203Z | Downloaded serde_json v1.0.127 |
309 | 2024-08-28T01:29:39.210Z | Downloaded hyper v0.14.30 |
310 | 2024-08-28T01:29:39.217Z | Downloaded zerocopy v0.7.35 |
311 | 2024-08-28T01:29:39.233Z | Downloaded idna v0.5.0 |
312 | 2024-08-28T01:29:39.240Z | Downloaded serde_with v3.9.0 |
313 | 2024-08-28T01:29:39.248Z | Downloaded reqwest v0.11.27 |
314 | 2024-08-28T01:29:39.256Z | Downloaded rustls-webpki v0.102.7 |
315 | 2024-08-28T01:29:39.274Z | Downloaded rustls-webpki v0.101.7 |
316 | 2024-08-28T01:29:39.289Z | Downloaded openapiv3 v2.0.0 |
317 | 2024-08-28T01:29:39.299Z | Downloaded winnow v0.6.18 |
318 | 2024-08-28T01:29:39.308Z | Downloaded vcpkg v0.2.15 |
319 | 2024-08-28T01:29:39.345Z | Downloaded webpki-roots v0.25.4 |
320 | 2024-08-28T01:29:39.348Z | Downloaded rustls v0.21.12 |
321 | 2024-08-28T01:29:39.359Z | Downloaded regex v1.10.6 |
322 | 2024-08-28T01:29:39.371Z | Downloaded syn v2.0.76 |
323 | 2024-08-28T01:29:39.382Z | Downloaded regress v0.9.1 |
324 | 2024-08-28T01:29:39.390Z | Downloaded tokio v1.39.3 |
325 | 2024-08-28T01:29:39.425Z | Downloaded rustls v0.22.4 |
326 | 2024-08-28T01:29:39.438Z | Downloaded regress v0.10.0 |
327 | 2024-08-28T01:29:39.445Z | Downloaded encoding_rs v0.8.34 |
328 | 2024-08-28T01:29:39.465Z | Downloaded regex-syntax v0.8.4 |
329 | 2024-08-28T01:29:39.472Z | Downloaded regex-automata v0.4.7 |
330 | 2024-08-28T01:29:39.488Z | Downloaded libc v0.2.158 |
331 | 2024-08-28T01:29:39.512Z | Downloaded openssl v0.10.66 |
332 | 2024-08-28T01:29:39.521Z | Downloaded chrono v0.4.38 |
333 | 2024-08-28T01:29:39.528Z | Downloaded goblin v0.8.2 |
334 | 2024-08-28T01:29:39.533Z | Downloaded futures-util v0.3.30 |
335 | 2024-08-28T01:29:39.544Z | Downloaded aho-corasick v1.1.3 |
336 | 2024-08-28T01:29:39.549Z | Downloaded unicode-normalization v0.1.23 |
337 | 2024-08-28T01:29:39.552Z | Downloaded cc v1.1.15 |
338 | 2024-08-28T01:29:39.555Z | Downloaded slog v2.7.0 |
339 | 2024-08-28T01:29:39.558Z | Downloaded pest_meta v2.7.11 |
340 | 2024-08-28T01:29:39.560Z | Downloaded tokio-rustls v0.25.0 |
341 | 2024-08-28T01:29:39.562Z | Downloaded proc-macro2 v1.0.86 |
342 | 2024-08-28T01:29:39.566Z | Downloaded darling_core v0.20.10 |
343 | 2024-08-28T01:29:39.568Z | Downloaded serde_derive_internals v0.29.1 |
344 | 2024-08-28T01:29:39.570Z | Downloaded pest_derive v2.7.11 |
345 | 2024-08-28T01:29:39.573Z | Downloaded rustls-pemfile v2.1.3 |
346 | 2024-08-28T01:29:39.575Z | Downloaded parking_lot_core v0.9.10 |
347 | 2024-08-28T01:29:39.575Z | Downloaded futures v0.3.30 |
348 | 2024-08-28T01:29:39.579Z | Downloaded hyper-tls v0.5.0 |
349 | 2024-08-28T01:29:39.582Z | Downloaded ahash v0.8.11 |
350 | 2024-08-28T01:29:39.584Z | Downloaded lock_api v0.4.12 |
351 | 2024-08-28T01:29:39.584Z | Downloaded anyhow v1.0.86 |
352 | 2024-08-28T01:29:39.587Z | Downloaded slog-bunyan v2.5.0 |
353 | 2024-08-28T01:29:39.589Z | Downloaded signal-hook-registry v1.4.2 |
354 | 2024-08-28T01:29:39.589Z | Downloaded ppv-lite86 v0.2.20 |
355 | 2024-08-28T01:29:39.592Z | Downloaded allocator-api2 v0.2.18 |
356 | 2024-08-28T01:29:39.594Z | Downloaded rustls-pki-types v1.8.0 |
357 | 2024-08-28T01:29:39.596Z | Downloaded backoff v0.4.0 |
358 | 2024-08-28T01:29:39.599Z | Downloaded mime v0.3.17 |
359 | 2024-08-28T01:29:39.599Z | Downloaded itoa v1.0.11 |
360 | 2024-08-28T01:29:39.599Z | Downloaded hostname v0.4.0 |
361 | 2024-08-28T01:29:39.603Z | Downloaded digest v0.10.7 |
362 | 2024-08-28T01:29:39.603Z | Downloaded log v0.4.22 |
363 | 2024-08-28T01:29:39.605Z | Downloaded ipnet v2.9.0 |
364 | 2024-08-28T01:29:39.607Z | Downloaded crossbeam-utils v0.8.20 |
365 | 2024-08-28T01:29:39.607Z | Downloaded darling v0.20.10 |
366 | 2024-08-28T01:29:39.611Z | Downloaded generic-array v0.14.7 |
367 | 2024-08-28T01:29:39.613Z | Downloaded dirs-next v2.0.0 |
368 | 2024-08-28T01:29:39.613Z | Downloaded deranged v0.3.11 |
369 | 2024-08-28T01:29:39.615Z | Downloaded async-stream v0.3.5 |
370 | 2024-08-28T01:29:39.618Z | Downloaded cpufeatures v0.2.13 |
371 | 2024-08-28T01:29:39.618Z | Downloaded cfg-if v1.0.0 |
372 | 2024-08-28T01:29:39.742Z | Downloaded ring v0.17.8 |
373 | 2024-08-28T01:29:39.928Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-08-28T01:29:39.930Z | Compiling unicode-ident v1.0.12 |
375 | 2024-08-28T01:29:39.930Z | Compiling libc v0.2.158 |
376 | 2024-08-28T01:29:39.930Z | Checking cfg-if v1.0.0 |
377 | 2024-08-28T01:29:39.930Z | Compiling version_check v0.9.5 |
378 | 2024-08-28T01:29:39.930Z | Compiling autocfg v1.3.0 |
379 | 2024-08-28T01:29:39.930Z | Compiling serde v1.0.209 |
380 | 2024-08-28T01:29:39.944Z | Checking memchr v2.7.4 |
381 | 2024-08-28T01:29:40.013Z | Compiling serde_json v1.0.127 |
382 | 2024-08-28T01:29:40.112Z | Checking itoa v1.0.11 |
383 | 2024-08-28T01:29:40.444Z | Compiling thiserror v1.0.63 |
384 | 2024-08-28T01:29:40.528Z | Checking once_cell v1.19.0 |
385 | 2024-08-28T01:29:40.583Z | Compiling ahash v0.8.11 |
386 | 2024-08-28T01:29:40.719Z | Checking byteorder v1.5.0 |
387 | 2024-08-28T01:29:40.811Z | Compiling shlex v1.3.0 |
388 | 2024-08-28T01:29:41.027Z | Compiling cc v1.1.15 |
389 | 2024-08-28T01:29:41.122Z | Compiling num-traits v0.2.19 |
390 | 2024-08-28T01:29:41.154Z | Checking pin-project-lite v0.2.14 |
391 | 2024-08-28T01:29:41.261Z | Checking ryu v1.0.18 |
392 | 2024-08-28T01:29:41.388Z | Checking getrandom v0.2.15 |
393 | 2024-08-28T01:29:41.474Z | Compiling quote v1.0.37 |
394 | 2024-08-28T01:29:41.583Z | Checking bytes v1.7.1 |
395 | 2024-08-28T01:29:41.685Z | Checking log v0.4.22 |
396 | 2024-08-28T01:29:41.697Z | Checking allocator-api2 v0.2.18 |
397 | 2024-08-28T01:29:41.834Z | Compiling syn v2.0.76 |
398 | 2024-08-28T01:29:41.937Z | Compiling lock_api v0.4.12 |
399 | 2024-08-28T01:29:42.120Z | Compiling parking_lot_core v0.9.10 |
400 | 2024-08-28T01:29:42.170Z | Compiling schemars v0.8.21 |
401 | 2024-08-28T01:29:42.197Z | Checking smallvec v1.13.2 |
402 | 2024-08-28T01:29:42.323Z | Checking scopeguard v1.2.0 |
403 | 2024-08-28T01:29:42.333Z | Checking futures-core v0.3.30 |
404 | 2024-08-28T01:29:42.389Z | Checking mio v1.0.2 |
405 | 2024-08-28T01:29:42.504Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-08-28T01:29:42.547Z | Checking socket2 v0.5.7 |
407 | 2024-08-28T01:29:42.555Z | Compiling slab v0.4.9 |
408 | 2024-08-28T01:29:42.747Z | Checking spin v0.9.8 |
409 | 2024-08-28T01:29:42.859Z | Checking futures-sink v0.3.30 |
410 | 2024-08-28T01:29:42.885Z | Checking parking_lot v0.12.3 |
411 | 2024-08-28T01:29:42.945Z | Checking equivalent v1.0.1 |
412 | 2024-08-28T01:29:42.971Z | Checking fnv v1.0.7 |
413 | 2024-08-28T01:29:42.987Z | Checking untrusted v0.9.0 |
414 | 2024-08-28T01:29:43.024Z | Checking futures-channel v0.3.30 |
415 | 2024-08-28T01:29:43.079Z | Compiling heck v0.5.0 |
416 | 2024-08-28T01:29:43.133Z | Checking pin-utils v0.1.0 |
417 | 2024-08-28T01:29:43.206Z | Compiling semver v1.0.23 |
418 | 2024-08-28T01:29:43.214Z | Compiling vcpkg v0.2.15 |
419 | 2024-08-28T01:29:43.319Z | Compiling pkg-config v0.3.30 |
420 | 2024-08-28T01:29:43.389Z | Checking futures-task v0.3.30 |
421 | 2024-08-28T01:29:43.524Z | Checking futures-io v0.3.30 |
422 | 2024-08-28T01:29:43.690Z | Checking iana-time-zone v0.1.60 |
423 | 2024-08-28T01:29:43.763Z | Compiling ucd-trie v0.1.6 |
424 | 2024-08-28T01:29:43.790Z | Checking http v0.2.12 |
425 | 2024-08-28T01:29:44.055Z | Compiling ring v0.17.8 |
426 | 2024-08-28T01:29:44.472Z | Checking dyn-clone v1.0.17 |
427 | 2024-08-28T01:29:44.608Z | Compiling httparse v1.9.4 |
428 | 2024-08-28T01:29:45.012Z | Compiling openssl-sys v0.9.103 |
429 | 2024-08-28T01:29:45.239Z | Checking tracing-core v0.1.32 |
430 | 2024-08-28T01:29:45.329Z | Compiling uuid v1.10.0 |
431 | 2024-08-28T01:29:45.818Z | Compiling chrono v0.4.38 |
432 | 2024-08-28T01:29:45.818Z | Checking foreign-types-shared v0.1.1 |
433 | 2024-08-28T01:29:45.864Z | Checking tracing v0.1.40 |
434 | 2024-08-28T01:29:45.901Z | Checking try-lock v0.2.5 |
435 | 2024-08-28T01:29:45.903Z | Compiling slog v2.7.0 |
436 | 2024-08-28T01:29:46.010Z | Compiling openssl v0.10.66 |
437 | 2024-08-28T01:29:46.155Z | Checking want v0.3.1 |
438 | 2024-08-28T01:29:46.274Z | Checking foreign-types v0.3.2 |
439 | 2024-08-28T01:29:46.343Z | Checking http-body v0.4.6 |
440 | 2024-08-28T01:29:46.475Z | Compiling aho-corasick v1.1.3 |
441 | 2024-08-28T01:29:46.484Z | Compiling typenum v1.17.0 |
442 | 2024-08-28T01:29:46.723Z | Checking percent-encoding v2.3.1 |
443 | 2024-08-28T01:29:46.924Z | Checking bitflags v2.6.0 |
444 | 2024-08-28T01:29:47.158Z | Checking tinyvec_macros v0.1.1 |
445 | 2024-08-28T01:29:47.228Z | Checking tower-service v0.3.3 |
446 | 2024-08-28T01:29:47.333Z | Compiling rustls v0.21.12 |
447 | 2024-08-28T01:29:47.341Z | Compiling native-tls v0.2.12 |
448 | 2024-08-28T01:29:47.455Z | Compiling regex-syntax v0.8.4 |
449 | 2024-08-28T01:29:47.639Z | Checking httpdate v1.0.3 |
450 | 2024-08-28T01:29:47.773Z | Checking tinyvec v1.8.0 |
451 | 2024-08-28T01:29:47.869Z | Checking form_urlencoded v1.2.1 |
452 | 2024-08-28T01:29:48.050Z | Compiling generic-array v0.14.7 |
453 | 2024-08-28T01:29:48.328Z | Checking openssl-probe v0.1.5 |
454 | 2024-08-28T01:29:49.138Z | Compiling serde_derive_internals v0.29.1 |
455 | 2024-08-28T01:29:49.844Z | Checking unicode-normalization v0.1.23 |
456 | 2024-08-28T01:29:50.037Z | Checking sct v0.7.1 |
457 | 2024-08-28T01:29:50.121Z | Checking rustls-webpki v0.101.7 |
458 | 2024-08-28T01:29:50.747Z | Compiling usdt-impl v0.5.0 |
459 | 2024-08-28T01:29:50.970Z | Compiling regex-automata v0.4.7 |
460 | 2024-08-28T01:29:50.972Z | Checking encoding_rs v0.8.34 |
461 | 2024-08-28T01:29:51.118Z | Compiling num-conv v0.1.0 |
462 | 2024-08-28T01:29:51.376Z | Checking mime v0.3.17 |
463 | 2024-08-28T01:29:51.472Z | Compiling time-core v0.1.2 |
464 | 2024-08-28T01:29:51.625Z | Checking powerfmt v0.2.0 |
465 | 2024-08-28T01:29:51.692Z | Checking unicode-bidi v0.3.15 |
466 | 2024-08-28T01:29:51.889Z | Checking deranged v0.3.11 |
467 | 2024-08-28T01:29:52.290Z | Checking idna v0.5.0 |
468 | 2024-08-28T01:29:53.157Z | Compiling time-macros v0.2.18 |
469 | 2024-08-28T01:29:53.306Z | Compiling thread-id v4.2.2 |
470 | 2024-08-28T01:29:53.586Z | Checking base64 v0.21.7 |
471 | 2024-08-28T01:29:53.902Z | Compiling ident_case v1.0.1 |
472 | 2024-08-28T01:29:54.070Z | Checking num_threads v0.1.7 |
473 | 2024-08-28T01:29:54.141Z | Compiling crossbeam-utils v0.8.20 |
474 | 2024-08-28T01:29:54.168Z | Checking plain v0.2.3 |
475 | 2024-08-28T01:29:54.302Z | Compiling strsim v0.11.1 |
476 | 2024-08-28T01:29:54.476Z | Compiling serde_derive v1.0.209 |
477 | 2024-08-28T01:29:54.493Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-08-28T01:29:54.641Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-08-28T01:29:54.703Z | Compiling schemars_derive v0.8.21 |
480 | 2024-08-28T01:29:55.034Z | Compiling tokio-macros v2.4.0 |
481 | 2024-08-28T01:29:55.406Z | Compiling futures-macro v0.3.30 |
482 | 2024-08-28T01:29:56.167Z | Compiling openssl-macros v0.1.1 |
483 | 2024-08-28T01:29:56.470Z | Checking zerocopy v0.7.35 |
484 | 2024-08-28T01:29:56.937Z | Checking tokio v1.39.3 |
485 | 2024-08-28T01:29:57.283Z | Checking futures-util v0.3.30 |
486 | 2024-08-28T01:29:57.589Z | Compiling pest v2.7.11 |
487 | 2024-08-28T01:29:58.253Z | Checking hashbrown v0.14.5 |
488 | 2024-08-28T01:29:58.751Z | Compiling regex v1.10.6 |
489 | 2024-08-28T01:29:59.498Z | Compiling scroll_derive v0.12.0 |
490 | 2024-08-28T01:29:59.760Z | Checking regress v0.10.0 |
491 | 2024-08-28T01:30:00.041Z | Compiling pest_meta v2.7.11 |
492 | 2024-08-28T01:30:01.028Z | Checking scroll v0.12.0 |
493 | 2024-08-28T01:30:01.457Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-28T01:30:03.575Z | Checking rustls-pki-types v1.8.0 |
495 | 2024-08-28T01:30:03.990Z | Checking goblin v0.8.2 |
496 | 2024-08-28T01:30:04.146Z | Checking tokio-util v0.7.11 |
497 | 2024-08-28T01:30:04.149Z | Compiling pest_derive v2.7.11 |
498 | 2024-08-28T01:30:05.013Z | Checking tokio-rustls v0.24.1 |
499 | 2024-08-28T01:30:05.026Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-08-28T01:30:05.347Z | Checking tokio-native-tls v0.3.1 |
501 | 2024-08-28T01:30:05.368Z | Checking time v0.3.36 |
502 | 2024-08-28T01:30:06.094Z | Compiling darling_core v0.20.10 |
503 | 2024-08-28T01:30:06.804Z | Checking rustls-pemfile v1.0.4 |
504 | 2024-08-28T01:30:06.996Z | Checking url v2.5.2 |
505 | 2024-08-28T01:30:07.207Z | Checking indexmap v2.4.0 |
506 | 2024-08-28T01:30:07.904Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-08-28T01:30:08.342Z | Checking dirs-sys-next v0.1.2 |
508 | 2024-08-28T01:30:08.453Z | Checking h2 v0.3.26 |
509 | 2024-08-28T01:30:08.651Z | Checking openapiv3 v2.0.0 |
510 | 2024-08-28T01:30:08.886Z | Compiling serde_tokenstream v0.2.2 |
511 | 2024-08-28T01:30:09.427Z | Compiling unsafe-libyaml v0.2.11 |
512 | 2024-08-28T01:30:09.668Z | Checking ipnet v2.9.0 |
513 | 2024-08-28T01:30:10.134Z | Checking sync_wrapper v0.1.2 |
514 | 2024-08-28T01:30:10.251Z | Checking webpki-roots v0.25.4 |
515 | 2024-08-28T01:30:10.404Z | Compiling rustls v0.22.4 |
516 | 2024-08-28T01:30:10.725Z | Compiling dof v0.3.0 |
517 | 2024-08-28T01:30:11.100Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
518 | 2024-08-28T01:30:11.635Z | Compiling paste v1.0.15 |
519 | 2024-08-28T01:30:12.145Z | Checking pretty-hex v0.4.1 |
520 | 2024-08-28T01:30:12.171Z | Compiling omicron-workspace-hack v0.1.0 |
521 | 2024-08-28T01:30:12.212Z | Compiling rustversion v1.0.17 |
522 | 2024-08-28T01:30:12.629Z | Checking hyper v0.14.30 |
523 | 2024-08-28T01:30:12.636Z | Compiling darling_macro v0.20.10 |
524 | 2024-08-28T01:30:12.924Z | Compiling serde_yaml v0.9.34+deprecated |
525 | 2024-08-28T01:30:13.108Z | Checking dirs-next v2.0.0 |
526 | 2024-08-28T01:30:13.267Z | Checking toml_datetime v0.6.8 |
527 | 2024-08-28T01:30:13.549Z | Checking serde_spanned v0.6.7 |
528 | 2024-08-28T01:30:13.718Z | Checking rustls-webpki v0.102.7 |
529 | 2024-08-28T01:30:13.810Z | Checking ppv-lite86 v0.2.20 |
530 | 2024-08-28T01:30:14.140Z | Checking crypto-common v0.1.6 |
531 | 2024-08-28T01:30:14.302Z | Checking block-buffer v0.10.4 |
532 | 2024-08-28T01:30:14.337Z | Compiling structmeta-derive v0.3.0 |
533 | 2024-08-28T01:30:14.482Z | Checking rand_core v0.6.4 |
534 | 2024-08-28T01:30:14.573Z | Checking thread_local v1.1.8 |
535 | 2024-08-28T01:30:14.583Z | Compiling multer v3.1.0 |
536 | 2024-08-28T01:30:14.759Z | Compiling slog-async v2.8.0 |
537 | 2024-08-28T01:30:14.836Z | Checking winnow v0.6.18 |
538 | 2024-08-28T01:30:14.935Z | Compiling camino v1.1.9 |
539 | 2024-08-28T01:30:15.268Z | Checking match_cfg v0.1.0 |
540 | 2024-08-28T01:30:15.345Z | Checking zeroize v1.8.1 |
541 | 2024-08-28T01:30:15.534Z | Compiling anyhow v1.0.86 |
542 | 2024-08-28T01:30:15.586Z | Checking subtle v2.6.1 |
543 | 2024-08-28T01:30:15.666Z | Checking hostname v0.3.1 |
544 | 2024-08-28T01:30:15.896Z | Checking rand_chacha v0.3.1 |
545 | 2024-08-28T01:30:16.307Z | Checking digest v0.10.7 |
546 | 2024-08-28T01:30:16.577Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-08-28T01:30:16.607Z | Compiling darling v0.20.10 |
548 | 2024-08-28T01:30:16.709Z | Checking term v0.7.0 |
549 | 2024-08-28T01:30:16.994Z | Compiling structmeta v0.3.0 |
550 | 2024-08-28T01:30:17.145Z | Checking hyper-tls v0.5.0 |
551 | 2024-08-28T01:30:17.290Z | Checking hyper-rustls v0.24.2 |
552 | 2024-08-28T01:30:17.398Z | Compiling usdt-attr-macro v0.5.0 |
553 | 2024-08-28T01:30:17.406Z | Compiling usdt-macro v0.5.0 |
554 | 2024-08-28T01:30:17.571Z | Checking reqwest v0.11.27 |
555 | 2024-08-28T01:30:17.885Z | Checking slog-json v2.6.1 |
556 | 2024-08-28T01:30:17.909Z | Checking toml_edit v0.22.20 |
557 | 2024-08-28T01:30:18.122Z | Checking futures-executor v0.3.30 |
558 | 2024-08-28T01:30:18.326Z | Compiling async-stream-impl v0.3.5 |
559 | 2024-08-28T01:30:18.390Z | Checking http v1.1.0 |
560 | 2024-08-28T01:30:18.722Z | Checking memmap v0.7.0 |
561 | 2024-08-28T01:30:18.837Z | Checking is-terminal v0.4.13 |
562 | 2024-08-28T01:30:18.875Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
563 | 2024-08-28T01:30:18.921Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
564 | 2024-08-28T01:30:18.944Z | Checking atomic-waker v1.1.2 |
565 | 2024-08-28T01:30:19.070Z | Checking base64 v0.22.1 |
566 | 2024-08-28T01:30:19.167Z | Checking take_mut v0.2.2 |
567 | 2024-08-28T01:30:19.268Z | Checking cpufeatures v0.2.13 |
568 | 2024-08-28T01:30:19.346Z | Checking sha1 v0.10.6 |
569 | 2024-08-28T01:30:19.448Z | Checking tokio-rustls v0.25.0 |
570 | 2024-08-28T01:30:19.563Z | Checking rustls-pemfile v2.1.3 |
571 | 2024-08-28T01:30:19.587Z | Checking waitgroup v0.1.2 |
572 | 2024-08-28T01:30:19.628Z | Checking slog-term v2.9.1 |
573 | 2024-08-28T01:30:19.673Z | Checking async-stream v0.3.5 |
574 | 2024-08-28T01:30:19.705Z | Checking usdt v0.5.0 |
575 | 2024-08-28T01:30:19.780Z | Compiling strum_macros v0.26.4 |
576 | 2024-08-28T01:30:19.788Z | Checking futures v0.3.30 |
577 | 2024-08-28T01:30:19.841Z | Checking slog-bunyan v2.5.0 |
578 | 2024-08-28T01:30:19.877Z | Compiling parse-display-derive v0.10.0 |
579 | 2024-08-28T01:30:19.940Z | Compiling serde_with_macros v3.9.0 |
580 | 2024-08-28T01:30:20.086Z | Checking rand v0.8.5 |
581 | 2024-08-28T01:30:20.426Z | Checking newtype-uuid v1.1.0 |
582 | 2024-08-28T01:30:20.553Z | Checking toml v0.8.19 |
583 | 2024-08-28T01:30:20.654Z | Checking ipnetwork v0.20.0 |
584 | 2024-08-28T01:30:20.739Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
585 | 2024-08-28T01:30:21.003Z | Checking hex v0.4.3 |
586 | 2024-08-28T01:30:21.300Z | Checking serde_path_to_error v0.1.16 |
587 | 2024-08-28T01:30:21.358Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
588 | 2024-08-28T01:30:21.550Z | Compiling async-trait v0.1.81 |
589 | 2024-08-28T01:30:21.939Z | Checking hostname v0.4.0 |
590 | 2024-08-28T01:30:22.073Z | Checking instant v0.1.13 |
591 | 2024-08-28T01:30:22.163Z | Checking debug-ignore v1.0.5 |
592 | 2024-08-28T01:30:22.181Z | Checking backoff v0.4.0 |
593 | 2024-08-28T01:30:22.275Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-28T01:30:22.405Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
595 | 2024-08-28T01:30:22.447Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
596 | 2024-08-28T01:30:22.547Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
597 | 2024-08-28T01:30:22.618Z | Checking serde_with v3.9.0 |
598 | 2024-08-28T01:30:22.793Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
599 | 2024-08-28T01:30:22.879Z | Checking macaddr v1.0.1 |
600 | 2024-08-28T01:30:23.208Z | Checking regress v0.9.1 |
601 | 2024-08-28T01:30:23.889Z | Checking parse-display v0.10.0 |
602 | 2024-08-28T01:30:24.374Z | Checking strum v0.26.3 |
603 | 2024-08-28T01:30:25.341Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
604 | 2024-08-28T01:30:27.207Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
605 | 2024-08-28T01:30:27.263Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
606 | 2024-08-28T01:30:29.793Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
607 | 2024-08-28T01:30:34.851Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
608 | 2024-08-28T01:30:34.955Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
609 | 2024-08-28T01:30:37.664Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
610 | 2024-08-28T01:30:44.561Z | Checking test-project v0.1.0 (/tmp/test-project) |
611 | 2024-08-28T01:30:44.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
612 | 2024-08-28T01:30:44.677Z | + cargo build --release |
613 | 2024-08-28T01:30:44.932Z | Compiling proc-macro2 v1.0.86 |
614 | 2024-08-28T01:30:44.933Z | Compiling unicode-ident v1.0.12 |
615 | 2024-08-28T01:30:44.933Z | Compiling libc v0.2.158 |
616 | 2024-08-28T01:30:44.935Z | Compiling cfg-if v1.0.0 |
617 | 2024-08-28T01:30:44.935Z | Compiling version_check v0.9.5 |
618 | 2024-08-28T01:30:44.935Z | Compiling autocfg v1.3.0 |
619 | 2024-08-28T01:30:44.935Z | Compiling serde v1.0.209 |
620 | 2024-08-28T01:30:44.935Z | Compiling memchr v2.7.4 |
621 | 2024-08-28T01:30:45.053Z | Compiling serde_json v1.0.127 |
622 | 2024-08-28T01:30:45.114Z | Compiling itoa v1.0.11 |
623 | 2024-08-28T01:30:45.401Z | Compiling thiserror v1.0.63 |
624 | 2024-08-28T01:30:45.528Z | Compiling shlex v1.3.0 |
625 | 2024-08-28T01:30:45.575Z | Compiling ahash v0.8.11 |
626 | 2024-08-28T01:30:45.683Z | Compiling once_cell v1.19.0 |
627 | 2024-08-28T01:30:45.860Z | Compiling byteorder v1.5.0 |
628 | 2024-08-28T01:30:45.950Z | Compiling cc v1.1.15 |
629 | 2024-08-28T01:30:46.389Z | Compiling getrandom v0.2.15 |
630 | 2024-08-28T01:30:46.429Z | Compiling quote v1.0.37 |
631 | 2024-08-28T01:30:46.465Z | Compiling num-traits v0.2.19 |
632 | 2024-08-28T01:30:46.730Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-08-28T01:30:46.739Z | Compiling ryu v1.0.18 |
634 | 2024-08-28T01:30:46.813Z | Compiling syn v2.0.76 |
635 | 2024-08-28T01:30:46.898Z | Compiling log v0.4.22 |
636 | 2024-08-28T01:30:47.171Z | Compiling bytes v1.7.1 |
637 | 2024-08-28T01:30:47.177Z | Compiling schemars v0.8.21 |
638 | 2024-08-28T01:30:47.252Z | Compiling allocator-api2 v0.2.18 |
639 | 2024-08-28T01:30:47.358Z | Compiling lock_api v0.4.12 |
640 | 2024-08-28T01:30:47.552Z | Compiling parking_lot_core v0.9.10 |
641 | 2024-08-28T01:30:47.559Z | Compiling futures-core v0.3.30 |
642 | 2024-08-28T01:30:47.711Z | Compiling smallvec v1.13.2 |
643 | 2024-08-28T01:30:47.787Z | Compiling scopeguard v1.2.0 |
644 | 2024-08-28T01:30:47.824Z | Compiling mio v1.0.2 |
645 | 2024-08-28T01:30:48.010Z | Compiling socket2 v0.5.7 |
646 | 2024-08-28T01:30:48.062Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-08-28T01:30:48.483Z | Compiling slab v0.4.9 |
648 | 2024-08-28T01:30:48.843Z | Compiling parking_lot v0.12.3 |
649 | 2024-08-28T01:30:48.992Z | Compiling spin v0.9.8 |
650 | 2024-08-28T01:30:49.001Z | Compiling ring v0.17.8 |
651 | 2024-08-28T01:30:49.161Z | Compiling futures-sink v0.3.30 |
652 | 2024-08-28T01:30:49.310Z | Compiling fnv v1.0.7 |
653 | 2024-08-28T01:30:49.373Z | Compiling untrusted v0.9.0 |
654 | 2024-08-28T01:30:49.433Z | Compiling semver v1.0.23 |
655 | 2024-08-28T01:30:49.506Z | Compiling equivalent v1.0.1 |
656 | 2024-08-28T01:30:49.610Z | Compiling futures-channel v0.3.30 |
657 | 2024-08-28T01:30:49.867Z | Compiling vcpkg v0.2.15 |
658 | 2024-08-28T01:30:49.900Z | Compiling futures-task v0.3.30 |
659 | 2024-08-28T01:30:49.941Z | Compiling futures-io v0.3.30 |
660 | 2024-08-28T01:30:50.068Z | Compiling pkg-config v0.3.30 |
661 | 2024-08-28T01:30:50.178Z | Compiling heck v0.5.0 |
662 | 2024-08-28T01:30:50.271Z | Compiling pin-utils v0.1.0 |
663 | 2024-08-28T01:30:50.574Z | Compiling iana-time-zone v0.1.60 |
664 | 2024-08-28T01:30:50.677Z | Compiling ucd-trie v0.1.6 |
665 | 2024-08-28T01:30:51.143Z | Compiling http v0.2.12 |
666 | 2024-08-28T01:30:51.277Z | Compiling httparse v1.9.4 |
667 | 2024-08-28T01:30:51.398Z | Compiling dyn-clone v1.0.17 |
668 | 2024-08-28T01:30:51.490Z | Compiling openssl-sys v0.9.103 |
669 | 2024-08-28T01:30:52.108Z | Compiling tracing-core v0.1.32 |
670 | 2024-08-28T01:30:52.634Z | Compiling uuid v1.10.0 |
671 | 2024-08-28T01:30:52.778Z | Compiling chrono v0.4.38 |
672 | 2024-08-28T01:30:53.203Z | Compiling tracing v0.1.40 |
673 | 2024-08-28T01:30:54.472Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-08-28T01:30:54.826Z | Compiling foreign-types-shared v0.1.1 |
675 | 2024-08-28T01:30:54.947Z | Compiling openssl v0.10.66 |
676 | 2024-08-28T01:30:54.977Z | Compiling slog v2.7.0 |
677 | 2024-08-28T01:30:55.251Z | Compiling try-lock v0.2.5 |
678 | 2024-08-28T01:30:55.384Z | Compiling want v0.3.1 |
679 | 2024-08-28T01:30:55.416Z | Compiling foreign-types v0.3.2 |
680 | 2024-08-28T01:30:55.530Z | Compiling http-body v0.4.6 |
681 | 2024-08-28T01:30:55.937Z | Compiling aho-corasick v1.1.3 |
682 | 2024-08-28T01:30:55.996Z | Compiling native-tls v0.2.12 |
683 | 2024-08-28T01:30:56.389Z | Compiling rustls v0.21.12 |
684 | 2024-08-28T01:30:56.723Z | Compiling regex-syntax v0.8.4 |
685 | 2024-08-28T01:30:56.761Z | Compiling tower-service v0.3.3 |
686 | 2024-08-28T01:30:56.878Z | Compiling typenum v1.17.0 |
687 | 2024-08-28T01:30:56.953Z | Compiling tinyvec_macros v0.1.1 |
688 | 2024-08-28T01:30:57.036Z | Compiling bitflags v2.6.0 |
689 | 2024-08-28T01:30:57.084Z | Compiling httpdate v1.0.3 |
690 | 2024-08-28T01:30:57.383Z | Compiling percent-encoding v2.3.1 |
691 | 2024-08-28T01:30:57.823Z | Compiling form_urlencoded v1.2.1 |
692 | 2024-08-28T01:30:57.829Z | Compiling tinyvec v1.8.0 |
693 | 2024-08-28T01:30:58.370Z | Compiling generic-array v0.14.7 |
694 | 2024-08-28T01:30:58.807Z | Compiling openssl-probe v0.1.5 |
695 | 2024-08-28T01:30:59.532Z | Compiling serde_derive v1.0.209 |
696 | 2024-08-28T01:30:59.551Z | Compiling zerocopy-derive v0.7.35 |
697 | 2024-08-28T01:30:59.764Z | Compiling thiserror-impl v1.0.63 |
698 | 2024-08-28T01:30:59.855Z | Compiling schemars_derive v0.8.21 |
699 | 2024-08-28T01:31:00.338Z | Compiling tokio-macros v2.4.0 |
700 | 2024-08-28T01:31:01.603Z | Compiling zerocopy v0.7.35 |
701 | 2024-08-28T01:31:02.511Z | Compiling tokio v1.39.3 |
702 | 2024-08-28T01:31:02.716Z | Compiling futures-macro v0.3.30 |
703 | 2024-08-28T01:31:02.885Z | Compiling pest v2.7.11 |
704 | 2024-08-28T01:31:03.807Z | Compiling hashbrown v0.14.5 |
705 | 2024-08-28T01:31:04.687Z | Compiling futures-util v0.3.30 |
706 | 2024-08-28T01:31:05.404Z | Compiling pest_meta v2.7.11 |
707 | 2024-08-28T01:31:05.468Z | Compiling regress v0.10.0 |
708 | 2024-08-28T01:31:05.762Z | Compiling openssl-macros v0.1.1 |
709 | 2024-08-28T01:31:06.589Z | Compiling pest_generator v2.7.11 |
710 | 2024-08-28T01:31:09.447Z | Compiling pest_derive v2.7.11 |
711 | 2024-08-28T01:31:10.357Z | Compiling sct v0.7.1 |
712 | 2024-08-28T01:31:10.365Z | Compiling rustls-webpki v0.101.7 |
713 | 2024-08-28T01:31:10.768Z | Compiling regex-automata v0.4.7 |
714 | 2024-08-28T01:31:11.705Z | Compiling tokio-util v0.7.11 |
715 | 2024-08-28T01:31:13.980Z | Compiling indexmap v2.4.0 |
716 | 2024-08-28T01:31:14.722Z | Compiling serde_tokenstream v0.2.2 |
717 | 2024-08-28T01:31:17.747Z | Compiling h2 v0.3.26 |
718 | 2024-08-28T01:31:20.493Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
719 | 2024-08-28T01:31:23.032Z | Compiling hyper v0.14.30 |
720 | 2024-08-28T01:31:25.186Z | Compiling regex v1.10.6 |
721 | 2024-08-28T01:31:27.718Z | Compiling scroll_derive v0.12.0 |
722 | 2024-08-28T01:31:29.204Z | Compiling unicode-normalization v0.1.23 |
723 | 2024-08-28T01:31:31.148Z | Compiling usdt-impl v0.5.0 |
724 | 2024-08-28T01:31:31.543Z | Compiling encoding_rs v0.8.34 |
725 | 2024-08-28T01:31:32.625Z | Compiling unicode-bidi v0.3.15 |
726 | 2024-08-28T01:31:32.956Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
727 | 2024-08-28T01:31:33.717Z | Compiling num-conv v0.1.0 |
728 | 2024-08-28T01:31:33.989Z | Compiling mime v0.3.17 |
729 | 2024-08-28T01:31:35.100Z | Compiling time-core v0.1.2 |
730 | 2024-08-28T01:31:35.685Z | Compiling powerfmt v0.2.0 |
731 | 2024-08-28T01:31:36.119Z | Compiling deranged v0.3.11 |
732 | 2024-08-28T01:31:36.961Z | Compiling time-macros v0.2.18 |
733 | 2024-08-28T01:31:38.479Z | Compiling idna v0.5.0 |
734 | 2024-08-28T01:31:42.053Z | Compiling scroll v0.12.0 |
735 | 2024-08-28T01:31:42.367Z | Compiling tokio-rustls v0.24.1 |
736 | 2024-08-28T01:31:42.510Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-08-28T01:31:42.686Z | Compiling dof v0.3.0 |
738 | 2024-08-28T01:31:42.785Z | Compiling serde_urlencoded v0.7.1 |
739 | 2024-08-28T01:31:42.799Z | Compiling dtrace-parser v0.2.0 |
740 | 2024-08-28T01:31:44.534Z | Compiling thread-id v4.2.2 |
741 | 2024-08-28T01:31:44.635Z | Compiling ident_case v1.0.1 |
742 | 2024-08-28T01:31:44.804Z | Compiling num_threads v0.1.7 |
743 | 2024-08-28T01:31:45.163Z | Compiling omicron-workspace-hack v0.1.0 |
744 | 2024-08-28T01:31:45.183Z | Compiling strsim v0.11.1 |
745 | 2024-08-28T01:31:45.487Z | Compiling rustls-pki-types v1.8.0 |
746 | 2024-08-28T01:31:45.930Z | Compiling crossbeam-utils v0.8.20 |
747 | 2024-08-28T01:31:46.224Z | Compiling plain v0.2.3 |
748 | 2024-08-28T01:31:46.722Z | Compiling base64 v0.21.7 |
749 | 2024-08-28T01:31:47.853Z | Compiling rustls-pemfile v1.0.4 |
750 | 2024-08-28T01:31:48.673Z | Compiling time v0.3.36 |
751 | 2024-08-28T01:31:49.652Z | Compiling goblin v0.8.2 |
752 | 2024-08-28T01:31:50.464Z | Compiling darling_core v0.20.10 |
753 | 2024-08-28T01:31:56.519Z | Compiling hyper-rustls v0.24.2 |
754 | 2024-08-28T01:31:56.679Z | Compiling hyper-tls v0.5.0 |
755 | 2024-08-28T01:31:56.945Z | Compiling url v2.5.2 |
756 | 2024-08-28T01:31:57.176Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
757 | 2024-08-28T01:31:57.296Z | Compiling openapiv3 v2.0.0 |
758 | 2024-08-28T01:31:57.866Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-08-28T01:31:58.422Z | Compiling webpki-roots v0.25.4 |
760 | 2024-08-28T01:31:58.584Z | Compiling unsafe-libyaml v0.2.11 |
761 | 2024-08-28T01:31:58.947Z | Compiling ipnet v2.9.0 |
762 | 2024-08-28T01:32:00.364Z | Compiling rustversion v1.0.17 |
763 | 2024-08-28T01:32:01.044Z | Compiling sync_wrapper v0.1.2 |
764 | 2024-08-28T01:32:01.166Z | Compiling rustls v0.22.4 |
765 | 2024-08-28T01:32:01.503Z | Compiling pretty-hex v0.4.1 |
766 | 2024-08-28T01:32:01.530Z | Compiling paste v1.0.15 |
767 | 2024-08-28T01:32:01.582Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
768 | 2024-08-28T01:32:02.091Z | Compiling reqwest v0.11.27 |
769 | 2024-08-28T01:32:02.732Z | Compiling serde_yaml v0.9.34+deprecated |
770 | 2024-08-28T01:32:04.639Z | Compiling dirs-next v2.0.0 |
771 | 2024-08-28T01:32:04.894Z | Compiling darling_macro v0.20.10 |
772 | 2024-08-28T01:32:08.054Z | Compiling rustls-webpki v0.102.7 |
773 | 2024-08-28T01:32:08.354Z | Compiling crypto-common v0.1.6 |
774 | 2024-08-28T01:32:08.511Z | Compiling block-buffer v0.10.4 |
775 | 2024-08-28T01:32:08.569Z | Compiling serde_spanned v0.6.7 |
776 | 2024-08-28T01:32:08.745Z | Compiling toml_datetime v0.6.8 |
777 | 2024-08-28T01:32:08.802Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-08-28T01:32:09.427Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-08-28T01:32:09.709Z | Compiling rand_core v0.6.4 |
780 | 2024-08-28T01:32:10.292Z | Compiling thread_local v1.1.8 |
781 | 2024-08-28T01:32:10.526Z | Compiling multer v3.1.0 |
782 | 2024-08-28T01:32:10.923Z | Compiling anyhow v1.0.86 |
783 | 2024-08-28T01:32:11.006Z | Compiling camino v1.1.9 |
784 | 2024-08-28T01:32:11.476Z | Compiling subtle v2.6.1 |
785 | 2024-08-28T01:32:11.611Z | Compiling winnow v0.6.18 |
786 | 2024-08-28T01:32:11.748Z | Compiling zeroize v1.8.1 |
787 | 2024-08-28T01:32:12.090Z | Compiling match_cfg v0.1.0 |
788 | 2024-08-28T01:32:12.175Z | Compiling slog-async v2.8.0 |
789 | 2024-08-28T01:32:12.211Z | Compiling structmeta v0.3.0 |
790 | 2024-08-28T01:32:12.400Z | Compiling hostname v0.3.1 |
791 | 2024-08-28T01:32:12.743Z | Compiling rand_chacha v0.3.1 |
792 | 2024-08-28T01:32:12.790Z | Compiling digest v0.10.7 |
793 | 2024-08-28T01:32:13.191Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
794 | 2024-08-28T01:32:14.096Z | Compiling crossbeam-channel v0.5.13 |
795 | 2024-08-28T01:32:15.737Z | Compiling toml_edit v0.22.20 |
796 | 2024-08-28T01:32:16.083Z | Compiling darling v0.20.10 |
797 | 2024-08-28T01:32:16.185Z | Compiling term v0.7.0 |
798 | 2024-08-28T01:32:20.845Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-28T01:32:23.995Z | Compiling usdt-attr-macro v0.5.0 |
800 | 2024-08-28T01:32:24.970Z | Compiling usdt-macro v0.5.0 |
801 | 2024-08-28T01:32:25.519Z | Compiling slog-json v2.6.1 |
802 | 2024-08-28T01:32:26.005Z | Compiling futures-executor v0.3.30 |
803 | 2024-08-28T01:32:26.239Z | Compiling async-stream-impl v0.3.5 |
804 | 2024-08-28T01:32:27.215Z | Compiling http v1.1.0 |
805 | 2024-08-28T01:32:27.603Z | Compiling is-terminal v0.4.13 |
806 | 2024-08-28T01:32:27.717Z | Compiling memmap v0.7.0 |
807 | 2024-08-28T01:32:28.152Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
808 | 2024-08-28T01:32:28.513Z | Compiling atomic-waker v1.1.2 |
809 | 2024-08-28T01:32:28.550Z | Compiling cpufeatures v0.2.13 |
810 | 2024-08-28T01:32:28.642Z | Compiling take_mut v0.2.2 |
811 | 2024-08-28T01:32:28.689Z | Compiling base64 v0.22.1 |
812 | 2024-08-28T01:32:29.780Z | Compiling rustls-pemfile v2.1.3 |
813 | 2024-08-28T01:32:32.090Z | Compiling sha1 v0.10.6 |
814 | 2024-08-28T01:32:32.426Z | Compiling waitgroup v0.1.2 |
815 | 2024-08-28T01:32:32.686Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
816 | 2024-08-28T01:32:32.860Z | Compiling usdt v0.5.0 |
817 | 2024-08-28T01:32:32.902Z | Compiling slog-term v2.9.1 |
818 | 2024-08-28T01:32:33.356Z | Compiling async-stream v0.3.5 |
819 | 2024-08-28T01:32:33.696Z | Compiling futures v0.3.30 |
820 | 2024-08-28T01:32:33.890Z | Compiling slog-bunyan v2.5.0 |
821 | 2024-08-28T01:32:34.150Z | Compiling strum_macros v0.26.4 |
822 | 2024-08-28T01:32:34.416Z | Compiling toml v0.8.19 |
823 | 2024-08-28T01:32:35.822Z | Compiling tokio-rustls v0.25.0 |
824 | 2024-08-28T01:32:36.258Z | Compiling serde_with_macros v3.9.0 |
825 | 2024-08-28T01:32:38.757Z | Compiling rand v0.8.5 |
826 | 2024-08-28T01:32:40.579Z | Compiling parse-display-derive v0.10.0 |
827 | 2024-08-28T01:32:40.667Z | Compiling ipnetwork v0.20.0 |
828 | 2024-08-28T01:32:40.670Z | Compiling newtype-uuid v1.1.0 |
829 | 2024-08-28T01:32:40.998Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
830 | 2024-08-28T01:32:42.105Z | Compiling hex v0.4.3 |
831 | 2024-08-28T01:32:42.785Z | Compiling serde_path_to_error v0.1.16 |
832 | 2024-08-28T01:32:43.807Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-08-28T01:32:44.631Z | Compiling async-trait v0.1.81 |
834 | 2024-08-28T01:32:44.652Z | Compiling hostname v0.4.0 |
835 | 2024-08-28T01:32:44.894Z | Compiling instant v0.1.13 |
836 | 2024-08-28T01:32:45.048Z | Compiling debug-ignore v1.0.5 |
837 | 2024-08-28T01:32:45.190Z | Compiling backoff v0.4.0 |
838 | 2024-08-28T01:32:45.312Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-28T01:32:45.448Z | Compiling parse-display v0.10.0 |
840 | 2024-08-28T01:32:45.509Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
841 | 2024-08-28T01:32:45.518Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
842 | 2024-08-28T01:32:45.674Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
843 | 2024-08-28T01:32:46.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
844 | 2024-08-28T01:32:46.300Z | Compiling serde_with v3.9.0 |
845 | 2024-08-28T01:32:47.521Z | Compiling strum v0.26.3 |
846 | 2024-08-28T01:32:47.698Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
847 | 2024-08-28T01:32:48.550Z | Compiling macaddr v1.0.1 |
848 | 2024-08-28T01:32:49.196Z | Compiling regress v0.9.1 |
849 | 2024-08-28T01:32:54.620Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
850 | 2024-08-28T01:33:04.539Z | Compiling test-project v0.1.0 (/tmp/test-project) |
851 | 2024-08-28T01:33:13.344Z | Finished `release` profile [optimized] target(s) in 2m 28s |
852 | 2024-08-28T01:33:13.402Z | process exited: duration 223459 ms, exit code 0 |
|
853 | 2024-08-28T01:33:13.409Z | found 0 output files |