|
|
|
1 | 2025-07-23T00:42:51.654Z | job assigned to worker 01K0TBNXA72D99AJSRRAF6DPBW [factory aws, i-02bff52181537f558] (queued for 49 s) |
|
2 | 2025-07-23T00:43:00.150Z | starting task 0: "setup" |
3 | 2025-07-23T00:43:00.155Z | ++ uname -s |
4 | 2025-07-23T00:43:00.158Z | + kern=SunOS |
5 | 2025-07-23T00:43:00.158Z | + build_user=build |
6 | 2025-07-23T00:43:00.158Z | + build_uid=12345 |
7 | 2025-07-23T00:43:00.158Z | + work_dir=/work |
8 | 2025-07-23T00:43:00.158Z | + input_dir=/input |
9 | 2025-07-23T00:43:00.159Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T00:43:00.159Z | + case "$kern" in |
11 | 2025-07-23T00:43:00.159Z | + groupadd -g 12345 build |
12 | 2025-07-23T00:43:00.163Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T00:43:02.167Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T00:43:02.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T00:43:02.286Z | + home_fs=zfs |
16 | 2025-07-23T00:43:02.286Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T00:43:02.286Z | + mkdir -p /home/build |
18 | 2025-07-23T00:43:02.287Z | + chown build:build /home/build /work |
19 | 2025-07-23T00:43:04.288Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T00:43:04.291Z | process exited: duration 4141 ms, exit code 0 |
|
21 | 2025-07-23T00:43:04.298Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T00:43:04.303Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T00:43:04.303Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-23T00:43:04.303Z | * rust toolchain profile = "default" |
25 | 2025-07-23T00:43:04.306Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-23T00:43:04.306Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T00:43:04.306Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T00:43:04.306Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T00:43:04.306Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T00:43:04.406Z | info: downloading installer |
31 | 2025-07-23T00:43:05.923Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T00:43:05.923Z | warn: /opt/ooce/bin |
33 | 2025-07-23T00:43:05.923Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T00:43:05.923Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T00:43:05.923Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T00:43:05.923Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T00:43:05.923Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T00:43:05.923Z | error: cannot install while Rust is installed |
39 | 2025-07-23T00:43:05.923Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T00:43:05.949Z | info: profile set to 'default' |
41 | 2025-07-23T00:43:05.950Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T00:43:05.953Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T00:43:06.114Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T00:43:06.114Z | info: downloading component 'cargo' |
45 | 2025-07-23T00:43:06.964Z | info: downloading component 'clippy' |
46 | 2025-07-23T00:43:07.365Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T00:43:08.650Z | info: downloading component 'rust-std' |
48 | 2025-07-23T00:43:10.639Z | info: downloading component 'rustc' |
49 | 2025-07-23T00:43:17.284Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T00:43:17.574Z | info: installing component 'cargo' |
51 | 2025-07-23T00:43:18.456Z | info: installing component 'clippy' |
52 | 2025-07-23T00:43:18.848Z | info: installing component 'rust-docs' |
53 | 2025-07-23T00:43:20.676Z | info: installing component 'rust-std' |
54 | 2025-07-23T00:43:22.350Z | info: installing component 'rustc' |
55 | 2025-07-23T00:43:28.819Z | info: installing component 'rustfmt' |
56 | 2025-07-23T00:43:29.150Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T00:43:29.150Z | |
58 | 2025-07-23T00:43:29.562Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T00:43:29.562Z | |
60 | 2025-07-23T00:43:29.566Z | |
61 | 2025-07-23T00:43:29.566Z | Rust is installed now. Great! |
62 | 2025-07-23T00:43:29.566Z | |
63 | 2025-07-23T00:43:29.566Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T00:43:29.566Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T00:43:29.566Z | |
66 | 2025-07-23T00:43:29.566Z | To configure your current shell, you need to source |
67 | 2025-07-23T00:43:29.566Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T00:43:29.566Z | |
69 | 2025-07-23T00:43:29.566Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T00:43:29.567Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T00:43:29.567Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T00:43:29.567Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T00:43:29.643Z | + rustup --version |
74 | 2025-07-23T00:43:29.655Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T00:43:29.658Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T00:43:29.731Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T00:43:29.734Z | + cargo --version |
78 | 2025-07-23T00:43:29.791Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T00:43:29.795Z | + rustc --version |
80 | 2025-07-23T00:43:29.860Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T00:43:29.863Z | process exited: duration 25560 ms, exit code 0 |
|
82 | 2025-07-23T00:43:29.870Z | starting task 2: "authentication" |
83 | 2025-07-23T00:43:29.892Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-07-23T00:43:29.900Z | starting task 3: "clone repository" |
85 | 2025-07-23T00:43:29.903Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T00:43:29.906Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T00:43:29.937Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T00:43:39.251Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T00:43:39.251Z | + git fetch origin a498b868de0a2b55ed764d79c08d9744cec6c01a |
90 | 2025-07-23T00:43:39.764Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T00:43:39.764Z | * branch a498b868de0a2b55ed764d79c08d9744cec6c01a -> FETCH_HEAD |
92 | 2025-07-23T00:43:39.773Z | + [[ -n '' ]] |
93 | 2025-07-23T00:43:39.773Z | + git reset --hard a498b868de0a2b55ed764d79c08d9744cec6c01a |
94 | 2025-07-23T00:43:39.997Z | HEAD is now at a498b868d expectorate |
95 | 2025-07-23T00:43:40.000Z | process exited: duration 10098 ms, exit code 0 |
|
96 | 2025-07-23T00:43:40.008Z | starting task 4: "build" |
97 | 2025-07-23T00:43:40.013Z | + source .github/buildomat/ci-env.sh |
98 | 2025-07-23T00:43:40.016Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-07-23T00:43:40.017Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-07-23T00:43:40.017Z | + cargo --version |
101 | 2025-07-23T00:43:40.066Z | cargo 1.88.0 (873a06493 2025-05-10) |
102 | 2025-07-23T00:43:40.069Z | + rustc --version |
103 | 2025-07-23T00:43:40.134Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
104 | 2025-07-23T00:43:40.138Z | + WORK=/work |
105 | 2025-07-23T00:43:40.138Z | + pfexec mkdir -p /work |
106 | 2025-07-23T00:43:40.142Z | + pfexec chown build /work |
107 | 2025-07-23T00:43:40.145Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2025-07-23T00:43:50.243Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2025-07-23T00:43:57.137Z | Startup: Caching catalogs ... Done |
110 | 2025-07-23T00:44:02.163Z | Planning: Solver setup ... Done (3.686s) |
111 | 2025-07-23T00:44:02.197Z | Planning: Running solver ... Done (0.034s) |
112 | 2025-07-23T00:44:02.283Z | Planning: Finding local manifests ... Done (0.003s) |
113 | 2025-07-23T00:44:02.297Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2025-07-23T00:44:02.434Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2025-07-23T00:44:02.480Z | Planning: Package planning ... Done (0.047s) |
116 | 2025-07-23T00:44:02.531Z | Planning: Merging actions ... Done (0.050s) |
117 | 2025-07-23T00:44:02.817Z | Planning: Checking for conflicting actions ... Done (0.282s) |
118 | 2025-07-23T00:44:02.825Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2025-07-23T00:44:03.784Z | Planning: Evaluating mediators ... Done (0.959s) |
120 | 2025-07-23T00:44:03.793Z | Planning: Planning completed in 6.53 seconds |
121 | 2025-07-23T00:44:04.009Z | Packages to install: 4 |
122 | 2025-07-23T00:44:04.009Z | Mediators to change: 2 |
123 | 2025-07-23T00:44:04.013Z | Services to change: 1 |
124 | 2025-07-23T00:44:04.013Z | Estimated space available: 155.51 GB |
125 | 2025-07-23T00:44:04.013Z | Estimated space to be consumed: 1.70 GB |
126 | 2025-07-23T00:44:04.013Z | Create boot environment: No |
127 | 2025-07-23T00:44:04.013Z | Create backup boot environment: No |
128 | 2025-07-23T00:44:04.013Z | Rebuild boot archive: No |
129 | 2025-07-23T00:44:04.013Z | |
130 | 2025-07-23T00:44:04.013Z | Changed mediators: |
131 | 2025-07-23T00:44:04.013Z | mediator clang: |
132 | 2025-07-23T00:44:04.013Z | version: None -> 15 (system default) |
133 | 2025-07-23T00:44:04.013Z | |
134 | 2025-07-23T00:44:04.013Z | mediator llvm: |
135 | 2025-07-23T00:44:04.013Z | version: 14 (system default) -> 15 (system default) |
136 | 2025-07-23T00:44:04.013Z | |
137 | 2025-07-23T00:44:04.013Z | Changed packages: |
138 | 2025-07-23T00:44:04.013Z | helios-dev |
139 | 2025-07-23T00:44:04.013Z | developer/build-essential |
140 | 2025-07-23T00:44:04.013Z | None -> 11-2.0 |
141 | 2025-07-23T00:44:04.013Z | library/libxmlsec1 |
142 | 2025-07-23T00:44:04.013Z | None -> 1.2.35-2.0 |
143 | 2025-07-23T00:44:04.013Z | ooce/developer/clang-15 |
144 | 2025-07-23T00:44:04.013Z | None -> 15.0.7-2.0 |
145 | 2025-07-23T00:44:04.013Z | ooce/developer/llvm-15 |
146 | 2025-07-23T00:44:04.013Z | None -> 15.0.7-2.0 |
147 | 2025-07-23T00:44:04.013Z | |
148 | 2025-07-23T00:44:04.013Z | Services: |
149 | 2025-07-23T00:44:04.013Z | restart_fmri: |
150 | 2025-07-23T00:44:04.013Z | svc:/system/update-man-index:default |
151 | 2025-07-23T00:44:04.059Z | |
152 | 2025-07-23T00:44:04.059Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2025-07-23T00:44:09.196Z | Download: 2524/3290 items 120.1/212.6MB 56% complete (24.3M/s) |
154 | 2025-07-23T00:44:12.363Z | Download: Completed 212.60 MB in 8.30 seconds (25.6M/s) |
155 | 2025-07-23T00:44:13.062Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2025-07-23T00:44:17.610Z | Actions: Completed 3689 actions in 4.55 seconds. |
157 | 2025-07-23T00:44:18.190Z | Done (0.577s) |
158 | 2025-07-23T00:44:18.190Z | Done (0.000s) |
159 | 2025-07-23T00:44:19.038Z | Done (0.848s) |
160 | 2025-07-23T00:44:23.089Z | Done (3.744s) |
161 | 2025-07-23T00:44:23.174Z | Done (0.019s) |
162 | 2025-07-23T00:44:23.178Z | Done (0.000s) |
163 | 2025-07-23T00:44:23.335Z | Done (0.000s) |
164 | 2025-07-23T00:44:24.137Z | Planning: Evaluating mediator changes ... Done |
165 | 2025-07-23T00:44:24.292Z | Planning: Checking for conflicting actions ... Done |
166 | 2025-07-23T00:44:24.295Z | Planning: Consolidating action changes ... Done |
167 | 2025-07-23T00:44:24.559Z | Planning: Evaluating mediators ... Done |
168 | 2025-07-23T00:44:24.562Z | Planning: Planning completed in 0.42 seconds |
169 | 2025-07-23T00:44:24.592Z | Mediators to change: 2 |
170 | 2025-07-23T00:44:24.592Z | Create boot environment: No |
171 | 2025-07-23T00:44:24.592Z | Create backup boot environment: No |
172 | 2025-07-23T00:44:24.666Z | Done |
173 | 2025-07-23T00:44:24.666Z | Done |
174 | 2025-07-23T00:44:25.247Z | Done |
175 | 2025-07-23T00:44:28.740Z | Done |
176 | 2025-07-23T00:44:28.823Z | Done |
177 | 2025-07-23T00:44:28.827Z | Done |
178 | 2025-07-23T00:44:29.006Z | Done |
179 | 2025-07-23T00:44:29.605Z | Planning: Evaluating mediator changes ... Done |
180 | 2025-07-23T00:44:29.608Z | Planning: Merging actions ... Done |
181 | 2025-07-23T00:44:29.795Z | Planning: Checking for conflicting actions ... Done |
182 | 2025-07-23T00:44:29.799Z | Planning: Consolidating action changes ... Done |
183 | 2025-07-23T00:44:30.060Z | Planning: Evaluating mediators ... Done |
184 | 2025-07-23T00:44:30.115Z | Planning: Planning completed in 0.75 seconds |
185 | 2025-07-23T00:44:30.149Z | Packages to change: 1 |
186 | 2025-07-23T00:44:30.149Z | Mediators to change: 1 |
187 | 2025-07-23T00:44:30.149Z | Services to change: 1 |
188 | 2025-07-23T00:44:30.149Z | Create boot environment: No |
189 | 2025-07-23T00:44:30.152Z | Create backup boot environment: Yes |
190 | 2025-07-23T00:44:32.471Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2025-07-23T00:44:32.474Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2025-07-23T00:44:32.474Z | Done |
193 | 2025-07-23T00:44:32.475Z | Done |
194 | 2025-07-23T00:44:32.640Z | Done |
195 | 2025-07-23T00:44:36.151Z | Done |
196 | 2025-07-23T00:44:36.236Z | Done |
197 | 2025-07-23T00:44:36.236Z | Done |
198 | 2025-07-23T00:44:36.374Z | Done |
199 | 2025-07-23T00:44:36.800Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2025-07-23T00:44:36.800Z | clang system 15 system |
201 | 2025-07-23T00:44:36.800Z | csh system system illumos |
202 | 2025-07-23T00:44:36.800Z | ctags system system illumos |
203 | 2025-07-23T00:44:36.800Z | file system system illumos |
204 | 2025-07-23T00:44:36.800Z | gcc vendor 12 vendor |
205 | 2025-07-23T00:44:36.800Z | gcc system 10 system |
206 | 2025-07-23T00:44:36.801Z | gcc system 7 system |
207 | 2025-07-23T00:44:36.801Z | go system 1.20 system |
208 | 2025-07-23T00:44:36.801Z | go system 1.19 system |
209 | 2025-07-23T00:44:36.801Z | llvm system 15 system |
210 | 2025-07-23T00:44:36.801Z | llvm system 14 system |
211 | 2025-07-23T00:44:36.801Z | mariadb system 10.6 system |
212 | 2025-07-23T00:44:36.801Z | mta vendor vendor dma |
213 | 2025-07-23T00:44:36.801Z | openjdk system 17 system |
214 | 2025-07-23T00:44:36.801Z | openjdk system 11 system |
215 | 2025-07-23T00:44:36.801Z | openjdk system 1.8 system |
216 | 2025-07-23T00:44:36.801Z | openssl vendor 3 vendor |
217 | 2025-07-23T00:44:36.801Z | perl system 5.36 system |
218 | 2025-07-23T00:44:36.801Z | postgresql system 15 system |
219 | 2025-07-23T00:44:36.801Z | postgresql system 13 system |
220 | 2025-07-23T00:44:36.801Z | python vendor 3 vendor |
221 | 2025-07-23T00:44:36.801Z | python system 2 system |
222 | 2025-07-23T00:44:36.801Z | python3 system 3.11 system |
223 | 2025-07-23T00:44:36.801Z | ruby system 3.0 system |
224 | 2025-07-23T00:44:36.801Z | words vendor vendor american-english |
225 | 2025-07-23T00:44:36.801Z | words system system australian-english |
226 | 2025-07-23T00:44:36.801Z | words system system british-english |
227 | 2025-07-23T00:44:36.801Z | words system system canadian-english |
228 | 2025-07-23T00:44:36.801Z | words system system french |
229 | 2025-07-23T00:44:36.801Z | words system system italian |
230 | 2025-07-23T00:44:36.801Z | words system system ngerman |
231 | 2025-07-23T00:44:36.801Z | words system system ogerman |
232 | 2025-07-23T00:44:36.803Z | words system system spanish |
233 | 2025-07-23T00:44:37.129Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2025-07-23T00:44:37.129Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2025-07-23T00:44:41.747Z | FMRI IFO |
236 | 2025-07-23T00:44:41.747Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2025-07-23T00:44:41.747Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2025-07-23T00:44:41.747Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2025-07-23T00:44:41.747Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2025-07-23T00:44:41.747Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
242 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
244 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
245 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
247 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
248 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
250 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
251 | 2025-07-23T00:44:41.748Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2025-07-23T00:44:42.701Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
253 | 2025-07-23T00:44:43.014Z | Updating crates.io index |
254 | 2025-07-23T00:44:43.017Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
255 | 2025-07-23T00:44:43.375Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2025-07-23T00:44:44.009Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
257 | 2025-07-23T00:44:44.246Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
258 | 2025-07-23T00:44:44.505Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
259 | 2025-07-23T00:44:44.813Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2025-07-23T00:44:45.875Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2025-07-23T00:44:47.758Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2025-07-23T00:44:48.668Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2025-07-23T00:44:49.434Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2025-07-23T00:44:49.690Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2025-07-23T00:44:49.980Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
266 | 2025-07-23T00:44:50.620Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
267 | 2025-07-23T00:44:50.959Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
268 | 2025-07-23T00:44:51.303Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
269 | 2025-07-23T00:44:51.843Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2025-07-23T00:44:52.235Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2025-07-23T00:44:52.433Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2025-07-23T00:44:52.672Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2025-07-23T00:44:52.902Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2025-07-23T00:44:53.163Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2025-07-23T00:44:53.543Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
276 | 2025-07-23T00:44:53.860Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
277 | 2025-07-23T00:44:54.253Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2025-07-23T00:44:54.673Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
279 | 2025-07-23T00:44:55.099Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
280 | 2025-07-23T00:44:55.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2025-07-23T00:44:55.705Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
282 | 2025-07-23T00:44:56.046Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
283 | 2025-07-23T00:44:56.378Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
284 | 2025-07-23T00:44:56.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
285 | 2025-07-23T00:44:57.030Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
286 | 2025-07-23T00:45:05.414Z | Updating git repository `https://github.com/illumos/smf-rs` |
287 | 2025-07-23T00:45:06.822Z | Downloading crates ... |
288 | 2025-07-23T00:45:06.902Z | Downloaded serde_json v1.0.140 |
289 | 2025-07-23T00:45:06.909Z | Downloaded tabled_derive v0.7.0 |
290 | 2025-07-23T00:45:06.912Z | Downloaded camino-tempfile v1.4.1 |
291 | 2025-07-23T00:45:06.916Z | Downloaded camino v1.1.10 |
292 | 2025-07-23T00:45:06.919Z | Downloaded tempfile v3.20.0 |
293 | 2025-07-23T00:45:06.922Z | Downloaded thiserror v2.0.12 |
294 | 2025-07-23T00:45:06.925Z | Downloaded yoke v0.7.4 |
295 | 2025-07-23T00:45:06.929Z | Downloaded dtrace-parser v0.2.0 |
296 | 2025-07-23T00:45:06.932Z | Downloaded dof v0.3.0 |
297 | 2025-07-23T00:45:06.932Z | Downloaded displaydoc v0.2.5 |
298 | 2025-07-23T00:45:06.935Z | Downloaded bytecount v0.6.8 |
299 | 2025-07-23T00:45:06.938Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2025-07-23T00:45:06.938Z | Downloaded toml_write v0.1.2 |
301 | 2025-07-23T00:45:06.938Z | Downloaded clap v4.5.40 |
302 | 2025-07-23T00:45:06.947Z | Downloaded pest_generator v2.7.14 |
303 | 2025-07-23T00:45:06.950Z | Downloaded textwrap v0.16.2 |
304 | 2025-07-23T00:45:06.953Z | Downloaded write16 v1.0.0 |
305 | 2025-07-23T00:45:06.955Z | Downloaded yoke-derive v0.7.4 |
306 | 2025-07-23T00:45:06.955Z | Downloaded clap_derive v4.5.40 |
307 | 2025-07-23T00:45:06.958Z | Downloaded getrandom v0.3.1 |
308 | 2025-07-23T00:45:06.962Z | Downloaded zerofrom v0.1.4 |
309 | 2025-07-23T00:45:06.962Z | Downloaded proc-macro2 v1.0.95 |
310 | 2025-07-23T00:45:06.966Z | Downloaded zerofrom-derive v0.1.4 |
311 | 2025-07-23T00:45:06.966Z | Downloaded unicode-linebreak v0.1.5 |
312 | 2025-07-23T00:45:06.966Z | Downloaded typeid v1.0.3 |
313 | 2025-07-23T00:45:06.969Z | Downloaded toml_datetime v0.6.11 |
314 | 2025-07-23T00:45:06.969Z | Downloaded zerovec-derive v0.10.3 |
315 | 2025-07-23T00:45:06.972Z | Downloaded toml v0.8.23 |
316 | 2025-07-23T00:45:06.975Z | Downloaded equivalent v1.0.2 |
317 | 2025-07-23T00:45:06.975Z | Downloaded thread-id v4.2.2 |
318 | 2025-07-23T00:45:06.975Z | Downloaded version_check v0.9.5 |
319 | 2025-07-23T00:45:06.978Z | Downloaded writeable v0.5.5 |
320 | 2025-07-23T00:45:06.982Z | Downloaded utf8parse v0.2.2 |
321 | 2025-07-23T00:45:06.982Z | Downloaded terminal_size v0.4.0 |
322 | 2025-07-23T00:45:06.982Z | Downloaded utf16_iter v1.0.5 |
323 | 2025-07-23T00:45:06.985Z | Downloaded usdt v0.5.0 |
324 | 2025-07-23T00:45:06.985Z | Downloaded zerocopy-derive v0.7.35 |
325 | 2025-07-23T00:45:06.989Z | Downloaded toml_edit v0.22.27 |
326 | 2025-07-23T00:45:06.993Z | Downloaded unicode-ident v1.0.18 |
327 | 2025-07-23T00:45:06.996Z | Downloaded ucd-trie v0.1.7 |
328 | 2025-07-23T00:45:07.000Z | Downloaded typenum v1.17.0 |
329 | 2025-07-23T00:45:07.000Z | Downloaded swrite v0.1.0 |
330 | 2025-07-23T00:45:07.003Z | Downloaded url v2.5.4 |
331 | 2025-07-23T00:45:07.009Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-07-23T00:45:07.009Z | Downloaded icu_provider_macros v1.5.0 |
333 | 2025-07-23T00:45:07.009Z | Downloaded crypto-common v0.1.6 |
334 | 2025-07-23T00:45:07.009Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2025-07-23T00:45:07.012Z | Downloaded byteorder v1.5.0 |
336 | 2025-07-23T00:45:07.012Z | Downloaded scroll_derive v0.12.0 |
337 | 2025-07-23T00:45:07.012Z | Downloaded zerocopy v0.7.35 |
338 | 2025-07-23T00:45:07.026Z | Downloaded serde_spanned v0.6.9 |
339 | 2025-07-23T00:45:07.030Z | Downloaded zerovec v0.10.4 |
340 | 2025-07-23T00:45:07.033Z | Downloaded serde-untagged v0.1.7 |
341 | 2025-07-23T00:45:07.036Z | Downloaded ordered-float v2.10.1 |
342 | 2025-07-23T00:45:07.039Z | Downloaded winnow v0.7.10 |
343 | 2025-07-23T00:45:07.044Z | Downloaded strsim v0.11.1 |
344 | 2025-07-23T00:45:07.047Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2025-07-23T00:45:07.047Z | Downloaded macaddr v1.0.1 |
346 | 2025-07-23T00:45:07.051Z | Downloaded heck v0.5.0 |
347 | 2025-07-23T00:45:07.051Z | Downloaded heck v0.4.1 |
348 | 2025-07-23T00:45:07.051Z | Downloaded cargo-util-schemas v0.2.0 |
349 | 2025-07-23T00:45:07.054Z | Downloaded synstructure v0.13.1 |
350 | 2025-07-23T00:45:07.054Z | Downloaded stable_deref_trait v1.2.0 |
351 | 2025-07-23T00:45:07.054Z | Downloaded unicode-width v0.2.0 |
352 | 2025-07-23T00:45:07.058Z | Downloaded unicode-width v0.1.14 |
353 | 2025-07-23T00:45:07.062Z | Downloaded pest_derive v2.7.14 |
354 | 2025-07-23T00:45:07.066Z | Downloaded erased-serde v0.4.6 |
355 | 2025-07-23T00:45:07.069Z | Downloaded anstyle v1.0.11 |
356 | 2025-07-23T00:45:07.069Z | Downloaded icu_locid_transform v1.5.0 |
357 | 2025-07-23T00:45:07.073Z | Downloaded smallvec v1.15.0 |
358 | 2025-07-23T00:45:07.073Z | Downloaded smawk v0.3.2 |
359 | 2025-07-23T00:45:07.076Z | Downloaded serde-value v0.7.0 |
360 | 2025-07-23T00:45:07.076Z | Downloaded percent-encoding v2.3.1 |
361 | 2025-07-23T00:45:07.076Z | Downloaded anstream v0.6.18 |
362 | 2025-07-23T00:45:07.079Z | Downloaded plain v0.2.3 |
363 | 2025-07-23T00:45:07.079Z | Downloaded semver v1.0.26 |
364 | 2025-07-23T00:45:07.082Z | Downloaded memmap v0.7.0 |
365 | 2025-07-23T00:45:07.082Z | Downloaded itoa v1.0.11 |
366 | 2025-07-23T00:45:07.082Z | Downloaded idna_adapter v1.2.0 |
367 | 2025-07-23T00:45:07.085Z | Downloaded generic-array v0.14.7 |
368 | 2025-07-23T00:45:07.085Z | Downloaded form_urlencoded v1.2.1 |
369 | 2025-07-23T00:45:07.086Z | Downloaded scroll v0.12.0 |
370 | 2025-07-23T00:45:07.089Z | Downloaded quote v1.0.40 |
371 | 2025-07-23T00:45:07.089Z | Downloaded fnv v1.0.7 |
372 | 2025-07-23T00:45:07.092Z | Downloaded clap_lex v0.7.4 |
373 | 2025-07-23T00:45:07.092Z | Downloaded anstyle-parse v0.2.5 |
374 | 2025-07-23T00:45:07.095Z | Downloaded cargo_metadata v0.20.0 |
375 | 2025-07-23T00:45:07.095Z | Downloaded sha2 v0.10.9 |
376 | 2025-07-23T00:45:07.098Z | Downloaded serde_derive v1.0.219 |
377 | 2025-07-23T00:45:07.099Z | Downloaded icu_normalizer_data v1.5.0 |
378 | 2025-07-23T00:45:07.102Z | Downloaded proc-macro-error v1.0.4 |
379 | 2025-07-23T00:45:07.106Z | Downloaded pest_meta v2.7.14 |
380 | 2025-07-23T00:45:07.106Z | Downloaded icu_provider v1.5.0 |
381 | 2025-07-23T00:45:07.109Z | Downloaded indexmap v2.10.0 |
382 | 2025-07-23T00:45:07.112Z | Downloaded ryu v1.0.18 |
383 | 2025-07-23T00:45:07.115Z | Downloaded log v0.4.27 |
384 | 2025-07-23T00:45:07.115Z | Downloaded litemap v0.7.3 |
385 | 2025-07-23T00:45:07.119Z | Downloaded once_cell v1.21.3 |
386 | 2025-07-23T00:45:07.123Z | Downloaded icu_locid v1.5.0 |
387 | 2025-07-23T00:45:07.126Z | Downloaded anyhow v1.0.98 |
388 | 2025-07-23T00:45:07.129Z | Downloaded papergrid v0.11.0 |
389 | 2025-07-23T00:45:07.132Z | Downloaded num-traits v0.2.19 |
390 | 2025-07-23T00:45:07.135Z | Downloaded icu_properties v1.5.1 |
391 | 2025-07-23T00:45:07.138Z | Downloaded icu_normalizer v1.5.0 |
392 | 2025-07-23T00:45:07.142Z | Downloaded icu_locid_transform_data v1.5.0 |
393 | 2025-07-23T00:45:07.142Z | Downloaded unicode-xid v0.2.6 |
394 | 2025-07-23T00:45:07.142Z | Downloaded tinystr v0.7.6 |
395 | 2025-07-23T00:45:07.145Z | Downloaded is_terminal_polyfill v1.70.1 |
396 | 2025-07-23T00:45:07.145Z | Downloaded icu_collections v1.5.0 |
397 | 2025-07-23T00:45:07.149Z | Downloaded usdt-macro v0.5.0 |
398 | 2025-07-23T00:45:07.153Z | Downloaded thiserror v1.0.69 |
399 | 2025-07-23T00:45:07.156Z | Downloaded serde v1.0.219 |
400 | 2025-07-23T00:45:07.159Z | Downloaded fs-err v3.1.1 |
401 | 2025-07-23T00:45:07.162Z | Downloaded cpufeatures v0.2.14 |
402 | 2025-07-23T00:45:07.162Z | Downloaded cargo-platform v0.2.0 |
403 | 2025-07-23T00:45:07.162Z | Downloaded cargo_toml v0.21.0 |
404 | 2025-07-23T00:45:07.166Z | Downloaded autocfg v1.4.0 |
405 | 2025-07-23T00:45:07.166Z | Downloaded thiserror-impl v2.0.12 |
406 | 2025-07-23T00:45:07.169Z | Downloaded thiserror-impl v1.0.69 |
407 | 2025-07-23T00:45:07.169Z | Downloaded utf8_iter v1.0.4 |
408 | 2025-07-23T00:45:07.169Z | Downloaded usdt-impl v0.5.0 |
409 | 2025-07-23T00:45:07.172Z | Downloaded memchr v2.7.4 |
410 | 2025-07-23T00:45:07.175Z | Downloaded fastrand v2.1.1 |
411 | 2025-07-23T00:45:07.175Z | Downloaded colorchoice v1.0.2 |
412 | 2025-07-23T00:45:07.178Z | Downloaded block-buffer v0.10.4 |
413 | 2025-07-23T00:45:07.179Z | Downloaded bitflags v2.9.1 |
414 | 2025-07-23T00:45:07.182Z | Downloaded anstyle-query v1.1.1 |
415 | 2025-07-23T00:45:07.182Z | Downloaded clap_builder v4.5.40 |
416 | 2025-07-23T00:45:07.188Z | Downloaded pest v2.7.14 |
417 | 2025-07-23T00:45:07.192Z | Downloaded goblin v0.8.2 |
418 | 2025-07-23T00:45:07.197Z | Downloaded idna v1.0.3 |
419 | 2025-07-23T00:45:07.200Z | Downloaded hashbrown v0.15.4 |
420 | 2025-07-23T00:45:07.204Z | Downloaded errno v0.3.12 |
421 | 2025-07-23T00:45:07.208Z | Downloaded cfg-if v1.0.1 |
422 | 2025-07-23T00:45:07.208Z | Downloaded digest v0.10.7 |
423 | 2025-07-23T00:45:07.211Z | Downloaded tabled v0.15.0 |
424 | 2025-07-23T00:45:07.236Z | Downloaded icu_properties_data v1.5.0 |
425 | 2025-07-23T00:45:07.245Z | Downloaded syn v1.0.109 |
426 | 2025-07-23T00:45:07.254Z | Downloaded syn v2.0.104 |
427 | 2025-07-23T00:45:07.266Z | Downloaded rustix v0.38.37 |
428 | 2025-07-23T00:45:07.286Z | Downloaded rustix v1.0.7 |
429 | 2025-07-23T00:45:07.322Z | Downloaded libc v0.2.174 |
430 | 2025-07-23T00:45:07.395Z | Compiling proc-macro2 v1.0.95 |
431 | 2025-07-23T00:45:07.396Z | Compiling unicode-ident v1.0.18 |
432 | 2025-07-23T00:45:07.396Z | Compiling serde v1.0.219 |
433 | 2025-07-23T00:45:07.399Z | Compiling version_check v0.9.5 |
434 | 2025-07-23T00:45:07.399Z | Compiling thiserror v1.0.69 |
435 | 2025-07-23T00:45:07.399Z | Compiling libc v0.2.174 |
436 | 2025-07-23T00:45:07.399Z | Compiling memchr v2.7.4 |
437 | 2025-07-23T00:45:07.611Z | Compiling stable_deref_trait v1.2.0 |
438 | 2025-07-23T00:45:07.799Z | Compiling ryu v1.0.18 |
439 | 2025-07-23T00:45:07.828Z | Compiling writeable v0.5.5 |
440 | 2025-07-23T00:45:08.141Z | Compiling autocfg v1.4.0 |
441 | 2025-07-23T00:45:08.294Z | Compiling ucd-trie v0.1.7 |
442 | 2025-07-23T00:45:08.317Z | Compiling litemap v0.7.3 |
443 | 2025-07-23T00:45:08.359Z | Compiling itoa v1.0.11 |
444 | 2025-07-23T00:45:08.600Z | Compiling once_cell v1.21.3 |
445 | 2025-07-23T00:45:08.672Z | Compiling bitflags v2.9.1 |
446 | 2025-07-23T00:45:08.788Z | Compiling icu_locid_transform_data v1.5.0 |
447 | 2025-07-23T00:45:08.936Z | Compiling byteorder v1.5.0 |
448 | 2025-07-23T00:45:09.046Z | Compiling icu_properties_data v1.5.0 |
449 | 2025-07-23T00:45:09.073Z | Compiling serde_json v1.0.140 |
450 | 2025-07-23T00:45:09.108Z | Compiling num-traits v0.2.19 |
451 | 2025-07-23T00:45:09.157Z | Compiling utf8_iter v1.0.4 |
452 | 2025-07-23T00:45:09.272Z | Compiling rustix v0.38.37 |
453 | 2025-07-23T00:45:09.344Z | Compiling write16 v1.0.0 |
454 | 2025-07-23T00:45:09.386Z | Compiling quote v1.0.40 |
455 | 2025-07-23T00:45:09.413Z | Compiling typeid v1.0.3 |
456 | 2025-07-23T00:45:09.465Z | Compiling hashbrown v0.15.4 |
457 | 2025-07-23T00:45:09.647Z | Compiling errno v0.3.12 |
458 | 2025-07-23T00:45:09.752Z | Compiling syn v2.0.104 |
459 | 2025-07-23T00:45:09.887Z | Compiling equivalent v1.0.2 |
460 | 2025-07-23T00:45:09.911Z | Compiling utf16_iter v1.0.5 |
461 | 2025-07-23T00:45:09.936Z | Compiling icu_normalizer_data v1.5.0 |
462 | 2025-07-23T00:45:09.936Z | Compiling smallvec v1.15.0 |
463 | 2025-07-23T00:45:10.104Z | Compiling usdt-impl v0.5.0 |
464 | 2025-07-23T00:45:10.127Z | Compiling proc-macro-error-attr v1.0.4 |
465 | 2025-07-23T00:45:10.149Z | Compiling winnow v0.7.10 |
466 | 2025-07-23T00:45:10.303Z | Compiling syn v1.0.109 |
467 | 2025-07-23T00:45:10.328Z | Compiling toml_write v0.1.2 |
468 | 2025-07-23T00:45:10.444Z | Compiling indexmap v2.10.0 |
469 | 2025-07-23T00:45:10.626Z | Compiling thread-id v4.2.2 |
470 | 2025-07-23T00:45:10.757Z | Compiling proc-macro-error v1.0.4 |
471 | 2025-07-23T00:45:10.881Z | Compiling percent-encoding v2.3.1 |
472 | 2025-07-23T00:45:10.937Z | Compiling utf8parse v0.2.2 |
473 | 2025-07-23T00:45:11.097Z | Compiling log v0.4.27 |
474 | 2025-07-23T00:45:11.123Z | Compiling rustix v1.0.7 |
475 | 2025-07-23T00:45:11.203Z | Compiling semver v1.0.26 |
476 | 2025-07-23T00:45:11.528Z | Compiling getrandom v0.3.1 |
477 | 2025-07-23T00:45:11.710Z | Compiling camino v1.1.10 |
478 | 2025-07-23T00:45:11.774Z | Compiling plain v0.2.3 |
479 | 2025-07-23T00:45:11.971Z | Compiling terminal_size v0.4.0 |
480 | 2025-07-23T00:45:12.188Z | Compiling ordered-float v2.10.1 |
481 | 2025-07-23T00:45:12.213Z | Compiling form_urlencoded v1.2.1 |
482 | 2025-07-23T00:45:12.283Z | Compiling anstyle-parse v0.2.5 |
483 | 2025-07-23T00:45:12.494Z | Compiling colorchoice v1.0.2 |
484 | 2025-07-23T00:45:12.599Z | Compiling thiserror v2.0.12 |
485 | 2025-07-23T00:45:12.679Z | Compiling anstyle v1.0.11 |
486 | 2025-07-23T00:45:12.758Z | Compiling anstyle-query v1.1.1 |
487 | 2025-07-23T00:45:12.791Z | Compiling cfg-if v1.0.1 |
488 | 2025-07-23T00:45:12.905Z | Compiling pretty-hex v0.4.1 |
489 | 2025-07-23T00:45:12.929Z | Compiling is_terminal_polyfill v1.70.1 |
490 | 2025-07-23T00:45:13.050Z | Compiling anstream v0.6.18 |
491 | 2025-07-23T00:45:13.555Z | Compiling fs-err v3.1.1 |
492 | 2025-07-23T00:45:13.580Z | Compiling clap_lex v0.7.4 |
493 | 2025-07-23T00:45:13.604Z | Compiling bytecount v0.6.8 |
494 | 2025-07-23T00:45:13.634Z | Compiling heck v0.4.1 |
495 | 2025-07-23T00:45:13.827Z | Compiling fnv v1.0.7 |
496 | 2025-07-23T00:45:13.988Z | Compiling unicode-xid v0.2.6 |
497 | 2025-07-23T00:45:14.015Z | Compiling unicode-width v0.1.14 |
498 | 2025-07-23T00:45:14.043Z | Compiling anyhow v1.0.98 |
499 | 2025-07-23T00:45:14.199Z | Compiling strsim v0.11.1 |
500 | 2025-07-23T00:45:14.253Z | Compiling fastrand v2.1.1 |
501 | 2025-07-23T00:45:14.576Z | Compiling heck v0.5.0 |
502 | 2025-07-23T00:45:14.797Z | Compiling clap_builder v4.5.40 |
503 | 2025-07-23T00:45:14.939Z | Compiling tempfile v3.20.0 |
504 | 2025-07-23T00:45:15.084Z | Compiling papergrid v0.11.0 |
505 | 2025-07-23T00:45:15.460Z | Compiling memmap v0.7.0 |
506 | 2025-07-23T00:45:15.670Z | Compiling unicode-linebreak v0.1.5 |
507 | 2025-07-23T00:45:15.703Z | Compiling unicode-width v0.2.0 |
508 | 2025-07-23T00:45:15.812Z | Compiling smawk v0.3.2 |
509 | 2025-07-23T00:45:16.170Z | Compiling synstructure v0.13.1 |
510 | 2025-07-23T00:45:16.249Z | Compiling textwrap v0.16.2 |
511 | 2025-07-23T00:45:17.342Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
512 | 2025-07-23T00:45:17.457Z | Compiling swrite v0.1.0 |
513 | 2025-07-23T00:45:17.644Z | Compiling tabled_derive v0.7.0 |
514 | 2025-07-23T00:45:18.830Z | Compiling serde_derive v1.0.219 |
515 | 2025-07-23T00:45:18.830Z | Compiling thiserror-impl v1.0.69 |
516 | 2025-07-23T00:45:18.910Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-07-23T00:45:18.989Z | Compiling yoke-derive v0.7.4 |
518 | 2025-07-23T00:45:19.115Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-07-23T00:45:19.260Z | Compiling displaydoc v0.2.5 |
520 | 2025-07-23T00:45:20.787Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-07-23T00:45:21.387Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-07-23T00:45:21.506Z | Compiling scroll_derive v0.12.0 |
523 | 2025-07-23T00:45:21.580Z | Compiling thiserror-impl v2.0.12 |
524 | 2025-07-23T00:45:21.841Z | Compiling pest v2.7.14 |
525 | 2025-07-23T00:45:21.881Z | Compiling clap_derive v4.5.40 |
526 | 2025-07-23T00:45:22.293Z | Compiling zerofrom v0.1.4 |
527 | 2025-07-23T00:45:22.558Z | Compiling yoke v0.7.4 |
528 | 2025-07-23T00:45:22.782Z | Compiling scroll v0.12.0 |
529 | 2025-07-23T00:45:22.931Z | Compiling zerovec v0.10.4 |
530 | 2025-07-23T00:45:23.279Z | Compiling goblin v0.8.2 |
531 | 2025-07-23T00:45:23.307Z | Compiling zerocopy v0.7.35 |
532 | 2025-07-23T00:45:23.865Z | Compiling tabled v0.15.0 |
533 | 2025-07-23T00:45:24.624Z | Compiling tinystr v0.7.6 |
534 | 2025-07-23T00:45:24.651Z | Compiling pest_meta v2.7.14 |
535 | 2025-07-23T00:45:24.724Z | Compiling icu_collections v1.5.0 |
536 | 2025-07-23T00:45:24.996Z | Compiling icu_locid v1.5.0 |
537 | 2025-07-23T00:45:25.852Z | Compiling clap v4.5.40 |
538 | 2025-07-23T00:45:25.966Z | Compiling icu_provider v1.5.0 |
539 | 2025-07-23T00:45:26.015Z | Compiling pest_generator v2.7.14 |
540 | 2025-07-23T00:45:26.761Z | Compiling icu_locid_transform v1.5.0 |
541 | 2025-07-23T00:45:28.097Z | Compiling pest_derive v2.7.14 |
542 | 2025-07-23T00:45:28.140Z | Compiling icu_properties v1.5.1 |
543 | 2025-07-23T00:45:28.854Z | Compiling dtrace-parser v0.2.0 |
544 | 2025-07-23T00:45:30.426Z | Compiling toml_datetime v0.6.11 |
545 | 2025-07-23T00:45:30.426Z | Compiling serde_spanned v0.6.9 |
546 | 2025-07-23T00:45:30.429Z | Compiling erased-serde v0.4.6 |
547 | 2025-07-23T00:45:30.429Z | Compiling serde-value v0.7.0 |
548 | 2025-07-23T00:45:30.738Z | Compiling serde_tokenstream v0.2.2 |
549 | 2025-07-23T00:45:30.884Z | Compiling toml_edit v0.22.27 |
550 | 2025-07-23T00:45:31.305Z | Compiling cargo-platform v0.2.0 |
551 | 2025-07-23T00:45:31.622Z | Compiling icu_normalizer v1.5.0 |
552 | 2025-07-23T00:45:31.799Z | Compiling serde-untagged v0.1.7 |
553 | 2025-07-23T00:45:31.880Z | Compiling camino-tempfile v1.4.1 |
554 | 2025-07-23T00:45:31.954Z | Compiling macaddr v1.0.1 |
555 | 2025-07-23T00:45:32.303Z | Compiling dof v0.3.0 |
556 | 2025-07-23T00:45:32.473Z | Compiling idna_adapter v1.2.0 |
557 | 2025-07-23T00:45:32.684Z | Compiling idna v1.0.3 |
558 | 2025-07-23T00:45:33.263Z | Compiling url v2.5.4 |
559 | 2025-07-23T00:45:33.768Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2025-07-23T00:45:33.768Z | Compiling usdt-macro v0.5.0 |
561 | 2025-07-23T00:45:33.983Z | Compiling toml v0.8.23 |
562 | 2025-07-23T00:45:34.766Z | Compiling cargo-util-schemas v0.2.0 |
563 | 2025-07-23T00:45:34.766Z | Compiling cargo_toml v0.21.0 |
564 | 2025-07-23T00:45:34.892Z | Compiling usdt v0.5.0 |
565 | 2025-07-23T00:45:36.110Z | Compiling cargo_metadata v0.20.0 |
566 | 2025-07-23T00:45:37.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
567 | 2025-07-23T00:45:41.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.85s |
568 | 2025-07-23T00:45:41.612Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
569 | 2025-07-23T00:45:42.342Z | Downloading crates ... |
570 | 2025-07-23T00:45:42.495Z | Downloaded crucible-workspace-hack v0.1.0 |
571 | 2025-07-23T00:45:42.501Z | Downloaded half v1.8.3 |
572 | 2025-07-23T00:45:42.507Z | Downloaded http-body-util v0.1.3 |
573 | 2025-07-23T00:45:42.510Z | Downloaded httpdate v1.0.3 |
574 | 2025-07-23T00:45:42.514Z | Downloaded headers-core v0.3.0 |
575 | 2025-07-23T00:45:42.517Z | Downloaded aead v0.5.2 |
576 | 2025-07-23T00:45:42.517Z | Downloaded hkdf v0.12.4 |
577 | 2025-07-23T00:45:42.520Z | Downloaded humantime v2.2.0 |
578 | 2025-07-23T00:45:42.523Z | Downloaded hmac v0.12.1 |
579 | 2025-07-23T00:45:42.527Z | Downloaded highway v1.3.0 |
580 | 2025-07-23T00:45:42.530Z | Downloaded allocator-api2 v0.2.21 |
581 | 2025-07-23T00:45:42.533Z | Downloaded hash32 v0.3.1 |
582 | 2025-07-23T00:45:42.537Z | Downloaded home v0.5.9 |
583 | 2025-07-23T00:45:42.537Z | Downloaded base16ct v0.2.0 |
584 | 2025-07-23T00:45:42.542Z | Downloaded atty v0.2.14 |
585 | 2025-07-23T00:45:42.542Z | Downloaded hubpack_derive v0.1.1 |
586 | 2025-07-23T00:45:42.545Z | Downloaded headers v0.4.1 |
587 | 2025-07-23T00:45:42.548Z | Downloaded hubpack v0.1.2 |
588 | 2025-07-23T00:45:42.551Z | Downloaded http-range v0.1.5 |
589 | 2025-07-23T00:45:42.552Z | Downloaded heck v0.3.3 |
590 | 2025-07-23T00:45:42.555Z | Downloaded base64 v0.13.1 |
591 | 2025-07-23T00:45:42.558Z | Downloaded aes v0.8.4 |
592 | 2025-07-23T00:45:42.561Z | Downloaded http-body v1.0.1 |
593 | 2025-07-23T00:45:42.564Z | Downloaded aho-corasick v1.1.3 |
594 | 2025-07-23T00:45:42.570Z | Downloaded hostname v0.3.1 |
595 | 2025-07-23T00:45:42.573Z | Downloaded hickory-client v0.25.2 |
596 | 2025-07-23T00:45:42.576Z | Downloaded hex v0.4.3 |
597 | 2025-07-23T00:45:42.579Z | Downloaded cfg_aliases v0.2.1 |
598 | 2025-07-23T00:45:42.579Z | Downloaded hostname v0.4.0 |
599 | 2025-07-23T00:45:42.583Z | Downloaded atomicwrites v0.4.4 |
600 | 2025-07-23T00:45:42.586Z | Downloaded hex-literal v0.4.1 |
601 | 2025-07-23T00:45:42.586Z | Downloaded backoff v0.4.0 |
602 | 2025-07-23T00:45:42.589Z | Downloaded is_ci v1.2.0 |
603 | 2025-07-23T00:45:42.593Z | Downloaded async-stream-impl v0.3.6 |
604 | 2025-07-23T00:45:42.593Z | Downloaded instant v0.1.13 |
605 | 2025-07-23T00:45:42.596Z | Downloaded heapless v0.8.0 |
606 | 2025-07-23T00:45:42.599Z | Downloaded hash32 v0.2.1 |
607 | 2025-07-23T00:45:42.602Z | Downloaded ident_case v1.0.1 |
608 | 2025-07-23T00:45:42.605Z | Downloaded block-padding v0.3.3 |
609 | 2025-07-23T00:45:42.606Z | Downloaded bitflags v1.3.2 |
610 | 2025-07-23T00:45:42.610Z | Downloaded httparse v1.9.5 |
611 | 2025-07-23T00:45:42.613Z | Downloaded base64 v0.21.7 |
612 | 2025-07-23T00:45:42.618Z | Downloaded is-terminal v0.4.13 |
613 | 2025-07-23T00:45:42.621Z | Downloaded hashbrown v0.12.3 |
614 | 2025-07-23T00:45:42.624Z | Downloaded match_cfg v0.1.0 |
615 | 2025-07-23T00:45:42.627Z | Downloaded hickory-resolver v0.24.4 |
616 | 2025-07-23T00:45:42.631Z | Downloaded libsw-core v0.3.1 |
617 | 2025-07-23T00:45:42.635Z | Downloaded lazy_static v1.5.0 |
618 | 2025-07-23T00:45:42.638Z | Downloaded internet-checksum v0.2.1 |
619 | 2025-07-23T00:45:42.642Z | Downloaded hickory-resolver v0.25.2 |
620 | 2025-07-23T00:45:42.645Z | Downloaded cipher v0.4.4 |
621 | 2025-07-23T00:45:42.645Z | Downloaded ciborium-io v0.2.2 |
622 | 2025-07-23T00:45:42.648Z | Downloaded cassowary v0.3.0 |
623 | 2025-07-23T00:45:42.652Z | Downloaded linear-map v1.2.0 |
624 | 2025-07-23T00:45:42.652Z | Downloaded libscf-sys v1.1.0 |
625 | 2025-07-23T00:45:42.658Z | Downloaded indoc v1.0.9 |
626 | 2025-07-23T00:45:42.658Z | Downloaded simd-adler32 v0.3.7 |
627 | 2025-07-23T00:45:42.661Z | Downloaded half v2.4.1 |
628 | 2025-07-23T00:45:42.664Z | Downloaded kstat-rs v0.2.4 |
629 | 2025-07-23T00:45:42.669Z | Downloaded proc-macro-crate v1.3.1 |
630 | 2025-07-23T00:45:42.669Z | Downloaded keccak v0.1.5 |
631 | 2025-07-23T00:45:42.672Z | Downloaded rustc_version v0.1.7 |
632 | 2025-07-23T00:45:42.672Z | Downloaded md-5 v0.10.6 |
633 | 2025-07-23T00:45:42.675Z | Downloaded chacha20 v0.9.1 |
634 | 2025-07-23T00:45:42.679Z | Downloaded libloading v0.8.5 |
635 | 2025-07-23T00:45:42.694Z | Downloaded structmeta-derive v0.3.0 |
636 | 2025-07-23T00:45:42.698Z | Downloaded async-bb8-diesel v0.2.1 |
637 | 2025-07-23T00:45:42.698Z | Downloaded argon2 v0.5.3 |
638 | 2025-07-23T00:45:42.701Z | Downloaded take_mut v0.2.2 |
639 | 2025-07-23T00:45:42.705Z | Downloaded async-trait v0.1.88 |
640 | 2025-07-23T00:45:42.708Z | Downloaded signal-hook-registry v1.4.2 |
641 | 2025-07-23T00:45:42.711Z | Downloaded tower-service v0.3.3 |
642 | 2025-07-23T00:45:42.711Z | Downloaded tower-layer v0.3.3 |
643 | 2025-07-23T00:45:42.711Z | Downloaded siphasher v0.3.11 |
644 | 2025-07-23T00:45:42.715Z | Downloaded static_assertions v1.1.0 |
645 | 2025-07-23T00:45:42.720Z | Downloaded hyper-staticfile v0.10.1 |
646 | 2025-07-23T00:45:42.723Z | Downloaded hyper-rustls v0.27.7 |
647 | 2025-07-23T00:45:42.723Z | Downloaded vte_generate_state_changes v0.1.2 |
648 | 2025-07-23T00:45:42.726Z | Downloaded void v1.0.2 |
649 | 2025-07-23T00:45:42.726Z | Downloaded hickory-server v0.25.2 |
650 | 2025-07-23T00:45:42.731Z | Downloaded subtle v2.6.1 |
651 | 2025-07-23T00:45:42.734Z | Downloaded crc-any v2.5.0 |
652 | 2025-07-23T00:45:42.737Z | Downloaded derive_builder_macro v0.20.2 |
653 | 2025-07-23T00:45:42.737Z | Downloaded ciborium v0.2.2 |
654 | 2025-07-23T00:45:42.744Z | Downloaded cstr-argument v0.1.2 |
655 | 2025-07-23T00:45:42.747Z | Downloaded sha1 v0.10.6 |
656 | 2025-07-23T00:45:42.747Z | Downloaded rustc_version v0.4.1 |
657 | 2025-07-23T00:45:42.751Z | Downloaded tap v1.0.1 |
658 | 2025-07-23T00:45:42.751Z | Downloaded support-bundle-viewer v0.1.2 |
659 | 2025-07-23T00:45:42.751Z | Downloaded ignore v0.4.23 |
660 | 2025-07-23T00:45:42.755Z | Downloaded md5 v0.7.0 |
661 | 2025-07-23T00:45:42.758Z | Downloaded fd-lock v4.0.2 |
662 | 2025-07-23T00:45:42.764Z | Downloaded fxhash v0.2.1 |
663 | 2025-07-23T00:45:42.764Z | Downloaded lock_api v0.4.12 |
664 | 2025-07-23T00:45:42.764Z | Downloaded num_threads v0.1.7 |
665 | 2025-07-23T00:45:42.768Z | Downloaded newline-converter v0.3.0 |
666 | 2025-07-23T00:45:42.768Z | Downloaded new_debug_unreachable v1.0.6 |
667 | 2025-07-23T00:45:42.772Z | Downloaded openssl-macros v0.1.1 |
668 | 2025-07-23T00:45:42.772Z | Downloaded zeroize_derive v1.4.2 |
669 | 2025-07-23T00:45:42.772Z | Downloaded zeroize v1.8.1 |
670 | 2025-07-23T00:45:42.776Z | Downloaded unicase v2.7.0 |
671 | 2025-07-23T00:45:42.776Z | Downloaded curve25519-dalek-derive v0.1.1 |
672 | 2025-07-23T00:45:42.780Z | Downloaded ctr v0.9.2 |
673 | 2025-07-23T00:45:42.783Z | Downloaded snafu-derive v0.8.5 |
674 | 2025-07-23T00:45:42.783Z | Downloaded indicatif v0.17.11 |
675 | 2025-07-23T00:45:42.786Z | Downloaded compact_str v0.8.0 |
676 | 2025-07-23T00:45:42.791Z | Downloaded path-slash v0.1.5 |
677 | 2025-07-23T00:45:42.794Z | Downloaded parse-size v1.1.0 |
678 | 2025-07-23T00:45:42.794Z | Downloaded arc-swap v1.7.1 |
679 | 2025-07-23T00:45:42.800Z | Downloaded ed25519 v2.2.3 |
680 | 2025-07-23T00:45:42.804Z | Downloaded time-macros v0.2.18 |
681 | 2025-07-23T00:45:42.808Z | Downloaded peg-runtime v0.8.5 |
682 | 2025-07-23T00:45:42.808Z | Downloaded serde_cbor v0.11.2 |
683 | 2025-07-23T00:45:42.811Z | Downloaded salsa20 v0.10.2 |
684 | 2025-07-23T00:45:42.814Z | Downloaded fs_extra v1.3.0 |
685 | 2025-07-23T00:45:42.817Z | Downloaded opaque-debug v0.3.1 |
686 | 2025-07-23T00:45:42.817Z | Downloaded sigpipe v0.1.3 |
687 | 2025-07-23T00:45:42.821Z | Downloaded serde_repr v0.1.19 |
688 | 2025-07-23T00:45:42.821Z | Downloaded strum v0.27.1 |
689 | 2025-07-23T00:45:42.827Z | Downloaded bumpalo v3.16.0 |
690 | 2025-07-23T00:45:42.830Z | Downloaded newtype_derive v0.1.6 |
691 | 2025-07-23T00:45:42.830Z | Downloaded olpc-cjson v0.1.4 |
692 | 2025-07-23T00:45:42.831Z | Downloaded csv-core v0.1.11 |
693 | 2025-07-23T00:45:42.834Z | Downloaded indicatif v0.18.0 |
694 | 2025-07-23T00:45:42.837Z | Downloaded pbkdf2 v0.12.2 |
695 | 2025-07-23T00:45:42.841Z | Downloaded pbkdf2 v0.11.0 |
696 | 2025-07-23T00:45:42.844Z | Downloaded const_format v0.2.34 |
697 | 2025-07-23T00:45:42.847Z | Downloaded progenitor-client v0.10.0 |
698 | 2025-07-23T00:45:42.851Z | Downloaded rand_core v0.6.4 |
699 | 2025-07-23T00:45:42.855Z | Downloaded xshell-macros v0.2.7 |
700 | 2025-07-23T00:45:42.855Z | Downloaded utf-8 v0.7.6 |
701 | 2025-07-23T00:45:42.859Z | Downloaded peg-macros v0.8.5 |
702 | 2025-07-23T00:45:42.859Z | Downloaded same-file v1.0.6 |
703 | 2025-07-23T00:45:42.862Z | Downloaded env_logger v0.10.2 |
704 | 2025-07-23T00:45:42.867Z | Downloaded which v4.4.2 |
705 | 2025-07-23T00:45:42.867Z | Downloaded env_logger v0.11.5 |
706 | 2025-07-23T00:45:42.871Z | Downloaded memmap2 v0.9.5 |
707 | 2025-07-23T00:45:42.875Z | Downloaded foreign-types-shared v0.3.1 |
708 | 2025-07-23T00:45:42.883Z | Downloaded http v1.3.1 |
709 | 2025-07-23T00:45:42.886Z | Downloaded normalize-line-endings v0.3.0 |
710 | 2025-07-23T00:45:42.886Z | Downloaded foreign-types-shared v0.1.1 |
711 | 2025-07-23T00:45:42.886Z | Downloaded tui-tree-widget v0.23.1 |
712 | 2025-07-23T00:45:42.887Z | Downloaded derive_builder_core v0.20.2 |
713 | 2025-07-23T00:45:42.891Z | Downloaded hyper-util v0.1.14 |
714 | 2025-07-23T00:45:42.894Z | Downloaded prettyplease v0.2.35 |
715 | 2025-07-23T00:45:42.899Z | Downloaded precomputed-hash v0.1.1 |
716 | 2025-07-23T00:45:42.903Z | Downloaded openssl-probe v0.1.5 |
717 | 2025-07-23T00:45:42.903Z | Downloaded derive-where v1.5.0 |
718 | 2025-07-23T00:45:42.907Z | Downloaded xattr v1.3.1 |
719 | 2025-07-23T00:45:42.910Z | Downloaded wyz v0.5.1 |
720 | 2025-07-23T00:45:42.914Z | Downloaded diesel-dtrace v0.4.2 |
721 | 2025-07-23T00:45:42.918Z | Downloaded defmt v0.3.8 |
722 | 2025-07-23T00:45:42.921Z | Downloaded either v1.15.0 |
723 | 2025-07-23T00:45:42.924Z | Downloaded strum_macros v0.27.1 |
724 | 2025-07-23T00:45:42.924Z | Downloaded filetime v0.2.25 |
725 | 2025-07-23T00:45:42.927Z | Downloaded serde-big-array v0.5.1 |
726 | 2025-07-23T00:45:42.933Z | Downloaded tinyvec_macros v0.1.1 |
727 | 2025-07-23T00:45:42.936Z | Downloaded want v0.3.1 |
728 | 2025-07-23T00:45:42.936Z | Downloaded sqlparser_derive v0.2.2 |
729 | 2025-07-23T00:45:42.936Z | Downloaded group v0.13.0 |
730 | 2025-07-23T00:45:42.940Z | Downloaded omicron-zone-package v0.12.2 |
731 | 2025-07-23T00:45:42.943Z | Downloaded num-derive v0.3.3 |
732 | 2025-07-23T00:45:42.946Z | Downloaded nu-ansi-term v0.50.1 |
733 | 2025-07-23T00:45:42.949Z | Downloaded unit-prefix v0.5.1 |
734 | 2025-07-23T00:45:42.952Z | Downloaded num_enum_derive v0.5.11 |
735 | 2025-07-23T00:45:42.952Z | Downloaded pin-utils v0.1.0 |
736 | 2025-07-23T00:45:42.956Z | Downloaded predicates-core v1.0.8 |
737 | 2025-07-23T00:45:42.956Z | Downloaded powerfmt v0.2.0 |
738 | 2025-07-23T00:45:42.959Z | Downloaded darling_macro v0.20.10 |
739 | 2025-07-23T00:45:42.962Z | Downloaded defmt-macros v0.3.9 |
740 | 2025-07-23T00:45:42.966Z | Downloaded ref-cast-impl v1.0.24 |
741 | 2025-07-23T00:45:42.966Z | Downloaded whoami v1.5.2 |
742 | 2025-07-23T00:45:42.969Z | Downloaded rustls-pemfile v2.2.0 |
743 | 2025-07-23T00:45:42.972Z | Downloaded num-conv v0.1.0 |
744 | 2025-07-23T00:45:42.975Z | Downloaded serde-hex v0.1.0 |
745 | 2025-07-23T00:45:42.975Z | Downloaded spki v0.7.3 |
746 | 2025-07-23T00:45:42.979Z | Downloaded zerocopy-derive v0.8.26 |
747 | 2025-07-23T00:45:42.986Z | Downloaded foreign-types-macros v0.2.3 |
748 | 2025-07-23T00:45:42.989Z | Downloaded progenitor v0.8.0 |
749 | 2025-07-23T00:45:42.992Z | Downloaded phf_shared v0.11.2 |
750 | 2025-07-23T00:45:42.992Z | Downloaded rsa v0.9.6 |
751 | 2025-07-23T00:45:42.997Z | Downloaded universal-hash v0.5.1 |
752 | 2025-07-23T00:45:43.001Z | Downloaded crypto-bigint v0.5.5 |
753 | 2025-07-23T00:45:43.008Z | Downloaded waitgroup v0.1.2 |
754 | 2025-07-23T00:45:43.011Z | Downloaded deranged v0.3.11 |
755 | 2025-07-23T00:45:43.014Z | Downloaded debug-ignore v1.0.5 |
756 | 2025-07-23T00:45:43.017Z | Downloaded flagset v0.4.6 |
757 | 2025-07-23T00:45:43.017Z | Downloaded futures-sink v0.3.31 |
758 | 2025-07-23T00:45:43.020Z | Downloaded postgres-types v0.2.9 |
759 | 2025-07-23T00:45:43.023Z | Downloaded packed_struct_codegen v0.10.1 |
760 | 2025-07-23T00:45:43.026Z | Downloaded sec1 v0.7.3 |
761 | 2025-07-23T00:45:43.030Z | Downloaded endian-type v0.1.2 |
762 | 2025-07-23T00:45:43.030Z | Downloaded num-iter v0.1.45 |
763 | 2025-07-23T00:45:43.035Z | Downloaded num-derive v0.4.2 |
764 | 2025-07-23T00:45:43.038Z | Downloaded funty v2.0.0 |
765 | 2025-07-23T00:45:43.038Z | Downloaded progenitor-client v0.9.1 |
766 | 2025-07-23T00:45:43.038Z | Downloaded futures-task v0.3.31 |
767 | 2025-07-23T00:45:43.041Z | Downloaded pretty-hex v0.2.1 |
768 | 2025-07-23T00:45:43.041Z | Downloaded phf_shared v0.12.1 |
769 | 2025-07-23T00:45:43.044Z | Downloaded rustversion v1.0.17 |
770 | 2025-07-23T00:45:43.047Z | Downloaded rusty-fork v0.3.0 |
771 | 2025-07-23T00:45:43.051Z | Downloaded diesel_derives v2.2.3 |
772 | 2025-07-23T00:45:43.055Z | Downloaded progenitor-client v0.8.0 |
773 | 2025-07-23T00:45:43.061Z | Downloaded wait-timeout v0.2.0 |
774 | 2025-07-23T00:45:43.064Z | Downloaded rand_xorshift v0.4.0 |
775 | 2025-07-23T00:45:43.064Z | Downloaded futures-channel v0.3.31 |
776 | 2025-07-23T00:45:43.067Z | Downloaded sync-ptr v0.1.4 |
777 | 2025-07-23T00:45:43.067Z | Downloaded tabwriter v1.4.0 |
778 | 2025-07-23T00:45:43.070Z | Downloaded slog-json v2.6.1 |
779 | 2025-07-23T00:45:43.073Z | Downloaded dirs-next v2.0.0 |
780 | 2025-07-23T00:45:43.073Z | Downloaded serde_bytes v0.11.17 |
781 | 2025-07-23T00:45:43.077Z | Downloaded pkcs1 v0.7.5 |
782 | 2025-07-23T00:45:43.080Z | Downloaded daft-derive v0.1.4 |
783 | 2025-07-23T00:45:43.089Z | Downloaded russh-cryptovec v0.7.3 |
784 | 2025-07-23T00:45:43.092Z | Downloaded enum-as-inner v0.6.1 |
785 | 2025-07-23T00:45:43.092Z | Downloaded num-integer v0.1.46 |
786 | 2025-07-23T00:45:43.095Z | Downloaded foldhash v0.1.5 |
787 | 2025-07-23T00:45:43.095Z | Downloaded expectorate v1.2.0 |
788 | 2025-07-23T00:45:43.098Z | Downloaded serde_with_macros v3.14.0 |
789 | 2025-07-23T00:45:43.101Z | Downloaded packed_struct v0.10.1 |
790 | 2025-07-23T00:45:43.104Z | Downloaded termcolor v1.4.1 |
791 | 2025-07-23T00:45:43.107Z | Downloaded sync_wrapper v1.0.1 |
792 | 2025-07-23T00:45:43.110Z | Downloaded progenitor v0.10.0 |
793 | 2025-07-23T00:45:43.110Z | Downloaded walkdir v2.5.0 |
794 | 2025-07-23T00:45:43.114Z | Downloaded string_cache v0.8.9 |
795 | 2025-07-23T00:45:43.117Z | Downloaded serde_path_to_error v0.1.17 |
796 | 2025-07-23T00:45:43.121Z | Downloaded zone_cfg_derive v0.3.0 |
797 | 2025-07-23T00:45:43.121Z | Downloaded zone_cfg_derive v0.1.2 |
798 | 2025-07-23T00:45:43.124Z | Downloaded slog-term v2.9.1 |
799 | 2025-07-23T00:45:43.127Z | Downloaded untrusted v0.7.1 |
800 | 2025-07-23T00:45:43.127Z | Downloaded oso-derive v0.27.3 |
801 | 2025-07-23T00:45:43.130Z | Downloaded unicode-truncate v1.1.0 |
802 | 2025-07-23T00:45:43.130Z | Downloaded tungstenite v0.23.0 |
803 | 2025-07-23T00:45:43.138Z | Downloaded diesel_table_macro_syntax v0.2.0 |
804 | 2025-07-23T00:45:43.141Z | Downloaded try-lock v0.2.5 |
805 | 2025-07-23T00:45:43.141Z | Downloaded progenitor-macro v0.10.0 |
806 | 2025-07-23T00:45:43.141Z | Downloaded thiserror-impl-no-std v2.0.2 |
807 | 2025-07-23T00:45:43.145Z | Downloaded flate2 v1.1.2 |
808 | 2025-07-23T00:45:43.148Z | Downloaded polyval v0.6.2 |
809 | 2025-07-23T00:45:43.151Z | Downloaded openssl-sys v0.9.109 |
810 | 2025-07-23T00:45:43.157Z | Downloaded rand_chacha v0.3.1 |
811 | 2025-07-23T00:45:43.166Z | Downloaded pkcs8 v0.10.2 |
812 | 2025-07-23T00:45:43.169Z | Downloaded slog-async v2.8.0 |
813 | 2025-07-23T00:45:43.169Z | Downloaded test-strategy v0.4.3 |
814 | 2025-07-23T00:45:43.172Z | Downloaded tabled_derive v0.10.0 |
815 | 2025-07-23T00:45:43.175Z | Downloaded blake3 v1.5.4 |
816 | 2025-07-23T00:45:43.181Z | Downloaded psl-types v2.0.11 |
817 | 2025-07-23T00:45:43.184Z | Downloaded progenitor-macro v0.9.1 |
818 | 2025-07-23T00:45:43.184Z | Downloaded float-ord v0.3.2 |
819 | 2025-07-23T00:45:43.188Z | Downloaded fixedbitset v0.5.7 |
820 | 2025-07-23T00:45:43.192Z | Downloaded ghash v0.5.1 |
821 | 2025-07-23T00:45:43.192Z | Downloaded quinn v0.11.5 |
822 | 2025-07-23T00:45:43.195Z | Downloaded thiserror-no-std v2.0.2 |
823 | 2025-07-23T00:45:43.198Z | Downloaded poly1305 v0.8.0 |
824 | 2025-07-23T00:45:43.202Z | Downloaded thread_local v1.1.8 |
825 | 2025-07-23T00:45:43.205Z | Downloaded progenitor-macro v0.8.0 |
826 | 2025-07-23T00:45:43.205Z | Downloaded embedded-io v0.6.1 |
827 | 2025-07-23T00:45:43.208Z | Downloaded embedded-io v0.4.0 |
828 | 2025-07-23T00:45:43.211Z | Downloaded topological-sort v0.2.2 |
829 | 2025-07-23T00:45:43.211Z | Downloaded x509-cert v0.2.5 |
830 | 2025-07-23T00:45:43.218Z | Downloaded document-features v0.2.10 |
831 | 2025-07-23T00:45:43.221Z | Downloaded tokio-rustls v0.26.0 |
832 | 2025-07-23T00:45:43.224Z | Downloaded uuid v1.17.0 |
833 | 2025-07-23T00:45:43.227Z | Downloaded prefix-trie v0.7.0 |
834 | 2025-07-23T00:45:43.230Z | Downloaded papergrid v0.14.0 |
835 | 2025-07-23T00:45:43.235Z | Downloaded der v0.7.9 |
836 | 2025-07-23T00:45:43.242Z | Downloaded radium v0.7.0 |
837 | 2025-07-23T00:45:43.245Z | Downloaded phf v0.11.2 |
838 | 2025-07-23T00:45:43.245Z | Downloaded phf v0.12.1 |
839 | 2025-07-23T00:45:43.248Z | Downloaded display-error-chain v0.2.2 |
840 | 2025-07-23T00:45:43.248Z | Downloaded slog-dtrace v0.3.0 |
841 | 2025-07-23T00:45:43.251Z | Downloaded signal-hook v0.3.17 |
842 | 2025-07-23T00:45:43.255Z | Downloaded slog-bunyan v2.5.0 |
843 | 2025-07-23T00:45:43.255Z | Downloaded zstd v0.13.3 |
844 | 2025-07-23T00:45:43.258Z | Downloaded shlex v1.3.0 |
845 | 2025-07-23T00:45:43.261Z | Downloaded oxide-tokio-rt v0.1.2 |
846 | 2025-07-23T00:45:43.261Z | Downloaded num-rational v0.4.2 |
847 | 2025-07-23T00:45:43.264Z | Downloaded untrusted v0.9.0 |
848 | 2025-07-23T00:45:43.267Z | Downloaded zstd-safe v7.2.3 |
849 | 2025-07-23T00:45:43.271Z | Downloaded tower-http v0.6.6 |
850 | 2025-07-23T00:45:43.278Z | Downloaded serde_urlencoded v0.7.1 |
851 | 2025-07-23T00:45:43.282Z | Downloaded typify v0.4.1 |
852 | 2025-07-23T00:45:43.285Z | Downloaded rayon v1.10.0 |
853 | 2025-07-23T00:45:43.293Z | Downloaded smf v0.2.3 |
854 | 2025-07-23T00:45:43.296Z | Downloaded rpassword v7.4.0 |
855 | 2025-07-23T00:45:43.300Z | Downloaded owo-colors v4.2.2 |
856 | 2025-07-23T00:45:43.303Z | Downloaded tracing-core v0.1.32 |
857 | 2025-07-23T00:45:43.306Z | Downloaded mime_guess v2.0.5 |
858 | 2025-07-23T00:45:43.306Z | Downloaded unsafe-libyaml v0.2.11 |
859 | 2025-07-23T00:45:43.309Z | Downloaded pkcs5 v0.7.1 |
860 | 2025-07-23T00:45:43.314Z | Downloaded yansi v1.0.1 |
861 | 2025-07-23T00:45:43.317Z | Downloaded rustls-webpki v0.102.8 |
862 | 2025-07-23T00:45:43.336Z | Downloaded progenitor-impl v0.10.0 |
863 | 2025-07-23T00:45:43.340Z | Downloaded dropshot_endpoint v0.16.2 |
864 | 2025-07-23T00:45:43.343Z | Downloaded tokio-rustls v0.25.0 |
865 | 2025-07-23T00:45:43.346Z | Downloaded yasna v0.5.2 |
866 | 2025-07-23T00:45:43.346Z | Downloaded salty v0.3.0 |
867 | 2025-07-23T00:45:43.353Z | Downloaded oxnet v0.1.2 |
868 | 2025-07-23T00:45:43.357Z | Downloaded darling_core v0.21.0 |
869 | 2025-07-23T00:45:43.360Z | Downloaded miniz_oxide v0.8.5 |
870 | 2025-07-23T00:45:43.363Z | Downloaded flume v0.11.1 |
871 | 2025-07-23T00:45:43.367Z | Downloaded rand v0.8.5 |
872 | 2025-07-23T00:45:43.371Z | Downloaded zopfli v0.8.1 |
873 | 2025-07-23T00:45:43.376Z | Downloaded elliptic-curve v0.13.8 |
874 | 2025-07-23T00:45:43.379Z | Downloaded time v0.3.36 |
875 | 2025-07-23T00:45:43.386Z | Downloaded minimal-lexical v0.2.1 |
876 | 2025-07-23T00:45:43.392Z | Downloaded num-bigint v0.4.6 |
877 | 2025-07-23T00:45:43.397Z | Downloaded proptest v1.7.0 |
878 | 2025-07-23T00:45:43.408Z | Downloaded tokio-util v0.7.15 |
879 | 2025-07-23T00:45:43.416Z | Downloaded zip v0.6.6 |
880 | 2025-07-23T00:45:43.422Z | Downloaded toml v0.7.8 |
881 | 2025-07-23T00:45:43.425Z | Downloaded progenitor-impl v0.9.1 |
882 | 2025-07-23T00:45:43.428Z | Downloaded num-bigint-dig v0.8.4 |
883 | 2025-07-23T00:45:43.432Z | Downloaded p256 v0.13.2 |
884 | 2025-07-23T00:45:43.435Z | Downloaded sqlparser v0.45.0 |
885 | 2025-07-23T00:45:43.442Z | Downloaded darling_core v0.20.10 |
886 | 2025-07-23T00:45:43.447Z | Downloaded winnow v0.6.26 |
887 | 2025-07-23T00:45:43.458Z | Downloaded steno v0.4.1 |
888 | 2025-07-23T00:45:43.462Z | Downloaded rand v0.9.1 |
889 | 2025-07-23T00:45:43.467Z | Downloaded nom v7.1.3 |
890 | 2025-07-23T00:45:43.473Z | Downloaded mio v1.0.2 |
891 | 2025-07-23T00:45:43.479Z | Downloaded reqwest v0.12.22 |
892 | 2025-07-23T00:45:43.489Z | Downloaded hickory-proto v0.24.4 |
893 | 2025-07-23T00:45:43.505Z | Downloaded toml_edit v0.19.15 |
894 | 2025-07-23T00:45:43.522Z | Downloaded ssh-key v0.6.6 |
895 | 2025-07-23T00:45:43.528Z | Downloaded vcpkg v0.2.15 |
896 | 2025-07-23T00:45:43.567Z | Downloaded zlib-rs v0.5.1 |
897 | 2025-07-23T00:45:43.571Z | Downloaded regex v1.11.1 |
898 | 2025-07-23T00:45:43.585Z | Downloaded openssl v0.10.73 |
899 | 2025-07-23T00:45:43.595Z | Downloaded h2 v0.4.6 |
900 | 2025-07-23T00:45:43.602Z | Downloaded rustyline v14.0.0 |
901 | 2025-07-23T00:45:43.608Z | Downloaded portable-atomic v1.11.0 |
902 | 2025-07-23T00:45:43.616Z | Downloaded zerocopy v0.8.26 |
903 | 2025-07-23T00:45:43.638Z | Downloaded quinn-proto v0.11.8 |
904 | 2025-07-23T00:45:43.643Z | Downloaded p521 v0.13.3 |
905 | 2025-07-23T00:45:43.648Z | Downloaded petname v2.0.2 |
906 | 2025-07-23T00:45:43.654Z | Downloaded tabled v0.18.0 |
907 | 2025-07-23T00:45:43.672Z | Downloaded polar-core v0.27.3 |
908 | 2025-07-23T00:45:43.680Z | Downloaded regex-syntax v0.6.29 |
909 | 2025-07-23T00:45:43.687Z | Downloaded p384 v0.13.0 |
910 | 2025-07-23T00:45:43.693Z | Downloaded serde_with v3.14.0 |
911 | 2025-07-23T00:45:43.705Z | Downloaded nix v0.28.0 |
912 | 2025-07-23T00:45:43.717Z | Downloaded gimli v0.31.1 |
913 | 2025-07-23T00:45:43.724Z | Downloaded diesel v2.2.11 |
914 | 2025-07-23T00:45:43.743Z | Downloaded moka v0.12.10 |
915 | 2025-07-23T00:45:43.753Z | Downloaded radix_trie v0.2.1 |
916 | 2025-07-23T00:45:43.758Z | Downloaded regress v0.10.3 |
917 | 2025-07-23T00:45:43.767Z | Downloaded regex-syntax v0.8.5 |
918 | 2025-07-23T00:45:43.775Z | Downloaded rustls v0.23.19 |
919 | 2025-07-23T00:45:43.788Z | Downloaded smoltcp v0.11.0 |
920 | 2025-07-23T00:45:43.800Z | Downloaded openapiv3 v2.2.0 |
921 | 2025-07-23T00:45:43.812Z | Downloaded sled v0.34.7 |
922 | 2025-07-23T00:45:43.823Z | Downloaded rustls v0.21.12 |
923 | 2025-07-23T00:45:43.839Z | Downloaded nix v0.29.0 |
924 | 2025-07-23T00:45:43.846Z | Downloaded typify-impl v0.2.0 |
925 | 2025-07-23T00:45:43.860Z | Downloaded nix v0.30.1 |
926 | 2025-07-23T00:45:43.871Z | Downloaded rustls v0.22.4 |
927 | 2025-07-23T00:45:43.884Z | Downloaded dropshot v0.16.2 |
928 | 2025-07-23T00:45:43.905Z | Downloaded jiff v0.2.15 |
929 | 2025-07-23T00:45:43.922Z | Downloaded regex-automata v0.4.8 |
930 | 2025-07-23T00:45:43.936Z | Downloaded zerocopy-derive v0.6.6 |
931 | 2025-07-23T00:45:43.946Z | Downloaded bstr v1.10.0 |
932 | 2025-07-23T00:45:43.956Z | Downloaded smoltcp v0.9.1 |
933 | 2025-07-23T00:45:43.966Z | Downloaded typify-impl v0.3.0 |
934 | 2025-07-23T00:45:43.979Z | Downloaded typify-impl v0.4.1 |
935 | 2025-07-23T00:45:43.992Z | Downloaded libz-sys v1.1.20 |
936 | 2025-07-23T00:45:44.011Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
937 | 2025-07-23T00:45:44.022Z | Downloaded ratatui v0.29.0 |
938 | 2025-07-23T00:45:44.040Z | Downloaded lzma-sys v0.1.20 |
939 | 2025-07-23T00:45:44.065Z | Downloaded webpki-roots v1.0.1 |
940 | 2025-07-23T00:45:44.069Z | Downloaded object v0.36.5 |
941 | 2025-07-23T00:45:44.080Z | Downloaded curve25519-dalek v4.1.3 |
942 | 2025-07-23T00:45:44.089Z | Downloaded git2 v0.19.0 |
943 | 2025-07-23T00:45:44.097Z | Downloaded sha3 v0.10.8 |
944 | 2025-07-23T00:45:44.102Z | Downloaded petgraph v0.8.2 |
945 | 2025-07-23T00:45:44.121Z | Downloaded tough v0.20.0 |
946 | 2025-07-23T00:45:44.129Z | Downloaded russh v0.45.0 |
947 | 2025-07-23T00:45:44.134Z | Downloaded object v0.30.4 |
948 | 2025-07-23T00:45:44.143Z | Downloaded futures-util v0.3.31 |
949 | 2025-07-23T00:45:44.155Z | Downloaded petgraph v0.6.5 |
950 | 2025-07-23T00:45:44.171Z | Downloaded tokio v1.45.1 |
951 | 2025-07-23T00:45:44.203Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
952 | 2025-07-23T00:45:44.219Z | Downloaded chrono-tz v0.10.4 |
953 | 2025-07-23T00:45:44.234Z | Downloaded nix v0.27.1 |
954 | 2025-07-23T00:45:44.243Z | Downloaded chrono v0.4.41 |
955 | 2025-07-23T00:45:44.250Z | Downloaded reedline v0.40.0 |
956 | 2025-07-23T00:45:44.256Z | Downloaded winnow v0.5.40 |
957 | 2025-07-23T00:45:44.265Z | Downloaded csv v1.3.1 |
958 | 2025-07-23T00:45:44.283Z | Downloaded bitvec v1.0.1 |
959 | 2025-07-23T00:45:44.296Z | Downloaded bindgen v0.71.1 |
960 | 2025-07-23T00:45:44.302Z | Downloaded bindgen v0.69.5 |
961 | 2025-07-23T00:45:44.308Z | Downloaded zip v4.2.0 |
962 | 2025-07-23T00:45:44.312Z | Downloaded quick-xml v0.37.2 |
963 | 2025-07-23T00:45:44.317Z | Downloaded lalrpop v0.19.12 |
964 | 2025-07-23T00:45:44.327Z | Downloaded russh-keys v0.45.0 |
965 | 2025-07-23T00:45:44.330Z | Downloaded unicode-normalization v0.1.24 |
966 | 2025-07-23T00:45:44.333Z | Downloaded zerocopy v0.6.6 |
967 | 2025-07-23T00:45:44.337Z | Downloaded diff v0.1.13 |
968 | 2025-07-23T00:45:44.337Z | Downloaded ed25519-dalek v2.1.1 |
969 | 2025-07-23T00:45:44.340Z | Downloaded fixedbitset v0.4.2 |
970 | 2025-07-23T00:45:44.343Z | Downloaded sct v0.7.1 |
971 | 2025-07-23T00:45:44.343Z | Downloaded typify v0.3.0 |
972 | 2025-07-23T00:45:44.347Z | Downloaded tungstenite v0.21.0 |
973 | 2025-07-23T00:45:44.350Z | Downloaded pretty_assertions v1.4.1 |
974 | 2025-07-23T00:45:44.355Z | Downloaded rustls-webpki v0.101.7 |
975 | 2025-07-23T00:45:44.365Z | Downloaded pkg-config v0.3.31 |
976 | 2025-07-23T00:45:44.370Z | Downloaded typify-macro v0.2.0 |
977 | 2025-07-23T00:45:44.370Z | Downloaded shell-words v1.1.0 |
978 | 2025-07-23T00:45:44.370Z | Downloaded darling v0.21.0 |
979 | 2025-07-23T00:45:44.373Z | Downloaded darling v0.20.10 |
980 | 2025-07-23T00:45:44.376Z | Downloaded unicode_categories v0.1.1 |
981 | 2025-07-23T00:45:44.384Z | Downloaded encoding_rs v0.8.34 |
982 | 2025-07-23T00:45:44.396Z | Downloaded unicode-segmentation v1.12.0 |
983 | 2025-07-23T00:45:44.400Z | Downloaded typed-path v0.9.3 |
984 | 2025-07-23T00:45:44.405Z | Downloaded tokio-tungstenite v0.23.1 |
985 | 2025-07-23T00:45:44.409Z | Downloaded supports-color v3.0.2 |
986 | 2025-07-23T00:45:44.410Z | Downloaded itertools v0.14.0 |
987 | 2025-07-23T00:45:44.414Z | Downloaded hyper v1.6.0 |
988 | 2025-07-23T00:45:44.420Z | Downloaded pem-rfc7468 v0.7.0 |
989 | 2025-07-23T00:45:44.424Z | Downloaded multer v3.1.0 |
990 | 2025-07-23T00:45:44.427Z | Downloaded postcard v1.0.10 |
991 | 2025-07-23T00:45:44.427Z | Downloaded num v0.4.3 |
992 | 2025-07-23T00:45:44.431Z | Downloaded ring v0.17.14 |
993 | 2025-07-23T00:45:44.465Z | Downloaded nodrop v0.1.14 |
994 | 2025-07-23T00:45:44.468Z | Downloaded mime v0.3.17 |
995 | 2025-07-23T00:45:44.469Z | Downloaded env_filter v0.1.2 |
996 | 2025-07-23T00:45:44.469Z | Downloaded num-complex v0.4.6 |
997 | 2025-07-23T00:45:44.474Z | Downloaded tower v0.5.2 |
998 | 2025-07-23T00:45:44.477Z | Downloaded ena v0.14.3 |
999 | 2025-07-23T00:45:44.481Z | Downloaded futures v0.3.31 |
1000 | 2025-07-23T00:45:44.484Z | Downloaded snafu v0.8.5 |
1001 | 2025-07-23T00:45:44.488Z | Downloaded rayon-core v1.12.1 |
1002 | 2025-07-23T00:45:44.491Z | Downloaded qorb v0.4.0 |
1003 | 2025-07-23T00:45:44.494Z | Downloaded scrypt v0.11.0 |
1004 | 2025-07-23T00:45:44.498Z | Downloaded scheduled-thread-pool v0.2.7 |
1005 | 2025-07-23T00:45:44.498Z | Downloaded pin-project v1.1.6 |
1006 | 2025-07-23T00:45:44.506Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1007 | 2025-07-23T00:45:44.554Z | Downloaded itertools v0.13.0 |
1008 | 2025-07-23T00:45:44.558Z | Downloaded iri-string v0.7.8 |
1009 | 2025-07-23T00:45:44.565Z | Downloaded rustls-native-certs v0.8.1 |
1010 | 2025-07-23T00:45:44.568Z | Downloaded progenitor v0.9.1 |
1011 | 2025-07-23T00:45:44.571Z | Downloaded difflib v0.4.0 |
1012 | 2025-07-23T00:45:44.572Z | Downloaded slog-envlogger v2.2.0 |
1013 | 2025-07-23T00:45:44.572Z | Downloaded publicsuffix v2.3.0 |
1014 | 2025-07-23T00:45:44.575Z | Downloaded termios v0.3.3 |
1015 | 2025-07-23T00:45:44.575Z | Downloaded derive-ex v0.1.8 |
1016 | 2025-07-23T00:45:44.578Z | Downloaded der_derive v0.7.3 |
1017 | 2025-07-23T00:45:44.578Z | Downloaded termtree v0.5.1 |
1018 | 2025-07-23T00:45:44.578Z | Downloaded tagptr v0.2.0 |
1019 | 2025-07-23T00:45:44.581Z | Downloaded smallvec v0.6.14 |
1020 | 2025-07-23T00:45:44.581Z | Downloaded pin-project-lite v0.2.14 |
1021 | 2025-07-23T00:45:44.585Z | Downloaded samael v0.0.19 |
1022 | 2025-07-23T00:45:44.589Z | Downloaded crossterm v0.28.1 |
1023 | 2025-07-23T00:45:44.594Z | Downloaded rand_seeder v0.3.0 |
1024 | 2025-07-23T00:45:44.597Z | Downloaded iddqd v0.3.9 |
1025 | 2025-07-23T00:45:44.600Z | Downloaded oso v0.27.3 |
1026 | 2025-07-23T00:45:44.604Z | Downloaded dirs-sys-next v0.1.2 |
1027 | 2025-07-23T00:45:44.607Z | Downloaded foreign-types v0.5.0 |
1028 | 2025-07-23T00:45:44.607Z | Downloaded rustc-demangle v0.1.24 |
1029 | 2025-07-23T00:45:44.607Z | Downloaded twox-hash v2.1.0 |
1030 | 2025-07-23T00:45:44.611Z | Downloaded tokio-rustls v0.24.1 |
1031 | 2025-07-23T00:45:44.611Z | Downloaded tls_codec_derive v0.4.1 |
1032 | 2025-07-23T00:45:44.611Z | Downloaded sqlformat v0.3.5 |
1033 | 2025-07-23T00:45:44.615Z | Downloaded libxml v0.3.3 |
1034 | 2025-07-23T00:45:44.618Z | Downloaded pin-project-internal v1.1.6 |
1035 | 2025-07-23T00:45:44.621Z | Downloaded futures-macro v0.3.31 |
1036 | 2025-07-23T00:45:44.621Z | Downloaded futures-io v0.3.31 |
1037 | 2025-07-23T00:45:44.621Z | Downloaded itertools v0.12.1 |
1038 | 2025-07-23T00:45:44.626Z | Downloaded data-encoding v2.9.0 |
1039 | 2025-07-23T00:45:44.630Z | Downloaded darling_macro v0.21.0 |
1040 | 2025-07-23T00:45:44.630Z | Downloaded hickory-proto v0.25.2 |
1041 | 2025-07-23T00:45:44.641Z | Downloaded defmt-parser v0.3.4 |
1042 | 2025-07-23T00:45:44.644Z | Downloaded daft v0.1.4 |
1043 | 2025-07-23T00:45:44.644Z | Downloaded tracing v0.1.40 |
1044 | 2025-07-23T00:45:44.647Z | Downloaded rustc-hash v2.1.1 |
1045 | 2025-07-23T00:45:44.648Z | Downloaded zone v0.3.1 |
1046 | 2025-07-23T00:45:44.651Z | Downloaded zone v0.1.8 |
1047 | 2025-07-23T00:45:44.651Z | Downloaded unicode-properties v0.1.3 |
1048 | 2025-07-23T00:45:44.651Z | Downloaded progenitor-impl v0.8.0 |
1049 | 2025-07-23T00:45:44.654Z | Downloaded predicates v3.1.3 |
1050 | 2025-07-23T00:45:44.654Z | Downloaded rcgen v0.12.1 |
1051 | 2025-07-23T00:45:44.658Z | Downloaded tls_codec v0.4.1 |
1052 | 2025-07-23T00:45:44.658Z | Downloaded ssh-cipher v0.2.0 |
1053 | 2025-07-23T00:45:44.662Z | Downloaded slog-stdlog v4.1.1 |
1054 | 2025-07-23T00:45:44.663Z | Downloaded aws-lc-rs v1.12.4 |
1055 | 2025-07-23T00:45:44.668Z | Downloaded libm v0.2.8 |
1056 | 2025-07-23T00:45:44.674Z | Downloaded semver v0.1.20 |
1057 | 2025-07-23T00:45:44.677Z | Downloaded secrecy v0.10.3 |
1058 | 2025-07-23T00:45:44.677Z | Downloaded foreign-types v0.3.2 |
1059 | 2025-07-23T00:45:44.677Z | Downloaded rustls-pemfile v1.0.4 |
1060 | 2025-07-23T00:45:44.681Z | Downloaded rustc-hash v1.1.0 |
1061 | 2025-07-23T00:45:44.681Z | Downloaded rand_core v0.9.2 |
1062 | 2025-07-23T00:45:44.681Z | Downloaded postgres-protocol v0.6.8 |
1063 | 2025-07-23T00:45:44.687Z | Downloaded slog v2.7.0 |
1064 | 2025-07-23T00:45:44.687Z | Downloaded ref-cast v1.0.24 |
1065 | 2025-07-23T00:45:44.690Z | Downloaded tokio-postgres v0.7.13 |
1066 | 2025-07-23T00:45:44.690Z | Downloaded crunchy v0.2.2 |
1067 | 2025-07-23T00:45:44.690Z | Downloaded cc v1.2.30 |
1068 | 2025-07-23T00:45:44.694Z | Downloaded xshell v0.2.7 |
1069 | 2025-07-23T00:45:44.698Z | Downloaded num_enum v0.5.11 |
1070 | 2025-07-23T00:45:44.703Z | Downloaded resolv-conf v0.7.0 |
1071 | 2025-07-23T00:45:44.704Z | Downloaded tar v0.4.44 |
1072 | 2025-07-23T00:45:44.708Z | Downloaded globwalk v0.9.1 |
1073 | 2025-07-23T00:45:44.708Z | Downloaded glob v0.3.2 |
1074 | 2025-07-23T00:45:44.708Z | Downloaded derive_more v0.99.20 |
1075 | 2025-07-23T00:45:44.712Z | Downloaded vergen v8.3.2 |
1076 | 2025-07-23T00:45:44.712Z | Downloaded typify v0.2.0 |
1077 | 2025-07-23T00:45:44.715Z | Downloaded password-hash v0.5.0 |
1078 | 2025-07-23T00:45:44.715Z | Downloaded secrecy v0.8.0 |
1079 | 2025-07-23T00:45:44.719Z | Downloaded globset v0.4.15 |
1080 | 2025-07-23T00:45:44.719Z | Downloaded fs-err v2.11.0 |
1081 | 2025-07-23T00:45:44.719Z | Downloaded tokio-macros v2.5.0 |
1082 | 2025-07-23T00:45:44.722Z | Downloaded strum_macros v0.26.4 |
1083 | 2025-07-23T00:45:44.722Z | Downloaded itertools v0.10.5 |
1084 | 2025-07-23T00:45:44.727Z | Downloaded dsl_auto_type v0.1.2 |
1085 | 2025-07-23T00:45:44.730Z | Downloaded fatfs v0.3.6 |
1086 | 2025-07-23T00:45:44.730Z | Downloaded unicode-bidi v0.3.17 |
1087 | 2025-07-23T00:45:44.733Z | Downloaded xz2 v0.1.7 |
1088 | 2025-07-23T00:45:44.733Z | Downloaded number_prefix v0.4.0 |
1089 | 2025-07-23T00:45:44.737Z | Downloaded parking_lot v0.12.3 |
1090 | 2025-07-23T00:45:44.737Z | Downloaded parking_lot v0.11.2 |
1091 | 2025-07-23T00:45:44.741Z | Downloaded derive_builder v0.20.2 |
1092 | 2025-07-23T00:45:44.744Z | Downloaded crossbeam-channel v0.5.15 |
1093 | 2025-07-23T00:45:44.747Z | Downloaded chacha20poly1305 v0.10.1 |
1094 | 2025-07-23T00:45:44.751Z | Downloaded tokio-dtrace v0.1.0 |
1095 | 2025-07-23T00:45:44.754Z | Downloaded strip-ansi-escapes v0.2.0 |
1096 | 2025-07-23T00:45:44.754Z | Downloaded parking_lot_core v0.9.10 |
1097 | 2025-07-23T00:45:44.754Z | Downloaded strum_macros v0.24.3 |
1098 | 2025-07-23T00:45:44.754Z | Downloaded stringprep v0.1.5 |
1099 | 2025-07-23T00:45:44.754Z | Downloaded ssh-encoding v0.2.0 |
1100 | 2025-07-23T00:45:44.757Z | Downloaded native-tls v0.2.12 |
1101 | 2025-07-23T00:45:44.757Z | Downloaded vte v0.11.1 |
1102 | 2025-07-23T00:45:44.762Z | Downloaded socket2 v0.5.10 |
1103 | 2025-07-23T00:45:44.762Z | Downloaded jiff-static v0.2.15 |
1104 | 2025-07-23T00:45:44.765Z | Downloaded float-cmp v0.10.0 |
1105 | 2025-07-23T00:45:44.766Z | Downloaded tokio-native-tls v0.3.1 |
1106 | 2025-07-23T00:45:44.766Z | Downloaded time-core v0.1.2 |
1107 | 2025-07-23T00:45:44.766Z | Downloaded slab v0.4.9 |
1108 | 2025-07-23T00:45:44.769Z | Downloaded siphasher v1.0.1 |
1109 | 2025-07-23T00:45:44.769Z | Downloaded signature v2.2.0 |
1110 | 2025-07-23T00:45:44.769Z | Downloaded signal-hook-tokio v0.3.1 |
1111 | 2025-07-23T00:45:44.772Z | Downloaded signal-hook-mio v0.2.4 |
1112 | 2025-07-23T00:45:44.772Z | Downloaded getrandom v0.2.15 |
1113 | 2025-07-23T00:45:44.776Z | Downloaded tokio-stream v0.1.17 |
1114 | 2025-07-23T00:45:44.780Z | Downloaded rtoolbox v0.0.2 |
1115 | 2025-07-23T00:45:44.780Z | Downloaded similar v2.7.0 |
1116 | 2025-07-23T00:45:44.783Z | Downloaded password-hash v0.4.2 |
1117 | 2025-07-23T00:45:44.790Z | Downloaded tinyvec v1.8.0 |
1118 | 2025-07-23T00:45:44.790Z | Downloaded rustls-pki-types v1.10.0 |
1119 | 2025-07-23T00:45:44.790Z | Downloaded pem v3.0.5 |
1120 | 2025-07-23T00:45:44.790Z | Downloaded peg v0.8.5 |
1121 | 2025-07-23T00:45:44.794Z | Downloaded parse-display-derive v0.10.0 |
1122 | 2025-07-23T00:45:44.797Z | Downloaded parking_lot_core v0.8.6 |
1123 | 2025-07-23T00:45:44.797Z | Downloaded ecdsa v0.16.9 |
1124 | 2025-07-23T00:45:44.800Z | Downloaded des v0.8.1 |
1125 | 2025-07-23T00:45:44.800Z | Downloaded ron v0.8.1 |
1126 | 2025-07-23T00:45:44.803Z | Downloaded paste v1.0.15 |
1127 | 2025-07-23T00:45:44.807Z | Downloaded parse-display v0.10.0 |
1128 | 2025-07-23T00:45:44.807Z | Downloaded subprocess v0.2.9 |
1129 | 2025-07-23T00:45:44.810Z | Downloaded bytes v1.10.1 |
1130 | 2025-07-23T00:45:44.815Z | Downloaded value-bag v1.9.0 |
1131 | 2025-07-23T00:45:44.818Z | Downloaded newtype-uuid v1.2.4 |
1132 | 2025-07-23T00:45:44.818Z | Downloaded strum v0.26.3 |
1133 | 2025-07-23T00:45:44.818Z | Downloaded serde_plain v1.0.2 |
1134 | 2025-07-23T00:45:44.818Z | Downloaded multimap v0.10.1 |
1135 | 2025-07-23T00:45:44.818Z | Downloaded gethostname v0.5.0 |
1136 | 2025-07-23T00:45:44.822Z | Downloaded futures-executor v0.3.31 |
1137 | 2025-07-23T00:45:44.822Z | Downloaded nanorand v0.7.0 |
1138 | 2025-07-23T00:45:44.826Z | Downloaded memoffset v0.9.1 |
1139 | 2025-07-23T00:45:44.826Z | Downloaded futures-core v0.3.31 |
1140 | 2025-07-23T00:45:44.826Z | Downloaded ff v0.13.0 |
1141 | 2025-07-23T00:45:44.826Z | Downloaded fallible-iterator v0.2.0 |
1142 | 2025-07-23T00:45:44.830Z | Downloaded tracing-attributes v0.1.27 |
1143 | 2025-07-23T00:45:44.830Z | Downloaded tokio-tungstenite v0.21.0 |
1144 | 2025-07-23T00:45:44.835Z | Downloaded serde_yaml v0.9.34+deprecated |
1145 | 2025-07-23T00:45:44.835Z | Downloaded schemars v0.8.22 |
1146 | 2025-07-23T00:45:44.843Z | Downloaded dyn-clone v1.0.19 |
1147 | 2025-07-23T00:45:44.846Z | Downloaded dunce v1.0.5 |
1148 | 2025-07-23T00:45:44.846Z | Downloaded tiny-keccak v2.0.2 |
1149 | 2025-07-23T00:45:44.849Z | Downloaded term v0.7.0 |
1150 | 2025-07-23T00:45:44.853Z | Downloaded ron v0.7.1 |
1151 | 2025-07-23T00:45:44.856Z | Downloaded spin v0.9.8 |
1152 | 2025-07-23T00:45:44.856Z | Downloaded nibble_vec v0.1.0 |
1153 | 2025-07-23T00:45:44.859Z | Downloaded vsss-rs v3.3.4 |
1154 | 2025-07-23T00:45:44.859Z | Downloaded uzers v0.12.1 |
1155 | 2025-07-23T00:45:44.862Z | Downloaded unarray v0.1.4 |
1156 | 2025-07-23T00:45:44.863Z | Downloaded typify-macro v0.4.1 |
1157 | 2025-07-23T00:45:44.863Z | Downloaded typify-macro v0.3.0 |
1158 | 2025-07-23T00:45:44.866Z | Downloaded slog-scope v4.4.0 |
1159 | 2025-07-23T00:45:44.866Z | Downloaded litrs v0.4.1 |
1160 | 2025-07-23T00:45:44.869Z | Downloaded heapless v0.7.17 |
1161 | 2025-07-23T00:45:44.872Z | Downloaded proc-macro-error2 v2.0.1 |
1162 | 2025-07-23T00:45:44.873Z | Downloaded crossbeam-utils v0.8.21 |
1163 | 2025-07-23T00:45:44.876Z | Downloaded crossbeam-epoch v0.9.18 |
1164 | 2025-07-23T00:45:44.880Z | Downloaded crc32fast v1.4.2 |
1165 | 2025-07-23T00:45:44.880Z | Downloaded cookie v0.18.1 |
1166 | 2025-07-23T00:45:44.880Z | Downloaded const-oid v0.9.6 |
1167 | 2025-07-23T00:45:44.884Z | Downloaded clang-sys v1.8.1 |
1168 | 2025-07-23T00:45:44.887Z | Downloaded structmeta v0.3.0 |
1169 | 2025-07-23T00:45:44.887Z | Downloaded serde_derive_internals v0.29.1 |
1170 | 2025-07-23T00:45:44.887Z | Downloaded libz-rs-sys v0.5.1 |
1171 | 2025-07-23T00:45:44.887Z | Downloaded jobserver v0.1.32 |
1172 | 2025-07-23T00:45:44.890Z | Downloaded ipnet v2.11.0 |
1173 | 2025-07-23T00:45:44.890Z | Downloaded indexmap v1.9.3 |
1174 | 2025-07-23T00:45:44.894Z | Downloaded bzip2 v0.5.2 |
1175 | 2025-07-23T00:45:44.897Z | Downloaded scopeguard v1.2.0 |
1176 | 2025-07-23T00:45:44.897Z | Downloaded ingot v0.1.1 |
1177 | 2025-07-23T00:45:44.897Z | Downloaded iana-time-zone v0.1.63 |
1178 | 2025-07-23T00:45:44.902Z | Downloaded schemars_derive v0.8.22 |
1179 | 2025-07-23T00:45:44.902Z | Downloaded blake2 v0.10.6 |
1180 | 2025-07-23T00:45:44.907Z | Downloaded arrayvec v0.7.6 |
1181 | 2025-07-23T00:45:44.907Z | Downloaded rand_chacha v0.9.0 |
1182 | 2025-07-23T00:45:44.907Z | Downloaded r2d2 v0.8.10 |
1183 | 2025-07-23T00:45:44.907Z | Downloaded quinn-udp v0.5.5 |
1184 | 2025-07-23T00:45:44.911Z | Downloaded quick-error v1.2.3 |
1185 | 2025-07-23T00:45:44.911Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1186 | 2025-07-23T00:45:44.911Z | Downloaded predicates-tree v1.0.12 |
1187 | 2025-07-23T00:45:44.913Z | Downloaded ppv-lite86 v0.2.20 |
1188 | 2025-07-23T00:45:44.913Z | Downloaded maybe-uninit v2.0.0 |
1189 | 2025-07-23T00:45:44.913Z | Downloaded maplit v1.0.2 |
1190 | 2025-07-23T00:45:44.917Z | Downloaded managed v0.8.0 |
1191 | 2025-07-23T00:45:44.917Z | Downloaded lzss v0.8.2 |
1192 | 2025-07-23T00:45:44.917Z | Downloaded lru-cache v0.1.2 |
1193 | 2025-07-23T00:45:44.917Z | Downloaded const_format_proc_macros v0.2.34 |
1194 | 2025-07-23T00:45:44.920Z | Downloaded console v0.16.0 |
1195 | 2025-07-23T00:45:44.920Z | Downloaded colored v2.2.0 |
1196 | 2025-07-23T00:45:44.923Z | Downloaded ascii-canvas v3.0.0 |
1197 | 2025-07-23T00:45:44.923Z | Downloaded ingot-macros v0.1.1 |
1198 | 2025-07-23T00:45:44.927Z | Downloaded crossbeam-deque v0.8.5 |
1199 | 2025-07-23T00:45:44.927Z | Downloaded cookie_store v0.21.1 |
1200 | 2025-07-23T00:45:44.930Z | Downloaded console v0.15.10 |
1201 | 2025-07-23T00:45:44.930Z | Downloaded bzip2 v0.4.4 |
1202 | 2025-07-23T00:45:44.933Z | Downloaded lru v0.12.5 |
1203 | 2025-07-23T00:45:44.934Z | Downloaded lockfree-object-pool v0.1.6 |
1204 | 2025-07-23T00:45:44.938Z | Downloaded linked-hash-map v0.5.6 |
1205 | 2025-07-23T00:45:44.938Z | Downloaded libsw v3.5.0 |
1206 | 2025-07-23T00:45:44.938Z | Downloaded libefi-sys v0.1.0 |
1207 | 2025-07-23T00:45:44.941Z | Downloaded lalrpop-util v0.19.12 |
1208 | 2025-07-23T00:45:44.941Z | Downloaded cancel-safe-futures v0.1.5 |
1209 | 2025-07-23T00:45:44.941Z | Downloaded base64 v0.22.1 |
1210 | 2025-07-23T00:45:44.945Z | Downloaded rfc6979 v0.4.0 |
1211 | 2025-07-23T00:45:44.945Z | Downloaded primeorder v0.13.6 |
1212 | 2025-07-23T00:45:44.950Z | Downloaded inout v0.1.3 |
1213 | 2025-07-23T00:45:44.950Z | Downloaded indoc v2.0.6 |
1214 | 2025-07-23T00:45:44.951Z | Downloaded hyper-tls v0.6.0 |
1215 | 2025-07-23T00:45:44.951Z | Downloaded ciborium-ll v0.2.2 |
1216 | 2025-07-23T00:45:44.951Z | Downloaded bit-vec v0.8.0 |
1217 | 2025-07-23T00:45:44.955Z | Downloaded bcs v0.1.6 |
1218 | 2025-07-23T00:45:44.955Z | Downloaded base64ct v1.6.0 |
1219 | 2025-07-23T00:45:44.958Z | Downloaded backtrace v0.3.74 |
1220 | 2025-07-23T00:45:44.962Z | Downloaded impl-trait-for-tuples v0.2.2 |
1221 | 2025-07-23T00:45:44.962Z | Downloaded arrayref v0.3.9 |
1222 | 2025-07-23T00:45:44.965Z | Downloaded lazycell v1.3.0 |
1223 | 2025-07-23T00:45:44.965Z | Downloaded ingot-types v0.1.2 |
1224 | 2025-07-23T00:45:44.965Z | Downloaded indent_write v2.2.0 |
1225 | 2025-07-23T00:45:44.969Z | Downloaded cexpr v0.6.0 |
1226 | 2025-07-23T00:45:44.969Z | Downloaded camino-tempfile-ext v0.3.2 |
1227 | 2025-07-23T00:45:44.969Z | Downloaded async-stream v0.3.6 |
1228 | 2025-07-23T00:45:44.973Z | Downloaded async-recursion v1.1.1 |
1229 | 2025-07-23T00:45:44.976Z | Downloaded assert_matches v1.5.0 |
1230 | 2025-07-23T00:45:44.976Z | Downloaded array-init v0.0.4 |
1231 | 2025-07-23T00:45:44.976Z | Downloaded hashbrown v0.13.2 |
1232 | 2025-07-23T00:45:44.979Z | Downloaded crc-catalog v2.4.0 |
1233 | 2025-07-23T00:45:44.979Z | Downloaded constant_time_eq v0.3.1 |
1234 | 2025-07-23T00:45:44.984Z | Downloaded ipnetwork v0.21.1 |
1235 | 2025-07-23T00:45:44.984Z | Downloaded instability v0.3.2 |
1236 | 2025-07-23T00:45:44.984Z | Downloaded critical-section v1.1.3 |
1237 | 2025-07-23T00:45:44.988Z | Downloaded crc v3.2.1 |
1238 | 2025-07-23T00:45:44.988Z | Downloaded convert_case v0.4.0 |
1239 | 2025-07-23T00:45:44.988Z | Downloaded cmake v0.1.51 |
1240 | 2025-07-23T00:45:44.988Z | Downloaded cobs v0.2.3 |
1241 | 2025-07-23T00:45:44.991Z | Downloaded castaway v0.2.3 |
1242 | 2025-07-23T00:45:44.991Z | Downloaded cargo_metadata v0.18.1 |
1243 | 2025-07-23T00:45:44.991Z | Downloaded cbc v0.1.2 |
1244 | 2025-07-23T00:45:44.996Z | Downloaded cargo-platform v0.1.8 |
1245 | 2025-07-23T00:45:44.996Z | Downloaded buf-list v1.0.3 |
1246 | 2025-07-23T00:45:44.999Z | Downloaded bitfield v0.14.0 |
1247 | 2025-07-23T00:45:44.999Z | Downloaded bit-set v0.8.0 |
1248 | 2025-07-23T00:45:44.999Z | Downloaded bb8 v0.8.5 |
1249 | 2025-07-23T00:45:45.000Z | Downloaded blowfish v0.9.1 |
1250 | 2025-07-23T00:45:45.004Z | Downloaded bitfield-struct v0.6.2 |
1251 | 2025-07-23T00:45:45.004Z | Downloaded bit-vec v0.6.3 |
1252 | 2025-07-23T00:45:45.004Z | Downloaded bit-set v0.5.3 |
1253 | 2025-07-23T00:45:45.004Z | Downloaded bcrypt-pbkdf v0.10.0 |
1254 | 2025-07-23T00:45:45.007Z | Downloaded cfg_aliases v0.1.1 |
1255 | 2025-07-23T00:45:45.007Z | Downloaded crc8 v0.1.1 |
1256 | 2025-07-23T00:45:45.007Z | Downloaded atomic-waker v1.1.2 |
1257 | 2025-07-23T00:45:45.007Z | Downloaded aes-gcm v0.10.3 |
1258 | 2025-07-23T00:45:45.013Z | Downloaded ahash v0.8.11 |
1259 | 2025-07-23T00:45:45.018Z | Downloaded adler2 v2.0.0 |
1260 | 2025-07-23T00:45:45.018Z | Downloaded addr2line v0.24.2 |
1261 | 2025-07-23T00:45:45.164Z | Downloaded aws-lc-sys v0.26.0 |
1262 | 2025-07-23T00:45:45.475Z | Compiling value-bag v1.9.0 |
1263 | 2025-07-23T00:45:45.475Z | Compiling shlex v1.3.0 |
1264 | 2025-07-23T00:45:45.475Z | Compiling lock_api v0.4.12 |
1265 | 2025-07-23T00:45:45.475Z | Compiling scopeguard v1.2.0 |
1266 | 2025-07-23T00:45:45.475Z | Compiling typenum v1.17.0 |
1267 | 2025-07-23T00:45:45.479Z | Compiling generic-array v0.14.7 |
1268 | 2025-07-23T00:45:45.479Z | Compiling syn v2.0.104 |
1269 | 2025-07-23T00:45:45.479Z | Compiling getrandom v0.2.15 |
1270 | 2025-07-23T00:45:45.802Z | Compiling jobserver v0.1.32 |
1271 | 2025-07-23T00:45:45.927Z | Compiling smallvec v1.15.0 |
1272 | 2025-07-23T00:45:46.040Z | Compiling log v0.4.27 |
1273 | 2025-07-23T00:45:46.108Z | Compiling rand_core v0.6.4 |
1274 | 2025-07-23T00:45:46.221Z | Compiling cc v1.2.30 |
1275 | 2025-07-23T00:45:46.390Z | Compiling portable-atomic v1.11.0 |
1276 | 2025-07-23T00:45:46.714Z | Compiling critical-section v1.1.3 |
1277 | 2025-07-23T00:45:46.746Z | Compiling subtle v2.6.1 |
1278 | 2025-07-23T00:45:46.766Z | Compiling const-oid v0.9.6 |
1279 | 2025-07-23T00:45:46.875Z | Compiling pkg-config v0.3.31 |
1280 | 2025-07-23T00:45:46.927Z | Compiling pin-project-lite v0.2.14 |
1281 | 2025-07-23T00:45:47.076Z | Compiling parking_lot_core v0.9.10 |
1282 | 2025-07-23T00:45:47.126Z | Compiling rustix v0.38.37 |
1283 | 2025-07-23T00:45:48.015Z | Compiling signal-hook-registry v1.4.2 |
1284 | 2025-07-23T00:45:48.101Z | Compiling parking_lot v0.12.3 |
1285 | 2025-07-23T00:45:48.177Z | Compiling mio v1.0.2 |
1286 | 2025-07-23T00:45:48.196Z | Compiling futures-core v0.3.31 |
1287 | 2025-07-23T00:45:48.470Z | Compiling spin v0.9.8 |
1288 | 2025-07-23T00:45:48.750Z | Compiling once_cell v1.21.3 |
1289 | 2025-07-23T00:45:48.839Z | Compiling socket2 v0.5.10 |
1290 | 2025-07-23T00:45:48.895Z | Compiling slab v0.4.9 |
1291 | 2025-07-23T00:45:48.954Z | Compiling aho-corasick v1.1.3 |
1292 | 2025-07-23T00:45:48.975Z | Compiling regex-syntax v0.8.5 |
1293 | 2025-07-23T00:45:49.189Z | Compiling libm v0.2.8 |
1294 | 2025-07-23T00:45:49.268Z | Compiling cpufeatures v0.2.14 |
1295 | 2025-07-23T00:45:49.289Z | Compiling serde_json v1.0.140 |
1296 | 2025-07-23T00:45:49.546Z | Compiling num-traits v0.2.19 |
1297 | 2025-07-23T00:45:49.598Z | Compiling either v1.15.0 |
1298 | 2025-07-23T00:45:49.705Z | Compiling percent-encoding v2.3.1 |
1299 | 2025-07-23T00:45:49.762Z | Compiling glob v0.3.2 |
1300 | 2025-07-23T00:45:49.872Z | Compiling futures-sink v0.3.31 |
1301 | 2025-07-23T00:45:50.044Z | Compiling getrandom v0.3.1 |
1302 | 2025-07-23T00:45:50.331Z | Compiling prettyplease v0.2.35 |
1303 | 2025-07-23T00:45:50.603Z | Compiling clang-sys v1.8.1 |
1304 | 2025-07-23T00:45:50.621Z | Compiling lazy_static v1.5.0 |
1305 | 2025-07-23T00:45:50.741Z | Compiling allocator-api2 v0.2.21 |
1306 | 2025-07-23T00:45:50.759Z | Compiling minimal-lexical v0.2.1 |
1307 | 2025-07-23T00:45:51.266Z | Compiling foldhash v0.1.5 |
1308 | 2025-07-23T00:45:51.349Z | Compiling nom v7.1.3 |
1309 | 2025-07-23T00:45:51.383Z | Compiling libloading v0.8.5 |
1310 | 2025-07-23T00:45:51.460Z | Compiling bindgen v0.69.5 |
1311 | 2025-07-23T00:45:51.691Z | Compiling hashbrown v0.15.4 |
1312 | 2025-07-23T00:45:51.762Z | Compiling base64ct v1.6.0 |
1313 | 2025-07-23T00:45:52.343Z | Compiling home v0.5.9 |
1314 | 2025-07-23T00:45:52.502Z | Compiling pem-rfc7468 v0.7.0 |
1315 | 2025-07-23T00:45:52.576Z | Compiling regex-automata v0.4.8 |
1316 | 2025-07-23T00:45:52.964Z | Compiling futures-channel v0.3.31 |
1317 | 2025-07-23T00:45:53.136Z | Compiling synstructure v0.13.1 |
1318 | 2025-07-23T00:45:53.352Z | Compiling itertools v0.12.1 |
1319 | 2025-07-23T00:45:54.504Z | Compiling cexpr v0.6.0 |
1320 | 2025-07-23T00:45:54.622Z | Compiling futures-task v0.3.31 |
1321 | 2025-07-23T00:45:54.893Z | Compiling flagset v0.4.6 |
1322 | 2025-07-23T00:45:54.914Z | Compiling pin-utils v0.1.0 |
1323 | 2025-07-23T00:45:55.027Z | Compiling rustc-hash v1.1.0 |
1324 | 2025-07-23T00:45:55.122Z | Compiling futures-io v0.3.31 |
1325 | 2025-07-23T00:45:55.205Z | Compiling lazycell v1.3.0 |
1326 | 2025-07-23T00:45:55.396Z | Compiling cmake v0.1.51 |
1327 | 2025-07-23T00:45:55.416Z | Compiling zerocopy v0.8.26 |
1328 | 2025-07-23T00:45:56.068Z | Compiling dunce v1.0.5 |
1329 | 2025-07-23T00:45:56.174Z | Compiling fs_extra v1.3.0 |
1330 | 2025-07-23T00:45:56.195Z | Compiling form_urlencoded v1.2.1 |
1331 | 2025-07-23T00:45:56.215Z | Compiling vcpkg v0.2.15 |
1332 | 2025-07-23T00:45:56.252Z | Compiling paste v1.0.15 |
1333 | 2025-07-23T00:45:56.313Z | Compiling ring v0.17.14 |
1334 | 2025-07-23T00:45:56.528Z | Compiling tracing-core v0.1.32 |
1335 | 2025-07-23T00:45:56.716Z | Compiling aws-lc-rs v1.12.4 |
1336 | 2025-07-23T00:45:57.160Z | Compiling iana-time-zone v0.1.63 |
1337 | 2025-07-23T00:45:57.548Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2025-07-23T00:45:57.655Z | Compiling rustls-pki-types v1.10.0 |
1339 | 2025-07-23T00:45:57.740Z | Compiling rustversion v1.0.17 |
1340 | 2025-07-23T00:45:57.881Z | Compiling regex v1.11.1 |
1341 | 2025-07-23T00:45:57.916Z | Compiling openssl-sys v0.9.109 |
1342 | 2025-07-23T00:45:58.217Z | Compiling serde_derive v1.0.219 |
1343 | 2025-07-23T00:45:58.407Z | Compiling zeroize_derive v1.4.2 |
1344 | 2025-07-23T00:45:58.529Z | Compiling zerofrom-derive v0.1.4 |
1345 | 2025-07-23T00:45:58.737Z | Compiling yoke-derive v0.7.4 |
1346 | 2025-07-23T00:45:58.893Z | Compiling zerovec-derive v0.10.3 |
1347 | 2025-07-23T00:45:59.757Z | Compiling zeroize v1.8.1 |
1348 | 2025-07-23T00:46:01.144Z | Compiling displaydoc v0.2.5 |
1349 | 2025-07-23T00:46:01.239Z | Compiling zerocopy-derive v0.7.35 |
1350 | 2025-07-23T00:46:01.466Z | Compiling crypto-common v0.1.6 |
1351 | 2025-07-23T00:46:01.697Z | Compiling block-buffer v0.10.4 |
1352 | 2025-07-23T00:46:01.894Z | Compiling zerofrom v0.1.4 |
1353 | 2025-07-23T00:46:01.981Z | Compiling digest v0.10.7 |
1354 | 2025-07-23T00:46:02.123Z | Compiling yoke v0.7.4 |
1355 | 2025-07-23T00:46:02.436Z | Compiling zerovec v0.10.4 |
1356 | 2025-07-23T00:46:02.454Z | Compiling tokio-macros v2.5.0 |
1357 | 2025-07-23T00:46:02.548Z | Compiling hmac v0.12.1 |
1358 | 2025-07-23T00:46:02.660Z | Compiling icu_provider_macros v1.5.0 |
1359 | 2025-07-23T00:46:02.747Z | Compiling block-padding v0.3.3 |
1360 | 2025-07-23T00:46:02.804Z | Compiling sha2 v0.10.9 |
1361 | 2025-07-23T00:46:03.010Z | Compiling inout v0.1.3 |
1362 | 2025-07-23T00:46:03.030Z | Compiling der_derive v0.7.3 |
1363 | 2025-07-23T00:46:03.062Z | Compiling zerocopy v0.7.35 |
1364 | 2025-07-23T00:46:03.309Z | Compiling cipher v0.4.4 |
1365 | 2025-07-23T00:46:03.705Z | Compiling futures-macro v0.3.31 |
1366 | 2025-07-23T00:46:03.820Z | Compiling thiserror-impl v1.0.69 |
1367 | 2025-07-23T00:46:03.851Z | Compiling salsa20 v0.10.2 |
1368 | 2025-07-23T00:46:04.086Z | Compiling tinystr v0.7.6 |
1369 | 2025-07-23T00:46:04.321Z | Compiling icu_collections v1.5.0 |
1370 | 2025-07-23T00:46:04.389Z | Compiling icu_locid v1.5.0 |
1371 | 2025-07-23T00:46:04.455Z | Compiling ppv-lite86 v0.2.20 |
1372 | 2025-07-23T00:46:05.147Z | Compiling serde v1.0.219 |
1373 | 2025-07-23T00:46:05.208Z | Compiling pbkdf2 v0.12.2 |
1374 | 2025-07-23T00:46:05.228Z | Compiling der v0.7.9 |
1375 | 2025-07-23T00:46:05.397Z | Compiling zerocopy-derive v0.8.26 |
1376 | 2025-07-23T00:46:05.427Z | Compiling scrypt v0.11.0 |
1377 | 2025-07-23T00:46:05.478Z | Compiling icu_provider v1.5.0 |
1378 | 2025-07-23T00:46:05.918Z | Compiling futures-util v0.3.31 |
1379 | 2025-07-23T00:46:06.150Z | Compiling aes v0.8.4 |
1380 | 2025-07-23T00:46:06.274Z | Compiling icu_locid_transform v1.5.0 |
1381 | 2025-07-23T00:46:06.421Z | Compiling cbc v0.1.2 |
1382 | 2025-07-23T00:46:06.661Z | Compiling thiserror v1.0.69 |
1383 | 2025-07-23T00:46:06.781Z | Compiling tracing-attributes v0.1.27 |
1384 | 2025-07-23T00:46:06.823Z | Compiling pest v2.7.14 |
1385 | 2025-07-23T00:46:08.165Z | Compiling icu_properties v1.5.1 |
1386 | 2025-07-23T00:46:08.468Z | Compiling spki v0.7.3 |
1387 | 2025-07-23T00:46:08.850Z | Compiling pkcs5 v0.7.1 |
1388 | 2025-07-23T00:46:08.896Z | Compiling scroll_derive v0.12.0 |
1389 | 2025-07-23T00:46:09.690Z | Compiling pkcs8 v0.10.2 |
1390 | 2025-07-23T00:46:09.872Z | Compiling pest_meta v2.7.14 |
1391 | 2025-07-23T00:46:09.974Z | Compiling tracing v0.1.40 |
1392 | 2025-07-23T00:46:10.223Z | Compiling bitflags v2.9.1 |
1393 | 2025-07-23T00:46:10.323Z | Compiling bytes v1.10.1 |
1394 | 2025-07-23T00:46:10.433Z | Compiling semver v1.0.26 |
1395 | 2025-07-23T00:46:11.069Z | Compiling indexmap v2.10.0 |
1396 | 2025-07-23T00:46:11.233Z | Compiling rustc_version v0.4.1 |
1397 | 2025-07-23T00:46:11.774Z | Compiling tokio v1.45.1 |
1398 | 2025-07-23T00:46:11.959Z | Compiling icu_normalizer v1.5.0 |
1399 | 2025-07-23T00:46:11.985Z | Compiling http v1.3.1 |
1400 | 2025-07-23T00:46:12.538Z | Compiling uuid v1.17.0 |
1401 | 2025-07-23T00:46:12.736Z | Compiling chrono v0.4.41 |
1402 | 2025-07-23T00:46:13.183Z | Compiling idna_adapter v1.2.0 |
1403 | 2025-07-23T00:46:13.424Z | Compiling idna v1.0.3 |
1404 | 2025-07-23T00:46:13.670Z | Compiling http-body v1.0.1 |
1405 | 2025-07-23T00:46:13.937Z | Compiling base64 v0.22.1 |
1406 | 2025-07-23T00:46:13.940Z | Compiling httparse v1.9.5 |
1407 | 2025-07-23T00:46:14.094Z | Compiling url v2.5.4 |
1408 | 2025-07-23T00:46:14.303Z | Compiling which v4.4.2 |
1409 | 2025-07-23T00:46:14.711Z | Compiling rand_core v0.9.2 |
1410 | 2025-07-23T00:46:14.813Z | Compiling pest_generator v2.7.14 |
1411 | 2025-07-23T00:46:14.867Z | Compiling scroll v0.12.0 |
1412 | 2025-07-23T00:46:15.167Z | Compiling tinyvec v1.8.0 |
1413 | 2025-07-23T00:46:15.217Z | Compiling serde_derive_internals v0.29.1 |
1414 | 2025-07-23T00:46:15.394Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1415 | 2025-07-23T00:46:15.793Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1416 | 2025-07-23T00:46:15.933Z | Compiling try-lock v0.2.5 |
1417 | 2025-07-23T00:46:16.099Z | Compiling openssl-probe v0.1.5 |
1418 | 2025-07-23T00:46:16.150Z | Compiling schemars v0.8.22 |
1419 | 2025-07-23T00:46:16.306Z | Compiling openssl v0.10.73 |
1420 | 2025-07-23T00:46:16.463Z | Compiling num-conv v0.1.0 |
1421 | 2025-07-23T00:46:16.542Z | Compiling tower-service v0.3.3 |
1422 | 2025-07-23T00:46:16.573Z | Compiling untrusted v0.9.0 |
1423 | 2025-07-23T00:46:16.659Z | Compiling untrusted v0.7.1 |
1424 | 2025-07-23T00:46:16.698Z | Compiling foreign-types-shared v0.1.1 |
1425 | 2025-07-23T00:46:16.749Z | Compiling powerfmt v0.2.0 |
1426 | 2025-07-23T00:46:16.770Z | Compiling adler2 v2.0.0 |
1427 | 2025-07-23T00:46:16.790Z | Compiling time-core v0.1.2 |
1428 | 2025-07-23T00:46:16.834Z | Compiling atomic-waker v1.1.2 |
1429 | 2025-07-23T00:46:16.870Z | Compiling foreign-types v0.3.2 |
1430 | 2025-07-23T00:46:16.979Z | Compiling time-macros v0.2.18 |
1431 | 2025-07-23T00:46:16.999Z | Compiling deranged v0.3.11 |
1432 | 2025-07-23T00:46:16.999Z | Compiling miniz_oxide v0.8.5 |
1433 | 2025-07-23T00:46:17.131Z | Compiling pest_derive v2.7.14 |
1434 | 2025-07-23T00:46:17.414Z | Compiling schemars_derive v0.8.22 |
1435 | 2025-07-23T00:46:17.908Z | Compiling goblin v0.8.2 |
1436 | 2025-07-23T00:46:19.568Z | Compiling want v0.3.1 |
1437 | 2025-07-23T00:46:19.751Z | Compiling tokio-util v0.7.15 |
1438 | 2025-07-23T00:46:20.172Z | Compiling rand_chacha v0.9.0 |
1439 | 2025-07-23T00:46:20.999Z | Compiling h2 v0.4.6 |
1440 | 2025-07-23T00:46:21.142Z | Compiling ipnet v2.11.0 |
1441 | 2025-07-23T00:46:22.121Z | Compiling openssl-macros v0.1.1 |
1442 | 2025-07-23T00:46:22.251Z | Compiling rustls v0.23.19 |
1443 | 2025-07-23T00:46:22.541Z | Compiling num_threads v0.1.7 |
1444 | 2025-07-23T00:46:22.701Z | Compiling syn v1.0.109 |
1445 | 2025-07-23T00:46:22.801Z | Compiling native-tls v0.2.12 |
1446 | 2025-07-23T00:46:22.982Z | Compiling dyn-clone v1.0.19 |
1447 | 2025-07-23T00:46:23.147Z | Compiling httpdate v1.0.3 |
1448 | 2025-07-23T00:46:23.224Z | Compiling crossbeam-utils v0.8.21 |
1449 | 2025-07-23T00:46:23.349Z | Compiling dof v0.3.0 |
1450 | 2025-07-23T00:46:24.511Z | Compiling time v0.3.36 |
1451 | 2025-07-23T00:46:25.070Z | Compiling rand v0.9.1 |
1452 | 2025-07-23T00:46:26.650Z | Compiling dtrace-parser v0.2.0 |
1453 | 2025-07-23T00:46:26.830Z | Compiling unicode-normalization v0.1.24 |
1454 | 2025-07-23T00:46:26.850Z | Compiling heapless v0.7.17 |
1455 | 2025-07-23T00:46:27.311Z | Compiling signature v2.2.0 |
1456 | 2025-07-23T00:46:27.556Z | Compiling cookie v0.18.1 |
1457 | 2025-07-23T00:46:27.820Z | Compiling hyper v1.6.0 |
1458 | 2025-07-23T00:46:27.883Z | Compiling crc32fast v1.4.2 |
1459 | 2025-07-23T00:46:28.218Z | Compiling slog v2.7.0 |
1460 | 2025-07-23T00:46:28.471Z | Compiling zstd-safe v7.2.3 |
1461 | 2025-07-23T00:46:28.742Z | Compiling unicode-properties v0.1.3 |
1462 | 2025-07-23T00:46:28.762Z | Compiling signal-hook v0.3.17 |
1463 | 2025-07-23T00:46:28.793Z | Compiling siphasher v0.3.11 |
1464 | 2025-07-23T00:46:29.056Z | Compiling unicode-bidi v0.3.17 |
1465 | 2025-07-23T00:46:29.151Z | Compiling zlib-rs v0.5.1 |
1466 | 2025-07-23T00:46:29.171Z | Compiling phf_shared v0.11.2 |
1467 | 2025-07-23T00:46:30.053Z | Compiling hyper-util v0.1.14 |
1468 | 2025-07-23T00:46:30.235Z | Compiling stringprep v0.1.5 |
1469 | 2025-07-23T00:46:30.457Z | Compiling usdt-impl v0.5.0 |
1470 | 2025-07-23T00:46:31.169Z | Compiling curve25519-dalek v4.1.3 |
1471 | 2025-07-23T00:46:31.796Z | Compiling serde_tokenstream v0.2.2 |
1472 | 2025-07-23T00:46:31.845Z | Compiling serde_spanned v0.6.9 |
1473 | 2025-07-23T00:46:32.087Z | Compiling toml_datetime v0.6.11 |
1474 | 2025-07-23T00:46:32.254Z | Compiling rand_chacha v0.3.1 |
1475 | 2025-07-23T00:46:32.367Z | Compiling md-5 v0.10.6 |
1476 | 2025-07-23T00:46:32.589Z | Compiling num-integer v0.1.46 |
1477 | 2025-07-23T00:46:32.617Z | Compiling sync_wrapper v1.0.1 |
1478 | 2025-07-23T00:46:32.749Z | Compiling ff v0.13.0 |
1479 | 2025-07-23T00:46:32.791Z | Compiling hash32 v0.2.1 |
1480 | 2025-07-23T00:46:32.983Z | Compiling memoffset v0.9.1 |
1481 | 2025-07-23T00:46:33.147Z | Compiling smoltcp v0.9.1 |
1482 | 2025-07-23T00:46:33.322Z | Compiling gimli v0.31.1 |
1483 | 2025-07-23T00:46:33.326Z | Compiling tower-layer v0.3.3 |
1484 | 2025-07-23T00:46:33.556Z | Compiling fallible-iterator v0.2.0 |
1485 | 2025-07-23T00:46:33.619Z | Compiling litrs v0.4.1 |
1486 | 2025-07-23T00:46:33.787Z | Compiling base16ct v0.2.0 |
1487 | 2025-07-23T00:46:34.109Z | Compiling psl-types v2.0.11 |
1488 | 2025-07-23T00:46:34.167Z | Compiling newtype-uuid v1.2.4 |
1489 | 2025-07-23T00:46:34.326Z | Compiling cfg_aliases v0.2.1 |
1490 | 2025-07-23T00:46:34.422Z | Compiling num-bigint-dig v0.8.4 |
1491 | 2025-07-23T00:46:34.445Z | Compiling nix v0.29.0 |
1492 | 2025-07-23T00:46:34.512Z | Compiling publicsuffix v2.3.0 |
1493 | 2025-07-23T00:46:34.615Z | Compiling document-features v0.2.10 |
1494 | 2025-07-23T00:46:34.765Z | Compiling postgres-protocol v0.6.8 |
1495 | 2025-07-23T00:46:34.807Z | Compiling sec1 v0.7.3 |
1496 | 2025-07-23T00:46:35.251Z | Compiling libz-rs-sys v0.5.1 |
1497 | 2025-07-23T00:46:35.382Z | Compiling tower v0.5.2 |
1498 | 2025-07-23T00:46:35.554Z | Compiling flate2 v1.1.2 |
1499 | 2025-07-23T00:46:35.846Z | Compiling num-iter v0.1.45 |
1500 | 2025-07-23T00:46:36.041Z | Compiling group v0.13.0 |
1501 | 2025-07-23T00:46:36.172Z | Compiling rand v0.8.5 |
1502 | 2025-07-23T00:46:36.923Z | Compiling tokio-native-tls v0.3.1 |
1503 | 2025-07-23T00:46:37.214Z | Compiling ipnetwork v0.21.1 |
1504 | 2025-07-23T00:46:37.233Z | Compiling strum_macros v0.27.1 |
1505 | 2025-07-23T00:46:37.377Z | Compiling rustls-native-certs v0.8.1 |
1506 | 2025-07-23T00:46:37.407Z | Compiling addr2line v0.24.2 |
1507 | 2025-07-23T00:46:37.898Z | Compiling terminal_size v0.4.0 |
1508 | 2025-07-23T00:46:37.983Z | Compiling http-body-util v0.1.3 |
1509 | 2025-07-23T00:46:38.034Z | Compiling hkdf v0.12.4 |
1510 | 2025-07-23T00:46:38.055Z | Compiling crypto-bigint v0.5.5 |
1511 | 2025-07-23T00:46:38.083Z | Compiling thiserror-impl v2.0.12 |
1512 | 2025-07-23T00:46:38.131Z | Compiling async-trait v0.1.88 |
1513 | 2025-07-23T00:46:38.315Z | Compiling curve25519-dalek-derive v0.1.1 |
1514 | 2025-07-23T00:46:38.438Z | Compiling webpki-roots v1.0.1 |
1515 | 2025-07-23T00:46:38.651Z | Compiling object v0.36.5 |
1516 | 2025-07-23T00:46:39.709Z | Compiling ahash v0.8.11 |
1517 | 2025-07-23T00:46:40.084Z | Compiling fs-err v3.1.1 |
1518 | 2025-07-23T00:46:40.429Z | Compiling iri-string v0.7.8 |
1519 | 2025-07-23T00:46:40.618Z | Compiling bitflags v1.3.2 |
1520 | 2025-07-23T00:46:40.754Z | Compiling lockfree-object-pool v0.1.6 |
1521 | 2025-07-23T00:46:41.027Z | Compiling simd-adler32 v0.3.7 |
1522 | 2025-07-23T00:46:41.204Z | Compiling managed v0.8.0 |
1523 | 2025-07-23T00:46:41.626Z | Compiling bumpalo v3.16.0 |
1524 | 2025-07-23T00:46:41.691Z | Compiling anyhow v1.0.98 |
1525 | 2025-07-23T00:46:41.986Z | Compiling buf-list v1.0.3 |
1526 | 2025-07-23T00:46:42.106Z | Compiling rustc-demangle v0.1.24 |
1527 | 2025-07-23T00:46:42.281Z | Compiling winnow v0.5.40 |
1528 | 2025-07-23T00:46:42.579Z | Compiling hubpack_derive v0.1.1 |
1529 | 2025-07-23T00:46:42.603Z | Compiling clap_builder v4.5.40 |
1530 | 2025-07-23T00:46:43.438Z | Compiling hubpack v0.1.2 |
1531 | 2025-07-23T00:46:43.467Z | Compiling tower-http v0.6.6 |
1532 | 2025-07-23T00:46:43.707Z | Compiling strum v0.27.1 |
1533 | 2025-07-23T00:46:43.875Z | Compiling zopfli v0.8.1 |
1534 | 2025-07-23T00:46:44.192Z | Compiling thiserror v2.0.12 |
1535 | 2025-07-23T00:46:44.283Z | Compiling elliptic-curve v0.13.8 |
1536 | 2025-07-23T00:46:45.074Z | Compiling backtrace v0.3.74 |
1537 | 2025-07-23T00:46:45.337Z | Compiling hyper-tls v0.6.0 |
1538 | 2025-07-23T00:46:45.598Z | Compiling toml_edit v0.19.15 |
1539 | 2025-07-23T00:46:45.619Z | Compiling oxnet v0.1.2 |
1540 | 2025-07-23T00:46:45.759Z | Compiling cookie_store v0.21.1 |
1541 | 2025-07-23T00:46:46.407Z | Compiling signal-hook-mio v0.2.4 |
1542 | 2025-07-23T00:46:46.596Z | Compiling zstd v0.13.3 |
1543 | 2025-07-23T00:46:47.196Z | Compiling postgres-types v0.2.9 |
1544 | 2025-07-23T00:46:47.661Z | Compiling usdt-attr-macro v0.5.0 |
1545 | 2025-07-23T00:46:47.883Z | Compiling usdt-macro v0.5.0 |
1546 | 2025-07-23T00:46:48.440Z | Compiling phf v0.11.2 |
1547 | 2025-07-23T00:46:48.740Z | Compiling ed25519 v2.2.3 |
1548 | 2025-07-23T00:46:49.235Z | Compiling bzip2 v0.4.4 |
1549 | 2025-07-23T00:46:49.288Z | Compiling bzip2 v0.5.2 |
1550 | 2025-07-23T00:46:49.617Z | Compiling strum_macros v0.26.4 |
1551 | 2025-07-23T00:46:49.677Z | Compiling serde-big-array v0.5.1 |
1552 | 2025-07-23T00:46:49.933Z | Compiling serde_urlencoded v0.7.1 |
1553 | 2025-07-23T00:46:50.077Z | Compiling pkcs1 v0.7.5 |
1554 | 2025-07-23T00:46:50.428Z | Compiling rfc6979 v0.4.0 |
1555 | 2025-07-23T00:46:50.500Z | Compiling clap_derive v4.5.40 |
1556 | 2025-07-23T00:46:50.636Z | Compiling daft-derive v0.1.4 |
1557 | 2025-07-23T00:46:50.941Z | Compiling serde_repr v0.1.19 |
1558 | 2025-07-23T00:46:51.857Z | Compiling enum-as-inner v0.6.1 |
1559 | 2025-07-23T00:46:52.072Z | Compiling bstr v1.10.0 |
1560 | 2025-07-23T00:46:52.146Z | Compiling float-cmp v0.10.0 |
1561 | 2025-07-23T00:46:52.225Z | Compiling encoding_rs v0.8.34 |
1562 | 2025-07-23T00:46:52.403Z | Compiling precomputed-hash v0.1.1 |
1563 | 2025-07-23T00:46:52.547Z | Compiling static_assertions v1.1.0 |
1564 | 2025-07-23T00:46:52.668Z | Compiling new_debug_unreachable v1.0.6 |
1565 | 2025-07-23T00:46:52.778Z | Compiling difflib v0.4.0 |
1566 | 2025-07-23T00:46:52.841Z | Compiling fixedbitset v0.4.2 |
1567 | 2025-07-23T00:46:53.273Z | Compiling unicode-segmentation v1.12.0 |
1568 | 2025-07-23T00:46:53.554Z | Compiling whoami v1.5.2 |
1569 | 2025-07-23T00:46:53.929Z | Compiling predicates-core v1.0.8 |
1570 | 2025-07-23T00:46:54.050Z | Compiling normalize-line-endings v0.3.0 |
1571 | 2025-07-23T00:46:54.087Z | Compiling mime v0.3.17 |
1572 | 2025-07-23T00:46:54.112Z | Compiling data-encoding v2.9.0 |
1573 | 2025-07-23T00:46:54.204Z | Compiling predicates v3.1.3 |
1574 | 2025-07-23T00:46:54.242Z | Compiling toml_edit v0.22.27 |
1575 | 2025-07-23T00:46:54.574Z | Compiling similar v2.7.0 |
1576 | 2025-07-23T00:46:54.742Z | Compiling clap v4.5.40 |
1577 | 2025-07-23T00:46:54.880Z | Compiling hickory-proto v0.25.2 |
1578 | 2025-07-23T00:46:55.645Z | Compiling strum v0.26.3 |
1579 | 2025-07-23T00:46:55.737Z | Compiling tokio-postgres v0.7.13 |
1580 | 2025-07-23T00:46:55.862Z | Compiling console v0.15.10 |
1581 | 2025-07-23T00:46:55.881Z | Compiling petgraph v0.6.5 |
1582 | 2025-07-23T00:46:56.584Z | Compiling string_cache v0.8.9 |
1583 | 2025-07-23T00:46:57.037Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1584 | 2025-07-23T00:46:57.152Z | Compiling usdt v0.5.0 |
1585 | 2025-07-23T00:46:57.628Z | Compiling daft v0.1.4 |
1586 | 2025-07-23T00:46:58.161Z | Compiling ecdsa v0.16.9 |
1587 | 2025-07-23T00:46:58.839Z | Compiling rsa v0.9.6 |
1588 | 2025-07-23T00:46:58.950Z | Compiling zip v4.2.0 |
1589 | 2025-07-23T00:46:59.501Z | Compiling zip v0.6.6 |
1590 | 2025-07-23T00:47:00.738Z | Compiling ed25519-dalek v2.1.1 |
1591 | 2025-07-23T00:47:01.025Z | Compiling toml v0.7.8 |
1592 | 2025-07-23T00:47:01.094Z | Compiling crossterm v0.28.1 |
1593 | 2025-07-23T00:47:03.012Z | Compiling crossbeam-epoch v0.9.18 |
1594 | 2025-07-23T00:47:03.485Z | Compiling tokio-stream v0.1.17 |
1595 | 2025-07-23T00:47:03.533Z | Compiling openapiv3 v2.2.0 |
1596 | 2025-07-23T00:47:03.657Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1597 | 2025-07-23T00:47:03.687Z | Compiling x509-cert v0.2.5 |
1598 | 2025-07-23T00:47:04.080Z | Compiling sha1 v0.10.6 |
1599 | 2025-07-23T00:47:04.167Z | Compiling itertools v0.10.5 |
1600 | 2025-07-23T00:47:04.391Z | Compiling itertools v0.13.0 |
1601 | 2025-07-23T00:47:04.495Z | Compiling dirs-sys-next v0.1.2 |
1602 | 2025-07-23T00:47:05.032Z | Compiling winnow v0.6.26 |
1603 | 2025-07-23T00:47:06.223Z | Compiling rustc-hash v2.1.1 |
1604 | 2025-07-23T00:47:06.279Z | Compiling lalrpop-util v0.19.12 |
1605 | 2025-07-23T00:47:06.447Z | Compiling peg-runtime v0.8.5 |
1606 | 2025-07-23T00:47:06.615Z | Compiling dirs-next v2.0.0 |
1607 | 2025-07-23T00:47:06.637Z | Compiling thread_local v1.1.8 |
1608 | 2025-07-23T00:47:06.824Z | Compiling slog-async v2.8.0 |
1609 | 2025-07-23T00:47:07.003Z | Compiling term v0.7.0 |
1610 | 2025-07-23T00:47:07.136Z | Compiling crossbeam-channel v0.5.15 |
1611 | 2025-07-23T00:47:07.240Z | Compiling xattr v1.3.1 |
1612 | 2025-07-23T00:47:07.411Z | Compiling futures-executor v0.3.31 |
1613 | 2025-07-23T00:47:07.432Z | Compiling is-terminal v0.4.13 |
1614 | 2025-07-23T00:47:07.515Z | Compiling filetime v0.2.25 |
1615 | 2025-07-23T00:47:07.579Z | Compiling take_mut v0.2.2 |
1616 | 2025-07-23T00:47:07.758Z | Compiling tar v0.4.44 |
1617 | 2025-07-23T00:47:07.829Z | Compiling futures v0.3.31 |
1618 | 2025-07-23T00:47:07.916Z | Compiling slog-term v2.9.1 |
1619 | 2025-07-23T00:47:07.954Z | Compiling camino v1.1.10 |
1620 | 2025-07-23T00:47:13.427Z | Compiling aws-lc-sys v0.26.0 |
1621 | 2025-07-23T00:47:42.635Z | Compiling rustls-webpki v0.102.8 |
1622 | 2025-07-23T00:47:46.837Z | Compiling tokio-rustls v0.26.0 |
1623 | 2025-07-23T00:47:47.077Z | Compiling hyper-rustls v0.27.7 |
1624 | 2025-07-23T00:47:47.408Z | Compiling reqwest v0.12.22 |
1625 | 2025-07-23T00:47:50.582Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1626 | 2025-07-23T00:47:50.867Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1627 | 2025-07-23T00:47:55.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1628 | 2025-07-23T00:47:55.591Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1629 | 2025-07-23T00:47:55.643Z | Jul 23 00:47:54.085 INFO Starting download, target: Clickhouse |
1630 | 2025-07-23T00:47:55.643Z | Jul 23 00:47:54.086 INFO Starting download, target: Console |
1631 | 2025-07-23T00:47:55.643Z | Jul 23 00:47:54.086 INFO Starting download, target: Cockroach |
1632 | 2025-07-23T00:47:55.643Z | Jul 23 00:47:54.086 INFO Starting download, target: DendriteStub |
1633 | 2025-07-23T00:47:55.645Z | Jul 23 00:47:54.086 INFO Starting download, target: MaghemiteMgd |
1634 | 2025-07-23T00:47:55.648Z | Jul 23 00:47:54.086 INFO Starting download, target: TransceiverControl |
1635 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.086 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1636 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.087 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1637 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.087 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1638 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.087 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1639 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.087 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1640 | 2025-07-23T00:47:55.649Z | Jul 23 00:47:54.087 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1641 | 2025-07-23T00:47:56.039Z | Jul 23 00:47:54.480 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1642 | 2025-07-23T00:47:56.262Z | Jul 23 00:47:54.698 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1643 | 2025-07-23T00:47:56.487Z | Jul 23 00:47:54.922 INFO Download complete, target: TransceiverControl |
1644 | 2025-07-23T00:47:56.717Z | Jul 23 00:47:55.156 INFO Download complete, target: Console |
1645 | 2025-07-23T00:47:56.839Z | Jul 23 00:47:55.262 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1646 | 2025-07-23T00:47:56.959Z | Jul 23 00:47:55.400 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1647 | 2025-07-23T00:47:57.352Z | Jul 23 00:47:55.793 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1648 | 2025-07-23T00:47:57.353Z | Jul 23 00:47:55.793 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1649 | 2025-07-23T00:47:57.599Z | Jul 23 00:47:56.038 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1650 | 2025-07-23T00:48:00.431Z | Jul 23 00:47:58.873 INFO Download complete, target: DendriteStub |
1651 | 2025-07-23T00:48:00.490Z | Jul 23 00:47:58.932 INFO Download complete, target: MaghemiteMgd |
1652 | 2025-07-23T00:48:03.947Z | Jul 23 00:48:02.388 INFO Checking that binary works, target: Cockroach |
1653 | 2025-07-23T00:48:04.103Z | Jul 23 00:48:02.544 INFO Download complete, target: Cockroach |
1654 | 2025-07-23T00:48:08.138Z | Jul 23 00:48:06.579 INFO Checking that binary works, target: Clickhouse |
1655 | 2025-07-23T00:48:08.308Z | Jul 23 00:48:06.748 INFO Download complete, target: Clickhouse |
1656 | 2025-07-23T00:48:08.314Z | All prerequisites installed successfully |
1657 | 2025-07-23T00:48:08.317Z | |
1658 | 2025-07-23T00:48:08.317Z | real 4:28.129232228 |
1659 | 2025-07-23T00:48:08.317Z | user 16:09.643211226 |
1660 | 2025-07-23T00:48:08.319Z | sys 2:15.240316450 |
1661 | 2025-07-23T00:48:08.319Z | trap 0.627306227 |
1662 | 2025-07-23T00:48:08.319Z | tflt 0.995019430 |
1663 | 2025-07-23T00:48:08.319Z | dflt 1.470049623 |
1664 | 2025-07-23T00:48:08.319Z | kflt 0.022866621 |
1665 | 2025-07-23T00:48:08.319Z | lock 37:26.144910390 |
1666 | 2025-07-23T00:48:08.319Z | slp 58:12.650451763 |
1667 | 2025-07-23T00:48:08.319Z | lat 1:12.880401309 |
1668 | 2025-07-23T00:48:08.319Z | stop 2:45.490281787 |
1669 | 2025-07-23T00:48:08.319Z | + ptime -m cargo xtask download softnpu |
1670 | 2025-07-23T00:48:09.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1671 | 2025-07-23T00:48:09.029Z | Running `target/debug/xtask download softnpu` |
1672 | 2025-07-23T00:48:10.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
1673 | 2025-07-23T00:48:10.099Z | Running `target/debug/xtask-downloader softnpu` |
1674 | 2025-07-23T00:48:10.144Z | Jul 23 00:48:08.584 INFO Starting download, target: Softnpu |
1675 | 2025-07-23T00:48:10.148Z | Jul 23 00:48:08.585 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1676 | 2025-07-23T00:48:10.814Z | Jul 23 00:48:09.254 INFO Download complete, target: Softnpu |
1677 | 2025-07-23T00:48:10.818Z | |
1678 | 2025-07-23T00:48:10.821Z | real 2.496719018 |
1679 | 2025-07-23T00:48:10.821Z | user 1.547520011 |
1680 | 2025-07-23T00:48:10.822Z | sys 0.640416099 |
1681 | 2025-07-23T00:48:10.822Z | trap 0.001425910 |
1682 | 2025-07-23T00:48:10.822Z | tflt 0.000211377 |
1683 | 2025-07-23T00:48:10.822Z | dflt 0.000021905 |
1684 | 2025-07-23T00:48:10.822Z | kflt 0.000000000 |
1685 | 2025-07-23T00:48:10.822Z | lock 7.233043561 |
1686 | 2025-07-23T00:48:10.822Z | slp 0.482780826 |
1687 | 2025-07-23T00:48:10.822Z | lat 0.074697775 |
1688 | 2025-07-23T00:48:10.822Z | stop 0.000192032 |
1689 | 2025-07-23T00:48:10.822Z | + export CARGO_INCREMENTAL=0 |
1690 | 2025-07-23T00:48:10.822Z | + CARGO_INCREMENTAL=0 |
1691 | 2025-07-23T00:48:10.822Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1692 | 2025-07-23T00:48:12.006Z | Compiling proc-macro2 v1.0.95 |
1693 | 2025-07-23T00:48:12.007Z | Compiling unicode-ident v1.0.18 |
1694 | 2025-07-23T00:48:12.007Z | Compiling libc v0.2.174 |
1695 | 2025-07-23T00:48:12.007Z | Compiling serde v1.0.219 |
1696 | 2025-07-23T00:48:12.010Z | Compiling autocfg v1.4.0 |
1697 | 2025-07-23T00:48:12.010Z | Compiling cfg-if v1.0.1 |
1698 | 2025-07-23T00:48:12.010Z | Compiling version_check v0.9.5 |
1699 | 2025-07-23T00:48:12.309Z | Compiling memchr v2.7.4 |
1700 | 2025-07-23T00:48:12.332Z | Compiling shlex v1.3.0 |
1701 | 2025-07-23T00:48:12.352Z | Compiling portable-atomic v1.11.0 |
1702 | 2025-07-23T00:48:12.742Z | Compiling typenum v1.17.0 |
1703 | 2025-07-23T00:48:12.798Z | Compiling value-bag v1.9.0 |
1704 | 2025-07-23T00:48:12.831Z | Compiling generic-array v0.14.7 |
1705 | 2025-07-23T00:48:13.135Z | Compiling lock_api v0.4.12 |
1706 | 2025-07-23T00:48:13.335Z | Compiling log v0.4.27 |
1707 | 2025-07-23T00:48:13.463Z | Compiling libm v0.2.8 |
1708 | 2025-07-23T00:48:13.550Z | Compiling serde_json v1.0.140 |
1709 | 2025-07-23T00:48:13.571Z | Compiling num-traits v0.2.19 |
1710 | 2025-07-23T00:48:13.811Z | Compiling getrandom v0.3.1 |
1711 | 2025-07-23T00:48:13.881Z | Compiling quote v1.0.40 |
1712 | 2025-07-23T00:48:13.906Z | Compiling parking_lot_core v0.9.10 |
1713 | 2025-07-23T00:48:14.174Z | Compiling jobserver v0.1.32 |
1714 | 2025-07-23T00:48:14.196Z | Compiling scopeguard v1.2.0 |
1715 | 2025-07-23T00:48:14.213Z | Compiling smallvec v1.15.0 |
1716 | 2025-07-23T00:48:14.294Z | Compiling syn v2.0.104 |
1717 | 2025-07-23T00:48:14.314Z | Compiling semver v1.0.26 |
1718 | 2025-07-23T00:48:14.437Z | Compiling getrandom v0.2.15 |
1719 | 2025-07-23T00:48:14.458Z | Compiling pkg-config v0.3.31 |
1720 | 2025-07-23T00:48:14.719Z | Compiling cc v1.2.30 |
1721 | 2025-07-23T00:48:14.774Z | Compiling itoa v1.0.11 |
1722 | 2025-07-23T00:48:14.795Z | Compiling aho-corasick v1.1.3 |
1723 | 2025-07-23T00:48:14.815Z | Compiling regex-syntax v0.8.5 |
1724 | 2025-07-23T00:48:14.819Z | Compiling rustix v0.38.37 |
1725 | 2025-07-23T00:48:15.793Z | Compiling either v1.15.0 |
1726 | 2025-07-23T00:48:16.246Z | Compiling critical-section v1.1.3 |
1727 | 2025-07-23T00:48:16.405Z | Compiling stable_deref_trait v1.2.0 |
1728 | 2025-07-23T00:48:16.534Z | Compiling slab v0.4.9 |
1729 | 2025-07-23T00:48:16.713Z | Compiling spin v0.9.8 |
1730 | 2025-07-23T00:48:16.888Z | Compiling errno v0.3.12 |
1731 | 2025-07-23T00:48:16.892Z | Compiling rand_core v0.6.4 |
1732 | 2025-07-23T00:48:17.052Z | Compiling once_cell v1.21.3 |
1733 | 2025-07-23T00:48:17.286Z | Compiling glob v0.3.2 |
1734 | 2025-07-23T00:48:17.641Z | Compiling allocator-api2 v0.2.21 |
1735 | 2025-07-23T00:48:17.660Z | Compiling thiserror v1.0.69 |
1736 | 2025-07-23T00:48:17.873Z | Compiling foldhash v0.1.5 |
1737 | 2025-07-23T00:48:17.999Z | Compiling clang-sys v1.8.1 |
1738 | 2025-07-23T00:48:18.175Z | Compiling subtle v2.6.1 |
1739 | 2025-07-23T00:48:18.178Z | Compiling equivalent v1.0.2 |
1740 | 2025-07-23T00:48:18.245Z | Compiling regex-automata v0.4.8 |
1741 | 2025-07-23T00:48:18.328Z | Compiling prettyplease v0.2.35 |
1742 | 2025-07-23T00:48:18.328Z | Compiling ryu v1.0.18 |
1743 | 2025-07-23T00:48:18.495Z | Compiling pin-project-lite v0.2.14 |
1744 | 2025-07-23T00:48:18.515Z | Compiling hashbrown v0.15.4 |
1745 | 2025-07-23T00:48:18.709Z | Compiling lazy_static v1.5.0 |
1746 | 2025-07-23T00:48:18.981Z | Compiling litemap v0.7.3 |
1747 | 2025-07-23T00:48:19.161Z | Compiling writeable v0.5.5 |
1748 | 2025-07-23T00:48:19.443Z | Compiling minimal-lexical v0.2.1 |
1749 | 2025-07-23T00:48:19.712Z | Compiling schemars v0.8.22 |
1750 | 2025-07-23T00:48:19.936Z | Compiling nom v7.1.3 |
1751 | 2025-07-23T00:48:20.437Z | Compiling libloading v0.8.5 |
1752 | 2025-07-23T00:48:20.510Z | Compiling zerocopy v0.8.26 |
1753 | 2025-07-23T00:48:20.606Z | Compiling bindgen v0.69.5 |
1754 | 2025-07-23T00:48:21.058Z | Compiling percent-encoding v2.3.1 |
1755 | 2025-07-23T00:48:21.090Z | Compiling home v0.5.9 |
1756 | 2025-07-23T00:48:21.175Z | Compiling synstructure v0.13.1 |
1757 | 2025-07-23T00:48:21.210Z | Compiling serde_derive_internals v0.29.1 |
1758 | 2025-07-23T00:48:22.284Z | Compiling itertools v0.12.1 |
1759 | 2025-07-23T00:48:23.082Z | Compiling cexpr v0.6.0 |
1760 | 2025-07-23T00:48:23.243Z | Compiling byteorder v1.5.0 |
1761 | 2025-07-23T00:48:23.470Z | Compiling regex v1.11.1 |
1762 | 2025-07-23T00:48:23.771Z | Compiling lazycell v1.3.0 |
1763 | 2025-07-23T00:48:23.798Z | Compiling rustc-hash v1.1.0 |
1764 | 2025-07-23T00:48:23.963Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2025-07-23T00:48:24.291Z | Compiling cmake v0.1.51 |
1766 | 2025-07-23T00:48:24.312Z | Compiling signal-hook-registry v1.4.2 |
1767 | 2025-07-23T00:48:24.492Z | Compiling paste v1.0.15 |
1768 | 2025-07-23T00:48:24.846Z | Compiling fs_extra v1.3.0 |
1769 | 2025-07-23T00:48:24.892Z | Compiling serde_derive v1.0.219 |
1770 | 2025-07-23T00:48:24.959Z | Compiling zeroize_derive v1.4.2 |
1771 | 2025-07-23T00:48:24.980Z | Compiling zerofrom-derive v0.1.4 |
1772 | 2025-07-23T00:48:25.075Z | Compiling yoke-derive v0.7.4 |
1773 | 2025-07-23T00:48:25.332Z | Compiling zerovec-derive v0.10.3 |
1774 | 2025-07-23T00:48:25.706Z | Compiling displaydoc v0.2.5 |
1775 | 2025-07-23T00:48:26.213Z | Compiling icu_provider_macros v1.5.0 |
1776 | 2025-07-23T00:48:26.855Z | Compiling tokio-macros v2.5.0 |
1777 | 2025-07-23T00:48:27.054Z | Compiling zeroize v1.8.1 |
1778 | 2025-07-23T00:48:27.283Z | Compiling zerocopy-derive v0.7.35 |
1779 | 2025-07-23T00:48:27.557Z | Compiling thiserror-impl v1.0.69 |
1780 | 2025-07-23T00:48:27.575Z | Compiling schemars_derive v0.8.22 |
1781 | 2025-07-23T00:48:27.823Z | Compiling zerofrom v0.1.4 |
1782 | 2025-07-23T00:48:28.099Z | Compiling yoke v0.7.4 |
1783 | 2025-07-23T00:48:28.487Z | Compiling zerovec v0.10.4 |
1784 | 2025-07-23T00:48:28.799Z | Compiling futures-macro v0.3.31 |
1785 | 2025-07-23T00:48:28.907Z | Compiling zerocopy-derive v0.8.26 |
1786 | 2025-07-23T00:48:30.028Z | Compiling dunce v1.0.5 |
1787 | 2025-07-23T00:48:30.049Z | Compiling icu_properties_data v1.5.0 |
1788 | 2025-07-23T00:48:30.069Z | Compiling fnv v1.0.7 |
1789 | 2025-07-23T00:48:30.218Z | Compiling parking_lot v0.12.3 |
1790 | 2025-07-23T00:48:30.252Z | Compiling mio v1.0.2 |
1791 | 2025-07-23T00:48:30.329Z | Compiling heck v0.5.0 |
1792 | 2025-07-23T00:48:30.441Z | Compiling tinystr v0.7.6 |
1793 | 2025-07-23T00:48:30.733Z | Compiling icu_collections v1.5.0 |
1794 | 2025-07-23T00:48:30.867Z | Compiling icu_locid v1.5.0 |
1795 | 2025-07-23T00:48:31.771Z | Compiling write16 v1.0.0 |
1796 | 2025-07-23T00:48:31.818Z | Compiling utf16_iter v1.0.5 |
1797 | 2025-07-23T00:48:31.937Z | Compiling icu_normalizer_data v1.5.0 |
1798 | 2025-07-23T00:48:31.974Z | Compiling utf8_iter v1.0.4 |
1799 | 2025-07-23T00:48:32.087Z | Compiling crypto-common v0.1.6 |
1800 | 2025-07-23T00:48:32.148Z | Compiling icu_provider v1.5.0 |
1801 | 2025-07-23T00:48:32.753Z | Compiling socket2 v0.5.10 |
1802 | 2025-07-23T00:48:33.060Z | Compiling icu_locid_transform v1.5.0 |
1803 | 2025-07-23T00:48:33.367Z | Compiling const-oid v0.9.6 |
1804 | 2025-07-23T00:48:34.276Z | Compiling form_urlencoded v1.2.1 |
1805 | 2025-07-23T00:48:34.484Z | Compiling icu_properties v1.5.1 |
1806 | 2025-07-23T00:48:34.818Z | Compiling ring v0.17.14 |
1807 | 2025-07-23T00:48:36.081Z | Compiling tracing-attributes v0.1.27 |
1808 | 2025-07-23T00:48:36.595Z | Compiling bitflags v2.9.1 |
1809 | 2025-07-23T00:48:36.634Z | Compiling bytes v1.10.1 |
1810 | 2025-07-23T00:48:38.517Z | Compiling icu_normalizer v1.5.0 |
1811 | 2025-07-23T00:48:38.837Z | Compiling tokio v1.45.1 |
1812 | 2025-07-23T00:48:38.909Z | Compiling indexmap v2.10.0 |
1813 | 2025-07-23T00:48:39.156Z | Compiling der_derive v0.7.3 |
1814 | 2025-07-23T00:48:40.318Z | Compiling idna_adapter v1.2.0 |
1815 | 2025-07-23T00:48:40.554Z | Compiling idna v1.0.3 |
1816 | 2025-07-23T00:48:40.858Z | Compiling which v4.4.2 |
1817 | 2025-07-23T00:48:41.324Z | Compiling vcpkg v0.2.15 |
1818 | 2025-07-23T00:48:41.469Z | Compiling aws-lc-rs v1.12.4 |
1819 | 2025-07-23T00:48:42.649Z | Compiling openssl-sys v0.9.109 |
1820 | 2025-07-23T00:48:43.531Z | Compiling url v2.5.4 |
1821 | 2025-07-23T00:48:43.972Z | Compiling block-buffer v0.10.4 |
1822 | 2025-07-23T00:48:44.107Z | Compiling futures-core v0.3.31 |
1823 | 2025-07-23T00:48:44.230Z | Compiling thiserror v2.0.12 |
1824 | 2025-07-23T00:48:44.783Z | Compiling digest v0.10.7 |
1825 | 2025-07-23T00:48:45.573Z | Compiling zerocopy v0.7.35 |
1826 | 2025-07-23T00:48:45.604Z | Compiling thiserror-impl v2.0.12 |
1827 | 2025-07-23T00:48:45.811Z | Compiling httparse v1.9.5 |
1828 | 2025-07-23T00:48:47.477Z | Compiling uuid v1.17.0 |
1829 | 2025-07-23T00:48:48.055Z | Compiling iana-time-zone v0.1.63 |
1830 | 2025-07-23T00:48:48.245Z | Compiling syn v1.0.109 |
1831 | 2025-07-23T00:48:48.804Z | Compiling chrono v0.4.41 |
1832 | 2025-07-23T00:48:49.161Z | Compiling time-core v0.1.2 |
1833 | 2025-07-23T00:48:49.366Z | Compiling futures-sink v0.3.31 |
1834 | 2025-07-23T00:48:49.554Z | Compiling num-conv v0.1.0 |
1835 | 2025-07-23T00:48:50.164Z | Compiling time-macros v0.2.18 |
1836 | 2025-07-23T00:48:51.301Z | Compiling cpufeatures v0.2.14 |
1837 | 2025-07-23T00:48:51.424Z | Compiling openssl v0.10.73 |
1838 | 2025-07-23T00:48:52.118Z | Compiling strsim v0.11.1 |
1839 | 2025-07-23T00:48:52.316Z | Compiling aws-lc-sys v0.26.0 |
1840 | 2025-07-23T00:48:52.836Z | Compiling hmac v0.12.1 |
1841 | 2025-07-23T00:48:52.928Z | Compiling rustc_version v0.4.1 |
1842 | 2025-07-23T00:48:53.086Z | Compiling serde_tokenstream v0.2.2 |
1843 | 2025-07-23T00:48:53.621Z | Compiling block-padding v0.3.3 |
1844 | 2025-07-23T00:48:53.653Z | Compiling openssl-macros v0.1.1 |
1845 | 2025-07-23T00:48:53.874Z | Compiling scroll_derive v0.12.0 |
1846 | 2025-07-23T00:48:54.745Z | Compiling ucd-trie v0.1.7 |
1847 | 2025-07-23T00:48:54.806Z | Compiling rustls v0.23.19 |
1848 | 2025-07-23T00:48:55.142Z | Compiling dyn-clone v1.0.19 |
1849 | 2025-07-23T00:48:55.165Z | Compiling crossbeam-utils v0.8.21 |
1850 | 2025-07-23T00:48:55.187Z | Compiling native-tls v0.2.12 |
1851 | 2025-07-23T00:48:55.312Z | Compiling pest v2.7.14 |
1852 | 2025-07-23T00:48:55.720Z | Compiling inout v0.1.3 |
1853 | 2025-07-23T00:48:55.741Z | Compiling futures-channel v0.3.31 |
1854 | 2025-07-23T00:48:56.209Z | Compiling futures-task v0.3.31 |
1855 | 2025-07-23T00:48:56.600Z | Compiling pin-utils v0.1.0 |
1856 | 2025-07-23T00:48:56.720Z | Compiling futures-io v0.3.31 |
1857 | 2025-07-23T00:48:57.080Z | Compiling futures-util v0.3.31 |
1858 | 2025-07-23T00:48:58.132Z | Compiling pest_meta v2.7.14 |
1859 | 2025-07-23T00:48:59.649Z | Compiling cipher v0.4.4 |
1860 | 2025-07-23T00:49:00.782Z | Compiling sha2 v0.10.9 |
1861 | 2025-07-23T00:49:01.078Z | Compiling http v1.3.1 |
1862 | 2025-07-23T00:49:01.490Z | Compiling cookie v0.18.1 |
1863 | 2025-07-23T00:49:01.595Z | Compiling base64ct v1.6.0 |
1864 | 2025-07-23T00:49:01.830Z | Compiling rustversion v1.0.17 |
1865 | 2025-07-23T00:49:02.149Z | Compiling pem-rfc7468 v0.7.0 |
1866 | 2025-07-23T00:49:02.499Z | Compiling pest_generator v2.7.14 |
1867 | 2025-07-23T00:49:02.946Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1868 | 2025-07-23T00:49:03.228Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1869 | 2025-07-23T00:49:03.656Z | Compiling anyhow v1.0.98 |
1870 | 2025-07-23T00:49:03.728Z | Compiling flagset v0.4.6 |
1871 | 2025-07-23T00:49:03.955Z | Compiling slog v2.7.0 |
1872 | 2025-07-23T00:49:03.991Z | Compiling pest_derive v2.7.14 |
1873 | 2025-07-23T00:49:04.191Z | Compiling der v0.7.9 |
1874 | 2025-07-23T00:49:04.735Z | Compiling serde_spanned v0.6.9 |
1875 | 2025-07-23T00:49:04.956Z | Compiling toml_datetime v0.6.11 |
1876 | 2025-07-23T00:49:05.259Z | Compiling tracing-core v0.1.32 |
1877 | 2025-07-23T00:49:05.469Z | Compiling usdt-impl v0.5.0 |
1878 | 2025-07-23T00:49:05.491Z | Compiling rustls-pki-types v1.10.0 |
1879 | 2025-07-23T00:49:06.020Z | Compiling tracing v0.1.40 |
1880 | 2025-07-23T00:49:06.150Z | Compiling spki v0.7.3 |
1881 | 2025-07-23T00:49:06.531Z | Compiling salsa20 v0.10.2 |
1882 | 2025-07-23T00:49:06.802Z | Compiling scroll v0.12.0 |
1883 | 2025-07-23T00:49:06.824Z | Compiling pbkdf2 v0.12.2 |
1884 | 2025-07-23T00:49:06.841Z | Compiling ppv-lite86 v0.2.20 |
1885 | 2025-07-23T00:49:07.325Z | Compiling litrs v0.4.1 |
1886 | 2025-07-23T00:49:07.356Z | Compiling winnow v0.5.40 |
1887 | 2025-07-23T00:49:07.534Z | Compiling plain v0.2.3 |
1888 | 2025-07-23T00:49:07.741Z | Compiling goblin v0.8.2 |
1889 | 2025-07-23T00:49:08.021Z | Compiling scrypt v0.11.0 |
1890 | 2025-07-23T00:49:08.240Z | Compiling document-features v0.2.10 |
1891 | 2025-07-23T00:49:08.468Z | Compiling cbc v0.1.2 |
1892 | 2025-07-23T00:49:08.696Z | Compiling aes v0.8.4 |
1893 | 2025-07-23T00:49:10.652Z | Compiling toml_edit v0.19.15 |
1894 | 2025-07-23T00:49:11.066Z | Compiling tokio-util v0.7.15 |
1895 | 2025-07-23T00:49:12.482Z | Compiling untrusted v0.7.1 |
1896 | 2025-07-23T00:49:12.705Z | Compiling newtype-uuid v1.2.4 |
1897 | 2025-07-23T00:49:12.923Z | Compiling pretty-hex v0.4.1 |
1898 | 2025-07-23T00:49:13.032Z | Compiling adler2 v2.0.0 |
1899 | 2025-07-23T00:49:13.036Z | Compiling powerfmt v0.2.0 |
1900 | 2025-07-23T00:49:13.142Z | Compiling untrusted v0.9.0 |
1901 | 2025-07-23T00:49:13.306Z | Compiling miniz_oxide v0.8.5 |
1902 | 2025-07-23T00:49:13.367Z | Compiling deranged v0.3.11 |
1903 | 2025-07-23T00:49:13.505Z | Compiling dof v0.3.0 |
1904 | 2025-07-23T00:49:15.002Z | Compiling pkcs5 v0.7.1 |
1905 | 2025-07-23T00:49:15.456Z | Compiling dtrace-parser v0.2.0 |
1906 | 2025-07-23T00:49:15.586Z | Compiling http-body v1.0.1 |
1907 | 2025-07-23T00:49:15.854Z | Compiling heapless v0.7.17 |
1908 | 2025-07-23T00:49:16.511Z | Compiling thread-id v4.2.2 |
1909 | 2025-07-23T00:49:16.859Z | Compiling zstd-safe v7.2.3 |
1910 | 2025-07-23T00:49:16.885Z | Compiling num_threads v0.1.7 |
1911 | 2025-07-23T00:49:17.010Z | Compiling atomic-waker v1.1.2 |
1912 | 2025-07-23T00:49:17.220Z | Compiling base64 v0.22.1 |
1913 | 2025-07-23T00:49:17.224Z | Compiling signal-hook v0.3.17 |
1914 | 2025-07-23T00:49:17.331Z | Compiling time v0.3.36 |
1915 | 2025-07-23T00:49:19.200Z | Compiling pkcs8 v0.10.2 |
1916 | 2025-07-23T00:49:19.778Z | Compiling ident_case v1.0.1 |
1917 | 2025-07-23T00:49:19.824Z | Compiling tinyvec_macros v0.1.1 |
1918 | 2025-07-23T00:49:19.938Z | Compiling try-lock v0.2.5 |
1919 | 2025-07-23T00:49:19.973Z | Compiling tower-service v0.3.3 |
1920 | 2025-07-23T00:49:20.731Z | Compiling want v0.3.1 |
1921 | 2025-07-23T00:49:20.913Z | Compiling tinyvec v1.8.0 |
1922 | 2025-07-23T00:49:22.311Z | Compiling h2 v0.4.6 |
1923 | 2025-07-23T00:49:23.672Z | Compiling rand_core v0.9.2 |
1924 | 2025-07-23T00:49:24.010Z | Compiling curve25519-dalek v4.1.3 |
1925 | 2025-07-23T00:49:24.510Z | Compiling ipnet v2.11.0 |
1926 | 2025-07-23T00:49:24.830Z | Compiling async-trait v0.1.88 |
1927 | 2025-07-23T00:49:26.833Z | Compiling memoffset v0.9.1 |
1928 | 2025-07-23T00:49:26.937Z | Compiling num-bigint-dig v0.8.4 |
1929 | 2025-07-23T00:49:27.166Z | Compiling gimli v0.31.1 |
1930 | 2025-07-23T00:49:27.323Z | Compiling smoltcp v0.9.1 |
1931 | 2025-07-23T00:49:27.894Z | Compiling foreign-types-shared v0.1.1 |
1932 | 2025-07-23T00:49:28.035Z | Compiling openssl-probe v0.1.5 |
1933 | 2025-07-23T00:49:28.319Z | Compiling httpdate v1.0.3 |
1934 | 2025-07-23T00:49:29.039Z | Compiling foreign-types v0.3.2 |
1935 | 2025-07-23T00:49:30.715Z | Compiling hyper v1.6.0 |
1936 | 2025-07-23T00:49:32.594Z | Compiling addr2line v0.24.2 |
1937 | 2025-07-23T00:49:34.121Z | Compiling rand_chacha v0.9.0 |
1938 | 2025-07-23T00:49:35.534Z | Compiling usdt-macro v0.5.0 |
1939 | 2025-07-23T00:49:36.854Z | Compiling usdt-attr-macro v0.5.0 |
1940 | 2025-07-23T00:49:39.488Z | Compiling strum_macros v0.26.4 |
1941 | 2025-07-23T00:49:41.180Z | Compiling ipnetwork v0.21.1 |
1942 | 2025-07-23T00:49:42.249Z | Compiling daft-derive v0.1.4 |
1943 | 2025-07-23T00:49:43.294Z | Compiling object v0.36.5 |
1944 | 2025-07-23T00:49:43.623Z | Compiling cfg_aliases v0.2.1 |
1945 | 2025-07-23T00:49:43.734Z | Compiling rustc-demangle v0.1.24 |
1946 | 2025-07-23T00:49:44.650Z | Compiling nix v0.29.0 |
1947 | 2025-07-23T00:49:48.591Z | Compiling rand v0.9.1 |
1948 | 2025-07-23T00:49:49.769Z | Compiling hyper-util v0.1.14 |
1949 | 2025-07-23T00:49:51.532Z | Compiling backtrace v0.3.74 |
1950 | 2025-07-23T00:49:52.468Z | Compiling unicode-normalization v0.1.24 |
1951 | 2025-07-23T00:49:53.782Z | Compiling strum_macros v0.27.1 |
1952 | 2025-07-23T00:49:55.927Z | Compiling hubpack_derive v0.1.1 |
1953 | 2025-07-23T00:49:56.317Z | Compiling signature v2.2.0 |
1954 | 2025-07-23T00:49:56.565Z | Compiling openapiv3 v2.2.0 |
1955 | 2025-07-23T00:49:56.765Z | Compiling curve25519-dalek-derive v0.1.1 |
1956 | 2025-07-23T00:49:58.176Z | Compiling fs-err v3.1.1 |
1957 | 2025-07-23T00:49:58.530Z | Compiling ahash v0.8.11 |
1958 | 2025-07-23T00:49:58.891Z | Compiling crc32fast v1.4.2 |
1959 | 2025-07-23T00:49:59.371Z | Compiling siphasher v0.3.11 |
1960 | 2025-07-23T00:49:59.760Z | Compiling unicode-properties v0.1.3 |
1961 | 2025-07-23T00:50:00.182Z | Compiling unicode-bidi v0.3.17 |
1962 | 2025-07-23T00:50:00.362Z | Compiling anstyle v1.0.11 |
1963 | 2025-07-23T00:50:00.538Z | Compiling zlib-rs v0.5.1 |
1964 | 2025-07-23T00:50:00.779Z | Compiling buf-list v1.0.3 |
1965 | 2025-07-23T00:50:01.261Z | Compiling utf8parse v0.2.2 |
1966 | 2025-07-23T00:50:01.312Z | Compiling stringprep v0.1.5 |
1967 | 2025-07-23T00:50:01.425Z | Compiling anstyle-parse v0.2.5 |
1968 | 2025-07-23T00:50:01.813Z | Compiling phf_shared v0.11.2 |
1969 | 2025-07-23T00:50:05.378Z | Compiling libz-rs-sys v0.5.1 |
1970 | 2025-07-23T00:50:09.626Z | Compiling http-body-util v0.1.3 |
1971 | 2025-07-23T00:50:10.165Z | Compiling rand_chacha v0.3.1 |
1972 | 2025-07-23T00:50:10.446Z | Compiling sync_wrapper v1.0.1 |
1973 | 2025-07-23T00:50:10.625Z | Compiling md-5 v0.10.6 |
1974 | 2025-07-23T00:50:10.886Z | Compiling num-integer v0.1.46 |
1975 | 2025-07-23T00:50:11.436Z | Compiling hash32 v0.2.1 |
1976 | 2025-07-23T00:50:11.533Z | Compiling ff v0.13.0 |
1977 | 2025-07-23T00:50:11.782Z | Compiling encoding_rs v0.8.34 |
1978 | 2025-07-23T00:50:11.802Z | Compiling psl-types v2.0.11 |
1979 | 2025-07-23T00:50:11.819Z | Compiling mime v0.3.17 |
1980 | 2025-07-23T00:50:12.014Z | Compiling colorchoice v1.0.2 |
1981 | 2025-07-23T00:50:12.201Z | Compiling is_terminal_polyfill v1.70.1 |
1982 | 2025-07-23T00:50:12.346Z | Compiling tower-layer v0.3.3 |
1983 | 2025-07-23T00:50:12.645Z | Compiling fallible-iterator v0.2.0 |
1984 | 2025-07-23T00:50:12.705Z | Compiling anstyle-query v1.1.1 |
1985 | 2025-07-23T00:50:12.793Z | Compiling base16ct v0.2.0 |
1986 | 2025-07-23T00:50:13.284Z | Compiling postgres-protocol v0.6.8 |
1987 | 2025-07-23T00:50:13.477Z | Compiling tower v0.5.2 |
1988 | 2025-07-23T00:50:14.345Z | Compiling sec1 v0.7.3 |
1989 | 2025-07-23T00:50:14.380Z | Compiling anstream v0.6.18 |
1990 | 2025-07-23T00:50:14.880Z | Compiling publicsuffix v2.3.0 |
1991 | 2025-07-23T00:50:15.526Z | Compiling group v0.13.0 |
1992 | 2025-07-23T00:50:15.847Z | Compiling num-iter v0.1.45 |
1993 | 2025-07-23T00:50:16.052Z | Compiling rand v0.8.5 |
1994 | 2025-07-23T00:50:18.737Z | Compiling tokio-native-tls v0.3.1 |
1995 | 2025-07-23T00:50:19.231Z | Compiling flate2 v1.1.2 |
1996 | 2025-07-23T00:50:20.085Z | Compiling rustls-native-certs v0.8.1 |
1997 | 2025-07-23T00:50:20.841Z | Compiling rustls-webpki v0.102.8 |
1998 | 2025-07-23T00:50:21.518Z | Compiling webpki-roots v1.0.1 |
1999 | 2025-07-23T00:50:22.391Z | Compiling hkdf v0.12.4 |
2000 | 2025-07-23T00:50:22.394Z | Compiling terminal_size v0.4.0 |
2001 | 2025-07-23T00:50:22.636Z | Compiling serde_urlencoded v0.7.1 |
2002 | 2025-07-23T00:50:22.688Z | Compiling clap_derive v4.5.40 |
2003 | 2025-07-23T00:50:22.713Z | Compiling enum-as-inner v0.6.1 |
2004 | 2025-07-23T00:50:22.762Z | Compiling crypto-bigint v0.5.5 |
2005 | 2025-07-23T00:50:23.182Z | Compiling serde_repr v0.1.19 |
2006 | 2025-07-23T00:50:24.211Z | Compiling bumpalo v3.16.0 |
2007 | 2025-07-23T00:50:25.411Z | Compiling bitflags v1.3.2 |
2008 | 2025-07-23T00:50:25.431Z | Compiling managed v0.8.0 |
2009 | 2025-07-23T00:50:25.863Z | Compiling iri-string v0.7.8 |
2010 | 2025-07-23T00:50:25.987Z | Compiling lockfree-object-pool v0.1.6 |
2011 | 2025-07-23T00:50:26.114Z | Compiling clap_lex v0.7.4 |
2012 | 2025-07-23T00:50:26.684Z | Compiling simd-adler32 v0.3.7 |
2013 | 2025-07-23T00:50:27.316Z | Compiling zopfli v0.8.1 |
2014 | 2025-07-23T00:50:28.622Z | Compiling tokio-rustls v0.26.0 |
2015 | 2025-07-23T00:50:29.081Z | Compiling hyper-rustls v0.27.7 |
2016 | 2025-07-23T00:50:29.677Z | Compiling tower-http v0.6.6 |
2017 | 2025-07-23T00:50:31.459Z | Compiling clap_builder v4.5.40 |
2018 | 2025-07-23T00:50:32.624Z | Compiling elliptic-curve v0.13.8 |
2019 | 2025-07-23T00:50:32.646Z | Compiling oxnet v0.1.2 |
2020 | 2025-07-23T00:50:33.308Z | Compiling hyper-tls v0.6.0 |
2021 | 2025-07-23T00:50:34.433Z | Compiling zstd v0.13.3 |
2022 | 2025-07-23T00:50:34.942Z | Compiling signal-hook-mio v0.2.4 |
2023 | 2025-07-23T00:50:35.128Z | Compiling cookie_store v0.21.1 |
2024 | 2025-07-23T00:50:35.918Z | Compiling postgres-types v0.2.9 |
2025 | 2025-07-23T00:50:36.341Z | Compiling phf v0.11.2 |
2026 | 2025-07-23T00:50:36.633Z | Compiling strum v0.27.1 |
2027 | 2025-07-23T00:50:36.688Z | Compiling hubpack v0.1.2 |
2028 | 2025-07-23T00:50:36.837Z | Compiling ed25519 v2.2.3 |
2029 | 2025-07-23T00:50:37.000Z | Compiling bzip2 v0.4.4 |
2030 | 2025-07-23T00:50:37.101Z | Compiling bzip2 v0.5.2 |
2031 | 2025-07-23T00:50:37.262Z | Compiling crossbeam-epoch v0.9.18 |
2032 | 2025-07-23T00:50:37.369Z | Compiling pkcs1 v0.7.5 |
2033 | 2025-07-23T00:50:38.373Z | Compiling rfc6979 v0.4.0 |
2034 | 2025-07-23T00:50:38.703Z | Compiling float-cmp v0.10.0 |
2035 | 2025-07-23T00:50:38.952Z | Compiling serde-big-array v0.5.1 |
2036 | 2025-07-23T00:50:39.099Z | Compiling bstr v1.10.0 |
2037 | 2025-07-23T00:50:39.143Z | Compiling regress v0.10.3 |
2038 | 2025-07-23T00:50:39.183Z | Compiling memmap v0.7.0 |
2039 | 2025-07-23T00:50:39.466Z | Compiling normalize-line-endings v0.3.0 |
2040 | 2025-07-23T00:50:39.633Z | Compiling predicates-core v1.0.8 |
2041 | 2025-07-23T00:50:39.833Z | Compiling unicode-width v0.2.0 |
2042 | 2025-07-23T00:50:39.937Z | Compiling unicode-segmentation v1.12.0 |
2043 | 2025-07-23T00:50:40.363Z | Compiling difflib v0.4.0 |
2044 | 2025-07-23T00:50:40.384Z | Compiling toml_write v0.1.2 |
2045 | 2025-07-23T00:50:40.753Z | Compiling fixedbitset v0.4.2 |
2046 | 2025-07-23T00:50:40.773Z | Compiling data-encoding v2.9.0 |
2047 | 2025-07-23T00:50:40.808Z | Compiling new_debug_unreachable v1.0.6 |
2048 | 2025-07-23T00:50:40.926Z | Compiling precomputed-hash v0.1.1 |
2049 | 2025-07-23T00:50:41.077Z | Compiling whoami v1.5.2 |
2050 | 2025-07-23T00:50:41.143Z | Compiling winnow v0.7.10 |
2051 | 2025-07-23T00:50:41.810Z | Compiling static_assertions v1.1.0 |
2052 | 2025-07-23T00:50:41.925Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2053 | 2025-07-23T00:50:42.059Z | Compiling reqwest v0.12.22 |
2054 | 2025-07-23T00:50:42.156Z | Compiling hickory-proto v0.25.2 |
2055 | 2025-07-23T00:50:43.421Z | Compiling typify-impl v0.3.0 |
2056 | 2025-07-23T00:50:44.561Z | Compiling toml_edit v0.22.27 |
2057 | 2025-07-23T00:50:47.687Z | Compiling tokio-postgres v0.7.13 |
2058 | 2025-07-23T00:50:48.606Z | Compiling string_cache v0.8.9 |
2059 | 2025-07-23T00:50:49.014Z | Compiling petgraph v0.6.5 |
2060 | 2025-07-23T00:50:50.489Z | Compiling predicates v3.1.3 |
2061 | 2025-07-23T00:50:50.548Z | Compiling similar v2.7.0 |
2062 | 2025-07-23T00:50:52.227Z | Compiling console v0.15.10 |
2063 | 2025-07-23T00:50:52.515Z | Compiling usdt v0.5.0 |
2064 | 2025-07-23T00:50:52.610Z | Compiling ecdsa v0.16.9 |
2065 | 2025-07-23T00:50:53.397Z | Compiling rsa v0.9.6 |
2066 | 2025-07-23T00:50:53.418Z | Compiling zip v4.2.0 |
2067 | 2025-07-23T00:50:53.687Z | Compiling zip v0.6.6 |
2068 | 2025-07-23T00:50:54.187Z | Compiling ed25519-dalek v2.1.1 |
2069 | 2025-07-23T00:50:54.914Z | Compiling crossterm v0.28.1 |
2070 | 2025-07-23T00:50:55.252Z | Compiling clap v4.5.40 |
2071 | 2025-07-23T00:50:55.359Z | Compiling daft v0.1.4 |
2072 | 2025-07-23T00:50:55.643Z | Compiling strum v0.26.3 |
2073 | 2025-07-23T00:50:55.853Z | Compiling darling_core v0.21.0 |
2074 | 2025-07-23T00:50:55.880Z | Compiling tokio-stream v0.1.17 |
2075 | 2025-07-23T00:50:55.913Z | Compiling toml v0.7.8 |
2076 | 2025-07-23T00:50:56.117Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2077 | 2025-07-23T00:50:56.535Z | Compiling x509-cert v0.2.5 |
2078 | 2025-07-23T00:50:57.711Z | Compiling sha1 v0.10.6 |
2079 | 2025-07-23T00:50:57.881Z | Compiling itertools v0.10.5 |
2080 | 2025-07-23T00:50:58.094Z | Compiling itertools v0.13.0 |
2081 | 2025-07-23T00:51:00.348Z | Compiling winnow v0.6.26 |
2082 | 2025-07-23T00:51:01.038Z | Compiling peg-runtime v0.8.5 |
2083 | 2025-07-23T00:51:01.410Z | Compiling rustix v1.0.7 |
2084 | 2025-07-23T00:51:01.536Z | Compiling rustc-hash v2.1.1 |
2085 | 2025-07-23T00:51:01.739Z | Compiling unicode-xid v0.2.6 |
2086 | 2025-07-23T00:51:01.942Z | Compiling lalrpop-util v0.19.12 |
2087 | 2025-07-23T00:51:02.924Z | Compiling darling_macro v0.21.0 |
2088 | 2025-07-23T00:51:03.445Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2089 | 2025-07-23T00:51:03.777Z | Compiling typify-macro v0.3.0 |
2090 | 2025-07-23T00:51:10.721Z | Compiling camino v1.1.10 |
2091 | 2025-07-23T00:51:11.382Z | Compiling rayon-core v1.12.1 |
2092 | 2025-07-23T00:51:13.128Z | Compiling darling v0.21.0 |
2093 | 2025-07-23T00:51:13.562Z | Compiling proc-macro-crate v1.3.1 |
2094 | 2025-07-23T00:51:13.959Z | Compiling macaddr v1.0.1 |
2095 | 2025-07-23T00:51:14.284Z | Compiling structmeta-derive v0.3.0 |
2096 | 2025-07-23T00:51:16.328Z | Compiling itertools v0.14.0 |
2097 | 2025-07-23T00:51:16.572Z | Compiling heapless v0.8.0 |
2098 | 2025-07-23T00:51:17.087Z | Compiling fastrand v2.1.1 |
2099 | 2025-07-23T00:51:19.191Z | Compiling ingot-macros v0.1.1 |
2100 | 2025-07-23T00:51:19.910Z | Compiling tempfile v3.20.0 |
2101 | 2025-07-23T00:51:21.647Z | Compiling structmeta v0.3.0 |
2102 | 2025-07-23T00:51:22.584Z | Compiling num_enum_derive v0.5.11 |
2103 | 2025-07-23T00:51:25.396Z | Compiling crossbeam-deque v0.8.5 |
2104 | 2025-07-23T00:51:26.257Z | Compiling hash32 v0.3.1 |
2105 | 2025-07-23T00:51:26.770Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2106 | 2025-07-23T00:51:28.376Z | Compiling smoltcp v0.11.0 |
2107 | 2025-07-23T00:51:40.493Z | Compiling ingot-types v0.1.2 |
2108 | 2025-07-23T00:51:41.438Z | Compiling num_enum v0.5.11 |
2109 | 2025-07-23T00:51:42.236Z | Compiling typify v0.3.0 |
2110 | 2025-07-23T00:51:46.390Z | Compiling darling_core v0.20.10 |
2111 | 2025-07-23T00:51:46.905Z | Compiling dirs-sys-next v0.1.2 |
2112 | 2025-07-23T00:51:46.934Z | Compiling proc-macro-error-attr v1.0.4 |
2113 | 2025-07-23T00:51:46.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2114 | 2025-07-23T00:51:47.254Z | Compiling cobs v0.2.3 |
2115 | 2025-07-23T00:51:47.727Z | Compiling rustls v0.22.4 |
2116 | 2025-07-23T00:51:48.192Z | Compiling unsafe-libyaml v0.2.11 |
2117 | 2025-07-23T00:51:49.802Z | Compiling serde_yaml v0.9.34+deprecated |
2118 | 2025-07-23T00:51:51.542Z | Compiling darling_macro v0.20.10 |
2119 | 2025-07-23T00:51:54.921Z | Compiling postcard v1.0.10 |
2120 | 2025-07-23T00:51:55.389Z | Compiling dirs-next v2.0.0 |
2121 | 2025-07-23T00:52:00.860Z | Compiling progenitor-impl v0.9.1 |
2122 | 2025-07-23T00:52:02.279Z | Compiling ingot v0.1.1 |
2123 | 2025-07-23T00:52:05.867Z | Compiling toml v0.8.23 |
2124 | 2025-07-23T00:52:10.046Z | Compiling futures-executor v0.3.31 |
2125 | 2025-07-23T00:52:10.516Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2126 | 2025-07-23T00:52:10.633Z | Compiling hex v0.4.3 |
2127 | 2025-07-23T00:52:10.985Z | Compiling foreign-types-macros v0.2.3 |
2128 | 2025-07-23T00:52:11.067Z | Compiling thread_local v1.1.8 |
2129 | 2025-07-23T00:52:11.295Z | Compiling wait-timeout v0.2.0 |
2130 | 2025-07-23T00:52:11.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2131 | 2025-07-23T00:52:11.663Z | Compiling multer v3.1.0 |
2132 | 2025-07-23T00:52:11.759Z | Compiling proc-macro-error v1.0.4 |
2133 | 2025-07-23T00:52:11.778Z | Compiling slog-async v2.8.0 |
2134 | 2025-07-23T00:52:12.009Z | Compiling bit-vec v0.8.0 |
2135 | 2025-07-23T00:52:12.098Z | Compiling unicode-width v0.1.14 |
2136 | 2025-07-23T00:52:12.144Z | Compiling match_cfg v0.1.0 |
2137 | 2025-07-23T00:52:12.266Z | Compiling ref-cast v1.0.24 |
2138 | 2025-07-23T00:52:12.577Z | Compiling foreign-types-shared v0.3.1 |
2139 | 2025-07-23T00:52:12.675Z | Compiling quick-error v1.2.3 |
2140 | 2025-07-23T00:52:12.705Z | Compiling foreign-types v0.5.0 |
2141 | 2025-07-23T00:52:12.841Z | Compiling rusty-fork v0.3.0 |
2142 | 2025-07-23T00:52:12.863Z | Compiling tabwriter v1.4.0 |
2143 | 2025-07-23T00:52:12.863Z | Compiling bit-set v0.8.0 |
2144 | 2025-07-23T00:52:12.903Z | Compiling hostname v0.3.1 |
2145 | 2025-07-23T00:52:13.392Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2146 | 2025-07-23T00:52:13.423Z | Compiling futures v0.3.31 |
2147 | 2025-07-23T00:52:13.445Z | Compiling progenitor-macro v0.9.1 |
2148 | 2025-07-23T00:52:13.613Z | Compiling term v0.7.0 |
2149 | 2025-07-23T00:52:17.184Z | Compiling darling v0.20.10 |
2150 | 2025-07-23T00:52:17.539Z | Compiling derive-ex v0.1.8 |
2151 | 2025-07-23T00:52:17.743Z | Compiling progenitor-client v0.9.1 |
2152 | 2025-07-23T00:52:18.697Z | Compiling slog-json v2.6.1 |
2153 | 2025-07-23T00:52:19.160Z | Compiling rand_xorshift v0.4.0 |
2154 | 2025-07-23T00:52:19.380Z | Compiling crossbeam-channel v0.5.15 |
2155 | 2025-07-23T00:52:19.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2025-07-23T00:52:20.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2157 | 2025-07-23T00:52:20.753Z | Compiling async-stream-impl v0.3.6 |
2158 | 2025-07-23T00:52:20.862Z | Compiling ref-cast-impl v1.0.24 |
2159 | 2025-07-23T00:52:21.055Z | Compiling is-terminal v0.4.13 |
2160 | 2025-07-23T00:52:21.128Z | Compiling cstr-argument v0.1.2 |
2161 | 2025-07-23T00:52:21.224Z | Compiling dropshot v0.16.2 |
2162 | 2025-07-23T00:52:21.424Z | Compiling take_mut v0.2.2 |
2163 | 2025-07-23T00:52:21.559Z | Compiling typeid v1.0.3 |
2164 | 2025-07-23T00:52:21.607Z | Compiling pretty-hex v0.2.1 |
2165 | 2025-07-23T00:52:21.848Z | Compiling crucible-workspace-hack v0.1.0 |
2166 | 2025-07-23T00:52:21.851Z | Compiling unarray v0.1.4 |
2167 | 2025-07-23T00:52:21.894Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2168 | 2025-07-23T00:52:22.066Z | Compiling proptest v1.7.0 |
2169 | 2025-07-23T00:52:22.220Z | Compiling async-stream v0.3.6 |
2170 | 2025-07-23T00:52:22.241Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2025-07-23T00:52:22.643Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2025-07-23T00:52:22.709Z | Compiling slog-term v2.9.1 |
2173 | 2025-07-23T00:52:23.515Z | Compiling test-strategy v0.4.3 |
2174 | 2025-07-23T00:52:24.085Z | Compiling progenitor v0.9.1 |
2175 | 2025-07-23T00:52:24.793Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2176 | 2025-07-23T00:52:25.006Z | Compiling tokio-rustls v0.25.0 |
2177 | 2025-07-23T00:52:25.145Z | Compiling slog-bunyan v2.5.0 |
2178 | 2025-07-23T00:52:25.476Z | Compiling serde_with_macros v3.14.0 |
2179 | 2025-07-23T00:52:26.145Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2025-07-23T00:52:26.338Z | Compiling rayon v1.10.0 |
2181 | 2025-07-23T00:52:26.513Z | Compiling parse-display-derive v0.10.0 |
2182 | 2025-07-23T00:52:27.743Z | Compiling colored v2.2.0 |
2183 | 2025-07-23T00:52:28.699Z | Compiling waitgroup v0.1.2 |
2184 | 2025-07-23T00:52:28.974Z | Compiling rustls-pemfile v2.2.0 |
2185 | 2025-07-23T00:52:29.136Z | Compiling dropshot_endpoint v0.16.2 |
2186 | 2025-07-23T00:52:29.446Z | Compiling serde_path_to_error v0.1.17 |
2187 | 2025-07-23T00:52:29.909Z | Compiling derive-where v1.5.0 |
2188 | 2025-07-23T00:52:30.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2189 | 2025-07-23T00:52:31.188Z | Compiling hostname v0.4.0 |
2190 | 2025-07-23T00:52:31.476Z | Compiling instant v0.1.13 |
2191 | 2025-07-23T00:52:31.671Z | Compiling heck v0.4.1 |
2192 | 2025-07-23T00:52:31.688Z | Compiling debug-ignore v1.0.5 |
2193 | 2025-07-23T00:52:31.877Z | Compiling backoff v0.4.0 |
2194 | 2025-07-23T00:52:32.030Z | Compiling zone_cfg_derive v0.3.0 |
2195 | 2025-07-23T00:52:32.245Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2196 | 2025-07-23T00:52:32.471Z | Compiling parse-display v0.10.0 |
2197 | 2025-07-23T00:52:32.708Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2198 | 2025-07-23T00:52:33.319Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2199 | 2025-07-23T00:52:34.300Z | Compiling serde_with v3.14.0 |
2200 | 2025-07-23T00:52:34.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2201 | 2025-07-23T00:52:35.374Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2202 | 2025-07-23T00:52:36.402Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2203 | 2025-07-23T00:52:37.960Z | Compiling iddqd v0.3.9 |
2204 | 2025-07-23T00:52:39.399Z | Compiling camino-tempfile v1.4.1 |
2205 | 2025-07-23T00:52:40.207Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2206 | 2025-07-23T00:52:40.638Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2207 | 2025-07-23T00:52:41.666Z | Compiling progenitor-client v0.10.0 |
2208 | 2025-07-23T00:52:41.688Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2209 | 2025-07-23T00:52:41.709Z | Compiling num-derive v0.4.2 |
2210 | 2025-07-23T00:52:42.410Z | Compiling sigpipe v0.1.3 |
2211 | 2025-07-23T00:52:42.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2212 | 2025-07-23T00:52:42.920Z | Compiling libefi-sys v0.1.0 |
2213 | 2025-07-23T00:52:43.265Z | Compiling jiff v0.2.15 |
2214 | 2025-07-23T00:52:43.823Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2215 | 2025-07-23T00:52:43.876Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2025-07-23T00:52:44.626Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2217 | 2025-07-23T00:52:45.206Z | Compiling erased-serde v0.4.6 |
2218 | 2025-07-23T00:52:45.312Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2219 | 2025-07-23T00:52:46.643Z | Compiling zone v0.3.1 |
2220 | 2025-07-23T00:52:49.614Z | Compiling smf v0.2.3 |
2221 | 2025-07-23T00:52:49.841Z | Compiling bitfield-struct v0.6.2 |
2222 | 2025-07-23T00:52:51.123Z | Compiling ordered-float v2.10.1 |
2223 | 2025-07-23T00:52:51.467Z | Compiling blake3 v1.5.4 |
2224 | 2025-07-23T00:52:51.744Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2225 | 2025-07-23T00:52:52.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2226 | 2025-07-23T00:52:52.433Z | Compiling serde-value v0.7.0 |
2227 | 2025-07-23T00:52:52.664Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2025-07-23T00:52:52.703Z | Compiling serde-untagged v0.1.7 |
2229 | 2025-07-23T00:52:53.491Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2230 | 2025-07-23T00:52:53.733Z | Compiling xattr v1.3.1 |
2231 | 2025-07-23T00:52:53.837Z | Compiling filetime v0.2.25 |
2232 | 2025-07-23T00:52:54.043Z | Compiling memmap2 v0.9.5 |
2233 | 2025-07-23T00:52:54.076Z | Compiling constant_time_eq v0.3.1 |
2234 | 2025-07-23T00:52:54.217Z | Compiling arrayvec v0.7.6 |
2235 | 2025-07-23T00:52:54.281Z | Compiling arrayref v0.3.9 |
2236 | 2025-07-23T00:52:54.416Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2237 | 2025-07-23T00:52:54.565Z | Compiling same-file v1.0.6 |
2238 | 2025-07-23T00:52:54.587Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2239 | 2025-07-23T00:52:54.672Z | Compiling tar v0.4.44 |
2240 | 2025-07-23T00:52:54.857Z | Compiling walkdir v2.5.0 |
2241 | 2025-07-23T00:52:56.394Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2242 | 2025-07-23T00:52:56.621Z | Compiling cargo-util-schemas v0.2.0 |
2243 | 2025-07-23T00:52:56.818Z | Compiling console v0.16.0 |
2244 | 2025-07-23T00:52:56.927Z | Compiling tokio-dtrace v0.1.0 |
2245 | 2025-07-23T00:52:57.434Z | Compiling gethostname v0.5.0 |
2246 | 2025-07-23T00:52:57.677Z | Compiling cargo-platform v0.2.0 |
2247 | 2025-07-23T00:52:58.867Z | Compiling unit-prefix v0.5.1 |
2248 | 2025-07-23T00:52:59.142Z | Compiling topological-sort v0.2.2 |
2249 | 2025-07-23T00:52:59.397Z | Compiling fixedbitset v0.5.7 |
2250 | 2025-07-23T00:52:59.448Z | Compiling omicron-zone-package v0.12.2 |
2251 | 2025-07-23T00:53:00.298Z | Compiling petgraph v0.8.2 |
2252 | 2025-07-23T00:53:00.525Z | Compiling indicatif v0.18.0 |
2253 | 2025-07-23T00:53:01.885Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2254 | 2025-07-23T00:53:02.484Z | Compiling cargo_metadata v0.20.0 |
2255 | 2025-07-23T00:53:04.283Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2256 | 2025-07-23T00:53:05.844Z | Compiling oxide-tokio-rt v0.1.2 |
2257 | 2025-07-23T00:53:06.469Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2258 | 2025-07-23T00:53:06.519Z | Compiling shell-words v1.1.0 |
2259 | 2025-07-23T00:53:06.801Z | Compiling indent_write v2.2.0 |
2260 | 2025-07-23T00:53:07.067Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2261 | 2025-07-23T00:53:27.887Z | Finished `release` profile [optimized] target(s) in 5m 16s |
2262 | 2025-07-23T00:53:28.069Z | Running `target/release/omicron-package -t test target create -p dev` |
2263 | 2025-07-23T00:53:28.120Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2264 | 2025-07-23T00:53:28.123Z | Created new build target 'test' and set it as active |
2265 | 2025-07-23T00:53:28.123Z | |
2266 | 2025-07-23T00:53:28.123Z | real 5:17.254681953 |
2267 | 2025-07-23T00:53:28.123Z | user 36:44.560825643 |
2268 | 2025-07-23T00:53:28.123Z | sys 3:34.735018404 |
2269 | 2025-07-23T00:53:28.123Z | trap 1.134405968 |
2270 | 2025-07-23T00:53:28.123Z | tflt 2.069537076 |
2271 | 2025-07-23T00:53:28.123Z | dflt 1.057487317 |
2272 | 2025-07-23T00:53:28.123Z | kflt 0.000207196 |
2273 | 2025-07-23T00:53:28.123Z | lock 1:44:37.302259781 |
2274 | 2025-07-23T00:53:28.123Z | slp 2:30:33.104809999 |
2275 | 2025-07-23T00:53:28.123Z | lat 3:03.276120661 |
2276 | 2025-07-23T00:53:28.123Z | stop 5:05.100321250 |
2277 | 2025-07-23T00:53:28.123Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2278 | 2025-07-23T00:53:29.227Z | Finished `release` profile [optimized] target(s) in 1.05s |
2279 | 2025-07-23T00:53:29.283Z | Running `target/release/omicron-package -t test package` |
2280 | 2025-07-23T00:53:29.330Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2281 | 2025-07-23T00:53:31.008Z | Compiling typify-impl v0.4.1 |
2282 | 2025-07-23T00:53:31.232Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2283 | 2025-07-23T00:53:31.235Z | Compiling convert_case v0.4.0 |
2284 | 2025-07-23T00:53:31.235Z | Compiling dirs-sys-next v0.1.2 |
2285 | 2025-07-23T00:53:31.235Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2286 | 2025-07-23T00:53:31.248Z | Compiling num-rational v0.4.2 |
2287 | 2025-07-23T00:53:31.292Z | Compiling num-complex v0.4.6 |
2288 | 2025-07-23T00:53:31.445Z | Compiling half v2.4.1 |
2289 | 2025-07-23T00:53:31.663Z | Compiling dirs-next v2.0.0 |
2290 | 2025-07-23T00:53:31.877Z | Compiling ciborium-io v0.2.2 |
2291 | 2025-07-23T00:53:31.939Z | Compiling derive_more v0.99.20 |
2292 | 2025-07-23T00:53:32.048Z | Compiling ciborium-ll v0.2.2 |
2293 | 2025-07-23T00:53:32.077Z | Compiling term v0.7.0 |
2294 | 2025-07-23T00:53:32.133Z | Compiling float-ord v0.3.2 |
2295 | 2025-07-23T00:53:32.340Z | Compiling num v0.4.3 |
2296 | 2025-07-23T00:53:32.367Z | Compiling is-terminal v0.4.13 |
2297 | 2025-07-23T00:53:32.484Z | Compiling ciborium v0.2.2 |
2298 | 2025-07-23T00:53:32.528Z | Compiling bytecount v0.6.8 |
2299 | 2025-07-23T00:53:32.585Z | Compiling camino v1.1.10 |
2300 | 2025-07-23T00:53:32.689Z | Compiling secrecy v0.10.3 |
2301 | 2025-07-23T00:53:33.014Z | Compiling base64 v0.21.7 |
2302 | 2025-07-23T00:53:33.110Z | Compiling rustix v1.0.7 |
2303 | 2025-07-23T00:53:33.264Z | Compiling password-hash v0.5.0 |
2304 | 2025-07-23T00:53:33.513Z | Compiling blake2 v0.10.6 |
2305 | 2025-07-23T00:53:34.114Z | Compiling argon2 v0.5.3 |
2306 | 2025-07-23T00:53:34.408Z | Compiling atomicwrites v0.4.4 |
2307 | 2025-07-23T00:53:34.636Z | Compiling fastrand v2.1.1 |
2308 | 2025-07-23T00:53:34.945Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2309 | 2025-07-23T00:53:35.117Z | Compiling rustls v0.22.4 |
2310 | 2025-07-23T00:53:35.159Z | Compiling newline-converter v0.3.0 |
2311 | 2025-07-23T00:53:35.397Z | Compiling thread_local v1.1.8 |
2312 | 2025-07-23T00:53:35.440Z | Compiling tempfile v3.20.0 |
2313 | 2025-07-23T00:53:35.565Z | Compiling wait-timeout v0.2.0 |
2314 | 2025-07-23T00:53:35.793Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2315 | 2025-07-23T00:53:35.830Z | Compiling bit-vec v0.8.0 |
2316 | 2025-07-23T00:53:35.991Z | Compiling match_cfg v0.1.0 |
2317 | 2025-07-23T00:53:36.101Z | Compiling quick-error v1.2.3 |
2318 | 2025-07-23T00:53:36.128Z | Compiling hostname v0.3.1 |
2319 | 2025-07-23T00:53:36.195Z | Compiling expectorate v1.2.0 |
2320 | 2025-07-23T00:53:36.267Z | Compiling rusty-fork v0.3.0 |
2321 | 2025-07-23T00:53:36.295Z | Compiling bit-set v0.8.0 |
2322 | 2025-07-23T00:53:36.510Z | Compiling ref-cast v1.0.24 |
2323 | 2025-07-23T00:53:36.579Z | Compiling multer v3.1.0 |
2324 | 2025-07-23T00:53:36.608Z | Compiling slog-async v2.8.0 |
2325 | 2025-07-23T00:53:36.611Z | Compiling progenitor-client v0.9.1 |
2326 | 2025-07-23T00:53:36.667Z | Compiling crossbeam-channel v0.5.15 |
2327 | 2025-07-23T00:53:36.692Z | Compiling slog-json v2.6.1 |
2328 | 2025-07-23T00:53:36.798Z | Compiling rand_xorshift v0.4.0 |
2329 | 2025-07-23T00:53:37.036Z | Compiling futures-executor v0.3.31 |
2330 | 2025-07-23T00:53:37.066Z | Compiling hex v0.4.3 |
2331 | 2025-07-23T00:53:37.171Z | Compiling take_mut v0.2.2 |
2332 | 2025-07-23T00:53:37.252Z | Compiling unarray v0.1.4 |
2333 | 2025-07-23T00:53:37.368Z | Compiling futures v0.3.31 |
2334 | 2025-07-23T00:53:37.456Z | Compiling proptest v1.7.0 |
2335 | 2025-07-23T00:53:37.512Z | Compiling progenitor v0.9.1 |
2336 | 2025-07-23T00:53:37.559Z | Compiling slog-bunyan v2.5.0 |
2337 | 2025-07-23T00:53:37.678Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2338 | 2025-07-23T00:53:37.982Z | Compiling slog-term v2.9.1 |
2339 | 2025-07-23T00:53:38.343Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2340 | 2025-07-23T00:53:38.382Z | Compiling dropshot v0.16.2 |
2341 | 2025-07-23T00:53:38.471Z | Compiling async-stream v0.3.6 |
2342 | 2025-07-23T00:53:38.602Z | Compiling toml v0.8.23 |
2343 | 2025-07-23T00:53:38.750Z | Compiling waitgroup v0.1.2 |
2344 | 2025-07-23T00:53:38.989Z | Compiling rustls-pemfile v2.2.0 |
2345 | 2025-07-23T00:53:39.015Z | Compiling serde_path_to_error v0.1.17 |
2346 | 2025-07-23T00:53:39.318Z | Compiling hostname v0.4.0 |
2347 | 2025-07-23T00:53:39.562Z | Compiling instant v0.1.13 |
2348 | 2025-07-23T00:53:39.840Z | Compiling debug-ignore v1.0.5 |
2349 | 2025-07-23T00:53:39.843Z | Compiling owo-colors v4.2.2 |
2350 | 2025-07-23T00:53:39.895Z | Compiling cancel-safe-futures v0.1.5 |
2351 | 2025-07-23T00:53:39.944Z | Compiling backoff v0.4.0 |
2352 | 2025-07-23T00:53:40.322Z | Compiling iddqd v0.3.9 |
2353 | 2025-07-23T00:53:40.352Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2354 | 2025-07-23T00:53:40.468Z | Compiling tokio-rustls v0.25.0 |
2355 | 2025-07-23T00:53:40.580Z | Compiling typify-macro v0.4.1 |
2356 | 2025-07-23T00:53:42.345Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2357 | 2025-07-23T00:53:43.388Z | Compiling parse-display v0.10.0 |
2358 | 2025-07-23T00:53:43.488Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2359 | 2025-07-23T00:53:43.718Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2360 | 2025-07-23T00:53:43.868Z | Compiling serde_with v3.14.0 |
2361 | 2025-07-23T00:53:43.941Z | Compiling typify v0.4.1 |
2362 | 2025-07-23T00:53:44.126Z | Compiling progenitor-impl v0.10.0 |
2363 | 2025-07-23T00:53:44.792Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2364 | 2025-07-23T00:53:45.481Z | Compiling progenitor-client v0.10.0 |
2365 | 2025-07-23T00:53:46.784Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2366 | 2025-07-23T00:53:47.151Z | Compiling libsw-core v0.3.1 |
2367 | 2025-07-23T00:53:47.481Z | Compiling macaddr v1.0.1 |
2368 | 2025-07-23T00:53:47.976Z | Compiling utf-8 v0.7.6 |
2369 | 2025-07-23T00:53:48.414Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2370 | 2025-07-23T00:53:48.500Z | Compiling libsw v3.5.0 |
2371 | 2025-07-23T00:53:48.847Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2372 | 2025-07-23T00:53:49.379Z | Compiling swrite v0.1.0 |
2373 | 2025-07-23T00:53:49.588Z | Compiling linear-map v1.2.0 |
2374 | 2025-07-23T00:53:49.649Z | Compiling progenitor-macro v0.10.0 |
2375 | 2025-07-23T00:53:50.256Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2376 | 2025-07-23T00:53:50.694Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2377 | 2025-07-23T00:53:51.053Z | Compiling keccak v0.1.5 |
2378 | 2025-07-23T00:53:52.319Z | Compiling sha3 v0.10.8 |
2379 | 2025-07-23T00:53:53.240Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2380 | 2025-07-23T00:53:56.774Z | Compiling async-recursion v1.1.1 |
2381 | 2025-07-23T00:53:57.996Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2382 | 2025-07-23T00:53:58.064Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2383 | 2025-07-23T00:54:00.560Z | Compiling progenitor v0.10.0 |
2384 | 2025-07-23T00:54:00.825Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2385 | 2025-07-23T00:54:00.864Z | Compiling globset v0.4.15 |
2386 | 2025-07-23T00:54:04.511Z | Compiling prettyplease v0.2.35 |
2387 | 2025-07-23T00:54:04.770Z | Compiling tungstenite v0.21.0 |
2388 | 2025-07-23T00:54:06.877Z | Compiling tokio-tungstenite v0.21.0 |
2389 | 2025-07-23T00:54:07.540Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2390 | 2025-07-23T00:54:07.865Z | Compiling pem v3.0.5 |
2391 | 2025-07-23T00:54:09.274Z | Compiling pin-project-internal v1.1.6 |
2392 | 2025-07-23T00:54:09.488Z | Compiling papergrid v0.11.0 |
2393 | 2025-07-23T00:54:09.516Z | Compiling tabled_derive v0.7.0 |
2394 | 2025-07-23T00:54:11.451Z | Compiling snafu-derive v0.8.5 |
2395 | 2025-07-23T00:54:11.638Z | Compiling pin-project v1.1.6 |
2396 | 2025-07-23T00:54:11.821Z | Compiling highway v1.3.0 |
2397 | 2025-07-23T00:54:13.408Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2398 | 2025-07-23T00:54:15.540Z | Compiling snafu v0.8.5 |
2399 | 2025-07-23T00:54:16.709Z | Compiling tabled v0.15.0 |
2400 | 2025-07-23T00:54:19.683Z | Compiling resolv-conf v0.7.0 |
2401 | 2025-07-23T00:54:20.890Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2402 | 2025-07-23T00:54:21.134Z | Compiling olpc-cjson v0.1.4 |
2403 | 2025-07-23T00:54:21.192Z | Compiling serde_plain v1.0.2 |
2404 | 2025-07-23T00:54:21.468Z | Compiling semver v0.1.20 |
2405 | 2025-07-23T00:54:21.753Z | Compiling typed-path v0.9.3 |
2406 | 2025-07-23T00:54:21.782Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2407 | 2025-07-23T00:54:21.981Z | Compiling rustc_version v0.1.7 |
2408 | 2025-07-23T00:54:22.207Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2409 | 2025-07-23T00:54:22.381Z | Compiling universal-hash v0.5.1 |
2410 | 2025-07-23T00:54:22.666Z | Compiling thiserror-impl-no-std v2.0.2 |
2411 | 2025-07-23T00:54:24.679Z | Compiling tough v0.20.0 |
2412 | 2025-07-23T00:54:25.015Z | Compiling opaque-debug v0.3.1 |
2413 | 2025-07-23T00:54:25.155Z | Compiling poly1305 v0.8.0 |
2414 | 2025-07-23T00:54:25.567Z | Compiling thiserror-no-std v2.0.2 |
2415 | 2025-07-23T00:54:25.728Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2416 | 2025-07-23T00:54:25.887Z | Compiling newtype_derive v0.1.6 |
2417 | 2025-07-23T00:54:26.257Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2418 | 2025-07-23T00:54:26.505Z | Compiling chacha20 v0.9.1 |
2419 | 2025-07-23T00:54:26.626Z | Compiling aead v0.5.2 |
2420 | 2025-07-23T00:54:26.991Z | Compiling smawk v0.3.2 |
2421 | 2025-07-23T00:54:27.022Z | Compiling unicode-linebreak v0.1.5 |
2422 | 2025-07-23T00:54:27.312Z | Compiling linked-hash-map v0.5.6 |
2423 | 2025-07-23T00:54:27.591Z | Compiling textwrap v0.16.2 |
2424 | 2025-07-23T00:54:27.620Z | Compiling chacha20poly1305 v0.10.1 |
2425 | 2025-07-23T00:54:27.730Z | Compiling lru-cache v0.1.2 |
2426 | 2025-07-23T00:54:27.989Z | Compiling vsss-rs v3.3.4 |
2427 | 2025-07-23T00:54:28.017Z | Compiling humantime v2.2.0 |
2428 | 2025-07-23T00:54:28.517Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2429 | 2025-07-23T00:54:28.862Z | Compiling hickory-proto v0.24.4 |
2430 | 2025-07-23T00:54:30.997Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2431 | 2025-07-23T00:54:33.299Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2432 | 2025-07-23T00:54:35.042Z | Compiling hickory-resolver v0.24.4 |
2433 | 2025-07-23T00:54:35.759Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2434 | 2025-07-23T00:54:35.978Z | Compiling steno v0.4.1 |
2435 | 2025-07-23T00:54:40.301Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2436 | 2025-07-23T00:54:40.836Z | Compiling qorb v0.4.0 |
2437 | 2025-07-23T00:54:46.455Z | Compiling slog-dtrace v0.3.0 |
2438 | 2025-07-23T00:54:46.832Z | Compiling moka v0.12.10 |
2439 | 2025-07-23T00:54:47.321Z | Compiling tagptr v0.2.0 |
2440 | 2025-07-23T00:54:50.684Z | Compiling hickory-resolver v0.25.2 |
2441 | 2025-07-23T00:54:55.068Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2442 | 2025-07-23T00:54:56.488Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2443 | 2025-07-23T00:54:56.984Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2444 | 2025-07-23T00:54:57.494Z | Compiling display-error-chain v0.2.2 |
2445 | 2025-07-23T00:54:57.770Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2446 | 2025-07-23T00:54:58.101Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2447 | 2025-07-23T00:55:02.440Z | Compiling maplit v1.0.2 |
2448 | 2025-07-23T00:55:02.656Z | Compiling crunchy v0.2.2 |
2449 | 2025-07-23T00:55:03.187Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2450 | 2025-07-23T00:55:03.262Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2451 | 2025-07-23T00:55:03.654Z | Compiling dsl_auto_type v0.1.2 |
2452 | 2025-07-23T00:55:04.489Z | Compiling scheduled-thread-pool v0.2.7 |
2453 | 2025-07-23T00:55:04.866Z | Compiling diesel_table_macro_syntax v0.2.0 |
2454 | 2025-07-23T00:55:05.249Z | Compiling radium v0.7.0 |
2455 | 2025-07-23T00:55:05.748Z | Compiling tiny-keccak v2.0.2 |
2456 | 2025-07-23T00:55:05.820Z | Compiling diesel_derives v2.2.3 |
2457 | 2025-07-23T00:55:06.143Z | Compiling r2d2 v0.8.10 |
2458 | 2025-07-23T00:55:06.640Z | Compiling const_format_proc_macros v0.2.34 |
2459 | 2025-07-23T00:55:06.674Z | Compiling zerocopy-derive v0.6.6 |
2460 | 2025-07-23T00:55:08.344Z | Compiling proc-macro-error-attr2 v2.0.0 |
2461 | 2025-07-23T00:55:08.379Z | Compiling bit-vec v0.6.3 |
2462 | 2025-07-23T00:55:08.819Z | Compiling tap v1.0.1 |
2463 | 2025-07-23T00:55:09.035Z | Compiling maybe-uninit v2.0.0 |
2464 | 2025-07-23T00:55:09.078Z | Compiling proc-macro-error2 v2.0.1 |
2465 | 2025-07-23T00:55:09.217Z | Compiling wyz v0.5.1 |
2466 | 2025-07-23T00:55:09.660Z | Compiling bit-set v0.5.3 |
2467 | 2025-07-23T00:55:09.686Z | Compiling const_format v0.2.34 |
2468 | 2025-07-23T00:55:09.710Z | Compiling zerocopy v0.6.6 |
2469 | 2025-07-23T00:55:10.574Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2470 | 2025-07-23T00:55:10.865Z | Compiling ascii-canvas v3.0.0 |
2471 | 2025-07-23T00:55:10.972Z | Compiling ena v0.14.3 |
2472 | 2025-07-23T00:55:11.308Z | Compiling funty v2.0.0 |
2473 | 2025-07-23T00:55:11.387Z | Compiling bindgen v0.71.1 |
2474 | 2025-07-23T00:55:11.878Z | Compiling diff v0.1.13 |
2475 | 2025-07-23T00:55:12.381Z | Compiling regex-syntax v0.6.29 |
2476 | 2025-07-23T00:55:14.112Z | Compiling packed_struct v0.10.1 |
2477 | 2025-07-23T00:55:14.584Z | Compiling crc-catalog v2.4.0 |
2478 | 2025-07-23T00:55:14.786Z | Compiling crc v3.2.1 |
2479 | 2025-07-23T00:55:15.663Z | Compiling lalrpop v0.19.12 |
2480 | 2025-07-23T00:55:15.711Z | Compiling diesel v2.2.11 |
2481 | 2025-07-23T00:55:16.631Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2482 | 2025-07-23T00:55:16.718Z | Compiling bitvec v1.0.1 |
2483 | 2025-07-23T00:55:17.085Z | Compiling tabled_derive v0.10.0 |
2484 | 2025-07-23T00:55:19.537Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2485 | 2025-07-23T00:55:19.598Z | Compiling papergrid v0.14.0 |
2486 | 2025-07-23T00:55:20.770Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2487 | 2025-07-23T00:55:21.034Z | Compiling num-derive v0.3.3 |
2488 | 2025-07-23T00:55:23.048Z | Compiling packed_struct_codegen v0.10.1 |
2489 | 2025-07-23T00:55:25.235Z | Compiling indexmap v1.9.3 |
2490 | 2025-07-23T00:55:25.595Z | Compiling nodrop v0.1.14 |
2491 | 2025-07-23T00:55:25.777Z | Compiling array-init v0.0.4 |
2492 | 2025-07-23T00:55:32.599Z | Compiling libscf-sys v1.1.0 |
2493 | 2025-07-23T00:55:32.929Z | Compiling tabled v0.18.0 |
2494 | 2025-07-23T00:55:36.142Z | Compiling polar-core v0.27.3 |
2495 | 2025-07-23T00:55:36.845Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2496 | 2025-07-23T00:55:37.432Z | Compiling smallvec v0.6.14 |
2497 | 2025-07-23T00:55:41.791Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2498 | 2025-07-23T00:55:42.154Z | Compiling derive_builder_core v0.20.2 |
2499 | 2025-07-23T00:55:43.492Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2500 | 2025-07-23T00:55:44.138Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2501 | 2025-07-23T00:55:44.275Z | Compiling headers-core v0.3.0 |
2502 | 2025-07-23T00:55:44.487Z | Compiling libxml v0.3.3 |
2503 | 2025-07-23T00:55:44.912Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2504 | 2025-07-23T00:55:45.160Z | Compiling bitfield v0.14.0 |
2505 | 2025-07-23T00:55:45.287Z | Compiling hashbrown v0.12.3 |
2506 | 2025-07-23T00:55:45.497Z | Compiling termcolor v1.4.1 |
2507 | 2025-07-23T00:55:46.566Z | Compiling env_logger v0.10.2 |
2508 | 2025-07-23T00:55:46.631Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2509 | 2025-07-23T00:55:47.548Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2510 | 2025-07-23T00:55:49.553Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2511 | 2025-07-23T00:55:50.082Z | Compiling headers v0.4.1 |
2512 | 2025-07-23T00:55:50.214Z | Compiling samael v0.0.19 |
2513 | 2025-07-23T00:55:50.725Z | Compiling derive_builder_macro v0.20.2 |
2514 | 2025-07-23T00:55:51.625Z | Compiling serde-hex v0.1.0 |
2515 | 2025-07-23T00:55:52.658Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2516 | 2025-07-23T00:55:53.550Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2517 | 2025-07-23T00:55:54.097Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2518 | 2025-07-23T00:55:56.703Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2519 | 2025-07-23T00:55:56.761Z | Compiling ron v0.8.1 |
2520 | 2025-07-23T00:55:57.089Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2521 | 2025-07-23T00:55:57.170Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2522 | 2025-07-23T00:55:57.444Z | Compiling strum_macros v0.24.3 |
2523 | 2025-07-23T00:55:57.921Z | Compiling hashbrown v0.13.2 |
2524 | 2025-07-23T00:55:59.193Z | Compiling termtree v0.5.1 |
2525 | 2025-07-23T00:55:59.517Z | Compiling crc-any v2.5.0 |
2526 | 2025-07-23T00:56:00.177Z | Compiling indoc v1.0.9 |
2527 | 2025-07-23T00:56:00.368Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2528 | 2025-07-23T00:56:00.670Z | Compiling object v0.30.4 |
2529 | 2025-07-23T00:56:00.948Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2530 | 2025-07-23T00:56:02.190Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2531 | 2025-07-23T00:56:05.498Z | Compiling derive_builder v0.20.2 |
2532 | 2025-07-23T00:56:12.150Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2533 | 2025-07-23T00:56:12.511Z | Compiling impl-trait-for-tuples v0.2.2 |
2534 | 2025-07-23T00:56:13.641Z | Compiling oso-derive v0.27.3 |
2535 | 2025-07-23T00:56:14.623Z | Compiling quick-xml v0.37.2 |
2536 | 2025-07-23T00:56:14.650Z | Compiling crc8 v0.1.1 |
2537 | 2025-07-23T00:56:15.011Z | Compiling path-slash v0.1.5 |
2538 | 2025-07-23T00:56:15.313Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2539 | 2025-07-23T00:56:15.626Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2540 | 2025-07-23T00:56:15.815Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2541 | 2025-07-23T00:56:17.229Z | Compiling vte_generate_state_changes v0.1.2 |
2542 | 2025-07-23T00:56:17.860Z | Compiling diesel-dtrace v0.4.2 |
2543 | 2025-07-23T00:56:18.142Z | Compiling oso v0.27.3 |
2544 | 2025-07-23T00:56:18.245Z | Compiling arc-swap v1.7.1 |
2545 | 2025-07-23T00:56:18.917Z | Compiling siphasher v1.0.1 |
2546 | 2025-07-23T00:56:19.369Z | Compiling phf_shared v0.12.1 |
2547 | 2025-07-23T00:56:19.845Z | Compiling slog-scope v4.4.0 |
2548 | 2025-07-23T00:56:20.680Z | Compiling vte v0.11.1 |
2549 | 2025-07-23T00:56:22.208Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2550 | 2025-07-23T00:56:29.975Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2551 | 2025-07-23T00:56:30.350Z | Compiling bb8 v0.8.5 |
2552 | 2025-07-23T00:56:30.952Z | Compiling unicase v2.7.0 |
2553 | 2025-07-23T00:56:31.342Z | Compiling xshell-macros v0.2.7 |
2554 | 2025-07-23T00:56:32.066Z | Compiling chrono-tz v0.10.4 |
2555 | 2025-07-23T00:56:32.464Z | Compiling xshell v0.2.7 |
2556 | 2025-07-23T00:56:34.035Z | Compiling async-bb8-diesel v0.2.1 |
2557 | 2025-07-23T00:56:35.356Z | Compiling strip-ansi-escapes v0.2.0 |
2558 | 2025-07-23T00:56:36.055Z | Compiling slog-stdlog v4.1.1 |
2559 | 2025-07-23T00:56:36.523Z | Compiling phf v0.12.1 |
2560 | 2025-07-23T00:56:36.791Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2561 | 2025-07-23T00:56:36.886Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2562 | 2025-07-23T00:56:37.265Z | Compiling fd-lock v4.0.2 |
2563 | 2025-07-23T00:56:37.552Z | Compiling peg-macros v0.8.5 |
2564 | 2025-07-23T00:56:37.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2565 | 2025-07-23T00:56:38.530Z | Compiling nu-ansi-term v0.50.1 |
2566 | 2025-07-23T00:56:39.697Z | Compiling reedline v0.40.0 |
2567 | 2025-07-23T00:56:40.559Z | Compiling peg v0.8.5 |
2568 | 2025-07-23T00:56:40.754Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2569 | 2025-07-23T00:56:48.009Z | Compiling slog-envlogger v2.2.0 |
2570 | 2025-07-23T00:56:48.121Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2571 | 2025-07-23T00:56:50.406Z | Compiling typify-impl v0.2.0 |
2572 | 2025-07-23T00:56:57.007Z | Compiling bcs v0.1.6 |
2573 | 2025-07-23T00:56:57.875Z | Compiling fxhash v0.2.1 |
2574 | 2025-07-23T00:56:58.152Z | Compiling libz-sys v1.1.20 |
2575 | 2025-07-23T00:56:58.365Z | Compiling half v1.8.3 |
2576 | 2025-07-23T00:56:58.948Z | Compiling serde_cbor v0.11.2 |
2577 | 2025-07-23T00:56:59.754Z | Compiling typify-macro v0.2.0 |
2578 | 2025-07-23T00:57:01.438Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2579 | 2025-07-23T00:57:03.079Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2580 | 2025-07-23T00:57:03.856Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2581 | 2025-07-23T00:57:04.209Z | Compiling kstat-rs v0.2.4 |
2582 | 2025-07-23T00:57:04.855Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2583 | 2025-07-23T00:57:05.490Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2584 | 2025-07-23T00:57:07.836Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2585 | 2025-07-23T00:57:08.412Z | Compiling nix v0.30.1 |
2586 | 2025-07-23T00:57:09.232Z | Compiling nanorand v0.7.0 |
2587 | 2025-07-23T00:57:09.908Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2588 | 2025-07-23T00:57:10.576Z | Compiling parking_lot_core v0.8.6 |
2589 | 2025-07-23T00:57:11.061Z | Compiling flume v0.11.1 |
2590 | 2025-07-23T00:57:11.854Z | Compiling mime_guess v2.0.5 |
2591 | 2025-07-23T00:57:13.355Z | Compiling ignore v0.4.23 |
2592 | 2025-07-23T00:57:16.619Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2593 | 2025-07-23T00:57:20.488Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2594 | 2025-07-23T00:57:23.089Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2595 | 2025-07-23T00:57:23.382Z | Compiling castaway v0.2.3 |
2596 | 2025-07-23T00:57:23.541Z | Compiling fs-err v2.11.0 |
2597 | 2025-07-23T00:57:23.566Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2598 | 2025-07-23T00:57:23.594Z | Compiling compact_str v0.8.0 |
2599 | 2025-07-23T00:57:23.952Z | Compiling globwalk v0.9.1 |
2600 | 2025-07-23T00:57:25.270Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2601 | 2025-07-23T00:57:26.203Z | Compiling typify v0.2.0 |
2602 | 2025-07-23T00:57:26.400Z | Compiling predicates-tree v1.0.12 |
2603 | 2025-07-23T00:57:26.753Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2604 | 2025-07-23T00:57:27.284Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2605 | 2025-07-23T00:57:27.306Z | Compiling unicode-truncate v1.1.0 |
2606 | 2025-07-23T00:57:29.322Z | Compiling lru v0.12.5 |
2607 | 2025-07-23T00:57:29.748Z | Compiling vergen v8.3.2 |
2608 | 2025-07-23T00:57:30.110Z | Compiling nibble_vec v0.1.0 |
2609 | 2025-07-23T00:57:30.391Z | Compiling cargo-platform v0.1.8 |
2610 | 2025-07-23T00:57:30.786Z | Compiling instability v0.3.2 |
2611 | 2025-07-23T00:57:31.663Z | Compiling atty v0.2.14 |
2612 | 2025-07-23T00:57:31.865Z | Compiling http-range v0.1.5 |
2613 | 2025-07-23T00:57:34.327Z | Compiling indoc v2.0.6 |
2614 | 2025-07-23T00:57:35.163Z | Compiling endian-type v0.1.2 |
2615 | 2025-07-23T00:57:35.354Z | Compiling cassowary v0.3.0 |
2616 | 2025-07-23T00:57:35.437Z | Compiling salty v0.3.0 |
2617 | 2025-07-23T00:57:35.909Z | Compiling ratatui v0.29.0 |
2618 | 2025-07-23T00:57:38.696Z | Compiling radix_trie v0.2.1 |
2619 | 2025-07-23T00:57:39.593Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2620 | 2025-07-23T00:57:54.325Z | Compiling cargo_metadata v0.18.1 |
2621 | 2025-07-23T00:57:59.787Z | Compiling camino-tempfile-ext v0.3.2 |
2622 | 2025-07-23T00:57:59.819Z | Compiling parking_lot v0.11.2 |
2623 | 2025-07-23T00:58:01.089Z | Compiling git2 v0.19.0 |
2624 | 2025-07-23T00:58:01.117Z | Compiling progenitor-impl v0.8.0 |
2625 | 2025-07-23T00:58:01.769Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2626 | 2025-07-23T00:58:05.152Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2627 | 2025-07-23T00:58:06.662Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2628 | 2025-07-23T00:58:08.990Z | Compiling prefix-trie v0.7.0 |
2629 | 2025-07-23T00:58:09.989Z | Compiling rand_seeder v0.3.0 |
2630 | 2025-07-23T00:58:10.424Z | Compiling lzma-sys v0.1.20 |
2631 | 2025-07-23T00:58:11.112Z | Compiling parse-size v1.1.0 |
2632 | 2025-07-23T00:58:11.160Z | Compiling rustls v0.21.12 |
2633 | 2025-07-23T00:58:11.473Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2634 | 2025-07-23T00:58:11.611Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2635 | 2025-07-23T00:58:11.892Z | Compiling hickory-server v0.25.2 |
2636 | 2025-07-23T00:58:13.001Z | Compiling progenitor-macro v0.8.0 |
2637 | 2025-07-23T00:58:16.780Z | Compiling hyper-staticfile v0.10.1 |
2638 | 2025-07-23T00:58:19.276Z | Compiling sled v0.34.7 |
2639 | 2025-07-23T00:58:21.135Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2640 | 2025-07-23T00:58:23.834Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2641 | 2025-07-23T00:58:26.421Z | Compiling hickory-client v0.25.2 |
2642 | 2025-07-23T00:58:27.999Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2643 | 2025-07-23T00:58:28.328Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2644 | 2025-07-23T00:58:29.231Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2645 | 2025-07-23T00:58:29.709Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2646 | 2025-07-23T00:58:34.069Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2647 | 2025-07-23T00:58:34.439Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2648 | 2025-07-23T00:58:35.512Z | Compiling primeorder v0.13.6 |
2649 | 2025-07-23T00:58:35.948Z | Compiling progenitor-client v0.8.0 |
2650 | 2025-07-23T00:58:36.129Z | Compiling rustls-webpki v0.101.7 |
2651 | 2025-07-23T00:58:36.845Z | Compiling sct v0.7.1 |
2652 | 2025-07-23T00:58:37.312Z | Compiling heck v0.3.3 |
2653 | 2025-07-23T00:58:37.662Z | Compiling env_filter v0.1.2 |
2654 | 2025-07-23T00:58:39.190Z | Compiling csv-core v0.1.11 |
2655 | 2025-07-23T00:58:39.812Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2656 | 2025-07-23T00:58:40.093Z | Compiling void v1.0.2 |
2657 | 2025-07-23T00:58:40.293Z | Compiling lzss v0.8.2 |
2658 | 2025-07-23T00:58:40.312Z | Compiling csv v1.3.1 |
2659 | 2025-07-23T00:58:40.769Z | Compiling env_logger v0.11.5 |
2660 | 2025-07-23T00:58:42.143Z | Compiling zone_cfg_derive v0.1.2 |
2661 | 2025-07-23T00:58:42.464Z | Compiling progenitor v0.8.0 |
2662 | 2025-07-23T00:58:42.743Z | Compiling p384 v0.13.0 |
2663 | 2025-07-23T00:58:43.425Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2664 | 2025-07-23T00:58:44.520Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2665 | 2025-07-23T00:58:45.650Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2666 | 2025-07-23T00:58:48.567Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2667 | 2025-07-23T00:58:48.898Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2668 | 2025-07-23T00:58:49.746Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2669 | 2025-07-23T00:58:51.109Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2670 | 2025-07-23T00:58:53.543Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2671 | 2025-07-23T00:58:53.954Z | Compiling tungstenite v0.23.0 |
2672 | 2025-07-23T00:58:57.854Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2673 | 2025-07-23T00:58:58.220Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2674 | 2025-07-23T00:58:58.584Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2025-07-23T00:58:58.953Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2676 | 2025-07-23T00:58:59.328Z | Compiling nix v0.27.1 |
2677 | 2025-07-23T00:58:59.676Z | Compiling serde_bytes v0.11.17 |
2678 | 2025-07-23T00:58:59.836Z | Compiling base64 v0.13.1 |
2679 | 2025-07-23T00:59:00.242Z | Compiling number_prefix v0.4.0 |
2680 | 2025-07-23T00:59:00.565Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2681 | 2025-07-23T00:59:00.605Z | Compiling indicatif v0.17.11 |
2682 | 2025-07-23T00:59:01.948Z | Compiling ron v0.7.1 |
2683 | 2025-07-23T00:59:03.794Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2684 | 2025-07-23T00:59:04.621Z | Compiling tokio-tungstenite v0.23.1 |
2685 | 2025-07-23T00:59:05.265Z | Compiling xz2 v0.1.7 |
2686 | 2025-07-23T00:59:06.901Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2687 | 2025-07-23T00:59:06.969Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2688 | 2025-07-23T00:59:07.035Z | Compiling tokio-rustls v0.24.1 |
2689 | 2025-07-23T00:59:11.849Z | Compiling zone v0.1.8 |
2690 | 2025-07-23T00:59:12.969Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2691 | 2025-07-23T00:59:13.350Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2692 | 2025-07-23T00:59:15.178Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2693 | 2025-07-23T00:59:15.654Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2694 | 2025-07-23T00:59:16.589Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2695 | 2025-07-23T00:59:16.965Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2696 | 2025-07-23T00:59:17.107Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2697 | 2025-07-23T00:59:23.954Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2698 | 2025-07-23T00:59:26.979Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2699 | 2025-07-23T00:59:28.632Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2700 | 2025-07-23T00:59:30.393Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2701 | 2025-07-23T00:59:31.740Z | Compiling rustls-pemfile v1.0.4 |
2702 | 2025-07-23T00:59:32.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2703 | 2025-07-23T00:59:32.883Z | Compiling signal-hook-tokio v0.3.1 |
2704 | 2025-07-23T00:59:33.066Z | Compiling twox-hash v2.1.0 |
2705 | 2025-07-23T00:59:33.140Z | Compiling yasna v0.5.2 |
2706 | 2025-07-23T00:59:34.082Z | Compiling secrecy v0.8.0 |
2707 | 2025-07-23T00:59:34.392Z | Compiling is_ci v1.2.0 |
2708 | 2025-07-23T00:59:34.724Z | Compiling supports-color v3.0.2 |
2709 | 2025-07-23T00:59:36.436Z | Compiling rcgen v0.12.1 |
2710 | 2025-07-23T00:59:39.039Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2711 | 2025-07-23T00:59:40.815Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2712 | 2025-07-23T00:59:45.658Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2713 | 2025-07-23T00:59:46.817Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2714 | 2025-07-23T00:59:47.985Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2715 | 2025-07-23T00:59:56.285Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2716 | 2025-07-23T01:00:01.258Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2717 | 2025-07-23T01:00:02.098Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2718 | 2025-07-23T01:00:05.149Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2719 | 2025-07-23T01:00:07.552Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2720 | 2025-07-23T01:00:07.949Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2721 | 2025-07-23T01:00:09.613Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2025-07-23T01:00:16.961Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2723 | 2025-07-23T01:00:17.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2724 | 2025-07-23T01:00:17.716Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2725 | 2025-07-23T01:00:19.364Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2726 | 2025-07-23T01:00:21.667Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2025-07-23T01:00:28.830Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2728 | 2025-07-23T01:00:29.076Z | Compiling fatfs v0.3.6 |
2729 | 2025-07-23T01:00:29.145Z | Compiling rtoolbox v0.0.2 |
2730 | 2025-07-23T01:00:29.175Z | Compiling subprocess v0.2.9 |
2731 | 2025-07-23T01:00:29.575Z | Compiling assert_matches v1.5.0 |
2732 | 2025-07-23T01:00:29.716Z | Compiling rpassword v7.4.0 |
2733 | 2025-07-23T01:00:30.202Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2025-07-23T01:00:33.630Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2735 | 2025-07-23T01:00:37.405Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2736 | 2025-07-23T01:00:37.791Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2737 | 2025-07-23T01:00:43.362Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2738 | 2025-07-23T01:00:50.265Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2739 | 2025-07-23T01:01:11.158Z | Compiling tui-tree-widget v0.23.1 |
2740 | 2025-07-23T01:01:11.637Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2741 | 2025-07-23T01:01:16.511Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2742 | 2025-07-23T01:01:16.934Z | Compiling uzers v0.12.1 |
2743 | 2025-07-23T01:01:19.329Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2744 | 2025-07-23T01:01:19.920Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2745 | 2025-07-23T01:01:21.997Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2746 | 2025-07-23T01:01:41.373Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2747 | 2025-07-23T01:01:51.946Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2748 | 2025-07-23T01:01:53.655Z | Compiling support-bundle-viewer v0.1.2 |
2749 | 2025-07-23T01:01:56.527Z | Compiling multimap v0.10.1 |
2750 | 2025-07-23T01:04:11.013Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2751 | 2025-07-23T01:04:29.960Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2752 | 2025-07-23T01:12:06.634Z | Finished `release` profile [optimized] target(s) in 18m 36s |
2753 | 2025-07-23T01:13:00.486Z | |
2754 | 2025-07-23T01:13:00.490Z | real 19:32.179229882 |
2755 | 2025-07-23T01:13:00.490Z | user 2:20:44.579079923 |
2756 | 2025-07-23T01:13:00.490Z | sys 4:01.004749029 |
2757 | 2025-07-23T01:13:00.490Z | trap 3.520334063 |
2758 | 2025-07-23T01:13:00.490Z | tflt 2.347245335 |
2759 | 2025-07-23T01:13:00.490Z | dflt 5.513260405 |
2760 | 2025-07-23T01:13:00.490Z | kflt 0.134294759 |
2761 | 2025-07-23T01:13:00.490Z | lock 9:36:50.144214492 |
2762 | 2025-07-23T01:13:00.490Z | slp 7:11:24.198601915 |
2763 | 2025-07-23T01:13:00.490Z | lat 4:05.140577270 |
2764 | 2025-07-23T01:13:00.491Z | stop 3:47.102234974 |
2765 | 2025-07-23T01:13:00.491Z | + mapfile -t packages |
2766 | 2025-07-23T01:13:00.491Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2767 | 2025-07-23T01:13:01.693Z | Finished `release` profile [optimized] target(s) in 1.15s |
2768 | 2025-07-23T01:13:01.752Z | Running `target/release/omicron-package -t test list-outputs` |
2769 | 2025-07-23T01:13:01.804Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2770 | 2025-07-23T01:13:01.807Z | + ptime -m cargo build --locked --release -p xtask |
2771 | 2025-07-23T01:13:02.518Z | Compiling once_cell v1.21.3 |
2772 | 2025-07-23T01:13:02.522Z | Compiling serde v1.0.219 |
2773 | 2025-07-23T01:13:02.522Z | Compiling bitflags v2.9.1 |
2774 | 2025-07-23T01:13:02.522Z | Compiling syn v2.0.104 |
2775 | 2025-07-23T01:13:02.522Z | Compiling serde_json v1.0.140 |
2776 | 2025-07-23T01:13:02.625Z | Compiling libc v0.2.174 |
2777 | 2025-07-23T01:13:02.628Z | Compiling num-traits v0.2.19 |
2778 | 2025-07-23T01:13:02.970Z | Compiling hashbrown v0.15.4 |
2779 | 2025-07-23T01:13:02.991Z | Compiling smallvec v1.15.0 |
2780 | 2025-07-23T01:13:03.036Z | Compiling rustix v0.38.37 |
2781 | 2025-07-23T01:13:03.165Z | Compiling usdt-impl v0.5.0 |
2782 | 2025-07-23T01:13:03.400Z | Compiling syn v1.0.109 |
2783 | 2025-07-23T01:13:03.460Z | Compiling percent-encoding v2.3.1 |
2784 | 2025-07-23T01:13:03.713Z | Compiling log v0.4.27 |
2785 | 2025-07-23T01:13:03.927Z | Compiling getrandom v0.3.1 |
2786 | 2025-07-23T01:13:04.017Z | Compiling thread-id v4.2.2 |
2787 | 2025-07-23T01:13:04.168Z | Compiling form_urlencoded v1.2.1 |
2788 | 2025-07-23T01:13:04.186Z | Compiling indexmap v2.10.0 |
2789 | 2025-07-23T01:13:04.725Z | Compiling rustix v1.0.7 |
2790 | 2025-07-23T01:13:04.747Z | Compiling fs-err v3.1.1 |
2791 | 2025-07-23T01:13:05.127Z | Compiling terminal_size v0.4.0 |
2792 | 2025-07-23T01:13:05.428Z | Compiling ordered-float v2.10.1 |
2793 | 2025-07-23T01:13:05.582Z | Compiling anyhow v1.0.98 |
2794 | 2025-07-23T01:13:05.978Z | Compiling clap_builder v4.5.40 |
2795 | 2025-07-23T01:13:06.245Z | Compiling textwrap v0.16.2 |
2796 | 2025-07-23T01:13:06.589Z | Compiling tempfile v3.20.0 |
2797 | 2025-07-23T01:13:07.220Z | Compiling proc-macro-error v1.0.4 |
2798 | 2025-07-23T01:13:08.474Z | Compiling tabled_derive v0.7.0 |
2799 | 2025-07-23T01:13:09.114Z | Compiling synstructure v0.13.1 |
2800 | 2025-07-23T01:13:09.795Z | Compiling tabled v0.15.0 |
2801 | 2025-07-23T01:13:10.506Z | Compiling serde_derive v1.0.219 |
2802 | 2025-07-23T01:13:11.849Z | Compiling thiserror-impl v1.0.69 |
2803 | 2025-07-23T01:13:11.887Z | Compiling zerofrom-derive v0.1.4 |
2804 | 2025-07-23T01:13:11.962Z | Compiling yoke-derive v0.7.4 |
2805 | 2025-07-23T01:13:14.296Z | Compiling zerovec-derive v0.10.3 |
2806 | 2025-07-23T01:13:14.432Z | Compiling thiserror v1.0.69 |
2807 | 2025-07-23T01:13:14.618Z | Compiling displaydoc v0.2.5 |
2808 | 2025-07-23T01:13:14.869Z | Compiling zerofrom v0.1.4 |
2809 | 2025-07-23T01:13:15.150Z | Compiling yoke v0.7.4 |
2810 | 2025-07-23T01:13:15.585Z | Compiling pest v2.7.14 |
2811 | 2025-07-23T01:13:16.012Z | Compiling icu_provider_macros v1.5.0 |
2812 | 2025-07-23T01:13:16.530Z | Compiling zerovec v0.10.4 |
2813 | 2025-07-23T01:13:17.026Z | Compiling zerocopy-derive v0.7.35 |
2814 | 2025-07-23T01:13:18.403Z | Compiling pest_meta v2.7.14 |
2815 | 2025-07-23T01:13:18.835Z | Compiling tinystr v0.7.6 |
2816 | 2025-07-23T01:13:19.291Z | Compiling icu_locid v1.5.0 |
2817 | 2025-07-23T01:13:19.620Z | Compiling icu_collections v1.5.0 |
2818 | 2025-07-23T01:13:20.949Z | Compiling icu_provider v1.5.0 |
2819 | 2025-07-23T01:13:21.859Z | Compiling pest_generator v2.7.14 |
2820 | 2025-07-23T01:13:22.267Z | Compiling icu_locid_transform v1.5.0 |
2821 | 2025-07-23T01:13:23.388Z | Compiling toml_datetime v0.6.11 |
2822 | 2025-07-23T01:13:23.443Z | Compiling pest_derive v2.7.14 |
2823 | 2025-07-23T01:13:24.213Z | Compiling icu_properties v1.5.1 |
2824 | 2025-07-23T01:13:24.216Z | Compiling serde_spanned v0.6.9 |
2825 | 2025-07-23T01:13:24.532Z | Compiling zerocopy v0.7.35 |
2826 | 2025-07-23T01:13:24.771Z | Compiling scroll_derive v0.12.0 |
2827 | 2025-07-23T01:13:25.879Z | Compiling toml_edit v0.22.27 |
2828 | 2025-07-23T01:13:26.143Z | Compiling scroll v0.12.0 |
2829 | 2025-07-23T01:13:26.428Z | Compiling dtrace-parser v0.2.0 |
2830 | 2025-07-23T01:13:27.928Z | Compiling goblin v0.8.2 |
2831 | 2025-07-23T01:13:30.437Z | Compiling icu_normalizer v1.5.0 |
2832 | 2025-07-23T01:13:30.916Z | Compiling dof v0.3.0 |
2833 | 2025-07-23T01:13:31.747Z | Compiling idna_adapter v1.2.0 |
2834 | 2025-07-23T01:13:32.025Z | Compiling idna v1.0.3 |
2835 | 2025-07-23T01:13:32.416Z | Compiling toml v0.8.23 |
2836 | 2025-07-23T01:13:33.040Z | Compiling serde_tokenstream v0.2.2 |
2837 | 2025-07-23T01:13:33.651Z | Compiling erased-serde v0.4.6 |
2838 | 2025-07-23T01:13:35.751Z | Compiling serde-untagged v0.1.7 |
2839 | 2025-07-23T01:13:36.574Z | Compiling url v2.5.4 |
2840 | 2025-07-23T01:13:37.354Z | Compiling semver v1.0.26 |
2841 | 2025-07-23T01:13:37.420Z | Compiling camino v1.1.10 |
2842 | 2025-07-23T01:13:38.252Z | Compiling serde-value v0.7.0 |
2843 | 2025-07-23T01:13:38.799Z | Compiling thiserror-impl v2.0.12 |
2844 | 2025-07-23T01:13:39.967Z | Compiling cargo-util-schemas v0.2.0 |
2845 | 2025-07-23T01:13:41.692Z | Compiling thiserror v2.0.12 |
2846 | 2025-07-23T01:13:41.928Z | Compiling usdt-macro v0.5.0 |
2847 | 2025-07-23T01:13:42.062Z | Compiling usdt-attr-macro v0.5.0 |
2848 | 2025-07-23T01:13:42.672Z | Compiling cargo-platform v0.2.0 |
2849 | 2025-07-23T01:13:43.123Z | Compiling clap_derive v4.5.40 |
2850 | 2025-07-23T01:13:43.332Z | Compiling cargo_metadata v0.20.0 |
2851 | 2025-07-23T01:13:43.394Z | Compiling usdt v0.5.0 |
2852 | 2025-07-23T01:13:43.886Z | Compiling camino-tempfile v1.4.1 |
2853 | 2025-07-23T01:13:44.732Z | Compiling cargo_toml v0.21.0 |
2854 | 2025-07-23T01:13:44.805Z | Compiling macaddr v1.0.1 |
2855 | 2025-07-23T01:13:47.244Z | Compiling clap v4.5.40 |
2856 | 2025-07-23T01:13:55.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2857 | 2025-07-23T01:14:00.742Z | Finished `release` profile [optimized] target(s) in 58.87s |
2858 | 2025-07-23T01:14:00.875Z | |
2859 | 2025-07-23T01:14:00.875Z | real 59.030431417 |
2860 | 2025-07-23T01:14:00.875Z | user 6:18.987764596 |
2861 | 2025-07-23T01:14:00.875Z | sys 27.269873794 |
2862 | 2025-07-23T01:14:00.875Z | trap 0.203900307 |
2863 | 2025-07-23T01:14:00.875Z | tflt 0.354011677 |
2864 | 2025-07-23T01:14:00.875Z | dflt 0.585500326 |
2865 | 2025-07-23T01:14:00.879Z | kflt 0.000016337 |
2866 | 2025-07-23T01:14:00.879Z | lock 17:14.691176542 |
2867 | 2025-07-23T01:14:00.879Z | slp 19:30.690840251 |
2868 | 2025-07-23T01:14:00.879Z | lat 24.762825981 |
2869 | 2025-07-23T01:14:00.879Z | stop 33.110090661 |
2870 | 2025-07-23T01:14:00.879Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2871 | 2025-07-23T01:14:00.879Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2872 | 2025-07-23T01:14:00.879Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2873 | 2025-07-23T01:14:00.879Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2874 | 2025-07-23T01:14:00.880Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2875 | 2025-07-23T01:14:02.078Z | Compiling regress v0.10.3 |
2876 | 2025-07-23T01:14:02.244Z | Compiling ident_case v1.0.1 |
2877 | 2025-07-23T01:14:02.247Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2878 | 2025-07-23T01:14:02.247Z | Compiling unsafe-libyaml v0.2.11 |
2879 | 2025-07-23T01:14:02.275Z | Compiling match_cfg v0.1.0 |
2880 | 2025-07-23T01:14:02.312Z | Compiling rustix v1.0.7 |
2881 | 2025-07-23T01:14:02.335Z | Compiling quick-error v1.2.3 |
2882 | 2025-07-23T01:14:02.338Z | Compiling progenitor-client v0.10.0 |
2883 | 2025-07-23T01:14:02.411Z | Compiling hostname v0.3.1 |
2884 | 2025-07-23T01:14:02.411Z | Compiling darling_core v0.20.10 |
2885 | 2025-07-23T01:14:02.503Z | Compiling structmeta-derive v0.3.0 |
2886 | 2025-07-23T01:14:02.639Z | Compiling rustls v0.22.4 |
2887 | 2025-07-23T01:14:02.748Z | Compiling hex v0.4.3 |
2888 | 2025-07-23T01:14:02.884Z | Compiling multer v3.1.0 |
2889 | 2025-07-23T01:14:03.013Z | Compiling debug-ignore v1.0.5 |
2890 | 2025-07-23T01:14:03.325Z | Compiling toml v0.8.23 |
2891 | 2025-07-23T01:14:03.352Z | Compiling slog-json v2.6.1 |
2892 | 2025-07-23T01:14:03.739Z | Compiling serde_yaml v0.9.34+deprecated |
2893 | 2025-07-23T01:14:04.003Z | Compiling tempfile v3.20.0 |
2894 | 2025-07-23T01:14:04.413Z | Compiling macaddr v1.0.1 |
2895 | 2025-07-23T01:14:04.776Z | Compiling async-stream-impl v0.3.6 |
2896 | 2025-07-23T01:14:04.837Z | Compiling dropshot v0.16.2 |
2897 | 2025-07-23T01:14:04.883Z | Compiling slog-bunyan v2.5.0 |
2898 | 2025-07-23T01:14:05.041Z | Compiling structmeta v0.3.0 |
2899 | 2025-07-23T01:14:05.279Z | Compiling waitgroup v0.1.2 |
2900 | 2025-07-23T01:14:05.470Z | Compiling rustls-pemfile v2.2.0 |
2901 | 2025-07-23T01:14:05.533Z | Compiling dropshot_endpoint v0.16.2 |
2902 | 2025-07-23T01:14:05.829Z | Compiling typify-impl v0.3.0 |
2903 | 2025-07-23T01:14:06.067Z | Compiling async-stream v0.3.6 |
2904 | 2025-07-23T01:14:06.106Z | Compiling serde_path_to_error v0.1.17 |
2905 | 2025-07-23T01:14:06.387Z | Compiling wait-timeout v0.2.0 |
2906 | 2025-07-23T01:14:06.656Z | Compiling hostname v0.4.0 |
2907 | 2025-07-23T01:14:06.897Z | Compiling bit-vec v0.8.0 |
2908 | 2025-07-23T01:14:06.918Z | Compiling rusty-fork v0.3.0 |
2909 | 2025-07-23T01:14:06.939Z | Compiling derive-ex v0.1.8 |
2910 | 2025-07-23T01:14:07.189Z | Compiling rand_xorshift v0.4.0 |
2911 | 2025-07-23T01:14:07.381Z | Compiling bit-set v0.8.0 |
2912 | 2025-07-23T01:14:07.517Z | Compiling tokio-rustls v0.25.0 |
2913 | 2025-07-23T01:14:07.591Z | Compiling instant v0.1.13 |
2914 | 2025-07-23T01:14:07.689Z | Compiling unarray v0.1.4 |
2915 | 2025-07-23T01:14:07.778Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2916 | 2025-07-23T01:14:07.893Z | Compiling proptest v1.7.0 |
2917 | 2025-07-23T01:14:07.954Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2918 | 2025-07-23T01:14:07.979Z | Compiling progenitor-client v0.9.1 |
2919 | 2025-07-23T01:14:08.219Z | Compiling darling_macro v0.20.10 |
2920 | 2025-07-23T01:14:08.524Z | Compiling derive-where v1.5.0 |
2921 | 2025-07-23T01:14:08.669Z | Compiling ref-cast v1.0.24 |
2922 | 2025-07-23T01:14:09.156Z | Compiling darling v0.20.10 |
2923 | 2025-07-23T01:14:09.349Z | Compiling serde_with_macros v3.14.0 |
2924 | 2025-07-23T01:14:09.370Z | Compiling ref-cast-impl v1.0.24 |
2925 | 2025-07-23T01:14:10.710Z | Compiling parse-display-derive v0.10.0 |
2926 | 2025-07-23T01:14:11.084Z | Compiling test-strategy v0.4.3 |
2927 | 2025-07-23T01:14:11.464Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2928 | 2025-07-23T01:14:11.730Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2929 | 2025-07-23T01:14:11.865Z | Compiling serde_with v3.14.0 |
2930 | 2025-07-23T01:14:12.102Z | Compiling iddqd v0.3.9 |
2931 | 2025-07-23T01:14:12.244Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2932 | 2025-07-23T01:14:12.473Z | Compiling backoff v0.4.0 |
2933 | 2025-07-23T01:14:12.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2934 | 2025-07-23T01:14:13.683Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2935 | 2025-07-23T01:14:14.315Z | Compiling itertools v0.14.0 |
2936 | 2025-07-23T01:14:14.531Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2937 | 2025-07-23T01:14:14.678Z | Compiling parse-display v0.10.0 |
2938 | 2025-07-23T01:14:14.925Z | Compiling darling_core v0.21.0 |
2939 | 2025-07-23T01:14:15.321Z | Compiling proc-macro-crate v1.3.1 |
2940 | 2025-07-23T01:14:15.624Z | Compiling proc-macro-error v1.0.4 |
2941 | 2025-07-23T01:14:15.805Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2942 | 2025-07-23T01:14:16.206Z | Compiling crucible-workspace-hack v0.1.0 |
2943 | 2025-07-23T01:14:16.259Z | Compiling num_enum_derive v0.5.11 |
2944 | 2025-07-23T01:14:16.290Z | Compiling typify-impl v0.4.1 |
2945 | 2025-07-23T01:14:16.565Z | Compiling heapless v0.8.0 |
2946 | 2025-07-23T01:14:17.173Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2947 | 2025-07-23T01:14:17.599Z | Compiling hash32 v0.3.1 |
2948 | 2025-07-23T01:14:17.700Z | Compiling foreign-types-macros v0.2.3 |
2949 | 2025-07-23T01:14:17.887Z | Compiling foreign-types-shared v0.3.1 |
2950 | 2025-07-23T01:14:18.061Z | Compiling smoltcp v0.11.0 |
2951 | 2025-07-23T01:14:18.498Z | Compiling num_enum v0.5.11 |
2952 | 2025-07-23T01:14:18.921Z | Compiling tabwriter v1.4.0 |
2953 | 2025-07-23T01:14:18.994Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2954 | 2025-07-23T01:14:19.018Z | Compiling foreign-types v0.5.0 |
2955 | 2025-07-23T01:14:19.173Z | Compiling cstr-argument v0.1.2 |
2956 | 2025-07-23T01:14:19.284Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2957 | 2025-07-23T01:14:19.377Z | Compiling pretty-hex v0.2.1 |
2958 | 2025-07-23T01:14:19.507Z | Compiling cobs v0.2.3 |
2959 | 2025-07-23T01:14:19.605Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2960 | 2025-07-23T01:14:19.708Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2961 | 2025-07-23T01:14:19.799Z | Compiling typify-macro v0.3.0 |
2962 | 2025-07-23T01:14:19.836Z | Compiling postcard v1.0.10 |
2963 | 2025-07-23T01:14:19.880Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2964 | 2025-07-23T01:14:20.097Z | Compiling colored v2.2.0 |
2965 | 2025-07-23T01:14:20.220Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2966 | 2025-07-23T01:14:20.492Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2967 | 2025-07-23T01:14:20.847Z | Compiling rayon-core v1.12.1 |
2968 | 2025-07-23T01:14:20.957Z | Compiling crossbeam-deque v0.8.5 |
2969 | 2025-07-23T01:14:21.166Z | Compiling darling_macro v0.21.0 |
2970 | 2025-07-23T01:14:21.222Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2971 | 2025-07-23T01:14:22.081Z | Compiling darling v0.21.0 |
2972 | 2025-07-23T01:14:22.142Z | Compiling camino-tempfile v1.4.1 |
2973 | 2025-07-23T01:14:22.227Z | Compiling ingot-macros v0.1.1 |
2974 | 2025-07-23T01:14:22.613Z | Compiling smf v0.2.3 |
2975 | 2025-07-23T01:14:22.863Z | Compiling rayon v1.10.0 |
2976 | 2025-07-23T01:14:23.737Z | Compiling typify v0.3.0 |
2977 | 2025-07-23T01:14:23.793Z | Compiling zone_cfg_derive v0.3.0 |
2978 | 2025-07-23T01:14:23.941Z | Compiling progenitor-impl v0.9.1 |
2979 | 2025-07-23T01:14:24.198Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2980 | 2025-07-23T01:14:24.590Z | Compiling num-derive v0.4.2 |
2981 | 2025-07-23T01:14:24.642Z | Compiling sigpipe v0.1.3 |
2982 | 2025-07-23T01:14:24.806Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2983 | 2025-07-23T01:14:25.168Z | Compiling jiff v0.2.15 |
2984 | 2025-07-23T01:14:25.234Z | Compiling zone v0.3.1 |
2985 | 2025-07-23T01:14:26.704Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2986 | 2025-07-23T01:14:26.873Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2987 | 2025-07-23T01:14:27.136Z | Compiling num-rational v0.4.2 |
2988 | 2025-07-23T01:14:27.170Z | Compiling universal-hash v0.5.1 |
2989 | 2025-07-23T01:14:27.412Z | Compiling num-complex v0.4.6 |
2990 | 2025-07-23T01:14:27.694Z | Compiling opaque-debug v0.3.1 |
2991 | 2025-07-23T01:14:27.831Z | Compiling half v2.4.1 |
2992 | 2025-07-23T01:14:28.415Z | Compiling num v0.4.3 |
2993 | 2025-07-23T01:14:28.440Z | Compiling ciborium-io v0.2.2 |
2994 | 2025-07-23T01:14:28.557Z | Compiling float-ord v0.3.2 |
2995 | 2025-07-23T01:14:28.588Z | Compiling ciborium-ll v0.2.2 |
2996 | 2025-07-23T01:14:28.615Z | Compiling secrecy v0.10.3 |
2997 | 2025-07-23T01:14:28.758Z | Compiling aead v0.5.2 |
2998 | 2025-07-23T01:14:28.919Z | Compiling ciborium v0.2.2 |
2999 | 2025-07-23T01:14:29.013Z | Compiling keccak v0.1.5 |
3000 | 2025-07-23T01:14:29.156Z | Compiling convert_case v0.4.0 |
3001 | 2025-07-23T01:14:29.181Z | Compiling ingot-types v0.1.2 |
3002 | 2025-07-23T01:14:30.047Z | Compiling ingot v0.1.1 |
3003 | 2025-07-23T01:14:30.135Z | Compiling utf-8 v0.7.6 |
3004 | 2025-07-23T01:14:30.268Z | Compiling derive_more v0.99.20 |
3005 | 2025-07-23T01:14:30.344Z | Compiling sha3 v0.10.8 |
3006 | 2025-07-23T01:14:30.481Z | Compiling tungstenite v0.21.0 |
3007 | 2025-07-23T01:14:30.484Z | Compiling typify-macro v0.4.1 |
3008 | 2025-07-23T01:14:30.659Z | Compiling progenitor-macro v0.9.1 |
3009 | 2025-07-23T01:14:31.347Z | Compiling poly1305 v0.8.0 |
3010 | 2025-07-23T01:14:32.391Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3011 | 2025-07-23T01:14:32.953Z | Compiling password-hash v0.5.0 |
3012 | 2025-07-23T01:14:33.392Z | Compiling chacha20 v0.9.1 |
3013 | 2025-07-23T01:14:33.719Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3014 | 2025-07-23T01:14:33.837Z | Compiling blake2 v0.10.6 |
3015 | 2025-07-23T01:14:33.913Z | Compiling indent_write v2.2.0 |
3016 | 2025-07-23T01:14:34.012Z | Compiling tokio-tungstenite v0.21.0 |
3017 | 2025-07-23T01:14:34.170Z | Compiling base64 v0.21.7 |
3018 | 2025-07-23T01:14:34.513Z | Compiling typify v0.4.1 |
3019 | 2025-07-23T01:14:34.659Z | Compiling argon2 v0.5.3 |
3020 | 2025-07-23T01:14:34.722Z | Compiling progenitor-impl v0.10.0 |
3021 | 2025-07-23T01:14:34.923Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3022 | 2025-07-23T01:14:35.135Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3023 | 2025-07-23T01:14:36.172Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3024 | 2025-07-23T01:14:36.324Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3025 | 2025-07-23T01:14:36.531Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3026 | 2025-07-23T01:14:36.555Z | Compiling thiserror-impl-no-std v2.0.2 |
3027 | 2025-07-23T01:14:36.622Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3028 | 2025-07-23T01:14:36.647Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3029 | 2025-07-23T01:14:36.687Z | Compiling cancel-safe-futures v0.1.5 |
3030 | 2025-07-23T01:14:37.003Z | Compiling owo-colors v4.2.2 |
3031 | 2025-07-23T01:14:37.135Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3032 | 2025-07-23T01:14:37.272Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3033 | 2025-07-23T01:14:37.421Z | Compiling atomicwrites v0.4.4 |
3034 | 2025-07-23T01:14:37.649Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3035 | 2025-07-23T01:14:37.716Z | Compiling libsw-core v0.3.1 |
3036 | 2025-07-23T01:14:37.768Z | Compiling semver v0.1.20 |
3037 | 2025-07-23T01:14:37.875Z | Compiling fixedbitset v0.5.7 |
3038 | 2025-07-23T01:14:38.036Z | Compiling libsw v3.5.0 |
3039 | 2025-07-23T01:14:38.365Z | Compiling petgraph v0.8.2 |
3040 | 2025-07-23T01:14:38.387Z | Compiling rustc_version v0.1.7 |
3041 | 2025-07-23T01:14:38.556Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3042 | 2025-07-23T01:14:39.245Z | Compiling thiserror-no-std v2.0.2 |
3043 | 2025-07-23T01:14:39.475Z | Compiling vsss-rs v3.3.4 |
3044 | 2025-07-23T01:14:40.191Z | Compiling chacha20poly1305 v0.10.1 |
3045 | 2025-07-23T01:14:40.405Z | Compiling typify-impl v0.2.0 |
3046 | 2025-07-23T01:14:40.468Z | Compiling resolv-conf v0.7.0 |
3047 | 2025-07-23T01:14:40.882Z | Compiling newline-converter v0.3.0 |
3048 | 2025-07-23T01:14:41.087Z | Compiling primeorder v0.13.6 |
3049 | 2025-07-23T01:14:41.191Z | Compiling linear-map v1.2.0 |
3050 | 2025-07-23T01:14:41.344Z | Compiling progenitor-macro v0.10.0 |
3051 | 2025-07-23T01:14:41.563Z | Compiling moka v0.12.10 |
3052 | 2025-07-23T01:14:41.589Z | Compiling libefi-sys v0.1.0 |
3053 | 2025-07-23T01:14:41.680Z | Compiling expectorate v1.2.0 |
3054 | 2025-07-23T01:14:41.957Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3055 | 2025-07-23T01:14:42.005Z | Compiling newtype_derive v0.1.6 |
3056 | 2025-07-23T01:14:42.029Z | Compiling pem v3.0.5 |
3057 | 2025-07-23T01:14:42.301Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3058 | 2025-07-23T01:14:42.351Z | Compiling pin-project-internal v1.1.6 |
3059 | 2025-07-23T01:14:42.705Z | Compiling bitfield-struct v0.6.2 |
3060 | 2025-07-23T01:14:42.772Z | Compiling unicase v2.7.0 |
3061 | 2025-07-23T01:14:43.162Z | Compiling same-file v1.0.6 |
3062 | 2025-07-23T01:14:43.292Z | Compiling progenitor v0.9.1 |
3063 | 2025-07-23T01:14:43.480Z | Compiling tagptr v0.2.0 |
3064 | 2025-07-23T01:14:43.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3065 | 2025-07-23T01:14:43.644Z | Compiling arc-swap v1.7.1 |
3066 | 2025-07-23T01:14:44.129Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3067 | 2025-07-23T01:14:44.240Z | Compiling slog-scope v4.4.0 |
3068 | 2025-07-23T01:14:44.753Z | Compiling walkdir v2.5.0 |
3069 | 2025-07-23T01:14:45.034Z | Compiling pin-project v1.1.6 |
3070 | 2025-07-23T01:14:45.314Z | Compiling polyval v0.6.2 |
3071 | 2025-07-23T01:14:45.394Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3072 | 2025-07-23T01:14:45.464Z | Compiling hickory-proto v0.24.4 |
3073 | 2025-07-23T01:14:45.676Z | Compiling snafu-derive v0.8.5 |
3074 | 2025-07-23T01:14:45.729Z | Compiling proc-macro-error-attr2 v2.0.0 |
3075 | 2025-07-23T01:14:45.766Z | Compiling parking_lot_core v0.8.6 |
3076 | 2025-07-23T01:14:46.021Z | Compiling salty v0.3.0 |
3077 | 2025-07-23T01:14:46.246Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3078 | 2025-07-23T01:14:46.410Z | Compiling linked-hash-map v0.5.6 |
3079 | 2025-07-23T01:14:46.517Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3080 | 2025-07-23T01:14:46.541Z | Compiling proc-macro-error2 v2.0.1 |
3081 | 2025-07-23T01:14:46.785Z | Compiling lru-cache v0.1.2 |
3082 | 2025-07-23T01:14:47.194Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3083 | 2025-07-23T01:14:47.356Z | Compiling ghash v0.5.1 |
3084 | 2025-07-23T01:14:47.575Z | Compiling hickory-resolver v0.25.2 |
3085 | 2025-07-23T01:14:47.780Z | Compiling slog-stdlog v4.1.1 |
3086 | 2025-07-23T01:14:47.989Z | Compiling p384 v0.13.0 |
3087 | 2025-07-23T01:14:48.185Z | Compiling tabled_derive v0.7.0 |
3088 | 2025-07-23T01:14:49.443Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3089 | 2025-07-23T01:14:50.409Z | Compiling snafu v0.8.5 |
3090 | 2025-07-23T01:14:50.414Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3091 | 2025-07-23T01:14:50.724Z | Compiling globset v0.4.15 |
3092 | 2025-07-23T01:14:51.180Z | Compiling olpc-cjson v0.1.4 |
3093 | 2025-07-23T01:14:51.409Z | Compiling num-derive v0.3.3 |
3094 | 2025-07-23T01:14:51.497Z | Compiling ctr v0.9.2 |
3095 | 2025-07-23T01:14:51.914Z | Compiling gethostname v0.5.0 |
3096 | 2025-07-23T01:14:52.009Z | Compiling lzma-sys v0.1.20 |
3097 | 2025-07-23T01:14:52.130Z | Compiling serde_plain v1.0.2 |
3098 | 2025-07-23T01:14:52.278Z | Compiling async-recursion v1.1.1 |
3099 | 2025-07-23T01:14:52.545Z | Compiling slog-dtrace v0.3.0 |
3100 | 2025-07-23T01:14:52.815Z | Compiling typed-path v0.9.3 |
3101 | 2025-07-23T01:14:52.918Z | Compiling highway v1.3.0 |
3102 | 2025-07-23T01:14:53.089Z | Compiling xshell-macros v0.2.7 |
3103 | 2025-07-23T01:14:53.487Z | Compiling libscf-sys v1.1.0 |
3104 | 2025-07-23T01:14:53.668Z | Compiling textwrap v0.16.2 |
3105 | 2025-07-23T01:14:53.811Z | Compiling xshell v0.2.7 |
3106 | 2025-07-23T01:14:53.814Z | Compiling aes-gcm v0.10.3 |
3107 | 2025-07-23T01:14:53.838Z | Compiling tabled v0.15.0 |
3108 | 2025-07-23T01:14:53.955Z | Compiling typify-macro v0.2.0 |
3109 | 2025-07-23T01:14:54.027Z | Compiling progenitor v0.10.0 |
3110 | 2025-07-23T01:14:54.172Z | Compiling hickory-resolver v0.24.4 |
3111 | 2025-07-23T01:14:54.297Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3112 | 2025-07-23T01:14:54.664Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3113 | 2025-07-23T01:14:54.994Z | Compiling tough v0.20.0 |
3114 | 2025-07-23T01:14:55.877Z | Compiling slog-envlogger v2.2.0 |
3115 | 2025-07-23T01:14:56.354Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3116 | 2025-07-23T01:14:56.581Z | Compiling mime_guess v2.0.5 |
3117 | 2025-07-23T01:14:57.752Z | Compiling steno v0.4.1 |
3118 | 2025-07-23T01:14:57.908Z | Compiling tabled_derive v0.10.0 |
3119 | 2025-07-23T01:14:58.018Z | Compiling typify v0.2.0 |
3120 | 2025-07-23T01:14:58.221Z | Compiling progenitor-impl v0.8.0 |
3121 | 2025-07-23T01:14:59.720Z | Compiling papergrid v0.14.0 |
3122 | 2025-07-23T01:15:00.217Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3123 | 2025-07-23T01:15:00.586Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3124 | 2025-07-23T01:15:00.646Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3125 | 2025-07-23T01:15:01.281Z | Compiling tokio-dtrace v0.1.0 |
3126 | 2025-07-23T01:15:01.764Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3127 | 2025-07-23T01:15:02.927Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3128 | 2025-07-23T01:15:03.359Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3129 | 2025-07-23T01:15:03.895Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3130 | 2025-07-23T01:15:04.768Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3131 | 2025-07-23T01:15:04.791Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3132 | 2025-07-23T01:15:04.908Z | Compiling progenitor-macro v0.8.0 |
3133 | 2025-07-23T01:15:06.319Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3134 | 2025-07-23T01:15:06.747Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3135 | 2025-07-23T01:15:07.387Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3136 | 2025-07-23T01:15:08.716Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3137 | 2025-07-23T01:15:09.300Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3138 | 2025-07-23T01:15:09.545Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3139 | 2025-07-23T01:15:09.993Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3140 | 2025-07-23T01:15:10.222Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3141 | 2025-07-23T01:15:12.059Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3142 | 2025-07-23T01:15:12.140Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3143 | 2025-07-23T01:15:12.691Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3144 | 2025-07-23T01:15:12.778Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3145 | 2025-07-23T01:15:13.583Z | Compiling heck v0.3.3 |
3146 | 2025-07-23T01:15:14.010Z | Compiling progenitor-client v0.8.0 |
3147 | 2025-07-23T01:15:14.587Z | Compiling ssh-encoding v0.2.0 |
3148 | 2025-07-23T01:15:15.119Z | Compiling blowfish v0.9.1 |
3149 | 2025-07-23T01:15:15.525Z | Compiling env_filter v0.1.2 |
3150 | 2025-07-23T01:15:15.631Z | Compiling nibble_vec v0.1.0 |
3151 | 2025-07-23T01:15:15.862Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3152 | 2025-07-23T01:15:15.890Z | Compiling humantime v2.2.0 |
3153 | 2025-07-23T01:15:16.156Z | Compiling endian-type v0.1.2 |
3154 | 2025-07-23T01:15:16.353Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3155 | 2025-07-23T01:15:16.381Z | Compiling radix_trie v0.2.1 |
3156 | 2025-07-23T01:15:16.417Z | Compiling env_logger v0.11.5 |
3157 | 2025-07-23T01:15:16.553Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3158 | 2025-07-23T01:15:17.037Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3159 | 2025-07-23T01:15:17.080Z | Compiling bcrypt-pbkdf v0.10.0 |
3160 | 2025-07-23T01:15:17.080Z | Compiling ssh-cipher v0.2.0 |
3161 | 2025-07-23T01:15:17.517Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3162 | 2025-07-23T01:15:17.727Z | Compiling progenitor v0.8.0 |
3163 | 2025-07-23T01:15:17.751Z | Compiling zone_cfg_derive v0.1.2 |
3164 | 2025-07-23T01:15:17.976Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3165 | 2025-07-23T01:15:18.004Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3166 | 2025-07-23T01:15:18.488Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3167 | 2025-07-23T01:15:19.072Z | Compiling oxide-tokio-rt v0.1.2 |
3168 | 2025-07-23T01:15:19.600Z | Compiling tabled v0.18.0 |
3169 | 2025-07-23T01:15:19.908Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3170 | 2025-07-23T01:15:20.836Z | Compiling parking_lot v0.11.2 |
3171 | 2025-07-23T01:15:21.465Z | Compiling qorb v0.4.0 |
3172 | 2025-07-23T01:15:21.669Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3173 | 2025-07-23T01:15:22.453Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3174 | 2025-07-23T01:15:22.573Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3175 | 2025-07-23T01:15:22.645Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3176 | 2025-07-23T01:15:23.089Z | Compiling prefix-trie v0.7.0 |
3177 | 2025-07-23T01:15:23.115Z | Compiling password-hash v0.4.2 |
3178 | 2025-07-23T01:15:23.272Z | Compiling fxhash v0.2.1 |
3179 | 2025-07-23T01:15:23.529Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3180 | 2025-07-23T01:15:23.903Z | Compiling number_prefix v0.4.0 |
3181 | 2025-07-23T01:15:23.925Z | Compiling base64 v0.13.1 |
3182 | 2025-07-23T01:15:23.947Z | Compiling http-range v0.1.5 |
3183 | 2025-07-23T01:15:24.160Z | Compiling indicatif v0.17.11 |
3184 | 2025-07-23T01:15:24.325Z | Compiling hickory-server v0.25.2 |
3185 | 2025-07-23T01:15:24.507Z | Compiling ron v0.7.1 |
3186 | 2025-07-23T01:15:26.049Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3187 | 2025-07-23T01:15:26.077Z | Compiling pbkdf2 v0.11.0 |
3188 | 2025-07-23T01:15:26.102Z | Compiling sled v0.34.7 |
3189 | 2025-07-23T01:15:26.473Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3190 | 2025-07-23T01:15:26.584Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3191 | 2025-07-23T01:15:27.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3192 | 2025-07-23T01:15:27.781Z | Compiling xz2 v0.1.7 |
3193 | 2025-07-23T01:15:28.262Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3194 | 2025-07-23T01:15:28.606Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3195 | 2025-07-23T01:15:28.688Z | Compiling zone v0.1.8 |
3196 | 2025-07-23T01:15:29.575Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3197 | 2025-07-23T01:15:29.626Z | Compiling ssh-key v0.6.6 |
3198 | 2025-07-23T01:15:30.062Z | Compiling hickory-client v0.25.2 |
3199 | 2025-07-23T01:15:30.106Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3200 | 2025-07-23T01:15:30.729Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3201 | 2025-07-23T01:15:30.756Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3202 | 2025-07-23T01:15:31.231Z | Compiling p256 v0.13.2 |
3203 | 2025-07-23T01:15:32.052Z | Compiling p521 v0.13.3 |
3204 | 2025-07-23T01:15:32.221Z | Compiling yasna v0.5.2 |
3205 | 2025-07-23T01:15:33.572Z | Compiling headers-core v0.3.0 |
3206 | 2025-07-23T01:15:33.751Z | Compiling kstat-rs v0.2.4 |
3207 | 2025-07-23T01:15:33.788Z | Compiling secrecy v0.8.0 |
3208 | 2025-07-23T01:15:34.082Z | Compiling nanorand v0.7.0 |
3209 | 2025-07-23T01:15:34.172Z | Compiling russh-cryptovec v0.7.3 |
3210 | 2025-07-23T01:15:34.226Z | Compiling atty v0.2.14 |
3211 | 2025-07-23T01:15:34.349Z | Compiling md5 v0.7.0 |
3212 | 2025-07-23T01:15:34.424Z | Compiling crc8 v0.1.1 |
3213 | 2025-07-23T01:15:34.548Z | Compiling flume v0.11.1 |
3214 | 2025-07-23T01:15:34.645Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3215 | 2025-07-23T01:15:34.649Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3216 | 2025-07-23T01:15:34.904Z | Compiling russh-keys v0.45.0 |
3217 | 2025-07-23T01:15:35.190Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3218 | 2025-07-23T01:15:35.315Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3219 | 2025-07-23T01:15:38.023Z | Compiling headers v0.4.1 |
3220 | 2025-07-23T01:15:38.458Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3221 | 2025-07-23T01:15:39.811Z | Compiling rcgen v0.12.1 |
3222 | 2025-07-23T01:15:39.947Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3223 | 2025-07-23T01:15:40.859Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3224 | 2025-07-23T01:15:40.939Z | Compiling hyper-staticfile v0.10.1 |
3225 | 2025-07-23T01:15:41.590Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3226 | 2025-07-23T01:15:41.899Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3227 | 2025-07-23T01:15:41.990Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3228 | 2025-07-23T01:15:42.018Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3229 | 2025-07-23T01:15:42.236Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3230 | 2025-07-23T01:15:42.760Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3231 | 2025-07-23T01:15:43.832Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3232 | 2025-07-23T01:15:44.654Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3233 | 2025-07-23T01:15:46.211Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3234 | 2025-07-23T01:15:46.279Z | Compiling num-bigint v0.4.6 |
3235 | 2025-07-23T01:15:47.584Z | Compiling des v0.8.1 |
3236 | 2025-07-23T01:15:47.588Z | Compiling subprocess v0.2.9 |
3237 | 2025-07-23T01:15:47.970Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3238 | 2025-07-23T01:15:48.872Z | Compiling hex-literal v0.4.1 |
3239 | 2025-07-23T01:15:49.085Z | Compiling display-error-chain v0.2.2 |
3240 | 2025-07-23T01:15:49.298Z | Compiling russh v0.45.0 |
3241 | 2025-07-23T01:15:49.362Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3242 | 2025-07-23T01:15:49.386Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3243 | 2025-07-23T01:15:52.237Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3244 | 2025-07-23T01:15:52.271Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3245 | 2025-07-23T01:15:52.689Z | Compiling internet-checksum v0.2.1 |
3246 | 2025-07-23T01:15:55.275Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3247 | 2025-07-23T01:15:56.991Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2025-07-23T01:16:21.202Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3249 | 2025-07-23T01:16:45.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
3250 | 2025-07-23T01:16:45.892Z | |
3251 | 2025-07-23T01:16:45.892Z | real 2:44.939206798 |
3252 | 2025-07-23T01:16:45.892Z | user 15:17.307575219 |
3253 | 2025-07-23T01:16:45.892Z | sys 2:08.258059834 |
3254 | 2025-07-23T01:16:45.892Z | trap 0.471748266 |
3255 | 2025-07-23T01:16:45.895Z | tflt 0.224563871 |
3256 | 2025-07-23T01:16:45.895Z | dflt 0.798494654 |
3257 | 2025-07-23T01:16:45.895Z | kflt 0.000039405 |
3258 | 2025-07-23T01:16:45.897Z | lock 41:39.729153628 |
3259 | 2025-07-23T01:16:45.897Z | slp 55:58.670842578 |
3260 | 2025-07-23T01:16:45.897Z | lat 55.839646500 |
3261 | 2025-07-23T01:16:45.897Z | stop 2:13.766939431 |
3262 | 2025-07-23T01:16:45.897Z | + mkdir tests |
3263 | 2025-07-23T01:16:45.900Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3264 | 2025-07-23T01:16:45.901Z | + xargs -I '{}' -t cp '{}' tests/ |
3265 | 2025-07-23T01:16:46.017Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7f7748e75c58c734 tests/ |
3266 | 2025-07-23T01:16:46.042Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-533c01f2f2929f7f tests/ |
3267 | 2025-07-23T01:16:46.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e24ef8de5cd611e6 tests/ |
3268 | 2025-07-23T01:16:46.096Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-89856d0225c7a845 tests/ |
3269 | 2025-07-23T01:16:46.424Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
3270 | 2025-07-23T01:16:46.427Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-533c01f2f2929f7f tests/commtest-e24ef8de5cd611e6 tests/dhcp_server-7f7748e75c58c734 tests/end_to_end_tests-89856d0225c7a845 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3271 | 2025-07-23T01:18:21.766Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3272 | 2025-07-23T01:18:21.766Z | a .github/buildomat/ci-env.sh 1K |
3273 | 2025-07-23T01:18:21.766Z | a out/target/test 1K |
3274 | 2025-07-23T01:18:21.766Z | a out/npuzone/npuzone 23144K |
3275 | 2025-07-23T01:18:21.767Z | a package-manifest.toml 34K |
3276 | 2025-07-23T01:18:21.767Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3277 | 2025-07-23T01:18:21.767Z | a target/release/omicron-package 40853K |
3278 | 2025-07-23T01:18:21.767Z | a target/release/xtask 11595K |
3279 | 2025-07-23T01:18:21.767Z | a target/debug/bootstrap 243649K |
3280 | 2025-07-23T01:18:21.767Z | a tests/bootstrap-533c01f2f2929f7f 23336K |
3281 | 2025-07-23T01:18:21.767Z | a tests/commtest-e24ef8de5cd611e6 29495K |
3282 | 2025-07-23T01:18:21.767Z | a tests/dhcp_server-7f7748e75c58c734 23336K |
3283 | 2025-07-23T01:18:21.767Z | a tests/end_to_end_tests-89856d0225c7a845 332731K |
3284 | 2025-07-23T01:18:21.767Z | a out/clickhouse.tar.gz 316134K |
3285 | 2025-07-23T01:18:21.767Z | a out/clickhouse_keeper.tar.gz 299989K |
3286 | 2025-07-23T01:18:21.767Z | a out/clickhouse_server.tar.gz 316133K |
3287 | 2025-07-23T01:18:21.767Z | a out/cockroachdb.tar.gz 160074K |
3288 | 2025-07-23T01:18:21.767Z | a out/crucible-dtrace.tar 98K |
3289 | 2025-07-23T01:18:21.767Z | a out/crucible-pantry-zone.tar.gz 38983K |
3290 | 2025-07-23T01:18:21.767Z | a out/crucible-zone.tar.gz 48866K |
3291 | 2025-07-23T01:18:21.767Z | a out/external-dns.tar.gz 50579K |
3292 | 2025-07-23T01:18:21.767Z | a out/internal-dns.tar.gz 50578K |
3293 | 2025-07-23T01:18:21.767Z | a out/mg-ddm-gz.tar 90846K |
3294 | 2025-07-23T01:18:21.767Z | a out/nexus.tar.gz 132311K |
3295 | 2025-07-23T01:18:21.767Z | a out/ntp.tar.gz 33047K |
3296 | 2025-07-23T01:18:21.767Z | a out/omicron-gateway-softnpu.tar.gz 30759K |
3297 | 2025-07-23T01:18:21.767Z | a out/omicron-sled-agent.tar 140574K |
3298 | 2025-07-23T01:18:21.768Z | a out/overlay.tar.gz 3K |
3299 | 2025-07-23T01:18:21.768Z | a out/oximeter.tar.gz 63230K |
3300 | 2025-07-23T01:18:21.768Z | a out/oxlog.tar 3950K |
3301 | 2025-07-23T01:18:21.768Z | a out/probe.tar.gz 3037K |
3302 | 2025-07-23T01:18:21.768Z | a out/propolis-server.tar.gz 68537K |
3303 | 2025-07-23T01:18:21.768Z | a out/pumpkind-gz.tar 26648K |
3304 | 2025-07-23T01:18:21.768Z | a out/switch-softnpu.tar.gz 335506K |
3305 | 2025-07-23T01:18:21.772Z | |
3306 | 2025-07-23T01:18:21.772Z | real 1:35.325778128 |
3307 | 2025-07-23T01:18:21.772Z | user 1:31.439698394 |
3308 | 2025-07-23T01:18:21.772Z | sys 5.419579961 |
3309 | 2025-07-23T01:18:21.772Z | trap 0.021242474 |
3310 | 2025-07-23T01:18:21.772Z | tflt 0.000000000 |
3311 | 2025-07-23T01:18:21.772Z | dflt 0.000000000 |
3312 | 2025-07-23T01:18:21.772Z | kflt 0.000000000 |
3313 | 2025-07-23T01:18:21.772Z | lock 0.000000000 |
3314 | 2025-07-23T01:18:21.772Z | slp 1:31.343283132 |
3315 | 2025-07-23T01:18:21.772Z | lat 2.422206789 |
3316 | 2025-07-23T01:18:21.772Z | stop 0.000531063 |
3317 | 2025-07-23T01:18:21.772Z | process exited: duration 2081465 ms, exit code 0 |
|
3318 | 2025-07-23T01:18:21.787Z | found 1 output files |
3319 | 2025-07-23T01:18:21.787Z | uploading: /work/package.tar.gz (2218851561 bytes) |
3320 | 2025-07-23T01:19:05.932Z | uploaded: /work/package.tar.gz |