|
|
|
1 | 2024-11-07T01:19:23.146Z | job assigned to worker 01JC23754TAACGR5C0DTS00M0T (queued for 1 m 0 s) |
|
2 | 2024-11-07T01:19:30.952Z | starting task 0: "setup" |
3 | 2024-11-07T01:19:30.960Z | ++ uname -s |
4 | 2024-11-07T01:19:30.963Z | + kern=SunOS |
5 | 2024-11-07T01:19:30.963Z | + case "$kern" in |
6 | 2024-11-07T01:19:30.963Z | + groupadd -g 12345 build |
7 | 2024-11-07T01:19:30.965Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T01:19:32.979Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T01:19:33.092Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T01:19:33.094Z | + home_fs=zfs |
11 | 2024-11-07T01:19:33.094Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T01:19:33.094Z | + mkdir -p /home/build |
13 | 2024-11-07T01:19:33.097Z | + chown build:build /home/build /work |
14 | 2024-11-07T01:19:35.100Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T01:19:35.102Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-11-07T01:19:35.107Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T01:19:35.113Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-07T01:19:35.113Z | ' 1.82.0 |
19 | 2024-11-07T01:19:35.113Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-07T01:19:35.113Z | ' default |
21 | 2024-11-07T01:19:35.113Z | * toolchain channel = "1.82.0" |
22 | 2024-11-07T01:19:35.113Z | * toolchain profile = "default" |
23 | 2024-11-07T01:19:35.116Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T01:19:35.116Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-07T01:19:35.230Z | info: downloading installer |
26 | 2024-11-07T01:19:36.621Z | info: profile set to 'default' |
27 | 2024-11-07T01:19:36.621Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T01:19:36.623Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-07T01:19:36.790Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-07T01:19:36.790Z | info: downloading component 'cargo' |
31 | 2024-11-07T01:19:37.641Z | info: downloading component 'clippy' |
32 | 2024-11-07T01:19:37.968Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T01:19:39.231Z | info: downloading component 'rust-std' |
34 | 2024-11-07T01:19:41.124Z | info: downloading component 'rustc' |
35 | 2024-11-07T01:19:47.815Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T01:19:48.058Z | info: installing component 'cargo' |
37 | 2024-11-07T01:19:48.911Z | info: installing component 'clippy' |
38 | 2024-11-07T01:19:49.334Z | info: installing component 'rust-docs' |
39 | 2024-11-07T01:19:51.038Z | info: installing component 'rust-std' |
40 | 2024-11-07T01:19:53.012Z | info: installing component 'rustc' |
41 | 2024-11-07T01:19:59.403Z | info: installing component 'rustfmt' |
42 | 2024-11-07T01:19:59.912Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-07T01:19:59.912Z | |
44 | 2024-11-07T01:20:00.299Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-07T01:20:00.299Z | |
46 | 2024-11-07T01:20:00.301Z | |
47 | 2024-11-07T01:20:00.301Z | Rust is installed now. Great! |
48 | 2024-11-07T01:20:00.301Z | |
49 | 2024-11-07T01:20:00.301Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T01:20:00.301Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T01:20:00.302Z | |
52 | 2024-11-07T01:20:00.302Z | To configure your current shell, you need to source |
53 | 2024-11-07T01:20:00.302Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T01:20:00.302Z | |
55 | 2024-11-07T01:20:00.302Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T01:20:00.302Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T01:20:00.302Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T01:20:00.375Z | + rustc --version |
59 | 2024-11-07T01:20:00.442Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-07T01:20:00.445Z | process exited: duration 25335 ms, exit code 0 |
|
61 | 2024-11-07T01:20:00.452Z | starting task 2: "authentication" |
62 | 2024-11-07T01:20:00.472Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-07T01:20:00.479Z | starting task 3: "clone repository" |
64 | 2024-11-07T01:20:00.482Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-07T01:20:00.485Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-07T01:20:00.525Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-07T01:20:07.429Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-07T01:20:07.429Z | + git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
69 | 2024-11-07T01:20:07.761Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-07T01:20:07.762Z | * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD |
71 | 2024-11-07T01:20:07.771Z | + [[ -n dataset-diff ]] |
72 | 2024-11-07T01:20:07.774Z | ++ git branch --show-current |
73 | 2024-11-07T01:20:07.778Z | + current=main |
74 | 2024-11-07T01:20:07.778Z | + [[ main != dataset-diff ]] |
75 | 2024-11-07T01:20:07.778Z | + git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
76 | 2024-11-07T01:20:07.781Z | + git checkout -f dataset-diff |
77 | 2024-11-07T01:20:07.825Z | Switched to branch 'dataset-diff' |
78 | 2024-11-07T01:20:07.828Z | + git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
79 | 2024-11-07T01:20:07.877Z | HEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly |
80 | 2024-11-07T01:20:07.881Z | process exited: duration 7399 ms, exit code 0 |
|
81 | 2024-11-07T01:20:07.888Z | starting task 4: "build" |
82 | 2024-11-07T01:20:07.893Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-07T01:20:07.893Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-07T01:20:07.893Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-07T01:20:07.893Z | + cargo --version |
86 | 2024-11-07T01:20:07.950Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-07T01:20:07.953Z | + rustc --version |
88 | 2024-11-07T01:20:08.014Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-07T01:20:08.017Z | + cd /tmp |
90 | 2024-11-07T01:20:08.017Z | + cargo new --lib test-project |
91 | 2024-11-07T01:20:08.073Z | Creating library `test-project` package |
92 | 2024-11-07T01:20:08.151Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-07T01:20:08.154Z | + cd test-project |
94 | 2024-11-07T01:20:08.154Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-07T01:20:08.213Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-07T01:20:08.213Z | Features: |
97 | 2024-11-07T01:20:08.213Z | - proptest |
98 | 2024-11-07T01:20:08.213Z | - test-strategy |
99 | 2024-11-07T01:20:08.213Z | - testing |
100 | 2024-11-07T01:20:08.215Z | Updating crates.io index |
101 | 2024-11-07T01:20:08.281Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-07T01:20:09.146Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-07T01:20:09.604Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-07T01:20:09.979Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-07T01:20:11.412Z | Locking 325 packages to latest compatible versions |
106 | 2024-11-07T01:20:11.415Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-07T01:20:11.415Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-07T01:20:11.415Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-07T01:20:11.417Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-07T01:20:11.417Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-07T01:20:11.417Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-07T01:20:11.417Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-07T01:20:11.418Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-07T01:20:11.418Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-07T01:20:11.420Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-07T01:20:11.420Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-07T01:20:11.422Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-07T01:20:11.428Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-07T01:20:11.430Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-11-07T01:20:11.433Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-07T01:20:11.433Z | Adding thiserror v1.0.68 (latest: v2.0.0) |
122 | 2024-11-07T01:20:11.433Z | Adding thiserror-impl v1.0.68 (latest: v2.0.0) |
123 | 2024-11-07T01:20:11.433Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-07T01:20:11.436Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-07T01:20:11.436Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-07T01:20:11.438Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-07T01:20:11.438Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-07T01:20:11.438Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-07T01:20:11.438Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-07T01:20:11.438Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-07T01:20:11.438Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
132 | 2024-11-07T01:20:11.438Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
133 | 2024-11-07T01:20:11.514Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-07T01:20:11.516Z | + cargo check |
135 | 2024-11-07T01:20:11.657Z | Updating crates.io index |
136 | 2024-11-07T01:20:12.473Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-07T01:20:15.251Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-07T01:20:17.030Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-07T01:20:17.701Z | Downloading crates ... |
140 | 2024-11-07T01:20:17.789Z | Downloaded block-buffer v0.10.4 |
141 | 2024-11-07T01:20:17.792Z | Downloaded atomic-waker v1.1.2 |
142 | 2024-11-07T01:20:17.794Z | Downloaded foreign-types v0.3.2 |
143 | 2024-11-07T01:20:17.796Z | Downloaded async-stream v0.3.6 |
144 | 2024-11-07T01:20:17.801Z | Downloaded futures-macro v0.3.31 |
145 | 2024-11-07T01:20:17.803Z | Downloaded cpufeatures v0.2.14 |
146 | 2024-11-07T01:20:17.809Z | Downloaded instant v0.1.13 |
147 | 2024-11-07T01:20:17.811Z | Downloaded try-lock v0.2.5 |
148 | 2024-11-07T01:20:17.813Z | Downloaded tower-service v0.3.3 |
149 | 2024-11-07T01:20:17.819Z | Downloaded itoa v1.0.11 |
150 | 2024-11-07T01:20:17.822Z | Downloaded unsafe-libyaml v0.2.11 |
151 | 2024-11-07T01:20:17.825Z | Downloaded omicron-workspace-hack v0.1.0 |
152 | 2024-11-07T01:20:17.827Z | Downloaded usdt-attr-macro v0.5.0 |
153 | 2024-11-07T01:20:17.827Z | Downloaded num-conv v0.1.0 |
154 | 2024-11-07T01:20:17.829Z | Downloaded progenitor-client v0.8.0 |
155 | 2024-11-07T01:20:17.829Z | Downloaded macaddr v1.0.1 |
156 | 2024-11-07T01:20:17.832Z | Downloaded dirs-sys-next v0.1.2 |
157 | 2024-11-07T01:20:17.832Z | Downloaded darling_macro v0.20.10 |
158 | 2024-11-07T01:20:17.834Z | Downloaded scroll_derive v0.12.0 |
159 | 2024-11-07T01:20:17.835Z | Downloaded memmap v0.7.0 |
160 | 2024-11-07T01:20:17.835Z | Downloaded ipnetwork v0.20.0 |
161 | 2024-11-07T01:20:17.837Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-11-07T01:20:17.839Z | Downloaded deranged v0.3.11 |
163 | 2024-11-07T01:20:17.839Z | Downloaded cfg-if v1.0.0 |
164 | 2024-11-07T01:20:17.841Z | Downloaded toml_datetime v0.6.8 |
165 | 2024-11-07T01:20:17.841Z | Downloaded crypto-common v0.1.6 |
166 | 2024-11-07T01:20:17.844Z | Downloaded http-body-util v0.1.2 |
167 | 2024-11-07T01:20:17.844Z | Downloaded schemars_derive v0.8.21 |
168 | 2024-11-07T01:20:17.847Z | Downloaded futures-core v0.3.31 |
169 | 2024-11-07T01:20:17.849Z | Downloaded plain v0.2.3 |
170 | 2024-11-07T01:20:17.849Z | Downloaded openssl-probe v0.1.5 |
171 | 2024-11-07T01:20:17.851Z | Downloaded rustversion v1.0.17 |
172 | 2024-11-07T01:20:17.853Z | Downloaded hex v0.4.3 |
173 | 2024-11-07T01:20:17.855Z | Downloaded lock_api v0.4.12 |
174 | 2024-11-07T01:20:17.857Z | Downloaded serde_spanned v0.6.8 |
175 | 2024-11-07T01:20:17.858Z | Downloaded progenitor-macro v0.8.0 |
176 | 2024-11-07T01:20:17.860Z | Downloaded version_check v0.9.5 |
177 | 2024-11-07T01:20:17.860Z | Downloaded shlex v1.3.0 |
178 | 2024-11-07T01:20:17.863Z | Downloaded futures v0.3.31 |
179 | 2024-11-07T01:20:17.867Z | Downloaded native-tls v0.2.12 |
180 | 2024-11-07T01:20:17.869Z | Downloaded rustls-pemfile v2.2.0 |
181 | 2024-11-07T01:20:17.871Z | Downloaded pin-project-lite v0.2.14 |
182 | 2024-11-07T01:20:17.876Z | Downloaded quinn-udp v0.5.5 |
183 | 2024-11-07T01:20:17.878Z | Downloaded serde_derive v1.0.210 |
184 | 2024-11-07T01:20:17.881Z | Downloaded unicode-bidi v0.3.17 |
185 | 2024-11-07T01:20:17.884Z | Downloaded uuid v1.10.0 |
186 | 2024-11-07T01:20:17.886Z | Downloaded parking_lot v0.12.3 |
187 | 2024-11-07T01:20:17.888Z | Downloaded thiserror-impl v1.0.64 |
188 | 2024-11-07T01:20:17.891Z | Downloaded serde_yaml v0.9.34+deprecated |
189 | 2024-11-07T01:20:17.894Z | Downloaded rand v0.8.5 |
190 | 2024-11-07T01:20:17.898Z | Downloaded slog-term v2.9.1 |
191 | 2024-11-07T01:20:17.900Z | Downloaded tinyvec_macros v0.1.1 |
192 | 2024-11-07T01:20:17.902Z | Downloaded dropshot_endpoint v0.12.0 |
193 | 2024-11-07T01:20:17.905Z | Downloaded autocfg v1.4.0 |
194 | 2024-11-07T01:20:17.907Z | Downloaded bytes v1.7.2 |
195 | 2024-11-07T01:20:17.910Z | Downloaded strsim v0.11.1 |
196 | 2024-11-07T01:20:17.913Z | Downloaded foreign-types-shared v0.1.1 |
197 | 2024-11-07T01:20:17.913Z | Downloaded parse-display v0.10.0 |
198 | 2024-11-07T01:20:17.915Z | Downloaded strum v0.26.3 |
199 | 2024-11-07T01:20:17.915Z | Downloaded openssl-macros v0.1.1 |
200 | 2024-11-07T01:20:17.915Z | Downloaded equivalent v1.0.1 |
201 | 2024-11-07T01:20:17.918Z | Downloaded async-stream-impl v0.3.6 |
202 | 2024-11-07T01:20:17.918Z | Downloaded pest_derive v2.7.14 |
203 | 2024-11-07T01:20:17.920Z | Downloaded thiserror v1.0.64 |
204 | 2024-11-07T01:20:17.924Z | Downloaded ident_case v1.0.1 |
205 | 2024-11-07T01:20:17.927Z | Downloaded dtrace-parser v0.2.0 |
206 | 2024-11-07T01:20:17.927Z | Downloaded untrusted v0.9.0 |
207 | 2024-11-07T01:20:17.929Z | Downloaded typify-macro v0.2.0 |
208 | 2024-11-07T01:20:17.929Z | Downloaded http-body v1.0.1 |
209 | 2024-11-07T01:20:17.933Z | Downloaded hyper-util v0.1.9 |
210 | 2024-11-07T01:20:17.935Z | Downloaded smallvec v1.13.2 |
211 | 2024-11-07T01:20:17.938Z | Downloaded want v0.3.1 |
212 | 2024-11-07T01:20:17.940Z | Downloaded waitgroup v0.1.2 |
213 | 2024-11-07T01:20:17.940Z | Downloaded base64 v0.22.1 |
214 | 2024-11-07T01:20:17.946Z | Downloaded sync_wrapper v1.0.1 |
215 | 2024-11-07T01:20:17.949Z | Downloaded usdt-macro v0.5.0 |
216 | 2024-11-07T01:20:17.949Z | Downloaded unicode-ident v1.0.13 |
217 | 2024-11-07T01:20:17.952Z | Downloaded num_threads v0.1.7 |
218 | 2024-11-07T01:20:17.952Z | Downloaded typify v0.2.0 |
219 | 2024-11-07T01:20:17.955Z | Downloaded tokio-native-tls v0.3.1 |
220 | 2024-11-07T01:20:17.959Z | Downloaded match_cfg v0.1.0 |
221 | 2024-11-07T01:20:17.962Z | Downloaded time-core v0.1.2 |
222 | 2024-11-07T01:20:17.967Z | Downloaded ucd-trie v0.1.7 |
223 | 2024-11-07T01:20:17.971Z | Downloaded async-trait v0.1.83 |
224 | 2024-11-07T01:20:17.973Z | Downloaded is-terminal v0.4.13 |
225 | 2024-11-07T01:20:17.973Z | Downloaded futures-sink v0.3.31 |
226 | 2024-11-07T01:20:17.973Z | Downloaded futures-io v0.3.31 |
227 | 2024-11-07T01:20:17.975Z | Downloaded futures-executor v0.3.31 |
228 | 2024-11-07T01:20:17.975Z | Downloaded dyn-clone v1.0.17 |
229 | 2024-11-07T01:20:17.978Z | Downloaded debug-ignore v1.0.5 |
230 | 2024-11-07T01:20:17.980Z | Downloaded dirs-next v2.0.0 |
231 | 2024-11-07T01:20:17.980Z | Downloaded usdt-impl v0.5.0 |
232 | 2024-11-07T01:20:17.982Z | Downloaded form_urlencoded v1.2.1 |
233 | 2024-11-07T01:20:17.982Z | Downloaded byteorder v1.5.0 |
234 | 2024-11-07T01:20:17.986Z | Downloaded progenitor v0.8.0 |
235 | 2024-11-07T01:20:17.986Z | Downloaded powerfmt v0.2.0 |
236 | 2024-11-07T01:20:17.989Z | Downloaded usdt v0.5.0 |
237 | 2024-11-07T01:20:17.989Z | Downloaded pkg-config v0.3.31 |
238 | 2024-11-07T01:20:17.991Z | Downloaded ppv-lite86 v0.2.20 |
239 | 2024-11-07T01:20:17.991Z | Downloaded heck v0.5.0 |
240 | 2024-11-07T01:20:17.991Z | Downloaded futures-task v0.3.31 |
241 | 2024-11-07T01:20:17.993Z | Downloaded rand_core v0.6.4 |
242 | 2024-11-07T01:20:17.996Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-11-07T01:20:17.996Z | Downloaded paste v1.0.15 |
244 | 2024-11-07T01:20:17.998Z | Downloaded take_mut v0.2.2 |
245 | 2024-11-07T01:20:18.001Z | Downloaded percent-encoding v2.3.1 |
246 | 2024-11-07T01:20:18.001Z | Downloaded hostname v0.3.1 |
247 | 2024-11-07T01:20:18.004Z | Downloaded generic-array v0.14.7 |
248 | 2024-11-07T01:20:18.004Z | Downloaded parse-display-derive v0.10.0 |
249 | 2024-11-07T01:20:18.004Z | Downloaded zerocopy v0.7.35 |
250 | 2024-11-07T01:20:18.019Z | Downloaded thread_local v1.1.8 |
251 | 2024-11-07T01:20:18.022Z | Downloaded structmeta v0.3.0 |
252 | 2024-11-07T01:20:18.022Z | Downloaded scroll v0.12.0 |
253 | 2024-11-07T01:20:18.024Z | Downloaded scopeguard v1.2.0 |
254 | 2024-11-07T01:20:18.026Z | Downloaded newtype-uuid v1.1.2 |
255 | 2024-11-07T01:20:18.026Z | Downloaded mime v0.3.17 |
256 | 2024-11-07T01:20:18.029Z | Downloaded httpdate v1.0.3 |
257 | 2024-11-07T01:20:18.029Z | Downloaded hostname v0.4.0 |
258 | 2024-11-07T01:20:18.031Z | Downloaded slab v0.4.9 |
259 | 2024-11-07T01:20:18.031Z | Downloaded serde_urlencoded v0.7.1 |
260 | 2024-11-07T01:20:18.034Z | Downloaded tokio-macros v2.4.0 |
261 | 2024-11-07T01:20:18.034Z | Downloaded thread-id v4.2.2 |
262 | 2024-11-07T01:20:18.036Z | Downloaded bitflags v2.6.0 |
263 | 2024-11-07T01:20:18.038Z | Downloaded slog-bunyan v2.5.0 |
264 | 2024-11-07T01:20:18.041Z | Downloaded slog-async v2.8.0 |
265 | 2024-11-07T01:20:18.043Z | Downloaded sha1 v0.10.6 |
266 | 2024-11-07T01:20:18.044Z | Downloaded darling v0.20.10 |
267 | 2024-11-07T01:20:18.047Z | Downloaded structmeta-derive v0.3.0 |
268 | 2024-11-07T01:20:18.050Z | Downloaded iana-time-zone v0.1.61 |
269 | 2024-11-07T01:20:18.052Z | Downloaded hyper-rustls v0.27.3 |
270 | 2024-11-07T01:20:18.054Z | Downloaded subtle v2.6.1 |
271 | 2024-11-07T01:20:18.055Z | Downloaded tracing-core v0.1.32 |
272 | 2024-11-07T01:20:18.057Z | Downloaded spin v0.9.8 |
273 | 2024-11-07T01:20:18.060Z | Downloaded slog-json v2.6.1 |
274 | 2024-11-07T01:20:18.063Z | Downloaded allocator-api2 v0.2.18 |
275 | 2024-11-07T01:20:18.065Z | Downloaded semver v1.0.23 |
276 | 2024-11-07T01:20:18.067Z | Downloaded ahash v0.8.11 |
277 | 2024-11-07T01:20:18.070Z | Downloaded once_cell v1.20.2 |
278 | 2024-11-07T01:20:18.073Z | Downloaded tinyvec v1.8.0 |
279 | 2024-11-07T01:20:18.076Z | Downloaded signal-hook-registry v1.4.2 |
280 | 2024-11-07T01:20:18.076Z | Downloaded quote v1.0.37 |
281 | 2024-11-07T01:20:18.078Z | Downloaded sha2 v0.10.8 |
282 | 2024-11-07T01:20:18.080Z | Downloaded ryu v1.0.18 |
283 | 2024-11-07T01:20:18.083Z | Downloaded strum_macros v0.26.4 |
284 | 2024-11-07T01:20:18.085Z | Downloaded pin-utils v0.1.0 |
285 | 2024-11-07T01:20:18.087Z | Downloaded term v0.7.0 |
286 | 2024-11-07T01:20:18.090Z | Downloaded socket2 v0.5.7 |
287 | 2024-11-07T01:20:18.092Z | Downloaded tracing v0.1.40 |
288 | 2024-11-07T01:20:18.095Z | Downloaded rustls-pki-types v1.9.0 |
289 | 2024-11-07T01:20:18.098Z | Downloaded slog v2.7.0 |
290 | 2024-11-07T01:20:18.101Z | Downloaded proc-macro2 v1.0.87 |
291 | 2024-11-07T01:20:18.103Z | Downloaded progenitor-impl v0.8.0 |
292 | 2024-11-07T01:20:18.106Z | Downloaded camino v1.1.9 |
293 | 2024-11-07T01:20:18.108Z | Downloaded time-macros v0.2.18 |
294 | 2024-11-07T01:20:18.111Z | Downloaded tokio-rustls v0.26.0 |
295 | 2024-11-07T01:20:18.113Z | Downloaded toml v0.8.19 |
296 | 2024-11-07T01:20:18.115Z | Downloaded schemars v0.8.21 |
297 | 2024-11-07T01:20:18.126Z | Downloaded log v0.4.22 |
298 | 2024-11-07T01:20:18.128Z | Downloaded openssl-sys v0.9.103 |
299 | 2024-11-07T01:20:18.133Z | Downloaded num-traits v0.2.19 |
300 | 2024-11-07T01:20:18.136Z | Downloaded toml_edit v0.22.22 |
301 | 2024-11-07T01:20:18.159Z | Downloaded serde v1.0.210 |
302 | 2024-11-07T01:20:18.163Z | Downloaded quinn v0.11.5 |
303 | 2024-11-07T01:20:18.166Z | Downloaded darling_core v0.20.10 |
304 | 2024-11-07T01:20:18.172Z | Downloaded hyper v1.4.1 |
305 | 2024-11-07T01:20:18.178Z | Downloaded unicode-normalization v0.1.24 |
306 | 2024-11-07T01:20:18.182Z | Downloaded cc v1.1.30 |
307 | 2024-11-07T01:20:18.185Z | Downloaded memchr v2.7.4 |
308 | 2024-11-07T01:20:18.190Z | Downloaded crossbeam-channel v0.5.13 |
309 | 2024-11-07T01:20:18.195Z | Downloaded indexmap v2.6.0 |
310 | 2024-11-07T01:20:18.199Z | Downloaded hashbrown v0.14.5 |
311 | 2024-11-07T01:20:18.205Z | Downloaded regex v1.11.0 |
312 | 2024-11-07T01:20:18.220Z | Downloaded mio v1.0.2 |
313 | 2024-11-07T01:20:18.225Z | Downloaded pest v2.7.14 |
314 | 2024-11-07T01:20:18.231Z | Downloaded serde_json v1.0.128 |
315 | 2024-11-07T01:20:18.238Z | Downloaded winnow v0.6.20 |
316 | 2024-11-07T01:20:18.247Z | Downloaded tokio-util v0.7.12 |
317 | 2024-11-07T01:20:18.255Z | Downloaded time v0.3.36 |
318 | 2024-11-07T01:20:18.262Z | Downloaded h2 v0.4.6 |
319 | 2024-11-07T01:20:18.269Z | Downloaded reqwest v0.12.8 |
320 | 2024-11-07T01:20:18.277Z | Downloaded quinn-proto v0.11.8 |
321 | 2024-11-07T01:20:18.284Z | Downloaded rustls-webpki v0.102.8 |
322 | 2024-11-07T01:20:18.304Z | Downloaded vcpkg v0.2.15 |
323 | 2024-11-07T01:20:18.342Z | Downloaded regress v0.9.1 |
324 | 2024-11-07T01:20:18.349Z | Downloaded webpki-roots v0.26.6 |
325 | 2024-11-07T01:20:18.353Z | Downloaded openssl v0.10.66 |
326 | 2024-11-07T01:20:18.363Z | Downloaded idna v0.5.0 |
327 | 2024-11-07T01:20:18.370Z | Downloaded chrono v0.4.38 |
328 | 2024-11-07T01:20:18.378Z | Downloaded typify-impl v0.2.0 |
329 | 2024-11-07T01:20:18.393Z | Downloaded syn v2.0.79 |
330 | 2024-11-07T01:20:18.404Z | Downloaded rustls v0.23.14 |
331 | 2024-11-07T01:20:18.415Z | Downloaded rustls v0.22.4 |
332 | 2024-11-07T01:20:18.427Z | Downloaded dropshot v0.12.0 |
333 | 2024-11-07T01:20:18.448Z | Downloaded regress v0.10.1 |
334 | 2024-11-07T01:20:18.456Z | Downloaded regex-syntax v0.8.5 |
335 | 2024-11-07T01:20:18.464Z | Downloaded openapiv3 v2.0.0 |
336 | 2024-11-07T01:20:18.475Z | Downloaded hashbrown v0.15.0 |
337 | 2024-11-07T01:20:18.480Z | Downloaded aho-corasick v1.1.3 |
338 | 2024-11-07T01:20:18.485Z | Downloaded goblin v0.8.2 |
339 | 2024-11-07T01:20:18.491Z | Downloaded hashbrown v0.12.3 |
340 | 2024-11-07T01:20:18.495Z | Downloaded futures-util v0.3.31 |
341 | 2024-11-07T01:20:18.506Z | Downloaded indexmap v1.9.3 |
342 | 2024-11-07T01:20:18.510Z | Downloaded url v2.5.2 |
343 | 2024-11-07T01:20:18.513Z | Downloaded pest_meta v2.7.14 |
344 | 2024-11-07T01:20:18.515Z | Downloaded tokio-rustls v0.25.0 |
345 | 2024-11-07T01:20:18.518Z | Downloaded serde_with_macros v3.11.0 |
346 | 2024-11-07T01:20:18.520Z | Downloaded serde_with v3.11.0 |
347 | 2024-11-07T01:20:18.527Z | Downloaded serde_derive_internals v0.29.1 |
348 | 2024-11-07T01:20:18.530Z | Downloaded regex-automata v0.4.8 |
349 | 2024-11-07T01:20:18.546Z | Downloaded ipnet v2.10.1 |
350 | 2024-11-07T01:20:18.548Z | Downloaded multer v3.1.0 |
351 | 2024-11-07T01:20:18.551Z | Downloaded hyper-tls v0.6.0 |
352 | 2024-11-07T01:20:18.553Z | Downloaded crossbeam-utils v0.8.20 |
353 | 2024-11-07T01:20:18.555Z | Downloaded httparse v1.9.5 |
354 | 2024-11-07T01:20:18.558Z | Downloaded futures-channel v0.3.31 |
355 | 2024-11-07T01:20:18.558Z | Downloaded serde_path_to_error v0.1.16 |
356 | 2024-11-07T01:20:18.560Z | Downloaded rustc-hash v2.0.0 |
357 | 2024-11-07T01:20:18.560Z | Downloaded pest_generator v2.7.14 |
358 | 2024-11-07T01:20:18.563Z | Downloaded parking_lot_core v0.9.10 |
359 | 2024-11-07T01:20:18.565Z | Downloaded zerocopy-derive v0.7.35 |
360 | 2024-11-07T01:20:18.568Z | Downloaded anyhow v1.0.92 |
361 | 2024-11-07T01:20:18.572Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-11-07T01:20:18.575Z | Downloaded getrandom v0.2.15 |
363 | 2024-11-07T01:20:18.577Z | Downloaded fnv v1.0.7 |
364 | 2024-11-07T01:20:18.577Z | Downloaded libc v0.2.161 |
365 | 2024-11-07T01:20:18.604Z | Downloaded tokio v1.40.0 |
366 | 2024-11-07T01:20:18.640Z | Downloaded dof v0.3.0 |
367 | 2024-11-07T01:20:18.643Z | Downloaded typenum v1.17.0 |
368 | 2024-11-07T01:20:18.645Z | Downloaded digest v0.10.7 |
369 | 2024-11-07T01:20:18.645Z | Downloaded zeroize v1.8.1 |
370 | 2024-11-07T01:20:18.647Z | Downloaded http v1.1.0 |
371 | 2024-11-07T01:20:18.651Z | Downloaded backoff v0.4.0 |
372 | 2024-11-07T01:20:18.681Z | Downloaded encoding_rs v0.8.34 |
373 | 2024-11-07T01:20:18.850Z | Downloaded ring v0.17.8 |
374 | 2024-11-07T01:20:19.392Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-07T01:20:19.392Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-07T01:20:19.398Z | Compiling libc v0.2.161 |
377 | 2024-11-07T01:20:19.398Z | Checking cfg-if v1.0.0 |
378 | 2024-11-07T01:20:19.398Z | Compiling autocfg v1.4.0 |
379 | 2024-11-07T01:20:19.398Z | Compiling serde v1.0.210 |
380 | 2024-11-07T01:20:19.398Z | Compiling version_check v0.9.5 |
381 | 2024-11-07T01:20:19.398Z | Checking memchr v2.7.4 |
382 | 2024-11-07T01:20:19.398Z | Compiling serde_json v1.0.128 |
383 | 2024-11-07T01:20:19.398Z | Checking itoa v1.0.11 |
384 | 2024-11-07T01:20:19.829Z | Compiling thiserror v1.0.64 |
385 | 2024-11-07T01:20:19.832Z | Checking once_cell v1.20.2 |
386 | 2024-11-07T01:20:19.873Z | Compiling shlex v1.3.0 |
387 | 2024-11-07T01:20:20.145Z | Compiling cc v1.1.30 |
388 | 2024-11-07T01:20:20.230Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-07T01:20:20.365Z | Compiling num-traits v0.2.19 |
390 | 2024-11-07T01:20:20.517Z | Checking bytes v1.7.2 |
391 | 2024-11-07T01:20:20.656Z | Checking ryu v1.0.18 |
392 | 2024-11-07T01:20:20.675Z | Checking getrandom v0.2.15 |
393 | 2024-11-07T01:20:20.882Z | Compiling quote v1.0.37 |
394 | 2024-11-07T01:20:20.900Z | Checking futures-core v0.3.31 |
395 | 2024-11-07T01:20:20.917Z | Compiling lock_api v0.4.12 |
396 | 2024-11-07T01:20:20.946Z | Compiling byteorder v1.5.0 |
397 | 2024-11-07T01:20:21.087Z | Compiling parking_lot_core v0.9.10 |
398 | 2024-11-07T01:20:21.271Z | Compiling syn v2.0.79 |
399 | 2024-11-07T01:20:21.322Z | Compiling ahash v0.8.11 |
400 | 2024-11-07T01:20:21.425Z | Checking scopeguard v1.2.0 |
401 | 2024-11-07T01:20:21.438Z | Compiling schemars v0.8.21 |
402 | 2024-11-07T01:20:21.521Z | Checking smallvec v1.13.2 |
403 | 2024-11-07T01:20:21.557Z | Compiling slab v0.4.9 |
404 | 2024-11-07T01:20:21.766Z | Checking log v0.4.22 |
405 | 2024-11-07T01:20:21.844Z | Checking futures-sink v0.3.31 |
406 | 2024-11-07T01:20:21.866Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-11-07T01:20:21.988Z | Checking socket2 v0.5.7 |
408 | 2024-11-07T01:20:22.007Z | Checking mio v1.0.2 |
409 | 2024-11-07T01:20:22.027Z | Checking fnv v1.0.7 |
410 | 2024-11-07T01:20:22.119Z | Checking hashbrown v0.15.0 |
411 | 2024-11-07T01:20:22.192Z | Checking equivalent v1.0.1 |
412 | 2024-11-07T01:20:22.239Z | Checking parking_lot v0.12.3 |
413 | 2024-11-07T01:20:22.298Z | Checking http v1.1.0 |
414 | 2024-11-07T01:20:22.371Z | Checking futures-channel v0.3.31 |
415 | 2024-11-07T01:20:22.545Z | Checking futures-io v0.3.31 |
416 | 2024-11-07T01:20:22.635Z | Checking futures-task v0.3.31 |
417 | 2024-11-07T01:20:22.696Z | Checking pin-utils v0.1.0 |
418 | 2024-11-07T01:20:22.749Z | Compiling pkg-config v0.3.31 |
419 | 2024-11-07T01:20:22.767Z | Checking rustls-pki-types v1.9.0 |
420 | 2024-11-07T01:20:22.794Z | Checking spin v0.9.8 |
421 | 2024-11-07T01:20:22.878Z | Compiling semver v1.0.23 |
422 | 2024-11-07T01:20:22.934Z | Compiling ring v0.17.8 |
423 | 2024-11-07T01:20:23.015Z | Compiling vcpkg v0.2.15 |
424 | 2024-11-07T01:20:23.278Z | Compiling heck v0.5.0 |
425 | 2024-11-07T01:20:23.529Z | Checking iana-time-zone v0.1.61 |
426 | 2024-11-07T01:20:23.682Z | Compiling ucd-trie v0.1.7 |
427 | 2024-11-07T01:20:23.729Z | Compiling httparse v1.9.5 |
428 | 2024-11-07T01:20:23.835Z | Checking untrusted v0.9.0 |
429 | 2024-11-07T01:20:23.985Z | Checking tracing-core v0.1.32 |
430 | 2024-11-07T01:20:24.173Z | Compiling allocator-api2 v0.2.18 |
431 | 2024-11-07T01:20:24.485Z | Checking atomic-waker v1.1.2 |
432 | 2024-11-07T01:20:24.587Z | Compiling openssl-sys v0.9.103 |
433 | 2024-11-07T01:20:24.619Z | Checking dyn-clone v1.0.17 |
434 | 2024-11-07T01:20:24.767Z | Checking tracing v0.1.40 |
435 | 2024-11-07T01:20:24.941Z | Checking http-body v1.0.1 |
436 | 2024-11-07T01:20:25.089Z | Checking zeroize v1.8.1 |
437 | 2024-11-07T01:20:25.145Z | Checking subtle v2.6.1 |
438 | 2024-11-07T01:20:25.334Z | Checking try-lock v0.2.5 |
439 | 2024-11-07T01:20:25.460Z | Compiling uuid v1.10.0 |
440 | 2024-11-07T01:20:25.513Z | Checking want v0.3.1 |
441 | 2024-11-07T01:20:25.599Z | Compiling chrono v0.4.38 |
442 | 2024-11-07T01:20:25.674Z | Compiling slog v2.7.0 |
443 | 2024-11-07T01:20:25.702Z | Checking foreign-types-shared v0.1.1 |
444 | 2024-11-07T01:20:25.803Z | Checking httpdate v1.0.3 |
445 | 2024-11-07T01:20:25.823Z | Compiling openssl v0.10.66 |
446 | 2024-11-07T01:20:26.030Z | Checking foreign-types v0.3.2 |
447 | 2024-11-07T01:20:26.109Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-07T01:20:26.262Z | Checking percent-encoding v2.3.1 |
449 | 2024-11-07T01:20:26.470Z | Compiling typenum v1.17.0 |
450 | 2024-11-07T01:20:26.848Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-11-07T01:20:26.937Z | Compiling regex-syntax v0.8.5 |
452 | 2024-11-07T01:20:27.342Z | Checking tower-service v0.3.3 |
453 | 2024-11-07T01:20:27.375Z | Checking bitflags v2.6.0 |
454 | 2024-11-07T01:20:27.449Z | Compiling native-tls v0.2.12 |
455 | 2024-11-07T01:20:27.586Z | Compiling rustls v0.23.14 |
456 | 2024-11-07T01:20:27.692Z | Checking tinyvec v1.8.0 |
457 | 2024-11-07T01:20:27.859Z | Checking form_urlencoded v1.2.1 |
458 | 2024-11-07T01:20:28.048Z | Compiling generic-array v0.14.7 |
459 | 2024-11-07T01:20:28.384Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-11-07T01:20:28.402Z | Checking openssl-probe v0.1.5 |
461 | 2024-11-07T01:20:28.903Z | Checking rustls-webpki v0.102.8 |
462 | 2024-11-07T01:20:28.955Z | Checking unicode-normalization v0.1.24 |
463 | 2024-11-07T01:20:30.440Z | Compiling usdt-impl v0.5.0 |
464 | 2024-11-07T01:20:30.842Z | Compiling regex-automata v0.4.8 |
465 | 2024-11-07T01:20:31.141Z | Checking encoding_rs v0.8.34 |
466 | 2024-11-07T01:20:31.157Z | Compiling num-conv v0.1.0 |
467 | 2024-11-07T01:20:31.196Z | Checking unicode-bidi v0.3.17 |
468 | 2024-11-07T01:20:31.455Z | Compiling time-core v0.1.2 |
469 | 2024-11-07T01:20:31.563Z | Checking powerfmt v0.2.0 |
470 | 2024-11-07T01:20:31.622Z | Checking mime v0.3.17 |
471 | 2024-11-07T01:20:31.833Z | Checking idna v0.5.0 |
472 | 2024-11-07T01:20:31.966Z | Checking deranged v0.3.11 |
473 | 2024-11-07T01:20:32.589Z | Compiling time-macros v0.2.18 |
474 | 2024-11-07T01:20:33.163Z | Compiling serde_derive v1.0.210 |
475 | 2024-11-07T01:20:33.445Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-11-07T01:20:33.769Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-11-07T01:20:33.855Z | Compiling schemars_derive v0.8.21 |
478 | 2024-11-07T01:20:34.667Z | Compiling tokio-macros v2.4.0 |
479 | 2024-11-07T01:20:35.104Z | Compiling futures-macro v0.3.31 |
480 | 2024-11-07T01:20:35.387Z | Compiling zerocopy v0.7.35 |
481 | 2024-11-07T01:20:36.137Z | Checking tokio v1.40.0 |
482 | 2024-11-07T01:20:36.598Z | Compiling pest v2.7.14 |
483 | 2024-11-07T01:20:36.811Z | Compiling openssl-macros v0.1.1 |
484 | 2024-11-07T01:20:36.940Z | Checking futures-util v0.3.31 |
485 | 2024-11-07T01:20:37.297Z | Checking hashbrown v0.14.5 |
486 | 2024-11-07T01:20:38.299Z | Compiling regex v1.11.0 |
487 | 2024-11-07T01:20:38.508Z | Compiling scroll_derive v0.12.0 |
488 | 2024-11-07T01:20:38.799Z | Compiling regress v0.10.1 |
489 | 2024-11-07T01:20:39.307Z | Compiling pest_meta v2.7.14 |
490 | 2024-11-07T01:20:39.847Z | Checking scroll v0.12.0 |
491 | 2024-11-07T01:20:42.182Z | Compiling pest_generator v2.7.14 |
492 | 2024-11-07T01:20:43.106Z | Checking http-body-util v0.1.2 |
493 | 2024-11-07T01:20:43.265Z | Compiling thread-id v4.2.2 |
494 | 2024-11-07T01:20:43.396Z | Checking rustls-pemfile v2.2.0 |
495 | 2024-11-07T01:20:43.416Z | Checking tokio-util v0.7.12 |
496 | 2024-11-07T01:20:43.511Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-11-07T01:20:43.531Z | Checking tokio-rustls v0.26.0 |
498 | 2024-11-07T01:20:43.608Z | Checking webpki-roots v0.26.6 |
499 | 2024-11-07T01:20:43.760Z | Compiling ident_case v1.0.1 |
500 | 2024-11-07T01:20:43.823Z | Compiling pest_derive v2.7.14 |
501 | 2024-11-07T01:20:43.826Z | Checking num_threads v0.1.7 |
502 | 2024-11-07T01:20:43.913Z | Checking plain v0.2.3 |
503 | 2024-11-07T01:20:43.933Z | Compiling crossbeam-utils v0.8.20 |
504 | 2024-11-07T01:20:43.952Z | Checking base64 v0.22.1 |
505 | 2024-11-07T01:20:44.394Z | Compiling strsim v0.11.1 |
506 | 2024-11-07T01:20:44.689Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-11-07T01:20:44.695Z | Compiling darling_core v0.20.10 |
508 | 2024-11-07T01:20:44.954Z | Checking time v0.3.36 |
509 | 2024-11-07T01:20:46.321Z | Checking indexmap v2.6.0 |
510 | 2024-11-07T01:20:46.639Z | Compiling serde_tokenstream v0.2.2 |
511 | 2024-11-07T01:20:47.612Z | Checking h2 v0.4.6 |
512 | 2024-11-07T01:20:47.685Z | Checking serde_urlencoded v0.7.1 |
513 | 2024-11-07T01:20:47.746Z | Checking openapiv3 v2.0.0 |
514 | 2024-11-07T01:20:48.515Z | Compiling dof v0.3.0 |
515 | 2024-11-07T01:20:48.736Z | Checking goblin v0.8.2 |
516 | 2024-11-07T01:20:50.413Z | Compiling typify-impl v0.2.0 |
517 | 2024-11-07T01:20:50.772Z | Checking url v2.5.2 |
518 | 2024-11-07T01:20:51.245Z | Checking sync_wrapper v1.0.1 |
519 | 2024-11-07T01:20:51.274Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-11-07T01:20:51.425Z | Compiling paste v1.0.15 |
521 | 2024-11-07T01:20:51.574Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-11-07T01:20:51.784Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-11-07T01:20:51.828Z | Checking hyper v1.4.1 |
524 | 2024-11-07T01:20:51.914Z | Compiling rustversion v1.0.17 |
525 | 2024-11-07T01:20:52.113Z | Compiling rustls v0.22.4 |
526 | 2024-11-07T01:20:52.436Z | Checking ipnet v2.10.1 |
527 | 2024-11-07T01:20:52.565Z | Checking pretty-hex v0.4.1 |
528 | 2024-11-07T01:20:52.894Z | Checking dirs-next v2.0.0 |
529 | 2024-11-07T01:20:52.914Z | Compiling darling_macro v0.20.10 |
530 | 2024-11-07T01:20:53.014Z | Compiling serde_yaml v0.9.34+deprecated |
531 | 2024-11-07T01:20:53.398Z | Checking toml_datetime v0.6.8 |
532 | 2024-11-07T01:20:53.509Z | Checking serde_spanned v0.6.8 |
533 | 2024-11-07T01:20:53.620Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-11-07T01:20:53.664Z | Checking block-buffer v0.10.4 |
535 | 2024-11-07T01:20:53.698Z | Checking crypto-common v0.1.6 |
536 | 2024-11-07T01:20:53.835Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-11-07T01:20:53.854Z | Checking rand_core v0.6.4 |
538 | 2024-11-07T01:20:53.902Z | Checking hyper-util v0.1.9 |
539 | 2024-11-07T01:20:53.983Z | Checking thread_local v1.1.8 |
540 | 2024-11-07T01:20:54.145Z | Compiling multer v3.1.0 |
541 | 2024-11-07T01:20:54.275Z | Compiling newtype-uuid v1.1.2 |
542 | 2024-11-07T01:20:54.392Z | Checking match_cfg v0.1.0 |
543 | 2024-11-07T01:20:54.410Z | Checking winnow v0.6.20 |
544 | 2024-11-07T01:20:54.484Z | Compiling camino v1.1.9 |
545 | 2024-11-07T01:20:54.486Z | Compiling slog-async v2.8.0 |
546 | 2024-11-07T01:20:54.605Z | Compiling anyhow v1.0.92 |
547 | 2024-11-07T01:20:55.146Z | Checking hostname v0.3.1 |
548 | 2024-11-07T01:20:55.184Z | Checking rand_chacha v0.3.1 |
549 | 2024-11-07T01:20:55.549Z | Checking digest v0.10.7 |
550 | 2024-11-07T01:20:55.569Z | Compiling darling v0.20.10 |
551 | 2024-11-07T01:20:55.630Z | Checking hyper-tls v0.6.0 |
552 | 2024-11-07T01:20:55.685Z | Checking hyper-rustls v0.27.3 |
553 | 2024-11-07T01:20:55.808Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-11-07T01:20:55.876Z | Checking term v0.7.0 |
555 | 2024-11-07T01:20:56.012Z | Checking reqwest v0.12.8 |
556 | 2024-11-07T01:20:56.345Z | Compiling structmeta v0.3.0 |
557 | 2024-11-07T01:20:56.559Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-11-07T01:20:56.725Z | Compiling usdt-macro v0.5.0 |
559 | 2024-11-07T01:20:56.927Z | Checking slog-json v2.6.1 |
560 | 2024-11-07T01:20:57.191Z | Checking futures-executor v0.3.31 |
561 | 2024-11-07T01:20:57.416Z | Compiling async-stream-impl v0.3.6 |
562 | 2024-11-07T01:20:57.435Z | Checking toml_edit v0.22.22 |
563 | 2024-11-07T01:20:57.522Z | Checking progenitor-client v0.8.0 |
564 | 2024-11-07T01:20:57.740Z | Checking is-terminal v0.4.13 |
565 | 2024-11-07T01:20:57.829Z | Checking memmap v0.7.0 |
566 | 2024-11-07T01:20:57.857Z | Compiling dropshot v0.12.0 |
567 | 2024-11-07T01:20:57.912Z | Checking take_mut v0.2.2 |
568 | 2024-11-07T01:20:57.948Z | Checking cpufeatures v0.2.14 |
569 | 2024-11-07T01:20:58.032Z | Checking usdt v0.5.0 |
570 | 2024-11-07T01:20:58.051Z | Checking sha1 v0.10.6 |
571 | 2024-11-07T01:20:58.265Z | Checking slog-term v2.9.1 |
572 | 2024-11-07T01:20:58.282Z | Compiling strum_macros v0.26.4 |
573 | 2024-11-07T01:20:58.337Z | Checking futures v0.3.31 |
574 | 2024-11-07T01:20:58.356Z | Checking slog-bunyan v2.5.0 |
575 | 2024-11-07T01:20:58.441Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-07T01:20:58.525Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-11-07T01:20:58.621Z | Checking async-stream v0.3.6 |
578 | 2024-11-07T01:20:58.807Z | Checking rand v0.8.5 |
579 | 2024-11-07T01:20:59.990Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-07T01:21:00.151Z | Checking toml v0.8.19 |
581 | 2024-11-07T01:21:00.270Z | Checking ipnetwork v0.20.0 |
582 | 2024-11-07T01:21:00.314Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-11-07T01:21:00.347Z | Checking serde_path_to_error v0.1.16 |
584 | 2024-11-07T01:21:00.626Z | Checking hex v0.4.3 |
585 | 2024-11-07T01:21:00.923Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-11-07T01:21:00.947Z | Compiling async-trait v0.1.83 |
587 | 2024-11-07T01:21:01.006Z | Checking waitgroup v0.1.2 |
588 | 2024-11-07T01:21:01.142Z | Checking hostname v0.4.0 |
589 | 2024-11-07T01:21:01.174Z | Checking instant v0.1.13 |
590 | 2024-11-07T01:21:01.281Z | Checking debug-ignore v1.0.5 |
591 | 2024-11-07T01:21:01.299Z | Checking backoff v0.4.0 |
592 | 2024-11-07T01:21:01.413Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
593 | 2024-11-07T01:21:01.556Z | Checking serde_with v3.11.0 |
594 | 2024-11-07T01:21:01.603Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-11-07T01:21:01.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-11-07T01:21:01.838Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
597 | 2024-11-07T01:21:01.961Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-11-07T01:21:02.140Z | Checking parse-display v0.10.0 |
599 | 2024-11-07T01:21:02.189Z | Checking macaddr v1.0.1 |
600 | 2024-11-07T01:21:02.362Z | Checking regress v0.9.1 |
601 | 2024-11-07T01:21:02.536Z | Checking strum v0.26.3 |
602 | 2024-11-07T01:21:02.831Z | Compiling typify-macro v0.2.0 |
603 | 2024-11-07T01:21:04.894Z | Compiling typify v0.2.0 |
604 | 2024-11-07T01:21:04.973Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-07T01:21:07.481Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-07T01:21:12.366Z | Checking progenitor v0.8.0 |
607 | 2024-11-07T01:21:12.480Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-07T01:21:15.276Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-07T01:21:22.500Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-07T01:21:22.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
611 | 2024-11-07T01:21:22.874Z | + cargo build --release |
612 | 2024-11-07T01:21:23.111Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-07T01:21:23.111Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-07T01:21:23.111Z | Compiling libc v0.2.161 |
615 | 2024-11-07T01:21:23.114Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-07T01:21:23.114Z | Compiling autocfg v1.4.0 |
617 | 2024-11-07T01:21:23.114Z | Compiling version_check v0.9.5 |
618 | 2024-11-07T01:21:23.114Z | Compiling serde v1.0.210 |
619 | 2024-11-07T01:21:23.114Z | Compiling memchr v2.7.4 |
620 | 2024-11-07T01:21:23.214Z | Compiling serde_json v1.0.128 |
621 | 2024-11-07T01:21:23.316Z | Compiling itoa v1.0.11 |
622 | 2024-11-07T01:21:23.565Z | Compiling thiserror v1.0.64 |
623 | 2024-11-07T01:21:23.687Z | Compiling once_cell v1.20.2 |
624 | 2024-11-07T01:21:23.738Z | Compiling shlex v1.3.0 |
625 | 2024-11-07T01:21:24.066Z | Compiling cc v1.1.30 |
626 | 2024-11-07T01:21:24.114Z | Compiling num-traits v0.2.19 |
627 | 2024-11-07T01:21:24.373Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-07T01:21:24.479Z | Compiling getrandom v0.2.15 |
629 | 2024-11-07T01:21:24.481Z | Compiling ryu v1.0.18 |
630 | 2024-11-07T01:21:24.576Z | Compiling bytes v1.7.2 |
631 | 2024-11-07T01:21:24.783Z | Compiling quote v1.0.37 |
632 | 2024-11-07T01:21:24.902Z | Compiling futures-core v0.3.31 |
633 | 2024-11-07T01:21:25.038Z | Compiling lock_api v0.4.12 |
634 | 2024-11-07T01:21:25.075Z | Compiling ahash v0.8.11 |
635 | 2024-11-07T01:21:25.134Z | Compiling syn v2.0.79 |
636 | 2024-11-07T01:21:25.383Z | Compiling byteorder v1.5.0 |
637 | 2024-11-07T01:21:25.402Z | Compiling schemars v0.8.21 |
638 | 2024-11-07T01:21:25.455Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-11-07T01:21:25.790Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-07T01:21:25.826Z | Compiling smallvec v1.13.2 |
641 | 2024-11-07T01:21:25.844Z | Compiling slab v0.4.9 |
642 | 2024-11-07T01:21:25.929Z | Compiling log v0.4.22 |
643 | 2024-11-07T01:21:26.195Z | Compiling futures-sink v0.3.31 |
644 | 2024-11-07T01:21:26.338Z | Compiling mio v1.0.2 |
645 | 2024-11-07T01:21:26.346Z | Compiling socket2 v0.5.7 |
646 | 2024-11-07T01:21:26.373Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-11-07T01:21:26.393Z | Compiling fnv v1.0.7 |
648 | 2024-11-07T01:21:26.512Z | Compiling hashbrown v0.15.0 |
649 | 2024-11-07T01:21:26.722Z | Compiling parking_lot v0.12.3 |
650 | 2024-11-07T01:21:26.837Z | Compiling ring v0.17.8 |
651 | 2024-11-07T01:21:27.093Z | Compiling equivalent v1.0.1 |
652 | 2024-11-07T01:21:27.194Z | Compiling http v1.1.0 |
653 | 2024-11-07T01:21:27.873Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-07T01:21:27.946Z | Compiling futures-task v0.3.31 |
655 | 2024-11-07T01:21:27.989Z | Compiling futures-io v0.3.31 |
656 | 2024-11-07T01:21:28.000Z | Compiling pin-utils v0.1.0 |
657 | 2024-11-07T01:21:28.076Z | Compiling semver v1.0.23 |
658 | 2024-11-07T01:21:28.309Z | Compiling vcpkg v0.2.15 |
659 | 2024-11-07T01:21:28.318Z | Compiling pkg-config v0.3.31 |
660 | 2024-11-07T01:21:28.434Z | Compiling spin v0.9.8 |
661 | 2024-11-07T01:21:28.557Z | Compiling heck v0.5.0 |
662 | 2024-11-07T01:21:28.679Z | Compiling rustls-pki-types v1.9.0 |
663 | 2024-11-07T01:21:29.429Z | Compiling ucd-trie v0.1.7 |
664 | 2024-11-07T01:21:29.505Z | Compiling untrusted v0.9.0 |
665 | 2024-11-07T01:21:29.681Z | Compiling httparse v1.9.5 |
666 | 2024-11-07T01:21:29.792Z | Compiling openssl-sys v0.9.103 |
667 | 2024-11-07T01:21:29.861Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-11-07T01:21:30.522Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-07T01:21:30.877Z | Compiling allocator-api2 v0.2.18 |
670 | 2024-11-07T01:21:30.898Z | Compiling atomic-waker v1.1.2 |
671 | 2024-11-07T01:21:30.996Z | Compiling dyn-clone v1.0.17 |
672 | 2024-11-07T01:21:31.246Z | Compiling tracing v0.1.40 |
673 | 2024-11-07T01:21:31.864Z | Compiling http-body v1.0.1 |
674 | 2024-11-07T01:21:32.091Z | Compiling serde_derive_internals v0.29.1 |
675 | 2024-11-07T01:21:32.147Z | Compiling subtle v2.6.1 |
676 | 2024-11-07T01:21:32.323Z | Compiling chrono v0.4.38 |
677 | 2024-11-07T01:21:32.523Z | Compiling zeroize v1.8.1 |
678 | 2024-11-07T01:21:32.647Z | Compiling try-lock v0.2.5 |
679 | 2024-11-07T01:21:32.795Z | Compiling uuid v1.10.0 |
680 | 2024-11-07T01:21:32.808Z | Compiling want v0.3.1 |
681 | 2024-11-07T01:21:33.126Z | Compiling httpdate v1.0.3 |
682 | 2024-11-07T01:21:33.359Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-07T01:21:33.551Z | Compiling slog v2.7.0 |
684 | 2024-11-07T01:21:33.840Z | Compiling openssl v0.10.66 |
685 | 2024-11-07T01:21:34.221Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-07T01:21:34.301Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-07T01:21:34.747Z | Compiling bitflags v2.6.0 |
688 | 2024-11-07T01:21:35.086Z | Compiling typenum v1.17.0 |
689 | 2024-11-07T01:21:35.188Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-11-07T01:21:35.274Z | Compiling rustls v0.23.14 |
691 | 2024-11-07T01:21:35.612Z | Compiling native-tls v0.2.12 |
692 | 2024-11-07T01:21:35.719Z | Compiling percent-encoding v2.3.1 |
693 | 2024-11-07T01:21:35.973Z | Compiling tower-service v0.3.3 |
694 | 2024-11-07T01:21:36.006Z | Compiling regex-syntax v0.8.5 |
695 | 2024-11-07T01:21:36.156Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-11-07T01:21:36.164Z | Compiling tinyvec v1.8.0 |
697 | 2024-11-07T01:21:36.711Z | Compiling generic-array v0.14.7 |
698 | 2024-11-07T01:21:36.877Z | Compiling serde_derive v1.0.210 |
699 | 2024-11-07T01:21:37.031Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-11-07T01:21:41.173Z | Compiling thiserror-impl v1.0.64 |
701 | 2024-11-07T01:21:41.219Z | Compiling schemars_derive v0.8.21 |
702 | 2024-11-07T01:21:41.219Z | Compiling tokio-macros v2.4.0 |
703 | 2024-11-07T01:21:41.219Z | Compiling futures-macro v0.3.31 |
704 | 2024-11-07T01:21:41.219Z | Compiling zerocopy v0.7.35 |
705 | 2024-11-07T01:21:41.219Z | Compiling tokio v1.40.0 |
706 | 2024-11-07T01:21:41.219Z | Compiling futures-util v0.3.31 |
707 | 2024-11-07T01:21:41.219Z | Compiling pest v2.7.14 |
708 | 2024-11-07T01:21:41.219Z | Compiling hashbrown v0.14.5 |
709 | 2024-11-07T01:21:42.097Z | Compiling openssl-macros v0.1.1 |
710 | 2024-11-07T01:21:42.497Z | Compiling regress v0.10.1 |
711 | 2024-11-07T01:21:43.534Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-07T01:21:47.297Z | Compiling pest_meta v2.7.14 |
713 | 2024-11-07T01:21:48.580Z | Compiling pest_generator v2.7.14 |
714 | 2024-11-07T01:21:49.840Z | Compiling tokio-util v0.7.12 |
715 | 2024-11-07T01:21:50.213Z | Compiling regex-automata v0.4.8 |
716 | 2024-11-07T01:21:51.061Z | Compiling indexmap v2.6.0 |
717 | 2024-11-07T01:21:54.188Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-07T01:21:56.939Z | Compiling h2 v0.4.6 |
719 | 2024-11-07T01:21:57.437Z | Compiling pest_derive v2.7.14 |
720 | 2024-11-07T01:21:58.302Z | Compiling typify-impl v0.2.0 |
721 | 2024-11-07T01:21:59.013Z | Compiling openssl-probe v0.1.5 |
722 | 2024-11-07T01:22:00.590Z | Compiling regex v1.11.0 |
723 | 2024-11-07T01:22:00.670Z | Compiling http-body-util v0.1.2 |
724 | 2024-11-07T01:22:01.242Z | Compiling unicode-normalization v0.1.24 |
725 | 2024-11-07T01:22:01.607Z | Compiling scroll_derive v0.12.0 |
726 | 2024-11-07T01:22:02.525Z | Compiling hyper v1.4.1 |
727 | 2024-11-07T01:22:07.145Z | Compiling hyper-util v0.1.9 |
728 | 2024-11-07T01:22:08.897Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-07T01:22:09.300Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-07T01:22:09.464Z | Compiling typify-macro v0.2.0 |
731 | 2024-11-07T01:22:12.600Z | Compiling num-conv v0.1.0 |
732 | 2024-11-07T01:22:12.875Z | Compiling time-core v0.1.2 |
733 | 2024-11-07T01:22:13.040Z | Compiling powerfmt v0.2.0 |
734 | 2024-11-07T01:22:13.169Z | Compiling mime v0.3.17 |
735 | 2024-11-07T01:22:13.541Z | Compiling unicode-bidi v0.3.17 |
736 | 2024-11-07T01:22:14.186Z | Compiling deranged v0.3.11 |
737 | 2024-11-07T01:22:14.247Z | Compiling time-macros v0.2.18 |
738 | 2024-11-07T01:22:16.393Z | Compiling idna v0.5.0 |
739 | 2024-11-07T01:22:16.544Z | Compiling tokio-rustls v0.26.0 |
740 | 2024-11-07T01:22:19.538Z | Compiling thread-id v4.2.2 |
741 | 2024-11-07T01:22:19.638Z | Compiling scroll v0.12.0 |
742 | 2024-11-07T01:22:20.015Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-07T01:22:20.249Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-11-07T01:22:20.300Z | Compiling dof v0.3.0 |
745 | 2024-11-07T01:22:20.370Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-07T01:22:20.930Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-07T01:22:21.113Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-07T01:22:21.316Z | Compiling base64 v0.22.1 |
749 | 2024-11-07T01:22:21.859Z | Compiling plain v0.2.3 |
750 | 2024-11-07T01:22:22.006Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-11-07T01:22:22.327Z | Compiling num_threads v0.1.7 |
752 | 2024-11-07T01:22:22.672Z | Compiling ident_case v1.0.1 |
753 | 2024-11-07T01:22:22.680Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-11-07T01:22:22.828Z | Compiling strsim v0.11.1 |
755 | 2024-11-07T01:22:23.486Z | Compiling darling_core v0.20.10 |
756 | 2024-11-07T01:22:27.694Z | Compiling time v0.3.36 |
757 | 2024-11-07T01:22:29.326Z | Compiling goblin v0.8.2 |
758 | 2024-11-07T01:22:30.991Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-07T01:22:33.027Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-07T01:22:33.538Z | Compiling url v2.5.2 |
761 | 2024-11-07T01:22:33.958Z | Compiling typify v0.2.0 |
762 | 2024-11-07T01:22:34.075Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-07T01:22:38.377Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-07T01:22:38.522Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-07T01:22:39.558Z | Compiling rustls v0.22.4 |
766 | 2024-11-07T01:22:39.632Z | Compiling unsafe-libyaml v0.2.11 |
767 | 2024-11-07T01:22:39.856Z | Compiling paste v1.0.15 |
768 | 2024-11-07T01:22:39.884Z | Compiling rustversion v1.0.17 |
769 | 2024-11-07T01:22:40.351Z | Compiling pretty-hex v0.4.1 |
770 | 2024-11-07T01:22:40.534Z | Compiling ipnet v2.10.1 |
771 | 2024-11-07T01:22:41.297Z | Compiling reqwest v0.12.8 |
772 | 2024-11-07T01:22:43.488Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-11-07T01:22:43.842Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-07T01:22:44.103Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-07T01:22:45.858Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-07T01:22:46.960Z | Compiling block-buffer v0.10.4 |
777 | 2024-11-07T01:22:47.083Z | Compiling crypto-common v0.1.6 |
778 | 2024-11-07T01:22:47.193Z | Compiling serde_spanned v0.6.8 |
779 | 2024-11-07T01:22:47.292Z | Compiling toml_datetime v0.6.8 |
780 | 2024-11-07T01:22:47.430Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-07T01:22:47.982Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-07T01:22:48.410Z | Compiling rand_core v0.6.4 |
783 | 2024-11-07T01:22:48.735Z | Compiling thread_local v1.1.8 |
784 | 2024-11-07T01:22:48.903Z | Compiling multer v3.1.0 |
785 | 2024-11-07T01:22:49.264Z | Compiling anyhow v1.0.92 |
786 | 2024-11-07T01:22:49.447Z | Compiling winnow v0.6.20 |
787 | 2024-11-07T01:22:49.870Z | Compiling slog-async v2.8.0 |
788 | 2024-11-07T01:22:50.357Z | Compiling match_cfg v0.1.0 |
789 | 2024-11-07T01:22:50.373Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-11-07T01:22:50.446Z | Compiling camino v1.1.9 |
791 | 2024-11-07T01:22:50.630Z | Compiling structmeta v0.3.0 |
792 | 2024-11-07T01:22:50.751Z | Compiling hostname v0.3.1 |
793 | 2024-11-07T01:22:50.995Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-07T01:22:51.137Z | Compiling rand_chacha v0.3.1 |
795 | 2024-11-07T01:22:52.926Z | Compiling crossbeam-channel v0.5.13 |
796 | 2024-11-07T01:22:52.934Z | Compiling digest v0.10.7 |
797 | 2024-11-07T01:22:53.338Z | Compiling toml_edit v0.22.22 |
798 | 2024-11-07T01:22:53.735Z | Compiling darling v0.20.10 |
799 | 2024-11-07T01:22:53.851Z | Compiling term v0.7.0 |
800 | 2024-11-07T01:22:59.537Z | Compiling progenitor-client v0.8.0 |
801 | 2024-11-07T01:23:01.701Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-07T01:23:02.227Z | Compiling usdt-macro v0.5.0 |
803 | 2024-11-07T01:23:03.145Z | Compiling slog-json v2.6.1 |
804 | 2024-11-07T01:23:03.539Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-07T01:23:03.550Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-07T01:23:04.659Z | Compiling memmap v0.7.0 |
807 | 2024-11-07T01:23:04.827Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-07T01:23:04.858Z | Compiling dropshot v0.12.0 |
809 | 2024-11-07T01:23:04.946Z | Compiling cpufeatures v0.2.14 |
810 | 2024-11-07T01:23:05.034Z | Compiling take_mut v0.2.2 |
811 | 2024-11-07T01:23:05.076Z | Compiling sha1 v0.10.6 |
812 | 2024-11-07T01:23:05.259Z | Compiling slog-term v2.9.1 |
813 | 2024-11-07T01:23:05.820Z | Compiling async-stream v0.3.6 |
814 | 2024-11-07T01:23:06.122Z | Compiling usdt v0.5.0 |
815 | 2024-11-07T01:23:07.641Z | Compiling progenitor v0.8.0 |
816 | 2024-11-07T01:23:07.818Z | Compiling futures v0.3.31 |
817 | 2024-11-07T01:23:08.012Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-07T01:23:08.081Z | Compiling strum_macros v0.26.4 |
819 | 2024-11-07T01:23:08.282Z | Compiling tokio-rustls v0.25.0 |
820 | 2024-11-07T01:23:08.467Z | Compiling toml v0.8.19 |
821 | 2024-11-07T01:23:08.732Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-07T01:23:11.335Z | Compiling rand v0.8.5 |
823 | 2024-11-07T01:23:15.381Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-11-07T01:23:15.936Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-07T01:23:15.958Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-07T01:23:16.103Z | Compiling hex v0.4.3 |
827 | 2024-11-07T01:23:16.799Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-07T01:23:17.828Z | Compiling async-trait v0.1.83 |
829 | 2024-11-07T01:23:19.211Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-07T01:23:19.936Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-07T01:23:20.047Z | Compiling hostname v0.4.0 |
832 | 2024-11-07T01:23:20.130Z | Compiling instant v0.1.13 |
833 | 2024-11-07T01:23:20.146Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-07T01:23:20.286Z | Compiling backoff v0.4.0 |
835 | 2024-11-07T01:23:20.294Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-07T01:23:20.485Z | Compiling parse-display v0.10.0 |
837 | 2024-11-07T01:23:20.604Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
838 | 2024-11-07T01:23:20.769Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
839 | 2024-11-07T01:23:20.935Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-11-07T01:23:21.594Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-07T01:23:22.519Z | Compiling strum v0.26.3 |
842 | 2024-11-07T01:23:22.694Z | Compiling serde_with v3.11.0 |
843 | 2024-11-07T01:23:24.533Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-07T01:23:25.362Z | Compiling macaddr v1.0.1 |
845 | 2024-11-07T01:23:25.702Z | Compiling regress v0.9.1 |
846 | 2024-11-07T01:23:30.904Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-07T01:23:41.052Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-07T01:23:50.715Z | Finished `release` profile [optimized] target(s) in 2m 27s |
849 | 2024-11-07T01:23:50.775Z | process exited: duration 222866 ms, exit code 0 |
|
850 | 2024-11-07T01:23:50.782Z | found 0 output files |