|
|
|
1 | 2024-09-01T20:18:09.702Z | job assigned to worker 01J6QKRQMCCZBQ6RRSEXDYWYNP (queued for 33 s) |
|
2 | 2024-09-01T20:18:10.075Z | starting task 0: "setup" |
3 | 2024-09-01T20:18:10.099Z | ++ uname -s |
4 | 2024-09-01T20:18:10.099Z | + kern=SunOS |
5 | 2024-09-01T20:18:10.099Z | + case "$kern" in |
6 | 2024-09-01T20:18:10.099Z | + groupadd -g 12345 build |
7 | 2024-09-01T20:18:10.099Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-01T20:18:12.110Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-01T20:18:12.153Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-01T20:18:12.177Z | + home_fs=zfs |
11 | 2024-09-01T20:18:12.177Z | + [[ zfs == autofs ]] |
12 | 2024-09-01T20:18:12.177Z | + mkdir -p /home/build |
13 | 2024-09-01T20:18:12.177Z | + chown build:build /home/build /work |
14 | 2024-09-01T20:18:13.163Z | + chmod 0700 /home/build /work |
15 | 2024-09-01T20:18:13.188Z | process exited: duration 3092 ms, exit code 0 |
|
16 | 2024-09-01T20:18:13.237Z | starting task 1: "rust-toolchain" |
17 | 2024-09-01T20:18:13.261Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-01T20:18:13.261Z | ' 1.80.1 |
19 | 2024-09-01T20:18:13.261Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-01T20:18:13.261Z | ' default |
21 | 2024-09-01T20:18:13.261Z | * toolchain channel = "1.80.1" |
22 | 2024-09-01T20:18:13.261Z | * toolchain profile = "default" |
23 | 2024-09-01T20:18:13.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-01T20:18:13.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-01T20:18:13.394Z | info: downloading installer |
26 | 2024-09-01T20:18:13.901Z | info: profile set to 'default' |
27 | 2024-09-01T20:18:13.901Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-01T20:18:13.924Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-01T20:18:14.013Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-01T20:18:14.013Z | info: downloading component 'cargo' |
31 | 2024-09-01T20:18:14.157Z | info: downloading component 'clippy' |
32 | 2024-09-01T20:18:14.207Z | info: downloading component 'rust-docs' |
33 | 2024-09-01T20:18:14.371Z | info: downloading component 'rust-std' |
34 | 2024-09-01T20:18:14.612Z | info: downloading component 'rustc' |
35 | 2024-09-01T20:18:15.510Z | info: downloading component 'rustfmt' |
36 | 2024-09-01T20:18:15.553Z | info: installing component 'cargo' |
37 | 2024-09-01T20:18:16.674Z | info: installing component 'clippy' |
38 | 2024-09-01T20:18:17.120Z | info: installing component 'rust-docs' |
39 | 2024-09-01T20:18:19.971Z | info: installing component 'rust-std' |
40 | 2024-09-01T20:18:21.881Z | info: installing component 'rustc' |
41 | 2024-09-01T20:18:27.199Z | info: installing component 'rustfmt' |
42 | 2024-09-01T20:18:27.617Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-01T20:18:27.618Z | |
44 | 2024-09-01T20:18:27.743Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-01T20:18:27.743Z | |
46 | 2024-09-01T20:18:27.768Z | |
47 | 2024-09-01T20:18:27.768Z | Rust is installed now. Great! |
48 | 2024-09-01T20:18:27.768Z | |
49 | 2024-09-01T20:18:27.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-01T20:18:27.768Z | environment variable. This has not been done automatically. |
51 | 2024-09-01T20:18:27.768Z | |
52 | 2024-09-01T20:18:27.768Z | To configure your current shell, you need to source |
53 | 2024-09-01T20:18:27.768Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-01T20:18:27.768Z | |
55 | 2024-09-01T20:18:27.768Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-01T20:18:27.768Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-01T20:18:27.768Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-01T20:18:27.813Z | + rustc --version |
59 | 2024-09-01T20:18:27.929Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-01T20:18:27.953Z | process exited: duration 14697 ms, exit code 0 |
|
61 | 2024-09-01T20:18:28.005Z | starting task 2: "authentication" |
62 | 2024-09-01T20:18:28.061Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-09-01T20:18:28.109Z | starting task 3: "clone repository" |
64 | 2024-09-01T20:18:28.133Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-01T20:18:28.133Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-01T20:18:28.157Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-01T20:18:33.384Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-01T20:18:33.384Z | + git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
69 | 2024-09-01T20:18:33.806Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-01T20:18:33.806Z | * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD |
71 | 2024-09-01T20:18:33.880Z | + [[ -n eliza/486-sa-errors ]] |
72 | 2024-09-01T20:18:33.880Z | ++ git branch --show-current |
73 | 2024-09-01T20:18:33.880Z | + current=main |
74 | 2024-09-01T20:18:33.880Z | + [[ main != eliza/486-sa-errors ]] |
75 | 2024-09-01T20:18:33.881Z | + git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
76 | 2024-09-01T20:18:33.881Z | + git checkout -f eliza/486-sa-errors |
77 | 2024-09-01T20:18:33.976Z | Switched to branch 'eliza/486-sa-errors' |
78 | 2024-09-01T20:18:33.977Z | + git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
79 | 2024-09-01T20:18:34.051Z | HEAD is now at 1b3fcadee blehhh rustfmt |
80 | 2024-09-01T20:18:34.080Z | process exited: duration 5942 ms, exit code 0 |
|
81 | 2024-09-01T20:18:34.143Z | starting task 4: "build" |
82 | 2024-09-01T20:18:34.168Z | + cargo --version |
83 | 2024-09-01T20:18:34.249Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-01T20:18:34.274Z | + rustc --version |
85 | 2024-09-01T20:18:34.353Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-01T20:18:34.385Z | + cd /tmp |
87 | 2024-09-01T20:18:34.385Z | + cargo new --lib test-project |
88 | 2024-09-01T20:18:34.447Z | Creating library `test-project` package |
89 | 2024-09-01T20:18:34.578Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-01T20:18:34.602Z | + cd test-project |
91 | 2024-09-01T20:18:34.603Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-01T20:18:34.684Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-01T20:18:34.684Z | Features: |
94 | 2024-09-01T20:18:34.684Z | - proptest |
95 | 2024-09-01T20:18:34.684Z | - test-strategy |
96 | 2024-09-01T20:18:34.684Z | - testing |
97 | 2024-09-01T20:18:34.710Z | Updating crates.io index |
98 | 2024-09-01T20:18:34.753Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-01T20:18:35.867Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-01T20:18:36.805Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-01T20:18:37.405Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-01T20:18:39.470Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-01T20:18:39.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-01T20:18:40.426Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-01T20:18:44.320Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-01T20:18:44.320Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-01T20:18:44.369Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-01T20:18:44.370Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-01T20:18:44.370Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-01T20:18:44.370Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-01T20:18:44.370Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-01T20:18:44.370Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-01T20:18:44.370Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-01T20:18:44.370Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-01T20:18:44.370Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-01T20:18:44.370Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-01T20:18:44.370Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-01T20:18:44.370Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-01T20:18:44.370Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-01T20:18:44.370Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-01T20:18:44.370Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-09-01T20:18:44.370Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-01T20:18:44.370Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-01T20:18:44.370Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-01T20:18:44.370Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-01T20:18:44.370Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-01T20:18:44.370Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-09-01T20:18:44.370Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-01T20:18:44.370Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-01T20:18:44.370Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-01T20:18:44.371Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-01T20:18:44.371Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-01T20:18:44.371Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-01T20:18:44.371Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-01T20:18:44.371Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-01T20:18:44.371Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-01T20:18:44.371Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-01T20:18:44.371Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-01T20:18:44.371Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-01T20:18:44.404Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-01T20:18:44.404Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-01T20:18:44.405Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-01T20:18:44.405Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-01T20:18:44.405Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-01T20:18:44.405Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-01T20:18:44.405Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-01T20:18:44.405Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-01T20:18:44.405Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-01T20:18:44.405Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-01T20:18:44.406Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-01T20:18:44.406Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-01T20:18:44.406Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-01T20:18:44.406Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-01T20:18:44.442Z | + cargo check |
155 | 2024-09-01T20:18:44.788Z | Downloading crates ... |
156 | 2024-09-01T20:18:44.860Z | Downloaded openssl-macros v0.1.1 |
157 | 2024-09-01T20:18:44.894Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-09-01T20:18:44.894Z | Downloaded omicron-workspace-hack v0.1.0 |
159 | 2024-09-01T20:18:44.894Z | Downloaded hex v0.4.3 |
160 | 2024-09-01T20:18:44.894Z | Downloaded macaddr v1.0.1 |
161 | 2024-09-01T20:18:44.895Z | Downloaded want v0.3.1 |
162 | 2024-09-01T20:18:44.895Z | Downloaded multer v3.1.0 |
163 | 2024-09-01T20:18:44.932Z | Downloaded take_mut v0.2.2 |
164 | 2024-09-01T20:18:44.932Z | Downloaded thread_local v1.1.8 |
165 | 2024-09-01T20:18:44.932Z | Downloaded tinyvec_macros v0.1.1 |
166 | 2024-09-01T20:18:44.932Z | Downloaded time-macros v0.2.18 |
167 | 2024-09-01T20:18:44.932Z | Downloaded tokio-rustls v0.24.1 |
168 | 2024-09-01T20:18:44.933Z | Downloaded toml v0.8.19 |
169 | 2024-09-01T20:18:44.933Z | Downloaded tinyvec v1.8.0 |
170 | 2024-09-01T20:18:44.990Z | Downloaded http v1.1.0 |
171 | 2024-09-01T20:18:44.990Z | Downloaded time v0.3.36 |
172 | 2024-09-01T20:18:44.990Z | Downloaded sync_wrapper v0.1.2 |
173 | 2024-09-01T20:18:44.990Z | Downloaded slog-json v2.6.1 |
174 | 2024-09-01T20:18:44.990Z | Downloaded serde_urlencoded v0.7.1 |
175 | 2024-09-01T20:18:44.990Z | Downloaded structmeta v0.3.0 |
176 | 2024-09-01T20:18:44.990Z | Downloaded serde_tokenstream v0.2.2 |
177 | 2024-09-01T20:18:44.990Z | Downloaded strum_macros v0.26.4 |
178 | 2024-09-01T20:18:44.990Z | Downloaded tokio v1.40.0 |
179 | 2024-09-01T20:18:45.037Z | Downloaded sha1 v0.10.6 |
180 | 2024-09-01T20:18:45.037Z | Downloaded term v0.7.0 |
181 | 2024-09-01T20:18:45.037Z | Downloaded subtle v2.6.1 |
182 | 2024-09-01T20:18:45.037Z | Downloaded encoding_rs v0.8.34 |
183 | 2024-09-01T20:18:45.079Z | Downloaded rand v0.8.5 |
184 | 2024-09-01T20:18:45.079Z | Downloaded serde_with v3.9.0 |
185 | 2024-09-01T20:18:45.079Z | Downloaded zerocopy v0.7.35 |
186 | 2024-09-01T20:18:45.121Z | Downloaded syn v2.0.77 |
187 | 2024-09-01T20:18:45.121Z | Downloaded rustls-webpki v0.102.7 |
188 | 2024-09-01T20:18:45.121Z | Downloaded rustls v0.22.4 |
189 | 2024-09-01T20:18:45.146Z | Downloaded regex-automata v0.4.7 |
190 | 2024-09-01T20:18:45.175Z | Downloaded rustls v0.21.12 |
191 | 2024-09-01T20:18:45.176Z | Downloaded regress v0.10.0 |
192 | 2024-09-01T20:18:45.201Z | Downloaded regress v0.9.1 |
193 | 2024-09-01T20:18:45.201Z | Downloaded regex-syntax v0.8.4 |
194 | 2024-09-01T20:18:45.201Z | Downloaded regex v1.10.6 |
195 | 2024-09-01T20:18:45.227Z | Downloaded webpki-roots v0.25.4 |
196 | 2024-09-01T20:18:45.227Z | Downloaded vcpkg v0.2.15 |
197 | 2024-09-01T20:18:45.265Z | Downloaded serde_json v1.0.127 |
198 | 2024-09-01T20:18:45.308Z | Downloaded rustls-webpki v0.101.7 |
199 | 2024-09-01T20:18:45.308Z | Downloaded reqwest v0.11.27 |
200 | 2024-09-01T20:18:45.308Z | Downloaded winnow v0.6.18 |
201 | 2024-09-01T20:18:45.337Z | Downloaded serde v1.0.209 |
202 | 2024-09-01T20:18:45.338Z | Downloaded unicode-normalization v0.1.23 |
203 | 2024-09-01T20:18:45.338Z | Downloaded pest v2.7.11 |
204 | 2024-09-01T20:18:45.338Z | Downloaded spin v0.9.8 |
205 | 2024-09-01T20:18:45.338Z | Downloaded socket2 v0.5.7 |
206 | 2024-09-01T20:18:45.338Z | Downloaded smallvec v1.13.2 |
207 | 2024-09-01T20:18:45.338Z | Downloaded slog-async v2.8.0 |
208 | 2024-09-01T20:18:45.338Z | Downloaded slog v2.7.0 |
209 | 2024-09-01T20:18:45.338Z | Downloaded ring v0.17.8 |
210 | 2024-09-01T20:18:45.411Z | Downloaded slab v0.4.9 |
211 | 2024-09-01T20:18:45.438Z | Downloaded serde_yaml v0.9.34+deprecated |
212 | 2024-09-01T20:18:45.438Z | Downloaded serde_with_macros v3.9.0 |
213 | 2024-09-01T20:18:45.438Z | Downloaded serde_derive_internals v0.29.1 |
214 | 2024-09-01T20:18:45.439Z | Downloaded serde_derive v1.0.209 |
215 | 2024-09-01T20:18:45.439Z | Downloaded sct v0.7.1 |
216 | 2024-09-01T20:18:45.439Z | Downloaded scroll v0.12.0 |
217 | 2024-09-01T20:18:45.439Z | Downloaded schemars v0.8.21 |
218 | 2024-09-01T20:18:45.493Z | Downloaded ryu v1.0.18 |
219 | 2024-09-01T20:18:45.493Z | Downloaded rustls-pki-types v1.8.0 |
220 | 2024-09-01T20:18:45.493Z | Downloaded proc-macro2 v1.0.86 |
221 | 2024-09-01T20:18:45.493Z | Downloaded pest_meta v2.7.11 |
222 | 2024-09-01T20:18:45.493Z | Downloaded pest_derive v2.7.11 |
223 | 2024-09-01T20:18:45.494Z | Downloaded zeroize v1.8.1 |
224 | 2024-09-01T20:18:45.494Z | Downloaded uuid v1.10.0 |
225 | 2024-09-01T20:18:45.494Z | Downloaded url v2.5.2 |
226 | 2024-09-01T20:18:45.494Z | Downloaded unsafe-libyaml v0.2.11 |
227 | 2024-09-01T20:18:45.495Z | Downloaded rustls-pemfile v1.0.4 |
228 | 2024-09-01T20:18:45.495Z | Downloaded slog-term v2.9.1 |
229 | 2024-09-01T20:18:45.535Z | Downloaded sha2 v0.10.8 |
230 | 2024-09-01T20:18:45.535Z | Downloaded serde_spanned v0.6.7 |
231 | 2024-09-01T20:18:45.535Z | Downloaded libc v0.2.158 |
232 | 2024-09-01T20:18:45.535Z | Downloaded rand_core v0.6.4 |
233 | 2024-09-01T20:18:45.535Z | Downloaded ppv-lite86 v0.2.20 |
234 | 2024-09-01T20:18:45.535Z | Downloaded shlex v1.3.0 |
235 | 2024-09-01T20:18:45.535Z | Downloaded schemars_derive v0.8.21 |
236 | 2024-09-01T20:18:45.536Z | Downloaded plain v0.2.3 |
237 | 2024-09-01T20:18:45.536Z | Downloaded serde_path_to_error v0.1.16 |
238 | 2024-09-01T20:18:45.536Z | Downloaded slog-bunyan v2.5.0 |
239 | 2024-09-01T20:18:45.536Z | Downloaded pin-utils v0.1.0 |
240 | 2024-09-01T20:18:45.536Z | Downloaded percent-encoding v2.3.1 |
241 | 2024-09-01T20:18:45.536Z | Downloaded parse-display-derive v0.10.0 |
242 | 2024-09-01T20:18:45.537Z | Downloaded parking_lot_core v0.9.10 |
243 | 2024-09-01T20:18:45.571Z | Downloaded unicode-ident v1.0.12 |
244 | 2024-09-01T20:18:45.571Z | Downloaded unicode-bidi v0.3.15 |
245 | 2024-09-01T20:18:45.571Z | Downloaded strum v0.26.3 |
246 | 2024-09-01T20:18:45.571Z | Downloaded semver v1.0.23 |
247 | 2024-09-01T20:18:45.571Z | Downloaded rustls-pemfile v2.1.3 |
248 | 2024-09-01T20:18:45.572Z | Downloaded quote v1.0.37 |
249 | 2024-09-01T20:18:45.572Z | Downloaded pin-project-lite v0.2.14 |
250 | 2024-09-01T20:18:45.572Z | Downloaded paste v1.0.15 |
251 | 2024-09-01T20:18:45.572Z | Downloaded untrusted v0.9.0 |
252 | 2024-09-01T20:18:45.572Z | Downloaded openssl v0.10.66 |
253 | 2024-09-01T20:18:45.572Z | Downloaded openapiv3 v2.0.0 |
254 | 2024-09-01T20:18:45.611Z | Downloaded idna v0.5.0 |
255 | 2024-09-01T20:18:45.613Z | Downloaded tracing-core v0.1.32 |
256 | 2024-09-01T20:18:45.614Z | Downloaded tracing v0.1.40 |
257 | 2024-09-01T20:18:45.614Z | Downloaded toml_edit v0.22.20 |
258 | 2024-09-01T20:18:45.645Z | Downloaded tokio-util v0.7.11 |
259 | 2024-09-01T20:18:45.645Z | Downloaded structmeta-derive v0.3.0 |
260 | 2024-09-01T20:18:45.645Z | Downloaded signal-hook-registry v1.4.2 |
261 | 2024-09-01T20:18:45.645Z | Downloaded rustversion v1.0.17 |
262 | 2024-09-01T20:18:45.645Z | Downloaded hyper v0.14.30 |
263 | 2024-09-01T20:18:45.645Z | Downloaded h2 v0.3.26 |
264 | 2024-09-01T20:18:45.670Z | Downloaded goblin v0.8.2 |
265 | 2024-09-01T20:18:45.670Z | Downloaded chrono v0.4.38 |
266 | 2024-09-01T20:18:45.670Z | Downloaded http v0.2.12 |
267 | 2024-09-01T20:18:45.670Z | Downloaded aho-corasick v1.1.3 |
268 | 2024-09-01T20:18:45.670Z | Downloaded ucd-trie v0.1.6 |
269 | 2024-09-01T20:18:45.671Z | Downloaded typenum v1.17.0 |
270 | 2024-09-01T20:18:45.699Z | Downloaded mio v1.0.2 |
271 | 2024-09-01T20:18:45.699Z | Downloaded hashbrown v0.14.5 |
272 | 2024-09-01T20:18:45.699Z | Downloaded futures-util v0.3.30 |
273 | 2024-09-01T20:18:45.737Z | Downloaded rand_chacha v0.3.1 |
274 | 2024-09-01T20:18:45.737Z | Downloaded pkg-config v0.3.30 |
275 | 2024-09-01T20:18:45.738Z | Downloaded zerocopy-derive v0.7.35 |
276 | 2024-09-01T20:18:45.738Z | Downloaded usdt v0.5.0 |
277 | 2024-09-01T20:18:45.738Z | Downloaded futures v0.3.30 |
278 | 2024-09-01T20:18:45.738Z | Downloaded tokio-macros v2.4.0 |
279 | 2024-09-01T20:18:45.739Z | Downloaded tokio-rustls v0.25.0 |
280 | 2024-09-01T20:18:45.739Z | Downloaded strsim v0.11.1 |
281 | 2024-09-01T20:18:45.740Z | Downloaded parse-display v0.10.0 |
282 | 2024-09-01T20:18:45.740Z | Downloaded usdt-impl v0.5.0 |
283 | 2024-09-01T20:18:45.740Z | Downloaded openssl-sys v0.9.103 |
284 | 2024-09-01T20:18:45.740Z | Downloaded log v0.4.22 |
285 | 2024-09-01T20:18:45.774Z | Downloaded hashbrown v0.12.3 |
286 | 2024-09-01T20:18:45.774Z | Downloaded tower-service v0.3.3 |
287 | 2024-09-01T20:18:45.774Z | Downloaded tokio-native-tls v0.3.1 |
288 | 2024-09-01T20:18:45.774Z | Downloaded toml_datetime v0.6.8 |
289 | 2024-09-01T20:18:45.774Z | Downloaded thiserror v1.0.63 |
290 | 2024-09-01T20:18:45.775Z | Downloaded scopeguard v1.2.0 |
291 | 2024-09-01T20:18:45.775Z | Downloaded powerfmt v0.2.0 |
292 | 2024-09-01T20:18:45.775Z | Downloaded pest_generator v2.7.11 |
293 | 2024-09-01T20:18:45.775Z | Downloaded native-tls v0.2.12 |
294 | 2024-09-01T20:18:45.775Z | Downloaded indexmap v1.9.3 |
295 | 2024-09-01T20:18:45.775Z | Downloaded crossbeam-channel v0.5.13 |
296 | 2024-09-01T20:18:45.775Z | Downloaded time-core v0.1.2 |
297 | 2024-09-01T20:18:45.775Z | Downloaded try-lock v0.2.5 |
298 | 2024-09-01T20:18:45.775Z | Downloaded waitgroup v0.1.2 |
299 | 2024-09-01T20:18:45.775Z | Downloaded memchr v2.7.4 |
300 | 2024-09-01T20:18:45.775Z | Downloaded indexmap v2.5.0 |
301 | 2024-09-01T20:18:45.776Z | Downloaded httpdate v1.0.3 |
302 | 2024-09-01T20:18:45.776Z | Downloaded http-body v0.4.6 |
303 | 2024-09-01T20:18:45.776Z | Downloaded futures-channel v0.3.30 |
304 | 2024-09-01T20:18:45.776Z | Downloaded cc v1.1.15 |
305 | 2024-09-01T20:18:45.803Z | Downloaded base64 v0.21.7 |
306 | 2024-09-01T20:18:45.803Z | Downloaded thread-id v4.2.2 |
307 | 2024-09-01T20:18:45.803Z | Downloaded thiserror-impl v1.0.63 |
308 | 2024-09-01T20:18:45.803Z | Downloaded version_check v0.9.5 |
309 | 2024-09-01T20:18:45.803Z | Downloaded once_cell v1.19.0 |
310 | 2024-09-01T20:18:45.803Z | Downloaded num-conv v0.1.0 |
311 | 2024-09-01T20:18:45.803Z | Downloaded memmap v0.7.0 |
312 | 2024-09-01T20:18:45.804Z | Downloaded instant v0.1.13 |
313 | 2024-09-01T20:18:45.804Z | Downloaded generic-array v0.14.7 |
314 | 2024-09-01T20:18:45.804Z | Downloaded allocator-api2 v0.2.18 |
315 | 2024-09-01T20:18:45.804Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-09-01T20:18:45.804Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-09-01T20:18:45.804Z | Downloaded num_threads v0.1.7 |
318 | 2024-09-01T20:18:45.805Z | Downloaded num-traits v0.2.19 |
319 | 2024-09-01T20:18:45.843Z | Downloaded match_cfg v0.1.0 |
320 | 2024-09-01T20:18:45.843Z | Downloaded hyper-rustls v0.24.2 |
321 | 2024-09-01T20:18:45.843Z | Downloaded futures-executor v0.3.30 |
322 | 2024-09-01T20:18:45.843Z | Downloaded bytes v1.7.1 |
323 | 2024-09-01T20:18:45.843Z | Downloaded base64 v0.22.1 |
324 | 2024-09-01T20:18:45.843Z | Downloaded lock_api v0.4.12 |
325 | 2024-09-01T20:18:45.843Z | Downloaded is-terminal v0.4.13 |
326 | 2024-09-01T20:18:45.844Z | Downloaded ipnet v2.9.0 |
327 | 2024-09-01T20:18:45.844Z | Downloaded ident_case v1.0.1 |
328 | 2024-09-01T20:18:45.844Z | Downloaded iana-time-zone v0.1.60 |
329 | 2024-09-01T20:18:45.844Z | Downloaded hostname v0.3.1 |
330 | 2024-09-01T20:18:45.844Z | Downloaded heck v0.5.0 |
331 | 2024-09-01T20:18:45.844Z | Downloaded getrandom v0.2.15 |
332 | 2024-09-01T20:18:45.844Z | Downloaded futures-task v0.3.30 |
333 | 2024-09-01T20:18:45.844Z | Downloaded futures-macro v0.3.30 |
334 | 2024-09-01T20:18:45.844Z | Downloaded form_urlencoded v1.2.1 |
335 | 2024-09-01T20:18:45.845Z | Downloaded foreign-types v0.3.2 |
336 | 2024-09-01T20:18:45.845Z | Downloaded dyn-clone v1.0.17 |
337 | 2024-09-01T20:18:45.845Z | Downloaded dof v0.3.0 |
338 | 2024-09-01T20:18:45.880Z | Downloaded darling_core v0.20.10 |
339 | 2024-09-01T20:18:45.880Z | Downloaded darling v0.20.10 |
340 | 2024-09-01T20:18:45.880Z | Downloaded crossbeam-utils v0.8.20 |
341 | 2024-09-01T20:18:45.880Z | Downloaded bitflags v2.6.0 |
342 | 2024-09-01T20:18:45.880Z | Downloaded anyhow v1.0.86 |
343 | 2024-09-01T20:18:45.880Z | Downloaded usdt-macro v0.5.0 |
344 | 2024-09-01T20:18:45.880Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-09-01T20:18:45.880Z | Downloaded parking_lot v0.12.3 |
346 | 2024-09-01T20:18:45.880Z | Downloaded newtype-uuid v1.1.0 |
347 | 2024-09-01T20:18:45.880Z | Downloaded mime v0.3.17 |
348 | 2024-09-01T20:18:45.881Z | Downloaded ipnetwork v0.20.0 |
349 | 2024-09-01T20:18:45.881Z | Downloaded camino v1.1.9 |
350 | 2024-09-01T20:18:45.881Z | Downloaded ahash v0.8.11 |
351 | 2024-09-01T20:18:45.915Z | Downloaded itoa v1.0.11 |
352 | 2024-09-01T20:18:45.915Z | Downloaded hyper-tls v0.5.0 |
353 | 2024-09-01T20:18:45.915Z | Downloaded httparse v1.9.4 |
354 | 2024-09-01T20:18:45.915Z | Downloaded hostname v0.4.0 |
355 | 2024-09-01T20:18:45.916Z | Downloaded foreign-types-shared v0.1.1 |
356 | 2024-09-01T20:18:45.916Z | Downloaded equivalent v1.0.1 |
357 | 2024-09-01T20:18:45.916Z | Downloaded backoff v0.4.0 |
358 | 2024-09-01T20:18:45.916Z | Downloaded async-trait v0.1.81 |
359 | 2024-09-01T20:18:45.916Z | Downloaded futures-io v0.3.30 |
360 | 2024-09-01T20:18:45.917Z | Downloaded futures-core v0.3.30 |
361 | 2024-09-01T20:18:45.917Z | Downloaded fnv v1.0.7 |
362 | 2024-09-01T20:18:45.917Z | Downloaded dirs-sys-next v0.1.2 |
363 | 2024-09-01T20:18:45.917Z | Downloaded digest v0.10.7 |
364 | 2024-09-01T20:18:45.917Z | Downloaded deranged v0.3.11 |
365 | 2024-09-01T20:18:45.917Z | Downloaded debug-ignore v1.0.5 |
366 | 2024-09-01T20:18:45.917Z | Downloaded cpufeatures v0.2.13 |
367 | 2024-09-01T20:18:45.917Z | Downloaded cfg-if v1.0.0 |
368 | 2024-09-01T20:18:45.918Z | Downloaded block-buffer v0.10.4 |
369 | 2024-09-01T20:18:45.918Z | Downloaded autocfg v1.3.0 |
370 | 2024-09-01T20:18:45.918Z | Downloaded dtrace-parser v0.2.0 |
371 | 2024-09-01T20:18:45.918Z | Downloaded darling_macro v0.20.10 |
372 | 2024-09-01T20:18:45.919Z | Downloaded atomic-waker v1.1.2 |
373 | 2024-09-01T20:18:45.919Z | Downloaded async-stream v0.3.5 |
374 | 2024-09-01T20:18:45.919Z | Downloaded dirs-next v2.0.0 |
375 | 2024-09-01T20:18:45.952Z | Downloaded crypto-common v0.1.6 |
376 | 2024-09-01T20:18:45.953Z | Downloaded byteorder v1.5.0 |
377 | 2024-09-01T20:18:45.953Z | Downloaded futures-sink v0.3.30 |
378 | 2024-09-01T20:18:45.953Z | Downloaded async-stream-impl v0.3.5 |
379 | 2024-09-01T20:18:46.005Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-01T20:18:46.005Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-01T20:18:46.030Z | Compiling libc v0.2.158 |
382 | 2024-09-01T20:18:46.030Z | Checking cfg-if v1.0.0 |
383 | 2024-09-01T20:18:46.030Z | Compiling version_check v0.9.5 |
384 | 2024-09-01T20:18:46.030Z | Compiling autocfg v1.3.0 |
385 | 2024-09-01T20:18:46.030Z | Compiling serde v1.0.209 |
386 | 2024-09-01T20:18:46.030Z | Checking memchr v2.7.4 |
387 | 2024-09-01T20:18:46.140Z | Compiling serde_json v1.0.127 |
388 | 2024-09-01T20:18:46.213Z | Checking itoa v1.0.11 |
389 | 2024-09-01T20:18:46.541Z | Compiling shlex v1.3.0 |
390 | 2024-09-01T20:18:46.588Z | Checking byteorder v1.5.0 |
391 | 2024-09-01T20:18:46.612Z | Compiling ahash v0.8.11 |
392 | 2024-09-01T20:18:46.720Z | Compiling thiserror v1.0.63 |
393 | 2024-09-01T20:18:46.820Z | Checking once_cell v1.19.0 |
394 | 2024-09-01T20:18:46.870Z | Compiling cc v1.1.15 |
395 | 2024-09-01T20:18:47.082Z | Compiling num-traits v0.2.19 |
396 | 2024-09-01T20:18:47.299Z | Checking getrandom v0.2.15 |
397 | 2024-09-01T20:18:47.340Z | Checking pin-project-lite v0.2.14 |
398 | 2024-09-01T20:18:47.380Z | Compiling quote v1.0.37 |
399 | 2024-09-01T20:18:47.497Z | Checking ryu v1.0.18 |
400 | 2024-09-01T20:18:47.522Z | Checking log v0.4.22 |
401 | 2024-09-01T20:18:47.677Z | Compiling syn v2.0.77 |
402 | 2024-09-01T20:18:47.705Z | Checking bytes v1.7.1 |
403 | 2024-09-01T20:18:47.732Z | Checking allocator-api2 v0.2.18 |
404 | 2024-09-01T20:18:47.830Z | Compiling lock_api v0.4.12 |
405 | 2024-09-01T20:18:47.941Z | Compiling parking_lot_core v0.9.10 |
406 | 2024-09-01T20:18:48.003Z | Compiling schemars v0.8.21 |
407 | 2024-09-01T20:18:48.003Z | Checking futures-core v0.3.30 |
408 | 2024-09-01T20:18:48.266Z | Checking scopeguard v1.2.0 |
409 | 2024-09-01T20:18:48.352Z | Checking smallvec v1.13.2 |
410 | 2024-09-01T20:18:48.420Z | Checking socket2 v0.5.7 |
411 | 2024-09-01T20:18:48.547Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-09-01T20:18:48.638Z | Checking mio v1.0.2 |
413 | 2024-09-01T20:18:48.638Z | Compiling slab v0.4.9 |
414 | 2024-09-01T20:18:48.770Z | Checking spin v0.9.8 |
415 | 2024-09-01T20:18:48.897Z | Checking futures-sink v0.3.30 |
416 | 2024-09-01T20:18:48.897Z | Checking untrusted v0.9.0 |
417 | 2024-09-01T20:18:48.898Z | Checking equivalent v1.0.1 |
418 | 2024-09-01T20:18:49.003Z | Checking fnv v1.0.7 |
419 | 2024-09-01T20:18:49.004Z | Checking futures-channel v0.3.30 |
420 | 2024-09-01T20:18:49.088Z | Checking parking_lot v0.12.3 |
421 | 2024-09-01T20:18:49.088Z | Checking pin-utils v0.1.0 |
422 | 2024-09-01T20:18:49.088Z | Checking futures-task v0.3.30 |
423 | 2024-09-01T20:18:49.169Z | Compiling vcpkg v0.2.15 |
424 | 2024-09-01T20:18:49.246Z | Compiling semver v1.0.23 |
425 | 2024-09-01T20:18:49.287Z | Checking futures-io v0.3.30 |
426 | 2024-09-01T20:18:49.287Z | Compiling heck v0.5.0 |
427 | 2024-09-01T20:18:49.287Z | Compiling pkg-config v0.3.30 |
428 | 2024-09-01T20:18:49.604Z | Compiling ring v0.17.8 |
429 | 2024-09-01T20:18:49.630Z | Compiling ucd-trie v0.1.6 |
430 | 2024-09-01T20:18:49.662Z | Checking iana-time-zone v0.1.60 |
431 | 2024-09-01T20:18:49.725Z | Checking http v0.2.12 |
432 | 2024-09-01T20:18:50.209Z | Compiling httparse v1.9.4 |
433 | 2024-09-01T20:18:50.405Z | Checking dyn-clone v1.0.17 |
434 | 2024-09-01T20:18:50.539Z | Compiling openssl-sys v0.9.103 |
435 | 2024-09-01T20:18:50.649Z | Checking tracing-core v0.1.32 |
436 | 2024-09-01T20:18:50.952Z | Compiling uuid v1.10.0 |
437 | 2024-09-01T20:18:51.212Z | Compiling chrono v0.4.38 |
438 | 2024-09-01T20:18:51.291Z | Checking tracing v0.1.40 |
439 | 2024-09-01T20:18:51.410Z | Compiling slog v2.7.0 |
440 | 2024-09-01T20:18:51.455Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-09-01T20:18:51.482Z | Compiling openssl v0.10.66 |
442 | 2024-09-01T20:18:51.543Z | Checking try-lock v0.2.5 |
443 | 2024-09-01T20:18:51.570Z | Checking foreign-types v0.3.2 |
444 | 2024-09-01T20:18:51.650Z | Checking want v0.3.1 |
445 | 2024-09-01T20:18:51.828Z | Checking http-body v0.4.6 |
446 | 2024-09-01T20:18:51.873Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-01T20:18:51.983Z | Checking tower-service v0.3.3 |
448 | 2024-09-01T20:18:52.065Z | Checking bitflags v2.6.0 |
449 | 2024-09-01T20:18:52.169Z | Compiling regex-syntax v0.8.4 |
450 | 2024-09-01T20:18:52.283Z | Compiling typenum v1.17.0 |
451 | 2024-09-01T20:18:52.781Z | Checking tinyvec_macros v0.1.1 |
452 | 2024-09-01T20:18:52.846Z | Checking percent-encoding v2.3.1 |
453 | 2024-09-01T20:18:52.961Z | Compiling rustls v0.21.12 |
454 | 2024-09-01T20:18:53.025Z | Checking httpdate v1.0.3 |
455 | 2024-09-01T20:18:53.125Z | Compiling native-tls v0.2.12 |
456 | 2024-09-01T20:18:53.257Z | Checking form_urlencoded v1.2.1 |
457 | 2024-09-01T20:18:53.290Z | Checking tinyvec v1.8.0 |
458 | 2024-09-01T20:18:53.505Z | Compiling generic-array v0.14.7 |
459 | 2024-09-01T20:18:53.835Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-09-01T20:18:53.974Z | Checking openssl-probe v0.1.5 |
461 | 2024-09-01T20:18:54.509Z | Checking unicode-normalization v0.1.23 |
462 | 2024-09-01T20:18:54.824Z | Checking rustls-webpki v0.101.7 |
463 | 2024-09-01T20:18:55.269Z | Compiling regex-automata v0.4.7 |
464 | 2024-09-01T20:18:55.269Z | Checking sct v0.7.1 |
465 | 2024-09-01T20:18:55.844Z | Compiling usdt-impl v0.5.0 |
466 | 2024-09-01T20:18:56.131Z | Checking encoding_rs v0.8.34 |
467 | 2024-09-01T20:18:56.209Z | Checking unicode-bidi v0.3.15 |
468 | 2024-09-01T20:18:56.526Z | Checking mime v0.3.17 |
469 | 2024-09-01T20:18:56.765Z | Compiling num-conv v0.1.0 |
470 | 2024-09-01T20:18:56.814Z | Checking powerfmt v0.2.0 |
471 | 2024-09-01T20:18:56.976Z | Compiling time-core v0.1.2 |
472 | 2024-09-01T20:18:57.052Z | Checking deranged v0.3.11 |
473 | 2024-09-01T20:18:57.131Z | Compiling time-macros v0.2.18 |
474 | 2024-09-01T20:18:57.240Z | Checking idna v0.5.0 |
475 | 2024-09-01T20:18:57.880Z | Compiling thread-id v4.2.2 |
476 | 2024-09-01T20:18:58.159Z | Checking rustls-pki-types v1.8.0 |
477 | 2024-09-01T20:18:58.276Z | Compiling serde_derive v1.0.209 |
478 | 2024-09-01T20:18:58.301Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-09-01T20:18:58.507Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-09-01T20:18:58.572Z | Compiling schemars_derive v0.8.21 |
481 | 2024-09-01T20:18:58.973Z | Compiling tokio-macros v2.4.0 |
482 | 2024-09-01T20:18:59.460Z | Compiling futures-macro v0.3.30 |
483 | 2024-09-01T20:18:59.669Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-01T20:18:59.980Z | Checking zerocopy v0.7.35 |
485 | 2024-09-01T20:19:00.322Z | Checking tokio v1.40.0 |
486 | 2024-09-01T20:19:00.846Z | Compiling pest v2.7.11 |
487 | 2024-09-01T20:19:00.975Z | Checking futures-util v0.3.30 |
488 | 2024-09-01T20:19:01.501Z | Checking hashbrown v0.14.5 |
489 | 2024-09-01T20:19:01.940Z | Compiling regex v1.10.6 |
490 | 2024-09-01T20:19:02.482Z | Compiling scroll_derive v0.12.0 |
491 | 2024-09-01T20:19:02.725Z | Checking regress v0.10.0 |
492 | 2024-09-01T20:19:02.988Z | Compiling pest_meta v2.7.11 |
493 | 2024-09-01T20:19:03.606Z | Checking scroll v0.12.0 |
494 | 2024-09-01T20:19:03.985Z | Compiling pest_generator v2.7.11 |
495 | 2024-09-01T20:19:05.559Z | Compiling strsim v0.11.1 |
496 | 2024-09-01T20:19:05.739Z | Checking num_threads v0.1.7 |
497 | 2024-09-01T20:19:05.826Z | Checking plain v0.2.3 |
498 | 2024-09-01T20:19:05.940Z | Checking base64 v0.21.7 |
499 | 2024-09-01T20:19:06.193Z | Compiling crossbeam-utils v0.8.20 |
500 | 2024-09-01T20:19:06.246Z | Checking tokio-util v0.7.11 |
501 | 2024-09-01T20:19:06.328Z | Checking tokio-rustls v0.24.1 |
502 | 2024-09-01T20:19:06.378Z | Compiling pest_derive v2.7.11 |
503 | 2024-09-01T20:19:06.633Z | Checking tokio-native-tls v0.3.1 |
504 | 2024-09-01T20:19:06.856Z | Compiling ident_case v1.0.1 |
505 | 2024-09-01T20:19:07.002Z | Compiling darling_core v0.20.10 |
506 | 2024-09-01T20:19:07.102Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-09-01T20:19:07.126Z | Checking time v0.3.36 |
508 | 2024-09-01T20:19:07.149Z | Compiling dtrace-parser v0.2.0 |
509 | 2024-09-01T20:19:07.254Z | Checking goblin v0.8.2 |
510 | 2024-09-01T20:19:08.195Z | Checking indexmap v2.5.0 |
511 | 2024-09-01T20:19:09.052Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-09-01T20:19:09.255Z | Checking h2 v0.3.26 |
513 | 2024-09-01T20:19:09.412Z | Checking openapiv3 v2.0.0 |
514 | 2024-09-01T20:19:10.018Z | Compiling serde_tokenstream v0.2.2 |
515 | 2024-09-01T20:19:11.582Z | Compiling dof v0.3.0 |
516 | 2024-09-01T20:19:11.999Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
517 | 2024-09-01T20:19:12.282Z | Checking url v2.5.2 |
518 | 2024-09-01T20:19:12.372Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-09-01T20:19:12.718Z | Checking hyper v0.14.30 |
520 | 2024-09-01T20:19:12.768Z | Compiling unsafe-libyaml v0.2.11 |
521 | 2024-09-01T20:19:12.833Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-09-01T20:19:12.947Z | Checking ipnet v2.9.0 |
523 | 2024-09-01T20:19:13.238Z | Checking pretty-hex v0.4.1 |
524 | 2024-09-01T20:19:13.335Z | Checking webpki-roots v0.25.4 |
525 | 2024-09-01T20:19:13.390Z | Checking sync_wrapper v0.1.2 |
526 | 2024-09-01T20:19:13.457Z | Compiling rustversion v1.0.17 |
527 | 2024-09-01T20:19:13.489Z | Compiling rustls v0.22.4 |
528 | 2024-09-01T20:19:13.753Z | Compiling paste v1.0.15 |
529 | 2024-09-01T20:19:14.003Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-09-01T20:19:14.243Z | Checking dirs-next v2.0.0 |
531 | 2024-09-01T20:19:14.349Z | Compiling darling_macro v0.20.10 |
532 | 2024-09-01T20:19:14.373Z | Checking toml_datetime v0.6.8 |
533 | 2024-09-01T20:19:14.594Z | Checking serde_spanned v0.6.7 |
534 | 2024-09-01T20:19:14.620Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-09-01T20:19:14.740Z | Checking block-buffer v0.10.4 |
536 | 2024-09-01T20:19:14.896Z | Checking crypto-common v0.1.6 |
537 | 2024-09-01T20:19:15.024Z | Checking rustls-webpki v0.102.7 |
538 | 2024-09-01T20:19:15.181Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-09-01T20:19:15.207Z | Checking rand_core v0.6.4 |
540 | 2024-09-01T20:19:15.276Z | Checking thread_local v1.1.8 |
541 | 2024-09-01T20:19:15.316Z | Compiling multer v3.1.0 |
542 | 2024-09-01T20:19:15.435Z | Checking match_cfg v0.1.0 |
543 | 2024-09-01T20:19:15.508Z | Compiling anyhow v1.0.86 |
544 | 2024-09-01T20:19:15.532Z | Compiling camino v1.1.9 |
545 | 2024-09-01T20:19:15.620Z | Checking winnow v0.6.18 |
546 | 2024-09-01T20:19:15.677Z | Checking subtle v2.6.1 |
547 | 2024-09-01T20:19:15.870Z | Checking zeroize v1.8.1 |
548 | 2024-09-01T20:19:16.002Z | Compiling slog-async v2.8.0 |
549 | 2024-09-01T20:19:16.313Z | Checking hostname v0.3.1 |
550 | 2024-09-01T20:19:16.428Z | Checking rand_chacha v0.3.1 |
551 | 2024-09-01T20:19:16.516Z | Checking hyper-tls v0.5.0 |
552 | 2024-09-01T20:19:16.726Z | Checking hyper-rustls v0.24.2 |
553 | 2024-09-01T20:19:16.750Z | Compiling darling v0.20.10 |
554 | 2024-09-01T20:19:16.849Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-09-01T20:19:16.991Z | Checking digest v0.10.7 |
556 | 2024-09-01T20:19:17.016Z | Checking reqwest v0.11.27 |
557 | 2024-09-01T20:19:17.184Z | Checking term v0.7.0 |
558 | 2024-09-01T20:19:17.443Z | Compiling structmeta v0.3.0 |
559 | 2024-09-01T20:19:17.542Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-09-01T20:19:17.767Z | Compiling usdt-macro v0.5.0 |
561 | 2024-09-01T20:19:18.107Z | Checking toml_edit v0.22.20 |
562 | 2024-09-01T20:19:18.161Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
563 | 2024-09-01T20:19:18.186Z | Checking slog-json v2.6.1 |
564 | 2024-09-01T20:19:18.407Z | Checking futures-executor v0.3.30 |
565 | 2024-09-01T20:19:18.431Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-09-01T20:19:18.564Z | Checking http v1.1.0 |
567 | 2024-09-01T20:19:18.596Z | Checking is-terminal v0.4.13 |
568 | 2024-09-01T20:19:18.695Z | Checking memmap v0.7.0 |
569 | 2024-09-01T20:19:18.822Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
570 | 2024-09-01T20:19:18.879Z | Checking take_mut v0.2.2 |
571 | 2024-09-01T20:19:18.915Z | Checking atomic-waker v1.1.2 |
572 | 2024-09-01T20:19:19.016Z | Checking cpufeatures v0.2.13 |
573 | 2024-09-01T20:19:19.040Z | Checking base64 v0.22.1 |
574 | 2024-09-01T20:19:19.093Z | Checking sha1 v0.10.6 |
575 | 2024-09-01T20:19:19.188Z | Checking tokio-rustls v0.25.0 |
576 | 2024-09-01T20:19:19.212Z | Checking waitgroup v0.1.2 |
577 | 2024-09-01T20:19:19.320Z | Checking usdt v0.5.0 |
578 | 2024-09-01T20:19:19.454Z | Checking rustls-pemfile v2.1.3 |
579 | 2024-09-01T20:19:19.501Z | Checking slog-term v2.9.1 |
580 | 2024-09-01T20:19:19.544Z | Checking futures v0.3.30 |
581 | 2024-09-01T20:19:19.574Z | Compiling strum_macros v0.26.4 |
582 | 2024-09-01T20:19:19.598Z | Checking async-stream v0.3.5 |
583 | 2024-09-01T20:19:19.643Z | Checking slog-bunyan v2.5.0 |
584 | 2024-09-01T20:19:19.672Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-09-01T20:19:19.745Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-09-01T20:19:19.780Z | Checking rand v0.8.5 |
587 | 2024-09-01T20:19:20.338Z | Checking newtype-uuid v1.1.0 |
588 | 2024-09-01T20:19:20.362Z | Checking toml v0.8.19 |
589 | 2024-09-01T20:19:20.535Z | Checking ipnetwork v0.20.0 |
590 | 2024-09-01T20:19:20.605Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
591 | 2024-09-01T20:19:20.843Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-09-01T20:19:20.867Z | Checking hex v0.4.3 |
593 | 2024-09-01T20:19:20.973Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-01T20:19:21.288Z | Compiling async-trait v0.1.81 |
595 | 2024-09-01T20:19:21.365Z | Checking hostname v0.4.0 |
596 | 2024-09-01T20:19:21.473Z | Checking instant v0.1.13 |
597 | 2024-09-01T20:19:21.567Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-01T20:19:21.652Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-09-01T20:19:21.678Z | Checking backoff v0.4.0 |
600 | 2024-09-01T20:19:21.798Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-09-01T20:19:21.949Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-09-01T20:19:21.991Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-09-01T20:19:22.018Z | Checking serde_with v3.9.0 |
604 | 2024-09-01T20:19:22.202Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-01T20:19:22.345Z | Checking macaddr v1.0.1 |
606 | 2024-09-01T20:19:22.612Z | Checking regress v0.9.1 |
607 | 2024-09-01T20:19:23.102Z | Checking parse-display v0.10.0 |
608 | 2024-09-01T20:19:23.363Z | Checking strum v0.26.3 |
609 | 2024-09-01T20:19:24.397Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
610 | 2024-09-01T20:19:26.603Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
611 | 2024-09-01T20:19:26.683Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
612 | 2024-09-01T20:19:30.227Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
613 | 2024-09-01T20:19:36.898Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
614 | 2024-09-01T20:19:37.041Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-01T20:19:40.694Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-01T20:19:50.273Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-01T20:19:50.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
618 | 2024-09-01T20:19:50.415Z | + cargo build --release |
619 | 2024-09-01T20:19:50.763Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-01T20:19:50.763Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-01T20:19:50.763Z | Compiling libc v0.2.158 |
622 | 2024-09-01T20:19:50.763Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-01T20:19:50.763Z | Compiling version_check v0.9.5 |
624 | 2024-09-01T20:19:50.763Z | Compiling autocfg v1.3.0 |
625 | 2024-09-01T20:19:50.788Z | Compiling serde v1.0.209 |
626 | 2024-09-01T20:19:50.788Z | Compiling memchr v2.7.4 |
627 | 2024-09-01T20:19:50.860Z | Compiling serde_json v1.0.127 |
628 | 2024-09-01T20:19:50.936Z | Compiling itoa v1.0.11 |
629 | 2024-09-01T20:19:51.188Z | Compiling thiserror v1.0.63 |
630 | 2024-09-01T20:19:51.324Z | Compiling shlex v1.3.0 |
631 | 2024-09-01T20:19:51.348Z | Compiling ahash v0.8.11 |
632 | 2024-09-01T20:19:51.428Z | Compiling byteorder v1.5.0 |
633 | 2024-09-01T20:19:51.630Z | Compiling once_cell v1.19.0 |
634 | 2024-09-01T20:19:51.676Z | Compiling cc v1.1.15 |
635 | 2024-09-01T20:19:52.026Z | Compiling getrandom v0.2.15 |
636 | 2024-09-01T20:19:52.104Z | Compiling quote v1.0.37 |
637 | 2024-09-01T20:19:52.153Z | Compiling num-traits v0.2.19 |
638 | 2024-09-01T20:19:52.336Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-01T20:19:52.383Z | Compiling ryu v1.0.18 |
640 | 2024-09-01T20:19:52.442Z | Compiling syn v2.0.77 |
641 | 2024-09-01T20:19:52.538Z | Compiling bytes v1.7.1 |
642 | 2024-09-01T20:19:52.706Z | Compiling log v0.4.22 |
643 | 2024-09-01T20:19:52.739Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-09-01T20:19:52.851Z | Compiling schemars v0.8.21 |
645 | 2024-09-01T20:19:53.065Z | Compiling lock_api v0.4.12 |
646 | 2024-09-01T20:19:53.117Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-01T20:19:53.143Z | Compiling smallvec v1.13.2 |
648 | 2024-09-01T20:19:53.193Z | Compiling scopeguard v1.2.0 |
649 | 2024-09-01T20:19:53.332Z | Compiling futures-core v0.3.30 |
650 | 2024-09-01T20:19:53.475Z | Compiling socket2 v0.5.7 |
651 | 2024-09-01T20:19:53.553Z | Compiling mio v1.0.2 |
652 | 2024-09-01T20:19:53.576Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-09-01T20:19:53.909Z | Compiling parking_lot v0.12.3 |
654 | 2024-09-01T20:19:54.153Z | Compiling slab v0.4.9 |
655 | 2024-09-01T20:19:54.187Z | Compiling ring v0.17.8 |
656 | 2024-09-01T20:19:54.265Z | Compiling spin v0.9.8 |
657 | 2024-09-01T20:19:54.482Z | Compiling futures-sink v0.3.30 |
658 | 2024-09-01T20:19:54.610Z | Compiling untrusted v0.9.0 |
659 | 2024-09-01T20:19:54.644Z | Compiling fnv v1.0.7 |
660 | 2024-09-01T20:19:54.752Z | Compiling equivalent v1.0.1 |
661 | 2024-09-01T20:19:54.841Z | Compiling semver v1.0.23 |
662 | 2024-09-01T20:19:54.897Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-01T20:19:55.127Z | Compiling futures-task v0.3.30 |
664 | 2024-09-01T20:19:55.155Z | Compiling heck v0.5.0 |
665 | 2024-09-01T20:19:55.269Z | Compiling pkg-config v0.3.30 |
666 | 2024-09-01T20:19:55.300Z | Compiling vcpkg v0.2.15 |
667 | 2024-09-01T20:19:55.375Z | Compiling futures-io v0.3.30 |
668 | 2024-09-01T20:19:55.423Z | Compiling pin-utils v0.1.0 |
669 | 2024-09-01T20:19:55.673Z | Compiling ucd-trie v0.1.6 |
670 | 2024-09-01T20:19:55.699Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-09-01T20:19:56.070Z | Compiling http v0.2.12 |
672 | 2024-09-01T20:19:56.408Z | Compiling httparse v1.9.4 |
673 | 2024-09-01T20:19:56.468Z | Compiling dyn-clone v1.0.17 |
674 | 2024-09-01T20:19:56.674Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-01T20:19:57.106Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-01T20:19:57.239Z | Compiling chrono v0.4.38 |
677 | 2024-09-01T20:19:57.348Z | Compiling uuid v1.10.0 |
678 | 2024-09-01T20:19:57.821Z | Compiling tracing v0.1.40 |
679 | 2024-09-01T20:19:58.419Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-01T20:19:59.134Z | Compiling try-lock v0.2.5 |
681 | 2024-09-01T20:19:59.258Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-09-01T20:19:59.348Z | Compiling openssl v0.10.66 |
683 | 2024-09-01T20:19:59.740Z | Compiling slog v2.7.0 |
684 | 2024-09-01T20:19:59.782Z | Compiling foreign-types v0.3.2 |
685 | 2024-09-01T20:19:59.865Z | Compiling want v0.3.1 |
686 | 2024-09-01T20:20:00.127Z | Compiling http-body v0.4.6 |
687 | 2024-09-01T20:20:00.244Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-01T20:20:00.316Z | Compiling bitflags v2.6.0 |
689 | 2024-09-01T20:20:00.557Z | Compiling native-tls v0.2.12 |
690 | 2024-09-01T20:20:00.630Z | Compiling rustls v0.21.12 |
691 | 2024-09-01T20:20:00.877Z | Compiling typenum v1.17.0 |
692 | 2024-09-01T20:20:00.928Z | Compiling httpdate v1.0.3 |
693 | 2024-09-01T20:20:00.953Z | Compiling tinyvec_macros v0.1.1 |
694 | 2024-09-01T20:20:01.028Z | Compiling percent-encoding v2.3.1 |
695 | 2024-09-01T20:20:01.250Z | Compiling tower-service v0.3.3 |
696 | 2024-09-01T20:20:01.353Z | Compiling regex-syntax v0.8.4 |
697 | 2024-09-01T20:20:01.432Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-09-01T20:20:01.555Z | Compiling tinyvec v1.8.0 |
699 | 2024-09-01T20:20:01.941Z | Compiling generic-array v0.14.7 |
700 | 2024-09-01T20:20:02.320Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-01T20:20:02.618Z | Compiling serde_derive v1.0.209 |
702 | 2024-09-01T20:20:02.708Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-09-01T20:20:02.744Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-09-01T20:20:02.768Z | Compiling schemars_derive v0.8.21 |
705 | 2024-09-01T20:20:02.992Z | Compiling tokio-macros v2.4.0 |
706 | 2024-09-01T20:20:04.258Z | Compiling tokio v1.40.0 |
707 | 2024-09-01T20:20:04.450Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-01T20:20:05.201Z | Compiling futures-macro v0.3.30 |
709 | 2024-09-01T20:20:06.170Z | Compiling hashbrown v0.14.5 |
710 | 2024-09-01T20:20:06.249Z | Compiling pest v2.7.11 |
711 | 2024-09-01T20:20:06.696Z | Compiling futures-util v0.3.30 |
712 | 2024-09-01T20:20:07.647Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-01T20:20:07.988Z | Compiling regress v0.10.0 |
714 | 2024-09-01T20:20:08.325Z | Compiling pest_meta v2.7.11 |
715 | 2024-09-01T20:20:10.206Z | Compiling pest_generator v2.7.11 |
716 | 2024-09-01T20:20:11.605Z | Compiling tokio-util v0.7.11 |
717 | 2024-09-01T20:20:11.633Z | Compiling pest_derive v2.7.11 |
718 | 2024-09-01T20:20:12.427Z | Compiling sct v0.7.1 |
719 | 2024-09-01T20:20:12.612Z | Compiling rustls-webpki v0.101.7 |
720 | 2024-09-01T20:20:12.825Z | Compiling regex-automata v0.4.7 |
721 | 2024-09-01T20:20:13.725Z | Compiling serde_tokenstream v0.2.2 |
722 | 2024-09-01T20:20:14.223Z | Compiling indexmap v2.5.0 |
723 | 2024-09-01T20:20:17.428Z | Compiling h2 v0.3.26 |
724 | 2024-09-01T20:20:19.687Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
725 | 2024-09-01T20:20:23.790Z | Compiling hyper v0.14.30 |
726 | 2024-09-01T20:20:25.780Z | Compiling regex v1.10.6 |
727 | 2024-09-01T20:20:28.035Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-09-01T20:20:29.213Z | Compiling scroll_derive v0.12.0 |
729 | 2024-09-01T20:20:30.592Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
730 | 2024-09-01T20:20:31.807Z | Compiling usdt-impl v0.5.0 |
731 | 2024-09-01T20:20:31.871Z | Compiling encoding_rs v0.8.34 |
732 | 2024-09-01T20:20:32.243Z | Compiling powerfmt v0.2.0 |
733 | 2024-09-01T20:20:32.698Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-09-01T20:20:34.331Z | Compiling mime v0.3.17 |
735 | 2024-09-01T20:20:35.292Z | Compiling num-conv v0.1.0 |
736 | 2024-09-01T20:20:35.536Z | Compiling time-core v0.1.2 |
737 | 2024-09-01T20:20:35.694Z | Compiling time-macros v0.2.18 |
738 | 2024-09-01T20:20:38.322Z | Compiling idna v0.5.0 |
739 | 2024-09-01T20:20:39.663Z | Compiling deranged v0.3.11 |
740 | 2024-09-01T20:20:41.528Z | Compiling thread-id v4.2.2 |
741 | 2024-09-01T20:20:41.617Z | Compiling scroll v0.12.0 |
742 | 2024-09-01T20:20:42.219Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-09-01T20:20:42.327Z | Compiling tokio-rustls v0.24.1 |
744 | 2024-09-01T20:20:42.476Z | Compiling dof v0.3.0 |
745 | 2024-09-01T20:20:42.715Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-09-01T20:20:42.739Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-09-01T20:20:43.517Z | Compiling rustls-pki-types v1.8.0 |
748 | 2024-09-01T20:20:44.059Z | Compiling base64 v0.21.7 |
749 | 2024-09-01T20:20:44.229Z | Compiling ident_case v1.0.1 |
750 | 2024-09-01T20:20:44.993Z | Compiling strsim v0.11.1 |
751 | 2024-09-01T20:20:45.676Z | Compiling num_threads v0.1.7 |
752 | 2024-09-01T20:20:45.768Z | Compiling plain v0.2.3 |
753 | 2024-09-01T20:20:45.768Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-09-01T20:20:45.910Z | Compiling omicron-workspace-hack v0.1.0 |
755 | 2024-09-01T20:20:46.200Z | Compiling goblin v0.8.2 |
756 | 2024-09-01T20:20:46.278Z | Compiling time v0.3.36 |
757 | 2024-09-01T20:20:47.368Z | Compiling darling_core v0.20.10 |
758 | 2024-09-01T20:20:50.847Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-09-01T20:20:51.746Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-09-01T20:20:52.164Z | Compiling hyper-tls v0.5.0 |
761 | 2024-09-01T20:20:52.584Z | Compiling url v2.5.2 |
762 | 2024-09-01T20:20:52.891Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
763 | 2024-09-01T20:20:52.996Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-01T20:20:55.652Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-01T20:20:56.660Z | Compiling rustls v0.22.4 |
766 | 2024-09-01T20:20:56.967Z | Compiling paste v1.0.15 |
767 | 2024-09-01T20:20:57.018Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-09-01T20:20:57.541Z | Compiling pretty-hex v0.4.1 |
769 | 2024-09-01T20:20:57.565Z | Compiling webpki-roots v0.25.4 |
770 | 2024-09-01T20:20:57.655Z | Compiling ipnet v2.9.0 |
771 | 2024-09-01T20:20:57.689Z | Compiling sync_wrapper v0.1.2 |
772 | 2024-09-01T20:20:57.751Z | Compiling rustversion v1.0.17 |
773 | 2024-09-01T20:20:58.394Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-09-01T20:20:58.647Z | Compiling reqwest v0.11.27 |
775 | 2024-09-01T20:20:59.973Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
776 | 2024-09-01T20:21:00.045Z | Compiling dirs-next v2.0.0 |
777 | 2024-09-01T20:21:00.279Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-01T20:21:02.308Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-01T20:21:03.584Z | Compiling crypto-common v0.1.6 |
780 | 2024-09-01T20:21:03.786Z | Compiling block-buffer v0.10.4 |
781 | 2024-09-01T20:21:03.810Z | Compiling toml_datetime v0.6.8 |
782 | 2024-09-01T20:21:04.004Z | Compiling serde_spanned v0.6.7 |
783 | 2024-09-01T20:21:04.223Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-01T20:21:04.434Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-01T20:21:05.044Z | Compiling rand_core v0.6.4 |
786 | 2024-09-01T20:21:05.608Z | Compiling thread_local v1.1.8 |
787 | 2024-09-01T20:21:06.013Z | Compiling multer v3.1.0 |
788 | 2024-09-01T20:21:06.288Z | Compiling slog-async v2.8.0 |
789 | 2024-09-01T20:21:06.327Z | Compiling match_cfg v0.1.0 |
790 | 2024-09-01T20:21:06.379Z | Compiling camino v1.1.9 |
791 | 2024-09-01T20:21:06.430Z | Compiling subtle v2.6.1 |
792 | 2024-09-01T20:21:06.695Z | Compiling anyhow v1.0.86 |
793 | 2024-09-01T20:21:06.798Z | Compiling zeroize v1.8.1 |
794 | 2024-09-01T20:21:06.922Z | Compiling winnow v0.6.18 |
795 | 2024-09-01T20:21:07.171Z | Compiling structmeta v0.3.0 |
796 | 2024-09-01T20:21:07.268Z | Compiling hostname v0.3.1 |
797 | 2024-09-01T20:21:07.519Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
798 | 2024-09-01T20:21:07.551Z | Compiling rand_chacha v0.3.1 |
799 | 2024-09-01T20:21:07.715Z | Compiling digest v0.10.7 |
800 | 2024-09-01T20:21:08.084Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-09-01T20:21:09.998Z | Compiling darling v0.20.10 |
802 | 2024-09-01T20:21:10.103Z | Compiling term v0.7.0 |
803 | 2024-09-01T20:21:10.980Z | Compiling toml_edit v0.22.20 |
804 | 2024-09-01T20:21:14.573Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
805 | 2024-09-01T20:21:17.853Z | Compiling usdt-macro v0.5.0 |
806 | 2024-09-01T20:21:18.476Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-09-01T20:21:19.063Z | Compiling slog-json v2.6.1 |
808 | 2024-09-01T20:21:19.526Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-01T20:21:19.827Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-01T20:21:20.658Z | Compiling http v1.1.0 |
811 | 2024-09-01T20:21:21.101Z | Compiling memmap v0.7.0 |
812 | 2024-09-01T20:21:21.517Z | Compiling is-terminal v0.4.13 |
813 | 2024-09-01T20:21:21.541Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
814 | 2024-09-01T20:21:21.637Z | Compiling atomic-waker v1.1.2 |
815 | 2024-09-01T20:21:21.842Z | Compiling base64 v0.22.1 |
816 | 2024-09-01T20:21:21.905Z | Compiling take_mut v0.2.2 |
817 | 2024-09-01T20:21:22.058Z | Compiling cpufeatures v0.2.13 |
818 | 2024-09-01T20:21:22.168Z | Compiling sha1 v0.10.6 |
819 | 2024-09-01T20:21:22.868Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-09-01T20:21:25.119Z | Compiling waitgroup v0.1.2 |
821 | 2024-09-01T20:21:25.372Z | Compiling slog-term v2.9.1 |
822 | 2024-09-01T20:21:25.514Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
823 | 2024-09-01T20:21:25.685Z | Compiling usdt v0.5.0 |
824 | 2024-09-01T20:21:26.932Z | Compiling async-stream v0.3.5 |
825 | 2024-09-01T20:21:27.155Z | Compiling futures v0.3.30 |
826 | 2024-09-01T20:21:27.314Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-01T20:21:27.349Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-01T20:21:27.550Z | Compiling toml v0.8.19 |
829 | 2024-09-01T20:21:28.219Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-01T20:21:28.591Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-01T20:21:31.076Z | Compiling rand v0.8.5 |
832 | 2024-09-01T20:21:31.472Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-09-01T20:21:34.043Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-01T20:21:34.075Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-01T20:21:34.336Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
836 | 2024-09-01T20:21:34.424Z | Compiling hex v0.4.3 |
837 | 2024-09-01T20:21:35.025Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-09-01T20:21:35.096Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-09-01T20:21:35.852Z | Compiling async-trait v0.1.81 |
840 | 2024-09-01T20:21:35.915Z | Compiling hostname v0.4.0 |
841 | 2024-09-01T20:21:36.146Z | Compiling instant v0.1.13 |
842 | 2024-09-01T20:21:36.291Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-01T20:21:36.419Z | Compiling backoff v0.4.0 |
844 | 2024-09-01T20:21:36.755Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-01T20:21:36.976Z | Compiling parse-display v0.10.0 |
846 | 2024-09-01T20:21:38.093Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-09-01T20:21:38.257Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-01T20:21:38.457Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-01T20:21:38.876Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-09-01T20:21:38.960Z | Compiling strum v0.26.3 |
851 | 2024-09-01T20:21:38.984Z | Compiling serde_with v3.9.0 |
852 | 2024-09-01T20:21:39.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-01T20:21:39.897Z | Compiling macaddr v1.0.1 |
854 | 2024-09-01T20:21:40.437Z | Compiling regress v0.9.1 |
855 | 2024-09-01T20:21:46.988Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-01T20:21:57.924Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-01T20:22:09.334Z | Finished `release` profile [optimized] target(s) in 2m 18s |
858 | 2024-09-01T20:22:09.396Z | process exited: duration 215258 ms, exit code 0 |
|
859 | 2024-09-01T20:22:09.445Z | found 0 output files |