|
|
|
1 | 2024-12-28T04:14:22.327Z | job assigned to worker 01JG5QG25C0X28DXHSRQVHSM3Q [factory aws, i-03897ed72fe691542] (queued for 1 m 0 s) |
|
2 | 2024-12-28T04:14:30.634Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:30.643Z | ++ uname -s |
4 | 2024-12-28T04:14:30.646Z | + kern=SunOS |
5 | 2024-12-28T04:14:30.646Z | + case "$kern" in |
6 | 2024-12-28T04:14:30.646Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:30.649Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:32.654Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:32.753Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:32.756Z | + home_fs=zfs |
11 | 2024-12-28T04:14:32.756Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:32.756Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:32.758Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:33.759Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:33.762Z | process exited: duration 3128 ms, exit code 0 |
|
16 | 2024-12-28T04:14:33.767Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:33.773Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:33.773Z | ' stable |
19 | 2024-12-28T04:14:33.775Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:33.775Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:14:33.775Z | ' default |
22 | 2024-12-28T04:14:33.775Z | * toolchain profile = "default" |
23 | 2024-12-28T04:14:33.775Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:33.775Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:33.899Z | info: downloading installer |
26 | 2024-12-28T04:14:35.193Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:35.193Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:35.196Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:35.349Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:35.349Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:36.241Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:36.580Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:37.822Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:39.618Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:46.378Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:46.638Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:47.442Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:47.822Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:49.548Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:51.221Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:56.928Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:57.259Z | |
43 | 2024-12-28T04:14:57.259Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-28T04:14:57.618Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:57.618Z | |
46 | 2024-12-28T04:14:57.621Z | |
47 | 2024-12-28T04:14:57.621Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:57.621Z | |
49 | 2024-12-28T04:14:57.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:57.621Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:57.621Z | |
52 | 2024-12-28T04:14:57.621Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:57.621Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:57.621Z | |
55 | 2024-12-28T04:14:57.621Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:57.621Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:57.621Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:57.695Z | + rustc --version |
59 | 2024-12-28T04:14:57.762Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:57.765Z | process exited: duration 23999 ms, exit code 0 |
|
61 | 2024-12-28T04:14:57.770Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:57.791Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:57.796Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:57.801Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:57.803Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:59.178Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:00.152Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:00.152Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:00.416Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:00.416Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:00.424Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:00.427Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:00.429Z | + current=main |
74 | 2024-12-28T04:15:00.430Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:00.430Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:00.432Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:00.446Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:00.449Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:00.461Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:00.464Z | process exited: duration 2666 ms, exit code 0 |
|
81 | 2024-12-28T04:15:00.469Z | starting task 4: "build" |
82 | 2024-12-28T04:15:00.474Z | + set -o errexit |
83 | 2024-12-28T04:15:00.476Z | + set -o pipefail |
84 | 2024-12-28T04:15:00.476Z | + cargo --version |
85 | 2024-12-28T04:15:00.479Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-12-28T04:15:00.630Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-12-28T04:15:00.630Z | info: downloading component 'cargo' |
88 | 2024-12-28T04:15:01.353Z | info: downloading component 'clippy' |
89 | 2024-12-28T04:15:01.621Z | info: downloading component 'rust-docs' |
90 | 2024-12-28T04:15:02.621Z | info: downloading component 'rust-std' |
91 | 2024-12-28T04:15:04.187Z | info: downloading component 'rustc' |
92 | 2024-12-28T04:15:09.769Z | info: downloading component 'rustfmt' |
93 | 2024-12-28T04:15:09.981Z | info: installing component 'cargo' |
94 | 2024-12-28T04:15:10.775Z | info: installing component 'clippy' |
95 | 2024-12-28T04:15:11.132Z | info: installing component 'rust-docs' |
96 | 2024-12-28T04:15:12.742Z | info: installing component 'rust-std' |
97 | 2024-12-28T04:15:14.417Z | info: installing component 'rustc' |
98 | 2024-12-28T04:15:20.040Z | info: installing component 'rustfmt' |
99 | 2024-12-28T04:15:20.441Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-12-28T04:15:20.444Z | + rustc --version |
101 | 2024-12-28T04:15:20.516Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-12-28T04:15:20.521Z | + cargo install cargo-nextest |
103 | 2024-12-28T04:15:20.610Z | Updating crates.io index |
104 | 2024-12-28T04:15:20.781Z | Downloading crates ... |
105 | 2024-12-28T04:15:20.838Z | Downloaded cargo-nextest v0.9.87 |
106 | 2024-12-28T04:15:20.882Z | Installing cargo-nextest v0.9.87 |
107 | 2024-12-28T04:15:20.969Z | Updating crates.io index |
108 | 2024-12-28T04:15:22.341Z | Locking 363 packages to latest compatible versions |
109 | 2024-12-28T04:15:22.345Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-12-28T04:15:22.345Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-12-28T04:15:22.345Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-12-28T04:15:22.358Z | Adding config v0.14.1 (latest: v0.15.4) |
113 | 2024-12-28T04:15:22.362Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-12-28T04:15:22.363Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-12-28T04:15:22.363Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-12-28T04:15:22.363Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-12-28T04:15:22.363Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-12-28T04:15:22.363Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-12-28T04:15:22.366Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-28T04:15:22.366Z | Adding miniz_oxide v0.7.4 (latest: v0.8.2) |
121 | 2024-12-28T04:15:22.369Z | Adding object v0.32.2 (latest: v0.36.7) |
122 | 2024-12-28T04:15:22.369Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
123 | 2024-12-28T04:15:22.369Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
124 | 2024-12-28T04:15:22.376Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
125 | 2024-12-28T04:15:22.379Z | Adding target-lexicon v0.12.16 (latest: v0.13.1) |
126 | 2024-12-28T04:15:22.382Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
127 | 2024-12-28T04:15:22.383Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
128 | 2024-12-28T04:15:22.383Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-28T04:15:22.389Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-12-28T04:15:22.389Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-12-28T04:15:22.390Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-12-28T04:15:22.390Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-12-28T04:15:22.390Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-12-28T04:15:22.390Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-12-28T04:15:22.390Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-12-28T04:15:22.390Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-12-28T04:15:22.390Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
138 | 2024-12-28T04:15:22.391Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
139 | 2024-12-28T04:15:22.391Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
140 | 2024-12-28T04:15:22.391Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
141 | 2024-12-28T04:15:22.391Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
142 | 2024-12-28T04:15:22.391Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
143 | 2024-12-28T04:15:22.391Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-12-28T04:15:22.391Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
145 | 2024-12-28T04:15:22.391Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2024-12-28T04:15:22.391Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
147 | 2024-12-28T04:15:22.391Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
148 | 2024-12-28T04:15:22.395Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2024-12-28T04:15:22.395Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2024-12-28T04:15:22.395Z | Downloading crates ... |
151 | 2024-12-28T04:15:22.468Z | Downloaded atomicwrites v0.4.4 |
152 | 2024-12-28T04:15:22.479Z | Downloaded cfg_aliases v0.2.1 |
153 | 2024-12-28T04:15:22.479Z | Downloaded iana-time-zone v0.1.61 |
154 | 2024-12-28T04:15:22.506Z | Downloaded foreign-types v0.3.2 |
155 | 2024-12-28T04:15:22.535Z | Downloaded enable-ansi-support v0.2.1 |
156 | 2024-12-28T04:15:22.535Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-12-28T04:15:22.535Z | Downloaded swrite v0.1.0 |
158 | 2024-12-28T04:15:22.535Z | Downloaded equivalent v1.0.1 |
159 | 2024-12-28T04:15:22.536Z | Downloaded shell-words v1.1.0 |
160 | 2024-12-28T04:15:22.536Z | Downloaded serde_ignored v0.1.10 |
161 | 2024-12-28T04:15:22.536Z | Downloaded static_assertions v1.1.0 |
162 | 2024-12-28T04:15:22.536Z | Downloaded shlex v1.3.0 |
163 | 2024-12-28T04:15:22.536Z | Downloaded http-body v1.0.1 |
164 | 2024-12-28T04:15:22.536Z | Downloaded write16 v1.0.0 |
165 | 2024-12-28T04:15:22.537Z | Downloaded sync_wrapper v1.0.2 |
166 | 2024-12-28T04:15:22.537Z | Downloaded guppy-workspace-hack v0.1.0 |
167 | 2024-12-28T04:15:22.537Z | Downloaded cfg-if v1.0.0 |
168 | 2024-12-28T04:15:22.537Z | Downloaded tower-service v0.3.3 |
169 | 2024-12-28T04:15:22.537Z | Downloaded serde_spanned v0.6.8 |
170 | 2024-12-28T04:15:22.537Z | Downloaded cargo-platform v0.1.9 |
171 | 2024-12-28T04:15:22.537Z | Downloaded try-lock v0.2.5 |
172 | 2024-12-28T04:15:22.538Z | Downloaded crypto-common v0.1.6 |
173 | 2024-12-28T04:15:22.538Z | Downloaded autocfg v1.4.0 |
174 | 2024-12-28T04:15:22.548Z | Downloaded urlencoding v2.1.3 |
175 | 2024-12-28T04:15:22.548Z | Downloaded anstyle-query v1.1.2 |
176 | 2024-12-28T04:15:22.548Z | Downloaded tower-layer v0.3.3 |
177 | 2024-12-28T04:15:22.548Z | Downloaded cpufeatures v0.2.16 |
178 | 2024-12-28T04:15:22.548Z | Downloaded block-buffer v0.10.4 |
179 | 2024-12-28T04:15:22.548Z | Downloaded want v0.3.1 |
180 | 2024-12-28T04:15:22.548Z | Downloaded colorchoice v1.0.3 |
181 | 2024-12-28T04:15:22.548Z | Downloaded vte_generate_state_changes v0.1.2 |
182 | 2024-12-28T04:15:22.549Z | Downloaded curve25519-dalek-derive v0.1.1 |
183 | 2024-12-28T04:15:22.549Z | Downloaded clap_lex v0.7.4 |
184 | 2024-12-28T04:15:22.549Z | Downloaded adler2 v2.0.0 |
185 | 2024-12-28T04:15:22.549Z | Downloaded tinyvec_macros v0.1.1 |
186 | 2024-12-28T04:15:22.549Z | Downloaded async-scoped v0.9.0 |
187 | 2024-12-28T04:15:22.549Z | Downloaded http-body-util v0.1.2 |
188 | 2024-12-28T04:15:22.549Z | Downloaded hex v0.4.3 |
189 | 2024-12-28T04:15:22.549Z | Downloaded subtle v2.6.1 |
190 | 2024-12-28T04:15:22.549Z | Downloaded generic-array v0.14.7 |
191 | 2024-12-28T04:15:22.550Z | Downloaded humantime v2.1.0 |
192 | 2024-12-28T04:15:22.550Z | Downloaded futures-sink v0.3.31 |
193 | 2024-12-28T04:15:22.581Z | Downloaded supports-hyperlinks v3.1.0 |
194 | 2024-12-28T04:15:22.582Z | Downloaded zerofrom v0.1.5 |
195 | 2024-12-28T04:15:22.582Z | Downloaded serde_urlencoded v0.7.1 |
196 | 2024-12-28T04:15:22.582Z | Downloaded synstructure v0.13.1 |
197 | 2024-12-28T04:15:22.582Z | Downloaded humantime-serde v1.1.1 |
198 | 2024-12-28T04:15:22.583Z | Downloaded home v0.5.11 |
199 | 2024-12-28T04:15:22.594Z | Downloaded utf8parse v0.2.2 |
200 | 2024-12-28T04:15:22.594Z | Downloaded heck v0.5.0 |
201 | 2024-12-28T04:15:22.594Z | Downloaded utf8_iter v1.0.4 |
202 | 2024-12-28T04:15:22.594Z | Downloaded version_check v0.9.5 |
203 | 2024-12-28T04:15:22.594Z | Downloaded future-queue v0.3.0 |
204 | 2024-12-28T04:15:22.594Z | Downloaded untrusted v0.9.0 |
205 | 2024-12-28T04:15:22.595Z | Downloaded xattr v1.3.1 |
206 | 2024-12-28T04:15:22.595Z | Downloaded tokio-native-tls v0.3.1 |
207 | 2024-12-28T04:15:22.595Z | Downloaded cargo_metadata v0.19.1 |
208 | 2024-12-28T04:15:22.595Z | Downloaded tracing-log v0.2.0 |
209 | 2024-12-28T04:15:22.595Z | Downloaded tinystr v0.7.6 |
210 | 2024-12-28T04:15:22.595Z | Downloaded tokio-macros v2.4.0 |
211 | 2024-12-28T04:15:22.595Z | Downloaded number_prefix v0.4.0 |
212 | 2024-12-28T04:15:22.596Z | Downloaded addr2line v0.21.0 |
213 | 2024-12-28T04:15:22.596Z | Downloaded zerofrom-derive v0.1.5 |
214 | 2024-12-28T04:15:22.596Z | Downloaded yoke-derive v0.7.5 |
215 | 2024-12-28T04:15:22.596Z | Downloaded xxhash-rust v0.8.14 |
216 | 2024-12-28T04:15:22.596Z | Downloaded thiserror-impl v2.0.9 |
217 | 2024-12-28T04:15:22.596Z | Downloaded smol_str v0.3.2 |
218 | 2024-12-28T04:15:22.622Z | Downloaded tracing-error v0.2.1 |
219 | 2024-12-28T04:15:22.623Z | Downloaded duct v0.13.7 |
220 | 2024-12-28T04:15:22.623Z | Downloaded zerovec-derive v0.10.3 |
221 | 2024-12-28T04:15:22.623Z | Downloaded writeable v0.5.5 |
222 | 2024-12-28T04:15:22.623Z | Downloaded target-lexicon v0.12.16 |
223 | 2024-12-28T04:15:22.641Z | Downloaded icu_provider_macros v1.5.0 |
224 | 2024-12-28T04:15:22.641Z | Downloaded supports-color v3.0.2 |
225 | 2024-12-28T04:15:22.641Z | Downloaded unicase v2.8.1 |
226 | 2024-12-28T04:15:22.641Z | Downloaded spin v0.9.8 |
227 | 2024-12-28T04:15:22.642Z | Downloaded futures-channel v0.3.31 |
228 | 2024-12-28T04:15:22.642Z | Downloaded displaydoc v0.2.5 |
229 | 2024-12-28T04:15:22.642Z | Downloaded utf16_iter v1.0.5 |
230 | 2024-12-28T04:15:22.642Z | Downloaded strip-ansi-escapes v0.2.0 |
231 | 2024-12-28T04:15:22.644Z | Downloaded slab v0.4.9 |
232 | 2024-12-28T04:15:22.644Z | Downloaded strsim v0.11.1 |
233 | 2024-12-28T04:15:22.644Z | Downloaded stable_deref_trait v1.2.0 |
234 | 2024-12-28T04:15:22.645Z | Downloaded signal-hook-registry v1.4.2 |
235 | 2024-12-28T04:15:22.645Z | Downloaded thread_local v1.1.8 |
236 | 2024-12-28T04:15:22.645Z | Downloaded indent_write v2.2.0 |
237 | 2024-12-28T04:15:22.646Z | Downloaded const-oid v0.9.6 |
238 | 2024-12-28T04:15:22.646Z | Downloaded yoke v0.7.5 |
239 | 2024-12-28T04:15:22.681Z | Downloaded nextest-workspace-hack v0.1.0 |
240 | 2024-12-28T04:15:22.681Z | Downloaded tokio-rustls v0.26.1 |
241 | 2024-12-28T04:15:22.681Z | Downloaded mukti-metadata v0.3.0 |
242 | 2024-12-28T04:15:22.681Z | Downloaded nested v0.1.1 |
243 | 2024-12-28T04:15:22.681Z | Downloaded vte v0.11.1 |
244 | 2024-12-28T04:15:22.681Z | Downloaded config v0.14.1 |
245 | 2024-12-28T04:15:22.681Z | Downloaded tokio-stream v0.1.17 |
246 | 2024-12-28T04:15:22.681Z | Downloaded sharded-slab v0.1.7 |
247 | 2024-12-28T04:15:22.681Z | Downloaded self-replace v1.5.0 |
248 | 2024-12-28T04:15:22.701Z | Downloaded indenter v0.3.3 |
249 | 2024-12-28T04:15:22.701Z | Downloaded nextest-metadata v0.12.1 |
250 | 2024-12-28T04:15:22.701Z | Downloaded anstream v0.6.18 |
251 | 2024-12-28T04:15:22.701Z | Downloaded openssl-macros v0.1.1 |
252 | 2024-12-28T04:15:22.701Z | Downloaded cfg-expr v0.17.2 |
253 | 2024-12-28T04:15:22.701Z | Downloaded zstd v0.13.2 |
254 | 2024-12-28T04:15:22.702Z | Downloaded percent-encoding v2.3.1 |
255 | 2024-12-28T04:15:22.702Z | Downloaded os_pipe v1.2.1 |
256 | 2024-12-28T04:15:22.702Z | Downloaded is_terminal_polyfill v1.70.1 |
257 | 2024-12-28T04:15:22.702Z | Downloaded rustc-hash v2.1.0 |
258 | 2024-12-28T04:15:22.702Z | Downloaded newtype-uuid v1.1.3 |
259 | 2024-12-28T04:15:22.702Z | Downloaded icu_locid_transform v1.5.0 |
260 | 2024-12-28T04:15:22.724Z | Downloaded rustc_version v0.4.1 |
261 | 2024-12-28T04:15:22.725Z | Downloaded zerocopy-derive v0.7.35 |
262 | 2024-12-28T04:15:22.725Z | Downloaded rand_chacha v0.3.1 |
263 | 2024-12-28T04:15:22.725Z | Downloaded mime v0.3.17 |
264 | 2024-12-28T04:15:22.725Z | Downloaded uuid v1.11.0 |
265 | 2024-12-28T04:15:22.754Z | Downloaded openssl-probe v0.1.5 |
266 | 2024-12-28T04:15:22.754Z | Downloaded signal-hook v0.3.17 |
267 | 2024-12-28T04:15:22.755Z | Downloaded ppv-lite86 v0.2.20 |
268 | 2024-12-28T04:15:22.755Z | Downloaded pkg-config v0.3.31 |
269 | 2024-12-28T04:15:22.755Z | Downloaded once_cell v1.20.2 |
270 | 2024-12-28T04:15:22.755Z | Downloaded idna_adapter v1.2.0 |
271 | 2024-12-28T04:15:22.755Z | Downloaded borsh v1.5.3 |
272 | 2024-12-28T04:15:22.755Z | Downloaded pin-utils v0.1.0 |
273 | 2024-12-28T04:15:22.755Z | Downloaded pathdiff v0.2.3 |
274 | 2024-12-28T04:15:22.755Z | Downloaded base64 v0.21.7 |
275 | 2024-12-28T04:15:22.763Z | Downloaded zipsign-api v0.1.2 |
276 | 2024-12-28T04:15:22.764Z | Downloaded rand_core v0.6.4 |
277 | 2024-12-28T04:15:22.764Z | Downloaded jobserver v0.1.32 |
278 | 2024-12-28T04:15:22.764Z | Downloaded zstd-safe v7.2.1 |
279 | 2024-12-28T04:15:22.764Z | Downloaded num-traits v0.2.19 |
280 | 2024-12-28T04:15:22.764Z | Downloaded thiserror v2.0.9 |
281 | 2024-12-28T04:15:22.769Z | Downloaded semver v1.0.24 |
282 | 2024-12-28T04:15:22.770Z | Downloaded cc v1.2.6 |
283 | 2024-12-28T04:15:22.793Z | Downloaded quick-junit v0.5.1 |
284 | 2024-12-28T04:15:22.793Z | Downloaded pin-project-lite v0.2.15 |
285 | 2024-12-28T04:15:22.793Z | Downloaded icu_normalizer_data v1.5.0 |
286 | 2024-12-28T04:15:22.794Z | Downloaded icu_normalizer v1.5.0 |
287 | 2024-12-28T04:15:22.822Z | Downloaded pin-project-internal v1.1.7 |
288 | 2024-12-28T04:15:22.822Z | Downloaded lazy_static v1.5.0 |
289 | 2024-12-28T04:15:22.822Z | Downloaded backtrace v0.3.71 |
290 | 2024-12-28T04:15:22.822Z | Downloaded parking_lot_core v0.9.10 |
291 | 2024-12-28T04:15:22.822Z | Downloaded litemap v0.7.4 |
292 | 2024-12-28T04:15:22.822Z | Downloaded owo-colors v4.1.0 |
293 | 2024-12-28T04:15:22.822Z | Downloaded icu_locid_transform_data v1.5.0 |
294 | 2024-12-28T04:15:22.822Z | Downloaded owo-colors v3.5.0 |
295 | 2024-12-28T04:15:22.822Z | Downloaded rustls-pemfile v2.2.0 |
296 | 2024-12-28T04:15:22.828Z | Downloaded toml v0.8.19 |
297 | 2024-12-28T04:15:22.829Z | Downloaded icu_properties v1.5.1 |
298 | 2024-12-28T04:15:22.829Z | Downloaded ron v0.8.1 |
299 | 2024-12-28T04:15:22.829Z | Downloaded miniz_oxide v0.7.4 |
300 | 2024-12-28T04:15:22.829Z | Downloaded icu_provider v1.5.0 |
301 | 2024-12-28T04:15:22.835Z | Downloaded icu_locid v1.5.0 |
302 | 2024-12-28T04:15:22.835Z | Downloaded flate2 v1.0.35 |
303 | 2024-12-28T04:15:22.851Z | Downloaded parking_lot v0.12.3 |
304 | 2024-12-28T04:15:22.851Z | Downloaded log v0.4.22 |
305 | 2024-12-28T04:15:22.851Z | Downloaded url v2.5.4 |
306 | 2024-12-28T04:15:22.860Z | Downloaded http v1.2.0 |
307 | 2024-12-28T04:15:22.860Z | Downloaded proc-macro2 v1.0.92 |
308 | 2024-12-28T04:15:22.860Z | Downloaded der v0.7.9 |
309 | 2024-12-28T04:15:22.872Z | Downloaded tar v0.4.43 |
310 | 2024-12-28T04:15:22.872Z | Downloaded tracing v0.1.41 |
311 | 2024-12-28T04:15:22.873Z | Downloaded miniz_oxide v0.8.2 |
312 | 2024-12-28T04:15:22.873Z | Downloaded serde_derive v1.0.217 |
313 | 2024-12-28T04:15:22.891Z | Downloaded ryu v1.0.18 |
314 | 2024-12-28T04:15:22.891Z | Downloaded memchr v2.7.4 |
315 | 2024-12-28T04:15:22.913Z | Downloaded openssl-sys v0.9.104 |
316 | 2024-12-28T04:15:22.913Z | Downloaded tower v0.5.2 |
317 | 2024-12-28T04:15:22.913Z | Downloaded icu_collections v1.5.0 |
318 | 2024-12-28T04:15:22.930Z | Downloaded hyper v1.5.2 |
319 | 2024-12-28T04:15:22.930Z | Downloaded quinn v0.11.6 |
320 | 2024-12-28T04:15:22.930Z | Downloaded rand v0.8.5 |
321 | 2024-12-28T04:15:22.930Z | Downloaded indexmap v2.7.0 |
322 | 2024-12-28T04:15:22.931Z | Downloaded serde v1.0.217 |
323 | 2024-12-28T04:15:22.946Z | Downloaded nom v7.1.3 |
324 | 2024-12-28T04:15:22.946Z | Downloaded futures-util v0.3.31 |
325 | 2024-12-28T04:15:22.961Z | Downloaded miette v7.4.0 |
326 | 2024-12-28T04:15:22.961Z | Downloaded itertools v0.13.0 |
327 | 2024-12-28T04:15:22.961Z | Downloaded color-spantrace v0.2.1 |
328 | 2024-12-28T04:15:22.961Z | Downloaded zerovec v0.10.4 |
329 | 2024-12-28T04:15:22.982Z | Downloaded serde_json v1.0.134 |
330 | 2024-12-28T04:15:22.982Z | Downloaded aho-corasick v1.1.3 |
331 | 2024-12-28T04:15:23.004Z | Downloaded portable-atomic v1.10.0 |
332 | 2024-12-28T04:15:23.004Z | Downloaded zerocopy v0.7.35 |
333 | 2024-12-28T04:15:23.004Z | Downloaded quick-xml v0.37.1 |
334 | 2024-12-28T04:15:23.026Z | Downloaded rustls-webpki v0.102.8 |
335 | 2024-12-28T04:15:23.034Z | Downloaded icu_properties_data v1.5.0 |
336 | 2024-12-28T04:15:23.034Z | Downloaded tracing-subscriber v0.3.19 |
337 | 2024-12-28T04:15:23.047Z | Downloaded gimli v0.28.1 |
338 | 2024-12-28T04:15:23.061Z | Downloaded curve25519-dalek v4.1.3 |
339 | 2024-12-28T04:15:23.061Z | Downloaded regex v1.11.1 |
340 | 2024-12-28T04:15:23.070Z | Downloaded reqwest v0.12.11 |
341 | 2024-12-28T04:15:23.092Z | Downloaded vcpkg v0.2.15 |
342 | 2024-12-28T04:15:23.113Z | Downloaded quinn-proto v0.11.9 |
343 | 2024-12-28T04:15:23.128Z | Downloaded webpki-roots v0.26.7 |
344 | 2024-12-28T04:15:23.128Z | Downloaded nix v0.29.0 |
345 | 2024-12-28T04:15:23.155Z | Downloaded rustix v0.38.42 |
346 | 2024-12-28T04:15:23.179Z | Downloaded unicode-width v0.2.0 |
347 | 2024-12-28T04:15:23.179Z | Downloaded unicode-width v0.1.14 |
348 | 2024-12-28T04:15:23.179Z | Downloaded syn v2.0.92 |
349 | 2024-12-28T04:15:23.208Z | Downloaded bstr v1.11.1 |
350 | 2024-12-28T04:15:23.208Z | Downloaded openssl v0.10.68 |
351 | 2024-12-28T04:15:23.208Z | Downloaded object v0.32.2 |
352 | 2024-12-28T04:15:23.213Z | Downloaded nextest-runner v0.70.0 |
353 | 2024-12-28T04:15:23.213Z | Downloaded rustls v0.23.20 |
354 | 2024-12-28T04:15:23.220Z | Downloaded regex-syntax v0.8.5 |
355 | 2024-12-28T04:15:23.237Z | Downloaded quick-xml v0.23.1 |
356 | 2024-12-28T04:15:23.247Z | Downloaded idna v1.0.3 |
357 | 2024-12-28T04:15:23.248Z | Downloaded chrono v0.4.39 |
358 | 2024-12-28T04:15:23.248Z | Downloaded winnow v0.6.20 |
359 | 2024-12-28T04:15:23.252Z | Downloaded unicode-normalization v0.1.24 |
360 | 2024-12-28T04:15:23.261Z | Downloaded color-eyre v0.6.3 |
361 | 2024-12-28T04:15:23.266Z | Downloaded clap_builder v4.5.23 |
362 | 2024-12-28T04:15:23.271Z | Downloaded guppy v0.17.11 |
363 | 2024-12-28T04:15:23.275Z | Downloaded minimal-lexical v0.2.1 |
364 | 2024-12-28T04:15:23.280Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-28T04:15:23.297Z | Downloaded petgraph v0.6.5 |
366 | 2024-12-28T04:15:23.313Z | Downloaded hashbrown v0.15.2 |
367 | 2024-12-28T04:15:23.318Z | Downloaded crossterm v0.28.1 |
368 | 2024-12-28T04:15:23.323Z | Downloaded mio v1.0.3 |
369 | 2024-12-28T04:15:23.328Z | Downloaded indicatif v0.17.9 |
370 | 2024-12-28T04:15:23.331Z | Downloaded rustls-pki-types v1.10.1 |
371 | 2024-12-28T04:15:23.334Z | Downloaded pin-project v1.1.7 |
372 | 2024-12-28T04:15:23.346Z | Downloaded tracing-core v0.1.33 |
373 | 2024-12-28T04:15:23.349Z | Downloaded regex-automata v0.4.9 |
374 | 2024-12-28T04:15:23.369Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
375 | 2024-12-28T04:15:23.384Z | Downloaded textwrap v0.16.1 |
376 | 2024-12-28T04:15:23.390Z | Downloaded ed25519-dalek v2.1.1 |
377 | 2024-12-28T04:15:23.390Z | Downloaded quote v1.0.38 |
378 | 2024-12-28T04:15:23.396Z | Downloaded nextest-filtering v0.12.0 |
379 | 2024-12-28T04:15:23.396Z | Downloaded native-tls v0.2.12 |
380 | 2024-12-28T04:15:23.396Z | Downloaded scopeguard v1.2.0 |
381 | 2024-12-28T04:15:23.396Z | Downloaded pkcs8 v0.10.2 |
382 | 2024-12-28T04:15:23.407Z | Downloaded base64 v0.22.1 |
383 | 2024-12-28T04:15:23.407Z | Downloaded ipnet v2.10.1 |
384 | 2024-12-28T04:15:23.413Z | Downloaded tokio v1.42.0 |
385 | 2024-12-28T04:15:23.437Z | Downloaded libc v0.2.169 |
386 | 2024-12-28T04:15:23.459Z | Downloaded self_update v0.41.0 |
387 | 2024-12-28T04:15:23.465Z | Downloaded rustc-demangle v0.1.24 |
388 | 2024-12-28T04:15:23.465Z | Downloaded quinn-udp v0.5.9 |
389 | 2024-12-28T04:15:23.470Z | Downloaded lock_api v0.4.12 |
390 | 2024-12-28T04:15:23.470Z | Downloaded hyper-util v0.1.10 |
391 | 2024-12-28T04:15:23.470Z | Downloaded getrandom v0.2.15 |
392 | 2024-12-28T04:15:23.475Z | Downloaded miette-derive v7.4.0 |
393 | 2024-12-28T04:15:23.475Z | Downloaded zeroize v1.8.1 |
394 | 2024-12-28T04:15:23.480Z | Downloaded unicode-ident v1.0.14 |
395 | 2024-12-28T04:15:23.480Z | Downloaded tinyvec v1.8.1 |
396 | 2024-12-28T04:15:23.480Z | Downloaded globset v0.4.15 |
397 | 2024-12-28T04:15:23.487Z | Downloaded typenum v1.17.0 |
398 | 2024-12-28T04:15:23.487Z | Downloaded bytes v1.9.0 |
399 | 2024-12-28T04:15:23.492Z | Downloaded ahash v0.8.11 |
400 | 2024-12-28T04:15:23.492Z | Downloaded itoa v1.0.14 |
401 | 2024-12-28T04:15:23.492Z | Downloaded socket2 v0.5.8 |
402 | 2024-12-28T04:15:23.509Z | Downloaded hyper-rustls v0.27.5 |
403 | 2024-12-28T04:15:23.509Z | Downloaded futures v0.3.31 |
404 | 2024-12-28T04:15:23.510Z | Downloaded eyre v0.6.12 |
405 | 2024-12-28T04:15:23.510Z | Downloaded tempfile v3.14.0 |
406 | 2024-12-28T04:15:23.533Z | Downloaded derive-where v1.2.7 |
407 | 2024-12-28T04:15:23.533Z | Downloaded bitflags v2.6.0 |
408 | 2024-12-28T04:15:23.533Z | Downloaded tracing-attributes v0.1.28 |
409 | 2024-12-28T04:15:23.533Z | Downloaded target-spec v3.3.1 |
410 | 2024-12-28T04:15:23.533Z | Downloaded smallvec v1.13.2 |
411 | 2024-12-28T04:15:23.533Z | Downloaded dialoguer v0.11.0 |
412 | 2024-12-28T04:15:23.533Z | Downloaded clap v4.5.23 |
413 | 2024-12-28T04:15:23.562Z | Downloaded sha2 v0.10.8 |
414 | 2024-12-28T04:15:23.562Z | Downloaded target-spec-miette v0.4.4 |
415 | 2024-12-28T04:15:23.562Z | Downloaded futures-io v0.3.31 |
416 | 2024-12-28T04:15:23.562Z | Downloaded signal-hook-mio v0.2.4 |
417 | 2024-12-28T04:15:23.562Z | Downloaded httparse v1.9.5 |
418 | 2024-12-28T04:15:23.562Z | Downloaded errno v0.3.10 |
419 | 2024-12-28T04:15:23.562Z | Downloaded unicode-linebreak v0.1.5 |
420 | 2024-12-28T04:15:23.562Z | Downloaded terminal_size v0.4.1 |
421 | 2024-12-28T04:15:23.563Z | Downloaded is_ci v1.2.0 |
422 | 2024-12-28T04:15:23.563Z | Downloaded camino-tempfile v1.1.1 |
423 | 2024-12-28T04:15:23.563Z | Downloaded base64ct v1.6.0 |
424 | 2024-12-28T04:15:23.563Z | Downloaded camino v1.1.9 |
425 | 2024-12-28T04:15:23.607Z | Downloaded spki v0.7.3 |
426 | 2024-12-28T04:15:23.607Z | Downloaded shared_child v1.0.1 |
427 | 2024-12-28T04:15:23.607Z | Downloaded console v0.15.10 |
428 | 2024-12-28T04:15:23.607Z | Downloaded clap_derive v4.5.18 |
429 | 2024-12-28T04:15:23.607Z | Downloaded adler v1.0.2 |
430 | 2024-12-28T04:15:23.607Z | Downloaded fastrand v2.3.0 |
431 | 2024-12-28T04:15:23.607Z | Downloaded thiserror-impl v1.0.69 |
432 | 2024-12-28T04:15:23.607Z | Downloaded recursion v0.5.2 |
433 | 2024-12-28T04:15:23.607Z | Downloaded toml_datetime v0.6.8 |
434 | 2024-12-28T04:15:23.608Z | Downloaded thiserror v1.0.69 |
435 | 2024-12-28T04:15:23.608Z | Downloaded supports-unicode v3.0.0 |
436 | 2024-12-28T04:15:23.608Z | Downloaded signature v2.2.0 |
437 | 2024-12-28T04:15:23.608Z | Downloaded serde_path_to_error v0.1.16 |
438 | 2024-12-28T04:15:23.608Z | Downloaded crc32fast v1.4.2 |
439 | 2024-12-28T04:15:23.608Z | Downloaded byteorder v1.5.0 |
440 | 2024-12-28T04:15:23.608Z | Downloaded futures-task v0.3.31 |
441 | 2024-12-28T04:15:23.608Z | Downloaded futures-macro v0.3.31 |
442 | 2024-12-28T04:15:23.608Z | Downloaded fnv v1.0.7 |
443 | 2024-12-28T04:15:23.608Z | Downloaded digest v0.10.7 |
444 | 2024-12-28T04:15:23.609Z | Downloaded hyper-tls v0.6.0 |
445 | 2024-12-28T04:15:23.609Z | Downloaded futures-core v0.3.31 |
446 | 2024-12-28T04:15:23.609Z | Downloaded futures-executor v0.3.31 |
447 | 2024-12-28T04:15:23.609Z | Downloaded filetime v0.2.25 |
448 | 2024-12-28T04:15:23.609Z | Downloaded ed25519 v2.2.3 |
449 | 2024-12-28T04:15:23.622Z | Downloaded backtrace-ext v0.2.1 |
450 | 2024-12-28T04:15:23.622Z | Downloaded anstyle-parse v0.2.6 |
451 | 2024-12-28T04:15:23.622Z | Downloaded anstyle v1.0.10 |
452 | 2024-12-28T04:15:23.623Z | Downloaded either v1.13.0 |
453 | 2024-12-28T04:15:23.623Z | Downloaded debug-ignore v1.0.5 |
454 | 2024-12-28T04:15:23.623Z | Downloaded form_urlencoded v1.2.1 |
455 | 2024-12-28T04:15:23.623Z | Downloaded fixedbitset v0.4.2 |
456 | 2024-12-28T04:15:23.732Z | Downloaded ring v0.17.8 |
457 | 2024-12-28T04:15:24.039Z | Compiling proc-macro2 v1.0.92 |
458 | 2024-12-28T04:15:24.040Z | Compiling unicode-ident v1.0.14 |
459 | 2024-12-28T04:15:24.071Z | Compiling libc v0.2.169 |
460 | 2024-12-28T04:15:24.072Z | Compiling cfg-if v1.0.0 |
461 | 2024-12-28T04:15:24.072Z | Compiling memchr v2.7.4 |
462 | 2024-12-28T04:15:24.092Z | Compiling serde v1.0.217 |
463 | 2024-12-28T04:15:24.092Z | Compiling once_cell v1.20.2 |
464 | 2024-12-28T04:15:24.155Z | Compiling autocfg v1.4.0 |
465 | 2024-12-28T04:15:24.229Z | Compiling shlex v1.3.0 |
466 | 2024-12-28T04:15:24.588Z | Compiling log v0.4.22 |
467 | 2024-12-28T04:15:24.608Z | Compiling pin-project-lite v0.2.15 |
468 | 2024-12-28T04:15:24.702Z | Compiling smallvec v1.13.2 |
469 | 2024-12-28T04:15:24.946Z | Compiling itoa v1.0.14 |
470 | 2024-12-28T04:15:24.992Z | Compiling bitflags v2.6.0 |
471 | 2024-12-28T04:15:25.055Z | Compiling rustix v0.38.42 |
472 | 2024-12-28T04:15:25.120Z | Compiling futures-core v0.3.31 |
473 | 2024-12-28T04:15:25.305Z | Compiling slab v0.4.9 |
474 | 2024-12-28T04:15:25.411Z | Compiling stable_deref_trait v1.2.0 |
475 | 2024-12-28T04:15:25.489Z | Compiling futures-sink v0.3.31 |
476 | 2024-12-28T04:15:25.597Z | Compiling bytes v1.9.0 |
477 | 2024-12-28T04:15:26.154Z | Compiling futures-channel v0.3.31 |
478 | 2024-12-28T04:15:26.396Z | Compiling futures-io v0.3.31 |
479 | 2024-12-28T04:15:26.423Z | Compiling pin-utils v0.1.0 |
480 | 2024-12-28T04:15:26.522Z | Compiling version_check v0.9.5 |
481 | 2024-12-28T04:15:26.579Z | Compiling futures-task v0.3.31 |
482 | 2024-12-28T04:15:26.709Z | Compiling serde_json v1.0.134 |
483 | 2024-12-28T04:15:26.724Z | Compiling ryu v1.0.18 |
484 | 2024-12-28T04:15:26.905Z | Compiling tracing-core v0.1.33 |
485 | 2024-12-28T04:15:27.059Z | Compiling jobserver v0.1.32 |
486 | 2024-12-28T04:15:27.118Z | Compiling writeable v0.5.5 |
487 | 2024-12-28T04:15:27.161Z | Compiling litemap v0.7.4 |
488 | 2024-12-28T04:15:27.177Z | Compiling camino v1.1.9 |
489 | 2024-12-28T04:15:27.318Z | Compiling fnv v1.0.7 |
490 | 2024-12-28T04:15:27.455Z | Compiling quote v1.0.38 |
491 | 2024-12-28T04:15:27.608Z | Compiling cc v1.2.6 |
492 | 2024-12-28T04:15:27.754Z | Compiling getrandom v0.2.15 |
493 | 2024-12-28T04:15:27.864Z | Compiling errno v0.3.10 |
494 | 2024-12-28T04:15:28.113Z | Compiling syn v2.0.92 |
495 | 2024-12-28T04:15:28.162Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-12-28T04:15:28.177Z | Compiling mio v1.0.3 |
497 | 2024-12-28T04:15:28.223Z | Compiling socket2 v0.5.8 |
498 | 2024-12-28T04:15:28.353Z | Compiling rustls-pki-types v1.10.1 |
499 | 2024-12-28T04:15:29.454Z | Compiling hashbrown v0.15.2 |
500 | 2024-12-28T04:15:29.780Z | Compiling icu_locid_transform_data v1.5.0 |
501 | 2024-12-28T04:15:29.885Z | Compiling target-lexicon v0.12.16 |
502 | 2024-12-28T04:15:29.930Z | Compiling equivalent v1.0.1 |
503 | 2024-12-28T04:15:29.981Z | Compiling http v1.2.0 |
504 | 2024-12-28T04:15:30.039Z | Compiling semver v1.0.24 |
505 | 2024-12-28T04:15:30.296Z | Compiling gimli v0.28.1 |
506 | 2024-12-28T04:15:30.525Z | Compiling byteorder v1.5.0 |
507 | 2024-12-28T04:15:30.858Z | Compiling spin v0.9.8 |
508 | 2024-12-28T04:15:30.895Z | Compiling typenum v1.17.0 |
509 | 2024-12-28T04:15:31.018Z | Compiling httparse v1.9.5 |
510 | 2024-12-28T04:15:31.080Z | Compiling icu_properties_data v1.5.0 |
511 | 2024-12-28T04:15:31.327Z | Compiling thiserror v1.0.69 |
512 | 2024-12-28T04:15:31.494Z | Compiling ring v0.17.8 |
513 | 2024-12-28T04:15:31.687Z | Compiling backtrace v0.3.71 |
514 | 2024-12-28T04:15:31.863Z | Compiling adler v1.0.2 |
515 | 2024-12-28T04:15:31.912Z | Compiling untrusted v0.9.0 |
516 | 2024-12-28T04:15:32.108Z | Compiling utf8parse v0.2.2 |
517 | 2024-12-28T04:15:32.146Z | Compiling guppy-workspace-hack v0.1.0 |
518 | 2024-12-28T04:15:32.225Z | Compiling miniz_oxide v0.7.4 |
519 | 2024-12-28T04:15:32.560Z | Compiling http-body v1.0.1 |
520 | 2024-12-28T04:15:32.845Z | Compiling generic-array v0.14.7 |
521 | 2024-12-28T04:15:32.924Z | Compiling object v0.32.2 |
522 | 2024-12-28T04:15:33.110Z | Compiling icu_normalizer_data v1.5.0 |
523 | 2024-12-28T04:15:33.214Z | Compiling pkg-config v0.3.31 |
524 | 2024-12-28T04:15:33.589Z | Compiling utf8_iter v1.0.4 |
525 | 2024-12-28T04:15:33.820Z | Compiling thiserror v2.0.9 |
526 | 2024-12-28T04:15:33.851Z | Compiling rustls v0.23.20 |
527 | 2024-12-28T04:15:34.170Z | Compiling fastrand v2.3.0 |
528 | 2024-12-28T04:15:34.294Z | Compiling target-spec v3.3.1 |
529 | 2024-12-28T04:15:34.371Z | Compiling try-lock v0.2.5 |
530 | 2024-12-28T04:15:34.416Z | Compiling rustc-demangle v0.1.24 |
531 | 2024-12-28T04:15:34.520Z | Compiling write16 v1.0.0 |
532 | 2024-12-28T04:15:34.646Z | Compiling utf16_iter v1.0.5 |
533 | 2024-12-28T04:15:34.773Z | Compiling addr2line v0.21.0 |
534 | 2024-12-28T04:15:34.790Z | Compiling unicode-width v0.2.0 |
535 | 2024-12-28T04:15:34.845Z | Compiling zeroize v1.8.1 |
536 | 2024-12-28T04:15:35.178Z | Compiling tempfile v3.14.0 |
537 | 2024-12-28T04:15:35.216Z | Compiling want v0.3.1 |
538 | 2024-12-28T04:15:35.505Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
539 | 2024-12-28T04:15:35.861Z | Compiling synstructure v0.13.1 |
540 | 2024-12-28T04:15:36.215Z | Compiling cfg-expr v0.17.2 |
541 | 2024-12-28T04:15:37.122Z | Compiling terminal_size v0.4.1 |
542 | 2024-12-28T04:15:37.242Z | Compiling aho-corasick v1.1.3 |
543 | 2024-12-28T04:15:37.327Z | Compiling owo-colors v4.1.0 |
544 | 2024-12-28T04:15:37.491Z | Compiling regex-syntax v0.8.5 |
545 | 2024-12-28T04:15:37.836Z | Compiling percent-encoding v2.3.1 |
546 | 2024-12-28T04:15:37.875Z | Compiling tower-service v0.3.3 |
547 | 2024-12-28T04:15:37.992Z | Compiling subtle v2.6.1 |
548 | 2024-12-28T04:15:38.259Z | Compiling form_urlencoded v1.2.1 |
549 | 2024-12-28T04:15:38.766Z | Compiling ahash v0.8.11 |
550 | 2024-12-28T04:15:39.136Z | Compiling lock_api v0.4.12 |
551 | 2024-12-28T04:15:39.379Z | Compiling num-traits v0.2.19 |
552 | 2024-12-28T04:15:39.443Z | Compiling signal-hook v0.3.17 |
553 | 2024-12-28T04:15:39.674Z | Compiling is_ci v1.2.0 |
554 | 2024-12-28T04:15:39.735Z | Compiling portable-atomic v1.10.0 |
555 | 2024-12-28T04:15:40.632Z | Compiling unicode-linebreak v0.1.5 |
556 | 2024-12-28T04:15:40.792Z | Compiling regex-automata v0.4.9 |
557 | 2024-12-28T04:15:40.911Z | Compiling serde_derive v1.0.217 |
558 | 2024-12-28T04:15:41.107Z | Compiling zerofrom-derive v0.1.5 |
559 | 2024-12-28T04:15:44.896Z | Compiling zerofrom v0.1.5 |
560 | 2024-12-28T04:15:45.138Z | Compiling yoke-derive v0.7.5 |
561 | 2024-12-28T04:15:47.949Z | Compiling yoke v0.7.5 |
562 | 2024-12-28T04:15:48.262Z | Compiling zerovec-derive v0.10.3 |
563 | 2024-12-28T04:15:50.549Z | Compiling zerovec v0.10.4 |
564 | 2024-12-28T04:15:50.704Z | Compiling futures-macro v0.3.31 |
565 | 2024-12-28T04:15:51.195Z | Compiling displaydoc v0.2.5 |
566 | 2024-12-28T04:15:52.659Z | Compiling futures-util v0.3.31 |
567 | 2024-12-28T04:15:52.825Z | Compiling tinystr v0.7.6 |
568 | 2024-12-28T04:15:53.273Z | Compiling tokio-macros v2.4.0 |
569 | 2024-12-28T04:15:53.569Z | Compiling icu_locid v1.5.0 |
570 | 2024-12-28T04:15:54.476Z | Compiling icu_provider_macros v1.5.0 |
571 | 2024-12-28T04:15:54.737Z | Compiling tokio v1.42.0 |
572 | 2024-12-28T04:15:55.034Z | Compiling tracing-attributes v0.1.28 |
573 | 2024-12-28T04:15:55.678Z | Compiling icu_provider v1.5.0 |
574 | 2024-12-28T04:15:57.924Z | Compiling icu_locid_transform v1.5.0 |
575 | 2024-12-28T04:15:58.473Z | Compiling tracing v0.1.41 |
576 | 2024-12-28T04:15:59.532Z | Compiling indexmap v2.7.0 |
577 | 2024-12-28T04:16:00.623Z | Compiling icu_collections v1.5.0 |
578 | 2024-12-28T04:16:00.931Z | Compiling zerocopy-derive v0.7.35 |
579 | 2024-12-28T04:16:01.384Z | Compiling thiserror-impl v1.0.69 |
580 | 2024-12-28T04:16:03.091Z | Compiling zerocopy v0.7.35 |
581 | 2024-12-28T04:16:03.382Z | Compiling icu_properties v1.5.1 |
582 | 2024-12-28T04:16:04.018Z | Compiling rustls-webpki v0.102.8 |
583 | 2024-12-28T04:16:04.839Z | Compiling thiserror-impl v2.0.9 |
584 | 2024-12-28T04:16:08.140Z | Compiling icu_normalizer v1.5.0 |
585 | 2024-12-28T04:16:08.817Z | Compiling hyper v1.5.2 |
586 | 2024-12-28T04:16:09.690Z | Compiling idna_adapter v1.2.0 |
587 | 2024-12-28T04:16:09.914Z | Compiling either v1.13.0 |
588 | 2024-12-28T04:16:10.386Z | Compiling winnow v0.6.20 |
589 | 2024-12-28T04:16:10.835Z | Compiling lazy_static v1.5.0 |
590 | 2024-12-28T04:16:10.975Z | Compiling unicode-width v0.1.14 |
591 | 2024-12-28T04:16:11.545Z | Compiling parking_lot_core v0.9.10 |
592 | 2024-12-28T04:16:12.004Z | Compiling nextest-workspace-hack v0.1.0 |
593 | 2024-12-28T04:16:12.386Z | Compiling textwrap v0.16.1 |
594 | 2024-12-28T04:16:13.390Z | Compiling tokio-rustls v0.26.1 |
595 | 2024-12-28T04:16:13.886Z | Compiling sharded-slab v0.1.7 |
596 | 2024-12-28T04:16:14.855Z | Compiling hyper-util v0.1.10 |
597 | 2024-12-28T04:16:15.563Z | Compiling idna v1.0.3 |
598 | 2024-12-28T04:16:15.583Z | Compiling pathdiff v0.2.3 |
599 | 2024-12-28T04:16:15.764Z | Compiling cargo-platform v0.1.9 |
600 | 2024-12-28T04:16:16.611Z | Compiling toml_datetime v0.6.8 |
601 | 2024-12-28T04:16:16.909Z | Compiling serde_spanned v0.6.8 |
602 | 2024-12-28T04:16:17.167Z | Compiling miette-derive v7.4.0 |
603 | 2024-12-28T04:16:17.187Z | Compiling backtrace-ext v0.2.1 |
604 | 2024-12-28T04:16:17.393Z | Compiling supports-color v3.0.2 |
605 | 2024-12-28T04:16:17.978Z | Compiling console v0.15.10 |
606 | 2024-12-28T04:16:20.050Z | Compiling webpki-roots v0.26.7 |
607 | 2024-12-28T04:16:20.282Z | Compiling vte_generate_state_changes v0.1.2 |
608 | 2024-12-28T04:16:20.422Z | Compiling tracing-log v0.2.0 |
609 | 2024-12-28T04:16:20.868Z | Compiling sync_wrapper v1.0.2 |
610 | 2024-12-28T04:16:20.926Z | Compiling thread_local v1.1.8 |
611 | 2024-12-28T04:16:21.020Z | Compiling tower-layer v0.3.3 |
612 | 2024-12-28T04:16:21.047Z | Compiling supports-unicode v3.0.0 |
613 | 2024-12-28T04:16:21.144Z | Compiling cfg_aliases v0.2.1 |
614 | 2024-12-28T04:16:21.306Z | Compiling adler2 v2.0.0 |
615 | 2024-12-28T04:16:21.320Z | Compiling scopeguard v1.2.0 |
616 | 2024-12-28T04:16:21.378Z | Compiling supports-hyperlinks v3.1.0 |
617 | 2024-12-28T04:16:21.459Z | Compiling zstd-safe v7.2.1 |
618 | 2024-12-28T04:16:21.565Z | Compiling newtype-uuid v1.1.3 |
619 | 2024-12-28T04:16:21.636Z | Compiling fixedbitset v0.4.2 |
620 | 2024-12-28T04:16:21.725Z | Compiling miette v7.4.0 |
621 | 2024-12-28T04:16:21.818Z | Compiling miniz_oxide v0.8.2 |
622 | 2024-12-28T04:16:21.900Z | Compiling petgraph v0.6.5 |
623 | 2024-12-28T04:16:22.290Z | Compiling tower v0.5.2 |
624 | 2024-12-28T04:16:22.391Z | Compiling nix v0.29.0 |
625 | 2024-12-28T04:16:23.253Z | Compiling tracing-subscriber v0.3.19 |
626 | 2024-12-28T04:16:23.286Z | Compiling vte v0.11.1 |
627 | 2024-12-28T04:16:24.778Z | Compiling hyper-rustls v0.27.5 |
628 | 2024-12-28T04:16:27.185Z | Compiling toml_edit v0.22.22 |
629 | 2024-12-28T04:16:27.833Z | Compiling url v2.5.4 |
630 | 2024-12-28T04:16:28.061Z | Compiling cargo_metadata v0.19.1 |
631 | 2024-12-28T04:16:29.121Z | Compiling itertools v0.13.0 |
632 | 2024-12-28T04:16:31.041Z | Compiling ppv-lite86 v0.2.20 |
633 | 2024-12-28T04:16:31.991Z | Compiling http-body-util v0.1.2 |
634 | 2024-12-28T04:16:32.371Z | Compiling futures-executor v0.3.31 |
635 | 2024-12-28T04:16:32.571Z | Compiling serde_urlencoded v0.7.1 |
636 | 2024-12-28T04:16:32.998Z | Compiling smol_str v0.3.2 |
637 | 2024-12-28T04:16:33.183Z | Compiling regex v1.11.1 |
638 | 2024-12-28T04:16:33.498Z | Compiling pin-project-internal v1.1.7 |
639 | 2024-12-28T04:16:33.549Z | Compiling crypto-common v0.1.6 |
640 | 2024-12-28T04:16:33.644Z | Compiling block-buffer v0.10.4 |
641 | 2024-12-28T04:16:33.771Z | Compiling anstyle-parse v0.2.6 |
642 | 2024-12-28T04:16:33.892Z | Compiling xattr v1.3.1 |
643 | 2024-12-28T04:16:34.156Z | Compiling rustls-pemfile v2.2.0 |
644 | 2024-12-28T04:16:34.186Z | Compiling rand_core v0.6.4 |
645 | 2024-12-28T04:16:34.582Z | Compiling uuid v1.11.0 |
646 | 2024-12-28T04:16:34.648Z | Compiling filetime v0.2.25 |
647 | 2024-12-28T04:16:34.989Z | Compiling bstr v1.11.1 |
648 | 2024-12-28T04:16:35.748Z | Compiling crc32fast v1.4.2 |
649 | 2024-12-28T04:16:36.194Z | Compiling eyre v0.6.12 |
650 | 2024-12-28T04:16:36.255Z | Compiling static_assertions v1.1.0 |
651 | 2024-12-28T04:16:36.337Z | Compiling base64 v0.22.1 |
652 | 2024-12-28T04:16:36.552Z | Compiling mime v0.3.17 |
653 | 2024-12-28T04:16:36.716Z | Compiling nested v0.1.1 |
654 | 2024-12-28T04:16:36.799Z | Compiling minimal-lexical v0.2.1 |
655 | 2024-12-28T04:16:37.064Z | Compiling number_prefix v0.4.0 |
656 | 2024-12-28T04:16:37.306Z | Compiling ipnet v2.10.1 |
657 | 2024-12-28T04:16:37.415Z | Compiling debug-ignore v1.0.5 |
658 | 2024-12-28T04:16:37.432Z | Compiling self_update v0.41.0 |
659 | 2024-12-28T04:16:37.562Z | Compiling anstyle v1.0.10 |
660 | 2024-12-28T04:16:37.651Z | Compiling is_terminal_polyfill v1.70.1 |
661 | 2024-12-28T04:16:37.776Z | Compiling colorchoice v1.0.3 |
662 | 2024-12-28T04:16:37.793Z | Compiling anstyle-query v1.1.2 |
663 | 2024-12-28T04:16:37.937Z | Compiling tinyvec_macros v0.1.1 |
664 | 2024-12-28T04:16:37.954Z | Compiling iana-time-zone v0.1.61 |
665 | 2024-12-28T04:16:38.033Z | Compiling tinyvec v1.8.1 |
666 | 2024-12-28T04:16:38.096Z | Compiling chrono v0.4.39 |
667 | 2024-12-28T04:16:38.653Z | Compiling anstream v0.6.18 |
668 | 2024-12-28T04:16:39.707Z | Compiling reqwest v0.12.11 |
669 | 2024-12-28T04:16:39.759Z | Compiling guppy v0.17.11 |
670 | 2024-12-28T04:16:40.304Z | Compiling indicatif v0.17.9 |
671 | 2024-12-28T04:16:41.003Z | Compiling nom v7.1.3 |
672 | 2024-12-28T04:16:42.773Z | Compiling pin-project v1.1.7 |
673 | 2024-12-28T04:16:42.909Z | Compiling globset v0.4.15 |
674 | 2024-12-28T04:16:45.473Z | Compiling flate2 v1.0.35 |
675 | 2024-12-28T04:16:46.548Z | Compiling tar v0.4.43 |
676 | 2024-12-28T04:16:46.782Z | Compiling rand_chacha v0.3.1 |
677 | 2024-12-28T04:16:47.642Z | Compiling digest v0.10.7 |
678 | 2024-12-28T04:16:48.069Z | Compiling nextest-metadata v0.12.1 |
679 | 2024-12-28T04:16:48.517Z | Compiling futures v0.3.31 |
680 | 2024-12-28T04:16:48.636Z | Compiling toml v0.8.19 |
681 | 2024-12-28T04:16:50.015Z | Compiling parking_lot v0.12.3 |
682 | 2024-12-28T04:16:51.715Z | Compiling signal-hook-mio v0.2.4 |
683 | 2024-12-28T04:16:51.906Z | Compiling tracing-error v0.2.1 |
684 | 2024-12-28T04:16:52.017Z | Compiling strip-ansi-escapes v0.2.0 |
685 | 2024-12-28T04:16:52.339Z | Compiling self-replace v1.5.0 |
686 | 2024-12-28T04:16:52.734Z | Compiling shared_child v1.0.1 |
687 | 2024-12-28T04:16:52.750Z | Compiling os_pipe v1.2.1 |
688 | 2024-12-28T04:16:52.913Z | Compiling quick-xml v0.23.1 |
689 | 2024-12-28T04:16:53.001Z | Compiling quick-xml v0.37.1 |
690 | 2024-12-28T04:16:53.019Z | Compiling heck v0.5.0 |
691 | 2024-12-28T04:16:53.365Z | Compiling indenter v0.3.3 |
692 | 2024-12-28T04:16:53.448Z | Compiling humantime v2.1.0 |
693 | 2024-12-28T04:16:53.552Z | Compiling clap_lex v0.7.4 |
694 | 2024-12-28T04:16:54.277Z | Compiling unicase v2.8.1 |
695 | 2024-12-28T04:16:54.293Z | Compiling strsim v0.11.1 |
696 | 2024-12-28T04:16:54.824Z | Compiling recursion v0.5.2 |
697 | 2024-12-28T04:16:55.043Z | Compiling shell-words v1.1.0 |
698 | 2024-12-28T04:16:55.330Z | Compiling owo-colors v3.5.0 |
699 | 2024-12-28T04:16:55.470Z | Compiling cpufeatures v0.2.16 |
700 | 2024-12-28T04:16:55.582Z | Compiling urlencoding v2.1.3 |
701 | 2024-12-28T04:16:56.207Z | Compiling sha2 v0.10.8 |
702 | 2024-12-28T04:16:56.236Z | Compiling nextest-filtering v0.12.0 |
703 | 2024-12-28T04:16:56.640Z | Compiling clap_builder v4.5.23 |
704 | 2024-12-28T04:16:58.258Z | Compiling color-spantrace v0.2.1 |
705 | 2024-12-28T04:16:59.219Z | Compiling quick-junit v0.5.1 |
706 | 2024-12-28T04:16:59.346Z | Compiling humantime-serde v1.1.1 |
707 | 2024-12-28T04:17:00.760Z | Compiling clap_derive v4.5.18 |
708 | 2024-12-28T04:17:01.501Z | Compiling cargo-nextest v0.9.87 |
709 | 2024-12-28T04:17:01.672Z | Compiling duct v0.13.7 |
710 | 2024-12-28T04:17:04.390Z | Compiling crossterm v0.28.1 |
711 | 2024-12-28T04:17:05.269Z | Compiling config v0.14.1 |
712 | 2024-12-28T04:17:05.606Z | Compiling async-scoped v0.9.0 |
713 | 2024-12-28T04:17:05.676Z | Compiling rand v0.8.5 |
714 | 2024-12-28T04:17:05.919Z | Compiling zstd v0.13.2 |
715 | 2024-12-28T04:17:06.848Z | Compiling unicode-normalization v0.1.24 |
716 | 2024-12-28T04:17:07.558Z | Compiling target-spec-miette v0.4.4 |
717 | 2024-12-28T04:17:08.193Z | Compiling mukti-metadata v0.3.0 |
718 | 2024-12-28T04:17:08.377Z | Compiling tokio-stream v0.1.17 |
719 | 2024-12-28T04:17:09.271Z | Compiling camino-tempfile v1.1.1 |
720 | 2024-12-28T04:17:09.568Z | Compiling future-queue v0.3.0 |
721 | 2024-12-28T04:17:10.028Z | Compiling serde_ignored v0.1.10 |
722 | 2024-12-28T04:17:10.044Z | Compiling serde_path_to_error v0.1.16 |
723 | 2024-12-28T04:17:10.490Z | Compiling derive-where v1.2.7 |
724 | 2024-12-28T04:17:11.106Z | Compiling atomicwrites v0.4.4 |
725 | 2024-12-28T04:17:11.420Z | Compiling indent_write v2.2.0 |
726 | 2024-12-28T04:17:11.635Z | Compiling swrite v0.1.0 |
727 | 2024-12-28T04:17:11.659Z | Compiling home v0.5.11 |
728 | 2024-12-28T04:17:11.770Z | Compiling hex v0.4.3 |
729 | 2024-12-28T04:17:11.967Z | Compiling xxhash-rust v0.8.14 |
730 | 2024-12-28T04:17:12.262Z | Compiling clap v4.5.23 |
731 | 2024-12-28T04:17:12.406Z | Compiling color-eyre v0.6.3 |
732 | 2024-12-28T04:17:12.465Z | Compiling dialoguer v0.11.0 |
733 | 2024-12-28T04:17:12.800Z | Compiling enable-ansi-support v0.2.1 |
734 | 2024-12-28T04:17:13.838Z | Compiling nextest-runner v0.70.0 |
735 | 2024-12-28T04:17:55.576Z | Finished `release` profile [optimized] target(s) in 2m 35s |
736 | 2024-12-28T04:17:55.801Z | Installing /home/build/.cargo/bin/cargo-nextest |
737 | 2024-12-28T04:17:55.804Z | Installed package `cargo-nextest v0.9.87` (executable `cargo-nextest`) |
738 | 2024-12-28T04:17:55.909Z | + banner bfd |
739 | 2024-12-28T04:17:55.975Z | |
740 | 2024-12-28T04:17:55.975Z | ##### ###### ##### |
741 | 2024-12-28T04:17:55.975Z | # # # # # |
742 | 2024-12-28T04:17:55.975Z | ##### ##### # # |
743 | 2024-12-28T04:17:55.975Z | # # # # # |
744 | 2024-12-28T04:17:55.975Z | # # # # # |
745 | 2024-12-28T04:17:55.975Z | ##### # ##### |
746 | 2024-12-28T04:17:55.975Z | |
747 | 2024-12-28T04:17:55.977Z | + cargo nextest run -p bfd --nocapture |
748 | 2024-12-28T04:17:56.261Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
749 | 2024-12-28T04:17:56.505Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
750 | 2024-12-28T04:17:56.725Z | From https://www.github.com/oxidecomputer/oxnet |
751 | 2024-12-28T04:17:56.725Z | * [new branch] ci -> origin/ci |
752 | 2024-12-28T04:17:56.728Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
753 | 2024-12-28T04:17:56.728Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
754 | 2024-12-28T04:17:56.728Z | * [new branch] main -> origin/main |
755 | 2024-12-28T04:17:56.728Z | * [new ref] -> origin/HEAD |
756 | 2024-12-28T04:17:56.739Z | Updating crates.io index |
757 | 2024-12-28T04:17:56.802Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
758 | 2024-12-28T04:17:57.639Z | From https://github.com/oxidecomputer/falcon |
759 | 2024-12-28T04:17:57.639Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
760 | 2024-12-28T04:17:57.750Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
761 | 2024-12-28T04:17:58.917Z | From https://github.com/oxidecomputer/dendrite |
762 | 2024-12-28T04:17:58.917Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
763 | 2024-12-28T04:17:58.968Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
764 | 2024-12-28T04:17:59.362Z | From https://github.com/oxidecomputer/ispf |
765 | 2024-12-28T04:17:59.362Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
766 | 2024-12-28T04:17:59.370Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
767 | 2024-12-28T04:17:59.804Z | From https://github.com/oxidecomputer/netadm-sys |
768 | 2024-12-28T04:17:59.804Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
769 | 2024-12-28T04:17:59.817Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
770 | 2024-12-28T04:18:04.141Z | From https://github.com/oxidecomputer/omicron |
771 | 2024-12-28T04:18:04.141Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
772 | 2024-12-28T04:18:04.171Z | * [new tag] dogfood -> dogfood |
773 | 2024-12-28T04:18:04.173Z | * [new tag] v5 -> v5 |
774 | 2024-12-28T04:18:04.173Z | * [new tag] v6 -> v6 |
775 | 2024-12-28T04:18:04.173Z | * [new tag] v7 -> v7 |
776 | 2024-12-28T04:18:04.173Z | * [new tag] v8 -> v8 |
777 | 2024-12-28T04:18:04.173Z | * [new tag] v9 -> v9 |
778 | 2024-12-28T04:18:04.536Z | Updating git repository `https://github.com/oxidecomputer/opte` |
779 | 2024-12-28T04:18:05.089Z | From https://github.com/oxidecomputer/opte |
780 | 2024-12-28T04:18:05.089Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
781 | 2024-12-28T04:18:05.137Z | Updating git repository `https://github.com/illumos/smf-rs` |
782 | 2024-12-28T04:18:05.639Z | From https://github.com/illumos/smf-rs |
783 | 2024-12-28T04:18:05.639Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
784 | 2024-12-28T04:18:05.677Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
785 | 2024-12-28T04:18:06.186Z | From https://github.com/oxidecomputer/maghemite |
786 | 2024-12-28T04:18:06.186Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
787 | 2024-12-28T04:18:06.203Z | * [new tag] rift -> rift |
788 | 2024-12-28T04:18:06.205Z | * [new tag] srp -> srp |
789 | 2024-12-28T04:18:06.205Z | * [new tag] tie-spf -> tie-spf |
790 | 2024-12-28T04:18:06.254Z | Updating git repository `https://github.com/oxidecomputer/zone` |
791 | 2024-12-28T04:18:06.616Z | From https://github.com/oxidecomputer/zone |
792 | 2024-12-28T04:18:06.616Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
793 | 2024-12-28T04:18:06.628Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
794 | 2024-12-28T04:18:07.287Z | From https://github.com/oxidecomputer/propolis |
795 | 2024-12-28T04:18:07.287Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
796 | 2024-12-28T04:18:07.382Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
797 | 2024-12-28T04:18:07.850Z | From https://github.com/oxidecomputer/dlpi-sys |
798 | 2024-12-28T04:18:07.851Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
799 | 2024-12-28T04:18:07.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
800 | 2024-12-28T04:18:08.292Z | From https://github.com/jmesmon/rust-libzfs |
801 | 2024-12-28T04:18:08.292Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
802 | 2024-12-28T04:18:08.308Z | * [new tag] v0.4.0 -> v0.4.0 |
803 | 2024-12-28T04:18:08.323Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
804 | 2024-12-28T04:18:08.750Z | From https://github.com/oxidecomputer/rusty-doors |
805 | 2024-12-28T04:18:08.750Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
806 | 2024-12-28T04:18:08.762Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
807 | 2024-12-28T04:18:09.212Z | From https://github.com/oxidecomputer/maghemite |
808 | 2024-12-28T04:18:09.212Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
809 | 2024-12-28T04:18:09.260Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
810 | 2024-12-28T04:18:09.680Z | From https://github.com/oxidecomputer/serde_human_bytes |
811 | 2024-12-28T04:18:09.680Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
812 | 2024-12-28T04:18:09.711Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
813 | 2024-12-28T04:18:10.092Z | From https://github.com/oxidecomputer/slog-error-chain |
814 | 2024-12-28T04:18:10.092Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
815 | 2024-12-28T04:18:10.125Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
816 | 2024-12-28T04:18:10.538Z | From https://github.com/oxidecomputer/poptrie |
817 | 2024-12-28T04:18:10.538Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
818 | 2024-12-28T04:18:10.560Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
819 | 2024-12-28T04:18:10.926Z | From https://github.com/illumos/libscf-sys |
820 | 2024-12-28T04:18:10.926Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
821 | 2024-12-28T04:18:10.963Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
822 | 2024-12-28T04:18:11.937Z | From https://github.com/oxidecomputer/progenitor |
823 | 2024-12-28T04:18:11.937Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
824 | 2024-12-28T04:18:11.958Z | * [new tag] v0.1.1 -> v0.1.1 |
825 | 2024-12-28T04:18:11.961Z | * [new tag] v0.2.0 -> v0.2.0 |
826 | 2024-12-28T04:18:11.961Z | * [new tag] v0.3.0 -> v0.3.0 |
827 | 2024-12-28T04:18:11.961Z | * [new tag] v0.4.0 -> v0.4.0 |
828 | 2024-12-28T04:18:11.961Z | * [new tag] v0.5.0 -> v0.5.0 |
829 | 2024-12-28T04:18:11.961Z | * [new tag] v0.6.0 -> v0.6.0 |
830 | 2024-12-28T04:18:11.961Z | * [new tag] v0.7.0 -> v0.7.0 |
831 | 2024-12-28T04:18:12.123Z | Updating git repository `https://github.com/oxidecomputer/typify` |
832 | 2024-12-28T04:18:12.919Z | From https://github.com/oxidecomputer/typify |
833 | 2024-12-28T04:18:12.919Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
834 | 2024-12-28T04:18:12.921Z | * [new tag] v0.2.0 -> v0.2.0 |
835 | 2024-12-28T04:18:12.939Z | * [new tag] v0.0.10 -> v0.0.10 |
836 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.11 -> v0.0.11 |
837 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.12 -> v0.0.12 |
838 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.13 -> v0.0.13 |
839 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.14 -> v0.0.14 |
840 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.15 -> v0.0.15 |
841 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.16 -> v0.0.16 |
842 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.4 -> v0.0.4 |
843 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.5 -> v0.0.5 |
844 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.7 -> v0.0.7 |
845 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.8 -> v0.0.8 |
846 | 2024-12-28T04:18:12.942Z | * [new tag] v0.0.9 -> v0.0.9 |
847 | 2024-12-28T04:18:12.942Z | * [new tag] v0.1.0 -> v0.1.0 |
848 | 2024-12-28T04:18:13.071Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
849 | 2024-12-28T04:18:14.145Z | From https://github.com/oxidecomputer/crucible |
850 | 2024-12-28T04:18:14.145Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
851 | 2024-12-28T04:18:14.210Z | Updating git repository `https://github.com/oxidecomputer/opte` |
852 | 2024-12-28T04:18:14.622Z | From https://github.com/oxidecomputer/opte |
853 | 2024-12-28T04:18:14.622Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
854 | 2024-12-28T04:18:14.671Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
855 | 2024-12-28T04:18:15.288Z | From https://github.com/oxidecomputer/management-gateway-service |
856 | 2024-12-28T04:18:15.289Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
857 | 2024-12-28T04:18:15.892Z | Downloading crates ... |
858 | 2024-12-28T04:18:16.058Z | Downloaded rustc-hash v2.0.0 |
859 | 2024-12-28T04:18:16.071Z | Downloaded scroll_derive v0.12.0 |
860 | 2024-12-28T04:18:16.074Z | Downloaded usdt-macro v0.5.0 |
861 | 2024-12-28T04:18:16.077Z | Downloaded time-core v0.1.2 |
862 | 2024-12-28T04:18:16.077Z | Downloaded sync_wrapper v0.1.2 |
863 | 2024-12-28T04:18:16.080Z | Downloaded sync_wrapper v1.0.1 |
864 | 2024-12-28T04:18:16.083Z | Downloaded strum v0.26.3 |
865 | 2024-12-28T04:18:16.083Z | Downloaded usdt-attr-macro v0.5.0 |
866 | 2024-12-28T04:18:16.084Z | Downloaded schemars_derive v0.8.21 |
867 | 2024-12-28T04:18:16.093Z | Downloaded sigpipe v0.1.3 |
868 | 2024-12-28T04:18:16.096Z | Downloaded serde-big-array v0.5.1 |
869 | 2024-12-28T04:18:16.100Z | Downloaded blake3 v1.5.4 |
870 | 2024-12-28T04:18:16.105Z | Downloaded take_mut v0.2.2 |
871 | 2024-12-28T04:18:16.108Z | Downloaded rustc_version v0.1.7 |
872 | 2024-12-28T04:18:16.108Z | Downloaded bitflags v1.3.2 |
873 | 2024-12-28T04:18:16.110Z | Downloaded waitgroup v0.1.2 |
874 | 2024-12-28T04:18:16.113Z | Downloaded rustls-pemfile v1.0.4 |
875 | 2024-12-28T04:18:16.117Z | Downloaded backoff v0.4.0 |
876 | 2024-12-28T04:18:16.117Z | Downloaded arrayvec v0.7.6 |
877 | 2024-12-28T04:18:16.120Z | Downloaded semver v0.1.20 |
878 | 2024-12-28T04:18:16.120Z | Downloaded rustversion v1.0.17 |
879 | 2024-12-28T04:18:16.122Z | Downloaded bytes v1.7.2 |
880 | 2024-12-28T04:18:16.127Z | Downloaded async-stream-impl v0.3.5 |
881 | 2024-12-28T04:18:16.129Z | Downloaded atomic-waker v1.1.2 |
882 | 2024-12-28T04:18:16.129Z | Downloaded anyhow v1.0.94 |
883 | 2024-12-28T04:18:16.134Z | Downloaded utf-8 v0.7.6 |
884 | 2024-12-28T04:18:16.138Z | Downloaded tiny-keccak v2.0.2 |
885 | 2024-12-28T04:18:16.138Z | Downloaded topological-sort v0.2.2 |
886 | 2024-12-28T04:18:16.140Z | Downloaded slog-stdlog v4.1.1 |
887 | 2024-12-28T04:18:16.144Z | Downloaded thread-id v4.2.2 |
888 | 2024-12-28T04:18:16.144Z | Downloaded arrayref v0.3.9 |
889 | 2024-12-28T04:18:16.147Z | Downloaded slog-scope v4.4.0 |
890 | 2024-12-28T04:18:16.147Z | Downloaded typify-macro v0.2.0 |
891 | 2024-12-28T04:18:16.147Z | Downloaded usdt-impl v0.5.0 |
892 | 2024-12-28T04:18:16.149Z | Downloaded ciborium-ll v0.2.2 |
893 | 2024-12-28T04:18:16.152Z | Downloaded strum_macros v0.25.3 |
894 | 2024-12-28T04:18:16.155Z | Downloaded slog-bunyan v2.5.0 |
895 | 2024-12-28T04:18:16.155Z | Downloaded cc v1.1.21 |
896 | 2024-12-28T04:18:16.157Z | Downloaded usdt v0.5.0 |
897 | 2024-12-28T04:18:16.161Z | Downloaded untrusted v0.7.1 |
898 | 2024-12-28T04:18:16.161Z | Downloaded slog-envlogger v2.2.0 |
899 | 2024-12-28T04:18:16.163Z | Downloaded slog-async v2.8.0 |
900 | 2024-12-28T04:18:16.163Z | Downloaded serde_tokenstream v0.2.2 |
901 | 2024-12-28T04:18:16.166Z | Downloaded diff v0.1.13 |
902 | 2024-12-28T04:18:16.169Z | Downloaded slog-dtrace v0.3.0 |
903 | 2024-12-28T04:18:16.172Z | Downloaded zone_cfg_derive v0.1.2 |
904 | 2024-12-28T04:18:16.172Z | Downloaded httparse v1.9.4 |
905 | 2024-12-28T04:18:16.175Z | Downloaded constant_time_eq v0.3.1 |
906 | 2024-12-28T04:18:16.179Z | Downloaded sct v0.7.1 |
907 | 2024-12-28T04:18:16.182Z | Downloaded time-macros v0.2.18 |
908 | 2024-12-28T04:18:16.185Z | Downloaded dyn-clone v1.0.17 |
909 | 2024-12-28T04:18:16.185Z | Downloaded tempfile v3.12.0 |
910 | 2024-12-28T04:18:16.188Z | Downloaded futures-core v0.3.30 |
911 | 2024-12-28T04:18:16.191Z | Downloaded tokio-rustls v0.26.0 |
912 | 2024-12-28T04:18:16.191Z | Downloaded tokio-tungstenite v0.21.0 |
913 | 2024-12-28T04:18:16.193Z | Downloaded fxhash v0.2.1 |
914 | 2024-12-28T04:18:16.196Z | Downloaded thin-vec v0.2.13 |
915 | 2024-12-28T04:18:16.198Z | Downloaded structmeta-derive v0.3.0 |
916 | 2024-12-28T04:18:16.201Z | Downloaded tracing-attributes v0.1.27 |
917 | 2024-12-28T04:18:16.201Z | Downloaded tokio-rustls v0.24.1 |
918 | 2024-12-28T04:18:16.203Z | Downloaded tokio-rustls v0.25.0 |
919 | 2024-12-28T04:18:16.206Z | Downloaded typify v0.2.0 |
920 | 2024-12-28T04:18:16.209Z | Downloaded convert_case v0.4.0 |
921 | 2024-12-28T04:18:16.212Z | Downloaded fastrand v2.1.1 |
922 | 2024-12-28T04:18:16.216Z | Downloaded embedded-io v0.4.0 |
923 | 2024-12-28T04:18:16.216Z | Downloaded smartstring v1.0.1 |
924 | 2024-12-28T04:18:16.219Z | Downloaded errno v0.3.9 |
925 | 2024-12-28T04:18:16.219Z | Downloaded defmt-parser v0.3.4 |
926 | 2024-12-28T04:18:16.222Z | Downloaded futures-io v0.3.30 |
927 | 2024-12-28T04:18:16.222Z | Downloaded hyper-tls v0.5.0 |
928 | 2024-12-28T04:18:16.224Z | Downloaded zone v0.3.0 |
929 | 2024-12-28T04:18:16.224Z | Downloaded colorchoice v1.0.2 |
930 | 2024-12-28T04:18:16.224Z | Downloaded ron v0.7.1 |
931 | 2024-12-28T04:18:16.229Z | Downloaded foreign-types-macros v0.2.3 |
932 | 2024-12-28T04:18:16.232Z | Downloaded crossbeam-deque v0.8.5 |
933 | 2024-12-28T04:18:16.233Z | Downloaded futures-task v0.3.30 |
934 | 2024-12-28T04:18:16.236Z | Downloaded resolv-conf v0.7.0 |
935 | 2024-12-28T04:18:16.236Z | Downloaded is-terminal v0.4.13 |
936 | 2024-12-28T04:18:16.239Z | Downloaded dirs-sys-next v0.1.2 |
937 | 2024-12-28T04:18:16.240Z | Downloaded defmt-macros v0.3.9 |
938 | 2024-12-28T04:18:16.243Z | Downloaded match_cfg v0.1.0 |
939 | 2024-12-28T04:18:16.243Z | Downloaded http-body v0.4.6 |
940 | 2024-12-28T04:18:16.247Z | Downloaded embedded-io v0.6.1 |
941 | 2024-12-28T04:18:16.247Z | Downloaded dirs-next v2.0.0 |
942 | 2024-12-28T04:18:16.247Z | Downloaded defmt v0.3.8 |
943 | 2024-12-28T04:18:16.251Z | Downloaded hostname v0.3.1 |
944 | 2024-12-28T04:18:16.253Z | Downloaded futures-executor v0.3.30 |
945 | 2024-12-28T04:18:16.253Z | Downloaded float-ord v0.3.2 |
946 | 2024-12-28T04:18:16.256Z | Downloaded hash32 v0.3.1 |
947 | 2024-12-28T04:18:16.256Z | Downloaded tar v0.4.41 |
948 | 2024-12-28T04:18:16.258Z | Downloaded slog v2.7.0 |
949 | 2024-12-28T04:18:16.263Z | Downloaded futures-sink v0.3.30 |
950 | 2024-12-28T04:18:16.265Z | Downloaded unicode-ident v1.0.13 |
951 | 2024-12-28T04:18:16.268Z | Downloaded heck v0.4.1 |
952 | 2024-12-28T04:18:16.268Z | Downloaded omicron-workspace-hack v0.1.0 |
953 | 2024-12-28T04:18:16.268Z | Downloaded ucd-trie v0.1.6 |
954 | 2024-12-28T04:18:16.271Z | Downloaded progenitor-client v0.8.0 |
955 | 2024-12-28T04:18:16.271Z | Downloaded linked-hash-map v0.5.6 |
956 | 2024-12-28T04:18:16.275Z | Downloaded ident_case v1.0.1 |
957 | 2024-12-28T04:18:16.275Z | Downloaded num_threads v0.1.7 |
958 | 2024-12-28T04:18:16.275Z | Downloaded tinyvec v1.8.0 |
959 | 2024-12-28T04:18:16.278Z | Downloaded newline-converter v0.3.0 |
960 | 2024-12-28T04:18:16.282Z | Downloaded instant v0.1.13 |
961 | 2024-12-28T04:18:16.282Z | Downloaded tungstenite v0.21.0 |
962 | 2024-12-28T04:18:16.285Z | Downloaded libsw v3.3.1 |
963 | 2024-12-28T04:18:16.287Z | Downloaded unsafe-libyaml v0.2.11 |
964 | 2024-12-28T04:18:16.290Z | Downloaded hubpack_derive v0.1.1 |
965 | 2024-12-28T04:18:16.290Z | Downloaded multer v3.1.0 |
966 | 2024-12-28T04:18:16.292Z | Downloaded hyper-rustls v0.27.3 |
967 | 2024-12-28T04:18:16.295Z | Downloaded pest_generator v2.7.13 |
968 | 2024-12-28T04:18:16.298Z | Downloaded zone_cfg_derive v0.3.0 |
969 | 2024-12-28T04:18:16.298Z | Downloaded lru-cache v0.1.2 |
970 | 2024-12-28T04:18:16.302Z | Downloaded heck v0.3.3 |
971 | 2024-12-28T04:18:16.302Z | Downloaded newtype_derive v0.1.6 |
972 | 2024-12-28T04:18:16.302Z | Downloaded hostname v0.4.0 |
973 | 2024-12-28T04:18:16.304Z | Downloaded num-conv v0.1.0 |
974 | 2024-12-28T04:18:16.304Z | Downloaded proc-macro-crate v3.2.0 |
975 | 2024-12-28T04:18:16.307Z | Downloaded newtype-uuid v1.1.0 |
976 | 2024-12-28T04:18:16.307Z | Downloaded pretty-hex v0.4.1 |
977 | 2024-12-28T04:18:16.307Z | Downloaded managed v0.8.0 |
978 | 2024-12-28T04:18:16.309Z | Downloaded pretty-hex v0.2.1 |
979 | 2024-12-28T04:18:16.312Z | Downloaded num-iter v0.1.45 |
980 | 2024-12-28T04:18:16.312Z | Downloaded num-integer v0.1.46 |
981 | 2024-12-28T04:18:16.314Z | Downloaded dropshot_endpoint v0.12.0 |
982 | 2024-12-28T04:18:16.317Z | Downloaded unicode-bidi v0.3.15 |
983 | 2024-12-28T04:18:16.319Z | Downloaded similar v2.6.0 |
984 | 2024-12-28T04:18:16.323Z | Downloaded linear-map v1.2.0 |
985 | 2024-12-28T04:18:16.326Z | Downloaded quinn-udp v0.5.5 |
986 | 2024-12-28T04:18:16.329Z | Downloaded num_enum_derive v0.5.11 |
987 | 2024-12-28T04:18:16.329Z | Downloaded crossbeam-epoch v0.9.18 |
988 | 2024-12-28T04:18:16.332Z | Downloaded no-std-compat v0.4.1 |
989 | 2024-12-28T04:18:16.332Z | Downloaded paste v1.0.15 |
990 | 2024-12-28T04:18:16.335Z | Downloaded proc-macro-crate v1.3.1 |
991 | 2024-12-28T04:18:16.337Z | Downloaded num-derive v0.4.2 |
992 | 2024-12-28T04:18:16.340Z | Downloaded highway v1.2.0 |
993 | 2024-12-28T04:18:16.342Z | Downloaded schemars v0.8.21 |
994 | 2024-12-28T04:18:16.352Z | Downloaded ipnetwork v0.20.0 |
995 | 2024-12-28T04:18:16.356Z | Downloaded macaddr v1.0.1 |
996 | 2024-12-28T04:18:16.359Z | Downloaded xz2 v0.1.7 |
997 | 2024-12-28T04:18:16.359Z | Downloaded zone v0.1.8 |
998 | 2024-12-28T04:18:16.359Z | Downloaded parse-display v0.10.0 |
999 | 2024-12-28T04:18:16.361Z | Downloaded walkdir v2.5.0 |
1000 | 2024-12-28T04:18:16.363Z | Downloaded quick-error v1.2.3 |
1001 | 2024-12-28T04:18:16.363Z | Downloaded num v0.4.3 |
1002 | 2024-12-28T04:18:16.367Z | Downloaded progenitor-macro v0.8.0 |
1003 | 2024-12-28T04:18:16.367Z | Downloaded num_enum_derive v0.7.3 |
1004 | 2024-12-28T04:18:16.369Z | Downloaded powerfmt v0.2.0 |
1005 | 2024-12-28T04:18:16.369Z | Downloaded num_enum v0.7.3 |
1006 | 2024-12-28T04:18:16.373Z | Downloaded plain v0.2.3 |
1007 | 2024-12-28T04:18:16.375Z | Downloaded hubpack v0.1.2 |
1008 | 2024-12-28T04:18:16.377Z | Downloaded quote v1.0.37 |
1009 | 2024-12-28T04:18:16.379Z | Downloaded password-hash v0.5.0 |
1010 | 2024-12-28T04:18:16.382Z | Downloaded url v2.5.2 |
1011 | 2024-12-28T04:18:16.384Z | Downloaded whoami v1.5.2 |
1012 | 2024-12-28T04:18:16.387Z | Downloaded proc-macro-error-attr v1.0.4 |
1013 | 2024-12-28T04:18:16.390Z | Downloaded parking_lot v0.11.2 |
1014 | 2024-12-28T04:18:16.390Z | Downloaded memmap2 v0.9.5 |
1015 | 2024-12-28T04:18:16.394Z | Downloaded pest_meta v2.7.13 |
1016 | 2024-12-28T04:18:16.396Z | Downloaded pest_derive v2.7.13 |
1017 | 2024-12-28T04:18:16.396Z | Downloaded tracing v0.1.40 |
1018 | 2024-12-28T04:18:16.401Z | Downloaded pin-project-lite v0.2.14 |
1019 | 2024-12-28T04:18:16.409Z | Downloaded postcard v1.0.10 |
1020 | 2024-12-28T04:18:16.422Z | Downloaded hyper-rustls v0.24.2 |
1021 | 2024-12-28T04:18:16.422Z | Downloaded proc-macro2 v1.0.86 |
1022 | 2024-12-28T04:18:16.422Z | Downloaded half v2.4.1 |
1023 | 2024-12-28T04:18:16.426Z | Downloaded zerocopy v0.6.6 |
1024 | 2024-12-28T04:18:16.426Z | Downloaded progenitor-impl v0.8.0 |
1025 | 2024-12-28T04:18:16.426Z | Downloaded hickory-resolver v0.24.1 |
1026 | 2024-12-28T04:18:16.428Z | Downloaded toml_edit v0.22.21 |
1027 | 2024-12-28T04:18:16.451Z | Downloaded rayon-core v1.12.1 |
1028 | 2024-12-28T04:18:16.455Z | Downloaded pretty_assertions v1.4.1 |
1029 | 2024-12-28T04:18:16.457Z | Downloaded miniz_oxide v0.8.0 |
1030 | 2024-12-28T04:18:16.460Z | Downloaded toml_edit v0.19.15 |
1031 | 2024-12-28T04:18:16.477Z | Downloaded prettyplease v0.2.22 |
1032 | 2024-12-28T04:18:16.479Z | Downloaded openssl-sys v0.9.103 |
1033 | 2024-12-28T04:18:16.484Z | Downloaded time v0.3.36 |
1034 | 2024-12-28T04:18:16.492Z | Downloaded indicatif v0.17.8 |
1035 | 2024-12-28T04:18:16.496Z | Downloaded indexmap v2.5.0 |
1036 | 2024-12-28T04:18:16.500Z | Downloaded tokio-util v0.7.12 |
1037 | 2024-12-28T04:18:16.508Z | Downloaded quinn v0.11.5 |
1038 | 2024-12-28T04:18:16.511Z | Downloaded yansi v1.0.1 |
1039 | 2024-12-28T04:18:16.514Z | Downloaded mio v1.0.2 |
1040 | 2024-12-28T04:18:16.519Z | Downloaded hashbrown v0.14.5 |
1041 | 2024-12-28T04:18:16.526Z | Downloaded futures-util v0.3.30 |
1042 | 2024-12-28T04:18:16.539Z | Downloaded itertools v0.12.1 |
1043 | 2024-12-28T04:18:16.546Z | Downloaded chrono v0.4.38 |
1044 | 2024-12-28T04:18:16.555Z | Downloaded h2 v0.4.6 |
1045 | 2024-12-28T04:18:16.562Z | Downloaded libm v0.2.8 |
1046 | 2024-12-28T04:18:16.570Z | Downloaded goblin v0.8.2 |
1047 | 2024-12-28T04:18:16.577Z | Downloaded serde_with v3.9.0 |
1048 | 2024-12-28T04:18:16.585Z | Downloaded pest v2.7.13 |
1049 | 2024-12-28T04:18:16.590Z | Downloaded reqwest v0.11.27 |
1050 | 2024-12-28T04:18:16.597Z | Downloaded rustls-webpki v0.101.7 |
1051 | 2024-12-28T04:18:16.610Z | Downloaded h2 v0.3.26 |
1052 | 2024-12-28T04:18:16.616Z | Downloaded regex v1.10.6 |
1053 | 2024-12-28T04:18:16.628Z | Downloaded idna v0.5.0 |
1054 | 2024-12-28T04:18:16.634Z | Downloaded idna v0.4.0 |
1055 | 2024-12-28T04:18:16.641Z | Downloaded reqwest v0.12.9 |
1056 | 2024-12-28T04:18:16.648Z | Downloaded hyper v1.5.1 |
1057 | 2024-12-28T04:18:16.654Z | Downloaded regress v0.10.1 |
1058 | 2024-12-28T04:18:16.663Z | Downloaded winnow v0.5.40 |
1059 | 2024-12-28T04:18:16.670Z | Downloaded winnow v0.6.18 |
1060 | 2024-12-28T04:18:16.680Z | Downloaded hickory-proto v0.24.1 |
1061 | 2024-12-28T04:18:16.692Z | Downloaded quinn-proto v0.11.8 |
1062 | 2024-12-28T04:18:16.698Z | Downloaded dropshot v0.12.0 |
1063 | 2024-12-28T04:18:16.717Z | Downloaded hyper v0.14.30 |
1064 | 2024-12-28T04:18:16.724Z | Downloaded openssl v0.10.66 |
1065 | 2024-12-28T04:18:16.733Z | Downloaded portable-atomic v1.8.0 |
1066 | 2024-12-28T04:18:16.739Z | Downloaded itertools v0.10.5 |
1067 | 2024-12-28T04:18:16.745Z | Downloaded serde_json v1.0.133 |
1068 | 2024-12-28T04:18:16.751Z | Downloaded syn v1.0.109 |
1069 | 2024-12-28T04:18:16.761Z | Downloaded webpki-roots v0.25.4 |
1070 | 2024-12-28T04:18:16.764Z | Downloaded rustls v0.21.12 |
1071 | 2024-12-28T04:18:16.781Z | Downloaded syn v2.0.87 |
1072 | 2024-12-28T04:18:16.798Z | Downloaded unicode-segmentation v1.12.0 |
1073 | 2024-12-28T04:18:16.798Z | Downloaded http v0.2.12 |
1074 | 2024-12-28T04:18:16.805Z | Downloaded hashbrown v0.12.3 |
1075 | 2024-12-28T04:18:16.805Z | Downloaded webpki-roots v0.26.6 |
1076 | 2024-12-28T04:18:16.805Z | Downloaded flate2 v1.0.33 |
1077 | 2024-12-28T04:18:16.805Z | Downloaded expectorate v1.1.0 |
1078 | 2024-12-28T04:18:16.809Z | Downloaded indexmap v1.9.3 |
1079 | 2024-12-28T04:18:16.809Z | Downloaded smoltcp v0.11.0 |
1080 | 2024-12-28T04:18:16.819Z | Downloaded regress v0.9.1 |
1081 | 2024-12-28T04:18:16.827Z | Downloaded rustls v0.23.13 |
1082 | 2024-12-28T04:18:16.840Z | Downloaded rhai v1.20.0 |
1083 | 2024-12-28T04:18:16.849Z | Downloaded regex-syntax v0.8.4 |
1084 | 2024-12-28T04:18:16.856Z | Downloaded rustix v0.38.37 |
1085 | 2024-12-28T04:18:16.877Z | Downloaded openapiv3 v2.0.0 |
1086 | 2024-12-28T04:18:16.887Z | Downloaded rustls v0.22.4 |
1087 | 2024-12-28T04:18:16.899Z | Downloaded steno v0.4.1 |
1088 | 2024-12-28T04:18:16.902Z | Downloaded serde_yaml v0.9.34+deprecated |
1089 | 2024-12-28T04:18:16.905Z | Downloaded heapless v0.8.0 |
1090 | 2024-12-28T04:18:16.909Z | Downloaded ipnet v2.10.0 |
1091 | 2024-12-28T04:18:16.911Z | Downloaded typify-impl v0.2.0 |
1092 | 2024-12-28T04:18:16.923Z | Downloaded num_enum v0.5.11 |
1093 | 2024-12-28T04:18:16.927Z | Downloaded num-complex v0.4.6 |
1094 | 2024-12-28T04:18:16.930Z | Downloaded num-derive v0.3.3 |
1095 | 2024-12-28T04:18:16.932Z | Downloaded rhai_codegen v2.2.0 |
1096 | 2024-12-28T04:18:16.937Z | Downloaded sled v0.34.7 |
1097 | 2024-12-28T04:18:16.946Z | Downloaded parking_lot_core v0.8.6 |
1098 | 2024-12-28T04:18:16.948Z | Downloaded proc-macro-error v1.0.4 |
1099 | 2024-12-28T04:18:16.951Z | Downloaded zerocopy-derive v0.6.6 |
1100 | 2024-12-28T04:18:16.960Z | Downloaded num-rational v0.4.2 |
1101 | 2024-12-28T04:18:16.964Z | Downloaded regex-automata v0.4.7 |
1102 | 2024-12-28T04:18:16.975Z | Downloaded omicron-zone-package v0.11.1 |
1103 | 2024-12-28T04:18:16.978Z | Downloaded tracing-core v0.1.32 |
1104 | 2024-12-28T04:18:16.981Z | Downloaded darling_core v0.20.10 |
1105 | 2024-12-28T04:18:16.985Z | Downloaded parse-display-derive v0.10.0 |
1106 | 2024-12-28T04:18:16.987Z | Downloaded httpdate v1.0.3 |
1107 | 2024-12-28T04:18:16.987Z | Downloaded progenitor v0.8.0 |
1108 | 2024-12-28T04:18:16.989Z | Downloaded memmap v0.7.0 |
1109 | 2024-12-28T04:18:16.989Z | Downloaded toml v0.7.8 |
1110 | 2024-12-28T04:18:16.992Z | Downloaded itoa v1.0.11 |
1111 | 2024-12-28T04:18:16.994Z | Downloaded slog-term v2.9.1 |
1112 | 2024-12-28T04:18:16.996Z | Downloaded futures v0.3.30 |
1113 | 2024-12-28T04:18:16.999Z | Downloaded crossbeam-utils v0.8.20 |
1114 | 2024-12-28T04:18:17.001Z | Downloaded futures-channel v0.3.30 |
1115 | 2024-12-28T04:18:17.004Z | Downloaded foreign-types-shared v0.3.1 |
1116 | 2024-12-28T04:18:17.004Z | Downloaded cpufeatures v0.2.14 |
1117 | 2024-12-28T04:18:17.007Z | Downloaded futures-macro v0.3.30 |
1118 | 2024-12-28T04:18:17.007Z | Downloaded foreign-types v0.5.0 |
1119 | 2024-12-28T04:18:17.007Z | Downloaded crunchy v0.2.2 |
1120 | 2024-12-28T04:18:17.010Z | Downloaded terminal_size v0.4.0 |
1121 | 2024-12-28T04:18:17.010Z | Downloaded encoding_rs v0.8.34 |
1122 | 2024-12-28T04:18:17.027Z | Downloaded libc v0.2.167 |
1123 | 2024-12-28T04:18:17.050Z | Downloaded lzma-sys v0.1.20 |
1124 | 2024-12-28T04:18:17.076Z | Downloaded strum_macros v0.26.4 |
1125 | 2024-12-28T04:18:17.078Z | Downloaded serde_with_macros v3.9.0 |
1126 | 2024-12-28T04:18:17.081Z | Downloaded crucible-workspace-hack v0.1.0 |
1127 | 2024-12-28T04:18:17.081Z | Downloaded crc8 v0.1.1 |
1128 | 2024-12-28T04:18:17.081Z | Downloaded colored v2.1.0 |
1129 | 2024-12-28T04:18:17.084Z | Downloaded ciborium v0.2.2 |
1130 | 2024-12-28T04:18:17.086Z | Downloaded term v0.7.0 |
1131 | 2024-12-28T04:18:17.089Z | Downloaded smf v0.2.3 |
1132 | 2024-12-28T04:18:17.089Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2024-12-28T04:18:17.091Z | Downloaded console v0.15.8 |
1134 | 2024-12-28T04:18:17.093Z | Downloaded serde_derive_internals v0.29.1 |
1135 | 2024-12-28T04:18:17.096Z | Downloaded data-encoding v2.6.0 |
1136 | 2024-12-28T04:18:17.096Z | Downloaded async-stream v0.3.5 |
1137 | 2024-12-28T04:18:17.098Z | Downloaded semver v1.0.23 |
1138 | 2024-12-28T04:18:17.098Z | Downloaded rustls-pemfile v2.1.3 |
1139 | 2024-12-28T04:18:17.101Z | Downloaded dtrace-parser v0.2.0 |
1140 | 2024-12-28T04:18:17.103Z | Downloaded cstr-argument v0.1.2 |
1141 | 2024-12-28T04:18:17.103Z | Downloaded const-random-macro v0.1.16 |
1142 | 2024-12-28T04:18:17.103Z | Downloaded darling_macro v0.20.10 |
1143 | 2024-12-28T04:18:17.103Z | Downloaded const-random v0.1.18 |
1144 | 2024-12-28T04:18:17.105Z | Downloaded rustls-pki-types v1.8.0 |
1145 | 2024-12-28T04:18:17.105Z | Downloaded dof v0.3.0 |
1146 | 2024-12-28T04:18:17.108Z | Downloaded enum-as-inner v0.6.1 |
1147 | 2024-12-28T04:18:17.108Z | Downloaded darling v0.20.10 |
1148 | 2024-12-28T04:18:17.111Z | Downloaded cookie v0.18.1 |
1149 | 2024-12-28T04:18:17.113Z | Downloaded deranged v0.3.11 |
1150 | 2024-12-28T04:18:17.115Z | Downloaded crossbeam-channel v0.5.13 |
1151 | 2024-12-28T04:18:17.119Z | Downloaded ciborium-io v0.2.2 |
1152 | 2024-12-28T04:18:17.122Z | Downloaded derive_more v0.99.18 |
1153 | 2024-12-28T04:18:17.124Z | Downloaded slog-json v2.6.1 |
1154 | 2024-12-28T04:18:17.124Z | Downloaded serde_spanned v0.6.7 |
1155 | 2024-12-28T04:18:17.126Z | Downloaded cobs v0.2.3 |
1156 | 2024-12-28T04:18:17.126Z | Downloaded base64 v0.13.1 |
1157 | 2024-12-28T04:18:17.129Z | Downloaded same-file v1.0.6 |
1158 | 2024-12-28T04:18:17.131Z | Downloaded blake2 v0.10.6 |
1159 | 2024-12-28T04:18:17.134Z | Downloaded allocator-api2 v0.2.18 |
1160 | 2024-12-28T04:18:17.137Z | Downloaded structmeta v0.3.0 |
1161 | 2024-12-28T04:18:17.137Z | Downloaded spin v0.5.2 |
1162 | 2024-12-28T04:18:17.137Z | Downloaded sha1 v0.10.6 |
1163 | 2024-12-28T04:18:17.139Z | Downloaded serde_repr v0.1.19 |
1164 | 2024-12-28T04:18:17.139Z | Downloaded scroll v0.12.0 |
1165 | 2024-12-28T04:18:17.142Z | Downloaded async-trait v0.1.83 |
1166 | 2024-12-28T04:18:17.144Z | Downloaded anstyle-query v1.1.1 |
1167 | 2024-12-28T04:18:17.146Z | Downloaded arc-swap v1.7.1 |
1168 | 2024-12-28T04:18:17.150Z | Downloaded argon2 v0.5.3 |
1169 | 2024-12-28T04:18:17.150Z | Downloaded tabwriter v1.4.0 |
1170 | 2024-12-28T04:18:17.152Z | Downloaded autocfg v1.3.0 |
1171 | 2024-12-28T04:18:17.152Z | Downloaded anstyle-parse v0.2.5 |
1172 | 2024-12-28T04:18:17.155Z | Downloaded anstream v0.6.15 |
1173 | 2024-12-28T04:18:17.346Z | Downloaded ring v0.16.20 |
1174 | 2024-12-28T04:18:18.394Z | Compiling proc-macro2 v1.0.86 |
1175 | 2024-12-28T04:18:18.394Z | Compiling unicode-ident v1.0.13 |
1176 | 2024-12-28T04:18:18.397Z | Compiling libc v0.2.167 |
1177 | 2024-12-28T04:18:18.397Z | Compiling cfg-if v1.0.0 |
1178 | 2024-12-28T04:18:18.397Z | Compiling serde v1.0.217 |
1179 | 2024-12-28T04:18:18.397Z | Compiling version_check v0.9.5 |
1180 | 2024-12-28T04:18:18.397Z | Compiling autocfg v1.3.0 |
1181 | 2024-12-28T04:18:18.397Z | Compiling once_cell v1.20.2 |
1182 | 2024-12-28T04:18:18.544Z | Compiling memchr v2.7.4 |
1183 | 2024-12-28T04:18:18.589Z | Compiling byteorder v1.5.0 |
1184 | 2024-12-28T04:18:18.858Z | Compiling itoa v1.0.11 |
1185 | 2024-12-28T04:18:19.024Z | Compiling libm v0.2.8 |
1186 | 2024-12-28T04:18:19.048Z | Compiling ryu v1.0.18 |
1187 | 2024-12-28T04:18:19.079Z | Compiling serde_json v1.0.133 |
1188 | 2024-12-28T04:18:19.127Z | Compiling ahash v0.8.11 |
1189 | 2024-12-28T04:18:19.195Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-28T04:18:19.357Z | Compiling pin-project-lite v0.2.14 |
1191 | 2024-12-28T04:18:19.440Z | Compiling equivalent v1.0.1 |
1192 | 2024-12-28T04:18:19.473Z | Compiling lock_api v0.4.12 |
1193 | 2024-12-28T04:18:19.535Z | Compiling smallvec v1.13.2 |
1194 | 2024-12-28T04:18:19.545Z | Compiling thiserror v1.0.69 |
1195 | 2024-12-28T04:18:19.911Z | Compiling scopeguard v1.2.0 |
1196 | 2024-12-28T04:18:19.965Z | Compiling parking_lot_core v0.9.10 |
1197 | 2024-12-28T04:18:19.984Z | Compiling iana-time-zone v0.1.61 |
1198 | 2024-12-28T04:18:20.116Z | Compiling quote v1.0.37 |
1199 | 2024-12-28T04:18:20.465Z | Compiling getrandom v0.2.15 |
1200 | 2024-12-28T04:18:20.505Z | Compiling syn v2.0.87 |
1201 | 2024-12-28T04:18:20.694Z | Compiling socket2 v0.5.8 |
1202 | 2024-12-28T04:18:20.782Z | Compiling signal-hook-registry v1.4.2 |
1203 | 2024-12-28T04:18:20.798Z | Compiling mio v1.0.2 |
1204 | 2024-12-28T04:18:20.810Z | Compiling futures-core v0.3.30 |
1205 | 2024-12-28T04:18:20.890Z | Compiling parking_lot v0.12.3 |
1206 | 2024-12-28T04:18:21.059Z | Compiling schemars v0.8.21 |
1207 | 2024-12-28T04:18:21.214Z | Compiling log v0.4.22 |
1208 | 2024-12-28T04:18:21.368Z | Compiling fnv v1.0.7 |
1209 | 2024-12-28T04:18:21.424Z | Compiling shlex v1.3.0 |
1210 | 2024-12-28T04:18:21.487Z | Compiling dyn-clone v1.0.17 |
1211 | 2024-12-28T04:18:21.604Z | Compiling slab v0.4.9 |
1212 | 2024-12-28T04:18:21.698Z | Compiling cc v1.1.21 |
1213 | 2024-12-28T04:18:21.741Z | Compiling futures-sink v0.3.30 |
1214 | 2024-12-28T04:18:21.766Z | Compiling num-traits v0.2.19 |
1215 | 2024-12-28T04:18:21.786Z | Compiling futures-io v0.3.30 |
1216 | 2024-12-28T04:18:21.871Z | Compiling futures-channel v0.3.30 |
1217 | 2024-12-28T04:18:21.936Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-28T04:18:22.011Z | Compiling futures-task v0.3.30 |
1219 | 2024-12-28T04:18:22.127Z | Compiling tracing-core v0.1.32 |
1220 | 2024-12-28T04:18:22.140Z | Compiling bitflags v2.6.0 |
1221 | 2024-12-28T04:18:22.278Z | Compiling heck v0.5.0 |
1222 | 2024-12-28T04:18:22.316Z | Compiling subtle v2.6.1 |
1223 | 2024-12-28T04:18:22.580Z | Compiling atomic-waker v1.1.2 |
1224 | 2024-12-28T04:18:22.591Z | Compiling httparse v1.9.4 |
1225 | 2024-12-28T04:18:22.781Z | Compiling spin v0.9.8 |
1226 | 2024-12-28T04:18:22.930Z | Compiling try-lock v0.2.5 |
1227 | 2024-12-28T04:18:23.014Z | Compiling rustls-pki-types v1.8.0 |
1228 | 2024-12-28T04:18:23.061Z | Compiling want v0.3.1 |
1229 | 2024-12-28T04:18:23.379Z | Compiling slog v2.7.0 |
1230 | 2024-12-28T04:18:23.768Z | Compiling pkg-config v0.3.31 |
1231 | 2024-12-28T04:18:23.860Z | Compiling untrusted v0.9.0 |
1232 | 2024-12-28T04:18:23.921Z | Compiling httpdate v1.0.3 |
1233 | 2024-12-28T04:18:24.022Z | Compiling vcpkg v0.2.15 |
1234 | 2024-12-28T04:18:24.378Z | Compiling zeroize v1.8.1 |
1235 | 2024-12-28T04:18:24.426Z | Compiling tower-service v0.3.3 |
1236 | 2024-12-28T04:18:24.541Z | Compiling tinyvec_macros v0.1.1 |
1237 | 2024-12-28T04:18:24.621Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-28T04:18:24.693Z | Compiling tinyvec v1.8.0 |
1239 | 2024-12-28T04:18:24.740Z | Compiling ring v0.17.8 |
1240 | 2024-12-28T04:18:24.871Z | Compiling form_urlencoded v1.2.1 |
1241 | 2024-12-28T04:18:24.948Z | Compiling openssl v0.10.66 |
1242 | 2024-12-28T04:18:25.012Z | Compiling foreign-types-shared v0.1.1 |
1243 | 2024-12-28T04:18:25.097Z | Compiling semver v1.0.23 |
1244 | 2024-12-28T04:18:25.110Z | Compiling foreign-types v0.3.2 |
1245 | 2024-12-28T04:18:25.187Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-12-28T04:18:25.190Z | Compiling native-tls v0.2.12 |
1247 | 2024-12-28T04:18:25.362Z | Compiling rustls v0.23.13 |
1248 | 2024-12-28T04:18:25.552Z | Compiling typenum v1.17.0 |
1249 | 2024-12-28T04:18:25.635Z | Compiling ucd-trie v0.1.6 |
1250 | 2024-12-28T04:18:25.646Z | Compiling openssl-sys v0.9.103 |
1251 | 2024-12-28T04:18:25.662Z | Compiling openssl-probe v0.1.5 |
1252 | 2024-12-28T04:18:26.045Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-12-28T04:18:26.172Z | Compiling unicode-normalization v0.1.24 |
1254 | 2024-12-28T04:18:26.352Z | Compiling generic-array v0.14.7 |
1255 | 2024-12-28T04:18:26.634Z | Compiling encoding_rs v0.8.34 |
1256 | 2024-12-28T04:18:26.654Z | Compiling mime v0.3.17 |
1257 | 2024-12-28T04:18:26.827Z | Compiling base64 v0.22.1 |
1258 | 2024-12-28T04:18:27.293Z | Compiling idna v0.5.0 |
1259 | 2024-12-28T04:18:27.303Z | Compiling regex-syntax v0.8.4 |
1260 | 2024-12-28T04:18:27.610Z | Compiling serde_derive_internals v0.29.1 |
1261 | 2024-12-28T04:18:28.218Z | Compiling url v2.5.2 |
1262 | 2024-12-28T04:18:29.204Z | Compiling rustls-pemfile v2.1.3 |
1263 | 2024-12-28T04:18:29.915Z | Compiling webpki-roots v0.26.6 |
1264 | 2024-12-28T04:18:30.117Z | Compiling rand_core v0.6.4 |
1265 | 2024-12-28T04:18:30.310Z | Compiling winnow v0.6.18 |
1266 | 2024-12-28T04:18:30.581Z | Compiling rustls-webpki v0.102.8 |
1267 | 2024-12-28T04:18:31.222Z | Compiling regex-automata v0.4.7 |
1268 | 2024-12-28T04:18:32.752Z | Compiling time-core v0.1.2 |
1269 | 2024-12-28T04:18:32.779Z | Compiling num-conv v0.1.0 |
1270 | 2024-12-28T04:18:32.922Z | Compiling powerfmt v0.2.0 |
1271 | 2024-12-28T04:18:33.073Z | Compiling strsim v0.11.1 |
1272 | 2024-12-28T04:18:33.084Z | Compiling serde_derive v1.0.217 |
1273 | 2024-12-28T04:18:33.102Z | Compiling zerocopy-derive v0.7.35 |
1274 | 2024-12-28T04:18:33.333Z | Compiling thiserror-impl v1.0.69 |
1275 | 2024-12-28T04:18:34.166Z | Compiling tokio-macros v2.4.0 |
1276 | 2024-12-28T04:18:34.231Z | Compiling schemars_derive v0.8.21 |
1277 | 2024-12-28T04:18:34.987Z | Compiling futures-macro v0.3.30 |
1278 | 2024-12-28T04:18:35.260Z | Compiling zerocopy v0.7.35 |
1279 | 2024-12-28T04:18:35.758Z | Compiling openssl-macros v0.1.1 |
1280 | 2024-12-28T04:18:36.514Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-12-28T04:18:36.897Z | Compiling futures-util v0.3.30 |
1282 | 2024-12-28T04:18:37.232Z | Compiling hashbrown v0.14.5 |
1283 | 2024-12-28T04:18:37.284Z | Compiling pest v2.7.13 |
1284 | 2024-12-28T04:18:38.731Z | Compiling regress v0.10.1 |
1285 | 2024-12-28T04:18:39.969Z | Compiling tracing v0.1.40 |
1286 | 2024-12-28T04:18:40.380Z | Compiling pest_meta v2.7.13 |
1287 | 2024-12-28T04:18:40.404Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-12-28T04:18:41.843Z | Compiling ipnet v2.10.0 |
1289 | 2024-12-28T04:18:41.923Z | Compiling scroll v0.12.0 |
1290 | 2024-12-28T04:18:42.491Z | Compiling pest_generator v2.7.13 |
1291 | 2024-12-28T04:18:43.340Z | Compiling regex v1.10.6 |
1292 | 2024-12-28T04:18:43.925Z | Compiling deranged v0.3.11 |
1293 | 2024-12-28T04:18:44.293Z | Compiling time-macros v0.2.18 |
1294 | 2024-12-28T04:18:44.491Z | Compiling plain v0.2.3 |
1295 | 2024-12-28T04:18:44.553Z | Compiling anyhow v1.0.94 |
1296 | 2024-12-28T04:18:44.630Z | Compiling num_threads v0.1.7 |
1297 | 2024-12-28T04:18:44.750Z | Compiling goblin v0.8.2 |
1298 | 2024-12-28T04:18:45.501Z | Compiling pest_derive v2.7.13 |
1299 | 2024-12-28T04:18:45.549Z | Compiling ppv-lite86 v0.2.20 |
1300 | 2024-12-28T04:18:45.910Z | Compiling sync_wrapper v1.0.1 |
1301 | 2024-12-28T04:18:46.057Z | Compiling usdt-impl v0.5.0 |
1302 | 2024-12-28T04:18:46.173Z | Compiling pretty-hex v0.4.1 |
1303 | 2024-12-28T04:18:46.366Z | Compiling rand_chacha v0.3.1 |
1304 | 2024-12-28T04:18:46.444Z | Compiling bytes v1.7.2 |
1305 | 2024-12-28T04:18:46.917Z | Compiling indexmap v2.5.0 |
1306 | 2024-12-28T04:18:47.191Z | Compiling uuid v1.11.0 |
1307 | 2024-12-28T04:18:47.405Z | Compiling tokio v1.42.0 |
1308 | 2024-12-28T04:18:47.481Z | Compiling http v1.2.0 |
1309 | 2024-12-28T04:18:47.641Z | Compiling chrono v0.4.38 |
1310 | 2024-12-28T04:18:47.927Z | Compiling serde_tokenstream v0.2.2 |
1311 | 2024-12-28T04:18:48.327Z | Compiling toml_datetime v0.6.8 |
1312 | 2024-12-28T04:18:48.907Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-12-28T04:18:49.313Z | Compiling http-body v1.0.1 |
1314 | 2024-12-28T04:18:49.440Z | Compiling openapiv3 v2.0.0 |
1315 | 2024-12-28T04:18:49.541Z | Compiling http-body-util v0.1.2 |
1316 | 2024-12-28T04:18:49.812Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-12-28T04:18:50.317Z | Compiling serde_spanned v0.6.7 |
1318 | 2024-12-28T04:18:51.875Z | Compiling dof v0.3.0 |
1319 | 2024-12-28T04:18:52.375Z | Compiling crypto-common v0.1.6 |
1320 | 2024-12-28T04:18:52.431Z | Compiling typify-impl v0.2.0 |
1321 | 2024-12-28T04:18:52.547Z | Compiling block-buffer v0.10.4 |
1322 | 2024-12-28T04:18:52.778Z | Compiling thread-id v4.2.2 |
1323 | 2024-12-28T04:18:52.883Z | Compiling syn v1.0.109 |
1324 | 2024-12-28T04:18:53.457Z | Compiling rustversion v1.0.17 |
1325 | 2024-12-28T04:18:54.043Z | Compiling omicron-workspace-hack v0.1.0 |
1326 | 2024-12-28T04:18:54.225Z | Compiling rand v0.8.5 |
1327 | 2024-12-28T04:18:54.493Z | Compiling unsafe-libyaml v0.2.11 |
1328 | 2024-12-28T04:18:55.834Z | Compiling serde_yaml v0.9.34+deprecated |
1329 | 2024-12-28T04:18:56.247Z | Compiling match_cfg v0.1.0 |
1330 | 2024-12-28T04:18:56.333Z | Compiling ident_case v1.0.1 |
1331 | 2024-12-28T04:18:56.497Z | Compiling tokio-util v0.7.12 |
1332 | 2024-12-28T04:18:56.943Z | Compiling tokio-native-tls v0.3.1 |
1333 | 2024-12-28T04:18:57.225Z | Compiling tokio-rustls v0.26.0 |
1334 | 2024-12-28T04:18:57.716Z | Compiling h2 v0.4.6 |
1335 | 2024-12-28T04:18:58.003Z | Compiling darling_core v0.20.10 |
1336 | 2024-12-28T04:18:58.298Z | Compiling hostname v0.3.1 |
1337 | 2024-12-28T04:18:58.557Z | Compiling errno v0.3.9 |
1338 | 2024-12-28T04:18:58.790Z | Compiling dirs-sys-next v0.1.2 |
1339 | 2024-12-28T04:18:59.520Z | Compiling thread_local v1.1.8 |
1340 | 2024-12-28T04:18:59.570Z | Compiling paste v1.0.15 |
1341 | 2024-12-28T04:19:00.064Z | Compiling cpufeatures v0.2.14 |
1342 | 2024-12-28T04:19:00.114Z | Compiling camino v1.1.9 |
1343 | 2024-12-28T04:19:00.215Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-28T04:19:00.411Z | Compiling usdt-macro v0.5.0 |
1345 | 2024-12-28T04:19:00.757Z | Compiling usdt-attr-macro v0.5.0 |
1346 | 2024-12-28T04:19:02.522Z | Compiling hyper v1.5.1 |
1347 | 2024-12-28T04:19:03.003Z | Compiling futures-executor v0.3.30 |
1348 | 2024-12-28T04:19:03.681Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-28T04:19:04.122Z | Compiling darling_macro v0.20.10 |
1350 | 2024-12-28T04:19:05.177Z | Compiling hyper-util v0.1.10 |
1351 | 2024-12-28T04:19:05.839Z | Compiling memmap v0.7.0 |
1352 | 2024-12-28T04:19:05.908Z | Compiling rustls v0.22.4 |
1353 | 2024-12-28T04:19:06.122Z | Compiling slog-async v2.8.0 |
1354 | 2024-12-28T04:19:06.226Z | Compiling darling v0.20.10 |
1355 | 2024-12-28T04:19:06.238Z | Compiling futures v0.3.30 |
1356 | 2024-12-28T04:19:06.344Z | Compiling term v0.7.0 |
1357 | 2024-12-28T04:19:07.242Z | Compiling is-terminal v0.4.13 |
1358 | 2024-12-28T04:19:07.360Z | Compiling multer v3.1.0 |
1359 | 2024-12-28T04:19:07.431Z | Compiling instant v0.1.13 |
1360 | 2024-12-28T04:19:07.488Z | Compiling take_mut v0.2.2 |
1361 | 2024-12-28T04:19:07.565Z | Compiling serde_with_macros v3.9.0 |
1362 | 2024-12-28T04:19:07.768Z | Compiling strum_macros v0.26.4 |
1363 | 2024-12-28T04:19:07.800Z | Compiling ipnetwork v0.20.0 |
1364 | 2024-12-28T04:19:08.183Z | Compiling async-stream-impl v0.3.5 |
1365 | 2024-12-28T04:19:08.194Z | Compiling structmeta-derive v0.3.0 |
1366 | 2024-12-28T04:19:08.894Z | Compiling dropshot v0.12.0 |
1367 | 2024-12-28T04:19:09.237Z | Compiling debug-ignore v1.0.5 |
1368 | 2024-12-28T04:19:09.380Z | Compiling crossbeam-utils v0.8.20 |
1369 | 2024-12-28T04:19:09.587Z | Compiling async-stream v0.3.5 |
1370 | 2024-12-28T04:19:09.884Z | Compiling hyper-tls v0.6.0 |
1371 | 2024-12-28T04:19:09.934Z | Compiling hyper-rustls v0.27.3 |
1372 | 2024-12-28T04:19:10.337Z | Compiling serde_with v3.9.0 |
1373 | 2024-12-28T04:19:10.651Z | Compiling dropshot_endpoint v0.12.0 |
1374 | 2024-12-28T04:19:10.863Z | Compiling serde_path_to_error v0.1.16 |
1375 | 2024-12-28T04:19:10.897Z | Compiling structmeta v0.3.0 |
1376 | 2024-12-28T04:19:11.267Z | Compiling waitgroup v0.1.2 |
1377 | 2024-12-28T04:19:11.510Z | Compiling hostname v0.4.0 |
1378 | 2024-12-28T04:19:11.801Z | Compiling parse-display-derive v0.10.0 |
1379 | 2024-12-28T04:19:11.829Z | Compiling reqwest v0.12.9 |
1380 | 2024-12-28T04:19:12.359Z | Compiling strum v0.26.3 |
1381 | 2024-12-28T04:19:12.532Z | Compiling tokio-rustls v0.25.0 |
1382 | 2024-12-28T04:19:14.303Z | Compiling digest v0.10.7 |
1383 | 2024-12-28T04:19:14.359Z | Compiling time v0.3.36 |
1384 | 2024-12-28T04:19:14.701Z | Compiling hex v0.4.3 |
1385 | 2024-12-28T04:19:14.965Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1386 | 2024-12-28T04:19:15.317Z | Compiling rustix v0.38.37 |
1387 | 2024-12-28T04:19:15.841Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1388 | 2024-12-28T04:19:16.004Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1389 | 2024-12-28T04:19:16.139Z | Compiling progenitor-client v0.8.0 |
1390 | 2024-12-28T04:19:16.150Z | Compiling backoff v0.4.0 |
1391 | 2024-12-28T04:19:16.381Z | Compiling parse-display v0.10.0 |
1392 | 2024-12-28T04:19:16.548Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1393 | 2024-12-28T04:19:16.573Z | Compiling macaddr v1.0.1 |
1394 | 2024-12-28T04:19:17.032Z | Compiling regress v0.9.1 |
1395 | 2024-12-28T04:19:17.209Z | Compiling utf8parse v0.2.2 |
1396 | 2024-12-28T04:19:17.370Z | Compiling anstyle-parse v0.2.5 |
1397 | 2024-12-28T04:19:17.727Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1398 | 2024-12-28T04:19:17.782Z | Compiling typify-macro v0.2.0 |
1399 | 2024-12-28T04:19:20.264Z | Compiling colorchoice v1.0.2 |
1400 | 2024-12-28T04:19:20.340Z | Compiling anstyle v1.0.10 |
1401 | 2024-12-28T04:19:20.417Z | Compiling is_terminal_polyfill v1.70.1 |
1402 | 2024-12-28T04:19:20.531Z | Compiling anstyle-query v1.1.1 |
1403 | 2024-12-28T04:19:20.580Z | Compiling unicode-width v0.1.14 |
1404 | 2024-12-28T04:19:20.646Z | Compiling lazy_static v1.5.0 |
1405 | 2024-12-28T04:19:20.676Z | Compiling anstream v0.6.15 |
1406 | 2024-12-28T04:19:20.792Z | Compiling usdt v0.5.0 |
1407 | 2024-12-28T04:19:21.105Z | Compiling slog-json v2.6.1 |
1408 | 2024-12-28T04:19:21.370Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2024-12-28T04:19:21.481Z | Compiling toml_edit v0.22.21 |
1410 | 2024-12-28T04:19:21.502Z | Compiling clap_lex v0.7.4 |
1411 | 2024-12-28T04:19:22.086Z | Compiling slog-bunyan v2.5.0 |
1412 | 2024-12-28T04:19:22.565Z | Compiling slog-term v2.9.1 |
1413 | 2024-12-28T04:19:22.619Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-28T04:19:22.727Z | Compiling typify v0.2.0 |
1415 | 2024-12-28T04:19:22.861Z | Compiling progenitor-impl v0.8.0 |
1416 | 2024-12-28T04:19:23.837Z | Compiling newtype-uuid v1.1.0 |
1417 | 2024-12-28T04:19:24.013Z | Compiling winnow v0.5.40 |
1418 | 2024-12-28T04:19:24.126Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1419 | 2024-12-28T04:19:24.516Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1420 | 2024-12-28T04:19:24.614Z | Compiling clap_derive v4.5.18 |
1421 | 2024-12-28T04:19:24.844Z | Compiling toml v0.8.19 |
1422 | 2024-12-28T04:19:27.879Z | Compiling toml_edit v0.19.15 |
1423 | 2024-12-28T04:19:31.346Z | Compiling heapless v0.8.0 |
1424 | 2024-12-28T04:19:31.608Z | Compiling proc-macro-crate v1.3.1 |
1425 | 2024-12-28T04:19:32.176Z | Compiling hash32 v0.3.1 |
1426 | 2024-12-28T04:19:32.211Z | Compiling smoltcp v0.11.0 |
1427 | 2024-12-28T04:19:32.424Z | Compiling stable_deref_trait v1.2.0 |
1428 | 2024-12-28T04:19:32.469Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1429 | 2024-12-28T04:19:32.795Z | Compiling terminal_size v0.4.0 |
1430 | 2024-12-28T04:19:33.003Z | Compiling foreign-types-macros v0.2.3 |
1431 | 2024-12-28T04:19:33.570Z | Compiling progenitor-macro v0.8.0 |
1432 | 2024-12-28T04:19:33.624Z | Compiling proc-macro-error-attr v1.0.4 |
1433 | 2024-12-28T04:19:33.952Z | Compiling num_enum_derive v0.5.11 |
1434 | 2024-12-28T04:19:33.964Z | Compiling bitflags v1.3.2 |
1435 | 2024-12-28T04:19:34.000Z | Compiling either v1.13.0 |
1436 | 2024-12-28T04:19:34.053Z | Compiling managed v0.8.0 |
1437 | 2024-12-28T04:19:34.430Z | Compiling foreign-types-shared v0.3.1 |
1438 | 2024-12-28T04:19:34.497Z | Compiling heck v0.4.1 |
1439 | 2024-12-28T04:19:34.539Z | Compiling cobs v0.2.3 |
1440 | 2024-12-28T04:19:34.851Z | Compiling postcard v1.0.10 |
1441 | 2024-12-28T04:19:34.897Z | Compiling foreign-types v0.5.0 |
1442 | 2024-12-28T04:19:35.056Z | Compiling clap_builder v4.5.23 |
1443 | 2024-12-28T04:19:36.272Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1444 | 2024-12-28T04:19:36.283Z | Compiling num_enum v0.5.11 |
1445 | 2024-12-28T04:19:36.632Z | Compiling num-integer v0.1.46 |
1446 | 2024-12-28T04:19:37.192Z | Compiling cstr-argument v0.1.2 |
1447 | 2024-12-28T04:19:37.459Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1448 | 2024-12-28T04:19:37.470Z | Compiling proc-macro-error v1.0.4 |
1449 | 2024-12-28T04:19:37.821Z | Compiling float-ord v0.3.2 |
1450 | 2024-12-28T04:19:37.823Z | Compiling pretty-hex v0.2.1 |
1451 | 2024-12-28T04:19:37.976Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1452 | 2024-12-28T04:19:38.002Z | Compiling fastrand v2.1.1 |
1453 | 2024-12-28T04:19:38.135Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1454 | 2024-12-28T04:19:38.530Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1455 | 2024-12-28T04:19:38.610Z | Compiling tempfile v3.12.0 |
1456 | 2024-12-28T04:19:39.623Z | Compiling clap v4.5.23 |
1457 | 2024-12-28T04:19:39.894Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1458 | 2024-12-28T04:19:39.929Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1459 | 2024-12-28T04:19:40.571Z | Compiling tabwriter v1.4.0 |
1460 | 2024-12-28T04:19:40.700Z | Compiling colored v2.1.0 |
1461 | 2024-12-28T04:19:40.873Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1462 | 2024-12-28T04:19:41.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1463 | 2024-12-28T04:19:41.453Z | Compiling crucible-workspace-hack v0.1.0 |
1464 | 2024-12-28T04:19:41.776Z | Compiling num-rational v0.4.2 |
1465 | 2024-12-28T04:19:42.043Z | Compiling num-iter v0.1.45 |
1466 | 2024-12-28T04:19:42.457Z | Compiling num-complex v0.4.6 |
1467 | 2024-12-28T04:19:42.695Z | Compiling unicode-segmentation v1.12.0 |
1468 | 2024-12-28T04:19:42.777Z | Compiling prettyplease v0.2.22 |
1469 | 2024-12-28T04:19:43.069Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1470 | 2024-12-28T04:19:43.102Z | Compiling semver v0.1.20 |
1471 | 2024-12-28T04:19:43.415Z | Compiling newline-converter v0.3.0 |
1472 | 2024-12-28T04:19:43.566Z | Compiling num v0.4.3 |
1473 | 2024-12-28T04:19:43.569Z | Compiling rustc_version v0.1.7 |
1474 | 2024-12-28T04:19:43.636Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1475 | 2024-12-28T04:19:43.701Z | Compiling zone_cfg_derive v0.3.0 |
1476 | 2024-12-28T04:19:45.104Z | Compiling camino-tempfile v1.1.1 |
1477 | 2024-12-28T04:19:45.664Z | Compiling itertools v0.10.5 |
1478 | 2024-12-28T04:19:45.884Z | Compiling console v0.15.8 |
1479 | 2024-12-28T04:19:46.419Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1480 | 2024-12-28T04:19:47.210Z | Compiling num-derive v0.4.2 |
1481 | 2024-12-28T04:19:47.554Z | Compiling sigpipe v0.1.3 |
1482 | 2024-12-28T04:19:47.662Z | Compiling similar v2.6.0 |
1483 | 2024-12-28T04:19:47.694Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1484 | 2024-12-28T04:19:48.009Z | Compiling base64ct v1.6.0 |
1485 | 2024-12-28T04:19:48.120Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1486 | 2024-12-28T04:19:48.565Z | Compiling expectorate v1.1.0 |
1487 | 2024-12-28T04:19:48.597Z | Compiling password-hash v0.5.0 |
1488 | 2024-12-28T04:19:48.722Z | Compiling zone v0.3.0 |
1489 | 2024-12-28T04:19:48.987Z | Compiling progenitor v0.8.0 |
1490 | 2024-12-28T04:19:49.181Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1491 | 2024-12-28T04:19:49.574Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1492 | 2024-12-28T04:19:49.868Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1493 | 2024-12-28T04:19:50.354Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1494 | 2024-12-28T04:19:50.557Z | Compiling newtype_derive v0.1.6 |
1495 | 2024-12-28T04:19:50.826Z | Compiling blake2 v0.10.6 |
1496 | 2024-12-28T04:19:50.882Z | Compiling hubpack_derive v0.1.1 |
1497 | 2024-12-28T04:19:51.878Z | Compiling smf v0.2.3 |
1498 | 2024-12-28T04:19:51.892Z | Compiling zerocopy-derive v0.6.6 |
1499 | 2024-12-28T04:19:52.510Z | Compiling cancel-safe-futures v0.1.5 |
1500 | 2024-12-28T04:19:52.936Z | Compiling owo-colors v4.1.0 |
1501 | 2024-12-28T04:19:53.083Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-28T04:19:53.249Z | Compiling whoami v1.5.2 |
1503 | 2024-12-28T04:19:53.394Z | Compiling petgraph v0.6.5 |
1504 | 2024-12-28T04:19:53.621Z | Compiling hubpack v0.1.2 |
1505 | 2024-12-28T04:19:53.657Z | Compiling argon2 v0.5.3 |
1506 | 2024-12-28T04:19:53.998Z | Compiling zerocopy v0.6.6 |
1507 | 2024-12-28T04:19:54.096Z | Compiling strum_macros v0.25.3 |
1508 | 2024-12-28T04:19:54.852Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1509 | 2024-12-28T04:19:57.447Z | Compiling serde-big-array v0.5.1 |
1510 | 2024-12-28T04:19:57.632Z | Compiling serde_repr v0.1.19 |
1511 | 2024-12-28T04:19:57.653Z | Compiling cookie v0.18.1 |
1512 | 2024-12-28T04:19:57.789Z | Compiling static_assertions v1.1.0 |
1513 | 2024-12-28T04:19:57.853Z | Compiling convert_case v0.4.0 |
1514 | 2024-12-28T04:19:57.998Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-12-28T04:19:58.650Z | Compiling derive_more v0.99.18 |
1516 | 2024-12-28T04:19:58.781Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1517 | 2024-12-28T04:19:58.808Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1518 | 2024-12-28T04:20:01.309Z | Compiling atomicwrites v0.4.4 |
1519 | 2024-12-28T04:20:01.689Z | Compiling itertools v0.13.0 |
1520 | 2024-12-28T04:20:01.938Z | Compiling libsw v3.3.1 |
1521 | 2024-12-28T04:20:02.095Z | Compiling derive-where v1.2.7 |
1522 | 2024-12-28T04:20:02.249Z | Compiling enum-as-inner v0.6.1 |
1523 | 2024-12-28T04:20:03.481Z | Compiling idna v0.4.0 |
1524 | 2024-12-28T04:20:04.788Z | Compiling linked-hash-map v0.5.6 |
1525 | 2024-12-28T04:20:04.895Z | Compiling linear-map v1.2.0 |
1526 | 2024-12-28T04:20:05.154Z | Compiling highway v1.2.0 |
1527 | 2024-12-28T04:20:05.250Z | Compiling data-encoding v2.6.0 |
1528 | 2024-12-28T04:20:05.293Z | Compiling swrite v0.1.0 |
1529 | 2024-12-28T04:20:05.379Z | Compiling indent_write v2.2.0 |
1530 | 2024-12-28T04:20:05.401Z | Compiling quick-error v1.2.3 |
1531 | 2024-12-28T04:20:05.404Z | Compiling lru-cache v0.1.2 |
1532 | 2024-12-28T04:20:05.541Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-12-28T04:20:05.576Z | Compiling resolv-conf v0.7.0 |
1534 | 2024-12-28T04:20:05.578Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-12-28T04:20:05.896Z | Compiling steno v0.4.1 |
1536 | 2024-12-28T04:20:05.954Z | Compiling hickory-proto v0.24.1 |
1537 | 2024-12-28T04:20:07.799Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1538 | 2024-12-28T04:20:12.501Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-28T04:20:13.498Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1540 | 2024-12-28T04:20:15.513Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-12-28T04:20:15.714Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1542 | 2024-12-28T04:20:15.954Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1543 | 2024-12-28T04:20:18.127Z | Compiling slog-dtrace v0.3.0 |
1544 | 2024-12-28T04:20:18.246Z | Compiling parking_lot_core v0.8.6 |
1545 | 2024-12-28T04:20:18.464Z | Compiling humantime v2.1.0 |
1546 | 2024-12-28T04:20:18.775Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1547 | 2024-12-28T04:20:19.867Z | Compiling hickory-resolver v0.24.1 |
1548 | 2024-12-28T04:20:20.082Z | Compiling num-derive v0.3.3 |
1549 | 2024-12-28T04:20:20.237Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1550 | 2024-12-28T04:20:20.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1551 | 2024-12-28T04:20:20.289Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1552 | 2024-12-28T04:20:21.239Z | Compiling half v2.4.1 |
1553 | 2024-12-28T04:20:21.401Z | Compiling ciborium-io v0.2.2 |
1554 | 2024-12-28T04:20:21.522Z | Compiling parking_lot v0.11.2 |
1555 | 2024-12-28T04:20:21.740Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1556 | 2024-12-28T04:20:21.784Z | Compiling ciborium-ll v0.2.2 |
1557 | 2024-12-28T04:20:22.286Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1558 | 2024-12-28T04:20:22.517Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1559 | 2024-12-28T04:20:22.534Z | Compiling proc-macro-crate v3.2.0 |
1560 | 2024-12-28T04:20:23.578Z | Compiling crossbeam-epoch v0.9.18 |
1561 | 2024-12-28T04:20:23.680Z | Compiling fxhash v0.2.1 |
1562 | 2024-12-28T04:20:23.879Z | Compiling crc32fast v1.4.2 |
1563 | 2024-12-28T04:20:23.936Z | Compiling num_enum_derive v0.7.3 |
1564 | 2024-12-28T04:20:24.242Z | Compiling sled v0.34.7 |
1565 | 2024-12-28T04:20:24.434Z | Compiling ciborium v0.2.2 |
1566 | 2024-12-28T04:20:25.614Z | Compiling diff v0.1.13 |
1567 | 2024-12-28T04:20:26.056Z | Compiling yansi v1.0.1 |
1568 | 2024-12-28T04:20:26.436Z | Compiling num_enum v0.7.3 |
1569 | 2024-12-28T04:20:26.592Z | Compiling pretty_assertions v1.4.1 |
1570 | 2024-12-28T04:20:32.426Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1571 | 2024-12-28T04:20:33.551Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1572 | 2024-12-28T04:20:40.819Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1573 | 2024-12-28T04:20:41.271Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1574 | 2024-12-28T04:20:42.614Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1575 | 2024-12-28T04:20:44.730Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1576 | 2024-12-28T04:21:04.840Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
1577 | 2024-12-28T04:21:05.002Z | ──────────── |
1578 | 2024-12-28T04:21:05.002Z | Nextest run ID f1c003df-b707-40ff-8548-b7a803292066 with nextest profile: default |
1579 | 2024-12-28T04:21:05.002Z | Starting 2 tests across 1 binary |
1580 | 2024-12-28T04:21:05.005Z | START bfd test::test_new_daemon |
1581 | 2024-12-28T04:21:05.013Z | |
1582 | 2024-12-28T04:21:05.013Z | running 1 test |
1583 | 2024-12-28T04:21:05.081Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1584 | 2024-12-28T04:21:05.081Z | |
1585 | 2024-12-28T04:21:05.081Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1586 | 2024-12-28T04:21:05.081Z | |
1587 | 2024-12-28T04:21:05.087Z | PASS [ 0.084s] bfd test::test_new_daemon |
1588 | 2024-12-28T04:21:05.087Z | START bfd test::test_protocol_basics |
1589 | 2024-12-28T04:21:05.099Z | |
1590 | 2024-12-28T04:21:05.099Z | running 1 test |
1591 | 2024-12-28T04:21:05.170Z | {{""msg":msg"":"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 401295294, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 4112247863, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",,""v"v"::0,"name":"slog-rs"0,"name":"slog-rs",","level"level"::1010,"time":"2024-12-28T04:21:04.476063168Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":,"time":"2024-12-28T04:21:04.476069969Z"3243,"hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q}","pid": |
1592 | 2024-12-28T04:21:05.170Z | 3243} |
1593 | 2024-12-28T04:21:05.170Z | {"msg":"transition -> Init","v":{0,"name":"slog-rs""msg":","transition -> Initlevel"":,"v"30:0,"name":"slog-rs","level":30,"time":"2024-12-28T04:21:04.476403149Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":,3243"time":"2024-12-28T04:21:04.476405539Z",","peer":hostname"":"203.0.113.20","w-01JG5QG25C0X28DXHSRQVHSM3Qstate"":","Downpid"":} |
1594 | 2024-12-28T04:21:05.170Z | 3243,"peer":"203.0.113.10","state":"Down"} |
1595 | 2024-12-28T04:21:06.167Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 401295294, your_discriminator: 4112247863, 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-28T04:21:05.472957178Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1596 | 2024-12-28T04:21:06.167Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-28T04:21:05.473069148Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243,"peer":"203.0.113.20","state":"Init"} |
1597 | 2024-12-28T04:21:06.170Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4112247863, your_discriminator: 401295294, 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-28T04:21:05.476013303Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1598 | 2024-12-28T04:21:06.170Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-28T04:21:05.476103971Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243,"peer":"203.0.113.10","state":"Init"} |
1599 | 2024-12-28T04:21:11.166Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 401295294, your_discriminator: 4112247863, 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-28T04:21:10.472949991Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1600 | 2024-12-28T04:21:11.169Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4112247863, your_discriminator: 401295294, 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-28T04:21:10.475966623Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1601 | 2024-12-28T04:21:15.169Z | {"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-28T04:21:14.476009231Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1602 | 2024-12-28T04:21:15.169Z | ,"time":"2024-12-28T04:21:14.476038024Z","hostname":"w-01JG5QG25C0X28DXHSRQVHSM3Q","pid":3243} |
1603 | 2024-12-28T04:21:15.172Z | test test::test_protocol_basics ... ok |
1604 | 2024-12-28T04:21:15.172Z | |
1605 | 2024-12-28T04:21:15.172Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1606 | 2024-12-28T04:21:15.172Z | |
1607 | 2024-12-28T04:21:15.178Z | PASS [ 10.091s] bfd test::test_protocol_basics |
1608 | 2024-12-28T04:21:15.184Z | ──────────── |
1609 | 2024-12-28T04:21:15.184Z | Summary [ 10.177s] 2 tests run: 2 passed, 0 skipped |
1610 | 2024-12-28T04:21:15.196Z | process exited: duration 374752 ms, exit code 0 |
|
1611 | 2024-12-28T04:21:15.208Z | found 0 output files |