|
|
|
1 | 2025-07-15T19:37:30.154Z | job assigned to worker 01K07SD9SEQVMP6B67E337MRN1 [factory aws, i-064ad40543e8b70bf] (queued for 1 m 4 s) |
|
2 | 2025-07-15T19:37:38.605Z | starting task 0: "setup" |
3 | 2025-07-15T19:37:38.609Z | ++ uname -s |
4 | 2025-07-15T19:37:38.612Z | + kern=SunOS |
5 | 2025-07-15T19:37:38.612Z | + build_user=build |
6 | 2025-07-15T19:37:38.612Z | + build_uid=12345 |
7 | 2025-07-15T19:37:38.613Z | + work_dir=/work |
8 | 2025-07-15T19:37:38.613Z | + input_dir=/input |
9 | 2025-07-15T19:37:38.613Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T19:37:38.613Z | + case "$kern" in |
11 | 2025-07-15T19:37:38.613Z | + groupadd -g 12345 build |
12 | 2025-07-15T19:37:38.617Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T19:37:40.624Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T19:37:40.751Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T19:37:40.755Z | + home_fs=zfs |
16 | 2025-07-15T19:37:40.755Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T19:37:40.755Z | + mkdir -p /home/build |
18 | 2025-07-15T19:37:40.758Z | + chown build:build /home/build /work |
19 | 2025-07-15T19:37:42.758Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T19:37:42.762Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-07-15T19:37:42.768Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T19:37:42.773Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-15T19:37:42.773Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-15T19:37:42.773Z | * rust toolchain profile = "default" |
25 | 2025-07-15T19:37:42.773Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-15T19:37:42.773Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T19:37:42.773Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-15T19:37:42.780Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T19:37:42.780Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T19:37:42.884Z | info: downloading installer |
31 | 2025-07-15T19:37:44.210Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T19:37:44.210Z | warn: /opt/ooce/bin |
33 | 2025-07-15T19:37:44.210Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T19:37:44.210Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T19:37:44.210Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T19:37:44.210Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T19:37:44.210Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T19:37:44.210Z | error: cannot install while Rust is installed |
39 | 2025-07-15T19:37:44.210Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T19:37:44.224Z | info: profile set to 'default' |
41 | 2025-07-15T19:37:44.224Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T19:37:44.227Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T19:37:44.387Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T19:37:44.387Z | info: downloading component 'cargo' |
45 | 2025-07-15T19:37:45.220Z | info: downloading component 'clippy' |
46 | 2025-07-15T19:37:45.564Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T19:37:47.105Z | info: downloading component 'rust-std' |
48 | 2025-07-15T19:37:49.014Z | info: downloading component 'rustc' |
49 | 2025-07-15T19:37:55.524Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T19:37:55.761Z | info: installing component 'cargo' |
51 | 2025-07-15T19:37:56.657Z | info: installing component 'clippy' |
52 | 2025-07-15T19:37:57.054Z | info: installing component 'rust-docs' |
53 | 2025-07-15T19:37:58.895Z | info: installing component 'rust-std' |
54 | 2025-07-15T19:38:00.641Z | info: installing component 'rustc' |
55 | 2025-07-15T19:38:07.505Z | info: installing component 'rustfmt' |
56 | 2025-07-15T19:38:07.534Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T19:38:07.534Z | |
58 | 2025-07-15T19:38:07.958Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T19:38:07.958Z | |
60 | 2025-07-15T19:38:07.961Z | |
61 | 2025-07-15T19:38:07.961Z | Rust is installed now. Great! |
62 | 2025-07-15T19:38:07.961Z | |
63 | 2025-07-15T19:38:07.961Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T19:38:07.961Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T19:38:07.961Z | |
66 | 2025-07-15T19:38:07.961Z | To configure your current shell, you need to source |
67 | 2025-07-15T19:38:07.961Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T19:38:07.961Z | |
69 | 2025-07-15T19:38:07.962Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T19:38:07.962Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T19:38:07.962Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T19:38:07.962Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T19:38:08.050Z | + rustup --version |
74 | 2025-07-15T19:38:08.063Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T19:38:08.066Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T19:38:08.139Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T19:38:08.142Z | + cargo --version |
78 | 2025-07-15T19:38:08.201Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T19:38:08.204Z | + rustc --version |
80 | 2025-07-15T19:38:08.279Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T19:38:08.285Z | process exited: duration 25511 ms, exit code 0 |
|
82 | 2025-07-15T19:38:08.291Z | starting task 2: "authentication" |
83 | 2025-07-15T19:38:08.319Z | process exited: duration 27 ms, exit code 0 |
|
84 | 2025-07-15T19:38:08.325Z | starting task 3: "clone repository" |
85 | 2025-07-15T19:38:08.331Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T19:38:08.334Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T19:38:08.373Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T19:38:16.685Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T19:38:16.685Z | + git fetch origin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
90 | 2025-07-15T19:38:16.986Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T19:38:16.986Z | * branch 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 -> FETCH_HEAD |
92 | 2025-07-15T19:38:16.997Z | + [[ -n ntp-admin ]] |
93 | 2025-07-15T19:38:17.003Z | ++ git branch --show-current |
94 | 2025-07-15T19:38:17.006Z | + current=main |
95 | 2025-07-15T19:38:17.006Z | + [[ main != ntp-admin ]] |
96 | 2025-07-15T19:38:17.006Z | + git branch -f ntp-admin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
97 | 2025-07-15T19:38:17.006Z | + git checkout -f ntp-admin |
98 | 2025-07-15T19:38:17.111Z | Switched to branch 'ntp-admin' |
99 | 2025-07-15T19:38:17.114Z | + git reset --hard 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
100 | 2025-07-15T19:38:17.222Z | HEAD is now at 447ae1e03 Create a new NTP-admin service |
101 | 2025-07-15T19:38:17.225Z | process exited: duration 8895 ms, exit code 0 |
|
102 | 2025-07-15T19:38:17.232Z | starting task 4: "build" |
103 | 2025-07-15T19:38:17.238Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-15T19:38:17.238Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-15T19:38:17.238Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-15T19:38:17.238Z | + cargo --version |
107 | 2025-07-15T19:38:17.291Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-15T19:38:17.294Z | + rustc --version |
109 | 2025-07-15T19:38:17.360Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-15T19:38:17.363Z | + WORK=/work |
111 | 2025-07-15T19:38:17.363Z | + pfexec mkdir -p /work |
112 | 2025-07-15T19:38:17.368Z | + pfexec chown build /work |
113 | 2025-07-15T19:38:17.371Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-07-15T19:38:27.469Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-07-15T19:38:34.512Z | Startup: Caching catalogs ... Done |
116 | 2025-07-15T19:38:39.179Z | Planning: Solver setup ... Done (3.397s) |
117 | 2025-07-15T19:38:39.210Z | Planning: Running solver ... Done (0.031s) |
118 | 2025-07-15T19:38:39.299Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-07-15T19:38:40.455Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-07-15T19:38:40.602Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-07-15T19:38:40.650Z | Planning: Package planning ... Done (0.047s) |
122 | 2025-07-15T19:38:40.700Z | Planning: Merging actions ... Done (0.050s) |
123 | 2025-07-15T19:38:40.989Z | Planning: Checking for conflicting actions ... Done (0.289s) |
124 | 2025-07-15T19:38:41.001Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-07-15T19:38:42.034Z | Planning: Evaluating mediators ... Done (1.033s) |
126 | 2025-07-15T19:38:42.045Z | Planning: Planning completed in 7.41 seconds |
127 | 2025-07-15T19:38:42.059Z | Packages to install: 4 |
128 | 2025-07-15T19:38:42.059Z | Mediators to change: 2 |
129 | 2025-07-15T19:38:42.062Z | Services to change: 1 |
130 | 2025-07-15T19:38:42.062Z | Estimated space available: 155.51 GB |
131 | 2025-07-15T19:38:42.062Z | Estimated space to be consumed: 1.70 GB |
132 | 2025-07-15T19:38:42.062Z | Create boot environment: No |
133 | 2025-07-15T19:38:42.062Z | Create backup boot environment: No |
134 | 2025-07-15T19:38:42.062Z | Rebuild boot archive: No |
135 | 2025-07-15T19:38:42.062Z | |
136 | 2025-07-15T19:38:42.062Z | Changed mediators: |
137 | 2025-07-15T19:38:42.062Z | mediator clang: |
138 | 2025-07-15T19:38:42.062Z | version: None -> 15 (system default) |
139 | 2025-07-15T19:38:42.062Z | |
140 | 2025-07-15T19:38:42.062Z | mediator llvm: |
141 | 2025-07-15T19:38:42.062Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-07-15T19:38:42.062Z | |
143 | 2025-07-15T19:38:42.062Z | Changed packages: |
144 | 2025-07-15T19:38:42.062Z | helios-dev |
145 | 2025-07-15T19:38:42.062Z | developer/build-essential |
146 | 2025-07-15T19:38:42.062Z | None -> 11-2.0 |
147 | 2025-07-15T19:38:42.062Z | library/libxmlsec1 |
148 | 2025-07-15T19:38:42.062Z | None -> 1.2.35-2.0 |
149 | 2025-07-15T19:38:42.063Z | ooce/developer/clang-15 |
150 | 2025-07-15T19:38:42.063Z | None -> 15.0.7-2.0 |
151 | 2025-07-15T19:38:42.063Z | ooce/developer/llvm-15 |
152 | 2025-07-15T19:38:42.063Z | None -> 15.0.7-2.0 |
153 | 2025-07-15T19:38:42.063Z | |
154 | 2025-07-15T19:38:42.063Z | Services: |
155 | 2025-07-15T19:38:42.063Z | restart_fmri: |
156 | 2025-07-15T19:38:42.063Z | svc:/system/update-man-index:default |
157 | 2025-07-15T19:38:42.113Z | |
158 | 2025-07-15T19:38:42.113Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-07-15T19:38:47.114Z | Download: 1119/3290 items 68.4/212.6MB 32% complete (13.5M/s) |
160 | 2025-07-15T19:38:52.743Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
161 | 2025-07-15T19:38:57.894Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (14.8M/s) |
162 | 2025-07-15T19:39:02.771Z | Download: Completed 212.60 MB in 20.65 seconds (10.3M/s) |
163 | 2025-07-15T19:39:02.961Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2025-07-15T19:39:07.526Z | Actions: Completed 3689 actions in 4.56 seconds. |
165 | 2025-07-15T19:39:08.121Z | Done (0.591s) |
166 | 2025-07-15T19:39:08.121Z | Done (0.000s) |
167 | 2025-07-15T19:39:08.971Z | Done (0.849s) |
168 | 2025-07-15T19:39:13.231Z | Done (3.949s) |
169 | 2025-07-15T19:39:13.329Z | Done (0.020s) |
170 | 2025-07-15T19:39:13.332Z | Done (0.000s) |
171 | 2025-07-15T19:39:13.498Z | Done (0.000s) |
172 | 2025-07-15T19:39:14.331Z | Planning: Evaluating mediator changes ... Done |
173 | 2025-07-15T19:39:14.490Z | Planning: Checking for conflicting actions ... Done |
174 | 2025-07-15T19:39:14.493Z | Planning: Consolidating action changes ... Done |
175 | 2025-07-15T19:39:14.761Z | Planning: Evaluating mediators ... Done |
176 | 2025-07-15T19:39:14.764Z | Planning: Planning completed in 0.43 seconds |
177 | 2025-07-15T19:39:14.794Z | Mediators to change: 2 |
178 | 2025-07-15T19:39:14.795Z | Create boot environment: No |
179 | 2025-07-15T19:39:14.798Z | Create backup boot environment: No |
180 | 2025-07-15T19:39:14.880Z | Done |
181 | 2025-07-15T19:39:14.880Z | Done |
182 | 2025-07-15T19:39:15.465Z | Done |
183 | 2025-07-15T19:39:19.061Z | Done |
184 | 2025-07-15T19:39:19.148Z | Done |
185 | 2025-07-15T19:39:19.160Z | Done |
186 | 2025-07-15T19:39:19.295Z | Done |
187 | 2025-07-15T19:39:19.901Z | Planning: Evaluating mediator changes ... Done |
188 | 2025-07-15T19:39:19.907Z | Planning: Merging actions ... Done |
189 | 2025-07-15T19:39:20.086Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-07-15T19:39:20.091Z | Planning: Consolidating action changes ... Done |
191 | 2025-07-15T19:39:20.350Z | Planning: Evaluating mediators ... Done |
192 | 2025-07-15T19:39:20.407Z | Planning: Planning completed in 0.75 seconds |
193 | 2025-07-15T19:39:20.438Z | Packages to change: 1 |
194 | 2025-07-15T19:39:20.438Z | Mediators to change: 1 |
195 | 2025-07-15T19:39:20.443Z | Services to change: 1 |
196 | 2025-07-15T19:39:20.443Z | Create boot environment: No |
197 | 2025-07-15T19:39:20.443Z | Create backup boot environment: Yes |
198 | 2025-07-15T19:39:22.786Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2025-07-15T19:39:22.793Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2025-07-15T19:39:22.793Z | Done |
201 | 2025-07-15T19:39:22.793Z | Done |
202 | 2025-07-15T19:39:22.957Z | Done |
203 | 2025-07-15T19:39:26.496Z | Done |
204 | 2025-07-15T19:39:26.587Z | Done |
205 | 2025-07-15T19:39:26.592Z | Done |
206 | 2025-07-15T19:39:26.737Z | Done |
207 | 2025-07-15T19:39:27.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2025-07-15T19:39:27.184Z | clang system 15 system |
209 | 2025-07-15T19:39:27.184Z | csh system system illumos |
210 | 2025-07-15T19:39:27.184Z | ctags system system illumos |
211 | 2025-07-15T19:39:27.184Z | file system system illumos |
212 | 2025-07-15T19:39:27.184Z | gcc vendor 12 vendor |
213 | 2025-07-15T19:39:27.184Z | gcc system 10 system |
214 | 2025-07-15T19:39:27.184Z | gcc system 7 system |
215 | 2025-07-15T19:39:27.184Z | go system 1.20 system |
216 | 2025-07-15T19:39:27.184Z | go system 1.19 system |
217 | 2025-07-15T19:39:27.184Z | llvm system 15 system |
218 | 2025-07-15T19:39:27.184Z | llvm system 14 system |
219 | 2025-07-15T19:39:27.184Z | mariadb system 10.6 system |
220 | 2025-07-15T19:39:27.184Z | mta vendor vendor dma |
221 | 2025-07-15T19:39:27.184Z | openjdk system 17 system |
222 | 2025-07-15T19:39:27.184Z | openjdk system 11 system |
223 | 2025-07-15T19:39:27.184Z | openjdk system 1.8 system |
224 | 2025-07-15T19:39:27.184Z | openssl vendor 3 vendor |
225 | 2025-07-15T19:39:27.184Z | perl system 5.36 system |
226 | 2025-07-15T19:39:27.184Z | postgresql system 15 system |
227 | 2025-07-15T19:39:27.184Z | postgresql system 13 system |
228 | 2025-07-15T19:39:27.184Z | python vendor 3 vendor |
229 | 2025-07-15T19:39:27.184Z | python system 2 system |
230 | 2025-07-15T19:39:27.184Z | python3 system 3.11 system |
231 | 2025-07-15T19:39:27.184Z | ruby system 3.0 system |
232 | 2025-07-15T19:39:27.184Z | words vendor vendor american-english |
233 | 2025-07-15T19:39:27.184Z | words system system australian-english |
234 | 2025-07-15T19:39:27.184Z | words system system british-english |
235 | 2025-07-15T19:39:27.184Z | words system system canadian-english |
236 | 2025-07-15T19:39:27.184Z | words system system french |
237 | 2025-07-15T19:39:27.184Z | words system system italian |
238 | 2025-07-15T19:39:27.184Z | words system system ngerman |
239 | 2025-07-15T19:39:27.184Z | words system system ogerman |
240 | 2025-07-15T19:39:27.184Z | words system system spanish |
241 | 2025-07-15T19:39:27.517Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-07-15T19:39:27.517Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-07-15T19:39:32.099Z | FMRI IFO |
244 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
250 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
252 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
255 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
258 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-07-15T19:39:32.099Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-07-15T19:39:33.081Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-07-15T19:39:33.367Z | Updating crates.io index |
262 | 2025-07-15T19:39:33.404Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
263 | 2025-07-15T19:39:33.985Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-07-15T19:39:34.580Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-07-15T19:39:34.843Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-07-15T19:39:35.123Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
267 | 2025-07-15T19:39:35.421Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-07-15T19:39:36.520Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-07-15T19:39:38.397Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-07-15T19:39:39.531Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-07-15T19:39:40.262Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-07-15T19:39:40.527Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-07-15T19:39:40.846Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-07-15T19:39:41.498Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
275 | 2025-07-15T19:39:41.806Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
276 | 2025-07-15T19:39:42.387Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
277 | 2025-07-15T19:39:42.729Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2025-07-15T19:39:43.077Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-07-15T19:39:43.341Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-07-15T19:39:43.597Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-07-15T19:39:43.832Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-07-15T19:39:44.116Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2025-07-15T19:39:44.462Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
284 | 2025-07-15T19:39:44.789Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-07-15T19:39:45.225Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2025-07-15T19:39:45.699Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
287 | 2025-07-15T19:39:46.108Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-07-15T19:39:46.418Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2025-07-15T19:39:46.782Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2025-07-15T19:39:47.252Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2025-07-15T19:39:47.514Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2025-07-15T19:39:47.781Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2025-07-15T19:39:48.130Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
294 | 2025-07-15T19:40:02.444Z | Updating git repository `https://github.com/illumos/smf-rs` |
295 | 2025-07-15T19:40:03.805Z | Downloading crates ... |
296 | 2025-07-15T19:40:03.863Z | Downloaded anstream v0.6.18 |
297 | 2025-07-15T19:40:03.871Z | Downloaded block-buffer v0.10.4 |
298 | 2025-07-15T19:40:03.877Z | Downloaded bytecount v0.6.8 |
299 | 2025-07-15T19:40:03.877Z | Downloaded autocfg v1.4.0 |
300 | 2025-07-15T19:40:03.881Z | Downloaded anyhow v1.0.98 |
301 | 2025-07-15T19:40:03.884Z | Downloaded cargo_toml v0.21.0 |
302 | 2025-07-15T19:40:03.884Z | Downloaded anstyle-parse v0.2.5 |
303 | 2025-07-15T19:40:03.887Z | Downloaded cfg-if v1.0.1 |
304 | 2025-07-15T19:40:03.887Z | Downloaded cargo_metadata v0.20.0 |
305 | 2025-07-15T19:40:03.890Z | Downloaded anstyle v1.0.11 |
306 | 2025-07-15T19:40:03.890Z | Downloaded thread-id v4.2.2 |
307 | 2025-07-15T19:40:03.893Z | Downloaded cargo-util-schemas v0.2.0 |
308 | 2025-07-15T19:40:03.893Z | Downloaded tabled_derive v0.7.0 |
309 | 2025-07-15T19:40:03.896Z | Downloaded erased-serde v0.4.6 |
310 | 2025-07-15T19:40:03.896Z | Downloaded tinystr v0.7.6 |
311 | 2025-07-15T19:40:03.900Z | Downloaded heck v0.5.0 |
312 | 2025-07-15T19:40:03.900Z | Downloaded heck v0.4.1 |
313 | 2025-07-15T19:40:03.903Z | Downloaded thiserror v2.0.12 |
314 | 2025-07-15T19:40:03.906Z | Downloaded getrandom v0.3.1 |
315 | 2025-07-15T19:40:03.909Z | Downloaded zerofrom v0.1.4 |
316 | 2025-07-15T19:40:03.911Z | Downloaded usdt-macro v0.5.0 |
317 | 2025-07-15T19:40:03.911Z | Downloaded thiserror-impl v2.0.12 |
318 | 2025-07-15T19:40:03.916Z | Downloaded unicode-ident v1.0.18 |
319 | 2025-07-15T19:40:03.916Z | Downloaded fastrand v2.1.1 |
320 | 2025-07-15T19:40:03.919Z | Downloaded zerovec-derive v0.10.3 |
321 | 2025-07-15T19:40:03.919Z | Downloaded equivalent v1.0.2 |
322 | 2025-07-15T19:40:03.919Z | Downloaded yoke-derive v0.7.4 |
323 | 2025-07-15T19:40:03.922Z | Downloaded camino v1.1.10 |
324 | 2025-07-15T19:40:03.922Z | Downloaded errno v0.3.12 |
325 | 2025-07-15T19:40:03.926Z | Downloaded byteorder v1.5.0 |
326 | 2025-07-15T19:40:03.926Z | Downloaded write16 v1.0.0 |
327 | 2025-07-15T19:40:03.929Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2025-07-15T19:40:03.929Z | Downloaded generic-array v0.14.7 |
329 | 2025-07-15T19:40:03.929Z | Downloaded utf8parse v0.2.2 |
330 | 2025-07-15T19:40:03.932Z | Downloaded thiserror-impl v1.0.69 |
331 | 2025-07-15T19:40:03.932Z | Downloaded pest_generator v2.7.14 |
332 | 2025-07-15T19:40:03.934Z | Downloaded usdt v0.5.0 |
333 | 2025-07-15T19:40:03.934Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2025-07-15T19:40:03.934Z | Downloaded unicode-xid v0.2.6 |
335 | 2025-07-15T19:40:03.937Z | Downloaded displaydoc v0.2.5 |
336 | 2025-07-15T19:40:03.940Z | Downloaded thiserror v1.0.69 |
337 | 2025-07-15T19:40:03.944Z | Downloaded log v0.4.27 |
338 | 2025-07-15T19:40:03.947Z | Downloaded toml_datetime v0.6.11 |
339 | 2025-07-15T19:40:03.947Z | Downloaded scroll_derive v0.12.0 |
340 | 2025-07-15T19:40:03.947Z | Downloaded typeid v1.0.3 |
341 | 2025-07-15T19:40:03.950Z | Downloaded proc-macro-error v1.0.4 |
342 | 2025-07-15T19:40:03.952Z | Downloaded fs-err v3.1.1 |
343 | 2025-07-15T19:40:03.956Z | Downloaded terminal_size v0.4.0 |
344 | 2025-07-15T19:40:03.956Z | Downloaded camino-tempfile v1.4.1 |
345 | 2025-07-15T19:40:03.956Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2025-07-15T19:40:03.960Z | Downloaded usdt-impl v0.5.0 |
347 | 2025-07-15T19:40:03.965Z | Downloaded toml_write v0.1.2 |
348 | 2025-07-15T19:40:03.965Z | Downloaded serde-value v0.7.0 |
349 | 2025-07-15T19:40:03.968Z | Downloaded percent-encoding v2.3.1 |
350 | 2025-07-15T19:40:03.969Z | Downloaded yoke v0.7.4 |
351 | 2025-07-15T19:40:03.969Z | Downloaded ucd-trie v0.1.7 |
352 | 2025-07-15T19:40:03.969Z | Downloaded toml v0.8.23 |
353 | 2025-07-15T19:40:03.972Z | Downloaded cpufeatures v0.2.14 |
354 | 2025-07-15T19:40:03.972Z | Downloaded writeable v0.5.5 |
355 | 2025-07-15T19:40:03.975Z | Downloaded typenum v1.17.0 |
356 | 2025-07-15T19:40:03.975Z | Downloaded form_urlencoded v1.2.1 |
357 | 2025-07-15T19:40:03.978Z | Downloaded colorchoice v1.0.2 |
358 | 2025-07-15T19:40:03.978Z | Downloaded zerofrom-derive v0.1.4 |
359 | 2025-07-15T19:40:03.978Z | Downloaded version_check v0.9.5 |
360 | 2025-07-15T19:40:03.981Z | Downloaded utf8_iter v1.0.4 |
361 | 2025-07-15T19:40:03.981Z | Downloaded utf16_iter v1.0.5 |
362 | 2025-07-15T19:40:03.981Z | Downloaded unicode-linebreak v0.1.5 |
363 | 2025-07-15T19:40:03.984Z | Downloaded goblin v0.8.2 |
364 | 2025-07-15T19:40:03.987Z | Downloaded url v2.5.4 |
365 | 2025-07-15T19:40:03.991Z | Downloaded swrite v0.1.0 |
366 | 2025-07-15T19:40:03.991Z | Downloaded toml_edit v0.22.27 |
367 | 2025-07-15T19:40:03.994Z | Downloaded textwrap v0.16.2 |
368 | 2025-07-15T19:40:03.997Z | Downloaded serde-untagged v0.1.7 |
369 | 2025-07-15T19:40:04.000Z | Downloaded quote v1.0.40 |
370 | 2025-07-15T19:40:04.000Z | Downloaded zerovec v0.10.4 |
371 | 2025-07-15T19:40:04.008Z | Downloaded pretty-hex v0.4.1 |
372 | 2025-07-15T19:40:04.014Z | Downloaded plain v0.2.3 |
373 | 2025-07-15T19:40:04.014Z | Downloaded ordered-float v2.10.1 |
374 | 2025-07-15T19:40:04.014Z | Downloaded digest v0.10.7 |
375 | 2025-07-15T19:40:04.014Z | Downloaded zerocopy v0.7.35 |
376 | 2025-07-15T19:40:04.023Z | Downloaded macaddr v1.0.1 |
377 | 2025-07-15T19:40:04.026Z | Downloaded winnow v0.7.10 |
378 | 2025-07-15T19:40:04.032Z | Downloaded stable_deref_trait v1.2.0 |
379 | 2025-07-15T19:40:04.035Z | Downloaded strsim v0.11.1 |
380 | 2025-07-15T19:40:04.035Z | Downloaded smawk v0.3.2 |
381 | 2025-07-15T19:40:04.038Z | Downloaded pest_meta v2.7.14 |
382 | 2025-07-15T19:40:04.038Z | Downloaded unicode-width v0.2.0 |
383 | 2025-07-15T19:40:04.041Z | Downloaded synstructure v0.13.1 |
384 | 2025-07-15T19:40:04.044Z | Downloaded idna_adapter v1.2.0 |
385 | 2025-07-15T19:40:04.044Z | Downloaded unicode-width v0.1.14 |
386 | 2025-07-15T19:40:04.049Z | Downloaded serde_tokenstream v0.2.2 |
387 | 2025-07-15T19:40:04.052Z | Downloaded icu_normalizer v1.5.0 |
388 | 2025-07-15T19:40:04.052Z | Downloaded pest_derive v2.7.14 |
389 | 2025-07-15T19:40:04.055Z | Downloaded once_cell v1.21.3 |
390 | 2025-07-15T19:40:04.060Z | Downloaded litemap v0.7.3 |
391 | 2025-07-15T19:40:04.060Z | Downloaded icu_locid_transform v1.5.0 |
392 | 2025-07-15T19:40:04.063Z | Downloaded ryu v1.0.18 |
393 | 2025-07-15T19:40:04.063Z | Downloaded proc-macro2 v1.0.95 |
394 | 2025-07-15T19:40:04.066Z | Downloaded serde_spanned v0.6.9 |
395 | 2025-07-15T19:40:04.066Z | Downloaded memmap v0.7.0 |
396 | 2025-07-15T19:40:04.066Z | Downloaded is_terminal_polyfill v1.70.1 |
397 | 2025-07-15T19:40:04.069Z | Downloaded serde v1.0.219 |
398 | 2025-07-15T19:40:04.072Z | Downloaded clap_lex v0.7.4 |
399 | 2025-07-15T19:40:04.072Z | Downloaded dof v0.3.0 |
400 | 2025-07-15T19:40:04.072Z | Downloaded crypto-common v0.1.6 |
401 | 2025-07-15T19:40:04.072Z | Downloaded clap_derive v4.5.40 |
402 | 2025-07-15T19:40:04.075Z | Downloaded itoa v1.0.11 |
403 | 2025-07-15T19:40:04.075Z | Downloaded semver v1.0.26 |
404 | 2025-07-15T19:40:04.078Z | Downloaded serde_derive v1.0.219 |
405 | 2025-07-15T19:40:04.080Z | Downloaded scroll v0.12.0 |
406 | 2025-07-15T19:40:04.080Z | Downloaded icu_provider_macros v1.5.0 |
407 | 2025-07-15T19:40:04.084Z | Downloaded dtrace-parser v0.2.0 |
408 | 2025-07-15T19:40:04.084Z | Downloaded fnv v1.0.7 |
409 | 2025-07-15T19:40:04.084Z | Downloaded anstyle-query v1.1.1 |
410 | 2025-07-15T19:40:04.084Z | Downloaded cargo-platform v0.2.0 |
411 | 2025-07-15T19:40:04.087Z | Downloaded bitflags v2.9.1 |
412 | 2025-07-15T19:40:04.095Z | Downloaded icu_locid v1.5.0 |
413 | 2025-07-15T19:40:04.102Z | Downloaded smallvec v1.15.0 |
414 | 2025-07-15T19:40:04.105Z | Downloaded tempfile v3.20.0 |
415 | 2025-07-15T19:40:04.107Z | Downloaded num-traits v0.2.19 |
416 | 2025-07-15T19:40:04.110Z | Downloaded icu_properties v1.5.1 |
417 | 2025-07-15T19:40:04.113Z | Downloaded icu_normalizer_data v1.5.0 |
418 | 2025-07-15T19:40:04.113Z | Downloaded clap v4.5.40 |
419 | 2025-07-15T19:40:04.120Z | Downloaded icu_provider v1.5.0 |
420 | 2025-07-15T19:40:04.123Z | Downloaded sha2 v0.10.9 |
421 | 2025-07-15T19:40:04.126Z | Downloaded papergrid v0.11.0 |
422 | 2025-07-15T19:40:04.128Z | Downloaded icu_locid_transform_data v1.5.0 |
423 | 2025-07-15T19:40:04.131Z | Downloaded hashbrown v0.15.4 |
424 | 2025-07-15T19:40:04.134Z | Downloaded icu_collections v1.5.0 |
425 | 2025-07-15T19:40:04.138Z | Downloaded memchr v2.7.4 |
426 | 2025-07-15T19:40:04.142Z | Downloaded indexmap v2.10.0 |
427 | 2025-07-15T19:40:04.159Z | Downloaded pest v2.7.14 |
428 | 2025-07-15T19:40:04.166Z | Downloaded idna v1.0.3 |
429 | 2025-07-15T19:40:04.175Z | Downloaded serde_json v1.0.140 |
430 | 2025-07-15T19:40:04.191Z | Downloaded clap_builder v4.5.40 |
431 | 2025-07-15T19:40:04.208Z | Downloaded tabled v0.15.0 |
432 | 2025-07-15T19:40:04.221Z | Downloaded icu_properties_data v1.5.0 |
433 | 2025-07-15T19:40:04.231Z | Downloaded syn v1.0.109 |
434 | 2025-07-15T19:40:04.248Z | Downloaded syn v2.0.104 |
435 | 2025-07-15T19:40:04.257Z | Downloaded rustix v0.38.37 |
436 | 2025-07-15T19:40:04.279Z | Downloaded rustix v1.0.7 |
437 | 2025-07-15T19:40:04.312Z | Downloaded libc v0.2.174 |
438 | 2025-07-15T19:40:04.391Z | Compiling proc-macro2 v1.0.95 |
439 | 2025-07-15T19:40:04.391Z | Compiling unicode-ident v1.0.18 |
440 | 2025-07-15T19:40:04.394Z | Compiling serde v1.0.219 |
441 | 2025-07-15T19:40:04.394Z | Compiling version_check v0.9.5 |
442 | 2025-07-15T19:40:04.394Z | Compiling libc v0.2.174 |
443 | 2025-07-15T19:40:04.394Z | Compiling thiserror v1.0.69 |
444 | 2025-07-15T19:40:04.394Z | Compiling memchr v2.7.4 |
445 | 2025-07-15T19:40:04.608Z | Compiling stable_deref_trait v1.2.0 |
446 | 2025-07-15T19:40:04.769Z | Compiling ucd-trie v0.1.7 |
447 | 2025-07-15T19:40:04.828Z | Compiling litemap v0.7.3 |
448 | 2025-07-15T19:40:05.209Z | Compiling itoa v1.0.11 |
449 | 2025-07-15T19:40:05.295Z | Compiling autocfg v1.4.0 |
450 | 2025-07-15T19:40:05.340Z | Compiling ryu v1.0.18 |
451 | 2025-07-15T19:40:05.385Z | Compiling writeable v0.5.5 |
452 | 2025-07-15T19:40:05.453Z | Compiling once_cell v1.21.3 |
453 | 2025-07-15T19:40:05.700Z | Compiling icu_locid_transform_data v1.5.0 |
454 | 2025-07-15T19:40:05.821Z | Compiling bitflags v2.9.1 |
455 | 2025-07-15T19:40:05.869Z | Compiling byteorder v1.5.0 |
456 | 2025-07-15T19:40:06.047Z | Compiling serde_json v1.0.140 |
457 | 2025-07-15T19:40:06.228Z | Compiling icu_properties_data v1.5.0 |
458 | 2025-07-15T19:40:06.232Z | Compiling num-traits v0.2.19 |
459 | 2025-07-15T19:40:06.278Z | Compiling utf16_iter v1.0.5 |
460 | 2025-07-15T19:40:06.314Z | Compiling write16 v1.0.0 |
461 | 2025-07-15T19:40:06.419Z | Compiling quote v1.0.40 |
462 | 2025-07-15T19:40:06.485Z | Compiling errno v0.3.12 |
463 | 2025-07-15T19:40:06.489Z | Compiling smallvec v1.15.0 |
464 | 2025-07-15T19:40:06.576Z | Compiling utf8_iter v1.0.4 |
465 | 2025-07-15T19:40:06.661Z | Compiling rustix v0.38.37 |
466 | 2025-07-15T19:40:06.745Z | Compiling equivalent v1.0.2 |
467 | 2025-07-15T19:40:06.780Z | Compiling hashbrown v0.15.4 |
468 | 2025-07-15T19:40:06.827Z | Compiling syn v2.0.104 |
469 | 2025-07-15T19:40:06.882Z | Compiling typeid v1.0.3 |
470 | 2025-07-15T19:40:06.906Z | Compiling icu_normalizer_data v1.5.0 |
471 | 2025-07-15T19:40:07.084Z | Compiling proc-macro-error-attr v1.0.4 |
472 | 2025-07-15T19:40:07.111Z | Compiling usdt-impl v0.5.0 |
473 | 2025-07-15T19:40:07.286Z | Compiling winnow v0.7.10 |
474 | 2025-07-15T19:40:07.454Z | Compiling syn v1.0.109 |
475 | 2025-07-15T19:40:07.488Z | Compiling toml_write v0.1.2 |
476 | 2025-07-15T19:40:07.686Z | Compiling thread-id v4.2.2 |
477 | 2025-07-15T19:40:07.856Z | Compiling indexmap v2.10.0 |
478 | 2025-07-15T19:40:07.903Z | Compiling proc-macro-error v1.0.4 |
479 | 2025-07-15T19:40:07.942Z | Compiling rustix v1.0.7 |
480 | 2025-07-15T19:40:08.111Z | Compiling log v0.4.27 |
481 | 2025-07-15T19:40:08.225Z | Compiling percent-encoding v2.3.1 |
482 | 2025-07-15T19:40:08.476Z | Compiling getrandom v0.3.1 |
483 | 2025-07-15T19:40:08.568Z | Compiling camino v1.1.10 |
484 | 2025-07-15T19:40:08.648Z | Compiling semver v1.0.26 |
485 | 2025-07-15T19:40:08.979Z | Compiling utf8parse v0.2.2 |
486 | 2025-07-15T19:40:09.153Z | Compiling plain v0.2.3 |
487 | 2025-07-15T19:40:09.174Z | Compiling anstyle-parse v0.2.5 |
488 | 2025-07-15T19:40:09.282Z | Compiling terminal_size v0.4.0 |
489 | 2025-07-15T19:40:09.309Z | Compiling form_urlencoded v1.2.1 |
490 | 2025-07-15T19:40:09.394Z | Compiling ordered-float v2.10.1 |
491 | 2025-07-15T19:40:09.514Z | Compiling pretty-hex v0.4.1 |
492 | 2025-07-15T19:40:09.591Z | Compiling colorchoice v1.0.2 |
493 | 2025-07-15T19:40:09.763Z | Compiling is_terminal_polyfill v1.70.1 |
494 | 2025-07-15T19:40:09.806Z | Compiling anstyle v1.0.11 |
495 | 2025-07-15T19:40:09.888Z | Compiling anstyle-query v1.1.1 |
496 | 2025-07-15T19:40:09.916Z | Compiling cfg-if v1.0.1 |
497 | 2025-07-15T19:40:09.942Z | Compiling thiserror v2.0.12 |
498 | 2025-07-15T19:40:10.226Z | Compiling anstream v0.6.18 |
499 | 2025-07-15T19:40:10.501Z | Compiling fs-err v3.1.1 |
500 | 2025-07-15T19:40:10.705Z | Compiling bytecount v0.6.8 |
501 | 2025-07-15T19:40:10.827Z | Compiling clap_lex v0.7.4 |
502 | 2025-07-15T19:40:10.932Z | Compiling unicode-xid v0.2.6 |
503 | 2025-07-15T19:40:10.960Z | Compiling fastrand v2.1.1 |
504 | 2025-07-15T19:40:11.147Z | Compiling heck v0.4.1 |
505 | 2025-07-15T19:40:11.209Z | Compiling strsim v0.11.1 |
506 | 2025-07-15T19:40:11.235Z | Compiling fnv v1.0.7 |
507 | 2025-07-15T19:40:11.397Z | Compiling anyhow v1.0.98 |
508 | 2025-07-15T19:40:11.452Z | Compiling heck v0.5.0 |
509 | 2025-07-15T19:40:11.584Z | Compiling unicode-width v0.1.14 |
510 | 2025-07-15T19:40:11.957Z | Compiling tempfile v3.20.0 |
511 | 2025-07-15T19:40:11.987Z | Compiling clap_builder v4.5.40 |
512 | 2025-07-15T19:40:12.162Z | Compiling papergrid v0.11.0 |
513 | 2025-07-15T19:40:12.654Z | Compiling memmap v0.7.0 |
514 | 2025-07-15T19:40:12.749Z | Compiling unicode-linebreak v0.1.5 |
515 | 2025-07-15T19:40:12.789Z | Compiling unicode-width v0.2.0 |
516 | 2025-07-15T19:40:12.967Z | Compiling smawk v0.3.2 |
517 | 2025-07-15T19:40:13.215Z | Compiling synstructure v0.13.1 |
518 | 2025-07-15T19:40:13.260Z | Compiling textwrap v0.16.2 |
519 | 2025-07-15T19:40:14.254Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
520 | 2025-07-15T19:40:14.556Z | Compiling swrite v0.1.0 |
521 | 2025-07-15T19:40:14.624Z | Compiling tabled_derive v0.7.0 |
522 | 2025-07-15T19:40:15.787Z | Compiling serde_derive v1.0.219 |
523 | 2025-07-15T19:40:15.787Z | Compiling zerofrom-derive v0.1.4 |
524 | 2025-07-15T19:40:15.787Z | Compiling thiserror-impl v1.0.69 |
525 | 2025-07-15T19:40:15.972Z | Compiling yoke-derive v0.7.4 |
526 | 2025-07-15T19:40:16.121Z | Compiling zerovec-derive v0.10.3 |
527 | 2025-07-15T19:40:17.900Z | Compiling displaydoc v0.2.5 |
528 | 2025-07-15T19:40:18.522Z | Compiling icu_provider_macros v1.5.0 |
529 | 2025-07-15T19:40:18.576Z | Compiling zerocopy-derive v0.7.35 |
530 | 2025-07-15T19:40:18.615Z | Compiling scroll_derive v0.12.0 |
531 | 2025-07-15T19:40:18.832Z | Compiling pest v2.7.14 |
532 | 2025-07-15T19:40:18.946Z | Compiling zerofrom v0.1.4 |
533 | 2025-07-15T19:40:19.178Z | Compiling yoke v0.7.4 |
534 | 2025-07-15T19:40:19.337Z | Compiling thiserror-impl v2.0.12 |
535 | 2025-07-15T19:40:19.363Z | Compiling clap_derive v4.5.40 |
536 | 2025-07-15T19:40:19.531Z | Compiling zerovec v0.10.4 |
537 | 2025-07-15T19:40:19.568Z | Compiling tabled v0.15.0 |
538 | 2025-07-15T19:40:19.960Z | Compiling scroll v0.12.0 |
539 | 2025-07-15T19:40:20.447Z | Compiling zerocopy v0.7.35 |
540 | 2025-07-15T19:40:20.528Z | Compiling goblin v0.8.2 |
541 | 2025-07-15T19:40:21.534Z | Compiling tinystr v0.7.6 |
542 | 2025-07-15T19:40:21.636Z | Compiling pest_meta v2.7.14 |
543 | 2025-07-15T19:40:21.905Z | Compiling icu_locid v1.5.0 |
544 | 2025-07-15T19:40:21.979Z | Compiling icu_collections v1.5.0 |
545 | 2025-07-15T19:40:23.043Z | Compiling icu_provider v1.5.0 |
546 | 2025-07-15T19:40:23.338Z | Compiling pest_generator v2.7.14 |
547 | 2025-07-15T19:40:23.903Z | Compiling icu_locid_transform v1.5.0 |
548 | 2025-07-15T19:40:23.989Z | Compiling clap v4.5.40 |
549 | 2025-07-15T19:40:25.063Z | Compiling icu_properties v1.5.1 |
550 | 2025-07-15T19:40:25.109Z | Compiling pest_derive v2.7.14 |
551 | 2025-07-15T19:40:25.747Z | Compiling dtrace-parser v0.2.0 |
552 | 2025-07-15T19:40:27.503Z | Compiling toml_datetime v0.6.11 |
553 | 2025-07-15T19:40:27.503Z | Compiling serde_spanned v0.6.9 |
554 | 2025-07-15T19:40:27.506Z | Compiling erased-serde v0.4.6 |
555 | 2025-07-15T19:40:27.757Z | Compiling serde-value v0.7.0 |
556 | 2025-07-15T19:40:28.048Z | Compiling toml_edit v0.22.27 |
557 | 2025-07-15T19:40:28.527Z | Compiling icu_normalizer v1.5.0 |
558 | 2025-07-15T19:40:28.552Z | Compiling serde_tokenstream v0.2.2 |
559 | 2025-07-15T19:40:28.591Z | Compiling serde-untagged v0.1.7 |
560 | 2025-07-15T19:40:28.665Z | Compiling cargo-platform v0.2.0 |
561 | 2025-07-15T19:40:29.100Z | Compiling camino-tempfile v1.4.1 |
562 | 2025-07-15T19:40:29.126Z | Compiling macaddr v1.0.1 |
563 | 2025-07-15T19:40:29.224Z | Compiling dof v0.3.0 |
564 | 2025-07-15T19:40:29.848Z | Compiling idna_adapter v1.2.0 |
565 | 2025-07-15T19:40:29.854Z | Compiling idna v1.0.3 |
566 | 2025-07-15T19:40:30.290Z | Compiling url v2.5.4 |
567 | 2025-07-15T19:40:31.135Z | Compiling toml v0.8.23 |
568 | 2025-07-15T19:40:31.279Z | Compiling usdt-attr-macro v0.5.0 |
569 | 2025-07-15T19:40:31.283Z | Compiling usdt-macro v0.5.0 |
570 | 2025-07-15T19:40:31.959Z | Compiling cargo-util-schemas v0.2.0 |
571 | 2025-07-15T19:40:32.004Z | Compiling cargo_toml v0.21.0 |
572 | 2025-07-15T19:40:32.404Z | Compiling usdt v0.5.0 |
573 | 2025-07-15T19:40:33.370Z | Compiling cargo_metadata v0.20.0 |
574 | 2025-07-15T19:40:35.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
575 | 2025-07-15T19:40:38.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
576 | 2025-07-15T19:40:38.804Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
577 | 2025-07-15T19:40:39.466Z | Downloading crates ... |
578 | 2025-07-15T19:40:39.597Z | Downloaded addr2line v0.24.2 |
579 | 2025-07-15T19:40:39.601Z | Downloaded assert_matches v1.5.0 |
580 | 2025-07-15T19:40:39.607Z | Downloaded atomic-waker v1.1.2 |
581 | 2025-07-15T19:40:39.611Z | Downloaded ahash v0.8.11 |
582 | 2025-07-15T19:40:39.614Z | Downloaded bitfield v0.14.0 |
583 | 2025-07-15T19:40:39.617Z | Downloaded async-stream v0.3.6 |
584 | 2025-07-15T19:40:39.617Z | Downloaded adler2 v2.0.0 |
585 | 2025-07-15T19:40:39.622Z | Downloaded crucible-workspace-hack v0.1.0 |
586 | 2025-07-15T19:40:39.626Z | Downloaded ascii-canvas v3.0.0 |
587 | 2025-07-15T19:40:39.632Z | Downloaded bit-set v0.8.0 |
588 | 2025-07-15T19:40:39.635Z | Downloaded arrayref v0.3.9 |
589 | 2025-07-15T19:40:39.638Z | Downloaded hex v0.4.3 |
590 | 2025-07-15T19:40:39.641Z | Downloaded aead v0.5.2 |
591 | 2025-07-15T19:40:39.641Z | Downloaded http-range v0.1.5 |
592 | 2025-07-15T19:40:39.644Z | Downloaded match_cfg v0.1.0 |
593 | 2025-07-15T19:40:39.644Z | Downloaded http-body v1.0.1 |
594 | 2025-07-15T19:40:39.648Z | Downloaded is_ci v1.2.0 |
595 | 2025-07-15T19:40:39.648Z | Downloaded bcrypt-pbkdf v0.10.0 |
596 | 2025-07-15T19:40:39.660Z | Downloaded bb8 v0.8.5 |
597 | 2025-07-15T19:40:39.665Z | Downloaded http-body-util v0.1.3 |
598 | 2025-07-15T19:40:39.665Z | Downloaded libscf-sys v1.1.0 |
599 | 2025-07-15T19:40:39.665Z | Downloaded ingot v0.1.0 |
600 | 2025-07-15T19:40:39.665Z | Downloaded bit-vec v0.6.3 |
601 | 2025-07-15T19:40:39.665Z | Downloaded hostname v0.4.0 |
602 | 2025-07-15T19:40:39.665Z | Downloaded lru v0.12.5 |
603 | 2025-07-15T19:40:39.668Z | Downloaded kstat-rs v0.2.4 |
604 | 2025-07-15T19:40:39.668Z | Downloaded hmac v0.12.1 |
605 | 2025-07-15T19:40:39.671Z | Downloaded base64ct v1.6.0 |
606 | 2025-07-15T19:40:39.674Z | Downloaded heck v0.3.3 |
607 | 2025-07-15T19:40:39.674Z | Downloaded litrs v0.4.1 |
608 | 2025-07-15T19:40:39.678Z | Downloaded arrayvec v0.7.6 |
609 | 2025-07-15T19:40:39.681Z | Downloaded array-init v0.0.4 |
610 | 2025-07-15T19:40:39.685Z | Downloaded lockfree-object-pool v0.1.6 |
611 | 2025-07-15T19:40:39.688Z | Downloaded bcs v0.1.6 |
612 | 2025-07-15T19:40:39.693Z | Downloaded jiff-static v0.2.15 |
613 | 2025-07-15T19:40:39.693Z | Downloaded httparse v1.9.5 |
614 | 2025-07-15T19:40:39.698Z | Downloaded bit-set v0.5.3 |
615 | 2025-07-15T19:40:39.698Z | Downloaded impl-trait-for-tuples v0.2.2 |
616 | 2025-07-15T19:40:39.703Z | Downloaded mio v1.0.2 |
617 | 2025-07-15T19:40:39.707Z | Downloaded ciborium-io v0.2.2 |
618 | 2025-07-15T19:40:39.711Z | Downloaded http v1.3.1 |
619 | 2025-07-15T19:40:39.715Z | Downloaded lru-cache v0.1.2 |
620 | 2025-07-15T19:40:39.715Z | Downloaded libefi-sys v0.1.0 |
621 | 2025-07-15T19:40:39.718Z | Downloaded instant v0.1.13 |
622 | 2025-07-15T19:40:39.721Z | Downloaded is-terminal v0.4.13 |
623 | 2025-07-15T19:40:39.724Z | Downloaded crc8 v0.1.1 |
624 | 2025-07-15T19:40:39.724Z | Downloaded home v0.5.9 |
625 | 2025-07-15T19:40:39.724Z | Downloaded atty v0.2.14 |
626 | 2025-07-15T19:40:39.727Z | Downloaded cargo-platform v0.1.8 |
627 | 2025-07-15T19:40:39.730Z | Downloaded md-5 v0.10.6 |
628 | 2025-07-15T19:40:39.733Z | Downloaded maplit v1.0.2 |
629 | 2025-07-15T19:40:39.734Z | Downloaded libz-rs-sys v0.5.1 |
630 | 2025-07-15T19:40:39.737Z | Downloaded linear-map v1.2.0 |
631 | 2025-07-15T19:40:39.737Z | Downloaded castaway v0.2.3 |
632 | 2025-07-15T19:40:39.741Z | Downloaded buf-list v1.0.3 |
633 | 2025-07-15T19:40:39.744Z | Downloaded aes v0.8.4 |
634 | 2025-07-15T19:40:39.748Z | Downloaded base64 v0.22.1 |
635 | 2025-07-15T19:40:39.753Z | Downloaded allocator-api2 v0.2.21 |
636 | 2025-07-15T19:40:39.756Z | Downloaded md5 v0.7.0 |
637 | 2025-07-15T19:40:39.756Z | Downloaded sha1 v0.10.6 |
638 | 2025-07-15T19:40:39.759Z | Downloaded serde-big-array v0.5.1 |
639 | 2025-07-15T19:40:39.759Z | Downloaded chacha20 v0.9.1 |
640 | 2025-07-15T19:40:39.763Z | Downloaded cexpr v0.6.0 |
641 | 2025-07-15T19:40:39.766Z | Downloaded cipher v0.4.4 |
642 | 2025-07-15T19:40:39.769Z | Downloaded highway v1.3.0 |
643 | 2025-07-15T19:40:39.769Z | Downloaded cobs v0.2.3 |
644 | 2025-07-15T19:40:39.773Z | Downloaded libsw-core v0.3.1 |
645 | 2025-07-15T19:40:39.779Z | Downloaded lzss v0.8.2 |
646 | 2025-07-15T19:40:39.782Z | Downloaded crc v3.2.1 |
647 | 2025-07-15T19:40:39.782Z | Downloaded constant_time_eq v0.3.1 |
648 | 2025-07-15T19:40:39.782Z | Downloaded keccak v0.1.5 |
649 | 2025-07-15T19:40:39.785Z | Downloaded strum v0.26.3 |
650 | 2025-07-15T19:40:39.790Z | Downloaded bitflags v1.3.2 |
651 | 2025-07-15T19:40:39.794Z | Downloaded lazy_static v1.5.0 |
652 | 2025-07-15T19:40:39.794Z | Downloaded crc-catalog v2.4.0 |
653 | 2025-07-15T19:40:39.799Z | Downloaded block-padding v0.3.3 |
654 | 2025-07-15T19:40:39.799Z | Downloaded indoc v2.0.6 |
655 | 2025-07-15T19:40:39.802Z | Downloaded cassowary v0.3.0 |
656 | 2025-07-15T19:40:39.802Z | Downloaded ssh-encoding v0.2.0 |
657 | 2025-07-15T19:40:39.805Z | Downloaded lalrpop-util v0.19.12 |
658 | 2025-07-15T19:40:39.805Z | Downloaded indent_write v2.2.0 |
659 | 2025-07-15T19:40:39.808Z | Downloaded rand_chacha v0.9.0 |
660 | 2025-07-15T19:40:39.811Z | Downloaded rand_core v0.6.4 |
661 | 2025-07-15T19:40:39.814Z | Downloaded ipnetwork v0.21.1 |
662 | 2025-07-15T19:40:39.814Z | Downloaded httpdate v1.0.3 |
663 | 2025-07-15T19:40:39.817Z | Downloaded cargo_metadata v0.18.1 |
664 | 2025-07-15T19:40:39.820Z | Downloaded ref-cast v1.0.24 |
665 | 2025-07-15T19:40:39.823Z | Downloaded rusty-fork v0.3.0 |
666 | 2025-07-15T19:40:39.826Z | Downloaded rustversion v1.0.17 |
667 | 2025-07-15T19:40:39.829Z | Downloaded serde-hex v0.1.0 |
668 | 2025-07-15T19:40:39.832Z | Downloaded smallvec v0.6.14 |
669 | 2025-07-15T19:40:39.835Z | Downloaded camino-tempfile-ext v0.3.2 |
670 | 2025-07-15T19:40:39.837Z | Downloaded smf v0.2.3 |
671 | 2025-07-15T19:40:39.837Z | Downloaded simd-adler32 v0.3.7 |
672 | 2025-07-15T19:40:39.840Z | Downloaded lock_api v0.4.12 |
673 | 2025-07-15T19:40:39.843Z | Downloaded colored v2.2.0 |
674 | 2025-07-15T19:40:39.846Z | Downloaded libsw v3.5.0 |
675 | 2025-07-15T19:40:39.849Z | Downloaded iana-time-zone v0.1.63 |
676 | 2025-07-15T19:40:39.852Z | Downloaded cookie_store v0.21.1 |
677 | 2025-07-15T19:40:39.855Z | Downloaded typify-macro v0.4.1 |
678 | 2025-07-15T19:40:39.860Z | Downloaded spki v0.7.3 |
679 | 2025-07-15T19:40:39.860Z | Downloaded maybe-uninit v2.0.0 |
680 | 2025-07-15T19:40:39.863Z | Downloaded ingot-macros v0.1.0 |
681 | 2025-07-15T19:40:39.863Z | Downloaded crc32fast v1.4.2 |
682 | 2025-07-15T19:40:39.866Z | Downloaded difflib v0.4.0 |
683 | 2025-07-15T19:40:39.879Z | Downloaded darling_macro v0.20.10 |
684 | 2025-07-15T19:40:39.887Z | Downloaded async-bb8-diesel v0.2.1 |
685 | 2025-07-15T19:40:39.890Z | Downloaded progenitor-impl v0.9.1 |
686 | 2025-07-15T19:40:39.890Z | Downloaded mime_guess v2.0.5 |
687 | 2025-07-15T19:40:39.890Z | Downloaded embedded-io v0.6.1 |
688 | 2025-07-15T19:40:39.893Z | Downloaded newline-converter v0.3.0 |
689 | 2025-07-15T19:40:39.893Z | Downloaded tokio-dtrace v0.1.0 |
690 | 2025-07-15T19:40:39.896Z | Downloaded foreign-types v0.3.2 |
691 | 2025-07-15T19:40:39.896Z | Downloaded embedded-io v0.4.0 |
692 | 2025-07-15T19:40:39.899Z | Downloaded num-conv v0.1.0 |
693 | 2025-07-15T19:40:39.902Z | Downloaded typify-macro v0.3.0 |
694 | 2025-07-15T19:40:39.902Z | Downloaded tiny-keccak v2.0.2 |
695 | 2025-07-15T19:40:39.905Z | Downloaded normalize-line-endings v0.3.0 |
696 | 2025-07-15T19:40:39.908Z | Downloaded console v0.15.10 |
697 | 2025-07-15T19:40:39.911Z | Downloaded untrusted v0.7.1 |
698 | 2025-07-15T19:40:39.914Z | Downloaded universal-hash v0.5.1 |
699 | 2025-07-15T19:40:39.915Z | Downloaded unicode-truncate v1.1.0 |
700 | 2025-07-15T19:40:39.919Z | Downloaded openssl-probe v0.1.5 |
701 | 2025-07-15T19:40:39.924Z | Downloaded num-derive v0.4.2 |
702 | 2025-07-15T19:40:39.924Z | Downloaded crossbeam-utils v0.8.21 |
703 | 2025-07-15T19:40:39.927Z | Downloaded wyz v0.5.1 |
704 | 2025-07-15T19:40:39.927Z | Downloaded crossbeam-epoch v0.9.18 |
705 | 2025-07-15T19:40:39.930Z | Downloaded peg-runtime v0.8.5 |
706 | 2025-07-15T19:40:39.933Z | Downloaded num-iter v0.1.45 |
707 | 2025-07-15T19:40:39.933Z | Downloaded crc-any v2.5.0 |
708 | 2025-07-15T19:40:39.938Z | Downloaded pretty-hex v0.2.1 |
709 | 2025-07-15T19:40:39.941Z | Downloaded defmt-parser v0.3.4 |
710 | 2025-07-15T19:40:39.941Z | Downloaded strum_macros v0.27.1 |
711 | 2025-07-15T19:40:39.945Z | Downloaded predicates-core v1.0.8 |
712 | 2025-07-15T19:40:39.945Z | Downloaded ignore v0.4.23 |
713 | 2025-07-15T19:40:39.948Z | Downloaded fixedbitset v0.4.2 |
714 | 2025-07-15T19:40:39.951Z | Downloaded document-features v0.2.10 |
715 | 2025-07-15T19:40:39.951Z | Downloaded daft v0.1.4 |
716 | 2025-07-15T19:40:39.954Z | Downloaded tokio-stream v0.1.17 |
717 | 2025-07-15T19:40:39.958Z | Downloaded quick-error v1.2.3 |
718 | 2025-07-15T19:40:39.961Z | Downloaded russh-cryptovec v0.7.3 |
719 | 2025-07-15T19:40:39.964Z | Downloaded mime v0.3.17 |
720 | 2025-07-15T19:40:39.964Z | Downloaded glob v0.3.2 |
721 | 2025-07-15T19:40:39.968Z | Downloaded filetime v0.2.25 |
722 | 2025-07-15T19:40:39.971Z | Downloaded newtype-uuid v1.2.4 |
723 | 2025-07-15T19:40:39.971Z | Downloaded similar v2.7.0 |
724 | 2025-07-15T19:40:39.976Z | Downloaded foreign-types-macros v0.2.3 |
725 | 2025-07-15T19:40:39.980Z | Downloaded blake2 v0.10.6 |
726 | 2025-07-15T19:40:39.983Z | Downloaded num-derive v0.3.3 |
727 | 2025-07-15T19:40:39.986Z | Downloaded hash32 v0.3.1 |
728 | 2025-07-15T19:40:39.986Z | Downloaded hash32 v0.2.1 |
729 | 2025-07-15T19:40:39.989Z | Downloaded packed_struct_codegen v0.10.1 |
730 | 2025-07-15T19:40:39.992Z | Downloaded progenitor-impl v0.10.0 |
731 | 2025-07-15T19:40:39.995Z | Downloaded num-integer v0.1.46 |
732 | 2025-07-15T19:40:39.995Z | Downloaded zeroize v1.8.1 |
733 | 2025-07-15T19:40:39.998Z | Downloaded pin-project-lite v0.2.14 |
734 | 2025-07-15T19:40:40.003Z | Downloaded tower-service v0.3.3 |
735 | 2025-07-15T19:40:40.006Z | Downloaded strum v0.27.1 |
736 | 2025-07-15T19:40:40.006Z | Downloaded peg-macros v0.8.5 |
737 | 2025-07-15T19:40:40.009Z | Downloaded tokio-macros v2.5.0 |
738 | 2025-07-15T19:40:40.012Z | Downloaded tower-layer v0.3.3 |
739 | 2025-07-15T19:40:40.012Z | Downloaded structmeta v0.3.0 |
740 | 2025-07-15T19:40:40.015Z | Downloaded void v1.0.2 |
741 | 2025-07-15T19:40:40.015Z | Downloaded strip-ansi-escapes v0.2.0 |
742 | 2025-07-15T19:40:40.018Z | Downloaded endian-type v0.1.2 |
743 | 2025-07-15T19:40:40.021Z | Downloaded crunchy v0.2.2 |
744 | 2025-07-15T19:40:40.021Z | Downloaded waitgroup v0.1.2 |
745 | 2025-07-15T19:40:40.024Z | Downloaded vte_generate_state_changes v0.1.2 |
746 | 2025-07-15T19:40:40.024Z | Downloaded ref-cast-impl v1.0.24 |
747 | 2025-07-15T19:40:40.024Z | Downloaded tokio-rustls v0.24.1 |
748 | 2025-07-15T19:40:40.029Z | Downloaded predicates-tree v1.0.12 |
749 | 2025-07-15T19:40:40.033Z | Downloaded predicates v3.1.3 |
750 | 2025-07-15T19:40:40.035Z | Downloaded diesel_table_macro_syntax v0.2.0 |
751 | 2025-07-15T19:40:40.036Z | Downloaded signal-hook-mio v0.2.4 |
752 | 2025-07-15T19:40:40.039Z | Downloaded miniz_oxide v0.8.5 |
753 | 2025-07-15T19:40:40.043Z | Downloaded sec1 v0.7.3 |
754 | 2025-07-15T19:40:40.043Z | Downloaded serde_yaml v0.9.34+deprecated |
755 | 2025-07-15T19:40:40.047Z | Downloaded fxhash v0.2.1 |
756 | 2025-07-15T19:40:40.050Z | Downloaded dirs-next v2.0.0 |
757 | 2025-07-15T19:40:40.050Z | Downloaded slog-async v2.8.0 |
758 | 2025-07-15T19:40:40.053Z | Downloaded slog-dtrace v0.3.0 |
759 | 2025-07-15T19:40:40.056Z | Downloaded indicatif v0.17.11 |
760 | 2025-07-15T19:40:40.059Z | Downloaded heapless v0.7.17 |
761 | 2025-07-15T19:40:40.064Z | Downloaded tls_codec v0.4.1 |
762 | 2025-07-15T19:40:40.067Z | Downloaded oso-derive v0.27.3 |
763 | 2025-07-15T19:40:40.070Z | Downloaded stringprep v0.1.5 |
764 | 2025-07-15T19:40:40.073Z | Downloaded headers-core v0.3.0 |
765 | 2025-07-15T19:40:40.073Z | Downloaded num_threads v0.1.7 |
766 | 2025-07-15T19:40:40.076Z | Downloaded hickory-resolver v0.25.2 |
767 | 2025-07-15T19:40:40.080Z | Downloaded vsss-rs v3.3.4 |
768 | 2025-07-15T19:40:40.082Z | Downloaded pbkdf2 v0.11.0 |
769 | 2025-07-15T19:40:40.086Z | Downloaded precomputed-hash v0.1.1 |
770 | 2025-07-15T19:40:40.089Z | Downloaded darling v0.20.10 |
771 | 2025-07-15T19:40:40.092Z | Downloaded progenitor-client v0.9.1 |
772 | 2025-07-15T19:40:40.096Z | Downloaded progenitor-client v0.8.0 |
773 | 2025-07-15T19:40:40.096Z | Downloaded curve25519-dalek-derive v0.1.1 |
774 | 2025-07-15T19:40:40.099Z | Downloaded tungstenite v0.23.0 |
775 | 2025-07-15T19:40:40.102Z | Downloaded dropshot_endpoint v0.16.2 |
776 | 2025-07-15T19:40:40.106Z | Downloaded secrecy v0.8.0 |
777 | 2025-07-15T19:40:40.109Z | Downloaded proc-macro-error-attr2 v2.0.0 |
778 | 2025-07-15T19:40:40.109Z | Downloaded derive_builder_core v0.20.2 |
779 | 2025-07-15T19:40:40.112Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2025-07-15T19:40:40.114Z | Downloaded half v2.4.1 |
781 | 2025-07-15T19:40:40.117Z | Downloaded const_format v0.2.34 |
782 | 2025-07-15T19:40:40.122Z | Downloaded sync-ptr v0.1.4 |
783 | 2025-07-15T19:40:40.125Z | Downloaded wait-timeout v0.2.0 |
784 | 2025-07-15T19:40:40.128Z | Downloaded flagset v0.4.6 |
785 | 2025-07-15T19:40:40.131Z | Downloaded num_enum_derive v0.5.11 |
786 | 2025-07-15T19:40:40.131Z | Downloaded gethostname v0.5.0 |
787 | 2025-07-15T19:40:40.134Z | Downloaded pin-project v1.1.6 |
788 | 2025-07-15T19:40:40.145Z | Downloaded unarray v0.1.4 |
789 | 2025-07-15T19:40:40.148Z | Downloaded typify v0.3.0 |
790 | 2025-07-15T19:40:40.151Z | Downloaded oxide-tokio-rt v0.1.2 |
791 | 2025-07-15T19:40:40.154Z | Downloaded derive-where v1.5.0 |
792 | 2025-07-15T19:40:40.158Z | Downloaded phf_shared v0.11.2 |
793 | 2025-07-15T19:40:40.161Z | Downloaded rand_seeder v0.3.0 |
794 | 2025-07-15T19:40:40.164Z | Downloaded progenitor v0.10.0 |
795 | 2025-07-15T19:40:40.164Z | Downloaded newtype_derive v0.1.6 |
796 | 2025-07-15T19:40:40.167Z | Downloaded elliptic-curve v0.13.8 |
797 | 2025-07-15T19:40:40.170Z | Downloaded rustls-pemfile v1.0.4 |
798 | 2025-07-15T19:40:40.173Z | Downloaded env_filter v0.1.2 |
799 | 2025-07-15T19:40:40.177Z | Downloaded cc v1.2.15 |
800 | 2025-07-15T19:40:40.182Z | Downloaded dyn-clone v1.0.19 |
801 | 2025-07-15T19:40:40.185Z | Downloaded slab v0.4.9 |
802 | 2025-07-15T19:40:40.185Z | Downloaded russh-keys v0.45.0 |
803 | 2025-07-15T19:40:40.188Z | Downloaded shell-words v1.1.0 |
804 | 2025-07-15T19:40:40.193Z | Downloaded sync_wrapper v1.0.1 |
805 | 2025-07-15T19:40:40.193Z | Downloaded parse-display v0.10.0 |
806 | 2025-07-15T19:40:40.196Z | Downloaded ssh-cipher v0.2.0 |
807 | 2025-07-15T19:40:40.196Z | Downloaded papergrid v0.14.0 |
808 | 2025-07-15T19:40:40.201Z | Downloaded support-bundle-viewer v0.1.2 |
809 | 2025-07-15T19:40:40.206Z | Downloaded powerfmt v0.2.0 |
810 | 2025-07-15T19:40:40.209Z | Downloaded crypto-bigint v0.5.5 |
811 | 2025-07-15T19:40:40.213Z | Downloaded zone v0.3.1 |
812 | 2025-07-15T19:40:40.217Z | Downloaded zone v0.1.8 |
813 | 2025-07-15T19:40:40.217Z | Downloaded zeroize_derive v1.4.2 |
814 | 2025-07-15T19:40:40.220Z | Downloaded rustc-hash v1.1.0 |
815 | 2025-07-15T19:40:40.220Z | Downloaded take_mut v0.2.2 |
816 | 2025-07-15T19:40:40.224Z | Downloaded enum-as-inner v0.6.1 |
817 | 2025-07-15T19:40:40.227Z | Downloaded either v1.15.0 |
818 | 2025-07-15T19:40:40.227Z | Downloaded pkcs1 v0.7.5 |
819 | 2025-07-15T19:40:40.230Z | Downloaded try-lock v0.2.5 |
820 | 2025-07-15T19:40:40.233Z | Downloaded fallible-iterator v0.2.0 |
821 | 2025-07-15T19:40:40.233Z | Downloaded vte v0.11.1 |
822 | 2025-07-15T19:40:40.236Z | Downloaded vergen v8.3.2 |
823 | 2025-07-15T19:40:40.241Z | Downloaded paste v1.0.15 |
824 | 2025-07-15T19:40:40.244Z | Downloaded num v0.4.3 |
825 | 2025-07-15T19:40:40.247Z | Downloaded rustls-pemfile v2.2.0 |
826 | 2025-07-15T19:40:40.250Z | Downloaded minimal-lexical v0.2.1 |
827 | 2025-07-15T19:40:40.253Z | Downloaded num_enum v0.5.11 |
828 | 2025-07-15T19:40:40.259Z | Downloaded proc-macro-crate v1.3.1 |
829 | 2025-07-15T19:40:40.262Z | Downloaded primeorder v0.13.6 |
830 | 2025-07-15T19:40:40.265Z | Downloaded rustc-hash v2.1.1 |
831 | 2025-07-15T19:40:40.265Z | Downloaded typify v0.2.0 |
832 | 2025-07-15T19:40:40.268Z | Downloaded ppv-lite86 v0.2.20 |
833 | 2025-07-15T19:40:40.271Z | Downloaded pkg-config v0.3.31 |
834 | 2025-07-15T19:40:40.275Z | Downloaded serde_repr v0.1.19 |
835 | 2025-07-15T19:40:40.278Z | Downloaded whoami v1.5.2 |
836 | 2025-07-15T19:40:40.278Z | Downloaded oso v0.27.3 |
837 | 2025-07-15T19:40:40.284Z | Downloaded futures-io v0.3.31 |
838 | 2025-07-15T19:40:40.287Z | Downloaded env_logger v0.10.2 |
839 | 2025-07-15T19:40:40.290Z | Downloaded futures-sink v0.3.31 |
840 | 2025-07-15T19:40:40.290Z | Downloaded time-core v0.1.2 |
841 | 2025-07-15T19:40:40.293Z | Downloaded env_logger v0.11.5 |
842 | 2025-07-15T19:40:40.296Z | Downloaded pkcs5 v0.7.1 |
843 | 2025-07-15T19:40:40.300Z | Downloaded want v0.3.1 |
844 | 2025-07-15T19:40:40.303Z | Downloaded quinn v0.11.5 |
845 | 2025-07-15T19:40:40.307Z | Downloaded tap v1.0.1 |
846 | 2025-07-15T19:40:40.307Z | Downloaded snafu-derive v0.8.5 |
847 | 2025-07-15T19:40:40.310Z | Downloaded signal-hook-registry v1.4.2 |
848 | 2025-07-15T19:40:40.310Z | Downloaded password-hash v0.4.2 |
849 | 2025-07-15T19:40:40.313Z | Downloaded openssl-sys v0.9.109 |
850 | 2025-07-15T19:40:40.318Z | Downloaded termtree v0.5.1 |
851 | 2025-07-15T19:40:40.323Z | Downloaded iddqd v0.3.8 |
852 | 2025-07-15T19:40:40.328Z | Downloaded zstd v0.13.3 |
853 | 2025-07-15T19:40:40.331Z | Downloaded float-ord v0.3.2 |
854 | 2025-07-15T19:40:40.335Z | Downloaded rustc_version v0.1.7 |
855 | 2025-07-15T19:40:40.335Z | Downloaded rustyline v14.0.0 |
856 | 2025-07-15T19:40:40.340Z | Downloaded subprocess v0.2.9 |
857 | 2025-07-15T19:40:40.344Z | Downloaded nibble_vec v0.1.0 |
858 | 2025-07-15T19:40:40.348Z | Downloaded headers v0.4.1 |
859 | 2025-07-15T19:40:40.353Z | Downloaded toml v0.7.8 |
860 | 2025-07-15T19:40:40.358Z | Downloaded pem-rfc7468 v0.7.0 |
861 | 2025-07-15T19:40:40.361Z | Downloaded olpc-cjson v0.1.4 |
862 | 2025-07-15T19:40:40.361Z | Downloaded futures-task v0.3.31 |
863 | 2025-07-15T19:40:40.364Z | Downloaded futures-channel v0.3.31 |
864 | 2025-07-15T19:40:40.367Z | Downloaded new_debug_unreachable v1.0.6 |
865 | 2025-07-15T19:40:40.367Z | Downloaded slog-term v2.9.1 |
866 | 2025-07-15T19:40:40.370Z | Downloaded rand_chacha v0.3.1 |
867 | 2025-07-15T19:40:40.373Z | Downloaded path-slash v0.1.5 |
868 | 2025-07-15T19:40:40.373Z | Downloaded walkdir v2.5.0 |
869 | 2025-07-15T19:40:40.376Z | Downloaded qorb v0.4.0 |
870 | 2025-07-15T19:40:40.380Z | Downloaded slog-stdlog v4.1.1 |
871 | 2025-07-15T19:40:40.383Z | Downloaded zstd-safe v7.2.3 |
872 | 2025-07-15T19:40:40.386Z | Downloaded iri-string v0.7.8 |
873 | 2025-07-15T19:40:40.392Z | Downloaded tagptr v0.2.0 |
874 | 2025-07-15T19:40:40.395Z | Downloaded tui-tree-widget v0.23.1 |
875 | 2025-07-15T19:40:40.398Z | Downloaded rayon-core v1.12.1 |
876 | 2025-07-15T19:40:40.402Z | Downloaded data-encoding v2.9.0 |
877 | 2025-07-15T19:40:40.405Z | Downloaded ctr v0.9.2 |
878 | 2025-07-15T19:40:40.405Z | Downloaded xshell v0.2.7 |
879 | 2025-07-15T19:40:40.409Z | Downloaded value-bag v1.9.0 |
880 | 2025-07-15T19:40:40.412Z | Downloaded scheduled-thread-pool v0.2.7 |
881 | 2025-07-15T19:40:40.415Z | Downloaded dunce v1.0.5 |
882 | 2025-07-15T19:40:40.415Z | Downloaded dsl_auto_type v0.1.2 |
883 | 2025-07-15T19:40:40.418Z | Downloaded display-error-chain v0.2.2 |
884 | 2025-07-15T19:40:40.422Z | Downloaded ed25519 v2.2.3 |
885 | 2025-07-15T19:40:40.422Z | Downloaded rand_xorshift v0.4.0 |
886 | 2025-07-15T19:40:40.425Z | Downloaded derive_builder_macro v0.20.2 |
887 | 2025-07-15T19:40:40.425Z | Downloaded diesel-dtrace v0.4.2 |
888 | 2025-07-15T19:40:40.431Z | Downloaded opaque-debug v0.3.1 |
889 | 2025-07-15T19:40:40.431Z | Downloaded phf v0.11.2 |
890 | 2025-07-15T19:40:40.435Z | Downloaded phf_codegen v0.11.2 |
891 | 2025-07-15T19:40:40.435Z | Downloaded getrandom v0.2.15 |
892 | 2025-07-15T19:40:40.435Z | Downloaded steno v0.4.1 |
893 | 2025-07-15T19:40:40.439Z | Downloaded defmt-macros v0.3.9 |
894 | 2025-07-15T19:40:40.442Z | Downloaded csv-core v0.1.11 |
895 | 2025-07-15T19:40:40.445Z | Downloaded postcard v1.0.10 |
896 | 2025-07-15T19:40:40.449Z | Downloaded serde_with_macros v3.14.0 |
897 | 2025-07-15T19:40:40.453Z | Downloaded signal-hook v0.3.17 |
898 | 2025-07-15T19:40:40.456Z | Downloaded defmt v0.3.8 |
899 | 2025-07-15T19:40:40.459Z | Downloaded zopfli v0.8.1 |
900 | 2025-07-15T19:40:40.462Z | Downloaded debug-ignore v1.0.5 |
901 | 2025-07-15T19:40:40.465Z | Downloaded parse-size v1.1.0 |
902 | 2025-07-15T19:40:40.465Z | Downloaded itertools v0.14.0 |
903 | 2025-07-15T19:40:40.472Z | Downloaded parse-display-derive v0.10.0 |
904 | 2025-07-15T19:40:40.475Z | Downloaded xz2 v0.1.7 |
905 | 2025-07-15T19:40:40.478Z | Downloaded prettyplease v0.2.35 |
906 | 2025-07-15T19:40:40.481Z | Downloaded sqlparser_derive v0.2.2 |
907 | 2025-07-15T19:40:40.484Z | Downloaded ghash v0.5.1 |
908 | 2025-07-15T19:40:40.484Z | Downloaded scopeguard v1.2.0 |
909 | 2025-07-15T19:40:40.488Z | Downloaded schemars_derive v0.8.22 |
910 | 2025-07-15T19:40:40.488Z | Downloaded tinyvec_macros v0.1.1 |
911 | 2025-07-15T19:40:40.491Z | Downloaded same-file v1.0.6 |
912 | 2025-07-15T19:40:40.491Z | Downloaded xshell-macros v0.2.7 |
913 | 2025-07-15T19:40:40.494Z | Downloaded deranged v0.3.11 |
914 | 2025-07-15T19:40:40.494Z | Downloaded xattr v1.3.1 |
915 | 2025-07-15T19:40:40.497Z | Downloaded rustc_version v0.4.1 |
916 | 2025-07-15T19:40:40.497Z | Downloaded parking_lot_core v0.9.10 |
917 | 2025-07-15T19:40:40.500Z | Downloaded hashbrown v0.13.2 |
918 | 2025-07-15T19:40:40.513Z | Downloaded serde_bytes v0.11.17 |
919 | 2025-07-15T19:40:40.517Z | Downloaded bindgen v0.69.5 |
920 | 2025-07-15T19:40:40.517Z | Downloaded serde_derive_internals v0.29.1 |
921 | 2025-07-15T19:40:40.517Z | Downloaded poly1305 v0.8.0 |
922 | 2025-07-15T19:40:40.521Z | Downloaded which v4.4.2 |
923 | 2025-07-15T19:40:40.521Z | Downloaded shlex v1.3.0 |
924 | 2025-07-15T19:40:40.524Z | Downloaded spin v0.9.8 |
925 | 2025-07-15T19:40:40.527Z | Downloaded funty v2.0.0 |
926 | 2025-07-15T19:40:40.527Z | Downloaded sqlformat v0.3.5 |
927 | 2025-07-15T19:40:40.530Z | Downloaded nodrop v0.1.14 |
928 | 2025-07-15T19:40:40.530Z | Downloaded serde_cbor v0.11.2 |
929 | 2025-07-15T19:40:40.533Z | Downloaded quinn-udp v0.5.5 |
930 | 2025-07-15T19:40:40.536Z | Downloaded utf-8 v0.7.6 |
931 | 2025-07-15T19:40:40.536Z | Downloaded socket2 v0.5.10 |
932 | 2025-07-15T19:40:40.539Z | Downloaded pkcs8 v0.10.2 |
933 | 2025-07-15T19:40:40.543Z | Downloaded parking_lot_core v0.8.6 |
934 | 2025-07-15T19:40:40.546Z | Downloaded omicron-zone-package v0.12.2 |
935 | 2025-07-15T19:40:40.550Z | Downloaded rsa v0.9.6 |
936 | 2025-07-15T19:40:40.553Z | Downloaded progenitor-client v0.10.0 |
937 | 2025-07-15T19:40:40.557Z | Downloaded test-strategy v0.4.1 |
938 | 2025-07-15T19:40:40.560Z | Downloaded packed_struct v0.10.1 |
939 | 2025-07-15T19:40:40.564Z | Downloaded radium v0.7.0 |
940 | 2025-07-15T19:40:40.564Z | Downloaded derive_more v0.99.20 |
941 | 2025-07-15T19:40:40.567Z | Downloaded polyval v0.6.2 |
942 | 2025-07-15T19:40:40.570Z | Downloaded topological-sort v0.2.2 |
943 | 2025-07-15T19:40:40.570Z | Downloaded zerocopy v0.6.6 |
944 | 2025-07-15T19:40:40.573Z | Downloaded tokio-native-tls v0.3.1 |
945 | 2025-07-15T19:40:40.577Z | Downloaded quinn-proto v0.11.8 |
946 | 2025-07-15T19:40:40.582Z | Downloaded globwalk v0.9.1 |
947 | 2025-07-15T19:40:40.585Z | Downloaded float-cmp v0.10.0 |
948 | 2025-07-15T19:40:40.585Z | Downloaded serde_plain v1.0.2 |
949 | 2025-07-15T19:40:40.588Z | Downloaded tokio-tungstenite v0.23.1 |
950 | 2025-07-15T19:40:40.591Z | Downloaded group v0.13.0 |
951 | 2025-07-15T19:40:40.594Z | Downloaded fd-lock v4.0.2 |
952 | 2025-07-15T19:40:40.594Z | Downloaded thiserror-impl-no-std v2.0.2 |
953 | 2025-07-15T19:40:40.597Z | Downloaded foldhash v0.1.5 |
954 | 2025-07-15T19:40:40.597Z | Downloaded ron v0.8.1 |
955 | 2025-07-15T19:40:40.602Z | Downloaded postgres-protocol v0.6.8 |
956 | 2025-07-15T19:40:40.606Z | Downloaded schemars v0.8.22 |
957 | 2025-07-15T19:40:40.617Z | Downloaded zip v4.2.0 |
958 | 2025-07-15T19:40:40.625Z | Downloaded thread_local v1.1.8 |
959 | 2025-07-15T19:40:40.631Z | Downloaded tungstenite v0.21.0 |
960 | 2025-07-15T19:40:40.631Z | Downloaded thiserror-no-std v2.0.2 |
961 | 2025-07-15T19:40:40.635Z | Downloaded rustls-pki-types v1.10.0 |
962 | 2025-07-15T19:40:40.638Z | Downloaded aws-lc-rs v1.12.4 |
963 | 2025-07-15T19:40:40.644Z | Downloaded r2d2 v0.8.10 |
964 | 2025-07-15T19:40:40.647Z | Downloaded fixedbitset v0.5.7 |
965 | 2025-07-15T19:40:40.650Z | Downloaded half v1.8.3 |
966 | 2025-07-15T19:40:40.653Z | Downloaded num-complex v0.4.6 |
967 | 2025-07-15T19:40:40.653Z | Downloaded blake3 v1.5.4 |
968 | 2025-07-15T19:40:40.660Z | Downloaded tinyvec v1.8.0 |
969 | 2025-07-15T19:40:40.663Z | Downloaded unicode-bidi v0.3.17 |
970 | 2025-07-15T19:40:40.666Z | Downloaded snafu v0.8.5 |
971 | 2025-07-15T19:40:40.672Z | Downloaded tokio-postgres v0.7.13 |
972 | 2025-07-15T19:40:40.677Z | Downloaded nu-ansi-term v0.50.1 |
973 | 2025-07-15T19:40:40.680Z | Downloaded unicode-properties v0.1.3 |
974 | 2025-07-15T19:40:40.684Z | Downloaded uuid v1.17.0 |
975 | 2025-07-15T19:40:40.687Z | Downloaded tar v0.4.44 |
976 | 2025-07-15T19:40:40.690Z | Downloaded rustls-webpki v0.102.8 |
977 | 2025-07-15T19:40:40.708Z | Downloaded progenitor-impl v0.8.0 |
978 | 2025-07-15T19:40:40.711Z | Downloaded tokio-util v0.7.15 |
979 | 2025-07-15T19:40:40.716Z | Downloaded reedline v0.40.0 |
980 | 2025-07-15T19:40:40.724Z | Downloaded der v0.7.9 |
981 | 2025-07-15T19:40:40.729Z | Downloaded fatfs v0.3.6 |
982 | 2025-07-15T19:40:40.732Z | Downloaded samael v0.0.19 |
983 | 2025-07-15T19:40:40.738Z | Downloaded diesel_derives v2.2.3 |
984 | 2025-07-15T19:40:40.741Z | Downloaded winnow v0.6.26 |
985 | 2025-07-15T19:40:40.750Z | Downloaded flume v0.11.1 |
986 | 2025-07-15T19:40:40.754Z | Downloaded futures v0.3.31 |
987 | 2025-07-15T19:40:40.759Z | Downloaded rustls-webpki v0.101.7 |
988 | 2025-07-15T19:40:40.774Z | Downloaded ed25519-dalek v2.1.1 |
989 | 2025-07-15T19:40:40.777Z | Downloaded chrono v0.4.41 |
990 | 2025-07-15T19:40:40.784Z | Downloaded bitvec v1.0.1 |
991 | 2025-07-15T19:40:40.797Z | Downloaded rand v0.8.5 |
992 | 2025-07-15T19:40:40.801Z | Downloaded parse-zoneinfo v0.3.1 |
993 | 2025-07-15T19:40:40.805Z | Downloaded x509-cert v0.2.5 |
994 | 2025-07-15T19:40:40.811Z | Downloaded lalrpop v0.19.12 |
995 | 2025-07-15T19:40:40.821Z | Downloaded toml_edit v0.19.15 |
996 | 2025-07-15T19:40:40.836Z | Downloaded radix_trie v0.2.1 |
997 | 2025-07-15T19:40:40.841Z | Downloaded moka v0.12.10 |
998 | 2025-07-15T19:40:40.851Z | Downloaded num-bigint v0.4.6 |
999 | 2025-07-15T19:40:40.855Z | Downloaded tough v0.20.0 |
1000 | 2025-07-15T19:40:40.865Z | Downloaded rayon v1.10.0 |
1001 | 2025-07-15T19:40:40.874Z | Downloaded git2 v0.19.0 |
1002 | 2025-07-15T19:40:40.882Z | Downloaded num-bigint-dig v0.8.4 |
1003 | 2025-07-15T19:40:40.892Z | Downloaded unicode-normalization v0.1.24 |
1004 | 2025-07-15T19:40:40.895Z | Downloaded rustls v0.21.12 |
1005 | 2025-07-15T19:40:40.903Z | Downloaded tower-http v0.6.6 |
1006 | 2025-07-15T19:40:40.911Z | Downloaded winnow v0.5.40 |
1007 | 2025-07-15T19:40:40.919Z | Downloaded p521 v0.13.3 |
1008 | 2025-07-15T19:40:40.923Z | Downloaded zlib-rs v0.5.1 |
1009 | 2025-07-15T19:40:40.928Z | Downloaded quick-xml v0.37.2 |
1010 | 2025-07-15T19:40:40.934Z | Downloaded bindgen v0.71.1 |
1011 | 2025-07-15T19:40:40.941Z | Downloaded webpki-roots v1.0.1 |
1012 | 2025-07-15T19:40:40.946Z | Downloaded tower v0.5.2 |
1013 | 2025-07-15T19:40:40.955Z | Downloaded futures-util v0.3.31 |
1014 | 2025-07-15T19:40:40.966Z | Downloaded regex v1.11.1 |
1015 | 2025-07-15T19:40:40.980Z | Downloaded rand v0.9.1 |
1016 | 2025-07-15T19:40:40.983Z | Downloaded rpassword v7.4.0 |
1017 | 2025-07-15T19:40:40.986Z | Downloaded yansi v1.0.1 |
1018 | 2025-07-15T19:40:40.989Z | Downloaded salty v0.3.0 |
1019 | 2025-07-15T19:40:40.995Z | Downloaded tabwriter v1.4.0 |
1020 | 2025-07-15T19:40:40.998Z | Downloaded rustls v0.22.4 |
1021 | 2025-07-15T19:40:41.009Z | Downloaded proptest v1.7.0 |
1022 | 2025-07-15T19:40:41.017Z | Downloaded bstr v1.10.0 |
1023 | 2025-07-15T19:40:41.027Z | Downloaded vcpkg v0.2.15 |
1024 | 2025-07-15T19:40:41.064Z | Downloaded portable-atomic v1.11.0 |
1025 | 2025-07-15T19:40:41.070Z | Downloaded gimli v0.31.1 |
1026 | 2025-07-15T19:40:41.078Z | Downloaded polar-core v0.27.3 |
1027 | 2025-07-15T19:40:41.086Z | Downloaded h2 v0.4.6 |
1028 | 2025-07-15T19:40:41.092Z | Downloaded p384 v0.13.0 |
1029 | 2025-07-15T19:40:41.097Z | Downloaded chrono-tz v0.10.3 |
1030 | 2025-07-15T19:40:41.103Z | Downloaded tabled v0.18.0 |
1031 | 2025-07-15T19:40:41.121Z | Downloaded sqlparser v0.45.0 |
1032 | 2025-07-15T19:40:41.126Z | Downloaded nix v0.29.0 |
1033 | 2025-07-15T19:40:41.136Z | Downloaded zerocopy v0.8.26 |
1034 | 2025-07-15T19:40:41.158Z | Downloaded reqwest v0.12.22 |
1035 | 2025-07-15T19:40:41.165Z | Downloaded openapiv3 v2.2.0 |
1036 | 2025-07-15T19:40:41.175Z | Downloaded rustls v0.23.19 |
1037 | 2025-07-15T19:40:41.187Z | Downloaded regex-syntax v0.6.29 |
1038 | 2025-07-15T19:40:41.192Z | Downloaded regex-syntax v0.8.5 |
1039 | 2025-07-15T19:40:41.199Z | Downloaded petname v2.0.2 |
1040 | 2025-07-15T19:40:41.205Z | Downloaded typify-impl v0.3.0 |
1041 | 2025-07-15T19:40:41.218Z | Downloaded dropshot v0.16.2 |
1042 | 2025-07-15T19:40:41.238Z | Downloaded nix v0.27.1 |
1043 | 2025-07-15T19:40:41.247Z | Downloaded hickory-proto v0.24.4 |
1044 | 2025-07-15T19:40:41.261Z | Downloaded smoltcp v0.9.1 |
1045 | 2025-07-15T19:40:41.270Z | Downloaded hickory-proto v0.25.2 |
1046 | 2025-07-15T19:40:41.284Z | Downloaded zerocopy-derive v0.6.6 |
1047 | 2025-07-15T19:40:41.293Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1048 | 2025-07-15T19:40:41.303Z | Downloaded nix v0.28.0 |
1049 | 2025-07-15T19:40:41.313Z | Downloaded sled v0.34.7 |
1050 | 2025-07-15T19:40:41.322Z | Downloaded smoltcp v0.11.0 |
1051 | 2025-07-15T19:40:41.332Z | Downloaded diesel v2.2.11 |
1052 | 2025-07-15T19:40:41.350Z | Downloaded nix v0.30.1 |
1053 | 2025-07-15T19:40:41.360Z | Downloaded object v0.36.5 |
1054 | 2025-07-15T19:40:41.370Z | Downloaded openssl v0.10.73 |
1055 | 2025-07-15T19:40:41.378Z | Downloaded serde_with v3.14.0 |
1056 | 2025-07-15T19:40:41.389Z | Downloaded regress v0.10.3 |
1057 | 2025-07-15T19:40:41.399Z | Downloaded curve25519-dalek v4.1.3 |
1058 | 2025-07-15T19:40:41.405Z | Downloaded object v0.30.4 |
1059 | 2025-07-15T19:40:41.413Z | Downloaded russh v0.45.0 |
1060 | 2025-07-15T19:40:41.419Z | Downloaded tracing v0.1.40 |
1061 | 2025-07-15T19:40:41.423Z | Downloaded typed-path v0.9.3 |
1062 | 2025-07-15T19:40:41.429Z | Downloaded time v0.3.36 |
1063 | 2025-07-15T19:40:41.437Z | Downloaded pretty_assertions v1.4.1 |
1064 | 2025-07-15T19:40:41.440Z | Downloaded hkdf v0.12.4 |
1065 | 2025-07-15T19:40:41.440Z | Downloaded hyper v1.6.0 |
1066 | 2025-07-15T19:40:41.445Z | Downloaded resolv-conf v0.7.0 |
1067 | 2025-07-15T19:40:41.448Z | Downloaded nom v7.1.3 |
1068 | 2025-07-15T19:40:41.452Z | Downloaded expectorate v1.2.0 |
1069 | 2025-07-15T19:40:41.455Z | Downloaded itertools v0.13.0 |
1070 | 2025-07-15T19:40:41.461Z | Downloaded itertools v0.12.1 |
1071 | 2025-07-15T19:40:41.469Z | Downloaded rcgen v0.12.1 |
1072 | 2025-07-15T19:40:41.472Z | Downloaded unicase v2.7.0 |
1073 | 2025-07-15T19:40:41.472Z | Downloaded ecdsa v0.16.9 |
1074 | 2025-07-15T19:40:41.476Z | Downloaded uzers v0.12.1 |
1075 | 2025-07-15T19:40:41.479Z | Downloaded flate2 v1.1.2 |
1076 | 2025-07-15T19:40:41.482Z | Downloaded typify-impl v0.4.1 |
1077 | 2025-07-15T19:40:41.492Z | Downloaded typify-impl v0.2.0 |
1078 | 2025-07-15T19:40:41.505Z | Downloaded ssh-key v0.6.6 |
1079 | 2025-07-15T19:40:41.512Z | Downloaded zip v0.6.6 |
1080 | 2025-07-15T19:40:41.516Z | Downloaded progenitor-macro v0.10.0 |
1081 | 2025-07-15T19:40:41.519Z | Downloaded progenitor-macro v0.9.1 |
1082 | 2025-07-15T19:40:41.519Z | Downloaded des v0.8.1 |
1083 | 2025-07-15T19:40:41.522Z | Downloaded darling_core v0.20.10 |
1084 | 2025-07-15T19:40:41.525Z | Downloaded futures-macro v0.3.31 |
1085 | 2025-07-15T19:40:41.525Z | Downloaded unicode-segmentation v1.12.0 |
1086 | 2025-07-15T19:40:41.528Z | Downloaded crossterm v0.28.1 |
1087 | 2025-07-15T19:40:41.534Z | Downloaded globset v0.4.15 |
1088 | 2025-07-15T19:40:41.537Z | Downloaded der_derive v0.7.3 |
1089 | 2025-07-15T19:40:41.537Z | Downloaded itertools v0.10.5 |
1090 | 2025-07-15T19:40:41.543Z | Downloaded ratatui v0.29.0 |
1091 | 2025-07-15T19:40:41.562Z | Downloaded libm v0.2.8 |
1092 | 2025-07-15T19:40:41.568Z | Downloaded hickory-server v0.25.2 |
1093 | 2025-07-15T19:40:41.572Z | Downloaded password-hash v0.5.0 |
1094 | 2025-07-15T19:40:41.575Z | Downloaded jiff v0.2.15 |
1095 | 2025-07-15T19:40:41.589Z | Downloaded regex-automata v0.4.8 |
1096 | 2025-07-15T19:40:41.603Z | Downloaded encoding_rs v0.8.34 |
1097 | 2025-07-15T19:40:41.623Z | Downloaded libz-sys v1.1.20 |
1098 | 2025-07-15T19:40:41.643Z | Downloaded lzma-sys v0.1.20 |
1099 | 2025-07-15T19:40:41.677Z | Downloaded tracing-attributes v0.1.27 |
1100 | 2025-07-15T19:40:41.680Z | Downloaded strum_macros v0.26.4 |
1101 | 2025-07-15T19:40:41.684Z | Downloaded num-rational v0.4.2 |
1102 | 2025-07-15T19:40:41.684Z | Downloaded p256 v0.13.2 |
1103 | 2025-07-15T19:40:41.689Z | Downloaded rustls-native-certs v0.8.1 |
1104 | 2025-07-15T19:40:41.692Z | Downloaded diff v0.1.13 |
1105 | 2025-07-15T19:40:41.696Z | Downloaded owo-colors v4.2.2 |
1106 | 2025-07-15T19:40:41.700Z | Downloaded petgraph v0.6.5 |
1107 | 2025-07-15T19:40:41.720Z | Downloaded typify-macro v0.2.0 |
1108 | 2025-07-15T19:40:41.723Z | Downloaded typify v0.4.1 |
1109 | 2025-07-15T19:40:41.726Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1110 | 2025-07-15T19:40:41.746Z | Downloaded sha3 v0.10.8 |
1111 | 2025-07-15T19:40:41.751Z | Downloaded libxml v0.3.3 |
1112 | 2025-07-15T19:40:41.755Z | Downloaded tokio v1.45.1 |
1113 | 2025-07-15T19:40:41.787Z | Downloaded petgraph v0.8.2 |
1114 | 2025-07-15T19:40:41.803Z | Downloaded subtle v2.6.1 |
1115 | 2025-07-15T19:40:41.806Z | Downloaded native-tls v0.2.12 |
1116 | 2025-07-15T19:40:41.806Z | Downloaded unicode_categories v0.1.1 |
1117 | 2025-07-15T19:40:41.811Z | Downloaded csv v1.3.1 |
1118 | 2025-07-15T19:40:41.824Z | Downloaded static_assertions v1.1.0 |
1119 | 2025-07-15T19:40:41.827Z | Downloaded slog v2.7.0 |
1120 | 2025-07-15T19:40:41.831Z | Downloaded zerocopy-derive v0.8.26 |
1121 | 2025-07-15T19:40:41.834Z | Downloaded hashbrown v0.12.3 |
1122 | 2025-07-15T19:40:41.837Z | Downloaded signature v2.2.0 |
1123 | 2025-07-15T19:40:41.840Z | Downloaded signal-hook-tokio v0.3.1 |
1124 | 2025-07-15T19:40:41.840Z | Downloaded crossbeam-channel v0.5.15 |
1125 | 2025-07-15T19:40:41.844Z | Downloaded slog-scope v4.4.0 |
1126 | 2025-07-15T19:40:41.844Z | Downloaded slog-envlogger v2.2.0 |
1127 | 2025-07-15T19:40:41.847Z | Downloaded serde_path_to_error v0.1.17 |
1128 | 2025-07-15T19:40:41.847Z | Downloaded aho-corasick v1.1.3 |
1129 | 2025-07-15T19:40:41.850Z | Downloaded progenitor v0.9.1 |
1130 | 2025-07-15T19:40:41.853Z | Downloaded phf_generator v0.11.2 |
1131 | 2025-07-15T19:40:41.853Z | Downloaded pem v3.0.5 |
1132 | 2025-07-15T19:40:41.853Z | Downloaded oxnet v0.1.2 |
1133 | 2025-07-15T19:40:41.857Z | Downloaded daft-derive v0.1.4 |
1134 | 2025-07-15T19:40:41.860Z | Downloaded prefix-trie v0.7.0 |
1135 | 2025-07-15T19:40:41.863Z | Downloaded postgres-types v0.2.9 |
1136 | 2025-07-15T19:40:41.866Z | Downloaded parking_lot v0.12.3 |
1137 | 2025-07-15T19:40:41.869Z | Downloaded number_prefix v0.4.0 |
1138 | 2025-07-15T19:40:41.869Z | Downloaded nanorand v0.7.0 |
1139 | 2025-07-15T19:40:41.872Z | Downloaded multimap v0.10.1 |
1140 | 2025-07-15T19:40:41.872Z | Downloaded futures-executor v0.3.31 |
1141 | 2025-07-15T19:40:41.872Z | Downloaded futures-core v0.3.31 |
1142 | 2025-07-15T19:40:41.877Z | Downloaded publicsuffix v2.3.0 |
1143 | 2025-07-15T19:40:41.877Z | Downloaded slog-bunyan v2.5.0 |
1144 | 2025-07-15T19:40:41.881Z | Downloaded unsafe-libyaml v0.2.11 |
1145 | 2025-07-15T19:40:41.881Z | Downloaded tracing-core v0.1.32 |
1146 | 2025-07-15T19:40:41.884Z | Downloaded untrusted v0.9.0 |
1147 | 2025-07-15T19:40:41.884Z | Downloaded tls_codec_derive v0.4.1 |
1148 | 2025-07-15T19:40:41.887Z | Downloaded strum_macros v0.24.3 |
1149 | 2025-07-15T19:40:41.887Z | Downloaded structmeta-derive v0.3.0 |
1150 | 2025-07-15T19:40:41.887Z | Downloaded parking_lot v0.11.2 |
1151 | 2025-07-15T19:40:41.890Z | Downloaded pin-project-internal v1.1.6 |
1152 | 2025-07-15T19:40:41.890Z | Downloaded hickory-resolver v0.24.4 |
1153 | 2025-07-15T19:40:41.896Z | Downloaded string_cache v0.8.9 |
1154 | 2025-07-15T19:40:41.899Z | Downloaded openssl-macros v0.1.1 |
1155 | 2025-07-15T19:40:41.899Z | Downloaded sigpipe v0.1.3 |
1156 | 2025-07-15T19:40:41.899Z | Downloaded fs_extra v1.3.0 |
1157 | 2025-07-15T19:40:41.899Z | Downloaded chacha20poly1305 v0.10.1 |
1158 | 2025-07-15T19:40:41.902Z | Downloaded bytes v1.10.1 |
1159 | 2025-07-15T19:40:41.905Z | Downloaded backtrace v0.3.74 |
1160 | 2025-07-15T19:40:41.909Z | Downloaded ring v0.17.14 |
1161 | 2025-07-15T19:40:41.945Z | Downloaded sct v0.7.1 |
1162 | 2025-07-15T19:40:41.948Z | Downloaded serde_urlencoded v0.7.1 |
1163 | 2025-07-15T19:40:41.951Z | Downloaded scrypt v0.11.0 |
1164 | 2025-07-15T19:40:41.951Z | Downloaded rtoolbox v0.0.2 |
1165 | 2025-07-15T19:40:41.967Z | Downloaded pin-utils v0.1.0 |
1166 | 2025-07-15T19:40:41.967Z | Downloaded peg v0.8.5 |
1167 | 2025-07-15T19:40:41.974Z | Downloaded derive_builder v0.20.2 |
1168 | 2025-07-15T19:40:41.974Z | Downloaded bumpalo v3.16.0 |
1169 | 2025-07-15T19:40:41.974Z | Downloaded pbkdf2 v0.12.2 |
1170 | 2025-07-15T19:40:41.974Z | Downloaded yasna v0.5.2 |
1171 | 2025-07-15T19:40:41.974Z | Downloaded fs-err v2.11.0 |
1172 | 2025-07-15T19:40:41.974Z | Downloaded twox-hash v2.1.0 |
1173 | 2025-07-15T19:40:41.974Z | Downloaded tokio-rustls v0.25.0 |
1174 | 2025-07-15T19:40:41.974Z | Downloaded time-macros v0.2.18 |
1175 | 2025-07-15T19:40:41.979Z | Downloaded compact_str v0.8.0 |
1176 | 2025-07-15T19:40:41.979Z | Downloaded ron v0.7.1 |
1177 | 2025-07-15T19:40:41.983Z | Downloaded psl-types v2.0.11 |
1178 | 2025-07-15T19:40:41.983Z | Downloaded progenitor-macro v0.8.0 |
1179 | 2025-07-15T19:40:41.983Z | Downloaded ff v0.13.0 |
1180 | 2025-07-15T19:40:41.983Z | Downloaded ena v0.14.3 |
1181 | 2025-07-15T19:40:41.986Z | Downloaded indexmap v1.9.3 |
1182 | 2025-07-15T19:40:41.990Z | Downloaded term v0.7.0 |
1183 | 2025-07-15T19:40:41.990Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1184 | 2025-07-15T19:40:42.039Z | Downloaded multer v3.1.0 |
1185 | 2025-07-15T19:40:42.042Z | Downloaded tokio-tungstenite v0.21.0 |
1186 | 2025-07-15T19:40:42.045Z | Downloaded tokio-rustls v0.26.0 |
1187 | 2025-07-15T19:40:42.045Z | Downloaded hyper-rustls v0.27.7 |
1188 | 2025-07-15T19:40:42.049Z | Downloaded cookie v0.18.1 |
1189 | 2025-07-15T19:40:42.052Z | Downloaded foreign-types-shared v0.3.1 |
1190 | 2025-07-15T19:40:42.052Z | Downloaded foreign-types-shared v0.1.1 |
1191 | 2025-07-15T19:40:42.052Z | Downloaded foreign-types v0.5.0 |
1192 | 2025-07-15T19:40:42.052Z | Downloaded const-oid v0.9.6 |
1193 | 2025-07-15T19:40:42.055Z | Downloaded clang-sys v1.8.1 |
1194 | 2025-07-15T19:40:42.055Z | Downloaded rustc-demangle v0.1.24 |
1195 | 2025-07-15T19:40:42.058Z | Downloaded secrecy v0.10.3 |
1196 | 2025-07-15T19:40:42.058Z | Downloaded memmap2 v0.9.5 |
1197 | 2025-07-15T19:40:42.063Z | Downloaded hyper-staticfile v0.10.1 |
1198 | 2025-07-15T19:40:42.063Z | Downloaded termios v0.3.3 |
1199 | 2025-07-15T19:40:42.066Z | Downloaded tabled_derive v0.10.0 |
1200 | 2025-07-15T19:40:42.066Z | Downloaded supports-color v3.0.2 |
1201 | 2025-07-15T19:40:42.066Z | Downloaded rand_core v0.9.2 |
1202 | 2025-07-15T19:40:42.066Z | Downloaded jobserver v0.1.32 |
1203 | 2025-07-15T19:40:42.070Z | Downloaded ipnet v2.11.0 |
1204 | 2025-07-15T19:40:42.070Z | Downloaded aes-gcm v0.10.3 |
1205 | 2025-07-15T19:40:42.073Z | Downloaded cstr-argument v0.1.2 |
1206 | 2025-07-15T19:40:42.073Z | Downloaded zone_cfg_derive v0.3.0 |
1207 | 2025-07-15T19:40:42.073Z | Downloaded zone_cfg_derive v0.1.2 |
1208 | 2025-07-15T19:40:42.076Z | Downloaded termcolor v1.4.1 |
1209 | 2025-07-15T19:40:42.076Z | Downloaded proc-macro-error2 v2.0.1 |
1210 | 2025-07-15T19:40:42.079Z | Downloaded bzip2 v0.4.4 |
1211 | 2025-07-15T19:40:42.079Z | Downloaded const_format_proc_macros v0.2.34 |
1212 | 2025-07-15T19:40:42.083Z | Downloaded ciborium v0.2.2 |
1213 | 2025-07-15T19:40:42.086Z | Downloaded cbc v0.1.2 |
1214 | 2025-07-15T19:40:42.086Z | Downloaded async-trait v0.1.88 |
1215 | 2025-07-15T19:40:42.089Z | Downloaded cmake v0.1.51 |
1216 | 2025-07-15T19:40:42.089Z | Downloaded bzip2 v0.5.2 |
1217 | 2025-07-15T19:40:42.092Z | Downloaded backoff v0.4.0 |
1218 | 2025-07-15T19:40:42.093Z | Downloaded slog-json v2.6.1 |
1219 | 2025-07-15T19:40:42.096Z | Downloaded siphasher v0.3.11 |
1220 | 2025-07-15T19:40:42.096Z | Downloaded semver v0.1.20 |
1221 | 2025-07-15T19:40:42.096Z | Downloaded salsa20 v0.10.2 |
1222 | 2025-07-15T19:40:42.096Z | Downloaded rfc6979 v0.4.0 |
1223 | 2025-07-15T19:40:42.099Z | Downloaded indoc v1.0.9 |
1224 | 2025-07-15T19:40:42.099Z | Downloaded memoffset v0.9.1 |
1225 | 2025-07-15T19:40:42.102Z | Downloaded instability v0.3.2 |
1226 | 2025-07-15T19:40:42.102Z | Downloaded base64 v0.21.7 |
1227 | 2025-07-15T19:40:42.105Z | Downloaded cancel-safe-futures v0.1.5 |
1228 | 2025-07-15T19:40:42.108Z | Downloaded progenitor v0.8.0 |
1229 | 2025-07-15T19:40:42.108Z | Downloaded humantime v2.2.0 |
1230 | 2025-07-15T19:40:42.112Z | Downloaded hubpack v0.1.2 |
1231 | 2025-07-15T19:40:42.112Z | Downloaded bit-vec v0.8.0 |
1232 | 2025-07-15T19:40:42.115Z | Downloaded critical-section v1.1.3 |
1233 | 2025-07-15T19:40:42.115Z | Downloaded bitfield-struct v0.6.2 |
1234 | 2025-07-15T19:40:42.115Z | Downloaded managed v0.8.0 |
1235 | 2025-07-15T19:40:42.119Z | Downloaded linked-hash-map v0.5.6 |
1236 | 2025-07-15T19:40:42.119Z | Downloaded libloading v0.8.5 |
1237 | 2025-07-15T19:40:42.119Z | Downloaded internet-checksum v0.2.1 |
1238 | 2025-07-15T19:40:42.123Z | Downloaded hostname v0.3.1 |
1239 | 2025-07-15T19:40:42.123Z | Downloaded convert_case v0.4.0 |
1240 | 2025-07-15T19:40:42.126Z | Downloaded inout v0.1.3 |
1241 | 2025-07-15T19:40:42.126Z | Downloaded crossbeam-deque v0.8.5 |
1242 | 2025-07-15T19:40:42.126Z | Downloaded ciborium-ll v0.2.2 |
1243 | 2025-07-15T19:40:42.129Z | Downloaded base16ct v0.2.0 |
1244 | 2025-07-15T19:40:42.129Z | Downloaded hyper-tls v0.6.0 |
1245 | 2025-07-15T19:40:42.129Z | Downloaded hex-literal v0.4.1 |
1246 | 2025-07-15T19:40:42.133Z | Downloaded chrono-tz-build v0.4.0 |
1247 | 2025-07-15T19:40:42.133Z | Downloaded hubpack_derive v0.1.1 |
1248 | 2025-07-15T19:40:42.133Z | Downloaded ingot-types v0.1.0 |
1249 | 2025-07-15T19:40:42.133Z | Downloaded ident_case v1.0.1 |
1250 | 2025-07-15T19:40:42.136Z | Downloaded hyper-util v0.1.14 |
1251 | 2025-07-15T19:40:42.140Z | Downloaded blowfish v0.9.1 |
1252 | 2025-07-15T19:40:42.140Z | Downloaded atomicwrites v0.4.4 |
1253 | 2025-07-15T19:40:42.143Z | Downloaded cfg_aliases v0.2.1 |
1254 | 2025-07-15T19:40:42.143Z | Downloaded lazycell v1.3.0 |
1255 | 2025-07-15T19:40:42.143Z | Downloaded cfg_aliases v0.1.1 |
1256 | 2025-07-15T19:40:42.143Z | Downloaded heapless v0.8.0 |
1257 | 2025-07-15T19:40:42.146Z | Downloaded argon2 v0.5.3 |
1258 | 2025-07-15T19:40:42.146Z | Downloaded hickory-client v0.25.2 |
1259 | 2025-07-15T19:40:42.151Z | Downloaded async-stream-impl v0.3.6 |
1260 | 2025-07-15T19:40:42.151Z | Downloaded async-recursion v1.1.1 |
1261 | 2025-07-15T19:40:42.154Z | Downloaded arc-swap v1.7.1 |
1262 | 2025-07-15T19:40:42.157Z | Downloaded base64 v0.13.1 |
1263 | 2025-07-15T19:40:42.458Z | Downloaded aws-lc-sys v0.26.0 |
1264 | 2025-07-15T19:40:42.737Z | Compiling value-bag v1.9.0 |
1265 | 2025-07-15T19:40:42.737Z | Compiling shlex v1.3.0 |
1266 | 2025-07-15T19:40:42.741Z | Compiling lock_api v0.4.12 |
1267 | 2025-07-15T19:40:42.741Z | Compiling scopeguard v1.2.0 |
1268 | 2025-07-15T19:40:42.741Z | Compiling typenum v1.17.0 |
1269 | 2025-07-15T19:40:42.741Z | Compiling generic-array v0.14.7 |
1270 | 2025-07-15T19:40:42.925Z | Compiling syn v2.0.104 |
1271 | 2025-07-15T19:40:42.929Z | Compiling getrandom v0.2.15 |
1272 | 2025-07-15T19:40:43.194Z | Compiling jobserver v0.1.32 |
1273 | 2025-07-15T19:40:43.298Z | Compiling rand_core v0.6.4 |
1274 | 2025-07-15T19:40:43.383Z | Compiling log v0.4.27 |
1275 | 2025-07-15T19:40:43.405Z | Compiling smallvec v1.15.0 |
1276 | 2025-07-15T19:40:43.537Z | Compiling portable-atomic v1.11.0 |
1277 | 2025-07-15T19:40:43.811Z | Compiling cc v1.2.15 |
1278 | 2025-07-15T19:40:43.843Z | Compiling critical-section v1.1.3 |
1279 | 2025-07-15T19:40:43.887Z | Compiling subtle v2.6.1 |
1280 | 2025-07-15T19:40:43.991Z | Compiling const-oid v0.9.6 |
1281 | 2025-07-15T19:40:44.023Z | Compiling pkg-config v0.3.31 |
1282 | 2025-07-15T19:40:44.165Z | Compiling parking_lot_core v0.9.10 |
1283 | 2025-07-15T19:40:44.242Z | Compiling pin-project-lite v0.2.14 |
1284 | 2025-07-15T19:40:44.406Z | Compiling rustix v0.38.37 |
1285 | 2025-07-15T19:40:45.223Z | Compiling signal-hook-registry v1.4.2 |
1286 | 2025-07-15T19:40:45.243Z | Compiling parking_lot v0.12.3 |
1287 | 2025-07-15T19:40:45.265Z | Compiling mio v1.0.2 |
1288 | 2025-07-15T19:40:45.268Z | Compiling futures-core v0.3.31 |
1289 | 2025-07-15T19:40:45.536Z | Compiling spin v0.9.8 |
1290 | 2025-07-15T19:40:45.806Z | Compiling once_cell v1.21.3 |
1291 | 2025-07-15T19:40:45.897Z | Compiling socket2 v0.5.10 |
1292 | 2025-07-15T19:40:45.931Z | Compiling slab v0.4.9 |
1293 | 2025-07-15T19:40:45.952Z | Compiling aho-corasick v1.1.3 |
1294 | 2025-07-15T19:40:46.036Z | Compiling either v1.15.0 |
1295 | 2025-07-15T19:40:46.215Z | Compiling serde_json v1.0.140 |
1296 | 2025-07-15T19:40:46.274Z | Compiling cpufeatures v0.2.14 |
1297 | 2025-07-15T19:40:46.341Z | Compiling libm v0.2.8 |
1298 | 2025-07-15T19:40:46.403Z | Compiling regex-syntax v0.8.5 |
1299 | 2025-07-15T19:40:46.593Z | Compiling num-traits v0.2.19 |
1300 | 2025-07-15T19:40:46.615Z | Compiling futures-sink v0.3.31 |
1301 | 2025-07-15T19:40:46.779Z | Compiling glob v0.3.2 |
1302 | 2025-07-15T19:40:46.827Z | Compiling percent-encoding v2.3.1 |
1303 | 2025-07-15T19:40:46.849Z | Compiling getrandom v0.3.1 |
1304 | 2025-07-15T19:40:47.507Z | Compiling prettyplease v0.2.35 |
1305 | 2025-07-15T19:40:47.567Z | Compiling lazy_static v1.5.0 |
1306 | 2025-07-15T19:40:47.588Z | Compiling clang-sys v1.8.1 |
1307 | 2025-07-15T19:40:47.710Z | Compiling allocator-api2 v0.2.21 |
1308 | 2025-07-15T19:40:47.951Z | Compiling foldhash v0.1.5 |
1309 | 2025-07-15T19:40:48.451Z | Compiling minimal-lexical v0.2.1 |
1310 | 2025-07-15T19:40:48.477Z | Compiling hashbrown v0.15.4 |
1311 | 2025-07-15T19:40:48.522Z | Compiling libloading v0.8.5 |
1312 | 2025-07-15T19:40:48.541Z | Compiling base64ct v1.6.0 |
1313 | 2025-07-15T19:40:48.890Z | Compiling nom v7.1.3 |
1314 | 2025-07-15T19:40:48.949Z | Compiling home v0.5.9 |
1315 | 2025-07-15T19:40:49.113Z | Compiling bindgen v0.69.5 |
1316 | 2025-07-15T19:40:49.174Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2025-07-15T19:40:49.835Z | Compiling futures-channel v0.3.31 |
1318 | 2025-07-15T19:40:49.947Z | Compiling itertools v0.12.1 |
1319 | 2025-07-15T19:40:50.068Z | Compiling futures-task v0.3.31 |
1320 | 2025-07-15T19:40:50.214Z | Compiling regex-automata v0.4.8 |
1321 | 2025-07-15T19:40:50.373Z | Compiling synstructure v0.13.1 |
1322 | 2025-07-15T19:40:51.770Z | Compiling rustc-hash v1.1.0 |
1323 | 2025-07-15T19:40:51.956Z | Compiling cexpr v0.6.0 |
1324 | 2025-07-15T19:40:52.232Z | Compiling futures-io v0.3.31 |
1325 | 2025-07-15T19:40:52.394Z | Compiling pin-utils v0.1.0 |
1326 | 2025-07-15T19:40:52.511Z | Compiling lazycell v1.3.0 |
1327 | 2025-07-15T19:40:52.533Z | Compiling flagset v0.4.6 |
1328 | 2025-07-15T19:40:52.722Z | Compiling cmake v0.1.51 |
1329 | 2025-07-15T19:40:52.745Z | Compiling zerocopy v0.8.26 |
1330 | 2025-07-15T19:40:52.765Z | Compiling dunce v1.0.5 |
1331 | 2025-07-15T19:40:52.920Z | Compiling fs_extra v1.3.0 |
1332 | 2025-07-15T19:40:53.280Z | Compiling form_urlencoded v1.2.1 |
1333 | 2025-07-15T19:40:53.457Z | Compiling paste v1.0.15 |
1334 | 2025-07-15T19:40:53.535Z | Compiling vcpkg v0.2.15 |
1335 | 2025-07-15T19:40:53.540Z | Compiling crossbeam-utils v0.8.21 |
1336 | 2025-07-15T19:40:53.596Z | Compiling ring v0.17.14 |
1337 | 2025-07-15T19:40:53.623Z | Compiling tracing-core v0.1.32 |
1338 | 2025-07-15T19:40:54.113Z | Compiling iana-time-zone v0.1.63 |
1339 | 2025-07-15T19:40:54.491Z | Compiling aws-lc-rs v1.12.4 |
1340 | 2025-07-15T19:40:54.921Z | Compiling base64 v0.22.1 |
1341 | 2025-07-15T19:40:55.081Z | Compiling rustls-pki-types v1.10.0 |
1342 | 2025-07-15T19:40:55.140Z | Compiling openssl-sys v0.9.109 |
1343 | 2025-07-15T19:40:55.249Z | Compiling serde_derive v1.0.219 |
1344 | 2025-07-15T19:40:55.590Z | Compiling zeroize_derive v1.4.2 |
1345 | 2025-07-15T19:40:55.844Z | Compiling zerofrom-derive v0.1.4 |
1346 | 2025-07-15T19:40:55.967Z | Compiling yoke-derive v0.7.4 |
1347 | 2025-07-15T19:40:56.185Z | Compiling zerovec-derive v0.10.3 |
1348 | 2025-07-15T19:40:56.963Z | Compiling zeroize v1.8.1 |
1349 | 2025-07-15T19:40:58.535Z | Compiling displaydoc v0.2.5 |
1350 | 2025-07-15T19:40:58.622Z | Compiling crypto-common v0.1.6 |
1351 | 2025-07-15T19:40:58.676Z | Compiling block-buffer v0.10.4 |
1352 | 2025-07-15T19:40:58.841Z | Compiling zerocopy-derive v0.7.35 |
1353 | 2025-07-15T19:40:58.978Z | Compiling digest v0.10.7 |
1354 | 2025-07-15T19:40:59.154Z | Compiling zerofrom v0.1.4 |
1355 | 2025-07-15T19:40:59.391Z | Compiling yoke v0.7.4 |
1356 | 2025-07-15T19:40:59.435Z | Compiling tokio-macros v2.5.0 |
1357 | 2025-07-15T19:40:59.484Z | Compiling hmac v0.12.1 |
1358 | 2025-07-15T19:40:59.752Z | Compiling zerovec v0.10.4 |
1359 | 2025-07-15T19:40:59.773Z | Compiling icu_provider_macros v1.5.0 |
1360 | 2025-07-15T19:40:59.966Z | Compiling block-padding v0.3.3 |
1361 | 2025-07-15T19:41:00.083Z | Compiling sha2 v0.10.9 |
1362 | 2025-07-15T19:41:00.087Z | Compiling regex v1.11.1 |
1363 | 2025-07-15T19:41:00.240Z | Compiling inout v0.1.3 |
1364 | 2025-07-15T19:41:00.514Z | Compiling cipher v0.4.4 |
1365 | 2025-07-15T19:41:00.671Z | Compiling zerocopy v0.7.35 |
1366 | 2025-07-15T19:41:00.823Z | Compiling futures-macro v0.3.31 |
1367 | 2025-07-15T19:41:00.826Z | Compiling der_derive v0.7.3 |
1368 | 2025-07-15T19:41:01.013Z | Compiling thiserror-impl v1.0.69 |
1369 | 2025-07-15T19:41:01.035Z | Compiling salsa20 v0.10.2 |
1370 | 2025-07-15T19:41:01.273Z | Compiling pbkdf2 v0.12.2 |
1371 | 2025-07-15T19:41:01.466Z | Compiling zerocopy-derive v0.8.26 |
1372 | 2025-07-15T19:41:01.819Z | Compiling tinystr v0.7.6 |
1373 | 2025-07-15T19:41:02.090Z | Compiling icu_collections v1.5.0 |
1374 | 2025-07-15T19:41:02.204Z | Compiling icu_locid v1.5.0 |
1375 | 2025-07-15T19:41:02.283Z | Compiling serde v1.0.219 |
1376 | 2025-07-15T19:41:02.671Z | Compiling futures-util v0.3.31 |
1377 | 2025-07-15T19:41:03.144Z | Compiling der v0.7.9 |
1378 | 2025-07-15T19:41:03.351Z | Compiling icu_provider v1.5.0 |
1379 | 2025-07-15T19:41:03.501Z | Compiling ppv-lite86 v0.2.20 |
1380 | 2025-07-15T19:41:03.877Z | Compiling thiserror v1.0.69 |
1381 | 2025-07-15T19:41:04.050Z | Compiling icu_locid_transform v1.5.0 |
1382 | 2025-07-15T19:41:04.134Z | Compiling scrypt v0.11.0 |
1383 | 2025-07-15T19:41:04.253Z | Compiling aes v0.8.4 |
1384 | 2025-07-15T19:41:04.285Z | Compiling cbc v0.1.2 |
1385 | 2025-07-15T19:41:04.528Z | Compiling pest v2.7.14 |
1386 | 2025-07-15T19:41:04.710Z | Compiling tracing-attributes v0.1.27 |
1387 | 2025-07-15T19:41:06.020Z | Compiling icu_properties v1.5.1 |
1388 | 2025-07-15T19:41:06.358Z | Compiling spki v0.7.3 |
1389 | 2025-07-15T19:41:06.783Z | Compiling pkcs5 v0.7.1 |
1390 | 2025-07-15T19:41:06.946Z | Compiling scroll_derive v0.12.0 |
1391 | 2025-07-15T19:41:07.413Z | Compiling bitflags v2.9.1 |
1392 | 2025-07-15T19:41:07.713Z | Compiling bytes v1.10.1 |
1393 | 2025-07-15T19:41:07.846Z | Compiling semver v1.0.26 |
1394 | 2025-07-15T19:41:08.018Z | Compiling indexmap v2.10.0 |
1395 | 2025-07-15T19:41:08.050Z | Compiling uuid v1.17.0 |
1396 | 2025-07-15T19:41:08.352Z | Compiling rustc_version v0.4.1 |
1397 | 2025-07-15T19:41:08.485Z | Compiling tracing v0.1.40 |
1398 | 2025-07-15T19:41:09.007Z | Compiling tokio v1.45.1 |
1399 | 2025-07-15T19:41:09.045Z | Compiling http v1.3.1 |
1400 | 2025-07-15T19:41:09.157Z | Compiling pkcs8 v0.10.2 |
1401 | 2025-07-15T19:41:09.342Z | Compiling chrono v0.4.41 |
1402 | 2025-07-15T19:41:09.414Z | Compiling pest_meta v2.7.14 |
1403 | 2025-07-15T19:41:09.802Z | Compiling icu_normalizer v1.5.0 |
1404 | 2025-07-15T19:41:10.580Z | Compiling http-body v1.0.1 |
1405 | 2025-07-15T19:41:10.710Z | Compiling tinyvec_macros v0.1.1 |
1406 | 2025-07-15T19:41:10.828Z | Compiling idna_adapter v1.2.0 |
1407 | 2025-07-15T19:41:10.850Z | Compiling rustversion v1.0.17 |
1408 | 2025-07-15T19:41:11.075Z | Compiling idna v1.0.3 |
1409 | 2025-07-15T19:41:11.142Z | Compiling httparse v1.9.5 |
1410 | 2025-07-15T19:41:11.455Z | Compiling which v4.4.2 |
1411 | 2025-07-15T19:41:11.592Z | Compiling tinyvec v1.8.0 |
1412 | 2025-07-15T19:41:12.048Z | Compiling url v2.5.4 |
1413 | 2025-07-15T19:41:12.490Z | Compiling pest_generator v2.7.14 |
1414 | 2025-07-15T19:41:12.560Z | Compiling scroll v0.12.0 |
1415 | 2025-07-15T19:41:12.635Z | Compiling rand_core v0.9.2 |
1416 | 2025-07-15T19:41:13.067Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2025-07-15T19:41:13.071Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1418 | 2025-07-15T19:41:13.118Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1419 | 2025-07-15T19:41:13.625Z | Compiling time-core v0.1.2 |
1420 | 2025-07-15T19:41:13.715Z | Compiling openssl v0.10.73 |
1421 | 2025-07-15T19:41:13.739Z | Compiling atomic-waker v1.1.2 |
1422 | 2025-07-15T19:41:13.824Z | Compiling schemars v0.8.22 |
1423 | 2025-07-15T19:41:13.892Z | Compiling untrusted v0.7.1 |
1424 | 2025-07-15T19:41:13.942Z | Compiling tower-service v0.3.3 |
1425 | 2025-07-15T19:41:14.100Z | Compiling try-lock v0.2.5 |
1426 | 2025-07-15T19:41:14.121Z | Compiling adler2 v2.0.0 |
1427 | 2025-07-15T19:41:14.142Z | Compiling num-conv v0.1.0 |
1428 | 2025-07-15T19:41:14.203Z | Compiling openssl-probe v0.1.5 |
1429 | 2025-07-15T19:41:14.208Z | Compiling foreign-types-shared v0.1.1 |
1430 | 2025-07-15T19:41:14.280Z | Compiling untrusted v0.9.0 |
1431 | 2025-07-15T19:41:14.320Z | Compiling powerfmt v0.2.0 |
1432 | 2025-07-15T19:41:14.358Z | Compiling foreign-types v0.3.2 |
1433 | 2025-07-15T19:41:14.436Z | Compiling time-macros v0.2.18 |
1434 | 2025-07-15T19:41:14.491Z | Compiling miniz_oxide v0.8.5 |
1435 | 2025-07-15T19:41:14.523Z | Compiling want v0.3.1 |
1436 | 2025-07-15T19:41:14.702Z | Compiling deranged v0.3.11 |
1437 | 2025-07-15T19:41:14.859Z | Compiling pest_derive v2.7.14 |
1438 | 2025-07-15T19:41:15.167Z | Compiling schemars_derive v0.8.22 |
1439 | 2025-07-15T19:41:15.904Z | Compiling goblin v0.8.2 |
1440 | 2025-07-15T19:41:17.359Z | Compiling tokio-util v0.7.15 |
1441 | 2025-07-15T19:41:17.707Z | Compiling rand_chacha v0.9.0 |
1442 | 2025-07-15T19:41:18.418Z | Compiling h2 v0.4.6 |
1443 | 2025-07-15T19:41:18.645Z | Compiling ipnet v2.11.0 |
1444 | 2025-07-15T19:41:19.731Z | Compiling openssl-macros v0.1.1 |
1445 | 2025-07-15T19:41:19.754Z | Compiling dyn-clone v1.0.19 |
1446 | 2025-07-15T19:41:19.985Z | Compiling syn v1.0.109 |
1447 | 2025-07-15T19:41:20.433Z | Compiling rustls v0.23.19 |
1448 | 2025-07-15T19:41:20.558Z | Compiling num_threads v0.1.7 |
1449 | 2025-07-15T19:41:20.704Z | Compiling httpdate v1.0.3 |
1450 | 2025-07-15T19:41:20.734Z | Compiling native-tls v0.2.12 |
1451 | 2025-07-15T19:41:21.122Z | Compiling time v0.3.36 |
1452 | 2025-07-15T19:41:21.974Z | Compiling dof v0.3.0 |
1453 | 2025-07-15T19:41:23.735Z | Compiling rand v0.9.1 |
1454 | 2025-07-15T19:41:24.560Z | Compiling dtrace-parser v0.2.0 |
1455 | 2025-07-15T19:41:24.652Z | Compiling unicode-normalization v0.1.24 |
1456 | 2025-07-15T19:41:25.383Z | Compiling heapless v0.7.17 |
1457 | 2025-07-15T19:41:25.524Z | Compiling hyper v1.6.0 |
1458 | 2025-07-15T19:41:25.638Z | Compiling signature v2.2.0 |
1459 | 2025-07-15T19:41:25.838Z | Compiling crossbeam-epoch v0.9.18 |
1460 | 2025-07-15T19:41:25.925Z | Compiling crc32fast v1.4.2 |
1461 | 2025-07-15T19:41:26.242Z | Compiling cookie v0.18.1 |
1462 | 2025-07-15T19:41:26.289Z | Compiling rayon-core v1.12.1 |
1463 | 2025-07-15T19:41:26.464Z | Compiling unicode-properties v0.1.3 |
1464 | 2025-07-15T19:41:26.575Z | Compiling unicode-bidi v0.3.17 |
1465 | 2025-07-15T19:41:26.620Z | Compiling slog v2.7.0 |
1466 | 2025-07-15T19:41:26.910Z | Compiling zstd-safe v7.2.3 |
1467 | 2025-07-15T19:41:27.184Z | Compiling siphasher v0.3.11 |
1468 | 2025-07-15T19:41:27.262Z | Compiling zlib-rs v0.5.1 |
1469 | 2025-07-15T19:41:27.528Z | Compiling signal-hook v0.3.17 |
1470 | 2025-07-15T19:41:27.766Z | Compiling phf_shared v0.11.2 |
1471 | 2025-07-15T19:41:27.849Z | Compiling hyper-util v0.1.14 |
1472 | 2025-07-15T19:41:27.999Z | Compiling stringprep v0.1.5 |
1473 | 2025-07-15T19:41:28.387Z | Compiling crossbeam-deque v0.8.5 |
1474 | 2025-07-15T19:41:28.736Z | Compiling usdt-impl v0.5.0 |
1475 | 2025-07-15T19:41:28.956Z | Compiling curve25519-dalek v4.1.3 |
1476 | 2025-07-15T19:41:28.976Z | Compiling serde_tokenstream v0.2.2 |
1477 | 2025-07-15T19:41:29.567Z | Compiling serde_spanned v0.6.9 |
1478 | 2025-07-15T19:41:29.671Z | Compiling toml_datetime v0.6.11 |
1479 | 2025-07-15T19:41:29.823Z | Compiling rand_chacha v0.3.1 |
1480 | 2025-07-15T19:41:29.857Z | Compiling md-5 v0.10.6 |
1481 | 2025-07-15T19:41:29.926Z | Compiling num-integer v0.1.46 |
1482 | 2025-07-15T19:41:30.150Z | Compiling sync_wrapper v1.0.1 |
1483 | 2025-07-15T19:41:30.170Z | Compiling ff v0.13.0 |
1484 | 2025-07-15T19:41:30.317Z | Compiling hash32 v0.2.1 |
1485 | 2025-07-15T19:41:30.408Z | Compiling memoffset v0.9.1 |
1486 | 2025-07-15T19:41:30.608Z | Compiling newtype-uuid v1.2.4 |
1487 | 2025-07-15T19:41:30.668Z | Compiling tower-layer v0.3.3 |
1488 | 2025-07-15T19:41:30.753Z | Compiling base16ct v0.2.0 |
1489 | 2025-07-15T19:41:30.939Z | Compiling cfg_aliases v0.2.1 |
1490 | 2025-07-15T19:41:30.960Z | Compiling fallible-iterator v0.2.0 |
1491 | 2025-07-15T19:41:31.059Z | Compiling psl-types v2.0.11 |
1492 | 2025-07-15T19:41:31.079Z | Compiling smoltcp v0.9.1 |
1493 | 2025-07-15T19:41:31.285Z | Compiling gimli v0.31.1 |
1494 | 2025-07-15T19:41:31.413Z | Compiling litrs v0.4.1 |
1495 | 2025-07-15T19:41:31.570Z | Compiling num-bigint-dig v0.8.4 |
1496 | 2025-07-15T19:41:31.781Z | Compiling postgres-protocol v0.6.8 |
1497 | 2025-07-15T19:41:31.989Z | Compiling publicsuffix v2.3.0 |
1498 | 2025-07-15T19:41:32.014Z | Compiling nix v0.29.0 |
1499 | 2025-07-15T19:41:32.287Z | Compiling sec1 v0.7.3 |
1500 | 2025-07-15T19:41:32.537Z | Compiling document-features v0.2.10 |
1501 | 2025-07-15T19:41:32.849Z | Compiling tower v0.5.2 |
1502 | 2025-07-15T19:41:33.028Z | Compiling num-iter v0.1.45 |
1503 | 2025-07-15T19:41:33.225Z | Compiling group v0.13.0 |
1504 | 2025-07-15T19:41:33.554Z | Compiling libz-rs-sys v0.5.1 |
1505 | 2025-07-15T19:41:33.629Z | Compiling rand v0.8.5 |
1506 | 2025-07-15T19:41:33.862Z | Compiling flate2 v1.1.2 |
1507 | 2025-07-15T19:41:34.126Z | Compiling tokio-native-tls v0.3.1 |
1508 | 2025-07-15T19:41:35.171Z | Compiling ipnetwork v0.21.1 |
1509 | 2025-07-15T19:41:35.341Z | Compiling addr2line v0.24.2 |
1510 | 2025-07-15T19:41:35.550Z | Compiling strum_macros v0.27.1 |
1511 | 2025-07-15T19:41:35.572Z | Compiling rustls-native-certs v0.8.1 |
1512 | 2025-07-15T19:41:35.678Z | Compiling terminal_size v0.4.0 |
1513 | 2025-07-15T19:41:35.816Z | Compiling http-body-util v0.1.3 |
1514 | 2025-07-15T19:41:35.914Z | Compiling hkdf v0.12.4 |
1515 | 2025-07-15T19:41:36.014Z | Compiling crypto-bigint v0.5.5 |
1516 | 2025-07-15T19:41:36.036Z | Compiling webpki-roots v1.0.1 |
1517 | 2025-07-15T19:41:36.103Z | Compiling curve25519-dalek-derive v0.1.1 |
1518 | 2025-07-15T19:41:36.192Z | Compiling thiserror-impl v2.0.12 |
1519 | 2025-07-15T19:41:36.268Z | Compiling async-trait v0.1.88 |
1520 | 2025-07-15T19:41:36.289Z | Compiling ahash v0.8.11 |
1521 | 2025-07-15T19:41:36.682Z | Compiling object v0.36.5 |
1522 | 2025-07-15T19:41:37.493Z | Compiling fs-err v3.1.1 |
1523 | 2025-07-15T19:41:37.833Z | Compiling lockfree-object-pool v0.1.6 |
1524 | 2025-07-15T19:41:38.121Z | Compiling simd-adler32 v0.3.7 |
1525 | 2025-07-15T19:41:38.674Z | Compiling bitflags v1.3.2 |
1526 | 2025-07-15T19:41:38.703Z | Compiling bumpalo v3.16.0 |
1527 | 2025-07-15T19:41:38.804Z | Compiling buf-list v1.0.3 |
1528 | 2025-07-15T19:41:39.184Z | Compiling managed v0.8.0 |
1529 | 2025-07-15T19:41:39.425Z | Compiling iri-string v0.7.8 |
1530 | 2025-07-15T19:41:39.447Z | Compiling anyhow v1.0.98 |
1531 | 2025-07-15T19:41:39.610Z | Compiling winnow v0.5.40 |
1532 | 2025-07-15T19:41:40.074Z | Compiling rustc-demangle v0.1.24 |
1533 | 2025-07-15T19:41:40.265Z | Compiling hubpack_derive v0.1.1 |
1534 | 2025-07-15T19:41:40.484Z | Compiling console v0.15.10 |
1535 | 2025-07-15T19:41:40.913Z | Compiling strum v0.27.1 |
1536 | 2025-07-15T19:41:41.147Z | Compiling hubpack v0.1.2 |
1537 | 2025-07-15T19:41:41.537Z | Compiling clap_builder v4.5.40 |
1538 | 2025-07-15T19:41:41.726Z | Compiling thiserror v2.0.12 |
1539 | 2025-07-15T19:41:41.766Z | Compiling zopfli v0.8.1 |
1540 | 2025-07-15T19:41:41.897Z | Compiling elliptic-curve v0.13.8 |
1541 | 2025-07-15T19:41:42.718Z | Compiling tower-http v0.6.6 |
1542 | 2025-07-15T19:41:43.082Z | Compiling toml_edit v0.19.15 |
1543 | 2025-07-15T19:41:43.410Z | Compiling backtrace v0.3.74 |
1544 | 2025-07-15T19:41:43.536Z | Compiling hyper-tls v0.6.0 |
1545 | 2025-07-15T19:41:43.559Z | Compiling oxnet v0.1.2 |
1546 | 2025-07-15T19:41:43.939Z | Compiling signal-hook-mio v0.2.4 |
1547 | 2025-07-15T19:41:44.141Z | Compiling cookie_store v0.21.1 |
1548 | 2025-07-15T19:41:44.319Z | Compiling rayon v1.10.0 |
1549 | 2025-07-15T19:41:45.577Z | Compiling zstd v0.13.3 |
1550 | 2025-07-15T19:41:46.290Z | Compiling postgres-types v0.2.9 |
1551 | 2025-07-15T19:41:46.622Z | Compiling usdt-macro v0.5.0 |
1552 | 2025-07-15T19:41:47.563Z | Compiling usdt-attr-macro v0.5.0 |
1553 | 2025-07-15T19:41:48.041Z | Compiling phf v0.11.2 |
1554 | 2025-07-15T19:41:48.344Z | Compiling ed25519 v2.2.3 |
1555 | 2025-07-15T19:41:48.675Z | Compiling bzip2 v0.4.4 |
1556 | 2025-07-15T19:41:49.053Z | Compiling bzip2 v0.5.2 |
1557 | 2025-07-15T19:41:49.112Z | Compiling strum_macros v0.26.4 |
1558 | 2025-07-15T19:41:49.134Z | Compiling pkcs1 v0.7.5 |
1559 | 2025-07-15T19:41:49.437Z | Compiling serde-big-array v0.5.1 |
1560 | 2025-07-15T19:41:49.655Z | Compiling serde_urlencoded v0.7.1 |
1561 | 2025-07-15T19:41:49.700Z | Compiling rfc6979 v0.4.0 |
1562 | 2025-07-15T19:41:49.914Z | Compiling bstr v1.10.0 |
1563 | 2025-07-15T19:41:50.002Z | Compiling daft-derive v0.1.4 |
1564 | 2025-07-15T19:41:50.085Z | Compiling serde_repr v0.1.19 |
1565 | 2025-07-15T19:41:50.173Z | Compiling enum-as-inner v0.6.1 |
1566 | 2025-07-15T19:41:50.606Z | Compiling clap_derive v4.5.40 |
1567 | 2025-07-15T19:41:51.188Z | Compiling float-cmp v0.10.0 |
1568 | 2025-07-15T19:41:51.191Z | Compiling encoding_rs v0.8.34 |
1569 | 2025-07-15T19:41:51.433Z | Compiling normalize-line-endings v0.3.0 |
1570 | 2025-07-15T19:41:51.459Z | Compiling whoami v1.5.2 |
1571 | 2025-07-15T19:41:51.544Z | Compiling number_prefix v0.4.0 |
1572 | 2025-07-15T19:41:51.583Z | Compiling precomputed-hash v0.1.1 |
1573 | 2025-07-15T19:41:51.745Z | Compiling static_assertions v1.1.0 |
1574 | 2025-07-15T19:41:51.837Z | Compiling difflib v0.4.0 |
1575 | 2025-07-15T19:41:51.866Z | Compiling predicates-core v1.0.8 |
1576 | 2025-07-15T19:41:52.076Z | Compiling new_debug_unreachable v1.0.6 |
1577 | 2025-07-15T19:41:52.193Z | Compiling unicode-segmentation v1.12.0 |
1578 | 2025-07-15T19:41:52.214Z | Compiling data-encoding v2.9.0 |
1579 | 2025-07-15T19:41:53.062Z | Compiling fixedbitset v0.4.2 |
1580 | 2025-07-15T19:41:53.129Z | Compiling mime v0.3.17 |
1581 | 2025-07-15T19:41:53.507Z | Compiling strum v0.26.3 |
1582 | 2025-07-15T19:41:53.532Z | Compiling petgraph v0.6.5 |
1583 | 2025-07-15T19:41:53.634Z | Compiling similar v2.7.0 |
1584 | 2025-07-15T19:41:53.718Z | Compiling hickory-proto v0.25.2 |
1585 | 2025-07-15T19:41:53.910Z | Compiling predicates v3.1.3 |
1586 | 2025-07-15T19:41:54.858Z | Compiling string_cache v0.8.9 |
1587 | 2025-07-15T19:41:54.976Z | Compiling clap v4.5.40 |
1588 | 2025-07-15T19:41:55.135Z | Compiling tokio-postgres v0.7.13 |
1589 | 2025-07-15T19:41:55.292Z | Compiling toml_edit v0.22.27 |
1590 | 2025-07-15T19:41:55.343Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1591 | 2025-07-15T19:41:55.535Z | Compiling indicatif v0.17.11 |
1592 | 2025-07-15T19:41:57.033Z | Compiling daft v0.1.4 |
1593 | 2025-07-15T19:41:57.135Z | Compiling usdt v0.5.0 |
1594 | 2025-07-15T19:41:57.472Z | Compiling ecdsa v0.16.9 |
1595 | 2025-07-15T19:41:57.586Z | Compiling rsa v0.9.6 |
1596 | 2025-07-15T19:41:57.618Z | Compiling zip v4.2.0 |
1597 | 2025-07-15T19:41:58.276Z | Compiling zip v0.6.6 |
1598 | 2025-07-15T19:41:59.537Z | Compiling ed25519-dalek v2.1.1 |
1599 | 2025-07-15T19:42:00.410Z | Compiling toml v0.7.8 |
1600 | 2025-07-15T19:42:01.611Z | Compiling crossterm v0.28.1 |
1601 | 2025-07-15T19:42:02.126Z | Compiling tokio-stream v0.1.17 |
1602 | 2025-07-15T19:42:02.303Z | Compiling openapiv3 v2.2.0 |
1603 | 2025-07-15T19:42:02.598Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1604 | 2025-07-15T19:42:02.661Z | Compiling x509-cert v0.2.5 |
1605 | 2025-07-15T19:42:03.033Z | Compiling sha1 v0.10.6 |
1606 | 2025-07-15T19:42:03.056Z | Compiling itertools v0.10.5 |
1607 | 2025-07-15T19:42:03.468Z | Compiling dirs-sys-next v0.1.2 |
1608 | 2025-07-15T19:42:04.033Z | Compiling winnow v0.6.26 |
1609 | 2025-07-15T19:42:04.861Z | Compiling lalrpop-util v0.19.12 |
1610 | 2025-07-15T19:42:05.078Z | Compiling rustc-hash v2.1.1 |
1611 | 2025-07-15T19:42:05.144Z | Compiling peg-runtime v0.8.5 |
1612 | 2025-07-15T19:42:05.147Z | Compiling dirs-next v2.0.0 |
1613 | 2025-07-15T19:42:05.289Z | Compiling thread_local v1.1.8 |
1614 | 2025-07-15T19:42:05.377Z | Compiling slog-async v2.8.0 |
1615 | 2025-07-15T19:42:05.557Z | Compiling term v0.7.0 |
1616 | 2025-07-15T19:42:05.720Z | Compiling xattr v1.3.1 |
1617 | 2025-07-15T19:42:05.742Z | Compiling futures-executor v0.3.31 |
1618 | 2025-07-15T19:42:05.962Z | Compiling crossbeam-channel v0.5.15 |
1619 | 2025-07-15T19:42:06.003Z | Compiling filetime v0.2.25 |
1620 | 2025-07-15T19:42:06.199Z | Compiling is-terminal v0.4.13 |
1621 | 2025-07-15T19:42:06.221Z | Compiling take_mut v0.2.2 |
1622 | 2025-07-15T19:42:06.333Z | Compiling slog-term v2.9.1 |
1623 | 2025-07-15T19:42:06.353Z | Compiling tar v0.4.44 |
1624 | 2025-07-15T19:42:06.406Z | Compiling futures v0.3.31 |
1625 | 2025-07-15T19:42:06.543Z | Compiling camino v1.1.10 |
1626 | 2025-07-15T19:42:12.015Z | Compiling aws-lc-sys v0.26.0 |
1627 | 2025-07-15T19:42:41.215Z | Compiling rustls-webpki v0.102.8 |
1628 | 2025-07-15T19:42:45.606Z | Compiling tokio-rustls v0.26.0 |
1629 | 2025-07-15T19:42:45.886Z | Compiling hyper-rustls v0.27.7 |
1630 | 2025-07-15T19:42:46.227Z | Compiling reqwest v0.12.22 |
1631 | 2025-07-15T19:42:49.696Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1632 | 2025-07-15T19:42:49.981Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1633 | 2025-07-15T19:42:54.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1634 | 2025-07-15T19:42:54.587Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1635 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: Clickhouse |
1636 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: Console |
1637 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: DendriteStub |
1638 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: Cockroach |
1639 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: MaghemiteMgd |
1640 | 2025-07-15T19:42:54.642Z | Jul 15 19:42:54.000 INFO Starting download, target: TransceiverControl |
1641 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1642 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1643 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1644 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1645 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1646 | 2025-07-15T19:42:54.645Z | Jul 15 19:42:54.001 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1647 | 2025-07-15T19:42:54.954Z | Jul 15 19:42:54.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1648 | 2025-07-15T19:42:55.246Z | Jul 15 19:42:54.601 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1649 | 2025-07-15T19:42:55.380Z | Jul 15 19:42:54.731 INFO Download complete, target: TransceiverControl |
1650 | 2025-07-15T19:42:55.576Z | Jul 15 19:42:54.932 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1651 | 2025-07-15T19:42:55.704Z | Jul 15 19:42:55.060 INFO Download complete, target: Console |
1652 | 2025-07-15T19:42:55.847Z | Jul 15 19:42:55.202 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1653 | 2025-07-15T19:42:56.399Z | Jul 15 19:42:55.756 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1654 | 2025-07-15T19:42:56.399Z | Jul 15 19:42:55.756 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1655 | 2025-07-15T19:42:56.470Z | Jul 15 19:42:55.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1656 | 2025-07-15T19:42:58.841Z | Jul 15 19:42:58.198 INFO Download complete, target: DendriteStub |
1657 | 2025-07-15T19:42:59.284Z | Jul 15 19:42:58.641 INFO Download complete, target: MaghemiteMgd |
1658 | 2025-07-15T19:43:02.844Z | Jul 15 19:43:02.200 INFO Checking that binary works, target: Cockroach |
1659 | 2025-07-15T19:43:03.000Z | Jul 15 19:43:02.356 INFO Download complete, target: Cockroach |
1660 | 2025-07-15T19:43:06.833Z | Jul 15 19:43:06.188 INFO Checking that binary works, target: Clickhouse |
1661 | 2025-07-15T19:43:06.944Z | Jul 15 19:43:06.299 INFO Download complete, target: Clickhouse |
1662 | 2025-07-15T19:43:06.950Z | All prerequisites installed successfully |
1663 | 2025-07-15T19:43:06.953Z | |
1664 | 2025-07-15T19:43:06.953Z | real 4:49.515457087 |
1665 | 2025-07-15T19:43:06.953Z | user 16:17.553464622 |
1666 | 2025-07-15T19:43:06.953Z | sys 2:18.310047487 |
1667 | 2025-07-15T19:43:06.953Z | trap 0.608714894 |
1668 | 2025-07-15T19:43:06.953Z | tflt 1.031997034 |
1669 | 2025-07-15T19:43:06.954Z | dflt 1.205809373 |
1670 | 2025-07-15T19:43:06.954Z | kflt 0.025167092 |
1671 | 2025-07-15T19:43:06.954Z | lock 38:11.251450818 |
1672 | 2025-07-15T19:43:06.954Z | slp 59:08.931133753 |
1673 | 2025-07-15T19:43:06.954Z | lat 1:13.892533528 |
1674 | 2025-07-15T19:43:06.954Z | stop 2:55.275175515 |
1675 | 2025-07-15T19:43:06.954Z | + ptime -m cargo xtask download softnpu |
1676 | 2025-07-15T19:43:07.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1677 | 2025-07-15T19:43:07.714Z | Running `target/debug/xtask download softnpu` |
1678 | 2025-07-15T19:43:08.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
1679 | 2025-07-15T19:43:08.760Z | Running `target/debug/xtask-downloader softnpu` |
1680 | 2025-07-15T19:43:08.804Z | Jul 15 19:43:08.155 INFO Starting download, target: Softnpu |
1681 | 2025-07-15T19:43:08.809Z | Jul 15 19:43:08.156 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1682 | 2025-07-15T19:43:09.365Z | Jul 15 19:43:08.719 INFO Download complete, target: Softnpu |
1683 | 2025-07-15T19:43:09.369Z | |
1684 | 2025-07-15T19:43:09.372Z | real 2.410985908 |
1685 | 2025-07-15T19:43:09.372Z | user 1.527515138 |
1686 | 2025-07-15T19:43:09.373Z | sys 0.669912012 |
1687 | 2025-07-15T19:43:09.373Z | trap 0.000974445 |
1688 | 2025-07-15T19:43:09.373Z | tflt 0.000081246 |
1689 | 2025-07-15T19:43:09.373Z | dflt 0.000096584 |
1690 | 2025-07-15T19:43:09.373Z | kflt 0.000000000 |
1691 | 2025-07-15T19:43:09.373Z | lock 6.116140293 |
1692 | 2025-07-15T19:43:09.373Z | slp 0.402099267 |
1693 | 2025-07-15T19:43:09.373Z | lat 0.066041042 |
1694 | 2025-07-15T19:43:09.373Z | stop 0.000166074 |
1695 | 2025-07-15T19:43:09.373Z | + export CARGO_INCREMENTAL=0 |
1696 | 2025-07-15T19:43:09.373Z | + CARGO_INCREMENTAL=0 |
1697 | 2025-07-15T19:43:09.373Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1698 | 2025-07-15T19:43:10.589Z | Compiling proc-macro2 v1.0.95 |
1699 | 2025-07-15T19:43:10.589Z | Compiling unicode-ident v1.0.18 |
1700 | 2025-07-15T19:43:10.593Z | Compiling libc v0.2.174 |
1701 | 2025-07-15T19:43:10.593Z | Compiling serde v1.0.219 |
1702 | 2025-07-15T19:43:10.593Z | Compiling autocfg v1.4.0 |
1703 | 2025-07-15T19:43:10.593Z | Compiling cfg-if v1.0.1 |
1704 | 2025-07-15T19:43:10.593Z | Compiling version_check v0.9.5 |
1705 | 2025-07-15T19:43:10.876Z | Compiling memchr v2.7.4 |
1706 | 2025-07-15T19:43:10.927Z | Compiling shlex v1.3.0 |
1707 | 2025-07-15T19:43:10.988Z | Compiling portable-atomic v1.11.0 |
1708 | 2025-07-15T19:43:11.249Z | Compiling typenum v1.17.0 |
1709 | 2025-07-15T19:43:11.406Z | Compiling lock_api v0.4.12 |
1710 | 2025-07-15T19:43:11.467Z | Compiling generic-array v0.14.7 |
1711 | 2025-07-15T19:43:11.742Z | Compiling value-bag v1.9.0 |
1712 | 2025-07-15T19:43:11.817Z | Compiling libm v0.2.8 |
1713 | 2025-07-15T19:43:12.014Z | Compiling serde_json v1.0.140 |
1714 | 2025-07-15T19:43:12.082Z | Compiling num-traits v0.2.19 |
1715 | 2025-07-15T19:43:12.154Z | Compiling getrandom v0.3.1 |
1716 | 2025-07-15T19:43:12.284Z | Compiling log v0.4.27 |
1717 | 2025-07-15T19:43:12.374Z | Compiling parking_lot_core v0.9.10 |
1718 | 2025-07-15T19:43:12.554Z | Compiling quote v1.0.40 |
1719 | 2025-07-15T19:43:12.577Z | Compiling jobserver v0.1.32 |
1720 | 2025-07-15T19:43:12.721Z | Compiling smallvec v1.15.0 |
1721 | 2025-07-15T19:43:12.788Z | Compiling semver v1.0.26 |
1722 | 2025-07-15T19:43:12.888Z | Compiling scopeguard v1.2.0 |
1723 | 2025-07-15T19:43:12.908Z | Compiling getrandom v0.2.15 |
1724 | 2025-07-15T19:43:12.990Z | Compiling syn v2.0.104 |
1725 | 2025-07-15T19:43:13.069Z | Compiling cc v1.2.15 |
1726 | 2025-07-15T19:43:13.200Z | Compiling pkg-config v0.3.31 |
1727 | 2025-07-15T19:43:13.219Z | Compiling itoa v1.0.11 |
1728 | 2025-07-15T19:43:13.243Z | Compiling aho-corasick v1.1.3 |
1729 | 2025-07-15T19:43:13.269Z | Compiling regex-syntax v0.8.5 |
1730 | 2025-07-15T19:43:13.474Z | Compiling rustix v0.38.37 |
1731 | 2025-07-15T19:43:14.326Z | Compiling either v1.15.0 |
1732 | 2025-07-15T19:43:14.926Z | Compiling critical-section v1.1.3 |
1733 | 2025-07-15T19:43:15.010Z | Compiling stable_deref_trait v1.2.0 |
1734 | 2025-07-15T19:43:15.164Z | Compiling slab v0.4.9 |
1735 | 2025-07-15T19:43:15.337Z | Compiling spin v0.9.8 |
1736 | 2025-07-15T19:43:15.518Z | Compiling once_cell v1.21.3 |
1737 | 2025-07-15T19:43:15.583Z | Compiling errno v0.3.12 |
1738 | 2025-07-15T19:43:15.724Z | Compiling rand_core v0.6.4 |
1739 | 2025-07-15T19:43:15.916Z | Compiling glob v0.3.2 |
1740 | 2025-07-15T19:43:16.199Z | Compiling equivalent v1.0.2 |
1741 | 2025-07-15T19:43:16.220Z | Compiling subtle v2.6.1 |
1742 | 2025-07-15T19:43:16.308Z | Compiling foldhash v0.1.5 |
1743 | 2025-07-15T19:43:16.333Z | Compiling prettyplease v0.2.35 |
1744 | 2025-07-15T19:43:16.567Z | Compiling ryu v1.0.18 |
1745 | 2025-07-15T19:43:16.588Z | Compiling clang-sys v1.8.1 |
1746 | 2025-07-15T19:43:16.682Z | Compiling pin-project-lite v0.2.14 |
1747 | 2025-07-15T19:43:16.753Z | Compiling thiserror v1.0.69 |
1748 | 2025-07-15T19:43:16.840Z | Compiling allocator-api2 v0.2.21 |
1749 | 2025-07-15T19:43:16.861Z | Compiling regex-automata v0.4.8 |
1750 | 2025-07-15T19:43:17.215Z | Compiling lazy_static v1.5.0 |
1751 | 2025-07-15T19:43:17.374Z | Compiling schemars v0.8.22 |
1752 | 2025-07-15T19:43:17.428Z | Compiling writeable v0.5.5 |
1753 | 2025-07-15T19:43:17.540Z | Compiling hashbrown v0.15.4 |
1754 | 2025-07-15T19:43:17.561Z | Compiling litemap v0.7.3 |
1755 | 2025-07-15T19:43:17.737Z | Compiling minimal-lexical v0.2.1 |
1756 | 2025-07-15T19:43:18.241Z | Compiling nom v7.1.3 |
1757 | 2025-07-15T19:43:18.897Z | Compiling libloading v0.8.5 |
1758 | 2025-07-15T19:43:19.260Z | Compiling bindgen v0.69.5 |
1759 | 2025-07-15T19:43:19.283Z | Compiling percent-encoding v2.3.1 |
1760 | 2025-07-15T19:43:19.685Z | Compiling zerocopy v0.8.26 |
1761 | 2025-07-15T19:43:19.740Z | Compiling home v0.5.9 |
1762 | 2025-07-15T19:43:20.393Z | Compiling synstructure v0.13.1 |
1763 | 2025-07-15T19:43:20.429Z | Compiling serde_derive_internals v0.29.1 |
1764 | 2025-07-15T19:43:21.184Z | Compiling cexpr v0.6.0 |
1765 | 2025-07-15T19:43:21.355Z | Compiling itertools v0.12.1 |
1766 | 2025-07-15T19:43:21.647Z | Compiling byteorder v1.5.0 |
1767 | 2025-07-15T19:43:22.169Z | Compiling regex v1.11.1 |
1768 | 2025-07-15T19:43:22.527Z | Compiling rustc-hash v1.1.0 |
1769 | 2025-07-15T19:43:22.548Z | Compiling lazycell v1.3.0 |
1770 | 2025-07-15T19:43:22.709Z | Compiling icu_locid_transform_data v1.5.0 |
1771 | 2025-07-15T19:43:22.839Z | Compiling cmake v0.1.51 |
1772 | 2025-07-15T19:43:22.989Z | Compiling signal-hook-registry v1.4.2 |
1773 | 2025-07-15T19:43:23.121Z | Compiling icu_properties_data v1.5.0 |
1774 | 2025-07-15T19:43:23.376Z | Compiling fs_extra v1.3.0 |
1775 | 2025-07-15T19:43:23.509Z | Compiling paste v1.0.15 |
1776 | 2025-07-15T19:43:23.547Z | Compiling dunce v1.0.5 |
1777 | 2025-07-15T19:43:23.714Z | Compiling parking_lot v0.12.3 |
1778 | 2025-07-15T19:43:23.829Z | Compiling serde_derive v1.0.219 |
1779 | 2025-07-15T19:43:23.901Z | Compiling zeroize_derive v1.4.2 |
1780 | 2025-07-15T19:43:24.005Z | Compiling zerofrom-derive v0.1.4 |
1781 | 2025-07-15T19:43:24.142Z | Compiling yoke-derive v0.7.4 |
1782 | 2025-07-15T19:43:24.374Z | Compiling zerovec-derive v0.10.3 |
1783 | 2025-07-15T19:43:25.147Z | Compiling displaydoc v0.2.5 |
1784 | 2025-07-15T19:43:25.567Z | Compiling icu_provider_macros v1.5.0 |
1785 | 2025-07-15T19:43:25.682Z | Compiling tokio-macros v2.5.0 |
1786 | 2025-07-15T19:43:26.398Z | Compiling zeroize v1.8.1 |
1787 | 2025-07-15T19:43:26.575Z | Compiling zerocopy-derive v0.7.35 |
1788 | 2025-07-15T19:43:26.613Z | Compiling thiserror-impl v1.0.69 |
1789 | 2025-07-15T19:43:26.863Z | Compiling schemars_derive v0.8.22 |
1790 | 2025-07-15T19:43:26.881Z | Compiling zerofrom v0.1.4 |
1791 | 2025-07-15T19:43:27.228Z | Compiling yoke v0.7.4 |
1792 | 2025-07-15T19:43:27.525Z | Compiling zerovec v0.10.4 |
1793 | 2025-07-15T19:43:28.077Z | Compiling futures-macro v0.3.31 |
1794 | 2025-07-15T19:43:28.280Z | Compiling zerocopy-derive v0.8.26 |
1795 | 2025-07-15T19:43:29.004Z | Compiling mio v1.0.2 |
1796 | 2025-07-15T19:43:29.131Z | Compiling utf16_iter v1.0.5 |
1797 | 2025-07-15T19:43:29.354Z | Compiling write16 v1.0.0 |
1798 | 2025-07-15T19:43:29.453Z | Compiling utf8_iter v1.0.4 |
1799 | 2025-07-15T19:43:29.521Z | Compiling tinystr v0.7.6 |
1800 | 2025-07-15T19:43:29.725Z | Compiling icu_collections v1.5.0 |
1801 | 2025-07-15T19:43:29.747Z | Compiling heck v0.5.0 |
1802 | 2025-07-15T19:43:29.972Z | Compiling icu_locid v1.5.0 |
1803 | 2025-07-15T19:43:30.222Z | Compiling icu_normalizer_data v1.5.0 |
1804 | 2025-07-15T19:43:30.433Z | Compiling crypto-common v0.1.6 |
1805 | 2025-07-15T19:43:31.031Z | Compiling socket2 v0.5.10 |
1806 | 2025-07-15T19:43:31.052Z | Compiling const-oid v0.9.6 |
1807 | 2025-07-15T19:43:31.075Z | Compiling fnv v1.0.7 |
1808 | 2025-07-15T19:43:31.595Z | Compiling icu_provider v1.5.0 |
1809 | 2025-07-15T19:43:32.303Z | Compiling form_urlencoded v1.2.1 |
1810 | 2025-07-15T19:43:32.760Z | Compiling icu_locid_transform v1.5.0 |
1811 | 2025-07-15T19:43:32.833Z | Compiling ring v0.17.14 |
1812 | 2025-07-15T19:43:33.812Z | Compiling tracing-attributes v0.1.27 |
1813 | 2025-07-15T19:43:34.028Z | Compiling der_derive v0.7.3 |
1814 | 2025-07-15T19:43:34.444Z | Compiling icu_properties v1.5.1 |
1815 | 2025-07-15T19:43:35.521Z | Compiling bitflags v2.9.1 |
1816 | 2025-07-15T19:43:35.679Z | Compiling bytes v1.10.1 |
1817 | 2025-07-15T19:43:37.202Z | Compiling tokio v1.45.1 |
1818 | 2025-07-15T19:43:37.667Z | Compiling indexmap v2.10.0 |
1819 | 2025-07-15T19:43:38.299Z | Compiling icu_normalizer v1.5.0 |
1820 | 2025-07-15T19:43:39.021Z | Compiling vcpkg v0.2.15 |
1821 | 2025-07-15T19:43:39.080Z | Compiling aws-lc-rs v1.12.4 |
1822 | 2025-07-15T19:43:39.465Z | Compiling idna_adapter v1.2.0 |
1823 | 2025-07-15T19:43:39.747Z | Compiling which v4.4.2 |
1824 | 2025-07-15T19:43:39.995Z | Compiling idna v1.0.3 |
1825 | 2025-07-15T19:43:40.411Z | Compiling openssl-sys v0.9.109 |
1826 | 2025-07-15T19:43:40.635Z | Compiling url v2.5.4 |
1827 | 2025-07-15T19:43:43.153Z | Compiling block-buffer v0.10.4 |
1828 | 2025-07-15T19:43:43.439Z | Compiling thiserror v2.0.12 |
1829 | 2025-07-15T19:43:43.570Z | Compiling futures-core v0.3.31 |
1830 | 2025-07-15T19:43:43.989Z | Compiling digest v0.10.7 |
1831 | 2025-07-15T19:43:44.650Z | Compiling zerocopy v0.7.35 |
1832 | 2025-07-15T19:43:44.721Z | Compiling thiserror-impl v2.0.12 |
1833 | 2025-07-15T19:43:44.983Z | Compiling httparse v1.9.5 |
1834 | 2025-07-15T19:43:46.357Z | Compiling uuid v1.17.0 |
1835 | 2025-07-15T19:43:46.896Z | Compiling syn v1.0.109 |
1836 | 2025-07-15T19:43:46.970Z | Compiling iana-time-zone v0.1.63 |
1837 | 2025-07-15T19:43:47.414Z | Compiling crossbeam-utils v0.8.21 |
1838 | 2025-07-15T19:43:47.593Z | Compiling chrono v0.4.41 |
1839 | 2025-07-15T19:43:48.702Z | Compiling num-conv v0.1.0 |
1840 | 2025-07-15T19:43:49.018Z | Compiling time-core v0.1.2 |
1841 | 2025-07-15T19:43:49.225Z | Compiling futures-sink v0.3.31 |
1842 | 2025-07-15T19:43:49.246Z | Compiling time-macros v0.2.18 |
1843 | 2025-07-15T19:43:50.696Z | Compiling openssl v0.10.73 |
1844 | 2025-07-15T19:43:51.073Z | Compiling cpufeatures v0.2.14 |
1845 | 2025-07-15T19:43:51.449Z | Compiling aws-lc-sys v0.26.0 |
1846 | 2025-07-15T19:43:51.799Z | Compiling hmac v0.12.1 |
1847 | 2025-07-15T19:43:51.941Z | Compiling rustc_version v0.4.1 |
1848 | 2025-07-15T19:43:52.054Z | Compiling serde_tokenstream v0.2.2 |
1849 | 2025-07-15T19:43:52.632Z | Compiling block-padding v0.3.3 |
1850 | 2025-07-15T19:43:52.694Z | Compiling scroll_derive v0.12.0 |
1851 | 2025-07-15T19:43:52.924Z | Compiling openssl-macros v0.1.1 |
1852 | 2025-07-15T19:43:53.980Z | Compiling rustls v0.23.19 |
1853 | 2025-07-15T19:43:54.010Z | Compiling dyn-clone v1.0.19 |
1854 | 2025-07-15T19:43:54.028Z | Compiling ucd-trie v0.1.7 |
1855 | 2025-07-15T19:43:54.275Z | Compiling native-tls v0.2.12 |
1856 | 2025-07-15T19:43:54.321Z | Compiling pest v2.7.14 |
1857 | 2025-07-15T19:43:54.631Z | Compiling inout v0.1.3 |
1858 | 2025-07-15T19:43:54.659Z | Compiling futures-channel v0.3.31 |
1859 | 2025-07-15T19:43:55.152Z | Compiling futures-io v0.3.31 |
1860 | 2025-07-15T19:43:55.440Z | Compiling strsim v0.11.1 |
1861 | 2025-07-15T19:43:55.621Z | Compiling futures-task v0.3.31 |
1862 | 2025-07-15T19:43:55.728Z | Compiling pin-utils v0.1.0 |
1863 | 2025-07-15T19:43:55.947Z | Compiling futures-util v0.3.31 |
1864 | 2025-07-15T19:43:57.194Z | Compiling pest_meta v2.7.14 |
1865 | 2025-07-15T19:43:58.836Z | Compiling cipher v0.4.4 |
1866 | 2025-07-15T19:44:00.059Z | Compiling sha2 v0.10.9 |
1867 | 2025-07-15T19:44:00.375Z | Compiling http v1.3.1 |
1868 | 2025-07-15T19:44:00.678Z | Compiling cookie v0.18.1 |
1869 | 2025-07-15T19:44:00.857Z | Compiling rustversion v1.0.17 |
1870 | 2025-07-15T19:44:01.039Z | Compiling base64ct v1.6.0 |
1871 | 2025-07-15T19:44:01.541Z | Compiling pem-rfc7468 v0.7.0 |
1872 | 2025-07-15T19:44:01.607Z | Compiling pest_generator v2.7.14 |
1873 | 2025-07-15T19:44:02.090Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1874 | 2025-07-15T19:44:02.241Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1875 | 2025-07-15T19:44:02.587Z | Compiling anyhow v1.0.98 |
1876 | 2025-07-15T19:44:02.878Z | Compiling flagset v0.4.6 |
1877 | 2025-07-15T19:44:02.903Z | Compiling slog v2.7.0 |
1878 | 2025-07-15T19:44:03.100Z | Compiling pest_derive v2.7.14 |
1879 | 2025-07-15T19:44:03.122Z | Compiling der v0.7.9 |
1880 | 2025-07-15T19:44:03.871Z | Compiling toml_datetime v0.6.11 |
1881 | 2025-07-15T19:44:04.035Z | Compiling serde_spanned v0.6.9 |
1882 | 2025-07-15T19:44:04.287Z | Compiling tracing-core v0.1.32 |
1883 | 2025-07-15T19:44:04.367Z | Compiling usdt-impl v0.5.0 |
1884 | 2025-07-15T19:44:04.503Z | Compiling rayon-core v1.12.1 |
1885 | 2025-07-15T19:44:04.622Z | Compiling rustls-pki-types v1.10.0 |
1886 | 2025-07-15T19:44:04.854Z | Compiling salsa20 v0.10.2 |
1887 | 2025-07-15T19:44:05.088Z | Compiling tracing v0.1.40 |
1888 | 2025-07-15T19:44:05.359Z | Compiling spki v0.7.3 |
1889 | 2025-07-15T19:44:05.722Z | Compiling scroll v0.12.0 |
1890 | 2025-07-15T19:44:05.765Z | Compiling pbkdf2 v0.12.2 |
1891 | 2025-07-15T19:44:05.921Z | Compiling ppv-lite86 v0.2.20 |
1892 | 2025-07-15T19:44:06.324Z | Compiling litrs v0.4.1 |
1893 | 2025-07-15T19:44:06.429Z | Compiling winnow v0.5.40 |
1894 | 2025-07-15T19:44:06.635Z | Compiling plain v0.2.3 |
1895 | 2025-07-15T19:44:06.819Z | Compiling goblin v0.8.2 |
1896 | 2025-07-15T19:44:07.044Z | Compiling scrypt v0.11.0 |
1897 | 2025-07-15T19:44:07.252Z | Compiling document-features v0.2.10 |
1898 | 2025-07-15T19:44:07.487Z | Compiling cbc v0.1.2 |
1899 | 2025-07-15T19:44:07.852Z | Compiling aes v0.8.4 |
1900 | 2025-07-15T19:44:09.649Z | Compiling toml_edit v0.19.15 |
1901 | 2025-07-15T19:44:09.972Z | Compiling tokio-util v0.7.15 |
1902 | 2025-07-15T19:44:11.689Z | Compiling untrusted v0.7.1 |
1903 | 2025-07-15T19:44:11.812Z | Compiling adler2 v2.0.0 |
1904 | 2025-07-15T19:44:12.163Z | Compiling powerfmt v0.2.0 |
1905 | 2025-07-15T19:44:12.222Z | Compiling pretty-hex v0.4.1 |
1906 | 2025-07-15T19:44:12.222Z | Compiling newtype-uuid v1.2.4 |
1907 | 2025-07-15T19:44:12.277Z | Compiling untrusted v0.9.0 |
1908 | 2025-07-15T19:44:12.395Z | Compiling deranged v0.3.11 |
1909 | 2025-07-15T19:44:12.448Z | Compiling dof v0.3.0 |
1910 | 2025-07-15T19:44:12.472Z | Compiling miniz_oxide v0.8.5 |
1911 | 2025-07-15T19:44:14.001Z | Compiling pkcs5 v0.7.1 |
1912 | 2025-07-15T19:44:14.504Z | Compiling dtrace-parser v0.2.0 |
1913 | 2025-07-15T19:44:14.536Z | Compiling http-body v1.0.1 |
1914 | 2025-07-15T19:44:14.844Z | Compiling heapless v0.7.17 |
1915 | 2025-07-15T19:44:15.724Z | Compiling thread-id v4.2.2 |
1916 | 2025-07-15T19:44:16.039Z | Compiling num_threads v0.1.7 |
1917 | 2025-07-15T19:44:16.142Z | Compiling signal-hook v0.3.17 |
1918 | 2025-07-15T19:44:16.175Z | Compiling base64 v0.22.1 |
1919 | 2025-07-15T19:44:16.313Z | Compiling atomic-waker v1.1.2 |
1920 | 2025-07-15T19:44:16.451Z | Compiling zstd-safe v7.2.3 |
1921 | 2025-07-15T19:44:16.568Z | Compiling time v0.3.36 |
1922 | 2025-07-15T19:44:17.951Z | Compiling pkcs8 v0.10.2 |
1923 | 2025-07-15T19:44:18.561Z | Compiling tinyvec_macros v0.1.1 |
1924 | 2025-07-15T19:44:18.593Z | Compiling tower-service v0.3.3 |
1925 | 2025-07-15T19:44:18.750Z | Compiling try-lock v0.2.5 |
1926 | 2025-07-15T19:44:19.519Z | Compiling want v0.3.1 |
1927 | 2025-07-15T19:44:19.825Z | Compiling tinyvec v1.8.0 |
1928 | 2025-07-15T19:44:21.314Z | Compiling h2 v0.4.6 |
1929 | 2025-07-15T19:44:23.317Z | Compiling rand_core v0.9.2 |
1930 | 2025-07-15T19:44:23.367Z | Compiling curve25519-dalek v4.1.3 |
1931 | 2025-07-15T19:44:23.672Z | Compiling ipnet v2.11.0 |
1932 | 2025-07-15T19:44:23.792Z | Compiling async-trait v0.1.88 |
1933 | 2025-07-15T19:44:25.863Z | Compiling memoffset v0.9.1 |
1934 | 2025-07-15T19:44:26.230Z | Compiling httpdate v1.0.3 |
1935 | 2025-07-15T19:44:26.416Z | Compiling openssl-probe v0.1.5 |
1936 | 2025-07-15T19:44:26.439Z | Compiling smoltcp v0.9.1 |
1937 | 2025-07-15T19:44:27.002Z | Compiling foreign-types-shared v0.1.1 |
1938 | 2025-07-15T19:44:37.319Z | Compiling gimli v0.31.1 |
1939 | 2025-07-15T19:44:37.653Z | Compiling num-bigint-dig v0.8.4 |
1940 | 2025-07-15T19:44:37.653Z | Compiling foreign-types v0.3.2 |
1941 | 2025-07-15T19:44:37.963Z | Compiling hyper v1.6.0 |
1942 | 2025-07-15T19:44:37.963Z | Compiling addr2line v0.24.2 |
1943 | 2025-07-15T19:44:37.963Z | Compiling rand_chacha v0.9.0 |
1944 | 2025-07-15T19:44:37.963Z | Compiling usdt-attr-macro v0.5.0 |
1945 | 2025-07-15T19:44:37.963Z | Compiling usdt-macro v0.5.0 |
1946 | 2025-07-15T19:44:38.850Z | Compiling strum_macros v0.26.4 |
1947 | 2025-07-15T19:44:40.233Z | Compiling ipnetwork v0.21.1 |
1948 | 2025-07-15T19:44:41.591Z | Compiling daft-derive v0.1.4 |
1949 | 2025-07-15T19:44:42.180Z | Compiling object v0.36.5 |
1950 | 2025-07-15T19:44:42.673Z | Compiling cfg_aliases v0.2.1 |
1951 | 2025-07-15T19:44:42.913Z | Compiling rustc-demangle v0.1.24 |
1952 | 2025-07-15T19:44:45.370Z | Compiling nix v0.29.0 |
1953 | 2025-07-15T19:44:48.077Z | Compiling rand v0.9.1 |
1954 | 2025-07-15T19:44:48.090Z | Compiling crossbeam-epoch v0.9.18 |
1955 | 2025-07-15T19:44:48.529Z | Compiling hyper-util v0.1.14 |
1956 | 2025-07-15T19:44:50.368Z | Compiling backtrace v0.3.74 |
1957 | 2025-07-15T19:44:51.354Z | Compiling unicode-normalization v0.1.24 |
1958 | 2025-07-15T19:44:52.658Z | Compiling strum_macros v0.27.1 |
1959 | 2025-07-15T19:44:55.304Z | Compiling hubpack_derive v0.1.1 |
1960 | 2025-07-15T19:44:55.385Z | Compiling signature v2.2.0 |
1961 | 2025-07-15T19:44:55.641Z | Compiling openapiv3 v2.2.0 |
1962 | 2025-07-15T19:44:56.242Z | Compiling curve25519-dalek-derive v0.1.1 |
1963 | 2025-07-15T19:44:57.488Z | Compiling fs-err v3.1.1 |
1964 | 2025-07-15T19:44:57.848Z | Compiling ahash v0.8.11 |
1965 | 2025-07-15T19:44:58.222Z | Compiling crc32fast v1.4.2 |
1966 | 2025-07-15T19:44:58.552Z | Compiling zlib-rs v0.5.1 |
1967 | 2025-07-15T19:44:59.468Z | Compiling utf8parse v0.2.2 |
1968 | 2025-07-15T19:44:59.665Z | Compiling ident_case v1.0.1 |
1969 | 2025-07-15T19:44:59.867Z | Compiling unicode-properties v0.1.3 |
1970 | 2025-07-15T19:45:00.315Z | Compiling anstyle v1.0.11 |
1971 | 2025-07-15T19:45:00.596Z | Compiling siphasher v0.3.11 |
1972 | 2025-07-15T19:45:00.748Z | Compiling unicode-bidi v0.3.17 |
1973 | 2025-07-15T19:45:00.770Z | Compiling buf-list v1.0.3 |
1974 | 2025-07-15T19:45:01.297Z | Compiling phf_shared v0.11.2 |
1975 | 2025-07-15T19:45:01.661Z | Compiling stringprep v0.1.5 |
1976 | 2025-07-15T19:45:01.793Z | Compiling darling_core v0.20.10 |
1977 | 2025-07-15T19:45:02.461Z | Compiling anstyle-parse v0.2.5 |
1978 | 2025-07-15T19:45:02.806Z | Compiling libz-rs-sys v0.5.1 |
1979 | 2025-07-15T19:45:09.364Z | Compiling crossbeam-deque v0.8.5 |
1980 | 2025-07-15T19:45:10.043Z | Compiling http-body-util v0.1.3 |
1981 | 2025-07-15T19:45:10.174Z | Compiling rand_chacha v0.3.1 |
1982 | 2025-07-15T19:45:10.807Z | Compiling sync_wrapper v1.0.1 |
1983 | 2025-07-15T19:45:10.838Z | Compiling md-5 v0.10.6 |
1984 | 2025-07-15T19:45:10.994Z | Compiling num-integer v0.1.46 |
1985 | 2025-07-15T19:45:11.483Z | Compiling hash32 v0.2.1 |
1986 | 2025-07-15T19:45:11.612Z | Compiling ff v0.13.0 |
1987 | 2025-07-15T19:45:11.837Z | Compiling encoding_rs v0.8.34 |
1988 | 2025-07-15T19:45:11.869Z | Compiling psl-types v2.0.11 |
1989 | 2025-07-15T19:45:11.889Z | Compiling colorchoice v1.0.2 |
1990 | 2025-07-15T19:45:12.068Z | Compiling mime v0.3.17 |
1991 | 2025-07-15T19:45:12.088Z | Compiling anstyle-query v1.1.1 |
1992 | 2025-07-15T19:45:13.059Z | Compiling tower-layer v0.3.3 |
1993 | 2025-07-15T19:45:13.276Z | Compiling fallible-iterator v0.2.0 |
1994 | 2025-07-15T19:45:13.780Z | Compiling base16ct v0.2.0 |
1995 | 2025-07-15T19:45:14.085Z | Compiling is_terminal_polyfill v1.70.1 |
1996 | 2025-07-15T19:45:14.183Z | Compiling anstream v0.6.18 |
1997 | 2025-07-15T19:45:14.219Z | Compiling publicsuffix v2.3.0 |
1998 | 2025-07-15T19:45:14.562Z | Compiling sec1 v0.7.3 |
1999 | 2025-07-15T19:45:14.742Z | Compiling postgres-protocol v0.6.8 |
2000 | 2025-07-15T19:45:15.085Z | Compiling tower v0.5.2 |
2001 | 2025-07-15T19:45:16.243Z | Compiling group v0.13.0 |
2002 | 2025-07-15T19:45:16.775Z | Compiling num-iter v0.1.45 |
2003 | 2025-07-15T19:45:18.087Z | Compiling rand v0.8.5 |
2004 | 2025-07-15T19:45:19.551Z | Compiling tokio-native-tls v0.3.1 |
2005 | 2025-07-15T19:45:19.851Z | Compiling darling_macro v0.20.10 |
2006 | 2025-07-15T19:45:20.149Z | Compiling flate2 v1.1.2 |
2007 | 2025-07-15T19:45:20.736Z | Compiling rustls-webpki v0.102.8 |
2008 | 2025-07-15T19:45:21.312Z | Compiling rustls-native-certs v0.8.1 |
2009 | 2025-07-15T19:45:22.639Z | Compiling webpki-roots v1.0.1 |
2010 | 2025-07-15T19:45:23.020Z | Compiling hkdf v0.12.4 |
2011 | 2025-07-15T19:45:23.107Z | Compiling terminal_size v0.4.0 |
2012 | 2025-07-15T19:45:23.255Z | Compiling serde_urlencoded v0.7.1 |
2013 | 2025-07-15T19:45:23.354Z | Compiling enum-as-inner v0.6.1 |
2014 | 2025-07-15T19:45:23.515Z | Compiling clap_derive v4.5.40 |
2015 | 2025-07-15T19:45:23.540Z | Compiling crypto-bigint v0.5.5 |
2016 | 2025-07-15T19:45:23.824Z | Compiling serde_repr v0.1.19 |
2017 | 2025-07-15T19:45:25.749Z | Compiling bitflags v1.3.2 |
2018 | 2025-07-15T19:45:25.777Z | Compiling iri-string v0.7.8 |
2019 | 2025-07-15T19:45:26.252Z | Compiling managed v0.8.0 |
2020 | 2025-07-15T19:45:26.740Z | Compiling clap_lex v0.7.4 |
2021 | 2025-07-15T19:45:26.867Z | Compiling lockfree-object-pool v0.1.6 |
2022 | 2025-07-15T19:45:27.226Z | Compiling simd-adler32 v0.3.7 |
2023 | 2025-07-15T19:45:27.410Z | Compiling bumpalo v3.16.0 |
2024 | 2025-07-15T19:45:27.847Z | Compiling unicode-width v0.2.0 |
2025 | 2025-07-15T19:45:28.388Z | Compiling tokio-rustls v0.26.0 |
2026 | 2025-07-15T19:45:28.413Z | Compiling console v0.15.10 |
2027 | 2025-07-15T19:45:28.858Z | Compiling hyper-rustls v0.27.7 |
2028 | 2025-07-15T19:45:29.494Z | Compiling tower-http v0.6.6 |
2029 | 2025-07-15T19:45:29.521Z | Compiling zopfli v0.8.1 |
2030 | 2025-07-15T19:45:31.697Z | Compiling clap_builder v4.5.40 |
2031 | 2025-07-15T19:45:32.008Z | Compiling elliptic-curve v0.13.8 |
2032 | 2025-07-15T19:45:33.046Z | Compiling oxnet v0.1.2 |
2033 | 2025-07-15T19:45:33.137Z | Compiling hyper-tls v0.6.0 |
2034 | 2025-07-15T19:45:35.267Z | Compiling darling v0.20.10 |
2035 | 2025-07-15T19:45:35.899Z | Compiling zstd v0.13.3 |
2036 | 2025-07-15T19:45:35.946Z | Compiling signal-hook-mio v0.2.4 |
2037 | 2025-07-15T19:45:36.158Z | Compiling rayon v1.10.0 |
2038 | 2025-07-15T19:45:36.316Z | Compiling cookie_store v0.21.1 |
2039 | 2025-07-15T19:45:36.475Z | Compiling postgres-types v0.2.9 |
2040 | 2025-07-15T19:45:37.566Z | Compiling phf v0.11.2 |
2041 | 2025-07-15T19:45:37.691Z | Compiling strum v0.27.1 |
2042 | 2025-07-15T19:45:37.832Z | Compiling hubpack v0.1.2 |
2043 | 2025-07-15T19:45:37.856Z | Compiling ed25519 v2.2.3 |
2044 | 2025-07-15T19:45:37.953Z | Compiling bzip2 v0.4.4 |
2045 | 2025-07-15T19:45:38.253Z | Compiling bzip2 v0.5.2 |
2046 | 2025-07-15T19:45:38.595Z | Compiling pkcs1 v0.7.5 |
2047 | 2025-07-15T19:45:39.972Z | Compiling rfc6979 v0.4.0 |
2048 | 2025-07-15T19:45:40.338Z | Compiling float-cmp v0.10.0 |
2049 | 2025-07-15T19:45:40.393Z | Compiling serde-big-array v0.5.1 |
2050 | 2025-07-15T19:45:40.600Z | Compiling bstr v1.10.0 |
2051 | 2025-07-15T19:45:40.658Z | Compiling regress v0.10.3 |
2052 | 2025-07-15T19:45:40.712Z | Compiling memmap v0.7.0 |
2053 | 2025-07-15T19:45:41.100Z | Compiling fixedbitset v0.4.2 |
2054 | 2025-07-15T19:45:41.393Z | Compiling new_debug_unreachable v1.0.6 |
2055 | 2025-07-15T19:45:41.493Z | Compiling toml_write v0.1.2 |
2056 | 2025-07-15T19:45:41.862Z | Compiling precomputed-hash v0.1.1 |
2057 | 2025-07-15T19:45:41.884Z | Compiling static_assertions v1.1.0 |
2058 | 2025-07-15T19:45:41.948Z | Compiling number_prefix v0.4.0 |
2059 | 2025-07-15T19:45:41.994Z | Compiling normalize-line-endings v0.3.0 |
2060 | 2025-07-15T19:45:42.018Z | Compiling predicates-core v1.0.8 |
2061 | 2025-07-15T19:45:42.153Z | Compiling difflib v0.4.0 |
2062 | 2025-07-15T19:45:42.198Z | Compiling whoami v1.5.2 |
2063 | 2025-07-15T19:45:42.294Z | Compiling unicode-segmentation v1.12.0 |
2064 | 2025-07-15T19:45:42.608Z | Compiling winnow v0.7.10 |
2065 | 2025-07-15T19:45:42.660Z | Compiling data-encoding v2.9.0 |
2066 | 2025-07-15T19:45:43.116Z | Compiling similar v2.7.0 |
2067 | 2025-07-15T19:45:43.159Z | Compiling predicates v3.1.3 |
2068 | 2025-07-15T19:45:43.979Z | Compiling reqwest v0.12.22 |
2069 | 2025-07-15T19:45:44.061Z | Compiling hickory-proto v0.25.2 |
2070 | 2025-07-15T19:45:44.390Z | Compiling typify-impl v0.3.0 |
2071 | 2025-07-15T19:45:44.895Z | Compiling tokio-postgres v0.7.13 |
2072 | 2025-07-15T19:45:45.976Z | Compiling toml_edit v0.22.27 |
2073 | 2025-07-15T19:45:49.875Z | Compiling indicatif v0.17.11 |
2074 | 2025-07-15T19:45:50.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2075 | 2025-07-15T19:45:51.899Z | Compiling string_cache v0.8.9 |
2076 | 2025-07-15T19:45:52.323Z | Compiling petgraph v0.6.5 |
2077 | 2025-07-15T19:45:52.408Z | Compiling usdt v0.5.0 |
2078 | 2025-07-15T19:45:54.076Z | Compiling ecdsa v0.16.9 |
2079 | 2025-07-15T19:45:55.003Z | Compiling rsa v0.9.6 |
2080 | 2025-07-15T19:45:56.021Z | Compiling zip v4.2.0 |
2081 | 2025-07-15T19:45:56.074Z | Compiling zip v0.6.6 |
2082 | 2025-07-15T19:45:56.074Z | Compiling ed25519-dalek v2.1.1 |
2083 | 2025-07-15T19:45:56.923Z | Compiling crossterm v0.28.1 |
2084 | 2025-07-15T19:45:57.013Z | Compiling clap v4.5.40 |
2085 | 2025-07-15T19:45:57.017Z | Compiling daft v0.1.4 |
2086 | 2025-07-15T19:45:57.178Z | Compiling strum v0.26.3 |
2087 | 2025-07-15T19:45:57.391Z | Compiling tokio-stream v0.1.17 |
2088 | 2025-07-15T19:45:57.543Z | Compiling toml v0.7.8 |
2089 | 2025-07-15T19:45:57.711Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2090 | 2025-07-15T19:45:57.921Z | Compiling x509-cert v0.2.5 |
2091 | 2025-07-15T19:45:58.819Z | Compiling sha1 v0.10.6 |
2092 | 2025-07-15T19:45:59.231Z | Compiling itertools v0.10.5 |
2093 | 2025-07-15T19:45:59.656Z | Compiling winnow v0.6.26 |
2094 | 2025-07-15T19:46:01.928Z | Compiling lalrpop-util v0.19.12 |
2095 | 2025-07-15T19:46:03.452Z | Compiling rustix v1.0.7 |
2096 | 2025-07-15T19:46:04.021Z | Compiling rustc-hash v2.1.1 |
2097 | 2025-07-15T19:46:04.084Z | Compiling peg-runtime v0.8.5 |
2098 | 2025-07-15T19:46:04.215Z | Compiling unicode-xid v0.2.6 |
2099 | 2025-07-15T19:46:06.835Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2100 | 2025-07-15T19:46:06.858Z | Compiling typify-macro v0.3.0 |
2101 | 2025-07-15T19:46:12.611Z | Compiling camino v1.1.10 |
2102 | 2025-07-15T19:46:15.263Z | Compiling proc-macro-crate v1.3.1 |
2103 | 2025-07-15T19:46:15.637Z | Compiling macaddr v1.0.1 |
2104 | 2025-07-15T19:46:16.716Z | Compiling itertools v0.13.0 |
2105 | 2025-07-15T19:46:17.519Z | Compiling fastrand v2.1.1 |
2106 | 2025-07-15T19:46:18.759Z | Compiling heapless v0.8.0 |
2107 | 2025-07-15T19:46:19.661Z | Compiling ingot-macros v0.1.0 |
2108 | 2025-07-15T19:46:21.929Z | Compiling tempfile v3.20.0 |
2109 | 2025-07-15T19:46:23.681Z | Compiling num_enum_derive v0.5.11 |
2110 | 2025-07-15T19:46:26.173Z | Compiling structmeta-derive v0.3.0 |
2111 | 2025-07-15T19:46:26.198Z | Compiling hash32 v0.3.1 |
2112 | 2025-07-15T19:46:29.353Z | Compiling smoltcp v0.11.0 |
2113 | 2025-07-15T19:46:29.888Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2114 | 2025-07-15T19:46:36.743Z | Compiling structmeta v0.3.0 |
2115 | 2025-07-15T19:46:37.093Z | Compiling ingot-types v0.1.0 |
2116 | 2025-07-15T19:46:40.655Z | Compiling num_enum v0.5.11 |
2117 | 2025-07-15T19:46:43.888Z | Compiling typify v0.3.0 |
2118 | 2025-07-15T19:46:48.410Z | Compiling dirs-sys-next v0.1.2 |
2119 | 2025-07-15T19:46:48.644Z | Compiling proc-macro-error-attr v1.0.4 |
2120 | 2025-07-15T19:46:48.987Z | Compiling unsafe-libyaml v0.2.11 |
2121 | 2025-07-15T19:46:49.358Z | Compiling cobs v0.2.3 |
2122 | 2025-07-15T19:46:49.723Z | Compiling rustls v0.22.4 |
2123 | 2025-07-15T19:46:50.226Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2124 | 2025-07-15T19:46:50.692Z | Compiling serde_yaml v0.9.34+deprecated |
2125 | 2025-07-15T19:46:55.912Z | Compiling postcard v1.0.10 |
2126 | 2025-07-15T19:46:59.033Z | Compiling dirs-next v2.0.0 |
2127 | 2025-07-15T19:47:02.576Z | Compiling progenitor-impl v0.9.1 |
2128 | 2025-07-15T19:47:05.554Z | Compiling ingot v0.1.0 |
2129 | 2025-07-15T19:47:06.403Z | Compiling toml v0.8.23 |
2130 | 2025-07-15T19:47:11.156Z | Compiling futures-executor v0.3.31 |
2131 | 2025-07-15T19:47:12.092Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2132 | 2025-07-15T19:47:12.096Z | Compiling hex v0.4.3 |
2133 | 2025-07-15T19:47:12.199Z | Compiling foreign-types-macros v0.2.3 |
2134 | 2025-07-15T19:47:12.384Z | Compiling thread_local v1.1.8 |
2135 | 2025-07-15T19:47:12.406Z | Compiling wait-timeout v0.2.0 |
2136 | 2025-07-15T19:47:12.748Z | Compiling multer v3.1.0 |
2137 | 2025-07-15T19:47:12.972Z | Compiling proc-macro-error v1.0.4 |
2138 | 2025-07-15T19:47:13.075Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2139 | 2025-07-15T19:47:13.100Z | Compiling ref-cast v1.0.24 |
2140 | 2025-07-15T19:47:13.325Z | Compiling unicode-width v0.1.14 |
2141 | 2025-07-15T19:47:13.385Z | Compiling match_cfg v0.1.0 |
2142 | 2025-07-15T19:47:13.435Z | Compiling quick-error v1.2.3 |
2143 | 2025-07-15T19:47:13.518Z | Compiling bit-vec v0.8.0 |
2144 | 2025-07-15T19:47:13.574Z | Compiling foreign-types-shared v0.3.1 |
2145 | 2025-07-15T19:47:13.615Z | Compiling slog-async v2.8.0 |
2146 | 2025-07-15T19:47:13.935Z | Compiling tabwriter v1.4.0 |
2147 | 2025-07-15T19:47:14.176Z | Compiling bit-set v0.8.0 |
2148 | 2025-07-15T19:47:14.179Z | Compiling foreign-types v0.5.0 |
2149 | 2025-07-15T19:47:14.328Z | Compiling rusty-fork v0.3.0 |
2150 | 2025-07-15T19:47:14.345Z | Compiling hostname v0.3.1 |
2151 | 2025-07-15T19:47:14.616Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2152 | 2025-07-15T19:47:14.650Z | Compiling futures v0.3.31 |
2153 | 2025-07-15T19:47:14.691Z | Compiling progenitor-macro v0.9.1 |
2154 | 2025-07-15T19:47:14.795Z | Compiling term v0.7.0 |
2155 | 2025-07-15T19:47:18.937Z | Compiling progenitor-client v0.9.1 |
2156 | 2025-07-15T19:47:18.991Z | Compiling slog-json v2.6.1 |
2157 | 2025-07-15T19:47:19.460Z | Compiling rand_xorshift v0.4.0 |
2158 | 2025-07-15T19:47:19.705Z | Compiling crossbeam-channel v0.5.15 |
2159 | 2025-07-15T19:47:19.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2025-07-15T19:47:19.852Z | Compiling ref-cast-impl v1.0.24 |
2161 | 2025-07-15T19:47:20.567Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2162 | 2025-07-15T19:47:20.939Z | Compiling async-stream-impl v0.3.6 |
2163 | 2025-07-15T19:47:21.168Z | Compiling cstr-argument v0.1.2 |
2164 | 2025-07-15T19:47:21.189Z | Compiling is-terminal v0.4.13 |
2165 | 2025-07-15T19:47:21.345Z | Compiling dropshot v0.16.2 |
2166 | 2025-07-15T19:47:21.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2167 | 2025-07-15T19:47:21.469Z | Compiling typeid v1.0.3 |
2168 | 2025-07-15T19:47:21.685Z | Compiling crucible-workspace-hack v0.1.0 |
2169 | 2025-07-15T19:47:21.707Z | Compiling pretty-hex v0.2.1 |
2170 | 2025-07-15T19:47:21.909Z | Compiling unarray v0.1.4 |
2171 | 2025-07-15T19:47:21.946Z | Compiling take_mut v0.2.2 |
2172 | 2025-07-15T19:47:22.037Z | Compiling async-stream v0.3.6 |
2173 | 2025-07-15T19:47:22.121Z | Compiling proptest v1.7.0 |
2174 | 2025-07-15T19:47:22.145Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2175 | 2025-07-15T19:47:22.487Z | Compiling tokio-rustls v0.25.0 |
2176 | 2025-07-15T19:47:22.955Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2025-07-15T19:47:23.778Z | Compiling slog-term v2.9.1 |
2178 | 2025-07-15T19:47:24.600Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2179 | 2025-07-15T19:47:24.671Z | Compiling slog-bunyan v2.5.0 |
2180 | 2025-07-15T19:47:25.531Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2025-07-15T19:47:25.569Z | Compiling progenitor v0.9.1 |
2182 | 2025-07-15T19:47:25.758Z | Compiling test-strategy v0.4.1 |
2183 | 2025-07-15T19:47:25.832Z | Compiling parse-display-derive v0.10.0 |
2184 | 2025-07-15T19:47:26.254Z | Compiling serde_with_macros v3.14.0 |
2185 | 2025-07-15T19:47:27.542Z | Compiling colored v2.2.0 |
2186 | 2025-07-15T19:47:28.520Z | Compiling waitgroup v0.1.2 |
2187 | 2025-07-15T19:47:28.662Z | Compiling rustls-pemfile v2.2.0 |
2188 | 2025-07-15T19:47:28.793Z | Compiling dropshot_endpoint v0.16.2 |
2189 | 2025-07-15T19:47:28.923Z | Compiling serde_path_to_error v0.1.17 |
2190 | 2025-07-15T19:47:29.097Z | Compiling derive-where v1.5.0 |
2191 | 2025-07-15T19:47:29.184Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2192 | 2025-07-15T19:47:29.925Z | Compiling hostname v0.4.0 |
2193 | 2025-07-15T19:47:29.947Z | Compiling instant v0.1.13 |
2194 | 2025-07-15T19:47:30.151Z | Compiling debug-ignore v1.0.5 |
2195 | 2025-07-15T19:47:30.264Z | Compiling heck v0.4.1 |
2196 | 2025-07-15T19:47:30.391Z | Compiling backoff v0.4.0 |
2197 | 2025-07-15T19:47:30.680Z | Compiling zone_cfg_derive v0.3.0 |
2198 | 2025-07-15T19:47:30.780Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2199 | 2025-07-15T19:47:31.024Z | Compiling parse-display v0.10.0 |
2200 | 2025-07-15T19:47:31.908Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2201 | 2025-07-15T19:47:31.968Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2202 | 2025-07-15T19:47:32.288Z | Compiling serde_with v3.14.0 |
2203 | 2025-07-15T19:47:35.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2204 | 2025-07-15T19:47:35.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2205 | 2025-07-15T19:47:35.907Z | Compiling iddqd v0.3.8 |
2206 | 2025-07-15T19:47:36.371Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2207 | 2025-07-15T19:47:40.032Z | Compiling camino-tempfile v1.4.1 |
2208 | 2025-07-15T19:47:40.165Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2209 | 2025-07-15T19:47:40.637Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2210 | 2025-07-15T19:47:40.860Z | Compiling progenitor-client v0.10.0 |
2211 | 2025-07-15T19:47:41.579Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2212 | 2025-07-15T19:47:41.619Z | Compiling num-derive v0.4.2 |
2213 | 2025-07-15T19:47:41.756Z | Compiling sigpipe v0.1.3 |
2214 | 2025-07-15T19:47:42.165Z | Compiling jiff v0.2.15 |
2215 | 2025-07-15T19:47:43.677Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2216 | 2025-07-15T19:47:43.968Z | Compiling libefi-sys v0.1.0 |
2217 | 2025-07-15T19:47:44.052Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2218 | 2025-07-15T19:47:44.352Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2025-07-15T19:47:45.069Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2220 | 2025-07-15T19:47:45.554Z | Compiling erased-serde v0.4.6 |
2221 | 2025-07-15T19:47:45.676Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2222 | 2025-07-15T19:47:46.983Z | Compiling zone v0.3.1 |
2223 | 2025-07-15T19:47:49.360Z | Compiling itertools v0.14.0 |
2224 | 2025-07-15T19:47:50.071Z | Compiling smf v0.2.3 |
2225 | 2025-07-15T19:47:51.023Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2226 | 2025-07-15T19:47:51.783Z | Compiling bitfield-struct v0.6.2 |
2227 | 2025-07-15T19:47:52.460Z | Compiling ordered-float v2.10.1 |
2228 | 2025-07-15T19:47:52.605Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2229 | 2025-07-15T19:47:52.806Z | Compiling blake3 v1.5.4 |
2230 | 2025-07-15T19:47:53.049Z | Compiling serde-value v0.7.0 |
2231 | 2025-07-15T19:47:53.072Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2232 | 2025-07-15T19:47:53.206Z | Compiling serde-untagged v0.1.7 |
2233 | 2025-07-15T19:47:54.033Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2234 | 2025-07-15T19:47:54.055Z | Compiling xattr v1.3.1 |
2235 | 2025-07-15T19:47:54.233Z | Compiling filetime v0.2.25 |
2236 | 2025-07-15T19:47:54.404Z | Compiling memmap2 v0.9.5 |
2237 | 2025-07-15T19:47:54.611Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2238 | 2025-07-15T19:47:54.641Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-07-15T19:47:54.761Z | Compiling same-file v1.0.6 |
2240 | 2025-07-15T19:47:54.857Z | Compiling arrayvec v0.7.6 |
2241 | 2025-07-15T19:47:54.962Z | Compiling arrayref v0.3.9 |
2242 | 2025-07-15T19:47:55.066Z | Compiling walkdir v2.5.0 |
2243 | 2025-07-15T19:47:55.089Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2244 | 2025-07-15T19:47:55.142Z | Compiling tar v0.4.44 |
2245 | 2025-07-15T19:47:56.550Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2246 | 2025-07-15T19:47:56.609Z | Compiling cargo-util-schemas v0.2.0 |
2247 | 2025-07-15T19:47:56.962Z | Compiling tokio-dtrace v0.1.0 |
2248 | 2025-07-15T19:47:56.983Z | Compiling gethostname v0.5.0 |
2249 | 2025-07-15T19:47:57.215Z | Compiling cargo-platform v0.2.0 |
2250 | 2025-07-15T19:47:57.481Z | Compiling fixedbitset v0.5.7 |
2251 | 2025-07-15T19:47:57.682Z | Compiling topological-sort v0.2.2 |
2252 | 2025-07-15T19:47:58.364Z | Compiling petgraph v0.8.2 |
2253 | 2025-07-15T19:47:58.602Z | Compiling omicron-zone-package v0.12.2 |
2254 | 2025-07-15T19:48:01.981Z | Compiling cargo_metadata v0.20.0 |
2255 | 2025-07-15T19:48:02.011Z | Compiling oxide-tokio-rt v0.1.2 |
2256 | 2025-07-15T19:48:03.061Z | Compiling shell-words v1.1.0 |
2257 | 2025-07-15T19:48:03.096Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2258 | 2025-07-15T19:48:03.096Z | Compiling indent_write v2.2.0 |
2259 | 2025-07-15T19:48:03.096Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2260 | 2025-07-15T19:48:03.546Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2261 | 2025-07-15T19:48:07.118Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2262 | 2025-07-15T19:48:27.625Z | Finished `release` profile [optimized] target(s) in 5m 18s |
2263 | 2025-07-15T19:48:27.813Z | Running `target/release/omicron-package -t test target create -p dev` |
2264 | 2025-07-15T19:48:27.872Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2265 | 2025-07-15T19:48:27.876Z | Created new build target 'test' and set it as active |
2266 | 2025-07-15T19:48:27.876Z | |
2267 | 2025-07-15T19:48:27.876Z | real 5:18.433740789 |
2268 | 2025-07-15T19:48:27.876Z | user 36:43.293658257 |
2269 | 2025-07-15T19:48:27.876Z | sys 3:37.834678568 |
2270 | 2025-07-15T19:48:27.876Z | trap 1.146454369 |
2271 | 2025-07-15T19:48:27.876Z | tflt 2.128280379 |
2272 | 2025-07-15T19:48:27.876Z | dflt 1.012642933 |
2273 | 2025-07-15T19:48:27.876Z | kflt 0.000134447 |
2274 | 2025-07-15T19:48:27.877Z | lock 1:44:06.468061346 |
2275 | 2025-07-15T19:48:27.877Z | slp 2:30:02.764126144 |
2276 | 2025-07-15T19:48:27.877Z | lat 3:01.573246292 |
2277 | 2025-07-15T19:48:27.877Z | stop 5:20.855029770 |
2278 | 2025-07-15T19:48:27.877Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2279 | 2025-07-15T19:48:29.012Z | Finished `release` profile [optimized] target(s) in 1.08s |
2280 | 2025-07-15T19:48:29.068Z | Running `target/release/omicron-package -t test package` |
2281 | 2025-07-15T19:48:29.118Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2025-07-15T19:48:30.852Z | Compiling typify-impl v0.4.1 |
2283 | 2025-07-15T19:48:31.079Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2284 | 2025-07-15T19:48:31.079Z | Compiling convert_case v0.4.0 |
2285 | 2025-07-15T19:48:31.083Z | Compiling num-rational v0.4.2 |
2286 | 2025-07-15T19:48:31.083Z | Compiling num-complex v0.4.6 |
2287 | 2025-07-15T19:48:31.083Z | Compiling dirs-sys-next v0.1.2 |
2288 | 2025-07-15T19:48:31.099Z | Compiling half v2.4.1 |
2289 | 2025-07-15T19:48:31.299Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2290 | 2025-07-15T19:48:31.538Z | Compiling ciborium-io v0.2.2 |
2291 | 2025-07-15T19:48:31.717Z | Compiling ciborium-ll v0.2.2 |
2292 | 2025-07-15T19:48:31.839Z | Compiling derive_more v0.99.20 |
2293 | 2025-07-15T19:48:31.843Z | Compiling dirs-next v2.0.0 |
2294 | 2025-07-15T19:48:31.996Z | Compiling float-ord v0.3.2 |
2295 | 2025-07-15T19:48:32.047Z | Compiling num v0.4.3 |
2296 | 2025-07-15T19:48:32.200Z | Compiling ciborium v0.2.2 |
2297 | 2025-07-15T19:48:32.228Z | Compiling term v0.7.0 |
2298 | 2025-07-15T19:48:32.231Z | Compiling is-terminal v0.4.13 |
2299 | 2025-07-15T19:48:32.282Z | Compiling secrecy v0.10.3 |
2300 | 2025-07-15T19:48:32.428Z | Compiling camino v1.1.10 |
2301 | 2025-07-15T19:48:32.602Z | Compiling password-hash v0.5.0 |
2302 | 2025-07-15T19:48:33.275Z | Compiling blake2 v0.10.6 |
2303 | 2025-07-15T19:48:33.303Z | Compiling base64 v0.21.7 |
2304 | 2025-07-15T19:48:33.332Z | Compiling atomicwrites v0.4.4 |
2305 | 2025-07-15T19:48:33.873Z | Compiling argon2 v0.5.3 |
2306 | 2025-07-15T19:48:34.079Z | Compiling rustix v1.0.7 |
2307 | 2025-07-15T19:48:34.381Z | Compiling newline-converter v0.3.0 |
2308 | 2025-07-15T19:48:34.384Z | Compiling fastrand v2.1.1 |
2309 | 2025-07-15T19:48:34.622Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2310 | 2025-07-15T19:48:34.686Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2311 | 2025-07-15T19:48:34.904Z | Compiling expectorate v1.2.0 |
2312 | 2025-07-15T19:48:35.081Z | Compiling rustls v0.22.4 |
2313 | 2025-07-15T19:48:35.127Z | Compiling thread_local v1.1.8 |
2314 | 2025-07-15T19:48:35.226Z | Compiling wait-timeout v0.2.0 |
2315 | 2025-07-15T19:48:35.271Z | Compiling bit-vec v0.8.0 |
2316 | 2025-07-15T19:48:35.604Z | Compiling match_cfg v0.1.0 |
2317 | 2025-07-15T19:48:35.696Z | Compiling quick-error v1.2.3 |
2318 | 2025-07-15T19:48:35.740Z | Compiling hostname v0.3.1 |
2319 | 2025-07-15T19:48:35.768Z | Compiling bit-set v0.8.0 |
2320 | 2025-07-15T19:48:35.952Z | Compiling tempfile v3.20.0 |
2321 | 2025-07-15T19:48:36.293Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2322 | 2025-07-15T19:48:36.331Z | Compiling ref-cast v1.0.24 |
2323 | 2025-07-15T19:48:36.844Z | Compiling rusty-fork v0.3.0 |
2324 | 2025-07-15T19:48:36.859Z | Compiling multer v3.1.0 |
2325 | 2025-07-15T19:48:36.859Z | Compiling slog-async v2.8.0 |
2326 | 2025-07-15T19:48:36.859Z | Compiling progenitor-client v0.9.1 |
2327 | 2025-07-15T19:48:36.859Z | Compiling slog-json v2.6.1 |
2328 | 2025-07-15T19:48:37.016Z | Compiling crossbeam-channel v0.5.15 |
2329 | 2025-07-15T19:48:37.125Z | Compiling rand_xorshift v0.4.0 |
2330 | 2025-07-15T19:48:37.191Z | Compiling futures-executor v0.3.31 |
2331 | 2025-07-15T19:48:37.238Z | Compiling hex v0.4.3 |
2332 | 2025-07-15T19:48:37.396Z | Compiling cancel-safe-futures v0.1.5 |
2333 | 2025-07-15T19:48:37.655Z | Compiling owo-colors v4.2.2 |
2334 | 2025-07-15T19:48:37.788Z | Compiling unarray v0.1.4 |
2335 | 2025-07-15T19:48:37.813Z | Compiling take_mut v0.2.2 |
2336 | 2025-07-15T19:48:38.004Z | Compiling proptest v1.7.0 |
2337 | 2025-07-15T19:48:38.033Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2338 | 2025-07-15T19:48:38.238Z | Compiling futures v0.3.31 |
2339 | 2025-07-15T19:48:38.302Z | Compiling progenitor v0.9.1 |
2340 | 2025-07-15T19:48:38.389Z | Compiling slog-bunyan v2.5.0 |
2341 | 2025-07-15T19:48:38.825Z | Compiling slog-term v2.9.1 |
2342 | 2025-07-15T19:48:38.853Z | Compiling async-stream v0.3.6 |
2343 | 2025-07-15T19:48:39.154Z | Compiling dropshot v0.16.2 |
2344 | 2025-07-15T19:48:39.253Z | Compiling toml v0.8.23 |
2345 | 2025-07-15T19:48:39.350Z | Compiling waitgroup v0.1.2 |
2346 | 2025-07-15T19:48:39.594Z | Compiling rustls-pemfile v2.2.0 |
2347 | 2025-07-15T19:48:39.863Z | Compiling libsw-core v0.3.1 |
2348 | 2025-07-15T19:48:39.955Z | Compiling tokio-rustls v0.25.0 |
2349 | 2025-07-15T19:48:40.223Z | Compiling serde_path_to_error v0.1.17 |
2350 | 2025-07-15T19:48:40.345Z | Compiling typify-macro v0.4.1 |
2351 | 2025-07-15T19:48:40.413Z | Compiling hostname v0.4.0 |
2352 | 2025-07-15T19:48:40.585Z | Compiling instant v0.1.13 |
2353 | 2025-07-15T19:48:40.660Z | Compiling debug-ignore v1.0.5 |
2354 | 2025-07-15T19:48:40.782Z | Compiling backoff v0.4.0 |
2355 | 2025-07-15T19:48:40.862Z | Compiling libsw v3.5.0 |
2356 | 2025-07-15T19:48:41.154Z | Compiling iddqd v0.3.8 |
2357 | 2025-07-15T19:48:41.208Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2358 | 2025-07-15T19:48:43.003Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2359 | 2025-07-15T19:48:43.806Z | Compiling typify v0.4.1 |
2360 | 2025-07-15T19:48:44.006Z | Compiling progenitor-impl v0.10.0 |
2361 | 2025-07-15T19:48:45.795Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2362 | 2025-07-15T19:48:46.011Z | Compiling parse-display v0.10.0 |
2363 | 2025-07-15T19:48:46.535Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2364 | 2025-07-15T19:48:46.766Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2365 | 2025-07-15T19:48:47.160Z | Compiling serde_with v3.14.0 |
2366 | 2025-07-15T19:48:47.638Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2367 | 2025-07-15T19:48:48.366Z | Compiling progenitor-client v0.10.0 |
2368 | 2025-07-15T19:48:48.723Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2369 | 2025-07-15T19:48:49.377Z | Compiling macaddr v1.0.1 |
2370 | 2025-07-15T19:48:49.558Z | Compiling progenitor-macro v0.10.0 |
2371 | 2025-07-15T19:48:49.802Z | Compiling utf-8 v0.7.6 |
2372 | 2025-07-15T19:48:49.862Z | Compiling linear-map v1.2.0 |
2373 | 2025-07-15T19:48:50.180Z | Compiling swrite v0.1.0 |
2374 | 2025-07-15T19:48:50.210Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2375 | 2025-07-15T19:48:50.391Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2376 | 2025-07-15T19:48:50.457Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2377 | 2025-07-15T19:48:50.823Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2378 | 2025-07-15T19:48:53.902Z | Compiling async-recursion v1.1.1 |
2379 | 2025-07-15T19:48:55.223Z | Compiling keccak v0.1.5 |
2380 | 2025-07-15T19:48:56.536Z | Compiling sha3 v0.10.8 |
2381 | 2025-07-15T19:48:57.431Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2382 | 2025-07-15T19:48:57.925Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2383 | 2025-07-15T19:49:00.388Z | Compiling progenitor v0.10.0 |
2384 | 2025-07-15T19:49:00.667Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2385 | 2025-07-15T19:49:01.066Z | Compiling globset v0.4.15 |
2386 | 2025-07-15T19:49:04.232Z | Compiling prettyplease v0.2.35 |
2387 | 2025-07-15T19:49:05.453Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2388 | 2025-07-15T19:49:06.907Z | Compiling tungstenite v0.21.0 |
2389 | 2025-07-15T19:49:07.046Z | Compiling pem v3.0.5 |
2390 | 2025-07-15T19:49:08.490Z | Compiling pin-project-internal v1.1.6 |
2391 | 2025-07-15T19:49:09.349Z | Compiling tokio-tungstenite v0.21.0 |
2392 | 2025-07-15T19:49:10.028Z | Compiling snafu-derive v0.8.5 |
2393 | 2025-07-15T19:49:10.925Z | Compiling pin-project v1.1.6 |
2394 | 2025-07-15T19:49:11.117Z | Compiling highway v1.3.0 |
2395 | 2025-07-15T19:49:11.791Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2396 | 2025-07-15T19:49:12.700Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2397 | 2025-07-15T19:49:12.955Z | Compiling olpc-cjson v0.1.4 |
2398 | 2025-07-15T19:49:13.307Z | Compiling serde_plain v1.0.2 |
2399 | 2025-07-15T19:49:13.890Z | Compiling typed-path v0.9.3 |
2400 | 2025-07-15T19:49:14.141Z | Compiling snafu v0.8.5 |
2401 | 2025-07-15T19:49:15.380Z | Compiling semver v0.1.20 |
2402 | 2025-07-15T19:49:15.933Z | Compiling rustc_version v0.1.7 |
2403 | 2025-07-15T19:49:16.341Z | Compiling resolv-conf v0.7.0 |
2404 | 2025-07-15T19:49:17.836Z | Compiling tough v0.20.0 |
2405 | 2025-07-15T19:49:19.430Z | Compiling newtype_derive v0.1.6 |
2406 | 2025-07-15T19:49:19.803Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2407 | 2025-07-15T19:49:20.168Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2408 | 2025-07-15T19:49:20.355Z | Compiling universal-hash v0.5.1 |
2409 | 2025-07-15T19:49:20.600Z | Compiling thiserror-impl-no-std v2.0.2 |
2410 | 2025-07-15T19:49:20.639Z | Compiling opaque-debug v0.3.1 |
2411 | 2025-07-15T19:49:20.781Z | Compiling poly1305 v0.8.0 |
2412 | 2025-07-15T19:49:22.174Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2413 | 2025-07-15T19:49:22.751Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2414 | 2025-07-15T19:49:22.940Z | Compiling thiserror-no-std v2.0.2 |
2415 | 2025-07-15T19:49:23.117Z | Compiling chacha20 v0.9.1 |
2416 | 2025-07-15T19:49:23.144Z | Compiling aead v0.5.2 |
2417 | 2025-07-15T19:49:23.516Z | Compiling humantime v2.2.0 |
2418 | 2025-07-15T19:49:23.559Z | Compiling linked-hash-map v0.5.6 |
2419 | 2025-07-15T19:49:23.619Z | Compiling chacha20poly1305 v0.10.1 |
2420 | 2025-07-15T19:49:24.334Z | Compiling vsss-rs v3.3.4 |
2421 | 2025-07-15T19:49:24.353Z | Compiling lru-cache v0.1.2 |
2422 | 2025-07-15T19:49:24.353Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2423 | 2025-07-15T19:49:24.422Z | Compiling steno v0.4.1 |
2424 | 2025-07-15T19:49:25.505Z | Compiling hickory-proto v0.24.4 |
2425 | 2025-07-15T19:49:25.880Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2426 | 2025-07-15T19:49:28.660Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2427 | 2025-07-15T19:49:29.062Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2428 | 2025-07-15T19:49:35.223Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2429 | 2025-07-15T19:49:36.641Z | Compiling hickory-resolver v0.24.4 |
2430 | 2025-07-15T19:49:38.621Z | Compiling slog-dtrace v0.3.0 |
2431 | 2025-07-15T19:49:39.097Z | Compiling qorb v0.4.0 |
2432 | 2025-07-15T19:49:42.896Z | Compiling moka v0.12.10 |
2433 | 2025-07-15T19:49:44.629Z | Compiling tagptr v0.2.0 |
2434 | 2025-07-15T19:49:44.735Z | Compiling bytecount v0.6.8 |
2435 | 2025-07-15T19:49:45.500Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2436 | 2025-07-15T19:49:48.343Z | Compiling hickory-resolver v0.25.2 |
2437 | 2025-07-15T19:49:51.265Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2438 | 2025-07-15T19:49:52.290Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2439 | 2025-07-15T19:49:52.920Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2440 | 2025-07-15T19:49:56.706Z | Compiling itertools v0.13.0 |
2441 | 2025-07-15T19:49:58.061Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2442 | 2025-07-15T19:49:58.548Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2443 | 2025-07-15T19:49:58.607Z | Compiling display-error-chain v0.2.2 |
2444 | 2025-07-15T19:49:58.862Z | Compiling crunchy v0.2.2 |
2445 | 2025-07-15T19:49:59.364Z | Compiling radium v0.7.0 |
2446 | 2025-07-15T19:49:59.858Z | Compiling maplit v1.0.2 |
2447 | 2025-07-15T19:50:00.122Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2448 | 2025-07-15T19:50:00.372Z | Compiling dsl_auto_type v0.1.2 |
2449 | 2025-07-15T19:50:00.595Z | Compiling scheduled-thread-pool v0.2.7 |
2450 | 2025-07-15T19:50:01.576Z | Compiling diesel_table_macro_syntax v0.2.0 |
2451 | 2025-07-15T19:50:01.883Z | Compiling zerocopy-derive v0.6.6 |
2452 | 2025-07-15T19:50:01.980Z | Compiling proc-macro-error-attr2 v2.0.0 |
2453 | 2025-07-15T19:50:02.723Z | Compiling tap v1.0.1 |
2454 | 2025-07-15T19:50:02.969Z | Compiling tiny-keccak v2.0.2 |
2455 | 2025-07-15T19:50:03.314Z | Compiling maybe-uninit v2.0.0 |
2456 | 2025-07-15T19:50:03.607Z | Compiling zerocopy v0.6.6 |
2457 | 2025-07-15T19:50:03.977Z | Compiling wyz v0.5.1 |
2458 | 2025-07-15T19:50:04.135Z | Compiling proc-macro-error2 v2.0.1 |
2459 | 2025-07-15T19:50:04.451Z | Compiling diesel_derives v2.2.3 |
2460 | 2025-07-15T19:50:04.480Z | Compiling r2d2 v0.8.10 |
2461 | 2025-07-15T19:50:04.970Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2462 | 2025-07-15T19:50:05.406Z | Compiling const_format_proc_macros v0.2.34 |
2463 | 2025-07-15T19:50:05.437Z | Compiling packed_struct v0.10.1 |
2464 | 2025-07-15T19:50:05.920Z | Compiling funty v2.0.0 |
2465 | 2025-07-15T19:50:07.219Z | Compiling bit-vec v0.6.3 |
2466 | 2025-07-15T19:50:07.658Z | Compiling crc-catalog v2.4.0 |
2467 | 2025-07-15T19:50:07.861Z | Compiling crc v3.2.1 |
2468 | 2025-07-15T19:50:08.748Z | Compiling bit-set v0.5.3 |
2469 | 2025-07-15T19:50:09.073Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2470 | 2025-07-15T19:50:09.735Z | Compiling const_format v0.2.34 |
2471 | 2025-07-15T19:50:10.615Z | Compiling bitvec v1.0.1 |
2472 | 2025-07-15T19:50:11.168Z | Compiling tabled_derive v0.10.0 |
2473 | 2025-07-15T19:50:11.859Z | Compiling papergrid v0.14.0 |
2474 | 2025-07-15T19:50:12.049Z | Compiling ascii-canvas v3.0.0 |
2475 | 2025-07-15T19:50:13.443Z | Compiling packed_struct_codegen v0.10.1 |
2476 | 2025-07-15T19:50:14.440Z | Compiling diesel v2.2.11 |
2477 | 2025-07-15T19:50:14.966Z | Compiling num-derive v0.3.3 |
2478 | 2025-07-15T19:50:15.716Z | Compiling ena v0.14.3 |
2479 | 2025-07-15T19:50:16.137Z | Compiling indexmap v1.9.3 |
2480 | 2025-07-15T19:50:16.535Z | Compiling nodrop v0.1.14 |
2481 | 2025-07-15T19:50:16.718Z | Compiling bindgen v0.71.1 |
2482 | 2025-07-15T19:50:17.036Z | Compiling diff v0.1.13 |
2483 | 2025-07-15T19:50:17.195Z | Compiling regex-syntax v0.6.29 |
2484 | 2025-07-15T19:50:17.551Z | Compiling libscf-sys v1.1.0 |
2485 | 2025-07-15T19:50:21.941Z | Compiling lalrpop v0.19.12 |
2486 | 2025-07-15T19:50:24.471Z | Compiling array-init v0.0.4 |
2487 | 2025-07-15T19:50:29.761Z | Compiling tabled v0.18.0 |
2488 | 2025-07-15T19:50:30.788Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2489 | 2025-07-15T19:50:35.276Z | Compiling smallvec v0.6.14 |
2490 | 2025-07-15T19:50:35.744Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2491 | 2025-07-15T19:50:35.773Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2492 | 2025-07-15T19:50:36.535Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2493 | 2025-07-15T19:50:36.807Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2494 | 2025-07-15T19:50:36.811Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2495 | 2025-07-15T19:50:37.192Z | Compiling bitfield v0.14.0 |
2496 | 2025-07-15T19:50:37.506Z | Compiling hashbrown v0.12.3 |
2497 | 2025-07-15T19:50:37.865Z | Compiling termcolor v1.4.1 |
2498 | 2025-07-15T19:50:38.915Z | Compiling env_logger v0.10.2 |
2499 | 2025-07-15T19:50:38.995Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2500 | 2025-07-15T19:50:39.801Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2501 | 2025-07-15T19:50:40.298Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2502 | 2025-07-15T19:50:41.964Z | Compiling serde-hex v0.1.0 |
2503 | 2025-07-15T19:50:42.865Z | Compiling polar-core v0.27.3 |
2504 | 2025-07-15T19:50:44.161Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2505 | 2025-07-15T19:50:47.079Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2506 | 2025-07-15T19:50:47.455Z | Compiling ron v0.8.1 |
2507 | 2025-07-15T19:50:48.414Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2508 | 2025-07-15T19:50:48.800Z | Compiling hashbrown v0.13.2 |
2509 | 2025-07-15T19:50:49.594Z | Compiling derive_builder_core v0.20.2 |
2510 | 2025-07-15T19:50:49.848Z | Compiling headers-core v0.3.0 |
2511 | 2025-07-15T19:50:50.038Z | Compiling phf_generator v0.11.2 |
2512 | 2025-07-15T19:50:50.080Z | Compiling libxml v0.3.3 |
2513 | 2025-07-15T19:50:50.275Z | Compiling crc-any v2.5.0 |
2514 | 2025-07-15T19:50:50.517Z | Compiling termtree v0.5.1 |
2515 | 2025-07-15T19:50:50.853Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2516 | 2025-07-15T19:50:51.231Z | Compiling phf_codegen v0.11.2 |
2517 | 2025-07-15T19:50:51.483Z | Compiling derive_builder_macro v0.20.2 |
2518 | 2025-07-15T19:50:51.512Z | Compiling headers v0.4.1 |
2519 | 2025-07-15T19:50:52.345Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2520 | 2025-07-15T19:50:53.067Z | Compiling object v0.30.4 |
2521 | 2025-07-15T19:50:54.922Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2522 | 2025-07-15T19:50:56.439Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2523 | 2025-07-15T19:50:58.037Z | Compiling samael v0.0.19 |
2524 | 2025-07-15T19:51:04.505Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2525 | 2025-07-15T19:51:04.857Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2526 | 2025-07-15T19:51:05.198Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2527 | 2025-07-15T19:51:05.238Z | Compiling strum_macros v0.24.3 |
2528 | 2025-07-15T19:51:05.958Z | Compiling parse-zoneinfo v0.3.1 |
2529 | 2025-07-15T19:51:06.993Z | Compiling indoc v1.0.9 |
2530 | 2025-07-15T19:51:07.223Z | Compiling path-slash v0.1.5 |
2531 | 2025-07-15T19:51:07.255Z | Compiling crc8 v0.1.1 |
2532 | 2025-07-15T19:51:07.512Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2533 | 2025-07-15T19:51:07.584Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2534 | 2025-07-15T19:51:07.770Z | Compiling chrono-tz-build v0.4.0 |
2535 | 2025-07-15T19:51:08.655Z | Compiling derive_builder v0.20.2 |
2536 | 2025-07-15T19:51:09.795Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2537 | 2025-07-15T19:51:10.151Z | Compiling oso-derive v0.27.3 |
2538 | 2025-07-15T19:51:11.069Z | Compiling impl-trait-for-tuples v0.2.2 |
2539 | 2025-07-15T19:51:11.179Z | Compiling quick-xml v0.37.2 |
2540 | 2025-07-15T19:51:13.208Z | Compiling vte_generate_state_changes v0.1.2 |
2541 | 2025-07-15T19:51:13.867Z | Compiling arc-swap v1.7.1 |
2542 | 2025-07-15T19:51:14.559Z | Compiling slog-scope v4.4.0 |
2543 | 2025-07-15T19:51:15.312Z | Compiling vte v0.11.1 |
2544 | 2025-07-15T19:51:16.712Z | Compiling chrono-tz v0.10.3 |
2545 | 2025-07-15T19:51:16.796Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2546 | 2025-07-15T19:51:17.435Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2547 | 2025-07-15T19:51:18.166Z | Compiling unicase v2.7.0 |
2548 | 2025-07-15T19:51:18.528Z | Compiling diesel-dtrace v0.4.2 |
2549 | 2025-07-15T19:51:18.921Z | Compiling xshell-macros v0.2.7 |
2550 | 2025-07-15T19:51:19.655Z | Compiling xshell v0.2.7 |
2551 | 2025-07-15T19:51:21.768Z | Compiling oso v0.27.3 |
2552 | 2025-07-15T19:51:22.464Z | Compiling strip-ansi-escapes v0.2.0 |
2553 | 2025-07-15T19:51:23.147Z | Compiling slog-stdlog v4.1.1 |
2554 | 2025-07-15T19:51:23.229Z | Compiling papergrid v0.11.0 |
2555 | 2025-07-15T19:51:23.933Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2556 | 2025-07-15T19:51:24.696Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2557 | 2025-07-15T19:51:25.073Z | Compiling tabled_derive v0.7.0 |
2558 | 2025-07-15T19:51:27.135Z | Compiling fd-lock v4.0.2 |
2559 | 2025-07-15T19:51:27.405Z | Compiling bb8 v0.8.5 |
2560 | 2025-07-15T19:51:28.048Z | Compiling peg-macros v0.8.5 |
2561 | 2025-07-15T19:51:31.062Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-07-15T19:51:32.017Z | Compiling nu-ansi-term v0.50.1 |
2563 | 2025-07-15T19:51:33.231Z | Compiling reedline v0.40.0 |
2564 | 2025-07-15T19:51:35.894Z | Compiling peg v0.8.5 |
2565 | 2025-07-15T19:51:36.059Z | Compiling async-bb8-diesel v0.2.1 |
2566 | 2025-07-15T19:51:36.893Z | Compiling tabled v0.15.0 |
2567 | 2025-07-15T19:51:37.642Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2568 | 2025-07-15T19:51:40.714Z | Compiling slog-envlogger v2.2.0 |
2569 | 2025-07-15T19:51:45.706Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2570 | 2025-07-15T19:51:55.887Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2571 | 2025-07-15T19:51:55.917Z | Compiling typify-impl v0.2.0 |
2572 | 2025-07-15T19:51:56.321Z | Compiling bcs v0.1.6 |
2573 | 2025-07-15T19:51:56.909Z | Compiling fxhash v0.2.1 |
2574 | 2025-07-15T19:51:57.151Z | Compiling libz-sys v1.1.20 |
2575 | 2025-07-15T19:51:57.196Z | Compiling half v1.8.3 |
2576 | 2025-07-15T19:51:57.987Z | Compiling serde_cbor v0.11.2 |
2577 | 2025-07-15T19:51:58.431Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2578 | 2025-07-15T19:52:00.271Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2579 | 2025-07-15T19:52:01.301Z | Compiling kstat-rs v0.2.4 |
2580 | 2025-07-15T19:52:02.224Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2581 | 2025-07-15T19:52:03.665Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2582 | 2025-07-15T19:52:05.547Z | Compiling typify-macro v0.2.0 |
2583 | 2025-07-15T19:52:06.538Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2584 | 2025-07-15T19:52:07.140Z | Compiling nix v0.30.1 |
2585 | 2025-07-15T19:52:07.974Z | Compiling nanorand v0.7.0 |
2586 | 2025-07-15T19:52:08.666Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2587 | 2025-07-15T19:52:08.953Z | Compiling parking_lot_core v0.8.6 |
2588 | 2025-07-15T19:52:09.515Z | Compiling flume v0.11.1 |
2589 | 2025-07-15T19:52:10.353Z | Compiling mime_guess v2.0.5 |
2590 | 2025-07-15T19:52:11.778Z | Compiling ignore v0.4.23 |
2591 | 2025-07-15T19:52:15.391Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2592 | 2025-07-15T19:52:18.454Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2593 | 2025-07-15T19:52:20.641Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2594 | 2025-07-15T19:52:22.308Z | Compiling castaway v0.2.3 |
2595 | 2025-07-15T19:52:22.540Z | Compiling fs-err v2.11.0 |
2596 | 2025-07-15T19:52:22.911Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2597 | 2025-07-15T19:52:23.586Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2598 | 2025-07-15T19:52:23.689Z | Compiling compact_str v0.8.0 |
2599 | 2025-07-15T19:52:23.798Z | Compiling globwalk v0.9.1 |
2600 | 2025-07-15T19:52:26.210Z | Compiling typify v0.2.0 |
2601 | 2025-07-15T19:52:26.392Z | Compiling predicates-tree v1.0.12 |
2602 | 2025-07-15T19:52:26.469Z | Compiling unicode-truncate v1.1.0 |
2603 | 2025-07-15T19:52:26.791Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2604 | 2025-07-15T19:52:27.223Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2605 | 2025-07-15T19:52:29.351Z | Compiling lru v0.12.5 |
2606 | 2025-07-15T19:52:29.746Z | Compiling vergen v8.3.2 |
2607 | 2025-07-15T19:52:30.092Z | Compiling nibble_vec v0.1.0 |
2608 | 2025-07-15T19:52:30.380Z | Compiling cargo-platform v0.1.8 |
2609 | 2025-07-15T19:52:30.927Z | Compiling instability v0.3.2 |
2610 | 2025-07-15T19:52:33.792Z | Compiling atty v0.2.14 |
2611 | 2025-07-15T19:52:34.338Z | Compiling indoc v2.0.6 |
2612 | 2025-07-15T19:52:34.342Z | Compiling cassowary v0.3.0 |
2613 | 2025-07-15T19:52:34.822Z | Compiling endian-type v0.1.2 |
2614 | 2025-07-15T19:52:35.099Z | Compiling salty v0.3.0 |
2615 | 2025-07-15T19:52:35.572Z | Compiling http-range v0.1.5 |
2616 | 2025-07-15T19:52:36.232Z | Compiling radix_trie v0.2.1 |
2617 | 2025-07-15T19:52:37.168Z | Compiling ratatui v0.29.0 |
2618 | 2025-07-15T19:52:37.826Z | Compiling cargo_metadata v0.18.1 |
2619 | 2025-07-15T19:52:40.608Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2620 | 2025-07-15T19:52:55.329Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2621 | 2025-07-15T19:52:57.944Z | Compiling camino-tempfile-ext v0.3.2 |
2622 | 2025-07-15T19:52:59.092Z | Compiling progenitor-impl v0.8.0 |
2623 | 2025-07-15T19:53:00.302Z | Compiling git2 v0.19.0 |
2624 | 2025-07-15T19:53:04.642Z | Compiling parking_lot v0.11.2 |
2625 | 2025-07-15T19:53:06.675Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2626 | 2025-07-15T19:53:07.298Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2627 | 2025-07-15T19:53:08.076Z | Compiling prefix-trie v0.7.0 |
2628 | 2025-07-15T19:53:08.677Z | Compiling rand_seeder v0.3.0 |
2629 | 2025-07-15T19:53:09.101Z | Compiling lzma-sys v0.1.20 |
2630 | 2025-07-15T19:53:09.129Z | Compiling parse-size v1.1.0 |
2631 | 2025-07-15T19:53:09.507Z | Compiling rustls v0.21.12 |
2632 | 2025-07-15T19:53:09.886Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2633 | 2025-07-15T19:53:09.957Z | Compiling hickory-server v0.25.2 |
2634 | 2025-07-15T19:53:11.660Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2635 | 2025-07-15T19:53:13.385Z | Compiling hyper-staticfile v0.10.1 |
2636 | 2025-07-15T19:53:14.644Z | Compiling sled v0.34.7 |
2637 | 2025-07-15T19:53:15.844Z | Compiling progenitor-macro v0.8.0 |
2638 | 2025-07-15T19:53:15.894Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2639 | 2025-07-15T19:53:22.059Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2640 | 2025-07-15T19:53:26.759Z | Compiling hickory-client v0.25.2 |
2641 | 2025-07-15T19:53:28.594Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2642 | 2025-07-15T19:53:28.860Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2643 | 2025-07-15T19:53:29.826Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2644 | 2025-07-15T19:53:30.623Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2645 | 2025-07-15T19:53:34.617Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2646 | 2025-07-15T19:53:34.999Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2647 | 2025-07-15T19:53:35.084Z | Compiling primeorder v0.13.6 |
2648 | 2025-07-15T19:53:35.456Z | Compiling progenitor-client v0.8.0 |
2649 | 2025-07-15T19:53:35.724Z | Compiling sct v0.7.1 |
2650 | 2025-07-15T19:53:36.236Z | Compiling rustls-webpki v0.101.7 |
2651 | 2025-07-15T19:53:36.341Z | Compiling heck v0.3.3 |
2652 | 2025-07-15T19:53:36.573Z | Compiling env_filter v0.1.2 |
2653 | 2025-07-15T19:53:36.684Z | Compiling csv-core v0.1.11 |
2654 | 2025-07-15T19:53:37.551Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2655 | 2025-07-15T19:53:37.948Z | Compiling void v1.0.2 |
2656 | 2025-07-15T19:53:38.123Z | Compiling lzss v0.8.2 |
2657 | 2025-07-15T19:53:38.591Z | Compiling csv v1.3.1 |
2658 | 2025-07-15T19:53:39.917Z | Compiling env_logger v0.11.5 |
2659 | 2025-07-15T19:53:40.732Z | Compiling zone_cfg_derive v0.1.2 |
2660 | 2025-07-15T19:53:41.289Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2661 | 2025-07-15T19:53:42.027Z | Compiling progenitor v0.8.0 |
2662 | 2025-07-15T19:53:42.331Z | Compiling p384 v0.13.0 |
2663 | 2025-07-15T19:53:42.395Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2664 | 2025-07-15T19:53:44.318Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2025-07-15T19:53:48.263Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2666 | 2025-07-15T19:53:49.036Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2667 | 2025-07-15T19:53:49.478Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2668 | 2025-07-15T19:53:49.690Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2669 | 2025-07-15T19:53:51.021Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2670 | 2025-07-15T19:53:51.402Z | Compiling tungstenite v0.23.0 |
2671 | 2025-07-15T19:53:56.430Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2672 | 2025-07-15T19:53:56.797Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2673 | 2025-07-15T19:53:56.828Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2674 | 2025-07-15T19:53:57.173Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2675 | 2025-07-15T19:53:57.200Z | Compiling nix v0.27.1 |
2676 | 2025-07-15T19:53:57.872Z | Compiling serde_bytes v0.11.17 |
2677 | 2025-07-15T19:53:58.449Z | Compiling base64 v0.13.1 |
2678 | 2025-07-15T19:53:59.248Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2679 | 2025-07-15T19:53:59.697Z | Compiling ron v0.7.1 |
2680 | 2025-07-15T19:54:01.786Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2681 | 2025-07-15T19:54:02.188Z | Compiling tokio-tungstenite v0.23.1 |
2682 | 2025-07-15T19:54:02.500Z | Compiling xz2 v0.1.7 |
2683 | 2025-07-15T19:54:02.835Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2684 | 2025-07-15T19:54:03.105Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2685 | 2025-07-15T19:54:04.650Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2686 | 2025-07-15T19:54:08.698Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2687 | 2025-07-15T19:54:10.603Z | Compiling tokio-rustls v0.24.1 |
2688 | 2025-07-15T19:54:11.129Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2689 | 2025-07-15T19:54:11.834Z | Compiling zone v0.1.8 |
2690 | 2025-07-15T19:54:12.133Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2691 | 2025-07-15T19:54:12.490Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2692 | 2025-07-15T19:54:15.209Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2693 | 2025-07-15T19:54:15.780Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2694 | 2025-07-15T19:54:22.104Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2695 | 2025-07-15T19:54:26.029Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2696 | 2025-07-15T19:54:26.605Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2697 | 2025-07-15T19:54:28.836Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2698 | 2025-07-15T19:54:29.077Z | Compiling rustls-pemfile v1.0.4 |
2699 | 2025-07-15T19:54:29.871Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2700 | 2025-07-15T19:54:30.250Z | Compiling signal-hook-tokio v0.3.1 |
2701 | 2025-07-15T19:54:30.549Z | Compiling twox-hash v2.1.0 |
2702 | 2025-07-15T19:54:31.586Z | Compiling yasna v0.5.2 |
2703 | 2025-07-15T19:54:32.732Z | Compiling secrecy v0.8.0 |
2704 | 2025-07-15T19:54:33.055Z | Compiling is_ci v1.2.0 |
2705 | 2025-07-15T19:54:33.385Z | Compiling unicode-linebreak v0.1.5 |
2706 | 2025-07-15T19:54:34.002Z | Compiling smawk v0.3.2 |
2707 | 2025-07-15T19:54:34.351Z | Compiling textwrap v0.16.2 |
2708 | 2025-07-15T19:54:34.948Z | Compiling supports-color v3.0.2 |
2709 | 2025-07-15T19:54:35.432Z | Compiling rcgen v0.12.1 |
2710 | 2025-07-15T19:54:37.824Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2711 | 2025-07-15T19:54:39.399Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2712 | 2025-07-15T19:54:45.783Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2713 | 2025-07-15T19:54:45.938Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2714 | 2025-07-15T19:54:47.992Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2715 | 2025-07-15T19:54:52.721Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2716 | 2025-07-15T19:55:00.973Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2717 | 2025-07-15T19:55:02.007Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2718 | 2025-07-15T19:55:04.772Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2719 | 2025-07-15T19:55:05.528Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2720 | 2025-07-15T19:55:06.188Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2721 | 2025-07-15T19:55:06.303Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2025-07-15T19:55:13.459Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2723 | 2025-07-15T19:55:13.839Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2724 | 2025-07-15T19:55:14.251Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2725 | 2025-07-15T19:55:20.111Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2726 | 2025-07-15T19:55:21.727Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2025-07-15T19:55:23.818Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2728 | 2025-07-15T19:55:24.144Z | Compiling fatfs v0.3.6 |
2729 | 2025-07-15T19:55:26.988Z | Compiling rtoolbox v0.0.2 |
2730 | 2025-07-15T19:55:27.041Z | Compiling subprocess v0.2.9 |
2731 | 2025-07-15T19:55:27.450Z | Compiling assert_matches v1.5.0 |
2732 | 2025-07-15T19:55:28.841Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2733 | 2025-07-15T19:55:31.631Z | Compiling rpassword v7.4.0 |
2734 | 2025-07-15T19:55:31.662Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2735 | 2025-07-15T19:55:32.107Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2736 | 2025-07-15T19:55:36.344Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2737 | 2025-07-15T19:55:37.570Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2738 | 2025-07-15T19:55:44.399Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2739 | 2025-07-15T19:56:05.375Z | Compiling tui-tree-widget v0.23.1 |
2740 | 2025-07-15T19:56:05.857Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2741 | 2025-07-15T19:56:13.582Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2742 | 2025-07-15T19:56:13.973Z | Compiling uzers v0.12.1 |
2743 | 2025-07-15T19:56:15.096Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2744 | 2025-07-15T19:56:17.081Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2745 | 2025-07-15T19:56:18.770Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2746 | 2025-07-15T19:56:38.860Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2747 | 2025-07-15T19:56:46.513Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2748 | 2025-07-15T19:56:51.141Z | Compiling support-bundle-viewer v0.1.2 |
2749 | 2025-07-15T19:56:51.173Z | Compiling multimap v0.10.1 |
2750 | 2025-07-15T19:59:06.909Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2751 | 2025-07-15T19:59:26.986Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2752 | 2025-07-15T20:07:01.080Z | Finished `release` profile [optimized] target(s) in 18m 31s |
2753 | 2025-07-15T20:07:56.456Z | |
2754 | 2025-07-15T20:07:56.456Z | real 19:28.313285666 |
2755 | 2025-07-15T20:07:56.456Z | user 2:20:17.712428588 |
2756 | 2025-07-15T20:07:56.457Z | sys 4:06.564821296 |
2757 | 2025-07-15T20:07:56.457Z | trap 3.504091637 |
2758 | 2025-07-15T20:07:56.463Z | tflt 2.238069943 |
2759 | 2025-07-15T20:07:56.463Z | dflt 5.721165931 |
2760 | 2025-07-15T20:07:56.464Z | kflt 0.075811546 |
2761 | 2025-07-15T20:07:56.464Z | lock 9:38:50.142738069 |
2762 | 2025-07-15T20:07:56.464Z | slp 7:17:41.823601464 |
2763 | 2025-07-15T20:07:56.464Z | lat 4:08.522888800 |
2764 | 2025-07-15T20:07:56.464Z | stop 3:54.355067697 |
2765 | 2025-07-15T20:07:56.464Z | + mapfile -t packages |
2766 | 2025-07-15T20:07:56.464Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2767 | 2025-07-15T20:07:57.756Z | Finished `release` profile [optimized] target(s) in 1.23s |
2768 | 2025-07-15T20:07:57.817Z | Running `target/release/omicron-package -t test list-outputs` |
2769 | 2025-07-15T20:07:57.874Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2770 | 2025-07-15T20:07:57.876Z | + ptime -m cargo build --locked --release -p xtask |
2771 | 2025-07-15T20:07:58.626Z | Compiling once_cell v1.21.3 |
2772 | 2025-07-15T20:07:58.626Z | Compiling serde v1.0.219 |
2773 | 2025-07-15T20:07:58.630Z | Compiling bitflags v2.9.1 |
2774 | 2025-07-15T20:07:58.630Z | Compiling syn v2.0.104 |
2775 | 2025-07-15T20:07:58.630Z | Compiling libc v0.2.174 |
2776 | 2025-07-15T20:07:58.630Z | Compiling serde_json v1.0.140 |
2777 | 2025-07-15T20:07:58.748Z | Compiling num-traits v0.2.19 |
2778 | 2025-07-15T20:07:59.100Z | Compiling smallvec v1.15.0 |
2779 | 2025-07-15T20:07:59.150Z | Compiling hashbrown v0.15.4 |
2780 | 2025-07-15T20:07:59.173Z | Compiling rustix v0.38.37 |
2781 | 2025-07-15T20:07:59.302Z | Compiling usdt-impl v0.5.0 |
2782 | 2025-07-15T20:07:59.510Z | Compiling syn v1.0.109 |
2783 | 2025-07-15T20:07:59.603Z | Compiling percent-encoding v2.3.1 |
2784 | 2025-07-15T20:07:59.869Z | Compiling log v0.4.27 |
2785 | 2025-07-15T20:08:00.114Z | Compiling thread-id v4.2.2 |
2786 | 2025-07-15T20:08:00.134Z | Compiling getrandom v0.3.1 |
2787 | 2025-07-15T20:08:00.267Z | Compiling form_urlencoded v1.2.1 |
2788 | 2025-07-15T20:08:00.506Z | Compiling indexmap v2.10.0 |
2789 | 2025-07-15T20:08:00.833Z | Compiling rustix v1.0.7 |
2790 | 2025-07-15T20:08:00.986Z | Compiling fs-err v3.1.1 |
2791 | 2025-07-15T20:08:01.365Z | Compiling ordered-float v2.10.1 |
2792 | 2025-07-15T20:08:01.638Z | Compiling terminal_size v0.4.0 |
2793 | 2025-07-15T20:08:01.975Z | Compiling anyhow v1.0.98 |
2794 | 2025-07-15T20:08:02.150Z | Compiling clap_builder v4.5.40 |
2795 | 2025-07-15T20:08:02.367Z | Compiling textwrap v0.16.2 |
2796 | 2025-07-15T20:08:02.992Z | Compiling proc-macro-error v1.0.4 |
2797 | 2025-07-15T20:08:03.375Z | Compiling tempfile v3.20.0 |
2798 | 2025-07-15T20:08:04.774Z | Compiling tabled_derive v0.7.0 |
2799 | 2025-07-15T20:08:05.315Z | Compiling synstructure v0.13.1 |
2800 | 2025-07-15T20:08:06.257Z | Compiling tabled v0.15.0 |
2801 | 2025-07-15T20:08:06.686Z | Compiling serde_derive v1.0.219 |
2802 | 2025-07-15T20:08:07.851Z | Compiling thiserror-impl v1.0.69 |
2803 | 2025-07-15T20:08:07.917Z | Compiling zerofrom-derive v0.1.4 |
2804 | 2025-07-15T20:08:08.036Z | Compiling yoke-derive v0.7.4 |
2805 | 2025-07-15T20:08:08.097Z | Compiling zerovec-derive v0.10.3 |
2806 | 2025-07-15T20:08:10.331Z | Compiling displaydoc v0.2.5 |
2807 | 2025-07-15T20:08:10.349Z | Compiling zerocopy-derive v0.7.35 |
2808 | 2025-07-15T20:08:10.411Z | Compiling thiserror v1.0.69 |
2809 | 2025-07-15T20:08:10.611Z | Compiling pest v2.7.14 |
2810 | 2025-07-15T20:08:10.891Z | Compiling zerofrom v0.1.4 |
2811 | 2025-07-15T20:08:11.190Z | Compiling yoke v0.7.4 |
2812 | 2025-07-15T20:08:11.612Z | Compiling zerovec v0.10.4 |
2813 | 2025-07-15T20:08:11.699Z | Compiling icu_provider_macros v1.5.0 |
2814 | 2025-07-15T20:08:12.418Z | Compiling zerocopy v0.7.35 |
2815 | 2025-07-15T20:08:12.738Z | Compiling scroll_derive v0.12.0 |
2816 | 2025-07-15T20:08:13.529Z | Compiling tinystr v0.7.6 |
2817 | 2025-07-15T20:08:13.834Z | Compiling pest_meta v2.7.14 |
2818 | 2025-07-15T20:08:13.968Z | Compiling icu_locid v1.5.0 |
2819 | 2025-07-15T20:08:14.459Z | Compiling icu_collections v1.5.0 |
2820 | 2025-07-15T20:08:17.159Z | Compiling icu_provider v1.5.0 |
2821 | 2025-07-15T20:08:17.395Z | Compiling pest_generator v2.7.14 |
2822 | 2025-07-15T20:08:19.058Z | Compiling pest_derive v2.7.14 |
2823 | 2025-07-15T20:08:19.269Z | Compiling icu_locid_transform v1.5.0 |
2824 | 2025-07-15T20:08:19.789Z | Compiling serde_spanned v0.6.9 |
2825 | 2025-07-15T20:08:19.871Z | Compiling toml_datetime v0.6.11 |
2826 | 2025-07-15T20:08:20.088Z | Compiling dtrace-parser v0.2.0 |
2827 | 2025-07-15T20:08:20.687Z | Compiling icu_properties v1.5.1 |
2828 | 2025-07-15T20:08:21.168Z | Compiling toml_edit v0.22.27 |
2829 | 2025-07-15T20:08:21.617Z | Compiling dof v0.3.0 |
2830 | 2025-07-15T20:08:21.941Z | Compiling scroll v0.12.0 |
2831 | 2025-07-15T20:08:22.617Z | Compiling goblin v0.8.2 |
2832 | 2025-07-15T20:08:23.698Z | Compiling serde_tokenstream v0.2.2 |
2833 | 2025-07-15T20:08:24.281Z | Compiling erased-serde v0.4.6 |
2834 | 2025-07-15T20:08:24.774Z | Compiling icu_normalizer v1.5.0 |
2835 | 2025-07-15T20:08:25.190Z | Compiling toml v0.8.23 |
2836 | 2025-07-15T20:08:25.831Z | Compiling idna_adapter v1.2.0 |
2837 | 2025-07-15T20:08:26.108Z | Compiling idna v1.0.3 |
2838 | 2025-07-15T20:08:29.877Z | Compiling url v2.5.4 |
2839 | 2025-07-15T20:08:30.944Z | Compiling serde-untagged v0.1.7 |
2840 | 2025-07-15T20:08:31.213Z | Compiling serde-value v0.7.0 |
2841 | 2025-07-15T20:08:31.805Z | Compiling semver v1.0.26 |
2842 | 2025-07-15T20:08:32.850Z | Compiling camino v1.1.10 |
2843 | 2025-07-15T20:08:33.197Z | Compiling thiserror-impl v2.0.12 |
2844 | 2025-07-15T20:08:34.149Z | Compiling cargo-util-schemas v0.2.0 |
2845 | 2025-07-15T20:08:35.182Z | Compiling usdt-macro v0.5.0 |
2846 | 2025-07-15T20:08:35.352Z | Compiling usdt-attr-macro v0.5.0 |
2847 | 2025-07-15T20:08:35.953Z | Compiling thiserror v2.0.12 |
2848 | 2025-07-15T20:08:36.169Z | Compiling cargo-platform v0.2.0 |
2849 | 2025-07-15T20:08:36.373Z | Compiling clap_derive v4.5.40 |
2850 | 2025-07-15T20:08:36.726Z | Compiling usdt v0.5.0 |
2851 | 2025-07-15T20:08:37.359Z | Compiling cargo_metadata v0.20.0 |
2852 | 2025-07-15T20:08:38.108Z | Compiling camino-tempfile v1.4.1 |
2853 | 2025-07-15T20:08:38.960Z | Compiling cargo_toml v0.21.0 |
2854 | 2025-07-15T20:08:39.522Z | Compiling macaddr v1.0.1 |
2855 | 2025-07-15T20:08:40.445Z | Compiling clap v4.5.40 |
2856 | 2025-07-15T20:08:49.914Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2857 | 2025-07-15T20:08:55.583Z | Finished `release` profile [optimized] target(s) in 57.63s |
2858 | 2025-07-15T20:08:55.722Z | |
2859 | 2025-07-15T20:08:55.722Z | real 57.801540696 |
2860 | 2025-07-15T20:08:55.722Z | user 6:16.097804422 |
2861 | 2025-07-15T20:08:55.722Z | sys 27.467681987 |
2862 | 2025-07-15T20:08:55.722Z | trap 0.196293298 |
2863 | 2025-07-15T20:08:55.726Z | tflt 0.227287790 |
2864 | 2025-07-15T20:08:55.726Z | dflt 0.473389185 |
2865 | 2025-07-15T20:08:55.726Z | kflt 0.000000959 |
2866 | 2025-07-15T20:08:55.726Z | lock 18:24.983024365 |
2867 | 2025-07-15T20:08:55.726Z | slp 20:53.954792972 |
2868 | 2025-07-15T20:08:55.726Z | lat 26.977618936 |
2869 | 2025-07-15T20:08:55.726Z | stop 33.960752132 |
2870 | 2025-07-15T20:08:55.727Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2871 | 2025-07-15T20:08:55.727Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2872 | 2025-07-15T20:08:55.727Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2873 | 2025-07-15T20:08:55.727Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2874 | 2025-07-15T20:08:55.727Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2875 | 2025-07-15T20:08:56.930Z | Compiling regress v0.10.3 |
2876 | 2025-07-15T20:08:57.096Z | Compiling unsafe-libyaml v0.2.11 |
2877 | 2025-07-15T20:08:57.107Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2878 | 2025-07-15T20:08:57.107Z | Compiling ident_case v1.0.1 |
2879 | 2025-07-15T20:08:57.107Z | Compiling match_cfg v0.1.0 |
2880 | 2025-07-15T20:08:57.171Z | Compiling rustix v1.0.7 |
2881 | 2025-07-15T20:08:57.175Z | Compiling quick-error v1.2.3 |
2882 | 2025-07-15T20:08:57.220Z | Compiling progenitor-client v0.10.0 |
2883 | 2025-07-15T20:08:57.240Z | Compiling hostname v0.3.1 |
2884 | 2025-07-15T20:08:57.288Z | Compiling darling_core v0.20.10 |
2885 | 2025-07-15T20:08:57.364Z | Compiling rustls v0.22.4 |
2886 | 2025-07-15T20:08:57.458Z | Compiling hex v0.4.3 |
2887 | 2025-07-15T20:08:57.666Z | Compiling structmeta-derive v0.3.0 |
2888 | 2025-07-15T20:08:57.733Z | Compiling multer v3.1.0 |
2889 | 2025-07-15T20:08:57.758Z | Compiling debug-ignore v1.0.5 |
2890 | 2025-07-15T20:08:58.043Z | Compiling toml v0.8.23 |
2891 | 2025-07-15T20:08:58.192Z | Compiling slog-json v2.6.1 |
2892 | 2025-07-15T20:08:58.590Z | Compiling serde_yaml v0.9.34+deprecated |
2893 | 2025-07-15T20:08:58.885Z | Compiling tempfile v3.20.0 |
2894 | 2025-07-15T20:08:59.215Z | Compiling macaddr v1.0.1 |
2895 | 2025-07-15T20:08:59.521Z | Compiling async-stream-impl v0.3.6 |
2896 | 2025-07-15T20:08:59.684Z | Compiling dropshot v0.16.2 |
2897 | 2025-07-15T20:08:59.716Z | Compiling slog-bunyan v2.5.0 |
2898 | 2025-07-15T20:09:00.118Z | Compiling waitgroup v0.1.2 |
2899 | 2025-07-15T20:09:00.145Z | Compiling structmeta v0.3.0 |
2900 | 2025-07-15T20:09:00.375Z | Compiling rustls-pemfile v2.2.0 |
2901 | 2025-07-15T20:09:00.582Z | Compiling typify-impl v0.3.0 |
2902 | 2025-07-15T20:09:00.717Z | Compiling dropshot_endpoint v0.16.2 |
2903 | 2025-07-15T20:09:00.837Z | Compiling async-stream v0.3.6 |
2904 | 2025-07-15T20:09:00.953Z | Compiling serde_path_to_error v0.1.17 |
2905 | 2025-07-15T20:09:01.163Z | Compiling wait-timeout v0.2.0 |
2906 | 2025-07-15T20:09:01.620Z | Compiling hostname v0.4.0 |
2907 | 2025-07-15T20:09:01.715Z | Compiling bit-vec v0.8.0 |
2908 | 2025-07-15T20:09:01.749Z | Compiling rusty-fork v0.3.0 |
2909 | 2025-07-15T20:09:01.868Z | Compiling rand_xorshift v0.4.0 |
2910 | 2025-07-15T20:09:02.003Z | Compiling instant v0.1.13 |
2911 | 2025-07-15T20:09:02.189Z | Compiling bit-set v0.8.0 |
2912 | 2025-07-15T20:09:02.211Z | Compiling tokio-rustls v0.25.0 |
2913 | 2025-07-15T20:09:02.216Z | Compiling unarray v0.1.4 |
2914 | 2025-07-15T20:09:02.420Z | Compiling test-strategy v0.4.1 |
2915 | 2025-07-15T20:09:02.451Z | Compiling proptest v1.7.0 |
2916 | 2025-07-15T20:09:02.501Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2917 | 2025-07-15T20:09:02.659Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2918 | 2025-07-15T20:09:02.704Z | Compiling progenitor-client v0.9.1 |
2919 | 2025-07-15T20:09:03.000Z | Compiling darling_macro v0.20.10 |
2920 | 2025-07-15T20:09:03.277Z | Compiling derive-where v1.5.0 |
2921 | 2025-07-15T20:09:03.363Z | Compiling ref-cast v1.0.24 |
2922 | 2025-07-15T20:09:03.960Z | Compiling darling v0.20.10 |
2923 | 2025-07-15T20:09:04.005Z | Compiling ref-cast-impl v1.0.24 |
2924 | 2025-07-15T20:09:04.106Z | Compiling serde_with_macros v3.14.0 |
2925 | 2025-07-15T20:09:05.349Z | Compiling parse-display-derive v0.10.0 |
2926 | 2025-07-15T20:09:05.843Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2927 | 2025-07-15T20:09:06.194Z | Compiling iddqd v0.3.8 |
2928 | 2025-07-15T20:09:06.397Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2929 | 2025-07-15T20:09:06.636Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2930 | 2025-07-15T20:09:06.681Z | Compiling serde_with v3.14.0 |
2931 | 2025-07-15T20:09:06.762Z | Compiling backoff v0.4.0 |
2932 | 2025-07-15T20:09:06.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2933 | 2025-07-15T20:09:07.149Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2934 | 2025-07-15T20:09:07.660Z | Compiling proc-macro-crate v1.3.1 |
2935 | 2025-07-15T20:09:08.422Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2936 | 2025-07-15T20:09:08.550Z | Compiling num_enum_derive v0.5.11 |
2937 | 2025-07-15T20:09:09.226Z | Compiling crucible-workspace-hack v0.1.0 |
2938 | 2025-07-15T20:09:09.308Z | Compiling parse-display v0.10.0 |
2939 | 2025-07-15T20:09:09.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2940 | 2025-07-15T20:09:09.611Z | Compiling itertools v0.13.0 |
2941 | 2025-07-15T20:09:09.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2942 | 2025-07-15T20:09:09.912Z | Compiling heapless v0.8.0 |
2943 | 2025-07-15T20:09:09.955Z | Compiling proc-macro-error v1.0.4 |
2944 | 2025-07-15T20:09:10.169Z | Compiling typify-impl v0.4.1 |
2945 | 2025-07-15T20:09:10.595Z | Compiling hash32 v0.3.1 |
2946 | 2025-07-15T20:09:10.822Z | Compiling num_enum v0.5.11 |
2947 | 2025-07-15T20:09:10.922Z | Compiling foreign-types-macros v0.2.3 |
2948 | 2025-07-15T20:09:10.946Z | Compiling foreign-types-shared v0.3.1 |
2949 | 2025-07-15T20:09:11.039Z | Compiling smoltcp v0.11.0 |
2950 | 2025-07-15T20:09:12.092Z | Compiling tabwriter v1.4.0 |
2951 | 2025-07-15T20:09:12.232Z | Compiling foreign-types v0.5.0 |
2952 | 2025-07-15T20:09:12.261Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2953 | 2025-07-15T20:09:12.385Z | Compiling cstr-argument v0.1.2 |
2954 | 2025-07-15T20:09:12.560Z | Compiling ingot-macros v0.1.0 |
2955 | 2025-07-15T20:09:12.585Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2956 | 2025-07-15T20:09:12.668Z | Compiling pretty-hex v0.2.1 |
2957 | 2025-07-15T20:09:12.926Z | Compiling cobs v0.2.3 |
2958 | 2025-07-15T20:09:12.997Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2959 | 2025-07-15T20:09:13.114Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2960 | 2025-07-15T20:09:13.233Z | Compiling postcard v1.0.10 |
2961 | 2025-07-15T20:09:13.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2962 | 2025-07-15T20:09:13.571Z | Compiling colored v2.2.0 |
2963 | 2025-07-15T20:09:13.862Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2964 | 2025-07-15T20:09:13.895Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2965 | 2025-07-15T20:09:14.388Z | Compiling itertools v0.14.0 |
2966 | 2025-07-15T20:09:14.485Z | Compiling typify-macro v0.3.0 |
2967 | 2025-07-15T20:09:14.509Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2968 | 2025-07-15T20:09:15.381Z | Compiling camino-tempfile v1.4.1 |
2969 | 2025-07-15T20:09:16.172Z | Compiling smf v0.2.3 |
2970 | 2025-07-15T20:09:17.160Z | Compiling zone_cfg_derive v0.3.0 |
2971 | 2025-07-15T20:09:17.423Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2972 | 2025-07-15T20:09:17.734Z | Compiling num-derive v0.4.2 |
2973 | 2025-07-15T20:09:17.855Z | Compiling sigpipe v0.1.3 |
2974 | 2025-07-15T20:09:18.027Z | Compiling jiff v0.2.15 |
2975 | 2025-07-15T20:09:18.096Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2976 | 2025-07-15T20:09:18.500Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2977 | 2025-07-15T20:09:18.525Z | Compiling zone v0.3.1 |
2978 | 2025-07-15T20:09:18.552Z | Compiling typify v0.3.0 |
2979 | 2025-07-15T20:09:18.747Z | Compiling progenitor-impl v0.9.1 |
2980 | 2025-07-15T20:09:18.968Z | Compiling num-rational v0.4.2 |
2981 | 2025-07-15T20:09:19.389Z | Compiling ingot-types v0.1.0 |
2982 | 2025-07-15T20:09:19.880Z | Compiling universal-hash v0.5.1 |
2983 | 2025-07-15T20:09:19.951Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2984 | 2025-07-15T20:09:20.125Z | Compiling num-complex v0.4.6 |
2985 | 2025-07-15T20:09:20.253Z | Compiling ingot v0.1.0 |
2986 | 2025-07-15T20:09:20.427Z | Compiling opaque-debug v0.3.1 |
2987 | 2025-07-15T20:09:20.577Z | Compiling half v2.4.1 |
2988 | 2025-07-15T20:09:20.795Z | Compiling float-ord v0.3.2 |
2989 | 2025-07-15T20:09:21.081Z | Compiling ciborium-io v0.2.2 |
2990 | 2025-07-15T20:09:21.157Z | Compiling num v0.4.3 |
2991 | 2025-07-15T20:09:21.185Z | Compiling secrecy v0.10.3 |
2992 | 2025-07-15T20:09:21.266Z | Compiling ciborium-ll v0.2.2 |
2993 | 2025-07-15T20:09:21.306Z | Compiling aead v0.5.2 |
2994 | 2025-07-15T20:09:21.475Z | Compiling keccak v0.1.5 |
2995 | 2025-07-15T20:09:21.698Z | Compiling ciborium v0.2.2 |
2996 | 2025-07-15T20:09:21.738Z | Compiling convert_case v0.4.0 |
2997 | 2025-07-15T20:09:22.571Z | Compiling utf-8 v0.7.6 |
2998 | 2025-07-15T20:09:22.731Z | Compiling derive_more v0.99.20 |
2999 | 2025-07-15T20:09:22.923Z | Compiling tungstenite v0.21.0 |
3000 | 2025-07-15T20:09:23.054Z | Compiling sha3 v0.10.8 |
3001 | 2025-07-15T20:09:24.088Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
3002 | 2025-07-15T20:09:24.343Z | Compiling poly1305 v0.8.0 |
3003 | 2025-07-15T20:09:24.411Z | Compiling typify-macro v0.4.1 |
3004 | 2025-07-15T20:09:24.846Z | Compiling password-hash v0.5.0 |
3005 | 2025-07-15T20:09:25.447Z | Compiling progenitor-macro v0.9.1 |
3006 | 2025-07-15T20:09:25.773Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3007 | 2025-07-15T20:09:25.956Z | Compiling chacha20 v0.9.1 |
3008 | 2025-07-15T20:09:26.765Z | Compiling blake2 v0.10.6 |
3009 | 2025-07-15T20:09:27.088Z | Compiling tokio-tungstenite v0.21.0 |
3010 | 2025-07-15T20:09:27.451Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
3011 | 2025-07-15T20:09:27.705Z | Compiling argon2 v0.5.3 |
3012 | 2025-07-15T20:09:27.967Z | Compiling base64 v0.21.7 |
3013 | 2025-07-15T20:09:28.021Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3014 | 2025-07-15T20:09:28.408Z | Compiling typify v0.4.1 |
3015 | 2025-07-15T20:09:28.618Z | Compiling progenitor-impl v0.10.0 |
3016 | 2025-07-15T20:09:28.660Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3017 | 2025-07-15T20:09:28.872Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3018 | 2025-07-15T20:09:29.075Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3019 | 2025-07-15T20:09:29.154Z | Compiling thiserror-impl-no-std v2.0.2 |
3020 | 2025-07-15T20:09:29.341Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3021 | 2025-07-15T20:09:29.395Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
3022 | 2025-07-15T20:09:29.699Z | Compiling cancel-safe-futures v0.1.5 |
3023 | 2025-07-15T20:09:29.912Z | Compiling owo-colors v4.2.2 |
3024 | 2025-07-15T20:09:29.999Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3025 | 2025-07-15T20:09:30.150Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3026 | 2025-07-15T20:09:30.680Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3027 | 2025-07-15T20:09:30.936Z | Compiling atomicwrites v0.4.4 |
3028 | 2025-07-15T20:09:30.936Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3029 | 2025-07-15T20:09:30.993Z | Compiling libsw-core v0.3.1 |
3030 | 2025-07-15T20:09:30.993Z | Compiling fixedbitset v0.5.7 |
3031 | 2025-07-15T20:09:30.994Z | Compiling semver v0.1.20 |
3032 | 2025-07-15T20:09:31.150Z | Compiling libsw v3.5.0 |
3033 | 2025-07-15T20:09:31.450Z | Compiling rustc_version v0.1.7 |
3034 | 2025-07-15T20:09:31.512Z | Compiling petgraph v0.8.2 |
3035 | 2025-07-15T20:09:31.883Z | Compiling thiserror-no-std v2.0.2 |
3036 | 2025-07-15T20:09:32.043Z | Compiling vsss-rs v3.3.4 |
3037 | 2025-07-15T20:09:32.237Z | Compiling chacha20poly1305 v0.10.1 |
3038 | 2025-07-15T20:09:32.510Z | Compiling typify-impl v0.2.0 |
3039 | 2025-07-15T20:09:32.534Z | Compiling resolv-conf v0.7.0 |
3040 | 2025-07-15T20:09:33.281Z | Compiling newline-converter v0.3.0 |
3041 | 2025-07-15T20:09:33.317Z | Compiling primeorder v0.13.6 |
3042 | 2025-07-15T20:09:37.312Z | Compiling linear-map v1.2.0 |
3043 | 2025-07-15T20:09:37.312Z | Compiling indent_write v2.2.0 |
3044 | 2025-07-15T20:09:37.312Z | Compiling libefi-sys v0.1.0 |
3045 | 2025-07-15T20:09:37.450Z | Compiling moka v0.12.10 |
3046 | 2025-07-15T20:09:37.450Z | Compiling expectorate v1.2.0 |
3047 | 2025-07-15T20:09:37.450Z | Compiling newtype_derive v0.1.6 |
3048 | 2025-07-15T20:09:37.450Z | Compiling pem v3.0.5 |
3049 | 2025-07-15T20:09:37.450Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3050 | 2025-07-15T20:09:37.450Z | Compiling bitfield-struct v0.6.2 |
3051 | 2025-07-15T20:09:37.450Z | Compiling pin-project-internal v1.1.6 |
3052 | 2025-07-15T20:09:37.450Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3053 | 2025-07-15T20:09:37.450Z | Compiling progenitor-macro v0.10.0 |
3054 | 2025-07-15T20:09:37.450Z | Compiling unicase v2.7.0 |
3055 | 2025-07-15T20:09:37.450Z | Compiling same-file v1.0.6 |
3056 | 2025-07-15T20:09:37.450Z | Compiling tagptr v0.2.0 |
3057 | 2025-07-15T20:09:37.450Z | Compiling arc-swap v1.7.1 |
3058 | 2025-07-15T20:09:37.450Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3059 | 2025-07-15T20:09:37.450Z | Compiling slog-scope v4.4.0 |
3060 | 2025-07-15T20:09:37.450Z | Compiling walkdir v2.5.0 |
3061 | 2025-07-15T20:09:37.803Z | Compiling pin-project v1.1.6 |
3062 | 2025-07-15T20:09:37.834Z | Compiling polyval v0.6.2 |
3063 | 2025-07-15T20:09:37.995Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3064 | 2025-07-15T20:09:38.221Z | Compiling hickory-proto v0.24.4 |
3065 | 2025-07-15T20:09:38.272Z | Compiling progenitor v0.9.1 |
3066 | 2025-07-15T20:09:38.296Z | Compiling snafu-derive v0.8.5 |
3067 | 2025-07-15T20:09:38.323Z | Compiling proc-macro-error-attr2 v2.0.0 |
3068 | 2025-07-15T20:09:38.541Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3069 | 2025-07-15T20:09:38.639Z | Compiling salty v0.3.0 |
3070 | 2025-07-15T20:09:38.815Z | Compiling parking_lot_core v0.8.6 |
3071 | 2025-07-15T20:09:39.111Z | Compiling linked-hash-map v0.5.6 |
3072 | 2025-07-15T20:09:39.150Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3073 | 2025-07-15T20:09:39.315Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3074 | 2025-07-15T20:09:39.377Z | Compiling proc-macro-error2 v2.0.1 |
3075 | 2025-07-15T20:09:39.456Z | Compiling lru-cache v0.1.2 |
3076 | 2025-07-15T20:09:40.026Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3077 | 2025-07-15T20:09:40.160Z | Compiling hickory-resolver v0.25.2 |
3078 | 2025-07-15T20:09:40.252Z | Compiling ghash v0.5.1 |
3079 | 2025-07-15T20:09:40.583Z | Compiling slog-stdlog v4.1.1 |
3080 | 2025-07-15T20:09:40.967Z | Compiling p384 v0.13.0 |
3081 | 2025-07-15T20:09:40.999Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3082 | 2025-07-15T20:09:42.027Z | Compiling globset v0.4.15 |
3083 | 2025-07-15T20:09:42.462Z | Compiling olpc-cjson v0.1.4 |
3084 | 2025-07-15T20:09:42.778Z | Compiling num-derive v0.3.3 |
3085 | 2025-07-15T20:09:43.084Z | Compiling snafu v0.8.5 |
3086 | 2025-07-15T20:09:43.564Z | Compiling ctr v0.9.2 |
3087 | 2025-07-15T20:09:43.848Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3088 | 2025-07-15T20:09:43.977Z | Compiling gethostname v0.5.0 |
3089 | 2025-07-15T20:09:44.210Z | Compiling lzma-sys v0.1.20 |
3090 | 2025-07-15T20:09:44.782Z | Compiling serde_plain v1.0.2 |
3091 | 2025-07-15T20:09:44.915Z | Compiling async-recursion v1.1.1 |
3092 | 2025-07-15T20:09:44.987Z | Compiling slog-dtrace v0.3.0 |
3093 | 2025-07-15T20:09:45.181Z | Compiling highway v1.3.0 |
3094 | 2025-07-15T20:09:45.366Z | Compiling typed-path v0.9.3 |
3095 | 2025-07-15T20:09:45.671Z | Compiling xshell-macros v0.2.7 |
3096 | 2025-07-15T20:09:45.777Z | Compiling papergrid v0.14.0 |
3097 | 2025-07-15T20:09:46.093Z | Compiling libscf-sys v1.1.0 |
3098 | 2025-07-15T20:09:46.176Z | Compiling typify-macro v0.2.0 |
3099 | 2025-07-15T20:09:46.351Z | Compiling aes-gcm v0.10.3 |
3100 | 2025-07-15T20:09:46.384Z | Compiling hickory-resolver v0.24.4 |
3101 | 2025-07-15T20:09:46.416Z | Compiling xshell v0.2.7 |
3102 | 2025-07-15T20:09:46.694Z | Compiling mime_guess v2.0.5 |
3103 | 2025-07-15T20:09:47.530Z | Compiling tough v0.20.0 |
3104 | 2025-07-15T20:09:47.790Z | Compiling progenitor v0.10.0 |
3105 | 2025-07-15T20:09:47.856Z | Compiling slog-envlogger v2.2.0 |
3106 | 2025-07-15T20:09:48.059Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3107 | 2025-07-15T20:09:48.412Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3108 | 2025-07-15T20:09:48.542Z | Compiling steno v0.4.1 |
3109 | 2025-07-15T20:09:49.399Z | Compiling tabled_derive v0.10.0 |
3110 | 2025-07-15T20:09:50.066Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3111 | 2025-07-15T20:09:50.137Z | Compiling typify v0.2.0 |
3112 | 2025-07-15T20:09:50.356Z | Compiling progenitor-impl v0.8.0 |
3113 | 2025-07-15T20:09:52.212Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3114 | 2025-07-15T20:09:52.442Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3115 | 2025-07-15T20:09:52.720Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3116 | 2025-07-15T20:09:53.333Z | Compiling heck v0.3.3 |
3117 | 2025-07-15T20:09:53.374Z | Compiling tokio-dtrace v0.1.0 |
3118 | 2025-07-15T20:09:53.569Z | Compiling progenitor-client v0.8.0 |
3119 | 2025-07-15T20:09:53.736Z | Compiling ssh-encoding v0.2.0 |
3120 | 2025-07-15T20:09:53.836Z | Compiling blowfish v0.9.1 |
3121 | 2025-07-15T20:09:54.102Z | Compiling env_filter v0.1.2 |
3122 | 2025-07-15T20:09:54.279Z | Compiling nibble_vec v0.1.0 |
3123 | 2025-07-15T20:09:54.328Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3124 | 2025-07-15T20:09:54.525Z | Compiling humantime v2.2.0 |
3125 | 2025-07-15T20:09:54.622Z | Compiling endian-type v0.1.2 |
3126 | 2025-07-15T20:09:54.755Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3127 | 2025-07-15T20:09:54.782Z | Compiling env_logger v0.11.5 |
3128 | 2025-07-15T20:09:54.893Z | Compiling radix_trie v0.2.1 |
3129 | 2025-07-15T20:09:54.976Z | Compiling ssh-cipher v0.2.0 |
3130 | 2025-07-15T20:09:55.030Z | Compiling bcrypt-pbkdf v0.10.0 |
3131 | 2025-07-15T20:09:55.417Z | Compiling zone_cfg_derive v0.1.2 |
3132 | 2025-07-15T20:09:55.538Z | Compiling oxide-tokio-rt v0.1.2 |
3133 | 2025-07-15T20:09:55.644Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3134 | 2025-07-15T20:09:56.391Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3135 | 2025-07-15T20:09:56.569Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3136 | 2025-07-15T20:09:56.809Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3137 | 2025-07-15T20:09:56.992Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3138 | 2025-07-15T20:09:57.180Z | Compiling progenitor-macro v0.8.0 |
3139 | 2025-07-15T20:09:57.776Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3140 | 2025-07-15T20:09:58.525Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3141 | 2025-07-15T20:09:59.997Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3142 | 2025-07-15T20:10:00.939Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3143 | 2025-07-15T20:10:01.233Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3144 | 2025-07-15T20:10:01.728Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3145 | 2025-07-15T20:10:02.017Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3146 | 2025-07-15T20:10:05.234Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3147 | 2025-07-15T20:10:05.303Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3148 | 2025-07-15T20:10:05.303Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3149 | 2025-07-15T20:10:05.312Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3150 | 2025-07-15T20:10:05.312Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3151 | 2025-07-15T20:10:05.693Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3152 | 2025-07-15T20:10:06.460Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3153 | 2025-07-15T20:10:07.183Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3154 | 2025-07-15T20:10:09.515Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3155 | 2025-07-15T20:10:10.024Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3156 | 2025-07-15T20:10:10.052Z | Compiling progenitor v0.8.0 |
3157 | 2025-07-15T20:10:10.086Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3158 | 2025-07-15T20:10:10.332Z | Compiling parking_lot v0.11.2 |
3159 | 2025-07-15T20:10:10.488Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3160 | 2025-07-15T20:10:10.572Z | Compiling tabled v0.18.0 |
3161 | 2025-07-15T20:10:10.866Z | Compiling qorb v0.4.0 |
3162 | 2025-07-15T20:10:11.148Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3163 | 2025-07-15T20:10:11.472Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3164 | 2025-07-15T20:10:11.981Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3165 | 2025-07-15T20:10:12.557Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3166 | 2025-07-15T20:10:12.583Z | Compiling prefix-trie v0.7.0 |
3167 | 2025-07-15T20:10:13.023Z | Compiling password-hash v0.4.2 |
3168 | 2025-07-15T20:10:13.435Z | Compiling fxhash v0.2.1 |
3169 | 2025-07-15T20:10:13.704Z | Compiling base64 v0.13.1 |
3170 | 2025-07-15T20:10:13.848Z | Compiling http-range v0.1.5 |
3171 | 2025-07-15T20:10:14.215Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3172 | 2025-07-15T20:10:14.290Z | Compiling ron v0.7.1 |
3173 | 2025-07-15T20:10:15.585Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3174 | 2025-07-15T20:10:15.782Z | Compiling sled v0.34.7 |
3175 | 2025-07-15T20:10:16.389Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3176 | 2025-07-15T20:10:16.993Z | Compiling pbkdf2 v0.11.0 |
3177 | 2025-07-15T20:10:17.321Z | Compiling hickory-server v0.25.2 |
3178 | 2025-07-15T20:10:17.403Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3179 | 2025-07-15T20:10:18.106Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3180 | 2025-07-15T20:10:19.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3181 | 2025-07-15T20:10:19.653Z | Compiling xz2 v0.1.7 |
3182 | 2025-07-15T20:10:20.313Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3183 | 2025-07-15T20:10:21.223Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3184 | 2025-07-15T20:10:21.673Z | Compiling zone v0.1.8 |
3185 | 2025-07-15T20:10:22.363Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3186 | 2025-07-15T20:10:22.840Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3187 | 2025-07-15T20:10:23.015Z | Compiling ssh-key v0.6.6 |
3188 | 2025-07-15T20:10:23.389Z | Compiling hickory-client v0.25.2 |
3189 | 2025-07-15T20:10:23.773Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3190 | 2025-07-15T20:10:24.081Z | Compiling p256 v0.13.2 |
3191 | 2025-07-15T20:10:24.885Z | Compiling p521 v0.13.3 |
3192 | 2025-07-15T20:10:25.232Z | Compiling yasna v0.5.2 |
3193 | 2025-07-15T20:10:25.256Z | Compiling headers-core v0.3.0 |
3194 | 2025-07-15T20:10:25.467Z | Compiling kstat-rs v0.2.4 |
3195 | 2025-07-15T20:10:26.292Z | Compiling secrecy v0.8.0 |
3196 | 2025-07-15T20:10:26.448Z | Compiling nanorand v0.7.0 |
3197 | 2025-07-15T20:10:26.453Z | Compiling russh-cryptovec v0.7.3 |
3198 | 2025-07-15T20:10:26.771Z | Compiling atty v0.2.14 |
3199 | 2025-07-15T20:10:26.797Z | Compiling md5 v0.7.0 |
3200 | 2025-07-15T20:10:26.950Z | Compiling crc8 v0.1.1 |
3201 | 2025-07-15T20:10:26.976Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3202 | 2025-07-15T20:10:26.980Z | Compiling flume v0.11.1 |
3203 | 2025-07-15T20:10:27.077Z | Compiling russh-keys v0.45.0 |
3204 | 2025-07-15T20:10:27.222Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3205 | 2025-07-15T20:10:27.318Z | Compiling rcgen v0.12.1 |
3206 | 2025-07-15T20:10:27.633Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3207 | 2025-07-15T20:10:29.093Z | Compiling headers v0.4.1 |
3208 | 2025-07-15T20:10:29.338Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3209 | 2025-07-15T20:10:30.201Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3210 | 2025-07-15T20:10:30.628Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3211 | 2025-07-15T20:10:30.733Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3212 | 2025-07-15T20:10:31.184Z | Compiling hyper-staticfile v0.10.1 |
3213 | 2025-07-15T20:10:32.256Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3214 | 2025-07-15T20:10:32.899Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3215 | 2025-07-15T20:10:33.151Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3216 | 2025-07-15T20:10:33.823Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3217 | 2025-07-15T20:10:34.736Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3218 | 2025-07-15T20:10:35.037Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3219 | 2025-07-15T20:10:35.585Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3220 | 2025-07-15T20:10:36.125Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3221 | 2025-07-15T20:10:36.481Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3222 | 2025-07-15T20:10:37.785Z | Compiling num-bigint v0.4.6 |
3223 | 2025-07-15T20:10:37.899Z | Compiling des v0.8.1 |
3224 | 2025-07-15T20:10:38.288Z | Compiling subprocess v0.2.9 |
3225 | 2025-07-15T20:10:38.753Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3226 | 2025-07-15T20:10:39.659Z | Compiling display-error-chain v0.2.2 |
3227 | 2025-07-15T20:10:39.849Z | Compiling hex-literal v0.4.1 |
3228 | 2025-07-15T20:10:39.919Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3229 | 2025-07-15T20:10:40.065Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3230 | 2025-07-15T20:10:42.307Z | Compiling russh v0.45.0 |
3231 | 2025-07-15T20:10:42.966Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3232 | 2025-07-15T20:10:43.078Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3233 | 2025-07-15T20:10:43.589Z | Compiling internet-checksum v0.2.1 |
3234 | 2025-07-15T20:10:47.438Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3235 | 2025-07-15T20:10:49.112Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-07-15T20:11:12.775Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3237 | 2025-07-15T20:11:39.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
3238 | 2025-07-15T20:11:39.666Z | |
3239 | 2025-07-15T20:11:39.669Z | real 2:43.854380806 |
3240 | 2025-07-15T20:11:39.669Z | user 14:50.663720975 |
3241 | 2025-07-15T20:11:39.669Z | sys 2:06.834190022 |
3242 | 2025-07-15T20:11:39.669Z | trap 0.448481329 |
3243 | 2025-07-15T20:11:39.669Z | tflt 0.215694658 |
3244 | 2025-07-15T20:11:39.669Z | dflt 0.957402173 |
3245 | 2025-07-15T20:11:39.669Z | kflt 0.000023156 |
3246 | 2025-07-15T20:11:39.669Z | lock 40:29.386156429 |
3247 | 2025-07-15T20:11:39.669Z | slp 54:14.113561165 |
3248 | 2025-07-15T20:11:39.669Z | lat 52.701581757 |
3249 | 2025-07-15T20:11:39.669Z | stop 2:16.727484964 |
3250 | 2025-07-15T20:11:39.669Z | + mkdir tests |
3251 | 2025-07-15T20:11:39.672Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3252 | 2025-07-15T20:11:39.672Z | + xargs -I '{}' -t cp '{}' tests/ |
3253 | 2025-07-15T20:11:39.714Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-edbb0a84bd669b6d tests/ |
3254 | 2025-07-15T20:11:39.740Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d75c928e7fa8ec2 tests/ |
3255 | 2025-07-15T20:11:39.766Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0ed667baedd5eb80 tests/ |
3256 | 2025-07-15T20:11:39.799Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9157d53345f0174d tests/ |
3257 | 2025-07-15T20:11:40.509Z | + 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/*) |
3258 | 2025-07-15T20:11:40.551Z | + 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-8d75c928e7fa8ec2 tests/commtest-0ed667baedd5eb80 tests/dhcp_server-edbb0a84bd669b6d tests/end_to_end_tests-9157d53345f0174d 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 |
3259 | 2025-07-15T20:13:15.832Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3260 | 2025-07-15T20:13:15.832Z | a .github/buildomat/ci-env.sh 1K |
3261 | 2025-07-15T20:13:15.832Z | a out/target/test 1K |
3262 | 2025-07-15T20:13:15.832Z | a out/npuzone/npuzone 23144K |
3263 | 2025-07-15T20:13:15.832Z | a package-manifest.toml 34K |
3264 | 2025-07-15T20:13:15.832Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3265 | 2025-07-15T20:13:15.832Z | a target/release/omicron-package 40896K |
3266 | 2025-07-15T20:13:15.832Z | a target/release/xtask 11595K |
3267 | 2025-07-15T20:13:15.832Z | a target/debug/bootstrap 243174K |
3268 | 2025-07-15T20:13:15.832Z | a tests/bootstrap-8d75c928e7fa8ec2 23336K |
3269 | 2025-07-15T20:13:15.832Z | a tests/commtest-0ed667baedd5eb80 29495K |
3270 | 2025-07-15T20:13:15.832Z | a tests/dhcp_server-edbb0a84bd669b6d 23336K |
3271 | 2025-07-15T20:13:15.832Z | a tests/end_to_end_tests-9157d53345f0174d 325441K |
3272 | 2025-07-15T20:13:15.832Z | a out/clickhouse.tar.gz 319921K |
3273 | 2025-07-15T20:13:15.832Z | a out/clickhouse_keeper.tar.gz 303773K |
3274 | 2025-07-15T20:13:15.832Z | a out/clickhouse_server.tar.gz 319921K |
3275 | 2025-07-15T20:13:15.832Z | a out/cockroachdb.tar.gz 162579K |
3276 | 2025-07-15T20:13:15.832Z | a out/crucible-dtrace.tar 98K |
3277 | 2025-07-15T20:13:15.832Z | a out/crucible-pantry-zone.tar.gz 38983K |
3278 | 2025-07-15T20:13:15.832Z | a out/crucible-zone.tar.gz 48867K |
3279 | 2025-07-15T20:13:15.832Z | a out/external-dns.tar.gz 50591K |
3280 | 2025-07-15T20:13:15.832Z | a out/internal-dns.tar.gz 50590K |
3281 | 2025-07-15T20:13:15.832Z | a out/mg-ddm-gz.tar 90846K |
3282 | 2025-07-15T20:13:15.832Z | a out/nexus.tar.gz 131508K |
3283 | 2025-07-15T20:13:15.832Z | a out/ntp.tar.gz 33050K |
3284 | 2025-07-15T20:13:15.832Z | a out/omicron-gateway-softnpu.tar.gz 30127K |
3285 | 2025-07-15T20:13:15.832Z | a out/omicron-sled-agent.tar 138553K |
3286 | 2025-07-15T20:13:15.832Z | a out/overlay.tar.gz 3K |
3287 | 2025-07-15T20:13:15.832Z | a out/oximeter.tar.gz 63476K |
3288 | 2025-07-15T20:13:15.832Z | a out/oxlog.tar 3947K |
3289 | 2025-07-15T20:13:15.832Z | a out/probe.tar.gz 3037K |
3290 | 2025-07-15T20:13:15.832Z | a out/propolis-server.tar.gz 68537K |
3291 | 2025-07-15T20:13:15.832Z | a out/pumpkind-gz.tar 26648K |
3292 | 2025-07-15T20:13:15.833Z | a out/switch-softnpu.tar.gz 338043K |
3293 | 2025-07-15T20:13:15.840Z | |
3294 | 2025-07-15T20:13:15.840Z | real 1:35.532723088 |
3295 | 2025-07-15T20:13:15.840Z | user 1:31.471817749 |
3296 | 2025-07-15T20:13:15.840Z | sys 5.907113361 |
3297 | 2025-07-15T20:13:15.840Z | trap 0.021569479 |
3298 | 2025-07-15T20:13:15.840Z | tflt 0.000000000 |
3299 | 2025-07-15T20:13:15.840Z | dflt 0.000000000 |
3300 | 2025-07-15T20:13:15.840Z | kflt 0.000000000 |
3301 | 2025-07-15T20:13:15.841Z | lock 0.000000000 |
3302 | 2025-07-15T20:13:15.841Z | slp 1:31.141796838 |
3303 | 2025-07-15T20:13:15.841Z | lat 2.516919959 |
3304 | 2025-07-15T20:13:15.841Z | stop 0.000508144 |
3305 | 2025-07-15T20:13:15.841Z | process exited: duration 2098018 ms, exit code 0 |
|
3306 | 2025-07-15T20:13:15.900Z | found 1 output files |
3307 | 2025-07-15T20:13:15.900Z | uploading: /work/package.tar.gz (2231543263 bytes) |
3308 | 2025-07-15T20:14:14.022Z | uploaded: /work/package.tar.gz |