|
|
|
1 | 2024-12-19T05:31:21.439Z | job assigned to worker 01JFEPAPC3M5N3BZP2JSXX22YT [factory aws, i-0a9e18112e2f331ca] (queued for 58 s) |
|
2 | 2024-12-19T05:31:28.611Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:28.622Z | ++ uname -s |
4 | 2024-12-19T05:31:28.624Z | + kern=SunOS |
5 | 2024-12-19T05:31:28.624Z | + case "$kern" in |
6 | 2024-12-19T05:31:28.624Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:28.627Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:30.635Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:30.747Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:30.749Z | + home_fs=zfs |
11 | 2024-12-19T05:31:30.749Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:30.749Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:30.752Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:32.753Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:32.756Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-19T05:31:32.761Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:32.767Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:32.767Z | ' stable |
19 | 2024-12-19T05:31:32.767Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:32.770Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T05:31:32.770Z | ' default |
22 | 2024-12-19T05:31:32.770Z | * toolchain profile = "default" |
23 | 2024-12-19T05:31:32.770Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:32.770Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:32.934Z | info: downloading installer |
26 | 2024-12-19T05:31:34.516Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:34.516Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:34.518Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:34.661Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:34.661Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:35.406Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:35.688Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:36.722Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:38.207Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:43.842Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:44.060Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:44.864Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:45.238Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:46.918Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:48.628Z | info: installing component 'rustc' |
41 | 2024-12-19T05:31:54.322Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:31:54.657Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:31:54.657Z | |
44 | 2024-12-19T05:31:55.022Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:31:55.022Z | |
46 | 2024-12-19T05:31:55.025Z | |
47 | 2024-12-19T05:31:55.025Z | Rust is installed now. Great! |
48 | 2024-12-19T05:31:55.025Z | |
49 | 2024-12-19T05:31:55.025Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:31:55.025Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:31:55.026Z | |
52 | 2024-12-19T05:31:55.026Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:31:55.026Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:31:55.026Z | |
55 | 2024-12-19T05:31:55.026Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:31:55.026Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:31:55.026Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:31:55.096Z | + rustc --version |
59 | 2024-12-19T05:31:55.165Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:31:55.168Z | process exited: duration 22415 ms, exit code 0 |
|
61 | 2024-12-19T05:31:55.173Z | starting task 2: "authentication" |
62 | 2024-12-19T05:31:55.196Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-19T05:31:55.203Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:31:55.206Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:31:55.209Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:31:55.252Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:31:55.811Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:31:55.814Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:31:56.068Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:31:56.068Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:31:56.076Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:31:56.078Z | ++ git branch --show-current |
73 | 2024-12-19T05:31:56.080Z | + current=main |
74 | 2024-12-19T05:31:56.080Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:31:56.080Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:31:56.083Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:31:56.098Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:31:56.101Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:31:56.106Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:31:56.110Z | process exited: duration 904 ms, exit code 0 |
|
81 | 2024-12-19T05:31:56.116Z | starting task 4: "build" |
82 | 2024-12-19T05:31:56.121Z | + set -o errexit |
83 | 2024-12-19T05:31:56.122Z | + set -o pipefail |
84 | 2024-12-19T05:31:56.122Z | + cargo --version |
85 | 2024-12-19T05:31:56.126Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-12-19T05:31:56.302Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-12-19T05:31:56.302Z | info: downloading component 'cargo' |
88 | 2024-12-19T05:31:57.302Z | info: downloading component 'clippy' |
89 | 2024-12-19T05:31:57.727Z | info: downloading component 'rust-docs' |
90 | 2024-12-19T05:31:59.135Z | info: downloading component 'rust-std' |
91 | 2024-12-19T05:32:01.286Z | info: downloading component 'rustc' |
92 | 2024-12-19T05:32:09.022Z | info: downloading component 'rustfmt' |
93 | 2024-12-19T05:32:09.314Z | info: installing component 'cargo' |
94 | 2024-12-19T05:32:10.105Z | info: installing component 'clippy' |
95 | 2024-12-19T05:32:10.462Z | info: installing component 'rust-docs' |
96 | 2024-12-19T05:32:12.042Z | info: installing component 'rust-std' |
97 | 2024-12-19T05:32:13.753Z | info: installing component 'rustc' |
98 | 2024-12-19T05:32:19.401Z | info: installing component 'rustfmt' |
99 | 2024-12-19T05:32:19.805Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-12-19T05:32:19.807Z | + rustc --version |
101 | 2024-12-19T05:32:19.874Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-12-19T05:32:19.878Z | + cargo install cargo-nextest |
103 | 2024-12-19T05:32:19.962Z | Updating crates.io index |
104 | 2024-12-19T05:32:20.062Z | Downloading crates ... |
105 | 2024-12-19T05:32:20.129Z | Downloaded cargo-nextest v0.9.87 |
106 | 2024-12-19T05:32:20.167Z | Installing cargo-nextest v0.9.87 |
107 | 2024-12-19T05:32:20.245Z | Updating crates.io index |
108 | 2024-12-19T05:32:21.416Z | Locking 361 packages to latest compatible versions |
109 | 2024-12-19T05:32:21.418Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-12-19T05:32:21.418Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-12-19T05:32:21.418Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-12-19T05:32:21.434Z | Adding config v0.14.1 (latest: v0.15.0) |
113 | 2024-12-19T05:32:21.436Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-12-19T05:32:21.436Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-12-19T05:32:21.436Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-12-19T05:32:21.436Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-12-19T05:32:21.436Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-12-19T05:32:21.436Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-12-19T05:32:21.439Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-19T05:32:21.442Z | Adding miniz_oxide v0.7.4 (latest: v0.8.2) |
121 | 2024-12-19T05:32:21.445Z | Adding object v0.32.2 (latest: v0.36.5) |
122 | 2024-12-19T05:32:21.445Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
123 | 2024-12-19T05:32:21.445Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
124 | 2024-12-19T05:32:21.452Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
125 | 2024-12-19T05:32:21.456Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
126 | 2024-12-19T05:32:21.458Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
127 | 2024-12-19T05:32:21.458Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
128 | 2024-12-19T05:32:21.458Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-19T05:32:21.460Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-12-19T05:32:21.460Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-12-19T05:32:21.460Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-12-19T05:32:21.462Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-12-19T05:32:21.462Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-12-19T05:32:21.463Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-12-19T05:32:21.463Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-12-19T05:32:21.463Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-12-19T05:32:21.463Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
138 | 2024-12-19T05:32:21.463Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
139 | 2024-12-19T05:32:21.463Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
140 | 2024-12-19T05:32:21.463Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
141 | 2024-12-19T05:32:21.463Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
142 | 2024-12-19T05:32:21.463Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
143 | 2024-12-19T05:32:21.463Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-12-19T05:32:21.463Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
145 | 2024-12-19T05:32:21.463Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2024-12-19T05:32:21.463Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
147 | 2024-12-19T05:32:21.463Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
148 | 2024-12-19T05:32:21.463Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2024-12-19T05:32:21.463Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2024-12-19T05:32:21.466Z | Downloading crates ... |
151 | 2024-12-19T05:32:21.524Z | Downloaded adler v1.0.2 |
152 | 2024-12-19T05:32:21.541Z | Downloaded cfg_aliases v0.2.1 |
153 | 2024-12-19T05:32:21.559Z | Downloaded signal-hook-registry v1.4.2 |
154 | 2024-12-19T05:32:21.561Z | Downloaded shlex v1.3.0 |
155 | 2024-12-19T05:32:21.563Z | Downloaded signal-hook-mio v0.2.4 |
156 | 2024-12-19T05:32:21.563Z | Downloaded shell-words v1.1.0 |
157 | 2024-12-19T05:32:21.568Z | Downloaded sha2 v0.10.8 |
158 | 2024-12-19T05:32:21.571Z | Downloaded foreign-types v0.3.2 |
159 | 2024-12-19T05:32:21.574Z | Downloaded try-lock v0.2.5 |
160 | 2024-12-19T05:32:21.574Z | Downloaded guppy-workspace-hack v0.1.0 |
161 | 2024-12-19T05:32:21.577Z | Downloaded sync_wrapper v1.0.2 |
162 | 2024-12-19T05:32:21.577Z | Downloaded iana-time-zone v0.1.61 |
163 | 2024-12-19T05:32:21.579Z | Downloaded anstyle-query v1.1.2 |
164 | 2024-12-19T05:32:21.581Z | Downloaded write16 v1.0.0 |
165 | 2024-12-19T05:32:21.583Z | Downloaded swrite v0.1.0 |
166 | 2024-12-19T05:32:21.583Z | Downloaded http-body v1.0.1 |
167 | 2024-12-19T05:32:21.587Z | Downloaded urlencoding v2.1.3 |
168 | 2024-12-19T05:32:21.589Z | Downloaded foreign-types-shared v0.1.1 |
169 | 2024-12-19T05:32:21.592Z | Downloaded equivalent v1.0.1 |
170 | 2024-12-19T05:32:21.592Z | Downloaded enable-ansi-support v0.2.1 |
171 | 2024-12-19T05:32:21.594Z | Downloaded block-buffer v0.10.4 |
172 | 2024-12-19T05:32:21.597Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2024-12-19T05:32:21.600Z | Downloaded autocfg v1.4.0 |
174 | 2024-12-19T05:32:21.600Z | Downloaded async-scoped v0.9.0 |
175 | 2024-12-19T05:32:21.602Z | Downloaded tower-service v0.3.3 |
176 | 2024-12-19T05:32:21.604Z | Downloaded anstyle v1.0.10 |
177 | 2024-12-19T05:32:21.607Z | Downloaded byteorder v1.5.0 |
178 | 2024-12-19T05:32:21.609Z | Downloaded cfg-if v1.0.0 |
179 | 2024-12-19T05:32:21.609Z | Downloaded adler2 v2.0.0 |
180 | 2024-12-19T05:32:21.612Z | Downloaded zerofrom v0.1.5 |
181 | 2024-12-19T05:32:21.612Z | Downloaded sharded-slab v0.1.7 |
182 | 2024-12-19T05:32:21.614Z | Downloaded vte_generate_state_changes v0.1.2 |
183 | 2024-12-19T05:32:21.616Z | Downloaded signature v2.2.0 |
184 | 2024-12-19T05:32:21.620Z | Downloaded either v1.13.0 |
185 | 2024-12-19T05:32:21.620Z | Downloaded thiserror-impl v1.0.69 |
186 | 2024-12-19T05:32:21.622Z | Downloaded utf16_iter v1.0.5 |
187 | 2024-12-19T05:32:21.622Z | Downloaded futures-core v0.3.31 |
188 | 2024-12-19T05:32:21.626Z | Downloaded heck v0.5.0 |
189 | 2024-12-19T05:32:21.626Z | Downloaded cpufeatures v0.2.16 |
190 | 2024-12-19T05:32:21.628Z | Downloaded generic-array v0.14.7 |
191 | 2024-12-19T05:32:21.628Z | Downloaded terminal_size v0.4.1 |
192 | 2024-12-19T05:32:21.633Z | Downloaded strsim v0.11.1 |
193 | 2024-12-19T05:32:21.633Z | Downloaded yoke-derive v0.7.5 |
194 | 2024-12-19T05:32:21.637Z | Downloaded digest v0.10.7 |
195 | 2024-12-19T05:32:21.637Z | Downloaded version_check v0.9.5 |
196 | 2024-12-19T05:32:21.637Z | Downloaded tokio-macros v2.4.0 |
197 | 2024-12-19T05:32:21.640Z | Downloaded tinystr v0.7.6 |
198 | 2024-12-19T05:32:21.640Z | Downloaded synstructure v0.13.1 |
199 | 2024-12-19T05:32:21.640Z | Downloaded home v0.5.11 |
200 | 2024-12-19T05:32:21.642Z | Downloaded unicode-linebreak v0.1.5 |
201 | 2024-12-19T05:32:21.642Z | Downloaded writeable v0.5.5 |
202 | 2024-12-19T05:32:21.645Z | Downloaded fnv v1.0.7 |
203 | 2024-12-19T05:32:21.645Z | Downloaded backtrace-ext v0.2.1 |
204 | 2024-12-19T05:32:21.647Z | Downloaded hex v0.4.3 |
205 | 2024-12-19T05:32:21.650Z | Downloaded futures-macro v0.3.31 |
206 | 2024-12-19T05:32:21.650Z | Downloaded zstd-safe v7.2.1 |
207 | 2024-12-19T05:32:21.653Z | Downloaded colorchoice v1.0.3 |
208 | 2024-12-19T05:32:21.653Z | Downloaded humantime v2.1.0 |
209 | 2024-12-19T05:32:21.655Z | Downloaded zerovec-derive v0.10.3 |
210 | 2024-12-19T05:32:21.658Z | Downloaded zerofrom-derive v0.1.5 |
211 | 2024-12-19T05:32:21.658Z | Downloaded unicase v2.8.0 |
212 | 2024-12-19T05:32:21.660Z | Downloaded mukti-metadata v0.3.0 |
213 | 2024-12-19T05:32:21.660Z | Downloaded tokio-native-tls v0.3.1 |
214 | 2024-12-19T05:32:21.664Z | Downloaded clap_lex v0.7.4 |
215 | 2024-12-19T05:32:21.664Z | Downloaded humantime-serde v1.1.1 |
216 | 2024-12-19T05:32:21.668Z | Downloaded futures-executor v0.3.31 |
217 | 2024-12-19T05:32:21.668Z | Downloaded http-body-util v0.1.2 |
218 | 2024-12-19T05:32:21.668Z | Downloaded serde_ignored v0.1.10 |
219 | 2024-12-19T05:32:21.671Z | Downloaded futures-task v0.3.31 |
220 | 2024-12-19T05:32:21.671Z | Downloaded zipsign-api v0.1.2 |
221 | 2024-12-19T05:32:21.674Z | Downloaded xattr v1.3.1 |
222 | 2024-12-19T05:32:21.676Z | Downloaded smol_str v0.3.2 |
223 | 2024-12-19T05:32:21.678Z | Downloaded anstream v0.6.18 |
224 | 2024-12-19T05:32:21.679Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-12-19T05:32:21.681Z | Downloaded zeroize v1.8.1 |
226 | 2024-12-19T05:32:21.684Z | Downloaded camino-tempfile v1.1.1 |
227 | 2024-12-19T05:32:21.684Z | Downloaded cargo_metadata v0.19.1 |
228 | 2024-12-19T05:32:21.686Z | Downloaded thiserror v2.0.8 |
229 | 2024-12-19T05:32:21.691Z | Downloaded zstd v0.13.2 |
230 | 2024-12-19T05:32:21.695Z | Downloaded zerocopy-derive v0.7.35 |
231 | 2024-12-19T05:32:21.699Z | Downloaded utf8parse v0.2.2 |
232 | 2024-12-19T05:32:21.702Z | Downloaded tokio-stream v0.1.17 |
233 | 2024-12-19T05:32:21.704Z | Downloaded yoke v0.7.5 |
234 | 2024-12-19T05:32:21.707Z | Downloaded smallvec v1.13.2 |
235 | 2024-12-19T05:32:21.709Z | Downloaded pin-project-lite v0.2.15 |
236 | 2024-12-19T05:32:21.714Z | Downloaded icu_provider_macros v1.5.0 |
237 | 2024-12-19T05:32:21.716Z | Downloaded serde_urlencoded v0.7.1 |
238 | 2024-12-19T05:32:21.719Z | Downloaded crc32fast v1.4.2 |
239 | 2024-12-19T05:32:21.719Z | Downloaded percent-encoding v2.3.1 |
240 | 2024-12-19T05:32:21.721Z | Downloaded openssl-probe v0.1.5 |
241 | 2024-12-19T05:32:21.721Z | Downloaded number_prefix v0.4.0 |
242 | 2024-12-19T05:32:21.724Z | Downloaded openssl-macros v0.1.1 |
243 | 2024-12-19T05:32:21.724Z | Downloaded hyper-rustls v0.27.4 |
244 | 2024-12-19T05:32:21.727Z | Downloaded indenter v0.3.3 |
245 | 2024-12-19T05:32:21.729Z | Downloaded is_ci v1.2.0 |
246 | 2024-12-19T05:32:21.729Z | Downloaded nextest-workspace-hack v0.1.0 |
247 | 2024-12-19T05:32:21.729Z | Downloaded nextest-metadata v0.12.1 |
248 | 2024-12-19T05:32:21.732Z | Downloaded itoa v1.0.14 |
249 | 2024-12-19T05:32:21.732Z | Downloaded is_terminal_polyfill v1.70.1 |
250 | 2024-12-19T05:32:21.735Z | Downloaded os_pipe v1.2.1 |
251 | 2024-12-19T05:32:21.735Z | Downloaded icu_locid_transform v1.5.0 |
252 | 2024-12-19T05:32:21.738Z | Downloaded base64ct v1.6.0 |
253 | 2024-12-19T05:32:21.740Z | Downloaded tinyvec v1.8.0 |
254 | 2024-12-19T05:32:21.743Z | Downloaded uuid v1.11.0 |
255 | 2024-12-19T05:32:21.746Z | Downloaded typenum v1.17.0 |
256 | 2024-12-19T05:32:21.748Z | Downloaded unicode-ident v1.0.14 |
257 | 2024-12-19T05:32:21.751Z | Downloaded dialoguer v0.11.0 |
258 | 2024-12-19T05:32:21.754Z | Downloaded vte v0.11.1 |
259 | 2024-12-19T05:32:21.756Z | Downloaded toml v0.8.19 |
260 | 2024-12-19T05:32:21.760Z | Downloaded quick-junit v0.5.1 |
261 | 2024-12-19T05:32:21.762Z | Downloaded socket2 v0.5.8 |
262 | 2024-12-19T05:32:21.765Z | Downloaded tracing-attributes v0.1.28 |
263 | 2024-12-19T05:32:21.767Z | Downloaded nested v0.1.1 |
264 | 2024-12-19T05:32:21.770Z | Downloaded const-oid v0.9.6 |
265 | 2024-12-19T05:32:21.772Z | Downloaded lazy_static v1.5.0 |
266 | 2024-12-19T05:32:21.772Z | Downloaded rand_chacha v0.3.1 |
267 | 2024-12-19T05:32:21.774Z | Downloaded rustc_version v0.4.1 |
268 | 2024-12-19T05:32:21.774Z | Downloaded rustc-hash v2.1.0 |
269 | 2024-12-19T05:32:21.776Z | Downloaded mime v0.3.17 |
270 | 2024-12-19T05:32:21.776Z | Downloaded rand_core v0.6.4 |
271 | 2024-12-19T05:32:21.780Z | Downloaded indent_write v2.2.0 |
272 | 2024-12-19T05:32:21.782Z | Downloaded idna_adapter v1.2.0 |
273 | 2024-12-19T05:32:21.782Z | Downloaded serde_spanned v0.6.8 |
274 | 2024-12-19T05:32:21.782Z | Downloaded lock_api v0.4.12 |
275 | 2024-12-19T05:32:21.785Z | Downloaded miette-derive v7.4.0 |
276 | 2024-12-19T05:32:21.785Z | Downloaded pin-project-internal v1.1.7 |
277 | 2024-12-19T05:32:21.787Z | Downloaded owo-colors v4.1.0 |
278 | 2024-12-19T05:32:21.789Z | Downloaded rustc-demangle v0.1.24 |
279 | 2024-12-19T05:32:21.791Z | Downloaded pathdiff v0.2.3 |
280 | 2024-12-19T05:32:21.794Z | Downloaded icu_provider v1.5.0 |
281 | 2024-12-19T05:32:21.797Z | Downloaded textwrap v0.16.1 |
282 | 2024-12-19T05:32:21.800Z | Downloaded serde_path_to_error v0.1.16 |
283 | 2024-12-19T05:32:21.800Z | Downloaded pin-utils v0.1.0 |
284 | 2024-12-19T05:32:21.800Z | Downloaded eyre v0.6.12 |
285 | 2024-12-19T05:32:21.803Z | Downloaded bytes v1.9.0 |
286 | 2024-12-19T05:32:21.808Z | Downloaded icu_locid v1.5.0 |
287 | 2024-12-19T05:32:21.812Z | Downloaded config v0.14.1 |
288 | 2024-12-19T05:32:21.817Z | Downloaded ppv-lite86 v0.2.20 |
289 | 2024-12-19T05:32:21.820Z | Downloaded quote v1.0.37 |
290 | 2024-12-19T05:32:21.822Z | Downloaded semver v1.0.24 |
291 | 2024-12-19T05:32:21.826Z | Downloaded quinn-udp v0.5.9 |
292 | 2024-12-19T05:32:21.826Z | Downloaded pkg-config v0.3.31 |
293 | 2024-12-19T05:32:21.828Z | Downloaded self-replace v1.5.0 |
294 | 2024-12-19T05:32:21.828Z | Downloaded futures v0.3.31 |
295 | 2024-12-19T05:32:21.833Z | Downloaded scopeguard v1.2.0 |
296 | 2024-12-19T05:32:21.835Z | Downloaded newtype-uuid v1.1.3 |
297 | 2024-12-19T05:32:21.835Z | Downloaded once_cell v1.20.2 |
298 | 2024-12-19T05:32:21.837Z | Downloaded indicatif v0.17.9 |
299 | 2024-12-19T05:32:21.841Z | Downloaded nextest-filtering v0.12.0 |
300 | 2024-12-19T05:32:21.844Z | Downloaded borsh v1.5.3 |
301 | 2024-12-19T05:32:21.849Z | Downloaded litemap v0.7.4 |
302 | 2024-12-19T05:32:21.851Z | Downloaded parking_lot_core v0.9.10 |
303 | 2024-12-19T05:32:21.853Z | Downloaded icu_normalizer v1.5.0 |
304 | 2024-12-19T05:32:21.857Z | Downloaded pkcs8 v0.10.2 |
305 | 2024-12-19T05:32:21.860Z | Downloaded miniz_oxide v0.7.4 |
306 | 2024-12-19T05:32:21.863Z | Downloaded base64 v0.22.1 |
307 | 2024-12-19T05:32:21.866Z | Downloaded backtrace v0.3.71 |
308 | 2024-12-19T05:32:21.871Z | Downloaded serde_derive v1.0.216 |
309 | 2024-12-19T05:32:21.874Z | Downloaded url v2.5.4 |
310 | 2024-12-19T05:32:21.877Z | Downloaded jobserver v0.1.32 |
311 | 2024-12-19T05:32:21.880Z | Downloaded icu_collections v1.5.0 |
312 | 2024-12-19T05:32:21.886Z | Downloaded native-tls v0.2.12 |
313 | 2024-12-19T05:32:21.889Z | Downloaded rustls-pemfile v2.2.0 |
314 | 2024-12-19T05:32:21.891Z | Downloaded miniz_oxide v0.8.2 |
315 | 2024-12-19T05:32:21.893Z | Downloaded proc-macro2 v1.0.92 |
316 | 2024-12-19T05:32:21.895Z | Downloaded icu_normalizer_data v1.5.0 |
317 | 2024-12-19T05:32:21.898Z | Downloaded self_update v0.41.0 |
318 | 2024-12-19T05:32:21.901Z | Downloaded rand v0.8.5 |
319 | 2024-12-19T05:32:21.903Z | Downloaded openssl-sys v0.9.104 |
320 | 2024-12-19T05:32:21.908Z | Downloaded toml_edit v0.22.22 |
321 | 2024-12-19T05:32:21.930Z | Downloaded serde v1.0.216 |
322 | 2024-12-19T05:32:21.933Z | Downloaded memchr v2.7.4 |
323 | 2024-12-19T05:32:21.938Z | Downloaded ed25519-dalek v2.1.1 |
324 | 2024-12-19T05:32:21.941Z | Downloaded ryu v1.0.18 |
325 | 2024-12-19T05:32:21.943Z | Downloaded icu_properties v1.5.1 |
326 | 2024-12-19T05:32:21.946Z | Downloaded minimal-lexical v0.2.1 |
327 | 2024-12-19T05:32:21.950Z | Downloaded rustls-pki-types v1.10.1 |
328 | 2024-12-19T05:32:21.954Z | Downloaded zerovec v0.10.4 |
329 | 2024-12-19T05:32:21.959Z | Downloaded flate2 v1.0.35 |
330 | 2024-12-19T05:32:21.964Z | Downloaded cc v1.2.4 |
331 | 2024-12-19T05:32:21.968Z | Downloaded mio v1.0.3 |
332 | 2024-12-19T05:32:21.973Z | Downloaded aho-corasick v1.1.3 |
333 | 2024-12-19T05:32:21.979Z | Downloaded quinn v0.11.6 |
334 | 2024-12-19T05:32:21.982Z | Downloaded ron v0.8.1 |
335 | 2024-12-19T05:32:21.997Z | Downloaded miette v7.4.0 |
336 | 2024-12-19T05:32:21.999Z | Downloaded indexmap v2.7.0 |
337 | 2024-12-19T05:32:21.999Z | Downloaded zerocopy v0.7.35 |
338 | 2024-12-19T05:32:22.015Z | Downloaded idna v1.0.3 |
339 | 2024-12-19T05:32:22.019Z | Downloaded itertools v0.13.0 |
340 | 2024-12-19T05:32:22.026Z | Downloaded crossterm v0.28.1 |
341 | 2024-12-19T05:32:22.033Z | Downloaded hashbrown v0.15.2 |
342 | 2024-12-19T05:32:22.039Z | Downloaded winnow v0.6.20 |
343 | 2024-12-19T05:32:22.048Z | Downloaded quick-xml v0.23.1 |
344 | 2024-12-19T05:32:22.055Z | Downloaded tracing-subscriber v0.3.19 |
345 | 2024-12-19T05:32:22.064Z | Downloaded nom v7.1.3 |
346 | 2024-12-19T05:32:22.070Z | Downloaded vcpkg v0.2.15 |
347 | 2024-12-19T05:32:22.109Z | Downloaded quinn-proto v0.11.9 |
348 | 2024-12-19T05:32:22.115Z | Downloaded webpki-roots v0.26.7 |
349 | 2024-12-19T05:32:22.119Z | Downloaded color-spantrace v0.2.1 |
350 | 2024-12-19T05:32:22.121Z | Downloaded icu_properties_data v1.5.0 |
351 | 2024-12-19T05:32:22.132Z | Downloaded unicode-width v0.1.14 |
352 | 2024-12-19T05:32:22.138Z | Downloaded serde_json v1.0.133 |
353 | 2024-12-19T05:32:22.144Z | Downloaded unicode-width v0.2.0 |
354 | 2024-12-19T05:32:22.150Z | Downloaded portable-atomic v1.10.0 |
355 | 2024-12-19T05:32:22.158Z | Downloaded chrono v0.4.39 |
356 | 2024-12-19T05:32:22.165Z | Downloaded object v0.32.2 |
357 | 2024-12-19T05:32:22.176Z | Downloaded rustls-webpki v0.102.8 |
358 | 2024-12-19T05:32:22.194Z | Downloaded quick-xml v0.37.1 |
359 | 2024-12-19T05:32:22.200Z | Downloaded nextest-runner v0.70.0 |
360 | 2024-12-19T05:32:22.210Z | Downloaded syn v2.0.90 |
361 | 2024-12-19T05:32:22.222Z | Downloaded regex v1.11.1 |
362 | 2024-12-19T05:32:22.235Z | Downloaded openssl v0.10.68 |
363 | 2024-12-19T05:32:22.244Z | Downloaded curve25519-dalek v4.1.3 |
364 | 2024-12-19T05:32:22.252Z | Downloaded gimli v0.28.1 |
365 | 2024-12-19T05:32:22.260Z | Downloaded clap_builder v4.5.23 |
366 | 2024-12-19T05:32:22.266Z | Downloaded reqwest v0.12.9 |
367 | 2024-12-19T05:32:22.275Z | Downloaded guppy v0.17.10 |
368 | 2024-12-19T05:32:22.281Z | Downloaded bstr v1.11.1 |
369 | 2024-12-19T05:32:22.290Z | Downloaded hyper v1.5.2 |
370 | 2024-12-19T05:32:22.296Z | Downloaded regex-syntax v0.8.5 |
371 | 2024-12-19T05:32:22.305Z | Downloaded rustls v0.23.20 |
372 | 2024-12-19T05:32:22.316Z | Downloaded nix v0.29.0 |
373 | 2024-12-19T05:32:22.328Z | Downloaded rustix v0.38.42 |
374 | 2024-12-19T05:32:22.349Z | Downloaded futures-util v0.3.31 |
375 | 2024-12-19T05:32:22.360Z | Downloaded http v1.2.0 |
376 | 2024-12-19T05:32:22.363Z | Downloaded unicode-normalization v0.1.24 |
377 | 2024-12-19T05:32:22.367Z | Downloaded der v0.7.9 |
378 | 2024-12-19T05:32:22.371Z | Downloaded num-traits v0.2.19 |
379 | 2024-12-19T05:32:22.374Z | Downloaded log v0.4.22 |
380 | 2024-12-19T05:32:22.376Z | Downloaded pin-project v1.1.7 |
381 | 2024-12-19T05:32:22.387Z | Downloaded parking_lot v0.12.3 |
382 | 2024-12-19T05:32:22.390Z | Downloaded tracing v0.1.41 |
383 | 2024-12-19T05:32:22.394Z | Downloaded hyper-util v0.1.10 |
384 | 2024-12-19T05:32:22.399Z | Downloaded base64 v0.21.7 |
385 | 2024-12-19T05:32:22.404Z | Downloaded ipnet v2.10.1 |
386 | 2024-12-19T05:32:22.406Z | Downloaded icu_locid_transform_data v1.5.0 |
387 | 2024-12-19T05:32:22.406Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
388 | 2024-12-19T05:32:22.424Z | Downloaded libc v0.2.169 |
389 | 2024-12-19T05:32:22.446Z | Downloaded tokio v1.42.0 |
390 | 2024-12-19T05:32:22.481Z | Downloaded regex-automata v0.4.9 |
391 | 2024-12-19T05:32:22.496Z | Downloaded color-eyre v0.6.3 |
392 | 2024-12-19T05:32:22.503Z | Downloaded tar v0.4.43 |
393 | 2024-12-19T05:32:22.506Z | Downloaded tracing-core v0.1.33 |
394 | 2024-12-19T05:32:22.508Z | Downloaded owo-colors v3.5.0 |
395 | 2024-12-19T05:32:22.511Z | Downloaded ahash v0.8.11 |
396 | 2024-12-19T05:32:22.514Z | Downloaded clap_derive v4.5.18 |
397 | 2024-12-19T05:32:22.517Z | Downloaded derive-where v1.2.7 |
398 | 2024-12-19T05:32:22.520Z | Downloaded debug-ignore v1.0.5 |
399 | 2024-12-19T05:32:22.520Z | Downloaded petgraph v0.6.5 |
400 | 2024-12-19T05:32:22.534Z | Downloaded bitflags v2.6.0 |
401 | 2024-12-19T05:32:22.538Z | Downloaded addr2line v0.21.0 |
402 | 2024-12-19T05:32:22.540Z | Downloaded clap v4.5.23 |
403 | 2024-12-19T05:32:22.548Z | Downloaded cfg-expr v0.17.2 |
404 | 2024-12-19T05:32:22.551Z | Downloaded xxhash-rust v0.8.12 |
405 | 2024-12-19T05:32:22.555Z | Downloaded spin v0.9.8 |
406 | 2024-12-19T05:32:22.558Z | Downloaded httparse v1.9.5 |
407 | 2024-12-19T05:32:22.558Z | Downloaded fastrand v2.3.0 |
408 | 2024-12-19T05:32:22.560Z | Downloaded tokio-rustls v0.26.1 |
409 | 2024-12-19T05:32:22.563Z | Downloaded tempfile v3.14.0 |
410 | 2024-12-19T05:32:22.563Z | Downloaded future-queue v0.3.0 |
411 | 2024-12-19T05:32:22.575Z | Downloaded duct v0.13.7 |
412 | 2024-12-19T05:32:22.575Z | Downloaded futures-channel v0.3.31 |
413 | 2024-12-19T05:32:22.575Z | Downloaded console v0.15.10 |
414 | 2024-12-19T05:32:22.575Z | Downloaded target-lexicon v0.12.16 |
415 | 2024-12-19T05:32:22.575Z | Downloaded getrandom v0.2.15 |
416 | 2024-12-19T05:32:22.578Z | Downloaded displaydoc v0.2.5 |
417 | 2024-12-19T05:32:22.580Z | Downloaded globset v0.4.15 |
418 | 2024-12-19T05:32:22.581Z | Downloaded camino v1.1.9 |
419 | 2024-12-19T05:32:22.581Z | Downloaded filetime v0.2.25 |
420 | 2024-12-19T05:32:22.583Z | Downloaded curve25519-dalek-derive v0.1.1 |
421 | 2024-12-19T05:32:22.586Z | Downloaded cargo-platform v0.1.9 |
422 | 2024-12-19T05:32:22.586Z | Downloaded crypto-common v0.1.6 |
423 | 2024-12-19T05:32:22.586Z | Downloaded fixedbitset v0.4.2 |
424 | 2024-12-19T05:32:22.588Z | Downloaded anstyle-parse v0.2.6 |
425 | 2024-12-19T05:32:22.588Z | Downloaded thread_local v1.1.8 |
426 | 2024-12-19T05:32:22.591Z | Downloaded tracing-log v0.2.0 |
427 | 2024-12-19T05:32:22.591Z | Downloaded slab v0.4.9 |
428 | 2024-12-19T05:32:22.593Z | Downloaded hyper-tls v0.6.0 |
429 | 2024-12-19T05:32:22.593Z | Downloaded form_urlencoded v1.2.1 |
430 | 2024-12-19T05:32:22.593Z | Downloaded supports-unicode v3.0.0 |
431 | 2024-12-19T05:32:22.596Z | Downloaded recursion v0.5.2 |
432 | 2024-12-19T05:32:22.604Z | Downloaded thiserror v1.0.69 |
433 | 2024-12-19T05:32:22.608Z | Downloaded supports-hyperlinks v3.1.0 |
434 | 2024-12-19T05:32:22.610Z | Downloaded spki v0.7.3 |
435 | 2024-12-19T05:32:22.612Z | Downloaded strip-ansi-escapes v0.2.0 |
436 | 2024-12-19T05:32:22.613Z | Downloaded stable_deref_trait v1.2.0 |
437 | 2024-12-19T05:32:22.613Z | Downloaded futures-sink v0.3.31 |
438 | 2024-12-19T05:32:22.615Z | Downloaded untrusted v0.9.0 |
439 | 2024-12-19T05:32:22.615Z | Downloaded tracing-error v0.2.1 |
440 | 2024-12-19T05:32:22.615Z | Downloaded thiserror-impl v2.0.8 |
441 | 2024-12-19T05:32:22.618Z | Downloaded supports-color v3.0.2 |
442 | 2024-12-19T05:32:22.618Z | Downloaded static_assertions v1.1.0 |
443 | 2024-12-19T05:32:22.620Z | Downloaded utf8_iter v1.0.4 |
444 | 2024-12-19T05:32:22.620Z | Downloaded errno v0.3.10 |
445 | 2024-12-19T05:32:22.623Z | Downloaded ed25519 v2.2.3 |
446 | 2024-12-19T05:32:22.623Z | Downloaded futures-io v0.3.31 |
447 | 2024-12-19T05:32:22.623Z | Downloaded atomicwrites v0.4.4 |
448 | 2024-12-19T05:32:22.626Z | Downloaded target-spec v3.2.2 |
449 | 2024-12-19T05:32:22.628Z | Downloaded subtle v2.6.1 |
450 | 2024-12-19T05:32:22.628Z | Downloaded shared_child v1.0.1 |
451 | 2024-12-19T05:32:22.631Z | Downloaded want v0.3.1 |
452 | 2024-12-19T05:32:22.631Z | Downloaded signal-hook v0.3.17 |
453 | 2024-12-19T05:32:22.639Z | Downloaded target-spec-miette v0.4.0 |
454 | 2024-12-19T05:32:22.816Z | Downloaded ring v0.17.8 |
455 | 2024-12-19T05:32:23.108Z | Compiling proc-macro2 v1.0.92 |
456 | 2024-12-19T05:32:23.108Z | Compiling unicode-ident v1.0.14 |
457 | 2024-12-19T05:32:23.108Z | Compiling libc v0.2.169 |
458 | 2024-12-19T05:32:23.114Z | Compiling cfg-if v1.0.0 |
459 | 2024-12-19T05:32:23.114Z | Compiling memchr v2.7.4 |
460 | 2024-12-19T05:32:23.114Z | Compiling serde v1.0.216 |
461 | 2024-12-19T05:32:23.131Z | Compiling once_cell v1.20.2 |
462 | 2024-12-19T05:32:23.222Z | Compiling shlex v1.3.0 |
463 | 2024-12-19T05:32:23.288Z | Compiling autocfg v1.4.0 |
464 | 2024-12-19T05:32:23.583Z | Compiling log v0.4.22 |
465 | 2024-12-19T05:32:23.657Z | Compiling itoa v1.0.14 |
466 | 2024-12-19T05:32:23.797Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-19T05:32:23.872Z | Compiling smallvec v1.13.2 |
468 | 2024-12-19T05:32:23.915Z | Compiling bitflags v2.6.0 |
469 | 2024-12-19T05:32:24.084Z | Compiling rustix v0.38.42 |
470 | 2024-12-19T05:32:24.137Z | Compiling futures-core v0.3.31 |
471 | 2024-12-19T05:32:24.333Z | Compiling stable_deref_trait v1.2.0 |
472 | 2024-12-19T05:32:24.377Z | Compiling slab v0.4.9 |
473 | 2024-12-19T05:32:24.442Z | Compiling bytes v1.9.0 |
474 | 2024-12-19T05:32:24.461Z | Compiling futures-sink v0.3.31 |
475 | 2024-12-19T05:32:24.627Z | Compiling jobserver v0.1.32 |
476 | 2024-12-19T05:32:24.691Z | Compiling version_check v0.9.5 |
477 | 2024-12-19T05:32:24.871Z | Compiling quote v1.0.37 |
478 | 2024-12-19T05:32:25.208Z | Compiling cc v1.2.4 |
479 | 2024-12-19T05:32:25.319Z | Compiling syn v2.0.90 |
480 | 2024-12-19T05:32:25.389Z | Compiling errno v0.3.10 |
481 | 2024-12-19T05:32:25.505Z | Compiling getrandom v0.2.15 |
482 | 2024-12-19T05:32:25.645Z | Compiling signal-hook-registry v1.4.2 |
483 | 2024-12-19T05:32:25.781Z | Compiling mio v1.0.3 |
484 | 2024-12-19T05:32:25.850Z | Compiling futures-channel v0.3.31 |
485 | 2024-12-19T05:32:25.864Z | Compiling serde_json v1.0.133 |
486 | 2024-12-19T05:32:26.318Z | Compiling futures-task v0.3.31 |
487 | 2024-12-19T05:32:26.374Z | Compiling pin-utils v0.1.0 |
488 | 2024-12-19T05:32:26.399Z | Compiling ryu v1.0.18 |
489 | 2024-12-19T05:32:26.474Z | Compiling futures-io v0.3.31 |
490 | 2024-12-19T05:32:26.661Z | Compiling tracing-core v0.1.33 |
491 | 2024-12-19T05:32:26.835Z | Compiling writeable v0.5.5 |
492 | 2024-12-19T05:32:26.975Z | Compiling litemap v0.7.4 |
493 | 2024-12-19T05:32:27.339Z | Compiling socket2 v0.5.8 |
494 | 2024-12-19T05:32:27.473Z | Compiling fnv v1.0.7 |
495 | 2024-12-19T05:32:27.590Z | Compiling camino v1.1.9 |
496 | 2024-12-19T05:32:27.604Z | Compiling rustls-pki-types v1.10.1 |
497 | 2024-12-19T05:32:28.025Z | Compiling icu_locid_transform_data v1.5.0 |
498 | 2024-12-19T05:32:28.131Z | Compiling equivalent v1.0.1 |
499 | 2024-12-19T05:32:28.223Z | Compiling hashbrown v0.15.2 |
500 | 2024-12-19T05:32:28.240Z | Compiling target-lexicon v0.12.16 |
501 | 2024-12-19T05:32:29.070Z | Compiling http v1.2.0 |
502 | 2024-12-19T05:32:29.104Z | Compiling guppy-workspace-hack v0.1.0 |
503 | 2024-12-19T05:32:29.121Z | Compiling ring v0.17.8 |
504 | 2024-12-19T05:32:29.226Z | Compiling backtrace v0.3.71 |
505 | 2024-12-19T05:32:29.410Z | Compiling httparse v1.9.5 |
506 | 2024-12-19T05:32:29.471Z | Compiling icu_properties_data v1.5.0 |
507 | 2024-12-19T05:32:29.727Z | Compiling byteorder v1.5.0 |
508 | 2024-12-19T05:32:29.744Z | Compiling semver v1.0.24 |
509 | 2024-12-19T05:32:29.746Z | Compiling typenum v1.17.0 |
510 | 2024-12-19T05:32:30.072Z | Compiling utf8parse v0.2.2 |
511 | 2024-12-19T05:32:30.102Z | Compiling gimli v0.28.1 |
512 | 2024-12-19T05:32:30.219Z | Compiling thiserror v1.0.69 |
513 | 2024-12-19T05:32:30.235Z | Compiling spin v0.9.8 |
514 | 2024-12-19T05:32:30.440Z | Compiling adler v1.0.2 |
515 | 2024-12-19T05:32:30.471Z | Compiling untrusted v0.9.0 |
516 | 2024-12-19T05:32:30.654Z | Compiling miniz_oxide v0.7.4 |
517 | 2024-12-19T05:32:30.729Z | Compiling http-body v1.0.1 |
518 | 2024-12-19T05:32:30.965Z | Compiling generic-array v0.14.7 |
519 | 2024-12-19T05:32:31.092Z | Compiling object v0.32.2 |
520 | 2024-12-19T05:32:31.294Z | Compiling unicode-width v0.2.0 |
521 | 2024-12-19T05:32:31.842Z | Compiling zeroize v1.8.1 |
522 | 2024-12-19T05:32:32.024Z | Compiling utf16_iter v1.0.5 |
523 | 2024-12-19T05:32:32.110Z | Compiling rustls v0.23.20 |
524 | 2024-12-19T05:32:32.183Z | Compiling utf8_iter v1.0.4 |
525 | 2024-12-19T05:32:32.229Z | Compiling pkg-config v0.3.31 |
526 | 2024-12-19T05:32:32.415Z | Compiling icu_normalizer_data v1.5.0 |
527 | 2024-12-19T05:32:32.461Z | Compiling rustc-demangle v0.1.24 |
528 | 2024-12-19T05:32:32.505Z | Compiling target-spec v3.2.2 |
529 | 2024-12-19T05:32:33.005Z | Compiling synstructure v0.13.1 |
530 | 2024-12-19T05:32:33.451Z | Compiling thiserror v2.0.8 |
531 | 2024-12-19T05:32:33.750Z | Compiling try-lock v0.2.5 |
532 | 2024-12-19T05:32:33.964Z | Compiling fastrand v2.3.0 |
533 | 2024-12-19T05:32:34.049Z | Compiling write16 v1.0.0 |
534 | 2024-12-19T05:32:34.405Z | Compiling tempfile v3.14.0 |
535 | 2024-12-19T05:32:34.494Z | Compiling want v0.3.1 |
536 | 2024-12-19T05:32:34.557Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
537 | 2024-12-19T05:32:34.687Z | Compiling cfg-expr v0.17.2 |
538 | 2024-12-19T05:32:34.785Z | Compiling addr2line v0.21.0 |
539 | 2024-12-19T05:32:36.312Z | Compiling terminal_size v0.4.1 |
540 | 2024-12-19T05:32:36.539Z | Compiling aho-corasick v1.1.3 |
541 | 2024-12-19T05:32:36.555Z | Compiling owo-colors v4.1.0 |
542 | 2024-12-19T05:32:36.579Z | Compiling subtle v2.6.1 |
543 | 2024-12-19T05:32:36.849Z | Compiling regex-syntax v0.8.5 |
544 | 2024-12-19T05:32:36.867Z | Compiling percent-encoding v2.3.1 |
545 | 2024-12-19T05:32:37.080Z | Compiling form_urlencoded v1.2.1 |
546 | 2024-12-19T05:32:37.587Z | Compiling ahash v0.8.11 |
547 | 2024-12-19T05:32:37.955Z | Compiling num-traits v0.2.19 |
548 | 2024-12-19T05:32:38.269Z | Compiling serde_derive v1.0.216 |
549 | 2024-12-19T05:32:38.291Z | Compiling zerofrom-derive v0.1.5 |
550 | 2024-12-19T05:32:38.376Z | Compiling yoke-derive v0.7.5 |
551 | 2024-12-19T05:32:39.518Z | Compiling zerovec-derive v0.10.3 |
552 | 2024-12-19T05:32:41.124Z | Compiling displaydoc v0.2.5 |
553 | 2024-12-19T05:32:41.738Z | Compiling zerofrom v0.1.5 |
554 | 2024-12-19T05:32:41.985Z | Compiling yoke v0.7.5 |
555 | 2024-12-19T05:32:42.008Z | Compiling futures-macro v0.3.31 |
556 | 2024-12-19T05:32:42.345Z | Compiling zerovec v0.10.4 |
557 | 2024-12-19T05:32:42.621Z | Compiling icu_provider_macros v1.5.0 |
558 | 2024-12-19T05:32:43.207Z | Compiling tokio-macros v2.4.0 |
559 | 2024-12-19T05:32:43.787Z | Compiling tracing-attributes v0.1.28 |
560 | 2024-12-19T05:32:43.876Z | Compiling futures-util v0.3.31 |
561 | 2024-12-19T05:32:44.742Z | Compiling tinystr v0.7.6 |
562 | 2024-12-19T05:32:45.148Z | Compiling icu_locid v1.5.0 |
563 | 2024-12-19T05:32:45.292Z | Compiling tokio v1.42.0 |
564 | 2024-12-19T05:32:47.091Z | Compiling icu_provider v1.5.0 |
565 | 2024-12-19T05:32:49.384Z | Compiling icu_locid_transform v1.5.0 |
566 | 2024-12-19T05:32:50.511Z | Compiling tracing v0.1.41 |
567 | 2024-12-19T05:32:50.795Z | Compiling icu_collections v1.5.0 |
568 | 2024-12-19T05:32:51.237Z | Compiling zerocopy-derive v0.7.35 |
569 | 2024-12-19T05:32:52.665Z | Compiling indexmap v2.7.0 |
570 | 2024-12-19T05:32:53.494Z | Compiling zerocopy v0.7.35 |
571 | 2024-12-19T05:32:54.255Z | Compiling icu_properties v1.5.1 |
572 | 2024-12-19T05:32:54.615Z | Compiling thiserror-impl v1.0.69 |
573 | 2024-12-19T05:32:56.668Z | Compiling rustls-webpki v0.102.8 |
574 | 2024-12-19T05:32:57.813Z | Compiling thiserror-impl v2.0.8 |
575 | 2024-12-19T05:32:58.695Z | Compiling icu_normalizer v1.5.0 |
576 | 2024-12-19T05:33:00.573Z | Compiling idna_adapter v1.2.0 |
577 | 2024-12-19T05:33:01.255Z | Compiling hyper v1.5.2 |
578 | 2024-12-19T05:33:02.069Z | Compiling regex-automata v0.4.9 |
579 | 2024-12-19T05:33:04.119Z | Compiling lock_api v0.4.12 |
580 | 2024-12-19T05:33:04.474Z | Compiling unicode-linebreak v0.1.5 |
581 | 2024-12-19T05:33:05.032Z | Compiling winnow v0.6.20 |
582 | 2024-12-19T05:33:06.961Z | Compiling is_ci v1.2.0 |
583 | 2024-12-19T05:33:07.249Z | Compiling signal-hook v0.3.17 |
584 | 2024-12-19T05:33:07.569Z | Compiling tower-service v0.3.3 |
585 | 2024-12-19T05:33:07.699Z | Compiling parking_lot_core v0.9.10 |
586 | 2024-12-19T05:33:08.145Z | Compiling portable-atomic v1.10.0 |
587 | 2024-12-19T05:33:08.836Z | Compiling either v1.13.0 |
588 | 2024-12-19T05:33:09.085Z | Compiling unicode-width v0.1.14 |
589 | 2024-12-19T05:33:09.274Z | Compiling nextest-workspace-hack v0.1.0 |
590 | 2024-12-19T05:33:09.392Z | Compiling lazy_static v1.5.0 |
591 | 2024-12-19T05:33:09.508Z | Compiling sharded-slab v0.1.7 |
592 | 2024-12-19T05:33:09.571Z | Compiling textwrap v0.16.1 |
593 | 2024-12-19T05:33:09.696Z | Compiling hyper-util v0.1.10 |
594 | 2024-12-19T05:33:09.816Z | Compiling tokio-rustls v0.26.1 |
595 | 2024-12-19T05:33:10.310Z | Compiling supports-color v3.0.2 |
596 | 2024-12-19T05:33:10.843Z | Compiling idna v1.0.3 |
597 | 2024-12-19T05:33:11.110Z | Compiling backtrace-ext v0.2.1 |
598 | 2024-12-19T05:33:11.623Z | Compiling pathdiff v0.2.3 |
599 | 2024-12-19T05:33:11.801Z | Compiling serde_spanned v0.6.8 |
600 | 2024-12-19T05:33:12.053Z | Compiling cargo-platform v0.1.9 |
601 | 2024-12-19T05:33:12.697Z | Compiling toml_datetime v0.6.8 |
602 | 2024-12-19T05:33:13.372Z | Compiling miette-derive v7.4.0 |
603 | 2024-12-19T05:33:15.149Z | Compiling console v0.15.10 |
604 | 2024-12-19T05:33:16.239Z | Compiling webpki-roots v0.26.7 |
605 | 2024-12-19T05:33:16.309Z | Compiling tracing-log v0.2.0 |
606 | 2024-12-19T05:33:16.447Z | Compiling vte_generate_state_changes v0.1.2 |
607 | 2024-12-19T05:33:16.568Z | Compiling thread_local v1.1.8 |
608 | 2024-12-19T05:33:17.077Z | Compiling supports-unicode v3.0.0 |
609 | 2024-12-19T05:33:17.095Z | Compiling adler2 v2.0.0 |
610 | 2024-12-19T05:33:17.296Z | Compiling fixedbitset v0.4.2 |
611 | 2024-12-19T05:33:17.338Z | Compiling newtype-uuid v1.1.3 |
612 | 2024-12-19T05:33:17.355Z | Compiling cfg_aliases v0.2.1 |
613 | 2024-12-19T05:33:17.454Z | Compiling scopeguard v1.2.0 |
614 | 2024-12-19T05:33:17.595Z | Compiling supports-hyperlinks v3.1.0 |
615 | 2024-12-19T05:33:17.615Z | Compiling zstd-safe v7.2.1 |
616 | 2024-12-19T05:33:17.951Z | Compiling miette v7.4.0 |
617 | 2024-12-19T05:33:18.003Z | Compiling petgraph v0.6.5 |
618 | 2024-12-19T05:33:18.247Z | Compiling nix v0.29.0 |
619 | 2024-12-19T05:33:18.328Z | Compiling miniz_oxide v0.8.2 |
620 | 2024-12-19T05:33:18.495Z | Compiling vte v0.11.1 |
621 | 2024-12-19T05:33:19.040Z | Compiling tracing-subscriber v0.3.19 |
622 | 2024-12-19T05:33:19.926Z | Compiling hyper-rustls v0.27.4 |
623 | 2024-12-19T05:33:21.543Z | Compiling toml_edit v0.22.22 |
624 | 2024-12-19T05:33:21.764Z | Compiling cargo_metadata v0.19.1 |
625 | 2024-12-19T05:33:23.662Z | Compiling url v2.5.4 |
626 | 2024-12-19T05:33:29.357Z | Compiling itertools v0.13.0 |
627 | 2024-12-19T05:33:29.487Z | Compiling regex v1.11.1 |
628 | 2024-12-19T05:33:30.857Z | Compiling ppv-lite86 v0.2.20 |
629 | 2024-12-19T05:33:31.757Z | Compiling serde_urlencoded v0.7.1 |
630 | 2024-12-19T05:33:31.795Z | Compiling smol_str v0.3.2 |
631 | 2024-12-19T05:33:32.365Z | Compiling http-body-util v0.1.2 |
632 | 2024-12-19T05:33:32.469Z | Compiling futures-executor v0.3.31 |
633 | 2024-12-19T05:33:32.971Z | Compiling crypto-common v0.1.6 |
634 | 2024-12-19T05:33:33.143Z | Compiling block-buffer v0.10.4 |
635 | 2024-12-19T05:33:33.164Z | Compiling pin-project-internal v1.1.7 |
636 | 2024-12-19T05:33:33.198Z | Compiling anstyle-parse v0.2.6 |
637 | 2024-12-19T05:33:33.386Z | Compiling rustls-pemfile v2.2.0 |
638 | 2024-12-19T05:33:33.607Z | Compiling xattr v1.3.1 |
639 | 2024-12-19T05:33:33.654Z | Compiling rand_core v0.6.4 |
640 | 2024-12-19T05:33:33.871Z | Compiling uuid v1.11.0 |
641 | 2024-12-19T05:33:33.898Z | Compiling filetime v0.2.25 |
642 | 2024-12-19T05:33:34.114Z | Compiling sync_wrapper v1.0.2 |
643 | 2024-12-19T05:33:34.237Z | Compiling bstr v1.11.1 |
644 | 2024-12-19T05:33:34.265Z | Compiling crc32fast v1.4.2 |
645 | 2024-12-19T05:33:34.634Z | Compiling anstyle v1.0.10 |
646 | 2024-12-19T05:33:34.760Z | Compiling ipnet v2.10.1 |
647 | 2024-12-19T05:33:35.027Z | Compiling anstyle-query v1.1.2 |
648 | 2024-12-19T05:33:35.179Z | Compiling colorchoice v1.0.3 |
649 | 2024-12-19T05:33:35.181Z | Compiling minimal-lexical v0.2.1 |
650 | 2024-12-19T05:33:35.345Z | Compiling base64 v0.22.1 |
651 | 2024-12-19T05:33:35.810Z | Compiling self_update v0.41.0 |
652 | 2024-12-19T05:33:35.832Z | Compiling number_prefix v0.4.0 |
653 | 2024-12-19T05:33:36.021Z | Compiling nested v0.1.1 |
654 | 2024-12-19T05:33:36.066Z | Compiling tinyvec_macros v0.1.1 |
655 | 2024-12-19T05:33:36.163Z | Compiling static_assertions v1.1.0 |
656 | 2024-12-19T05:33:36.179Z | Compiling iana-time-zone v0.1.61 |
657 | 2024-12-19T05:33:36.266Z | Compiling is_terminal_polyfill v1.70.1 |
658 | 2024-12-19T05:33:36.373Z | Compiling eyre v0.6.12 |
659 | 2024-12-19T05:33:36.392Z | Compiling debug-ignore v1.0.5 |
660 | 2024-12-19T05:33:36.411Z | Compiling mime v0.3.17 |
661 | 2024-12-19T05:33:36.541Z | Compiling guppy v0.17.10 |
662 | 2024-12-19T05:33:36.896Z | Compiling reqwest v0.12.9 |
663 | 2024-12-19T05:33:37.293Z | Compiling anstream v0.6.18 |
664 | 2024-12-19T05:33:37.486Z | Compiling chrono v0.4.39 |
665 | 2024-12-19T05:33:37.848Z | Compiling tinyvec v1.8.0 |
666 | 2024-12-19T05:33:38.324Z | Compiling pin-project v1.1.7 |
667 | 2024-12-19T05:33:38.463Z | Compiling indicatif v0.17.9 |
668 | 2024-12-19T05:33:38.489Z | Compiling nom v7.1.3 |
669 | 2024-12-19T05:33:39.532Z | Compiling globset v0.4.15 |
670 | 2024-12-19T05:33:42.904Z | Compiling flate2 v1.0.35 |
671 | 2024-12-19T05:33:44.408Z | Compiling tar v0.4.43 |
672 | 2024-12-19T05:33:44.535Z | Compiling rand_chacha v0.3.1 |
673 | 2024-12-19T05:33:45.574Z | Compiling digest v0.10.7 |
674 | 2024-12-19T05:33:45.743Z | Compiling futures v0.3.31 |
675 | 2024-12-19T05:33:45.863Z | Compiling nextest-metadata v0.12.1 |
676 | 2024-12-19T05:33:46.007Z | Compiling parking_lot v0.12.3 |
677 | 2024-12-19T05:33:46.025Z | Compiling signal-hook-mio v0.2.4 |
678 | 2024-12-19T05:33:46.208Z | Compiling toml v0.8.19 |
679 | 2024-12-19T05:33:46.278Z | Compiling tracing-error v0.2.1 |
680 | 2024-12-19T05:33:46.711Z | Compiling strip-ansi-escapes v0.2.0 |
681 | 2024-12-19T05:33:48.104Z | Compiling self-replace v1.5.0 |
682 | 2024-12-19T05:33:48.363Z | Compiling shared_child v1.0.1 |
683 | 2024-12-19T05:33:48.629Z | Compiling os_pipe v1.2.1 |
684 | 2024-12-19T05:33:48.677Z | Compiling quick-xml v0.37.1 |
685 | 2024-12-19T05:33:48.903Z | Compiling quick-xml v0.23.1 |
686 | 2024-12-19T05:33:49.013Z | Compiling shell-words v1.1.0 |
687 | 2024-12-19T05:33:49.442Z | Compiling recursion v0.5.2 |
688 | 2024-12-19T05:33:49.663Z | Compiling heck v0.5.0 |
689 | 2024-12-19T05:33:50.095Z | Compiling urlencoding v2.1.3 |
690 | 2024-12-19T05:33:50.546Z | Compiling humantime v2.1.0 |
691 | 2024-12-19T05:33:50.581Z | Compiling cpufeatures v0.2.16 |
692 | 2024-12-19T05:33:50.679Z | Compiling indenter v0.3.3 |
693 | 2024-12-19T05:33:50.864Z | Compiling owo-colors v3.5.0 |
694 | 2024-12-19T05:33:51.292Z | Compiling strsim v0.11.1 |
695 | 2024-12-19T05:33:51.404Z | Compiling unicase v2.8.0 |
696 | 2024-12-19T05:33:51.955Z | Compiling clap_lex v0.7.4 |
697 | 2024-12-19T05:33:52.333Z | Compiling clap_builder v4.5.23 |
698 | 2024-12-19T05:33:52.699Z | Compiling humantime-serde v1.1.1 |
699 | 2024-12-19T05:33:53.261Z | Compiling color-spantrace v0.2.1 |
700 | 2024-12-19T05:33:53.712Z | Compiling sha2 v0.10.8 |
701 | 2024-12-19T05:33:54.087Z | Compiling clap_derive v4.5.18 |
702 | 2024-12-19T05:33:54.253Z | Compiling quick-junit v0.5.1 |
703 | 2024-12-19T05:33:56.711Z | Compiling nextest-filtering v0.12.0 |
704 | 2024-12-19T05:33:56.906Z | Compiling duct v0.13.7 |
705 | 2024-12-19T05:33:58.792Z | Compiling cargo-nextest v0.9.87 |
706 | 2024-12-19T05:33:59.354Z | Compiling config v0.14.1 |
707 | 2024-12-19T05:34:00.962Z | Compiling crossterm v0.28.1 |
708 | 2024-12-19T05:34:01.621Z | Compiling async-scoped v0.9.0 |
709 | 2024-12-19T05:34:01.952Z | Compiling rand v0.8.5 |
710 | 2024-12-19T05:34:03.864Z | Compiling unicode-normalization v0.1.24 |
711 | 2024-12-19T05:34:05.211Z | Compiling zstd v0.13.2 |
712 | 2024-12-19T05:34:05.723Z | Compiling target-spec-miette v0.4.0 |
713 | 2024-12-19T05:34:06.158Z | Compiling mukti-metadata v0.3.0 |
714 | 2024-12-19T05:34:06.459Z | Compiling tokio-stream v0.1.17 |
715 | 2024-12-19T05:34:07.176Z | Compiling camino-tempfile v1.1.1 |
716 | 2024-12-19T05:34:07.652Z | Compiling serde_path_to_error v0.1.16 |
717 | 2024-12-19T05:34:07.958Z | Compiling serde_ignored v0.1.10 |
718 | 2024-12-19T05:34:08.400Z | Compiling future-queue v0.3.0 |
719 | 2024-12-19T05:34:08.700Z | Compiling derive-where v1.2.7 |
720 | 2024-12-19T05:34:08.859Z | Compiling atomicwrites v0.4.4 |
721 | 2024-12-19T05:34:09.310Z | Compiling swrite v0.1.0 |
722 | 2024-12-19T05:34:09.394Z | Compiling indent_write v2.2.0 |
723 | 2024-12-19T05:34:09.437Z | Compiling xxhash-rust v0.8.12 |
724 | 2024-12-19T05:34:09.548Z | Compiling hex v0.4.3 |
725 | 2024-12-19T05:34:09.620Z | Compiling home v0.5.11 |
726 | 2024-12-19T05:34:09.736Z | Compiling clap v4.5.23 |
727 | 2024-12-19T05:34:09.853Z | Compiling color-eyre v0.6.3 |
728 | 2024-12-19T05:34:09.906Z | Compiling dialoguer v0.11.0 |
729 | 2024-12-19T05:34:10.029Z | Compiling enable-ansi-support v0.2.1 |
730 | 2024-12-19T05:34:12.052Z | Compiling nextest-runner v0.70.0 |
731 | 2024-12-19T05:34:52.800Z | Finished `release` profile [optimized] target(s) in 2m 32s |
732 | 2024-12-19T05:34:53.026Z | Installing /home/build/.cargo/bin/cargo-nextest |
733 | 2024-12-19T05:34:53.029Z | Installed package `cargo-nextest v0.9.87` (executable `cargo-nextest`) |
734 | 2024-12-19T05:34:53.134Z | + banner bfd |
735 | 2024-12-19T05:34:53.137Z | |
736 | 2024-12-19T05:34:53.137Z | ##### ###### ##### |
737 | 2024-12-19T05:34:53.137Z | # # # # # |
738 | 2024-12-19T05:34:53.137Z | ##### ##### # # |
739 | 2024-12-19T05:34:53.137Z | # # # # # |
740 | 2024-12-19T05:34:53.137Z | # # # # # |
741 | 2024-12-19T05:34:53.137Z | ##### # ##### |
742 | 2024-12-19T05:34:53.137Z | |
743 | 2024-12-19T05:34:53.140Z | + cargo nextest run -p bfd --nocapture |
744 | 2024-12-19T05:34:53.417Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
745 | 2024-12-19T05:34:53.691Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
746 | 2024-12-19T05:34:53.965Z | From https://www.github.com/oxidecomputer/oxnet |
747 | 2024-12-19T05:34:53.965Z | * [new branch] ci -> origin/ci |
748 | 2024-12-19T05:34:53.967Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
749 | 2024-12-19T05:34:53.968Z | * [new branch] main -> origin/main |
750 | 2024-12-19T05:34:53.968Z | * [new ref] -> origin/HEAD |
751 | 2024-12-19T05:34:53.977Z | Updating crates.io index |
752 | 2024-12-19T05:34:54.061Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
753 | 2024-12-19T05:34:54.768Z | From https://github.com/oxidecomputer/falcon |
754 | 2024-12-19T05:34:54.768Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
755 | 2024-12-19T05:34:54.875Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
756 | 2024-12-19T05:34:56.004Z | From https://github.com/oxidecomputer/dendrite |
757 | 2024-12-19T05:34:56.004Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
758 | 2024-12-19T05:34:56.057Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
759 | 2024-12-19T05:34:56.457Z | From https://github.com/oxidecomputer/ispf |
760 | 2024-12-19T05:34:56.457Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
761 | 2024-12-19T05:34:56.465Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
762 | 2024-12-19T05:34:56.966Z | From https://github.com/oxidecomputer/netadm-sys |
763 | 2024-12-19T05:34:56.966Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
764 | 2024-12-19T05:34:56.978Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
765 | 2024-12-19T05:35:00.485Z | From https://github.com/oxidecomputer/omicron |
766 | 2024-12-19T05:35:00.485Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
767 | 2024-12-19T05:35:00.514Z | * [new tag] dogfood -> dogfood |
768 | 2024-12-19T05:35:00.517Z | * [new tag] v5 -> v5 |
769 | 2024-12-19T05:35:00.517Z | * [new tag] v6 -> v6 |
770 | 2024-12-19T05:35:00.517Z | * [new tag] v7 -> v7 |
771 | 2024-12-19T05:35:00.517Z | * [new tag] v8 -> v8 |
772 | 2024-12-19T05:35:00.517Z | * [new tag] v9 -> v9 |
773 | 2024-12-19T05:35:00.889Z | Updating git repository `https://github.com/oxidecomputer/opte` |
774 | 2024-12-19T05:35:01.570Z | From https://github.com/oxidecomputer/opte |
775 | 2024-12-19T05:35:01.570Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
776 | 2024-12-19T05:35:01.642Z | Updating git repository `https://github.com/illumos/smf-rs` |
777 | 2024-12-19T05:35:02.049Z | From https://github.com/illumos/smf-rs |
778 | 2024-12-19T05:35:02.049Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
779 | 2024-12-19T05:35:02.063Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
780 | 2024-12-19T05:35:02.711Z | From https://github.com/oxidecomputer/maghemite |
781 | 2024-12-19T05:35:02.711Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
782 | 2024-12-19T05:35:02.728Z | * [new tag] rift -> rift |
783 | 2024-12-19T05:35:02.730Z | * [new tag] srp -> srp |
784 | 2024-12-19T05:35:02.731Z | * [new tag] tie-spf -> tie-spf |
785 | 2024-12-19T05:35:02.801Z | Updating git repository `https://github.com/oxidecomputer/zone` |
786 | 2024-12-19T05:35:03.217Z | From https://github.com/oxidecomputer/zone |
787 | 2024-12-19T05:35:03.217Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
788 | 2024-12-19T05:35:03.229Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
789 | 2024-12-19T05:35:04.058Z | From https://github.com/oxidecomputer/propolis |
790 | 2024-12-19T05:35:04.058Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
791 | 2024-12-19T05:35:04.142Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
792 | 2024-12-19T05:35:04.524Z | From https://github.com/oxidecomputer/dlpi-sys |
793 | 2024-12-19T05:35:04.524Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
794 | 2024-12-19T05:35:04.557Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
795 | 2024-12-19T05:35:04.965Z | From https://github.com/jmesmon/rust-libzfs |
796 | 2024-12-19T05:35:04.965Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
797 | 2024-12-19T05:35:04.980Z | * [new tag] v0.4.0 -> v0.4.0 |
798 | 2024-12-19T05:35:04.999Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
799 | 2024-12-19T05:35:05.430Z | From https://github.com/oxidecomputer/rusty-doors |
800 | 2024-12-19T05:35:05.430Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
801 | 2024-12-19T05:35:05.465Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
802 | 2024-12-19T05:35:05.925Z | From https://github.com/oxidecomputer/maghemite |
803 | 2024-12-19T05:35:05.925Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
804 | 2024-12-19T05:35:05.962Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-12-19T05:35:06.403Z | From https://github.com/oxidecomputer/serde_human_bytes |
806 | 2024-12-19T05:35:06.403Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
807 | 2024-12-19T05:35:06.427Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
808 | 2024-12-19T05:35:06.838Z | From https://github.com/oxidecomputer/slog-error-chain |
809 | 2024-12-19T05:35:06.838Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
810 | 2024-12-19T05:35:06.876Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
811 | 2024-12-19T05:35:07.248Z | From https://github.com/oxidecomputer/poptrie |
812 | 2024-12-19T05:35:07.248Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
813 | 2024-12-19T05:35:07.269Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
814 | 2024-12-19T05:35:07.698Z | From https://github.com/illumos/libscf-sys |
815 | 2024-12-19T05:35:07.698Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
816 | 2024-12-19T05:35:07.724Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
817 | 2024-12-19T05:35:08.625Z | From https://github.com/oxidecomputer/progenitor |
818 | 2024-12-19T05:35:08.625Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
819 | 2024-12-19T05:35:08.648Z | * [new tag] v0.1.1 -> v0.1.1 |
820 | 2024-12-19T05:35:08.650Z | * [new tag] v0.2.0 -> v0.2.0 |
821 | 2024-12-19T05:35:08.650Z | * [new tag] v0.3.0 -> v0.3.0 |
822 | 2024-12-19T05:35:08.650Z | * [new tag] v0.4.0 -> v0.4.0 |
823 | 2024-12-19T05:35:08.650Z | * [new tag] v0.5.0 -> v0.5.0 |
824 | 2024-12-19T05:35:08.650Z | * [new tag] v0.6.0 -> v0.6.0 |
825 | 2024-12-19T05:35:08.650Z | * [new tag] v0.7.0 -> v0.7.0 |
826 | 2024-12-19T05:35:08.794Z | Updating git repository `https://github.com/oxidecomputer/typify` |
827 | 2024-12-19T05:35:09.532Z | From https://github.com/oxidecomputer/typify |
828 | 2024-12-19T05:35:09.532Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
829 | 2024-12-19T05:35:09.534Z | * [new tag] v0.2.0 -> v0.2.0 |
830 | 2024-12-19T05:35:09.553Z | * [new tag] v0.0.10 -> v0.0.10 |
831 | 2024-12-19T05:35:09.555Z | * [new tag] v0.0.11 -> v0.0.11 |
832 | 2024-12-19T05:35:09.555Z | * [new tag] v0.0.12 -> v0.0.12 |
833 | 2024-12-19T05:35:09.555Z | * [new tag] v0.0.13 -> v0.0.13 |
834 | 2024-12-19T05:35:09.555Z | * [new tag] v0.0.14 -> v0.0.14 |
835 | 2024-12-19T05:35:09.555Z | * [new tag] v0.0.15 -> v0.0.15 |
836 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.16 -> v0.0.16 |
837 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.4 -> v0.0.4 |
838 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.5 -> v0.0.5 |
839 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.7 -> v0.0.7 |
840 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.8 -> v0.0.8 |
841 | 2024-12-19T05:35:09.556Z | * [new tag] v0.0.9 -> v0.0.9 |
842 | 2024-12-19T05:35:09.556Z | * [new tag] v0.1.0 -> v0.1.0 |
843 | 2024-12-19T05:35:09.687Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
844 | 2024-12-19T05:35:10.713Z | From https://github.com/oxidecomputer/crucible |
845 | 2024-12-19T05:35:10.713Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
846 | 2024-12-19T05:35:10.776Z | Updating git repository `https://github.com/oxidecomputer/opte` |
847 | 2024-12-19T05:35:11.227Z | From https://github.com/oxidecomputer/opte |
848 | 2024-12-19T05:35:11.227Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
849 | 2024-12-19T05:35:11.288Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
850 | 2024-12-19T05:35:11.929Z | From https://github.com/oxidecomputer/management-gateway-service |
851 | 2024-12-19T05:35:11.929Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
852 | 2024-12-19T05:35:12.399Z | Downloading crates ... |
853 | 2024-12-19T05:35:12.524Z | Downloaded anstyle-query v1.1.1 |
854 | 2024-12-19T05:35:12.529Z | Downloaded anstream v0.6.15 |
855 | 2024-12-19T05:35:12.532Z | Downloaded anyhow v1.0.94 |
856 | 2024-12-19T05:35:12.538Z | Downloaded async-stream-impl v0.3.5 |
857 | 2024-12-19T05:35:12.540Z | Downloaded crunchy v0.2.2 |
858 | 2024-12-19T05:35:12.540Z | Downloaded const-random-macro v0.1.16 |
859 | 2024-12-19T05:35:12.542Z | Downloaded rustls-pemfile v1.0.4 |
860 | 2024-12-19T05:35:12.544Z | Downloaded serde_spanned v0.6.7 |
861 | 2024-12-19T05:35:12.547Z | Downloaded cstr-argument v0.1.2 |
862 | 2024-12-19T05:35:12.547Z | Downloaded semver v1.0.23 |
863 | 2024-12-19T05:35:12.557Z | Downloaded tokio-tungstenite v0.21.0 |
864 | 2024-12-19T05:35:12.560Z | Downloaded take_mut v0.2.2 |
865 | 2024-12-19T05:35:12.562Z | Downloaded fxhash v0.2.1 |
866 | 2024-12-19T05:35:12.562Z | Downloaded const-random v0.1.18 |
867 | 2024-12-19T05:35:12.565Z | Downloaded slog-async v2.8.0 |
868 | 2024-12-19T05:35:12.567Z | Downloaded toml v0.7.8 |
869 | 2024-12-19T05:35:12.569Z | Downloaded time v0.3.36 |
870 | 2024-12-19T05:35:12.577Z | Downloaded schemars v0.8.21 |
871 | 2024-12-19T05:35:12.590Z | Downloaded futures-core v0.3.30 |
872 | 2024-12-19T05:35:12.593Z | Downloaded async-stream v0.3.5 |
873 | 2024-12-19T05:35:12.595Z | Downloaded heck v0.4.1 |
874 | 2024-12-19T05:35:12.598Z | Downloaded float-ord v0.3.2 |
875 | 2024-12-19T05:35:12.598Z | Downloaded dirs-next v2.0.0 |
876 | 2024-12-19T05:35:12.598Z | Downloaded darling_macro v0.20.10 |
877 | 2024-12-19T05:35:12.601Z | Downloaded crc8 v0.1.1 |
878 | 2024-12-19T05:35:12.601Z | Downloaded rustls-pemfile v2.1.3 |
879 | 2024-12-19T05:35:12.604Z | Downloaded rustc_version v0.1.7 |
880 | 2024-12-19T05:35:12.604Z | Downloaded httparse v1.9.4 |
881 | 2024-12-19T05:35:12.606Z | Downloaded hostname v0.3.1 |
882 | 2024-12-19T05:35:12.608Z | Downloaded hostname v0.4.0 |
883 | 2024-12-19T05:35:12.611Z | Downloaded foreign-types v0.5.0 |
884 | 2024-12-19T05:35:12.613Z | Downloaded dirs-sys-next v0.1.2 |
885 | 2024-12-19T05:35:12.613Z | Downloaded dof v0.3.0 |
886 | 2024-12-19T05:35:12.616Z | Downloaded constant_time_eq v0.3.1 |
887 | 2024-12-19T05:35:12.618Z | Downloaded hash32 v0.3.1 |
888 | 2024-12-19T05:35:12.618Z | Downloaded errno v0.3.9 |
889 | 2024-12-19T05:35:12.620Z | Downloaded futures-task v0.3.30 |
890 | 2024-12-19T05:35:12.622Z | Downloaded futures-sink v0.3.30 |
891 | 2024-12-19T05:35:12.622Z | Downloaded rustls v0.22.4 |
892 | 2024-12-19T05:35:12.637Z | Downloaded plain v0.2.3 |
893 | 2024-12-19T05:35:12.639Z | Downloaded same-file v1.0.6 |
894 | 2024-12-19T05:35:12.641Z | Downloaded rustls-pki-types v1.8.0 |
895 | 2024-12-19T05:35:12.644Z | Downloaded zone_cfg_derive v0.1.2 |
896 | 2024-12-19T05:35:12.644Z | Downloaded rustversion v1.0.17 |
897 | 2024-12-19T05:35:12.647Z | Downloaded console v0.15.8 |
898 | 2024-12-19T05:35:12.649Z | Downloaded backoff v0.4.0 |
899 | 2024-12-19T05:35:12.653Z | Downloaded argon2 v0.5.3 |
900 | 2024-12-19T05:35:12.655Z | Downloaded cancel-safe-futures v0.1.5 |
901 | 2024-12-19T05:35:12.659Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-12-19T05:35:12.674Z | Downloaded progenitor-client v0.8.0 |
903 | 2024-12-19T05:35:12.676Z | Downloaded rustix v0.38.37 |
904 | 2024-12-19T05:35:12.699Z | Downloaded pretty-hex v0.4.1 |
905 | 2024-12-19T05:35:12.701Z | Downloaded serde_derive_internals v0.29.1 |
906 | 2024-12-19T05:35:12.704Z | Downloaded pretty-hex v0.2.1 |
907 | 2024-12-19T05:35:12.704Z | Downloaded newtype_derive v0.1.6 |
908 | 2024-12-19T05:35:12.706Z | Downloaded zone_cfg_derive v0.3.0 |
909 | 2024-12-19T05:35:12.706Z | Downloaded resolv-conf v0.7.0 |
910 | 2024-12-19T05:35:12.708Z | Downloaded newline-converter v0.3.0 |
911 | 2024-12-19T05:35:12.710Z | Downloaded zone v0.3.0 |
912 | 2024-12-19T05:35:12.710Z | Downloaded xz2 v0.1.7 |
913 | 2024-12-19T05:35:12.713Z | Downloaded time-core v0.1.2 |
914 | 2024-12-19T05:35:12.716Z | Downloaded schemars_derive v0.8.21 |
915 | 2024-12-19T05:35:12.716Z | Downloaded num-iter v0.1.45 |
916 | 2024-12-19T05:35:12.718Z | Downloaded dropshot_endpoint v0.12.0 |
917 | 2024-12-19T05:35:12.721Z | Downloaded smf v0.2.3 |
918 | 2024-12-19T05:35:12.725Z | Downloaded sha1 v0.10.6 |
919 | 2024-12-19T05:35:12.725Z | Downloaded rustls v0.23.13 |
920 | 2024-12-19T05:35:12.737Z | Downloaded omicron-workspace-hack v0.1.0 |
921 | 2024-12-19T05:35:12.740Z | Downloaded atomic-waker v1.1.2 |
922 | 2024-12-19T05:35:12.740Z | Downloaded arrayref v0.3.9 |
923 | 2024-12-19T05:35:12.742Z | Downloaded num_threads v0.1.7 |
924 | 2024-12-19T05:35:12.742Z | Downloaded pest_generator v2.7.13 |
925 | 2024-12-19T05:35:12.744Z | Downloaded waitgroup v0.1.2 |
926 | 2024-12-19T05:35:12.744Z | Downloaded usdt-macro v0.5.0 |
927 | 2024-12-19T05:35:12.744Z | Downloaded usdt-attr-macro v0.5.0 |
928 | 2024-12-19T05:35:12.746Z | Downloaded slog-json v2.6.1 |
929 | 2024-12-19T05:35:12.748Z | Downloaded slog-dtrace v0.3.0 |
930 | 2024-12-19T05:35:12.750Z | Downloaded derive_more v0.99.18 |
931 | 2024-12-19T05:35:12.754Z | Downloaded lru-cache v0.1.2 |
932 | 2024-12-19T05:35:12.756Z | Downloaded topological-sort v0.2.2 |
933 | 2024-12-19T05:35:12.756Z | Downloaded thread-id v4.2.2 |
934 | 2024-12-19T05:35:12.758Z | Downloaded terminal_size v0.4.0 |
935 | 2024-12-19T05:35:12.760Z | Downloaded httpdate v1.0.3 |
936 | 2024-12-19T05:35:12.763Z | Downloaded num-derive v0.3.3 |
937 | 2024-12-19T05:35:12.763Z | Downloaded zone v0.1.8 |
938 | 2024-12-19T05:35:12.765Z | Downloaded progenitor-macro v0.8.0 |
939 | 2024-12-19T05:35:12.765Z | Downloaded semver v0.1.20 |
940 | 2024-12-19T05:35:12.765Z | Downloaded typify-macro v0.2.0 |
941 | 2024-12-19T05:35:12.770Z | Downloaded ident_case v1.0.1 |
942 | 2024-12-19T05:35:12.770Z | Downloaded tiny-keccak v2.0.2 |
943 | 2024-12-19T05:35:12.772Z | Downloaded no-std-compat v0.4.1 |
944 | 2024-12-19T05:35:12.772Z | Downloaded match_cfg v0.1.0 |
945 | 2024-12-19T05:35:12.772Z | Downloaded instant v0.1.13 |
946 | 2024-12-19T05:35:12.775Z | Downloaded usdt-impl v0.5.0 |
947 | 2024-12-19T05:35:12.779Z | Downloaded is-terminal v0.4.13 |
948 | 2024-12-19T05:35:12.779Z | Downloaded num-rational v0.4.2 |
949 | 2024-12-19T05:35:12.783Z | Downloaded proc-macro-crate v3.2.0 |
950 | 2024-12-19T05:35:12.783Z | Downloaded proc-macro-crate v1.3.1 |
951 | 2024-12-19T05:35:12.783Z | Downloaded strum_macros v0.26.4 |
952 | 2024-12-19T05:35:12.785Z | Downloaded utf-8 v0.7.6 |
953 | 2024-12-19T05:35:12.785Z | Downloaded untrusted v0.7.1 |
954 | 2024-12-19T05:35:12.788Z | Downloaded base64 v0.13.1 |
955 | 2024-12-19T05:35:12.790Z | Downloaded usdt v0.5.0 |
956 | 2024-12-19T05:35:12.790Z | Downloaded sct v0.7.1 |
957 | 2024-12-19T05:35:12.794Z | Downloaded futures v0.3.30 |
958 | 2024-12-19T05:35:12.800Z | Downloaded ipnetwork v0.20.0 |
959 | 2024-12-19T05:35:12.802Z | Downloaded serde_derive v1.0.215 |
960 | 2024-12-19T05:35:12.804Z | Downloaded num-conv v0.1.0 |
961 | 2024-12-19T05:35:12.806Z | Downloaded quinn-udp v0.5.5 |
962 | 2024-12-19T05:35:12.809Z | Downloaded managed v0.8.0 |
963 | 2024-12-19T05:35:12.809Z | Downloaded progenitor v0.8.0 |
964 | 2024-12-19T05:35:12.812Z | Downloaded hyper-tls v0.5.0 |
965 | 2024-12-19T05:35:12.812Z | Downloaded hubpack_derive v0.1.1 |
966 | 2024-12-19T05:35:12.814Z | Downloaded linear-map v1.2.0 |
967 | 2024-12-19T05:35:12.814Z | Downloaded itoa v1.0.11 |
968 | 2024-12-19T05:35:12.817Z | Downloaded proc-macro-error-attr v1.0.4 |
969 | 2024-12-19T05:35:12.817Z | Downloaded parse-display-derive v0.10.0 |
970 | 2024-12-19T05:35:12.821Z | Downloaded linked-hash-map v0.5.6 |
971 | 2024-12-19T05:35:12.821Z | Downloaded tracing-attributes v0.1.27 |
972 | 2024-12-19T05:35:12.824Z | Downloaded whoami v1.5.2 |
973 | 2024-12-19T05:35:12.824Z | Downloaded darling_core v0.20.10 |
974 | 2024-12-19T05:35:12.828Z | Downloaded typify v0.2.0 |
975 | 2024-12-19T05:35:12.832Z | Downloaded tokio-rustls v0.24.1 |
976 | 2024-12-19T05:35:12.835Z | Downloaded tokio-rustls v0.25.0 |
977 | 2024-12-19T05:35:12.837Z | Downloaded tokio-rustls v0.26.0 |
978 | 2024-12-19T05:35:12.839Z | Downloaded num v0.4.3 |
979 | 2024-12-19T05:35:12.842Z | Downloaded similar v2.6.0 |
980 | 2024-12-19T05:35:12.844Z | Downloaded serde_with_macros v3.9.0 |
981 | 2024-12-19T05:35:12.847Z | Downloaded num-derive v0.4.2 |
982 | 2024-12-19T05:35:12.849Z | Downloaded cc v1.1.21 |
983 | 2024-12-19T05:35:12.852Z | Downloaded num_enum v0.5.11 |
984 | 2024-12-19T05:35:12.857Z | Downloaded unicode-ident v1.0.13 |
985 | 2024-12-19T05:35:12.860Z | Downloaded num-complex v0.4.6 |
986 | 2024-12-19T05:35:12.863Z | Downloaded password-hash v0.5.0 |
987 | 2024-12-19T05:35:12.865Z | Downloaded parking_lot_core v0.8.6 |
988 | 2024-12-19T05:35:12.868Z | Downloaded hyper-rustls v0.27.3 |
989 | 2024-12-19T05:35:12.871Z | Downloaded ipnet v2.10.0 |
990 | 2024-12-19T05:35:12.874Z | Downloaded proc-macro-error v1.0.4 |
991 | 2024-12-19T05:35:12.876Z | Downloaded num-integer v0.1.46 |
992 | 2024-12-19T05:35:12.878Z | Downloaded serde v1.0.215 |
993 | 2024-12-19T05:35:12.880Z | Downloaded postcard v1.0.10 |
994 | 2024-12-19T05:35:12.883Z | Downloaded zerocopy v0.6.6 |
995 | 2024-12-19T05:35:12.885Z | Downloaded hubpack v0.1.2 |
996 | 2024-12-19T05:35:12.888Z | Downloaded rustc-hash v2.0.0 |
997 | 2024-12-19T05:35:12.890Z | Downloaded unicode-bidi v0.3.15 |
998 | 2024-12-19T05:35:12.892Z | Downloaded macaddr v1.0.1 |
999 | 2024-12-19T05:35:12.893Z | Downloaded paste v1.0.15 |
1000 | 2024-12-19T05:35:12.895Z | Downloaded parse-display v0.10.0 |
1001 | 2024-12-19T05:35:12.898Z | Downloaded num_enum_derive v0.5.11 |
1002 | 2024-12-19T05:35:12.900Z | Downloaded proc-macro2 v1.0.86 |
1003 | 2024-12-19T05:35:12.902Z | Downloaded num_enum_derive v0.7.3 |
1004 | 2024-12-19T05:35:12.902Z | Downloaded tracing v0.1.40 |
1005 | 2024-12-19T05:35:12.906Z | Downloaded unsafe-libyaml v0.2.11 |
1006 | 2024-12-19T05:35:12.911Z | Downloaded miniz_oxide v0.8.0 |
1007 | 2024-12-19T05:35:12.914Z | Downloaded steno v0.4.1 |
1008 | 2024-12-19T05:35:12.918Z | Downloaded hyper-rustls v0.24.2 |
1009 | 2024-12-19T05:35:12.920Z | Downloaded pest_meta v2.7.13 |
1010 | 2024-12-19T05:35:12.923Z | Downloaded http v0.2.12 |
1011 | 2024-12-19T05:35:12.927Z | Downloaded rhai_codegen v2.2.0 |
1012 | 2024-12-19T05:35:12.936Z | Downloaded omicron-zone-package v0.11.1 |
1013 | 2024-12-19T05:35:12.939Z | Downloaded mio v1.0.2 |
1014 | 2024-12-19T05:35:12.945Z | Downloaded unicode-segmentation v1.12.0 |
1015 | 2024-12-19T05:35:12.949Z | Downloaded url v2.5.2 |
1016 | 2024-12-19T05:35:12.952Z | Downloaded prettyplease v0.2.22 |
1017 | 2024-12-19T05:35:12.956Z | Downloaded heapless v0.8.0 |
1018 | 2024-12-19T05:35:12.960Z | Downloaded bytes v1.7.2 |
1019 | 2024-12-19T05:35:12.964Z | Downloaded rayon-core v1.12.1 |
1020 | 2024-12-19T05:35:12.968Z | Downloaded indexmap v2.5.0 |
1021 | 2024-12-19T05:35:12.973Z | Downloaded indexmap v1.9.3 |
1022 | 2024-12-19T05:35:12.976Z | Downloaded itertools v0.12.1 |
1023 | 2024-12-19T05:35:12.985Z | Downloaded pest_derive v2.7.13 |
1024 | 2024-12-19T05:35:12.987Z | Downloaded yansi v1.0.1 |
1025 | 2024-12-19T05:35:12.990Z | Downloaded quinn v0.11.5 |
1026 | 2024-12-19T05:35:12.993Z | Downloaded serde_with v3.9.0 |
1027 | 2024-12-19T05:35:13.001Z | Downloaded portable-atomic v1.8.0 |
1028 | 2024-12-19T05:35:13.009Z | Downloaded hickory-resolver v0.24.1 |
1029 | 2024-12-19T05:35:13.013Z | Downloaded pretty_assertions v1.4.1 |
1030 | 2024-12-19T05:35:13.016Z | Downloaded syn v1.0.109 |
1031 | 2024-12-19T05:35:13.026Z | Downloaded tokio-util v0.7.12 |
1032 | 2024-12-19T05:35:13.034Z | Downloaded webpki-roots v0.25.4 |
1033 | 2024-12-19T05:35:13.037Z | Downloaded idna v0.5.0 |
1034 | 2024-12-19T05:35:13.044Z | Downloaded regex v1.10.6 |
1035 | 2024-12-19T05:35:13.057Z | Downloaded openssl v0.10.66 |
1036 | 2024-12-19T05:35:13.066Z | Downloaded libm v0.2.8 |
1037 | 2024-12-19T05:35:13.074Z | Downloaded h2 v0.4.6 |
1038 | 2024-12-19T05:35:13.081Z | Downloaded itertools v0.10.5 |
1039 | 2024-12-19T05:35:13.087Z | Downloaded smoltcp v0.11.0 |
1040 | 2024-12-19T05:35:13.106Z | Downloaded futures-util v0.3.30 |
1041 | 2024-12-19T05:35:13.112Z | Downloaded webpki-roots v0.26.6 |
1042 | 2024-12-19T05:35:13.115Z | Downloaded blake3 v1.5.4 |
1043 | 2024-12-19T05:35:13.122Z | Downloaded syn v2.0.87 |
1044 | 2024-12-19T05:35:13.133Z | Downloaded pest v2.7.13 |
1045 | 2024-12-19T05:35:13.138Z | Downloaded typify-impl v0.2.0 |
1046 | 2024-12-19T05:35:13.151Z | Downloaded hyper v1.5.1 |
1047 | 2024-12-19T05:35:13.158Z | Downloaded winnow v0.6.18 |
1048 | 2024-12-19T05:35:13.166Z | Downloaded reqwest v0.11.27 |
1049 | 2024-12-19T05:35:13.174Z | Downloaded sled v0.34.7 |
1050 | 2024-12-19T05:35:13.183Z | Downloaded quinn-proto v0.11.8 |
1051 | 2024-12-19T05:35:13.189Z | Downloaded chrono v0.4.38 |
1052 | 2024-12-19T05:35:13.197Z | Downloaded goblin v0.8.2 |
1053 | 2024-12-19T05:35:13.202Z | Downloaded winnow v0.5.40 |
1054 | 2024-12-19T05:35:13.211Z | Downloaded hyper v0.14.30 |
1055 | 2024-12-19T05:35:13.218Z | Downloaded h2 v0.3.26 |
1056 | 2024-12-19T05:35:13.224Z | Downloaded hashbrown v0.14.5 |
1057 | 2024-12-19T05:35:13.229Z | Downloaded flate2 v1.0.33 |
1058 | 2024-12-19T05:35:13.234Z | Downloaded expectorate v1.1.0 |
1059 | 2024-12-19T05:35:13.237Z | Downloaded toml_edit v0.22.21 |
1060 | 2024-12-19T05:35:13.257Z | Downloaded hashbrown v0.12.3 |
1061 | 2024-12-19T05:35:13.261Z | Downloaded dropshot v0.12.0 |
1062 | 2024-12-19T05:35:13.281Z | Downloaded crossbeam-channel v0.5.13 |
1063 | 2024-12-19T05:35:13.285Z | Downloaded toml_edit v0.19.15 |
1064 | 2024-12-19T05:35:13.301Z | Downloaded idna v0.4.0 |
1065 | 2024-12-19T05:35:13.307Z | Downloaded num_enum v0.7.3 |
1066 | 2024-12-19T05:35:13.311Z | Downloaded openssl-sys v0.9.103 |
1067 | 2024-12-19T05:35:13.316Z | Downloaded ron v0.7.1 |
1068 | 2024-12-19T05:35:13.320Z | Downloaded indicatif v0.17.8 |
1069 | 2024-12-19T05:35:13.324Z | Downloaded ucd-trie v0.1.6 |
1070 | 2024-12-19T05:35:13.326Z | Downloaded rhai v1.20.0 |
1071 | 2024-12-19T05:35:13.338Z | Downloaded tungstenite v0.21.0 |
1072 | 2024-12-19T05:35:13.340Z | Downloaded hickory-proto v0.24.1 |
1073 | 2024-12-19T05:35:13.356Z | Downloaded regress v0.9.1 |
1074 | 2024-12-19T05:35:13.363Z | Downloaded regex-syntax v0.8.4 |
1075 | 2024-12-19T05:35:13.372Z | Downloaded regress v0.10.1 |
1076 | 2024-12-19T05:35:13.379Z | Downloaded openapiv3 v2.0.0 |
1077 | 2024-12-19T05:35:13.390Z | Downloaded tracing-core v0.1.32 |
1078 | 2024-12-19T05:35:13.393Z | Downloaded progenitor-impl v0.8.0 |
1079 | 2024-12-19T05:35:13.397Z | Downloaded parking_lot v0.11.2 |
1080 | 2024-12-19T05:35:13.397Z | Downloaded blake2 v0.10.6 |
1081 | 2024-12-19T05:35:13.401Z | Downloaded arc-swap v1.7.1 |
1082 | 2024-12-19T05:35:13.404Z | Downloaded powerfmt v0.2.0 |
1083 | 2024-12-19T05:35:13.404Z | Downloaded memmap2 v0.9.5 |
1084 | 2024-12-19T05:35:13.406Z | Downloaded quick-error v1.2.3 |
1085 | 2024-12-19T05:35:13.406Z | Downloaded pin-project-lite v0.2.14 |
1086 | 2024-12-19T05:35:13.410Z | Downloaded multer v3.1.0 |
1087 | 2024-12-19T05:35:13.412Z | Downloaded newtype-uuid v1.1.0 |
1088 | 2024-12-19T05:35:13.415Z | Downloaded memmap v0.7.0 |
1089 | 2024-12-19T05:35:13.415Z | Downloaded walkdir v2.5.0 |
1090 | 2024-12-19T05:35:13.417Z | Downloaded tar v0.4.41 |
1091 | 2024-12-19T05:35:13.420Z | Downloaded tempfile v3.12.0 |
1092 | 2024-12-19T05:35:13.420Z | Downloaded zerocopy-derive v0.6.6 |
1093 | 2024-12-19T05:35:13.428Z | Downloaded libsw v3.3.1 |
1094 | 2024-12-19T05:35:13.431Z | Downloaded time-macros v0.2.18 |
1095 | 2024-12-19T05:35:13.433Z | Downloaded regex-automata v0.4.7 |
1096 | 2024-12-19T05:35:13.449Z | Downloaded thin-vec v0.2.13 |
1097 | 2024-12-19T05:35:13.451Z | Downloaded term v0.7.0 |
1098 | 2024-12-19T05:35:13.454Z | Downloaded slog v2.7.0 |
1099 | 2024-12-19T05:35:13.457Z | Downloaded slog-term v2.9.1 |
1100 | 2024-12-19T05:35:13.460Z | Downloaded cookie v0.18.1 |
1101 | 2024-12-19T05:35:13.462Z | Downloaded tabwriter v1.4.0 |
1102 | 2024-12-19T05:35:13.462Z | Downloaded strum_macros v0.25.3 |
1103 | 2024-12-19T05:35:13.467Z | Downloaded structmeta-derive v0.3.0 |
1104 | 2024-12-19T05:35:13.467Z | Downloaded structmeta v0.3.0 |
1105 | 2024-12-19T05:35:13.467Z | Downloaded smartstring v1.0.1 |
1106 | 2024-12-19T05:35:13.469Z | Downloaded slog-scope v4.4.0 |
1107 | 2024-12-19T05:35:13.469Z | Downloaded diff v0.1.13 |
1108 | 2024-12-19T05:35:13.473Z | Downloaded crossbeam-utils v0.8.20 |
1109 | 2024-12-19T05:35:13.475Z | Downloaded crossbeam-epoch v0.9.18 |
1110 | 2024-12-19T05:35:13.475Z | Downloaded serde_repr v0.1.19 |
1111 | 2024-12-19T05:35:13.478Z | Downloaded scroll v0.12.0 |
1112 | 2024-12-19T05:35:13.481Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2024-12-19T05:35:13.481Z | Downloaded serde_tokenstream v0.2.2 |
1114 | 2024-12-19T05:35:13.481Z | Downloaded lzma-sys v0.1.20 |
1115 | 2024-12-19T05:35:13.508Z | Downloaded darling v0.20.10 |
1116 | 2024-12-19T05:35:13.512Z | Downloaded ciborium v0.2.2 |
1117 | 2024-12-19T05:35:13.514Z | Downloaded spin v0.5.2 |
1118 | 2024-12-19T05:35:13.517Z | Downloaded slog-stdlog v4.1.1 |
1119 | 2024-12-19T05:35:13.517Z | Downloaded futures-io v0.3.30 |
1120 | 2024-12-19T05:35:13.520Z | Downloaded sync_wrapper v1.0.1 |
1121 | 2024-12-19T05:35:13.520Z | Downloaded sync_wrapper v0.1.2 |
1122 | 2024-12-19T05:35:13.520Z | Downloaded strum v0.26.3 |
1123 | 2024-12-19T05:35:13.520Z | Downloaded half v2.4.1 |
1124 | 2024-12-19T05:35:13.524Z | Downloaded sigpipe v0.1.3 |
1125 | 2024-12-19T05:35:13.529Z | Downloaded highway v1.2.0 |
1126 | 2024-12-19T05:35:13.529Z | Downloaded defmt v0.3.8 |
1127 | 2024-12-19T05:35:13.531Z | Downloaded autocfg v1.3.0 |
1128 | 2024-12-19T05:35:13.531Z | Downloaded async-trait v0.1.83 |
1129 | 2024-12-19T05:35:13.534Z | Downloaded serde-big-array v0.5.1 |
1130 | 2024-12-19T05:35:13.534Z | Downloaded scroll_derive v0.12.0 |
1131 | 2024-12-19T05:35:13.534Z | Downloaded enum-as-inner v0.6.1 |
1132 | 2024-12-19T05:35:13.537Z | Downloaded embedded-io v0.6.1 |
1133 | 2024-12-19T05:35:13.537Z | Downloaded rustls v0.21.12 |
1134 | 2024-12-19T05:35:13.549Z | Downloaded http-body v0.4.6 |
1135 | 2024-12-19T05:35:13.553Z | Downloaded futures-channel v0.3.30 |
1136 | 2024-12-19T05:35:13.553Z | Downloaded fastrand v2.1.1 |
1137 | 2024-12-19T05:35:13.553Z | Downloaded dyn-clone v1.0.17 |
1138 | 2024-12-19T05:35:13.557Z | Downloaded arrayvec v0.7.6 |
1139 | 2024-12-19T05:35:13.557Z | Downloaded heck v0.3.3 |
1140 | 2024-12-19T05:35:13.561Z | Downloaded colorchoice v1.0.2 |
1141 | 2024-12-19T05:35:13.561Z | Downloaded foreign-types-macros v0.2.3 |
1142 | 2024-12-19T05:35:13.561Z | Downloaded data-encoding v2.6.0 |
1143 | 2024-12-19T05:35:13.561Z | Downloaded crossbeam-deque v0.8.5 |
1144 | 2024-12-19T05:35:13.564Z | Downloaded embedded-io v0.4.0 |
1145 | 2024-12-19T05:35:13.564Z | Downloaded defmt-parser v0.3.4 |
1146 | 2024-12-19T05:35:13.564Z | Downloaded futures-macro v0.3.30 |
1147 | 2024-12-19T05:35:13.564Z | Downloaded futures-executor v0.3.30 |
1148 | 2024-12-19T05:35:13.566Z | Downloaded deranged v0.3.11 |
1149 | 2024-12-19T05:35:13.567Z | Downloaded bitflags v1.3.2 |
1150 | 2024-12-19T05:35:13.574Z | Downloaded defmt-macros v0.3.9 |
1151 | 2024-12-19T05:35:13.574Z | Downloaded cobs v0.2.3 |
1152 | 2024-12-19T05:35:13.574Z | Downloaded cpufeatures v0.2.14 |
1153 | 2024-12-19T05:35:13.574Z | Downloaded convert_case v0.4.0 |
1154 | 2024-12-19T05:35:13.576Z | Downloaded colored v2.1.0 |
1155 | 2024-12-19T05:35:13.576Z | Downloaded ciborium-ll v0.2.2 |
1156 | 2024-12-19T05:35:13.576Z | Downloaded foreign-types-shared v0.3.1 |
1157 | 2024-12-19T05:35:13.579Z | Downloaded anstyle-parse v0.2.5 |
1158 | 2024-12-19T05:35:13.579Z | Downloaded allocator-api2 v0.2.18 |
1159 | 2024-12-19T05:35:13.582Z | Downloaded slog-bunyan v2.5.0 |
1160 | 2024-12-19T05:35:13.585Z | Downloaded dtrace-parser v0.2.0 |
1161 | 2024-12-19T05:35:13.585Z | Downloaded crucible-workspace-hack v0.1.0 |
1162 | 2024-12-19T05:35:13.585Z | Downloaded encoding_rs v0.8.34 |
1163 | 2024-12-19T05:35:13.604Z | Downloaded serde_yaml v0.9.34+deprecated |
1164 | 2024-12-19T05:35:13.607Z | Downloaded ciborium-io v0.2.2 |
1165 | 2024-12-19T05:35:13.857Z | Downloaded ring v0.16.20 |
1166 | 2024-12-19T05:35:14.805Z | Compiling proc-macro2 v1.0.86 |
1167 | 2024-12-19T05:35:14.805Z | Compiling unicode-ident v1.0.13 |
1168 | 2024-12-19T05:35:14.807Z | Compiling libc v0.2.169 |
1169 | 2024-12-19T05:35:14.807Z | Compiling cfg-if v1.0.0 |
1170 | 2024-12-19T05:35:14.807Z | Compiling serde v1.0.215 |
1171 | 2024-12-19T05:35:14.807Z | Compiling version_check v0.9.5 |
1172 | 2024-12-19T05:35:14.807Z | Compiling autocfg v1.3.0 |
1173 | 2024-12-19T05:35:14.807Z | Compiling once_cell v1.20.2 |
1174 | 2024-12-19T05:35:14.899Z | Compiling memchr v2.7.4 |
1175 | 2024-12-19T05:35:15.047Z | Compiling byteorder v1.5.0 |
1176 | 2024-12-19T05:35:15.401Z | Compiling itoa v1.0.11 |
1177 | 2024-12-19T05:35:15.421Z | Compiling libm v0.2.8 |
1178 | 2024-12-19T05:35:15.492Z | Compiling ryu v1.0.18 |
1179 | 2024-12-19T05:35:15.502Z | Compiling ahash v0.8.11 |
1180 | 2024-12-19T05:35:15.520Z | Compiling serde_json v1.0.133 |
1181 | 2024-12-19T05:35:15.585Z | Compiling allocator-api2 v0.2.18 |
1182 | 2024-12-19T05:35:15.812Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-19T05:35:15.937Z | Compiling equivalent v1.0.1 |
1184 | 2024-12-19T05:35:15.957Z | Compiling lock_api v0.4.12 |
1185 | 2024-12-19T05:35:15.967Z | Compiling smallvec v1.13.2 |
1186 | 2024-12-19T05:35:16.027Z | Compiling thiserror v1.0.69 |
1187 | 2024-12-19T05:35:16.373Z | Compiling scopeguard v1.2.0 |
1188 | 2024-12-19T05:35:16.420Z | Compiling parking_lot_core v0.9.10 |
1189 | 2024-12-19T05:35:16.458Z | Compiling quote v1.0.37 |
1190 | 2024-12-19T05:35:16.876Z | Compiling syn v2.0.87 |
1191 | 2024-12-19T05:35:16.916Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-12-19T05:35:16.928Z | Compiling futures-core v0.3.30 |
1193 | 2024-12-19T05:35:16.987Z | Compiling getrandom v0.2.15 |
1194 | 2024-12-19T05:35:17.278Z | Compiling mio v1.0.2 |
1195 | 2024-12-19T05:35:17.302Z | Compiling socket2 v0.5.8 |
1196 | 2024-12-19T05:35:17.314Z | Compiling signal-hook-registry v1.4.2 |
1197 | 2024-12-19T05:35:17.330Z | Compiling schemars v0.8.21 |
1198 | 2024-12-19T05:35:17.477Z | Compiling fnv v1.0.7 |
1199 | 2024-12-19T05:35:17.596Z | Compiling parking_lot v0.12.3 |
1200 | 2024-12-19T05:35:17.702Z | Compiling log v0.4.22 |
1201 | 2024-12-19T05:35:17.755Z | Compiling dyn-clone v1.0.17 |
1202 | 2024-12-19T05:35:17.904Z | Compiling shlex v1.3.0 |
1203 | 2024-12-19T05:35:17.977Z | Compiling slab v0.4.9 |
1204 | 2024-12-19T05:35:18.095Z | Compiling futures-sink v0.3.30 |
1205 | 2024-12-19T05:35:18.240Z | Compiling cc v1.1.21 |
1206 | 2024-12-19T05:35:18.253Z | Compiling num-traits v0.2.19 |
1207 | 2024-12-19T05:35:18.336Z | Compiling futures-channel v0.3.30 |
1208 | 2024-12-19T05:35:18.423Z | Compiling futures-task v0.3.30 |
1209 | 2024-12-19T05:35:18.638Z | Compiling futures-io v0.3.30 |
1210 | 2024-12-19T05:35:18.665Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-19T05:35:18.712Z | Compiling tracing-core v0.1.32 |
1212 | 2024-12-19T05:35:18.716Z | Compiling heck v0.5.0 |
1213 | 2024-12-19T05:35:18.743Z | Compiling bitflags v2.6.0 |
1214 | 2024-12-19T05:35:18.980Z | Compiling subtle v2.6.1 |
1215 | 2024-12-19T05:35:19.180Z | Compiling atomic-waker v1.1.2 |
1216 | 2024-12-19T05:35:19.235Z | Compiling httparse v1.9.4 |
1217 | 2024-12-19T05:35:19.298Z | Compiling spin v0.9.8 |
1218 | 2024-12-19T05:35:19.349Z | Compiling rustls-pki-types v1.8.0 |
1219 | 2024-12-19T05:35:19.540Z | Compiling try-lock v0.2.5 |
1220 | 2024-12-19T05:35:19.674Z | Compiling want v0.3.1 |
1221 | 2024-12-19T05:35:19.988Z | Compiling slog v2.7.0 |
1222 | 2024-12-19T05:35:20.269Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-19T05:35:20.352Z | Compiling vcpkg v0.2.15 |
1224 | 2024-12-19T05:35:20.469Z | Compiling untrusted v0.9.0 |
1225 | 2024-12-19T05:35:20.627Z | Compiling httpdate v1.0.3 |
1226 | 2024-12-19T05:35:20.799Z | Compiling tower-service v0.3.3 |
1227 | 2024-12-19T05:35:20.942Z | Compiling zeroize v1.8.1 |
1228 | 2024-12-19T05:35:21.175Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-12-19T05:35:21.255Z | Compiling percent-encoding v2.3.1 |
1230 | 2024-12-19T05:35:21.266Z | Compiling ring v0.17.8 |
1231 | 2024-12-19T05:35:21.266Z | Compiling tinyvec v1.8.0 |
1232 | 2024-12-19T05:35:21.294Z | Compiling openssl v0.10.66 |
1233 | 2024-12-19T05:35:21.529Z | Compiling form_urlencoded v1.2.1 |
1234 | 2024-12-19T05:35:21.657Z | Compiling semver v1.0.23 |
1235 | 2024-12-19T05:35:21.719Z | Compiling foreign-types-shared v0.1.1 |
1236 | 2024-12-19T05:35:21.740Z | Compiling rustls v0.23.13 |
1237 | 2024-12-19T05:35:21.808Z | Compiling foreign-types v0.3.2 |
1238 | 2024-12-19T05:35:21.860Z | Compiling native-tls v0.2.12 |
1239 | 2024-12-19T05:35:21.891Z | Compiling unicode-bidi v0.3.15 |
1240 | 2024-12-19T05:35:22.026Z | Compiling ucd-trie v0.1.6 |
1241 | 2024-12-19T05:35:22.049Z | Compiling openssl-sys v0.9.103 |
1242 | 2024-12-19T05:35:22.193Z | Compiling typenum v1.17.0 |
1243 | 2024-12-19T05:35:22.204Z | Compiling openssl-probe v0.1.5 |
1244 | 2024-12-19T05:35:22.594Z | Compiling aho-corasick v1.1.3 |
1245 | 2024-12-19T05:35:22.749Z | Compiling unicode-normalization v0.1.24 |
1246 | 2024-12-19T05:35:22.754Z | Compiling generic-array v0.14.7 |
1247 | 2024-12-19T05:35:23.060Z | Compiling encoding_rs v0.8.34 |
1248 | 2024-12-19T05:35:23.323Z | Compiling base64 v0.22.1 |
1249 | 2024-12-19T05:35:23.518Z | Compiling mime v0.3.17 |
1250 | 2024-12-19T05:35:23.884Z | Compiling idna v0.5.0 |
1251 | 2024-12-19T05:35:24.097Z | Compiling serde_derive_internals v0.29.1 |
1252 | 2024-12-19T05:35:24.184Z | Compiling regex-syntax v0.8.4 |
1253 | 2024-12-19T05:35:24.489Z | Compiling rustls-pemfile v2.1.3 |
1254 | 2024-12-19T05:35:24.983Z | Compiling url v2.5.2 |
1255 | 2024-12-19T05:35:26.399Z | Compiling webpki-roots v0.26.6 |
1256 | 2024-12-19T05:35:26.607Z | Compiling rand_core v0.6.4 |
1257 | 2024-12-19T05:35:27.051Z | Compiling winnow v0.6.18 |
1258 | 2024-12-19T05:35:27.118Z | Compiling rustls-webpki v0.102.8 |
1259 | 2024-12-19T05:35:27.259Z | Compiling ipnet v2.10.0 |
1260 | 2024-12-19T05:35:28.704Z | Compiling regex-automata v0.4.7 |
1261 | 2024-12-19T05:35:29.327Z | Compiling strsim v0.11.1 |
1262 | 2024-12-19T05:35:29.339Z | Compiling powerfmt v0.2.0 |
1263 | 2024-12-19T05:35:29.510Z | Compiling num-conv v0.1.0 |
1264 | 2024-12-19T05:35:29.523Z | Compiling serde_derive v1.0.215 |
1265 | 2024-12-19T05:35:29.739Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2024-12-19T05:35:29.783Z | Compiling thiserror-impl v1.0.69 |
1267 | 2024-12-19T05:35:30.420Z | Compiling tokio-macros v2.4.0 |
1268 | 2024-12-19T05:35:31.090Z | Compiling schemars_derive v0.8.21 |
1269 | 2024-12-19T05:35:31.905Z | Compiling zerocopy v0.7.35 |
1270 | 2024-12-19T05:35:31.956Z | Compiling futures-macro v0.3.30 |
1271 | 2024-12-19T05:35:32.058Z | Compiling openssl-macros v0.1.1 |
1272 | 2024-12-19T05:35:32.958Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-12-19T05:35:33.917Z | Compiling hashbrown v0.14.5 |
1274 | 2024-12-19T05:35:33.949Z | Compiling futures-util v0.3.30 |
1275 | 2024-12-19T05:35:34.148Z | Compiling pest v2.7.13 |
1276 | 2024-12-19T05:35:35.379Z | Compiling regress v0.10.1 |
1277 | 2024-12-19T05:35:36.370Z | Compiling tracing v0.1.40 |
1278 | 2024-12-19T05:35:36.846Z | Compiling pest_meta v2.7.13 |
1279 | 2024-12-19T05:35:37.358Z | Compiling scroll_derive v0.12.0 |
1280 | 2024-12-19T05:35:38.883Z | Compiling time-core v0.1.2 |
1281 | 2024-12-19T05:35:39.048Z | Compiling time-macros v0.2.18 |
1282 | 2024-12-19T05:35:40.102Z | Compiling scroll v0.12.0 |
1283 | 2024-12-19T05:35:40.449Z | Compiling pest_generator v2.7.13 |
1284 | 2024-12-19T05:35:40.671Z | Compiling regex v1.10.6 |
1285 | 2024-12-19T05:35:40.835Z | Compiling deranged v0.3.11 |
1286 | 2024-12-19T05:35:41.951Z | Compiling num_threads v0.1.7 |
1287 | 2024-12-19T05:35:42.074Z | Compiling plain v0.2.3 |
1288 | 2024-12-19T05:35:42.085Z | Compiling anyhow v1.0.94 |
1289 | 2024-12-19T05:35:42.212Z | Compiling goblin v0.8.2 |
1290 | 2024-12-19T05:35:42.254Z | Compiling pest_derive v2.7.13 |
1291 | 2024-12-19T05:35:42.283Z | Compiling ppv-lite86 v0.2.20 |
1292 | 2024-12-19T05:35:42.595Z | Compiling sync_wrapper v1.0.1 |
1293 | 2024-12-19T05:35:42.726Z | Compiling usdt-impl v0.5.0 |
1294 | 2024-12-19T05:35:42.834Z | Compiling pretty-hex v0.4.1 |
1295 | 2024-12-19T05:35:43.021Z | Compiling crypto-common v0.1.6 |
1296 | 2024-12-19T05:35:43.104Z | Compiling rand_chacha v0.3.1 |
1297 | 2024-12-19T05:35:43.179Z | Compiling bytes v1.7.2 |
1298 | 2024-12-19T05:35:43.219Z | Compiling indexmap v2.5.0 |
1299 | 2024-12-19T05:35:43.648Z | Compiling uuid v1.11.0 |
1300 | 2024-12-19T05:35:43.905Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-12-19T05:35:44.003Z | Compiling chrono v0.4.38 |
1302 | 2024-12-19T05:35:44.397Z | Compiling tokio v1.42.0 |
1303 | 2024-12-19T05:35:44.447Z | Compiling http v1.2.0 |
1304 | 2024-12-19T05:35:44.595Z | Compiling toml_datetime v0.6.8 |
1305 | 2024-12-19T05:35:45.137Z | Compiling serde_urlencoded v0.7.1 |
1306 | 2024-12-19T05:35:45.491Z | Compiling openapiv3 v2.0.0 |
1307 | 2024-12-19T05:35:45.660Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-12-19T05:35:46.481Z | Compiling http-body v1.0.1 |
1309 | 2024-12-19T05:35:48.132Z | Compiling http-body-util v0.1.2 |
1310 | 2024-12-19T05:35:48.349Z | Compiling dof v0.3.0 |
1311 | 2024-12-19T05:35:48.624Z | Compiling serde_spanned v0.6.7 |
1312 | 2024-12-19T05:35:48.789Z | Compiling block-buffer v0.10.4 |
1313 | 2024-12-19T05:35:48.847Z | Compiling thread-id v4.2.2 |
1314 | 2024-12-19T05:35:48.946Z | Compiling syn v1.0.109 |
1315 | 2024-12-19T05:35:48.995Z | Compiling rustversion v1.0.17 |
1316 | 2024-12-19T05:35:49.517Z | Compiling typify-impl v0.2.0 |
1317 | 2024-12-19T05:35:49.653Z | Compiling omicron-workspace-hack v0.1.0 |
1318 | 2024-12-19T05:35:50.089Z | Compiling rand v0.8.5 |
1319 | 2024-12-19T05:35:50.987Z | Compiling unsafe-libyaml v0.2.11 |
1320 | 2024-12-19T05:35:52.761Z | Compiling serde_yaml v0.9.34+deprecated |
1321 | 2024-12-19T05:35:52.999Z | Compiling ident_case v1.0.1 |
1322 | 2024-12-19T05:35:53.168Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-19T05:35:53.254Z | Compiling hostname v0.3.1 |
1324 | 2024-12-19T05:35:53.536Z | Compiling tokio-util v0.7.12 |
1325 | 2024-12-19T05:35:53.979Z | Compiling tokio-native-tls v0.3.1 |
1326 | 2024-12-19T05:35:54.255Z | Compiling tokio-rustls v0.26.0 |
1327 | 2024-12-19T05:35:54.355Z | Compiling darling_core v0.20.10 |
1328 | 2024-12-19T05:35:54.714Z | Compiling h2 v0.4.6 |
1329 | 2024-12-19T05:35:54.992Z | Compiling errno v0.3.9 |
1330 | 2024-12-19T05:35:55.219Z | Compiling dirs-sys-next v0.1.2 |
1331 | 2024-12-19T05:35:56.032Z | Compiling thread_local v1.1.8 |
1332 | 2024-12-19T05:35:56.456Z | Compiling camino v1.1.9 |
1333 | 2024-12-19T05:35:56.642Z | Compiling cpufeatures v0.2.14 |
1334 | 2024-12-19T05:35:56.730Z | Compiling paste v1.0.15 |
1335 | 2024-12-19T05:35:57.096Z | Compiling dirs-next v2.0.0 |
1336 | 2024-12-19T05:35:57.243Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-12-19T05:35:57.293Z | Compiling usdt-attr-macro v0.5.0 |
1338 | 2024-12-19T05:35:59.358Z | Compiling futures-executor v0.3.30 |
1339 | 2024-12-19T05:35:59.509Z | Compiling hyper v1.5.1 |
1340 | 2024-12-19T05:36:00.015Z | Compiling async-trait v0.1.83 |
1341 | 2024-12-19T05:36:00.438Z | Compiling darling_macro v0.20.10 |
1342 | 2024-12-19T05:36:01.537Z | Compiling memmap v0.7.0 |
1343 | 2024-12-19T05:36:01.940Z | Compiling hyper-util v0.1.10 |
1344 | 2024-12-19T05:36:02.525Z | Compiling rustls v0.22.4 |
1345 | 2024-12-19T05:36:02.538Z | Compiling slog-async v2.8.0 |
1346 | 2024-12-19T05:36:02.866Z | Compiling darling v0.20.10 |
1347 | 2024-12-19T05:36:02.977Z | Compiling futures v0.3.30 |
1348 | 2024-12-19T05:36:03.108Z | Compiling term v0.7.0 |
1349 | 2024-12-19T05:36:04.138Z | Compiling is-terminal v0.4.13 |
1350 | 2024-12-19T05:36:04.250Z | Compiling multer v3.1.0 |
1351 | 2024-12-19T05:36:04.284Z | Compiling instant v0.1.13 |
1352 | 2024-12-19T05:36:04.305Z | Compiling take_mut v0.2.2 |
1353 | 2024-12-19T05:36:04.333Z | Compiling serde_with_macros v3.9.0 |
1354 | 2024-12-19T05:36:04.442Z | Compiling strum_macros v0.26.4 |
1355 | 2024-12-19T05:36:04.624Z | Compiling ipnetwork v0.20.0 |
1356 | 2024-12-19T05:36:04.981Z | Compiling async-stream-impl v0.3.5 |
1357 | 2024-12-19T05:36:04.991Z | Compiling structmeta-derive v0.3.0 |
1358 | 2024-12-19T05:36:05.518Z | Compiling dropshot v0.12.0 |
1359 | 2024-12-19T05:36:05.702Z | Compiling crossbeam-utils v0.8.20 |
1360 | 2024-12-19T05:36:05.877Z | Compiling debug-ignore v1.0.5 |
1361 | 2024-12-19T05:36:06.374Z | Compiling hyper-tls v0.6.0 |
1362 | 2024-12-19T05:36:06.461Z | Compiling async-stream v0.3.5 |
1363 | 2024-12-19T05:36:06.800Z | Compiling hyper-rustls v0.27.3 |
1364 | 2024-12-19T05:36:07.061Z | Compiling serde_with v3.9.0 |
1365 | 2024-12-19T05:36:07.309Z | Compiling dropshot_endpoint v0.12.0 |
1366 | 2024-12-19T05:36:07.497Z | Compiling serde_path_to_error v0.1.16 |
1367 | 2024-12-19T05:36:07.725Z | Compiling structmeta v0.3.0 |
1368 | 2024-12-19T05:36:08.086Z | Compiling waitgroup v0.1.2 |
1369 | 2024-12-19T05:36:08.317Z | Compiling hostname v0.4.0 |
1370 | 2024-12-19T05:36:08.386Z | Compiling parse-display-derive v0.10.0 |
1371 | 2024-12-19T05:36:08.598Z | Compiling reqwest v0.12.9 |
1372 | 2024-12-19T05:36:09.127Z | Compiling strum v0.26.3 |
1373 | 2024-12-19T05:36:09.290Z | Compiling tokio-rustls v0.25.0 |
1374 | 2024-12-19T05:36:10.975Z | Compiling digest v0.10.7 |
1375 | 2024-12-19T05:36:11.206Z | Compiling hex v0.4.3 |
1376 | 2024-12-19T05:36:11.361Z | Compiling time v0.3.36 |
1377 | 2024-12-19T05:36:11.418Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1378 | 2024-12-19T05:36:11.828Z | Compiling rustix v0.38.37 |
1379 | 2024-12-19T05:36:12.272Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1380 | 2024-12-19T05:36:12.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1381 | 2024-12-19T05:36:12.607Z | Compiling progenitor-client v0.8.0 |
1382 | 2024-12-19T05:36:12.622Z | Compiling backoff v0.4.0 |
1383 | 2024-12-19T05:36:12.949Z | Compiling parse-display v0.10.0 |
1384 | 2024-12-19T05:36:13.013Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1385 | 2024-12-19T05:36:13.045Z | Compiling macaddr v1.0.1 |
1386 | 2024-12-19T05:36:13.521Z | Compiling regress v0.9.1 |
1387 | 2024-12-19T05:36:13.753Z | Compiling utf8parse v0.2.2 |
1388 | 2024-12-19T05:36:13.898Z | Compiling anstyle-parse v0.2.5 |
1389 | 2024-12-19T05:36:14.244Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1390 | 2024-12-19T05:36:15.406Z | Compiling typify-macro v0.2.0 |
1391 | 2024-12-19T05:36:16.948Z | Compiling unicode-width v0.1.14 |
1392 | 2024-12-19T05:36:17.048Z | Compiling is_terminal_polyfill v1.70.1 |
1393 | 2024-12-19T05:36:17.163Z | Compiling anstyle v1.0.10 |
1394 | 2024-12-19T05:36:17.287Z | Compiling colorchoice v1.0.2 |
1395 | 2024-12-19T05:36:17.291Z | Compiling anstyle-query v1.1.1 |
1396 | 2024-12-19T05:36:17.426Z | Compiling lazy_static v1.5.0 |
1397 | 2024-12-19T05:36:17.453Z | Compiling usdt v0.5.0 |
1398 | 2024-12-19T05:36:17.544Z | Compiling anstream v0.6.15 |
1399 | 2024-12-19T05:36:17.624Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-19T05:36:17.990Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-19T05:36:18.037Z | Compiling toml_edit v0.22.21 |
1402 | 2024-12-19T05:36:18.373Z | Compiling clap_lex v0.7.4 |
1403 | 2024-12-19T05:36:19.146Z | Compiling slog-bunyan v2.5.0 |
1404 | 2024-12-19T05:36:19.157Z | Compiling slog-term v2.9.1 |
1405 | 2024-12-19T05:36:19.352Z | Compiling sha1 v0.10.6 |
1406 | 2024-12-19T05:36:19.805Z | Compiling newtype-uuid v1.1.0 |
1407 | 2024-12-19T05:36:20.124Z | Compiling winnow v0.5.40 |
1408 | 2024-12-19T05:36:20.291Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1409 | 2024-12-19T05:36:20.427Z | Compiling typify v0.2.0 |
1410 | 2024-12-19T05:36:20.550Z | Compiling progenitor-impl v0.8.0 |
1411 | 2024-12-19T05:36:20.699Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1412 | 2024-12-19T05:36:21.090Z | Compiling clap_derive v4.5.18 |
1413 | 2024-12-19T05:36:21.405Z | Compiling toml v0.8.19 |
1414 | 2024-12-19T05:36:24.004Z | Compiling toml_edit v0.19.15 |
1415 | 2024-12-19T05:36:27.941Z | Compiling heapless v0.8.0 |
1416 | 2024-12-19T05:36:28.136Z | Compiling proc-macro-crate v1.3.1 |
1417 | 2024-12-19T05:36:28.765Z | Compiling hash32 v0.3.1 |
1418 | 2024-12-19T05:36:28.855Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1419 | 2024-12-19T05:36:28.984Z | Compiling smoltcp v0.11.0 |
1420 | 2024-12-19T05:36:29.020Z | Compiling stable_deref_trait v1.2.0 |
1421 | 2024-12-19T05:36:29.081Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-19T05:36:29.627Z | Compiling foreign-types-macros v0.2.3 |
1423 | 2024-12-19T05:36:30.123Z | Compiling proc-macro-error-attr v1.0.4 |
1424 | 2024-12-19T05:36:30.159Z | Compiling num_enum_derive v0.5.11 |
1425 | 2024-12-19T05:36:30.451Z | Compiling heck v0.4.1 |
1426 | 2024-12-19T05:36:30.972Z | Compiling either v1.13.0 |
1427 | 2024-12-19T05:36:31.171Z | Compiling bitflags v1.3.2 |
1428 | 2024-12-19T05:36:31.425Z | Compiling foreign-types-shared v0.3.1 |
1429 | 2024-12-19T05:36:31.426Z | Compiling managed v0.8.0 |
1430 | 2024-12-19T05:36:31.633Z | Compiling cobs v0.2.3 |
1431 | 2024-12-19T05:36:31.633Z | Compiling progenitor-macro v0.8.0 |
1432 | 2024-12-19T05:36:31.875Z | Compiling postcard v1.0.10 |
1433 | 2024-12-19T05:36:32.043Z | Compiling foreign-types v0.5.0 |
1434 | 2024-12-19T05:36:32.206Z | Compiling clap_builder v4.5.23 |
1435 | 2024-12-19T05:36:32.582Z | Compiling num_enum v0.5.11 |
1436 | 2024-12-19T05:36:32.725Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1437 | 2024-12-19T05:36:33.032Z | Compiling num-integer v0.1.46 |
1438 | 2024-12-19T05:36:33.631Z | Compiling cstr-argument v0.1.2 |
1439 | 2024-12-19T05:36:33.787Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1440 | 2024-12-19T05:36:33.891Z | Compiling proc-macro-error v1.0.4 |
1441 | 2024-12-19T05:36:34.105Z | Compiling fastrand v2.1.1 |
1442 | 2024-12-19T05:36:34.224Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-12-19T05:36:34.389Z | Compiling float-ord v0.3.2 |
1444 | 2024-12-19T05:36:34.546Z | Compiling pretty-hex v0.2.1 |
1445 | 2024-12-19T05:36:34.684Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1446 | 2024-12-19T05:36:34.719Z | Compiling tempfile v3.12.0 |
1447 | 2024-12-19T05:36:35.086Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1448 | 2024-12-19T05:36:35.913Z | Compiling clap v4.5.23 |
1449 | 2024-12-19T05:36:36.081Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1450 | 2024-12-19T05:36:36.157Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1451 | 2024-12-19T05:36:37.123Z | Compiling colored v2.1.0 |
1452 | 2024-12-19T05:36:37.357Z | Compiling tabwriter v1.4.0 |
1453 | 2024-12-19T05:36:37.412Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1454 | 2024-12-19T05:36:37.707Z | Compiling crucible-workspace-hack v0.1.0 |
1455 | 2024-12-19T05:36:37.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1456 | 2024-12-19T05:36:38.586Z | Compiling num-iter v0.1.45 |
1457 | 2024-12-19T05:36:38.620Z | Compiling num-rational v0.4.2 |
1458 | 2024-12-19T05:36:38.968Z | Compiling num-complex v0.4.6 |
1459 | 2024-12-19T05:36:39.010Z | Compiling prettyplease v0.2.22 |
1460 | 2024-12-19T05:36:39.099Z | Compiling unicode-segmentation v1.12.0 |
1461 | 2024-12-19T05:36:39.317Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1462 | 2024-12-19T05:36:39.537Z | Compiling semver v0.1.20 |
1463 | 2024-12-19T05:36:39.666Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1464 | 2024-12-19T05:36:40.018Z | Compiling num v0.4.3 |
1465 | 2024-12-19T05:36:40.075Z | Compiling rustc_version v0.1.7 |
1466 | 2024-12-19T05:36:40.098Z | Compiling newline-converter v0.3.0 |
1467 | 2024-12-19T05:36:40.566Z | Compiling zone_cfg_derive v0.3.0 |
1468 | 2024-12-19T05:36:41.838Z | Compiling camino-tempfile v1.1.1 |
1469 | 2024-12-19T05:36:42.144Z | Compiling itertools v0.10.5 |
1470 | 2024-12-19T05:36:42.317Z | Compiling console v0.15.8 |
1471 | 2024-12-19T05:36:43.389Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1472 | 2024-12-19T05:36:43.957Z | Compiling num-derive v0.4.2 |
1473 | 2024-12-19T05:36:44.072Z | Compiling sigpipe v0.1.3 |
1474 | 2024-12-19T05:36:44.182Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1475 | 2024-12-19T05:36:44.232Z | Compiling similar v2.6.0 |
1476 | 2024-12-19T05:36:44.495Z | Compiling base64ct v1.6.0 |
1477 | 2024-12-19T05:36:44.910Z | Compiling zone v0.3.0 |
1478 | 2024-12-19T05:36:45.032Z | Compiling password-hash v0.5.0 |
1479 | 2024-12-19T05:36:45.062Z | Compiling expectorate v1.1.0 |
1480 | 2024-12-19T05:36:45.213Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1481 | 2024-12-19T05:36:46.298Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1482 | 2024-12-19T05:36:46.327Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1483 | 2024-12-19T05:36:46.657Z | Compiling progenitor v0.8.0 |
1484 | 2024-12-19T05:36:46.787Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1485 | 2024-12-19T05:36:46.813Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1486 | 2024-12-19T05:36:46.999Z | Compiling newtype_derive v0.1.6 |
1487 | 2024-12-19T05:36:47.328Z | Compiling blake2 v0.10.6 |
1488 | 2024-12-19T05:36:47.484Z | Compiling hubpack_derive v0.1.1 |
1489 | 2024-12-19T05:36:48.368Z | Compiling smf v0.2.3 |
1490 | 2024-12-19T05:36:48.438Z | Compiling zerocopy-derive v0.6.6 |
1491 | 2024-12-19T05:36:49.037Z | Compiling cancel-safe-futures v0.1.5 |
1492 | 2024-12-19T05:36:49.371Z | Compiling owo-colors v4.1.0 |
1493 | 2024-12-19T05:36:49.389Z | Compiling fixedbitset v0.4.2 |
1494 | 2024-12-19T05:36:49.672Z | Compiling whoami v1.5.2 |
1495 | 2024-12-19T05:36:49.701Z | Compiling petgraph v0.6.5 |
1496 | 2024-12-19T05:36:49.995Z | Compiling hubpack v0.1.2 |
1497 | 2024-12-19T05:36:50.082Z | Compiling argon2 v0.5.3 |
1498 | 2024-12-19T05:36:50.479Z | Compiling strum_macros v0.25.3 |
1499 | 2024-12-19T05:36:50.498Z | Compiling zerocopy v0.6.6 |
1500 | 2024-12-19T05:36:51.428Z | Compiling serde-big-array v0.5.1 |
1501 | 2024-12-19T05:36:51.650Z | Compiling serde_repr v0.1.19 |
1502 | 2024-12-19T05:36:51.660Z | Compiling cookie v0.18.1 |
1503 | 2024-12-19T05:36:51.981Z | Compiling convert_case v0.4.0 |
1504 | 2024-12-19T05:36:52.740Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1505 | 2024-12-19T05:36:53.674Z | Compiling static_assertions v1.1.0 |
1506 | 2024-12-19T05:36:53.767Z | Compiling derive_more v0.99.18 |
1507 | 2024-12-19T05:36:54.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-19T05:36:55.390Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1509 | 2024-12-19T05:36:56.191Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1510 | 2024-12-19T05:36:58.433Z | Compiling atomicwrites v0.4.4 |
1511 | 2024-12-19T05:36:58.565Z | Compiling itertools v0.13.0 |
1512 | 2024-12-19T05:36:58.670Z | Compiling libsw v3.3.1 |
1513 | 2024-12-19T05:36:58.797Z | Compiling derive-where v1.2.7 |
1514 | 2024-12-19T05:36:58.977Z | Compiling enum-as-inner v0.6.1 |
1515 | 2024-12-19T05:37:00.197Z | Compiling idna v0.4.0 |
1516 | 2024-12-19T05:37:00.552Z | Compiling data-encoding v2.6.0 |
1517 | 2024-12-19T05:37:01.603Z | Compiling quick-error v1.2.3 |
1518 | 2024-12-19T05:37:01.748Z | Compiling linked-hash-map v0.5.6 |
1519 | 2024-12-19T05:37:01.929Z | Compiling indent_write v2.2.0 |
1520 | 2024-12-19T05:37:02.114Z | Compiling highway v1.2.0 |
1521 | 2024-12-19T05:37:02.139Z | Compiling linear-map v1.2.0 |
1522 | 2024-12-19T05:37:02.161Z | Compiling swrite v0.1.0 |
1523 | 2024-12-19T05:37:02.161Z | Compiling lru-cache v0.1.2 |
1524 | 2024-12-19T05:37:02.183Z | Compiling resolv-conf v0.7.0 |
1525 | 2024-12-19T05:37:02.256Z | Compiling hickory-proto v0.24.1 |
1526 | 2024-12-19T05:37:02.344Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-19T05:37:02.493Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-12-19T05:37:02.950Z | Compiling steno v0.4.1 |
1529 | 2024-12-19T05:37:04.345Z | Compiling slog-dtrace v0.3.0 |
1530 | 2024-12-19T05:37:04.672Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-12-19T05:37:09.301Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1532 | 2024-12-19T05:37:11.682Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-12-19T05:37:12.601Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1534 | 2024-12-19T05:37:12.972Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-12-19T05:37:13.006Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-12-19T05:37:14.630Z | Compiling parking_lot_core v0.8.6 |
1537 | 2024-12-19T05:37:15.066Z | Compiling humantime v2.1.0 |
1538 | 2024-12-19T05:37:15.626Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-19T05:37:15.786Z | Compiling hickory-resolver v0.24.1 |
1540 | 2024-12-19T05:37:16.807Z | Compiling num-derive v0.3.3 |
1541 | 2024-12-19T05:37:17.403Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1542 | 2024-12-19T05:37:17.816Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1543 | 2024-12-19T05:37:17.848Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1544 | 2024-12-19T05:37:17.953Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1545 | 2024-12-19T05:37:18.785Z | Compiling half v2.4.1 |
1546 | 2024-12-19T05:37:19.754Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1547 | 2024-12-19T05:37:19.804Z | Compiling ciborium-io v0.2.2 |
1548 | 2024-12-19T05:37:19.804Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1549 | 2024-12-19T05:37:19.804Z | Compiling ciborium-ll v0.2.2 |
1550 | 2024-12-19T05:37:19.804Z | Compiling parking_lot v0.11.2 |
1551 | 2024-12-19T05:37:20.019Z | Compiling proc-macro-crate v3.2.0 |
1552 | 2024-12-19T05:37:20.258Z | Compiling crossbeam-epoch v0.9.18 |
1553 | 2024-12-19T05:37:20.384Z | Compiling fxhash v0.2.1 |
1554 | 2024-12-19T05:37:20.579Z | Compiling crc32fast v1.4.2 |
1555 | 2024-12-19T05:37:20.962Z | Compiling sled v0.34.7 |
1556 | 2024-12-19T05:37:21.153Z | Compiling ciborium v0.2.2 |
1557 | 2024-12-19T05:37:21.197Z | Compiling num_enum_derive v0.7.3 |
1558 | 2024-12-19T05:37:21.596Z | Compiling yansi v1.0.1 |
1559 | 2024-12-19T05:37:22.457Z | Compiling diff v0.1.13 |
1560 | 2024-12-19T05:37:22.742Z | Compiling pretty_assertions v1.4.1 |
1561 | 2024-12-19T05:37:25.021Z | Compiling num_enum v0.7.3 |
1562 | 2024-12-19T05:37:29.908Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1563 | 2024-12-19T05:37:30.107Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1564 | 2024-12-19T05:37:36.878Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1565 | 2024-12-19T05:37:37.955Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1566 | 2024-12-19T05:37:39.319Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1567 | 2024-12-19T05:37:41.481Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1568 | 2024-12-19T05:38:01.143Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
1569 | 2024-12-19T05:38:01.309Z | ──────────── |
1570 | 2024-12-19T05:38:01.309Z | Nextest run ID cf6a0517-8939-4b60-bcde-d176cac7e6e7 with nextest profile: default |
1571 | 2024-12-19T05:38:01.309Z | Starting 2 tests across 1 binary |
1572 | 2024-12-19T05:38:01.312Z | START bfd test::test_new_daemon |
1573 | 2024-12-19T05:38:01.323Z | |
1574 | 2024-12-19T05:38:01.323Z | running 1 test |
1575 | 2024-12-19T05:38:01.392Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1576 | 2024-12-19T05:38:01.392Z | |
1577 | 2024-12-19T05:38:01.392Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1578 | 2024-12-19T05:38:01.392Z | |
1579 | 2024-12-19T05:38:01.400Z | PASS [ 0.089s] bfd test::test_new_daemon |
1580 | 2024-12-19T05:38:01.400Z | START bfd test::test_protocol_basics |
1581 | 2024-12-19T05:38:01.414Z | |
1582 | 2024-12-19T05:38:01.414Z | running 1 test |
1583 | 2024-12-19T05:38:01.488Z | {{""msg"msg":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3939864437, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1097530730, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v","v"::00,"name":"slog-rs","name":"slog-rs","level":,"level":1010,"time":"2024-12-19T05:38:00.625528373Z,""time":"2024-12-19T05:38:00.625530705Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT",","hostname"pid"::"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":32363236}} |
1584 | 2024-12-19T05:38:01.488Z | |
1585 | 2024-12-19T05:38:01.488Z | {"msg":"transition -> Init","v":0,"name":"{slog-rs","level":"30msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2024-12-19T05:38:00.625849246Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236,"peer":"203.0.113.20","state":"Down"} |
1586 | 2024-12-19T05:38:01.488Z | ,"time":"2024-12-19T05:38:00.625854469Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236,"peer":"203.0.113.10","state":"Down"} |
1587 | 2024-12-19T05:38:02.483Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1097530730, your_discriminator: 3939864437, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-19T05:38:01.622294752Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1588 | 2024-12-19T05:38:02.483Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-19T05:38:01.622365504Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236,"peer":"203.0.113.20","state":"Init"} |
1589 | 2024-12-19T05:38:02.486Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3939864437, your_discriminator: 1097530730, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-19T05:38:01.625407385Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1590 | 2024-12-19T05:38:02.486Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-19T05:38:01.625483729Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236,"peer":"203.0.113.10","state":"Init"} |
1591 | 2024-12-19T05:38:07.481Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1097530730, your_discriminator: 3939864437, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-19T05:38:06.622351142Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1592 | 2024-12-19T05:38:07.484Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3939864437, your_discriminator: 1097530730, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-19T05:38:06.62549779Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1593 | 2024-12-19T05:38:11.483Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-12-19T05:38:10.625420605Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1594 | 2024-12-19T05:38:11.483Z | ,"time":"2024-12-19T05:38:10.625450288Z","hostname":"w-01JFEPAPC3M5N3BZP2JSXX22YT","pid":3236} |
1595 | 2024-12-19T05:38:11.485Z | test test::test_protocol_basics ... ok |
1596 | 2024-12-19T05:38:11.485Z | |
1597 | 2024-12-19T05:38:11.485Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1598 | 2024-12-19T05:38:11.486Z | |
1599 | 2024-12-19T05:38:11.492Z | PASS [ 10.095s] bfd test::test_protocol_basics |
1600 | 2024-12-19T05:38:11.494Z | ──────────── |
1601 | 2024-12-19T05:38:11.494Z | Summary [ 10.186s] 2 tests run: 2 passed, 0 skipped |
1602 | 2024-12-19T05:38:11.510Z | process exited: duration 375535 ms, exit code 0 |
|
1603 | 2024-12-19T05:38:11.516Z | found 0 output files |