|
|
|
1 | 2025-03-24T22:33:28.297Z | job assigned to worker 01JQ54JSDJ2XGB5KZQAVHZ4MRX [factory aws, i-0d7a4a0f313472659] (queued for 19 m 46 s) |
|
2 | 2025-03-24T22:33:36.737Z | starting task 0: "setup" |
3 | 2025-03-24T22:33:36.746Z | ++ uname -s |
4 | 2025-03-24T22:33:36.749Z | + kern=SunOS |
5 | 2025-03-24T22:33:36.749Z | + build_user=build |
6 | 2025-03-24T22:33:36.749Z | + build_uid=12345 |
7 | 2025-03-24T22:33:36.749Z | + work_dir=/work |
8 | 2025-03-24T22:33:36.749Z | + input_dir=/input |
9 | 2025-03-24T22:33:36.749Z | + [[ 0 == 12345 ]] |
10 | 2025-03-24T22:33:36.749Z | + case "$kern" in |
11 | 2025-03-24T22:33:36.750Z | + groupadd -g 12345 build |
12 | 2025-03-24T22:33:36.750Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-24T22:33:38.754Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-24T22:33:38.880Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-24T22:33:38.885Z | + home_fs=zfs |
16 | 2025-03-24T22:33:38.885Z | + [[ zfs == autofs ]] |
17 | 2025-03-24T22:33:38.885Z | + mkdir -p /home/build |
18 | 2025-03-24T22:33:38.889Z | + chown build:build /home/build /work |
19 | 2025-03-24T22:33:40.886Z | + chmod 0700 /home/build /work |
20 | 2025-03-24T22:33:40.890Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-03-24T22:33:40.897Z | starting task 1: "rust-toolchain" |
22 | 2025-03-24T22:33:40.902Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-24T22:33:40.902Z | * rust toolchain channel = "stable" |
24 | 2025-03-24T22:33:40.902Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-24T22:33:40.902Z | * rust toolchain profile = "default" |
26 | 2025-03-24T22:33:40.906Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-24T22:33:40.906Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-24T22:33:40.906Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-24T22:33:40.906Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-24T22:33:41.020Z | info: downloading installer |
31 | 2025-03-24T22:33:42.397Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-24T22:33:42.397Z | warn: /opt/ooce/bin |
33 | 2025-03-24T22:33:42.397Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-24T22:33:42.397Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-24T22:33:42.397Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-24T22:33:42.397Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-24T22:33:42.397Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-24T22:33:42.397Z | error: cannot install while Rust is installed |
39 | 2025-03-24T22:33:42.397Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-24T22:33:42.409Z | info: profile set to 'default' |
41 | 2025-03-24T22:33:42.409Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-24T22:33:42.412Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-24T22:33:42.606Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-24T22:33:42.606Z | info: downloading component 'cargo' |
45 | 2025-03-24T22:33:43.363Z | info: downloading component 'clippy' |
46 | 2025-03-24T22:33:43.807Z | info: downloading component 'rust-docs' |
47 | 2025-03-24T22:33:45.197Z | info: downloading component 'rust-std' |
48 | 2025-03-24T22:33:46.732Z | info: downloading component 'rustc' |
49 | 2025-03-24T22:33:52.559Z | info: downloading component 'rustfmt' |
50 | 2025-03-24T22:33:52.849Z | info: installing component 'cargo' |
51 | 2025-03-24T22:33:53.664Z | info: installing component 'clippy' |
52 | 2025-03-24T22:33:54.049Z | info: installing component 'rust-docs' |
53 | 2025-03-24T22:33:55.848Z | info: installing component 'rust-std' |
54 | 2025-03-24T22:33:57.552Z | info: installing component 'rustc' |
55 | 2025-03-24T22:34:03.510Z | info: installing component 'rustfmt' |
56 | 2025-03-24T22:34:03.833Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-24T22:34:03.833Z | |
58 | 2025-03-24T22:34:04.221Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-24T22:34:04.221Z | |
60 | 2025-03-24T22:34:04.225Z | |
61 | 2025-03-24T22:34:04.225Z | Rust is installed now. Great! |
62 | 2025-03-24T22:34:04.225Z | |
63 | 2025-03-24T22:34:04.226Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-24T22:34:04.226Z | environment variable. This has not been done automatically. |
65 | 2025-03-24T22:34:04.226Z | |
66 | 2025-03-24T22:34:04.226Z | To configure your current shell, you need to source |
67 | 2025-03-24T22:34:04.226Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-24T22:34:04.226Z | |
69 | 2025-03-24T22:34:04.226Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-24T22:34:04.226Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-24T22:34:04.226Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-24T22:34:04.226Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-24T22:34:04.296Z | + rustup --version |
74 | 2025-03-24T22:34:04.307Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-24T22:34:04.307Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-24T22:34:04.335Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-24T22:34:04.339Z | + cargo --version |
78 | 2025-03-24T22:34:04.355Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-24T22:34:04.358Z | + rustc --version |
80 | 2025-03-24T22:34:04.382Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-24T22:34:04.385Z | process exited: duration 23486 ms, exit code 0 |
|
82 | 2025-03-24T22:34:04.392Z | starting task 2: "authentication" |
83 | 2025-03-24T22:34:04.414Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-24T22:34:04.421Z | starting task 3: "clone repository" |
85 | 2025-03-24T22:34:04.425Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-24T22:34:04.428Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-24T22:34:04.462Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-24T22:34:05.229Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-24T22:34:05.230Z | + git fetch origin ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
90 | 2025-03-24T22:34:05.484Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-24T22:34:05.484Z | * branch ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e -> FETCH_HEAD |
92 | 2025-03-24T22:34:05.492Z | + [[ -n renovate/itertools-0.x ]] |
93 | 2025-03-24T22:34:05.496Z | ++ git branch --show-current |
94 | 2025-03-24T22:34:05.499Z | + current=main |
95 | 2025-03-24T22:34:05.499Z | + [[ main != renovate/itertools-0.x ]] |
96 | 2025-03-24T22:34:05.499Z | + git branch -f renovate/itertools-0.x ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
97 | 2025-03-24T22:34:05.502Z | + git checkout -f renovate/itertools-0.x |
98 | 2025-03-24T22:34:05.515Z | Switched to branch 'renovate/itertools-0.x' |
99 | 2025-03-24T22:34:05.518Z | + git reset --hard ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
100 | 2025-03-24T22:34:05.530Z | HEAD is now at ee076cb Update Rust crate itertools to 0.14 |
101 | 2025-03-24T22:34:05.534Z | process exited: duration 1110 ms, exit code 0 |
|
102 | 2025-03-24T22:34:05.543Z | starting task 4: "build" |
103 | 2025-03-24T22:34:05.546Z | + set -e |
104 | 2025-03-24T22:34:05.546Z | + cargo --version |
105 | 2025-03-24T22:34:05.558Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
106 | 2025-03-24T22:34:05.736Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
107 | 2025-03-24T22:34:05.736Z | info: downloading component 'cargo' |
108 | 2025-03-24T22:34:06.478Z | info: downloading component 'clippy' |
109 | 2025-03-24T22:34:06.775Z | info: downloading component 'rust-docs' |
110 | 2025-03-24T22:34:07.932Z | info: downloading component 'rust-std' |
111 | 2025-03-24T22:34:09.483Z | info: downloading component 'rustc' |
112 | 2025-03-24T22:34:16.084Z | info: downloading component 'rustfmt' |
113 | 2025-03-24T22:34:16.362Z | info: installing component 'cargo' |
114 | 2025-03-24T22:34:17.152Z | info: installing component 'clippy' |
115 | 2025-03-24T22:34:17.507Z | info: installing component 'rust-docs' |
116 | 2025-03-24T22:34:19.141Z | info: installing component 'rust-std' |
117 | 2025-03-24T22:34:20.830Z | info: installing component 'rustc' |
118 | 2025-03-24T22:34:26.549Z | info: installing component 'rustfmt' |
119 | 2025-03-24T22:34:26.945Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
120 | 2025-03-24T22:34:26.949Z | + rustc --version |
121 | 2025-03-24T22:34:27.019Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
122 | 2025-03-24T22:34:27.024Z | + cargo install cargo-nextest |
123 | 2025-03-24T22:34:27.117Z | Updating crates.io index |
124 | 2025-03-24T22:34:27.183Z | Downloading crates ... |
125 | 2025-03-24T22:34:27.251Z | Downloaded cargo-nextest v0.9.93 |
126 | 2025-03-24T22:34:27.290Z | Installing cargo-nextest v0.9.93 |
127 | 2025-03-24T22:34:27.371Z | Updating crates.io index |
128 | 2025-03-24T22:34:28.385Z | Locking 356 packages to latest compatible versions |
129 | 2025-03-24T22:34:28.390Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
130 | 2025-03-24T22:34:28.390Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
131 | 2025-03-24T22:34:28.390Z | Adding base64 v0.21.7 (latest: v0.22.1) |
132 | 2025-03-24T22:34:28.399Z | Adding cargo-platform v0.1.9 (latest: v0.2.0) |
133 | 2025-03-24T22:34:28.404Z | Adding const-oid v0.9.6 (latest: v0.10.0) |
134 | 2025-03-24T22:34:28.404Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
135 | 2025-03-24T22:34:28.404Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
136 | 2025-03-24T22:34:28.404Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
137 | 2025-03-24T22:34:28.404Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
138 | 2025-03-24T22:34:28.405Z | Adding getrandom v0.2.15 (latest: v0.3.2) |
139 | 2025-03-24T22:34:28.405Z | Adding gimli v0.28.1 (latest: v0.31.1) |
140 | 2025-03-24T22:34:28.409Z | Adding idna_adapter v1.0.0 (latest: v1.2.0) |
141 | 2025-03-24T22:34:28.410Z | Adding linux-raw-sys v0.4.15 (latest: v0.9.3) |
142 | 2025-03-24T22:34:28.410Z | Adding miniz_oxide v0.7.4 (latest: v0.8.5) |
143 | 2025-03-24T22:34:28.425Z | Adding object v0.32.2 (latest: v0.36.7) |
144 | 2025-03-24T22:34:28.425Z | Adding owo-colors v3.5.0 (latest: v4.2.0) |
145 | 2025-03-24T22:34:28.425Z | Adding rand_core v0.6.4 (latest: v0.9.3) |
146 | 2025-03-24T22:34:28.425Z | Adding ron v0.8.1 (latest: v0.9.0) |
147 | 2025-03-24T22:34:28.430Z | Adding rustix v0.38.44 (latest: v1.0.3) |
148 | 2025-03-24T22:34:28.430Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
149 | 2025-03-24T22:34:28.430Z | Adding thiserror v1.0.69 (latest: v2.0.12) |
150 | 2025-03-24T22:34:28.430Z | Adding thiserror-impl v1.0.69 (latest: v2.0.12) |
151 | 2025-03-24T22:34:28.430Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
152 | 2025-03-24T22:34:28.431Z | Adding vte v0.14.1 (latest: v0.15.0) |
153 | 2025-03-24T22:34:28.431Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4) |
154 | 2025-03-24T22:34:28.431Z | Adding windows v0.52.0 (latest: v0.61.1) |
155 | 2025-03-24T22:34:28.431Z | Adding windows-core v0.52.0 (latest: v0.61.0) |
156 | 2025-03-24T22:34:28.431Z | Adding windows-registry v0.4.0 (latest: v0.5.1) |
157 | 2025-03-24T22:34:28.431Z | Adding windows-strings v0.3.1 (latest: v0.4.0) |
158 | 2025-03-24T22:34:28.431Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
159 | 2025-03-24T22:34:28.431Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
160 | 2025-03-24T22:34:28.431Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
161 | 2025-03-24T22:34:28.431Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.53.0) |
162 | 2025-03-24T22:34:28.431Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
163 | 2025-03-24T22:34:28.431Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.53.0) |
164 | 2025-03-24T22:34:28.432Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
165 | 2025-03-24T22:34:28.432Z | Adding windows_i686_gnu v0.42.2 (latest: v0.53.0) |
166 | 2025-03-24T22:34:28.432Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
167 | 2025-03-24T22:34:28.432Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
168 | 2025-03-24T22:34:28.432Z | Adding windows_i686_msvc v0.42.2 (latest: v0.53.0) |
169 | 2025-03-24T22:34:28.432Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
170 | 2025-03-24T22:34:28.432Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.53.0) |
171 | 2025-03-24T22:34:28.432Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
172 | 2025-03-24T22:34:28.432Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.53.0) |
173 | 2025-03-24T22:34:28.432Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
174 | 2025-03-24T22:34:28.432Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.53.0) |
175 | 2025-03-24T22:34:28.433Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
176 | 2025-03-24T22:34:28.433Z | Adding wit-bindgen-rt v0.39.0 (latest: v0.41.0) |
177 | 2025-03-24T22:34:28.433Z | Adding zerocopy v0.7.35 (latest: v0.8.24) |
178 | 2025-03-24T22:34:28.433Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.24) |
179 | 2025-03-24T22:34:28.439Z | Downloading crates ... |
180 | 2025-03-24T22:34:28.490Z | Downloaded addr2line v0.21.0 |
181 | 2025-03-24T22:34:28.497Z | Downloaded adler2 v2.0.0 |
182 | 2025-03-24T22:34:28.501Z | Downloaded anstyle v1.0.10 |
183 | 2025-03-24T22:34:28.506Z | Downloaded anstream v0.6.18 |
184 | 2025-03-24T22:34:28.513Z | Downloaded cfg_aliases v0.2.1 |
185 | 2025-03-24T22:34:28.519Z | Downloaded atomicwrites v0.4.4 |
186 | 2025-03-24T22:34:28.539Z | Downloaded swrite v0.1.0 |
187 | 2025-03-24T22:34:28.539Z | Downloaded sync_wrapper v1.0.2 |
188 | 2025-03-24T22:34:28.550Z | Downloaded thiserror-impl v2.0.12 |
189 | 2025-03-24T22:34:28.550Z | Downloaded thiserror v1.0.69 |
190 | 2025-03-24T22:34:28.550Z | Downloaded target-lexicon v0.13.2 |
191 | 2025-03-24T22:34:28.550Z | Downloaded humantime-serde v1.1.1 |
192 | 2025-03-24T22:34:28.550Z | Downloaded foreign-types-shared v0.1.1 |
193 | 2025-03-24T22:34:28.550Z | Downloaded enable-ansi-support v0.2.1 |
194 | 2025-03-24T22:34:28.550Z | Downloaded target-spec-miette v0.4.4 |
195 | 2025-03-24T22:34:28.555Z | Downloaded http-body v1.0.1 |
196 | 2025-03-24T22:34:28.555Z | Downloaded guppy-workspace-hack v0.1.0 |
197 | 2025-03-24T22:34:28.555Z | Downloaded foreign-types v0.3.2 |
198 | 2025-03-24T22:34:28.556Z | Downloaded equivalent v1.0.2 |
199 | 2025-03-24T22:34:28.556Z | Downloaded adler v1.0.2 |
200 | 2025-03-24T22:34:28.556Z | Downloaded anstyle-query v1.1.2 |
201 | 2025-03-24T22:34:28.556Z | Downloaded indenter v0.3.3 |
202 | 2025-03-24T22:34:28.561Z | Downloaded home v0.5.11 |
203 | 2025-03-24T22:34:28.561Z | Downloaded urlencoding v2.1.3 |
204 | 2025-03-24T22:34:28.562Z | Downloaded curve25519-dalek-derive v0.1.1 |
205 | 2025-03-24T22:34:28.575Z | Downloaded block-buffer v0.10.4 |
206 | 2025-03-24T22:34:28.575Z | Downloaded is_ci v1.2.0 |
207 | 2025-03-24T22:34:28.575Z | Downloaded want v0.3.1 |
208 | 2025-03-24T22:34:28.579Z | Downloaded form_urlencoded v1.2.1 |
209 | 2025-03-24T22:34:28.579Z | Downloaded try-lock v0.2.5 |
210 | 2025-03-24T22:34:28.580Z | Downloaded tower-service v0.3.3 |
211 | 2025-03-24T22:34:28.580Z | Downloaded nextest-workspace-hack v0.1.0 |
212 | 2025-03-24T22:34:28.580Z | Downloaded nested v0.1.1 |
213 | 2025-03-24T22:34:28.580Z | Downloaded ed25519 v2.2.3 |
214 | 2025-03-24T22:34:28.584Z | Downloaded crypto-common v0.1.6 |
215 | 2025-03-24T22:34:28.584Z | Downloaded colorchoice v1.0.3 |
216 | 2025-03-24T22:34:28.584Z | Downloaded atomic-waker v1.1.2 |
217 | 2025-03-24T22:34:28.584Z | Downloaded futures-task v0.3.31 |
218 | 2025-03-24T22:34:28.589Z | Downloaded number_prefix v0.4.0 |
219 | 2025-03-24T22:34:28.589Z | Downloaded tower-layer v0.3.3 |
220 | 2025-03-24T22:34:28.589Z | Downloaded autocfg v1.4.0 |
221 | 2025-03-24T22:34:28.594Z | Downloaded filetime v0.2.25 |
222 | 2025-03-24T22:34:28.598Z | Downloaded errno v0.3.10 |
223 | 2025-03-24T22:34:28.599Z | Downloaded mukti-metadata v0.3.0 |
224 | 2025-03-24T22:34:28.599Z | Downloaded cpufeatures v0.2.17 |
225 | 2025-03-24T22:34:28.612Z | Downloaded async-scoped v0.9.0 |
226 | 2025-03-24T22:34:28.612Z | Downloaded backtrace-ext v0.2.1 |
227 | 2025-03-24T22:34:28.612Z | Downloaded futures-io v0.3.31 |
228 | 2025-03-24T22:34:28.613Z | Downloaded hyper-util v0.1.10 |
229 | 2025-03-24T22:34:28.617Z | Downloaded heck v0.5.0 |
230 | 2025-03-24T22:34:28.617Z | Downloaded fnv v1.0.7 |
231 | 2025-03-24T22:34:28.617Z | Downloaded futures-sink v0.3.31 |
232 | 2025-03-24T22:34:28.617Z | Downloaded xxhash-rust v0.8.15 |
233 | 2025-03-24T22:34:28.617Z | Downloaded unicode-linebreak v0.1.5 |
234 | 2025-03-24T22:34:28.617Z | Downloaded xattr v1.5.0 |
235 | 2025-03-24T22:34:28.617Z | Downloaded version_check v0.9.5 |
236 | 2025-03-24T22:34:28.617Z | Downloaded thread_local v1.1.8 |
237 | 2025-03-24T22:34:28.621Z | Downloaded hyper-tls v0.6.0 |
238 | 2025-03-24T22:34:28.621Z | Downloaded either v1.15.0 |
239 | 2025-03-24T22:34:28.625Z | Downloaded itoa v1.0.15 |
240 | 2025-03-24T22:34:28.625Z | Downloaded is_terminal_polyfill v1.70.1 |
241 | 2025-03-24T22:34:28.625Z | Downloaded utf8_iter v1.0.4 |
242 | 2025-03-24T22:34:28.628Z | Downloaded tokio-native-tls v0.3.1 |
243 | 2025-03-24T22:34:28.628Z | Downloaded clap_lex v0.7.4 |
244 | 2025-03-24T22:34:28.632Z | Downloaded tracing-log v0.2.0 |
245 | 2025-03-24T22:34:28.632Z | Downloaded thiserror-impl v1.0.69 |
246 | 2025-03-24T22:34:28.641Z | Downloaded zeroize v1.8.1 |
247 | 2025-03-24T22:34:28.641Z | Downloaded smol_str v0.3.2 |
248 | 2025-03-24T22:34:28.641Z | Downloaded signal-hook-mio v0.2.4 |
249 | 2025-03-24T22:34:28.645Z | Downloaded humantime v2.2.0 |
250 | 2025-03-24T22:34:28.645Z | Downloaded indent_write v2.2.0 |
251 | 2025-03-24T22:34:28.645Z | Downloaded tokio-macros v2.5.0 |
252 | 2025-03-24T22:34:28.645Z | Downloaded lazy_static v1.5.0 |
253 | 2025-03-24T22:34:28.646Z | Downloaded supports-unicode v3.0.0 |
254 | 2025-03-24T22:34:28.646Z | Downloaded strsim v0.11.1 |
255 | 2025-03-24T22:34:28.649Z | Downloaded crc32fast v1.4.2 |
256 | 2025-03-24T22:34:28.649Z | Downloaded toml_datetime v0.6.8 |
257 | 2025-03-24T22:34:28.653Z | Downloaded duct v0.13.7 |
258 | 2025-03-24T22:34:28.653Z | Downloaded mime v0.3.17 |
259 | 2025-03-24T22:34:28.657Z | Downloaded futures-channel v0.3.31 |
260 | 2025-03-24T22:34:28.658Z | Downloaded tracing-error v0.2.1 |
261 | 2025-03-24T22:34:28.658Z | Downloaded console v0.15.11 |
262 | 2025-03-24T22:34:28.661Z | Downloaded utf8parse v0.2.2 |
263 | 2025-03-24T22:34:28.661Z | Downloaded idna_adapter v1.0.0 |
264 | 2025-03-24T22:34:28.669Z | Downloaded generic-array v0.14.7 |
265 | 2025-03-24T22:34:28.669Z | Downloaded clap_derive v4.5.32 |
266 | 2025-03-24T22:34:28.672Z | Downloaded nextest-metadata v0.12.2 |
267 | 2025-03-24T22:34:28.672Z | Downloaded cargo_metadata v0.19.2 |
268 | 2025-03-24T22:34:28.672Z | Downloaded cargo-platform v0.1.9 |
269 | 2025-03-24T22:34:28.672Z | Downloaded tinyvec_macros v0.1.1 |
270 | 2025-03-24T22:34:28.672Z | Downloaded digest v0.10.7 |
271 | 2025-03-24T22:34:28.676Z | Downloaded hex v0.4.3 |
272 | 2025-03-24T22:34:28.676Z | Downloaded tar v0.4.44 |
273 | 2025-03-24T22:34:28.679Z | Downloaded strip-ansi-escapes v0.2.1 |
274 | 2025-03-24T22:34:28.686Z | Downloaded hyper-rustls v0.27.5 |
275 | 2025-03-24T22:34:28.687Z | Downloaded future-queue v0.4.0 |
276 | 2025-03-24T22:34:28.687Z | Downloaded globset v0.4.16 |
277 | 2025-03-24T22:34:28.693Z | Downloaded fixedbitset v0.5.7 |
278 | 2025-03-24T22:34:28.693Z | Downloaded newtype-uuid v1.2.1 |
279 | 2025-03-24T22:34:28.694Z | Downloaded miette-derive v7.5.0 |
280 | 2025-03-24T22:34:28.694Z | Downloaded target-spec v3.4.2 |
281 | 2025-03-24T22:34:28.702Z | Downloaded camino-tempfile v1.1.1 |
282 | 2025-03-24T22:34:28.703Z | Downloaded ppv-lite86 v0.2.21 |
283 | 2025-03-24T22:34:28.703Z | Downloaded pathdiff v0.2.3 |
284 | 2025-03-24T22:34:28.703Z | Downloaded untrusted v0.9.0 |
285 | 2025-03-24T22:34:28.703Z | Downloaded unicase v2.8.1 |
286 | 2025-03-24T22:34:28.715Z | Downloaded camino v1.1.9 |
287 | 2025-03-24T22:34:28.716Z | Downloaded base64ct v1.7.3 |
288 | 2025-03-24T22:34:28.716Z | Downloaded rustc-hash v2.1.1 |
289 | 2025-03-24T22:34:28.716Z | Downloaded os_pipe v1.2.1 |
290 | 2025-03-24T22:34:28.716Z | Downloaded lock_api v0.4.12 |
291 | 2025-03-24T22:34:28.730Z | Downloaded zstd v0.13.3 |
292 | 2025-03-24T22:34:28.730Z | Downloaded ipnet v2.11.0 |
293 | 2025-03-24T22:34:28.730Z | Downloaded tempfile v3.19.1 |
294 | 2025-03-24T22:34:28.730Z | Downloaded fastrand v2.3.0 |
295 | 2025-03-24T22:34:28.730Z | Downloaded futures-macro v0.3.31 |
296 | 2025-03-24T22:34:28.730Z | Downloaded futures-executor v0.3.31 |
297 | 2025-03-24T22:34:28.730Z | Downloaded ahash v0.8.11 |
298 | 2025-03-24T22:34:28.738Z | Downloaded tracing-attributes v0.1.28 |
299 | 2025-03-24T22:34:28.738Z | Downloaded const-oid v0.9.6 |
300 | 2025-03-24T22:34:28.738Z | Downloaded jobserver v0.1.32 |
301 | 2025-03-24T22:34:28.738Z | Downloaded getrandom v0.2.15 |
302 | 2025-03-24T22:34:28.738Z | Downloaded zstd-safe v7.2.4 |
303 | 2025-03-24T22:34:28.738Z | Downloaded zipsign-api v0.1.3 |
304 | 2025-03-24T22:34:28.738Z | Downloaded futures v0.3.31 |
305 | 2025-03-24T22:34:28.743Z | Downloaded nextest-filtering v0.15.0 |
306 | 2025-03-24T22:34:28.743Z | Downloaded httparse v1.10.1 |
307 | 2025-03-24T22:34:28.749Z | Downloaded getrandom v0.3.2 |
308 | 2025-03-24T22:34:28.754Z | Downloaded dialoguer v0.11.0 |
309 | 2025-03-24T22:34:28.754Z | Downloaded bitflags v2.9.0 |
310 | 2025-03-24T22:34:28.767Z | Downloaded openssl-macros v0.1.1 |
311 | 2025-03-24T22:34:28.767Z | Downloaded self-replace v1.5.0 |
312 | 2025-03-24T22:34:28.767Z | Downloaded eyre v0.6.12 |
313 | 2025-03-24T22:34:28.773Z | Downloaded slab v0.4.9 |
314 | 2025-03-24T22:34:28.774Z | Downloaded signal-hook-registry v1.4.2 |
315 | 2025-03-24T22:34:28.774Z | Downloaded supports-color v3.0.2 |
316 | 2025-03-24T22:34:28.774Z | Downloaded static_assertions v1.1.0 |
317 | 2025-03-24T22:34:28.774Z | Downloaded shlex v1.3.0 |
318 | 2025-03-24T22:34:28.774Z | Downloaded signature v2.2.0 |
319 | 2025-03-24T22:34:28.774Z | Downloaded pin-project-internal v1.1.10 |
320 | 2025-03-24T22:34:28.778Z | Downloaded supports-hyperlinks v3.1.0 |
321 | 2025-03-24T22:34:28.778Z | Downloaded spki v0.7.3 |
322 | 2025-03-24T22:34:28.778Z | Downloaded rustls-pemfile v2.2.0 |
323 | 2025-03-24T22:34:28.778Z | Downloaded pin-utils v0.1.0 |
324 | 2025-03-24T22:34:28.782Z | Downloaded serde_urlencoded v0.7.1 |
325 | 2025-03-24T22:34:28.783Z | Downloaded pin-project-lite v0.2.16 |
326 | 2025-03-24T22:34:28.788Z | Downloaded tinyvec v1.9.0 |
327 | 2025-03-24T22:34:28.793Z | Downloaded tokio-stream v0.1.17 |
328 | 2025-03-24T22:34:28.797Z | Downloaded thiserror v2.0.12 |
329 | 2025-03-24T22:34:28.804Z | Downloaded derive-where v1.2.7 |
330 | 2025-03-24T22:34:28.810Z | Downloaded miniz_oxide v0.7.4 |
331 | 2025-03-24T22:34:28.810Z | Downloaded config v0.15.11 |
332 | 2025-03-24T22:34:28.817Z | Downloaded owo-colors v3.5.0 |
333 | 2025-03-24T22:34:28.817Z | Downloaded pkg-config v0.3.32 |
334 | 2025-03-24T22:34:28.817Z | Downloaded openssl-probe v0.1.6 |
335 | 2025-03-24T22:34:28.817Z | Downloaded num-traits v0.2.19 |
336 | 2025-03-24T22:34:28.824Z | Downloaded rand_core v0.6.4 |
337 | 2025-03-24T22:34:28.824Z | Downloaded rand_core v0.9.3 |
338 | 2025-03-24T22:34:28.824Z | Downloaded rand_chacha v0.9.0 |
339 | 2025-03-24T22:34:28.830Z | Downloaded parking_lot_core v0.9.10 |
340 | 2025-03-24T22:34:28.830Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-03-24T22:34:28.830Z | Downloaded sha2 v0.10.8 |
342 | 2025-03-24T22:34:28.831Z | Downloaded quote v1.0.40 |
343 | 2025-03-24T22:34:28.840Z | Downloaded socket2 v0.5.8 |
344 | 2025-03-24T22:34:28.840Z | Downloaded quinn-udp v0.5.10 |
345 | 2025-03-24T22:34:28.840Z | Downloaded semver v1.0.26 |
346 | 2025-03-24T22:34:28.846Z | Downloaded toml v0.8.20 |
347 | 2025-03-24T22:34:28.846Z | Downloaded borsh v1.5.6 |
348 | 2025-03-24T22:34:28.855Z | Downloaded base64 v0.21.7 |
349 | 2025-03-24T22:34:28.856Z | Downloaded bytes v1.10.1 |
350 | 2025-03-24T22:34:28.867Z | Downloaded ed25519-dalek v2.1.1 |
351 | 2025-03-24T22:34:28.867Z | Downloaded tokio-rustls v0.26.2 |
352 | 2025-03-24T22:34:28.867Z | Downloaded clap v4.5.32 |
353 | 2025-03-24T22:34:28.882Z | Downloaded pkcs8 v0.10.2 |
354 | 2025-03-24T22:34:28.883Z | Downloaded textwrap v0.16.2 |
355 | 2025-03-24T22:34:28.883Z | Downloaded pin-project v1.1.10 |
356 | 2025-03-24T22:34:28.897Z | Downloaded once_cell v1.21.1 |
357 | 2025-03-24T22:34:28.897Z | Downloaded tracing v0.1.41 |
358 | 2025-03-24T22:34:28.920Z | Downloaded backtrace v0.3.71 |
359 | 2025-03-24T22:34:28.921Z | Downloaded indexmap v2.8.0 |
360 | 2025-03-24T22:34:28.921Z | Downloaded signal-hook v0.3.17 |
361 | 2025-03-24T22:34:28.921Z | Downloaded proc-macro2 v1.0.94 |
362 | 2025-03-24T22:34:28.921Z | Downloaded self_update v0.42.0 |
363 | 2025-03-24T22:34:28.921Z | Downloaded indicatif v0.17.11 |
364 | 2025-03-24T22:34:28.943Z | Downloaded ron v0.8.1 |
365 | 2025-03-24T22:34:28.943Z | Downloaded url v2.5.4 |
366 | 2025-03-24T22:34:28.943Z | Downloaded base64 v0.22.1 |
367 | 2025-03-24T22:34:28.943Z | Downloaded http v1.3.1 |
368 | 2025-03-24T22:34:28.943Z | Downloaded parking_lot v0.12.3 |
369 | 2025-03-24T22:34:28.943Z | Downloaded serde v1.0.219 |
370 | 2025-03-24T22:34:28.943Z | Downloaded typenum v1.18.0 |
371 | 2025-03-24T22:34:28.943Z | Downloaded serde_derive v1.0.219 |
372 | 2025-03-24T22:34:28.957Z | Downloaded cc v1.2.17 |
373 | 2025-03-24T22:34:28.958Z | Downloaded memchr v2.7.4 |
374 | 2025-03-24T22:34:28.958Z | Downloaded der v0.7.9 |
375 | 2025-03-24T22:34:28.958Z | Downloaded flate2 v1.1.0 |
376 | 2025-03-24T22:34:28.964Z | Downloaded rustls-pki-types v1.11.0 |
377 | 2025-03-24T22:34:28.964Z | Downloaded ryu v1.0.20 |
378 | 2025-03-24T22:34:28.975Z | Downloaded tower v0.5.2 |
379 | 2025-03-24T22:34:28.991Z | Downloaded mio v1.0.3 |
380 | 2025-03-24T22:34:28.991Z | Downloaded openssl-sys v0.9.106 |
381 | 2025-03-24T22:34:28.991Z | Downloaded rand v0.9.0 |
382 | 2025-03-24T22:34:28.991Z | Downloaded hashbrown v0.15.2 |
383 | 2025-03-24T22:34:28.999Z | Downloaded guppy v0.17.17 |
384 | 2025-03-24T22:34:29.105Z | Downloaded hyper v1.6.0 |
385 | 2025-03-24T22:34:29.105Z | Downloaded toml_edit v0.22.24 |
386 | 2025-03-24T22:34:29.105Z | Downloaded miette v7.5.0 |
387 | 2025-03-24T22:34:29.105Z | Downloaded unicode-normalization v0.1.24 |
388 | 2025-03-24T22:34:29.105Z | Downloaded futures-util v0.3.31 |
389 | 2025-03-24T22:34:29.105Z | Downloaded idna v1.0.3 |
390 | 2025-03-24T22:34:29.105Z | Downloaded h2 v0.4.8 |
391 | 2025-03-24T22:34:29.105Z | Downloaded itertools v0.14.0 |
392 | 2025-03-24T22:34:29.106Z | Downloaded winnow v0.7.4 |
393 | 2025-03-24T22:34:29.106Z | Downloaded zerocopy v0.7.35 |
394 | 2025-03-24T22:34:29.126Z | Downloaded serde_json v1.0.140 |
395 | 2025-03-24T22:34:29.127Z | Downloaded quick-xml v0.37.2 |
396 | 2025-03-24T22:34:29.127Z | Downloaded reqwest v0.12.15 |
397 | 2025-03-24T22:34:29.127Z | Downloaded aho-corasick v1.1.3 |
398 | 2025-03-24T22:34:29.127Z | Downloaded portable-atomic v1.11.0 |
399 | 2025-03-24T22:34:29.140Z | Downloaded chrono v0.4.40 |
400 | 2025-03-24T22:34:29.141Z | Downloaded color-spantrace v0.2.1 |
401 | 2025-03-24T22:34:29.141Z | Downloaded tokio-util v0.7.14 |
402 | 2025-03-24T22:34:29.149Z | Downloaded tracing-subscriber v0.3.19 |
403 | 2025-03-24T22:34:29.180Z | Downloaded gimli v0.28.1 |
404 | 2025-03-24T22:34:29.181Z | Downloaded regex v1.11.1 |
405 | 2025-03-24T22:34:29.188Z | Downloaded openssl v0.10.71 |
406 | 2025-03-24T22:34:29.188Z | Downloaded rustls-webpki v0.103.0 |
407 | 2025-03-24T22:34:29.198Z | Downloaded zerocopy v0.8.24 |
408 | 2025-03-24T22:34:29.224Z | Downloaded rustls v0.23.25 |
409 | 2025-03-24T22:34:29.228Z | Downloaded regex-syntax v0.8.5 |
410 | 2025-03-24T22:34:29.237Z | Downloaded bstr v1.11.3 |
411 | 2025-03-24T22:34:29.256Z | Downloaded nextest-runner v0.76.0 |
412 | 2025-03-24T22:34:29.261Z | Downloaded syn v2.0.100 |
413 | 2025-03-24T22:34:29.270Z | Downloaded unicode-width v0.2.0 |
414 | 2025-03-24T22:34:29.275Z | Downloaded nix v0.29.0 |
415 | 2025-03-24T22:34:29.289Z | Downloaded unicode-width v0.1.14 |
416 | 2025-03-24T22:34:29.294Z | Downloaded webpki-roots v0.26.8 |
417 | 2025-03-24T22:34:29.295Z | Downloaded curve25519-dalek v4.1.3 |
418 | 2025-03-24T22:34:29.303Z | Downloaded rustix v0.38.44 |
419 | 2025-03-24T22:34:29.324Z | Downloaded object v0.32.2 |
420 | 2025-03-24T22:34:29.333Z | Downloaded quinn-proto v0.11.10 |
421 | 2025-03-24T22:34:29.340Z | Downloaded vcpkg v0.2.15 |
422 | 2025-03-24T22:34:29.377Z | Downloaded clap_builder v4.5.32 |
423 | 2025-03-24T22:34:29.383Z | Downloaded rustix v1.0.3 |
424 | 2025-03-24T22:34:29.405Z | Downloaded crossterm v0.28.1 |
425 | 2025-03-24T22:34:29.410Z | Downloaded color-eyre v0.6.3 |
426 | 2025-03-24T22:34:29.417Z | Downloaded quinn v0.11.7 |
427 | 2025-03-24T22:34:29.423Z | Downloaded sharded-slab v0.1.7 |
428 | 2025-03-24T22:34:29.428Z | Downloaded owo-colors v4.2.0 |
429 | 2025-03-24T22:34:29.429Z | Downloaded miniz_oxide v0.8.5 |
430 | 2025-03-24T22:34:29.429Z | Downloaded vte v0.14.1 |
431 | 2025-03-24T22:34:29.434Z | Downloaded uuid v1.16.0 |
432 | 2025-03-24T22:34:29.439Z | Downloaded tracing-core v0.1.33 |
433 | 2025-03-24T22:34:29.439Z | Downloaded smallvec v1.14.0 |
434 | 2025-03-24T22:34:29.439Z | Downloaded serde_ignored v0.1.11 |
435 | 2025-03-24T22:34:29.445Z | Downloaded rustc-demangle v0.1.24 |
436 | 2025-03-24T22:34:29.445Z | Downloaded log v0.4.27 |
437 | 2025-03-24T22:34:29.445Z | Downloaded unicode-ident v1.0.18 |
438 | 2025-03-24T22:34:29.453Z | Downloaded native-tls v0.2.14 |
439 | 2025-03-24T22:34:29.453Z | Downloaded shell-words v1.1.0 |
440 | 2025-03-24T22:34:29.453Z | Downloaded scopeguard v1.2.0 |
441 | 2025-03-24T22:34:29.453Z | Downloaded petgraph v0.7.1 |
442 | 2025-03-24T22:34:29.466Z | Downloaded rustc_version v0.4.1 |
443 | 2025-03-24T22:34:29.471Z | Downloaded percent-encoding v2.3.1 |
444 | 2025-03-24T22:34:29.471Z | Downloaded quick-junit v0.5.1 |
445 | 2025-03-24T22:34:29.471Z | Downloaded serde_path_to_error v0.1.17 |
446 | 2025-03-24T22:34:29.471Z | Downloaded subtle v2.6.1 |
447 | 2025-03-24T22:34:29.475Z | Downloaded shared_child v1.0.1 |
448 | 2025-03-24T22:34:29.475Z | Downloaded cfg-expr v0.18.0 |
449 | 2025-03-24T22:34:29.475Z | Downloaded iana-time-zone v0.1.62 |
450 | 2025-03-24T22:34:29.481Z | Downloaded anstyle-parse v0.2.6 |
451 | 2025-03-24T22:34:29.481Z | Downloaded terminal_size v0.4.2 |
452 | 2025-03-24T22:34:29.486Z | Downloaded http-body-util v0.1.3 |
453 | 2025-03-24T22:34:29.486Z | Downloaded futures-core v0.3.31 |
454 | 2025-03-24T22:34:29.486Z | Downloaded debug-ignore v1.0.5 |
455 | 2025-03-24T22:34:29.486Z | Downloaded cfg-if v1.0.0 |
456 | 2025-03-24T22:34:29.486Z | Downloaded regex-automata v0.4.9 |
457 | 2025-03-24T22:34:29.502Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
458 | 2025-03-24T22:34:29.561Z | Downloaded libc v0.2.171 |
459 | 2025-03-24T22:34:29.575Z | Downloaded tokio v1.44.1 |
460 | 2025-03-24T22:34:29.599Z | Downloaded ring v0.17.14 |
461 | 2025-03-24T22:34:29.647Z | Downloaded recursion v0.5.2 |
462 | 2025-03-24T22:34:29.882Z | Compiling proc-macro2 v1.0.94 |
463 | 2025-03-24T22:34:29.883Z | Compiling unicode-ident v1.0.18 |
464 | 2025-03-24T22:34:29.887Z | Compiling libc v0.2.171 |
465 | 2025-03-24T22:34:29.888Z | Compiling cfg-if v1.0.0 |
466 | 2025-03-24T22:34:29.888Z | Compiling serde v1.0.219 |
467 | 2025-03-24T22:34:29.888Z | Compiling memchr v2.7.4 |
468 | 2025-03-24T22:34:29.920Z | Compiling once_cell v1.21.1 |
469 | 2025-03-24T22:34:30.009Z | Compiling shlex v1.3.0 |
470 | 2025-03-24T22:34:30.083Z | Compiling autocfg v1.4.0 |
471 | 2025-03-24T22:34:30.373Z | Compiling log v0.4.27 |
472 | 2025-03-24T22:34:30.465Z | Compiling pin-project-lite v0.2.16 |
473 | 2025-03-24T22:34:30.579Z | Compiling itoa v1.0.15 |
474 | 2025-03-24T22:34:30.622Z | Compiling futures-core v0.3.31 |
475 | 2025-03-24T22:34:30.788Z | Compiling bitflags v2.9.0 |
476 | 2025-03-24T22:34:30.872Z | Compiling smallvec v1.14.0 |
477 | 2025-03-24T22:34:30.886Z | Compiling bytes v1.10.1 |
478 | 2025-03-24T22:34:30.964Z | Compiling slab v0.4.9 |
479 | 2025-03-24T22:34:31.340Z | Compiling hashbrown v0.15.2 |
480 | 2025-03-24T22:34:31.354Z | Compiling rustix v1.0.3 |
481 | 2025-03-24T22:34:31.383Z | Compiling getrandom v0.3.2 |
482 | 2025-03-24T22:34:31.482Z | Compiling jobserver v0.1.32 |
483 | 2025-03-24T22:34:31.974Z | Compiling quote v1.0.40 |
484 | 2025-03-24T22:34:32.018Z | Compiling cc v1.2.17 |
485 | 2025-03-24T22:34:32.276Z | Compiling errno v0.3.10 |
486 | 2025-03-24T22:34:32.352Z | Compiling syn v2.0.100 |
487 | 2025-03-24T22:34:32.529Z | Compiling signal-hook-registry v1.4.2 |
488 | 2025-03-24T22:34:32.543Z | Compiling mio v1.0.3 |
489 | 2025-03-24T22:34:32.614Z | Compiling equivalent v1.0.2 |
490 | 2025-03-24T22:34:32.700Z | Compiling futures-sink v0.3.31 |
491 | 2025-03-24T22:34:33.032Z | Compiling socket2 v0.5.8 |
492 | 2025-03-24T22:34:33.236Z | Compiling tracing-core v0.1.33 |
493 | 2025-03-24T22:34:33.364Z | Compiling version_check v0.9.5 |
494 | 2025-03-24T22:34:34.086Z | Compiling futures-channel v0.3.31 |
495 | 2025-03-24T22:34:34.174Z | Compiling serde_json v1.0.140 |
496 | 2025-03-24T22:34:34.365Z | Compiling futures-io v0.3.31 |
497 | 2025-03-24T22:34:34.557Z | Compiling futures-task v0.3.31 |
498 | 2025-03-24T22:34:34.589Z | Compiling ryu v1.0.20 |
499 | 2025-03-24T22:34:34.731Z | Compiling pin-utils v0.1.0 |
500 | 2025-03-24T22:34:34.846Z | Compiling getrandom v0.2.15 |
501 | 2025-03-24T22:34:34.861Z | Compiling unicode-width v0.2.0 |
502 | 2025-03-24T22:34:34.906Z | Compiling fnv v1.0.7 |
503 | 2025-03-24T22:34:35.056Z | Compiling camino v1.1.9 |
504 | 2025-03-24T22:34:35.135Z | Compiling http v1.3.1 |
505 | 2025-03-24T22:34:35.160Z | Compiling rustls-pki-types v1.11.0 |
506 | 2025-03-24T22:34:35.438Z | Compiling target-lexicon v0.13.2 |
507 | 2025-03-24T22:34:35.709Z | Compiling typenum v1.18.0 |
508 | 2025-03-24T22:34:35.742Z | Compiling guppy-workspace-hack v0.1.0 |
509 | 2025-03-24T22:34:35.959Z | Compiling ring v0.17.14 |
510 | 2025-03-24T22:34:36.060Z | Compiling backtrace v0.3.71 |
511 | 2025-03-24T22:34:36.424Z | Compiling untrusted v0.9.0 |
512 | 2025-03-24T22:34:36.464Z | Compiling httparse v1.10.1 |
513 | 2025-03-24T22:34:36.574Z | Compiling adler v1.0.2 |
514 | 2025-03-24T22:34:36.633Z | Compiling gimli v0.28.1 |
515 | 2025-03-24T22:34:36.861Z | Compiling thiserror v1.0.69 |
516 | 2025-03-24T22:34:36.986Z | Compiling semver v1.0.26 |
517 | 2025-03-24T22:34:37.202Z | Compiling http-body v1.0.1 |
518 | 2025-03-24T22:34:37.457Z | Compiling miniz_oxide v0.7.4 |
519 | 2025-03-24T22:34:37.794Z | Compiling generic-array v0.14.7 |
520 | 2025-03-24T22:34:38.024Z | Compiling object v0.32.2 |
521 | 2025-03-24T22:34:38.127Z | Compiling try-lock v0.2.5 |
522 | 2025-03-24T22:34:38.277Z | Compiling zeroize v1.8.1 |
523 | 2025-03-24T22:34:38.611Z | Compiling target-spec v3.4.2 |
524 | 2025-03-24T22:34:38.883Z | Compiling atomic-waker v1.1.2 |
525 | 2025-03-24T22:34:38.919Z | Compiling thiserror v2.0.12 |
526 | 2025-03-24T22:34:39.067Z | Compiling rustls v0.23.25 |
527 | 2025-03-24T22:34:39.108Z | Compiling pkg-config v0.3.32 |
528 | 2025-03-24T22:34:39.379Z | Compiling rustc-demangle v0.1.24 |
529 | 2025-03-24T22:34:39.525Z | Compiling fastrand v2.3.0 |
530 | 2025-03-24T22:34:39.886Z | Compiling tempfile v3.19.1 |
531 | 2025-03-24T22:34:40.332Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
532 | 2025-03-24T22:34:40.531Z | Compiling want v0.3.1 |
533 | 2025-03-24T22:34:40.891Z | Compiling cfg-expr v0.18.0 |
534 | 2025-03-24T22:34:41.660Z | Compiling addr2line v0.21.0 |
535 | 2025-03-24T22:34:42.441Z | Compiling terminal_size v0.4.2 |
536 | 2025-03-24T22:34:42.647Z | Compiling aho-corasick v1.1.3 |
537 | 2025-03-24T22:34:42.681Z | Compiling subtle v2.6.1 |
538 | 2025-03-24T22:34:42.792Z | Compiling owo-colors v4.2.0 |
539 | 2025-03-24T22:34:42.941Z | Compiling zerocopy v0.8.24 |
540 | 2025-03-24T22:34:43.157Z | Compiling tower-service v0.3.3 |
541 | 2025-03-24T22:34:43.219Z | Compiling percent-encoding v2.3.1 |
542 | 2025-03-24T22:34:43.293Z | Compiling regex-syntax v0.8.5 |
543 | 2025-03-24T22:34:43.427Z | Compiling form_urlencoded v1.2.1 |
544 | 2025-03-24T22:34:43.926Z | Compiling ahash v0.8.11 |
545 | 2025-03-24T22:34:44.270Z | Compiling num-traits v0.2.19 |
546 | 2025-03-24T22:34:44.566Z | Compiling serde_derive v1.0.219 |
547 | 2025-03-24T22:34:44.612Z | Compiling tokio-macros v2.5.0 |
548 | 2025-03-24T22:34:45.001Z | Compiling futures-macro v0.3.31 |
549 | 2025-03-24T22:34:46.082Z | Compiling tokio v1.44.1 |
550 | 2025-03-24T22:34:46.315Z | Compiling tracing-attributes v0.1.28 |
551 | 2025-03-24T22:34:46.879Z | Compiling futures-util v0.3.31 |
552 | 2025-03-24T22:34:49.624Z | Compiling tracing v0.1.41 |
553 | 2025-03-24T22:34:50.348Z | Compiling thiserror-impl v1.0.69 |
554 | 2025-03-24T22:34:53.510Z | Compiling rustls-webpki v0.103.0 |
555 | 2025-03-24T22:34:56.990Z | Compiling tokio-util v0.7.14 |
556 | 2025-03-24T22:34:58.747Z | Compiling indexmap v2.8.0 |
557 | 2025-03-24T22:35:00.630Z | Compiling h2 v0.4.8 |
558 | 2025-03-24T22:35:00.738Z | Compiling thiserror-impl v2.0.12 |
559 | 2025-03-24T22:35:04.140Z | Compiling regex-automata v0.4.9 |
560 | 2025-03-24T22:35:05.458Z | Compiling lock_api v0.4.12 |
561 | 2025-03-24T22:35:05.477Z | Compiling lazy_static v1.5.0 |
562 | 2025-03-24T22:35:05.616Z | Compiling unicode-linebreak v0.1.5 |
563 | 2025-03-24T22:35:05.803Z | Compiling signal-hook v0.3.17 |
564 | 2025-03-24T22:35:06.133Z | Compiling hyper v1.6.0 |
565 | 2025-03-24T22:35:06.157Z | Compiling parking_lot_core v0.9.10 |
566 | 2025-03-24T22:35:06.607Z | Compiling utf8_iter v1.0.4 |
567 | 2025-03-24T22:35:06.886Z | Compiling idna_adapter v1.0.0 |
568 | 2025-03-24T22:35:07.030Z | Compiling winnow v0.7.4 |
569 | 2025-03-24T22:35:09.237Z | Compiling is_ci v1.2.0 |
570 | 2025-03-24T22:35:09.523Z | Compiling either v1.15.0 |
571 | 2025-03-24T22:35:09.991Z | Compiling nextest-workspace-hack v0.1.0 |
572 | 2025-03-24T22:35:10.304Z | Compiling rustix v0.38.44 |
573 | 2025-03-24T22:35:11.025Z | Compiling portable-atomic v1.11.0 |
574 | 2025-03-24T22:35:11.752Z | Compiling supports-color v3.0.2 |
575 | 2025-03-24T22:35:12.054Z | Compiling hyper-util v0.1.10 |
576 | 2025-03-24T22:35:12.140Z | Compiling tokio-rustls v0.26.2 |
577 | 2025-03-24T22:35:12.670Z | Compiling idna v1.0.3 |
578 | 2025-03-24T22:35:16.058Z | Compiling textwrap v0.16.2 |
579 | 2025-03-24T22:35:16.582Z | Compiling sharded-slab v0.1.7 |
580 | 2025-03-24T22:35:16.600Z | Compiling pathdiff v0.2.3 |
581 | 2025-03-24T22:35:16.772Z | Compiling cargo-platform v0.1.9 |
582 | 2025-03-24T22:35:17.865Z | Compiling serde_spanned v0.6.8 |
583 | 2025-03-24T22:35:18.000Z | Compiling toml_datetime v0.6.8 |
584 | 2025-03-24T22:35:18.121Z | Compiling backtrace-ext v0.2.1 |
585 | 2025-03-24T22:35:18.384Z | Compiling miette-derive v7.5.0 |
586 | 2025-03-24T22:35:18.909Z | Compiling webpki-roots v0.26.8 |
587 | 2025-03-24T22:35:19.123Z | Compiling console v0.15.11 |
588 | 2025-03-24T22:35:19.139Z | Compiling tracing-log v0.2.0 |
589 | 2025-03-24T22:35:19.856Z | Compiling sync_wrapper v1.0.2 |
590 | 2025-03-24T22:35:20.020Z | Compiling thread_local v1.1.8 |
591 | 2025-03-24T22:35:21.265Z | Compiling newtype-uuid v1.2.1 |
592 | 2025-03-24T22:35:21.281Z | Compiling scopeguard v1.2.0 |
593 | 2025-03-24T22:35:21.397Z | Compiling zstd-safe v7.2.4 |
594 | 2025-03-24T22:35:21.590Z | Compiling utf8parse v0.2.2 |
595 | 2025-03-24T22:35:21.708Z | Compiling zerocopy v0.7.35 |
596 | 2025-03-24T22:35:21.753Z | Compiling unicode-width v0.1.14 |
597 | 2025-03-24T22:35:21.770Z | Compiling supports-unicode v3.0.0 |
598 | 2025-03-24T22:35:22.030Z | Compiling adler2 v2.0.0 |
599 | 2025-03-24T22:35:22.241Z | Compiling tower-layer v0.3.3 |
600 | 2025-03-24T22:35:22.326Z | Compiling supports-hyperlinks v3.1.0 |
601 | 2025-03-24T22:35:22.342Z | Compiling debug-ignore v1.0.5 |
602 | 2025-03-24T22:35:22.479Z | Compiling cfg_aliases v0.2.1 |
603 | 2025-03-24T22:35:22.495Z | Compiling fixedbitset v0.5.7 |
604 | 2025-03-24T22:35:22.573Z | Compiling nix v0.29.0 |
605 | 2025-03-24T22:35:22.588Z | Compiling tower v0.5.2 |
606 | 2025-03-24T22:35:22.653Z | Compiling ppv-lite86 v0.2.21 |
607 | 2025-03-24T22:35:22.667Z | Compiling miette v7.5.0 |
608 | 2025-03-24T22:35:23.450Z | Compiling petgraph v0.7.1 |
609 | 2025-03-24T22:35:23.635Z | Compiling miniz_oxide v0.8.5 |
610 | 2025-03-24T22:35:23.685Z | Compiling anstyle-parse v0.2.6 |
611 | 2025-03-24T22:35:24.328Z | Compiling tracing-subscriber v0.3.19 |
612 | 2025-03-24T22:35:24.598Z | Compiling hyper-rustls v0.27.5 |
613 | 2025-03-24T22:35:26.934Z | Compiling toml_edit v0.22.24 |
614 | 2025-03-24T22:35:27.771Z | Compiling cargo_metadata v0.19.2 |
615 | 2025-03-24T22:35:31.976Z | Compiling url v2.5.4 |
616 | 2025-03-24T22:35:34.029Z | Compiling itertools v0.14.0 |
617 | 2025-03-24T22:35:34.118Z | Compiling regex v1.11.1 |
618 | 2025-03-24T22:35:37.401Z | Compiling smol_str v0.3.2 |
619 | 2025-03-24T22:35:37.794Z | Compiling serde_urlencoded v0.7.1 |
620 | 2025-03-24T22:35:37.906Z | Compiling futures-executor v0.3.31 |
621 | 2025-03-24T22:35:38.088Z | Compiling crypto-common v0.1.6 |
622 | 2025-03-24T22:35:38.297Z | Compiling block-buffer v0.10.4 |
623 | 2025-03-24T22:35:38.350Z | Compiling pin-project-internal v1.1.10 |
624 | 2025-03-24T22:35:38.549Z | Compiling http-body-util v0.1.3 |
625 | 2025-03-24T22:35:38.598Z | Compiling rustls-pemfile v2.2.0 |
626 | 2025-03-24T22:35:39.052Z | Compiling uuid v1.16.0 |
627 | 2025-03-24T22:35:39.091Z | Compiling rand_core v0.9.3 |
628 | 2025-03-24T22:35:39.106Z | Compiling filetime v0.2.25 |
629 | 2025-03-24T22:35:39.451Z | Compiling vte v0.14.1 |
630 | 2025-03-24T22:35:39.546Z | Compiling bstr v1.11.3 |
631 | 2025-03-24T22:35:39.840Z | Compiling quick-xml v0.37.2 |
632 | 2025-03-24T22:35:40.338Z | Compiling crc32fast v1.4.2 |
633 | 2025-03-24T22:35:40.828Z | Compiling xattr v1.5.0 |
634 | 2025-03-24T22:35:40.889Z | Compiling colorchoice v1.0.3 |
635 | 2025-03-24T22:35:41.064Z | Compiling nested v0.1.1 |
636 | 2025-03-24T22:35:41.117Z | Compiling eyre v0.6.12 |
637 | 2025-03-24T22:35:41.137Z | Compiling anstyle v1.0.10 |
638 | 2025-03-24T22:35:41.174Z | Compiling mime v0.3.17 |
639 | 2025-03-24T22:35:41.398Z | Compiling iana-time-zone v0.1.62 |
640 | 2025-03-24T22:35:41.617Z | Compiling anstyle-query v1.1.2 |
641 | 2025-03-24T22:35:41.670Z | Compiling self_update v0.42.0 |
642 | 2025-03-24T22:35:41.765Z | Compiling static_assertions v1.1.0 |
643 | 2025-03-24T22:35:41.860Z | Compiling ipnet v2.11.0 |
644 | 2025-03-24T22:35:42.023Z | Compiling base64 v0.22.1 |
645 | 2025-03-24T22:35:42.088Z | Compiling tinyvec_macros v0.1.1 |
646 | 2025-03-24T22:35:42.184Z | Compiling is_terminal_polyfill v1.70.1 |
647 | 2025-03-24T22:35:42.223Z | Compiling number_prefix v0.4.0 |
648 | 2025-03-24T22:35:42.319Z | Compiling anstream v0.6.18 |
649 | 2025-03-24T22:35:42.467Z | Compiling indicatif v0.17.11 |
650 | 2025-03-24T22:35:43.125Z | Compiling reqwest v0.12.15 |
651 | 2025-03-24T22:35:43.406Z | Compiling tinyvec v1.9.0 |
652 | 2025-03-24T22:35:43.615Z | Compiling guppy v0.17.17 |
653 | 2025-03-24T22:35:45.107Z | Compiling chrono v0.4.40 |
654 | 2025-03-24T22:35:45.340Z | Compiling pin-project v1.1.10 |
655 | 2025-03-24T22:35:45.406Z | Compiling tar v0.4.44 |
656 | 2025-03-24T22:35:45.470Z | Compiling flate2 v1.1.0 |
657 | 2025-03-24T22:35:46.819Z | Compiling globset v0.4.16 |
658 | 2025-03-24T22:35:47.799Z | Compiling strip-ansi-escapes v0.2.1 |
659 | 2025-03-24T22:35:49.300Z | Compiling rand_chacha v0.9.0 |
660 | 2025-03-24T22:35:49.961Z | Compiling digest v0.10.7 |
661 | 2025-03-24T22:35:49.994Z | Compiling futures v0.3.31 |
662 | 2025-03-24T22:35:50.142Z | Compiling nextest-metadata v0.12.2 |
663 | 2025-03-24T22:35:50.379Z | Compiling parking_lot v0.12.3 |
664 | 2025-03-24T22:35:50.882Z | Compiling toml v0.8.20 |
665 | 2025-03-24T22:35:51.563Z | Compiling signal-hook-mio v0.2.4 |
666 | 2025-03-24T22:35:51.741Z | Compiling tracing-error v0.2.1 |
667 | 2025-03-24T22:35:52.499Z | Compiling self-replace v1.5.0 |
668 | 2025-03-24T22:35:53.014Z | Compiling os_pipe v1.2.1 |
669 | 2025-03-24T22:35:53.081Z | Compiling shared_child v1.0.1 |
670 | 2025-03-24T22:35:53.281Z | Compiling shell-words v1.1.0 |
671 | 2025-03-24T22:35:53.362Z | Compiling owo-colors v3.5.0 |
672 | 2025-03-24T22:35:53.710Z | Compiling humantime v2.2.0 |
673 | 2025-03-24T22:35:53.740Z | Compiling heck v0.5.0 |
674 | 2025-03-24T22:35:54.163Z | Compiling recursion v0.5.2 |
675 | 2025-03-24T22:35:54.390Z | Compiling strsim v0.11.1 |
676 | 2025-03-24T22:35:54.574Z | Compiling cpufeatures v0.2.17 |
677 | 2025-03-24T22:35:54.677Z | Compiling unicase v2.8.1 |
678 | 2025-03-24T22:35:55.236Z | Compiling clap_lex v0.7.4 |
679 | 2025-03-24T22:35:55.886Z | Compiling indenter v0.3.3 |
680 | 2025-03-24T22:35:55.973Z | Compiling urlencoding v2.1.3 |
681 | 2025-03-24T22:35:56.332Z | Compiling clap_builder v4.5.32 |
682 | 2025-03-24T22:35:56.420Z | Compiling color-spantrace v0.2.1 |
683 | 2025-03-24T22:36:01.468Z | Compiling sha2 v0.10.8 |
684 | 2025-03-24T22:36:01.468Z | Compiling nextest-filtering v0.15.0 |
685 | 2025-03-24T22:36:01.468Z | Compiling clap_derive v4.5.32 |
686 | 2025-03-24T22:36:01.468Z | Compiling humantime-serde v1.1.1 |
687 | 2025-03-24T22:36:01.468Z | Compiling duct v0.13.7 |
688 | 2025-03-24T22:36:03.340Z | Compiling cargo-nextest v0.9.93 |
689 | 2025-03-24T22:36:03.884Z | Compiling config v0.15.11 |
690 | 2025-03-24T22:36:04.775Z | Compiling crossterm v0.28.1 |
691 | 2025-03-24T22:36:06.175Z | Compiling async-scoped v0.9.0 |
692 | 2025-03-24T22:36:06.487Z | Compiling rand v0.9.0 |
693 | 2025-03-24T22:36:07.306Z | Compiling quick-junit v0.5.1 |
694 | 2025-03-24T22:36:08.209Z | Compiling zstd v0.13.3 |
695 | 2025-03-24T22:36:09.148Z | Compiling unicode-normalization v0.1.24 |
696 | 2025-03-24T22:36:09.828Z | Compiling atomicwrites v0.4.4 |
697 | 2025-03-24T22:36:10.369Z | Compiling target-spec-miette v0.4.4 |
698 | 2025-03-24T22:36:10.474Z | Compiling future-queue v0.4.0 |
699 | 2025-03-24T22:36:11.005Z | Compiling mukti-metadata v0.3.0 |
700 | 2025-03-24T22:36:11.251Z | Compiling camino-tempfile v1.1.1 |
701 | 2025-03-24T22:36:12.052Z | Compiling serde_path_to_error v0.1.17 |
702 | 2025-03-24T22:36:12.121Z | Compiling serde_ignored v0.1.11 |
703 | 2025-03-24T22:36:12.567Z | Compiling tokio-stream v0.1.17 |
704 | 2025-03-24T22:36:13.084Z | Compiling derive-where v1.2.7 |
705 | 2025-03-24T22:36:13.311Z | Compiling home v0.5.11 |
706 | 2025-03-24T22:36:13.622Z | Compiling indent_write v2.2.0 |
707 | 2025-03-24T22:36:13.730Z | Compiling hex v0.4.3 |
708 | 2025-03-24T22:36:13.891Z | Compiling swrite v0.1.0 |
709 | 2025-03-24T22:36:14.017Z | Compiling xxhash-rust v0.8.15 |
710 | 2025-03-24T22:36:14.062Z | Compiling clap v4.5.32 |
711 | 2025-03-24T22:36:14.178Z | Compiling color-eyre v0.6.3 |
712 | 2025-03-24T22:36:14.305Z | Compiling dialoguer v0.11.0 |
713 | 2025-03-24T22:36:14.414Z | Compiling enable-ansi-support v0.2.1 |
714 | 2025-03-24T22:36:16.403Z | Compiling nextest-runner v0.76.0 |
715 | 2025-03-24T22:36:59.435Z | Finished `release` profile [optimized] target(s) in 2m 32s |
716 | 2025-03-24T22:36:59.659Z | Installing /home/build/.cargo/bin/cargo-nextest |
717 | 2025-03-24T22:36:59.662Z | Installed package `cargo-nextest v0.9.93` (executable `cargo-nextest`) |
718 | 2025-03-24T22:36:59.761Z | + pushd rdb |
719 | 2025-03-24T22:36:59.764Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
720 | 2025-03-24T22:36:59.764Z | + cargo nextest run |
721 | 2025-03-24T22:37:00.124Z | Updating crates.io index |
722 | 2025-03-24T22:37:00.189Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
723 | 2025-03-24T22:37:00.951Z | From https://github.com/oxidecomputer/falcon |
724 | 2025-03-24T22:37:00.952Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
725 | 2025-03-24T22:37:01.056Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
726 | 2025-03-24T22:37:02.289Z | From https://github.com/oxidecomputer/dendrite |
727 | 2025-03-24T22:37:02.289Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
728 | 2025-03-24T22:37:02.338Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
729 | 2025-03-24T22:37:02.741Z | From https://github.com/oxidecomputer/ispf |
730 | 2025-03-24T22:37:02.741Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
731 | 2025-03-24T22:37:02.750Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2025-03-24T22:37:03.231Z | From https://github.com/oxidecomputer/netadm-sys |
733 | 2025-03-24T22:37:03.231Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
734 | 2025-03-24T22:37:03.244Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2025-03-24T22:37:08.282Z | From https://github.com/oxidecomputer/omicron |
736 | 2025-03-24T22:37:08.282Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
737 | 2025-03-24T22:37:08.319Z | * [new tag] dogfood -> dogfood |
738 | 2025-03-24T22:37:08.323Z | * [new tag] v5 -> v5 |
739 | 2025-03-24T22:37:08.323Z | * [new tag] v6 -> v6 |
740 | 2025-03-24T22:37:08.323Z | * [new tag] v7 -> v7 |
741 | 2025-03-24T22:37:08.323Z | * [new tag] v8 -> v8 |
742 | 2025-03-24T22:37:08.323Z | * [new tag] v9 -> v9 |
743 | 2025-03-24T22:37:08.733Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2025-03-24T22:37:09.521Z | From https://github.com/oxidecomputer/opte |
745 | 2025-03-24T22:37:09.521Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
746 | 2025-03-24T22:37:09.568Z | Updating git repository `https://github.com/illumos/smf-rs` |
747 | 2025-03-24T22:37:10.029Z | From https://github.com/illumos/smf-rs |
748 | 2025-03-24T22:37:10.029Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
749 | 2025-03-24T22:37:10.057Z | Updating git repository `https://github.com/oxidecomputer/zone` |
750 | 2025-03-24T22:37:10.458Z | From https://github.com/oxidecomputer/zone |
751 | 2025-03-24T22:37:10.458Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
752 | 2025-03-24T22:37:10.493Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2025-03-24T22:37:11.237Z | From https://github.com/oxidecomputer/propolis |
754 | 2025-03-24T22:37:11.238Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
755 | 2025-03-24T22:37:11.406Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
756 | 2025-03-24T22:37:12.052Z | From https://github.com/oxidecomputer/transceiver-control |
757 | 2025-03-24T22:37:12.052Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
758 | 2025-03-24T22:37:12.081Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2025-03-24T22:37:12.441Z | From https://github.com/oxidecomputer/dlpi-sys |
760 | 2025-03-24T22:37:12.441Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
761 | 2025-03-24T22:37:12.451Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2025-03-24T22:37:12.898Z | From https://github.com/jmesmon/rust-libzfs |
763 | 2025-03-24T22:37:12.898Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
764 | 2025-03-24T22:37:12.912Z | * [new tag] v0.4.0 -> v0.4.0 |
765 | 2025-03-24T22:37:12.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2025-03-24T22:37:13.302Z | From https://github.com/oxidecomputer/rusty-doors |
767 | 2025-03-24T22:37:13.302Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
768 | 2025-03-24T22:37:13.323Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
769 | 2025-03-24T22:37:13.914Z | From https://github.com/oxidecomputer/maghemite |
770 | 2025-03-24T22:37:13.914Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
771 | 2025-03-24T22:37:13.932Z | * [new tag] rift -> rift |
772 | 2025-03-24T22:37:13.938Z | * [new tag] srp -> srp |
773 | 2025-03-24T22:37:13.938Z | * [new tag] tie-spf -> tie-spf |
774 | 2025-03-24T22:37:13.968Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
775 | 2025-03-24T22:37:14.397Z | From https://github.com/oxidecomputer/serde_human_bytes |
776 | 2025-03-24T22:37:14.397Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
777 | 2025-03-24T22:37:14.411Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
778 | 2025-03-24T22:37:14.805Z | From https://github.com/oxidecomputer/slog-error-chain |
779 | 2025-03-24T22:37:14.805Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
780 | 2025-03-24T22:37:14.829Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
781 | 2025-03-24T22:37:15.393Z | From https://github.com/oxidecomputer/tufaceous |
782 | 2025-03-24T22:37:15.393Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
783 | 2025-03-24T22:37:15.435Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
784 | 2025-03-24T22:37:15.724Z | From https://github.com/oxidecomputer/poptrie |
785 | 2025-03-24T22:37:15.724Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
786 | 2025-03-24T22:37:15.770Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
787 | 2025-03-24T22:37:16.198Z | From https://github.com/oxidecomputer/ingot |
788 | 2025-03-24T22:37:16.198Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
789 | 2025-03-24T22:37:16.286Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
790 | 2025-03-24T22:37:16.974Z | From https://github.com/oxidecomputer/propolis |
791 | 2025-03-24T22:37:16.974Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
792 | 2025-03-24T22:37:17.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
793 | 2025-03-24T22:37:18.504Z | From https://github.com/oxidecomputer/crucible |
794 | 2025-03-24T22:37:18.504Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
795 | 2025-03-24T22:37:18.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
796 | 2025-03-24T22:37:19.216Z | From https://github.com/oxidecomputer/management-gateway-service |
797 | 2025-03-24T22:37:19.216Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
798 | 2025-03-24T22:37:19.750Z | Downloading crates ... |
799 | 2025-03-24T22:37:19.889Z | Downloaded const-random-macro v0.1.16 |
800 | 2025-03-24T22:37:19.899Z | Downloaded ciborium-io v0.2.2 |
801 | 2025-03-24T22:37:19.900Z | Downloaded crunchy v0.2.3 |
802 | 2025-03-24T22:37:19.906Z | Downloaded crc8 v0.1.1 |
803 | 2025-03-24T22:37:19.906Z | Downloaded const-random v0.1.18 |
804 | 2025-03-24T22:37:19.909Z | Downloaded foreign-types-shared v0.3.1 |
805 | 2025-03-24T22:37:19.914Z | Downloaded cstr-argument v0.1.2 |
806 | 2025-03-24T22:37:19.915Z | Downloaded async-stream-impl v0.3.6 |
807 | 2025-03-24T22:37:19.921Z | Downloaded strum v0.26.3 |
808 | 2025-03-24T22:37:19.930Z | Downloaded waitgroup v0.1.2 |
809 | 2025-03-24T22:37:19.930Z | Downloaded crucible-workspace-hack v0.1.0 |
810 | 2025-03-24T22:37:19.930Z | Downloaded is-terminal v0.4.16 |
811 | 2025-03-24T22:37:19.938Z | Downloaded ident_case v1.0.1 |
812 | 2025-03-24T22:37:19.938Z | Downloaded hubpack_derive v0.1.1 |
813 | 2025-03-24T22:37:19.938Z | Downloaded fxhash v0.2.1 |
814 | 2025-03-24T22:37:19.938Z | Downloaded smartstring v1.0.1 |
815 | 2025-03-24T22:37:19.947Z | Downloaded slog-stdlog v4.1.1 |
816 | 2025-03-24T22:37:19.947Z | Downloaded instant v0.1.13 |
817 | 2025-03-24T22:37:19.947Z | Downloaded crossbeam-deque v0.8.6 |
818 | 2025-03-24T22:37:19.947Z | Downloaded structmeta v0.3.0 |
819 | 2025-03-24T22:37:19.955Z | Downloaded slog-scope v4.4.0 |
820 | 2025-03-24T22:37:19.955Z | Downloaded usdt-macro v0.5.0 |
821 | 2025-03-24T22:37:19.955Z | Downloaded typify-macro v0.2.0 |
822 | 2025-03-24T22:37:19.955Z | Downloaded fixedbitset v0.4.2 |
823 | 2025-03-24T22:37:19.955Z | Downloaded zone_cfg_derive v0.3.0 |
824 | 2025-03-24T22:37:19.955Z | Downloaded dtrace-parser v0.2.0 |
825 | 2025-03-24T22:37:19.955Z | Downloaded darling_macro v0.20.10 |
826 | 2025-03-24T22:37:19.963Z | Downloaded time-core v0.1.4 |
827 | 2025-03-24T22:37:19.963Z | Downloaded arrayref v0.3.9 |
828 | 2025-03-24T22:37:19.963Z | Downloaded zone_cfg_derive v0.1.2 |
829 | 2025-03-24T22:37:19.963Z | Downloaded strum_macros v0.25.3 |
830 | 2025-03-24T22:37:19.963Z | Downloaded tabwriter v1.4.1 |
831 | 2025-03-24T22:37:19.964Z | Downloaded synstructure v0.13.1 |
832 | 2025-03-24T22:37:19.973Z | Downloaded defmt-macros v0.4.0 |
833 | 2025-03-24T22:37:19.973Z | Downloaded writeable v0.5.5 |
834 | 2025-03-24T22:37:19.973Z | Downloaded slog-json v2.6.1 |
835 | 2025-03-24T22:37:19.973Z | Downloaded take_mut v0.2.2 |
836 | 2025-03-24T22:37:19.980Z | Downloaded slog-envlogger v2.2.0 |
837 | 2025-03-24T22:37:19.981Z | Downloaded zerovec-derive v0.10.3 |
838 | 2025-03-24T22:37:19.981Z | Downloaded heck v0.4.1 |
839 | 2025-03-24T22:37:19.981Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2025-03-24T22:37:19.981Z | Downloaded usdt v0.5.0 |
841 | 2025-03-24T22:37:20.000Z | Downloaded hostname v0.4.0 |
842 | 2025-03-24T22:37:20.000Z | Downloaded linear-map v1.2.0 |
843 | 2025-03-24T22:37:20.000Z | Downloaded data-encoding v2.8.0 |
844 | 2025-03-24T22:37:20.000Z | Downloaded sha1 v0.10.6 |
845 | 2025-03-24T22:37:20.000Z | Downloaded backoff v0.4.0 |
846 | 2025-03-24T22:37:20.044Z | Downloaded linked-hash-map v0.5.6 |
847 | 2025-03-24T22:37:20.044Z | Downloaded hash32 v0.3.1 |
848 | 2025-03-24T22:37:20.044Z | Downloaded zone v0.3.0 |
849 | 2025-03-24T22:37:20.045Z | Downloaded utf-8 v0.7.6 |
850 | 2025-03-24T22:37:20.045Z | Downloaded unarray v0.1.4 |
851 | 2025-03-24T22:37:20.045Z | Downloaded thread-id v4.2.2 |
852 | 2025-03-24T22:37:20.045Z | Downloaded ipnetwork v0.21.1 |
853 | 2025-03-24T22:37:20.045Z | Downloaded dof v0.3.0 |
854 | 2025-03-24T22:37:20.045Z | Downloaded zerofrom-derive v0.1.6 |
855 | 2025-03-24T22:37:20.045Z | Downloaded cancel-safe-futures v0.1.5 |
856 | 2025-03-24T22:37:20.045Z | Downloaded pretty-hex v0.4.1 |
857 | 2025-03-24T22:37:20.045Z | Downloaded litemap v0.7.5 |
858 | 2025-03-24T22:37:20.045Z | Downloaded defmt-parser v0.4.1 |
859 | 2025-03-24T22:37:20.045Z | Downloaded wait-timeout v0.2.1 |
860 | 2025-03-24T22:37:20.045Z | Downloaded strum_macros v0.26.4 |
861 | 2025-03-24T22:37:20.045Z | Downloaded walkdir v2.5.0 |
862 | 2025-03-24T22:37:20.045Z | Downloaded libsw-core v0.3.2 |
863 | 2025-03-24T22:37:20.045Z | Downloaded zone v0.1.8 |
864 | 2025-03-24T22:37:20.045Z | Downloaded similar v2.7.0 |
865 | 2025-03-24T22:37:20.045Z | Downloaded yoke v0.7.5 |
866 | 2025-03-24T22:37:20.045Z | Downloaded tokio-rustls v0.25.0 |
867 | 2025-03-24T22:37:20.045Z | Downloaded tinystr v0.7.6 |
868 | 2025-03-24T22:37:20.045Z | Downloaded serde-big-array v0.5.1 |
869 | 2025-03-24T22:37:20.045Z | Downloaded libscf-sys v1.1.0 |
870 | 2025-03-24T22:37:20.045Z | Downloaded zerocopy-derive v0.7.35 |
871 | 2025-03-24T22:37:20.045Z | Downloaded match_cfg v0.1.0 |
872 | 2025-03-24T22:37:20.045Z | Downloaded newtype_derive v0.1.6 |
873 | 2025-03-24T22:37:20.051Z | Downloaded pest_generator v2.7.15 |
874 | 2025-03-24T22:37:20.051Z | Downloaded highway v1.3.0 |
875 | 2025-03-24T22:37:20.051Z | Downloaded time-macros v0.2.21 |
876 | 2025-03-24T22:37:20.051Z | Downloaded defmt v0.3.10 |
877 | 2025-03-24T22:37:20.056Z | Downloaded pretty-hex v0.2.1 |
878 | 2025-03-24T22:37:20.056Z | Downloaded omicron-workspace-hack v0.1.0 |
879 | 2025-03-24T22:37:20.059Z | Downloaded memmap v0.7.0 |
880 | 2025-03-24T22:37:20.059Z | Downloaded num_threads v0.1.7 |
881 | 2025-03-24T22:37:20.059Z | Downloaded crossbeam-utils v0.8.21 |
882 | 2025-03-24T22:37:20.063Z | Downloaded scroll_derive v0.12.0 |
883 | 2025-03-24T22:37:20.063Z | Downloaded num_enum_derive v0.5.11 |
884 | 2025-03-24T22:37:20.068Z | Downloaded oxnet v0.1.1 |
885 | 2025-03-24T22:37:20.068Z | Downloaded crossbeam-epoch v0.9.18 |
886 | 2025-03-24T22:37:20.073Z | Downloaded num_enum v0.7.3 |
887 | 2025-03-24T22:37:20.076Z | Downloaded toml v0.7.8 |
888 | 2025-03-24T22:37:20.079Z | Downloaded argon2 v0.5.3 |
889 | 2025-03-24T22:37:20.079Z | Downloaded icu_provider v1.5.0 |
890 | 2025-03-24T22:37:20.082Z | Downloaded rustc_version v0.1.7 |
891 | 2025-03-24T22:37:20.083Z | Downloaded num-conv v0.1.0 |
892 | 2025-03-24T22:37:20.086Z | Downloaded paste v1.0.15 |
893 | 2025-03-24T22:37:20.090Z | Downloaded rustversion v1.0.20 |
894 | 2025-03-24T22:37:20.090Z | Downloaded proc-macro-crate v1.3.1 |
895 | 2025-03-24T22:37:20.093Z | Downloaded zerocopy v0.6.6 |
896 | 2025-03-24T22:37:20.093Z | Downloaded typify v0.2.0 |
897 | 2025-03-24T22:37:20.099Z | Downloaded icu_locid_transform_data v1.5.0 |
898 | 2025-03-24T22:37:20.099Z | Downloaded rand_xorshift v0.3.0 |
899 | 2025-03-24T22:37:20.103Z | Downloaded serde_yaml v0.9.34+deprecated |
900 | 2025-03-24T22:37:20.106Z | Downloaded same-file v1.0.6 |
901 | 2025-03-24T22:37:20.106Z | Downloaded quick-error v1.2.3 |
902 | 2025-03-24T22:37:20.107Z | Downloaded serde_repr v0.1.20 |
903 | 2025-03-24T22:37:20.111Z | Downloaded serde_tokenstream v0.2.2 |
904 | 2025-03-24T22:37:20.111Z | Downloaded ucd-trie v0.1.7 |
905 | 2025-03-24T22:37:20.116Z | Downloaded test-strategy v0.4.1 |
906 | 2025-03-24T22:37:20.120Z | Downloaded icu_locid v1.5.0 |
907 | 2025-03-24T22:37:20.123Z | Downloaded progenitor-macro v0.8.0 |
908 | 2025-03-24T22:37:20.123Z | Downloaded base64 v0.13.1 |
909 | 2025-03-24T22:37:20.125Z | Downloaded proc-macro-error v1.0.4 |
910 | 2025-03-24T22:37:20.129Z | Downloaded memmap2 v0.9.5 |
911 | 2025-03-24T22:37:20.132Z | Downloaded schemars_derive v0.8.22 |
912 | 2025-03-24T22:37:20.132Z | Downloaded tungstenite v0.21.0 |
913 | 2025-03-24T22:37:20.137Z | Downloaded icu_properties v1.5.1 |
914 | 2025-03-24T22:37:20.141Z | Downloaded proc-macro-error-attr2 v2.0.0 |
915 | 2025-03-24T22:37:20.141Z | Downloaded parse-display v0.10.0 |
916 | 2025-03-24T22:37:20.141Z | Downloaded proc-macro-error2 v2.0.1 |
917 | 2025-03-24T22:37:20.145Z | Downloaded progenitor-macro v0.9.1 |
918 | 2025-03-24T22:37:20.149Z | Downloaded num-derive v0.4.2 |
919 | 2025-03-24T22:37:20.149Z | Downloaded num-derive v0.3.3 |
920 | 2025-03-24T22:37:20.149Z | Downloaded scroll v0.12.0 |
921 | 2025-03-24T22:37:20.153Z | Downloaded serde_derive_internals v0.29.1 |
922 | 2025-03-24T22:37:20.153Z | Downloaded log v0.4.26 |
923 | 2025-03-24T22:37:20.156Z | Downloaded omicron-zone-package v0.12.0 |
924 | 2025-03-24T22:37:20.160Z | Downloaded proc-macro-error-attr v1.0.4 |
925 | 2025-03-24T22:37:20.160Z | Downloaded multer v3.1.0 |
926 | 2025-03-24T22:37:20.165Z | Downloaded icu_collections v1.5.0 |
927 | 2025-03-24T22:37:20.169Z | Downloaded num_enum_derive v0.7.3 |
928 | 2025-03-24T22:37:20.175Z | Downloaded schemars v0.8.22 |
929 | 2025-03-24T22:37:20.182Z | Downloaded ron v0.7.1 |
930 | 2025-03-24T22:37:20.187Z | Downloaded parking_lot v0.11.2 |
931 | 2025-03-24T22:37:20.190Z | Downloaded crossbeam-channel v0.5.14 |
932 | 2025-03-24T22:37:20.194Z | Downloaded parking_lot_core v0.8.6 |
933 | 2025-03-24T22:37:20.198Z | Downloaded papergrid v0.14.0 |
934 | 2025-03-24T22:37:20.202Z | Downloaded rayon-core v1.12.1 |
935 | 2025-03-24T22:37:20.205Z | Downloaded qorb v0.2.1 |
936 | 2025-03-24T22:37:20.209Z | Downloaded embedded-io v0.6.1 |
937 | 2025-03-24T22:37:20.212Z | Downloaded usdt-impl v0.5.0 |
938 | 2025-03-24T22:37:20.212Z | Downloaded arrayvec v0.7.6 |
939 | 2025-03-24T22:37:20.215Z | Downloaded hashbrown v0.12.3 |
940 | 2025-03-24T22:37:20.220Z | Downloaded semver v0.1.20 |
941 | 2025-03-24T22:37:20.220Z | Downloaded minimal-lexical v0.2.1 |
942 | 2025-03-24T22:37:20.226Z | Downloaded postcard v1.1.1 |
943 | 2025-03-24T22:37:20.229Z | Downloaded memoffset v0.9.1 |
944 | 2025-03-24T22:37:20.229Z | Downloaded libm v0.2.11 |
945 | 2025-03-24T22:37:20.236Z | Downloaded progenitor-client v0.8.0 |
946 | 2025-03-24T22:37:20.239Z | Downloaded time v0.3.40 |
947 | 2025-03-24T22:37:20.245Z | Downloaded itertools v0.12.1 |
948 | 2025-03-24T22:37:20.252Z | Downloaded rand v0.8.5 |
949 | 2025-03-24T22:37:20.256Z | Downloaded nom v7.1.3 |
950 | 2025-03-24T22:37:20.262Z | Downloaded toml_edit v0.19.15 |
951 | 2025-03-24T22:37:20.279Z | Downloaded num-iter v0.1.45 |
952 | 2025-03-24T22:37:20.284Z | Downloaded winnow v0.6.26 |
953 | 2025-03-24T22:37:20.291Z | Downloaded tabled v0.18.0 |
954 | 2025-03-24T22:37:20.305Z | Downloaded syn v1.0.109 |
955 | 2025-03-24T22:37:20.316Z | Downloaded goblin v0.8.2 |
956 | 2025-03-24T22:37:20.323Z | Downloaded blake3 v1.7.0 |
957 | 2025-03-24T22:37:20.330Z | Downloaded rustls-webpki v0.102.8 |
958 | 2025-03-24T22:37:20.349Z | Downloaded icu_properties_data v1.5.0 |
959 | 2025-03-24T22:37:20.360Z | Downloaded pest v2.7.15 |
960 | 2025-03-24T22:37:20.364Z | Downloaded smoltcp v0.11.0 |
961 | 2025-03-24T22:37:20.377Z | Downloaded winnow v0.5.40 |
962 | 2025-03-24T22:37:20.385Z | Downloaded proptest v1.6.0 |
963 | 2025-03-24T22:37:20.400Z | Downloaded plain v0.2.3 |
964 | 2025-03-24T22:37:20.404Z | Downloaded itertools v0.13.0 |
965 | 2025-03-24T22:37:20.404Z | Downloaded zerovec v0.10.4 |
966 | 2025-03-24T22:37:20.408Z | Downloaded sled v0.34.7 |
967 | 2025-03-24T22:37:20.418Z | Downloaded typify-impl v0.2.0 |
968 | 2025-03-24T22:37:20.433Z | Downloaded dropshot v0.16.0 |
969 | 2025-03-24T22:37:20.452Z | Downloaded regress v0.10.3 |
970 | 2025-03-24T22:37:21.072Z | Downloaded openapiv3 v2.0.0 |
971 | 2025-03-24T22:37:21.072Z | Downloaded rustls v0.22.4 |
972 | 2025-03-24T22:37:21.072Z | Downloaded zerocopy-derive v0.6.6 |
973 | 2025-03-24T22:37:21.072Z | Downloaded typify-impl v0.3.0 |
974 | 2025-03-24T22:37:21.072Z | Downloaded hickory-proto v0.24.4 |
975 | 2025-03-24T22:37:21.072Z | Downloaded serde_with v3.12.0 |
976 | 2025-03-24T22:37:21.073Z | Downloaded rhai v1.21.0 |
977 | 2025-03-24T22:37:21.073Z | Downloaded itertools v0.10.5 |
978 | 2025-03-24T22:37:21.073Z | Downloaded icu_normalizer_data v1.5.0 |
979 | 2025-03-24T22:37:21.073Z | Downloaded cookie v0.18.1 |
980 | 2025-03-24T22:37:21.073Z | Downloaded unicode-segmentation v1.12.0 |
981 | 2025-03-24T22:37:21.073Z | Downloaded async-trait v0.1.88 |
982 | 2025-03-24T22:37:21.073Z | Downloaded petgraph v0.6.5 |
983 | 2025-03-24T22:37:21.073Z | Downloaded expectorate v1.1.0 |
984 | 2025-03-24T22:37:21.073Z | Downloaded prettyplease v0.2.31 |
985 | 2025-03-24T22:37:21.073Z | Downloaded progenitor-client v0.9.1 |
986 | 2025-03-24T22:37:21.073Z | Downloaded pretty_assertions v1.4.1 |
987 | 2025-03-24T22:37:21.073Z | Downloaded num v0.4.3 |
988 | 2025-03-24T22:37:21.073Z | Downloaded zerocopy-derive v0.8.24 |
989 | 2025-03-24T22:37:21.073Z | Downloaded hickory-resolver v0.24.4 |
990 | 2025-03-24T22:37:21.073Z | Downloaded heapless v0.8.0 |
991 | 2025-03-24T22:37:21.073Z | Downloaded num-complex v0.4.6 |
992 | 2025-03-24T22:37:21.073Z | Downloaded pest_meta v2.7.15 |
993 | 2025-03-24T22:37:21.073Z | Downloaded libsw v3.5.0 |
994 | 2025-03-24T22:37:21.073Z | Downloaded typify-macro v0.3.0 |
995 | 2025-03-24T22:37:21.073Z | Downloaded tokio-tungstenite v0.21.0 |
996 | 2025-03-24T22:37:21.073Z | Downloaded tabled_derive v0.10.0 |
997 | 2025-03-24T22:37:21.073Z | Downloaded constant_time_eq v0.3.1 |
998 | 2025-03-24T22:37:21.073Z | Downloaded progenitor-impl v0.9.1 |
999 | 2025-03-24T22:37:21.073Z | Downloaded progenitor-impl v0.8.0 |
1000 | 2025-03-24T22:37:21.073Z | Downloaded yansi v1.0.1 |
1001 | 2025-03-24T22:37:21.073Z | Downloaded zerofrom v0.1.6 |
1002 | 2025-03-24T22:37:21.073Z | Downloaded icu_normalizer v1.5.0 |
1003 | 2025-03-24T22:37:21.073Z | Downloaded half v2.5.0 |
1004 | 2025-03-24T22:37:21.074Z | Downloaded lzma-sys v0.1.20 |
1005 | 2025-03-24T22:37:21.074Z | Downloaded no-std-compat v0.4.1 |
1006 | 2025-03-24T22:37:21.074Z | Downloaded parse-display-derive v0.10.0 |
1007 | 2025-03-24T22:37:21.074Z | Downloaded steno v0.4.1 |
1008 | 2025-03-24T22:37:21.074Z | Downloaded arc-swap v1.7.1 |
1009 | 2025-03-24T22:37:21.074Z | Downloaded num-rational v0.4.2 |
1010 | 2025-03-24T22:37:21.074Z | Downloaded password-hash v0.5.0 |
1011 | 2025-03-24T22:37:21.074Z | Downloaded thin-vec v0.2.13 |
1012 | 2025-03-24T22:37:21.074Z | Downloaded progenitor v0.9.1 |
1013 | 2025-03-24T22:37:21.074Z | Downloaded powerfmt v0.2.0 |
1014 | 2025-03-24T22:37:21.074Z | Downloaded progenitor v0.8.0 |
1015 | 2025-03-24T22:37:21.074Z | Downloaded darling_core v0.20.10 |
1016 | 2025-03-24T22:37:21.074Z | Downloaded resolv-conf v0.7.1 |
1017 | 2025-03-24T22:37:21.074Z | Downloaded macaddr v1.0.1 |
1018 | 2025-03-24T22:37:21.074Z | Downloaded rand_chacha v0.3.1 |
1019 | 2025-03-24T22:37:21.074Z | Downloaded rusty-fork v0.3.0 |
1020 | 2025-03-24T22:37:21.074Z | Downloaded rhai_codegen v2.2.0 |
1021 | 2025-03-24T22:37:21.074Z | Downloaded pest_derive v2.7.15 |
1022 | 2025-03-24T22:37:21.074Z | Downloaded unsafe-libyaml v0.2.11 |
1023 | 2025-03-24T22:37:21.074Z | Downloaded typify v0.3.0 |
1024 | 2025-03-24T22:37:21.074Z | Downloaded displaydoc v0.2.5 |
1025 | 2025-03-24T22:37:21.074Z | Downloaded derive_more v0.99.19 |
1026 | 2025-03-24T22:37:21.074Z | Downloaded ciborium v0.2.2 |
1027 | 2025-03-24T22:37:21.074Z | Downloaded spin v0.9.8 |
1028 | 2025-03-24T22:37:21.074Z | Downloaded slog v2.7.0 |
1029 | 2025-03-24T22:37:21.074Z | Downloaded indexmap v1.9.3 |
1030 | 2025-03-24T22:37:21.074Z | Downloaded icu_locid_transform v1.5.0 |
1031 | 2025-03-24T22:37:21.074Z | Downloaded dropshot_endpoint v0.16.0 |
1032 | 2025-03-24T22:37:21.075Z | Downloaded diff v0.1.13 |
1033 | 2025-03-24T22:37:21.075Z | Downloaded num_enum v0.5.11 |
1034 | 2025-03-24T22:37:21.075Z | Downloaded managed v0.8.0 |
1035 | 2025-03-24T22:37:21.075Z | Downloaded num-integer v0.1.46 |
1036 | 2025-03-24T22:37:21.075Z | Downloaded daft-derive v0.1.2 |
1037 | 2025-03-24T22:37:21.075Z | Downloaded blake2 v0.10.6 |
1038 | 2025-03-24T22:37:21.075Z | Downloaded newline-converter v0.3.0 |
1039 | 2025-03-24T22:37:21.075Z | Downloaded whoami v1.5.2 |
1040 | 2025-03-24T22:37:21.075Z | Downloaded topological-sort v0.2.2 |
1041 | 2025-03-24T22:37:21.075Z | Downloaded proc-macro-crate v3.3.0 |
1042 | 2025-03-24T22:37:21.075Z | Downloaded lru-cache v0.1.2 |
1043 | 2025-03-24T22:37:21.075Z | Downloaded heck v0.3.3 |
1044 | 2025-03-24T22:37:21.075Z | Downloaded slog-term v2.9.1 |
1045 | 2025-03-24T22:37:21.075Z | Downloaded hostname v0.3.1 |
1046 | 2025-03-24T22:37:21.075Z | Downloaded term v0.7.0 |
1047 | 2025-03-24T22:37:21.075Z | Downloaded iana-time-zone v0.1.61 |
1048 | 2025-03-24T22:37:21.075Z | Downloaded httpdate v1.0.3 |
1049 | 2025-03-24T22:37:21.075Z | Downloaded darling v0.20.10 |
1050 | 2025-03-24T22:37:21.075Z | Downloaded colored v2.2.0 |
1051 | 2025-03-24T22:37:21.075Z | Downloaded encoding_rs v0.8.35 |
1052 | 2025-03-24T22:37:21.075Z | Downloaded bit-vec v0.8.0 |
1053 | 2025-03-24T22:37:21.075Z | Downloaded bit-set v0.8.0 |
1054 | 2025-03-24T22:37:21.076Z | Downloaded enum-as-inner v0.6.1 |
1055 | 2025-03-24T22:37:21.076Z | Downloaded utf16_iter v1.0.5 |
1056 | 2025-03-24T22:37:21.076Z | Downloaded usdt-attr-macro v0.5.0 |
1057 | 2025-03-24T22:37:21.076Z | Downloaded tiny-keccak v2.0.2 |
1058 | 2025-03-24T22:37:21.076Z | Downloaded sigpipe v0.1.3 |
1059 | 2025-03-24T22:37:21.076Z | Downloaded idna_adapter v1.2.0 |
1060 | 2025-03-24T22:37:21.076Z | Downloaded float-ord v0.3.2 |
1061 | 2025-03-24T22:37:21.076Z | Downloaded deranged v0.4.0 |
1062 | 2025-03-24T22:37:21.076Z | Downloaded daft v0.1.2 |
1063 | 2025-03-24T22:37:21.076Z | Downloaded anyhow v1.0.97 |
1064 | 2025-03-24T22:37:21.076Z | Downloaded allocator-api2 v0.2.21 |
1065 | 2025-03-24T22:37:21.076Z | Downloaded xz2 v0.1.7 |
1066 | 2025-03-24T22:37:21.076Z | Downloaded dyn-clone v1.0.19 |
1067 | 2025-03-24T22:37:21.076Z | Downloaded foreign-types v0.5.0 |
1068 | 2025-03-24T22:37:21.076Z | Downloaded foldhash v0.1.5 |
1069 | 2025-03-24T22:37:21.076Z | Downloaded structmeta-derive v0.3.0 |
1070 | 2025-03-24T22:37:21.159Z | Downloaded dirs-next v2.0.0 |
1071 | 2025-03-24T22:37:21.159Z | Downloaded cobs v0.2.3 |
1072 | 2025-03-24T22:37:21.159Z | Downloaded yoke-derive v0.7.5 |
1073 | 2025-03-24T22:37:21.159Z | Downloaded slog-dtrace v0.3.0 |
1074 | 2025-03-24T22:37:21.159Z | Downloaded dirs-sys-next v0.1.2 |
1075 | 2025-03-24T22:37:21.160Z | Downloaded ciborium-ll v0.2.2 |
1076 | 2025-03-24T22:37:21.160Z | Downloaded byteorder v1.5.0 |
1077 | 2025-03-24T22:37:21.160Z | Downloaded bytecount v0.6.8 |
1078 | 2025-03-24T22:37:21.160Z | Downloaded bitflags v1.3.2 |
1079 | 2025-03-24T22:37:21.160Z | Downloaded spin v0.5.2 |
1080 | 2025-03-24T22:37:21.160Z | Downloaded smf v0.2.3 |
1081 | 2025-03-24T22:37:21.160Z | Downloaded embedded-io v0.4.0 |
1082 | 2025-03-24T22:37:21.160Z | Downloaded hubpack v0.1.2 |
1083 | 2025-03-24T22:37:21.160Z | Downloaded write16 v1.0.0 |
1084 | 2025-03-24T22:37:21.160Z | Downloaded stable_deref_trait v1.2.0 |
1085 | 2025-03-24T22:37:21.160Z | Downloaded slog-bunyan v2.5.0 |
1086 | 2025-03-24T22:37:21.160Z | Downloaded icu_provider_macros v1.5.0 |
1087 | 2025-03-24T22:37:21.160Z | Downloaded slog-async v2.8.0 |
1088 | 2025-03-24T22:37:21.160Z | Downloaded serde_with_macros v3.12.0 |
1089 | 2025-03-24T22:37:21.160Z | Downloaded convert_case v0.4.0 |
1090 | 2025-03-24T22:37:21.160Z | Downloaded async-stream v0.3.6 |
1091 | 2025-03-24T22:37:21.747Z | Compiling proc-macro2 v1.0.94 |
1092 | 2025-03-24T22:37:21.747Z | Compiling unicode-ident v1.0.18 |
1093 | 2025-03-24T22:37:21.747Z | Compiling cfg-if v1.0.0 |
1094 | 2025-03-24T22:37:21.751Z | Compiling serde v1.0.219 |
1095 | 2025-03-24T22:37:21.751Z | Compiling autocfg v1.4.0 |
1096 | 2025-03-24T22:37:21.751Z | Compiling libc v0.2.171 |
1097 | 2025-03-24T22:37:21.751Z | Compiling memchr v2.7.4 |
1098 | 2025-03-24T22:37:21.830Z | Compiling itoa v1.0.15 |
1099 | 2025-03-24T22:37:21.986Z | Compiling once_cell v1.21.1 |
1100 | 2025-03-24T22:37:22.020Z | Compiling libm v0.2.11 |
1101 | 2025-03-24T22:37:22.304Z | Compiling ryu v1.0.20 |
1102 | 2025-03-24T22:37:22.408Z | Compiling serde_json v1.0.140 |
1103 | 2025-03-24T22:37:22.648Z | Compiling smallvec v1.14.0 |
1104 | 2025-03-24T22:37:22.677Z | Compiling getrandom v0.3.2 |
1105 | 2025-03-24T22:37:22.758Z | Compiling pin-project-lite v0.2.16 |
1106 | 2025-03-24T22:37:22.881Z | Compiling foldhash v0.1.5 |
1107 | 2025-03-24T22:37:23.045Z | Compiling equivalent v1.0.2 |
1108 | 2025-03-24T22:37:23.175Z | Compiling allocator-api2 v0.2.21 |
1109 | 2025-03-24T22:37:23.282Z | Compiling lock_api v0.4.12 |
1110 | 2025-03-24T22:37:23.349Z | Compiling parking_lot_core v0.9.10 |
1111 | 2025-03-24T22:37:23.398Z | Compiling scopeguard v1.2.0 |
1112 | 2025-03-24T22:37:23.556Z | Compiling quote v1.0.40 |
1113 | 2025-03-24T22:37:23.744Z | Compiling fnv v1.0.7 |
1114 | 2025-03-24T22:37:23.821Z | Compiling log v0.4.26 |
1115 | 2025-03-24T22:37:23.871Z | Compiling hashbrown v0.15.2 |
1116 | 2025-03-24T22:37:23.933Z | Compiling iana-time-zone v0.1.61 |
1117 | 2025-03-24T22:37:23.946Z | Compiling syn v2.0.100 |
1118 | 2025-03-24T22:37:24.188Z | Compiling semver v1.0.26 |
1119 | 2025-03-24T22:37:24.227Z | Compiling shlex v1.3.0 |
1120 | 2025-03-24T22:37:24.248Z | Compiling schemars v0.8.22 |
1121 | 2025-03-24T22:37:25.031Z | Compiling cc v1.2.17 |
1122 | 2025-03-24T22:37:25.056Z | Compiling version_check v0.9.5 |
1123 | 2025-03-24T22:37:25.056Z | Compiling dyn-clone v1.0.19 |
1124 | 2025-03-24T22:37:25.056Z | Compiling bitflags v2.9.0 |
1125 | 2025-03-24T22:37:25.056Z | Compiling futures-core v0.3.31 |
1126 | 2025-03-24T22:37:25.056Z | Compiling futures-sink v0.3.31 |
1127 | 2025-03-24T22:37:25.056Z | Compiling heck v0.5.0 |
1128 | 2025-03-24T22:37:25.056Z | Compiling slab v0.4.9 |
1129 | 2025-03-24T22:37:25.056Z | Compiling num-traits v0.2.19 |
1130 | 2025-03-24T22:37:25.193Z | Compiling thiserror v1.0.69 |
1131 | 2025-03-24T22:37:25.347Z | Compiling stable_deref_trait v1.2.0 |
1132 | 2025-03-24T22:37:25.426Z | Compiling futures-channel v0.3.31 |
1133 | 2025-03-24T22:37:25.442Z | Compiling pin-utils v0.1.0 |
1134 | 2025-03-24T22:37:25.519Z | Compiling futures-task v0.3.31 |
1135 | 2025-03-24T22:37:25.662Z | Compiling futures-io v0.3.31 |
1136 | 2025-03-24T22:37:26.007Z | Compiling tracing-core v0.1.33 |
1137 | 2025-03-24T22:37:26.051Z | Compiling subtle v2.6.1 |
1138 | 2025-03-24T22:37:26.062Z | Compiling thiserror v2.0.12 |
1139 | 2025-03-24T22:37:26.311Z | Compiling untrusted v0.9.0 |
1140 | 2025-03-24T22:37:26.480Z | Compiling rustls-pki-types v1.11.0 |
1141 | 2025-03-24T22:37:26.762Z | Compiling parking_lot v0.12.3 |
1142 | 2025-03-24T22:37:27.007Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2025-03-24T22:37:27.560Z | Compiling mio v1.0.3 |
1144 | 2025-03-24T22:37:27.585Z | Compiling socket2 v0.5.8 |
1145 | 2025-03-24T22:37:27.673Z | Compiling getrandom v0.2.15 |
1146 | 2025-03-24T22:37:27.756Z | Compiling regex-syntax v0.8.5 |
1147 | 2025-03-24T22:37:27.810Z | Compiling vcpkg v0.2.15 |
1148 | 2025-03-24T22:37:27.877Z | Compiling ring v0.17.14 |
1149 | 2025-03-24T22:37:27.985Z | Compiling pkg-config v0.3.32 |
1150 | 2025-03-24T22:37:28.005Z | Compiling aho-corasick v1.1.3 |
1151 | 2025-03-24T22:37:28.752Z | Compiling writeable v0.5.5 |
1152 | 2025-03-24T22:37:28.936Z | Compiling httparse v1.10.1 |
1153 | 2025-03-24T22:37:29.280Z | Compiling atomic-waker v1.1.2 |
1154 | 2025-03-24T22:37:29.412Z | Compiling litemap v0.7.5 |
1155 | 2025-03-24T22:37:29.465Z | Compiling byteorder v1.5.0 |
1156 | 2025-03-24T22:37:29.502Z | Compiling openssl-sys v0.9.106 |
1157 | 2025-03-24T22:37:29.677Z | Compiling zeroize v1.8.1 |
1158 | 2025-03-24T22:37:29.923Z | Compiling try-lock v0.2.5 |
1159 | 2025-03-24T22:37:29.990Z | Compiling icu_locid_transform_data v1.5.0 |
1160 | 2025-03-24T22:37:30.055Z | Compiling want v0.3.1 |
1161 | 2025-03-24T22:37:30.080Z | Compiling regress v0.10.3 |
1162 | 2025-03-24T22:37:30.351Z | Compiling httpdate v1.0.3 |
1163 | 2025-03-24T22:37:30.554Z | Compiling tower-service v0.3.3 |
1164 | 2025-03-24T22:37:30.558Z | Compiling icu_properties_data v1.5.0 |
1165 | 2025-03-24T22:37:30.673Z | Compiling write16 v1.0.0 |
1166 | 2025-03-24T22:37:30.782Z | Compiling openssl v0.10.71 |
1167 | 2025-03-24T22:37:30.809Z | Compiling percent-encoding v2.3.1 |
1168 | 2025-03-24T22:37:30.869Z | Compiling foreign-types-shared v0.1.1 |
1169 | 2025-03-24T22:37:30.970Z | Compiling utf8_iter v1.0.4 |
1170 | 2025-03-24T22:37:31.204Z | Compiling utf16_iter v1.0.5 |
1171 | 2025-03-24T22:37:31.204Z | Compiling icu_normalizer_data v1.5.0 |
1172 | 2025-03-24T22:37:31.241Z | Compiling form_urlencoded v1.2.1 |
1173 | 2025-03-24T22:37:31.299Z | Compiling regex-automata v0.4.9 |
1174 | 2025-03-24T22:37:31.394Z | Compiling foreign-types v0.3.2 |
1175 | 2025-03-24T22:37:31.475Z | Compiling rustix v1.0.3 |
1176 | 2025-03-24T22:37:31.571Z | Compiling serde_derive_internals v0.29.1 |
1177 | 2025-03-24T22:37:31.661Z | Compiling synstructure v0.13.1 |
1178 | 2025-03-24T22:37:32.275Z | Compiling strsim v0.11.1 |
1179 | 2025-03-24T22:37:33.030Z | Compiling native-tls v0.2.14 |
1180 | 2025-03-24T22:37:33.398Z | Compiling slog v2.7.0 |
1181 | 2025-03-24T22:37:33.425Z | Compiling rustls v0.23.25 |
1182 | 2025-03-24T22:37:33.771Z | Compiling openssl-probe v0.1.6 |
1183 | 2025-03-24T22:37:33.878Z | Compiling zerocopy v0.8.24 |
1184 | 2025-03-24T22:37:34.183Z | Compiling encoding_rs v0.8.35 |
1185 | 2025-03-24T22:37:34.710Z | Compiling ucd-trie v0.1.7 |
1186 | 2025-03-24T22:37:34.852Z | Compiling mime v0.3.17 |
1187 | 2025-03-24T22:37:34.917Z | Compiling ipnet v2.11.0 |
1188 | 2025-03-24T22:37:35.446Z | Compiling regex v1.11.1 |
1189 | 2025-03-24T22:37:35.511Z | Compiling rustls-pemfile v2.2.0 |
1190 | 2025-03-24T22:37:35.569Z | Compiling webpki-roots v0.26.8 |
1191 | 2025-03-24T22:37:35.596Z | Compiling sync_wrapper v1.0.2 |
1192 | 2025-03-24T22:37:35.729Z | Compiling ident_case v1.0.1 |
1193 | 2025-03-24T22:37:35.781Z | Compiling base64 v0.22.1 |
1194 | 2025-03-24T22:37:35.858Z | Compiling tower-layer v0.3.3 |
1195 | 2025-03-24T22:37:35.902Z | Compiling typenum v1.18.0 |
1196 | 2025-03-24T22:37:36.152Z | Compiling darling_core v0.20.10 |
1197 | 2025-03-24T22:37:36.418Z | Compiling generic-array v0.14.7 |
1198 | 2025-03-24T22:37:36.654Z | Compiling num-conv v0.1.0 |
1199 | 2025-03-24T22:37:36.786Z | Compiling plain v0.2.3 |
1200 | 2025-03-24T22:37:36.921Z | Compiling time-core v0.1.4 |
1201 | 2025-03-24T22:37:36.934Z | Compiling powerfmt v0.2.0 |
1202 | 2025-03-24T22:37:37.109Z | Compiling time-macros v0.2.21 |
1203 | 2025-03-24T22:37:37.237Z | Compiling serde_derive v1.0.219 |
1204 | 2025-03-24T22:37:37.354Z | Compiling tokio-macros v2.5.0 |
1205 | 2025-03-24T22:37:38.029Z | Compiling schemars_derive v0.8.22 |
1206 | 2025-03-24T22:37:39.060Z | Compiling thiserror-impl v1.0.69 |
1207 | 2025-03-24T22:37:39.148Z | Compiling futures-macro v0.3.31 |
1208 | 2025-03-24T22:37:40.263Z | Compiling zerofrom-derive v0.1.6 |
1209 | 2025-03-24T22:37:41.086Z | Compiling futures-util v0.3.31 |
1210 | 2025-03-24T22:37:41.157Z | Compiling yoke-derive v0.7.5 |
1211 | 2025-03-24T22:37:42.138Z | Compiling thiserror-impl v2.0.12 |
1212 | 2025-03-24T22:37:42.169Z | Compiling zerovec-derive v0.10.3 |
1213 | 2025-03-24T22:37:42.284Z | Compiling displaydoc v0.2.5 |
1214 | 2025-03-24T22:37:43.909Z | Compiling zerofrom v0.1.6 |
1215 | 2025-03-24T22:37:44.004Z | Compiling icu_provider_macros v1.5.0 |
1216 | 2025-03-24T22:37:44.052Z | Compiling openssl-macros v0.1.1 |
1217 | 2025-03-24T22:37:44.138Z | Compiling yoke v0.7.5 |
1218 | 2025-03-24T22:37:44.516Z | Compiling tracing-attributes v0.1.28 |
1219 | 2025-03-24T22:37:44.818Z | Compiling zerovec v0.10.4 |
1220 | 2025-03-24T22:37:44.909Z | Compiling zerocopy-derive v0.8.24 |
1221 | 2025-03-24T22:37:45.219Z | Compiling scroll_derive v0.12.0 |
1222 | 2025-03-24T22:37:45.518Z | Compiling pest v2.7.15 |
1223 | 2025-03-24T22:37:46.692Z | Compiling tinystr v0.7.6 |
1224 | 2025-03-24T22:37:47.137Z | Compiling icu_locid v1.5.0 |
1225 | 2025-03-24T22:37:47.167Z | Compiling icu_collections v1.5.0 |
1226 | 2025-03-24T22:37:47.482Z | Compiling scroll v0.12.0 |
1227 | 2025-03-24T22:37:47.933Z | Compiling tracing v0.1.41 |
1228 | 2025-03-24T22:37:47.993Z | Compiling darling_macro v0.20.10 |
1229 | 2025-03-24T22:37:48.453Z | Compiling icu_provider v1.5.0 |
1230 | 2025-03-24T22:37:48.796Z | Compiling pest_meta v2.7.15 |
1231 | 2025-03-24T22:37:48.836Z | Compiling zerocopy-derive v0.7.35 |
1232 | 2025-03-24T22:37:49.142Z | Compiling icu_locid_transform v1.5.0 |
1233 | 2025-03-24T22:37:49.640Z | Compiling darling v0.20.10 |
1234 | 2025-03-24T22:37:49.743Z | Compiling goblin v0.8.2 |
1235 | 2025-03-24T22:37:50.040Z | Compiling pest_generator v2.7.15 |
1236 | 2025-03-24T22:37:51.015Z | Compiling bytes v1.10.1 |
1237 | 2025-03-24T22:37:51.989Z | Compiling indexmap v2.8.0 |
1238 | 2025-03-24T22:37:52.252Z | Compiling http v1.3.1 |
1239 | 2025-03-24T22:37:52.334Z | Compiling tokio v1.44.1 |
1240 | 2025-03-24T22:37:52.726Z | Compiling chrono v0.4.40 |
1241 | 2025-03-24T22:37:52.814Z | Compiling uuid v1.16.0 |
1242 | 2025-03-24T22:37:52.969Z | Compiling serde_tokenstream v0.2.2 |
1243 | 2025-03-24T22:37:53.861Z | Compiling icu_properties v1.5.1 |
1244 | 2025-03-24T22:37:54.478Z | Compiling http-body v1.0.1 |
1245 | 2025-03-24T22:37:54.561Z | Compiling openapiv3 v2.0.0 |
1246 | 2025-03-24T22:37:54.717Z | Compiling http-body-util v0.1.3 |
1247 | 2025-03-24T22:37:55.209Z | Compiling serde_urlencoded v0.7.1 |
1248 | 2025-03-24T22:37:55.749Z | Compiling pest_derive v2.7.15 |
1249 | 2025-03-24T22:37:57.013Z | Compiling zerocopy v0.7.35 |
1250 | 2025-03-24T22:37:57.802Z | Compiling icu_normalizer v1.5.0 |
1251 | 2025-03-24T22:37:58.635Z | Compiling toml_datetime v0.6.8 |
1252 | 2025-03-24T22:37:59.074Z | Compiling idna_adapter v1.2.0 |
1253 | 2025-03-24T22:37:59.246Z | Compiling deranged v0.4.0 |
1254 | 2025-03-24T22:37:59.663Z | Compiling rand_core v0.6.4 |
1255 | 2025-03-24T22:38:00.116Z | Compiling usdt-impl v0.5.0 |
1256 | 2025-03-24T22:38:00.146Z | Compiling rustversion v1.0.20 |
1257 | 2025-03-24T22:38:00.467Z | Compiling num_threads v0.1.7 |
1258 | 2025-03-24T22:38:00.479Z | Compiling pretty-hex v0.4.1 |
1259 | 2025-03-24T22:38:00.593Z | Compiling paste v1.0.15 |
1260 | 2025-03-24T22:38:00.684Z | Compiling dof v0.3.0 |
1261 | 2025-03-24T22:38:01.016Z | Compiling typify-impl v0.2.0 |
1262 | 2025-03-24T22:38:01.146Z | Compiling dtrace-parser v0.2.0 |
1263 | 2025-03-24T22:38:01.183Z | Compiling anyhow v1.0.97 |
1264 | 2025-03-24T22:38:01.260Z | Compiling fastrand v2.3.0 |
1265 | 2025-03-24T22:38:01.791Z | Compiling tokio-util v0.7.14 |
1266 | 2025-03-24T22:38:01.875Z | Compiling newtype-uuid v1.2.1 |
1267 | 2025-03-24T22:38:03.273Z | Compiling crypto-common v0.1.6 |
1268 | 2025-03-24T22:38:03.320Z | Compiling block-buffer v0.10.4 |
1269 | 2025-03-24T22:38:03.346Z | Compiling thread-id v4.2.2 |
1270 | 2025-03-24T22:38:03.446Z | Compiling unsafe-libyaml v0.2.11 |
1271 | 2025-03-24T22:38:03.536Z | Compiling omicron-workspace-hack v0.1.0 |
1272 | 2025-03-24T22:38:03.816Z | Compiling h2 v0.4.8 |
1273 | 2025-03-24T22:38:03.873Z | Compiling ppv-lite86 v0.2.21 |
1274 | 2025-03-24T22:38:04.706Z | Compiling errno v0.3.10 |
1275 | 2025-03-24T22:38:04.876Z | Compiling serde_yaml v0.9.34+deprecated |
1276 | 2025-03-24T22:38:04.941Z | Compiling lazy_static v1.5.0 |
1277 | 2025-03-24T22:38:05.065Z | Compiling rand_chacha v0.3.1 |
1278 | 2025-03-24T22:38:05.190Z | Compiling idna v1.0.3 |
1279 | 2025-03-24T22:38:05.223Z | Compiling daft-derive v0.1.2 |
1280 | 2025-03-24T22:38:06.984Z | Compiling syn v1.0.109 |
1281 | 2025-03-24T22:38:07.116Z | Compiling rustls v0.22.4 |
1282 | 2025-03-24T22:38:07.437Z | Compiling usdt-attr-macro v0.5.0 |
1283 | 2025-03-24T22:38:07.630Z | Compiling usdt-macro v0.5.0 |
1284 | 2025-03-24T22:38:08.498Z | Compiling url v2.5.4 |
1285 | 2025-03-24T22:38:08.545Z | Compiling rand v0.8.5 |
1286 | 2025-03-24T22:38:09.808Z | Compiling hyper v1.6.0 |
1287 | 2025-03-24T22:38:10.155Z | Compiling rustls-webpki v0.103.0 |
1288 | 2025-03-24T22:38:10.673Z | Compiling ipnetwork v0.21.1 |
1289 | 2025-03-24T22:38:11.780Z | Compiling macaddr v1.0.1 |
1290 | 2025-03-24T22:38:12.719Z | Compiling hyper-util v0.1.10 |
1291 | 2025-03-24T22:38:12.724Z | Compiling futures-executor v0.3.31 |
1292 | 2025-03-24T22:38:12.724Z | Compiling async-trait v0.1.88 |
1293 | 2025-03-24T22:38:12.911Z | Compiling structmeta-derive v0.3.0 |
1294 | 2025-03-24T22:38:14.377Z | Compiling thread_local v1.1.8 |
1295 | 2025-03-24T22:38:14.609Z | Compiling camino v1.1.9 |
1296 | 2025-03-24T22:38:14.979Z | Compiling quick-error v1.2.3 |
1297 | 2025-03-24T22:38:15.111Z | Compiling match_cfg v0.1.0 |
1298 | 2025-03-24T22:38:15.181Z | Compiling cpufeatures v0.2.17 |
1299 | 2025-03-24T22:38:15.271Z | Compiling futures v0.3.31 |
1300 | 2025-03-24T22:38:15.475Z | Compiling strum_macros v0.26.4 |
1301 | 2025-03-24T22:38:15.744Z | Compiling structmeta v0.3.0 |
1302 | 2025-03-24T22:38:15.941Z | Compiling instant v0.1.13 |
1303 | 2025-03-24T22:38:16.077Z | Compiling bit-vec v0.8.0 |
1304 | 2025-03-24T22:38:16.140Z | Compiling slog-async v2.8.0 |
1305 | 2025-03-24T22:38:16.591Z | Compiling bit-set v0.8.0 |
1306 | 2025-03-24T22:38:16.696Z | Compiling tokio-native-tls v0.3.1 |
1307 | 2025-03-24T22:38:16.927Z | Compiling serde_spanned v0.6.8 |
1308 | 2025-03-24T22:38:16.962Z | Compiling multer v3.1.0 |
1309 | 2025-03-24T22:38:17.171Z | Compiling debug-ignore v1.0.5 |
1310 | 2025-03-24T22:38:17.292Z | Compiling unarray v0.1.4 |
1311 | 2025-03-24T22:38:17.318Z | Compiling winnow v0.7.4 |
1312 | 2025-03-24T22:38:17.444Z | Compiling take_mut v0.2.2 |
1313 | 2025-03-24T22:38:17.651Z | Compiling hyper-tls v0.6.0 |
1314 | 2025-03-24T22:38:18.059Z | Compiling parse-display-derive v0.10.0 |
1315 | 2025-03-24T22:38:18.088Z | Compiling tower v0.5.2 |
1316 | 2025-03-24T22:38:19.045Z | Compiling hex v0.4.3 |
1317 | 2025-03-24T22:38:19.693Z | Compiling serde_with_macros v3.12.0 |
1318 | 2025-03-24T22:38:20.186Z | Compiling strum v0.26.3 |
1319 | 2025-03-24T22:38:20.363Z | Compiling async-stream-impl v0.3.6 |
1320 | 2025-03-24T22:38:21.375Z | Compiling tokio-rustls v0.26.2 |
1321 | 2025-03-24T22:38:21.755Z | Compiling toml_edit v0.22.24 |
1322 | 2025-03-24T22:38:21.887Z | Compiling hyper-rustls v0.27.5 |
1323 | 2025-03-24T22:38:22.387Z | Compiling dropshot v0.16.0 |
1324 | 2025-03-24T22:38:22.562Z | Compiling spin v0.9.8 |
1325 | 2025-03-24T22:38:22.718Z | Compiling crossbeam-utils v0.8.21 |
1326 | 2025-03-24T22:38:22.823Z | Compiling parse-display v0.10.0 |
1327 | 2025-03-24T22:38:23.370Z | Compiling serde_with v3.12.0 |
1328 | 2025-03-24T22:38:23.685Z | Compiling reqwest v0.12.15 |
1329 | 2025-03-24T22:38:24.107Z | Compiling async-stream v0.3.6 |
1330 | 2025-03-24T22:38:24.455Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1331 | 2025-03-24T22:38:24.608Z | Compiling test-strategy v0.4.1 |
1332 | 2025-03-24T22:38:26.766Z | Compiling toml v0.8.20 |
1333 | 2025-03-24T22:38:27.119Z | Compiling typify-macro v0.2.0 |
1334 | 2025-03-24T22:38:27.649Z | Compiling oxnet v0.1.1 |
1335 | 2025-03-24T22:38:28.184Z | Compiling dropshot_endpoint v0.16.0 |
1336 | 2025-03-24T22:38:28.590Z | Compiling serde_path_to_error v0.1.17 |
1337 | 2025-03-24T22:38:28.749Z | Compiling waitgroup v0.1.2 |
1338 | 2025-03-24T22:38:29.533Z | Compiling tempfile v3.19.1 |
1339 | 2025-03-24T22:38:30.569Z | Compiling digest v0.10.7 |
1340 | 2025-03-24T22:38:30.969Z | Compiling time v0.3.40 |
1341 | 2025-03-24T22:38:31.698Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1342 | 2025-03-24T22:38:32.143Z | Compiling typify v0.2.0 |
1343 | 2025-03-24T22:38:32.283Z | Compiling progenitor-impl v0.8.0 |
1344 | 2025-03-24T22:38:32.546Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1345 | 2025-03-24T22:38:32.691Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1346 | 2025-03-24T22:38:33.548Z | Compiling memmap v0.7.0 |
1347 | 2025-03-24T22:38:33.939Z | Compiling hostname v0.4.0 |
1348 | 2025-03-24T22:38:33.950Z | Compiling dirs-sys-next v0.1.2 |
1349 | 2025-03-24T22:38:34.210Z | Compiling dirs-next v2.0.0 |
1350 | 2025-03-24T22:38:34.409Z | Compiling usdt v0.5.0 |
1351 | 2025-03-24T22:38:34.754Z | Compiling daft v0.1.2 |
1352 | 2025-03-24T22:38:35.244Z | Compiling rustls-webpki v0.102.8 |
1353 | 2025-03-24T22:38:36.236Z | Compiling wait-timeout v0.2.1 |
1354 | 2025-03-24T22:38:36.303Z | Compiling utf8parse v0.2.2 |
1355 | 2025-03-24T22:38:36.460Z | Compiling rusty-fork v0.3.0 |
1356 | 2025-03-24T22:38:36.936Z | Compiling anstyle-parse v0.2.6 |
1357 | 2025-03-24T22:38:37.427Z | Compiling term v0.7.0 |
1358 | 2025-03-24T22:38:37.448Z | Compiling slog-json v2.6.1 |
1359 | 2025-03-24T22:38:37.732Z | Compiling crossbeam-channel v0.5.14 |
1360 | 2025-03-24T22:38:37.846Z | Compiling progenitor-client v0.9.1 |
1361 | 2025-03-24T22:38:38.434Z | Compiling progenitor-client v0.8.0 |
1362 | 2025-03-24T22:38:38.919Z | Compiling hostname v0.3.1 |
1363 | 2025-03-24T22:38:38.962Z | Compiling rand_xorshift v0.3.0 |
1364 | 2025-03-24T22:38:39.189Z | Compiling is-terminal v0.4.16 |
1365 | 2025-03-24T22:38:39.234Z | Compiling colorchoice v1.0.3 |
1366 | 2025-03-24T22:38:39.300Z | Compiling anstyle v1.0.10 |
1367 | 2025-03-24T22:38:39.311Z | Compiling anstyle-query v1.1.2 |
1368 | 2025-03-24T22:38:39.386Z | Compiling is_terminal_polyfill v1.70.1 |
1369 | 2025-03-24T22:38:39.451Z | Compiling slog-term v2.9.1 |
1370 | 2025-03-24T22:38:39.500Z | Compiling proptest v1.6.0 |
1371 | 2025-03-24T22:38:39.746Z | Compiling anstream v0.6.18 |
1372 | 2025-03-24T22:38:40.613Z | Compiling slog-bunyan v2.5.0 |
1373 | 2025-03-24T22:38:40.822Z | Compiling sha1 v0.10.6 |
1374 | 2025-03-24T22:38:42.658Z | Compiling tokio-rustls v0.25.0 |
1375 | 2025-03-24T22:38:43.102Z | Compiling clap_lex v0.7.4 |
1376 | 2025-03-24T22:38:43.319Z | Compiling progenitor-macro v0.8.0 |
1377 | 2025-03-24T22:38:47.168Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1378 | 2025-03-24T22:38:48.149Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1379 | 2025-03-24T22:38:48.686Z | Compiling backoff v0.4.0 |
1380 | 2025-03-24T22:38:49.319Z | Compiling either v1.15.0 |
1381 | 2025-03-24T22:38:49.748Z | Compiling itertools v0.13.0 |
1382 | 2025-03-24T22:38:51.472Z | Compiling clap_derive v4.5.32 |
1383 | 2025-03-24T22:38:53.071Z | Compiling unicode-width v0.2.0 |
1384 | 2025-03-24T22:38:53.599Z | Compiling heapless v0.8.0 |
1385 | 2025-03-24T22:38:54.685Z | Compiling winnow v0.5.40 |
1386 | 2025-03-24T22:38:55.397Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1387 | 2025-03-24T22:38:57.545Z | Compiling hash32 v0.3.1 |
1388 | 2025-03-24T22:38:57.800Z | Compiling smoltcp v0.11.0 |
1389 | 2025-03-24T22:38:58.448Z | Compiling toml_edit v0.19.15 |
1390 | 2025-03-24T22:38:58.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1391 | 2025-03-24T22:38:59.083Z | Compiling progenitor v0.8.0 |
1392 | 2025-03-24T22:38:59.309Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1393 | 2025-03-24T22:39:00.399Z | Compiling terminal_size v0.4.2 |
1394 | 2025-03-24T22:39:00.536Z | Compiling typify-impl v0.3.0 |
1395 | 2025-03-24T22:39:00.680Z | Compiling proc-macro-error-attr v1.0.4 |
1396 | 2025-03-24T22:39:00.994Z | Compiling proc-macro-crate v1.3.1 |
1397 | 2025-03-24T22:39:01.300Z | Compiling bitflags v1.3.2 |
1398 | 2025-03-24T22:39:01.423Z | Compiling managed v0.8.0 |
1399 | 2025-03-24T22:39:01.431Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1400 | 2025-03-24T22:39:01.704Z | Compiling cobs v0.2.3 |
1401 | 2025-03-24T22:39:01.824Z | Compiling heck v0.4.1 |
1402 | 2025-03-24T22:39:02.006Z | Compiling postcard v1.1.1 |
1403 | 2025-03-24T22:39:02.639Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1404 | 2025-03-24T22:39:03.594Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1405 | 2025-03-24T22:39:04.131Z | Compiling clap_builder v4.5.32 |
1406 | 2025-03-24T22:39:04.746Z | Compiling num_enum_derive v0.5.11 |
1407 | 2025-03-24T22:39:06.584Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1408 | 2025-03-24T22:39:07.463Z | Compiling foreign-types-macros v0.2.3 |
1409 | 2025-03-24T22:39:08.225Z | Compiling num-integer v0.1.46 |
1410 | 2025-03-24T22:39:08.525Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1411 | 2025-03-24T22:39:08.860Z | Compiling proc-macro-error v1.0.4 |
1412 | 2025-03-24T22:39:08.980Z | Compiling foreign-types-shared v0.3.1 |
1413 | 2025-03-24T22:39:09.082Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1414 | 2025-03-24T22:39:09.189Z | Compiling float-ord v0.3.2 |
1415 | 2025-03-24T22:39:09.246Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1416 | 2025-03-24T22:39:09.474Z | Compiling foreign-types v0.5.0 |
1417 | 2025-03-24T22:39:09.704Z | Compiling clap v4.5.32 |
1418 | 2025-03-24T22:39:09.816Z | Compiling num_enum v0.5.11 |
1419 | 2025-03-24T22:39:11.653Z | Compiling tabwriter v1.4.1 |
1420 | 2025-03-24T22:39:12.084Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1421 | 2025-03-24T22:39:12.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1422 | 2025-03-24T22:39:13.007Z | Compiling cstr-argument v0.1.2 |
1423 | 2025-03-24T22:39:13.327Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1424 | 2025-03-24T22:39:13.382Z | Compiling crucible-workspace-hack v0.1.0 |
1425 | 2025-03-24T22:39:13.590Z | Compiling pretty-hex v0.2.1 |
1426 | 2025-03-24T22:39:13.696Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1427 | 2025-03-24T22:39:13.771Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1428 | 2025-03-24T22:39:13.870Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1429 | 2025-03-24T22:39:15.494Z | Compiling num-rational v0.4.2 |
1430 | 2025-03-24T22:39:15.569Z | Compiling num-iter v0.1.45 |
1431 | 2025-03-24T22:39:16.062Z | Compiling colored v2.2.0 |
1432 | 2025-03-24T22:39:16.504Z | Compiling num-complex v0.4.6 |
1433 | 2025-03-24T22:39:17.128Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1434 | 2025-03-24T22:39:17.174Z | Compiling prettyplease v0.2.31 |
1435 | 2025-03-24T22:39:17.265Z | Compiling semver v0.1.20 |
1436 | 2025-03-24T22:39:17.426Z | Compiling winnow v0.6.26 |
1437 | 2025-03-24T22:39:17.462Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1438 | 2025-03-24T22:39:17.537Z | Compiling num v0.4.3 |
1439 | 2025-03-24T22:39:17.599Z | Compiling rustc_version v0.1.7 |
1440 | 2025-03-24T22:39:18.960Z | Compiling zone_cfg_derive v0.3.0 |
1441 | 2025-03-24T22:39:20.005Z | Compiling itertools v0.10.5 |
1442 | 2025-03-24T22:39:20.408Z | Compiling itertools v0.14.0 |
1443 | 2025-03-24T22:39:20.561Z | Compiling camino-tempfile v1.1.1 |
1444 | 2025-03-24T22:39:21.411Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1445 | 2025-03-24T22:39:22.993Z | Compiling derive-where v1.2.7 |
1446 | 2025-03-24T22:39:23.864Z | Compiling num-derive v0.4.2 |
1447 | 2025-03-24T22:39:25.395Z | Compiling sigpipe v0.1.3 |
1448 | 2025-03-24T22:39:25.808Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1449 | 2025-03-24T22:39:26.138Z | Compiling base64ct v1.7.3 |
1450 | 2025-03-24T22:39:26.238Z | Compiling rustix v0.38.44 |
1451 | 2025-03-24T22:39:26.323Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1452 | 2025-03-24T22:39:26.736Z | Compiling password-hash v0.5.0 |
1453 | 2025-03-24T22:39:26.752Z | Compiling typify-macro v0.3.0 |
1454 | 2025-03-24T22:39:26.763Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1455 | 2025-03-24T22:39:27.295Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1456 | 2025-03-24T22:39:27.913Z | Compiling zone v0.3.0 |
1457 | 2025-03-24T22:39:28.036Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1458 | 2025-03-24T22:39:28.224Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1459 | 2025-03-24T22:39:29.083Z | Compiling newtype_derive v0.1.6 |
1460 | 2025-03-24T22:39:31.319Z | Compiling blake2 v0.10.6 |
1461 | 2025-03-24T22:39:31.364Z | Compiling hubpack_derive v0.1.1 |
1462 | 2025-03-24T22:39:31.570Z | Compiling smf v0.2.3 |
1463 | 2025-03-24T22:39:31.823Z | Compiling typify v0.3.0 |
1464 | 2025-03-24T22:39:31.953Z | Compiling progenitor-impl v0.9.1 |
1465 | 2025-03-24T22:39:32.488Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2025-03-24T22:39:33.303Z | Compiling tinyvec_macros v0.1.1 |
1467 | 2025-03-24T22:39:33.391Z | Compiling unicode-segmentation v1.12.0 |
1468 | 2025-03-24T22:39:33.778Z | Compiling owo-colors v4.2.0 |
1469 | 2025-03-24T22:39:34.300Z | Compiling whoami v1.5.2 |
1470 | 2025-03-24T22:39:34.377Z | Compiling cancel-safe-futures v0.1.5 |
1471 | 2025-03-24T22:39:34.591Z | Compiling zerocopy v0.6.6 |
1472 | 2025-03-24T22:39:35.103Z | Compiling newline-converter v0.3.0 |
1473 | 2025-03-24T22:39:35.544Z | Compiling tinyvec v1.9.0 |
1474 | 2025-03-24T22:39:37.142Z | Compiling hubpack v0.1.2 |
1475 | 2025-03-24T22:39:37.333Z | Compiling argon2 v0.5.3 |
1476 | 2025-03-24T22:39:39.097Z | Compiling strum_macros v0.25.3 |
1477 | 2025-03-24T22:39:41.370Z | Compiling console v0.15.11 |
1478 | 2025-03-24T22:39:42.849Z | Compiling libsw-core v0.3.2 |
1479 | 2025-03-24T22:39:42.973Z | Compiling progenitor-macro v0.9.1 |
1480 | 2025-03-24T22:39:43.150Z | Compiling serde-big-array v0.5.1 |
1481 | 2025-03-24T22:39:43.201Z | Compiling serde_repr v0.1.20 |
1482 | 2025-03-24T22:39:43.387Z | Compiling enum-as-inner v0.6.1 |
1483 | 2025-03-24T22:39:44.431Z | Compiling cookie v0.18.1 |
1484 | 2025-03-24T22:39:44.600Z | Compiling fixedbitset v0.4.2 |
1485 | 2025-03-24T22:39:44.773Z | Compiling data-encoding v2.8.0 |
1486 | 2025-03-24T22:39:45.098Z | Compiling convert_case v0.4.0 |
1487 | 2025-03-24T22:39:45.560Z | Compiling fixedbitset v0.5.7 |
1488 | 2025-03-24T22:39:45.831Z | Compiling linked-hash-map v0.5.6 |
1489 | 2025-03-24T22:39:46.210Z | Compiling static_assertions v1.1.0 |
1490 | 2025-03-24T22:39:46.307Z | Compiling similar v2.7.0 |
1491 | 2025-03-24T22:39:46.341Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1492 | 2025-03-24T22:39:46.567Z | Compiling lru-cache v0.1.2 |
1493 | 2025-03-24T22:39:46.762Z | Compiling petgraph v0.7.1 |
1494 | 2025-03-24T22:39:47.709Z | Compiling expectorate v1.1.0 |
1495 | 2025-03-24T22:39:47.760Z | Compiling derive_more v0.99.19 |
1496 | 2025-03-24T22:39:48.225Z | Compiling hickory-proto v0.24.4 |
1497 | 2025-03-24T22:39:49.162Z | Compiling petgraph v0.6.5 |
1498 | 2025-03-24T22:39:51.291Z | Compiling libsw v3.5.0 |
1499 | 2025-03-24T22:39:51.669Z | Compiling atomicwrites v0.4.4 |
1500 | 2025-03-24T22:39:52.152Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1501 | 2025-03-24T22:39:53.248Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1502 | 2025-03-24T22:39:53.694Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1503 | 2025-03-24T22:39:54.532Z | Compiling resolv-conf v0.7.1 |
1504 | 2025-03-24T22:39:55.422Z | Compiling linear-map v1.2.0 |
1505 | 2025-03-24T22:39:55.572Z | Compiling swrite v0.1.0 |
1506 | 2025-03-24T22:39:55.693Z | Compiling highway v1.3.0 |
1507 | 2025-03-24T22:39:55.697Z | Compiling indent_write v2.2.0 |
1508 | 2025-03-24T22:39:55.905Z | Compiling unicode-width v0.1.14 |
1509 | 2025-03-24T22:39:55.917Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1510 | 2025-03-24T22:39:56.430Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1511 | 2025-03-24T22:39:56.636Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1512 | 2025-03-24T22:39:56.691Z | Compiling hickory-resolver v0.24.4 |
1513 | 2025-03-24T22:39:57.589Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1514 | 2025-03-24T22:39:57.768Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1515 | 2025-03-24T22:39:58.107Z | Compiling steno v0.4.1 |
1516 | 2025-03-24T22:39:58.467Z | Compiling progenitor v0.9.1 |
1517 | 2025-03-24T22:39:58.711Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1518 | 2025-03-24T22:40:00.754Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1519 | 2025-03-24T22:40:01.064Z | Compiling tokio-stream v0.1.17 |
1520 | 2025-03-24T22:40:01.987Z | Compiling slog-dtrace v0.3.0 |
1521 | 2025-03-24T22:40:02.161Z | Compiling humantime v2.2.0 |
1522 | 2025-03-24T22:40:02.200Z | Compiling parking_lot_core v0.8.6 |
1523 | 2025-03-24T22:40:02.678Z | Compiling qorb v0.2.1 |
1524 | 2025-03-24T22:40:02.747Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1525 | 2025-03-24T22:40:03.572Z | Compiling num-derive v0.3.3 |
1526 | 2025-03-24T22:40:04.982Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1527 | 2025-03-24T22:40:05.087Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1528 | 2025-03-24T22:40:05.768Z | Compiling libscf-sys v1.1.0 |
1529 | 2025-03-24T22:40:05.867Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1530 | 2025-03-24T22:40:06.742Z | Compiling half v2.5.0 |
1531 | 2025-03-24T22:40:06.884Z | Compiling ciborium-io v0.2.2 |
1532 | 2025-03-24T22:40:07.012Z | Compiling parking_lot v0.11.2 |
1533 | 2025-03-24T22:40:07.245Z | Compiling ciborium-ll v0.2.2 |
1534 | 2025-03-24T22:40:07.291Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1535 | 2025-03-24T22:40:07.662Z | Compiling crossbeam-epoch v0.9.18 |
1536 | 2025-03-24T22:40:07.788Z | Compiling fxhash v0.2.1 |
1537 | 2025-03-24T22:40:07.976Z | Compiling crc32fast v1.4.2 |
1538 | 2025-03-24T22:40:08.053Z | Compiling ciborium v0.2.2 |
1539 | 2025-03-24T22:40:08.241Z | Compiling sled v0.34.7 |
1540 | 2025-03-24T22:40:15.976Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1541 | 2025-03-24T22:40:20.579Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1542 | 2025-03-24T22:40:27.811Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1543 | 2025-03-24T22:40:29.014Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1544 | 2025-03-24T22:40:30.452Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1545 | 2025-03-24T22:40:55.013Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 33s |
1546 | 2025-03-24T22:40:55.190Z | ──────────── |
1547 | 2025-03-24T22:40:55.190Z | Nextest run ID a430c5c6-b76f-4d05-a5c2-5a2a3f0f1d87 with nextest profile: default |
1548 | 2025-03-24T22:40:55.190Z | Starting 2 tests across 1 binary |
1549 | 2025-03-24T22:40:55.205Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1550 | 2025-03-24T22:40:55.276Z | PASS [ 0.083s] rdb db::test::test_rib |
1551 | 2025-03-24T22:40:55.279Z | ──────────── |
1552 | 2025-03-24T22:40:55.279Z | Summary [ 0.084s] 2 tests run: 2 passed, 0 skipped |
1553 | 2025-03-24T22:40:55.292Z | + cp rib.log /work/ |
1554 | 2025-03-24T22:40:55.297Z | process exited: duration 409719 ms, exit code 0 |
|
1555 | 2025-03-24T22:40:55.309Z | found 1 output files |
1556 | 2025-03-24T22:40:55.309Z | uploading: /work/rib.log (0 bytes) |
1557 | 2025-03-24T22:40:56.318Z | uploaded: /work/rib.log |