|
|
|
1 | 2025-04-18T23:34:22.678Z | job assigned to worker 01JS5M0YCYG7APP81JYK7NFMTT [factory gimlet-EVT22200007-propolis, EVT22200007/25036] (queued for 25 s) |
|
2 | 2025-04-18T23:34:30.937Z | starting task 0: "setup" |
3 | 2025-04-18T23:34:30.963Z | ++ uname -s |
4 | 2025-04-18T23:34:30.963Z | + kern=SunOS |
5 | 2025-04-18T23:34:30.963Z | + build_user=build |
6 | 2025-04-18T23:34:30.963Z | + build_uid=12345 |
7 | 2025-04-18T23:34:30.963Z | + work_dir=/work |
8 | 2025-04-18T23:34:30.963Z | + input_dir=/input |
9 | 2025-04-18T23:34:30.963Z | + [[ 0 == 12345 ]] |
10 | 2025-04-18T23:34:30.963Z | + case "$kern" in |
11 | 2025-04-18T23:34:30.963Z | + groupadd -g 12345 build |
12 | 2025-04-18T23:34:30.963Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-04-18T23:34:32.962Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-04-18T23:34:33.001Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-04-18T23:34:33.026Z | + home_fs=zfs |
16 | 2025-04-18T23:34:33.026Z | + [[ zfs == autofs ]] |
17 | 2025-04-18T23:34:33.026Z | + mkdir -p /home/build |
18 | 2025-04-18T23:34:33.026Z | + chown build:build /home/build /work |
19 | 2025-04-18T23:34:35.012Z | + chmod 0700 /home/build /work |
20 | 2025-04-18T23:34:35.038Z | process exited: duration 4081 ms, exit code 0 |
|
21 | 2025-04-18T23:34:35.088Z | starting task 1: "rust-toolchain" |
22 | 2025-04-18T23:34:35.113Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-04-18T23:34:35.113Z | * rust toolchain channel = "1.85.0" |
24 | 2025-04-18T23:34:35.113Z | * rust toolchain profile = "default" |
25 | 2025-04-18T23:34:35.113Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-04-18T23:34:35.113Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-04-18T23:34:35.113Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-04-18T23:34:35.113Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-04-18T23:34:35.113Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-04-18T23:34:35.228Z | info: downloading installer |
31 | 2025-04-18T23:34:35.660Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-04-18T23:34:35.660Z | warn: /opt/ooce/bin |
33 | 2025-04-18T23:34:35.661Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-04-18T23:34:35.661Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-04-18T23:34:35.661Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-04-18T23:34:35.661Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-04-18T23:34:35.661Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-04-18T23:34:35.661Z | error: cannot install while Rust is installed |
39 | 2025-04-18T23:34:35.661Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-04-18T23:34:35.686Z | info: profile set to 'default' |
41 | 2025-04-18T23:34:35.686Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-04-18T23:34:35.686Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-04-18T23:34:35.780Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-04-18T23:34:35.780Z | info: downloading component 'cargo' |
45 | 2025-04-18T23:34:35.961Z | info: downloading component 'clippy' |
46 | 2025-04-18T23:34:36.004Z | info: downloading component 'rust-docs' |
47 | 2025-04-18T23:34:36.245Z | info: downloading component 'rust-std' |
48 | 2025-04-18T23:34:36.650Z | info: downloading component 'rustc' |
49 | 2025-04-18T23:34:39.566Z | info: downloading component 'rustfmt' |
50 | 2025-04-18T23:34:39.651Z | info: installing component 'cargo' |
51 | 2025-04-18T23:34:40.724Z | info: installing component 'clippy' |
52 | 2025-04-18T23:34:41.176Z | info: installing component 'rust-docs' |
53 | 2025-04-18T23:34:44.091Z | info: installing component 'rust-std' |
54 | 2025-04-18T23:34:46.220Z | info: installing component 'rustc' |
55 | 2025-04-18T23:34:53.415Z | info: installing component 'rustfmt' |
56 | 2025-04-18T23:34:53.800Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-04-18T23:34:53.800Z | |
58 | 2025-04-18T23:34:53.946Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-04-18T23:34:53.946Z | |
60 | 2025-04-18T23:34:53.971Z | |
61 | 2025-04-18T23:34:53.971Z | Rust is installed now. Great! |
62 | 2025-04-18T23:34:53.971Z | |
63 | 2025-04-18T23:34:53.971Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-04-18T23:34:53.971Z | environment variable. This has not been done automatically. |
65 | 2025-04-18T23:34:53.971Z | |
66 | 2025-04-18T23:34:53.971Z | To configure your current shell, you need to source |
67 | 2025-04-18T23:34:53.971Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-04-18T23:34:53.971Z | |
69 | 2025-04-18T23:34:53.971Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-04-18T23:34:53.971Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-04-18T23:34:53.971Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-04-18T23:34:53.971Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-04-18T23:34:54.059Z | + rustup --version |
74 | 2025-04-18T23:34:54.084Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-04-18T23:34:54.084Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-04-18T23:34:54.124Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-04-18T23:34:54.149Z | + cargo --version |
78 | 2025-04-18T23:34:54.174Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-04-18T23:34:54.174Z | + rustc --version |
80 | 2025-04-18T23:34:54.204Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-04-18T23:34:54.229Z | process exited: duration 19121 ms, exit code 0 |
|
82 | 2025-04-18T23:34:54.283Z | starting task 2: "authentication" |
83 | 2025-04-18T23:34:54.340Z | process exited: duration 60 ms, exit code 0 |
|
84 | 2025-04-18T23:34:54.390Z | starting task 3: "clone repository" |
85 | 2025-04-18T23:34:54.415Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-04-18T23:34:54.416Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-04-18T23:34:54.441Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-04-18T23:35:03.074Z | + cd /work/oxidecomputer/omicron |
89 | 2025-04-18T23:35:03.074Z | + git fetch origin 0ee1106251fa733c77112c686978cbc5db878f0a |
90 | 2025-04-18T23:35:03.555Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-04-18T23:35:03.556Z | * branch 0ee1106251fa733c77112c686978cbc5db878f0a -> FETCH_HEAD |
92 | 2025-04-18T23:35:03.582Z | + [[ -n ajs/shamir ]] |
93 | 2025-04-18T23:35:03.582Z | ++ git branch --show-current |
94 | 2025-04-18T23:35:03.582Z | + current=main |
95 | 2025-04-18T23:35:03.582Z | + [[ main != ajs/shamir ]] |
96 | 2025-04-18T23:35:03.582Z | + git branch -f ajs/shamir 0ee1106251fa733c77112c686978cbc5db878f0a |
97 | 2025-04-18T23:35:03.582Z | + git checkout -f ajs/shamir |
98 | 2025-04-18T23:35:03.734Z | Switched to branch 'ajs/shamir' |
99 | 2025-04-18T23:35:03.760Z | + git reset --hard 0ee1106251fa733c77112c686978cbc5db878f0a |
100 | 2025-04-18T23:35:03.883Z | HEAD is now at 0ee110625 review feedback |
101 | 2025-04-18T23:35:03.908Z | process exited: duration 9495 ms, exit code 0 |
|
102 | 2025-04-18T23:35:03.959Z | starting task 4: "build" |
103 | 2025-04-18T23:35:03.984Z | + source .github/buildomat/ci-env.sh |
104 | 2025-04-18T23:35:03.984Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-04-18T23:35:03.984Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-04-18T23:35:03.984Z | + cargo --version |
107 | 2025-04-18T23:35:04.038Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-04-18T23:35:04.063Z | + rustc --version |
109 | 2025-04-18T23:35:04.122Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-04-18T23:35:04.147Z | + WORK=/work |
111 | 2025-04-18T23:35:04.147Z | + pfexec mkdir -p /work |
112 | 2025-04-18T23:35:04.147Z | + pfexec chown build /work |
113 | 2025-04-18T23:35:04.147Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-04-18T23:35:05.558Z | pkg list: illegal option -- F |
115 | 2025-04-18T23:35:05.558Z | Usage: |
116 | 2025-04-18T23:35:05.558Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-04-18T23:35:05.585Z | [pkg_fmri_pattern ...] |
118 | 2025-04-18T23:35:06.576Z | pkg list: illegal option -- F |
119 | 2025-04-18T23:35:06.576Z | Usage: |
120 | 2025-04-18T23:35:06.576Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-04-18T23:35:06.576Z | [pkg_fmri_pattern ...] |
122 | 2025-04-18T23:35:19.752Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-04-18T23:35:25.866Z | Startup: Caching catalogs ... Done |
124 | 2025-04-18T23:35:48.408Z | Planning: Solver setup ... Done (21.249s) |
125 | 2025-04-18T23:35:48.639Z | Planning: Running solver ... Done (0.231s) |
126 | 2025-04-18T23:35:48.787Z | Planning: Finding local manifests ... Done (0.003s) |
127 | 2025-04-18T23:35:49.297Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-04-18T23:35:49.783Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-04-18T23:35:49.904Z | Planning: Package planning ... Done (0.121s) |
130 | 2025-04-18T23:35:49.970Z | Planning: Merging actions ... Done (0.066s) |
131 | 2025-04-18T23:35:50.190Z | Planning: Checking for conflicting actions ... Done (0.220s) |
132 | 2025-04-18T23:35:51.213Z | Planning: Consolidating action changes ... Done (1.023s) |
133 | 2025-04-18T23:35:51.599Z | Planning: Evaluating mediators ... Done (0.385s) |
134 | 2025-04-18T23:35:51.691Z | Planning: Planning completed in 25.73 seconds |
135 | 2025-04-18T23:35:51.716Z | Packages to install: 4 |
136 | 2025-04-18T23:35:51.716Z | Packages to update: 3 |
137 | 2025-04-18T23:35:51.716Z | Mediators to change: 2 |
138 | 2025-04-18T23:35:51.716Z | Services to change: 1 |
139 | 2025-04-18T23:35:51.716Z | Estimated space available: 155.11 GB |
140 | 2025-04-18T23:35:51.716Z | Estimated space to be consumed: 1.69 GB |
141 | 2025-04-18T23:35:51.716Z | Create boot environment: No |
142 | 2025-04-18T23:35:51.716Z | Create backup boot environment: Yes |
143 | 2025-04-18T23:35:51.716Z | Rebuild boot archive: No |
144 | 2025-04-18T23:35:51.716Z | |
145 | 2025-04-18T23:35:51.716Z | Changed mediators: |
146 | 2025-04-18T23:35:51.716Z | mediator clang: |
147 | 2025-04-18T23:35:51.716Z | version: None -> 15 (system default) |
148 | 2025-04-18T23:35:51.716Z | |
149 | 2025-04-18T23:35:51.717Z | mediator llvm: |
150 | 2025-04-18T23:35:51.717Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-04-18T23:35:51.717Z | |
152 | 2025-04-18T23:35:51.717Z | Changed packages: |
153 | 2025-04-18T23:35:51.717Z | helios-dev |
154 | 2025-04-18T23:35:51.717Z | developer/build-essential |
155 | 2025-04-18T23:35:51.717Z | None -> 11-2.0 |
156 | 2025-04-18T23:35:51.717Z | library/libxmlsec1 |
157 | 2025-04-18T23:35:51.717Z | None -> 1.2.35-2.0 |
158 | 2025-04-18T23:35:51.717Z | ooce/developer/clang-15 |
159 | 2025-04-18T23:35:51.717Z | None -> 15.0.7-2.0 |
160 | 2025-04-18T23:35:51.717Z | ooce/developer/llvm-15 |
161 | 2025-04-18T23:35:51.717Z | None -> 15.0.7-2.0 |
162 | 2025-04-18T23:35:51.717Z | package/pkg |
163 | 2025-04-18T23:35:51.717Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-04-18T23:35:51.717Z | system/library/g++-runtime |
165 | 2025-04-18T23:35:51.717Z | 13-2.0 -> 14-2.0 |
166 | 2025-04-18T23:35:51.717Z | system/library/gcc-runtime |
167 | 2025-04-18T23:35:51.717Z | 13-2.0 -> 14-2.0 |
168 | 2025-04-18T23:35:51.717Z | |
169 | 2025-04-18T23:35:51.717Z | Services: |
170 | 2025-04-18T23:35:51.717Z | restart_fmri: |
171 | 2025-04-18T23:35:51.717Z | svc:/system/update-man-index:default |
172 | 2025-04-18T23:35:51.717Z | |
173 | 2025-04-18T23:35:51.717Z | Editable files to change: |
174 | 2025-04-18T23:35:51.717Z | Update: |
175 | 2025-04-18T23:35:51.717Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-04-18T23:35:51.778Z | |
177 | 2025-04-18T23:35:51.778Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-04-18T23:35:56.784Z | Download: 1006/4301 items 19.5/225.4MB 8% complete (4.0M/s) |
179 | 2025-04-18T23:36:01.793Z | Download: 1191/4301 items 79.5/225.4MB 35% complete (8.0M/s) |
180 | 2025-04-18T23:36:10.637Z | Download: 1198/4301 items 82.0/225.4MB 36% complete (8.0M/s) |
181 | 2025-04-18T23:36:15.636Z | Download: 1776/4301 items 118.3/225.4MB 52% complete (5.5M/s) |
182 | 2025-04-18T23:36:20.923Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (3.9M/s) |
183 | 2025-04-18T23:36:25.928Z | Download: 2548/4301 items 120.4/225.4MB 53% complete (203k/s) |
184 | 2025-04-18T23:36:30.932Z | Download: 3248/4301 items 190.8/225.4MB 84% complete (7.1M/s) |
185 | 2025-04-18T23:36:36.581Z | Download: 3563/4301 items 215.7/225.4MB 95% complete (9.5M/s) |
186 | 2025-04-18T23:36:41.763Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (6.9M/s) |
187 | 2025-04-18T23:36:43.333Z | Download: Completed 225.42 MB in 51.56 seconds (4.4M/s) |
188 | 2025-04-18T23:36:44.798Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-04-18T23:36:44.823Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-04-18T23:36:49.812Z | Actions: 3960/5122 actions (Installing new actions) |
191 | 2025-04-18T23:36:50.541Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-04-18T23:36:50.958Z | Actions: Completed 5122 actions in 6.15 seconds. |
193 | 2025-04-18T23:36:51.305Z | Done (0.346s) |
194 | 2025-04-18T23:36:51.329Z | Done (0.001s) |
195 | 2025-04-18T23:36:52.130Z | Done (0.823s) |
196 | 2025-04-18T23:36:56.986Z | Done (4.662s) |
197 | 2025-04-18T23:36:57.082Z | Done (0.018s) |
198 | 2025-04-18T23:36:57.107Z | Done (0.000s) |
199 | 2025-04-18T23:36:57.257Z | Done (0.000s) |
200 | 2025-04-18T23:36:58.095Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-04-18T23:36:58.344Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-04-18T23:36:58.369Z | Planning: Consolidating action changes ... Done |
203 | 2025-04-18T23:36:58.688Z | Planning: Evaluating mediators ... Done |
204 | 2025-04-18T23:36:58.713Z | Planning: Planning completed in 0.59 seconds |
205 | 2025-04-18T23:36:58.738Z | Mediators to change: 2 |
206 | 2025-04-18T23:36:58.738Z | Create boot environment: No |
207 | 2025-04-18T23:36:58.738Z | Create backup boot environment: No |
208 | 2025-04-18T23:36:58.797Z | Done |
209 | 2025-04-18T23:36:58.797Z | Done |
210 | 2025-04-18T23:36:59.415Z | Done |
211 | 2025-04-18T23:37:03.846Z | Done |
212 | 2025-04-18T23:37:03.949Z | Done |
213 | 2025-04-18T23:37:03.973Z | Done |
214 | 2025-04-18T23:37:03.998Z | Done |
215 | 2025-04-18T23:37:04.741Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-04-18T23:37:04.766Z | Planning: Merging actions ... Done |
217 | 2025-04-18T23:37:04.977Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-04-18T23:37:05.002Z | Planning: Consolidating action changes ... Done |
219 | 2025-04-18T23:37:05.289Z | Planning: Evaluating mediators ... Done |
220 | 2025-04-18T23:37:05.354Z | Planning: Planning completed in 0.91 seconds |
221 | 2025-04-18T23:37:05.402Z | Packages to change: 1 |
222 | 2025-04-18T23:37:05.402Z | Mediators to change: 1 |
223 | 2025-04-18T23:37:05.402Z | Services to change: 1 |
224 | 2025-04-18T23:37:05.402Z | Create boot environment: No |
225 | 2025-04-18T23:37:05.426Z | Create backup boot environment: Yes |
226 | 2025-04-18T23:37:07.147Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-04-18T23:37:07.172Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-04-18T23:37:07.172Z | Done |
229 | 2025-04-18T23:37:07.172Z | Done |
230 | 2025-04-18T23:37:07.317Z | Done |
231 | 2025-04-18T23:37:11.503Z | Done |
232 | 2025-04-18T23:37:11.617Z | Done |
233 | 2025-04-18T23:37:11.642Z | Done |
234 | 2025-04-18T23:37:11.715Z | Done |
235 | 2025-04-18T23:37:12.240Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-04-18T23:37:12.240Z | clang system 15 system |
237 | 2025-04-18T23:37:12.240Z | csh system system illumos |
238 | 2025-04-18T23:37:12.240Z | ctags system system illumos |
239 | 2025-04-18T23:37:12.240Z | gcc vendor 12 vendor |
240 | 2025-04-18T23:37:12.240Z | gcc system 10 system |
241 | 2025-04-18T23:37:12.240Z | gcc system 7 system |
242 | 2025-04-18T23:37:12.240Z | go system 1.20 system |
243 | 2025-04-18T23:37:12.240Z | go system 1.19 system |
244 | 2025-04-18T23:37:12.240Z | llvm system 15 system |
245 | 2025-04-18T23:37:12.240Z | llvm system 14 system |
246 | 2025-04-18T23:37:12.240Z | mariadb system 10.6 system |
247 | 2025-04-18T23:37:12.240Z | mta vendor vendor dma |
248 | 2025-04-18T23:37:12.240Z | openjdk system 17 system |
249 | 2025-04-18T23:37:12.240Z | openjdk system 11 system |
250 | 2025-04-18T23:37:12.240Z | openjdk system 1.8 system |
251 | 2025-04-18T23:37:12.240Z | openssl vendor 3 vendor |
252 | 2025-04-18T23:37:12.240Z | perl system 5.36 system |
253 | 2025-04-18T23:37:12.240Z | postgresql system 15 system |
254 | 2025-04-18T23:37:12.240Z | postgresql system 13 system |
255 | 2025-04-18T23:37:12.240Z | python vendor 3 vendor |
256 | 2025-04-18T23:37:12.240Z | python system 2 system |
257 | 2025-04-18T23:37:12.240Z | python3 system 3.11 system |
258 | 2025-04-18T23:37:12.240Z | ruby system 3.0 system |
259 | 2025-04-18T23:37:12.240Z | words vendor vendor american-english |
260 | 2025-04-18T23:37:12.240Z | words system system australian-english |
261 | 2025-04-18T23:37:12.240Z | words system system british-english |
262 | 2025-04-18T23:37:12.240Z | words system system canadian-english |
263 | 2025-04-18T23:37:12.240Z | words system system french |
264 | 2025-04-18T23:37:12.240Z | words system system italian |
265 | 2025-04-18T23:37:12.240Z | words system system ngerman |
266 | 2025-04-18T23:37:12.240Z | words system system ogerman |
267 | 2025-04-18T23:37:12.240Z | words system system spanish |
268 | 2025-04-18T23:37:12.636Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-04-18T23:37:12.636Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-04-18T23:37:16.788Z | FMRI IFO |
271 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-04-18T23:37:16.789Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-04-18T23:37:17.696Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-04-18T23:37:18.101Z | Updating crates.io index |
288 | 2025-04-18T23:37:18.126Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-04-18T23:37:18.808Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-04-18T23:37:19.182Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-04-18T23:37:19.519Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
292 | 2025-04-18T23:37:19.937Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-04-18T23:37:21.111Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-04-18T23:37:23.142Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-04-18T23:37:23.915Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-04-18T23:37:24.723Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-04-18T23:37:25.144Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-04-18T23:37:25.562Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-04-18T23:37:26.347Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-04-18T23:37:27.051Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
301 | 2025-04-18T23:37:27.463Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-04-18T23:37:27.991Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-04-18T23:37:28.376Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-04-18T23:37:28.751Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-04-18T23:37:29.094Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-04-18T23:37:29.469Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
307 | 2025-04-18T23:37:29.924Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2025-04-18T23:37:30.286Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
309 | 2025-04-18T23:37:30.799Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-04-18T23:37:31.160Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-04-18T23:37:31.662Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-04-18T23:37:32.344Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-04-18T23:37:32.733Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-04-18T23:37:33.297Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-04-18T23:37:33.783Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-04-18T23:37:34.205Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-04-18T23:37:34.556Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-04-18T23:37:34.949Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-04-18T23:37:36.538Z | Downloading crates ... |
320 | 2025-04-18T23:37:36.613Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-04-18T23:37:36.638Z | Downloaded usdt-macro v0.5.0 |
322 | 2025-04-18T23:37:36.638Z | Downloaded zerocopy-derive v0.7.35 |
323 | 2025-04-18T23:37:36.639Z | Downloaded thiserror-impl v2.0.12 |
324 | 2025-04-18T23:37:36.639Z | Downloaded version_check v0.9.5 |
325 | 2025-04-18T23:37:36.639Z | Downloaded usdt-impl v0.5.0 |
326 | 2025-04-18T23:37:36.639Z | Downloaded thiserror v2.0.12 |
327 | 2025-04-18T23:37:36.663Z | Downloaded unicode-ident v1.0.14 |
328 | 2025-04-18T23:37:36.663Z | Downloaded ucd-trie v0.1.7 |
329 | 2025-04-18T23:37:36.663Z | Downloaded memchr v2.7.4 |
330 | 2025-04-18T23:37:36.663Z | Downloaded zerocopy v0.7.35 |
331 | 2025-04-18T23:37:36.688Z | Downloaded winnow v0.7.3 |
332 | 2025-04-18T23:37:36.715Z | Downloaded pest v2.7.14 |
333 | 2025-04-18T23:37:36.715Z | Downloaded hashbrown v0.15.1 |
334 | 2025-04-18T23:37:36.715Z | Downloaded tabled v0.15.0 |
335 | 2025-04-18T23:37:36.739Z | Downloaded goblin v0.8.2 |
336 | 2025-04-18T23:37:36.739Z | Downloaded syn v1.0.109 |
337 | 2025-04-18T23:37:36.764Z | Downloaded unicode-width v0.1.14 |
338 | 2025-04-18T23:37:36.764Z | Downloaded serde_spanned v0.6.8 |
339 | 2025-04-18T23:37:36.764Z | Downloaded syn v2.0.98 |
340 | 2025-04-18T23:37:36.788Z | Downloaded serde_json v1.0.140 |
341 | 2025-04-18T23:37:36.788Z | Downloaded clap_builder v4.5.32 |
342 | 2025-04-18T23:37:36.789Z | Downloaded utf8parse v0.2.2 |
343 | 2025-04-18T23:37:36.789Z | Downloaded rustix v0.37.28 |
344 | 2025-04-18T23:37:36.813Z | Downloaded toml_edit v0.22.24 |
345 | 2025-04-18T23:37:36.837Z | Downloaded rustix v0.38.37 |
346 | 2025-04-18T23:37:36.862Z | Downloaded indexmap v2.7.1 |
347 | 2025-04-18T23:37:36.862Z | Downloaded serde_derive v1.0.219 |
348 | 2025-04-18T23:37:36.862Z | Downloaded serde v1.0.219 |
349 | 2025-04-18T23:37:36.887Z | Downloaded ryu v1.0.18 |
350 | 2025-04-18T23:37:36.887Z | Downloaded pest_meta v2.7.14 |
351 | 2025-04-18T23:37:36.887Z | Downloaded papergrid v0.11.0 |
352 | 2025-04-18T23:37:36.887Z | Downloaded log v0.4.22 |
353 | 2025-04-18T23:37:36.887Z | Downloaded clap v4.5.32 |
354 | 2025-04-18T23:37:36.887Z | Downloaded anyhow v1.0.97 |
355 | 2025-04-18T23:37:36.912Z | Downloaded typenum v1.17.0 |
356 | 2025-04-18T23:37:36.912Z | Downloaded toml v0.8.20 |
357 | 2025-04-18T23:37:36.912Z | Downloaded textwrap v0.16.1 |
358 | 2025-04-18T23:37:36.912Z | Downloaded proc-macro2 v1.0.94 |
359 | 2025-04-18T23:37:36.912Z | Downloaded bitflags v2.6.0 |
360 | 2025-04-18T23:37:36.912Z | Downloaded semver v1.0.25 |
361 | 2025-04-18T23:37:36.912Z | Downloaded quote v1.0.39 |
362 | 2025-04-18T23:37:36.912Z | Downloaded pest_derive v2.7.14 |
363 | 2025-04-18T23:37:36.936Z | Downloaded once_cell v1.20.3 |
364 | 2025-04-18T23:37:36.936Z | Downloaded sha2 v0.10.8 |
365 | 2025-04-18T23:37:36.936Z | Downloaded libc v0.2.170 |
366 | 2025-04-18T23:37:36.972Z | Downloaded scroll v0.12.0 |
367 | 2025-04-18T23:37:36.972Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2025-04-18T23:37:36.972Z | Downloaded proc-macro-error v1.0.4 |
369 | 2025-04-18T23:37:36.972Z | Downloaded pest_generator v2.7.14 |
370 | 2025-04-18T23:37:36.972Z | Downloaded io-lifetimes v1.0.11 |
371 | 2025-04-18T23:37:36.972Z | Downloaded clap_derive v4.5.32 |
372 | 2025-04-18T23:37:36.972Z | Downloaded cargo_toml v0.21.0 |
373 | 2025-04-18T23:37:36.972Z | Downloaded cargo_metadata v0.19.2 |
374 | 2025-04-18T23:37:36.997Z | Downloaded camino v1.1.9 |
375 | 2025-04-18T23:37:36.997Z | Downloaded anstyle v1.0.10 |
376 | 2025-04-18T23:37:36.997Z | Downloaded anstream v0.6.15 |
377 | 2025-04-18T23:37:36.997Z | Downloaded usdt v0.5.0 |
378 | 2025-04-18T23:37:36.997Z | Downloaded unicode-linebreak v0.1.5 |
379 | 2025-04-18T23:37:36.997Z | Downloaded toml_datetime v0.6.8 |
380 | 2025-04-18T23:37:36.997Z | Downloaded thread-id v4.2.2 |
381 | 2025-04-18T23:37:36.997Z | Downloaded thiserror v1.0.69 |
382 | 2025-04-18T23:37:36.997Z | Downloaded terminal_size v0.4.0 |
383 | 2025-04-18T23:37:36.997Z | Downloaded terminal_size v0.2.6 |
384 | 2025-04-18T23:37:36.997Z | Downloaded tempfile v3.13.0 |
385 | 2025-04-18T23:37:36.997Z | Downloaded tabled_derive v0.7.0 |
386 | 2025-04-18T23:37:36.997Z | Downloaded strsim v0.11.1 |
387 | 2025-04-18T23:37:36.997Z | Downloaded smawk v0.3.2 |
388 | 2025-04-18T23:37:36.997Z | Downloaded serde_tokenstream v0.2.2 |
389 | 2025-04-18T23:37:36.997Z | Downloaded plain v0.2.3 |
390 | 2025-04-18T23:37:36.997Z | Downloaded memmap v0.7.0 |
391 | 2025-04-18T23:37:36.997Z | Downloaded macaddr v1.0.1 |
392 | 2025-04-18T23:37:36.997Z | Downloaded itoa v1.0.11 |
393 | 2025-04-18T23:37:36.997Z | Downloaded is_terminal_polyfill v1.70.1 |
394 | 2025-04-18T23:37:36.997Z | Downloaded heck v0.5.0 |
395 | 2025-04-18T23:37:36.997Z | Downloaded heck v0.4.1 |
396 | 2025-04-18T23:37:37.023Z | Downloaded anstyle-query v1.1.1 |
397 | 2025-04-18T23:37:37.023Z | Downloaded thiserror-impl v1.0.69 |
398 | 2025-04-18T23:37:37.023Z | Downloaded swrite v0.1.0 |
399 | 2025-04-18T23:37:37.023Z | Downloaded cpufeatures v0.2.14 |
400 | 2025-04-18T23:37:37.023Z | Downloaded clap_lex v0.7.4 |
401 | 2025-04-18T23:37:37.023Z | Downloaded cargo-platform v0.1.8 |
402 | 2025-04-18T23:37:37.023Z | Downloaded bytecount v0.6.8 |
403 | 2025-04-18T23:37:37.023Z | Downloaded usdt-attr-macro v0.5.0 |
404 | 2025-04-18T23:37:37.023Z | Downloaded generic-array v0.14.7 |
405 | 2025-04-18T23:37:37.023Z | Downloaded fs-err v2.11.0 |
406 | 2025-04-18T23:37:37.023Z | Downloaded fnv v1.0.7 |
407 | 2025-04-18T23:37:37.023Z | Downloaded fastrand v2.1.1 |
408 | 2025-04-18T23:37:37.023Z | Downloaded errno v0.3.9 |
409 | 2025-04-18T23:37:37.023Z | Downloaded dtrace-parser v0.2.0 |
410 | 2025-04-18T23:37:37.023Z | Downloaded dof v0.3.0 |
411 | 2025-04-18T23:37:37.023Z | Downloaded digest v0.10.7 |
412 | 2025-04-18T23:37:37.023Z | Downloaded colorchoice v1.0.2 |
413 | 2025-04-18T23:37:37.023Z | Downloaded cfg-if v1.0.0 |
414 | 2025-04-18T23:37:37.023Z | Downloaded camino-tempfile v1.1.1 |
415 | 2025-04-18T23:37:37.048Z | Downloaded byteorder v1.5.0 |
416 | 2025-04-18T23:37:37.048Z | Downloaded block-buffer v0.10.4 |
417 | 2025-04-18T23:37:37.048Z | Downloaded bitflags v1.3.2 |
418 | 2025-04-18T23:37:37.048Z | Downloaded autocfg v1.4.0 |
419 | 2025-04-18T23:37:37.048Z | Downloaded anstyle-parse v0.2.5 |
420 | 2025-04-18T23:37:37.048Z | Downloaded pretty-hex v0.4.1 |
421 | 2025-04-18T23:37:37.048Z | Downloaded crypto-common v0.1.6 |
422 | 2025-04-18T23:37:37.048Z | Downloaded equivalent v1.0.1 |
423 | 2025-04-18T23:37:37.148Z | Compiling proc-macro2 v1.0.94 |
424 | 2025-04-18T23:37:37.148Z | Compiling unicode-ident v1.0.14 |
425 | 2025-04-18T23:37:37.148Z | Compiling libc v0.2.170 |
426 | 2025-04-18T23:37:37.148Z | Compiling version_check v0.9.5 |
427 | 2025-04-18T23:37:37.174Z | Compiling serde v1.0.219 |
428 | 2025-04-18T23:37:37.174Z | Compiling memchr v2.7.4 |
429 | 2025-04-18T23:37:37.174Z | Compiling thiserror v1.0.69 |
430 | 2025-04-18T23:37:37.174Z | Compiling itoa v1.0.11 |
431 | 2025-04-18T23:37:37.472Z | Compiling ryu v1.0.18 |
432 | 2025-04-18T23:37:37.536Z | Compiling ucd-trie v0.1.7 |
433 | 2025-04-18T23:37:37.797Z | Compiling once_cell v1.20.3 |
434 | 2025-04-18T23:37:37.904Z | Compiling byteorder v1.5.0 |
435 | 2025-04-18T23:37:38.090Z | Compiling serde_json v1.0.140 |
436 | 2025-04-18T23:37:38.171Z | Compiling rustix v0.38.37 |
437 | 2025-04-18T23:37:38.332Z | Compiling bitflags v2.6.0 |
438 | 2025-04-18T23:37:38.434Z | Compiling proc-macro-error-attr v1.0.4 |
439 | 2025-04-18T23:37:38.533Z | Compiling usdt-impl v0.5.0 |
440 | 2025-04-18T23:37:38.719Z | Compiling io-lifetimes v1.0.11 |
441 | 2025-04-18T23:37:38.744Z | Compiling syn v1.0.109 |
442 | 2025-04-18T23:37:38.883Z | Compiling quote v1.0.39 |
443 | 2025-04-18T23:37:38.919Z | Compiling errno v0.3.9 |
444 | 2025-04-18T23:37:38.992Z | Compiling proc-macro-error v1.0.4 |
445 | 2025-04-18T23:37:39.070Z | Compiling utf8parse v0.2.2 |
446 | 2025-04-18T23:37:39.229Z | Compiling thread-id v4.2.2 |
447 | 2025-04-18T23:37:39.256Z | Compiling syn v2.0.98 |
448 | 2025-04-18T23:37:39.322Z | Compiling rustix v0.37.28 |
449 | 2025-04-18T23:37:39.349Z | Compiling plain v0.2.3 |
450 | 2025-04-18T23:37:39.378Z | Compiling log v0.4.22 |
451 | 2025-04-18T23:37:39.422Z | Compiling hashbrown v0.15.1 |
452 | 2025-04-18T23:37:39.447Z | Compiling camino v1.1.9 |
453 | 2025-04-18T23:37:39.528Z | Compiling equivalent v1.0.1 |
454 | 2025-04-18T23:37:40.024Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-04-18T23:37:40.105Z | Compiling anstyle v1.0.10 |
456 | 2025-04-18T23:37:40.292Z | Compiling pretty-hex v0.4.1 |
457 | 2025-04-18T23:37:40.326Z | Compiling indexmap v2.7.1 |
458 | 2025-04-18T23:37:40.354Z | Compiling semver v1.0.25 |
459 | 2025-04-18T23:37:40.384Z | Compiling bitflags v1.3.2 |
460 | 2025-04-18T23:37:40.480Z | Compiling unicode-width v0.1.14 |
461 | 2025-04-18T23:37:40.505Z | Compiling anstyle-query v1.1.1 |
462 | 2025-04-18T23:37:40.505Z | Compiling autocfg v1.4.0 |
463 | 2025-04-18T23:37:40.689Z | Compiling thiserror v2.0.12 |
464 | 2025-04-18T23:37:40.779Z | Compiling is_terminal_polyfill v1.70.1 |
465 | 2025-04-18T23:37:40.914Z | Compiling winnow v0.7.3 |
466 | 2025-04-18T23:37:40.957Z | Compiling colorchoice v1.0.2 |
467 | 2025-04-18T23:37:41.108Z | Compiling anstream v0.6.15 |
468 | 2025-04-18T23:37:41.328Z | Compiling terminal_size v0.4.0 |
469 | 2025-04-18T23:37:41.354Z | Compiling fs-err v2.11.0 |
470 | 2025-04-18T23:37:41.639Z | Compiling fastrand v2.1.1 |
471 | 2025-04-18T23:37:41.666Z | Compiling bytecount v0.6.8 |
472 | 2025-04-18T23:37:41.691Z | Compiling fnv v1.0.7 |
473 | 2025-04-18T23:37:41.923Z | Compiling clap_lex v0.7.4 |
474 | 2025-04-18T23:37:42.132Z | Compiling anyhow v1.0.97 |
475 | 2025-04-18T23:37:42.198Z | Compiling strsim v0.11.1 |
476 | 2025-04-18T23:37:42.325Z | Compiling heck v0.5.0 |
477 | 2025-04-18T23:37:42.522Z | Compiling heck v0.4.1 |
478 | 2025-04-18T23:37:42.567Z | Compiling cfg-if v1.0.0 |
479 | 2025-04-18T23:37:42.671Z | Compiling tempfile v3.13.0 |
480 | 2025-04-18T23:37:42.739Z | Compiling clap_builder v4.5.32 |
481 | 2025-04-18T23:37:42.833Z | Compiling terminal_size v0.2.6 |
482 | 2025-04-18T23:37:42.876Z | Compiling papergrid v0.11.0 |
483 | 2025-04-18T23:37:43.015Z | Compiling memmap v0.7.0 |
484 | 2025-04-18T23:37:43.102Z | Compiling smawk v0.3.2 |
485 | 2025-04-18T23:37:43.312Z | Compiling unicode-linebreak v0.1.5 |
486 | 2025-04-18T23:37:43.731Z | Compiling textwrap v0.16.1 |
487 | 2025-04-18T23:37:43.785Z | Compiling swrite v0.1.0 |
488 | 2025-04-18T23:37:44.039Z | Compiling tabled_derive v0.7.0 |
489 | 2025-04-18T23:37:45.430Z | Compiling serde_derive v1.0.219 |
490 | 2025-04-18T23:37:45.430Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-04-18T23:37:45.457Z | Compiling zerocopy-derive v0.7.35 |
492 | 2025-04-18T23:37:45.457Z | Compiling scroll_derive v0.12.0 |
493 | 2025-04-18T23:37:45.457Z | Compiling thiserror-impl v2.0.12 |
494 | 2025-04-18T23:37:45.457Z | Compiling clap_derive v4.5.32 |
495 | 2025-04-18T23:37:45.555Z | Compiling tabled v0.15.0 |
496 | 2025-04-18T23:37:46.641Z | Compiling scroll v0.12.0 |
497 | 2025-04-18T23:37:47.166Z | Compiling goblin v0.8.2 |
498 | 2025-04-18T23:37:47.193Z | Compiling zerocopy v0.7.35 |
499 | 2025-04-18T23:37:48.181Z | Compiling pest v2.7.14 |
500 | 2025-04-18T23:37:49.201Z | Compiling clap v4.5.32 |
501 | 2025-04-18T23:37:50.595Z | Compiling pest_meta v2.7.14 |
502 | 2025-04-18T23:37:51.748Z | Compiling pest_generator v2.7.14 |
503 | 2025-04-18T23:37:52.927Z | Compiling pest_derive v2.7.14 |
504 | 2025-04-18T23:37:53.521Z | Compiling dtrace-parser v0.2.0 |
505 | 2025-04-18T23:37:54.410Z | Compiling serde_tokenstream v0.2.2 |
506 | 2025-04-18T23:37:54.435Z | Compiling toml_datetime v0.6.8 |
507 | 2025-04-18T23:37:54.435Z | Compiling serde_spanned v0.6.8 |
508 | 2025-04-18T23:37:54.778Z | Compiling cargo-platform v0.1.8 |
509 | 2025-04-18T23:37:54.803Z | Compiling macaddr v1.0.1 |
510 | 2025-04-18T23:37:54.954Z | Compiling toml_edit v0.22.24 |
511 | 2025-04-18T23:37:55.012Z | Compiling camino-tempfile v1.1.1 |
512 | 2025-04-18T23:37:55.895Z | Compiling dof v0.3.0 |
513 | 2025-04-18T23:37:55.895Z | Compiling cargo_metadata v0.19.2 |
514 | 2025-04-18T23:37:57.215Z | Compiling usdt-attr-macro v0.5.0 |
515 | 2025-04-18T23:37:57.215Z | Compiling usdt-macro v0.5.0 |
516 | 2025-04-18T23:37:57.833Z | Compiling toml v0.8.20 |
517 | 2025-04-18T23:37:58.137Z | Compiling usdt v0.5.0 |
518 | 2025-04-18T23:37:58.524Z | Compiling cargo_toml v0.21.0 |
519 | 2025-04-18T23:38:01.626Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
520 | 2025-04-18T23:38:05.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.19s |
521 | 2025-04-18T23:38:05.878Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
522 | 2025-04-18T23:38:06.590Z | Downloading crates ... |
523 | 2025-04-18T23:38:06.729Z | Downloaded atty v0.2.14 |
524 | 2025-04-18T23:38:06.754Z | Downloaded atomicwrites v0.4.4 |
525 | 2025-04-18T23:38:06.754Z | Downloaded cfg_aliases v0.2.1 |
526 | 2025-04-18T23:38:06.754Z | Downloaded crunchy v0.2.2 |
527 | 2025-04-18T23:38:06.754Z | Downloaded cstr-argument v0.1.2 |
528 | 2025-04-18T23:38:06.755Z | Downloaded base16ct v0.2.0 |
529 | 2025-04-18T23:38:06.780Z | Downloaded http-range v0.1.5 |
530 | 2025-04-18T23:38:06.780Z | Downloaded crossbeam-deque v0.8.5 |
531 | 2025-04-18T23:38:06.780Z | Downloaded hubpack_derive v0.1.1 |
532 | 2025-04-18T23:38:06.780Z | Downloaded bit-vec v0.6.3 |
533 | 2025-04-18T23:38:06.780Z | Downloaded md5 v0.7.0 |
534 | 2025-04-18T23:38:06.806Z | Downloaded progenitor-client v0.9.1 |
535 | 2025-04-18T23:38:06.806Z | Downloaded multimap v0.10.0 |
536 | 2025-04-18T23:38:06.806Z | Downloaded quick-error v1.2.3 |
537 | 2025-04-18T23:38:06.806Z | Downloaded russh-cryptovec v0.7.3 |
538 | 2025-04-18T23:38:06.806Z | Downloaded rustc-hash v2.1.1 |
539 | 2025-04-18T23:38:06.832Z | Downloaded slog-json v2.6.1 |
540 | 2025-04-18T23:38:06.832Z | Downloaded yoke-derive v0.7.4 |
541 | 2025-04-18T23:38:06.832Z | Downloaded downcast v0.11.0 |
542 | 2025-04-18T23:38:06.832Z | Downloaded parse-size v1.1.0 |
543 | 2025-04-18T23:38:06.832Z | Downloaded diesel_table_macro_syntax v0.2.0 |
544 | 2025-04-18T23:38:06.858Z | Downloaded document-features v0.2.10 |
545 | 2025-04-18T23:38:06.858Z | Downloaded progenitor-client v0.8.0 |
546 | 2025-04-18T23:38:06.858Z | Downloaded parse-display-derive v0.10.0 |
547 | 2025-04-18T23:38:06.858Z | Downloaded take_mut v0.2.2 |
548 | 2025-04-18T23:38:06.858Z | Downloaded want v0.3.1 |
549 | 2025-04-18T23:38:06.884Z | Downloaded opaque-debug v0.3.1 |
550 | 2025-04-18T23:38:06.884Z | Downloaded signal-hook-registry v1.4.2 |
551 | 2025-04-18T23:38:06.884Z | Downloaded olpc-cjson v0.1.4 |
552 | 2025-04-18T23:38:06.884Z | Downloaded futures-sink v0.3.31 |
553 | 2025-04-18T23:38:06.884Z | Downloaded phf_shared v0.10.0 |
554 | 2025-04-18T23:38:06.910Z | Downloaded strum v0.26.3 |
555 | 2025-04-18T23:38:06.910Z | Downloaded zerofrom-derive v0.1.4 |
556 | 2025-04-18T23:38:06.910Z | Downloaded foreign-types-shared v0.3.1 |
557 | 2025-04-18T23:38:06.910Z | Downloaded zeroize_derive v1.4.2 |
558 | 2025-04-18T23:38:06.910Z | Downloaded peg-runtime v0.8.5 |
559 | 2025-04-18T23:38:06.910Z | Downloaded sqlparser_derive v0.2.2 |
560 | 2025-04-18T23:38:06.937Z | Downloaded tower-service v0.3.3 |
561 | 2025-04-18T23:38:06.937Z | Downloaded try-lock v0.2.5 |
562 | 2025-04-18T23:38:06.937Z | Downloaded normalize-line-endings v0.3.0 |
563 | 2025-04-18T23:38:06.937Z | Downloaded num-conv v0.1.0 |
564 | 2025-04-18T23:38:06.937Z | Downloaded toolchain_find v0.4.0 |
565 | 2025-04-18T23:38:06.937Z | Downloaded darling_macro v0.20.10 |
566 | 2025-04-18T23:38:06.937Z | Downloaded endian-type v0.1.2 |
567 | 2025-04-18T23:38:06.962Z | Downloaded strip-ansi-escapes v0.2.0 |
568 | 2025-04-18T23:38:06.962Z | Downloaded debug-ignore v1.0.5 |
569 | 2025-04-18T23:38:06.962Z | Downloaded zone_cfg_derive v0.1.2 |
570 | 2025-04-18T23:38:06.962Z | Downloaded structmeta v0.3.0 |
571 | 2025-04-18T23:38:06.989Z | Downloaded serde-big-array v0.5.1 |
572 | 2025-04-18T23:38:06.989Z | Downloaded rand_chacha v0.3.1 |
573 | 2025-04-18T23:38:06.989Z | Downloaded untrusted v0.7.1 |
574 | 2025-04-18T23:38:06.989Z | Downloaded utf16_iter v1.0.5 |
575 | 2025-04-18T23:38:06.989Z | Downloaded group v0.13.0 |
576 | 2025-04-18T23:38:06.989Z | Downloaded serde_path_to_error v0.1.16 |
577 | 2025-04-18T23:38:06.989Z | Downloaded rand_seeder v0.3.0 |
578 | 2025-04-18T23:38:07.015Z | Downloaded tracing v0.1.40 |
579 | 2025-04-18T23:38:07.015Z | Downloaded unicode-truncate v1.1.0 |
580 | 2025-04-18T23:38:07.015Z | Downloaded slab v0.4.9 |
581 | 2025-04-18T23:38:07.015Z | Downloaded fd-lock v4.0.2 |
582 | 2025-04-18T23:38:07.015Z | Downloaded number_prefix v0.4.0 |
583 | 2025-04-18T23:38:07.015Z | Downloaded unicode-xid v0.2.6 |
584 | 2025-04-18T23:38:07.042Z | Downloaded form_urlencoded v1.2.1 |
585 | 2025-04-18T23:38:07.042Z | Downloaded ron v0.8.1 |
586 | 2025-04-18T23:38:07.042Z | Downloaded daft-derive v0.1.2 |
587 | 2025-04-18T23:38:07.042Z | Downloaded num_enum_derive v0.5.11 |
588 | 2025-04-18T23:38:07.042Z | Downloaded sqlparser v0.45.0 |
589 | 2025-04-18T23:38:07.067Z | Downloaded fs_extra v1.3.0 |
590 | 2025-04-18T23:38:07.067Z | Downloaded winnow v0.6.20 |
591 | 2025-04-18T23:38:07.067Z | Downloaded p256 v0.13.2 |
592 | 2025-04-18T23:38:07.092Z | Downloaded unicode-properties v0.1.3 |
593 | 2025-04-18T23:38:07.092Z | Downloaded expectorate v1.1.0 |
594 | 2025-04-18T23:38:07.092Z | Downloaded object v0.36.5 |
595 | 2025-04-18T23:38:07.092Z | Downloaded unicode-segmentation v1.12.0 |
596 | 2025-04-18T23:38:07.117Z | Downloaded tough v0.19.0 |
597 | 2025-04-18T23:38:07.117Z | Downloaded nix v0.27.1 |
598 | 2025-04-18T23:38:07.142Z | Downloaded serde_with v3.12.0 |
599 | 2025-04-18T23:38:07.142Z | Downloaded polar-core v0.27.3 |
600 | 2025-04-18T23:38:07.167Z | Downloaded openssl v0.10.71 |
601 | 2025-04-18T23:38:07.167Z | Downloaded regress v0.10.3 |
602 | 2025-04-18T23:38:07.167Z | Downloaded regex-syntax v0.8.5 |
603 | 2025-04-18T23:38:07.192Z | Downloaded p384 v0.13.0 |
604 | 2025-04-18T23:38:07.192Z | Downloaded radix_trie v0.2.1 |
605 | 2025-04-18T23:38:07.192Z | Downloaded unicode-width v0.2.0 |
606 | 2025-04-18T23:38:07.216Z | Downloaded zerocopy-derive v0.6.6 |
607 | 2025-04-18T23:38:07.216Z | Downloaded openapiv3 v2.0.0 |
608 | 2025-04-18T23:38:07.241Z | Downloaded gimli v0.31.1 |
609 | 2025-04-18T23:38:07.242Z | Downloaded git2 v0.19.0 |
610 | 2025-04-18T23:38:07.266Z | Downloaded curve25519-dalek v4.1.3 |
611 | 2025-04-18T23:38:07.266Z | Downloaded dropshot v0.12.0 |
612 | 2025-04-18T23:38:07.291Z | Downloaded hickory-proto v0.24.4 |
613 | 2025-04-18T23:38:07.316Z | Downloaded ratatui v0.29.0 |
614 | 2025-04-18T23:38:07.342Z | Downloaded typify-impl v0.3.0 |
615 | 2025-04-18T23:38:07.342Z | Downloaded csv v1.3.1 |
616 | 2025-04-18T23:38:07.369Z | Downloaded typify-impl v0.2.0 |
617 | 2025-04-18T23:38:07.396Z | Downloaded sled v0.34.7 |
618 | 2025-04-18T23:38:07.422Z | Downloaded petgraph v0.7.1 |
619 | 2025-04-18T23:38:07.449Z | Downloaded tokio v1.43.0 |
620 | 2025-04-18T23:38:07.480Z | Downloaded regex-automata v0.4.8 |
621 | 2025-04-18T23:38:07.505Z | Downloaded petgraph v0.6.5 |
622 | 2025-04-18T23:38:07.529Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
623 | 2025-04-18T23:38:07.554Z | Downloaded nix v0.29.0 |
624 | 2025-04-18T23:38:07.554Z | Downloaded regex-syntax v0.6.29 |
625 | 2025-04-18T23:38:07.579Z | Downloaded nix v0.28.0 |
626 | 2025-04-18T23:38:07.579Z | Downloaded lzma-sys v0.1.20 |
627 | 2025-04-18T23:38:07.613Z | Downloaded webpki-roots v0.26.6 |
628 | 2025-04-18T23:38:07.638Z | Downloaded unicode-normalization v0.1.24 |
629 | 2025-04-18T23:38:07.638Z | Downloaded tower v0.5.2 |
630 | 2025-04-18T23:38:07.662Z | Downloaded libz-sys v1.1.20 |
631 | 2025-04-18T23:38:07.687Z | Downloaded rayon v1.10.0 |
632 | 2025-04-18T23:38:07.687Z | Downloaded salty v0.3.0 |
633 | 2025-04-18T23:38:07.687Z | Downloaded sha3 v0.10.8 |
634 | 2025-04-18T23:38:07.712Z | Downloaded icu_properties_data v1.5.0 |
635 | 2025-04-18T23:38:07.712Z | Downloaded dropshot v0.16.0 |
636 | 2025-04-18T23:38:07.737Z | Downloaded diesel v2.2.8 |
637 | 2025-04-18T23:38:07.761Z | Downloaded zerocopy v0.8.10 |
638 | 2025-04-18T23:38:07.786Z | Downloaded futures-util v0.3.31 |
639 | 2025-04-18T23:38:07.811Z | Downloaded proptest v1.6.0 |
640 | 2025-04-18T23:38:07.811Z | Downloaded num-bigint-dig v0.8.4 |
641 | 2025-04-18T23:38:07.811Z | Downloaded typed-path v0.9.3 |
642 | 2025-04-18T23:38:07.836Z | Downloaded rustls v0.23.19 |
643 | 2025-04-18T23:38:07.836Z | Downloaded h2 v0.4.6 |
644 | 2025-04-18T23:38:07.861Z | Downloaded rand v0.9.0 |
645 | 2025-04-18T23:38:07.861Z | Downloaded rand v0.8.5 |
646 | 2025-04-18T23:38:07.861Z | Downloaded publicsuffix v2.3.0 |
647 | 2025-04-18T23:38:07.861Z | Downloaded reqwest v0.12.12 |
648 | 2025-04-18T23:38:07.886Z | Downloaded lalrpop v0.19.12 |
649 | 2025-04-18T23:38:07.886Z | Downloaded winnow v0.5.40 |
650 | 2025-04-18T23:38:07.911Z | Downloaded toml_edit v0.19.15 |
651 | 2025-04-18T23:38:07.911Z | Downloaded flate2 v1.1.0 |
652 | 2025-04-18T23:38:07.935Z | Downloaded object v0.30.4 |
653 | 2025-04-18T23:38:07.936Z | Downloaded unicode_categories v0.1.1 |
654 | 2025-04-18T23:38:07.936Z | Downloaded openssl-sys v0.9.106 |
655 | 2025-04-18T23:38:07.936Z | Downloaded ssh-key v0.6.6 |
656 | 2025-04-18T23:38:07.960Z | Downloaded num-bigint v0.4.6 |
657 | 2025-04-18T23:38:07.960Z | Downloaded time v0.3.36 |
658 | 2025-04-18T23:38:07.960Z | Downloaded rustyline v14.0.0 |
659 | 2025-04-18T23:38:07.985Z | Downloaded smoltcp v0.11.0 |
660 | 2025-04-18T23:38:07.986Z | Downloaded rustls-webpki v0.101.7 |
661 | 2025-04-18T23:38:08.010Z | Downloaded rustls v0.22.4 |
662 | 2025-04-18T23:38:08.011Z | Downloaded fragile v2.0.0 |
663 | 2025-04-18T23:38:08.035Z | Downloaded oso v0.27.3 |
664 | 2025-04-18T23:38:08.036Z | Downloaded encoding_rs v0.8.34 |
665 | 2025-04-18T23:38:08.061Z | Downloaded fatfs v0.3.6 |
666 | 2025-04-18T23:38:08.061Z | Downloaded rustls-webpki v0.102.8 |
667 | 2025-04-18T23:38:08.086Z | Downloaded petname v2.0.2 |
668 | 2025-04-18T23:38:08.086Z | Downloaded tabled v0.18.0 |
669 | 2025-04-18T23:38:08.111Z | Downloaded daft v0.1.2 |
670 | 2025-04-18T23:38:08.111Z | Downloaded ring v0.17.11 |
671 | 2025-04-18T23:38:08.151Z | Downloaded owo-colors v4.2.0 |
672 | 2025-04-18T23:38:08.176Z | Downloaded slog v2.7.0 |
673 | 2025-04-18T23:38:08.176Z | Downloaded rayon-core v1.12.1 |
674 | 2025-04-18T23:38:08.176Z | Downloaded num-traits v0.2.19 |
675 | 2025-04-18T23:38:08.176Z | Downloaded url v2.5.3 |
676 | 2025-04-18T23:38:08.176Z | Downloaded zip v2.1.3 |
677 | 2025-04-18T23:38:08.176Z | Downloaded rcgen v0.12.1 |
678 | 2025-04-18T23:38:08.201Z | Downloaded nom v7.1.3 |
679 | 2025-04-18T23:38:08.201Z | Downloaded rand_chacha v0.9.0 |
680 | 2025-04-18T23:38:08.201Z | Downloaded serde_derive_internals v0.29.1 |
681 | 2025-04-18T23:38:08.201Z | Downloaded bstr v1.10.0 |
682 | 2025-04-18T23:38:08.201Z | Downloaded num_threads v0.1.7 |
683 | 2025-04-18T23:38:08.201Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
684 | 2025-04-18T23:38:08.267Z | Downloaded openssl-macros v0.1.1 |
685 | 2025-04-18T23:38:08.292Z | Downloaded rand_core v0.6.4 |
686 | 2025-04-18T23:38:08.292Z | Downloaded ssh-cipher v0.2.0 |
687 | 2025-04-18T23:38:08.292Z | Downloaded rand_core v0.9.2 |
688 | 2025-04-18T23:38:08.292Z | Downloaded env_logger v0.10.2 |
689 | 2025-04-18T23:38:08.292Z | Downloaded getrandom v0.3.1 |
690 | 2025-04-18T23:38:08.292Z | Downloaded futures v0.3.31 |
691 | 2025-04-18T23:38:08.292Z | Downloaded ron v0.7.1 |
692 | 2025-04-18T23:38:08.292Z | Downloaded unsafe-libyaml v0.2.11 |
693 | 2025-04-18T23:38:08.317Z | Downloaded similar v2.7.0 |
694 | 2025-04-18T23:38:08.317Z | Downloaded der v0.7.9 |
695 | 2025-04-18T23:38:08.317Z | Downloaded steno v0.4.1 |
696 | 2025-04-18T23:38:08.317Z | Downloaded chrono-tz v0.10.1 |
697 | 2025-04-18T23:38:08.342Z | Downloaded openssl-probe v0.1.5 |
698 | 2025-04-18T23:38:08.342Z | Downloaded oxnet v0.1.1 |
699 | 2025-04-18T23:38:08.342Z | Downloaded serde_urlencoded v0.7.1 |
700 | 2025-04-18T23:38:08.342Z | Downloaded progenitor-impl v0.9.1 |
701 | 2025-04-18T23:38:08.342Z | Downloaded p521 v0.13.3 |
702 | 2025-04-18T23:38:08.342Z | Downloaded rustls v0.21.12 |
703 | 2025-04-18T23:38:08.342Z | Downloaded futures-channel v0.3.31 |
704 | 2025-04-18T23:38:08.367Z | Downloaded num-rational v0.4.2 |
705 | 2025-04-18T23:38:08.367Z | Downloaded num-iter v0.1.45 |
706 | 2025-04-18T23:38:08.367Z | Downloaded zopfli v0.8.1 |
707 | 2025-04-18T23:38:08.367Z | Downloaded unicode-bidi v0.3.17 |
708 | 2025-04-18T23:38:08.367Z | Downloaded oso-derive v0.27.3 |
709 | 2025-04-18T23:38:08.367Z | Downloaded slog-async v2.8.0 |
710 | 2025-04-18T23:38:08.367Z | Downloaded serde_repr v0.1.19 |
711 | 2025-04-18T23:38:08.367Z | Downloaded rand_xorshift v0.3.0 |
712 | 2025-04-18T23:38:08.367Z | Downloaded fallible-iterator v0.2.0 |
713 | 2025-04-18T23:38:08.367Z | Downloaded env_logger v0.11.5 |
714 | 2025-04-18T23:38:08.367Z | Downloaded env_filter v0.1.2 |
715 | 2025-04-18T23:38:08.368Z | Downloaded topological-sort v0.2.2 |
716 | 2025-04-18T23:38:08.368Z | Downloaded ssh-encoding v0.2.0 |
717 | 2025-04-18T23:38:08.368Z | Downloaded num_enum v0.5.11 |
718 | 2025-04-18T23:38:08.393Z | Downloaded ghash v0.5.1 |
719 | 2025-04-18T23:38:08.393Z | Downloaded serde_plain v1.0.2 |
720 | 2025-04-18T23:38:08.393Z | Downloaded globset v0.4.15 |
721 | 2025-04-18T23:38:08.393Z | Downloaded pkcs5 v0.7.1 |
722 | 2025-04-18T23:38:08.393Z | Downloaded pkcs1 v0.7.5 |
723 | 2025-04-18T23:38:08.393Z | Downloaded zerovec v0.10.4 |
724 | 2025-04-18T23:38:08.393Z | Downloaded russh v0.45.0 |
725 | 2025-04-18T23:38:08.424Z | Downloaded funty v2.0.0 |
726 | 2025-04-18T23:38:08.424Z | Downloaded serde-hex v0.1.0 |
727 | 2025-04-18T23:38:08.424Z | Downloaded rpassword v7.3.1 |
728 | 2025-04-18T23:38:08.424Z | Downloaded poly1305 v0.8.0 |
729 | 2025-04-18T23:38:08.424Z | Downloaded pkcs8 v0.10.2 |
730 | 2025-04-18T23:38:08.424Z | Downloaded vcpkg v0.2.15 |
731 | 2025-04-18T23:38:08.458Z | Downloaded smoltcp v0.9.1 |
732 | 2025-04-18T23:38:08.483Z | Downloaded hkdf v0.12.4 |
733 | 2025-04-18T23:38:08.483Z | Downloaded semver v0.1.20 |
734 | 2025-04-18T23:38:08.483Z | Downloaded num-integer v0.1.46 |
735 | 2025-04-18T23:38:08.484Z | Downloaded signature v2.2.0 |
736 | 2025-04-18T23:38:08.484Z | Downloaded glob v0.3.2 |
737 | 2025-04-18T23:38:08.484Z | Downloaded curve25519-dalek-derive v0.1.1 |
738 | 2025-04-18T23:38:08.484Z | Downloaded universal-hash v0.5.1 |
739 | 2025-04-18T23:38:08.484Z | Downloaded polyval v0.6.2 |
740 | 2025-04-18T23:38:08.509Z | Downloaded pkg-config v0.3.31 |
741 | 2025-04-18T23:38:08.509Z | Downloaded darling_core v0.20.10 |
742 | 2025-04-18T23:38:08.509Z | Downloaded zone v0.3.0 |
743 | 2025-04-18T23:38:08.509Z | Downloaded writeable v0.5.5 |
744 | 2025-04-18T23:38:08.509Z | Downloaded whoami v1.5.2 |
745 | 2025-04-18T23:38:08.509Z | Downloaded typify v0.3.0 |
746 | 2025-04-18T23:38:08.509Z | Downloaded tungstenite v0.23.0 |
747 | 2025-04-18T23:38:08.509Z | Downloaded tungstenite v0.21.0 |
748 | 2025-04-18T23:38:08.509Z | Downloaded tracing-core v0.1.32 |
749 | 2025-04-18T23:38:08.534Z | Downloaded flume v0.11.1 |
750 | 2025-04-18T23:38:08.534Z | Downloaded zip v0.6.6 |
751 | 2025-04-18T23:38:08.534Z | Downloaded zerocopy-derive v0.8.10 |
752 | 2025-04-18T23:38:08.534Z | Downloaded parse-zoneinfo v0.3.1 |
753 | 2025-04-18T23:38:08.534Z | Downloaded regex v1.11.1 |
754 | 2025-04-18T23:38:08.560Z | Downloaded itertools v0.13.0 |
755 | 2025-04-18T23:38:08.560Z | Downloaded itertools v0.12.1 |
756 | 2025-04-18T23:38:08.585Z | Downloaded hyper v1.6.0 |
757 | 2025-04-18T23:38:08.585Z | Downloaded zone_cfg_derive v0.3.0 |
758 | 2025-04-18T23:38:08.585Z | Downloaded zone v0.1.8 |
759 | 2025-04-18T23:38:08.585Z | Downloaded wyz v0.5.1 |
760 | 2025-04-18T23:38:08.585Z | Downloaded utf-8 v0.7.6 |
761 | 2025-04-18T23:38:08.585Z | Downloaded untrusted v0.9.0 |
762 | 2025-04-18T23:38:08.585Z | Downloaded siphasher v0.3.11 |
763 | 2025-04-18T23:38:08.585Z | Downloaded simd-adler32 v0.3.7 |
764 | 2025-04-18T23:38:08.585Z | Downloaded signal-hook-tokio v0.3.1 |
765 | 2025-04-18T23:38:08.585Z | Downloaded r2d2 v0.8.10 |
766 | 2025-04-18T23:38:08.585Z | Downloaded quinn-udp v0.5.5 |
767 | 2025-04-18T23:38:08.585Z | Downloaded psl-types v2.0.11 |
768 | 2025-04-18T23:38:08.585Z | Downloaded progenitor-macro v0.9.1 |
769 | 2025-04-18T23:38:08.585Z | Downloaded progenitor-macro v0.8.0 |
770 | 2025-04-18T23:38:08.585Z | Downloaded enum-as-inner v0.6.1 |
771 | 2025-04-18T23:38:08.611Z | Downloaded ena v0.14.3 |
772 | 2025-04-18T23:38:08.611Z | Downloaded embedded-io v0.6.1 |
773 | 2025-04-18T23:38:08.611Z | Downloaded embedded-io v0.4.0 |
774 | 2025-04-18T23:38:08.611Z | Downloaded defmt-parser v0.3.4 |
775 | 2025-04-18T23:38:08.611Z | Downloaded defmt v0.3.8 |
776 | 2025-04-18T23:38:08.611Z | Downloaded half v2.4.1 |
777 | 2025-04-18T23:38:08.611Z | Downloaded typify-macro v0.3.0 |
778 | 2025-04-18T23:38:08.611Z | Downloaded schemars v0.8.22 |
779 | 2025-04-18T23:38:08.636Z | Downloaded samael v0.0.18 |
780 | 2025-04-18T23:38:08.636Z | Downloaded pin-project v1.1.6 |
781 | 2025-04-18T23:38:08.636Z | Downloaded portable-atomic v1.9.0 |
782 | 2025-04-18T23:38:08.661Z | Downloaded tokio-util v0.7.13 |
783 | 2025-04-18T23:38:08.661Z | Downloaded itertools v0.14.0 |
784 | 2025-04-18T23:38:08.661Z | Downloaded sct v0.7.1 |
785 | 2025-04-18T23:38:08.661Z | Downloaded idna v1.0.3 |
786 | 2025-04-18T23:38:08.686Z | Downloaded write16 v1.0.0 |
787 | 2025-04-18T23:38:08.686Z | Downloaded sigpipe v0.1.3 |
788 | 2025-04-18T23:38:08.686Z | Downloaded radium v0.7.0 |
789 | 2025-04-18T23:38:08.686Z | Downloaded defmt-macros v0.3.9 |
790 | 2025-04-18T23:38:08.686Z | Downloaded darling v0.20.10 |
791 | 2025-04-18T23:38:08.687Z | Downloaded resolv-conf v0.7.0 |
792 | 2025-04-18T23:38:08.687Z | Downloaded num-derive v0.4.2 |
793 | 2025-04-18T23:38:08.687Z | Downloaded tinyvec v1.8.0 |
794 | 2025-04-18T23:38:08.712Z | Downloaded data-encoding v2.6.0 |
795 | 2025-04-18T23:38:08.712Z | Downloaded stringprep v0.1.5 |
796 | 2025-04-18T23:38:08.712Z | Downloaded num-complex v0.4.6 |
797 | 2025-04-18T23:38:08.712Z | Downloaded typify v0.2.0 |
798 | 2025-04-18T23:38:08.712Z | Downloaded tar v0.4.44 |
799 | 2025-04-18T23:38:08.712Z | Downloaded string_cache v0.8.7 |
800 | 2025-04-18T23:38:08.712Z | Downloaded static_assertions v1.1.0 |
801 | 2025-04-18T23:38:08.712Z | Downloaded stable_deref_trait v1.2.0 |
802 | 2025-04-18T23:38:08.712Z | Downloaded unicase v2.7.0 |
803 | 2025-04-18T23:38:08.712Z | Downloaded unarray v0.1.4 |
804 | 2025-04-18T23:38:08.712Z | Downloaded typify-macro v0.2.0 |
805 | 2025-04-18T23:38:08.712Z | Downloaded twox-hash v2.1.0 |
806 | 2025-04-18T23:38:08.712Z | Downloaded tracing-attributes v0.1.27 |
807 | 2025-04-18T23:38:08.737Z | Downloaded pem-rfc7468 v0.7.0 |
808 | 2025-04-18T23:38:08.737Z | Downloaded tui-tree-widget v0.23.0 |
809 | 2025-04-18T23:38:08.737Z | Downloaded pem v3.0.5 |
810 | 2025-04-18T23:38:08.738Z | Downloaded fixedbitset v0.5.7 |
811 | 2025-04-18T23:38:08.738Z | Downloaded elliptic-curve v0.13.8 |
812 | 2025-04-18T23:38:08.738Z | Downloaded quinn-proto v0.11.8 |
813 | 2025-04-18T23:38:08.738Z | Downloaded nu-ansi-term v0.50.1 |
814 | 2025-04-18T23:38:08.738Z | Downloaded pretty_assertions v1.4.1 |
815 | 2025-04-18T23:38:08.763Z | Downloaded tinyvec_macros v0.1.1 |
816 | 2025-04-18T23:38:08.763Z | Downloaded rfc6979 v0.4.0 |
817 | 2025-04-18T23:38:08.763Z | Downloaded num v0.4.3 |
818 | 2025-04-18T23:38:08.763Z | Downloaded nodrop v0.1.14 |
819 | 2025-04-18T23:38:08.763Z | Downloaded nibble_vec v0.1.0 |
820 | 2025-04-18T23:38:08.763Z | Downloaded time-macros v0.2.18 |
821 | 2025-04-18T23:38:08.763Z | Downloaded rsa v0.9.6 |
822 | 2025-04-18T23:38:08.763Z | Downloaded itertools v0.10.5 |
823 | 2025-04-18T23:38:08.763Z | Downloaded slog-bunyan v2.5.0 |
824 | 2025-04-18T23:38:08.763Z | Downloaded secrecy v0.8.0 |
825 | 2025-04-18T23:38:08.763Z | Downloaded sec1 v0.7.3 |
826 | 2025-04-18T23:38:08.763Z | Downloaded scrypt v0.11.0 |
827 | 2025-04-18T23:38:08.789Z | Downloaded scopeguard v1.2.0 |
828 | 2025-04-18T23:38:08.789Z | Downloaded peg-macros v0.8.5 |
829 | 2025-04-18T23:38:08.789Z | Downloaded test-strategy v0.4.0 |
830 | 2025-04-18T23:38:08.789Z | Downloaded ed25519-dalek v2.1.1 |
831 | 2025-04-18T23:38:08.789Z | Downloaded libxml v0.3.3 |
832 | 2025-04-18T23:38:08.789Z | Downloaded slog-dtrace v0.3.0 |
833 | 2025-04-18T23:38:08.789Z | Downloaded password-hash v0.5.0 |
834 | 2025-04-18T23:38:08.789Z | Downloaded password-hash v0.4.2 |
835 | 2025-04-18T23:38:08.789Z | Downloaded pin-project-lite v0.2.14 |
836 | 2025-04-18T23:38:08.814Z | Downloaded pin-project-internal v1.1.6 |
837 | 2025-04-18T23:38:08.815Z | Downloaded heapless v0.8.0 |
838 | 2025-04-18T23:38:08.815Z | Downloaded tower-layer v0.3.3 |
839 | 2025-04-18T23:38:08.815Z | Downloaded sqlformat v0.2.6 |
840 | 2025-04-18T23:38:08.815Z | Downloaded foreign-types v0.5.0 |
841 | 2025-04-18T23:38:08.815Z | Downloaded chrono v0.4.40 |
842 | 2025-04-18T23:38:08.815Z | Downloaded bindgen v0.69.5 |
843 | 2025-04-18T23:38:08.842Z | Downloaded schemars_derive v0.8.22 |
844 | 2025-04-18T23:38:08.842Z | Downloaded peg v0.8.5 |
845 | 2025-04-18T23:38:08.842Z | Downloaded pbkdf2 v0.12.2 |
846 | 2025-04-18T23:38:08.842Z | Downloaded pbkdf2 v0.11.0 |
847 | 2025-04-18T23:38:08.842Z | Downloaded path-slash v0.1.5 |
848 | 2025-04-18T23:38:08.842Z | Downloaded paste v1.0.15 |
849 | 2025-04-18T23:38:08.842Z | Downloaded foldhash v0.1.3 |
850 | 2025-04-18T23:38:08.842Z | Downloaded float-cmp v0.10.0 |
851 | 2025-04-18T23:38:08.842Z | Downloaded zerovec-derive v0.10.3 |
852 | 2025-04-18T23:38:08.842Z | Downloaded prettyplease v0.2.30 |
853 | 2025-04-18T23:38:08.868Z | Downloaded quick-xml v0.37.2 |
854 | 2025-04-18T23:38:08.868Z | Downloaded packed_struct v0.10.1 |
855 | 2025-04-18T23:38:08.868Z | Downloaded fixedbitset v0.4.2 |
856 | 2025-04-18T23:38:08.868Z | Downloaded filetime v0.2.25 |
857 | 2025-04-18T23:38:08.868Z | Downloaded ff v0.13.0 |
858 | 2025-04-18T23:38:08.868Z | Downloaded tinystr v0.7.6 |
859 | 2025-04-18T23:38:08.868Z | Downloaded tiny-keccak v2.0.2 |
860 | 2025-04-18T23:38:08.868Z | Downloaded thread_local v1.1.8 |
861 | 2025-04-18T23:38:08.893Z | Downloaded thiserror-no-std v2.0.2 |
862 | 2025-04-18T23:38:08.893Z | Downloaded omicron-zone-package v0.12.0 |
863 | 2025-04-18T23:38:08.893Z | Downloaded minimal-lexical v0.2.1 |
864 | 2025-04-18T23:38:08.894Z | Downloaded libm v0.2.8 |
865 | 2025-04-18T23:38:08.894Z | Downloaded bitvec v1.0.1 |
866 | 2025-04-18T23:38:08.919Z | Downloaded bindgen v0.71.1 |
867 | 2025-04-18T23:38:08.919Z | Downloaded getrandom v0.2.15 |
868 | 2025-04-18T23:38:08.944Z | Downloaded signal-hook v0.3.17 |
869 | 2025-04-18T23:38:08.944Z | Downloaded papergrid v0.14.0 |
870 | 2025-04-18T23:38:08.944Z | Downloaded hashbrown v0.13.2 |
871 | 2025-04-18T23:38:08.944Z | Downloaded yansi v1.0.1 |
872 | 2025-04-18T23:38:08.944Z | Downloaded zeroize v1.8.1 |
873 | 2025-04-18T23:38:08.944Z | Downloaded same-file v1.0.6 |
874 | 2025-04-18T23:38:08.944Z | Downloaded salsa20 v0.10.2 |
875 | 2025-04-18T23:38:08.944Z | Downloaded rusty-fork v0.3.0 |
876 | 2025-04-18T23:38:08.944Z | Downloaded pin-utils v0.1.0 |
877 | 2025-04-18T23:38:08.969Z | Downloaded phf_shared v0.11.2 |
878 | 2025-04-18T23:38:08.969Z | Downloaded uuid v1.15.1 |
879 | 2025-04-18T23:38:08.969Z | Downloaded foreign-types-shared v0.1.1 |
880 | 2025-04-18T23:38:08.969Z | Downloaded foreign-types-macros v0.2.3 |
881 | 2025-04-18T23:38:08.969Z | Downloaded foreign-types v0.3.2 |
882 | 2025-04-18T23:38:08.969Z | Downloaded float-ord v0.3.2 |
883 | 2025-04-18T23:38:08.969Z | Downloaded flagset v0.4.6 |
884 | 2025-04-18T23:38:08.969Z | Downloaded thiserror-impl-no-std v2.0.2 |
885 | 2025-04-18T23:38:08.969Z | Downloaded termtree v0.5.1 |
886 | 2025-04-18T23:38:08.969Z | Downloaded termtree v0.4.1 |
887 | 2025-04-18T23:38:08.969Z | Downloaded strum_macros v0.24.3 |
888 | 2025-04-18T23:38:08.969Z | Downloaded structmeta-derive v0.3.0 |
889 | 2025-04-18T23:38:08.969Z | Downloaded dropshot_endpoint v0.16.0 |
890 | 2025-04-18T23:38:08.969Z | Downloaded dropshot_endpoint v0.12.0 |
891 | 2025-04-18T23:38:08.970Z | Downloaded hashbrown v0.12.3 |
892 | 2025-04-18T23:38:08.995Z | Downloaded reedline v0.38.0 |
893 | 2025-04-18T23:38:08.995Z | Downloaded zerofrom v0.1.4 |
894 | 2025-04-18T23:38:08.995Z | Downloaded time-core v0.1.2 |
895 | 2025-04-18T23:38:08.995Z | Downloaded scheduled-thread-pool v0.2.7 |
896 | 2025-04-18T23:38:08.995Z | Downloaded rustversion v1.0.17 |
897 | 2025-04-18T23:38:08.995Z | Downloaded rtoolbox v0.0.2 |
898 | 2025-04-18T23:38:08.995Z | Downloaded ecdsa v0.16.9 |
899 | 2025-04-18T23:38:08.995Z | Downloaded http v1.2.0 |
900 | 2025-04-18T23:38:09.020Z | Downloaded hickory-server v0.24.4 |
901 | 2025-04-18T23:38:09.020Z | Downloaded aws-lc-rs v1.12.4 |
902 | 2025-04-18T23:38:09.020Z | Downloaded futures-io v0.3.31 |
903 | 2025-04-18T23:38:09.020Z | Downloaded term v0.7.0 |
904 | 2025-04-18T23:38:09.020Z | Downloaded serde_yaml v0.9.34+deprecated |
905 | 2025-04-18T23:38:09.045Z | Downloaded parking_lot_core v0.9.10 |
906 | 2025-04-18T23:38:09.045Z | Downloaded parking_lot v0.12.3 |
907 | 2025-04-18T23:38:09.045Z | Downloaded heapless v0.7.17 |
908 | 2025-04-18T23:38:09.045Z | Downloaded x509-cert v0.2.5 |
909 | 2025-04-18T23:38:09.046Z | Downloaded phf_generator v0.11.2 |
910 | 2025-04-18T23:38:09.046Z | Downloaded phf_codegen v0.11.2 |
911 | 2025-04-18T23:38:09.046Z | Downloaded phf v0.11.2 |
912 | 2025-04-18T23:38:09.046Z | Downloaded percent-encoding v2.3.1 |
913 | 2025-04-18T23:38:09.046Z | Downloaded gethostname v0.5.0 |
914 | 2025-04-18T23:38:09.046Z | Downloaded futures-task v0.3.31 |
915 | 2025-04-18T23:38:09.046Z | Downloaded futures-macro v0.3.31 |
916 | 2025-04-18T23:38:09.071Z | Downloaded futures-executor v0.3.31 |
917 | 2025-04-18T23:38:09.071Z | Downloaded either v1.14.0 |
918 | 2025-04-18T23:38:09.071Z | Downloaded value-bag v1.9.0 |
919 | 2025-04-18T23:38:09.071Z | Downloaded uzers v0.12.1 |
920 | 2025-04-18T23:38:09.071Z | Downloaded subprocess v0.2.9 |
921 | 2025-04-18T23:38:09.071Z | Downloaded hickory-client v0.24.4 |
922 | 2025-04-18T23:38:09.096Z | Downloaded aho-corasick v1.1.3 |
923 | 2025-04-18T23:38:09.096Z | Downloaded futures-core v0.3.31 |
924 | 2025-04-18T23:38:09.096Z | Downloaded ed25519 v2.2.3 |
925 | 2025-04-18T23:38:09.096Z | Downloaded dyn-clone v1.0.19 |
926 | 2025-04-18T23:38:09.096Z | Downloaded dunce v1.0.5 |
927 | 2025-04-18T23:38:09.096Z | Downloaded dsl_auto_type v0.1.2 |
928 | 2025-04-18T23:38:09.096Z | Downloaded which v4.4.2 |
929 | 2025-04-18T23:38:09.096Z | Downloaded walkdir v2.5.0 |
930 | 2025-04-18T23:38:09.097Z | Downloaded wait-timeout v0.2.0 |
931 | 2025-04-18T23:38:09.097Z | Downloaded termios v0.3.3 |
932 | 2025-04-18T23:38:09.097Z | Downloaded termcolor v1.4.1 |
933 | 2025-04-18T23:38:09.122Z | Downloaded strum_macros v0.26.4 |
934 | 2025-04-18T23:38:09.122Z | Downloaded proc-macro-error2 v2.0.1 |
935 | 2025-04-18T23:38:09.122Z | Downloaded predicates-tree v1.0.11 |
936 | 2025-04-18T23:38:09.122Z | Downloaded predicates v3.1.3 |
937 | 2025-04-18T23:38:09.122Z | Downloaded diesel_derives v2.2.3 |
938 | 2025-04-18T23:38:09.122Z | Downloaded derive-where v1.2.7 |
939 | 2025-04-18T23:38:09.122Z | Downloaded zerocopy v0.6.6 |
940 | 2025-04-18T23:38:09.122Z | Downloaded tokio-postgres v0.7.13 |
941 | 2025-04-18T23:38:09.147Z | Downloaded mio v1.0.2 |
942 | 2025-04-18T23:38:09.147Z | Downloaded hickory-resolver v0.24.4 |
943 | 2025-04-18T23:38:09.147Z | Downloaded utf8_iter v1.0.4 |
944 | 2025-04-18T23:38:09.147Z | Downloaded tap v1.0.1 |
945 | 2025-04-18T23:38:09.147Z | Downloaded serde_with_macros v3.12.0 |
946 | 2025-04-18T23:38:09.147Z | Downloaded blake3 v1.5.4 |
947 | 2025-04-18T23:38:09.173Z | Downloaded signal-hook-mio v0.2.4 |
948 | 2025-04-18T23:38:09.173Z | Downloaded shlex v1.3.0 |
949 | 2025-04-18T23:38:09.173Z | Downloaded shell-words v1.1.0 |
950 | 2025-04-18T23:38:09.173Z | Downloaded parking_lot v0.11.2 |
951 | 2025-04-18T23:38:09.173Z | Downloaded snafu v0.8.5 |
952 | 2025-04-18T23:38:09.173Z | Downloaded fxhash v0.2.1 |
953 | 2025-04-18T23:38:09.173Z | Downloaded tabwriter v1.4.0 |
954 | 2025-04-18T23:38:09.173Z | Downloaded tabled_derive v0.10.0 |
955 | 2025-04-18T23:38:09.173Z | Downloaded synstructure v0.13.1 |
956 | 2025-04-18T23:38:09.173Z | Downloaded supports-color v3.0.2 |
957 | 2025-04-18T23:38:09.173Z | Downloaded strum_macros v0.25.3 |
958 | 2025-04-18T23:38:09.173Z | Downloaded powerfmt v0.2.0 |
959 | 2025-04-18T23:38:09.198Z | Downloaded postgres-types v0.2.9 |
960 | 2025-04-18T23:38:09.198Z | Downloaded postcard v1.0.10 |
961 | 2025-04-18T23:38:09.198Z | Downloaded diff v0.1.13 |
962 | 2025-04-18T23:38:09.198Z | Downloaded derive_more v0.99.19 |
963 | 2025-04-18T23:38:09.198Z | Downloaded toml v0.7.8 |
964 | 2025-04-18T23:38:09.198Z | Downloaded waitgroup v0.1.2 |
965 | 2025-04-18T23:38:09.198Z | Downloaded vte_generate_state_changes v0.1.2 |
966 | 2025-04-18T23:38:09.198Z | Downloaded sync_wrapper v1.0.1 |
967 | 2025-04-18T23:38:09.198Z | Downloaded sha1 v0.10.6 |
968 | 2025-04-18T23:38:09.198Z | Downloaded progenitor v0.9.1 |
969 | 2025-04-18T23:38:09.224Z | Downloaded progenitor v0.8.0 |
970 | 2025-04-18T23:38:09.224Z | Downloaded proc-macro-error-attr2 v2.0.0 |
971 | 2025-04-18T23:38:09.224Z | Downloaded proc-macro-crate v1.3.1 |
972 | 2025-04-18T23:38:09.224Z | Downloaded primeorder v0.13.6 |
973 | 2025-04-18T23:38:09.224Z | Downloaded predicates-core v1.0.8 |
974 | 2025-04-18T23:38:09.224Z | Downloaded ppv-lite86 v0.2.20 |
975 | 2025-04-18T23:38:09.224Z | Downloaded displaydoc v0.2.5 |
976 | 2025-04-18T23:38:09.224Z | Downloaded derive_builder_core v0.20.2 |
977 | 2025-04-18T23:38:09.224Z | Downloaded yoke v0.7.4 |
978 | 2025-04-18T23:38:09.224Z | Downloaded sync-ptr v0.1.1 |
979 | 2025-04-18T23:38:09.224Z | Downloaded subtle v2.6.1 |
980 | 2025-04-18T23:38:09.224Z | Downloaded postgres-protocol v0.6.8 |
981 | 2025-04-18T23:38:09.224Z | Downloaded parking_lot_core v0.8.6 |
982 | 2025-04-18T23:38:09.249Z | Downloaded des v0.8.1 |
983 | 2025-04-18T23:38:09.249Z | Downloaded derive_builder v0.20.2 |
984 | 2025-04-18T23:38:09.249Z | Downloaded der_derive v0.7.3 |
985 | 2025-04-18T23:38:09.249Z | Downloaded yasna v0.5.2 |
986 | 2025-04-18T23:38:09.249Z | Downloaded icu_collections v1.5.0 |
987 | 2025-04-18T23:38:09.249Z | Downloaded parse-display v0.10.0 |
988 | 2025-04-18T23:38:09.249Z | Downloaded packed_struct_codegen v0.10.1 |
989 | 2025-04-18T23:38:09.249Z | Downloaded newtype_derive v0.1.6 |
990 | 2025-04-18T23:38:09.275Z | Downloaded newtype-uuid v1.2.1 |
991 | 2025-04-18T23:38:09.275Z | Downloaded hex-literal v0.4.1 |
992 | 2025-04-18T23:38:09.276Z | Downloaded hex v0.4.3 |
993 | 2025-04-18T23:38:09.276Z | Downloaded heck v0.3.3 |
994 | 2025-04-18T23:38:09.276Z | Downloaded hash32 v0.3.1 |
995 | 2025-04-18T23:38:09.276Z | Downloaded hash32 v0.2.1 |
996 | 2025-04-18T23:38:09.276Z | Downloaded vergen v8.3.2 |
997 | 2025-04-18T23:38:09.276Z | Downloaded tokio-stream v0.1.17 |
998 | 2025-04-18T23:38:09.276Z | Downloaded qorb v0.2.1 |
999 | 2025-04-18T23:38:09.276Z | Downloaded icu_normalizer v1.5.0 |
1000 | 2025-04-18T23:38:09.301Z | Downloaded aes-gcm v0.10.3 |
1001 | 2025-04-18T23:38:09.301Z | Downloaded pretty-hex v0.2.1 |
1002 | 2025-04-18T23:38:09.301Z | Downloaded precomputed-hash v0.1.1 |
1003 | 2025-04-18T23:38:09.301Z | Downloaded display-error-chain v0.2.2 |
1004 | 2025-04-18T23:38:09.301Z | Downloaded dirs-sys-next v0.1.2 |
1005 | 2025-04-18T23:38:09.301Z | Downloaded difflib v0.4.0 |
1006 | 2025-04-18T23:38:09.301Z | Downloaded diesel-dtrace v0.4.2 |
1007 | 2025-04-18T23:38:09.301Z | Downloaded deranged v0.3.11 |
1008 | 2025-04-18T23:38:09.301Z | Downloaded vte v0.11.1 |
1009 | 2025-04-18T23:38:09.301Z | Downloaded miniz_oxide v0.8.5 |
1010 | 2025-04-18T23:38:09.301Z | Downloaded indicatif v0.17.11 |
1011 | 2025-04-18T23:38:09.301Z | Downloaded indexmap v1.9.3 |
1012 | 2025-04-18T23:38:09.301Z | Downloaded crossterm v0.28.1 |
1013 | 2025-04-18T23:38:09.326Z | Downloaded dirs-next v2.0.0 |
1014 | 2025-04-18T23:38:09.326Z | Downloaded vsss-rs v3.3.4 |
1015 | 2025-04-18T23:38:09.326Z | Downloaded tokio-tungstenite v0.23.1 |
1016 | 2025-04-18T23:38:09.326Z | Downloaded tokio-tungstenite v0.21.0 |
1017 | 2025-04-18T23:38:09.326Z | Downloaded tokio-rustls v0.26.0 |
1018 | 2025-04-18T23:38:09.326Z | Downloaded tokio-rustls v0.25.0 |
1019 | 2025-04-18T23:38:09.326Z | Downloaded tokio-rustls v0.24.1 |
1020 | 2025-04-18T23:38:09.326Z | Downloaded socket2 v0.5.8 |
1021 | 2025-04-18T23:38:09.351Z | Downloaded litrs v0.4.1 |
1022 | 2025-04-18T23:38:09.351Z | Downloaded icu_properties v1.5.1 |
1023 | 2025-04-18T23:38:09.352Z | Downloaded hyper-util v0.1.10 |
1024 | 2025-04-18T23:38:09.352Z | Downloaded hmac v0.12.1 |
1025 | 2025-04-18T23:38:09.352Z | Downloaded derive_builder_macro v0.20.2 |
1026 | 2025-04-18T23:38:09.352Z | Downloaded xz2 v0.1.7 |
1027 | 2025-04-18T23:38:09.352Z | Downloaded xattr v1.3.1 |
1028 | 2025-04-18T23:38:09.352Z | Downloaded rustls-pki-types v1.10.0 |
1029 | 2025-04-18T23:38:09.352Z | Downloaded quinn v0.11.5 |
1030 | 2025-04-18T23:38:09.352Z | Downloaded mockall_derive v0.13.1 |
1031 | 2025-04-18T23:38:09.379Z | Downloaded newline-converter v0.3.0 |
1032 | 2025-04-18T23:38:09.379Z | Downloaded spin v0.9.8 |
1033 | 2025-04-18T23:38:09.379Z | Downloaded snafu-derive v0.8.5 |
1034 | 2025-04-18T23:38:09.379Z | Downloaded smallvec v1.14.0 |
1035 | 2025-04-18T23:38:09.379Z | Downloaded slog-term v2.9.1 |
1036 | 2025-04-18T23:38:09.379Z | Downloaded memmap2 v0.9.5 |
1037 | 2025-04-18T23:38:09.379Z | Downloaded lock_api v0.4.12 |
1038 | 2025-04-18T23:38:09.379Z | Downloaded icu_provider v1.5.0 |
1039 | 2025-04-18T23:38:09.379Z | Downloaded bumpalo v3.16.0 |
1040 | 2025-04-18T23:38:09.379Z | Downloaded tokio-native-tls v0.3.1 |
1041 | 2025-04-18T23:38:09.379Z | Downloaded tokio-macros v2.5.0 |
1042 | 2025-04-18T23:38:09.379Z | Downloaded tls_codec_derive v0.4.1 |
1043 | 2025-04-18T23:38:09.404Z | Downloaded tls_codec v0.4.1 |
1044 | 2025-04-18T23:38:09.404Z | Downloaded smallvec v0.6.14 |
1045 | 2025-04-18T23:38:09.404Z | Downloaded slog-stdlog v4.1.1 |
1046 | 2025-04-18T23:38:09.404Z | Downloaded rustls-pemfile v2.2.0 |
1047 | 2025-04-18T23:38:09.404Z | Downloaded russh-keys v0.45.0 |
1048 | 2025-04-18T23:38:09.404Z | Downloaded icu_locid v1.5.0 |
1049 | 2025-04-18T23:38:09.404Z | Downloaded aes v0.8.4 |
1050 | 2025-04-18T23:38:09.404Z | Downloaded spki v0.7.3 |
1051 | 2025-04-18T23:38:09.404Z | Downloaded smf v0.2.3 |
1052 | 2025-04-18T23:38:09.404Z | Downloaded slog-scope v4.4.0 |
1053 | 2025-04-18T23:38:09.429Z | Downloaded rustc-demangle v0.1.24 |
1054 | 2025-04-18T23:38:09.429Z | Downloaded native-tls v0.2.12 |
1055 | 2025-04-18T23:38:09.429Z | Downloaded multer v3.1.0 |
1056 | 2025-04-18T23:38:09.429Z | Downloaded litemap v0.7.3 |
1057 | 2025-04-18T23:38:09.429Z | Downloaded icu_normalizer_data v1.5.0 |
1058 | 2025-04-18T23:38:09.429Z | Downloaded icu_locid_transform_data v1.5.0 |
1059 | 2025-04-18T23:38:09.429Z | Downloaded httparse v1.9.5 |
1060 | 2025-04-18T23:38:09.429Z | Downloaded slog-envlogger v2.2.0 |
1061 | 2025-04-18T23:38:09.429Z | Downloaded aws-lc-sys v0.26.0 |
1062 | 2025-04-18T23:38:09.688Z | Downloaded rustls-pemfile v1.0.4 |
1063 | 2025-04-18T23:38:09.713Z | Downloaded rustfmt-wrapper v0.2.1 |
1064 | 2025-04-18T23:38:09.713Z | Downloaded rustc_version v0.4.1 |
1065 | 2025-04-18T23:38:09.713Z | Downloaded rustc_version v0.1.7 |
1066 | 2025-04-18T23:38:09.713Z | Downloaded rustc-hash v1.1.0 |
1067 | 2025-04-18T23:38:09.713Z | Downloaded progenitor-impl v0.8.0 |
1068 | 2025-04-18T23:38:09.713Z | Downloaded mime_guess v2.0.5 |
1069 | 2025-04-18T23:38:09.713Z | Downloaded libloading v0.8.5 |
1070 | 2025-04-18T23:38:09.713Z | Downloaded jobserver v0.1.32 |
1071 | 2025-04-18T23:38:09.713Z | Downloaded ipnet v2.11.0 |
1072 | 2025-04-18T23:38:09.713Z | Downloaded crypto-bigint v0.5.5 |
1073 | 2025-04-18T23:38:09.714Z | Downloaded crossbeam-channel v0.5.13 |
1074 | 2025-04-18T23:38:09.739Z | Downloaded cc v1.2.15 |
1075 | 2025-04-18T23:38:09.739Z | Downloaded base64 v0.21.7 |
1076 | 2025-04-18T23:38:09.739Z | Downloaded backtrace v0.3.74 |
1077 | 2025-04-18T23:38:09.739Z | Downloaded ref-cast-impl v1.0.23 |
1078 | 2025-04-18T23:38:09.739Z | Downloaded ref-cast v1.0.23 |
1079 | 2025-04-18T23:38:09.739Z | Downloaded libefi-sys v0.1.0 |
1080 | 2025-04-18T23:38:09.739Z | Downloaded lazy_static v1.5.0 |
1081 | 2025-04-18T23:38:09.739Z | Downloaded kstat-rs v0.2.4 |
1082 | 2025-04-18T23:38:09.764Z | Downloaded icu_locid_transform v1.5.0 |
1083 | 2025-04-18T23:38:09.764Z | Downloaded hyper-staticfile v0.10.1 |
1084 | 2025-04-18T23:38:09.764Z | Downloaded hyper-rustls v0.27.3 |
1085 | 2025-04-18T23:38:09.764Z | Downloaded new_debug_unreachable v1.0.6 |
1086 | 2025-04-18T23:38:09.764Z | Downloaded mockall v0.13.1 |
1087 | 2025-04-18T23:38:09.764Z | Downloaded mime v0.3.17 |
1088 | 2025-04-18T23:38:09.764Z | Downloaded memoffset v0.9.1 |
1089 | 2025-04-18T23:38:09.764Z | Downloaded md-5 v0.10.6 |
1090 | 2025-04-18T23:38:09.764Z | Downloaded maybe-uninit v2.0.0 |
1091 | 2025-04-18T23:38:09.764Z | Downloaded maplit v1.0.2 |
1092 | 2025-04-18T23:38:09.764Z | Downloaded managed v0.8.0 |
1093 | 2025-04-18T23:38:09.764Z | Downloaded linked-hash-map v0.5.6 |
1094 | 2025-04-18T23:38:09.764Z | Downloaded libsw-core v0.3.1 |
1095 | 2025-04-18T23:38:09.764Z | Downloaded internet-checksum v0.2.1 |
1096 | 2025-04-18T23:38:09.764Z | Downloaded instability v0.3.2 |
1097 | 2025-04-18T23:38:09.764Z | Downloaded indent_write v2.2.0 |
1098 | 2025-04-18T23:38:09.764Z | Downloaded idna_adapter v1.2.0 |
1099 | 2025-04-18T23:38:09.790Z | Downloaded iana-time-zone v0.1.61 |
1100 | 2025-04-18T23:38:09.790Z | Downloaded headers v0.4.0 |
1101 | 2025-04-18T23:38:09.790Z | Downloaded const_format v0.2.34 |
1102 | 2025-04-18T23:38:09.790Z | Downloaded bytes v1.10.1 |
1103 | 2025-04-18T23:38:09.790Z | Downloaded base64 v0.22.1 |
1104 | 2025-04-18T23:38:09.790Z | Downloaded nanorand v0.7.0 |
1105 | 2025-04-18T23:38:09.815Z | Downloaded lockfree-object-pool v0.1.6 |
1106 | 2025-04-18T23:38:09.815Z | Downloaded lalrpop-util v0.19.12 |
1107 | 2025-04-18T23:38:09.815Z | Downloaded keccak v0.1.5 |
1108 | 2025-04-18T23:38:09.815Z | Downloaded ipnetwork v0.21.1 |
1109 | 2025-04-18T23:38:09.815Z | Downloaded indoc v2.0.6 |
1110 | 2025-04-18T23:38:09.815Z | Downloaded indoc v1.0.9 |
1111 | 2025-04-18T23:38:09.815Z | Downloaded impl-trait-for-tuples v0.2.2 |
1112 | 2025-04-18T23:38:09.815Z | Downloaded hubpack v0.1.2 |
1113 | 2025-04-18T23:38:09.815Z | Downloaded lru v0.12.5 |
1114 | 2025-04-18T23:38:09.815Z | Downloaded linear-map v1.2.0 |
1115 | 2025-04-18T23:38:09.815Z | Downloaded libsw v3.4.0 |
1116 | 2025-04-18T23:38:09.815Z | Downloaded lazycell v1.3.0 |
1117 | 2025-04-18T23:38:09.815Z | Downloaded is-terminal v0.4.13 |
1118 | 2025-04-18T23:38:09.815Z | Downloaded inout v0.1.3 |
1119 | 2025-04-18T23:38:09.815Z | Downloaded highway v1.3.0 |
1120 | 2025-04-18T23:38:09.841Z | Downloaded crc v3.2.1 |
1121 | 2025-04-18T23:38:09.841Z | Downloaded compact_str v0.8.0 |
1122 | 2025-04-18T23:38:09.841Z | Downloaded chacha20poly1305 v0.10.1 |
1123 | 2025-04-18T23:38:09.841Z | Downloaded base64 v0.13.1 |
1124 | 2025-04-18T23:38:09.841Z | Downloaded allocator-api2 v0.2.18 |
1125 | 2025-04-18T23:38:09.841Z | Downloaded lru-cache v0.1.2 |
1126 | 2025-04-18T23:38:09.841Z | Downloaded hyper-tls v0.6.0 |
1127 | 2025-04-18T23:38:09.841Z | Downloaded humantime v2.1.0 |
1128 | 2025-04-18T23:38:09.841Z | Downloaded httpdate v1.0.3 |
1129 | 2025-04-18T23:38:09.841Z | Downloaded http-body-util v0.1.2 |
1130 | 2025-04-18T23:38:09.841Z | Downloaded hostname v0.3.1 |
1131 | 2025-04-18T23:38:09.841Z | Downloaded ctr v0.9.2 |
1132 | 2025-04-18T23:38:09.866Z | Downloaded csv-core v0.1.11 |
1133 | 2025-04-18T23:38:09.866Z | Downloaded crossbeam-utils v0.8.20 |
1134 | 2025-04-18T23:38:09.866Z | Downloaded crossbeam-epoch v0.9.18 |
1135 | 2025-04-18T23:38:09.866Z | Downloaded crc-any v2.5.0 |
1136 | 2025-04-18T23:38:09.866Z | Downloaded cookie v0.18.1 |
1137 | 2025-04-18T23:38:09.866Z | Downloaded const-oid v0.9.6 |
1138 | 2025-04-18T23:38:09.866Z | Downloaded console v0.15.10 |
1139 | 2025-04-18T23:38:09.867Z | Downloaded clang-sys v1.8.1 |
1140 | 2025-04-18T23:38:09.867Z | Downloaded ciborium v0.2.2 |
1141 | 2025-04-18T23:38:09.867Z | Downloaded blake2 v0.10.6 |
1142 | 2025-04-18T23:38:09.892Z | Downloaded base64ct v1.6.0 |
1143 | 2025-04-18T23:38:09.892Z | Downloaded arc-swap v1.7.1 |
1144 | 2025-04-18T23:38:09.892Z | Downloaded ahash v0.8.11 |
1145 | 2025-04-18T23:38:09.892Z | Downloaded match_cfg v0.1.0 |
1146 | 2025-04-18T23:38:09.892Z | Downloaded is_ci v1.2.0 |
1147 | 2025-04-18T23:38:09.892Z | Downloaded instant v0.1.13 |
1148 | 2025-04-18T23:38:09.892Z | Downloaded ident_case v1.0.1 |
1149 | 2025-04-18T23:38:09.892Z | Downloaded icu_provider_macros v1.5.0 |
1150 | 2025-04-18T23:38:09.892Z | Downloaded hostname v0.4.0 |
1151 | 2025-04-18T23:38:09.892Z | Downloaded home v0.5.9 |
1152 | 2025-04-18T23:38:09.892Z | Downloaded async-trait v0.1.88 |
1153 | 2025-04-18T23:38:09.892Z | Downloaded bcs v0.1.6 |
1154 | 2025-04-18T23:38:09.892Z | Downloaded backoff v0.4.0 |
1155 | 2025-04-18T23:38:09.917Z | Downloaded argon2 v0.5.3 |
1156 | 2025-04-18T23:38:09.917Z | Downloaded http-body v1.0.1 |
1157 | 2025-04-18T23:38:09.917Z | Downloaded headers-core v0.3.0 |
1158 | 2025-04-18T23:38:09.917Z | Downloaded crc32fast v1.4.2 |
1159 | 2025-04-18T23:38:09.917Z | Downloaded cookie_store v0.21.1 |
1160 | 2025-04-18T23:38:09.917Z | Downloaded colored v2.2.0 |
1161 | 2025-04-18T23:38:09.917Z | Downloaded ciborium-ll v0.2.2 |
1162 | 2025-04-18T23:38:09.917Z | Downloaded castaway v0.2.3 |
1163 | 2025-04-18T23:38:09.917Z | Downloaded cancel-safe-futures v0.1.5 |
1164 | 2025-04-18T23:38:09.917Z | Downloaded bzip2 v0.4.4 |
1165 | 2025-04-18T23:38:09.917Z | Downloaded bit-vec v0.8.0 |
1166 | 2025-04-18T23:38:09.917Z | Downloaded atomic-waker v1.1.2 |
1167 | 2025-04-18T23:38:09.917Z | Downloaded async-bb8-diesel v0.2.1 |
1168 | 2025-04-18T23:38:09.943Z | Downloaded arrayvec v0.7.6 |
1169 | 2025-04-18T23:38:09.943Z | Downloaded crc-catalog v2.4.0 |
1170 | 2025-04-18T23:38:09.943Z | Downloaded convert_case v0.4.0 |
1171 | 2025-04-18T23:38:09.943Z | Downloaded constant_time_eq v0.3.1 |
1172 | 2025-04-18T23:38:09.943Z | Downloaded const_format_proc_macros v0.2.34 |
1173 | 2025-04-18T23:38:09.943Z | Downloaded cobs v0.2.3 |
1174 | 2025-04-18T23:38:09.943Z | Downloaded cmake v0.1.51 |
1175 | 2025-04-18T23:38:09.943Z | Downloaded chrono-tz-build v0.4.0 |
1176 | 2025-04-18T23:38:09.943Z | Downloaded cexpr v0.6.0 |
1177 | 2025-04-18T23:38:09.943Z | Downloaded cargo_metadata v0.18.1 |
1178 | 2025-04-18T23:38:09.943Z | Downloaded bit-set v0.8.0 |
1179 | 2025-04-18T23:38:09.943Z | Downloaded bb8 v0.8.5 |
1180 | 2025-04-18T23:38:09.943Z | Downloaded ascii-canvas v3.0.0 |
1181 | 2025-04-18T23:38:09.943Z | Downloaded adler2 v2.0.0 |
1182 | 2025-04-18T23:38:09.943Z | Downloaded addr2line v0.24.2 |
1183 | 2025-04-18T23:38:09.943Z | Downloaded cipher v0.4.4 |
1184 | 2025-04-18T23:38:09.943Z | Downloaded chacha20 v0.9.1 |
1185 | 2025-04-18T23:38:09.968Z | Downloaded cbc v0.1.2 |
1186 | 2025-04-18T23:38:09.968Z | Downloaded cassowary v0.3.0 |
1187 | 2025-04-18T23:38:09.968Z | Downloaded buf-list v1.0.3 |
1188 | 2025-04-18T23:38:09.968Z | Downloaded blowfish v0.9.1 |
1189 | 2025-04-18T23:38:09.968Z | Downloaded block-padding v0.3.3 |
1190 | 2025-04-18T23:38:09.968Z | Downloaded bitfield-struct v0.6.2 |
1191 | 2025-04-18T23:38:09.968Z | Downloaded bitfield v0.14.0 |
1192 | 2025-04-18T23:38:09.968Z | Downloaded bit-set v0.5.3 |
1193 | 2025-04-18T23:38:09.968Z | Downloaded bcrypt-pbkdf v0.10.0 |
1194 | 2025-04-18T23:38:09.969Z | Downloaded async-stream v0.3.6 |
1195 | 2025-04-18T23:38:09.969Z | Downloaded arrayref v0.3.9 |
1196 | 2025-04-18T23:38:09.969Z | Downloaded array-init v0.0.4 |
1197 | 2025-04-18T23:38:09.969Z | Downloaded async-recursion v1.1.1 |
1198 | 2025-04-18T23:38:09.969Z | Downloaded assert_matches v1.5.0 |
1199 | 2025-04-18T23:38:09.994Z | Downloaded crucible-workspace-hack v0.1.0 |
1200 | 2025-04-18T23:38:09.994Z | Downloaded ciborium-io v0.2.2 |
1201 | 2025-04-18T23:38:09.994Z | Downloaded async-stream-impl v0.3.6 |
1202 | 2025-04-18T23:38:09.994Z | Downloaded aead v0.5.2 |
1203 | 2025-04-18T23:38:09.994Z | Downloaded cfg_aliases v0.1.1 |
1204 | 2025-04-18T23:38:10.098Z | Compiling serde v1.0.219 |
1205 | 2025-04-18T23:38:10.123Z | Compiling value-bag v1.9.0 |
1206 | 2025-04-18T23:38:10.123Z | Compiling lock_api v0.4.12 |
1207 | 2025-04-18T23:38:10.123Z | Compiling scopeguard v1.2.0 |
1208 | 2025-04-18T23:38:10.123Z | Compiling typenum v1.17.0 |
1209 | 2025-04-18T23:38:10.123Z | Compiling generic-array v0.14.7 |
1210 | 2025-04-18T23:38:10.153Z | Compiling syn v2.0.98 |
1211 | 2025-04-18T23:38:10.178Z | Compiling getrandom v0.2.15 |
1212 | 2025-04-18T23:38:10.377Z | Compiling shlex v1.3.0 |
1213 | 2025-04-18T23:38:10.549Z | Compiling log v0.4.22 |
1214 | 2025-04-18T23:38:10.574Z | Compiling rand_core v0.6.4 |
1215 | 2025-04-18T23:38:10.659Z | Compiling jobserver v0.1.32 |
1216 | 2025-04-18T23:38:10.706Z | Compiling subtle v2.6.1 |
1217 | 2025-04-18T23:38:10.731Z | Compiling smallvec v1.14.0 |
1218 | 2025-04-18T23:38:10.996Z | Compiling const-oid v0.9.6 |
1219 | 2025-04-18T23:38:11.021Z | Compiling cc v1.2.15 |
1220 | 2025-04-18T23:38:11.060Z | Compiling rustix v0.38.37 |
1221 | 2025-04-18T23:38:11.085Z | Compiling parking_lot_core v0.9.10 |
1222 | 2025-04-18T23:38:11.240Z | Compiling pin-project-lite v0.2.14 |
1223 | 2025-04-18T23:38:11.347Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-04-18T23:38:11.388Z | Compiling stable_deref_trait v1.2.0 |
1225 | 2025-04-18T23:38:11.502Z | Compiling mio v1.0.2 |
1226 | 2025-04-18T23:38:12.346Z | Compiling parking_lot v0.12.3 |
1227 | 2025-04-18T23:38:12.397Z | Compiling spin v0.9.8 |
1228 | 2025-04-18T23:38:12.473Z | Compiling futures-core v0.3.31 |
1229 | 2025-04-18T23:38:12.643Z | Compiling aho-corasick v1.1.3 |
1230 | 2025-04-18T23:38:12.791Z | Compiling libm v0.2.8 |
1231 | 2025-04-18T23:38:12.844Z | Compiling serde_json v1.0.140 |
1232 | 2025-04-18T23:38:12.979Z | Compiling regex-syntax v0.8.5 |
1233 | 2025-04-18T23:38:13.110Z | Compiling cpufeatures v0.2.14 |
1234 | 2025-04-18T23:38:13.266Z | Compiling socket2 v0.5.8 |
1235 | 2025-04-18T23:38:13.299Z | Compiling num-traits v0.2.19 |
1236 | 2025-04-18T23:38:13.330Z | Compiling either v1.14.0 |
1237 | 2025-04-18T23:38:13.355Z | Compiling pkg-config v0.3.31 |
1238 | 2025-04-18T23:38:13.556Z | Compiling futures-sink v0.3.31 |
1239 | 2025-04-18T23:38:13.681Z | Compiling glob v0.3.2 |
1240 | 2025-04-18T23:38:13.991Z | Compiling slab v0.4.9 |
1241 | 2025-04-18T23:38:14.245Z | Compiling getrandom v0.3.1 |
1242 | 2025-04-18T23:38:14.402Z | Compiling prettyplease v0.2.30 |
1243 | 2025-04-18T23:38:14.431Z | Compiling clang-sys v1.8.1 |
1244 | 2025-04-18T23:38:14.894Z | Compiling lazy_static v1.5.0 |
1245 | 2025-04-18T23:38:14.980Z | Compiling allocator-api2 v0.2.18 |
1246 | 2025-04-18T23:38:15.005Z | Compiling foldhash v0.1.3 |
1247 | 2025-04-18T23:38:15.055Z | Compiling minimal-lexical v0.2.1 |
1248 | 2025-04-18T23:38:15.334Z | Compiling libloading v0.8.5 |
1249 | 2025-04-18T23:38:15.468Z | Compiling nom v7.1.3 |
1250 | 2025-04-18T23:38:15.616Z | Compiling hashbrown v0.15.1 |
1251 | 2025-04-18T23:38:15.656Z | Compiling bindgen v0.69.5 |
1252 | 2025-04-18T23:38:15.707Z | Compiling home v0.5.9 |
1253 | 2025-04-18T23:38:15.904Z | Compiling base64ct v1.6.0 |
1254 | 2025-04-18T23:38:16.188Z | Compiling regex-automata v0.4.8 |
1255 | 2025-04-18T23:38:16.368Z | Compiling pem-rfc7468 v0.7.0 |
1256 | 2025-04-18T23:38:16.422Z | Compiling futures-channel v0.3.31 |
1257 | 2025-04-18T23:38:16.605Z | Compiling itertools v0.10.5 |
1258 | 2025-04-18T23:38:16.820Z | Compiling synstructure v0.13.1 |
1259 | 2025-04-18T23:38:17.913Z | Compiling lazycell v1.3.0 |
1260 | 2025-04-18T23:38:18.022Z | Compiling cexpr v0.6.0 |
1261 | 2025-04-18T23:38:18.105Z | Compiling rustc-hash v1.1.0 |
1262 | 2025-04-18T23:38:18.281Z | Compiling litemap v0.7.3 |
1263 | 2025-04-18T23:38:18.306Z | Compiling writeable v0.5.5 |
1264 | 2025-04-18T23:38:18.663Z | Compiling pin-utils v0.1.0 |
1265 | 2025-04-18T23:38:18.782Z | Compiling futures-io v0.3.31 |
1266 | 2025-04-18T23:38:18.807Z | Compiling futures-task v0.3.31 |
1267 | 2025-04-18T23:38:18.834Z | Compiling flagset v0.4.6 |
1268 | 2025-04-18T23:38:19.077Z | Compiling cmake v0.1.51 |
1269 | 2025-04-18T23:38:19.107Z | Compiling dunce v1.0.5 |
1270 | 2025-04-18T23:38:19.132Z | Compiling fs_extra v1.3.0 |
1271 | 2025-04-18T23:38:19.260Z | Compiling icu_locid_transform_data v1.5.0 |
1272 | 2025-04-18T23:38:19.394Z | Compiling vcpkg v0.2.15 |
1273 | 2025-04-18T23:38:19.422Z | Compiling paste v1.0.15 |
1274 | 2025-04-18T23:38:19.447Z | Compiling crossbeam-utils v0.8.20 |
1275 | 2025-04-18T23:38:19.676Z | Compiling icu_properties_data v1.5.0 |
1276 | 2025-04-18T23:38:19.926Z | Compiling ring v0.17.11 |
1277 | 2025-04-18T23:38:19.971Z | Compiling tracing-core v0.1.32 |
1278 | 2025-04-18T23:38:20.025Z | Compiling zerocopy v0.8.10 |
1279 | 2025-04-18T23:38:20.732Z | Compiling regex v1.11.1 |
1280 | 2025-04-18T23:38:20.922Z | Compiling aws-lc-rs v1.12.4 |
1281 | 2025-04-18T23:38:20.988Z | Compiling icu_normalizer_data v1.5.0 |
1282 | 2025-04-18T23:38:21.025Z | Compiling openssl-sys v0.9.106 |
1283 | 2025-04-18T23:38:21.101Z | Compiling iana-time-zone v0.1.61 |
1284 | 2025-04-18T23:38:21.127Z | Compiling write16 v1.0.0 |
1285 | 2025-04-18T23:38:21.157Z | Compiling serde_derive v1.0.219 |
1286 | 2025-04-18T23:38:21.266Z | Compiling zeroize_derive v1.4.2 |
1287 | 2025-04-18T23:38:21.358Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2025-04-18T23:38:21.469Z | Compiling zerofrom-derive v0.1.4 |
1289 | 2025-04-18T23:38:21.640Z | Compiling yoke-derive v0.7.4 |
1290 | 2025-04-18T23:38:21.977Z | Compiling tokio-macros v2.5.0 |
1291 | 2025-04-18T23:38:22.492Z | Compiling zeroize v1.8.1 |
1292 | 2025-04-18T23:38:23.102Z | Compiling zerocopy v0.7.35 |
1293 | 2025-04-18T23:38:23.237Z | Compiling zerovec-derive v0.10.3 |
1294 | 2025-04-18T23:38:23.789Z | Compiling displaydoc v0.2.5 |
1295 | 2025-04-18T23:38:23.870Z | Compiling thiserror-impl v1.0.69 |
1296 | 2025-04-18T23:38:23.990Z | Compiling crypto-common v0.1.6 |
1297 | 2025-04-18T23:38:24.236Z | Compiling block-buffer v0.10.4 |
1298 | 2025-04-18T23:38:24.284Z | Compiling block-padding v0.3.3 |
1299 | 2025-04-18T23:38:24.398Z | Compiling zerofrom v0.1.4 |
1300 | 2025-04-18T23:38:24.507Z | Compiling digest v0.10.7 |
1301 | 2025-04-18T23:38:24.539Z | Compiling inout v0.1.3 |
1302 | 2025-04-18T23:38:24.622Z | Compiling yoke v0.7.4 |
1303 | 2025-04-18T23:38:24.824Z | Compiling cipher v0.4.4 |
1304 | 2025-04-18T23:38:24.984Z | Compiling hmac v0.12.1 |
1305 | 2025-04-18T23:38:25.010Z | Compiling sha2 v0.10.8 |
1306 | 2025-04-18T23:38:25.190Z | Compiling der_derive v0.7.3 |
1307 | 2025-04-18T23:38:25.268Z | Compiling futures-macro v0.3.31 |
1308 | 2025-04-18T23:38:25.347Z | Compiling zerovec v0.10.4 |
1309 | 2025-04-18T23:38:25.372Z | Compiling icu_provider_macros v1.5.0 |
1310 | 2025-04-18T23:38:25.510Z | Compiling salsa20 v0.10.2 |
1311 | 2025-04-18T23:38:25.734Z | Compiling pbkdf2 v0.12.2 |
1312 | 2025-04-18T23:38:25.908Z | Compiling ppv-lite86 v0.2.20 |
1313 | 2025-04-18T23:38:26.335Z | Compiling scrypt v0.11.0 |
1314 | 2025-04-18T23:38:26.489Z | Compiling thiserror v1.0.69 |
1315 | 2025-04-18T23:38:26.616Z | Compiling cbc v0.1.2 |
1316 | 2025-04-18T23:38:26.654Z | Compiling aes v0.8.4 |
1317 | 2025-04-18T23:38:26.971Z | Compiling pest v2.7.14 |
1318 | 2025-04-18T23:38:27.076Z | Compiling futures-util v0.3.31 |
1319 | 2025-04-18T23:38:27.181Z | Compiling tinystr v0.7.6 |
1320 | 2025-04-18T23:38:27.279Z | Compiling der v0.7.9 |
1321 | 2025-04-18T23:38:27.363Z | Compiling icu_collections v1.5.0 |
1322 | 2025-04-18T23:38:27.562Z | Compiling icu_locid v1.5.0 |
1323 | 2025-04-18T23:38:27.972Z | Compiling tracing-attributes v0.1.27 |
1324 | 2025-04-18T23:38:28.509Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-04-18T23:38:28.736Z | Compiling icu_provider v1.5.0 |
1326 | 2025-04-18T23:38:28.949Z | Compiling percent-encoding v2.3.1 |
1327 | 2025-04-18T23:38:29.255Z | Compiling spki v0.7.3 |
1328 | 2025-04-18T23:38:29.297Z | Compiling utf16_iter v1.0.5 |
1329 | 2025-04-18T23:38:29.517Z | Compiling icu_locid_transform v1.5.0 |
1330 | 2025-04-18T23:38:29.567Z | Compiling pkcs5 v0.7.1 |
1331 | 2025-04-18T23:38:29.612Z | Compiling pest_meta v2.7.14 |
1332 | 2025-04-18T23:38:29.637Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-04-18T23:38:29.867Z | Compiling zerocopy-derive v0.8.10 |
1334 | 2025-04-18T23:38:30.551Z | Compiling pkcs8 v0.10.2 |
1335 | 2025-04-18T23:38:30.676Z | Compiling icu_properties v1.5.1 |
1336 | 2025-04-18T23:38:30.856Z | Compiling tracing v0.1.40 |
1337 | 2025-04-18T23:38:31.552Z | Compiling httparse v1.9.5 |
1338 | 2025-04-18T23:38:31.972Z | Compiling rustls-pki-types v1.10.0 |
1339 | 2025-04-18T23:38:32.098Z | Compiling bytes v1.10.1 |
1340 | 2025-04-18T23:38:32.212Z | Compiling bitflags v2.6.0 |
1341 | 2025-04-18T23:38:32.462Z | Compiling semver v1.0.25 |
1342 | 2025-04-18T23:38:32.851Z | Compiling indexmap v2.7.1 |
1343 | 2025-04-18T23:38:33.043Z | Compiling rustc_version v0.4.1 |
1344 | 2025-04-18T23:38:33.216Z | Compiling tokio v1.43.0 |
1345 | 2025-04-18T23:38:33.347Z | Compiling http v1.2.0 |
1346 | 2025-04-18T23:38:33.628Z | Compiling uuid v1.15.1 |
1347 | 2025-04-18T23:38:34.002Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-04-18T23:38:34.647Z | Compiling chrono v0.4.40 |
1349 | 2025-04-18T23:38:34.683Z | Compiling tinyvec_macros v0.1.1 |
1350 | 2025-04-18T23:38:34.806Z | Compiling tinyvec v1.8.0 |
1351 | 2025-04-18T23:38:34.968Z | Compiling idna_adapter v1.2.0 |
1352 | 2025-04-18T23:38:35.190Z | Compiling http-body v1.0.1 |
1353 | 2025-04-18T23:38:35.428Z | Compiling scroll v0.12.0 |
1354 | 2025-04-18T23:38:35.607Z | Compiling pest_generator v2.7.14 |
1355 | 2025-04-18T23:38:35.642Z | Compiling serde_derive_internals v0.29.1 |
1356 | 2025-04-18T23:38:35.926Z | Compiling which v4.4.2 |
1357 | 2025-04-18T23:38:36.132Z | Compiling untrusted v0.9.0 |
1358 | 2025-04-18T23:38:36.431Z | Compiling try-lock v0.2.5 |
1359 | 2025-04-18T23:38:36.600Z | Compiling adler2 v2.0.0 |
1360 | 2025-04-18T23:38:36.695Z | Compiling num-conv v0.1.0 |
1361 | 2025-04-18T23:38:36.862Z | Compiling powerfmt v0.2.0 |
1362 | 2025-04-18T23:38:36.985Z | Compiling time-core v0.1.2 |
1363 | 2025-04-18T23:38:37.090Z | Compiling openssl v0.10.71 |
1364 | 2025-04-18T23:38:37.186Z | Compiling schemars v0.8.22 |
1365 | 2025-04-18T23:38:37.228Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2025-04-18T23:38:37.363Z | Compiling rustversion v1.0.17 |
1367 | 2025-04-18T23:38:37.453Z | Compiling atomic-waker v1.1.2 |
1368 | 2025-04-18T23:38:37.509Z | Compiling untrusted v0.7.1 |
1369 | 2025-04-18T23:38:37.614Z | Compiling schemars_derive v0.8.22 |
1370 | 2025-04-18T23:38:37.704Z | Compiling foreign-types v0.3.2 |
1371 | 2025-04-18T23:38:37.729Z | Compiling goblin v0.8.2 |
1372 | 2025-04-18T23:38:37.754Z | Compiling time-macros v0.2.18 |
1373 | 2025-04-18T23:38:37.819Z | Compiling deranged v0.3.11 |
1374 | 2025-04-18T23:38:38.026Z | Compiling rand_core v0.9.2 |
1375 | 2025-04-18T23:38:38.129Z | Compiling pest_derive v2.7.14 |
1376 | 2025-04-18T23:38:38.446Z | Compiling miniz_oxide v0.8.5 |
1377 | 2025-04-18T23:38:38.801Z | Compiling want v0.3.1 |
1378 | 2025-04-18T23:38:39.689Z | Compiling idna v1.0.3 |
1379 | 2025-04-18T23:38:39.734Z | Compiling form_urlencoded v1.2.1 |
1380 | 2025-04-18T23:38:40.169Z | Compiling openssl-macros v0.1.1 |
1381 | 2025-04-18T23:38:40.202Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1382 | 2025-04-18T23:38:40.630Z | Compiling tokio-util v0.7.13 |
1383 | 2025-04-18T23:38:40.799Z | Compiling num_threads v0.1.7 |
1384 | 2025-04-18T23:38:40.956Z | Compiling httpdate v1.0.3 |
1385 | 2025-04-18T23:38:41.085Z | Compiling dyn-clone v1.0.19 |
1386 | 2025-04-18T23:38:41.171Z | Compiling tower-service v0.3.3 |
1387 | 2025-04-18T23:38:41.312Z | Compiling native-tls v0.2.12 |
1388 | 2025-04-18T23:38:41.346Z | Compiling syn v1.0.109 |
1389 | 2025-04-18T23:38:41.371Z | Compiling siphasher v0.3.11 |
1390 | 2025-04-18T23:38:41.622Z | Compiling h2 v0.4.6 |
1391 | 2025-04-18T23:38:41.775Z | Compiling rustls v0.23.19 |
1392 | 2025-04-18T23:38:42.050Z | Compiling time v0.3.36 |
1393 | 2025-04-18T23:38:44.415Z | Compiling dof v0.3.0 |
1394 | 2025-04-18T23:38:44.614Z | Compiling dtrace-parser v0.2.0 |
1395 | 2025-04-18T23:38:45.012Z | Compiling rand_chacha v0.9.0 |
1396 | 2025-04-18T23:38:46.032Z | Compiling unicode-normalization v0.1.24 |
1397 | 2025-04-18T23:38:46.108Z | Compiling heapless v0.7.17 |
1398 | 2025-04-18T23:38:46.287Z | Compiling crossbeam-epoch v0.9.18 |
1399 | 2025-04-18T23:38:46.499Z | Compiling rand_chacha v0.3.1 |
1400 | 2025-04-18T23:38:46.687Z | Compiling signature v2.2.0 |
1401 | 2025-04-18T23:38:46.956Z | Compiling crc32fast v1.4.2 |
1402 | 2025-04-18T23:38:46.980Z | Compiling cookie v0.18.1 |
1403 | 2025-04-18T23:38:47.005Z | Compiling openssl-probe v0.1.5 |
1404 | 2025-04-18T23:38:47.005Z | Compiling rayon-core v1.12.1 |
1405 | 2025-04-18T23:38:47.260Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-04-18T23:38:47.291Z | Compiling unicode-bidi v0.3.17 |
1407 | 2025-04-18T23:38:47.315Z | Compiling base64 v0.22.1 |
1408 | 2025-04-18T23:38:47.315Z | Compiling slog v2.7.0 |
1409 | 2025-04-18T23:38:47.618Z | Compiling signal-hook v0.3.17 |
1410 | 2025-04-18T23:38:47.939Z | Compiling hyper v1.6.0 |
1411 | 2025-04-18T23:38:47.966Z | Compiling stringprep v0.1.5 |
1412 | 2025-04-18T23:38:48.379Z | Compiling usdt-impl v0.5.0 |
1413 | 2025-04-18T23:38:48.423Z | Compiling rand v0.8.5 |
1414 | 2025-04-18T23:38:48.449Z | Compiling crossbeam-deque v0.8.5 |
1415 | 2025-04-18T23:38:48.774Z | Compiling rand v0.9.0 |
1416 | 2025-04-18T23:38:49.009Z | Compiling url v2.5.3 |
1417 | 2025-04-18T23:38:49.579Z | Compiling curve25519-dalek v4.1.3 |
1418 | 2025-04-18T23:38:50.235Z | Compiling hyper-util v0.1.10 |
1419 | 2025-04-18T23:38:50.263Z | Compiling toml_datetime v0.6.8 |
1420 | 2025-04-18T23:38:50.356Z | Compiling serde_tokenstream v0.2.2 |
1421 | 2025-04-18T23:38:50.381Z | Compiling serde_spanned v0.6.8 |
1422 | 2025-04-18T23:38:50.599Z | Compiling md-5 v0.10.6 |
1423 | 2025-04-18T23:38:50.624Z | Compiling num-integer v0.1.46 |
1424 | 2025-04-18T23:38:50.712Z | Compiling hash32 v0.2.1 |
1425 | 2025-04-18T23:38:50.857Z | Compiling ff v0.13.0 |
1426 | 2025-04-18T23:38:50.893Z | Compiling memoffset v0.9.1 |
1427 | 2025-04-18T23:38:51.035Z | Compiling base16ct v0.2.0 |
1428 | 2025-04-18T23:38:51.079Z | Compiling num-bigint-dig v0.8.4 |
1429 | 2025-04-18T23:38:51.176Z | Compiling litrs v0.4.1 |
1430 | 2025-04-18T23:38:51.244Z | Compiling cfg_aliases v0.2.1 |
1431 | 2025-04-18T23:38:51.268Z | Compiling newtype-uuid v1.2.1 |
1432 | 2025-04-18T23:38:51.331Z | Compiling psl-types v2.0.11 |
1433 | 2025-04-18T23:38:51.367Z | Compiling gimli v0.31.1 |
1434 | 2025-04-18T23:38:51.392Z | Compiling smoltcp v0.9.1 |
1435 | 2025-04-18T23:38:51.542Z | Compiling fallible-iterator v0.2.0 |
1436 | 2025-04-18T23:38:51.567Z | Compiling portable-atomic v1.9.0 |
1437 | 2025-04-18T23:38:52.021Z | Compiling publicsuffix v2.3.0 |
1438 | 2025-04-18T23:38:52.175Z | Compiling document-features v0.2.10 |
1439 | 2025-04-18T23:38:52.229Z | Compiling postgres-protocol v0.6.8 |
1440 | 2025-04-18T23:38:52.319Z | Compiling nix v0.29.0 |
1441 | 2025-04-18T23:38:52.491Z | Compiling sec1 v0.7.3 |
1442 | 2025-04-18T23:38:52.885Z | Compiling num-iter v0.1.45 |
1443 | 2025-04-18T23:38:52.981Z | Compiling group v0.13.0 |
1444 | 2025-04-18T23:38:53.163Z | Compiling bzip2 v0.4.4 |
1445 | 2025-04-18T23:38:53.283Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2025-04-18T23:38:53.967Z | Compiling flate2 v1.1.0 |
1447 | 2025-04-18T23:38:54.153Z | Compiling ipnetwork v0.21.1 |
1448 | 2025-04-18T23:38:54.177Z | Compiling phf_shared v0.11.2 |
1449 | 2025-04-18T23:38:54.241Z | Compiling terminal_size v0.4.0 |
1450 | 2025-04-18T23:38:54.456Z | Compiling http-body-util v0.1.2 |
1451 | 2025-04-18T23:38:54.513Z | Compiling webpki-roots v0.26.6 |
1452 | 2025-04-18T23:38:54.538Z | Compiling hkdf v0.12.4 |
1453 | 2025-04-18T23:38:54.710Z | Compiling crypto-bigint v0.5.5 |
1454 | 2025-04-18T23:38:54.776Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2025-04-18T23:38:54.801Z | Compiling async-trait v0.1.88 |
1456 | 2025-04-18T23:38:54.893Z | Compiling addr2line v0.24.2 |
1457 | 2025-04-18T23:38:54.917Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2025-04-18T23:38:55.361Z | Compiling sync_wrapper v1.0.1 |
1459 | 2025-04-18T23:38:55.532Z | Compiling fs-err v2.11.0 |
1460 | 2025-04-18T23:38:55.557Z | Compiling ahash v0.8.11 |
1461 | 2025-04-18T23:38:55.832Z | Compiling object v0.36.5 |
1462 | 2025-04-18T23:38:55.878Z | Compiling buf-list v1.0.3 |
1463 | 2025-04-18T23:38:56.136Z | Compiling unicode-width v0.2.0 |
1464 | 2025-04-18T23:38:56.418Z | Compiling anyhow v1.0.97 |
1465 | 2025-04-18T23:38:56.453Z | Compiling simd-adler32 v0.3.7 |
1466 | 2025-04-18T23:38:56.608Z | Compiling winnow v0.5.40 |
1467 | 2025-04-18T23:38:56.899Z | Compiling rustc-demangle v0.1.24 |
1468 | 2025-04-18T23:38:56.967Z | Compiling managed v0.8.0 |
1469 | 2025-04-18T23:38:57.001Z | Compiling lockfree-object-pool v0.1.6 |
1470 | 2025-04-18T23:38:57.253Z | Compiling zip v2.1.3 |
1471 | 2025-04-18T23:38:57.366Z | Compiling ipnet v2.11.0 |
1472 | 2025-04-18T23:38:57.530Z | Compiling bumpalo v3.16.0 |
1473 | 2025-04-18T23:38:57.703Z | Compiling tower-layer v0.3.3 |
1474 | 2025-04-18T23:38:57.952Z | Compiling tower v0.5.2 |
1475 | 2025-04-18T23:38:57.976Z | Compiling zopfli v0.8.1 |
1476 | 2025-04-18T23:38:58.355Z | Compiling elliptic-curve v0.13.8 |
1477 | 2025-04-18T23:38:59.038Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-04-18T23:38:59.074Z | Compiling clap_builder v4.5.32 |
1479 | 2025-04-18T23:38:59.286Z | Compiling strum_macros v0.25.3 |
1480 | 2025-04-18T23:38:59.609Z | Compiling toml_edit v0.19.15 |
1481 | 2025-04-18T23:38:59.784Z | Compiling hubpack v0.1.2 |
1482 | 2025-04-18T23:39:00.073Z | Compiling console v0.15.10 |
1483 | 2025-04-18T23:39:00.284Z | Compiling zerocopy v0.6.6 |
1484 | 2025-04-18T23:39:01.181Z | Compiling hyper-tls v0.6.0 |
1485 | 2025-04-18T23:39:01.213Z | Compiling oxnet v0.1.1 |
1486 | 2025-04-18T23:39:01.565Z | Compiling backtrace v0.3.74 |
1487 | 2025-04-18T23:39:01.891Z | Compiling phf v0.11.2 |
1488 | 2025-04-18T23:39:02.045Z | Compiling rayon v1.10.0 |
1489 | 2025-04-18T23:39:02.166Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-04-18T23:39:02.345Z | Compiling cookie_store v0.21.1 |
1491 | 2025-04-18T23:39:03.667Z | Compiling postgres-types v0.2.9 |
1492 | 2025-04-18T23:39:05.100Z | Compiling usdt-macro v0.5.0 |
1493 | 2025-04-18T23:39:05.368Z | Compiling usdt-attr-macro v0.5.0 |
1494 | 2025-04-18T23:39:05.581Z | Compiling ed25519 v2.2.3 |
1495 | 2025-04-18T23:39:05.814Z | Compiling phf_shared v0.10.0 |
1496 | 2025-04-18T23:39:05.875Z | Compiling serde_urlencoded v0.7.1 |
1497 | 2025-04-18T23:39:06.183Z | Compiling clap_derive v4.5.32 |
1498 | 2025-04-18T23:39:06.314Z | Compiling enum-as-inner v0.6.1 |
1499 | 2025-04-18T23:39:06.339Z | Compiling rustls-pemfile v2.2.0 |
1500 | 2025-04-18T23:39:06.687Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-04-18T23:39:06.712Z | Compiling futures-executor v0.3.31 |
1502 | 2025-04-18T23:39:06.737Z | Compiling pkcs1 v0.7.5 |
1503 | 2025-04-18T23:39:06.941Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-04-18T23:39:07.124Z | Compiling serde_repr v0.1.19 |
1505 | 2025-04-18T23:39:07.202Z | Compiling daft-derive v0.1.2 |
1506 | 2025-04-18T23:39:07.227Z | Compiling bstr v1.10.0 |
1507 | 2025-04-18T23:39:07.251Z | Compiling float-cmp v0.10.0 |
1508 | 2025-04-18T23:39:07.493Z | Compiling encoding_rs v0.8.34 |
1509 | 2025-04-18T23:39:07.519Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-04-18T23:39:07.637Z | Compiling difflib v0.4.0 |
1511 | 2025-04-18T23:39:08.037Z | Compiling whoami v1.5.2 |
1512 | 2025-04-18T23:39:08.503Z | Compiling number_prefix v0.4.0 |
1513 | 2025-04-18T23:39:08.547Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-04-18T23:39:08.617Z | Compiling mime v0.3.17 |
1515 | 2025-04-18T23:39:08.728Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2025-04-18T23:39:08.827Z | Compiling data-encoding v2.6.0 |
1517 | 2025-04-18T23:39:08.872Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-04-18T23:39:09.088Z | Compiling new_debug_unreachable v1.0.6 |
1519 | 2025-04-18T23:39:09.192Z | Compiling static_assertions v1.1.0 |
1520 | 2025-04-18T23:39:09.278Z | Compiling predicates-core v1.0.8 |
1521 | 2025-04-18T23:39:09.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-04-18T23:39:09.327Z | Compiling string_cache v0.8.7 |
1523 | 2025-04-18T23:39:09.582Z | Compiling predicates v3.1.3 |
1524 | 2025-04-18T23:39:09.727Z | Compiling hickory-proto v0.24.4 |
1525 | 2025-04-18T23:39:09.884Z | Compiling clap v4.5.32 |
1526 | 2025-04-18T23:39:10.005Z | Compiling similar v2.7.0 |
1527 | 2025-04-18T23:39:10.494Z | Compiling petgraph v0.6.5 |
1528 | 2025-04-18T23:39:10.779Z | Compiling toml_edit v0.22.24 |
1529 | 2025-04-18T23:39:10.956Z | Compiling indicatif v0.17.11 |
1530 | 2025-04-18T23:39:11.815Z | Compiling daft v0.1.2 |
1531 | 2025-04-18T23:39:12.246Z | Compiling tokio-postgres v0.7.13 |
1532 | 2025-04-18T23:39:12.710Z | Compiling usdt v0.5.0 |
1533 | 2025-04-18T23:39:13.128Z | Compiling rsa v0.9.6 |
1534 | 2025-04-18T23:39:13.687Z | Compiling ecdsa v0.16.9 |
1535 | 2025-04-18T23:39:14.057Z | Compiling futures v0.3.31 |
1536 | 2025-04-18T23:39:14.176Z | Compiling ed25519-dalek v2.1.1 |
1537 | 2025-04-18T23:39:14.515Z | Compiling toml v0.7.8 |
1538 | 2025-04-18T23:39:15.792Z | Compiling crossterm v0.28.1 |
1539 | 2025-04-18T23:39:16.903Z | Compiling zip v0.6.6 |
1540 | 2025-04-18T23:39:17.082Z | Compiling tokio-stream v0.1.17 |
1541 | 2025-04-18T23:39:17.185Z | Compiling openapiv3 v2.0.0 |
1542 | 2025-04-18T23:39:17.514Z | Compiling hex v0.4.3 |
1543 | 2025-04-18T23:39:17.914Z | Compiling x509-cert v0.2.5 |
1544 | 2025-04-18T23:39:17.988Z | Compiling sha1 v0.10.6 |
1545 | 2025-04-18T23:39:18.032Z | Compiling dirs-sys-next v0.1.2 |
1546 | 2025-04-18T23:39:18.374Z | Compiling unicode-xid v0.2.6 |
1547 | 2025-04-18T23:39:18.399Z | Compiling lalrpop-util v0.19.12 |
1548 | 2025-04-18T23:39:18.538Z | Compiling peg-runtime v0.8.5 |
1549 | 2025-04-18T23:39:18.575Z | Compiling dirs-next v2.0.0 |
1550 | 2025-04-18T23:39:18.600Z | Compiling thread_local v1.1.8 |
1551 | 2025-04-18T23:39:18.716Z | Compiling slog-async v2.8.0 |
1552 | 2025-04-18T23:39:18.764Z | Compiling term v0.7.0 |
1553 | 2025-04-18T23:39:19.044Z | Compiling strum_macros v0.26.4 |
1554 | 2025-04-18T23:39:19.068Z | Compiling xattr v1.3.1 |
1555 | 2025-04-18T23:39:19.241Z | Compiling crossbeam-channel v0.5.13 |
1556 | 2025-04-18T23:39:19.320Z | Compiling filetime v0.2.25 |
1557 | 2025-04-18T23:39:19.595Z | Compiling is-terminal v0.4.13 |
1558 | 2025-04-18T23:39:19.707Z | Compiling take_mut v0.2.2 |
1559 | 2025-04-18T23:39:19.736Z | Compiling slog-term v2.9.1 |
1560 | 2025-04-18T23:39:19.872Z | Compiling tar v0.4.44 |
1561 | 2025-04-18T23:39:19.917Z | Compiling camino v1.1.9 |
1562 | 2025-04-18T23:39:22.599Z | Compiling strum v0.26.3 |
1563 | 2025-04-18T23:39:26.168Z | Compiling aws-lc-sys v0.26.0 |
1564 | 2025-04-18T23:39:58.952Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-04-18T23:40:04.659Z | Compiling tokio-rustls v0.26.0 |
1566 | 2025-04-18T23:40:04.982Z | Compiling hyper-rustls v0.27.3 |
1567 | 2025-04-18T23:40:05.300Z | Compiling reqwest v0.12.12 |
1568 | 2025-04-18T23:40:09.335Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1569 | 2025-04-18T23:40:09.690Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1570 | 2025-04-18T23:40:14.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
1571 | 2025-04-18T23:40:15.090Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1572 | 2025-04-18T23:40:15.156Z | Apr 18 23:40:15.149 INFO Starting download, target: Clickhouse |
1573 | 2025-04-18T23:40:15.156Z | Apr 18 23:40:15.149 INFO Starting download, target: Cockroach |
1574 | 2025-04-18T23:40:15.156Z | Apr 18 23:40:15.149 INFO Starting download, target: Console |
1575 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.149 INFO Starting download, target: DendriteOpenapi |
1576 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.149 INFO Starting download, target: MaghemiteMgd |
1577 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.149 INFO Starting download, target: DendriteStub |
1578 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.149 INFO Starting download, target: TransceiverControl |
1579 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.151 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1580 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1581 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1582 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi |
1583 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1584 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1585 | 2025-04-18T23:40:15.181Z | Apr 18 23:40:15.152 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1586 | 2025-04-18T23:40:15.477Z | Apr 18 23:40:15.450 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-04-18T23:40:15.624Z | Apr 18 23:40:15.577 INFO Download complete, target: DendriteOpenapi |
1588 | 2025-04-18T23:40:15.922Z | Apr 18 23:40:15.900 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1589 | 2025-04-18T23:40:15.991Z | Apr 18 23:40:15.958 INFO Download complete, target: Console |
1590 | 2025-04-18T23:40:16.293Z | Apr 18 23:40:16.283 INFO Download complete, target: TransceiverControl |
1591 | 2025-04-18T23:40:17.593Z | Apr 18 23:40:17.586 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1592 | 2025-04-18T23:40:18.064Z | Apr 18 23:40:18.057 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1593 | 2025-04-18T23:40:21.050Z | Apr 18 23:40:21.041 INFO Download complete, target: DendriteStub |
1594 | 2025-04-18T23:40:21.076Z | Apr 18 23:40:21.043 INFO Download complete, target: MaghemiteMgd |
1595 | 2025-04-18T23:40:21.624Z | Apr 18 23:40:21.613 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1596 | 2025-04-18T23:40:21.624Z | Apr 18 23:40:21.613 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1597 | 2025-04-18T23:40:28.874Z | Apr 18 23:40:28.849 INFO Checking that binary works, target: Cockroach |
1598 | 2025-04-18T23:40:29.170Z | Apr 18 23:40:29.110 INFO Download complete, target: Cockroach |
1599 | 2025-04-18T23:40:40.363Z | Apr 18 23:40:40.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1600 | 2025-04-18T23:40:52.573Z | Apr 18 23:40:52.564 INFO Checking that binary works, target: Clickhouse |
1601 | 2025-04-18T23:40:52.774Z | Apr 18 23:40:52.768 INFO Download complete, target: Clickhouse |
1602 | 2025-04-18T23:40:52.799Z | All prerequisites installed successfully |
1603 | 2025-04-18T23:40:52.799Z | |
1604 | 2025-04-18T23:40:52.799Z | real 5:48.657201464 |
1605 | 2025-04-18T23:40:52.799Z | user 13:49.148824032 |
1606 | 2025-04-18T23:40:52.799Z | sys 2:17.546534913 |
1607 | 2025-04-18T23:40:52.799Z | trap 0.509796640 |
1608 | 2025-04-18T23:40:52.799Z | tflt 0.427955747 |
1609 | 2025-04-18T23:40:52.799Z | dflt 1.230477662 |
1610 | 2025-04-18T23:40:52.799Z | kflt 0.009047440 |
1611 | 2025-04-18T23:40:52.799Z | lock 28:48.425528416 |
1612 | 2025-04-18T23:40:52.800Z | slp 50:55.208211091 |
1613 | 2025-04-18T23:40:52.800Z | lat 1:03.479891528 |
1614 | 2025-04-18T23:40:52.800Z | stop 2:22.303721945 |
1615 | 2025-04-18T23:40:52.800Z | + ptime -m cargo xtask download softnpu |
1616 | 2025-04-18T23:40:53.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1617 | 2025-04-18T23:40:53.643Z | Running `target/debug/xtask download softnpu` |
1618 | 2025-04-18T23:40:54.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
1619 | 2025-04-18T23:40:54.866Z | Running `target/debug/xtask-downloader softnpu` |
1620 | 2025-04-18T23:40:54.920Z | Apr 18 23:40:54.914 INFO Starting download, target: Softnpu |
1621 | 2025-04-18T23:40:54.944Z | Apr 18 23:40:54.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1622 | 2025-04-18T23:40:56.443Z | Apr 18 23:40:56.437 INFO Download complete, target: Softnpu |
1623 | 2025-04-18T23:40:56.468Z | |
1624 | 2025-04-18T23:40:56.468Z | real 3.652439220 |
1625 | 2025-04-18T23:40:56.468Z | user 1.697627658 |
1626 | 2025-04-18T23:40:56.468Z | sys 1.019406906 |
1627 | 2025-04-18T23:40:56.468Z | trap 0.000719529 |
1628 | 2025-04-18T23:40:56.468Z | tflt 0.000075958 |
1629 | 2025-04-18T23:40:56.468Z | dflt 0.000138364 |
1630 | 2025-04-18T23:40:56.468Z | kflt 0.000000000 |
1631 | 2025-04-18T23:40:56.468Z | lock 16.247431412 |
1632 | 2025-04-18T23:40:56.468Z | slp 1.253169007 |
1633 | 2025-04-18T23:40:56.468Z | lat 0.166927628 |
1634 | 2025-04-18T23:40:56.468Z | stop 0.000447170 |
1635 | 2025-04-18T23:40:56.468Z | + export CARGO_INCREMENTAL=0 |
1636 | 2025-04-18T23:40:56.468Z | + CARGO_INCREMENTAL=0 |
1637 | 2025-04-18T23:40:56.468Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1638 | 2025-04-18T23:40:57.786Z | Compiling proc-macro2 v1.0.94 |
1639 | 2025-04-18T23:40:57.786Z | Compiling unicode-ident v1.0.14 |
1640 | 2025-04-18T23:40:57.786Z | Compiling libc v0.2.170 |
1641 | 2025-04-18T23:40:57.811Z | Compiling serde v1.0.219 |
1642 | 2025-04-18T23:40:57.811Z | Compiling autocfg v1.4.0 |
1643 | 2025-04-18T23:40:57.811Z | Compiling cfg-if v1.0.0 |
1644 | 2025-04-18T23:40:57.836Z | Compiling version_check v0.9.5 |
1645 | 2025-04-18T23:40:57.974Z | Compiling memchr v2.7.4 |
1646 | 2025-04-18T23:40:58.010Z | Compiling typenum v1.17.0 |
1647 | 2025-04-18T23:40:58.034Z | Compiling shlex v1.3.0 |
1648 | 2025-04-18T23:40:58.362Z | Compiling generic-array v0.14.7 |
1649 | 2025-04-18T23:40:58.397Z | Compiling value-bag v1.9.0 |
1650 | 2025-04-18T23:40:58.637Z | Compiling lock_api v0.4.12 |
1651 | 2025-04-18T23:40:58.778Z | Compiling libm v0.2.8 |
1652 | 2025-04-18T23:40:58.894Z | Compiling log v0.4.22 |
1653 | 2025-04-18T23:40:58.929Z | Compiling serde_json v1.0.140 |
1654 | 2025-04-18T23:40:59.093Z | Compiling num-traits v0.2.19 |
1655 | 2025-04-18T23:40:59.217Z | Compiling parking_lot_core v0.9.10 |
1656 | 2025-04-18T23:40:59.241Z | Compiling scopeguard v1.2.0 |
1657 | 2025-04-18T23:40:59.369Z | Compiling quote v1.0.39 |
1658 | 2025-04-18T23:40:59.525Z | Compiling jobserver v0.1.32 |
1659 | 2025-04-18T23:40:59.571Z | Compiling semver v1.0.25 |
1660 | 2025-04-18T23:40:59.596Z | Compiling rustix v0.38.37 |
1661 | 2025-04-18T23:40:59.761Z | Compiling syn v2.0.98 |
1662 | 2025-04-18T23:40:59.787Z | Compiling getrandom v0.2.15 |
1663 | 2025-04-18T23:40:59.869Z | Compiling getrandom v0.3.1 |
1664 | 2025-04-18T23:40:59.963Z | Compiling cc v1.2.15 |
1665 | 2025-04-18T23:41:00.029Z | Compiling aho-corasick v1.1.3 |
1666 | 2025-04-18T23:41:00.115Z | Compiling regex-syntax v0.8.5 |
1667 | 2025-04-18T23:41:00.169Z | Compiling either v1.14.0 |
1668 | 2025-04-18T23:41:00.225Z | Compiling itoa v1.0.11 |
1669 | 2025-04-18T23:41:00.458Z | Compiling once_cell v1.20.3 |
1670 | 2025-04-18T23:41:00.554Z | Compiling rand_core v0.6.4 |
1671 | 2025-04-18T23:41:01.047Z | Compiling slab v0.4.9 |
1672 | 2025-04-18T23:41:01.467Z | Compiling spin v0.9.8 |
1673 | 2025-04-18T23:41:01.538Z | Compiling errno v0.3.9 |
1674 | 2025-04-18T23:41:01.789Z | Compiling pkg-config v0.3.31 |
1675 | 2025-04-18T23:41:01.814Z | Compiling smallvec v1.14.0 |
1676 | 2025-04-18T23:41:01.931Z | Compiling equivalent v1.0.1 |
1677 | 2025-04-18T23:41:02.071Z | Compiling foldhash v0.1.3 |
1678 | 2025-04-18T23:41:02.274Z | Compiling glob v0.3.2 |
1679 | 2025-04-18T23:41:02.344Z | Compiling allocator-api2 v0.2.18 |
1680 | 2025-04-18T23:41:02.709Z | Compiling prettyplease v0.2.30 |
1681 | 2025-04-18T23:41:02.734Z | Compiling thiserror v1.0.69 |
1682 | 2025-04-18T23:41:02.773Z | Compiling subtle v2.6.1 |
1683 | 2025-04-18T23:41:02.939Z | Compiling clang-sys v1.8.1 |
1684 | 2025-04-18T23:41:03.014Z | Compiling hashbrown v0.15.1 |
1685 | 2025-04-18T23:41:03.067Z | Compiling regex-automata v0.4.8 |
1686 | 2025-04-18T23:41:03.091Z | Compiling lazy_static v1.5.0 |
1687 | 2025-04-18T23:41:03.191Z | Compiling minimal-lexical v0.2.1 |
1688 | 2025-04-18T23:41:03.299Z | Compiling libloading v0.8.5 |
1689 | 2025-04-18T23:41:03.513Z | Compiling nom v7.1.3 |
1690 | 2025-04-18T23:41:03.584Z | Compiling schemars v0.8.22 |
1691 | 2025-04-18T23:41:03.869Z | Compiling home v0.5.9 |
1692 | 2025-04-18T23:41:03.980Z | Compiling bindgen v0.69.5 |
1693 | 2025-04-18T23:41:04.156Z | Compiling itertools v0.10.5 |
1694 | 2025-04-18T23:41:04.266Z | Compiling pin-project-lite v0.2.14 |
1695 | 2025-04-18T23:41:04.376Z | Compiling lazycell v1.3.0 |
1696 | 2025-04-18T23:41:04.413Z | Compiling ryu v1.0.18 |
1697 | 2025-04-18T23:41:04.460Z | Compiling rustc-hash v1.1.0 |
1698 | 2025-04-18T23:41:04.539Z | Compiling byteorder v1.5.0 |
1699 | 2025-04-18T23:41:04.600Z | Compiling cmake v0.1.51 |
1700 | 2025-04-18T23:41:04.945Z | Compiling dunce v1.0.5 |
1701 | 2025-04-18T23:41:05.004Z | Compiling fs_extra v1.3.0 |
1702 | 2025-04-18T23:41:05.285Z | Compiling paste v1.0.15 |
1703 | 2025-04-18T23:41:05.650Z | Compiling synstructure v0.13.1 |
1704 | 2025-04-18T23:41:06.102Z | Compiling cexpr v0.6.0 |
1705 | 2025-04-18T23:41:06.188Z | Compiling serde_derive_internals v0.29.1 |
1706 | 2025-04-18T23:41:06.699Z | Compiling const-oid v0.9.6 |
1707 | 2025-04-18T23:41:07.264Z | Compiling regex v1.11.1 |
1708 | 2025-04-18T23:41:08.016Z | Compiling signal-hook-registry v1.4.2 |
1709 | 2025-04-18T23:41:08.237Z | Compiling fnv v1.0.7 |
1710 | 2025-04-18T23:41:08.381Z | Compiling parking_lot v0.12.3 |
1711 | 2025-04-18T23:41:08.644Z | Compiling ring v0.17.11 |
1712 | 2025-04-18T23:41:08.819Z | Compiling serde_derive v1.0.219 |
1713 | 2025-04-18T23:41:09.173Z | Compiling zeroize_derive v1.4.2 |
1714 | 2025-04-18T23:41:09.247Z | Compiling tokio-macros v2.5.0 |
1715 | 2025-04-18T23:41:09.347Z | Compiling zerocopy-derive v0.7.35 |
1716 | 2025-04-18T23:41:09.455Z | Compiling zerofrom-derive v0.1.4 |
1717 | 2025-04-18T23:41:09.504Z | Compiling yoke-derive v0.7.4 |
1718 | 2025-04-18T23:41:10.042Z | Compiling displaydoc v0.2.5 |
1719 | 2025-04-18T23:41:10.200Z | Compiling zeroize v1.8.1 |
1720 | 2025-04-18T23:41:10.612Z | Compiling zerovec-derive v0.10.3 |
1721 | 2025-04-18T23:41:10.756Z | Compiling thiserror-impl v1.0.69 |
1722 | 2025-04-18T23:41:11.186Z | Compiling futures-macro v0.3.31 |
1723 | 2025-04-18T23:41:11.429Z | Compiling schemars_derive v0.8.22 |
1724 | 2025-04-18T23:41:11.663Z | Compiling crypto-common v0.1.6 |
1725 | 2025-04-18T23:41:11.818Z | Compiling icu_provider_macros v1.5.0 |
1726 | 2025-04-18T23:41:11.870Z | Compiling der_derive v0.7.3 |
1727 | 2025-04-18T23:41:12.451Z | Compiling mio v1.0.2 |
1728 | 2025-04-18T23:41:12.638Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2025-04-18T23:41:12.663Z | Compiling block-buffer v0.10.4 |
1730 | 2025-04-18T23:41:12.783Z | Compiling tracing-attributes v0.1.27 |
1731 | 2025-04-18T23:41:12.890Z | Compiling aws-lc-rs v1.12.4 |
1732 | 2025-04-18T23:41:13.252Z | Compiling vcpkg v0.2.15 |
1733 | 2025-04-18T23:41:13.565Z | Compiling digest v0.10.7 |
1734 | 2025-04-18T23:41:13.837Z | Compiling socket2 v0.5.8 |
1735 | 2025-04-18T23:41:13.944Z | Compiling heck v0.5.0 |
1736 | 2025-04-18T23:41:14.182Z | Compiling zerocopy v0.8.10 |
1737 | 2025-04-18T23:41:14.311Z | Compiling futures-core v0.3.31 |
1738 | 2025-04-18T23:41:14.390Z | Compiling openssl-sys v0.9.106 |
1739 | 2025-04-18T23:41:14.705Z | Compiling zerocopy-derive v0.8.10 |
1740 | 2025-04-18T23:41:15.008Z | Compiling httparse v1.9.5 |
1741 | 2025-04-18T23:41:15.282Z | Compiling zerocopy v0.7.35 |
1742 | 2025-04-18T23:41:15.632Z | Compiling syn v1.0.109 |
1743 | 2025-04-18T23:41:15.689Z | Compiling crossbeam-utils v0.8.20 |
1744 | 2025-04-18T23:41:16.588Z | Compiling iana-time-zone v0.1.61 |
1745 | 2025-04-18T23:41:16.762Z | Compiling num-conv v0.1.0 |
1746 | 2025-04-18T23:41:16.870Z | Compiling time-core v0.1.2 |
1747 | 2025-04-18T23:41:16.972Z | Compiling cpufeatures v0.2.14 |
1748 | 2025-04-18T23:41:17.022Z | Compiling futures-sink v0.3.31 |
1749 | 2025-04-18T23:41:17.061Z | Compiling time-macros v0.2.18 |
1750 | 2025-04-18T23:41:17.088Z | Compiling hmac v0.12.1 |
1751 | 2025-04-18T23:41:17.197Z | Compiling zerofrom v0.1.4 |
1752 | 2025-04-18T23:41:17.417Z | Compiling openssl v0.10.71 |
1753 | 2025-04-18T23:41:17.487Z | Compiling yoke v0.7.4 |
1754 | 2025-04-18T23:41:17.835Z | Compiling block-padding v0.3.3 |
1755 | 2025-04-18T23:41:18.063Z | Compiling inout v0.1.3 |
1756 | 2025-04-18T23:41:18.136Z | Compiling bitflags v2.6.0 |
1757 | 2025-04-18T23:41:18.317Z | Compiling bytes v1.10.1 |
1758 | 2025-04-18T23:41:18.507Z | Compiling indexmap v2.7.1 |
1759 | 2025-04-18T23:41:19.451Z | Compiling uuid v1.15.1 |
1760 | 2025-04-18T23:41:19.760Z | Compiling rustc_version v0.4.1 |
1761 | 2025-04-18T23:41:20.223Z | Compiling tokio v1.43.0 |
1762 | 2025-04-18T23:41:20.328Z | Compiling chrono v0.4.40 |
1763 | 2025-04-18T23:41:21.943Z | Compiling which v4.4.2 |
1764 | 2025-04-18T23:41:23.226Z | Compiling serde_tokenstream v0.2.2 |
1765 | 2025-04-18T23:41:23.333Z | Compiling zerovec v0.10.4 |
1766 | 2025-04-18T23:41:23.718Z | Compiling openssl-macros v0.1.1 |
1767 | 2025-04-18T23:41:24.370Z | Compiling rustls v0.23.19 |
1768 | 2025-04-18T23:41:24.621Z | Compiling dyn-clone v1.0.19 |
1769 | 2025-04-18T23:41:24.800Z | Compiling native-tls v0.2.12 |
1770 | 2025-04-18T23:41:24.846Z | Compiling strsim v0.11.1 |
1771 | 2025-04-18T23:41:25.300Z | Compiling cipher v0.4.4 |
1772 | 2025-04-18T23:41:25.419Z | Compiling futures-channel v0.3.31 |
1773 | 2025-04-18T23:41:25.713Z | Compiling sha2 v0.10.8 |
1774 | 2025-04-18T23:41:25.853Z | Compiling scroll_derive v0.12.0 |
1775 | 2025-04-18T23:41:26.397Z | Compiling base64ct v1.6.0 |
1776 | 2025-04-18T23:41:26.829Z | Compiling ucd-trie v0.1.7 |
1777 | 2025-04-18T23:41:26.878Z | Compiling futures-task v0.3.31 |
1778 | 2025-04-18T23:41:27.123Z | Compiling pin-utils v0.1.0 |
1779 | 2025-04-18T23:41:27.157Z | Compiling futures-io v0.3.31 |
1780 | 2025-04-18T23:41:27.228Z | Compiling pest v2.7.14 |
1781 | 2025-04-18T23:41:27.375Z | Compiling futures-util v0.3.31 |
1782 | 2025-04-18T23:41:27.481Z | Compiling pem-rfc7468 v0.7.0 |
1783 | 2025-04-18T23:41:27.726Z | Compiling tinystr v0.7.6 |
1784 | 2025-04-18T23:41:27.953Z | Compiling http v1.2.0 |
1785 | 2025-04-18T23:41:28.698Z | Compiling cookie v0.18.1 |
1786 | 2025-04-18T23:41:28.955Z | Compiling thiserror v2.0.12 |
1787 | 2025-04-18T23:41:29.384Z | Compiling flagset v0.4.6 |
1788 | 2025-04-18T23:41:29.578Z | Compiling writeable v0.5.5 |
1789 | 2025-04-18T23:41:29.603Z | Compiling litemap v0.7.3 |
1790 | 2025-04-18T23:41:29.604Z | Compiling slog v2.7.0 |
1791 | 2025-04-18T23:41:30.061Z | Compiling icu_locid v1.5.0 |
1792 | 2025-04-18T23:41:30.295Z | Compiling der v0.7.9 |
1793 | 2025-04-18T23:41:30.319Z | Compiling pest_meta v2.7.14 |
1794 | 2025-04-18T23:41:31.630Z | Compiling aws-lc-sys v0.26.0 |
1795 | 2025-04-18T23:41:32.094Z | Compiling toml_datetime v0.6.8 |
1796 | 2025-04-18T23:41:32.476Z | Compiling serde_spanned v0.6.8 |
1797 | 2025-04-18T23:41:32.744Z | Compiling rayon-core v1.12.1 |
1798 | 2025-04-18T23:41:33.012Z | Compiling spki v0.7.3 |
1799 | 2025-04-18T23:41:33.146Z | Compiling pest_generator v2.7.14 |
1800 | 2025-04-18T23:41:33.326Z | Compiling icu_provider v1.5.0 |
1801 | 2025-04-18T23:41:33.592Z | Compiling salsa20 v0.10.2 |
1802 | 2025-04-18T23:41:34.115Z | Compiling ppv-lite86 v0.2.20 |
1803 | 2025-04-18T23:41:34.395Z | Compiling pbkdf2 v0.12.2 |
1804 | 2025-04-18T23:41:35.009Z | Compiling thiserror-impl v2.0.12 |
1805 | 2025-04-18T23:41:35.216Z | Compiling tracing-core v0.1.32 |
1806 | 2025-04-18T23:41:35.483Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1807 | 2025-04-18T23:41:35.921Z | Compiling anyhow v1.0.97 |
1808 | 2025-04-18T23:41:36.349Z | Compiling winnow v0.5.40 |
1809 | 2025-04-18T23:41:37.117Z | Compiling rustversion v1.0.17 |
1810 | 2025-04-18T23:41:37.153Z | Compiling icu_locid_transform_data v1.5.0 |
1811 | 2025-04-18T23:41:37.266Z | Compiling icu_locid_transform v1.5.0 |
1812 | 2025-04-18T23:41:37.443Z | Compiling tracing v0.1.40 |
1813 | 2025-04-18T23:41:37.918Z | Compiling scrypt v0.11.0 |
1814 | 2025-04-18T23:41:38.191Z | Compiling pest_derive v2.7.14 |
1815 | 2025-04-18T23:41:38.954Z | Compiling toml_edit v0.19.15 |
1816 | 2025-04-18T23:41:39.056Z | Compiling aes v0.8.4 |
1817 | 2025-04-18T23:41:39.122Z | Compiling cbc v0.1.2 |
1818 | 2025-04-18T23:41:39.939Z | Compiling icu_collections v1.5.0 |
1819 | 2025-04-18T23:41:40.489Z | Compiling usdt-impl v0.5.0 |
1820 | 2025-04-18T23:41:40.819Z | Compiling icu_properties_data v1.5.0 |
1821 | 2025-04-18T23:41:40.977Z | Compiling rustls-pki-types v1.10.0 |
1822 | 2025-04-18T23:41:41.082Z | Compiling litrs v0.4.1 |
1823 | 2025-04-18T23:41:41.948Z | Compiling document-features v0.2.10 |
1824 | 2025-04-18T23:41:42.417Z | Compiling icu_properties v1.5.1 |
1825 | 2025-04-18T23:41:43.044Z | Compiling pkcs5 v0.7.1 |
1826 | 2025-04-18T23:41:44.424Z | Compiling tokio-util v0.7.13 |
1827 | 2025-04-18T23:41:44.965Z | Compiling scroll v0.12.0 |
1828 | 2025-04-18T23:41:45.640Z | Compiling heapless v0.7.17 |
1829 | 2025-04-18T23:41:46.230Z | Compiling icu_normalizer_data v1.5.0 |
1830 | 2025-04-18T23:41:46.260Z | Compiling write16 v1.0.0 |
1831 | 2025-04-18T23:41:46.360Z | Compiling plain v0.2.3 |
1832 | 2025-04-18T23:41:46.401Z | Compiling powerfmt v0.2.0 |
1833 | 2025-04-18T23:41:46.587Z | Compiling newtype-uuid v1.2.1 |
1834 | 2025-04-18T23:41:46.841Z | Compiling utf8_iter v1.0.4 |
1835 | 2025-04-18T23:41:46.889Z | Compiling signal-hook v0.3.17 |
1836 | 2025-04-18T23:41:47.082Z | Compiling percent-encoding v2.3.1 |
1837 | 2025-04-18T23:41:47.174Z | Compiling utf16_iter v1.0.5 |
1838 | 2025-04-18T23:41:47.377Z | Compiling untrusted v0.7.1 |
1839 | 2025-04-18T23:41:47.402Z | Compiling untrusted v0.9.0 |
1840 | 2025-04-18T23:41:47.447Z | Compiling icu_normalizer v1.5.0 |
1841 | 2025-04-18T23:41:48.088Z | Compiling deranged v0.3.11 |
1842 | 2025-04-18T23:41:48.743Z | Compiling goblin v0.8.2 |
1843 | 2025-04-18T23:41:49.315Z | Compiling pkcs8 v0.10.2 |
1844 | 2025-04-18T23:41:49.843Z | Compiling atomic-waker v1.1.2 |
1845 | 2025-04-18T23:41:51.396Z | Compiling pretty-hex v0.4.1 |
1846 | 2025-04-18T23:41:51.764Z | Compiling tinyvec_macros v0.1.1 |
1847 | 2025-04-18T23:41:51.870Z | Compiling num_threads v0.1.7 |
1848 | 2025-04-18T23:41:52.264Z | Compiling adler2 v2.0.0 |
1849 | 2025-04-18T23:41:52.536Z | Compiling miniz_oxide v0.8.5 |
1850 | 2025-04-18T23:41:52.965Z | Compiling time v0.3.36 |
1851 | 2025-04-18T23:41:54.215Z | Compiling dof v0.3.0 |
1852 | 2025-04-18T23:41:55.298Z | Compiling tinyvec v1.8.0 |
1853 | 2025-04-18T23:41:56.583Z | Compiling idna_adapter v1.2.0 |
1854 | 2025-04-18T23:41:56.780Z | Compiling dtrace-parser v0.2.0 |
1855 | 2025-04-18T23:41:56.812Z | Compiling http-body v1.0.1 |
1856 | 2025-04-18T23:41:57.070Z | Compiling curve25519-dalek v4.1.3 |
1857 | 2025-04-18T23:41:57.284Z | Compiling async-trait v0.1.88 |
1858 | 2025-04-18T23:41:57.473Z | Compiling thread-id v4.2.2 |
1859 | 2025-04-18T23:41:57.613Z | Compiling memoffset v0.9.1 |
1860 | 2025-04-18T23:41:58.413Z | Compiling foreign-types-shared v0.1.1 |
1861 | 2025-04-18T23:41:58.674Z | Compiling num-bigint-dig v0.8.4 |
1862 | 2025-04-18T23:41:58.976Z | Compiling try-lock v0.2.5 |
1863 | 2025-04-18T23:41:59.002Z | Compiling smoltcp v0.9.1 |
1864 | 2025-04-18T23:41:59.101Z | Compiling portable-atomic v1.9.0 |
1865 | 2025-04-18T23:41:59.517Z | Compiling want v0.3.1 |
1866 | 2025-04-18T23:42:00.838Z | Compiling foreign-types v0.3.2 |
1867 | 2025-04-18T23:42:00.981Z | Compiling h2 v0.4.6 |
1868 | 2025-04-18T23:42:01.483Z | Compiling rand_core v0.9.2 |
1869 | 2025-04-18T23:42:03.531Z | Compiling idna v1.0.3 |
1870 | 2025-04-18T23:42:04.133Z | Compiling form_urlencoded v1.2.1 |
1871 | 2025-04-18T23:42:05.443Z | Compiling ident_case v1.0.1 |
1872 | 2025-04-18T23:42:05.634Z | Compiling httpdate v1.0.3 |
1873 | 2025-04-18T23:42:05.715Z | Compiling tower-service v0.3.3 |
1874 | 2025-04-18T23:42:05.872Z | Compiling cfg_aliases v0.2.1 |
1875 | 2025-04-18T23:42:06.135Z | Compiling siphasher v0.3.11 |
1876 | 2025-04-18T23:42:06.622Z | Compiling heck v0.4.1 |
1877 | 2025-04-18T23:42:06.805Z | Compiling nix v0.29.0 |
1878 | 2025-04-18T23:42:06.984Z | Compiling hyper v1.6.0 |
1879 | 2025-04-18T23:42:08.700Z | Compiling darling_core v0.20.10 |
1880 | 2025-04-18T23:42:15.994Z | Compiling crossbeam-epoch v0.9.18 |
1881 | 2025-04-18T23:42:16.248Z | Compiling rand_chacha v0.9.0 |
1882 | 2025-04-18T23:42:17.014Z | Compiling unicode-normalization v0.1.24 |
1883 | 2025-04-18T23:42:19.398Z | Compiling rand_chacha v0.3.1 |
1884 | 2025-04-18T23:42:20.553Z | Compiling ipnetwork v0.21.1 |
1885 | 2025-04-18T23:42:20.582Z | Compiling hubpack_derive v0.1.1 |
1886 | 2025-04-18T23:42:20.608Z | Compiling openapiv3 v2.0.0 |
1887 | 2025-04-18T23:42:20.758Z | Compiling signature v2.2.0 |
1888 | 2025-04-18T23:42:21.015Z | Compiling curve25519-dalek-derive v0.1.1 |
1889 | 2025-04-18T23:42:21.340Z | Compiling daft-derive v0.1.2 |
1890 | 2025-04-18T23:42:21.536Z | Compiling zerocopy-derive v0.6.6 |
1891 | 2025-04-18T23:42:22.125Z | Compiling fs-err v2.11.0 |
1892 | 2025-04-18T23:42:22.439Z | Compiling ahash v0.8.11 |
1893 | 2025-04-18T23:42:22.551Z | Compiling crc32fast v1.4.2 |
1894 | 2025-04-18T23:42:22.784Z | Compiling openssl-probe v0.1.5 |
1895 | 2025-04-18T23:42:22.994Z | Compiling unicode-bidi v0.3.17 |
1896 | 2025-04-18T23:42:23.030Z | Compiling buf-list v1.0.3 |
1897 | 2025-04-18T23:42:23.061Z | Compiling anstyle v1.0.10 |
1898 | 2025-04-18T23:42:23.482Z | Compiling unicode-properties v0.1.3 |
1899 | 2025-04-18T23:42:23.526Z | Compiling base64 v0.22.1 |
1900 | 2025-04-18T23:42:23.861Z | Compiling gimli v0.31.1 |
1901 | 2025-04-18T23:42:23.988Z | Compiling zip v2.1.3 |
1902 | 2025-04-18T23:42:24.014Z | Compiling utf8parse v0.2.2 |
1903 | 2025-04-18T23:42:24.109Z | Compiling stringprep v0.1.5 |
1904 | 2025-04-18T23:42:24.185Z | Compiling anstyle-parse v0.2.5 |
1905 | 2025-04-18T23:42:24.859Z | Compiling rand v0.8.5 |
1906 | 2025-04-18T23:42:27.874Z | Compiling addr2line v0.24.2 |
1907 | 2025-04-18T23:42:28.522Z | Compiling rand v0.9.0 |
1908 | 2025-04-18T23:42:28.759Z | Compiling crossbeam-deque v0.8.5 |
1909 | 2025-04-18T23:42:29.083Z | Compiling hyper-util v0.1.10 |
1910 | 2025-04-18T23:42:29.417Z | Compiling darling_macro v0.20.10 |
1911 | 2025-04-18T23:42:30.158Z | Compiling url v2.5.3 |
1912 | 2025-04-18T23:42:31.491Z | Compiling usdt-attr-macro v0.5.0 |
1913 | 2025-04-18T23:42:31.998Z | Compiling usdt-macro v0.5.0 |
1914 | 2025-04-18T23:42:33.036Z | Compiling num-integer v0.1.46 |
1915 | 2025-04-18T23:42:33.179Z | Compiling md-5 v0.10.6 |
1916 | 2025-04-18T23:42:33.283Z | Compiling hash32 v0.2.1 |
1917 | 2025-04-18T23:42:33.388Z | Compiling ff v0.13.0 |
1918 | 2025-04-18T23:42:33.434Z | Compiling object v0.36.5 |
1919 | 2025-04-18T23:42:33.626Z | Compiling anstyle-query v1.1.1 |
1920 | 2025-04-18T23:42:33.653Z | Compiling fallible-iterator v0.2.0 |
1921 | 2025-04-18T23:42:33.680Z | Compiling is_terminal_polyfill v1.70.1 |
1922 | 2025-04-18T23:42:33.799Z | Compiling colorchoice v1.0.2 |
1923 | 2025-04-18T23:42:33.979Z | Compiling rustc-demangle v0.1.24 |
1924 | 2025-04-18T23:42:34.706Z | Compiling base16ct v0.2.0 |
1925 | 2025-04-18T23:42:34.970Z | Compiling psl-types v2.0.11 |
1926 | 2025-04-18T23:42:35.176Z | Compiling publicsuffix v2.3.0 |
1927 | 2025-04-18T23:42:35.440Z | Compiling sec1 v0.7.3 |
1928 | 2025-04-18T23:42:35.956Z | Compiling postgres-protocol v0.6.8 |
1929 | 2025-04-18T23:42:36.826Z | Compiling anstream v0.6.15 |
1930 | 2025-04-18T23:42:36.886Z | Compiling group v0.13.0 |
1931 | 2025-04-18T23:42:37.717Z | Compiling num-iter v0.1.45 |
1932 | 2025-04-18T23:42:38.748Z | Compiling darling v0.20.10 |
1933 | 2025-04-18T23:42:38.880Z | Compiling bzip2 v0.4.4 |
1934 | 2025-04-18T23:42:38.946Z | Compiling tokio-native-tls v0.3.1 |
1935 | 2025-04-18T23:42:39.209Z | Compiling flate2 v1.1.0 |
1936 | 2025-04-18T23:42:39.255Z | Compiling strum_macros v0.25.3 |
1937 | 2025-04-18T23:42:39.927Z | Compiling backtrace v0.3.74 |
1938 | 2025-04-18T23:42:40.778Z | Compiling phf_shared v0.11.2 |
1939 | 2025-04-18T23:42:41.150Z | Compiling http-body-util v0.1.2 |
1940 | 2025-04-18T23:42:41.608Z | Compiling webpki-roots v0.26.6 |
1941 | 2025-04-18T23:42:42.014Z | Compiling terminal_size v0.4.0 |
1942 | 2025-04-18T23:42:42.194Z | Compiling rustls-webpki v0.102.8 |
1943 | 2025-04-18T23:42:42.237Z | Compiling hkdf v0.12.4 |
1944 | 2025-04-18T23:42:42.476Z | Compiling sync_wrapper v1.0.1 |
1945 | 2025-04-18T23:42:42.614Z | Compiling clap_derive v4.5.32 |
1946 | 2025-04-18T23:42:42.651Z | Compiling enum-as-inner v0.6.1 |
1947 | 2025-04-18T23:42:42.786Z | Compiling crypto-bigint v0.5.5 |
1948 | 2025-04-18T23:42:43.640Z | Compiling serde_repr v0.1.19 |
1949 | 2025-04-18T23:42:44.085Z | Compiling regress v0.10.3 |
1950 | 2025-04-18T23:42:45.513Z | Compiling encoding_rs v0.8.34 |
1951 | 2025-04-18T23:42:45.817Z | Compiling bitflags v1.3.2 |
1952 | 2025-04-18T23:42:45.968Z | Compiling mime v0.3.17 |
1953 | 2025-04-18T23:42:47.087Z | Compiling managed v0.8.0 |
1954 | 2025-04-18T23:42:47.839Z | Compiling ipnet v2.11.0 |
1955 | 2025-04-18T23:42:48.035Z | Compiling unicode-width v0.2.0 |
1956 | 2025-04-18T23:42:48.557Z | Compiling tower-layer v0.3.3 |
1957 | 2025-04-18T23:42:48.835Z | Compiling clap_lex v0.7.4 |
1958 | 2025-04-18T23:42:48.862Z | Compiling simd-adler32 v0.3.7 |
1959 | 2025-04-18T23:42:49.250Z | Compiling lockfree-object-pool v0.1.6 |
1960 | 2025-04-18T23:42:49.285Z | Compiling tokio-rustls v0.26.0 |
1961 | 2025-04-18T23:42:49.333Z | Compiling bumpalo v3.16.0 |
1962 | 2025-04-18T23:42:49.490Z | Compiling clap_builder v4.5.32 |
1963 | 2025-04-18T23:42:49.697Z | Compiling zopfli v0.8.1 |
1964 | 2025-04-18T23:42:49.724Z | Compiling hyper-rustls v0.27.3 |
1965 | 2025-04-18T23:42:50.832Z | Compiling tower v0.5.2 |
1966 | 2025-04-18T23:42:51.560Z | Compiling console v0.15.10 |
1967 | 2025-04-18T23:42:52.524Z | Compiling typify-impl v0.3.0 |
1968 | 2025-04-18T23:42:52.553Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-04-18T23:42:53.167Z | Compiling oxnet v0.1.1 |
1970 | 2025-04-18T23:42:54.043Z | Compiling hyper-tls v0.6.0 |
1971 | 2025-04-18T23:42:54.504Z | Compiling phf v0.11.2 |
1972 | 2025-04-18T23:42:54.783Z | Compiling rayon v1.10.0 |
1973 | 2025-04-18T23:42:55.702Z | Compiling signal-hook-mio v0.2.4 |
1974 | 2025-04-18T23:42:55.813Z | Compiling cookie_store v0.21.1 |
1975 | 2025-04-18T23:42:55.905Z | Compiling postgres-types v0.2.9 |
1976 | 2025-04-18T23:42:56.637Z | Compiling zerocopy v0.6.6 |
1977 | 2025-04-18T23:42:56.957Z | Compiling hubpack v0.1.2 |
1978 | 2025-04-18T23:42:56.982Z | Compiling ed25519 v2.2.3 |
1979 | 2025-04-18T23:42:57.311Z | Compiling phf_shared v0.10.0 |
1980 | 2025-04-18T23:42:57.346Z | Compiling serde_urlencoded v0.7.1 |
1981 | 2025-04-18T23:42:57.808Z | Compiling rustls-pemfile v2.2.0 |
1982 | 2025-04-18T23:42:57.912Z | Compiling pkcs1 v0.7.5 |
1983 | 2025-04-18T23:42:58.638Z | Compiling futures-executor v0.3.31 |
1984 | 2025-04-18T23:42:58.920Z | Compiling serde-big-array v0.5.1 |
1985 | 2025-04-18T23:42:59.024Z | Compiling rfc6979 v0.4.0 |
1986 | 2025-04-18T23:43:00.174Z | Compiling float-cmp v0.10.0 |
1987 | 2025-04-18T23:43:00.198Z | Compiling bstr v1.10.0 |
1988 | 2025-04-18T23:43:00.198Z | Compiling memmap v0.7.0 |
1989 | 2025-04-18T23:43:00.198Z | Compiling precomputed-hash v0.1.1 |
1990 | 2025-04-18T23:43:00.198Z | Compiling data-encoding v2.6.0 |
1991 | 2025-04-18T23:43:00.198Z | Compiling fixedbitset v0.4.2 |
1992 | 2025-04-18T23:43:00.198Z | Compiling normalize-line-endings v0.3.0 |
1993 | 2025-04-18T23:43:00.198Z | Compiling unicode-segmentation v1.12.0 |
1994 | 2025-04-18T23:43:00.525Z | Compiling predicates-core v1.0.8 |
1995 | 2025-04-18T23:43:00.549Z | Compiling number_prefix v0.4.0 |
1996 | 2025-04-18T23:43:00.655Z | Compiling winnow v0.7.3 |
1997 | 2025-04-18T23:43:00.767Z | Compiling static_assertions v1.1.0 |
1998 | 2025-04-18T23:43:00.791Z | Compiling difflib v0.4.0 |
1999 | 2025-04-18T23:43:00.818Z | Compiling whoami v1.5.2 |
2000 | 2025-04-18T23:43:00.898Z | Compiling new_debug_unreachable v1.0.6 |
2001 | 2025-04-18T23:43:01.012Z | Compiling string_cache v0.8.7 |
2002 | 2025-04-18T23:43:01.298Z | Compiling predicates v3.1.3 |
2003 | 2025-04-18T23:43:01.380Z | Compiling tokio-postgres v0.7.13 |
2004 | 2025-04-18T23:43:01.746Z | Compiling reqwest v0.12.12 |
2005 | 2025-04-18T23:43:01.888Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2025-04-18T23:43:02.597Z | Compiling indicatif v0.17.11 |
2007 | 2025-04-18T23:43:03.342Z | Compiling typify-macro v0.3.0 |
2008 | 2025-04-18T23:43:03.607Z | Compiling toml_edit v0.22.24 |
2009 | 2025-04-18T23:43:04.229Z | Compiling similar v2.7.0 |
2010 | 2025-04-18T23:43:05.732Z | Compiling hickory-proto v0.24.4 |
2011 | 2025-04-18T23:43:05.779Z | Compiling petgraph v0.6.5 |
2012 | 2025-04-18T23:43:06.204Z | Compiling usdt v0.5.0 |
2013 | 2025-04-18T23:43:06.598Z | Compiling ecdsa v0.16.9 |
2014 | 2025-04-18T23:43:07.301Z | Compiling futures v0.3.31 |
2015 | 2025-04-18T23:43:07.726Z | Compiling rsa v0.9.6 |
2016 | 2025-04-18T23:43:09.031Z | Compiling ed25519-dalek v2.1.1 |
2017 | 2025-04-18T23:43:10.589Z | Compiling crossterm v0.28.1 |
2018 | 2025-04-18T23:43:10.915Z | Compiling daft v0.1.2 |
2019 | 2025-04-18T23:43:11.035Z | Compiling clap v4.5.32 |
2020 | 2025-04-18T23:43:11.164Z | Compiling zip v0.6.6 |
2021 | 2025-04-18T23:43:11.936Z | Compiling tokio-stream v0.1.17 |
2022 | 2025-04-18T23:43:12.198Z | Compiling toml v0.7.8 |
2023 | 2025-04-18T23:43:12.255Z | Compiling x509-cert v0.2.5 |
2024 | 2025-04-18T23:43:12.821Z | Compiling hex v0.4.3 |
2025 | 2025-04-18T23:43:13.158Z | Compiling sha1 v0.10.6 |
2026 | 2025-04-18T23:43:13.406Z | Compiling lalrpop-util v0.19.12 |
2027 | 2025-04-18T23:43:13.539Z | Compiling camino v1.1.9 |
2028 | 2025-04-18T23:43:13.797Z | Compiling peg-runtime v0.8.5 |
2029 | 2025-04-18T23:43:13.918Z | Compiling unicode-xid v0.2.6 |
2030 | 2025-04-18T23:43:15.100Z | Compiling proc-macro-crate v1.3.1 |
2031 | 2025-04-18T23:43:15.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2032 | 2025-04-18T23:43:15.759Z | Compiling macaddr v1.0.1 |
2033 | 2025-04-18T23:43:16.100Z | Compiling itertools v0.13.0 |
2034 | 2025-04-18T23:43:18.666Z | Compiling fastrand v2.1.1 |
2035 | 2025-04-18T23:43:19.165Z | Compiling heapless v0.8.0 |
2036 | 2025-04-18T23:43:19.380Z | Compiling tempfile v3.13.0 |
2037 | 2025-04-18T23:43:19.685Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-04-18T23:43:20.882Z | Compiling num_enum_derive v0.5.11 |
2039 | 2025-04-18T23:43:25.514Z | Compiling structmeta-derive v0.3.0 |
2040 | 2025-04-18T23:43:25.643Z | Compiling hash32 v0.3.1 |
2041 | 2025-04-18T23:43:26.886Z | Compiling smoltcp v0.11.0 |
2042 | 2025-04-18T23:43:27.104Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2043 | 2025-04-18T23:43:27.579Z | Compiling structmeta v0.3.0 |
2044 | 2025-04-18T23:43:34.515Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2045 | 2025-04-18T23:43:35.575Z | Compiling num_enum v0.5.11 |
2046 | 2025-04-18T23:43:36.140Z | Compiling typify v0.3.0 |
2047 | 2025-04-18T23:43:36.481Z | Compiling strum_macros v0.26.4 |
2048 | 2025-04-18T23:43:38.087Z | Compiling dirs-sys-next v0.1.2 |
2049 | 2025-04-18T23:43:38.947Z | Compiling proc-macro-error-attr v1.0.4 |
2050 | 2025-04-18T23:43:39.226Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2051 | 2025-04-18T23:43:39.528Z | Compiling unsafe-libyaml v0.2.11 |
2052 | 2025-04-18T23:43:41.436Z | Compiling cobs v0.2.3 |
2053 | 2025-04-18T23:43:41.864Z | Compiling rustls v0.22.4 |
2054 | 2025-04-18T23:43:42.186Z | Compiling postcard v1.0.10 |
2055 | 2025-04-18T23:43:45.470Z | Compiling serde_yaml v0.9.34+deprecated |
2056 | 2025-04-18T23:43:46.198Z | Compiling strum v0.26.3 |
2057 | 2025-04-18T23:43:47.211Z | Compiling dirs-next v2.0.0 |
2058 | 2025-04-18T23:43:48.468Z | Compiling progenitor-impl v0.9.1 |
2059 | 2025-04-18T23:43:49.928Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2060 | 2025-04-18T23:43:57.818Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2025-04-18T23:43:58.030Z | Compiling thread_local v1.1.8 |
2062 | 2025-04-18T23:43:58.206Z | Compiling wait-timeout v0.2.0 |
2063 | 2025-04-18T23:43:58.613Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2064 | 2025-04-18T23:43:58.653Z | Compiling proc-macro-error v1.0.4 |
2065 | 2025-04-18T23:43:58.792Z | Compiling multer v3.1.0 |
2066 | 2025-04-18T23:43:58.952Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2067 | 2025-04-18T23:43:59.079Z | Compiling match_cfg v0.1.0 |
2068 | 2025-04-18T23:43:59.118Z | Compiling unicode-width v0.1.14 |
2069 | 2025-04-18T23:43:59.238Z | Compiling bit-vec v0.8.0 |
2070 | 2025-04-18T23:43:59.733Z | Compiling quick-error v1.2.3 |
2071 | 2025-04-18T23:43:59.927Z | Compiling slog-async v2.8.0 |
2072 | 2025-04-18T23:44:00.104Z | Compiling foreign-types-shared v0.3.1 |
2073 | 2025-04-18T23:44:02.943Z | Compiling foreign-types v0.5.0 |
2074 | 2025-04-18T23:44:03.861Z | Compiling rusty-fork v0.3.0 |
2075 | 2025-04-18T23:44:04.657Z | Compiling bit-set v0.8.0 |
2076 | 2025-04-18T23:44:05.173Z | Compiling tabwriter v1.4.0 |
2077 | 2025-04-18T23:44:05.861Z | Compiling hostname v0.3.1 |
2078 | 2025-04-18T23:44:06.234Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2079 | 2025-04-18T23:44:11.105Z | Compiling progenitor-macro v0.9.1 |
2080 | 2025-04-18T23:44:12.082Z | Compiling term v0.7.0 |
2081 | 2025-04-18T23:44:15.838Z | Compiling parse-display-derive v0.10.0 |
2082 | 2025-04-18T23:44:17.812Z | Compiling progenitor-client v0.9.1 |
2083 | 2025-04-18T23:44:18.673Z | Compiling slog-json v2.6.1 |
2084 | 2025-04-18T23:44:18.700Z | Compiling crossbeam-channel v0.5.13 |
2085 | 2025-04-18T23:44:19.476Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2086 | 2025-04-18T23:44:19.988Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2087 | 2025-04-18T23:44:20.131Z | Compiling async-stream-impl v0.3.6 |
2088 | 2025-04-18T23:44:20.157Z | Compiling rand_xorshift v0.3.0 |
2089 | 2025-04-18T23:44:20.443Z | Compiling is-terminal v0.4.13 |
2090 | 2025-04-18T23:44:20.564Z | Compiling cstr-argument v0.1.2 |
2091 | 2025-04-18T23:44:20.603Z | Compiling dropshot v0.16.0 |
2092 | 2025-04-18T23:44:20.699Z | Compiling pretty-hex v0.2.1 |
2093 | 2025-04-18T23:44:21.184Z | Compiling unarray v0.1.4 |
2094 | 2025-04-18T23:44:21.313Z | Compiling crucible-workspace-hack v0.1.0 |
2095 | 2025-04-18T23:44:21.367Z | Compiling take_mut v0.2.2 |
2096 | 2025-04-18T23:44:21.557Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2097 | 2025-04-18T23:44:21.883Z | Compiling proptest v1.6.0 |
2098 | 2025-04-18T23:44:21.954Z | Compiling async-stream v0.3.6 |
2099 | 2025-04-18T23:44:22.016Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2100 | 2025-04-18T23:44:22.333Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2101 | 2025-04-18T23:44:22.646Z | Compiling slog-term v2.9.1 |
2102 | 2025-04-18T23:44:23.080Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2103 | 2025-04-18T23:44:23.275Z | Compiling progenitor v0.9.1 |
2104 | 2025-04-18T23:44:23.482Z | Compiling tokio-rustls v0.25.0 |
2105 | 2025-04-18T23:44:23.897Z | Compiling slog-bunyan v2.5.0 |
2106 | 2025-04-18T23:44:24.043Z | Compiling parse-display v0.10.0 |
2107 | 2025-04-18T23:44:24.561Z | Compiling toml v0.8.20 |
2108 | 2025-04-18T23:44:24.788Z | Compiling test-strategy v0.4.0 |
2109 | 2025-04-18T23:44:25.626Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2110 | 2025-04-18T23:44:25.844Z | Compiling colored v2.2.0 |
2111 | 2025-04-18T23:44:26.315Z | Compiling serde_with_macros v3.12.0 |
2112 | 2025-04-18T23:44:27.029Z | Compiling waitgroup v0.1.2 |
2113 | 2025-04-18T23:44:27.209Z | Compiling dropshot_endpoint v0.16.0 |
2114 | 2025-04-18T23:44:27.271Z | Compiling serde_path_to_error v0.1.16 |
2115 | 2025-04-18T23:44:27.960Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2025-04-18T23:44:28.126Z | Compiling hostname v0.4.0 |
2117 | 2025-04-18T23:44:28.215Z | Compiling instant v0.1.13 |
2118 | 2025-04-18T23:44:28.394Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2119 | 2025-04-18T23:44:28.420Z | Compiling winnow v0.6.20 |
2120 | 2025-04-18T23:44:28.585Z | Compiling debug-ignore v1.0.5 |
2121 | 2025-04-18T23:44:28.753Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2122 | 2025-04-18T23:44:28.778Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2123 | 2025-04-18T23:44:28.990Z | Compiling backoff v0.4.0 |
2124 | 2025-04-18T23:44:29.317Z | Compiling serde_with v3.12.0 |
2125 | 2025-04-18T23:44:29.511Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2126 | 2025-04-18T23:44:31.158Z | Compiling zone_cfg_derive v0.3.0 |
2127 | 2025-04-18T23:44:32.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2128 | 2025-04-18T23:44:32.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2129 | 2025-04-18T23:44:32.780Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2130 | 2025-04-18T23:44:32.869Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2131 | 2025-04-18T23:44:33.160Z | Compiling camino-tempfile v1.1.1 |
2132 | 2025-04-18T23:44:33.546Z | Compiling num-derive v0.4.2 |
2133 | 2025-04-18T23:44:33.819Z | Compiling sigpipe v0.1.3 |
2134 | 2025-04-18T23:44:33.956Z | Compiling libefi-sys v0.1.0 |
2135 | 2025-04-18T23:44:34.220Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2136 | 2025-04-18T23:44:34.526Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2025-04-18T23:44:35.129Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2138 | 2025-04-18T23:44:36.424Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2139 | 2025-04-18T23:44:37.158Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2140 | 2025-04-18T23:44:38.585Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2141 | 2025-04-18T23:44:39.069Z | Compiling zone v0.3.0 |
2142 | 2025-04-18T23:44:39.341Z | Compiling itertools v0.14.0 |
2143 | 2025-04-18T23:44:39.516Z | Compiling smf v0.2.3 |
2144 | 2025-04-18T23:44:39.644Z | Compiling bitfield-struct v0.6.2 |
2145 | 2025-04-18T23:44:40.717Z | Compiling blake3 v1.5.4 |
2146 | 2025-04-18T23:44:41.249Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2147 | 2025-04-18T23:44:41.711Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2148 | 2025-04-18T23:44:41.853Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2149 | 2025-04-18T23:44:42.196Z | Compiling xattr v1.3.1 |
2150 | 2025-04-18T23:44:42.297Z | Compiling memmap2 v0.9.5 |
2151 | 2025-04-18T23:44:42.330Z | Compiling filetime v0.2.25 |
2152 | 2025-04-18T23:44:42.356Z | Compiling arrayvec v0.7.6 |
2153 | 2025-04-18T23:44:42.486Z | Compiling same-file v1.0.6 |
2154 | 2025-04-18T23:44:42.659Z | Compiling arrayref v0.3.9 |
2155 | 2025-04-18T23:44:42.770Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2156 | 2025-04-18T23:44:42.795Z | Compiling constant_time_eq v0.3.1 |
2157 | 2025-04-18T23:44:42.795Z | Compiling walkdir v2.5.0 |
2158 | 2025-04-18T23:44:42.838Z | Compiling tar v0.4.44 |
2159 | 2025-04-18T23:44:42.913Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2160 | 2025-04-18T23:44:43.862Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2161 | 2025-04-18T23:44:44.155Z | Compiling gethostname v0.5.0 |
2162 | 2025-04-18T23:44:44.180Z | Compiling cargo-platform v0.1.8 |
2163 | 2025-04-18T23:44:44.280Z | Compiling topological-sort v0.2.2 |
2164 | 2025-04-18T23:44:44.365Z | Compiling fixedbitset v0.5.7 |
2165 | 2025-04-18T23:44:44.558Z | Compiling cargo_metadata v0.19.2 |
2166 | 2025-04-18T23:44:45.032Z | Compiling petgraph v0.7.1 |
2167 | 2025-04-18T23:44:45.160Z | Compiling omicron-zone-package v0.12.0 |
2168 | 2025-04-18T23:44:45.368Z | Compiling indent_write v2.2.0 |
2169 | 2025-04-18T23:44:45.604Z | Compiling shell-words v1.1.0 |
2170 | 2025-04-18T23:44:52.957Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2171 | 2025-04-18T23:44:54.105Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2172 | 2025-04-18T23:44:56.538Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2173 | 2025-04-18T23:45:12.053Z | Finished `release` profile [optimized] target(s) in 4m 15s |
2174 | 2025-04-18T23:45:12.193Z | Running `target/release/omicron-package -t test target create -p dev` |
2175 | 2025-04-18T23:45:12.263Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2176 | 2025-04-18T23:45:12.288Z | Created new build target 'test' and set it as active |
2177 | 2025-04-18T23:45:12.288Z | |
2178 | 2025-04-18T23:45:12.289Z | real 4:15.816099270 |
2179 | 2025-04-18T23:45:12.289Z | user 28:34.166718628 |
2180 | 2025-04-18T23:45:12.289Z | sys 3:25.981307138 |
2181 | 2025-04-18T23:45:12.289Z | trap 1.091684044 |
2182 | 2025-04-18T23:45:12.289Z | tflt 0.951419916 |
2183 | 2025-04-18T23:45:12.289Z | dflt 0.774964621 |
2184 | 2025-04-18T23:45:12.289Z | kflt 0.000378341 |
2185 | 2025-04-18T23:45:12.289Z | lock 54:41.529981454 |
2186 | 2025-04-18T23:45:12.289Z | slp 1:56:46.678824482 |
2187 | 2025-04-18T23:45:12.289Z | lat 2:22.151569876 |
2188 | 2025-04-18T23:45:12.289Z | stop 4:15.274297517 |
2189 | 2025-04-18T23:45:12.289Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2190 | 2025-04-18T23:45:13.660Z | Finished `release` profile [optimized] target(s) in 1.31s |
2191 | 2025-04-18T23:45:13.728Z | Running `target/release/omicron-package -t test package` |
2192 | 2025-04-18T23:45:13.792Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2193 | 2025-04-18T23:45:15.386Z | Compiling ring v0.17.11 |
2194 | 2025-04-18T23:45:15.473Z | Compiling convert_case v0.4.0 |
2195 | 2025-04-18T23:45:15.499Z | Compiling camino v1.1.9 |
2196 | 2025-04-18T23:45:15.499Z | Compiling derive-where v1.2.7 |
2197 | 2025-04-18T23:45:15.499Z | Compiling newline-converter v0.3.0 |
2198 | 2025-04-18T23:45:15.499Z | Compiling fastrand v2.1.1 |
2199 | 2025-04-18T23:45:15.499Z | Compiling password-hash v0.5.0 |
2200 | 2025-04-18T23:45:15.732Z | Compiling expectorate v1.1.0 |
2201 | 2025-04-18T23:45:16.011Z | Compiling tempfile v3.13.0 |
2202 | 2025-04-18T23:45:16.037Z | Compiling blake2 v0.10.6 |
2203 | 2025-04-18T23:45:16.132Z | Compiling derive_more v0.99.19 |
2204 | 2025-04-18T23:45:16.291Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2205 | 2025-04-18T23:45:16.622Z | Compiling base64 v0.21.7 |
2206 | 2025-04-18T23:45:16.895Z | Compiling argon2 v0.5.3 |
2207 | 2025-04-18T23:45:16.981Z | Compiling atomicwrites v0.4.4 |
2208 | 2025-04-18T23:45:17.382Z | Compiling toml v0.8.20 |
2209 | 2025-04-18T23:45:17.441Z | Compiling owo-colors v4.2.0 |
2210 | 2025-04-18T23:45:17.549Z | Compiling cancel-safe-futures v0.1.5 |
2211 | 2025-04-18T23:45:17.901Z | Compiling num-rational v0.4.2 |
2212 | 2025-04-18T23:45:17.957Z | Compiling libsw-core v0.3.1 |
2213 | 2025-04-18T23:45:18.066Z | Compiling num-complex v0.4.6 |
2214 | 2025-04-18T23:45:18.245Z | Compiling dirs-sys-next v0.1.2 |
2215 | 2025-04-18T23:45:18.511Z | Compiling dirs-next v2.0.0 |
2216 | 2025-04-18T23:45:18.631Z | Compiling libsw v3.4.0 |
2217 | 2025-04-18T23:45:18.942Z | Compiling num v0.4.3 |
2218 | 2025-04-18T23:45:19.049Z | Compiling linear-map v1.2.0 |
2219 | 2025-04-18T23:45:19.075Z | Compiling utf-8 v0.7.6 |
2220 | 2025-04-18T23:45:19.387Z | Compiling float-ord v0.3.2 |
2221 | 2025-04-18T23:45:19.413Z | Compiling swrite v0.1.0 |
2222 | 2025-04-18T23:45:19.438Z | Compiling term v0.7.0 |
2223 | 2025-04-18T23:45:19.573Z | Compiling is-terminal v0.4.13 |
2224 | 2025-04-18T23:45:19.598Z | Compiling linked-hash-map v0.5.6 |
2225 | 2025-04-18T23:45:19.728Z | Compiling highway v1.3.0 |
2226 | 2025-04-18T23:45:19.869Z | Compiling rustls v0.23.19 |
2227 | 2025-04-18T23:45:19.899Z | Compiling tungstenite v0.21.0 |
2228 | 2025-04-18T23:45:19.957Z | Compiling lru-cache v0.1.2 |
2229 | 2025-04-18T23:45:20.191Z | Compiling semver v0.1.20 |
2230 | 2025-04-18T23:45:20.347Z | Compiling resolv-conf v0.7.0 |
2231 | 2025-04-18T23:45:20.644Z | Compiling rustc_version v0.1.7 |
2232 | 2025-04-18T23:45:20.671Z | Compiling rustls v0.22.4 |
2233 | 2025-04-18T23:45:20.697Z | Compiling thread_local v1.1.8 |
2234 | 2025-04-18T23:45:20.722Z | Compiling hickory-resolver v0.24.4 |
2235 | 2025-04-18T23:45:21.023Z | Compiling tokio-tungstenite v0.21.0 |
2236 | 2025-04-18T23:45:21.049Z | Compiling newtype_derive v0.1.6 |
2237 | 2025-04-18T23:45:21.098Z | Compiling wait-timeout v0.2.0 |
2238 | 2025-04-18T23:45:21.323Z | Compiling quick-error v1.2.3 |
2239 | 2025-04-18T23:45:21.479Z | Compiling match_cfg v0.1.0 |
2240 | 2025-04-18T23:45:21.507Z | Compiling bit-vec v0.8.0 |
2241 | 2025-04-18T23:45:21.577Z | Compiling hostname v0.3.1 |
2242 | 2025-04-18T23:45:21.603Z | Compiling rusty-fork v0.3.0 |
2243 | 2025-04-18T23:45:21.733Z | Compiling multer v3.1.0 |
2244 | 2025-04-18T23:45:21.768Z | Compiling slog-async v2.8.0 |
2245 | 2025-04-18T23:45:21.815Z | Compiling slog-json v2.6.1 |
2246 | 2025-04-18T23:45:21.845Z | Compiling bit-set v0.8.0 |
2247 | 2025-04-18T23:45:21.918Z | Compiling crossbeam-channel v0.5.13 |
2248 | 2025-04-18T23:45:22.140Z | Compiling rustls-webpki v0.102.8 |
2249 | 2025-04-18T23:45:22.140Z | Compiling rand_xorshift v0.3.0 |
2250 | 2025-04-18T23:45:22.179Z | Compiling humantime v2.1.0 |
2251 | 2025-04-18T23:45:22.387Z | Compiling unarray v0.1.4 |
2252 | 2025-04-18T23:45:22.571Z | Compiling take_mut v0.2.2 |
2253 | 2025-04-18T23:45:22.762Z | Compiling proptest v1.6.0 |
2254 | 2025-04-18T23:45:22.882Z | Compiling slog-bunyan v2.5.0 |
2255 | 2025-04-18T23:45:23.691Z | Compiling slog-term v2.9.1 |
2256 | 2025-04-18T23:45:24.239Z | Compiling parse-display v0.10.0 |
2257 | 2025-04-18T23:45:24.265Z | Compiling dropshot v0.16.0 |
2258 | 2025-04-18T23:45:24.339Z | Compiling async-stream v0.3.6 |
2259 | 2025-04-18T23:45:24.536Z | Compiling strum v0.26.3 |
2260 | 2025-04-18T23:45:24.598Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2261 | 2025-04-18T23:45:24.678Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2262 | 2025-04-18T23:45:24.722Z | Compiling waitgroup v0.1.2 |
2263 | 2025-04-18T23:45:24.775Z | Compiling serde_path_to_error v0.1.16 |
2264 | 2025-04-18T23:45:24.917Z | Compiling hostname v0.4.0 |
2265 | 2025-04-18T23:45:25.106Z | Compiling instant v0.1.13 |
2266 | 2025-04-18T23:45:25.256Z | Compiling debug-ignore v1.0.5 |
2267 | 2025-04-18T23:45:25.415Z | Compiling backoff v0.4.0 |
2268 | 2025-04-18T23:45:25.442Z | Compiling steno v0.4.1 |
2269 | 2025-04-18T23:45:25.731Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2270 | 2025-04-18T23:45:26.866Z | Compiling tokio-rustls v0.25.0 |
2271 | 2025-04-18T23:45:28.791Z | Compiling tokio-rustls v0.26.0 |
2272 | 2025-04-18T23:45:29.240Z | Compiling hyper-rustls v0.27.3 |
2273 | 2025-04-18T23:45:29.417Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2274 | 2025-04-18T23:45:29.782Z | Compiling reqwest v0.12.12 |
2275 | 2025-04-18T23:45:32.736Z | Compiling progenitor-client v0.9.1 |
2276 | 2025-04-18T23:45:33.185Z | Compiling progenitor v0.9.1 |
2277 | 2025-04-18T23:45:33.382Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2278 | 2025-04-18T23:45:33.855Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2279 | 2025-04-18T23:45:34.031Z | Compiling serde_with v3.12.0 |
2280 | 2025-04-18T23:45:34.108Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2281 | 2025-04-18T23:45:36.991Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2282 | 2025-04-18T23:45:37.454Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2283 | 2025-04-18T23:45:38.059Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2284 | 2025-04-18T23:45:38.281Z | Compiling macaddr v1.0.1 |
2285 | 2025-04-18T23:45:38.486Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2286 | 2025-04-18T23:45:38.667Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2025-04-18T23:45:38.847Z | Compiling qorb v0.2.1 |
2288 | 2025-04-18T23:45:51.627Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2289 | 2025-04-18T23:45:57.943Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2290 | 2025-04-18T23:45:58.008Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2291 | 2025-04-18T23:45:58.069Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2292 | 2025-04-18T23:45:58.070Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2293 | 2025-04-18T23:45:58.070Z | Compiling slog-dtrace v0.3.0 |
2294 | 2025-04-18T23:45:58.070Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2295 | 2025-04-18T23:45:58.070Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2296 | 2025-04-18T23:46:00.869Z | Compiling prettyplease v0.2.30 |
2297 | 2025-04-18T23:46:02.022Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2298 | 2025-04-18T23:46:02.171Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2299 | 2025-04-18T23:46:06.572Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2300 | 2025-04-18T23:46:06.866Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2301 | 2025-04-18T23:46:08.501Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2302 | 2025-04-18T23:46:12.566Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2303 | 2025-04-18T23:46:14.215Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2304 | 2025-04-18T23:46:14.450Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2305 | 2025-04-18T23:46:16.634Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2306 | 2025-04-18T23:46:18.182Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2025-04-18T23:46:19.153Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2308 | 2025-04-18T23:46:21.113Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2309 | 2025-04-18T23:46:21.514Z | Compiling half v2.4.1 |
2310 | 2025-04-18T23:46:22.125Z | Compiling ciborium-io v0.2.2 |
2311 | 2025-04-18T23:46:22.270Z | Compiling ciborium-ll v0.2.2 |
2312 | 2025-04-18T23:46:22.725Z | Compiling bytecount v0.6.8 |
2313 | 2025-04-18T23:46:23.024Z | Compiling ciborium v0.2.2 |
2314 | 2025-04-18T23:46:23.318Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2315 | 2025-04-18T23:46:24.204Z | Compiling display-error-chain v0.2.2 |
2316 | 2025-04-18T23:46:24.424Z | Compiling const_format_proc_macros v0.2.34 |
2317 | 2025-04-18T23:46:24.757Z | Compiling keccak v0.1.5 |
2318 | 2025-04-18T23:46:25.572Z | Compiling maplit v1.0.2 |
2319 | 2025-04-18T23:46:25.718Z | Compiling crunchy v0.2.2 |
2320 | 2025-04-18T23:46:25.744Z | Compiling same-file v1.0.6 |
2321 | 2025-04-18T23:46:25.819Z | Compiling const_format v0.2.34 |
2322 | 2025-04-18T23:46:26.032Z | Compiling walkdir v2.5.0 |
2323 | 2025-04-18T23:46:26.185Z | Compiling sha3 v0.10.8 |
2324 | 2025-04-18T23:46:26.535Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2325 | 2025-04-18T23:46:26.893Z | Compiling radium v0.7.0 |
2326 | 2025-04-18T23:46:26.932Z | Compiling tiny-keccak v2.0.2 |
2327 | 2025-04-18T23:46:27.282Z | Compiling blake3 v1.5.4 |
2328 | 2025-04-18T23:46:27.465Z | Compiling dsl_auto_type v0.1.2 |
2329 | 2025-04-18T23:46:27.541Z | Compiling scheduled-thread-pool v0.2.7 |
2330 | 2025-04-18T23:46:27.926Z | Compiling xattr v1.3.1 |
2331 | 2025-04-18T23:46:28.172Z | Compiling diesel_table_macro_syntax v0.2.0 |
2332 | 2025-04-18T23:46:28.198Z | Compiling filetime v0.2.25 |
2333 | 2025-04-18T23:46:28.479Z | Compiling memmap2 v0.9.5 |
2334 | 2025-04-18T23:46:28.504Z | Compiling tap v1.0.1 |
2335 | 2025-04-18T23:46:28.529Z | Compiling arrayref v0.3.9 |
2336 | 2025-04-18T23:46:28.646Z | Compiling maybe-uninit v2.0.0 |
2337 | 2025-04-18T23:46:28.679Z | Compiling constant_time_eq v0.3.1 |
2338 | 2025-04-18T23:46:28.715Z | Compiling bit-vec v0.6.3 |
2339 | 2025-04-18T23:46:28.829Z | Compiling arrayvec v0.7.6 |
2340 | 2025-04-18T23:46:28.854Z | Compiling wyz v0.5.1 |
2341 | 2025-04-18T23:46:29.075Z | Compiling bit-set v0.5.3 |
2342 | 2025-04-18T23:46:29.205Z | Compiling diesel_derives v2.2.3 |
2343 | 2025-04-18T23:46:29.270Z | Compiling tar v0.4.44 |
2344 | 2025-04-18T23:46:29.327Z | Compiling r2d2 v0.8.10 |
2345 | 2025-04-18T23:46:30.120Z | Compiling toolchain_find v0.4.0 |
2346 | 2025-04-18T23:46:30.312Z | Compiling ascii-canvas v3.0.0 |
2347 | 2025-04-18T23:46:30.461Z | Compiling camino-tempfile v1.1.1 |
2348 | 2025-04-18T23:46:30.583Z | Compiling phf_generator v0.11.2 |
2349 | 2025-04-18T23:46:30.707Z | Compiling secrecy v0.8.0 |
2350 | 2025-04-18T23:46:30.751Z | Compiling async-recursion v1.1.1 |
2351 | 2025-04-18T23:46:30.778Z | Compiling ena v0.14.3 |
2352 | 2025-04-18T23:46:30.846Z | Compiling bindgen v0.71.1 |
2353 | 2025-04-18T23:46:30.997Z | Compiling funty v2.0.0 |
2354 | 2025-04-18T23:46:31.179Z | Compiling topological-sort v0.2.2 |
2355 | 2025-04-18T23:46:31.275Z | Compiling crc-catalog v2.4.0 |
2356 | 2025-04-18T23:46:31.411Z | Compiling diff v0.1.13 |
2357 | 2025-04-18T23:46:31.444Z | Compiling packed_struct v0.10.1 |
2358 | 2025-04-18T23:46:31.568Z | Compiling regex-syntax v0.6.29 |
2359 | 2025-04-18T23:46:31.845Z | Compiling bitvec v1.0.1 |
2360 | 2025-04-18T23:46:31.887Z | Compiling crc v3.2.1 |
2361 | 2025-04-18T23:46:31.914Z | Compiling omicron-zone-package v0.12.0 |
2362 | 2025-04-18T23:46:33.268Z | Compiling phf_codegen v0.11.2 |
2363 | 2025-04-18T23:46:33.463Z | Compiling rustfmt-wrapper v0.2.1 |
2364 | 2025-04-18T23:46:33.611Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2365 | 2025-04-18T23:46:33.932Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2366 | 2025-04-18T23:46:34.541Z | Compiling lalrpop v0.19.12 |
2367 | 2025-04-18T23:46:34.744Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2368 | 2025-04-18T23:46:34.960Z | Compiling typify-impl v0.2.0 |
2369 | 2025-04-18T23:46:35.444Z | Compiling universal-hash v0.5.1 |
2370 | 2025-04-18T23:46:35.469Z | Compiling thiserror-impl-no-std v2.0.2 |
2371 | 2025-04-18T23:46:35.681Z | Compiling packed_struct_codegen v0.10.1 |
2372 | 2025-04-18T23:46:35.922Z | Compiling parse-zoneinfo v0.3.1 |
2373 | 2025-04-18T23:46:37.030Z | Compiling diesel v2.2.8 |
2374 | 2025-04-18T23:46:37.068Z | Compiling indexmap v1.9.3 |
2375 | 2025-04-18T23:46:37.376Z | Compiling nodrop v0.1.14 |
2376 | 2025-04-18T23:46:37.498Z | Compiling ref-cast v1.0.23 |
2377 | 2025-04-18T23:46:37.524Z | Compiling rustc-hash v2.1.1 |
2378 | 2025-04-18T23:46:37.549Z | Compiling opaque-debug v0.3.1 |
2379 | 2025-04-18T23:46:37.650Z | Compiling poly1305 v0.8.0 |
2380 | 2025-04-18T23:46:38.019Z | Compiling array-init v0.0.4 |
2381 | 2025-04-18T23:46:38.892Z | Compiling thiserror-no-std v2.0.2 |
2382 | 2025-04-18T23:46:39.073Z | Compiling chrono-tz-build v0.4.0 |
2383 | 2025-04-18T23:46:39.885Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2384 | 2025-04-18T23:46:42.167Z | Compiling smallvec v0.6.14 |
2385 | 2025-04-18T23:46:42.617Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2386 | 2025-04-18T23:46:42.950Z | Compiling typify-macro v0.2.0 |
2387 | 2025-04-18T23:46:43.044Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2388 | 2025-04-18T23:46:43.386Z | Compiling derive_builder_core v0.20.2 |
2389 | 2025-04-18T23:46:45.069Z | Compiling itertools v0.13.0 |
2390 | 2025-04-18T23:46:45.802Z | Compiling chacha20 v0.9.1 |
2391 | 2025-04-18T23:46:46.283Z | Compiling headers-core v0.3.0 |
2392 | 2025-04-18T23:46:46.481Z | Compiling aead v0.5.2 |
2393 | 2025-04-18T23:46:46.797Z | Compiling libxml v0.3.3 |
2394 | 2025-04-18T23:46:47.125Z | Compiling ref-cast-impl v1.0.23 |
2395 | 2025-04-18T23:46:47.310Z | Compiling vte_generate_state_changes v0.1.2 |
2396 | 2025-04-18T23:46:47.831Z | Compiling bitfield v0.14.0 |
2397 | 2025-04-18T23:46:48.019Z | Compiling hashbrown v0.12.3 |
2398 | 2025-04-18T23:46:48.062Z | Compiling arc-swap v1.7.1 |
2399 | 2025-04-18T23:46:48.117Z | Compiling termcolor v1.4.1 |
2400 | 2025-04-18T23:46:48.208Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2401 | 2025-04-18T23:46:48.579Z | Compiling slog-scope v4.4.0 |
2402 | 2025-04-18T23:46:48.654Z | Compiling env_logger v0.10.2 |
2403 | 2025-04-18T23:46:48.996Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2404 | 2025-04-18T23:46:49.410Z | Compiling samael v0.0.18 |
2405 | 2025-04-18T23:46:50.088Z | Compiling vte v0.11.1 |
2406 | 2025-04-18T23:46:51.277Z | Compiling chacha20poly1305 v0.10.1 |
2407 | 2025-04-18T23:46:51.327Z | Compiling headers v0.4.0 |
2408 | 2025-04-18T23:46:51.514Z | Compiling derive_builder_macro v0.20.2 |
2409 | 2025-04-18T23:46:52.194Z | Compiling serde-hex v0.1.0 |
2410 | 2025-04-18T23:46:52.221Z | Compiling chrono-tz v0.10.1 |
2411 | 2025-04-18T23:46:52.446Z | Compiling polar-core v0.27.3 |
2412 | 2025-04-18T23:46:52.795Z | Compiling vsss-rs v3.3.4 |
2413 | 2025-04-18T23:46:54.411Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2414 | 2025-04-18T23:46:56.096Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2415 | 2025-04-18T23:46:56.379Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2416 | 2025-04-18T23:46:56.622Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2417 | 2025-04-18T23:46:56.705Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2418 | 2025-04-18T23:46:56.839Z | Compiling ron v0.8.1 |
2419 | 2025-04-18T23:46:56.988Z | Compiling hashbrown v0.13.2 |
2420 | 2025-04-18T23:46:58.094Z | Compiling strum_macros v0.24.3 |
2421 | 2025-04-18T23:47:00.351Z | Compiling unicase v2.7.0 |
2422 | 2025-04-18T23:47:00.387Z | Compiling indoc v1.0.9 |
2423 | 2025-04-18T23:47:00.639Z | Compiling crc-any v2.5.0 |
2424 | 2025-04-18T23:47:01.081Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2425 | 2025-04-18T23:47:01.448Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2426 | 2025-04-18T23:47:01.536Z | Compiling object v0.30.4 |
2427 | 2025-04-18T23:47:12.952Z | Compiling derive_builder v0.20.2 |
2428 | 2025-04-18T23:47:15.134Z | Compiling strip-ansi-escapes v0.2.0 |
2429 | 2025-04-18T23:47:15.775Z | Compiling slog-stdlog v4.1.1 |
2430 | 2025-04-18T23:47:16.978Z | Compiling papergrid v0.11.0 |
2431 | 2025-04-18T23:47:17.213Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2432 | 2025-04-18T23:47:17.518Z | Compiling tabled_derive v0.7.0 |
2433 | 2025-04-18T23:47:17.889Z | Compiling itertools v0.12.1 |
2434 | 2025-04-18T23:47:19.117Z | Compiling fd-lock v4.0.2 |
2435 | 2025-04-18T23:47:19.347Z | Compiling peg-macros v0.8.5 |
2436 | 2025-04-18T23:47:20.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2437 | 2025-04-18T23:47:21.623Z | Compiling impl-trait-for-tuples v0.2.2 |
2438 | 2025-04-18T23:47:21.691Z | Compiling oso-derive v0.27.3 |
2439 | 2025-04-18T23:47:22.423Z | Compiling quick-xml v0.37.2 |
2440 | 2025-04-18T23:47:26.041Z | Compiling diesel-dtrace v0.4.2 |
2441 | 2025-04-18T23:47:26.322Z | Compiling path-slash v0.1.5 |
2442 | 2025-04-18T23:47:26.556Z | Compiling nu-ansi-term v0.50.1 |
2443 | 2025-04-18T23:47:27.492Z | Compiling reedline v0.38.0 |
2444 | 2025-04-18T23:47:27.586Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2445 | 2025-04-18T23:47:29.110Z | Compiling oso v0.27.3 |
2446 | 2025-04-18T23:47:37.784Z | Compiling peg v0.8.5 |
2447 | 2025-04-18T23:47:37.945Z | Compiling tabled v0.15.0 |
2448 | 2025-04-18T23:47:39.481Z | Compiling slog-envlogger v2.2.0 |
2449 | 2025-04-18T23:47:41.547Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2450 | 2025-04-18T23:47:42.389Z | Compiling typify v0.2.0 |
2451 | 2025-04-18T23:47:42.536Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2452 | 2025-04-18T23:47:43.695Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2453 | 2025-04-18T23:47:46.139Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2454 | 2025-04-18T23:47:46.430Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2455 | 2025-04-18T23:47:49.067Z | Compiling pem v3.0.5 |
2456 | 2025-04-18T23:47:50.335Z | Compiling bb8 v0.8.5 |
2457 | 2025-04-18T23:47:50.839Z | Compiling bcs v0.1.6 |
2458 | 2025-04-18T23:47:51.592Z | Compiling fxhash v0.2.1 |
2459 | 2025-04-18T23:47:51.834Z | Compiling libz-sys v1.1.20 |
2460 | 2025-04-18T23:47:52.383Z | Compiling termtree v0.5.1 |
2461 | 2025-04-18T23:47:53.911Z | Compiling async-bb8-diesel v0.2.1 |
2462 | 2025-04-18T23:47:54.743Z | Compiling progenitor-impl v0.8.0 |
2463 | 2025-04-18T23:47:55.846Z | Compiling kstat-rs v0.2.4 |
2464 | 2025-04-18T23:47:56.626Z | Compiling proc-macro-error-attr2 v2.0.0 |
2465 | 2025-04-18T23:47:57.241Z | Compiling proc-macro-error2 v2.0.1 |
2466 | 2025-04-18T23:47:57.744Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2467 | 2025-04-18T23:47:59.355Z | Compiling progenitor-macro v0.8.0 |
2468 | 2025-04-18T23:48:05.230Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2469 | 2025-04-18T23:48:07.483Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2470 | 2025-04-18T23:48:07.914Z | Compiling progenitor-client v0.8.0 |
2471 | 2025-04-18T23:48:08.692Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2472 | 2025-04-18T23:48:09.317Z | Compiling nanorand v0.7.0 |
2473 | 2025-04-18T23:48:09.905Z | Compiling pin-project-internal v1.1.6 |
2474 | 2025-04-18T23:48:11.888Z | Compiling parking_lot_core v0.8.6 |
2475 | 2025-04-18T23:48:12.288Z | Compiling pin-project v1.1.6 |
2476 | 2025-04-18T23:48:12.452Z | Compiling flume v0.11.1 |
2477 | 2025-04-18T23:48:14.315Z | Compiling progenitor v0.8.0 |
2478 | 2025-04-18T23:48:14.558Z | Compiling mime_guess v2.0.5 |
2479 | 2025-04-18T23:48:15.387Z | Compiling tabled_derive v0.10.0 |
2480 | 2025-04-18T23:48:17.766Z | Compiling papergrid v0.14.0 |
2481 | 2025-04-18T23:48:29.675Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2482 | 2025-04-18T23:48:32.300Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2483 | 2025-04-18T23:48:36.171Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2484 | 2025-04-18T23:48:39.836Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2485 | 2025-04-18T23:48:42.124Z | Compiling snafu-derive v0.8.5 |
2486 | 2025-04-18T23:48:42.517Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2487 | 2025-04-18T23:48:42.989Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2488 | 2025-04-18T23:48:45.595Z | Compiling snafu v0.8.5 |
2489 | 2025-04-18T23:48:46.682Z | Compiling tabled v0.18.0 |
2490 | 2025-04-18T23:48:52.112Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2491 | 2025-04-18T23:48:52.302Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2492 | 2025-04-18T23:48:52.682Z | Compiling globset v0.4.15 |
2493 | 2025-04-18T23:48:53.979Z | Compiling olpc-cjson v0.1.4 |
2494 | 2025-04-18T23:48:54.308Z | Compiling vergen v8.3.2 |
2495 | 2025-04-18T23:48:54.674Z | Compiling castaway v0.2.3 |
2496 | 2025-04-18T23:48:54.903Z | Compiling nibble_vec v0.1.0 |
2497 | 2025-04-18T23:48:55.188Z | Compiling cargo-platform v0.1.8 |
2498 | 2025-04-18T23:48:55.673Z | Compiling serde_plain v1.0.2 |
2499 | 2025-04-18T23:48:56.214Z | Compiling atty v0.2.14 |
2500 | 2025-04-18T23:48:56.401Z | Compiling salty v0.3.0 |
2501 | 2025-04-18T23:48:56.796Z | Compiling io-lifetimes v1.0.11 |
2502 | 2025-04-18T23:48:57.228Z | Compiling typed-path v0.9.3 |
2503 | 2025-04-18T23:48:57.273Z | Compiling endian-type v0.1.2 |
2504 | 2025-04-18T23:48:57.528Z | Compiling http-range v0.1.5 |
2505 | 2025-04-18T23:48:57.586Z | Compiling radix_trie v0.2.1 |
2506 | 2025-04-18T23:48:58.055Z | Compiling git2 v0.19.0 |
2507 | 2025-04-18T23:48:58.247Z | Compiling cargo_metadata v0.18.1 |
2508 | 2025-04-18T23:48:58.406Z | Compiling compact_str v0.8.0 |
2509 | 2025-04-18T23:48:59.310Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2510 | 2025-04-18T23:48:59.384Z | Compiling parking_lot v0.11.2 |
2511 | 2025-04-18T23:49:00.482Z | Compiling tough v0.19.0 |
2512 | 2025-04-18T23:49:02.034Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2513 | 2025-04-18T23:49:03.188Z | Compiling unicode-truncate v1.1.0 |
2514 | 2025-04-18T23:49:03.464Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2515 | 2025-04-18T23:49:03.509Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2516 | 2025-04-18T23:49:04.588Z | Compiling lru v0.12.5 |
2517 | 2025-04-18T23:49:04.905Z | Compiling rand_seeder v0.3.0 |
2518 | 2025-04-18T23:49:05.310Z | Compiling lzma-sys v0.1.20 |
2519 | 2025-04-18T23:49:05.840Z | Compiling instability v0.3.2 |
2520 | 2025-04-18T23:49:05.945Z | Compiling rustix v0.37.28 |
2521 | 2025-04-18T23:49:06.436Z | Compiling indoc v2.0.6 |
2522 | 2025-04-18T23:49:06.687Z | Compiling rustls v0.21.12 |
2523 | 2025-04-18T23:49:06.983Z | Compiling parse-size v1.1.0 |
2524 | 2025-04-18T23:49:07.159Z | Compiling cassowary v0.3.0 |
2525 | 2025-04-18T23:49:07.324Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2526 | 2025-04-18T23:49:07.695Z | Compiling ratatui v0.29.0 |
2527 | 2025-04-18T23:49:08.182Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2528 | 2025-04-18T23:49:08.414Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2529 | 2025-04-18T23:49:09.980Z | Compiling hyper-staticfile v0.10.1 |
2530 | 2025-04-18T23:49:10.073Z | Compiling sled v0.34.7 |
2531 | 2025-04-18T23:49:12.249Z | Compiling hickory-client v0.24.4 |
2532 | 2025-04-18T23:49:12.403Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2533 | 2025-04-18T23:49:13.468Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2534 | 2025-04-18T23:49:16.079Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2535 | 2025-04-18T23:49:18.016Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2536 | 2025-04-18T23:49:19.309Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2537 | 2025-04-18T23:49:19.598Z | Compiling rustls-webpki v0.101.7 |
2538 | 2025-04-18T23:49:22.782Z | Compiling sct v0.7.1 |
2539 | 2025-04-18T23:49:23.107Z | Compiling hickory-server v0.24.4 |
2540 | 2025-04-18T23:49:23.207Z | Compiling primeorder v0.13.6 |
2541 | 2025-04-18T23:49:23.715Z | Compiling heck v0.3.3 |
2542 | 2025-04-18T23:49:23.942Z | Compiling env_filter v0.1.2 |
2543 | 2025-04-18T23:49:24.028Z | Compiling csv-core v0.1.11 |
2544 | 2025-04-18T23:49:24.767Z | Compiling dropshot v0.12.0 |
2545 | 2025-04-18T23:49:25.062Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2546 | 2025-04-18T23:49:25.291Z | Compiling csv v1.3.1 |
2547 | 2025-04-18T23:49:25.444Z | Compiling env_logger v0.11.5 |
2548 | 2025-04-18T23:49:26.682Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2549 | 2025-04-18T23:49:27.103Z | Compiling zone_cfg_derive v0.1.2 |
2550 | 2025-04-18T23:49:27.128Z | Compiling p384 v0.13.0 |
2551 | 2025-04-18T23:49:31.869Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2552 | 2025-04-18T23:49:32.353Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2553 | 2025-04-18T23:49:32.713Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2554 | 2025-04-18T23:49:33.372Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2555 | 2025-04-18T23:49:33.406Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2556 | 2025-04-18T23:49:33.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2557 | 2025-04-18T23:49:34.011Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2558 | 2025-04-18T23:49:34.196Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2559 | 2025-04-18T23:49:34.305Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2560 | 2025-04-18T23:49:34.510Z | Compiling tungstenite v0.23.0 |
2561 | 2025-04-18T23:49:34.606Z | Compiling nix v0.27.1 |
2562 | 2025-04-18T23:49:36.853Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2563 | 2025-04-18T23:49:37.507Z | Compiling dropshot_endpoint v0.12.0 |
2564 | 2025-04-18T23:49:39.016Z | Compiling base64 v0.13.1 |
2565 | 2025-04-18T23:49:39.051Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2566 | 2025-04-18T23:49:39.219Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2567 | 2025-04-18T23:49:39.686Z | Compiling ron v0.7.1 |
2568 | 2025-04-18T23:49:39.878Z | Compiling tokio-tungstenite v0.23.1 |
2569 | 2025-04-18T23:49:40.512Z | Compiling xz2 v0.1.7 |
2570 | 2025-04-18T23:49:43.907Z | Compiling terminal_size v0.2.6 |
2571 | 2025-04-18T23:49:44.129Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2572 | 2025-04-18T23:49:45.149Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2573 | 2025-04-18T23:49:48.686Z | Compiling tokio-rustls v0.24.1 |
2574 | 2025-04-18T23:49:49.090Z | Compiling zone v0.1.8 |
2575 | 2025-04-18T23:49:49.118Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2576 | 2025-04-18T23:49:51.490Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2577 | 2025-04-18T23:49:51.892Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2578 | 2025-04-18T23:49:52.275Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2579 | 2025-04-18T23:49:52.634Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2580 | 2025-04-18T23:49:53.078Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2581 | 2025-04-18T23:49:54.131Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2582 | 2025-04-18T23:49:55.126Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2583 | 2025-04-18T23:49:56.185Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2584 | 2025-04-18T23:49:57.569Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2585 | 2025-04-18T23:50:01.445Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2586 | 2025-04-18T23:50:03.309Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2587 | 2025-04-18T23:50:03.420Z | Compiling rustls-pemfile v1.0.4 |
2588 | 2025-04-18T23:50:03.623Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2589 | 2025-04-18T23:50:03.692Z | Compiling signal-hook-tokio v0.3.1 |
2590 | 2025-04-18T23:50:03.922Z | Compiling twox-hash v2.1.0 |
2591 | 2025-04-18T23:50:04.098Z | Compiling yasna v0.5.2 |
2592 | 2025-04-18T23:50:04.360Z | Compiling is_ci v1.2.0 |
2593 | 2025-04-18T23:50:04.660Z | Compiling glob v0.3.2 |
2594 | 2025-04-18T23:50:04.794Z | Compiling smawk v0.3.2 |
2595 | 2025-04-18T23:50:05.090Z | Compiling unicode-linebreak v0.1.5 |
2596 | 2025-04-18T23:50:05.403Z | Compiling rcgen v0.12.1 |
2597 | 2025-04-18T23:50:05.565Z | Compiling textwrap v0.16.1 |
2598 | 2025-04-18T23:50:05.722Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2599 | 2025-04-18T23:50:06.972Z | Compiling supports-color v3.0.2 |
2600 | 2025-04-18T23:50:07.395Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2601 | 2025-04-18T23:50:08.536Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2602 | 2025-04-18T23:50:11.037Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2603 | 2025-04-18T23:50:12.648Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2604 | 2025-04-18T23:50:13.947Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2605 | 2025-04-18T23:50:15.272Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2606 | 2025-04-18T23:50:15.514Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2607 | 2025-04-18T23:50:28.306Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2608 | 2025-04-18T23:50:28.454Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2609 | 2025-04-18T23:50:32.094Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2610 | 2025-04-18T23:50:34.104Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2611 | 2025-04-18T23:50:36.810Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2612 | 2025-04-18T23:50:37.927Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2613 | 2025-04-18T23:50:38.048Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2614 | 2025-04-18T23:50:38.508Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2615 | 2025-04-18T23:50:45.259Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2616 | 2025-04-18T23:50:46.630Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2617 | 2025-04-18T23:50:47.743Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2618 | 2025-04-18T23:50:48.870Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2025-04-18T23:50:49.150Z | Compiling fatfs v0.3.6 |
2620 | 2025-04-18T23:50:51.174Z | Compiling subprocess v0.2.9 |
2621 | 2025-04-18T23:50:51.445Z | Compiling rtoolbox v0.0.2 |
2622 | 2025-04-18T23:50:51.839Z | Compiling assert_matches v1.5.0 |
2623 | 2025-04-18T23:50:52.933Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2624 | 2025-04-18T23:50:53.056Z | Compiling rpassword v7.3.1 |
2625 | 2025-04-18T23:50:53.475Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2025-04-18T23:50:55.030Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2627 | 2025-04-18T23:50:59.275Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2628 | 2025-04-18T23:51:04.938Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2629 | 2025-04-18T23:51:19.314Z | Compiling tui-tree-widget v0.23.0 |
2630 | 2025-04-18T23:51:19.725Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2631 | 2025-04-18T23:51:21.825Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2632 | 2025-04-18T23:51:22.111Z | Compiling uzers v0.12.1 |
2633 | 2025-04-18T23:51:24.695Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2634 | 2025-04-18T23:51:26.905Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2635 | 2025-04-18T23:51:28.520Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2636 | 2025-04-18T23:51:34.375Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2637 | 2025-04-18T23:51:42.971Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2638 | 2025-04-18T23:51:46.814Z | Compiling multimap v0.10.0 |
2639 | 2025-04-18T23:53:39.223Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2640 | 2025-04-19T00:00:24.914Z | Finished `release` profile [optimized] target(s) in 15m 10s |
2641 | 2025-04-19T00:01:54.786Z | |
2642 | 2025-04-19T00:01:54.812Z | real 16:42.518582519 |
2643 | 2025-04-19T00:01:54.812Z | user 1:51:50.207539638 |
2644 | 2025-04-19T00:01:54.812Z | sys 3:44.409677467 |
2645 | 2025-04-19T00:01:54.812Z | trap 3.233462081 |
2646 | 2025-04-19T00:01:54.812Z | tflt 0.916139060 |
2647 | 2025-04-19T00:01:54.812Z | dflt 4.637171035 |
2648 | 2025-04-19T00:01:54.812Z | kflt 0.240797663 |
2649 | 2025-04-19T00:01:54.812Z | lock 6:55:46.211204848 |
2650 | 2025-04-19T00:01:54.812Z | slp 5:40:33.235397217 |
2651 | 2025-04-19T00:01:54.812Z | lat 3:20.006591355 |
2652 | 2025-04-19T00:01:54.813Z | stop 2:35.569956529 |
2653 | 2025-04-19T00:01:54.813Z | + mapfile -t packages |
2654 | 2025-04-19T00:01:54.813Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2655 | 2025-04-19T00:01:56.164Z | Compiling ring v0.17.11 |
2656 | 2025-04-19T00:01:57.820Z | Compiling rustls v0.23.19 |
2657 | 2025-04-19T00:01:59.875Z | Compiling rustls-webpki v0.102.8 |
2658 | 2025-04-19T00:02:00.124Z | Compiling rustls v0.22.4 |
2659 | 2025-04-19T00:02:05.984Z | Compiling tokio-rustls v0.26.0 |
2660 | 2025-04-19T00:02:06.379Z | Compiling hyper-rustls v0.27.3 |
2661 | 2025-04-19T00:02:06.787Z | Compiling reqwest v0.12.12 |
2662 | 2025-04-19T00:02:07.420Z | Compiling tokio-rustls v0.25.0 |
2663 | 2025-04-19T00:02:07.844Z | Compiling dropshot v0.16.0 |
2664 | 2025-04-19T00:02:13.005Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2665 | 2025-04-19T00:02:13.586Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2666 | 2025-04-19T00:02:17.940Z | Compiling progenitor-client v0.9.1 |
2667 | 2025-04-19T00:02:18.794Z | Compiling progenitor v0.9.1 |
2668 | 2025-04-19T00:02:19.025Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2669 | 2025-04-19T00:02:19.103Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2670 | 2025-04-19T00:02:19.765Z | Compiling omicron-zone-package v0.12.0 |
2671 | 2025-04-19T00:02:25.027Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2672 | 2025-04-19T00:02:34.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2025-04-19T00:02:38.269Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2674 | 2025-04-19T00:02:38.921Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2675 | 2025-04-19T00:02:41.715Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2676 | 2025-04-19T00:02:55.877Z | Finished `release` profile [optimized] target(s) in 1m 01s |
2677 | 2025-04-19T00:02:56.019Z | Running `target/release/omicron-package -t test list-outputs` |
2678 | 2025-04-19T00:02:56.091Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2679 | 2025-04-19T00:02:56.116Z | + ptime -m cargo build --locked --release -p xtask |
2680 | 2025-04-19T00:02:56.868Z | Compiling serde v1.0.219 |
2681 | 2025-04-19T00:02:56.893Z | Compiling rustix v0.38.37 |
2682 | 2025-04-19T00:02:56.893Z | Compiling libc v0.2.170 |
2683 | 2025-04-19T00:02:56.894Z | Compiling serde_json v1.0.140 |
2684 | 2025-04-19T00:02:56.894Z | Compiling syn v2.0.98 |
2685 | 2025-04-19T00:02:56.894Z | Compiling bitflags v2.6.0 |
2686 | 2025-04-19T00:02:57.273Z | Compiling usdt-impl v0.5.0 |
2687 | 2025-04-19T00:02:57.298Z | Compiling syn v1.0.109 |
2688 | 2025-04-19T00:02:57.407Z | Compiling log v0.4.22 |
2689 | 2025-04-19T00:02:57.476Z | Compiling hashbrown v0.15.1 |
2690 | 2025-04-19T00:02:57.662Z | Compiling fs-err v2.11.0 |
2691 | 2025-04-19T00:02:57.860Z | Compiling once_cell v1.20.3 |
2692 | 2025-04-19T00:02:57.967Z | Compiling anyhow v1.0.97 |
2693 | 2025-04-19T00:02:58.132Z | Compiling thread-id v4.2.2 |
2694 | 2025-04-19T00:02:58.554Z | Compiling indexmap v2.7.1 |
2695 | 2025-04-19T00:02:59.535Z | Compiling terminal_size v0.4.0 |
2696 | 2025-04-19T00:02:59.571Z | Compiling tempfile v3.13.0 |
2697 | 2025-04-19T00:02:59.775Z | Compiling clap_builder v4.5.32 |
2698 | 2025-04-19T00:03:00.132Z | Compiling proc-macro-error v1.0.4 |
2699 | 2025-04-19T00:03:00.965Z | Compiling tabled_derive v0.7.0 |
2700 | 2025-04-19T00:03:02.056Z | Compiling tabled v0.15.0 |
2701 | 2025-04-19T00:03:02.587Z | Compiling serde_derive v1.0.219 |
2702 | 2025-04-19T00:03:02.587Z | Compiling thiserror-impl v1.0.69 |
2703 | 2025-04-19T00:03:02.615Z | Compiling zerocopy-derive v0.7.35 |
2704 | 2025-04-19T00:03:02.615Z | Compiling scroll_derive v0.12.0 |
2705 | 2025-04-19T00:03:02.615Z | Compiling thiserror-impl v2.0.12 |
2706 | 2025-04-19T00:03:03.674Z | Compiling scroll v0.12.0 |
2707 | 2025-04-19T00:03:04.091Z | Compiling zerocopy v0.7.35 |
2708 | 2025-04-19T00:03:04.245Z | Compiling goblin v0.8.2 |
2709 | 2025-04-19T00:03:04.659Z | Compiling thiserror v1.0.69 |
2710 | 2025-04-19T00:03:04.834Z | Compiling pest v2.7.14 |
2711 | 2025-04-19T00:03:06.458Z | Compiling thiserror v2.0.12 |
2712 | 2025-04-19T00:03:06.636Z | Compiling clap_derive v4.5.32 |
2713 | 2025-04-19T00:03:07.254Z | Compiling pest_meta v2.7.14 |
2714 | 2025-04-19T00:03:09.791Z | Compiling pest_generator v2.7.14 |
2715 | 2025-04-19T00:03:10.093Z | Compiling clap v4.5.32 |
2716 | 2025-04-19T00:03:11.076Z | Compiling pest_derive v2.7.14 |
2717 | 2025-04-19T00:03:11.718Z | Compiling dtrace-parser v0.2.0 |
2718 | 2025-04-19T00:03:13.006Z | Compiling serde_tokenstream v0.2.2 |
2719 | 2025-04-19T00:03:13.500Z | Compiling serde_spanned v0.6.8 |
2720 | 2025-04-19T00:03:13.748Z | Compiling toml_datetime v0.6.8 |
2721 | 2025-04-19T00:03:14.322Z | Compiling dof v0.3.0 |
2722 | 2025-04-19T00:03:15.010Z | Compiling toml_edit v0.22.24 |
2723 | 2025-04-19T00:03:15.215Z | Compiling camino v1.1.9 |
2724 | 2025-04-19T00:03:16.315Z | Compiling usdt-macro v0.5.0 |
2725 | 2025-04-19T00:03:17.402Z | Compiling usdt-attr-macro v0.5.0 |
2726 | 2025-04-19T00:03:17.632Z | Compiling cargo-platform v0.1.8 |
2727 | 2025-04-19T00:03:18.469Z | Compiling toml v0.8.20 |
2728 | 2025-04-19T00:03:18.522Z | Compiling semver v1.0.25 |
2729 | 2025-04-19T00:03:19.184Z | Compiling cargo_metadata v0.19.2 |
2730 | 2025-04-19T00:03:19.762Z | Compiling cargo_toml v0.21.0 |
2731 | 2025-04-19T00:03:20.678Z | Compiling usdt v0.5.0 |
2732 | 2025-04-19T00:03:21.842Z | Compiling camino-tempfile v1.1.1 |
2733 | 2025-04-19T00:03:22.499Z | Compiling macaddr v1.0.1 |
2734 | 2025-04-19T00:03:32.867Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2735 | 2025-04-19T00:03:38.743Z | Finished `release` profile [optimized] target(s) in 42.57s |
2736 | 2025-04-19T00:03:38.906Z | |
2737 | 2025-04-19T00:03:38.906Z | real 42.770419310 |
2738 | 2025-04-19T00:03:38.931Z | user 4:17.892497804 |
2739 | 2025-04-19T00:03:38.931Z | sys 19.263182527 |
2740 | 2025-04-19T00:03:38.931Z | trap 0.122535594 |
2741 | 2025-04-19T00:03:38.931Z | tflt 0.183297747 |
2742 | 2025-04-19T00:03:38.931Z | dflt 0.285756279 |
2743 | 2025-04-19T00:03:38.931Z | kflt 0.000028476 |
2744 | 2025-04-19T00:03:38.931Z | lock 8:23.234541820 |
2745 | 2025-04-19T00:03:38.931Z | slp 13:14.182667937 |
2746 | 2025-04-19T00:03:38.931Z | lat 15.137865322 |
2747 | 2025-04-19T00:03:38.931Z | stop 16.062569104 |
2748 | 2025-04-19T00:03:38.931Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2749 | 2025-04-19T00:03:38.931Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2750 | 2025-04-19T00:03:38.931Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2751 | 2025-04-19T00:03:38.931Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2752 | 2025-04-19T00:03:38.931Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2753 | 2025-04-19T00:03:40.165Z | Compiling regress v0.10.3 |
2754 | 2025-04-19T00:03:40.190Z | Compiling thiserror-impl v2.0.12 |
2755 | 2025-04-19T00:03:40.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2756 | 2025-04-19T00:03:40.231Z | Compiling ident_case v1.0.1 |
2757 | 2025-04-19T00:03:40.256Z | Compiling unsafe-libyaml v0.2.11 |
2758 | 2025-04-19T00:03:40.256Z | Compiling progenitor-client v0.9.1 |
2759 | 2025-04-19T00:03:40.256Z | Compiling match_cfg v0.1.0 |
2760 | 2025-04-19T00:03:40.280Z | Compiling tempfile v3.13.0 |
2761 | 2025-04-19T00:03:40.438Z | Compiling darling_core v0.20.10 |
2762 | 2025-04-19T00:03:40.463Z | Compiling hostname v0.3.1 |
2763 | 2025-04-19T00:03:40.689Z | Compiling toml v0.8.20 |
2764 | 2025-04-19T00:03:40.770Z | Compiling rustls v0.22.4 |
2765 | 2025-04-19T00:03:40.795Z | Compiling multer v3.1.0 |
2766 | 2025-04-19T00:03:41.029Z | Compiling quick-error v1.2.3 |
2767 | 2025-04-19T00:03:41.094Z | Compiling debug-ignore v1.0.5 |
2768 | 2025-04-19T00:03:41.263Z | Compiling slog-json v2.6.1 |
2769 | 2025-04-19T00:03:41.291Z | Compiling macaddr v1.0.1 |
2770 | 2025-04-19T00:03:41.602Z | Compiling serde_yaml v0.9.34+deprecated |
2771 | 2025-04-19T00:03:41.683Z | Compiling async-stream-impl v0.3.6 |
2772 | 2025-04-19T00:03:41.756Z | Compiling slog-bunyan v2.5.0 |
2773 | 2025-04-19T00:03:41.975Z | Compiling waitgroup v0.1.2 |
2774 | 2025-04-19T00:03:42.186Z | Compiling serde_path_to_error v0.1.16 |
2775 | 2025-04-19T00:03:42.729Z | Compiling async-stream v0.3.6 |
2776 | 2025-04-19T00:03:42.778Z | Compiling structmeta-derive v0.3.0 |
2777 | 2025-04-19T00:03:42.820Z | Compiling thiserror v2.0.12 |
2778 | 2025-04-19T00:03:42.845Z | Compiling hostname v0.4.0 |
2779 | 2025-04-19T00:03:42.976Z | Compiling typify-impl v0.3.0 |
2780 | 2025-04-19T00:03:43.035Z | Compiling instant v0.1.13 |
2781 | 2025-04-19T00:03:43.035Z | Compiling dropshot v0.16.0 |
2782 | 2025-04-19T00:03:43.211Z | Compiling dropshot_endpoint v0.16.0 |
2783 | 2025-04-19T00:03:43.415Z | Compiling wait-timeout v0.2.0 |
2784 | 2025-04-19T00:03:43.827Z | Compiling bit-vec v0.8.0 |
2785 | 2025-04-19T00:03:43.897Z | Compiling rusty-fork v0.3.0 |
2786 | 2025-04-19T00:03:44.254Z | Compiling bit-set v0.8.0 |
2787 | 2025-04-19T00:03:44.519Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2788 | 2025-04-19T00:03:44.550Z | Compiling rand_xorshift v0.3.0 |
2789 | 2025-04-19T00:03:44.625Z | Compiling tokio-rustls v0.25.0 |
2790 | 2025-04-19T00:03:44.884Z | Compiling unarray v0.1.4 |
2791 | 2025-04-19T00:03:44.913Z | Compiling structmeta v0.3.0 |
2792 | 2025-04-19T00:03:45.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2793 | 2025-04-19T00:03:45.046Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2794 | 2025-04-19T00:03:45.076Z | Compiling proptest v1.6.0 |
2795 | 2025-04-19T00:03:45.190Z | Compiling backoff v0.4.0 |
2796 | 2025-04-19T00:03:45.299Z | Compiling darling_macro v0.20.10 |
2797 | 2025-04-19T00:03:45.324Z | Compiling parse-display-derive v0.10.0 |
2798 | 2025-04-19T00:03:45.533Z | Compiling test-strategy v0.4.0 |
2799 | 2025-04-19T00:03:45.681Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2800 | 2025-04-19T00:03:45.871Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2801 | 2025-04-19T00:03:46.082Z | Compiling darling v0.20.10 |
2802 | 2025-04-19T00:03:46.211Z | Compiling serde_with_macros v3.12.0 |
2803 | 2025-04-19T00:03:46.511Z | Compiling proc-macro-crate v1.3.1 |
2804 | 2025-04-19T00:03:47.318Z | Compiling num_enum_derive v0.5.11 |
2805 | 2025-04-19T00:03:48.115Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2806 | 2025-04-19T00:03:48.308Z | Compiling serde_with v3.12.0 |
2807 | 2025-04-19T00:03:48.349Z | Compiling itertools v0.13.0 |
2808 | 2025-04-19T00:03:48.486Z | Compiling heapless v0.8.0 |
2809 | 2025-04-19T00:03:48.543Z | Compiling parse-display v0.10.0 |
2810 | 2025-04-19T00:03:48.984Z | Compiling crucible-workspace-hack v0.1.0 |
2811 | 2025-04-19T00:03:49.047Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2812 | 2025-04-19T00:03:49.204Z | Compiling num_enum v0.5.11 |
2813 | 2025-04-19T00:03:49.396Z | Compiling proc-macro-error v1.0.4 |
2814 | 2025-04-19T00:03:49.421Z | Compiling camino-tempfile v1.1.1 |
2815 | 2025-04-19T00:03:49.752Z | Compiling hash32 v0.3.1 |
2816 | 2025-04-19T00:03:49.928Z | Compiling foreign-types-macros v0.2.3 |
2817 | 2025-04-19T00:03:50.017Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2818 | 2025-04-19T00:03:50.043Z | Compiling foreign-types-shared v0.3.1 |
2819 | 2025-04-19T00:03:50.205Z | Compiling smoltcp v0.11.0 |
2820 | 2025-04-19T00:03:50.818Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2821 | 2025-04-19T00:03:50.937Z | Compiling foreign-types v0.5.0 |
2822 | 2025-04-19T00:03:51.068Z | Compiling tabwriter v1.4.0 |
2823 | 2025-04-19T00:03:51.327Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2824 | 2025-04-19T00:03:51.367Z | Compiling cstr-argument v0.1.2 |
2825 | 2025-04-19T00:03:51.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2826 | 2025-04-19T00:03:51.608Z | Compiling cobs v0.2.3 |
2827 | 2025-04-19T00:03:51.633Z | Compiling pretty-hex v0.2.1 |
2828 | 2025-04-19T00:03:51.811Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2829 | 2025-04-19T00:03:51.845Z | Compiling postcard v1.0.10 |
2830 | 2025-04-19T00:03:51.921Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2831 | 2025-04-19T00:03:52.007Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2832 | 2025-04-19T00:03:52.208Z | Compiling colored v2.2.0 |
2833 | 2025-04-19T00:03:52.379Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2834 | 2025-04-19T00:03:52.404Z | Compiling winnow v0.6.20 |
2835 | 2025-04-19T00:03:52.674Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2836 | 2025-04-19T00:03:52.901Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2837 | 2025-04-19T00:03:52.952Z | Compiling smf v0.2.3 |
2838 | 2025-04-19T00:03:53.765Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2839 | 2025-04-19T00:03:53.936Z | Compiling zone_cfg_derive v0.3.0 |
2840 | 2025-04-19T00:03:54.027Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2841 | 2025-04-19T00:03:54.123Z | Compiling itertools v0.14.0 |
2842 | 2025-04-19T00:03:54.411Z | Compiling num-derive v0.4.2 |
2843 | 2025-04-19T00:03:54.565Z | Compiling typify-macro v0.3.0 |
2844 | 2025-04-19T00:03:55.347Z | Compiling sigpipe v0.1.3 |
2845 | 2025-04-19T00:03:55.513Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2846 | 2025-04-19T00:03:55.850Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2847 | 2025-04-19T00:03:55.925Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2848 | 2025-04-19T00:03:55.950Z | Compiling zone v0.3.0 |
2849 | 2025-04-19T00:03:56.276Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2850 | 2025-04-19T00:03:56.603Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2851 | 2025-04-19T00:03:56.686Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2852 | 2025-04-19T00:03:56.736Z | Compiling universal-hash v0.5.1 |
2853 | 2025-04-19T00:03:56.973Z | Compiling opaque-debug v0.3.1 |
2854 | 2025-04-19T00:03:56.998Z | Compiling utf-8 v0.7.6 |
2855 | 2025-04-19T00:03:57.094Z | Compiling num-rational v0.4.2 |
2856 | 2025-04-19T00:03:57.131Z | Compiling password-hash v0.5.0 |
2857 | 2025-04-19T00:03:57.176Z | Compiling blake2 v0.10.6 |
2858 | 2025-04-19T00:03:57.327Z | Compiling tungstenite v0.21.0 |
2859 | 2025-04-19T00:03:57.702Z | Compiling typify v0.3.0 |
2860 | 2025-04-19T00:03:57.848Z | Compiling progenitor-impl v0.9.1 |
2861 | 2025-04-19T00:03:57.919Z | Compiling aead v0.5.2 |
2862 | 2025-04-19T00:03:58.202Z | Compiling num-complex v0.4.6 |
2863 | 2025-04-19T00:03:58.297Z | Compiling base64 v0.21.7 |
2864 | 2025-04-19T00:03:58.324Z | Compiling keccak v0.1.5 |
2865 | 2025-04-19T00:03:58.362Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2866 | 2025-04-19T00:03:58.615Z | Compiling convert_case v0.4.0 |
2867 | 2025-04-19T00:03:58.903Z | Compiling sha3 v0.10.8 |
2868 | 2025-04-19T00:03:58.936Z | Compiling num v0.4.3 |
2869 | 2025-04-19T00:03:59.015Z | Compiling tokio-tungstenite v0.21.0 |
2870 | 2025-04-19T00:03:59.056Z | Compiling argon2 v0.5.3 |
2871 | 2025-04-19T00:03:59.154Z | Compiling poly1305 v0.8.0 |
2872 | 2025-04-19T00:03:59.333Z | Compiling derive_more v0.99.19 |
2873 | 2025-04-19T00:03:59.816Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2874 | 2025-04-19T00:03:59.852Z | Compiling chacha20 v0.9.1 |
2875 | 2025-04-19T00:03:59.975Z | Compiling float-ord v0.3.2 |
2876 | 2025-04-19T00:04:00.159Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2877 | 2025-04-19T00:04:00.286Z | Compiling derive-where v1.2.7 |
2878 | 2025-04-19T00:04:00.529Z | Compiling same-file v1.0.6 |
2879 | 2025-04-19T00:04:00.554Z | Compiling semver v0.1.20 |
2880 | 2025-04-19T00:04:00.803Z | Compiling walkdir v2.5.0 |
2881 | 2025-04-19T00:04:01.078Z | Compiling rustc_version v0.1.7 |
2882 | 2025-04-19T00:04:01.242Z | Compiling typify-impl v0.2.0 |
2883 | 2025-04-19T00:04:01.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2884 | 2025-04-19T00:04:01.504Z | Compiling newline-converter v0.3.0 |
2885 | 2025-04-19T00:04:01.570Z | Compiling primeorder v0.13.6 |
2886 | 2025-04-19T00:04:01.702Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2887 | 2025-04-19T00:04:02.024Z | Compiling secrecy v0.8.0 |
2888 | 2025-04-19T00:04:02.227Z | Compiling cancel-safe-futures v0.1.5 |
2889 | 2025-04-19T00:04:02.252Z | Compiling linked-hash-map v0.5.6 |
2890 | 2025-04-19T00:04:02.424Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2891 | 2025-04-19T00:04:02.552Z | Compiling owo-colors v4.2.0 |
2892 | 2025-04-19T00:04:02.627Z | Compiling lru-cache v0.1.2 |
2893 | 2025-04-19T00:04:02.845Z | Compiling expectorate v1.1.0 |
2894 | 2025-04-19T00:04:02.870Z | Compiling newtype_derive v0.1.6 |
2895 | 2025-04-19T00:04:03.037Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2896 | 2025-04-19T00:04:03.189Z | Compiling resolv-conf v0.7.0 |
2897 | 2025-04-19T00:04:03.215Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2898 | 2025-04-19T00:04:03.240Z | Compiling thiserror-impl-no-std v2.0.2 |
2899 | 2025-04-19T00:04:03.316Z | Compiling progenitor-macro v0.9.1 |
2900 | 2025-04-19T00:04:03.501Z | Compiling libsw-core v0.3.1 |
2901 | 2025-04-19T00:04:03.789Z | Compiling blake3 v1.5.4 |
2902 | 2025-04-19T00:04:03.827Z | Compiling half v2.4.1 |
2903 | 2025-04-19T00:04:03.908Z | Compiling unicase v2.7.0 |
2904 | 2025-04-19T00:04:04.197Z | Compiling ciborium-io v0.2.2 |
2905 | 2025-04-19T00:04:04.318Z | Compiling fixedbitset v0.5.7 |
2906 | 2025-04-19T00:04:04.363Z | Compiling arc-swap v1.7.1 |
2907 | 2025-04-19T00:04:04.606Z | Compiling ciborium-ll v0.2.2 |
2908 | 2025-04-19T00:04:04.956Z | Compiling slog-scope v4.4.0 |
2909 | 2025-04-19T00:04:04.990Z | Compiling petgraph v0.7.1 |
2910 | 2025-04-19T00:04:05.097Z | Compiling libsw v3.4.0 |
2911 | 2025-04-19T00:04:05.246Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2912 | 2025-04-19T00:04:05.399Z | Compiling hickory-resolver v0.24.4 |
2913 | 2025-04-19T00:04:05.423Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2025-04-19T00:04:05.521Z | Compiling thiserror-no-std v2.0.2 |
2915 | 2025-04-19T00:04:06.358Z | Compiling polyval v0.6.2 |
2916 | 2025-04-19T00:04:06.617Z | Compiling atomicwrites v0.4.4 |
2917 | 2025-04-19T00:04:06.755Z | Compiling memmap2 v0.9.5 |
2918 | 2025-04-19T00:04:06.974Z | Compiling constant_time_eq v0.3.1 |
2919 | 2025-04-19T00:04:07.136Z | Compiling libefi-sys v0.1.0 |
2920 | 2025-04-19T00:04:07.196Z | Compiling arrayref v0.3.9 |
2921 | 2025-04-19T00:04:07.303Z | Compiling salty v0.3.0 |
2922 | 2025-04-19T00:04:07.328Z | Compiling indent_write v2.2.0 |
2923 | 2025-04-19T00:04:07.459Z | Compiling arrayvec v0.7.6 |
2924 | 2025-04-19T00:04:07.582Z | Compiling linear-map v1.2.0 |
2925 | 2025-04-19T00:04:07.692Z | Compiling parking_lot_core v0.8.6 |
2926 | 2025-04-19T00:04:07.924Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2927 | 2025-04-19T00:04:08.182Z | Compiling ghash v0.5.1 |
2928 | 2025-04-19T00:04:08.413Z | Compiling vsss-rs v3.3.4 |
2929 | 2025-04-19T00:04:08.806Z | Compiling slog-stdlog v4.1.1 |
2930 | 2025-04-19T00:04:08.834Z | Compiling ciborium v0.2.2 |
2931 | 2025-04-19T00:04:09.150Z | Compiling p384 v0.13.0 |
2932 | 2025-04-19T00:04:09.175Z | Compiling toolchain_find v0.4.0 |
2933 | 2025-04-19T00:04:09.749Z | Compiling chacha20poly1305 v0.10.1 |
2934 | 2025-04-19T00:04:09.976Z | Compiling ctr v0.9.2 |
2935 | 2025-04-19T00:04:10.002Z | Compiling lzma-sys v0.1.20 |
2936 | 2025-04-19T00:04:10.028Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2937 | 2025-04-19T00:04:10.331Z | Compiling bitfield-struct v0.6.2 |
2938 | 2025-04-19T00:04:10.356Z | Compiling slog-dtrace v0.3.0 |
2939 | 2025-04-19T00:04:10.382Z | Compiling topological-sort v0.2.2 |
2940 | 2025-04-19T00:04:10.604Z | Compiling highway v1.3.0 |
2941 | 2025-04-19T00:04:10.689Z | Compiling omicron-zone-package v0.12.0 |
2942 | 2025-04-19T00:04:10.852Z | Compiling aes-gcm v0.10.3 |
2943 | 2025-04-19T00:04:10.969Z | Compiling rustfmt-wrapper v0.2.1 |
2944 | 2025-04-19T00:04:11.152Z | Compiling slog-envlogger v2.2.0 |
2945 | 2025-04-19T00:04:11.306Z | Compiling mime_guess v2.0.5 |
2946 | 2025-04-19T00:04:11.478Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2947 | 2025-04-19T00:04:11.503Z | Compiling steno v0.4.1 |
2948 | 2025-04-19T00:04:12.110Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2949 | 2025-04-19T00:04:12.264Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2950 | 2025-04-19T00:04:12.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2951 | 2025-04-19T00:04:12.615Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2952 | 2025-04-19T00:04:12.651Z | Compiling heck v0.3.3 |
2953 | 2025-04-19T00:04:12.714Z | Compiling typify-macro v0.2.0 |
2954 | 2025-04-19T00:04:12.826Z | Compiling progenitor-client v0.8.0 |
2955 | 2025-04-19T00:04:12.997Z | Compiling ssh-encoding v0.2.0 |
2956 | 2025-04-19T00:04:13.041Z | Compiling progenitor v0.9.1 |
2957 | 2025-04-19T00:04:13.071Z | Compiling blowfish v0.9.1 |
2958 | 2025-04-19T00:04:13.274Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2959 | 2025-04-19T00:04:13.298Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2960 | 2025-04-19T00:04:13.323Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2961 | 2025-04-19T00:04:13.466Z | Compiling nibble_vec v0.1.0 |
2962 | 2025-04-19T00:04:13.491Z | Compiling env_filter v0.1.2 |
2963 | 2025-04-19T00:04:13.686Z | Compiling dropshot v0.12.0 |
2964 | 2025-04-19T00:04:13.984Z | Compiling endian-type v0.1.2 |
2965 | 2025-04-19T00:04:14.055Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2966 | 2025-04-19T00:04:14.192Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2967 | 2025-04-19T00:04:14.227Z | Compiling humantime v2.1.0 |
2968 | 2025-04-19T00:04:14.586Z | Compiling radix_trie v0.2.1 |
2969 | 2025-04-19T00:04:14.762Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2970 | 2025-04-19T00:04:15.220Z | Compiling env_logger v0.11.5 |
2971 | 2025-04-19T00:04:15.429Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2025-04-19T00:04:15.508Z | Compiling ssh-cipher v0.2.0 |
2973 | 2025-04-19T00:04:15.706Z | Compiling typify v0.2.0 |
2974 | 2025-04-19T00:04:15.843Z | Compiling progenitor-impl v0.8.0 |
2975 | 2025-04-19T00:04:15.870Z | Compiling bcrypt-pbkdf v0.10.0 |
2976 | 2025-04-19T00:04:16.401Z | Compiling zone_cfg_derive v0.1.2 |
2977 | 2025-04-19T00:04:16.702Z | Compiling parking_lot v0.11.2 |
2978 | 2025-04-19T00:04:17.123Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2979 | 2025-04-19T00:04:17.446Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2980 | 2025-04-19T00:04:17.810Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2981 | 2025-04-19T00:04:17.862Z | Compiling qorb v0.2.1 |
2982 | 2025-04-19T00:04:18.029Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2983 | 2025-04-19T00:04:18.054Z | Compiling password-hash v0.4.2 |
2984 | 2025-04-19T00:04:18.284Z | Compiling dropshot_endpoint v0.12.0 |
2985 | 2025-04-19T00:04:18.405Z | Compiling gethostname v0.5.0 |
2986 | 2025-04-19T00:04:18.606Z | Compiling fxhash v0.2.1 |
2987 | 2025-04-19T00:04:18.799Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2988 | 2025-04-19T00:04:18.832Z | Compiling base64 v0.13.1 |
2989 | 2025-04-19T00:04:19.107Z | Compiling http-range v0.1.5 |
2990 | 2025-04-19T00:04:19.201Z | Compiling ron v0.7.1 |
2991 | 2025-04-19T00:04:19.354Z | Compiling sled v0.34.7 |
2992 | 2025-04-19T00:04:19.424Z | Compiling pbkdf2 v0.11.0 |
2993 | 2025-04-19T00:04:19.821Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2994 | 2025-04-19T00:04:20.381Z | Compiling xz2 v0.1.7 |
2995 | 2025-04-19T00:04:20.775Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2996 | 2025-04-19T00:04:20.955Z | Compiling zone v0.1.8 |
2997 | 2025-04-19T00:04:21.315Z | Compiling progenitor-macro v0.8.0 |
2998 | 2025-04-19T00:04:21.674Z | Compiling ssh-key v0.6.6 |
2999 | 2025-04-19T00:04:22.109Z | Compiling hickory-client v0.24.4 |
3000 | 2025-04-19T00:04:22.591Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
3001 | 2025-04-19T00:04:23.283Z | Compiling p256 v0.13.2 |
3002 | 2025-04-19T00:04:23.871Z | Compiling p521 v0.13.3 |
3003 | 2025-04-19T00:04:24.019Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3004 | 2025-04-19T00:04:24.783Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3005 | 2025-04-19T00:04:25.129Z | Compiling hickory-server v0.24.4 |
3006 | 2025-04-19T00:04:25.327Z | Compiling pem v3.0.5 |
3007 | 2025-04-19T00:04:25.676Z | Compiling yasna v0.5.2 |
3008 | 2025-04-19T00:04:25.802Z | Compiling headers-core v0.3.0 |
3009 | 2025-04-19T00:04:25.968Z | Compiling kstat-rs v0.2.4 |
3010 | 2025-04-19T00:04:25.993Z | Compiling nanorand v0.7.0 |
3011 | 2025-04-19T00:04:26.473Z | Compiling atty v0.2.14 |
3012 | 2025-04-19T00:04:26.498Z | Compiling russh-cryptovec v0.7.3 |
3013 | 2025-04-19T00:04:26.650Z | Compiling md5 v0.7.0 |
3014 | 2025-04-19T00:04:26.797Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
3015 | 2025-04-19T00:04:26.957Z | Compiling russh-keys v0.45.0 |
3016 | 2025-04-19T00:04:27.105Z | Compiling rcgen v0.12.1 |
3017 | 2025-04-19T00:04:27.204Z | Compiling flume v0.11.1 |
3018 | 2025-04-19T00:04:28.215Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3019 | 2025-04-19T00:04:28.546Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3020 | 2025-04-19T00:04:28.798Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3021 | 2025-04-19T00:04:29.974Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3022 | 2025-04-19T00:04:30.696Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3023 | 2025-04-19T00:04:30.758Z | Compiling progenitor v0.8.0 |
3024 | 2025-04-19T00:04:31.000Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3025 | 2025-04-19T00:04:31.185Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3026 | 2025-04-19T00:04:31.293Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3027 | 2025-04-19T00:04:31.626Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3028 | 2025-04-19T00:04:32.582Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3029 | 2025-04-19T00:04:33.602Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3030 | 2025-04-19T00:04:33.689Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3031 | 2025-04-19T00:04:34.000Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3032 | 2025-04-19T00:04:34.092Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3033 | 2025-04-19T00:04:34.778Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3034 | 2025-04-19T00:04:35.005Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3035 | 2025-04-19T00:04:35.744Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3036 | 2025-04-19T00:04:36.433Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3037 | 2025-04-19T00:04:36.458Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3038 | 2025-04-19T00:04:38.388Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3039 | 2025-04-19T00:04:38.471Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3040 | 2025-04-19T00:04:38.820Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3041 | 2025-04-19T00:04:39.460Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3042 | 2025-04-19T00:04:41.150Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3043 | 2025-04-19T00:04:41.296Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3044 | 2025-04-19T00:04:42.585Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3045 | 2025-04-19T00:04:42.902Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3046 | 2025-04-19T00:04:43.298Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3047 | 2025-04-19T00:04:43.394Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3048 | 2025-04-19T00:04:44.697Z | Compiling headers v0.4.0 |
3049 | 2025-04-19T00:04:45.015Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
3050 | 2025-04-19T00:04:46.210Z | Compiling hyper-staticfile v0.10.1 |
3051 | 2025-04-19T00:04:46.356Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3052 | 2025-04-19T00:04:46.710Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3053 | 2025-04-19T00:04:46.909Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
3054 | 2025-04-19T00:04:47.052Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3055 | 2025-04-19T00:04:47.109Z | Compiling num-bigint v0.4.6 |
3056 | 2025-04-19T00:04:47.408Z | Compiling des v0.8.1 |
3057 | 2025-04-19T00:04:47.434Z | Compiling subprocess v0.2.9 |
3058 | 2025-04-19T00:04:47.719Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3059 | 2025-04-19T00:04:48.254Z | Compiling hex-literal v0.4.1 |
3060 | 2025-04-19T00:04:48.404Z | Compiling display-error-chain v0.2.2 |
3061 | 2025-04-19T00:04:48.453Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3062 | 2025-04-19T00:04:48.478Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3063 | 2025-04-19T00:04:48.633Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3064 | 2025-04-19T00:04:48.770Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3065 | 2025-04-19T00:04:48.852Z | Compiling internet-checksum v0.2.1 |
3066 | 2025-04-19T00:04:49.494Z | Compiling russh v0.45.0 |
3067 | 2025-04-19T00:04:51.633Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3068 | 2025-04-19T00:04:59.567Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3069 | 2025-04-19T00:05:01.230Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3070 | 2025-04-19T00:05:31.861Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3071 | 2025-04-19T00:05:58.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
3072 | 2025-04-19T00:05:58.736Z | |
3073 | 2025-04-19T00:05:58.736Z | real 2:19.771344132 |
3074 | 2025-04-19T00:05:58.762Z | user 10:48.599319076 |
3075 | 2025-04-19T00:05:58.762Z | sys 1:44.042588454 |
3076 | 2025-04-19T00:05:58.762Z | trap 0.299452635 |
3077 | 2025-04-19T00:05:58.762Z | tflt 0.149759498 |
3078 | 2025-04-19T00:05:58.762Z | dflt 1.015560947 |
3079 | 2025-04-19T00:05:58.762Z | kflt 0.000215272 |
3080 | 2025-04-19T00:05:58.762Z | lock 20:16.201058555 |
3081 | 2025-04-19T00:05:58.762Z | slp 37:57.427096023 |
3082 | 2025-04-19T00:05:58.762Z | lat 39.287307833 |
3083 | 2025-04-19T00:05:58.762Z | stop 1:38.189394110 |
3084 | 2025-04-19T00:05:58.762Z | + mkdir tests |
3085 | 2025-04-19T00:05:58.762Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3086 | 2025-04-19T00:05:58.762Z | + xargs -I '{}' -t cp '{}' tests/ |
3087 | 2025-04-19T00:05:58.787Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fcc09abe7ba45160 tests/ |
3088 | 2025-04-19T00:05:58.816Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d61c3485f47db5b4 tests/ |
3089 | 2025-04-19T00:05:58.844Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e1b41f92914a4604 tests/ |
3090 | 2025-04-19T00:05:58.871Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-110d0603660498ec tests/ |
3091 | 2025-04-19T00:05:59.114Z | + 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/*) |
3092 | 2025-04-19T00:05:59.139Z | + 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-d61c3485f47db5b4 tests/commtest-e1b41f92914a4604 tests/dhcp_server-fcc09abe7ba45160 tests/end_to_end_tests-110d0603660498ec 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 |
3093 | 2025-04-19T00:07:31.475Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3094 | 2025-04-19T00:07:31.475Z | a .github/buildomat/ci-env.sh 1K |
3095 | 2025-04-19T00:07:31.475Z | a out/target/test 1K |
3096 | 2025-04-19T00:07:31.475Z | a out/npuzone/npuzone 23144K |
3097 | 2025-04-19T00:07:31.475Z | a package-manifest.toml 33K |
3098 | 2025-04-19T00:07:31.475Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3099 | 2025-04-19T00:07:31.475Z | a target/release/omicron-package 39597K |
3100 | 2025-04-19T00:07:31.475Z | a target/release/xtask 10836K |
3101 | 2025-04-19T00:07:31.475Z | a target/debug/bootstrap 203830K |
3102 | 2025-04-19T00:07:31.475Z | a tests/bootstrap-d61c3485f47db5b4 24084K |
3103 | 2025-04-19T00:07:31.475Z | a tests/commtest-e1b41f92914a4604 24086K |
3104 | 2025-04-19T00:07:31.475Z | a tests/dhcp_server-fcc09abe7ba45160 24084K |
3105 | 2025-04-19T00:07:31.475Z | a tests/end_to_end_tests-110d0603660498ec 258864K |
3106 | 2025-04-19T00:07:31.475Z | a out/clickhouse.tar.gz 307709K |
3107 | 2025-04-19T00:07:31.475Z | a out/clickhouse_keeper.tar.gz 293236K |
3108 | 2025-04-19T00:07:31.475Z | a out/clickhouse_server.tar.gz 307691K |
3109 | 2025-04-19T00:07:31.475Z | a out/cockroachdb.tar.gz 146455K |
3110 | 2025-04-19T00:07:31.475Z | a out/crucible-dtrace.tar 99K |
3111 | 2025-04-19T00:07:31.475Z | a out/crucible-pantry-zone.tar.gz 33581K |
3112 | 2025-04-19T00:07:31.475Z | a out/crucible-zone.tar.gz 42106K |
3113 | 2025-04-19T00:07:31.475Z | a out/external-dns.tar.gz 44927K |
3114 | 2025-04-19T00:07:31.475Z | a out/internal-dns.tar.gz 44927K |
3115 | 2025-04-19T00:07:31.475Z | a out/mg-ddm-gz.tar 66491K |
3116 | 2025-04-19T00:07:31.476Z | a out/nexus.tar.gz 111306K |
3117 | 2025-04-19T00:07:31.476Z | a out/ntp.tar.gz 14742K |
3118 | 2025-04-19T00:07:31.476Z | a out/omicron-gateway-softnpu.tar.gz 24810K |
3119 | 2025-04-19T00:07:31.476Z | a out/omicron-sled-agent.tar 123290K |
3120 | 2025-04-19T00:07:31.476Z | a out/overlay.tar.gz 3K |
3121 | 2025-04-19T00:07:31.476Z | a out/oximeter.tar.gz 55126K |
3122 | 2025-04-19T00:07:31.476Z | a out/oxlog.tar 3144K |
3123 | 2025-04-19T00:07:31.476Z | a out/probe.tar.gz 2764K |
3124 | 2025-04-19T00:07:31.476Z | a out/propolis-server.tar.gz 68877K |
3125 | 2025-04-19T00:07:31.476Z | a out/pumpkind-gz.tar 26648K |
3126 | 2025-04-19T00:07:31.476Z | a out/switch-softnpu.tar.gz 273059K |
3127 | 2025-04-19T00:07:31.501Z | |
3128 | 2025-04-19T00:07:31.501Z | real 1:32.360252792 |
3129 | 2025-04-19T00:07:31.501Z | user 1:25.137362722 |
3130 | 2025-04-19T00:07:31.501Z | sys 8.720253229 |
3131 | 2025-04-19T00:07:31.501Z | trap 0.029020706 |
3132 | 2025-04-19T00:07:31.501Z | tflt 0.000000000 |
3133 | 2025-04-19T00:07:31.501Z | dflt 0.000000000 |
3134 | 2025-04-19T00:07:31.501Z | kflt 0.000000000 |
3135 | 2025-04-19T00:07:31.501Z | lock 0.000000000 |
3136 | 2025-04-19T00:07:31.501Z | slp 1:25.329181156 |
3137 | 2025-04-19T00:07:31.501Z | lat 5.498370816 |
3138 | 2025-04-19T00:07:31.502Z | stop 0.000431348 |
3139 | 2025-04-19T00:07:31.502Z | process exited: duration 1947562 ms, exit code 0 |
|
3140 | 2025-04-19T00:07:31.593Z | found 1 output files |
3141 | 2025-04-19T00:07:31.593Z | uploading: /work/package.tar.gz (2042761861 bytes) |
3142 | 2025-04-19T00:11:01.520Z | uploaded: /work/package.tar.gz |