|
|
|
1 | 2024-10-30T01:05:49.976Z | job assigned to worker 01JBDF8EDXH9V4NG06XPRYY43Y (queued for 1 m 2 s) |
|
2 | 2024-10-30T01:05:58.544Z | starting task 0: "setup" |
3 | 2024-10-30T01:05:58.553Z | ++ uname -s |
4 | 2024-10-30T01:05:58.556Z | + kern=SunOS |
5 | 2024-10-30T01:05:58.556Z | + case "$kern" in |
6 | 2024-10-30T01:05:58.556Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T01:05:58.556Z | + groupadd -g 12345 build |
8 | 2024-10-30T01:05:58.558Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T01:06:00.570Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T01:06:00.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T01:06:00.725Z | + home_fs=zfs |
12 | 2024-10-30T01:06:00.725Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T01:06:00.725Z | + mkdir -p /home/build |
14 | 2024-10-30T01:06:00.727Z | + chown build:build /home/build /work |
15 | 2024-10-30T01:06:02.729Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T01:06:02.731Z | process exited: duration 4187 ms, exit code 0 |
|
17 | 2024-10-30T01:06:02.737Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T01:06:02.743Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T01:06:02.743Z | ' 1.80.1 |
20 | 2024-10-30T01:06:02.743Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-30T01:06:02.743Z | ' default |
22 | 2024-10-30T01:06:02.743Z | * toolchain channel = "1.80.1" |
23 | 2024-10-30T01:06:02.743Z | * toolchain profile = "default" |
24 | 2024-10-30T01:06:02.746Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T01:06:02.746Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T01:06:02.862Z | info: downloading installer |
27 | 2024-10-30T01:06:04.380Z | info: profile set to 'default' |
28 | 2024-10-30T01:06:04.380Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T01:06:04.383Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T01:06:04.530Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T01:06:04.530Z | info: downloading component 'cargo' |
32 | 2024-10-30T01:06:05.342Z | info: downloading component 'clippy' |
33 | 2024-10-30T01:06:05.634Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T01:06:06.767Z | info: downloading component 'rust-std' |
35 | 2024-10-30T01:06:08.322Z | info: downloading component 'rustc' |
36 | 2024-10-30T01:06:12.563Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T01:06:12.803Z | info: installing component 'cargo' |
38 | 2024-10-30T01:06:13.645Z | info: installing component 'clippy' |
39 | 2024-10-30T01:06:14.019Z | info: installing component 'rust-docs' |
40 | 2024-10-30T01:06:15.669Z | info: installing component 'rust-std' |
41 | 2024-10-30T01:06:17.342Z | info: installing component 'rustc' |
42 | 2024-10-30T01:06:21.709Z | info: installing component 'rustfmt' |
43 | 2024-10-30T01:06:22.073Z | |
44 | 2024-10-30T01:06:22.073Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
45 | 2024-10-30T01:06:22.350Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T01:06:22.350Z | |
47 | 2024-10-30T01:06:22.352Z | |
48 | 2024-10-30T01:06:22.352Z | Rust is installed now. Great! |
49 | 2024-10-30T01:06:22.353Z | |
50 | 2024-10-30T01:06:22.353Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T01:06:22.353Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T01:06:22.353Z | |
53 | 2024-10-30T01:06:22.353Z | To configure your current shell, you need to source |
54 | 2024-10-30T01:06:22.353Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T01:06:22.353Z | |
56 | 2024-10-30T01:06:22.353Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T01:06:22.353Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T01:06:22.353Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T01:06:22.401Z | + rustc --version |
60 | 2024-10-30T01:06:22.464Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T01:06:22.467Z | process exited: duration 19727 ms, exit code 0 |
|
62 | 2024-10-30T01:06:22.475Z | starting task 2: "authentication" |
63 | 2024-10-30T01:06:22.494Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T01:06:22.499Z | starting task 3: "clone repository" |
65 | 2024-10-30T01:06:22.505Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T01:06:22.508Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T01:06:22.786Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T01:06:30.464Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T01:06:30.464Z | + git fetch origin 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
70 | 2024-10-30T01:06:30.766Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T01:06:30.766Z | * branch 7e248971a1d1f766a3a647e2002b8a95e1213a84 -> FETCH_HEAD |
72 | 2024-10-30T01:06:30.776Z | + [[ -n alan/updtated-crucible-and-that-vm-software-thing ]] |
73 | 2024-10-30T01:06:30.778Z | ++ git branch --show-current |
74 | 2024-10-30T01:06:30.780Z | + current=main |
75 | 2024-10-30T01:06:30.780Z | + [[ main != alan/updtated-crucible-and-that-vm-software-thing ]] |
76 | 2024-10-30T01:06:30.780Z | + git branch -f alan/updtated-crucible-and-that-vm-software-thing 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
77 | 2024-10-30T01:06:30.783Z | + git checkout -f alan/updtated-crucible-and-that-vm-software-thing |
78 | 2024-10-30T01:06:30.951Z | Switched to branch 'alan/updtated-crucible-and-that-vm-software-thing' |
79 | 2024-10-30T01:06:30.954Z | + git reset --hard 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
80 | 2024-10-30T01:06:30.975Z | HEAD is now at 7e248971a undo non-gimlet config file |
81 | 2024-10-30T01:06:30.978Z | process exited: duration 8475 ms, exit code 0 |
|
82 | 2024-10-30T01:06:30.985Z | starting task 4: "build" |
83 | 2024-10-30T01:06:30.988Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T01:06:30.988Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T01:06:30.988Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T01:06:30.991Z | + cargo --version |
87 | 2024-10-30T01:06:31.043Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T01:06:31.045Z | + rustc --version |
89 | 2024-10-30T01:06:31.102Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T01:06:31.104Z | + cd /tmp |
91 | 2024-10-30T01:06:31.104Z | + cargo new --lib test-project |
92 | 2024-10-30T01:06:31.158Z | Creating library `test-project` package |
93 | 2024-10-30T01:06:31.232Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-10-30T01:06:31.235Z | + cd test-project |
95 | 2024-10-30T01:06:31.235Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-10-30T01:06:31.290Z | Adding omicron-common (local) to dependencies |
97 | 2024-10-30T01:06:31.291Z | Features: |
98 | 2024-10-30T01:06:31.291Z | - proptest |
99 | 2024-10-30T01:06:31.291Z | - test-strategy |
100 | 2024-10-30T01:06:31.291Z | - testing |
101 | 2024-10-30T01:06:31.293Z | Updating crates.io index |
102 | 2024-10-30T01:06:31.342Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-10-30T01:06:32.309Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-30T01:06:32.742Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-10-30T01:06:33.093Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-10-30T01:06:34.365Z | Locking 301 packages to latest compatible versions |
107 | 2024-10-30T01:06:34.368Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-10-30T01:06:34.368Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-10-30T01:06:34.368Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-10-30T01:06:34.368Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-10-30T01:06:34.369Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-10-30T01:06:34.371Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-10-30T01:06:34.371Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-10-30T01:06:34.371Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-10-30T01:06:34.371Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-10-30T01:06:34.371Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-10-30T01:06:34.371Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-10-30T01:06:34.374Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-10-30T01:06:34.377Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-10-30T01:06:34.381Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-10-30T01:06:34.383Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-10-30T01:06:34.386Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-10-30T01:06:34.386Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-10-30T01:06:34.388Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-10-30T01:06:34.388Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-10-30T01:06:34.391Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-10-30T01:06:34.391Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-10-30T01:06:34.391Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-10-30T01:06:34.391Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-10-30T01:06:34.391Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-10-30T01:06:34.391Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
132 | 2024-10-30T01:06:34.391Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
133 | 2024-10-30T01:06:34.462Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-10-30T01:06:34.465Z | + cargo check |
135 | 2024-10-30T01:06:34.636Z | Updating crates.io index |
136 | 2024-10-30T01:06:35.406Z | Locking 2 packages to latest compatible versions |
137 | 2024-10-30T01:06:38.146Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-10-30T01:06:39.801Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-10-30T01:06:40.494Z | Downloading crates ... |
140 | 2024-10-30T01:06:40.571Z | Downloaded foreign-types v0.3.2 |
141 | 2024-10-30T01:06:40.575Z | Downloaded async-stream-impl v0.3.6 |
142 | 2024-10-30T01:06:40.579Z | Downloaded form_urlencoded v1.2.1 |
143 | 2024-10-30T01:06:40.589Z | Downloaded openssl-macros v0.1.1 |
144 | 2024-10-30T01:06:40.591Z | Downloaded num-conv v0.1.0 |
145 | 2024-10-30T01:06:40.594Z | Downloaded atomic-waker v1.1.2 |
146 | 2024-10-30T01:06:40.598Z | Downloaded toml_datetime v0.6.8 |
147 | 2024-10-30T01:06:40.600Z | Downloaded typify-macro v0.2.0 |
148 | 2024-10-30T01:06:40.603Z | Downloaded futures-task v0.3.31 |
149 | 2024-10-30T01:06:40.603Z | Downloaded futures-macro v0.3.31 |
150 | 2024-10-30T01:06:40.605Z | Downloaded byteorder v1.5.0 |
151 | 2024-10-30T01:06:40.607Z | Downloaded tracing v0.1.40 |
152 | 2024-10-30T01:06:40.612Z | Downloaded heck v0.5.0 |
153 | 2024-10-30T01:06:40.614Z | Downloaded waitgroup v0.1.2 |
154 | 2024-10-30T01:06:40.617Z | Downloaded num_threads v0.1.7 |
155 | 2024-10-30T01:06:40.617Z | Downloaded hyper-tls v0.6.0 |
156 | 2024-10-30T01:06:40.620Z | Downloaded hostname v0.4.0 |
157 | 2024-10-30T01:06:40.620Z | Downloaded itoa v1.0.11 |
158 | 2024-10-30T01:06:40.623Z | Downloaded usdt-attr-macro v0.5.0 |
159 | 2024-10-30T01:06:40.623Z | Downloaded crossbeam-utils v0.8.20 |
160 | 2024-10-30T01:06:40.625Z | Downloaded httpdate v1.0.3 |
161 | 2024-10-30T01:06:40.628Z | Downloaded ipnet v2.10.1 |
162 | 2024-10-30T01:06:40.630Z | Downloaded http-body v1.0.1 |
163 | 2024-10-30T01:06:40.630Z | Downloaded scroll_derive v0.12.0 |
164 | 2024-10-30T01:06:40.633Z | Downloaded iana-time-zone v0.1.61 |
165 | 2024-10-30T01:06:40.635Z | Downloaded scopeguard v1.2.0 |
166 | 2024-10-30T01:06:40.637Z | Downloaded getrandom v0.2.15 |
167 | 2024-10-30T01:06:40.641Z | Downloaded darling_core v0.20.10 |
168 | 2024-10-30T01:06:40.644Z | Downloaded ppv-lite86 v0.2.20 |
169 | 2024-10-30T01:06:40.647Z | Downloaded rand_core v0.6.4 |
170 | 2024-10-30T01:06:40.649Z | Downloaded indexmap v1.9.3 |
171 | 2024-10-30T01:06:40.652Z | Downloaded zeroize v1.8.1 |
172 | 2024-10-30T01:06:40.654Z | Downloaded foreign-types-shared v0.1.1 |
173 | 2024-10-30T01:06:40.657Z | Downloaded sync_wrapper v1.0.1 |
174 | 2024-10-30T01:06:40.657Z | Downloaded pkg-config v0.3.31 |
175 | 2024-10-30T01:06:40.659Z | Downloaded try-lock v0.2.5 |
176 | 2024-10-30T01:06:40.659Z | Downloaded equivalent v1.0.1 |
177 | 2024-10-30T01:06:40.661Z | Downloaded signal-hook-registry v1.4.2 |
178 | 2024-10-30T01:06:40.661Z | Downloaded serde_tokenstream v0.2.2 |
179 | 2024-10-30T01:06:40.664Z | Downloaded progenitor-macro v0.8.0 |
180 | 2024-10-30T01:06:40.666Z | Downloaded serde_path_to_error v0.1.16 |
181 | 2024-10-30T01:06:40.666Z | Downloaded dtrace-parser v0.2.0 |
182 | 2024-10-30T01:06:40.669Z | Downloaded match_cfg v0.1.0 |
183 | 2024-10-30T01:06:40.669Z | Downloaded ident_case v1.0.1 |
184 | 2024-10-30T01:06:40.671Z | Downloaded parse-display-derive v0.10.0 |
185 | 2024-10-30T01:06:40.671Z | Downloaded log v0.4.22 |
186 | 2024-10-30T01:06:40.673Z | Downloaded progenitor v0.8.0 |
187 | 2024-10-30T01:06:40.675Z | Downloaded ahash v0.8.11 |
188 | 2024-10-30T01:06:40.678Z | Downloaded darling_macro v0.20.10 |
189 | 2024-10-30T01:06:40.680Z | Downloaded pest_derive v2.7.14 |
190 | 2024-10-30T01:06:40.683Z | Downloaded async-stream v0.3.6 |
191 | 2024-10-30T01:06:40.685Z | Downloaded tinyvec_macros v0.1.1 |
192 | 2024-10-30T01:06:40.685Z | Downloaded serde_with_macros v3.11.0 |
193 | 2024-10-30T01:06:40.687Z | Downloaded omicron-workspace-hack v0.1.0 |
194 | 2024-10-30T01:06:40.690Z | Downloaded fnv v1.0.7 |
195 | 2024-10-30T01:06:40.690Z | Downloaded typenum v1.17.0 |
196 | 2024-10-30T01:06:40.692Z | Downloaded multer v3.1.0 |
197 | 2024-10-30T01:06:40.696Z | Downloaded pest_meta v2.7.14 |
198 | 2024-10-30T01:06:40.698Z | Downloaded cc v1.1.30 |
199 | 2024-10-30T01:06:40.701Z | Downloaded autocfg v1.4.0 |
200 | 2024-10-30T01:06:40.704Z | Downloaded ryu v1.0.18 |
201 | 2024-10-30T01:06:40.708Z | Downloaded memmap v0.7.0 |
202 | 2024-10-30T01:06:40.710Z | Downloaded parking_lot v0.12.3 |
203 | 2024-10-30T01:06:40.712Z | Downloaded instant v0.1.13 |
204 | 2024-10-30T01:06:40.715Z | Downloaded serde_derive v1.0.210 |
205 | 2024-10-30T01:06:40.717Z | Downloaded want v0.3.1 |
206 | 2024-10-30T01:06:40.720Z | Downloaded usdt-macro v0.5.0 |
207 | 2024-10-30T01:06:40.720Z | Downloaded generic-array v0.14.7 |
208 | 2024-10-30T01:06:40.722Z | Downloaded futures-sink v0.3.31 |
209 | 2024-10-30T01:06:40.722Z | Downloaded time-core v0.1.2 |
210 | 2024-10-30T01:06:40.725Z | Downloaded openssl-probe v0.1.5 |
211 | 2024-10-30T01:06:40.725Z | Downloaded digest v0.10.7 |
212 | 2024-10-30T01:06:40.727Z | Downloaded progenitor-client v0.8.0 |
213 | 2024-10-30T01:06:40.727Z | Downloaded crypto-common v0.1.6 |
214 | 2024-10-30T01:06:40.730Z | Downloaded anyhow v1.0.89 |
215 | 2024-10-30T01:06:40.732Z | Downloaded allocator-api2 v0.2.18 |
216 | 2024-10-30T01:06:40.736Z | Downloaded smallvec v1.13.2 |
217 | 2024-10-30T01:06:40.738Z | Downloaded url v2.5.2 |
218 | 2024-10-30T01:06:40.742Z | Downloaded strum v0.26.3 |
219 | 2024-10-30T01:06:40.744Z | Downloaded take_mut v0.2.2 |
220 | 2024-10-30T01:06:40.744Z | Downloaded thread_local v1.1.8 |
221 | 2024-10-30T01:06:40.752Z | Downloaded backoff v0.4.0 |
222 | 2024-10-30T01:06:40.752Z | Downloaded http-body-util v0.1.2 |
223 | 2024-10-30T01:06:40.752Z | Downloaded thread-id v4.2.2 |
224 | 2024-10-30T01:06:40.755Z | Downloaded newtype-uuid v1.1.2 |
225 | 2024-10-30T01:06:40.755Z | Downloaded pretty-hex v0.4.1 |
226 | 2024-10-30T01:06:40.755Z | Downloaded camino v1.1.9 |
227 | 2024-10-30T01:06:40.757Z | Downloaded async-trait v0.1.83 |
228 | 2024-10-30T01:06:40.760Z | Downloaded usdt v0.5.0 |
229 | 2024-10-30T01:06:40.763Z | Downloaded macaddr v1.0.1 |
230 | 2024-10-30T01:06:40.763Z | Downloaded cpufeatures v0.2.14 |
231 | 2024-10-30T01:06:40.765Z | Downloaded typify v0.2.0 |
232 | 2024-10-30T01:06:40.768Z | Downloaded strsim v0.11.1 |
233 | 2024-10-30T01:06:40.768Z | Downloaded tokio-rustls v0.25.0 |
234 | 2024-10-30T01:06:40.770Z | Downloaded darling v0.20.10 |
235 | 2024-10-30T01:06:40.775Z | Downloaded slog-bunyan v2.5.0 |
236 | 2024-10-30T01:06:40.777Z | Downloaded thiserror-impl v1.0.64 |
237 | 2024-10-30T01:06:40.779Z | Downloaded rustversion v1.0.17 |
238 | 2024-10-30T01:06:40.782Z | Downloaded slog-async v2.8.0 |
239 | 2024-10-30T01:06:40.782Z | Downloaded subtle v2.6.1 |
240 | 2024-10-30T01:06:40.784Z | Downloaded pin-utils v0.1.0 |
241 | 2024-10-30T01:06:40.784Z | Downloaded rand v0.8.5 |
242 | 2024-10-30T01:06:40.788Z | Downloaded pest_generator v2.7.14 |
243 | 2024-10-30T01:06:40.791Z | Downloaded lock_api v0.4.12 |
244 | 2024-10-30T01:06:40.793Z | Downloaded hyper-rustls v0.27.3 |
245 | 2024-10-30T01:06:40.795Z | Downloaded slog-json v2.6.1 |
246 | 2024-10-30T01:06:40.802Z | Downloaded plain v0.2.3 |
247 | 2024-10-30T01:06:40.802Z | Downloaded thiserror v1.0.64 |
248 | 2024-10-30T01:06:40.804Z | Downloaded once_cell v1.20.2 |
249 | 2024-10-30T01:06:40.807Z | Downloaded powerfmt v0.2.0 |
250 | 2024-10-30T01:06:40.809Z | Downloaded serde_urlencoded v0.7.1 |
251 | 2024-10-30T01:06:40.809Z | Downloaded serde_spanned v0.6.8 |
252 | 2024-10-30T01:06:40.812Z | Downloaded schemars_derive v0.8.21 |
253 | 2024-10-30T01:06:40.812Z | Downloaded rustc-hash v2.0.0 |
254 | 2024-10-30T01:06:40.814Z | Downloaded paste v1.0.15 |
255 | 2024-10-30T01:06:40.817Z | Downloaded shlex v1.3.0 |
256 | 2024-10-30T01:06:40.820Z | Downloaded spin v0.9.8 |
257 | 2024-10-30T01:06:40.822Z | Downloaded time-macros v0.2.18 |
258 | 2024-10-30T01:06:40.825Z | Downloaded dof v0.3.0 |
259 | 2024-10-30T01:06:40.825Z | Downloaded structmeta v0.3.0 |
260 | 2024-10-30T01:06:40.827Z | Downloaded tokio-macros v2.4.0 |
261 | 2024-10-30T01:06:40.827Z | Downloaded sha1 v0.10.6 |
262 | 2024-10-30T01:06:40.830Z | Downloaded quinn-udp v0.5.5 |
263 | 2024-10-30T01:06:40.830Z | Downloaded httparse v1.9.5 |
264 | 2024-10-30T01:06:40.832Z | Downloaded dropshot_endpoint v0.12.0 |
265 | 2024-10-30T01:06:40.835Z | Downloaded term v0.7.0 |
266 | 2024-10-30T01:06:40.838Z | Downloaded tokio-native-tls v0.3.1 |
267 | 2024-10-30T01:06:40.840Z | Downloaded base64 v0.22.1 |
268 | 2024-10-30T01:06:40.844Z | Downloaded socket2 v0.5.7 |
269 | 2024-10-30T01:06:40.846Z | Downloaded strum_macros v0.26.4 |
270 | 2024-10-30T01:06:40.849Z | Downloaded pin-project-lite v0.2.14 |
271 | 2024-10-30T01:06:40.854Z | Downloaded tinyvec v1.8.0 |
272 | 2024-10-30T01:06:40.857Z | Downloaded parking_lot_core v0.9.10 |
273 | 2024-10-30T01:06:40.859Z | Downloaded hyper-util v0.1.9 |
274 | 2024-10-30T01:06:40.863Z | Downloaded rand_chacha v0.3.1 |
275 | 2024-10-30T01:06:40.866Z | Downloaded serde_derive_internals v0.29.1 |
276 | 2024-10-30T01:06:40.868Z | Downloaded semver v1.0.23 |
277 | 2024-10-30T01:06:40.871Z | Downloaded futures v0.3.31 |
278 | 2024-10-30T01:06:40.874Z | Downloaded scroll v0.12.0 |
279 | 2024-10-30T01:06:40.877Z | Downloaded rustls-pemfile v2.2.0 |
280 | 2024-10-30T01:06:40.879Z | Downloaded num-traits v0.2.19 |
281 | 2024-10-30T01:06:40.882Z | Downloaded tokio-rustls v0.26.0 |
282 | 2024-10-30T01:06:40.884Z | Downloaded proc-macro2 v1.0.87 |
283 | 2024-10-30T01:06:40.886Z | Downloaded zerocopy-derive v0.7.35 |
284 | 2024-10-30T01:06:40.890Z | Downloaded indexmap v2.6.0 |
285 | 2024-10-30T01:06:40.895Z | Downloaded crossbeam-channel v0.5.13 |
286 | 2024-10-30T01:06:40.899Z | Downloaded progenitor-impl v0.8.0 |
287 | 2024-10-30T01:06:40.901Z | Downloaded unicode-ident v1.0.13 |
288 | 2024-10-30T01:06:40.904Z | Downloaded mio v1.0.2 |
289 | 2024-10-30T01:06:40.911Z | Downloaded sha2 v0.10.8 |
290 | 2024-10-30T01:06:40.913Z | Downloaded quote v1.0.37 |
291 | 2024-10-30T01:06:40.916Z | Downloaded unsafe-libyaml v0.2.11 |
292 | 2024-10-30T01:06:40.918Z | Downloaded toml v0.8.19 |
293 | 2024-10-30T01:06:40.921Z | Downloaded schemars v0.8.21 |
294 | 2024-10-30T01:06:40.934Z | Downloaded aho-corasick v1.1.3 |
295 | 2024-10-30T01:06:40.940Z | Downloaded http v1.1.0 |
296 | 2024-10-30T01:06:40.944Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2024-10-30T01:06:40.949Z | Downloaded time v0.3.36 |
298 | 2024-10-30T01:06:40.955Z | Downloaded tokio-util v0.7.12 |
299 | 2024-10-30T01:06:40.962Z | Downloaded serde v1.0.210 |
300 | 2024-10-30T01:06:40.965Z | Downloaded hashbrown v0.15.0 |
301 | 2024-10-30T01:06:40.971Z | Downloaded quinn v0.11.5 |
302 | 2024-10-30T01:06:40.974Z | Downloaded hyper v1.4.1 |
303 | 2024-10-30T01:06:40.981Z | Downloaded hashbrown v0.14.5 |
304 | 2024-10-30T01:06:40.986Z | Downloaded unicode-normalization v0.1.24 |
305 | 2024-10-30T01:06:40.990Z | Downloaded goblin v0.8.2 |
306 | 2024-10-30T01:06:40.997Z | Downloaded futures-util v0.3.31 |
307 | 2024-10-30T01:06:41.009Z | Downloaded h2 v0.4.6 |
308 | 2024-10-30T01:06:41.016Z | Downloaded winnow v0.6.20 |
309 | 2024-10-30T01:06:41.025Z | Downloaded pest v2.7.14 |
310 | 2024-10-30T01:06:41.030Z | Downloaded dropshot v0.12.0 |
311 | 2024-10-30T01:06:41.051Z | Downloaded openssl-sys v0.9.103 |
312 | 2024-10-30T01:06:41.056Z | Downloaded syn v2.0.79 |
313 | 2024-10-30T01:06:41.067Z | Downloaded openssl v0.10.66 |
314 | 2024-10-30T01:06:41.076Z | Downloaded serde_with v3.11.0 |
315 | 2024-10-30T01:06:41.085Z | Downloaded zerocopy v0.7.35 |
316 | 2024-10-30T01:06:41.102Z | Downloaded reqwest v0.12.8 |
317 | 2024-10-30T01:06:41.109Z | Downloaded serde_json v1.0.128 |
318 | 2024-10-30T01:06:41.116Z | Downloaded quinn-proto v0.11.8 |
319 | 2024-10-30T01:06:41.123Z | Downloaded openapiv3 v2.0.0 |
320 | 2024-10-30T01:06:41.134Z | Downloaded rustls-webpki v0.102.8 |
321 | 2024-10-30T01:06:41.154Z | Downloaded idna v0.5.0 |
322 | 2024-10-30T01:06:41.160Z | Downloaded webpki-roots v0.26.6 |
323 | 2024-10-30T01:06:41.164Z | Downloaded vcpkg v0.2.15 |
324 | 2024-10-30T01:06:41.203Z | Downloaded tokio v1.40.0 |
325 | 2024-10-30T01:06:41.239Z | Downloaded regex v1.11.0 |
326 | 2024-10-30T01:06:41.251Z | Downloaded rustls v0.23.14 |
327 | 2024-10-30T01:06:41.263Z | Downloaded rustls v0.22.4 |
328 | 2024-10-30T01:06:41.274Z | Downloaded regex-syntax v0.8.5 |
329 | 2024-10-30T01:06:41.283Z | Downloaded regress v0.9.1 |
330 | 2024-10-30T01:06:41.290Z | Downloaded typify-impl v0.2.0 |
331 | 2024-10-30T01:06:41.303Z | Downloaded regex-automata v0.4.8 |
332 | 2024-10-30T01:06:41.319Z | Downloaded encoding_rs v0.8.34 |
333 | 2024-10-30T01:06:41.338Z | Downloaded regress v0.10.1 |
334 | 2024-10-30T01:06:41.346Z | Downloaded libc v0.2.161 |
335 | 2024-10-30T01:06:41.372Z | Downloaded unicode-bidi v0.3.17 |
336 | 2024-10-30T01:06:41.375Z | Downloaded toml_edit v0.22.22 |
337 | 2024-10-30T01:06:41.396Z | Downloaded chrono v0.4.38 |
338 | 2024-10-30T01:06:41.402Z | Downloaded slog-term v2.9.1 |
339 | 2024-10-30T01:06:41.406Z | Downloaded slog v2.7.0 |
340 | 2024-10-30T01:06:41.409Z | Downloaded ucd-trie v0.1.7 |
341 | 2024-10-30T01:06:41.411Z | Downloaded tracing-core v0.1.32 |
342 | 2024-10-30T01:06:41.411Z | Downloaded native-tls v0.2.12 |
343 | 2024-10-30T01:06:41.414Z | Downloaded bytes v1.7.2 |
344 | 2024-10-30T01:06:41.417Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-10-30T01:06:41.419Z | Downloaded bitflags v2.6.0 |
346 | 2024-10-30T01:06:41.422Z | Downloaded slab v0.4.9 |
347 | 2024-10-30T01:06:41.425Z | Downloaded percent-encoding v2.3.1 |
348 | 2024-10-30T01:06:41.425Z | Downloaded parse-display v0.10.0 |
349 | 2024-10-30T01:06:41.425Z | Downloaded version_check v0.9.5 |
350 | 2024-10-30T01:06:41.428Z | Downloaded untrusted v0.9.0 |
351 | 2024-10-30T01:06:41.428Z | Downloaded memchr v2.7.4 |
352 | 2024-10-30T01:06:41.432Z | Downloaded hashbrown v0.12.3 |
353 | 2024-10-30T01:06:41.436Z | Downloaded structmeta-derive v0.3.0 |
354 | 2024-10-30T01:06:41.438Z | Downloaded ipnetwork v0.20.0 |
355 | 2024-10-30T01:06:41.438Z | Downloaded is-terminal v0.4.13 |
356 | 2024-10-30T01:06:41.442Z | Downloaded futures-executor v0.3.31 |
357 | 2024-10-30T01:06:41.442Z | Downloaded futures-channel v0.3.31 |
358 | 2024-10-30T01:06:41.445Z | Downloaded debug-ignore v1.0.5 |
359 | 2024-10-30T01:06:41.445Z | Downloaded rustls-pki-types v1.9.0 |
360 | 2024-10-30T01:06:41.447Z | Downloaded mime v0.3.17 |
361 | 2024-10-30T01:06:41.457Z | Downloaded hostname v0.3.1 |
362 | 2024-10-30T01:06:41.457Z | Downloaded hex v0.4.3 |
363 | 2024-10-30T01:06:41.457Z | Downloaded dirs-sys-next v0.1.2 |
364 | 2024-10-30T01:06:41.457Z | Downloaded deranged v0.3.11 |
365 | 2024-10-30T01:06:41.457Z | Downloaded futures-io v0.3.31 |
366 | 2024-10-30T01:06:41.457Z | Downloaded uuid v1.10.0 |
367 | 2024-10-30T01:06:41.460Z | Downloaded tower-service v0.3.3 |
368 | 2024-10-30T01:06:41.460Z | Downloaded cfg-if v1.0.0 |
369 | 2024-10-30T01:06:41.460Z | Downloaded block-buffer v0.10.4 |
370 | 2024-10-30T01:06:41.460Z | Downloaded futures-core v0.3.31 |
371 | 2024-10-30T01:06:41.460Z | Downloaded dyn-clone v1.0.17 |
372 | 2024-10-30T01:06:41.463Z | Downloaded dirs-next v2.0.0 |
373 | 2024-10-30T01:06:41.602Z | Downloaded ring v0.17.8 |
374 | 2024-10-30T01:06:41.923Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-10-30T01:06:41.924Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-30T01:06:41.926Z | Compiling libc v0.2.161 |
377 | 2024-10-30T01:06:41.926Z | Checking cfg-if v1.0.0 |
378 | 2024-10-30T01:06:41.926Z | Compiling autocfg v1.4.0 |
379 | 2024-10-30T01:06:41.926Z | Compiling serde v1.0.210 |
380 | 2024-10-30T01:06:41.926Z | Compiling version_check v0.9.5 |
381 | 2024-10-30T01:06:41.926Z | Checking memchr v2.7.4 |
382 | 2024-10-30T01:06:42.055Z | Checking itoa v1.0.11 |
383 | 2024-10-30T01:06:42.130Z | Compiling serde_json v1.0.128 |
384 | 2024-10-30T01:06:42.550Z | Compiling thiserror v1.0.64 |
385 | 2024-10-30T01:06:42.767Z | Checking once_cell v1.20.2 |
386 | 2024-10-30T01:06:42.782Z | Compiling shlex v1.3.0 |
387 | 2024-10-30T01:06:42.978Z | Compiling cc v1.1.30 |
388 | 2024-10-30T01:06:43.353Z | Checking pin-project-lite v0.2.14 |
389 | 2024-10-30T01:06:43.701Z | Compiling num-traits v0.2.19 |
390 | 2024-10-30T01:06:44.753Z | Checking bytes v1.7.2 |
391 | 2024-10-30T01:06:44.787Z | Checking ryu v1.0.18 |
392 | 2024-10-30T01:06:44.817Z | Checking futures-core v0.3.31 |
393 | 2024-10-30T01:06:44.894Z | Compiling lock_api v0.4.12 |
394 | 2024-10-30T01:06:45.037Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-10-30T01:06:45.090Z | Compiling byteorder v1.5.0 |
396 | 2024-10-30T01:06:45.109Z | Compiling ahash v0.8.11 |
397 | 2024-10-30T01:06:45.403Z | Checking scopeguard v1.2.0 |
398 | 2024-10-30T01:06:45.427Z | Checking smallvec v1.13.2 |
399 | 2024-10-30T01:06:45.485Z | Checking getrandom v0.2.15 |
400 | 2024-10-30T01:06:45.533Z | Compiling schemars v0.8.21 |
401 | 2024-10-30T01:06:45.571Z | Compiling slab v0.4.9 |
402 | 2024-10-30T01:06:45.654Z | Checking futures-sink v0.3.31 |
403 | 2024-10-30T01:06:45.701Z | Compiling quote v1.0.37 |
404 | 2024-10-30T01:06:45.879Z | Checking log v0.4.22 |
405 | 2024-10-30T01:06:46.028Z | Checking mio v1.0.2 |
406 | 2024-10-30T01:06:46.051Z | Checking socket2 v0.5.7 |
407 | 2024-10-30T01:06:46.107Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-10-30T01:06:46.240Z | Compiling syn v2.0.79 |
409 | 2024-10-30T01:06:46.260Z | Checking parking_lot v0.12.3 |
410 | 2024-10-30T01:06:46.393Z | Compiling ring v0.17.8 |
411 | 2024-10-30T01:06:46.478Z | Checking hashbrown v0.15.0 |
412 | 2024-10-30T01:06:46.546Z | Checking equivalent v1.0.1 |
413 | 2024-10-30T01:06:46.574Z | Checking fnv v1.0.7 |
414 | 2024-10-30T01:06:46.613Z | Checking futures-channel v0.3.31 |
415 | 2024-10-30T01:06:46.631Z | Checking futures-io v0.3.31 |
416 | 2024-10-30T01:06:46.649Z | Checking pin-utils v0.1.0 |
417 | 2024-10-30T01:06:46.689Z | Checking http v1.1.0 |
418 | 2024-10-30T01:06:46.708Z | Checking futures-task v0.3.31 |
419 | 2024-10-30T01:06:46.732Z | Compiling pkg-config v0.3.31 |
420 | 2024-10-30T01:06:46.803Z | Compiling semver v1.0.23 |
421 | 2024-10-30T01:06:46.945Z | Compiling heck v0.5.0 |
422 | 2024-10-30T01:06:46.965Z | Checking rustls-pki-types v1.9.0 |
423 | 2024-10-30T01:06:47.321Z | Compiling vcpkg v0.2.15 |
424 | 2024-10-30T01:06:47.348Z | Checking spin v0.9.8 |
425 | 2024-10-30T01:06:47.572Z | Compiling ucd-trie v0.1.7 |
426 | 2024-10-30T01:06:47.631Z | Checking untrusted v0.9.0 |
427 | 2024-10-30T01:06:47.747Z | Checking iana-time-zone v0.1.61 |
428 | 2024-10-30T01:06:47.886Z | Compiling httparse v1.9.5 |
429 | 2024-10-30T01:06:48.033Z | Checking tracing-core v0.1.32 |
430 | 2024-10-30T01:06:48.216Z | Checking dyn-clone v1.0.17 |
431 | 2024-10-30T01:06:48.342Z | Checking atomic-waker v1.1.2 |
432 | 2024-10-30T01:06:48.452Z | Compiling allocator-api2 v0.2.18 |
433 | 2024-10-30T01:06:48.705Z | Checking tracing v0.1.40 |
434 | 2024-10-30T01:06:48.877Z | Compiling openssl-sys v0.9.103 |
435 | 2024-10-30T01:06:48.994Z | Checking http-body v1.0.1 |
436 | 2024-10-30T01:06:49.147Z | Checking subtle v2.6.1 |
437 | 2024-10-30T01:06:49.182Z | Checking try-lock v0.2.5 |
438 | 2024-10-30T01:06:49.299Z | Checking zeroize v1.8.1 |
439 | 2024-10-30T01:06:49.321Z | Compiling uuid v1.10.0 |
440 | 2024-10-30T01:06:49.379Z | Checking want v0.3.1 |
441 | 2024-10-30T01:06:49.517Z | Compiling chrono v0.4.38 |
442 | 2024-10-30T01:06:49.535Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-10-30T01:06:49.628Z | Checking httpdate v1.0.3 |
444 | 2024-10-30T01:06:49.834Z | Compiling slog v2.7.0 |
445 | 2024-10-30T01:06:49.853Z | Compiling openssl v0.10.66 |
446 | 2024-10-30T01:06:49.887Z | Checking foreign-types v0.3.2 |
447 | 2024-10-30T01:06:49.953Z | Compiling aho-corasick v1.1.3 |
448 | 2024-10-30T01:06:50.321Z | Checking tower-service v0.3.3 |
449 | 2024-10-30T01:06:50.340Z | Compiling regex-syntax v0.8.5 |
450 | 2024-10-30T01:06:50.988Z | Compiling rustls v0.23.14 |
451 | 2024-10-30T01:06:51.310Z | Checking bitflags v2.6.0 |
452 | 2024-10-30T01:06:51.388Z | Compiling native-tls v0.2.12 |
453 | 2024-10-30T01:06:51.541Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-10-30T01:06:51.623Z | Checking percent-encoding v2.3.1 |
455 | 2024-10-30T01:06:51.718Z | Compiling typenum v1.17.0 |
456 | 2024-10-30T01:06:51.810Z | Checking form_urlencoded v1.2.1 |
457 | 2024-10-30T01:06:51.976Z | Checking tinyvec v1.8.0 |
458 | 2024-10-30T01:06:52.585Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-10-30T01:06:53.456Z | Compiling regex-automata v0.4.8 |
460 | 2024-10-30T01:06:53.604Z | Compiling generic-array v0.14.7 |
461 | 2024-10-30T01:06:54.177Z | Checking openssl-probe v0.1.5 |
462 | 2024-10-30T01:06:54.489Z | Checking unicode-normalization v0.1.24 |
463 | 2024-10-30T01:06:55.329Z | Compiling usdt-impl v0.5.0 |
464 | 2024-10-30T01:06:55.389Z | Checking encoding_rs v0.8.34 |
465 | 2024-10-30T01:06:55.588Z | Checking mime v0.3.17 |
466 | 2024-10-30T01:06:55.607Z | Compiling time-core v0.1.2 |
467 | 2024-10-30T01:06:55.670Z | Compiling num-conv v0.1.0 |
468 | 2024-10-30T01:06:55.886Z | Checking unicode-bidi v0.3.17 |
469 | 2024-10-30T01:06:55.941Z | Checking powerfmt v0.2.0 |
470 | 2024-10-30T01:06:56.189Z | Checking deranged v0.3.11 |
471 | 2024-10-30T01:06:56.426Z | Checking idna v0.5.0 |
472 | 2024-10-30T01:06:56.576Z | Compiling time-macros v0.2.18 |
473 | 2024-10-30T01:06:57.206Z | Compiling regex v1.11.0 |
474 | 2024-10-30T01:06:57.369Z | Compiling serde_derive v1.0.210 |
475 | 2024-10-30T01:06:57.625Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-10-30T01:06:57.930Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-10-30T01:06:58.134Z | Compiling schemars_derive v0.8.21 |
478 | 2024-10-30T01:06:58.865Z | Compiling tokio-macros v2.4.0 |
479 | 2024-10-30T01:06:59.797Z | Compiling futures-macro v0.3.31 |
480 | 2024-10-30T01:06:59.904Z | Compiling zerocopy v0.7.35 |
481 | 2024-10-30T01:07:00.495Z | Checking tokio v1.40.0 |
482 | 2024-10-30T01:07:00.655Z | Compiling pest v2.7.14 |
483 | 2024-10-30T01:07:01.088Z | Compiling openssl-macros v0.1.1 |
484 | 2024-10-30T01:07:01.400Z | Checking futures-util v0.3.31 |
485 | 2024-10-30T01:07:01.813Z | Compiling hashbrown v0.14.5 |
486 | 2024-10-30T01:07:03.106Z | Compiling pest_meta v2.7.14 |
487 | 2024-10-30T01:07:03.177Z | Compiling regress v0.10.1 |
488 | 2024-10-30T01:07:03.515Z | Compiling scroll_derive v0.12.0 |
489 | 2024-10-30T01:07:05.264Z | Checking rustls-webpki v0.102.8 |
490 | 2024-10-30T01:07:06.039Z | Compiling pest_generator v2.7.14 |
491 | 2024-10-30T01:07:06.177Z | Checking http-body-util v0.1.2 |
492 | 2024-10-30T01:07:07.315Z | Checking scroll v0.12.0 |
493 | 2024-10-30T01:07:07.612Z | Checking tokio-util v0.7.12 |
494 | 2024-10-30T01:07:07.736Z | Compiling pest_derive v2.7.14 |
495 | 2024-10-30T01:07:07.792Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-10-30T01:07:08.380Z | Compiling thread-id v4.2.2 |
497 | 2024-10-30T01:07:08.500Z | Checking rustls-pemfile v2.2.0 |
498 | 2024-10-30T01:07:08.607Z | Compiling dtrace-parser v0.2.0 |
499 | 2024-10-30T01:07:08.712Z | Checking webpki-roots v0.26.6 |
500 | 2024-10-30T01:07:09.289Z | Compiling strsim v0.11.1 |
501 | 2024-10-30T01:07:09.343Z | Compiling ident_case v1.0.1 |
502 | 2024-10-30T01:07:09.724Z | Checking indexmap v2.6.0 |
503 | 2024-10-30T01:07:11.000Z | Compiling serde_tokenstream v0.2.2 |
504 | 2024-10-30T01:07:11.073Z | Checking h2 v0.4.6 |
505 | 2024-10-30T01:07:11.196Z | Checking serde_urlencoded v0.7.1 |
506 | 2024-10-30T01:07:11.334Z | Checking tokio-rustls v0.26.0 |
507 | 2024-10-30T01:07:11.603Z | Checking base64 v0.22.1 |
508 | 2024-10-30T01:07:11.722Z | Compiling crossbeam-utils v0.8.20 |
509 | 2024-10-30T01:07:11.897Z | Checking num_threads v0.1.7 |
510 | 2024-10-30T01:07:11.948Z | Checking plain v0.2.3 |
511 | 2024-10-30T01:07:12.081Z | Checking time v0.3.36 |
512 | 2024-10-30T01:07:12.099Z | Checking goblin v0.8.2 |
513 | 2024-10-30T01:07:12.459Z | Checking openapiv3 v2.0.0 |
514 | 2024-10-30T01:07:13.170Z | Compiling dof v0.3.0 |
515 | 2024-10-30T01:07:13.688Z | Checking typify-impl v0.2.0 |
516 | 2024-10-30T01:07:15.271Z | Checking hyper v1.4.1 |
517 | 2024-10-30T01:07:15.909Z | Compiling darling_core v0.20.10 |
518 | 2024-10-30T01:07:16.114Z | Checking url v2.5.2 |
519 | 2024-10-30T01:07:16.182Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-10-30T01:07:16.358Z | Checking sync_wrapper v1.0.1 |
521 | 2024-10-30T01:07:16.901Z | Compiling rustversion v1.0.17 |
522 | 2024-10-30T01:07:16.917Z | Checking pretty-hex v0.4.1 |
523 | 2024-10-30T01:07:17.076Z | Checking ipnet v2.10.1 |
524 | 2024-10-30T01:07:17.157Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-10-30T01:07:17.302Z | Checking hyper-util v0.1.9 |
526 | 2024-10-30T01:07:17.498Z | Compiling paste v1.0.15 |
527 | 2024-10-30T01:07:17.515Z | Compiling unsafe-libyaml v0.2.11 |
528 | 2024-10-30T01:07:17.553Z | Compiling rustls v0.22.4 |
529 | 2024-10-30T01:07:18.191Z | Checking dirs-next v2.0.0 |
530 | 2024-10-30T01:07:18.327Z | Checking toml_datetime v0.6.8 |
531 | 2024-10-30T01:07:18.615Z | Checking serde_spanned v0.6.8 |
532 | 2024-10-30T01:07:18.633Z | Checking block-buffer v0.10.4 |
533 | 2024-10-30T01:07:18.790Z | Checking crypto-common v0.1.6 |
534 | 2024-10-30T01:07:18.793Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-10-30T01:07:18.827Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-10-30T01:07:18.905Z | Checking hyper-rustls v0.27.3 |
537 | 2024-10-30T01:07:18.939Z | Checking hyper-tls v0.6.0 |
538 | 2024-10-30T01:07:18.958Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-10-30T01:07:19.198Z | Checking rand_core v0.6.4 |
540 | 2024-10-30T01:07:19.222Z | Checking reqwest v0.12.8 |
541 | 2024-10-30T01:07:19.403Z | Checking thread_local v1.1.8 |
542 | 2024-10-30T01:07:19.476Z | Compiling multer v3.1.0 |
543 | 2024-10-30T01:07:19.594Z | Compiling newtype-uuid v1.1.2 |
544 | 2024-10-30T01:07:19.714Z | Compiling slog-async v2.8.0 |
545 | 2024-10-30T01:07:19.833Z | Checking match_cfg v0.1.0 |
546 | 2024-10-30T01:07:19.916Z | Checking winnow v0.6.20 |
547 | 2024-10-30T01:07:19.934Z | Compiling camino v1.1.9 |
548 | 2024-10-30T01:07:20.237Z | Compiling anyhow v1.0.89 |
549 | 2024-10-30T01:07:20.633Z | Checking progenitor-client v0.8.0 |
550 | 2024-10-30T01:07:20.701Z | Checking hostname v0.3.1 |
551 | 2024-10-30T01:07:20.902Z | Checking rand_chacha v0.3.1 |
552 | 2024-10-30T01:07:20.984Z | Checking digest v0.10.7 |
553 | 2024-10-30T01:07:21.260Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-10-30T01:07:21.308Z | Checking term v0.7.0 |
555 | 2024-10-30T01:07:21.643Z | Compiling structmeta v0.3.0 |
556 | 2024-10-30T01:07:21.851Z | Compiling darling_macro v0.20.10 |
557 | 2024-10-30T01:07:22.037Z | Compiling usdt-macro v0.5.0 |
558 | 2024-10-30T01:07:22.455Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-10-30T01:07:22.538Z | Checking slog-json v2.6.1 |
560 | 2024-10-30T01:07:22.786Z | Checking futures-executor v0.3.31 |
561 | 2024-10-30T01:07:22.832Z | Compiling darling v0.20.10 |
562 | 2024-10-30T01:07:22.949Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-10-30T01:07:22.967Z | Checking toml_edit v0.22.22 |
564 | 2024-10-30T01:07:22.987Z | Checking is-terminal v0.4.13 |
565 | 2024-10-30T01:07:23.007Z | Checking memmap v0.7.0 |
566 | 2024-10-30T01:07:23.105Z | Compiling dropshot v0.12.0 |
567 | 2024-10-30T01:07:23.222Z | Checking take_mut v0.2.2 |
568 | 2024-10-30T01:07:23.291Z | Checking cpufeatures v0.2.14 |
569 | 2024-10-30T01:07:23.391Z | Checking sha1 v0.10.6 |
570 | 2024-10-30T01:07:23.517Z | Checking slog-term v2.9.1 |
571 | 2024-10-30T01:07:23.641Z | Checking futures v0.3.31 |
572 | 2024-10-30T01:07:23.668Z | Compiling strum_macros v0.26.4 |
573 | 2024-10-30T01:07:23.754Z | Compiling serde_with_macros v3.11.0 |
574 | 2024-10-30T01:07:23.858Z | Checking usdt v0.5.0 |
575 | 2024-10-30T01:07:24.008Z | Checking slog-bunyan v2.5.0 |
576 | 2024-10-30T01:07:24.087Z | Compiling parse-display-derive v0.10.0 |
577 | 2024-10-30T01:07:24.166Z | Checking rand v0.8.5 |
578 | 2024-10-30T01:07:24.266Z | Checking async-stream v0.3.6 |
579 | 2024-10-30T01:07:25.468Z | Checking toml v0.8.19 |
580 | 2024-10-30T01:07:25.589Z | Checking ipnetwork v0.20.0 |
581 | 2024-10-30T01:07:25.645Z | Checking tokio-rustls v0.25.0 |
582 | 2024-10-30T01:07:25.948Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-10-30T01:07:25.982Z | Checking hex v0.4.3 |
584 | 2024-10-30T01:07:25.985Z | Checking serde_path_to_error v0.1.16 |
585 | 2024-10-30T01:07:26.198Z | Compiling async-trait v0.1.83 |
586 | 2024-10-30T01:07:26.355Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-10-30T01:07:26.522Z | Checking waitgroup v0.1.2 |
588 | 2024-10-30T01:07:26.614Z | Checking hostname v0.4.0 |
589 | 2024-10-30T01:07:26.647Z | Checking instant v0.1.13 |
590 | 2024-10-30T01:07:26.744Z | Checking debug-ignore v1.0.5 |
591 | 2024-10-30T01:07:26.767Z | Checking backoff v0.4.0 |
592 | 2024-10-30T01:07:26.875Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
593 | 2024-10-30T01:07:27.023Z | Checking serde_with v3.11.0 |
594 | 2024-10-30T01:07:27.051Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-10-30T01:07:27.159Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-10-30T01:07:27.301Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-10-30T01:07:27.399Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-10-30T01:07:27.740Z | Checking macaddr v1.0.1 |
599 | 2024-10-30T01:07:27.974Z | Checking parse-display v0.10.0 |
600 | 2024-10-30T01:07:28.083Z | Checking regress v0.9.1 |
601 | 2024-10-30T01:07:28.195Z | Checking strum v0.26.3 |
602 | 2024-10-30T01:07:28.782Z | Compiling typify-macro v0.2.0 |
603 | 2024-10-30T01:07:30.809Z | Compiling typify v0.2.0 |
604 | 2024-10-30T01:07:30.894Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-10-30T01:07:33.441Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-10-30T01:07:38.419Z | Checking progenitor v0.8.0 |
607 | 2024-10-30T01:07:38.529Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-10-30T01:07:41.314Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-10-30T01:07:48.429Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-10-30T01:07:48.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
611 | 2024-10-30T01:07:48.805Z | + cargo build --release |
612 | 2024-10-30T01:07:49.056Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-10-30T01:07:49.056Z | Compiling unicode-ident v1.0.13 |
614 | 2024-10-30T01:07:49.059Z | Compiling libc v0.2.161 |
615 | 2024-10-30T01:07:49.059Z | Compiling cfg-if v1.0.0 |
616 | 2024-10-30T01:07:49.059Z | Compiling autocfg v1.4.0 |
617 | 2024-10-30T01:07:49.059Z | Compiling serde v1.0.210 |
618 | 2024-10-30T01:07:49.059Z | Compiling version_check v0.9.5 |
619 | 2024-10-30T01:07:49.059Z | Compiling memchr v2.7.4 |
620 | 2024-10-30T01:07:49.164Z | Compiling serde_json v1.0.128 |
621 | 2024-10-30T01:07:49.245Z | Compiling itoa v1.0.11 |
622 | 2024-10-30T01:07:49.503Z | Compiling thiserror v1.0.64 |
623 | 2024-10-30T01:07:49.657Z | Compiling once_cell v1.20.2 |
624 | 2024-10-30T01:07:49.708Z | Compiling shlex v1.3.0 |
625 | 2024-10-30T01:07:49.921Z | Compiling cc v1.1.30 |
626 | 2024-10-30T01:07:50.097Z | Compiling num-traits v0.2.19 |
627 | 2024-10-30T01:07:50.441Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-10-30T01:07:50.529Z | Compiling quote v1.0.37 |
629 | 2024-10-30T01:07:50.547Z | Compiling getrandom v0.2.15 |
630 | 2024-10-30T01:07:50.554Z | Compiling bytes v1.7.2 |
631 | 2024-10-30T01:07:50.609Z | Compiling ryu v1.0.18 |
632 | 2024-10-30T01:07:50.909Z | Compiling syn v2.0.79 |
633 | 2024-10-30T01:07:50.933Z | Compiling futures-core v0.3.31 |
634 | 2024-10-30T01:07:51.137Z | Compiling lock_api v0.4.12 |
635 | 2024-10-30T01:07:51.165Z | Compiling ahash v0.8.11 |
636 | 2024-10-30T01:07:51.317Z | Compiling schemars v0.8.21 |
637 | 2024-10-30T01:07:51.476Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-10-30T01:07:51.485Z | Compiling byteorder v1.5.0 |
639 | 2024-10-30T01:07:51.682Z | Compiling scopeguard v1.2.0 |
640 | 2024-10-30T01:07:51.806Z | Compiling smallvec v1.13.2 |
641 | 2024-10-30T01:07:51.934Z | Compiling slab v0.4.9 |
642 | 2024-10-30T01:07:51.950Z | Compiling futures-sink v0.3.31 |
643 | 2024-10-30T01:07:52.092Z | Compiling log v0.4.22 |
644 | 2024-10-30T01:07:52.175Z | Compiling socket2 v0.5.7 |
645 | 2024-10-30T01:07:52.293Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-10-30T01:07:52.333Z | Compiling mio v1.0.2 |
647 | 2024-10-30T01:07:52.532Z | Compiling hashbrown v0.15.0 |
648 | 2024-10-30T01:07:52.734Z | Compiling parking_lot v0.12.3 |
649 | 2024-10-30T01:07:52.846Z | Compiling ring v0.17.8 |
650 | 2024-10-30T01:07:53.097Z | Compiling fnv v1.0.7 |
651 | 2024-10-30T01:07:53.219Z | Compiling equivalent v1.0.1 |
652 | 2024-10-30T01:07:53.314Z | Compiling http v1.1.0 |
653 | 2024-10-30T01:07:53.826Z | Compiling futures-channel v0.3.31 |
654 | 2024-10-30T01:07:53.833Z | Compiling futures-io v0.3.31 |
655 | 2024-10-30T01:07:53.979Z | Compiling futures-task v0.3.31 |
656 | 2024-10-30T01:07:54.020Z | Compiling pin-utils v0.1.0 |
657 | 2024-10-30T01:07:54.100Z | Compiling semver v1.0.23 |
658 | 2024-10-30T01:07:54.245Z | Compiling heck v0.5.0 |
659 | 2024-10-30T01:07:54.267Z | Compiling pkg-config v0.3.31 |
660 | 2024-10-30T01:07:54.359Z | Compiling rustls-pki-types v1.9.0 |
661 | 2024-10-30T01:07:54.585Z | Compiling spin v0.9.8 |
662 | 2024-10-30T01:07:54.641Z | Compiling vcpkg v0.2.15 |
663 | 2024-10-30T01:07:55.215Z | Compiling httparse v1.9.5 |
664 | 2024-10-30T01:07:55.452Z | Compiling ucd-trie v0.1.7 |
665 | 2024-10-30T01:07:55.914Z | Compiling untrusted v0.9.0 |
666 | 2024-10-30T01:07:55.998Z | Compiling iana-time-zone v0.1.61 |
667 | 2024-10-30T01:07:56.277Z | Compiling tracing-core v0.1.32 |
668 | 2024-10-30T01:07:56.280Z | Compiling openssl-sys v0.9.103 |
669 | 2024-10-30T01:07:56.790Z | Compiling allocator-api2 v0.2.18 |
670 | 2024-10-30T01:07:57.233Z | Compiling dyn-clone v1.0.17 |
671 | 2024-10-30T01:07:57.365Z | Compiling atomic-waker v1.1.2 |
672 | 2024-10-30T01:07:57.511Z | Compiling tracing v0.1.40 |
673 | 2024-10-30T01:07:57.945Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-10-30T01:07:57.995Z | Compiling chrono v0.4.38 |
675 | 2024-10-30T01:07:58.195Z | Compiling http-body v1.0.1 |
676 | 2024-10-30T01:07:58.487Z | Compiling uuid v1.10.0 |
677 | 2024-10-30T01:07:58.667Z | Compiling try-lock v0.2.5 |
678 | 2024-10-30T01:07:58.783Z | Compiling zeroize v1.8.1 |
679 | 2024-10-30T01:07:58.898Z | Compiling subtle v2.6.1 |
680 | 2024-10-30T01:07:59.032Z | Compiling want v0.3.1 |
681 | 2024-10-30T01:07:59.204Z | Compiling httpdate v1.0.3 |
682 | 2024-10-30T01:07:59.315Z | Compiling openssl v0.10.66 |
683 | 2024-10-30T01:07:59.771Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-10-30T01:07:59.869Z | Compiling slog v2.7.0 |
685 | 2024-10-30T01:08:00.012Z | Compiling foreign-types v0.3.2 |
686 | 2024-10-30T01:08:00.290Z | Compiling aho-corasick v1.1.3 |
687 | 2024-10-30T01:08:00.428Z | Compiling native-tls v0.2.12 |
688 | 2024-10-30T01:08:00.817Z | Compiling bitflags v2.6.0 |
689 | 2024-10-30T01:08:01.176Z | Compiling tower-service v0.3.3 |
690 | 2024-10-30T01:08:01.253Z | Compiling rustls v0.23.14 |
691 | 2024-10-30T01:08:01.284Z | Compiling regex-syntax v0.8.5 |
692 | 2024-10-30T01:08:01.527Z | Compiling percent-encoding v2.3.1 |
693 | 2024-10-30T01:08:01.562Z | Compiling typenum v1.17.0 |
694 | 2024-10-30T01:08:02.551Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-10-30T01:08:02.633Z | Compiling tinyvec v1.8.0 |
696 | 2024-10-30T01:08:02.709Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-10-30T01:08:03.256Z | Compiling generic-array v0.14.7 |
698 | 2024-10-30T01:08:03.378Z | Compiling serde_derive v1.0.210 |
699 | 2024-10-30T01:08:03.598Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-10-30T01:08:03.865Z | Compiling thiserror-impl v1.0.64 |
701 | 2024-10-30T01:08:03.902Z | Compiling schemars_derive v0.8.21 |
702 | 2024-10-30T01:08:04.342Z | Compiling tokio-macros v2.4.0 |
703 | 2024-10-30T01:08:04.600Z | Compiling futures-macro v0.3.31 |
704 | 2024-10-30T01:08:05.607Z | Compiling zerocopy v0.7.35 |
705 | 2024-10-30T01:08:06.393Z | Compiling tokio v1.40.0 |
706 | 2024-10-30T01:08:06.817Z | Compiling futures-util v0.3.31 |
707 | 2024-10-30T01:08:06.927Z | Compiling pest v2.7.14 |
708 | 2024-10-30T01:08:07.480Z | Compiling hashbrown v0.14.5 |
709 | 2024-10-30T01:08:08.067Z | Compiling openssl-macros v0.1.1 |
710 | 2024-10-30T01:08:08.714Z | Compiling regress v0.10.1 |
711 | 2024-10-30T01:08:09.853Z | Compiling pest_meta v2.7.14 |
712 | 2024-10-30T01:08:13.678Z | Compiling rustls-webpki v0.102.8 |
713 | 2024-10-30T01:08:13.878Z | Compiling pest_generator v2.7.14 |
714 | 2024-10-30T01:08:15.596Z | Compiling tokio-util v0.7.12 |
715 | 2024-10-30T01:08:16.621Z | Compiling pest_derive v2.7.14 |
716 | 2024-10-30T01:08:17.833Z | Compiling indexmap v2.6.0 |
717 | 2024-10-30T01:08:19.554Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-10-30T01:08:19.736Z | Compiling h2 v0.4.6 |
719 | 2024-10-30T01:08:23.650Z | Compiling regex-automata v0.4.8 |
720 | 2024-10-30T01:08:24.024Z | Compiling typify-impl v0.2.0 |
721 | 2024-10-30T01:08:25.390Z | Compiling hyper v1.4.1 |
722 | 2024-10-30T01:08:27.879Z | Compiling openssl-probe v0.1.5 |
723 | 2024-10-30T01:08:28.352Z | Compiling hyper-util v0.1.9 |
724 | 2024-10-30T01:08:33.155Z | Compiling regex v1.11.0 |
725 | 2024-10-30T01:08:34.143Z | Compiling http-body-util v0.1.2 |
726 | 2024-10-30T01:08:34.426Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-10-30T01:08:34.769Z | Compiling scroll_derive v0.12.0 |
728 | 2024-10-30T01:08:36.131Z | Compiling typify-macro v0.2.0 |
729 | 2024-10-30T01:08:36.306Z | Compiling usdt-impl v0.5.0 |
730 | 2024-10-30T01:08:36.702Z | Compiling encoding_rs v0.8.34 |
731 | 2024-10-30T01:08:37.157Z | Compiling time-core v0.1.2 |
732 | 2024-10-30T01:08:37.317Z | Compiling mime v0.3.17 |
733 | 2024-10-30T01:08:37.462Z | Compiling powerfmt v0.2.0 |
734 | 2024-10-30T01:08:38.090Z | Compiling num-conv v0.1.0 |
735 | 2024-10-30T01:08:38.212Z | Compiling unicode-bidi v0.3.17 |
736 | 2024-10-30T01:08:38.351Z | Compiling time-macros v0.2.18 |
737 | 2024-10-30T01:08:40.105Z | Compiling idna v0.5.0 |
738 | 2024-10-30T01:08:41.341Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-10-30T01:08:41.820Z | Compiling deranged v0.3.11 |
740 | 2024-10-30T01:08:45.085Z | Compiling scroll v0.12.0 |
741 | 2024-10-30T01:08:45.716Z | Compiling thread-id v4.2.2 |
742 | 2024-10-30T01:08:45.778Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-10-30T01:08:45.816Z | Compiling dof v0.3.0 |
744 | 2024-10-30T01:08:46.115Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-10-30T01:08:46.658Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-10-30T01:08:47.277Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-10-30T01:08:47.717Z | Compiling webpki-roots v0.26.6 |
748 | 2024-10-30T01:08:47.922Z | Compiling plain v0.2.3 |
749 | 2024-10-30T01:08:48.070Z | Compiling ident_case v1.0.1 |
750 | 2024-10-30T01:08:48.234Z | Compiling strsim v0.11.1 |
751 | 2024-10-30T01:08:49.068Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-10-30T01:08:49.652Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-10-30T01:08:50.164Z | Compiling base64 v0.22.1 |
754 | 2024-10-30T01:08:50.717Z | Compiling num_threads v0.1.7 |
755 | 2024-10-30T01:08:50.830Z | Compiling time v0.3.36 |
756 | 2024-10-30T01:08:53.998Z | Compiling darling_core v0.20.10 |
757 | 2024-10-30T01:08:55.938Z | Compiling goblin v0.8.2 |
758 | 2024-10-30T01:08:58.146Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-10-30T01:08:59.940Z | Compiling hyper-tls v0.6.0 |
760 | 2024-10-30T01:09:00.422Z | Compiling url v2.5.2 |
761 | 2024-10-30T01:09:00.960Z | Compiling typify v0.2.0 |
762 | 2024-10-30T01:09:01.082Z | Compiling openapiv3 v2.0.0 |
763 | 2024-10-30T01:09:05.319Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-10-30T01:09:05.461Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-10-30T01:09:06.346Z | Compiling rustversion v1.0.17 |
766 | 2024-10-30T01:09:06.528Z | Compiling pretty-hex v0.4.1 |
767 | 2024-10-30T01:09:06.749Z | Compiling ipnet v2.10.1 |
768 | 2024-10-30T01:09:06.773Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-10-30T01:09:07.014Z | Compiling rustls v0.22.4 |
770 | 2024-10-30T01:09:07.343Z | Compiling paste v1.0.15 |
771 | 2024-10-30T01:09:07.920Z | Compiling reqwest v0.12.8 |
772 | 2024-10-30T01:09:08.536Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-10-30T01:09:10.601Z | Compiling dirs-next v2.0.0 |
774 | 2024-10-30T01:09:10.846Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-10-30T01:09:11.215Z | Compiling darling_macro v0.20.10 |
776 | 2024-10-30T01:09:14.270Z | Compiling crypto-common v0.1.6 |
777 | 2024-10-30T01:09:14.478Z | Compiling block-buffer v0.10.4 |
778 | 2024-10-30T01:09:14.704Z | Compiling serde_spanned v0.6.8 |
779 | 2024-10-30T01:09:14.938Z | Compiling toml_datetime v0.6.8 |
780 | 2024-10-30T01:09:15.506Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-10-30T01:09:15.621Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-10-30T01:09:16.438Z | Compiling rand_core v0.6.4 |
783 | 2024-10-30T01:09:17.013Z | Compiling thread_local v1.1.8 |
784 | 2024-10-30T01:09:17.510Z | Compiling multer v3.1.0 |
785 | 2024-10-30T01:09:17.730Z | Compiling winnow v0.6.20 |
786 | 2024-10-30T01:09:17.865Z | Compiling camino v1.1.9 |
787 | 2024-10-30T01:09:18.394Z | Compiling anyhow v1.0.89 |
788 | 2024-10-30T01:09:18.444Z | Compiling slog-async v2.8.0 |
789 | 2024-10-30T01:09:18.628Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-10-30T01:09:18.961Z | Compiling match_cfg v0.1.0 |
791 | 2024-10-30T01:09:19.036Z | Compiling hostname v0.3.1 |
792 | 2024-10-30T01:09:19.091Z | Compiling structmeta v0.3.0 |
793 | 2024-10-30T01:09:19.197Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-10-30T01:09:19.444Z | Compiling rand_chacha v0.3.1 |
795 | 2024-10-30T01:09:19.983Z | Compiling digest v0.10.7 |
796 | 2024-10-30T01:09:20.140Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-10-30T01:09:21.173Z | Compiling darling v0.20.10 |
798 | 2024-10-30T01:09:21.310Z | Compiling term v0.7.0 |
799 | 2024-10-30T01:09:21.741Z | Compiling toml_edit v0.22.22 |
800 | 2024-10-30T01:09:22.045Z | Compiling progenitor-client v0.8.0 |
801 | 2024-10-30T01:09:26.977Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-10-30T01:09:28.524Z | Compiling usdt-macro v0.5.0 |
803 | 2024-10-30T01:09:29.856Z | Compiling slog-json v2.6.1 |
804 | 2024-10-30T01:09:34.438Z | Compiling futures-executor v0.3.31 |
805 | 2024-10-30T01:09:34.528Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-10-30T01:09:34.528Z | Compiling is-terminal v0.4.13 |
807 | 2024-10-30T01:09:34.528Z | Compiling memmap v0.7.0 |
808 | 2024-10-30T01:09:34.528Z | Compiling dropshot v0.12.0 |
809 | 2024-10-30T01:09:34.528Z | Compiling cpufeatures v0.2.14 |
810 | 2024-10-30T01:09:34.528Z | Compiling take_mut v0.2.2 |
811 | 2024-10-30T01:09:34.528Z | Compiling sha1 v0.10.6 |
812 | 2024-10-30T01:09:34.528Z | Compiling async-stream v0.3.6 |
813 | 2024-10-30T01:09:34.528Z | Compiling usdt v0.5.0 |
814 | 2024-10-30T01:09:34.555Z | Compiling progenitor v0.8.0 |
815 | 2024-10-30T01:09:34.700Z | Compiling slog-term v2.9.1 |
816 | 2024-10-30T01:09:34.983Z | Compiling futures v0.3.31 |
817 | 2024-10-30T01:09:35.187Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-10-30T01:09:35.461Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-10-30T01:09:35.788Z | Compiling toml v0.8.19 |
820 | 2024-10-30T01:09:35.907Z | Compiling strum_macros v0.26.4 |
821 | 2024-10-30T01:09:37.617Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-10-30T01:09:40.327Z | Compiling rand v0.8.5 |
823 | 2024-10-30T01:09:40.528Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-10-30T01:09:44.972Z | Compiling ipnetwork v0.20.0 |
825 | 2024-10-30T01:09:45.124Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-10-30T01:09:45.182Z | Compiling hex v0.4.3 |
827 | 2024-10-30T01:09:45.876Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-10-30T01:09:45.948Z | Compiling async-trait v0.1.83 |
829 | 2024-10-30T01:09:46.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-10-30T01:09:47.770Z | Compiling waitgroup v0.1.2 |
831 | 2024-10-30T01:09:47.989Z | Compiling hostname v0.4.0 |
832 | 2024-10-30T01:09:48.233Z | Compiling instant v0.1.13 |
833 | 2024-10-30T01:09:48.381Z | Compiling debug-ignore v1.0.5 |
834 | 2024-10-30T01:09:48.460Z | Compiling backoff v0.4.0 |
835 | 2024-10-30T01:09:48.509Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-10-30T01:09:48.698Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-10-30T01:09:48.775Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-10-30T01:09:48.851Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-10-30T01:09:49.466Z | Compiling parse-display v0.10.0 |
840 | 2024-10-30T01:09:49.680Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-10-30T01:09:51.550Z | Compiling strum v0.26.3 |
842 | 2024-10-30T01:09:51.735Z | Compiling serde_with v3.11.0 |
843 | 2024-10-30T01:09:52.423Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-10-30T01:09:53.261Z | Compiling macaddr v1.0.1 |
845 | 2024-10-30T01:09:53.485Z | Compiling regress v0.9.1 |
846 | 2024-10-30T01:09:57.829Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-10-30T01:10:08.632Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-10-30T01:10:17.971Z | Finished `release` profile [optimized] target(s) in 2m 29s |
849 | 2024-10-30T01:10:18.032Z | process exited: duration 227021 ms, exit code 0 |
|
850 | 2024-10-30T01:10:18.039Z | found 0 output files |