|
|
|
1 | 2025-02-05T10:15:57.594Z | job assigned to worker 01JKASP50XPS3CAYXEQY3EHY17 [factory aws, i-009f20deb398cfe08] (queued for 59 s) |
|
2 | 2025-02-05T10:16:05.852Z | starting task 0: "setup" |
3 | 2025-02-05T10:16:05.859Z | ++ uname -s |
4 | 2025-02-05T10:16:05.862Z | + kern=SunOS |
5 | 2025-02-05T10:16:05.862Z | + build_user=build |
6 | 2025-02-05T10:16:05.863Z | + build_uid=12345 |
7 | 2025-02-05T10:16:05.863Z | + work_dir=/work |
8 | 2025-02-05T10:16:05.863Z | + input_dir=/input |
9 | 2025-02-05T10:16:05.863Z | + [[ 0 == 12345 ]] |
10 | 2025-02-05T10:16:05.863Z | + case "$kern" in |
11 | 2025-02-05T10:16:05.863Z | + groupadd -g 12345 build |
12 | 2025-02-05T10:16:05.866Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-05T10:16:07.873Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-05T10:16:08.061Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-05T10:16:08.064Z | + home_fs=zfs |
16 | 2025-02-05T10:16:08.064Z | + [[ zfs == autofs ]] |
17 | 2025-02-05T10:16:08.064Z | + mkdir -p /home/build |
18 | 2025-02-05T10:16:08.064Z | + chown build:build /home/build /work |
19 | 2025-02-05T10:16:09.073Z | + chmod 0700 /home/build /work |
20 | 2025-02-05T10:16:09.078Z | process exited: duration 3211 ms, exit code 0 |
|
21 | 2025-02-05T10:16:09.086Z | starting task 1: "rust-toolchain" |
22 | 2025-02-05T10:16:09.091Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-05T10:16:09.091Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-05T10:16:09.091Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-05T10:16:09.091Z | * rust toolchain profile = "default" |
26 | 2025-02-05T10:16:09.091Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-05T10:16:09.091Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-05T10:16:09.094Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-05T10:16:09.094Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-05T10:16:09.214Z | info: downloading installer |
31 | 2025-02-05T10:16:10.749Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-05T10:16:10.749Z | warning: /opt/ooce/bin |
33 | 2025-02-05T10:16:10.749Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-05T10:16:10.749Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-05T10:16:10.749Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-05T10:16:10.749Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-05T10:16:10.749Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-05T10:16:10.749Z | error: cannot install while Rust is installed |
39 | 2025-02-05T10:16:10.749Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-05T10:16:10.776Z | info: profile set to 'default' |
41 | 2025-02-05T10:16:10.777Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-05T10:16:10.780Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-05T10:16:10.916Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-05T10:16:10.916Z | info: downloading component 'cargo' |
45 | 2025-02-05T10:16:11.647Z | info: downloading component 'clippy' |
46 | 2025-02-05T10:16:11.930Z | info: downloading component 'rust-docs' |
47 | 2025-02-05T10:16:12.969Z | info: downloading component 'rust-std' |
48 | 2025-02-05T10:16:14.404Z | info: downloading component 'rustc' |
49 | 2025-02-05T10:16:20.088Z | info: downloading component 'rustfmt' |
50 | 2025-02-05T10:16:20.301Z | info: installing component 'cargo' |
51 | 2025-02-05T10:16:21.122Z | info: installing component 'clippy' |
52 | 2025-02-05T10:16:21.500Z | info: installing component 'rust-docs' |
53 | 2025-02-05T10:16:23.165Z | info: installing component 'rust-std' |
54 | 2025-02-05T10:16:24.837Z | info: installing component 'rustc' |
55 | 2025-02-05T10:16:31.262Z | info: installing component 'rustfmt' |
56 | 2025-02-05T10:16:31.262Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-05T10:16:31.262Z | |
58 | 2025-02-05T10:16:31.622Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-05T10:16:31.623Z | |
60 | 2025-02-05T10:16:31.640Z | |
61 | 2025-02-05T10:16:31.640Z | Rust is installed now. Great! |
62 | 2025-02-05T10:16:31.640Z | |
63 | 2025-02-05T10:16:31.640Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-05T10:16:31.640Z | environment variable. This has not been done automatically. |
65 | 2025-02-05T10:16:31.640Z | |
66 | 2025-02-05T10:16:31.640Z | To configure your current shell, you need to source |
67 | 2025-02-05T10:16:31.640Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-05T10:16:31.640Z | |
69 | 2025-02-05T10:16:31.640Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-05T10:16:31.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-05T10:16:31.640Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-05T10:16:31.659Z | + rustup --version |
73 | 2025-02-05T10:16:31.674Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-05T10:16:31.675Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-05T10:16:31.740Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-05T10:16:31.742Z | + cargo --version |
77 | 2025-02-05T10:16:31.798Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-05T10:16:31.801Z | + rustc --version |
79 | 2025-02-05T10:16:31.859Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-05T10:16:31.862Z | process exited: duration 22776 ms, exit code 0 |
|
81 | 2025-02-05T10:16:31.868Z | starting task 2: "authentication" |
82 | 2025-02-05T10:16:31.890Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-05T10:16:31.896Z | starting task 3: "clone repository" |
84 | 2025-02-05T10:16:31.901Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-05T10:16:31.904Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-05T10:16:32.020Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-05T10:16:39.177Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-05T10:16:39.177Z | + git fetch origin b57a434bba246b1db6c6bf319083ea1b331373a0 |
89 | 2025-02-05T10:16:39.475Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-05T10:16:39.475Z | * branch b57a434bba246b1db6c6bf319083ea1b331373a0 -> FETCH_HEAD |
91 | 2025-02-05T10:16:39.483Z | + [[ -n renovate/clap-4.x-lockfile ]] |
92 | 2025-02-05T10:16:39.486Z | ++ git branch --show-current |
93 | 2025-02-05T10:16:39.490Z | + current=main |
94 | 2025-02-05T10:16:39.490Z | + [[ main != renovate/clap-4.x-lockfile ]] |
95 | 2025-02-05T10:16:39.490Z | + git branch -f renovate/clap-4.x-lockfile b57a434bba246b1db6c6bf319083ea1b331373a0 |
96 | 2025-02-05T10:16:39.493Z | + git checkout -f renovate/clap-4.x-lockfile |
97 | 2025-02-05T10:16:39.563Z | Switched to branch 'renovate/clap-4.x-lockfile' |
98 | 2025-02-05T10:16:39.567Z | + git reset --hard b57a434bba246b1db6c6bf319083ea1b331373a0 |
99 | 2025-02-05T10:16:39.636Z | HEAD is now at b57a434bb Update Rust crate clap to v4.5.28 |
100 | 2025-02-05T10:16:39.640Z | process exited: duration 7740 ms, exit code 0 |
|
101 | 2025-02-05T10:16:39.649Z | starting task 4: "build" |
102 | 2025-02-05T10:16:39.656Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-05T10:16:39.656Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-05T10:16:39.656Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-05T10:16:39.656Z | + cargo --version |
106 | 2025-02-05T10:16:39.701Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-02-05T10:16:39.704Z | + rustc --version |
108 | 2025-02-05T10:16:39.763Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-02-05T10:16:39.766Z | + WORK=/work |
110 | 2025-02-05T10:16:39.766Z | + pfexec mkdir -p /work |
111 | 2025-02-05T10:16:39.772Z | + pfexec chown build /work |
112 | 2025-02-05T10:16:39.775Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-05T10:16:41.375Z | pkg list: illegal option -- F |
114 | 2025-02-05T10:16:41.375Z | Usage: |
115 | 2025-02-05T10:16:41.379Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-05T10:16:41.379Z | [pkg_fmri_pattern ...] |
117 | 2025-02-05T10:16:42.172Z | pkg list: illegal option -- F |
118 | 2025-02-05T10:16:42.172Z | Usage: |
119 | 2025-02-05T10:16:42.176Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-05T10:16:42.176Z | [pkg_fmri_pattern ...] |
121 | 2025-02-05T10:16:54.863Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-05T10:16:59.026Z | Startup: Caching catalogs ... Done |
123 | 2025-02-05T10:17:10.631Z | Planning: Solver setup ... Done (10.675s) |
124 | 2025-02-05T10:17:10.777Z | Planning: Running solver ... Done (0.149s) |
125 | 2025-02-05T10:17:10.890Z | Planning: Finding local manifests ... Done (0.006s) |
126 | 2025-02-05T10:17:10.925Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-05T10:17:11.614Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-05T10:17:11.898Z | Planning: Package planning ... Done (0.284s) |
129 | 2025-02-05T10:17:11.955Z | Planning: Merging actions ... Done (0.056s) |
130 | 2025-02-05T10:17:12.152Z | Planning: Checking for conflicting actions ... Done (0.196s) |
131 | 2025-02-05T10:17:13.822Z | Planning: Consolidating action changes ... Done (1.665s) |
132 | 2025-02-05T10:17:14.236Z | Planning: Evaluating mediators ... Done (0.419s) |
133 | 2025-02-05T10:17:14.317Z | Planning: Planning completed in 15.19 seconds |
134 | 2025-02-05T10:17:14.334Z | Packages to install: 4 |
135 | 2025-02-05T10:17:14.334Z | Packages to update: 3 |
136 | 2025-02-05T10:17:14.334Z | Mediators to change: 2 |
137 | 2025-02-05T10:17:14.334Z | Services to change: 1 |
138 | 2025-02-05T10:17:14.334Z | Estimated space available: 155.61 GB |
139 | 2025-02-05T10:17:14.338Z | Estimated space to be consumed: 1.65 GB |
140 | 2025-02-05T10:17:14.338Z | Create boot environment: No |
141 | 2025-02-05T10:17:14.338Z | Create backup boot environment: Yes |
142 | 2025-02-05T10:17:14.338Z | Rebuild boot archive: No |
143 | 2025-02-05T10:17:14.338Z | |
144 | 2025-02-05T10:17:14.338Z | Changed mediators: |
145 | 2025-02-05T10:17:14.338Z | mediator clang: |
146 | 2025-02-05T10:17:14.338Z | version: None -> 15 (system default) |
147 | 2025-02-05T10:17:14.338Z | |
148 | 2025-02-05T10:17:14.338Z | mediator llvm: |
149 | 2025-02-05T10:17:14.338Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-05T10:17:14.338Z | |
151 | 2025-02-05T10:17:14.338Z | Changed packages: |
152 | 2025-02-05T10:17:14.338Z | helios-dev |
153 | 2025-02-05T10:17:14.338Z | developer/build-essential |
154 | 2025-02-05T10:17:14.338Z | None -> 11-2.0 |
155 | 2025-02-05T10:17:14.339Z | library/libxmlsec1 |
156 | 2025-02-05T10:17:14.339Z | None -> 1.2.35-2.0 |
157 | 2025-02-05T10:17:14.339Z | ooce/developer/clang-15 |
158 | 2025-02-05T10:17:14.339Z | None -> 15.0.7-2.0 |
159 | 2025-02-05T10:17:14.339Z | ooce/developer/llvm-15 |
160 | 2025-02-05T10:17:14.339Z | None -> 15.0.7-2.0 |
161 | 2025-02-05T10:17:14.339Z | package/pkg |
162 | 2025-02-05T10:17:14.339Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-05T10:17:14.339Z | system/library/g++-runtime |
164 | 2025-02-05T10:17:14.339Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-05T10:17:14.339Z | system/library/gcc-runtime |
166 | 2025-02-05T10:17:14.339Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-05T10:17:14.339Z | |
168 | 2025-02-05T10:17:14.339Z | Services: |
169 | 2025-02-05T10:17:14.339Z | restart_fmri: |
170 | 2025-02-05T10:17:14.339Z | svc:/system/update-man-index:default |
171 | 2025-02-05T10:17:14.339Z | |
172 | 2025-02-05T10:17:14.339Z | Editable files to change: |
173 | 2025-02-05T10:17:14.339Z | Update: |
174 | 2025-02-05T10:17:14.339Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-05T10:17:14.419Z | |
176 | 2025-02-05T10:17:14.419Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-05T10:17:19.579Z | Download: 757/4301 items 18.5/225.4MB 8% complete (3.8M/s) |
178 | 2025-02-05T10:17:24.668Z | Download: 1197/4301 items 80.1/225.4MB 35% complete (8.0M/s) |
179 | 2025-02-05T10:17:29.693Z | Download: 1595/4301 items 108.3/225.4MB 48% complete (9.0M/s) |
180 | 2025-02-05T10:17:34.671Z | Download: 2462/4301 items 120.2/225.4MB 53% complete (4.0M/s) |
181 | 2025-02-05T10:17:39.768Z | Download: 3245/4301 items 173.6/225.4MB 77% complete (6.9M/s) |
182 | 2025-02-05T10:17:44.786Z | Download: 3484/4301 items 215.5/225.4MB 95% complete (9.5M/s) |
183 | 2025-02-05T10:17:47.648Z | Download: Completed 225.42 MB in 33.23 seconds (6.8M/s) |
184 | 2025-02-05T10:17:50.017Z | Actions: 1/5122 actions (Removing old actions) |
185 | 2025-02-05T10:17:50.083Z | Actions: 194/5122 actions (Installing new actions) |
186 | 2025-02-05T10:17:54.733Z | Actions: 4267/5122 actions (Updating modified actions) |
187 | 2025-02-05T10:17:55.095Z | Actions: Completed 5122 actions in 5.08 seconds. |
188 | 2025-02-05T10:17:55.521Z | Done (0.418s) |
189 | 2025-02-05T10:17:55.524Z | Done (0.001s) |
190 | 2025-02-05T10:17:56.147Z | Done (0.584s) |
191 | 2025-02-05T10:18:00.484Z | Done (4.099s) |
192 | 2025-02-05T10:18:00.527Z | Done (0.018s) |
193 | 2025-02-05T10:18:00.531Z | Done (0.000s) |
194 | 2025-02-05T10:18:00.788Z | Done (0.000s) |
195 | 2025-02-05T10:18:01.384Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-02-05T10:18:01.545Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-02-05T10:18:01.548Z | Planning: Consolidating action changes ... Done |
198 | 2025-02-05T10:18:01.849Z | Planning: Evaluating mediators ... Done |
199 | 2025-02-05T10:18:01.864Z | Planning: Planning completed in 0.43 seconds |
200 | 2025-02-05T10:18:01.868Z | Mediators to change: 2 |
201 | 2025-02-05T10:18:01.868Z | Create boot environment: No |
202 | 2025-02-05T10:18:01.868Z | Create backup boot environment: No |
203 | 2025-02-05T10:18:01.932Z | Done |
204 | 2025-02-05T10:18:01.932Z | Done |
205 | 2025-02-05T10:18:02.313Z | Done |
206 | 2025-02-05T10:18:05.925Z | Done |
207 | 2025-02-05T10:18:06.015Z | Done |
208 | 2025-02-05T10:18:06.019Z | Done |
209 | 2025-02-05T10:18:06.150Z | Done |
210 | 2025-02-05T10:18:08.263Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-02-05T10:18:08.268Z | Planning: Merging actions ... Done |
212 | 2025-02-05T10:18:08.268Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-02-05T10:18:08.268Z | Planning: Consolidating action changes ... Done |
214 | 2025-02-05T10:18:08.268Z | Planning: Evaluating mediators ... Done |
215 | 2025-02-05T10:18:08.268Z | Planning: Planning completed in 0.78 seconds |
216 | 2025-02-05T10:18:08.268Z | Packages to change: 1 |
217 | 2025-02-05T10:18:08.268Z | Mediators to change: 1 |
218 | 2025-02-05T10:18:08.268Z | Services to change: 1 |
219 | 2025-02-05T10:18:08.268Z | Create boot environment: No |
220 | 2025-02-05T10:18:08.268Z | Create backup boot environment: Yes |
221 | 2025-02-05T10:18:09.680Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-02-05T10:18:09.685Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-02-05T10:18:09.685Z | Done |
224 | 2025-02-05T10:18:09.685Z | Done |
225 | 2025-02-05T10:18:09.801Z | Done |
226 | 2025-02-05T10:18:13.366Z | Done |
227 | 2025-02-05T10:18:13.464Z | Done |
228 | 2025-02-05T10:18:13.468Z | Done |
229 | 2025-02-05T10:18:13.630Z | Done |
230 | 2025-02-05T10:18:14.054Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-02-05T10:18:14.054Z | clang system 15 system |
232 | 2025-02-05T10:18:14.054Z | csh system system illumos |
233 | 2025-02-05T10:18:14.054Z | ctags system system illumos |
234 | 2025-02-05T10:18:14.054Z | gcc vendor 12 vendor |
235 | 2025-02-05T10:18:14.054Z | gcc system 10 system |
236 | 2025-02-05T10:18:14.054Z | gcc system 7 system |
237 | 2025-02-05T10:18:14.054Z | go system 1.20 system |
238 | 2025-02-05T10:18:14.054Z | go system 1.19 system |
239 | 2025-02-05T10:18:14.054Z | llvm system 15 system |
240 | 2025-02-05T10:18:14.054Z | llvm system 14 system |
241 | 2025-02-05T10:18:14.054Z | mariadb system 10.6 system |
242 | 2025-02-05T10:18:14.054Z | mta vendor vendor dma |
243 | 2025-02-05T10:18:14.054Z | openjdk system 17 system |
244 | 2025-02-05T10:18:14.054Z | openjdk system 11 system |
245 | 2025-02-05T10:18:14.054Z | openjdk system 1.8 system |
246 | 2025-02-05T10:18:14.054Z | openssl vendor 3 vendor |
247 | 2025-02-05T10:18:14.054Z | perl system 5.36 system |
248 | 2025-02-05T10:18:14.054Z | postgresql system 15 system |
249 | 2025-02-05T10:18:14.055Z | postgresql system 13 system |
250 | 2025-02-05T10:18:14.055Z | python vendor 3 vendor |
251 | 2025-02-05T10:18:14.055Z | python system 2 system |
252 | 2025-02-05T10:18:14.055Z | python3 system 3.11 system |
253 | 2025-02-05T10:18:14.055Z | ruby system 3.0 system |
254 | 2025-02-05T10:18:14.055Z | words vendor vendor american-english |
255 | 2025-02-05T10:18:14.055Z | words system system australian-english |
256 | 2025-02-05T10:18:14.055Z | words system system british-english |
257 | 2025-02-05T10:18:14.055Z | words system system canadian-english |
258 | 2025-02-05T10:18:14.055Z | words system system french |
259 | 2025-02-05T10:18:14.055Z | words system system italian |
260 | 2025-02-05T10:18:14.055Z | words system system ngerman |
261 | 2025-02-05T10:18:14.055Z | words system system ogerman |
262 | 2025-02-05T10:18:14.055Z | words system system spanish |
263 | 2025-02-05T10:18:14.391Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-02-05T10:18:14.391Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-02-05T10:18:17.406Z | FMRI IFO |
266 | 2025-02-05T10:18:17.406Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-02-05T10:18:17.406Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-02-05T10:18:17.406Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
273 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
276 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
279 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-02-05T10:18:17.407Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-02-05T10:18:18.124Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-02-05T10:18:18.394Z | Updating crates.io index |
283 | 2025-02-05T10:18:18.545Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
284 | 2025-02-05T10:18:18.848Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-02-05T10:18:19.366Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
286 | 2025-02-05T10:18:19.657Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-02-05T10:18:19.955Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-02-05T10:18:20.232Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2025-02-05T10:18:21.189Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2025-02-05T10:18:22.990Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2025-02-05T10:18:23.774Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2025-02-05T10:18:24.517Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2025-02-05T10:18:24.790Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2025-02-05T10:18:25.064Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2025-02-05T10:18:25.703Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
296 | 2025-02-05T10:18:26.013Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
297 | 2025-02-05T10:18:26.427Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
298 | 2025-02-05T10:18:27.122Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
299 | 2025-02-05T10:18:27.405Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
300 | 2025-02-05T10:18:27.627Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
301 | 2025-02-05T10:18:27.921Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
302 | 2025-02-05T10:18:28.979Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-02-05T10:18:29.290Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
304 | 2025-02-05T10:18:29.642Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2025-02-05T10:18:29.949Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2025-02-05T10:18:30.290Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-02-05T10:18:30.868Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2025-02-05T10:18:31.148Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2025-02-05T10:18:31.553Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-02-05T10:18:31.912Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
311 | 2025-02-05T10:18:32.263Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-02-05T10:18:32.585Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-02-05T10:18:32.808Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-02-05T10:18:33.986Z | Downloading crates ... |
315 | 2025-02-05T10:18:34.043Z | Downloaded anstyle-parse v0.2.5 |
316 | 2025-02-05T10:18:34.047Z | Downloaded anstyle v1.0.10 |
317 | 2025-02-05T10:18:34.047Z | Downloaded anstream v0.6.15 |
318 | 2025-02-05T10:18:34.051Z | Downloaded anstyle-query v1.1.1 |
319 | 2025-02-05T10:18:34.074Z | Downloaded pretty-hex v0.4.1 |
320 | 2025-02-05T10:18:34.161Z | Downloaded colorchoice v1.0.2 |
321 | 2025-02-05T10:18:34.166Z | Downloaded scroll_derive v0.12.0 |
322 | 2025-02-05T10:18:34.166Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2025-02-05T10:18:34.166Z | Downloaded equivalent v1.0.1 |
324 | 2025-02-05T10:18:34.166Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-02-05T10:18:34.166Z | Downloaded swrite v0.1.0 |
326 | 2025-02-05T10:18:34.166Z | Downloaded cargo_metadata v0.18.1 |
327 | 2025-02-05T10:18:34.167Z | Downloaded bytecount v0.6.8 |
328 | 2025-02-05T10:18:34.167Z | Downloaded autocfg v1.4.0 |
329 | 2025-02-05T10:18:34.167Z | Downloaded errno v0.3.9 |
330 | 2025-02-05T10:18:34.167Z | Downloaded cfg-if v1.0.0 |
331 | 2025-02-05T10:18:34.167Z | Downloaded cargo-platform v0.1.8 |
332 | 2025-02-05T10:18:34.167Z | Downloaded byteorder v1.5.0 |
333 | 2025-02-05T10:18:34.167Z | Downloaded terminal_size v0.4.0 |
334 | 2025-02-05T10:18:34.167Z | Downloaded serde_spanned v0.6.8 |
335 | 2025-02-05T10:18:34.167Z | Downloaded block-buffer v0.10.4 |
336 | 2025-02-05T10:18:34.167Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-02-05T10:18:34.167Z | Downloaded digest v0.10.7 |
338 | 2025-02-05T10:18:34.167Z | Downloaded plain v0.2.3 |
339 | 2025-02-05T10:18:34.167Z | Downloaded pest_generator v2.7.14 |
340 | 2025-02-05T10:18:34.167Z | Downloaded thiserror-impl v1.0.69 |
341 | 2025-02-05T10:18:34.167Z | Downloaded thiserror v1.0.69 |
342 | 2025-02-05T10:18:34.167Z | Downloaded itoa v1.0.11 |
343 | 2025-02-05T10:18:34.167Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2025-02-05T10:18:34.167Z | Downloaded fastrand v2.1.1 |
345 | 2025-02-05T10:18:34.167Z | Downloaded crypto-common v0.1.6 |
346 | 2025-02-05T10:18:34.167Z | Downloaded thread-id v4.2.2 |
347 | 2025-02-05T10:18:34.167Z | Downloaded tabled_derive v0.7.0 |
348 | 2025-02-05T10:18:34.167Z | Downloaded usdt-impl v0.5.0 |
349 | 2025-02-05T10:18:34.167Z | Downloaded macaddr v1.0.1 |
350 | 2025-02-05T10:18:34.168Z | Downloaded heck v0.4.1 |
351 | 2025-02-05T10:18:34.168Z | Downloaded utf8parse v0.2.2 |
352 | 2025-02-05T10:18:34.168Z | Downloaded smawk v0.3.2 |
353 | 2025-02-05T10:18:34.168Z | Downloaded heck v0.5.0 |
354 | 2025-02-05T10:18:34.168Z | Downloaded version_check v0.9.5 |
355 | 2025-02-05T10:18:34.168Z | Downloaded toml_datetime v0.6.8 |
356 | 2025-02-05T10:18:34.168Z | Downloaded cpufeatures v0.2.14 |
357 | 2025-02-05T10:18:34.168Z | Downloaded memmap v0.7.0 |
358 | 2025-02-05T10:18:34.168Z | Downloaded fs-err v2.11.0 |
359 | 2025-02-05T10:18:34.168Z | Downloaded fnv v1.0.7 |
360 | 2025-02-05T10:18:34.168Z | Downloaded usdt v0.5.0 |
361 | 2025-02-05T10:18:34.168Z | Downloaded cargo_toml v0.20.5 |
362 | 2025-02-05T10:18:34.168Z | Downloaded is_terminal_polyfill v1.70.1 |
363 | 2025-02-05T10:18:34.168Z | Downloaded camino-tempfile v1.1.1 |
364 | 2025-02-05T10:18:34.168Z | Downloaded usdt-macro v0.5.0 |
365 | 2025-02-05T10:18:34.168Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2025-02-05T10:18:34.168Z | Downloaded clap_lex v0.7.4 |
367 | 2025-02-05T10:18:34.168Z | Downloaded dof v0.3.0 |
368 | 2025-02-05T10:18:34.168Z | Downloaded proc-macro-error v1.0.4 |
369 | 2025-02-05T10:18:34.173Z | Downloaded strsim v0.11.1 |
370 | 2025-02-05T10:18:34.173Z | Downloaded ryu v1.0.18 |
371 | 2025-02-05T10:18:34.178Z | Downloaded once_cell v1.20.2 |
372 | 2025-02-05T10:18:34.184Z | Downloaded tempfile v3.13.0 |
373 | 2025-02-05T10:18:34.188Z | Downloaded quote v1.0.38 |
374 | 2025-02-05T10:18:34.191Z | Downloaded scroll v0.12.0 |
375 | 2025-02-05T10:18:34.191Z | Downloaded generic-array v0.14.7 |
376 | 2025-02-05T10:18:34.195Z | Downloaded pest_derive v2.7.14 |
377 | 2025-02-05T10:18:34.195Z | Downloaded sha2 v0.10.8 |
378 | 2025-02-05T10:18:34.199Z | Downloaded semver v1.0.24 |
379 | 2025-02-05T10:18:34.202Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-02-05T10:18:34.207Z | Downloaded textwrap v0.16.1 |
381 | 2025-02-05T10:18:34.210Z | Downloaded proc-macro2 v1.0.92 |
382 | 2025-02-05T10:18:34.210Z | Downloaded typenum v1.17.0 |
383 | 2025-02-05T10:18:34.214Z | Downloaded camino v1.1.9 |
384 | 2025-02-05T10:18:34.218Z | Downloaded log v0.4.22 |
385 | 2025-02-05T10:18:34.218Z | Downloaded bitflags v2.6.0 |
386 | 2025-02-05T10:18:34.221Z | Downloaded papergrid v0.11.0 |
387 | 2025-02-05T10:18:34.224Z | Downloaded toml v0.8.19 |
388 | 2025-02-05T10:18:34.227Z | Downloaded clap_derive v4.5.28 |
389 | 2025-02-05T10:18:34.231Z | Downloaded anyhow v1.0.95 |
390 | 2025-02-05T10:18:34.235Z | Downloaded clap v4.5.28 |
391 | 2025-02-05T10:18:34.243Z | Downloaded unicode-ident v1.0.14 |
392 | 2025-02-05T10:18:34.248Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-02-05T10:18:34.251Z | Downloaded serde_derive v1.0.217 |
394 | 2025-02-05T10:18:34.251Z | Downloaded pest_meta v2.7.14 |
395 | 2025-02-05T10:18:34.254Z | Downloaded serde v1.0.217 |
396 | 2025-02-05T10:18:34.271Z | Downloaded memchr v2.7.4 |
397 | 2025-02-05T10:18:34.275Z | Downloaded indexmap v2.7.1 |
398 | 2025-02-05T10:18:34.280Z | Downloaded toml_edit v0.22.22 |
399 | 2025-02-05T10:18:34.311Z | Downloaded hashbrown v0.15.1 |
400 | 2025-02-05T10:18:34.319Z | Downloaded pest v2.7.14 |
401 | 2025-02-05T10:18:34.324Z | Downloaded serde_json v1.0.135 |
402 | 2025-02-05T10:18:34.331Z | Downloaded zerocopy v0.7.35 |
403 | 2025-02-05T10:18:34.346Z | Downloaded winnow v0.6.20 |
404 | 2025-02-05T10:18:34.353Z | Downloaded goblin v0.8.2 |
405 | 2025-02-05T10:18:34.359Z | Downloaded clap_builder v4.5.27 |
406 | 2025-02-05T10:18:34.365Z | Downloaded tabled v0.15.0 |
407 | 2025-02-05T10:18:34.379Z | Downloaded unicode-width v0.1.14 |
408 | 2025-02-05T10:18:34.384Z | Downloaded syn v1.0.109 |
409 | 2025-02-05T10:18:34.402Z | Downloaded syn v2.0.96 |
410 | 2025-02-05T10:18:34.413Z | Downloaded rustix v0.38.37 |
411 | 2025-02-05T10:18:34.445Z | Downloaded libc v0.2.169 |
412 | 2025-02-05T10:18:34.752Z | Compiling proc-macro2 v1.0.92 |
413 | 2025-02-05T10:18:34.752Z | Compiling unicode-ident v1.0.14 |
414 | 2025-02-05T10:18:34.752Z | Compiling serde v1.0.217 |
415 | 2025-02-05T10:18:34.755Z | Compiling version_check v0.9.5 |
416 | 2025-02-05T10:18:34.755Z | Compiling thiserror v1.0.69 |
417 | 2025-02-05T10:18:34.755Z | Compiling memchr v2.7.4 |
418 | 2025-02-05T10:18:34.755Z | Compiling libc v0.2.169 |
419 | 2025-02-05T10:18:34.787Z | Compiling ucd-trie v0.1.7 |
420 | 2025-02-05T10:18:35.046Z | Compiling itoa v1.0.11 |
421 | 2025-02-05T10:18:35.463Z | Compiling ryu v1.0.18 |
422 | 2025-02-05T10:18:35.477Z | Compiling once_cell v1.20.2 |
423 | 2025-02-05T10:18:35.501Z | Compiling byteorder v1.5.0 |
424 | 2025-02-05T10:18:35.615Z | Compiling serde_json v1.0.135 |
425 | 2025-02-05T10:18:35.880Z | Compiling rustix v0.38.37 |
426 | 2025-02-05T10:18:35.969Z | Compiling bitflags v2.6.0 |
427 | 2025-02-05T10:18:35.991Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2025-02-05T10:18:36.294Z | Compiling usdt-impl v0.5.0 |
429 | 2025-02-05T10:18:36.320Z | Compiling syn v1.0.109 |
430 | 2025-02-05T10:18:36.389Z | Compiling proc-macro-error v1.0.4 |
431 | 2025-02-05T10:18:36.424Z | Compiling plain v0.2.3 |
432 | 2025-02-05T10:18:36.672Z | Compiling quote v1.0.38 |
433 | 2025-02-05T10:18:36.688Z | Compiling errno v0.3.9 |
434 | 2025-02-05T10:18:36.688Z | Compiling camino v1.1.9 |
435 | 2025-02-05T10:18:36.819Z | Compiling equivalent v1.0.1 |
436 | 2025-02-05T10:18:36.858Z | Compiling utf8parse v0.2.2 |
437 | 2025-02-05T10:18:36.951Z | Compiling syn v2.0.96 |
438 | 2025-02-05T10:18:36.974Z | Compiling hashbrown v0.15.1 |
439 | 2025-02-05T10:18:37.033Z | Compiling log v0.4.22 |
440 | 2025-02-05T10:18:37.158Z | Compiling thread-id v4.2.2 |
441 | 2025-02-05T10:18:37.211Z | Compiling anstyle-parse v0.2.5 |
442 | 2025-02-05T10:18:37.473Z | Compiling is_terminal_polyfill v1.70.1 |
443 | 2025-02-05T10:18:37.533Z | Compiling anstyle-query v1.1.1 |
444 | 2025-02-05T10:18:37.624Z | Compiling colorchoice v1.0.2 |
445 | 2025-02-05T10:18:37.686Z | Compiling semver v1.0.24 |
446 | 2025-02-05T10:18:37.712Z | Compiling winnow v0.6.20 |
447 | 2025-02-05T10:18:37.802Z | Compiling anstyle v1.0.10 |
448 | 2025-02-05T10:18:38.044Z | Compiling indexmap v2.7.1 |
449 | 2025-02-05T10:18:38.068Z | Compiling autocfg v1.4.0 |
450 | 2025-02-05T10:18:38.177Z | Compiling pretty-hex v0.4.1 |
451 | 2025-02-05T10:18:38.202Z | Compiling unicode-width v0.1.14 |
452 | 2025-02-05T10:18:38.546Z | Compiling anstream v0.6.15 |
453 | 2025-02-05T10:18:38.800Z | Compiling terminal_size v0.4.0 |
454 | 2025-02-05T10:18:39.173Z | Compiling fs-err v2.11.0 |
455 | 2025-02-05T10:18:39.211Z | Compiling cfg-if v1.0.0 |
456 | 2025-02-05T10:18:39.428Z | Compiling heck v0.5.0 |
457 | 2025-02-05T10:18:39.435Z | Compiling fastrand v2.1.1 |
458 | 2025-02-05T10:18:39.435Z | Compiling fnv v1.0.7 |
459 | 2025-02-05T10:18:39.435Z | Compiling heck v0.4.1 |
460 | 2025-02-05T10:18:39.435Z | Compiling anyhow v1.0.95 |
461 | 2025-02-05T10:18:39.815Z | Compiling strsim v0.11.1 |
462 | 2025-02-05T10:18:39.840Z | Compiling clap_lex v0.7.4 |
463 | 2025-02-05T10:18:39.930Z | Compiling bytecount v0.6.8 |
464 | 2025-02-05T10:18:40.109Z | Compiling papergrid v0.11.0 |
465 | 2025-02-05T10:18:40.302Z | Compiling clap_builder v4.5.27 |
466 | 2025-02-05T10:18:40.389Z | Compiling tempfile v3.13.0 |
467 | 2025-02-05T10:18:40.557Z | Compiling memmap v0.7.0 |
468 | 2025-02-05T10:18:40.688Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-02-05T10:18:40.911Z | Compiling smawk v0.3.2 |
470 | 2025-02-05T10:18:41.140Z | Compiling textwrap v0.16.1 |
471 | 2025-02-05T10:18:41.189Z | Compiling swrite v0.1.0 |
472 | 2025-02-05T10:18:42.172Z | Compiling tabled_derive v0.7.0 |
473 | 2025-02-05T10:18:43.477Z | Compiling tabled v0.15.0 |
474 | 2025-02-05T10:18:43.793Z | Compiling serde_derive v1.0.217 |
475 | 2025-02-05T10:18:43.796Z | Compiling thiserror-impl v1.0.69 |
476 | 2025-02-05T10:18:43.796Z | Compiling zerocopy-derive v0.7.35 |
477 | 2025-02-05T10:18:43.796Z | Compiling scroll_derive v0.12.0 |
478 | 2025-02-05T10:18:43.796Z | Compiling clap_derive v4.5.28 |
479 | 2025-02-05T10:18:45.274Z | Compiling scroll v0.12.0 |
480 | 2025-02-05T10:18:45.697Z | Compiling zerocopy v0.7.35 |
481 | 2025-02-05T10:18:45.783Z | Compiling goblin v0.8.2 |
482 | 2025-02-05T10:18:46.732Z | Compiling pest v2.7.14 |
483 | 2025-02-05T10:18:47.326Z | Compiling clap v4.5.28 |
484 | 2025-02-05T10:18:48.851Z | Compiling pest_meta v2.7.14 |
485 | 2025-02-05T10:18:49.748Z | Compiling pest_generator v2.7.14 |
486 | 2025-02-05T10:18:51.035Z | Compiling pest_derive v2.7.14 |
487 | 2025-02-05T10:18:51.672Z | Compiling dtrace-parser v0.2.0 |
488 | 2025-02-05T10:18:52.494Z | Compiling serde_tokenstream v0.2.2 |
489 | 2025-02-05T10:18:52.532Z | Compiling serde_spanned v0.6.8 |
490 | 2025-02-05T10:18:52.536Z | Compiling toml_datetime v0.6.8 |
491 | 2025-02-05T10:18:52.828Z | Compiling cargo-platform v0.1.8 |
492 | 2025-02-05T10:18:52.831Z | Compiling macaddr v1.0.1 |
493 | 2025-02-05T10:18:53.005Z | Compiling toml_edit v0.22.22 |
494 | 2025-02-05T10:18:53.102Z | Compiling camino-tempfile v1.1.1 |
495 | 2025-02-05T10:18:53.866Z | Compiling dof v0.3.0 |
496 | 2025-02-05T10:18:53.966Z | Compiling cargo_metadata v0.18.1 |
497 | 2025-02-05T10:18:55.259Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2025-02-05T10:18:55.259Z | Compiling usdt-macro v0.5.0 |
499 | 2025-02-05T10:18:57.138Z | Compiling toml v0.8.19 |
500 | 2025-02-05T10:18:57.138Z | Compiling usdt v0.5.0 |
501 | 2025-02-05T10:18:57.138Z | Compiling cargo_toml v0.20.5 |
502 | 2025-02-05T10:18:59.296Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
503 | 2025-02-05T10:19:02.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.48s |
504 | 2025-02-05T10:19:02.647Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
505 | 2025-02-05T10:19:03.269Z | Downloading crates ... |
506 | 2025-02-05T10:19:03.279Z | Downloaded adler2 v2.0.0 |
507 | 2025-02-05T10:19:03.313Z | Downloaded home v0.5.9 |
508 | 2025-02-05T10:19:03.316Z | Downloaded darling v0.20.10 |
509 | 2025-02-05T10:19:03.320Z | Downloaded hickory-server v0.24.2 |
510 | 2025-02-05T10:19:03.327Z | Downloaded match_cfg v0.1.0 |
511 | 2025-02-05T10:19:03.331Z | Downloaded ident_case v1.0.1 |
512 | 2025-02-05T10:19:03.334Z | Downloaded http-body v1.0.1 |
513 | 2025-02-05T10:19:03.351Z | Downloaded mirai-annotations v1.12.0 |
514 | 2025-02-05T10:19:03.354Z | Downloaded hubpack_derive v0.1.1 |
515 | 2025-02-05T10:19:03.354Z | Downloaded newline-converter v0.3.0 |
516 | 2025-02-05T10:19:03.357Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2025-02-05T10:19:03.357Z | Downloaded hostname v0.4.0 |
518 | 2025-02-05T10:19:03.360Z | Downloaded instant v0.1.13 |
519 | 2025-02-05T10:19:03.360Z | Downloaded hostname v0.3.1 |
520 | 2025-02-05T10:19:03.363Z | Downloaded aead v0.5.2 |
521 | 2025-02-05T10:19:03.363Z | Downloaded http-range v0.1.5 |
522 | 2025-02-05T10:19:03.363Z | Downloaded is_ci v1.2.0 |
523 | 2025-02-05T10:19:03.379Z | Downloaded icu_provider_macros v1.5.0 |
524 | 2025-02-05T10:19:03.383Z | Downloaded md5 v0.7.0 |
525 | 2025-02-05T10:19:03.383Z | Downloaded maybe-uninit v2.0.0 |
526 | 2025-02-05T10:19:03.383Z | Downloaded maplit v1.0.2 |
527 | 2025-02-05T10:19:03.383Z | Downloaded ahash v0.8.11 |
528 | 2025-02-05T10:19:03.383Z | Downloaded memoffset v0.9.1 |
529 | 2025-02-05T10:19:03.383Z | Downloaded lru-cache v0.1.2 |
530 | 2025-02-05T10:19:03.387Z | Downloaded linked-hash-map v0.5.6 |
531 | 2025-02-05T10:19:03.387Z | Downloaded linear-map v1.2.0 |
532 | 2025-02-05T10:19:03.387Z | Downloaded atomicwrites v0.4.4 |
533 | 2025-02-05T10:19:03.387Z | Downloaded async-stream-impl v0.3.6 |
534 | 2025-02-05T10:19:03.391Z | Downloaded lru v0.12.5 |
535 | 2025-02-05T10:19:03.391Z | Downloaded base16ct v0.2.0 |
536 | 2025-02-05T10:19:03.394Z | Downloaded lalrpop-util v0.19.12 |
537 | 2025-02-05T10:19:03.394Z | Downloaded kstat-rs v0.2.4 |
538 | 2025-02-05T10:19:03.394Z | Downloaded atty v0.2.14 |
539 | 2025-02-05T10:19:03.399Z | Downloaded lazy_static v1.5.0 |
540 | 2025-02-05T10:19:03.399Z | Downloaded libsw v3.3.1 |
541 | 2025-02-05T10:19:03.403Z | Downloaded indoc v1.0.9 |
542 | 2025-02-05T10:19:03.406Z | Downloaded lazycell v1.3.0 |
543 | 2025-02-05T10:19:03.406Z | Downloaded nanorand v0.7.0 |
544 | 2025-02-05T10:19:03.409Z | Downloaded psl-types v2.0.11 |
545 | 2025-02-05T10:19:03.409Z | Downloaded ciborium-io v0.2.2 |
546 | 2025-02-05T10:19:03.409Z | Downloaded multimap v0.10.0 |
547 | 2025-02-05T10:19:03.413Z | Downloaded cfg_aliases v0.2.1 |
548 | 2025-02-05T10:19:03.413Z | Downloaded bitfield-struct v0.6.2 |
549 | 2025-02-05T10:19:03.417Z | Downloaded managed v0.8.0 |
550 | 2025-02-05T10:19:03.417Z | Downloaded bit-set v0.5.3 |
551 | 2025-02-05T10:19:03.421Z | Downloaded http-body-util v0.1.2 |
552 | 2025-02-05T10:19:03.421Z | Downloaded mockall v0.13.0 |
553 | 2025-02-05T10:19:03.421Z | Downloaded hyper-tls v0.6.0 |
554 | 2025-02-05T10:19:03.424Z | Downloaded internet-checksum v0.2.1 |
555 | 2025-02-05T10:19:03.424Z | Downloaded indent_write v2.2.0 |
556 | 2025-02-05T10:19:03.424Z | Downloaded atomic-waker v1.1.2 |
557 | 2025-02-05T10:19:03.427Z | Downloaded arrayref v0.3.9 |
558 | 2025-02-05T10:19:03.427Z | Downloaded hubpack v0.1.2 |
559 | 2025-02-05T10:19:03.430Z | Downloaded async-stream v0.3.6 |
560 | 2025-02-05T10:19:03.430Z | Downloaded ascii-canvas v3.0.0 |
561 | 2025-02-05T10:19:03.433Z | Downloaded russh-cryptovec v0.7.3 |
562 | 2025-02-05T10:19:03.433Z | Downloaded aes v0.8.4 |
563 | 2025-02-05T10:19:03.436Z | Downloaded keccak v0.1.5 |
564 | 2025-02-05T10:19:03.439Z | Downloaded humantime v2.1.0 |
565 | 2025-02-05T10:19:03.439Z | Downloaded lockfree-object-pool v0.1.6 |
566 | 2025-02-05T10:19:03.442Z | Downloaded crunchy v0.2.2 |
567 | 2025-02-05T10:19:03.442Z | Downloaded litemap v0.7.3 |
568 | 2025-02-05T10:19:03.445Z | Downloaded crucible-workspace-hack v0.1.0 |
569 | 2025-02-05T10:19:03.448Z | Downloaded instability v0.3.2 |
570 | 2025-02-05T10:19:03.448Z | Downloaded cobs v0.2.3 |
571 | 2025-02-05T10:19:03.453Z | Downloaded mime_guess v2.0.5 |
572 | 2025-02-05T10:19:03.453Z | Downloaded bcrypt-pbkdf v0.10.0 |
573 | 2025-02-05T10:19:03.456Z | Downloaded libloading v0.8.5 |
574 | 2025-02-05T10:19:03.456Z | Downloaded async-recursion v1.1.1 |
575 | 2025-02-05T10:19:03.460Z | Downloaded memmap2 v0.9.5 |
576 | 2025-02-05T10:19:03.463Z | Downloaded hyper-rustls v0.27.3 |
577 | 2025-02-05T10:19:03.463Z | Downloaded ipnet v2.10.1 |
578 | 2025-02-05T10:19:03.466Z | Downloaded cassowary v0.3.0 |
579 | 2025-02-05T10:19:03.469Z | Downloaded bitfield v0.14.0 |
580 | 2025-02-05T10:19:03.469Z | Downloaded blowfish v0.9.1 |
581 | 2025-02-05T10:19:03.472Z | Downloaded sigpipe v0.1.3 |
582 | 2025-02-05T10:19:03.472Z | Downloaded signal-hook-tokio v0.3.1 |
583 | 2025-02-05T10:19:03.475Z | Downloaded constant_time_eq v0.3.1 |
584 | 2025-02-05T10:19:03.475Z | Downloaded radium v0.7.0 |
585 | 2025-02-05T10:19:03.478Z | Downloaded hyper-staticfile v0.10.1 |
586 | 2025-02-05T10:19:03.478Z | Downloaded cbc v0.1.2 |
587 | 2025-02-05T10:19:03.518Z | Downloaded md-5 v0.10.6 |
588 | 2025-02-05T10:19:03.525Z | Downloaded arrayvec v0.7.6 |
589 | 2025-02-05T10:19:03.525Z | Downloaded chacha20 v0.9.1 |
590 | 2025-02-05T10:19:03.525Z | Downloaded argon2 v0.5.3 |
591 | 2025-02-05T10:19:03.525Z | Downloaded termtree v0.4.1 |
592 | 2025-02-05T10:19:03.525Z | Downloaded tower-service v0.3.3 |
593 | 2025-02-05T10:19:03.526Z | Downloaded tinyvec_macros v0.1.1 |
594 | 2025-02-05T10:19:03.526Z | Downloaded rand_seeder v0.3.0 |
595 | 2025-02-05T10:19:03.526Z | Downloaded colored v2.1.0 |
596 | 2025-02-05T10:19:03.526Z | Downloaded crossbeam-deque v0.8.5 |
597 | 2025-02-05T10:19:03.526Z | Downloaded crc-catalog v2.4.0 |
598 | 2025-02-05T10:19:03.526Z | Downloaded highway v1.2.0 |
599 | 2025-02-05T10:19:03.526Z | Downloaded litrs v0.4.1 |
600 | 2025-02-05T10:19:03.526Z | Downloaded write16 v1.0.0 |
601 | 2025-02-05T10:19:03.526Z | Downloaded derive_builder_macro v0.20.2 |
602 | 2025-02-05T10:19:03.526Z | Downloaded buf-list v1.0.3 |
603 | 2025-02-05T10:19:03.532Z | Downloaded indexmap v1.9.3 |
604 | 2025-02-05T10:19:03.533Z | Downloaded downcast v0.11.0 |
605 | 2025-02-05T10:19:03.533Z | Downloaded scheduled-thread-pool v0.2.7 |
606 | 2025-02-05T10:19:03.533Z | Downloaded bit-vec v0.6.3 |
607 | 2025-02-05T10:19:03.536Z | Downloaded icu_locid_transform v1.5.0 |
608 | 2025-02-05T10:19:03.536Z | Downloaded signature v2.2.0 |
609 | 2025-02-05T10:19:03.536Z | Downloaded shell-words v1.1.0 |
610 | 2025-02-05T10:19:03.539Z | Downloaded crc v3.2.1 |
611 | 2025-02-05T10:19:03.542Z | Downloaded slab v0.4.9 |
612 | 2025-02-05T10:19:03.542Z | Downloaded strip-ansi-escapes v0.2.0 |
613 | 2025-02-05T10:19:03.545Z | Downloaded miniz_oxide v0.8.0 |
614 | 2025-02-05T10:19:03.545Z | Downloaded stable_deref_trait v1.2.0 |
615 | 2025-02-05T10:19:03.548Z | Downloaded multer v3.1.0 |
616 | 2025-02-05T10:19:03.552Z | Downloaded icu_normalizer_data v1.5.0 |
617 | 2025-02-05T10:19:03.552Z | Downloaded icu_locid v1.5.0 |
618 | 2025-02-05T10:19:03.556Z | Downloaded num-conv v0.1.0 |
619 | 2025-02-05T10:19:03.559Z | Downloaded headers-core v0.3.0 |
620 | 2025-02-05T10:19:03.559Z | Downloaded sync-ptr v0.1.1 |
621 | 2025-02-05T10:19:03.559Z | Downloaded strum_macros v0.24.3 |
622 | 2025-02-05T10:19:03.562Z | Downloaded oso-derive v0.27.3 |
623 | 2025-02-05T10:19:03.562Z | Downloaded mockall_derive v0.13.0 |
624 | 2025-02-05T10:19:03.565Z | Downloaded lock_api v0.4.12 |
625 | 2025-02-05T10:19:03.568Z | Downloaded crc32fast v1.4.2 |
626 | 2025-02-05T10:19:03.568Z | Downloaded console v0.15.10 |
627 | 2025-02-05T10:19:03.571Z | Downloaded rustc-demangle v0.1.24 |
628 | 2025-02-05T10:19:03.573Z | Downloaded indicatif v0.17.11 |
629 | 2025-02-05T10:19:03.576Z | Downloaded icu_properties v1.5.1 |
630 | 2025-02-05T10:19:03.579Z | Downloaded xz2 v0.1.7 |
631 | 2025-02-05T10:19:03.582Z | Downloaded progenitor-client v0.8.0 |
632 | 2025-02-05T10:19:03.582Z | Downloaded parse-size v1.1.0 |
633 | 2025-02-05T10:19:03.586Z | Downloaded unicode-xid v0.2.6 |
634 | 2025-02-05T10:19:03.586Z | Downloaded cancel-safe-futures v0.1.5 |
635 | 2025-02-05T10:19:03.589Z | Downloaded progenitor-client v0.9.1 |
636 | 2025-02-05T10:19:03.592Z | Downloaded progenitor v0.9.1 |
637 | 2025-02-05T10:19:03.592Z | Downloaded precomputed-hash v0.1.1 |
638 | 2025-02-05T10:19:03.595Z | Downloaded csv-core v0.1.11 |
639 | 2025-02-05T10:19:03.595Z | Downloaded blake2 v0.10.6 |
640 | 2025-02-05T10:19:03.598Z | Downloaded async-trait v0.1.86 |
641 | 2025-02-05T10:19:03.601Z | Downloaded embedded-io v0.6.1 |
642 | 2025-02-05T10:19:03.604Z | Downloaded futures-macro v0.3.31 |
643 | 2025-02-05T10:19:03.609Z | Downloaded displaydoc v0.2.5 |
644 | 2025-02-05T10:19:03.611Z | Downloaded icu_provider v1.5.0 |
645 | 2025-02-05T10:19:03.615Z | Downloaded tokio-rustls v0.25.0 |
646 | 2025-02-05T10:19:03.619Z | Downloaded ssh-cipher v0.2.0 |
647 | 2025-02-05T10:19:03.619Z | Downloaded embedded-io v0.4.0 |
648 | 2025-02-05T10:19:03.625Z | Downloaded tokio-rustls v0.26.0 |
649 | 2025-02-05T10:19:03.625Z | Downloaded nodrop v0.1.14 |
650 | 2025-02-05T10:19:03.627Z | Downloaded group v0.13.0 |
651 | 2025-02-05T10:19:03.627Z | Downloaded num-integer v0.1.46 |
652 | 2025-02-05T10:19:03.627Z | Downloaded num-derive v0.4.2 |
653 | 2025-02-05T10:19:03.631Z | Downloaded peg v0.8.4 |
654 | 2025-02-05T10:19:03.635Z | Downloaded cookie v0.18.1 |
655 | 2025-02-05T10:19:03.638Z | Downloaded russh-keys v0.45.0 |
656 | 2025-02-05T10:19:03.641Z | Downloaded hyper-util v0.1.10 |
657 | 2025-02-05T10:19:03.645Z | Downloaded crossbeam-utils v0.8.20 |
658 | 2025-02-05T10:19:03.648Z | Downloaded diesel_table_macro_syntax v0.2.0 |
659 | 2025-02-05T10:19:03.651Z | Downloaded yoke-derive v0.7.4 |
660 | 2025-02-05T10:19:03.651Z | Downloaded rustfmt-wrapper v0.2.1 |
661 | 2025-02-05T10:19:03.654Z | Downloaded rand_chacha v0.3.1 |
662 | 2025-02-05T10:19:03.654Z | Downloaded ppv-lite86 v0.2.20 |
663 | 2025-02-05T10:19:03.657Z | Downloaded derive_builder_core v0.20.2 |
664 | 2025-02-05T10:19:03.660Z | Downloaded rustc_version v0.4.1 |
665 | 2025-02-05T10:19:03.660Z | Downloaded ref-cast v1.0.23 |
666 | 2025-02-05T10:19:03.663Z | Downloaded zone v0.3.0 |
667 | 2025-02-05T10:19:03.667Z | Downloaded rfc6979 v0.4.0 |
668 | 2025-02-05T10:19:03.667Z | Downloaded chacha20poly1305 v0.10.1 |
669 | 2025-02-05T10:19:03.667Z | Downloaded document-features v0.2.10 |
670 | 2025-02-05T10:19:03.672Z | Downloaded bytes v1.9.0 |
671 | 2025-02-05T10:19:03.672Z | Downloaded slog-json v2.6.1 |
672 | 2025-02-05T10:19:03.678Z | Downloaded slog-envlogger v2.2.0 |
673 | 2025-02-05T10:19:03.678Z | Downloaded number_prefix v0.4.0 |
674 | 2025-02-05T10:19:03.683Z | Downloaded newtype_derive v0.1.6 |
675 | 2025-02-05T10:19:03.683Z | Downloaded phf_shared v0.10.0 |
676 | 2025-02-05T10:19:03.683Z | Downloaded slog-dtrace v0.3.0 |
677 | 2025-02-05T10:19:03.686Z | Downloaded typify v0.2.0 |
678 | 2025-02-05T10:19:03.686Z | Downloaded termcolor v1.4.1 |
679 | 2025-02-05T10:19:03.689Z | Downloaded hickory-resolver v0.24.2 |
680 | 2025-02-05T10:19:03.693Z | Downloaded termios v0.3.3 |
681 | 2025-02-05T10:19:03.696Z | Downloaded tinyvec v1.8.0 |
682 | 2025-02-05T10:19:03.699Z | Downloaded ff v0.13.0 |
683 | 2025-02-05T10:19:03.699Z | Downloaded const-oid v0.9.6 |
684 | 2025-02-05T10:19:03.702Z | Downloaded derive_builder v0.20.2 |
685 | 2025-02-05T10:19:03.718Z | Downloaded rustc_version v0.1.7 |
686 | 2025-02-05T10:19:03.720Z | Downloaded base64 v0.22.1 |
687 | 2025-02-05T10:19:03.723Z | Downloaded vsss-rs v3.3.4 |
688 | 2025-02-05T10:19:03.730Z | Downloaded unicase v2.7.0 |
689 | 2025-02-05T10:19:03.733Z | Downloaded vergen v8.3.2 |
690 | 2025-02-05T10:19:03.733Z | Downloaded typify-macro v0.3.0 |
691 | 2025-02-05T10:19:03.733Z | Downloaded typify-macro v0.2.0 |
692 | 2025-02-05T10:19:03.735Z | Downloaded bumpalo v3.16.0 |
693 | 2025-02-05T10:19:03.738Z | Downloaded ed25519 v2.2.3 |
694 | 2025-02-05T10:19:03.739Z | Downloaded futures-core v0.3.31 |
695 | 2025-02-05T10:19:03.743Z | Downloaded defmt-macros v0.3.9 |
696 | 2025-02-05T10:19:03.743Z | Downloaded base64 v0.21.7 |
697 | 2025-02-05T10:19:03.747Z | Downloaded packed_struct v0.10.1 |
698 | 2025-02-05T10:19:03.752Z | Downloaded nibble_vec v0.1.0 |
699 | 2025-02-05T10:19:03.752Z | Downloaded futures-sink v0.3.31 |
700 | 2025-02-05T10:19:03.752Z | Downloaded futures-io v0.3.31 |
701 | 2025-02-05T10:19:03.756Z | Downloaded phf_generator v0.11.2 |
702 | 2025-02-05T10:19:03.756Z | Downloaded powerfmt v0.2.0 |
703 | 2025-02-05T10:19:03.756Z | Downloaded tokio-stream v0.1.16 |
704 | 2025-02-05T10:19:03.759Z | Downloaded tokio-rustls v0.24.1 |
705 | 2025-02-05T10:19:03.762Z | Downloaded predicates-core v1.0.8 |
706 | 2025-02-05T10:19:03.767Z | Downloaded oso v0.27.3 |
707 | 2025-02-05T10:19:03.771Z | Downloaded crypto-bigint v0.5.5 |
708 | 2025-02-05T10:19:03.774Z | Downloaded normalize-line-endings v0.3.0 |
709 | 2025-02-05T10:19:03.777Z | Downloaded serde_plain v1.0.2 |
710 | 2025-02-05T10:19:03.779Z | Downloaded rustc-hash v2.0.0 |
711 | 2025-02-05T10:19:03.779Z | Downloaded slog-async v2.8.0 |
712 | 2025-02-05T10:19:03.782Z | Downloaded heapless v0.8.0 |
713 | 2025-02-05T10:19:03.785Z | Downloaded env_logger v0.11.5 |
714 | 2025-02-05T10:19:03.788Z | Downloaded unarray v0.1.4 |
715 | 2025-02-05T10:19:03.790Z | Downloaded tokio-tungstenite v0.21.0 |
716 | 2025-02-05T10:19:03.793Z | Downloaded pkcs5 v0.7.1 |
717 | 2025-02-05T10:19:03.797Z | Downloaded openssl-macros v0.1.1 |
718 | 2025-02-05T10:19:03.799Z | Downloaded newtype-uuid v1.2.1 |
719 | 2025-02-05T10:19:03.802Z | Downloaded futures-channel v0.3.31 |
720 | 2025-02-05T10:19:03.802Z | Downloaded tap v1.0.1 |
721 | 2025-02-05T10:19:03.805Z | Downloaded string_cache v0.8.7 |
722 | 2025-02-05T10:19:03.807Z | Downloaded untrusted v0.7.1 |
723 | 2025-02-05T10:19:03.807Z | Downloaded universal-hash v0.5.1 |
724 | 2025-02-05T10:19:03.810Z | Downloaded tokio-native-tls v0.3.1 |
725 | 2025-02-05T10:19:03.812Z | Downloaded tokio-macros v2.5.0 |
726 | 2025-02-05T10:19:03.812Z | Downloaded slog-scope v4.4.0 |
727 | 2025-02-05T10:19:03.814Z | Downloaded defmt-parser v0.3.4 |
728 | 2025-02-05T10:19:03.817Z | Downloaded deranged v0.3.11 |
729 | 2025-02-05T10:19:03.817Z | Downloaded zone v0.1.8 |
730 | 2025-02-05T10:19:03.819Z | Downloaded tracing v0.1.40 |
731 | 2025-02-05T10:19:03.823Z | Downloaded foldhash v0.1.3 |
732 | 2025-02-05T10:19:03.826Z | Downloaded zip v0.6.6 |
733 | 2025-02-05T10:19:03.829Z | Downloaded writeable v0.5.5 |
734 | 2025-02-05T10:19:03.834Z | Downloaded vte_generate_state_changes v0.1.2 |
735 | 2025-02-05T10:19:03.837Z | Downloaded hex v0.4.3 |
736 | 2025-02-05T10:19:03.837Z | Downloaded gethostname v0.5.0 |
737 | 2025-02-05T10:19:03.837Z | Downloaded diff v0.1.13 |
738 | 2025-02-05T10:19:03.840Z | Downloaded minimal-lexical v0.2.1 |
739 | 2025-02-05T10:19:03.845Z | Downloaded libxml v0.3.3 |
740 | 2025-02-05T10:19:03.852Z | Downloaded toolchain_find v0.4.0 |
741 | 2025-02-05T10:19:03.854Z | Downloaded phf_codegen v0.11.2 |
742 | 2025-02-05T10:19:03.854Z | Downloaded itertools v0.10.5 |
743 | 2025-02-05T10:19:03.861Z | Downloaded progenitor-macro v0.9.1 |
744 | 2025-02-05T10:19:03.864Z | Downloaded pkg-config v0.3.31 |
745 | 2025-02-05T10:19:03.866Z | Downloaded funty v2.0.0 |
746 | 2025-02-05T10:19:03.866Z | Downloaded waitgroup v0.1.2 |
747 | 2025-02-05T10:19:03.869Z | Downloaded shlex v1.3.0 |
748 | 2025-02-05T10:19:03.869Z | Downloaded dropshot_endpoint v0.15.1 |
749 | 2025-02-05T10:19:03.872Z | Downloaded env_filter v0.1.2 |
750 | 2025-02-05T10:19:03.874Z | Downloaded same-file v1.0.6 |
751 | 2025-02-05T10:19:03.877Z | Downloaded http v1.2.0 |
752 | 2025-02-05T10:19:03.880Z | Downloaded smf v0.2.3 |
753 | 2025-02-05T10:19:03.882Z | Downloaded num v0.4.3 |
754 | 2025-02-05T10:19:03.885Z | Downloaded der_derive v0.7.3 |
755 | 2025-02-05T10:19:03.888Z | Downloaded thiserror-impl-no-std v2.0.2 |
756 | 2025-02-05T10:19:03.888Z | Downloaded getrandom v0.2.15 |
757 | 2025-02-05T10:19:03.892Z | Downloaded nu-ansi-term v0.50.1 |
758 | 2025-02-05T10:19:03.894Z | Downloaded whoami v1.5.2 |
759 | 2025-02-05T10:19:03.897Z | Downloaded tokio-tungstenite v0.24.0 |
760 | 2025-02-05T10:19:03.900Z | Downloaded tokio-tungstenite v0.23.1 |
761 | 2025-02-05T10:19:03.902Z | Downloaded tungstenite v0.21.0 |
762 | 2025-02-05T10:19:03.905Z | Downloaded diesel-dtrace v0.4.2 |
763 | 2025-02-05T10:19:03.908Z | Downloaded crossbeam-channel v0.5.13 |
764 | 2025-02-05T10:19:03.913Z | Downloaded zerofrom v0.1.4 |
765 | 2025-02-05T10:19:03.916Z | Downloaded fxhash v0.2.1 |
766 | 2025-02-05T10:19:03.916Z | Downloaded password-hash v0.5.0 |
767 | 2025-02-05T10:19:03.916Z | Downloaded password-hash v0.4.2 |
768 | 2025-02-05T10:19:03.919Z | Downloaded untrusted v0.9.0 |
769 | 2025-02-05T10:19:03.921Z | Downloaded futures-task v0.3.31 |
770 | 2025-02-05T10:19:03.922Z | Downloaded time-macros v0.2.18 |
771 | 2025-02-05T10:19:03.924Z | Downloaded thiserror v2.0.11 |
772 | 2025-02-05T10:19:03.930Z | Downloaded rustls-pki-types v1.10.0 |
773 | 2025-02-05T10:19:03.938Z | Downloaded zone_cfg_derive v0.1.2 |
774 | 2025-02-05T10:19:03.941Z | Downloaded take_mut v0.2.2 |
775 | 2025-02-05T10:19:03.941Z | Downloaded smallvec v1.13.2 |
776 | 2025-02-05T10:19:03.941Z | Downloaded polyval v0.6.2 |
777 | 2025-02-05T10:19:03.944Z | Downloaded smallvec v0.6.14 |
778 | 2025-02-05T10:19:03.944Z | Downloaded time-core v0.1.2 |
779 | 2025-02-05T10:19:03.948Z | Downloaded serde_repr v0.1.19 |
780 | 2025-02-05T10:19:03.951Z | Downloaded derive-where v1.2.7 |
781 | 2025-02-05T10:19:03.954Z | Downloaded serde_path_to_error v0.1.16 |
782 | 2025-02-05T10:19:03.954Z | Downloaded heck v0.3.3 |
783 | 2025-02-05T10:19:03.954Z | Downloaded display-error-chain v0.2.2 |
784 | 2025-02-05T10:19:03.957Z | Downloaded dirs-next v2.0.0 |
785 | 2025-02-05T10:19:03.957Z | Downloaded peg-runtime v0.8.3 |
786 | 2025-02-05T10:19:03.960Z | Downloaded num-iter v0.1.45 |
787 | 2025-02-05T10:19:03.960Z | Downloaded zone_cfg_derive v0.3.0 |
788 | 2025-02-05T10:19:03.960Z | Downloaded quick-error v1.2.3 |
789 | 2025-02-05T10:19:03.963Z | Downloaded serde_derive_internals v0.29.1 |
790 | 2025-02-05T10:19:03.963Z | Downloaded parking_lot_core v0.8.6 |
791 | 2025-02-05T10:19:03.966Z | Downloaded dirs-sys-next v0.1.2 |
792 | 2025-02-05T10:19:03.967Z | Downloaded difflib v0.4.0 |
793 | 2025-02-05T10:19:03.969Z | Downloaded poly1305 v0.8.0 |
794 | 2025-02-05T10:19:03.972Z | Downloaded foreign-types v0.5.0 |
795 | 2025-02-05T10:19:03.972Z | Downloaded typed-path v0.9.3 |
796 | 2025-02-05T10:19:03.978Z | Downloaded darling_macro v0.20.10 |
797 | 2025-02-05T10:19:03.981Z | Downloaded utf16_iter v1.0.5 |
798 | 2025-02-05T10:19:03.981Z | Downloaded aes-gcm v0.10.3 |
799 | 2025-02-05T10:19:03.984Z | Downloaded num_threads v0.1.7 |
800 | 2025-02-05T10:19:03.987Z | Downloaded foreign-types-shared v0.1.1 |
801 | 2025-02-05T10:19:03.987Z | Downloaded structmeta v0.2.0 |
802 | 2025-02-05T10:19:03.990Z | Downloaded r2d2 v0.8.10 |
803 | 2025-02-05T10:19:03.990Z | Downloaded hkdf v0.12.4 |
804 | 2025-02-05T10:19:03.993Z | Downloaded glob v0.3.2 |
805 | 2025-02-05T10:19:03.996Z | Downloaded zeroize_derive v1.4.2 |
806 | 2025-02-05T10:19:03.996Z | Downloaded thiserror-impl v2.0.11 |
807 | 2025-02-05T10:19:03.999Z | Downloaded tabwriter v1.4.0 |
808 | 2025-02-05T10:19:03.999Z | Downloaded num-rational v0.4.2 |
809 | 2025-02-05T10:19:04.002Z | Downloaded opaque-debug v0.3.1 |
810 | 2025-02-05T10:19:04.002Z | Downloaded zerovec-derive v0.10.3 |
811 | 2025-02-05T10:19:04.004Z | Downloaded openssl-probe v0.1.5 |
812 | 2025-02-05T10:19:04.007Z | Downloaded walkdir v2.5.0 |
813 | 2025-02-05T10:19:04.007Z | Downloaded phf_shared v0.11.2 |
814 | 2025-02-05T10:19:04.010Z | Downloaded tar v0.4.42 |
815 | 2025-02-05T10:19:04.013Z | Downloaded unsafe-libyaml v0.2.11 |
816 | 2025-02-05T10:19:04.018Z | Downloaded thread_local v1.1.8 |
817 | 2025-02-05T10:19:04.021Z | Downloaded snafu-derive v0.8.5 |
818 | 2025-02-05T10:19:04.021Z | Downloaded signal-hook-registry v1.4.2 |
819 | 2025-02-05T10:19:04.021Z | Downloaded idna v1.0.3 |
820 | 2025-02-05T10:19:04.024Z | Downloaded parking_lot v0.11.2 |
821 | 2025-02-05T10:19:04.027Z | Downloaded scopeguard v1.2.0 |
822 | 2025-02-05T10:19:04.030Z | Downloaded predicates-tree v1.0.11 |
823 | 2025-02-05T10:19:04.030Z | Downloaded ron v0.7.1 |
824 | 2025-02-05T10:19:04.035Z | Downloaded scrypt v0.11.0 |
825 | 2025-02-05T10:19:04.037Z | Downloaded vte v0.11.1 |
826 | 2025-02-05T10:19:04.096Z | Downloaded dsl_auto_type v0.1.2 |
827 | 2025-02-05T10:19:04.106Z | Downloaded derive_more v0.99.18 |
828 | 2025-02-05T10:19:04.106Z | Downloaded data-encoding v2.6.0 |
829 | 2025-02-05T10:19:04.106Z | Downloaded foreign-types-macros v0.2.3 |
830 | 2025-02-05T10:19:04.106Z | Downloaded toml v0.7.8 |
831 | 2025-02-05T10:19:04.106Z | Downloaded xattr v1.3.1 |
832 | 2025-02-05T10:19:04.106Z | Downloaded reedline v0.35.0 |
833 | 2025-02-05T10:19:04.106Z | Downloaded path-slash v0.1.5 |
834 | 2025-02-05T10:19:04.106Z | Downloaded pretty-hex v0.2.1 |
835 | 2025-02-05T10:19:04.106Z | Downloaded rand_core v0.6.4 |
836 | 2025-02-05T10:19:04.106Z | Downloaded salsa20 v0.10.2 |
837 | 2025-02-05T10:19:04.106Z | Downloaded quinn-udp v0.5.5 |
838 | 2025-02-05T10:19:04.106Z | Downloaded olpc-cjson v0.1.4 |
839 | 2025-02-05T10:19:04.106Z | Downloaded num_enum_derive v0.5.11 |
840 | 2025-02-05T10:19:04.106Z | Downloaded try-lock v0.2.5 |
841 | 2025-02-05T10:19:04.106Z | Downloaded num-traits v0.2.19 |
842 | 2025-02-05T10:19:04.106Z | Downloaded foreign-types v0.3.2 |
843 | 2025-02-05T10:19:04.106Z | Downloaded want v0.3.1 |
844 | 2025-02-05T10:19:04.106Z | Downloaded serde-big-array v0.5.1 |
845 | 2025-02-05T10:19:04.106Z | Downloaded tls_codec_derive v0.4.1 |
846 | 2025-02-05T10:19:04.106Z | Downloaded utf-8 v0.7.6 |
847 | 2025-02-05T10:19:04.106Z | Downloaded tinystr v0.7.6 |
848 | 2025-02-05T10:19:04.106Z | Downloaded structmeta-derive v0.2.0 |
849 | 2025-02-05T10:19:04.106Z | Downloaded serde_urlencoded v0.7.1 |
850 | 2025-02-05T10:19:04.106Z | Downloaded parking_lot v0.12.3 |
851 | 2025-02-05T10:19:04.107Z | Downloaded ron v0.8.1 |
852 | 2025-02-05T10:19:04.107Z | Downloaded dyn-clone v1.0.17 |
853 | 2025-02-05T10:19:04.107Z | Downloaded dunce v1.0.5 |
854 | 2025-02-05T10:19:04.111Z | Downloaded rustversion v1.0.17 |
855 | 2025-02-05T10:19:04.111Z | Downloaded tiny-keccak v2.0.2 |
856 | 2025-02-05T10:19:04.111Z | Downloaded rpassword v7.3.1 |
857 | 2025-02-05T10:19:04.111Z | Downloaded endian-type v0.1.2 |
858 | 2025-02-05T10:19:04.111Z | Downloaded foreign-types-shared v0.3.1 |
859 | 2025-02-05T10:19:04.111Z | Downloaded twox-hash v2.1.0 |
860 | 2025-02-05T10:19:04.114Z | Downloaded pkcs8 v0.10.2 |
861 | 2025-02-05T10:19:04.117Z | Downloaded snafu v0.8.5 |
862 | 2025-02-05T10:19:04.121Z | Downloaded pin-project-lite v0.2.14 |
863 | 2025-02-05T10:19:04.126Z | Downloaded strum v0.26.3 |
864 | 2025-02-05T10:19:04.130Z | Downloaded phf v0.11.2 |
865 | 2025-02-05T10:19:04.130Z | Downloaded tokio-postgres v0.7.12 |
866 | 2025-02-05T10:19:04.133Z | Downloaded strum_macros v0.25.3 |
867 | 2025-02-05T10:19:04.136Z | Downloaded hash32 v0.3.1 |
868 | 2025-02-05T10:19:04.140Z | Downloaded qorb v0.2.1 |
869 | 2025-02-05T10:19:04.143Z | Downloaded num_enum v0.5.11 |
870 | 2025-02-05T10:19:04.146Z | Downloaded parking_lot_core v0.9.10 |
871 | 2025-02-05T10:19:04.149Z | Downloaded signal-hook v0.3.17 |
872 | 2025-02-05T10:19:04.152Z | Downloaded rtoolbox v0.0.2 |
873 | 2025-02-05T10:19:04.155Z | Downloaded pin-project v1.1.6 |
874 | 2025-02-05T10:19:04.164Z | Downloaded der v0.7.9 |
875 | 2025-02-05T10:19:04.169Z | Downloaded hex-literal v0.4.1 |
876 | 2025-02-05T10:19:04.172Z | Downloaded spki v0.7.3 |
877 | 2025-02-05T10:19:04.172Z | Downloaded fixedbitset v0.4.2 |
878 | 2025-02-05T10:19:04.175Z | Downloaded ssh-key v0.6.6 |
879 | 2025-02-05T10:19:04.181Z | Downloaded topological-sort v0.2.2 |
880 | 2025-02-05T10:19:04.184Z | Downloaded globset v0.4.15 |
881 | 2025-02-05T10:19:04.184Z | Downloaded blake3 v1.5.4 |
882 | 2025-02-05T10:19:04.192Z | Downloaded omicron-zone-package v0.12.0 |
883 | 2025-02-05T10:19:04.195Z | Downloaded unicode-truncate v1.1.0 |
884 | 2025-02-05T10:19:04.327Z | Downloaded rustc-hash v1.1.0 |
885 | 2025-02-05T10:19:04.327Z | Downloaded hash32 v0.2.1 |
886 | 2025-02-05T10:19:04.333Z | Downloaded sqlparser_derive v0.2.2 |
887 | 2025-02-05T10:19:04.333Z | Downloaded structmeta v0.3.0 |
888 | 2025-02-05T10:19:04.333Z | Downloaded primeorder v0.13.6 |
889 | 2025-02-05T10:19:04.333Z | Downloaded zerocopy v0.6.6 |
890 | 2025-02-05T10:19:04.333Z | Downloaded slog-term v2.9.1 |
891 | 2025-02-05T10:19:04.333Z | Downloaded subprocess v0.2.9 |
892 | 2025-02-05T10:19:04.333Z | Downloaded paste v1.0.15 |
893 | 2025-02-05T10:19:04.333Z | Downloaded pem v3.0.4 |
894 | 2025-02-05T10:19:04.333Z | Downloaded parse-display v0.10.0 |
895 | 2025-02-05T10:19:04.333Z | Downloaded structmeta-derive v0.3.0 |
896 | 2025-02-05T10:19:04.333Z | Downloaded schemars_derive v0.8.21 |
897 | 2025-02-05T10:19:04.333Z | Downloaded serde_with_macros v3.11.0 |
898 | 2025-02-05T10:19:04.333Z | Downloaded quinn v0.11.5 |
899 | 2025-02-05T10:19:04.333Z | Downloaded slog v2.7.0 |
900 | 2025-02-05T10:19:04.333Z | Downloaded p256 v0.13.2 |
901 | 2025-02-05T10:19:04.333Z | Downloaded secrecy v0.8.0 |
902 | 2025-02-05T10:19:04.333Z | Downloaded percent-encoding v2.3.1 |
903 | 2025-02-05T10:19:04.334Z | Downloaded des v0.8.1 |
904 | 2025-02-05T10:19:04.334Z | Downloaded flagset v0.4.6 |
905 | 2025-02-05T10:19:04.334Z | Downloaded ena v0.14.3 |
906 | 2025-02-05T10:19:04.334Z | Downloaded sqlformat v0.2.6 |
907 | 2025-02-05T10:19:04.334Z | Downloaded wyz v0.5.1 |
908 | 2025-02-05T10:19:04.334Z | Downloaded sha1 v0.10.6 |
909 | 2025-02-05T10:19:04.334Z | Downloaded tracing-attributes v0.1.27 |
910 | 2025-02-05T10:19:04.334Z | Downloaded toml_edit v0.19.15 |
911 | 2025-02-05T10:19:04.334Z | Downloaded progenitor-macro v0.8.0 |
912 | 2025-02-05T10:19:04.334Z | Downloaded sec1 v0.7.3 |
913 | 2025-02-05T10:19:04.334Z | Downloaded fs_extra v1.3.0 |
914 | 2025-02-05T10:19:04.334Z | Downloaded socket2 v0.5.7 |
915 | 2025-02-05T10:19:04.334Z | Downloaded progenitor-impl v0.8.0 |
916 | 2025-02-05T10:19:04.334Z | Downloaded zip v2.1.3 |
917 | 2025-02-05T10:19:04.334Z | Downloaded semver v0.1.20 |
918 | 2025-02-05T10:19:04.334Z | Downloaded ecdsa v0.16.9 |
919 | 2025-02-05T10:19:04.334Z | Downloaded peg-macros v0.8.4 |
920 | 2025-02-05T10:19:04.334Z | Downloaded value-bag v1.9.0 |
921 | 2025-02-05T10:19:04.334Z | Downloaded reqwest v0.12.9 |
922 | 2025-02-05T10:19:04.334Z | Downloaded lalrpop v0.19.12 |
923 | 2025-02-05T10:19:04.334Z | Downloaded uzers v0.12.1 |
924 | 2025-02-05T10:19:04.334Z | Downloaded half v2.4.1 |
925 | 2025-02-05T10:19:04.334Z | Downloaded hickory-client v0.24.2 |
926 | 2025-02-05T10:19:04.334Z | Downloaded either v1.13.0 |
927 | 2025-02-05T10:19:04.334Z | Downloaded zerocopy-derive v0.8.10 |
928 | 2025-02-05T10:19:04.334Z | Downloaded rand_xorshift v0.3.0 |
929 | 2025-02-05T10:19:04.334Z | Downloaded pem-rfc7468 v0.7.0 |
930 | 2025-02-05T10:19:04.334Z | Downloaded tungstenite v0.23.0 |
931 | 2025-02-05T10:19:04.334Z | Downloaded tracing-core v0.1.32 |
932 | 2025-02-05T10:19:04.334Z | Downloaded proptest v1.5.0 |
933 | 2025-02-05T10:19:04.338Z | Downloaded prettyplease v0.2.25 |
934 | 2025-02-05T10:19:04.341Z | Downloaded env_logger v0.10.2 |
935 | 2025-02-05T10:19:04.344Z | Downloaded winnow v0.5.40 |
936 | 2025-02-05T10:19:04.352Z | Downloaded dropshot_endpoint v0.12.0 |
937 | 2025-02-05T10:19:04.355Z | Downloaded flume v0.11.1 |
938 | 2025-02-05T10:19:04.359Z | Downloaded progenitor-impl v0.9.1 |
939 | 2025-02-05T10:19:04.363Z | Downloaded openssl-sys v0.9.105 |
940 | 2025-02-05T10:19:04.366Z | Downloaded tungstenite v0.24.0 |
941 | 2025-02-05T10:19:04.370Z | Downloaded num-bigint v0.4.6 |
942 | 2025-02-05T10:19:04.374Z | Downloaded uuid v1.12.0 |
943 | 2025-02-05T10:19:04.378Z | Downloaded samael v0.0.17 |
944 | 2025-02-05T10:19:04.383Z | Downloaded elliptic-curve v0.13.8 |
945 | 2025-02-05T10:19:04.387Z | Downloaded rand v0.8.5 |
946 | 2025-02-05T10:19:04.391Z | Downloaded rustls-webpki v0.101.7 |
947 | 2025-02-05T10:19:04.407Z | Downloaded url v2.5.3 |
948 | 2025-02-05T10:19:04.409Z | Downloaded tokio-util v0.7.12 |
949 | 2025-02-05T10:19:04.415Z | Downloaded fatfs v0.3.6 |
950 | 2025-02-05T10:19:04.418Z | Downloaded rayon-core v1.12.1 |
951 | 2025-02-05T10:19:04.421Z | Downloaded icu_properties_data v1.5.0 |
952 | 2025-02-05T10:19:04.438Z | Downloaded hashbrown v0.13.2 |
953 | 2025-02-05T10:19:04.442Z | Downloaded chrono v0.4.39 |
954 | 2025-02-05T10:19:04.445Z | Downloaded unicode-segmentation v1.12.0 |
955 | 2025-02-05T10:19:04.448Z | Downloaded x509-cert v0.2.5 |
956 | 2025-02-05T10:19:04.456Z | Downloaded nom v7.1.3 |
957 | 2025-02-05T10:19:04.460Z | Downloaded rsa v0.9.6 |
958 | 2025-02-05T10:19:04.464Z | Downloaded zerocopy v0.8.10 |
959 | 2025-02-05T10:19:04.488Z | Downloaded hashbrown v0.12.3 |
960 | 2025-02-05T10:19:04.492Z | Downloaded vcpkg v0.2.15 |
961 | 2025-02-05T10:19:04.530Z | Downloaded flate2 v1.0.35 |
962 | 2025-02-05T10:19:04.535Z | Downloaded rustyline v14.0.0 |
963 | 2025-02-05T10:19:04.552Z | Downloaded portable-atomic v1.9.0 |
964 | 2025-02-05T10:19:04.555Z | Downloaded tough v0.19.0 |
965 | 2025-02-05T10:19:04.557Z | Downloaded rustls-webpki v0.102.8 |
966 | 2025-02-05T10:19:04.574Z | Downloaded hashbrown v0.14.5 |
967 | 2025-02-05T10:19:04.579Z | Downloaded parse-zoneinfo v0.3.1 |
968 | 2025-02-05T10:19:04.582Z | Downloaded zerovec v0.10.4 |
969 | 2025-02-05T10:19:04.587Z | Downloaded futures-util v0.3.31 |
970 | 2025-02-05T10:19:04.599Z | Downloaded time v0.3.36 |
971 | 2025-02-05T10:19:04.608Z | Downloaded quinn-proto v0.11.8 |
972 | 2025-02-05T10:19:04.613Z | Downloaded salty v0.3.0 |
973 | 2025-02-05T10:19:04.620Z | Downloaded rusqlite v0.32.1 |
974 | 2025-02-05T10:19:04.627Z | Downloaded quick-xml v0.33.0 |
975 | 2025-02-05T10:19:04.633Z | Downloaded rustls v0.21.12 |
976 | 2025-02-05T10:19:04.645Z | Downloaded regex v1.11.1 |
977 | 2025-02-05T10:19:04.702Z | Downloaded p384 v0.13.0 |
978 | 2025-02-05T10:19:04.710Z | Downloaded rayon v1.10.0 |
979 | 2025-02-05T10:19:04.710Z | Downloaded object v0.30.4 |
980 | 2025-02-05T10:19:04.710Z | Downloaded gimli v0.31.1 |
981 | 2025-02-05T10:19:04.710Z | Downloaded radix_trie v0.2.1 |
982 | 2025-02-05T10:19:04.710Z | Downloaded polar-core v0.27.3 |
983 | 2025-02-05T10:19:04.710Z | Downloaded sqlparser v0.45.0 |
984 | 2025-02-05T10:19:04.714Z | Downloaded openssl v0.10.70 |
985 | 2025-02-05T10:19:04.722Z | Downloaded regress v0.9.1 |
986 | 2025-02-05T10:19:04.731Z | Downloaded dropshot v0.12.0 |
987 | 2025-02-05T10:19:04.752Z | Downloaded webpki-roots v0.26.6 |
988 | 2025-02-05T10:19:04.755Z | Downloaded rustls v0.23.19 |
989 | 2025-02-05T10:19:04.767Z | Downloaded rustls v0.22.4 |
990 | 2025-02-05T10:19:04.781Z | Downloaded smoltcp v0.11.0 |
991 | 2025-02-05T10:19:04.794Z | Downloaded chrono-tz v0.10.1 |
992 | 2025-02-05T10:19:04.801Z | Downloaded bstr v1.10.0 |
993 | 2025-02-05T10:19:04.813Z | Downloaded nix v0.28.0 |
994 | 2025-02-05T10:19:04.824Z | Downloaded sled v0.34.7 |
995 | 2025-02-05T10:19:04.834Z | Downloaded regex-syntax v0.6.29 |
996 | 2025-02-05T10:19:04.841Z | Downloaded nix v0.29.0 |
997 | 2025-02-05T10:19:04.853Z | Downloaded openapiv3 v2.0.0 |
998 | 2025-02-05T10:19:04.866Z | Downloaded regex-syntax v0.8.5 |
999 | 2025-02-05T10:19:04.874Z | Downloaded ratatui v0.28.1 |
1000 | 2025-02-05T10:19:04.894Z | Downloaded dropshot v0.15.1 |
1001 | 2025-02-05T10:19:04.918Z | Downloaded diesel v2.2.6 |
1002 | 2025-02-05T10:19:04.932Z | Downloaded typify-impl v0.3.0 |
1003 | 2025-02-05T10:19:04.948Z | Downloaded typify-impl v0.2.0 |
1004 | 2025-02-05T10:19:04.964Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2025-02-05T10:19:04.974Z | Downloaded git2 v0.19.0 |
1006 | 2025-02-05T10:19:04.982Z | Downloaded regex-automata v0.4.8 |
1007 | 2025-02-05T10:19:04.999Z | Downloaded smoltcp v0.9.1 |
1008 | 2025-02-05T10:19:05.010Z | Downloaded lzma-sys v0.1.20 |
1009 | 2025-02-05T10:19:05.038Z | Downloaded object v0.36.5 |
1010 | 2025-02-05T10:19:05.049Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1011 | 2025-02-05T10:19:05.061Z | Downloaded petgraph v0.6.5 |
1012 | 2025-02-05T10:19:05.078Z | Downloaded regress v0.10.1 |
1013 | 2025-02-05T10:19:05.087Z | Downloaded hickory-proto v0.24.2 |
1014 | 2025-02-05T10:19:05.102Z | Downloaded nix v0.27.1 |
1015 | 2025-02-05T10:19:05.112Z | Downloaded libz-sys v1.1.20 |
1016 | 2025-02-05T10:19:05.132Z | Downloaded unicode-width v0.2.0 |
1017 | 2025-02-05T10:19:05.138Z | Downloaded curve25519-dalek v4.1.3 |
1018 | 2025-02-05T10:19:05.146Z | Downloaded sha3 v0.10.8 |
1019 | 2025-02-05T10:19:05.151Z | Downloaded petname v2.0.2 |
1020 | 2025-02-05T10:19:05.156Z | Downloaded bitvec v1.0.1 |
1021 | 2025-02-05T10:19:05.170Z | Downloaded bindgen v0.69.5 |
1022 | 2025-02-05T10:19:05.177Z | Downloaded aws-lc-rs v1.10.0 |
1023 | 2025-02-05T10:19:05.186Z | Downloaded h2 v0.4.6 |
1024 | 2025-02-05T10:19:05.192Z | Downloaded unicode-properties v0.1.3 |
1025 | 2025-02-05T10:19:05.195Z | Downloaded csv v1.3.1 |
1026 | 2025-02-05T10:19:05.215Z | Downloaded tokio v1.43.0 |
1027 | 2025-02-05T10:19:05.251Z | Downloaded p521 v0.13.3 |
1028 | 2025-02-05T10:19:05.255Z | Downloaded unicode-normalization v0.1.24 |
1029 | 2025-02-05T10:19:05.259Z | Downloaded strum_macros v0.26.4 |
1030 | 2025-02-05T10:19:05.261Z | Downloaded typify v0.3.0 |
1031 | 2025-02-05T10:19:05.264Z | Downloaded steno v0.4.1 |
1032 | 2025-02-05T10:19:05.267Z | Downloaded num-bigint-dig v0.8.4 |
1033 | 2025-02-05T10:19:05.272Z | Downloaded publicsuffix v2.3.0 |
1034 | 2025-02-05T10:19:05.275Z | Downloaded aho-corasick v1.1.3 |
1035 | 2025-02-05T10:19:05.281Z | Downloaded tui-tree-widget v0.22.0 |
1036 | 2025-02-05T10:19:05.284Z | Downloaded filetime v0.2.25 |
1037 | 2025-02-05T10:19:05.286Z | Downloaded fd-lock v4.0.2 |
1038 | 2025-02-05T10:19:05.287Z | Downloaded proc-macro-crate v1.3.1 |
1039 | 2025-02-05T10:19:05.289Z | Downloaded serde_with v3.11.0 |
1040 | 2025-02-05T10:19:05.295Z | Downloaded diesel_derives v2.2.3 |
1041 | 2025-02-05T10:19:05.299Z | Downloaded pin-project-internal v1.1.6 |
1042 | 2025-02-05T10:19:05.302Z | Downloaded schemars v0.8.21 |
1043 | 2025-02-05T10:19:05.312Z | Downloaded futures v0.3.31 |
1044 | 2025-02-05T10:19:05.316Z | Downloaded ed25519-dalek v2.1.1 |
1045 | 2025-02-05T10:19:05.319Z | Downloaded hyper v1.5.2 |
1046 | 2025-02-05T10:19:05.325Z | Downloaded expectorate v1.1.0 |
1047 | 2025-02-05T10:19:05.328Z | Downloaded crossterm v0.28.1 |
1048 | 2025-02-05T10:19:05.333Z | Downloaded thiserror-no-std v2.0.2 |
1049 | 2025-02-05T10:19:05.337Z | Downloaded zeroize v1.8.1 |
1050 | 2025-02-05T10:19:05.345Z | Downloaded zerofrom-derive v0.1.4 |
1051 | 2025-02-05T10:19:05.345Z | Downloaded hashlink v0.9.1 |
1052 | 2025-02-05T10:19:05.348Z | Downloaded utf8_iter v1.0.4 |
1053 | 2025-02-05T10:19:05.348Z | Downloaded supports-color v3.0.1 |
1054 | 2025-02-05T10:19:05.348Z | Downloaded subtle v2.6.1 |
1055 | 2025-02-05T10:19:05.348Z | Downloaded russh v0.45.0 |
1056 | 2025-02-05T10:19:05.351Z | Downloaded itertools v0.13.0 |
1057 | 2025-02-05T10:19:05.356Z | Downloaded itertools v0.12.1 |
1058 | 2025-02-05T10:19:05.362Z | Downloaded serde_yaml v0.9.34+deprecated |
1059 | 2025-02-05T10:19:05.366Z | Downloaded stringprep v0.1.5 |
1060 | 2025-02-05T10:19:05.369Z | Downloaded term v0.7.0 |
1061 | 2025-02-05T10:19:05.373Z | Downloaded heapless v0.7.17 |
1062 | 2025-02-05T10:19:05.376Z | Downloaded enum-as-inner v0.6.1 |
1063 | 2025-02-05T10:19:05.378Z | Downloaded unicode_categories v0.1.1 |
1064 | 2025-02-05T10:19:05.378Z | Downloaded libm v0.2.8 |
1065 | 2025-02-05T10:19:05.385Z | Downloaded slog-bunyan v2.5.0 |
1066 | 2025-02-05T10:19:05.388Z | Downloaded postgres-types v0.2.8 |
1067 | 2025-02-05T10:19:05.391Z | Downloaded postgres-protocol v0.6.7 |
1068 | 2025-02-05T10:19:05.391Z | Downloaded postcard v1.0.10 |
1069 | 2025-02-05T10:19:05.394Z | Downloaded headers v0.4.0 |
1070 | 2025-02-05T10:19:05.397Z | Downloaded darling_core v0.20.10 |
1071 | 2025-02-05T10:19:05.402Z | Downloaded mio v1.0.2 |
1072 | 2025-02-05T10:19:05.407Z | Downloaded encoding_rs v0.8.34 |
1073 | 2025-02-05T10:19:05.428Z | Downloaded which v4.4.2 |
1074 | 2025-02-05T10:19:05.431Z | Downloaded wait-timeout v0.2.0 |
1075 | 2025-02-05T10:19:05.434Z | Downloaded pbkdf2 v0.12.2 |
1076 | 2025-02-05T10:19:05.434Z | Downloaded futures-executor v0.3.31 |
1077 | 2025-02-05T10:19:05.437Z | Downloaded owo-colors v4.1.0 |
1078 | 2025-02-05T10:19:05.439Z | Downloaded slog-stdlog v4.1.1 |
1079 | 2025-02-05T10:19:05.439Z | Downloaded yoke v0.7.4 |
1080 | 2025-02-05T10:19:05.442Z | Downloaded yasna v0.5.2 |
1081 | 2025-02-05T10:19:05.442Z | Downloaded cc v1.1.30 |
1082 | 2025-02-05T10:19:05.445Z | Downloaded unicode-bidi v0.3.17 |
1083 | 2025-02-05T10:19:05.448Z | Downloaded rcgen v0.12.1 |
1084 | 2025-02-05T10:19:05.454Z | Downloaded predicates v3.1.2 |
1085 | 2025-02-05T10:19:05.457Z | Downloaded packed_struct_codegen v0.10.1 |
1086 | 2025-02-05T10:19:05.457Z | Downloaded icu_collections v1.5.0 |
1087 | 2025-02-05T10:19:05.460Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1088 | 2025-02-05T10:19:05.516Z | Downloaded const_format v0.2.34 |
1089 | 2025-02-05T10:19:05.520Z | Downloaded zopfli v0.8.1 |
1090 | 2025-02-05T10:19:05.523Z | Downloaded pbkdf2 v0.11.0 |
1091 | 2025-02-05T10:19:05.526Z | Downloaded tls_codec v0.4.1 |
1092 | 2025-02-05T10:19:05.529Z | Downloaded fallible-streaming-iterator v0.1.9 |
1093 | 2025-02-05T10:19:05.529Z | Downloaded spin v0.9.8 |
1094 | 2025-02-05T10:19:05.532Z | Downloaded rustls-pemfile v2.2.0 |
1095 | 2025-02-05T10:19:05.532Z | Downloaded backtrace v0.3.74 |
1096 | 2025-02-05T10:19:05.535Z | Downloaded ref-cast-impl v1.0.23 |
1097 | 2025-02-05T10:19:05.538Z | Downloaded fallible-iterator v0.3.0 |
1098 | 2025-02-05T10:19:05.538Z | Downloaded defmt v0.3.8 |
1099 | 2025-02-05T10:19:05.541Z | Downloaded debug-ignore v1.0.5 |
1100 | 2025-02-05T10:19:05.562Z | Downloaded pkcs1 v0.7.5 |
1101 | 2025-02-05T10:19:05.562Z | Downloaded static_assertions v1.1.0 |
1102 | 2025-02-05T10:19:05.563Z | Downloaded num-complex v0.4.6 |
1103 | 2025-02-05T10:19:05.563Z | Downloaded synstructure v0.13.1 |
1104 | 2025-02-05T10:19:05.563Z | Downloaded ssh-encoding v0.2.0 |
1105 | 2025-02-05T10:19:05.563Z | Downloaded test-strategy v0.3.1 |
1106 | 2025-02-05T10:19:05.563Z | Downloaded compact_str v0.8.0 |
1107 | 2025-02-05T10:19:05.563Z | Downloaded similar v2.6.0 |
1108 | 2025-02-05T10:19:05.570Z | Downloaded signal-hook-mio v0.2.4 |
1109 | 2025-02-05T10:19:05.570Z | Downloaded rustls-pemfile v1.0.4 |
1110 | 2025-02-05T10:19:05.570Z | Downloaded progenitor v0.8.0 |
1111 | 2025-02-05T10:19:05.570Z | Downloaded pin-utils v0.1.0 |
1112 | 2025-02-05T10:19:05.573Z | Downloaded parse-display-derive v0.10.0 |
1113 | 2025-02-05T10:19:05.573Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2025-02-05T10:19:05.573Z | Downloaded ghash v0.5.1 |
1115 | 2025-02-05T10:19:05.574Z | Downloaded fragile v2.0.0 |
1116 | 2025-02-05T10:19:05.574Z | Downloaded form_urlencoded v1.2.1 |
1117 | 2025-02-05T10:19:05.576Z | Downloaded clang-sys v1.8.1 |
1118 | 2025-02-05T10:19:05.577Z | Downloaded icu_normalizer v1.5.0 |
1119 | 2025-02-05T10:19:05.579Z | Downloaded base64 v0.13.1 |
1120 | 2025-02-05T10:19:05.582Z | Downloaded arc-swap v1.7.1 |
1121 | 2025-02-05T10:19:05.586Z | Downloaded float-ord v0.3.2 |
1122 | 2025-02-05T10:19:05.589Z | Downloaded float-cmp v0.9.0 |
1123 | 2025-02-05T10:19:05.589Z | Downloaded fallible-iterator v0.2.0 |
1124 | 2025-02-05T10:19:05.589Z | Downloaded crc-any v2.5.0 |
1125 | 2025-02-05T10:19:05.591Z | Downloaded termtree v0.5.1 |
1126 | 2025-02-05T10:19:05.592Z | Downloaded sct v0.7.1 |
1127 | 2025-02-05T10:19:05.596Z | Downloaded addr2line v0.24.2 |
1128 | 2025-02-05T10:19:05.600Z | Downloaded icu_locid_transform_data v1.5.0 |
1129 | 2025-02-05T10:19:05.600Z | Downloaded cookie_store v0.21.1 |
1130 | 2025-02-05T10:19:05.603Z | Downloaded cstr-argument v0.1.2 |
1131 | 2025-02-05T10:19:05.603Z | Downloaded const_format_proc_macros v0.2.34 |
1132 | 2025-02-05T10:19:05.603Z | Downloaded cmake v0.1.51 |
1133 | 2025-02-05T10:19:05.606Z | Downloaded async-bb8-diesel v0.2.1 |
1134 | 2025-02-05T10:19:05.610Z | Downloaded ciborium v0.2.2 |
1135 | 2025-02-05T10:19:05.610Z | Downloaded bzip2 v0.4.4 |
1136 | 2025-02-05T10:19:05.616Z | Downloaded siphasher v0.3.11 |
1137 | 2025-02-05T10:19:05.616Z | Downloaded simd-adler32 v0.3.7 |
1138 | 2025-02-05T10:19:05.616Z | Downloaded serde-hex v0.1.0 |
1139 | 2025-02-05T10:19:05.619Z | Downloaded rusty-fork v0.3.0 |
1140 | 2025-02-05T10:19:05.619Z | Downloaded resolv-conf v0.7.0 |
1141 | 2025-02-05T10:19:05.619Z | Downloaded bcs v0.1.6 |
1142 | 2025-02-05T10:19:05.622Z | Downloaded backoff v0.4.0 |
1143 | 2025-02-05T10:19:05.622Z | Downloaded base64ct v1.6.0 |
1144 | 2025-02-05T10:19:05.625Z | Downloaded httparse v1.9.5 |
1145 | 2025-02-05T10:19:05.628Z | Downloaded curve25519-dalek-derive v0.1.1 |
1146 | 2025-02-05T10:19:05.628Z | Downloaded ctr v0.9.2 |
1147 | 2025-02-05T10:19:05.631Z | Downloaded ciborium-ll v0.2.2 |
1148 | 2025-02-05T10:19:05.631Z | Downloaded sync_wrapper v1.0.1 |
1149 | 2025-02-05T10:19:05.631Z | Downloaded hmac v0.12.1 |
1150 | 2025-02-05T10:19:05.634Z | Downloaded convert_case v0.4.0 |
1151 | 2025-02-05T10:19:05.634Z | Downloaded cipher v0.4.4 |
1152 | 2025-02-05T10:19:05.637Z | Downloaded allocator-api2 v0.2.18 |
1153 | 2025-02-05T10:19:05.639Z | Downloaded native-tls v0.2.12 |
1154 | 2025-02-05T10:19:05.639Z | Downloaded jobserver v0.1.32 |
1155 | 2025-02-05T10:19:05.642Z | Downloaded libefi-sys v0.1.0 |
1156 | 2025-02-05T10:19:05.642Z | Downloaded chrono-tz-build v0.4.0 |
1157 | 2025-02-05T10:19:05.645Z | Downloaded castaway v0.2.3 |
1158 | 2025-02-05T10:19:05.645Z | Downloaded iana-time-zone v0.1.61 |
1159 | 2025-02-05T10:19:05.648Z | Downloaded cexpr v0.6.0 |
1160 | 2025-02-05T10:19:05.648Z | Downloaded block-padding v0.3.3 |
1161 | 2025-02-05T10:19:05.651Z | Downloaded bitflags v1.3.2 |
1162 | 2025-02-05T10:19:05.651Z | Downloaded bb8 v0.8.5 |
1163 | 2025-02-05T10:19:05.654Z | Downloaded assert_matches v1.5.0 |
1164 | 2025-02-05T10:19:05.654Z | Downloaded mime v0.3.17 |
1165 | 2025-02-05T10:19:05.654Z | Downloaded array-init v0.0.4 |
1166 | 2025-02-05T10:19:05.657Z | Downloaded cfg_aliases v0.1.1 |
1167 | 2025-02-05T10:19:05.657Z | Downloaded is-terminal v0.4.13 |
1168 | 2025-02-05T10:19:05.657Z | Downloaded ipnetwork v0.20.0 |
1169 | 2025-02-05T10:19:05.660Z | Downloaded inout v0.1.3 |
1170 | 2025-02-05T10:19:05.660Z | Downloaded impl-trait-for-tuples v0.2.2 |
1171 | 2025-02-05T10:19:05.663Z | Downloaded idna_adapter v1.2.0 |
1172 | 2025-02-05T10:19:05.663Z | Downloaded httpdate v1.0.3 |
1173 | 2025-02-05T10:19:05.792Z | Downloaded libsqlite3-sys v0.30.1 |
1174 | 2025-02-05T10:19:05.929Z | Downloaded ring v0.17.8 |
1175 | 2025-02-05T10:19:06.243Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2025-02-05T10:19:06.541Z | Compiling serde v1.0.217 |
1177 | 2025-02-05T10:19:06.544Z | Compiling lock_api v0.4.12 |
1178 | 2025-02-05T10:19:06.544Z | Compiling value-bag v1.9.0 |
1179 | 2025-02-05T10:19:06.544Z | Compiling scopeguard v1.2.0 |
1180 | 2025-02-05T10:19:06.700Z | Compiling typenum v1.17.0 |
1181 | 2025-02-05T10:19:06.702Z | Compiling generic-array v0.14.7 |
1182 | 2025-02-05T10:19:06.745Z | Compiling syn v2.0.96 |
1183 | 2025-02-05T10:19:06.762Z | Compiling getrandom v0.2.15 |
1184 | 2025-02-05T10:19:06.853Z | Compiling shlex v1.3.0 |
1185 | 2025-02-05T10:19:07.139Z | Compiling rand_core v0.6.4 |
1186 | 2025-02-05T10:19:07.193Z | Compiling log v0.4.22 |
1187 | 2025-02-05T10:19:07.238Z | Compiling subtle v2.6.1 |
1188 | 2025-02-05T10:19:07.355Z | Compiling jobserver v0.1.32 |
1189 | 2025-02-05T10:19:07.369Z | Compiling smallvec v1.13.2 |
1190 | 2025-02-05T10:19:07.558Z | Compiling const-oid v0.9.6 |
1191 | 2025-02-05T10:19:07.577Z | Compiling pin-project-lite v0.2.14 |
1192 | 2025-02-05T10:19:07.595Z | Compiling rustix v0.38.37 |
1193 | 2025-02-05T10:19:07.671Z | Compiling cc v1.1.30 |
1194 | 2025-02-05T10:19:07.720Z | Compiling spin v0.9.8 |
1195 | 2025-02-05T10:19:07.932Z | Compiling parking_lot_core v0.9.10 |
1196 | 2025-02-05T10:19:08.041Z | Compiling futures-core v0.3.31 |
1197 | 2025-02-05T10:19:08.118Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2025-02-05T10:19:08.302Z | Compiling mio v1.0.2 |
1199 | 2025-02-05T10:19:08.408Z | Compiling aho-corasick v1.1.3 |
1200 | 2025-02-05T10:19:09.002Z | Compiling parking_lot v0.12.3 |
1201 | 2025-02-05T10:19:09.021Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-02-05T10:19:09.106Z | Compiling stable_deref_trait v1.2.0 |
1203 | 2025-02-05T10:19:09.226Z | Compiling cpufeatures v0.2.14 |
1204 | 2025-02-05T10:19:09.343Z | Compiling either v1.13.0 |
1205 | 2025-02-05T10:19:09.523Z | Compiling futures-sink v0.3.31 |
1206 | 2025-02-05T10:19:09.698Z | Compiling glob v0.3.2 |
1207 | 2025-02-05T10:19:09.701Z | Compiling socket2 v0.5.7 |
1208 | 2025-02-05T10:19:09.746Z | Compiling slab v0.4.9 |
1209 | 2025-02-05T10:19:09.892Z | Compiling prettyplease v0.2.25 |
1210 | 2025-02-05T10:19:10.221Z | Compiling lazy_static v1.5.0 |
1211 | 2025-02-05T10:19:10.272Z | Compiling minimal-lexical v0.2.1 |
1212 | 2025-02-05T10:19:10.360Z | Compiling serde_json v1.0.135 |
1213 | 2025-02-05T10:19:10.625Z | Compiling clang-sys v1.8.1 |
1214 | 2025-02-05T10:19:10.698Z | Compiling nom v7.1.3 |
1215 | 2025-02-05T10:19:10.799Z | Compiling libloading v0.8.5 |
1216 | 2025-02-05T10:19:10.984Z | Compiling home v0.5.9 |
1217 | 2025-02-05T10:19:11.171Z | Compiling bindgen v0.69.5 |
1218 | 2025-02-05T10:19:11.175Z | Compiling itertools v0.12.1 |
1219 | 2025-02-05T10:19:11.635Z | Compiling futures-channel v0.3.31 |
1220 | 2025-02-05T10:19:12.061Z | Compiling futures-io v0.3.31 |
1221 | 2025-02-05T10:19:12.087Z | Compiling libm v0.2.8 |
1222 | 2025-02-05T10:19:12.401Z | Compiling foldhash v0.1.3 |
1223 | 2025-02-05T10:19:12.407Z | Compiling allocator-api2 v0.2.18 |
1224 | 2025-02-05T10:19:12.638Z | Compiling pin-utils v0.1.0 |
1225 | 2025-02-05T10:19:12.743Z | Compiling regex-automata v0.4.8 |
1226 | 2025-02-05T10:19:13.154Z | Compiling lazycell v1.3.0 |
1227 | 2025-02-05T10:19:13.341Z | Compiling futures-task v0.3.31 |
1228 | 2025-02-05T10:19:13.365Z | Compiling rustc-hash v1.1.0 |
1229 | 2025-02-05T10:19:13.574Z | Compiling hashbrown v0.15.1 |
1230 | 2025-02-05T10:19:13.666Z | Compiling cmake v0.1.51 |
1231 | 2025-02-05T10:19:14.072Z | Compiling synstructure v0.13.1 |
1232 | 2025-02-05T10:19:14.530Z | Compiling cexpr v0.6.0 |
1233 | 2025-02-05T10:19:14.736Z | Compiling num-traits v0.2.19 |
1234 | 2025-02-05T10:19:15.022Z | Compiling fs_extra v1.3.0 |
1235 | 2025-02-05T10:19:15.226Z | Compiling dunce v1.0.5 |
1236 | 2025-02-05T10:19:15.365Z | Compiling pkg-config v0.3.31 |
1237 | 2025-02-05T10:19:15.734Z | Compiling litemap v0.7.3 |
1238 | 2025-02-05T10:19:16.111Z | Compiling writeable v0.5.5 |
1239 | 2025-02-05T10:19:16.114Z | Compiling ring v0.17.8 |
1240 | 2025-02-05T10:19:16.678Z | Compiling base64ct v1.6.0 |
1241 | 2025-02-05T10:19:16.846Z | Compiling paste v1.0.15 |
1242 | 2025-02-05T10:19:16.906Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2025-02-05T10:19:17.201Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-02-05T10:19:17.306Z | Compiling flagset v0.4.6 |
1245 | 2025-02-05T10:19:17.401Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2025-02-05T10:19:17.511Z | Compiling httparse v1.9.5 |
1247 | 2025-02-05T10:19:17.901Z | Compiling tracing-core v0.1.32 |
1248 | 2025-02-05T10:19:18.186Z | Compiling regex v1.11.1 |
1249 | 2025-02-05T10:19:18.364Z | Compiling icu_properties_data v1.5.0 |
1250 | 2025-02-05T10:19:18.558Z | Compiling percent-encoding v2.3.1 |
1251 | 2025-02-05T10:19:18.661Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-02-05T10:19:18.967Z | Compiling rustls-pki-types v1.10.0 |
1253 | 2025-02-05T10:19:19.098Z | Compiling vcpkg v0.2.15 |
1254 | 2025-02-05T10:19:19.226Z | Compiling untrusted v0.7.1 |
1255 | 2025-02-05T10:19:19.394Z | Compiling write16 v1.0.0 |
1256 | 2025-02-05T10:19:19.596Z | Compiling icu_normalizer_data v1.5.0 |
1257 | 2025-02-05T10:19:19.646Z | Compiling serde_derive v1.0.217 |
1258 | 2025-02-05T10:19:19.664Z | Compiling zeroize_derive v1.4.2 |
1259 | 2025-02-05T10:19:19.683Z | Compiling zerocopy-derive v0.7.35 |
1260 | 2025-02-05T10:19:19.778Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2025-02-05T10:19:20.847Z | Compiling tokio-macros v2.5.0 |
1262 | 2025-02-05T10:19:21.017Z | Compiling zeroize v1.8.1 |
1263 | 2025-02-05T10:19:21.686Z | Compiling zerocopy v0.7.35 |
1264 | 2025-02-05T10:19:21.704Z | Compiling yoke-derive v0.7.4 |
1265 | 2025-02-05T10:19:22.288Z | Compiling zerovec-derive v0.10.3 |
1266 | 2025-02-05T10:19:22.561Z | Compiling crypto-common v0.1.6 |
1267 | 2025-02-05T10:19:22.657Z | Compiling block-buffer v0.10.4 |
1268 | 2025-02-05T10:19:22.788Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-02-05T10:19:22.852Z | Compiling futures-macro v0.3.31 |
1270 | 2025-02-05T10:19:22.904Z | Compiling digest v0.10.7 |
1271 | 2025-02-05T10:19:23.339Z | Compiling zerofrom v0.1.4 |
1272 | 2025-02-05T10:19:23.360Z | Compiling hmac v0.12.1 |
1273 | 2025-02-05T10:19:23.453Z | Compiling displaydoc v0.2.5 |
1274 | 2025-02-05T10:19:23.606Z | Compiling block-padding v0.3.3 |
1275 | 2025-02-05T10:19:23.609Z | Compiling sha2 v0.10.8 |
1276 | 2025-02-05T10:19:23.890Z | Compiling inout v0.1.3 |
1277 | 2025-02-05T10:19:24.174Z | Compiling cipher v0.4.4 |
1278 | 2025-02-05T10:19:24.391Z | Compiling yoke v0.7.4 |
1279 | 2025-02-05T10:19:24.688Z | Compiling icu_provider_macros v1.5.0 |
1280 | 2025-02-05T10:19:24.691Z | Compiling futures-util v0.3.31 |
1281 | 2025-02-05T10:19:24.742Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2025-02-05T10:19:24.808Z | Compiling zerovec v0.10.4 |
1283 | 2025-02-05T10:19:25.037Z | Compiling der_derive v0.7.3 |
1284 | 2025-02-05T10:19:25.563Z | Compiling rand_chacha v0.3.1 |
1285 | 2025-02-05T10:19:25.717Z | Compiling tracing-attributes v0.1.27 |
1286 | 2025-02-05T10:19:25.720Z | Compiling thiserror v1.0.69 |
1287 | 2025-02-05T10:19:25.887Z | Compiling rand v0.8.5 |
1288 | 2025-02-05T10:19:26.766Z | Compiling tinystr v0.7.6 |
1289 | 2025-02-05T10:19:27.141Z | Compiling icu_locid v1.5.0 |
1290 | 2025-02-05T10:19:27.235Z | Compiling icu_collections v1.5.0 |
1291 | 2025-02-05T10:19:27.238Z | Compiling der v0.7.9 |
1292 | 2025-02-05T10:19:27.788Z | Compiling pest v2.7.14 |
1293 | 2025-02-05T10:19:27.812Z | Compiling salsa20 v0.10.2 |
1294 | 2025-02-05T10:19:28.057Z | Compiling pbkdf2 v0.12.2 |
1295 | 2025-02-05T10:19:28.246Z | Compiling icu_provider v1.5.0 |
1296 | 2025-02-05T10:19:28.607Z | Compiling num-conv v0.1.0 |
1297 | 2025-02-05T10:19:28.886Z | Compiling time-core v0.1.2 |
1298 | 2025-02-05T10:19:29.067Z | Compiling icu_locid_transform v1.5.0 |
1299 | 2025-02-05T10:19:29.086Z | Compiling tracing v0.1.40 |
1300 | 2025-02-05T10:19:29.157Z | Compiling mirai-annotations v1.12.0 |
1301 | 2025-02-05T10:19:29.221Z | Compiling spki v0.7.3 |
1302 | 2025-02-05T10:19:29.350Z | Compiling utf8_iter v1.0.4 |
1303 | 2025-02-05T10:19:29.581Z | Compiling utf16_iter v1.0.5 |
1304 | 2025-02-05T10:19:29.600Z | Compiling powerfmt v0.2.0 |
1305 | 2025-02-05T10:19:29.603Z | Compiling untrusted v0.9.0 |
1306 | 2025-02-05T10:19:29.801Z | Compiling time-macros v0.2.18 |
1307 | 2025-02-05T10:19:29.895Z | Compiling deranged v0.3.11 |
1308 | 2025-02-05T10:19:29.952Z | Compiling scrypt v0.11.0 |
1309 | 2025-02-05T10:19:30.273Z | Compiling icu_properties v1.5.1 |
1310 | 2025-02-05T10:19:30.478Z | Compiling pest_meta v2.7.14 |
1311 | 2025-02-05T10:19:30.814Z | Compiling aes v0.8.4 |
1312 | 2025-02-05T10:19:31.300Z | Compiling cbc v0.1.2 |
1313 | 2025-02-05T10:19:31.370Z | Compiling openssl-sys v0.9.105 |
1314 | 2025-02-05T10:19:31.537Z | Compiling scroll_derive v0.12.0 |
1315 | 2025-02-05T10:19:32.395Z | Compiling bitflags v2.6.0 |
1316 | 2025-02-05T10:19:32.555Z | Compiling bytes v1.9.0 |
1317 | 2025-02-05T10:19:32.876Z | Compiling indexmap v2.7.1 |
1318 | 2025-02-05T10:19:33.118Z | Compiling semver v1.0.24 |
1319 | 2025-02-05T10:19:33.629Z | Compiling tokio v1.43.0 |
1320 | 2025-02-05T10:19:33.750Z | Compiling http v1.2.0 |
1321 | 2025-02-05T10:19:33.795Z | Compiling rustc_version v0.4.1 |
1322 | 2025-02-05T10:19:34.202Z | Compiling icu_normalizer v1.5.0 |
1323 | 2025-02-05T10:19:34.859Z | Compiling num_threads v0.1.7 |
1324 | 2025-02-05T10:19:34.971Z | Compiling tinyvec_macros v0.1.1 |
1325 | 2025-02-05T10:19:35.005Z | Compiling atomic-waker v1.1.2 |
1326 | 2025-02-05T10:19:35.075Z | Compiling tinyvec v1.8.0 |
1327 | 2025-02-05T10:19:35.203Z | Compiling http-body v1.0.1 |
1328 | 2025-02-05T10:19:35.450Z | Compiling idna_adapter v1.2.0 |
1329 | 2025-02-05T10:19:35.620Z | Compiling time v0.3.36 |
1330 | 2025-02-05T10:19:35.642Z | Compiling scroll v0.12.0 |
1331 | 2025-02-05T10:19:35.773Z | Compiling pest_generator v2.7.14 |
1332 | 2025-02-05T10:19:35.932Z | Compiling pkcs5 v0.7.1 |
1333 | 2025-02-05T10:19:35.949Z | Compiling form_urlencoded v1.2.1 |
1334 | 2025-02-05T10:19:36.202Z | Compiling slog v2.7.0 |
1335 | 2025-02-05T10:19:36.258Z | Compiling try-lock v0.2.5 |
1336 | 2025-02-05T10:19:36.453Z | Compiling which v4.4.2 |
1337 | 2025-02-05T10:19:36.504Z | Compiling want v0.3.1 |
1338 | 2025-02-05T10:19:36.775Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-02-05T10:19:36.940Z | Compiling goblin v0.8.2 |
1340 | 2025-02-05T10:19:37.045Z | Compiling idna v1.0.3 |
1341 | 2025-02-05T10:19:37.432Z | Compiling uuid v1.12.0 |
1342 | 2025-02-05T10:19:37.454Z | Compiling iana-time-zone v0.1.61 |
1343 | 2025-02-05T10:19:37.676Z | Compiling pest_derive v2.7.14 |
1344 | 2025-02-05T10:19:37.846Z | Compiling httpdate v1.0.3 |
1345 | 2025-02-05T10:19:38.287Z | Compiling chrono v0.4.39 |
1346 | 2025-02-05T10:19:38.419Z | Compiling dtrace-parser v0.2.0 |
1347 | 2025-02-05T10:19:38.924Z | Compiling serde_spanned v0.6.8 |
1348 | 2025-02-05T10:19:39.174Z | Compiling toml_datetime v0.6.8 |
1349 | 2025-02-05T10:19:39.446Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-02-05T10:19:39.657Z | Compiling openssl v0.10.70 |
1351 | 2025-02-05T10:19:39.986Z | Compiling rustversion v1.0.17 |
1352 | 2025-02-05T10:19:40.057Z | Compiling base64 v0.22.1 |
1353 | 2025-02-05T10:19:40.308Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2025-02-05T10:19:40.428Z | Compiling adler2 v2.0.0 |
1355 | 2025-02-05T10:19:40.442Z | Compiling tower-service v0.3.3 |
1356 | 2025-02-05T10:19:40.599Z | Compiling match_cfg v0.1.0 |
1357 | 2025-02-05T10:19:40.601Z | Compiling miniz_oxide v0.8.0 |
1358 | 2025-02-05T10:19:40.669Z | Compiling hostname v0.3.1 |
1359 | 2025-02-05T10:19:40.716Z | Compiling foreign-types v0.3.2 |
1360 | 2025-02-05T10:19:40.800Z | Compiling url v2.5.3 |
1361 | 2025-02-05T10:19:40.876Z | Compiling openssl-macros v0.1.1 |
1362 | 2025-02-05T10:19:41.691Z | Compiling tokio-util v0.7.12 |
1363 | 2025-02-05T10:19:41.710Z | Compiling async-trait v0.1.86 |
1364 | 2025-02-05T10:19:41.978Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2025-02-05T10:19:42.059Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2025-02-05T10:19:42.570Z | Compiling h2 v0.4.6 |
1367 | 2025-02-05T10:19:42.617Z | Compiling dof v0.3.0 |
1368 | 2025-02-05T10:19:42.790Z | Compiling syn v1.0.109 |
1369 | 2025-02-05T10:19:43.374Z | Compiling usdt-impl v0.5.0 |
1370 | 2025-02-05T10:19:45.796Z | Compiling native-tls v0.2.12 |
1371 | 2025-02-05T10:19:45.846Z | Compiling data-encoding v2.6.0 |
1372 | 2025-02-05T10:19:45.846Z | Compiling rustls v0.23.19 |
1373 | 2025-02-05T10:19:45.846Z | Compiling rustls v0.22.4 |
1374 | 2025-02-05T10:19:45.846Z | Compiling schemars v0.8.21 |
1375 | 2025-02-05T10:19:45.846Z | Compiling siphasher v0.3.11 |
1376 | 2025-02-05T10:19:45.846Z | Compiling schemars_derive v0.8.21 |
1377 | 2025-02-05T10:19:45.846Z | Compiling dirs-next v2.0.0 |
1378 | 2025-02-05T10:19:46.179Z | Compiling unicode-normalization v0.1.24 |
1379 | 2025-02-05T10:19:46.405Z | Compiling http-body-util v0.1.2 |
1380 | 2025-02-05T10:19:46.633Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2025-02-05T10:19:46.865Z | Compiling heapless v0.7.17 |
1382 | 2025-02-05T10:19:46.937Z | Compiling sha1 v0.10.6 |
1383 | 2025-02-05T10:19:47.239Z | Compiling signature v2.2.0 |
1384 | 2025-02-05T10:19:47.242Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1385 | 2025-02-05T10:19:47.293Z | Compiling thread_local v1.1.8 |
1386 | 2025-02-05T10:19:47.348Z | Compiling cookie v0.18.1 |
1387 | 2025-02-05T10:19:47.501Z | Compiling encoding_rs v0.8.34 |
1388 | 2025-02-05T10:19:47.647Z | Compiling multer v3.1.0 |
1389 | 2025-02-05T10:19:47.692Z | Compiling unicode-properties v0.1.3 |
1390 | 2025-02-05T10:19:47.749Z | Compiling slog-async v2.8.0 |
1391 | 2025-02-05T10:19:47.840Z | Compiling signal-hook v0.3.17 |
1392 | 2025-02-05T10:19:47.926Z | Compiling dyn-clone v1.0.17 |
1393 | 2025-02-05T10:19:48.104Z | Compiling gimli v0.31.1 |
1394 | 2025-02-05T10:19:48.123Z | Compiling ipnet v2.10.1 |
1395 | 2025-02-05T10:19:48.143Z | Compiling mime v0.3.17 |
1396 | 2025-02-05T10:19:48.211Z | Compiling rayon-core v1.12.1 |
1397 | 2025-02-05T10:19:48.489Z | Compiling openssl-probe v0.1.5 |
1398 | 2025-02-05T10:19:48.688Z | Compiling unicode-bidi v0.3.17 |
1399 | 2025-02-05T10:19:48.954Z | Compiling toml_edit v0.22.22 |
1400 | 2025-02-05T10:19:49.985Z | Compiling hyper v1.5.2 |
1401 | 2025-02-05T10:19:52.178Z | Compiling addr2line v0.24.2 |
1402 | 2025-02-05T10:19:52.533Z | Compiling hyper-util v0.1.10 |
1403 | 2025-02-05T10:19:52.690Z | Compiling stringprep v0.1.5 |
1404 | 2025-02-05T10:19:52.914Z | Compiling crossbeam-deque v0.8.5 |
1405 | 2025-02-05T10:19:52.956Z | Compiling usdt-attr-macro v0.5.0 |
1406 | 2025-02-05T10:19:53.282Z | Compiling usdt-macro v0.5.0 |
1407 | 2025-02-05T10:19:53.634Z | Compiling term v0.7.0 |
1408 | 2025-02-05T10:19:54.251Z | Compiling slog-json v2.6.1 |
1409 | 2025-02-05T10:19:54.479Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2025-02-05T10:19:54.633Z | Compiling crossbeam-channel v0.5.13 |
1411 | 2025-02-05T10:19:54.662Z | Compiling curve25519-dalek v4.1.3 |
1412 | 2025-02-05T10:19:54.892Z | Compiling enum-as-inner v0.6.1 |
1413 | 2025-02-05T10:19:54.958Z | Compiling futures-executor v0.3.31 |
1414 | 2025-02-05T10:19:55.236Z | Compiling md-5 v0.10.6 |
1415 | 2025-02-05T10:19:55.440Z | Compiling async-stream-impl v0.3.6 |
1416 | 2025-02-05T10:19:55.472Z | Compiling rustls-pemfile v2.2.0 |
1417 | 2025-02-05T10:19:55.511Z | Compiling num-integer v0.1.46 |
1418 | 2025-02-05T10:19:55.607Z | Compiling hash32 v0.2.1 |
1419 | 2025-02-05T10:19:55.859Z | Compiling ff v0.13.0 |
1420 | 2025-02-05T10:19:55.872Z | Compiling is-terminal v0.4.13 |
1421 | 2025-02-05T10:19:55.958Z | Compiling dropshot v0.12.0 |
1422 | 2025-02-05T10:19:56.018Z | Compiling object v0.36.5 |
1423 | 2025-02-05T10:19:56.023Z | Compiling take_mut v0.2.2 |
1424 | 2025-02-05T10:19:56.181Z | Compiling portable-atomic v1.9.0 |
1425 | 2025-02-05T10:19:56.220Z | Compiling smoltcp v0.9.1 |
1426 | 2025-02-05T10:19:56.244Z | Compiling linked-hash-map v0.5.6 |
1427 | 2025-02-05T10:19:56.309Z | Compiling anyhow v1.0.95 |
1428 | 2025-02-05T10:19:56.566Z | Compiling psl-types v2.0.11 |
1429 | 2025-02-05T10:19:56.673Z | Compiling rustc-demangle v0.1.24 |
1430 | 2025-02-05T10:19:56.784Z | Compiling base16ct v0.2.0 |
1431 | 2025-02-05T10:19:56.846Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2025-02-05T10:19:57.007Z | Compiling utf-8 v0.7.6 |
1433 | 2025-02-05T10:19:57.071Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-02-05T10:19:57.337Z | Compiling litrs v0.4.1 |
1435 | 2025-02-05T10:19:57.341Z | Compiling quick-error v1.2.3 |
1436 | 2025-02-05T10:19:57.341Z | Compiling resolv-conf v0.7.0 |
1437 | 2025-02-05T10:19:57.341Z | Compiling tungstenite v0.24.0 |
1438 | 2025-02-05T10:19:57.562Z | Compiling sec1 v0.7.3 |
1439 | 2025-02-05T10:19:57.689Z | Compiling postgres-protocol v0.6.7 |
1440 | 2025-02-05T10:19:58.132Z | Compiling publicsuffix v2.3.0 |
1441 | 2025-02-05T10:19:58.211Z | Compiling document-features v0.2.10 |
1442 | 2025-02-05T10:19:58.387Z | Compiling async-stream v0.3.6 |
1443 | 2025-02-05T10:19:58.390Z | Compiling lru-cache v0.1.2 |
1444 | 2025-02-05T10:19:58.725Z | Compiling group v0.13.0 |
1445 | 2025-02-05T10:19:59.014Z | Compiling slog-term v2.9.1 |
1446 | 2025-02-05T10:19:59.060Z | Compiling num-iter v0.1.45 |
1447 | 2025-02-05T10:19:59.371Z | Compiling usdt v0.5.0 |
1448 | 2025-02-05T10:19:59.496Z | Compiling hickory-proto v0.24.2 |
1449 | 2025-02-05T10:19:59.863Z | Compiling futures v0.3.31 |
1450 | 2025-02-05T10:19:59.875Z | Compiling slog-bunyan v2.5.0 |
1451 | 2025-02-05T10:20:00.235Z | Compiling toml v0.8.19 |
1452 | 2025-02-05T10:20:01.173Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2025-02-05T10:20:01.413Z | Compiling camino v1.1.9 |
1454 | 2025-02-05T10:20:01.642Z | Compiling phf_shared v0.11.2 |
1455 | 2025-02-05T10:20:01.717Z | Compiling dropshot_endpoint v0.12.0 |
1456 | 2025-02-05T10:20:01.994Z | Compiling terminal_size v0.4.0 |
1457 | 2025-02-05T10:20:02.042Z | Compiling waitgroup v0.1.2 |
1458 | 2025-02-05T10:20:02.214Z | Compiling openapiv3 v2.0.0 |
1459 | 2025-02-05T10:20:02.235Z | Compiling serde_path_to_error v0.1.16 |
1460 | 2025-02-05T10:20:02.302Z | Compiling hkdf v0.12.4 |
1461 | 2025-02-05T10:20:02.536Z | Compiling backtrace v0.3.74 |
1462 | 2025-02-05T10:20:02.950Z | Compiling crypto-bigint v0.5.5 |
1463 | 2025-02-05T10:20:02.983Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2025-02-05T10:20:04.979Z | Compiling curve25519-dalek-derive v0.1.1 |
1465 | 2025-02-05T10:20:05.541Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-02-05T10:20:05.795Z | Compiling hostname v0.4.0 |
1467 | 2025-02-05T10:20:05.921Z | Compiling fs-err v2.11.0 |
1468 | 2025-02-05T10:20:05.963Z | Compiling hubpack_derive v0.1.1 |
1469 | 2025-02-05T10:20:05.983Z | Compiling ahash v0.8.11 |
1470 | 2025-02-05T10:20:06.182Z | Compiling crc32fast v1.4.2 |
1471 | 2025-02-05T10:20:06.201Z | Compiling newtype-uuid v1.2.1 |
1472 | 2025-02-05T10:20:06.306Z | Compiling managed v0.8.0 |
1473 | 2025-02-05T10:20:06.324Z | Compiling winnow v0.5.40 |
1474 | 2025-02-05T10:20:06.481Z | Compiling bitflags v1.3.2 |
1475 | 2025-02-05T10:20:06.502Z | Compiling unicode-width v0.2.0 |
1476 | 2025-02-05T10:20:06.591Z | Compiling debug-ignore v1.0.5 |
1477 | 2025-02-05T10:20:06.752Z | Compiling clap_builder v4.5.27 |
1478 | 2025-02-05T10:20:06.798Z | Compiling hubpack v0.1.2 |
1479 | 2025-02-05T10:20:07.029Z | Compiling console v0.15.10 |
1480 | 2025-02-05T10:20:07.218Z | Compiling strum_macros v0.25.3 |
1481 | 2025-02-05T10:20:08.396Z | Compiling flate2 v1.0.35 |
1482 | 2025-02-05T10:20:08.842Z | Compiling elliptic-curve v0.13.8 |
1483 | 2025-02-05T10:20:08.910Z | Compiling zerocopy v0.6.6 |
1484 | 2025-02-05T10:20:09.327Z | Compiling hickory-resolver v0.24.2 |
1485 | 2025-02-05T10:20:09.617Z | Compiling toml_edit v0.19.15 |
1486 | 2025-02-05T10:20:09.781Z | Compiling phf v0.11.2 |
1487 | 2025-02-05T10:20:10.057Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2025-02-05T10:20:10.239Z | Compiling hyper-tls v0.6.0 |
1489 | 2025-02-05T10:20:10.427Z | Compiling rayon v1.10.0 |
1490 | 2025-02-05T10:20:10.625Z | Compiling cookie_store v0.21.1 |
1491 | 2025-02-05T10:20:11.037Z | Compiling bzip2 v0.4.4 |
1492 | 2025-02-05T10:20:12.073Z | Compiling postgres-types v0.2.8 |
1493 | 2025-02-05T10:20:13.368Z | Compiling tokio-tungstenite v0.24.0 |
1494 | 2025-02-05T10:20:14.726Z | Compiling ed25519 v2.2.3 |
1495 | 2025-02-05T10:20:14.951Z | Compiling phf_shared v0.10.0 |
1496 | 2025-02-05T10:20:15.198Z | Compiling tokio-stream v0.1.16 |
1497 | 2025-02-05T10:20:15.245Z | Compiling pkcs1 v0.7.5 |
1498 | 2025-02-05T10:20:15.328Z | Compiling serde-big-array v0.5.1 |
1499 | 2025-02-05T10:20:15.564Z | Compiling clap_derive v4.5.28 |
1500 | 2025-02-05T10:20:16.095Z | Compiling rfc6979 v0.4.0 |
1501 | 2025-02-05T10:20:16.169Z | Compiling serde_repr v0.1.19 |
1502 | 2025-02-05T10:20:16.301Z | Compiling derive-where v1.2.7 |
1503 | 2025-02-05T10:20:16.580Z | Compiling float-cmp v0.9.0 |
1504 | 2025-02-05T10:20:16.606Z | Compiling bstr v1.10.0 |
1505 | 2025-02-05T10:20:16.768Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-02-05T10:20:16.773Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2025-02-05T10:20:16.885Z | Compiling difflib v0.4.0 |
1508 | 2025-02-05T10:20:17.274Z | Compiling fixedbitset v0.4.2 |
1509 | 2025-02-05T10:20:17.656Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-02-05T10:20:17.696Z | Compiling bit-vec v0.6.3 |
1511 | 2025-02-05T10:20:17.739Z | Compiling number_prefix v0.4.0 |
1512 | 2025-02-05T10:20:18.026Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2025-02-05T10:20:18.091Z | Compiling predicates-core v1.0.8 |
1514 | 2025-02-05T10:20:18.161Z | Compiling static_assertions v1.1.0 |
1515 | 2025-02-05T10:20:18.236Z | Compiling whoami v1.5.2 |
1516 | 2025-02-05T10:20:18.259Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-02-05T10:20:18.279Z | Compiling predicates v3.1.2 |
1518 | 2025-02-05T10:20:18.362Z | Compiling string_cache v0.8.7 |
1519 | 2025-02-05T10:20:18.408Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1520 | 2025-02-05T10:20:18.805Z | Compiling tokio-postgres v0.7.12 |
1521 | 2025-02-05T10:20:18.828Z | Compiling bit-set v0.5.3 |
1522 | 2025-02-05T10:20:19.120Z | Compiling indicatif v0.17.11 |
1523 | 2025-02-05T10:20:19.492Z | Compiling similar v2.6.0 |
1524 | 2025-02-05T10:20:19.788Z | Compiling petgraph v0.6.5 |
1525 | 2025-02-05T10:20:20.059Z | Compiling clap v4.5.28 |
1526 | 2025-02-05T10:20:20.271Z | Compiling ecdsa v0.16.9 |
1527 | 2025-02-05T10:20:20.972Z | Compiling rsa v0.9.6 |
1528 | 2025-02-05T10:20:21.089Z | Compiling ed25519-dalek v2.1.1 |
1529 | 2025-02-05T10:20:21.670Z | Compiling toml v0.7.8 |
1530 | 2025-02-05T10:20:22.388Z | Compiling zip v0.6.6 |
1531 | 2025-02-05T10:20:23.161Z | Compiling crossterm v0.28.1 |
1532 | 2025-02-05T10:20:24.285Z | Compiling hex v0.4.3 |
1533 | 2025-02-05T10:20:24.415Z | Compiling x509-cert v0.2.5 |
1534 | 2025-02-05T10:20:24.525Z | Compiling itertools v0.10.5 |
1535 | 2025-02-05T10:20:24.672Z | Compiling peg-runtime v0.8.3 |
1536 | 2025-02-05T10:20:24.845Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-02-05T10:20:25.005Z | Compiling lalrpop-util v0.19.12 |
1538 | 2025-02-05T10:20:25.033Z | Compiling strum_macros v0.26.4 |
1539 | 2025-02-05T10:20:25.245Z | Compiling xattr v1.3.1 |
1540 | 2025-02-05T10:20:25.371Z | Compiling filetime v0.2.25 |
1541 | 2025-02-05T10:20:25.678Z | Compiling tar v0.4.42 |
1542 | 2025-02-05T10:20:29.596Z | Compiling strum v0.26.3 |
1543 | 2025-02-05T10:20:34.209Z | Compiling aws-lc-sys v0.22.0 |
1544 | 2025-02-05T10:21:00.053Z | Compiling rustls-webpki v0.102.8 |
1545 | 2025-02-05T10:21:03.193Z | Compiling tokio-rustls v0.25.0 |
1546 | 2025-02-05T10:21:04.881Z | Compiling tokio-rustls v0.26.0 |
1547 | 2025-02-05T10:21:05.138Z | Compiling hyper-rustls v0.27.3 |
1548 | 2025-02-05T10:21:05.487Z | Compiling reqwest v0.12.9 |
1549 | 2025-02-05T10:21:06.708Z | Compiling qorb v0.2.1 |
1550 | 2025-02-05T10:21:09.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2025-02-05T10:21:10.084Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1552 | 2025-02-05T10:21:14.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1553 | 2025-02-05T10:21:14.577Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1554 | 2025-02-05T10:21:14.601Z | Feb 05 10:21:13.540 INFO Starting download, target: Clickhouse |
1555 | 2025-02-05T10:21:14.602Z | Feb 05 10:21:13.540 INFO Starting download, target: Console |
1556 | 2025-02-05T10:21:14.602Z | Feb 05 10:21:13.540 INFO Starting download, target: Cockroach |
1557 | 2025-02-05T10:21:14.605Z | Feb 05 10:21:13.540 INFO Starting download, target: DendriteOpenapi |
1558 | 2025-02-05T10:21:14.605Z | Feb 05 10:21:13.540 INFO Starting download, target: DendriteStub |
1559 | 2025-02-05T10:21:14.605Z | Feb 05 10:21:13.540 INFO Starting download, target: MaghemiteMgd |
1560 | 2025-02-05T10:21:14.605Z | Feb 05 10:21:13.540 INFO Starting download, target: TransceiverControl |
1561 | 2025-02-05T10:21:14.605Z | Feb 05 10:21:13.541 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.541 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.541 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1564 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.542 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1565 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.542 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1566 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.542 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-02-05T10:21:14.606Z | Feb 05 10:21:13.542 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1568 | 2025-02-05T10:21:14.799Z | Feb 05 10:21:13.737 INFO Download complete, target: DendriteOpenapi |
1569 | 2025-02-05T10:21:15.006Z | Feb 05 10:21:13.942 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1570 | 2025-02-05T10:21:15.233Z | Feb 05 10:21:14.145 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1571 | 2025-02-05T10:21:15.457Z | Feb 05 10:21:14.386 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2025-02-05T10:21:15.497Z | Feb 05 10:21:14.435 INFO Download complete, target: TransceiverControl |
1573 | 2025-02-05T10:21:15.513Z | Feb 05 10:21:14.446 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2025-02-05T10:21:15.597Z | Feb 05 10:21:14.535 INFO Download complete, target: Console |
1575 | 2025-02-05T10:21:16.367Z | Feb 05 10:21:15.306 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1576 | 2025-02-05T10:21:16.367Z | Feb 05 10:21:15.306 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1577 | 2025-02-05T10:21:16.574Z | Feb 05 10:21:15.480 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1578 | 2025-02-05T10:21:18.343Z | Feb 05 10:21:17.281 INFO Download complete, target: DendriteStub |
1579 | 2025-02-05T10:21:18.440Z | Feb 05 10:21:17.378 INFO Download complete, target: MaghemiteMgd |
1580 | 2025-02-05T10:21:23.588Z | Feb 05 10:21:22.527 INFO Checking that binary works, target: Cockroach |
1581 | 2025-02-05T10:21:23.746Z | Feb 05 10:21:22.685 INFO Download complete, target: Cockroach |
1582 | 2025-02-05T10:21:28.656Z | Feb 05 10:21:27.595 INFO Checking that binary works, target: Clickhouse |
1583 | 2025-02-05T10:21:28.776Z | Feb 05 10:21:27.715 INFO Download complete, target: Clickhouse |
1584 | 2025-02-05T10:21:28.784Z | All prerequisites installed successfully |
1585 | 2025-02-05T10:21:28.787Z | |
1586 | 2025-02-05T10:21:28.787Z | real 4:49.005992356 |
1587 | 2025-02-05T10:21:28.787Z | user 15:35.162505412 |
1588 | 2025-02-05T10:21:28.787Z | sys 2:01.423618313 |
1589 | 2025-02-05T10:21:28.787Z | trap 0.577558860 |
1590 | 2025-02-05T10:21:28.787Z | tflt 1.468738555 |
1591 | 2025-02-05T10:21:28.787Z | dflt 1.674908984 |
1592 | 2025-02-05T10:21:28.787Z | kflt 0.023828094 |
1593 | 2025-02-05T10:21:28.787Z | lock 24:34.398548885 |
1594 | 2025-02-05T10:21:28.787Z | slp 54:27.843119025 |
1595 | 2025-02-05T10:21:28.787Z | lat 1:00.188700424 |
1596 | 2025-02-05T10:21:28.787Z | stop 2:25.062625316 |
1597 | 2025-02-05T10:21:28.787Z | + ptime -m cargo xtask download softnpu |
1598 | 2025-02-05T10:21:29.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1599 | 2025-02-05T10:21:29.319Z | Running `target/debug/xtask download softnpu` |
1600 | 2025-02-05T10:21:30.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1601 | 2025-02-05T10:21:30.190Z | Running `target/debug/xtask-downloader softnpu` |
1602 | 2025-02-05T10:21:30.229Z | Feb 05 10:21:29.168 INFO Starting download, target: Softnpu |
1603 | 2025-02-05T10:21:30.233Z | Feb 05 10:21:29.169 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1604 | 2025-02-05T10:21:31.041Z | Feb 05 10:21:29.979 INFO Download complete, target: Softnpu |
1605 | 2025-02-05T10:21:31.051Z | |
1606 | 2025-02-05T10:21:31.054Z | real 2.254138873 |
1607 | 2025-02-05T10:21:31.054Z | user 1.238186494 |
1608 | 2025-02-05T10:21:31.054Z | sys 0.539364573 |
1609 | 2025-02-05T10:21:31.054Z | trap 0.001260861 |
1610 | 2025-02-05T10:21:31.054Z | tflt 0.000025299 |
1611 | 2025-02-05T10:21:31.054Z | dflt 0.000035660 |
1612 | 2025-02-05T10:21:31.054Z | kflt 0.000000000 |
1613 | 2025-02-05T10:21:31.054Z | lock 8.368073252 |
1614 | 2025-02-05T10:21:31.055Z | slp 0.664244443 |
1615 | 2025-02-05T10:21:31.055Z | lat 0.071721216 |
1616 | 2025-02-05T10:21:31.055Z | stop 0.000170117 |
1617 | 2025-02-05T10:21:31.055Z | + export CARGO_INCREMENTAL=0 |
1618 | 2025-02-05T10:21:31.055Z | + CARGO_INCREMENTAL=0 |
1619 | 2025-02-05T10:21:31.055Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1620 | 2025-02-05T10:21:31.974Z | Compiling proc-macro2 v1.0.92 |
1621 | 2025-02-05T10:21:31.974Z | Compiling unicode-ident v1.0.14 |
1622 | 2025-02-05T10:21:31.979Z | Compiling libc v0.2.169 |
1623 | 2025-02-05T10:21:31.979Z | Compiling serde v1.0.217 |
1624 | 2025-02-05T10:21:31.979Z | Compiling autocfg v1.4.0 |
1625 | 2025-02-05T10:21:31.979Z | Compiling version_check v0.9.5 |
1626 | 2025-02-05T10:21:31.979Z | Compiling cfg-if v1.0.0 |
1627 | 2025-02-05T10:21:32.241Z | Compiling memchr v2.7.4 |
1628 | 2025-02-05T10:21:32.308Z | Compiling typenum v1.17.0 |
1629 | 2025-02-05T10:21:32.314Z | Compiling shlex v1.3.0 |
1630 | 2025-02-05T10:21:32.783Z | Compiling value-bag v1.9.0 |
1631 | 2025-02-05T10:21:32.791Z | Compiling generic-array v0.14.7 |
1632 | 2025-02-05T10:21:32.844Z | Compiling lock_api v0.4.12 |
1633 | 2025-02-05T10:21:33.011Z | Compiling log v0.4.22 |
1634 | 2025-02-05T10:21:33.142Z | Compiling scopeguard v1.2.0 |
1635 | 2025-02-05T10:21:33.340Z | Compiling parking_lot_core v0.9.10 |
1636 | 2025-02-05T10:21:33.562Z | Compiling serde_json v1.0.135 |
1637 | 2025-02-05T10:21:33.720Z | Compiling quote v1.0.38 |
1638 | 2025-02-05T10:21:33.796Z | Compiling jobserver v0.1.32 |
1639 | 2025-02-05T10:21:33.800Z | Compiling getrandom v0.2.15 |
1640 | 2025-02-05T10:21:33.880Z | Compiling once_cell v1.20.2 |
1641 | 2025-02-05T10:21:34.162Z | Compiling libm v0.2.8 |
1642 | 2025-02-05T10:21:34.228Z | Compiling syn v2.0.96 |
1643 | 2025-02-05T10:21:34.245Z | Compiling cc v1.1.30 |
1644 | 2025-02-05T10:21:34.306Z | Compiling rustix v0.38.37 |
1645 | 2025-02-05T10:21:34.326Z | Compiling aho-corasick v1.1.3 |
1646 | 2025-02-05T10:21:34.387Z | Compiling num-traits v0.2.19 |
1647 | 2025-02-05T10:21:34.406Z | Compiling regex-syntax v0.8.5 |
1648 | 2025-02-05T10:21:34.462Z | Compiling thiserror v1.0.69 |
1649 | 2025-02-05T10:21:34.679Z | Compiling either v1.13.0 |
1650 | 2025-02-05T10:21:34.910Z | Compiling itoa v1.0.11 |
1651 | 2025-02-05T10:21:35.039Z | Compiling spin v0.9.8 |
1652 | 2025-02-05T10:21:35.138Z | Compiling slab v0.4.9 |
1653 | 2025-02-05T10:21:35.347Z | Compiling errno v0.3.9 |
1654 | 2025-02-05T10:21:35.446Z | Compiling byteorder v1.5.0 |
1655 | 2025-02-05T10:21:35.745Z | Compiling rand_core v0.6.4 |
1656 | 2025-02-05T10:21:36.320Z | Compiling glob v0.3.2 |
1657 | 2025-02-05T10:21:36.326Z | Compiling prettyplease v0.2.25 |
1658 | 2025-02-05T10:21:36.338Z | Compiling lazy_static v1.5.0 |
1659 | 2025-02-05T10:21:36.675Z | Compiling minimal-lexical v0.2.1 |
1660 | 2025-02-05T10:21:36.915Z | Compiling clang-sys v1.8.1 |
1661 | 2025-02-05T10:21:37.104Z | Compiling nom v7.1.3 |
1662 | 2025-02-05T10:21:37.278Z | Compiling libloading v0.8.5 |
1663 | 2025-02-05T10:21:37.282Z | Compiling bindgen v0.69.5 |
1664 | 2025-02-05T10:21:37.556Z | Compiling smallvec v1.13.2 |
1665 | 2025-02-05T10:21:37.610Z | Compiling home v0.5.9 |
1666 | 2025-02-05T10:21:37.660Z | Compiling subtle v2.6.1 |
1667 | 2025-02-05T10:21:37.973Z | Compiling regex-automata v0.4.8 |
1668 | 2025-02-05T10:21:38.019Z | Compiling itertools v0.12.1 |
1669 | 2025-02-05T10:21:38.082Z | Compiling rustc-hash v1.1.0 |
1670 | 2025-02-05T10:21:38.199Z | Compiling lazycell v1.3.0 |
1671 | 2025-02-05T10:21:38.255Z | Compiling allocator-api2 v0.2.18 |
1672 | 2025-02-05T10:21:38.676Z | Compiling cmake v0.1.51 |
1673 | 2025-02-05T10:21:39.431Z | Compiling fs_extra v1.3.0 |
1674 | 2025-02-05T10:21:39.637Z | Compiling semver v1.0.24 |
1675 | 2025-02-05T10:21:39.860Z | Compiling dunce v1.0.5 |
1676 | 2025-02-05T10:21:40.033Z | Compiling pkg-config v0.3.31 |
1677 | 2025-02-05T10:21:40.057Z | Compiling ring v0.17.8 |
1678 | 2025-02-05T10:21:40.405Z | Compiling cexpr v0.6.0 |
1679 | 2025-02-05T10:21:40.955Z | Compiling ryu v1.0.18 |
1680 | 2025-02-05T10:21:41.047Z | Compiling synstructure v0.13.1 |
1681 | 2025-02-05T10:21:41.096Z | Compiling pin-project-lite v0.2.14 |
1682 | 2025-02-05T10:21:41.257Z | Compiling paste v1.0.15 |
1683 | 2025-02-05T10:21:41.643Z | Compiling fnv v1.0.7 |
1684 | 2025-02-05T10:21:41.827Z | Compiling const-oid v0.9.6 |
1685 | 2025-02-05T10:21:41.830Z | Compiling aws-lc-rs v1.10.0 |
1686 | 2025-02-05T10:21:42.187Z | Compiling httparse v1.9.5 |
1687 | 2025-02-05T10:21:42.267Z | Compiling schemars v0.8.21 |
1688 | 2025-02-05T10:21:42.622Z | Compiling serde_derive_internals v0.29.1 |
1689 | 2025-02-05T10:21:43.035Z | Compiling equivalent v1.0.1 |
1690 | 2025-02-05T10:21:43.053Z | Compiling foldhash v0.1.3 |
1691 | 2025-02-05T10:21:43.396Z | Compiling regex v1.11.1 |
1692 | 2025-02-05T10:21:43.402Z | Compiling hashbrown v0.15.1 |
1693 | 2025-02-05T10:21:43.770Z | Compiling signal-hook-registry v1.4.2 |
1694 | 2025-02-05T10:21:44.239Z | Compiling heck v0.5.0 |
1695 | 2025-02-05T10:21:44.263Z | Compiling parking_lot v0.12.3 |
1696 | 2025-02-05T10:21:44.567Z | Compiling mio v1.0.2 |
1697 | 2025-02-05T10:21:44.655Z | Compiling stable_deref_trait v1.2.0 |
1698 | 2025-02-05T10:21:45.493Z | Compiling serde_derive v1.0.217 |
1699 | 2025-02-05T10:21:45.499Z | Compiling zeroize_derive v1.4.2 |
1700 | 2025-02-05T10:21:46.081Z | Compiling zerocopy-derive v0.7.35 |
1701 | 2025-02-05T10:21:46.206Z | Compiling thiserror-impl v1.0.69 |
1702 | 2025-02-05T10:21:46.714Z | Compiling zeroize v1.8.1 |
1703 | 2025-02-05T10:21:46.974Z | Compiling tokio-macros v2.5.0 |
1704 | 2025-02-05T10:21:47.159Z | Compiling zerofrom-derive v0.1.4 |
1705 | 2025-02-05T10:21:47.282Z | Compiling yoke-derive v0.7.4 |
1706 | 2025-02-05T10:21:47.442Z | Compiling zerovec-derive v0.10.3 |
1707 | 2025-02-05T10:21:47.446Z | Compiling futures-macro v0.3.31 |
1708 | 2025-02-05T10:21:47.869Z | Compiling displaydoc v0.2.5 |
1709 | 2025-02-05T10:21:48.805Z | Compiling zerocopy v0.7.35 |
1710 | 2025-02-05T10:21:49.412Z | Compiling crypto-common v0.1.6 |
1711 | 2025-02-05T10:21:49.445Z | Compiling icu_provider_macros v1.5.0 |
1712 | 2025-02-05T10:21:49.565Z | Compiling tracing-attributes v0.1.27 |
1713 | 2025-02-05T10:21:49.673Z | Compiling schemars_derive v0.8.21 |
1714 | 2025-02-05T10:21:49.678Z | Compiling block-buffer v0.10.4 |
1715 | 2025-02-05T10:21:49.950Z | Compiling digest v0.10.7 |
1716 | 2025-02-05T10:21:50.337Z | Compiling socket2 v0.5.7 |
1717 | 2025-02-05T10:21:50.425Z | Compiling num-conv v0.1.0 |
1718 | 2025-02-05T10:21:50.472Z | Compiling futures-core v0.3.31 |
1719 | 2025-02-05T10:21:50.715Z | Compiling crossbeam-utils v0.8.20 |
1720 | 2025-02-05T10:21:50.721Z | Compiling time-core v0.1.2 |
1721 | 2025-02-05T10:21:50.902Z | Compiling time-macros v0.2.18 |
1722 | 2025-02-05T10:21:51.457Z | Compiling der_derive v0.7.3 |
1723 | 2025-02-05T10:21:51.626Z | Compiling vcpkg v0.2.15 |
1724 | 2025-02-05T10:21:53.024Z | Compiling openssl-sys v0.9.105 |
1725 | 2025-02-05T10:21:53.610Z | Compiling syn v1.0.109 |
1726 | 2025-02-05T10:21:54.041Z | Compiling futures-sink v0.3.31 |
1727 | 2025-02-05T10:21:54.136Z | Compiling cpufeatures v0.2.14 |
1728 | 2025-02-05T10:21:54.268Z | Compiling slog v2.7.0 |
1729 | 2025-02-05T10:21:54.481Z | Compiling ahash v0.8.11 |
1730 | 2025-02-05T10:21:54.694Z | Compiling zerofrom v0.1.4 |
1731 | 2025-02-05T10:21:54.911Z | Compiling iana-time-zone v0.1.61 |
1732 | 2025-02-05T10:21:55.111Z | Compiling yoke v0.7.4 |
1733 | 2025-02-05T10:21:55.379Z | Compiling futures-channel v0.3.31 |
1734 | 2025-02-05T10:21:55.581Z | Compiling scroll_derive v0.12.0 |
1735 | 2025-02-05T10:21:55.585Z | Compiling pin-utils v0.1.0 |
1736 | 2025-02-05T10:21:55.585Z | Compiling openssl v0.10.70 |
1737 | 2025-02-05T10:21:55.622Z | Compiling ucd-trie v0.1.7 |
1738 | 2025-02-05T10:21:55.832Z | Compiling futures-io v0.3.31 |
1739 | 2025-02-05T10:21:55.988Z | Compiling futures-task v0.3.31 |
1740 | 2025-02-05T10:21:56.074Z | Compiling pest v2.7.14 |
1741 | 2025-02-05T10:21:56.219Z | Compiling zerovec v0.10.4 |
1742 | 2025-02-05T10:21:56.287Z | Compiling futures-util v0.3.31 |
1743 | 2025-02-05T10:21:57.208Z | Compiling hmac v0.12.1 |
1744 | 2025-02-05T10:21:57.458Z | Compiling bitflags v2.6.0 |
1745 | 2025-02-05T10:21:57.552Z | Compiling bytes v1.9.0 |
1746 | 2025-02-05T10:21:59.056Z | Compiling indexmap v2.7.1 |
1747 | 2025-02-05T10:21:59.675Z | Compiling tokio v1.43.0 |
1748 | 2025-02-05T10:22:00.396Z | Compiling serde_tokenstream v0.2.2 |
1749 | 2025-02-05T10:22:00.992Z | Compiling uuid v1.12.0 |
1750 | 2025-02-05T10:22:01.053Z | Compiling http v1.2.0 |
1751 | 2025-02-05T10:22:02.254Z | Compiling which v4.4.2 |
1752 | 2025-02-05T10:22:02.327Z | Compiling chrono v0.4.39 |
1753 | 2025-02-05T10:22:02.347Z | Compiling rustc_version v0.4.1 |
1754 | 2025-02-05T10:22:05.176Z | Compiling pest_meta v2.7.14 |
1755 | 2025-02-05T10:22:08.028Z | Compiling block-padding v0.3.3 |
1756 | 2025-02-05T10:22:08.287Z | Compiling openssl-macros v0.1.1 |
1757 | 2025-02-05T10:22:08.927Z | Compiling rustls v0.23.19 |
1758 | 2025-02-05T10:22:08.994Z | Compiling native-tls v0.2.12 |
1759 | 2025-02-05T10:22:09.220Z | Compiling inout v0.1.3 |
1760 | 2025-02-05T10:22:09.225Z | Compiling pest_generator v2.7.14 |
1761 | 2025-02-05T10:22:09.332Z | Compiling tinystr v0.7.6 |
1762 | 2025-02-05T10:22:09.702Z | Compiling toml_datetime v0.6.8 |
1763 | 2025-02-05T10:22:09.840Z | Compiling serde_spanned v0.6.8 |
1764 | 2025-02-05T10:22:12.257Z | Compiling tracing-core v0.1.32 |
1765 | 2025-02-05T10:22:12.273Z | Compiling strsim v0.11.1 |
1766 | 2025-02-05T10:22:12.273Z | Compiling writeable v0.5.5 |
1767 | 2025-02-05T10:22:12.273Z | Compiling dyn-clone v1.0.17 |
1768 | 2025-02-05T10:22:12.273Z | Compiling litemap v0.7.3 |
1769 | 2025-02-05T10:22:12.287Z | Compiling icu_locid v1.5.0 |
1770 | 2025-02-05T10:22:12.287Z | Compiling pest_derive v2.7.14 |
1771 | 2025-02-05T10:22:12.288Z | Compiling tracing v0.1.40 |
1772 | 2025-02-05T10:22:12.288Z | Compiling cipher v0.4.4 |
1773 | 2025-02-05T10:22:12.288Z | Compiling sha2 v0.10.8 |
1774 | 2025-02-05T10:22:12.874Z | Compiling cookie v0.18.1 |
1775 | 2025-02-05T10:22:12.904Z | Compiling usdt-impl v0.5.0 |
1776 | 2025-02-05T10:22:13.038Z | Compiling base64ct v1.6.0 |
1777 | 2025-02-05T10:22:13.254Z | Compiling icu_provider v1.5.0 |
1778 | 2025-02-05T10:22:13.627Z | Compiling pem-rfc7468 v0.7.0 |
1779 | 2025-02-05T10:22:14.875Z | Compiling aws-lc-sys v0.22.0 |
1780 | 2025-02-05T10:22:15.069Z | Compiling scroll v0.12.0 |
1781 | 2025-02-05T10:22:15.380Z | Compiling ppv-lite86 v0.2.20 |
1782 | 2025-02-05T10:22:15.706Z | Compiling async-trait v0.1.86 |
1783 | 2025-02-05T10:22:16.295Z | Compiling flagset v0.4.6 |
1784 | 2025-02-05T10:22:16.494Z | Compiling anyhow v1.0.95 |
1785 | 2025-02-05T10:22:16.988Z | Compiling rustls-pki-types v1.10.0 |
1786 | 2025-02-05T10:22:18.047Z | Compiling icu_locid_transform_data v1.5.0 |
1787 | 2025-02-05T10:22:18.158Z | Compiling plain v0.2.3 |
1788 | 2025-02-05T10:22:18.374Z | Compiling camino v1.1.9 |
1789 | 2025-02-05T10:22:18.655Z | Compiling percent-encoding v2.3.1 |
1790 | 2025-02-05T10:22:18.872Z | Compiling icu_locid_transform v1.5.0 |
1791 | 2025-02-05T10:22:19.114Z | Compiling goblin v0.8.2 |
1792 | 2025-02-05T10:22:21.757Z | Compiling der v0.7.9 |
1793 | 2025-02-05T10:22:22.816Z | Compiling rand_chacha v0.3.1 |
1794 | 2025-02-05T10:22:24.206Z | Compiling tokio-util v0.7.12 |
1795 | 2025-02-05T10:22:24.395Z | Compiling icu_collections v1.5.0 |
1796 | 2025-02-05T10:22:25.767Z | Compiling icu_properties_data v1.5.0 |
1797 | 2025-02-05T10:22:25.817Z | Compiling rayon-core v1.12.1 |
1798 | 2025-02-05T10:22:26.020Z | Compiling untrusted v0.7.1 |
1799 | 2025-02-05T10:22:26.047Z | Compiling mirai-annotations v1.12.0 |
1800 | 2025-02-05T10:22:26.067Z | Compiling untrusted v0.9.0 |
1801 | 2025-02-05T10:22:26.287Z | Compiling pretty-hex v0.4.1 |
1802 | 2025-02-05T10:22:26.290Z | Compiling rustls v0.22.4 |
1803 | 2025-02-05T10:22:26.505Z | Compiling powerfmt v0.2.0 |
1804 | 2025-02-05T10:22:26.710Z | Compiling icu_properties v1.5.1 |
1805 | 2025-02-05T10:22:26.735Z | Compiling dof v0.3.0 |
1806 | 2025-02-05T10:22:26.974Z | Compiling deranged v0.3.11 |
1807 | 2025-02-05T10:22:28.105Z | Compiling spki v0.7.3 |
1808 | 2025-02-05T10:22:28.240Z | Compiling rand v0.8.5 |
1809 | 2025-02-05T10:22:28.733Z | Compiling salsa20 v0.10.2 |
1810 | 2025-02-05T10:22:28.743Z | Compiling dtrace-parser v0.2.0 |
1811 | 2025-02-05T10:22:29.700Z | Compiling pbkdf2 v0.12.2 |
1812 | 2025-02-05T10:22:30.240Z | Compiling thread-id v4.2.2 |
1813 | 2025-02-05T10:22:30.319Z | Compiling num_threads v0.1.7 |
1814 | 2025-02-05T10:22:30.357Z | Compiling litrs v0.4.1 |
1815 | 2025-02-05T10:22:30.684Z | Compiling atomic-waker v1.1.2 |
1816 | 2025-02-05T10:22:30.894Z | Compiling write16 v1.0.0 |
1817 | 2025-02-05T10:22:30.921Z | Compiling utf16_iter v1.0.5 |
1818 | 2025-02-05T10:22:31.179Z | Compiling icu_normalizer_data v1.5.0 |
1819 | 2025-02-05T10:22:31.322Z | Compiling winnow v0.5.40 |
1820 | 2025-02-05T10:22:31.489Z | Compiling utf8_iter v1.0.4 |
1821 | 2025-02-05T10:22:32.194Z | Compiling icu_normalizer v1.5.0 |
1822 | 2025-02-05T10:22:33.578Z | Compiling document-features v0.2.10 |
1823 | 2025-02-05T10:22:34.246Z | Compiling time v0.3.36 |
1824 | 2025-02-05T10:22:34.650Z | Compiling toml_edit v0.19.15 |
1825 | 2025-02-05T10:22:35.815Z | Compiling scrypt v0.11.0 |
1826 | 2025-02-05T10:22:36.209Z | Compiling form_urlencoded v1.2.1 |
1827 | 2025-02-05T10:22:36.273Z | Compiling cbc v0.1.2 |
1828 | 2025-02-05T10:22:36.459Z | Compiling aes v0.8.4 |
1829 | 2025-02-05T10:22:36.493Z | Compiling http-body v1.0.1 |
1830 | 2025-02-05T10:22:36.749Z | Compiling multer v3.1.0 |
1831 | 2025-02-05T10:22:37.040Z | Compiling slog-async v2.8.0 |
1832 | 2025-02-05T10:22:37.396Z | Compiling tinyvec_macros v0.1.1 |
1833 | 2025-02-05T10:22:37.468Z | Compiling rustversion v1.0.17 |
1834 | 2025-02-05T10:22:37.535Z | Compiling try-lock v0.2.5 |
1835 | 2025-02-05T10:22:37.708Z | Compiling want v0.3.1 |
1836 | 2025-02-05T10:22:38.086Z | Compiling tinyvec v1.8.0 |
1837 | 2025-02-05T10:22:38.110Z | Compiling pkcs5 v0.7.1 |
1838 | 2025-02-05T10:22:39.648Z | Compiling idna_adapter v1.2.0 |
1839 | 2025-02-05T10:22:39.893Z | Compiling h2 v0.4.6 |
1840 | 2025-02-05T10:22:40.390Z | Compiling heapless v0.7.17 |
1841 | 2025-02-05T10:22:40.966Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1842 | 2025-02-05T10:22:41.418Z | Compiling httpdate v1.0.3 |
1843 | 2025-02-05T10:22:41.531Z | Compiling signal-hook v0.3.17 |
1844 | 2025-02-05T10:22:42.215Z | Compiling idna v1.0.3 |
1845 | 2025-02-05T10:22:43.523Z | Compiling pkcs8 v0.10.2 |
1846 | 2025-02-05T10:22:44.827Z | Compiling usdt-macro v0.5.0 |
1847 | 2025-02-05T10:22:45.811Z | Compiling usdt-attr-macro v0.5.0 |
1848 | 2025-02-05T10:22:46.147Z | Compiling async-stream-impl v0.3.6 |
1849 | 2025-02-05T10:22:46.918Z | Compiling tower-service v0.3.3 |
1850 | 2025-02-05T10:22:47.075Z | Compiling adler2 v2.0.0 |
1851 | 2025-02-05T10:22:47.206Z | Compiling base64 v0.22.1 |
1852 | 2025-02-05T10:22:47.316Z | Compiling miniz_oxide v0.8.0 |
1853 | 2025-02-05T10:22:48.305Z | Compiling hyper v1.5.2 |
1854 | 2025-02-05T10:22:50.625Z | Compiling curve25519-dalek v4.1.3 |
1855 | 2025-02-05T10:22:51.143Z | Compiling hyper-util v0.1.10 |
1856 | 2025-02-05T10:22:53.312Z | Compiling openapiv3 v2.0.0 |
1857 | 2025-02-05T10:22:54.372Z | Compiling enum-as-inner v0.6.1 |
1858 | 2025-02-05T10:22:55.364Z | Compiling dropshot v0.12.0 |
1859 | 2025-02-05T10:22:55.540Z | Compiling match_cfg v0.1.0 |
1860 | 2025-02-05T10:22:55.706Z | Compiling smoltcp v0.9.1 |
1861 | 2025-02-05T10:22:56.229Z | Compiling foreign-types-shared v0.1.1 |
1862 | 2025-02-05T10:22:56.353Z | Compiling portable-atomic v1.9.0 |
1863 | 2025-02-05T10:22:56.504Z | Compiling newtype-uuid v1.2.1 |
1864 | 2025-02-05T10:22:56.790Z | Compiling num-bigint-dig v0.8.4 |
1865 | 2025-02-05T10:22:57.118Z | Compiling foreign-types v0.3.2 |
1866 | 2025-02-05T10:22:57.216Z | Compiling hostname v0.3.1 |
1867 | 2025-02-05T10:22:58.438Z | Compiling url v2.5.3 |
1868 | 2025-02-05T10:23:01.490Z | Compiling http-body-util v0.1.2 |
1869 | 2025-02-05T10:23:01.516Z | Compiling dirs-sys-next v0.1.2 |
1870 | 2025-02-05T10:23:01.516Z | Compiling encoding_rs v0.8.34 |
1871 | 2025-02-05T10:23:01.516Z | Compiling heck v0.4.1 |
1872 | 2025-02-05T10:23:01.517Z | Compiling data-encoding v2.6.0 |
1873 | 2025-02-05T10:23:01.517Z | Compiling mime v0.3.17 |
1874 | 2025-02-05T10:23:02.499Z | Compiling siphasher v0.3.11 |
1875 | 2025-02-05T10:23:02.901Z | Compiling ident_case v1.0.1 |
1876 | 2025-02-05T10:23:02.905Z | Compiling gimli v0.31.1 |
1877 | 2025-02-05T10:23:03.107Z | Compiling darling_core v0.20.10 |
1878 | 2025-02-05T10:23:04.010Z | Compiling dirs-next v2.0.0 |
1879 | 2025-02-05T10:23:08.425Z | Compiling addr2line v0.24.2 |
1880 | 2025-02-05T10:23:09.861Z | Compiling unicode-normalization v0.1.24 |
1881 | 2025-02-05T10:23:10.920Z | Compiling serde_urlencoded v0.7.1 |
1882 | 2025-02-05T10:23:11.494Z | Compiling crossbeam-epoch v0.9.18 |
1883 | 2025-02-05T10:23:12.103Z | Compiling rustls-pemfile v2.2.0 |
1884 | 2025-02-05T10:23:12.124Z | Compiling hubpack_derive v0.1.1 |
1885 | 2025-02-05T10:23:12.241Z | Compiling dropshot_endpoint v0.12.0 |
1886 | 2025-02-05T10:23:12.358Z | Compiling sha1 v0.10.6 |
1887 | 2025-02-05T10:23:12.613Z | Compiling signature v2.2.0 |
1888 | 2025-02-05T10:23:12.742Z | Compiling curve25519-dalek-derive v0.1.1 |
1889 | 2025-02-05T10:23:12.803Z | Compiling zerocopy-derive v0.6.6 |
1890 | 2025-02-05T10:23:13.001Z | Compiling thread_local v1.1.8 |
1891 | 2025-02-05T10:23:13.450Z | Compiling object v0.36.5 |
1892 | 2025-02-05T10:23:14.496Z | Compiling fs-err v2.11.0 |
1893 | 2025-02-05T10:23:15.998Z | Compiling winnow v0.6.20 |
1894 | 2025-02-05T10:23:19.301Z | Compiling rustc-demangle v0.1.24 |
1895 | 2025-02-05T10:23:19.309Z | Compiling ipnet v2.10.1 |
1896 | 2025-02-05T10:23:21.501Z | Compiling openssl-probe v0.1.5 |
1897 | 2025-02-05T10:23:21.981Z | Compiling unicode-properties v0.1.3 |
1898 | 2025-02-05T10:23:22.070Z | Compiling unicode-bidi v0.3.17 |
1899 | 2025-02-05T10:23:22.381Z | Compiling utf8parse v0.2.2 |
1900 | 2025-02-05T10:23:22.688Z | Compiling anstyle v1.0.10 |
1901 | 2025-02-05T10:23:23.547Z | Compiling stringprep v0.1.5 |
1902 | 2025-02-05T10:23:24.414Z | Compiling anstyle-parse v0.2.5 |
1903 | 2025-02-05T10:23:26.539Z | Compiling rustls-webpki v0.102.8 |
1904 | 2025-02-05T10:23:26.785Z | Compiling backtrace v0.3.74 |
1905 | 2025-02-05T10:23:27.026Z | Compiling toml_edit v0.22.22 |
1906 | 2025-02-05T10:23:35.207Z | Compiling crossbeam-deque v0.8.5 |
1907 | 2025-02-05T10:23:35.581Z | Compiling darling_macro v0.20.10 |
1908 | 2025-02-05T10:23:36.395Z | Compiling term v0.7.0 |
1909 | 2025-02-05T10:23:36.550Z | Compiling slog-json v2.6.1 |
1910 | 2025-02-05T10:23:37.592Z | Compiling crossbeam-channel v0.5.13 |
1911 | 2025-02-05T10:23:38.154Z | Compiling hashbrown v0.14.5 |
1912 | 2025-02-05T10:23:38.622Z | Compiling futures-executor v0.3.31 |
1913 | 2025-02-05T10:23:38.894Z | Compiling num-integer v0.1.46 |
1914 | 2025-02-05T10:23:39.075Z | Compiling md-5 v0.10.6 |
1915 | 2025-02-05T10:23:39.334Z | Compiling ff v0.13.0 |
1916 | 2025-02-05T10:23:39.353Z | Compiling hash32 v0.2.1 |
1917 | 2025-02-05T10:23:39.371Z | Compiling memmap v0.7.0 |
1918 | 2025-02-05T10:23:39.549Z | Compiling is-terminal v0.4.13 |
1919 | 2025-02-05T10:23:39.676Z | Compiling take_mut v0.2.2 |
1920 | 2025-02-05T10:23:39.696Z | Compiling utf-8 v0.7.6 |
1921 | 2025-02-05T10:23:39.699Z | Compiling psl-types v2.0.11 |
1922 | 2025-02-05T10:23:39.840Z | Compiling quick-error v1.2.3 |
1923 | 2025-02-05T10:23:39.900Z | Compiling base16ct v0.2.0 |
1924 | 2025-02-05T10:23:39.999Z | Compiling colorchoice v1.0.2 |
1925 | 2025-02-05T10:23:40.174Z | Compiling anstyle-query v1.1.1 |
1926 | 2025-02-05T10:23:40.193Z | Compiling linked-hash-map v0.5.6 |
1927 | 2025-02-05T10:23:40.227Z | Compiling is_terminal_polyfill v1.70.1 |
1928 | 2025-02-05T10:23:40.373Z | Compiling fallible-iterator v0.2.0 |
1929 | 2025-02-05T10:23:40.504Z | Compiling lru-cache v0.1.2 |
1930 | 2025-02-05T10:23:40.706Z | Compiling anstream v0.6.15 |
1931 | 2025-02-05T10:23:40.763Z | Compiling publicsuffix v2.3.0 |
1932 | 2025-02-05T10:23:40.795Z | Compiling sec1 v0.7.3 |
1933 | 2025-02-05T10:23:41.031Z | Compiling postgres-protocol v0.6.7 |
1934 | 2025-02-05T10:23:41.107Z | Compiling resolv-conf v0.7.0 |
1935 | 2025-02-05T10:23:41.282Z | Compiling tungstenite v0.24.0 |
1936 | 2025-02-05T10:23:41.702Z | Compiling slog-term v2.9.1 |
1937 | 2025-02-05T10:23:42.557Z | Compiling usdt v0.5.0 |
1938 | 2025-02-05T10:23:42.735Z | Compiling group v0.13.0 |
1939 | 2025-02-05T10:23:42.996Z | Compiling num-iter v0.1.45 |
1940 | 2025-02-05T10:23:43.035Z | Compiling regress v0.10.1 |
1941 | 2025-02-05T10:23:43.056Z | Compiling futures v0.3.31 |
1942 | 2025-02-05T10:23:45.743Z | Compiling slog-bunyan v2.5.0 |
1943 | 2025-02-05T10:23:45.994Z | Compiling darling v0.20.10 |
1944 | 2025-02-05T10:23:46.349Z | Compiling tokio-rustls v0.26.0 |
1945 | 2025-02-05T10:23:46.363Z | Compiling tokio-rustls v0.25.0 |
1946 | 2025-02-05T10:23:46.771Z | Compiling toml v0.8.19 |
1947 | 2025-02-05T10:23:46.802Z | Compiling tokio-native-tls v0.3.1 |
1948 | 2025-02-05T10:23:47.385Z | Compiling hickory-proto v0.24.2 |
1949 | 2025-02-05T10:23:47.504Z | Compiling phf_shared v0.11.2 |
1950 | 2025-02-05T10:23:47.847Z | Compiling strum_macros v0.25.3 |
1951 | 2025-02-05T10:23:48.334Z | Compiling async-stream v0.3.6 |
1952 | 2025-02-05T10:23:48.423Z | Compiling waitgroup v0.1.2 |
1953 | 2025-02-05T10:23:50.306Z | Compiling webpki-roots v0.26.6 |
1954 | 2025-02-05T10:23:50.319Z | Compiling terminal_size v0.4.0 |
1955 | 2025-02-05T10:23:50.319Z | Compiling hkdf v0.12.4 |
1956 | 2025-02-05T10:23:50.319Z | Compiling serde_path_to_error v0.1.16 |
1957 | 2025-02-05T10:23:50.319Z | Compiling crypto-bigint v0.5.5 |
1958 | 2025-02-05T10:23:50.319Z | Compiling serde_repr v0.1.19 |
1959 | 2025-02-05T10:23:50.319Z | Compiling clap_derive v4.5.28 |
1960 | 2025-02-05T10:23:50.556Z | Compiling derive-where v1.2.7 |
1961 | 2025-02-05T10:23:50.675Z | Compiling hostname v0.4.0 |
1962 | 2025-02-05T10:23:50.887Z | Compiling crc32fast v1.4.2 |
1963 | 2025-02-05T10:23:51.187Z | Compiling unicode-width v0.2.0 |
1964 | 2025-02-05T10:23:51.224Z | Compiling managed v0.8.0 |
1965 | 2025-02-05T10:23:51.909Z | Compiling debug-ignore v1.0.5 |
1966 | 2025-02-05T10:23:52.070Z | Compiling bitflags v1.3.2 |
1967 | 2025-02-05T10:23:52.362Z | Compiling clap_lex v0.7.4 |
1968 | 2025-02-05T10:23:52.756Z | Compiling hickory-resolver v0.24.2 |
1969 | 2025-02-05T10:23:53.467Z | Compiling clap_builder v4.5.27 |
1970 | 2025-02-05T10:23:56.506Z | Compiling elliptic-curve v0.13.8 |
1971 | 2025-02-05T10:23:57.019Z | Compiling console v0.15.10 |
1972 | 2025-02-05T10:23:57.333Z | Compiling flate2 v1.0.35 |
1973 | 2025-02-05T10:23:58.163Z | Compiling hyper-rustls v0.27.3 |
1974 | 2025-02-05T10:23:59.827Z | Compiling phf v0.11.2 |
1975 | 2025-02-05T10:24:00.132Z | Compiling hyper-tls v0.6.0 |
1976 | 2025-02-05T10:24:00.594Z | Compiling typify-impl v0.2.0 |
1977 | 2025-02-05T10:24:00.812Z | Compiling signal-hook-mio v0.2.4 |
1978 | 2025-02-05T10:24:00.983Z | Compiling rayon v1.10.0 |
1979 | 2025-02-05T10:24:01.011Z | Compiling bzip2 v0.4.4 |
1980 | 2025-02-05T10:24:01.382Z | Compiling cookie_store v0.21.1 |
1981 | 2025-02-05T10:24:03.086Z | Compiling tokio-tungstenite v0.24.0 |
1982 | 2025-02-05T10:24:03.639Z | Compiling postgres-types v0.2.8 |
1983 | 2025-02-05T10:24:04.970Z | Compiling zerocopy v0.6.6 |
1984 | 2025-02-05T10:24:05.125Z | Compiling hubpack v0.1.2 |
1985 | 2025-02-05T10:24:05.419Z | Compiling ed25519 v2.2.3 |
1986 | 2025-02-05T10:24:05.558Z | Compiling phf_shared v0.10.0 |
1987 | 2025-02-05T10:24:05.696Z | Compiling pkcs1 v0.7.5 |
1988 | 2025-02-05T10:24:05.850Z | Compiling tokio-stream v0.1.16 |
1989 | 2025-02-05T10:24:05.925Z | Compiling ipnetwork v0.20.0 |
1990 | 2025-02-05T10:24:06.800Z | Compiling rfc6979 v0.4.0 |
1991 | 2025-02-05T10:24:06.822Z | Compiling serde-big-array v0.5.1 |
1992 | 2025-02-05T10:24:07.015Z | Compiling float-cmp v0.9.0 |
1993 | 2025-02-05T10:24:07.074Z | Compiling sync_wrapper v1.0.1 |
1994 | 2025-02-05T10:24:07.286Z | Compiling bstr v1.10.0 |
1995 | 2025-02-05T10:24:07.418Z | Compiling number_prefix v0.4.0 |
1996 | 2025-02-05T10:24:07.649Z | Compiling precomputed-hash v0.1.1 |
1997 | 2025-02-05T10:24:07.785Z | Compiling normalize-line-endings v0.3.0 |
1998 | 2025-02-05T10:24:07.943Z | Compiling predicates-core v1.0.8 |
1999 | 2025-02-05T10:24:08.272Z | Compiling new_debug_unreachable v1.0.6 |
2000 | 2025-02-05T10:24:08.291Z | Compiling static_assertions v1.1.0 |
2001 | 2025-02-05T10:24:08.386Z | Compiling unicode-segmentation v1.12.0 |
2002 | 2025-02-05T10:24:08.404Z | Compiling fixedbitset v0.4.2 |
2003 | 2025-02-05T10:24:08.742Z | Compiling difflib v0.4.0 |
2004 | 2025-02-05T10:24:08.808Z | Compiling bit-vec v0.6.3 |
2005 | 2025-02-05T10:24:09.523Z | Compiling whoami v1.5.2 |
2006 | 2025-02-05T10:24:09.795Z | Compiling tokio-postgres v0.7.12 |
2007 | 2025-02-05T10:24:09.800Z | Compiling predicates v3.1.2 |
2008 | 2025-02-05T10:24:09.839Z | Compiling bit-set v0.5.3 |
2009 | 2025-02-05T10:24:10.111Z | Compiling similar v2.6.0 |
2010 | 2025-02-05T10:24:11.106Z | Compiling typify-macro v0.2.0 |
2011 | 2025-02-05T10:24:11.106Z | Compiling petgraph v0.6.5 |
2012 | 2025-02-05T10:24:12.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2013 | 2025-02-05T10:24:13.691Z | Compiling reqwest v0.12.9 |
2014 | 2025-02-05T10:24:14.432Z | Compiling string_cache v0.8.7 |
2015 | 2025-02-05T10:24:14.593Z | Compiling indicatif v0.17.11 |
2016 | 2025-02-05T10:24:14.935Z | Compiling ecdsa v0.16.9 |
2017 | 2025-02-05T10:24:15.303Z | Compiling qorb v0.2.1 |
2018 | 2025-02-05T10:24:16.085Z | Compiling rsa v0.9.6 |
2019 | 2025-02-05T10:24:16.736Z | Compiling ed25519-dalek v2.1.1 |
2020 | 2025-02-05T10:24:17.502Z | Compiling zip v0.6.6 |
2021 | 2025-02-05T10:24:17.942Z | Compiling crossterm v0.28.1 |
2022 | 2025-02-05T10:24:18.188Z | Compiling clap v4.5.28 |
2023 | 2025-02-05T10:24:20.213Z | Compiling toml v0.7.8 |
2024 | 2025-02-05T10:24:20.396Z | Compiling x509-cert v0.2.5 |
2025 | 2025-02-05T10:24:21.488Z | Compiling hex v0.4.3 |
2026 | 2025-02-05T10:24:22.147Z | Compiling itertools v0.10.5 |
2027 | 2025-02-05T10:24:22.722Z | Compiling unicode-xid v0.2.6 |
2028 | 2025-02-05T10:24:22.851Z | Compiling peg-runtime v0.8.3 |
2029 | 2025-02-05T10:24:23.348Z | Compiling lalrpop-util v0.19.12 |
2030 | 2025-02-05T10:24:23.707Z | Compiling zerocopy v0.8.10 |
2031 | 2025-02-05T10:24:24.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2032 | 2025-02-05T10:24:29.209Z | Compiling proc-macro-crate v1.3.1 |
2033 | 2025-02-05T10:24:29.630Z | Compiling macaddr v1.0.1 |
2034 | 2025-02-05T10:24:30.160Z | Compiling zerocopy-derive v0.8.10 |
2035 | 2025-02-05T10:24:30.255Z | Compiling itertools v0.13.0 |
2036 | 2025-02-05T10:24:33.082Z | Compiling heapless v0.8.0 |
2037 | 2025-02-05T10:24:33.139Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-02-05T10:24:39.817Z | Compiling num_enum_derive v0.5.11 |
2039 | 2025-02-05T10:24:45.824Z | Compiling hash32 v0.3.1 |
2040 | 2025-02-05T10:24:46.353Z | Compiling smoltcp v0.11.0 |
2041 | 2025-02-05T10:24:47.037Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2042 | 2025-02-05T10:24:52.737Z | Compiling num_enum v0.5.11 |
2043 | 2025-02-05T10:24:52.823Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2025-02-05T10:24:53.543Z | Compiling typify v0.2.0 |
2045 | 2025-02-05T10:24:53.728Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2046 | 2025-02-05T10:24:54.699Z | Compiling proc-macro-error-attr v1.0.4 |
2047 | 2025-02-05T10:24:55.043Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-02-05T10:24:56.713Z | Compiling cobs v0.2.3 |
2049 | 2025-02-05T10:24:57.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2025-02-05T10:24:57.225Z | Compiling thiserror v2.0.11 |
2051 | 2025-02-05T10:24:57.497Z | Compiling postcard v1.0.10 |
2052 | 2025-02-05T10:24:58.131Z | Compiling serde_yaml v0.9.34+deprecated |
2053 | 2025-02-05T10:25:06.969Z | Compiling progenitor-impl v0.8.0 |
2054 | 2025-02-05T10:25:11.196Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2055 | 2025-02-05T10:25:22.171Z | Compiling strum_macros v0.26.4 |
2056 | 2025-02-05T10:25:23.184Z | Compiling foreign-types-macros v0.2.3 |
2057 | 2025-02-05T10:25:23.483Z | Compiling thiserror-impl v2.0.11 |
2058 | 2025-02-05T10:25:23.591Z | Compiling structmeta-derive v0.3.0 |
2059 | 2025-02-05T10:25:23.771Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-02-05T10:25:23.884Z | Compiling proc-macro-error v1.0.4 |
2061 | 2025-02-05T10:25:24.424Z | Compiling foreign-types-shared v0.3.1 |
2062 | 2025-02-05T10:25:24.563Z | Compiling unicode-width v0.1.14 |
2063 | 2025-02-05T10:25:25.006Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2064 | 2025-02-05T10:25:26.071Z | Compiling structmeta v0.3.0 |
2065 | 2025-02-05T10:25:26.238Z | Compiling strum v0.26.3 |
2066 | 2025-02-05T10:25:28.455Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-02-05T10:25:30.339Z | Compiling tabwriter v1.4.0 |
2068 | 2025-02-05T10:25:31.043Z | Compiling foreign-types v0.5.0 |
2069 | 2025-02-05T10:25:37.611Z | Compiling progenitor-macro v0.8.0 |
2070 | 2025-02-05T10:25:39.133Z | Compiling progenitor-client v0.8.0 |
2071 | 2025-02-05T10:25:40.392Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2072 | 2025-02-05T10:25:41.543Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2025-02-05T10:25:42.380Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2074 | 2025-02-05T10:25:42.720Z | Compiling cstr-argument v0.1.2 |
2075 | 2025-02-05T10:25:42.998Z | Compiling dropshot v0.15.1 |
2076 | 2025-02-05T10:25:43.217Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2025-02-05T10:25:43.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2078 | 2025-02-05T10:25:43.521Z | Compiling pretty-hex v0.2.1 |
2079 | 2025-02-05T10:25:43.662Z | Compiling fastrand v2.1.1 |
2080 | 2025-02-05T10:25:45.422Z | Compiling tempfile v3.13.0 |
2081 | 2025-02-05T10:25:45.442Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2025-02-05T10:25:45.836Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2025-02-05T10:25:45.854Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2084 | 2025-02-05T10:25:46.060Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2085 | 2025-02-05T10:25:47.004Z | Compiling parse-display-derive v0.10.0 |
2086 | 2025-02-05T10:25:47.332Z | Compiling colored v2.1.0 |
2087 | 2025-02-05T10:25:47.665Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-02-05T10:25:48.442Z | Compiling progenitor v0.8.0 |
2089 | 2025-02-05T10:25:48.493Z | Compiling dropshot_endpoint v0.15.1 |
2090 | 2025-02-05T10:25:48.703Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2091 | 2025-02-05T10:25:49.430Z | Compiling instant v0.1.13 |
2092 | 2025-02-05T10:25:49.615Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2025-02-05T10:25:49.978Z | Compiling serde_with v3.11.0 |
2094 | 2025-02-05T10:25:50.015Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2025-02-05T10:25:50.413Z | Compiling parse-display v0.10.0 |
2096 | 2025-02-05T10:25:50.732Z | Compiling backoff v0.4.0 |
2097 | 2025-02-05T10:25:51.017Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2098 | 2025-02-05T10:25:51.256Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2099 | 2025-02-05T10:25:52.784Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2025-02-05T10:25:52.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2101 | 2025-02-05T10:25:53.595Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2102 | 2025-02-05T10:25:53.901Z | Compiling camino-tempfile v1.1.1 |
2103 | 2025-02-05T10:25:54.120Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2104 | 2025-02-05T10:25:54.260Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2105 | 2025-02-05T10:25:54.473Z | Compiling regress v0.9.1 |
2106 | 2025-02-05T10:25:54.723Z | Compiling progenitor-client v0.9.1 |
2107 | 2025-02-05T10:25:54.729Z | Compiling num-derive v0.4.2 |
2108 | 2025-02-05T10:25:55.511Z | Compiling sigpipe v0.1.3 |
2109 | 2025-02-05T10:25:55.655Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2025-02-05T10:25:55.963Z | Compiling libefi-sys v0.1.0 |
2111 | 2025-02-05T10:25:56.329Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2025-02-05T10:25:56.732Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2113 | 2025-02-05T10:25:58.254Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2114 | 2025-02-05T10:25:59.498Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2115 | 2025-02-05T10:26:01.638Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2116 | 2025-02-05T10:26:02.207Z | Compiling zone v0.3.0 |
2117 | 2025-02-05T10:26:02.789Z | Compiling smf v0.2.3 |
2118 | 2025-02-05T10:26:03.714Z | Compiling bitfield-struct v0.6.2 |
2119 | 2025-02-05T10:26:05.041Z | Compiling blake3 v1.5.4 |
2120 | 2025-02-05T10:26:05.276Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2121 | 2025-02-05T10:26:05.528Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2025-02-05T10:26:05.799Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2123 | 2025-02-05T10:26:06.165Z | Compiling xattr v1.3.1 |
2124 | 2025-02-05T10:26:06.193Z | Compiling filetime v0.2.25 |
2125 | 2025-02-05T10:26:06.309Z | Compiling memmap2 v0.9.5 |
2126 | 2025-02-05T10:26:06.482Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2127 | 2025-02-05T10:26:06.549Z | Compiling constant_time_eq v0.3.1 |
2128 | 2025-02-05T10:26:06.617Z | Compiling same-file v1.0.6 |
2129 | 2025-02-05T10:26:06.745Z | Compiling arrayref v0.3.9 |
2130 | 2025-02-05T10:26:06.843Z | Compiling arrayvec v0.7.6 |
2131 | 2025-02-05T10:26:06.851Z | Compiling walkdir v2.5.0 |
2132 | 2025-02-05T10:26:06.865Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2133 | 2025-02-05T10:26:06.910Z | Compiling tar v0.4.42 |
2134 | 2025-02-05T10:26:08.334Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2135 | 2025-02-05T10:26:08.769Z | Compiling gethostname v0.5.0 |
2136 | 2025-02-05T10:26:09.039Z | Compiling cargo-platform v0.1.8 |
2137 | 2025-02-05T10:26:09.252Z | Compiling topological-sort v0.2.2 |
2138 | 2025-02-05T10:26:09.451Z | Compiling omicron-zone-package v0.12.0 |
2139 | 2025-02-05T10:26:09.610Z | Compiling cargo_metadata v0.18.1 |
2140 | 2025-02-05T10:26:09.832Z | Compiling shell-words v1.1.0 |
2141 | 2025-02-05T10:26:10.058Z | Compiling indent_write v2.2.0 |
2142 | 2025-02-05T10:26:19.042Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2143 | 2025-02-05T10:26:20.885Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2144 | 2025-02-05T10:26:24.027Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2145 | 2025-02-05T10:26:38.435Z | Finished `release` profile [optimized] target(s) in 5m 07s |
2146 | 2025-02-05T10:26:38.602Z | Running `target/release/omicron-package -t test target create -p dev` |
2147 | 2025-02-05T10:26:38.648Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2148 | 2025-02-05T10:26:38.651Z | Created new build target 'test' and set it as active |
2149 | 2025-02-05T10:26:38.651Z | |
2150 | 2025-02-05T10:26:38.651Z | real 5:07.599028273 |
2151 | 2025-02-05T10:26:38.651Z | user 35:58.831723283 |
2152 | 2025-02-05T10:26:38.651Z | sys 3:15.715927712 |
2153 | 2025-02-05T10:26:38.651Z | trap 1.099520851 |
2154 | 2025-02-05T10:26:38.651Z | tflt 2.820721338 |
2155 | 2025-02-05T10:26:38.651Z | dflt 0.663683766 |
2156 | 2025-02-05T10:26:38.651Z | kflt 0.000481347 |
2157 | 2025-02-05T10:26:38.651Z | lock 1:11:26.908920301 |
2158 | 2025-02-05T10:26:38.651Z | slp 2:23:56.890024965 |
2159 | 2025-02-05T10:26:38.651Z | lat 2:42.537090592 |
2160 | 2025-02-05T10:26:38.651Z | stop 4:38.527882515 |
2161 | 2025-02-05T10:26:38.652Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2162 | 2025-02-05T10:26:39.597Z | Finished `release` profile [optimized] target(s) in 0.89s |
2163 | 2025-02-05T10:26:39.651Z | Running `target/release/omicron-package -t test package` |
2164 | 2025-02-05T10:26:39.780Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2165 | 2025-02-05T10:26:40.813Z | Compiling thiserror v2.0.11 |
2166 | 2025-02-05T10:26:40.950Z | Compiling typify-impl v0.3.0 |
2167 | 2025-02-05T10:26:40.960Z | Compiling convert_case v0.4.0 |
2168 | 2025-02-05T10:26:40.963Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2169 | 2025-02-05T10:26:40.963Z | Compiling newline-converter v0.3.0 |
2170 | 2025-02-05T10:26:40.963Z | Compiling password-hash v0.5.0 |
2171 | 2025-02-05T10:26:40.963Z | Compiling blake2 v0.10.6 |
2172 | 2025-02-05T10:26:40.973Z | Compiling base64 v0.21.7 |
2173 | 2025-02-05T10:26:41.157Z | Compiling expectorate v1.1.0 |
2174 | 2025-02-05T10:26:41.182Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2175 | 2025-02-05T10:26:41.419Z | Compiling atomicwrites v0.4.4 |
2176 | 2025-02-05T10:26:41.712Z | Compiling derive_more v0.99.18 |
2177 | 2025-02-05T10:26:41.872Z | Compiling argon2 v0.5.3 |
2178 | 2025-02-05T10:26:41.947Z | Compiling cancel-safe-futures v0.1.5 |
2179 | 2025-02-05T10:26:42.066Z | Compiling owo-colors v4.1.0 |
2180 | 2025-02-05T10:26:42.202Z | Compiling num-rational v0.4.2 |
2181 | 2025-02-05T10:26:42.316Z | Compiling progenitor-client v0.9.1 |
2182 | 2025-02-05T10:26:42.397Z | Compiling num-complex v0.4.6 |
2183 | 2025-02-05T10:26:42.806Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2184 | 2025-02-05T10:26:43.625Z | Compiling num v0.4.3 |
2185 | 2025-02-05T10:26:43.752Z | Compiling libsw v3.3.1 |
2186 | 2025-02-05T10:26:44.066Z | Compiling float-ord v0.3.2 |
2187 | 2025-02-05T10:26:44.109Z | Compiling swrite v0.1.0 |
2188 | 2025-02-05T10:26:44.168Z | Compiling linear-map v1.2.0 |
2189 | 2025-02-05T10:26:44.235Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2190 | 2025-02-05T10:26:44.255Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2191 | 2025-02-05T10:26:44.527Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2192 | 2025-02-05T10:26:44.571Z | Compiling highway v1.2.0 |
2193 | 2025-02-05T10:26:45.510Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2194 | 2025-02-05T10:26:46.024Z | Compiling semver v0.1.20 |
2195 | 2025-02-05T10:26:46.523Z | Compiling rustc_version v0.1.7 |
2196 | 2025-02-05T10:26:46.915Z | Compiling newtype_derive v0.1.6 |
2197 | 2025-02-05T10:26:47.230Z | Compiling tungstenite v0.21.0 |
2198 | 2025-02-05T10:26:47.554Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2199 | 2025-02-05T10:26:51.661Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2200 | 2025-02-05T10:26:51.903Z | Compiling typify-macro v0.3.0 |
2201 | 2025-02-05T10:26:52.105Z | Compiling ipnetwork v0.20.0 |
2202 | 2025-02-05T10:26:52.865Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2203 | 2025-02-05T10:26:53.185Z | Compiling tokio-tungstenite v0.21.0 |
2204 | 2025-02-05T10:26:53.543Z | Compiling progenitor-client v0.8.0 |
2205 | 2025-02-05T10:26:53.597Z | Compiling humantime v2.1.0 |
2206 | 2025-02-05T10:26:53.939Z | Compiling progenitor v0.8.0 |
2207 | 2025-02-05T10:26:54.002Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2208 | 2025-02-05T10:26:54.164Z | Compiling dropshot v0.15.1 |
2209 | 2025-02-05T10:26:54.252Z | Compiling instant v0.1.13 |
2210 | 2025-02-05T10:26:54.419Z | Compiling backoff v0.4.0 |
2211 | 2025-02-05T10:26:54.777Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2212 | 2025-02-05T10:26:54.853Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2213 | 2025-02-05T10:26:55.239Z | Compiling steno v0.4.1 |
2214 | 2025-02-05T10:26:55.257Z | Compiling typify v0.3.0 |
2215 | 2025-02-05T10:26:55.404Z | Compiling progenitor-impl v0.9.1 |
2216 | 2025-02-05T10:27:01.331Z | Compiling progenitor-macro v0.9.1 |
2217 | 2025-02-05T10:27:02.646Z | Compiling parse-display v0.10.0 |
2218 | 2025-02-05T10:27:02.724Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2219 | 2025-02-05T10:27:02.919Z | Compiling strum v0.26.3 |
2220 | 2025-02-05T10:27:03.104Z | Compiling serde_with v3.11.0 |
2221 | 2025-02-05T10:27:03.118Z | Compiling regress v0.9.1 |
2222 | 2025-02-05T10:27:05.969Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2223 | 2025-02-05T10:27:08.006Z | Compiling macaddr v1.0.1 |
2224 | 2025-02-05T10:27:08.027Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2225 | 2025-02-05T10:27:08.027Z | Compiling slog-dtrace v0.3.0 |
2226 | 2025-02-05T10:27:08.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2227 | 2025-02-05T10:27:08.277Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2228 | 2025-02-05T10:27:08.302Z | Compiling prettyplease v0.2.25 |
2229 | 2025-02-05T10:27:10.373Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2230 | 2025-02-05T10:27:12.188Z | Compiling progenitor v0.9.1 |
2231 | 2025-02-05T10:27:12.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2232 | 2025-02-05T10:27:13.916Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2233 | 2025-02-05T10:27:16.063Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2234 | 2025-02-05T10:27:24.571Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2235 | 2025-02-05T10:27:25.712Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2236 | 2025-02-05T10:27:26.704Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2237 | 2025-02-05T10:27:27.314Z | Compiling half v2.4.1 |
2238 | 2025-02-05T10:27:27.997Z | Compiling ciborium-io v0.2.2 |
2239 | 2025-02-05T10:27:28.208Z | Compiling ciborium-ll v0.2.2 |
2240 | 2025-02-05T10:27:29.271Z | Compiling ciborium v0.2.2 |
2241 | 2025-02-05T10:27:29.997Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2242 | 2025-02-05T10:27:31.223Z | Compiling display-error-chain v0.2.2 |
2243 | 2025-02-05T10:27:31.243Z | Compiling fastrand v2.1.1 |
2244 | 2025-02-05T10:27:31.456Z | Compiling same-file v1.0.6 |
2245 | 2025-02-05T10:27:31.790Z | Compiling walkdir v2.5.0 |
2246 | 2025-02-05T10:27:31.796Z | Compiling tempfile v3.13.0 |
2247 | 2025-02-05T10:27:31.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2248 | 2025-02-05T10:27:32.321Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2249 | 2025-02-05T10:27:32.438Z | Compiling blake3 v1.5.4 |
2250 | 2025-02-05T10:27:33.110Z | Compiling const_format_proc_macros v0.2.34 |
2251 | 2025-02-05T10:27:34.837Z | Compiling xattr v1.3.1 |
2252 | 2025-02-05T10:27:35.110Z | Compiling filetime v0.2.25 |
2253 | 2025-02-05T10:27:35.428Z | Compiling memmap2 v0.9.5 |
2254 | 2025-02-05T10:27:35.803Z | Compiling constant_time_eq v0.3.1 |
2255 | 2025-02-05T10:27:35.823Z | Compiling crunchy v0.2.2 |
2256 | 2025-02-05T10:27:35.972Z | Compiling maplit v1.0.2 |
2257 | 2025-02-05T10:27:36.097Z | Compiling keccak v0.1.5 |
2258 | 2025-02-05T10:27:36.231Z | Compiling arrayvec v0.7.6 |
2259 | 2025-02-05T10:27:36.550Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2260 | 2025-02-05T10:27:36.594Z | Compiling arrayref v0.3.9 |
2261 | 2025-02-05T10:27:36.940Z | Compiling sha3 v0.10.8 |
2262 | 2025-02-05T10:27:37.232Z | Compiling tar v0.4.42 |
2263 | 2025-02-05T10:27:37.698Z | Compiling const_format v0.2.34 |
2264 | 2025-02-05T10:27:37.798Z | Compiling camino-tempfile v1.1.1 |
2265 | 2025-02-05T10:27:38.217Z | Compiling toolchain_find v0.4.0 |
2266 | 2025-02-05T10:27:38.243Z | Compiling topological-sort v0.2.2 |
2267 | 2025-02-05T10:27:38.476Z | Compiling tiny-keccak v2.0.2 |
2268 | 2025-02-05T10:27:38.767Z | Compiling radium v0.7.0 |
2269 | 2025-02-05T10:27:38.816Z | Compiling rustfmt-wrapper v0.2.1 |
2270 | 2025-02-05T10:27:38.999Z | Compiling omicron-zone-package v0.12.0 |
2271 | 2025-02-05T10:27:39.225Z | Compiling dsl_auto_type v0.1.2 |
2272 | 2025-02-05T10:27:39.350Z | Compiling scheduled-thread-pool v0.2.7 |
2273 | 2025-02-05T10:27:39.429Z | Compiling diesel_table_macro_syntax v0.2.0 |
2274 | 2025-02-05T10:27:39.817Z | Compiling tap v1.0.1 |
2275 | 2025-02-05T10:27:40.022Z | Compiling maybe-uninit v2.0.0 |
2276 | 2025-02-05T10:27:40.440Z | Compiling diesel_derives v2.2.3 |
2277 | 2025-02-05T10:27:40.582Z | Compiling wyz v0.5.1 |
2278 | 2025-02-05T10:27:40.673Z | Compiling r2d2 v0.8.10 |
2279 | 2025-02-05T10:27:41.516Z | Compiling phf_generator v0.11.2 |
2280 | 2025-02-05T10:27:41.519Z | Compiling ascii-canvas v3.0.0 |
2281 | 2025-02-05T10:27:41.717Z | Compiling secrecy v0.8.0 |
2282 | 2025-02-05T10:27:41.981Z | Compiling ena v0.14.3 |
2283 | 2025-02-05T10:27:42.000Z | Compiling async-recursion v1.1.1 |
2284 | 2025-02-05T10:27:42.388Z | Compiling funty v2.0.0 |
2285 | 2025-02-05T10:27:43.338Z | Compiling packed_struct v0.10.1 |
2286 | 2025-02-05T10:27:43.750Z | Compiling regex-syntax v0.6.29 |
2287 | 2025-02-05T10:27:43.843Z | Compiling arc-swap v1.7.1 |
2288 | 2025-02-05T10:27:43.908Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2025-02-05T10:27:44.486Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2290 | 2025-02-05T10:27:44.514Z | Compiling diff v0.1.13 |
2291 | 2025-02-05T10:27:44.808Z | Compiling crc-catalog v2.4.0 |
2292 | 2025-02-05T10:27:44.967Z | Compiling crc v3.2.1 |
2293 | 2025-02-05T10:27:45.019Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2294 | 2025-02-05T10:27:45.141Z | Compiling slog-scope v4.4.0 |
2295 | 2025-02-05T10:27:45.967Z | Compiling bitvec v1.0.1 |
2296 | 2025-02-05T10:27:46.976Z | Compiling lalrpop v0.19.12 |
2297 | 2025-02-05T10:27:48.611Z | Compiling phf_codegen v0.11.2 |
2298 | 2025-02-05T10:27:48.974Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2299 | 2025-02-05T10:27:50.004Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2300 | 2025-02-05T10:27:50.328Z | Compiling universal-hash v0.5.1 |
2301 | 2025-02-05T10:27:50.332Z | Compiling packed_struct_codegen v0.10.1 |
2302 | 2025-02-05T10:27:50.630Z | Compiling thiserror-impl-no-std v2.0.2 |
2303 | 2025-02-05T10:27:51.072Z | Compiling diesel v2.2.6 |
2304 | 2025-02-05T10:27:52.516Z | Compiling parse-zoneinfo v0.3.1 |
2305 | 2025-02-05T10:27:52.958Z | Compiling unicase v2.7.0 |
2306 | 2025-02-05T10:27:53.243Z | Compiling indexmap v1.9.3 |
2307 | 2025-02-05T10:27:53.629Z | Compiling ref-cast v1.0.23 |
2308 | 2025-02-05T10:27:53.926Z | Compiling opaque-debug v0.3.1 |
2309 | 2025-02-05T10:27:54.139Z | Compiling nodrop v0.1.14 |
2310 | 2025-02-05T10:27:54.181Z | Compiling array-init v0.0.4 |
2311 | 2025-02-05T10:27:54.202Z | Compiling poly1305 v0.8.0 |
2312 | 2025-02-05T10:27:56.330Z | Compiling chrono-tz-build v0.4.0 |
2313 | 2025-02-05T10:27:56.339Z | Compiling thiserror-no-std v2.0.2 |
2314 | 2025-02-05T10:27:56.339Z | Compiling smallvec v0.6.14 |
2315 | 2025-02-05T10:27:56.696Z | Compiling slog-stdlog v4.1.1 |
2316 | 2025-02-05T10:27:58.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2317 | 2025-02-05T10:27:58.429Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2318 | 2025-02-05T10:27:58.700Z | Compiling derive_builder_core v0.20.2 |
2319 | 2025-02-05T10:27:59.626Z | Compiling chacha20 v0.9.1 |
2320 | 2025-02-05T10:28:00.127Z | Compiling headers-core v0.3.0 |
2321 | 2025-02-05T10:28:00.312Z | Compiling aead v0.5.2 |
2322 | 2025-02-05T10:28:00.663Z | Compiling libxml v0.3.3 |
2323 | 2025-02-05T10:28:00.741Z | Compiling ref-cast-impl v1.0.23 |
2324 | 2025-02-05T10:28:01.035Z | Compiling vte_generate_state_changes v0.1.2 |
2325 | 2025-02-05T10:28:01.623Z | Compiling bitfield v0.14.0 |
2326 | 2025-02-05T10:28:01.800Z | Compiling termcolor v1.4.1 |
2327 | 2025-02-05T10:28:01.950Z | Compiling hashbrown v0.12.3 |
2328 | 2025-02-05T10:28:02.884Z | Compiling env_logger v0.10.2 |
2329 | 2025-02-05T10:28:04.196Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2330 | 2025-02-05T10:28:06.159Z | Compiling vte v0.11.1 |
2331 | 2025-02-05T10:28:07.699Z | Compiling derive_builder_macro v0.20.2 |
2332 | 2025-02-05T10:28:08.535Z | Compiling chacha20poly1305 v0.10.1 |
2333 | 2025-02-05T10:28:08.787Z | Compiling headers v0.4.0 |
2334 | 2025-02-05T10:28:09.139Z | Compiling polar-core v0.27.3 |
2335 | 2025-02-05T10:28:11.707Z | Compiling slog-envlogger v2.2.0 |
2336 | 2025-02-05T10:28:12.255Z | Compiling serde-hex v0.1.0 |
2337 | 2025-02-05T10:28:14.597Z | Compiling chrono-tz v0.10.1 |
2338 | 2025-02-05T10:28:15.236Z | Compiling vsss-rs v3.3.4 |
2339 | 2025-02-05T10:28:17.280Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2340 | 2025-02-05T10:28:19.254Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2025-02-05T10:28:19.605Z | Compiling ron v0.8.1 |
2342 | 2025-02-05T10:28:20.187Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2025-02-05T10:28:20.477Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2344 | 2025-02-05T10:28:21.772Z | Compiling hashbrown v0.13.2 |
2345 | 2025-02-05T10:28:23.074Z | Compiling strum_macros v0.24.3 |
2346 | 2025-02-05T10:28:24.735Z | Compiling fxhash v0.2.1 |
2347 | 2025-02-05T10:28:24.980Z | Compiling samael v0.0.17 |
2348 | 2025-02-05T10:28:25.206Z | Compiling crc-any v2.5.0 |
2349 | 2025-02-05T10:28:26.091Z | Compiling simd-adler32 v0.3.7 |
2350 | 2025-02-05T10:28:26.127Z | Compiling bytecount v0.6.8 |
2351 | 2025-02-05T10:28:26.496Z | Compiling lockfree-object-pool v0.1.6 |
2352 | 2025-02-05T10:28:26.500Z | Compiling zip v2.1.3 |
2353 | 2025-02-05T10:28:26.760Z | Compiling bumpalo v3.16.0 |
2354 | 2025-02-05T10:28:26.807Z | Compiling indoc v1.0.9 |
2355 | 2025-02-05T10:28:27.318Z | Compiling zopfli v0.8.1 |
2356 | 2025-02-05T10:28:27.534Z | Compiling papergrid v0.11.0 |
2357 | 2025-02-05T10:28:31.387Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2358 | 2025-02-05T10:28:34.946Z | Compiling object v0.30.4 |
2359 | 2025-02-05T10:28:36.301Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2360 | 2025-02-05T10:28:39.528Z | Compiling derive_builder v0.20.2 |
2361 | 2025-02-05T10:28:40.683Z | Compiling strip-ansi-escapes v0.2.0 |
2362 | 2025-02-05T10:28:41.639Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2363 | 2025-02-05T10:28:41.945Z | Compiling tabled_derive v0.7.0 |
2364 | 2025-02-05T10:28:44.616Z | Compiling fd-lock v4.0.2 |
2365 | 2025-02-05T10:28:44.629Z | Compiling peg-macros v0.8.4 |
2366 | 2025-02-05T10:28:44.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2367 | 2025-02-05T10:28:45.113Z | Compiling kstat-rs v0.2.4 |
2368 | 2025-02-05T10:28:45.747Z | Compiling oso-derive v0.27.3 |
2369 | 2025-02-05T10:28:45.973Z | Compiling impl-trait-for-tuples v0.2.2 |
2370 | 2025-02-05T10:28:46.670Z | Compiling quick-xml v0.33.0 |
2371 | 2025-02-05T10:28:46.916Z | Compiling diesel-dtrace v0.4.2 |
2372 | 2025-02-05T10:28:47.173Z | Compiling nu-ansi-term v0.50.1 |
2373 | 2025-02-05T10:28:47.233Z | Compiling path-slash v0.1.5 |
2374 | 2025-02-05T10:28:47.547Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2375 | 2025-02-05T10:28:48.349Z | Compiling reedline v0.35.0 |
2376 | 2025-02-05T10:28:51.876Z | Compiling oso v0.27.3 |
2377 | 2025-02-05T10:28:53.013Z | Compiling peg v0.8.4 |
2378 | 2025-02-05T10:28:53.138Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2379 | 2025-02-05T10:28:59.816Z | Compiling tabled v0.15.0 |
2380 | 2025-02-05T10:29:02.839Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2025-02-05T10:29:13.039Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2382 | 2025-02-05T10:29:15.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2383 | 2025-02-05T10:29:17.027Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2384 | 2025-02-05T10:29:17.488Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2385 | 2025-02-05T10:29:19.448Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2386 | 2025-02-05T10:29:19.756Z | Compiling pem v3.0.4 |
2387 | 2025-02-05T10:29:21.225Z | Compiling bb8 v0.8.5 |
2388 | 2025-02-05T10:29:21.799Z | Compiling bcs v0.1.6 |
2389 | 2025-02-05T10:29:22.011Z | Compiling libz-sys v1.1.20 |
2390 | 2025-02-05T10:29:22.654Z | Compiling nanorand v0.7.0 |
2391 | 2025-02-05T10:29:22.763Z | Compiling parking_lot_core v0.8.6 |
2392 | 2025-02-05T10:29:23.148Z | Compiling termtree v0.5.1 |
2393 | 2025-02-05T10:29:23.356Z | Compiling flume v0.11.1 |
2394 | 2025-02-05T10:29:24.210Z | Compiling async-bb8-diesel v0.2.1 |
2395 | 2025-02-05T10:29:24.969Z | Compiling mime_guess v2.0.5 |
2396 | 2025-02-05T10:29:26.677Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2397 | 2025-02-05T10:29:27.880Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2398 | 2025-02-05T10:29:29.895Z | Compiling buf-list v1.0.3 |
2399 | 2025-02-05T10:29:34.067Z | Compiling nibble_vec v0.1.0 |
2400 | 2025-02-05T10:29:34.074Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2401 | 2025-02-05T10:29:34.074Z | Compiling pin-project-internal v1.1.6 |
2402 | 2025-02-05T10:29:34.074Z | Compiling atty v0.2.14 |
2403 | 2025-02-05T10:29:34.074Z | Compiling salty v0.3.0 |
2404 | 2025-02-05T10:29:34.074Z | Compiling endian-type v0.1.2 |
2405 | 2025-02-05T10:29:34.074Z | Compiling http-range v0.1.5 |
2406 | 2025-02-05T10:29:34.471Z | Compiling radix_trie v0.2.1 |
2407 | 2025-02-05T10:29:35.179Z | Compiling pin-project v1.1.6 |
2408 | 2025-02-05T10:29:35.345Z | Compiling parking_lot v0.11.2 |
2409 | 2025-02-05T10:29:40.146Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2410 | 2025-02-05T10:29:40.590Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2411 | 2025-02-05T10:29:41.948Z | Compiling snafu-derive v0.8.5 |
2412 | 2025-02-05T10:29:44.751Z | Compiling hyper-staticfile v0.10.1 |
2413 | 2025-02-05T10:29:46.177Z | Compiling snafu v0.8.5 |
2414 | 2025-02-05T10:29:47.387Z | Compiling sled v0.34.7 |
2415 | 2025-02-05T10:29:47.815Z | Compiling hickory-client v0.24.2 |
2416 | 2025-02-05T10:29:52.941Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2417 | 2025-02-05T10:29:54.130Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2418 | 2025-02-05T10:30:01.377Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2419 | 2025-02-05T10:30:09.719Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2420 | 2025-02-05T10:30:14.547Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2421 | 2025-02-05T10:30:17.454Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2422 | 2025-02-05T10:30:18.806Z | Compiling hickory-server v0.24.2 |
2423 | 2025-02-05T10:30:20.170Z | Compiling globset v0.4.15 |
2424 | 2025-02-05T10:30:20.529Z | Compiling primeorder v0.13.6 |
2425 | 2025-02-05T10:30:23.783Z | Compiling olpc-cjson v0.1.4 |
2426 | 2025-02-05T10:30:23.803Z | Compiling vergen v8.3.2 |
2427 | 2025-02-05T10:30:23.803Z | Compiling castaway v0.2.3 |
2428 | 2025-02-05T10:30:23.803Z | Compiling env_filter v0.1.2 |
2429 | 2025-02-05T10:30:23.803Z | Compiling cargo-platform v0.1.8 |
2430 | 2025-02-05T10:30:23.930Z | Compiling serde_plain v1.0.2 |
2431 | 2025-02-05T10:30:24.456Z | Compiling memoffset v0.9.1 |
2432 | 2025-02-05T10:30:24.786Z | Compiling typed-path v0.9.3 |
2433 | 2025-02-05T10:30:25.658Z | Compiling git2 v0.19.0 |
2434 | 2025-02-05T10:30:27.403Z | Compiling tough v0.19.0 |
2435 | 2025-02-05T10:30:29.372Z | Compiling cargo_metadata v0.18.1 |
2436 | 2025-02-05T10:30:29.683Z | Compiling env_logger v0.11.5 |
2437 | 2025-02-05T10:30:31.105Z | Compiling compact_str v0.8.0 |
2438 | 2025-02-05T10:30:31.676Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2439 | 2025-02-05T10:30:32.068Z | Compiling p384 v0.13.0 |
2440 | 2025-02-05T10:30:32.212Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2441 | 2025-02-05T10:30:33.506Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2442 | 2025-02-05T10:30:33.708Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2443 | 2025-02-05T10:30:34.919Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2444 | 2025-02-05T10:30:38.997Z | Compiling unicode-truncate v1.1.0 |
2445 | 2025-02-05T10:30:39.298Z | Compiling lru v0.12.5 |
2446 | 2025-02-05T10:30:39.642Z | Compiling rand_seeder v0.3.0 |
2447 | 2025-02-05T10:30:40.059Z | Compiling libsqlite3-sys v0.30.1 |
2448 | 2025-02-05T10:30:40.578Z | Compiling lzma-sys v0.1.20 |
2449 | 2025-02-05T10:30:41.267Z | Compiling instability v0.3.2 |
2450 | 2025-02-05T10:30:41.374Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2451 | 2025-02-05T10:30:41.749Z | Compiling cassowary v0.3.0 |
2452 | 2025-02-05T10:30:42.265Z | Compiling cfg_aliases v0.2.1 |
2453 | 2025-02-05T10:30:42.390Z | Compiling rustls v0.21.12 |
2454 | 2025-02-05T10:30:42.414Z | Compiling parse-size v1.1.0 |
2455 | 2025-02-05T10:30:42.748Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2456 | 2025-02-05T10:30:42.753Z | Compiling nix v0.29.0 |
2457 | 2025-02-05T10:30:42.775Z | Compiling ratatui v0.28.1 |
2458 | 2025-02-05T10:30:43.808Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2459 | 2025-02-05T10:30:43.966Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2460 | 2025-02-05T10:30:45.347Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2461 | 2025-02-05T10:30:45.726Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2462 | 2025-02-05T10:30:46.520Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2463 | 2025-02-05T10:30:46.789Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2464 | 2025-02-05T10:30:50.291Z | Compiling sct v0.7.1 |
2465 | 2025-02-05T10:30:50.378Z | Compiling rustls-webpki v0.101.7 |
2466 | 2025-02-05T10:30:50.759Z | Compiling heck v0.3.3 |
2467 | 2025-02-05T10:30:51.098Z | Compiling csv-core v0.1.11 |
2468 | 2025-02-05T10:30:51.988Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2469 | 2025-02-05T10:30:52.309Z | Compiling glob v0.3.2 |
2470 | 2025-02-05T10:30:54.234Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2471 | 2025-02-05T10:30:54.258Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2472 | 2025-02-05T10:30:54.505Z | Compiling csv v1.3.1 |
2473 | 2025-02-05T10:30:56.670Z | Compiling zone_cfg_derive v0.1.2 |
2474 | 2025-02-05T10:30:57.970Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2475 | 2025-02-05T10:31:01.006Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2476 | 2025-02-05T10:31:01.348Z | Compiling nix v0.27.1 |
2477 | 2025-02-05T10:31:01.393Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2478 | 2025-02-05T10:31:02.251Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2479 | 2025-02-05T10:31:04.619Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2480 | 2025-02-05T10:31:08.100Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2481 | 2025-02-05T10:31:12.303Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2482 | 2025-02-05T10:31:12.649Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2483 | 2025-02-05T10:31:13.918Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2484 | 2025-02-05T10:31:14.229Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2485 | 2025-02-05T10:31:14.575Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2486 | 2025-02-05T10:31:14.867Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2487 | 2025-02-05T10:31:15.327Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2488 | 2025-02-05T10:31:15.516Z | Compiling tungstenite v0.23.0 |
2489 | 2025-02-05T10:31:16.007Z | Compiling hashlink v0.9.1 |
2490 | 2025-02-05T10:31:16.578Z | Compiling fallible-iterator v0.3.0 |
2491 | 2025-02-05T10:31:16.797Z | Compiling base64 v0.13.1 |
2492 | 2025-02-05T10:31:17.355Z | Compiling fallible-streaming-iterator v0.1.9 |
2493 | 2025-02-05T10:31:17.559Z | Compiling ron v0.7.1 |
2494 | 2025-02-05T10:31:17.640Z | Compiling rusqlite v0.32.1 |
2495 | 2025-02-05T10:31:18.381Z | Compiling tokio-tungstenite v0.23.1 |
2496 | 2025-02-05T10:31:19.030Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2497 | 2025-02-05T10:31:19.266Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2025-02-05T10:31:21.877Z | Compiling xz2 v0.1.7 |
2499 | 2025-02-05T10:31:22.474Z | Compiling tokio-rustls v0.24.1 |
2500 | 2025-02-05T10:31:22.661Z | Compiling zone v0.1.8 |
2501 | 2025-02-05T10:31:25.767Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2502 | 2025-02-05T10:31:27.871Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2503 | 2025-02-05T10:31:29.346Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2504 | 2025-02-05T10:31:32.269Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2505 | 2025-02-05T10:31:32.278Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2506 | 2025-02-05T10:31:37.562Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2507 | 2025-02-05T10:31:40.327Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2508 | 2025-02-05T10:31:40.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2509 | 2025-02-05T10:31:41.232Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2510 | 2025-02-05T10:31:45.230Z | Compiling rustls-pemfile v1.0.4 |
2511 | 2025-02-05T10:31:45.250Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2512 | 2025-02-05T10:31:45.563Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2513 | 2025-02-05T10:31:45.756Z | Compiling signal-hook-tokio v0.3.1 |
2514 | 2025-02-05T10:31:45.986Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2515 | 2025-02-05T10:31:46.019Z | Compiling yasna v0.5.2 |
2516 | 2025-02-05T10:31:46.108Z | Compiling twox-hash v2.1.0 |
2517 | 2025-02-05T10:31:47.137Z | Compiling is_ci v1.2.0 |
2518 | 2025-02-05T10:31:47.442Z | Compiling smawk v0.3.2 |
2519 | 2025-02-05T10:31:47.739Z | Compiling unicode-linebreak v0.1.5 |
2520 | 2025-02-05T10:31:48.282Z | Compiling textwrap v0.16.1 |
2521 | 2025-02-05T10:31:49.298Z | Compiling supports-color v3.0.1 |
2522 | 2025-02-05T10:31:49.734Z | Compiling rcgen v0.12.1 |
2523 | 2025-02-05T10:31:51.687Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2524 | 2025-02-05T10:31:54.767Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2525 | 2025-02-05T10:32:00.329Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2526 | 2025-02-05T10:32:00.336Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2527 | 2025-02-05T10:32:00.336Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2528 | 2025-02-05T10:32:03.196Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2529 | 2025-02-05T10:32:16.794Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2530 | 2025-02-05T10:32:18.124Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2531 | 2025-02-05T10:32:21.570Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2532 | 2025-02-05T10:32:30.717Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2533 | 2025-02-05T10:32:31.264Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2534 | 2025-02-05T10:32:37.490Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2535 | 2025-02-05T10:32:37.798Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2536 | 2025-02-05T10:32:40.202Z | Compiling fatfs v0.3.6 |
2537 | 2025-02-05T10:32:41.422Z | Compiling subprocess v0.2.9 |
2538 | 2025-02-05T10:32:43.059Z | Compiling rtoolbox v0.0.2 |
2539 | 2025-02-05T10:32:43.454Z | Compiling assert_matches v1.5.0 |
2540 | 2025-02-05T10:32:43.917Z | Compiling rpassword v7.3.1 |
2541 | 2025-02-05T10:32:44.385Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2542 | 2025-02-05T10:32:46.022Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2543 | 2025-02-05T10:32:50.183Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2025-02-05T10:32:52.130Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2545 | 2025-02-05T10:32:54.554Z | Compiling tui-tree-widget v0.22.0 |
2546 | 2025-02-05T10:32:55.025Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2547 | 2025-02-05T10:32:59.376Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2548 | 2025-02-05T10:32:59.697Z | Compiling uzers v0.12.1 |
2549 | 2025-02-05T10:33:02.799Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2550 | 2025-02-05T10:33:08.031Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2551 | 2025-02-05T10:33:09.916Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2552 | 2025-02-05T10:33:39.817Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2553 | 2025-02-05T10:33:41.451Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2554 | 2025-02-05T10:33:45.939Z | Compiling multimap v0.10.0 |
2555 | 2025-02-05T10:36:02.889Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2556 | 2025-02-05T10:36:16.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2557 | 2025-02-05T10:43:00.188Z | Finished `release` profile [optimized] target(s) in 16m 20s |
2558 | 2025-02-05T10:44:03.274Z | |
2559 | 2025-02-05T10:44:03.275Z | real 17:24.555916244 |
2560 | 2025-02-05T10:44:03.275Z | user 2:03:39.765038873 |
2561 | 2025-02-05T10:44:03.275Z | sys 3:09.552592327 |
2562 | 2025-02-05T10:44:03.275Z | trap 3.046852155 |
2563 | 2025-02-05T10:44:03.339Z | tflt 2.762618797 |
2564 | 2025-02-05T10:44:03.339Z | dflt 3.638046727 |
2565 | 2025-02-05T10:44:03.339Z | kflt 0.081036182 |
2566 | 2025-02-05T10:44:03.339Z | lock 7:32:25.428150409 |
2567 | 2025-02-05T10:44:03.339Z | slp 6:24:48.080991859 |
2568 | 2025-02-05T10:44:03.339Z | lat 3:24.759680847 |
2569 | 2025-02-05T10:44:03.339Z | stop 2:45.978351066 |
2570 | 2025-02-05T10:44:03.340Z | + mapfile -t packages |
2571 | 2025-02-05T10:44:03.340Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2572 | 2025-02-05T10:44:04.279Z | Finished `release` profile [optimized] target(s) in 0.93s |
2573 | 2025-02-05T10:44:04.297Z | Running `target/release/omicron-package -t test list-outputs` |
2574 | 2025-02-05T10:44:04.325Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2575 | 2025-02-05T10:44:04.328Z | + ptime -m cargo build --locked --release -p xtask |
2576 | 2025-02-05T10:44:04.878Z | Compiling serde v1.0.217 |
2577 | 2025-02-05T10:44:04.883Z | Compiling rustix v0.38.37 |
2578 | 2025-02-05T10:44:04.883Z | Compiling libc v0.2.169 |
2579 | 2025-02-05T10:44:05.090Z | Compiling serde_json v1.0.135 |
2580 | 2025-02-05T10:44:05.095Z | Compiling syn v2.0.96 |
2581 | 2025-02-05T10:44:05.095Z | Compiling bitflags v2.6.0 |
2582 | 2025-02-05T10:44:05.317Z | Compiling usdt-impl v0.5.0 |
2583 | 2025-02-05T10:44:05.362Z | Compiling syn v1.0.109 |
2584 | 2025-02-05T10:44:05.467Z | Compiling log v0.4.22 |
2585 | 2025-02-05T10:44:05.486Z | Compiling hashbrown v0.15.1 |
2586 | 2025-02-05T10:44:05.883Z | Compiling fs-err v2.11.0 |
2587 | 2025-02-05T10:44:05.921Z | Compiling anyhow v1.0.95 |
2588 | 2025-02-05T10:44:06.115Z | Compiling once_cell v1.20.2 |
2589 | 2025-02-05T10:44:06.342Z | Compiling thread-id v4.2.2 |
2590 | 2025-02-05T10:44:06.682Z | Compiling indexmap v2.7.1 |
2591 | 2025-02-05T10:44:07.799Z | Compiling terminal_size v0.4.0 |
2592 | 2025-02-05T10:44:07.802Z | Compiling tempfile v3.13.0 |
2593 | 2025-02-05T10:44:08.063Z | Compiling clap_builder v4.5.27 |
2594 | 2025-02-05T10:44:08.533Z | Compiling proc-macro-error v1.0.4 |
2595 | 2025-02-05T10:44:09.543Z | Compiling tabled_derive v0.7.0 |
2596 | 2025-02-05T10:44:10.967Z | Compiling tabled v0.15.0 |
2597 | 2025-02-05T10:44:11.713Z | Compiling serde_derive v1.0.217 |
2598 | 2025-02-05T10:44:11.719Z | Compiling thiserror-impl v1.0.69 |
2599 | 2025-02-05T10:44:11.719Z | Compiling zerocopy-derive v0.7.35 |
2600 | 2025-02-05T10:44:11.719Z | Compiling scroll_derive v0.12.0 |
2601 | 2025-02-05T10:44:11.719Z | Compiling clap_derive v4.5.28 |
2602 | 2025-02-05T10:44:12.669Z | Compiling scroll v0.12.0 |
2603 | 2025-02-05T10:44:13.173Z | Compiling zerocopy v0.7.35 |
2604 | 2025-02-05T10:44:13.295Z | Compiling goblin v0.8.2 |
2605 | 2025-02-05T10:44:14.030Z | Compiling thiserror v1.0.69 |
2606 | 2025-02-05T10:44:14.205Z | Compiling pest v2.7.14 |
2607 | 2025-02-05T10:44:16.800Z | Compiling clap v4.5.28 |
2608 | 2025-02-05T10:44:16.938Z | Compiling pest_meta v2.7.14 |
2609 | 2025-02-05T10:44:18.627Z | Compiling pest_generator v2.7.14 |
2610 | 2025-02-05T10:44:20.553Z | Compiling pest_derive v2.7.14 |
2611 | 2025-02-05T10:44:21.563Z | Compiling dtrace-parser v0.2.0 |
2612 | 2025-02-05T10:44:26.894Z | Compiling serde_tokenstream v0.2.2 |
2613 | 2025-02-05T10:44:27.510Z | Compiling serde_spanned v0.6.8 |
2614 | 2025-02-05T10:44:27.594Z | Compiling dof v0.3.0 |
2615 | 2025-02-05T10:44:27.776Z | Compiling toml_datetime v0.6.8 |
2616 | 2025-02-05T10:44:28.486Z | Compiling toml_edit v0.22.22 |
2617 | 2025-02-05T10:44:28.493Z | Compiling camino v1.1.9 |
2618 | 2025-02-05T10:44:29.530Z | Compiling usdt-attr-macro v0.5.0 |
2619 | 2025-02-05T10:44:30.254Z | Compiling usdt-macro v0.5.0 |
2620 | 2025-02-05T10:44:30.836Z | Compiling cargo-platform v0.1.8 |
2621 | 2025-02-05T10:44:30.917Z | Compiling semver v1.0.24 |
2622 | 2025-02-05T10:44:31.893Z | Compiling toml v0.8.19 |
2623 | 2025-02-05T10:44:32.334Z | Compiling cargo_metadata v0.18.1 |
2624 | 2025-02-05T10:44:33.747Z | Compiling cargo_toml v0.20.5 |
2625 | 2025-02-05T10:44:36.656Z | Compiling usdt v0.5.0 |
2626 | 2025-02-05T10:44:37.961Z | Compiling camino-tempfile v1.1.1 |
2627 | 2025-02-05T10:44:38.060Z | Compiling macaddr v1.0.1 |
2628 | 2025-02-05T10:44:46.612Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2629 | 2025-02-05T10:44:57.108Z | Finished `release` profile [optimized] target(s) in 52.69s |
2630 | 2025-02-05T10:44:57.182Z | |
2631 | 2025-02-05T10:44:57.185Z | real 52.828715400 |
2632 | 2025-02-05T10:44:57.185Z | user 5:35.271033723 |
2633 | 2025-02-05T10:44:57.185Z | sys 17.810834680 |
2634 | 2025-02-05T10:44:57.185Z | trap 0.158477355 |
2635 | 2025-02-05T10:44:57.185Z | tflt 0.356724274 |
2636 | 2025-02-05T10:44:57.185Z | dflt 0.235907392 |
2637 | 2025-02-05T10:44:57.185Z | kflt 0.000016430 |
2638 | 2025-02-05T10:44:57.185Z | lock 10:30.683389881 |
2639 | 2025-02-05T10:44:57.185Z | slp 15:45.996387276 |
2640 | 2025-02-05T10:44:57.185Z | lat 14.675045423 |
2641 | 2025-02-05T10:44:57.185Z | stop 18.088811447 |
2642 | 2025-02-05T10:44:57.185Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2643 | 2025-02-05T10:44:57.185Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2644 | 2025-02-05T10:44:57.185Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2645 | 2025-02-05T10:44:57.185Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2646 | 2025-02-05T10:44:57.185Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2647 | 2025-02-05T10:44:58.043Z | Compiling hashbrown v0.14.5 |
2648 | 2025-02-05T10:44:58.175Z | Compiling thiserror v2.0.11 |
2649 | 2025-02-05T10:44:58.185Z | Compiling thiserror-impl v2.0.11 |
2650 | 2025-02-05T10:44:58.194Z | Compiling ident_case v1.0.1 |
2651 | 2025-02-05T10:44:58.251Z | Compiling unsafe-libyaml v0.2.11 |
2652 | 2025-02-05T10:44:58.256Z | Compiling ipnetwork v0.20.0 |
2653 | 2025-02-05T10:44:58.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2025-02-05T10:44:58.256Z | Compiling progenitor-client v0.9.1 |
2655 | 2025-02-05T10:44:58.381Z | Compiling darling_core v0.20.10 |
2656 | 2025-02-05T10:44:58.692Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2657 | 2025-02-05T10:44:58.760Z | Compiling macaddr v1.0.1 |
2658 | 2025-02-05T10:44:59.046Z | Compiling progenitor-client v0.8.0 |
2659 | 2025-02-05T10:44:59.225Z | Compiling instant v0.1.13 |
2660 | 2025-02-05T10:44:59.232Z | Compiling regress v0.10.1 |
2661 | 2025-02-05T10:44:59.295Z | Compiling structmeta-derive v0.3.0 |
2662 | 2025-02-05T10:44:59.313Z | Compiling dropshot v0.15.1 |
2663 | 2025-02-05T10:44:59.382Z | Compiling regress v0.9.1 |
2664 | 2025-02-05T10:44:59.526Z | Compiling serde_yaml v0.9.34+deprecated |
2665 | 2025-02-05T10:44:59.680Z | Compiling dropshot_endpoint v0.15.1 |
2666 | 2025-02-05T10:45:00.053Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2667 | 2025-02-05T10:45:01.374Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2668 | 2025-02-05T10:45:01.571Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2669 | 2025-02-05T10:45:01.911Z | Compiling structmeta v0.3.0 |
2670 | 2025-02-05T10:45:02.270Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2671 | 2025-02-05T10:45:02.328Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2672 | 2025-02-05T10:45:02.333Z | Compiling parse-display-derive v0.10.0 |
2673 | 2025-02-05T10:45:02.499Z | Compiling backoff v0.4.0 |
2674 | 2025-02-05T10:45:02.782Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2675 | 2025-02-05T10:45:02.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2676 | 2025-02-05T10:45:03.023Z | Compiling typify-impl v0.2.0 |
2677 | 2025-02-05T10:45:03.040Z | Compiling tempfile v3.13.0 |
2678 | 2025-02-05T10:45:03.472Z | Compiling proc-macro-crate v1.3.1 |
2679 | 2025-02-05T10:45:03.858Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2680 | 2025-02-05T10:45:03.974Z | Compiling typify-impl v0.3.0 |
2681 | 2025-02-05T10:45:04.236Z | Compiling itertools v0.13.0 |
2682 | 2025-02-05T10:45:04.290Z | Compiling zerocopy v0.8.10 |
2683 | 2025-02-05T10:45:04.453Z | Compiling num_enum_derive v0.5.11 |
2684 | 2025-02-05T10:45:04.459Z | Compiling darling_macro v0.20.10 |
2685 | 2025-02-05T10:45:05.106Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2686 | 2025-02-05T10:45:05.394Z | Compiling darling v0.20.10 |
2687 | 2025-02-05T10:45:05.522Z | Compiling foreign-types-macros v0.2.3 |
2688 | 2025-02-05T10:45:05.525Z | Compiling serde_with_macros v3.11.0 |
2689 | 2025-02-05T10:45:06.417Z | Compiling parse-display v0.10.0 |
2690 | 2025-02-05T10:45:06.762Z | Compiling zerocopy-derive v0.8.10 |
2691 | 2025-02-05T10:45:06.791Z | Compiling num_enum v0.5.11 |
2692 | 2025-02-05T10:45:06.968Z | Compiling crucible-workspace-hack v0.1.0 |
2693 | 2025-02-05T10:45:07.028Z | Compiling foreign-types-shared v0.3.1 |
2694 | 2025-02-05T10:45:07.049Z | Compiling heapless v0.8.0 |
2695 | 2025-02-05T10:45:07.181Z | Compiling foreign-types v0.5.0 |
2696 | 2025-02-05T10:45:07.281Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2697 | 2025-02-05T10:45:07.305Z | Compiling proc-macro-error v1.0.4 |
2698 | 2025-02-05T10:45:08.103Z | Compiling camino-tempfile v1.1.1 |
2699 | 2025-02-05T10:45:08.117Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2700 | 2025-02-05T10:45:08.153Z | Compiling serde_with v3.11.0 |
2701 | 2025-02-05T10:45:08.544Z | Compiling hash32 v0.3.1 |
2702 | 2025-02-05T10:45:08.822Z | Compiling cstr-argument v0.1.2 |
2703 | 2025-02-05T10:45:08.975Z | Compiling smoltcp v0.11.0 |
2704 | 2025-02-05T10:45:09.088Z | Compiling pretty-hex v0.2.1 |
2705 | 2025-02-05T10:45:09.340Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2706 | 2025-02-05T10:45:09.701Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2707 | 2025-02-05T10:45:09.723Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2708 | 2025-02-05T10:45:10.363Z | Compiling tabwriter v1.4.0 |
2709 | 2025-02-05T10:45:10.841Z | Compiling colored v2.1.0 |
2710 | 2025-02-05T10:45:10.860Z | Compiling cobs v0.2.3 |
2711 | 2025-02-05T10:45:11.164Z | Compiling postcard v1.0.10 |
2712 | 2025-02-05T10:45:11.556Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-02-05T10:45:11.797Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2714 | 2025-02-05T10:45:11.961Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2025-02-05T10:45:11.979Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2716 | 2025-02-05T10:45:12.303Z | Compiling smf v0.2.3 |
2717 | 2025-02-05T10:45:12.500Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2718 | 2025-02-05T10:45:12.923Z | Compiling zone_cfg_derive v0.3.0 |
2719 | 2025-02-05T10:45:13.005Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2720 | 2025-02-05T10:45:13.427Z | Compiling num-derive v0.4.2 |
2721 | 2025-02-05T10:45:13.464Z | Compiling sigpipe v0.1.3 |
2722 | 2025-02-05T10:45:13.607Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2723 | 2025-02-05T10:45:14.010Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2724 | 2025-02-05T10:45:14.119Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2725 | 2025-02-05T10:45:14.210Z | Compiling zone v0.3.0 |
2726 | 2025-02-05T10:45:14.886Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2727 | 2025-02-05T10:45:14.969Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2728 | 2025-02-05T10:45:15.410Z | Compiling universal-hash v0.5.1 |
2729 | 2025-02-05T10:45:15.634Z | Compiling opaque-debug v0.3.1 |
2730 | 2025-02-05T10:45:15.649Z | Compiling tungstenite v0.21.0 |
2731 | 2025-02-05T10:45:15.704Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2732 | 2025-02-05T10:45:15.761Z | Compiling num-rational v0.4.2 |
2733 | 2025-02-05T10:45:15.877Z | Compiling password-hash v0.5.0 |
2734 | 2025-02-05T10:45:16.550Z | Compiling blake2 v0.10.6 |
2735 | 2025-02-05T10:45:16.554Z | Compiling num-complex v0.4.6 |
2736 | 2025-02-05T10:45:16.774Z | Compiling aead v0.5.2 |
2737 | 2025-02-05T10:45:17.161Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2738 | 2025-02-05T10:45:17.285Z | Compiling convert_case v0.4.0 |
2739 | 2025-02-05T10:45:17.306Z | Compiling base64 v0.21.7 |
2740 | 2025-02-05T10:45:17.530Z | Compiling keccak v0.1.5 |
2741 | 2025-02-05T10:45:17.550Z | Compiling num v0.4.3 |
2742 | 2025-02-05T10:45:17.669Z | Compiling argon2 v0.5.3 |
2743 | 2025-02-05T10:45:17.848Z | Compiling sha3 v0.10.8 |
2744 | 2025-02-05T10:45:18.000Z | Compiling tokio-tungstenite v0.21.0 |
2745 | 2025-02-05T10:45:18.130Z | Compiling derive_more v0.99.18 |
2746 | 2025-02-05T10:45:18.172Z | Compiling typify-macro v0.2.0 |
2747 | 2025-02-05T10:45:18.690Z | Compiling poly1305 v0.8.0 |
2748 | 2025-02-05T10:45:18.814Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2749 | 2025-02-05T10:45:18.959Z | Compiling chacha20 v0.9.1 |
2750 | 2025-02-05T10:45:19.020Z | Compiling float-ord v0.3.2 |
2751 | 2025-02-05T10:45:19.222Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2752 | 2025-02-05T10:45:19.252Z | Compiling typify-macro v0.3.0 |
2753 | 2025-02-05T10:45:19.363Z | Compiling same-file v1.0.6 |
2754 | 2025-02-05T10:45:19.649Z | Compiling semver v0.1.20 |
2755 | 2025-02-05T10:45:19.670Z | Compiling walkdir v2.5.0 |
2756 | 2025-02-05T10:45:20.262Z | Compiling rustc_version v0.1.7 |
2757 | 2025-02-05T10:45:20.375Z | Compiling newline-converter v0.3.0 |
2758 | 2025-02-05T10:45:20.382Z | Compiling primeorder v0.13.6 |
2759 | 2025-02-05T10:45:20.424Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2760 | 2025-02-05T10:45:20.546Z | Compiling secrecy v0.8.0 |
2761 | 2025-02-05T10:45:20.728Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2762 | 2025-02-05T10:45:20.807Z | Compiling cancel-safe-futures v0.1.5 |
2763 | 2025-02-05T10:45:20.882Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2764 | 2025-02-05T10:45:20.934Z | Compiling owo-colors v4.1.0 |
2765 | 2025-02-05T10:45:20.976Z | Compiling newtype_derive v0.1.6 |
2766 | 2025-02-05T10:45:21.174Z | Compiling expectorate v1.1.0 |
2767 | 2025-02-05T10:45:21.261Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2768 | 2025-02-05T10:45:21.278Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2769 | 2025-02-05T10:45:21.436Z | Compiling thiserror-impl-no-std v2.0.2 |
2770 | 2025-02-05T10:45:21.615Z | Compiling blake3 v1.5.4 |
2771 | 2025-02-05T10:45:21.669Z | Compiling half v2.4.1 |
2772 | 2025-02-05T10:45:21.925Z | Compiling unicase v2.7.0 |
2773 | 2025-02-05T10:45:21.995Z | Compiling typify v0.2.0 |
2774 | 2025-02-05T10:45:22.151Z | Compiling progenitor-impl v0.8.0 |
2775 | 2025-02-05T10:45:22.196Z | Compiling ciborium-io v0.2.2 |
2776 | 2025-02-05T10:45:22.199Z | Compiling arc-swap v1.7.1 |
2777 | 2025-02-05T10:45:22.337Z | Compiling ciborium-ll v0.2.2 |
2778 | 2025-02-05T10:45:22.450Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2779 | 2025-02-05T10:45:22.727Z | Compiling slog-scope v4.4.0 |
2780 | 2025-02-05T10:45:22.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2781 | 2025-02-05T10:45:23.105Z | Compiling typify v0.3.0 |
2782 | 2025-02-05T10:45:23.219Z | Compiling polyval v0.6.2 |
2783 | 2025-02-05T10:45:23.256Z | Compiling progenitor-impl v0.9.1 |
2784 | 2025-02-05T10:45:23.676Z | Compiling atomicwrites v0.4.4 |
2785 | 2025-02-05T10:45:23.725Z | Compiling libsw v3.3.1 |
2786 | 2025-02-05T10:45:24.017Z | Compiling memmap2 v0.9.5 |
2787 | 2025-02-05T10:45:24.064Z | Compiling constant_time_eq v0.3.1 |
2788 | 2025-02-05T10:45:24.155Z | Compiling thiserror-no-std v2.0.2 |
2789 | 2025-02-05T10:45:24.271Z | Compiling indent_write v2.2.0 |
2790 | 2025-02-05T10:45:24.307Z | Compiling parking_lot_core v0.8.6 |
2791 | 2025-02-05T10:45:24.430Z | Compiling linear-map v1.2.0 |
2792 | 2025-02-05T10:45:24.510Z | Compiling arrayref v0.3.9 |
2793 | 2025-02-05T10:45:24.702Z | Compiling libefi-sys v0.1.0 |
2794 | 2025-02-05T10:45:24.764Z | Compiling salty v0.3.0 |
2795 | 2025-02-05T10:45:24.786Z | Compiling arrayvec v0.7.6 |
2796 | 2025-02-05T10:45:24.907Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2797 | 2025-02-05T10:45:24.929Z | Compiling vsss-rs v3.3.4 |
2798 | 2025-02-05T10:45:24.976Z | Compiling ghash v0.5.1 |
2799 | 2025-02-05T10:45:25.265Z | Compiling slog-stdlog v4.1.1 |
2800 | 2025-02-05T10:45:25.320Z | Compiling ciborium v0.2.2 |
2801 | 2025-02-05T10:45:26.472Z | Compiling p384 v0.13.0 |
2802 | 2025-02-05T10:45:26.477Z | Compiling toolchain_find v0.4.0 |
2803 | 2025-02-05T10:45:26.672Z | Compiling chacha20poly1305 v0.10.1 |
2804 | 2025-02-05T10:45:26.743Z | Compiling ctr v0.9.2 |
2805 | 2025-02-05T10:45:26.923Z | Compiling lzma-sys v0.1.20 |
2806 | 2025-02-05T10:45:27.081Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2807 | 2025-02-05T10:45:27.096Z | Compiling bitfield-struct v0.6.2 |
2808 | 2025-02-05T10:45:27.411Z | Compiling slog-dtrace v0.3.0 |
2809 | 2025-02-05T10:45:27.690Z | Compiling topological-sort v0.2.2 |
2810 | 2025-02-05T10:45:27.727Z | Compiling highway v1.2.0 |
2811 | 2025-02-05T10:45:27.889Z | Compiling omicron-zone-package v0.12.0 |
2812 | 2025-02-05T10:45:28.050Z | Compiling aes-gcm v0.10.3 |
2813 | 2025-02-05T10:45:28.368Z | Compiling rustfmt-wrapper v0.2.1 |
2814 | 2025-02-05T10:45:28.477Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2815 | 2025-02-05T10:45:28.494Z | Compiling mime_guess v2.0.5 |
2816 | 2025-02-05T10:45:28.555Z | Compiling slog-envlogger v2.2.0 |
2817 | 2025-02-05T10:45:29.020Z | Compiling steno v0.4.1 |
2818 | 2025-02-05T10:45:29.073Z | Compiling progenitor-macro v0.8.0 |
2819 | 2025-02-05T10:45:29.636Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2820 | 2025-02-05T10:45:29.671Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2821 | 2025-02-05T10:45:29.901Z | Compiling heck v0.3.3 |
2822 | 2025-02-05T10:45:29.931Z | Compiling ssh-encoding v0.2.0 |
2823 | 2025-02-05T10:45:30.271Z | Compiling blowfish v0.9.1 |
2824 | 2025-02-05T10:45:30.380Z | Compiling nibble_vec v0.1.0 |
2825 | 2025-02-05T10:45:30.432Z | Compiling env_filter v0.1.2 |
2826 | 2025-02-05T10:45:30.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2827 | 2025-02-05T10:45:30.565Z | Compiling progenitor-macro v0.9.1 |
2828 | 2025-02-05T10:45:30.712Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2829 | 2025-02-05T10:45:30.743Z | Compiling humantime v2.1.0 |
2830 | 2025-02-05T10:45:30.825Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2831 | 2025-02-05T10:45:30.851Z | Compiling endian-type v0.1.2 |
2832 | 2025-02-05T10:45:31.066Z | Compiling radix_trie v0.2.1 |
2833 | 2025-02-05T10:45:31.089Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2834 | 2025-02-05T10:45:31.165Z | Compiling env_logger v0.11.5 |
2835 | 2025-02-05T10:45:31.239Z | Compiling bcrypt-pbkdf v0.10.0 |
2836 | 2025-02-05T10:45:31.688Z | Compiling zone_cfg_derive v0.1.2 |
2837 | 2025-02-05T10:45:31.839Z | Compiling ssh-cipher v0.2.0 |
2838 | 2025-02-05T10:45:31.909Z | Compiling parking_lot v0.11.2 |
2839 | 2025-02-05T10:45:32.387Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2840 | 2025-02-05T10:45:32.809Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2841 | 2025-02-05T10:45:33.082Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2842 | 2025-02-05T10:45:33.251Z | Compiling password-hash v0.4.2 |
2843 | 2025-02-05T10:45:33.493Z | Compiling gethostname v0.5.0 |
2844 | 2025-02-05T10:45:33.558Z | Compiling fxhash v0.2.1 |
2845 | 2025-02-05T10:45:33.615Z | Compiling lockfree-object-pool v0.1.6 |
2846 | 2025-02-05T10:45:33.661Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-02-05T10:45:33.687Z | Compiling zip v2.1.3 |
2848 | 2025-02-05T10:45:33.779Z | Compiling bumpalo v3.16.0 |
2849 | 2025-02-05T10:45:33.896Z | Compiling base64 v0.13.1 |
2850 | 2025-02-05T10:45:34.041Z | Compiling http-range v0.1.5 |
2851 | 2025-02-05T10:45:34.048Z | Compiling simd-adler32 v0.3.7 |
2852 | 2025-02-05T10:45:34.139Z | Compiling sled v0.34.7 |
2853 | 2025-02-05T10:45:34.312Z | Compiling pbkdf2 v0.11.0 |
2854 | 2025-02-05T10:45:34.340Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2855 | 2025-02-05T10:45:34.528Z | Compiling zopfli v0.8.1 |
2856 | 2025-02-05T10:45:34.604Z | Compiling ron v0.7.1 |
2857 | 2025-02-05T10:45:34.695Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2858 | 2025-02-05T10:45:35.325Z | Compiling zone v0.1.8 |
2859 | 2025-02-05T10:45:35.362Z | Compiling xz2 v0.1.7 |
2860 | 2025-02-05T10:45:35.792Z | Compiling ssh-key v0.6.6 |
2861 | 2025-02-05T10:45:36.130Z | Compiling hickory-client v0.24.2 |
2862 | 2025-02-05T10:45:36.742Z | Compiling p256 v0.13.2 |
2863 | 2025-02-05T10:45:36.780Z | Compiling p521 v0.13.3 |
2864 | 2025-02-05T10:45:37.517Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2865 | 2025-02-05T10:45:37.571Z | Compiling hickory-server v0.24.2 |
2866 | 2025-02-05T10:45:38.769Z | Compiling pem v3.0.4 |
2867 | 2025-02-05T10:45:39.081Z | Compiling yasna v0.5.2 |
2868 | 2025-02-05T10:45:39.299Z | Compiling headers-core v0.3.0 |
2869 | 2025-02-05T10:45:39.491Z | Compiling kstat-rs v0.2.4 |
2870 | 2025-02-05T10:45:40.054Z | Compiling nanorand v0.7.0 |
2871 | 2025-02-05T10:45:40.112Z | Compiling russh-cryptovec v0.7.3 |
2872 | 2025-02-05T10:45:40.444Z | Compiling atty v0.2.14 |
2873 | 2025-02-05T10:45:40.553Z | Compiling md5 v0.7.0 |
2874 | 2025-02-05T10:45:40.601Z | Compiling flume v0.11.1 |
2875 | 2025-02-05T10:45:40.617Z | Compiling rcgen v0.12.1 |
2876 | 2025-02-05T10:45:40.683Z | Compiling headers v0.4.0 |
2877 | 2025-02-05T10:45:41.039Z | Compiling russh-keys v0.45.0 |
2878 | 2025-02-05T10:45:41.720Z | Compiling progenitor v0.8.0 |
2879 | 2025-02-05T10:45:41.779Z | Compiling hyper-staticfile v0.10.1 |
2880 | 2025-02-05T10:45:41.940Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2881 | 2025-02-05T10:45:42.438Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2882 | 2025-02-05T10:45:42.830Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2883 | 2025-02-05T10:45:43.182Z | Compiling progenitor v0.9.1 |
2884 | 2025-02-05T10:45:43.262Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2885 | 2025-02-05T10:45:43.437Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2886 | 2025-02-05T10:45:43.814Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-02-05T10:45:44.067Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2888 | 2025-02-05T10:45:44.216Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2889 | 2025-02-05T10:45:44.738Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2890 | 2025-02-05T10:45:44.760Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2891 | 2025-02-05T10:45:45.570Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2892 | 2025-02-05T10:45:45.930Z | Compiling num-bigint v0.4.6 |
2893 | 2025-02-05T10:45:46.384Z | Compiling des v0.8.1 |
2894 | 2025-02-05T10:45:46.718Z | Compiling subprocess v0.2.9 |
2895 | 2025-02-05T10:45:48.376Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2896 | 2025-02-05T10:45:48.829Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2897 | 2025-02-05T10:45:49.175Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2898 | 2025-02-05T10:45:49.410Z | Compiling hex-literal v0.4.1 |
2899 | 2025-02-05T10:45:49.590Z | Compiling display-error-chain v0.2.2 |
2900 | 2025-02-05T10:45:49.825Z | Compiling russh v0.45.0 |
2901 | 2025-02-05T10:45:50.053Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2902 | 2025-02-05T10:45:50.101Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2903 | 2025-02-05T10:45:53.092Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2904 | 2025-02-05T10:45:54.857Z | Compiling internet-checksum v0.2.1 |
2905 | 2025-02-05T10:45:58.721Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2906 | 2025-02-05T10:45:58.721Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2907 | 2025-02-05T10:45:58.724Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2908 | 2025-02-05T10:45:58.724Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2909 | 2025-02-05T10:45:59.634Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2910 | 2025-02-05T10:46:01.495Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2911 | 2025-02-05T10:46:02.787Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2912 | 2025-02-05T10:46:02.882Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2913 | 2025-02-05T10:46:03.524Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2914 | 2025-02-05T10:46:03.766Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2915 | 2025-02-05T10:46:06.133Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2916 | 2025-02-05T10:46:06.477Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2917 | 2025-02-05T10:46:06.521Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2918 | 2025-02-05T10:46:07.460Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2919 | 2025-02-05T10:46:07.479Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2920 | 2025-02-05T10:46:08.031Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2921 | 2025-02-05T10:46:08.535Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2922 | 2025-02-05T10:46:09.821Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2923 | 2025-02-05T10:46:12.199Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2924 | 2025-02-05T10:46:12.341Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2925 | 2025-02-05T10:46:12.761Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2926 | 2025-02-05T10:46:14.839Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2927 | 2025-02-05T10:46:15.795Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2928 | 2025-02-05T10:46:17.601Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2929 | 2025-02-05T10:46:18.526Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2930 | 2025-02-05T10:46:19.280Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2931 | 2025-02-05T10:46:20.813Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2932 | 2025-02-05T10:46:20.908Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2933 | 2025-02-05T10:46:24.678Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2934 | 2025-02-05T10:46:32.761Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2025-02-05T10:46:34.383Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2936 | 2025-02-05T10:46:55.422Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2937 | 2025-02-05T10:47:18.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
2938 | 2025-02-05T10:47:18.398Z | |
2939 | 2025-02-05T10:47:18.401Z | real 2:21.171759952 |
2940 | 2025-02-05T10:47:18.401Z | user 12:05.570193195 |
2941 | 2025-02-05T10:47:18.401Z | sys 1:32.216402722 |
2942 | 2025-02-05T10:47:18.401Z | trap 0.352216379 |
2943 | 2025-02-05T10:47:18.401Z | tflt 0.827846221 |
2944 | 2025-02-05T10:47:18.401Z | dflt 0.964671176 |
2945 | 2025-02-05T10:47:18.401Z | kflt 0.000075470 |
2946 | 2025-02-05T10:47:18.401Z | lock 22:20.943469301 |
2947 | 2025-02-05T10:47:18.401Z | slp 41:33.234972036 |
2948 | 2025-02-05T10:47:18.401Z | lat 37.485052769 |
2949 | 2025-02-05T10:47:18.401Z | stop 1:37.363703675 |
2950 | 2025-02-05T10:47:18.401Z | + mkdir tests |
2951 | 2025-02-05T10:47:18.401Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2952 | 2025-02-05T10:47:18.405Z | + xargs -I '{}' -t cp '{}' tests/ |
2953 | 2025-02-05T10:47:18.478Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f15dddbfe4b2c4d tests/ |
2954 | 2025-02-05T10:47:18.481Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-89d70ef61fc8e841 tests/ |
2955 | 2025-02-05T10:47:18.496Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3b707eec22424114 tests/ |
2956 | 2025-02-05T10:47:18.522Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a616dfaa0f11d09c tests/ |
2957 | 2025-02-05T10:47:18.776Z | + 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/*) |
2958 | 2025-02-05T10:47:18.779Z | + 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-89d70ef61fc8e841 tests/commtest-3b707eec22424114 tests/dhcp_server-3f15dddbfe4b2c4d tests/end_to_end_tests-a616dfaa0f11d09c 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 |
2959 | 2025-02-05T10:48:32.381Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2960 | 2025-02-05T10:48:32.381Z | a .github/buildomat/ci-env.sh 1K |
2961 | 2025-02-05T10:48:32.381Z | a out/target/test 1K |
2962 | 2025-02-05T10:48:32.381Z | a out/npuzone/npuzone 23144K |
2963 | 2025-02-05T10:48:32.381Z | a package-manifest.toml 33K |
2964 | 2025-02-05T10:48:32.381Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2965 | 2025-02-05T10:48:32.381Z | a target/release/omicron-package 35925K |
2966 | 2025-02-05T10:48:32.381Z | a target/release/xtask 11885K |
2967 | 2025-02-05T10:48:32.381Z | a target/debug/bootstrap 220773K |
2968 | 2025-02-05T10:48:32.381Z | a tests/bootstrap-89d70ef61fc8e841 24276K |
2969 | 2025-02-05T10:48:32.381Z | a tests/commtest-3b707eec22424114 24769K |
2970 | 2025-02-05T10:48:32.381Z | a tests/dhcp_server-3f15dddbfe4b2c4d 24276K |
2971 | 2025-02-05T10:48:32.381Z | a tests/end_to_end_tests-a616dfaa0f11d09c 282925K |
2972 | 2025-02-05T10:48:32.381Z | a out/clickhouse.tar.gz 294492K |
2973 | 2025-02-05T10:48:32.381Z | a out/clickhouse_keeper.tar.gz 281637K |
2974 | 2025-02-05T10:48:32.381Z | a out/clickhouse_server.tar.gz 294482K |
2975 | 2025-02-05T10:48:32.381Z | a out/cockroachdb.tar.gz 134924K |
2976 | 2025-02-05T10:48:32.381Z | a out/crucible-dtrace.tar 98K |
2977 | 2025-02-05T10:48:32.381Z | a out/crucible-pantry-zone.tar.gz 28565K |
2978 | 2025-02-05T10:48:32.382Z | a out/crucible-zone.tar.gz 36916K |
2979 | 2025-02-05T10:48:32.382Z | a out/external-dns.tar.gz 35399K |
2980 | 2025-02-05T10:48:32.382Z | a out/internal-dns.tar.gz 35399K |
2981 | 2025-02-05T10:48:32.382Z | a out/mg-ddm-gz.tar 63075K |
2982 | 2025-02-05T10:48:32.382Z | a out/nexus.tar.gz 100364K |
2983 | 2025-02-05T10:48:32.382Z | a out/ntp.tar.gz 10497K |
2984 | 2025-02-05T10:48:32.382Z | a out/omicron-gateway-softnpu.tar.gz 24098K |
2985 | 2025-02-05T10:48:32.382Z | a out/omicron-sled-agent.tar 113785K |
2986 | 2025-02-05T10:48:32.382Z | a out/overlay.tar.gz 3K |
2987 | 2025-02-05T10:48:32.382Z | a out/oximeter.tar.gz 48342K |
2988 | 2025-02-05T10:48:32.382Z | a out/oxlog.tar 3124K |
2989 | 2025-02-05T10:48:32.382Z | a out/probe.tar.gz 2764K |
2990 | 2025-02-05T10:48:32.382Z | a out/propolis-server.tar.gz 66528K |
2991 | 2025-02-05T10:48:32.382Z | a out/pumpkind-gz.tar 26665K |
2992 | 2025-02-05T10:48:32.382Z | a out/switch-softnpu.tar.gz 237565K |
2993 | 2025-02-05T10:48:32.386Z | |
2994 | 2025-02-05T10:48:32.386Z | real 1:13.601044331 |
2995 | 2025-02-05T10:48:32.386Z | user 1:10.310738575 |
2996 | 2025-02-05T10:48:32.386Z | sys 4.703864924 |
2997 | 2025-02-05T10:48:32.386Z | trap 0.018337899 |
2998 | 2025-02-05T10:48:32.386Z | tflt 0.000000000 |
2999 | 2025-02-05T10:48:32.386Z | dflt 0.000000000 |
3000 | 2025-02-05T10:48:32.387Z | kflt 0.000000000 |
3001 | 2025-02-05T10:48:32.387Z | lock 0.000000000 |
3002 | 2025-02-05T10:48:32.387Z | slp 1:10.063646084 |
3003 | 2025-02-05T10:48:32.387Z | lat 2.099561058 |
3004 | 2025-02-05T10:48:32.387Z | stop 0.000632708 |
3005 | 2025-02-05T10:48:32.387Z | process exited: duration 1912720 ms, exit code 0 |
|
3006 | 2025-02-05T10:48:32.402Z | found 1 output files |
3007 | 2025-02-05T10:48:32.402Z | uploading: /work/package.tar.gz (1905288652 bytes) |
3008 | 2025-02-05T10:49:19.094Z | uploaded: /work/package.tar.gz |