|
|
|
1 | 2025-02-23T12:42:37.984Z | job assigned to worker 01JMSD7V7Y4AKZS4N628Y1XJ9Z [factory aws, i-05f06835bb5f7d670] (queued for 54 s) |
|
2 | 2025-02-23T12:42:45.416Z | starting task 0: "setup" |
3 | 2025-02-23T12:42:45.424Z | ++ uname -s |
4 | 2025-02-23T12:42:45.426Z | + kern=SunOS |
5 | 2025-02-23T12:42:45.426Z | + build_user=build |
6 | 2025-02-23T12:42:45.426Z | + build_uid=12345 |
7 | 2025-02-23T12:42:45.426Z | + work_dir=/work |
8 | 2025-02-23T12:42:45.426Z | + input_dir=/input |
9 | 2025-02-23T12:42:45.426Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T12:42:45.426Z | + case "$kern" in |
11 | 2025-02-23T12:42:45.426Z | + groupadd -g 12345 build |
12 | 2025-02-23T12:42:45.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T12:42:47.437Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T12:42:47.611Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T12:42:47.614Z | + home_fs=zfs |
16 | 2025-02-23T12:42:47.614Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T12:42:47.614Z | + mkdir -p /home/build |
18 | 2025-02-23T12:42:47.617Z | + chown build:build /home/build /work |
19 | 2025-02-23T12:42:49.618Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T12:42:49.621Z | process exited: duration 4203 ms, exit code 0 |
|
21 | 2025-02-23T12:42:49.627Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T12:42:49.633Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T12:42:49.633Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T12:42:49.633Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-23T12:42:49.633Z | * rust toolchain profile = "default" |
26 | 2025-02-23T12:42:49.635Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T12:42:49.635Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T12:42:49.635Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T12:42:49.635Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T12:42:49.750Z | info: downloading installer |
31 | 2025-02-23T12:42:50.917Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T12:42:50.917Z | warning: /opt/ooce/bin |
33 | 2025-02-23T12:42:50.917Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T12:42:50.917Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T12:42:50.917Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T12:42:50.917Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T12:42:50.917Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T12:42:50.917Z | error: cannot install while Rust is installed |
39 | 2025-02-23T12:42:50.917Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T12:42:50.932Z | info: profile set to 'default' |
41 | 2025-02-23T12:42:50.932Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T12:42:50.935Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T12:42:51.112Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T12:42:51.112Z | info: downloading component 'cargo' |
45 | 2025-02-23T12:42:52.145Z | info: downloading component 'clippy' |
46 | 2025-02-23T12:42:52.539Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T12:42:54.094Z | info: downloading component 'rust-std' |
48 | 2025-02-23T12:42:56.378Z | info: downloading component 'rustc' |
49 | 2025-02-23T12:43:04.221Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T12:43:04.513Z | info: installing component 'cargo' |
51 | 2025-02-23T12:43:05.352Z | info: installing component 'clippy' |
52 | 2025-02-23T12:43:05.709Z | info: installing component 'rust-docs' |
53 | 2025-02-23T12:43:07.462Z | info: installing component 'rust-std' |
54 | 2025-02-23T12:43:09.335Z | info: installing component 'rustc' |
55 | 2025-02-23T12:43:15.244Z | info: installing component 'rustfmt' |
56 | 2025-02-23T12:43:15.577Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T12:43:15.577Z | |
58 | 2025-02-23T12:43:15.949Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T12:43:15.949Z | |
60 | 2025-02-23T12:43:15.952Z | |
61 | 2025-02-23T12:43:15.952Z | Rust is installed now. Great! |
62 | 2025-02-23T12:43:15.952Z | |
63 | 2025-02-23T12:43:15.952Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T12:43:15.952Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T12:43:15.952Z | |
66 | 2025-02-23T12:43:15.952Z | To configure your current shell, you need to source |
67 | 2025-02-23T12:43:15.952Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T12:43:15.952Z | |
69 | 2025-02-23T12:43:15.952Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T12:43:15.952Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T12:43:15.952Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T12:43:16.023Z | + rustup --version |
73 | 2025-02-23T12:43:16.032Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T12:43:16.032Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T12:43:16.112Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T12:43:16.117Z | + cargo --version |
77 | 2025-02-23T12:43:16.172Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T12:43:16.175Z | + rustc --version |
79 | 2025-02-23T12:43:16.238Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T12:43:16.242Z | process exited: duration 26607 ms, exit code 0 |
|
81 | 2025-02-23T12:43:16.248Z | starting task 2: "authentication" |
82 | 2025-02-23T12:43:16.270Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T12:43:16.277Z | starting task 3: "clone repository" |
84 | 2025-02-23T12:43:16.281Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T12:43:16.284Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T12:43:16.322Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T12:43:24.164Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T12:43:24.164Z | + git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1 |
89 | 2025-02-23T12:43:24.464Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T12:43:24.464Z | * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD |
91 | 2025-02-23T12:43:24.474Z | + [[ -n renovate/samael-0.x ]] |
92 | 2025-02-23T12:43:24.477Z | ++ git branch --show-current |
93 | 2025-02-23T12:43:24.479Z | + current=main |
94 | 2025-02-23T12:43:24.479Z | + [[ main != renovate/samael-0.x ]] |
95 | 2025-02-23T12:43:24.479Z | + git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1 |
96 | 2025-02-23T12:43:24.482Z | + git checkout -f renovate/samael-0.x |
97 | 2025-02-23T12:43:24.667Z | Switched to branch 'renovate/samael-0.x' |
98 | 2025-02-23T12:43:24.669Z | + git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1 |
99 | 2025-02-23T12:43:24.849Z | HEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18 |
100 | 2025-02-23T12:43:24.856Z | process exited: duration 8572 ms, exit code 0 |
|
101 | 2025-02-23T12:43:24.868Z | starting task 4: "build" |
102 | 2025-02-23T12:43:24.874Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T12:43:24.874Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T12:43:24.875Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T12:43:24.875Z | + cargo --version |
106 | 2025-02-23T12:43:24.924Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T12:43:24.928Z | + rustc --version |
108 | 2025-02-23T12:43:24.989Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T12:43:24.992Z | + WORK=/work |
110 | 2025-02-23T12:43:24.992Z | + pfexec mkdir -p /work |
111 | 2025-02-23T12:43:24.997Z | + pfexec chown build /work |
112 | 2025-02-23T12:43:24.999Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-23T12:43:26.643Z | pkg list: illegal option -- F |
114 | 2025-02-23T12:43:26.645Z | Usage: |
115 | 2025-02-23T12:43:26.645Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-23T12:43:26.645Z | [pkg_fmri_pattern ...] |
117 | 2025-02-23T12:43:27.502Z | pkg list: illegal option -- F |
118 | 2025-02-23T12:43:27.502Z | Usage: |
119 | 2025-02-23T12:43:27.504Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-23T12:43:27.504Z | [pkg_fmri_pattern ...] |
121 | 2025-02-23T12:43:35.356Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-23T12:43:39.578Z | Startup: Caching catalogs ... Done |
123 | 2025-02-23T12:43:52.771Z | Planning: Solver setup ... Done (12.229s) |
124 | 2025-02-23T12:43:52.926Z | Planning: Running solver ... Done (0.155s) |
125 | 2025-02-23T12:43:53.047Z | Planning: Finding local manifests ... Done (0.006s) |
126 | 2025-02-23T12:43:53.096Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-23T12:43:56.227Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-23T12:43:56.336Z | Planning: Package planning ... Done (0.109s) |
129 | 2025-02-23T12:43:56.392Z | Planning: Merging actions ... Done (0.056s) |
130 | 2025-02-23T12:43:56.585Z | Planning: Checking for conflicting actions ... Done (0.193s) |
131 | 2025-02-23T12:43:58.748Z | Planning: Consolidating action changes ... Done (2.162s) |
132 | 2025-02-23T12:43:59.191Z | Planning: Evaluating mediators ... Done (0.443s) |
133 | 2025-02-23T12:43:59.277Z | Planning: Planning completed in 19.59 seconds |
134 | 2025-02-23T12:43:59.294Z | Packages to install: 4 |
135 | 2025-02-23T12:43:59.294Z | Packages to update: 3 |
136 | 2025-02-23T12:43:59.294Z | Mediators to change: 2 |
137 | 2025-02-23T12:43:59.297Z | Services to change: 1 |
138 | 2025-02-23T12:43:59.297Z | Estimated space available: 155.60 GB |
139 | 2025-02-23T12:43:59.297Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-02-23T12:43:59.297Z | Create boot environment: No |
141 | 2025-02-23T12:43:59.297Z | Create backup boot environment: Yes |
142 | 2025-02-23T12:43:59.297Z | Rebuild boot archive: No |
143 | 2025-02-23T12:43:59.297Z | |
144 | 2025-02-23T12:43:59.298Z | Changed mediators: |
145 | 2025-02-23T12:43:59.298Z | mediator clang: |
146 | 2025-02-23T12:43:59.298Z | version: None -> 15 (system default) |
147 | 2025-02-23T12:43:59.298Z | |
148 | 2025-02-23T12:43:59.298Z | mediator llvm: |
149 | 2025-02-23T12:43:59.298Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-23T12:43:59.298Z | |
151 | 2025-02-23T12:43:59.298Z | Changed packages: |
152 | 2025-02-23T12:43:59.298Z | helios-dev |
153 | 2025-02-23T12:43:59.298Z | developer/build-essential |
154 | 2025-02-23T12:43:59.298Z | None -> 11-2.0 |
155 | 2025-02-23T12:43:59.298Z | library/libxmlsec1 |
156 | 2025-02-23T12:43:59.298Z | None -> 1.2.35-2.0 |
157 | 2025-02-23T12:43:59.298Z | ooce/developer/clang-15 |
158 | 2025-02-23T12:43:59.298Z | None -> 15.0.7-2.0 |
159 | 2025-02-23T12:43:59.298Z | ooce/developer/llvm-15 |
160 | 2025-02-23T12:43:59.298Z | None -> 15.0.7-2.0 |
161 | 2025-02-23T12:43:59.298Z | package/pkg |
162 | 2025-02-23T12:43:59.298Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-23T12:43:59.298Z | system/library/g++-runtime |
164 | 2025-02-23T12:43:59.298Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-23T12:43:59.298Z | system/library/gcc-runtime |
166 | 2025-02-23T12:43:59.298Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-23T12:43:59.298Z | |
168 | 2025-02-23T12:43:59.298Z | Services: |
169 | 2025-02-23T12:43:59.298Z | restart_fmri: |
170 | 2025-02-23T12:43:59.298Z | svc:/system/update-man-index:default |
171 | 2025-02-23T12:43:59.298Z | |
172 | 2025-02-23T12:43:59.298Z | Editable files to change: |
173 | 2025-02-23T12:43:59.298Z | Update: |
174 | 2025-02-23T12:43:59.298Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-23T12:43:59.381Z | |
176 | 2025-02-23T12:43:59.381Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-23T12:44:06.965Z | Download: 210/4301 items 1.3/225.4MB 0% complete (279k/s) |
178 | 2025-02-23T12:44:12.102Z | Download: 211/4301 items 1.3/225.4MB 0% complete (273k/s) |
179 | 2025-02-23T12:44:29.760Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
180 | 2025-02-23T12:44:34.662Z | Download: 445/4301 items 16.8/225.4MB 7% complete (3.6M/s) |
181 | 2025-02-23T12:44:39.674Z | Download: 712/4301 items 18.2/225.4MB 8% complete (1.7M/s) |
182 | 2025-02-23T12:44:44.741Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
183 | 2025-02-23T12:44:49.747Z | Download: 1319/4301 items 114.2/225.4MB 50% complete (9.6M/s) |
184 | 2025-02-23T12:44:54.786Z | Download: 1829/4301 items 118.5/225.4MB 52% complete (3.7M/s) |
185 | 2025-02-23T12:44:59.790Z | Download: 2176/4301 items 119.0/225.4MB 52% complete (1.3M/s) |
186 | 2025-02-23T12:45:05.313Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (397k/s) |
187 | 2025-02-23T12:45:12.469Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
188 | 2025-02-23T12:45:21.631Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
189 | 2025-02-23T12:45:26.669Z | Download: 2399/4301 items 120.0/225.4MB 53% complete (175k/s) |
190 | 2025-02-23T12:45:31.682Z | Download: 3175/4301 items 184.2/225.4MB 81% complete (6.4M/s) |
191 | 2025-02-23T12:45:37.879Z | Download: 3240/4301 items 203.0/225.4MB 90% complete (8.3M/s) |
192 | 2025-02-23T12:45:47.155Z | Download: 3241/4301 items 203.0/225.4MB 90% complete |
193 | 2025-02-23T12:45:54.986Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.5k/s) |
194 | 2025-02-23T12:46:22.156Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
195 | 2025-02-23T12:46:27.159Z | Download: 3894/4301 items 217.7/225.4MB 96% complete (2.9M/s) |
196 | 2025-02-23T12:46:32.160Z | Download: 4273/4301 items 220.6/225.4MB 97% complete (1.8M/s) |
197 | 2025-02-23T12:46:33.073Z | Download: Completed 225.42 MB in 153.65 seconds (1.5M/s) |
198 | 2025-02-23T12:46:35.156Z | Actions: 1/5122 actions (Removing old actions) |
199 | 2025-02-23T12:46:35.178Z | Actions: 194/5122 actions (Installing new actions) |
200 | 2025-02-23T12:46:39.866Z | Actions: 4267/5122 actions (Updating modified actions) |
201 | 2025-02-23T12:46:40.230Z | Actions: Completed 5122 actions in 5.07 seconds. |
202 | 2025-02-23T12:46:40.462Z | Done (0.225s) |
203 | 2025-02-23T12:46:40.465Z | Done (0.001s) |
204 | 2025-02-23T12:46:41.079Z | Done (0.614s) |
205 | 2025-02-23T12:46:45.676Z | Done (4.368s) |
206 | 2025-02-23T12:46:45.762Z | Done (0.017s) |
207 | 2025-02-23T12:46:45.764Z | Done (0.000s) |
208 | 2025-02-23T12:46:45.928Z | Done (0.000s) |
209 | 2025-02-23T12:46:46.651Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-02-23T12:46:46.812Z | Planning: Checking for conflicting actions ... Done |
211 | 2025-02-23T12:46:46.815Z | Planning: Consolidating action changes ... Done |
212 | 2025-02-23T12:46:47.089Z | Planning: Evaluating mediators ... Done |
213 | 2025-02-23T12:46:47.092Z | Planning: Planning completed in 0.44 seconds |
214 | 2025-02-23T12:46:47.130Z | Mediators to change: 2 |
215 | 2025-02-23T12:46:47.130Z | Create boot environment: No |
216 | 2025-02-23T12:46:47.133Z | Create backup boot environment: No |
217 | 2025-02-23T12:46:47.295Z | Done |
218 | 2025-02-23T12:46:47.295Z | Done |
219 | 2025-02-23T12:46:47.712Z | Done |
220 | 2025-02-23T12:46:51.344Z | Done |
221 | 2025-02-23T12:46:51.436Z | Done |
222 | 2025-02-23T12:46:51.439Z | Done |
223 | 2025-02-23T12:46:51.555Z | Done |
224 | 2025-02-23T12:46:52.169Z | Planning: Evaluating mediator changes ... Done |
225 | 2025-02-23T12:46:52.172Z | Planning: Merging actions ... Done |
226 | 2025-02-23T12:46:52.359Z | Planning: Checking for conflicting actions ... Done |
227 | 2025-02-23T12:46:52.362Z | Planning: Consolidating action changes ... Done |
228 | 2025-02-23T12:46:52.630Z | Planning: Evaluating mediators ... Done |
229 | 2025-02-23T12:46:52.688Z | Planning: Planning completed in 0.76 seconds |
230 | 2025-02-23T12:46:52.733Z | Packages to change: 1 |
231 | 2025-02-23T12:46:52.733Z | Mediators to change: 1 |
232 | 2025-02-23T12:46:52.733Z | Services to change: 1 |
233 | 2025-02-23T12:46:52.739Z | Create boot environment: No |
234 | 2025-02-23T12:46:52.740Z | Create backup boot environment: Yes |
235 | 2025-02-23T12:46:54.999Z | Actions: 1/6 actions (Updating modified actions) |
236 | 2025-02-23T12:46:55.002Z | Actions: Completed 6 actions in 0.00 seconds. |
237 | 2025-02-23T12:46:55.002Z | Done |
238 | 2025-02-23T12:46:55.002Z | Done |
239 | 2025-02-23T12:46:55.126Z | Done |
240 | 2025-02-23T12:46:58.763Z | Done |
241 | 2025-02-23T12:46:58.846Z | Done |
242 | 2025-02-23T12:46:58.874Z | Done |
243 | 2025-02-23T12:46:58.968Z | Done |
244 | 2025-02-23T12:46:59.409Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
245 | 2025-02-23T12:46:59.409Z | clang system 15 system |
246 | 2025-02-23T12:46:59.409Z | csh system system illumos |
247 | 2025-02-23T12:46:59.409Z | ctags system system illumos |
248 | 2025-02-23T12:46:59.409Z | gcc vendor 12 vendor |
249 | 2025-02-23T12:46:59.409Z | gcc system 10 system |
250 | 2025-02-23T12:46:59.409Z | gcc system 7 system |
251 | 2025-02-23T12:46:59.409Z | go system 1.20 system |
252 | 2025-02-23T12:46:59.409Z | go system 1.19 system |
253 | 2025-02-23T12:46:59.409Z | llvm system 15 system |
254 | 2025-02-23T12:46:59.409Z | llvm system 14 system |
255 | 2025-02-23T12:46:59.410Z | mariadb system 10.6 system |
256 | 2025-02-23T12:46:59.410Z | mta vendor vendor dma |
257 | 2025-02-23T12:46:59.410Z | openjdk system 17 system |
258 | 2025-02-23T12:46:59.410Z | openjdk system 11 system |
259 | 2025-02-23T12:46:59.410Z | openjdk system 1.8 system |
260 | 2025-02-23T12:46:59.410Z | openssl vendor 3 vendor |
261 | 2025-02-23T12:46:59.410Z | perl system 5.36 system |
262 | 2025-02-23T12:46:59.410Z | postgresql system 15 system |
263 | 2025-02-23T12:46:59.410Z | postgresql system 13 system |
264 | 2025-02-23T12:46:59.410Z | python vendor 3 vendor |
265 | 2025-02-23T12:46:59.410Z | python system 2 system |
266 | 2025-02-23T12:46:59.410Z | python3 system 3.11 system |
267 | 2025-02-23T12:46:59.410Z | ruby system 3.0 system |
268 | 2025-02-23T12:46:59.410Z | words vendor vendor american-english |
269 | 2025-02-23T12:46:59.410Z | words system system australian-english |
270 | 2025-02-23T12:46:59.411Z | words system system british-english |
271 | 2025-02-23T12:46:59.411Z | words system system canadian-english |
272 | 2025-02-23T12:46:59.411Z | words system system french |
273 | 2025-02-23T12:46:59.411Z | words system system italian |
274 | 2025-02-23T12:46:59.411Z | words system system ngerman |
275 | 2025-02-23T12:46:59.411Z | words system system ogerman |
276 | 2025-02-23T12:46:59.411Z | words system system spanish |
277 | 2025-02-23T12:46:59.739Z | PUBLISHER TYPE STATUS P LOCATION |
278 | 2025-02-23T12:46:59.739Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
279 | 2025-02-23T12:47:02.797Z | FMRI IFO |
280 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
281 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
282 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
283 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
284 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
285 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
286 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
287 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
288 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
289 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
290 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
291 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
292 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
293 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
294 | 2025-02-23T12:47:02.797Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
295 | 2025-02-23T12:47:03.578Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
296 | 2025-02-23T12:47:03.970Z | Updating crates.io index |
297 | 2025-02-23T12:47:03.972Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
298 | 2025-02-23T12:47:04.510Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
299 | 2025-02-23T12:47:04.734Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
300 | 2025-02-23T12:47:04.973Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
301 | 2025-02-23T12:47:05.912Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
302 | 2025-02-23T12:47:07.596Z | Updating git repository `https://github.com/oxidecomputer/opte` |
303 | 2025-02-23T12:47:08.244Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
304 | 2025-02-23T12:47:08.851Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
305 | 2025-02-23T12:47:09.159Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
306 | 2025-02-23T12:47:09.486Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
307 | 2025-02-23T12:47:10.018Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
308 | 2025-02-23T12:47:10.458Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
309 | 2025-02-23T12:47:10.718Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
310 | 2025-02-23T12:47:11.011Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
311 | 2025-02-23T12:47:11.334Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
312 | 2025-02-23T12:47:11.551Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
313 | 2025-02-23T12:47:11.763Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
314 | 2025-02-23T12:47:12.048Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
315 | 2025-02-23T12:47:12.312Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
316 | 2025-02-23T12:47:12.551Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
317 | 2025-02-23T12:47:12.861Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
318 | 2025-02-23T12:47:13.226Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
319 | 2025-02-23T12:47:13.473Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
320 | 2025-02-23T12:47:13.911Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
321 | 2025-02-23T12:47:14.222Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
322 | 2025-02-23T12:47:14.596Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
323 | 2025-02-23T12:47:15.026Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
324 | 2025-02-23T12:47:15.280Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
325 | 2025-02-23T12:47:15.504Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
326 | 2025-02-23T12:47:15.758Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
327 | 2025-02-23T12:47:16.911Z | Downloading crates ... |
328 | 2025-02-23T12:47:16.982Z | Downloaded anstyle-parse v0.2.5 |
329 | 2025-02-23T12:47:16.985Z | Downloaded anstyle v1.0.10 |
330 | 2025-02-23T12:47:16.988Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2025-02-23T12:47:16.991Z | Downloaded dtrace-parser v0.2.0 |
332 | 2025-02-23T12:47:16.996Z | Downloaded scroll_derive v0.12.0 |
333 | 2025-02-23T12:47:17.000Z | Downloaded swrite v0.1.0 |
334 | 2025-02-23T12:47:17.003Z | Downloaded colorchoice v1.0.2 |
335 | 2025-02-23T12:47:17.006Z | Downloaded pretty-hex v0.4.1 |
336 | 2025-02-23T12:47:17.009Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2025-02-23T12:47:17.012Z | Downloaded usdt-macro v0.5.0 |
338 | 2025-02-23T12:47:17.012Z | Downloaded autocfg v1.4.0 |
339 | 2025-02-23T12:47:17.017Z | Downloaded heck v0.4.1 |
340 | 2025-02-23T12:47:17.017Z | Downloaded digest v0.10.7 |
341 | 2025-02-23T12:47:17.020Z | Downloaded crypto-common v0.1.6 |
342 | 2025-02-23T12:47:17.020Z | Downloaded dof v0.3.0 |
343 | 2025-02-23T12:47:17.020Z | Downloaded itoa v1.0.11 |
344 | 2025-02-23T12:47:17.020Z | Downloaded cfg-if v1.0.0 |
345 | 2025-02-23T12:47:17.023Z | Downloaded macaddr v1.0.1 |
346 | 2025-02-23T12:47:17.023Z | Downloaded memmap v0.7.0 |
347 | 2025-02-23T12:47:17.023Z | Downloaded equivalent v1.0.1 |
348 | 2025-02-23T12:47:17.026Z | Downloaded anstream v0.6.15 |
349 | 2025-02-23T12:47:17.026Z | Downloaded generic-array v0.14.7 |
350 | 2025-02-23T12:47:17.029Z | Downloaded fastrand v2.1.1 |
351 | 2025-02-23T12:47:17.031Z | Downloaded errno v0.3.9 |
352 | 2025-02-23T12:47:17.031Z | Downloaded fnv v1.0.7 |
353 | 2025-02-23T12:47:17.032Z | Downloaded cargo-platform v0.1.8 |
354 | 2025-02-23T12:47:17.035Z | Downloaded bytecount v0.6.8 |
355 | 2025-02-23T12:47:17.035Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-02-23T12:47:17.037Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2025-02-23T12:47:17.037Z | Downloaded thiserror v1.0.69 |
358 | 2025-02-23T12:47:17.040Z | Downloaded heck v0.5.0 |
359 | 2025-02-23T12:47:17.043Z | Downloaded anstyle-query v1.1.1 |
360 | 2025-02-23T12:47:17.043Z | Downloaded thread-id v4.2.2 |
361 | 2025-02-23T12:47:17.046Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2025-02-23T12:47:17.046Z | Downloaded serde_spanned v0.6.8 |
363 | 2025-02-23T12:47:17.046Z | Downloaded proc-macro-error-attr v1.0.4 |
364 | 2025-02-23T12:47:17.049Z | Downloaded clap_lex v0.7.4 |
365 | 2025-02-23T12:47:17.051Z | Downloaded usdt v0.5.0 |
366 | 2025-02-23T12:47:17.051Z | Downloaded smawk v0.3.2 |
367 | 2025-02-23T12:47:17.054Z | Downloaded toml_datetime v0.6.8 |
368 | 2025-02-23T12:47:17.057Z | Downloaded scroll v0.12.0 |
369 | 2025-02-23T12:47:17.057Z | Downloaded terminal_size v0.4.0 |
370 | 2025-02-23T12:47:17.059Z | Downloaded tabled_derive v0.7.0 |
371 | 2025-02-23T12:47:17.059Z | Downloaded plain v0.2.3 |
372 | 2025-02-23T12:47:17.063Z | Downloaded version_check v0.9.5 |
373 | 2025-02-23T12:47:17.066Z | Downloaded utf8parse v0.2.2 |
374 | 2025-02-23T12:47:17.068Z | Downloaded once_cell v1.20.3 |
375 | 2025-02-23T12:47:17.071Z | Downloaded cargo_metadata v0.18.1 |
376 | 2025-02-23T12:47:17.076Z | Downloaded thiserror-impl v1.0.69 |
377 | 2025-02-23T12:47:17.078Z | Downloaded cargo_toml v0.20.5 |
378 | 2025-02-23T12:47:17.081Z | Downloaded fs-err v2.11.0 |
379 | 2025-02-23T12:47:17.081Z | Downloaded camino-tempfile v1.1.1 |
380 | 2025-02-23T12:47:17.083Z | Downloaded block-buffer v0.10.4 |
381 | 2025-02-23T12:47:17.083Z | Downloaded tempfile v3.13.0 |
382 | 2025-02-23T12:47:17.086Z | Downloaded quote v1.0.38 |
383 | 2025-02-23T12:47:17.088Z | Downloaded strsim v0.11.1 |
384 | 2025-02-23T12:47:17.091Z | Downloaded sha2 v0.10.8 |
385 | 2025-02-23T12:47:17.091Z | Downloaded pest_generator v2.7.14 |
386 | 2025-02-23T12:47:17.094Z | Downloaded semver v1.0.25 |
387 | 2025-02-23T12:47:17.097Z | Downloaded zerocopy-derive v0.7.35 |
388 | 2025-02-23T12:47:17.101Z | Downloaded proc-macro-error v1.0.4 |
389 | 2025-02-23T12:47:17.104Z | Downloaded anyhow v1.0.96 |
390 | 2025-02-23T12:47:17.107Z | Downloaded log v0.4.22 |
391 | 2025-02-23T12:47:17.110Z | Downloaded camino v1.1.9 |
392 | 2025-02-23T12:47:17.113Z | Downloaded unicode-ident v1.0.14 |
393 | 2025-02-23T12:47:17.115Z | Downloaded proc-macro2 v1.0.93 |
394 | 2025-02-23T12:47:17.118Z | Downloaded ryu v1.0.18 |
395 | 2025-02-23T12:47:17.121Z | Downloaded pest_meta v2.7.14 |
396 | 2025-02-23T12:47:17.121Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-02-23T12:47:17.123Z | Downloaded toml v0.8.19 |
398 | 2025-02-23T12:47:17.126Z | Downloaded pest_derive v2.7.14 |
399 | 2025-02-23T12:47:17.128Z | Downloaded bitflags v2.6.0 |
400 | 2025-02-23T12:47:17.131Z | Downloaded byteorder v1.5.0 |
401 | 2025-02-23T12:47:17.133Z | Downloaded usdt-impl v0.5.0 |
402 | 2025-02-23T12:47:17.133Z | Downloaded papergrid v0.11.0 |
403 | 2025-02-23T12:47:17.137Z | Downloaded typenum v1.17.0 |
404 | 2025-02-23T12:47:17.140Z | Downloaded serde_derive v1.0.218 |
405 | 2025-02-23T12:47:17.143Z | Downloaded clap_derive v4.5.28 |
406 | 2025-02-23T12:47:17.145Z | Downloaded indexmap v2.7.1 |
407 | 2025-02-23T12:47:17.148Z | Downloaded clap v4.5.30 |
408 | 2025-02-23T12:47:17.156Z | Downloaded textwrap v0.16.1 |
409 | 2025-02-23T12:47:17.158Z | Downloaded memchr v2.7.4 |
410 | 2025-02-23T12:47:17.161Z | Downloaded serde v1.0.218 |
411 | 2025-02-23T12:47:17.172Z | Downloaded toml_edit v0.22.22 |
412 | 2025-02-23T12:47:17.192Z | Downloaded pest v2.7.14 |
413 | 2025-02-23T12:47:17.196Z | Downloaded hashbrown v0.15.1 |
414 | 2025-02-23T12:47:17.222Z | Downloaded zerocopy v0.7.35 |
415 | 2025-02-23T12:47:17.234Z | Downloaded winnow v0.6.20 |
416 | 2025-02-23T12:47:17.241Z | Downloaded clap_builder v4.5.30 |
417 | 2025-02-23T12:47:17.247Z | Downloaded tabled v0.15.0 |
418 | 2025-02-23T12:47:17.261Z | Downloaded serde_json v1.0.139 |
419 | 2025-02-23T12:47:17.267Z | Downloaded syn v1.0.109 |
420 | 2025-02-23T12:47:17.276Z | Downloaded goblin v0.8.2 |
421 | 2025-02-23T12:47:17.289Z | Downloaded unicode-width v0.1.14 |
422 | 2025-02-23T12:47:17.294Z | Downloaded syn v2.0.96 |
423 | 2025-02-23T12:47:17.304Z | Downloaded rustix v0.38.37 |
424 | 2025-02-23T12:47:17.346Z | Downloaded libc v0.2.170 |
425 | 2025-02-23T12:47:17.624Z | Compiling proc-macro2 v1.0.93 |
426 | 2025-02-23T12:47:17.624Z | Compiling unicode-ident v1.0.14 |
427 | 2025-02-23T12:47:17.630Z | Compiling version_check v0.9.5 |
428 | 2025-02-23T12:47:17.630Z | Compiling serde v1.0.218 |
429 | 2025-02-23T12:47:17.630Z | Compiling memchr v2.7.4 |
430 | 2025-02-23T12:47:17.630Z | Compiling thiserror v1.0.69 |
431 | 2025-02-23T12:47:17.630Z | Compiling libc v0.2.170 |
432 | 2025-02-23T12:47:17.660Z | Compiling ryu v1.0.18 |
433 | 2025-02-23T12:47:17.911Z | Compiling ucd-trie v0.1.7 |
434 | 2025-02-23T12:47:18.103Z | Compiling itoa v1.0.11 |
435 | 2025-02-23T12:47:18.374Z | Compiling once_cell v1.20.3 |
436 | 2025-02-23T12:47:18.397Z | Compiling byteorder v1.5.0 |
437 | 2025-02-23T12:47:18.624Z | Compiling rustix v0.38.37 |
438 | 2025-02-23T12:47:18.726Z | Compiling serde_json v1.0.139 |
439 | 2025-02-23T12:47:18.822Z | Compiling bitflags v2.6.0 |
440 | 2025-02-23T12:47:19.115Z | Compiling proc-macro-error-attr v1.0.4 |
441 | 2025-02-23T12:47:19.143Z | Compiling usdt-impl v0.5.0 |
442 | 2025-02-23T12:47:19.256Z | Compiling syn v1.0.109 |
443 | 2025-02-23T12:47:19.373Z | Compiling proc-macro-error v1.0.4 |
444 | 2025-02-23T12:47:19.487Z | Compiling quote v1.0.38 |
445 | 2025-02-23T12:47:19.511Z | Compiling utf8parse v0.2.2 |
446 | 2025-02-23T12:47:19.683Z | Compiling errno v0.3.9 |
447 | 2025-02-23T12:47:19.706Z | Compiling log v0.4.22 |
448 | 2025-02-23T12:47:19.727Z | Compiling camino v1.1.9 |
449 | 2025-02-23T12:47:19.853Z | Compiling syn v2.0.96 |
450 | 2025-02-23T12:47:19.930Z | Compiling thread-id v4.2.2 |
451 | 2025-02-23T12:47:19.955Z | Compiling plain v0.2.3 |
452 | 2025-02-23T12:47:20.047Z | Compiling hashbrown v0.15.1 |
453 | 2025-02-23T12:47:20.069Z | Compiling equivalent v1.0.1 |
454 | 2025-02-23T12:47:20.192Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-02-23T12:47:20.386Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2025-02-23T12:47:20.523Z | Compiling pretty-hex v0.4.1 |
457 | 2025-02-23T12:47:20.546Z | Compiling autocfg v1.4.0 |
458 | 2025-02-23T12:47:20.648Z | Compiling semver v1.0.25 |
459 | 2025-02-23T12:47:20.761Z | Compiling anstyle-query v1.1.1 |
460 | 2025-02-23T12:47:20.857Z | Compiling winnow v0.6.20 |
461 | 2025-02-23T12:47:20.940Z | Compiling colorchoice v1.0.2 |
462 | 2025-02-23T12:47:21.122Z | Compiling indexmap v2.7.1 |
463 | 2025-02-23T12:47:21.147Z | Compiling anstyle v1.0.10 |
464 | 2025-02-23T12:47:21.179Z | Compiling unicode-width v0.1.14 |
465 | 2025-02-23T12:47:21.435Z | Compiling fs-err v2.11.0 |
466 | 2025-02-23T12:47:21.584Z | Compiling anstream v0.6.15 |
467 | 2025-02-23T12:47:21.744Z | Compiling terminal_size v0.4.0 |
468 | 2025-02-23T12:47:21.974Z | Compiling clap_lex v0.7.4 |
469 | 2025-02-23T12:47:22.068Z | Compiling bytecount v0.6.8 |
470 | 2025-02-23T12:47:22.158Z | Compiling strsim v0.11.1 |
471 | 2025-02-23T12:47:22.293Z | Compiling heck v0.4.1 |
472 | 2025-02-23T12:47:22.324Z | Compiling cfg-if v1.0.0 |
473 | 2025-02-23T12:47:22.413Z | Compiling heck v0.5.0 |
474 | 2025-02-23T12:47:22.438Z | Compiling anyhow v1.0.96 |
475 | 2025-02-23T12:47:22.735Z | Compiling fastrand v2.1.1 |
476 | 2025-02-23T12:47:22.863Z | Compiling fnv v1.0.7 |
477 | 2025-02-23T12:47:22.891Z | Compiling clap_builder v4.5.30 |
478 | 2025-02-23T12:47:23.021Z | Compiling papergrid v0.11.0 |
479 | 2025-02-23T12:47:23.209Z | Compiling tempfile v3.13.0 |
480 | 2025-02-23T12:47:23.412Z | Compiling memmap v0.7.0 |
481 | 2025-02-23T12:47:23.452Z | Compiling smawk v0.3.2 |
482 | 2025-02-23T12:47:23.681Z | Compiling unicode-linebreak v0.1.5 |
483 | 2025-02-23T12:47:24.188Z | Compiling textwrap v0.16.1 |
484 | 2025-02-23T12:47:24.260Z | Compiling swrite v0.1.0 |
485 | 2025-02-23T12:47:24.783Z | Compiling tabled_derive v0.7.0 |
486 | 2025-02-23T12:47:26.065Z | Compiling tabled v0.15.0 |
487 | 2025-02-23T12:47:26.645Z | Compiling serde_derive v1.0.218 |
488 | 2025-02-23T12:47:26.645Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-02-23T12:47:26.785Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-02-23T12:47:27.026Z | Compiling scroll_derive v0.12.0 |
491 | 2025-02-23T12:47:27.162Z | Compiling clap_derive v4.5.28 |
492 | 2025-02-23T12:47:28.380Z | Compiling scroll v0.12.0 |
493 | 2025-02-23T12:47:28.549Z | Compiling zerocopy v0.7.35 |
494 | 2025-02-23T12:47:28.710Z | Compiling goblin v0.8.2 |
495 | 2025-02-23T12:47:28.979Z | Compiling pest v2.7.14 |
496 | 2025-02-23T12:47:30.295Z | Compiling clap v4.5.30 |
497 | 2025-02-23T12:47:31.234Z | Compiling pest_meta v2.7.14 |
498 | 2025-02-23T12:47:32.118Z | Compiling pest_generator v2.7.14 |
499 | 2025-02-23T12:47:33.398Z | Compiling pest_derive v2.7.14 |
500 | 2025-02-23T12:47:34.144Z | Compiling dtrace-parser v0.2.0 |
501 | 2025-02-23T12:47:35.150Z | Compiling serde_tokenstream v0.2.2 |
502 | 2025-02-23T12:47:35.189Z | Compiling toml_datetime v0.6.8 |
503 | 2025-02-23T12:47:35.189Z | Compiling serde_spanned v0.6.8 |
504 | 2025-02-23T12:47:35.351Z | Compiling cargo-platform v0.1.8 |
505 | 2025-02-23T12:47:35.477Z | Compiling toml_edit v0.22.22 |
506 | 2025-02-23T12:47:35.624Z | Compiling macaddr v1.0.1 |
507 | 2025-02-23T12:47:35.833Z | Compiling camino-tempfile v1.1.1 |
508 | 2025-02-23T12:47:36.547Z | Compiling dof v0.3.0 |
509 | 2025-02-23T12:47:36.585Z | Compiling cargo_metadata v0.18.1 |
510 | 2025-02-23T12:47:37.852Z | Compiling usdt-macro v0.5.0 |
511 | 2025-02-23T12:47:37.852Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2025-02-23T12:47:38.137Z | Compiling toml v0.8.19 |
513 | 2025-02-23T12:47:38.990Z | Compiling cargo_toml v0.20.5 |
514 | 2025-02-23T12:47:39.012Z | Compiling usdt v0.5.0 |
515 | 2025-02-23T12:47:41.593Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
516 | 2025-02-23T12:47:44.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.35s |
517 | 2025-02-23T12:47:44.950Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
518 | 2025-02-23T12:47:45.485Z | Downloading crates ... |
519 | 2025-02-23T12:47:45.621Z | Downloaded http-body v1.0.1 |
520 | 2025-02-23T12:47:45.629Z | Downloaded curve25519-dalek-derive v0.1.1 |
521 | 2025-02-23T12:47:45.637Z | Downloaded heapless v0.8.0 |
522 | 2025-02-23T12:47:45.642Z | Downloaded headers-core v0.3.0 |
523 | 2025-02-23T12:47:45.646Z | Downloaded hubpack_derive v0.1.1 |
524 | 2025-02-23T12:47:45.646Z | Downloaded instant v0.1.13 |
525 | 2025-02-23T12:47:45.649Z | Downloaded http-range v0.1.5 |
526 | 2025-02-23T12:47:45.649Z | Downloaded ident_case v1.0.1 |
527 | 2025-02-23T12:47:45.654Z | Downloaded is_ci v1.2.0 |
528 | 2025-02-23T12:47:45.659Z | Downloaded async-trait v0.1.86 |
529 | 2025-02-23T12:47:45.666Z | Downloaded assert_matches v1.5.0 |
530 | 2025-02-23T12:47:45.667Z | Downloaded array-init v0.0.4 |
531 | 2025-02-23T12:47:45.670Z | Downloaded base16ct v0.2.0 |
532 | 2025-02-23T12:47:45.670Z | Downloaded async-stream-impl v0.3.6 |
533 | 2025-02-23T12:47:45.674Z | Downloaded is-terminal v0.4.13 |
534 | 2025-02-23T12:47:45.674Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2025-02-23T12:47:45.674Z | Downloaded async-recursion v1.1.1 |
536 | 2025-02-23T12:47:45.680Z | Downloaded backtrace v0.3.74 |
537 | 2025-02-23T12:47:45.683Z | Downloaded md5 v0.7.0 |
538 | 2025-02-23T12:47:45.683Z | Downloaded heck v0.3.3 |
539 | 2025-02-23T12:47:45.688Z | Downloaded bb8 v0.8.5 |
540 | 2025-02-23T12:47:45.688Z | Downloaded pretty-hex v0.2.1 |
541 | 2025-02-23T12:47:45.688Z | Downloaded hubpack v0.1.2 |
542 | 2025-02-23T12:47:45.692Z | Downloaded httpdate v1.0.3 |
543 | 2025-02-23T12:47:45.692Z | Downloaded hex v0.4.3 |
544 | 2025-02-23T12:47:45.692Z | Downloaded bcrypt-pbkdf v0.10.0 |
545 | 2025-02-23T12:47:45.697Z | Downloaded home v0.5.9 |
546 | 2025-02-23T12:47:45.697Z | Downloaded inout v0.1.3 |
547 | 2025-02-23T12:47:45.697Z | Downloaded hex-literal v0.4.1 |
548 | 2025-02-23T12:47:45.702Z | Downloaded lru v0.12.5 |
549 | 2025-02-23T12:47:45.702Z | Downloaded indoc v1.0.9 |
550 | 2025-02-23T12:47:45.702Z | Downloaded bcs v0.1.6 |
551 | 2025-02-23T12:47:45.706Z | Downloaded base64 v0.21.7 |
552 | 2025-02-23T12:47:45.711Z | Downloaded indoc v2.0.5 |
553 | 2025-02-23T12:47:45.711Z | Downloaded arc-swap v1.7.1 |
554 | 2025-02-23T12:47:45.718Z | Downloaded instability v0.3.2 |
555 | 2025-02-23T12:47:45.722Z | Downloaded base64 v0.13.1 |
556 | 2025-02-23T12:47:45.722Z | Downloaded ciborium-io v0.2.2 |
557 | 2025-02-23T12:47:45.722Z | Downloaded maybe-uninit v2.0.0 |
558 | 2025-02-23T12:47:45.727Z | Downloaded managed v0.8.0 |
559 | 2025-02-23T12:47:45.727Z | Downloaded libsw v3.3.1 |
560 | 2025-02-23T12:47:45.727Z | Downloaded indent_write v2.2.0 |
561 | 2025-02-23T12:47:45.732Z | Downloaded idna_adapter v1.2.0 |
562 | 2025-02-23T12:47:45.732Z | Downloaded lazycell v1.3.0 |
563 | 2025-02-23T12:47:45.732Z | Downloaded impl-trait-for-tuples v0.2.2 |
564 | 2025-02-23T12:47:45.736Z | Downloaded mime v0.3.17 |
565 | 2025-02-23T12:47:45.736Z | Downloaded maplit v1.0.2 |
566 | 2025-02-23T12:47:45.736Z | Downloaded base64 v0.22.1 |
567 | 2025-02-23T12:47:45.740Z | Downloaded memoffset v0.9.1 |
568 | 2025-02-23T12:47:45.745Z | Downloaded md-5 v0.10.6 |
569 | 2025-02-23T12:47:45.745Z | Downloaded crunchy v0.2.2 |
570 | 2025-02-23T12:47:45.745Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2025-02-23T12:47:45.749Z | Downloaded psl-types v2.0.11 |
572 | 2025-02-23T12:47:45.749Z | Downloaded cstr-argument v0.1.2 |
573 | 2025-02-23T12:47:45.749Z | Downloaded icu_locid_transform v1.5.0 |
574 | 2025-02-23T12:47:45.754Z | Downloaded crucible-workspace-hack v0.1.0 |
575 | 2025-02-23T12:47:45.754Z | Downloaded atomicwrites v0.4.4 |
576 | 2025-02-23T12:47:45.754Z | Downloaded atty v0.2.14 |
577 | 2025-02-23T12:47:45.760Z | Downloaded cfg_aliases v0.2.1 |
578 | 2025-02-23T12:47:45.760Z | Downloaded tinyvec_macros v0.1.1 |
579 | 2025-02-23T12:47:45.760Z | Downloaded chrono-tz-build v0.4.0 |
580 | 2025-02-23T12:47:45.760Z | Downloaded linear-map v1.2.0 |
581 | 2025-02-23T12:47:45.767Z | Downloaded convert_case v0.4.0 |
582 | 2025-02-23T12:47:45.767Z | Downloaded cassowary v0.3.0 |
583 | 2025-02-23T12:47:45.767Z | Downloaded constant_time_eq v0.3.1 |
584 | 2025-02-23T12:47:45.767Z | Downloaded linked-hash-map v0.5.6 |
585 | 2025-02-23T12:47:45.771Z | Downloaded ciborium-ll v0.2.2 |
586 | 2025-02-23T12:47:45.771Z | Downloaded libefi-sys v0.1.0 |
587 | 2025-02-23T12:47:45.771Z | Downloaded highway v1.2.0 |
588 | 2025-02-23T12:47:45.771Z | Downloaded colored v2.1.0 |
589 | 2025-02-23T12:47:45.775Z | Downloaded httparse v1.9.5 |
590 | 2025-02-23T12:47:45.776Z | Downloaded jobserver v0.1.32 |
591 | 2025-02-23T12:47:45.783Z | Downloaded sigpipe v0.1.3 |
592 | 2025-02-23T12:47:45.783Z | Downloaded russh-cryptovec v0.7.3 |
593 | 2025-02-23T12:47:45.783Z | Downloaded atomic-waker v1.1.2 |
594 | 2025-02-23T12:47:45.786Z | Downloaded arrayref v0.3.9 |
595 | 2025-02-23T12:47:45.786Z | Downloaded iana-time-zone v0.1.61 |
596 | 2025-02-23T12:47:45.786Z | Downloaded cobs v0.2.3 |
597 | 2025-02-23T12:47:45.786Z | Downloaded termtree v0.4.1 |
598 | 2025-02-23T12:47:45.790Z | Downloaded aead v0.5.2 |
599 | 2025-02-23T12:47:45.790Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2025-02-23T12:47:45.794Z | Downloaded try-lock v0.2.5 |
601 | 2025-02-23T12:47:45.794Z | Downloaded chacha20 v0.9.1 |
602 | 2025-02-23T12:47:45.795Z | Downloaded ctr v0.9.2 |
603 | 2025-02-23T12:47:45.797Z | Downloaded bitflags v1.3.2 |
604 | 2025-02-23T12:47:45.802Z | Downloaded mime_guess v2.0.5 |
605 | 2025-02-23T12:47:45.802Z | Downloaded lru-cache v0.1.2 |
606 | 2025-02-23T12:47:45.805Z | Downloaded lock_api v0.4.12 |
607 | 2025-02-23T12:47:45.805Z | Downloaded litemap v0.7.3 |
608 | 2025-02-23T12:47:45.809Z | Downloaded cexpr v0.6.0 |
609 | 2025-02-23T12:47:45.809Z | Downloaded crc32fast v1.4.2 |
610 | 2025-02-23T12:47:45.813Z | Downloaded bit-vec v0.6.3 |
611 | 2025-02-23T12:47:45.813Z | Downloaded libloading v0.8.5 |
612 | 2025-02-23T12:47:45.820Z | Downloaded simd-adler32 v0.3.7 |
613 | 2025-02-23T12:47:45.820Z | Downloaded darling_macro v0.20.10 |
614 | 2025-02-23T12:47:45.823Z | Downloaded console v0.15.10 |
615 | 2025-02-23T12:47:45.823Z | Downloaded zone_cfg_derive v0.3.0 |
616 | 2025-02-23T12:47:45.823Z | Downloaded vte_generate_state_changes v0.1.2 |
617 | 2025-02-23T12:47:45.823Z | Downloaded ciborium v0.2.2 |
618 | 2025-02-23T12:47:45.826Z | Downloaded diesel_table_macro_syntax v0.2.0 |
619 | 2025-02-23T12:47:45.826Z | Downloaded sqlformat v0.2.6 |
620 | 2025-02-23T12:47:45.831Z | Downloaded arrayvec v0.7.6 |
621 | 2025-02-23T12:47:45.831Z | Downloaded slog-scope v4.4.0 |
622 | 2025-02-23T12:47:45.835Z | Downloaded strum_macros v0.25.3 |
623 | 2025-02-23T12:47:45.835Z | Downloaded tinystr v0.7.6 |
624 | 2025-02-23T12:47:45.840Z | Downloaded const_format_proc_macros v0.2.34 |
625 | 2025-02-23T12:47:45.840Z | Downloaded foreign-types-shared v0.1.1 |
626 | 2025-02-23T12:47:45.840Z | Downloaded foreign-types-macros v0.2.3 |
627 | 2025-02-23T12:47:45.845Z | Downloaded float-cmp v0.10.0 |
628 | 2025-02-23T12:47:45.845Z | Downloaded icu_normalizer_data v1.5.0 |
629 | 2025-02-23T12:47:45.850Z | Downloaded string_cache v0.8.7 |
630 | 2025-02-23T12:47:45.850Z | Downloaded termios v0.3.3 |
631 | 2025-02-23T12:47:45.850Z | Downloaded cancel-safe-futures v0.1.5 |
632 | 2025-02-23T12:47:45.853Z | Downloaded tui-tree-widget v0.23.0 |
633 | 2025-02-23T12:47:45.853Z | Downloaded bzip2 v0.4.4 |
634 | 2025-02-23T12:47:45.859Z | Downloaded blowfish v0.9.1 |
635 | 2025-02-23T12:47:45.859Z | Downloaded bitfield v0.14.0 |
636 | 2025-02-23T12:47:45.864Z | Downloaded litrs v0.4.1 |
637 | 2025-02-23T12:47:45.864Z | Downloaded miniz_oxide v0.8.0 |
638 | 2025-02-23T12:47:45.864Z | Downloaded icu_locid v1.5.0 |
639 | 2025-02-23T12:47:45.868Z | Downloaded oso-derive v0.27.3 |
640 | 2025-02-23T12:47:45.875Z | Downloaded ahash v0.8.11 |
641 | 2025-02-23T12:47:45.875Z | Downloaded fxhash v0.2.1 |
642 | 2025-02-23T12:47:45.881Z | Downloaded cookie v0.18.1 |
643 | 2025-02-23T12:47:45.881Z | Downloaded precomputed-hash v0.1.1 |
644 | 2025-02-23T12:47:45.881Z | Downloaded kstat-rs v0.2.4 |
645 | 2025-02-23T12:47:45.881Z | Downloaded cipher v0.4.4 |
646 | 2025-02-23T12:47:45.881Z | Downloaded utf16_iter v1.0.5 |
647 | 2025-02-23T12:47:45.884Z | Downloaded utf-8 v0.7.6 |
648 | 2025-02-23T12:47:45.884Z | Downloaded unicode-truncate v1.1.0 |
649 | 2025-02-23T12:47:45.884Z | Downloaded pbkdf2 v0.12.2 |
650 | 2025-02-23T12:47:45.889Z | Downloaded xattr v1.3.1 |
651 | 2025-02-23T12:47:45.889Z | Downloaded wait-timeout v0.2.0 |
652 | 2025-02-23T12:47:45.892Z | Downloaded typify-macro v0.3.0 |
653 | 2025-02-23T12:47:45.892Z | Downloaded futures-io v0.3.31 |
654 | 2025-02-23T12:47:45.892Z | Downloaded embedded-io v0.6.1 |
655 | 2025-02-23T12:47:45.892Z | Downloaded diesel-dtrace v0.4.2 |
656 | 2025-02-23T12:47:45.896Z | Downloaded nanorand v0.7.0 |
657 | 2025-02-23T12:47:45.899Z | Downloaded sqlparser_derive v0.2.2 |
658 | 2025-02-23T12:47:45.899Z | Downloaded rand_xorshift v0.3.0 |
659 | 2025-02-23T12:47:45.899Z | Downloaded multimap v0.10.0 |
660 | 2025-02-23T12:47:45.899Z | Downloaded strum_macros v0.26.4 |
661 | 2025-02-23T12:47:45.902Z | Downloaded tokio-tungstenite v0.23.1 |
662 | 2025-02-23T12:47:45.904Z | Downloaded csv-core v0.1.11 |
663 | 2025-02-23T12:47:45.907Z | Downloaded tokio-tungstenite v0.21.0 |
664 | 2025-02-23T12:47:45.910Z | Downloaded crossbeam-utils v0.8.20 |
665 | 2025-02-23T12:47:45.913Z | Downloaded take_mut v0.2.2 |
666 | 2025-02-23T12:47:45.913Z | Downloaded crossbeam-epoch v0.9.18 |
667 | 2025-02-23T12:47:45.916Z | Downloaded phf_codegen v0.11.2 |
668 | 2025-02-23T12:47:45.918Z | Downloaded icu_provider v1.5.0 |
669 | 2025-02-23T12:47:45.921Z | Downloaded crc-any v2.5.0 |
670 | 2025-02-23T12:47:45.923Z | Downloaded allocator-api2 v0.2.18 |
671 | 2025-02-23T12:47:45.928Z | Downloaded derive_builder_macro v0.20.2 |
672 | 2025-02-23T12:47:45.934Z | Downloaded indicatif v0.17.11 |
673 | 2025-02-23T12:47:45.934Z | Downloaded des v0.8.1 |
674 | 2025-02-23T12:47:45.938Z | Downloaded ppv-lite86 v0.2.20 |
675 | 2025-02-23T12:47:45.938Z | Downloaded endian-type v0.1.2 |
676 | 2025-02-23T12:47:45.938Z | Downloaded downcast v0.11.0 |
677 | 2025-02-23T12:47:45.942Z | Downloaded progenitor-impl v0.8.0 |
678 | 2025-02-23T12:47:45.942Z | Downloaded zone_cfg_derive v0.1.2 |
679 | 2025-02-23T12:47:45.942Z | Downloaded topological-sort v0.2.2 |
680 | 2025-02-23T12:47:45.946Z | Downloaded toolchain_find v0.4.0 |
681 | 2025-02-23T12:47:45.946Z | Downloaded phf v0.11.2 |
682 | 2025-02-23T12:47:45.946Z | Downloaded rand_seeder v0.3.0 |
683 | 2025-02-23T12:47:45.948Z | Downloaded document-features v0.2.10 |
684 | 2025-02-23T12:47:45.948Z | Downloaded rfc6979 v0.4.0 |
685 | 2025-02-23T12:47:45.948Z | Downloaded smf v0.2.3 |
686 | 2025-02-23T12:47:45.952Z | Downloaded resolv-conf v0.7.0 |
687 | 2025-02-23T12:47:45.952Z | Downloaded vte v0.11.1 |
688 | 2025-02-23T12:47:45.955Z | Downloaded peg v0.8.4 |
689 | 2025-02-23T12:47:45.958Z | Downloaded ssh-cipher v0.2.0 |
690 | 2025-02-23T12:47:45.962Z | Downloaded rpassword v7.3.1 |
691 | 2025-02-23T12:47:45.962Z | Downloaded xz2 v0.1.7 |
692 | 2025-02-23T12:47:45.965Z | Downloaded native-tls v0.2.12 |
693 | 2025-02-23T12:47:45.965Z | Downloaded multer v3.1.0 |
694 | 2025-02-23T12:47:45.968Z | Downloaded path-slash v0.1.5 |
695 | 2025-02-23T12:47:45.972Z | Downloaded newline-converter v0.3.0 |
696 | 2025-02-23T12:47:45.972Z | Downloaded new_debug_unreachable v1.0.6 |
697 | 2025-02-23T12:47:45.972Z | Downloaded rustc-hash v1.1.0 |
698 | 2025-02-23T12:47:45.975Z | Downloaded bytes v1.9.0 |
699 | 2025-02-23T12:47:45.980Z | Downloaded utf8_iter v1.0.4 |
700 | 2025-02-23T12:47:45.981Z | Downloaded untrusted v0.9.0 |
701 | 2025-02-23T12:47:45.986Z | Downloaded display-error-chain v0.2.2 |
702 | 2025-02-23T12:47:45.986Z | Downloaded hyper-util v0.1.10 |
703 | 2025-02-23T12:47:45.993Z | Downloaded serde-big-array v0.5.1 |
704 | 2025-02-23T12:47:45.993Z | Downloaded fallible-streaming-iterator v0.1.9 |
705 | 2025-02-23T12:47:45.993Z | Downloaded progenitor v0.8.0 |
706 | 2025-02-23T12:47:45.994Z | Downloaded schemars v0.8.21 |
707 | 2025-02-23T12:47:46.003Z | Downloaded ghash v0.5.1 |
708 | 2025-02-23T12:47:46.008Z | Downloaded proc-macro-error-attr2 v2.0.0 |
709 | 2025-02-23T12:47:46.008Z | Downloaded tap v1.0.1 |
710 | 2025-02-23T12:47:46.008Z | Downloaded tokio-tungstenite v0.24.0 |
711 | 2025-02-23T12:47:46.017Z | Downloaded parse-display v0.10.0 |
712 | 2025-02-23T12:47:46.021Z | Downloaded num_enum v0.5.11 |
713 | 2025-02-23T12:47:46.030Z | Downloaded zone v0.3.0 |
714 | 2025-02-23T12:47:46.030Z | Downloaded want v0.3.1 |
715 | 2025-02-23T12:47:46.037Z | Downloaded zone v0.1.8 |
716 | 2025-02-23T12:47:46.037Z | Downloaded num-complex v0.4.6 |
717 | 2025-02-23T12:47:46.037Z | Downloaded num-iter v0.1.45 |
718 | 2025-02-23T12:47:46.037Z | Downloaded yasna v0.5.2 |
719 | 2025-02-23T12:47:46.037Z | Downloaded paste v1.0.15 |
720 | 2025-02-23T12:47:46.043Z | Downloaded num-integer v0.1.46 |
721 | 2025-02-23T12:47:46.043Z | Downloaded tracing-core v0.1.32 |
722 | 2025-02-23T12:47:46.043Z | Downloaded yoke-derive v0.7.4 |
723 | 2025-02-23T12:47:46.043Z | Downloaded write16 v1.0.0 |
724 | 2025-02-23T12:47:46.049Z | Downloaded rand_chacha v0.3.1 |
725 | 2025-02-23T12:47:46.049Z | Downloaded rustc-demangle v0.1.24 |
726 | 2025-02-23T12:47:46.049Z | Downloaded hickory-resolver v0.24.3 |
727 | 2025-02-23T12:47:46.054Z | Downloaded serde-hex v0.1.0 |
728 | 2025-02-23T12:47:46.054Z | Downloaded headers v0.4.0 |
729 | 2025-02-23T12:47:46.058Z | Downloaded slab v0.4.9 |
730 | 2025-02-23T12:47:46.064Z | Downloaded icu_locid_transform_data v1.5.0 |
731 | 2025-02-23T12:47:46.064Z | Downloaded sync_wrapper v1.0.1 |
732 | 2025-02-23T12:47:46.065Z | Downloaded stable_deref_trait v1.2.0 |
733 | 2025-02-23T12:47:46.072Z | Downloaded http v1.2.0 |
734 | 2025-02-23T12:47:46.072Z | Downloaded num-rational v0.4.2 |
735 | 2025-02-23T12:47:46.076Z | Downloaded thiserror-impl-no-std v2.0.2 |
736 | 2025-02-23T12:47:46.076Z | Downloaded mirai-annotations v1.12.0 |
737 | 2025-02-23T12:47:46.076Z | Downloaded phf_generator v0.11.2 |
738 | 2025-02-23T12:47:46.076Z | Downloaded hickory-server v0.24.3 |
739 | 2025-02-23T12:47:46.081Z | Downloaded proc-macro-crate v1.3.1 |
740 | 2025-02-23T12:47:46.081Z | Downloaded cc v1.2.15 |
741 | 2025-02-23T12:47:46.088Z | Downloaded openssl-probe v0.1.5 |
742 | 2025-02-23T12:47:46.094Z | Downloaded openssl-macros v0.1.1 |
743 | 2025-02-23T12:47:46.094Z | Downloaded opaque-debug v0.3.1 |
744 | 2025-02-23T12:47:46.094Z | Downloaded chacha20poly1305 v0.10.1 |
745 | 2025-02-23T12:47:46.094Z | Downloaded shlex v1.3.0 |
746 | 2025-02-23T12:47:46.094Z | Downloaded quinn v0.11.5 |
747 | 2025-02-23T12:47:46.098Z | Downloaded displaydoc v0.2.5 |
748 | 2025-02-23T12:47:46.098Z | Downloaded value-bag v1.9.0 |
749 | 2025-02-23T12:47:46.104Z | Downloaded difflib v0.4.0 |
750 | 2025-02-23T12:47:46.104Z | Downloaded rustls-pemfile v1.0.4 |
751 | 2025-02-23T12:47:46.109Z | Downloaded rustls-pemfile v2.2.0 |
752 | 2025-02-23T12:47:46.109Z | Downloaded diff v0.1.13 |
753 | 2025-02-23T12:47:46.113Z | Downloaded darling_core v0.20.10 |
754 | 2025-02-23T12:47:46.117Z | Downloaded time-core v0.1.2 |
755 | 2025-02-23T12:47:46.117Z | Downloaded thiserror-impl v2.0.11 |
756 | 2025-02-23T12:47:46.125Z | Downloaded fs_extra v1.3.0 |
757 | 2025-02-23T12:47:46.126Z | Downloaded either v1.13.0 |
758 | 2025-02-23T12:47:46.126Z | Downloaded num v0.4.3 |
759 | 2025-02-23T12:47:46.136Z | Downloaded embedded-io v0.4.0 |
760 | 2025-02-23T12:47:46.136Z | Downloaded ed25519 v2.2.3 |
761 | 2025-02-23T12:47:46.136Z | Downloaded pem-rfc7468 v0.7.0 |
762 | 2025-02-23T12:47:46.136Z | Downloaded tracing-attributes v0.1.27 |
763 | 2025-02-23T12:47:46.141Z | Downloaded minimal-lexical v0.2.1 |
764 | 2025-02-23T12:47:46.141Z | Downloaded zerofrom v0.1.4 |
765 | 2025-02-23T12:47:46.141Z | Downloaded radium v0.7.0 |
766 | 2025-02-23T12:47:46.141Z | Downloaded bumpalo v3.16.0 |
767 | 2025-02-23T12:47:46.146Z | Downloaded primeorder v0.13.6 |
768 | 2025-02-23T12:47:46.146Z | Downloaded serde_path_to_error v0.1.16 |
769 | 2025-02-23T12:47:46.146Z | Downloaded rustfmt-wrapper v0.2.1 |
770 | 2025-02-23T12:47:46.151Z | Downloaded rustc-hash v2.1.1 |
771 | 2025-02-23T12:47:46.152Z | Downloaded postcard v1.0.10 |
772 | 2025-02-23T12:47:46.152Z | Downloaded parse-size v1.1.0 |
773 | 2025-02-23T12:47:46.158Z | Downloaded nodrop v0.1.14 |
774 | 2025-02-23T12:47:46.158Z | Downloaded rand v0.8.5 |
775 | 2025-02-23T12:47:46.158Z | Downloaded shell-words v1.1.0 |
776 | 2025-02-23T12:47:46.161Z | Downloaded zopfli v0.8.1 |
777 | 2025-02-23T12:47:46.161Z | Downloaded papergrid v0.14.0 |
778 | 2025-02-23T12:47:46.164Z | Downloaded similar v2.6.0 |
779 | 2025-02-23T12:47:46.170Z | Downloaded diesel_derives v2.2.3 |
780 | 2025-02-23T12:47:46.173Z | Downloaded tiny-keccak v2.0.2 |
781 | 2025-02-23T12:47:46.178Z | Downloaded tls_codec v0.4.1 |
782 | 2025-02-23T12:47:46.181Z | Downloaded zerovec-derive v0.10.3 |
783 | 2025-02-23T12:47:46.182Z | Downloaded test-strategy v0.4.0 |
784 | 2025-02-23T12:47:46.185Z | Downloaded strip-ansi-escapes v0.2.0 |
785 | 2025-02-23T12:47:46.185Z | Downloaded stringprep v0.1.5 |
786 | 2025-02-23T12:47:46.188Z | Downloaded unicode-segmentation v1.12.0 |
787 | 2025-02-23T12:47:46.195Z | Downloaded libxml v0.3.3 |
788 | 2025-02-23T12:47:46.201Z | Downloaded debug-ignore v1.0.5 |
789 | 2025-02-23T12:47:46.209Z | Downloaded defmt-parser v0.3.4 |
790 | 2025-02-23T12:47:46.209Z | Downloaded flume v0.11.1 |
791 | 2025-02-23T12:47:46.209Z | Downloaded url v2.5.3 |
792 | 2025-02-23T12:47:46.217Z | Downloaded form_urlencoded v1.2.1 |
793 | 2025-02-23T12:47:46.217Z | Downloaded serde_with_macros v3.11.0 |
794 | 2025-02-23T12:47:46.217Z | Downloaded unarray v0.1.4 |
795 | 2025-02-23T12:47:46.217Z | Downloaded vergen v8.3.2 |
796 | 2025-02-23T12:47:46.220Z | Downloaded normalize-line-endings v0.3.0 |
797 | 2025-02-23T12:47:46.220Z | Downloaded postgres-types v0.2.8 |
798 | 2025-02-23T12:47:46.220Z | Downloaded defmt-macros v0.3.9 |
799 | 2025-02-23T12:47:46.228Z | Downloaded deranged v0.3.11 |
800 | 2025-02-23T12:47:46.228Z | Downloaded peg-runtime v0.8.3 |
801 | 2025-02-23T12:47:46.233Z | Downloaded futures-core v0.3.31 |
802 | 2025-02-23T12:47:46.233Z | Downloaded progenitor-macro v0.9.1 |
803 | 2025-02-23T12:47:46.233Z | Downloaded pkg-config v0.3.31 |
804 | 2025-02-23T12:47:46.233Z | Downloaded aes v0.8.4 |
805 | 2025-02-23T12:47:46.239Z | Downloaded slog-async v2.8.0 |
806 | 2025-02-23T12:47:46.239Z | Downloaded x509-cert v0.2.5 |
807 | 2025-02-23T12:47:46.244Z | Downloaded scrypt v0.11.0 |
808 | 2025-02-23T12:47:46.244Z | Downloaded rusty-fork v0.3.0 |
809 | 2025-02-23T12:47:46.247Z | Downloaded pin-project v1.1.6 |
810 | 2025-02-23T12:47:46.255Z | Downloaded untrusted v0.7.1 |
811 | 2025-02-23T12:47:46.262Z | Downloaded idna v1.0.3 |
812 | 2025-02-23T12:47:46.266Z | Downloaded snafu-derive v0.8.5 |
813 | 2025-02-23T12:47:46.266Z | Downloaded unsafe-libyaml v0.2.11 |
814 | 2025-02-23T12:47:46.266Z | Downloaded dirs-sys-next v0.1.2 |
815 | 2025-02-23T12:47:46.269Z | Downloaded tabwriter v1.4.0 |
816 | 2025-02-23T12:47:46.269Z | Downloaded tabled_derive v0.10.0 |
817 | 2025-02-23T12:47:46.269Z | Downloaded slog-dtrace v0.3.0 |
818 | 2025-02-23T12:47:46.278Z | Downloaded slog-bunyan v2.5.0 |
819 | 2025-02-23T12:47:46.278Z | Downloaded aes-gcm v0.10.3 |
820 | 2025-02-23T12:47:46.288Z | Downloaded unicase v2.7.0 |
821 | 2025-02-23T12:47:46.288Z | Downloaded slog-stdlog v4.1.1 |
822 | 2025-02-23T12:47:46.288Z | Downloaded bindgen v0.71.1 |
823 | 2025-02-23T12:47:46.294Z | Downloaded sync-ptr v0.1.1 |
824 | 2025-02-23T12:47:46.294Z | Downloaded pem v3.0.4 |
825 | 2025-02-23T12:47:46.294Z | Downloaded olpc-cjson v0.1.4 |
826 | 2025-02-23T12:47:46.294Z | Downloaded dyn-clone v1.0.18 |
827 | 2025-02-23T12:47:46.294Z | Downloaded der_derive v0.7.3 |
828 | 2025-02-23T12:47:46.303Z | Downloaded dsl_auto_type v0.1.2 |
829 | 2025-02-23T12:47:46.303Z | Downloaded ref-cast v1.0.23 |
830 | 2025-02-23T12:47:46.303Z | Downloaded password-hash v0.4.2 |
831 | 2025-02-23T12:47:46.307Z | Downloaded tokio-stream v0.1.16 |
832 | 2025-02-23T12:47:46.307Z | Downloaded polyval v0.6.2 |
833 | 2025-02-23T12:47:46.307Z | Downloaded tokio-rustls v0.25.0 |
834 | 2025-02-23T12:47:46.320Z | Downloaded parking_lot v0.11.2 |
835 | 2025-02-23T12:47:46.320Z | Downloaded number_prefix v0.4.0 |
836 | 2025-02-23T12:47:46.328Z | Downloaded tower-service v0.3.3 |
837 | 2025-02-23T12:47:46.328Z | Downloaded tokio-native-tls v0.3.1 |
838 | 2025-02-23T12:47:46.328Z | Downloaded vsss-rs v3.3.4 |
839 | 2025-02-23T12:47:46.328Z | Downloaded which v4.4.2 |
840 | 2025-02-23T12:47:46.328Z | Downloaded signal-hook v0.3.17 |
841 | 2025-02-23T12:47:46.328Z | Downloaded progenitor-macro v0.8.0 |
842 | 2025-02-23T12:47:46.328Z | Downloaded mockall v0.13.1 |
843 | 2025-02-23T12:47:46.328Z | Downloaded elliptic-curve v0.13.8 |
844 | 2025-02-23T12:47:46.336Z | Downloaded strum v0.26.3 |
845 | 2025-02-23T12:47:46.336Z | Downloaded flagset v0.4.6 |
846 | 2025-02-23T12:47:46.336Z | Downloaded serde_yaml v0.9.34+deprecated |
847 | 2025-02-23T12:47:46.342Z | Downloaded daft v0.1.1 |
848 | 2025-02-23T12:47:46.342Z | Downloaded unicode-xid v0.2.6 |
849 | 2025-02-23T12:47:46.342Z | Downloaded glob v0.3.2 |
850 | 2025-02-23T12:47:46.349Z | Downloaded whoami v1.5.2 |
851 | 2025-02-23T12:47:46.349Z | Downloaded serde_repr v0.1.19 |
852 | 2025-02-23T12:47:46.349Z | Downloaded predicates-tree v1.0.11 |
853 | 2025-02-23T12:47:46.367Z | Downloaded predicates-core v1.0.8 |
854 | 2025-02-23T12:47:46.367Z | Downloaded gethostname v0.5.0 |
855 | 2025-02-23T12:47:46.367Z | Downloaded float-ord v0.3.2 |
856 | 2025-02-23T12:47:46.367Z | Downloaded toml_edit v0.19.15 |
857 | 2025-02-23T12:47:46.370Z | Downloaded num-conv v0.1.0 |
858 | 2025-02-23T12:47:46.371Z | Downloaded newtype_derive v0.1.6 |
859 | 2025-02-23T12:47:46.371Z | Downloaded fallible-iterator v0.3.0 |
860 | 2025-02-23T12:47:46.371Z | Downloaded tower-layer v0.3.3 |
861 | 2025-02-23T12:47:46.371Z | Downloaded salsa20 v0.10.2 |
862 | 2025-02-23T12:47:46.371Z | Downloaded parse-display-derive v0.10.0 |
863 | 2025-02-23T12:47:46.375Z | Downloaded ed25519-dalek v2.1.1 |
864 | 2025-02-23T12:47:46.378Z | Downloaded tracing v0.1.40 |
865 | 2025-02-23T12:47:46.383Z | Downloaded num_threads v0.1.7 |
866 | 2025-02-23T12:47:46.383Z | Downloaded num-bigint v0.4.6 |
867 | 2025-02-23T12:47:46.391Z | Downloaded ff v0.13.0 |
868 | 2025-02-23T12:47:46.394Z | Downloaded p521 v0.13.3 |
869 | 2025-02-23T12:47:46.394Z | Downloaded itertools v0.14.0 |
870 | 2025-02-23T12:47:46.398Z | Downloaded zerofrom-derive v0.1.4 |
871 | 2025-02-23T12:47:46.402Z | Downloaded signal-hook-mio v0.2.4 |
872 | 2025-02-23T12:47:46.402Z | Downloaded waitgroup v0.1.2 |
873 | 2025-02-23T12:47:46.406Z | Downloaded scopeguard v1.2.0 |
874 | 2025-02-23T12:47:46.406Z | Downloaded progenitor v0.9.1 |
875 | 2025-02-23T12:47:46.406Z | Downloaded pin-utils v0.1.0 |
876 | 2025-02-23T12:47:46.411Z | Downloaded globset v0.4.15 |
877 | 2025-02-23T12:47:46.411Z | Downloaded data-encoding v2.6.0 |
878 | 2025-02-23T12:47:46.411Z | Downloaded futures-macro v0.3.31 |
879 | 2025-02-23T12:47:46.420Z | Downloaded static_assertions v1.1.0 |
880 | 2025-02-23T12:47:46.420Z | Downloaded zeroize v1.8.1 |
881 | 2025-02-23T12:47:46.420Z | Downloaded itertools v0.12.1 |
882 | 2025-02-23T12:47:46.423Z | Downloaded supports-color v3.0.1 |
883 | 2025-02-23T12:47:46.423Z | Downloaded parking_lot_core v0.9.10 |
884 | 2025-02-23T12:47:46.432Z | Downloaded phf_shared v0.10.0 |
885 | 2025-02-23T12:47:46.432Z | Downloaded openssl-sys v0.9.106 |
886 | 2025-02-23T12:47:46.436Z | Downloaded num-derive v0.4.2 |
887 | 2025-02-23T12:47:46.436Z | Downloaded socket2 v0.5.7 |
888 | 2025-02-23T12:47:46.436Z | Downloaded rayon-core v1.12.1 |
889 | 2025-02-23T12:47:46.448Z | Downloaded publicsuffix v2.3.0 |
890 | 2025-02-23T12:47:46.451Z | Downloaded russh v0.45.0 |
891 | 2025-02-23T12:47:46.451Z | Downloaded smallvec v0.6.14 |
892 | 2025-02-23T12:47:46.451Z | Downloaded aho-corasick v1.1.3 |
893 | 2025-02-23T12:47:46.463Z | Downloaded foldhash v0.1.3 |
894 | 2025-02-23T12:47:46.463Z | Downloaded synstructure v0.13.1 |
895 | 2025-02-23T12:47:46.472Z | Downloaded subtle v2.6.1 |
896 | 2025-02-23T12:47:46.472Z | Downloaded scheduled-thread-pool v0.2.7 |
897 | 2025-02-23T12:47:46.472Z | Downloaded same-file v1.0.6 |
898 | 2025-02-23T12:47:46.472Z | Downloaded foreign-types v0.5.0 |
899 | 2025-02-23T12:47:46.472Z | Downloaded foreign-types v0.3.2 |
900 | 2025-02-23T12:47:46.472Z | Downloaded dirs-next v2.0.0 |
901 | 2025-02-23T12:47:46.472Z | Downloaded zeroize_derive v1.4.2 |
902 | 2025-02-23T12:47:46.472Z | Downloaded pkcs1 v0.7.5 |
903 | 2025-02-23T12:47:46.472Z | Downloaded serde_derive_internals v0.29.1 |
904 | 2025-02-23T12:47:46.481Z | Downloaded thread_local v1.1.8 |
905 | 2025-02-23T12:47:46.481Z | Downloaded tls_codec_derive v0.4.1 |
906 | 2025-02-23T12:47:46.481Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2025-02-23T12:47:46.481Z | Downloaded futures-task v0.3.31 |
908 | 2025-02-23T12:47:46.481Z | Downloaded progenitor-client v0.9.1 |
909 | 2025-02-23T12:47:46.485Z | Downloaded tokio-util v0.7.12 |
910 | 2025-02-23T12:47:46.485Z | Downloaded rustls-pki-types v1.10.0 |
911 | 2025-02-23T12:47:46.493Z | Downloaded dropshot_endpoint v0.15.1 |
912 | 2025-02-23T12:47:46.501Z | Downloaded zip v0.6.6 |
913 | 2025-02-23T12:47:46.501Z | Downloaded fallible-iterator v0.2.0 |
914 | 2025-02-23T12:47:46.501Z | Downloaded unicode-properties v0.1.3 |
915 | 2025-02-23T12:47:46.501Z | Downloaded env_filter v0.1.2 |
916 | 2025-02-23T12:47:46.504Z | Downloaded walkdir v2.5.0 |
917 | 2025-02-23T12:47:46.504Z | Downloaded quinn-udp v0.5.5 |
918 | 2025-02-23T12:47:46.504Z | Downloaded unicode-bidi v0.3.17 |
919 | 2025-02-23T12:47:46.504Z | Downloaded futures-sink v0.3.31 |
920 | 2025-02-23T12:47:46.509Z | Downloaded futures-executor v0.3.31 |
921 | 2025-02-23T12:47:46.509Z | Downloaded phf_shared v0.11.2 |
922 | 2025-02-23T12:47:46.509Z | Downloaded rcgen v0.12.1 |
923 | 2025-02-23T12:47:46.514Z | Downloaded der v0.7.9 |
924 | 2025-02-23T12:47:46.522Z | Downloaded filetime v0.2.25 |
925 | 2025-02-23T12:47:46.522Z | Downloaded signal-hook-registry v1.4.2 |
926 | 2025-02-23T12:47:46.522Z | Downloaded hashbrown v0.14.5 |
927 | 2025-02-23T12:47:46.529Z | Downloaded serde_urlencoded v0.7.1 |
928 | 2025-02-23T12:47:46.529Z | Downloaded schemars_derive v0.8.21 |
929 | 2025-02-23T12:47:46.538Z | Downloaded parse-zoneinfo v0.3.1 |
930 | 2025-02-23T12:47:46.538Z | Downloaded termcolor v1.4.1 |
931 | 2025-02-23T12:47:46.538Z | Downloaded ena v0.14.3 |
932 | 2025-02-23T12:47:46.538Z | Downloaded ssh-key v0.6.6 |
933 | 2025-02-23T12:47:46.546Z | Downloaded oxnet v0.1.0 |
934 | 2025-02-23T12:47:46.546Z | Downloaded quick-error v1.2.3 |
935 | 2025-02-23T12:47:46.547Z | Downloaded pbkdf2 v0.11.0 |
936 | 2025-02-23T12:47:46.551Z | Downloaded derive_builder_core v0.20.2 |
937 | 2025-02-23T12:47:46.551Z | Downloaded universal-hash v0.5.1 |
938 | 2025-02-23T12:47:46.551Z | Downloaded mio v1.0.2 |
939 | 2025-02-23T12:47:46.554Z | Downloaded snafu v0.8.5 |
940 | 2025-02-23T12:47:46.558Z | Downloaded zerocopy-derive v0.8.10 |
941 | 2025-02-23T12:47:46.563Z | Downloaded owo-colors v4.1.0 |
942 | 2025-02-23T12:47:46.567Z | Downloaded derive_builder v0.20.2 |
943 | 2025-02-23T12:47:46.573Z | Downloaded oso v0.27.3 |
944 | 2025-02-23T12:47:46.584Z | Downloaded omicron-zone-package v0.12.0 |
945 | 2025-02-23T12:47:46.589Z | Downloaded prettyplease v0.2.29 |
946 | 2025-02-23T12:47:46.589Z | Downloaded slog-term v2.9.1 |
947 | 2025-02-23T12:47:46.589Z | Downloaded pin-project-lite v0.2.14 |
948 | 2025-02-23T12:47:46.589Z | Downloaded derive_more v0.99.19 |
949 | 2025-02-23T12:47:46.594Z | Downloaded password-hash v0.5.0 |
950 | 2025-02-23T12:47:46.598Z | Downloaded typify v0.2.0 |
951 | 2025-02-23T12:47:46.598Z | Downloaded unicode_categories v0.1.1 |
952 | 2025-02-23T12:47:46.602Z | Downloaded flate2 v1.0.35 |
953 | 2025-02-23T12:47:46.607Z | Downloaded twox-hash v2.1.0 |
954 | 2025-02-23T12:47:46.607Z | Downloaded mockall_derive v0.13.1 |
955 | 2025-02-23T12:47:46.614Z | Downloaded zerocopy v0.6.6 |
956 | 2025-02-23T12:47:46.614Z | Downloaded chrono v0.4.39 |
957 | 2025-02-23T12:47:46.621Z | Downloaded samael v0.0.18 |
958 | 2025-02-23T12:47:46.626Z | Downloaded progenitor-impl v0.9.1 |
959 | 2025-02-23T12:47:46.630Z | Downloaded zip v2.1.3 |
960 | 2025-02-23T12:47:46.634Z | Downloaded typify v0.3.0 |
961 | 2025-02-23T12:47:46.634Z | Downloaded qorb v0.2.1 |
962 | 2025-02-23T12:47:46.640Z | Downloaded tungstenite v0.24.0 |
963 | 2025-02-23T12:47:46.644Z | Downloaded tungstenite v0.23.0 |
964 | 2025-02-23T12:47:46.648Z | Downloaded icu_properties_data v1.5.0 |
965 | 2025-02-23T12:47:46.655Z | Downloaded quinn-proto v0.11.8 |
966 | 2025-02-23T12:47:46.661Z | Downloaded steno v0.4.1 |
967 | 2025-02-23T12:47:46.665Z | Downloaded portable-atomic v1.9.0 |
968 | 2025-02-23T12:47:46.671Z | Downloaded git2 v0.19.0 |
969 | 2025-02-23T12:47:46.679Z | Downloaded rustyline v14.0.0 |
970 | 2025-02-23T12:47:46.685Z | Downloaded bitvec v1.0.1 |
971 | 2025-02-23T12:47:46.699Z | Downloaded radix_trie v0.2.1 |
972 | 2025-02-23T12:47:46.705Z | Downloaded zerovec v0.10.4 |
973 | 2025-02-23T12:47:46.710Z | Downloaded unicode-normalization v0.1.24 |
974 | 2025-02-23T12:47:46.715Z | Downloaded time v0.3.36 |
975 | 2025-02-23T12:47:46.720Z | Downloaded h2 v0.4.6 |
976 | 2025-02-23T12:47:46.728Z | Downloaded vcpkg v0.2.15 |
977 | 2025-02-23T12:47:46.764Z | Downloaded typed-path v0.9.3 |
978 | 2025-02-23T12:47:46.769Z | Downloaded salty v0.3.0 |
979 | 2025-02-23T12:47:46.779Z | Downloaded petname v2.0.2 |
980 | 2025-02-23T12:47:46.782Z | Downloaded rayon v1.10.0 |
981 | 2025-02-23T12:47:46.791Z | Downloaded regex-syntax v0.6.29 |
982 | 2025-02-23T12:47:46.798Z | Downloaded curve25519-dalek v4.1.3 |
983 | 2025-02-23T12:47:46.807Z | Downloaded openssl v0.10.71 |
984 | 2025-02-23T12:47:46.817Z | Downloaded serde_with v3.11.0 |
985 | 2025-02-23T12:47:46.825Z | Downloaded object v0.30.4 |
986 | 2025-02-23T12:47:46.836Z | Downloaded hashbrown v0.12.3 |
987 | 2025-02-23T12:47:46.844Z | Downloaded quick-xml v0.37.2 |
988 | 2025-02-23T12:47:46.849Z | Downloaded tungstenite v0.21.0 |
989 | 2025-02-23T12:47:46.855Z | Downloaded futures-util v0.3.31 |
990 | 2025-02-23T12:47:46.861Z | Downloaded winnow v0.5.40 |
991 | 2025-02-23T12:47:46.868Z | Downloaded gimli v0.31.1 |
992 | 2025-02-23T12:47:46.876Z | Downloaded regress v0.9.1 |
993 | 2025-02-23T12:47:46.885Z | Downloaded tabled v0.18.0 |
994 | 2025-02-23T12:47:46.902Z | Downloaded diesel v2.2.7 |
995 | 2025-02-23T12:47:46.920Z | Downloaded hickory-proto v0.24.3 |
996 | 2025-02-23T12:47:46.937Z | Downloaded nix v0.29.0 |
997 | 2025-02-23T12:47:46.947Z | Downloaded webpki-roots v0.26.6 |
998 | 2025-02-23T12:47:46.951Z | Downloaded rustls v0.21.12 |
999 | 2025-02-23T12:47:46.961Z | Downloaded zerocopy v0.8.10 |
1000 | 2025-02-23T12:47:46.984Z | Downloaded polar-core v0.27.3 |
1001 | 2025-02-23T12:47:46.992Z | Downloaded rustls v0.22.4 |
1002 | 2025-02-23T12:47:47.005Z | Downloaded regex v1.11.1 |
1003 | 2025-02-23T12:47:47.019Z | Downloaded p384 v0.13.0 |
1004 | 2025-02-23T12:47:47.023Z | Downloaded regress v0.10.1 |
1005 | 2025-02-23T12:47:47.031Z | Downloaded regex-syntax v0.8.5 |
1006 | 2025-02-23T12:47:47.040Z | Downloaded typify-impl v0.2.0 |
1007 | 2025-02-23T12:47:47.060Z | Downloaded object v0.36.5 |
1008 | 2025-02-23T12:47:47.068Z | Downloaded smoltcp v0.11.0 |
1009 | 2025-02-23T12:47:47.079Z | Downloaded dropshot v0.15.1 |
1010 | 2025-02-23T12:47:47.099Z | Downloaded smoltcp v0.9.1 |
1011 | 2025-02-23T12:47:47.109Z | Downloaded dropshot v0.12.0 |
1012 | 2025-02-23T12:47:47.128Z | Downloaded nix v0.28.0 |
1013 | 2025-02-23T12:47:47.139Z | Downloaded rustls v0.23.19 |
1014 | 2025-02-23T12:47:47.150Z | Downloaded bstr v1.10.0 |
1015 | 2025-02-23T12:47:47.160Z | Downloaded typify-impl v0.3.0 |
1016 | 2025-02-23T12:47:47.176Z | Downloaded sled v0.34.7 |
1017 | 2025-02-23T12:47:47.187Z | Downloaded nix v0.27.1 |
1018 | 2025-02-23T12:47:47.196Z | Downloaded openapiv3 v2.0.0 |
1019 | 2025-02-23T12:47:47.208Z | Downloaded chrono-tz v0.10.1 |
1020 | 2025-02-23T12:47:47.216Z | Downloaded ratatui v0.29.0 |
1021 | 2025-02-23T12:47:47.235Z | Downloaded regex-automata v0.4.8 |
1022 | 2025-02-23T12:47:47.251Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2025-02-23T12:47:47.263Z | Downloaded libz-sys v1.1.20 |
1024 | 2025-02-23T12:47:47.283Z | Downloaded zerocopy-derive v0.6.6 |
1025 | 2025-02-23T12:47:47.292Z | Downloaded sha3 v0.10.8 |
1026 | 2025-02-23T12:47:47.296Z | Downloaded lzma-sys v0.1.20 |
1027 | 2025-02-23T12:47:47.324Z | Downloaded unicode-width v0.2.0 |
1028 | 2025-02-23T12:47:47.330Z | Downloaded sqlparser v0.45.0 |
1029 | 2025-02-23T12:47:47.335Z | Downloaded hashbrown v0.13.2 |
1030 | 2025-02-23T12:47:47.339Z | Downloaded tower v0.5.2 |
1031 | 2025-02-23T12:47:47.347Z | Downloaded rustls-webpki v0.102.8 |
1032 | 2025-02-23T12:47:47.364Z | Downloaded p256 v0.13.2 |
1033 | 2025-02-23T12:47:47.367Z | Downloaded proptest v1.5.0 |
1034 | 2025-02-23T12:47:47.378Z | Downloaded tokio v1.43.0 |
1035 | 2025-02-23T12:47:47.412Z | Downloaded csv v1.3.1 |
1036 | 2025-02-23T12:47:47.432Z | Downloaded lalrpop v0.19.12 |
1037 | 2025-02-23T12:47:47.442Z | Downloaded petgraph v0.6.5 |
1038 | 2025-02-23T12:47:47.458Z | Downloaded tokio-postgres v0.7.12 |
1039 | 2025-02-23T12:47:47.463Z | Downloaded peg-macros v0.8.4 |
1040 | 2025-02-23T12:47:47.465Z | Downloaded nom v7.1.3 |
1041 | 2025-02-23T12:47:47.476Z | Downloaded rusqlite v0.32.1 |
1042 | 2025-02-23T12:47:47.479Z | Downloaded rustls-webpki v0.101.7 |
1043 | 2025-02-23T12:47:47.488Z | Downloaded fixedbitset v0.4.2 |
1044 | 2025-02-23T12:47:47.491Z | Downloaded signal-hook-tokio v0.3.1 |
1045 | 2025-02-23T12:47:47.491Z | Downloaded tokio-macros v2.5.0 |
1046 | 2025-02-23T12:47:47.493Z | Downloaded reqwest v0.12.12 |
1047 | 2025-02-23T12:47:47.499Z | Downloaded tough v0.19.0 |
1048 | 2025-02-23T12:47:47.507Z | Downloaded progenitor-client v0.8.0 |
1049 | 2025-02-23T12:47:47.510Z | Downloaded smallvec v1.14.0 |
1050 | 2025-02-23T12:47:47.514Z | Downloaded parking_lot v0.12.3 |
1051 | 2025-02-23T12:47:47.514Z | Downloaded half v2.4.1 |
1052 | 2025-02-23T12:47:47.518Z | Downloaded getrandom v0.2.15 |
1053 | 2025-02-23T12:47:47.518Z | Downloaded aws-lc-rs v1.10.0 |
1054 | 2025-02-23T12:47:47.525Z | Downloaded tokio-rustls v0.24.1 |
1055 | 2025-02-23T12:47:47.527Z | Downloaded blake3 v1.5.4 |
1056 | 2025-02-23T12:47:47.535Z | Downloaded num-bigint-dig v0.8.4 |
1057 | 2025-02-23T12:47:47.538Z | Downloaded nibble_vec v0.1.0 |
1058 | 2025-02-23T12:47:47.541Z | Downloaded newtype-uuid v1.2.1 |
1059 | 2025-02-23T12:47:47.541Z | Downloaded darling v0.20.10 |
1060 | 2025-02-23T12:47:47.546Z | Downloaded daft-derive v0.1.1 |
1061 | 2025-02-23T12:47:47.549Z | Downloaded hkdf v0.12.4 |
1062 | 2025-02-23T12:47:47.552Z | Downloaded fd-lock v4.0.2 |
1063 | 2025-02-23T12:47:47.555Z | Downloaded ref-cast-impl v1.0.23 |
1064 | 2025-02-23T12:47:47.555Z | Downloaded sct v0.7.1 |
1065 | 2025-02-23T12:47:47.558Z | Downloaded reedline v0.35.0 |
1066 | 2025-02-23T12:47:47.564Z | Downloaded group v0.13.0 |
1067 | 2025-02-23T12:47:47.567Z | Downloaded spin v0.9.8 |
1068 | 2025-02-23T12:47:47.567Z | Downloaded predicates v3.1.3 |
1069 | 2025-02-23T12:47:47.570Z | Downloaded parking_lot_core v0.8.6 |
1070 | 2025-02-23T12:47:47.572Z | Downloaded hashlink v0.9.1 |
1071 | 2025-02-23T12:47:47.572Z | Downloaded ring v0.17.11 |
1072 | 2025-02-23T12:47:47.613Z | Downloaded futures v0.3.31 |
1073 | 2025-02-23T12:47:47.618Z | Downloaded hyper v1.5.2 |
1074 | 2025-02-23T12:47:47.624Z | Downloaded enum-as-inner v0.6.1 |
1075 | 2025-02-23T12:47:47.626Z | Downloaded encoding_rs v0.8.34 |
1076 | 2025-02-23T12:47:47.646Z | Downloaded percent-encoding v2.3.1 |
1077 | 2025-02-23T12:47:47.649Z | Downloaded serde_plain v1.0.2 |
1078 | 2025-02-23T12:47:47.649Z | Downloaded itertools v0.13.0 |
1079 | 2025-02-23T12:47:47.655Z | Downloaded dunce v1.0.5 |
1080 | 2025-02-23T12:47:47.658Z | Downloaded poly1305 v0.8.0 |
1081 | 2025-02-23T12:47:47.661Z | Downloaded expectorate v1.1.0 |
1082 | 2025-02-23T12:47:47.661Z | Downloaded crossterm v0.28.1 |
1083 | 2025-02-23T12:47:47.666Z | Downloaded rustversion v1.0.17 |
1084 | 2025-02-23T12:47:47.668Z | Downloaded r2d2 v0.8.10 |
1085 | 2025-02-23T12:47:47.671Z | Downloaded rsa v0.9.6 |
1086 | 2025-02-23T12:47:47.673Z | Downloaded time-macros v0.2.18 |
1087 | 2025-02-23T12:47:47.679Z | Downloaded pin-project-internal v1.1.6 |
1088 | 2025-02-23T12:47:47.686Z | Downloaded dropshot_endpoint v0.12.0 |
1089 | 2025-02-23T12:47:47.686Z | Downloaded tar v0.4.42 |
1090 | 2025-02-23T12:47:47.689Z | Downloaded libm v0.2.8 |
1091 | 2025-02-23T12:47:47.691Z | Downloaded itertools v0.10.5 |
1092 | 2025-02-23T12:47:47.695Z | Downloaded powerfmt v0.2.0 |
1093 | 2025-02-23T12:47:47.698Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2025-02-23T12:47:47.752Z | Downloaded postgres-protocol v0.6.7 |
1095 | 2025-02-23T12:47:47.754Z | Downloaded nu-ansi-term v0.50.1 |
1096 | 2025-02-23T12:47:47.758Z | Downloaded structmeta v0.3.0 |
1097 | 2025-02-23T12:47:47.758Z | Downloaded wyz v0.5.1 |
1098 | 2025-02-23T12:47:47.758Z | Downloaded futures-channel v0.3.31 |
1099 | 2025-02-23T12:47:47.761Z | Downloaded ecdsa v0.16.9 |
1100 | 2025-02-23T12:47:47.765Z | Downloaded yoke v0.7.4 |
1101 | 2025-02-23T12:47:47.765Z | Downloaded ron v0.7.1 |
1102 | 2025-02-23T12:47:47.770Z | Downloaded bindgen v0.69.5 |
1103 | 2025-02-23T12:47:47.774Z | Downloaded fatfs v0.3.6 |
1104 | 2025-02-23T12:47:47.776Z | Downloaded tokio-rustls v0.26.0 |
1105 | 2025-02-23T12:47:47.779Z | Downloaded foreign-types-shared v0.3.1 |
1106 | 2025-02-23T12:47:47.779Z | Downloaded toml v0.7.8 |
1107 | 2025-02-23T12:47:47.782Z | Downloaded num-traits v0.2.19 |
1108 | 2025-02-23T12:47:47.785Z | Downloaded thiserror v2.0.11 |
1109 | 2025-02-23T12:47:47.789Z | Downloaded defmt v0.3.8 |
1110 | 2025-02-23T12:47:47.792Z | Downloaded writeable v0.5.5 |
1111 | 2025-02-23T12:47:47.796Z | Downloaded typify-macro v0.2.0 |
1112 | 2025-02-23T12:47:47.796Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-02-23T12:47:47.799Z | Downloaded siphasher v0.3.11 |
1114 | 2025-02-23T12:47:47.799Z | Downloaded russh-keys v0.45.0 |
1115 | 2025-02-23T12:47:47.799Z | Downloaded uzers v0.12.1 |
1116 | 2025-02-23T12:47:47.802Z | Downloaded uuid v1.12.0 |
1117 | 2025-02-23T12:47:47.805Z | Downloaded term v0.7.0 |
1118 | 2025-02-23T12:47:47.808Z | Downloaded slog v2.7.0 |
1119 | 2025-02-23T12:47:47.808Z | Downloaded crypto-bigint v0.5.5 |
1120 | 2025-02-23T12:47:47.816Z | Downloaded signature v2.2.0 |
1121 | 2025-02-23T12:47:47.819Z | Downloaded icu_properties v1.5.1 |
1122 | 2025-02-23T12:47:47.819Z | Downloaded icu_collections v1.5.0 |
1123 | 2025-02-23T12:47:47.825Z | Downloaded num_enum_derive v0.5.11 |
1124 | 2025-02-23T12:47:47.829Z | Downloaded funty v2.0.0 |
1125 | 2025-02-23T12:47:47.829Z | Downloaded crossbeam-channel v0.5.13 |
1126 | 2025-02-23T12:47:47.832Z | Downloaded pkcs5 v0.7.1 |
1127 | 2025-02-23T12:47:47.835Z | Downloaded ron v0.8.1 |
1128 | 2025-02-23T12:47:47.837Z | Downloaded tinyvec v1.8.0 |
1129 | 2025-02-23T12:47:47.840Z | Downloaded fragile v2.0.0 |
1130 | 2025-02-23T12:47:47.845Z | Downloaded ssh-encoding v0.2.0 |
1131 | 2025-02-23T12:47:47.845Z | Downloaded rand_core v0.6.4 |
1132 | 2025-02-23T12:47:47.848Z | Downloaded pkcs8 v0.10.2 |
1133 | 2025-02-23T12:47:47.848Z | Downloaded derive-where v1.2.7 |
1134 | 2025-02-23T12:47:47.850Z | Downloaded compact_str v0.8.0 |
1135 | 2025-02-23T12:47:47.853Z | Downloaded heapless v0.7.17 |
1136 | 2025-02-23T12:47:47.856Z | Downloaded rtoolbox v0.0.2 |
1137 | 2025-02-23T12:47:47.859Z | Downloaded env_logger v0.11.5 |
1138 | 2025-02-23T12:47:47.861Z | Downloaded subprocess v0.2.9 |
1139 | 2025-02-23T12:47:47.861Z | Downloaded const_format v0.2.34 |
1140 | 2025-02-23T12:47:47.865Z | Downloaded env_logger v0.10.2 |
1141 | 2025-02-23T12:47:47.869Z | Downloaded packed_struct_codegen v0.10.1 |
1142 | 2025-02-23T12:47:47.874Z | Downloaded packed_struct v0.10.1 |
1143 | 2025-02-23T12:47:47.875Z | Downloaded blake2 v0.10.6 |
1144 | 2025-02-23T12:47:47.880Z | Downloaded hash32 v0.3.1 |
1145 | 2025-02-23T12:47:47.880Z | Downloaded hash32 v0.2.1 |
1146 | 2025-02-23T12:47:47.880Z | Downloaded const-oid v0.9.6 |
1147 | 2025-02-23T12:47:47.880Z | Downloaded clang-sys v1.8.1 |
1148 | 2025-02-23T12:47:47.883Z | Downloaded indexmap v1.9.3 |
1149 | 2025-02-23T12:47:47.883Z | Downloaded icu_normalizer v1.5.0 |
1150 | 2025-02-23T12:47:47.885Z | Downloaded hickory-client v0.24.3 |
1151 | 2025-02-23T12:47:47.888Z | Downloaded termtree v0.5.1 |
1152 | 2025-02-23T12:47:47.892Z | Downloaded proc-macro-error2 v2.0.1 |
1153 | 2025-02-23T12:47:47.895Z | Downloaded memmap2 v0.9.5 |
1154 | 2025-02-23T12:47:47.895Z | Downloaded strum_macros v0.24.3 |
1155 | 2025-02-23T12:47:47.895Z | Downloaded spki v0.7.3 |
1156 | 2025-02-23T12:47:47.898Z | Downloaded semver v0.1.20 |
1157 | 2025-02-23T12:47:47.898Z | Downloaded secrecy v0.8.0 |
1158 | 2025-02-23T12:47:47.901Z | Downloaded sec1 v0.7.3 |
1159 | 2025-02-23T12:47:47.901Z | Downloaded rustc_version v0.4.1 |
1160 | 2025-02-23T12:47:47.901Z | Downloaded rustc_version v0.1.7 |
1161 | 2025-02-23T12:47:47.904Z | Downloaded slog-json v2.6.1 |
1162 | 2025-02-23T12:47:47.904Z | Downloaded slog-envlogger v2.2.0 |
1163 | 2025-02-23T12:47:47.904Z | Downloaded hmac v0.12.1 |
1164 | 2025-02-23T12:47:47.910Z | Downloaded sha1 v0.10.6 |
1165 | 2025-02-23T12:47:47.910Z | Downloaded cookie_store v0.21.1 |
1166 | 2025-02-23T12:47:47.912Z | Downloaded cbc v0.1.2 |
1167 | 2025-02-23T12:47:47.912Z | Downloaded block-padding v0.3.3 |
1168 | 2025-02-23T12:47:47.912Z | Downloaded ipnetwork v0.21.1 |
1169 | 2025-02-23T12:47:47.912Z | Downloaded ipnet v2.10.1 |
1170 | 2025-02-23T12:47:47.916Z | Downloaded internet-checksum v0.2.1 |
1171 | 2025-02-23T12:47:47.916Z | Downloaded hyper-staticfile v0.10.1 |
1172 | 2025-02-23T12:47:47.919Z | Downloaded hyper-rustls v0.27.3 |
1173 | 2025-02-23T12:47:47.923Z | Downloaded castaway v0.2.3 |
1174 | 2025-02-23T12:47:47.925Z | Downloaded bitfield-struct v0.6.2 |
1175 | 2025-02-23T12:47:47.925Z | Downloaded async-stream v0.3.6 |
1176 | 2025-02-23T12:47:47.925Z | Downloaded crc-catalog v2.4.0 |
1177 | 2025-02-23T12:47:47.928Z | Downloaded crc v3.2.1 |
1178 | 2025-02-23T12:47:47.928Z | Downloaded hyper-tls v0.6.0 |
1179 | 2025-02-23T12:47:47.931Z | Downloaded cmake v0.1.51 |
1180 | 2025-02-23T12:47:47.931Z | Downloaded buf-list v1.0.3 |
1181 | 2025-02-23T12:47:47.934Z | Downloaded ascii-canvas v3.0.0 |
1182 | 2025-02-23T12:47:47.934Z | Downloaded keccak v0.1.5 |
1183 | 2025-02-23T12:47:47.936Z | Downloaded bit-set v0.5.3 |
1184 | 2025-02-23T12:47:47.937Z | Downloaded lalrpop-util v0.19.12 |
1185 | 2025-02-23T12:47:47.937Z | Downloaded cfg_aliases v0.1.1 |
1186 | 2025-02-23T12:47:47.937Z | Downloaded addr2line v0.24.2 |
1187 | 2025-02-23T12:47:47.940Z | Downloaded async-bb8-diesel v0.2.1 |
1188 | 2025-02-23T12:47:47.943Z | Downloaded lazy_static v1.5.0 |
1189 | 2025-02-23T12:47:47.943Z | Downloaded humantime v2.1.0 |
1190 | 2025-02-23T12:47:47.946Z | Downloaded base64ct v1.6.0 |
1191 | 2025-02-23T12:47:47.946Z | Downloaded adler2 v2.0.0 |
1192 | 2025-02-23T12:47:47.949Z | Downloaded http-body-util v0.1.2 |
1193 | 2025-02-23T12:47:47.949Z | Downloaded hostname v0.4.0 |
1194 | 2025-02-23T12:47:47.952Z | Downloaded hostname v0.3.1 |
1195 | 2025-02-23T12:47:47.952Z | Downloaded match_cfg v0.1.0 |
1196 | 2025-02-23T12:47:47.952Z | Downloaded backoff v0.4.0 |
1197 | 2025-02-23T12:47:47.955Z | Downloaded argon2 v0.5.3 |
1198 | 2025-02-23T12:47:48.066Z | Downloaded libsqlite3-sys v0.30.1 |
1199 | 2025-02-23T12:47:48.275Z | Downloaded aws-lc-sys v0.22.0 |
1200 | 2025-02-23T12:47:48.584Z | Compiling serde v1.0.218 |
1201 | 2025-02-23T12:47:48.588Z | Compiling value-bag v1.9.0 |
1202 | 2025-02-23T12:47:48.588Z | Compiling lock_api v0.4.12 |
1203 | 2025-02-23T12:47:48.588Z | Compiling scopeguard v1.2.0 |
1204 | 2025-02-23T12:47:48.588Z | Compiling typenum v1.17.0 |
1205 | 2025-02-23T12:47:48.588Z | Compiling generic-array v0.14.7 |
1206 | 2025-02-23T12:47:48.764Z | Compiling syn v2.0.96 |
1207 | 2025-02-23T12:47:48.777Z | Compiling getrandom v0.2.15 |
1208 | 2025-02-23T12:47:49.091Z | Compiling subtle v2.6.1 |
1209 | 2025-02-23T12:47:49.180Z | Compiling rand_core v0.6.4 |
1210 | 2025-02-23T12:47:49.286Z | Compiling log v0.4.22 |
1211 | 2025-02-23T12:47:49.406Z | Compiling shlex v1.3.0 |
1212 | 2025-02-23T12:47:49.424Z | Compiling jobserver v0.1.32 |
1213 | 2025-02-23T12:47:49.470Z | Compiling smallvec v1.14.0 |
1214 | 2025-02-23T12:47:49.719Z | Compiling const-oid v0.9.6 |
1215 | 2025-02-23T12:47:49.799Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-02-23T12:47:49.835Z | Compiling cc v1.2.15 |
1217 | 2025-02-23T12:47:49.890Z | Compiling parking_lot_core v0.9.10 |
1218 | 2025-02-23T12:47:49.937Z | Compiling rustix v0.38.37 |
1219 | 2025-02-23T12:47:50.055Z | Compiling futures-core v0.3.31 |
1220 | 2025-02-23T12:47:50.265Z | Compiling spin v0.9.8 |
1221 | 2025-02-23T12:47:50.305Z | Compiling signal-hook-registry v1.4.2 |
1222 | 2025-02-23T12:47:50.673Z | Compiling mio v1.0.2 |
1223 | 2025-02-23T12:47:50.799Z | Compiling parking_lot v0.12.3 |
1224 | 2025-02-23T12:47:50.956Z | Compiling either v1.13.0 |
1225 | 2025-02-23T12:47:51.033Z | Compiling aho-corasick v1.1.3 |
1226 | 2025-02-23T12:47:51.378Z | Compiling stable_deref_trait v1.2.0 |
1227 | 2025-02-23T12:47:51.406Z | Compiling futures-sink v0.3.31 |
1228 | 2025-02-23T12:47:51.498Z | Compiling cpufeatures v0.2.14 |
1229 | 2025-02-23T12:47:51.588Z | Compiling regex-syntax v0.8.5 |
1230 | 2025-02-23T12:47:51.615Z | Compiling socket2 v0.5.7 |
1231 | 2025-02-23T12:47:51.634Z | Compiling slab v0.4.9 |
1232 | 2025-02-23T12:47:51.743Z | Compiling glob v0.3.2 |
1233 | 2025-02-23T12:47:51.799Z | Compiling prettyplease v0.2.29 |
1234 | 2025-02-23T12:47:52.185Z | Compiling lazy_static v1.5.0 |
1235 | 2025-02-23T12:47:52.333Z | Compiling minimal-lexical v0.2.1 |
1236 | 2025-02-23T12:47:52.405Z | Compiling serde_json v1.0.139 |
1237 | 2025-02-23T12:47:52.516Z | Compiling futures-channel v0.3.31 |
1238 | 2025-02-23T12:47:52.594Z | Compiling clang-sys v1.8.1 |
1239 | 2025-02-23T12:47:52.792Z | Compiling nom v7.1.3 |
1240 | 2025-02-23T12:47:52.860Z | Compiling libloading v0.8.5 |
1241 | 2025-02-23T12:47:52.946Z | Compiling futures-io v0.3.31 |
1242 | 2025-02-23T12:47:53.222Z | Compiling home v0.5.9 |
1243 | 2025-02-23T12:47:53.225Z | Compiling futures-task v0.3.31 |
1244 | 2025-02-23T12:47:53.338Z | Compiling pin-utils v0.1.0 |
1245 | 2025-02-23T12:47:53.442Z | Compiling bindgen v0.69.5 |
1246 | 2025-02-23T12:47:53.530Z | Compiling itertools v0.12.1 |
1247 | 2025-02-23T12:47:53.762Z | Compiling rustc-hash v1.1.0 |
1248 | 2025-02-23T12:47:53.946Z | Compiling lazycell v1.3.0 |
1249 | 2025-02-23T12:47:54.132Z | Compiling libm v0.2.8 |
1250 | 2025-02-23T12:47:54.351Z | Compiling foldhash v0.1.3 |
1251 | 2025-02-23T12:47:54.514Z | Compiling allocator-api2 v0.2.18 |
1252 | 2025-02-23T12:47:54.692Z | Compiling cmake v0.1.51 |
1253 | 2025-02-23T12:47:55.244Z | Compiling regex-automata v0.4.8 |
1254 | 2025-02-23T12:47:55.506Z | Compiling hashbrown v0.15.1 |
1255 | 2025-02-23T12:47:55.525Z | Compiling num-traits v0.2.19 |
1256 | 2025-02-23T12:47:55.834Z | Compiling cexpr v0.6.0 |
1257 | 2025-02-23T12:47:56.108Z | Compiling synstructure v0.13.1 |
1258 | 2025-02-23T12:47:56.645Z | Compiling dunce v1.0.5 |
1259 | 2025-02-23T12:47:56.782Z | Compiling pkg-config v0.3.31 |
1260 | 2025-02-23T12:47:57.377Z | Compiling fs_extra v1.3.0 |
1261 | 2025-02-23T12:47:57.716Z | Compiling litemap v0.7.3 |
1262 | 2025-02-23T12:47:57.872Z | Compiling writeable v0.5.5 |
1263 | 2025-02-23T12:47:58.026Z | Compiling ring v0.17.11 |
1264 | 2025-02-23T12:47:58.102Z | Compiling paste v1.0.15 |
1265 | 2025-02-23T12:47:58.384Z | Compiling base64ct v1.6.0 |
1266 | 2025-02-23T12:47:58.868Z | Compiling pem-rfc7468 v0.7.0 |
1267 | 2025-02-23T12:47:59.025Z | Compiling httparse v1.9.5 |
1268 | 2025-02-23T12:47:59.283Z | Compiling flagset v0.4.6 |
1269 | 2025-02-23T12:47:59.508Z | Compiling icu_locid_transform_data v1.5.0 |
1270 | 2025-02-23T12:47:59.545Z | Compiling aws-lc-rs v1.10.0 |
1271 | 2025-02-23T12:47:59.790Z | Compiling tracing-core v0.1.32 |
1272 | 2025-02-23T12:47:59.926Z | Compiling percent-encoding v2.3.1 |
1273 | 2025-02-23T12:48:00.216Z | Compiling icu_properties_data v1.5.0 |
1274 | 2025-02-23T12:48:00.266Z | Compiling rustls-pki-types v1.10.0 |
1275 | 2025-02-23T12:48:00.471Z | Compiling crossbeam-utils v0.8.20 |
1276 | 2025-02-23T12:48:00.676Z | Compiling regex v1.11.1 |
1277 | 2025-02-23T12:48:01.049Z | Compiling icu_normalizer_data v1.5.0 |
1278 | 2025-02-23T12:48:01.118Z | Compiling vcpkg v0.2.15 |
1279 | 2025-02-23T12:48:01.165Z | Compiling utf16_iter v1.0.5 |
1280 | 2025-02-23T12:48:01.263Z | Compiling serde_derive v1.0.218 |
1281 | 2025-02-23T12:48:01.380Z | Compiling zeroize_derive v1.4.2 |
1282 | 2025-02-23T12:48:01.573Z | Compiling zerocopy-derive v0.7.35 |
1283 | 2025-02-23T12:48:01.576Z | Compiling tokio-macros v2.5.0 |
1284 | 2025-02-23T12:48:02.755Z | Compiling zeroize v1.8.1 |
1285 | 2025-02-23T12:48:02.763Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2025-02-23T12:48:02.957Z | Compiling yoke-derive v0.7.4 |
1287 | 2025-02-23T12:48:03.532Z | Compiling zerocopy v0.7.35 |
1288 | 2025-02-23T12:48:03.651Z | Compiling thiserror-impl v1.0.69 |
1289 | 2025-02-23T12:48:04.432Z | Compiling crypto-common v0.1.6 |
1290 | 2025-02-23T12:48:04.459Z | Compiling block-buffer v0.10.4 |
1291 | 2025-02-23T12:48:04.690Z | Compiling futures-macro v0.3.31 |
1292 | 2025-02-23T12:48:04.752Z | Compiling digest v0.10.7 |
1293 | 2025-02-23T12:48:04.921Z | Compiling zerovec-derive v0.10.3 |
1294 | 2025-02-23T12:48:05.228Z | Compiling hmac v0.12.1 |
1295 | 2025-02-23T12:48:05.480Z | Compiling displaydoc v0.2.5 |
1296 | 2025-02-23T12:48:05.572Z | Compiling block-padding v0.3.3 |
1297 | 2025-02-23T12:48:05.594Z | Compiling sha2 v0.10.8 |
1298 | 2025-02-23T12:48:05.834Z | Compiling inout v0.1.3 |
1299 | 2025-02-23T12:48:06.128Z | Compiling cipher v0.4.4 |
1300 | 2025-02-23T12:48:06.198Z | Compiling zerofrom v0.1.4 |
1301 | 2025-02-23T12:48:06.437Z | Compiling yoke v0.7.4 |
1302 | 2025-02-23T12:48:06.500Z | Compiling futures-util v0.3.31 |
1303 | 2025-02-23T12:48:06.525Z | Compiling thiserror v1.0.69 |
1304 | 2025-02-23T12:48:06.609Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2025-02-23T12:48:06.673Z | Compiling ppv-lite86 v0.2.20 |
1306 | 2025-02-23T12:48:06.796Z | Compiling der_derive v0.7.3 |
1307 | 2025-02-23T12:48:06.947Z | Compiling tracing-attributes v0.1.27 |
1308 | 2025-02-23T12:48:07.370Z | Compiling zerovec v0.10.4 |
1309 | 2025-02-23T12:48:07.459Z | Compiling rand_chacha v0.3.1 |
1310 | 2025-02-23T12:48:07.666Z | Compiling pest v2.7.14 |
1311 | 2025-02-23T12:48:09.116Z | Compiling tinystr v0.7.6 |
1312 | 2025-02-23T12:48:09.185Z | Compiling der v0.7.9 |
1313 | 2025-02-23T12:48:09.423Z | Compiling icu_collections v1.5.0 |
1314 | 2025-02-23T12:48:09.509Z | Compiling icu_locid v1.5.0 |
1315 | 2025-02-23T12:48:09.674Z | Compiling rand v0.8.5 |
1316 | 2025-02-23T12:48:10.079Z | Compiling tracing v0.1.40 |
1317 | 2025-02-23T12:48:10.575Z | Compiling salsa20 v0.10.2 |
1318 | 2025-02-23T12:48:10.671Z | Compiling icu_provider v1.5.0 |
1319 | 2025-02-23T12:48:10.696Z | Compiling pbkdf2 v0.12.2 |
1320 | 2025-02-23T12:48:10.800Z | Compiling num-conv v0.1.0 |
1321 | 2025-02-23T12:48:10.877Z | Compiling powerfmt v0.2.0 |
1322 | 2025-02-23T12:48:11.091Z | Compiling untrusted v0.7.1 |
1323 | 2025-02-23T12:48:11.265Z | Compiling spki v0.7.3 |
1324 | 2025-02-23T12:48:11.290Z | Compiling write16 v1.0.0 |
1325 | 2025-02-23T12:48:11.437Z | Compiling icu_locid_transform v1.5.0 |
1326 | 2025-02-23T12:48:11.493Z | Compiling untrusted v0.9.0 |
1327 | 2025-02-23T12:48:11.589Z | Compiling time-core v0.1.2 |
1328 | 2025-02-23T12:48:11.631Z | Compiling utf8_iter v1.0.4 |
1329 | 2025-02-23T12:48:11.678Z | Compiling mirai-annotations v1.12.0 |
1330 | 2025-02-23T12:48:11.757Z | Compiling time-macros v0.2.18 |
1331 | 2025-02-23T12:48:11.830Z | Compiling deranged v0.3.11 |
1332 | 2025-02-23T12:48:11.857Z | Compiling scrypt v0.11.0 |
1333 | 2025-02-23T12:48:11.877Z | Compiling pest_meta v2.7.14 |
1334 | 2025-02-23T12:48:12.135Z | Compiling cbc v0.1.2 |
1335 | 2025-02-23T12:48:12.395Z | Compiling aes v0.8.4 |
1336 | 2025-02-23T12:48:12.433Z | Compiling openssl-sys v0.9.106 |
1337 | 2025-02-23T12:48:13.259Z | Compiling icu_properties v1.5.1 |
1338 | 2025-02-23T12:48:13.434Z | Compiling scroll_derive v0.12.0 |
1339 | 2025-02-23T12:48:13.739Z | Compiling bitflags v2.6.0 |
1340 | 2025-02-23T12:48:13.917Z | Compiling bytes v1.9.0 |
1341 | 2025-02-23T12:48:14.894Z | Compiling tokio v1.43.0 |
1342 | 2025-02-23T12:48:15.084Z | Compiling semver v1.0.25 |
1343 | 2025-02-23T12:48:15.118Z | Compiling indexmap v2.7.1 |
1344 | 2025-02-23T12:48:15.779Z | Compiling http v1.2.0 |
1345 | 2025-02-23T12:48:15.948Z | Compiling rustc_version v0.4.1 |
1346 | 2025-02-23T12:48:16.456Z | Compiling atomic-waker v1.1.2 |
1347 | 2025-02-23T12:48:16.633Z | Compiling num_threads v0.1.7 |
1348 | 2025-02-23T12:48:16.655Z | Compiling tinyvec_macros v0.1.1 |
1349 | 2025-02-23T12:48:16.758Z | Compiling tinyvec v1.8.0 |
1350 | 2025-02-23T12:48:16.779Z | Compiling time v0.3.36 |
1351 | 2025-02-23T12:48:17.114Z | Compiling icu_normalizer v1.5.0 |
1352 | 2025-02-23T12:48:17.476Z | Compiling http-body v1.0.1 |
1353 | 2025-02-23T12:48:17.741Z | Compiling which v4.4.2 |
1354 | 2025-02-23T12:48:17.756Z | Compiling scroll v0.12.0 |
1355 | 2025-02-23T12:48:18.014Z | Compiling idna_adapter v1.2.0 |
1356 | 2025-02-23T12:48:18.261Z | Compiling pkcs5 v0.7.1 |
1357 | 2025-02-23T12:48:18.283Z | Compiling pest_generator v2.7.14 |
1358 | 2025-02-23T12:48:18.286Z | Compiling form_urlencoded v1.2.1 |
1359 | 2025-02-23T12:48:18.609Z | Compiling slog v2.7.0 |
1360 | 2025-02-23T12:48:18.762Z | Compiling try-lock v0.2.5 |
1361 | 2025-02-23T12:48:18.846Z | Compiling goblin v0.8.2 |
1362 | 2025-02-23T12:48:18.926Z | Compiling want v0.3.1 |
1363 | 2025-02-23T12:48:19.214Z | Compiling pkcs8 v0.10.2 |
1364 | 2025-02-23T12:48:19.233Z | Compiling idna v1.0.3 |
1365 | 2025-02-23T12:48:19.353Z | Compiling uuid v1.12.0 |
1366 | 2025-02-23T12:48:19.883Z | Compiling httpdate v1.0.3 |
1367 | 2025-02-23T12:48:20.115Z | Compiling pest_derive v2.7.14 |
1368 | 2025-02-23T12:48:20.329Z | Compiling tower-service v0.3.3 |
1369 | 2025-02-23T12:48:20.468Z | Compiling iana-time-zone v0.1.61 |
1370 | 2025-02-23T12:48:20.740Z | Compiling chrono v0.4.39 |
1371 | 2025-02-23T12:48:20.865Z | Compiling toml_datetime v0.6.8 |
1372 | 2025-02-23T12:48:20.921Z | Compiling dtrace-parser v0.2.0 |
1373 | 2025-02-23T12:48:21.278Z | Compiling serde_spanned v0.6.8 |
1374 | 2025-02-23T12:48:21.307Z | Compiling serde_tokenstream v0.2.2 |
1375 | 2025-02-23T12:48:21.518Z | Compiling openssl v0.10.71 |
1376 | 2025-02-23T12:48:21.521Z | Compiling base64 v0.22.1 |
1377 | 2025-02-23T12:48:21.872Z | Compiling adler2 v2.0.0 |
1378 | 2025-02-23T12:48:21.959Z | Compiling match_cfg v0.1.0 |
1379 | 2025-02-23T12:48:22.063Z | Compiling rustversion v1.0.17 |
1380 | 2025-02-23T12:48:22.086Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2025-02-23T12:48:22.209Z | Compiling foreign-types v0.3.2 |
1382 | 2025-02-23T12:48:22.229Z | Compiling hostname v0.3.1 |
1383 | 2025-02-23T12:48:22.318Z | Compiling miniz_oxide v0.8.0 |
1384 | 2025-02-23T12:48:22.475Z | Compiling url v2.5.3 |
1385 | 2025-02-23T12:48:22.818Z | Compiling tokio-util v0.7.12 |
1386 | 2025-02-23T12:48:23.702Z | Compiling async-trait v0.1.86 |
1387 | 2025-02-23T12:48:23.912Z | Compiling h2 v0.4.6 |
1388 | 2025-02-23T12:48:23.934Z | Compiling openssl-macros v0.1.1 |
1389 | 2025-02-23T12:48:24.090Z | Compiling serde_derive_internals v0.29.1 |
1390 | 2025-02-23T12:48:24.177Z | Compiling dirs-sys-next v0.1.2 |
1391 | 2025-02-23T12:48:24.690Z | Compiling dof v0.3.0 |
1392 | 2025-02-23T12:48:24.718Z | Compiling siphasher v0.3.11 |
1393 | 2025-02-23T12:48:25.102Z | Compiling rustls v0.23.19 |
1394 | 2025-02-23T12:48:25.414Z | Compiling syn v1.0.109 |
1395 | 2025-02-23T12:48:25.995Z | Compiling usdt-impl v0.5.0 |
1396 | 2025-02-23T12:48:26.159Z | Compiling data-encoding v2.6.0 |
1397 | 2025-02-23T12:48:26.326Z | Compiling schemars v0.8.21 |
1398 | 2025-02-23T12:48:26.421Z | Compiling rustls v0.22.4 |
1399 | 2025-02-23T12:48:26.687Z | Compiling native-tls v0.2.12 |
1400 | 2025-02-23T12:48:26.782Z | Compiling schemars_derive v0.8.21 |
1401 | 2025-02-23T12:48:27.312Z | Compiling dirs-next v2.0.0 |
1402 | 2025-02-23T12:48:27.855Z | Compiling unicode-normalization v0.1.24 |
1403 | 2025-02-23T12:48:27.887Z | Compiling http-body-util v0.1.2 |
1404 | 2025-02-23T12:48:28.089Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2025-02-23T12:48:28.385Z | Compiling heapless v0.7.17 |
1406 | 2025-02-23T12:48:28.744Z | Compiling signature v2.2.0 |
1407 | 2025-02-23T12:48:28.762Z | Compiling sha1 v0.10.6 |
1408 | 2025-02-23T12:48:28.842Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2025-02-23T12:48:29.027Z | Compiling thread_local v1.1.8 |
1410 | 2025-02-23T12:48:29.062Z | Compiling cookie v0.18.1 |
1411 | 2025-02-23T12:48:29.216Z | Compiling multer v3.1.0 |
1412 | 2025-02-23T12:48:29.359Z | Compiling encoding_rs v0.8.34 |
1413 | 2025-02-23T12:48:29.406Z | Compiling unicode-properties v0.1.3 |
1414 | 2025-02-23T12:48:29.496Z | Compiling openssl-probe v0.1.5 |
1415 | 2025-02-23T12:48:29.539Z | Compiling signal-hook v0.3.17 |
1416 | 2025-02-23T12:48:29.692Z | Compiling rayon-core v1.12.1 |
1417 | 2025-02-23T12:48:29.799Z | Compiling gimli v0.31.1 |
1418 | 2025-02-23T12:48:29.819Z | Compiling dyn-clone v1.0.18 |
1419 | 2025-02-23T12:48:29.822Z | Compiling ipnet v2.10.1 |
1420 | 2025-02-23T12:48:29.988Z | Compiling slog-async v2.8.0 |
1421 | 2025-02-23T12:48:30.031Z | Compiling unicode-bidi v0.3.17 |
1422 | 2025-02-23T12:48:30.530Z | Compiling mime v0.3.17 |
1423 | 2025-02-23T12:48:30.950Z | Compiling hyper v1.5.2 |
1424 | 2025-02-23T12:48:31.064Z | Compiling stringprep v0.1.5 |
1425 | 2025-02-23T12:48:31.228Z | Compiling toml_edit v0.22.22 |
1426 | 2025-02-23T12:48:33.360Z | Compiling hyper-util v0.1.10 |
1427 | 2025-02-23T12:48:34.272Z | Compiling addr2line v0.24.2 |
1428 | 2025-02-23T12:48:34.759Z | Compiling crossbeam-deque v0.8.5 |
1429 | 2025-02-23T12:48:34.779Z | Compiling usdt-attr-macro v0.5.0 |
1430 | 2025-02-23T12:48:34.935Z | Compiling usdt-macro v0.5.0 |
1431 | 2025-02-23T12:48:35.088Z | Compiling term v0.7.0 |
1432 | 2025-02-23T12:48:36.105Z | Compiling slog-json v2.6.1 |
1433 | 2025-02-23T12:48:36.277Z | Compiling serde_urlencoded v0.7.1 |
1434 | 2025-02-23T12:48:36.297Z | Compiling crossbeam-channel v0.5.13 |
1435 | 2025-02-23T12:48:36.299Z | Compiling curve25519-dalek v4.1.3 |
1436 | 2025-02-23T12:48:36.359Z | Compiling futures-executor v0.3.31 |
1437 | 2025-02-23T12:48:36.428Z | Compiling md-5 v0.10.6 |
1438 | 2025-02-23T12:48:36.700Z | Compiling async-stream-impl v0.3.6 |
1439 | 2025-02-23T12:48:36.781Z | Compiling enum-as-inner v0.6.1 |
1440 | 2025-02-23T12:48:36.861Z | Compiling rustls-pemfile v2.2.0 |
1441 | 2025-02-23T12:48:37.026Z | Compiling num-integer v0.1.46 |
1442 | 2025-02-23T12:48:37.188Z | Compiling hash32 v0.2.1 |
1443 | 2025-02-23T12:48:37.235Z | Compiling ff v0.13.0 |
1444 | 2025-02-23T12:48:37.481Z | Compiling is-terminal v0.4.13 |
1445 | 2025-02-23T12:48:37.533Z | Compiling dropshot v0.12.0 |
1446 | 2025-02-23T12:48:37.620Z | Compiling memoffset v0.9.1 |
1447 | 2025-02-23T12:48:37.765Z | Compiling object v0.36.5 |
1448 | 2025-02-23T12:48:37.816Z | Compiling psl-types v2.0.11 |
1449 | 2025-02-23T12:48:37.851Z | Compiling utf-8 v0.7.6 |
1450 | 2025-02-23T12:48:37.938Z | Compiling litrs v0.4.1 |
1451 | 2025-02-23T12:48:37.968Z | Compiling fallible-iterator v0.2.0 |
1452 | 2025-02-23T12:48:38.023Z | Compiling quick-error v1.2.3 |
1453 | 2025-02-23T12:48:38.170Z | Compiling anyhow v1.0.96 |
1454 | 2025-02-23T12:48:38.188Z | Compiling smoltcp v0.9.1 |
1455 | 2025-02-23T12:48:38.238Z | Compiling take_mut v0.2.2 |
1456 | 2025-02-23T12:48:38.418Z | Compiling linked-hash-map v0.5.6 |
1457 | 2025-02-23T12:48:38.594Z | Compiling cfg_aliases v0.2.1 |
1458 | 2025-02-23T12:48:38.698Z | Compiling rustc-demangle v0.1.24 |
1459 | 2025-02-23T12:48:38.753Z | Compiling base16ct v0.2.0 |
1460 | 2025-02-23T12:48:38.755Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-02-23T12:48:38.802Z | Compiling portable-atomic v1.9.0 |
1462 | 2025-02-23T12:48:39.071Z | Compiling sec1 v0.7.3 |
1463 | 2025-02-23T12:48:39.105Z | Compiling document-features v0.2.10 |
1464 | 2025-02-23T12:48:39.603Z | Compiling lru-cache v0.1.2 |
1465 | 2025-02-23T12:48:39.623Z | Compiling nix v0.29.0 |
1466 | 2025-02-23T12:48:39.680Z | Compiling postgres-protocol v0.6.7 |
1467 | 2025-02-23T12:48:39.814Z | Compiling resolv-conf v0.7.0 |
1468 | 2025-02-23T12:48:40.253Z | Compiling tungstenite v0.24.0 |
1469 | 2025-02-23T12:48:40.471Z | Compiling publicsuffix v2.3.0 |
1470 | 2025-02-23T12:48:40.523Z | Compiling async-stream v0.3.6 |
1471 | 2025-02-23T12:48:40.831Z | Compiling hickory-proto v0.24.3 |
1472 | 2025-02-23T12:48:40.869Z | Compiling slog-term v2.9.1 |
1473 | 2025-02-23T12:48:40.890Z | Compiling num-iter v0.1.45 |
1474 | 2025-02-23T12:48:40.920Z | Compiling usdt v0.5.0 |
1475 | 2025-02-23T12:48:41.400Z | Compiling group v0.13.0 |
1476 | 2025-02-23T12:48:41.848Z | Compiling futures v0.3.31 |
1477 | 2025-02-23T12:48:41.967Z | Compiling slog-bunyan v2.5.0 |
1478 | 2025-02-23T12:48:42.221Z | Compiling toml v0.8.19 |
1479 | 2025-02-23T12:48:43.142Z | Compiling camino v1.1.9 |
1480 | 2025-02-23T12:48:43.555Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2025-02-23T12:48:43.696Z | Compiling phf_shared v0.11.2 |
1482 | 2025-02-23T12:48:43.847Z | Compiling dropshot_endpoint v0.12.0 |
1483 | 2025-02-23T12:48:44.009Z | Compiling terminal_size v0.4.0 |
1484 | 2025-02-23T12:48:44.044Z | Compiling waitgroup v0.1.2 |
1485 | 2025-02-23T12:48:44.067Z | Compiling openapiv3 v2.0.0 |
1486 | 2025-02-23T12:48:44.256Z | Compiling serde_path_to_error v0.1.16 |
1487 | 2025-02-23T12:48:44.291Z | Compiling hkdf v0.12.4 |
1488 | 2025-02-23T12:48:44.570Z | Compiling backtrace v0.3.74 |
1489 | 2025-02-23T12:48:44.913Z | Compiling crypto-bigint v0.5.5 |
1490 | 2025-02-23T12:48:45.035Z | Compiling curve25519-dalek-derive v0.1.1 |
1491 | 2025-02-23T12:48:46.463Z | Compiling zerocopy-derive v0.6.6 |
1492 | 2025-02-23T12:48:47.164Z | Compiling hubpack_derive v0.1.1 |
1493 | 2025-02-23T12:48:47.466Z | Compiling webpki-roots v0.26.6 |
1494 | 2025-02-23T12:48:47.688Z | Compiling sync_wrapper v1.0.1 |
1495 | 2025-02-23T12:48:47.851Z | Compiling hostname v0.4.0 |
1496 | 2025-02-23T12:48:47.909Z | Compiling crc32fast v1.4.2 |
1497 | 2025-02-23T12:48:47.966Z | Compiling ahash v0.8.11 |
1498 | 2025-02-23T12:48:48.007Z | Compiling fs-err v2.11.0 |
1499 | 2025-02-23T12:48:48.066Z | Compiling debug-ignore v1.0.5 |
1500 | 2025-02-23T12:48:48.224Z | Compiling tower-layer v0.3.3 |
1501 | 2025-02-23T12:48:48.243Z | Compiling winnow v0.5.40 |
1502 | 2025-02-23T12:48:48.313Z | Compiling managed v0.8.0 |
1503 | 2025-02-23T12:48:48.340Z | Compiling bitflags v1.3.2 |
1504 | 2025-02-23T12:48:48.372Z | Compiling unicode-width v0.2.0 |
1505 | 2025-02-23T12:48:48.456Z | Compiling newtype-uuid v1.2.1 |
1506 | 2025-02-23T12:48:48.516Z | Compiling tower v0.5.2 |
1507 | 2025-02-23T12:48:48.793Z | Compiling zerocopy v0.6.6 |
1508 | 2025-02-23T12:48:48.901Z | Compiling console v0.15.10 |
1509 | 2025-02-23T12:48:49.383Z | Compiling strum_macros v0.25.3 |
1510 | 2025-02-23T12:48:49.576Z | Compiling clap_builder v4.5.30 |
1511 | 2025-02-23T12:48:49.911Z | Compiling flate2 v1.0.35 |
1512 | 2025-02-23T12:48:50.312Z | Compiling hubpack v0.1.2 |
1513 | 2025-02-23T12:48:50.667Z | Compiling elliptic-curve v0.13.8 |
1514 | 2025-02-23T12:48:50.797Z | Compiling hickory-resolver v0.24.3 |
1515 | 2025-02-23T12:48:51.500Z | Compiling toml_edit v0.19.15 |
1516 | 2025-02-23T12:48:51.600Z | Compiling phf v0.11.2 |
1517 | 2025-02-23T12:48:51.619Z | Compiling hyper-tls v0.6.0 |
1518 | 2025-02-23T12:48:51.891Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2025-02-23T12:48:52.031Z | Compiling rayon v1.10.0 |
1520 | 2025-02-23T12:48:52.073Z | Compiling cookie_store v0.21.1 |
1521 | 2025-02-23T12:48:53.013Z | Compiling bzip2 v0.4.4 |
1522 | 2025-02-23T12:48:53.422Z | Compiling tokio-tungstenite v0.24.0 |
1523 | 2025-02-23T12:48:54.140Z | Compiling postgres-types v0.2.8 |
1524 | 2025-02-23T12:48:56.291Z | Compiling ed25519 v2.2.3 |
1525 | 2025-02-23T12:48:56.410Z | Compiling phf_shared v0.10.0 |
1526 | 2025-02-23T12:48:56.673Z | Compiling tokio-stream v0.1.16 |
1527 | 2025-02-23T12:48:56.789Z | Compiling pkcs1 v0.7.5 |
1528 | 2025-02-23T12:48:57.340Z | Compiling serde-big-array v0.5.1 |
1529 | 2025-02-23T12:48:57.599Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-02-23T12:48:57.650Z | Compiling derive-where v1.2.7 |
1531 | 2025-02-23T12:48:57.695Z | Compiling clap_derive v4.5.28 |
1532 | 2025-02-23T12:48:57.812Z | Compiling serde_repr v0.1.19 |
1533 | 2025-02-23T12:48:58.095Z | Compiling bstr v1.10.0 |
1534 | 2025-02-23T12:48:58.353Z | Compiling float-cmp v0.10.0 |
1535 | 2025-02-23T12:48:58.591Z | Compiling bit-vec v0.6.3 |
1536 | 2025-02-23T12:48:58.627Z | Compiling difflib v0.4.0 |
1537 | 2025-02-23T12:48:58.912Z | Compiling static_assertions v1.1.0 |
1538 | 2025-02-23T12:48:59.007Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-02-23T12:48:59.029Z | Compiling precomputed-hash v0.1.1 |
1540 | 2025-02-23T12:48:59.152Z | Compiling number_prefix v0.4.0 |
1541 | 2025-02-23T12:48:59.172Z | Compiling new_debug_unreachable v1.0.6 |
1542 | 2025-02-23T12:48:59.283Z | Compiling predicates-core v1.0.8 |
1543 | 2025-02-23T12:48:59.403Z | Compiling unicode-segmentation v1.12.0 |
1544 | 2025-02-23T12:48:59.649Z | Compiling whoami v1.5.2 |
1545 | 2025-02-23T12:48:59.658Z | Compiling fixedbitset v0.4.2 |
1546 | 2025-02-23T12:49:00.023Z | Compiling tokio-postgres v0.7.12 |
1547 | 2025-02-23T12:49:00.084Z | Compiling similar v2.6.0 |
1548 | 2025-02-23T12:49:00.179Z | Compiling petgraph v0.6.5 |
1549 | 2025-02-23T12:49:00.235Z | Compiling predicates v3.1.3 |
1550 | 2025-02-23T12:49:00.792Z | Compiling indicatif v0.17.11 |
1551 | 2025-02-23T12:49:01.705Z | Compiling string_cache v0.8.7 |
1552 | 2025-02-23T12:49:02.089Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1553 | 2025-02-23T12:49:02.162Z | Compiling bit-set v0.5.3 |
1554 | 2025-02-23T12:49:02.257Z | Compiling clap v4.5.30 |
1555 | 2025-02-23T12:49:02.387Z | Compiling ecdsa v0.16.9 |
1556 | 2025-02-23T12:49:02.444Z | Compiling rsa v0.9.6 |
1557 | 2025-02-23T12:49:02.774Z | Compiling ed25519-dalek v2.1.1 |
1558 | 2025-02-23T12:49:03.222Z | Compiling toml v0.7.8 |
1559 | 2025-02-23T12:49:04.034Z | Compiling zip v0.6.6 |
1560 | 2025-02-23T12:49:04.696Z | Compiling crossterm v0.28.1 |
1561 | 2025-02-23T12:49:05.848Z | Compiling hex v0.4.3 |
1562 | 2025-02-23T12:49:06.138Z | Compiling x509-cert v0.2.5 |
1563 | 2025-02-23T12:49:06.403Z | Compiling itertools v0.10.5 |
1564 | 2025-02-23T12:49:06.426Z | Compiling itertools v0.14.0 |
1565 | 2025-02-23T12:49:07.310Z | Compiling lalrpop-util v0.19.12 |
1566 | 2025-02-23T12:49:07.676Z | Compiling unicode-xid v0.2.6 |
1567 | 2025-02-23T12:49:07.877Z | Compiling peg-runtime v0.8.3 |
1568 | 2025-02-23T12:49:07.914Z | Compiling strum_macros v0.26.4 |
1569 | 2025-02-23T12:49:08.351Z | Compiling xattr v1.3.1 |
1570 | 2025-02-23T12:49:08.429Z | Compiling filetime v0.2.25 |
1571 | 2025-02-23T12:49:08.748Z | Compiling tar v0.4.42 |
1572 | 2025-02-23T12:49:12.470Z | Compiling strum v0.26.3 |
1573 | 2025-02-23T12:49:15.305Z | Compiling aws-lc-sys v0.22.0 |
1574 | 2025-02-23T12:49:42.781Z | Compiling rustls-webpki v0.102.8 |
1575 | 2025-02-23T12:49:46.004Z | Compiling tokio-rustls v0.25.0 |
1576 | 2025-02-23T12:49:47.686Z | Compiling tokio-rustls v0.26.0 |
1577 | 2025-02-23T12:49:48.041Z | Compiling hyper-rustls v0.27.3 |
1578 | 2025-02-23T12:49:48.396Z | Compiling reqwest v0.12.12 |
1579 | 2025-02-23T12:49:49.726Z | Compiling qorb v0.2.1 |
1580 | 2025-02-23T12:49:52.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2025-02-23T12:49:52.965Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1582 | 2025-02-23T12:49:57.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1583 | 2025-02-23T12:49:57.737Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1584 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.766 INFO Starting download, target: Console |
1585 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.767 INFO Starting download, target: Clickhouse |
1586 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.767 INFO Starting download, target: Cockroach |
1587 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.767 INFO Starting download, target: DendriteOpenapi |
1588 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.767 INFO Starting download, target: DendriteStub |
1589 | 2025-02-23T12:49:57.747Z | Feb 23 12:49:56.767 INFO Starting download, target: MaghemiteMgd |
1590 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.767 INFO Starting download, target: TransceiverControl |
1591 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.767 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1592 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.767 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1593 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.767 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1594 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.767 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1595 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1597 | 2025-02-23T12:49:57.748Z | Feb 23 12:49:56.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1598 | 2025-02-23T12:49:58.261Z | Feb 23 12:49:57.308 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1599 | 2025-02-23T12:49:58.572Z | Feb 23 12:49:57.552 INFO Download complete, target: DendriteOpenapi |
1600 | 2025-02-23T12:49:58.672Z | Feb 23 12:49:57.611 INFO Download complete, target: Console |
1601 | 2025-02-23T12:49:58.747Z | Feb 23 12:49:57.762 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2025-02-23T12:49:59.405Z | Feb 23 12:49:58.204 INFO Download complete, target: TransceiverControl |
1603 | 2025-02-23T12:49:59.782Z | Feb 23 12:49:58.648 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1604 | 2025-02-23T12:50:01.043Z | Feb 23 12:49:59.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2025-02-23T12:50:01.196Z | Feb 23 12:50:00.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1606 | 2025-02-23T12:50:02.492Z | Feb 23 12:50:01.537 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2025-02-23T12:50:02.492Z | Feb 23 12:50:01.537 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2025-02-23T12:50:03.607Z | Feb 23 12:50:02.657 INFO Download complete, target: DendriteStub |
1609 | 2025-02-23T12:50:04.021Z | Feb 23 12:50:03.072 INFO Download complete, target: MaghemiteMgd |
1610 | 2025-02-23T12:50:09.651Z | Feb 23 12:50:08.700 INFO Checking that binary works, target: Cockroach |
1611 | 2025-02-23T12:50:09.804Z | Feb 23 12:50:08.853 INFO Download complete, target: Cockroach |
1612 | 2025-02-23T12:50:12.117Z | Feb 23 12:50:11.166 INFO Checking that binary works, target: Clickhouse |
1613 | 2025-02-23T12:50:12.315Z | Feb 23 12:50:11.363 INFO Download complete, target: Clickhouse |
1614 | 2025-02-23T12:50:12.323Z | All prerequisites installed successfully |
1615 | 2025-02-23T12:50:12.327Z | |
1616 | 2025-02-23T12:50:12.327Z | real 6:47.205022021 |
1617 | 2025-02-23T12:50:12.327Z | user 15:25.014058493 |
1618 | 2025-02-23T12:50:12.327Z | sys 2:05.686888245 |
1619 | 2025-02-23T12:50:12.327Z | trap 0.546327906 |
1620 | 2025-02-23T12:50:12.327Z | tflt 0.902996060 |
1621 | 2025-02-23T12:50:12.327Z | dflt 1.215403918 |
1622 | 2025-02-23T12:50:12.327Z | kflt 0.027040674 |
1623 | 2025-02-23T12:50:12.327Z | lock 23:40.508365395 |
1624 | 2025-02-23T12:50:12.327Z | slp 58:21.109006477 |
1625 | 2025-02-23T12:50:12.327Z | lat 1:01.687515271 |
1626 | 2025-02-23T12:50:12.327Z | stop 2:21.487271632 |
1627 | 2025-02-23T12:50:12.327Z | + ptime -m cargo xtask download softnpu |
1628 | 2025-02-23T12:50:12.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1629 | 2025-02-23T12:50:12.889Z | Running `target/debug/xtask download softnpu` |
1630 | 2025-02-23T12:50:13.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1631 | 2025-02-23T12:50:13.790Z | Running `target/debug/xtask-downloader softnpu` |
1632 | 2025-02-23T12:50:13.827Z | Feb 23 12:50:12.875 INFO Starting download, target: Softnpu |
1633 | 2025-02-23T12:50:13.830Z | Feb 23 12:50:12.875 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1634 | 2025-02-23T12:50:14.193Z | Feb 23 12:50:13.237 INFO Download complete, target: Softnpu |
1635 | 2025-02-23T12:50:14.197Z | |
1636 | 2025-02-23T12:50:14.197Z | real 1.862071406 |
1637 | 2025-02-23T12:50:14.197Z | user 1.294589267 |
1638 | 2025-02-23T12:50:14.197Z | sys 0.540672218 |
1639 | 2025-02-23T12:50:14.197Z | trap 0.000948621 |
1640 | 2025-02-23T12:50:14.197Z | tflt 0.000047445 |
1641 | 2025-02-23T12:50:14.197Z | dflt 0.000114578 |
1642 | 2025-02-23T12:50:14.197Z | kflt 0.000000000 |
1643 | 2025-02-23T12:50:14.197Z | lock 3.652764016 |
1644 | 2025-02-23T12:50:14.197Z | slp 0.214327293 |
1645 | 2025-02-23T12:50:14.197Z | lat 0.072242219 |
1646 | 2025-02-23T12:50:14.197Z | stop 0.000178194 |
1647 | 2025-02-23T12:50:14.197Z | + export CARGO_INCREMENTAL=0 |
1648 | 2025-02-23T12:50:14.197Z | + CARGO_INCREMENTAL=0 |
1649 | 2025-02-23T12:50:14.197Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1650 | 2025-02-23T12:50:15.175Z | Compiling proc-macro2 v1.0.93 |
1651 | 2025-02-23T12:50:15.175Z | Compiling unicode-ident v1.0.14 |
1652 | 2025-02-23T12:50:15.175Z | Compiling libc v0.2.170 |
1653 | 2025-02-23T12:50:15.179Z | Compiling serde v1.0.218 |
1654 | 2025-02-23T12:50:15.179Z | Compiling autocfg v1.4.0 |
1655 | 2025-02-23T12:50:15.179Z | Compiling version_check v0.9.5 |
1656 | 2025-02-23T12:50:15.179Z | Compiling cfg-if v1.0.0 |
1657 | 2025-02-23T12:50:15.408Z | Compiling memchr v2.7.4 |
1658 | 2025-02-23T12:50:15.439Z | Compiling typenum v1.17.0 |
1659 | 2025-02-23T12:50:15.458Z | Compiling shlex v1.3.0 |
1660 | 2025-02-23T12:50:15.836Z | Compiling value-bag v1.9.0 |
1661 | 2025-02-23T12:50:15.855Z | Compiling scopeguard v1.2.0 |
1662 | 2025-02-23T12:50:15.872Z | Compiling generic-array v0.14.7 |
1663 | 2025-02-23T12:50:16.130Z | Compiling lock_api v0.4.12 |
1664 | 2025-02-23T12:50:16.273Z | Compiling log v0.4.22 |
1665 | 2025-02-23T12:50:16.327Z | Compiling parking_lot_core v0.9.10 |
1666 | 2025-02-23T12:50:16.707Z | Compiling serde_json v1.0.139 |
1667 | 2025-02-23T12:50:16.741Z | Compiling once_cell v1.20.3 |
1668 | 2025-02-23T12:50:16.987Z | Compiling rustix v0.38.37 |
1669 | 2025-02-23T12:50:17.035Z | Compiling quote v1.0.38 |
1670 | 2025-02-23T12:50:17.054Z | Compiling libm v0.2.8 |
1671 | 2025-02-23T12:50:17.098Z | Compiling aho-corasick v1.1.3 |
1672 | 2025-02-23T12:50:17.305Z | Compiling jobserver v0.1.32 |
1673 | 2025-02-23T12:50:17.415Z | Compiling syn v2.0.96 |
1674 | 2025-02-23T12:50:17.517Z | Compiling getrandom v0.2.15 |
1675 | 2025-02-23T12:50:17.631Z | Compiling num-traits v0.2.19 |
1676 | 2025-02-23T12:50:17.753Z | Compiling cc v1.2.15 |
1677 | 2025-02-23T12:50:17.892Z | Compiling thiserror v1.0.69 |
1678 | 2025-02-23T12:50:17.916Z | Compiling regex-syntax v0.8.5 |
1679 | 2025-02-23T12:50:17.962Z | Compiling semver v1.0.25 |
1680 | 2025-02-23T12:50:18.020Z | Compiling either v1.13.0 |
1681 | 2025-02-23T12:50:18.388Z | Compiling itoa v1.0.11 |
1682 | 2025-02-23T12:50:18.407Z | Compiling slab v0.4.9 |
1683 | 2025-02-23T12:50:18.613Z | Compiling spin v0.9.8 |
1684 | 2025-02-23T12:50:18.752Z | Compiling errno v0.3.9 |
1685 | 2025-02-23T12:50:18.846Z | Compiling byteorder v1.5.0 |
1686 | 2025-02-23T12:50:18.967Z | Compiling rand_core v0.6.4 |
1687 | 2025-02-23T12:50:19.333Z | Compiling glob v0.3.2 |
1688 | 2025-02-23T12:50:19.614Z | Compiling prettyplease v0.2.29 |
1689 | 2025-02-23T12:50:19.961Z | Compiling clang-sys v1.8.1 |
1690 | 2025-02-23T12:50:20.009Z | Compiling lazy_static v1.5.0 |
1691 | 2025-02-23T12:50:20.151Z | Compiling minimal-lexical v0.2.1 |
1692 | 2025-02-23T12:50:20.233Z | Compiling smallvec v1.14.0 |
1693 | 2025-02-23T12:50:20.599Z | Compiling nom v7.1.3 |
1694 | 2025-02-23T12:50:20.772Z | Compiling libloading v0.8.5 |
1695 | 2025-02-23T12:50:20.789Z | Compiling bindgen v0.69.5 |
1696 | 2025-02-23T12:50:20.807Z | Compiling home v0.5.9 |
1697 | 2025-02-23T12:50:20.965Z | Compiling subtle v2.6.1 |
1698 | 2025-02-23T12:50:21.098Z | Compiling itertools v0.12.1 |
1699 | 2025-02-23T12:50:21.250Z | Compiling lazycell v1.3.0 |
1700 | 2025-02-23T12:50:21.270Z | Compiling rustc-hash v1.1.0 |
1701 | 2025-02-23T12:50:21.427Z | Compiling allocator-api2 v0.2.18 |
1702 | 2025-02-23T12:50:21.446Z | Compiling regex-automata v0.4.8 |
1703 | 2025-02-23T12:50:22.120Z | Compiling cmake v0.1.51 |
1704 | 2025-02-23T12:50:22.782Z | Compiling fs_extra v1.3.0 |
1705 | 2025-02-23T12:50:22.867Z | Compiling dunce v1.0.5 |
1706 | 2025-02-23T12:50:23.298Z | Compiling pkg-config v0.3.31 |
1707 | 2025-02-23T12:50:23.352Z | Compiling pin-project-lite v0.2.14 |
1708 | 2025-02-23T12:50:23.501Z | Compiling ring v0.17.11 |
1709 | 2025-02-23T12:50:23.824Z | Compiling cexpr v0.6.0 |
1710 | 2025-02-23T12:50:24.161Z | Compiling ryu v1.0.18 |
1711 | 2025-02-23T12:50:24.269Z | Compiling paste v1.0.15 |
1712 | 2025-02-23T12:50:24.483Z | Compiling aws-lc-rs v1.10.0 |
1713 | 2025-02-23T12:50:24.498Z | Compiling fnv v1.0.7 |
1714 | 2025-02-23T12:50:24.652Z | Compiling synstructure v0.13.1 |
1715 | 2025-02-23T12:50:24.860Z | Compiling schemars v0.8.21 |
1716 | 2025-02-23T12:50:25.231Z | Compiling const-oid v0.9.6 |
1717 | 2025-02-23T12:50:25.779Z | Compiling httparse v1.9.5 |
1718 | 2025-02-23T12:50:25.820Z | Compiling serde_derive_internals v0.29.1 |
1719 | 2025-02-23T12:50:26.408Z | Compiling signal-hook-registry v1.4.2 |
1720 | 2025-02-23T12:50:26.680Z | Compiling equivalent v1.0.1 |
1721 | 2025-02-23T12:50:26.813Z | Compiling regex v1.11.1 |
1722 | 2025-02-23T12:50:27.164Z | Compiling foldhash v0.1.3 |
1723 | 2025-02-23T12:50:27.190Z | Compiling parking_lot v0.12.3 |
1724 | 2025-02-23T12:50:27.458Z | Compiling hashbrown v0.15.1 |
1725 | 2025-02-23T12:50:27.737Z | Compiling mio v1.0.2 |
1726 | 2025-02-23T12:50:27.782Z | Compiling heck v0.5.0 |
1727 | 2025-02-23T12:50:28.174Z | Compiling stable_deref_trait v1.2.0 |
1728 | 2025-02-23T12:50:28.522Z | Compiling serde_derive v1.0.218 |
1729 | 2025-02-23T12:50:28.651Z | Compiling zeroize_derive v1.4.2 |
1730 | 2025-02-23T12:50:29.219Z | Compiling zerocopy-derive v0.7.35 |
1731 | 2025-02-23T12:50:29.364Z | Compiling tokio-macros v2.5.0 |
1732 | 2025-02-23T12:50:29.968Z | Compiling thiserror-impl v1.0.69 |
1733 | 2025-02-23T12:50:29.991Z | Compiling zeroize v1.8.1 |
1734 | 2025-02-23T12:50:30.448Z | Compiling zerofrom-derive v0.1.4 |
1735 | 2025-02-23T12:50:30.625Z | Compiling yoke-derive v0.7.4 |
1736 | 2025-02-23T12:50:30.694Z | Compiling futures-macro v0.3.31 |
1737 | 2025-02-23T12:50:30.721Z | Compiling zerovec-derive v0.10.3 |
1738 | 2025-02-23T12:50:30.964Z | Compiling displaydoc v0.2.5 |
1739 | 2025-02-23T12:50:32.214Z | Compiling zerocopy v0.7.35 |
1740 | 2025-02-23T12:50:32.396Z | Compiling crypto-common v0.1.6 |
1741 | 2025-02-23T12:50:32.592Z | Compiling icu_provider_macros v1.5.0 |
1742 | 2025-02-23T12:50:32.725Z | Compiling tracing-attributes v0.1.27 |
1743 | 2025-02-23T12:50:32.917Z | Compiling schemars_derive v0.8.21 |
1744 | 2025-02-23T12:50:32.919Z | Compiling block-buffer v0.10.4 |
1745 | 2025-02-23T12:50:33.185Z | Compiling digest v0.10.7 |
1746 | 2025-02-23T12:50:33.506Z | Compiling socket2 v0.5.7 |
1747 | 2025-02-23T12:50:33.542Z | Compiling futures-core v0.3.31 |
1748 | 2025-02-23T12:50:33.791Z | Compiling time-core v0.1.2 |
1749 | 2025-02-23T12:50:34.048Z | Compiling crossbeam-utils v0.8.20 |
1750 | 2025-02-23T12:50:34.059Z | Compiling num-conv v0.1.0 |
1751 | 2025-02-23T12:50:34.265Z | Compiling time-macros v0.2.18 |
1752 | 2025-02-23T12:50:34.736Z | Compiling der_derive v0.7.3 |
1753 | 2025-02-23T12:50:35.119Z | Compiling vcpkg v0.2.15 |
1754 | 2025-02-23T12:50:36.383Z | Compiling openssl-sys v0.9.106 |
1755 | 2025-02-23T12:50:36.938Z | Compiling futures-sink v0.3.31 |
1756 | 2025-02-23T12:50:37.173Z | Compiling cpufeatures v0.2.14 |
1757 | 2025-02-23T12:50:37.399Z | Compiling slog v2.7.0 |
1758 | 2025-02-23T12:50:37.704Z | Compiling ahash v0.8.11 |
1759 | 2025-02-23T12:50:37.778Z | Compiling syn v1.0.109 |
1760 | 2025-02-23T12:50:37.888Z | Compiling futures-channel v0.3.31 |
1761 | 2025-02-23T12:50:38.072Z | Compiling zerofrom v0.1.4 |
1762 | 2025-02-23T12:50:38.152Z | Compiling pin-utils v0.1.0 |
1763 | 2025-02-23T12:50:38.261Z | Compiling futures-io v0.3.31 |
1764 | 2025-02-23T12:50:38.323Z | Compiling futures-task v0.3.31 |
1765 | 2025-02-23T12:50:38.354Z | Compiling iana-time-zone v0.1.61 |
1766 | 2025-02-23T12:50:38.554Z | Compiling yoke v0.7.4 |
1767 | 2025-02-23T12:50:38.589Z | Compiling futures-util v0.3.31 |
1768 | 2025-02-23T12:50:39.084Z | Compiling scroll_derive v0.12.0 |
1769 | 2025-02-23T12:50:39.330Z | Compiling openssl v0.10.71 |
1770 | 2025-02-23T12:50:39.743Z | Compiling ucd-trie v0.1.7 |
1771 | 2025-02-23T12:50:40.066Z | Compiling pest v2.7.14 |
1772 | 2025-02-23T12:50:40.203Z | Compiling bitflags v2.6.0 |
1773 | 2025-02-23T12:50:40.332Z | Compiling bytes v1.9.0 |
1774 | 2025-02-23T12:50:42.973Z | Compiling indexmap v2.7.1 |
1775 | 2025-02-23T12:50:43.054Z | Compiling tokio v1.43.0 |
1776 | 2025-02-23T12:50:44.257Z | Compiling which v4.4.2 |
1777 | 2025-02-23T12:50:44.528Z | Compiling serde_tokenstream v0.2.2 |
1778 | 2025-02-23T12:50:44.886Z | Compiling uuid v1.12.0 |
1779 | 2025-02-23T12:50:44.982Z | Compiling http v1.2.0 |
1780 | 2025-02-23T12:50:45.045Z | Compiling chrono v0.4.39 |
1781 | 2025-02-23T12:50:46.273Z | Compiling rustc_version v0.4.1 |
1782 | 2025-02-23T12:50:48.517Z | Compiling zerovec v0.10.4 |
1783 | 2025-02-23T12:50:48.869Z | Compiling hmac v0.12.1 |
1784 | 2025-02-23T12:50:50.442Z | Compiling pest_meta v2.7.14 |
1785 | 2025-02-23T12:50:51.630Z | Compiling block-padding v0.3.3 |
1786 | 2025-02-23T12:50:51.875Z | Compiling openssl-macros v0.1.1 |
1787 | 2025-02-23T12:50:52.425Z | Compiling native-tls v0.2.12 |
1788 | 2025-02-23T12:50:52.623Z | Compiling rustls v0.23.19 |
1789 | 2025-02-23T12:50:52.805Z | Compiling inout v0.1.3 |
1790 | 2025-02-23T12:50:52.949Z | Compiling pest_generator v2.7.14 |
1791 | 2025-02-23T12:50:53.076Z | Compiling tinystr v0.7.6 |
1792 | 2025-02-23T12:50:53.498Z | Compiling serde_spanned v0.6.8 |
1793 | 2025-02-23T12:50:53.611Z | Compiling toml_datetime v0.6.8 |
1794 | 2025-02-23T12:50:53.765Z | Compiling tracing-core v0.1.32 |
1795 | 2025-02-23T12:50:53.797Z | Compiling litemap v0.7.3 |
1796 | 2025-02-23T12:50:53.894Z | Compiling writeable v0.5.5 |
1797 | 2025-02-23T12:50:54.250Z | Compiling dyn-clone v1.0.18 |
1798 | 2025-02-23T12:50:54.494Z | Compiling strsim v0.11.1 |
1799 | 2025-02-23T12:50:54.583Z | Compiling pest_derive v2.7.14 |
1800 | 2025-02-23T12:50:54.784Z | Compiling icu_locid v1.5.0 |
1801 | 2025-02-23T12:50:55.075Z | Compiling tracing v0.1.40 |
1802 | 2025-02-23T12:50:55.922Z | Compiling cipher v0.4.4 |
1803 | 2025-02-23T12:50:55.956Z | Compiling sha2 v0.10.8 |
1804 | 2025-02-23T12:50:56.394Z | Compiling aws-lc-sys v0.22.0 |
1805 | 2025-02-23T12:50:56.418Z | Compiling usdt-impl v0.5.0 |
1806 | 2025-02-23T12:50:56.588Z | Compiling cookie v0.18.1 |
1807 | 2025-02-23T12:50:56.792Z | Compiling base64ct v1.6.0 |
1808 | 2025-02-23T12:50:56.921Z | Compiling icu_provider v1.5.0 |
1809 | 2025-02-23T12:50:57.414Z | Compiling pem-rfc7468 v0.7.0 |
1810 | 2025-02-23T12:50:58.780Z | Compiling scroll v0.12.0 |
1811 | 2025-02-23T12:50:59.379Z | Compiling ppv-lite86 v0.2.20 |
1812 | 2025-02-23T12:50:59.837Z | Compiling async-trait v0.1.86 |
1813 | 2025-02-23T12:51:01.850Z | Compiling rustls-pki-types v1.10.0 |
1814 | 2025-02-23T12:51:02.300Z | Compiling plain v0.2.3 |
1815 | 2025-02-23T12:51:02.458Z | Compiling icu_locid_transform_data v1.5.0 |
1816 | 2025-02-23T12:51:02.570Z | Compiling camino v1.1.9 |
1817 | 2025-02-23T12:51:03.102Z | Compiling percent-encoding v2.3.1 |
1818 | 2025-02-23T12:51:03.428Z | Compiling flagset v0.4.6 |
1819 | 2025-02-23T12:51:03.600Z | Compiling anyhow v1.0.96 |
1820 | 2025-02-23T12:51:03.630Z | Compiling der v0.7.9 |
1821 | 2025-02-23T12:51:04.114Z | Compiling icu_locid_transform v1.5.0 |
1822 | 2025-02-23T12:51:05.593Z | Compiling goblin v0.8.2 |
1823 | 2025-02-23T12:51:06.886Z | Compiling rand_chacha v0.3.1 |
1824 | 2025-02-23T12:51:07.702Z | Compiling tokio-util v0.7.12 |
1825 | 2025-02-23T12:51:07.760Z | Compiling icu_collections v1.5.0 |
1826 | 2025-02-23T12:51:09.602Z | Compiling rayon-core v1.12.1 |
1827 | 2025-02-23T12:51:09.789Z | Compiling untrusted v0.7.1 |
1828 | 2025-02-23T12:51:09.915Z | Compiling icu_properties_data v1.5.0 |
1829 | 2025-02-23T12:51:09.993Z | Compiling rustls v0.22.4 |
1830 | 2025-02-23T12:51:10.190Z | Compiling powerfmt v0.2.0 |
1831 | 2025-02-23T12:51:10.280Z | Compiling mirai-annotations v1.12.0 |
1832 | 2025-02-23T12:51:10.424Z | Compiling pretty-hex v0.4.1 |
1833 | 2025-02-23T12:51:10.480Z | Compiling untrusted v0.9.0 |
1834 | 2025-02-23T12:51:10.499Z | Compiling deranged v0.3.11 |
1835 | 2025-02-23T12:51:10.642Z | Compiling icu_properties v1.5.1 |
1836 | 2025-02-23T12:51:11.152Z | Compiling dof v0.3.0 |
1837 | 2025-02-23T12:51:12.675Z | Compiling rand v0.8.5 |
1838 | 2025-02-23T12:51:12.792Z | Compiling spki v0.7.3 |
1839 | 2025-02-23T12:51:13.323Z | Compiling salsa20 v0.10.2 |
1840 | 2025-02-23T12:51:13.494Z | Compiling dtrace-parser v0.2.0 |
1841 | 2025-02-23T12:51:14.110Z | Compiling pbkdf2 v0.12.2 |
1842 | 2025-02-23T12:51:14.965Z | Compiling thread-id v4.2.2 |
1843 | 2025-02-23T12:51:15.086Z | Compiling utf16_iter v1.0.5 |
1844 | 2025-02-23T12:51:15.330Z | Compiling atomic-waker v1.1.2 |
1845 | 2025-02-23T12:51:15.384Z | Compiling litrs v0.4.1 |
1846 | 2025-02-23T12:51:15.479Z | Compiling icu_normalizer_data v1.5.0 |
1847 | 2025-02-23T12:51:15.537Z | Compiling write16 v1.0.0 |
1848 | 2025-02-23T12:51:15.600Z | Compiling num_threads v0.1.7 |
1849 | 2025-02-23T12:51:15.685Z | Compiling utf8_iter v1.0.4 |
1850 | 2025-02-23T12:51:15.739Z | Compiling winnow v0.5.40 |
1851 | 2025-02-23T12:51:16.364Z | Compiling document-features v0.2.10 |
1852 | 2025-02-23T12:51:16.408Z | Compiling icu_normalizer v1.5.0 |
1853 | 2025-02-23T12:51:17.380Z | Compiling time v0.3.36 |
1854 | 2025-02-23T12:51:19.128Z | Compiling toml_edit v0.19.15 |
1855 | 2025-02-23T12:51:21.282Z | Compiling scrypt v0.11.0 |
1856 | 2025-02-23T12:51:21.580Z | Compiling form_urlencoded v1.2.1 |
1857 | 2025-02-23T12:51:21.620Z | Compiling aes v0.8.4 |
1858 | 2025-02-23T12:51:21.705Z | Compiling cbc v0.1.2 |
1859 | 2025-02-23T12:51:21.782Z | Compiling http-body v1.0.1 |
1860 | 2025-02-23T12:51:22.055Z | Compiling multer v3.1.0 |
1861 | 2025-02-23T12:51:22.092Z | Compiling try-lock v0.2.5 |
1862 | 2025-02-23T12:51:22.268Z | Compiling tinyvec_macros v0.1.1 |
1863 | 2025-02-23T12:51:22.397Z | Compiling rustversion v1.0.17 |
1864 | 2025-02-23T12:51:22.525Z | Compiling slog-async v2.8.0 |
1865 | 2025-02-23T12:51:22.994Z | Compiling pkcs5 v0.7.1 |
1866 | 2025-02-23T12:51:23.089Z | Compiling tinyvec v1.8.0 |
1867 | 2025-02-23T12:51:24.030Z | Compiling want v0.3.1 |
1868 | 2025-02-23T12:51:24.879Z | Compiling idna_adapter v1.2.0 |
1869 | 2025-02-23T12:51:25.126Z | Compiling h2 v0.4.6 |
1870 | 2025-02-23T12:51:25.253Z | Compiling heapless v0.7.17 |
1871 | 2025-02-23T12:51:25.783Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1872 | 2025-02-23T12:51:26.556Z | Compiling httpdate v1.0.3 |
1873 | 2025-02-23T12:51:26.798Z | Compiling tower-service v0.3.3 |
1874 | 2025-02-23T12:51:26.829Z | Compiling signal-hook v0.3.17 |
1875 | 2025-02-23T12:51:27.411Z | Compiling idna v1.0.3 |
1876 | 2025-02-23T12:51:28.656Z | Compiling pkcs8 v0.10.2 |
1877 | 2025-02-23T12:51:29.323Z | Compiling usdt-macro v0.5.0 |
1878 | 2025-02-23T12:51:30.215Z | Compiling usdt-attr-macro v0.5.0 |
1879 | 2025-02-23T12:51:30.673Z | Compiling async-stream-impl v0.3.6 |
1880 | 2025-02-23T12:51:31.955Z | Compiling base64 v0.22.1 |
1881 | 2025-02-23T12:51:32.010Z | Compiling adler2 v2.0.0 |
1882 | 2025-02-23T12:51:32.300Z | Compiling miniz_oxide v0.8.0 |
1883 | 2025-02-23T12:51:33.773Z | Compiling hyper v1.5.2 |
1884 | 2025-02-23T12:51:35.647Z | Compiling curve25519-dalek v4.1.3 |
1885 | 2025-02-23T12:51:36.017Z | Compiling openapiv3 v2.0.0 |
1886 | 2025-02-23T12:51:38.375Z | Compiling hyper-util v0.1.10 |
1887 | 2025-02-23T12:51:39.127Z | Compiling enum-as-inner v0.6.1 |
1888 | 2025-02-23T12:51:39.956Z | Compiling memoffset v0.9.1 |
1889 | 2025-02-23T12:51:39.977Z | Compiling dropshot v0.12.0 |
1890 | 2025-02-23T12:51:40.305Z | Compiling match_cfg v0.1.0 |
1891 | 2025-02-23T12:51:40.324Z | Compiling smoltcp v0.9.1 |
1892 | 2025-02-23T12:51:40.355Z | Compiling foreign-types-shared v0.1.1 |
1893 | 2025-02-23T12:51:40.618Z | Compiling newtype-uuid v1.2.1 |
1894 | 2025-02-23T12:51:40.895Z | Compiling portable-atomic v1.9.0 |
1895 | 2025-02-23T12:51:40.939Z | Compiling num-bigint-dig v0.8.4 |
1896 | 2025-02-23T12:51:41.050Z | Compiling foreign-types v0.3.2 |
1897 | 2025-02-23T12:51:41.267Z | Compiling hostname v0.3.1 |
1898 | 2025-02-23T12:51:43.576Z | Compiling url v2.5.3 |
1899 | 2025-02-23T12:51:45.590Z | Compiling http-body-util v0.1.2 |
1900 | 2025-02-23T12:51:45.969Z | Compiling dirs-sys-next v0.1.2 |
1901 | 2025-02-23T12:51:46.148Z | Compiling encoding_rs v0.8.34 |
1902 | 2025-02-23T12:51:46.167Z | Compiling data-encoding v2.6.0 |
1903 | 2025-02-23T12:51:46.418Z | Compiling ident_case v1.0.1 |
1904 | 2025-02-23T12:51:46.616Z | Compiling gimli v0.31.1 |
1905 | 2025-02-23T12:51:47.573Z | Compiling cfg_aliases v0.2.1 |
1906 | 2025-02-23T12:51:47.681Z | Compiling heck v0.4.1 |
1907 | 2025-02-23T12:51:48.068Z | Compiling mime v0.3.17 |
1908 | 2025-02-23T12:51:48.903Z | Compiling siphasher v0.3.11 |
1909 | 2025-02-23T12:51:49.086Z | Compiling nix v0.29.0 |
1910 | 2025-02-23T12:51:49.208Z | Compiling darling_core v0.20.10 |
1911 | 2025-02-23T12:51:49.265Z | Compiling dirs-next v2.0.0 |
1912 | 2025-02-23T12:51:53.308Z | Compiling addr2line v0.24.2 |
1913 | 2025-02-23T12:51:54.775Z | Compiling unicode-normalization v0.1.24 |
1914 | 2025-02-23T12:51:55.828Z | Compiling serde_urlencoded v0.7.1 |
1915 | 2025-02-23T12:51:56.404Z | Compiling crossbeam-epoch v0.9.18 |
1916 | 2025-02-23T12:51:57.071Z | Compiling rustls-pemfile v2.2.0 |
1917 | 2025-02-23T12:51:57.090Z | Compiling hubpack_derive v0.1.1 |
1918 | 2025-02-23T12:51:57.431Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2025-02-23T12:51:57.640Z | Compiling sha1 v0.10.6 |
1920 | 2025-02-23T12:51:57.955Z | Compiling signature v2.2.0 |
1921 | 2025-02-23T12:51:58.013Z | Compiling curve25519-dalek-derive v0.1.1 |
1922 | 2025-02-23T12:51:58.035Z | Compiling zerocopy-derive v0.6.6 |
1923 | 2025-02-23T12:51:59.322Z | Compiling object v0.36.5 |
1924 | 2025-02-23T12:51:59.748Z | Compiling thread_local v1.1.8 |
1925 | 2025-02-23T12:52:00.183Z | Compiling fs-err v2.11.0 |
1926 | 2025-02-23T12:52:01.002Z | Compiling ipnet v2.10.1 |
1927 | 2025-02-23T12:52:01.944Z | Compiling rustc-demangle v0.1.24 |
1928 | 2025-02-23T12:52:04.300Z | Compiling openssl-probe v0.1.5 |
1929 | 2025-02-23T12:52:04.403Z | Compiling winnow v0.6.20 |
1930 | 2025-02-23T12:52:07.707Z | Compiling rustls-webpki v0.102.8 |
1931 | 2025-02-23T12:52:07.874Z | Compiling unicode-bidi v0.3.17 |
1932 | 2025-02-23T12:52:08.828Z | Compiling utf8parse v0.2.2 |
1933 | 2025-02-23T12:52:08.930Z | Compiling anstyle v1.0.10 |
1934 | 2025-02-23T12:52:08.993Z | Compiling unicode-properties v0.1.3 |
1935 | 2025-02-23T12:52:09.359Z | Compiling stringprep v0.1.5 |
1936 | 2025-02-23T12:52:09.416Z | Compiling anstyle-parse v0.2.5 |
1937 | 2025-02-23T12:52:11.354Z | Compiling toml_edit v0.22.22 |
1938 | 2025-02-23T12:52:11.870Z | Compiling backtrace v0.3.74 |
1939 | 2025-02-23T12:52:19.166Z | Compiling crossbeam-deque v0.8.5 |
1940 | 2025-02-23T12:52:19.843Z | Compiling darling_macro v0.20.10 |
1941 | 2025-02-23T12:52:20.728Z | Compiling term v0.7.0 |
1942 | 2025-02-23T12:52:21.153Z | Compiling slog-json v2.6.1 |
1943 | 2025-02-23T12:52:22.034Z | Compiling crossbeam-channel v0.5.13 |
1944 | 2025-02-23T12:52:22.313Z | Compiling hashbrown v0.14.5 |
1945 | 2025-02-23T12:52:22.870Z | Compiling futures-executor v0.3.31 |
1946 | 2025-02-23T12:52:22.995Z | Compiling num-integer v0.1.46 |
1947 | 2025-02-23T12:52:23.174Z | Compiling md-5 v0.10.6 |
1948 | 2025-02-23T12:52:23.291Z | Compiling ff v0.13.0 |
1949 | 2025-02-23T12:52:23.420Z | Compiling hash32 v0.2.1 |
1950 | 2025-02-23T12:52:23.523Z | Compiling is-terminal v0.4.13 |
1951 | 2025-02-23T12:52:23.553Z | Compiling memmap v0.7.0 |
1952 | 2025-02-23T12:52:23.662Z | Compiling quick-error v1.2.3 |
1953 | 2025-02-23T12:52:23.665Z | Compiling colorchoice v1.0.2 |
1954 | 2025-02-23T12:52:23.776Z | Compiling linked-hash-map v0.5.6 |
1955 | 2025-02-23T12:52:23.810Z | Compiling psl-types v2.0.11 |
1956 | 2025-02-23T12:52:23.835Z | Compiling base16ct v0.2.0 |
1957 | 2025-02-23T12:52:24.067Z | Compiling utf-8 v0.7.6 |
1958 | 2025-02-23T12:52:24.121Z | Compiling take_mut v0.2.2 |
1959 | 2025-02-23T12:52:24.140Z | Compiling is_terminal_polyfill v1.70.1 |
1960 | 2025-02-23T12:52:24.274Z | Compiling anstyle-query v1.1.1 |
1961 | 2025-02-23T12:52:24.294Z | Compiling fallible-iterator v0.2.0 |
1962 | 2025-02-23T12:52:24.363Z | Compiling tungstenite v0.24.0 |
1963 | 2025-02-23T12:52:24.434Z | Compiling anstream v0.6.15 |
1964 | 2025-02-23T12:52:24.989Z | Compiling postgres-protocol v0.6.7 |
1965 | 2025-02-23T12:52:25.011Z | Compiling lru-cache v0.1.2 |
1966 | 2025-02-23T12:52:25.216Z | Compiling publicsuffix v2.3.0 |
1967 | 2025-02-23T12:52:25.581Z | Compiling sec1 v0.7.3 |
1968 | 2025-02-23T12:52:25.938Z | Compiling resolv-conf v0.7.0 |
1969 | 2025-02-23T12:52:25.996Z | Compiling usdt v0.5.0 |
1970 | 2025-02-23T12:52:26.138Z | Compiling slog-term v2.9.1 |
1971 | 2025-02-23T12:52:26.436Z | Compiling num-iter v0.1.45 |
1972 | 2025-02-23T12:52:26.558Z | Compiling group v0.13.0 |
1973 | 2025-02-23T12:52:26.626Z | Compiling regress v0.10.1 |
1974 | 2025-02-23T12:52:26.884Z | Compiling futures v0.3.31 |
1975 | 2025-02-23T12:52:29.687Z | Compiling slog-bunyan v2.5.0 |
1976 | 2025-02-23T12:52:29.889Z | Compiling darling v0.20.10 |
1977 | 2025-02-23T12:52:30.018Z | Compiling tokio-native-tls v0.3.1 |
1978 | 2025-02-23T12:52:30.637Z | Compiling tokio-rustls v0.26.0 |
1979 | 2025-02-23T12:52:30.640Z | Compiling toml v0.8.19 |
1980 | 2025-02-23T12:52:31.102Z | Compiling tokio-rustls v0.25.0 |
1981 | 2025-02-23T12:52:31.288Z | Compiling hickory-proto v0.24.3 |
1982 | 2025-02-23T12:52:31.534Z | Compiling phf_shared v0.11.2 |
1983 | 2025-02-23T12:52:31.896Z | Compiling strum_macros v0.25.3 |
1984 | 2025-02-23T12:52:32.392Z | Compiling async-stream v0.3.6 |
1985 | 2025-02-23T12:52:32.417Z | Compiling waitgroup v0.1.2 |
1986 | 2025-02-23T12:52:32.582Z | Compiling webpki-roots v0.26.6 |
1987 | 2025-02-23T12:52:32.815Z | Compiling hkdf v0.12.4 |
1988 | 2025-02-23T12:52:32.973Z | Compiling terminal_size v0.4.0 |
1989 | 2025-02-23T12:52:33.054Z | Compiling serde_path_to_error v0.1.16 |
1990 | 2025-02-23T12:52:33.204Z | Compiling sync_wrapper v1.0.1 |
1991 | 2025-02-23T12:52:33.559Z | Compiling crypto-bigint v0.5.5 |
1992 | 2025-02-23T12:52:33.646Z | Compiling serde_repr v0.1.19 |
1993 | 2025-02-23T12:52:33.812Z | Compiling derive-where v1.2.7 |
1994 | 2025-02-23T12:52:34.708Z | Compiling clap_derive v4.5.28 |
1995 | 2025-02-23T12:52:35.175Z | Compiling hostname v0.4.0 |
1996 | 2025-02-23T12:52:35.380Z | Compiling crc32fast v1.4.2 |
1997 | 2025-02-23T12:52:35.728Z | Compiling tower-layer v0.3.3 |
1998 | 2025-02-23T12:52:36.142Z | Compiling bitflags v1.3.2 |
1999 | 2025-02-23T12:52:36.256Z | Compiling managed v0.8.0 |
2000 | 2025-02-23T12:52:36.599Z | Compiling clap_lex v0.7.4 |
2001 | 2025-02-23T12:52:36.619Z | Compiling debug-ignore v1.0.5 |
2002 | 2025-02-23T12:52:36.844Z | Compiling unicode-width v0.2.0 |
2003 | 2025-02-23T12:52:37.753Z | Compiling console v0.15.10 |
2004 | 2025-02-23T12:52:38.169Z | Compiling tower v0.5.2 |
2005 | 2025-02-23T12:52:38.708Z | Compiling clap_builder v4.5.30 |
2006 | 2025-02-23T12:52:39.176Z | Compiling hickory-resolver v0.24.3 |
2007 | 2025-02-23T12:52:41.716Z | Compiling elliptic-curve v0.13.8 |
2008 | 2025-02-23T12:52:43.309Z | Compiling flate2 v1.0.35 |
2009 | 2025-02-23T12:52:43.913Z | Compiling hyper-rustls v0.27.3 |
2010 | 2025-02-23T12:52:46.595Z | Compiling phf v0.11.2 |
2011 | 2025-02-23T12:52:46.626Z | Compiling hyper-tls v0.6.0 |
2012 | 2025-02-23T12:52:46.886Z | Compiling typify-impl v0.2.0 |
2013 | 2025-02-23T12:52:47.141Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2025-02-23T12:52:47.342Z | Compiling rayon v1.10.0 |
2015 | 2025-02-23T12:52:47.433Z | Compiling cookie_store v0.21.1 |
2016 | 2025-02-23T12:52:49.245Z | Compiling bzip2 v0.4.4 |
2017 | 2025-02-23T12:52:49.271Z | Compiling postgres-types v0.2.8 |
2018 | 2025-02-23T12:52:49.315Z | Compiling tokio-tungstenite v0.24.0 |
2019 | 2025-02-23T12:52:49.770Z | Compiling zerocopy v0.6.6 |
2020 | 2025-02-23T12:52:49.813Z | Compiling ed25519 v2.2.3 |
2021 | 2025-02-23T12:52:50.238Z | Compiling hubpack v0.1.2 |
2022 | 2025-02-23T12:52:50.459Z | Compiling phf_shared v0.10.0 |
2023 | 2025-02-23T12:52:50.529Z | Compiling pkcs1 v0.7.5 |
2024 | 2025-02-23T12:52:50.821Z | Compiling tokio-stream v0.1.16 |
2025 | 2025-02-23T12:52:51.355Z | Compiling ipnetwork v0.21.1 |
2026 | 2025-02-23T12:52:51.567Z | Compiling rfc6979 v0.4.0 |
2027 | 2025-02-23T12:52:51.745Z | Compiling serde-big-array v0.5.1 |
2028 | 2025-02-23T12:52:51.767Z | Compiling float-cmp v0.10.0 |
2029 | 2025-02-23T12:52:51.785Z | Compiling bstr v1.10.0 |
2030 | 2025-02-23T12:52:52.005Z | Compiling new_debug_unreachable v1.0.6 |
2031 | 2025-02-23T12:52:52.111Z | Compiling bit-vec v0.6.3 |
2032 | 2025-02-23T12:52:52.508Z | Compiling fixedbitset v0.4.2 |
2033 | 2025-02-23T12:52:52.915Z | Compiling number_prefix v0.4.0 |
2034 | 2025-02-23T12:52:53.042Z | Compiling normalize-line-endings v0.3.0 |
2035 | 2025-02-23T12:52:53.169Z | Compiling predicates-core v1.0.8 |
2036 | 2025-02-23T12:52:53.189Z | Compiling unicode-segmentation v1.12.0 |
2037 | 2025-02-23T12:52:53.206Z | Compiling whoami v1.5.2 |
2038 | 2025-02-23T12:52:53.719Z | Compiling difflib v0.4.0 |
2039 | 2025-02-23T12:52:53.738Z | Compiling static_assertions v1.1.0 |
2040 | 2025-02-23T12:52:54.020Z | Compiling precomputed-hash v0.1.1 |
2041 | 2025-02-23T12:52:54.166Z | Compiling predicates v3.1.3 |
2042 | 2025-02-23T12:52:54.773Z | Compiling string_cache v0.8.7 |
2043 | 2025-02-23T12:52:54.991Z | Compiling reqwest v0.12.12 |
2044 | 2025-02-23T12:52:55.164Z | Compiling similar v2.6.0 |
2045 | 2025-02-23T12:52:55.473Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2046 | 2025-02-23T12:52:56.742Z | Compiling typify-macro v0.2.0 |
2047 | 2025-02-23T12:52:56.954Z | Compiling tokio-postgres v0.7.12 |
2048 | 2025-02-23T12:52:57.205Z | Compiling indicatif v0.17.11 |
2049 | 2025-02-23T12:52:58.945Z | Compiling petgraph v0.6.5 |
2050 | 2025-02-23T12:53:00.056Z | Compiling bit-set v0.5.3 |
2051 | 2025-02-23T12:53:00.631Z | Compiling ecdsa v0.16.9 |
2052 | 2025-02-23T12:53:01.474Z | Compiling qorb v0.2.1 |
2053 | 2025-02-23T12:53:01.630Z | Compiling rsa v0.9.6 |
2054 | 2025-02-23T12:53:02.333Z | Compiling ed25519-dalek v2.1.1 |
2055 | 2025-02-23T12:53:02.542Z | Compiling zip v0.6.6 |
2056 | 2025-02-23T12:53:03.046Z | Compiling crossterm v0.28.1 |
2057 | 2025-02-23T12:53:03.224Z | Compiling clap v4.5.30 |
2058 | 2025-02-23T12:53:05.295Z | Compiling toml v0.7.8 |
2059 | 2025-02-23T12:53:05.939Z | Compiling x509-cert v0.2.5 |
2060 | 2025-02-23T12:53:06.644Z | Compiling hex v0.4.3 |
2061 | 2025-02-23T12:53:07.550Z | Compiling itertools v0.14.0 |
2062 | 2025-02-23T12:53:07.569Z | Compiling itertools v0.10.5 |
2063 | 2025-02-23T12:53:08.542Z | Compiling lalrpop-util v0.19.12 |
2064 | 2025-02-23T12:53:08.903Z | Compiling peg-runtime v0.8.3 |
2065 | 2025-02-23T12:53:09.394Z | Compiling unicode-xid v0.2.6 |
2066 | 2025-02-23T12:53:09.602Z | Compiling zerocopy v0.8.10 |
2067 | 2025-02-23T12:53:11.693Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2068 | 2025-02-23T12:53:15.376Z | Compiling proc-macro-crate v1.3.1 |
2069 | 2025-02-23T12:53:16.100Z | Compiling macaddr v1.0.1 |
2070 | 2025-02-23T12:53:16.475Z | Compiling zerocopy-derive v0.8.10 |
2071 | 2025-02-23T12:53:16.653Z | Compiling itertools v0.13.0 |
2072 | 2025-02-23T12:53:17.697Z | Compiling heapless v0.8.0 |
2073 | 2025-02-23T12:53:19.498Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2074 | 2025-02-23T12:53:24.712Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-02-23T12:53:31.131Z | Compiling hash32 v0.3.1 |
2076 | 2025-02-23T12:53:31.709Z | Compiling smoltcp v0.11.0 |
2077 | 2025-02-23T12:53:33.283Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2025-02-23T12:53:37.587Z | Compiling num_enum v0.5.11 |
2079 | 2025-02-23T12:53:37.793Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2080 | 2025-02-23T12:53:38.430Z | Compiling typify v0.2.0 |
2081 | 2025-02-23T12:53:38.583Z | Compiling oxnet v0.1.0 |
2082 | 2025-02-23T12:53:39.431Z | Compiling proc-macro-error-attr v1.0.4 |
2083 | 2025-02-23T12:53:39.717Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2025-02-23T12:53:39.910Z | Compiling unsafe-libyaml v0.2.11 |
2085 | 2025-02-23T12:53:40.679Z | Compiling thiserror v2.0.11 |
2086 | 2025-02-23T12:53:41.247Z | Compiling cobs v0.2.3 |
2087 | 2025-02-23T12:53:41.579Z | Compiling postcard v1.0.10 |
2088 | 2025-02-23T12:53:42.093Z | Compiling serde_yaml v0.9.34+deprecated |
2089 | 2025-02-23T12:53:53.974Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2090 | 2025-02-23T12:53:57.236Z | Compiling progenitor-impl v0.8.0 |
2091 | 2025-02-23T12:54:07.876Z | Compiling strum_macros v0.26.4 |
2092 | 2025-02-23T12:54:08.574Z | Compiling foreign-types-macros v0.2.3 |
2093 | 2025-02-23T12:54:08.751Z | Compiling thiserror-impl v2.0.11 |
2094 | 2025-02-23T12:54:09.256Z | Compiling structmeta-derive v0.3.0 |
2095 | 2025-02-23T12:54:09.622Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2096 | 2025-02-23T12:54:09.778Z | Compiling proc-macro-error v1.0.4 |
2097 | 2025-02-23T12:54:10.990Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2098 | 2025-02-23T12:54:11.532Z | Compiling unicode-width v0.1.14 |
2099 | 2025-02-23T12:54:11.623Z | Compiling foreign-types-shared v0.3.1 |
2100 | 2025-02-23T12:54:12.424Z | Compiling tabwriter v1.4.0 |
2101 | 2025-02-23T12:54:13.205Z | Compiling strum v0.26.3 |
2102 | 2025-02-23T12:54:13.429Z | Compiling foreign-types v0.5.0 |
2103 | 2025-02-23T12:54:13.563Z | Compiling structmeta v0.3.0 |
2104 | 2025-02-23T12:54:14.478Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2105 | 2025-02-23T12:54:20.359Z | Compiling progenitor-macro v0.8.0 |
2106 | 2025-02-23T12:54:24.935Z | Compiling progenitor-client v0.8.0 |
2107 | 2025-02-23T12:54:29.341Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2108 | 2025-02-23T12:54:30.325Z | Compiling daft-derive v0.1.1 |
2109 | 2025-02-23T12:54:30.334Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2110 | 2025-02-23T12:54:30.434Z | Compiling cstr-argument v0.1.2 |
2111 | 2025-02-23T12:54:30.727Z | Compiling dropshot v0.15.1 |
2112 | 2025-02-23T12:54:31.050Z | Compiling crucible-workspace-hack v0.1.0 |
2113 | 2025-02-23T12:54:31.370Z | Compiling pretty-hex v0.2.1 |
2114 | 2025-02-23T12:54:31.536Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2115 | 2025-02-23T12:54:31.570Z | Compiling fastrand v2.1.1 |
2116 | 2025-02-23T12:54:31.756Z | Compiling daft v0.1.1 |
2117 | 2025-02-23T12:54:31.906Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2118 | 2025-02-23T12:54:31.970Z | Compiling tempfile v3.13.0 |
2119 | 2025-02-23T12:54:32.342Z | Compiling progenitor v0.8.0 |
2120 | 2025-02-23T12:54:32.367Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2121 | 2025-02-23T12:54:32.539Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2122 | 2025-02-23T12:54:32.762Z | Compiling parse-display-derive v0.10.0 |
2123 | 2025-02-23T12:54:33.220Z | Compiling colored v2.1.0 |
2124 | 2025-02-23T12:54:33.292Z | Compiling serde_with_macros v3.11.0 |
2125 | 2025-02-23T12:54:33.596Z | Compiling dropshot_endpoint v0.15.1 |
2126 | 2025-02-23T12:54:34.424Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2127 | 2025-02-23T12:54:35.194Z | Compiling instant v0.1.13 |
2128 | 2025-02-23T12:54:35.387Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2129 | 2025-02-23T12:54:35.632Z | Compiling serde_with v3.11.0 |
2130 | 2025-02-23T12:54:35.762Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2131 | 2025-02-23T12:54:36.179Z | Compiling parse-display v0.10.0 |
2132 | 2025-02-23T12:54:37.926Z | Compiling backoff v0.4.0 |
2133 | 2025-02-23T12:54:38.029Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2134 | 2025-02-23T12:54:38.315Z | Compiling zone_cfg_derive v0.3.0 |
2135 | 2025-02-23T12:54:38.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2136 | 2025-02-23T12:54:39.442Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2137 | 2025-02-23T12:54:39.614Z | Compiling camino-tempfile v1.1.1 |
2138 | 2025-02-23T12:54:39.668Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2139 | 2025-02-23T12:54:39.772Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2140 | 2025-02-23T12:54:40.208Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2141 | 2025-02-23T12:54:40.370Z | Compiling regress v0.9.1 |
2142 | 2025-02-23T12:54:40.394Z | Compiling progenitor-client v0.9.1 |
2143 | 2025-02-23T12:54:40.413Z | Compiling num-derive v0.4.2 |
2144 | 2025-02-23T12:54:41.321Z | Compiling sigpipe v0.1.3 |
2145 | 2025-02-23T12:54:41.474Z | Compiling libefi-sys v0.1.0 |
2146 | 2025-02-23T12:54:41.816Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2147 | 2025-02-23T12:54:42.218Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2148 | 2025-02-23T12:54:42.627Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2149 | 2025-02-23T12:54:44.137Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-02-23T12:54:45.360Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2151 | 2025-02-23T12:54:47.728Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2152 | 2025-02-23T12:54:48.072Z | Compiling zone v0.3.0 |
2153 | 2025-02-23T12:54:48.628Z | Compiling smf v0.2.3 |
2154 | 2025-02-23T12:54:48.904Z | Compiling bitfield-struct v0.6.2 |
2155 | 2025-02-23T12:54:50.243Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2156 | 2025-02-23T12:54:50.689Z | Compiling blake3 v1.5.4 |
2157 | 2025-02-23T12:54:51.364Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2158 | 2025-02-23T12:54:51.814Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2159 | 2025-02-23T12:54:51.891Z | Compiling xattr v1.3.1 |
2160 | 2025-02-23T12:54:51.987Z | Compiling filetime v0.2.25 |
2161 | 2025-02-23T12:54:52.096Z | Compiling memmap2 v0.9.5 |
2162 | 2025-02-23T12:54:52.247Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2163 | 2025-02-23T12:54:52.358Z | Compiling constant_time_eq v0.3.1 |
2164 | 2025-02-23T12:54:52.386Z | Compiling arrayref v0.3.9 |
2165 | 2025-02-23T12:54:52.506Z | Compiling same-file v1.0.6 |
2166 | 2025-02-23T12:54:52.554Z | Compiling arrayvec v0.7.6 |
2167 | 2025-02-23T12:54:52.713Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2168 | 2025-02-23T12:54:52.820Z | Compiling walkdir v2.5.0 |
2169 | 2025-02-23T12:54:53.016Z | Compiling tar v0.4.42 |
2170 | 2025-02-23T12:54:54.348Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2171 | 2025-02-23T12:54:54.777Z | Compiling gethostname v0.5.0 |
2172 | 2025-02-23T12:54:55.001Z | Compiling cargo-platform v0.1.8 |
2173 | 2025-02-23T12:54:55.352Z | Compiling topological-sort v0.2.2 |
2174 | 2025-02-23T12:54:55.416Z | Compiling cargo_metadata v0.18.1 |
2175 | 2025-02-23T12:54:55.659Z | Compiling omicron-zone-package v0.12.0 |
2176 | 2025-02-23T12:54:56.078Z | Compiling shell-words v1.1.0 |
2177 | 2025-02-23T12:54:56.600Z | Compiling indent_write v2.2.0 |
2178 | 2025-02-23T12:55:03.173Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2179 | 2025-02-23T12:55:05.164Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2180 | 2025-02-23T12:55:11.207Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2181 | 2025-02-23T12:55:25.328Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2182 | 2025-02-23T12:55:25.493Z | Running `target/release/omicron-package -t test target create -p dev` |
2183 | 2025-02-23T12:55:25.541Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2184 | 2025-02-23T12:55:25.543Z | Created new build target 'test' and set it as active |
2185 | 2025-02-23T12:55:25.543Z | |
2186 | 2025-02-23T12:55:25.543Z | real 5:11.256232920 |
2187 | 2025-02-23T12:55:25.543Z | user 36:12.378947679 |
2188 | 2025-02-23T12:55:25.543Z | sys 3:23.625080696 |
2189 | 2025-02-23T12:55:25.543Z | trap 1.114907109 |
2190 | 2025-02-23T12:55:25.544Z | tflt 1.861000344 |
2191 | 2025-02-23T12:55:25.544Z | dflt 0.833316869 |
2192 | 2025-02-23T12:55:25.544Z | kflt 0.000194234 |
2193 | 2025-02-23T12:55:25.544Z | lock 1:11:34.691991234 |
2194 | 2025-02-23T12:55:25.544Z | slp 2:25:18.199868653 |
2195 | 2025-02-23T12:55:25.544Z | lat 2:46.454809061 |
2196 | 2025-02-23T12:55:25.544Z | stop 4:49.195149481 |
2197 | 2025-02-23T12:55:25.546Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2198 | 2025-02-23T12:55:26.530Z | Finished `release` profile [optimized] target(s) in 0.92s |
2199 | 2025-02-23T12:55:26.591Z | Running `target/release/omicron-package -t test package` |
2200 | 2025-02-23T12:55:26.638Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2201 | 2025-02-23T12:55:27.801Z | Compiling ring v0.17.11 |
2202 | 2025-02-23T12:55:27.978Z | Compiling thiserror v2.0.11 |
2203 | 2025-02-23T12:55:27.982Z | Compiling typify-impl v0.3.0 |
2204 | 2025-02-23T12:55:27.985Z | Compiling convert_case v0.4.0 |
2205 | 2025-02-23T12:55:27.985Z | Compiling newline-converter v0.3.0 |
2206 | 2025-02-23T12:55:27.988Z | Compiling password-hash v0.5.0 |
2207 | 2025-02-23T12:55:27.988Z | Compiling blake2 v0.10.6 |
2208 | 2025-02-23T12:55:28.203Z | Compiling expectorate v1.1.0 |
2209 | 2025-02-23T12:55:28.484Z | Compiling base64 v0.21.7 |
2210 | 2025-02-23T12:55:28.698Z | Compiling derive_more v0.99.19 |
2211 | 2025-02-23T12:55:29.199Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2212 | 2025-02-23T12:55:29.576Z | Compiling argon2 v0.5.3 |
2213 | 2025-02-23T12:55:29.922Z | Compiling atomicwrites v0.4.4 |
2214 | 2025-02-23T12:55:30.097Z | Compiling cancel-safe-futures v0.1.5 |
2215 | 2025-02-23T12:55:30.444Z | Compiling owo-colors v4.1.0 |
2216 | 2025-02-23T12:55:30.502Z | Compiling num-rational v0.4.2 |
2217 | 2025-02-23T12:55:30.791Z | Compiling num-complex v0.4.6 |
2218 | 2025-02-23T12:55:31.822Z | Compiling num v0.4.3 |
2219 | 2025-02-23T12:55:32.640Z | Compiling libsw v3.3.1 |
2220 | 2025-02-23T12:55:32.705Z | Compiling swrite v0.1.0 |
2221 | 2025-02-23T12:55:32.873Z | Compiling linear-map v1.2.0 |
2222 | 2025-02-23T12:55:32.966Z | Compiling rustls v0.23.19 |
2223 | 2025-02-23T12:55:32.996Z | Compiling rustls v0.22.4 |
2224 | 2025-02-23T12:55:33.026Z | Compiling float-ord v0.3.2 |
2225 | 2025-02-23T12:55:33.194Z | Compiling highway v1.2.0 |
2226 | 2025-02-23T12:55:33.216Z | Compiling semver v0.1.20 |
2227 | 2025-02-23T12:55:33.634Z | Compiling rustc_version v0.1.7 |
2228 | 2025-02-23T12:55:34.023Z | Compiling newtype_derive v0.1.6 |
2229 | 2025-02-23T12:55:34.105Z | Compiling tungstenite v0.21.0 |
2230 | 2025-02-23T12:55:34.206Z | Compiling ipnetwork v0.21.1 |
2231 | 2025-02-23T12:55:34.419Z | Compiling humantime v2.1.0 |
2232 | 2025-02-23T12:55:34.616Z | Compiling oxnet v0.1.0 |
2233 | 2025-02-23T12:55:34.881Z | Compiling dropshot v0.15.1 |
2234 | 2025-02-23T12:55:34.956Z | Compiling instant v0.1.13 |
2235 | 2025-02-23T12:55:35.125Z | Compiling daft v0.1.1 |
2236 | 2025-02-23T12:55:35.201Z | Compiling backoff v0.4.0 |
2237 | 2025-02-23T12:55:35.231Z | Compiling steno v0.4.1 |
2238 | 2025-02-23T12:55:35.494Z | Compiling rustls-webpki v0.102.8 |
2239 | 2025-02-23T12:55:35.577Z | Compiling tokio-tungstenite v0.21.0 |
2240 | 2025-02-23T12:55:36.209Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2241 | 2025-02-23T12:55:37.140Z | Compiling parse-display v0.10.0 |
2242 | 2025-02-23T12:55:37.676Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2243 | 2025-02-23T12:55:37.884Z | Compiling strum v0.26.3 |
2244 | 2025-02-23T12:55:38.095Z | Compiling serde_with v3.11.0 |
2245 | 2025-02-23T12:55:38.136Z | Compiling typify-macro v0.3.0 |
2246 | 2025-02-23T12:55:38.935Z | Compiling regress v0.9.1 |
2247 | 2025-02-23T12:55:40.861Z | Compiling tokio-rustls v0.25.0 |
2248 | 2025-02-23T12:55:41.301Z | Compiling dropshot v0.12.0 |
2249 | 2025-02-23T12:55:41.534Z | Compiling typify v0.3.0 |
2250 | 2025-02-23T12:55:41.692Z | Compiling progenitor-impl v0.9.1 |
2251 | 2025-02-23T12:55:43.458Z | Compiling tokio-rustls v0.26.0 |
2252 | 2025-02-23T12:55:43.902Z | Compiling hyper-rustls v0.27.3 |
2253 | 2025-02-23T12:55:44.461Z | Compiling reqwest v0.12.12 |
2254 | 2025-02-23T12:55:47.520Z | Compiling qorb v0.2.1 |
2255 | 2025-02-23T12:55:48.741Z | Compiling progenitor-macro v0.9.1 |
2256 | 2025-02-23T12:55:52.427Z | Compiling progenitor-client v0.9.1 |
2257 | 2025-02-23T12:55:52.987Z | Compiling progenitor-client v0.8.0 |
2258 | 2025-02-23T12:55:53.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2259 | 2025-02-23T12:55:53.441Z | Compiling progenitor v0.8.0 |
2260 | 2025-02-23T12:55:53.709Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2261 | 2025-02-23T12:55:53.787Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2262 | 2025-02-23T12:55:54.551Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2263 | 2025-02-23T12:55:55.985Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2264 | 2025-02-23T12:56:22.344Z | Compiling progenitor v0.9.1 |
2265 | 2025-02-23T12:56:22.583Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2266 | 2025-02-23T12:56:25.775Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2267 | 2025-02-23T12:56:26.387Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2268 | 2025-02-23T12:56:27.532Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2269 | 2025-02-23T12:56:30.976Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2270 | 2025-02-23T12:56:32.988Z | Compiling macaddr v1.0.1 |
2271 | 2025-02-23T12:56:34.111Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2272 | 2025-02-23T12:56:35.174Z | Compiling slog-dtrace v0.3.0 |
2273 | 2025-02-23T12:56:35.798Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2274 | 2025-02-23T12:56:36.103Z | Compiling prettyplease v0.2.29 |
2275 | 2025-02-23T12:56:36.650Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2276 | 2025-02-23T12:56:40.189Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2277 | 2025-02-23T12:56:40.883Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2278 | 2025-02-23T12:56:41.214Z | Compiling half v2.4.1 |
2279 | 2025-02-23T12:56:41.901Z | Compiling ciborium-io v0.2.2 |
2280 | 2025-02-23T12:56:41.921Z | Compiling bytecount v0.6.8 |
2281 | 2025-02-23T12:56:42.061Z | Compiling ciborium-ll v0.2.2 |
2282 | 2025-02-23T12:56:42.267Z | Compiling display-error-chain v0.2.2 |
2283 | 2025-02-23T12:56:42.514Z | Compiling ciborium v0.2.2 |
2284 | 2025-02-23T12:56:42.604Z | Compiling same-file v1.0.6 |
2285 | 2025-02-23T12:56:42.864Z | Compiling fastrand v2.1.1 |
2286 | 2025-02-23T12:56:43.367Z | Compiling tempfile v3.13.0 |
2287 | 2025-02-23T12:56:43.397Z | Compiling walkdir v2.5.0 |
2288 | 2025-02-23T12:56:43.964Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2289 | 2025-02-23T12:56:44.081Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2290 | 2025-02-23T12:56:44.453Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2291 | 2025-02-23T12:56:50.010Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2292 | 2025-02-23T12:56:51.035Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2293 | 2025-02-23T12:56:51.680Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2294 | 2025-02-23T12:56:53.567Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2295 | 2025-02-23T12:56:58.408Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2296 | 2025-02-23T12:56:58.937Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2297 | 2025-02-23T12:56:59.255Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2298 | 2025-02-23T12:57:01.961Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2299 | 2025-02-23T12:57:05.239Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2300 | 2025-02-23T12:57:09.019Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2301 | 2025-02-23T12:57:09.040Z | Compiling blake3 v1.5.4 |
2302 | 2025-02-23T12:57:09.677Z | Compiling const_format_proc_macros v0.2.34 |
2303 | 2025-02-23T12:57:09.817Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2304 | 2025-02-23T12:57:10.240Z | Compiling xattr v1.3.1 |
2305 | 2025-02-23T12:57:10.524Z | Compiling filetime v0.2.25 |
2306 | 2025-02-23T12:57:10.816Z | Compiling memmap2 v0.9.5 |
2307 | 2025-02-23T12:57:11.178Z | Compiling maplit v1.0.2 |
2308 | 2025-02-23T12:57:11.314Z | Compiling crunchy v0.2.2 |
2309 | 2025-02-23T12:57:11.399Z | Compiling constant_time_eq v0.3.1 |
2310 | 2025-02-23T12:57:11.577Z | Compiling arrayvec v0.7.6 |
2311 | 2025-02-23T12:57:11.778Z | Compiling keccak v0.1.5 |
2312 | 2025-02-23T12:57:11.984Z | Compiling arrayref v0.3.9 |
2313 | 2025-02-23T12:57:12.563Z | Compiling sha3 v0.10.8 |
2314 | 2025-02-23T12:57:12.859Z | Compiling const_format v0.2.34 |
2315 | 2025-02-23T12:57:12.909Z | Compiling tar v0.4.42 |
2316 | 2025-02-23T12:57:13.116Z | Compiling camino-tempfile v1.1.1 |
2317 | 2025-02-23T12:57:13.435Z | Compiling toolchain_find v0.4.0 |
2318 | 2025-02-23T12:57:13.534Z | Compiling radium v0.7.0 |
2319 | 2025-02-23T12:57:13.950Z | Compiling tiny-keccak v2.0.2 |
2320 | 2025-02-23T12:57:14.007Z | Compiling topological-sort v0.2.2 |
2321 | 2025-02-23T12:57:14.154Z | Compiling rustfmt-wrapper v0.2.1 |
2322 | 2025-02-23T12:57:14.255Z | Compiling omicron-zone-package v0.12.0 |
2323 | 2025-02-23T12:57:14.613Z | Compiling dsl_auto_type v0.1.2 |
2324 | 2025-02-23T12:57:14.665Z | Compiling scheduled-thread-pool v0.2.7 |
2325 | 2025-02-23T12:57:14.740Z | Compiling diesel_table_macro_syntax v0.2.0 |
2326 | 2025-02-23T12:57:15.119Z | Compiling maybe-uninit v2.0.0 |
2327 | 2025-02-23T12:57:15.619Z | Compiling tap v1.0.1 |
2328 | 2025-02-23T12:57:15.790Z | Compiling diesel_derives v2.2.3 |
2329 | 2025-02-23T12:57:15.815Z | Compiling wyz v0.5.1 |
2330 | 2025-02-23T12:57:15.913Z | Compiling r2d2 v0.8.10 |
2331 | 2025-02-23T12:57:16.378Z | Compiling phf_generator v0.11.2 |
2332 | 2025-02-23T12:57:16.411Z | Compiling ascii-canvas v3.0.0 |
2333 | 2025-02-23T12:57:16.584Z | Compiling secrecy v0.8.0 |
2334 | 2025-02-23T12:57:16.776Z | Compiling ena v0.14.3 |
2335 | 2025-02-23T12:57:16.858Z | Compiling async-recursion v1.1.1 |
2336 | 2025-02-23T12:57:16.875Z | Compiling crc-catalog v2.4.0 |
2337 | 2025-02-23T12:57:17.061Z | Compiling funty v2.0.0 |
2338 | 2025-02-23T12:57:17.187Z | Compiling packed_struct v0.10.1 |
2339 | 2025-02-23T12:57:17.637Z | Compiling bindgen v0.71.1 |
2340 | 2025-02-23T12:57:18.115Z | Compiling diff v0.1.13 |
2341 | 2025-02-23T12:57:18.179Z | Compiling arc-swap v1.7.1 |
2342 | 2025-02-23T12:57:18.593Z | Compiling regex-syntax v0.6.29 |
2343 | 2025-02-23T12:57:18.841Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2344 | 2025-02-23T12:57:19.096Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2345 | 2025-02-23T12:57:19.236Z | Compiling slog-scope v4.4.0 |
2346 | 2025-02-23T12:57:19.763Z | Compiling bitvec v1.0.1 |
2347 | 2025-02-23T12:57:19.894Z | Compiling crc v3.2.1 |
2348 | 2025-02-23T12:57:19.983Z | Compiling phf_codegen v0.11.2 |
2349 | 2025-02-23T12:57:20.344Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2350 | 2025-02-23T12:57:21.435Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2351 | 2025-02-23T12:57:21.669Z | Compiling universal-hash v0.5.1 |
2352 | 2025-02-23T12:57:21.941Z | Compiling lalrpop v0.19.12 |
2353 | 2025-02-23T12:57:22.007Z | Compiling packed_struct_codegen v0.10.1 |
2354 | 2025-02-23T12:57:23.480Z | Compiling thiserror-impl-no-std v2.0.2 |
2355 | 2025-02-23T12:57:24.047Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2356 | 2025-02-23T12:57:24.381Z | Compiling parse-zoneinfo v0.3.1 |
2357 | 2025-02-23T12:57:25.739Z | Compiling unicase v2.7.0 |
2358 | 2025-02-23T12:57:25.943Z | Compiling indexmap v1.9.3 |
2359 | 2025-02-23T12:57:26.084Z | Compiling opaque-debug v0.3.1 |
2360 | 2025-02-23T12:57:26.219Z | Compiling ref-cast v1.0.23 |
2361 | 2025-02-23T12:57:26.258Z | Compiling diesel v2.2.7 |
2362 | 2025-02-23T12:57:26.308Z | Compiling rustc-hash v2.1.1 |
2363 | 2025-02-23T12:57:26.515Z | Compiling nodrop v0.1.14 |
2364 | 2025-02-23T12:57:26.668Z | Compiling array-init v0.0.4 |
2365 | 2025-02-23T12:57:27.653Z | Compiling poly1305 v0.8.0 |
2366 | 2025-02-23T12:57:29.140Z | Compiling thiserror-no-std v2.0.2 |
2367 | 2025-02-23T12:57:29.292Z | Compiling chrono-tz-build v0.4.0 |
2368 | 2025-02-23T12:57:34.388Z | Compiling smallvec v0.6.14 |
2369 | 2025-02-23T12:57:34.892Z | Compiling slog-stdlog v4.1.1 |
2370 | 2025-02-23T12:57:36.254Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2371 | 2025-02-23T12:57:36.590Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2372 | 2025-02-23T12:57:36.934Z | Compiling derive_builder_core v0.20.2 |
2373 | 2025-02-23T12:57:38.913Z | Compiling chacha20 v0.9.1 |
2374 | 2025-02-23T12:57:39.384Z | Compiling headers-core v0.3.0 |
2375 | 2025-02-23T12:57:39.419Z | Compiling aead v0.5.2 |
2376 | 2025-02-23T12:57:39.467Z | Compiling libxml v0.3.3 |
2377 | 2025-02-23T12:57:39.800Z | Compiling ref-cast-impl v1.0.23 |
2378 | 2025-02-23T12:57:39.859Z | Compiling vte_generate_state_changes v0.1.2 |
2379 | 2025-02-23T12:57:40.481Z | Compiling bitfield v0.14.0 |
2380 | 2025-02-23T12:57:40.802Z | Compiling hashbrown v0.12.3 |
2381 | 2025-02-23T12:57:40.907Z | Compiling termcolor v1.4.1 |
2382 | 2025-02-23T12:57:41.930Z | Compiling env_logger v0.10.2 |
2383 | 2025-02-23T12:57:43.384Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2384 | 2025-02-23T12:57:43.648Z | Compiling polar-core v0.27.3 |
2385 | 2025-02-23T12:57:45.012Z | Compiling vte v0.11.1 |
2386 | 2025-02-23T12:57:46.005Z | Compiling chacha20poly1305 v0.10.1 |
2387 | 2025-02-23T12:57:46.262Z | Compiling headers v0.4.0 |
2388 | 2025-02-23T12:57:46.521Z | Compiling samael v0.0.18 |
2389 | 2025-02-23T12:57:48.200Z | Compiling derive_builder_macro v0.20.2 |
2390 | 2025-02-23T12:57:49.143Z | Compiling slog-envlogger v2.2.0 |
2391 | 2025-02-23T12:57:49.786Z | Compiling serde-hex v0.1.0 |
2392 | 2025-02-23T12:57:51.615Z | Compiling chrono-tz v0.10.1 |
2393 | 2025-02-23T12:57:52.273Z | Compiling vsss-rs v3.3.4 |
2394 | 2025-02-23T12:57:54.721Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2395 | 2025-02-23T12:57:56.136Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2396 | 2025-02-23T12:57:56.487Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2397 | 2025-02-23T12:57:56.515Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2398 | 2025-02-23T12:57:56.861Z | Compiling ron v0.8.1 |
2399 | 2025-02-23T12:57:57.565Z | Compiling hashbrown v0.13.2 |
2400 | 2025-02-23T12:57:58.853Z | Compiling strum_macros v0.24.3 |
2401 | 2025-02-23T12:58:00.794Z | Compiling fxhash v0.2.1 |
2402 | 2025-02-23T12:58:01.041Z | Compiling bumpalo v3.16.0 |
2403 | 2025-02-23T12:58:01.629Z | Compiling crc-any v2.5.0 |
2404 | 2025-02-23T12:58:01.846Z | Compiling lockfree-object-pool v0.1.6 |
2405 | 2025-02-23T12:58:02.175Z | Compiling simd-adler32 v0.3.7 |
2406 | 2025-02-23T12:58:02.488Z | Compiling zip v2.1.3 |
2407 | 2025-02-23T12:58:02.581Z | Compiling indoc v1.0.9 |
2408 | 2025-02-23T12:58:02.880Z | Compiling zopfli v0.8.1 |
2409 | 2025-02-23T12:58:02.953Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2410 | 2025-02-23T12:58:03.454Z | Compiling object v0.30.4 |
2411 | 2025-02-23T12:58:12.541Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2412 | 2025-02-23T12:58:15.713Z | Compiling derive_builder v0.20.2 |
2413 | 2025-02-23T12:58:15.923Z | Compiling strip-ansi-escapes v0.2.0 |
2414 | 2025-02-23T12:58:16.860Z | Compiling papergrid v0.11.0 |
2415 | 2025-02-23T12:58:17.440Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2416 | 2025-02-23T12:58:17.774Z | Compiling tabled_derive v0.7.0 |
2417 | 2025-02-23T12:58:19.099Z | Compiling fd-lock v4.0.2 |
2418 | 2025-02-23T12:58:19.328Z | Compiling peg-macros v0.8.4 |
2419 | 2025-02-23T12:58:19.687Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-02-23T12:58:20.647Z | Compiling kstat-rs v0.2.4 |
2421 | 2025-02-23T12:58:21.064Z | Compiling impl-trait-for-tuples v0.2.2 |
2422 | 2025-02-23T12:58:21.576Z | Compiling oso-derive v0.27.3 |
2423 | 2025-02-23T12:58:22.203Z | Compiling quick-xml v0.37.2 |
2424 | 2025-02-23T12:58:22.563Z | Compiling diesel-dtrace v0.4.2 |
2425 | 2025-02-23T12:58:22.939Z | Compiling path-slash v0.1.5 |
2426 | 2025-02-23T12:58:23.220Z | Compiling nu-ansi-term v0.50.1 |
2427 | 2025-02-23T12:58:24.496Z | Compiling reedline v0.35.0 |
2428 | 2025-02-23T12:58:26.802Z | Compiling oso v0.27.3 |
2429 | 2025-02-23T12:58:29.378Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2430 | 2025-02-23T12:58:30.626Z | Compiling peg v0.8.4 |
2431 | 2025-02-23T12:58:30.763Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2432 | 2025-02-23T12:58:40.529Z | Compiling tabled v0.15.0 |
2433 | 2025-02-23T12:58:43.195Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2434 | 2025-02-23T12:58:51.076Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2435 | 2025-02-23T12:58:52.646Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2436 | 2025-02-23T12:58:54.112Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2437 | 2025-02-23T12:58:54.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2438 | 2025-02-23T12:58:54.952Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2439 | 2025-02-23T12:58:58.214Z | Compiling pem v3.0.4 |
2440 | 2025-02-23T12:58:59.693Z | Compiling bb8 v0.8.5 |
2441 | 2025-02-23T12:58:59.872Z | Compiling bcs v0.1.6 |
2442 | 2025-02-23T12:59:00.319Z | Compiling libz-sys v1.1.20 |
2443 | 2025-02-23T12:59:00.715Z | Compiling nanorand v0.7.0 |
2444 | 2025-02-23T12:59:01.012Z | Compiling termtree v0.5.1 |
2445 | 2025-02-23T12:59:01.318Z | Compiling parking_lot_core v0.8.6 |
2446 | 2025-02-23T12:59:01.803Z | Compiling flume v0.11.1 |
2447 | 2025-02-23T12:59:02.726Z | Compiling async-bb8-diesel v0.2.1 |
2448 | 2025-02-23T12:59:03.514Z | Compiling mime_guess v2.0.5 |
2449 | 2025-02-23T12:59:05.184Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2450 | 2025-02-23T12:59:05.321Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2451 | 2025-02-23T12:59:08.522Z | Compiling proc-macro-error-attr2 v2.0.0 |
2452 | 2025-02-23T12:59:09.300Z | Compiling buf-list v1.0.3 |
2453 | 2025-02-23T12:59:09.861Z | Compiling proc-macro-error2 v2.0.1 |
2454 | 2025-02-23T12:59:10.596Z | Compiling nibble_vec v0.1.0 |
2455 | 2025-02-23T12:59:10.867Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2456 | 2025-02-23T12:59:11.295Z | Compiling pin-project-internal v1.1.6 |
2457 | 2025-02-23T12:59:11.639Z | Compiling atty v0.2.14 |
2458 | 2025-02-23T12:59:11.838Z | Compiling salty v0.3.0 |
2459 | 2025-02-23T12:59:12.298Z | Compiling endian-type v0.1.2 |
2460 | 2025-02-23T12:59:12.567Z | Compiling http-range v0.1.5 |
2461 | 2025-02-23T12:59:13.181Z | Compiling radix_trie v0.2.1 |
2462 | 2025-02-23T12:59:14.079Z | Compiling pin-project v1.1.6 |
2463 | 2025-02-23T12:59:14.088Z | Compiling parking_lot v0.11.2 |
2464 | 2025-02-23T12:59:16.002Z | Compiling tabled_derive v0.10.0 |
2465 | 2025-02-23T12:59:18.578Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2466 | 2025-02-23T12:59:18.598Z | Compiling papergrid v0.14.0 |
2467 | 2025-02-23T12:59:18.902Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2468 | 2025-02-23T12:59:23.244Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2469 | 2025-02-23T12:59:25.513Z | Compiling snafu-derive v0.8.5 |
2470 | 2025-02-23T12:59:26.317Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2471 | 2025-02-23T12:59:26.764Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2472 | 2025-02-23T12:59:29.613Z | Compiling snafu v0.8.5 |
2473 | 2025-02-23T12:59:30.863Z | Compiling tabled v0.18.0 |
2474 | 2025-02-23T12:59:31.396Z | Compiling hyper-staticfile v0.10.1 |
2475 | 2025-02-23T12:59:37.392Z | Compiling sled v0.34.7 |
2476 | 2025-02-23T12:59:49.651Z | Compiling hickory-client v0.24.3 |
2477 | 2025-02-23T12:59:50.588Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2478 | 2025-02-23T12:59:51.696Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2479 | 2025-02-23T12:59:53.760Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2480 | 2025-02-23T12:59:54.056Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2481 | 2025-02-23T12:59:59.376Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2482 | 2025-02-23T13:00:01.000Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2483 | 2025-02-23T13:00:02.402Z | Compiling globset v0.4.15 |
2484 | 2025-02-23T13:00:04.662Z | Compiling hickory-server v0.24.3 |
2485 | 2025-02-23T13:00:05.534Z | Compiling olpc-cjson v0.1.4 |
2486 | 2025-02-23T13:00:05.880Z | Compiling primeorder v0.13.6 |
2487 | 2025-02-23T13:00:06.462Z | Compiling castaway v0.2.3 |
2488 | 2025-02-23T13:00:06.677Z | Compiling vergen v8.3.2 |
2489 | 2025-02-23T13:00:07.045Z | Compiling env_filter v0.1.2 |
2490 | 2025-02-23T13:00:08.343Z | Compiling serde_plain v1.0.2 |
2491 | 2025-02-23T13:00:08.622Z | Compiling cargo-platform v0.1.8 |
2492 | 2025-02-23T13:00:08.887Z | Compiling typed-path v0.9.3 |
2493 | 2025-02-23T13:00:09.103Z | Compiling cargo_metadata v0.18.1 |
2494 | 2025-02-23T13:00:11.748Z | Compiling tough v0.19.0 |
2495 | 2025-02-23T13:00:11.934Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2496 | 2025-02-23T13:00:13.039Z | Compiling env_logger v0.11.5 |
2497 | 2025-02-23T13:00:14.499Z | Compiling compact_str v0.8.0 |
2498 | 2025-02-23T13:00:15.743Z | Compiling p384 v0.13.0 |
2499 | 2025-02-23T13:00:15.873Z | Compiling git2 v0.19.0 |
2500 | 2025-02-23T13:00:16.375Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2501 | 2025-02-23T13:00:17.029Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2502 | 2025-02-23T13:00:19.678Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2503 | 2025-02-23T13:00:22.602Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2504 | 2025-02-23T13:00:23.782Z | Compiling unicode-truncate v1.1.0 |
2505 | 2025-02-23T13:00:24.109Z | Compiling lru v0.12.5 |
2506 | 2025-02-23T13:00:24.472Z | Compiling rand_seeder v0.3.0 |
2507 | 2025-02-23T13:00:24.675Z | Compiling libsqlite3-sys v0.30.1 |
2508 | 2025-02-23T13:00:24.892Z | Compiling lzma-sys v0.1.20 |
2509 | 2025-02-23T13:00:25.219Z | Compiling instability v0.3.2 |
2510 | 2025-02-23T13:00:25.593Z | Compiling indoc v2.0.5 |
2511 | 2025-02-23T13:00:26.209Z | Compiling parse-size v1.1.0 |
2512 | 2025-02-23T13:00:26.400Z | Compiling cassowary v0.3.0 |
2513 | 2025-02-23T13:00:26.538Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2514 | 2025-02-23T13:00:26.695Z | Compiling rustls v0.21.12 |
2515 | 2025-02-23T13:00:26.924Z | Compiling ratatui v0.29.0 |
2516 | 2025-02-23T13:00:27.062Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2517 | 2025-02-23T13:00:27.943Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2518 | 2025-02-23T13:00:28.208Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2519 | 2025-02-23T13:00:30.766Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2520 | 2025-02-23T13:00:31.329Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2521 | 2025-02-23T13:00:34.423Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2522 | 2025-02-23T13:00:35.168Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2523 | 2025-02-23T13:00:37.125Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2524 | 2025-02-23T13:00:37.494Z | Compiling sct v0.7.1 |
2525 | 2025-02-23T13:00:37.958Z | Compiling rustls-webpki v0.101.7 |
2526 | 2025-02-23T13:00:38.630Z | Compiling heck v0.3.3 |
2527 | 2025-02-23T13:00:38.981Z | Compiling csv-core v0.1.11 |
2528 | 2025-02-23T13:00:39.884Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2529 | 2025-02-23T13:00:39.912Z | Compiling glob v0.3.2 |
2530 | 2025-02-23T13:00:40.345Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2531 | 2025-02-23T13:00:41.904Z | Compiling csv v1.3.1 |
2532 | 2025-02-23T13:00:42.024Z | Compiling zone_cfg_derive v0.1.2 |
2533 | 2025-02-23T13:00:43.763Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2534 | 2025-02-23T13:00:44.017Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2535 | 2025-02-23T13:00:45.882Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2536 | 2025-02-23T13:00:46.746Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2537 | 2025-02-23T13:00:48.095Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2538 | 2025-02-23T13:00:52.607Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2539 | 2025-02-23T13:00:56.092Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2540 | 2025-02-23T13:00:56.441Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2541 | 2025-02-23T13:00:58.552Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2542 | 2025-02-23T13:00:59.761Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2543 | 2025-02-23T13:01:00.113Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2544 | 2025-02-23T13:01:00.471Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2545 | 2025-02-23T13:01:00.823Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2546 | 2025-02-23T13:01:01.225Z | Compiling nix v0.27.1 |
2547 | 2025-02-23T13:01:01.523Z | Compiling tungstenite v0.23.0 |
2548 | 2025-02-23T13:01:02.474Z | Compiling hashlink v0.9.1 |
2549 | 2025-02-23T13:01:03.314Z | Compiling base64 v0.13.1 |
2550 | 2025-02-23T13:01:03.839Z | Compiling fallible-streaming-iterator v0.1.9 |
2551 | 2025-02-23T13:01:03.910Z | Compiling fallible-iterator v0.3.0 |
2552 | 2025-02-23T13:01:03.943Z | Compiling ron v0.7.1 |
2553 | 2025-02-23T13:01:04.068Z | Compiling tokio-tungstenite v0.23.1 |
2554 | 2025-02-23T13:01:04.664Z | Compiling rusqlite v0.32.1 |
2555 | 2025-02-23T13:01:04.715Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2556 | 2025-02-23T13:01:05.494Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2557 | 2025-02-23T13:01:07.019Z | Compiling xz2 v0.1.7 |
2558 | 2025-02-23T13:01:07.647Z | Compiling tokio-rustls v0.24.1 |
2559 | 2025-02-23T13:01:09.224Z | Compiling zone v0.1.8 |
2560 | 2025-02-23T13:01:09.715Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2561 | 2025-02-23T13:01:12.528Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2562 | 2025-02-23T13:01:12.598Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2563 | 2025-02-23T13:01:14.089Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2564 | 2025-02-23T13:01:14.144Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2565 | 2025-02-23T13:01:21.937Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2566 | 2025-02-23T13:01:25.147Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2567 | 2025-02-23T13:01:26.399Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2568 | 2025-02-23T13:01:27.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2569 | 2025-02-23T13:01:27.601Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2570 | 2025-02-23T13:01:27.803Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2571 | 2025-02-23T13:01:28.166Z | Compiling rustls-pemfile v1.0.4 |
2572 | 2025-02-23T13:01:28.725Z | Compiling signal-hook-tokio v0.3.1 |
2573 | 2025-02-23T13:01:28.972Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2574 | 2025-02-23T13:01:28.991Z | Compiling yasna v0.5.2 |
2575 | 2025-02-23T13:01:31.126Z | Compiling twox-hash v2.1.0 |
2576 | 2025-02-23T13:01:32.126Z | Compiling smawk v0.3.2 |
2577 | 2025-02-23T13:01:32.448Z | Compiling is_ci v1.2.0 |
2578 | 2025-02-23T13:01:32.523Z | Compiling unicode-linebreak v0.1.5 |
2579 | 2025-02-23T13:01:32.789Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2580 | 2025-02-23T13:01:33.102Z | Compiling textwrap v0.16.1 |
2581 | 2025-02-23T13:01:34.158Z | Compiling supports-color v3.0.1 |
2582 | 2025-02-23T13:01:36.599Z | Compiling rcgen v0.12.1 |
2583 | 2025-02-23T13:01:37.873Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2584 | 2025-02-23T13:01:42.141Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2585 | 2025-02-23T13:01:45.485Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2586 | 2025-02-23T13:01:47.429Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2587 | 2025-02-23T13:01:52.717Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2588 | 2025-02-23T13:01:56.005Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2589 | 2025-02-23T13:02:00.770Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2590 | 2025-02-23T13:02:01.983Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2591 | 2025-02-23T13:02:10.782Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2592 | 2025-02-23T13:02:11.356Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2593 | 2025-02-23T13:02:20.356Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2594 | 2025-02-23T13:02:21.193Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2595 | 2025-02-23T13:02:21.547Z | Compiling fatfs v0.3.6 |
2596 | 2025-02-23T13:02:24.314Z | Compiling subprocess v0.2.9 |
2597 | 2025-02-23T13:02:26.504Z | Compiling rtoolbox v0.0.2 |
2598 | 2025-02-23T13:02:26.939Z | Compiling assert_matches v1.5.0 |
2599 | 2025-02-23T13:02:27.752Z | Compiling rpassword v7.3.1 |
2600 | 2025-02-23T13:02:28.200Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2601 | 2025-02-23T13:02:28.960Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2602 | 2025-02-23T13:02:32.741Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2603 | 2025-02-23T13:02:35.761Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2604 | 2025-02-23T13:02:39.608Z | Compiling tui-tree-widget v0.23.0 |
2605 | 2025-02-23T13:02:40.085Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2606 | 2025-02-23T13:02:49.039Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2607 | 2025-02-23T13:02:49.409Z | Compiling uzers v0.12.1 |
2608 | 2025-02-23T13:02:52.365Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2609 | 2025-02-23T13:02:53.062Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2610 | 2025-02-23T13:02:55.048Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2611 | 2025-02-23T13:03:22.123Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2612 | 2025-02-23T13:03:24.264Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2613 | 2025-02-23T13:03:28.940Z | Compiling multimap v0.10.0 |
2614 | 2025-02-23T13:05:52.314Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2615 | 2025-02-23T13:12:44.299Z | Finished `release` profile [optimized] target(s) in 17m 17s |
2616 | 2025-02-23T13:13:52.995Z | |
2617 | 2025-02-23T13:13:52.998Z | real 18:27.120628433 |
2618 | 2025-02-23T13:13:52.998Z | user 2:09:32.120395087 |
2619 | 2025-02-23T13:13:52.998Z | sys 3:34.725285891 |
2620 | 2025-02-23T13:13:52.998Z | trap 3.245196920 |
2621 | 2025-02-23T13:13:52.998Z | tflt 1.846999755 |
2622 | 2025-02-23T13:13:52.998Z | dflt 5.151182965 |
2623 | 2025-02-23T13:13:52.998Z | kflt 0.001114520 |
2624 | 2025-02-23T13:13:52.998Z | lock 7:46:51.508367402 |
2625 | 2025-02-23T13:13:52.998Z | slp 6:48:39.892898622 |
2626 | 2025-02-23T13:13:52.998Z | lat 3:39.813835219 |
2627 | 2025-02-23T13:13:52.998Z | stop 2:49.326343502 |
2628 | 2025-02-23T13:13:52.998Z | + mapfile -t packages |
2629 | 2025-02-23T13:13:52.998Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2630 | 2025-02-23T13:13:54.042Z | Compiling ring v0.17.11 |
2631 | 2025-02-23T13:13:56.269Z | Compiling rustls v0.22.4 |
2632 | 2025-02-23T13:13:56.296Z | Compiling rustls v0.23.19 |
2633 | 2025-02-23T13:13:57.532Z | Compiling rustls-webpki v0.102.8 |
2634 | 2025-02-23T13:14:01.534Z | Compiling tokio-rustls v0.25.0 |
2635 | 2025-02-23T13:14:01.966Z | Compiling dropshot v0.12.0 |
2636 | 2025-02-23T13:14:03.555Z | Compiling tokio-rustls v0.26.0 |
2637 | 2025-02-23T13:14:04.027Z | Compiling hyper-rustls v0.27.3 |
2638 | 2025-02-23T13:14:04.469Z | Compiling reqwest v0.12.12 |
2639 | 2025-02-23T13:14:05.892Z | Compiling qorb v0.2.1 |
2640 | 2025-02-23T13:14:06.716Z | Compiling dropshot v0.15.1 |
2641 | 2025-02-23T13:14:11.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2642 | 2025-02-23T13:14:15.668Z | Compiling progenitor-client v0.8.0 |
2643 | 2025-02-23T13:14:16.569Z | Compiling progenitor v0.8.0 |
2644 | 2025-02-23T13:14:17.124Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2645 | 2025-02-23T13:14:17.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2646 | 2025-02-23T13:14:17.911Z | Compiling progenitor-client v0.9.1 |
2647 | 2025-02-23T13:14:18.878Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2648 | 2025-02-23T13:14:22.130Z | Compiling omicron-zone-package v0.12.0 |
2649 | 2025-02-23T13:14:31.209Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2650 | 2025-02-23T13:14:41.949Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2025-02-23T13:14:46.204Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2652 | 2025-02-23T13:14:46.949Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2653 | 2025-02-23T13:14:48.680Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2654 | 2025-02-23T13:15:04.492Z | Finished `release` profile [optimized] target(s) in 1m 11s |
2655 | 2025-02-23T13:15:04.662Z | Running `target/release/omicron-package -t test list-outputs` |
2656 | 2025-02-23T13:15:04.713Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2657 | 2025-02-23T13:15:04.716Z | + ptime -m cargo build --locked --release -p xtask |
2658 | 2025-02-23T13:15:05.290Z | Compiling serde v1.0.218 |
2659 | 2025-02-23T13:15:05.292Z | Compiling rustix v0.38.37 |
2660 | 2025-02-23T13:15:05.293Z | Compiling serde_json v1.0.139 |
2661 | 2025-02-23T13:15:05.293Z | Compiling libc v0.2.170 |
2662 | 2025-02-23T13:15:05.293Z | Compiling syn v2.0.96 |
2663 | 2025-02-23T13:15:05.384Z | Compiling bitflags v2.6.0 |
2664 | 2025-02-23T13:15:05.768Z | Compiling usdt-impl v0.5.0 |
2665 | 2025-02-23T13:15:05.808Z | Compiling syn v1.0.109 |
2666 | 2025-02-23T13:15:05.896Z | Compiling log v0.4.22 |
2667 | 2025-02-23T13:15:05.917Z | Compiling hashbrown v0.15.1 |
2668 | 2025-02-23T13:15:06.181Z | Compiling fs-err v2.11.0 |
2669 | 2025-02-23T13:15:06.343Z | Compiling once_cell v1.20.3 |
2670 | 2025-02-23T13:15:06.519Z | Compiling anyhow v1.0.96 |
2671 | 2025-02-23T13:15:06.779Z | Compiling thread-id v4.2.2 |
2672 | 2025-02-23T13:15:07.103Z | Compiling indexmap v2.7.1 |
2673 | 2025-02-23T13:15:08.280Z | Compiling terminal_size v0.4.0 |
2674 | 2025-02-23T13:15:08.342Z | Compiling tempfile v3.13.0 |
2675 | 2025-02-23T13:15:08.541Z | Compiling clap_builder v4.5.30 |
2676 | 2025-02-23T13:15:09.332Z | Compiling proc-macro-error v1.0.4 |
2677 | 2025-02-23T13:15:09.955Z | Compiling tabled_derive v0.7.0 |
2678 | 2025-02-23T13:15:11.125Z | Compiling tabled v0.15.0 |
2679 | 2025-02-23T13:15:11.567Z | Compiling serde_derive v1.0.218 |
2680 | 2025-02-23T13:15:11.567Z | Compiling thiserror-impl v1.0.69 |
2681 | 2025-02-23T13:15:11.570Z | Compiling zerocopy-derive v0.7.35 |
2682 | 2025-02-23T13:15:11.570Z | Compiling scroll_derive v0.12.0 |
2683 | 2025-02-23T13:15:11.570Z | Compiling clap_derive v4.5.28 |
2684 | 2025-02-23T13:15:13.032Z | Compiling scroll v0.12.0 |
2685 | 2025-02-23T13:15:13.429Z | Compiling zerocopy v0.7.35 |
2686 | 2025-02-23T13:15:13.664Z | Compiling goblin v0.8.2 |
2687 | 2025-02-23T13:15:14.156Z | Compiling thiserror v1.0.69 |
2688 | 2025-02-23T13:15:14.330Z | Compiling pest v2.7.14 |
2689 | 2025-02-23T13:15:17.285Z | Compiling pest_meta v2.7.14 |
2690 | 2025-02-23T13:15:17.301Z | Compiling clap v4.5.30 |
2691 | 2025-02-23T13:15:18.987Z | Compiling pest_generator v2.7.14 |
2692 | 2025-02-23T13:15:20.818Z | Compiling pest_derive v2.7.14 |
2693 | 2025-02-23T13:15:21.686Z | Compiling dtrace-parser v0.2.0 |
2694 | 2025-02-23T13:15:27.335Z | Compiling serde_tokenstream v0.2.2 |
2695 | 2025-02-23T13:15:27.932Z | Compiling toml_datetime v0.6.8 |
2696 | 2025-02-23T13:15:28.653Z | Compiling dof v0.3.0 |
2697 | 2025-02-23T13:15:28.686Z | Compiling serde_spanned v0.6.8 |
2698 | 2025-02-23T13:15:28.962Z | Compiling toml_edit v0.22.22 |
2699 | 2025-02-23T13:15:30.417Z | Compiling camino v1.1.9 |
2700 | 2025-02-23T13:15:30.578Z | Compiling usdt-attr-macro v0.5.0 |
2701 | 2025-02-23T13:15:30.646Z | Compiling usdt-macro v0.5.0 |
2702 | 2025-02-23T13:15:31.875Z | Compiling cargo-platform v0.1.8 |
2703 | 2025-02-23T13:15:31.918Z | Compiling semver v1.0.25 |
2704 | 2025-02-23T13:15:32.976Z | Compiling toml v0.8.19 |
2705 | 2025-02-23T13:15:33.409Z | Compiling usdt v0.5.0 |
2706 | 2025-02-23T13:15:34.793Z | Compiling cargo_toml v0.20.5 |
2707 | 2025-02-23T13:15:35.360Z | Compiling cargo_metadata v0.18.1 |
2708 | 2025-02-23T13:15:37.009Z | Compiling camino-tempfile v1.1.1 |
2709 | 2025-02-23T13:15:37.789Z | Compiling macaddr v1.0.1 |
2710 | 2025-02-23T13:15:47.508Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2711 | 2025-02-23T13:15:53.055Z | Finished `release` profile [optimized] target(s) in 48.27s |
2712 | 2025-02-23T13:15:53.164Z | |
2713 | 2025-02-23T13:15:53.167Z | real 48.406509041 |
2714 | 2025-02-23T13:15:53.167Z | user 5:15.017414997 |
2715 | 2025-02-23T13:15:53.167Z | sys 18.656208545 |
2716 | 2025-02-23T13:15:53.167Z | trap 0.142060238 |
2717 | 2025-02-23T13:15:53.167Z | tflt 0.192493169 |
2718 | 2025-02-23T13:15:53.167Z | dflt 0.236111460 |
2719 | 2025-02-23T13:15:53.167Z | kflt 0.000002119 |
2720 | 2025-02-23T13:15:53.167Z | lock 9:57.898109956 |
2721 | 2025-02-23T13:15:53.167Z | slp 15:37.144145124 |
2722 | 2025-02-23T13:15:53.168Z | lat 15.184920607 |
2723 | 2025-02-23T13:15:53.168Z | stop 16.471586523 |
2724 | 2025-02-23T13:15:53.168Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2725 | 2025-02-23T13:15:53.168Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2726 | 2025-02-23T13:15:53.168Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2727 | 2025-02-23T13:15:53.168Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2728 | 2025-02-23T13:15:53.168Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2729 | 2025-02-23T13:15:54.067Z | Compiling ring v0.17.11 |
2730 | 2025-02-23T13:15:54.202Z | Compiling hashbrown v0.14.5 |
2731 | 2025-02-23T13:15:54.221Z | Compiling thiserror v2.0.11 |
2732 | 2025-02-23T13:15:54.235Z | Compiling thiserror-impl v2.0.11 |
2733 | 2025-02-23T13:15:54.237Z | Compiling ident_case v1.0.1 |
2734 | 2025-02-23T13:15:54.237Z | Compiling unsafe-libyaml v0.2.11 |
2735 | 2025-02-23T13:15:54.237Z | Compiling ipnetwork v0.21.1 |
2736 | 2025-02-23T13:15:54.253Z | Compiling macaddr v1.0.1 |
2737 | 2025-02-23T13:15:54.522Z | Compiling darling_core v0.20.10 |
2738 | 2025-02-23T13:15:54.716Z | Compiling oxnet v0.1.0 |
2739 | 2025-02-23T13:15:55.067Z | Compiling instant v0.1.13 |
2740 | 2025-02-23T13:15:55.149Z | Compiling structmeta-derive v0.3.0 |
2741 | 2025-02-23T13:15:55.240Z | Compiling dropshot v0.15.1 |
2742 | 2025-02-23T13:15:55.344Z | Compiling regress v0.10.1 |
2743 | 2025-02-23T13:15:55.370Z | Compiling regress v0.9.1 |
2744 | 2025-02-23T13:15:55.576Z | Compiling serde_yaml v0.9.34+deprecated |
2745 | 2025-02-23T13:15:56.088Z | Compiling dropshot_endpoint v0.15.1 |
2746 | 2025-02-23T13:15:57.439Z | Compiling daft-derive v0.1.1 |
2747 | 2025-02-23T13:15:57.710Z | Compiling structmeta v0.3.0 |
2748 | 2025-02-23T13:15:58.107Z | Compiling parse-display-derive v0.10.0 |
2749 | 2025-02-23T13:15:58.985Z | Compiling rustls v0.23.19 |
2750 | 2025-02-23T13:15:59.015Z | Compiling rustls v0.22.4 |
2751 | 2025-02-23T13:15:59.035Z | Compiling typify-impl v0.2.0 |
2752 | 2025-02-23T13:15:59.063Z | Compiling daft v0.1.1 |
2753 | 2025-02-23T13:15:59.581Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2754 | 2025-02-23T13:15:59.948Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2755 | 2025-02-23T13:15:59.969Z | Compiling backoff v0.4.0 |
2756 | 2025-02-23T13:16:00.240Z | Compiling darling_macro v0.20.10 |
2757 | 2025-02-23T13:16:00.314Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2758 | 2025-02-23T13:16:00.371Z | Compiling tempfile v3.13.0 |
2759 | 2025-02-23T13:16:00.401Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2760 | 2025-02-23T13:16:00.443Z | Compiling proc-macro-crate v1.3.1 |
2761 | 2025-02-23T13:16:00.488Z | Compiling typify-impl v0.3.0 |
2762 | 2025-02-23T13:16:00.606Z | Compiling itertools v0.13.0 |
2763 | 2025-02-23T13:16:01.151Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2764 | 2025-02-23T13:16:01.202Z | Compiling darling v0.20.10 |
2765 | 2025-02-23T13:16:01.319Z | Compiling num_enum_derive v0.5.11 |
2766 | 2025-02-23T13:16:01.339Z | Compiling serde_with_macros v3.11.0 |
2767 | 2025-02-23T13:16:01.538Z | Compiling rustls-webpki v0.102.8 |
2768 | 2025-02-23T13:16:02.089Z | Compiling parse-display v0.10.0 |
2769 | 2025-02-23T13:16:03.460Z | Compiling zerocopy v0.8.10 |
2770 | 2025-02-23T13:16:03.514Z | Compiling zerocopy-derive v0.8.10 |
2771 | 2025-02-23T13:16:03.634Z | Compiling num_enum v0.5.11 |
2772 | 2025-02-23T13:16:03.824Z | Compiling heapless v0.8.0 |
2773 | 2025-02-23T13:16:03.969Z | Compiling serde_with v3.11.0 |
2774 | 2025-02-23T13:16:04.337Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2775 | 2025-02-23T13:16:04.416Z | Compiling crucible-workspace-hack v0.1.0 |
2776 | 2025-02-23T13:16:04.752Z | Compiling proc-macro-error v1.0.4 |
2777 | 2025-02-23T13:16:05.016Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2778 | 2025-02-23T13:16:05.349Z | Compiling camino-tempfile v1.1.1 |
2779 | 2025-02-23T13:16:05.838Z | Compiling foreign-types-macros v0.2.3 |
2780 | 2025-02-23T13:16:07.124Z | Compiling hash32 v0.3.1 |
2781 | 2025-02-23T13:16:07.396Z | Compiling tokio-rustls v0.25.0 |
2782 | 2025-02-23T13:16:07.448Z | Compiling smoltcp v0.11.0 |
2783 | 2025-02-23T13:16:07.891Z | Compiling dropshot v0.12.0 |
2784 | 2025-02-23T13:16:09.314Z | Compiling tokio-rustls v0.26.0 |
2785 | 2025-02-23T13:16:09.806Z | Compiling hyper-rustls v0.27.3 |
2786 | 2025-02-23T13:16:10.432Z | Compiling reqwest v0.12.12 |
2787 | 2025-02-23T13:16:11.596Z | Compiling foreign-types-shared v0.3.1 |
2788 | 2025-02-23T13:16:11.736Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2789 | 2025-02-23T13:16:11.773Z | Compiling foreign-types v0.5.0 |
2790 | 2025-02-23T13:16:12.653Z | Compiling qorb v0.2.1 |
2791 | 2025-02-23T13:16:13.135Z | Compiling tabwriter v1.4.0 |
2792 | 2025-02-23T13:16:13.342Z | Compiling typify-macro v0.2.0 |
2793 | 2025-02-23T13:16:13.797Z | Compiling progenitor-client v0.9.1 |
2794 | 2025-02-23T13:16:14.388Z | Compiling progenitor-client v0.8.0 |
2795 | 2025-02-23T13:16:14.920Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2796 | 2025-02-23T13:16:15.133Z | Compiling typify-macro v0.3.0 |
2797 | 2025-02-23T13:16:15.763Z | Compiling cstr-argument v0.1.2 |
2798 | 2025-02-23T13:16:15.782Z | Compiling pretty-hex v0.2.1 |
2799 | 2025-02-23T13:16:16.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2800 | 2025-02-23T13:16:16.041Z | Compiling cobs v0.2.3 |
2801 | 2025-02-23T13:16:16.104Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2802 | 2025-02-23T13:16:16.329Z | Compiling postcard v1.0.10 |
2803 | 2025-02-23T13:16:16.386Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2804 | 2025-02-23T13:16:16.632Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2805 | 2025-02-23T13:16:16.841Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2806 | 2025-02-23T13:16:16.995Z | Compiling colored v2.1.0 |
2807 | 2025-02-23T13:16:17.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2808 | 2025-02-23T13:16:17.056Z | Compiling typify v0.2.0 |
2809 | 2025-02-23T13:16:17.211Z | Compiling progenitor-impl v0.8.0 |
2810 | 2025-02-23T13:16:17.371Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2811 | 2025-02-23T13:16:17.672Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2812 | 2025-02-23T13:16:18.350Z | Compiling smf v0.2.3 |
2813 | 2025-02-23T13:16:18.629Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2814 | 2025-02-23T13:16:18.924Z | Compiling typify v0.3.0 |
2815 | 2025-02-23T13:16:18.983Z | Compiling zone_cfg_derive v0.3.0 |
2816 | 2025-02-23T13:16:19.072Z | Compiling progenitor-impl v0.9.1 |
2817 | 2025-02-23T13:16:19.375Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2818 | 2025-02-23T13:16:19.482Z | Compiling num-derive v0.4.2 |
2819 | 2025-02-23T13:16:19.806Z | Compiling sigpipe v0.1.3 |
2820 | 2025-02-23T13:16:19.959Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2821 | 2025-02-23T13:16:20.370Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2822 | 2025-02-23T13:16:20.685Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2823 | 2025-02-23T13:16:20.736Z | Compiling zone v0.3.0 |
2824 | 2025-02-23T13:16:21.078Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2825 | 2025-02-23T13:16:21.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2826 | 2025-02-23T13:16:21.516Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2827 | 2025-02-23T13:16:21.535Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2828 | 2025-02-23T13:16:21.720Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2829 | 2025-02-23T13:16:21.785Z | Compiling universal-hash v0.5.1 |
2830 | 2025-02-23T13:16:21.973Z | Compiling opaque-debug v0.3.1 |
2831 | 2025-02-23T13:16:22.013Z | Compiling tungstenite v0.21.0 |
2832 | 2025-02-23T13:16:22.093Z | Compiling num-rational v0.4.2 |
2833 | 2025-02-23T13:16:22.115Z | Compiling password-hash v0.5.0 |
2834 | 2025-02-23T13:16:22.444Z | Compiling num-complex v0.4.6 |
2835 | 2025-02-23T13:16:22.567Z | Compiling blake2 v0.10.6 |
2836 | 2025-02-23T13:16:23.094Z | Compiling aead v0.5.2 |
2837 | 2025-02-23T13:16:23.509Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2838 | 2025-02-23T13:16:23.512Z | Compiling base64 v0.21.7 |
2839 | 2025-02-23T13:16:23.662Z | Compiling convert_case v0.4.0 |
2840 | 2025-02-23T13:16:23.712Z | Compiling keccak v0.1.5 |
2841 | 2025-02-23T13:16:23.936Z | Compiling num v0.4.3 |
2842 | 2025-02-23T13:16:23.957Z | Compiling tokio-tungstenite v0.21.0 |
2843 | 2025-02-23T13:16:24.010Z | Compiling progenitor-macro v0.8.0 |
2844 | 2025-02-23T13:16:24.063Z | Compiling sha3 v0.10.8 |
2845 | 2025-02-23T13:16:24.188Z | Compiling argon2 v0.5.3 |
2846 | 2025-02-23T13:16:24.489Z | Compiling derive_more v0.99.19 |
2847 | 2025-02-23T13:16:24.561Z | Compiling poly1305 v0.8.0 |
2848 | 2025-02-23T13:16:24.695Z | Compiling chacha20 v0.9.1 |
2849 | 2025-02-23T13:16:24.843Z | Compiling float-ord v0.3.2 |
2850 | 2025-02-23T13:16:25.054Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2851 | 2025-02-23T13:16:25.093Z | Compiling same-file v1.0.6 |
2852 | 2025-02-23T13:16:25.209Z | Compiling semver v0.1.20 |
2853 | 2025-02-23T13:16:25.410Z | Compiling walkdir v2.5.0 |
2854 | 2025-02-23T13:16:25.500Z | Compiling newline-converter v0.3.0 |
2855 | 2025-02-23T13:16:25.711Z | Compiling rustc_version v0.1.7 |
2856 | 2025-02-23T13:16:25.799Z | Compiling progenitor-macro v0.9.1 |
2857 | 2025-02-23T13:16:25.828Z | Compiling primeorder v0.13.6 |
2858 | 2025-02-23T13:16:26.059Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2859 | 2025-02-23T13:16:26.178Z | Compiling secrecy v0.8.0 |
2860 | 2025-02-23T13:16:26.243Z | Compiling owo-colors v4.1.0 |
2861 | 2025-02-23T13:16:26.323Z | Compiling cancel-safe-futures v0.1.5 |
2862 | 2025-02-23T13:16:26.423Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2863 | 2025-02-23T13:16:26.617Z | Compiling newtype_derive v0.1.6 |
2864 | 2025-02-23T13:16:26.638Z | Compiling expectorate v1.1.0 |
2865 | 2025-02-23T13:16:26.739Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2866 | 2025-02-23T13:16:26.833Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2867 | 2025-02-23T13:16:26.953Z | Compiling thiserror-impl-no-std v2.0.2 |
2868 | 2025-02-23T13:16:26.956Z | Compiling blake3 v1.5.4 |
2869 | 2025-02-23T13:16:27.036Z | Compiling half v2.4.1 |
2870 | 2025-02-23T13:16:27.220Z | Compiling unicase v2.7.0 |
2871 | 2025-02-23T13:16:27.573Z | Compiling arc-swap v1.7.1 |
2872 | 2025-02-23T13:16:27.611Z | Compiling ciborium-io v0.2.2 |
2873 | 2025-02-23T13:16:27.797Z | Compiling ciborium-ll v0.2.2 |
2874 | 2025-02-23T13:16:28.082Z | Compiling slog-scope v4.4.0 |
2875 | 2025-02-23T13:16:28.194Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2876 | 2025-02-23T13:16:28.213Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2877 | 2025-02-23T13:16:28.569Z | Compiling polyval v0.6.2 |
2878 | 2025-02-23T13:16:29.003Z | Compiling atomicwrites v0.4.4 |
2879 | 2025-02-23T13:16:29.046Z | Compiling libsw v3.3.1 |
2880 | 2025-02-23T13:16:29.383Z | Compiling memmap2 v0.9.5 |
2881 | 2025-02-23T13:16:29.402Z | Compiling indent_write v2.2.0 |
2882 | 2025-02-23T13:16:29.629Z | Compiling arrayvec v0.7.6 |
2883 | 2025-02-23T13:16:29.663Z | Compiling thiserror-no-std v2.0.2 |
2884 | 2025-02-23T13:16:29.800Z | Compiling parking_lot_core v0.8.6 |
2885 | 2025-02-23T13:16:29.823Z | Compiling constant_time_eq v0.3.1 |
2886 | 2025-02-23T13:16:30.038Z | Compiling linear-map v1.2.0 |
2887 | 2025-02-23T13:16:30.041Z | Compiling arrayref v0.3.9 |
2888 | 2025-02-23T13:16:30.187Z | Compiling libefi-sys v0.1.0 |
2889 | 2025-02-23T13:16:30.255Z | Compiling salty v0.3.0 |
2890 | 2025-02-23T13:16:30.389Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2891 | 2025-02-23T13:16:30.556Z | Compiling vsss-rs v3.3.4 |
2892 | 2025-02-23T13:16:30.746Z | Compiling ghash v0.5.1 |
2893 | 2025-02-23T13:16:31.017Z | Compiling slog-stdlog v4.1.1 |
2894 | 2025-02-23T13:16:31.127Z | Compiling ciborium v0.2.2 |
2895 | 2025-02-23T13:16:31.825Z | Compiling p384 v0.13.0 |
2896 | 2025-02-23T13:16:31.910Z | Compiling toolchain_find v0.4.0 |
2897 | 2025-02-23T13:16:32.461Z | Compiling chacha20poly1305 v0.10.1 |
2898 | 2025-02-23T13:16:32.480Z | Compiling ctr v0.9.2 |
2899 | 2025-02-23T13:16:32.543Z | Compiling lzma-sys v0.1.20 |
2900 | 2025-02-23T13:16:32.736Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2901 | 2025-02-23T13:16:32.886Z | Compiling bitfield-struct v0.6.2 |
2902 | 2025-02-23T13:16:33.190Z | Compiling slog-dtrace v0.3.0 |
2903 | 2025-02-23T13:16:33.502Z | Compiling topological-sort v0.2.2 |
2904 | 2025-02-23T13:16:33.509Z | Compiling highway v1.2.0 |
2905 | 2025-02-23T13:16:33.585Z | Compiling omicron-zone-package v0.12.0 |
2906 | 2025-02-23T13:16:33.801Z | Compiling aes-gcm v0.10.3 |
2907 | 2025-02-23T13:16:34.039Z | Compiling rustfmt-wrapper v0.2.1 |
2908 | 2025-02-23T13:16:34.133Z | Compiling mime_guess v2.0.5 |
2909 | 2025-02-23T13:16:34.155Z | Compiling slog-envlogger v2.2.0 |
2910 | 2025-02-23T13:16:34.265Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2911 | 2025-02-23T13:16:34.636Z | Compiling steno v0.4.1 |
2912 | 2025-02-23T13:16:35.223Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2913 | 2025-02-23T13:16:35.310Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2914 | 2025-02-23T13:16:35.510Z | Compiling heck v0.3.3 |
2915 | 2025-02-23T13:16:35.658Z | Compiling ssh-encoding v0.2.0 |
2916 | 2025-02-23T13:16:35.688Z | Compiling progenitor v0.8.0 |
2917 | 2025-02-23T13:16:35.915Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2918 | 2025-02-23T13:16:35.917Z | Compiling blowfish v0.9.1 |
2919 | 2025-02-23T13:16:35.953Z | Compiling nibble_vec v0.1.0 |
2920 | 2025-02-23T13:16:36.114Z | Compiling env_filter v0.1.2 |
2921 | 2025-02-23T13:16:36.180Z | Compiling humantime v2.1.0 |
2922 | 2025-02-23T13:16:36.326Z | Compiling endian-type v0.1.2 |
2923 | 2025-02-23T13:16:36.388Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2924 | 2025-02-23T13:16:36.566Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2925 | 2025-02-23T13:16:36.700Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2926 | 2025-02-23T13:16:36.719Z | Compiling radix_trie v0.2.1 |
2927 | 2025-02-23T13:16:36.757Z | Compiling env_logger v0.11.5 |
2928 | 2025-02-23T13:16:36.784Z | Compiling bcrypt-pbkdf v0.10.0 |
2929 | 2025-02-23T13:16:37.326Z | Compiling ssh-cipher v0.2.0 |
2930 | 2025-02-23T13:16:37.360Z | Compiling zone_cfg_derive v0.1.2 |
2931 | 2025-02-23T13:16:37.582Z | Compiling progenitor v0.9.1 |
2932 | 2025-02-23T13:16:37.603Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2933 | 2025-02-23T13:16:37.907Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2934 | 2025-02-23T13:16:37.956Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2935 | 2025-02-23T13:16:38.529Z | Compiling parking_lot v0.11.2 |
2936 | 2025-02-23T13:16:38.787Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2025-02-23T13:16:39.179Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2938 | 2025-02-23T13:16:39.264Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2939 | 2025-02-23T13:16:39.373Z | Compiling password-hash v0.4.2 |
2940 | 2025-02-23T13:16:39.582Z | Compiling gethostname v0.5.0 |
2941 | 2025-02-23T13:16:39.630Z | Compiling fxhash v0.2.1 |
2942 | 2025-02-23T13:16:39.801Z | Compiling zip v2.1.3 |
2943 | 2025-02-23T13:16:39.872Z | Compiling base64 v0.13.1 |
2944 | 2025-02-23T13:16:40.166Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2945 | 2025-02-23T13:16:40.212Z | Compiling lockfree-object-pool v0.1.6 |
2946 | 2025-02-23T13:16:40.477Z | Compiling simd-adler32 v0.3.7 |
2947 | 2025-02-23T13:16:40.502Z | Compiling http-range v0.1.5 |
2948 | 2025-02-23T13:16:40.525Z | Compiling bumpalo v3.16.0 |
2949 | 2025-02-23T13:16:40.849Z | Compiling ron v0.7.1 |
2950 | 2025-02-23T13:16:40.878Z | Compiling zopfli v0.8.1 |
2951 | 2025-02-23T13:16:41.030Z | Compiling pbkdf2 v0.11.0 |
2952 | 2025-02-23T13:16:41.060Z | Compiling sled v0.34.7 |
2953 | 2025-02-23T13:16:41.424Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2954 | 2025-02-23T13:16:42.460Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2955 | 2025-02-23T13:16:42.976Z | Compiling xz2 v0.1.7 |
2956 | 2025-02-23T13:16:43.175Z | Compiling zone v0.1.8 |
2957 | 2025-02-23T13:16:43.212Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2958 | 2025-02-23T13:16:43.363Z | Compiling ssh-key v0.6.6 |
2959 | 2025-02-23T13:16:44.167Z | Compiling hickory-client v0.24.3 |
2960 | 2025-02-23T13:16:44.471Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2961 | 2025-02-23T13:16:44.512Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2962 | 2025-02-23T13:16:44.619Z | Compiling p521 v0.13.3 |
2963 | 2025-02-23T13:16:45.509Z | Compiling p256 v0.13.2 |
2964 | 2025-02-23T13:16:45.953Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2965 | 2025-02-23T13:16:46.301Z | Compiling hickory-server v0.24.3 |
2966 | 2025-02-23T13:16:46.909Z | Compiling pem v3.0.4 |
2967 | 2025-02-23T13:16:46.960Z | Compiling yasna v0.5.2 |
2968 | 2025-02-23T13:16:47.404Z | Compiling headers-core v0.3.0 |
2969 | 2025-02-23T13:16:47.610Z | Compiling kstat-rs v0.2.4 |
2970 | 2025-02-23T13:16:47.651Z | Compiling nanorand v0.7.0 |
2971 | 2025-02-23T13:16:48.147Z | Compiling atty v0.2.14 |
2972 | 2025-02-23T13:16:48.230Z | Compiling russh-cryptovec v0.7.3 |
2973 | 2025-02-23T13:16:48.335Z | Compiling md5 v0.7.0 |
2974 | 2025-02-23T13:16:48.568Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2975 | 2025-02-23T13:16:48.571Z | Compiling flume v0.11.1 |
2976 | 2025-02-23T13:16:48.862Z | Compiling russh-keys v0.45.0 |
2977 | 2025-02-23T13:16:49.173Z | Compiling rcgen v0.12.1 |
2978 | 2025-02-23T13:16:50.438Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2979 | 2025-02-23T13:16:50.502Z | Compiling headers v0.4.0 |
2980 | 2025-02-23T13:16:51.239Z | Compiling hyper-staticfile v0.10.1 |
2981 | 2025-02-23T13:16:52.256Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2982 | 2025-02-23T13:16:52.480Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2983 | 2025-02-23T13:16:52.947Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2984 | 2025-02-23T13:16:53.219Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2985 | 2025-02-23T13:16:53.636Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2986 | 2025-02-23T13:16:53.981Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2987 | 2025-02-23T13:16:54.612Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2988 | 2025-02-23T13:16:55.960Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2989 | 2025-02-23T13:16:56.610Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2990 | 2025-02-23T13:16:57.066Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2991 | 2025-02-23T13:16:58.142Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2992 | 2025-02-23T13:16:58.163Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2993 | 2025-02-23T13:17:00.557Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2994 | 2025-02-23T13:17:00.560Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2995 | 2025-02-23T13:17:00.814Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2996 | 2025-02-23T13:17:01.359Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2997 | 2025-02-23T13:17:01.601Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2998 | 2025-02-23T13:17:02.190Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2999 | 2025-02-23T13:17:03.104Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3000 | 2025-02-23T13:17:03.800Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3001 | 2025-02-23T13:17:04.347Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3002 | 2025-02-23T13:17:04.648Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3003 | 2025-02-23T13:17:05.147Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3004 | 2025-02-23T13:17:06.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3005 | 2025-02-23T13:17:07.249Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3006 | 2025-02-23T13:17:07.819Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3007 | 2025-02-23T13:17:09.229Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3008 | 2025-02-23T13:17:09.398Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3009 | 2025-02-23T13:17:10.281Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3010 | 2025-02-23T13:17:11.185Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3011 | 2025-02-23T13:17:12.767Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3012 | 2025-02-23T13:17:13.064Z | Compiling num-bigint v0.4.6 |
3013 | 2025-02-23T13:17:13.294Z | Compiling des v0.8.1 |
3014 | 2025-02-23T13:17:13.639Z | Compiling subprocess v0.2.9 |
3015 | 2025-02-23T13:17:14.316Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3016 | 2025-02-23T13:17:15.249Z | Compiling display-error-chain v0.2.2 |
3017 | 2025-02-23T13:17:15.270Z | Compiling hex-literal v0.4.1 |
3018 | 2025-02-23T13:17:15.292Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3019 | 2025-02-23T13:17:15.467Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2025-02-23T13:17:15.492Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3021 | 2025-02-23T13:17:16.609Z | Compiling russh v0.45.0 |
3022 | 2025-02-23T13:17:18.296Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3023 | 2025-02-23T13:17:18.390Z | Compiling internet-checksum v0.2.1 |
3024 | 2025-02-23T13:17:22.763Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3025 | 2025-02-23T13:17:29.735Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3026 | 2025-02-23T13:17:31.380Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3027 | 2025-02-23T13:17:55.526Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3028 | 2025-02-23T13:18:17.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
3029 | 2025-02-23T13:18:18.099Z | |
3030 | 2025-02-23T13:18:18.102Z | real 2:24.848961506 |
3031 | 2025-02-23T13:18:18.102Z | user 12:25.552356911 |
3032 | 2025-02-23T13:18:18.102Z | sys 1:40.008543924 |
3033 | 2025-02-23T13:18:18.102Z | trap 0.359564032 |
3034 | 2025-02-23T13:18:18.102Z | tflt 0.235463303 |
3035 | 2025-02-23T13:18:18.102Z | dflt 0.566931134 |
3036 | 2025-02-23T13:18:18.102Z | kflt 0.000019112 |
3037 | 2025-02-23T13:18:18.102Z | lock 23:08.548763205 |
3038 | 2025-02-23T13:18:18.102Z | slp 44:03.282895641 |
3039 | 2025-02-23T13:18:18.102Z | lat 37.502668151 |
3040 | 2025-02-23T13:18:18.102Z | stop 1:41.530869873 |
3041 | 2025-02-23T13:18:18.102Z | + mkdir tests |
3042 | 2025-02-23T13:18:18.105Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3043 | 2025-02-23T13:18:18.105Z | + xargs -I '{}' -t cp '{}' tests/ |
3044 | 2025-02-23T13:18:18.145Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2eb249da2c955253 tests/ |
3045 | 2025-02-23T13:18:18.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-dd5805b836dd5a77 tests/ |
3046 | 2025-02-23T13:18:18.185Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7841c348081f6c5 tests/ |
3047 | 2025-02-23T13:18:18.206Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4eb2e3c643dbd7f4 tests/ |
3048 | 2025-02-23T13:18:18.422Z | + 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/*) |
3049 | 2025-02-23T13:18:18.424Z | + 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-dd5805b836dd5a77 tests/commtest-d7841c348081f6c5 tests/dhcp_server-2eb249da2c955253 tests/end_to_end_tests-4eb2e3c643dbd7f4 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 |
3050 | 2025-02-23T13:19:36.069Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3051 | 2025-02-23T13:19:36.069Z | a .github/buildomat/ci-env.sh 1K |
3052 | 2025-02-23T13:19:36.069Z | a out/target/test 1K |
3053 | 2025-02-23T13:19:36.069Z | a out/npuzone/npuzone 23144K |
3054 | 2025-02-23T13:19:36.069Z | a package-manifest.toml 33K |
3055 | 2025-02-23T13:19:36.069Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3056 | 2025-02-23T13:19:36.069Z | a target/release/omicron-package 39596K |
3057 | 2025-02-23T13:19:36.069Z | a target/release/xtask 10730K |
3058 | 2025-02-23T13:19:36.069Z | a target/debug/bootstrap 219141K |
3059 | 2025-02-23T13:19:36.069Z | a tests/bootstrap-dd5805b836dd5a77 24083K |
3060 | 2025-02-23T13:19:36.069Z | a tests/commtest-d7841c348081f6c5 26204K |
3061 | 2025-02-23T13:19:36.070Z | a tests/dhcp_server-2eb249da2c955253 24083K |
3062 | 2025-02-23T13:19:36.070Z | a tests/end_to_end_tests-4eb2e3c643dbd7f4 280669K |
3063 | 2025-02-23T13:19:36.070Z | a out/clickhouse.tar.gz 306886K |
3064 | 2025-02-23T13:19:36.070Z | a out/clickhouse_keeper.tar.gz 292545K |
3065 | 2025-02-23T13:19:36.070Z | a out/clickhouse_server.tar.gz 306854K |
3066 | 2025-02-23T13:19:36.070Z | a out/cockroachdb.tar.gz 144626K |
3067 | 2025-02-23T13:19:36.070Z | a out/crucible-dtrace.tar 99K |
3068 | 2025-02-23T13:19:36.070Z | a out/crucible-pantry-zone.tar.gz 32960K |
3069 | 2025-02-23T13:19:36.070Z | a out/crucible-zone.tar.gz 41331K |
3070 | 2025-02-23T13:19:36.070Z | a out/external-dns.tar.gz 46420K |
3071 | 2025-02-23T13:19:36.070Z | a out/internal-dns.tar.gz 46419K |
3072 | 2025-02-23T13:19:36.070Z | a out/mg-ddm-gz.tar 63075K |
3073 | 2025-02-23T13:19:36.070Z | a out/nexus.tar.gz 110883K |
3074 | 2025-02-23T13:19:36.070Z | a out/ntp.tar.gz 14904K |
3075 | 2025-02-23T13:19:36.070Z | a out/omicron-gateway-softnpu.tar.gz 26037K |
3076 | 2025-02-23T13:19:36.070Z | a out/omicron-sled-agent.tar 127110K |
3077 | 2025-02-23T13:19:36.070Z | a out/overlay.tar.gz 3K |
3078 | 2025-02-23T13:19:36.070Z | a out/oximeter.tar.gz 56811K |
3079 | 2025-02-23T13:19:36.070Z | a out/oxlog.tar 3138K |
3080 | 2025-02-23T13:19:36.070Z | a out/probe.tar.gz 2764K |
3081 | 2025-02-23T13:19:36.070Z | a out/propolis-server.tar.gz 66425K |
3082 | 2025-02-23T13:19:36.070Z | a out/pumpkind-gz.tar 26665K |
3083 | 2025-02-23T13:19:36.070Z | a out/switch-softnpu.tar.gz 266417K |
3084 | 2025-02-23T13:19:36.073Z | |
3085 | 2025-02-23T13:19:36.073Z | real 1:17.623102427 |
3086 | 2025-02-23T13:19:36.073Z | user 1:14.036572758 |
3087 | 2025-02-23T13:19:36.073Z | sys 4.998788214 |
3088 | 2025-02-23T13:19:36.073Z | trap 0.019163549 |
3089 | 2025-02-23T13:19:36.073Z | tflt 0.000000000 |
3090 | 2025-02-23T13:19:36.073Z | dflt 0.000000000 |
3091 | 2025-02-23T13:19:36.073Z | kflt 0.000000000 |
3092 | 2025-02-23T13:19:36.073Z | lock 0.000000000 |
3093 | 2025-02-23T13:19:36.073Z | slp 1:13.954787306 |
3094 | 2025-02-23T13:19:36.073Z | lat 2.231927533 |
3095 | 2025-02-23T13:19:36.073Z | stop 0.000236947 |
3096 | 2025-02-23T13:19:36.073Z | process exited: duration 2170586 ms, exit code 0 |
|
3097 | 2025-02-23T13:19:36.088Z | found 1 output files |
3098 | 2025-02-23T13:19:36.088Z | uploading: /work/package.tar.gz (2042032682 bytes) |
3099 | 2025-02-23T13:20:21.980Z | uploaded: /work/package.tar.gz |