|
|
|
1 | 2024-10-30T18:46:05.805Z | job assigned to worker 01JBFBXP4FA8NWFKVSMM0HF3MA (queued for 4 m 31 s) |
|
2 | 2024-10-30T18:46:12.800Z | starting task 0: "setup" |
3 | 2024-10-30T18:46:12.809Z | ++ uname -s |
4 | 2024-10-30T18:46:12.812Z | + kern=SunOS |
5 | 2024-10-30T18:46:12.812Z | + case "$kern" in |
6 | 2024-10-30T18:46:12.812Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T18:46:12.812Z | + groupadd -g 12345 build |
8 | 2024-10-30T18:46:12.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T18:46:14.825Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T18:46:14.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T18:46:14.936Z | + home_fs=zfs |
12 | 2024-10-30T18:46:14.936Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T18:46:14.936Z | + mkdir -p /home/build |
14 | 2024-10-30T18:46:14.938Z | + chown build:build /home/build /work |
15 | 2024-10-30T18:46:16.940Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T18:46:16.943Z | process exited: duration 4144 ms, exit code 0 |
|
17 | 2024-10-30T18:46:16.948Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T18:46:16.954Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T18:46:16.954Z | * toolchain channel = "1.80.1" |
20 | 2024-10-30T18:46:16.954Z | ' 1.80.1 |
21 | 2024-10-30T18:46:16.954Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T18:46:16.954Z | ' default |
23 | 2024-10-30T18:46:16.955Z | * toolchain profile = "default" |
24 | 2024-10-30T18:46:16.957Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T18:46:16.957Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T18:46:17.071Z | info: downloading installer |
27 | 2024-10-30T18:46:18.443Z | info: profile set to 'default' |
28 | 2024-10-30T18:46:18.446Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T18:46:18.446Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T18:46:18.608Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T18:46:18.608Z | info: downloading component 'cargo' |
32 | 2024-10-30T18:46:19.564Z | info: downloading component 'clippy' |
33 | 2024-10-30T18:46:19.902Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T18:46:21.239Z | info: downloading component 'rust-std' |
35 | 2024-10-30T18:46:23.114Z | info: downloading component 'rustc' |
36 | 2024-10-30T18:46:28.367Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T18:46:28.650Z | info: installing component 'cargo' |
38 | 2024-10-30T18:46:29.471Z | info: installing component 'clippy' |
39 | 2024-10-30T18:46:29.834Z | info: installing component 'rust-docs' |
40 | 2024-10-30T18:46:31.448Z | info: installing component 'rust-std' |
41 | 2024-10-30T18:46:33.251Z | info: installing component 'rustc' |
42 | 2024-10-30T18:46:37.365Z | info: installing component 'rustfmt' |
43 | 2024-10-30T18:46:37.695Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-30T18:46:37.695Z | |
45 | 2024-10-30T18:46:37.950Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T18:46:37.950Z | |
47 | 2024-10-30T18:46:37.953Z | |
48 | 2024-10-30T18:46:37.953Z | Rust is installed now. Great! |
49 | 2024-10-30T18:46:37.953Z | |
50 | 2024-10-30T18:46:37.953Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T18:46:37.953Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T18:46:37.953Z | |
53 | 2024-10-30T18:46:37.953Z | To configure your current shell, you need to source |
54 | 2024-10-30T18:46:37.953Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T18:46:37.953Z | |
56 | 2024-10-30T18:46:37.953Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T18:46:37.953Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T18:46:37.953Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T18:46:38.003Z | + rustc --version |
60 | 2024-10-30T18:46:38.065Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T18:46:38.067Z | process exited: duration 21114 ms, exit code 0 |
|
62 | 2024-10-30T18:46:38.073Z | starting task 2: "authentication" |
63 | 2024-10-30T18:46:38.093Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-30T18:46:38.099Z | starting task 3: "clone repository" |
65 | 2024-10-30T18:46:38.103Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T18:46:38.106Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T18:46:38.156Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T18:46:45.948Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T18:46:45.948Z | + git fetch origin 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
70 | 2024-10-30T18:46:46.282Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T18:46:46.282Z | * branch 24c967f68413228880ef7b9f9a6bcd12862d19b0 -> FETCH_HEAD |
72 | 2024-10-30T18:46:46.291Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T18:46:46.293Z | ++ git branch --show-current |
74 | 2024-10-30T18:46:46.296Z | + current=main |
75 | 2024-10-30T18:46:46.296Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T18:46:46.296Z | + git branch -f zl/mgd-ddm-meta 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
77 | 2024-10-30T18:46:46.298Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T18:46:46.461Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T18:46:46.464Z | + git reset --hard 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
80 | 2024-10-30T18:46:46.476Z | HEAD is now at 24c967f68 Add switch/sled metadata to ddm/mgd related timeseries |
81 | 2024-10-30T18:46:46.480Z | process exited: duration 8376 ms, exit code 0 |
|
82 | 2024-10-30T18:46:46.485Z | starting task 4: "build" |
83 | 2024-10-30T18:46:46.490Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T18:46:46.493Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T18:46:46.493Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T18:46:46.493Z | + cargo --version |
87 | 2024-10-30T18:46:46.544Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T18:46:46.547Z | + rustc --version |
89 | 2024-10-30T18:46:46.604Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T18:46:46.607Z | + cd /tmp |
91 | 2024-10-30T18:46:46.607Z | + cargo new --lib test-project |
92 | 2024-10-30T18:46:46.660Z | Creating library `test-project` package |
93 | 2024-10-30T18:46:46.732Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-10-30T18:46:46.735Z | + cd test-project |
95 | 2024-10-30T18:46:46.735Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-10-30T18:46:46.790Z | Adding omicron-common (local) to dependencies |
97 | 2024-10-30T18:46:46.793Z | Features: |
98 | 2024-10-30T18:46:46.794Z | - proptest |
99 | 2024-10-30T18:46:46.794Z | - test-strategy |
100 | 2024-10-30T18:46:46.794Z | - testing |
101 | 2024-10-30T18:46:46.794Z | Updating crates.io index |
102 | 2024-10-30T18:46:46.861Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-10-30T18:46:47.626Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-30T18:46:48.018Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-10-30T18:46:48.374Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-10-30T18:46:49.594Z | Locking 301 packages to latest compatible versions |
107 | 2024-10-30T18:46:49.597Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-10-30T18:46:49.597Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-10-30T18:46:49.597Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-10-30T18:46:49.599Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-10-30T18:46:49.599Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-10-30T18:46:49.599Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-10-30T18:46:49.599Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-10-30T18:46:49.599Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-10-30T18:46:49.599Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-10-30T18:46:49.602Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-10-30T18:46:49.602Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-10-30T18:46:49.602Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-10-30T18:46:49.604Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-10-30T18:46:49.609Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-10-30T18:46:49.612Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-10-30T18:46:49.615Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-10-30T18:46:49.615Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-10-30T18:46:49.618Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-10-30T18:46:49.618Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-10-30T18:46:49.620Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-10-30T18:46:49.620Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-10-30T18:46:49.620Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-10-30T18:46:49.620Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-10-30T18:46:49.620Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-10-30T18:46:49.620Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
132 | 2024-10-30T18:46:49.620Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
133 | 2024-10-30T18:46:49.691Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-10-30T18:46:49.694Z | + cargo check |
135 | 2024-10-30T18:46:49.851Z | Updating crates.io index |
136 | 2024-10-30T18:46:50.484Z | Locking 2 packages to latest compatible versions |
137 | 2024-10-30T18:46:53.221Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-10-30T18:46:54.974Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-10-30T18:46:55.565Z | Downloading crates ... |
140 | 2024-10-30T18:46:55.648Z | Downloaded anyhow v1.0.89 |
141 | 2024-10-30T18:46:55.653Z | Downloaded ahash v0.8.11 |
142 | 2024-10-30T18:46:55.656Z | Downloaded http-body v1.0.1 |
143 | 2024-10-30T18:46:55.659Z | Downloaded foreign-types v0.3.2 |
144 | 2024-10-30T18:46:55.659Z | Downloaded darling_macro v0.20.10 |
145 | 2024-10-30T18:46:55.662Z | Downloaded omicron-workspace-hack v0.1.0 |
146 | 2024-10-30T18:46:55.664Z | Downloaded dirs-sys-next v0.1.2 |
147 | 2024-10-30T18:46:55.668Z | Downloaded deranged v0.3.11 |
148 | 2024-10-30T18:46:55.670Z | Downloaded try-lock v0.2.5 |
149 | 2024-10-30T18:46:55.670Z | Downloaded heck v0.5.0 |
150 | 2024-10-30T18:46:55.673Z | Downloaded want v0.3.1 |
151 | 2024-10-30T18:46:55.673Z | Downloaded num-conv v0.1.0 |
152 | 2024-10-30T18:46:55.673Z | Downloaded futures-macro v0.3.31 |
153 | 2024-10-30T18:46:55.675Z | Downloaded instant v0.1.13 |
154 | 2024-10-30T18:46:55.677Z | Downloaded openssl-probe v0.1.5 |
155 | 2024-10-30T18:46:55.679Z | Downloaded hostname v0.4.0 |
156 | 2024-10-30T18:46:55.682Z | Downloaded macaddr v1.0.1 |
157 | 2024-10-30T18:46:55.684Z | Downloaded ipnetwork v0.20.0 |
158 | 2024-10-30T18:46:55.686Z | Downloaded usdt-macro v0.5.0 |
159 | 2024-10-30T18:46:55.688Z | Downloaded cpufeatures v0.2.14 |
160 | 2024-10-30T18:46:55.688Z | Downloaded async-trait v0.1.83 |
161 | 2024-10-30T18:46:55.691Z | Downloaded multer v3.1.0 |
162 | 2024-10-30T18:46:55.695Z | Downloaded iana-time-zone v0.1.61 |
163 | 2024-10-30T18:46:55.697Z | Downloaded dropshot_endpoint v0.12.0 |
164 | 2024-10-30T18:46:55.700Z | Downloaded version_check v0.9.5 |
165 | 2024-10-30T18:46:55.702Z | Downloaded once_cell v1.20.2 |
166 | 2024-10-30T18:46:55.705Z | Downloaded typify-macro v0.2.0 |
167 | 2024-10-30T18:46:55.705Z | Downloaded futures v0.3.31 |
168 | 2024-10-30T18:46:55.709Z | Downloaded memmap v0.7.0 |
169 | 2024-10-30T18:46:55.711Z | Downloaded scopeguard v1.2.0 |
170 | 2024-10-30T18:46:55.716Z | Downloaded rand_chacha v0.3.1 |
171 | 2024-10-30T18:46:55.716Z | Downloaded strum v0.26.3 |
172 | 2024-10-30T18:46:55.718Z | Downloaded sha1 v0.10.6 |
173 | 2024-10-30T18:46:55.718Z | Downloaded parking_lot_core v0.9.10 |
174 | 2024-10-30T18:46:55.721Z | Downloaded base64 v0.22.1 |
175 | 2024-10-30T18:46:55.723Z | Downloaded signal-hook-registry v1.4.2 |
176 | 2024-10-30T18:46:55.726Z | Downloaded usdt v0.5.0 |
177 | 2024-10-30T18:46:55.726Z | Downloaded equivalent v1.0.1 |
178 | 2024-10-30T18:46:55.728Z | Downloaded dtrace-parser v0.2.0 |
179 | 2024-10-30T18:46:55.728Z | Downloaded async-stream-impl v0.3.6 |
180 | 2024-10-30T18:46:55.728Z | Downloaded serde_tokenstream v0.2.2 |
181 | 2024-10-30T18:46:55.730Z | Downloaded toml_edit v0.22.22 |
182 | 2024-10-30T18:46:55.751Z | Downloaded pin-project-lite v0.2.14 |
183 | 2024-10-30T18:46:55.755Z | Downloaded strsim v0.11.1 |
184 | 2024-10-30T18:46:55.758Z | Downloaded take_mut v0.2.2 |
185 | 2024-10-30T18:46:55.758Z | Downloaded num_threads v0.1.7 |
186 | 2024-10-30T18:46:55.761Z | Downloaded ident_case v1.0.1 |
187 | 2024-10-30T18:46:55.761Z | Downloaded serde_with_macros v3.11.0 |
188 | 2024-10-30T18:46:55.763Z | Downloaded unicode-ident v1.0.13 |
189 | 2024-10-30T18:46:55.766Z | Downloaded progenitor-impl v0.8.0 |
190 | 2024-10-30T18:46:55.768Z | Downloaded thiserror-impl v1.0.64 |
191 | 2024-10-30T18:46:55.768Z | Downloaded dirs-next v2.0.0 |
192 | 2024-10-30T18:46:55.771Z | Downloaded waitgroup v0.1.2 |
193 | 2024-10-30T18:46:55.771Z | Downloaded semver v1.0.23 |
194 | 2024-10-30T18:46:55.773Z | Downloaded digest v0.10.7 |
195 | 2024-10-30T18:46:55.775Z | Downloaded aho-corasick v1.1.3 |
196 | 2024-10-30T18:46:55.781Z | Downloaded usdt-attr-macro v0.5.0 |
197 | 2024-10-30T18:46:55.783Z | Downloaded tinyvec_macros v0.1.1 |
198 | 2024-10-30T18:46:55.783Z | Downloaded serde_derive v1.0.210 |
199 | 2024-10-30T18:46:55.786Z | Downloaded schemars v0.8.21 |
200 | 2024-10-30T18:46:55.797Z | Downloaded unsafe-libyaml v0.2.11 |
201 | 2024-10-30T18:46:55.801Z | Downloaded sync_wrapper v1.0.1 |
202 | 2024-10-30T18:46:55.804Z | Downloaded untrusted v0.9.0 |
203 | 2024-10-30T18:46:55.804Z | Downloaded mime v0.3.17 |
204 | 2024-10-30T18:46:55.806Z | Downloaded time-core v0.1.2 |
205 | 2024-10-30T18:46:55.809Z | Downloaded newtype-uuid v1.1.2 |
206 | 2024-10-30T18:46:55.809Z | Downloaded itoa v1.0.11 |
207 | 2024-10-30T18:46:55.811Z | Downloaded is-terminal v0.4.13 |
208 | 2024-10-30T18:46:55.811Z | Downloaded http-body-util v0.1.2 |
209 | 2024-10-30T18:46:55.814Z | Downloaded darling v0.20.10 |
210 | 2024-10-30T18:46:55.816Z | Downloaded futures-task v0.3.31 |
211 | 2024-10-30T18:46:55.819Z | Downloaded camino v1.1.9 |
212 | 2024-10-30T18:46:55.822Z | Downloaded tokio-native-tls v0.3.1 |
213 | 2024-10-30T18:46:55.825Z | Downloaded thiserror v1.0.64 |
214 | 2024-10-30T18:46:55.828Z | Downloaded slog-async v2.8.0 |
215 | 2024-10-30T18:46:55.830Z | Downloaded thread_local v1.1.8 |
216 | 2024-10-30T18:46:55.832Z | Downloaded structmeta-derive v0.3.0 |
217 | 2024-10-30T18:46:55.832Z | Downloaded progenitor-client v0.8.0 |
218 | 2024-10-30T18:46:55.835Z | Downloaded slog-json v2.6.1 |
219 | 2024-10-30T18:46:55.837Z | Downloaded native-tls v0.2.12 |
220 | 2024-10-30T18:46:55.840Z | Downloaded rustversion v1.0.17 |
221 | 2024-10-30T18:46:55.842Z | Downloaded rand_core v0.6.4 |
222 | 2024-10-30T18:46:55.842Z | Downloaded ipnet v2.10.1 |
223 | 2024-10-30T18:46:55.844Z | Downloaded slab v0.4.9 |
224 | 2024-10-30T18:46:55.847Z | Downloaded scroll v0.12.0 |
225 | 2024-10-30T18:46:55.849Z | Downloaded parse-display v0.10.0 |
226 | 2024-10-30T18:46:55.849Z | Downloaded crossbeam-utils v0.8.20 |
227 | 2024-10-30T18:46:55.851Z | Downloaded serde_path_to_error v0.1.16 |
228 | 2024-10-30T18:46:55.854Z | Downloaded serde_urlencoded v0.7.1 |
229 | 2024-10-30T18:46:55.857Z | Downloaded zeroize v1.8.1 |
230 | 2024-10-30T18:46:55.860Z | Downloaded schemars_derive v0.8.21 |
231 | 2024-10-30T18:46:55.860Z | Downloaded quinn-udp v0.5.5 |
232 | 2024-10-30T18:46:55.863Z | Downloaded rustc-hash v2.0.0 |
233 | 2024-10-30T18:46:55.863Z | Downloaded term v0.7.0 |
234 | 2024-10-30T18:46:55.865Z | Downloaded tokio-rustls v0.26.0 |
235 | 2024-10-30T18:46:55.868Z | Downloaded typify v0.2.0 |
236 | 2024-10-30T18:46:55.871Z | Downloaded time-macros v0.2.18 |
237 | 2024-10-30T18:46:55.873Z | Downloaded serde_spanned v0.6.8 |
238 | 2024-10-30T18:46:55.876Z | Downloaded indexmap v1.9.3 |
239 | 2024-10-30T18:46:55.878Z | Downloaded tracing v0.1.40 |
240 | 2024-10-30T18:46:55.883Z | Downloaded tokio-macros v2.4.0 |
241 | 2024-10-30T18:46:55.885Z | Downloaded smallvec v1.13.2 |
242 | 2024-10-30T18:46:55.888Z | Downloaded slog v2.7.0 |
243 | 2024-10-30T18:46:55.890Z | Downloaded socket2 v0.5.7 |
244 | 2024-10-30T18:46:55.892Z | Downloaded toml v0.8.19 |
245 | 2024-10-30T18:46:55.902Z | Downloaded num-traits v0.2.19 |
246 | 2024-10-30T18:46:55.902Z | Downloaded serde_derive_internals v0.29.1 |
247 | 2024-10-30T18:46:55.902Z | Downloaded allocator-api2 v0.2.18 |
248 | 2024-10-30T18:46:55.905Z | Downloaded uuid v1.10.0 |
249 | 2024-10-30T18:46:55.908Z | Downloaded ucd-trie v0.1.7 |
250 | 2024-10-30T18:46:55.911Z | Downloaded tokio-rustls v0.25.0 |
251 | 2024-10-30T18:46:55.914Z | Downloaded spin v0.9.8 |
252 | 2024-10-30T18:46:55.917Z | Downloaded hyper-util v0.1.9 |
253 | 2024-10-30T18:46:55.920Z | Downloaded indexmap v2.6.0 |
254 | 2024-10-30T18:46:55.924Z | Downloaded slog-term v2.9.1 |
255 | 2024-10-30T18:46:55.927Z | Downloaded darling_core v0.20.10 |
256 | 2024-10-30T18:46:55.932Z | Downloaded ryu v1.0.18 |
257 | 2024-10-30T18:46:55.936Z | Downloaded mio v1.0.2 |
258 | 2024-10-30T18:46:55.943Z | Downloaded unicode-bidi v0.3.17 |
259 | 2024-10-30T18:46:55.945Z | Downloaded time v0.3.36 |
260 | 2024-10-30T18:46:55.953Z | Downloaded hashbrown v0.14.5 |
261 | 2024-10-30T18:46:55.959Z | Downloaded tracing-core v0.1.32 |
262 | 2024-10-30T18:46:55.962Z | Downloaded tokio-util v0.7.12 |
263 | 2024-10-30T18:46:55.969Z | Downloaded url v2.5.2 |
264 | 2024-10-30T18:46:55.972Z | Downloaded h2 v0.4.6 |
265 | 2024-10-30T18:46:55.980Z | Downloaded hashbrown v0.15.0 |
266 | 2024-10-30T18:46:55.986Z | Downloaded serde_yaml v0.9.34+deprecated |
267 | 2024-10-30T18:46:55.989Z | Downloaded goblin v0.8.2 |
268 | 2024-10-30T18:46:55.996Z | Downloaded quinn v0.11.5 |
269 | 2024-10-30T18:46:55.999Z | Downloaded zerocopy v0.7.35 |
270 | 2024-10-30T18:46:56.017Z | Downloaded usdt-impl v0.5.0 |
271 | 2024-10-30T18:46:56.019Z | Downloaded openssl v0.10.66 |
272 | 2024-10-30T18:46:56.028Z | Downloaded dropshot v0.12.0 |
273 | 2024-10-30T18:46:56.048Z | Downloaded unicode-normalization v0.1.24 |
274 | 2024-10-30T18:46:56.051Z | Downloaded chrono v0.4.38 |
275 | 2024-10-30T18:46:56.059Z | Downloaded serde v1.0.210 |
276 | 2024-10-30T18:46:56.062Z | Downloaded pest v2.7.14 |
277 | 2024-10-30T18:46:56.067Z | Downloaded openapiv3 v2.0.0 |
278 | 2024-10-30T18:46:56.079Z | Downloaded rand v0.8.5 |
279 | 2024-10-30T18:46:56.083Z | Downloaded openssl-sys v0.9.103 |
280 | 2024-10-30T18:46:56.088Z | Downloaded idna v0.5.0 |
281 | 2024-10-30T18:46:56.094Z | Downloaded memchr v2.7.4 |
282 | 2024-10-30T18:46:56.100Z | Downloaded serde_with v3.11.0 |
283 | 2024-10-30T18:46:56.109Z | Downloaded serde_json v1.0.128 |
284 | 2024-10-30T18:46:56.117Z | Downloaded libc v0.2.161 |
285 | 2024-10-30T18:46:56.145Z | Downloaded rustls-webpki v0.102.8 |
286 | 2024-10-30T18:46:56.163Z | Downloaded tokio v1.40.0 |
287 | 2024-10-30T18:46:56.198Z | Downloaded reqwest v0.12.8 |
288 | 2024-10-30T18:46:56.206Z | Downloaded webpki-roots v0.26.6 |
289 | 2024-10-30T18:46:56.209Z | Downloaded vcpkg v0.2.15 |
290 | 2024-10-30T18:46:56.246Z | Downloaded regress v0.10.1 |
291 | 2024-10-30T18:46:56.253Z | Downloaded syn v2.0.79 |
292 | 2024-10-30T18:46:56.265Z | Downloaded rustls v0.23.14 |
293 | 2024-10-30T18:46:56.277Z | Downloaded regress v0.9.1 |
294 | 2024-10-30T18:46:56.283Z | Downloaded rustls v0.22.4 |
295 | 2024-10-30T18:46:56.295Z | Downloaded regex-syntax v0.8.5 |
296 | 2024-10-30T18:46:56.303Z | Downloaded typify-impl v0.2.0 |
297 | 2024-10-30T18:46:56.317Z | Downloaded regex v1.11.0 |
298 | 2024-10-30T18:46:56.330Z | Downloaded regex-automata v0.4.8 |
299 | 2024-10-30T18:46:56.345Z | Downloaded encoding_rs v0.8.34 |
300 | 2024-10-30T18:46:56.365Z | Downloaded quinn-proto v0.11.8 |
301 | 2024-10-30T18:46:56.372Z | Downloaded winnow v0.6.20 |
302 | 2024-10-30T18:46:56.379Z | Downloaded http v1.1.0 |
303 | 2024-10-30T18:46:56.385Z | Downloaded crossbeam-channel v0.5.13 |
304 | 2024-10-30T18:46:56.388Z | Downloaded rustls-pki-types v1.9.0 |
305 | 2024-10-30T18:46:56.392Z | Downloaded parking_lot v0.12.3 |
306 | 2024-10-30T18:46:56.392Z | Downloaded pest_meta v2.7.14 |
307 | 2024-10-30T18:46:56.395Z | Downloaded shlex v1.3.0 |
308 | 2024-10-30T18:46:56.395Z | Downloaded sha2 v0.10.8 |
309 | 2024-10-30T18:46:56.404Z | Downloaded tinyvec v1.8.0 |
310 | 2024-10-30T18:46:56.404Z | Downloaded log v0.4.22 |
311 | 2024-10-30T18:46:56.404Z | Downloaded futures-util v0.3.31 |
312 | 2024-10-30T18:46:56.413Z | Downloaded rustls-pemfile v2.2.0 |
313 | 2024-10-30T18:46:56.415Z | Downloaded quote v1.0.37 |
314 | 2024-10-30T18:46:56.418Z | Downloaded hyper v1.4.1 |
315 | 2024-10-30T18:46:56.424Z | Downloaded bytes v1.7.2 |
316 | 2024-10-30T18:46:56.428Z | Downloaded subtle v2.6.1 |
317 | 2024-10-30T18:46:56.430Z | Downloaded pest_derive v2.7.14 |
318 | 2024-10-30T18:46:56.433Z | Downloaded zerocopy-derive v0.7.35 |
319 | 2024-10-30T18:46:56.435Z | Downloaded httparse v1.9.5 |
320 | 2024-10-30T18:46:56.437Z | Downloaded bitflags v2.6.0 |
321 | 2024-10-30T18:46:56.441Z | Downloaded hyper-tls v0.6.0 |
322 | 2024-10-30T18:46:56.443Z | Downloaded progenitor-macro v0.8.0 |
323 | 2024-10-30T18:46:56.443Z | Downloaded progenitor v0.8.0 |
324 | 2024-10-30T18:46:56.446Z | Downloaded powerfmt v0.2.0 |
325 | 2024-10-30T18:46:56.446Z | Downloaded hyper-rustls v0.27.3 |
326 | 2024-10-30T18:46:56.448Z | Downloaded strum_macros v0.26.4 |
327 | 2024-10-30T18:46:56.451Z | Downloaded thread-id v4.2.2 |
328 | 2024-10-30T18:46:56.453Z | Downloaded lock_api v0.4.12 |
329 | 2024-10-30T18:46:56.453Z | Downloaded plain v0.2.3 |
330 | 2024-10-30T18:46:56.453Z | Downloaded pin-utils v0.1.0 |
331 | 2024-10-30T18:46:56.455Z | Downloaded paste v1.0.15 |
332 | 2024-10-30T18:46:56.457Z | Downloaded futures-channel v0.3.31 |
333 | 2024-10-30T18:46:56.461Z | Downloaded structmeta v0.3.0 |
334 | 2024-10-30T18:46:56.461Z | Downloaded backoff v0.4.0 |
335 | 2024-10-30T18:46:56.465Z | Downloaded slog-bunyan v2.5.0 |
336 | 2024-10-30T18:46:56.465Z | Downloaded scroll_derive v0.12.0 |
337 | 2024-10-30T18:46:56.465Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-10-30T18:46:56.467Z | Downloaded httpdate v1.0.3 |
339 | 2024-10-30T18:46:56.467Z | Downloaded hostname v0.3.1 |
340 | 2024-10-30T18:46:56.467Z | Downloaded hex v0.4.3 |
341 | 2024-10-30T18:46:56.470Z | Downloaded generic-array v0.14.7 |
342 | 2024-10-30T18:46:56.472Z | Downloaded futures-sink v0.3.31 |
343 | 2024-10-30T18:46:56.472Z | Downloaded futures-io v0.3.31 |
344 | 2024-10-30T18:46:56.472Z | Downloaded futures-core v0.3.31 |
345 | 2024-10-30T18:46:56.475Z | Downloaded form_urlencoded v1.2.1 |
346 | 2024-10-30T18:46:56.475Z | Downloaded fnv v1.0.7 |
347 | 2024-10-30T18:46:56.475Z | Downloaded dyn-clone v1.0.17 |
348 | 2024-10-30T18:46:56.477Z | Downloaded dof v0.3.0 |
349 | 2024-10-30T18:46:56.480Z | Downloaded async-stream v0.3.6 |
350 | 2024-10-30T18:46:56.480Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-10-30T18:46:56.483Z | Downloaded debug-ignore v1.0.5 |
352 | 2024-10-30T18:46:56.483Z | Downloaded cfg-if v1.0.0 |
353 | 2024-10-30T18:46:56.483Z | Downloaded proc-macro2 v1.0.87 |
354 | 2024-10-30T18:46:56.485Z | Downloaded typenum v1.17.0 |
355 | 2024-10-30T18:46:56.488Z | Downloaded block-buffer v0.10.4 |
356 | 2024-10-30T18:46:56.490Z | Downloaded autocfg v1.4.0 |
357 | 2024-10-30T18:46:56.493Z | Downloaded pkg-config v0.3.31 |
358 | 2024-10-30T18:46:56.493Z | Downloaded tower-service v0.3.3 |
359 | 2024-10-30T18:46:56.495Z | Downloaded openssl-macros v0.1.1 |
360 | 2024-10-30T18:46:56.495Z | Downloaded match_cfg v0.1.0 |
361 | 2024-10-30T18:46:56.495Z | Downloaded hashbrown v0.12.3 |
362 | 2024-10-30T18:46:56.498Z | Downloaded foreign-types-shared v0.1.1 |
363 | 2024-10-30T18:46:56.500Z | Downloaded cc v1.1.30 |
364 | 2024-10-30T18:46:56.503Z | Downloaded ppv-lite86 v0.2.20 |
365 | 2024-10-30T18:46:56.505Z | Downloaded pest_generator v2.7.14 |
366 | 2024-10-30T18:46:56.505Z | Downloaded percent-encoding v2.3.1 |
367 | 2024-10-30T18:46:56.507Z | Downloaded parse-display-derive v0.10.0 |
368 | 2024-10-30T18:46:56.507Z | Downloaded getrandom v0.2.15 |
369 | 2024-10-30T18:46:56.509Z | Downloaded futures-executor v0.3.31 |
370 | 2024-10-30T18:46:56.511Z | Downloaded crypto-common v0.1.6 |
371 | 2024-10-30T18:46:56.511Z | Downloaded byteorder v1.5.0 |
372 | 2024-10-30T18:46:56.513Z | Downloaded atomic-waker v1.1.2 |
373 | 2024-10-30T18:46:56.550Z | Downloaded ring v0.17.8 |
374 | 2024-10-30T18:46:56.868Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-10-30T18:46:56.868Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-30T18:46:56.872Z | Compiling libc v0.2.161 |
377 | 2024-10-30T18:46:56.872Z | Checking cfg-if v1.0.0 |
378 | 2024-10-30T18:46:56.872Z | Compiling autocfg v1.4.0 |
379 | 2024-10-30T18:46:56.872Z | Compiling serde v1.0.210 |
380 | 2024-10-30T18:46:56.892Z | Compiling version_check v0.9.5 |
381 | 2024-10-30T18:46:56.894Z | Checking memchr v2.7.4 |
382 | 2024-10-30T18:46:56.999Z | Checking itoa v1.0.11 |
383 | 2024-10-30T18:46:57.051Z | Compiling serde_json v1.0.128 |
384 | 2024-10-30T18:46:57.522Z | Compiling thiserror v1.0.64 |
385 | 2024-10-30T18:46:57.565Z | Checking once_cell v1.20.2 |
386 | 2024-10-30T18:46:57.591Z | Compiling shlex v1.3.0 |
387 | 2024-10-30T18:46:57.847Z | Compiling cc v1.1.30 |
388 | 2024-10-30T18:46:57.964Z | Checking pin-project-lite v0.2.14 |
389 | 2024-10-30T18:46:58.377Z | Compiling num-traits v0.2.19 |
390 | 2024-10-30T18:46:58.397Z | Checking bytes v1.7.2 |
391 | 2024-10-30T18:46:58.397Z | Checking ryu v1.0.18 |
392 | 2024-10-30T18:46:58.398Z | Checking getrandom v0.2.15 |
393 | 2024-10-30T18:46:58.401Z | Compiling quote v1.0.37 |
394 | 2024-10-30T18:46:58.484Z | Checking futures-core v0.3.31 |
395 | 2024-10-30T18:46:58.659Z | Compiling lock_api v0.4.12 |
396 | 2024-10-30T18:46:58.662Z | Compiling parking_lot_core v0.9.10 |
397 | 2024-10-30T18:46:58.783Z | Compiling syn v2.0.79 |
398 | 2024-10-30T18:46:58.974Z | Compiling byteorder v1.5.0 |
399 | 2024-10-30T18:46:59.001Z | Compiling ahash v0.8.11 |
400 | 2024-10-30T18:46:59.016Z | Checking smallvec v1.13.2 |
401 | 2024-10-30T18:46:59.088Z | Compiling schemars v0.8.21 |
402 | 2024-10-30T18:46:59.132Z | Checking scopeguard v1.2.0 |
403 | 2024-10-30T18:46:59.418Z | Compiling slab v0.4.9 |
404 | 2024-10-30T18:46:59.447Z | Checking log v0.4.22 |
405 | 2024-10-30T18:46:59.489Z | Checking futures-sink v0.3.31 |
406 | 2024-10-30T18:46:59.531Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-10-30T18:46:59.630Z | Checking mio v1.0.2 |
408 | 2024-10-30T18:46:59.664Z | Checking socket2 v0.5.7 |
409 | 2024-10-30T18:46:59.681Z | Checking parking_lot v0.12.3 |
410 | 2024-10-30T18:46:59.698Z | Checking equivalent v1.0.1 |
411 | 2024-10-30T18:46:59.766Z | Checking hashbrown v0.15.0 |
412 | 2024-10-30T18:46:59.804Z | Checking fnv v1.0.7 |
413 | 2024-10-30T18:46:59.936Z | Checking http v1.1.0 |
414 | 2024-10-30T18:47:00.000Z | Checking futures-channel v0.3.31 |
415 | 2024-10-30T18:47:00.135Z | Checking pin-utils v0.1.0 |
416 | 2024-10-30T18:47:00.171Z | Checking futures-io v0.3.31 |
417 | 2024-10-30T18:47:00.187Z | Checking futures-task v0.3.31 |
418 | 2024-10-30T18:47:00.224Z | Checking spin v0.9.8 |
419 | 2024-10-30T18:47:00.332Z | Compiling vcpkg v0.2.15 |
420 | 2024-10-30T18:47:00.351Z | Compiling semver v1.0.23 |
421 | 2024-10-30T18:47:00.411Z | Compiling heck v0.5.0 |
422 | 2024-10-30T18:47:00.429Z | Compiling pkg-config v0.3.31 |
423 | 2024-10-30T18:47:00.753Z | Compiling ring v0.17.8 |
424 | 2024-10-30T18:47:00.887Z | Checking rustls-pki-types v1.9.0 |
425 | 2024-10-30T18:47:00.971Z | Compiling httparse v1.9.5 |
426 | 2024-10-30T18:47:01.502Z | Checking iana-time-zone v0.1.61 |
427 | 2024-10-30T18:47:01.531Z | Compiling ucd-trie v0.1.7 |
428 | 2024-10-30T18:47:01.646Z | Checking untrusted v0.9.0 |
429 | 2024-10-30T18:47:01.791Z | Checking tracing-core v0.1.32 |
430 | 2024-10-30T18:47:01.808Z | Compiling allocator-api2 v0.2.18 |
431 | 2024-10-30T18:47:02.023Z | Checking dyn-clone v1.0.17 |
432 | 2024-10-30T18:47:02.095Z | Compiling openssl-sys v0.9.103 |
433 | 2024-10-30T18:47:02.330Z | Checking atomic-waker v1.1.2 |
434 | 2024-10-30T18:47:02.456Z | Checking tracing v0.1.40 |
435 | 2024-10-30T18:47:02.537Z | Checking http-body v1.0.1 |
436 | 2024-10-30T18:47:02.774Z | Checking try-lock v0.2.5 |
437 | 2024-10-30T18:47:02.898Z | Compiling uuid v1.10.0 |
438 | 2024-10-30T18:47:02.938Z | Checking subtle v2.6.1 |
439 | 2024-10-30T18:47:03.045Z | Checking zeroize v1.8.1 |
440 | 2024-10-30T18:47:03.153Z | Checking want v0.3.1 |
441 | 2024-10-30T18:47:03.274Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-10-30T18:47:03.332Z | Compiling openssl v0.10.66 |
443 | 2024-10-30T18:47:03.372Z | Compiling chrono v0.4.38 |
444 | 2024-10-30T18:47:03.441Z | Checking httpdate v1.0.3 |
445 | 2024-10-30T18:47:03.459Z | Compiling slog v2.7.0 |
446 | 2024-10-30T18:47:03.534Z | Checking foreign-types v0.3.2 |
447 | 2024-10-30T18:47:03.650Z | Compiling aho-corasick v1.1.3 |
448 | 2024-10-30T18:47:03.806Z | Compiling rustls v0.23.14 |
449 | 2024-10-30T18:47:04.023Z | Checking bitflags v2.6.0 |
450 | 2024-10-30T18:47:04.148Z | Compiling native-tls v0.2.12 |
451 | 2024-10-30T18:47:04.539Z | Checking tinyvec_macros v0.1.1 |
452 | 2024-10-30T18:47:04.621Z | Checking tower-service v0.3.3 |
453 | 2024-10-30T18:47:04.737Z | Compiling typenum v1.17.0 |
454 | 2024-10-30T18:47:04.813Z | Compiling regex-syntax v0.8.5 |
455 | 2024-10-30T18:47:04.887Z | Checking percent-encoding v2.3.1 |
456 | 2024-10-30T18:47:05.096Z | Checking form_urlencoded v1.2.1 |
457 | 2024-10-30T18:47:05.314Z | Checking tinyvec v1.8.0 |
458 | 2024-10-30T18:47:05.716Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-10-30T18:47:05.953Z | Compiling generic-array v0.14.7 |
460 | 2024-10-30T18:47:06.291Z | Checking openssl-probe v0.1.5 |
461 | 2024-10-30T18:47:06.611Z | Checking unicode-normalization v0.1.24 |
462 | 2024-10-30T18:47:06.774Z | Checking rustls-webpki v0.102.8 |
463 | 2024-10-30T18:47:08.053Z | Compiling usdt-impl v0.5.0 |
464 | 2024-10-30T18:47:08.440Z | Compiling regex-automata v0.4.8 |
465 | 2024-10-30T18:47:08.641Z | Checking encoding_rs v0.8.34 |
466 | 2024-10-30T18:47:08.721Z | Checking mime v0.3.17 |
467 | 2024-10-30T18:47:08.889Z | Checking powerfmt v0.2.0 |
468 | 2024-10-30T18:47:09.060Z | Compiling time-core v0.1.2 |
469 | 2024-10-30T18:47:09.160Z | Compiling num-conv v0.1.0 |
470 | 2024-10-30T18:47:09.229Z | Checking unicode-bidi v0.3.17 |
471 | 2024-10-30T18:47:09.441Z | Compiling time-macros v0.2.18 |
472 | 2024-10-30T18:47:09.841Z | Checking idna v0.5.0 |
473 | 2024-10-30T18:47:10.541Z | Checking deranged v0.3.11 |
474 | 2024-10-30T18:47:11.007Z | Compiling thread-id v4.2.2 |
475 | 2024-10-30T18:47:11.056Z | Compiling serde_derive v1.0.210 |
476 | 2024-10-30T18:47:11.116Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-10-30T18:47:11.816Z | Compiling thiserror-impl v1.0.64 |
478 | 2024-10-30T18:47:12.422Z | Compiling schemars_derive v0.8.21 |
479 | 2024-10-30T18:47:12.446Z | Compiling tokio-macros v2.4.0 |
480 | 2024-10-30T18:47:12.467Z | Compiling futures-macro v0.3.31 |
481 | 2024-10-30T18:47:12.649Z | Compiling openssl-macros v0.1.1 |
482 | 2024-10-30T18:47:13.068Z | Compiling zerocopy v0.7.35 |
483 | 2024-10-30T18:47:13.958Z | Checking tokio v1.40.0 |
484 | 2024-10-30T18:47:14.351Z | Checking futures-util v0.3.31 |
485 | 2024-10-30T18:47:14.714Z | Compiling pest v2.7.14 |
486 | 2024-10-30T18:47:15.231Z | Compiling hashbrown v0.14.5 |
487 | 2024-10-30T18:47:16.120Z | Compiling regex v1.11.0 |
488 | 2024-10-30T18:47:16.456Z | Compiling scroll_derive v0.12.0 |
489 | 2024-10-30T18:47:16.545Z | Compiling regress v0.10.1 |
490 | 2024-10-30T18:47:17.676Z | Compiling pest_meta v2.7.14 |
491 | 2024-10-30T18:47:17.909Z | Checking scroll v0.12.0 |
492 | 2024-10-30T18:47:19.534Z | Compiling pest_generator v2.7.14 |
493 | 2024-10-30T18:47:20.654Z | Checking http-body-util v0.1.2 |
494 | 2024-10-30T18:47:21.120Z | Checking tokio-util v0.7.12 |
495 | 2024-10-30T18:47:21.175Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-10-30T18:47:21.240Z | Checking tokio-rustls v0.26.0 |
497 | 2024-10-30T18:47:21.257Z | Checking webpki-roots v0.26.6 |
498 | 2024-10-30T18:47:21.433Z | Checking rustls-pemfile v2.2.0 |
499 | 2024-10-30T18:47:21.617Z | Checking num_threads v0.1.7 |
500 | 2024-10-30T18:47:21.639Z | Compiling pest_derive v2.7.14 |
501 | 2024-10-30T18:47:21.810Z | Checking base64 v0.22.1 |
502 | 2024-10-30T18:47:21.945Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-10-30T18:47:22.198Z | Compiling strsim v0.11.1 |
504 | 2024-10-30T18:47:22.264Z | Compiling ident_case v1.0.1 |
505 | 2024-10-30T18:47:22.431Z | Checking plain v0.2.3 |
506 | 2024-10-30T18:47:22.490Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-10-30T18:47:22.561Z | Compiling darling_core v0.20.10 |
508 | 2024-10-30T18:47:22.578Z | Checking goblin v0.8.2 |
509 | 2024-10-30T18:47:22.917Z | Checking time v0.3.36 |
510 | 2024-10-30T18:47:24.413Z | Checking indexmap v2.6.0 |
511 | 2024-10-30T18:47:24.433Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-10-30T18:47:25.656Z | Checking h2 v0.4.6 |
513 | 2024-10-30T18:47:25.678Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-10-30T18:47:25.731Z | Checking openapiv3 v2.0.0 |
515 | 2024-10-30T18:47:26.450Z | Compiling dof v0.3.0 |
516 | 2024-10-30T18:47:28.235Z | Compiling typify-impl v0.2.0 |
517 | 2024-10-30T18:47:28.822Z | Checking url v2.5.2 |
518 | 2024-10-30T18:47:29.089Z | Checking sync_wrapper v1.0.1 |
519 | 2024-10-30T18:47:29.235Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-10-30T18:47:29.402Z | Compiling paste v1.0.15 |
521 | 2024-10-30T18:47:29.613Z | Compiling rustversion v1.0.17 |
522 | 2024-10-30T18:47:29.768Z | Checking hyper v1.4.1 |
523 | 2024-10-30T18:47:29.786Z | Checking ipnet v2.10.1 |
524 | 2024-10-30T18:47:29.892Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-10-30T18:47:30.214Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-10-30T18:47:30.243Z | Compiling rustls v0.22.4 |
527 | 2024-10-30T18:47:30.282Z | Checking pretty-hex v0.4.1 |
528 | 2024-10-30T18:47:30.879Z | Checking dirs-next v2.0.0 |
529 | 2024-10-30T18:47:30.881Z | Compiling darling_macro v0.20.10 |
530 | 2024-10-30T18:47:31.014Z | Checking toml_datetime v0.6.8 |
531 | 2024-10-30T18:47:31.034Z | Checking serde_spanned v0.6.8 |
532 | 2024-10-30T18:47:31.211Z | Checking ppv-lite86 v0.2.20 |
533 | 2024-10-30T18:47:31.283Z | Checking crypto-common v0.1.6 |
534 | 2024-10-30T18:47:31.455Z | Checking block-buffer v0.10.4 |
535 | 2024-10-30T18:47:31.490Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-10-30T18:47:31.651Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-10-30T18:47:31.745Z | Checking rand_core v0.6.4 |
538 | 2024-10-30T18:47:31.762Z | Checking hyper-util v0.1.9 |
539 | 2024-10-30T18:47:31.941Z | Checking thread_local v1.1.8 |
540 | 2024-10-30T18:47:31.981Z | Compiling multer v3.1.0 |
541 | 2024-10-30T18:47:32.029Z | Compiling newtype-uuid v1.1.2 |
542 | 2024-10-30T18:47:32.032Z | Compiling slog-async v2.8.0 |
543 | 2024-10-30T18:47:32.203Z | Compiling camino v1.1.9 |
544 | 2024-10-30T18:47:32.315Z | Checking winnow v0.6.20 |
545 | 2024-10-30T18:47:32.376Z | Compiling anyhow v1.0.89 |
546 | 2024-10-30T18:47:32.577Z | Checking match_cfg v0.1.0 |
547 | 2024-10-30T18:47:32.660Z | Checking hostname v0.3.1 |
548 | 2024-10-30T18:47:32.889Z | Checking rand_chacha v0.3.1 |
549 | 2024-10-30T18:47:33.183Z | Compiling darling v0.20.10 |
550 | 2024-10-30T18:47:33.267Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-10-30T18:47:33.299Z | Checking digest v0.10.7 |
552 | 2024-10-30T18:47:33.365Z | Checking hyper-rustls v0.27.3 |
553 | 2024-10-30T18:47:33.449Z | Checking hyper-tls v0.6.0 |
554 | 2024-10-30T18:47:33.600Z | Checking term v0.7.0 |
555 | 2024-10-30T18:47:33.725Z | Checking reqwest v0.12.8 |
556 | 2024-10-30T18:47:34.137Z | Compiling structmeta v0.3.0 |
557 | 2024-10-30T18:47:34.530Z | Compiling usdt-macro v0.5.0 |
558 | 2024-10-30T18:47:34.823Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-10-30T18:47:35.131Z | Checking progenitor-client v0.8.0 |
560 | 2024-10-30T18:47:35.191Z | Checking slog-json v2.6.1 |
561 | 2024-10-30T18:47:35.259Z | Checking futures-executor v0.3.31 |
562 | 2024-10-30T18:47:35.337Z | Checking toml_edit v0.22.22 |
563 | 2024-10-30T18:47:35.417Z | Compiling async-stream-impl v0.3.6 |
564 | 2024-10-30T18:47:35.436Z | Checking is-terminal v0.4.13 |
565 | 2024-10-30T18:47:35.477Z | Checking memmap v0.7.0 |
566 | 2024-10-30T18:47:35.549Z | Compiling dropshot v0.12.0 |
567 | 2024-10-30T18:47:35.673Z | Checking take_mut v0.2.2 |
568 | 2024-10-30T18:47:35.798Z | Checking cpufeatures v0.2.14 |
569 | 2024-10-30T18:47:35.885Z | Checking sha1 v0.10.6 |
570 | 2024-10-30T18:47:35.975Z | Checking slog-term v2.9.1 |
571 | 2024-10-30T18:47:36.114Z | Checking futures v0.3.31 |
572 | 2024-10-30T18:47:36.149Z | Checking slog-bunyan v2.5.0 |
573 | 2024-10-30T18:47:36.226Z | Compiling strum_macros v0.26.4 |
574 | 2024-10-30T18:47:36.245Z | Checking usdt v0.5.0 |
575 | 2024-10-30T18:47:36.298Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-10-30T18:47:36.449Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-10-30T18:47:36.489Z | Checking rand v0.8.5 |
578 | 2024-10-30T18:47:36.712Z | Checking async-stream v0.3.6 |
579 | 2024-10-30T18:47:37.601Z | Checking tokio-rustls v0.25.0 |
580 | 2024-10-30T18:47:37.874Z | Checking toml v0.8.19 |
581 | 2024-10-30T18:47:37.945Z | Checking ipnetwork v0.20.0 |
582 | 2024-10-30T18:47:38.021Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-10-30T18:47:38.244Z | Checking hex v0.4.3 |
584 | 2024-10-30T18:47:38.309Z | Checking serde_path_to_error v0.1.16 |
585 | 2024-10-30T18:47:38.592Z | Compiling async-trait v0.1.83 |
586 | 2024-10-30T18:47:38.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-10-30T18:47:38.958Z | Checking waitgroup v0.1.2 |
588 | 2024-10-30T18:47:39.028Z | Checking hostname v0.4.0 |
589 | 2024-10-30T18:47:39.095Z | Checking instant v0.1.13 |
590 | 2024-10-30T18:47:39.153Z | Checking debug-ignore v1.0.5 |
591 | 2024-10-30T18:47:39.201Z | Checking backoff v0.4.0 |
592 | 2024-10-30T18:47:39.278Z | Checking serde_with v3.11.0 |
593 | 2024-10-30T18:47:39.506Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-10-30T18:47:39.580Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-10-30T18:47:39.658Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
596 | 2024-10-30T18:47:39.726Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-10-30T18:47:39.998Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-10-30T18:47:40.141Z | Checking parse-display v0.10.0 |
599 | 2024-10-30T18:47:40.335Z | Checking macaddr v1.0.1 |
600 | 2024-10-30T18:47:40.371Z | Checking regress v0.9.1 |
601 | 2024-10-30T18:47:40.616Z | Checking strum v0.26.3 |
602 | 2024-10-30T18:47:41.332Z | Compiling typify-macro v0.2.0 |
603 | 2024-10-30T18:47:43.355Z | Compiling typify v0.2.0 |
604 | 2024-10-30T18:47:43.436Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-10-30T18:47:45.978Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-10-30T18:47:50.994Z | Checking progenitor v0.8.0 |
607 | 2024-10-30T18:47:51.103Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-10-30T18:47:53.853Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-10-30T18:48:01.068Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-10-30T18:48:01.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
611 | 2024-10-30T18:48:01.439Z | + cargo build --release |
612 | 2024-10-30T18:48:01.684Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-10-30T18:48:01.684Z | Compiling unicode-ident v1.0.13 |
614 | 2024-10-30T18:48:01.684Z | Compiling libc v0.2.161 |
615 | 2024-10-30T18:48:01.687Z | Compiling cfg-if v1.0.0 |
616 | 2024-10-30T18:48:01.687Z | Compiling autocfg v1.4.0 |
617 | 2024-10-30T18:48:01.687Z | Compiling serde v1.0.210 |
618 | 2024-10-30T18:48:01.687Z | Compiling version_check v0.9.5 |
619 | 2024-10-30T18:48:01.725Z | Compiling memchr v2.7.4 |
620 | 2024-10-30T18:48:01.786Z | Compiling serde_json v1.0.128 |
621 | 2024-10-30T18:48:01.873Z | Compiling itoa v1.0.11 |
622 | 2024-10-30T18:48:02.139Z | Compiling thiserror v1.0.64 |
623 | 2024-10-30T18:48:02.289Z | Compiling once_cell v1.20.2 |
624 | 2024-10-30T18:48:02.315Z | Compiling shlex v1.3.0 |
625 | 2024-10-30T18:48:02.659Z | Compiling cc v1.1.30 |
626 | 2024-10-30T18:48:02.718Z | Compiling num-traits v0.2.19 |
627 | 2024-10-30T18:48:03.054Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-10-30T18:48:03.079Z | Compiling ryu v1.0.18 |
629 | 2024-10-30T18:48:03.162Z | Compiling quote v1.0.37 |
630 | 2024-10-30T18:48:03.170Z | Compiling getrandom v0.2.15 |
631 | 2024-10-30T18:48:03.192Z | Compiling bytes v1.7.2 |
632 | 2024-10-30T18:48:03.501Z | Compiling syn v2.0.79 |
633 | 2024-10-30T18:48:03.628Z | Compiling futures-core v0.3.31 |
634 | 2024-10-30T18:48:03.693Z | Compiling lock_api v0.4.12 |
635 | 2024-10-30T18:48:03.764Z | Compiling ahash v0.8.11 |
636 | 2024-10-30T18:48:03.841Z | Compiling schemars v0.8.21 |
637 | 2024-10-30T18:48:03.864Z | Compiling byteorder v1.5.0 |
638 | 2024-10-30T18:48:04.134Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-10-30T18:48:04.287Z | Compiling smallvec v1.13.2 |
640 | 2024-10-30T18:48:04.341Z | Compiling scopeguard v1.2.0 |
641 | 2024-10-30T18:48:04.363Z | Compiling slab v0.4.9 |
642 | 2024-10-30T18:48:04.591Z | Compiling log v0.4.22 |
643 | 2024-10-30T18:48:04.745Z | Compiling futures-sink v0.3.31 |
644 | 2024-10-30T18:48:04.881Z | Compiling mio v1.0.2 |
645 | 2024-10-30T18:48:04.887Z | Compiling socket2 v0.5.7 |
646 | 2024-10-30T18:48:04.979Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-10-30T18:48:05.045Z | Compiling hashbrown v0.15.0 |
648 | 2024-10-30T18:48:05.330Z | Compiling parking_lot v0.12.3 |
649 | 2024-10-30T18:48:05.560Z | Compiling ring v0.17.8 |
650 | 2024-10-30T18:48:05.571Z | Compiling equivalent v1.0.1 |
651 | 2024-10-30T18:48:05.665Z | Compiling fnv v1.0.7 |
652 | 2024-10-30T18:48:05.789Z | Compiling http v1.1.0 |
653 | 2024-10-30T18:48:06.468Z | Compiling futures-channel v0.3.31 |
654 | 2024-10-30T18:48:06.505Z | Compiling semver v1.0.23 |
655 | 2024-10-30T18:48:06.514Z | Compiling futures-task v0.3.31 |
656 | 2024-10-30T18:48:06.520Z | Compiling futures-io v0.3.31 |
657 | 2024-10-30T18:48:06.795Z | Compiling pin-utils v0.1.0 |
658 | 2024-10-30T18:48:06.874Z | Compiling vcpkg v0.2.15 |
659 | 2024-10-30T18:48:06.920Z | Compiling rustls-pki-types v1.9.0 |
660 | 2024-10-30T18:48:06.995Z | Compiling pkg-config v0.3.31 |
661 | 2024-10-30T18:48:07.029Z | Compiling heck v0.5.0 |
662 | 2024-10-30T18:48:07.442Z | Compiling spin v0.9.8 |
663 | 2024-10-30T18:48:08.076Z | Compiling ucd-trie v0.1.7 |
664 | 2024-10-30T18:48:08.239Z | Compiling httparse v1.9.5 |
665 | 2024-10-30T18:48:08.497Z | Compiling openssl-sys v0.9.103 |
666 | 2024-10-30T18:48:08.537Z | Compiling untrusted v0.9.0 |
667 | 2024-10-30T18:48:08.715Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-10-30T18:48:08.994Z | Compiling tracing-core v0.1.32 |
669 | 2024-10-30T18:48:09.472Z | Compiling dyn-clone v1.0.17 |
670 | 2024-10-30T18:48:09.581Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-10-30T18:48:09.644Z | Compiling atomic-waker v1.1.2 |
672 | 2024-10-30T18:48:09.848Z | Compiling tracing v0.1.40 |
673 | 2024-10-30T18:48:10.501Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-10-30T18:48:10.529Z | Compiling chrono v0.4.38 |
675 | 2024-10-30T18:48:10.538Z | Compiling http-body v1.0.1 |
676 | 2024-10-30T18:48:10.831Z | Compiling zeroize v1.8.1 |
677 | 2024-10-30T18:48:11.384Z | Compiling try-lock v0.2.5 |
678 | 2024-10-30T18:48:11.391Z | Compiling subtle v2.6.1 |
679 | 2024-10-30T18:48:11.468Z | Compiling uuid v1.10.0 |
680 | 2024-10-30T18:48:11.498Z | Compiling want v0.3.1 |
681 | 2024-10-30T18:48:12.013Z | Compiling slog v2.7.0 |
682 | 2024-10-30T18:48:12.179Z | Compiling httpdate v1.0.3 |
683 | 2024-10-30T18:48:12.497Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-10-30T18:48:12.515Z | Compiling openssl v0.10.66 |
685 | 2024-10-30T18:48:12.588Z | Compiling foreign-types v0.3.2 |
686 | 2024-10-30T18:48:12.904Z | Compiling aho-corasick v1.1.3 |
687 | 2024-10-30T18:48:12.975Z | Compiling typenum v1.17.0 |
688 | 2024-10-30T18:48:13.752Z | Compiling native-tls v0.2.12 |
689 | 2024-10-30T18:48:13.962Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-10-30T18:48:14.037Z | Compiling percent-encoding v2.3.1 |
691 | 2024-10-30T18:48:14.046Z | Compiling tower-service v0.3.3 |
692 | 2024-10-30T18:48:14.137Z | Compiling regex-syntax v0.8.5 |
693 | 2024-10-30T18:48:14.491Z | Compiling bitflags v2.6.0 |
694 | 2024-10-30T18:48:14.847Z | Compiling rustls v0.23.14 |
695 | 2024-10-30T18:48:14.917Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-10-30T18:48:14.964Z | Compiling tinyvec v1.8.0 |
697 | 2024-10-30T18:48:15.483Z | Compiling generic-array v0.14.7 |
698 | 2024-10-30T18:48:15.927Z | Compiling serde_derive v1.0.210 |
699 | 2024-10-30T18:48:16.291Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-10-30T18:48:16.478Z | Compiling thiserror-impl v1.0.64 |
701 | 2024-10-30T18:48:16.609Z | Compiling schemars_derive v0.8.21 |
702 | 2024-10-30T18:48:17.009Z | Compiling tokio-macros v2.4.0 |
703 | 2024-10-30T18:48:17.311Z | Compiling futures-macro v0.3.31 |
704 | 2024-10-30T18:48:18.307Z | Compiling zerocopy v0.7.35 |
705 | 2024-10-30T18:48:19.194Z | Compiling tokio v1.40.0 |
706 | 2024-10-30T18:48:19.405Z | Compiling futures-util v0.3.31 |
707 | 2024-10-30T18:48:19.563Z | Compiling pest v2.7.14 |
708 | 2024-10-30T18:48:20.299Z | Compiling hashbrown v0.14.5 |
709 | 2024-10-30T18:48:20.624Z | Compiling openssl-macros v0.1.1 |
710 | 2024-10-30T18:48:21.461Z | Compiling regress v0.10.1 |
711 | 2024-10-30T18:48:22.446Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-10-30T18:48:26.335Z | Compiling pest_meta v2.7.14 |
713 | 2024-10-30T18:48:27.673Z | Compiling pest_generator v2.7.14 |
714 | 2024-10-30T18:48:28.418Z | Compiling tokio-util v0.7.12 |
715 | 2024-10-30T18:48:29.377Z | Compiling regex-automata v0.4.8 |
716 | 2024-10-30T18:48:30.418Z | Compiling indexmap v2.6.0 |
717 | 2024-10-30T18:48:32.401Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-10-30T18:48:36.610Z | Compiling h2 v0.4.6 |
719 | 2024-10-30T18:48:36.849Z | Compiling typify-impl v0.2.0 |
720 | 2024-10-30T18:48:37.134Z | Compiling pest_derive v2.7.14 |
721 | 2024-10-30T18:48:38.035Z | Compiling openssl-probe v0.1.5 |
722 | 2024-10-30T18:48:39.557Z | Compiling regex v1.11.0 |
723 | 2024-10-30T18:48:39.673Z | Compiling http-body-util v0.1.2 |
724 | 2024-10-30T18:48:40.224Z | Compiling unicode-normalization v0.1.24 |
725 | 2024-10-30T18:48:40.566Z | Compiling scroll_derive v0.12.0 |
726 | 2024-10-30T18:48:42.075Z | Compiling hyper v1.4.1 |
727 | 2024-10-30T18:48:46.285Z | Compiling hyper-util v0.1.9 |
728 | 2024-10-30T18:48:48.839Z | Compiling typify-macro v0.2.0 |
729 | 2024-10-30T18:48:49.473Z | Compiling usdt-impl v0.5.0 |
730 | 2024-10-30T18:48:49.868Z | Compiling encoding_rs v0.8.34 |
731 | 2024-10-30T18:48:52.229Z | Compiling powerfmt v0.2.0 |
732 | 2024-10-30T18:48:52.260Z | Compiling mime v0.3.17 |
733 | 2024-10-30T18:48:52.703Z | Compiling unicode-bidi v0.3.17 |
734 | 2024-10-30T18:48:52.711Z | Compiling num-conv v0.1.0 |
735 | 2024-10-30T18:48:52.981Z | Compiling time-core v0.1.2 |
736 | 2024-10-30T18:48:53.352Z | Compiling time-macros v0.2.18 |
737 | 2024-10-30T18:48:54.088Z | Compiling idna v0.5.0 |
738 | 2024-10-30T18:48:55.596Z | Compiling deranged v0.3.11 |
739 | 2024-10-30T18:48:56.506Z | Compiling tokio-rustls v0.26.0 |
740 | 2024-10-30T18:48:58.244Z | Compiling thread-id v4.2.2 |
741 | 2024-10-30T18:48:58.331Z | Compiling scroll v0.12.0 |
742 | 2024-10-30T18:48:58.949Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-10-30T18:48:59.133Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-10-30T18:48:59.221Z | Compiling dof v0.3.0 |
745 | 2024-10-30T18:48:59.296Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-10-30T18:49:00.064Z | Compiling webpki-roots v0.26.6 |
747 | 2024-10-30T18:49:00.252Z | Compiling rustls-pemfile v2.2.0 |
748 | 2024-10-30T18:49:00.728Z | Compiling ident_case v1.0.1 |
749 | 2024-10-30T18:49:00.835Z | Compiling base64 v0.22.1 |
750 | 2024-10-30T18:49:00.885Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-10-30T18:49:01.454Z | Compiling num_threads v0.1.7 |
752 | 2024-10-30T18:49:01.566Z | Compiling strsim v0.11.1 |
753 | 2024-10-30T18:49:02.112Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-10-30T18:49:02.294Z | Compiling plain v0.2.3 |
755 | 2024-10-30T18:49:02.683Z | Compiling time v0.3.36 |
756 | 2024-10-30T18:49:06.681Z | Compiling goblin v0.8.2 |
757 | 2024-10-30T18:49:08.502Z | Compiling darling_core v0.20.10 |
758 | 2024-10-30T18:49:11.580Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-10-30T18:49:14.028Z | Compiling hyper-tls v0.6.0 |
760 | 2024-10-30T18:49:14.517Z | Compiling url v2.5.2 |
761 | 2024-10-30T18:49:14.685Z | Compiling typify v0.2.0 |
762 | 2024-10-30T18:49:14.784Z | Compiling openapiv3 v2.0.0 |
763 | 2024-10-30T18:49:18.591Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-10-30T18:49:18.736Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-10-30T18:49:19.377Z | Compiling rustversion v1.0.17 |
766 | 2024-10-30T18:49:19.832Z | Compiling ipnet v2.10.1 |
767 | 2024-10-30T18:49:20.025Z | Compiling rustls v0.22.4 |
768 | 2024-10-30T18:49:20.078Z | Compiling pretty-hex v0.4.1 |
769 | 2024-10-30T18:49:20.465Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-10-30T18:49:20.482Z | Compiling paste v1.0.15 |
771 | 2024-10-30T18:49:20.937Z | Compiling reqwest v0.12.8 |
772 | 2024-10-30T18:49:22.073Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-10-30T18:49:22.608Z | Compiling dirs-next v2.0.0 |
774 | 2024-10-30T18:49:22.859Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-10-30T18:49:24.848Z | Compiling darling_macro v0.20.10 |
776 | 2024-10-30T18:49:26.935Z | Compiling crypto-common v0.1.6 |
777 | 2024-10-30T18:49:27.135Z | Compiling block-buffer v0.10.4 |
778 | 2024-10-30T18:49:27.365Z | Compiling toml_datetime v0.6.8 |
779 | 2024-10-30T18:49:27.427Z | Compiling serde_spanned v0.6.8 |
780 | 2024-10-30T18:49:27.576Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-10-30T18:49:27.665Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-10-30T18:49:28.018Z | Compiling rand_core v0.6.4 |
783 | 2024-10-30T18:49:28.474Z | Compiling thread_local v1.1.8 |
784 | 2024-10-30T18:49:28.569Z | Compiling multer v3.1.0 |
785 | 2024-10-30T18:49:28.922Z | Compiling camino v1.1.9 |
786 | 2024-10-30T18:49:29.176Z | Compiling anyhow v1.0.89 |
787 | 2024-10-30T18:49:29.493Z | Compiling slog-async v2.8.0 |
788 | 2024-10-30T18:49:29.543Z | Compiling match_cfg v0.1.0 |
789 | 2024-10-30T18:49:29.627Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-10-30T18:49:29.744Z | Compiling winnow v0.6.20 |
791 | 2024-10-30T18:49:30.024Z | Compiling hostname v0.3.1 |
792 | 2024-10-30T18:49:30.227Z | Compiling progenitor-macro v0.8.0 |
793 | 2024-10-30T18:49:30.366Z | Compiling structmeta v0.3.0 |
794 | 2024-10-30T18:49:30.504Z | Compiling rand_chacha v0.3.1 |
795 | 2024-10-30T18:49:30.722Z | Compiling digest v0.10.7 |
796 | 2024-10-30T18:49:31.118Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-10-30T18:49:32.349Z | Compiling darling v0.20.10 |
798 | 2024-10-30T18:49:32.448Z | Compiling term v0.7.0 |
799 | 2024-10-30T18:49:32.781Z | Compiling progenitor-client v0.8.0 |
800 | 2024-10-30T18:49:33.679Z | Compiling toml_edit v0.22.22 |
801 | 2024-10-30T18:49:38.147Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-10-30T18:49:39.642Z | Compiling usdt-macro v0.5.0 |
803 | 2024-10-30T18:49:40.965Z | Compiling slog-json v2.6.1 |
804 | 2024-10-30T18:49:41.438Z | Compiling futures-executor v0.3.31 |
805 | 2024-10-30T18:49:41.447Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-10-30T18:49:42.620Z | Compiling is-terminal v0.4.13 |
807 | 2024-10-30T18:49:42.743Z | Compiling memmap v0.7.0 |
808 | 2024-10-30T18:49:42.800Z | Compiling dropshot v0.12.0 |
809 | 2024-10-30T18:49:43.149Z | Compiling cpufeatures v0.2.14 |
810 | 2024-10-30T18:49:43.180Z | Compiling take_mut v0.2.2 |
811 | 2024-10-30T18:49:43.236Z | Compiling sha1 v0.10.6 |
812 | 2024-10-30T18:49:44.046Z | Compiling usdt v0.5.0 |
813 | 2024-10-30T18:49:45.270Z | Compiling progenitor v0.8.0 |
814 | 2024-10-30T18:49:45.457Z | Compiling async-stream v0.3.6 |
815 | 2024-10-30T18:49:45.589Z | Compiling slog-term v2.9.1 |
816 | 2024-10-30T18:49:45.799Z | Compiling futures v0.3.31 |
817 | 2024-10-30T18:49:45.996Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-10-30T18:49:46.256Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-10-30T18:49:46.681Z | Compiling toml v0.8.19 |
820 | 2024-10-30T18:49:46.807Z | Compiling strum_macros v0.26.4 |
821 | 2024-10-30T18:49:48.470Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-10-30T18:49:51.154Z | Compiling rand v0.8.5 |
823 | 2024-10-30T18:49:51.391Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-10-30T18:49:55.846Z | Compiling ipnetwork v0.20.0 |
825 | 2024-10-30T18:49:55.855Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-10-30T18:49:56.953Z | Compiling hex v0.4.3 |
827 | 2024-10-30T18:49:57.164Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-10-30T18:49:57.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-10-30T18:49:58.149Z | Compiling async-trait v0.1.83 |
830 | 2024-10-30T18:49:58.472Z | Compiling waitgroup v0.1.2 |
831 | 2024-10-30T18:49:58.711Z | Compiling hostname v0.4.0 |
832 | 2024-10-30T18:49:58.954Z | Compiling instant v0.1.13 |
833 | 2024-10-30T18:49:59.107Z | Compiling debug-ignore v1.0.5 |
834 | 2024-10-30T18:49:59.246Z | Compiling backoff v0.4.0 |
835 | 2024-10-30T18:49:59.595Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-10-30T18:49:59.787Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-10-30T18:49:59.949Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-10-30T18:50:00.095Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
839 | 2024-10-30T18:50:00.612Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-10-30T18:50:01.149Z | Compiling parse-display v0.10.0 |
841 | 2024-10-30T18:50:03.310Z | Compiling strum v0.26.3 |
842 | 2024-10-30T18:50:03.485Z | Compiling serde_with v3.11.0 |
843 | 2024-10-30T18:50:04.726Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-10-30T18:50:04.743Z | Compiling macaddr v1.0.1 |
845 | 2024-10-30T18:50:05.336Z | Compiling regress v0.9.1 |
846 | 2024-10-30T18:50:11.308Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-10-30T18:50:21.133Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-10-30T18:50:30.212Z | Finished `release` profile [optimized] target(s) in 2m 28s |
849 | 2024-10-30T18:50:30.272Z | process exited: duration 223734 ms, exit code 0 |
|
850 | 2024-10-30T18:50:30.277Z | found 0 output files |