|
|
|
1 | 2025-02-21T21:58:44.437Z | job assigned to worker 01JMN88CPA9B6ERJHETS1A497Y [factory aws, i-0f6c6086f44bf4956] (queued for 36 m 26 s) |
|
2 | 2025-02-21T21:58:52.911Z | starting task 0: "setup" |
3 | 2025-02-21T21:58:52.919Z | ++ uname -s |
4 | 2025-02-21T21:58:52.921Z | + kern=SunOS |
5 | 2025-02-21T21:58:52.921Z | + build_user=build |
6 | 2025-02-21T21:58:52.921Z | + build_uid=12345 |
7 | 2025-02-21T21:58:52.921Z | + work_dir=/work |
8 | 2025-02-21T21:58:52.921Z | + input_dir=/input |
9 | 2025-02-21T21:58:52.921Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T21:58:52.921Z | + case "$kern" in |
11 | 2025-02-21T21:58:52.921Z | + groupadd -g 12345 build |
12 | 2025-02-21T21:58:52.924Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T21:58:54.930Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T21:58:55.067Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T21:58:55.071Z | + home_fs=zfs |
16 | 2025-02-21T21:58:55.071Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T21:58:55.072Z | + mkdir -p /home/build |
18 | 2025-02-21T21:58:55.072Z | + chown build:build /home/build /work |
19 | 2025-02-21T21:58:57.083Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T21:58:57.093Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-02-21T21:58:57.144Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T21:58:57.151Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T21:58:57.151Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T21:58:57.151Z | * rust toolchain profile = "default" |
25 | 2025-02-21T21:58:57.151Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T21:58:57.152Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T21:58:57.152Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T21:58:57.152Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T21:58:57.152Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T21:58:57.258Z | info: downloading installer |
31 | 2025-02-21T21:58:58.621Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T21:58:58.621Z | warning: /opt/ooce/bin |
33 | 2025-02-21T21:58:58.621Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T21:58:58.621Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T21:58:58.621Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T21:58:58.621Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T21:58:58.621Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T21:58:58.621Z | error: cannot install while Rust is installed |
39 | 2025-02-21T21:58:58.621Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T21:58:58.636Z | info: profile set to 'default' |
41 | 2025-02-21T21:58:58.637Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T21:58:58.639Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T21:58:58.800Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T21:58:58.801Z | info: downloading component 'cargo' |
45 | 2025-02-21T21:58:59.654Z | info: downloading component 'clippy' |
46 | 2025-02-21T21:58:59.977Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T21:59:01.298Z | info: downloading component 'rust-std' |
48 | 2025-02-21T21:59:03.219Z | info: downloading component 'rustc' |
49 | 2025-02-21T21:59:09.813Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T21:59:10.089Z | info: installing component 'cargo' |
51 | 2025-02-21T21:59:10.902Z | info: installing component 'clippy' |
52 | 2025-02-21T21:59:11.290Z | info: installing component 'rust-docs' |
53 | 2025-02-21T21:59:13.095Z | info: installing component 'rust-std' |
54 | 2025-02-21T21:59:14.971Z | info: installing component 'rustc' |
55 | 2025-02-21T21:59:20.975Z | info: installing component 'rustfmt' |
56 | 2025-02-21T21:59:21.320Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T21:59:21.320Z | |
58 | 2025-02-21T21:59:21.695Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T21:59:21.695Z | |
60 | 2025-02-21T21:59:21.705Z | |
61 | 2025-02-21T21:59:21.705Z | Rust is installed now. Great! |
62 | 2025-02-21T21:59:21.705Z | |
63 | 2025-02-21T21:59:21.705Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T21:59:21.705Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T21:59:21.705Z | |
66 | 2025-02-21T21:59:21.705Z | To configure your current shell, you need to source |
67 | 2025-02-21T21:59:21.705Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T21:59:21.705Z | |
69 | 2025-02-21T21:59:21.705Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T21:59:21.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T21:59:21.706Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T21:59:21.773Z | + rustup --version |
73 | 2025-02-21T21:59:21.785Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T21:59:21.785Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T21:59:21.865Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T21:59:21.895Z | + cargo --version |
77 | 2025-02-21T21:59:21.929Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T21:59:21.941Z | + rustc --version |
79 | 2025-02-21T21:59:21.998Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T21:59:22.007Z | process exited: duration 24876 ms, exit code 0 |
|
81 | 2025-02-21T21:59:22.023Z | starting task 2: "authentication" |
82 | 2025-02-21T21:59:22.046Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-21T21:59:22.067Z | starting task 3: "clone repository" |
84 | 2025-02-21T21:59:22.077Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T21:59:22.077Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T21:59:22.845Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T21:59:30.395Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T21:59:30.395Z | + git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
89 | 2025-02-21T21:59:30.701Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T21:59:30.701Z | * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD |
91 | 2025-02-21T21:59:30.712Z | + [[ -n john/fix-test-mgs-metrics ]] |
92 | 2025-02-21T21:59:30.715Z | ++ git branch --show-current |
93 | 2025-02-21T21:59:30.715Z | + current=main |
94 | 2025-02-21T21:59:30.715Z | + [[ main != john/fix-test-mgs-metrics ]] |
95 | 2025-02-21T21:59:30.715Z | + git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
96 | 2025-02-21T21:59:30.724Z | + git checkout -f john/fix-test-mgs-metrics |
97 | 2025-02-21T21:59:30.769Z | Switched to branch 'john/fix-test-mgs-metrics' |
98 | 2025-02-21T21:59:30.772Z | + git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
99 | 2025-02-21T21:59:30.824Z | HEAD is now at 8728fad94 test flake fix: Parse dropshot error response |
100 | 2025-02-21T21:59:30.828Z | process exited: duration 8759 ms, exit code 0 |
|
101 | 2025-02-21T21:59:30.834Z | starting task 4: "build" |
102 | 2025-02-21T21:59:30.839Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T21:59:30.843Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T21:59:30.843Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T21:59:30.843Z | + cargo --version |
106 | 2025-02-21T21:59:30.893Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T21:59:30.897Z | + rustc --version |
108 | 2025-02-21T21:59:30.963Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T21:59:30.966Z | + WORK=/work |
110 | 2025-02-21T21:59:30.970Z | + pfexec mkdir -p /work |
111 | 2025-02-21T21:59:30.974Z | + pfexec chown build /work |
112 | 2025-02-21T21:59:30.974Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-21T21:59:32.650Z | pkg list: illegal option -- F |
114 | 2025-02-21T21:59:32.650Z | Usage: |
115 | 2025-02-21T21:59:32.653Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-21T21:59:32.653Z | [pkg_fmri_pattern ...] |
117 | 2025-02-21T21:59:33.537Z | pkg list: illegal option -- F |
118 | 2025-02-21T21:59:33.537Z | Usage: |
119 | 2025-02-21T21:59:33.541Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-21T21:59:33.541Z | [pkg_fmri_pattern ...] |
121 | 2025-02-21T21:59:41.849Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-21T21:59:46.215Z | Startup: Caching catalogs ... Done |
123 | 2025-02-21T21:59:59.678Z | Planning: Solver setup ... Done (12.491s) |
124 | 2025-02-21T21:59:59.833Z | Planning: Running solver ... Done (0.155s) |
125 | 2025-02-21T22:00:00.166Z | Planning: Finding local manifests ... Done (0.208s) |
126 | 2025-02-21T22:00:00.181Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-21T22:00:00.965Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-21T22:00:01.392Z | Planning: Package planning ... Done (0.428s) |
129 | 2025-02-21T22:00:01.449Z | Planning: Merging actions ... Done (0.057s) |
130 | 2025-02-21T22:00:02.401Z | Planning: Checking for conflicting actions ... Done (0.951s) |
131 | 2025-02-21T22:00:07.530Z | Planning: Consolidating action changes ... Done (5.127s) |
132 | 2025-02-21T22:00:07.927Z | Planning: Evaluating mediators ... Done (0.396s) |
133 | 2025-02-21T22:00:08.006Z | Planning: Planning completed in 21.69 seconds |
134 | 2025-02-21T22:00:08.023Z | Packages to install: 4 |
135 | 2025-02-21T22:00:08.023Z | Packages to update: 3 |
136 | 2025-02-21T22:00:08.026Z | Mediators to change: 2 |
137 | 2025-02-21T22:00:08.026Z | Services to change: 1 |
138 | 2025-02-21T22:00:08.026Z | Estimated space available: 155.60 GB |
139 | 2025-02-21T22:00:08.026Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-02-21T22:00:08.026Z | Create boot environment: No |
141 | 2025-02-21T22:00:08.026Z | Create backup boot environment: Yes |
142 | 2025-02-21T22:00:08.026Z | Rebuild boot archive: No |
143 | 2025-02-21T22:00:08.026Z | |
144 | 2025-02-21T22:00:08.026Z | Changed mediators: |
145 | 2025-02-21T22:00:08.026Z | mediator clang: |
146 | 2025-02-21T22:00:08.026Z | version: None -> 15 (system default) |
147 | 2025-02-21T22:00:08.026Z | |
148 | 2025-02-21T22:00:08.026Z | mediator llvm: |
149 | 2025-02-21T22:00:08.026Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-21T22:00:08.026Z | |
151 | 2025-02-21T22:00:08.026Z | Changed packages: |
152 | 2025-02-21T22:00:08.026Z | helios-dev |
153 | 2025-02-21T22:00:08.026Z | developer/build-essential |
154 | 2025-02-21T22:00:08.026Z | None -> 11-2.0 |
155 | 2025-02-21T22:00:08.026Z | library/libxmlsec1 |
156 | 2025-02-21T22:00:08.026Z | None -> 1.2.35-2.0 |
157 | 2025-02-21T22:00:08.026Z | ooce/developer/clang-15 |
158 | 2025-02-21T22:00:08.026Z | None -> 15.0.7-2.0 |
159 | 2025-02-21T22:00:08.026Z | ooce/developer/llvm-15 |
160 | 2025-02-21T22:00:08.027Z | None -> 15.0.7-2.0 |
161 | 2025-02-21T22:00:08.027Z | package/pkg |
162 | 2025-02-21T22:00:08.027Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-21T22:00:08.027Z | system/library/g++-runtime |
164 | 2025-02-21T22:00:08.027Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-21T22:00:08.027Z | system/library/gcc-runtime |
166 | 2025-02-21T22:00:08.027Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-21T22:00:08.027Z | |
168 | 2025-02-21T22:00:08.027Z | Services: |
169 | 2025-02-21T22:00:08.027Z | restart_fmri: |
170 | 2025-02-21T22:00:08.027Z | svc:/system/update-man-index:default |
171 | 2025-02-21T22:00:08.027Z | |
172 | 2025-02-21T22:00:08.027Z | Editable files to change: |
173 | 2025-02-21T22:00:08.027Z | Update: |
174 | 2025-02-21T22:00:08.027Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-21T22:00:08.192Z | |
176 | 2025-02-21T22:00:08.192Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-21T22:00:13.195Z | Download: 856/4301 items 18.8/225.4MB 8% complete (3.9M/s) |
178 | 2025-02-21T22:00:18.207Z | Download: 1255/4301 items 110.3/225.4MB 48% complete (11.0M/s) |
179 | 2025-02-21T22:00:23.520Z | Download: 2217/4301 items 118.9/225.4MB 52% complete (10.1M/s) |
180 | 2025-02-21T22:00:29.810Z | Download: 3248/4301 items 203.0/225.4MB 90% complete (11.6M/s) |
181 | 2025-02-21T22:00:34.816Z | Download: 3980/4301 items 218.1/225.4MB 96% complete (9.8M/s) |
182 | 2025-02-21T22:00:36.644Z | Download: Completed 225.42 MB in 28.45 seconds (7.9M/s) |
183 | 2025-02-21T22:00:38.915Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-02-21T22:00:38.931Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-02-21T22:00:43.693Z | Actions: 4267/5122 actions (Updating modified actions) |
186 | 2025-02-21T22:00:44.036Z | Actions: Completed 5122 actions in 5.12 seconds. |
187 | 2025-02-21T22:00:44.275Z | Done (0.230s) |
188 | 2025-02-21T22:00:44.278Z | Done (0.001s) |
189 | 2025-02-21T22:00:44.881Z | Done (0.603s) |
190 | 2025-02-21T22:00:51.101Z | Done (5.990s) |
191 | 2025-02-21T22:00:51.564Z | Done (0.383s) |
192 | 2025-02-21T22:00:51.567Z | Done (0.000s) |
193 | 2025-02-21T22:00:51.739Z | Done (0.000s) |
194 | 2025-02-21T22:00:52.488Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-02-21T22:00:52.678Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-02-21T22:00:52.810Z | Planning: Consolidating action changes ... Done |
197 | 2025-02-21T22:00:53.141Z | Planning: Evaluating mediators ... Done |
198 | 2025-02-21T22:00:53.155Z | Planning: Planning completed in 0.44 seconds |
199 | 2025-02-21T22:00:53.156Z | Mediators to change: 2 |
200 | 2025-02-21T22:00:53.156Z | Create boot environment: No |
201 | 2025-02-21T22:00:53.156Z | Create backup boot environment: No |
202 | 2025-02-21T22:00:53.156Z | Done |
203 | 2025-02-21T22:00:53.156Z | Done |
204 | 2025-02-21T22:00:53.480Z | Done |
205 | 2025-02-21T22:00:57.317Z | Done |
206 | 2025-02-21T22:00:57.415Z | Done |
207 | 2025-02-21T22:00:57.418Z | Done |
208 | 2025-02-21T22:00:57.545Z | Done |
209 | 2025-02-21T22:00:58.190Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-02-21T22:00:58.193Z | Planning: Merging actions ... Done |
211 | 2025-02-21T22:00:58.383Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-02-21T22:00:58.386Z | Planning: Consolidating action changes ... Done |
213 | 2025-02-21T22:00:58.652Z | Planning: Evaluating mediators ... Done |
214 | 2025-02-21T22:00:58.708Z | Planning: Planning completed in 0.77 seconds |
215 | 2025-02-21T22:00:58.749Z | Packages to change: 1 |
216 | 2025-02-21T22:00:58.749Z | Mediators to change: 1 |
217 | 2025-02-21T22:00:58.752Z | Services to change: 1 |
218 | 2025-02-21T22:00:58.752Z | Create boot environment: No |
219 | 2025-02-21T22:00:58.752Z | Create backup boot environment: Yes |
220 | 2025-02-21T22:01:01.057Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-02-21T22:01:01.060Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-02-21T22:01:01.060Z | Done |
223 | 2025-02-21T22:01:01.060Z | Done |
224 | 2025-02-21T22:01:01.185Z | Done |
225 | 2025-02-21T22:01:04.973Z | Done |
226 | 2025-02-21T22:01:05.070Z | Done |
227 | 2025-02-21T22:01:05.074Z | Done |
228 | 2025-02-21T22:01:05.205Z | Done |
229 | 2025-02-21T22:01:05.660Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-02-21T22:01:05.660Z | clang system 15 system |
231 | 2025-02-21T22:01:05.660Z | csh system system illumos |
232 | 2025-02-21T22:01:05.660Z | ctags system system illumos |
233 | 2025-02-21T22:01:05.660Z | gcc vendor 12 vendor |
234 | 2025-02-21T22:01:05.660Z | gcc system 10 system |
235 | 2025-02-21T22:01:05.660Z | gcc system 7 system |
236 | 2025-02-21T22:01:05.660Z | go system 1.20 system |
237 | 2025-02-21T22:01:05.660Z | go system 1.19 system |
238 | 2025-02-21T22:01:05.660Z | llvm system 15 system |
239 | 2025-02-21T22:01:05.660Z | llvm system 14 system |
240 | 2025-02-21T22:01:05.660Z | mariadb system 10.6 system |
241 | 2025-02-21T22:01:05.660Z | mta vendor vendor dma |
242 | 2025-02-21T22:01:05.660Z | openjdk system 17 system |
243 | 2025-02-21T22:01:05.660Z | openjdk system 11 system |
244 | 2025-02-21T22:01:05.660Z | openjdk system 1.8 system |
245 | 2025-02-21T22:01:05.660Z | openssl vendor 3 vendor |
246 | 2025-02-21T22:01:05.660Z | perl system 5.36 system |
247 | 2025-02-21T22:01:05.660Z | postgresql system 15 system |
248 | 2025-02-21T22:01:05.660Z | postgresql system 13 system |
249 | 2025-02-21T22:01:05.660Z | python vendor 3 vendor |
250 | 2025-02-21T22:01:05.660Z | python system 2 system |
251 | 2025-02-21T22:01:05.660Z | python3 system 3.11 system |
252 | 2025-02-21T22:01:05.660Z | ruby system 3.0 system |
253 | 2025-02-21T22:01:05.660Z | words vendor vendor american-english |
254 | 2025-02-21T22:01:05.660Z | words system system australian-english |
255 | 2025-02-21T22:01:05.660Z | words system system british-english |
256 | 2025-02-21T22:01:05.660Z | words system system canadian-english |
257 | 2025-02-21T22:01:05.660Z | words system system french |
258 | 2025-02-21T22:01:05.660Z | words system system italian |
259 | 2025-02-21T22:01:05.660Z | words system system ngerman |
260 | 2025-02-21T22:01:05.660Z | words system system ogerman |
261 | 2025-02-21T22:01:05.661Z | words system system spanish |
262 | 2025-02-21T22:01:06.001Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-02-21T22:01:06.001Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-02-21T22:01:09.095Z | FMRI IFO |
265 | 2025-02-21T22:01:09.095Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-02-21T22:01:09.095Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-02-21T22:01:09.095Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
275 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
278 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-02-21T22:01:09.096Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-02-21T22:01:09.941Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-02-21T22:01:10.262Z | Updating crates.io index |
282 | 2025-02-21T22:01:10.313Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
283 | 2025-02-21T22:01:10.852Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2025-02-21T22:01:11.161Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2025-02-21T22:01:11.409Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-02-21T22:01:12.457Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-02-21T22:01:14.214Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-02-21T22:01:14.940Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-02-21T22:01:15.591Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-02-21T22:01:15.894Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-02-21T22:01:16.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-02-21T22:01:16.798Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2025-02-21T22:01:17.116Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2025-02-21T22:01:17.429Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2025-02-21T22:01:17.688Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2025-02-21T22:01:18.040Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2025-02-21T22:01:18.292Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2025-02-21T22:01:18.640Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
299 | 2025-02-21T22:01:18.952Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-02-21T22:01:19.270Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
301 | 2025-02-21T22:01:19.647Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2025-02-21T22:01:20.079Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
303 | 2025-02-21T22:01:20.349Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2025-02-21T22:01:20.841Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2025-02-21T22:01:21.231Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
306 | 2025-02-21T22:01:21.595Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
307 | 2025-02-21T22:01:22.071Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
308 | 2025-02-21T22:01:22.362Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
309 | 2025-02-21T22:01:22.604Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
310 | 2025-02-21T22:01:22.939Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
311 | 2025-02-21T22:01:24.222Z | Downloading crates ... |
312 | 2025-02-21T22:01:24.303Z | Downloaded swrite v0.1.0 |
313 | 2025-02-21T22:01:24.316Z | Downloaded colorchoice v1.0.2 |
314 | 2025-02-21T22:01:24.319Z | Downloaded cargo-platform v0.1.8 |
315 | 2025-02-21T22:01:24.319Z | Downloaded anstyle-parse v0.2.5 |
316 | 2025-02-21T22:01:24.322Z | Downloaded bytecount v0.6.8 |
317 | 2025-02-21T22:01:24.322Z | Downloaded anstyle v1.0.10 |
318 | 2025-02-21T22:01:24.326Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2025-02-21T22:01:24.332Z | Downloaded pretty-hex v0.4.1 |
320 | 2025-02-21T22:01:24.336Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-02-21T22:01:24.338Z | Downloaded equivalent v1.0.1 |
322 | 2025-02-21T22:01:24.341Z | Downloaded dtrace-parser v0.2.0 |
323 | 2025-02-21T22:01:24.353Z | Downloaded cpufeatures v0.2.14 |
324 | 2025-02-21T22:01:24.359Z | Downloaded byteorder v1.5.0 |
325 | 2025-02-21T22:01:24.362Z | Downloaded block-buffer v0.10.4 |
326 | 2025-02-21T22:01:24.364Z | Downloaded crypto-common v0.1.6 |
327 | 2025-02-21T22:01:24.364Z | Downloaded clap_lex v0.7.4 |
328 | 2025-02-21T22:01:24.371Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-02-21T22:01:24.373Z | Downloaded strsim v0.11.1 |
330 | 2025-02-21T22:01:24.377Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2025-02-21T22:01:24.380Z | Downloaded thread-id v4.2.2 |
332 | 2025-02-21T22:01:24.380Z | Downloaded plain v0.2.3 |
333 | 2025-02-21T22:01:24.383Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2025-02-21T22:01:24.383Z | Downloaded fastrand v2.1.1 |
335 | 2025-02-21T22:01:24.383Z | Downloaded heck v0.5.0 |
336 | 2025-02-21T22:01:24.383Z | Downloaded cfg-if v1.0.0 |
337 | 2025-02-21T22:01:24.386Z | Downloaded pest_generator v2.7.14 |
338 | 2025-02-21T22:01:24.386Z | Downloaded autocfg v1.4.0 |
339 | 2025-02-21T22:01:24.389Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2025-02-21T22:01:24.389Z | Downloaded errno v0.3.9 |
341 | 2025-02-21T22:01:24.391Z | Downloaded thiserror-impl v1.0.69 |
342 | 2025-02-21T22:01:24.391Z | Downloaded tabled_derive v0.7.0 |
343 | 2025-02-21T22:01:24.394Z | Downloaded toml_datetime v0.6.8 |
344 | 2025-02-21T22:01:24.396Z | Downloaded itoa v1.0.11 |
345 | 2025-02-21T22:01:24.399Z | Downloaded thiserror v1.0.69 |
346 | 2025-02-21T22:01:24.402Z | Downloaded unicode-linebreak v0.1.5 |
347 | 2025-02-21T22:01:24.404Z | Downloaded sha2 v0.10.8 |
348 | 2025-02-21T22:01:24.407Z | Downloaded version_check v0.9.5 |
349 | 2025-02-21T22:01:24.407Z | Downloaded macaddr v1.0.1 |
350 | 2025-02-21T22:01:24.407Z | Downloaded terminal_size v0.4.0 |
351 | 2025-02-21T22:01:24.409Z | Downloaded memmap v0.7.0 |
352 | 2025-02-21T22:01:24.409Z | Downloaded heck v0.4.1 |
353 | 2025-02-21T22:01:24.412Z | Downloaded fnv v1.0.7 |
354 | 2025-02-21T22:01:24.412Z | Downloaded cargo_toml v0.20.5 |
355 | 2025-02-21T22:01:24.414Z | Downloaded digest v0.10.7 |
356 | 2025-02-21T22:01:24.415Z | Downloaded smawk v0.3.2 |
357 | 2025-02-21T22:01:24.417Z | Downloaded utf8parse v0.2.2 |
358 | 2025-02-21T22:01:24.417Z | Downloaded generic-array v0.14.7 |
359 | 2025-02-21T22:01:24.420Z | Downloaded serde_spanned v0.6.8 |
360 | 2025-02-21T22:01:24.420Z | Downloaded dof v0.3.0 |
361 | 2025-02-21T22:01:24.422Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-02-21T22:01:24.425Z | Downloaded scroll v0.12.0 |
363 | 2025-02-21T22:01:24.425Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-02-21T22:01:24.427Z | Downloaded anyhow v1.0.96 |
365 | 2025-02-21T22:01:24.431Z | Downloaded clap_derive v4.5.28 |
366 | 2025-02-21T22:01:24.433Z | Downloaded cargo_metadata v0.18.1 |
367 | 2025-02-21T22:01:24.436Z | Downloaded bitflags v2.6.0 |
368 | 2025-02-21T22:01:24.439Z | Downloaded quote v1.0.38 |
369 | 2025-02-21T22:01:24.441Z | Downloaded camino v1.1.9 |
370 | 2025-02-21T22:01:24.444Z | Downloaded usdt-impl v0.5.0 |
371 | 2025-02-21T22:01:24.446Z | Downloaded usdt v0.5.0 |
372 | 2025-02-21T22:01:24.446Z | Downloaded once_cell v1.20.3 |
373 | 2025-02-21T22:01:24.449Z | Downloaded anstyle-query v1.1.1 |
374 | 2025-02-21T22:01:24.449Z | Downloaded fs-err v2.11.0 |
375 | 2025-02-21T22:01:24.451Z | Downloaded toml v0.8.19 |
376 | 2025-02-21T22:01:24.454Z | Downloaded clap v4.5.30 |
377 | 2025-02-21T22:01:24.462Z | Downloaded tempfile v3.13.0 |
378 | 2025-02-21T22:01:24.465Z | Downloaded unicode-ident v1.0.14 |
379 | 2025-02-21T22:01:24.467Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-02-21T22:01:24.471Z | Downloaded textwrap v0.16.1 |
381 | 2025-02-21T22:01:24.473Z | Downloaded anstream v0.6.15 |
382 | 2025-02-21T22:01:24.476Z | Downloaded typenum v1.17.0 |
383 | 2025-02-21T22:01:24.478Z | Downloaded ucd-trie v0.1.7 |
384 | 2025-02-21T22:01:24.481Z | Downloaded ryu v1.0.18 |
385 | 2025-02-21T22:01:24.483Z | Downloaded semver v1.0.25 |
386 | 2025-02-21T22:01:24.486Z | Downloaded pest_derive v2.7.14 |
387 | 2025-02-21T22:01:24.486Z | Downloaded log v0.4.22 |
388 | 2025-02-21T22:01:24.488Z | Downloaded proc-macro2 v1.0.92 |
389 | 2025-02-21T22:01:24.491Z | Downloaded pest_meta v2.7.14 |
390 | 2025-02-21T22:01:24.495Z | Downloaded serde_derive v1.0.217 |
391 | 2025-02-21T22:01:24.509Z | Downloaded papergrid v0.11.0 |
392 | 2025-02-21T22:01:24.518Z | Downloaded serde v1.0.217 |
393 | 2025-02-21T22:01:24.531Z | Downloaded indexmap v2.7.1 |
394 | 2025-02-21T22:01:24.549Z | Downloaded toml_edit v0.22.22 |
395 | 2025-02-21T22:01:24.570Z | Downloaded memchr v2.7.4 |
396 | 2025-02-21T22:01:24.594Z | Downloaded pest v2.7.14 |
397 | 2025-02-21T22:01:24.602Z | Downloaded clap_builder v4.5.30 |
398 | 2025-02-21T22:01:24.608Z | Downloaded zerocopy v0.7.35 |
399 | 2025-02-21T22:01:24.623Z | Downloaded winnow v0.6.20 |
400 | 2025-02-21T22:01:24.631Z | Downloaded goblin v0.8.2 |
401 | 2025-02-21T22:01:24.637Z | Downloaded serde_json v1.0.139 |
402 | 2025-02-21T22:01:24.643Z | Downloaded hashbrown v0.15.1 |
403 | 2025-02-21T22:01:24.648Z | Downloaded tabled v0.15.0 |
404 | 2025-02-21T22:01:24.663Z | Downloaded syn v1.0.109 |
405 | 2025-02-21T22:01:24.672Z | Downloaded unicode-width v0.1.14 |
406 | 2025-02-21T22:01:24.678Z | Downloaded syn v2.0.96 |
407 | 2025-02-21T22:01:24.698Z | Downloaded rustix v0.38.37 |
408 | 2025-02-21T22:01:24.728Z | Downloaded libc v0.2.169 |
409 | 2025-02-21T22:01:25.010Z | Compiling proc-macro2 v1.0.92 |
410 | 2025-02-21T22:01:25.010Z | Compiling unicode-ident v1.0.14 |
411 | 2025-02-21T22:01:25.013Z | Compiling serde v1.0.217 |
412 | 2025-02-21T22:01:25.013Z | Compiling version_check v0.9.5 |
413 | 2025-02-21T22:01:25.014Z | Compiling memchr v2.7.4 |
414 | 2025-02-21T22:01:25.014Z | Compiling thiserror v1.0.69 |
415 | 2025-02-21T22:01:25.044Z | Compiling libc v0.2.169 |
416 | 2025-02-21T22:01:25.049Z | Compiling ucd-trie v0.1.7 |
417 | 2025-02-21T22:01:25.335Z | Compiling itoa v1.0.11 |
418 | 2025-02-21T22:01:25.598Z | Compiling ryu v1.0.18 |
419 | 2025-02-21T22:01:25.724Z | Compiling once_cell v1.20.3 |
420 | 2025-02-21T22:01:25.976Z | Compiling byteorder v1.5.0 |
421 | 2025-02-21T22:01:26.000Z | Compiling rustix v0.38.37 |
422 | 2025-02-21T22:01:26.237Z | Compiling serde_json v1.0.139 |
423 | 2025-02-21T22:01:26.339Z | Compiling bitflags v2.6.0 |
424 | 2025-02-21T22:01:26.555Z | Compiling usdt-impl v0.5.0 |
425 | 2025-02-21T22:01:26.630Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-02-21T22:01:26.734Z | Compiling syn v1.0.109 |
427 | 2025-02-21T22:01:26.814Z | Compiling proc-macro-error v1.0.4 |
428 | 2025-02-21T22:01:26.838Z | Compiling plain v0.2.3 |
429 | 2025-02-21T22:01:27.002Z | Compiling camino v1.1.9 |
430 | 2025-02-21T22:01:27.024Z | Compiling equivalent v1.0.1 |
431 | 2025-02-21T22:01:27.047Z | Compiling hashbrown v0.15.1 |
432 | 2025-02-21T22:01:27.124Z | Compiling quote v1.0.38 |
433 | 2025-02-21T22:01:27.159Z | Compiling errno v0.3.9 |
434 | 2025-02-21T22:01:27.258Z | Compiling utf8parse v0.2.2 |
435 | 2025-02-21T22:01:27.432Z | Compiling thread-id v4.2.2 |
436 | 2025-02-21T22:01:27.454Z | Compiling log v0.4.22 |
437 | 2025-02-21T22:01:27.503Z | Compiling syn v2.0.96 |
438 | 2025-02-21T22:01:27.704Z | Compiling anstyle-parse v0.2.5 |
439 | 2025-02-21T22:01:27.885Z | Compiling pretty-hex v0.4.1 |
440 | 2025-02-21T22:01:28.029Z | Compiling anstyle-query v1.1.1 |
441 | 2025-02-21T22:01:28.115Z | Compiling indexmap v2.7.1 |
442 | 2025-02-21T22:01:28.187Z | Compiling colorchoice v1.0.2 |
443 | 2025-02-21T22:01:28.211Z | Compiling autocfg v1.4.0 |
444 | 2025-02-21T22:01:28.235Z | Compiling winnow v0.6.20 |
445 | 2025-02-21T22:01:28.361Z | Compiling is_terminal_polyfill v1.70.1 |
446 | 2025-02-21T22:01:28.509Z | Compiling anstyle v1.0.10 |
447 | 2025-02-21T22:01:28.512Z | Compiling semver v1.0.25 |
448 | 2025-02-21T22:01:28.981Z | Compiling unicode-width v0.1.14 |
449 | 2025-02-21T22:01:29.131Z | Compiling anstream v0.6.15 |
450 | 2025-02-21T22:01:29.185Z | Compiling fs-err v2.11.0 |
451 | 2025-02-21T22:01:29.500Z | Compiling terminal_size v0.4.0 |
452 | 2025-02-21T22:01:29.548Z | Compiling cfg-if v1.0.0 |
453 | 2025-02-21T22:01:29.659Z | Compiling fastrand v2.1.1 |
454 | 2025-02-21T22:01:29.684Z | Compiling anyhow v1.0.96 |
455 | 2025-02-21T22:01:29.732Z | Compiling clap_lex v0.7.4 |
456 | 2025-02-21T22:01:29.776Z | Compiling bytecount v0.6.8 |
457 | 2025-02-21T22:01:30.028Z | Compiling heck v0.4.1 |
458 | 2025-02-21T22:01:30.150Z | Compiling heck v0.5.0 |
459 | 2025-02-21T22:01:30.215Z | Compiling fnv v1.0.7 |
460 | 2025-02-21T22:01:30.384Z | Compiling strsim v0.11.1 |
461 | 2025-02-21T22:01:30.412Z | Compiling papergrid v0.11.0 |
462 | 2025-02-21T22:01:30.505Z | Compiling tempfile v3.13.0 |
463 | 2025-02-21T22:01:30.950Z | Compiling clap_builder v4.5.30 |
464 | 2025-02-21T22:01:31.149Z | Compiling memmap v0.7.0 |
465 | 2025-02-21T22:01:31.187Z | Compiling smawk v0.3.2 |
466 | 2025-02-21T22:01:31.312Z | Compiling unicode-linebreak v0.1.5 |
467 | 2025-02-21T22:01:31.607Z | Compiling swrite v0.1.0 |
468 | 2025-02-21T22:01:31.763Z | Compiling textwrap v0.16.1 |
469 | 2025-02-21T22:01:32.355Z | Compiling tabled_derive v0.7.0 |
470 | 2025-02-21T22:01:33.654Z | Compiling tabled v0.15.0 |
471 | 2025-02-21T22:01:34.256Z | Compiling serde_derive v1.0.217 |
472 | 2025-02-21T22:01:34.256Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-02-21T22:01:34.259Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-02-21T22:01:34.259Z | Compiling scroll_derive v0.12.0 |
475 | 2025-02-21T22:01:34.259Z | Compiling clap_derive v4.5.28 |
476 | 2025-02-21T22:01:35.777Z | Compiling scroll v0.12.0 |
477 | 2025-02-21T22:01:36.317Z | Compiling goblin v0.8.2 |
478 | 2025-02-21T22:01:36.398Z | Compiling zerocopy v0.7.35 |
479 | 2025-02-21T22:01:37.313Z | Compiling pest v2.7.14 |
480 | 2025-02-21T22:01:37.803Z | Compiling clap v4.5.30 |
481 | 2025-02-21T22:01:39.348Z | Compiling pest_meta v2.7.14 |
482 | 2025-02-21T22:01:40.588Z | Compiling pest_generator v2.7.14 |
483 | 2025-02-21T22:01:41.669Z | Compiling pest_derive v2.7.14 |
484 | 2025-02-21T22:01:42.327Z | Compiling dtrace-parser v0.2.0 |
485 | 2025-02-21T22:01:43.013Z | Compiling toml_datetime v0.6.8 |
486 | 2025-02-21T22:01:43.046Z | Compiling serde_spanned v0.6.8 |
487 | 2025-02-21T22:01:43.048Z | Compiling serde_tokenstream v0.2.2 |
488 | 2025-02-21T22:01:43.205Z | Compiling cargo-platform v0.1.8 |
489 | 2025-02-21T22:01:43.324Z | Compiling macaddr v1.0.1 |
490 | 2025-02-21T22:01:43.506Z | Compiling toml_edit v0.22.22 |
491 | 2025-02-21T22:01:43.742Z | Compiling camino-tempfile v1.1.1 |
492 | 2025-02-21T22:01:44.363Z | Compiling dof v0.3.0 |
493 | 2025-02-21T22:01:44.390Z | Compiling cargo_metadata v0.18.1 |
494 | 2025-02-21T22:01:45.725Z | Compiling usdt-attr-macro v0.5.0 |
495 | 2025-02-21T22:01:45.725Z | Compiling usdt-macro v0.5.0 |
496 | 2025-02-21T22:01:46.397Z | Compiling toml v0.8.19 |
497 | 2025-02-21T22:01:46.808Z | Compiling usdt v0.5.0 |
498 | 2025-02-21T22:01:47.235Z | Compiling cargo_toml v0.20.5 |
499 | 2025-02-21T22:01:49.800Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2025-02-21T22:01:53.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.33s |
501 | 2025-02-21T22:01:53.271Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2025-02-21T22:01:53.817Z | Downloading crates ... |
503 | 2025-02-21T22:01:53.933Z | Downloaded adler2 v2.0.0 |
504 | 2025-02-21T22:01:53.948Z | Downloaded async-stream-impl v0.3.6 |
505 | 2025-02-21T22:01:53.966Z | Downloaded atty v0.2.14 |
506 | 2025-02-21T22:01:53.968Z | Downloaded http-body v1.0.1 |
507 | 2025-02-21T22:01:53.971Z | Downloaded http-range v0.1.5 |
508 | 2025-02-21T22:01:53.971Z | Downloaded crucible-workspace-hack v0.1.0 |
509 | 2025-02-21T22:01:53.971Z | Downloaded hostname v0.3.1 |
510 | 2025-02-21T22:01:53.974Z | Downloaded cfg_aliases v0.2.1 |
511 | 2025-02-21T22:01:53.976Z | Downloaded hmac v0.12.1 |
512 | 2025-02-21T22:01:53.979Z | Downloaded assert_matches v1.5.0 |
513 | 2025-02-21T22:01:53.984Z | Downloaded home v0.5.9 |
514 | 2025-02-21T22:01:53.987Z | Downloaded ident_case v1.0.1 |
515 | 2025-02-21T22:01:53.990Z | Downloaded hostname v0.4.0 |
516 | 2025-02-21T22:01:53.990Z | Downloaded daft v0.1.1 |
517 | 2025-02-21T22:01:53.993Z | Downloaded blowfish v0.9.1 |
518 | 2025-02-21T22:01:53.993Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2025-02-21T22:01:53.996Z | Downloaded md5 v0.7.0 |
520 | 2025-02-21T22:01:53.999Z | Downloaded addr2line v0.24.2 |
521 | 2025-02-21T22:01:53.999Z | Downloaded crunchy v0.2.2 |
522 | 2025-02-21T22:01:54.002Z | Downloaded is_ci v1.2.0 |
523 | 2025-02-21T22:01:54.002Z | Downloaded castaway v0.2.3 |
524 | 2025-02-21T22:01:54.004Z | Downloaded headers-core v0.3.0 |
525 | 2025-02-21T22:01:54.004Z | Downloaded ciborium-io v0.2.2 |
526 | 2025-02-21T22:01:54.008Z | Downloaded mirai-annotations v1.12.0 |
527 | 2025-02-21T22:01:54.008Z | Downloaded cfg_aliases v0.1.1 |
528 | 2025-02-21T22:01:54.008Z | Downloaded bcrypt-pbkdf v0.10.0 |
529 | 2025-02-21T22:01:54.010Z | Downloaded hubpack_derive v0.1.1 |
530 | 2025-02-21T22:01:54.011Z | Downloaded cexpr v0.6.0 |
531 | 2025-02-21T22:01:54.013Z | Downloaded internet-checksum v0.2.1 |
532 | 2025-02-21T22:01:54.013Z | Downloaded hex-literal v0.4.1 |
533 | 2025-02-21T22:01:54.016Z | Downloaded md-5 v0.10.6 |
534 | 2025-02-21T22:01:54.018Z | Downloaded lockfree-object-pool v0.1.6 |
535 | 2025-02-21T22:01:54.021Z | Downloaded buf-list v1.0.3 |
536 | 2025-02-21T22:01:54.023Z | Downloaded lalrpop-util v0.19.12 |
537 | 2025-02-21T22:01:54.026Z | Downloaded libsw v3.3.1 |
538 | 2025-02-21T22:01:54.028Z | Downloaded ipnetwork v0.21.1 |
539 | 2025-02-21T22:01:54.031Z | Downloaded maybe-uninit v2.0.0 |
540 | 2025-02-21T22:01:54.034Z | Downloaded is-terminal v0.4.13 |
541 | 2025-02-21T22:01:54.035Z | Downloaded inout v0.1.3 |
542 | 2025-02-21T22:01:54.037Z | Downloaded managed v0.8.0 |
543 | 2025-02-21T22:01:54.037Z | Downloaded chacha20 v0.9.1 |
544 | 2025-02-21T22:01:54.042Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2025-02-21T22:01:54.042Z | Downloaded bitfield v0.14.0 |
546 | 2025-02-21T22:01:54.044Z | Downloaded maplit v1.0.2 |
547 | 2025-02-21T22:01:54.044Z | Downloaded base64ct v1.6.0 |
548 | 2025-02-21T22:01:54.047Z | Downloaded multimap v0.10.0 |
549 | 2025-02-21T22:01:54.049Z | Downloaded indoc v1.0.9 |
550 | 2025-02-21T22:01:54.052Z | Downloaded libefi-sys v0.1.0 |
551 | 2025-02-21T22:01:54.054Z | Downloaded match_cfg v0.1.0 |
552 | 2025-02-21T22:01:54.054Z | Downloaded hickory-resolver v0.24.3 |
553 | 2025-02-21T22:01:54.060Z | Downloaded mime v0.3.17 |
554 | 2025-02-21T22:01:54.062Z | Downloaded lru v0.12.5 |
555 | 2025-02-21T22:01:54.065Z | Downloaded instant v0.1.13 |
556 | 2025-02-21T22:01:54.065Z | Downloaded aes v0.8.4 |
557 | 2025-02-21T22:01:54.069Z | Downloaded russh-cryptovec v0.7.3 |
558 | 2025-02-21T22:01:54.072Z | Downloaded mockall v0.13.0 |
559 | 2025-02-21T22:01:54.075Z | Downloaded crossbeam-deque v0.8.5 |
560 | 2025-02-21T22:01:54.075Z | Downloaded instability v0.3.2 |
561 | 2025-02-21T22:01:54.077Z | Downloaded crc32fast v1.4.2 |
562 | 2025-02-21T22:01:54.080Z | Downloaded mime_guess v2.0.5 |
563 | 2025-02-21T22:01:54.082Z | Downloaded hyper-rustls v0.27.3 |
564 | 2025-02-21T22:01:54.085Z | Downloaded const_format_proc_macros v0.2.34 |
565 | 2025-02-21T22:01:54.087Z | Downloaded linear-map v1.2.0 |
566 | 2025-02-21T22:01:54.090Z | Downloaded litemap v0.7.3 |
567 | 2025-02-21T22:01:54.093Z | Downloaded multer v3.1.0 |
568 | 2025-02-21T22:01:54.096Z | Downloaded lazycell v1.3.0 |
569 | 2025-02-21T22:01:54.098Z | Downloaded lazy_static v1.5.0 |
570 | 2025-02-21T22:01:54.101Z | Downloaded async-bb8-diesel v0.2.1 |
571 | 2025-02-21T22:01:54.103Z | Downloaded icu_locid_transform_data v1.5.0 |
572 | 2025-02-21T22:01:54.106Z | Downloaded jobserver v0.1.32 |
573 | 2025-02-21T22:01:54.108Z | Downloaded serde-big-array v0.5.1 |
574 | 2025-02-21T22:01:54.110Z | Downloaded ipnet v2.10.1 |
575 | 2025-02-21T22:01:54.113Z | Downloaded memoffset v0.9.1 |
576 | 2025-02-21T22:01:54.113Z | Downloaded cbc v0.1.2 |
577 | 2025-02-21T22:01:54.116Z | Downloaded yoke-derive v0.7.4 |
578 | 2025-02-21T22:01:54.116Z | Downloaded ctr v0.9.2 |
579 | 2025-02-21T22:01:54.118Z | Downloaded bitflags v1.3.2 |
580 | 2025-02-21T22:01:54.123Z | Downloaded lru-cache v0.1.2 |
581 | 2025-02-21T22:01:54.125Z | Downloaded libloading v0.8.5 |
582 | 2025-02-21T22:01:54.128Z | Downloaded structmeta v0.2.0 |
583 | 2025-02-21T22:01:54.128Z | Downloaded signal-hook-mio v0.2.4 |
584 | 2025-02-21T22:01:54.131Z | Downloaded bb8 v0.8.5 |
585 | 2025-02-21T22:01:54.131Z | Downloaded indexmap v1.9.3 |
586 | 2025-02-21T22:01:54.135Z | Downloaded bzip2 v0.4.4 |
587 | 2025-02-21T22:01:54.137Z | Downloaded csv-core v0.1.11 |
588 | 2025-02-21T22:01:54.140Z | Downloaded mockall_derive v0.13.0 |
589 | 2025-02-21T22:01:54.143Z | Downloaded crc-any v2.5.0 |
590 | 2025-02-21T22:01:54.146Z | Downloaded thiserror-no-std v2.0.2 |
591 | 2025-02-21T22:01:54.149Z | Downloaded miniz_oxide v0.8.0 |
592 | 2025-02-21T22:01:54.152Z | Downloaded memmap2 v0.9.5 |
593 | 2025-02-21T22:01:54.154Z | Downloaded endian-type v0.1.2 |
594 | 2025-02-21T22:01:54.157Z | Downloaded downcast v0.11.0 |
595 | 2025-02-21T22:01:54.157Z | Downloaded lock_api v0.4.12 |
596 | 2025-02-21T22:01:54.159Z | Downloaded allocator-api2 v0.2.18 |
597 | 2025-02-21T22:01:54.162Z | Downloaded iana-time-zone v0.1.61 |
598 | 2025-02-21T22:01:54.166Z | Downloaded peg-runtime v0.8.3 |
599 | 2025-02-21T22:01:54.168Z | Downloaded shlex v1.3.0 |
600 | 2025-02-21T22:01:54.171Z | Downloaded psl-types v2.0.11 |
601 | 2025-02-21T22:01:54.171Z | Downloaded num-conv v0.1.0 |
602 | 2025-02-21T22:01:54.171Z | Downloaded rustfmt-wrapper v0.2.1 |
603 | 2025-02-21T22:01:54.174Z | Downloaded utf8_iter v1.0.4 |
604 | 2025-02-21T22:01:54.174Z | Downloaded chacha20poly1305 v0.10.1 |
605 | 2025-02-21T22:01:54.177Z | Downloaded utf-8 v0.7.6 |
606 | 2025-02-21T22:01:54.179Z | Downloaded bcs v0.1.6 |
607 | 2025-02-21T22:01:54.182Z | Downloaded serde_derive_internals v0.29.1 |
608 | 2025-02-21T22:01:54.184Z | Downloaded arrayvec v0.7.6 |
609 | 2025-02-21T22:01:54.187Z | Downloaded const-oid v0.9.6 |
610 | 2025-02-21T22:01:54.190Z | Downloaded icu_provider v1.5.0 |
611 | 2025-02-21T22:01:54.192Z | Downloaded slog-async v2.8.0 |
612 | 2025-02-21T22:01:54.195Z | Downloaded phf_shared v0.10.0 |
613 | 2025-02-21T22:01:54.195Z | Downloaded openssl-macros v0.1.1 |
614 | 2025-02-21T22:01:54.198Z | Downloaded thiserror-impl v2.0.11 |
615 | 2025-02-21T22:01:54.198Z | Downloaded fallible-streaming-iterator v0.1.9 |
616 | 2025-02-21T22:01:54.200Z | Downloaded fallible-iterator v0.3.0 |
617 | 2025-02-21T22:01:54.203Z | Downloaded hyper-staticfile v0.10.1 |
618 | 2025-02-21T22:01:54.205Z | Downloaded thiserror-impl-no-std v2.0.2 |
619 | 2025-02-21T22:01:54.205Z | Downloaded tokio-tungstenite v0.23.1 |
620 | 2025-02-21T22:01:54.208Z | Downloaded futures-macro v0.3.31 |
621 | 2025-02-21T22:01:54.210Z | Downloaded tokio-stream v0.1.16 |
622 | 2025-02-21T22:01:54.214Z | Downloaded path-slash v0.1.5 |
623 | 2025-02-21T22:01:54.217Z | Downloaded tokio-tungstenite v0.21.0 |
624 | 2025-02-21T22:01:54.220Z | Downloaded litrs v0.4.1 |
625 | 2025-02-21T22:01:54.222Z | Downloaded futures-task v0.3.31 |
626 | 2025-02-21T22:01:54.225Z | Downloaded hyper-util v0.1.10 |
627 | 2025-02-21T22:01:54.229Z | Downloaded pkg-config v0.3.31 |
628 | 2025-02-21T22:01:54.231Z | Downloaded uzers v0.12.1 |
629 | 2025-02-21T22:01:54.235Z | Downloaded cookie v0.18.1 |
630 | 2025-02-21T22:01:54.237Z | Downloaded num v0.4.3 |
631 | 2025-02-21T22:01:54.240Z | Downloaded fallible-iterator v0.2.0 |
632 | 2025-02-21T22:01:54.242Z | Downloaded document-features v0.2.10 |
633 | 2025-02-21T22:01:54.242Z | Downloaded slog-scope v4.4.0 |
634 | 2025-02-21T22:01:54.245Z | Downloaded crossbeam-epoch v0.9.18 |
635 | 2025-02-21T22:01:54.247Z | Downloaded funty v2.0.0 |
636 | 2025-02-21T22:01:54.250Z | Downloaded snafu-derive v0.8.5 |
637 | 2025-02-21T22:01:54.250Z | Downloaded futures-core v0.3.31 |
638 | 2025-02-21T22:01:54.253Z | Downloaded waitgroup v0.1.2 |
639 | 2025-02-21T22:01:54.256Z | Downloaded typify-macro v0.3.0 |
640 | 2025-02-21T22:01:54.256Z | Downloaded ahash v0.8.11 |
641 | 2025-02-21T22:01:54.258Z | Downloaded hickory-server v0.24.3 |
642 | 2025-02-21T22:01:54.265Z | Downloaded serde_repr v0.1.19 |
643 | 2025-02-21T22:01:54.268Z | Downloaded owo-colors v4.1.0 |
644 | 2025-02-21T22:01:54.271Z | Downloaded pin-utils v0.1.0 |
645 | 2025-02-21T22:01:54.274Z | Downloaded packed_struct v0.10.1 |
646 | 2025-02-21T22:01:54.277Z | Downloaded zerofrom v0.1.4 |
647 | 2025-02-21T22:01:54.277Z | Downloaded packed_struct_codegen v0.10.1 |
648 | 2025-02-21T22:01:54.279Z | Downloaded foreign-types v0.3.2 |
649 | 2025-02-21T22:01:54.279Z | Downloaded compact_str v0.8.0 |
650 | 2025-02-21T22:01:54.284Z | Downloaded topological-sort v0.2.2 |
651 | 2025-02-21T22:01:54.286Z | Downloaded parking_lot v0.11.2 |
652 | 2025-02-21T22:01:54.289Z | Downloaded diff v0.1.13 |
653 | 2025-02-21T22:01:54.292Z | Downloaded signal-hook v0.3.17 |
654 | 2025-02-21T22:01:54.296Z | Downloaded zerocopy v0.6.6 |
655 | 2025-02-21T22:01:54.299Z | Downloaded slog-json v2.6.1 |
656 | 2025-02-21T22:01:54.302Z | Downloaded salsa20 v0.10.2 |
657 | 2025-02-21T22:01:54.304Z | Downloaded futures-channel v0.3.31 |
658 | 2025-02-21T22:01:54.307Z | Downloaded icu_collections v1.5.0 |
659 | 2025-02-21T22:01:54.312Z | Downloaded derive_builder_macro v0.20.2 |
660 | 2025-02-21T22:01:54.315Z | Downloaded rustc-demangle v0.1.24 |
661 | 2025-02-21T22:01:54.318Z | Downloaded newtype_derive v0.1.6 |
662 | 2025-02-21T22:01:54.318Z | Downloaded cc v1.1.30 |
663 | 2025-02-21T22:01:54.323Z | Downloaded rpassword v7.3.1 |
664 | 2025-02-21T22:01:54.326Z | Downloaded strip-ansi-escapes v0.2.0 |
665 | 2025-02-21T22:01:54.326Z | Downloaded tiny-keccak v2.0.2 |
666 | 2025-02-21T22:01:54.329Z | Downloaded newline-converter v0.3.0 |
667 | 2025-02-21T22:01:54.342Z | Downloaded tinyvec_macros v0.1.1 |
668 | 2025-02-21T22:01:54.344Z | Downloaded tui-tree-widget v0.23.0 |
669 | 2025-02-21T22:01:54.358Z | Downloaded progenitor-client v0.9.1 |
670 | 2025-02-21T22:01:54.358Z | Downloaded number_prefix v0.4.0 |
671 | 2025-02-21T22:01:54.358Z | Downloaded num_threads v0.1.7 |
672 | 2025-02-21T22:01:54.358Z | Downloaded fd-lock v4.0.2 |
673 | 2025-02-21T22:01:54.358Z | Downloaded walkdir v2.5.0 |
674 | 2025-02-21T22:01:54.358Z | Downloaded ron v0.8.1 |
675 | 2025-02-21T22:01:54.360Z | Downloaded nibble_vec v0.1.0 |
676 | 2025-02-21T22:01:54.363Z | Downloaded sigpipe v0.1.3 |
677 | 2025-02-21T22:01:54.364Z | Downloaded smf v0.2.3 |
678 | 2025-02-21T22:01:54.365Z | Downloaded snafu v0.8.5 |
679 | 2025-02-21T22:01:54.372Z | Downloaded vte_generate_state_changes v0.1.2 |
680 | 2025-02-21T22:01:54.375Z | Downloaded http v1.2.0 |
681 | 2025-02-21T22:01:54.377Z | Downloaded either v1.13.0 |
682 | 2025-02-21T22:01:54.380Z | Downloaded rustls-pemfile v1.0.4 |
683 | 2025-02-21T22:01:54.383Z | Downloaded parse-display v0.10.0 |
684 | 2025-02-21T22:01:54.383Z | Downloaded tungstenite v0.24.0 |
685 | 2025-02-21T22:01:54.387Z | Downloaded try-lock v0.2.5 |
686 | 2025-02-21T22:01:54.391Z | Downloaded glob v0.3.2 |
687 | 2025-02-21T22:01:54.391Z | Downloaded tokio-rustls v0.24.1 |
688 | 2025-02-21T22:01:54.394Z | Downloaded new_debug_unreachable v1.0.6 |
689 | 2025-02-21T22:01:54.397Z | Downloaded pkcs5 v0.7.1 |
690 | 2025-02-21T22:01:54.400Z | Downloaded phf_shared v0.11.2 |
691 | 2025-02-21T22:01:54.403Z | Downloaded semver v0.1.20 |
692 | 2025-02-21T22:01:54.403Z | Downloaded parking_lot_core v0.9.10 |
693 | 2025-02-21T22:01:54.405Z | Downloaded yoke v0.7.4 |
694 | 2025-02-21T22:01:54.408Z | Downloaded backtrace v0.3.74 |
695 | 2025-02-21T22:01:54.413Z | Downloaded siphasher v0.3.11 |
696 | 2025-02-21T22:01:54.416Z | Downloaded secrecy v0.8.0 |
697 | 2025-02-21T22:01:54.418Z | Downloaded derive_builder_core v0.20.2 |
698 | 2025-02-21T22:01:54.422Z | Downloaded socket2 v0.5.7 |
699 | 2025-02-21T22:01:54.425Z | Downloaded tls_codec v0.4.1 |
700 | 2025-02-21T22:01:54.425Z | Downloaded libxml v0.3.3 |
701 | 2025-02-21T22:01:54.432Z | Downloaded thread_local v1.1.8 |
702 | 2025-02-21T22:01:54.434Z | Downloaded subtle v2.6.1 |
703 | 2025-02-21T22:01:54.437Z | Downloaded strum_macros v0.25.3 |
704 | 2025-02-21T22:01:54.439Z | Downloaded float-cmp v0.10.0 |
705 | 2025-02-21T22:01:54.439Z | Downloaded wyz v0.5.1 |
706 | 2025-02-21T22:01:54.442Z | Downloaded enum-as-inner v0.6.1 |
707 | 2025-02-21T22:01:54.444Z | Downloaded writeable v0.5.5 |
708 | 2025-02-21T22:01:54.446Z | Downloaded fatfs v0.3.6 |
709 | 2025-02-21T22:01:54.449Z | Downloaded rustls-pemfile v2.2.0 |
710 | 2025-02-21T22:01:54.451Z | Downloaded flagset v0.4.6 |
711 | 2025-02-21T22:01:54.455Z | Downloaded fixedbitset v0.4.2 |
712 | 2025-02-21T22:01:54.457Z | Downloaded dropshot_endpoint v0.12.0 |
713 | 2025-02-21T22:01:54.460Z | Downloaded olpc-cjson v0.1.4 |
714 | 2025-02-21T22:01:54.462Z | Downloaded num_enum v0.5.11 |
715 | 2025-02-21T22:01:54.466Z | Downloaded qorb v0.2.1 |
716 | 2025-02-21T22:01:54.471Z | Downloaded env_logger v0.11.5 |
717 | 2025-02-21T22:01:54.475Z | Downloaded der v0.7.9 |
718 | 2025-02-21T22:01:54.481Z | Downloaded rand_core v0.6.4 |
719 | 2025-02-21T22:01:54.484Z | Downloaded crossterm v0.28.1 |
720 | 2025-02-21T22:01:54.491Z | Downloaded foreign-types-shared v0.1.1 |
721 | 2025-02-21T22:01:54.494Z | Downloaded idna v1.0.3 |
722 | 2025-02-21T22:01:54.497Z | Downloaded smallvec v0.6.14 |
723 | 2025-02-21T22:01:54.499Z | Downloaded twox-hash v2.1.0 |
724 | 2025-02-21T22:01:54.502Z | Downloaded rustls-pki-types v1.10.0 |
725 | 2025-02-21T22:01:54.506Z | Downloaded progenitor-impl v0.9.1 |
726 | 2025-02-21T22:01:54.509Z | Downloaded schemars_derive v0.8.21 |
727 | 2025-02-21T22:01:54.511Z | Downloaded slog-stdlog v4.1.1 |
728 | 2025-02-21T22:01:54.514Z | Downloaded zip v2.1.3 |
729 | 2025-02-21T22:01:54.518Z | Downloaded strum v0.26.3 |
730 | 2025-02-21T22:01:54.521Z | Downloaded untrusted v0.7.1 |
731 | 2025-02-21T22:01:54.521Z | Downloaded num-bigint v0.4.6 |
732 | 2025-02-21T22:01:54.528Z | Downloaded slog-envlogger v2.2.0 |
733 | 2025-02-21T22:01:54.531Z | Downloaded slog-dtrace v0.3.0 |
734 | 2025-02-21T22:01:54.531Z | Downloaded pem-rfc7468 v0.7.0 |
735 | 2025-02-21T22:01:54.533Z | Downloaded elliptic-curve v0.13.8 |
736 | 2025-02-21T22:01:54.537Z | Downloaded unarray v0.1.4 |
737 | 2025-02-21T22:01:54.539Z | Downloaded defmt v0.3.8 |
738 | 2025-02-21T22:01:54.543Z | Downloaded sqlparser_derive v0.2.2 |
739 | 2025-02-21T22:01:54.546Z | Downloaded which v4.4.2 |
740 | 2025-02-21T22:01:54.550Z | Downloaded progenitor-client v0.8.0 |
741 | 2025-02-21T22:01:54.550Z | Downloaded embedded-io v0.4.0 |
742 | 2025-02-21T22:01:54.552Z | Downloaded data-encoding v2.6.0 |
743 | 2025-02-21T22:01:54.552Z | Downloaded debug-ignore v1.0.5 |
744 | 2025-02-21T22:01:54.555Z | Downloaded nanorand v0.7.0 |
745 | 2025-02-21T22:01:54.557Z | Downloaded ref-cast v1.0.23 |
746 | 2025-02-21T22:01:54.560Z | Downloaded ff v0.13.0 |
747 | 2025-02-21T22:01:54.563Z | Downloaded rayon-core v1.12.1 |
748 | 2025-02-21T22:01:54.566Z | Downloaded slog-term v2.9.1 |
749 | 2025-02-21T22:01:54.569Z | Downloaded pretty-hex v0.2.1 |
750 | 2025-02-21T22:01:54.571Z | Downloaded smallvec v1.13.2 |
751 | 2025-02-21T22:01:54.574Z | Downloaded heck v0.3.3 |
752 | 2025-02-21T22:01:54.574Z | Downloaded rcgen v0.12.1 |
753 | 2025-02-21T22:01:54.578Z | Downloaded ref-cast-impl v1.0.23 |
754 | 2025-02-21T22:01:54.580Z | Downloaded omicron-zone-package v0.12.0 |
755 | 2025-02-21T22:01:54.586Z | Downloaded spin v0.9.8 |
756 | 2025-02-21T22:01:54.588Z | Downloaded pbkdf2 v0.11.0 |
757 | 2025-02-21T22:01:54.591Z | Downloaded polyval v0.6.2 |
758 | 2025-02-21T22:01:54.591Z | Downloaded zone_cfg_derive v0.1.2 |
759 | 2025-02-21T22:01:54.593Z | Downloaded itertools v0.13.0 |
760 | 2025-02-21T22:01:54.600Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2025-02-21T22:01:54.603Z | Downloaded aes-gcm v0.10.3 |
762 | 2025-02-21T22:01:54.606Z | Downloaded want v0.3.1 |
763 | 2025-02-21T22:01:54.609Z | Downloaded take_mut v0.2.2 |
764 | 2025-02-21T22:01:54.609Z | Downloaded sync-ptr v0.1.1 |
765 | 2025-02-21T22:01:54.612Z | Downloaded parse-display-derive v0.10.0 |
766 | 2025-02-21T22:01:54.612Z | Downloaded progenitor v0.9.1 |
767 | 2025-02-21T22:01:54.614Z | Downloaded filetime v0.2.25 |
768 | 2025-02-21T22:01:54.617Z | Downloaded tungstenite v0.23.0 |
769 | 2025-02-21T22:01:54.620Z | Downloaded universal-hash v0.5.1 |
770 | 2025-02-21T22:01:54.622Z | Downloaded unicase v2.7.0 |
771 | 2025-02-21T22:01:54.625Z | Downloaded tracing-core v0.1.32 |
772 | 2025-02-21T22:01:54.627Z | Downloaded write16 v1.0.0 |
773 | 2025-02-21T22:01:54.627Z | Downloaded flume v0.11.1 |
774 | 2025-02-21T22:01:54.632Z | Downloaded termios v0.3.3 |
775 | 2025-02-21T22:01:54.635Z | Downloaded tabwriter v1.4.0 |
776 | 2025-02-21T22:01:54.637Z | Downloaded synstructure v0.13.1 |
777 | 2025-02-21T22:01:54.640Z | Downloaded rustversion v1.0.17 |
778 | 2025-02-21T22:01:54.643Z | Downloaded opaque-debug v0.3.1 |
779 | 2025-02-21T22:01:54.643Z | Downloaded hkdf v0.12.4 |
780 | 2025-02-21T22:01:54.646Z | Downloaded num-traits v0.2.19 |
781 | 2025-02-21T22:01:54.654Z | Downloaded zone v0.3.0 |
782 | 2025-02-21T22:01:54.664Z | Downloaded parse-size v1.1.0 |
783 | 2025-02-21T22:01:54.664Z | Downloaded zone v0.1.8 |
784 | 2025-02-21T22:01:54.664Z | Downloaded unicode-truncate v1.1.0 |
785 | 2025-02-21T22:01:54.664Z | Downloaded openssl-probe v0.1.5 |
786 | 2025-02-21T22:01:54.664Z | Downloaded form_urlencoded v1.2.1 |
787 | 2025-02-21T22:01:54.664Z | Downloaded ecdsa v0.16.9 |
788 | 2025-02-21T22:01:54.667Z | Downloaded slog v2.7.0 |
789 | 2025-02-21T22:01:54.667Z | Downloaded zone_cfg_derive v0.3.0 |
790 | 2025-02-21T22:01:54.667Z | Downloaded sync_wrapper v1.0.1 |
791 | 2025-02-21T22:01:54.667Z | Downloaded typify-macro v0.2.0 |
792 | 2025-02-21T22:01:54.667Z | Downloaded rtoolbox v0.0.2 |
793 | 2025-02-21T22:01:54.669Z | Downloaded powerfmt v0.2.0 |
794 | 2025-02-21T22:01:54.669Z | Downloaded primeorder v0.13.6 |
795 | 2025-02-21T22:01:54.672Z | Downloaded rustc-hash v1.1.0 |
796 | 2025-02-21T22:01:54.674Z | Downloaded parking_lot v0.12.3 |
797 | 2025-02-21T22:01:54.677Z | Downloaded ron v0.7.1 |
798 | 2025-02-21T22:01:54.681Z | Downloaded oso-derive v0.27.3 |
799 | 2025-02-21T22:01:54.684Z | Downloaded zeroize_derive v1.4.2 |
800 | 2025-02-21T22:01:54.686Z | Downloaded zeroize v1.8.1 |
801 | 2025-02-21T22:01:54.686Z | Downloaded zerofrom-derive v0.1.4 |
802 | 2025-02-21T22:01:54.689Z | Downloaded hash32 v0.3.1 |
803 | 2025-02-21T22:01:54.689Z | Downloaded typify v0.2.0 |
804 | 2025-02-21T22:01:54.692Z | Downloaded dirs-sys-next v0.1.2 |
805 | 2025-02-21T22:01:54.694Z | Downloaded dirs-next v2.0.0 |
806 | 2025-02-21T22:01:54.694Z | Downloaded nu-ansi-term v0.50.1 |
807 | 2025-02-21T22:01:54.697Z | Downloaded zerovec v0.10.4 |
808 | 2025-02-21T22:01:54.704Z | Downloaded sec1 v0.7.3 |
809 | 2025-02-21T22:01:54.707Z | Downloaded time-core v0.1.2 |
810 | 2025-02-21T22:01:54.709Z | Downloaded poly1305 v0.8.0 |
811 | 2025-02-21T22:01:54.712Z | Downloaded phf_codegen v0.11.2 |
812 | 2025-02-21T22:01:54.712Z | Downloaded display-error-chain v0.2.2 |
813 | 2025-02-21T22:01:54.715Z | Downloaded serde_plain v1.0.2 |
814 | 2025-02-21T22:01:54.715Z | Downloaded termtree v0.5.1 |
815 | 2025-02-21T22:01:54.717Z | Downloaded steno v0.4.1 |
816 | 2025-02-21T22:01:54.721Z | Downloaded supports-color v3.0.1 |
817 | 2025-02-21T22:01:54.724Z | Downloaded foreign-types-shared v0.3.1 |
818 | 2025-02-21T22:01:54.724Z | Downloaded static_assertions v1.1.0 |
819 | 2025-02-21T22:01:54.729Z | Downloaded ghash v0.5.1 |
820 | 2025-02-21T22:01:54.729Z | Downloaded wait-timeout v0.2.0 |
821 | 2025-02-21T22:01:54.733Z | Downloaded rayon v1.10.0 |
822 | 2025-02-21T22:01:54.738Z | Downloaded diesel_table_macro_syntax v0.2.0 |
823 | 2025-02-21T22:01:54.747Z | Downloaded fxhash v0.2.1 |
824 | 2025-02-21T22:01:54.747Z | Downloaded nodrop v0.1.14 |
825 | 2025-02-21T22:01:54.747Z | Downloaded r2d2 v0.8.10 |
826 | 2025-02-21T22:01:54.747Z | Downloaded rand_xorshift v0.3.0 |
827 | 2025-02-21T22:01:54.747Z | Downloaded stable_deref_trait v1.2.0 |
828 | 2025-02-21T22:01:54.747Z | Downloaded env_filter v0.1.2 |
829 | 2025-02-21T22:01:54.750Z | Downloaded tokio-native-tls v0.3.1 |
830 | 2025-02-21T22:01:54.751Z | Downloaded p256 v0.13.2 |
831 | 2025-02-21T22:01:54.753Z | Downloaded headers v0.4.0 |
832 | 2025-02-21T22:01:54.759Z | Downloaded tower-service v0.3.3 |
833 | 2025-02-21T22:01:54.762Z | Downloaded postcard v1.0.10 |
834 | 2025-02-21T22:01:54.764Z | Downloaded schemars v0.8.21 |
835 | 2025-02-21T22:01:54.775Z | Downloaded tower-layer v0.3.3 |
836 | 2025-02-21T22:01:54.778Z | Downloaded toolchain_find v0.4.0 |
837 | 2025-02-21T22:01:54.778Z | Downloaded difflib v0.4.0 |
838 | 2025-02-21T22:01:54.780Z | Downloaded scrypt v0.11.0 |
839 | 2025-02-21T22:01:54.780Z | Downloaded tracing-attributes v0.1.27 |
840 | 2025-02-21T22:01:54.783Z | Downloaded typify v0.3.0 |
841 | 2025-02-21T22:01:54.787Z | Downloaded dsl_auto_type v0.1.2 |
842 | 2025-02-21T22:01:54.789Z | Downloaded postgres-types v0.2.8 |
843 | 2025-02-21T22:01:54.792Z | Downloaded num-integer v0.1.46 |
844 | 2025-02-21T22:01:54.795Z | Downloaded typed-path v0.9.3 |
845 | 2025-02-21T22:01:54.799Z | Downloaded fragile v2.0.0 |
846 | 2025-02-21T22:01:54.802Z | Downloaded num-derive v0.4.2 |
847 | 2025-02-21T22:01:54.805Z | Downloaded precomputed-hash v0.1.1 |
848 | 2025-02-21T22:01:54.805Z | Downloaded serde_urlencoded v0.7.1 |
849 | 2025-02-21T22:01:54.807Z | Downloaded xz2 v0.1.7 |
850 | 2025-02-21T22:01:54.810Z | Downloaded tokio-macros v2.5.0 |
851 | 2025-02-21T22:01:54.810Z | Downloaded pbkdf2 v0.12.2 |
852 | 2025-02-21T22:01:54.812Z | Downloaded num-iter v0.1.45 |
853 | 2025-02-21T22:01:54.812Z | Downloaded quick-xml v0.33.0 |
854 | 2025-02-21T22:01:54.819Z | Downloaded ena v0.14.3 |
855 | 2025-02-21T22:01:54.822Z | Downloaded rand_seeder v0.3.0 |
856 | 2025-02-21T22:01:54.824Z | Downloaded oso v0.27.3 |
857 | 2025-02-21T22:01:54.827Z | Downloaded toml_edit v0.19.15 |
858 | 2025-02-21T22:01:54.843Z | Downloaded deranged v0.3.11 |
859 | 2025-02-21T22:01:54.846Z | Downloaded defmt-macros v0.3.9 |
860 | 2025-02-21T22:01:54.849Z | Downloaded predicates-tree v1.0.11 |
861 | 2025-02-21T22:01:54.849Z | Downloaded predicates-core v1.0.8 |
862 | 2025-02-21T22:01:54.852Z | Downloaded paste v1.0.15 |
863 | 2025-02-21T22:01:54.855Z | Downloaded xattr v1.3.1 |
864 | 2025-02-21T22:01:54.855Z | Downloaded sct v0.7.1 |
865 | 2025-02-21T22:01:54.858Z | Downloaded futures-util v0.3.31 |
866 | 2025-02-21T22:01:54.871Z | Downloaded peg v0.8.4 |
867 | 2025-02-21T22:01:54.875Z | Downloaded hash32 v0.2.1 |
868 | 2025-02-21T22:01:54.877Z | Downloaded embedded-io v0.6.1 |
869 | 2025-02-21T22:01:54.877Z | Downloaded tokio-tungstenite v0.24.0 |
870 | 2025-02-21T22:01:54.880Z | Downloaded tower v0.5.2 |
871 | 2025-02-21T22:01:54.891Z | Downloaded vsss-rs v3.3.4 |
872 | 2025-02-21T22:01:54.893Z | Downloaded unicode-segmentation v1.12.0 |
873 | 2025-02-21T22:01:54.897Z | Downloaded dropshot_endpoint v0.15.1 |
874 | 2025-02-21T22:01:54.900Z | Downloaded derive-where v1.2.7 |
875 | 2025-02-21T22:01:54.903Z | Downloaded bindgen v0.69.5 |
876 | 2025-02-21T22:01:54.912Z | Downloaded peg-macros v0.8.4 |
877 | 2025-02-21T22:01:54.914Z | Downloaded half v2.4.1 |
878 | 2025-02-21T22:01:54.919Z | Downloaded openssl-sys v0.9.106 |
879 | 2025-02-21T22:01:54.923Z | Downloaded icu_properties_data v1.5.0 |
880 | 2025-02-21T22:01:54.934Z | Downloaded toml v0.7.8 |
881 | 2025-02-21T22:01:54.938Z | Downloaded tokio-postgres v0.7.12 |
882 | 2025-02-21T22:01:54.943Z | Downloaded vergen v8.3.2 |
883 | 2025-02-21T22:01:54.946Z | Downloaded hashbrown v0.12.3 |
884 | 2025-02-21T22:01:54.951Z | Downloaded bitvec v1.0.1 |
885 | 2025-02-21T22:01:54.968Z | Downloaded serde_yaml v0.9.34+deprecated |
886 | 2025-02-21T22:01:54.971Z | Downloaded regex v1.11.1 |
887 | 2025-02-21T22:01:54.985Z | Downloaded url v2.5.3 |
888 | 2025-02-21T22:01:54.988Z | Downloaded reedline v0.35.0 |
889 | 2025-02-21T22:01:54.998Z | Downloaded rsa v0.9.6 |
890 | 2025-02-21T22:01:55.002Z | Downloaded rand v0.8.5 |
891 | 2025-02-21T22:01:55.006Z | Downloaded serde_with v3.11.0 |
892 | 2025-02-21T22:01:55.015Z | Downloaded hashbrown v0.13.2 |
893 | 2025-02-21T22:01:55.020Z | Downloaded nom v7.1.3 |
894 | 2025-02-21T22:01:55.025Z | Downloaded p521 v0.13.3 |
895 | 2025-02-21T22:01:55.030Z | Downloaded parse-zoneinfo v0.3.1 |
896 | 2025-02-21T22:01:55.033Z | Downloaded tokio-util v0.7.12 |
897 | 2025-02-21T22:01:55.040Z | Downloaded rustyline v14.0.0 |
898 | 2025-02-21T22:01:55.046Z | Downloaded portable-atomic v1.9.0 |
899 | 2025-02-21T22:01:55.053Z | Downloaded proptest v1.5.0 |
900 | 2025-02-21T22:01:55.065Z | Downloaded tracing v0.1.40 |
901 | 2025-02-21T22:01:55.068Z | Downloaded zerocopy v0.8.10 |
902 | 2025-02-21T22:01:55.094Z | Downloaded time v0.3.36 |
903 | 2025-02-21T22:01:55.101Z | Downloaded rustls v0.21.12 |
904 | 2025-02-21T22:01:55.115Z | Downloaded hashbrown v0.14.5 |
905 | 2025-02-21T22:01:55.125Z | Downloaded rustls-webpki v0.101.7 |
906 | 2025-02-21T22:01:55.148Z | Downloaded curve25519-dalek v4.1.3 |
907 | 2025-02-21T22:01:55.160Z | Downloaded polar-core v0.27.3 |
908 | 2025-02-21T22:01:55.174Z | Downloaded webpki-roots v0.26.6 |
909 | 2025-02-21T22:01:55.178Z | Downloaded bstr v1.10.0 |
910 | 2025-02-21T22:01:55.188Z | Downloaded rustls-webpki v0.102.8 |
911 | 2025-02-21T22:01:55.206Z | Downloaded vcpkg v0.2.15 |
912 | 2025-02-21T22:01:55.245Z | Downloaded object v0.30.4 |
913 | 2025-02-21T22:01:55.254Z | Downloaded rustls v0.22.4 |
914 | 2025-02-21T22:01:55.269Z | Downloaded git2 v0.19.0 |
915 | 2025-02-21T22:01:55.276Z | Downloaded p384 v0.13.0 |
916 | 2025-02-21T22:01:55.283Z | Downloaded nix v0.27.1 |
917 | 2025-02-21T22:01:55.293Z | Downloaded dropshot v0.15.1 |
918 | 2025-02-21T22:01:55.316Z | Downloaded radix_trie v0.2.1 |
919 | 2025-02-21T22:01:55.321Z | Downloaded regex-syntax v0.8.5 |
920 | 2025-02-21T22:01:55.330Z | Downloaded diesel v2.2.7 |
921 | 2025-02-21T22:01:55.349Z | Downloaded openssl v0.10.71 |
922 | 2025-02-21T22:01:55.359Z | Downloaded regress v0.10.1 |
923 | 2025-02-21T22:01:55.368Z | Downloaded regress v0.9.1 |
924 | 2025-02-21T22:01:55.377Z | Downloaded object v0.36.5 |
925 | 2025-02-21T22:01:55.387Z | Downloaded nix v0.28.0 |
926 | 2025-02-21T22:01:55.399Z | Downloaded nix v0.29.0 |
927 | 2025-02-21T22:01:55.413Z | Downloaded openapiv3 v2.0.0 |
928 | 2025-02-21T22:01:55.425Z | Downloaded sled v0.34.7 |
929 | 2025-02-21T22:01:55.436Z | Downloaded typify-impl v0.3.0 |
930 | 2025-02-21T22:01:55.451Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
931 | 2025-02-21T22:01:55.464Z | Downloaded regex-automata v0.4.8 |
932 | 2025-02-21T22:01:55.482Z | Downloaded typify-impl v0.2.0 |
933 | 2025-02-21T22:01:55.496Z | Downloaded gimli v0.31.1 |
934 | 2025-02-21T22:01:55.504Z | Downloaded zerocopy-derive v0.6.6 |
935 | 2025-02-21T22:01:55.513Z | Downloaded rustls v0.23.19 |
936 | 2025-02-21T22:01:55.526Z | Downloaded ratatui v0.29.0 |
937 | 2025-02-21T22:01:55.546Z | Downloaded hickory-proto v0.24.3 |
938 | 2025-02-21T22:01:55.561Z | Downloaded chrono-tz v0.10.1 |
939 | 2025-02-21T22:01:55.568Z | Downloaded unicode-width v0.2.0 |
940 | 2025-02-21T22:01:55.574Z | Downloaded regex-syntax v0.6.29 |
941 | 2025-02-21T22:01:55.581Z | Downloaded dropshot v0.12.0 |
942 | 2025-02-21T22:01:55.601Z | Downloaded smoltcp v0.11.0 |
943 | 2025-02-21T22:01:55.614Z | Downloaded petgraph v0.6.5 |
944 | 2025-02-21T22:01:55.629Z | Downloaded h2 v0.4.6 |
945 | 2025-02-21T22:01:55.636Z | Downloaded lzma-sys v0.1.20 |
946 | 2025-02-21T22:01:55.667Z | Downloaded winnow v0.5.40 |
947 | 2025-02-21T22:01:55.674Z | Downloaded sqlparser v0.45.0 |
948 | 2025-02-21T22:01:55.680Z | Downloaded tokio v1.43.0 |
949 | 2025-02-21T22:01:55.721Z | Downloaded libz-sys v1.1.20 |
950 | 2025-02-21T22:01:55.742Z | Downloaded csv v1.3.1 |
951 | 2025-02-21T22:01:55.762Z | Downloaded sha3 v0.10.8 |
952 | 2025-02-21T22:01:55.767Z | Downloaded smoltcp v0.9.1 |
953 | 2025-02-21T22:01:55.779Z | Downloaded rusqlite v0.32.1 |
954 | 2025-02-21T22:01:55.785Z | Downloaded petname v2.0.2 |
955 | 2025-02-21T22:01:55.791Z | Downloaded chrono v0.4.39 |
956 | 2025-02-21T22:01:55.799Z | Downloaded predicates v3.1.3 |
957 | 2025-02-21T22:01:55.802Z | Downloaded env_logger v0.10.2 |
958 | 2025-02-21T22:01:55.805Z | Downloaded serde_with_macros v3.11.0 |
959 | 2025-02-21T22:01:55.808Z | Downloaded thiserror v2.0.11 |
960 | 2025-02-21T22:01:55.813Z | Downloaded salty v0.3.0 |
961 | 2025-02-21T22:01:55.820Z | Downloaded lalrpop v0.19.12 |
962 | 2025-02-21T22:01:55.834Z | Downloaded tls_codec_derive v0.4.1 |
963 | 2025-02-21T22:01:55.838Z | Downloaded sha1 v0.10.6 |
964 | 2025-02-21T22:01:55.838Z | Downloaded untrusted v0.9.0 |
965 | 2025-02-21T22:01:55.840Z | Downloaded reqwest v0.12.12 |
966 | 2025-02-21T22:01:55.848Z | Downloaded rusty-fork v0.3.0 |
967 | 2025-02-21T22:01:55.851Z | Downloaded derive_builder v0.20.2 |
968 | 2025-02-21T22:01:55.855Z | Downloaded sqlformat v0.2.6 |
969 | 2025-02-21T22:01:55.857Z | Downloaded zopfli v0.8.1 |
970 | 2025-02-21T22:01:55.860Z | Downloaded password-hash v0.4.2 |
971 | 2025-02-21T22:01:55.863Z | Downloaded num-rational v0.4.2 |
972 | 2025-02-21T22:01:55.863Z | Downloaded time-macros v0.2.18 |
973 | 2025-02-21T22:01:55.866Z | Downloaded ppv-lite86 v0.2.20 |
974 | 2025-02-21T22:01:55.866Z | Downloaded ed25519-dalek v2.1.1 |
975 | 2025-02-21T22:01:55.869Z | Downloaded radium v0.7.0 |
976 | 2025-02-21T22:01:55.871Z | Downloaded aho-corasick v1.1.3 |
977 | 2025-02-21T22:01:55.876Z | Downloaded heapless v0.7.17 |
978 | 2025-02-21T22:01:55.880Z | Downloaded x509-cert v0.2.5 |
979 | 2025-02-21T22:01:55.886Z | Downloaded ssh-key v0.6.6 |
980 | 2025-02-21T22:01:55.893Z | Downloaded spki v0.7.3 |
981 | 2025-02-21T22:01:55.895Z | Downloaded getrandom v0.2.15 |
982 | 2025-02-21T22:01:55.898Z | Downloaded flate2 v1.0.35 |
983 | 2025-02-21T22:01:55.903Z | Downloaded quinn-proto v0.11.8 |
984 | 2025-02-21T22:01:55.910Z | Downloaded ssh-encoding v0.2.0 |
985 | 2025-02-21T22:01:55.913Z | Downloaded ssh-cipher v0.2.0 |
986 | 2025-02-21T22:01:55.913Z | Downloaded shell-words v1.1.0 |
987 | 2025-02-21T22:01:55.916Z | Downloaded quinn-udp v0.5.5 |
988 | 2025-02-21T22:01:55.916Z | Downloaded test-strategy v0.3.1 |
989 | 2025-02-21T22:01:55.919Z | Downloaded unsafe-libyaml v0.2.11 |
990 | 2025-02-21T22:01:55.923Z | Downloaded aws-lc-rs v1.10.0 |
991 | 2025-02-21T22:01:55.933Z | Downloaded tinyvec v1.8.0 |
992 | 2025-02-21T22:01:55.936Z | Downloaded rand_chacha v0.3.1 |
993 | 2025-02-21T22:01:55.939Z | Downloaded serde_path_to_error v0.1.16 |
994 | 2025-02-21T22:01:55.943Z | Downloaded resolv-conf v0.7.0 |
995 | 2025-02-21T22:01:55.943Z | Downloaded postgres-protocol v0.6.7 |
996 | 2025-02-21T22:01:55.945Z | Downloaded num-bigint-dig v0.8.4 |
997 | 2025-02-21T22:01:55.948Z | Downloaded unicode-normalization v0.1.24 |
998 | 2025-02-21T22:01:55.951Z | Downloaded tough v0.19.0 |
999 | 2025-02-21T22:01:55.960Z | Downloaded string_cache v0.8.7 |
1000 | 2025-02-21T22:01:55.964Z | Downloaded hashlink v0.9.1 |
1001 | 2025-02-21T22:01:55.966Z | Downloaded encoding_rs v0.8.34 |
1002 | 2025-02-21T22:01:55.986Z | Downloaded ring v0.17.9 |
1003 | 2025-02-21T22:01:56.031Z | Downloaded derive_more v0.99.19 |
1004 | 2025-02-21T22:01:56.036Z | Downloaded russh v0.45.0 |
1005 | 2025-02-21T22:01:56.042Z | Downloaded structmeta-derive v0.3.0 |
1006 | 2025-02-21T22:01:56.045Z | Downloaded stringprep v0.1.5 |
1007 | 2025-02-21T22:01:56.045Z | Downloaded native-tls v0.2.12 |
1008 | 2025-02-21T22:01:56.048Z | Downloaded diesel_derives v2.2.3 |
1009 | 2025-02-21T22:01:56.051Z | Downloaded darling_core v0.20.10 |
1010 | 2025-02-21T22:01:56.056Z | Downloaded oxnet v0.1.0 |
1011 | 2025-02-21T22:01:56.058Z | Downloaded ed25519 v2.2.3 |
1012 | 2025-02-21T22:01:56.061Z | Downloaded dyn-clone v1.0.18 |
1013 | 2025-02-21T22:01:56.061Z | Downloaded daft-derive v0.1.1 |
1014 | 2025-02-21T22:01:56.065Z | Downloaded whoami v1.5.2 |
1015 | 2025-02-21T22:01:56.067Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1016 | 2025-02-21T22:01:56.130Z | Downloaded des v0.8.1 |
1017 | 2025-02-21T22:01:56.133Z | Downloaded termtree v0.4.1 |
1018 | 2025-02-21T22:01:56.133Z | Downloaded dunce v1.0.5 |
1019 | 2025-02-21T22:01:56.136Z | Downloaded scopeguard v1.2.0 |
1020 | 2025-02-21T22:01:56.136Z | Downloaded scheduled-thread-pool v0.2.7 |
1021 | 2025-02-21T22:01:56.136Z | Downloaded same-file v1.0.6 |
1022 | 2025-02-21T22:01:56.139Z | Downloaded phf_generator v0.11.2 |
1023 | 2025-02-21T22:01:56.139Z | Downloaded blake3 v1.5.4 |
1024 | 2025-02-21T22:01:56.146Z | Downloaded heapless v0.8.0 |
1025 | 2025-02-21T22:01:56.150Z | Downloaded zerocopy-derive v0.8.10 |
1026 | 2025-02-21T22:01:56.156Z | Downloaded pin-project v1.1.6 |
1027 | 2025-02-21T22:01:56.170Z | Downloaded hyper v1.5.2 |
1028 | 2025-02-21T22:01:56.175Z | Downloaded diesel-dtrace v0.4.2 |
1029 | 2025-02-21T22:01:56.178Z | Downloaded password-hash v0.5.0 |
1030 | 2025-02-21T22:01:56.180Z | Downloaded unicode_categories v0.1.1 |
1031 | 2025-02-21T22:01:56.180Z | Downloaded slog-bunyan v2.5.0 |
1032 | 2025-02-21T22:01:56.185Z | Downloaded prettyplease v0.2.29 |
1033 | 2025-02-21T22:01:56.188Z | Downloaded publicsuffix v2.3.0 |
1034 | 2025-02-21T22:01:56.188Z | Downloaded expectorate v1.1.0 |
1035 | 2025-02-21T22:01:56.192Z | Downloaded slab v0.4.9 |
1036 | 2025-02-21T22:01:56.192Z | Downloaded tungstenite v0.21.0 |
1037 | 2025-02-21T22:01:56.196Z | Downloaded darling v0.20.10 |
1038 | 2025-02-21T22:01:56.199Z | Downloaded foreign-types-macros v0.2.3 |
1039 | 2025-02-21T22:01:56.202Z | Downloaded darling_macro v0.20.10 |
1040 | 2025-02-21T22:01:56.202Z | Downloaded rfc6979 v0.4.0 |
1041 | 2025-02-21T22:01:56.202Z | Downloaded vte v0.11.1 |
1042 | 2025-02-21T22:01:56.205Z | Downloaded parking_lot_core v0.8.6 |
1043 | 2025-02-21T22:01:56.205Z | Downloaded progenitor v0.8.0 |
1044 | 2025-02-21T22:01:56.207Z | Downloaded proc-macro-crate v1.3.1 |
1045 | 2025-02-21T22:01:56.207Z | Downloaded phf v0.11.2 |
1046 | 2025-02-21T22:01:56.210Z | Downloaded percent-encoding v2.3.1 |
1047 | 2025-02-21T22:01:56.210Z | Downloaded samael v0.0.17 |
1048 | 2025-02-21T22:01:56.214Z | Downloaded libm v0.2.8 |
1049 | 2025-02-21T22:01:56.222Z | Downloaded itertools v0.12.1 |
1050 | 2025-02-21T22:01:56.229Z | Downloaded itertools v0.10.5 |
1051 | 2025-02-21T22:01:56.235Z | Downloaded foreign-types v0.5.0 |
1052 | 2025-02-21T22:01:56.239Z | Downloaded float-ord v0.3.2 |
1053 | 2025-02-21T22:01:56.239Z | Downloaded mio v1.0.2 |
1054 | 2025-02-21T22:01:56.242Z | Downloaded quick-error v1.2.3 |
1055 | 2025-02-21T22:01:56.245Z | Downloaded pin-project-lite v0.2.14 |
1056 | 2025-02-21T22:01:56.248Z | Downloaded pin-project-internal v1.1.6 |
1057 | 2025-02-21T22:01:56.251Z | Downloaded strum_macros v0.24.3 |
1058 | 2025-02-21T22:01:56.254Z | Downloaded signature v2.2.0 |
1059 | 2025-02-21T22:01:56.254Z | Downloaded signal-hook-tokio v0.3.1 |
1060 | 2025-02-21T22:01:56.257Z | Downloaded signal-hook-registry v1.4.2 |
1061 | 2025-02-21T22:01:56.257Z | Downloaded globset v0.4.15 |
1062 | 2025-02-21T22:01:56.257Z | Downloaded yasna v0.5.2 |
1063 | 2025-02-21T22:01:56.261Z | Downloaded zip v0.6.6 |
1064 | 2025-02-21T22:01:56.264Z | Downloaded unicode-bidi v0.3.17 |
1065 | 2025-02-21T22:01:56.267Z | Downloaded quinn v0.11.5 |
1066 | 2025-02-21T22:01:56.272Z | Downloaded foldhash v0.1.3 |
1067 | 2025-02-21T22:01:56.275Z | Downloaded num_enum_derive v0.5.11 |
1068 | 2025-02-21T22:01:56.275Z | Downloaded newtype-uuid v1.2.1 |
1069 | 2025-02-21T22:01:56.276Z | Downloaded group v0.13.0 |
1070 | 2025-02-21T22:01:56.276Z | Downloaded gethostname v0.5.0 |
1071 | 2025-02-21T22:01:56.279Z | Downloaded pkcs1 v0.7.5 |
1072 | 2025-02-21T22:01:56.279Z | Downloaded displaydoc v0.2.5 |
1073 | 2025-02-21T22:01:56.283Z | Downloaded similar v2.6.0 |
1074 | 2025-02-21T22:01:56.285Z | Downloaded minimal-lexical v0.2.1 |
1075 | 2025-02-21T22:01:56.290Z | Downloaded tar v0.4.42 |
1076 | 2025-02-21T22:01:56.294Z | Downloaded futures v0.3.31 |
1077 | 2025-02-21T22:01:56.299Z | Downloaded indicatif v0.17.11 |
1078 | 2025-02-21T22:01:56.304Z | Downloaded const_format v0.2.34 |
1079 | 2025-02-21T22:01:56.308Z | Downloaded russh-keys v0.45.0 |
1080 | 2025-02-21T22:01:56.311Z | Downloaded unicode-xid v0.2.6 |
1081 | 2025-02-21T22:01:56.314Z | Downloaded term v0.7.0 |
1082 | 2025-02-21T22:01:56.317Z | Downloaded pkcs8 v0.10.2 |
1083 | 2025-02-21T22:01:56.320Z | Downloaded fs_extra v1.3.0 |
1084 | 2025-02-21T22:01:56.322Z | Downloaded crypto-bigint v0.5.5 |
1085 | 2025-02-21T22:01:56.327Z | Downloaded num-complex v0.4.6 |
1086 | 2025-02-21T22:01:56.329Z | Downloaded subprocess v0.2.9 |
1087 | 2025-02-21T22:01:56.332Z | Downloaded uuid v1.12.0 |
1088 | 2025-02-21T22:01:56.334Z | Downloaded unicode-properties v0.1.3 |
1089 | 2025-02-21T22:01:56.337Z | Downloaded bumpalo v3.16.0 |
1090 | 2025-02-21T22:01:56.340Z | Downloaded der_derive v0.7.3 |
1091 | 2025-02-21T22:01:56.342Z | Downloaded value-bag v1.9.0 |
1092 | 2025-02-21T22:01:56.344Z | Downloaded tinystr v0.7.6 |
1093 | 2025-02-21T22:01:56.347Z | Downloaded termcolor v1.4.1 |
1094 | 2025-02-21T22:01:56.347Z | Downloaded structmeta-derive v0.2.0 |
1095 | 2025-02-21T22:01:56.349Z | Downloaded structmeta v0.3.0 |
1096 | 2025-02-21T22:01:56.349Z | Downloaded simd-adler32 v0.3.7 |
1097 | 2025-02-21T22:01:56.352Z | Downloaded tokio-rustls v0.25.0 |
1098 | 2025-02-21T22:01:56.352Z | Downloaded progenitor-macro v0.9.1 |
1099 | 2025-02-21T22:01:56.355Z | Downloaded progenitor-macro v0.8.0 |
1100 | 2025-02-21T22:01:56.355Z | Downloaded defmt-parser v0.3.4 |
1101 | 2025-02-21T22:01:56.355Z | Downloaded zerovec-derive v0.10.3 |
1102 | 2025-02-21T22:01:56.358Z | Downloaded crossbeam-channel v0.5.13 |
1103 | 2025-02-21T22:01:56.361Z | Downloaded arc-swap v1.7.1 |
1104 | 2025-02-21T22:01:56.364Z | Downloaded tap v1.0.1 |
1105 | 2025-02-21T22:01:56.366Z | Downloaded strum_macros v0.26.4 |
1106 | 2025-02-21T22:01:56.369Z | Downloaded progenitor-impl v0.8.0 |
1107 | 2025-02-21T22:01:56.372Z | Downloaded base64 v0.21.7 |
1108 | 2025-02-21T22:01:56.374Z | Downloaded crossbeam-utils v0.8.20 |
1109 | 2025-02-21T22:01:56.377Z | Downloaded pem v3.0.4 |
1110 | 2025-02-21T22:01:56.379Z | Downloaded futures-sink v0.3.31 |
1111 | 2025-02-21T22:01:56.379Z | Downloaded futures-io v0.3.31 |
1112 | 2025-02-21T22:01:56.382Z | Downloaded futures-executor v0.3.31 |
1113 | 2025-02-21T22:01:56.382Z | Downloaded tokio-rustls v0.26.0 |
1114 | 2025-02-21T22:01:56.384Z | Downloaded base64 v0.22.1 |
1115 | 2025-02-21T22:01:56.387Z | Downloaded icu_normalizer v1.5.0 |
1116 | 2025-02-21T22:01:56.390Z | Downloaded serde-hex v0.1.0 |
1117 | 2025-02-21T22:01:56.393Z | Downloaded icu_properties v1.5.1 |
1118 | 2025-02-21T22:01:56.395Z | Downloaded icu_normalizer_data v1.5.0 |
1119 | 2025-02-21T22:01:56.398Z | Downloaded clang-sys v1.8.1 |
1120 | 2025-02-21T22:01:56.400Z | Downloaded bytes v1.9.0 |
1121 | 2025-02-21T22:01:56.403Z | Downloaded icu_locid v1.5.0 |
1122 | 2025-02-21T22:01:56.407Z | Downloaded base64 v0.13.1 |
1123 | 2025-02-21T22:01:56.410Z | Downloaded utf16_iter v1.0.5 |
1124 | 2025-02-21T22:01:56.413Z | Downloaded rustc_version v0.4.1 |
1125 | 2025-02-21T22:01:56.413Z | Downloaded rustc_version v0.1.7 |
1126 | 2025-02-21T22:01:56.416Z | Downloaded rustc-hash v2.0.0 |
1127 | 2025-02-21T22:01:56.416Z | Downloaded http-body-util v0.1.2 |
1128 | 2025-02-21T22:01:56.418Z | Downloaded icu_locid_transform v1.5.0 |
1129 | 2025-02-21T22:01:56.421Z | Downloaded blake2 v0.10.6 |
1130 | 2025-02-21T22:01:56.421Z | Downloaded highway v1.2.0 |
1131 | 2025-02-21T22:01:56.424Z | Downloaded hex v0.4.3 |
1132 | 2025-02-21T22:01:56.426Z | Downloaded cookie_store v0.21.1 |
1133 | 2025-02-21T22:01:56.429Z | Downloaded cipher v0.4.4 |
1134 | 2025-02-21T22:01:56.429Z | Downloaded ciborium v0.2.2 |
1135 | 2025-02-21T22:01:56.431Z | Downloaded cancel-safe-futures v0.1.5 |
1136 | 2025-02-21T22:01:56.434Z | Downloaded async-trait v0.1.86 |
1137 | 2025-02-21T22:01:56.437Z | Downloaded httparse v1.9.5 |
1138 | 2025-02-21T22:01:56.440Z | Downloaded console v0.15.10 |
1139 | 2025-02-21T22:01:56.442Z | Downloaded backoff v0.4.0 |
1140 | 2025-02-21T22:01:56.446Z | Downloaded curve25519-dalek-derive v0.1.1 |
1141 | 2025-02-21T22:01:56.449Z | Downloaded crc v3.2.1 |
1142 | 2025-02-21T22:01:56.449Z | Downloaded cmake v0.1.51 |
1143 | 2025-02-21T22:01:56.449Z | Downloaded argon2 v0.5.3 |
1144 | 2025-02-21T22:01:56.452Z | Downloaded linked-hash-map v0.5.6 |
1145 | 2025-02-21T22:01:56.452Z | Downloaded kstat-rs v0.2.4 |
1146 | 2025-02-21T22:01:56.455Z | Downloaded idna_adapter v1.2.0 |
1147 | 2025-02-21T22:01:56.455Z | Downloaded hubpack v0.1.2 |
1148 | 2025-02-21T22:01:56.455Z | Downloaded cstr-argument v0.1.2 |
1149 | 2025-02-21T22:01:56.457Z | Downloaded crc-catalog v2.4.0 |
1150 | 2025-02-21T22:01:56.457Z | Downloaded cobs v0.2.3 |
1151 | 2025-02-21T22:01:56.457Z | Downloaded base16ct v0.2.0 |
1152 | 2025-02-21T22:01:56.461Z | Downloaded arrayref v0.3.9 |
1153 | 2025-02-21T22:01:56.461Z | Downloaded hickory-client v0.24.3 |
1154 | 2025-02-21T22:01:56.464Z | Downloaded convert_case v0.4.0 |
1155 | 2025-02-21T22:01:56.464Z | Downloaded ascii-canvas v3.0.0 |
1156 | 2025-02-21T22:01:56.464Z | Downloaded impl-trait-for-tuples v0.2.2 |
1157 | 2025-02-21T22:01:56.466Z | Downloaded bit-vec v0.6.3 |
1158 | 2025-02-21T22:01:56.469Z | Downloaded block-padding v0.3.3 |
1159 | 2025-02-21T22:01:56.469Z | Downloaded bitfield-struct v0.6.2 |
1160 | 2025-02-21T22:01:56.472Z | Downloaded async-stream v0.3.6 |
1161 | 2025-02-21T22:01:56.472Z | Downloaded hyper-tls v0.6.0 |
1162 | 2025-02-21T22:01:56.475Z | Downloaded indoc v2.0.5 |
1163 | 2025-02-21T22:01:56.478Z | Downloaded indent_write v2.2.0 |
1164 | 2025-02-21T22:01:56.479Z | Downloaded humantime v2.1.0 |
1165 | 2025-02-21T22:01:56.481Z | Downloaded ciborium-ll v0.2.2 |
1166 | 2025-02-21T22:01:56.481Z | Downloaded bit-set v0.5.3 |
1167 | 2025-02-21T22:01:56.481Z | Downloaded keccak v0.1.5 |
1168 | 2025-02-21T22:01:56.481Z | Downloaded httpdate v1.0.3 |
1169 | 2025-02-21T22:01:56.484Z | Downloaded constant_time_eq v0.3.1 |
1170 | 2025-02-21T22:01:56.484Z | Downloaded atomicwrites v0.4.4 |
1171 | 2025-02-21T22:01:56.487Z | Downloaded array-init v0.0.4 |
1172 | 2025-02-21T22:01:56.487Z | Downloaded colored v2.1.0 |
1173 | 2025-02-21T22:01:56.489Z | Downloaded cassowary v0.3.0 |
1174 | 2025-02-21T22:01:56.489Z | Downloaded atomic-waker v1.1.2 |
1175 | 2025-02-21T22:01:56.492Z | Downloaded async-recursion v1.1.1 |
1176 | 2025-02-21T22:01:56.495Z | Downloaded aead v0.5.2 |
1177 | 2025-02-21T22:01:56.549Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-02-21T22:01:56.813Z | Downloaded aws-lc-sys v0.22.0 |
1179 | 2025-02-21T22:01:57.119Z | Compiling serde v1.0.217 |
1180 | 2025-02-21T22:01:57.122Z | Compiling value-bag v1.9.0 |
1181 | 2025-02-21T22:01:57.122Z | Compiling lock_api v0.4.12 |
1182 | 2025-02-21T22:01:57.122Z | Compiling scopeguard v1.2.0 |
1183 | 2025-02-21T22:01:57.276Z | Compiling typenum v1.17.0 |
1184 | 2025-02-21T22:01:57.278Z | Compiling generic-array v0.14.7 |
1185 | 2025-02-21T22:01:57.321Z | Compiling syn v2.0.96 |
1186 | 2025-02-21T22:01:57.336Z | Compiling getrandom v0.2.15 |
1187 | 2025-02-21T22:01:57.514Z | Compiling subtle v2.6.1 |
1188 | 2025-02-21T22:01:57.629Z | Compiling rand_core v0.6.4 |
1189 | 2025-02-21T22:01:57.784Z | Compiling log v0.4.22 |
1190 | 2025-02-21T22:01:57.843Z | Compiling shlex v1.3.0 |
1191 | 2025-02-21T22:01:57.865Z | Compiling jobserver v0.1.32 |
1192 | 2025-02-21T22:01:57.896Z | Compiling smallvec v1.13.2 |
1193 | 2025-02-21T22:01:58.169Z | Compiling const-oid v0.9.6 |
1194 | 2025-02-21T22:01:58.211Z | Compiling pin-project-lite v0.2.14 |
1195 | 2025-02-21T22:01:58.233Z | Compiling parking_lot_core v0.9.10 |
1196 | 2025-02-21T22:01:58.279Z | Compiling cc v1.1.30 |
1197 | 2025-02-21T22:01:58.347Z | Compiling rustix v0.38.37 |
1198 | 2025-02-21T22:01:58.513Z | Compiling futures-core v0.3.31 |
1199 | 2025-02-21T22:01:58.634Z | Compiling spin v0.9.8 |
1200 | 2025-02-21T22:01:58.758Z | Compiling signal-hook-registry v1.4.2 |
1201 | 2025-02-21T22:01:59.026Z | Compiling mio v1.0.2 |
1202 | 2025-02-21T22:01:59.212Z | Compiling parking_lot v0.12.3 |
1203 | 2025-02-21T22:01:59.254Z | Compiling aho-corasick v1.1.3 |
1204 | 2025-02-21T22:01:59.480Z | Compiling cpufeatures v0.2.14 |
1205 | 2025-02-21T22:01:59.530Z | Compiling futures-sink v0.3.31 |
1206 | 2025-02-21T22:01:59.596Z | Compiling regex-syntax v0.8.5 |
1207 | 2025-02-21T22:01:59.700Z | Compiling stable_deref_trait v1.2.0 |
1208 | 2025-02-21T22:01:59.828Z | Compiling socket2 v0.5.7 |
1209 | 2025-02-21T22:02:00.013Z | Compiling slab v0.4.9 |
1210 | 2025-02-21T22:02:00.039Z | Compiling glob v0.3.2 |
1211 | 2025-02-21T22:02:00.140Z | Compiling either v1.13.0 |
1212 | 2025-02-21T22:02:00.584Z | Compiling prettyplease v0.2.29 |
1213 | 2025-02-21T22:02:00.807Z | Compiling lazy_static v1.5.0 |
1214 | 2025-02-21T22:02:00.886Z | Compiling clang-sys v1.8.1 |
1215 | 2025-02-21T22:02:00.965Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-02-21T22:02:00.986Z | Compiling serde_json v1.0.139 |
1217 | 2025-02-21T22:02:01.007Z | Compiling futures-channel v0.3.31 |
1218 | 2025-02-21T22:02:01.355Z | Compiling libloading v0.8.5 |
1219 | 2025-02-21T22:02:01.462Z | Compiling nom v7.1.3 |
1220 | 2025-02-21T22:02:01.484Z | Compiling futures-io v0.3.31 |
1221 | 2025-02-21T22:02:01.635Z | Compiling pin-utils v0.1.0 |
1222 | 2025-02-21T22:02:01.743Z | Compiling bindgen v0.69.5 |
1223 | 2025-02-21T22:02:01.747Z | Compiling futures-task v0.3.31 |
1224 | 2025-02-21T22:02:01.783Z | Compiling home v0.5.9 |
1225 | 2025-02-21T22:02:02.014Z | Compiling itertools v0.10.5 |
1226 | 2025-02-21T22:02:02.076Z | Compiling allocator-api2 v0.2.18 |
1227 | 2025-02-21T22:02:02.664Z | Compiling foldhash v0.1.3 |
1228 | 2025-02-21T22:02:02.877Z | Compiling lazycell v1.3.0 |
1229 | 2025-02-21T22:02:03.118Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-02-21T22:02:03.142Z | Compiling libm v0.2.8 |
1231 | 2025-02-21T22:02:03.290Z | Compiling hashbrown v0.15.1 |
1232 | 2025-02-21T22:02:03.526Z | Compiling regex-automata v0.4.8 |
1233 | 2025-02-21T22:02:04.053Z | Compiling cmake v0.1.51 |
1234 | 2025-02-21T22:02:04.501Z | Compiling num-traits v0.2.19 |
1235 | 2025-02-21T22:02:04.680Z | Compiling cexpr v0.6.0 |
1236 | 2025-02-21T22:02:04.831Z | Compiling dunce v1.0.5 |
1237 | 2025-02-21T22:02:04.900Z | Compiling fs_extra v1.3.0 |
1238 | 2025-02-21T22:02:04.915Z | Compiling synstructure v0.13.1 |
1239 | 2025-02-21T22:02:05.468Z | Compiling pkg-config v0.3.31 |
1240 | 2025-02-21T22:02:06.296Z | Compiling writeable v0.5.5 |
1241 | 2025-02-21T22:02:06.317Z | Compiling litemap v0.7.3 |
1242 | 2025-02-21T22:02:06.711Z | Compiling ring v0.17.9 |
1243 | 2025-02-21T22:02:06.775Z | Compiling paste v1.0.15 |
1244 | 2025-02-21T22:02:06.853Z | Compiling base64ct v1.6.0 |
1245 | 2025-02-21T22:02:07.436Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2025-02-21T22:02:07.574Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-02-21T22:02:07.805Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-02-21T22:02:07.904Z | Compiling flagset v0.4.6 |
1249 | 2025-02-21T22:02:07.992Z | Compiling httparse v1.9.5 |
1250 | 2025-02-21T22:02:08.093Z | Compiling tracing-core v0.1.32 |
1251 | 2025-02-21T22:02:08.701Z | Compiling icu_properties_data v1.5.0 |
1252 | 2025-02-21T22:02:08.957Z | Compiling regex v1.11.1 |
1253 | 2025-02-21T22:02:08.959Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-02-21T22:02:09.063Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-02-21T22:02:09.234Z | Compiling crossbeam-utils v0.8.20 |
1256 | 2025-02-21T22:02:09.801Z | Compiling utf16_iter v1.0.5 |
1257 | 2025-02-21T22:02:09.844Z | Compiling num-conv v0.1.0 |
1258 | 2025-02-21T22:02:09.867Z | Compiling vcpkg v0.2.15 |
1259 | 2025-02-21T22:02:09.990Z | Compiling utf8_iter v1.0.4 |
1260 | 2025-02-21T22:02:10.008Z | Compiling serde_derive v1.0.217 |
1261 | 2025-02-21T22:02:10.040Z | Compiling zeroize_derive v1.4.2 |
1262 | 2025-02-21T22:02:10.118Z | Compiling zerocopy-derive v0.7.35 |
1263 | 2025-02-21T22:02:10.236Z | Compiling tokio-macros v2.5.0 |
1264 | 2025-02-21T22:02:11.452Z | Compiling zerofrom-derive v0.1.4 |
1265 | 2025-02-21T22:02:11.475Z | Compiling zeroize v1.8.1 |
1266 | 2025-02-21T22:02:11.660Z | Compiling yoke-derive v0.7.4 |
1267 | 2025-02-21T22:02:11.850Z | Compiling futures-macro v0.3.31 |
1268 | 2025-02-21T22:02:12.069Z | Compiling zerocopy v0.7.35 |
1269 | 2025-02-21T22:02:13.102Z | Compiling crypto-common v0.1.6 |
1270 | 2025-02-21T22:02:13.355Z | Compiling block-buffer v0.10.4 |
1271 | 2025-02-21T22:02:13.402Z | Compiling zerovec-derive v0.10.3 |
1272 | 2025-02-21T22:02:13.630Z | Compiling digest v0.10.7 |
1273 | 2025-02-21T22:02:13.649Z | Compiling thiserror-impl v1.0.69 |
1274 | 2025-02-21T22:02:14.017Z | Compiling futures-util v0.3.31 |
1275 | 2025-02-21T22:02:14.087Z | Compiling hmac v0.12.1 |
1276 | 2025-02-21T22:02:14.108Z | Compiling displaydoc v0.2.5 |
1277 | 2025-02-21T22:02:14.353Z | Compiling block-padding v0.3.3 |
1278 | 2025-02-21T22:02:14.620Z | Compiling inout v0.1.3 |
1279 | 2025-02-21T22:02:14.689Z | Compiling zerofrom v0.1.4 |
1280 | 2025-02-21T22:02:14.908Z | Compiling yoke v0.7.4 |
1281 | 2025-02-21T22:02:14.912Z | Compiling cipher v0.4.4 |
1282 | 2025-02-21T22:02:15.311Z | Compiling sha2 v0.10.8 |
1283 | 2025-02-21T22:02:15.479Z | Compiling icu_provider_macros v1.5.0 |
1284 | 2025-02-21T22:02:15.644Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-02-21T22:02:15.896Z | Compiling zerovec v0.10.4 |
1286 | 2025-02-21T22:02:16.399Z | Compiling der_derive v0.7.3 |
1287 | 2025-02-21T22:02:16.544Z | Compiling rand_chacha v0.3.1 |
1288 | 2025-02-21T22:02:16.575Z | Compiling thiserror v1.0.69 |
1289 | 2025-02-21T22:02:16.724Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-02-21T22:02:17.702Z | Compiling tinystr v0.7.6 |
1291 | 2025-02-21T22:02:17.886Z | Compiling icu_collections v1.5.0 |
1292 | 2025-02-21T22:02:18.097Z | Compiling icu_locid v1.5.0 |
1293 | 2025-02-21T22:02:18.635Z | Compiling der v0.7.9 |
1294 | 2025-02-21T22:02:18.730Z | Compiling rand v0.8.5 |
1295 | 2025-02-21T22:02:18.825Z | Compiling pest v2.7.14 |
1296 | 2025-02-21T22:02:19.180Z | Compiling salsa20 v0.10.2 |
1297 | 2025-02-21T22:02:19.396Z | Compiling icu_provider v1.5.0 |
1298 | 2025-02-21T22:02:19.421Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-02-21T22:02:19.612Z | Compiling untrusted v0.7.1 |
1300 | 2025-02-21T22:02:19.825Z | Compiling time-core v0.1.2 |
1301 | 2025-02-21T22:02:19.896Z | Compiling tracing v0.1.40 |
1302 | 2025-02-21T22:02:20.002Z | Compiling mirai-annotations v1.12.0 |
1303 | 2025-02-21T22:02:20.088Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2025-02-21T22:02:20.232Z | Compiling untrusted v0.9.0 |
1305 | 2025-02-21T22:02:20.346Z | Compiling powerfmt v0.2.0 |
1306 | 2025-02-21T22:02:20.438Z | Compiling write16 v1.0.0 |
1307 | 2025-02-21T22:02:20.480Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-02-21T22:02:20.620Z | Compiling time-macros v0.2.18 |
1309 | 2025-02-21T22:02:20.746Z | Compiling spki v0.7.3 |
1310 | 2025-02-21T22:02:20.783Z | Compiling deranged v0.3.11 |
1311 | 2025-02-21T22:02:21.141Z | Compiling scrypt v0.11.0 |
1312 | 2025-02-21T22:02:21.638Z | Compiling icu_properties v1.5.1 |
1313 | 2025-02-21T22:02:21.736Z | Compiling pest_meta v2.7.14 |
1314 | 2025-02-21T22:02:21.965Z | Compiling aes v0.8.4 |
1315 | 2025-02-21T22:02:22.270Z | Compiling cbc v0.1.2 |
1316 | 2025-02-21T22:02:22.497Z | Compiling bitflags v2.6.0 |
1317 | 2025-02-21T22:02:22.531Z | Compiling bytes v1.9.0 |
1318 | 2025-02-21T22:02:23.666Z | Compiling tokio v1.43.0 |
1319 | 2025-02-21T22:02:23.727Z | Compiling indexmap v2.7.1 |
1320 | 2025-02-21T22:02:24.740Z | Compiling http v1.2.0 |
1321 | 2025-02-21T22:02:24.971Z | Compiling semver v1.0.25 |
1322 | 2025-02-21T22:02:25.086Z | Compiling openssl-sys v0.9.106 |
1323 | 2025-02-21T22:02:25.593Z | Compiling rustc_version v0.4.1 |
1324 | 2025-02-21T22:02:25.705Z | Compiling icu_normalizer v1.5.0 |
1325 | 2025-02-21T22:02:25.986Z | Compiling scroll_derive v0.12.0 |
1326 | 2025-02-21T22:02:26.292Z | Compiling atomic-waker v1.1.2 |
1327 | 2025-02-21T22:02:26.316Z | Compiling num_threads v0.1.7 |
1328 | 2025-02-21T22:02:26.462Z | Compiling tinyvec_macros v0.1.1 |
1329 | 2025-02-21T22:02:26.491Z | Compiling time v0.3.36 |
1330 | 2025-02-21T22:02:26.573Z | Compiling which v4.4.2 |
1331 | 2025-02-21T22:02:27.112Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-02-21T22:02:27.346Z | Compiling tinyvec v1.8.0 |
1333 | 2025-02-21T22:02:27.349Z | Compiling http-body v1.0.1 |
1334 | 2025-02-21T22:02:27.454Z | Compiling scroll v0.12.0 |
1335 | 2025-02-21T22:02:28.042Z | Compiling pest_generator v2.7.14 |
1336 | 2025-02-21T22:02:28.074Z | Compiling pkcs5 v0.7.1 |
1337 | 2025-02-21T22:02:28.074Z | Compiling form_urlencoded v1.2.1 |
1338 | 2025-02-21T22:02:28.074Z | Compiling slog v2.7.0 |
1339 | 2025-02-21T22:02:28.081Z | Compiling try-lock v0.2.5 |
1340 | 2025-02-21T22:02:28.160Z | Compiling goblin v0.8.2 |
1341 | 2025-02-21T22:02:28.513Z | Compiling pkcs8 v0.10.2 |
1342 | 2025-02-21T22:02:28.686Z | Compiling want v0.3.1 |
1343 | 2025-02-21T22:02:28.877Z | Compiling idna v1.0.3 |
1344 | 2025-02-21T22:02:28.972Z | Compiling uuid v1.12.0 |
1345 | 2025-02-21T22:02:29.159Z | Compiling tower-service v0.3.3 |
1346 | 2025-02-21T22:02:29.310Z | Compiling iana-time-zone v0.1.61 |
1347 | 2025-02-21T22:02:29.388Z | Compiling pest_derive v2.7.14 |
1348 | 2025-02-21T22:02:29.665Z | Compiling httpdate v1.0.3 |
1349 | 2025-02-21T22:02:30.079Z | Compiling chrono v0.4.39 |
1350 | 2025-02-21T22:02:30.229Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-02-21T22:02:30.539Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2025-02-21T22:02:31.150Z | Compiling serde_spanned v0.6.8 |
1353 | 2025-02-21T22:02:31.210Z | Compiling toml_datetime v0.6.8 |
1354 | 2025-02-21T22:02:31.214Z | Compiling base64 v0.22.1 |
1355 | 2025-02-21T22:02:31.386Z | Compiling openssl v0.10.71 |
1356 | 2025-02-21T22:02:31.668Z | Compiling tokio-util v0.7.12 |
1357 | 2025-02-21T22:02:31.829Z | Compiling adler2 v2.0.0 |
1358 | 2025-02-21T22:02:31.947Z | Compiling foreign-types-shared v0.1.1 |
1359 | 2025-02-21T22:02:32.041Z | Compiling rustversion v1.0.17 |
1360 | 2025-02-21T22:02:32.049Z | Compiling match_cfg v0.1.0 |
1361 | 2025-02-21T22:02:32.076Z | Compiling foreign-types v0.3.2 |
1362 | 2025-02-21T22:02:32.158Z | Compiling hostname v0.3.1 |
1363 | 2025-02-21T22:02:32.179Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-02-21T22:02:32.416Z | Compiling url v2.5.3 |
1365 | 2025-02-21T22:02:32.713Z | Compiling h2 v0.4.6 |
1366 | 2025-02-21T22:02:33.435Z | Compiling async-trait v0.1.86 |
1367 | 2025-02-21T22:02:33.644Z | Compiling openssl-macros v0.1.1 |
1368 | 2025-02-21T22:02:34.155Z | Compiling dof v0.3.0 |
1369 | 2025-02-21T22:02:34.236Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-02-21T22:02:34.405Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2025-02-21T22:02:34.961Z | Compiling usdt-impl v0.5.0 |
1372 | 2025-02-21T22:02:35.961Z | Compiling syn v1.0.109 |
1373 | 2025-02-21T22:02:35.986Z | Compiling rustls v0.23.19 |
1374 | 2025-02-21T22:02:36.299Z | Compiling schemars v0.8.21 |
1375 | 2025-02-21T22:02:36.319Z | Compiling rustls v0.22.4 |
1376 | 2025-02-21T22:02:36.523Z | Compiling data-encoding v2.6.0 |
1377 | 2025-02-21T22:02:36.575Z | Compiling native-tls v0.2.12 |
1378 | 2025-02-21T22:02:36.611Z | Compiling siphasher v0.3.11 |
1379 | 2025-02-21T22:02:36.723Z | Compiling schemars_derive v0.8.21 |
1380 | 2025-02-21T22:02:36.776Z | Compiling dirs-next v2.0.0 |
1381 | 2025-02-21T22:02:36.989Z | Compiling unicode-normalization v0.1.24 |
1382 | 2025-02-21T22:02:37.414Z | Compiling http-body-util v0.1.2 |
1383 | 2025-02-21T22:02:37.902Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-02-21T22:02:38.110Z | Compiling heapless v0.7.17 |
1385 | 2025-02-21T22:02:38.292Z | Compiling sha1 v0.10.6 |
1386 | 2025-02-21T22:02:38.424Z | Compiling signature v2.2.0 |
1387 | 2025-02-21T22:02:38.571Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2025-02-21T22:02:38.611Z | Compiling thread_local v1.1.8 |
1389 | 2025-02-21T22:02:38.719Z | Compiling multer v3.1.0 |
1390 | 2025-02-21T22:02:38.738Z | Compiling cookie v0.18.1 |
1391 | 2025-02-21T22:02:39.043Z | Compiling encoding_rs v0.8.34 |
1392 | 2025-02-21T22:02:39.063Z | Compiling slog-async v2.8.0 |
1393 | 2025-02-21T22:02:39.084Z | Compiling rayon-core v1.12.1 |
1394 | 2025-02-21T22:02:39.087Z | Compiling unicode-properties v0.1.3 |
1395 | 2025-02-21T22:02:39.385Z | Compiling openssl-probe v0.1.5 |
1396 | 2025-02-21T22:02:39.550Z | Compiling gimli v0.31.1 |
1397 | 2025-02-21T22:02:39.590Z | Compiling mime v0.3.17 |
1398 | 2025-02-21T22:02:39.678Z | Compiling unicode-bidi v0.3.17 |
1399 | 2025-02-21T22:02:39.699Z | Compiling ipnet v2.10.1 |
1400 | 2025-02-21T22:02:40.158Z | Compiling hyper v1.5.2 |
1401 | 2025-02-21T22:02:40.847Z | Compiling dyn-clone v1.0.18 |
1402 | 2025-02-21T22:02:40.943Z | Compiling signal-hook v0.3.17 |
1403 | 2025-02-21T22:02:41.295Z | Compiling stringprep v0.1.5 |
1404 | 2025-02-21T22:02:42.714Z | Compiling hyper-util v0.1.10 |
1405 | 2025-02-21T22:02:43.789Z | Compiling addr2line v0.24.2 |
1406 | 2025-02-21T22:02:43.808Z | Compiling toml_edit v0.22.22 |
1407 | 2025-02-21T22:02:44.076Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2025-02-21T22:02:44.278Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-02-21T22:02:44.370Z | Compiling usdt-attr-macro v0.5.0 |
1410 | 2025-02-21T22:02:44.413Z | Compiling term v0.7.0 |
1411 | 2025-02-21T22:02:44.703Z | Compiling slog-json v2.6.1 |
1412 | 2025-02-21T22:02:45.053Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2025-02-21T22:02:45.570Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-02-21T22:02:45.592Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2025-02-21T22:02:45.629Z | Compiling futures-executor v0.3.31 |
1416 | 2025-02-21T22:02:45.751Z | Compiling md-5 v0.10.6 |
1417 | 2025-02-21T22:02:45.932Z | Compiling enum-as-inner v0.6.1 |
1418 | 2025-02-21T22:02:46.024Z | Compiling async-stream-impl v0.3.6 |
1419 | 2025-02-21T22:02:46.138Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2025-02-21T22:02:46.285Z | Compiling num-integer v0.1.46 |
1421 | 2025-02-21T22:02:46.489Z | Compiling hash32 v0.2.1 |
1422 | 2025-02-21T22:02:46.551Z | Compiling ff v0.13.0 |
1423 | 2025-02-21T22:02:46.796Z | Compiling is-terminal v0.4.13 |
1424 | 2025-02-21T22:02:46.871Z | Compiling memoffset v0.9.1 |
1425 | 2025-02-21T22:02:46.949Z | Compiling object v0.36.5 |
1426 | 2025-02-21T22:02:47.000Z | Compiling dropshot v0.12.0 |
1427 | 2025-02-21T22:02:47.021Z | Compiling base16ct v0.2.0 |
1428 | 2025-02-21T22:02:47.219Z | Compiling quick-error v1.2.3 |
1429 | 2025-02-21T22:02:47.265Z | Compiling anyhow v1.0.96 |
1430 | 2025-02-21T22:02:47.343Z | Compiling smoltcp v0.9.1 |
1431 | 2025-02-21T22:02:47.365Z | Compiling take_mut v0.2.2 |
1432 | 2025-02-21T22:02:47.392Z | Compiling num-bigint-dig v0.8.4 |
1433 | 2025-02-21T22:02:47.544Z | Compiling psl-types v2.0.11 |
1434 | 2025-02-21T22:02:47.714Z | Compiling fallible-iterator v0.2.0 |
1435 | 2025-02-21T22:02:47.752Z | Compiling cfg_aliases v0.2.1 |
1436 | 2025-02-21T22:02:47.846Z | Compiling linked-hash-map v0.5.6 |
1437 | 2025-02-21T22:02:47.866Z | Compiling rustc-demangle v0.1.24 |
1438 | 2025-02-21T22:02:47.981Z | Compiling litrs v0.4.1 |
1439 | 2025-02-21T22:02:48.205Z | Compiling portable-atomic v1.9.0 |
1440 | 2025-02-21T22:02:48.422Z | Compiling utf-8 v0.7.6 |
1441 | 2025-02-21T22:02:48.754Z | Compiling tungstenite v0.24.0 |
1442 | 2025-02-21T22:02:48.777Z | Compiling postgres-protocol v0.6.7 |
1443 | 2025-02-21T22:02:49.115Z | Compiling document-features v0.2.10 |
1444 | 2025-02-21T22:02:49.268Z | Compiling lru-cache v0.1.2 |
1445 | 2025-02-21T22:02:49.519Z | Compiling nix v0.29.0 |
1446 | 2025-02-21T22:02:50.312Z | Compiling publicsuffix v2.3.0 |
1447 | 2025-02-21T22:02:50.479Z | Compiling resolv-conf v0.7.0 |
1448 | 2025-02-21T22:02:50.691Z | Compiling sec1 v0.7.3 |
1449 | 2025-02-21T22:02:50.829Z | Compiling async-stream v0.3.6 |
1450 | 2025-02-21T22:02:51.166Z | Compiling toml v0.8.19 |
1451 | 2025-02-21T22:02:51.169Z | Compiling hickory-proto v0.24.3 |
1452 | 2025-02-21T22:02:51.268Z | Compiling slog-term v2.9.1 |
1453 | 2025-02-21T22:02:51.294Z | Compiling usdt v0.5.0 |
1454 | 2025-02-21T22:02:51.470Z | Compiling num-iter v0.1.45 |
1455 | 2025-02-21T22:02:51.776Z | Compiling group v0.13.0 |
1456 | 2025-02-21T22:02:52.230Z | Compiling futures v0.3.31 |
1457 | 2025-02-21T22:02:52.363Z | Compiling slog-bunyan v2.5.0 |
1458 | 2025-02-21T22:02:52.851Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2025-02-21T22:02:53.159Z | Compiling camino v1.1.9 |
1460 | 2025-02-21T22:02:53.621Z | Compiling backtrace v0.3.74 |
1461 | 2025-02-21T22:02:53.946Z | Compiling phf_shared v0.11.2 |
1462 | 2025-02-21T22:02:54.010Z | Compiling dropshot_endpoint v0.12.0 |
1463 | 2025-02-21T22:02:54.214Z | Compiling terminal_size v0.4.0 |
1464 | 2025-02-21T22:02:54.309Z | Compiling waitgroup v0.1.2 |
1465 | 2025-02-21T22:02:54.379Z | Compiling openapiv3 v2.0.0 |
1466 | 2025-02-21T22:02:54.446Z | Compiling serde_path_to_error v0.1.16 |
1467 | 2025-02-21T22:02:54.537Z | Compiling hkdf v0.12.4 |
1468 | 2025-02-21T22:02:54.817Z | Compiling crypto-bigint v0.5.5 |
1469 | 2025-02-21T22:02:55.277Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-02-21T22:02:56.536Z | Compiling hubpack_derive v0.1.1 |
1471 | 2025-02-21T22:02:56.610Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2025-02-21T22:02:56.711Z | Compiling webpki-roots v0.26.6 |
1473 | 2025-02-21T22:02:56.941Z | Compiling sync_wrapper v1.0.1 |
1474 | 2025-02-21T22:02:57.116Z | Compiling hostname v0.4.0 |
1475 | 2025-02-21T22:02:57.352Z | Compiling crc32fast v1.4.2 |
1476 | 2025-02-21T22:02:57.431Z | Compiling ahash v0.8.11 |
1477 | 2025-02-21T22:02:57.710Z | Compiling fs-err v2.11.0 |
1478 | 2025-02-21T22:02:57.807Z | Compiling bitflags v1.3.2 |
1479 | 2025-02-21T22:02:57.922Z | Compiling tower-layer v0.3.3 |
1480 | 2025-02-21T22:02:58.047Z | Compiling winnow v0.5.40 |
1481 | 2025-02-21T22:02:58.207Z | Compiling debug-ignore v1.0.5 |
1482 | 2025-02-21T22:02:58.234Z | Compiling unicode-width v0.2.0 |
1483 | 2025-02-21T22:02:58.376Z | Compiling managed v0.8.0 |
1484 | 2025-02-21T22:02:58.504Z | Compiling newtype-uuid v1.2.1 |
1485 | 2025-02-21T22:02:58.524Z | Compiling zerocopy v0.6.6 |
1486 | 2025-02-21T22:02:58.841Z | Compiling console v0.15.10 |
1487 | 2025-02-21T22:02:58.865Z | Compiling clap_builder v4.5.30 |
1488 | 2025-02-21T22:02:59.255Z | Compiling strum_macros v0.25.3 |
1489 | 2025-02-21T22:03:00.161Z | Compiling tower v0.5.2 |
1490 | 2025-02-21T22:03:00.394Z | Compiling elliptic-curve v0.13.8 |
1491 | 2025-02-21T22:03:00.885Z | Compiling flate2 v1.0.35 |
1492 | 2025-02-21T22:03:01.003Z | Compiling hubpack v0.1.2 |
1493 | 2025-02-21T22:03:01.265Z | Compiling hickory-resolver v0.24.3 |
1494 | 2025-02-21T22:03:01.428Z | Compiling toml_edit v0.19.15 |
1495 | 2025-02-21T22:03:01.786Z | Compiling phf v0.11.2 |
1496 | 2025-02-21T22:03:02.083Z | Compiling signal-hook-mio v0.2.4 |
1497 | 2025-02-21T22:03:02.274Z | Compiling rayon v1.10.0 |
1498 | 2025-02-21T22:03:02.381Z | Compiling cookie_store v0.21.1 |
1499 | 2025-02-21T22:03:02.948Z | Compiling hyper-tls v0.6.0 |
1500 | 2025-02-21T22:03:03.388Z | Compiling bzip2 v0.4.4 |
1501 | 2025-02-21T22:03:04.012Z | Compiling tokio-tungstenite v0.24.0 |
1502 | 2025-02-21T22:03:04.566Z | Compiling postgres-types v0.2.8 |
1503 | 2025-02-21T22:03:06.816Z | Compiling ed25519 v2.2.3 |
1504 | 2025-02-21T22:03:06.839Z | Compiling phf_shared v0.10.0 |
1505 | 2025-02-21T22:03:06.920Z | Compiling tokio-stream v0.1.16 |
1506 | 2025-02-21T22:03:07.204Z | Compiling pkcs1 v0.7.5 |
1507 | 2025-02-21T22:03:07.225Z | Compiling serde-big-array v0.5.1 |
1508 | 2025-02-21T22:03:07.474Z | Compiling rfc6979 v0.4.0 |
1509 | 2025-02-21T22:03:07.680Z | Compiling derive-where v1.2.7 |
1510 | 2025-02-21T22:03:07.903Z | Compiling serde_repr v0.1.19 |
1511 | 2025-02-21T22:03:08.124Z | Compiling clap_derive v4.5.28 |
1512 | 2025-02-21T22:03:08.374Z | Compiling bstr v1.10.0 |
1513 | 2025-02-21T22:03:08.749Z | Compiling float-cmp v0.10.0 |
1514 | 2025-02-21T22:03:08.967Z | Compiling predicates-core v1.0.8 |
1515 | 2025-02-21T22:03:09.006Z | Compiling fixedbitset v0.4.2 |
1516 | 2025-02-21T22:03:09.026Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-02-21T22:03:09.148Z | Compiling static_assertions v1.1.0 |
1518 | 2025-02-21T22:03:09.272Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-02-21T22:03:09.310Z | Compiling whoami v1.5.2 |
1520 | 2025-02-21T22:03:09.467Z | Compiling number_prefix v0.4.0 |
1521 | 2025-02-21T22:03:09.725Z | Compiling precomputed-hash v0.1.1 |
1522 | 2025-02-21T22:03:09.867Z | Compiling bit-vec v0.6.3 |
1523 | 2025-02-21T22:03:09.888Z | Compiling normalize-line-endings v0.3.0 |
1524 | 2025-02-21T22:03:09.935Z | Compiling difflib v0.4.0 |
1525 | 2025-02-21T22:03:10.038Z | Compiling similar v2.6.0 |
1526 | 2025-02-21T22:03:10.141Z | Compiling string_cache v0.8.7 |
1527 | 2025-02-21T22:03:10.283Z | Compiling bit-set v0.5.3 |
1528 | 2025-02-21T22:03:10.597Z | Compiling predicates v3.1.3 |
1529 | 2025-02-21T22:03:10.600Z | Compiling indicatif v0.17.11 |
1530 | 2025-02-21T22:03:10.902Z | Compiling tokio-postgres v0.7.12 |
1531 | 2025-02-21T22:03:11.320Z | Compiling petgraph v0.6.5 |
1532 | 2025-02-21T22:03:12.123Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1533 | 2025-02-21T22:03:12.187Z | Compiling rsa v0.9.6 |
1534 | 2025-02-21T22:03:12.618Z | Compiling ecdsa v0.16.9 |
1535 | 2025-02-21T22:03:12.772Z | Compiling clap v4.5.30 |
1536 | 2025-02-21T22:03:12.909Z | Compiling ed25519-dalek v2.1.1 |
1537 | 2025-02-21T22:03:13.453Z | Compiling toml v0.7.8 |
1538 | 2025-02-21T22:03:14.956Z | Compiling zip v0.6.6 |
1539 | 2025-02-21T22:03:15.486Z | Compiling crossterm v0.28.1 |
1540 | 2025-02-21T22:03:16.872Z | Compiling hex v0.4.3 |
1541 | 2025-02-21T22:03:16.950Z | Compiling x509-cert v0.2.5 |
1542 | 2025-02-21T22:03:17.161Z | Compiling unicode-xid v0.2.6 |
1543 | 2025-02-21T22:03:17.367Z | Compiling lalrpop-util v0.19.12 |
1544 | 2025-02-21T22:03:17.469Z | Compiling peg-runtime v0.8.3 |
1545 | 2025-02-21T22:03:17.734Z | Compiling strum_macros v0.26.4 |
1546 | 2025-02-21T22:03:18.021Z | Compiling xattr v1.3.1 |
1547 | 2025-02-21T22:03:18.075Z | Compiling filetime v0.2.25 |
1548 | 2025-02-21T22:03:18.340Z | Compiling tar v0.4.42 |
1549 | 2025-02-21T22:03:22.398Z | Compiling strum v0.26.3 |
1550 | 2025-02-21T22:03:25.257Z | Compiling aws-lc-sys v0.22.0 |
1551 | 2025-02-21T22:03:53.833Z | Compiling rustls-webpki v0.102.8 |
1552 | 2025-02-21T22:03:57.186Z | Compiling tokio-rustls v0.25.0 |
1553 | 2025-02-21T22:03:58.943Z | Compiling tokio-rustls v0.26.0 |
1554 | 2025-02-21T22:03:59.278Z | Compiling hyper-rustls v0.27.3 |
1555 | 2025-02-21T22:03:59.644Z | Compiling reqwest v0.12.12 |
1556 | 2025-02-21T22:04:01.016Z | Compiling qorb v0.2.1 |
1557 | 2025-02-21T22:04:04.085Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1558 | 2025-02-21T22:04:04.386Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1559 | 2025-02-21T22:04:09.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1560 | 2025-02-21T22:04:09.365Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1561 | 2025-02-21T22:04:09.420Z | Feb 21 22:04:08.080 INFO Starting download, target: Cockroach |
1562 | 2025-02-21T22:04:09.420Z | Feb 21 22:04:08.080 INFO Starting download, target: Clickhouse |
1563 | 2025-02-21T22:04:09.420Z | Feb 21 22:04:08.080 INFO Starting download, target: DendriteOpenapi |
1564 | 2025-02-21T22:04:09.420Z | Feb 21 22:04:08.080 INFO Starting download, target: Console |
1565 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.080 INFO Starting download, target: DendriteStub |
1566 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.080 INFO Starting download, target: MaghemiteMgd |
1567 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.080 INFO Starting download, target: TransceiverControl |
1568 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1570 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1571 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1572 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1573 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.081 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1574 | 2025-02-21T22:04:09.423Z | Feb 21 22:04:08.082 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1575 | 2025-02-21T22:04:09.627Z | Feb 21 22:04:08.284 INFO Download complete, target: DendriteOpenapi |
1576 | 2025-02-21T22:04:09.737Z | Feb 21 22:04:08.383 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1577 | 2025-02-21T22:04:09.901Z | Feb 21 22:04:08.552 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1578 | 2025-02-21T22:04:10.246Z | Feb 21 22:04:08.890 INFO Download complete, target: TransceiverControl |
1579 | 2025-02-21T22:04:10.263Z | Feb 21 22:04:08.922 INFO Download complete, target: Console |
1580 | 2025-02-21T22:04:10.386Z | Feb 21 22:04:09.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2025-02-21T22:04:10.418Z | Feb 21 22:04:09.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1582 | 2025-02-21T22:04:11.059Z | Feb 21 22:04:09.718 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1583 | 2025-02-21T22:04:11.059Z | Feb 21 22:04:09.718 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1584 | 2025-02-21T22:04:11.440Z | Feb 21 22:04:10.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1585 | 2025-02-21T22:04:13.400Z | Feb 21 22:04:12.059 INFO Download complete, target: DendriteStub |
1586 | 2025-02-21T22:04:13.583Z | Feb 21 22:04:12.243 INFO Download complete, target: MaghemiteMgd |
1587 | 2025-02-21T22:04:18.641Z | Feb 21 22:04:17.301 INFO Checking that binary works, target: Cockroach |
1588 | 2025-02-21T22:04:18.801Z | Feb 21 22:04:17.461 INFO Download complete, target: Cockroach |
1589 | 2025-02-21T22:04:24.202Z | Feb 21 22:04:22.861 INFO Checking that binary works, target: Clickhouse |
1590 | 2025-02-21T22:04:24.332Z | Feb 21 22:04:22.990 INFO Download complete, target: Clickhouse |
1591 | 2025-02-21T22:04:24.342Z | All prerequisites installed successfully |
1592 | 2025-02-21T22:04:24.345Z | |
1593 | 2025-02-21T22:04:24.345Z | real 4:53.317024184 |
1594 | 2025-02-21T22:04:24.345Z | user 15:41.066946358 |
1595 | 2025-02-21T22:04:24.345Z | sys 2:07.476251993 |
1596 | 2025-02-21T22:04:24.345Z | trap 0.592690634 |
1597 | 2025-02-21T22:04:24.345Z | tflt 3.911257136 |
1598 | 2025-02-21T22:04:24.345Z | dflt 2.605847311 |
1599 | 2025-02-21T22:04:24.345Z | kflt 0.026182230 |
1600 | 2025-02-21T22:04:24.345Z | lock 24:17.522881668 |
1601 | 2025-02-21T22:04:24.345Z | slp 55:24.877464520 |
1602 | 2025-02-21T22:04:24.345Z | lat 58.152789591 |
1603 | 2025-02-21T22:04:24.345Z | stop 2:24.976968738 |
1604 | 2025-02-21T22:04:24.345Z | + ptime -m cargo xtask download softnpu |
1605 | 2025-02-21T22:04:24.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1606 | 2025-02-21T22:04:24.921Z | Running `target/debug/xtask download softnpu` |
1607 | 2025-02-21T22:04:25.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1608 | 2025-02-21T22:04:25.860Z | Running `target/debug/xtask-downloader softnpu` |
1609 | 2025-02-21T22:04:25.900Z | Feb 21 22:04:24.557 INFO Starting download, target: Softnpu |
1610 | 2025-02-21T22:04:25.904Z | Feb 21 22:04:24.558 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1611 | 2025-02-21T22:04:26.885Z | Feb 21 22:04:25.542 INFO Download complete, target: Softnpu |
1612 | 2025-02-21T22:04:26.892Z | |
1613 | 2025-02-21T22:04:26.895Z | real 2.540728387 |
1614 | 2025-02-21T22:04:26.895Z | user 1.332627300 |
1615 | 2025-02-21T22:04:26.895Z | sys 0.559828815 |
1616 | 2025-02-21T22:04:26.895Z | trap 0.000905755 |
1617 | 2025-02-21T22:04:26.895Z | tflt 0.000196950 |
1618 | 2025-02-21T22:04:26.895Z | dflt 0.000054371 |
1619 | 2025-02-21T22:04:26.895Z | kflt 0.000000000 |
1620 | 2025-02-21T22:04:26.895Z | lock 10.231049973 |
1621 | 2025-02-21T22:04:26.896Z | slp 0.852774870 |
1622 | 2025-02-21T22:04:26.896Z | lat 0.071065690 |
1623 | 2025-02-21T22:04:26.896Z | stop 0.000180205 |
1624 | 2025-02-21T22:04:26.896Z | + export CARGO_INCREMENTAL=0 |
1625 | 2025-02-21T22:04:26.896Z | + CARGO_INCREMENTAL=0 |
1626 | 2025-02-21T22:04:26.896Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1627 | 2025-02-21T22:04:27.901Z | Compiling proc-macro2 v1.0.92 |
1628 | 2025-02-21T22:04:27.901Z | Compiling unicode-ident v1.0.14 |
1629 | 2025-02-21T22:04:27.901Z | Compiling libc v0.2.169 |
1630 | 2025-02-21T22:04:27.904Z | Compiling serde v1.0.217 |
1631 | 2025-02-21T22:04:27.904Z | Compiling autocfg v1.4.0 |
1632 | 2025-02-21T22:04:27.904Z | Compiling version_check v0.9.5 |
1633 | 2025-02-21T22:04:27.904Z | Compiling cfg-if v1.0.0 |
1634 | 2025-02-21T22:04:28.203Z | Compiling memchr v2.7.4 |
1635 | 2025-02-21T22:04:28.231Z | Compiling typenum v1.17.0 |
1636 | 2025-02-21T22:04:28.248Z | Compiling shlex v1.3.0 |
1637 | 2025-02-21T22:04:28.607Z | Compiling value-bag v1.9.0 |
1638 | 2025-02-21T22:04:28.697Z | Compiling generic-array v0.14.7 |
1639 | 2025-02-21T22:04:29.019Z | Compiling lock_api v0.4.12 |
1640 | 2025-02-21T22:04:29.094Z | Compiling log v0.4.22 |
1641 | 2025-02-21T22:04:29.134Z | Compiling scopeguard v1.2.0 |
1642 | 2025-02-21T22:04:29.306Z | Compiling parking_lot_core v0.9.10 |
1643 | 2025-02-21T22:04:29.498Z | Compiling serde_json v1.0.139 |
1644 | 2025-02-21T22:04:29.719Z | Compiling once_cell v1.20.3 |
1645 | 2025-02-21T22:04:29.837Z | Compiling quote v1.0.38 |
1646 | 2025-02-21T22:04:29.861Z | Compiling rustix v0.38.37 |
1647 | 2025-02-21T22:04:29.967Z | Compiling jobserver v0.1.32 |
1648 | 2025-02-21T22:04:30.085Z | Compiling getrandom v0.2.15 |
1649 | 2025-02-21T22:04:30.316Z | Compiling syn v2.0.96 |
1650 | 2025-02-21T22:04:30.403Z | Compiling cc v1.1.30 |
1651 | 2025-02-21T22:04:30.423Z | Compiling libm v0.2.8 |
1652 | 2025-02-21T22:04:30.473Z | Compiling aho-corasick v1.1.3 |
1653 | 2025-02-21T22:04:30.487Z | Compiling num-traits v0.2.19 |
1654 | 2025-02-21T22:04:30.515Z | Compiling thiserror v1.0.69 |
1655 | 2025-02-21T22:04:30.632Z | Compiling regex-syntax v0.8.5 |
1656 | 2025-02-21T22:04:30.771Z | Compiling either v1.13.0 |
1657 | 2025-02-21T22:04:30.803Z | Compiling itoa v1.0.11 |
1658 | 2025-02-21T22:04:31.019Z | Compiling slab v0.4.9 |
1659 | 2025-02-21T22:04:31.152Z | Compiling spin v0.9.8 |
1660 | 2025-02-21T22:04:31.371Z | Compiling errno v0.3.9 |
1661 | 2025-02-21T22:04:31.426Z | Compiling byteorder v1.5.0 |
1662 | 2025-02-21T22:04:31.533Z | Compiling rand_core v0.6.4 |
1663 | 2025-02-21T22:04:32.012Z | Compiling glob v0.3.2 |
1664 | 2025-02-21T22:04:32.034Z | Compiling prettyplease v0.2.29 |
1665 | 2025-02-21T22:04:32.427Z | Compiling lazy_static v1.5.0 |
1666 | 2025-02-21T22:04:32.698Z | Compiling clang-sys v1.8.1 |
1667 | 2025-02-21T22:04:32.774Z | Compiling minimal-lexical v0.2.1 |
1668 | 2025-02-21T22:04:32.850Z | Compiling smallvec v1.13.2 |
1669 | 2025-02-21T22:04:33.264Z | Compiling nom v7.1.3 |
1670 | 2025-02-21T22:04:33.396Z | Compiling libloading v0.8.5 |
1671 | 2025-02-21T22:04:33.455Z | Compiling bindgen v0.69.5 |
1672 | 2025-02-21T22:04:33.480Z | Compiling home v0.5.9 |
1673 | 2025-02-21T22:04:33.692Z | Compiling subtle v2.6.1 |
1674 | 2025-02-21T22:04:33.948Z | Compiling itertools v0.10.5 |
1675 | 2025-02-21T22:04:34.028Z | Compiling lazycell v1.3.0 |
1676 | 2025-02-21T22:04:34.199Z | Compiling allocator-api2 v0.2.18 |
1677 | 2025-02-21T22:04:34.228Z | Compiling regex-automata v0.4.8 |
1678 | 2025-02-21T22:04:34.486Z | Compiling rustc-hash v1.1.0 |
1679 | 2025-02-21T22:04:34.924Z | Compiling cmake v0.1.51 |
1680 | 2025-02-21T22:04:35.186Z | Compiling semver v1.0.25 |
1681 | 2025-02-21T22:04:35.655Z | Compiling fs_extra v1.3.0 |
1682 | 2025-02-21T22:04:36.014Z | Compiling dunce v1.0.5 |
1683 | 2025-02-21T22:04:36.177Z | Compiling pin-project-lite v0.2.14 |
1684 | 2025-02-21T22:04:36.232Z | Compiling pkg-config v0.3.31 |
1685 | 2025-02-21T22:04:36.324Z | Compiling cexpr v0.6.0 |
1686 | 2025-02-21T22:04:36.457Z | Compiling ring v0.17.9 |
1687 | 2025-02-21T22:04:36.884Z | Compiling paste v1.0.15 |
1688 | 2025-02-21T22:04:37.249Z | Compiling ryu v1.0.18 |
1689 | 2025-02-21T22:04:37.432Z | Compiling synstructure v0.13.1 |
1690 | 2025-02-21T22:04:37.714Z | Compiling const-oid v0.9.6 |
1691 | 2025-02-21T22:04:37.735Z | Compiling schemars v0.8.21 |
1692 | 2025-02-21T22:04:38.148Z | Compiling aws-lc-rs v1.10.0 |
1693 | 2025-02-21T22:04:38.580Z | Compiling httparse v1.9.5 |
1694 | 2025-02-21T22:04:38.585Z | Compiling fnv v1.0.7 |
1695 | 2025-02-21T22:04:39.174Z | Compiling serde_derive_internals v0.29.1 |
1696 | 2025-02-21T22:04:39.372Z | Compiling signal-hook-registry v1.4.2 |
1697 | 2025-02-21T22:04:39.555Z | Compiling foldhash v0.1.3 |
1698 | 2025-02-21T22:04:39.726Z | Compiling regex v1.11.1 |
1699 | 2025-02-21T22:04:39.854Z | Compiling equivalent v1.0.1 |
1700 | 2025-02-21T22:04:39.993Z | Compiling hashbrown v0.15.1 |
1701 | 2025-02-21T22:04:40.078Z | Compiling parking_lot v0.12.3 |
1702 | 2025-02-21T22:04:40.645Z | Compiling mio v1.0.2 |
1703 | 2025-02-21T22:04:40.843Z | Compiling heck v0.5.0 |
1704 | 2025-02-21T22:04:41.264Z | Compiling stable_deref_trait v1.2.0 |
1705 | 2025-02-21T22:04:41.431Z | Compiling serde_derive v1.0.217 |
1706 | 2025-02-21T22:04:41.644Z | Compiling zeroize_derive v1.4.2 |
1707 | 2025-02-21T22:04:42.142Z | Compiling zerocopy-derive v0.7.35 |
1708 | 2025-02-21T22:04:42.291Z | Compiling tokio-macros v2.5.0 |
1709 | 2025-02-21T22:04:42.316Z | Compiling thiserror-impl v1.0.69 |
1710 | 2025-02-21T22:04:42.973Z | Compiling zeroize v1.8.1 |
1711 | 2025-02-21T22:04:43.561Z | Compiling zerofrom-derive v0.1.4 |
1712 | 2025-02-21T22:04:43.581Z | Compiling yoke-derive v0.7.4 |
1713 | 2025-02-21T22:04:43.737Z | Compiling futures-macro v0.3.31 |
1714 | 2025-02-21T22:04:43.831Z | Compiling zerovec-derive v0.10.3 |
1715 | 2025-02-21T22:04:43.887Z | Compiling displaydoc v0.2.5 |
1716 | 2025-02-21T22:04:45.029Z | Compiling zerocopy v0.7.35 |
1717 | 2025-02-21T22:04:45.266Z | Compiling crypto-common v0.1.6 |
1718 | 2025-02-21T22:04:45.490Z | Compiling icu_provider_macros v1.5.0 |
1719 | 2025-02-21T22:04:45.615Z | Compiling tracing-attributes v0.1.27 |
1720 | 2025-02-21T22:04:45.907Z | Compiling schemars_derive v0.8.21 |
1721 | 2025-02-21T22:04:46.148Z | Compiling block-buffer v0.10.4 |
1722 | 2025-02-21T22:04:46.374Z | Compiling digest v0.10.7 |
1723 | 2025-02-21T22:04:46.437Z | Compiling socket2 v0.5.7 |
1724 | 2025-02-21T22:04:46.462Z | Compiling futures-core v0.3.31 |
1725 | 2025-02-21T22:04:46.746Z | Compiling crossbeam-utils v0.8.20 |
1726 | 2025-02-21T22:04:46.769Z | Compiling time-core v0.1.2 |
1727 | 2025-02-21T22:04:46.962Z | Compiling num-conv v0.1.0 |
1728 | 2025-02-21T22:04:47.274Z | Compiling time-macros v0.2.18 |
1729 | 2025-02-21T22:04:47.538Z | Compiling der_derive v0.7.3 |
1730 | 2025-02-21T22:04:48.127Z | Compiling vcpkg v0.2.15 |
1731 | 2025-02-21T22:04:49.425Z | Compiling openssl-sys v0.9.106 |
1732 | 2025-02-21T22:04:50.462Z | Compiling futures-sink v0.3.31 |
1733 | 2025-02-21T22:04:50.494Z | Compiling cpufeatures v0.2.14 |
1734 | 2025-02-21T22:04:50.507Z | Compiling slog v2.7.0 |
1735 | 2025-02-21T22:04:50.742Z | Compiling ahash v0.8.11 |
1736 | 2025-02-21T22:04:50.794Z | Compiling syn v1.0.109 |
1737 | 2025-02-21T22:04:50.964Z | Compiling futures-channel v0.3.31 |
1738 | 2025-02-21T22:04:51.094Z | Compiling zerofrom v0.1.4 |
1739 | 2025-02-21T22:04:51.329Z | Compiling futures-io v0.3.31 |
1740 | 2025-02-21T22:04:51.352Z | Compiling futures-task v0.3.31 |
1741 | 2025-02-21T22:04:51.464Z | Compiling pin-utils v0.1.0 |
1742 | 2025-02-21T22:04:51.468Z | Compiling iana-time-zone v0.1.61 |
1743 | 2025-02-21T22:04:51.579Z | Compiling futures-util v0.3.31 |
1744 | 2025-02-21T22:04:51.660Z | Compiling yoke v0.7.4 |
1745 | 2025-02-21T22:04:52.205Z | Compiling scroll_derive v0.12.0 |
1746 | 2025-02-21T22:04:52.438Z | Compiling openssl v0.10.71 |
1747 | 2025-02-21T22:04:52.877Z | Compiling ucd-trie v0.1.7 |
1748 | 2025-02-21T22:04:53.050Z | Compiling zerovec v0.10.4 |
1749 | 2025-02-21T22:04:53.323Z | Compiling pest v2.7.14 |
1750 | 2025-02-21T22:04:53.492Z | Compiling bitflags v2.6.0 |
1751 | 2025-02-21T22:04:53.642Z | Compiling bytes v1.9.0 |
1752 | 2025-02-21T22:04:56.374Z | Compiling indexmap v2.7.1 |
1753 | 2025-02-21T22:04:56.933Z | Compiling tokio v1.43.0 |
1754 | 2025-02-21T22:04:57.751Z | Compiling which v4.4.2 |
1755 | 2025-02-21T22:04:58.270Z | Compiling serde_tokenstream v0.2.2 |
1756 | 2025-02-21T22:04:58.373Z | Compiling uuid v1.12.0 |
1757 | 2025-02-21T22:04:58.491Z | Compiling http v1.2.0 |
1758 | 2025-02-21T22:04:58.866Z | Compiling chrono v0.4.39 |
1759 | 2025-02-21T22:04:59.789Z | Compiling rustc_version v0.4.1 |
1760 | 2025-02-21T22:05:02.068Z | Compiling hmac v0.12.1 |
1761 | 2025-02-21T22:05:03.072Z | Compiling pest_meta v2.7.14 |
1762 | 2025-02-21T22:05:07.135Z | Compiling block-padding v0.3.3 |
1763 | 2025-02-21T22:05:07.135Z | Compiling openssl-macros v0.1.1 |
1764 | 2025-02-21T22:05:07.135Z | Compiling native-tls v0.2.12 |
1765 | 2025-02-21T22:05:07.135Z | Compiling rustls v0.23.19 |
1766 | 2025-02-21T22:05:07.135Z | Compiling pest_generator v2.7.14 |
1767 | 2025-02-21T22:05:07.135Z | Compiling inout v0.1.3 |
1768 | 2025-02-21T22:05:07.135Z | Compiling tinystr v0.7.6 |
1769 | 2025-02-21T22:05:07.135Z | Compiling serde_spanned v0.6.8 |
1770 | 2025-02-21T22:05:07.135Z | Compiling toml_datetime v0.6.8 |
1771 | 2025-02-21T22:05:07.136Z | Compiling tracing-core v0.1.32 |
1772 | 2025-02-21T22:05:07.136Z | Compiling litemap v0.7.3 |
1773 | 2025-02-21T22:05:07.216Z | Compiling writeable v0.5.5 |
1774 | 2025-02-21T22:05:07.292Z | Compiling strsim v0.11.1 |
1775 | 2025-02-21T22:05:07.609Z | Compiling dyn-clone v1.0.18 |
1776 | 2025-02-21T22:05:07.750Z | Compiling icu_locid v1.5.0 |
1777 | 2025-02-21T22:05:07.862Z | Compiling tracing v0.1.40 |
1778 | 2025-02-21T22:05:08.705Z | Compiling pest_derive v2.7.14 |
1779 | 2025-02-21T22:05:09.084Z | Compiling cipher v0.4.4 |
1780 | 2025-02-21T22:05:09.511Z | Compiling sha2 v0.10.8 |
1781 | 2025-02-21T22:05:09.931Z | Compiling cookie v0.18.1 |
1782 | 2025-02-21T22:05:10.062Z | Compiling aws-lc-sys v0.22.0 |
1783 | 2025-02-21T22:05:10.095Z | Compiling usdt-impl v0.5.0 |
1784 | 2025-02-21T22:05:10.278Z | Compiling base64ct v1.6.0 |
1785 | 2025-02-21T22:05:10.522Z | Compiling icu_provider v1.5.0 |
1786 | 2025-02-21T22:05:10.859Z | Compiling pem-rfc7468 v0.7.0 |
1787 | 2025-02-21T22:05:11.511Z | Compiling scroll v0.12.0 |
1788 | 2025-02-21T22:05:12.104Z | Compiling ppv-lite86 v0.2.20 |
1789 | 2025-02-21T22:05:13.415Z | Compiling async-trait v0.1.86 |
1790 | 2025-02-21T22:05:15.080Z | Compiling icu_locid_transform_data v1.5.0 |
1791 | 2025-02-21T22:05:15.200Z | Compiling plain v0.2.3 |
1792 | 2025-02-21T22:05:15.377Z | Compiling rustls-pki-types v1.10.0 |
1793 | 2025-02-21T22:05:15.396Z | Compiling anyhow v1.0.96 |
1794 | 2025-02-21T22:05:15.943Z | Compiling percent-encoding v2.3.1 |
1795 | 2025-02-21T22:05:16.525Z | Compiling camino v1.1.9 |
1796 | 2025-02-21T22:05:17.036Z | Compiling flagset v0.4.6 |
1797 | 2025-02-21T22:05:17.050Z | Compiling icu_locid_transform v1.5.0 |
1798 | 2025-02-21T22:05:17.253Z | Compiling der v0.7.9 |
1799 | 2025-02-21T22:05:17.987Z | Compiling goblin v0.8.2 |
1800 | 2025-02-21T22:05:20.977Z | Compiling rand_chacha v0.3.1 |
1801 | 2025-02-21T22:05:21.805Z | Compiling tokio-util v0.7.12 |
1802 | 2025-02-21T22:05:21.808Z | Compiling icu_collections v1.5.0 |
1803 | 2025-02-21T22:05:22.927Z | Compiling rayon-core v1.12.1 |
1804 | 2025-02-21T22:05:23.293Z | Compiling pretty-hex v0.4.1 |
1805 | 2025-02-21T22:05:23.544Z | Compiling untrusted v0.7.1 |
1806 | 2025-02-21T22:05:23.831Z | Compiling icu_properties_data v1.5.0 |
1807 | 2025-02-21T22:05:24.019Z | Compiling powerfmt v0.2.0 |
1808 | 2025-02-21T22:05:24.041Z | Compiling untrusted v0.9.0 |
1809 | 2025-02-21T22:05:24.102Z | Compiling rustls v0.22.4 |
1810 | 2025-02-21T22:05:24.507Z | Compiling mirai-annotations v1.12.0 |
1811 | 2025-02-21T22:05:24.536Z | Compiling icu_properties v1.5.1 |
1812 | 2025-02-21T22:05:24.653Z | Compiling deranged v0.3.11 |
1813 | 2025-02-21T22:05:25.213Z | Compiling dof v0.3.0 |
1814 | 2025-02-21T22:05:26.313Z | Compiling rand v0.8.5 |
1815 | 2025-02-21T22:05:26.709Z | Compiling spki v0.7.3 |
1816 | 2025-02-21T22:05:26.978Z | Compiling salsa20 v0.10.2 |
1817 | 2025-02-21T22:05:27.075Z | Compiling dtrace-parser v0.2.0 |
1818 | 2025-02-21T22:05:27.813Z | Compiling pbkdf2 v0.12.2 |
1819 | 2025-02-21T22:05:28.678Z | Compiling thread-id v4.2.2 |
1820 | 2025-02-21T22:05:28.754Z | Compiling utf16_iter v1.0.5 |
1821 | 2025-02-21T22:05:28.814Z | Compiling icu_normalizer_data v1.5.0 |
1822 | 2025-02-21T22:05:28.928Z | Compiling winnow v0.5.40 |
1823 | 2025-02-21T22:05:28.975Z | Compiling litrs v0.4.1 |
1824 | 2025-02-21T22:05:29.049Z | Compiling num_threads v0.1.7 |
1825 | 2025-02-21T22:05:29.412Z | Compiling atomic-waker v1.1.2 |
1826 | 2025-02-21T22:05:29.626Z | Compiling utf8_iter v1.0.4 |
1827 | 2025-02-21T22:05:29.903Z | Compiling write16 v1.0.0 |
1828 | 2025-02-21T22:05:30.156Z | Compiling icu_normalizer v1.5.0 |
1829 | 2025-02-21T22:05:30.339Z | Compiling time v0.3.36 |
1830 | 2025-02-21T22:05:30.913Z | Compiling document-features v0.2.10 |
1831 | 2025-02-21T22:05:32.341Z | Compiling toml_edit v0.19.15 |
1832 | 2025-02-21T22:05:35.564Z | Compiling scrypt v0.11.0 |
1833 | 2025-02-21T22:05:35.838Z | Compiling form_urlencoded v1.2.1 |
1834 | 2025-02-21T22:05:35.888Z | Compiling cbc v0.1.2 |
1835 | 2025-02-21T22:05:36.023Z | Compiling aes v0.8.4 |
1836 | 2025-02-21T22:05:36.112Z | Compiling http-body v1.0.1 |
1837 | 2025-02-21T22:05:36.392Z | Compiling multer v3.1.0 |
1838 | 2025-02-21T22:05:36.604Z | Compiling slog-async v2.8.0 |
1839 | 2025-02-21T22:05:36.743Z | Compiling rustversion v1.0.17 |
1840 | 2025-02-21T22:05:37.151Z | Compiling try-lock v0.2.5 |
1841 | 2025-02-21T22:05:37.331Z | Compiling tinyvec_macros v0.1.1 |
1842 | 2025-02-21T22:05:37.414Z | Compiling tinyvec v1.8.0 |
1843 | 2025-02-21T22:05:37.434Z | Compiling want v0.3.1 |
1844 | 2025-02-21T22:05:38.397Z | Compiling pkcs5 v0.7.1 |
1845 | 2025-02-21T22:05:38.931Z | Compiling idna_adapter v1.2.0 |
1846 | 2025-02-21T22:05:39.165Z | Compiling h2 v0.4.6 |
1847 | 2025-02-21T22:05:39.494Z | Compiling heapless v0.7.17 |
1848 | 2025-02-21T22:05:40.000Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1849 | 2025-02-21T22:05:40.505Z | Compiling httpdate v1.0.3 |
1850 | 2025-02-21T22:05:41.013Z | Compiling tower-service v0.3.3 |
1851 | 2025-02-21T22:05:41.295Z | Compiling signal-hook v0.3.17 |
1852 | 2025-02-21T22:05:41.845Z | Compiling idna v1.0.3 |
1853 | 2025-02-21T22:05:42.900Z | Compiling pkcs8 v0.10.2 |
1854 | 2025-02-21T22:05:43.821Z | Compiling usdt-attr-macro v0.5.0 |
1855 | 2025-02-21T22:05:44.531Z | Compiling usdt-macro v0.5.0 |
1856 | 2025-02-21T22:05:45.341Z | Compiling async-stream-impl v0.3.6 |
1857 | 2025-02-21T22:05:45.990Z | Compiling base64 v0.22.1 |
1858 | 2025-02-21T22:05:46.553Z | Compiling adler2 v2.0.0 |
1859 | 2025-02-21T22:05:46.849Z | Compiling miniz_oxide v0.8.0 |
1860 | 2025-02-21T22:05:47.822Z | Compiling hyper v1.5.2 |
1861 | 2025-02-21T22:05:49.561Z | Compiling curve25519-dalek v4.1.3 |
1862 | 2025-02-21T22:05:49.998Z | Compiling openapiv3 v2.0.0 |
1863 | 2025-02-21T22:05:50.449Z | Compiling enum-as-inner v0.6.1 |
1864 | 2025-02-21T22:05:51.474Z | Compiling hyper-util v0.1.10 |
1865 | 2025-02-21T22:05:54.260Z | Compiling memoffset v0.9.1 |
1866 | 2025-02-21T22:05:54.456Z | Compiling dropshot v0.12.0 |
1867 | 2025-02-21T22:05:54.794Z | Compiling match_cfg v0.1.0 |
1868 | 2025-02-21T22:05:54.907Z | Compiling foreign-types-shared v0.1.1 |
1869 | 2025-02-21T22:05:55.190Z | Compiling portable-atomic v1.9.0 |
1870 | 2025-02-21T22:05:55.481Z | Compiling newtype-uuid v1.2.1 |
1871 | 2025-02-21T22:05:55.829Z | Compiling smoltcp v0.9.1 |
1872 | 2025-02-21T22:05:56.085Z | Compiling num-bigint-dig v0.8.4 |
1873 | 2025-02-21T22:05:56.412Z | Compiling foreign-types v0.3.2 |
1874 | 2025-02-21T22:05:56.524Z | Compiling hostname v0.3.1 |
1875 | 2025-02-21T22:05:57.770Z | Compiling url v2.5.3 |
1876 | 2025-02-21T22:05:59.674Z | Compiling http-body-util v0.1.2 |
1877 | 2025-02-21T22:06:00.272Z | Compiling dirs-sys-next v0.1.2 |
1878 | 2025-02-21T22:06:00.449Z | Compiling encoding_rs v0.8.34 |
1879 | 2025-02-21T22:06:00.619Z | Compiling cfg_aliases v0.2.1 |
1880 | 2025-02-21T22:06:00.709Z | Compiling siphasher v0.3.11 |
1881 | 2025-02-21T22:06:00.729Z | Compiling data-encoding v2.6.0 |
1882 | 2025-02-21T22:06:01.066Z | Compiling mime v0.3.17 |
1883 | 2025-02-21T22:06:02.084Z | Compiling heck v0.4.1 |
1884 | 2025-02-21T22:06:02.139Z | Compiling gimli v0.31.1 |
1885 | 2025-02-21T22:06:02.462Z | Compiling ident_case v1.0.1 |
1886 | 2025-02-21T22:06:02.658Z | Compiling darling_core v0.20.10 |
1887 | 2025-02-21T22:06:03.909Z | Compiling nix v0.29.0 |
1888 | 2025-02-21T22:06:04.342Z | Compiling dirs-next v2.0.0 |
1889 | 2025-02-21T22:06:08.003Z | Compiling addr2line v0.24.2 |
1890 | 2025-02-21T22:06:09.722Z | Compiling unicode-normalization v0.1.24 |
1891 | 2025-02-21T22:06:10.824Z | Compiling crossbeam-epoch v0.9.18 |
1892 | 2025-02-21T22:06:11.466Z | Compiling serde_urlencoded v0.7.1 |
1893 | 2025-02-21T22:06:11.510Z | Compiling rustls-pemfile v2.2.0 |
1894 | 2025-02-21T22:06:12.005Z | Compiling hubpack_derive v0.1.1 |
1895 | 2025-02-21T22:06:12.026Z | Compiling dropshot_endpoint v0.12.0 |
1896 | 2025-02-21T22:06:12.066Z | Compiling sha1 v0.10.6 |
1897 | 2025-02-21T22:06:12.119Z | Compiling signature v2.2.0 |
1898 | 2025-02-21T22:06:12.353Z | Compiling zerocopy-derive v0.6.6 |
1899 | 2025-02-21T22:06:12.462Z | Compiling curve25519-dalek-derive v0.1.1 |
1900 | 2025-02-21T22:06:12.958Z | Compiling thread_local v1.1.8 |
1901 | 2025-02-21T22:06:13.830Z | Compiling object v0.36.5 |
1902 | 2025-02-21T22:06:14.100Z | Compiling fs-err v2.11.0 |
1903 | 2025-02-21T22:06:15.746Z | Compiling anstyle v1.0.10 |
1904 | 2025-02-21T22:06:16.204Z | Compiling unicode-properties v0.1.3 |
1905 | 2025-02-21T22:06:17.770Z | Compiling rustc-demangle v0.1.24 |
1906 | 2025-02-21T22:06:20.884Z | Compiling unicode-bidi v0.3.17 |
1907 | 2025-02-21T22:06:22.039Z | Compiling utf8parse v0.2.2 |
1908 | 2025-02-21T22:06:22.226Z | Compiling ipnet v2.10.1 |
1909 | 2025-02-21T22:06:22.586Z | Compiling openssl-probe v0.1.5 |
1910 | 2025-02-21T22:06:24.054Z | Compiling rustls-webpki v0.102.8 |
1911 | 2025-02-21T22:06:24.680Z | Compiling winnow v0.6.20 |
1912 | 2025-02-21T22:06:28.237Z | Compiling toml_edit v0.22.22 |
1913 | 2025-02-21T22:06:28.481Z | Compiling anstyle-parse v0.2.5 |
1914 | 2025-02-21T22:06:28.826Z | Compiling stringprep v0.1.5 |
1915 | 2025-02-21T22:06:28.888Z | Compiling backtrace v0.3.74 |
1916 | 2025-02-21T22:06:34.394Z | Compiling crossbeam-deque v0.8.5 |
1917 | 2025-02-21T22:06:34.769Z | Compiling darling_macro v0.20.10 |
1918 | 2025-02-21T22:06:34.827Z | Compiling term v0.7.0 |
1919 | 2025-02-21T22:06:35.668Z | Compiling slog-json v2.6.1 |
1920 | 2025-02-21T22:06:36.745Z | Compiling crossbeam-channel v0.5.13 |
1921 | 2025-02-21T22:06:37.448Z | Compiling hashbrown v0.14.5 |
1922 | 2025-02-21T22:06:37.843Z | Compiling futures-executor v0.3.31 |
1923 | 2025-02-21T22:06:38.289Z | Compiling num-integer v0.1.46 |
1924 | 2025-02-21T22:06:38.453Z | Compiling md-5 v0.10.6 |
1925 | 2025-02-21T22:06:38.582Z | Compiling ff v0.13.0 |
1926 | 2025-02-21T22:06:38.715Z | Compiling hash32 v0.2.1 |
1927 | 2025-02-21T22:06:38.734Z | Compiling memmap v0.7.0 |
1928 | 2025-02-21T22:06:38.817Z | Compiling is-terminal v0.4.13 |
1929 | 2025-02-21T22:06:38.974Z | Compiling is_terminal_polyfill v1.70.1 |
1930 | 2025-02-21T22:06:39.024Z | Compiling psl-types v2.0.11 |
1931 | 2025-02-21T22:06:39.045Z | Compiling anstyle-query v1.1.1 |
1932 | 2025-02-21T22:06:39.114Z | Compiling utf-8 v0.7.6 |
1933 | 2025-02-21T22:06:39.228Z | Compiling take_mut v0.2.2 |
1934 | 2025-02-21T22:06:39.406Z | Compiling colorchoice v1.0.2 |
1935 | 2025-02-21T22:06:39.406Z | Compiling fallible-iterator v0.2.0 |
1936 | 2025-02-21T22:06:39.446Z | Compiling quick-error v1.2.3 |
1937 | 2025-02-21T22:06:39.607Z | Compiling linked-hash-map v0.5.6 |
1938 | 2025-02-21T22:06:39.628Z | Compiling base16ct v0.2.0 |
1939 | 2025-02-21T22:06:39.939Z | Compiling lru-cache v0.1.2 |
1940 | 2025-02-21T22:06:39.942Z | Compiling sec1 v0.7.3 |
1941 | 2025-02-21T22:06:40.076Z | Compiling postgres-protocol v0.6.7 |
1942 | 2025-02-21T22:06:40.179Z | Compiling resolv-conf v0.7.0 |
1943 | 2025-02-21T22:06:40.280Z | Compiling anstream v0.6.15 |
1944 | 2025-02-21T22:06:40.510Z | Compiling publicsuffix v2.3.0 |
1945 | 2025-02-21T22:06:40.866Z | Compiling tungstenite v0.24.0 |
1946 | 2025-02-21T22:06:41.188Z | Compiling usdt v0.5.0 |
1947 | 2025-02-21T22:06:41.635Z | Compiling slog-term v2.9.1 |
1948 | 2025-02-21T22:06:41.692Z | Compiling group v0.13.0 |
1949 | 2025-02-21T22:06:42.021Z | Compiling num-iter v0.1.45 |
1950 | 2025-02-21T22:06:42.227Z | Compiling regress v0.10.1 |
1951 | 2025-02-21T22:06:42.667Z | Compiling futures v0.3.31 |
1952 | 2025-02-21T22:06:45.124Z | Compiling slog-bunyan v2.5.0 |
1953 | 2025-02-21T22:06:45.380Z | Compiling darling v0.20.10 |
1954 | 2025-02-21T22:06:45.513Z | Compiling tokio-rustls v0.26.0 |
1955 | 2025-02-21T22:06:46.094Z | Compiling toml v0.8.19 |
1956 | 2025-02-21T22:06:46.112Z | Compiling tokio-rustls v0.25.0 |
1957 | 2025-02-21T22:06:46.561Z | Compiling tokio-native-tls v0.3.1 |
1958 | 2025-02-21T22:06:46.873Z | Compiling hickory-proto v0.24.3 |
1959 | 2025-02-21T22:06:47.127Z | Compiling strum_macros v0.25.3 |
1960 | 2025-02-21T22:06:47.468Z | Compiling phf_shared v0.11.2 |
1961 | 2025-02-21T22:06:48.102Z | Compiling async-stream v0.3.6 |
1962 | 2025-02-21T22:06:48.122Z | Compiling waitgroup v0.1.2 |
1963 | 2025-02-21T22:06:48.332Z | Compiling webpki-roots v0.26.6 |
1964 | 2025-02-21T22:06:48.548Z | Compiling hkdf v0.12.4 |
1965 | 2025-02-21T22:06:48.611Z | Compiling terminal_size v0.4.0 |
1966 | 2025-02-21T22:06:48.828Z | Compiling serde_path_to_error v0.1.16 |
1967 | 2025-02-21T22:06:48.847Z | Compiling sync_wrapper v1.0.1 |
1968 | 2025-02-21T22:06:49.208Z | Compiling crypto-bigint v0.5.5 |
1969 | 2025-02-21T22:06:49.389Z | Compiling clap_derive v4.5.28 |
1970 | 2025-02-21T22:06:49.617Z | Compiling serde_repr v0.1.19 |
1971 | 2025-02-21T22:06:50.497Z | Compiling derive-where v1.2.7 |
1972 | 2025-02-21T22:06:50.702Z | Compiling hostname v0.4.0 |
1973 | 2025-02-21T22:06:50.906Z | Compiling crc32fast v1.4.2 |
1974 | 2025-02-21T22:06:51.246Z | Compiling managed v0.8.0 |
1975 | 2025-02-21T22:06:52.767Z | Compiling unicode-width v0.2.0 |
1976 | 2025-02-21T22:06:53.321Z | Compiling tower-layer v0.3.3 |
1977 | 2025-02-21T22:06:53.546Z | Compiling debug-ignore v1.0.5 |
1978 | 2025-02-21T22:06:53.568Z | Compiling bitflags v1.3.2 |
1979 | 2025-02-21T22:06:53.745Z | Compiling clap_lex v0.7.4 |
1980 | 2025-02-21T22:06:54.097Z | Compiling tower v0.5.2 |
1981 | 2025-02-21T22:06:54.162Z | Compiling clap_builder v4.5.30 |
1982 | 2025-02-21T22:06:55.999Z | Compiling console v0.15.10 |
1983 | 2025-02-21T22:06:56.505Z | Compiling hickory-resolver v0.24.3 |
1984 | 2025-02-21T22:06:57.219Z | Compiling elliptic-curve v0.13.8 |
1985 | 2025-02-21T22:06:57.902Z | Compiling flate2 v1.0.35 |
1986 | 2025-02-21T22:06:59.574Z | Compiling hyper-rustls v0.27.3 |
1987 | 2025-02-21T22:07:01.200Z | Compiling phf v0.11.2 |
1988 | 2025-02-21T22:07:01.515Z | Compiling hyper-tls v0.6.0 |
1989 | 2025-02-21T22:07:01.906Z | Compiling typify-impl v0.2.0 |
1990 | 2025-02-21T22:07:02.254Z | Compiling signal-hook-mio v0.2.4 |
1991 | 2025-02-21T22:07:02.445Z | Compiling rayon v1.10.0 |
1992 | 2025-02-21T22:07:03.880Z | Compiling bzip2 v0.4.4 |
1993 | 2025-02-21T22:07:04.284Z | Compiling cookie_store v0.21.1 |
1994 | 2025-02-21T22:07:06.259Z | Compiling tokio-tungstenite v0.24.0 |
1995 | 2025-02-21T22:07:06.280Z | Compiling postgres-types v0.2.8 |
1996 | 2025-02-21T22:07:06.841Z | Compiling zerocopy v0.6.6 |
1997 | 2025-02-21T22:07:06.970Z | Compiling hubpack v0.1.2 |
1998 | 2025-02-21T22:07:07.414Z | Compiling ed25519 v2.2.3 |
1999 | 2025-02-21T22:07:07.501Z | Compiling phf_shared v0.10.0 |
2000 | 2025-02-21T22:07:07.640Z | Compiling pkcs1 v0.7.5 |
2001 | 2025-02-21T22:07:07.867Z | Compiling tokio-stream v0.1.16 |
2002 | 2025-02-21T22:07:08.501Z | Compiling ipnetwork v0.21.1 |
2003 | 2025-02-21T22:07:08.530Z | Compiling rfc6979 v0.4.0 |
2004 | 2025-02-21T22:07:08.894Z | Compiling serde-big-array v0.5.1 |
2005 | 2025-02-21T22:07:09.034Z | Compiling float-cmp v0.10.0 |
2006 | 2025-02-21T22:07:09.177Z | Compiling bstr v1.10.0 |
2007 | 2025-02-21T22:07:10.364Z | Compiling whoami v1.5.2 |
2008 | 2025-02-21T22:07:10.512Z | Compiling bit-vec v0.6.3 |
2009 | 2025-02-21T22:07:10.676Z | Compiling new_debug_unreachable v1.0.6 |
2010 | 2025-02-21T22:07:10.887Z | Compiling static_assertions v1.1.0 |
2011 | 2025-02-21T22:07:10.931Z | Compiling predicates-core v1.0.8 |
2012 | 2025-02-21T22:07:11.008Z | Compiling difflib v0.4.0 |
2013 | 2025-02-21T22:07:11.242Z | Compiling normalize-line-endings v0.3.0 |
2014 | 2025-02-21T22:07:11.383Z | Compiling fixedbitset v0.4.2 |
2015 | 2025-02-21T22:07:11.798Z | Compiling precomputed-hash v0.1.1 |
2016 | 2025-02-21T22:07:12.101Z | Compiling unicode-segmentation v1.12.0 |
2017 | 2025-02-21T22:07:12.105Z | Compiling number_prefix v0.4.0 |
2018 | 2025-02-21T22:07:12.105Z | Compiling typify-macro v0.2.0 |
2019 | 2025-02-21T22:07:12.355Z | Compiling indicatif v0.17.11 |
2020 | 2025-02-21T22:07:12.560Z | Compiling string_cache v0.8.7 |
2021 | 2025-02-21T22:07:12.965Z | Compiling similar v2.6.0 |
2022 | 2025-02-21T22:07:12.970Z | Compiling reqwest v0.12.12 |
2023 | 2025-02-21T22:07:14.168Z | Compiling petgraph v0.6.5 |
2024 | 2025-02-21T22:07:14.486Z | Compiling predicates v3.1.3 |
2025 | 2025-02-21T22:07:14.835Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2026 | 2025-02-21T22:07:15.439Z | Compiling bit-set v0.5.3 |
2027 | 2025-02-21T22:07:15.755Z | Compiling tokio-postgres v0.7.12 |
2028 | 2025-02-21T22:07:16.094Z | Compiling qorb v0.2.1 |
2029 | 2025-02-21T22:07:17.833Z | Compiling ecdsa v0.16.9 |
2030 | 2025-02-21T22:07:18.675Z | Compiling rsa v0.9.6 |
2031 | 2025-02-21T22:07:18.712Z | Compiling ed25519-dalek v2.1.1 |
2032 | 2025-02-21T22:07:20.359Z | Compiling zip v0.6.6 |
2033 | 2025-02-21T22:07:21.062Z | Compiling crossterm v0.28.1 |
2034 | 2025-02-21T22:07:21.226Z | Compiling clap v4.5.30 |
2035 | 2025-02-21T22:07:21.688Z | Compiling toml v0.7.8 |
2036 | 2025-02-21T22:07:22.880Z | Compiling x509-cert v0.2.5 |
2037 | 2025-02-21T22:07:23.896Z | Compiling hex v0.4.3 |
2038 | 2025-02-21T22:07:24.814Z | Compiling lalrpop-util v0.19.12 |
2039 | 2025-02-21T22:07:25.007Z | Compiling peg-runtime v0.8.3 |
2040 | 2025-02-21T22:07:25.510Z | Compiling unicode-xid v0.2.6 |
2041 | 2025-02-21T22:07:25.668Z | Compiling zerocopy v0.8.10 |
2042 | 2025-02-21T22:07:29.234Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2043 | 2025-02-21T22:07:32.092Z | Compiling proc-macro-crate v1.3.1 |
2044 | 2025-02-21T22:07:32.112Z | Compiling macaddr v1.0.1 |
2045 | 2025-02-21T22:07:32.853Z | Compiling zerocopy-derive v0.8.10 |
2046 | 2025-02-21T22:07:33.046Z | Compiling itertools v0.13.0 |
2047 | 2025-02-21T22:07:34.893Z | Compiling heapless v0.8.0 |
2048 | 2025-02-21T22:07:36.073Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2049 | 2025-02-21T22:07:41.431Z | Compiling num_enum_derive v0.5.11 |
2050 | 2025-02-21T22:07:47.330Z | Compiling hash32 v0.3.1 |
2051 | 2025-02-21T22:07:49.055Z | Compiling smoltcp v0.11.0 |
2052 | 2025-02-21T22:07:49.608Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2025-02-21T22:07:55.348Z | Compiling num_enum v0.5.11 |
2054 | 2025-02-21T22:07:55.403Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2055 | 2025-02-21T22:07:56.442Z | Compiling typify v0.2.0 |
2056 | 2025-02-21T22:07:56.461Z | Compiling oxnet v0.1.0 |
2057 | 2025-02-21T22:07:57.018Z | Compiling proc-macro-error-attr v1.0.4 |
2058 | 2025-02-21T22:07:57.659Z | Compiling thiserror v2.0.11 |
2059 | 2025-02-21T22:07:57.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2025-02-21T22:07:58.107Z | Compiling cobs v0.2.3 |
2061 | 2025-02-21T22:07:58.618Z | Compiling unsafe-libyaml v0.2.11 |
2062 | 2025-02-21T22:07:59.235Z | Compiling postcard v1.0.10 |
2063 | 2025-02-21T22:08:00.322Z | Compiling serde_yaml v0.9.34+deprecated |
2064 | 2025-02-21T22:08:12.986Z | Compiling progenitor-impl v0.8.0 |
2065 | 2025-02-21T22:08:15.506Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2066 | 2025-02-21T22:08:25.826Z | Compiling strum_macros v0.26.4 |
2067 | 2025-02-21T22:08:26.976Z | Compiling structmeta-derive v0.3.0 |
2068 | 2025-02-21T22:08:27.050Z | Compiling foreign-types-macros v0.2.3 |
2069 | 2025-02-21T22:08:27.234Z | Compiling thiserror-impl v2.0.11 |
2070 | 2025-02-21T22:08:28.082Z | Compiling proc-macro-error v1.0.4 |
2071 | 2025-02-21T22:08:28.160Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2072 | 2025-02-21T22:08:28.454Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2073 | 2025-02-21T22:08:29.387Z | Compiling foreign-types-shared v0.3.1 |
2074 | 2025-02-21T22:08:29.714Z | Compiling unicode-width v0.1.14 |
2075 | 2025-02-21T22:08:29.955Z | Compiling strum v0.26.3 |
2076 | 2025-02-21T22:08:30.173Z | Compiling tabwriter v1.4.0 |
2077 | 2025-02-21T22:08:31.236Z | Compiling foreign-types v0.5.0 |
2078 | 2025-02-21T22:08:34.786Z | Compiling structmeta v0.3.0 |
2079 | 2025-02-21T22:08:35.532Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2080 | 2025-02-21T22:08:40.337Z | Compiling progenitor-macro v0.8.0 |
2081 | 2025-02-21T22:08:43.288Z | Compiling progenitor-client v0.8.0 |
2082 | 2025-02-21T22:08:44.212Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-02-21T22:08:45.061Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2084 | 2025-02-21T22:08:45.952Z | Compiling daft-derive v0.1.1 |
2085 | 2025-02-21T22:08:47.437Z | Compiling cstr-argument v0.1.2 |
2086 | 2025-02-21T22:08:47.743Z | Compiling dropshot v0.15.1 |
2087 | 2025-02-21T22:08:48.584Z | Compiling pretty-hex v0.2.1 |
2088 | 2025-02-21T22:08:48.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2089 | 2025-02-21T22:08:49.168Z | Compiling crucible-workspace-hack v0.1.0 |
2090 | 2025-02-21T22:08:49.502Z | Compiling fastrand v2.1.1 |
2091 | 2025-02-21T22:08:49.814Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2092 | 2025-02-21T22:08:49.916Z | Compiling tempfile v3.13.0 |
2093 | 2025-02-21T22:08:50.189Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2094 | 2025-02-21T22:08:50.216Z | Compiling daft v0.1.1 |
2095 | 2025-02-21T22:08:50.803Z | Compiling progenitor v0.8.0 |
2096 | 2025-02-21T22:08:51.002Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2097 | 2025-02-21T22:08:51.178Z | Compiling parse-display-derive v0.10.0 |
2098 | 2025-02-21T22:08:51.215Z | Compiling colored v2.1.0 |
2099 | 2025-02-21T22:08:51.558Z | Compiling serde_with_macros v3.11.0 |
2100 | 2025-02-21T22:08:51.668Z | Compiling dropshot_endpoint v0.15.1 |
2101 | 2025-02-21T22:08:52.438Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2102 | 2025-02-21T22:08:53.208Z | Compiling instant v0.1.13 |
2103 | 2025-02-21T22:08:53.414Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2104 | 2025-02-21T22:08:53.859Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2105 | 2025-02-21T22:08:53.963Z | Compiling serde_with v3.11.0 |
2106 | 2025-02-21T22:08:54.773Z | Compiling parse-display v0.10.0 |
2107 | 2025-02-21T22:08:55.616Z | Compiling backoff v0.4.0 |
2108 | 2025-02-21T22:08:56.003Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2109 | 2025-02-21T22:08:56.245Z | Compiling zone_cfg_derive v0.3.0 |
2110 | 2025-02-21T22:08:56.789Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2111 | 2025-02-21T22:08:56.897Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2112 | 2025-02-21T22:08:57.544Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2113 | 2025-02-21T22:08:57.547Z | Compiling camino-tempfile v1.1.1 |
2114 | 2025-02-21T22:08:58.171Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2115 | 2025-02-21T22:08:58.332Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2116 | 2025-02-21T22:08:58.335Z | Compiling regress v0.9.1 |
2117 | 2025-02-21T22:08:58.556Z | Compiling progenitor-client v0.9.1 |
2118 | 2025-02-21T22:08:58.591Z | Compiling num-derive v0.4.2 |
2119 | 2025-02-21T22:08:59.554Z | Compiling sigpipe v0.1.3 |
2120 | 2025-02-21T22:08:59.714Z | Compiling libefi-sys v0.1.0 |
2121 | 2025-02-21T22:09:00.061Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2122 | 2025-02-21T22:09:00.462Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2025-02-21T22:09:00.838Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2124 | 2025-02-21T22:09:02.393Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2125 | 2025-02-21T22:09:03.732Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2126 | 2025-02-21T22:09:06.212Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2127 | 2025-02-21T22:09:06.505Z | Compiling zone v0.3.0 |
2128 | 2025-02-21T22:09:06.943Z | Compiling smf v0.2.3 |
2129 | 2025-02-21T22:09:07.971Z | Compiling bitfield-struct v0.6.2 |
2130 | 2025-02-21T22:09:09.365Z | Compiling blake3 v1.5.4 |
2131 | 2025-02-21T22:09:09.549Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2132 | 2025-02-21T22:09:09.927Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2133 | 2025-02-21T22:09:10.391Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2134 | 2025-02-21T22:09:10.570Z | Compiling xattr v1.3.1 |
2135 | 2025-02-21T22:09:10.592Z | Compiling filetime v0.2.25 |
2136 | 2025-02-21T22:09:10.697Z | Compiling memmap2 v0.9.5 |
2137 | 2025-02-21T22:09:10.923Z | Compiling arrayvec v0.7.6 |
2138 | 2025-02-21T22:09:10.994Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2139 | 2025-02-21T22:09:11.142Z | Compiling constant_time_eq v0.3.1 |
2140 | 2025-02-21T22:09:11.281Z | Compiling arrayref v0.3.9 |
2141 | 2025-02-21T22:09:11.361Z | Compiling same-file v1.0.6 |
2142 | 2025-02-21T22:09:11.424Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2143 | 2025-02-21T22:09:11.564Z | Compiling walkdir v2.5.0 |
2144 | 2025-02-21T22:09:11.682Z | Compiling tar v0.4.42 |
2145 | 2025-02-21T22:09:13.185Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2146 | 2025-02-21T22:09:13.650Z | Compiling gethostname v0.5.0 |
2147 | 2025-02-21T22:09:13.889Z | Compiling cargo-platform v0.1.8 |
2148 | 2025-02-21T22:09:13.984Z | Compiling topological-sort v0.2.2 |
2149 | 2025-02-21T22:09:14.262Z | Compiling omicron-zone-package v0.12.0 |
2150 | 2025-02-21T22:09:14.310Z | Compiling cargo_metadata v0.18.1 |
2151 | 2025-02-21T22:09:15.005Z | Compiling shell-words v1.1.0 |
2152 | 2025-02-21T22:09:15.385Z | Compiling indent_write v2.2.0 |
2153 | 2025-02-21T22:09:23.381Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2154 | 2025-02-21T22:09:25.282Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2155 | 2025-02-21T22:09:29.494Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2156 | 2025-02-21T22:09:44.294Z | Finished `release` profile [optimized] target(s) in 5m 17s |
2157 | 2025-02-21T22:09:44.465Z | Running `target/release/omicron-package -t test target create -p dev` |
2158 | 2025-02-21T22:09:44.518Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2159 | 2025-02-21T22:09:44.521Z | Created new build target 'test' and set it as active |
2160 | 2025-02-21T22:09:44.521Z | |
2161 | 2025-02-21T22:09:44.521Z | real 5:17.576053498 |
2162 | 2025-02-21T22:09:44.521Z | user 36:55.588280438 |
2163 | 2025-02-21T22:09:44.521Z | sys 3:30.158699198 |
2164 | 2025-02-21T22:09:44.521Z | trap 1.202984444 |
2165 | 2025-02-21T22:09:44.521Z | tflt 1.546887798 |
2166 | 2025-02-21T22:09:44.521Z | dflt 0.888170167 |
2167 | 2025-02-21T22:09:44.521Z | kflt 0.000109782 |
2168 | 2025-02-21T22:09:44.521Z | lock 1:12:44.366750287 |
2169 | 2025-02-21T22:09:44.521Z | slp 2:28:06.522027421 |
2170 | 2025-02-21T22:09:44.521Z | lat 2:44.823157713 |
2171 | 2025-02-21T22:09:44.521Z | stop 4:49.233565157 |
2172 | 2025-02-21T22:09:44.524Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2173 | 2025-02-21T22:09:45.545Z | Finished `release` profile [optimized] target(s) in 0.96s |
2174 | 2025-02-21T22:09:45.611Z | Running `target/release/omicron-package -t test package` |
2175 | 2025-02-21T22:09:45.660Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2176 | 2025-02-21T22:09:46.858Z | Compiling ring v0.17.9 |
2177 | 2025-02-21T22:09:47.042Z | Compiling thiserror v2.0.11 |
2178 | 2025-02-21T22:09:47.054Z | Compiling typify-impl v0.3.0 |
2179 | 2025-02-21T22:09:47.071Z | Compiling convert_case v0.4.0 |
2180 | 2025-02-21T22:09:47.074Z | Compiling newline-converter v0.3.0 |
2181 | 2025-02-21T22:09:47.074Z | Compiling password-hash v0.5.0 |
2182 | 2025-02-21T22:09:47.074Z | Compiling blake2 v0.10.6 |
2183 | 2025-02-21T22:09:47.285Z | Compiling expectorate v1.1.0 |
2184 | 2025-02-21T22:09:47.559Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2185 | 2025-02-21T22:09:47.714Z | Compiling derive_more v0.99.19 |
2186 | 2025-02-21T22:09:48.235Z | Compiling base64 v0.21.7 |
2187 | 2025-02-21T22:09:48.336Z | Compiling argon2 v0.5.3 |
2188 | 2025-02-21T22:09:49.283Z | Compiling atomicwrites v0.4.4 |
2189 | 2025-02-21T22:09:49.386Z | Compiling owo-colors v4.1.0 |
2190 | 2025-02-21T22:09:49.728Z | Compiling cancel-safe-futures v0.1.5 |
2191 | 2025-02-21T22:09:49.824Z | Compiling num-rational v0.4.2 |
2192 | 2025-02-21T22:09:50.113Z | Compiling num-complex v0.4.6 |
2193 | 2025-02-21T22:09:51.294Z | Compiling num v0.4.3 |
2194 | 2025-02-21T22:09:51.414Z | Compiling libsw v3.3.1 |
2195 | 2025-02-21T22:09:51.753Z | Compiling linear-map v1.2.0 |
2196 | 2025-02-21T22:09:52.173Z | Compiling rustls v0.23.19 |
2197 | 2025-02-21T22:09:52.193Z | Compiling rustls v0.22.4 |
2198 | 2025-02-21T22:09:52.217Z | Compiling swrite v0.1.0 |
2199 | 2025-02-21T22:09:52.237Z | Compiling float-ord v0.3.2 |
2200 | 2025-02-21T22:09:52.367Z | Compiling highway v1.2.0 |
2201 | 2025-02-21T22:09:52.409Z | Compiling semver v0.1.20 |
2202 | 2025-02-21T22:09:52.926Z | Compiling rustc_version v0.1.7 |
2203 | 2025-02-21T22:09:53.195Z | Compiling tungstenite v0.21.0 |
2204 | 2025-02-21T22:09:53.348Z | Compiling newtype_derive v0.1.6 |
2205 | 2025-02-21T22:09:53.685Z | Compiling ipnetwork v0.21.1 |
2206 | 2025-02-21T22:09:53.748Z | Compiling humantime v2.1.0 |
2207 | 2025-02-21T22:09:53.943Z | Compiling dropshot v0.15.1 |
2208 | 2025-02-21T22:09:54.024Z | Compiling instant v0.1.13 |
2209 | 2025-02-21T22:09:54.173Z | Compiling oxnet v0.1.0 |
2210 | 2025-02-21T22:09:54.378Z | Compiling backoff v0.4.0 |
2211 | 2025-02-21T22:09:54.575Z | Compiling tokio-tungstenite v0.21.0 |
2212 | 2025-02-21T22:09:54.732Z | Compiling rustls-webpki v0.102.8 |
2213 | 2025-02-21T22:09:54.814Z | Compiling daft v0.1.1 |
2214 | 2025-02-21T22:09:55.219Z | Compiling steno v0.4.1 |
2215 | 2025-02-21T22:09:55.285Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2216 | 2025-02-21T22:09:56.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2217 | 2025-02-21T22:09:56.618Z | Compiling parse-display v0.10.0 |
2218 | 2025-02-21T22:09:57.136Z | Compiling strum v0.26.3 |
2219 | 2025-02-21T22:09:57.226Z | Compiling typify-macro v0.3.0 |
2220 | 2025-02-21T22:09:57.355Z | Compiling serde_with v3.11.0 |
2221 | 2025-02-21T22:09:58.079Z | Compiling regress v0.9.1 |
2222 | 2025-02-21T22:10:00.540Z | Compiling tokio-rustls v0.25.0 |
2223 | 2025-02-21T22:10:00.941Z | Compiling dropshot v0.12.0 |
2224 | 2025-02-21T22:10:01.009Z | Compiling typify v0.3.0 |
2225 | 2025-02-21T22:10:01.166Z | Compiling progenitor-impl v0.9.1 |
2226 | 2025-02-21T22:10:02.587Z | Compiling tokio-rustls v0.26.0 |
2227 | 2025-02-21T22:10:03.074Z | Compiling hyper-rustls v0.27.3 |
2228 | 2025-02-21T22:10:03.590Z | Compiling reqwest v0.12.12 |
2229 | 2025-02-21T22:10:07.114Z | Compiling qorb v0.2.1 |
2230 | 2025-02-21T22:10:08.710Z | Compiling progenitor-macro v0.9.1 |
2231 | 2025-02-21T22:10:12.350Z | Compiling progenitor-client v0.9.1 |
2232 | 2025-02-21T22:10:12.617Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2025-02-21T22:10:12.899Z | Compiling progenitor-client v0.8.0 |
2234 | 2025-02-21T22:10:13.451Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2235 | 2025-02-21T22:10:40.067Z | Compiling progenitor v0.8.0 |
2236 | 2025-02-21T22:10:40.306Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2237 | 2025-02-21T22:10:43.651Z | Compiling progenitor v0.9.1 |
2238 | 2025-02-21T22:10:43.902Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2239 | 2025-02-21T22:10:45.435Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2240 | 2025-02-21T22:10:45.696Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2241 | 2025-02-21T22:10:46.339Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2242 | 2025-02-21T22:10:47.211Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2243 | 2025-02-21T22:10:47.235Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2244 | 2025-02-21T22:10:54.294Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2245 | 2025-02-21T22:10:55.854Z | Compiling macaddr v1.0.1 |
2246 | 2025-02-21T22:10:56.285Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2247 | 2025-02-21T22:10:56.342Z | Compiling slog-dtrace v0.3.0 |
2248 | 2025-02-21T22:10:56.989Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2249 | 2025-02-21T22:10:58.726Z | Compiling prettyplease v0.2.29 |
2250 | 2025-02-21T22:10:58.924Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2251 | 2025-02-21T22:11:00.911Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2252 | 2025-02-21T22:11:01.062Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2253 | 2025-02-21T22:11:01.613Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2254 | 2025-02-21T22:11:01.723Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2255 | 2025-02-21T22:11:11.153Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2256 | 2025-02-21T22:11:13.447Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2257 | 2025-02-21T22:11:13.521Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2258 | 2025-02-21T22:11:16.089Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2259 | 2025-02-21T22:11:21.342Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2260 | 2025-02-21T22:11:23.157Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2261 | 2025-02-21T22:11:24.439Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2262 | 2025-02-21T22:11:26.143Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2263 | 2025-02-21T22:11:26.735Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2264 | 2025-02-21T22:11:27.224Z | Compiling half v2.4.1 |
2265 | 2025-02-21T22:11:27.959Z | Compiling ciborium-io v0.2.2 |
2266 | 2025-02-21T22:11:28.142Z | Compiling ciborium-ll v0.2.2 |
2267 | 2025-02-21T22:11:28.175Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2268 | 2025-02-21T22:11:28.701Z | Compiling ciborium v0.2.2 |
2269 | 2025-02-21T22:11:29.399Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2270 | 2025-02-21T22:11:29.835Z | Compiling display-error-chain v0.2.2 |
2271 | 2025-02-21T22:11:30.112Z | Compiling same-file v1.0.6 |
2272 | 2025-02-21T22:11:30.359Z | Compiling fastrand v2.1.1 |
2273 | 2025-02-21T22:11:30.803Z | Compiling tempfile v3.13.0 |
2274 | 2025-02-21T22:11:30.852Z | Compiling walkdir v2.5.0 |
2275 | 2025-02-21T22:11:31.484Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2276 | 2025-02-21T22:11:31.591Z | Compiling blake3 v1.5.4 |
2277 | 2025-02-21T22:11:32.205Z | Compiling const_format_proc_macros v0.2.34 |
2278 | 2025-02-21T22:11:34.077Z | Compiling xattr v1.3.1 |
2279 | 2025-02-21T22:11:34.157Z | Compiling filetime v0.2.25 |
2280 | 2025-02-21T22:11:34.367Z | Compiling memmap2 v0.9.5 |
2281 | 2025-02-21T22:11:34.458Z | Compiling constant_time_eq v0.3.1 |
2282 | 2025-02-21T22:11:34.646Z | Compiling crunchy v0.2.2 |
2283 | 2025-02-21T22:11:34.759Z | Compiling arrayref v0.3.9 |
2284 | 2025-02-21T22:11:34.882Z | Compiling maplit v1.0.2 |
2285 | 2025-02-21T22:11:34.901Z | Compiling keccak v0.1.5 |
2286 | 2025-02-21T22:11:35.031Z | Compiling arrayvec v0.7.6 |
2287 | 2025-02-21T22:11:35.137Z | Compiling tar v0.4.42 |
2288 | 2025-02-21T22:11:36.017Z | Compiling sha3 v0.10.8 |
2289 | 2025-02-21T22:11:36.442Z | Compiling const_format v0.2.34 |
2290 | 2025-02-21T22:11:36.928Z | Compiling camino-tempfile v1.1.1 |
2291 | 2025-02-21T22:11:36.964Z | Compiling toolchain_find v0.4.0 |
2292 | 2025-02-21T22:11:37.063Z | Compiling radium v0.7.0 |
2293 | 2025-02-21T22:11:37.251Z | Compiling topological-sort v0.2.2 |
2294 | 2025-02-21T22:11:37.346Z | Compiling tiny-keccak v2.0.2 |
2295 | 2025-02-21T22:11:37.483Z | Compiling omicron-zone-package v0.12.0 |
2296 | 2025-02-21T22:11:37.505Z | Compiling rustfmt-wrapper v0.2.1 |
2297 | 2025-02-21T22:11:37.710Z | Compiling dsl_auto_type v0.1.2 |
2298 | 2025-02-21T22:11:37.728Z | Compiling scheduled-thread-pool v0.2.7 |
2299 | 2025-02-21T22:11:37.924Z | Compiling diesel_table_macro_syntax v0.2.0 |
2300 | 2025-02-21T22:11:38.106Z | Compiling tap v1.0.1 |
2301 | 2025-02-21T22:11:38.331Z | Compiling maybe-uninit v2.0.0 |
2302 | 2025-02-21T22:11:38.351Z | Compiling wyz v0.5.1 |
2303 | 2025-02-21T22:11:38.842Z | Compiling r2d2 v0.8.10 |
2304 | 2025-02-21T22:11:38.935Z | Compiling diesel_derives v2.2.3 |
2305 | 2025-02-21T22:11:39.331Z | Compiling phf_generator v0.11.2 |
2306 | 2025-02-21T22:11:39.418Z | Compiling ascii-canvas v3.0.0 |
2307 | 2025-02-21T22:11:39.554Z | Compiling secrecy v0.8.0 |
2308 | 2025-02-21T22:11:39.557Z | Compiling async-recursion v1.1.1 |
2309 | 2025-02-21T22:11:39.847Z | Compiling ena v0.14.3 |
2310 | 2025-02-21T22:11:39.881Z | Compiling arc-swap v1.7.1 |
2311 | 2025-02-21T22:11:40.280Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2312 | 2025-02-21T22:11:40.509Z | Compiling funty v2.0.0 |
2313 | 2025-02-21T22:11:40.634Z | Compiling packed_struct v0.10.1 |
2314 | 2025-02-21T22:11:40.915Z | Compiling regex-syntax v0.6.29 |
2315 | 2025-02-21T22:11:41.073Z | Compiling crc-catalog v2.4.0 |
2316 | 2025-02-21T22:11:41.265Z | Compiling diff v0.1.13 |
2317 | 2025-02-21T22:11:41.765Z | Compiling bitvec v1.0.1 |
2318 | 2025-02-21T22:11:42.421Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2319 | 2025-02-21T22:11:42.877Z | Compiling crc v3.2.1 |
2320 | 2025-02-21T22:11:43.399Z | Compiling slog-scope v4.4.0 |
2321 | 2025-02-21T22:11:44.155Z | Compiling phf_codegen v0.11.2 |
2322 | 2025-02-21T22:11:44.411Z | Compiling lalrpop v0.19.12 |
2323 | 2025-02-21T22:11:45.013Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2324 | 2025-02-21T22:11:45.889Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2325 | 2025-02-21T22:11:46.227Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2326 | 2025-02-21T22:11:46.468Z | Compiling universal-hash v0.5.1 |
2327 | 2025-02-21T22:11:46.734Z | Compiling thiserror-impl-no-std v2.0.2 |
2328 | 2025-02-21T22:11:47.016Z | Compiling packed_struct_codegen v0.10.1 |
2329 | 2025-02-21T22:11:49.182Z | Compiling parse-zoneinfo v0.3.1 |
2330 | 2025-02-21T22:11:49.326Z | Compiling indexmap v1.9.3 |
2331 | 2025-02-21T22:11:49.512Z | Compiling diesel v2.2.7 |
2332 | 2025-02-21T22:11:49.698Z | Compiling unicase v2.7.0 |
2333 | 2025-02-21T22:11:50.067Z | Compiling ref-cast v1.0.23 |
2334 | 2025-02-21T22:11:50.530Z | Compiling nodrop v0.1.14 |
2335 | 2025-02-21T22:11:50.558Z | Compiling opaque-debug v0.3.1 |
2336 | 2025-02-21T22:11:50.684Z | Compiling poly1305 v0.8.0 |
2337 | 2025-02-21T22:11:50.705Z | Compiling array-init v0.0.4 |
2338 | 2025-02-21T22:11:51.888Z | Compiling chrono-tz-build v0.4.0 |
2339 | 2025-02-21T22:11:52.864Z | Compiling thiserror-no-std v2.0.2 |
2340 | 2025-02-21T22:11:53.026Z | Compiling smallvec v0.6.14 |
2341 | 2025-02-21T22:11:53.590Z | Compiling slog-stdlog v4.1.1 |
2342 | 2025-02-21T22:11:54.999Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2343 | 2025-02-21T22:11:55.349Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2344 | 2025-02-21T22:11:55.694Z | Compiling derive_builder_core v0.20.2 |
2345 | 2025-02-21T22:11:56.508Z | Compiling chacha20 v0.9.1 |
2346 | 2025-02-21T22:11:57.003Z | Compiling headers-core v0.3.0 |
2347 | 2025-02-21T22:11:57.213Z | Compiling aead v0.5.2 |
2348 | 2025-02-21T22:11:57.600Z | Compiling libxml v0.3.3 |
2349 | 2025-02-21T22:11:57.745Z | Compiling ref-cast-impl v1.0.23 |
2350 | 2025-02-21T22:11:58.001Z | Compiling vte_generate_state_changes v0.1.2 |
2351 | 2025-02-21T22:11:58.683Z | Compiling bitfield v0.14.0 |
2352 | 2025-02-21T22:11:58.904Z | Compiling hashbrown v0.12.3 |
2353 | 2025-02-21T22:11:58.993Z | Compiling termcolor v1.4.1 |
2354 | 2025-02-21T22:12:00.035Z | Compiling env_logger v0.10.2 |
2355 | 2025-02-21T22:12:01.303Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2356 | 2025-02-21T22:12:03.392Z | Compiling vte v0.11.1 |
2357 | 2025-02-21T22:12:04.989Z | Compiling derive_builder_macro v0.20.2 |
2358 | 2025-02-21T22:12:05.862Z | Compiling chacha20poly1305 v0.10.1 |
2359 | 2025-02-21T22:12:06.096Z | Compiling polar-core v0.27.3 |
2360 | 2025-02-21T22:12:06.136Z | Compiling headers v0.4.0 |
2361 | 2025-02-21T22:12:09.764Z | Compiling slog-envlogger v2.2.0 |
2362 | 2025-02-21T22:12:09.955Z | Compiling serde-hex v0.1.0 |
2363 | 2025-02-21T22:12:12.234Z | Compiling vsss-rs v3.3.4 |
2364 | 2025-02-21T22:12:15.231Z | Compiling chrono-tz v0.10.1 |
2365 | 2025-02-21T22:12:15.965Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2366 | 2025-02-21T22:12:16.003Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2367 | 2025-02-21T22:12:16.366Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2368 | 2025-02-21T22:12:18.786Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2369 | 2025-02-21T22:12:18.915Z | Compiling ron v0.8.1 |
2370 | 2025-02-21T22:12:19.123Z | Compiling hashbrown v0.13.2 |
2371 | 2025-02-21T22:12:20.344Z | Compiling strum_macros v0.24.3 |
2372 | 2025-02-21T22:12:20.799Z | Compiling fxhash v0.2.1 |
2373 | 2025-02-21T22:12:21.064Z | Compiling samael v0.0.17 |
2374 | 2025-02-21T22:12:22.663Z | Compiling lockfree-object-pool v0.1.6 |
2375 | 2025-02-21T22:12:22.998Z | Compiling simd-adler32 v0.3.7 |
2376 | 2025-02-21T22:12:23.259Z | Compiling bytecount v0.6.8 |
2377 | 2025-02-21T22:12:23.615Z | Compiling crc-any v2.5.0 |
2378 | 2025-02-21T22:12:24.318Z | Compiling indoc v1.0.9 |
2379 | 2025-02-21T22:12:24.581Z | Compiling bumpalo v3.16.0 |
2380 | 2025-02-21T22:12:24.863Z | Compiling zip v2.1.3 |
2381 | 2025-02-21T22:12:25.181Z | Compiling zopfli v0.8.1 |
2382 | 2025-02-21T22:12:25.248Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2383 | 2025-02-21T22:12:27.373Z | Compiling papergrid v0.11.0 |
2384 | 2025-02-21T22:12:36.179Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2385 | 2025-02-21T22:12:37.135Z | Compiling object v0.30.4 |
2386 | 2025-02-21T22:12:38.757Z | Compiling derive_builder v0.20.2 |
2387 | 2025-02-21T22:12:40.023Z | Compiling strip-ansi-escapes v0.2.0 |
2388 | 2025-02-21T22:12:40.799Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2389 | 2025-02-21T22:12:41.034Z | Compiling tabled_derive v0.7.0 |
2390 | 2025-02-21T22:12:41.178Z | Compiling itertools v0.12.1 |
2391 | 2025-02-21T22:12:43.123Z | Compiling fd-lock v4.0.2 |
2392 | 2025-02-21T22:12:43.349Z | Compiling peg-macros v0.8.4 |
2393 | 2025-02-21T22:12:43.392Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2025-02-21T22:12:44.379Z | Compiling kstat-rs v0.2.4 |
2395 | 2025-02-21T22:12:44.857Z | Compiling impl-trait-for-tuples v0.2.2 |
2396 | 2025-02-21T22:12:45.326Z | Compiling oso-derive v0.27.3 |
2397 | 2025-02-21T22:12:46.316Z | Compiling quick-xml v0.33.0 |
2398 | 2025-02-21T22:12:46.560Z | Compiling diesel-dtrace v0.4.2 |
2399 | 2025-02-21T22:12:46.916Z | Compiling path-slash v0.1.5 |
2400 | 2025-02-21T22:12:47.210Z | Compiling nu-ansi-term v0.50.1 |
2401 | 2025-02-21T22:12:48.535Z | Compiling reedline v0.35.0 |
2402 | 2025-02-21T22:12:49.584Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2403 | 2025-02-21T22:12:50.713Z | Compiling oso v0.27.3 |
2404 | 2025-02-21T22:12:54.525Z | Compiling peg v0.8.4 |
2405 | 2025-02-21T22:12:54.670Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2406 | 2025-02-21T22:12:56.308Z | Compiling tabled v0.15.0 |
2407 | 2025-02-21T22:13:05.132Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2408 | 2025-02-21T22:13:15.260Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2409 | 2025-02-21T22:13:16.313Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2410 | 2025-02-21T22:13:17.178Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2411 | 2025-02-21T22:13:17.671Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2412 | 2025-02-21T22:13:17.832Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2413 | 2025-02-21T22:13:18.016Z | Compiling pem v3.0.4 |
2414 | 2025-02-21T22:13:19.571Z | Compiling bb8 v0.8.5 |
2415 | 2025-02-21T22:13:20.183Z | Compiling bcs v0.1.6 |
2416 | 2025-02-21T22:13:21.118Z | Compiling libz-sys v1.1.20 |
2417 | 2025-02-21T22:13:21.484Z | Compiling nanorand v0.7.0 |
2418 | 2025-02-21T22:13:21.807Z | Compiling parking_lot_core v0.8.6 |
2419 | 2025-02-21T22:13:22.198Z | Compiling termtree v0.5.1 |
2420 | 2025-02-21T22:13:22.312Z | Compiling flume v0.11.1 |
2421 | 2025-02-21T22:13:23.257Z | Compiling async-bb8-diesel v0.2.1 |
2422 | 2025-02-21T22:13:24.117Z | Compiling mime_guess v2.0.5 |
2423 | 2025-02-21T22:13:26.034Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2424 | 2025-02-21T22:13:30.997Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2425 | 2025-02-21T22:13:30.997Z | Compiling buf-list v1.0.3 |
2426 | 2025-02-21T22:13:32.097Z | Compiling nibble_vec v0.1.0 |
2427 | 2025-02-21T22:13:32.353Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2428 | 2025-02-21T22:13:32.655Z | Compiling pin-project-internal v1.1.6 |
2429 | 2025-02-21T22:13:33.144Z | Compiling atty v0.2.14 |
2430 | 2025-02-21T22:13:34.812Z | Compiling http-range v0.1.5 |
2431 | 2025-02-21T22:13:34.874Z | Compiling endian-type v0.1.2 |
2432 | 2025-02-21T22:13:34.874Z | Compiling salty v0.3.0 |
2433 | 2025-02-21T22:13:34.874Z | Compiling radix_trie v0.2.1 |
2434 | 2025-02-21T22:13:35.216Z | Compiling pin-project v1.1.6 |
2435 | 2025-02-21T22:13:35.749Z | Compiling parking_lot v0.11.2 |
2436 | 2025-02-21T22:13:40.603Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2437 | 2025-02-21T22:13:41.997Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2438 | 2025-02-21T22:13:42.755Z | Compiling snafu-derive v0.8.5 |
2439 | 2025-02-21T22:13:46.491Z | Compiling hyper-staticfile v0.10.1 |
2440 | 2025-02-21T22:13:46.875Z | Compiling snafu v0.8.5 |
2441 | 2025-02-21T22:13:47.802Z | Compiling sled v0.34.7 |
2442 | 2025-02-21T22:13:48.154Z | Compiling hickory-client v0.24.3 |
2443 | 2025-02-21T22:13:51.203Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2444 | 2025-02-21T22:13:52.362Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2445 | 2025-02-21T22:13:52.698Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2446 | 2025-02-21T22:13:54.579Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2447 | 2025-02-21T22:14:05.082Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2448 | 2025-02-21T22:14:12.599Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2449 | 2025-02-21T22:14:12.760Z | Compiling globset v0.4.15 |
2450 | 2025-02-21T22:14:13.821Z | Compiling hickory-server v0.24.3 |
2451 | 2025-02-21T22:14:18.946Z | Compiling primeorder v0.13.6 |
2452 | 2025-02-21T22:14:18.984Z | Compiling olpc-cjson v0.1.4 |
2453 | 2025-02-21T22:14:19.302Z | Compiling vergen v8.3.2 |
2454 | 2025-02-21T22:14:19.653Z | Compiling castaway v0.2.3 |
2455 | 2025-02-21T22:14:19.847Z | Compiling env_filter v0.1.2 |
2456 | 2025-02-21T22:14:21.442Z | Compiling cargo-platform v0.1.8 |
2457 | 2025-02-21T22:14:22.306Z | Compiling serde_plain v1.0.2 |
2458 | 2025-02-21T22:14:23.154Z | Compiling typed-path v0.9.3 |
2459 | 2025-02-21T22:14:23.292Z | Compiling cargo_metadata v0.18.1 |
2460 | 2025-02-21T22:14:25.141Z | Compiling tough v0.19.0 |
2461 | 2025-02-21T22:14:26.213Z | Compiling git2 v0.19.0 |
2462 | 2025-02-21T22:14:26.245Z | Compiling env_logger v0.11.5 |
2463 | 2025-02-21T22:14:27.583Z | Compiling compact_str v0.8.0 |
2464 | 2025-02-21T22:14:27.760Z | Compiling p384 v0.13.0 |
2465 | 2025-02-21T22:14:29.638Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2466 | 2025-02-21T22:14:30.228Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2467 | 2025-02-21T22:14:34.280Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2468 | 2025-02-21T22:14:34.744Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2469 | 2025-02-21T22:14:35.965Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2470 | 2025-02-21T22:14:38.656Z | Compiling unicode-truncate v1.1.0 |
2471 | 2025-02-21T22:14:38.971Z | Compiling lru v0.12.5 |
2472 | 2025-02-21T22:14:39.358Z | Compiling rand_seeder v0.3.0 |
2473 | 2025-02-21T22:14:39.809Z | Compiling libsqlite3-sys v0.30.1 |
2474 | 2025-02-21T22:14:40.373Z | Compiling lzma-sys v0.1.20 |
2475 | 2025-02-21T22:14:41.126Z | Compiling instability v0.3.2 |
2476 | 2025-02-21T22:14:42.149Z | Compiling cassowary v0.3.0 |
2477 | 2025-02-21T22:14:42.744Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2478 | 2025-02-21T22:14:42.806Z | Compiling indoc v2.0.5 |
2479 | 2025-02-21T22:14:43.121Z | Compiling parse-size v1.1.0 |
2480 | 2025-02-21T22:14:43.478Z | Compiling rustls v0.21.12 |
2481 | 2025-02-21T22:14:43.707Z | Compiling ratatui v0.29.0 |
2482 | 2025-02-21T22:14:43.859Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2483 | 2025-02-21T22:14:44.298Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2484 | 2025-02-21T22:14:44.554Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2485 | 2025-02-21T22:14:45.378Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2486 | 2025-02-21T22:14:47.092Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2487 | 2025-02-21T22:14:51.898Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2488 | 2025-02-21T22:14:52.477Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2489 | 2025-02-21T22:14:52.630Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2490 | 2025-02-21T22:14:52.820Z | Compiling rustls-webpki v0.101.7 |
2491 | 2025-02-21T22:14:53.366Z | Compiling sct v0.7.1 |
2492 | 2025-02-21T22:14:53.811Z | Compiling heck v0.3.3 |
2493 | 2025-02-21T22:14:54.162Z | Compiling csv-core v0.1.11 |
2494 | 2025-02-21T22:14:55.079Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2495 | 2025-02-21T22:14:55.476Z | Compiling glob v0.3.2 |
2496 | 2025-02-21T22:14:56.259Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2497 | 2025-02-21T22:15:00.621Z | Compiling csv v1.3.1 |
2498 | 2025-02-21T22:15:00.683Z | Compiling zone_cfg_derive v0.1.2 |
2499 | 2025-02-21T22:15:00.729Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2500 | 2025-02-21T22:15:00.729Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2501 | 2025-02-21T22:15:00.729Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2502 | 2025-02-21T22:15:03.497Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2503 | 2025-02-21T22:15:04.576Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2504 | 2025-02-21T22:15:07.290Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2505 | 2025-02-21T22:15:14.213Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2506 | 2025-02-21T22:15:14.577Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2507 | 2025-02-21T22:15:14.728Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2508 | 2025-02-21T22:15:15.083Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2509 | 2025-02-21T22:15:15.309Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2510 | 2025-02-21T22:15:15.430Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2511 | 2025-02-21T22:15:15.672Z | Compiling nix v0.27.1 |
2512 | 2025-02-21T22:15:18.161Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2513 | 2025-02-21T22:15:18.326Z | Compiling tungstenite v0.23.0 |
2514 | 2025-02-21T22:15:18.460Z | Compiling hashlink v0.9.1 |
2515 | 2025-02-21T22:15:18.882Z | Compiling base64 v0.13.1 |
2516 | 2025-02-21T22:15:19.245Z | Compiling fallible-iterator v0.3.0 |
2517 | 2025-02-21T22:15:19.659Z | Compiling fallible-streaming-iterator v0.1.9 |
2518 | 2025-02-21T22:15:19.967Z | Compiling tokio-tungstenite v0.23.1 |
2519 | 2025-02-21T22:15:20.038Z | Compiling rusqlite v0.32.1 |
2520 | 2025-02-21T22:15:20.641Z | Compiling ron v0.7.1 |
2521 | 2025-02-21T22:15:21.080Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2522 | 2025-02-21T22:15:22.116Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2523 | 2025-02-21T22:15:23.729Z | Compiling xz2 v0.1.7 |
2524 | 2025-02-21T22:15:24.357Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2525 | 2025-02-21T22:15:25.267Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2526 | 2025-02-21T22:15:25.936Z | Compiling tokio-rustls v0.24.1 |
2527 | 2025-02-21T22:15:26.401Z | Compiling zone v0.1.8 |
2528 | 2025-02-21T22:15:28.241Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2529 | 2025-02-21T22:15:29.638Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2530 | 2025-02-21T22:15:29.736Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2531 | 2025-02-21T22:15:39.688Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2532 | 2025-02-21T22:15:42.689Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2533 | 2025-02-21T22:15:44.366Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2534 | 2025-02-21T22:15:44.741Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2535 | 2025-02-21T22:15:44.969Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2536 | 2025-02-21T22:15:45.983Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2537 | 2025-02-21T22:15:46.190Z | Compiling rustls-pemfile v1.0.4 |
2538 | 2025-02-21T22:15:46.954Z | Compiling signal-hook-tokio v0.3.1 |
2539 | 2025-02-21T22:15:47.201Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2540 | 2025-02-21T22:15:48.924Z | Compiling yasna v0.5.2 |
2541 | 2025-02-21T22:15:49.614Z | Compiling twox-hash v2.1.0 |
2542 | 2025-02-21T22:15:50.630Z | Compiling smawk v0.3.2 |
2543 | 2025-02-21T22:15:50.955Z | Compiling is_ci v1.2.0 |
2544 | 2025-02-21T22:15:51.303Z | Compiling unicode-linebreak v0.1.5 |
2545 | 2025-02-21T22:15:51.883Z | Compiling textwrap v0.16.1 |
2546 | 2025-02-21T22:15:52.506Z | Compiling supports-color v3.0.1 |
2547 | 2025-02-21T22:15:53.003Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2548 | 2025-02-21T22:15:56.357Z | Compiling rcgen v0.12.1 |
2549 | 2025-02-21T22:16:00.523Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2550 | 2025-02-21T22:16:00.907Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2551 | 2025-02-21T22:16:02.392Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2552 | 2025-02-21T22:16:07.136Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2025-02-21T22:16:10.343Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2554 | 2025-02-21T22:16:15.974Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2555 | 2025-02-21T22:16:20.629Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2556 | 2025-02-21T22:16:20.735Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2557 | 2025-02-21T22:16:21.308Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2558 | 2025-02-21T22:16:30.882Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2559 | 2025-02-21T22:16:40.094Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2560 | 2025-02-21T22:16:40.446Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2561 | 2025-02-21T22:16:41.073Z | Compiling fatfs v0.3.6 |
2562 | 2025-02-21T22:16:43.765Z | Compiling rtoolbox v0.0.2 |
2563 | 2025-02-21T22:16:44.218Z | Compiling subprocess v0.2.9 |
2564 | 2025-02-21T22:16:46.833Z | Compiling assert_matches v1.5.0 |
2565 | 2025-02-21T22:16:48.960Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2566 | 2025-02-21T22:16:49.007Z | Compiling rpassword v7.3.1 |
2567 | 2025-02-21T22:16:49.497Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2568 | 2025-02-21T22:16:52.178Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2569 | 2025-02-21T22:16:56.770Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2570 | 2025-02-21T22:16:59.416Z | Compiling tui-tree-widget v0.23.0 |
2571 | 2025-02-21T22:16:59.912Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2572 | 2025-02-21T22:17:07.702Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2573 | 2025-02-21T22:17:08.065Z | Compiling uzers v0.12.1 |
2574 | 2025-02-21T22:17:11.350Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2575 | 2025-02-21T22:17:13.198Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2576 | 2025-02-21T22:17:15.195Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2577 | 2025-02-21T22:17:44.082Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2578 | 2025-02-21T22:17:45.719Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2579 | 2025-02-21T22:17:50.403Z | Compiling multimap v0.10.0 |
2580 | 2025-02-21T22:20:16.663Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2581 | 2025-02-21T22:27:08.505Z | Finished `release` profile [optimized] target(s) in 17m 22s |
2582 | 2025-02-21T22:28:16.296Z | |
2583 | 2025-02-21T22:28:16.298Z | real 18:31.581801702 |
2584 | 2025-02-21T22:28:16.298Z | user 2:11:18.167753331 |
2585 | 2025-02-21T22:28:16.298Z | sys 3:36.545025939 |
2586 | 2025-02-21T22:28:16.298Z | trap 3.532075797 |
2587 | 2025-02-21T22:28:16.298Z | tflt 1.923121050 |
2588 | 2025-02-21T22:28:16.298Z | dflt 4.917386882 |
2589 | 2025-02-21T22:28:16.298Z | kflt 0.000865684 |
2590 | 2025-02-21T22:28:16.298Z | lock 7:48:45.531307252 |
2591 | 2025-02-21T22:28:16.298Z | slp 6:48:36.578280906 |
2592 | 2025-02-21T22:28:16.298Z | lat 3:39.552848733 |
2593 | 2025-02-21T22:28:16.298Z | stop 2:53.752093363 |
2594 | 2025-02-21T22:28:16.298Z | + mapfile -t packages |
2595 | 2025-02-21T22:28:16.298Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2596 | 2025-02-21T22:28:17.336Z | Compiling ring v0.17.9 |
2597 | 2025-02-21T22:28:20.861Z | Compiling rustls-webpki v0.102.8 |
2598 | 2025-02-21T22:28:20.864Z | Compiling rustls v0.22.4 |
2599 | 2025-02-21T22:28:20.864Z | Compiling rustls v0.23.19 |
2600 | 2025-02-21T22:28:25.326Z | Compiling tokio-rustls v0.25.0 |
2601 | 2025-02-21T22:28:25.722Z | Compiling dropshot v0.12.0 |
2602 | 2025-02-21T22:28:26.990Z | Compiling tokio-rustls v0.26.0 |
2603 | 2025-02-21T22:28:27.488Z | Compiling hyper-rustls v0.27.3 |
2604 | 2025-02-21T22:28:27.934Z | Compiling reqwest v0.12.12 |
2605 | 2025-02-21T22:28:29.710Z | Compiling qorb v0.2.1 |
2606 | 2025-02-21T22:28:30.135Z | Compiling dropshot v0.15.1 |
2607 | 2025-02-21T22:28:36.691Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2025-02-21T22:28:40.692Z | Compiling progenitor-client v0.8.0 |
2609 | 2025-02-21T22:28:41.290Z | Compiling progenitor v0.8.0 |
2610 | 2025-02-21T22:28:41.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2025-02-21T22:28:41.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2612 | 2025-02-21T22:28:42.275Z | Compiling progenitor-client v0.9.1 |
2613 | 2025-02-21T22:28:43.314Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2614 | 2025-02-21T22:28:46.642Z | Compiling omicron-zone-package v0.12.0 |
2615 | 2025-02-21T22:28:53.490Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2616 | 2025-02-21T22:29:05.587Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2617 | 2025-02-21T22:29:09.942Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2618 | 2025-02-21T22:29:10.811Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2619 | 2025-02-21T22:29:14.301Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2620 | 2025-02-21T22:29:29.011Z | Finished `release` profile [optimized] target(s) in 1m 12s |
2621 | 2025-02-21T22:29:29.179Z | Running `target/release/omicron-package -t test list-outputs` |
2622 | 2025-02-21T22:29:29.226Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2623 | 2025-02-21T22:29:29.228Z | + ptime -m cargo build --locked --release -p xtask |
2624 | 2025-02-21T22:29:29.819Z | Compiling serde v1.0.217 |
2625 | 2025-02-21T22:29:29.822Z | Compiling libc v0.2.169 |
2626 | 2025-02-21T22:29:29.822Z | Compiling rustix v0.38.37 |
2627 | 2025-02-21T22:29:29.822Z | Compiling serde_json v1.0.139 |
2628 | 2025-02-21T22:29:29.911Z | Compiling syn v2.0.96 |
2629 | 2025-02-21T22:29:29.943Z | Compiling bitflags v2.6.0 |
2630 | 2025-02-21T22:29:30.304Z | Compiling usdt-impl v0.5.0 |
2631 | 2025-02-21T22:29:30.367Z | Compiling syn v1.0.109 |
2632 | 2025-02-21T22:29:30.453Z | Compiling log v0.4.22 |
2633 | 2025-02-21T22:29:30.471Z | Compiling hashbrown v0.15.1 |
2634 | 2025-02-21T22:29:30.742Z | Compiling fs-err v2.11.0 |
2635 | 2025-02-21T22:29:30.920Z | Compiling anyhow v1.0.96 |
2636 | 2025-02-21T22:29:31.106Z | Compiling once_cell v1.20.3 |
2637 | 2025-02-21T22:29:31.296Z | Compiling thread-id v4.2.2 |
2638 | 2025-02-21T22:29:31.740Z | Compiling indexmap v2.7.1 |
2639 | 2025-02-21T22:29:32.850Z | Compiling terminal_size v0.4.0 |
2640 | 2025-02-21T22:29:32.850Z | Compiling tempfile v3.13.0 |
2641 | 2025-02-21T22:29:33.149Z | Compiling clap_builder v4.5.30 |
2642 | 2025-02-21T22:29:33.677Z | Compiling proc-macro-error v1.0.4 |
2643 | 2025-02-21T22:29:34.576Z | Compiling tabled_derive v0.7.0 |
2644 | 2025-02-21T22:29:35.717Z | Compiling tabled v0.15.0 |
2645 | 2025-02-21T22:29:36.405Z | Compiling serde_derive v1.0.217 |
2646 | 2025-02-21T22:29:36.408Z | Compiling thiserror-impl v1.0.69 |
2647 | 2025-02-21T22:29:36.408Z | Compiling zerocopy-derive v0.7.35 |
2648 | 2025-02-21T22:29:36.408Z | Compiling scroll_derive v0.12.0 |
2649 | 2025-02-21T22:29:36.408Z | Compiling clap_derive v4.5.28 |
2650 | 2025-02-21T22:29:37.877Z | Compiling scroll v0.12.0 |
2651 | 2025-02-21T22:29:38.373Z | Compiling zerocopy v0.7.35 |
2652 | 2025-02-21T22:29:38.583Z | Compiling goblin v0.8.2 |
2653 | 2025-02-21T22:29:39.135Z | Compiling thiserror v1.0.69 |
2654 | 2025-02-21T22:29:39.354Z | Compiling pest v2.7.14 |
2655 | 2025-02-21T22:29:42.488Z | Compiling pest_meta v2.7.14 |
2656 | 2025-02-21T22:29:42.533Z | Compiling clap v4.5.30 |
2657 | 2025-02-21T22:29:44.171Z | Compiling pest_generator v2.7.14 |
2658 | 2025-02-21T22:29:46.075Z | Compiling pest_derive v2.7.14 |
2659 | 2025-02-21T22:29:46.917Z | Compiling dtrace-parser v0.2.0 |
2660 | 2025-02-21T22:29:52.701Z | Compiling dof v0.3.0 |
2661 | 2025-02-21T22:29:53.246Z | Compiling serde_tokenstream v0.2.2 |
2662 | 2025-02-21T22:29:53.799Z | Compiling serde_spanned v0.6.8 |
2663 | 2025-02-21T22:29:53.883Z | Compiling toml_datetime v0.6.8 |
2664 | 2025-02-21T22:29:54.159Z | Compiling camino v1.1.9 |
2665 | 2025-02-21T22:29:54.659Z | Compiling toml_edit v0.22.22 |
2666 | 2025-02-21T22:29:54.885Z | Compiling usdt-attr-macro v0.5.0 |
2667 | 2025-02-21T22:29:55.764Z | Compiling usdt-macro v0.5.0 |
2668 | 2025-02-21T22:29:56.234Z | Compiling semver v1.0.25 |
2669 | 2025-02-21T22:29:57.016Z | Compiling cargo-platform v0.1.8 |
2670 | 2025-02-21T22:29:57.715Z | Compiling cargo_metadata v0.18.1 |
2671 | 2025-02-21T22:29:58.135Z | Compiling usdt v0.5.0 |
2672 | 2025-02-21T22:29:58.469Z | Compiling camino-tempfile v1.1.1 |
2673 | 2025-02-21T22:29:59.130Z | Compiling toml v0.8.19 |
2674 | 2025-02-21T22:29:59.257Z | Compiling macaddr v1.0.1 |
2675 | 2025-02-21T22:30:04.620Z | Compiling cargo_toml v0.20.5 |
2676 | 2025-02-21T22:30:14.650Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2677 | 2025-02-21T22:30:20.374Z | Finished `release` profile [optimized] target(s) in 51.07s |
2678 | 2025-02-21T22:30:20.487Z | |
2679 | 2025-02-21T22:30:20.490Z | real 51.220386394 |
2680 | 2025-02-21T22:30:20.490Z | user 5:20.222068596 |
2681 | 2025-02-21T22:30:20.490Z | sys 19.934851058 |
2682 | 2025-02-21T22:30:20.490Z | trap 0.158108389 |
2683 | 2025-02-21T22:30:20.491Z | tflt 0.249496208 |
2684 | 2025-02-21T22:30:20.491Z | dflt 0.368798657 |
2685 | 2025-02-21T22:30:20.491Z | kflt 0.000025585 |
2686 | 2025-02-21T22:30:20.491Z | lock 9:44.876927606 |
2687 | 2025-02-21T22:30:20.491Z | slp 15:11.728661478 |
2688 | 2025-02-21T22:30:20.491Z | lat 15.359500725 |
2689 | 2025-02-21T22:30:20.491Z | stop 18.635863365 |
2690 | 2025-02-21T22:30:20.491Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2691 | 2025-02-21T22:30:20.491Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2692 | 2025-02-21T22:30:20.491Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2693 | 2025-02-21T22:30:20.491Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2694 | 2025-02-21T22:30:20.491Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2695 | 2025-02-21T22:30:21.430Z | Compiling ring v0.17.9 |
2696 | 2025-02-21T22:30:21.564Z | Compiling hashbrown v0.14.5 |
2697 | 2025-02-21T22:30:21.586Z | Compiling thiserror v2.0.11 |
2698 | 2025-02-21T22:30:21.602Z | Compiling thiserror-impl v2.0.11 |
2699 | 2025-02-21T22:30:21.604Z | Compiling ident_case v1.0.1 |
2700 | 2025-02-21T22:30:21.607Z | Compiling unsafe-libyaml v0.2.11 |
2701 | 2025-02-21T22:30:21.607Z | Compiling ipnetwork v0.21.1 |
2702 | 2025-02-21T22:30:21.607Z | Compiling macaddr v1.0.1 |
2703 | 2025-02-21T22:30:21.917Z | Compiling darling_core v0.20.10 |
2704 | 2025-02-21T22:30:22.115Z | Compiling oxnet v0.1.0 |
2705 | 2025-02-21T22:30:22.492Z | Compiling instant v0.1.13 |
2706 | 2025-02-21T22:30:22.532Z | Compiling structmeta-derive v0.3.0 |
2707 | 2025-02-21T22:30:22.673Z | Compiling regress v0.10.1 |
2708 | 2025-02-21T22:30:22.769Z | Compiling dropshot v0.15.1 |
2709 | 2025-02-21T22:30:22.802Z | Compiling regress v0.9.1 |
2710 | 2025-02-21T22:30:23.093Z | Compiling serde_yaml v0.9.34+deprecated |
2711 | 2025-02-21T22:30:23.442Z | Compiling dropshot_endpoint v0.15.1 |
2712 | 2025-02-21T22:30:24.997Z | Compiling daft-derive v0.1.1 |
2713 | 2025-02-21T22:30:25.124Z | Compiling structmeta v0.3.0 |
2714 | 2025-02-21T22:30:25.553Z | Compiling parse-display-derive v0.10.0 |
2715 | 2025-02-21T22:30:26.523Z | Compiling typify-impl v0.2.0 |
2716 | 2025-02-21T22:30:26.547Z | Compiling rustls v0.23.19 |
2717 | 2025-02-21T22:30:26.595Z | Compiling rustls v0.22.4 |
2718 | 2025-02-21T22:30:26.631Z | Compiling daft v0.1.1 |
2719 | 2025-02-21T22:30:27.150Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2720 | 2025-02-21T22:30:27.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2721 | 2025-02-21T22:30:27.569Z | Compiling backoff v0.4.0 |
2722 | 2025-02-21T22:30:27.626Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2723 | 2025-02-21T22:30:27.814Z | Compiling darling_macro v0.20.10 |
2724 | 2025-02-21T22:30:27.837Z | Compiling tempfile v3.13.0 |
2725 | 2025-02-21T22:30:27.872Z | Compiling proc-macro-crate v1.3.1 |
2726 | 2025-02-21T22:30:27.955Z | Compiling typify-impl v0.3.0 |
2727 | 2025-02-21T22:30:27.973Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2728 | 2025-02-21T22:30:28.256Z | Compiling itertools v0.13.0 |
2729 | 2025-02-21T22:30:28.680Z | Compiling zerocopy v0.8.10 |
2730 | 2025-02-21T22:30:28.800Z | Compiling darling v0.20.10 |
2731 | 2025-02-21T22:30:28.826Z | Compiling num_enum_derive v0.5.11 |
2732 | 2025-02-21T22:30:28.949Z | Compiling serde_with_macros v3.11.0 |
2733 | 2025-02-21T22:30:29.550Z | Compiling rustls-webpki v0.102.8 |
2734 | 2025-02-21T22:30:29.572Z | Compiling parse-display v0.10.0 |
2735 | 2025-02-21T22:30:30.198Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2736 | 2025-02-21T22:30:31.187Z | Compiling num_enum v0.5.11 |
2737 | 2025-02-21T22:30:31.390Z | Compiling zerocopy-derive v0.8.10 |
2738 | 2025-02-21T22:30:31.430Z | Compiling heapless v0.8.0 |
2739 | 2025-02-21T22:30:31.467Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2740 | 2025-02-21T22:30:31.554Z | Compiling serde_with v3.11.0 |
2741 | 2025-02-21T22:30:31.801Z | Compiling crucible-workspace-hack v0.1.0 |
2742 | 2025-02-21T22:30:32.214Z | Compiling proc-macro-error v1.0.4 |
2743 | 2025-02-21T22:30:32.364Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2744 | 2025-02-21T22:30:32.880Z | Compiling camino-tempfile v1.1.1 |
2745 | 2025-02-21T22:30:33.437Z | Compiling foreign-types-macros v0.2.3 |
2746 | 2025-02-21T22:30:34.758Z | Compiling hash32 v0.3.1 |
2747 | 2025-02-21T22:30:35.038Z | Compiling smoltcp v0.11.0 |
2748 | 2025-02-21T22:30:35.210Z | Compiling foreign-types-shared v0.3.1 |
2749 | 2025-02-21T22:30:35.415Z | Compiling tokio-rustls v0.25.0 |
2750 | 2025-02-21T22:30:35.781Z | Compiling foreign-types v0.5.0 |
2751 | 2025-02-21T22:30:35.893Z | Compiling dropshot v0.12.0 |
2752 | 2025-02-21T22:30:38.408Z | Compiling tokio-rustls v0.26.0 |
2753 | 2025-02-21T22:30:38.933Z | Compiling hyper-rustls v0.27.3 |
2754 | 2025-02-21T22:30:39.067Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2755 | 2025-02-21T22:30:39.557Z | Compiling reqwest v0.12.12 |
2756 | 2025-02-21T22:30:39.896Z | Compiling tabwriter v1.4.0 |
2757 | 2025-02-21T22:30:40.169Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2758 | 2025-02-21T22:30:40.385Z | Compiling cstr-argument v0.1.2 |
2759 | 2025-02-21T22:30:40.687Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2760 | 2025-02-21T22:30:41.041Z | Compiling qorb v0.2.1 |
2761 | 2025-02-21T22:30:41.067Z | Compiling cobs v0.2.3 |
2762 | 2025-02-21T22:30:41.130Z | Compiling typify-macro v0.2.0 |
2763 | 2025-02-21T22:30:41.402Z | Compiling pretty-hex v0.2.1 |
2764 | 2025-02-21T22:30:41.650Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2765 | 2025-02-21T22:30:42.072Z | Compiling postcard v1.0.10 |
2766 | 2025-02-21T22:30:42.763Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2767 | 2025-02-21T22:30:42.765Z | Compiling typify-macro v0.3.0 |
2768 | 2025-02-21T22:30:43.006Z | Compiling progenitor-client v0.9.1 |
2769 | 2025-02-21T22:30:43.690Z | Compiling progenitor-client v0.8.0 |
2770 | 2025-02-21T22:30:44.018Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2771 | 2025-02-21T22:30:44.207Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2772 | 2025-02-21T22:30:44.575Z | Compiling colored v2.1.0 |
2773 | 2025-02-21T22:30:44.952Z | Compiling typify v0.2.0 |
2774 | 2025-02-21T22:30:45.045Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2775 | 2025-02-21T22:30:45.115Z | Compiling progenitor-impl v0.8.0 |
2776 | 2025-02-21T22:30:45.253Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2777 | 2025-02-21T22:30:45.502Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2778 | 2025-02-21T22:30:46.468Z | Compiling smf v0.2.3 |
2779 | 2025-02-21T22:30:46.547Z | Compiling typify v0.3.0 |
2780 | 2025-02-21T22:30:46.713Z | Compiling progenitor-impl v0.9.1 |
2781 | 2025-02-21T22:30:46.752Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2782 | 2025-02-21T22:30:46.794Z | Compiling zone_cfg_derive v0.3.0 |
2783 | 2025-02-21T22:30:47.124Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2784 | 2025-02-21T22:30:47.561Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2785 | 2025-02-21T22:30:47.605Z | Compiling num-derive v0.4.2 |
2786 | 2025-02-21T22:30:48.289Z | Compiling sigpipe v0.1.3 |
2787 | 2025-02-21T22:30:48.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2788 | 2025-02-21T22:30:48.678Z | Compiling zone v0.3.0 |
2789 | 2025-02-21T22:30:48.850Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2790 | 2025-02-21T22:30:49.337Z | Compiling universal-hash v0.5.1 |
2791 | 2025-02-21T22:30:49.442Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2792 | 2025-02-21T22:30:49.485Z | Compiling opaque-debug v0.3.1 |
2793 | 2025-02-21T22:30:49.560Z | Compiling tungstenite v0.21.0 |
2794 | 2025-02-21T22:30:49.610Z | Compiling num-rational v0.4.2 |
2795 | 2025-02-21T22:30:49.919Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2796 | 2025-02-21T22:30:50.143Z | Compiling password-hash v0.5.0 |
2797 | 2025-02-21T22:30:50.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2798 | 2025-02-21T22:30:50.737Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2799 | 2025-02-21T22:30:50.784Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2800 | 2025-02-21T22:30:51.080Z | Compiling blake2 v0.10.6 |
2801 | 2025-02-21T22:30:51.161Z | Compiling num-complex v0.4.6 |
2802 | 2025-02-21T22:30:51.461Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2803 | 2025-02-21T22:30:51.538Z | Compiling aead v0.5.2 |
2804 | 2025-02-21T22:30:51.583Z | Compiling keccak v0.1.5 |
2805 | 2025-02-21T22:30:51.726Z | Compiling base64 v0.21.7 |
2806 | 2025-02-21T22:30:51.958Z | Compiling convert_case v0.4.0 |
2807 | 2025-02-21T22:30:52.011Z | Compiling progenitor-macro v0.8.0 |
2808 | 2025-02-21T22:30:52.152Z | Compiling num v0.4.3 |
2809 | 2025-02-21T22:30:52.293Z | Compiling sha3 v0.10.8 |
2810 | 2025-02-21T22:30:52.462Z | Compiling argon2 v0.5.3 |
2811 | 2025-02-21T22:30:52.464Z | Compiling tokio-tungstenite v0.21.0 |
2812 | 2025-02-21T22:30:52.651Z | Compiling poly1305 v0.8.0 |
2813 | 2025-02-21T22:30:52.738Z | Compiling chacha20 v0.9.1 |
2814 | 2025-02-21T22:30:52.786Z | Compiling derive_more v0.99.19 |
2815 | 2025-02-21T22:30:53.086Z | Compiling float-ord v0.3.2 |
2816 | 2025-02-21T22:30:53.304Z | Compiling same-file v1.0.6 |
2817 | 2025-02-21T22:30:53.327Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2818 | 2025-02-21T22:30:53.362Z | Compiling semver v0.1.20 |
2819 | 2025-02-21T22:30:53.613Z | Compiling walkdir v2.5.0 |
2820 | 2025-02-21T22:30:53.761Z | Compiling rustc_version v0.1.7 |
2821 | 2025-02-21T22:30:53.791Z | Compiling progenitor-macro v0.9.1 |
2822 | 2025-02-21T22:30:54.012Z | Compiling newline-converter v0.3.0 |
2823 | 2025-02-21T22:30:54.230Z | Compiling primeorder v0.13.6 |
2824 | 2025-02-21T22:30:54.260Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2825 | 2025-02-21T22:30:54.283Z | Compiling secrecy v0.8.0 |
2826 | 2025-02-21T22:30:54.424Z | Compiling owo-colors v4.1.0 |
2827 | 2025-02-21T22:30:54.569Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2828 | 2025-02-21T22:30:54.766Z | Compiling cancel-safe-futures v0.1.5 |
2829 | 2025-02-21T22:30:54.825Z | Compiling newtype_derive v0.1.6 |
2830 | 2025-02-21T22:30:54.885Z | Compiling expectorate v1.1.0 |
2831 | 2025-02-21T22:30:55.106Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2832 | 2025-02-21T22:30:55.169Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2833 | 2025-02-21T22:30:55.225Z | Compiling thiserror-impl-no-std v2.0.2 |
2834 | 2025-02-21T22:30:55.366Z | Compiling blake3 v1.5.4 |
2835 | 2025-02-21T22:30:55.388Z | Compiling unicase v2.7.0 |
2836 | 2025-02-21T22:30:55.391Z | Compiling half v2.4.1 |
2837 | 2025-02-21T22:30:55.754Z | Compiling ciborium-io v0.2.2 |
2838 | 2025-02-21T22:30:55.932Z | Compiling arc-swap v1.7.1 |
2839 | 2025-02-21T22:30:55.956Z | Compiling ciborium-ll v0.2.2 |
2840 | 2025-02-21T22:30:56.239Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2841 | 2025-02-21T22:30:56.574Z | Compiling slog-scope v4.4.0 |
2842 | 2025-02-21T22:30:56.648Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2843 | 2025-02-21T22:30:57.106Z | Compiling polyval v0.6.2 |
2844 | 2025-02-21T22:30:57.303Z | Compiling atomicwrites v0.4.4 |
2845 | 2025-02-21T22:30:57.567Z | Compiling libsw v3.3.1 |
2846 | 2025-02-21T22:30:57.668Z | Compiling memmap2 v0.9.5 |
2847 | 2025-02-21T22:30:57.929Z | Compiling constant_time_eq v0.3.1 |
2848 | 2025-02-21T22:30:58.002Z | Compiling thiserror-no-std v2.0.2 |
2849 | 2025-02-21T22:30:58.111Z | Compiling indent_write v2.2.0 |
2850 | 2025-02-21T22:30:58.161Z | Compiling parking_lot_core v0.8.6 |
2851 | 2025-02-21T22:30:58.195Z | Compiling arrayvec v0.7.6 |
2852 | 2025-02-21T22:30:58.386Z | Compiling libefi-sys v0.1.0 |
2853 | 2025-02-21T22:30:58.639Z | Compiling salty v0.3.0 |
2854 | 2025-02-21T22:30:58.669Z | Compiling arrayref v0.3.9 |
2855 | 2025-02-21T22:30:58.717Z | Compiling linear-map v1.2.0 |
2856 | 2025-02-21T22:30:59.080Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2857 | 2025-02-21T22:30:59.177Z | Compiling vsss-rs v3.3.4 |
2858 | 2025-02-21T22:30:59.206Z | Compiling ghash v0.5.1 |
2859 | 2025-02-21T22:30:59.555Z | Compiling slog-stdlog v4.1.1 |
2860 | 2025-02-21T22:30:59.954Z | Compiling ciborium v0.2.2 |
2861 | 2025-02-21T22:31:00.027Z | Compiling p384 v0.13.0 |
2862 | 2025-02-21T22:31:00.291Z | Compiling toolchain_find v0.4.0 |
2863 | 2025-02-21T22:31:00.617Z | Compiling chacha20poly1305 v0.10.1 |
2864 | 2025-02-21T22:31:00.906Z | Compiling ctr v0.9.2 |
2865 | 2025-02-21T22:31:00.940Z | Compiling lzma-sys v0.1.20 |
2866 | 2025-02-21T22:31:01.313Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2867 | 2025-02-21T22:31:01.334Z | Compiling bitfield-struct v0.6.2 |
2868 | 2025-02-21T22:31:01.581Z | Compiling slog-dtrace v0.3.0 |
2869 | 2025-02-21T22:31:01.716Z | Compiling topological-sort v0.2.2 |
2870 | 2025-02-21T22:31:01.754Z | Compiling highway v1.2.0 |
2871 | 2025-02-21T22:31:01.991Z | Compiling omicron-zone-package v0.12.0 |
2872 | 2025-02-21T22:31:02.219Z | Compiling aes-gcm v0.10.3 |
2873 | 2025-02-21T22:31:02.843Z | Compiling rustfmt-wrapper v0.2.1 |
2874 | 2025-02-21T22:31:02.853Z | Compiling mime_guess v2.0.5 |
2875 | 2025-02-21T22:31:02.853Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2876 | 2025-02-21T22:31:02.853Z | Compiling slog-envlogger v2.2.0 |
2877 | 2025-02-21T22:31:03.222Z | Compiling steno v0.4.1 |
2878 | 2025-02-21T22:31:03.784Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2879 | 2025-02-21T22:31:03.911Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2880 | 2025-02-21T22:31:03.943Z | Compiling progenitor v0.8.0 |
2881 | 2025-02-21T22:31:04.009Z | Compiling heck v0.3.3 |
2882 | 2025-02-21T22:31:04.197Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2883 | 2025-02-21T22:31:04.407Z | Compiling ssh-encoding v0.2.0 |
2884 | 2025-02-21T22:31:04.458Z | Compiling blowfish v0.9.1 |
2885 | 2025-02-21T22:31:04.536Z | Compiling nibble_vec v0.1.0 |
2886 | 2025-02-21T22:31:04.776Z | Compiling env_filter v0.1.2 |
2887 | 2025-02-21T22:31:04.877Z | Compiling humantime v2.1.0 |
2888 | 2025-02-21T22:31:04.906Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2889 | 2025-02-21T22:31:04.946Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2890 | 2025-02-21T22:31:05.057Z | Compiling endian-type v0.1.2 |
2891 | 2025-02-21T22:31:05.308Z | Compiling radix_trie v0.2.1 |
2892 | 2025-02-21T22:31:05.364Z | Compiling env_logger v0.11.5 |
2893 | 2025-02-21T22:31:05.401Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2894 | 2025-02-21T22:31:05.428Z | Compiling ssh-cipher v0.2.0 |
2895 | 2025-02-21T22:31:05.755Z | Compiling progenitor v0.9.1 |
2896 | 2025-02-21T22:31:05.960Z | Compiling bcrypt-pbkdf v0.10.0 |
2897 | 2025-02-21T22:31:06.012Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2898 | 2025-02-21T22:31:06.032Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2025-02-21T22:31:06.243Z | Compiling zone_cfg_derive v0.1.2 |
2900 | 2025-02-21T22:31:06.853Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2901 | 2025-02-21T22:31:07.100Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2902 | 2025-02-21T22:31:07.537Z | Compiling parking_lot v0.11.2 |
2903 | 2025-02-21T22:31:07.687Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2904 | 2025-02-21T22:31:07.924Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2905 | 2025-02-21T22:31:08.407Z | Compiling password-hash v0.4.2 |
2906 | 2025-02-21T22:31:08.431Z | Compiling gethostname v0.5.0 |
2907 | 2025-02-21T22:31:08.451Z | Compiling fxhash v0.2.1 |
2908 | 2025-02-21T22:31:08.660Z | Compiling base64 v0.13.1 |
2909 | 2025-02-21T22:31:08.699Z | Compiling zip v2.1.3 |
2910 | 2025-02-21T22:31:09.091Z | Compiling simd-adler32 v0.3.7 |
2911 | 2025-02-21T22:31:09.263Z | Compiling lockfree-object-pool v0.1.6 |
2912 | 2025-02-21T22:31:09.286Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2913 | 2025-02-21T22:31:09.567Z | Compiling bumpalo v3.16.0 |
2914 | 2025-02-21T22:31:09.613Z | Compiling http-range v0.1.5 |
2915 | 2025-02-21T22:31:09.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2916 | 2025-02-21T22:31:09.695Z | Compiling ron v0.7.1 |
2917 | 2025-02-21T22:31:09.958Z | Compiling zopfli v0.8.1 |
2918 | 2025-02-21T22:31:10.104Z | Compiling pbkdf2 v0.11.0 |
2919 | 2025-02-21T22:31:10.524Z | Compiling sled v0.34.7 |
2920 | 2025-02-21T22:31:11.570Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2921 | 2025-02-21T22:31:11.728Z | Compiling xz2 v0.1.7 |
2922 | 2025-02-21T22:31:11.766Z | Compiling zone v0.1.8 |
2923 | 2025-02-21T22:31:12.221Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2924 | 2025-02-21T22:31:12.260Z | Compiling ssh-key v0.6.6 |
2925 | 2025-02-21T22:31:12.403Z | Compiling hickory-client v0.24.3 |
2926 | 2025-02-21T22:31:13.143Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2927 | 2025-02-21T22:31:13.311Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2928 | 2025-02-21T22:31:13.333Z | Compiling p521 v0.13.3 |
2929 | 2025-02-21T22:31:13.859Z | Compiling p256 v0.13.2 |
2930 | 2025-02-21T22:31:14.734Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2931 | 2025-02-21T22:31:14.844Z | Compiling hickory-server v0.24.3 |
2932 | 2025-02-21T22:31:15.657Z | Compiling pem v3.0.4 |
2933 | 2025-02-21T22:31:15.725Z | Compiling yasna v0.5.2 |
2934 | 2025-02-21T22:31:16.423Z | Compiling headers-core v0.3.0 |
2935 | 2025-02-21T22:31:16.491Z | Compiling kstat-rs v0.2.4 |
2936 | 2025-02-21T22:31:16.644Z | Compiling nanorand v0.7.0 |
2937 | 2025-02-21T22:31:17.099Z | Compiling russh-cryptovec v0.7.3 |
2938 | 2025-02-21T22:31:17.206Z | Compiling atty v0.2.14 |
2939 | 2025-02-21T22:31:17.331Z | Compiling md5 v0.7.0 |
2940 | 2025-02-21T22:31:17.387Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2941 | 2025-02-21T22:31:17.464Z | Compiling flume v0.11.1 |
2942 | 2025-02-21T22:31:17.895Z | Compiling russh-keys v0.45.0 |
2943 | 2025-02-21T22:31:18.134Z | Compiling rcgen v0.12.1 |
2944 | 2025-02-21T22:31:19.170Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2945 | 2025-02-21T22:31:20.048Z | Compiling headers v0.4.0 |
2946 | 2025-02-21T22:31:20.349Z | Compiling hyper-staticfile v0.10.1 |
2947 | 2025-02-21T22:31:21.772Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2948 | 2025-02-21T22:31:22.329Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2949 | 2025-02-21T22:31:23.304Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2950 | 2025-02-21T22:31:24.877Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2951 | 2025-02-21T22:31:25.040Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2952 | 2025-02-21T22:31:26.331Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2953 | 2025-02-21T22:31:26.542Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2954 | 2025-02-21T22:31:27.484Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2955 | 2025-02-21T22:31:28.927Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2956 | 2025-02-21T22:31:29.329Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2957 | 2025-02-21T22:31:29.919Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2958 | 2025-02-21T22:31:30.023Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2959 | 2025-02-21T22:31:30.103Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2960 | 2025-02-21T22:31:30.955Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2961 | 2025-02-21T22:31:31.026Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2962 | 2025-02-21T22:31:32.667Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2963 | 2025-02-21T22:31:32.762Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2964 | 2025-02-21T22:31:34.448Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2965 | 2025-02-21T22:31:34.637Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2025-02-21T22:31:35.351Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2967 | 2025-02-21T22:31:35.799Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2968 | 2025-02-21T22:31:36.486Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2969 | 2025-02-21T22:31:38.508Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2970 | 2025-02-21T22:31:39.006Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2971 | 2025-02-21T22:31:39.284Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2972 | 2025-02-21T22:31:40.895Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2973 | 2025-02-21T22:31:41.428Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2974 | 2025-02-21T22:31:42.723Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2975 | 2025-02-21T22:31:42.806Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2976 | 2025-02-21T22:31:43.011Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2977 | 2025-02-21T22:31:43.398Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2978 | 2025-02-21T22:31:43.834Z | Compiling num-bigint v0.4.6 |
2979 | 2025-02-21T22:31:43.896Z | Compiling des v0.8.1 |
2980 | 2025-02-21T22:31:44.286Z | Compiling subprocess v0.2.9 |
2981 | 2025-02-21T22:31:44.508Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2982 | 2025-02-21T22:31:44.552Z | Compiling display-error-chain v0.2.2 |
2983 | 2025-02-21T22:31:44.821Z | Compiling hex-literal v0.4.1 |
2984 | 2025-02-21T22:31:45.038Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2985 | 2025-02-21T22:31:45.429Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2986 | 2025-02-21T22:31:46.002Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2987 | 2025-02-21T22:31:46.349Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2988 | 2025-02-21T22:31:46.861Z | Compiling russh v0.45.0 |
2989 | 2025-02-21T22:31:47.933Z | Compiling internet-checksum v0.2.1 |
2990 | 2025-02-21T22:31:51.293Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2991 | 2025-02-21T22:31:58.644Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2992 | 2025-02-21T22:32:00.243Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2025-02-21T22:32:25.735Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2994 | 2025-02-21T22:32:50.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
2995 | 2025-02-21T22:32:51.177Z | |
2996 | 2025-02-21T22:32:51.179Z | real 2:30.617716314 |
2997 | 2025-02-21T22:32:51.179Z | user 12:44.367392004 |
2998 | 2025-02-21T22:32:51.179Z | sys 1:44.482206269 |
2999 | 2025-02-21T22:32:51.180Z | trap 0.397565255 |
3000 | 2025-02-21T22:32:51.180Z | tflt 0.357668196 |
3001 | 2025-02-21T22:32:51.180Z | dflt 0.786647069 |
3002 | 2025-02-21T22:32:51.180Z | kflt 0.000037080 |
3003 | 2025-02-21T22:32:51.180Z | lock 23:51.947256293 |
3004 | 2025-02-21T22:32:51.180Z | slp 45:20.187289635 |
3005 | 2025-02-21T22:32:51.180Z | lat 39.644652221 |
3006 | 2025-02-21T22:32:51.180Z | stop 1:43.717959500 |
3007 | 2025-02-21T22:32:51.180Z | + mkdir tests |
3008 | 2025-02-21T22:32:51.183Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3009 | 2025-02-21T22:32:51.183Z | + xargs -I '{}' -t cp '{}' tests/ |
3010 | 2025-02-21T22:32:51.223Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-84ec46e31a36f495 tests/ |
3011 | 2025-02-21T22:32:51.251Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08f7c3d692b89c36 tests/ |
3012 | 2025-02-21T22:32:51.278Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1abc88a50428029e tests/ |
3013 | 2025-02-21T22:32:51.306Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-26901deb272eb193 tests/ |
3014 | 2025-02-21T22:32:51.596Z | + 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/*) |
3015 | 2025-02-21T22:32:51.598Z | + 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-08f7c3d692b89c36 tests/commtest-1abc88a50428029e tests/dhcp_server-84ec46e31a36f495 tests/end_to_end_tests-26901deb272eb193 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 |
3016 | 2025-02-21T22:34:09.272Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3017 | 2025-02-21T22:34:09.272Z | a .github/buildomat/ci-env.sh 1K |
3018 | 2025-02-21T22:34:09.272Z | a out/target/test 1K |
3019 | 2025-02-21T22:34:09.272Z | a out/npuzone/npuzone 23144K |
3020 | 2025-02-21T22:34:09.272Z | a package-manifest.toml 33K |
3021 | 2025-02-21T22:34:09.272Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3022 | 2025-02-21T22:34:09.272Z | a target/release/omicron-package 39580K |
3023 | 2025-02-21T22:34:09.272Z | a target/release/xtask 10747K |
3024 | 2025-02-21T22:34:09.272Z | a target/debug/bootstrap 220201K |
3025 | 2025-02-21T22:34:09.272Z | a tests/bootstrap-08f7c3d692b89c36 24237K |
3026 | 2025-02-21T22:34:09.273Z | a tests/commtest-1abc88a50428029e 24525K |
3027 | 2025-02-21T22:34:09.273Z | a tests/dhcp_server-84ec46e31a36f495 24237K |
3028 | 2025-02-21T22:34:09.273Z | a tests/end_to_end_tests-26901deb272eb193 280668K |
3029 | 2025-02-21T22:34:09.273Z | a out/clickhouse.tar.gz 305942K |
3030 | 2025-02-21T22:34:09.273Z | a out/clickhouse_keeper.tar.gz 291615K |
3031 | 2025-02-21T22:34:09.273Z | a out/clickhouse_server.tar.gz 305938K |
3032 | 2025-02-21T22:34:09.273Z | a out/cockroachdb.tar.gz 144655K |
3033 | 2025-02-21T22:34:09.273Z | a out/crucible-dtrace.tar 99K |
3034 | 2025-02-21T22:34:09.273Z | a out/crucible-pantry-zone.tar.gz 32989K |
3035 | 2025-02-21T22:34:09.273Z | a out/crucible-zone.tar.gz 41360K |
3036 | 2025-02-21T22:34:09.273Z | a out/external-dns.tar.gz 46461K |
3037 | 2025-02-21T22:34:09.273Z | a out/internal-dns.tar.gz 46461K |
3038 | 2025-02-21T22:34:09.273Z | a out/mg-ddm-gz.tar 63075K |
3039 | 2025-02-21T22:34:09.273Z | a out/nexus.tar.gz 111057K |
3040 | 2025-02-21T22:34:09.273Z | a out/ntp.tar.gz 14933K |
3041 | 2025-02-21T22:34:09.273Z | a out/omicron-gateway-softnpu.tar.gz 26076K |
3042 | 2025-02-21T22:34:09.273Z | a out/omicron-sled-agent.tar 130025K |
3043 | 2025-02-21T22:34:09.273Z | a out/overlay.tar.gz 3K |
3044 | 2025-02-21T22:34:09.273Z | a out/oximeter.tar.gz 56152K |
3045 | 2025-02-21T22:34:09.273Z | a out/oxlog.tar 3138K |
3046 | 2025-02-21T22:34:09.273Z | a out/probe.tar.gz 2764K |
3047 | 2025-02-21T22:34:09.273Z | a out/propolis-server.tar.gz 66425K |
3048 | 2025-02-21T22:34:09.273Z | a out/pumpkind-gz.tar 26665K |
3049 | 2025-02-21T22:34:09.273Z | a out/switch-softnpu.tar.gz 265637K |
3050 | 2025-02-21T22:34:09.276Z | |
3051 | 2025-02-21T22:34:09.276Z | real 1:17.662395872 |
3052 | 2025-02-21T22:34:09.276Z | user 1:14.077499093 |
3053 | 2025-02-21T22:34:09.276Z | sys 5.098784193 |
3054 | 2025-02-21T22:34:09.276Z | trap 0.022851548 |
3055 | 2025-02-21T22:34:09.276Z | tflt 0.000000000 |
3056 | 2025-02-21T22:34:09.276Z | dflt 0.000000000 |
3057 | 2025-02-21T22:34:09.276Z | kflt 0.000000000 |
3058 | 2025-02-21T22:34:09.276Z | lock 0.000000000 |
3059 | 2025-02-21T22:34:09.276Z | slp 1:13.902920694 |
3060 | 2025-02-21T22:34:09.276Z | lat 2.217861810 |
3061 | 2025-02-21T22:34:09.276Z | stop 0.000244284 |
3062 | 2025-02-21T22:34:09.279Z | process exited: duration 2078106 ms, exit code 0 |
|
3063 | 2025-02-21T22:34:09.292Z | found 1 output files |
3064 | 2025-02-21T22:34:09.292Z | uploading: /work/package.tar.gz (2038421312 bytes) |
3065 | 2025-02-21T22:34:50.108Z | uploaded: /work/package.tar.gz |