|
|
|
1 | 2025-06-30T22:04:34.650Z | job assigned to worker 01JZ1DVSTPPSEMESQY6S2G3HE6 [factory aws, i-091f275bf0e19047d] (queued for 1 m 2 s) |
|
2 | 2025-06-30T22:04:43.563Z | starting task 0: "setup" |
3 | 2025-06-30T22:04:43.568Z | ++ uname -s |
4 | 2025-06-30T22:04:43.573Z | + kern=SunOS |
5 | 2025-06-30T22:04:43.573Z | + build_user=build |
6 | 2025-06-30T22:04:43.574Z | + build_uid=12345 |
7 | 2025-06-30T22:04:43.574Z | + work_dir=/work |
8 | 2025-06-30T22:04:43.574Z | + input_dir=/input |
9 | 2025-06-30T22:04:43.574Z | + [[ 0 == 12345 ]] |
10 | 2025-06-30T22:04:43.574Z | + case "$kern" in |
11 | 2025-06-30T22:04:43.574Z | + groupadd -g 12345 build |
12 | 2025-06-30T22:04:43.577Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-30T22:04:45.582Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-30T22:04:45.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-30T22:04:45.709Z | + home_fs=zfs |
16 | 2025-06-30T22:04:45.709Z | + [[ zfs == autofs ]] |
17 | 2025-06-30T22:04:45.709Z | + mkdir -p /home/build |
18 | 2025-06-30T22:04:45.709Z | + chown build:build /home/build /work |
19 | 2025-06-30T22:04:47.711Z | + chmod 0700 /home/build /work |
20 | 2025-06-30T22:04:47.715Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-06-30T22:04:47.722Z | starting task 1: "rust-toolchain" |
22 | 2025-06-30T22:04:47.727Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-30T22:04:47.727Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-30T22:04:47.727Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-30T22:04:47.727Z | * rust toolchain profile = "default" |
26 | 2025-06-30T22:04:47.727Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-30T22:04:47.727Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-30T22:04:47.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-30T22:04:47.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-30T22:04:47.847Z | info: downloading installer |
31 | 2025-06-30T22:04:49.087Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-30T22:04:49.087Z | warn: /opt/ooce/bin |
33 | 2025-06-30T22:04:49.087Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-30T22:04:49.087Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-30T22:04:49.087Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-30T22:04:49.087Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-30T22:04:49.087Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-30T22:04:49.087Z | error: cannot install while Rust is installed |
39 | 2025-06-30T22:04:49.087Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-30T22:04:49.099Z | info: profile set to 'default' |
41 | 2025-06-30T22:04:49.099Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-30T22:04:49.103Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-30T22:04:49.271Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-30T22:04:49.271Z | info: downloading component 'cargo' |
45 | 2025-06-30T22:04:50.044Z | info: downloading component 'clippy' |
46 | 2025-06-30T22:04:50.362Z | info: downloading component 'rust-docs' |
47 | 2025-06-30T22:04:51.562Z | info: downloading component 'rust-std' |
48 | 2025-06-30T22:04:53.475Z | info: downloading component 'rustc' |
49 | 2025-06-30T22:05:00.811Z | info: downloading component 'rustfmt' |
50 | 2025-06-30T22:05:01.052Z | info: installing component 'cargo' |
51 | 2025-06-30T22:05:01.941Z | info: installing component 'clippy' |
52 | 2025-06-30T22:05:02.338Z | info: installing component 'rust-docs' |
53 | 2025-06-30T22:05:04.151Z | info: installing component 'rust-std' |
54 | 2025-06-30T22:05:06.031Z | info: installing component 'rustc' |
55 | 2025-06-30T22:05:12.565Z | info: installing component 'rustfmt' |
56 | 2025-06-30T22:05:12.898Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-30T22:05:12.898Z | |
58 | 2025-06-30T22:05:13.307Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-30T22:05:13.307Z | |
60 | 2025-06-30T22:05:13.313Z | |
61 | 2025-06-30T22:05:13.313Z | Rust is installed now. Great! |
62 | 2025-06-30T22:05:13.313Z | |
63 | 2025-06-30T22:05:13.313Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-30T22:05:13.313Z | environment variable. This has not been done automatically. |
65 | 2025-06-30T22:05:13.313Z | |
66 | 2025-06-30T22:05:13.313Z | To configure your current shell, you need to source |
67 | 2025-06-30T22:05:13.313Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-30T22:05:13.313Z | |
69 | 2025-06-30T22:05:13.313Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-30T22:05:13.313Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-30T22:05:13.314Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-30T22:05:13.314Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-30T22:05:13.395Z | + rustup --version |
74 | 2025-06-30T22:05:13.405Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-30T22:05:13.408Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-30T22:05:13.481Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-30T22:05:13.485Z | + cargo --version |
78 | 2025-06-30T22:05:13.572Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-30T22:05:13.576Z | + rustc --version |
80 | 2025-06-30T22:05:13.682Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-30T22:05:13.688Z | process exited: duration 25960 ms, exit code 0 |
|
82 | 2025-06-30T22:05:13.695Z | starting task 2: "authentication" |
83 | 2025-06-30T22:05:13.717Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-06-30T22:05:13.724Z | starting task 3: "clone repository" |
85 | 2025-06-30T22:05:13.728Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-30T22:05:13.732Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-30T22:05:13.772Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-30T22:05:21.301Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-30T22:05:21.301Z | + git fetch origin d64b132bf067cb012ab527523917442e73126aa8 |
90 | 2025-06-30T22:05:21.639Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-30T22:05:21.642Z | * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD |
92 | 2025-06-30T22:05:21.650Z | + [[ -n dap/mgs-qorb-fix ]] |
93 | 2025-06-30T22:05:21.653Z | ++ git branch --show-current |
94 | 2025-06-30T22:05:21.653Z | + current=main |
95 | 2025-06-30T22:05:21.653Z | + [[ main != dap/mgs-qorb-fix ]] |
96 | 2025-06-30T22:05:21.653Z | + git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8 |
97 | 2025-06-30T22:05:21.657Z | + git checkout -f dap/mgs-qorb-fix |
98 | 2025-06-30T22:05:21.875Z | Switched to branch 'dap/mgs-qorb-fix' |
99 | 2025-06-30T22:05:21.878Z | + git reset --hard d64b132bf067cb012ab527523917442e73126aa8 |
100 | 2025-06-30T22:05:22.088Z | HEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix |
101 | 2025-06-30T22:05:22.092Z | process exited: duration 8363 ms, exit code 0 |
|
102 | 2025-06-30T22:05:22.099Z | starting task 4: "build" |
103 | 2025-06-30T22:05:22.104Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-30T22:05:22.107Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-30T22:05:22.107Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-30T22:05:22.107Z | + cargo --version |
107 | 2025-06-30T22:05:22.159Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-30T22:05:22.163Z | + rustc --version |
109 | 2025-06-30T22:05:22.227Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-30T22:05:22.230Z | + WORK=/work |
111 | 2025-06-30T22:05:22.230Z | + pfexec mkdir -p /work |
112 | 2025-06-30T22:05:22.236Z | + pfexec chown build /work |
113 | 2025-06-30T22:05:22.239Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-06-30T22:05:31.973Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-06-30T22:05:38.827Z | Startup: Caching catalogs ... Done |
116 | 2025-06-30T22:05:42.676Z | Planning: Solver setup ... Done (2.567s) |
117 | 2025-06-30T22:05:42.699Z | Planning: Running solver ... Done (0.023s) |
118 | 2025-06-30T22:05:42.782Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-06-30T22:05:42.795Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-06-30T22:05:42.931Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-06-30T22:05:42.980Z | Planning: Package planning ... Done (0.048s) |
122 | 2025-06-30T22:05:43.029Z | Planning: Merging actions ... Done (0.050s) |
123 | 2025-06-30T22:05:43.319Z | Planning: Checking for conflicting actions ... Done (0.290s) |
124 | 2025-06-30T22:05:43.330Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-06-30T22:05:44.414Z | Planning: Evaluating mediators ... Done (1.081s) |
126 | 2025-06-30T22:05:44.428Z | Planning: Planning completed in 5.47 seconds |
127 | 2025-06-30T22:05:44.437Z | Packages to install: 4 |
128 | 2025-06-30T22:05:44.437Z | Mediators to change: 2 |
129 | 2025-06-30T22:05:44.437Z | Services to change: 1 |
130 | 2025-06-30T22:05:44.460Z | Estimated space available: 155.50 GB |
131 | 2025-06-30T22:05:44.461Z | Estimated space to be consumed: 1.69 GB |
132 | 2025-06-30T22:05:44.461Z | Create boot environment: No |
133 | 2025-06-30T22:05:44.461Z | Create backup boot environment: No |
134 | 2025-06-30T22:05:44.461Z | Rebuild boot archive: No |
135 | 2025-06-30T22:05:44.461Z | |
136 | 2025-06-30T22:05:44.461Z | Changed mediators: |
137 | 2025-06-30T22:05:44.461Z | mediator clang: |
138 | 2025-06-30T22:05:44.461Z | version: None -> 15 (system default) |
139 | 2025-06-30T22:05:44.461Z | |
140 | 2025-06-30T22:05:44.461Z | mediator llvm: |
141 | 2025-06-30T22:05:44.461Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-06-30T22:05:44.461Z | |
143 | 2025-06-30T22:05:44.461Z | Changed packages: |
144 | 2025-06-30T22:05:44.461Z | helios-dev |
145 | 2025-06-30T22:05:44.461Z | developer/build-essential |
146 | 2025-06-30T22:05:44.461Z | None -> 11-2.0 |
147 | 2025-06-30T22:05:44.461Z | library/libxmlsec1 |
148 | 2025-06-30T22:05:44.461Z | None -> 1.2.35-2.0 |
149 | 2025-06-30T22:05:44.461Z | ooce/developer/clang-15 |
150 | 2025-06-30T22:05:44.461Z | None -> 15.0.7-2.0 |
151 | 2025-06-30T22:05:44.461Z | ooce/developer/llvm-15 |
152 | 2025-06-30T22:05:44.461Z | None -> 15.0.7-2.0 |
153 | 2025-06-30T22:05:44.461Z | |
154 | 2025-06-30T22:05:44.461Z | Services: |
155 | 2025-06-30T22:05:44.461Z | restart_fmri: |
156 | 2025-06-30T22:05:44.462Z | svc:/system/update-man-index:default |
157 | 2025-06-30T22:05:44.501Z | |
158 | 2025-06-30T22:05:44.501Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-06-30T22:05:49.492Z | Download: 911/3290 items 18.9/212.6MB 8% complete (3.8M/s) |
160 | 2025-06-30T22:05:54.495Z | Download: 1308/3290 items 115.1/212.6MB 54% complete (11.6M/s) |
161 | 2025-06-30T22:05:59.495Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (18.4M/s) |
162 | 2025-06-30T22:06:00.018Z | Download: Completed 212.60 MB in 15.52 seconds (13.7M/s) |
163 | 2025-06-30T22:06:00.266Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2025-06-30T22:06:04.847Z | Actions: Completed 3689 actions in 4.49 seconds. |
165 | 2025-06-30T22:06:05.090Z | Done (0.334s) |
166 | 2025-06-30T22:06:05.090Z | Done (0.000s) |
167 | 2025-06-30T22:06:05.918Z | Done (0.825s) |
168 | 2025-06-30T22:06:10.340Z | Done (4.116s) |
169 | 2025-06-30T22:06:10.430Z | Done (0.019s) |
170 | 2025-06-30T22:06:10.440Z | Done (0.000s) |
171 | 2025-06-30T22:06:10.589Z | Done (0.000s) |
172 | 2025-06-30T22:06:11.476Z | Planning: Evaluating mediator changes ... Done |
173 | 2025-06-30T22:06:11.583Z | Planning: Checking for conflicting actions ... Done |
174 | 2025-06-30T22:06:11.587Z | Planning: Consolidating action changes ... Done |
175 | 2025-06-30T22:06:11.858Z | Planning: Evaluating mediators ... Done |
176 | 2025-06-30T22:06:11.863Z | Planning: Planning completed in 0.44 seconds |
177 | 2025-06-30T22:06:11.893Z | Mediators to change: 2 |
178 | 2025-06-30T22:06:11.897Z | Create boot environment: No |
179 | 2025-06-30T22:06:11.897Z | Create backup boot environment: No |
180 | 2025-06-30T22:06:11.964Z | Done |
181 | 2025-06-30T22:06:11.964Z | Done |
182 | 2025-06-30T22:06:12.572Z | Done |
183 | 2025-06-30T22:06:16.265Z | Done |
184 | 2025-06-30T22:06:16.387Z | Done |
185 | 2025-06-30T22:06:16.387Z | Done |
186 | 2025-06-30T22:06:16.431Z | Done |
187 | 2025-06-30T22:06:17.006Z | Planning: Evaluating mediator changes ... Done |
188 | 2025-06-30T22:06:17.050Z | Planning: Merging actions ... Done |
189 | 2025-06-30T22:06:17.222Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-06-30T22:06:17.237Z | Planning: Consolidating action changes ... Done |
191 | 2025-06-30T22:06:17.489Z | Planning: Evaluating mediators ... Done |
192 | 2025-06-30T22:06:17.532Z | Planning: Planning completed in 0.77 seconds |
193 | 2025-06-30T22:06:17.548Z | Packages to change: 1 |
194 | 2025-06-30T22:06:17.553Z | Mediators to change: 1 |
195 | 2025-06-30T22:06:17.553Z | Services to change: 1 |
196 | 2025-06-30T22:06:17.553Z | Create boot environment: No |
197 | 2025-06-30T22:06:17.553Z | Create backup boot environment: Yes |
198 | 2025-06-30T22:06:22.006Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2025-06-30T22:06:22.006Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2025-06-30T22:06:22.006Z | Done |
201 | 2025-06-30T22:06:22.006Z | Done |
202 | 2025-06-30T22:06:22.006Z | Done |
203 | 2025-06-30T22:06:23.656Z | Done |
204 | 2025-06-30T22:06:23.741Z | Done |
205 | 2025-06-30T22:06:23.746Z | Done |
206 | 2025-06-30T22:06:23.896Z | Done |
207 | 2025-06-30T22:06:24.333Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2025-06-30T22:06:24.333Z | clang system 15 system |
209 | 2025-06-30T22:06:24.333Z | csh system system illumos |
210 | 2025-06-30T22:06:24.333Z | ctags system system illumos |
211 | 2025-06-30T22:06:24.333Z | file system system illumos |
212 | 2025-06-30T22:06:24.333Z | gcc vendor 12 vendor |
213 | 2025-06-30T22:06:24.333Z | gcc system 10 system |
214 | 2025-06-30T22:06:24.333Z | gcc system 7 system |
215 | 2025-06-30T22:06:24.333Z | go system 1.20 system |
216 | 2025-06-30T22:06:24.333Z | go system 1.19 system |
217 | 2025-06-30T22:06:24.333Z | llvm system 15 system |
218 | 2025-06-30T22:06:24.333Z | llvm system 14 system |
219 | 2025-06-30T22:06:24.333Z | mariadb system 10.6 system |
220 | 2025-06-30T22:06:24.333Z | mta vendor vendor dma |
221 | 2025-06-30T22:06:24.334Z | openjdk system 17 system |
222 | 2025-06-30T22:06:24.334Z | openjdk system 11 system |
223 | 2025-06-30T22:06:24.334Z | openjdk system 1.8 system |
224 | 2025-06-30T22:06:24.334Z | openssl vendor 3 vendor |
225 | 2025-06-30T22:06:24.334Z | perl system 5.36 system |
226 | 2025-06-30T22:06:24.334Z | postgresql system 15 system |
227 | 2025-06-30T22:06:24.334Z | postgresql system 13 system |
228 | 2025-06-30T22:06:24.334Z | python vendor 3 vendor |
229 | 2025-06-30T22:06:24.334Z | python system 2 system |
230 | 2025-06-30T22:06:24.334Z | python3 system 3.11 system |
231 | 2025-06-30T22:06:24.334Z | ruby system 3.0 system |
232 | 2025-06-30T22:06:24.334Z | words vendor vendor american-english |
233 | 2025-06-30T22:06:24.334Z | words system system australian-english |
234 | 2025-06-30T22:06:24.334Z | words system system british-english |
235 | 2025-06-30T22:06:24.334Z | words system system canadian-english |
236 | 2025-06-30T22:06:24.334Z | words system system french |
237 | 2025-06-30T22:06:24.334Z | words system system italian |
238 | 2025-06-30T22:06:24.334Z | words system system ngerman |
239 | 2025-06-30T22:06:24.334Z | words system system ogerman |
240 | 2025-06-30T22:06:24.334Z | words system system spanish |
241 | 2025-06-30T22:06:24.663Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-06-30T22:06:24.663Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-06-30T22:06:29.188Z | FMRI IFO |
244 | 2025-06-30T22:06:29.188Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-06-30T22:06:29.188Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-06-30T22:06:29.188Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
250 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
252 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
255 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
258 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-06-30T22:06:29.189Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-06-30T22:06:30.159Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-06-30T22:06:30.471Z | Updating crates.io index |
262 | 2025-06-30T22:06:30.476Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
263 | 2025-06-30T22:06:30.848Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-06-30T22:06:31.433Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-06-30T22:06:31.758Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-06-30T22:06:32.028Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
267 | 2025-06-30T22:06:32.347Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-06-30T22:06:33.510Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-06-30T22:06:35.479Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-06-30T22:06:36.335Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-06-30T22:06:37.198Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-06-30T22:06:37.535Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-06-30T22:06:37.857Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-06-30T22:06:38.529Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
275 | 2025-06-30T22:06:38.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
276 | 2025-06-30T22:06:39.261Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
277 | 2025-06-30T22:06:39.855Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2025-06-30T22:06:40.121Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-06-30T22:06:40.402Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-06-30T22:06:40.711Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-06-30T22:06:41.021Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-06-30T22:06:41.362Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2025-06-30T22:06:41.702Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
284 | 2025-06-30T22:06:42.013Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-06-30T22:06:43.041Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2025-06-30T22:06:43.523Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
287 | 2025-06-30T22:06:43.914Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-06-30T22:06:44.222Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2025-06-30T22:06:44.666Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2025-06-30T22:06:45.172Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2025-06-30T22:06:45.438Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2025-06-30T22:06:45.758Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2025-06-30T22:06:46.099Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
294 | 2025-06-30T22:06:54.532Z | Updating git repository `https://github.com/illumos/smf-rs` |
295 | 2025-06-30T22:06:55.985Z | Downloading crates ... |
296 | 2025-06-30T22:06:56.025Z | Downloaded bytecount v0.6.8 |
297 | 2025-06-30T22:06:56.040Z | Downloaded autocfg v1.4.0 |
298 | 2025-06-30T22:06:56.040Z | Downloaded anstyle-parse v0.2.5 |
299 | 2025-06-30T22:06:56.040Z | Downloaded camino-tempfile v1.4.1 |
300 | 2025-06-30T22:06:56.040Z | Downloaded anstream v0.6.18 |
301 | 2025-06-30T22:06:56.040Z | Downloaded anyhow v1.0.98 |
302 | 2025-06-30T22:06:56.041Z | Downloaded anstyle-query v1.1.1 |
303 | 2025-06-30T22:06:56.041Z | Downloaded bitflags v2.9.0 |
304 | 2025-06-30T22:06:56.060Z | Downloaded icu_locid v1.5.0 |
305 | 2025-06-30T22:06:56.060Z | Downloaded unicode-xid v0.2.6 |
306 | 2025-06-30T22:06:56.061Z | Downloaded cargo-platform v0.2.0 |
307 | 2025-06-30T22:06:56.061Z | Downloaded anstyle v1.0.11 |
308 | 2025-06-30T22:06:56.061Z | Downloaded block-buffer v0.10.4 |
309 | 2025-06-30T22:06:56.061Z | Downloaded cargo-util-schemas v0.2.0 |
310 | 2025-06-30T22:06:56.061Z | Downloaded thiserror-impl v1.0.69 |
311 | 2025-06-30T22:06:56.123Z | Downloaded ordered-float v2.10.1 |
312 | 2025-06-30T22:06:56.123Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2025-06-30T22:06:56.123Z | Downloaded zerocopy-derive v0.7.35 |
314 | 2025-06-30T22:06:56.123Z | Downloaded yoke-derive v0.7.4 |
315 | 2025-06-30T22:06:56.124Z | Downloaded thiserror-impl v2.0.12 |
316 | 2025-06-30T22:06:56.124Z | Downloaded getrandom v0.3.1 |
317 | 2025-06-30T22:06:56.124Z | Downloaded tinystr v0.7.6 |
318 | 2025-06-30T22:06:56.124Z | Downloaded toml v0.8.23 |
319 | 2025-06-30T22:06:56.124Z | Downloaded form_urlencoded v1.2.1 |
320 | 2025-06-30T22:06:56.124Z | Downloaded zerofrom v0.1.4 |
321 | 2025-06-30T22:06:56.124Z | Downloaded write16 v1.0.0 |
322 | 2025-06-30T22:06:56.124Z | Downloaded idna_adapter v1.2.0 |
323 | 2025-06-30T22:06:56.125Z | Downloaded erased-serde v0.4.6 |
324 | 2025-06-30T22:06:56.125Z | Downloaded goblin v0.8.2 |
325 | 2025-06-30T22:06:56.158Z | Downloaded version_check v0.9.5 |
326 | 2025-06-30T22:06:56.158Z | Downloaded utf8parse v0.2.2 |
327 | 2025-06-30T22:06:56.158Z | Downloaded zerovec-derive v0.10.3 |
328 | 2025-06-30T22:06:56.158Z | Downloaded thread-id v4.2.2 |
329 | 2025-06-30T22:06:56.158Z | Downloaded zerofrom-derive v0.1.4 |
330 | 2025-06-30T22:06:56.158Z | Downloaded usdt-impl v0.5.0 |
331 | 2025-06-30T22:06:56.159Z | Downloaded ucd-trie v0.1.7 |
332 | 2025-06-30T22:06:56.159Z | Downloaded generic-array v0.14.7 |
333 | 2025-06-30T22:06:56.159Z | Downloaded toml_datetime v0.6.11 |
334 | 2025-06-30T22:06:56.159Z | Downloaded yoke v0.7.4 |
335 | 2025-06-30T22:06:56.159Z | Downloaded cargo_metadata v0.20.0 |
336 | 2025-06-30T22:06:56.159Z | Downloaded serde_spanned v0.6.9 |
337 | 2025-06-30T22:06:56.159Z | Downloaded displaydoc v0.2.5 |
338 | 2025-06-30T22:06:56.159Z | Downloaded icu_provider_macros v1.5.0 |
339 | 2025-06-30T22:06:56.159Z | Downloaded tabled_derive v0.7.0 |
340 | 2025-06-30T22:06:56.159Z | Downloaded usdt-macro v0.5.0 |
341 | 2025-06-30T22:06:56.159Z | Downloaded unicode-ident v1.0.18 |
342 | 2025-06-30T22:06:56.159Z | Downloaded swrite v0.1.0 |
343 | 2025-06-30T22:06:56.160Z | Downloaded toml_edit v0.22.27 |
344 | 2025-06-30T22:06:56.160Z | Downloaded url v2.5.4 |
345 | 2025-06-30T22:06:56.160Z | Downloaded strsim v0.11.1 |
346 | 2025-06-30T22:06:56.160Z | Downloaded heck v0.5.0 |
347 | 2025-06-30T22:06:56.160Z | Downloaded scroll_derive v0.12.0 |
348 | 2025-06-30T22:06:56.160Z | Downloaded cfg-if v1.0.1 |
349 | 2025-06-30T22:06:56.160Z | Downloaded cargo_toml v0.21.0 |
350 | 2025-06-30T22:06:56.160Z | Downloaded pretty-hex v0.4.1 |
351 | 2025-06-30T22:06:56.160Z | Downloaded equivalent v1.0.2 |
352 | 2025-06-30T22:06:56.160Z | Downloaded writeable v0.5.5 |
353 | 2025-06-30T22:06:56.160Z | Downloaded utf16_iter v1.0.5 |
354 | 2025-06-30T22:06:56.161Z | Downloaded usdt v0.5.0 |
355 | 2025-06-30T22:06:56.161Z | Downloaded toml_write v0.1.2 |
356 | 2025-06-30T22:06:56.161Z | Downloaded winnow v0.7.10 |
357 | 2025-06-30T22:06:56.161Z | Downloaded zerovec v0.10.4 |
358 | 2025-06-30T22:06:56.172Z | Downloaded zerocopy v0.7.35 |
359 | 2025-06-30T22:06:56.173Z | Downloaded serde-value v0.7.0 |
360 | 2025-06-30T22:06:56.173Z | Downloaded fnv v1.0.7 |
361 | 2025-06-30T22:06:56.173Z | Downloaded fastrand v2.1.1 |
362 | 2025-06-30T22:06:56.173Z | Downloaded clap_lex v0.7.4 |
363 | 2025-06-30T22:06:56.173Z | Downloaded proc-macro-error-attr v1.0.4 |
364 | 2025-06-30T22:06:56.173Z | Downloaded unicode-width v0.2.0 |
365 | 2025-06-30T22:06:56.193Z | Downloaded terminal_size v0.4.0 |
366 | 2025-06-30T22:06:56.193Z | Downloaded sha2 v0.10.9 |
367 | 2025-06-30T22:06:56.193Z | Downloaded unicode-width v0.1.14 |
368 | 2025-06-30T22:06:56.193Z | Downloaded smallvec v1.15.0 |
369 | 2025-06-30T22:06:56.193Z | Downloaded scroll v0.12.0 |
370 | 2025-06-30T22:06:56.207Z | Downloaded quote v1.0.40 |
371 | 2025-06-30T22:06:56.207Z | Downloaded icu_locid_transform_data v1.5.0 |
372 | 2025-06-30T22:06:56.207Z | Downloaded once_cell v1.21.3 |
373 | 2025-06-30T22:06:56.207Z | Downloaded pest_derive v2.7.14 |
374 | 2025-06-30T22:06:56.208Z | Downloaded icu_locid_transform v1.5.0 |
375 | 2025-06-30T22:06:56.208Z | Downloaded plain v0.2.3 |
376 | 2025-06-30T22:06:56.208Z | Downloaded memmap v0.7.0 |
377 | 2025-06-30T22:06:56.208Z | Downloaded litemap v0.7.3 |
378 | 2025-06-30T22:06:56.208Z | Downloaded icu_normalizer_data v1.5.0 |
379 | 2025-06-30T22:06:56.208Z | Downloaded macaddr v1.0.1 |
380 | 2025-06-30T22:06:56.208Z | Downloaded stable_deref_trait v1.2.0 |
381 | 2025-06-30T22:06:56.208Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2025-06-30T22:06:56.217Z | Downloaded icu_provider v1.5.0 |
383 | 2025-06-30T22:06:56.218Z | Downloaded log v0.4.27 |
384 | 2025-06-30T22:06:56.218Z | Downloaded icu_normalizer v1.5.0 |
385 | 2025-06-30T22:06:56.218Z | Downloaded byteorder v1.5.0 |
386 | 2025-06-30T22:06:56.218Z | Downloaded proc-macro-error v1.0.4 |
387 | 2025-06-30T22:06:56.218Z | Downloaded clap v4.5.40 |
388 | 2025-06-30T22:06:56.243Z | Downloaded tempfile v3.20.0 |
389 | 2025-06-30T22:06:56.243Z | Downloaded serde v1.0.219 |
390 | 2025-06-30T22:06:56.243Z | Downloaded pest_meta v2.7.14 |
391 | 2025-06-30T22:06:56.244Z | Downloaded papergrid v0.11.0 |
392 | 2025-06-30T22:06:56.263Z | Downloaded icu_properties v1.5.1 |
393 | 2025-06-30T22:06:56.263Z | Downloaded ryu v1.0.18 |
394 | 2025-06-30T22:06:56.263Z | Downloaded proc-macro2 v1.0.95 |
395 | 2025-06-30T22:06:56.264Z | Downloaded num-traits v0.2.19 |
396 | 2025-06-30T22:06:56.264Z | Downloaded synstructure v0.13.1 |
397 | 2025-06-30T22:06:56.264Z | Downloaded icu_collections v1.5.0 |
398 | 2025-06-30T22:06:56.264Z | Downloaded serde-untagged v0.1.7 |
399 | 2025-06-30T22:06:56.264Z | Downloaded itoa v1.0.11 |
400 | 2025-06-30T22:06:56.264Z | Downloaded indexmap v2.9.0 |
401 | 2025-06-30T22:06:56.292Z | Downloaded hashbrown v0.15.4 |
402 | 2025-06-30T22:06:56.292Z | Downloaded smawk v0.3.2 |
403 | 2025-06-30T22:06:56.292Z | Downloaded is_terminal_polyfill v1.70.1 |
404 | 2025-06-30T22:06:56.292Z | Downloaded heck v0.4.1 |
405 | 2025-06-30T22:06:56.292Z | Downloaded errno v0.3.12 |
406 | 2025-06-30T22:06:56.292Z | Downloaded memchr v2.7.4 |
407 | 2025-06-30T22:06:56.292Z | Downloaded percent-encoding v2.3.1 |
408 | 2025-06-30T22:06:56.292Z | Downloaded utf8_iter v1.0.4 |
409 | 2025-06-30T22:06:56.293Z | Downloaded unicode-linebreak v0.1.5 |
410 | 2025-06-30T22:06:56.293Z | Downloaded idna v1.0.3 |
411 | 2025-06-30T22:06:56.293Z | Downloaded typenum v1.17.0 |
412 | 2025-06-30T22:06:56.312Z | Downloaded thiserror v1.0.69 |
413 | 2025-06-30T22:06:56.312Z | Downloaded serde_json v1.0.140 |
414 | 2025-06-30T22:06:56.312Z | Downloaded pest v2.7.14 |
415 | 2025-06-30T22:06:56.312Z | Downloaded serde_derive v1.0.219 |
416 | 2025-06-30T22:06:56.313Z | Downloaded semver v1.0.26 |
417 | 2025-06-30T22:06:56.313Z | Downloaded clap_builder v4.5.40 |
418 | 2025-06-30T22:06:56.326Z | Downloaded pest_generator v2.7.14 |
419 | 2025-06-30T22:06:56.327Z | Downloaded tabled v0.15.0 |
420 | 2025-06-30T22:06:56.414Z | Downloaded clap_derive v4.5.40 |
421 | 2025-06-30T22:06:56.414Z | Downloaded syn v1.0.109 |
422 | 2025-06-30T22:06:56.414Z | Downloaded icu_properties_data v1.5.0 |
423 | 2025-06-30T22:06:56.414Z | Downloaded dof v0.3.0 |
424 | 2025-06-30T22:06:56.414Z | Downloaded syn v2.0.104 |
425 | 2025-06-30T22:06:56.414Z | Downloaded cpufeatures v0.2.14 |
426 | 2025-06-30T22:06:56.414Z | Downloaded colorchoice v1.0.2 |
427 | 2025-06-30T22:06:56.415Z | Downloaded digest v0.10.7 |
428 | 2025-06-30T22:06:56.415Z | Downloaded thiserror v2.0.12 |
429 | 2025-06-30T22:06:56.415Z | Downloaded rustix v1.0.7 |
430 | 2025-06-30T22:06:56.443Z | Downloaded rustix v0.38.37 |
431 | 2025-06-30T22:06:56.444Z | Downloaded fs-err v3.1.1 |
432 | 2025-06-30T22:06:56.444Z | Downloaded dtrace-parser v0.2.0 |
433 | 2025-06-30T22:06:56.444Z | Downloaded crypto-common v0.1.6 |
434 | 2025-06-30T22:06:56.444Z | Downloaded typeid v1.0.3 |
435 | 2025-06-30T22:06:56.444Z | Downloaded camino v1.1.10 |
436 | 2025-06-30T22:06:56.444Z | Downloaded textwrap v0.16.2 |
437 | 2025-06-30T22:06:56.444Z | Downloaded libc v0.2.174 |
438 | 2025-06-30T22:06:56.519Z | Compiling proc-macro2 v1.0.95 |
439 | 2025-06-30T22:06:56.519Z | Compiling unicode-ident v1.0.18 |
440 | 2025-06-30T22:06:56.533Z | Compiling serde v1.0.219 |
441 | 2025-06-30T22:06:56.533Z | Compiling version_check v0.9.5 |
442 | 2025-06-30T22:06:56.533Z | Compiling thiserror v1.0.69 |
443 | 2025-06-30T22:06:56.533Z | Compiling libc v0.2.174 |
444 | 2025-06-30T22:06:56.534Z | Compiling memchr v2.7.4 |
445 | 2025-06-30T22:06:56.534Z | Compiling stable_deref_trait v1.2.0 |
446 | 2025-06-30T22:06:56.873Z | Compiling ucd-trie v0.1.7 |
447 | 2025-06-30T22:06:56.985Z | Compiling autocfg v1.4.0 |
448 | 2025-06-30T22:06:57.362Z | Compiling ryu v1.0.18 |
449 | 2025-06-30T22:06:57.402Z | Compiling writeable v0.5.5 |
450 | 2025-06-30T22:06:57.429Z | Compiling litemap v0.7.3 |
451 | 2025-06-30T22:06:57.736Z | Compiling itoa v1.0.11 |
452 | 2025-06-30T22:06:57.790Z | Compiling once_cell v1.21.3 |
453 | 2025-06-30T22:06:57.837Z | Compiling byteorder v1.5.0 |
454 | 2025-06-30T22:06:57.907Z | Compiling bitflags v2.9.0 |
455 | 2025-06-30T22:06:57.931Z | Compiling icu_locid_transform_data v1.5.0 |
456 | 2025-06-30T22:06:58.141Z | Compiling icu_properties_data v1.5.0 |
457 | 2025-06-30T22:06:58.167Z | Compiling serde_json v1.0.140 |
458 | 2025-06-30T22:06:58.264Z | Compiling num-traits v0.2.19 |
459 | 2025-06-30T22:06:58.292Z | Compiling rustix v0.38.37 |
460 | 2025-06-30T22:06:58.396Z | Compiling write16 v1.0.0 |
461 | 2025-06-30T22:06:58.479Z | Compiling quote v1.0.40 |
462 | 2025-06-30T22:06:58.549Z | Compiling equivalent v1.0.2 |
463 | 2025-06-30T22:06:58.605Z | Compiling errno v0.3.12 |
464 | 2025-06-30T22:06:58.650Z | Compiling typeid v1.0.3 |
465 | 2025-06-30T22:06:58.712Z | Compiling utf8_iter v1.0.4 |
466 | 2025-06-30T22:06:58.736Z | Compiling icu_normalizer_data v1.5.0 |
467 | 2025-06-30T22:06:58.871Z | Compiling hashbrown v0.15.4 |
468 | 2025-06-30T22:06:58.899Z | Compiling syn v2.0.104 |
469 | 2025-06-30T22:06:58.899Z | Compiling smallvec v1.15.0 |
470 | 2025-06-30T22:06:58.948Z | Compiling utf16_iter v1.0.5 |
471 | 2025-06-30T22:06:59.217Z | Compiling usdt-impl v0.5.0 |
472 | 2025-06-30T22:06:59.240Z | Compiling proc-macro-error-attr v1.0.4 |
473 | 2025-06-30T22:06:59.244Z | Compiling winnow v0.7.10 |
474 | 2025-06-30T22:06:59.299Z | Compiling toml_write v0.1.2 |
475 | 2025-06-30T22:06:59.423Z | Compiling syn v1.0.109 |
476 | 2025-06-30T22:06:59.756Z | Compiling thread-id v4.2.2 |
477 | 2025-06-30T22:06:59.837Z | Compiling proc-macro-error v1.0.4 |
478 | 2025-06-30T22:06:59.889Z | Compiling plain v0.2.3 |
479 | 2025-06-30T22:06:59.999Z | Compiling indexmap v2.9.0 |
480 | 2025-06-30T22:07:00.073Z | Compiling semver v1.0.26 |
481 | 2025-06-30T22:07:00.101Z | Compiling rustix v1.0.7 |
482 | 2025-06-30T22:07:00.135Z | Compiling camino v1.1.10 |
483 | 2025-06-30T22:07:00.584Z | Compiling utf8parse v0.2.2 |
484 | 2025-06-30T22:07:00.774Z | Compiling percent-encoding v2.3.1 |
485 | 2025-06-30T22:07:00.850Z | Compiling log v0.4.27 |
486 | 2025-06-30T22:07:02.823Z | Compiling getrandom v0.3.1 |
487 | 2025-06-30T22:07:02.904Z | Compiling form_urlencoded v1.2.1 |
488 | 2025-06-30T22:07:02.904Z | Compiling terminal_size v0.4.0 |
489 | 2025-06-30T22:07:02.904Z | Compiling ordered-float v2.10.1 |
490 | 2025-06-30T22:07:02.904Z | Compiling anstyle-parse v0.2.5 |
491 | 2025-06-30T22:07:02.904Z | Compiling thiserror v2.0.12 |
492 | 2025-06-30T22:07:02.904Z | Compiling anstyle v1.0.11 |
493 | 2025-06-30T22:07:02.904Z | Compiling cfg-if v1.0.1 |
494 | 2025-06-30T22:07:02.904Z | Compiling pretty-hex v0.4.1 |
495 | 2025-06-30T22:07:02.904Z | Compiling colorchoice v1.0.2 |
496 | 2025-06-30T22:07:02.904Z | Compiling is_terminal_polyfill v1.70.1 |
497 | 2025-06-30T22:07:02.904Z | Compiling anstyle-query v1.1.1 |
498 | 2025-06-30T22:07:02.904Z | Compiling anstream v0.6.18 |
499 | 2025-06-30T22:07:02.904Z | Compiling fs-err v3.1.1 |
500 | 2025-06-30T22:07:02.904Z | Compiling unicode-width v0.1.14 |
501 | 2025-06-30T22:07:03.736Z | Compiling unicode-xid v0.2.6 |
502 | 2025-06-30T22:07:03.831Z | Compiling heck v0.5.0 |
503 | 2025-06-30T22:07:03.832Z | Compiling fnv v1.0.7 |
504 | 2025-06-30T22:07:03.832Z | Compiling clap_lex v0.7.4 |
505 | 2025-06-30T22:07:03.832Z | Compiling heck v0.4.1 |
506 | 2025-06-30T22:07:03.832Z | Compiling anyhow v1.0.98 |
507 | 2025-06-30T22:07:03.832Z | Compiling bytecount v0.6.8 |
508 | 2025-06-30T22:07:03.832Z | Compiling fastrand v2.1.1 |
509 | 2025-06-30T22:07:03.832Z | Compiling strsim v0.11.1 |
510 | 2025-06-30T22:07:04.222Z | Compiling papergrid v0.11.0 |
511 | 2025-06-30T22:07:04.268Z | Compiling tempfile v3.20.0 |
512 | 2025-06-30T22:07:04.324Z | Compiling clap_builder v4.5.40 |
513 | 2025-06-30T22:07:04.626Z | Compiling memmap v0.7.0 |
514 | 2025-06-30T22:07:05.232Z | Compiling unicode-width v0.2.0 |
515 | 2025-06-30T22:07:05.275Z | Compiling unicode-linebreak v0.1.5 |
516 | 2025-06-30T22:07:05.275Z | Compiling smawk v0.3.2 |
517 | 2025-06-30T22:07:05.315Z | Compiling textwrap v0.16.2 |
518 | 2025-06-30T22:07:05.815Z | Compiling synstructure v0.13.1 |
519 | 2025-06-30T22:07:06.147Z | Compiling swrite v0.1.0 |
520 | 2025-06-30T22:07:06.213Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
521 | 2025-06-30T22:07:06.925Z | Compiling tabled_derive v0.7.0 |
522 | 2025-06-30T22:07:07.650Z | Compiling serde_derive v1.0.219 |
523 | 2025-06-30T22:07:07.650Z | Compiling zerofrom-derive v0.1.4 |
524 | 2025-06-30T22:07:07.650Z | Compiling thiserror-impl v1.0.69 |
525 | 2025-06-30T22:07:07.654Z | Compiling yoke-derive v0.7.4 |
526 | 2025-06-30T22:07:07.654Z | Compiling zerovec-derive v0.10.3 |
527 | 2025-06-30T22:07:08.187Z | Compiling displaydoc v0.2.5 |
528 | 2025-06-30T22:07:09.693Z | Compiling icu_provider_macros v1.5.0 |
529 | 2025-06-30T22:07:10.009Z | Compiling zerocopy-derive v0.7.35 |
530 | 2025-06-30T22:07:10.294Z | Compiling scroll_derive v0.12.0 |
531 | 2025-06-30T22:07:10.478Z | Compiling thiserror-impl v2.0.12 |
532 | 2025-06-30T22:07:10.699Z | Compiling pest v2.7.14 |
533 | 2025-06-30T22:07:11.067Z | Compiling zerofrom v0.1.4 |
534 | 2025-06-30T22:07:11.306Z | Compiling yoke v0.7.4 |
535 | 2025-06-30T22:07:11.632Z | Compiling zerovec v0.10.4 |
536 | 2025-06-30T22:07:11.661Z | Compiling scroll v0.12.0 |
537 | 2025-06-30T22:07:11.683Z | Compiling clap_derive v4.5.40 |
538 | 2025-06-30T22:07:11.826Z | Compiling zerocopy v0.7.35 |
539 | 2025-06-30T22:07:12.209Z | Compiling goblin v0.8.2 |
540 | 2025-06-30T22:07:12.822Z | Compiling tabled v0.15.0 |
541 | 2025-06-30T22:07:13.520Z | Compiling tinystr v0.7.6 |
542 | 2025-06-30T22:07:13.576Z | Compiling pest_meta v2.7.14 |
543 | 2025-06-30T22:07:13.599Z | Compiling icu_collections v1.5.0 |
544 | 2025-06-30T22:07:13.858Z | Compiling icu_locid v1.5.0 |
545 | 2025-06-30T22:07:14.927Z | Compiling pest_generator v2.7.14 |
546 | 2025-06-30T22:07:15.516Z | Compiling icu_provider v1.5.0 |
547 | 2025-06-30T22:07:15.798Z | Compiling clap v4.5.40 |
548 | 2025-06-30T22:07:16.423Z | Compiling icu_locid_transform v1.5.0 |
549 | 2025-06-30T22:07:17.051Z | Compiling pest_derive v2.7.14 |
550 | 2025-06-30T22:07:17.656Z | Compiling dtrace-parser v0.2.0 |
551 | 2025-06-30T22:07:17.675Z | Compiling icu_properties v1.5.1 |
552 | 2025-06-30T22:07:19.132Z | Compiling serde_spanned v0.6.9 |
553 | 2025-06-30T22:07:19.139Z | Compiling toml_datetime v0.6.11 |
554 | 2025-06-30T22:07:19.139Z | Compiling erased-serde v0.4.6 |
555 | 2025-06-30T22:07:19.403Z | Compiling serde-value v0.7.0 |
556 | 2025-06-30T22:07:19.773Z | Compiling toml_edit v0.22.27 |
557 | 2025-06-30T22:07:19.983Z | Compiling serde_tokenstream v0.2.2 |
558 | 2025-06-30T22:07:20.026Z | Compiling cargo-platform v0.2.0 |
559 | 2025-06-30T22:07:20.168Z | Compiling serde-untagged v0.1.7 |
560 | 2025-06-30T22:07:20.288Z | Compiling camino-tempfile v1.4.1 |
561 | 2025-06-30T22:07:20.499Z | Compiling macaddr v1.0.1 |
562 | 2025-06-30T22:07:20.829Z | Compiling dof v0.3.0 |
563 | 2025-06-30T22:07:21.101Z | Compiling icu_normalizer v1.5.0 |
564 | 2025-06-30T22:07:21.956Z | Compiling idna_adapter v1.2.0 |
565 | 2025-06-30T22:07:22.133Z | Compiling idna v1.0.3 |
566 | 2025-06-30T22:07:22.599Z | Compiling usdt-attr-macro v0.5.0 |
567 | 2025-06-30T22:07:22.599Z | Compiling usdt-macro v0.5.0 |
568 | 2025-06-30T22:07:22.641Z | Compiling url v2.5.4 |
569 | 2025-06-30T22:07:22.784Z | Compiling toml v0.8.23 |
570 | 2025-06-30T22:07:23.661Z | Compiling cargo-util-schemas v0.2.0 |
571 | 2025-06-30T22:07:23.686Z | Compiling cargo_toml v0.21.0 |
572 | 2025-06-30T22:07:23.897Z | Compiling usdt v0.5.0 |
573 | 2025-06-30T22:07:25.126Z | Compiling cargo_metadata v0.20.0 |
574 | 2025-06-30T22:07:26.889Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
575 | 2025-06-30T22:07:30.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
576 | 2025-06-30T22:07:30.503Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
577 | 2025-06-30T22:07:31.151Z | Downloading crates ... |
578 | 2025-06-30T22:07:31.287Z | Downloaded addr2line v0.24.2 |
579 | 2025-06-30T22:07:31.290Z | Downloaded argon2 v0.5.3 |
580 | 2025-06-30T22:07:31.294Z | Downloaded arc-swap v1.7.1 |
581 | 2025-06-30T22:07:31.298Z | Downloaded async-stream v0.3.6 |
582 | 2025-06-30T22:07:31.301Z | Downloaded crucible-workspace-hack v0.1.0 |
583 | 2025-06-30T22:07:31.309Z | Downloaded backoff v0.4.0 |
584 | 2025-06-30T22:07:31.312Z | Downloaded base64 v0.13.1 |
585 | 2025-06-30T22:07:31.316Z | Downloaded home v0.5.9 |
586 | 2025-06-30T22:07:31.320Z | Downloaded ahash v0.8.11 |
587 | 2025-06-30T22:07:31.324Z | Downloaded highway v1.3.0 |
588 | 2025-06-30T22:07:31.327Z | Downloaded hostname v0.3.1 |
589 | 2025-06-30T22:07:31.336Z | Downloaded hostname v0.4.0 |
590 | 2025-06-30T22:07:31.336Z | Downloaded hmac v0.12.1 |
591 | 2025-06-30T22:07:31.340Z | Downloaded headers v0.4.1 |
592 | 2025-06-30T22:07:31.340Z | Downloaded hkdf v0.12.4 |
593 | 2025-06-30T22:07:31.343Z | Downloaded aws-lc-rs v1.12.4 |
594 | 2025-06-30T22:07:31.354Z | Downloaded http-body v1.0.1 |
595 | 2025-06-30T22:07:31.357Z | Downloaded impl-trait-for-tuples v0.2.2 |
596 | 2025-06-30T22:07:31.357Z | Downloaded http-body-util v0.1.3 |
597 | 2025-06-30T22:07:31.361Z | Downloaded async-bb8-diesel v0.2.1 |
598 | 2025-06-30T22:07:31.364Z | Downloaded allocator-api2 v0.2.21 |
599 | 2025-06-30T22:07:31.367Z | Downloaded hyper-rustls v0.27.7 |
600 | 2025-06-30T22:07:31.370Z | Downloaded instability v0.3.2 |
601 | 2025-06-30T22:07:31.373Z | Downloaded ipnet v2.11.0 |
602 | 2025-06-30T22:07:31.377Z | Downloaded httpdate v1.0.3 |
603 | 2025-06-30T22:07:31.377Z | Downloaded hubpack v0.1.2 |
604 | 2025-06-30T22:07:31.381Z | Downloaded is_ci v1.2.0 |
605 | 2025-06-30T22:07:31.384Z | Downloaded cargo-platform v0.1.8 |
606 | 2025-06-30T22:07:31.384Z | Downloaded inout v0.1.3 |
607 | 2025-06-30T22:07:31.387Z | Downloaded indoc v1.0.9 |
608 | 2025-06-30T22:07:31.390Z | Downloaded hyper-staticfile v0.10.1 |
609 | 2025-06-30T22:07:31.394Z | Downloaded libsw v3.5.0 |
610 | 2025-06-30T22:07:31.398Z | Downloaded indoc v2.0.6 |
611 | 2025-06-30T22:07:31.401Z | Downloaded instant v0.1.13 |
612 | 2025-06-30T22:07:31.401Z | Downloaded ingot-types v0.1.0 |
613 | 2025-06-30T22:07:31.409Z | Downloaded block-padding v0.3.3 |
614 | 2025-06-30T22:07:31.412Z | Downloaded humantime v2.2.0 |
615 | 2025-06-30T22:07:31.412Z | Downloaded cargo_metadata v0.18.1 |
616 | 2025-06-30T22:07:31.412Z | Downloaded cfg_aliases v0.1.1 |
617 | 2025-06-30T22:07:31.416Z | Downloaded hyper-util v0.1.14 |
618 | 2025-06-30T22:07:31.421Z | Downloaded match_cfg v0.1.0 |
619 | 2025-06-30T22:07:31.426Z | Downloaded md5 v0.7.0 |
620 | 2025-06-30T22:07:31.426Z | Downloaded array-init v0.0.4 |
621 | 2025-06-30T22:07:31.429Z | Downloaded crc8 v0.1.1 |
622 | 2025-06-30T22:07:31.429Z | Downloaded libsw-core v0.3.1 |
623 | 2025-06-30T22:07:31.436Z | Downloaded lazy_static v1.5.0 |
624 | 2025-06-30T22:07:31.436Z | Downloaded is-terminal v0.4.13 |
625 | 2025-06-30T22:07:31.444Z | Downloaded hyper-tls v0.6.0 |
626 | 2025-06-30T22:07:31.444Z | Downloaded mime v0.3.17 |
627 | 2025-06-30T22:07:31.444Z | Downloaded kstat-rs v0.2.4 |
628 | 2025-06-30T22:07:31.444Z | Downloaded indicatif v0.17.11 |
629 | 2025-06-30T22:07:31.449Z | Downloaded md-5 v0.10.6 |
630 | 2025-06-30T22:07:31.453Z | Downloaded lalrpop-util v0.19.12 |
631 | 2025-06-30T22:07:31.453Z | Downloaded bcrypt-pbkdf v0.10.0 |
632 | 2025-06-30T22:07:31.453Z | Downloaded bb8 v0.8.5 |
633 | 2025-06-30T22:07:31.458Z | Downloaded maybe-uninit v2.0.0 |
634 | 2025-06-30T22:07:31.462Z | Downloaded lzss v0.8.2 |
635 | 2025-06-30T22:07:31.462Z | Downloaded lru v0.12.5 |
636 | 2025-06-30T22:07:31.465Z | Downloaded lockfree-object-pool v0.1.6 |
637 | 2025-06-30T22:07:31.469Z | Downloaded maplit v1.0.2 |
638 | 2025-06-30T22:07:31.469Z | Downloaded camino-tempfile-ext v0.3.1 |
639 | 2025-06-30T22:07:31.472Z | Downloaded rustc-hash v1.1.0 |
640 | 2025-06-30T22:07:31.472Z | Downloaded sigpipe v0.1.3 |
641 | 2025-06-30T22:07:31.475Z | Downloaded backtrace v0.3.74 |
642 | 2025-06-30T22:07:31.480Z | Downloaded take_mut v0.2.2 |
643 | 2025-06-30T22:07:31.485Z | Downloaded heapless v0.8.0 |
644 | 2025-06-30T22:07:31.489Z | Downloaded strum v0.26.3 |
645 | 2025-06-30T22:07:31.493Z | Downloaded mime_guess v2.0.5 |
646 | 2025-06-30T22:07:31.496Z | Downloaded memoffset v0.9.1 |
647 | 2025-06-30T22:07:31.496Z | Downloaded libefi-sys v0.1.0 |
648 | 2025-06-30T22:07:31.500Z | Downloaded keccak v0.1.5 |
649 | 2025-06-30T22:07:31.500Z | Downloaded primeorder v0.13.6 |
650 | 2025-06-30T22:07:31.504Z | Downloaded rusty-fork v0.3.0 |
651 | 2025-06-30T22:07:31.508Z | Downloaded secrecy v0.10.3 |
652 | 2025-06-30T22:07:31.508Z | Downloaded hex-literal v0.4.1 |
653 | 2025-06-30T22:07:31.511Z | Downloaded rustversion v1.0.17 |
654 | 2025-06-30T22:07:31.511Z | Downloaded lock_api v0.4.12 |
655 | 2025-06-30T22:07:31.516Z | Downloaded base64 v0.21.7 |
656 | 2025-06-30T22:07:31.522Z | Downloaded const_format_proc_macros v0.2.34 |
657 | 2025-06-30T22:07:31.525Z | Downloaded zone_cfg_derive v0.1.2 |
658 | 2025-06-30T22:07:31.525Z | Downloaded console v0.15.10 |
659 | 2025-06-30T22:07:31.529Z | Downloaded thread_local v1.1.8 |
660 | 2025-06-30T22:07:31.533Z | Downloaded tagptr v0.2.0 |
661 | 2025-06-30T22:07:31.533Z | Downloaded slog-stdlog v4.1.1 |
662 | 2025-06-30T22:07:31.537Z | Downloaded derive_builder_macro v0.20.2 |
663 | 2025-06-30T22:07:31.537Z | Downloaded slog-json v2.6.1 |
664 | 2025-06-30T22:07:31.540Z | Downloaded tokio-native-tls v0.3.1 |
665 | 2025-06-30T22:07:31.546Z | Downloaded darling_macro v0.20.10 |
666 | 2025-06-30T22:07:31.549Z | Downloaded arrayvec v0.7.6 |
667 | 2025-06-30T22:07:31.549Z | Downloaded float-ord v0.3.2 |
668 | 2025-06-30T22:07:31.555Z | Downloaded embedded-io v0.6.1 |
669 | 2025-06-30T22:07:31.555Z | Downloaded base64ct v1.6.0 |
670 | 2025-06-30T22:07:31.559Z | Downloaded embedded-io v0.4.0 |
671 | 2025-06-30T22:07:31.559Z | Downloaded serde_with_macros v3.12.0 |
672 | 2025-06-30T22:07:31.563Z | Downloaded litrs v0.4.1 |
673 | 2025-06-30T22:07:31.582Z | Downloaded oso-derive v0.27.3 |
674 | 2025-06-30T22:07:31.586Z | Downloaded bit-vec v0.8.0 |
675 | 2025-06-30T22:07:31.586Z | Downloaded typify v0.2.0 |
676 | 2025-06-30T22:07:31.590Z | Downloaded daft v0.1.3 |
677 | 2025-06-30T22:07:31.590Z | Downloaded sqlformat v0.3.5 |
678 | 2025-06-30T22:07:31.593Z | Downloaded slog-term v2.9.1 |
679 | 2025-06-30T22:07:31.597Z | Downloaded precomputed-hash v0.1.1 |
680 | 2025-06-30T22:07:31.601Z | Downloaded cookie v0.18.1 |
681 | 2025-06-30T22:07:31.601Z | Downloaded data-encoding v2.9.0 |
682 | 2025-06-30T22:07:31.605Z | Downloaded tokio-rustls v0.26.0 |
683 | 2025-06-30T22:07:31.611Z | Downloaded path-slash v0.1.5 |
684 | 2025-06-30T22:07:31.611Z | Downloaded rand_chacha v0.3.1 |
685 | 2025-06-30T22:07:31.611Z | Downloaded either v1.15.0 |
686 | 2025-06-30T22:07:31.618Z | Downloaded ff v0.13.0 |
687 | 2025-06-30T22:07:31.622Z | Downloaded gethostname v0.5.0 |
688 | 2025-06-30T22:07:31.622Z | Downloaded foldhash v0.1.5 |
689 | 2025-06-30T22:07:31.622Z | Downloaded zone v0.3.1 |
690 | 2025-06-30T22:07:31.622Z | Downloaded zone v0.1.8 |
691 | 2025-06-30T22:07:31.626Z | Downloaded ron v0.7.1 |
692 | 2025-06-30T22:07:31.631Z | Downloaded rcgen v0.12.1 |
693 | 2025-06-30T22:07:31.637Z | Downloaded futures-io v0.3.31 |
694 | 2025-06-30T22:07:31.637Z | Downloaded futures-executor v0.3.31 |
695 | 2025-06-30T22:07:31.640Z | Downloaded scheduled-thread-pool v0.2.7 |
696 | 2025-06-30T22:07:31.640Z | Downloaded group v0.13.0 |
697 | 2025-06-30T22:07:31.640Z | Downloaded blake2 v0.10.6 |
698 | 2025-06-30T22:07:31.647Z | Downloaded multimap v0.10.1 |
699 | 2025-06-30T22:07:31.650Z | Downloaded float-cmp v0.10.0 |
700 | 2025-06-30T22:07:31.650Z | Downloaded rustls-pki-types v1.10.0 |
701 | 2025-06-30T22:07:31.655Z | Downloaded siphasher v0.3.11 |
702 | 2025-06-30T22:07:31.655Z | Downloaded peg-macros v0.8.5 |
703 | 2025-06-30T22:07:31.660Z | Downloaded tinyvec_macros v0.1.1 |
704 | 2025-06-30T22:07:31.660Z | Downloaded peg v0.8.5 |
705 | 2025-06-30T22:07:31.663Z | Downloaded progenitor-macro v0.8.0 |
706 | 2025-06-30T22:07:31.667Z | Downloaded same-file v1.0.6 |
707 | 2025-06-30T22:07:31.672Z | Downloaded ref-cast-impl v1.0.24 |
708 | 2025-06-30T22:07:31.672Z | Downloaded radium v0.7.0 |
709 | 2025-06-30T22:07:31.676Z | Downloaded typify-macro v0.3.0 |
710 | 2025-06-30T22:07:31.676Z | Downloaded pkg-config v0.3.31 |
711 | 2025-06-30T22:07:31.683Z | Downloaded ppv-lite86 v0.2.20 |
712 | 2025-06-30T22:07:31.683Z | Downloaded ron v0.8.1 |
713 | 2025-06-30T22:07:31.687Z | Downloaded r2d2 v0.8.10 |
714 | 2025-06-30T22:07:31.690Z | Downloaded dirs-sys-next v0.1.2 |
715 | 2025-06-30T22:07:31.690Z | Downloaded derive_builder_core v0.20.2 |
716 | 2025-06-30T22:07:31.694Z | Downloaded utf-8 v0.7.6 |
717 | 2025-06-30T22:07:31.694Z | Downloaded universal-hash v0.5.1 |
718 | 2025-06-30T22:07:31.697Z | Downloaded slab v0.4.9 |
719 | 2025-06-30T22:07:31.700Z | Downloaded salsa20 v0.10.2 |
720 | 2025-06-30T22:07:31.700Z | Downloaded num-rational v0.4.2 |
721 | 2025-06-30T22:07:31.705Z | Downloaded rfc6979 v0.4.0 |
722 | 2025-06-30T22:07:31.708Z | Downloaded ref-cast v1.0.24 |
723 | 2025-06-30T22:07:31.708Z | Downloaded cstr-argument v0.1.2 |
724 | 2025-06-30T22:07:31.712Z | Downloaded xshell-macros v0.2.7 |
725 | 2025-06-30T22:07:31.712Z | Downloaded strum_macros v0.25.3 |
726 | 2025-06-30T22:07:31.716Z | Downloaded tls_codec v0.4.1 |
727 | 2025-06-30T22:07:31.719Z | Downloaded const_format v0.2.34 |
728 | 2025-06-30T22:07:31.723Z | Downloaded tokio-tungstenite v0.23.1 |
729 | 2025-06-30T22:07:31.726Z | Downloaded number_prefix v0.4.0 |
730 | 2025-06-30T22:07:31.729Z | Downloaded num_threads v0.1.7 |
731 | 2025-06-30T22:07:31.729Z | Downloaded structmeta-derive v0.3.0 |
732 | 2025-06-30T22:07:31.733Z | Downloaded strip-ansi-escapes v0.2.0 |
733 | 2025-06-30T22:07:31.736Z | Downloaded typify-macro v0.2.0 |
734 | 2025-06-30T22:07:31.736Z | Downloaded strum_macros v0.24.3 |
735 | 2025-06-30T22:07:31.739Z | Downloaded structmeta v0.3.0 |
736 | 2025-06-30T22:07:31.743Z | Downloaded paste v1.0.15 |
737 | 2025-06-30T22:07:31.748Z | Downloaded password-hash v0.5.0 |
738 | 2025-06-30T22:07:31.748Z | Downloaded whoami v1.6.0 |
739 | 2025-06-30T22:07:31.752Z | Downloaded untrusted v0.9.0 |
740 | 2025-06-30T22:07:31.752Z | Downloaded peg-runtime v0.8.5 |
741 | 2025-06-30T22:07:31.758Z | Downloaded subprocess v0.2.9 |
742 | 2025-06-30T22:07:31.758Z | Downloaded strum_macros v0.26.4 |
743 | 2025-06-30T22:07:31.761Z | Downloaded prettyplease v0.2.35 |
744 | 2025-06-30T22:07:31.765Z | Downloaded serde-big-array v0.5.1 |
745 | 2025-06-30T22:07:31.765Z | Downloaded hyper v1.6.0 |
746 | 2025-06-30T22:07:31.771Z | Downloaded fs-err v2.11.0 |
747 | 2025-06-30T22:07:31.774Z | Downloaded hickory-resolver v0.24.4 |
748 | 2025-06-30T22:07:31.779Z | Downloaded sqlparser_derive v0.2.2 |
749 | 2025-06-30T22:07:31.782Z | Downloaded serde_bytes v0.11.17 |
750 | 2025-06-30T22:07:31.787Z | Downloaded packed_struct_codegen v0.10.1 |
751 | 2025-06-30T22:07:31.787Z | Downloaded sync_wrapper v1.0.1 |
752 | 2025-06-30T22:07:31.793Z | Downloaded daft-derive v0.1.3 |
753 | 2025-06-30T22:07:31.796Z | Downloaded pem v3.0.5 |
754 | 2025-06-30T22:07:31.796Z | Downloaded futures-core v0.3.31 |
755 | 2025-06-30T22:07:31.796Z | Downloaded dunce v1.0.5 |
756 | 2025-06-30T22:07:31.801Z | Downloaded dsl_auto_type v0.1.2 |
757 | 2025-06-30T22:07:31.801Z | Downloaded miniz_oxide v0.8.5 |
758 | 2025-06-30T22:07:31.804Z | Downloaded futures-task v0.3.31 |
759 | 2025-06-30T22:07:31.804Z | Downloaded zerocopy v0.6.6 |
760 | 2025-06-30T22:07:31.807Z | Downloaded yasna v0.5.2 |
761 | 2025-06-30T22:07:31.812Z | Downloaded proc-macro-error-attr2 v2.0.0 |
762 | 2025-06-30T22:07:31.815Z | Downloaded endian-type v0.1.2 |
763 | 2025-06-30T22:07:31.815Z | Downloaded packed_struct v0.10.1 |
764 | 2025-06-30T22:07:31.815Z | Downloaded tinyvec v1.8.0 |
765 | 2025-06-30T22:07:31.818Z | Downloaded serde-hex v0.1.0 |
766 | 2025-06-30T22:07:31.823Z | Downloaded crossbeam-channel v0.5.15 |
767 | 2025-06-30T22:07:31.827Z | Downloaded glob v0.3.2 |
768 | 2025-06-30T22:07:31.830Z | Downloaded darling v0.20.10 |
769 | 2025-06-30T22:07:31.834Z | Downloaded ssh-cipher v0.2.0 |
770 | 2025-06-30T22:07:31.834Z | Downloaded quick-error v1.2.3 |
771 | 2025-06-30T22:07:31.837Z | Downloaded scrypt v0.11.0 |
772 | 2025-06-30T22:07:31.837Z | Downloaded rand v0.9.1 |
773 | 2025-06-30T22:07:31.844Z | Downloaded num-conv v0.1.0 |
774 | 2025-06-30T22:07:31.848Z | Downloaded topological-sort v0.2.2 |
775 | 2025-06-30T22:07:31.848Z | Downloaded steno v0.4.1 |
776 | 2025-06-30T22:07:31.852Z | Downloaded socket2 v0.5.10 |
777 | 2025-06-30T22:07:31.858Z | Downloaded parse-size v1.1.0 |
778 | 2025-06-30T22:07:31.858Z | Downloaded der_derive v0.7.3 |
779 | 2025-06-30T22:07:31.862Z | Downloaded defmt-macros v0.3.9 |
780 | 2025-06-30T22:07:31.862Z | Downloaded enum-as-inner v0.6.1 |
781 | 2025-06-30T22:07:31.865Z | Downloaded defmt-parser v0.3.4 |
782 | 2025-06-30T22:07:31.865Z | Downloaded sec1 v0.7.3 |
783 | 2025-06-30T22:07:31.865Z | Downloaded fatfs v0.3.6 |
784 | 2025-06-30T22:07:31.869Z | Downloaded tracing-core v0.1.32 |
785 | 2025-06-30T22:07:31.873Z | Downloaded aes-gcm v0.10.3 |
786 | 2025-06-30T22:07:31.877Z | Downloaded num_enum v0.5.11 |
787 | 2025-06-30T22:07:31.882Z | Downloaded unicode-truncate v1.1.0 |
788 | 2025-06-30T22:07:31.888Z | Downloaded samael v0.0.19 |
789 | 2025-06-30T22:07:31.892Z | Downloaded time-core v0.1.2 |
790 | 2025-06-30T22:07:31.895Z | Downloaded itertools v0.14.0 |
791 | 2025-06-30T22:07:31.902Z | Downloaded zone_cfg_derive v0.3.0 |
792 | 2025-06-30T22:07:31.905Z | Downloaded foreign-types-shared v0.3.1 |
793 | 2025-06-30T22:07:31.905Z | Downloaded foreign-types-shared v0.1.1 |
794 | 2025-06-30T22:07:31.905Z | Downloaded pin-utils v0.1.0 |
795 | 2025-06-30T22:07:31.908Z | Downloaded sct v0.7.1 |
796 | 2025-06-30T22:07:31.912Z | Downloaded resolv-conf v0.7.0 |
797 | 2025-06-30T22:07:31.916Z | Downloaded progenitor-client v0.10.0 |
798 | 2025-06-30T22:07:31.916Z | Downloaded defmt v0.3.8 |
799 | 2025-06-30T22:07:31.921Z | Downloaded tokio-util v0.7.15 |
800 | 2025-06-30T22:07:31.928Z | Downloaded dirs-next v2.0.0 |
801 | 2025-06-30T22:07:31.932Z | Downloaded difflib v0.4.0 |
802 | 2025-06-30T22:07:31.932Z | Downloaded slog-dtrace v0.3.0 |
803 | 2025-06-30T22:07:31.932Z | Downloaded tokio-stream v0.1.17 |
804 | 2025-06-30T22:07:31.936Z | Downloaded itertools v0.12.1 |
805 | 2025-06-30T22:07:31.945Z | Downloaded rustc_version v0.1.7 |
806 | 2025-06-30T22:07:31.948Z | Downloaded serde_plain v1.0.2 |
807 | 2025-06-30T22:07:31.948Z | Downloaded pin-project-internal v1.1.6 |
808 | 2025-06-30T22:07:31.949Z | Downloaded itertools v0.13.0 |
809 | 2025-06-30T22:07:31.957Z | Downloaded newtype_derive v0.1.6 |
810 | 2025-06-30T22:07:31.961Z | Downloaded signal-hook-tokio v0.3.1 |
811 | 2025-06-30T22:07:31.961Z | Downloaded try-lock v0.2.5 |
812 | 2025-06-30T22:07:31.961Z | Downloaded simd-adler32 v0.3.7 |
813 | 2025-06-30T22:07:31.964Z | Downloaded progenitor-client v0.8.0 |
814 | 2025-06-30T22:07:31.967Z | Downloaded newline-converter v0.3.0 |
815 | 2025-06-30T22:07:31.967Z | Downloaded nu-ansi-term v0.50.1 |
816 | 2025-06-30T22:07:31.971Z | Downloaded new_debug_unreachable v1.0.6 |
817 | 2025-06-30T22:07:31.971Z | Downloaded zeroize_derive v1.4.2 |
818 | 2025-06-30T22:07:31.974Z | Downloaded slog-envlogger v2.2.0 |
819 | 2025-06-30T22:07:31.974Z | Downloaded rustls-native-certs v0.8.1 |
820 | 2025-06-30T22:07:31.979Z | Downloaded crunchy v0.2.2 |
821 | 2025-06-30T22:07:31.984Z | Downloaded serde_with v3.12.0 |
822 | 2025-06-30T22:07:31.988Z | Downloaded serde_path_to_error v0.1.17 |
823 | 2025-06-30T22:07:31.991Z | Downloaded time-macros v0.2.18 |
824 | 2025-06-30T22:07:31.995Z | Downloaded walkdir v2.5.0 |
825 | 2025-06-30T22:07:31.995Z | Downloaded flate2 v1.1.2 |
826 | 2025-06-30T22:07:31.999Z | Downloaded deranged v0.3.11 |
827 | 2025-06-30T22:07:32.003Z | Downloaded normalize-line-endings v0.3.0 |
828 | 2025-06-30T22:07:32.003Z | Downloaded termtree v0.5.1 |
829 | 2025-06-30T22:07:32.006Z | Downloaded phf_shared v0.11.2 |
830 | 2025-06-30T22:07:32.006Z | Downloaded oxnet v0.1.2 |
831 | 2025-06-30T22:07:32.009Z | Downloaded newtype-uuid v1.2.4 |
832 | 2025-06-30T22:07:32.012Z | Downloaded ctr v0.9.2 |
833 | 2025-06-30T22:07:32.015Z | Downloaded progenitor-impl v0.8.0 |
834 | 2025-06-30T22:07:32.015Z | Downloaded tui-tree-widget v0.23.1 |
835 | 2025-06-30T22:07:32.018Z | Downloaded postgres-protocol v0.6.8 |
836 | 2025-06-30T22:07:32.022Z | Downloaded ed25519 v2.2.3 |
837 | 2025-06-30T22:07:32.031Z | Downloaded pretty-hex v0.2.1 |
838 | 2025-06-30T22:07:32.031Z | Downloaded lalrpop v0.19.12 |
839 | 2025-06-30T22:07:32.035Z | Downloaded parse-display v0.10.0 |
840 | 2025-06-30T22:07:32.086Z | Downloaded native-tls v0.2.12 |
841 | 2025-06-30T22:07:32.091Z | Downloaded zstd-safe v7.2.3 |
842 | 2025-06-30T22:07:32.091Z | Downloaded num-complex v0.4.6 |
843 | 2025-06-30T22:07:32.091Z | Downloaded rand_chacha v0.9.0 |
844 | 2025-06-30T22:07:32.091Z | Downloaded winnow v0.5.40 |
845 | 2025-06-30T22:07:32.091Z | Downloaded sha1 v0.10.6 |
846 | 2025-06-30T22:07:32.091Z | Downloaded num_enum_derive v0.5.11 |
847 | 2025-06-30T22:07:32.091Z | Downloaded opaque-debug v0.3.1 |
848 | 2025-06-30T22:07:32.092Z | Downloaded serde_derive_internals v0.29.1 |
849 | 2025-06-30T22:07:32.092Z | Downloaded derive_more v0.99.20 |
850 | 2025-06-30T22:07:32.092Z | Downloaded phf v0.11.2 |
851 | 2025-06-30T22:07:32.092Z | Downloaded xshell v0.2.7 |
852 | 2025-06-30T22:07:32.092Z | Downloaded progenitor-client v0.9.1 |
853 | 2025-06-30T22:07:32.092Z | Downloaded diesel_table_macro_syntax v0.2.0 |
854 | 2025-06-30T22:07:32.092Z | Downloaded tracing-attributes v0.1.27 |
855 | 2025-06-30T22:07:32.092Z | Downloaded diff v0.1.13 |
856 | 2025-06-30T22:07:32.092Z | Downloaded foreign-types v0.3.2 |
857 | 2025-06-30T22:07:32.092Z | Downloaded tabled_derive v0.10.0 |
858 | 2025-06-30T22:07:32.092Z | Downloaded ssh-encoding v0.2.0 |
859 | 2025-06-30T22:07:32.092Z | Downloaded russh-cryptovec v0.7.3 |
860 | 2025-06-30T22:07:32.092Z | Downloaded parking_lot_core v0.9.10 |
861 | 2025-06-30T22:07:32.092Z | Downloaded quinn-udp v0.5.5 |
862 | 2025-06-30T22:07:32.092Z | Downloaded tokio-macros v2.5.0 |
863 | 2025-06-30T22:07:32.092Z | Downloaded zeroize v1.8.1 |
864 | 2025-06-30T22:07:32.095Z | Downloaded zip v4.2.0 |
865 | 2025-06-30T22:07:32.099Z | Downloaded rayon v1.10.0 |
866 | 2025-06-30T22:07:32.107Z | Downloaded progenitor v0.8.0 |
867 | 2025-06-30T22:07:32.110Z | Downloaded subtle v2.6.1 |
868 | 2025-06-30T22:07:32.110Z | Downloaded env_filter v0.1.2 |
869 | 2025-06-30T22:07:32.116Z | Downloaded stringprep v0.1.5 |
870 | 2025-06-30T22:07:32.117Z | Downloaded nibble_vec v0.1.0 |
871 | 2025-06-30T22:07:32.117Z | Downloaded foreign-types-macros v0.2.3 |
872 | 2025-06-30T22:07:32.122Z | Downloaded csv-core v0.1.11 |
873 | 2025-06-30T22:07:32.122Z | Downloaded unicase v2.7.0 |
874 | 2025-06-30T22:07:32.122Z | Downloaded futures v0.3.31 |
875 | 2025-06-30T22:07:32.125Z | Downloaded olpc-cjson v0.1.4 |
876 | 2025-06-30T22:07:32.125Z | Downloaded diesel-dtrace v0.4.2 |
877 | 2025-06-30T22:07:32.132Z | Downloaded rustyline v14.0.0 |
878 | 2025-06-30T22:07:32.135Z | Downloaded tough v0.20.0 |
879 | 2025-06-30T22:07:32.142Z | Downloaded want v0.3.1 |
880 | 2025-06-30T22:07:32.146Z | Downloaded xattr v1.3.1 |
881 | 2025-06-30T22:07:32.146Z | Downloaded postcard v1.0.10 |
882 | 2025-06-30T22:07:32.150Z | Downloaded papergrid v0.14.0 |
883 | 2025-06-30T22:07:32.154Z | Downloaded void v1.0.2 |
884 | 2025-06-30T22:07:32.154Z | Downloaded ena v0.14.3 |
885 | 2025-06-30T22:07:32.157Z | Downloaded env_logger v0.10.2 |
886 | 2025-06-30T22:07:32.161Z | Downloaded vsss-rs v3.3.4 |
887 | 2025-06-30T22:07:32.161Z | Downloaded unicode_categories v0.1.1 |
888 | 2025-06-30T22:07:32.164Z | Downloaded progenitor v0.9.1 |
889 | 2025-06-30T22:07:32.164Z | Downloaded parse-display-derive v0.10.0 |
890 | 2025-06-30T22:07:32.168Z | Downloaded rand_xorshift v0.4.0 |
891 | 2025-06-30T22:07:32.168Z | Downloaded signal-hook v0.3.18 |
892 | 2025-06-30T22:07:32.172Z | Downloaded rand_seeder v0.3.0 |
893 | 2025-06-30T22:07:32.172Z | Downloaded flagset v0.4.6 |
894 | 2025-06-30T22:07:32.176Z | Downloaded pem-rfc7468 v0.7.0 |
895 | 2025-06-30T22:07:32.176Z | Downloaded fallible-iterator v0.2.0 |
896 | 2025-06-30T22:07:32.179Z | Downloaded darling_core v0.20.10 |
897 | 2025-06-30T22:07:32.182Z | Downloaded wyz v0.5.1 |
898 | 2025-06-30T22:07:32.186Z | Downloaded tungstenite v0.21.0 |
899 | 2025-06-30T22:07:32.188Z | Downloaded rpassword v7.4.0 |
900 | 2025-06-30T22:07:32.188Z | Downloaded string_cache v0.8.9 |
901 | 2025-06-30T22:07:32.191Z | Downloaded env_logger v0.11.5 |
902 | 2025-06-30T22:07:32.195Z | Downloaded rustls-webpki v0.101.7 |
903 | 2025-06-30T22:07:32.207Z | Downloaded proc-macro-error2 v2.0.1 |
904 | 2025-06-30T22:07:32.210Z | Downloaded time v0.3.36 |
905 | 2025-06-30T22:07:32.216Z | Downloaded fixedbitset v0.5.7 |
906 | 2025-06-30T22:07:32.220Z | Downloaded parking_lot_core v0.8.6 |
907 | 2025-06-30T22:07:32.224Z | Downloaded derive-where v1.5.0 |
908 | 2025-06-30T22:07:32.228Z | Downloaded omicron-zone-package v0.12.2 |
909 | 2025-06-30T22:07:32.231Z | Downloaded half v1.8.3 |
910 | 2025-06-30T22:07:32.231Z | Downloaded snafu v0.8.5 |
911 | 2025-06-30T22:07:32.236Z | Downloaded serde_cbor v0.11.2 |
912 | 2025-06-30T22:07:32.241Z | Downloaded toml_edit v0.19.15 |
913 | 2025-06-30T22:07:32.255Z | Downloaded unicode-bidi v0.3.17 |
914 | 2025-06-30T22:07:32.259Z | Downloaded parse-zoneinfo v0.3.1 |
915 | 2025-06-30T22:07:32.262Z | Downloaded blake3 v1.5.4 |
916 | 2025-06-30T22:07:32.269Z | Downloaded diesel_derives v2.2.3 |
917 | 2025-06-30T22:07:32.273Z | Downloaded parking_lot v0.12.3 |
918 | 2025-06-30T22:07:32.276Z | Downloaded half v2.4.1 |
919 | 2025-06-30T22:07:32.280Z | Downloaded crypto-bigint v0.5.5 |
920 | 2025-06-30T22:07:32.285Z | Downloaded progenitor-impl v0.10.0 |
921 | 2025-06-30T22:07:32.291Z | Downloaded num-bigint v0.4.6 |
922 | 2025-06-30T22:07:32.295Z | Downloaded quinn v0.11.5 |
923 | 2025-06-30T22:07:32.299Z | Downloaded zerocopy-derive v0.8.26 |
924 | 2025-06-30T22:07:32.306Z | Downloaded rustls-webpki v0.102.8 |
925 | 2025-06-30T22:07:32.320Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2025-06-30T22:07:32.325Z | Downloaded git2 v0.19.0 |
927 | 2025-06-30T22:07:32.333Z | Downloaded expectorate v1.2.0 |
928 | 2025-06-30T22:07:32.336Z | Downloaded bindgen v0.71.1 |
929 | 2025-06-30T22:07:32.344Z | Downloaded rsa v0.9.6 |
930 | 2025-06-30T22:07:32.350Z | Downloaded russh v0.45.0 |
931 | 2025-06-30T22:07:32.354Z | Downloaded proptest v1.7.0 |
932 | 2025-06-30T22:07:32.364Z | Downloaded unicode-normalization v0.1.24 |
933 | 2025-06-30T22:07:32.368Z | Downloaded zlib-rs v0.5.1 |
934 | 2025-06-30T22:07:32.376Z | Downloaded x509-cert v0.2.5 |
935 | 2025-06-30T22:07:32.381Z | Downloaded nom v7.1.3 |
936 | 2025-06-30T22:07:32.384Z | Downloaded futures-util v0.3.31 |
937 | 2025-06-30T22:07:32.396Z | Downloaded tower v0.5.2 |
938 | 2025-06-30T22:07:32.405Z | Downloaded winnow v0.6.26 |
939 | 2025-06-30T22:07:32.417Z | Downloaded salty v0.3.0 |
940 | 2025-06-30T22:07:32.420Z | Downloaded radix_trie v0.2.1 |
941 | 2025-06-30T22:07:32.426Z | Downloaded tokio-postgres v0.7.13 |
942 | 2025-06-30T22:07:32.431Z | Downloaded ssh-key v0.6.6 |
943 | 2025-06-30T22:07:32.437Z | Downloaded moka v0.12.10 |
944 | 2025-06-30T22:07:32.448Z | Downloaded h2 v0.4.6 |
945 | 2025-06-30T22:07:32.457Z | Downloaded reqwest v0.12.20 |
946 | 2025-06-30T22:07:32.464Z | Downloaded tower-http v0.6.6 |
947 | 2025-06-30T22:07:32.472Z | Downloaded object v0.30.4 |
948 | 2025-06-30T22:07:32.483Z | Downloaded portable-atomic v1.11.0 |
949 | 2025-06-30T22:07:32.489Z | Downloaded vcpkg v0.2.15 |
950 | 2025-06-30T22:07:32.528Z | Downloaded quinn-proto v0.11.8 |
951 | 2025-06-30T22:07:32.535Z | Downloaded regex v1.11.1 |
952 | 2025-06-30T22:07:32.551Z | Downloaded p384 v0.13.0 |
953 | 2025-06-30T22:07:32.558Z | Downloaded polar-core v0.27.3 |
954 | 2025-06-30T22:07:32.566Z | Downloaded regress v0.10.3 |
955 | 2025-06-30T22:07:32.575Z | Downloaded gimli v0.31.1 |
956 | 2025-06-30T22:07:32.585Z | Downloaded rustls v0.21.12 |
957 | 2025-06-30T22:07:32.597Z | Downloaded webpki-roots v1.0.0 |
958 | 2025-06-30T22:07:32.603Z | Downloaded curve25519-dalek v4.1.3 |
959 | 2025-06-30T22:07:32.611Z | Downloaded zerocopy v0.8.26 |
960 | 2025-06-30T22:07:32.634Z | Downloaded openssl v0.10.73 |
961 | 2025-06-30T22:07:32.644Z | Downloaded nix v0.28.0 |
962 | 2025-06-30T22:07:32.658Z | Downloaded tabled v0.18.0 |
963 | 2025-06-30T22:07:32.674Z | Downloaded petname v2.0.2 |
964 | 2025-06-30T22:07:32.680Z | Downloaded dropshot v0.16.2 |
965 | 2025-06-30T22:07:32.702Z | Downloaded bstr v1.10.0 |
966 | 2025-06-30T22:07:32.714Z | Downloaded nix v0.29.0 |
967 | 2025-06-30T22:07:32.726Z | Downloaded diesel v2.2.11 |
968 | 2025-06-30T22:07:32.745Z | Downloaded nix v0.30.1 |
969 | 2025-06-30T22:07:32.759Z | Downloaded smoltcp v0.11.0 |
970 | 2025-06-30T22:07:32.772Z | Downloaded typify-impl v0.3.0 |
971 | 2025-06-30T22:07:32.792Z | Downloaded object v0.36.5 |
972 | 2025-06-30T22:07:32.801Z | Downloaded typify-impl v0.4.1 |
973 | 2025-06-30T22:07:32.819Z | Downloaded openapiv3 v2.2.0 |
974 | 2025-06-30T22:07:32.833Z | Downloaded sled v0.34.7 |
975 | 2025-06-30T22:07:32.843Z | Downloaded ratatui v0.29.0 |
976 | 2025-06-30T22:07:32.865Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
977 | 2025-06-30T22:07:32.878Z | Downloaded zerocopy-derive v0.6.6 |
978 | 2025-06-30T22:07:32.889Z | Downloaded typify-impl v0.2.0 |
979 | 2025-06-30T22:07:32.905Z | Downloaded rustls v0.22.4 |
980 | 2025-06-30T22:07:32.917Z | Downloaded regex-syntax v0.8.5 |
981 | 2025-06-30T22:07:32.926Z | Downloaded rustls v0.23.19 |
982 | 2025-06-30T22:07:32.940Z | Downloaded hickory-proto v0.25.2 |
983 | 2025-06-30T22:07:32.954Z | Downloaded jiff v0.2.15 |
984 | 2025-06-30T22:07:32.973Z | Downloaded regex-automata v0.4.8 |
985 | 2025-06-30T22:07:32.991Z | Downloaded lzma-sys v0.1.20 |
986 | 2025-06-30T22:07:33.026Z | Downloaded smoltcp v0.9.1 |
987 | 2025-06-30T22:07:33.034Z | Downloaded nix v0.27.1 |
988 | 2025-06-30T22:07:33.044Z | Downloaded hickory-proto v0.24.4 |
989 | 2025-06-30T22:07:33.057Z | Downloaded chrono-tz v0.10.3 |
990 | 2025-06-30T22:07:33.066Z | Downloaded regex-syntax v0.6.29 |
991 | 2025-06-30T22:07:33.075Z | Downloaded chrono v0.4.41 |
992 | 2025-06-30T22:07:33.080Z | Downloaded bindgen v0.69.5 |
993 | 2025-06-30T22:07:33.088Z | Downloaded bitvec v1.0.1 |
994 | 2025-06-30T22:07:33.102Z | Downloaded libz-sys v1.1.20 |
995 | 2025-06-30T22:07:33.123Z | Downloaded petgraph v0.6.5 |
996 | 2025-06-30T22:07:33.142Z | Downloaded petgraph v0.8.2 |
997 | 2025-06-30T22:07:33.162Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
998 | 2025-06-30T22:07:33.182Z | Downloaded unicode-segmentation v1.12.0 |
999 | 2025-06-30T22:07:33.186Z | Downloaded csv v1.3.1 |
1000 | 2025-06-30T22:07:33.207Z | Downloaded tokio v1.45.1 |
1001 | 2025-06-30T22:07:33.245Z | Downloaded p521 v0.13.3 |
1002 | 2025-06-30T22:07:33.250Z | Downloaded reedline v0.40.0 |
1003 | 2025-06-30T22:07:33.255Z | Downloaded quick-xml v0.37.2 |
1004 | 2025-06-30T22:07:33.261Z | Downloaded sha3 v0.10.8 |
1005 | 2025-06-30T22:07:33.266Z | Downloaded sqlparser v0.45.0 |
1006 | 2025-06-30T22:07:33.272Z | Downloaded parking_lot v0.11.2 |
1007 | 2025-06-30T22:07:33.275Z | Downloaded static_assertions v1.1.0 |
1008 | 2025-06-30T22:07:33.278Z | Downloaded rustc_version v0.4.1 |
1009 | 2025-06-30T22:07:33.279Z | Downloaded rustc-hash v2.1.1 |
1010 | 2025-06-30T22:07:33.282Z | Downloaded test-strategy v0.4.1 |
1011 | 2025-06-30T22:07:33.285Z | Downloaded tar v0.4.44 |
1012 | 2025-06-30T22:07:33.288Z | Downloaded rand_core v0.9.2 |
1013 | 2025-06-30T22:07:33.288Z | Downloaded tap v1.0.1 |
1014 | 2025-06-30T22:07:33.288Z | Downloaded p256 v0.13.2 |
1015 | 2025-06-30T22:07:33.291Z | Downloaded prefix-trie v0.7.0 |
1016 | 2025-06-30T22:07:33.294Z | Downloaded unarray v0.1.4 |
1017 | 2025-06-30T22:07:33.297Z | Downloaded typify-macro v0.4.1 |
1018 | 2025-06-30T22:07:33.297Z | Downloaded shlex v1.3.0 |
1019 | 2025-06-30T22:07:33.297Z | Downloaded shell-words v1.1.0 |
1020 | 2025-06-30T22:07:33.300Z | Downloaded term v0.7.0 |
1021 | 2025-06-30T22:07:33.304Z | Downloaded pkcs5 v0.7.1 |
1022 | 2025-06-30T22:07:33.307Z | Downloaded pin-project v1.1.6 |
1023 | 2025-06-30T22:07:33.315Z | Downloaded support-bundle-viewer v0.1.2 |
1024 | 2025-06-30T22:07:33.319Z | Downloaded serde_yaml v0.9.34+deprecated |
1025 | 2025-06-30T22:07:33.322Z | Downloaded qorb v0.4.0 |
1026 | 2025-06-30T22:07:33.326Z | Downloaded der v0.7.9 |
1027 | 2025-06-30T22:07:33.330Z | Downloaded signal-hook-registry v1.4.2 |
1028 | 2025-06-30T22:07:33.333Z | Downloaded pkcs8 v0.10.2 |
1029 | 2025-06-30T22:07:33.333Z | Downloaded pkcs1 v0.7.5 |
1030 | 2025-06-30T22:07:33.336Z | Downloaded slog v2.7.0 |
1031 | 2025-06-30T22:07:33.340Z | Downloaded nodrop v0.1.14 |
1032 | 2025-06-30T22:07:33.340Z | Downloaded zopfli v0.8.1 |
1033 | 2025-06-30T22:07:33.343Z | Downloaded crossterm v0.28.1 |
1034 | 2025-06-30T22:07:33.348Z | Downloaded ecdsa v0.16.9 |
1035 | 2025-06-30T22:07:33.351Z | Downloaded wait-timeout v0.2.0 |
1036 | 2025-06-30T22:07:33.351Z | Downloaded password-hash v0.4.2 |
1037 | 2025-06-30T22:07:33.351Z | Downloaded pretty_assertions v1.4.1 |
1038 | 2025-06-30T22:07:33.357Z | Downloaded tower-service v0.3.3 |
1039 | 2025-06-30T22:07:33.358Z | Downloaded tower-layer v0.3.3 |
1040 | 2025-06-30T22:07:33.366Z | Downloaded slog-bunyan v2.5.0 |
1041 | 2025-06-30T22:07:33.366Z | Downloaded ring v0.17.14 |
1042 | 2025-06-30T22:07:33.401Z | Downloaded encoding_rs v0.8.34 |
1043 | 2025-06-30T22:07:33.427Z | Downloaded funty v2.0.0 |
1044 | 2025-06-30T22:07:33.432Z | Downloaded globwalk v0.9.1 |
1045 | 2025-06-30T22:07:33.432Z | Downloaded fs_extra v1.3.0 |
1046 | 2025-06-30T22:07:33.432Z | Downloaded unsafe-libyaml v0.2.11 |
1047 | 2025-06-30T22:07:33.432Z | Downloaded rtoolbox v0.0.2 |
1048 | 2025-06-30T22:07:33.437Z | Downloaded phf_codegen v0.11.2 |
1049 | 2025-06-30T22:07:33.437Z | Downloaded tokio-dtrace v0.1.0 |
1050 | 2025-06-30T22:07:33.437Z | Downloaded tiny-keccak v2.0.2 |
1051 | 2025-06-30T22:07:33.441Z | Downloaded smf v0.2.3 |
1052 | 2025-06-30T22:07:33.441Z | Downloaded smallvec v0.6.14 |
1053 | 2025-06-30T22:07:33.441Z | Downloaded rand_core v0.6.4 |
1054 | 2025-06-30T22:07:33.441Z | Downloaded vergen v8.3.2 |
1055 | 2025-06-30T22:07:33.445Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1056 | 2025-06-30T22:07:33.503Z | Downloaded openssl-sys v0.9.109 |
1057 | 2025-06-30T22:07:33.506Z | Downloaded tokio-rustls v0.25.0 |
1058 | 2025-06-30T22:07:33.509Z | Downloaded tokio-rustls v0.24.1 |
1059 | 2025-06-30T22:07:33.518Z | Downloaded dropshot_endpoint v0.16.2 |
1060 | 2025-06-30T22:07:33.521Z | Downloaded signal-hook-mio v0.2.4 |
1061 | 2025-06-30T22:07:33.521Z | Downloaded globset v0.4.15 |
1062 | 2025-06-30T22:07:33.521Z | Downloaded waitgroup v0.1.2 |
1063 | 2025-06-30T22:07:33.521Z | Downloaded vte_generate_state_changes v0.1.2 |
1064 | 2025-06-30T22:07:33.521Z | Downloaded num v0.4.3 |
1065 | 2025-06-30T22:07:33.521Z | Downloaded value-bag v1.9.0 |
1066 | 2025-06-30T22:07:33.521Z | Downloaded poly1305 v0.8.0 |
1067 | 2025-06-30T22:07:33.524Z | Downloaded minimal-lexical v0.2.1 |
1068 | 2025-06-30T22:07:33.529Z | Downloaded fixedbitset v0.4.2 |
1069 | 2025-06-30T22:07:33.532Z | Downloaded polyval v0.6.2 |
1070 | 2025-06-30T22:07:33.532Z | Downloaded mio v1.0.2 |
1071 | 2025-06-30T22:07:33.537Z | Downloaded ed25519-dalek v2.1.1 |
1072 | 2025-06-30T22:07:33.542Z | Downloaded typed-path v0.9.3 |
1073 | 2025-06-30T22:07:33.547Z | Downloaded libxml v0.3.3 |
1074 | 2025-06-30T22:07:33.553Z | Downloaded foreign-types v0.5.0 |
1075 | 2025-06-30T22:07:33.558Z | Downloaded snafu-derive v0.8.5 |
1076 | 2025-06-30T22:07:33.558Z | Downloaded tracing v0.1.40 |
1077 | 2025-06-30T22:07:33.558Z | Downloaded schemars v0.8.22 |
1078 | 2025-06-30T22:07:33.568Z | Downloaded getrandom v0.2.15 |
1079 | 2025-06-30T22:07:33.575Z | Downloaded futures-channel v0.3.31 |
1080 | 2025-06-30T22:07:33.576Z | Downloaded zstd v0.13.3 |
1081 | 2025-06-30T22:07:33.580Z | Downloaded termios v0.3.3 |
1082 | 2025-06-30T22:07:33.580Z | Downloaded termcolor v1.4.1 |
1083 | 2025-06-30T22:07:33.580Z | Downloaded supports-color v3.0.2 |
1084 | 2025-06-30T22:07:33.580Z | Downloaded rand v0.8.5 |
1085 | 2025-06-30T22:07:33.583Z | Downloaded publicsuffix v2.3.0 |
1086 | 2025-06-30T22:07:33.583Z | Downloaded iri-string v0.7.8 |
1087 | 2025-06-30T22:07:33.589Z | Downloaded pin-project-lite v0.2.14 |
1088 | 2025-06-30T22:07:33.594Z | Downloaded scopeguard v1.2.0 |
1089 | 2025-06-30T22:07:33.598Z | Downloaded rustls-pemfile v1.0.4 |
1090 | 2025-06-30T22:07:33.607Z | Downloaded similar v2.7.0 |
1091 | 2025-06-30T22:07:33.607Z | Downloaded progenitor-macro v0.9.1 |
1092 | 2025-06-30T22:07:33.607Z | Downloaded phf_generator v0.11.2 |
1093 | 2025-06-30T22:07:33.610Z | Downloaded des v0.8.1 |
1094 | 2025-06-30T22:07:33.610Z | Downloaded zip v0.6.6 |
1095 | 2025-06-30T22:07:33.611Z | Downloaded postgres-types v0.2.9 |
1096 | 2025-06-30T22:07:33.611Z | Downloaded proc-macro-crate v1.3.1 |
1097 | 2025-06-30T22:07:33.614Z | Downloaded toml v0.7.8 |
1098 | 2025-06-30T22:07:33.614Z | Downloaded oso v0.27.3 |
1099 | 2025-06-30T22:07:33.618Z | Downloaded libm v0.2.8 |
1100 | 2025-06-30T22:07:33.626Z | Downloaded futures-sink v0.3.31 |
1101 | 2025-06-30T22:07:33.629Z | Downloaded futures-macro v0.3.31 |
1102 | 2025-06-30T22:07:33.629Z | Downloaded tokio-tungstenite v0.21.0 |
1103 | 2025-06-30T22:07:33.629Z | Downloaded tungstenite v0.23.0 |
1104 | 2025-06-30T22:07:33.636Z | Downloaded unicode-properties v0.1.3 |
1105 | 2025-06-30T22:07:33.643Z | Downloaded spin v0.9.8 |
1106 | 2025-06-30T22:07:33.643Z | Downloaded yansi v1.0.1 |
1107 | 2025-06-30T22:07:33.643Z | Downloaded flume v0.11.1 |
1108 | 2025-06-30T22:07:33.649Z | Downloaded elliptic-curve v0.13.8 |
1109 | 2025-06-30T22:07:33.649Z | Downloaded hickory-server v0.25.2 |
1110 | 2025-06-30T22:07:33.652Z | Downloaded ghash v0.5.1 |
1111 | 2025-06-30T22:07:33.653Z | Downloaded filetime v0.2.25 |
1112 | 2025-06-30T22:07:33.653Z | Downloaded fd-lock v4.0.2 |
1113 | 2025-06-30T22:07:33.657Z | Downloaded cc v1.2.15 |
1114 | 2025-06-30T22:07:33.663Z | Downloaded bumpalo v3.16.0 |
1115 | 2025-06-30T22:07:33.668Z | Downloaded rustls-pemfile v2.2.0 |
1116 | 2025-06-30T22:07:33.668Z | Downloaded curve25519-dalek-derive v0.1.1 |
1117 | 2025-06-30T22:07:33.668Z | Downloaded xz2 v0.1.7 |
1118 | 2025-06-30T22:07:33.668Z | Downloaded hickory-resolver v0.25.2 |
1119 | 2025-06-30T22:07:33.672Z | Downloaded untrusted v0.7.1 |
1120 | 2025-06-30T22:07:33.672Z | Downloaded uuid v1.17.0 |
1121 | 2025-06-30T22:07:33.677Z | Downloaded typify v0.3.0 |
1122 | 2025-06-30T22:07:33.681Z | Downloaded rayon-core v1.12.1 |
1123 | 2025-06-30T22:07:33.681Z | Downloaded fxhash v0.2.1 |
1124 | 2025-06-30T22:07:33.681Z | Downloaded dyn-clone v1.0.19 |
1125 | 2025-06-30T22:07:33.684Z | Downloaded oxide-tokio-rt v0.1.1 |
1126 | 2025-06-30T22:07:33.684Z | Downloaded spki v0.7.3 |
1127 | 2025-06-30T22:07:33.684Z | Downloaded owo-colors v4.2.2 |
1128 | 2025-06-30T22:07:33.687Z | Downloaded nanorand v0.7.0 |
1129 | 2025-06-30T22:07:33.693Z | Downloaded base64 v0.22.1 |
1130 | 2025-06-30T22:07:33.696Z | Downloaded derive_builder v0.20.2 |
1131 | 2025-06-30T22:07:33.699Z | Downloaded heapless v0.7.17 |
1132 | 2025-06-30T22:07:33.703Z | Downloaded powerfmt v0.2.0 |
1133 | 2025-06-30T22:07:33.703Z | Downloaded vte v0.11.1 |
1134 | 2025-06-30T22:07:33.710Z | Downloaded schemars_derive v0.8.22 |
1135 | 2025-06-30T22:07:33.710Z | Downloaded typify v0.4.1 |
1136 | 2025-06-30T22:07:33.715Z | Downloaded predicates v3.1.3 |
1137 | 2025-06-30T22:07:33.715Z | Downloaded num-iter v0.1.45 |
1138 | 2025-06-30T22:07:33.715Z | Downloaded num-integer v0.1.46 |
1139 | 2025-06-30T22:07:33.715Z | Downloaded num-derive v0.4.2 |
1140 | 2025-06-30T22:07:33.719Z | Downloaded num-derive v0.3.3 |
1141 | 2025-06-30T22:07:33.719Z | Downloaded twox-hash v2.1.0 |
1142 | 2025-06-30T22:07:33.720Z | Downloaded bytes v1.10.1 |
1143 | 2025-06-30T22:07:33.724Z | Downloaded predicates-core v1.0.8 |
1144 | 2025-06-30T22:07:33.724Z | Downloaded pbkdf2 v0.12.2 |
1145 | 2025-06-30T22:07:33.728Z | Downloaded pbkdf2 v0.11.0 |
1146 | 2025-06-30T22:07:33.728Z | Downloaded hash32 v0.3.1 |
1147 | 2025-06-30T22:07:33.728Z | Downloaded jiff-static v0.2.15 |
1148 | 2025-06-30T22:07:33.742Z | Downloaded multer v3.1.0 |
1149 | 2025-06-30T22:07:33.742Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2025-06-30T22:07:33.742Z | Downloaded itertools v0.10.5 |
1151 | 2025-06-30T22:07:33.747Z | Downloaded crc-any v2.5.0 |
1152 | 2025-06-30T22:07:33.747Z | Downloaded which v4.4.2 |
1153 | 2025-06-30T22:07:33.747Z | Downloaded uzers v0.12.1 |
1154 | 2025-06-30T22:07:33.747Z | Downloaded crossbeam-utils v0.8.21 |
1155 | 2025-06-30T22:07:33.751Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2025-06-30T22:07:33.751Z | Downloaded crc32fast v1.4.2 |
1157 | 2025-06-30T22:07:33.751Z | Downloaded clang-sys v1.8.1 |
1158 | 2025-06-30T22:07:33.756Z | Downloaded ciborium v0.2.2 |
1159 | 2025-06-30T22:07:33.760Z | Downloaded document-features v0.2.10 |
1160 | 2025-06-30T22:07:33.760Z | Downloaded openssl-probe v0.1.5 |
1161 | 2025-06-30T22:07:33.760Z | Downloaded openssl-macros v0.1.1 |
1162 | 2025-06-30T22:07:33.760Z | Downloaded hash32 v0.2.1 |
1163 | 2025-06-30T22:07:33.760Z | Downloaded aes v0.8.4 |
1164 | 2025-06-30T22:07:33.764Z | Downloaded const-oid v0.9.6 |
1165 | 2025-06-30T22:07:33.774Z | Downloaded compact_str v0.8.0 |
1166 | 2025-06-30T22:07:33.774Z | Downloaded cancel-safe-futures v0.1.5 |
1167 | 2025-06-30T22:07:33.780Z | Downloaded ignore v0.4.23 |
1168 | 2025-06-30T22:07:33.780Z | Downloaded thiserror-impl-no-std v2.0.2 |
1169 | 2025-06-30T22:07:33.780Z | Downloaded tabwriter v1.4.0 |
1170 | 2025-06-30T22:07:33.780Z | Downloaded russh-keys v0.45.0 |
1171 | 2025-06-30T22:07:33.780Z | Downloaded rustc-demangle v0.1.24 |
1172 | 2025-06-30T22:07:33.785Z | Downloaded bzip2 v0.4.4 |
1173 | 2025-06-30T22:07:33.785Z | Downloaded display-error-chain v0.2.2 |
1174 | 2025-06-30T22:07:33.785Z | Downloaded debug-ignore v1.0.5 |
1175 | 2025-06-30T22:07:33.785Z | Downloaded progenitor-impl v0.9.1 |
1176 | 2025-06-30T22:07:33.789Z | Downloaded iddqd v0.3.8 |
1177 | 2025-06-30T22:07:33.796Z | Downloaded crc v3.2.1 |
1178 | 2025-06-30T22:07:33.796Z | Downloaded cookie_store v0.21.1 |
1179 | 2025-06-30T22:07:33.801Z | Downloaded colored v2.2.0 |
1180 | 2025-06-30T22:07:33.801Z | Downloaded tls_codec_derive v0.4.1 |
1181 | 2025-06-30T22:07:33.801Z | Downloaded thiserror-no-std v2.0.2 |
1182 | 2025-06-30T22:07:33.807Z | Downloaded indexmap v1.9.3 |
1183 | 2025-06-30T22:07:33.807Z | Downloaded hickory-client v0.25.2 |
1184 | 2025-06-30T22:07:33.834Z | Downloaded slog-scope v4.4.0 |
1185 | 2025-06-30T22:07:33.838Z | Downloaded slog-async v2.8.0 |
1186 | 2025-06-30T22:07:33.841Z | Downloaded serde_urlencoded v0.7.1 |
1187 | 2025-06-30T22:07:33.841Z | Downloaded serde_repr v0.1.19 |
1188 | 2025-06-30T22:07:33.845Z | Downloaded semver v0.1.20 |
1189 | 2025-06-30T22:07:33.845Z | Downloaded bzip2 v0.5.2 |
1190 | 2025-06-30T22:07:33.853Z | Downloaded cobs v0.2.3 |
1191 | 2025-06-30T22:07:33.856Z | Downloaded memmap2 v0.9.5 |
1192 | 2025-06-30T22:07:33.856Z | Downloaded libloading v0.8.5 |
1193 | 2025-06-30T22:07:33.856Z | Downloaded psl-types v2.0.11 |
1194 | 2025-06-30T22:07:33.856Z | Downloaded progenitor-macro v0.10.0 |
1195 | 2025-06-30T22:07:33.856Z | Downloaded progenitor v0.10.0 |
1196 | 2025-06-30T22:07:33.856Z | Downloaded indent_write v2.2.0 |
1197 | 2025-06-30T22:07:33.860Z | Downloaded httparse v1.9.5 |
1198 | 2025-06-30T22:07:33.860Z | Downloaded predicates-tree v1.0.12 |
1199 | 2025-06-30T22:07:33.863Z | Downloaded ingot v0.1.0 |
1200 | 2025-06-30T22:07:33.863Z | Downloaded crossbeam-deque v0.8.5 |
1201 | 2025-06-30T22:07:33.868Z | Downloaded crc-catalog v2.4.0 |
1202 | 2025-06-30T22:07:33.868Z | Downloaded cassowary v0.3.0 |
1203 | 2025-06-30T22:07:33.872Z | Downloaded ingot-macros v0.1.0 |
1204 | 2025-06-30T22:07:33.872Z | Downloaded iana-time-zone v0.1.63 |
1205 | 2025-06-30T22:07:33.878Z | Downloaded critical-section v1.1.3 |
1206 | 2025-06-30T22:07:33.878Z | Downloaded cmake v0.1.51 |
1207 | 2025-06-30T22:07:33.878Z | Downloaded chrono-tz-build v0.4.0 |
1208 | 2025-06-30T22:07:33.883Z | Downloaded convert_case v0.4.0 |
1209 | 2025-06-30T22:07:33.883Z | Downloaded constant_time_eq v0.3.1 |
1210 | 2025-06-30T22:07:33.883Z | Downloaded blowfish v0.9.1 |
1211 | 2025-06-30T22:07:33.883Z | Downloaded atomicwrites v0.4.4 |
1212 | 2025-06-30T22:07:33.883Z | Downloaded sync-ptr v0.1.4 |
1213 | 2025-06-30T22:07:33.887Z | Downloaded signature v2.2.0 |
1214 | 2025-06-30T22:07:33.887Z | Downloaded secrecy v0.8.0 |
1215 | 2025-06-30T22:07:33.887Z | Downloaded managed v0.8.0 |
1216 | 2025-06-30T22:07:33.891Z | Downloaded lru-cache v0.1.2 |
1217 | 2025-06-30T22:07:33.891Z | Downloaded lazycell v1.3.0 |
1218 | 2025-06-30T22:07:33.891Z | Downloaded jobserver v0.1.32 |
1219 | 2025-06-30T22:07:33.896Z | Downloaded ipnetwork v0.21.1 |
1220 | 2025-06-30T22:07:33.896Z | Downloaded bit-set v0.5.3 |
1221 | 2025-06-30T22:07:33.901Z | Downloaded linked-hash-map v0.5.6 |
1222 | 2025-06-30T22:07:33.901Z | Downloaded libz-rs-sys v0.5.1 |
1223 | 2025-06-30T22:07:33.901Z | Downloaded cipher v0.4.4 |
1224 | 2025-06-30T22:07:33.901Z | Downloaded bitflags v1.3.2 |
1225 | 2025-06-30T22:07:33.905Z | Downloaded linear-map v1.2.0 |
1226 | 2025-06-30T22:07:33.908Z | Downloaded heck v0.3.3 |
1227 | 2025-06-30T22:07:33.908Z | Downloaded ciborium-ll v0.2.2 |
1228 | 2025-06-30T22:07:33.908Z | Downloaded libscf-sys v1.1.0 |
1229 | 2025-06-30T22:07:33.913Z | Downloaded bitfield v0.14.0 |
1230 | 2025-06-30T22:07:33.913Z | Downloaded hex v0.4.3 |
1231 | 2025-06-30T22:07:33.917Z | Downloaded chacha20 v0.9.1 |
1232 | 2025-06-30T22:07:33.917Z | Downloaded cbc v0.1.2 |
1233 | 2025-06-30T22:07:33.917Z | Downloaded castaway v0.2.3 |
1234 | 2025-06-30T22:07:33.933Z | Downloaded buf-list v1.0.3 |
1235 | 2025-06-30T22:07:33.933Z | Downloaded bitfield-struct v0.6.2 |
1236 | 2025-06-30T22:07:33.937Z | Downloaded bit-set v0.8.0 |
1237 | 2025-06-30T22:07:33.937Z | Downloaded cexpr v0.6.0 |
1238 | 2025-06-30T22:07:33.937Z | Downloaded bit-vec v0.6.3 |
1239 | 2025-06-30T22:07:33.937Z | Downloaded internet-checksum v0.2.1 |
1240 | 2025-06-30T22:07:33.937Z | Downloaded ident_case v1.0.1 |
1241 | 2025-06-30T22:07:33.938Z | Downloaded hubpack_derive v0.1.1 |
1242 | 2025-06-30T22:07:33.938Z | Downloaded ciborium-io v0.2.2 |
1243 | 2025-06-30T22:07:33.938Z | Downloaded async-stream-impl v0.3.6 |
1244 | 2025-06-30T22:07:33.938Z | Downloaded cfg_aliases v0.2.1 |
1245 | 2025-06-30T22:07:33.938Z | Downloaded http-range v0.1.5 |
1246 | 2025-06-30T22:07:33.938Z | Downloaded bcs v0.1.6 |
1247 | 2025-06-30T22:07:33.938Z | Downloaded hashbrown v0.13.2 |
1248 | 2025-06-30T22:07:33.942Z | Downloaded arrayref v0.3.9 |
1249 | 2025-06-30T22:07:33.942Z | Downloaded adler2 v2.0.0 |
1250 | 2025-06-30T22:07:33.946Z | Downloaded http v1.3.1 |
1251 | 2025-06-30T22:07:33.951Z | Downloaded atomic-waker v1.1.2 |
1252 | 2025-06-30T22:07:33.951Z | Downloaded atty v0.2.14 |
1253 | 2025-06-30T22:07:33.951Z | Downloaded ascii-canvas v3.0.0 |
1254 | 2025-06-30T22:07:33.951Z | Downloaded aho-corasick v1.1.3 |
1255 | 2025-06-30T22:07:33.959Z | Downloaded headers-core v0.3.0 |
1256 | 2025-06-30T22:07:33.962Z | Downloaded hashbrown v0.12.3 |
1257 | 2025-06-30T22:07:33.962Z | Downloaded base16ct v0.2.0 |
1258 | 2025-06-30T22:07:33.962Z | Downloaded async-trait v0.1.88 |
1259 | 2025-06-30T22:07:33.974Z | Downloaded async-recursion v1.1.1 |
1260 | 2025-06-30T22:07:33.985Z | Downloaded assert_matches v1.5.0 |
1261 | 2025-06-30T22:07:33.985Z | Downloaded aead v0.5.2 |
1262 | 2025-06-30T22:07:34.194Z | Downloaded aws-lc-sys v0.26.0 |
1263 | 2025-06-30T22:07:34.531Z | Compiling value-bag v1.9.0 |
1264 | 2025-06-30T22:07:34.531Z | Compiling shlex v1.3.0 |
1265 | 2025-06-30T22:07:34.531Z | Compiling lock_api v0.4.12 |
1266 | 2025-06-30T22:07:34.534Z | Compiling scopeguard v1.2.0 |
1267 | 2025-06-30T22:07:34.534Z | Compiling typenum v1.17.0 |
1268 | 2025-06-30T22:07:34.534Z | Compiling generic-array v0.14.7 |
1269 | 2025-06-30T22:07:34.739Z | Compiling syn v2.0.104 |
1270 | 2025-06-30T22:07:34.743Z | Compiling getrandom v0.2.15 |
1271 | 2025-06-30T22:07:34.851Z | Compiling jobserver v0.1.32 |
1272 | 2025-06-30T22:07:35.020Z | Compiling smallvec v1.15.0 |
1273 | 2025-06-30T22:07:35.038Z | Compiling rand_core v0.6.4 |
1274 | 2025-06-30T22:07:35.195Z | Compiling log v0.4.27 |
1275 | 2025-06-30T22:07:35.257Z | Compiling cc v1.2.15 |
1276 | 2025-06-30T22:07:35.508Z | Compiling portable-atomic v1.11.0 |
1277 | 2025-06-30T22:07:35.558Z | Compiling critical-section v1.1.3 |
1278 | 2025-06-30T22:07:35.669Z | Compiling subtle v2.6.1 |
1279 | 2025-06-30T22:07:35.673Z | Compiling const-oid v0.9.6 |
1280 | 2025-06-30T22:07:35.730Z | Compiling pkg-config v0.3.31 |
1281 | 2025-06-30T22:07:35.946Z | Compiling parking_lot_core v0.9.10 |
1282 | 2025-06-30T22:07:36.019Z | Compiling pin-project-lite v0.2.14 |
1283 | 2025-06-30T22:07:36.171Z | Compiling rustix v0.38.37 |
1284 | 2025-06-30T22:07:36.985Z | Compiling signal-hook-registry v1.4.2 |
1285 | 2025-06-30T22:07:37.013Z | Compiling parking_lot v0.12.3 |
1286 | 2025-06-30T22:07:37.042Z | Compiling mio v1.0.2 |
1287 | 2025-06-30T22:07:37.069Z | Compiling futures-core v0.3.31 |
1288 | 2025-06-30T22:07:37.310Z | Compiling spin v0.9.8 |
1289 | 2025-06-30T22:07:37.667Z | Compiling once_cell v1.21.3 |
1290 | 2025-06-30T22:07:37.690Z | Compiling socket2 v0.5.10 |
1291 | 2025-06-30T22:07:37.774Z | Compiling slab v0.4.9 |
1292 | 2025-06-30T22:07:37.817Z | Compiling aho-corasick v1.1.3 |
1293 | 2025-06-30T22:07:37.845Z | Compiling serde_json v1.0.140 |
1294 | 2025-06-30T22:07:38.051Z | Compiling libm v0.2.8 |
1295 | 2025-06-30T22:07:38.072Z | Compiling cpufeatures v0.2.14 |
1296 | 2025-06-30T22:07:38.092Z | Compiling either v1.15.0 |
1297 | 2025-06-30T22:07:38.149Z | Compiling regex-syntax v0.8.5 |
1298 | 2025-06-30T22:07:38.358Z | Compiling num-traits v0.2.19 |
1299 | 2025-06-30T22:07:38.408Z | Compiling glob v0.3.2 |
1300 | 2025-06-30T22:07:38.497Z | Compiling futures-sink v0.3.31 |
1301 | 2025-06-30T22:07:38.517Z | Compiling getrandom v0.3.1 |
1302 | 2025-06-30T22:07:38.641Z | Compiling percent-encoding v2.3.1 |
1303 | 2025-06-30T22:07:39.006Z | Compiling prettyplease v0.2.35 |
1304 | 2025-06-30T22:07:39.188Z | Compiling clang-sys v1.8.1 |
1305 | 2025-06-30T22:07:39.281Z | Compiling lazy_static v1.5.0 |
1306 | 2025-06-30T22:07:39.379Z | Compiling minimal-lexical v0.2.1 |
1307 | 2025-06-30T22:07:39.420Z | Compiling allocator-api2 v0.2.21 |
1308 | 2025-06-30T22:07:39.662Z | Compiling foldhash v0.1.5 |
1309 | 2025-06-30T22:07:39.882Z | Compiling nom v7.1.3 |
1310 | 2025-06-30T22:07:39.904Z | Compiling libloading v0.8.5 |
1311 | 2025-06-30T22:07:40.128Z | Compiling hashbrown v0.15.4 |
1312 | 2025-06-30T22:07:40.241Z | Compiling home v0.5.9 |
1313 | 2025-06-30T22:07:40.284Z | Compiling base64ct v1.6.0 |
1314 | 2025-06-30T22:07:40.467Z | Compiling bindgen v0.69.5 |
1315 | 2025-06-30T22:07:40.866Z | Compiling pem-rfc7468 v0.7.0 |
1316 | 2025-06-30T22:07:41.717Z | Compiling futures-channel v0.3.31 |
1317 | 2025-06-30T22:07:41.743Z | Compiling itertools v0.12.1 |
1318 | 2025-06-30T22:07:41.810Z | Compiling regex-automata v0.4.8 |
1319 | 2025-06-30T22:07:41.835Z | Compiling futures-task v0.3.31 |
1320 | 2025-06-30T22:07:42.071Z | Compiling synstructure v0.13.1 |
1321 | 2025-06-30T22:07:43.137Z | Compiling cexpr v0.6.0 |
1322 | 2025-06-30T22:07:43.407Z | Compiling rustc-hash v1.1.0 |
1323 | 2025-06-30T22:07:43.578Z | Compiling flagset v0.4.6 |
1324 | 2025-06-30T22:07:43.775Z | Compiling lazycell v1.3.0 |
1325 | 2025-06-30T22:07:43.780Z | Compiling futures-io v0.3.31 |
1326 | 2025-06-30T22:07:43.967Z | Compiling pin-utils v0.1.0 |
1327 | 2025-06-30T22:07:44.080Z | Compiling cmake v0.1.51 |
1328 | 2025-06-30T22:07:44.101Z | Compiling fs_extra v1.3.0 |
1329 | 2025-06-30T22:07:44.280Z | Compiling dunce v1.0.5 |
1330 | 2025-06-30T22:07:44.432Z | Compiling form_urlencoded v1.2.1 |
1331 | 2025-06-30T22:07:44.632Z | Compiling vcpkg v0.2.15 |
1332 | 2025-06-30T22:07:44.636Z | Compiling paste v1.0.15 |
1333 | 2025-06-30T22:07:44.748Z | Compiling zerocopy v0.8.26 |
1334 | 2025-06-30T22:07:44.873Z | Compiling crossbeam-utils v0.8.21 |
1335 | 2025-06-30T22:07:44.900Z | Compiling ring v0.17.14 |
1336 | 2025-06-30T22:07:45.412Z | Compiling tracing-core v0.1.32 |
1337 | 2025-06-30T22:07:45.562Z | Compiling iana-time-zone v0.1.63 |
1338 | 2025-06-30T22:07:45.876Z | Compiling aws-lc-rs v1.12.4 |
1339 | 2025-06-30T22:07:46.231Z | Compiling openssl-sys v0.9.109 |
1340 | 2025-06-30T22:07:46.276Z | Compiling tinyvec_macros v0.1.1 |
1341 | 2025-06-30T22:07:46.386Z | Compiling httparse v1.9.5 |
1342 | 2025-06-30T22:07:46.529Z | Compiling rustls-pki-types v1.10.0 |
1343 | 2025-06-30T22:07:46.681Z | Compiling serde_derive v1.0.219 |
1344 | 2025-06-30T22:07:46.986Z | Compiling zeroize_derive v1.4.2 |
1345 | 2025-06-30T22:07:47.215Z | Compiling zerofrom-derive v0.1.4 |
1346 | 2025-06-30T22:07:47.236Z | Compiling yoke-derive v0.7.4 |
1347 | 2025-06-30T22:07:47.400Z | Compiling zerovec-derive v0.10.3 |
1348 | 2025-06-30T22:07:48.227Z | Compiling zeroize v1.8.1 |
1349 | 2025-06-30T22:07:49.719Z | Compiling displaydoc v0.2.5 |
1350 | 2025-06-30T22:07:49.817Z | Compiling zerocopy-derive v0.7.35 |
1351 | 2025-06-30T22:07:49.944Z | Compiling crypto-common v0.1.6 |
1352 | 2025-06-30T22:07:50.137Z | Compiling block-buffer v0.10.4 |
1353 | 2025-06-30T22:07:50.419Z | Compiling digest v0.10.7 |
1354 | 2025-06-30T22:07:50.561Z | Compiling zerofrom v0.1.4 |
1355 | 2025-06-30T22:07:50.803Z | Compiling yoke v0.7.4 |
1356 | 2025-06-30T22:07:50.857Z | Compiling tokio-macros v2.5.0 |
1357 | 2025-06-30T22:07:51.028Z | Compiling hmac v0.12.1 |
1358 | 2025-06-30T22:07:51.090Z | Compiling icu_provider_macros v1.5.0 |
1359 | 2025-06-30T22:07:51.172Z | Compiling zerovec v0.10.4 |
1360 | 2025-06-30T22:07:51.287Z | Compiling block-padding v0.3.3 |
1361 | 2025-06-30T22:07:51.367Z | Compiling sha2 v0.10.9 |
1362 | 2025-06-30T22:07:51.544Z | Compiling inout v0.1.3 |
1363 | 2025-06-30T22:07:51.591Z | Compiling zerocopy v0.7.35 |
1364 | 2025-06-30T22:07:51.806Z | Compiling cipher v0.4.4 |
1365 | 2025-06-30T22:07:51.826Z | Compiling regex v1.11.1 |
1366 | 2025-06-30T22:07:52.130Z | Compiling futures-macro v0.3.31 |
1367 | 2025-06-30T22:07:52.215Z | Compiling der_derive v0.7.3 |
1368 | 2025-06-30T22:07:52.280Z | Compiling thiserror-impl v1.0.69 |
1369 | 2025-06-30T22:07:52.769Z | Compiling salsa20 v0.10.2 |
1370 | 2025-06-30T22:07:52.930Z | Compiling tinystr v0.7.6 |
1371 | 2025-06-30T22:07:53.007Z | Compiling icu_collections v1.5.0 |
1372 | 2025-06-30T22:07:53.149Z | Compiling ppv-lite86 v0.2.20 |
1373 | 2025-06-30T22:07:53.316Z | Compiling icu_locid v1.5.0 |
1374 | 2025-06-30T22:07:53.660Z | Compiling serde v1.0.219 |
1375 | 2025-06-30T22:07:53.952Z | Compiling futures-util v0.3.31 |
1376 | 2025-06-30T22:07:53.987Z | Compiling pbkdf2 v0.12.2 |
1377 | 2025-06-30T22:07:54.172Z | Compiling scrypt v0.11.0 |
1378 | 2025-06-30T22:07:54.260Z | Compiling aes v0.8.4 |
1379 | 2025-06-30T22:07:54.392Z | Compiling der v0.7.9 |
1380 | 2025-06-30T22:07:54.656Z | Compiling icu_provider v1.5.0 |
1381 | 2025-06-30T22:07:54.711Z | Compiling cbc v0.1.2 |
1382 | 2025-06-30T22:07:54.972Z | Compiling zerocopy-derive v0.8.26 |
1383 | 2025-06-30T22:07:55.184Z | Compiling thiserror v1.0.69 |
1384 | 2025-06-30T22:07:55.351Z | Compiling icu_locid_transform v1.5.0 |
1385 | 2025-06-30T22:07:55.375Z | Compiling pest v2.7.14 |
1386 | 2025-06-30T22:07:55.544Z | Compiling tracing-attributes v0.1.27 |
1387 | 2025-06-30T22:07:56.900Z | Compiling icu_properties v1.5.1 |
1388 | 2025-06-30T22:07:57.226Z | Compiling spki v0.7.3 |
1389 | 2025-06-30T22:07:57.578Z | Compiling pkcs5 v0.7.1 |
1390 | 2025-06-30T22:07:57.609Z | Compiling scroll_derive v0.12.0 |
1391 | 2025-06-30T22:07:58.205Z | Compiling pkcs8 v0.10.2 |
1392 | 2025-06-30T22:07:58.632Z | Compiling pest_meta v2.7.14 |
1393 | 2025-06-30T22:07:58.635Z | Compiling tracing v0.1.40 |
1394 | 2025-06-30T22:07:58.870Z | Compiling bytes v1.10.1 |
1395 | 2025-06-30T22:07:58.963Z | Compiling bitflags v2.9.0 |
1396 | 2025-06-30T22:07:59.094Z | Compiling semver v1.0.26 |
1397 | 2025-06-30T22:07:59.209Z | Compiling indexmap v2.9.0 |
1398 | 2025-06-30T22:07:59.747Z | Compiling rustc_version v0.4.1 |
1399 | 2025-06-30T22:08:00.302Z | Compiling tokio v1.45.1 |
1400 | 2025-06-30T22:08:00.412Z | Compiling icu_normalizer v1.5.0 |
1401 | 2025-06-30T22:08:00.566Z | Compiling http v1.3.1 |
1402 | 2025-06-30T22:08:01.306Z | Compiling uuid v1.17.0 |
1403 | 2025-06-30T22:08:01.499Z | Compiling idna_adapter v1.2.0 |
1404 | 2025-06-30T22:08:01.744Z | Compiling idna v1.0.3 |
1405 | 2025-06-30T22:08:01.866Z | Compiling chrono v0.4.41 |
1406 | 2025-06-30T22:08:02.055Z | Compiling http-body v1.0.1 |
1407 | 2025-06-30T22:08:02.324Z | Compiling url v2.5.4 |
1408 | 2025-06-30T22:08:02.652Z | Compiling base64 v0.22.1 |
1409 | 2025-06-30T22:08:02.705Z | Compiling rand_core v0.9.2 |
1410 | 2025-06-30T22:08:02.825Z | Compiling pest_generator v2.7.14 |
1411 | 2025-06-30T22:08:03.130Z | Compiling which v4.4.2 |
1412 | 2025-06-30T22:08:03.184Z | Compiling scroll v0.12.0 |
1413 | 2025-06-30T22:08:03.391Z | Compiling tinyvec v1.8.0 |
1414 | 2025-06-30T22:08:03.710Z | Compiling serde_derive_internals v0.29.1 |
1415 | 2025-06-30T22:08:04.004Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1416 | 2025-06-30T22:08:04.025Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1417 | 2025-06-30T22:08:04.498Z | Compiling openssl v0.10.73 |
1418 | 2025-06-30T22:08:04.640Z | Compiling rustversion v1.0.17 |
1419 | 2025-06-30T22:08:04.738Z | Compiling openssl-probe v0.1.5 |
1420 | 2025-06-30T22:08:04.880Z | Compiling foreign-types-shared v0.1.1 |
1421 | 2025-06-30T22:08:04.900Z | Compiling powerfmt v0.2.0 |
1422 | 2025-06-30T22:08:05.019Z | Compiling atomic-waker v1.1.2 |
1423 | 2025-06-30T22:08:05.038Z | Compiling try-lock v0.2.5 |
1424 | 2025-06-30T22:08:05.079Z | Compiling num-conv v0.1.0 |
1425 | 2025-06-30T22:08:05.209Z | Compiling time-core v0.1.2 |
1426 | 2025-06-30T22:08:05.227Z | Compiling adler2 v2.0.0 |
1427 | 2025-06-30T22:08:05.247Z | Compiling untrusted v0.7.1 |
1428 | 2025-06-30T22:08:05.275Z | Compiling untrusted v0.9.0 |
1429 | 2025-06-30T22:08:05.353Z | Compiling schemars v0.8.22 |
1430 | 2025-06-30T22:08:05.387Z | Compiling tower-service v0.3.3 |
1431 | 2025-06-30T22:08:05.435Z | Compiling goblin v0.8.2 |
1432 | 2025-06-30T22:08:05.476Z | Compiling time-macros v0.2.18 |
1433 | 2025-06-30T22:08:05.521Z | Compiling miniz_oxide v0.8.5 |
1434 | 2025-06-30T22:08:05.781Z | Compiling want v0.3.1 |
1435 | 2025-06-30T22:08:05.905Z | Compiling schemars_derive v0.8.22 |
1436 | 2025-06-30T22:08:06.053Z | Compiling deranged v0.3.11 |
1437 | 2025-06-30T22:08:06.926Z | Compiling foreign-types v0.3.2 |
1438 | 2025-06-30T22:08:07.399Z | Compiling pest_derive v2.7.14 |
1439 | 2025-06-30T22:08:08.316Z | Compiling tokio-util v0.7.15 |
1440 | 2025-06-30T22:08:09.326Z | Compiling rand_chacha v0.9.0 |
1441 | 2025-06-30T22:08:09.391Z | Compiling h2 v0.4.6 |
1442 | 2025-06-30T22:08:09.586Z | Compiling ipnet v2.11.0 |
1443 | 2025-06-30T22:08:10.615Z | Compiling openssl-macros v0.1.1 |
1444 | 2025-06-30T22:08:10.658Z | Compiling native-tls v0.2.12 |
1445 | 2025-06-30T22:08:10.896Z | Compiling rustls v0.23.19 |
1446 | 2025-06-30T22:08:10.972Z | Compiling dyn-clone v1.0.19 |
1447 | 2025-06-30T22:08:11.171Z | Compiling httpdate v1.0.3 |
1448 | 2025-06-30T22:08:11.200Z | Compiling syn v1.0.109 |
1449 | 2025-06-30T22:08:11.297Z | Compiling num_threads v0.1.7 |
1450 | 2025-06-30T22:08:11.447Z | Compiling time v0.3.36 |
1451 | 2025-06-30T22:08:11.567Z | Compiling dof v0.3.0 |
1452 | 2025-06-30T22:08:13.343Z | Compiling rand v0.9.1 |
1453 | 2025-06-30T22:08:14.228Z | Compiling dtrace-parser v0.2.0 |
1454 | 2025-06-30T22:08:15.842Z | Compiling unicode-normalization v0.1.24 |
1455 | 2025-06-30T22:08:16.122Z | Compiling hyper v1.6.0 |
1456 | 2025-06-30T22:08:16.156Z | Compiling heapless v0.7.17 |
1457 | 2025-06-30T22:08:16.254Z | Compiling signature v2.2.0 |
1458 | 2025-06-30T22:08:16.550Z | Compiling crossbeam-epoch v0.9.18 |
1459 | 2025-06-30T22:08:16.579Z | Compiling crc32fast v1.4.2 |
1460 | 2025-06-30T22:08:16.859Z | Compiling cookie v0.18.1 |
1461 | 2025-06-30T22:08:16.915Z | Compiling slog v2.7.0 |
1462 | 2025-06-30T22:08:17.166Z | Compiling signal-hook v0.3.18 |
1463 | 2025-06-30T22:08:17.188Z | Compiling siphasher v0.3.11 |
1464 | 2025-06-30T22:08:17.411Z | Compiling zstd-safe v7.2.3 |
1465 | 2025-06-30T22:08:17.432Z | Compiling zlib-rs v0.5.1 |
1466 | 2025-06-30T22:08:17.531Z | Compiling rayon-core v1.12.1 |
1467 | 2025-06-30T22:08:17.717Z | Compiling unicode-properties v0.1.3 |
1468 | 2025-06-30T22:08:17.814Z | Compiling unicode-bidi v0.3.17 |
1469 | 2025-06-30T22:08:18.172Z | Compiling phf_shared v0.11.2 |
1470 | 2025-06-30T22:08:18.530Z | Compiling stringprep v0.1.5 |
1471 | 2025-06-30T22:08:18.589Z | Compiling hyper-util v0.1.14 |
1472 | 2025-06-30T22:08:19.228Z | Compiling crossbeam-deque v0.8.5 |
1473 | 2025-06-30T22:08:19.506Z | Compiling usdt-impl v0.5.0 |
1474 | 2025-06-30T22:08:19.591Z | Compiling curve25519-dalek v4.1.3 |
1475 | 2025-06-30T22:08:19.673Z | Compiling serde_tokenstream v0.2.2 |
1476 | 2025-06-30T22:08:20.217Z | Compiling serde_spanned v0.6.9 |
1477 | 2025-06-30T22:08:20.238Z | Compiling toml_datetime v0.6.11 |
1478 | 2025-06-30T22:08:20.426Z | Compiling rand_chacha v0.3.1 |
1479 | 2025-06-30T22:08:20.705Z | Compiling md-5 v0.10.6 |
1480 | 2025-06-30T22:08:20.708Z | Compiling num-integer v0.1.46 |
1481 | 2025-06-30T22:08:21.002Z | Compiling sync_wrapper v1.0.1 |
1482 | 2025-06-30T22:08:21.007Z | Compiling ff v0.13.0 |
1483 | 2025-06-30T22:08:21.166Z | Compiling hash32 v0.2.1 |
1484 | 2025-06-30T22:08:21.241Z | Compiling memoffset v0.9.1 |
1485 | 2025-06-30T22:08:21.417Z | Compiling base16ct v0.2.0 |
1486 | 2025-06-30T22:08:21.506Z | Compiling fallible-iterator v0.2.0 |
1487 | 2025-06-30T22:08:21.559Z | Compiling num-bigint-dig v0.8.4 |
1488 | 2025-06-30T22:08:21.736Z | Compiling litrs v0.4.1 |
1489 | 2025-06-30T22:08:21.863Z | Compiling tower-layer v0.3.3 |
1490 | 2025-06-30T22:08:22.057Z | Compiling gimli v0.31.1 |
1491 | 2025-06-30T22:08:22.131Z | Compiling newtype-uuid v1.2.4 |
1492 | 2025-06-30T22:08:22.153Z | Compiling smoltcp v0.9.1 |
1493 | 2025-06-30T22:08:22.153Z | Compiling cfg_aliases v0.2.1 |
1494 | 2025-06-30T22:08:22.270Z | Compiling psl-types v2.0.11 |
1495 | 2025-06-30T22:08:22.444Z | Compiling nix v0.29.0 |
1496 | 2025-06-30T22:08:22.484Z | Compiling publicsuffix v2.3.0 |
1497 | 2025-06-30T22:08:22.735Z | Compiling document-features v0.2.10 |
1498 | 2025-06-30T22:08:22.778Z | Compiling tower v0.5.2 |
1499 | 2025-06-30T22:08:22.805Z | Compiling postgres-protocol v0.6.8 |
1500 | 2025-06-30T22:08:23.252Z | Compiling sec1 v0.7.3 |
1501 | 2025-06-30T22:08:23.612Z | Compiling libz-rs-sys v0.5.1 |
1502 | 2025-06-30T22:08:23.945Z | Compiling flate2 v1.1.2 |
1503 | 2025-06-30T22:08:23.948Z | Compiling group v0.13.0 |
1504 | 2025-06-30T22:08:23.995Z | Compiling num-iter v0.1.45 |
1505 | 2025-06-30T22:08:24.289Z | Compiling rand v0.8.5 |
1506 | 2025-06-30T22:08:24.604Z | Compiling tokio-native-tls v0.3.1 |
1507 | 2025-06-30T22:08:25.548Z | Compiling ipnetwork v0.21.1 |
1508 | 2025-06-30T22:08:25.712Z | Compiling rustls-native-certs v0.8.1 |
1509 | 2025-06-30T22:08:25.755Z | Compiling terminal_size v0.4.0 |
1510 | 2025-06-30T22:08:25.947Z | Compiling http-body-util v0.1.3 |
1511 | 2025-06-30T22:08:25.989Z | Compiling hkdf v0.12.4 |
1512 | 2025-06-30T22:08:26.224Z | Compiling addr2line v0.24.2 |
1513 | 2025-06-30T22:08:26.244Z | Compiling crypto-bigint v0.5.5 |
1514 | 2025-06-30T22:08:26.266Z | Compiling webpki-roots v1.0.0 |
1515 | 2025-06-30T22:08:26.323Z | Compiling thiserror-impl v2.0.12 |
1516 | 2025-06-30T22:08:26.425Z | Compiling async-trait v0.1.88 |
1517 | 2025-06-30T22:08:26.491Z | Compiling curve25519-dalek-derive v0.1.1 |
1518 | 2025-06-30T22:08:26.629Z | Compiling fs-err v3.1.1 |
1519 | 2025-06-30T22:08:26.867Z | Compiling object v0.36.5 |
1520 | 2025-06-30T22:08:26.940Z | Compiling ahash v0.8.11 |
1521 | 2025-06-30T22:08:27.279Z | Compiling managed v0.8.0 |
1522 | 2025-06-30T22:08:27.728Z | Compiling simd-adler32 v0.3.7 |
1523 | 2025-06-30T22:08:27.835Z | Compiling bitflags v1.3.2 |
1524 | 2025-06-30T22:08:27.957Z | Compiling buf-list v1.0.3 |
1525 | 2025-06-30T22:08:28.237Z | Compiling rustc-demangle v0.1.24 |
1526 | 2025-06-30T22:08:28.535Z | Compiling anyhow v1.0.98 |
1527 | 2025-06-30T22:08:29.372Z | Compiling bumpalo v3.16.0 |
1528 | 2025-06-30T22:08:29.397Z | Compiling lockfree-object-pool v0.1.6 |
1529 | 2025-06-30T22:08:29.397Z | Compiling iri-string v0.7.8 |
1530 | 2025-06-30T22:08:29.397Z | Compiling winnow v0.5.40 |
1531 | 2025-06-30T22:08:29.397Z | Compiling zopfli v0.8.1 |
1532 | 2025-06-30T22:08:29.407Z | Compiling thiserror v2.0.12 |
1533 | 2025-06-30T22:08:29.595Z | Compiling console v0.15.10 |
1534 | 2025-06-30T22:08:30.851Z | Compiling strum_macros v0.25.3 |
1535 | 2025-06-30T22:08:31.025Z | Compiling hubpack_derive v0.1.1 |
1536 | 2025-06-30T22:08:31.274Z | Compiling elliptic-curve v0.13.8 |
1537 | 2025-06-30T22:08:31.816Z | Compiling clap_builder v4.5.40 |
1538 | 2025-06-30T22:08:31.871Z | Compiling hubpack v0.1.2 |
1539 | 2025-06-30T22:08:32.075Z | Compiling tower-http v0.6.6 |
1540 | 2025-06-30T22:08:32.653Z | Compiling toml_edit v0.19.15 |
1541 | 2025-06-30T22:08:33.170Z | Compiling hyper-tls v0.6.0 |
1542 | 2025-06-30T22:08:33.594Z | Compiling backtrace v0.3.74 |
1543 | 2025-06-30T22:08:33.964Z | Compiling oxnet v0.1.2 |
1544 | 2025-06-30T22:08:34.413Z | Compiling cookie_store v0.21.1 |
1545 | 2025-06-30T22:08:34.699Z | Compiling signal-hook-mio v0.2.4 |
1546 | 2025-06-30T22:08:34.886Z | Compiling rayon v1.10.0 |
1547 | 2025-06-30T22:08:35.800Z | Compiling zstd v0.13.3 |
1548 | 2025-06-30T22:08:36.334Z | Compiling postgres-types v0.2.9 |
1549 | 2025-06-30T22:08:36.853Z | Compiling usdt-attr-macro v0.5.0 |
1550 | 2025-06-30T22:08:37.628Z | Compiling usdt-macro v0.5.0 |
1551 | 2025-06-30T22:08:38.385Z | Compiling phf v0.11.2 |
1552 | 2025-06-30T22:08:38.678Z | Compiling ed25519 v2.2.3 |
1553 | 2025-06-30T22:08:38.988Z | Compiling strum_macros v0.26.4 |
1554 | 2025-06-30T22:08:39.140Z | Compiling bzip2 v0.4.4 |
1555 | 2025-06-30T22:08:39.166Z | Compiling bzip2 v0.5.2 |
1556 | 2025-06-30T22:08:39.340Z | Compiling clap_derive v4.5.40 |
1557 | 2025-06-30T22:08:39.537Z | Compiling enum-as-inner v0.6.1 |
1558 | 2025-06-30T22:08:39.559Z | Compiling serde_urlencoded v0.7.1 |
1559 | 2025-06-30T22:08:40.067Z | Compiling serde-big-array v0.5.1 |
1560 | 2025-06-30T22:08:40.161Z | Compiling pkcs1 v0.7.5 |
1561 | 2025-06-30T22:08:40.307Z | Compiling rfc6979 v0.4.0 |
1562 | 2025-06-30T22:08:40.511Z | Compiling bstr v1.10.0 |
1563 | 2025-06-30T22:08:40.554Z | Compiling daft-derive v0.1.3 |
1564 | 2025-06-30T22:08:40.557Z | Compiling serde_repr v0.1.19 |
1565 | 2025-06-30T22:08:41.018Z | Compiling float-cmp v0.10.0 |
1566 | 2025-06-30T22:08:41.273Z | Compiling encoding_rs v0.8.34 |
1567 | 2025-06-30T22:08:41.627Z | Compiling new_debug_unreachable v1.0.6 |
1568 | 2025-06-30T22:08:41.737Z | Compiling predicates-core v1.0.8 |
1569 | 2025-06-30T22:08:41.937Z | Compiling whoami v1.6.0 |
1570 | 2025-06-30T22:08:42.063Z | Compiling precomputed-hash v0.1.1 |
1571 | 2025-06-30T22:08:42.085Z | Compiling number_prefix v0.4.0 |
1572 | 2025-06-30T22:08:42.210Z | Compiling static_assertions v1.1.0 |
1573 | 2025-06-30T22:08:42.328Z | Compiling mime v0.3.17 |
1574 | 2025-06-30T22:08:42.331Z | Compiling unicode-segmentation v1.12.0 |
1575 | 2025-06-30T22:08:42.477Z | Compiling data-encoding v2.9.0 |
1576 | 2025-06-30T22:08:42.811Z | Compiling fixedbitset v0.4.2 |
1577 | 2025-06-30T22:08:43.151Z | Compiling normalize-line-endings v0.3.0 |
1578 | 2025-06-30T22:08:43.202Z | Compiling difflib v0.4.0 |
1579 | 2025-06-30T22:08:43.224Z | Compiling toml_edit v0.22.27 |
1580 | 2025-06-30T22:08:43.292Z | Compiling strum v0.26.3 |
1581 | 2025-06-30T22:08:43.502Z | Compiling hickory-proto v0.25.2 |
1582 | 2025-06-30T22:08:43.638Z | Compiling clap v4.5.40 |
1583 | 2025-06-30T22:08:43.769Z | Compiling predicates v3.1.3 |
1584 | 2025-06-30T22:08:44.238Z | Compiling petgraph v0.6.5 |
1585 | 2025-06-30T22:08:44.474Z | Compiling similar v2.7.0 |
1586 | 2025-06-30T22:08:44.889Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1587 | 2025-06-30T22:08:45.267Z | Compiling indicatif v0.17.11 |
1588 | 2025-06-30T22:08:46.476Z | Compiling tokio-postgres v0.7.13 |
1589 | 2025-06-30T22:08:47.010Z | Compiling string_cache v0.8.9 |
1590 | 2025-06-30T22:08:47.156Z | Compiling daft v0.1.3 |
1591 | 2025-06-30T22:08:47.459Z | Compiling usdt v0.5.0 |
1592 | 2025-06-30T22:08:47.694Z | Compiling rsa v0.9.6 |
1593 | 2025-06-30T22:08:47.782Z | Compiling ecdsa v0.16.9 |
1594 | 2025-06-30T22:08:47.921Z | Compiling zip v4.2.0 |
1595 | 2025-06-30T22:08:48.610Z | Compiling zip v0.6.6 |
1596 | 2025-06-30T22:08:49.919Z | Compiling ed25519-dalek v2.1.1 |
1597 | 2025-06-30T22:08:50.079Z | Compiling toml v0.7.8 |
1598 | 2025-06-30T22:08:51.241Z | Compiling crossterm v0.28.1 |
1599 | 2025-06-30T22:08:52.146Z | Compiling tokio-stream v0.1.17 |
1600 | 2025-06-30T22:08:52.272Z | Compiling openapiv3 v2.2.0 |
1601 | 2025-06-30T22:08:52.329Z | Compiling x509-cert v0.2.5 |
1602 | 2025-06-30T22:08:52.491Z | Compiling sha1 v0.10.6 |
1603 | 2025-06-30T22:08:52.914Z | Compiling itertools v0.10.5 |
1604 | 2025-06-30T22:08:53.114Z | Compiling dirs-sys-next v0.1.2 |
1605 | 2025-06-30T22:08:53.649Z | Compiling winnow v0.6.26 |
1606 | 2025-06-30T22:08:54.350Z | Compiling peg-runtime v0.8.5 |
1607 | 2025-06-30T22:08:54.895Z | Compiling lalrpop-util v0.19.12 |
1608 | 2025-06-30T22:08:55.042Z | Compiling rustc-hash v2.1.1 |
1609 | 2025-06-30T22:08:55.085Z | Compiling dirs-next v2.0.0 |
1610 | 2025-06-30T22:08:55.235Z | Compiling thread_local v1.1.8 |
1611 | 2025-06-30T22:08:55.258Z | Compiling slog-async v2.8.0 |
1612 | 2025-06-30T22:08:55.290Z | Compiling term v0.7.0 |
1613 | 2025-06-30T22:08:55.452Z | Compiling xattr v1.3.1 |
1614 | 2025-06-30T22:08:55.698Z | Compiling futures-executor v0.3.31 |
1615 | 2025-06-30T22:08:55.726Z | Compiling crossbeam-channel v0.5.15 |
1616 | 2025-06-30T22:08:55.823Z | Compiling is-terminal v0.4.13 |
1617 | 2025-06-30T22:08:55.970Z | Compiling filetime v0.2.25 |
1618 | 2025-06-30T22:08:56.160Z | Compiling take_mut v0.2.2 |
1619 | 2025-06-30T22:08:56.249Z | Compiling tar v0.4.44 |
1620 | 2025-06-30T22:08:56.270Z | Compiling slog-term v2.9.1 |
1621 | 2025-06-30T22:08:56.333Z | Compiling futures v0.3.31 |
1622 | 2025-06-30T22:08:56.459Z | Compiling camino v1.1.10 |
1623 | 2025-06-30T22:09:02.500Z | Compiling aws-lc-sys v0.26.0 |
1624 | 2025-06-30T22:09:31.408Z | Compiling rustls-webpki v0.102.8 |
1625 | 2025-06-30T22:09:35.803Z | Compiling tokio-rustls v0.26.0 |
1626 | 2025-06-30T22:09:36.048Z | Compiling hyper-rustls v0.27.7 |
1627 | 2025-06-30T22:09:36.377Z | Compiling reqwest v0.12.20 |
1628 | 2025-06-30T22:09:39.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1629 | 2025-06-30T22:09:39.970Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1630 | 2025-06-30T22:09:44.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1631 | 2025-06-30T22:09:44.580Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1632 | 2025-06-30T22:09:44.636Z | Jun 30 22:09:43.623 INFO Starting download, target: Clickhouse |
1633 | 2025-06-30T22:09:44.636Z | Jun 30 22:09:43.624 INFO Starting download, target: Console |
1634 | 2025-06-30T22:09:44.636Z | Jun 30 22:09:43.624 INFO Starting download, target: Cockroach |
1635 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.624 INFO Starting download, target: DendriteStub |
1636 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.624 INFO Starting download, target: MaghemiteMgd |
1637 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.624 INFO Starting download, target: TransceiverControl |
1638 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.624 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1639 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.624 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1640 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.625 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1641 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.625 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1642 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.625 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1643 | 2025-06-30T22:09:44.640Z | Jun 30 22:09:43.625 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1644 | 2025-06-30T22:09:44.981Z | Jun 30 22:09:43.952 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1645 | 2025-06-30T22:09:45.189Z | Jun 30 22:09:44.149 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1646 | 2025-06-30T22:09:45.373Z | Jun 30 22:09:44.362 INFO Download complete, target: TransceiverControl |
1647 | 2025-06-30T22:09:45.567Z | Jun 30 22:09:44.545 INFO Download complete, target: Console |
1648 | 2025-06-30T22:09:45.965Z | Jun 30 22:09:44.943 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1649 | 2025-06-30T22:09:46.247Z | Jun 30 22:09:45.209 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1650 | 2025-06-30T22:09:46.943Z | Jun 30 22:09:45.925 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1651 | 2025-06-30T22:09:47.132Z | Jun 30 22:09:46.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1652 | 2025-06-30T22:09:47.132Z | Jun 30 22:09:46.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1653 | 2025-06-30T22:09:48.929Z | Jun 30 22:09:47.918 INFO Download complete, target: DendriteStub |
1654 | 2025-06-30T22:09:49.595Z | Jun 30 22:09:48.585 INFO Download complete, target: MaghemiteMgd |
1655 | 2025-06-30T22:09:53.441Z | Jun 30 22:09:52.427 INFO Checking that binary works, target: Cockroach |
1656 | 2025-06-30T22:09:53.604Z | Jun 30 22:09:52.592 INFO Download complete, target: Cockroach |
1657 | 2025-06-30T22:09:56.971Z | Jun 30 22:09:55.956 INFO Checking that binary works, target: Clickhouse |
1658 | 2025-06-30T22:09:57.129Z | Jun 30 22:09:56.117 INFO Download complete, target: Clickhouse |
1659 | 2025-06-30T22:09:57.137Z | All prerequisites installed successfully |
1660 | 2025-06-30T22:09:57.140Z | |
1661 | 2025-06-30T22:09:57.140Z | real 4:34.840836317 |
1662 | 2025-06-30T22:09:57.140Z | user 16:05.338575392 |
1663 | 2025-06-30T22:09:57.140Z | sys 2:11.470421320 |
1664 | 2025-06-30T22:09:57.140Z | trap 0.589546191 |
1665 | 2025-06-30T22:09:57.140Z | tflt 0.821507344 |
1666 | 2025-06-30T22:09:57.141Z | dflt 1.223148095 |
1667 | 2025-06-30T22:09:57.141Z | kflt 0.024978860 |
1668 | 2025-06-30T22:09:57.141Z | lock 23:55.710426917 |
1669 | 2025-06-30T22:09:57.141Z | slp 57:41.779238105 |
1670 | 2025-06-30T22:09:57.141Z | lat 1:02.547291714 |
1671 | 2025-06-30T22:09:57.141Z | stop 2:47.329392965 |
1672 | 2025-06-30T22:09:57.141Z | + ptime -m cargo xtask download softnpu |
1673 | 2025-06-30T22:09:57.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1674 | 2025-06-30T22:09:57.842Z | Running `target/debug/xtask download softnpu` |
1675 | 2025-06-30T22:09:58.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1676 | 2025-06-30T22:09:58.856Z | Running `target/debug/xtask-downloader softnpu` |
1677 | 2025-06-30T22:09:58.901Z | Jun 30 22:09:57.884 INFO Starting download, target: Softnpu |
1678 | 2025-06-30T22:09:58.906Z | Jun 30 22:09:57.885 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1679 | 2025-06-30T22:09:59.427Z | Jun 30 22:09:58.413 INFO Download complete, target: Softnpu |
1680 | 2025-06-30T22:09:59.430Z | |
1681 | 2025-06-30T22:09:59.430Z | real 2.286822860 |
1682 | 2025-06-30T22:09:59.430Z | user 1.482618012 |
1683 | 2025-06-30T22:09:59.430Z | sys 0.634340144 |
1684 | 2025-06-30T22:09:59.430Z | trap 0.001381173 |
1685 | 2025-06-30T22:09:59.430Z | tflt 0.000073808 |
1686 | 2025-06-30T22:09:59.430Z | dflt 0.000150715 |
1687 | 2025-06-30T22:09:59.430Z | kflt 0.000000000 |
1688 | 2025-06-30T22:09:59.430Z | lock 5.716851703 |
1689 | 2025-06-30T22:09:59.430Z | slp 0.389201866 |
1690 | 2025-06-30T22:09:59.431Z | lat 0.071483266 |
1691 | 2025-06-30T22:09:59.431Z | stop 0.000157992 |
1692 | 2025-06-30T22:09:59.435Z | + export CARGO_INCREMENTAL=0 |
1693 | 2025-06-30T22:09:59.435Z | + CARGO_INCREMENTAL=0 |
1694 | 2025-06-30T22:09:59.435Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1695 | 2025-06-30T22:10:00.570Z | Compiling proc-macro2 v1.0.95 |
1696 | 2025-06-30T22:10:00.570Z | Compiling unicode-ident v1.0.18 |
1697 | 2025-06-30T22:10:00.573Z | Compiling libc v0.2.174 |
1698 | 2025-06-30T22:10:00.573Z | Compiling serde v1.0.219 |
1699 | 2025-06-30T22:10:00.573Z | Compiling autocfg v1.4.0 |
1700 | 2025-06-30T22:10:00.573Z | Compiling cfg-if v1.0.1 |
1701 | 2025-06-30T22:10:00.573Z | Compiling version_check v0.9.5 |
1702 | 2025-06-30T22:10:00.878Z | Compiling memchr v2.7.4 |
1703 | 2025-06-30T22:10:00.899Z | Compiling shlex v1.3.0 |
1704 | 2025-06-30T22:10:00.920Z | Compiling portable-atomic v1.11.0 |
1705 | 2025-06-30T22:10:01.346Z | Compiling typenum v1.17.0 |
1706 | 2025-06-30T22:10:01.352Z | Compiling generic-array v0.14.7 |
1707 | 2025-06-30T22:10:01.422Z | Compiling lock_api v0.4.12 |
1708 | 2025-06-30T22:10:01.652Z | Compiling value-bag v1.9.0 |
1709 | 2025-06-30T22:10:01.744Z | Compiling libm v0.2.8 |
1710 | 2025-06-30T22:10:02.083Z | Compiling serde_json v1.0.140 |
1711 | 2025-06-30T22:10:02.104Z | Compiling num-traits v0.2.19 |
1712 | 2025-06-30T22:10:02.154Z | Compiling log v0.4.27 |
1713 | 2025-06-30T22:10:02.218Z | Compiling getrandom v0.3.1 |
1714 | 2025-06-30T22:10:02.409Z | Compiling quote v1.0.40 |
1715 | 2025-06-30T22:10:02.421Z | Compiling parking_lot_core v0.9.10 |
1716 | 2025-06-30T22:10:02.586Z | Compiling jobserver v0.1.32 |
1717 | 2025-06-30T22:10:02.778Z | Compiling syn v2.0.104 |
1718 | 2025-06-30T22:10:02.803Z | Compiling scopeguard v1.2.0 |
1719 | 2025-06-30T22:10:02.824Z | Compiling smallvec v1.15.0 |
1720 | 2025-06-30T22:10:02.843Z | Compiling semver v1.0.26 |
1721 | 2025-06-30T22:10:02.843Z | Compiling getrandom v0.2.15 |
1722 | 2025-06-30T22:10:02.960Z | Compiling cc v1.2.15 |
1723 | 2025-06-30T22:10:03.205Z | Compiling pkg-config v0.3.31 |
1724 | 2025-06-30T22:10:03.225Z | Compiling itoa v1.0.11 |
1725 | 2025-06-30T22:10:03.299Z | Compiling aho-corasick v1.1.3 |
1726 | 2025-06-30T22:10:03.320Z | Compiling rustix v0.38.37 |
1727 | 2025-06-30T22:10:03.406Z | Compiling regex-syntax v0.8.5 |
1728 | 2025-06-30T22:10:04.189Z | Compiling either v1.15.0 |
1729 | 2025-06-30T22:10:04.855Z | Compiling critical-section v1.1.3 |
1730 | 2025-06-30T22:10:05.014Z | Compiling stable_deref_trait v1.2.0 |
1731 | 2025-06-30T22:10:05.063Z | Compiling slab v0.4.9 |
1732 | 2025-06-30T22:10:05.278Z | Compiling once_cell v1.21.3 |
1733 | 2025-06-30T22:10:05.376Z | Compiling spin v0.9.8 |
1734 | 2025-06-30T22:10:05.395Z | Compiling errno v0.3.12 |
1735 | 2025-06-30T22:10:05.484Z | Compiling rand_core v0.6.4 |
1736 | 2025-06-30T22:10:05.730Z | Compiling glob v0.3.2 |
1737 | 2025-06-30T22:10:05.975Z | Compiling subtle v2.6.1 |
1738 | 2025-06-30T22:10:05.995Z | Compiling equivalent v1.0.2 |
1739 | 2025-06-30T22:10:06.129Z | Compiling allocator-api2 v0.2.21 |
1740 | 2025-06-30T22:10:06.150Z | Compiling prettyplease v0.2.35 |
1741 | 2025-06-30T22:10:06.311Z | Compiling pin-project-lite v0.2.14 |
1742 | 2025-06-30T22:10:06.431Z | Compiling clang-sys v1.8.1 |
1743 | 2025-06-30T22:10:06.474Z | Compiling ryu v1.0.18 |
1744 | 2025-06-30T22:10:06.655Z | Compiling thiserror v1.0.69 |
1745 | 2025-06-30T22:10:06.676Z | Compiling foldhash v0.1.5 |
1746 | 2025-06-30T22:10:07.010Z | Compiling regex-automata v0.4.8 |
1747 | 2025-06-30T22:10:07.046Z | Compiling hashbrown v0.15.4 |
1748 | 2025-06-30T22:10:07.098Z | Compiling lazy_static v1.5.0 |
1749 | 2025-06-30T22:10:07.234Z | Compiling litemap v0.7.3 |
1750 | 2025-06-30T22:10:07.273Z | Compiling schemars v0.8.22 |
1751 | 2025-06-30T22:10:07.394Z | Compiling minimal-lexical v0.2.1 |
1752 | 2025-06-30T22:10:07.613Z | Compiling writeable v0.5.5 |
1753 | 2025-06-30T22:10:08.244Z | Compiling nom v7.1.3 |
1754 | 2025-06-30T22:10:08.853Z | Compiling libloading v0.8.5 |
1755 | 2025-06-30T22:10:08.909Z | Compiling bindgen v0.69.5 |
1756 | 2025-06-30T22:10:09.219Z | Compiling home v0.5.9 |
1757 | 2025-06-30T22:10:09.395Z | Compiling percent-encoding v2.3.1 |
1758 | 2025-06-30T22:10:09.678Z | Compiling synstructure v0.13.1 |
1759 | 2025-06-30T22:10:09.852Z | Compiling serde_derive_internals v0.29.1 |
1760 | 2025-06-30T22:10:10.786Z | Compiling itertools v0.12.1 |
1761 | 2025-06-30T22:10:11.137Z | Compiling cexpr v0.6.0 |
1762 | 2025-06-30T22:10:11.494Z | Compiling lazycell v1.3.0 |
1763 | 2025-06-30T22:10:11.658Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2025-06-30T22:10:11.682Z | Compiling rustc-hash v1.1.0 |
1765 | 2025-06-30T22:10:11.853Z | Compiling byteorder v1.5.0 |
1766 | 2025-06-30T22:10:12.366Z | Compiling regex v1.11.1 |
1767 | 2025-06-30T22:10:12.424Z | Compiling cmake v0.1.51 |
1768 | 2025-06-30T22:10:12.526Z | Compiling signal-hook-registry v1.4.2 |
1769 | 2025-06-30T22:10:12.893Z | Compiling zerocopy v0.8.26 |
1770 | 2025-06-30T22:10:13.157Z | Compiling paste v1.0.15 |
1771 | 2025-06-30T22:10:13.229Z | Compiling fs_extra v1.3.0 |
1772 | 2025-06-30T22:10:13.365Z | Compiling serde_derive v1.0.219 |
1773 | 2025-06-30T22:10:13.537Z | Compiling zeroize_derive v1.4.2 |
1774 | 2025-06-30T22:10:13.557Z | Compiling zerofrom-derive v0.1.4 |
1775 | 2025-06-30T22:10:13.585Z | Compiling yoke-derive v0.7.4 |
1776 | 2025-06-30T22:10:13.748Z | Compiling zerovec-derive v0.10.3 |
1777 | 2025-06-30T22:10:13.857Z | Compiling displaydoc v0.2.5 |
1778 | 2025-06-30T22:10:14.715Z | Compiling icu_provider_macros v1.5.0 |
1779 | 2025-06-30T22:10:15.148Z | Compiling tokio-macros v2.5.0 |
1780 | 2025-06-30T22:10:15.641Z | Compiling zeroize v1.8.1 |
1781 | 2025-06-30T22:10:15.742Z | Compiling zerocopy-derive v0.7.35 |
1782 | 2025-06-30T22:10:15.901Z | Compiling thiserror-impl v1.0.69 |
1783 | 2025-06-30T22:10:16.074Z | Compiling schemars_derive v0.8.22 |
1784 | 2025-06-30T22:10:16.330Z | Compiling zerofrom v0.1.4 |
1785 | 2025-06-30T22:10:16.570Z | Compiling yoke v0.7.4 |
1786 | 2025-06-30T22:10:16.969Z | Compiling zerovec v0.10.4 |
1787 | 2025-06-30T22:10:17.316Z | Compiling futures-macro v0.3.31 |
1788 | 2025-06-30T22:10:17.487Z | Compiling icu_properties_data v1.5.0 |
1789 | 2025-06-30T22:10:17.750Z | Compiling dunce v1.0.5 |
1790 | 2025-06-30T22:10:18.052Z | Compiling parking_lot v0.12.3 |
1791 | 2025-06-30T22:10:18.357Z | Compiling mio v1.0.2 |
1792 | 2025-06-30T22:10:18.380Z | Compiling utf16_iter v1.0.5 |
1793 | 2025-06-30T22:10:18.578Z | Compiling utf8_iter v1.0.4 |
1794 | 2025-06-30T22:10:18.631Z | Compiling icu_normalizer_data v1.5.0 |
1795 | 2025-06-30T22:10:18.755Z | Compiling write16 v1.0.0 |
1796 | 2025-06-30T22:10:18.912Z | Compiling tinystr v0.7.6 |
1797 | 2025-06-30T22:10:18.916Z | Compiling icu_collections v1.5.0 |
1798 | 2025-06-30T22:10:19.347Z | Compiling icu_locid v1.5.0 |
1799 | 2025-06-30T22:10:19.751Z | Compiling crypto-common v0.1.6 |
1800 | 2025-06-30T22:10:19.779Z | Compiling zerocopy-derive v0.8.26 |
1801 | 2025-06-30T22:10:19.972Z | Compiling socket2 v0.5.10 |
1802 | 2025-06-30T22:10:20.627Z | Compiling icu_provider v1.5.0 |
1803 | 2025-06-30T22:10:20.780Z | Compiling fnv v1.0.7 |
1804 | 2025-06-30T22:10:20.952Z | Compiling const-oid v0.9.6 |
1805 | 2025-06-30T22:10:21.692Z | Compiling icu_locid_transform v1.5.0 |
1806 | 2025-06-30T22:10:22.560Z | Compiling form_urlencoded v1.2.1 |
1807 | 2025-06-30T22:10:22.763Z | Compiling ring v0.17.14 |
1808 | 2025-06-30T22:10:23.086Z | Compiling icu_properties v1.5.1 |
1809 | 2025-06-30T22:10:23.974Z | Compiling tracing-attributes v0.1.27 |
1810 | 2025-06-30T22:10:24.152Z | Compiling der_derive v0.7.3 |
1811 | 2025-06-30T22:10:25.179Z | Compiling bitflags v2.9.0 |
1812 | 2025-06-30T22:10:25.264Z | Compiling bytes v1.10.1 |
1813 | 2025-06-30T22:10:26.766Z | Compiling indexmap v2.9.0 |
1814 | 2025-06-30T22:10:26.908Z | Compiling icu_normalizer v1.5.0 |
1815 | 2025-06-30T22:10:27.428Z | Compiling tokio v1.45.1 |
1816 | 2025-06-30T22:10:28.138Z | Compiling idna_adapter v1.2.0 |
1817 | 2025-06-30T22:10:28.393Z | Compiling idna v1.0.3 |
1818 | 2025-06-30T22:10:28.753Z | Compiling aws-lc-rs v1.12.4 |
1819 | 2025-06-30T22:10:29.167Z | Compiling vcpkg v0.2.15 |
1820 | 2025-06-30T22:10:29.219Z | Compiling url v2.5.4 |
1821 | 2025-06-30T22:10:30.127Z | Compiling which v4.4.2 |
1822 | 2025-06-30T22:10:30.620Z | Compiling openssl-sys v0.9.109 |
1823 | 2025-06-30T22:10:32.477Z | Compiling block-buffer v0.10.4 |
1824 | 2025-06-30T22:10:32.738Z | Compiling futures-core v0.3.31 |
1825 | 2025-06-30T22:10:33.298Z | Compiling thiserror v2.0.12 |
1826 | 2025-06-30T22:10:33.362Z | Compiling heck v0.5.0 |
1827 | 2025-06-30T22:10:33.458Z | Compiling digest v0.10.7 |
1828 | 2025-06-30T22:10:33.993Z | Compiling zerocopy v0.7.35 |
1829 | 2025-06-30T22:10:33.997Z | Compiling thiserror-impl v2.0.12 |
1830 | 2025-06-30T22:10:34.253Z | Compiling httparse v1.9.5 |
1831 | 2025-06-30T22:10:35.363Z | Compiling uuid v1.17.0 |
1832 | 2025-06-30T22:10:35.837Z | Compiling crossbeam-utils v0.8.21 |
1833 | 2025-06-30T22:10:35.881Z | Compiling iana-time-zone v0.1.63 |
1834 | 2025-06-30T22:10:36.331Z | Compiling syn v1.0.109 |
1835 | 2025-06-30T22:10:36.544Z | Compiling chrono v0.4.41 |
1836 | 2025-06-30T22:10:37.746Z | Compiling num-conv v0.1.0 |
1837 | 2025-06-30T22:10:37.940Z | Compiling time-core v0.1.2 |
1838 | 2025-06-30T22:10:38.134Z | Compiling futures-sink v0.3.31 |
1839 | 2025-06-30T22:10:38.137Z | Compiling time-macros v0.2.18 |
1840 | 2025-06-30T22:10:39.748Z | Compiling openssl v0.10.73 |
1841 | 2025-06-30T22:10:40.165Z | Compiling cpufeatures v0.2.14 |
1842 | 2025-06-30T22:10:40.677Z | Compiling hmac v0.12.1 |
1843 | 2025-06-30T22:10:40.764Z | Compiling rustc_version v0.4.1 |
1844 | 2025-06-30T22:10:40.928Z | Compiling serde_tokenstream v0.2.2 |
1845 | 2025-06-30T22:10:41.468Z | Compiling block-padding v0.3.3 |
1846 | 2025-06-30T22:10:41.501Z | Compiling openssl-macros v0.1.1 |
1847 | 2025-06-30T22:10:41.713Z | Compiling scroll_derive v0.12.0 |
1848 | 2025-06-30T22:10:41.800Z | Compiling aws-lc-sys v0.26.0 |
1849 | 2025-06-30T22:10:42.564Z | Compiling dyn-clone v1.0.19 |
1850 | 2025-06-30T22:10:42.838Z | Compiling native-tls v0.2.12 |
1851 | 2025-06-30T22:10:42.989Z | Compiling rustls v0.23.19 |
1852 | 2025-06-30T22:10:43.184Z | Compiling ucd-trie v0.1.7 |
1853 | 2025-06-30T22:10:43.500Z | Compiling pest v2.7.14 |
1854 | 2025-06-30T22:10:43.623Z | Compiling inout v0.1.3 |
1855 | 2025-06-30T22:10:43.912Z | Compiling futures-channel v0.3.31 |
1856 | 2025-06-30T22:10:44.420Z | Compiling strsim v0.11.1 |
1857 | 2025-06-30T22:10:44.530Z | Compiling futures-task v0.3.31 |
1858 | 2025-06-30T22:10:44.644Z | Compiling futures-io v0.3.31 |
1859 | 2025-06-30T22:10:44.968Z | Compiling pin-utils v0.1.0 |
1860 | 2025-06-30T22:10:45.076Z | Compiling futures-util v0.3.31 |
1861 | 2025-06-30T22:10:46.369Z | Compiling pest_meta v2.7.14 |
1862 | 2025-06-30T22:10:47.903Z | Compiling cipher v0.4.4 |
1863 | 2025-06-30T22:10:48.366Z | Compiling sha2 v0.10.9 |
1864 | 2025-06-30T22:10:48.800Z | Compiling http v1.3.1 |
1865 | 2025-06-30T22:10:49.126Z | Compiling cookie v0.18.1 |
1866 | 2025-06-30T22:10:49.433Z | Compiling base64ct v1.6.0 |
1867 | 2025-06-30T22:10:49.970Z | Compiling pem-rfc7468 v0.7.0 |
1868 | 2025-06-30T22:10:50.518Z | Compiling pest_generator v2.7.14 |
1869 | 2025-06-30T22:10:51.050Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1870 | 2025-06-30T22:10:51.525Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1871 | 2025-06-30T22:10:52.487Z | Compiling flagset v0.4.6 |
1872 | 2025-06-30T22:10:52.521Z | Compiling slog v2.7.0 |
1873 | 2025-06-30T22:10:52.521Z | Compiling der v0.7.9 |
1874 | 2025-06-30T22:10:52.522Z | Compiling pest_derive v2.7.14 |
1875 | 2025-06-30T22:10:52.900Z | Compiling serde_spanned v0.6.9 |
1876 | 2025-06-30T22:10:53.141Z | Compiling toml_datetime v0.6.11 |
1877 | 2025-06-30T22:10:53.261Z | Compiling tracing-core v0.1.32 |
1878 | 2025-06-30T22:10:53.539Z | Compiling usdt-impl v0.5.0 |
1879 | 2025-06-30T22:10:53.621Z | Compiling anyhow v1.0.98 |
1880 | 2025-06-30T22:10:53.876Z | Compiling rustversion v1.0.17 |
1881 | 2025-06-30T22:10:54.124Z | Compiling rustls-pki-types v1.10.0 |
1882 | 2025-06-30T22:10:54.435Z | Compiling rayon-core v1.12.1 |
1883 | 2025-06-30T22:10:54.638Z | Compiling tracing v0.1.40 |
1884 | 2025-06-30T22:10:54.701Z | Compiling spki v0.7.3 |
1885 | 2025-06-30T22:10:54.820Z | Compiling salsa20 v0.10.2 |
1886 | 2025-06-30T22:10:55.061Z | Compiling scroll v0.12.0 |
1887 | 2025-06-30T22:10:55.080Z | Compiling pbkdf2 v0.12.2 |
1888 | 2025-06-30T22:10:55.279Z | Compiling ppv-lite86 v0.2.20 |
1889 | 2025-06-30T22:10:55.619Z | Compiling winnow v0.5.40 |
1890 | 2025-06-30T22:10:55.650Z | Compiling plain v0.2.3 |
1891 | 2025-06-30T22:10:55.763Z | Compiling litrs v0.4.1 |
1892 | 2025-06-30T22:10:55.997Z | Compiling goblin v0.8.2 |
1893 | 2025-06-30T22:10:56.070Z | Compiling scrypt v0.11.0 |
1894 | 2025-06-30T22:10:56.559Z | Compiling aes v0.8.4 |
1895 | 2025-06-30T22:10:56.676Z | Compiling document-features v0.2.10 |
1896 | 2025-06-30T22:10:57.423Z | Compiling cbc v0.1.2 |
1897 | 2025-06-30T22:10:57.637Z | Compiling tokio-util v0.7.15 |
1898 | 2025-06-30T22:10:58.849Z | Compiling toml_edit v0.19.15 |
1899 | 2025-06-30T22:11:00.175Z | Compiling pretty-hex v0.4.1 |
1900 | 2025-06-30T22:11:00.404Z | Compiling untrusted v0.9.0 |
1901 | 2025-06-30T22:11:00.619Z | Compiling untrusted v0.7.1 |
1902 | 2025-06-30T22:11:00.816Z | Compiling powerfmt v0.2.0 |
1903 | 2025-06-30T22:11:00.836Z | Compiling newtype-uuid v1.2.4 |
1904 | 2025-06-30T22:11:01.124Z | Compiling deranged v0.3.11 |
1905 | 2025-06-30T22:11:01.475Z | Compiling pkcs5 v0.7.1 |
1906 | 2025-06-30T22:11:02.413Z | Compiling dof v0.3.0 |
1907 | 2025-06-30T22:11:03.444Z | Compiling dtrace-parser v0.2.0 |
1908 | 2025-06-30T22:11:03.768Z | Compiling http-body v1.0.1 |
1909 | 2025-06-30T22:11:04.021Z | Compiling heapless v0.7.17 |
1910 | 2025-06-30T22:11:04.450Z | Compiling thread-id v4.2.2 |
1911 | 2025-06-30T22:11:04.830Z | Compiling num_threads v0.1.7 |
1912 | 2025-06-30T22:11:04.954Z | Compiling atomic-waker v1.1.2 |
1913 | 2025-06-30T22:11:05.055Z | Compiling zstd-safe v7.2.3 |
1914 | 2025-06-30T22:11:05.153Z | Compiling base64 v0.22.1 |
1915 | 2025-06-30T22:11:05.210Z | Compiling adler2 v2.0.0 |
1916 | 2025-06-30T22:11:05.266Z | Compiling signal-hook v0.3.18 |
1917 | 2025-06-30T22:11:05.364Z | Compiling miniz_oxide v0.8.5 |
1918 | 2025-06-30T22:11:05.455Z | Compiling time v0.3.36 |
1919 | 2025-06-30T22:11:07.555Z | Compiling pkcs8 v0.10.2 |
1920 | 2025-06-30T22:11:08.409Z | Compiling tower-service v0.3.3 |
1921 | 2025-06-30T22:11:08.722Z | Compiling tinyvec_macros v0.1.1 |
1922 | 2025-06-30T22:11:09.425Z | Compiling try-lock v0.2.5 |
1923 | 2025-06-30T22:11:09.616Z | Compiling want v0.3.1 |
1924 | 2025-06-30T22:11:09.639Z | Compiling tinyvec v1.8.0 |
1925 | 2025-06-30T22:11:11.075Z | Compiling h2 v0.4.6 |
1926 | 2025-06-30T22:11:12.433Z | Compiling rand_core v0.9.2 |
1927 | 2025-06-30T22:11:12.812Z | Compiling curve25519-dalek v4.1.3 |
1928 | 2025-06-30T22:11:13.377Z | Compiling ipnet v2.11.0 |
1929 | 2025-06-30T22:11:13.619Z | Compiling async-trait v0.1.88 |
1930 | 2025-06-30T22:11:14.497Z | Compiling memoffset v0.9.1 |
1931 | 2025-06-30T22:11:14.834Z | Compiling openssl-probe v0.1.5 |
1932 | 2025-06-30T22:11:15.144Z | Compiling httpdate v1.0.3 |
1933 | 2025-06-30T22:11:16.165Z | Compiling foreign-types-shared v0.1.1 |
1934 | 2025-06-30T22:11:16.249Z | Compiling num-bigint-dig v0.8.4 |
1935 | 2025-06-30T22:11:16.325Z | Compiling smoltcp v0.9.1 |
1936 | 2025-06-30T22:11:16.662Z | Compiling foreign-types v0.3.2 |
1937 | 2025-06-30T22:11:18.630Z | Compiling rand_chacha v0.9.0 |
1938 | 2025-06-30T22:11:19.355Z | Compiling hyper v1.6.0 |
1939 | 2025-06-30T22:11:20.579Z | Compiling usdt-macro v0.5.0 |
1940 | 2025-06-30T22:11:21.815Z | Compiling usdt-attr-macro v0.5.0 |
1941 | 2025-06-30T22:11:25.802Z | Compiling strum_macros v0.26.4 |
1942 | 2025-06-30T22:11:29.483Z | Compiling ipnetwork v0.21.1 |
1943 | 2025-06-30T22:11:29.627Z | Compiling daft-derive v0.1.3 |
1944 | 2025-06-30T22:11:30.423Z | Compiling heck v0.4.1 |
1945 | 2025-06-30T22:11:30.778Z | Compiling gimli v0.31.1 |
1946 | 2025-06-30T22:11:31.686Z | Compiling cfg_aliases v0.2.1 |
1947 | 2025-06-30T22:11:31.800Z | Compiling nix v0.29.0 |
1948 | 2025-06-30T22:11:35.675Z | Compiling addr2line v0.24.2 |
1949 | 2025-06-30T22:11:36.632Z | Compiling hyper-util v0.1.14 |
1950 | 2025-06-30T22:11:36.959Z | Compiling rand v0.9.1 |
1951 | 2025-06-30T22:11:38.214Z | Compiling crossbeam-epoch v0.9.18 |
1952 | 2025-06-30T22:11:38.830Z | Compiling unicode-normalization v0.1.24 |
1953 | 2025-06-30T22:11:40.327Z | Compiling hubpack_derive v0.1.1 |
1954 | 2025-06-30T22:11:40.877Z | Compiling signature v2.2.0 |
1955 | 2025-06-30T22:11:41.108Z | Compiling openapiv3 v2.2.0 |
1956 | 2025-06-30T22:11:41.135Z | Compiling curve25519-dalek-derive v0.1.1 |
1957 | 2025-06-30T22:11:41.877Z | Compiling object v0.36.5 |
1958 | 2025-06-30T22:11:42.864Z | Compiling fs-err v3.1.1 |
1959 | 2025-06-30T22:11:43.185Z | Compiling ahash v0.8.11 |
1960 | 2025-06-30T22:11:43.521Z | Compiling crc32fast v1.4.2 |
1961 | 2025-06-30T22:11:43.851Z | Compiling anstyle v1.0.11 |
1962 | 2025-06-30T22:11:44.281Z | Compiling buf-list v1.0.3 |
1963 | 2025-06-30T22:11:44.800Z | Compiling unicode-properties v0.1.3 |
1964 | 2025-06-30T22:11:44.925Z | Compiling unicode-bidi v0.3.17 |
1965 | 2025-06-30T22:11:45.218Z | Compiling siphasher v0.3.11 |
1966 | 2025-06-30T22:11:45.606Z | Compiling rustc-demangle v0.1.24 |
1967 | 2025-06-30T22:11:45.976Z | Compiling utf8parse v0.2.2 |
1968 | 2025-06-30T22:11:46.169Z | Compiling zlib-rs v0.5.1 |
1969 | 2025-06-30T22:11:47.795Z | Compiling ident_case v1.0.1 |
1970 | 2025-06-30T22:11:47.969Z | Compiling darling_core v0.20.10 |
1971 | 2025-06-30T22:11:50.262Z | Compiling backtrace v0.3.74 |
1972 | 2025-06-30T22:11:51.025Z | Compiling libz-rs-sys v0.5.1 |
1973 | 2025-06-30T22:11:51.291Z | Compiling anstyle-parse v0.2.5 |
1974 | 2025-06-30T22:11:51.649Z | Compiling stringprep v0.1.5 |
1975 | 2025-06-30T22:11:51.968Z | Compiling phf_shared v0.11.2 |
1976 | 2025-06-30T22:11:57.039Z | Compiling crossbeam-deque v0.8.5 |
1977 | 2025-06-30T22:11:57.522Z | Compiling http-body-util v0.1.3 |
1978 | 2025-06-30T22:11:58.089Z | Compiling rand_chacha v0.3.1 |
1979 | 2025-06-30T22:11:59.465Z | Compiling sync_wrapper v1.0.1 |
1980 | 2025-06-30T22:11:59.639Z | Compiling md-5 v0.10.6 |
1981 | 2025-06-30T22:11:59.800Z | Compiling num-integer v0.1.46 |
1982 | 2025-06-30T22:12:00.447Z | Compiling hash32 v0.2.1 |
1983 | 2025-06-30T22:12:00.503Z | Compiling ff v0.13.0 |
1984 | 2025-06-30T22:12:00.704Z | Compiling encoding_rs v0.8.34 |
1985 | 2025-06-30T22:12:00.762Z | Compiling psl-types v2.0.11 |
1986 | 2025-06-30T22:12:00.806Z | Compiling is_terminal_polyfill v1.70.1 |
1987 | 2025-06-30T22:12:00.956Z | Compiling tower-layer v0.3.3 |
1988 | 2025-06-30T22:12:01.225Z | Compiling mime v0.3.17 |
1989 | 2025-06-30T22:12:01.391Z | Compiling base16ct v0.2.0 |
1990 | 2025-06-30T22:12:01.679Z | Compiling fallible-iterator v0.2.0 |
1991 | 2025-06-30T22:12:02.235Z | Compiling colorchoice v1.0.2 |
1992 | 2025-06-30T22:12:02.371Z | Compiling anstyle-query v1.1.1 |
1993 | 2025-06-30T22:12:02.542Z | Compiling anstream v0.6.18 |
1994 | 2025-06-30T22:12:02.727Z | Compiling tower v0.5.2 |
1995 | 2025-06-30T22:12:03.107Z | Compiling postgres-protocol v0.6.8 |
1996 | 2025-06-30T22:12:03.548Z | Compiling sec1 v0.7.3 |
1997 | 2025-06-30T22:12:04.169Z | Compiling publicsuffix v2.3.0 |
1998 | 2025-06-30T22:12:04.868Z | Compiling group v0.13.0 |
1999 | 2025-06-30T22:12:05.572Z | Compiling num-iter v0.1.45 |
2000 | 2025-06-30T22:12:07.500Z | Compiling rand v0.8.5 |
2001 | 2025-06-30T22:12:08.638Z | Compiling rustls-webpki v0.102.8 |
2002 | 2025-06-30T22:12:08.768Z | Compiling tokio-native-tls v0.3.1 |
2003 | 2025-06-30T22:12:09.216Z | Compiling darling_macro v0.20.10 |
2004 | 2025-06-30T22:12:09.328Z | Compiling flate2 v1.1.2 |
2005 | 2025-06-30T22:12:10.199Z | Compiling strum_macros v0.25.3 |
2006 | 2025-06-30T22:12:11.314Z | Compiling rustls-native-certs v0.8.1 |
2007 | 2025-06-30T22:12:11.658Z | Compiling webpki-roots v1.0.0 |
2008 | 2025-06-30T22:12:12.758Z | Compiling hkdf v0.12.4 |
2009 | 2025-06-30T22:12:12.953Z | Compiling enum-as-inner v0.6.1 |
2010 | 2025-06-30T22:12:12.993Z | Compiling clap_derive v4.5.40 |
2011 | 2025-06-30T22:12:13.024Z | Compiling terminal_size v0.4.0 |
2012 | 2025-06-30T22:12:13.045Z | Compiling serde_urlencoded v0.7.1 |
2013 | 2025-06-30T22:12:13.270Z | Compiling crypto-bigint v0.5.5 |
2014 | 2025-06-30T22:12:13.293Z | Compiling serde_repr v0.1.19 |
2015 | 2025-06-30T22:12:13.941Z | Compiling bumpalo v3.16.0 |
2016 | 2025-06-30T22:12:15.139Z | Compiling clap_lex v0.7.4 |
2017 | 2025-06-30T22:12:15.633Z | Compiling simd-adler32 v0.3.7 |
2018 | 2025-06-30T22:12:15.671Z | Compiling managed v0.8.0 |
2019 | 2025-06-30T22:12:16.119Z | Compiling unicode-width v0.2.0 |
2020 | 2025-06-30T22:12:16.122Z | Compiling bitflags v1.3.2 |
2021 | 2025-06-30T22:12:16.341Z | Compiling tokio-rustls v0.26.0 |
2022 | 2025-06-30T22:12:16.414Z | Compiling iri-string v0.7.8 |
2023 | 2025-06-30T22:12:16.786Z | Compiling lockfree-object-pool v0.1.6 |
2024 | 2025-06-30T22:12:17.053Z | Compiling zopfli v0.8.1 |
2025 | 2025-06-30T22:12:17.372Z | Compiling hyper-rustls v0.27.7 |
2026 | 2025-06-30T22:12:17.974Z | Compiling console v0.15.10 |
2027 | 2025-06-30T22:12:19.079Z | Compiling elliptic-curve v0.13.8 |
2028 | 2025-06-30T22:12:19.777Z | Compiling tower-http v0.6.6 |
2029 | 2025-06-30T22:12:20.830Z | Compiling clap_builder v4.5.40 |
2030 | 2025-06-30T22:12:22.124Z | Compiling oxnet v0.1.2 |
2031 | 2025-06-30T22:12:22.234Z | Compiling hyper-tls v0.6.0 |
2032 | 2025-06-30T22:12:24.397Z | Compiling darling v0.20.10 |
2033 | 2025-06-30T22:12:24.625Z | Compiling zstd v0.13.3 |
2034 | 2025-06-30T22:12:24.912Z | Compiling signal-hook-mio v0.2.4 |
2035 | 2025-06-30T22:12:25.007Z | Compiling rayon v1.10.0 |
2036 | 2025-06-30T22:12:25.105Z | Compiling cookie_store v0.21.1 |
2037 | 2025-06-30T22:12:25.523Z | Compiling postgres-types v0.2.9 |
2038 | 2025-06-30T22:12:26.419Z | Compiling phf v0.11.2 |
2039 | 2025-06-30T22:12:26.762Z | Compiling hubpack v0.1.2 |
2040 | 2025-06-30T22:12:26.782Z | Compiling ed25519 v2.2.3 |
2041 | 2025-06-30T22:12:26.890Z | Compiling bzip2 v0.5.2 |
2042 | 2025-06-30T22:12:27.813Z | Compiling bzip2 v0.4.4 |
2043 | 2025-06-30T22:12:27.862Z | Compiling pkcs1 v0.7.5 |
2044 | 2025-06-30T22:12:28.884Z | Compiling rfc6979 v0.4.0 |
2045 | 2025-06-30T22:12:29.102Z | Compiling float-cmp v0.10.0 |
2046 | 2025-06-30T22:12:29.302Z | Compiling serde-big-array v0.5.1 |
2047 | 2025-06-30T22:12:29.365Z | Compiling bstr v1.10.0 |
2048 | 2025-06-30T22:12:29.494Z | Compiling regress v0.10.3 |
2049 | 2025-06-30T22:12:29.542Z | Compiling memmap v0.7.0 |
2050 | 2025-06-30T22:12:29.838Z | Compiling fixedbitset v0.4.2 |
2051 | 2025-06-30T22:12:30.231Z | Compiling data-encoding v2.9.0 |
2052 | 2025-06-30T22:12:30.297Z | Compiling new_debug_unreachable v1.0.6 |
2053 | 2025-06-30T22:12:30.414Z | Compiling difflib v0.4.0 |
2054 | 2025-06-30T22:12:30.812Z | Compiling winnow v0.7.10 |
2055 | 2025-06-30T22:12:31.065Z | Compiling toml_write v0.1.2 |
2056 | 2025-06-30T22:12:31.434Z | Compiling precomputed-hash v0.1.1 |
2057 | 2025-06-30T22:12:31.454Z | Compiling whoami v1.6.0 |
2058 | 2025-06-30T22:12:31.578Z | Compiling static_assertions v1.1.0 |
2059 | 2025-06-30T22:12:31.774Z | Compiling number_prefix v0.4.0 |
2060 | 2025-06-30T22:12:31.922Z | Compiling unicode-segmentation v1.12.0 |
2061 | 2025-06-30T22:12:32.004Z | Compiling normalize-line-endings v0.3.0 |
2062 | 2025-06-30T22:12:32.125Z | Compiling predicates-core v1.0.8 |
2063 | 2025-06-30T22:12:32.147Z | Compiling indicatif v0.17.11 |
2064 | 2025-06-30T22:12:32.418Z | Compiling predicates v3.1.3 |
2065 | 2025-06-30T22:12:32.692Z | Compiling similar v2.7.0 |
2066 | 2025-06-30T22:12:32.738Z | Compiling reqwest v0.12.20 |
2067 | 2025-06-30T22:12:33.747Z | Compiling typify-impl v0.3.0 |
2068 | 2025-06-30T22:12:33.787Z | Compiling tokio-postgres v0.7.13 |
2069 | 2025-06-30T22:12:34.227Z | Compiling toml_edit v0.22.27 |
2070 | 2025-06-30T22:12:34.380Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2071 | 2025-06-30T22:12:39.009Z | Compiling string_cache v0.8.9 |
2072 | 2025-06-30T22:12:39.426Z | Compiling hickory-proto v0.25.2 |
2073 | 2025-06-30T22:12:40.108Z | Compiling petgraph v0.6.5 |
2074 | 2025-06-30T22:12:40.889Z | Compiling usdt v0.5.0 |
2075 | 2025-06-30T22:12:41.134Z | Compiling ecdsa v0.16.9 |
2076 | 2025-06-30T22:12:42.651Z | Compiling rsa v0.9.6 |
2077 | 2025-06-30T22:12:43.342Z | Compiling zip v0.6.6 |
2078 | 2025-06-30T22:12:43.702Z | Compiling zip v4.2.0 |
2079 | 2025-06-30T22:12:43.808Z | Compiling ed25519-dalek v2.1.1 |
2080 | 2025-06-30T22:12:44.809Z | Compiling crossterm v0.28.1 |
2081 | 2025-06-30T22:12:44.872Z | Compiling clap v4.5.40 |
2082 | 2025-06-30T22:12:44.913Z | Compiling daft v0.1.3 |
2083 | 2025-06-30T22:12:45.177Z | Compiling strum v0.26.3 |
2084 | 2025-06-30T22:12:45.381Z | Compiling tokio-stream v0.1.17 |
2085 | 2025-06-30T22:12:45.405Z | Compiling toml v0.7.8 |
2086 | 2025-06-30T22:12:45.623Z | Compiling x509-cert v0.2.5 |
2087 | 2025-06-30T22:12:47.586Z | Compiling sha1 v0.10.6 |
2088 | 2025-06-30T22:12:47.977Z | Compiling itertools v0.10.5 |
2089 | 2025-06-30T22:12:49.760Z | Compiling winnow v0.6.26 |
2090 | 2025-06-30T22:12:50.400Z | Compiling rustix v1.0.7 |
2091 | 2025-06-30T22:12:50.535Z | Compiling rustc-hash v2.1.1 |
2092 | 2025-06-30T22:12:50.758Z | Compiling lalrpop-util v0.19.12 |
2093 | 2025-06-30T22:12:51.606Z | Compiling peg-runtime v0.8.5 |
2094 | 2025-06-30T22:12:52.069Z | Compiling unicode-xid v0.2.6 |
2095 | 2025-06-30T22:12:52.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2096 | 2025-06-30T22:12:53.405Z | Compiling typify-macro v0.3.0 |
2097 | 2025-06-30T22:12:59.293Z | Compiling camino v1.1.10 |
2098 | 2025-06-30T22:13:03.244Z | Compiling proc-macro-crate v1.3.1 |
2099 | 2025-06-30T22:13:03.637Z | Compiling macaddr v1.0.1 |
2100 | 2025-06-30T22:13:04.649Z | Compiling itertools v0.13.0 |
2101 | 2025-06-30T22:13:05.732Z | Compiling heapless v0.8.0 |
2102 | 2025-06-30T22:13:06.199Z | Compiling fastrand v2.1.1 |
2103 | 2025-06-30T22:13:07.609Z | Compiling ingot-macros v0.1.0 |
2104 | 2025-06-30T22:13:08.018Z | Compiling tempfile v3.20.0 |
2105 | 2025-06-30T22:13:11.885Z | Compiling num_enum_derive v0.5.11 |
2106 | 2025-06-30T22:13:17.026Z | Compiling structmeta-derive v0.3.0 |
2107 | 2025-06-30T22:13:17.080Z | Compiling hash32 v0.3.1 |
2108 | 2025-06-30T22:13:17.314Z | Compiling smoltcp v0.11.0 |
2109 | 2025-06-30T22:13:20.623Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2110 | 2025-06-30T22:13:22.617Z | Compiling structmeta v0.3.0 |
2111 | 2025-06-30T22:13:27.701Z | Compiling ingot-types v0.1.0 |
2112 | 2025-06-30T22:13:28.715Z | Compiling num_enum v0.5.11 |
2113 | 2025-06-30T22:13:30.738Z | Compiling typify v0.3.0 |
2114 | 2025-06-30T22:13:35.602Z | Compiling dirs-sys-next v0.1.2 |
2115 | 2025-06-30T22:13:35.678Z | Compiling proc-macro-error-attr v1.0.4 |
2116 | 2025-06-30T22:13:35.958Z | Compiling rustls v0.22.4 |
2117 | 2025-06-30T22:13:36.027Z | Compiling unsafe-libyaml v0.2.11 |
2118 | 2025-06-30T22:13:37.040Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2119 | 2025-06-30T22:13:37.649Z | Compiling cobs v0.2.3 |
2120 | 2025-06-30T22:13:38.278Z | Compiling postcard v1.0.10 |
2121 | 2025-06-30T22:13:42.086Z | Compiling serde_yaml v0.9.34+deprecated |
2122 | 2025-06-30T22:13:45.364Z | Compiling dirs-next v2.0.0 |
2123 | 2025-06-30T22:13:51.214Z | Compiling progenitor-impl v0.9.1 |
2124 | 2025-06-30T22:13:52.001Z | Compiling ingot v0.1.0 |
2125 | 2025-06-30T22:13:53.759Z | Compiling toml v0.8.23 |
2126 | 2025-06-30T22:13:58.026Z | Compiling futures-executor v0.3.31 |
2127 | 2025-06-30T22:13:58.911Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2128 | 2025-06-30T22:13:59.333Z | Compiling hex v0.4.3 |
2129 | 2025-06-30T22:13:59.566Z | Compiling foreign-types-macros v0.2.3 |
2130 | 2025-06-30T22:13:59.674Z | Compiling thread_local v1.1.8 |
2131 | 2025-06-30T22:13:59.809Z | Compiling wait-timeout v0.2.0 |
2132 | 2025-06-30T22:14:00.001Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2133 | 2025-06-30T22:14:00.314Z | Compiling proc-macro-error v1.0.4 |
2134 | 2025-06-30T22:14:00.345Z | Compiling multer v3.1.0 |
2135 | 2025-06-30T22:14:00.649Z | Compiling slog-async v2.8.0 |
2136 | 2025-06-30T22:14:00.718Z | Compiling bit-vec v0.8.0 |
2137 | 2025-06-30T22:14:00.742Z | Compiling foreign-types-shared v0.3.1 |
2138 | 2025-06-30T22:14:00.894Z | Compiling unicode-width v0.1.14 |
2139 | 2025-06-30T22:14:01.073Z | Compiling match_cfg v0.1.0 |
2140 | 2025-06-30T22:14:01.123Z | Compiling ref-cast v1.0.24 |
2141 | 2025-06-30T22:14:01.245Z | Compiling quick-error v1.2.3 |
2142 | 2025-06-30T22:14:01.272Z | Compiling hostname v0.3.1 |
2143 | 2025-06-30T22:14:01.430Z | Compiling rusty-fork v0.3.0 |
2144 | 2025-06-30T22:14:01.587Z | Compiling tabwriter v1.4.0 |
2145 | 2025-06-30T22:14:01.658Z | Compiling bit-set v0.8.0 |
2146 | 2025-06-30T22:14:01.765Z | Compiling foreign-types v0.5.0 |
2147 | 2025-06-30T22:14:02.105Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2148 | 2025-06-30T22:14:02.155Z | Compiling futures v0.3.31 |
2149 | 2025-06-30T22:14:02.295Z | Compiling progenitor-macro v0.9.1 |
2150 | 2025-06-30T22:14:02.374Z | Compiling term v0.7.0 |
2151 | 2025-06-30T22:14:06.253Z | Compiling progenitor-client v0.9.1 |
2152 | 2025-06-30T22:14:06.287Z | Compiling slog-json v2.6.1 |
2153 | 2025-06-30T22:14:06.749Z | Compiling rand_xorshift v0.4.0 |
2154 | 2025-06-30T22:14:07.061Z | Compiling crossbeam-channel v0.5.15 |
2155 | 2025-06-30T22:14:07.170Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2025-06-30T22:14:07.410Z | Compiling ref-cast-impl v1.0.24 |
2157 | 2025-06-30T22:14:07.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2158 | 2025-06-30T22:14:07.929Z | Compiling async-stream-impl v0.3.6 |
2159 | 2025-06-30T22:14:08.419Z | Compiling cstr-argument v0.1.2 |
2160 | 2025-06-30T22:14:08.461Z | Compiling is-terminal v0.4.13 |
2161 | 2025-06-30T22:14:08.464Z | Compiling dropshot v0.16.2 |
2162 | 2025-06-30T22:14:08.641Z | Compiling typeid v1.0.3 |
2163 | 2025-06-30T22:14:08.711Z | Compiling crucible-workspace-hack v0.1.0 |
2164 | 2025-06-30T22:14:08.788Z | Compiling pretty-hex v0.2.1 |
2165 | 2025-06-30T22:14:08.996Z | Compiling take_mut v0.2.2 |
2166 | 2025-06-30T22:14:09.028Z | Compiling unarray v0.1.4 |
2167 | 2025-06-30T22:14:09.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2168 | 2025-06-30T22:14:09.216Z | Compiling proptest v1.7.0 |
2169 | 2025-06-30T22:14:09.246Z | Compiling async-stream v0.3.6 |
2170 | 2025-06-30T22:14:09.398Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2025-06-30T22:14:09.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2025-06-30T22:14:09.803Z | Compiling slog-term v2.9.1 |
2173 | 2025-06-30T22:14:10.502Z | Compiling tokio-rustls v0.25.0 |
2174 | 2025-06-30T22:14:11.575Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2025-06-30T22:14:11.805Z | Compiling slog-bunyan v2.5.0 |
2176 | 2025-06-30T22:14:12.734Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2025-06-30T22:14:12.793Z | Compiling test-strategy v0.4.1 |
2178 | 2025-06-30T22:14:12.933Z | Compiling parse-display-derive v0.10.0 |
2179 | 2025-06-30T22:14:12.954Z | Compiling progenitor v0.9.1 |
2180 | 2025-06-30T22:14:13.203Z | Compiling serde_with_macros v3.12.0 |
2181 | 2025-06-30T22:14:14.855Z | Compiling colored v2.2.0 |
2182 | 2025-06-30T22:14:15.388Z | Compiling waitgroup v0.1.2 |
2183 | 2025-06-30T22:14:15.642Z | Compiling rustls-pemfile v2.2.0 |
2184 | 2025-06-30T22:14:15.721Z | Compiling dropshot_endpoint v0.16.2 |
2185 | 2025-06-30T22:14:18.230Z | Compiling serde_path_to_error v0.1.17 |
2186 | 2025-06-30T22:14:18.294Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-06-30T22:14:18.294Z | Compiling derive-where v1.5.0 |
2188 | 2025-06-30T22:14:18.294Z | Compiling hostname v0.4.0 |
2189 | 2025-06-30T22:14:18.294Z | Compiling instant v0.1.13 |
2190 | 2025-06-30T22:14:18.294Z | Compiling debug-ignore v1.0.5 |
2191 | 2025-06-30T22:14:18.294Z | Compiling backoff v0.4.0 |
2192 | 2025-06-30T22:14:18.294Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2193 | 2025-06-30T22:14:18.294Z | Compiling parse-display v0.10.0 |
2194 | 2025-06-30T22:14:18.294Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2195 | 2025-06-30T22:14:19.023Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2196 | 2025-06-30T22:14:19.414Z | Compiling serde_with v3.12.0 |
2197 | 2025-06-30T22:14:21.141Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2198 | 2025-06-30T22:14:23.573Z | Compiling zone_cfg_derive v0.3.0 |
2199 | 2025-06-30T22:14:24.092Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2200 | 2025-06-30T22:14:24.804Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2201 | 2025-06-30T22:14:24.833Z | Compiling iddqd v0.3.8 |
2202 | 2025-06-30T22:14:31.906Z | Compiling camino-tempfile v1.4.1 |
2203 | 2025-06-30T22:14:31.999Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2204 | 2025-06-30T22:14:31.999Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2205 | 2025-06-30T22:14:31.999Z | Compiling progenitor-client v0.10.0 |
2206 | 2025-06-30T22:14:32.050Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2207 | 2025-06-30T22:14:32.050Z | Compiling num-derive v0.4.2 |
2208 | 2025-06-30T22:14:32.050Z | Compiling sigpipe v0.1.3 |
2209 | 2025-06-30T22:14:32.050Z | Compiling jiff v0.2.15 |
2210 | 2025-06-30T22:14:32.050Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2211 | 2025-06-30T22:14:32.050Z | Compiling libefi-sys v0.1.0 |
2212 | 2025-06-30T22:14:32.050Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2213 | 2025-06-30T22:14:32.050Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2214 | 2025-06-30T22:14:32.050Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2215 | 2025-06-30T22:14:32.514Z | Compiling erased-serde v0.4.6 |
2216 | 2025-06-30T22:14:33.169Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2217 | 2025-06-30T22:14:33.968Z | Compiling zone v0.3.1 |
2218 | 2025-06-30T22:14:36.116Z | Compiling itertools v0.14.0 |
2219 | 2025-06-30T22:14:37.170Z | Compiling smf v0.2.3 |
2220 | 2025-06-30T22:14:38.585Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2221 | 2025-06-30T22:14:39.164Z | Compiling bitfield-struct v0.6.2 |
2222 | 2025-06-30T22:14:39.283Z | Compiling ordered-float v2.10.1 |
2223 | 2025-06-30T22:14:39.629Z | Compiling blake3 v1.5.4 |
2224 | 2025-06-30T22:14:39.665Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2225 | 2025-06-30T22:14:39.918Z | Compiling serde-value v0.7.0 |
2226 | 2025-06-30T22:14:40.198Z | Compiling serde-untagged v0.1.7 |
2227 | 2025-06-30T22:14:40.416Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2025-06-30T22:14:40.996Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2229 | 2025-06-30T22:14:41.170Z | Compiling xattr v1.3.1 |
2230 | 2025-06-30T22:14:41.259Z | Compiling memmap2 v0.9.5 |
2231 | 2025-06-30T22:14:41.512Z | Compiling filetime v0.2.25 |
2232 | 2025-06-30T22:14:41.535Z | Compiling same-file v1.0.6 |
2233 | 2025-06-30T22:14:41.844Z | Compiling arrayref v0.3.9 |
2234 | 2025-06-30T22:14:41.866Z | Compiling constant_time_eq v0.3.1 |
2235 | 2025-06-30T22:14:41.887Z | Compiling arrayvec v0.7.6 |
2236 | 2025-06-30T22:14:41.967Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2237 | 2025-06-30T22:14:42.075Z | Compiling tar v0.4.44 |
2238 | 2025-06-30T22:14:42.117Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2239 | 2025-06-30T22:14:42.139Z | Compiling walkdir v2.5.0 |
2240 | 2025-06-30T22:14:43.535Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2241 | 2025-06-30T22:14:43.657Z | Compiling cargo-util-schemas v0.2.0 |
2242 | 2025-06-30T22:14:43.956Z | Compiling tokio-dtrace v0.1.0 |
2243 | 2025-06-30T22:14:44.469Z | Compiling gethostname v0.5.0 |
2244 | 2025-06-30T22:14:44.536Z | Compiling cargo-platform v0.2.0 |
2245 | 2025-06-30T22:14:44.651Z | Compiling fixedbitset v0.5.7 |
2246 | 2025-06-30T22:14:44.700Z | Compiling topological-sort v0.2.2 |
2247 | 2025-06-30T22:14:45.688Z | Compiling petgraph v0.8.2 |
2248 | 2025-06-30T22:14:45.754Z | Compiling omicron-zone-package v0.12.2 |
2249 | 2025-06-30T22:14:47.649Z | Compiling cargo_metadata v0.20.0 |
2250 | 2025-06-30T22:14:49.025Z | Compiling oxide-tokio-rt v0.1.1 |
2251 | 2025-06-30T22:14:49.205Z | Compiling indent_write v2.2.0 |
2252 | 2025-06-30T22:14:49.295Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2253 | 2025-06-30T22:14:49.490Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2254 | 2025-06-30T22:14:49.626Z | Compiling shell-words v1.1.0 |
2255 | 2025-06-30T22:14:51.113Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2256 | 2025-06-30T22:14:54.439Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2257 | 2025-06-30T22:15:14.347Z | Finished `release` profile [optimized] target(s) in 5m 14s |
2258 | 2025-06-30T22:15:14.530Z | Running `target/release/omicron-package -t test target create -p dev` |
2259 | 2025-06-30T22:15:14.585Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2260 | 2025-06-30T22:15:14.589Z | Created new build target 'test' and set it as active |
2261 | 2025-06-30T22:15:14.589Z | |
2262 | 2025-06-30T22:15:14.589Z | real 5:15.091756049 |
2263 | 2025-06-30T22:15:14.589Z | user 36:26.409402188 |
2264 | 2025-06-30T22:15:14.589Z | sys 3:30.756718188 |
2265 | 2025-06-30T22:15:14.589Z | trap 1.108251038 |
2266 | 2025-06-30T22:15:14.589Z | tflt 1.696946570 |
2267 | 2025-06-30T22:15:14.589Z | dflt 0.783416967 |
2268 | 2025-06-30T22:15:14.589Z | kflt 0.000098056 |
2269 | 2025-06-30T22:15:14.589Z | lock 1:09:41.506275996 |
2270 | 2025-06-30T22:15:14.589Z | slp 2:28:21.783679752 |
2271 | 2025-06-30T22:15:14.589Z | lat 2:46.060037644 |
2272 | 2025-06-30T22:15:14.589Z | stop 5:04.334962857 |
2273 | 2025-06-30T22:15:14.589Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2274 | 2025-06-30T22:15:15.699Z | Finished `release` profile [optimized] target(s) in 1.05s |
2275 | 2025-06-30T22:15:15.757Z | Running `target/release/omicron-package -t test package` |
2276 | 2025-06-30T22:15:15.805Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2277 | 2025-06-30T22:15:17.466Z | Compiling typify-impl v0.4.1 |
2278 | 2025-06-30T22:15:17.684Z | Compiling convert_case v0.4.0 |
2279 | 2025-06-30T22:15:17.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2280 | 2025-06-30T22:15:17.688Z | Compiling num-rational v0.4.2 |
2281 | 2025-06-30T22:15:17.688Z | Compiling num-complex v0.4.6 |
2282 | 2025-06-30T22:15:17.688Z | Compiling dirs-sys-next v0.1.2 |
2283 | 2025-06-30T22:15:17.706Z | Compiling half v2.4.1 |
2284 | 2025-06-30T22:15:17.984Z | Compiling ciborium-io v0.2.2 |
2285 | 2025-06-30T22:15:18.148Z | Compiling dirs-next v2.0.0 |
2286 | 2025-06-30T22:15:18.209Z | Compiling float-ord v0.3.2 |
2287 | 2025-06-30T22:15:18.316Z | Compiling derive_more v0.99.20 |
2288 | 2025-06-30T22:15:18.343Z | Compiling ciborium-ll v0.2.2 |
2289 | 2025-06-30T22:15:18.409Z | Compiling term v0.7.0 |
2290 | 2025-06-30T22:15:18.437Z | Compiling is-terminal v0.4.13 |
2291 | 2025-06-30T22:15:18.603Z | Compiling num v0.4.3 |
2292 | 2025-06-30T22:15:18.747Z | Compiling ciborium v0.2.2 |
2293 | 2025-06-30T22:15:18.796Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2294 | 2025-06-30T22:15:18.853Z | Compiling secrecy v0.10.3 |
2295 | 2025-06-30T22:15:19.148Z | Compiling camino v1.1.10 |
2296 | 2025-06-30T22:15:19.455Z | Compiling password-hash v0.5.0 |
2297 | 2025-06-30T22:15:19.493Z | Compiling blake2 v0.10.6 |
2298 | 2025-06-30T22:15:19.956Z | Compiling base64 v0.21.7 |
2299 | 2025-06-30T22:15:20.006Z | Compiling argon2 v0.5.3 |
2300 | 2025-06-30T22:15:20.612Z | Compiling atomicwrites v0.4.4 |
2301 | 2025-06-30T22:15:20.640Z | Compiling rustix v1.0.7 |
2302 | 2025-06-30T22:15:21.072Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2303 | 2025-06-30T22:15:21.145Z | Compiling newline-converter v0.3.0 |
2304 | 2025-06-30T22:15:21.376Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2305 | 2025-06-30T22:15:21.537Z | Compiling fastrand v2.1.1 |
2306 | 2025-06-30T22:15:21.692Z | Compiling expectorate v1.2.0 |
2307 | 2025-06-30T22:15:21.761Z | Compiling rustls v0.22.4 |
2308 | 2025-06-30T22:15:21.804Z | Compiling thread_local v1.1.8 |
2309 | 2025-06-30T22:15:22.013Z | Compiling wait-timeout v0.2.0 |
2310 | 2025-06-30T22:15:22.074Z | Compiling quick-error v1.2.3 |
2311 | 2025-06-30T22:15:22.249Z | Compiling match_cfg v0.1.0 |
2312 | 2025-06-30T22:15:22.253Z | Compiling bit-vec v0.8.0 |
2313 | 2025-06-30T22:15:22.381Z | Compiling hostname v0.3.1 |
2314 | 2025-06-30T22:15:22.614Z | Compiling tempfile v3.20.0 |
2315 | 2025-06-30T22:15:22.712Z | Compiling bit-set v0.8.0 |
2316 | 2025-06-30T22:15:22.900Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2317 | 2025-06-30T22:15:22.982Z | Compiling ref-cast v1.0.24 |
2318 | 2025-06-30T22:15:23.025Z | Compiling multer v3.1.0 |
2319 | 2025-06-30T22:15:23.069Z | Compiling rusty-fork v0.3.0 |
2320 | 2025-06-30T22:15:23.106Z | Compiling slog-async v2.8.0 |
2321 | 2025-06-30T22:15:23.195Z | Compiling progenitor-client v0.9.1 |
2322 | 2025-06-30T22:15:23.277Z | Compiling slog-json v2.6.1 |
2323 | 2025-06-30T22:15:23.623Z | Compiling crossbeam-channel v0.5.15 |
2324 | 2025-06-30T22:15:23.656Z | Compiling rand_xorshift v0.4.0 |
2325 | 2025-06-30T22:15:23.708Z | Compiling futures-executor v0.3.31 |
2326 | 2025-06-30T22:15:23.738Z | Compiling hex v0.4.3 |
2327 | 2025-06-30T22:15:23.926Z | Compiling unarray v0.1.4 |
2328 | 2025-06-30T22:15:24.135Z | Compiling take_mut v0.2.2 |
2329 | 2025-06-30T22:15:24.160Z | Compiling proptest v1.7.0 |
2330 | 2025-06-30T22:15:24.336Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2331 | 2025-06-30T22:15:24.366Z | Compiling futures v0.3.31 |
2332 | 2025-06-30T22:15:24.543Z | Compiling progenitor v0.9.1 |
2333 | 2025-06-30T22:15:24.571Z | Compiling slog-bunyan v2.5.0 |
2334 | 2025-06-30T22:15:25.008Z | Compiling slog-term v2.9.1 |
2335 | 2025-06-30T22:15:25.311Z | Compiling dropshot v0.16.2 |
2336 | 2025-06-30T22:15:25.398Z | Compiling async-stream v0.3.6 |
2337 | 2025-06-30T22:15:25.598Z | Compiling toml v0.8.23 |
2338 | 2025-06-30T22:15:25.694Z | Compiling waitgroup v0.1.2 |
2339 | 2025-06-30T22:15:25.939Z | Compiling rustls-pemfile v2.2.0 |
2340 | 2025-06-30T22:15:26.058Z | Compiling serde_path_to_error v0.1.17 |
2341 | 2025-06-30T22:15:26.275Z | Compiling hostname v0.4.0 |
2342 | 2025-06-30T22:15:26.508Z | Compiling tokio-rustls v0.25.0 |
2343 | 2025-06-30T22:15:26.847Z | Compiling instant v0.1.13 |
2344 | 2025-06-30T22:15:26.925Z | Compiling debug-ignore v1.0.5 |
2345 | 2025-06-30T22:15:26.961Z | Compiling iddqd v0.3.8 |
2346 | 2025-06-30T22:15:27.031Z | Compiling backoff v0.4.0 |
2347 | 2025-06-30T22:15:27.101Z | Compiling typify-macro v0.4.1 |
2348 | 2025-06-30T22:15:27.387Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2349 | 2025-06-30T22:15:29.082Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2350 | 2025-06-30T22:15:29.407Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2351 | 2025-06-30T22:15:30.431Z | Compiling parse-display v0.10.0 |
2352 | 2025-06-30T22:15:30.536Z | Compiling typify v0.4.1 |
2353 | 2025-06-30T22:15:30.736Z | Compiling progenitor-impl v0.10.0 |
2354 | 2025-06-30T22:15:30.967Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2355 | 2025-06-30T22:15:31.192Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2356 | 2025-06-30T22:15:31.539Z | Compiling serde_with v3.12.0 |
2357 | 2025-06-30T22:15:31.568Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2358 | 2025-06-30T22:15:32.254Z | Compiling progenitor-client v0.10.0 |
2359 | 2025-06-30T22:15:34.135Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2360 | 2025-06-30T22:15:34.776Z | Compiling macaddr v1.0.1 |
2361 | 2025-06-30T22:15:35.097Z | Compiling owo-colors v4.2.2 |
2362 | 2025-06-30T22:15:35.200Z | Compiling utf-8 v0.7.6 |
2363 | 2025-06-30T22:15:35.349Z | Compiling cancel-safe-futures v0.1.5 |
2364 | 2025-06-30T22:15:35.596Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2365 | 2025-06-30T22:15:35.788Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2366 | 2025-06-30T22:15:35.879Z | Compiling libsw-core v0.3.1 |
2367 | 2025-06-30T22:15:36.162Z | Compiling progenitor-macro v0.10.0 |
2368 | 2025-06-30T22:15:36.193Z | Compiling libsw v3.5.0 |
2369 | 2025-06-30T22:15:36.924Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2025-06-30T22:15:39.109Z | Compiling linear-map v1.2.0 |
2371 | 2025-06-30T22:15:39.146Z | Compiling swrite v0.1.0 |
2372 | 2025-06-30T22:15:39.333Z | Compiling keccak v0.1.5 |
2373 | 2025-06-30T22:15:39.538Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2374 | 2025-06-30T22:15:40.551Z | Compiling sha3 v0.10.8 |
2375 | 2025-06-30T22:15:41.503Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2376 | 2025-06-30T22:15:46.334Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2377 | 2025-06-30T22:15:46.432Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2378 | 2025-06-30T22:15:47.105Z | Compiling progenitor v0.10.0 |
2379 | 2025-06-30T22:15:47.382Z | Compiling prettyplease v0.2.35 |
2380 | 2025-06-30T22:15:49.958Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2381 | 2025-06-30T22:15:51.377Z | Compiling tungstenite v0.21.0 |
2382 | 2025-06-30T22:15:52.255Z | Compiling highway v1.3.0 |
2383 | 2025-06-30T22:15:53.803Z | Compiling tokio-tungstenite v0.21.0 |
2384 | 2025-06-30T22:15:54.446Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2385 | 2025-06-30T22:15:56.128Z | Compiling semver v0.1.20 |
2386 | 2025-06-30T22:15:56.663Z | Compiling rustc_version v0.1.7 |
2387 | 2025-06-30T22:15:57.073Z | Compiling resolv-conf v0.7.0 |
2388 | 2025-06-30T22:15:57.910Z | Compiling newtype_derive v0.1.6 |
2389 | 2025-06-30T22:15:58.200Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2390 | 2025-06-30T22:15:58.581Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2391 | 2025-06-30T22:16:00.971Z | Compiling universal-hash v0.5.1 |
2392 | 2025-06-30T22:16:01.243Z | Compiling thiserror-impl-no-std v2.0.2 |
2393 | 2025-06-30T22:16:02.171Z | Compiling opaque-debug v0.3.1 |
2394 | 2025-06-30T22:16:02.311Z | Compiling poly1305 v0.8.0 |
2395 | 2025-06-30T22:16:03.555Z | Compiling thiserror-no-std v2.0.2 |
2396 | 2025-06-30T22:16:03.686Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2397 | 2025-06-30T22:16:03.801Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2398 | 2025-06-30T22:16:03.956Z | Compiling chacha20 v0.9.1 |
2399 | 2025-06-30T22:16:04.159Z | Compiling aead v0.5.2 |
2400 | 2025-06-30T22:16:04.342Z | Compiling humantime v2.2.0 |
2401 | 2025-06-30T22:16:04.457Z | Compiling linked-hash-map v0.5.6 |
2402 | 2025-06-30T22:16:04.494Z | Compiling chacha20poly1305 v0.10.1 |
2403 | 2025-06-30T22:16:04.876Z | Compiling lru-cache v0.1.2 |
2404 | 2025-06-30T22:16:04.957Z | Compiling vsss-rs v3.3.4 |
2405 | 2025-06-30T22:16:05.141Z | Compiling steno v0.4.1 |
2406 | 2025-06-30T22:16:05.199Z | Compiling hickory-proto v0.24.4 |
2407 | 2025-06-30T22:16:06.360Z | Compiling moka v0.12.10 |
2408 | 2025-06-30T22:16:06.731Z | Compiling slog-dtrace v0.3.0 |
2409 | 2025-06-30T22:16:07.069Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2410 | 2025-06-30T22:16:08.348Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2411 | 2025-06-30T22:16:08.465Z | Compiling tagptr v0.2.0 |
2412 | 2025-06-30T22:16:12.837Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2413 | 2025-06-30T22:16:16.784Z | Compiling hickory-resolver v0.24.4 |
2414 | 2025-06-30T22:16:18.151Z | Compiling bytecount v0.6.8 |
2415 | 2025-06-30T22:16:19.973Z | Compiling qorb v0.4.0 |
2416 | 2025-06-30T22:16:20.656Z | Compiling hickory-resolver v0.25.2 |
2417 | 2025-06-30T22:16:24.940Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2418 | 2025-06-30T22:16:25.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2419 | 2025-06-30T22:16:26.046Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2420 | 2025-06-30T22:16:32.544Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2421 | 2025-06-30T22:16:35.824Z | Compiling itertools v0.13.0 |
2422 | 2025-06-30T22:16:36.298Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2423 | 2025-06-30T22:16:37.552Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2424 | 2025-06-30T22:16:37.979Z | Compiling display-error-chain v0.2.2 |
2425 | 2025-06-30T22:16:38.016Z | Compiling crunchy v0.2.2 |
2426 | 2025-06-30T22:16:38.248Z | Compiling radium v0.7.0 |
2427 | 2025-06-30T22:16:38.469Z | Compiling maplit v1.0.2 |
2428 | 2025-06-30T22:16:38.679Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2429 | 2025-06-30T22:16:38.763Z | Compiling dsl_auto_type v0.1.2 |
2430 | 2025-06-30T22:16:39.301Z | Compiling scheduled-thread-pool v0.2.7 |
2431 | 2025-06-30T22:16:39.887Z | Compiling zerocopy-derive v0.6.6 |
2432 | 2025-06-30T22:16:40.566Z | Compiling diesel_table_macro_syntax v0.2.0 |
2433 | 2025-06-30T22:16:40.958Z | Compiling proc-macro-error-attr2 v2.0.0 |
2434 | 2025-06-30T22:16:41.455Z | Compiling tap v1.0.1 |
2435 | 2025-06-30T22:16:41.645Z | Compiling maybe-uninit v2.0.0 |
2436 | 2025-06-30T22:16:41.688Z | Compiling tiny-keccak v2.0.2 |
2437 | 2025-06-30T22:16:41.715Z | Compiling proc-macro-error2 v2.0.1 |
2438 | 2025-06-30T22:16:42.045Z | Compiling wyz v0.5.1 |
2439 | 2025-06-30T22:16:42.213Z | Compiling zerocopy v0.6.6 |
2440 | 2025-06-30T22:16:42.250Z | Compiling diesel_derives v2.2.3 |
2441 | 2025-06-30T22:16:42.523Z | Compiling r2d2 v0.8.10 |
2442 | 2025-06-30T22:16:43.205Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2443 | 2025-06-30T22:16:43.352Z | Compiling const_format_proc_macros v0.2.34 |
2444 | 2025-06-30T22:16:43.548Z | Compiling bit-vec v0.6.3 |
2445 | 2025-06-30T22:16:43.935Z | Compiling funty v2.0.0 |
2446 | 2025-06-30T22:16:44.463Z | Compiling crc-catalog v2.4.0 |
2447 | 2025-06-30T22:16:44.668Z | Compiling packed_struct v0.10.1 |
2448 | 2025-06-30T22:16:45.022Z | Compiling const_format v0.2.34 |
2449 | 2025-06-30T22:16:45.142Z | Compiling bitvec v1.0.1 |
2450 | 2025-06-30T22:16:46.258Z | Compiling crc v3.2.1 |
2451 | 2025-06-30T22:16:46.756Z | Compiling bit-set v0.5.3 |
2452 | 2025-06-30T22:16:47.491Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2453 | 2025-06-30T22:16:48.255Z | Compiling tabled_derive v0.10.0 |
2454 | 2025-06-30T22:16:49.464Z | Compiling papergrid v0.14.0 |
2455 | 2025-06-30T22:16:49.504Z | Compiling ascii-canvas v3.0.0 |
2456 | 2025-06-30T22:16:50.388Z | Compiling num-derive v0.3.3 |
2457 | 2025-06-30T22:16:50.479Z | Compiling packed_struct_codegen v0.10.1 |
2458 | 2025-06-30T22:16:52.121Z | Compiling diesel v2.2.11 |
2459 | 2025-06-30T22:16:52.224Z | Compiling ena v0.14.3 |
2460 | 2025-06-30T22:16:52.637Z | Compiling indexmap v1.9.3 |
2461 | 2025-06-30T22:16:52.800Z | Compiling diff v0.1.13 |
2462 | 2025-06-30T22:16:52.989Z | Compiling bindgen v0.71.1 |
2463 | 2025-06-30T22:16:53.305Z | Compiling regex-syntax v0.6.29 |
2464 | 2025-06-30T22:16:53.445Z | Compiling nodrop v0.1.14 |
2465 | 2025-06-30T22:16:53.611Z | Compiling array-init v0.0.4 |
2466 | 2025-06-30T22:16:58.012Z | Compiling lalrpop v0.19.12 |
2467 | 2025-06-30T22:17:05.955Z | Compiling libscf-sys v1.1.0 |
2468 | 2025-06-30T22:17:06.223Z | Compiling tabled v0.18.0 |
2469 | 2025-06-30T22:17:07.838Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2470 | 2025-06-30T22:17:12.695Z | Compiling smallvec v0.6.14 |
2471 | 2025-06-30T22:17:12.946Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2472 | 2025-06-30T22:17:13.208Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2473 | 2025-06-30T22:17:13.607Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2474 | 2025-06-30T22:17:13.883Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2475 | 2025-06-30T22:17:13.970Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2476 | 2025-06-30T22:17:14.321Z | Compiling bitfield v0.14.0 |
2477 | 2025-06-30T22:17:14.651Z | Compiling termcolor v1.4.1 |
2478 | 2025-06-30T22:17:14.894Z | Compiling hashbrown v0.12.3 |
2479 | 2025-06-30T22:17:15.666Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2480 | 2025-06-30T22:17:16.591Z | Compiling env_logger v0.10.2 |
2481 | 2025-06-30T22:17:17.499Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2482 | 2025-06-30T22:17:17.809Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2483 | 2025-06-30T22:17:18.746Z | Compiling polar-core v0.27.3 |
2484 | 2025-06-30T22:17:19.650Z | Compiling serde-hex v0.1.0 |
2485 | 2025-06-30T22:17:19.972Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2486 | 2025-06-30T22:17:24.812Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2487 | 2025-06-30T22:17:25.185Z | Compiling ron v0.8.1 |
2488 | 2025-06-30T22:17:26.073Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2489 | 2025-06-30T22:17:26.334Z | Compiling hashbrown v0.13.2 |
2490 | 2025-06-30T22:17:26.408Z | Compiling derive_builder_core v0.20.2 |
2491 | 2025-06-30T22:17:26.438Z | Compiling headers-core v0.3.0 |
2492 | 2025-06-30T22:17:26.662Z | Compiling phf_generator v0.11.2 |
2493 | 2025-06-30T22:17:26.897Z | Compiling libxml v0.3.3 |
2494 | 2025-06-30T22:17:27.287Z | Compiling async-recursion v1.1.1 |
2495 | 2025-06-30T22:17:27.608Z | Compiling termtree v0.5.1 |
2496 | 2025-06-30T22:17:27.928Z | Compiling crc-any v2.5.0 |
2497 | 2025-06-30T22:17:28.287Z | Compiling derive_builder_macro v0.20.2 |
2498 | 2025-06-30T22:17:28.515Z | Compiling object v0.30.4 |
2499 | 2025-06-30T22:17:28.849Z | Compiling phf_codegen v0.11.2 |
2500 | 2025-06-30T22:17:29.117Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2501 | 2025-06-30T22:17:29.146Z | Compiling headers v0.4.1 |
2502 | 2025-06-30T22:17:30.594Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2503 | 2025-06-30T22:17:30.769Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2504 | 2025-06-30T22:17:32.709Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2505 | 2025-06-30T22:17:33.570Z | Compiling samael v0.0.19 |
2506 | 2025-06-30T22:17:39.993Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2507 | 2025-06-30T22:17:42.786Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2508 | 2025-06-30T22:17:43.088Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2509 | 2025-06-30T22:17:43.215Z | Compiling strum_macros v0.24.3 |
2510 | 2025-06-30T22:17:43.367Z | Compiling parse-zoneinfo v0.3.1 |
2511 | 2025-06-30T22:17:44.653Z | Compiling indoc v1.0.9 |
2512 | 2025-06-30T22:17:45.437Z | Compiling path-slash v0.1.5 |
2513 | 2025-06-30T22:17:45.723Z | Compiling crc8 v0.1.1 |
2514 | 2025-06-30T22:17:45.978Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2515 | 2025-06-30T22:17:46.037Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2516 | 2025-06-30T22:17:46.518Z | Compiling chrono-tz-build v0.4.0 |
2517 | 2025-06-30T22:17:47.498Z | Compiling derive_builder v0.20.2 |
2518 | 2025-06-30T22:17:48.047Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2519 | 2025-06-30T22:17:48.386Z | Compiling globset v0.4.15 |
2520 | 2025-06-30T22:17:50.439Z | Compiling impl-trait-for-tuples v0.2.2 |
2521 | 2025-06-30T22:17:52.068Z | Compiling oso-derive v0.27.3 |
2522 | 2025-06-30T22:17:52.975Z | Compiling quick-xml v0.37.2 |
2523 | 2025-06-30T22:17:54.287Z | Compiling vte_generate_state_changes v0.1.2 |
2524 | 2025-06-30T22:17:54.900Z | Compiling arc-swap v1.7.1 |
2525 | 2025-06-30T22:17:55.562Z | Compiling slog-scope v4.4.0 |
2526 | 2025-06-30T22:17:55.871Z | Compiling vte v0.11.1 |
2527 | 2025-06-30T22:17:56.067Z | Compiling chrono-tz v0.10.3 |
2528 | 2025-06-30T22:17:56.263Z | Compiling oso v0.27.3 |
2529 | 2025-06-30T22:17:56.771Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2530 | 2025-06-30T22:17:57.328Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2531 | 2025-06-30T22:17:58.106Z | Compiling diesel-dtrace v0.4.2 |
2532 | 2025-06-30T22:17:58.462Z | Compiling unicase v2.7.0 |
2533 | 2025-06-30T22:17:58.814Z | Compiling xshell-macros v0.2.7 |
2534 | 2025-06-30T22:17:59.496Z | Compiling xshell v0.2.7 |
2535 | 2025-06-30T22:18:00.884Z | Compiling strip-ansi-escapes v0.2.0 |
2536 | 2025-06-30T22:18:02.206Z | Compiling slog-stdlog v4.1.1 |
2537 | 2025-06-30T22:18:02.582Z | Compiling papergrid v0.11.0 |
2538 | 2025-06-30T22:18:02.952Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2539 | 2025-06-30T22:18:03.719Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2540 | 2025-06-30T22:18:04.045Z | Compiling tabled_derive v0.7.0 |
2541 | 2025-06-30T22:18:05.979Z | Compiling fd-lock v4.0.2 |
2542 | 2025-06-30T22:18:06.253Z | Compiling bb8 v0.8.5 |
2543 | 2025-06-30T22:18:06.898Z | Compiling peg-macros v0.8.5 |
2544 | 2025-06-30T22:18:09.954Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2545 | 2025-06-30T22:18:11.270Z | Compiling nu-ansi-term v0.50.1 |
2546 | 2025-06-30T22:18:11.800Z | Compiling reedline v0.40.0 |
2547 | 2025-06-30T22:18:12.472Z | Compiling peg v0.8.5 |
2548 | 2025-06-30T22:18:12.612Z | Compiling async-bb8-diesel v0.2.1 |
2549 | 2025-06-30T22:18:13.429Z | Compiling tabled v0.15.0 |
2550 | 2025-06-30T22:18:15.106Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2551 | 2025-06-30T22:18:22.389Z | Compiling slog-envlogger v2.2.0 |
2552 | 2025-06-30T22:18:25.244Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2553 | 2025-06-30T22:18:32.064Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2554 | 2025-06-30T22:18:32.406Z | Compiling typify-impl v0.2.0 |
2555 | 2025-06-30T22:18:32.534Z | Compiling pem v3.0.5 |
2556 | 2025-06-30T22:18:33.933Z | Compiling bcs v0.1.6 |
2557 | 2025-06-30T22:18:34.771Z | Compiling fxhash v0.2.1 |
2558 | 2025-06-30T22:18:35.049Z | Compiling libz-sys v1.1.20 |
2559 | 2025-06-30T22:18:35.365Z | Compiling half v1.8.3 |
2560 | 2025-06-30T22:18:35.853Z | Compiling serde_cbor v0.11.2 |
2561 | 2025-06-30T22:18:36.570Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2562 | 2025-06-30T22:18:37.558Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2563 | 2025-06-30T22:18:37.970Z | Compiling kstat-rs v0.2.4 |
2564 | 2025-06-30T22:18:38.458Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2565 | 2025-06-30T22:18:38.869Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2566 | 2025-06-30T22:18:41.969Z | Compiling typify-macro v0.2.0 |
2567 | 2025-06-30T22:18:45.368Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2568 | 2025-06-30T22:18:45.937Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2569 | 2025-06-30T22:18:46.194Z | Compiling nix v0.30.1 |
2570 | 2025-06-30T22:18:47.060Z | Compiling nanorand v0.7.0 |
2571 | 2025-06-30T22:18:47.748Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2572 | 2025-06-30T22:18:48.103Z | Compiling pin-project-internal v1.1.6 |
2573 | 2025-06-30T22:18:48.479Z | Compiling parking_lot_core v0.8.6 |
2574 | 2025-06-30T22:18:50.418Z | Compiling pin-project v1.1.6 |
2575 | 2025-06-30T22:18:50.557Z | Compiling flume v0.11.1 |
2576 | 2025-06-30T22:18:51.363Z | Compiling mime_guess v2.0.5 |
2577 | 2025-06-30T22:18:53.093Z | Compiling ignore v0.4.23 |
2578 | 2025-06-30T22:18:54.222Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2579 | 2025-06-30T22:18:56.930Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2580 | 2025-06-30T22:18:57.264Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2581 | 2025-06-30T22:18:58.576Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2582 | 2025-06-30T22:19:01.672Z | Compiling castaway v0.2.3 |
2583 | 2025-06-30T22:19:01.757Z | Compiling snafu-derive v0.8.5 |
2584 | 2025-06-30T22:19:01.891Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2585 | 2025-06-30T22:19:02.249Z | Compiling fs-err v2.11.0 |
2586 | 2025-06-30T22:19:02.824Z | Compiling compact_str v0.8.0 |
2587 | 2025-06-30T22:19:03.407Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2588 | 2025-06-30T22:19:03.818Z | Compiling globwalk v0.9.1 |
2589 | 2025-06-30T22:19:05.481Z | Compiling snafu v0.8.5 |
2590 | 2025-06-30T22:19:06.379Z | Compiling typify v0.2.0 |
2591 | 2025-06-30T22:19:06.599Z | Compiling predicates-tree v1.0.12 |
2592 | 2025-06-30T22:19:06.667Z | Compiling unicode-truncate v1.1.0 |
2593 | 2025-06-30T22:19:07.414Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2594 | 2025-06-30T22:19:08.562Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2595 | 2025-06-30T22:19:14.010Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2596 | 2025-06-30T22:19:14.188Z | Compiling olpc-cjson v0.1.4 |
2597 | 2025-06-30T22:19:14.494Z | Compiling lru v0.12.5 |
2598 | 2025-06-30T22:19:15.118Z | Compiling vergen v8.3.2 |
2599 | 2025-06-30T22:19:15.481Z | Compiling nibble_vec v0.1.0 |
2600 | 2025-06-30T22:19:15.760Z | Compiling cargo-platform v0.1.8 |
2601 | 2025-06-30T22:19:16.226Z | Compiling serde_plain v1.0.2 |
2602 | 2025-06-30T22:19:16.784Z | Compiling instability v0.3.2 |
2603 | 2025-06-30T22:19:17.693Z | Compiling atty v0.2.14 |
2604 | 2025-06-30T22:19:17.909Z | Compiling endian-type v0.1.2 |
2605 | 2025-06-30T22:19:18.215Z | Compiling indoc v2.0.6 |
2606 | 2025-06-30T22:19:19.024Z | Compiling salty v0.3.0 |
2607 | 2025-06-30T22:19:19.502Z | Compiling cassowary v0.3.0 |
2608 | 2025-06-30T22:19:23.147Z | Compiling typed-path v0.9.3 |
2609 | 2025-06-30T22:19:29.692Z | Compiling http-range v0.1.5 |
2610 | 2025-06-30T22:19:30.301Z | Compiling tough v0.20.0 |
2611 | 2025-06-30T22:19:32.139Z | Compiling ratatui v0.29.0 |
2612 | 2025-06-30T22:19:32.821Z | Compiling radix_trie v0.2.1 |
2613 | 2025-06-30T22:19:33.678Z | Compiling cargo_metadata v0.18.1 |
2614 | 2025-06-30T22:19:36.543Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2615 | 2025-06-30T22:19:38.947Z | Compiling git2 v0.19.0 |
2616 | 2025-06-30T22:19:46.911Z | Compiling camino-tempfile-ext v0.3.1 |
2617 | 2025-06-30T22:19:48.276Z | Compiling progenitor-impl v0.8.0 |
2618 | 2025-06-30T22:19:50.665Z | Compiling parking_lot v0.11.2 |
2619 | 2025-06-30T22:19:53.115Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2620 | 2025-06-30T22:19:53.490Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2621 | 2025-06-30T22:19:53.562Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2622 | 2025-06-30T22:19:53.799Z | Compiling prefix-trie v0.7.0 |
2623 | 2025-06-30T22:19:54.772Z | Compiling rand_seeder v0.3.0 |
2624 | 2025-06-30T22:19:55.110Z | Compiling lzma-sys v0.1.20 |
2625 | 2025-06-30T22:19:55.207Z | Compiling parse-size v1.1.0 |
2626 | 2025-06-30T22:19:55.553Z | Compiling rustls v0.21.12 |
2627 | 2025-06-30T22:19:55.853Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2628 | 2025-06-30T22:19:55.922Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2629 | 2025-06-30T22:19:56.235Z | Compiling hickory-server v0.25.2 |
2630 | 2025-06-30T22:19:57.920Z | Compiling progenitor-macro v0.8.0 |
2631 | 2025-06-30T22:19:58.122Z | Compiling hyper-staticfile v0.10.1 |
2632 | 2025-06-30T22:20:00.548Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2633 | 2025-06-30T22:20:00.849Z | Compiling sled v0.34.7 |
2634 | 2025-06-30T22:20:01.356Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2635 | 2025-06-30T22:20:08.855Z | Compiling hickory-client v0.25.2 |
2636 | 2025-06-30T22:20:10.686Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2637 | 2025-06-30T22:20:11.778Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2638 | 2025-06-30T22:20:11.908Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2639 | 2025-06-30T22:20:12.453Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2640 | 2025-06-30T22:20:17.208Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2641 | 2025-06-30T22:20:17.486Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2642 | 2025-06-30T22:20:17.559Z | Compiling primeorder v0.13.6 |
2643 | 2025-06-30T22:20:18.176Z | Compiling progenitor-client v0.8.0 |
2644 | 2025-06-30T22:20:19.037Z | Compiling rustls-webpki v0.101.7 |
2645 | 2025-06-30T22:20:19.040Z | Compiling sct v0.7.1 |
2646 | 2025-06-30T22:20:19.513Z | Compiling heck v0.3.3 |
2647 | 2025-06-30T22:20:19.553Z | Compiling env_filter v0.1.2 |
2648 | 2025-06-30T22:20:19.862Z | Compiling csv-core v0.1.11 |
2649 | 2025-06-30T22:20:20.746Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2650 | 2025-06-30T22:20:21.067Z | Compiling void v1.0.2 |
2651 | 2025-06-30T22:20:21.193Z | Compiling csv v1.3.1 |
2652 | 2025-06-30T22:20:21.281Z | Compiling lzss v0.8.2 |
2653 | 2025-06-30T22:20:22.739Z | Compiling env_logger v0.11.5 |
2654 | 2025-06-30T22:20:23.430Z | Compiling zone_cfg_derive v0.1.2 |
2655 | 2025-06-30T22:20:24.159Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2656 | 2025-06-30T22:20:24.683Z | Compiling progenitor v0.8.0 |
2657 | 2025-06-30T22:20:24.993Z | Compiling p384 v0.13.0 |
2658 | 2025-06-30T22:20:25.167Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2659 | 2025-06-30T22:20:29.637Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2025-06-30T22:20:30.936Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2661 | 2025-06-30T22:20:31.293Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2662 | 2025-06-30T22:20:32.109Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2663 | 2025-06-30T22:20:32.613Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2664 | 2025-06-30T22:20:34.532Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2665 | 2025-06-30T22:20:34.906Z | Compiling tungstenite v0.23.0 |
2666 | 2025-06-30T22:20:39.233Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2667 | 2025-06-30T22:20:39.568Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2668 | 2025-06-30T22:20:39.900Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2669 | 2025-06-30T22:20:40.241Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2670 | 2025-06-30T22:20:40.398Z | Compiling nix v0.27.1 |
2671 | 2025-06-30T22:20:40.902Z | Compiling serde_bytes v0.11.17 |
2672 | 2025-06-30T22:20:41.432Z | Compiling base64 v0.13.1 |
2673 | 2025-06-30T22:20:42.212Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2674 | 2025-06-30T22:20:42.603Z | Compiling ron v0.7.1 |
2675 | 2025-06-30T22:20:43.661Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2676 | 2025-06-30T22:20:44.503Z | Compiling tokio-tungstenite v0.23.1 |
2677 | 2025-06-30T22:20:44.794Z | Compiling xz2 v0.1.7 |
2678 | 2025-06-30T22:20:45.405Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2679 | 2025-06-30T22:20:45.774Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2680 | 2025-06-30T22:20:47.607Z | Compiling tokio-rustls v0.24.1 |
2681 | 2025-06-30T22:20:51.249Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2682 | 2025-06-30T22:20:53.867Z | Compiling zone v0.1.8 |
2683 | 2025-06-30T22:20:55.667Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2684 | 2025-06-30T22:20:56.187Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2685 | 2025-06-30T22:20:56.721Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2686 | 2025-06-30T22:20:57.115Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2687 | 2025-06-30T22:20:58.133Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2688 | 2025-06-30T22:20:58.908Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2689 | 2025-06-30T22:21:04.761Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2690 | 2025-06-30T22:21:06.930Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2691 | 2025-06-30T22:21:07.792Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2692 | 2025-06-30T22:21:08.689Z | Compiling rustls-pemfile v1.0.4 |
2693 | 2025-06-30T22:21:09.443Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2694 | 2025-06-30T22:21:09.782Z | Compiling signal-hook-tokio v0.3.1 |
2695 | 2025-06-30T22:21:09.846Z | Compiling twox-hash v2.1.0 |
2696 | 2025-06-30T22:21:10.048Z | Compiling yasna v0.5.2 |
2697 | 2025-06-30T22:21:10.531Z | Compiling secrecy v0.8.0 |
2698 | 2025-06-30T22:21:10.831Z | Compiling unicode-linebreak v0.1.5 |
2699 | 2025-06-30T22:21:10.860Z | Compiling is_ci v1.2.0 |
2700 | 2025-06-30T22:21:11.187Z | Compiling smawk v0.3.2 |
2701 | 2025-06-30T22:21:11.406Z | Compiling rcgen v0.12.1 |
2702 | 2025-06-30T22:21:11.539Z | Compiling textwrap v0.16.2 |
2703 | 2025-06-30T22:21:13.308Z | Compiling supports-color v3.0.2 |
2704 | 2025-06-30T22:21:16.397Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2705 | 2025-06-30T22:21:19.916Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2706 | 2025-06-30T22:21:21.649Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2707 | 2025-06-30T22:21:24.005Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2708 | 2025-06-30T22:21:25.081Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2709 | 2025-06-30T22:21:34.383Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2710 | 2025-06-30T22:21:39.219Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2711 | 2025-06-30T22:21:42.792Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2712 | 2025-06-30T22:21:43.624Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2713 | 2025-06-30T22:21:44.419Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2714 | 2025-06-30T22:21:45.028Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2715 | 2025-06-30T22:21:47.082Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2025-06-30T22:21:54.167Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2717 | 2025-06-30T22:22:00.166Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2718 | 2025-06-30T22:22:00.207Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2719 | 2025-06-30T22:22:00.487Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2720 | 2025-06-30T22:22:05.165Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2721 | 2025-06-30T22:22:05.236Z | Compiling fatfs v0.3.6 |
2722 | 2025-06-30T22:22:05.469Z | Compiling subprocess v0.2.9 |
2723 | 2025-06-30T22:22:07.377Z | Compiling rtoolbox v0.0.2 |
2724 | 2025-06-30T22:22:07.842Z | Compiling assert_matches v1.5.0 |
2725 | 2025-06-30T22:22:08.055Z | Compiling rpassword v7.4.0 |
2726 | 2025-06-30T22:22:08.548Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2025-06-30T22:22:09.835Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2728 | 2025-06-30T22:22:10.028Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2729 | 2025-06-30T22:22:16.087Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2730 | 2025-06-30T22:22:22.874Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2731 | 2025-06-30T22:22:43.418Z | Compiling tui-tree-widget v0.23.1 |
2732 | 2025-06-30T22:22:43.887Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2733 | 2025-06-30T22:22:51.847Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2734 | 2025-06-30T22:22:51.862Z | Compiling uzers v0.12.1 |
2735 | 2025-06-30T22:22:54.667Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2736 | 2025-06-30T22:22:56.709Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2737 | 2025-06-30T22:22:56.828Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2738 | 2025-06-30T22:23:01.694Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2739 | 2025-06-30T22:23:13.773Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2740 | 2025-06-30T22:23:18.287Z | Compiling support-bundle-viewer v0.1.2 |
2741 | 2025-06-30T22:23:21.912Z | Compiling multimap v0.10.1 |
2742 | 2025-06-30T22:25:35.137Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2743 | 2025-06-30T22:25:49.193Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2744 | 2025-06-30T22:33:23.814Z | Finished `release` profile [optimized] target(s) in 18m 07s |
2745 | 2025-06-30T22:34:19.506Z | |
2746 | 2025-06-30T22:34:19.510Z | real 19:04.676538505 |
2747 | 2025-06-30T22:34:19.510Z | user 2:16:43.781021990 |
2748 | 2025-06-30T22:34:19.510Z | sys 3:54.563237913 |
2749 | 2025-06-30T22:34:19.510Z | trap 3.418205271 |
2750 | 2025-06-30T22:34:19.510Z | tflt 1.671909185 |
2751 | 2025-06-30T22:34:19.510Z | dflt 6.433660686 |
2752 | 2025-06-30T22:34:19.511Z | kflt 0.023357426 |
2753 | 2025-06-30T22:34:19.511Z | lock 7:40:16.781853633 |
2754 | 2025-06-30T22:34:19.511Z | slp 7:05:51.173146670 |
2755 | 2025-06-30T22:34:19.511Z | lat 3:50.750016963 |
2756 | 2025-06-30T22:34:19.511Z | stop 3:36.419381351 |
2757 | 2025-06-30T22:34:19.511Z | + mapfile -t packages |
2758 | 2025-06-30T22:34:19.511Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2759 | 2025-06-30T22:34:20.721Z | Finished `release` profile [optimized] target(s) in 1.15s |
2760 | 2025-06-30T22:34:20.779Z | Running `target/release/omicron-package -t test list-outputs` |
2761 | 2025-06-30T22:34:20.832Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2762 | 2025-06-30T22:34:20.835Z | + ptime -m cargo build --locked --release -p xtask |
2763 | 2025-06-30T22:34:21.540Z | Compiling once_cell v1.21.3 |
2764 | 2025-06-30T22:34:21.540Z | Compiling serde v1.0.219 |
2765 | 2025-06-30T22:34:21.540Z | Compiling bitflags v2.9.0 |
2766 | 2025-06-30T22:34:21.543Z | Compiling libc v0.2.174 |
2767 | 2025-06-30T22:34:21.543Z | Compiling syn v2.0.104 |
2768 | 2025-06-30T22:34:21.543Z | Compiling serde_json v1.0.140 |
2769 | 2025-06-30T22:34:21.543Z | Compiling num-traits v0.2.19 |
2770 | 2025-06-30T22:34:21.543Z | Compiling hashbrown v0.15.4 |
2771 | 2025-06-30T22:34:22.052Z | Compiling smallvec v1.15.0 |
2772 | 2025-06-30T22:34:22.076Z | Compiling rustix v0.38.37 |
2773 | 2025-06-30T22:34:22.322Z | Compiling usdt-impl v0.5.0 |
2774 | 2025-06-30T22:34:22.391Z | Compiling syn v1.0.109 |
2775 | 2025-06-30T22:34:22.539Z | Compiling percent-encoding v2.3.1 |
2776 | 2025-06-30T22:34:22.874Z | Compiling log v0.4.27 |
2777 | 2025-06-30T22:34:22.992Z | Compiling indexmap v2.9.0 |
2778 | 2025-06-30T22:34:23.018Z | Compiling thread-id v4.2.2 |
2779 | 2025-06-30T22:34:23.022Z | Compiling getrandom v0.3.1 |
2780 | 2025-06-30T22:34:23.154Z | Compiling form_urlencoded v1.2.1 |
2781 | 2025-06-30T22:34:23.648Z | Compiling rustix v1.0.7 |
2782 | 2025-06-30T22:34:23.810Z | Compiling fs-err v3.1.1 |
2783 | 2025-06-30T22:34:24.138Z | Compiling terminal_size v0.4.0 |
2784 | 2025-06-30T22:34:24.418Z | Compiling ordered-float v2.10.1 |
2785 | 2025-06-30T22:34:24.606Z | Compiling anyhow v1.0.98 |
2786 | 2025-06-30T22:34:24.985Z | Compiling clap_builder v4.5.40 |
2787 | 2025-06-30T22:34:25.097Z | Compiling textwrap v0.16.2 |
2788 | 2025-06-30T22:34:25.585Z | Compiling tempfile v3.20.0 |
2789 | 2025-06-30T22:34:25.950Z | Compiling proc-macro-error v1.0.4 |
2790 | 2025-06-30T22:34:27.477Z | Compiling tabled_derive v0.7.0 |
2791 | 2025-06-30T22:34:28.079Z | Compiling synstructure v0.13.1 |
2792 | 2025-06-30T22:34:28.855Z | Compiling tabled v0.15.0 |
2793 | 2025-06-30T22:34:29.341Z | Compiling serde_derive v1.0.219 |
2794 | 2025-06-30T22:34:29.341Z | Compiling thiserror-impl v1.0.69 |
2795 | 2025-06-30T22:34:29.344Z | Compiling zerofrom-derive v0.1.4 |
2796 | 2025-06-30T22:34:29.344Z | Compiling yoke-derive v0.7.4 |
2797 | 2025-06-30T22:34:29.344Z | Compiling zerovec-derive v0.10.3 |
2798 | 2025-06-30T22:34:31.565Z | Compiling displaydoc v0.2.5 |
2799 | 2025-06-30T22:34:31.605Z | Compiling icu_provider_macros v1.5.0 |
2800 | 2025-06-30T22:34:31.953Z | Compiling thiserror v1.0.69 |
2801 | 2025-06-30T22:34:32.114Z | Compiling zerofrom v0.1.4 |
2802 | 2025-06-30T22:34:32.136Z | Compiling pest v2.7.14 |
2803 | 2025-06-30T22:34:32.398Z | Compiling yoke v0.7.4 |
2804 | 2025-06-30T22:34:32.622Z | Compiling zerocopy-derive v0.7.35 |
2805 | 2025-06-30T22:34:32.854Z | Compiling zerovec v0.10.4 |
2806 | 2025-06-30T22:34:33.097Z | Compiling scroll_derive v0.12.0 |
2807 | 2025-06-30T22:34:34.369Z | Compiling scroll v0.12.0 |
2808 | 2025-06-30T22:34:34.392Z | Compiling zerocopy v0.7.35 |
2809 | 2025-06-30T22:34:35.005Z | Compiling tinystr v0.7.6 |
2810 | 2025-06-30T22:34:35.036Z | Compiling pest_meta v2.7.14 |
2811 | 2025-06-30T22:34:35.457Z | Compiling icu_locid v1.5.0 |
2812 | 2025-06-30T22:34:35.794Z | Compiling icu_collections v1.5.0 |
2813 | 2025-06-30T22:34:35.831Z | Compiling goblin v0.8.2 |
2814 | 2025-06-30T22:34:38.412Z | Compiling icu_provider v1.5.0 |
2815 | 2025-06-30T22:34:38.625Z | Compiling pest_generator v2.7.14 |
2816 | 2025-06-30T22:34:40.263Z | Compiling pest_derive v2.7.14 |
2817 | 2025-06-30T22:34:40.463Z | Compiling icu_locid_transform v1.5.0 |
2818 | 2025-06-30T22:34:42.073Z | Compiling icu_properties v1.5.1 |
2819 | 2025-06-30T22:34:42.398Z | Compiling serde_spanned v0.6.9 |
2820 | 2025-06-30T22:34:42.721Z | Compiling toml_datetime v0.6.11 |
2821 | 2025-06-30T22:34:43.569Z | Compiling toml_edit v0.22.27 |
2822 | 2025-06-30T22:34:47.668Z | Compiling icu_normalizer v1.5.0 |
2823 | 2025-06-30T22:34:48.255Z | Compiling dtrace-parser v0.2.0 |
2824 | 2025-06-30T22:34:49.304Z | Compiling idna_adapter v1.2.0 |
2825 | 2025-06-30T22:34:49.316Z | Compiling dof v0.3.0 |
2826 | 2025-06-30T22:34:49.316Z | Compiling idna v1.0.3 |
2827 | 2025-06-30T22:34:49.909Z | Compiling toml v0.8.23 |
2828 | 2025-06-30T22:34:50.980Z | Compiling serde_tokenstream v0.2.2 |
2829 | 2025-06-30T22:34:51.340Z | Compiling erased-serde v0.4.6 |
2830 | 2025-06-30T22:34:52.827Z | Compiling serde-untagged v0.1.7 |
2831 | 2025-06-30T22:34:53.636Z | Compiling url v2.5.4 |
2832 | 2025-06-30T22:34:54.262Z | Compiling camino v1.1.10 |
2833 | 2025-06-30T22:34:55.509Z | Compiling semver v1.0.26 |
2834 | 2025-06-30T22:34:55.539Z | Compiling serde-value v0.7.0 |
2835 | 2025-06-30T22:34:56.916Z | Compiling thiserror-impl v2.0.12 |
2836 | 2025-06-30T22:34:57.202Z | Compiling cargo-util-schemas v0.2.0 |
2837 | 2025-06-30T22:34:58.823Z | Compiling usdt-macro v0.5.0 |
2838 | 2025-06-30T22:34:58.956Z | Compiling usdt-attr-macro v0.5.0 |
2839 | 2025-06-30T22:34:59.632Z | Compiling thiserror v2.0.12 |
2840 | 2025-06-30T22:34:59.834Z | Compiling cargo-platform v0.2.0 |
2841 | 2025-06-30T22:34:59.950Z | Compiling clap_derive v4.5.40 |
2842 | 2025-06-30T22:35:00.225Z | Compiling usdt v0.5.0 |
2843 | 2025-06-30T22:35:00.972Z | Compiling cargo_metadata v0.20.0 |
2844 | 2025-06-30T22:35:01.563Z | Compiling camino-tempfile v1.4.1 |
2845 | 2025-06-30T22:35:02.326Z | Compiling cargo_toml v0.21.0 |
2846 | 2025-06-30T22:35:02.372Z | Compiling macaddr v1.0.1 |
2847 | 2025-06-30T22:35:04.071Z | Compiling clap v4.5.40 |
2848 | 2025-06-30T22:35:12.813Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2849 | 2025-06-30T22:35:18.333Z | Finished `release` profile [optimized] target(s) in 57.43s |
2850 | 2025-06-30T22:35:18.467Z | |
2851 | 2025-06-30T22:35:18.471Z | real 57.591167426 |
2852 | 2025-06-30T22:35:18.471Z | user 6:15.396684969 |
2853 | 2025-06-30T22:35:18.471Z | sys 25.862804716 |
2854 | 2025-06-30T22:35:18.471Z | trap 0.184167983 |
2855 | 2025-06-30T22:35:18.471Z | tflt 0.285428478 |
2856 | 2025-06-30T22:35:18.471Z | dflt 0.267698700 |
2857 | 2025-06-30T22:35:18.471Z | kflt 0.000008188 |
2858 | 2025-06-30T22:35:18.471Z | lock 12:51.394500021 |
2859 | 2025-06-30T22:35:18.471Z | slp 21:00.486595162 |
2860 | 2025-06-30T22:35:18.471Z | lat 23.231839910 |
2861 | 2025-06-30T22:35:18.471Z | stop 29.534204108 |
2862 | 2025-06-30T22:35:18.471Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2863 | 2025-06-30T22:35:18.471Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2864 | 2025-06-30T22:35:18.471Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2865 | 2025-06-30T22:35:18.471Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2866 | 2025-06-30T22:35:18.471Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2867 | 2025-06-30T22:35:19.629Z | Compiling regress v0.10.3 |
2868 | 2025-06-30T22:35:19.790Z | Compiling unsafe-libyaml v0.2.11 |
2869 | 2025-06-30T22:35:19.790Z | Compiling ident_case v1.0.1 |
2870 | 2025-06-30T22:35:19.793Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2871 | 2025-06-30T22:35:19.834Z | Compiling match_cfg v0.1.0 |
2872 | 2025-06-30T22:35:19.853Z | Compiling quick-error v1.2.3 |
2873 | 2025-06-30T22:35:19.857Z | Compiling rustix v1.0.7 |
2874 | 2025-06-30T22:35:19.857Z | Compiling rustls v0.22.4 |
2875 | 2025-06-30T22:35:19.944Z | Compiling darling_core v0.20.10 |
2876 | 2025-06-30T22:35:19.980Z | Compiling hostname v0.3.1 |
2877 | 2025-06-30T22:35:20.011Z | Compiling progenitor-client v0.10.0 |
2878 | 2025-06-30T22:35:20.202Z | Compiling structmeta-derive v0.3.0 |
2879 | 2025-06-30T22:35:20.236Z | Compiling multer v3.1.0 |
2880 | 2025-06-30T22:35:20.274Z | Compiling debug-ignore v1.0.5 |
2881 | 2025-06-30T22:35:20.562Z | Compiling toml v0.8.23 |
2882 | 2025-06-30T22:35:20.668Z | Compiling slog-json v2.6.1 |
2883 | 2025-06-30T22:35:21.049Z | Compiling serde_yaml v0.9.34+deprecated |
2884 | 2025-06-30T22:35:21.452Z | Compiling hex v0.4.3 |
2885 | 2025-06-30T22:35:21.974Z | Compiling tempfile v3.20.0 |
2886 | 2025-06-30T22:35:21.977Z | Compiling macaddr v1.0.1 |
2887 | 2025-06-30T22:35:22.047Z | Compiling async-stream-impl v0.3.6 |
2888 | 2025-06-30T22:35:22.443Z | Compiling dropshot v0.16.2 |
2889 | 2025-06-30T22:35:22.781Z | Compiling slog-bunyan v2.5.0 |
2890 | 2025-06-30T22:35:22.808Z | Compiling structmeta v0.3.0 |
2891 | 2025-06-30T22:35:23.035Z | Compiling waitgroup v0.1.2 |
2892 | 2025-06-30T22:35:23.212Z | Compiling rustls-pemfile v2.2.0 |
2893 | 2025-06-30T22:35:23.271Z | Compiling dropshot_endpoint v0.16.2 |
2894 | 2025-06-30T22:35:23.307Z | Compiling async-stream v0.3.6 |
2895 | 2025-06-30T22:35:23.584Z | Compiling typify-impl v0.3.0 |
2896 | 2025-06-30T22:35:23.632Z | Compiling serde_path_to_error v0.1.17 |
2897 | 2025-06-30T22:35:23.840Z | Compiling hostname v0.4.0 |
2898 | 2025-06-30T22:35:24.095Z | Compiling wait-timeout v0.2.0 |
2899 | 2025-06-30T22:35:24.388Z | Compiling bit-vec v0.8.0 |
2900 | 2025-06-30T22:35:24.417Z | Compiling rusty-fork v0.3.0 |
2901 | 2025-06-30T22:35:24.490Z | Compiling rand_xorshift v0.4.0 |
2902 | 2025-06-30T22:35:24.625Z | Compiling tokio-rustls v0.25.0 |
2903 | 2025-06-30T22:35:24.820Z | Compiling bit-set v0.8.0 |
2904 | 2025-06-30T22:35:24.861Z | Compiling instant v0.1.13 |
2905 | 2025-06-30T22:35:25.049Z | Compiling unarray v0.1.4 |
2906 | 2025-06-30T22:35:25.073Z | Compiling test-strategy v0.4.1 |
2907 | 2025-06-30T22:35:25.076Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2908 | 2025-06-30T22:35:25.132Z | Compiling progenitor-client v0.9.1 |
2909 | 2025-06-30T22:35:25.242Z | Compiling proptest v1.7.0 |
2910 | 2025-06-30T22:35:25.285Z | Compiling derive-where v1.5.0 |
2911 | 2025-06-30T22:35:25.629Z | Compiling darling_macro v0.20.10 |
2912 | 2025-06-30T22:35:25.696Z | Compiling ref-cast v1.0.24 |
2913 | 2025-06-30T22:35:26.289Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2914 | 2025-06-30T22:35:26.535Z | Compiling darling v0.20.10 |
2915 | 2025-06-30T22:35:26.689Z | Compiling serde_with_macros v3.12.0 |
2916 | 2025-06-30T22:35:26.982Z | Compiling ref-cast-impl v1.0.24 |
2917 | 2025-06-30T22:35:28.327Z | Compiling parse-display-derive v0.10.0 |
2918 | 2025-06-30T22:35:28.353Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2919 | 2025-06-30T22:35:28.514Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2920 | 2025-06-30T22:35:28.544Z | Compiling iddqd v0.3.8 |
2921 | 2025-06-30T22:35:28.889Z | Compiling backoff v0.4.0 |
2922 | 2025-06-30T22:35:29.085Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2923 | 2025-06-30T22:35:29.182Z | Compiling serde_with v3.12.0 |
2924 | 2025-06-30T22:35:29.254Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2925 | 2025-06-30T22:35:29.300Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2926 | 2025-06-30T22:35:30.029Z | Compiling proc-macro-crate v1.3.1 |
2927 | 2025-06-30T22:35:30.780Z | Compiling crucible-workspace-hack v0.1.0 |
2928 | 2025-06-30T22:35:30.943Z | Compiling num_enum_derive v0.5.11 |
2929 | 2025-06-30T22:35:31.094Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2930 | 2025-06-30T22:35:31.450Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2931 | 2025-06-30T22:35:31.563Z | Compiling itertools v0.13.0 |
2932 | 2025-06-30T22:35:32.155Z | Compiling parse-display v0.10.0 |
2933 | 2025-06-30T22:35:32.566Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2934 | 2025-06-30T22:35:32.778Z | Compiling heapless v0.8.0 |
2935 | 2025-06-30T22:35:32.839Z | Compiling proc-macro-error v1.0.4 |
2936 | 2025-06-30T22:35:33.143Z | Compiling hash32 v0.3.1 |
2937 | 2025-06-30T22:35:33.206Z | Compiling num_enum v0.5.11 |
2938 | 2025-06-30T22:35:33.424Z | Compiling foreign-types-macros v0.2.3 |
2939 | 2025-06-30T22:35:33.449Z | Compiling smoltcp v0.11.0 |
2940 | 2025-06-30T22:35:33.473Z | Compiling foreign-types-shared v0.3.1 |
2941 | 2025-06-30T22:35:33.861Z | Compiling tabwriter v1.4.0 |
2942 | 2025-06-30T22:35:34.328Z | Compiling typify-impl v0.4.1 |
2943 | 2025-06-30T22:35:34.351Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2944 | 2025-06-30T22:35:34.616Z | Compiling cstr-argument v0.1.2 |
2945 | 2025-06-30T22:35:34.638Z | Compiling ingot-macros v0.1.0 |
2946 | 2025-06-30T22:35:34.662Z | Compiling foreign-types v0.5.0 |
2947 | 2025-06-30T22:35:34.794Z | Compiling cobs v0.2.3 |
2948 | 2025-06-30T22:35:34.863Z | Compiling pretty-hex v0.2.1 |
2949 | 2025-06-30T22:35:35.095Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2950 | 2025-06-30T22:35:35.120Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2951 | 2025-06-30T22:35:35.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2952 | 2025-06-30T22:35:35.381Z | Compiling postcard v1.0.10 |
2953 | 2025-06-30T22:35:35.452Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2954 | 2025-06-30T22:35:35.888Z | Compiling colored v2.2.0 |
2955 | 2025-06-30T22:35:35.978Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2956 | 2025-06-30T22:35:36.049Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2957 | 2025-06-30T22:35:36.995Z | Compiling itertools v0.14.0 |
2958 | 2025-06-30T22:35:37.015Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2959 | 2025-06-30T22:35:37.527Z | Compiling camino-tempfile v1.4.1 |
2960 | 2025-06-30T22:35:37.613Z | Compiling typify-macro v0.3.0 |
2961 | 2025-06-30T22:35:38.066Z | Compiling smf v0.2.3 |
2962 | 2025-06-30T22:35:39.293Z | Compiling zone_cfg_derive v0.3.0 |
2963 | 2025-06-30T22:35:39.545Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2964 | 2025-06-30T22:35:39.789Z | Compiling num-derive v0.4.2 |
2965 | 2025-06-30T22:35:39.980Z | Compiling sigpipe v0.1.3 |
2966 | 2025-06-30T22:35:40.144Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2967 | 2025-06-30T22:35:40.218Z | Compiling jiff v0.2.15 |
2968 | 2025-06-30T22:35:40.508Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2969 | 2025-06-30T22:35:40.633Z | Compiling zone v0.3.1 |
2970 | 2025-06-30T22:35:40.955Z | Compiling num-rational v0.4.2 |
2971 | 2025-06-30T22:35:41.562Z | Compiling typify v0.3.0 |
2972 | 2025-06-30T22:35:41.611Z | Compiling ingot-types v0.1.0 |
2973 | 2025-06-30T22:35:41.768Z | Compiling progenitor-impl v0.9.1 |
2974 | 2025-06-30T22:35:41.972Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2975 | 2025-06-30T22:35:42.028Z | Compiling universal-hash v0.5.1 |
2976 | 2025-06-30T22:35:42.260Z | Compiling num-complex v0.4.6 |
2977 | 2025-06-30T22:35:42.435Z | Compiling ingot v0.1.0 |
2978 | 2025-06-30T22:35:42.470Z | Compiling opaque-debug v0.3.1 |
2979 | 2025-06-30T22:35:42.606Z | Compiling half v2.4.1 |
2980 | 2025-06-30T22:35:42.798Z | Compiling ciborium-io v0.2.2 |
2981 | 2025-06-30T22:35:42.976Z | Compiling float-ord v0.3.2 |
2982 | 2025-06-30T22:35:43.195Z | Compiling num v0.4.3 |
2983 | 2025-06-30T22:35:43.219Z | Compiling ciborium-ll v0.2.2 |
2984 | 2025-06-30T22:35:43.241Z | Compiling secrecy v0.10.3 |
2985 | 2025-06-30T22:35:43.324Z | Compiling aead v0.5.2 |
2986 | 2025-06-30T22:35:43.527Z | Compiling convert_case v0.4.0 |
2987 | 2025-06-30T22:35:43.647Z | Compiling ciborium v0.2.2 |
2988 | 2025-06-30T22:35:43.711Z | Compiling utf-8 v0.7.6 |
2989 | 2025-06-30T22:35:44.075Z | Compiling keccak v0.1.5 |
2990 | 2025-06-30T22:35:44.333Z | Compiling derive_more v0.99.20 |
2991 | 2025-06-30T22:35:44.981Z | Compiling sha3 v0.10.8 |
2992 | 2025-06-30T22:35:45.395Z | Compiling tungstenite v0.21.0 |
2993 | 2025-06-30T22:35:46.029Z | Compiling poly1305 v0.8.0 |
2994 | 2025-06-30T22:35:46.523Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2995 | 2025-06-30T22:35:47.365Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2996 | 2025-06-30T22:35:47.647Z | Compiling password-hash v0.5.0 |
2997 | 2025-06-30T22:35:48.445Z | Compiling progenitor-macro v0.9.1 |
2998 | 2025-06-30T22:35:48.477Z | Compiling typify-macro v0.4.1 |
2999 | 2025-06-30T22:35:48.582Z | Compiling chacha20 v0.9.1 |
3000 | 2025-06-30T22:35:49.096Z | Compiling blake2 v0.10.6 |
3001 | 2025-06-30T22:35:49.145Z | Compiling tokio-tungstenite v0.21.0 |
3002 | 2025-06-30T22:35:49.537Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3003 | 2025-06-30T22:35:49.743Z | Compiling argon2 v0.5.3 |
3004 | 2025-06-30T22:35:50.367Z | Compiling base64 v0.21.7 |
3005 | 2025-06-30T22:35:50.675Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3006 | 2025-06-30T22:35:51.018Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3007 | 2025-06-30T22:35:51.045Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3008 | 2025-06-30T22:35:51.169Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3009 | 2025-06-30T22:35:51.471Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3010 | 2025-06-30T22:35:51.526Z | Compiling thiserror-impl-no-std v2.0.2 |
3011 | 2025-06-30T22:35:51.707Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3012 | 2025-06-30T22:35:51.777Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3013 | 2025-06-30T22:35:52.145Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3014 | 2025-06-30T22:35:52.176Z | Compiling atomicwrites v0.4.4 |
3015 | 2025-06-30T22:35:52.361Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3016 | 2025-06-30T22:35:52.386Z | Compiling typify v0.4.1 |
3017 | 2025-06-30T22:35:52.435Z | Compiling semver v0.1.20 |
3018 | 2025-06-30T22:35:52.580Z | Compiling progenitor-impl v0.10.0 |
3019 | 2025-06-30T22:35:52.907Z | Compiling rustc_version v0.1.7 |
3020 | 2025-06-30T22:35:52.944Z | Compiling chacha20poly1305 v0.10.1 |
3021 | 2025-06-30T22:35:53.092Z | Compiling typify-impl v0.2.0 |
3022 | 2025-06-30T22:35:53.219Z | Compiling resolv-conf v0.7.0 |
3023 | 2025-06-30T22:35:53.249Z | Compiling newline-converter v0.3.0 |
3024 | 2025-06-30T22:35:53.348Z | Compiling primeorder v0.13.6 |
3025 | 2025-06-30T22:35:53.451Z | Compiling owo-colors v4.2.2 |
3026 | 2025-06-30T22:35:53.896Z | Compiling cancel-safe-futures v0.1.5 |
3027 | 2025-06-30T22:35:53.953Z | Compiling moka v0.12.10 |
3028 | 2025-06-30T22:35:54.090Z | Compiling libefi-sys v0.1.0 |
3029 | 2025-06-30T22:35:54.122Z | Compiling thiserror-no-std v2.0.2 |
3030 | 2025-06-30T22:35:54.268Z | Compiling vsss-rs v3.3.4 |
3031 | 2025-06-30T22:35:54.373Z | Compiling expectorate v1.2.0 |
3032 | 2025-06-30T22:35:54.420Z | Compiling newtype_derive v0.1.6 |
3033 | 2025-06-30T22:35:54.453Z | Compiling libsw-core v0.3.1 |
3034 | 2025-06-30T22:35:54.681Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3035 | 2025-06-30T22:35:54.750Z | Compiling bitfield-struct v0.6.2 |
3036 | 2025-06-30T22:35:54.753Z | Compiling unicase v2.7.0 |
3037 | 2025-06-30T22:35:55.115Z | Compiling tagptr v0.2.0 |
3038 | 2025-06-30T22:35:55.118Z | Compiling fixedbitset v0.5.7 |
3039 | 2025-06-30T22:35:55.410Z | Compiling arc-swap v1.7.1 |
3040 | 2025-06-30T22:35:55.787Z | Compiling petgraph v0.8.2 |
3041 | 2025-06-30T22:35:56.005Z | Compiling slog-scope v4.4.0 |
3042 | 2025-06-30T22:35:56.101Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3043 | 2025-06-30T22:35:57.001Z | Compiling libsw v3.5.0 |
3044 | 2025-06-30T22:35:58.096Z | Compiling polyval v0.6.2 |
3045 | 2025-06-30T22:35:58.260Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3046 | 2025-06-30T22:35:58.498Z | Compiling hickory-proto v0.24.4 |
3047 | 2025-06-30T22:35:58.560Z | Compiling proc-macro-error-attr2 v2.0.0 |
3048 | 2025-06-30T22:35:58.931Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3049 | 2025-06-30T22:35:59.094Z | Compiling salty v0.3.0 |
3050 | 2025-06-30T22:35:59.215Z | Compiling progenitor-macro v0.10.0 |
3051 | 2025-06-30T22:35:59.321Z | Compiling parking_lot_core v0.8.6 |
3052 | 2025-06-30T22:35:59.388Z | Compiling linked-hash-map v0.5.6 |
3053 | 2025-06-30T22:35:59.521Z | Compiling linear-map v1.2.0 |
3054 | 2025-06-30T22:35:59.764Z | Compiling indent_write v2.2.0 |
3055 | 2025-06-30T22:35:59.825Z | Compiling lru-cache v0.1.2 |
3056 | 2025-06-30T22:35:59.886Z | Compiling proc-macro-error2 v2.0.1 |
3057 | 2025-06-30T22:35:59.919Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3058 | 2025-06-30T22:35:59.998Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3059 | 2025-06-30T22:36:00.497Z | Compiling ghash v0.5.1 |
3060 | 2025-06-30T22:36:00.559Z | Compiling hickory-resolver v0.25.2 |
3061 | 2025-06-30T22:36:00.720Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3062 | 2025-06-30T22:36:01.124Z | Compiling slog-stdlog v4.1.1 |
3063 | 2025-06-30T22:36:01.196Z | Compiling progenitor v0.9.1 |
3064 | 2025-06-30T22:36:01.271Z | Compiling p384 v0.13.0 |
3065 | 2025-06-30T22:36:01.462Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
3066 | 2025-06-30T22:36:01.545Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3067 | 2025-06-30T22:36:02.556Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3068 | 2025-06-30T22:36:02.753Z | Compiling num-derive v0.3.3 |
3069 | 2025-06-30T22:36:02.859Z | Compiling ctr v0.9.2 |
3070 | 2025-06-30T22:36:03.282Z | Compiling gethostname v0.5.0 |
3071 | 2025-06-30T22:36:03.520Z | Compiling lzma-sys v0.1.20 |
3072 | 2025-06-30T22:36:03.711Z | Compiling slog-dtrace v0.3.0 |
3073 | 2025-06-30T22:36:04.067Z | Compiling xshell-macros v0.2.7 |
3074 | 2025-06-30T22:36:04.257Z | Compiling highway v1.3.0 |
3075 | 2025-06-30T22:36:04.833Z | Compiling xshell v0.2.7 |
3076 | 2025-06-30T22:36:04.892Z | Compiling libscf-sys v1.1.0 |
3077 | 2025-06-30T22:36:05.002Z | Compiling papergrid v0.14.0 |
3078 | 2025-06-30T22:36:05.126Z | Compiling hickory-resolver v0.24.4 |
3079 | 2025-06-30T22:36:05.151Z | Compiling aes-gcm v0.10.3 |
3080 | 2025-06-30T22:36:05.488Z | Compiling slog-envlogger v2.2.0 |
3081 | 2025-06-30T22:36:05.932Z | Compiling steno v0.4.1 |
3082 | 2025-06-30T22:36:05.972Z | Compiling mime_guess v2.0.5 |
3083 | 2025-06-30T22:36:06.191Z | Compiling tabled_derive v0.10.0 |
3084 | 2025-06-30T22:36:06.482Z | Compiling typify-macro v0.2.0 |
3085 | 2025-06-30T22:36:07.076Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3086 | 2025-06-30T22:36:08.854Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3087 | 2025-06-30T22:36:09.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3088 | 2025-06-30T22:36:09.567Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3089 | 2025-06-30T22:36:09.906Z | Compiling tokio-dtrace v0.1.0 |
3090 | 2025-06-30T22:36:10.341Z | Compiling typify v0.2.0 |
3091 | 2025-06-30T22:36:10.367Z | Compiling heck v0.3.3 |
3092 | 2025-06-30T22:36:10.392Z | Compiling progenitor-client v0.8.0 |
3093 | 2025-06-30T22:36:10.445Z | Compiling ssh-encoding v0.2.0 |
3094 | 2025-06-30T22:36:10.537Z | Compiling progenitor-impl v0.8.0 |
3095 | 2025-06-30T22:36:10.736Z | Compiling blowfish v0.9.1 |
3096 | 2025-06-30T22:36:10.908Z | Compiling env_filter v0.1.2 |
3097 | 2025-06-30T22:36:10.950Z | Compiling nibble_vec v0.1.0 |
3098 | 2025-06-30T22:36:11.219Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3099 | 2025-06-30T22:36:11.245Z | Compiling humantime v2.2.0 |
3100 | 2025-06-30T22:36:11.535Z | Compiling endian-type v0.1.2 |
3101 | 2025-06-30T22:36:11.648Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3102 | 2025-06-30T22:36:11.717Z | Compiling env_logger v0.11.5 |
3103 | 2025-06-30T22:36:11.754Z | Compiling radix_trie v0.2.1 |
3104 | 2025-06-30T22:36:11.777Z | Compiling bcrypt-pbkdf v0.10.0 |
3105 | 2025-06-30T22:36:11.870Z | Compiling progenitor v0.10.0 |
3106 | 2025-06-30T22:36:11.904Z | Compiling ssh-cipher v0.2.0 |
3107 | 2025-06-30T22:36:12.121Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3108 | 2025-06-30T22:36:12.342Z | Compiling zone_cfg_derive v0.1.2 |
3109 | 2025-06-30T22:36:12.342Z | Compiling oxide-tokio-rt v0.1.1 |
3110 | 2025-06-30T22:36:12.391Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3111 | 2025-06-30T22:36:12.644Z | Compiling parking_lot v0.11.2 |
3112 | 2025-06-30T22:36:13.232Z | Compiling tabled v0.18.0 |
3113 | 2025-06-30T22:36:13.327Z | Compiling qorb v0.4.0 |
3114 | 2025-06-30T22:36:13.777Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3115 | 2025-06-30T22:36:14.438Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3116 | 2025-06-30T22:36:14.579Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3117 | 2025-06-30T22:36:14.933Z | Compiling prefix-trie v0.7.0 |
3118 | 2025-06-30T22:36:15.001Z | Compiling password-hash v0.4.2 |
3119 | 2025-06-30T22:36:15.424Z | Compiling fxhash v0.2.1 |
3120 | 2025-06-30T22:36:15.674Z | Compiling http-range v0.1.5 |
3121 | 2025-06-30T22:36:15.771Z | Compiling same-file v1.0.6 |
3122 | 2025-06-30T22:36:15.774Z | Compiling base64 v0.13.1 |
3123 | 2025-06-30T22:36:16.027Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3124 | 2025-06-30T22:36:16.097Z | Compiling walkdir v2.5.0 |
3125 | 2025-06-30T22:36:16.312Z | Compiling ron v0.7.1 |
3126 | 2025-06-30T22:36:16.403Z | Compiling hickory-server v0.25.2 |
3127 | 2025-06-30T22:36:16.756Z | Compiling sled v0.34.7 |
3128 | 2025-06-30T22:36:17.359Z | Compiling progenitor-macro v0.8.0 |
3129 | 2025-06-30T22:36:17.883Z | Compiling pbkdf2 v0.11.0 |
3130 | 2025-06-30T22:36:18.304Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3131 | 2025-06-30T22:36:18.384Z | Compiling xz2 v0.1.7 |
3132 | 2025-06-30T22:36:18.847Z | Compiling zone v0.1.8 |
3133 | 2025-06-30T22:36:19.927Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3134 | 2025-06-30T22:36:20.074Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3135 | 2025-06-30T22:36:20.124Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3136 | 2025-06-30T22:36:20.592Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3137 | 2025-06-30T22:36:21.407Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3138 | 2025-06-30T22:36:23.466Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3139 | 2025-06-30T22:36:24.677Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3140 | 2025-06-30T22:36:24.699Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3141 | 2025-06-30T22:36:25.223Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3142 | 2025-06-30T22:36:25.864Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3143 | 2025-06-30T22:36:26.648Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3144 | 2025-06-30T22:36:26.674Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3145 | 2025-06-30T22:36:27.158Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3146 | 2025-06-30T22:36:27.744Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3147 | 2025-06-30T22:36:29.299Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3148 | 2025-06-30T22:36:29.831Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3149 | 2025-06-30T22:36:29.932Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3150 | 2025-06-30T22:36:30.027Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3151 | 2025-06-30T22:36:30.990Z | Compiling progenitor v0.8.0 |
3152 | 2025-06-30T22:36:31.276Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3153 | 2025-06-30T22:36:32.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3154 | 2025-06-30T22:36:33.129Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3155 | 2025-06-30T22:36:33.274Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3156 | 2025-06-30T22:36:33.759Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3157 | 2025-06-30T22:36:34.571Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3158 | 2025-06-30T22:36:35.067Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3159 | 2025-06-30T22:36:35.205Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3160 | 2025-06-30T22:36:35.695Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3161 | 2025-06-30T22:36:36.539Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3162 | 2025-06-30T22:36:37.743Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3163 | 2025-06-30T22:36:37.935Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3164 | 2025-06-30T22:36:38.774Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3165 | 2025-06-30T22:36:39.031Z | Compiling ssh-key v0.6.6 |
3166 | 2025-06-30T22:36:39.669Z | Compiling hickory-client v0.25.2 |
3167 | 2025-06-30T22:36:39.805Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
3168 | 2025-06-30T22:36:40.360Z | Compiling p256 v0.13.2 |
3169 | 2025-06-30T22:36:41.169Z | Compiling p521 v0.13.3 |
3170 | 2025-06-30T22:36:41.294Z | Compiling yasna v0.5.2 |
3171 | 2025-06-30T22:36:41.538Z | Compiling pem v3.0.5 |
3172 | 2025-06-30T22:36:42.251Z | Compiling headers-core v0.3.0 |
3173 | 2025-06-30T22:36:42.464Z | Compiling kstat-rs v0.2.4 |
3174 | 2025-06-30T22:36:42.879Z | Compiling secrecy v0.8.0 |
3175 | 2025-06-30T22:36:43.035Z | Compiling nanorand v0.7.0 |
3176 | 2025-06-30T22:36:43.102Z | Compiling russh-cryptovec v0.7.3 |
3177 | 2025-06-30T22:36:43.158Z | Compiling atty v0.2.14 |
3178 | 2025-06-30T22:36:43.310Z | Compiling crc8 v0.1.1 |
3179 | 2025-06-30T22:36:43.347Z | Compiling md5 v0.7.0 |
3180 | 2025-06-30T22:36:43.386Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3181 | 2025-06-30T22:36:43.451Z | Compiling flume v0.11.1 |
3182 | 2025-06-30T22:36:43.522Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3183 | 2025-06-30T22:36:43.885Z | Compiling russh-keys v0.45.0 |
3184 | 2025-06-30T22:36:44.100Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3185 | 2025-06-30T22:36:45.081Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3186 | 2025-06-30T22:36:45.627Z | Compiling headers v0.4.1 |
3187 | 2025-06-30T22:36:47.385Z | Compiling rcgen v0.12.1 |
3188 | 2025-06-30T22:36:47.410Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3189 | 2025-06-30T22:36:48.284Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3190 | 2025-06-30T22:36:48.463Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3191 | 2025-06-30T22:36:49.414Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3192 | 2025-06-30T22:36:49.442Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3193 | 2025-06-30T22:36:51.033Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3194 | 2025-06-30T22:36:51.294Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3195 | 2025-06-30T22:36:53.173Z | Compiling hyper-staticfile v0.10.1 |
3196 | 2025-06-30T22:36:53.794Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3197 | 2025-06-30T22:36:53.834Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3198 | 2025-06-30T22:36:54.226Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3199 | 2025-06-30T22:36:54.480Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3200 | 2025-06-30T22:36:55.342Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3201 | 2025-06-30T22:36:55.453Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3202 | 2025-06-30T22:36:55.840Z | Compiling num-bigint v0.4.6 |
3203 | 2025-06-30T22:36:55.898Z | Compiling des v0.8.1 |
3204 | 2025-06-30T22:36:55.987Z | Compiling subprocess v0.2.9 |
3205 | 2025-06-30T22:36:56.256Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3206 | 2025-06-30T22:36:56.850Z | Compiling hex-literal v0.4.1 |
3207 | 2025-06-30T22:36:57.050Z | Compiling display-error-chain v0.2.2 |
3208 | 2025-06-30T22:36:57.109Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3209 | 2025-06-30T22:36:57.302Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3210 | 2025-06-30T22:36:57.603Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3211 | 2025-06-30T22:36:58.416Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3212 | 2025-06-30T22:37:00.198Z | Compiling russh v0.45.0 |
3213 | 2025-06-30T22:37:00.512Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3214 | 2025-06-30T22:37:00.734Z | Compiling internet-checksum v0.2.1 |
3215 | 2025-06-30T22:37:08.327Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3216 | 2025-06-30T22:37:10.067Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3217 | 2025-06-30T22:37:34.516Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3218 | 2025-06-30T22:37:57.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
3219 | 2025-06-30T22:37:58.120Z | |
3220 | 2025-06-30T22:37:58.124Z | real 2:39.566387907 |
3221 | 2025-06-30T22:37:58.124Z | user 14:22.252795930 |
3222 | 2025-06-30T22:37:58.124Z | sys 1:59.318268455 |
3223 | 2025-06-30T22:37:58.124Z | trap 0.423968809 |
3224 | 2025-06-30T22:37:58.124Z | tflt 0.108950345 |
3225 | 2025-06-30T22:37:58.124Z | dflt 0.886991208 |
3226 | 2025-06-30T22:37:58.124Z | kflt 0.000010557 |
3227 | 2025-06-30T22:37:58.124Z | lock 24:19.477322420 |
3228 | 2025-06-30T22:37:58.124Z | slp 51:49.911591852 |
3229 | 2025-06-30T22:37:58.124Z | lat 44.076472184 |
3230 | 2025-06-30T22:37:58.124Z | stop 2:03.749606913 |
3231 | 2025-06-30T22:37:58.124Z | + mkdir tests |
3232 | 2025-06-30T22:37:58.127Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3233 | 2025-06-30T22:37:58.127Z | + xargs -I '{}' -t cp '{}' tests/ |
3234 | 2025-06-30T22:37:58.167Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9b5f8b42d7cb05a3 tests/ |
3235 | 2025-06-30T22:37:58.187Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1f2cda9915ecd0d tests/ |
3236 | 2025-06-30T22:37:58.206Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f4e140d905b5529 tests/ |
3237 | 2025-06-30T22:37:58.227Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0d0c5275531fa534 tests/ |
3238 | 2025-06-30T22:37:58.462Z | + 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/*) |
3239 | 2025-06-30T22:37:58.465Z | + 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-c1f2cda9915ecd0d tests/commtest-4f4e140d905b5529 tests/dhcp_server-9b5f8b42d7cb05a3 tests/end_to_end_tests-0d0c5275531fa534 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 |
3240 | 2025-06-30T22:39:32.332Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3241 | 2025-06-30T22:39:32.333Z | a .github/buildomat/ci-env.sh 1K |
3242 | 2025-06-30T22:39:32.333Z | a out/target/test 1K |
3243 | 2025-06-30T22:39:32.333Z | a out/npuzone/npuzone 23144K |
3244 | 2025-06-30T22:39:32.333Z | a package-manifest.toml 33K |
3245 | 2025-06-30T22:39:32.333Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3246 | 2025-06-30T22:39:32.333Z | a target/release/omicron-package 41129K |
3247 | 2025-06-30T22:39:32.333Z | a target/release/xtask 11702K |
3248 | 2025-06-30T22:39:32.333Z | a target/debug/bootstrap 241473K |
3249 | 2025-06-30T22:39:32.333Z | a tests/bootstrap-c1f2cda9915ecd0d 23192K |
3250 | 2025-06-30T22:39:32.333Z | a tests/commtest-4f4e140d905b5529 24835K |
3251 | 2025-06-30T22:39:32.333Z | a tests/dhcp_server-9b5f8b42d7cb05a3 23192K |
3252 | 2025-06-30T22:39:32.333Z | a tests/end_to_end_tests-0d0c5275531fa534 314781K |
3253 | 2025-06-30T22:39:32.333Z | a out/clickhouse.tar.gz 316430K |
3254 | 2025-06-30T22:39:32.333Z | a out/clickhouse_keeper.tar.gz 300195K |
3255 | 2025-06-30T22:39:32.333Z | a out/clickhouse_server.tar.gz 316430K |
3256 | 2025-06-30T22:39:32.333Z | a out/cockroachdb.tar.gz 160064K |
3257 | 2025-06-30T22:39:32.333Z | a out/crucible-dtrace.tar 98K |
3258 | 2025-06-30T22:39:32.333Z | a out/crucible-pantry-zone.tar.gz 38997K |
3259 | 2025-06-30T22:39:32.335Z | a out/crucible-zone.tar.gz 48881K |
3260 | 2025-06-30T22:39:32.335Z | a out/external-dns.tar.gz 50714K |
3261 | 2025-06-30T22:39:32.335Z | a out/internal-dns.tar.gz 50714K |
3262 | 2025-06-30T22:39:32.335Z | a out/mg-ddm-gz.tar 91780K |
3263 | 2025-06-30T22:39:32.335Z | a out/nexus.tar.gz 128250K |
3264 | 2025-06-30T22:39:32.335Z | a out/ntp.tar.gz 16665K |
3265 | 2025-06-30T22:39:32.335Z | a out/omicron-gateway-softnpu.tar.gz 29209K |
3266 | 2025-06-30T22:39:32.335Z | a out/omicron-sled-agent.tar 139645K |
3267 | 2025-06-30T22:39:32.335Z | a out/overlay.tar.gz 3K |
3268 | 2025-06-30T22:39:32.335Z | a out/oximeter.tar.gz 62325K |
3269 | 2025-06-30T22:39:32.335Z | a out/oxlog.tar 3979K |
3270 | 2025-06-30T22:39:32.335Z | a out/probe.tar.gz 3037K |
3271 | 2025-06-30T22:39:32.335Z | a out/propolis-server.tar.gz 68618K |
3272 | 2025-06-30T22:39:32.335Z | a out/pumpkind-gz.tar 26648K |
3273 | 2025-06-30T22:39:32.335Z | a out/switch-softnpu.tar.gz 335732K |
3274 | 2025-06-30T22:39:32.355Z | |
3275 | 2025-06-30T22:39:32.355Z | real 1:33.840029068 |
3276 | 2025-06-30T22:39:32.355Z | user 1:30.086486317 |
3277 | 2025-06-30T22:39:32.355Z | sys 5.351855056 |
3278 | 2025-06-30T22:39:32.355Z | trap 0.020631239 |
3279 | 2025-06-30T22:39:32.356Z | tflt 0.000000000 |
3280 | 2025-06-30T22:39:32.356Z | dflt 0.000000000 |
3281 | 2025-06-30T22:39:32.356Z | kflt 0.000000000 |
3282 | 2025-06-30T22:39:32.356Z | lock 0.000000000 |
3283 | 2025-06-30T22:39:32.356Z | slp 1:29.942025093 |
3284 | 2025-06-30T22:39:32.356Z | lat 2.274589642 |
3285 | 2025-06-30T22:39:32.356Z | stop 0.000188071 |
3286 | 2025-06-30T22:39:32.356Z | process exited: duration 2049828 ms, exit code 0 |
|
3287 | 2025-06-30T22:39:32.421Z | found 1 output files |
3288 | 2025-06-30T22:39:32.421Z | uploading: /work/package.tar.gz (2191087837 bytes) |
3289 | 2025-06-30T22:40:39.547Z | uploaded: /work/package.tar.gz |