|
|
|
1 | 2024-11-26T07:14:56.500Z | job assigned to worker 01JDKN3VZRTW139FVCMW76N65X [factory aws, i-0939cb3593086c19f] (queued for 55 s) |
|
2 | 2024-11-26T07:15:03.995Z | starting task 0: "setup" |
3 | 2024-11-26T07:15:04.004Z | ++ uname -s |
4 | 2024-11-26T07:15:04.007Z | + kern=SunOS |
5 | 2024-11-26T07:15:04.007Z | + case "$kern" in |
6 | 2024-11-26T07:15:04.007Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:15:04.009Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:15:06.014Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:15:06.097Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:15:06.100Z | + home_fs=zfs |
11 | 2024-11-26T07:15:06.100Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:15:06.100Z | + mkdir -p /home/build |
13 | 2024-11-26T07:15:06.102Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:15:08.104Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:15:08.107Z | process exited: duration 4110 ms, exit code 0 |
|
16 | 2024-11-26T07:15:08.113Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:15:08.118Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:15:08.118Z | ' stable |
19 | 2024-11-26T07:15:08.118Z | * toolchain channel = "stable" |
20 | 2024-11-26T07:15:08.121Z | * toolchain profile = "default" |
21 | 2024-11-26T07:15:08.121Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T07:15:08.121Z | ' default |
23 | 2024-11-26T07:15:08.121Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:15:08.121Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:15:08.226Z | info: downloading installer |
26 | 2024-11-26T07:15:09.867Z | info: profile set to 'default' |
27 | 2024-11-26T07:15:09.867Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:15:09.869Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:15:10.015Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:15:10.015Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:15:10.844Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:15:11.157Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:15:12.324Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:15:14.176Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:15:20.902Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:15:21.137Z | info: installing component 'cargo' |
37 | 2024-11-26T07:15:21.933Z | info: installing component 'clippy' |
38 | 2024-11-26T07:15:22.295Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:15:23.973Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:15:25.740Z | info: installing component 'rustc' |
41 | 2024-11-26T07:15:31.611Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:15:31.924Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:15:31.924Z | |
44 | 2024-11-26T07:15:32.297Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:15:32.297Z | |
46 | 2024-11-26T07:15:32.300Z | |
47 | 2024-11-26T07:15:32.300Z | Rust is installed now. Great! |
48 | 2024-11-26T07:15:32.300Z | |
49 | 2024-11-26T07:15:32.300Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:15:32.300Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:15:32.300Z | |
52 | 2024-11-26T07:15:32.300Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:15:32.300Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:15:32.300Z | |
55 | 2024-11-26T07:15:32.300Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:15:32.300Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:15:32.300Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:15:32.364Z | + rustc --version |
59 | 2024-11-26T07:15:32.429Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:15:32.432Z | process exited: duration 24314 ms, exit code 0 |
|
61 | 2024-11-26T07:15:32.437Z | starting task 2: "authentication" |
62 | 2024-11-26T07:15:32.457Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T07:15:32.462Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:15:32.467Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:15:32.469Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:15:32.755Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:15:33.725Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:15:33.725Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:15:33.973Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:15:33.973Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:15:33.980Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:15:33.983Z | ++ git branch --show-current |
73 | 2024-11-26T07:15:33.986Z | + current=main |
74 | 2024-11-26T07:15:33.986Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:15:33.986Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:15:33.988Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:15:34.001Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:15:34.009Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:15:34.016Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:15:34.018Z | process exited: duration 1554 ms, exit code 0 |
|
81 | 2024-11-26T07:15:34.027Z | starting task 4: "build" |
82 | 2024-11-26T07:15:34.030Z | + set -o errexit |
83 | 2024-11-26T07:15:34.030Z | + set -o pipefail |
84 | 2024-11-26T07:15:34.030Z | + cargo --version |
85 | 2024-11-26T07:15:34.034Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-11-26T07:15:34.188Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-11-26T07:15:34.189Z | info: downloading component 'cargo' |
88 | 2024-11-26T07:15:35.032Z | info: downloading component 'clippy' |
89 | 2024-11-26T07:15:35.345Z | info: downloading component 'rust-docs' |
90 | 2024-11-26T07:15:36.518Z | info: downloading component 'rust-std' |
91 | 2024-11-26T07:15:38.337Z | info: downloading component 'rustc' |
92 | 2024-11-26T07:15:44.843Z | info: downloading component 'rustfmt' |
93 | 2024-11-26T07:15:45.090Z | info: installing component 'cargo' |
94 | 2024-11-26T07:15:45.873Z | info: installing component 'clippy' |
95 | 2024-11-26T07:15:46.228Z | info: installing component 'rust-docs' |
96 | 2024-11-26T07:15:47.801Z | info: installing component 'rust-std' |
97 | 2024-11-26T07:15:49.495Z | info: installing component 'rustc' |
98 | 2024-11-26T07:15:55.030Z | info: installing component 'rustfmt' |
99 | 2024-11-26T07:15:55.428Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-11-26T07:15:55.430Z | + rustc --version |
101 | 2024-11-26T07:15:55.496Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-11-26T07:15:55.500Z | + cargo install cargo-nextest |
103 | 2024-11-26T07:15:55.584Z | Updating crates.io index |
104 | 2024-11-26T07:15:55.668Z | Downloading crates ... |
105 | 2024-11-26T07:15:55.730Z | Downloaded cargo-nextest v0.9.84 |
106 | 2024-11-26T07:15:55.767Z | Installing cargo-nextest v0.9.84 |
107 | 2024-11-26T07:15:55.843Z | Updating crates.io index |
108 | 2024-11-26T07:15:57.112Z | Locking 359 packages to latest compatible versions |
109 | 2024-11-26T07:15:57.114Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-11-26T07:15:57.114Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-11-26T07:15:57.114Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-11-26T07:15:57.125Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
113 | 2024-11-26T07:15:57.128Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-11-26T07:15:57.130Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
115 | 2024-11-26T07:15:57.130Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
116 | 2024-11-26T07:15:57.130Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
117 | 2024-11-26T07:15:57.130Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
118 | 2024-11-26T07:15:57.130Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
119 | 2024-11-26T07:15:57.130Z | Adding gimli v0.28.1 (latest: v0.31.1) |
120 | 2024-11-26T07:15:57.130Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
121 | 2024-11-26T07:15:57.133Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-11-26T07:15:57.135Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-11-26T07:15:57.135Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
124 | 2024-11-26T07:15:57.135Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
125 | 2024-11-26T07:15:57.135Z | Adding object v0.32.2 (latest: v0.36.5) |
126 | 2024-11-26T07:15:57.138Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
127 | 2024-11-26T07:15:57.138Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
128 | 2024-11-26T07:15:57.144Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
129 | 2024-11-26T07:15:57.148Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
130 | 2024-11-26T07:15:57.150Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T07:15:57.150Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
132 | 2024-11-26T07:15:57.150Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
133 | 2024-11-26T07:15:57.152Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
134 | 2024-11-26T07:15:57.152Z | Adding vte v0.11.1 (latest: v0.13.0) |
135 | 2024-11-26T07:15:57.152Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
136 | 2024-11-26T07:15:57.152Z | Adding windows v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T07:15:57.152Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
138 | 2024-11-26T07:15:57.152Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
139 | 2024-11-26T07:15:57.152Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
140 | 2024-11-26T07:15:57.152Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
141 | 2024-11-26T07:15:57.153Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-11-26T07:15:57.153Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-11-26T07:15:57.153Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-11-26T07:15:57.156Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
145 | 2024-11-26T07:15:57.156Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-11-26T07:15:57.156Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-11-26T07:15:57.156Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-11-26T07:15:57.156Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-11-26T07:15:57.156Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-11-26T07:15:57.156Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
151 | 2024-11-26T07:15:57.156Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
152 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
153 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
154 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
155 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
156 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
157 | 2024-11-26T07:15:57.156Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
158 | 2024-11-26T07:15:57.156Z | Adding writeable v0.5.5 (latest: v0.6.0) |
159 | 2024-11-26T07:15:57.156Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T07:15:57.156Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
161 | 2024-11-26T07:15:57.157Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
162 | 2024-11-26T07:15:57.157Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
163 | 2024-11-26T07:15:57.157Z | Downloading crates ... |
164 | 2024-11-26T07:15:57.287Z | Downloaded shared_child v1.0.1 |
165 | 2024-11-26T07:15:57.310Z | Downloaded icu_locid v1.5.0 |
166 | 2024-11-26T07:15:57.321Z | Downloaded thiserror v1.0.69 |
167 | 2024-11-26T07:15:57.327Z | Downloaded terminal_size v0.4.0 |
168 | 2024-11-26T07:15:57.329Z | Downloaded supports-unicode v3.0.0 |
169 | 2024-11-26T07:15:57.329Z | Downloaded strsim v0.11.1 |
170 | 2024-11-26T07:15:57.332Z | Downloaded textwrap v0.16.1 |
171 | 2024-11-26T07:15:57.334Z | Downloaded terminal_size v0.3.0 |
172 | 2024-11-26T07:15:57.337Z | Downloaded target-spec-miette v0.4.0 |
173 | 2024-11-26T07:15:57.337Z | Downloaded subtle v2.6.1 |
174 | 2024-11-26T07:15:57.339Z | Downloaded supports-hyperlinks v3.0.0 |
175 | 2024-11-26T07:15:57.339Z | Downloaded strip-ansi-escapes v0.2.0 |
176 | 2024-11-26T07:15:57.342Z | Downloaded signal-hook-registry v1.4.2 |
177 | 2024-11-26T07:15:57.342Z | Downloaded static_assertions v1.1.0 |
178 | 2024-11-26T07:15:57.344Z | Downloaded tempfile v3.14.0 |
179 | 2024-11-26T07:15:57.347Z | Downloaded swrite v0.1.0 |
180 | 2024-11-26T07:15:57.347Z | Downloaded signature v2.2.0 |
181 | 2024-11-26T07:15:57.350Z | Downloaded smallvec v1.13.2 |
182 | 2024-11-26T07:15:57.352Z | Downloaded slab v0.4.9 |
183 | 2024-11-26T07:15:57.358Z | Downloaded thiserror-impl v2.0.3 |
184 | 2024-11-26T07:15:57.360Z | Downloaded smawk v0.3.2 |
185 | 2024-11-26T07:15:57.365Z | Downloaded tracing-attributes v0.1.27 |
186 | 2024-11-26T07:15:57.368Z | Downloaded target-spec v3.2.2 |
187 | 2024-11-26T07:15:57.370Z | Downloaded syn v2.0.89 |
188 | 2024-11-26T07:15:57.382Z | Downloaded try-lock v0.2.5 |
189 | 2024-11-26T07:15:57.385Z | Downloaded urlencoding v2.1.3 |
190 | 2024-11-26T07:15:57.387Z | Downloaded tinyvec_macros v0.1.1 |
191 | 2024-11-26T07:15:57.387Z | Downloaded sync_wrapper v1.0.2 |
192 | 2024-11-26T07:15:57.387Z | Downloaded autocfg v1.4.0 |
193 | 2024-11-26T07:15:57.391Z | Downloaded anstyle-parse v0.2.6 |
194 | 2024-11-26T07:15:57.394Z | Downloaded tower-service v0.3.3 |
195 | 2024-11-26T07:15:57.396Z | Downloaded ahash v0.8.11 |
196 | 2024-11-26T07:15:57.399Z | Downloaded tokio-native-tls v0.3.1 |
197 | 2024-11-26T07:15:57.401Z | Downloaded shlex v1.3.0 |
198 | 2024-11-26T07:15:57.401Z | Downloaded tinystr v0.7.6 |
199 | 2024-11-26T07:15:57.403Z | Downloaded write16 v1.0.0 |
200 | 2024-11-26T07:15:57.406Z | Downloaded cfg_aliases v0.2.1 |
201 | 2024-11-26T07:15:57.406Z | Downloaded adler v1.0.2 |
202 | 2024-11-26T07:15:57.408Z | Downloaded atomicwrites v0.4.4 |
203 | 2024-11-26T07:15:57.408Z | Downloaded smol_str v0.3.2 |
204 | 2024-11-26T07:15:57.411Z | Downloaded adler2 v2.0.0 |
205 | 2024-11-26T07:15:57.413Z | Downloaded vte_generate_state_changes v0.1.2 |
206 | 2024-11-26T07:15:57.413Z | Downloaded tracing-log v0.2.0 |
207 | 2024-11-26T07:15:57.416Z | Downloaded shell-words v1.1.0 |
208 | 2024-11-26T07:15:57.416Z | Downloaded colorchoice v1.0.3 |
209 | 2024-11-26T07:15:57.416Z | Downloaded stable_deref_trait v1.2.0 |
210 | 2024-11-26T07:15:57.419Z | Downloaded utf16_iter v1.0.5 |
211 | 2024-11-26T07:15:57.419Z | Downloaded version_check v0.9.5 |
212 | 2024-11-26T07:15:57.423Z | Downloaded unicase v2.8.0 |
213 | 2024-11-26T07:15:57.423Z | Downloaded tracing-error v0.2.0 |
214 | 2024-11-26T07:15:57.423Z | Downloaded foreign-types v0.3.2 |
215 | 2024-11-26T07:15:57.425Z | Downloaded enable-ansi-support v0.2.1 |
216 | 2024-11-26T07:15:57.425Z | Downloaded zerofrom v0.1.5 |
217 | 2024-11-26T07:15:57.428Z | Downloaded icu_locid_transform v1.5.0 |
218 | 2024-11-26T07:15:57.431Z | Downloaded zeroize v1.8.1 |
219 | 2024-11-26T07:15:57.431Z | Downloaded thread_local v1.1.8 |
220 | 2024-11-26T07:15:57.434Z | Downloaded supports-color v3.0.1 |
221 | 2024-11-26T07:15:57.434Z | Downloaded spki v0.7.3 |
222 | 2024-11-26T07:15:57.438Z | Downloaded cargo-platform v0.1.8 |
223 | 2024-11-26T07:15:57.438Z | Downloaded async-scoped v0.9.0 |
224 | 2024-11-26T07:15:57.441Z | Downloaded zstd-safe v7.2.1 |
225 | 2024-11-26T07:15:57.444Z | Downloaded zerovec-derive v0.10.3 |
226 | 2024-11-26T07:15:57.444Z | Downloaded bitflags v2.6.0 |
227 | 2024-11-26T07:15:57.447Z | Downloaded zipsign-api v0.1.2 |
228 | 2024-11-26T07:15:57.451Z | Downloaded nested v0.1.1 |
229 | 2024-11-26T07:15:57.451Z | Downloaded xattr v1.3.1 |
230 | 2024-11-26T07:15:57.453Z | Downloaded tokio-macros v2.4.0 |
231 | 2024-11-26T07:15:57.454Z | Downloaded guppy-workspace-hack v0.1.0 |
232 | 2024-11-26T07:15:57.456Z | Downloaded equivalent v1.0.1 |
233 | 2024-11-26T07:15:57.456Z | Downloaded http-body v1.0.1 |
234 | 2024-11-26T07:15:57.456Z | Downloaded untrusted v0.9.0 |
235 | 2024-11-26T07:15:57.458Z | Downloaded humantime-serde v1.1.1 |
236 | 2024-11-26T07:15:57.461Z | Downloaded target-lexicon v0.12.16 |
237 | 2024-11-26T07:15:57.463Z | Downloaded utf8_iter v1.0.4 |
238 | 2024-11-26T07:15:57.463Z | Downloaded byteorder v1.5.0 |
239 | 2024-11-26T07:15:57.466Z | Downloaded xxhash-rust v0.8.12 |
240 | 2024-11-26T07:15:57.469Z | Downloaded filetime v0.2.25 |
241 | 2024-11-26T07:15:57.469Z | Downloaded openssl-probe v0.1.5 |
242 | 2024-11-26T07:15:57.472Z | Downloaded writeable v0.5.5 |
243 | 2024-11-26T07:15:57.474Z | Downloaded fixedbitset v0.4.2 |
244 | 2024-11-26T07:15:57.477Z | Downloaded curve25519-dalek-derive v0.1.1 |
245 | 2024-11-26T07:15:57.477Z | Downloaded zerocopy-derive v0.7.35 |
246 | 2024-11-26T07:15:57.480Z | Downloaded typenum v1.17.0 |
247 | 2024-11-26T07:15:57.483Z | Downloaded foreign-types-shared v0.1.1 |
248 | 2024-11-26T07:15:57.486Z | Downloaded errno v0.3.9 |
249 | 2024-11-26T07:15:57.488Z | Downloaded crypto-common v0.1.6 |
250 | 2024-11-26T07:15:57.488Z | Downloaded either v1.13.0 |
251 | 2024-11-26T07:15:57.490Z | Downloaded debug-ignore v1.0.5 |
252 | 2024-11-26T07:15:57.493Z | Downloaded spin v0.9.8 |
253 | 2024-11-26T07:15:57.495Z | Downloaded futures-core v0.3.31 |
254 | 2024-11-26T07:15:57.497Z | Downloaded form_urlencoded v1.2.1 |
255 | 2024-11-26T07:15:57.497Z | Downloaded zstd v0.13.2 |
256 | 2024-11-26T07:15:57.500Z | Downloaded rustc_version v0.4.1 |
257 | 2024-11-26T07:15:57.502Z | Downloaded heck v0.5.0 |
258 | 2024-11-26T07:15:57.505Z | Downloaded fnv v1.0.7 |
259 | 2024-11-26T07:15:57.505Z | Downloaded ed25519 v2.2.3 |
260 | 2024-11-26T07:15:57.507Z | Downloaded percent-encoding v2.3.1 |
261 | 2024-11-26T07:15:57.507Z | Downloaded home v0.5.9 |
262 | 2024-11-26T07:15:57.510Z | Downloaded openssl-macros v0.1.1 |
263 | 2024-11-26T07:15:57.510Z | Downloaded socket2 v0.5.7 |
264 | 2024-11-26T07:15:57.512Z | Downloaded addr2line v0.21.0 |
265 | 2024-11-26T07:15:57.515Z | Downloaded number_prefix v0.4.0 |
266 | 2024-11-26T07:15:57.515Z | Downloaded futures-task v0.3.31 |
267 | 2024-11-26T07:15:57.518Z | Downloaded futures-macro v0.3.31 |
268 | 2024-11-26T07:15:57.520Z | Downloaded generic-array v0.14.7 |
269 | 2024-11-26T07:15:57.520Z | Downloaded futures-executor v0.3.31 |
270 | 2024-11-26T07:15:57.523Z | Downloaded futures-io v0.3.31 |
271 | 2024-11-26T07:15:57.523Z | Downloaded futures-sink v0.3.31 |
272 | 2024-11-26T07:15:57.524Z | Downloaded base64ct v1.6.0 |
273 | 2024-11-26T07:15:57.526Z | Downloaded hyper-tls v0.6.0 |
274 | 2024-11-26T07:15:57.528Z | Downloaded rand_core v0.6.4 |
275 | 2024-11-26T07:15:57.531Z | Downloaded nextest-workspace-hack v0.1.0 |
276 | 2024-11-26T07:15:57.531Z | Downloaded mukti-metadata v0.2.1 |
277 | 2024-11-26T07:15:57.531Z | Downloaded humantime v2.1.0 |
278 | 2024-11-26T07:15:57.533Z | Downloaded http-body-util v0.1.2 |
279 | 2024-11-26T07:15:57.533Z | Downloaded future-queue v0.3.0 |
280 | 2024-11-26T07:15:57.537Z | Downloaded icu_normalizer v1.5.0 |
281 | 2024-11-26T07:15:57.540Z | Downloaded display-error-chain v0.2.2 |
282 | 2024-11-26T07:15:57.540Z | Downloaded crc32fast v1.4.2 |
283 | 2024-11-26T07:15:57.543Z | Downloaded serde_spanned v0.6.8 |
284 | 2024-11-26T07:15:57.545Z | Downloaded duct v0.13.7 |
285 | 2024-11-26T07:15:57.547Z | Downloaded displaydoc v0.2.5 |
286 | 2024-11-26T07:15:57.550Z | Downloaded dialoguer v0.11.0 |
287 | 2024-11-26T07:15:57.552Z | Downloaded vte v0.11.1 |
288 | 2024-11-26T07:15:57.555Z | Downloaded console v0.15.8 |
289 | 2024-11-26T07:15:57.558Z | Downloaded is_ci v1.2.0 |
290 | 2024-11-26T07:15:57.561Z | Downloaded indenter v0.3.3 |
291 | 2024-11-26T07:15:57.561Z | Downloaded quick-junit v0.5.1 |
292 | 2024-11-26T07:15:57.563Z | Downloaded once_cell v1.20.2 |
293 | 2024-11-26T07:15:57.567Z | Downloaded idna_adapter v1.2.0 |
294 | 2024-11-26T07:15:57.567Z | Downloaded rustc-hash v2.0.0 |
295 | 2024-11-26T07:15:57.571Z | Downloaded tracing-core v0.1.33 |
296 | 2024-11-26T07:15:57.573Z | Downloaded os_pipe v1.2.1 |
297 | 2024-11-26T07:15:57.573Z | Downloaded uuid v1.11.0 |
298 | 2024-11-26T07:15:57.576Z | Downloaded toml v0.8.19 |
299 | 2024-11-26T07:15:57.579Z | Downloaded lazy_static v1.5.0 |
300 | 2024-11-26T07:15:57.581Z | Downloaded serde_urlencoded v0.7.1 |
301 | 2024-11-26T07:15:57.581Z | Downloaded serde_ignored v0.1.10 |
302 | 2024-11-26T07:15:57.584Z | Downloaded getrandom v0.2.15 |
303 | 2024-11-26T07:15:57.586Z | Downloaded jobserver v0.1.32 |
304 | 2024-11-26T07:15:57.588Z | Downloaded tinyvec v1.8.0 |
305 | 2024-11-26T07:15:57.591Z | Downloaded cfg-expr v0.17.1 |
306 | 2024-11-26T07:15:57.593Z | Downloaded pkg-config v0.3.31 |
307 | 2024-11-26T07:15:57.596Z | Downloaded itoa v1.0.14 |
308 | 2024-11-26T07:15:57.596Z | Downloaded is_terminal_polyfill v1.70.1 |
309 | 2024-11-26T07:15:57.598Z | Downloaded iana-time-zone v0.1.61 |
310 | 2024-11-26T07:15:57.600Z | Downloaded miette-derive v7.2.0 |
311 | 2024-11-26T07:15:57.600Z | Downloaded mime v0.3.17 |
312 | 2024-11-26T07:15:57.602Z | Downloaded native-tls v0.2.12 |
313 | 2024-11-26T07:15:57.606Z | Downloaded pin-utils v0.1.0 |
314 | 2024-11-26T07:15:57.608Z | Downloaded globset v0.4.15 |
315 | 2024-11-26T07:15:57.608Z | Downloaded tar v0.4.43 |
316 | 2024-11-26T07:15:57.611Z | Downloaded log v0.4.22 |
317 | 2024-11-26T07:15:57.613Z | Downloaded eyre v0.6.12 |
318 | 2024-11-26T07:15:57.616Z | Downloaded self-replace v1.5.0 |
319 | 2024-11-26T07:15:57.618Z | Downloaded pathdiff v0.2.3 |
320 | 2024-11-26T07:15:57.622Z | Downloaded sha2 v0.10.8 |
321 | 2024-11-26T07:15:57.624Z | Downloaded nextest-metadata v0.12.1 |
322 | 2024-11-26T07:15:57.624Z | Downloaded proc-macro2 v1.0.92 |
323 | 2024-11-26T07:15:57.627Z | Downloaded bytes v1.8.0 |
324 | 2024-11-26T07:15:57.629Z | Downloaded config v0.14.1 |
325 | 2024-11-26T07:15:57.635Z | Downloaded quinn-udp v0.5.7 |
326 | 2024-11-26T07:15:57.638Z | Downloaded ppv-lite86 v0.2.20 |
327 | 2024-11-26T07:15:57.643Z | Downloaded url v2.5.4 |
328 | 2024-11-26T07:15:57.646Z | Downloaded futures-channel v0.3.31 |
329 | 2024-11-26T07:15:57.646Z | Downloaded quote v1.0.37 |
330 | 2024-11-26T07:15:57.649Z | Downloaded ryu v1.0.18 |
331 | 2024-11-26T07:15:57.652Z | Downloaded futures v0.3.31 |
332 | 2024-11-26T07:15:57.655Z | Downloaded icu_properties v1.5.1 |
333 | 2024-11-26T07:15:57.658Z | Downloaded rustc-demangle v0.1.24 |
334 | 2024-11-26T07:15:57.661Z | Downloaded backtrace v0.3.71 |
335 | 2024-11-26T07:15:57.664Z | Downloaded pin-project-lite v0.2.15 |
336 | 2024-11-26T07:15:57.669Z | Downloaded clap v4.5.21 |
337 | 2024-11-26T07:15:57.679Z | Downloaded nextest-filtering v0.12.0 |
338 | 2024-11-26T07:15:57.681Z | Downloaded base64 v0.21.7 |
339 | 2024-11-26T07:15:57.685Z | Downloaded rustls-pemfile v2.2.0 |
340 | 2024-11-26T07:15:57.687Z | Downloaded num-traits v0.2.19 |
341 | 2024-11-26T07:15:57.691Z | Downloaded ipnet v2.10.1 |
342 | 2024-11-26T07:15:57.694Z | Downloaded serde_derive v1.0.215 |
343 | 2024-11-26T07:15:57.696Z | Downloaded sharded-slab v0.1.7 |
344 | 2024-11-26T07:15:57.698Z | Downloaded miniz_oxide v0.8.0 |
345 | 2024-11-26T07:15:57.701Z | Downloaded pin-project v1.1.7 |
346 | 2024-11-26T07:15:57.711Z | Downloaded owo-colors v4.1.0 |
347 | 2024-11-26T07:15:57.716Z | Downloaded toml_edit v0.22.22 |
348 | 2024-11-26T07:15:57.734Z | Downloaded ron v0.8.1 |
349 | 2024-11-26T07:15:57.739Z | Downloaded openssl-sys v0.9.104 |
350 | 2024-11-26T07:15:57.744Z | Downloaded indexmap v2.6.0 |
351 | 2024-11-26T07:15:57.748Z | Downloaded icu_collections v1.5.0 |
352 | 2024-11-26T07:15:57.754Z | Downloaded rustls-pki-types v1.10.0 |
353 | 2024-11-26T07:15:57.757Z | Downloaded indicatif v0.17.9 |
354 | 2024-11-26T07:15:57.761Z | Downloaded rand v0.8.5 |
355 | 2024-11-26T07:15:57.765Z | Downloaded quinn v0.11.6 |
356 | 2024-11-26T07:15:57.768Z | Downloaded miette v7.2.0 |
357 | 2024-11-26T07:15:57.772Z | Downloaded memchr v2.7.4 |
358 | 2024-11-26T07:15:57.778Z | Downloaded minimal-lexical v0.2.1 |
359 | 2024-11-26T07:15:57.782Z | Downloaded zerovec v0.10.4 |
360 | 2024-11-26T07:15:57.789Z | Downloaded http v1.1.0 |
361 | 2024-11-26T07:15:57.793Z | Downloaded unicode-normalization v0.1.24 |
362 | 2024-11-26T07:15:57.797Z | Downloaded mio v1.0.2 |
363 | 2024-11-26T07:15:57.802Z | Downloaded flate2 v1.0.35 |
364 | 2024-11-26T07:15:57.808Z | Downloaded zerocopy v0.7.35 |
365 | 2024-11-26T07:15:57.824Z | Downloaded hyper-util v0.1.10 |
366 | 2024-11-26T07:15:57.829Z | Downloaded itertools v0.13.0 |
367 | 2024-11-26T07:15:57.837Z | Downloaded nom v7.1.3 |
368 | 2024-11-26T07:15:57.841Z | Downloaded idna v1.0.3 |
369 | 2024-11-26T07:15:57.844Z | Downloaded clap_builder v4.5.21 |
370 | 2024-11-26T07:15:57.850Z | Downloaded serde_json v1.0.133 |
371 | 2024-11-26T07:15:57.858Z | Downloaded hyper v1.5.1 |
372 | 2024-11-26T07:15:57.865Z | Downloaded quick-xml v0.23.1 |
373 | 2024-11-26T07:15:57.873Z | Downloaded aho-corasick v1.1.3 |
374 | 2024-11-26T07:15:57.877Z | Downloaded tracing-subscriber v0.3.18 |
375 | 2024-11-26T07:15:57.885Z | Downloaded color-spantrace v0.2.1 |
376 | 2024-11-26T07:15:57.889Z | Downloaded futures-util v0.3.31 |
377 | 2024-11-26T07:15:57.898Z | Downloaded reqwest v0.12.9 |
378 | 2024-11-26T07:15:57.907Z | Downloaded quick-xml v0.37.1 |
379 | 2024-11-26T07:15:57.913Z | Downloaded chrono v0.4.38 |
380 | 2024-11-26T07:15:57.918Z | Downloaded portable-atomic v1.10.0 |
381 | 2024-11-26T07:15:57.925Z | Downloaded icu_properties_data v1.5.0 |
382 | 2024-11-26T07:15:57.937Z | Downloaded nextest-runner v0.67.0 |
383 | 2024-11-26T07:15:57.946Z | Downloaded quinn-proto v0.11.9 |
384 | 2024-11-26T07:15:57.952Z | Downloaded object v0.32.2 |
385 | 2024-11-26T07:15:57.963Z | Downloaded regex v1.11.1 |
386 | 2024-11-26T07:15:57.976Z | Downloaded unicode-width v0.2.0 |
387 | 2024-11-26T07:15:57.981Z | Downloaded openssl v0.10.68 |
388 | 2024-11-26T07:15:57.990Z | Downloaded bstr v1.11.0 |
389 | 2024-11-26T07:15:58.001Z | Downloaded rustls v0.23.18 |
390 | 2024-11-26T07:15:58.011Z | Downloaded rustix v0.38.41 |
391 | 2024-11-26T07:15:58.033Z | Downloaded nix v0.29.0 |
392 | 2024-11-26T07:15:58.043Z | Downloaded unicode-width v0.1.14 |
393 | 2024-11-26T07:15:58.049Z | Downloaded regex-syntax v0.8.5 |
394 | 2024-11-26T07:15:58.055Z | Downloaded vcpkg v0.2.15 |
395 | 2024-11-26T07:15:58.092Z | Downloaded gimli v0.28.1 |
396 | 2024-11-26T07:15:58.098Z | Downloaded curve25519-dalek v4.1.3 |
397 | 2024-11-26T07:15:58.106Z | Downloaded webpki-roots v0.26.7 |
398 | 2024-11-26T07:15:58.109Z | Downloaded rustls-webpki v0.102.8 |
399 | 2024-11-26T07:15:58.126Z | Downloaded winnow v0.6.20 |
400 | 2024-11-26T07:15:58.134Z | Downloaded guppy v0.17.8 |
401 | 2024-11-26T07:15:58.140Z | Downloaded hashbrown v0.15.2 |
402 | 2024-11-26T07:15:58.145Z | Downloaded cc v1.2.1 |
403 | 2024-11-26T07:15:58.148Z | Downloaded color-eyre v0.6.3 |
404 | 2024-11-26T07:15:58.157Z | Downloaded owo-colors v3.5.0 |
405 | 2024-11-26T07:15:58.161Z | Downloaded self_update v0.41.0 |
406 | 2024-11-26T07:15:58.164Z | Downloaded miniz_oxide v0.7.4 |
407 | 2024-11-26T07:15:58.164Z | Downloaded serde v1.0.215 |
408 | 2024-11-26T07:15:58.167Z | Downloaded ed25519-dalek v2.1.1 |
409 | 2024-11-26T07:15:58.170Z | Downloaded der v0.7.9 |
410 | 2024-11-26T07:15:58.173Z | Downloaded borsh v1.5.3 |
411 | 2024-11-26T07:15:58.178Z | Downloaded base64 v0.22.1 |
412 | 2024-11-26T07:15:58.183Z | Downloaded tracing v0.1.40 |
413 | 2024-11-26T07:15:58.186Z | Downloaded pkcs8 v0.10.2 |
414 | 2024-11-26T07:15:58.190Z | Downloaded semver v1.0.23 |
415 | 2024-11-26T07:15:58.194Z | Downloaded const-oid v0.9.6 |
416 | 2024-11-26T07:15:58.194Z | Downloaded icu_normalizer_data v1.5.0 |
417 | 2024-11-26T07:15:58.196Z | Downloaded icu_provider v1.5.0 |
418 | 2024-11-26T07:15:58.199Z | Downloaded pin-project-internal v1.1.7 |
419 | 2024-11-26T07:15:58.199Z | Downloaded hyper-rustls v0.27.3 |
420 | 2024-11-26T07:15:58.202Z | Downloaded httparse v1.9.5 |
421 | 2024-11-26T07:15:58.204Z | Downloaded camino v1.1.9 |
422 | 2024-11-26T07:15:58.207Z | Downloaded regex-automata v0.4.9 |
423 | 2024-11-26T07:15:58.221Z | Downloaded tokio v1.41.1 |
424 | 2024-11-26T07:15:58.258Z | Downloaded litemap v0.7.4 |
425 | 2024-11-26T07:15:58.260Z | Downloaded clap_derive v4.5.18 |
426 | 2024-11-26T07:15:58.263Z | Downloaded cargo_metadata v0.18.1 |
427 | 2024-11-26T07:15:58.263Z | Downloaded serde_path_to_error v0.1.16 |
428 | 2024-11-26T07:15:58.266Z | Downloaded camino-tempfile v1.1.1 |
429 | 2024-11-26T07:15:58.266Z | Downloaded icu_locid_transform_data v1.5.0 |
430 | 2024-11-26T07:15:58.268Z | Downloaded petgraph v0.6.5 |
431 | 2024-11-26T07:15:58.283Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
432 | 2024-11-26T07:15:58.300Z | Downloaded unicode-ident v1.0.14 |
433 | 2024-11-26T07:15:58.303Z | Downloaded rand_chacha v0.3.1 |
434 | 2024-11-26T07:15:58.306Z | Downloaded anstream v0.6.18 |
435 | 2024-11-26T07:15:58.309Z | Downloaded fastrand v2.2.0 |
436 | 2024-11-26T07:15:58.309Z | Downloaded digest v0.10.7 |
437 | 2024-11-26T07:15:58.311Z | Downloaded clap_lex v0.7.3 |
438 | 2024-11-26T07:15:58.311Z | Downloaded block-buffer v0.10.4 |
439 | 2024-11-26T07:15:58.311Z | Downloaded cpufeatures v0.2.16 |
440 | 2024-11-26T07:15:58.314Z | Downloaded yoke v0.7.5 |
441 | 2024-11-26T07:15:58.314Z | Downloaded tokio-rustls v0.26.0 |
442 | 2024-11-26T07:15:58.317Z | Downloaded thiserror v2.0.3 |
443 | 2024-11-26T07:15:58.320Z | Downloaded libc v0.2.165 |
444 | 2024-11-26T07:15:58.344Z | Downloaded newtype-uuid v1.1.3 |
445 | 2024-11-26T07:15:58.347Z | Downloaded icu_provider_macros v1.5.0 |
446 | 2024-11-26T07:15:58.347Z | Downloaded cfg-if v1.0.0 |
447 | 2024-11-26T07:15:58.347Z | Downloaded anstyle-query v1.1.2 |
448 | 2024-11-26T07:15:58.350Z | Downloaded unicode-linebreak v0.1.5 |
449 | 2024-11-26T07:15:58.350Z | Downloaded zerofrom-derive v0.1.5 |
450 | 2024-11-26T07:15:58.350Z | Downloaded utf8parse v0.2.2 |
451 | 2024-11-26T07:15:58.353Z | Downloaded yoke-derive v0.7.5 |
452 | 2024-11-26T07:15:58.353Z | Downloaded anstyle v1.0.10 |
453 | 2024-11-26T07:15:58.353Z | Downloaded backtrace-ext v0.2.1 |
454 | 2024-11-26T07:15:58.355Z | Downloaded synstructure v0.13.1 |
455 | 2024-11-26T07:15:58.355Z | Downloaded want v0.3.1 |
456 | 2024-11-26T07:15:58.355Z | Downloaded toml_datetime v0.6.8 |
457 | 2024-11-26T07:15:58.358Z | Downloaded thiserror-impl v1.0.69 |
458 | 2024-11-26T07:15:58.401Z | Downloaded recursion v0.5.2 |
459 | 2024-11-26T07:15:58.565Z | Downloaded ring v0.17.8 |
460 | 2024-11-26T07:15:58.847Z | Compiling proc-macro2 v1.0.92 |
461 | 2024-11-26T07:15:58.847Z | Compiling unicode-ident v1.0.14 |
462 | 2024-11-26T07:15:58.847Z | Compiling libc v0.2.165 |
463 | 2024-11-26T07:15:58.850Z | Compiling cfg-if v1.0.0 |
464 | 2024-11-26T07:15:58.850Z | Compiling memchr v2.7.4 |
465 | 2024-11-26T07:15:58.850Z | Compiling serde v1.0.215 |
466 | 2024-11-26T07:15:58.850Z | Compiling shlex v1.3.0 |
467 | 2024-11-26T07:15:59.011Z | Compiling once_cell v1.20.2 |
468 | 2024-11-26T07:15:59.032Z | Compiling autocfg v1.4.0 |
469 | 2024-11-26T07:15:59.221Z | Compiling itoa v1.0.14 |
470 | 2024-11-26T07:15:59.375Z | Compiling pin-project-lite v0.2.15 |
471 | 2024-11-26T07:15:59.440Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T07:15:59.469Z | Compiling bitflags v2.6.0 |
473 | 2024-11-26T07:15:59.772Z | Compiling smallvec v1.13.2 |
474 | 2024-11-26T07:15:59.877Z | Compiling stable_deref_trait v1.2.0 |
475 | 2024-11-26T07:15:59.951Z | Compiling slab v0.4.9 |
476 | 2024-11-26T07:16:00.102Z | Compiling futures-core v0.3.31 |
477 | 2024-11-26T07:16:00.268Z | Compiling futures-sink v0.3.31 |
478 | 2024-11-26T07:16:00.371Z | Compiling futures-channel v0.3.31 |
479 | 2024-11-26T07:16:00.689Z | Compiling serde_json v1.0.133 |
480 | 2024-11-26T07:16:00.865Z | Compiling futures-task v0.3.31 |
481 | 2024-11-26T07:16:00.988Z | Compiling ryu v1.0.18 |
482 | 2024-11-26T07:16:01.063Z | Compiling futures-io v0.3.31 |
483 | 2024-11-26T07:16:01.117Z | Compiling bytes v1.8.0 |
484 | 2024-11-26T07:16:01.121Z | Compiling pin-utils v0.1.0 |
485 | 2024-11-26T07:16:01.239Z | Compiling tracing-core v0.1.33 |
486 | 2024-11-26T07:16:01.351Z | Compiling litemap v0.7.4 |
487 | 2024-11-26T07:16:01.386Z | Compiling writeable v0.5.5 |
488 | 2024-11-26T07:16:01.524Z | Compiling fnv v1.0.7 |
489 | 2024-11-26T07:16:01.691Z | Compiling thiserror v1.0.69 |
490 | 2024-11-26T07:16:01.850Z | Compiling log v0.4.22 |
491 | 2024-11-26T07:16:01.948Z | Compiling jobserver v0.1.32 |
492 | 2024-11-26T07:16:02.278Z | Compiling quote v1.0.37 |
493 | 2024-11-26T07:16:02.398Z | Compiling cc v1.2.1 |
494 | 2024-11-26T07:16:02.623Z | Compiling errno v0.3.9 |
495 | 2024-11-26T07:16:02.748Z | Compiling syn v2.0.89 |
496 | 2024-11-26T07:16:02.851Z | Compiling getrandom v0.2.15 |
497 | 2024-11-26T07:16:02.980Z | Compiling camino v1.1.9 |
498 | 2024-11-26T07:16:03.108Z | Compiling lazy_static v1.5.0 |
499 | 2024-11-26T07:16:03.128Z | Compiling mio v1.0.2 |
500 | 2024-11-26T07:16:03.166Z | Compiling socket2 v0.5.7 |
501 | 2024-11-26T07:16:03.200Z | Compiling signal-hook-registry v1.4.2 |
502 | 2024-11-26T07:16:03.808Z | Compiling equivalent v1.0.1 |
503 | 2024-11-26T07:16:03.903Z | Compiling target-lexicon v0.12.16 |
504 | 2024-11-26T07:16:03.939Z | Compiling icu_locid_transform_data v1.5.0 |
505 | 2024-11-26T07:16:04.030Z | Compiling hashbrown v0.15.2 |
506 | 2024-11-26T07:16:04.712Z | Compiling rustls-pki-types v1.10.0 |
507 | 2024-11-26T07:16:04.721Z | Compiling unicode-width v0.1.14 |
508 | 2024-11-26T07:16:04.775Z | Compiling http v1.1.0 |
509 | 2024-11-26T07:16:04.875Z | Compiling byteorder v1.5.0 |
510 | 2024-11-26T07:16:05.257Z | Compiling adler v1.0.2 |
511 | 2024-11-26T07:16:05.278Z | Compiling guppy-workspace-hack v0.1.0 |
512 | 2024-11-26T07:16:05.449Z | Compiling httparse v1.9.5 |
513 | 2024-11-26T07:16:05.502Z | Compiling utf8parse v0.2.2 |
514 | 2024-11-26T07:16:05.575Z | Compiling icu_properties_data v1.5.0 |
515 | 2024-11-26T07:16:05.660Z | Compiling untrusted v0.9.0 |
516 | 2024-11-26T07:16:05.809Z | Compiling gimli v0.28.1 |
517 | 2024-11-26T07:16:05.839Z | Compiling spin v0.9.8 |
518 | 2024-11-26T07:16:06.038Z | Compiling semver v1.0.23 |
519 | 2024-11-26T07:16:06.093Z | Compiling ring v0.17.8 |
520 | 2024-11-26T07:16:06.109Z | Compiling backtrace v0.3.71 |
521 | 2024-11-26T07:16:06.517Z | Compiling http-body v1.0.1 |
522 | 2024-11-26T07:16:06.657Z | Compiling miniz_oxide v0.7.4 |
523 | 2024-11-26T07:16:06.761Z | Compiling object v0.32.2 |
524 | 2024-11-26T07:16:07.596Z | Compiling target-spec v3.2.2 |
525 | 2024-11-26T07:16:07.877Z | Compiling pkg-config v0.3.31 |
526 | 2024-11-26T07:16:07.920Z | Compiling fastrand v2.2.0 |
527 | 2024-11-26T07:16:08.099Z | Compiling try-lock v0.2.5 |
528 | 2024-11-26T07:16:08.212Z | Compiling rustls v0.23.18 |
529 | 2024-11-26T07:16:08.517Z | Compiling utf8_iter v1.0.4 |
530 | 2024-11-26T07:16:08.582Z | Compiling icu_normalizer_data v1.5.0 |
531 | 2024-11-26T07:16:08.678Z | Compiling utf16_iter v1.0.5 |
532 | 2024-11-26T07:16:08.736Z | Compiling write16 v1.0.0 |
533 | 2024-11-26T07:16:08.860Z | Compiling rustc-demangle v0.1.24 |
534 | 2024-11-26T07:16:08.876Z | Compiling zeroize v1.8.1 |
535 | 2024-11-26T07:16:09.067Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
536 | 2024-11-26T07:16:09.193Z | Compiling tempfile v3.14.0 |
537 | 2024-11-26T07:16:09.334Z | Compiling want v0.3.1 |
538 | 2024-11-26T07:16:09.656Z | Compiling cfg-expr v0.17.1 |
539 | 2024-11-26T07:16:10.838Z | Compiling synstructure v0.13.1 |
540 | 2024-11-26T07:16:10.965Z | Compiling addr2line v0.21.0 |
541 | 2024-11-26T07:16:11.112Z | Compiling aho-corasick v1.1.3 |
542 | 2024-11-26T07:16:11.757Z | Compiling owo-colors v4.1.0 |
543 | 2024-11-26T07:16:11.788Z | Compiling percent-encoding v2.3.1 |
544 | 2024-11-26T07:16:11.975Z | Compiling version_check v0.9.5 |
545 | 2024-11-26T07:16:12.012Z | Compiling subtle v2.6.1 |
546 | 2024-11-26T07:16:12.037Z | Compiling regex-syntax v0.8.5 |
547 | 2024-11-26T07:16:12.250Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-11-26T07:16:12.535Z | Compiling ahash v0.8.11 |
549 | 2024-11-26T07:16:12.730Z | Compiling num-traits v0.2.19 |
550 | 2024-11-26T07:16:12.841Z | Compiling tower-service v0.3.3 |
551 | 2024-11-26T07:16:12.960Z | Compiling winnow v0.6.20 |
552 | 2024-11-26T07:16:13.015Z | Compiling nextest-workspace-hack v0.1.0 |
553 | 2024-11-26T07:16:13.317Z | Compiling portable-atomic v1.10.0 |
554 | 2024-11-26T07:16:14.661Z | Compiling unicode-width v0.2.0 |
555 | 2024-11-26T07:16:15.127Z | Compiling serde_derive v1.0.215 |
556 | 2024-11-26T07:16:15.180Z | Compiling zerofrom-derive v0.1.5 |
557 | 2024-11-26T07:16:17.128Z | Compiling yoke-derive v0.7.5 |
558 | 2024-11-26T07:16:19.116Z | Compiling zerofrom v0.1.5 |
559 | 2024-11-26T07:16:19.339Z | Compiling zerovec-derive v0.10.3 |
560 | 2024-11-26T07:16:19.771Z | Compiling yoke v0.7.5 |
561 | 2024-11-26T07:16:20.184Z | Compiling displaydoc v0.2.5 |
562 | 2024-11-26T07:16:21.680Z | Compiling zerovec v0.10.4 |
563 | 2024-11-26T07:16:21.743Z | Compiling futures-macro v0.3.31 |
564 | 2024-11-26T07:16:23.391Z | Compiling futures-util v0.3.31 |
565 | 2024-11-26T07:16:24.557Z | Compiling tinystr v0.7.6 |
566 | 2024-11-26T07:16:24.684Z | Compiling icu_provider_macros v1.5.0 |
567 | 2024-11-26T07:16:25.031Z | Compiling icu_locid v1.5.0 |
568 | 2024-11-26T07:16:25.190Z | Compiling thiserror-impl v1.0.69 |
569 | 2024-11-26T07:16:25.857Z | Compiling tokio-macros v2.4.0 |
570 | 2024-11-26T07:16:27.369Z | Compiling icu_provider v1.5.0 |
571 | 2024-11-26T07:16:27.612Z | Compiling tracing-attributes v0.1.27 |
572 | 2024-11-26T07:16:28.183Z | Compiling icu_locid_transform v1.5.0 |
573 | 2024-11-26T07:16:29.147Z | Compiling indexmap v2.6.0 |
574 | 2024-11-26T07:16:29.893Z | Compiling tokio v1.41.1 |
575 | 2024-11-26T07:16:30.857Z | Compiling icu_collections v1.5.0 |
576 | 2024-11-26T07:16:30.923Z | Compiling tracing v0.1.40 |
577 | 2024-11-26T07:16:30.940Z | Compiling zerocopy-derive v0.7.35 |
578 | 2024-11-26T07:16:32.324Z | Compiling icu_properties v1.5.1 |
579 | 2024-11-26T07:16:33.080Z | Compiling zerocopy v0.7.35 |
580 | 2024-11-26T07:16:34.080Z | Compiling rustls-webpki v0.102.8 |
581 | 2024-11-26T07:16:34.894Z | Compiling regex-automata v0.4.9 |
582 | 2024-11-26T07:16:38.541Z | Compiling icu_normalizer v1.5.0 |
583 | 2024-11-26T07:16:38.775Z | Compiling hyper v1.5.1 |
584 | 2024-11-26T07:16:39.385Z | Compiling either v1.13.0 |
585 | 2024-11-26T07:16:39.843Z | Compiling idna_adapter v1.2.0 |
586 | 2024-11-26T07:16:40.043Z | Compiling unicode-linebreak v0.1.5 |
587 | 2024-11-26T07:16:40.572Z | Compiling is_ci v1.2.0 |
588 | 2024-11-26T07:16:40.845Z | Compiling smawk v0.3.2 |
589 | 2024-11-26T07:16:41.069Z | Compiling textwrap v0.16.1 |
590 | 2024-11-26T07:16:42.374Z | Compiling tokio-rustls v0.26.0 |
591 | 2024-11-26T07:16:42.839Z | Compiling supports-color v3.0.1 |
592 | 2024-11-26T07:16:43.231Z | Compiling hyper-util v0.1.10 |
593 | 2024-11-26T07:16:43.723Z | Compiling idna v1.0.3 |
594 | 2024-11-26T07:16:44.671Z | Compiling pathdiff v0.2.3 |
595 | 2024-11-26T07:16:44.846Z | Compiling cargo-platform v0.1.8 |
596 | 2024-11-26T07:16:45.973Z | Compiling serde_spanned v0.6.8 |
597 | 2024-11-26T07:16:46.224Z | Compiling toml_datetime v0.6.8 |
598 | 2024-11-26T07:16:46.915Z | Compiling miette-derive v7.2.0 |
599 | 2024-11-26T07:16:46.984Z | Compiling backtrace-ext v0.2.1 |
600 | 2024-11-26T07:16:48.704Z | Compiling terminal_size v0.3.0 |
601 | 2024-11-26T07:16:48.914Z | Compiling webpki-roots v0.26.7 |
602 | 2024-11-26T07:16:49.124Z | Compiling console v0.15.8 |
603 | 2024-11-26T07:16:49.443Z | Compiling sharded-slab v0.1.7 |
604 | 2024-11-26T07:16:49.800Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-11-26T07:16:50.441Z | Compiling tracing-log v0.2.0 |
606 | 2024-11-26T07:16:50.667Z | Compiling thread_local v1.1.8 |
607 | 2024-11-26T07:16:51.028Z | Compiling adler2 v2.0.0 |
608 | 2024-11-26T07:16:51.281Z | Compiling newtype-uuid v1.1.3 |
609 | 2024-11-26T07:16:51.355Z | Compiling supports-unicode v3.0.0 |
610 | 2024-11-26T07:16:51.612Z | Compiling supports-hyperlinks v3.0.0 |
611 | 2024-11-26T07:16:51.631Z | Compiling thiserror v2.0.3 |
612 | 2024-11-26T07:16:51.738Z | Compiling cfg_aliases v0.2.1 |
613 | 2024-11-26T07:16:51.836Z | Compiling fixedbitset v0.4.2 |
614 | 2024-11-26T07:16:51.955Z | Compiling zstd-safe v7.2.1 |
615 | 2024-11-26T07:16:52.173Z | Compiling petgraph v0.6.5 |
616 | 2024-11-26T07:16:52.283Z | Compiling nix v0.29.0 |
617 | 2024-11-26T07:16:52.487Z | Compiling miette v7.2.0 |
618 | 2024-11-26T07:16:52.618Z | Compiling miniz_oxide v0.8.0 |
619 | 2024-11-26T07:16:53.097Z | Compiling tracing-subscriber v0.3.18 |
620 | 2024-11-26T07:16:55.289Z | Compiling vte v0.11.1 |
621 | 2024-11-26T07:16:55.757Z | Compiling hyper-rustls v0.27.3 |
622 | 2024-11-26T07:16:59.199Z | Compiling toml_edit v0.22.22 |
623 | 2024-11-26T07:16:59.262Z | Compiling cargo_metadata v0.18.1 |
624 | 2024-11-26T07:16:59.499Z | Compiling url v2.5.4 |
625 | 2024-11-26T07:17:00.966Z | Compiling itertools v0.13.0 |
626 | 2024-11-26T07:17:02.724Z | Compiling regex v1.11.1 |
627 | 2024-11-26T07:17:04.685Z | Compiling ppv-lite86 v0.2.20 |
628 | 2024-11-26T07:17:04.781Z | Compiling futures-executor v0.3.31 |
629 | 2024-11-26T07:17:05.066Z | Compiling http-body-util v0.1.2 |
630 | 2024-11-26T07:17:05.606Z | Compiling serde_urlencoded v0.7.1 |
631 | 2024-11-26T07:17:05.649Z | Compiling smol_str v0.3.2 |
632 | 2024-11-26T07:17:05.971Z | Compiling thiserror-impl v2.0.3 |
633 | 2024-11-26T07:17:06.196Z | Compiling pin-project-internal v1.1.7 |
634 | 2024-11-26T07:17:06.291Z | Compiling anstyle-parse v0.2.6 |
635 | 2024-11-26T07:17:06.350Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T07:17:06.655Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-11-26T07:17:06.671Z | Compiling uuid v1.11.0 |
638 | 2024-11-26T07:17:07.109Z | Compiling rand_core v0.6.4 |
639 | 2024-11-26T07:17:07.548Z | Compiling filetime v0.2.25 |
640 | 2024-11-26T07:17:07.775Z | Compiling sync_wrapper v1.0.2 |
641 | 2024-11-26T07:17:07.898Z | Compiling bstr v1.11.0 |
642 | 2024-11-26T07:17:07.928Z | Compiling crc32fast v1.4.2 |
643 | 2024-11-26T07:17:08.415Z | Compiling self_update v0.41.0 |
644 | 2024-11-26T07:17:08.770Z | Compiling indenter v0.3.3 |
645 | 2024-11-26T07:17:08.946Z | Compiling base64 v0.22.1 |
646 | 2024-11-26T07:17:08.969Z | Compiling iana-time-zone v0.1.61 |
647 | 2024-11-26T07:17:08.989Z | Compiling static_assertions v1.1.0 |
648 | 2024-11-26T07:17:09.081Z | Compiling eyre v0.6.12 |
649 | 2024-11-26T07:17:09.340Z | Compiling tinyvec_macros v0.1.1 |
650 | 2024-11-26T07:17:09.425Z | Compiling is_terminal_polyfill v1.70.1 |
651 | 2024-11-26T07:17:09.527Z | Compiling number_prefix v0.4.0 |
652 | 2024-11-26T07:17:09.601Z | Compiling colorchoice v1.0.3 |
653 | 2024-11-26T07:17:09.652Z | Compiling anstyle-query v1.1.2 |
654 | 2024-11-26T07:17:09.759Z | Compiling ipnet v2.10.1 |
655 | 2024-11-26T07:17:09.762Z | Compiling minimal-lexical v0.2.1 |
656 | 2024-11-26T07:17:09.796Z | Compiling anstyle v1.0.10 |
657 | 2024-11-26T07:17:10.013Z | Compiling nested v0.1.1 |
658 | 2024-11-26T07:17:10.321Z | Compiling debug-ignore v1.0.5 |
659 | 2024-11-26T07:17:10.362Z | Compiling mime v0.3.17 |
660 | 2024-11-26T07:17:10.365Z | Compiling anstream v0.6.18 |
661 | 2024-11-26T07:17:10.456Z | Compiling guppy v0.17.8 |
662 | 2024-11-26T07:17:11.180Z | Compiling reqwest v0.12.9 |
663 | 2024-11-26T07:17:11.444Z | Compiling nom v7.1.3 |
664 | 2024-11-26T07:17:11.469Z | Compiling indicatif v0.17.9 |
665 | 2024-11-26T07:17:13.255Z | Compiling tinyvec v1.8.0 |
666 | 2024-11-26T07:17:14.944Z | Compiling chrono v0.4.38 |
667 | 2024-11-26T07:17:15.570Z | Compiling pin-project v1.1.7 |
668 | 2024-11-26T07:17:15.695Z | Compiling globset v0.4.15 |
669 | 2024-11-26T07:17:15.867Z | Compiling flate2 v1.0.35 |
670 | 2024-11-26T07:17:17.181Z | Compiling tar v0.4.43 |
671 | 2024-11-26T07:17:18.702Z | Compiling rand_chacha v0.3.1 |
672 | 2024-11-26T07:17:20.488Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T07:17:20.722Z | Compiling futures v0.3.31 |
674 | 2024-11-26T07:17:20.837Z | Compiling toml v0.8.19 |
675 | 2024-11-26T07:17:22.122Z | Compiling strip-ansi-escapes v0.2.0 |
676 | 2024-11-26T07:17:22.853Z | Compiling tracing-error v0.2.0 |
677 | 2024-11-26T07:17:23.284Z | Compiling self-replace v1.5.0 |
678 | 2024-11-26T07:17:23.317Z | Compiling terminal_size v0.4.0 |
679 | 2024-11-26T07:17:23.530Z | Compiling shared_child v1.0.1 |
680 | 2024-11-26T07:17:23.830Z | Compiling os_pipe v1.2.1 |
681 | 2024-11-26T07:17:23.943Z | Compiling quick-xml v0.37.1 |
682 | 2024-11-26T07:17:24.102Z | Compiling quick-xml v0.23.1 |
683 | 2024-11-26T07:17:24.177Z | Compiling strsim v0.11.1 |
684 | 2024-11-26T07:17:24.720Z | Compiling owo-colors v3.5.0 |
685 | 2024-11-26T07:17:26.147Z | Compiling unicase v2.8.0 |
686 | 2024-11-26T07:17:26.554Z | Compiling humantime v2.1.0 |
687 | 2024-11-26T07:17:26.689Z | Compiling shell-words v1.1.0 |
688 | 2024-11-26T07:17:27.096Z | Compiling clap_lex v0.7.3 |
689 | 2024-11-26T07:17:27.401Z | Compiling urlencoding v2.1.3 |
690 | 2024-11-26T07:17:27.543Z | Compiling heck v0.5.0 |
691 | 2024-11-26T07:17:27.614Z | Compiling recursion v0.5.2 |
692 | 2024-11-26T07:17:27.799Z | Compiling nextest-filtering v0.12.0 |
693 | 2024-11-26T07:17:27.837Z | Compiling clap_builder v4.5.21 |
694 | 2024-11-26T07:17:27.944Z | Compiling clap_derive v4.5.18 |
695 | 2024-11-26T07:17:28.311Z | Compiling color-spantrace v0.2.1 |
696 | 2024-11-26T07:17:29.264Z | Compiling humantime-serde v1.1.1 |
697 | 2024-11-26T07:17:29.516Z | Compiling quick-junit v0.5.1 |
698 | 2024-11-26T07:17:31.988Z | Compiling duct v0.13.7 |
699 | 2024-11-26T07:17:32.789Z | Compiling cargo-nextest v0.9.84 |
700 | 2024-11-26T07:17:33.950Z | Compiling config v0.14.1 |
701 | 2024-11-26T07:17:35.737Z | Compiling async-scoped v0.9.0 |
702 | 2024-11-26T07:17:36.036Z | Compiling rand v0.8.5 |
703 | 2024-11-26T07:17:36.051Z | Compiling zstd v0.13.2 |
704 | 2024-11-26T07:17:36.654Z | Compiling unicode-normalization v0.1.24 |
705 | 2024-11-26T07:17:37.887Z | Compiling target-spec-miette v0.4.0 |
706 | 2024-11-26T07:17:37.978Z | Compiling mukti-metadata v0.2.1 |
707 | 2024-11-26T07:17:38.153Z | Compiling camino-tempfile v1.1.1 |
708 | 2024-11-26T07:17:38.627Z | Compiling future-queue v0.3.0 |
709 | 2024-11-26T07:17:38.915Z | Compiling serde_path_to_error v0.1.16 |
710 | 2024-11-26T07:17:38.955Z | Compiling serde_ignored v0.1.10 |
711 | 2024-11-26T07:17:39.060Z | Compiling atomicwrites v0.4.4 |
712 | 2024-11-26T07:17:39.394Z | Compiling home v0.5.9 |
713 | 2024-11-26T07:17:39.603Z | Compiling display-error-chain v0.2.2 |
714 | 2024-11-26T07:17:39.688Z | Compiling xxhash-rust v0.8.12 |
715 | 2024-11-26T07:17:39.808Z | Compiling swrite v0.1.0 |
716 | 2024-11-26T07:17:39.938Z | Compiling nextest-runner v0.67.0 |
717 | 2024-11-26T07:17:39.955Z | Compiling color-eyre v0.6.3 |
718 | 2024-11-26T07:17:39.996Z | Compiling clap v4.5.21 |
719 | 2024-11-26T07:17:40.111Z | Compiling dialoguer v0.11.0 |
720 | 2024-11-26T07:17:43.176Z | Compiling enable-ansi-support v0.2.1 |
721 | 2024-11-26T07:18:19.136Z | Finished `release` profile [optimized] target(s) in 2m 23s |
722 | 2024-11-26T07:18:19.353Z | Installing /home/build/.cargo/bin/cargo-nextest |
723 | 2024-11-26T07:18:19.356Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
724 | 2024-11-26T07:18:19.452Z | + banner bfd |
725 | 2024-11-26T07:18:19.544Z | |
726 | 2024-11-26T07:18:19.544Z | ##### ###### ##### |
727 | 2024-11-26T07:18:19.544Z | # # # # # |
728 | 2024-11-26T07:18:19.544Z | ##### ##### # # |
729 | 2024-11-26T07:18:19.544Z | # # # # # |
730 | 2024-11-26T07:18:19.544Z | # # # # # |
731 | 2024-11-26T07:18:19.544Z | ##### # ##### |
732 | 2024-11-26T07:18:19.544Z | |
733 | 2024-11-26T07:18:19.547Z | + cargo nextest run -p bfd --nocapture |
734 | 2024-11-26T07:18:19.825Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
735 | 2024-11-26T07:18:20.049Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
736 | 2024-11-26T07:18:20.248Z | From https://www.github.com/oxidecomputer/oxnet |
737 | 2024-11-26T07:18:20.248Z | * [new branch] ci -> origin/ci |
738 | 2024-11-26T07:18:20.251Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
739 | 2024-11-26T07:18:20.251Z | * [new branch] main -> origin/main |
740 | 2024-11-26T07:18:20.251Z | * [new ref] -> origin/HEAD |
741 | 2024-11-26T07:18:20.260Z | Updating crates.io index |
742 | 2024-11-26T07:18:20.263Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
743 | 2024-11-26T07:18:20.961Z | From https://github.com/oxidecomputer/falcon |
744 | 2024-11-26T07:18:20.961Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
745 | 2024-11-26T07:18:21.123Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
746 | 2024-11-26T07:18:22.212Z | From https://github.com/oxidecomputer/dendrite |
747 | 2024-11-26T07:18:22.212Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
748 | 2024-11-26T07:18:22.252Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-11-26T07:18:22.618Z | From https://github.com/oxidecomputer/ispf |
750 | 2024-11-26T07:18:22.618Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
751 | 2024-11-26T07:18:22.643Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-11-26T07:18:23.097Z | From https://github.com/oxidecomputer/netadm-sys |
753 | 2024-11-26T07:18:23.097Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
754 | 2024-11-26T07:18:23.109Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
755 | 2024-11-26T07:18:27.147Z | From https://github.com/oxidecomputer/omicron |
756 | 2024-11-26T07:18:27.147Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
757 | 2024-11-26T07:18:27.177Z | * [new tag] dogfood -> dogfood |
758 | 2024-11-26T07:18:27.179Z | * [new tag] v5 -> v5 |
759 | 2024-11-26T07:18:27.179Z | * [new tag] v6 -> v6 |
760 | 2024-11-26T07:18:27.179Z | * [new tag] v7 -> v7 |
761 | 2024-11-26T07:18:27.179Z | * [new tag] v8 -> v8 |
762 | 2024-11-26T07:18:27.179Z | * [new tag] v9 -> v9 |
763 | 2024-11-26T07:18:27.536Z | Updating git repository `https://github.com/oxidecomputer/opte` |
764 | 2024-11-26T07:18:28.485Z | From https://github.com/oxidecomputer/opte |
765 | 2024-11-26T07:18:28.485Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
766 | 2024-11-26T07:18:28.529Z | Updating git repository `https://github.com/illumos/smf-rs` |
767 | 2024-11-26T07:18:28.868Z | From https://github.com/illumos/smf-rs |
768 | 2024-11-26T07:18:28.868Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
769 | 2024-11-26T07:18:28.910Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
770 | 2024-11-26T07:18:29.605Z | From https://github.com/oxidecomputer/maghemite |
771 | 2024-11-26T07:18:29.605Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
772 | 2024-11-26T07:18:29.621Z | * [new tag] rift -> rift |
773 | 2024-11-26T07:18:29.624Z | * [new tag] srp -> srp |
774 | 2024-11-26T07:18:29.624Z | * [new tag] tie-spf -> tie-spf |
775 | 2024-11-26T07:18:29.692Z | Updating git repository `https://github.com/oxidecomputer/zone` |
776 | 2024-11-26T07:18:30.068Z | From https://github.com/oxidecomputer/zone |
777 | 2024-11-26T07:18:30.069Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
778 | 2024-11-26T07:18:30.110Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
779 | 2024-11-26T07:18:30.778Z | From https://github.com/oxidecomputer/propolis |
780 | 2024-11-26T07:18:30.778Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
781 | 2024-11-26T07:18:30.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
782 | 2024-11-26T07:18:31.285Z | From https://github.com/oxidecomputer/dlpi-sys |
783 | 2024-11-26T07:18:31.285Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
784 | 2024-11-26T07:18:31.299Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
785 | 2024-11-26T07:18:31.694Z | From https://github.com/jmesmon/rust-libzfs |
786 | 2024-11-26T07:18:31.694Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
787 | 2024-11-26T07:18:31.710Z | * [new tag] v0.4.0 -> v0.4.0 |
788 | 2024-11-26T07:18:31.725Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
789 | 2024-11-26T07:18:32.067Z | From https://github.com/oxidecomputer/rusty-doors |
790 | 2024-11-26T07:18:32.067Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
791 | 2024-11-26T07:18:32.203Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
792 | 2024-11-26T07:18:32.656Z | From https://github.com/oxidecomputer/maghemite |
793 | 2024-11-26T07:18:32.656Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
794 | 2024-11-26T07:18:32.709Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
795 | 2024-11-26T07:18:33.061Z | From https://github.com/oxidecomputer/serde_human_bytes |
796 | 2024-11-26T07:18:33.061Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
797 | 2024-11-26T07:18:33.082Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
798 | 2024-11-26T07:18:33.466Z | From https://github.com/oxidecomputer/slog-error-chain |
799 | 2024-11-26T07:18:33.466Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
800 | 2024-11-26T07:18:33.520Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
801 | 2024-11-26T07:18:33.892Z | From https://github.com/oxidecomputer/poptrie |
802 | 2024-11-26T07:18:33.892Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
803 | 2024-11-26T07:18:33.919Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
804 | 2024-11-26T07:18:34.344Z | From https://github.com/illumos/libscf-sys |
805 | 2024-11-26T07:18:34.344Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
806 | 2024-11-26T07:18:34.360Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
807 | 2024-11-26T07:18:35.250Z | From https://github.com/oxidecomputer/progenitor |
808 | 2024-11-26T07:18:35.250Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
809 | 2024-11-26T07:18:35.270Z | * [new tag] v0.1.1 -> v0.1.1 |
810 | 2024-11-26T07:18:35.273Z | * [new tag] v0.2.0 -> v0.2.0 |
811 | 2024-11-26T07:18:35.273Z | * [new tag] v0.3.0 -> v0.3.0 |
812 | 2024-11-26T07:18:35.273Z | * [new tag] v0.4.0 -> v0.4.0 |
813 | 2024-11-26T07:18:35.273Z | * [new tag] v0.5.0 -> v0.5.0 |
814 | 2024-11-26T07:18:35.273Z | * [new tag] v0.6.0 -> v0.6.0 |
815 | 2024-11-26T07:18:35.273Z | * [new tag] v0.7.0 -> v0.7.0 |
816 | 2024-11-26T07:18:35.510Z | Updating git repository `https://github.com/oxidecomputer/typify` |
817 | 2024-11-26T07:18:36.315Z | From https://github.com/oxidecomputer/typify |
818 | 2024-11-26T07:18:36.315Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
819 | 2024-11-26T07:18:36.317Z | * [new tag] v0.2.0 -> v0.2.0 |
820 | 2024-11-26T07:18:36.334Z | * [new tag] v0.0.10 -> v0.0.10 |
821 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.11 -> v0.0.11 |
822 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.12 -> v0.0.12 |
823 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.13 -> v0.0.13 |
824 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.14 -> v0.0.14 |
825 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.15 -> v0.0.15 |
826 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.16 -> v0.0.16 |
827 | 2024-11-26T07:18:36.336Z | * [new tag] v0.0.4 -> v0.0.4 |
828 | 2024-11-26T07:18:36.337Z | * [new tag] v0.0.5 -> v0.0.5 |
829 | 2024-11-26T07:18:36.337Z | * [new tag] v0.0.7 -> v0.0.7 |
830 | 2024-11-26T07:18:36.337Z | * [new tag] v0.0.8 -> v0.0.8 |
831 | 2024-11-26T07:18:36.337Z | * [new tag] v0.0.9 -> v0.0.9 |
832 | 2024-11-26T07:18:36.337Z | * [new tag] v0.1.0 -> v0.1.0 |
833 | 2024-11-26T07:18:36.471Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
834 | 2024-11-26T07:18:38.242Z | From https://github.com/oxidecomputer/crucible |
835 | 2024-11-26T07:18:38.242Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
836 | 2024-11-26T07:18:38.299Z | Updating git repository `https://github.com/oxidecomputer/opte` |
837 | 2024-11-26T07:18:38.758Z | From https://github.com/oxidecomputer/opte |
838 | 2024-11-26T07:18:38.758Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
839 | 2024-11-26T07:18:38.813Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
840 | 2024-11-26T07:18:39.498Z | From https://github.com/oxidecomputer/management-gateway-service |
841 | 2024-11-26T07:18:39.498Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
842 | 2024-11-26T07:18:40.447Z | Locking 21 packages to latest compatible versions |
843 | 2024-11-26T07:18:40.451Z | Updating async-stream v0.3.5 -> v0.3.6 |
844 | 2024-11-26T07:18:40.451Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
845 | 2024-11-26T07:18:40.471Z | Adding dropshot v0.13.0 |
846 | 2024-11-26T07:18:40.474Z | Adding dropshot_endpoint v0.13.0 |
847 | 2024-11-26T07:18:40.474Z | Updating futures v0.3.30 -> v0.3.31 |
848 | 2024-11-26T07:18:40.474Z | Updating futures-channel v0.3.30 -> v0.3.31 |
849 | 2024-11-26T07:18:40.492Z | Updating futures-core v0.3.30 -> v0.3.31 |
850 | 2024-11-26T07:18:40.492Z | Updating futures-executor v0.3.30 -> v0.3.31 |
851 | 2024-11-26T07:18:40.493Z | Updating futures-io v0.3.30 -> v0.3.31 |
852 | 2024-11-26T07:18:40.493Z | Updating futures-macro v0.3.30 -> v0.3.31 |
853 | 2024-11-26T07:18:40.493Z | Updating futures-sink v0.3.30 -> v0.3.31 |
854 | 2024-11-26T07:18:40.493Z | Updating futures-task v0.3.30 -> v0.3.31 |
855 | 2024-11-26T07:18:40.493Z | Updating futures-util v0.3.30 -> v0.3.31 |
856 | 2024-11-26T07:18:40.496Z | Adding hashbrown v0.15.2 |
857 | 2024-11-26T07:18:40.496Z | Updating indexmap v2.5.0 -> v2.6.0 |
858 | 2024-11-26T07:18:40.504Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
859 | 2024-11-26T07:18:40.538Z | Updating serde v1.0.210 -> v1.0.215 |
860 | 2024-11-26T07:18:40.540Z | Updating serde_derive v1.0.210 -> v1.0.215 |
861 | 2024-11-26T07:18:40.546Z | Updating syn v2.0.77 -> v2.0.89 |
862 | 2024-11-26T07:18:40.549Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
863 | 2024-11-26T07:18:40.549Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
864 | 2024-11-26T07:18:40.641Z | Downloading crates ... |
865 | 2024-11-26T07:18:40.871Z | Downloaded tabwriter v1.4.0 |
866 | 2024-11-26T07:18:40.880Z | Downloaded ident_case v1.0.1 |
867 | 2024-11-26T07:18:40.893Z | Downloaded allocator-api2 v0.2.18 |
868 | 2024-11-26T07:18:40.898Z | Downloaded schemars v0.8.21 |
869 | 2024-11-26T07:18:40.908Z | Downloaded same-file v1.0.6 |
870 | 2024-11-26T07:18:40.912Z | Downloaded arc-swap v1.7.1 |
871 | 2024-11-26T07:18:40.915Z | Downloaded anyhow v1.0.93 |
872 | 2024-11-26T07:18:40.917Z | Downloaded scopeguard v1.2.0 |
873 | 2024-11-26T07:18:40.919Z | Downloaded scroll v0.12.0 |
874 | 2024-11-26T07:18:40.919Z | Downloaded anstyle-query v1.1.1 |
875 | 2024-11-26T07:18:40.922Z | Downloaded anstyle-parse v0.2.5 |
876 | 2024-11-26T07:18:40.925Z | Downloaded anstream v0.6.15 |
877 | 2024-11-26T07:18:40.928Z | Downloaded sha1 v0.10.6 |
878 | 2024-11-26T07:18:40.928Z | Downloaded serde_with_macros v3.9.0 |
879 | 2024-11-26T07:18:40.930Z | Downloaded scroll_derive v0.12.0 |
880 | 2024-11-26T07:18:40.933Z | Downloaded blake3 v1.5.4 |
881 | 2024-11-26T07:18:40.941Z | Downloaded slog-envlogger v2.2.0 |
882 | 2024-11-26T07:18:40.944Z | Downloaded serde_derive_internals v0.29.1 |
883 | 2024-11-26T07:18:40.944Z | Downloaded base64 v0.13.1 |
884 | 2024-11-26T07:18:40.947Z | Downloaded slog-dtrace v0.3.0 |
885 | 2024-11-26T07:18:40.950Z | Downloaded serde_spanned v0.6.7 |
886 | 2024-11-26T07:18:40.953Z | Downloaded serde_repr v0.1.19 |
887 | 2024-11-26T07:18:40.956Z | Downloaded clap_lex v0.7.2 |
888 | 2024-11-26T07:18:40.956Z | Downloaded serde_tokenstream v0.2.2 |
889 | 2024-11-26T07:18:40.956Z | Downloaded slog-stdlog v4.1.1 |
890 | 2024-11-26T07:18:40.959Z | Downloaded slog-scope v4.4.0 |
891 | 2024-11-26T07:18:40.959Z | Downloaded slog-json v2.6.1 |
892 | 2024-11-26T07:18:40.962Z | Downloaded slog-bunyan v2.5.0 |
893 | 2024-11-26T07:18:40.962Z | Downloaded crossbeam-epoch v0.9.18 |
894 | 2024-11-26T07:18:40.966Z | Downloaded structmeta-derive v0.3.0 |
895 | 2024-11-26T07:18:40.968Z | Downloaded blake2 v0.10.6 |
896 | 2024-11-26T07:18:40.971Z | Downloaded smartstring v1.0.1 |
897 | 2024-11-26T07:18:40.973Z | Downloaded cstr-argument v0.1.2 |
898 | 2024-11-26T07:18:40.973Z | Downloaded spin v0.5.2 |
899 | 2024-11-26T07:18:40.977Z | Downloaded slog v2.7.0 |
900 | 2024-11-26T07:18:40.980Z | Downloaded schemars_derive v0.8.21 |
901 | 2024-11-26T07:18:40.980Z | Downloaded data-encoding v2.6.0 |
902 | 2024-11-26T07:18:40.983Z | Downloaded take_mut v0.2.2 |
903 | 2024-11-26T07:18:40.986Z | Downloaded strum_macros v0.25.3 |
904 | 2024-11-26T07:18:40.986Z | Downloaded similar v2.6.0 |
905 | 2024-11-26T07:18:40.992Z | Downloaded usdt-attr-macro v0.5.0 |
906 | 2024-11-26T07:18:40.995Z | Downloaded async-trait v0.1.83 |
907 | 2024-11-26T07:18:40.999Z | Downloaded async-stream v0.3.6 |
908 | 2024-11-26T07:18:41.003Z | Downloaded hubpack_derive v0.1.1 |
909 | 2024-11-26T07:18:41.003Z | Downloaded strum v0.26.3 |
910 | 2024-11-26T07:18:41.003Z | Downloaded crunchy v0.2.2 |
911 | 2024-11-26T07:18:41.003Z | Downloaded time-core v0.1.2 |
912 | 2024-11-26T07:18:41.007Z | Downloaded crc8 v0.1.1 |
913 | 2024-11-26T07:18:41.007Z | Downloaded const-random v0.1.18 |
914 | 2024-11-26T07:18:41.007Z | Downloaded colorchoice v1.0.2 |
915 | 2024-11-26T07:18:41.010Z | Downloaded foreign-types v0.5.0 |
916 | 2024-11-26T07:18:41.010Z | Downloaded strum_macros v0.26.4 |
917 | 2024-11-26T07:18:41.013Z | Downloaded zone_cfg_derive v0.3.0 |
918 | 2024-11-26T07:18:41.013Z | Downloaded typify-macro v0.2.0 |
919 | 2024-11-26T07:18:41.013Z | Downloaded fxhash v0.2.1 |
920 | 2024-11-26T07:18:41.013Z | Downloaded foreign-types-shared v0.3.1 |
921 | 2024-11-26T07:18:41.015Z | Downloaded foreign-types-macros v0.2.3 |
922 | 2024-11-26T07:18:41.016Z | Downloaded dtrace-parser v0.2.0 |
923 | 2024-11-26T07:18:41.016Z | Downloaded ciborium-ll v0.2.2 |
924 | 2024-11-26T07:18:41.018Z | Downloaded zone_cfg_derive v0.1.2 |
925 | 2024-11-26T07:18:41.020Z | Downloaded usdt-macro v0.5.0 |
926 | 2024-11-26T07:18:41.020Z | Downloaded deranged v0.3.11 |
927 | 2024-11-26T07:18:41.020Z | Downloaded bytes v1.7.2 |
928 | 2024-11-26T07:18:41.024Z | Downloaded defmt-parser v0.3.4 |
929 | 2024-11-26T07:18:41.027Z | Downloaded defmt v0.3.8 |
930 | 2024-11-26T07:18:41.029Z | Downloaded num-conv v0.1.0 |
931 | 2024-11-26T07:18:41.032Z | Downloaded thread-id v4.2.2 |
932 | 2024-11-26T07:18:41.032Z | Downloaded slog-async v2.8.0 |
933 | 2024-11-26T07:18:41.036Z | Downloaded cpufeatures v0.2.14 |
934 | 2024-11-26T07:18:41.036Z | Downloaded topological-sort v0.2.2 |
935 | 2024-11-26T07:18:41.038Z | Downloaded httpdate v1.0.3 |
936 | 2024-11-26T07:18:41.038Z | Downloaded defmt-macros v0.3.9 |
937 | 2024-11-26T07:18:41.041Z | Downloaded instant v0.1.13 |
938 | 2024-11-26T07:18:41.044Z | Downloaded tiny-keccak v2.0.2 |
939 | 2024-11-26T07:18:41.046Z | Downloaded hyper-tls v0.5.0 |
940 | 2024-11-26T07:18:41.049Z | Downloaded hostname v0.3.1 |
941 | 2024-11-26T07:18:41.049Z | Downloaded embedded-io v0.6.1 |
942 | 2024-11-26T07:18:41.052Z | Downloaded dof v0.3.0 |
943 | 2024-11-26T07:18:41.052Z | Downloaded dirs-sys-next v0.1.2 |
944 | 2024-11-26T07:18:41.052Z | Downloaded dirs-next v2.0.0 |
945 | 2024-11-26T07:18:41.056Z | Downloaded steno v0.4.1 |
946 | 2024-11-26T07:18:41.059Z | Downloaded http-body v0.4.6 |
947 | 2024-11-26T07:18:41.062Z | Downloaded hex v0.4.3 |
948 | 2024-11-26T07:18:41.062Z | Downloaded waitgroup v0.1.2 |
949 | 2024-11-26T07:18:41.062Z | Downloaded xz2 v0.1.7 |
950 | 2024-11-26T07:18:41.066Z | Downloaded float-ord v0.3.2 |
951 | 2024-11-26T07:18:41.069Z | Downloaded crossbeam-deque v0.8.5 |
952 | 2024-11-26T07:18:41.069Z | Downloaded dyn-clone v1.0.17 |
953 | 2024-11-26T07:18:41.072Z | Downloaded whoami v1.5.2 |
954 | 2024-11-26T07:18:41.072Z | Downloaded pretty-hex v0.2.1 |
955 | 2024-11-26T07:18:41.077Z | Downloaded arrayvec v0.7.6 |
956 | 2024-11-26T07:18:41.077Z | Downloaded usdt v0.5.0 |
957 | 2024-11-26T07:18:41.080Z | Downloaded untrusted v0.7.1 |
958 | 2024-11-26T07:18:41.080Z | Downloaded num-derive v0.4.2 |
959 | 2024-11-26T07:18:41.081Z | Downloaded num-derive v0.3.3 |
960 | 2024-11-26T07:18:41.083Z | Downloaded num_threads v0.1.7 |
961 | 2024-11-26T07:18:41.083Z | Downloaded linked-hash-map v0.5.6 |
962 | 2024-11-26T07:18:41.083Z | Downloaded hubpack v0.1.2 |
963 | 2024-11-26T07:18:41.086Z | Downloaded num-integer v0.1.46 |
964 | 2024-11-26T07:18:41.086Z | Downloaded zone v0.3.0 |
965 | 2024-11-26T07:18:41.089Z | Downloaded tokio-rustls v0.24.1 |
966 | 2024-11-26T07:18:41.091Z | Downloaded indent_write v2.2.0 |
967 | 2024-11-26T07:18:41.091Z | Downloaded zone v0.1.8 |
968 | 2024-11-26T07:18:41.091Z | Downloaded httparse v1.9.4 |
969 | 2024-11-26T07:18:41.094Z | Downloaded hostname v0.4.0 |
970 | 2024-11-26T07:18:41.096Z | Downloaded enum-as-inner v0.6.1 |
971 | 2024-11-26T07:18:41.098Z | Downloaded thin-vec v0.2.13 |
972 | 2024-11-26T07:18:41.099Z | Downloaded time-macros v0.2.18 |
973 | 2024-11-26T07:18:41.101Z | Downloaded omicron-workspace-hack v0.1.0 |
974 | 2024-11-26T07:18:41.104Z | Downloaded highway v1.2.0 |
975 | 2024-11-26T07:18:41.104Z | Downloaded hash32 v0.3.1 |
976 | 2024-11-26T07:18:41.107Z | Downloaded fastrand v2.1.1 |
977 | 2024-11-26T07:18:41.107Z | Downloaded newtype_derive v0.1.6 |
978 | 2024-11-26T07:18:41.110Z | Downloaded macaddr v1.0.1 |
979 | 2024-11-26T07:18:41.110Z | Downloaded progenitor-client v0.8.0 |
980 | 2024-11-26T07:18:41.113Z | Downloaded darling v0.20.10 |
981 | 2024-11-26T07:18:41.118Z | Downloaded newline-converter v0.3.0 |
982 | 2024-11-26T07:18:41.118Z | Downloaded walkdir v2.5.0 |
983 | 2024-11-26T07:18:41.120Z | Downloaded typify v0.2.0 |
984 | 2024-11-26T07:18:41.120Z | Downloaded embedded-io v0.4.0 |
985 | 2024-11-26T07:18:41.123Z | Downloaded crossbeam-utils v0.8.20 |
986 | 2024-11-26T07:18:41.125Z | Downloaded proc-macro-crate v3.2.0 |
987 | 2024-11-26T07:18:41.127Z | Downloaded parse-display v0.10.0 |
988 | 2024-11-26T07:18:41.127Z | Downloaded pretty-hex v0.4.1 |
989 | 2024-11-26T07:18:41.129Z | Downloaded rustversion v1.0.17 |
990 | 2024-11-26T07:18:41.131Z | Downloaded num-complex v0.4.6 |
991 | 2024-11-26T07:18:41.134Z | Downloaded plain v0.2.3 |
992 | 2024-11-26T07:18:41.134Z | Downloaded usdt-impl v0.5.0 |
993 | 2024-11-26T07:18:41.136Z | Downloaded tokio-rustls v0.25.0 |
994 | 2024-11-26T07:18:41.139Z | Downloaded match_cfg v0.1.0 |
995 | 2024-11-26T07:18:41.139Z | Downloaded powerfmt v0.2.0 |
996 | 2024-11-26T07:18:41.142Z | Downloaded num-iter v0.1.45 |
997 | 2024-11-26T07:18:41.142Z | Downloaded num_enum_derive v0.7.3 |
998 | 2024-11-26T07:18:41.144Z | Downloaded progenitor v0.8.0 |
999 | 2024-11-26T07:18:41.144Z | Downloaded quick-error v1.2.3 |
1000 | 2024-11-26T07:18:41.148Z | Downloaded tempfile v3.12.0 |
1001 | 2024-11-26T07:18:41.148Z | Downloaded resolv-conf v0.7.0 |
1002 | 2024-11-26T07:18:41.151Z | Downloaded diff v0.1.13 |
1003 | 2024-11-26T07:18:41.154Z | Downloaded derive_more v0.99.18 |
1004 | 2024-11-26T07:18:41.157Z | Downloaded unicode-ident v1.0.13 |
1005 | 2024-11-26T07:18:41.160Z | Downloaded num_enum v0.5.11 |
1006 | 2024-11-26T07:18:41.165Z | Downloaded toml v0.7.8 |
1007 | 2024-11-26T07:18:41.168Z | Downloaded newtype-uuid v1.1.0 |
1008 | 2024-11-26T07:18:41.170Z | Downloaded num v0.4.3 |
1009 | 2024-11-26T07:18:41.170Z | Downloaded memmap v0.7.0 |
1010 | 2024-11-26T07:18:41.173Z | Downloaded paste v1.0.15 |
1011 | 2024-11-26T07:18:41.176Z | Downloaded pest_generator v2.7.13 |
1012 | 2024-11-26T07:18:41.179Z | Downloaded postcard v1.0.10 |
1013 | 2024-11-26T07:18:41.179Z | Downloaded ucd-trie v0.1.6 |
1014 | 2024-11-26T07:18:41.181Z | Downloaded derive-where v1.2.7 |
1015 | 2024-11-26T07:18:41.184Z | Downloaded parking_lot_core v0.8.6 |
1016 | 2024-11-26T07:18:41.187Z | Downloaded pest_derive v2.7.13 |
1017 | 2024-11-26T07:18:41.189Z | Downloaded multer v3.1.0 |
1018 | 2024-11-26T07:18:41.192Z | Downloaded ipnetwork v0.20.0 |
1019 | 2024-11-26T07:18:41.194Z | Downloaded tokio-tungstenite v0.21.0 |
1020 | 2024-11-26T07:18:41.197Z | Downloaded is-terminal v0.4.13 |
1021 | 2024-11-26T07:18:41.197Z | Downloaded tar v0.4.41 |
1022 | 2024-11-26T07:18:41.199Z | Downloaded itoa v1.0.11 |
1023 | 2024-11-26T07:18:41.202Z | Downloaded parking_lot v0.11.2 |
1024 | 2024-11-26T07:18:41.204Z | Downloaded libsw v3.3.1 |
1025 | 2024-11-26T07:18:41.207Z | Downloaded zerocopy v0.6.6 |
1026 | 2024-11-26T07:18:41.209Z | Downloaded num-rational v0.4.2 |
1027 | 2024-11-26T07:18:41.209Z | Downloaded proc-macro-error v1.0.4 |
1028 | 2024-11-26T07:18:41.212Z | Downloaded half v2.4.1 |
1029 | 2024-11-26T07:18:41.214Z | Downloaded once_cell v1.19.0 |
1030 | 2024-11-26T07:18:41.217Z | Downloaded serde_with v3.9.0 |
1031 | 2024-11-26T07:18:41.225Z | Downloaded parse-display-derive v0.10.0 |
1032 | 2024-11-26T07:18:41.229Z | Downloaded memmap2 v0.9.5 |
1033 | 2024-11-26T07:18:41.231Z | Downloaded password-hash v0.5.0 |
1034 | 2024-11-26T07:18:41.231Z | Downloaded pin-project-lite v0.2.14 |
1035 | 2024-11-26T07:18:41.235Z | Downloaded rayon-core v1.12.1 |
1036 | 2024-11-26T07:18:41.238Z | Downloaded ipnet v2.10.0 |
1037 | 2024-11-26T07:18:41.242Z | Downloaded omicron-zone-package v0.11.1 |
1038 | 2024-11-26T07:18:41.245Z | Downloaded parking_lot_core v0.9.10 |
1039 | 2024-11-26T07:18:41.247Z | Downloaded parking_lot v0.12.3 |
1040 | 2024-11-26T07:18:41.250Z | Downloaded rustls-pki-types v1.8.0 |
1041 | 2024-11-26T07:18:41.250Z | Downloaded rhai_codegen v2.2.0 |
1042 | 2024-11-26T07:18:41.258Z | Downloaded ron v0.7.1 |
1043 | 2024-11-26T07:18:41.262Z | Downloaded pest_meta v2.7.13 |
1044 | 2024-11-26T07:18:41.265Z | Downloaded heapless v0.8.0 |
1045 | 2024-11-26T07:18:41.270Z | Downloaded yansi v1.0.1 |
1046 | 2024-11-26T07:18:41.275Z | Downloaded darling_core v0.20.10 |
1047 | 2024-11-26T07:18:41.277Z | Downloaded progenitor-impl v0.8.0 |
1048 | 2024-11-26T07:18:41.280Z | Downloaded hickory-resolver v0.24.1 |
1049 | 2024-11-26T07:18:41.283Z | Downloaded crossbeam-channel v0.5.13 |
1050 | 2024-11-26T07:18:41.287Z | Downloaded url v2.5.2 |
1051 | 2024-11-26T07:18:41.290Z | Downloaded unsafe-libyaml v0.2.11 |
1052 | 2024-11-26T07:18:41.294Z | Downloaded toml_edit v0.19.15 |
1053 | 2024-11-26T07:18:41.330Z | Downloaded prettyplease v0.2.22 |
1054 | 2024-11-26T07:18:41.333Z | Downloaded hashbrown v0.12.3 |
1055 | 2024-11-26T07:18:41.336Z | Downloaded flate2 v1.0.33 |
1056 | 2024-11-26T07:18:41.341Z | Downloaded pretty_assertions v1.4.1 |
1057 | 2024-11-26T07:18:41.344Z | Downloaded openssl-sys v0.9.103 |
1058 | 2024-11-26T07:18:41.348Z | Downloaded unicode-segmentation v1.12.0 |
1059 | 2024-11-26T07:18:41.351Z | Downloaded quinn v0.11.5 |
1060 | 2024-11-26T07:18:41.355Z | Downloaded http v0.2.12 |
1061 | 2024-11-26T07:18:41.358Z | Downloaded toml_edit v0.22.21 |
1062 | 2024-11-26T07:18:41.380Z | Downloaded tokio-util v0.7.12 |
1063 | 2024-11-26T07:18:41.386Z | Downloaded time v0.3.36 |
1064 | 2024-11-26T07:18:41.393Z | Downloaded expectorate v1.1.0 |
1065 | 2024-11-26T07:18:41.395Z | Downloaded indicatif v0.17.8 |
1066 | 2024-11-26T07:18:41.398Z | Downloaded unicode-bidi v0.3.15 |
1067 | 2024-11-26T07:18:41.401Z | Downloaded hashbrown v0.14.5 |
1068 | 2024-11-26T07:18:41.406Z | Downloaded tungstenite v0.21.0 |
1069 | 2024-11-26T07:18:41.411Z | Downloaded tracing-core v0.1.32 |
1070 | 2024-11-26T07:18:41.413Z | Downloaded lock_api v0.4.12 |
1071 | 2024-11-26T07:18:41.416Z | Downloaded rustls-pemfile v2.1.3 |
1072 | 2024-11-26T07:18:41.418Z | Downloaded itertools v0.12.1 |
1073 | 2024-11-26T07:18:41.423Z | Downloaded h2 v0.3.26 |
1074 | 2024-11-26T07:18:41.431Z | Downloaded libm v0.2.8 |
1075 | 2024-11-26T07:18:41.438Z | Downloaded winnow v0.6.18 |
1076 | 2024-11-26T07:18:41.446Z | Downloaded pest v2.7.13 |
1077 | 2024-11-26T07:18:41.451Z | Downloaded goblin v0.8.2 |
1078 | 2024-11-26T07:18:41.457Z | Downloaded itertools v0.10.5 |
1079 | 2024-11-26T07:18:41.464Z | Downloaded portable-atomic v1.8.0 |
1080 | 2024-11-26T07:18:41.470Z | Downloaded reqwest v0.11.27 |
1081 | 2024-11-26T07:18:41.478Z | Downloaded rustls-webpki v0.101.7 |
1082 | 2024-11-26T07:18:41.493Z | Downloaded hyper v0.14.30 |
1083 | 2024-11-26T07:18:41.499Z | Downloaded winnow v0.5.40 |
1084 | 2024-11-26T07:18:41.511Z | Downloaded quinn-proto v0.11.8 |
1085 | 2024-11-26T07:18:41.515Z | Downloaded h2 v0.4.6 |
1086 | 2024-11-26T07:18:41.524Z | Downloaded syn v1.0.109 |
1087 | 2024-11-26T07:18:41.531Z | Downloaded indexmap v1.9.3 |
1088 | 2024-11-26T07:18:41.534Z | Downloaded dropshot v0.12.0 |
1089 | 2024-11-26T07:18:41.555Z | Downloaded webpki-roots v0.26.6 |
1090 | 2024-11-26T07:18:41.558Z | Downloaded regex v1.10.6 |
1091 | 2024-11-26T07:18:41.570Z | Downloaded idna v0.5.0 |
1092 | 2024-11-26T07:18:41.576Z | Downloaded openssl v0.10.66 |
1093 | 2024-11-26T07:18:41.585Z | Downloaded rustls v0.21.12 |
1094 | 2024-11-26T07:18:41.602Z | Downloaded rhai v1.19.0 |
1095 | 2024-11-26T07:18:41.620Z | Downloaded regex-syntax v0.8.4 |
1096 | 2024-11-26T07:18:41.629Z | Downloaded hickory-proto v0.24.1 |
1097 | 2024-11-26T07:18:41.644Z | Downloaded rustls v0.23.13 |
1098 | 2024-11-26T07:18:41.655Z | Downloaded regress v0.9.1 |
1099 | 2024-11-26T07:18:41.663Z | Downloaded regress v0.10.1 |
1100 | 2024-11-26T07:18:41.671Z | Downloaded rustls v0.22.4 |
1101 | 2024-11-26T07:18:41.684Z | Downloaded rustix v0.38.37 |
1102 | 2024-11-26T07:18:41.707Z | Downloaded openapiv3 v2.0.0 |
1103 | 2024-11-26T07:18:41.718Z | Downloaded sled v0.34.7 |
1104 | 2024-11-26T07:18:41.728Z | Downloaded smoltcp v0.11.0 |
1105 | 2024-11-26T07:18:41.740Z | Downloaded dropshot v0.13.0 |
1106 | 2024-11-26T07:18:41.761Z | Downloaded typify-impl v0.2.0 |
1107 | 2024-11-26T07:18:41.775Z | Downloaded idna v0.4.0 |
1108 | 2024-11-26T07:18:41.781Z | Downloaded webpki-roots v0.25.4 |
1109 | 2024-11-26T07:18:41.785Z | Downloaded zerocopy-derive v0.6.6 |
1110 | 2024-11-26T07:18:41.797Z | Downloaded progenitor-macro v0.8.0 |
1111 | 2024-11-26T07:18:41.802Z | Downloaded dropshot_endpoint v0.12.0 |
1112 | 2024-11-26T07:18:41.802Z | Downloaded regex-automata v0.4.7 |
1113 | 2024-11-26T07:18:41.816Z | Downloaded rustc_version v0.1.7 |
1114 | 2024-11-26T07:18:41.818Z | Downloaded linear-map v1.2.0 |
1115 | 2024-11-26T07:18:41.818Z | Downloaded hyper-rustls v0.24.2 |
1116 | 2024-11-26T07:18:41.821Z | Downloaded dropshot_endpoint v0.13.0 |
1117 | 2024-11-26T07:18:41.824Z | Downloaded quinn-udp v0.5.5 |
1118 | 2024-11-26T07:18:41.826Z | Downloaded proc-macro-error-attr v1.0.4 |
1119 | 2024-11-26T07:18:41.827Z | Downloaded proc-macro-crate v1.3.1 |
1120 | 2024-11-26T07:18:41.827Z | Downloaded num_enum_derive v0.5.11 |
1121 | 2024-11-26T07:18:41.829Z | Downloaded managed v0.8.0 |
1122 | 2024-11-26T07:18:41.829Z | Downloaded lru-cache v0.1.2 |
1123 | 2024-11-26T07:18:41.830Z | Downloaded num_enum v0.7.3 |
1124 | 2024-11-26T07:18:41.834Z | Downloaded rustls-pemfile v1.0.4 |
1125 | 2024-11-26T07:18:41.836Z | Downloaded term v0.7.0 |
1126 | 2024-11-26T07:18:41.839Z | Downloaded utf-8 v0.7.6 |
1127 | 2024-11-26T07:18:41.842Z | Downloaded heck v0.4.1 |
1128 | 2024-11-26T07:18:41.842Z | Downloaded heck v0.3.3 |
1129 | 2024-11-26T07:18:41.845Z | Downloaded crucible-workspace-hack v0.1.0 |
1130 | 2024-11-26T07:18:41.846Z | Downloaded structmeta v0.3.0 |
1131 | 2024-11-26T07:18:41.846Z | Downloaded smf v0.2.3 |
1132 | 2024-11-26T07:18:41.848Z | Downloaded sync_wrapper v1.0.1 |
1133 | 2024-11-26T07:18:41.848Z | Downloaded sync_wrapper v0.1.2 |
1134 | 2024-11-26T07:18:41.848Z | Downloaded darling_macro v0.20.10 |
1135 | 2024-11-26T07:18:41.848Z | Downloaded const-random-macro v0.1.16 |
1136 | 2024-11-26T07:18:41.848Z | Downloaded ciborium v0.2.2 |
1137 | 2024-11-26T07:18:41.852Z | Downloaded lzma-sys v0.1.20 |
1138 | 2024-11-26T07:18:41.880Z | Downloaded tokio v1.40.0 |
1139 | 2024-11-26T07:18:41.917Z | Downloaded convert_case v0.4.0 |
1140 | 2024-11-26T07:18:41.920Z | Downloaded constant_time_eq v0.3.1 |
1141 | 2024-11-26T07:18:41.920Z | Downloaded serde_yaml v0.9.34+deprecated |
1142 | 2024-11-26T07:18:41.923Z | Downloaded cobs v0.2.3 |
1143 | 2024-11-26T07:18:41.925Z | Downloaded ciborium-io v0.2.2 |
1144 | 2024-11-26T07:18:41.925Z | Downloaded cc v1.1.21 |
1145 | 2024-11-26T07:18:41.929Z | Downloaded arrayref v0.3.9 |
1146 | 2024-11-26T07:18:41.931Z | Downloaded slog-term v2.9.1 |
1147 | 2024-11-26T07:18:41.931Z | Downloaded sct v0.7.1 |
1148 | 2024-11-26T07:18:41.934Z | Downloaded argon2 v0.5.3 |
1149 | 2024-11-26T07:18:41.936Z | Downloaded cookie v0.18.1 |
1150 | 2024-11-26T07:18:41.939Z | Downloaded colored v2.1.0 |
1151 | 2024-11-26T07:18:41.939Z | Downloaded cancel-safe-futures v0.1.5 |
1152 | 2024-11-26T07:18:41.942Z | Downloaded backoff v0.4.0 |
1153 | 2024-11-26T07:18:41.944Z | Downloaded bitflags v1.3.2 |
1154 | 2024-11-26T07:18:41.947Z | Downloaded autocfg v1.3.0 |
1155 | 2024-11-26T07:18:41.950Z | Downloaded sigpipe v0.1.3 |
1156 | 2024-11-26T07:18:41.950Z | Downloaded serde-big-array v0.5.1 |
1157 | 2024-11-26T07:18:41.950Z | Downloaded atomic-waker v1.1.2 |
1158 | 2024-11-26T07:18:41.952Z | Downloaded async-stream-impl v0.3.6 |
1159 | 2024-11-26T07:18:41.952Z | Downloaded semver v0.1.20 |
1160 | 2024-11-26T07:18:41.971Z | Downloaded encoding_rs v0.8.34 |
1161 | 2024-11-26T07:18:42.245Z | Downloaded ring v0.16.20 |
1162 | 2024-11-26T07:18:43.274Z | Compiling proc-macro2 v1.0.92 |
1163 | 2024-11-26T07:18:43.274Z | Compiling unicode-ident v1.0.13 |
1164 | 2024-11-26T07:18:43.276Z | Compiling libc v0.2.165 |
1165 | 2024-11-26T07:18:43.276Z | Compiling serde v1.0.215 |
1166 | 2024-11-26T07:18:43.276Z | Compiling cfg-if v1.0.0 |
1167 | 2024-11-26T07:18:43.276Z | Compiling autocfg v1.3.0 |
1168 | 2024-11-26T07:18:43.276Z | Compiling memchr v2.7.4 |
1169 | 2024-11-26T07:18:43.276Z | Compiling itoa v1.0.11 |
1170 | 2024-11-26T07:18:43.380Z | Compiling once_cell v1.19.0 |
1171 | 2024-11-26T07:18:43.442Z | Compiling version_check v0.9.5 |
1172 | 2024-11-26T07:18:43.535Z | Compiling libm v0.2.8 |
1173 | 2024-11-26T07:18:43.794Z | Compiling ryu v1.0.18 |
1174 | 2024-11-26T07:18:43.852Z | Compiling serde_json v1.0.133 |
1175 | 2024-11-26T07:18:44.041Z | Compiling byteorder v1.5.0 |
1176 | 2024-11-26T07:18:44.058Z | Compiling pin-project-lite v0.2.14 |
1177 | 2024-11-26T07:18:44.138Z | Compiling hashbrown v0.15.2 |
1178 | 2024-11-26T07:18:44.166Z | Compiling equivalent v1.0.1 |
1179 | 2024-11-26T07:18:44.205Z | Compiling lock_api v0.4.12 |
1180 | 2024-11-26T07:18:44.257Z | Compiling smallvec v1.13.2 |
1181 | 2024-11-26T07:18:44.481Z | Compiling thiserror v1.0.69 |
1182 | 2024-11-26T07:18:44.635Z | Compiling scopeguard v1.2.0 |
1183 | 2024-11-26T07:18:44.652Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-11-26T07:18:45.022Z | Compiling quote v1.0.37 |
1185 | 2024-11-26T07:18:45.228Z | Compiling iana-time-zone v0.1.61 |
1186 | 2024-11-26T07:18:45.239Z | Compiling futures-core v0.3.31 |
1187 | 2024-11-26T07:18:45.301Z | Compiling getrandom v0.2.15 |
1188 | 2024-11-26T07:18:45.381Z | Compiling syn v2.0.89 |
1189 | 2024-11-26T07:18:45.455Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-11-26T07:18:45.602Z | Compiling mio v1.0.2 |
1191 | 2024-11-26T07:18:45.614Z | Compiling socket2 v0.5.7 |
1192 | 2024-11-26T07:18:45.758Z | Compiling parking_lot v0.12.3 |
1193 | 2024-11-26T07:18:45.797Z | Compiling schemars v0.8.21 |
1194 | 2024-11-26T07:18:46.027Z | Compiling log v0.4.22 |
1195 | 2024-11-26T07:18:46.157Z | Compiling fnv v1.0.7 |
1196 | 2024-11-26T07:18:46.195Z | Compiling shlex v1.3.0 |
1197 | 2024-11-26T07:18:46.281Z | Compiling dyn-clone v1.0.17 |
1198 | 2024-11-26T07:18:46.435Z | Compiling cc v1.1.21 |
1199 | 2024-11-26T07:18:46.448Z | Compiling slab v0.4.9 |
1200 | 2024-11-26T07:18:46.508Z | Compiling futures-sink v0.3.31 |
1201 | 2024-11-26T07:18:46.536Z | Compiling num-traits v0.2.19 |
1202 | 2024-11-26T07:18:46.705Z | Compiling futures-io v0.3.31 |
1203 | 2024-11-26T07:18:46.718Z | Compiling futures-channel v0.3.31 |
1204 | 2024-11-26T07:18:46.828Z | Compiling pin-utils v0.1.0 |
1205 | 2024-11-26T07:18:46.914Z | Compiling futures-task v0.3.31 |
1206 | 2024-11-26T07:18:46.940Z | Compiling tracing-core v0.1.32 |
1207 | 2024-11-26T07:18:47.044Z | Compiling heck v0.5.0 |
1208 | 2024-11-26T07:18:47.118Z | Compiling bitflags v2.6.0 |
1209 | 2024-11-26T07:18:47.218Z | Compiling subtle v2.6.1 |
1210 | 2024-11-26T07:18:47.476Z | Compiling httparse v1.9.4 |
1211 | 2024-11-26T07:18:47.577Z | Compiling atomic-waker v1.1.2 |
1212 | 2024-11-26T07:18:47.685Z | Compiling spin v0.9.8 |
1213 | 2024-11-26T07:18:47.763Z | Compiling rustls-pki-types v1.8.0 |
1214 | 2024-11-26T07:18:47.945Z | Compiling try-lock v0.2.5 |
1215 | 2024-11-26T07:18:48.090Z | Compiling want v0.3.1 |
1216 | 2024-11-26T07:18:48.379Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-26T07:18:48.609Z | Compiling vcpkg v0.2.15 |
1218 | 2024-11-26T07:18:48.684Z | Compiling untrusted v0.9.0 |
1219 | 2024-11-26T07:18:48.851Z | Compiling slog v2.7.0 |
1220 | 2024-11-26T07:18:49.020Z | Compiling httpdate v1.0.3 |
1221 | 2024-11-26T07:18:49.207Z | Compiling ahash v0.8.11 |
1222 | 2024-11-26T07:18:49.544Z | Compiling tower-service v0.3.3 |
1223 | 2024-11-26T07:18:49.557Z | Compiling ring v0.17.8 |
1224 | 2024-11-26T07:18:49.605Z | Compiling zeroize v1.8.1 |
1225 | 2024-11-26T07:18:49.628Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-11-26T07:18:49.658Z | Compiling percent-encoding v2.3.1 |
1227 | 2024-11-26T07:18:49.705Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-11-26T07:18:49.718Z | Compiling tinyvec v1.8.0 |
1229 | 2024-11-26T07:18:49.937Z | Compiling form_urlencoded v1.2.1 |
1230 | 2024-11-26T07:18:50.055Z | Compiling openssl v0.10.66 |
1231 | 2024-11-26T07:18:50.233Z | Compiling openssl-sys v0.9.103 |
1232 | 2024-11-26T07:18:50.255Z | Compiling foreign-types-shared v0.1.1 |
1233 | 2024-11-26T07:18:50.279Z | Compiling semver v1.0.23 |
1234 | 2024-11-26T07:18:50.347Z | Compiling foreign-types v0.3.2 |
1235 | 2024-11-26T07:18:50.424Z | Compiling unicode-bidi v0.3.15 |
1236 | 2024-11-26T07:18:50.481Z | Compiling rustls v0.23.13 |
1237 | 2024-11-26T07:18:50.494Z | Compiling native-tls v0.2.12 |
1238 | 2024-11-26T07:18:50.767Z | Compiling openssl-probe v0.1.5 |
1239 | 2024-11-26T07:18:50.814Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-11-26T07:18:50.833Z | Compiling typenum v1.17.0 |
1241 | 2024-11-26T07:18:51.150Z | Compiling unicode-normalization v0.1.24 |
1242 | 2024-11-26T07:18:51.185Z | Compiling aho-corasick v1.1.3 |
1243 | 2024-11-26T07:18:51.553Z | Compiling generic-array v0.14.7 |
1244 | 2024-11-26T07:18:51.876Z | Compiling encoding_rs v0.8.34 |
1245 | 2024-11-26T07:18:51.959Z | Compiling mime v0.3.17 |
1246 | 2024-11-26T07:18:52.056Z | Compiling regex-syntax v0.8.4 |
1247 | 2024-11-26T07:18:52.349Z | Compiling idna v0.5.0 |
1248 | 2024-11-26T07:18:52.604Z | Compiling serde_derive_internals v0.29.1 |
1249 | 2024-11-26T07:18:52.835Z | Compiling base64 v0.22.1 |
1250 | 2024-11-26T07:18:53.675Z | Compiling rustls-pemfile v2.1.3 |
1251 | 2024-11-26T07:18:54.142Z | Compiling url v2.5.2 |
1252 | 2024-11-26T07:18:54.885Z | Compiling webpki-roots v0.26.6 |
1253 | 2024-11-26T07:18:55.098Z | Compiling rand_core v0.6.4 |
1254 | 2024-11-26T07:18:55.543Z | Compiling rustls-webpki v0.102.8 |
1255 | 2024-11-26T07:18:55.605Z | Compiling regex-automata v0.4.7 |
1256 | 2024-11-26T07:18:56.273Z | Compiling powerfmt v0.2.0 |
1257 | 2024-11-26T07:18:56.808Z | Compiling winnow v0.6.18 |
1258 | 2024-11-26T07:18:57.575Z | Compiling time-core v0.1.2 |
1259 | 2024-11-26T07:18:57.746Z | Compiling num-conv v0.1.0 |
1260 | 2024-11-26T07:18:57.776Z | Compiling ipnet v2.10.0 |
1261 | 2024-11-26T07:18:57.959Z | Compiling serde_derive v1.0.215 |
1262 | 2024-11-26T07:18:58.006Z | Compiling thiserror-impl v1.0.69 |
1263 | 2024-11-26T07:18:58.072Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2024-11-26T07:18:59.232Z | Compiling tokio-macros v2.4.0 |
1265 | 2024-11-26T07:18:59.703Z | Compiling schemars_derive v0.8.21 |
1266 | 2024-11-26T07:19:00.240Z | Compiling zerocopy v0.7.35 |
1267 | 2024-11-26T07:19:00.778Z | Compiling futures-macro v0.3.31 |
1268 | 2024-11-26T07:19:00.791Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-11-26T07:19:01.088Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-11-26T07:19:02.473Z | Compiling hashbrown v0.14.5 |
1271 | 2024-11-26T07:19:02.681Z | Compiling futures-util v0.3.31 |
1272 | 2024-11-26T07:19:02.801Z | Compiling pest v2.7.13 |
1273 | 2024-11-26T07:19:03.818Z | Compiling regress v0.10.1 |
1274 | 2024-11-26T07:19:04.427Z | Compiling tracing v0.1.40 |
1275 | 2024-11-26T07:19:04.901Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-11-26T07:19:05.789Z | Compiling pest_meta v2.7.13 |
1277 | 2024-11-26T07:19:06.365Z | Compiling strsim v0.11.1 |
1278 | 2024-11-26T07:19:06.404Z | Compiling scroll v0.12.0 |
1279 | 2024-11-26T07:19:06.970Z | Compiling regex v1.10.6 |
1280 | 2024-11-26T07:19:07.561Z | Compiling pest_generator v2.7.13 |
1281 | 2024-11-26T07:19:08.839Z | Compiling time-macros v0.2.18 |
1282 | 2024-11-26T07:19:09.168Z | Compiling deranged v0.3.11 |
1283 | 2024-11-26T07:19:09.319Z | Compiling plain v0.2.3 |
1284 | 2024-11-26T07:19:09.466Z | Compiling anyhow v1.0.93 |
1285 | 2024-11-26T07:19:09.902Z | Compiling num_threads v0.1.7 |
1286 | 2024-11-26T07:19:10.019Z | Compiling pest_derive v2.7.13 |
1287 | 2024-11-26T07:19:10.409Z | Compiling goblin v0.8.2 |
1288 | 2024-11-26T07:19:10.550Z | Compiling ppv-lite86 v0.2.20 |
1289 | 2024-11-26T07:19:10.956Z | Compiling sync_wrapper v1.0.1 |
1290 | 2024-11-26T07:19:11.094Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-11-26T07:19:11.178Z | Compiling pretty-hex v0.4.1 |
1292 | 2024-11-26T07:19:11.235Z | Compiling dtrace-parser v0.2.0 |
1293 | 2024-11-26T07:19:11.368Z | Compiling rand_chacha v0.3.1 |
1294 | 2024-11-26T07:19:11.371Z | Compiling crypto-common v0.1.6 |
1295 | 2024-11-26T07:19:11.449Z | Compiling bytes v1.7.2 |
1296 | 2024-11-26T07:19:11.833Z | Compiling indexmap v2.6.0 |
1297 | 2024-11-26T07:19:11.911Z | Compiling uuid v1.11.0 |
1298 | 2024-11-26T07:19:12.651Z | Compiling tokio v1.40.0 |
1299 | 2024-11-26T07:19:12.719Z | Compiling http v1.1.0 |
1300 | 2024-11-26T07:19:12.810Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-11-26T07:19:12.892Z | Compiling chrono v0.4.38 |
1302 | 2024-11-26T07:19:13.370Z | Compiling toml_datetime v0.6.8 |
1303 | 2024-11-26T07:19:13.943Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-11-26T07:19:14.490Z | Compiling http-body v1.0.1 |
1305 | 2024-11-26T07:19:14.723Z | Compiling http-body-util v0.1.2 |
1306 | 2024-11-26T07:19:14.751Z | Compiling openapiv3 v2.0.0 |
1307 | 2024-11-26T07:19:15.005Z | Compiling serde_spanned v0.6.7 |
1308 | 2024-11-26T07:19:15.233Z | Compiling block-buffer v0.10.4 |
1309 | 2024-11-26T07:19:15.472Z | Compiling thread-id v4.2.2 |
1310 | 2024-11-26T07:19:15.578Z | Compiling omicron-workspace-hack v0.1.0 |
1311 | 2024-11-26T07:19:16.487Z | Compiling dof v0.3.0 |
1312 | 2024-11-26T07:19:17.029Z | Compiling rustversion v1.0.17 |
1313 | 2024-11-26T07:19:17.549Z | Compiling syn v1.0.109 |
1314 | 2024-11-26T07:19:17.783Z | Compiling rand v0.8.5 |
1315 | 2024-11-26T07:19:18.128Z | Compiling typify-impl v0.2.0 |
1316 | 2024-11-26T07:19:19.244Z | Compiling unsafe-libyaml v0.2.11 |
1317 | 2024-11-26T07:19:20.964Z | Compiling serde_yaml v0.9.34+deprecated |
1318 | 2024-11-26T07:19:21.028Z | Compiling ident_case v1.0.1 |
1319 | 2024-11-26T07:19:21.235Z | Compiling match_cfg v0.1.0 |
1320 | 2024-11-26T07:19:21.326Z | Compiling hostname v0.3.1 |
1321 | 2024-11-26T07:19:21.593Z | Compiling tokio-util v0.7.12 |
1322 | 2024-11-26T07:19:22.497Z | Compiling tokio-native-tls v0.3.1 |
1323 | 2024-11-26T07:19:22.519Z | Compiling tokio-rustls v0.26.0 |
1324 | 2024-11-26T07:19:22.757Z | Compiling h2 v0.4.6 |
1325 | 2024-11-26T07:19:22.962Z | Compiling darling_core v0.20.10 |
1326 | 2024-11-26T07:19:23.046Z | Compiling errno v0.3.9 |
1327 | 2024-11-26T07:19:23.265Z | Compiling dirs-sys-next v0.1.2 |
1328 | 2024-11-26T07:19:24.033Z | Compiling thread_local v1.1.8 |
1329 | 2024-11-26T07:19:24.636Z | Compiling camino v1.1.9 |
1330 | 2024-11-26T07:19:24.792Z | Compiling cpufeatures v0.2.14 |
1331 | 2024-11-26T07:19:24.887Z | Compiling paste v1.0.15 |
1332 | 2024-11-26T07:19:25.270Z | Compiling dirs-next v2.0.0 |
1333 | 2024-11-26T07:19:25.404Z | Compiling usdt-attr-macro v0.5.0 |
1334 | 2024-11-26T07:19:25.456Z | Compiling usdt-macro v0.5.0 |
1335 | 2024-11-26T07:19:27.511Z | Compiling hyper v1.5.1 |
1336 | 2024-11-26T07:19:27.585Z | Compiling futures-executor v0.3.31 |
1337 | 2024-11-26T07:19:28.241Z | Compiling async-trait v0.1.83 |
1338 | 2024-11-26T07:19:28.928Z | Compiling darling_macro v0.20.10 |
1339 | 2024-11-26T07:19:30.005Z | Compiling hyper-util v0.1.10 |
1340 | 2024-11-26T07:19:30.632Z | Compiling memmap v0.7.0 |
1341 | 2024-11-26T07:19:30.665Z | Compiling rustls v0.22.4 |
1342 | 2024-11-26T07:19:30.970Z | Compiling slog-async v2.8.0 |
1343 | 2024-11-26T07:19:31.004Z | Compiling darling v0.20.10 |
1344 | 2024-11-26T07:19:31.016Z | Compiling futures v0.3.31 |
1345 | 2024-11-26T07:19:31.125Z | Compiling term v0.7.0 |
1346 | 2024-11-26T07:19:32.251Z | Compiling is-terminal v0.4.13 |
1347 | 2024-11-26T07:19:32.267Z | Compiling multer v3.1.0 |
1348 | 2024-11-26T07:19:32.368Z | Compiling instant v0.1.13 |
1349 | 2024-11-26T07:19:32.515Z | Compiling take_mut v0.2.2 |
1350 | 2024-11-26T07:19:32.608Z | Compiling serde_with_macros v3.9.0 |
1351 | 2024-11-26T07:19:32.664Z | Compiling strum_macros v0.26.4 |
1352 | 2024-11-26T07:19:32.678Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-11-26T07:19:33.027Z | Compiling structmeta-derive v0.3.0 |
1354 | 2024-11-26T07:19:33.030Z | Compiling async-stream-impl v0.3.6 |
1355 | 2024-11-26T07:19:33.772Z | Compiling dropshot v0.12.0 |
1356 | 2024-11-26T07:19:34.095Z | Compiling debug-ignore v1.0.5 |
1357 | 2024-11-26T07:19:34.231Z | Compiling crossbeam-utils v0.8.20 |
1358 | 2024-11-26T07:19:34.423Z | Compiling async-stream v0.3.6 |
1359 | 2024-11-26T07:19:34.757Z | Compiling hyper-tls v0.6.0 |
1360 | 2024-11-26T07:19:34.789Z | Compiling hyper-rustls v0.27.3 |
1361 | 2024-11-26T07:19:35.275Z | Compiling serde_with v3.9.0 |
1362 | 2024-11-26T07:19:35.485Z | Compiling dropshot_endpoint v0.12.0 |
1363 | 2024-11-26T07:19:35.567Z | Compiling serde_path_to_error v0.1.16 |
1364 | 2024-11-26T07:19:35.643Z | Compiling structmeta v0.3.0 |
1365 | 2024-11-26T07:19:36.011Z | Compiling waitgroup v0.1.2 |
1366 | 2024-11-26T07:19:36.258Z | Compiling hostname v0.4.0 |
1367 | 2024-11-26T07:19:36.466Z | Compiling parse-display-derive v0.10.0 |
1368 | 2024-11-26T07:19:36.550Z | Compiling reqwest v0.12.9 |
1369 | 2024-11-26T07:19:37.315Z | Compiling strum v0.26.3 |
1370 | 2024-11-26T07:19:37.498Z | Compiling tokio-rustls v0.25.0 |
1371 | 2024-11-26T07:19:39.213Z | Compiling digest v0.10.7 |
1372 | 2024-11-26T07:19:39.348Z | Compiling time v0.3.36 |
1373 | 2024-11-26T07:19:39.579Z | Compiling hex v0.4.3 |
1374 | 2024-11-26T07:19:39.746Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1375 | 2024-11-26T07:19:40.186Z | Compiling rustix v0.38.37 |
1376 | 2024-11-26T07:19:40.593Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1377 | 2024-11-26T07:19:40.759Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1378 | 2024-11-26T07:19:40.898Z | Compiling progenitor-client v0.8.0 |
1379 | 2024-11-26T07:19:40.970Z | Compiling parse-display v0.10.0 |
1380 | 2024-11-26T07:19:40.989Z | Compiling backoff v0.4.0 |
1381 | 2024-11-26T07:19:41.327Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1382 | 2024-11-26T07:19:41.363Z | Compiling macaddr v1.0.1 |
1383 | 2024-11-26T07:19:41.812Z | Compiling regress v0.9.1 |
1384 | 2024-11-26T07:19:41.826Z | Compiling utf8parse v0.2.2 |
1385 | 2024-11-26T07:19:41.979Z | Compiling anstyle-parse v0.2.5 |
1386 | 2024-11-26T07:19:42.305Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1387 | 2024-11-26T07:19:43.638Z | Compiling typify-macro v0.2.0 |
1388 | 2024-11-26T07:19:45.142Z | Compiling is_terminal_polyfill v1.70.1 |
1389 | 2024-11-26T07:19:45.145Z | Compiling anstyle v1.0.10 |
1390 | 2024-11-26T07:19:45.219Z | Compiling lazy_static v1.5.0 |
1391 | 2024-11-26T07:19:45.256Z | Compiling anstyle-query v1.1.1 |
1392 | 2024-11-26T07:19:45.321Z | Compiling unicode-width v0.1.14 |
1393 | 2024-11-26T07:19:45.346Z | Compiling colorchoice v1.0.2 |
1394 | 2024-11-26T07:19:45.492Z | Compiling anstream v0.6.15 |
1395 | 2024-11-26T07:19:45.605Z | Compiling usdt v0.5.0 |
1396 | 2024-11-26T07:19:45.828Z | Compiling slog-json v2.6.1 |
1397 | 2024-11-26T07:19:46.177Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-26T07:19:46.190Z | Compiling toml_edit v0.22.21 |
1399 | 2024-11-26T07:19:46.338Z | Compiling clap_lex v0.7.2 |
1400 | 2024-11-26T07:19:46.935Z | Compiling slog-bunyan v2.5.0 |
1401 | 2024-11-26T07:19:47.322Z | Compiling slog-term v2.9.1 |
1402 | 2024-11-26T07:19:47.432Z | Compiling sha1 v0.10.6 |
1403 | 2024-11-26T07:19:47.893Z | Compiling newtype-uuid v1.1.0 |
1404 | 2024-11-26T07:19:48.190Z | Compiling winnow v0.5.40 |
1405 | 2024-11-26T07:19:48.515Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1406 | 2024-11-26T07:19:48.692Z | Compiling typify v0.2.0 |
1407 | 2024-11-26T07:19:48.816Z | Compiling progenitor-impl v0.8.0 |
1408 | 2024-11-26T07:19:48.883Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1409 | 2024-11-26T07:19:49.219Z | Compiling clap_derive v4.5.18 |
1410 | 2024-11-26T07:19:49.352Z | Compiling toml v0.8.19 |
1411 | 2024-11-26T07:19:52.056Z | Compiling toml_edit v0.19.15 |
1412 | 2024-11-26T07:19:55.945Z | Compiling heapless v0.8.0 |
1413 | 2024-11-26T07:19:56.012Z | Compiling proc-macro-crate v1.3.1 |
1414 | 2024-11-26T07:19:56.636Z | Compiling hash32 v0.3.1 |
1415 | 2024-11-26T07:19:56.788Z | Compiling smoltcp v0.11.0 |
1416 | 2024-11-26T07:19:56.888Z | Compiling stable_deref_trait v1.2.0 |
1417 | 2024-11-26T07:19:56.906Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1418 | 2024-11-26T07:19:57.224Z | Compiling terminal_size v0.4.0 |
1419 | 2024-11-26T07:19:57.474Z | Compiling foreign-types-macros v0.2.3 |
1420 | 2024-11-26T07:19:58.093Z | Compiling proc-macro-error-attr v1.0.4 |
1421 | 2024-11-26T07:19:58.231Z | Compiling num_enum_derive v0.5.11 |
1422 | 2024-11-26T07:19:58.787Z | Compiling bitflags v1.3.2 |
1423 | 2024-11-26T07:19:58.893Z | Compiling either v1.13.0 |
1424 | 2024-11-26T07:19:58.987Z | Compiling managed v0.8.0 |
1425 | 2024-11-26T07:19:59.313Z | Compiling cobs v0.2.3 |
1426 | 2024-11-26T07:19:59.427Z | Compiling foreign-types-shared v0.3.1 |
1427 | 2024-11-26T07:19:59.532Z | Compiling heck v0.4.1 |
1428 | 2024-11-26T07:19:59.535Z | Compiling foreign-types v0.5.0 |
1429 | 2024-11-26T07:19:59.556Z | Compiling progenitor-macro v0.8.0 |
1430 | 2024-11-26T07:19:59.606Z | Compiling postcard v1.0.10 |
1431 | 2024-11-26T07:20:00.016Z | Compiling clap_builder v4.5.21 |
1432 | 2024-11-26T07:20:00.615Z | Compiling num_enum v0.5.11 |
1433 | 2024-11-26T07:20:00.765Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1434 | 2024-11-26T07:20:01.073Z | Compiling num-integer v0.1.46 |
1435 | 2024-11-26T07:20:01.717Z | Compiling cstr-argument v0.1.2 |
1436 | 2024-11-26T07:20:01.889Z | Compiling proc-macro-error v1.0.4 |
1437 | 2024-11-26T07:20:01.995Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1438 | 2024-11-26T07:20:02.221Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1439 | 2024-11-26T07:20:02.329Z | Compiling fastrand v2.1.1 |
1440 | 2024-11-26T07:20:02.386Z | Compiling pretty-hex v0.2.1 |
1441 | 2024-11-26T07:20:02.561Z | Compiling float-ord v0.3.2 |
1442 | 2024-11-26T07:20:02.723Z | Compiling tempfile v3.12.0 |
1443 | 2024-11-26T07:20:02.925Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1444 | 2024-11-26T07:20:03.300Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1445 | 2024-11-26T07:20:03.723Z | Compiling clap v4.5.21 |
1446 | 2024-11-26T07:20:04.024Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1447 | 2024-11-26T07:20:04.393Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1448 | 2024-11-26T07:20:05.109Z | Compiling tabwriter v1.4.0 |
1449 | 2024-11-26T07:20:05.495Z | Compiling colored v2.1.0 |
1450 | 2024-11-26T07:20:05.516Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1451 | 2024-11-26T07:20:05.693Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1452 | 2024-11-26T07:20:05.866Z | Compiling crucible-workspace-hack v0.1.0 |
1453 | 2024-11-26T07:20:06.610Z | Compiling num-iter v0.1.45 |
1454 | 2024-11-26T07:20:06.681Z | Compiling num-rational v0.4.2 |
1455 | 2024-11-26T07:20:07.092Z | Compiling num-complex v0.4.6 |
1456 | 2024-11-26T07:20:07.124Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1457 | 2024-11-26T07:20:07.386Z | Compiling unicode-segmentation v1.12.0 |
1458 | 2024-11-26T07:20:07.480Z | Compiling semver v0.1.20 |
1459 | 2024-11-26T07:20:07.594Z | Compiling prettyplease v0.2.22 |
1460 | 2024-11-26T07:20:07.931Z | Compiling rustc_version v0.1.7 |
1461 | 2024-11-26T07:20:08.037Z | Compiling num v0.4.3 |
1462 | 2024-11-26T07:20:08.139Z | Compiling newline-converter v0.3.0 |
1463 | 2024-11-26T07:20:08.151Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1464 | 2024-11-26T07:20:08.565Z | Compiling zone_cfg_derive v0.3.0 |
1465 | 2024-11-26T07:20:09.736Z | Compiling camino-tempfile v1.1.1 |
1466 | 2024-11-26T07:20:10.214Z | Compiling itertools v0.10.5 |
1467 | 2024-11-26T07:20:10.355Z | Compiling console v0.15.8 |
1468 | 2024-11-26T07:20:11.185Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1469 | 2024-11-26T07:20:11.975Z | Compiling num-derive v0.4.2 |
1470 | 2024-11-26T07:20:11.987Z | Compiling sigpipe v0.1.3 |
1471 | 2024-11-26T07:20:12.098Z | Compiling base64ct v1.6.0 |
1472 | 2024-11-26T07:20:12.172Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1473 | 2024-11-26T07:20:12.461Z | Compiling similar v2.6.0 |
1474 | 2024-11-26T07:20:12.681Z | Compiling password-hash v0.5.0 |
1475 | 2024-11-26T07:20:12.976Z | Compiling zone v0.3.0 |
1476 | 2024-11-26T07:20:13.219Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-11-26T07:20:13.788Z | Compiling expectorate v1.1.0 |
1478 | 2024-11-26T07:20:14.233Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1479 | 2024-11-26T07:20:14.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1480 | 2024-11-26T07:20:14.621Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1481 | 2024-11-26T07:20:14.671Z | Compiling progenitor v0.8.0 |
1482 | 2024-11-26T07:20:14.854Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1483 | 2024-11-26T07:20:14.988Z | Compiling newtype_derive v0.1.6 |
1484 | 2024-11-26T07:20:15.313Z | Compiling blake2 v0.10.6 |
1485 | 2024-11-26T07:20:15.371Z | Compiling hubpack_derive v0.1.1 |
1486 | 2024-11-26T07:20:16.201Z | Compiling smf v0.2.3 |
1487 | 2024-11-26T07:20:16.355Z | Compiling zerocopy-derive v0.6.6 |
1488 | 2024-11-26T07:20:17.241Z | Compiling whoami v1.5.2 |
1489 | 2024-11-26T07:20:17.303Z | Compiling owo-colors v4.1.0 |
1490 | 2024-11-26T07:20:17.621Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-11-26T07:20:17.735Z | Compiling cancel-safe-futures v0.1.5 |
1492 | 2024-11-26T07:20:18.005Z | Compiling petgraph v0.6.5 |
1493 | 2024-11-26T07:20:18.112Z | Compiling hubpack v0.1.2 |
1494 | 2024-11-26T07:20:18.128Z | Compiling argon2 v0.5.3 |
1495 | 2024-11-26T07:20:18.510Z | Compiling zerocopy v0.6.6 |
1496 | 2024-11-26T07:20:18.570Z | Compiling strum_macros v0.25.3 |
1497 | 2024-11-26T07:20:19.363Z | Compiling serde-big-array v0.5.1 |
1498 | 2024-11-26T07:20:19.581Z | Compiling serde_repr v0.1.19 |
1499 | 2024-11-26T07:20:19.594Z | Compiling cookie v0.18.1 |
1500 | 2024-11-26T07:20:19.915Z | Compiling convert_case v0.4.0 |
1501 | 2024-11-26T07:20:20.710Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1502 | 2024-11-26T07:20:22.127Z | Compiling static_assertions v1.1.0 |
1503 | 2024-11-26T07:20:22.314Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1504 | 2024-11-26T07:20:22.333Z | Compiling derive_more v0.99.18 |
1505 | 2024-11-26T07:20:23.274Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1506 | 2024-11-26T07:20:24.234Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1507 | 2024-11-26T07:20:26.230Z | Compiling atomicwrites v0.4.4 |
1508 | 2024-11-26T07:20:26.243Z | Compiling itertools v0.13.0 |
1509 | 2024-11-26T07:20:26.605Z | Compiling libsw v3.3.1 |
1510 | 2024-11-26T07:20:26.735Z | Compiling enum-as-inner v0.6.1 |
1511 | 2024-11-26T07:20:26.944Z | Compiling derive-where v1.2.7 |
1512 | 2024-11-26T07:20:27.982Z | Compiling idna v0.4.0 |
1513 | 2024-11-26T07:20:29.175Z | Compiling linear-map v1.2.0 |
1514 | 2024-11-26T07:20:29.492Z | Compiling swrite v0.1.0 |
1515 | 2024-11-26T07:20:29.534Z | Compiling indent_write v2.2.0 |
1516 | 2024-11-26T07:20:29.547Z | Compiling quick-error v1.2.3 |
1517 | 2024-11-26T07:20:29.607Z | Compiling data-encoding v2.6.0 |
1518 | 2024-11-26T07:20:29.677Z | Compiling highway v1.2.0 |
1519 | 2024-11-26T07:20:29.731Z | Compiling linked-hash-map v0.5.6 |
1520 | 2024-11-26T07:20:29.878Z | Compiling resolv-conf v0.7.0 |
1521 | 2024-11-26T07:20:30.060Z | Compiling lru-cache v0.1.2 |
1522 | 2024-11-26T07:20:30.092Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-11-26T07:20:30.129Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2024-11-26T07:20:30.249Z | Compiling steno v0.4.1 |
1525 | 2024-11-26T07:20:30.485Z | Compiling hickory-proto v0.24.1 |
1526 | 2024-11-26T07:20:32.484Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-11-26T07:20:36.965Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-11-26T07:20:39.747Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-11-26T07:20:40.106Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1530 | 2024-11-26T07:20:40.711Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-11-26T07:20:40.922Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1532 | 2024-11-26T07:20:42.310Z | Compiling slog-dtrace v0.3.0 |
1533 | 2024-11-26T07:20:42.654Z | Compiling humantime v2.1.0 |
1534 | 2024-11-26T07:20:43.139Z | Compiling parking_lot_core v0.8.6 |
1535 | 2024-11-26T07:20:43.210Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-11-26T07:20:44.327Z | Compiling hickory-resolver v0.24.1 |
1537 | 2024-11-26T07:20:44.329Z | Compiling num-derive v0.3.3 |
1538 | 2024-11-26T07:20:44.897Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-11-26T07:20:45.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1540 | 2024-11-26T07:20:45.608Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-11-26T07:20:46.002Z | Compiling half v2.4.1 |
1542 | 2024-11-26T07:20:46.073Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1543 | 2024-11-26T07:20:46.281Z | Compiling ciborium-io v0.2.2 |
1544 | 2024-11-26T07:20:46.394Z | Compiling parking_lot v0.11.2 |
1545 | 2024-11-26T07:20:46.521Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1546 | 2024-11-26T07:20:46.563Z | Compiling ciborium-ll v0.2.2 |
1547 | 2024-11-26T07:20:46.784Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1548 | 2024-11-26T07:20:47.469Z | Compiling proc-macro-crate v3.2.0 |
1549 | 2024-11-26T07:20:47.791Z | Compiling crossbeam-epoch v0.9.18 |
1550 | 2024-11-26T07:20:48.417Z | Compiling fxhash v0.2.1 |
1551 | 2024-11-26T07:20:48.553Z | Compiling crc32fast v1.4.2 |
1552 | 2024-11-26T07:20:48.605Z | Compiling num_enum_derive v0.7.3 |
1553 | 2024-11-26T07:20:48.653Z | Compiling ciborium v0.2.2 |
1554 | 2024-11-26T07:20:48.901Z | Compiling sled v0.34.7 |
1555 | 2024-11-26T07:20:49.888Z | Compiling yansi v1.0.1 |
1556 | 2024-11-26T07:20:50.162Z | Compiling diff v0.1.13 |
1557 | 2024-11-26T07:20:50.661Z | Compiling pretty_assertions v1.4.1 |
1558 | 2024-11-26T07:20:51.109Z | Compiling num_enum v0.7.3 |
1559 | 2024-11-26T07:20:57.323Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1560 | 2024-11-26T07:20:57.901Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1561 | 2024-11-26T07:21:04.412Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1562 | 2024-11-26T07:21:05.524Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1563 | 2024-11-26T07:21:06.883Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1564 | 2024-11-26T07:21:08.938Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1565 | 2024-11-26T07:21:28.755Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 46s |
1566 | 2024-11-26T07:21:28.921Z | ------------ |
1567 | 2024-11-26T07:21:28.921Z | Nextest run ID 79f72554-87cd-4c5d-a3a6-bab2b3395a30 with nextest profile: default |
1568 | 2024-11-26T07:21:28.921Z | Starting 2 tests across 1 binary |
1569 | 2024-11-26T07:21:28.925Z | START bfd test::test_new_daemon |
1570 | 2024-11-26T07:21:28.932Z | |
1571 | 2024-11-26T07:21:28.932Z | running 1 test |
1572 | 2024-11-26T07:21:28.998Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok |
1573 | 2024-11-26T07:21:28.998Z | |
1574 | 2024-11-26T07:21:28.998Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1575 | 2024-11-26T07:21:28.999Z | |
1576 | 2024-11-26T07:21:29.007Z | PASS [ 0.082s] bfd test::test_new_daemon |
1577 | 2024-11-26T07:21:29.007Z | START bfd test::test_protocol_basics |
1578 | 2024-11-26T07:21:29.015Z | |
1579 | 2024-11-26T07:21:29.015Z | running 1 test |
1580 | 2024-11-26T07:21:29.086Z | {{""msg"msg":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1045448357, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3719965869, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v",":0,"name":"slog-rs","level":v":0,10"name":"slog-rs","level":10,"time":","2024-11-26T07:21:27.857777192Z"time":"2024-11-26T07:21:27.857775912Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","hostname":","w-01JDKN3VZRTW139FVCMW76N65Xpid"":3181,"pid":3181} |
1581 | 2024-11-26T07:21:29.086Z | } |
1582 | 2024-11-26T07:21:29.086Z | {{""msgmsg""::""transition -> Init"transition -> Init","v":,"0v":,"0name":","slog-rs"name":","slog-rslevel"":,"30level":30,"time":"2024-11-26T07:21:27.858085469Z","hostname":","w-01JDKN3VZRTW139FVCMW76N65X"time,"":pid"":31812024-11-26T07:21:27.858086378Z,""peer":","203.0.113.10"hostname,"":"state":"Down"} |
1583 | 2024-11-26T07:21:29.086Z | w-01JDKN3VZRTW139FVCMW76N65X","pid":3181,"peer":"203.0.113.20","state":"Down"} |
1584 | 2024-11-26T07:21:30.083Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3719965869, your_discriminator: 1045448357, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T07:21:28.854587089Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181} |
1585 | 2024-11-26T07:21:30.083Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T07:21:28.854640318Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181,"peer":"203.0.113.20","state":"Init"} |
1586 | 2024-11-26T07:21:30.085Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1045448357, your_discriminator: 3719965869, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T07:21:28.857629783Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181} |
1587 | 2024-11-26T07:21:30.085Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T07:21:28.857671314Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181,"peer":"203.0.113.10","state":"Init"} |
1588 | 2024-11-26T07:21:35.083Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3719965869, your_discriminator: 1045448357, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T07:21:33.85467913Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181} |
1589 | 2024-11-26T07:21:35.086Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1045448357, your_discriminator: 3719965869, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T07:21:33.857678153Z","hostname":"w-01JDKN3VZRTW139FVCMW76N65X","pid":3181} |
1590 | 2024-11-26T07:21:39.090Z | {"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"time:"":"2024-11-26T07:21:37.857681892Z"2024-11-26T07:21:37.85769084Z","hostname":","w-01JDKN3VZRTW139FVCMW76N65X"hostname":","pid":3181w-01JDKN3VZRTW139FVCMW76N65X","pid"}: |
1591 | 2024-11-26T07:21:39.090Z | 3181} |
1592 | 2024-11-26T07:21:39.097Z | test test::test_protocol_basics ... ok |
1593 | 2024-11-26T07:21:39.097Z | |
1594 | 2024-11-26T07:21:39.097Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1595 | 2024-11-26T07:21:39.097Z | |
1596 | 2024-11-26T07:21:39.097Z | PASS [ 10.088s] bfd test::test_protocol_basics |
1597 | 2024-11-26T07:21:39.097Z | ------------ |
1598 | 2024-11-26T07:21:39.097Z | Summary [ 10.171s] 2 tests run: 2 passed, 0 skipped |
1599 | 2024-11-26T07:21:39.113Z | process exited: duration 365003 ms, exit code 0 |
|
1600 | 2024-11-26T07:21:39.124Z | found 0 output files |