|
|
|
1 | 2024-11-26T08:16:54.416Z | job assigned to worker 01JDKRN22XP8WX52EPZQQ7JMWD [factory aws, i-04fabdf81776c1440] (queued for 1 m 9 s) |
|
2 | 2024-11-26T08:17:01.668Z | starting task 0: "setup" |
3 | 2024-11-26T08:17:01.678Z | ++ uname -s |
4 | 2024-11-26T08:17:01.684Z | + kern=SunOS |
5 | 2024-11-26T08:17:01.684Z | + case "$kern" in |
6 | 2024-11-26T08:17:01.684Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:17:01.684Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:17:03.689Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:17:03.803Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:17:03.806Z | + home_fs=zfs |
11 | 2024-11-26T08:17:03.806Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:17:03.806Z | + mkdir -p /home/build |
13 | 2024-11-26T08:17:03.809Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:17:05.809Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:17:05.812Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-11-26T08:17:05.817Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:17:05.823Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:17:05.823Z | ' stable |
19 | 2024-11-26T08:17:05.823Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:17:05.823Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T08:17:05.823Z | ' default |
22 | 2024-11-26T08:17:05.825Z | * toolchain profile = "default" |
23 | 2024-11-26T08:17:05.826Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:17:05.826Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:17:05.946Z | info: downloading installer |
26 | 2024-11-26T08:17:07.338Z | info: profile set to 'default' |
27 | 2024-11-26T08:17:07.338Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:17:07.341Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:17:07.484Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:17:07.484Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:17:08.222Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:17:08.503Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:17:09.549Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:17:11.203Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:17:17.181Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:17:17.404Z | info: installing component 'cargo' |
37 | 2024-11-26T08:17:18.186Z | info: installing component 'clippy' |
38 | 2024-11-26T08:17:18.553Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:17:20.168Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:17:21.993Z | info: installing component 'rustc' |
41 | 2024-11-26T08:17:27.839Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:17:28.154Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:17:28.154Z | |
44 | 2024-11-26T08:17:28.524Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:17:28.524Z | |
46 | 2024-11-26T08:17:28.527Z | |
47 | 2024-11-26T08:17:28.527Z | Rust is installed now. Great! |
48 | 2024-11-26T08:17:28.527Z | |
49 | 2024-11-26T08:17:28.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:17:28.527Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:17:28.527Z | |
52 | 2024-11-26T08:17:28.527Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:17:28.527Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:17:28.528Z | |
55 | 2024-11-26T08:17:28.528Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:17:28.528Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:17:28.528Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:17:28.591Z | + rustc --version |
59 | 2024-11-26T08:17:28.657Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:17:28.660Z | process exited: duration 22841 ms, exit code 0 |
|
61 | 2024-11-26T08:17:28.665Z | starting task 2: "authentication" |
62 | 2024-11-26T08:17:28.685Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T08:17:28.691Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:17:28.695Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:17:28.700Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:17:28.733Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:17:29.276Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:17:29.276Z | + git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
69 | 2024-11-26T08:17:29.518Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:17:29.518Z | * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD |
71 | 2024-11-26T08:17:29.524Z | + [[ -n renovate/thiserror-2.x ]] |
72 | 2024-11-26T08:17:29.527Z | ++ git branch --show-current |
73 | 2024-11-26T08:17:29.530Z | + current=main |
74 | 2024-11-26T08:17:29.530Z | + [[ main != renovate/thiserror-2.x ]] |
75 | 2024-11-26T08:17:29.530Z | + git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
76 | 2024-11-26T08:17:29.532Z | + git checkout -f renovate/thiserror-2.x |
77 | 2024-11-26T08:17:29.545Z | Switched to branch 'renovate/thiserror-2.x' |
78 | 2024-11-26T08:17:29.547Z | + git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
79 | 2024-11-26T08:17:29.559Z | HEAD is now at 38057ed Update Rust crate thiserror to v2 |
80 | 2024-11-26T08:17:29.562Z | process exited: duration 869 ms, exit code 0 |
|
81 | 2024-11-26T08:17:29.568Z | starting task 4: "build" |
82 | 2024-11-26T08:17:29.573Z | + set -e |
83 | 2024-11-26T08:17:29.573Z | + cargo --version |
84 | 2024-11-26T08:17:29.578Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-26T08:17:29.751Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-26T08:17:29.751Z | info: downloading component 'cargo' |
87 | 2024-11-26T08:17:30.609Z | info: downloading component 'clippy' |
88 | 2024-11-26T08:17:30.925Z | info: downloading component 'rust-docs' |
89 | 2024-11-26T08:17:32.136Z | info: downloading component 'rust-std' |
90 | 2024-11-26T08:17:33.995Z | info: downloading component 'rustc' |
91 | 2024-11-26T08:17:40.660Z | info: downloading component 'rustfmt' |
92 | 2024-11-26T08:17:40.912Z | info: installing component 'cargo' |
93 | 2024-11-26T08:17:41.705Z | info: installing component 'clippy' |
94 | 2024-11-26T08:17:42.061Z | info: installing component 'rust-docs' |
95 | 2024-11-26T08:17:43.668Z | info: installing component 'rust-std' |
96 | 2024-11-26T08:17:45.354Z | info: installing component 'rustc' |
97 | 2024-11-26T08:17:50.954Z | info: installing component 'rustfmt' |
98 | 2024-11-26T08:17:51.356Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-26T08:17:51.361Z | + rustc --version |
100 | 2024-11-26T08:17:51.424Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-26T08:17:51.428Z | + cargo install cargo-nextest |
102 | 2024-11-26T08:17:51.510Z | Updating crates.io index |
103 | 2024-11-26T08:17:51.621Z | Downloading crates ... |
104 | 2024-11-26T08:17:51.707Z | Downloaded cargo-nextest v0.9.84 |
105 | 2024-11-26T08:17:51.741Z | Installing cargo-nextest v0.9.84 |
106 | 2024-11-26T08:17:51.812Z | Updating crates.io index |
107 | 2024-11-26T08:17:53.067Z | Locking 359 packages to latest compatible versions |
108 | 2024-11-26T08:17:53.074Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-11-26T08:17:53.074Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-11-26T08:17:53.074Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-11-26T08:17:53.079Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
112 | 2024-11-26T08:17:53.083Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-26T08:17:53.083Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-26T08:17:53.084Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-26T08:17:53.084Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-26T08:17:53.084Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-26T08:17:53.084Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-11-26T08:17:53.084Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-26T08:17:53.093Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-26T08:17:53.093Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-11-26T08:17:53.093Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
122 | 2024-11-26T08:17:53.093Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
123 | 2024-11-26T08:17:53.093Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
124 | 2024-11-26T08:17:53.093Z | Adding object v0.32.2 (latest: v0.36.5) |
125 | 2024-11-26T08:17:53.102Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
126 | 2024-11-26T08:17:53.102Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
127 | 2024-11-26T08:17:53.102Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
128 | 2024-11-26T08:17:53.108Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-26T08:17:53.108Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
130 | 2024-11-26T08:17:53.108Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T08:17:53.108Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
132 | 2024-11-26T08:17:53.108Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
133 | 2024-11-26T08:17:53.108Z | Adding vte v0.11.1 (latest: v0.13.0) |
134 | 2024-11-26T08:17:53.108Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
135 | 2024-11-26T08:17:53.108Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-11-26T08:17:53.108Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T08:17:53.108Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
138 | 2024-11-26T08:17:53.108Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
139 | 2024-11-26T08:17:53.108Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
140 | 2024-11-26T08:17:53.109Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-11-26T08:17:53.109Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-11-26T08:17:53.109Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-11-26T08:17:53.109Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-11-26T08:17:53.109Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-11-26T08:17:53.109Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
146 | 2024-11-26T08:17:53.109Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-11-26T08:17:53.109Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
148 | 2024-11-26T08:17:53.109Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-11-26T08:17:53.109Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
150 | 2024-11-26T08:17:53.109Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
152 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
153 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
154 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
155 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
156 | 2024-11-26T08:17:53.110Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
157 | 2024-11-26T08:17:53.121Z | Adding writeable v0.5.5 (latest: v0.6.0) |
158 | 2024-11-26T08:17:53.121Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
159 | 2024-11-26T08:17:53.121Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T08:17:53.121Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
161 | 2024-11-26T08:17:53.121Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
162 | 2024-11-26T08:17:53.121Z | Downloading crates ... |
163 | 2024-11-26T08:17:53.194Z | Downloaded aho-corasick v1.1.3 |
164 | 2024-11-26T08:17:53.202Z | Downloaded async-scoped v0.9.0 |
165 | 2024-11-26T08:17:53.205Z | Downloaded anstyle-parse v0.2.6 |
166 | 2024-11-26T08:17:53.205Z | Downloaded adler2 v2.0.0 |
167 | 2024-11-26T08:17:53.207Z | Downloaded ahash v0.8.11 |
168 | 2024-11-26T08:17:53.210Z | Downloaded adler v1.0.2 |
169 | 2024-11-26T08:17:53.214Z | Downloaded addr2line v0.21.0 |
170 | 2024-11-26T08:17:53.214Z | Downloaded anstyle-query v1.1.2 |
171 | 2024-11-26T08:17:53.217Z | Downloaded anstream v0.6.18 |
172 | 2024-11-26T08:17:53.219Z | Downloaded anstyle v1.0.10 |
173 | 2024-11-26T08:17:53.222Z | Downloaded cargo_metadata v0.18.1 |
174 | 2024-11-26T08:17:53.224Z | Downloaded block-buffer v0.10.4 |
175 | 2024-11-26T08:17:53.227Z | Downloaded backtrace-ext v0.2.1 |
176 | 2024-11-26T08:17:53.227Z | Downloaded bitflags v2.6.0 |
177 | 2024-11-26T08:17:53.230Z | Downloaded shared_child v1.0.1 |
178 | 2024-11-26T08:17:53.233Z | Downloaded shlex v1.3.0 |
179 | 2024-11-26T08:17:53.235Z | Downloaded signal-hook-registry v1.4.2 |
180 | 2024-11-26T08:17:53.235Z | Downloaded icu_locid v1.5.0 |
181 | 2024-11-26T08:17:53.241Z | Downloaded smol_str v0.3.2 |
182 | 2024-11-26T08:17:53.243Z | Downloaded slab v0.4.9 |
183 | 2024-11-26T08:17:53.243Z | Downloaded spin v0.9.8 |
184 | 2024-11-26T08:17:53.246Z | Downloaded autocfg v1.4.0 |
185 | 2024-11-26T08:17:53.246Z | Downloaded atomicwrites v0.4.4 |
186 | 2024-11-26T08:17:53.250Z | Downloaded socket2 v0.5.7 |
187 | 2024-11-26T08:17:53.252Z | Downloaded smawk v0.3.2 |
188 | 2024-11-26T08:17:53.252Z | Downloaded signature v2.2.0 |
189 | 2024-11-26T08:17:53.255Z | Downloaded shell-words v1.1.0 |
190 | 2024-11-26T08:17:53.255Z | Downloaded cfg-if v1.0.0 |
191 | 2024-11-26T08:17:53.255Z | Downloaded smallvec v1.13.2 |
192 | 2024-11-26T08:17:53.260Z | Downloaded subtle v2.6.1 |
193 | 2024-11-26T08:17:53.263Z | Downloaded supports-color v3.0.1 |
194 | 2024-11-26T08:17:53.263Z | Downloaded supports-hyperlinks v3.0.0 |
195 | 2024-11-26T08:17:53.267Z | Downloaded strsim v0.11.1 |
196 | 2024-11-26T08:17:53.267Z | Downloaded stable_deref_trait v1.2.0 |
197 | 2024-11-26T08:17:53.267Z | Downloaded strip-ansi-escapes v0.2.0 |
198 | 2024-11-26T08:17:53.267Z | Downloaded static_assertions v1.1.0 |
199 | 2024-11-26T08:17:53.270Z | Downloaded tar v0.4.43 |
200 | 2024-11-26T08:17:53.272Z | Downloaded cargo-platform v0.1.8 |
201 | 2024-11-26T08:17:53.275Z | Downloaded swrite v0.1.0 |
202 | 2024-11-26T08:17:53.275Z | Downloaded supports-unicode v3.0.0 |
203 | 2024-11-26T08:17:53.275Z | Downloaded spki v0.7.3 |
204 | 2024-11-26T08:17:53.278Z | Downloaded target-spec v3.2.2 |
205 | 2024-11-26T08:17:53.280Z | Downloaded bytes v1.8.0 |
206 | 2024-11-26T08:17:53.284Z | Downloaded byteorder v1.5.0 |
207 | 2024-11-26T08:17:53.287Z | Downloaded base64 v0.22.1 |
208 | 2024-11-26T08:17:53.289Z | Downloaded target-lexicon v0.12.16 |
209 | 2024-11-26T08:17:53.292Z | Downloaded ed25519 v2.2.3 |
210 | 2024-11-26T08:17:53.294Z | Downloaded syn v2.0.89 |
211 | 2024-11-26T08:17:53.306Z | Downloaded thiserror v1.0.69 |
212 | 2024-11-26T08:17:53.311Z | Downloaded tower-service v0.3.3 |
213 | 2024-11-26T08:17:53.313Z | Downloaded thiserror v2.0.3 |
214 | 2024-11-26T08:17:53.319Z | Downloaded urlencoding v2.1.3 |
215 | 2024-11-26T08:17:53.322Z | Downloaded equivalent v1.0.1 |
216 | 2024-11-26T08:17:53.322Z | Downloaded foreign-types-shared v0.1.1 |
217 | 2024-11-26T08:17:53.325Z | Downloaded futures-sink v0.3.31 |
218 | 2024-11-26T08:17:53.326Z | Downloaded enable-ansi-support v0.2.1 |
219 | 2024-11-26T08:17:53.328Z | Downloaded vte_generate_state_changes v0.1.2 |
220 | 2024-11-26T08:17:53.328Z | Downloaded try-lock v0.2.5 |
221 | 2024-11-26T08:17:53.328Z | Downloaded foreign-types v0.3.2 |
222 | 2024-11-26T08:17:53.333Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-11-26T08:17:53.333Z | Downloaded thiserror-impl v1.0.69 |
224 | 2024-11-26T08:17:53.333Z | Downloaded textwrap v0.16.1 |
225 | 2024-11-26T08:17:53.335Z | Downloaded zerofrom v0.1.5 |
226 | 2024-11-26T08:17:53.338Z | Downloaded borsh v1.5.3 |
227 | 2024-11-26T08:17:53.341Z | Downloaded write16 v1.0.0 |
228 | 2024-11-26T08:17:53.346Z | Downloaded tokio-macros v2.4.0 |
229 | 2024-11-26T08:17:53.349Z | Downloaded http-body v1.0.1 |
230 | 2024-11-26T08:17:53.349Z | Downloaded guppy-workspace-hack v0.1.0 |
231 | 2024-11-26T08:17:53.349Z | Downloaded terminal_size v0.3.0 |
232 | 2024-11-26T08:17:53.349Z | Downloaded base64ct v1.6.0 |
233 | 2024-11-26T08:17:53.352Z | Downloaded terminal_size v0.4.0 |
234 | 2024-11-26T08:17:53.355Z | Downloaded target-spec-miette v0.4.0 |
235 | 2024-11-26T08:17:53.355Z | Downloaded synstructure v0.13.1 |
236 | 2024-11-26T08:17:53.358Z | Downloaded openssl-probe v0.1.5 |
237 | 2024-11-26T08:17:53.358Z | Downloaded sync_wrapper v1.0.2 |
238 | 2024-11-26T08:17:53.358Z | Downloaded colorchoice v1.0.3 |
239 | 2024-11-26T08:17:53.361Z | Downloaded camino v1.1.9 |
240 | 2024-11-26T08:17:53.361Z | Downloaded digest v0.10.7 |
241 | 2024-11-26T08:17:53.364Z | Downloaded mukti-metadata v0.2.1 |
242 | 2024-11-26T08:17:53.366Z | Downloaded indenter v0.3.3 |
243 | 2024-11-26T08:17:53.366Z | Downloaded openssl-macros v0.1.1 |
244 | 2024-11-26T08:17:53.366Z | Downloaded tracing-log v0.2.0 |
245 | 2024-11-26T08:17:53.369Z | Downloaded thread_local v1.1.8 |
246 | 2024-11-26T08:17:53.371Z | Downloaded camino-tempfile v1.1.1 |
247 | 2024-11-26T08:17:53.374Z | Downloaded want v0.3.1 |
248 | 2024-11-26T08:17:53.374Z | Downloaded version_check v0.9.5 |
249 | 2024-11-26T08:17:53.377Z | Downloaded tinystr v0.7.6 |
250 | 2024-11-26T08:17:53.377Z | Downloaded either v1.13.0 |
251 | 2024-11-26T08:17:53.379Z | Downloaded xxhash-rust v0.8.12 |
252 | 2024-11-26T08:17:53.382Z | Downloaded utf8_iter v1.0.4 |
253 | 2024-11-26T08:17:53.382Z | Downloaded zeroize v1.8.1 |
254 | 2024-11-26T08:17:53.385Z | Downloaded unicode-linebreak v0.1.5 |
255 | 2024-11-26T08:17:53.385Z | Downloaded display-error-chain v0.2.2 |
256 | 2024-11-26T08:17:53.388Z | Downloaded curve25519-dalek-derive v0.1.1 |
257 | 2024-11-26T08:17:53.388Z | Downloaded generic-array v0.14.7 |
258 | 2024-11-26T08:17:53.390Z | Downloaded form_urlencoded v1.2.1 |
259 | 2024-11-26T08:17:53.390Z | Downloaded fnv v1.0.7 |
260 | 2024-11-26T08:17:53.390Z | Downloaded number_prefix v0.4.0 |
261 | 2024-11-26T08:17:53.398Z | Downloaded yoke-derive v0.7.5 |
262 | 2024-11-26T08:17:53.398Z | Downloaded xattr v1.3.1 |
263 | 2024-11-26T08:17:53.398Z | Downloaded zstd-safe v7.2.1 |
264 | 2024-11-26T08:17:53.398Z | Downloaded zerofrom-derive v0.1.5 |
265 | 2024-11-26T08:17:53.398Z | Downloaded futures-io v0.3.31 |
266 | 2024-11-26T08:17:53.401Z | Downloaded duct v0.13.7 |
267 | 2024-11-26T08:17:53.401Z | Downloaded dialoguer v0.11.0 |
268 | 2024-11-26T08:17:53.403Z | Downloaded cfg-expr v0.17.1 |
269 | 2024-11-26T08:17:53.406Z | Downloaded zipsign-api v0.1.2 |
270 | 2024-11-26T08:17:53.409Z | Downloaded home v0.5.9 |
271 | 2024-11-26T08:17:53.412Z | Downloaded futures-task v0.3.31 |
272 | 2024-11-26T08:17:53.412Z | Downloaded futures-macro v0.3.31 |
273 | 2024-11-26T08:17:53.414Z | Downloaded zerovec-derive v0.10.3 |
274 | 2024-11-26T08:17:53.414Z | Downloaded writeable v0.5.5 |
275 | 2024-11-26T08:17:53.417Z | Downloaded futures-executor v0.3.31 |
276 | 2024-11-26T08:17:53.417Z | Downloaded lazy_static v1.5.0 |
277 | 2024-11-26T08:17:53.419Z | Downloaded humantime-serde v1.1.1 |
278 | 2024-11-26T08:17:53.419Z | Downloaded http-body-util v0.1.2 |
279 | 2024-11-26T08:17:53.422Z | Downloaded future-queue v0.3.0 |
280 | 2024-11-26T08:17:53.426Z | Downloaded crc32fast v1.4.2 |
281 | 2024-11-26T08:17:53.430Z | Downloaded futures-core v0.3.31 |
282 | 2024-11-26T08:17:53.430Z | Downloaded utf16_iter v1.0.5 |
283 | 2024-11-26T08:17:53.430Z | Downloaded hyper-tls v0.6.0 |
284 | 2024-11-26T08:17:53.432Z | Downloaded clap_lex v0.7.3 |
285 | 2024-11-26T08:17:53.432Z | Downloaded pin-utils v0.1.0 |
286 | 2024-11-26T08:17:53.432Z | Downloaded rand_core v0.6.4 |
287 | 2024-11-26T08:17:53.436Z | Downloaded tokio-native-tls v0.3.1 |
288 | 2024-11-26T08:17:53.440Z | Downloaded nextest-workspace-hack v0.1.0 |
289 | 2024-11-26T08:17:53.440Z | Downloaded icu_provider_macros v1.5.0 |
290 | 2024-11-26T08:17:53.440Z | Downloaded tracing-attributes v0.1.27 |
291 | 2024-11-26T08:17:53.443Z | Downloaded os_pipe v1.2.1 |
292 | 2024-11-26T08:17:53.443Z | Downloaded fixedbitset v0.4.2 |
293 | 2024-11-26T08:17:53.443Z | Downloaded filetime v0.2.25 |
294 | 2024-11-26T08:17:53.446Z | Downloaded fastrand v2.2.0 |
295 | 2024-11-26T08:17:53.446Z | Downloaded errno v0.3.9 |
296 | 2024-11-26T08:17:53.449Z | Downloaded debug-ignore v1.0.5 |
297 | 2024-11-26T08:17:53.449Z | Downloaded is_ci v1.2.0 |
298 | 2024-11-26T08:17:53.453Z | Downloaded console v0.15.8 |
299 | 2024-11-26T08:17:53.455Z | Downloaded serde_spanned v0.6.8 |
300 | 2024-11-26T08:17:53.455Z | Downloaded tempfile v3.14.0 |
301 | 2024-11-26T08:17:53.458Z | Downloaded serde_urlencoded v0.7.1 |
302 | 2024-11-26T08:17:53.461Z | Downloaded zerocopy-derive v0.7.35 |
303 | 2024-11-26T08:17:53.463Z | Downloaded rand_chacha v0.3.1 |
304 | 2024-11-26T08:17:53.466Z | Downloaded toml v0.8.19 |
305 | 2024-11-26T08:17:53.469Z | Downloaded displaydoc v0.2.5 |
306 | 2024-11-26T08:17:53.471Z | Downloaded getrandom v0.2.15 |
307 | 2024-11-26T08:17:53.474Z | Downloaded futures-channel v0.3.31 |
308 | 2024-11-26T08:17:53.476Z | Downloaded config v0.14.1 |
309 | 2024-11-26T08:17:53.479Z | Downloaded clap v4.5.21 |
310 | 2024-11-26T08:17:53.489Z | Downloaded nested v0.1.1 |
311 | 2024-11-26T08:17:53.492Z | Downloaded mime v0.3.17 |
312 | 2024-11-26T08:17:53.492Z | Downloaded iana-time-zone v0.1.61 |
313 | 2024-11-26T08:17:53.495Z | Downloaded rustc-hash v2.0.0 |
314 | 2024-11-26T08:17:53.497Z | Downloaded miette-derive v7.2.0 |
315 | 2024-11-26T08:17:53.497Z | Downloaded percent-encoding v2.3.1 |
316 | 2024-11-26T08:17:53.500Z | Downloaded hyper-rustls v0.27.3 |
317 | 2024-11-26T08:17:53.502Z | Downloaded zstd v0.13.2 |
318 | 2024-11-26T08:17:53.505Z | Downloaded icu_locid_transform v1.5.0 |
319 | 2024-11-26T08:17:53.509Z | Downloaded tokio-rustls v0.26.0 |
320 | 2024-11-26T08:17:53.511Z | Downloaded pin-project-lite v0.2.15 |
321 | 2024-11-26T08:17:53.514Z | Downloaded quote v1.0.37 |
322 | 2024-11-26T08:17:53.516Z | Downloaded backtrace v0.3.71 |
323 | 2024-11-26T08:17:53.520Z | Downloaded unicode-ident v1.0.14 |
324 | 2024-11-26T08:17:53.523Z | Downloaded typenum v1.17.0 |
325 | 2024-11-26T08:17:53.525Z | Downloaded vte v0.11.1 |
326 | 2024-11-26T08:17:53.528Z | Downloaded uuid v1.11.0 |
327 | 2024-11-26T08:17:53.530Z | Downloaded futures v0.3.31 |
328 | 2024-11-26T08:17:53.535Z | Downloaded quinn-udp v0.5.7 |
329 | 2024-11-26T08:17:53.537Z | Downloaded serde_path_to_error v0.1.16 |
330 | 2024-11-26T08:17:53.540Z | Downloaded tracing-core v0.1.33 |
331 | 2024-11-26T08:17:53.543Z | Downloaded yoke v0.7.5 |
332 | 2024-11-26T08:17:53.543Z | Downloaded eyre v0.6.12 |
333 | 2024-11-26T08:17:53.546Z | Downloaded self-replace v1.5.0 |
334 | 2024-11-26T08:17:53.548Z | Downloaded nextest-metadata v0.12.1 |
335 | 2024-11-26T08:17:53.548Z | Downloaded base64 v0.21.7 |
336 | 2024-11-26T08:17:53.552Z | Downloaded pathdiff v0.2.3 |
337 | 2024-11-26T08:17:53.555Z | Downloaded nextest-filtering v0.12.0 |
338 | 2024-11-26T08:17:53.558Z | Downloaded serde_ignored v0.1.10 |
339 | 2024-11-26T08:17:53.558Z | Downloaded rustc-demangle v0.1.24 |
340 | 2024-11-26T08:17:53.560Z | Downloaded const-oid v0.9.6 |
341 | 2024-11-26T08:17:53.562Z | Downloaded itoa v1.0.14 |
342 | 2024-11-26T08:17:53.562Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2024-11-26T08:17:53.565Z | Downloaded rustc_version v0.4.1 |
344 | 2024-11-26T08:17:53.565Z | Downloaded pin-project-internal v1.1.7 |
345 | 2024-11-26T08:17:53.568Z | Downloaded miniz_oxide v0.8.0 |
346 | 2024-11-26T08:17:53.570Z | Downloaded num-traits v0.2.19 |
347 | 2024-11-26T08:17:53.572Z | Downloaded sha2 v0.10.8 |
348 | 2024-11-26T08:17:53.576Z | Downloaded ipnet v2.10.1 |
349 | 2024-11-26T08:17:53.579Z | Downloaded tinyvec v1.8.0 |
350 | 2024-11-26T08:17:53.582Z | Downloaded pkcs8 v0.10.2 |
351 | 2024-11-26T08:17:53.582Z | Downloaded icu_normalizer_data v1.5.0 |
352 | 2024-11-26T08:17:53.584Z | Downloaded rustls-pemfile v2.2.0 |
353 | 2024-11-26T08:17:53.587Z | Downloaded newtype-uuid v1.1.3 |
354 | 2024-11-26T08:17:53.590Z | Downloaded rustls-pki-types v1.10.0 |
355 | 2024-11-26T08:17:53.592Z | Downloaded icu_properties v1.5.1 |
356 | 2024-11-26T08:17:53.595Z | Downloaded tracing v0.1.40 |
357 | 2024-11-26T08:17:53.598Z | Downloaded cc v1.2.1 |
358 | 2024-11-26T08:17:53.601Z | Downloaded semver v1.0.23 |
359 | 2024-11-26T08:17:53.604Z | Downloaded pin-project v1.1.7 |
360 | 2024-11-26T08:17:53.613Z | Downloaded indicatif v0.17.9 |
361 | 2024-11-26T08:17:53.617Z | Downloaded hyper-util v0.1.10 |
362 | 2024-11-26T08:17:53.622Z | Downloaded sharded-slab v0.1.7 |
363 | 2024-11-26T08:17:53.625Z | Downloaded once_cell v1.20.2 |
364 | 2024-11-26T08:17:53.628Z | Downloaded miniz_oxide v0.7.4 |
365 | 2024-11-26T08:17:53.630Z | Downloaded ryu v1.0.18 |
366 | 2024-11-26T08:17:53.634Z | Downloaded url v2.5.4 |
367 | 2024-11-26T08:17:53.637Z | Downloaded proc-macro2 v1.0.92 |
368 | 2024-11-26T08:17:53.641Z | Downloaded log v0.4.22 |
369 | 2024-11-26T08:17:53.644Z | Downloaded self_update v0.41.0 |
370 | 2024-11-26T08:17:53.644Z | Downloaded icu_collections v1.5.0 |
371 | 2024-11-26T08:17:53.649Z | Downloaded owo-colors v4.1.0 |
372 | 2024-11-26T08:17:53.653Z | Downloaded icu_normalizer v1.5.0 |
373 | 2024-11-26T08:17:53.655Z | Downloaded icu_locid_transform_data v1.5.0 |
374 | 2024-11-26T08:17:53.658Z | Downloaded serde v1.0.215 |
375 | 2024-11-26T08:17:53.661Z | Downloaded owo-colors v3.5.0 |
376 | 2024-11-26T08:17:53.663Z | Downloaded ed25519-dalek v2.1.1 |
377 | 2024-11-26T08:17:53.667Z | Downloaded icu_provider v1.5.0 |
378 | 2024-11-26T08:17:53.670Z | Downloaded native-tls v0.2.12 |
379 | 2024-11-26T08:17:53.673Z | Downloaded litemap v0.7.4 |
380 | 2024-11-26T08:17:53.675Z | Downloaded httparse v1.9.5 |
381 | 2024-11-26T08:17:53.678Z | Downloaded miette v7.2.0 |
382 | 2024-11-26T08:17:53.682Z | Downloaded indexmap v2.6.0 |
383 | 2024-11-26T08:17:53.685Z | Downloaded serde_derive v1.0.215 |
384 | 2024-11-26T08:17:53.688Z | Downloaded clap_builder v4.5.21 |
385 | 2024-11-26T08:17:53.697Z | Downloaded ron v0.8.1 |
386 | 2024-11-26T08:17:53.700Z | Downloaded http v1.1.0 |
387 | 2024-11-26T08:17:53.704Z | Downloaded memchr v2.7.4 |
388 | 2024-11-26T08:17:53.710Z | Downloaded flate2 v1.0.35 |
389 | 2024-11-26T08:17:53.715Z | Downloaded rand v0.8.5 |
390 | 2024-11-26T08:17:53.719Z | Downloaded chrono v0.4.38 |
391 | 2024-11-26T08:17:53.726Z | Downloaded quinn v0.11.6 |
392 | 2024-11-26T08:17:53.731Z | Downloaded openssl-sys v0.9.104 |
393 | 2024-11-26T08:17:53.735Z | Downloaded toml_edit v0.22.22 |
394 | 2024-11-26T08:17:53.758Z | Downloaded minimal-lexical v0.2.1 |
395 | 2024-11-26T08:17:53.762Z | Downloaded unicode-normalization v0.1.24 |
396 | 2024-11-26T08:17:53.765Z | Downloaded color-spantrace v0.2.1 |
397 | 2024-11-26T08:17:53.768Z | Downloaded mio v1.0.2 |
398 | 2024-11-26T08:17:53.774Z | Downloaded nom v7.1.3 |
399 | 2024-11-26T08:17:53.781Z | Downloaded futures-util v0.3.31 |
400 | 2024-11-26T08:17:53.792Z | Downloaded hyper v1.5.1 |
401 | 2024-11-26T08:17:53.798Z | Downloaded winnow v0.6.20 |
402 | 2024-11-26T08:17:53.808Z | Downloaded hashbrown v0.15.2 |
403 | 2024-11-26T08:17:53.813Z | Downloaded portable-atomic v1.10.0 |
404 | 2024-11-26T08:17:53.819Z | Downloaded idna v1.0.3 |
405 | 2024-11-26T08:17:53.824Z | Downloaded guppy v0.17.8 |
406 | 2024-11-26T08:17:53.829Z | Downloaded zerovec v0.10.4 |
407 | 2024-11-26T08:17:53.834Z | Downloaded der v0.7.9 |
408 | 2024-11-26T08:17:53.839Z | Downloaded humantime v2.1.0 |
409 | 2024-11-26T08:17:53.841Z | Downloaded jobserver v0.1.32 |
410 | 2024-11-26T08:17:53.844Z | Downloaded quick-junit v0.5.1 |
411 | 2024-11-26T08:17:53.847Z | Downloaded ppv-lite86 v0.2.20 |
412 | 2024-11-26T08:17:53.847Z | Downloaded idna_adapter v1.2.0 |
413 | 2024-11-26T08:17:53.850Z | Downloaded heck v0.5.0 |
414 | 2024-11-26T08:17:53.850Z | Downloaded globset v0.4.15 |
415 | 2024-11-26T08:17:53.850Z | Downloaded pkg-config v0.3.31 |
416 | 2024-11-26T08:17:53.853Z | Downloaded serde_json v1.0.133 |
417 | 2024-11-26T08:17:53.858Z | Downloaded quick-xml v0.23.1 |
418 | 2024-11-26T08:17:53.866Z | Downloaded itertools v0.13.0 |
419 | 2024-11-26T08:17:53.873Z | Downloaded gimli v0.28.1 |
420 | 2024-11-26T08:17:53.881Z | Downloaded nextest-runner v0.67.0 |
421 | 2024-11-26T08:17:53.890Z | Downloaded reqwest v0.12.9 |
422 | 2024-11-26T08:17:53.899Z | Downloaded quick-xml v0.37.1 |
423 | 2024-11-26T08:17:53.903Z | Downloaded quinn-proto v0.11.9 |
424 | 2024-11-26T08:17:53.910Z | Downloaded object v0.32.2 |
425 | 2024-11-26T08:17:53.919Z | Downloaded icu_properties_data v1.5.0 |
426 | 2024-11-26T08:17:53.930Z | Downloaded bstr v1.11.0 |
427 | 2024-11-26T08:17:53.941Z | Downloaded rustix v0.38.41 |
428 | 2024-11-26T08:17:53.963Z | Downloaded openssl v0.10.68 |
429 | 2024-11-26T08:17:53.971Z | Downloaded unicode-width v0.2.0 |
430 | 2024-11-26T08:17:53.977Z | Downloaded webpki-roots v0.26.7 |
431 | 2024-11-26T08:17:53.980Z | Downloaded unicode-width v0.1.14 |
432 | 2024-11-26T08:17:53.986Z | Downloaded vcpkg v0.2.15 |
433 | 2024-11-26T08:17:54.023Z | Downloaded curve25519-dalek v4.1.3 |
434 | 2024-11-26T08:17:54.031Z | Downloaded nix v0.29.0 |
435 | 2024-11-26T08:17:54.043Z | Downloaded rustls-webpki v0.102.8 |
436 | 2024-11-26T08:17:54.061Z | Downloaded tracing-subscriber v0.3.18 |
437 | 2024-11-26T08:17:54.067Z | Downloaded rustls v0.23.18 |
438 | 2024-11-26T08:17:54.078Z | Downloaded regex-syntax v0.8.5 |
439 | 2024-11-26T08:17:54.086Z | Downloaded regex v1.11.1 |
440 | 2024-11-26T08:17:54.099Z | Downloaded zerocopy v0.7.35 |
441 | 2024-11-26T08:17:54.114Z | Downloaded crypto-common v0.1.6 |
442 | 2024-11-26T08:17:54.117Z | Downloaded cpufeatures v0.2.16 |
443 | 2024-11-26T08:17:54.117Z | Downloaded thiserror-impl v2.0.3 |
444 | 2024-11-26T08:17:54.119Z | Downloaded color-eyre v0.6.3 |
445 | 2024-11-26T08:17:54.125Z | Downloaded utf8parse v0.2.2 |
446 | 2024-11-26T08:17:54.127Z | Downloaded untrusted v0.9.0 |
447 | 2024-11-26T08:17:54.127Z | Downloaded unicase v2.8.0 |
448 | 2024-11-26T08:17:54.130Z | Downloaded tracing-error v0.2.0 |
449 | 2024-11-26T08:17:54.130Z | Downloaded toml_datetime v0.6.8 |
450 | 2024-11-26T08:17:54.133Z | Downloaded clap_derive v4.5.18 |
451 | 2024-11-26T08:17:54.133Z | Downloaded cfg_aliases v0.2.1 |
452 | 2024-11-26T08:17:54.136Z | Downloaded petgraph v0.6.5 |
453 | 2024-11-26T08:17:54.151Z | Downloaded libc v0.2.165 |
454 | 2024-11-26T08:17:54.185Z | Downloaded regex-automata v0.4.9 |
455 | 2024-11-26T08:17:54.213Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
456 | 2024-11-26T08:17:54.240Z | Downloaded tokio v1.41.1 |
457 | 2024-11-26T08:17:54.354Z | Downloaded recursion v0.5.2 |
458 | 2024-11-26T08:17:54.555Z | Downloaded ring v0.17.8 |
459 | 2024-11-26T08:17:54.839Z | Compiling proc-macro2 v1.0.92 |
460 | 2024-11-26T08:17:54.839Z | Compiling unicode-ident v1.0.14 |
461 | 2024-11-26T08:17:54.839Z | Compiling libc v0.2.165 |
462 | 2024-11-26T08:17:54.839Z | Compiling cfg-if v1.0.0 |
463 | 2024-11-26T08:17:54.841Z | Compiling memchr v2.7.4 |
464 | 2024-11-26T08:17:54.841Z | Compiling serde v1.0.215 |
465 | 2024-11-26T08:17:54.860Z | Compiling shlex v1.3.0 |
466 | 2024-11-26T08:17:55.026Z | Compiling once_cell v1.20.2 |
467 | 2024-11-26T08:17:55.046Z | Compiling autocfg v1.4.0 |
468 | 2024-11-26T08:17:55.250Z | Compiling itoa v1.0.14 |
469 | 2024-11-26T08:17:55.458Z | Compiling pin-project-lite v0.2.15 |
470 | 2024-11-26T08:17:55.513Z | Compiling rustix v0.38.41 |
471 | 2024-11-26T08:17:55.553Z | Compiling bitflags v2.6.0 |
472 | 2024-11-26T08:17:55.583Z | Compiling smallvec v1.13.2 |
473 | 2024-11-26T08:17:55.900Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-11-26T08:17:55.999Z | Compiling slab v0.4.9 |
475 | 2024-11-26T08:17:56.063Z | Compiling futures-core v0.3.31 |
476 | 2024-11-26T08:17:56.128Z | Compiling futures-sink v0.3.31 |
477 | 2024-11-26T08:17:56.297Z | Compiling jobserver v0.1.32 |
478 | 2024-11-26T08:17:56.312Z | Compiling futures-channel v0.3.31 |
479 | 2024-11-26T08:17:56.312Z | Compiling serde_json v1.0.133 |
480 | 2024-11-26T08:17:56.367Z | Compiling pin-utils v0.1.0 |
481 | 2024-11-26T08:17:56.455Z | Compiling ryu v1.0.18 |
482 | 2024-11-26T08:17:56.667Z | Compiling quote v1.0.37 |
483 | 2024-11-26T08:17:56.759Z | Compiling cc v1.2.1 |
484 | 2024-11-26T08:17:56.826Z | Compiling futures-io v0.3.31 |
485 | 2024-11-26T08:17:57.021Z | Compiling errno v0.3.9 |
486 | 2024-11-26T08:17:57.037Z | Compiling syn v2.0.89 |
487 | 2024-11-26T08:17:57.178Z | Compiling getrandom v0.2.15 |
488 | 2024-11-26T08:17:57.288Z | Compiling futures-task v0.3.31 |
489 | 2024-11-26T08:17:57.305Z | Compiling bytes v1.8.0 |
490 | 2024-11-26T08:17:57.490Z | Compiling tracing-core v0.1.33 |
491 | 2024-11-26T08:17:57.509Z | Compiling litemap v0.7.4 |
492 | 2024-11-26T08:17:57.524Z | Compiling writeable v0.5.5 |
493 | 2024-11-26T08:17:57.645Z | Compiling lazy_static v1.5.0 |
494 | 2024-11-26T08:17:57.788Z | Compiling thiserror v1.0.69 |
495 | 2024-11-26T08:17:58.020Z | Compiling camino v1.1.9 |
496 | 2024-11-26T08:17:58.377Z | Compiling log v0.4.22 |
497 | 2024-11-26T08:17:58.646Z | Compiling fnv v1.0.7 |
498 | 2024-11-26T08:17:58.792Z | Compiling mio v1.0.2 |
499 | 2024-11-26T08:17:58.946Z | Compiling socket2 v0.5.7 |
500 | 2024-11-26T08:17:59.114Z | Compiling signal-hook-registry v1.4.2 |
501 | 2024-11-26T08:17:59.264Z | Compiling unicode-width v0.1.14 |
502 | 2024-11-26T08:17:59.826Z | Compiling icu_locid_transform_data v1.5.0 |
503 | 2024-11-26T08:17:59.942Z | Compiling hashbrown v0.15.2 |
504 | 2024-11-26T08:18:00.052Z | Compiling equivalent v1.0.1 |
505 | 2024-11-26T08:18:00.169Z | Compiling rustls-pki-types v1.10.0 |
506 | 2024-11-26T08:18:00.409Z | Compiling target-lexicon v0.12.16 |
507 | 2024-11-26T08:18:00.511Z | Compiling ring v0.17.8 |
508 | 2024-11-26T08:18:00.581Z | Compiling backtrace v0.3.71 |
509 | 2024-11-26T08:18:00.645Z | Compiling http v1.1.0 |
510 | 2024-11-26T08:18:01.127Z | Compiling guppy-workspace-hack v0.1.0 |
511 | 2024-11-26T08:18:01.389Z | Compiling semver v1.0.23 |
512 | 2024-11-26T08:18:01.405Z | Compiling utf8parse v0.2.2 |
513 | 2024-11-26T08:18:01.431Z | Compiling icu_properties_data v1.5.0 |
514 | 2024-11-26T08:18:01.569Z | Compiling untrusted v0.9.0 |
515 | 2024-11-26T08:18:01.675Z | Compiling httparse v1.9.5 |
516 | 2024-11-26T08:18:01.765Z | Compiling byteorder v1.5.0 |
517 | 2024-11-26T08:18:01.886Z | Compiling adler v1.0.2 |
518 | 2024-11-26T08:18:02.028Z | Compiling gimli v0.28.1 |
519 | 2024-11-26T08:18:02.137Z | Compiling spin v0.9.8 |
520 | 2024-11-26T08:18:02.165Z | Compiling miniz_oxide v0.7.4 |
521 | 2024-11-26T08:18:02.364Z | Compiling http-body v1.0.1 |
522 | 2024-11-26T08:18:02.403Z | Compiling object v0.32.2 |
523 | 2024-11-26T08:18:02.611Z | Compiling rustls v0.23.18 |
524 | 2024-11-26T08:18:02.922Z | Compiling fastrand v2.2.0 |
525 | 2024-11-26T08:18:03.525Z | Compiling rustc-demangle v0.1.24 |
526 | 2024-11-26T08:18:03.545Z | Compiling icu_normalizer_data v1.5.0 |
527 | 2024-11-26T08:18:03.566Z | Compiling pkg-config v0.3.31 |
528 | 2024-11-26T08:18:03.640Z | Compiling zeroize v1.8.1 |
529 | 2024-11-26T08:18:03.970Z | Compiling try-lock v0.2.5 |
530 | 2024-11-26T08:18:04.121Z | Compiling write16 v1.0.0 |
531 | 2024-11-26T08:18:04.264Z | Compiling target-spec v3.2.2 |
532 | 2024-11-26T08:18:04.775Z | Compiling utf16_iter v1.0.5 |
533 | 2024-11-26T08:18:04.837Z | Compiling utf8_iter v1.0.4 |
534 | 2024-11-26T08:18:05.003Z | Compiling synstructure v0.13.1 |
535 | 2024-11-26T08:18:05.115Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
536 | 2024-11-26T08:18:05.319Z | Compiling want v0.3.1 |
537 | 2024-11-26T08:18:05.690Z | Compiling tempfile v3.14.0 |
538 | 2024-11-26T08:18:05.744Z | Compiling cfg-expr v0.17.1 |
539 | 2024-11-26T08:18:06.474Z | Compiling aho-corasick v1.1.3 |
540 | 2024-11-26T08:18:06.940Z | Compiling addr2line v0.21.0 |
541 | 2024-11-26T08:18:07.495Z | Compiling percent-encoding v2.3.1 |
542 | 2024-11-26T08:18:07.762Z | Compiling regex-syntax v0.8.5 |
543 | 2024-11-26T08:18:07.960Z | Compiling owo-colors v4.1.0 |
544 | 2024-11-26T08:18:07.962Z | Compiling subtle v2.6.1 |
545 | 2024-11-26T08:18:08.230Z | Compiling version_check v0.9.5 |
546 | 2024-11-26T08:18:08.469Z | Compiling form_urlencoded v1.2.1 |
547 | 2024-11-26T08:18:08.881Z | Compiling ahash v0.8.11 |
548 | 2024-11-26T08:18:08.948Z | Compiling num-traits v0.2.19 |
549 | 2024-11-26T08:18:09.217Z | Compiling either v1.13.0 |
550 | 2024-11-26T08:18:09.267Z | Compiling tower-service v0.3.3 |
551 | 2024-11-26T08:18:09.391Z | Compiling nextest-workspace-hack v0.1.0 |
552 | 2024-11-26T08:18:09.649Z | Compiling smawk v0.3.2 |
553 | 2024-11-26T08:18:09.688Z | Compiling portable-atomic v1.10.0 |
554 | 2024-11-26T08:18:10.376Z | Compiling serde_derive v1.0.215 |
555 | 2024-11-26T08:18:10.553Z | Compiling zerofrom-derive v0.1.5 |
556 | 2024-11-26T08:18:10.935Z | Compiling yoke-derive v0.7.5 |
557 | 2024-11-26T08:18:13.602Z | Compiling zerovec-derive v0.10.3 |
558 | 2024-11-26T08:18:13.965Z | Compiling zerofrom v0.1.5 |
559 | 2024-11-26T08:18:14.208Z | Compiling yoke v0.7.5 |
560 | 2024-11-26T08:18:14.465Z | Compiling displaydoc v0.2.5 |
561 | 2024-11-26T08:18:14.613Z | Compiling futures-macro v0.3.31 |
562 | 2024-11-26T08:18:16.116Z | Compiling icu_provider_macros v1.5.0 |
563 | 2024-11-26T08:18:16.158Z | Compiling zerovec v0.10.4 |
564 | 2024-11-26T08:18:16.580Z | Compiling futures-util v0.3.31 |
565 | 2024-11-26T08:18:17.232Z | Compiling thiserror-impl v1.0.69 |
566 | 2024-11-26T08:18:19.071Z | Compiling tinystr v0.7.6 |
567 | 2024-11-26T08:18:19.541Z | Compiling icu_locid v1.5.0 |
568 | 2024-11-26T08:18:20.263Z | Compiling tracing-attributes v0.1.27 |
569 | 2024-11-26T08:18:20.514Z | Compiling tokio-macros v2.4.0 |
570 | 2024-11-26T08:18:21.255Z | Compiling icu_provider v1.5.0 |
571 | 2024-11-26T08:18:22.093Z | Compiling tokio v1.41.1 |
572 | 2024-11-26T08:18:23.507Z | Compiling icu_locid_transform v1.5.0 |
573 | 2024-11-26T08:18:23.655Z | Compiling tracing v0.1.40 |
574 | 2024-11-26T08:18:23.671Z | Compiling icu_collections v1.5.0 |
575 | 2024-11-26T08:18:25.037Z | Compiling indexmap v2.6.0 |
576 | 2024-11-26T08:18:25.975Z | Compiling zerocopy-derive v0.7.35 |
577 | 2024-11-26T08:18:26.406Z | Compiling icu_properties v1.5.1 |
578 | 2024-11-26T08:18:28.143Z | Compiling zerocopy v0.7.35 |
579 | 2024-11-26T08:18:29.411Z | Compiling rustls-webpki v0.102.8 |
580 | 2024-11-26T08:18:29.858Z | Compiling regex-automata v0.4.9 |
581 | 2024-11-26T08:18:30.609Z | Compiling icu_normalizer v1.5.0 |
582 | 2024-11-26T08:18:32.629Z | Compiling idna_adapter v1.2.0 |
583 | 2024-11-26T08:18:32.842Z | Compiling hyper v1.5.1 |
584 | 2024-11-26T08:18:34.532Z | Compiling unicode-width v0.2.0 |
585 | 2024-11-26T08:18:35.112Z | Compiling winnow v0.6.20 |
586 | 2024-11-26T08:18:35.807Z | Compiling unicode-linebreak v0.1.5 |
587 | 2024-11-26T08:18:35.946Z | Compiling is_ci v1.2.0 |
588 | 2024-11-26T08:18:36.225Z | Compiling textwrap v0.16.1 |
589 | 2024-11-26T08:18:36.343Z | Compiling supports-color v3.0.1 |
590 | 2024-11-26T08:18:36.742Z | Compiling hyper-util v0.1.10 |
591 | 2024-11-26T08:18:39.616Z | Compiling idna v1.0.3 |
592 | 2024-11-26T08:18:39.913Z | Compiling pathdiff v0.2.3 |
593 | 2024-11-26T08:18:40.101Z | Compiling toml_datetime v0.6.8 |
594 | 2024-11-26T08:18:40.801Z | Compiling tokio-rustls v0.26.0 |
595 | 2024-11-26T08:18:41.217Z | Compiling cargo-platform v0.1.8 |
596 | 2024-11-26T08:18:41.283Z | Compiling serde_spanned v0.6.8 |
597 | 2024-11-26T08:18:41.562Z | Compiling backtrace-ext v0.2.1 |
598 | 2024-11-26T08:18:42.092Z | Compiling miette-derive v7.2.0 |
599 | 2024-11-26T08:18:42.545Z | Compiling webpki-roots v0.26.7 |
600 | 2024-11-26T08:18:42.758Z | Compiling terminal_size v0.3.0 |
601 | 2024-11-26T08:18:42.970Z | Compiling console v0.15.8 |
602 | 2024-11-26T08:18:44.998Z | Compiling tracing-log v0.2.0 |
603 | 2024-11-26T08:18:45.215Z | Compiling sharded-slab v0.1.7 |
604 | 2024-11-26T08:18:45.280Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-11-26T08:18:45.725Z | Compiling thread_local v1.1.8 |
606 | 2024-11-26T08:18:45.932Z | Compiling supports-unicode v3.0.0 |
607 | 2024-11-26T08:18:46.135Z | Compiling fixedbitset v0.4.2 |
608 | 2024-11-26T08:18:46.450Z | Compiling zstd-safe v7.2.1 |
609 | 2024-11-26T08:18:46.756Z | Compiling adler2 v2.0.0 |
610 | 2024-11-26T08:18:46.772Z | Compiling supports-hyperlinks v3.0.0 |
611 | 2024-11-26T08:18:46.786Z | Compiling thiserror v2.0.3 |
612 | 2024-11-26T08:18:46.804Z | Compiling newtype-uuid v1.1.3 |
613 | 2024-11-26T08:18:47.005Z | Compiling cfg_aliases v0.2.1 |
614 | 2024-11-26T08:18:47.110Z | Compiling nix v0.29.0 |
615 | 2024-11-26T08:18:47.128Z | Compiling miniz_oxide v0.8.0 |
616 | 2024-11-26T08:18:47.165Z | Compiling miette v7.2.0 |
617 | 2024-11-26T08:18:47.762Z | Compiling tracing-subscriber v0.3.18 |
618 | 2024-11-26T08:18:47.976Z | Compiling petgraph v0.6.5 |
619 | 2024-11-26T08:18:50.349Z | Compiling vte v0.11.1 |
620 | 2024-11-26T08:18:51.083Z | Compiling hyper-rustls v0.27.3 |
621 | 2024-11-26T08:18:52.819Z | Compiling cargo_metadata v0.18.1 |
622 | 2024-11-26T08:18:54.095Z | Compiling toml_edit v0.22.22 |
623 | 2024-11-26T08:18:54.466Z | Compiling url v2.5.4 |
624 | 2024-11-26T08:18:55.613Z | Compiling regex v1.11.1 |
625 | 2024-11-26T08:18:57.600Z | Compiling ppv-lite86 v0.2.20 |
626 | 2024-11-26T08:18:58.570Z | Compiling smol_str v0.3.2 |
627 | 2024-11-26T08:18:59.158Z | Compiling serde_urlencoded v0.7.1 |
628 | 2024-11-26T08:18:59.312Z | Compiling http-body-util v0.1.2 |
629 | 2024-11-26T08:18:59.757Z | Compiling futures-executor v0.3.31 |
630 | 2024-11-26T08:18:59.773Z | Compiling thiserror-impl v2.0.3 |
631 | 2024-11-26T08:18:59.852Z | Compiling pin-project-internal v1.1.7 |
632 | 2024-11-26T08:18:59.905Z | Compiling itertools v0.13.0 |
633 | 2024-11-26T08:19:00.926Z | Compiling anstyle-parse v0.2.6 |
634 | 2024-11-26T08:19:01.302Z | Compiling rustls-pemfile v2.2.0 |
635 | 2024-11-26T08:19:01.785Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T08:19:02.139Z | Compiling uuid v1.11.0 |
637 | 2024-11-26T08:19:02.729Z | Compiling rand_core v0.6.4 |
638 | 2024-11-26T08:19:02.932Z | Compiling filetime v0.2.25 |
639 | 2024-11-26T08:19:03.174Z | Compiling sync_wrapper v1.0.2 |
640 | 2024-11-26T08:19:03.203Z | Compiling bstr v1.11.0 |
641 | 2024-11-26T08:19:03.218Z | Compiling crc32fast v1.4.2 |
642 | 2024-11-26T08:19:03.326Z | Compiling iana-time-zone v0.1.61 |
643 | 2024-11-26T08:19:03.705Z | Compiling mime v0.3.17 |
644 | 2024-11-26T08:19:03.723Z | Compiling base64 v0.22.1 |
645 | 2024-11-26T08:19:04.042Z | Compiling anstyle-query v1.1.2 |
646 | 2024-11-26T08:19:04.198Z | Compiling number_prefix v0.4.0 |
647 | 2024-11-26T08:19:04.447Z | Compiling static_assertions v1.1.0 |
648 | 2024-11-26T08:19:04.561Z | Compiling tinyvec_macros v0.1.1 |
649 | 2024-11-26T08:19:04.655Z | Compiling debug-ignore v1.0.5 |
650 | 2024-11-26T08:19:04.763Z | Compiling nested v0.1.1 |
651 | 2024-11-26T08:19:04.779Z | Compiling ipnet v2.10.1 |
652 | 2024-11-26T08:19:04.804Z | Compiling colorchoice v1.0.3 |
653 | 2024-11-26T08:19:04.820Z | Compiling anstyle v1.0.10 |
654 | 2024-11-26T08:19:04.822Z | Compiling indenter v0.3.3 |
655 | 2024-11-26T08:19:04.966Z | Compiling minimal-lexical v0.2.1 |
656 | 2024-11-26T08:19:05.003Z | Compiling eyre v0.6.12 |
657 | 2024-11-26T08:19:05.100Z | Compiling self_update v0.41.0 |
658 | 2024-11-26T08:19:05.362Z | Compiling is_terminal_polyfill v1.70.1 |
659 | 2024-11-26T08:19:05.491Z | Compiling anstream v0.6.18 |
660 | 2024-11-26T08:19:05.507Z | Compiling nom v7.1.3 |
661 | 2024-11-26T08:19:05.557Z | Compiling reqwest v0.12.9 |
662 | 2024-11-26T08:19:05.997Z | Compiling guppy v0.17.8 |
663 | 2024-11-26T08:19:06.597Z | Compiling tinyvec v1.8.0 |
664 | 2024-11-26T08:19:07.834Z | Compiling indicatif v0.17.9 |
665 | 2024-11-26T08:19:08.312Z | Compiling globset v0.4.15 |
666 | 2024-11-26T08:19:09.883Z | Compiling chrono v0.4.38 |
667 | 2024-11-26T08:19:11.315Z | Compiling flate2 v1.0.35 |
668 | 2024-11-26T08:19:12.635Z | Compiling tar v0.4.43 |
669 | 2024-11-26T08:19:15.085Z | Compiling rand_chacha v0.3.1 |
670 | 2024-11-26T08:19:16.859Z | Compiling pin-project v1.1.7 |
671 | 2024-11-26T08:19:17.002Z | Compiling futures v0.3.31 |
672 | 2024-11-26T08:19:17.120Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T08:19:17.289Z | Compiling toml v0.8.19 |
674 | 2024-11-26T08:19:17.377Z | Compiling strip-ansi-escapes v0.2.0 |
675 | 2024-11-26T08:19:17.978Z | Compiling tracing-error v0.2.0 |
676 | 2024-11-26T08:19:18.412Z | Compiling self-replace v1.5.0 |
677 | 2024-11-26T08:19:18.775Z | Compiling terminal_size v0.4.0 |
678 | 2024-11-26T08:19:19.001Z | Compiling shared_child v1.0.1 |
679 | 2024-11-26T08:19:19.017Z | Compiling os_pipe v1.2.1 |
680 | 2024-11-26T08:19:19.019Z | Compiling quick-xml v0.23.1 |
681 | 2024-11-26T08:19:19.291Z | Compiling quick-xml v0.37.1 |
682 | 2024-11-26T08:19:19.529Z | Compiling clap_lex v0.7.3 |
683 | 2024-11-26T08:19:19.647Z | Compiling strsim v0.11.1 |
684 | 2024-11-26T08:19:20.246Z | Compiling unicase v2.8.0 |
685 | 2024-11-26T08:19:20.814Z | Compiling humantime v2.1.0 |
686 | 2024-11-26T08:19:21.508Z | Compiling urlencoding v2.1.3 |
687 | 2024-11-26T08:19:21.589Z | Compiling owo-colors v3.5.0 |
688 | 2024-11-26T08:19:21.651Z | Compiling recursion v0.5.2 |
689 | 2024-11-26T08:19:21.878Z | Compiling heck v0.5.0 |
690 | 2024-11-26T08:19:21.946Z | Compiling shell-words v1.1.0 |
691 | 2024-11-26T08:19:22.315Z | Compiling clap_derive v4.5.18 |
692 | 2024-11-26T08:19:22.365Z | Compiling nextest-filtering v0.12.0 |
693 | 2024-11-26T08:19:24.483Z | Compiling color-spantrace v0.2.1 |
694 | 2024-11-26T08:19:24.822Z | Compiling humantime-serde v1.1.1 |
695 | 2024-11-26T08:19:25.075Z | Compiling clap_builder v4.5.21 |
696 | 2024-11-26T08:19:25.460Z | Compiling quick-junit v0.5.1 |
697 | 2024-11-26T08:19:27.079Z | Compiling duct v0.13.7 |
698 | 2024-11-26T08:19:27.937Z | Compiling cargo-nextest v0.9.84 |
699 | 2024-11-26T08:19:28.478Z | Compiling config v0.14.1 |
700 | 2024-11-26T08:19:31.218Z | Compiling async-scoped v0.9.0 |
701 | 2024-11-26T08:19:31.404Z | Compiling rand v0.8.5 |
702 | 2024-11-26T08:19:31.543Z | Compiling zstd v0.13.2 |
703 | 2024-11-26T08:19:32.447Z | Compiling unicode-normalization v0.1.24 |
704 | 2024-11-26T08:19:33.367Z | Compiling target-spec-miette v0.4.0 |
705 | 2024-11-26T08:19:33.793Z | Compiling mukti-metadata v0.2.1 |
706 | 2024-11-26T08:19:34.099Z | Compiling camino-tempfile v1.1.1 |
707 | 2024-11-26T08:19:34.288Z | Compiling serde_ignored v0.1.10 |
708 | 2024-11-26T08:19:34.722Z | Compiling serde_path_to_error v0.1.16 |
709 | 2024-11-26T08:19:34.817Z | Compiling future-queue v0.3.0 |
710 | 2024-11-26T08:19:34.852Z | Compiling atomicwrites v0.4.4 |
711 | 2024-11-26T08:19:35.278Z | Compiling display-error-chain v0.2.2 |
712 | 2024-11-26T08:19:35.368Z | Compiling swrite v0.1.0 |
713 | 2024-11-26T08:19:35.481Z | Compiling home v0.5.9 |
714 | 2024-11-26T08:19:35.499Z | Compiling xxhash-rust v0.8.12 |
715 | 2024-11-26T08:19:35.756Z | Compiling nextest-runner v0.67.0 |
716 | 2024-11-26T08:19:35.773Z | Compiling color-eyre v0.6.3 |
717 | 2024-11-26T08:19:35.775Z | Compiling clap v4.5.21 |
718 | 2024-11-26T08:19:35.931Z | Compiling dialoguer v0.11.0 |
719 | 2024-11-26T08:19:38.272Z | Compiling enable-ansi-support v0.2.1 |
720 | 2024-11-26T08:20:15.659Z | Finished `release` profile [optimized] target(s) in 2m 24s |
721 | 2024-11-26T08:20:15.873Z | Installing /home/build/.cargo/bin/cargo-nextest |
722 | 2024-11-26T08:20:15.875Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
723 | 2024-11-26T08:20:15.973Z | + pushd rdb |
724 | 2024-11-26T08:20:15.976Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
725 | 2024-11-26T08:20:15.976Z | + cargo nextest run |
726 | 2024-11-26T08:20:16.253Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
727 | 2024-11-26T08:20:16.478Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
728 | 2024-11-26T08:20:16.705Z | From https://www.github.com/oxidecomputer/oxnet |
729 | 2024-11-26T08:20:16.705Z | * [new branch] ci -> origin/ci |
730 | 2024-11-26T08:20:16.708Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
731 | 2024-11-26T08:20:16.708Z | * [new branch] main -> origin/main |
732 | 2024-11-26T08:20:16.708Z | * [new ref] -> origin/HEAD |
733 | 2024-11-26T08:20:16.716Z | Updating crates.io index |
734 | 2024-11-26T08:20:16.784Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
735 | 2024-11-26T08:20:17.613Z | From https://github.com/oxidecomputer/falcon |
736 | 2024-11-26T08:20:17.613Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
737 | 2024-11-26T08:20:17.720Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
738 | 2024-11-26T08:20:18.787Z | From https://github.com/oxidecomputer/dendrite |
739 | 2024-11-26T08:20:18.787Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
740 | 2024-11-26T08:20:18.838Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
741 | 2024-11-26T08:20:19.175Z | From https://github.com/oxidecomputer/ispf |
742 | 2024-11-26T08:20:19.175Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
743 | 2024-11-26T08:20:19.184Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-11-26T08:20:19.651Z | From https://github.com/oxidecomputer/netadm-sys |
745 | 2024-11-26T08:20:19.651Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
746 | 2024-11-26T08:20:19.663Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
747 | 2024-11-26T08:20:23.982Z | From https://github.com/oxidecomputer/omicron |
748 | 2024-11-26T08:20:23.982Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
749 | 2024-11-26T08:20:24.012Z | * [new tag] dogfood -> dogfood |
750 | 2024-11-26T08:20:24.015Z | * [new tag] v5 -> v5 |
751 | 2024-11-26T08:20:24.015Z | * [new tag] v6 -> v6 |
752 | 2024-11-26T08:20:24.015Z | * [new tag] v7 -> v7 |
753 | 2024-11-26T08:20:24.015Z | * [new tag] v8 -> v8 |
754 | 2024-11-26T08:20:24.015Z | * [new tag] v9 -> v9 |
755 | 2024-11-26T08:20:24.375Z | Updating git repository `https://github.com/oxidecomputer/opte` |
756 | 2024-11-26T08:20:25.291Z | From https://github.com/oxidecomputer/opte |
757 | 2024-11-26T08:20:25.291Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
758 | 2024-11-26T08:20:25.354Z | Updating git repository `https://github.com/illumos/smf-rs` |
759 | 2024-11-26T08:20:25.716Z | From https://github.com/illumos/smf-rs |
760 | 2024-11-26T08:20:25.716Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
761 | 2024-11-26T08:20:25.728Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
762 | 2024-11-26T08:20:26.235Z | From https://github.com/oxidecomputer/maghemite |
763 | 2024-11-26T08:20:26.235Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
764 | 2024-11-26T08:20:26.251Z | * [new tag] rift -> rift |
765 | 2024-11-26T08:20:26.254Z | * [new tag] srp -> srp |
766 | 2024-11-26T08:20:26.255Z | * [new tag] tie-spf -> tie-spf |
767 | 2024-11-26T08:20:26.306Z | Updating git repository `https://github.com/oxidecomputer/zone` |
768 | 2024-11-26T08:20:26.675Z | From https://github.com/oxidecomputer/zone |
769 | 2024-11-26T08:20:26.675Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
770 | 2024-11-26T08:20:26.708Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
771 | 2024-11-26T08:20:27.445Z | From https://github.com/oxidecomputer/propolis |
772 | 2024-11-26T08:20:27.445Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
773 | 2024-11-26T08:20:27.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2024-11-26T08:20:27.945Z | From https://github.com/oxidecomputer/dlpi-sys |
775 | 2024-11-26T08:20:27.945Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
776 | 2024-11-26T08:20:27.960Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
777 | 2024-11-26T08:20:28.370Z | From https://github.com/jmesmon/rust-libzfs |
778 | 2024-11-26T08:20:28.370Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
779 | 2024-11-26T08:20:28.385Z | * [new tag] v0.4.0 -> v0.4.0 |
780 | 2024-11-26T08:20:28.400Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
781 | 2024-11-26T08:20:28.772Z | From https://github.com/oxidecomputer/rusty-doors |
782 | 2024-11-26T08:20:28.772Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
783 | 2024-11-26T08:20:28.801Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
784 | 2024-11-26T08:20:29.223Z | From https://github.com/oxidecomputer/maghemite |
785 | 2024-11-26T08:20:29.223Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
786 | 2024-11-26T08:20:29.271Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
787 | 2024-11-26T08:20:29.605Z | From https://github.com/oxidecomputer/serde_human_bytes |
788 | 2024-11-26T08:20:29.605Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
789 | 2024-11-26T08:20:29.626Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
790 | 2024-11-26T08:20:30.010Z | From https://github.com/oxidecomputer/slog-error-chain |
791 | 2024-11-26T08:20:30.010Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
792 | 2024-11-26T08:20:30.035Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
793 | 2024-11-26T08:20:30.419Z | From https://github.com/oxidecomputer/poptrie |
794 | 2024-11-26T08:20:30.419Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
795 | 2024-11-26T08:20:30.434Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
796 | 2024-11-26T08:20:30.804Z | From https://github.com/illumos/libscf-sys |
797 | 2024-11-26T08:20:30.804Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
798 | 2024-11-26T08:20:30.833Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
799 | 2024-11-26T08:20:31.807Z | From https://github.com/oxidecomputer/progenitor |
800 | 2024-11-26T08:20:31.807Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
801 | 2024-11-26T08:20:31.827Z | * [new tag] v0.1.1 -> v0.1.1 |
802 | 2024-11-26T08:20:31.829Z | * [new tag] v0.2.0 -> v0.2.0 |
803 | 2024-11-26T08:20:31.829Z | * [new tag] v0.3.0 -> v0.3.0 |
804 | 2024-11-26T08:20:31.829Z | * [new tag] v0.4.0 -> v0.4.0 |
805 | 2024-11-26T08:20:31.829Z | * [new tag] v0.5.0 -> v0.5.0 |
806 | 2024-11-26T08:20:31.829Z | * [new tag] v0.6.0 -> v0.6.0 |
807 | 2024-11-26T08:20:31.829Z | * [new tag] v0.7.0 -> v0.7.0 |
808 | 2024-11-26T08:20:31.991Z | Updating git repository `https://github.com/oxidecomputer/typify` |
809 | 2024-11-26T08:20:32.825Z | From https://github.com/oxidecomputer/typify |
810 | 2024-11-26T08:20:32.825Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
811 | 2024-11-26T08:20:32.832Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-11-26T08:20:32.845Z | * [new tag] v0.0.10 -> v0.0.10 |
813 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.11 -> v0.0.11 |
814 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.12 -> v0.0.12 |
815 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.13 -> v0.0.13 |
816 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.14 -> v0.0.14 |
817 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.15 -> v0.0.15 |
818 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.16 -> v0.0.16 |
819 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.4 -> v0.0.4 |
820 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.5 -> v0.0.5 |
821 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.7 -> v0.0.7 |
822 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.8 -> v0.0.8 |
823 | 2024-11-26T08:20:32.848Z | * [new tag] v0.0.9 -> v0.0.9 |
824 | 2024-11-26T08:20:32.848Z | * [new tag] v0.1.0 -> v0.1.0 |
825 | 2024-11-26T08:20:32.983Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
826 | 2024-11-26T08:20:34.865Z | From https://github.com/oxidecomputer/crucible |
827 | 2024-11-26T08:20:34.865Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
828 | 2024-11-26T08:20:34.921Z | Updating git repository `https://github.com/oxidecomputer/opte` |
829 | 2024-11-26T08:20:35.343Z | From https://github.com/oxidecomputer/opte |
830 | 2024-11-26T08:20:35.343Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
831 | 2024-11-26T08:20:35.397Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
832 | 2024-11-26T08:20:36.012Z | From https://github.com/oxidecomputer/management-gateway-service |
833 | 2024-11-26T08:20:36.012Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
834 | 2024-11-26T08:20:37.043Z | Locking 2 packages to latest compatible versions |
835 | 2024-11-26T08:20:37.144Z | Adding thiserror v2.0.3 |
836 | 2024-11-26T08:20:37.147Z | Adding thiserror-impl v2.0.3 |
837 | 2024-11-26T08:20:37.239Z | Downloading crates ... |
838 | 2024-11-26T08:20:37.396Z | Downloaded darling_core v0.20.10 |
839 | 2024-11-26T08:20:37.403Z | Downloaded anstream v0.6.15 |
840 | 2024-11-26T08:20:37.410Z | Downloaded allocator-api2 v0.2.18 |
841 | 2024-11-26T08:20:37.442Z | Downloaded arrayref v0.3.9 |
842 | 2024-11-26T08:20:37.445Z | Downloaded arrayvec v0.7.6 |
843 | 2024-11-26T08:20:37.447Z | Downloaded anstyle-query v1.1.1 |
844 | 2024-11-26T08:20:37.450Z | Downloaded async-trait v0.1.83 |
845 | 2024-11-26T08:20:37.453Z | Downloaded atomic-waker v1.1.2 |
846 | 2024-11-26T08:20:37.453Z | Downloaded autocfg v1.3.0 |
847 | 2024-11-26T08:20:37.455Z | Downloaded async-stream v0.3.5 |
848 | 2024-11-26T08:20:37.458Z | Downloaded anstyle-parse v0.2.5 |
849 | 2024-11-26T08:20:37.460Z | Downloaded async-stream-impl v0.3.5 |
850 | 2024-11-26T08:20:37.460Z | Downloaded argon2 v0.5.3 |
851 | 2024-11-26T08:20:37.462Z | Downloaded arc-swap v1.7.1 |
852 | 2024-11-26T08:20:37.465Z | Downloaded backoff v0.4.0 |
853 | 2024-11-26T08:20:37.468Z | Downloaded const-random v0.1.18 |
854 | 2024-11-26T08:20:37.470Z | Downloaded anyhow v1.0.93 |
855 | 2024-11-26T08:20:37.473Z | Downloaded httparse v1.9.4 |
856 | 2024-11-26T08:20:37.476Z | Downloaded defmt-macros v0.3.9 |
857 | 2024-11-26T08:20:37.479Z | Downloaded clap_lex v0.7.2 |
858 | 2024-11-26T08:20:37.482Z | Downloaded crossbeam-utils v0.8.20 |
859 | 2024-11-26T08:20:37.484Z | Downloaded blake2 v0.10.6 |
860 | 2024-11-26T08:20:37.487Z | Downloaded linear-map v1.2.0 |
861 | 2024-11-26T08:20:37.489Z | Downloaded crunchy v0.2.2 |
862 | 2024-11-26T08:20:37.490Z | Downloaded crossbeam-epoch v0.9.18 |
863 | 2024-11-26T08:20:37.492Z | Downloaded bitflags v1.3.2 |
864 | 2024-11-26T08:20:37.495Z | Downloaded hostname v0.3.1 |
865 | 2024-11-26T08:20:37.497Z | Downloaded futures-executor v0.3.30 |
866 | 2024-11-26T08:20:37.500Z | Downloaded bytes v1.7.2 |
867 | 2024-11-26T08:20:37.502Z | Downloaded half v2.4.1 |
868 | 2024-11-26T08:20:37.505Z | Downloaded foreign-types-shared v0.3.1 |
869 | 2024-11-26T08:20:37.508Z | Downloaded colorchoice v1.0.2 |
870 | 2024-11-26T08:20:37.508Z | Downloaded rustls v0.21.12 |
871 | 2024-11-26T08:20:37.521Z | Downloaded derive-where v1.2.7 |
872 | 2024-11-26T08:20:37.525Z | Downloaded serde-big-array v0.5.1 |
873 | 2024-11-26T08:20:37.528Z | Downloaded schemars_derive v0.8.21 |
874 | 2024-11-26T08:20:37.530Z | Downloaded crucible-workspace-hack v0.1.0 |
875 | 2024-11-26T08:20:37.530Z | Downloaded scroll_derive v0.12.0 |
876 | 2024-11-26T08:20:37.533Z | Downloaded semver v0.1.20 |
877 | 2024-11-26T08:20:37.533Z | Downloaded rustls-pemfile v1.0.4 |
878 | 2024-11-26T08:20:37.535Z | Downloaded serde_derive_internals v0.29.1 |
879 | 2024-11-26T08:20:37.538Z | Downloaded rustls-pki-types v1.8.0 |
880 | 2024-11-26T08:20:37.540Z | Downloaded scroll v0.12.0 |
881 | 2024-11-26T08:20:37.543Z | Downloaded scopeguard v1.2.0 |
882 | 2024-11-26T08:20:37.546Z | Downloaded same-file v1.0.6 |
883 | 2024-11-26T08:20:37.546Z | Downloaded rustls-pemfile v2.1.3 |
884 | 2024-11-26T08:20:37.548Z | Downloaded fxhash v0.2.1 |
885 | 2024-11-26T08:20:37.550Z | Downloaded sync_wrapper v0.1.2 |
886 | 2024-11-26T08:20:37.550Z | Downloaded sigpipe v0.1.3 |
887 | 2024-11-26T08:20:37.561Z | Downloaded sync_wrapper v1.0.1 |
888 | 2024-11-26T08:20:37.561Z | Downloaded strum v0.26.3 |
889 | 2024-11-26T08:20:37.561Z | Downloaded crossbeam-deque v0.8.5 |
890 | 2024-11-26T08:20:37.564Z | Downloaded time-core v0.1.2 |
891 | 2024-11-26T08:20:37.566Z | Downloaded newline-converter v0.3.0 |
892 | 2024-11-26T08:20:37.569Z | Downloaded slog-json v2.6.1 |
893 | 2024-11-26T08:20:37.571Z | Downloaded serde_repr v0.1.19 |
894 | 2024-11-26T08:20:37.574Z | Downloaded sct v0.7.1 |
895 | 2024-11-26T08:20:37.576Z | Downloaded http-body v0.4.6 |
896 | 2024-11-26T08:20:37.579Z | Downloaded enum-as-inner v0.6.1 |
897 | 2024-11-26T08:20:37.581Z | Downloaded embedded-io v0.4.0 |
898 | 2024-11-26T08:20:37.583Z | Downloaded dirs-next v2.0.0 |
899 | 2024-11-26T08:20:37.583Z | Downloaded usdt-attr-macro v0.5.0 |
900 | 2024-11-26T08:20:37.586Z | Downloaded usdt-macro v0.5.0 |
901 | 2024-11-26T08:20:37.586Z | Downloaded dyn-clone v1.0.17 |
902 | 2024-11-26T08:20:37.588Z | Downloaded waitgroup v0.1.2 |
903 | 2024-11-26T08:20:37.588Z | Downloaded topological-sort v0.2.2 |
904 | 2024-11-26T08:20:37.591Z | Downloaded ciborium-ll v0.2.2 |
905 | 2024-11-26T08:20:37.593Z | Downloaded proc-macro-error-attr v1.0.4 |
906 | 2024-11-26T08:20:37.593Z | Downloaded hex v0.4.3 |
907 | 2024-11-26T08:20:37.595Z | Downloaded fastrand v2.1.1 |
908 | 2024-11-26T08:20:37.598Z | Downloaded slog-dtrace v0.3.0 |
909 | 2024-11-26T08:20:37.598Z | Downloaded slog-async v2.8.0 |
910 | 2024-11-26T08:20:37.601Z | Downloaded zone_cfg_derive v0.1.2 |
911 | 2024-11-26T08:20:37.603Z | Downloaded dirs-sys-next v0.1.2 |
912 | 2024-11-26T08:20:37.603Z | Downloaded spin v0.5.2 |
913 | 2024-11-26T08:20:37.605Z | Downloaded slog-stdlog v4.1.1 |
914 | 2024-11-26T08:20:37.605Z | Downloaded strum_macros v0.25.3 |
915 | 2024-11-26T08:20:37.609Z | Downloaded structmeta-derive v0.3.0 |
916 | 2024-11-26T08:20:37.612Z | Downloaded tabwriter v1.4.0 |
917 | 2024-11-26T08:20:37.612Z | Downloaded futures-sink v0.3.30 |
918 | 2024-11-26T08:20:37.614Z | Downloaded futures-core v0.3.30 |
919 | 2024-11-26T08:20:37.614Z | Downloaded tiny-keccak v2.0.2 |
920 | 2024-11-26T08:20:37.619Z | Downloaded defmt-parser v0.3.4 |
921 | 2024-11-26T08:20:37.622Z | Downloaded omicron-workspace-hack v0.1.0 |
922 | 2024-11-26T08:20:37.622Z | Downloaded zone_cfg_derive v0.3.0 |
923 | 2024-11-26T08:20:37.622Z | Downloaded progenitor-client v0.8.0 |
924 | 2024-11-26T08:20:37.622Z | Downloaded num_threads v0.1.7 |
925 | 2024-11-26T08:20:37.622Z | Downloaded ident_case v1.0.1 |
926 | 2024-11-26T08:20:37.624Z | Downloaded newtype_derive v0.1.6 |
927 | 2024-11-26T08:20:37.624Z | Downloaded zone v0.1.8 |
928 | 2024-11-26T08:20:37.627Z | Downloaded smf v0.2.3 |
929 | 2024-11-26T08:20:37.629Z | Downloaded indent_write v2.2.0 |
930 | 2024-11-26T08:20:37.629Z | Downloaded hubpack v0.1.2 |
931 | 2024-11-26T08:20:37.631Z | Downloaded highway v1.2.0 |
932 | 2024-11-26T08:20:37.633Z | Downloaded untrusted v0.7.1 |
933 | 2024-11-26T08:20:37.634Z | Downloaded typify-macro v0.2.0 |
934 | 2024-11-26T08:20:37.634Z | Downloaded thiserror v1.0.64 |
935 | 2024-11-26T08:20:37.638Z | Downloaded usdt v0.5.0 |
936 | 2024-11-26T08:20:37.641Z | Downloaded utf-8 v0.7.6 |
937 | 2024-11-26T08:20:37.641Z | Downloaded slog-term v2.9.1 |
938 | 2024-11-26T08:20:37.644Z | Downloaded parse-display-derive v0.10.0 |
939 | 2024-11-26T08:20:37.646Z | Downloaded progenitor v0.8.0 |
940 | 2024-11-26T08:20:37.646Z | Downloaded xz2 v0.1.7 |
941 | 2024-11-26T08:20:37.649Z | Downloaded usdt-impl v0.5.0 |
942 | 2024-11-26T08:20:37.651Z | Downloaded thiserror-impl v1.0.64 |
943 | 2024-11-26T08:20:37.651Z | Downloaded pest_generator v2.7.13 |
944 | 2024-11-26T08:20:37.653Z | Downloaded zone v0.3.0 |
945 | 2024-11-26T08:20:37.656Z | Downloaded cookie v0.18.1 |
946 | 2024-11-26T08:20:37.659Z | Downloaded futures-util v0.3.30 |
947 | 2024-11-26T08:20:37.669Z | Downloaded parse-display v0.10.0 |
948 | 2024-11-26T08:20:37.673Z | Downloaded num-conv v0.1.0 |
949 | 2024-11-26T08:20:37.673Z | Downloaded newtype-uuid v1.1.0 |
950 | 2024-11-26T08:20:37.675Z | Downloaded powerfmt v0.2.0 |
951 | 2024-11-26T08:20:37.675Z | Downloaded smartstring v1.0.1 |
952 | 2024-11-26T08:20:37.678Z | Downloaded slog-scope v4.4.0 |
953 | 2024-11-26T08:20:37.680Z | Downloaded pretty-hex v0.4.1 |
954 | 2024-11-26T08:20:37.683Z | Downloaded instant v0.1.13 |
955 | 2024-11-26T08:20:37.683Z | Downloaded tokio-rustls v0.25.0 |
956 | 2024-11-26T08:20:37.686Z | Downloaded tokio-rustls v0.24.1 |
957 | 2024-11-26T08:20:37.688Z | Downloaded match_cfg v0.1.0 |
958 | 2024-11-26T08:20:37.688Z | Downloaded num_enum v0.5.11 |
959 | 2024-11-26T08:20:37.693Z | Downloaded num_enum_derive v0.7.3 |
960 | 2024-11-26T08:20:37.695Z | Downloaded base64 v0.13.1 |
961 | 2024-11-26T08:20:37.698Z | Downloaded memmap v0.7.0 |
962 | 2024-11-26T08:20:37.700Z | Downloaded tokio-tungstenite v0.21.0 |
963 | 2024-11-26T08:20:37.703Z | Downloaded is-terminal v0.4.13 |
964 | 2024-11-26T08:20:37.703Z | Downloaded derive_more v0.99.18 |
965 | 2024-11-26T08:20:37.708Z | Downloaded httpdate v1.0.3 |
966 | 2024-11-26T08:20:37.711Z | Downloaded typify v0.2.0 |
967 | 2024-11-26T08:20:37.713Z | Downloaded progenitor-macro v0.8.0 |
968 | 2024-11-26T08:20:37.716Z | Downloaded postcard v1.0.10 |
969 | 2024-11-26T08:20:37.718Z | Downloaded pretty-hex v0.2.1 |
970 | 2024-11-26T08:20:37.718Z | Downloaded walkdir v2.5.0 |
971 | 2024-11-26T08:20:37.721Z | Downloaded ciborium v0.2.2 |
972 | 2024-11-26T08:20:37.723Z | Downloaded ipnetwork v0.20.0 |
973 | 2024-11-26T08:20:37.726Z | Downloaded macaddr v1.0.1 |
974 | 2024-11-26T08:20:37.726Z | Downloaded num-iter v0.1.45 |
975 | 2024-11-26T08:20:37.728Z | Downloaded strum_macros v0.26.4 |
976 | 2024-11-26T08:20:37.731Z | Downloaded parking_lot_core v0.9.10 |
977 | 2024-11-26T08:20:37.733Z | Downloaded pin-project-lite v0.2.14 |
978 | 2024-11-26T08:20:37.737Z | Downloaded plain v0.2.3 |
979 | 2024-11-26T08:20:37.740Z | Downloaded num-integer v0.1.46 |
980 | 2024-11-26T08:20:37.742Z | Downloaded num-derive v0.4.2 |
981 | 2024-11-26T08:20:37.745Z | Downloaded no-std-compat v0.4.1 |
982 | 2024-11-26T08:20:37.745Z | Downloaded proc-macro-error v1.0.4 |
983 | 2024-11-26T08:20:37.747Z | Downloaded dropshot_endpoint v0.12.0 |
984 | 2024-11-26T08:20:37.752Z | Downloaded managed v0.8.0 |
985 | 2024-11-26T08:20:37.755Z | Downloaded rustc_version v0.1.7 |
986 | 2024-11-26T08:20:37.755Z | Downloaded itoa v1.0.11 |
987 | 2024-11-26T08:20:37.755Z | Downloaded ipnet v2.10.0 |
988 | 2024-11-26T08:20:37.757Z | Downloaded diff v0.1.13 |
989 | 2024-11-26T08:20:37.760Z | Downloaded hyper-rustls v0.24.2 |
990 | 2024-11-26T08:20:37.763Z | Downloaded unicode-ident v1.0.13 |
991 | 2024-11-26T08:20:37.765Z | Downloaded unicode-bidi v0.3.15 |
992 | 2024-11-26T08:20:37.769Z | Downloaded lru-cache v0.1.2 |
993 | 2024-11-26T08:20:37.771Z | Downloaded parking_lot v0.11.2 |
994 | 2024-11-26T08:20:37.773Z | Downloaded whoami v1.5.2 |
995 | 2024-11-26T08:20:37.775Z | Downloaded password-hash v0.5.0 |
996 | 2024-11-26T08:20:37.778Z | Downloaded linked-hash-map v0.5.6 |
997 | 2024-11-26T08:20:37.778Z | Downloaded paste v1.0.15 |
998 | 2024-11-26T08:20:37.781Z | Downloaded quinn-udp v0.5.5 |
999 | 2024-11-26T08:20:37.783Z | Downloaded serde_yaml v0.9.34+deprecated |
1000 | 2024-11-26T08:20:37.787Z | Downloaded num-complex v0.4.6 |
1001 | 2024-11-26T08:20:37.789Z | Downloaded pest_derive v2.7.13 |
1002 | 2024-11-26T08:20:37.792Z | Downloaded omicron-zone-package v0.11.1 |
1003 | 2024-11-26T08:20:37.794Z | Downloaded proc-macro2 v1.0.86 |
1004 | 2024-11-26T08:20:37.797Z | Downloaded heapless v0.8.0 |
1005 | 2024-11-26T08:20:37.802Z | Downloaded term v0.7.0 |
1006 | 2024-11-26T08:20:37.805Z | Downloaded tungstenite v0.21.0 |
1007 | 2024-11-26T08:20:37.808Z | Downloaded cc v1.1.21 |
1008 | 2024-11-26T08:20:37.812Z | Downloaded lock_api v0.4.12 |
1009 | 2024-11-26T08:20:37.815Z | Downloaded rhai_codegen v2.2.0 |
1010 | 2024-11-26T08:20:37.822Z | Downloaded resolv-conf v0.7.0 |
1011 | 2024-11-26T08:20:37.824Z | Downloaded pest_meta v2.7.13 |
1012 | 2024-11-26T08:20:37.827Z | Downloaded unsafe-libyaml v0.2.11 |
1013 | 2024-11-26T08:20:37.830Z | Downloaded zerocopy v0.6.6 |
1014 | 2024-11-26T08:20:37.833Z | Downloaded progenitor-impl v0.8.0 |
1015 | 2024-11-26T08:20:37.835Z | Downloaded steno v0.4.1 |
1016 | 2024-11-26T08:20:37.840Z | Downloaded crossbeam-channel v0.5.13 |
1017 | 2024-11-26T08:20:37.845Z | Downloaded http v0.2.12 |
1018 | 2024-11-26T08:20:37.850Z | Downloaded prettyplease v0.2.22 |
1019 | 2024-11-26T08:20:37.854Z | Downloaded openssl-sys v0.9.103 |
1020 | 2024-11-26T08:20:37.860Z | Downloaded rayon-core v1.12.1 |
1021 | 2024-11-26T08:20:37.864Z | Downloaded expectorate v1.1.0 |
1022 | 2024-11-26T08:20:37.867Z | Downloaded indicatif v0.17.8 |
1023 | 2024-11-26T08:20:37.871Z | Downloaded tracing-core v0.1.32 |
1024 | 2024-11-26T08:20:37.874Z | Downloaded indexmap v1.9.3 |
1025 | 2024-11-26T08:20:37.877Z | Downloaded quinn v0.11.5 |
1026 | 2024-11-26T08:20:37.881Z | Downloaded indexmap v2.5.0 |
1027 | 2024-11-26T08:20:37.886Z | Downloaded pretty_assertions v1.4.1 |
1028 | 2024-11-26T08:20:37.888Z | Downloaded url v2.5.2 |
1029 | 2024-11-26T08:20:37.891Z | Downloaded hashbrown v0.14.5 |
1030 | 2024-11-26T08:20:37.896Z | Downloaded toml_edit v0.22.21 |
1031 | 2024-11-26T08:20:37.918Z | Downloaded yansi v1.0.1 |
1032 | 2024-11-26T08:20:37.921Z | Downloaded rustix v0.38.37 |
1033 | 2024-11-26T08:20:37.944Z | Downloaded itertools v0.12.1 |
1034 | 2024-11-26T08:20:37.951Z | Downloaded serde_with v3.9.0 |
1035 | 2024-11-26T08:20:37.980Z | Downloaded pest v2.7.13 |
1036 | 2024-11-26T08:20:37.986Z | Downloaded reqwest v0.11.27 |
1037 | 2024-11-26T08:20:37.993Z | Downloaded h2 v0.3.26 |
1038 | 2024-11-26T08:20:38.000Z | Downloaded goblin v0.8.2 |
1039 | 2024-11-26T08:20:38.007Z | Downloaded rustls-webpki v0.101.7 |
1040 | 2024-11-26T08:20:38.022Z | Downloaded portable-atomic v1.8.0 |
1041 | 2024-11-26T08:20:38.028Z | Downloaded winnow v0.6.18 |
1042 | 2024-11-26T08:20:38.037Z | Downloaded quinn-proto v0.11.8 |
1043 | 2024-11-26T08:20:38.044Z | Downloaded hyper v0.14.30 |
1044 | 2024-11-26T08:20:38.052Z | Downloaded winnow v0.5.40 |
1045 | 2024-11-26T08:20:38.061Z | Downloaded blake3 v1.5.4 |
1046 | 2024-11-26T08:20:38.069Z | Downloaded idna v0.5.0 |
1047 | 2024-11-26T08:20:38.076Z | Downloaded tokio-util v0.7.12 |
1048 | 2024-11-26T08:20:38.082Z | Downloaded h2 v0.4.6 |
1049 | 2024-11-26T08:20:38.089Z | Downloaded itertools v0.10.5 |
1050 | 2024-11-26T08:20:38.095Z | Downloaded syn v1.0.109 |
1051 | 2024-11-26T08:20:38.106Z | Downloaded dropshot v0.12.0 |
1052 | 2024-11-26T08:20:38.127Z | Downloaded time v0.3.36 |
1053 | 2024-11-26T08:20:38.133Z | Downloaded rhai v1.20.0 |
1054 | 2024-11-26T08:20:38.146Z | Downloaded webpki-roots v0.26.6 |
1055 | 2024-11-26T08:20:38.148Z | Downloaded openssl v0.10.66 |
1056 | 2024-11-26T08:20:38.158Z | Downloaded regex v1.10.6 |
1057 | 2024-11-26T08:20:38.170Z | Downloaded syn v2.0.87 |
1058 | 2024-11-26T08:20:38.181Z | Downloaded idna v0.4.0 |
1059 | 2024-11-26T08:20:38.187Z | Downloaded smoltcp v0.11.0 |
1060 | 2024-11-26T08:20:38.199Z | Downloaded rustls v0.22.4 |
1061 | 2024-11-26T08:20:38.211Z | Downloaded rustls v0.23.13 |
1062 | 2024-11-26T08:20:38.222Z | Downloaded regex-syntax v0.8.4 |
1063 | 2024-11-26T08:20:38.230Z | Downloaded regress v0.10.1 |
1064 | 2024-11-26T08:20:38.238Z | Downloaded regress v0.9.1 |
1065 | 2024-11-26T08:20:38.246Z | Downloaded webpki-roots v0.25.4 |
1066 | 2024-11-26T08:20:38.250Z | Downloaded openapiv3 v2.0.0 |
1067 | 2024-11-26T08:20:38.261Z | Downloaded hickory-proto v0.24.1 |
1068 | 2024-11-26T08:20:38.275Z | Downloaded typify-impl v0.2.0 |
1069 | 2024-11-26T08:20:38.289Z | Downloaded sled v0.34.7 |
1070 | 2024-11-26T08:20:38.298Z | Downloaded libm v0.2.8 |
1071 | 2024-11-26T08:20:38.306Z | Downloaded unicode-segmentation v1.12.0 |
1072 | 2024-11-26T08:20:38.309Z | Downloaded regex-automata v0.4.7 |
1073 | 2024-11-26T08:20:38.325Z | Downloaded toml_edit v0.19.15 |
1074 | 2024-11-26T08:20:38.341Z | Downloaded hashbrown v0.12.3 |
1075 | 2024-11-26T08:20:38.344Z | Downloaded zerocopy-derive v0.6.6 |
1076 | 2024-11-26T08:20:38.353Z | Downloaded toml v0.7.8 |
1077 | 2024-11-26T08:20:38.355Z | Downloaded hickory-resolver v0.24.1 |
1078 | 2024-11-26T08:20:38.360Z | Downloaded flate2 v1.0.33 |
1079 | 2024-11-26T08:20:38.364Z | Downloaded num-rational v0.4.2 |
1080 | 2024-11-26T08:20:38.367Z | Downloaded proc-macro-crate v3.2.0 |
1081 | 2024-11-26T08:20:38.367Z | Downloaded slog v2.7.0 |
1082 | 2024-11-26T08:20:38.369Z | Downloaded ucd-trie v0.1.6 |
1083 | 2024-11-26T08:20:38.372Z | Downloaded parking_lot v0.12.3 |
1084 | 2024-11-26T08:20:38.374Z | Downloaded ron v0.7.1 |
1085 | 2024-11-26T08:20:38.377Z | Downloaded tar v0.4.41 |
1086 | 2024-11-26T08:20:38.379Z | Downloaded num v0.4.3 |
1087 | 2024-11-26T08:20:38.382Z | Downloaded hyper-tls v0.5.0 |
1088 | 2024-11-26T08:20:38.382Z | Downloaded quick-error v1.2.3 |
1089 | 2024-11-26T08:20:38.385Z | Downloaded proc-macro-crate v1.3.1 |
1090 | 2024-11-26T08:20:38.385Z | Downloaded parking_lot_core v0.8.6 |
1091 | 2024-11-26T08:20:38.388Z | Downloaded multer v3.1.0 |
1092 | 2024-11-26T08:20:38.390Z | Downloaded memmap2 v0.9.5 |
1093 | 2024-11-26T08:20:38.390Z | Downloaded similar v2.6.0 |
1094 | 2024-11-26T08:20:38.394Z | Downloaded lzma-sys v0.1.20 |
1095 | 2024-11-26T08:20:38.422Z | Downloaded time-macros v0.2.18 |
1096 | 2024-11-26T08:20:38.425Z | Downloaded tokio v1.40.0 |
1097 | 2024-11-26T08:20:38.460Z | Downloaded thin-vec v0.2.13 |
1098 | 2024-11-26T08:20:38.463Z | Downloaded schemars v0.8.21 |
1099 | 2024-11-26T08:20:38.473Z | Downloaded futures-channel v0.3.30 |
1100 | 2024-11-26T08:20:38.475Z | Downloaded tempfile v3.12.0 |
1101 | 2024-11-26T08:20:38.478Z | Downloaded serde_with_macros v3.9.0 |
1102 | 2024-11-26T08:20:38.480Z | Downloaded num_enum_derive v0.5.11 |
1103 | 2024-11-26T08:20:38.480Z | Downloaded num_enum v0.7.3 |
1104 | 2024-11-26T08:20:38.483Z | Downloaded num-derive v0.3.3 |
1105 | 2024-11-26T08:20:38.486Z | Downloaded libsw v3.3.1 |
1106 | 2024-11-26T08:20:38.488Z | Downloaded darling v0.20.10 |
1107 | 2024-11-26T08:20:38.491Z | Downloaded thread-id v4.2.2 |
1108 | 2024-11-26T08:20:38.493Z | Downloaded hash32 v0.3.1 |
1109 | 2024-11-26T08:20:38.493Z | Downloaded structmeta v0.3.0 |
1110 | 2024-11-26T08:20:38.496Z | Downloaded slog-bunyan v2.5.0 |
1111 | 2024-11-26T08:20:38.496Z | Downloaded hostname v0.4.0 |
1112 | 2024-11-26T08:20:38.498Z | Downloaded heck v0.4.1 |
1113 | 2024-11-26T08:20:38.498Z | Downloaded heck v0.3.3 |
1114 | 2024-11-26T08:20:38.501Z | Downloaded futures-macro v0.3.30 |
1115 | 2024-11-26T08:20:38.501Z | Downloaded data-encoding v2.6.0 |
1116 | 2024-11-26T08:20:38.501Z | Downloaded futures v0.3.30 |
1117 | 2024-11-26T08:20:38.505Z | Downloaded embedded-io v0.6.1 |
1118 | 2024-11-26T08:20:38.508Z | Downloaded sha1 v0.10.6 |
1119 | 2024-11-26T08:20:38.508Z | Downloaded serde_spanned v0.6.7 |
1120 | 2024-11-26T08:20:38.511Z | Downloaded cpufeatures v0.2.14 |
1121 | 2024-11-26T08:20:38.511Z | Downloaded colored v2.1.0 |
1122 | 2024-11-26T08:20:38.513Z | Downloaded cobs v0.2.3 |
1123 | 2024-11-26T08:20:38.513Z | Downloaded hubpack_derive v0.1.1 |
1124 | 2024-11-26T08:20:38.516Z | Downloaded slog-envlogger v2.2.0 |
1125 | 2024-11-26T08:20:38.516Z | Downloaded serde_tokenstream v0.2.2 |
1126 | 2024-11-26T08:20:38.518Z | Downloaded take_mut v0.2.2 |
1127 | 2024-11-26T08:20:38.518Z | Downloaded futures-task v0.3.30 |
1128 | 2024-11-26T08:20:38.518Z | Downloaded futures-io v0.3.30 |
1129 | 2024-11-26T08:20:38.521Z | Downloaded foreign-types v0.5.0 |
1130 | 2024-11-26T08:20:38.521Z | Downloaded float-ord v0.3.2 |
1131 | 2024-11-26T08:20:38.521Z | Downloaded dtrace-parser v0.2.0 |
1132 | 2024-11-26T08:20:38.523Z | Downloaded deranged v0.3.11 |
1133 | 2024-11-26T08:20:38.523Z | Downloaded defmt v0.3.8 |
1134 | 2024-11-26T08:20:38.526Z | Downloaded encoding_rs v0.8.34 |
1135 | 2024-11-26T08:20:38.547Z | Downloaded convert_case v0.4.0 |
1136 | 2024-11-26T08:20:38.549Z | Downloaded foreign-types-macros v0.2.3 |
1137 | 2024-11-26T08:20:38.549Z | Downloaded cstr-argument v0.1.2 |
1138 | 2024-11-26T08:20:38.549Z | Downloaded crc8 v0.1.1 |
1139 | 2024-11-26T08:20:38.551Z | Downloaded ciborium-io v0.2.2 |
1140 | 2024-11-26T08:20:38.551Z | Downloaded rustversion v1.0.17 |
1141 | 2024-11-26T08:20:38.554Z | Downloaded dof v0.3.0 |
1142 | 2024-11-26T08:20:38.554Z | Downloaded cancel-safe-futures v0.1.5 |
1143 | 2024-11-26T08:20:38.557Z | Downloaded darling_macro v0.20.10 |
1144 | 2024-11-26T08:20:38.560Z | Downloaded constant_time_eq v0.3.1 |
1145 | 2024-11-26T08:20:38.560Z | Downloaded const-random-macro v0.1.16 |
1146 | 2024-11-26T08:20:38.800Z | Downloaded ring v0.16.20 |
1147 | 2024-11-26T08:20:39.817Z | Compiling proc-macro2 v1.0.86 |
1148 | 2024-11-26T08:20:39.817Z | Compiling unicode-ident v1.0.13 |
1149 | 2024-11-26T08:20:39.819Z | Compiling libc v0.2.165 |
1150 | 2024-11-26T08:20:39.819Z | Compiling cfg-if v1.0.0 |
1151 | 2024-11-26T08:20:39.819Z | Compiling serde v1.0.215 |
1152 | 2024-11-26T08:20:39.819Z | Compiling autocfg v1.3.0 |
1153 | 2024-11-26T08:20:39.819Z | Compiling version_check v0.9.5 |
1154 | 2024-11-26T08:20:39.819Z | Compiling memchr v2.7.4 |
1155 | 2024-11-26T08:20:39.897Z | Compiling once_cell v1.20.2 |
1156 | 2024-11-26T08:20:40.001Z | Compiling byteorder v1.5.0 |
1157 | 2024-11-26T08:20:40.328Z | Compiling itoa v1.0.11 |
1158 | 2024-11-26T08:20:40.395Z | Compiling libm v0.2.8 |
1159 | 2024-11-26T08:20:40.470Z | Compiling ryu v1.0.18 |
1160 | 2024-11-26T08:20:40.501Z | Compiling serde_json v1.0.133 |
1161 | 2024-11-26T08:20:40.537Z | Compiling ahash v0.8.11 |
1162 | 2024-11-26T08:20:40.626Z | Compiling allocator-api2 v0.2.18 |
1163 | 2024-11-26T08:20:40.809Z | Compiling pin-project-lite v0.2.14 |
1164 | 2024-11-26T08:20:40.865Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-26T08:20:40.945Z | Compiling smallvec v1.13.2 |
1166 | 2024-11-26T08:20:40.956Z | Compiling scopeguard v1.2.0 |
1167 | 2024-11-26T08:20:41.099Z | Compiling thiserror v1.0.64 |
1168 | 2024-11-26T08:20:41.344Z | Compiling parking_lot_core v0.9.10 |
1169 | 2024-11-26T08:20:41.392Z | Compiling equivalent v1.0.1 |
1170 | 2024-11-26T08:20:41.492Z | Compiling quote v1.0.37 |
1171 | 2024-11-26T08:20:41.736Z | Compiling iana-time-zone v0.1.61 |
1172 | 2024-11-26T08:20:41.790Z | Compiling futures-core v0.3.30 |
1173 | 2024-11-26T08:20:41.793Z | Compiling schemars v0.8.21 |
1174 | 2024-11-26T08:20:41.922Z | Compiling syn v2.0.87 |
1175 | 2024-11-26T08:20:42.042Z | Compiling getrandom v0.2.15 |
1176 | 2024-11-26T08:20:42.158Z | Compiling mio v1.0.2 |
1177 | 2024-11-26T08:20:42.185Z | Compiling socket2 v0.5.7 |
1178 | 2024-11-26T08:20:42.249Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-26T08:20:42.262Z | Compiling fnv v1.0.7 |
1180 | 2024-11-26T08:20:42.363Z | Compiling log v0.4.22 |
1181 | 2024-11-26T08:20:42.397Z | Compiling dyn-clone v1.0.17 |
1182 | 2024-11-26T08:20:42.682Z | Compiling parking_lot v0.12.3 |
1183 | 2024-11-26T08:20:42.769Z | Compiling shlex v1.3.0 |
1184 | 2024-11-26T08:20:42.858Z | Compiling slab v0.4.9 |
1185 | 2024-11-26T08:20:42.945Z | Compiling futures-sink v0.3.30 |
1186 | 2024-11-26T08:20:43.091Z | Compiling cc v1.1.21 |
1187 | 2024-11-26T08:20:43.140Z | Compiling num-traits v0.2.19 |
1188 | 2024-11-26T08:20:43.290Z | Compiling futures-channel v0.3.30 |
1189 | 2024-11-26T08:20:43.384Z | Compiling futures-task v0.3.30 |
1190 | 2024-11-26T08:20:43.569Z | Compiling futures-io v0.3.30 |
1191 | 2024-11-26T08:20:43.618Z | Compiling pin-utils v0.1.0 |
1192 | 2024-11-26T08:20:43.708Z | Compiling tracing-core v0.1.32 |
1193 | 2024-11-26T08:20:43.720Z | Compiling bitflags v2.6.0 |
1194 | 2024-11-26T08:20:43.732Z | Compiling heck v0.5.0 |
1195 | 2024-11-26T08:20:43.942Z | Compiling subtle v2.6.1 |
1196 | 2024-11-26T08:20:44.195Z | Compiling atomic-waker v1.1.2 |
1197 | 2024-11-26T08:20:44.206Z | Compiling httparse v1.9.4 |
1198 | 2024-11-26T08:20:44.356Z | Compiling try-lock v0.2.5 |
1199 | 2024-11-26T08:20:44.388Z | Compiling rustls-pki-types v1.8.0 |
1200 | 2024-11-26T08:20:44.500Z | Compiling spin v0.9.8 |
1201 | 2024-11-26T08:20:44.752Z | Compiling want v0.3.1 |
1202 | 2024-11-26T08:20:45.063Z | Compiling untrusted v0.9.0 |
1203 | 2024-11-26T08:20:45.227Z | Compiling vcpkg v0.2.15 |
1204 | 2024-11-26T08:20:45.336Z | Compiling slog v2.7.0 |
1205 | 2024-11-26T08:20:45.381Z | Compiling httpdate v1.0.3 |
1206 | 2024-11-26T08:20:45.781Z | Compiling pkg-config v0.3.31 |
1207 | 2024-11-26T08:20:45.829Z | Compiling tower-service v0.3.3 |
1208 | 2024-11-26T08:20:45.895Z | Compiling zeroize v1.8.1 |
1209 | 2024-11-26T08:20:45.939Z | Compiling percent-encoding v2.3.1 |
1210 | 2024-11-26T08:20:46.196Z | Compiling ring v0.17.8 |
1211 | 2024-11-26T08:20:46.225Z | Compiling tinyvec_macros v0.1.1 |
1212 | 2024-11-26T08:20:46.307Z | Compiling tinyvec v1.8.0 |
1213 | 2024-11-26T08:20:46.328Z | Compiling form_urlencoded v1.2.1 |
1214 | 2024-11-26T08:20:46.349Z | Compiling openssl v0.10.66 |
1215 | 2024-11-26T08:20:46.665Z | Compiling foreign-types-shared v0.1.1 |
1216 | 2024-11-26T08:20:46.766Z | Compiling semver v1.0.23 |
1217 | 2024-11-26T08:20:46.777Z | Compiling foreign-types v0.3.2 |
1218 | 2024-11-26T08:20:46.780Z | Compiling rustls v0.23.13 |
1219 | 2024-11-26T08:20:46.851Z | Compiling native-tls v0.2.12 |
1220 | 2024-11-26T08:20:46.865Z | Compiling unicode-bidi v0.3.15 |
1221 | 2024-11-26T08:20:46.961Z | Compiling openssl-sys v0.9.103 |
1222 | 2024-11-26T08:20:47.085Z | Compiling openssl-probe v0.1.5 |
1223 | 2024-11-26T08:20:47.186Z | Compiling ucd-trie v0.1.6 |
1224 | 2024-11-26T08:20:47.323Z | Compiling typenum v1.17.0 |
1225 | 2024-11-26T08:20:47.491Z | Compiling aho-corasick v1.1.3 |
1226 | 2024-11-26T08:20:47.927Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-11-26T08:20:47.952Z | Compiling generic-array v0.14.7 |
1228 | 2024-11-26T08:20:48.295Z | Compiling encoding_rs v0.8.34 |
1229 | 2024-11-26T08:20:48.491Z | Compiling mime v0.3.17 |
1230 | 2024-11-26T08:20:48.540Z | Compiling base64 v0.22.1 |
1231 | 2024-11-26T08:20:49.022Z | Compiling idna v0.5.0 |
1232 | 2024-11-26T08:20:49.158Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-11-26T08:20:49.350Z | Compiling regex-syntax v0.8.4 |
1234 | 2024-11-26T08:20:49.370Z | Compiling rustls-pemfile v2.1.3 |
1235 | 2024-11-26T08:20:49.886Z | Compiling url v2.5.2 |
1236 | 2024-11-26T08:20:51.454Z | Compiling webpki-roots v0.26.6 |
1237 | 2024-11-26T08:20:51.671Z | Compiling rand_core v0.6.4 |
1238 | 2024-11-26T08:20:52.051Z | Compiling rustls-webpki v0.102.8 |
1239 | 2024-11-26T08:20:52.128Z | Compiling powerfmt v0.2.0 |
1240 | 2024-11-26T08:20:52.315Z | Compiling num-conv v0.1.0 |
1241 | 2024-11-26T08:20:52.543Z | Compiling strsim v0.11.1 |
1242 | 2024-11-26T08:20:52.629Z | Compiling time-core v0.1.2 |
1243 | 2024-11-26T08:20:52.800Z | Compiling ipnet v2.10.0 |
1244 | 2024-11-26T08:20:53.639Z | Compiling regex-automata v0.4.7 |
1245 | 2024-11-26T08:20:54.142Z | Compiling time-macros v0.2.18 |
1246 | 2024-11-26T08:20:54.280Z | Compiling deranged v0.3.11 |
1247 | 2024-11-26T08:20:54.553Z | Compiling plain v0.2.3 |
1248 | 2024-11-26T08:20:54.699Z | Compiling anyhow v1.0.93 |
1249 | 2024-11-26T08:20:54.820Z | Compiling serde_derive v1.0.215 |
1250 | 2024-11-26T08:20:55.295Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2024-11-26T08:20:55.681Z | Compiling thiserror-impl v1.0.64 |
1252 | 2024-11-26T08:20:56.316Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-11-26T08:20:57.096Z | Compiling schemars_derive v0.8.21 |
1254 | 2024-11-26T08:20:57.112Z | Compiling futures-macro v0.3.30 |
1255 | 2024-11-26T08:20:57.403Z | Compiling zerocopy v0.7.35 |
1256 | 2024-11-26T08:20:57.935Z | Compiling openssl-macros v0.1.1 |
1257 | 2024-11-26T08:20:58.791Z | Compiling tracing-attributes v0.1.27 |
1258 | 2024-11-26T08:20:59.080Z | Compiling futures-util v0.3.30 |
1259 | 2024-11-26T08:20:59.519Z | Compiling hashbrown v0.14.5 |
1260 | 2024-11-26T08:21:00.260Z | Compiling pest v2.7.13 |
1261 | 2024-11-26T08:21:00.967Z | Compiling regress v0.10.1 |
1262 | 2024-11-26T08:21:02.076Z | Compiling tracing v0.1.40 |
1263 | 2024-11-26T08:21:02.531Z | Compiling scroll_derive v0.12.0 |
1264 | 2024-11-26T08:21:03.461Z | Compiling pest_meta v2.7.13 |
1265 | 2024-11-26T08:21:04.071Z | Compiling scroll v0.12.0 |
1266 | 2024-11-26T08:21:04.399Z | Compiling regex v1.10.6 |
1267 | 2024-11-26T08:21:04.648Z | Compiling num_threads v0.1.7 |
1268 | 2024-11-26T08:21:04.769Z | Compiling pest_generator v2.7.13 |
1269 | 2024-11-26T08:21:05.631Z | Compiling goblin v0.8.2 |
1270 | 2024-11-26T08:21:06.204Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-11-26T08:21:06.559Z | Compiling sync_wrapper v1.0.1 |
1272 | 2024-11-26T08:21:06.708Z | Compiling usdt-impl v0.5.0 |
1273 | 2024-11-26T08:21:06.823Z | Compiling pretty-hex v0.4.1 |
1274 | 2024-11-26T08:21:07.035Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-11-26T08:21:07.205Z | Compiling crypto-common v0.1.6 |
1276 | 2024-11-26T08:21:07.392Z | Compiling block-buffer v0.10.4 |
1277 | 2024-11-26T08:21:07.600Z | Compiling pest_derive v2.7.13 |
1278 | 2024-11-26T08:21:07.618Z | Compiling thread-id v4.2.2 |
1279 | 2024-11-26T08:21:07.724Z | Compiling syn v1.0.109 |
1280 | 2024-11-26T08:21:08.141Z | Compiling omicron-workspace-hack v0.1.0 |
1281 | 2024-11-26T08:21:08.304Z | Compiling rustversion v1.0.17 |
1282 | 2024-11-26T08:21:08.379Z | Compiling bytes v1.7.2 |
1283 | 2024-11-26T08:21:08.440Z | Compiling indexmap v2.5.0 |
1284 | 2024-11-26T08:21:08.564Z | Compiling uuid v1.11.0 |
1285 | 2024-11-26T08:21:08.804Z | Compiling chrono v0.4.38 |
1286 | 2024-11-26T08:21:08.967Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-11-26T08:21:09.380Z | Compiling tokio v1.40.0 |
1288 | 2024-11-26T08:21:09.458Z | Compiling http v1.1.0 |
1289 | 2024-11-26T08:21:09.879Z | Compiling toml_datetime v0.6.8 |
1290 | 2024-11-26T08:21:10.443Z | Compiling serde_urlencoded v0.7.1 |
1291 | 2024-11-26T08:21:10.697Z | Compiling openapiv3 v2.0.0 |
1292 | 2024-11-26T08:21:10.961Z | Compiling dtrace-parser v0.2.0 |
1293 | 2024-11-26T08:21:11.656Z | Compiling http-body v1.0.1 |
1294 | 2024-11-26T08:21:12.999Z | Compiling http-body-util v0.1.2 |
1295 | 2024-11-26T08:21:13.508Z | Compiling dof v0.3.0 |
1296 | 2024-11-26T08:21:13.793Z | Compiling rand v0.8.5 |
1297 | 2024-11-26T08:21:15.305Z | Compiling typify-impl v0.2.0 |
1298 | 2024-11-26T08:21:15.407Z | Compiling unsafe-libyaml v0.2.11 |
1299 | 2024-11-26T08:21:16.885Z | Compiling serde_yaml v0.9.34+deprecated |
1300 | 2024-11-26T08:21:18.037Z | Compiling match_cfg v0.1.0 |
1301 | 2024-11-26T08:21:18.128Z | Compiling winnow v0.6.18 |
1302 | 2024-11-26T08:21:18.223Z | Compiling ident_case v1.0.1 |
1303 | 2024-11-26T08:21:18.394Z | Compiling darling_core v0.20.10 |
1304 | 2024-11-26T08:21:18.482Z | Compiling tokio-util v0.7.12 |
1305 | 2024-11-26T08:21:19.936Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-11-26T08:21:20.204Z | Compiling tokio-rustls v0.26.0 |
1307 | 2024-11-26T08:21:20.678Z | Compiling h2 v0.4.6 |
1308 | 2024-11-26T08:21:20.760Z | Compiling hostname v0.3.1 |
1309 | 2024-11-26T08:21:21.040Z | Compiling errno v0.3.9 |
1310 | 2024-11-26T08:21:21.269Z | Compiling dirs-sys-next v0.1.2 |
1311 | 2024-11-26T08:21:22.072Z | Compiling thread_local v1.1.8 |
1312 | 2024-11-26T08:21:22.084Z | Compiling camino v1.1.9 |
1313 | 2024-11-26T08:21:22.685Z | Compiling cpufeatures v0.2.14 |
1314 | 2024-11-26T08:21:22.744Z | Compiling paste v1.0.15 |
1315 | 2024-11-26T08:21:22.845Z | Compiling dirs-next v2.0.0 |
1316 | 2024-11-26T08:21:23.041Z | Compiling usdt-attr-macro v0.5.0 |
1317 | 2024-11-26T08:21:23.324Z | Compiling usdt-macro v0.5.0 |
1318 | 2024-11-26T08:21:24.568Z | Compiling darling_macro v0.20.10 |
1319 | 2024-11-26T08:21:25.287Z | Compiling hyper v1.5.1 |
1320 | 2024-11-26T08:21:25.389Z | Compiling futures-executor v0.3.30 |
1321 | 2024-11-26T08:21:25.571Z | Compiling async-trait v0.1.83 |
1322 | 2024-11-26T08:21:26.034Z | Compiling memmap v0.7.0 |
1323 | 2024-11-26T08:21:26.439Z | Compiling slog-async v2.8.0 |
1324 | 2024-11-26T08:21:26.951Z | Compiling rustls v0.22.4 |
1325 | 2024-11-26T08:21:27.344Z | Compiling futures v0.3.30 |
1326 | 2024-11-26T08:21:27.456Z | Compiling darling v0.20.10 |
1327 | 2024-11-26T08:21:28.004Z | Compiling hyper-util v0.1.10 |
1328 | 2024-11-26T08:21:28.023Z | Compiling term v0.7.0 |
1329 | 2024-11-26T08:21:28.906Z | Compiling serde_spanned v0.6.7 |
1330 | 2024-11-26T08:21:29.143Z | Compiling is-terminal v0.4.13 |
1331 | 2024-11-26T08:21:29.268Z | Compiling multer v3.1.0 |
1332 | 2024-11-26T08:21:29.271Z | Compiling instant v0.1.13 |
1333 | 2024-11-26T08:21:29.428Z | Compiling take_mut v0.2.2 |
1334 | 2024-11-26T08:21:29.581Z | Compiling toml_edit v0.22.21 |
1335 | 2024-11-26T08:21:29.583Z | Compiling serde_with_macros v3.9.0 |
1336 | 2024-11-26T08:21:29.794Z | Compiling strum_macros v0.26.4 |
1337 | 2024-11-26T08:21:29.900Z | Compiling ipnetwork v0.20.0 |
1338 | 2024-11-26T08:21:30.074Z | Compiling async-stream-impl v0.3.5 |
1339 | 2024-11-26T08:21:30.985Z | Compiling structmeta-derive v0.3.0 |
1340 | 2024-11-26T08:21:31.030Z | Compiling dropshot v0.12.0 |
1341 | 2024-11-26T08:21:31.376Z | Compiling debug-ignore v1.0.5 |
1342 | 2024-11-26T08:21:31.492Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-11-26T08:21:31.513Z | Compiling async-stream v0.3.5 |
1344 | 2024-11-26T08:21:31.910Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-11-26T08:21:32.091Z | Compiling hyper-tls v0.6.0 |
1346 | 2024-11-26T08:21:32.320Z | Compiling serde_with v3.9.0 |
1347 | 2024-11-26T08:21:33.737Z | Compiling structmeta v0.3.0 |
1348 | 2024-11-26T08:21:33.844Z | Compiling tokio-rustls v0.25.0 |
1349 | 2024-11-26T08:21:34.137Z | Compiling toml v0.8.19 |
1350 | 2024-11-26T08:21:34.301Z | Compiling dropshot_endpoint v0.12.0 |
1351 | 2024-11-26T08:21:34.489Z | Compiling strum v0.26.3 |
1352 | 2024-11-26T08:21:34.683Z | Compiling serde_path_to_error v0.1.16 |
1353 | 2024-11-26T08:21:35.576Z | Compiling waitgroup v0.1.2 |
1354 | 2024-11-26T08:21:35.809Z | Compiling hostname v0.4.0 |
1355 | 2024-11-26T08:21:36.101Z | Compiling parse-display-derive v0.10.0 |
1356 | 2024-11-26T08:21:36.148Z | Compiling reqwest v0.12.9 |
1357 | 2024-11-26T08:21:37.830Z | Compiling hex v0.4.3 |
1358 | 2024-11-26T08:21:38.479Z | Compiling digest v0.10.7 |
1359 | 2024-11-26T08:21:38.547Z | Compiling time v0.3.36 |
1360 | 2024-11-26T08:21:38.885Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1361 | 2024-11-26T08:21:39.493Z | Compiling rustix v0.38.37 |
1362 | 2024-11-26T08:21:39.729Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1363 | 2024-11-26T08:21:39.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1364 | 2024-11-26T08:21:40.067Z | Compiling progenitor-client v0.8.0 |
1365 | 2024-11-26T08:21:40.287Z | Compiling backoff v0.4.0 |
1366 | 2024-11-26T08:21:40.526Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1367 | 2024-11-26T08:21:40.686Z | Compiling macaddr v1.0.1 |
1368 | 2024-11-26T08:21:40.699Z | Compiling parse-display v0.10.0 |
1369 | 2024-11-26T08:21:40.840Z | Compiling typify-macro v0.2.0 |
1370 | 2024-11-26T08:21:41.161Z | Compiling regress v0.9.1 |
1371 | 2024-11-26T08:21:41.362Z | Compiling utf8parse v0.2.2 |
1372 | 2024-11-26T08:21:41.508Z | Compiling anstyle-parse v0.2.5 |
1373 | 2024-11-26T08:21:41.680Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-26T08:21:43.042Z | Compiling anstyle v1.0.10 |
1375 | 2024-11-26T08:21:43.524Z | Compiling lazy_static v1.5.0 |
1376 | 2024-11-26T08:21:43.650Z | Compiling anstyle-query v1.1.1 |
1377 | 2024-11-26T08:21:43.799Z | Compiling unicode-width v0.1.14 |
1378 | 2024-11-26T08:21:43.970Z | Compiling is_terminal_polyfill v1.70.1 |
1379 | 2024-11-26T08:21:44.080Z | Compiling colorchoice v1.0.2 |
1380 | 2024-11-26T08:21:44.242Z | Compiling anstream v0.6.15 |
1381 | 2024-11-26T08:21:44.550Z | Compiling usdt v0.5.0 |
1382 | 2024-11-26T08:21:44.816Z | Compiling slog-json v2.6.1 |
1383 | 2024-11-26T08:21:45.034Z | Compiling crossbeam-channel v0.5.13 |
1384 | 2024-11-26T08:21:45.132Z | Compiling clap_lex v0.7.2 |
1385 | 2024-11-26T08:21:45.207Z | Compiling slog-bunyan v2.5.0 |
1386 | 2024-11-26T08:21:45.422Z | Compiling slog-term v2.9.1 |
1387 | 2024-11-26T08:21:45.708Z | Compiling sha1 v0.10.6 |
1388 | 2024-11-26T08:21:45.796Z | Compiling typify v0.2.0 |
1389 | 2024-11-26T08:21:45.931Z | Compiling progenitor-impl v0.8.0 |
1390 | 2024-11-26T08:21:46.853Z | Compiling newtype-uuid v1.1.0 |
1391 | 2024-11-26T08:21:46.856Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1392 | 2024-11-26T08:21:47.161Z | Compiling winnow v0.5.40 |
1393 | 2024-11-26T08:21:47.262Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-11-26T08:21:47.666Z | Compiling clap_derive v4.5.18 |
1395 | 2024-11-26T08:21:51.109Z | Compiling toml_edit v0.19.15 |
1396 | 2024-11-26T08:21:52.454Z | Compiling heapless v0.8.0 |
1397 | 2024-11-26T08:21:53.334Z | Compiling hash32 v0.3.1 |
1398 | 2024-11-26T08:21:53.580Z | Compiling stable_deref_trait v1.2.0 |
1399 | 2024-11-26T08:21:53.622Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1400 | 2024-11-26T08:21:53.682Z | Compiling proc-macro-crate v1.3.1 |
1401 | 2024-11-26T08:21:53.944Z | Compiling smoltcp v0.11.0 |
1402 | 2024-11-26T08:21:54.605Z | Compiling terminal_size v0.4.0 |
1403 | 2024-11-26T08:21:54.810Z | Compiling foreign-types-macros v0.2.3 |
1404 | 2024-11-26T08:21:55.394Z | Compiling proc-macro-error-attr v1.0.4 |
1405 | 2024-11-26T08:21:55.654Z | Compiling foreign-types-shared v0.3.1 |
1406 | 2024-11-26T08:21:55.729Z | Compiling bitflags v1.3.2 |
1407 | 2024-11-26T08:21:55.765Z | Compiling cobs v0.2.3 |
1408 | 2024-11-26T08:21:55.830Z | Compiling managed v0.8.0 |
1409 | 2024-11-26T08:21:56.159Z | Compiling heck v0.4.1 |
1410 | 2024-11-26T08:21:56.277Z | Compiling either v1.13.0 |
1411 | 2024-11-26T08:21:56.602Z | Compiling progenitor-macro v0.8.0 |
1412 | 2024-11-26T08:21:56.634Z | Compiling foreign-types v0.5.0 |
1413 | 2024-11-26T08:21:56.680Z | Compiling postcard v1.0.10 |
1414 | 2024-11-26T08:21:56.799Z | Compiling clap_builder v4.5.21 |
1415 | 2024-11-26T08:21:57.265Z | Compiling num_enum_derive v0.5.11 |
1416 | 2024-11-26T08:21:57.785Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1417 | 2024-11-26T08:21:58.228Z | Compiling num-integer v0.1.46 |
1418 | 2024-11-26T08:21:58.763Z | Compiling cstr-argument v0.1.2 |
1419 | 2024-11-26T08:21:59.018Z | Compiling proc-macro-error v1.0.4 |
1420 | 2024-11-26T08:21:59.036Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1421 | 2024-11-26T08:21:59.345Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1422 | 2024-11-26T08:21:59.348Z | Compiling fastrand v2.1.1 |
1423 | 2024-11-26T08:21:59.507Z | Compiling pretty-hex v0.2.1 |
1424 | 2024-11-26T08:21:59.662Z | Compiling num_enum v0.5.11 |
1425 | 2024-11-26T08:21:59.679Z | Compiling float-ord v0.3.2 |
1426 | 2024-11-26T08:21:59.812Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1427 | 2024-11-26T08:21:59.838Z | Compiling tempfile v3.12.0 |
1428 | 2024-11-26T08:22:00.011Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1429 | 2024-11-26T08:22:00.025Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1430 | 2024-11-26T08:22:00.202Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1431 | 2024-11-26T08:22:00.689Z | Compiling clap v4.5.21 |
1432 | 2024-11-26T08:22:01.473Z | Compiling tabwriter v1.4.0 |
1433 | 2024-11-26T08:22:01.647Z | Compiling colored v2.1.0 |
1434 | 2024-11-26T08:22:01.938Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1435 | 2024-11-26T08:22:02.006Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1436 | 2024-11-26T08:22:02.242Z | Compiling crucible-workspace-hack v0.1.0 |
1437 | 2024-11-26T08:22:02.938Z | Compiling num-rational v0.4.2 |
1438 | 2024-11-26T08:22:03.071Z | Compiling num-iter v0.1.45 |
1439 | 2024-11-26T08:22:03.316Z | Compiling num-complex v0.4.6 |
1440 | 2024-11-26T08:22:03.519Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1441 | 2024-11-26T08:22:03.755Z | Compiling prettyplease v0.2.22 |
1442 | 2024-11-26T08:22:03.876Z | Compiling semver v0.1.20 |
1443 | 2024-11-26T08:22:04.056Z | Compiling unicode-segmentation v1.12.0 |
1444 | 2024-11-26T08:22:04.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1445 | 2024-11-26T08:22:04.428Z | Compiling num v0.4.3 |
1446 | 2024-11-26T08:22:04.458Z | Compiling rustc_version v0.1.7 |
1447 | 2024-11-26T08:22:04.897Z | Compiling newline-converter v0.3.0 |
1448 | 2024-11-26T08:22:04.986Z | Compiling zone_cfg_derive v0.3.0 |
1449 | 2024-11-26T08:22:06.335Z | Compiling camino-tempfile v1.1.1 |
1450 | 2024-11-26T08:22:06.477Z | Compiling itertools v0.10.5 |
1451 | 2024-11-26T08:22:06.537Z | Compiling console v0.15.8 |
1452 | 2024-11-26T08:22:06.827Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1453 | 2024-11-26T08:22:08.082Z | Compiling num-derive v0.4.2 |
1454 | 2024-11-26T08:22:08.247Z | Compiling sigpipe v0.1.3 |
1455 | 2024-11-26T08:22:08.360Z | Compiling similar v2.6.0 |
1456 | 2024-11-26T08:22:08.439Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1457 | 2024-11-26T08:22:08.765Z | Compiling base64ct v1.6.0 |
1458 | 2024-11-26T08:22:08.937Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1459 | 2024-11-26T08:22:09.371Z | Compiling password-hash v0.5.0 |
1460 | 2024-11-26T08:22:09.421Z | Compiling expectorate v1.1.0 |
1461 | 2024-11-26T08:22:09.455Z | Compiling zone v0.3.0 |
1462 | 2024-11-26T08:22:10.391Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1463 | 2024-11-26T08:22:10.521Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1464 | 2024-11-26T08:22:10.697Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1465 | 2024-11-26T08:22:11.098Z | Compiling newtype_derive v0.1.6 |
1466 | 2024-11-26T08:22:11.401Z | Compiling blake2 v0.10.6 |
1467 | 2024-11-26T08:22:11.426Z | Compiling hubpack_derive v0.1.1 |
1468 | 2024-11-26T08:22:11.437Z | Compiling smf v0.2.3 |
1469 | 2024-11-26T08:22:11.841Z | Compiling progenitor v0.8.0 |
1470 | 2024-11-26T08:22:12.031Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1471 | 2024-11-26T08:22:12.328Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2024-11-26T08:22:13.403Z | Compiling whoami v1.5.2 |
1473 | 2024-11-26T08:22:13.403Z | Compiling cancel-safe-futures v0.1.5 |
1474 | 2024-11-26T08:22:13.419Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-11-26T08:22:13.564Z | Compiling owo-colors v4.1.0 |
1476 | 2024-11-26T08:22:13.846Z | Compiling petgraph v0.6.5 |
1477 | 2024-11-26T08:22:13.898Z | Compiling hubpack v0.1.2 |
1478 | 2024-11-26T08:22:13.901Z | Compiling argon2 v0.5.3 |
1479 | 2024-11-26T08:22:14.376Z | Compiling strum_macros v0.25.3 |
1480 | 2024-11-26T08:22:14.479Z | Compiling zerocopy v0.6.6 |
1481 | 2024-11-26T08:22:15.329Z | Compiling serde-big-array v0.5.1 |
1482 | 2024-11-26T08:22:15.369Z | Compiling serde_repr v0.1.19 |
1483 | 2024-11-26T08:22:15.543Z | Compiling cookie v0.18.1 |
1484 | 2024-11-26T08:22:15.889Z | Compiling static_assertions v1.1.0 |
1485 | 2024-11-26T08:22:15.977Z | Compiling convert_case v0.4.0 |
1486 | 2024-11-26T08:22:16.627Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1487 | 2024-11-26T08:22:16.769Z | Compiling derive_more v0.99.18 |
1488 | 2024-11-26T08:22:17.810Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1489 | 2024-11-26T08:22:18.192Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-11-26T08:22:21.334Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1491 | 2024-11-26T08:22:22.729Z | Compiling atomicwrites v0.4.4 |
1492 | 2024-11-26T08:22:23.108Z | Compiling itertools v0.13.0 |
1493 | 2024-11-26T08:22:23.196Z | Compiling libsw v3.3.1 |
1494 | 2024-11-26T08:22:23.502Z | Compiling derive-where v1.2.7 |
1495 | 2024-11-26T08:22:23.595Z | Compiling enum-as-inner v0.6.1 |
1496 | 2024-11-26T08:22:23.814Z | Compiling idna v0.4.0 |
1497 | 2024-11-26T08:22:24.693Z | Compiling linked-hash-map v0.5.6 |
1498 | 2024-11-26T08:22:25.074Z | Compiling indent_write v2.2.0 |
1499 | 2024-11-26T08:22:25.290Z | Compiling swrite v0.1.0 |
1500 | 2024-11-26T08:22:25.406Z | Compiling data-encoding v2.6.0 |
1501 | 2024-11-26T08:22:25.418Z | Compiling linear-map v1.2.0 |
1502 | 2024-11-26T08:22:25.682Z | Compiling quick-error v1.2.3 |
1503 | 2024-11-26T08:22:25.777Z | Compiling highway v1.2.0 |
1504 | 2024-11-26T08:22:25.828Z | Compiling resolv-conf v0.7.0 |
1505 | 2024-11-26T08:22:25.924Z | Compiling lru-cache v0.1.2 |
1506 | 2024-11-26T08:22:26.117Z | Compiling hickory-proto v0.24.1 |
1507 | 2024-11-26T08:22:26.493Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1508 | 2024-11-26T08:22:26.628Z | Compiling steno v0.4.1 |
1509 | 2024-11-26T08:22:26.742Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1510 | 2024-11-26T08:22:28.255Z | Compiling slog-dtrace v0.3.0 |
1511 | 2024-11-26T08:22:28.574Z | Compiling humantime v2.1.0 |
1512 | 2024-11-26T08:22:29.166Z | Compiling parking_lot_core v0.8.6 |
1513 | 2024-11-26T08:22:29.617Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-11-26T08:22:33.653Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-11-26T08:22:35.529Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2024-11-26T08:22:36.470Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1517 | 2024-11-26T08:22:36.690Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1518 | 2024-11-26T08:22:38.474Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1519 | 2024-11-26T08:22:39.485Z | Compiling hickory-resolver v0.24.1 |
1520 | 2024-11-26T08:22:40.157Z | Compiling num-derive v0.3.3 |
1521 | 2024-11-26T08:22:41.028Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1522 | 2024-11-26T08:22:41.401Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-11-26T08:22:42.363Z | Compiling thiserror v2.0.3 |
1524 | 2024-11-26T08:22:42.582Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1525 | 2024-11-26T08:22:42.624Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-11-26T08:22:42.688Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1527 | 2024-11-26T08:22:42.719Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-11-26T08:22:43.395Z | Compiling thiserror-impl v2.0.3 |
1529 | 2024-11-26T08:22:43.556Z | Compiling half v2.4.1 |
1530 | 2024-11-26T08:22:43.660Z | Compiling ciborium-io v0.2.2 |
1531 | 2024-11-26T08:22:43.782Z | Compiling parking_lot v0.11.2 |
1532 | 2024-11-26T08:22:44.126Z | Compiling ciborium-ll v0.2.2 |
1533 | 2024-11-26T08:22:44.564Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1534 | 2024-11-26T08:22:44.808Z | Compiling crossbeam-epoch v0.9.18 |
1535 | 2024-11-26T08:22:45.910Z | Compiling fxhash v0.2.1 |
1536 | 2024-11-26T08:22:45.933Z | Compiling crc32fast v1.4.2 |
1537 | 2024-11-26T08:22:45.933Z | Compiling ciborium v0.2.2 |
1538 | 2024-11-26T08:22:46.008Z | Compiling sled v0.34.7 |
1539 | 2024-11-26T08:22:54.101Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1540 | 2024-11-26T08:22:55.153Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-11-26T08:23:01.817Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1542 | 2024-11-26T08:23:02.946Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1543 | 2024-11-26T08:23:04.303Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1544 | 2024-11-26T08:23:26.709Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
1545 | 2024-11-26T08:23:26.870Z | ------------ |
1546 | 2024-11-26T08:23:26.870Z | Nextest run ID cb4d09cc-1321-4e22-9e94-92d08444eaea with nextest profile: default |
1547 | 2024-11-26T08:23:26.870Z | Starting 2 tests across 1 binary |
1548 | 2024-11-26T08:23:26.884Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1549 | 2024-11-26T08:23:26.953Z | PASS [ 0.079s] rdb db::test::test_rib |
1550 | 2024-11-26T08:23:26.955Z | ------------ |
1551 | 2024-11-26T08:23:26.955Z | Summary [ 0.083s] 2 tests run: 2 passed, 0 skipped |
1552 | 2024-11-26T08:23:26.970Z | + cp rib.log /work/ |
1553 | 2024-11-26T08:23:26.973Z | process exited: duration 357386 ms, exit code 0 |
|
1554 | 2024-11-26T08:23:26.978Z | found 1 output files |
1555 | 2024-11-26T08:23:26.978Z | uploading: /work/rib.log (0 bytes) |
1556 | 2024-11-26T08:23:27.986Z | uploaded: /work/rib.log |