|
|
|
1 | 2025-03-25T21:07:01.104Z | job assigned to worker 01JQ7J0ZGMXPYADWVB0CK1YAHH [factory aws, i-0cd4c8c0a798b0b1c] (queued for 59 s) |
|
2 | 2025-03-25T21:07:09.567Z | starting task 0: "setup" |
3 | 2025-03-25T21:07:09.572Z | ++ uname -s |
4 | 2025-03-25T21:07:09.575Z | + kern=SunOS |
5 | 2025-03-25T21:07:09.575Z | + build_user=build |
6 | 2025-03-25T21:07:09.575Z | + build_uid=12345 |
7 | 2025-03-25T21:07:09.575Z | + work_dir=/work |
8 | 2025-03-25T21:07:09.575Z | + input_dir=/input |
9 | 2025-03-25T21:07:09.575Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:07:09.575Z | + case "$kern" in |
11 | 2025-03-25T21:07:09.575Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:07:09.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:07:11.584Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:07:11.716Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:07:11.720Z | + home_fs=zfs |
16 | 2025-03-25T21:07:11.720Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:07:11.720Z | + mkdir -p /home/build |
18 | 2025-03-25T21:07:11.723Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:07:13.722Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:07:13.726Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-03-25T21:07:13.732Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:07:13.737Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:07:13.737Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:07:13.737Z | * rust toolchain profile = "default" |
25 | 2025-03-25T21:07:13.737Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-25T21:07:13.737Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:07:13.737Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:07:13.740Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:07:13.740Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:07:13.858Z | info: downloading installer |
31 | 2025-03-25T21:07:15.278Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:07:15.278Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:07:15.278Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:07:15.278Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:07:15.278Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:07:15.278Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:07:15.278Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:07:15.278Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:07:15.278Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:07:15.295Z | info: profile set to 'default' |
41 | 2025-03-25T21:07:15.295Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:07:15.298Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:07:15.455Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:07:15.455Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:07:16.397Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:07:16.786Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:07:18.320Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:07:20.020Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:07:26.928Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:07:27.265Z | info: installing component 'cargo' |
51 | 2025-03-25T21:07:28.098Z | info: installing component 'clippy' |
52 | 2025-03-25T21:07:28.484Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:07:30.246Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:07:32.105Z | info: installing component 'rustc' |
55 | 2025-03-25T21:07:38.031Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:07:38.361Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:07:38.362Z | |
58 | 2025-03-25T21:07:38.734Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:07:38.734Z | |
60 | 2025-03-25T21:07:38.737Z | |
61 | 2025-03-25T21:07:38.737Z | Rust is installed now. Great! |
62 | 2025-03-25T21:07:38.737Z | |
63 | 2025-03-25T21:07:38.737Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:07:38.737Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:07:38.737Z | |
66 | 2025-03-25T21:07:38.737Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:07:38.737Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:07:38.738Z | |
69 | 2025-03-25T21:07:38.738Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:07:38.738Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:07:38.738Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:07:38.738Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:07:38.808Z | + rustup --version |
74 | 2025-03-25T21:07:38.819Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:07:38.819Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:07:38.847Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:07:38.850Z | + cargo --version |
78 | 2025-03-25T21:07:38.869Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:07:38.872Z | + rustc --version |
80 | 2025-03-25T21:07:38.897Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:07:38.900Z | process exited: duration 25175 ms, exit code 0 |
|
82 | 2025-03-25T21:07:38.907Z | starting task 2: "authentication" |
83 | 2025-03-25T21:07:38.929Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:07:38.938Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:07:38.942Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:07:38.945Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:07:38.984Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:07:46.317Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:07:46.317Z | + git fetch origin b70751d98c98338cde209e6ab518e9005834d3dd |
90 | 2025-03-25T21:07:46.609Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:07:46.609Z | * branch b70751d98c98338cde209e6ab518e9005834d3dd -> FETCH_HEAD |
92 | 2025-03-25T21:07:46.621Z | + [[ -n eliza/ereporter-api-2 ]] |
93 | 2025-03-25T21:07:46.624Z | ++ git branch --show-current |
94 | 2025-03-25T21:07:46.627Z | + current=main |
95 | 2025-03-25T21:07:46.627Z | + [[ main != eliza/ereporter-api-2 ]] |
96 | 2025-03-25T21:07:46.627Z | + git branch -f eliza/ereporter-api-2 b70751d98c98338cde209e6ab518e9005834d3dd |
97 | 2025-03-25T21:07:46.631Z | + git checkout -f eliza/ereporter-api-2 |
98 | 2025-03-25T21:07:46.818Z | Switched to branch 'eliza/ereporter-api-2' |
99 | 2025-03-25T21:07:46.822Z | + git reset --hard b70751d98c98338cde209e6ab518e9005834d3dd |
100 | 2025-03-25T21:07:46.868Z | HEAD is now at b70751d98 s/ereporter/ereport |
101 | 2025-03-25T21:07:46.871Z | process exited: duration 7935 ms, exit code 0 |
|
102 | 2025-03-25T21:07:46.877Z | starting task 4: "build" |
103 | 2025-03-25T21:07:46.883Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T21:07:46.883Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T21:07:46.886Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T21:07:46.886Z | + cargo --version |
107 | 2025-03-25T21:07:46.940Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T21:07:46.943Z | + rustc --version |
109 | 2025-03-25T21:07:47.011Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T21:07:47.014Z | + WORK=/work |
111 | 2025-03-25T21:07:47.014Z | + pfexec mkdir -p /work |
112 | 2025-03-25T21:07:47.018Z | + pfexec chown build /work |
113 | 2025-03-25T21:07:47.021Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-25T21:07:48.645Z | pkg list: illegal option -- F |
115 | 2025-03-25T21:07:48.648Z | Usage: |
116 | 2025-03-25T21:07:48.648Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-25T21:07:48.648Z | [pkg_fmri_pattern ...] |
118 | 2025-03-25T21:07:49.518Z | pkg list: illegal option -- F |
119 | 2025-03-25T21:07:49.518Z | Usage: |
120 | 2025-03-25T21:07:49.522Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-25T21:07:49.522Z | [pkg_fmri_pattern ...] |
122 | 2025-03-25T21:07:58.855Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-25T21:08:03.468Z | Startup: Caching catalogs ... Done |
124 | 2025-03-25T21:08:18.639Z | Planning: Solver setup ... Done (14.080s) |
125 | 2025-03-25T21:08:18.804Z | Planning: Running solver ... Done (0.165s) |
126 | 2025-03-25T21:08:18.940Z | Planning: Finding local manifests ... Done (0.006s) |
127 | 2025-03-25T21:09:14.230Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-25T21:09:14.914Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-25T21:09:15.030Z | Planning: Package planning ... Done (0.115s) |
130 | 2025-03-25T21:09:15.086Z | Planning: Merging actions ... Done (0.056s) |
131 | 2025-03-25T21:09:15.289Z | Planning: Checking for conflicting actions ... Done (0.202s) |
132 | 2025-03-25T21:09:17.267Z | Planning: Consolidating action changes ... Done (1.979s) |
133 | 2025-03-25T21:09:17.692Z | Planning: Evaluating mediators ... Done (0.424s) |
134 | 2025-03-25T21:09:17.774Z | Planning: Planning completed in 74.23 seconds |
135 | 2025-03-25T21:09:17.790Z | Packages to install: 4 |
136 | 2025-03-25T21:09:17.790Z | Packages to update: 3 |
137 | 2025-03-25T21:09:17.790Z | Mediators to change: 2 |
138 | 2025-03-25T21:09:17.790Z | Services to change: 1 |
139 | 2025-03-25T21:09:17.794Z | Estimated space available: 155.59 GB |
140 | 2025-03-25T21:09:17.794Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-25T21:09:17.794Z | Create boot environment: No |
142 | 2025-03-25T21:09:17.794Z | Create backup boot environment: Yes |
143 | 2025-03-25T21:09:17.794Z | Rebuild boot archive: No |
144 | 2025-03-25T21:09:17.794Z | |
145 | 2025-03-25T21:09:17.794Z | Changed mediators: |
146 | 2025-03-25T21:09:17.794Z | mediator clang: |
147 | 2025-03-25T21:09:17.794Z | version: None -> 15 (system default) |
148 | 2025-03-25T21:09:17.794Z | |
149 | 2025-03-25T21:09:17.794Z | mediator llvm: |
150 | 2025-03-25T21:09:17.794Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-25T21:09:17.794Z | |
152 | 2025-03-25T21:09:17.794Z | Changed packages: |
153 | 2025-03-25T21:09:17.794Z | helios-dev |
154 | 2025-03-25T21:09:17.794Z | developer/build-essential |
155 | 2025-03-25T21:09:17.794Z | None -> 11-2.0 |
156 | 2025-03-25T21:09:17.794Z | library/libxmlsec1 |
157 | 2025-03-25T21:09:17.794Z | None -> 1.2.35-2.0 |
158 | 2025-03-25T21:09:17.794Z | ooce/developer/clang-15 |
159 | 2025-03-25T21:09:17.795Z | None -> 15.0.7-2.0 |
160 | 2025-03-25T21:09:17.795Z | ooce/developer/llvm-15 |
161 | 2025-03-25T21:09:17.795Z | None -> 15.0.7-2.0 |
162 | 2025-03-25T21:09:17.795Z | package/pkg |
163 | 2025-03-25T21:09:17.795Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-25T21:09:17.795Z | system/library/g++-runtime |
165 | 2025-03-25T21:09:17.795Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-25T21:09:17.795Z | system/library/gcc-runtime |
167 | 2025-03-25T21:09:17.795Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-25T21:09:17.795Z | |
169 | 2025-03-25T21:09:17.795Z | Services: |
170 | 2025-03-25T21:09:17.795Z | restart_fmri: |
171 | 2025-03-25T21:09:17.795Z | svc:/system/update-man-index:default |
172 | 2025-03-25T21:09:17.795Z | |
173 | 2025-03-25T21:09:17.795Z | Editable files to change: |
174 | 2025-03-25T21:09:17.795Z | Update: |
175 | 2025-03-25T21:09:17.795Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-25T21:09:17.871Z | |
177 | 2025-03-25T21:09:17.871Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-25T21:09:22.870Z | Download: 1141/4301 items 44.0/225.4MB 19% complete (8.7M/s) |
179 | 2025-03-25T21:09:27.870Z | Download: 1970/4301 items 118.5/225.4MB 52% complete (12.0M/s) |
180 | 2025-03-25T21:09:32.960Z | Download: 3246/4301 items 173.8/225.4MB 77% complete (14.4M/s) |
181 | 2025-03-25T21:09:37.960Z | Download: 4184/4301 items 220.3/225.4MB 97% complete (10.2M/s) |
182 | 2025-03-25T21:09:47.473Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.0M/s) |
183 | 2025-03-25T21:09:48.510Z | Download: Completed 225.42 MB in 30.65 seconds (7.4M/s) |
184 | 2025-03-25T21:09:50.673Z | Actions: 1/5122 actions (Removing old actions) |
185 | 2025-03-25T21:09:50.695Z | Actions: 194/5122 actions (Installing new actions) |
186 | 2025-03-25T21:09:55.409Z | Actions: 4267/5122 actions (Updating modified actions) |
187 | 2025-03-25T21:09:55.763Z | Actions: Completed 5122 actions in 5.09 seconds. |
188 | 2025-03-25T21:09:56.007Z | Done (0.236s) |
189 | 2025-03-25T21:09:56.011Z | Done (0.001s) |
190 | 2025-03-25T21:09:56.654Z | Done (0.645s) |
191 | 2025-03-25T21:10:01.311Z | Done (4.424s) |
192 | 2025-03-25T21:10:01.399Z | Done (0.018s) |
193 | 2025-03-25T21:10:01.402Z | Done (0.000s) |
194 | 2025-03-25T21:10:01.583Z | Done (0.000s) |
195 | 2025-03-25T21:10:02.348Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-03-25T21:10:02.514Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-03-25T21:10:02.517Z | Planning: Consolidating action changes ... Done |
198 | 2025-03-25T21:10:02.791Z | Planning: Evaluating mediators ... Done |
199 | 2025-03-25T21:10:02.794Z | Planning: Planning completed in 0.44 seconds |
200 | 2025-03-25T21:10:02.834Z | Mediators to change: 2 |
201 | 2025-03-25T21:10:02.834Z | Create boot environment: No |
202 | 2025-03-25T21:10:02.837Z | Create backup boot environment: No |
203 | 2025-03-25T21:10:02.922Z | Done |
204 | 2025-03-25T21:10:02.922Z | Done |
205 | 2025-03-25T21:10:03.378Z | Done |
206 | 2025-03-25T21:10:07.170Z | Done |
207 | 2025-03-25T21:10:07.261Z | Done |
208 | 2025-03-25T21:10:07.264Z | Done |
209 | 2025-03-25T21:10:07.404Z | Done |
210 | 2025-03-25T21:10:08.029Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-03-25T21:10:08.034Z | Planning: Merging actions ... Done |
212 | 2025-03-25T21:10:08.221Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-03-25T21:10:08.225Z | Planning: Consolidating action changes ... Done |
214 | 2025-03-25T21:10:08.491Z | Planning: Evaluating mediators ... Done |
215 | 2025-03-25T21:10:08.548Z | Planning: Planning completed in 0.76 seconds |
216 | 2025-03-25T21:10:08.590Z | Packages to change: 1 |
217 | 2025-03-25T21:10:08.590Z | Mediators to change: 1 |
218 | 2025-03-25T21:10:08.593Z | Services to change: 1 |
219 | 2025-03-25T21:10:08.593Z | Create boot environment: No |
220 | 2025-03-25T21:10:08.593Z | Create backup boot environment: Yes |
221 | 2025-03-25T21:10:10.812Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-03-25T21:10:10.816Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-03-25T21:10:10.816Z | Done |
224 | 2025-03-25T21:10:10.816Z | Done |
225 | 2025-03-25T21:10:10.946Z | Done |
226 | 2025-03-25T21:10:14.698Z | Done |
227 | 2025-03-25T21:10:14.793Z | Done |
228 | 2025-03-25T21:10:14.796Z | Done |
229 | 2025-03-25T21:10:14.938Z | Done |
230 | 2025-03-25T21:10:15.396Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-03-25T21:10:15.396Z | clang system 15 system |
232 | 2025-03-25T21:10:15.396Z | csh system system illumos |
233 | 2025-03-25T21:10:15.396Z | ctags system system illumos |
234 | 2025-03-25T21:10:15.396Z | gcc vendor 12 vendor |
235 | 2025-03-25T21:10:15.396Z | gcc system 10 system |
236 | 2025-03-25T21:10:15.396Z | gcc system 7 system |
237 | 2025-03-25T21:10:15.396Z | go system 1.20 system |
238 | 2025-03-25T21:10:15.396Z | go system 1.19 system |
239 | 2025-03-25T21:10:15.396Z | llvm system 15 system |
240 | 2025-03-25T21:10:15.396Z | llvm system 14 system |
241 | 2025-03-25T21:10:15.396Z | mariadb system 10.6 system |
242 | 2025-03-25T21:10:15.396Z | mta vendor vendor dma |
243 | 2025-03-25T21:10:15.396Z | openjdk system 17 system |
244 | 2025-03-25T21:10:15.396Z | openjdk system 11 system |
245 | 2025-03-25T21:10:15.396Z | openjdk system 1.8 system |
246 | 2025-03-25T21:10:15.396Z | openssl vendor 3 vendor |
247 | 2025-03-25T21:10:15.397Z | perl system 5.36 system |
248 | 2025-03-25T21:10:15.397Z | postgresql system 15 system |
249 | 2025-03-25T21:10:15.397Z | postgresql system 13 system |
250 | 2025-03-25T21:10:15.397Z | python vendor 3 vendor |
251 | 2025-03-25T21:10:15.397Z | python system 2 system |
252 | 2025-03-25T21:10:15.397Z | python3 system 3.11 system |
253 | 2025-03-25T21:10:15.397Z | ruby system 3.0 system |
254 | 2025-03-25T21:10:15.397Z | words vendor vendor american-english |
255 | 2025-03-25T21:10:15.397Z | words system system australian-english |
256 | 2025-03-25T21:10:15.397Z | words system system british-english |
257 | 2025-03-25T21:10:15.397Z | words system system canadian-english |
258 | 2025-03-25T21:10:15.397Z | words system system french |
259 | 2025-03-25T21:10:15.397Z | words system system italian |
260 | 2025-03-25T21:10:15.397Z | words system system ngerman |
261 | 2025-03-25T21:10:15.397Z | words system system ogerman |
262 | 2025-03-25T21:10:15.397Z | words system system spanish |
263 | 2025-03-25T21:10:15.735Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-03-25T21:10:15.735Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-03-25T21:10:18.947Z | FMRI IFO |
266 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
273 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-03-25T21:10:18.947Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
276 | 2025-03-25T21:10:18.948Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-03-25T21:10:18.948Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-03-25T21:10:18.948Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
279 | 2025-03-25T21:10:18.948Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-03-25T21:10:18.948Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-03-25T21:10:19.811Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-03-25T21:10:20.130Z | Updating crates.io index |
283 | 2025-03-25T21:10:20.183Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-03-25T21:10:20.718Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
285 | 2025-03-25T21:10:21.125Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
286 | 2025-03-25T21:10:21.370Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
287 | 2025-03-25T21:10:21.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-03-25T21:10:22.665Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-03-25T21:10:24.517Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-03-25T21:10:25.284Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-03-25T21:10:26.020Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-03-25T21:10:26.329Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-03-25T21:10:26.600Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-03-25T21:10:27.286Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
295 | 2025-03-25T21:10:27.822Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
296 | 2025-03-25T21:10:28.242Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
297 | 2025-03-25T21:10:28.522Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
298 | 2025-03-25T21:10:28.840Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
299 | 2025-03-25T21:10:29.085Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
300 | 2025-03-25T21:10:29.347Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
301 | 2025-03-25T21:10:29.647Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
302 | 2025-03-25T21:10:30.079Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-03-25T21:10:30.432Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
304 | 2025-03-25T21:10:30.764Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2025-03-25T21:10:31.071Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2025-03-25T21:10:31.412Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-03-25T21:10:31.975Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2025-03-25T21:10:32.288Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2025-03-25T21:10:32.635Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-03-25T21:10:33.016Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
311 | 2025-03-25T21:10:33.363Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-03-25T21:10:33.633Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-03-25T21:10:33.888Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-03-25T21:10:35.326Z | Downloading crates ... |
315 | 2025-03-25T21:10:35.405Z | Downloaded equivalent v1.0.1 |
316 | 2025-03-25T21:10:35.415Z | Downloaded zerocopy-derive v0.7.35 |
317 | 2025-03-25T21:10:35.425Z | Downloaded swrite v0.1.0 |
318 | 2025-03-25T21:10:35.435Z | Downloaded pretty-hex v0.4.1 |
319 | 2025-03-25T21:10:35.439Z | Downloaded usdt-macro v0.5.0 |
320 | 2025-03-25T21:10:35.442Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-03-25T21:10:35.442Z | Downloaded zerocopy v0.7.35 |
322 | 2025-03-25T21:10:35.456Z | Downloaded memmap v0.7.0 |
323 | 2025-03-25T21:10:35.459Z | Downloaded winnow v0.7.3 |
324 | 2025-03-25T21:10:35.466Z | Downloaded terminal_size v0.4.0 |
325 | 2025-03-25T21:10:35.469Z | Downloaded fnv v1.0.7 |
326 | 2025-03-25T21:10:35.469Z | Downloaded itoa v1.0.11 |
327 | 2025-03-25T21:10:35.469Z | Downloaded bytecount v0.6.8 |
328 | 2025-03-25T21:10:35.472Z | Downloaded autocfg v1.4.0 |
329 | 2025-03-25T21:10:35.472Z | Downloaded heck v0.5.0 |
330 | 2025-03-25T21:10:35.475Z | Downloaded byteorder v1.5.0 |
331 | 2025-03-25T21:10:35.475Z | Downloaded version_check v0.9.5 |
332 | 2025-03-25T21:10:35.478Z | Downloaded strsim v0.11.1 |
333 | 2025-03-25T21:10:35.478Z | Downloaded errno v0.3.9 |
334 | 2025-03-25T21:10:35.478Z | Downloaded dof v0.3.0 |
335 | 2025-03-25T21:10:35.482Z | Downloaded digest v0.10.7 |
336 | 2025-03-25T21:10:35.482Z | Downloaded anstyle-parse v0.2.5 |
337 | 2025-03-25T21:10:35.485Z | Downloaded anstyle v1.0.10 |
338 | 2025-03-25T21:10:35.485Z | Downloaded toml_datetime v0.6.8 |
339 | 2025-03-25T21:10:35.485Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2025-03-25T21:10:35.488Z | Downloaded fs-err v2.11.0 |
341 | 2025-03-25T21:10:35.488Z | Downloaded fastrand v2.1.1 |
342 | 2025-03-25T21:10:35.491Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2025-03-25T21:10:35.491Z | Downloaded heck v0.4.1 |
344 | 2025-03-25T21:10:35.491Z | Downloaded generic-array v0.14.7 |
345 | 2025-03-25T21:10:35.494Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2025-03-25T21:10:35.494Z | Downloaded pest_generator v2.7.14 |
347 | 2025-03-25T21:10:35.494Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-03-25T21:10:35.498Z | Downloaded crypto-common v0.1.6 |
349 | 2025-03-25T21:10:35.498Z | Downloaded cpufeatures v0.2.14 |
350 | 2025-03-25T21:10:35.498Z | Downloaded colorchoice v1.0.2 |
351 | 2025-03-25T21:10:35.501Z | Downloaded clap_lex v0.7.4 |
352 | 2025-03-25T21:10:35.501Z | Downloaded cfg-if v1.0.0 |
353 | 2025-03-25T21:10:35.501Z | Downloaded thread-id v4.2.2 |
354 | 2025-03-25T21:10:35.504Z | Downloaded utf8parse v0.2.2 |
355 | 2025-03-25T21:10:35.504Z | Downloaded thiserror-impl v2.0.11 |
356 | 2025-03-25T21:10:35.504Z | Downloaded plain v0.2.3 |
357 | 2025-03-25T21:10:35.507Z | Downloaded block-buffer v0.10.4 |
358 | 2025-03-25T21:10:35.507Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-03-25T21:10:35.510Z | Downloaded usdt v0.5.0 |
360 | 2025-03-25T21:10:35.510Z | Downloaded usdt-impl v0.5.0 |
361 | 2025-03-25T21:10:35.513Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-03-25T21:10:35.513Z | Downloaded once_cell v1.20.3 |
363 | 2025-03-25T21:10:35.516Z | Downloaded cargo-platform v0.1.8 |
364 | 2025-03-25T21:10:35.516Z | Downloaded camino-tempfile v1.1.1 |
365 | 2025-03-25T21:10:35.520Z | Downloaded smawk v0.3.2 |
366 | 2025-03-25T21:10:35.520Z | Downloaded scroll v0.12.0 |
367 | 2025-03-25T21:10:35.523Z | Downloaded proc-macro-error v1.0.4 |
368 | 2025-03-25T21:10:35.523Z | Downloaded quote v1.0.39 |
369 | 2025-03-25T21:10:35.526Z | Downloaded cargo_metadata v0.19.2 |
370 | 2025-03-25T21:10:35.529Z | Downloaded thiserror v1.0.69 |
371 | 2025-03-25T21:10:35.532Z | Downloaded io-lifetimes v1.0.11 |
372 | 2025-03-25T21:10:35.535Z | Downloaded cargo_toml v0.21.0 |
373 | 2025-03-25T21:10:35.535Z | Downloaded anstream v0.6.15 |
374 | 2025-03-25T21:10:35.538Z | Downloaded sha2 v0.10.8 |
375 | 2025-03-25T21:10:35.541Z | Downloaded terminal_size v0.2.6 |
376 | 2025-03-25T21:10:35.545Z | Downloaded tempfile v3.13.0 |
377 | 2025-03-25T21:10:35.553Z | Downloaded bitflags v2.6.0 |
378 | 2025-03-25T21:10:35.558Z | Downloaded usdt-attr-macro v0.5.0 |
379 | 2025-03-25T21:10:35.561Z | Downloaded clap_derive v4.5.28 |
380 | 2025-03-25T21:10:35.564Z | Downloaded thiserror v2.0.11 |
381 | 2025-03-25T21:10:35.567Z | Downloaded log v0.4.22 |
382 | 2025-03-25T21:10:35.570Z | Downloaded clap v4.5.31 |
383 | 2025-03-25T21:10:35.577Z | Downloaded unicode-ident v1.0.14 |
384 | 2025-03-25T21:10:35.580Z | Downloaded ucd-trie v0.1.7 |
385 | 2025-03-25T21:10:35.585Z | Downloaded serde_spanned v0.6.8 |
386 | 2025-03-25T21:10:35.585Z | Downloaded bitflags v1.3.2 |
387 | 2025-03-25T21:10:35.588Z | Downloaded thiserror-impl v1.0.69 |
388 | 2025-03-25T21:10:35.588Z | Downloaded macaddr v1.0.1 |
389 | 2025-03-25T21:10:35.588Z | Downloaded proc-macro2 v1.0.94 |
390 | 2025-03-25T21:10:35.591Z | Downloaded unicode-linebreak v0.1.5 |
391 | 2025-03-25T21:10:35.591Z | Downloaded camino v1.1.9 |
392 | 2025-03-25T21:10:35.594Z | Downloaded ryu v1.0.18 |
393 | 2025-03-25T21:10:35.597Z | Downloaded papergrid v0.11.0 |
394 | 2025-03-25T21:10:35.600Z | Downloaded typenum v1.17.0 |
395 | 2025-03-25T21:10:35.604Z | Downloaded serde_derive v1.0.218 |
396 | 2025-03-25T21:10:35.607Z | Downloaded anyhow v1.0.97 |
397 | 2025-03-25T21:10:35.610Z | Downloaded pest_meta v2.7.14 |
398 | 2025-03-25T21:10:35.610Z | Downloaded pest_derive v2.7.14 |
399 | 2025-03-25T21:10:35.613Z | Downloaded indexmap v2.7.1 |
400 | 2025-03-25T21:10:35.616Z | Downloaded serde v1.0.218 |
401 | 2025-03-25T21:10:35.619Z | Downloaded toml v0.8.20 |
402 | 2025-03-25T21:10:35.622Z | Downloaded textwrap v0.16.1 |
403 | 2025-03-25T21:10:35.625Z | Downloaded semver v1.0.25 |
404 | 2025-03-25T21:10:35.641Z | Downloaded toml_edit v0.22.24 |
405 | 2025-03-25T21:10:35.670Z | Downloaded pest v2.7.14 |
406 | 2025-03-25T21:10:35.679Z | Downloaded hashbrown v0.15.1 |
407 | 2025-03-25T21:10:35.684Z | Downloaded memchr v2.7.4 |
408 | 2025-03-25T21:10:35.688Z | Downloaded serde_json v1.0.139 |
409 | 2025-03-25T21:10:35.697Z | Downloaded clap_builder v4.5.31 |
410 | 2025-03-25T21:10:35.703Z | Downloaded goblin v0.8.2 |
411 | 2025-03-25T21:10:35.709Z | Downloaded tabled v0.15.0 |
412 | 2025-03-25T21:10:35.732Z | Downloaded syn v1.0.109 |
413 | 2025-03-25T21:10:35.742Z | Downloaded unicode-width v0.1.14 |
414 | 2025-03-25T21:10:35.750Z | Downloaded syn v2.0.98 |
415 | 2025-03-25T21:10:35.761Z | Downloaded rustix v0.37.28 |
416 | 2025-03-25T21:10:35.779Z | Downloaded rustix v0.38.37 |
417 | 2025-03-25T21:10:35.818Z | Downloaded libc v0.2.170 |
418 | 2025-03-25T21:10:35.957Z | Compiling proc-macro2 v1.0.94 |
419 | 2025-03-25T21:10:35.957Z | Compiling unicode-ident v1.0.14 |
420 | 2025-03-25T21:10:35.961Z | Compiling libc v0.2.170 |
421 | 2025-03-25T21:10:35.961Z | Compiling serde v1.0.218 |
422 | 2025-03-25T21:10:35.961Z | Compiling version_check v0.9.5 |
423 | 2025-03-25T21:10:35.994Z | Compiling memchr v2.7.4 |
424 | 2025-03-25T21:10:35.997Z | Compiling thiserror v1.0.69 |
425 | 2025-03-25T21:10:35.997Z | Compiling itoa v1.0.11 |
426 | 2025-03-25T21:10:36.224Z | Compiling ryu v1.0.18 |
427 | 2025-03-25T21:10:36.333Z | Compiling ucd-trie v0.1.7 |
428 | 2025-03-25T21:10:36.739Z | Compiling once_cell v1.20.3 |
429 | 2025-03-25T21:10:36.761Z | Compiling byteorder v1.5.0 |
430 | 2025-03-25T21:10:36.833Z | Compiling serde_json v1.0.139 |
431 | 2025-03-25T21:10:37.130Z | Compiling rustix v0.38.37 |
432 | 2025-03-25T21:10:37.179Z | Compiling bitflags v2.6.0 |
433 | 2025-03-25T21:10:37.228Z | Compiling usdt-impl v0.5.0 |
434 | 2025-03-25T21:10:37.444Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-03-25T21:10:37.572Z | Compiling io-lifetimes v1.0.11 |
436 | 2025-03-25T21:10:37.602Z | Compiling syn v1.0.109 |
437 | 2025-03-25T21:10:37.773Z | Compiling quote v1.0.39 |
438 | 2025-03-25T21:10:37.824Z | Compiling errno v0.3.9 |
439 | 2025-03-25T21:10:37.991Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-03-25T21:10:38.060Z | Compiling equivalent v1.0.1 |
441 | 2025-03-25T21:10:38.157Z | Compiling syn v2.0.98 |
442 | 2025-03-25T21:10:38.260Z | Compiling camino v1.1.9 |
443 | 2025-03-25T21:10:38.288Z | Compiling hashbrown v0.15.1 |
444 | 2025-03-25T21:10:38.427Z | Compiling rustix v0.37.28 |
445 | 2025-03-25T21:10:38.452Z | Compiling utf8parse v0.2.2 |
446 | 2025-03-25T21:10:38.554Z | Compiling thread-id v4.2.2 |
447 | 2025-03-25T21:10:38.578Z | Compiling plain v0.2.3 |
448 | 2025-03-25T21:10:38.633Z | Compiling log v0.4.22 |
449 | 2025-03-25T21:10:38.691Z | Compiling anstyle-parse v0.2.5 |
450 | 2025-03-25T21:10:39.105Z | Compiling colorchoice v1.0.2 |
451 | 2025-03-25T21:10:39.289Z | Compiling indexmap v2.7.1 |
452 | 2025-03-25T21:10:39.343Z | Compiling winnow v0.7.3 |
453 | 2025-03-25T21:10:39.365Z | Compiling is_terminal_polyfill v1.70.1 |
454 | 2025-03-25T21:10:39.396Z | Compiling anstyle-query v1.1.1 |
455 | 2025-03-25T21:10:39.497Z | Compiling unicode-width v0.1.14 |
456 | 2025-03-25T21:10:39.560Z | Compiling semver v1.0.25 |
457 | 2025-03-25T21:10:39.680Z | Compiling thiserror v2.0.11 |
458 | 2025-03-25T21:10:40.052Z | Compiling anstyle v1.0.10 |
459 | 2025-03-25T21:10:40.145Z | Compiling autocfg v1.4.0 |
460 | 2025-03-25T21:10:40.366Z | Compiling pretty-hex v0.4.1 |
461 | 2025-03-25T21:10:40.508Z | Compiling bitflags v1.3.2 |
462 | 2025-03-25T21:10:40.578Z | Compiling anstream v0.6.15 |
463 | 2025-03-25T21:10:40.730Z | Compiling terminal_size v0.4.0 |
464 | 2025-03-25T21:10:41.137Z | Compiling clap_lex v0.7.4 |
465 | 2025-03-25T21:10:41.162Z | Compiling fs-err v2.11.0 |
466 | 2025-03-25T21:10:41.186Z | Compiling strsim v0.11.1 |
467 | 2025-03-25T21:10:41.251Z | Compiling heck v0.4.1 |
468 | 2025-03-25T21:10:41.493Z | Compiling fnv v1.0.7 |
469 | 2025-03-25T21:10:41.586Z | Compiling fastrand v2.1.1 |
470 | 2025-03-25T21:10:41.642Z | Compiling heck v0.5.0 |
471 | 2025-03-25T21:10:41.678Z | Compiling anyhow v1.0.97 |
472 | 2025-03-25T21:10:41.941Z | Compiling cfg-if v1.0.0 |
473 | 2025-03-25T21:10:42.091Z | Compiling bytecount v0.6.8 |
474 | 2025-03-25T21:10:42.128Z | Compiling terminal_size v0.2.6 |
475 | 2025-03-25T21:10:42.317Z | Compiling papergrid v0.11.0 |
476 | 2025-03-25T21:10:42.342Z | Compiling clap_builder v4.5.31 |
477 | 2025-03-25T21:10:42.434Z | Compiling tempfile v3.13.0 |
478 | 2025-03-25T21:10:42.622Z | Compiling memmap v0.7.0 |
479 | 2025-03-25T21:10:42.650Z | Compiling unicode-linebreak v0.1.5 |
480 | 2025-03-25T21:10:42.920Z | Compiling smawk v0.3.2 |
481 | 2025-03-25T21:10:43.120Z | Compiling textwrap v0.16.1 |
482 | 2025-03-25T21:10:43.205Z | Compiling swrite v0.1.0 |
483 | 2025-03-25T21:10:43.930Z | Compiling tabled_derive v0.7.0 |
484 | 2025-03-25T21:10:45.359Z | Compiling serde_derive v1.0.218 |
485 | 2025-03-25T21:10:45.359Z | Compiling thiserror-impl v1.0.69 |
486 | 2025-03-25T21:10:45.362Z | Compiling zerocopy-derive v0.7.35 |
487 | 2025-03-25T21:10:45.362Z | Compiling scroll_derive v0.12.0 |
488 | 2025-03-25T21:10:45.362Z | Compiling thiserror-impl v2.0.11 |
489 | 2025-03-25T21:10:45.362Z | Compiling clap_derive v4.5.28 |
490 | 2025-03-25T21:10:45.574Z | Compiling tabled v0.15.0 |
491 | 2025-03-25T21:10:46.777Z | Compiling scroll v0.12.0 |
492 | 2025-03-25T21:10:47.303Z | Compiling goblin v0.8.2 |
493 | 2025-03-25T21:10:47.328Z | Compiling zerocopy v0.7.35 |
494 | 2025-03-25T21:10:48.584Z | Compiling pest v2.7.14 |
495 | 2025-03-25T21:10:49.736Z | Compiling clap v4.5.31 |
496 | 2025-03-25T21:10:50.870Z | Compiling pest_meta v2.7.14 |
497 | 2025-03-25T21:10:51.740Z | Compiling pest_generator v2.7.14 |
498 | 2025-03-25T21:10:53.136Z | Compiling pest_derive v2.7.14 |
499 | 2025-03-25T21:10:53.722Z | Compiling dtrace-parser v0.2.0 |
500 | 2025-03-25T21:10:54.580Z | Compiling serde_spanned v0.6.8 |
501 | 2025-03-25T21:10:54.584Z | Compiling toml_datetime v0.6.8 |
502 | 2025-03-25T21:10:54.584Z | Compiling cargo-platform v0.1.8 |
503 | 2025-03-25T21:10:54.888Z | Compiling serde_tokenstream v0.2.2 |
504 | 2025-03-25T21:10:54.936Z | Compiling macaddr v1.0.1 |
505 | 2025-03-25T21:10:55.089Z | Compiling toml_edit v0.22.24 |
506 | 2025-03-25T21:10:55.251Z | Compiling camino-tempfile v1.1.1 |
507 | 2025-03-25T21:10:56.005Z | Compiling dof v0.3.0 |
508 | 2025-03-25T21:10:56.005Z | Compiling cargo_metadata v0.19.2 |
509 | 2025-03-25T21:10:57.595Z | Compiling usdt-macro v0.5.0 |
510 | 2025-03-25T21:10:57.599Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2025-03-25T21:10:57.952Z | Compiling toml v0.8.20 |
512 | 2025-03-25T21:10:58.767Z | Compiling cargo_toml v0.21.0 |
513 | 2025-03-25T21:10:58.868Z | Compiling usdt v0.5.0 |
514 | 2025-03-25T21:11:01.380Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
515 | 2025-03-25T21:11:04.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.08s |
516 | 2025-03-25T21:11:04.855Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
517 | 2025-03-25T21:11:05.440Z | Downloading crates ... |
518 | 2025-03-25T21:11:05.567Z | Downloaded aead v0.5.2 |
519 | 2025-03-25T21:11:05.580Z | Downloaded arrayvec v0.7.6 |
520 | 2025-03-25T21:11:05.584Z | Downloaded argon2 v0.5.3 |
521 | 2025-03-25T21:11:05.593Z | Downloaded async-stream-impl v0.3.6 |
522 | 2025-03-25T21:11:05.597Z | Downloaded ctr v0.9.2 |
523 | 2025-03-25T21:11:05.600Z | Downloaded hostname v0.3.1 |
524 | 2025-03-25T21:11:05.604Z | Downloaded cstr-argument v0.1.2 |
525 | 2025-03-25T21:11:05.607Z | Downloaded hickory-client v0.24.4 |
526 | 2025-03-25T21:11:05.612Z | Downloaded cfg_aliases v0.1.1 |
527 | 2025-03-25T21:11:05.612Z | Downloaded crucible-workspace-hack v0.1.0 |
528 | 2025-03-25T21:11:05.616Z | Downloaded cfg_aliases v0.2.1 |
529 | 2025-03-25T21:11:05.616Z | Downloaded hubpack_derive v0.1.1 |
530 | 2025-03-25T21:11:05.616Z | Downloaded http-body v1.0.1 |
531 | 2025-03-25T21:11:05.619Z | Downloaded arc-swap v1.7.1 |
532 | 2025-03-25T21:11:05.622Z | Downloaded http-range v0.1.5 |
533 | 2025-03-25T21:11:05.625Z | Downloaded is_ci v1.2.0 |
534 | 2025-03-25T21:11:05.625Z | Downloaded hmac v0.12.1 |
535 | 2025-03-25T21:11:05.629Z | Downloaded ciborium-io v0.2.2 |
536 | 2025-03-25T21:11:05.629Z | Downloaded icu_provider_macros v1.5.0 |
537 | 2025-03-25T21:11:05.632Z | Downloaded ident_case v1.0.1 |
538 | 2025-03-25T21:11:05.632Z | Downloaded atty v0.2.14 |
539 | 2025-03-25T21:11:05.632Z | Downloaded atomicwrites v0.4.4 |
540 | 2025-03-25T21:11:05.635Z | Downloaded crunchy v0.2.2 |
541 | 2025-03-25T21:11:05.635Z | Downloaded ascii-canvas v3.0.0 |
542 | 2025-03-25T21:11:05.635Z | Downloaded cobs v0.2.3 |
543 | 2025-03-25T21:11:05.638Z | Downloaded match_cfg v0.1.0 |
544 | 2025-03-25T21:11:05.642Z | Downloaded castaway v0.2.3 |
545 | 2025-03-25T21:11:05.642Z | Downloaded md5 v0.7.0 |
546 | 2025-03-25T21:11:05.645Z | Downloaded atomic-waker v1.1.2 |
547 | 2025-03-25T21:11:05.645Z | Downloaded adler2 v2.0.0 |
548 | 2025-03-25T21:11:05.648Z | Downloaded hubpack v0.1.2 |
549 | 2025-03-25T21:11:05.648Z | Downloaded lazycell v1.3.0 |
550 | 2025-03-25T21:11:05.651Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2025-03-25T21:11:05.651Z | Downloaded md-5 v0.10.6 |
552 | 2025-03-25T21:11:05.654Z | Downloaded hex-literal v0.4.1 |
553 | 2025-03-25T21:11:05.654Z | Downloaded chrono-tz-build v0.4.0 |
554 | 2025-03-25T21:11:05.657Z | Downloaded linked-hash-map v0.5.6 |
555 | 2025-03-25T21:11:05.660Z | Downloaded bit-set v0.5.3 |
556 | 2025-03-25T21:11:05.660Z | Downloaded instant v0.1.13 |
557 | 2025-03-25T21:11:05.663Z | Downloaded chacha20 v0.9.1 |
558 | 2025-03-25T21:11:05.663Z | Downloaded inout v0.1.3 |
559 | 2025-03-25T21:11:05.666Z | Downloaded httpdate v1.0.3 |
560 | 2025-03-25T21:11:05.666Z | Downloaded http-body-util v0.1.2 |
561 | 2025-03-25T21:11:05.670Z | Downloaded hostname v0.4.0 |
562 | 2025-03-25T21:11:05.670Z | Downloaded bitfield v0.14.0 |
563 | 2025-03-25T21:11:05.673Z | Downloaded humantime v2.1.0 |
564 | 2025-03-25T21:11:05.673Z | Downloaded home v0.5.9 |
565 | 2025-03-25T21:11:05.676Z | Downloaded crc v3.2.1 |
566 | 2025-03-25T21:11:05.680Z | Downloaded idna_adapter v1.2.0 |
567 | 2025-03-25T21:11:05.680Z | Downloaded const_format_proc_macros v0.2.34 |
568 | 2025-03-25T21:11:05.683Z | Downloaded ipnetwork v0.21.1 |
569 | 2025-03-25T21:11:05.683Z | Downloaded hyper-rustls v0.27.3 |
570 | 2025-03-25T21:11:05.686Z | Downloaded multimap v0.10.0 |
571 | 2025-03-25T21:11:05.689Z | Downloaded mime v0.3.17 |
572 | 2025-03-25T21:11:05.689Z | Downloaded linear-map v1.2.0 |
573 | 2025-03-25T21:11:05.692Z | Downloaded keccak v0.1.5 |
574 | 2025-03-25T21:11:05.695Z | Downloaded memoffset v0.9.1 |
575 | 2025-03-25T21:11:05.695Z | Downloaded libefi-sys v0.1.0 |
576 | 2025-03-25T21:11:05.698Z | Downloaded lalrpop-util v0.19.12 |
577 | 2025-03-25T21:11:05.698Z | Downloaded base16ct v0.2.0 |
578 | 2025-03-25T21:11:05.701Z | Downloaded mockall v0.13.1 |
579 | 2025-03-25T21:11:05.702Z | Downloaded libsw v3.4.0 |
580 | 2025-03-25T21:11:05.705Z | Downloaded convert_case v0.4.0 |
581 | 2025-03-25T21:11:05.705Z | Downloaded bit-vec v0.6.3 |
582 | 2025-03-25T21:11:05.708Z | Downloaded cassowary v0.3.0 |
583 | 2025-03-25T21:11:05.708Z | Downloaded lock_api v0.4.12 |
584 | 2025-03-25T21:11:05.711Z | Downloaded async-stream v0.3.6 |
585 | 2025-03-25T21:11:05.714Z | Downloaded bit-set v0.8.0 |
586 | 2025-03-25T21:11:05.714Z | Downloaded addr2line v0.24.2 |
587 | 2025-03-25T21:11:05.717Z | Downloaded lockfree-object-pool v0.1.6 |
588 | 2025-03-25T21:11:05.720Z | Downloaded indent_write v2.2.0 |
589 | 2025-03-25T21:11:05.723Z | Downloaded base64ct v1.6.0 |
590 | 2025-03-25T21:11:05.726Z | Downloaded libsw-core v0.3.1 |
591 | 2025-03-25T21:11:05.726Z | Downloaded is-terminal v0.4.13 |
592 | 2025-03-25T21:11:05.729Z | Downloaded internet-checksum v0.2.1 |
593 | 2025-03-25T21:11:05.729Z | Downloaded hyper-tls v0.6.0 |
594 | 2025-03-25T21:11:05.730Z | Downloaded bcs v0.1.6 |
595 | 2025-03-25T21:11:05.733Z | Downloaded console v0.15.10 |
596 | 2025-03-25T21:11:05.736Z | Downloaded async-bb8-diesel v0.2.1 |
597 | 2025-03-25T21:11:05.739Z | Downloaded lru-cache v0.1.2 |
598 | 2025-03-25T21:11:05.739Z | Downloaded hex v0.4.3 |
599 | 2025-03-25T21:11:05.742Z | Downloaded ahash v0.8.11 |
600 | 2025-03-25T21:11:05.746Z | Downloaded lazy_static v1.5.0 |
601 | 2025-03-25T21:11:05.749Z | Downloaded strum v0.26.3 |
602 | 2025-03-25T21:11:05.749Z | Downloaded multer v3.1.0 |
603 | 2025-03-25T21:11:05.752Z | Downloaded iana-time-zone v0.1.61 |
604 | 2025-03-25T21:11:05.755Z | Downloaded maybe-uninit v2.0.0 |
605 | 2025-03-25T21:11:05.758Z | Downloaded cargo_metadata v0.18.1 |
606 | 2025-03-25T21:11:05.758Z | Downloaded cancel-safe-futures v0.1.5 |
607 | 2025-03-25T21:11:05.761Z | Downloaded csv-core v0.1.11 |
608 | 2025-03-25T21:11:05.764Z | Downloaded lru v0.12.5 |
609 | 2025-03-25T21:11:05.767Z | Downloaded rand_core v0.6.4 |
610 | 2025-03-25T21:11:05.767Z | Downloaded rand_chacha v0.9.0 |
611 | 2025-03-25T21:11:05.770Z | Downloaded proc-macro-error-attr2 v2.0.0 |
612 | 2025-03-25T21:11:05.770Z | Downloaded indoc v1.0.9 |
613 | 2025-03-25T21:11:05.773Z | Downloaded termtree v0.5.1 |
614 | 2025-03-25T21:11:05.777Z | Downloaded want v0.3.1 |
615 | 2025-03-25T21:11:05.777Z | Downloaded r2d2 v0.8.10 |
616 | 2025-03-25T21:11:05.780Z | Downloaded xattr v1.3.1 |
617 | 2025-03-25T21:11:05.780Z | Downloaded httparse v1.9.5 |
618 | 2025-03-25T21:11:05.784Z | Downloaded kstat-rs v0.2.4 |
619 | 2025-03-25T21:11:05.784Z | Downloaded ciborium v0.2.2 |
620 | 2025-03-25T21:11:05.787Z | Downloaded serde_path_to_error v0.1.16 |
621 | 2025-03-25T21:11:05.790Z | Downloaded salsa20 v0.10.2 |
622 | 2025-03-25T21:11:05.793Z | Downloaded crossbeam-epoch v0.9.18 |
623 | 2025-03-25T21:11:05.796Z | Downloaded float-ord v0.3.2 |
624 | 2025-03-25T21:11:05.796Z | Downloaded async-trait v0.1.87 |
625 | 2025-03-25T21:11:05.800Z | Downloaded stable_deref_trait v1.2.0 |
626 | 2025-03-25T21:11:05.803Z | Downloaded litrs v0.4.1 |
627 | 2025-03-25T21:11:05.807Z | Downloaded diesel_table_macro_syntax v0.2.0 |
628 | 2025-03-25T21:11:05.811Z | Downloaded tabled_derive v0.10.0 |
629 | 2025-03-25T21:11:05.811Z | Downloaded termtree v0.4.1 |
630 | 2025-03-25T21:11:05.811Z | Downloaded rustfmt-wrapper v0.2.1 |
631 | 2025-03-25T21:11:05.814Z | Downloaded flagset v0.4.6 |
632 | 2025-03-25T21:11:05.814Z | Downloaded newtype-uuid v1.2.1 |
633 | 2025-03-25T21:11:05.817Z | Downloaded slog-envlogger v2.2.0 |
634 | 2025-03-25T21:11:05.817Z | Downloaded newtype_derive v0.1.6 |
635 | 2025-03-25T21:11:05.820Z | Downloaded icu_properties v1.5.1 |
636 | 2025-03-25T21:11:05.823Z | Downloaded managed v0.8.0 |
637 | 2025-03-25T21:11:05.827Z | Downloaded untrusted v0.7.1 |
638 | 2025-03-25T21:11:05.827Z | Downloaded siphasher v0.3.11 |
639 | 2025-03-25T21:11:05.827Z | Downloaded universal-hash v0.5.1 |
640 | 2025-03-25T21:11:05.830Z | Downloaded termcolor v1.4.1 |
641 | 2025-03-25T21:11:05.833Z | Downloaded memmap2 v0.9.5 |
642 | 2025-03-25T21:11:05.833Z | Downloaded mockall_derive v0.13.1 |
643 | 2025-03-25T21:11:05.836Z | Downloaded strum_macros v0.24.3 |
644 | 2025-03-25T21:11:05.839Z | Downloaded rand_core v0.9.2 |
645 | 2025-03-25T21:11:05.839Z | Downloaded proc-macro-error2 v2.0.1 |
646 | 2025-03-25T21:11:05.843Z | Downloaded progenitor-client v0.9.1 |
647 | 2025-03-25T21:11:05.846Z | Downloaded openssl-probe v0.1.5 |
648 | 2025-03-25T21:11:05.846Z | Downloaded zerovec-derive v0.10.3 |
649 | 2025-03-25T21:11:05.850Z | Downloaded termios v0.3.3 |
650 | 2025-03-25T21:11:05.853Z | Downloaded defmt-parser v0.3.4 |
651 | 2025-03-25T21:11:05.853Z | Downloaded shell-words v1.1.0 |
652 | 2025-03-25T21:11:05.853Z | Downloaded crc-any v2.5.0 |
653 | 2025-03-25T21:11:05.856Z | Downloaded dirs-next v2.0.0 |
654 | 2025-03-25T21:11:05.856Z | Downloaded cmake v0.1.51 |
655 | 2025-03-25T21:11:05.860Z | Downloaded dirs-sys-next v0.1.2 |
656 | 2025-03-25T21:11:05.860Z | Downloaded blake2 v0.10.6 |
657 | 2025-03-25T21:11:05.863Z | Downloaded futures-macro v0.3.31 |
658 | 2025-03-25T21:11:05.866Z | Downloaded futures-task v0.3.31 |
659 | 2025-03-25T21:11:05.866Z | Downloaded chacha20poly1305 v0.10.1 |
660 | 2025-03-25T21:11:05.869Z | Downloaded serde-big-array v0.5.1 |
661 | 2025-03-25T21:11:05.872Z | Downloaded float-cmp v0.10.0 |
662 | 2025-03-25T21:11:05.872Z | Downloaded miniz_oxide v0.8.5 |
663 | 2025-03-25T21:11:05.875Z | Downloaded tokio-tungstenite v0.21.0 |
664 | 2025-03-25T21:11:05.878Z | Downloaded diesel-dtrace v0.4.2 |
665 | 2025-03-25T21:11:05.882Z | Downloaded hickory-resolver v0.24.4 |
666 | 2025-03-25T21:11:05.885Z | Downloaded packed_struct v0.10.1 |
667 | 2025-03-25T21:11:05.888Z | Downloaded num_enum v0.5.11 |
668 | 2025-03-25T21:11:05.894Z | Downloaded tabwriter v1.4.0 |
669 | 2025-03-25T21:11:05.897Z | Downloaded peg v0.8.5 |
670 | 2025-03-25T21:11:05.900Z | Downloaded vte_generate_state_changes v0.1.2 |
671 | 2025-03-25T21:11:05.900Z | Downloaded oxnet v0.1.1 |
672 | 2025-03-25T21:11:05.903Z | Downloaded powerfmt v0.2.0 |
673 | 2025-03-25T21:11:05.903Z | Downloaded base64 v0.13.1 |
674 | 2025-03-25T21:11:05.907Z | Downloaded derive_builder v0.20.2 |
675 | 2025-03-25T21:11:05.927Z | Downloaded zerofrom v0.1.4 |
676 | 2025-03-25T21:11:05.930Z | Downloaded icu_collections v1.5.0 |
677 | 2025-03-25T21:11:05.933Z | Downloaded yoke-derive v0.7.4 |
678 | 2025-03-25T21:11:05.936Z | Downloaded indicatif v0.17.11 |
679 | 2025-03-25T21:11:05.939Z | Downloaded radium v0.7.0 |
680 | 2025-03-25T21:11:05.942Z | Downloaded quinn-udp v0.5.5 |
681 | 2025-03-25T21:11:05.943Z | Downloaded bumpalo v3.16.0 |
682 | 2025-03-25T21:11:05.946Z | Downloaded new_debug_unreachable v1.0.6 |
683 | 2025-03-25T21:11:05.951Z | Downloaded endian-type v0.1.2 |
684 | 2025-03-25T21:11:05.951Z | Downloaded rtoolbox v0.0.2 |
685 | 2025-03-25T21:11:05.951Z | Downloaded socket2 v0.5.8 |
686 | 2025-03-25T21:11:05.954Z | Downloaded typify v0.2.0 |
687 | 2025-03-25T21:11:05.957Z | Downloaded newline-converter v0.3.0 |
688 | 2025-03-25T21:11:05.957Z | Downloaded string_cache v0.8.7 |
689 | 2025-03-25T21:11:05.960Z | Downloaded num-complex v0.4.6 |
690 | 2025-03-25T21:11:05.960Z | Downloaded tokio-rustls v0.25.0 |
691 | 2025-03-25T21:11:05.963Z | Downloaded predicates-core v1.0.8 |
692 | 2025-03-25T21:11:05.966Z | Downloaded slog-async v2.8.0 |
693 | 2025-03-25T21:11:05.966Z | Downloaded zeroize_derive v1.4.2 |
694 | 2025-03-25T21:11:05.969Z | Downloaded tokio-tungstenite v0.23.1 |
695 | 2025-03-25T21:11:05.973Z | Downloaded num_enum_derive v0.5.11 |
696 | 2025-03-25T21:11:05.973Z | Downloaded tokio-native-tls v0.3.1 |
697 | 2025-03-25T21:11:05.976Z | Downloaded tokio-macros v2.5.0 |
698 | 2025-03-25T21:11:05.976Z | Downloaded synstructure v0.13.1 |
699 | 2025-03-25T21:11:05.979Z | Downloaded static_assertions v1.1.0 |
700 | 2025-03-25T21:11:05.979Z | Downloaded shlex v1.3.0 |
701 | 2025-03-25T21:11:05.982Z | Downloaded peg-macros v0.8.5 |
702 | 2025-03-25T21:11:05.982Z | Downloaded tokio-rustls v0.24.1 |
703 | 2025-03-25T21:11:05.985Z | Downloaded headers v0.4.0 |
704 | 2025-03-25T21:11:05.991Z | Downloaded diff v0.1.13 |
705 | 2025-03-25T21:11:05.994Z | Downloaded utf8_iter v1.0.4 |
706 | 2025-03-25T21:11:05.997Z | Downloaded const_format v0.2.34 |
707 | 2025-03-25T21:11:06.001Z | Downloaded dyn-clone v1.0.19 |
708 | 2025-03-25T21:11:06.004Z | Downloaded group v0.13.0 |
709 | 2025-03-25T21:11:06.007Z | Downloaded futures-io v0.3.31 |
710 | 2025-03-25T21:11:06.007Z | Downloaded env_filter v0.1.2 |
711 | 2025-03-25T21:11:06.010Z | Downloaded bytes v1.10.1 |
712 | 2025-03-25T21:11:06.013Z | Downloaded dunce v1.0.5 |
713 | 2025-03-25T21:11:06.016Z | Downloaded yoke v0.7.4 |
714 | 2025-03-25T21:11:06.020Z | Downloaded crossbeam-channel v0.5.13 |
715 | 2025-03-25T21:11:06.023Z | Downloaded funty v2.0.0 |
716 | 2025-03-25T21:11:06.026Z | Downloaded sync-ptr v0.1.1 |
717 | 2025-03-25T21:11:06.026Z | Downloaded slog-bunyan v2.5.0 |
718 | 2025-03-25T21:11:06.026Z | Downloaded foreign-types-macros v0.2.3 |
719 | 2025-03-25T21:11:06.029Z | Downloaded olpc-cjson v0.1.4 |
720 | 2025-03-25T21:11:06.029Z | Downloaded enum-as-inner v0.6.1 |
721 | 2025-03-25T21:11:06.033Z | Downloaded rustversion v1.0.17 |
722 | 2025-03-25T21:11:06.036Z | Downloaded tinyvec_macros v0.1.1 |
723 | 2025-03-25T21:11:06.036Z | Downloaded ghash v0.5.1 |
724 | 2025-03-25T21:11:06.036Z | Downloaded similar v2.7.0 |
725 | 2025-03-25T21:11:06.041Z | Downloaded derive_builder_macro v0.20.2 |
726 | 2025-03-25T21:11:06.044Z | Downloaded waitgroup v0.1.2 |
727 | 2025-03-25T21:11:06.044Z | Downloaded num-integer v0.1.46 |
728 | 2025-03-25T21:11:06.047Z | Downloaded primeorder v0.13.6 |
729 | 2025-03-25T21:11:06.047Z | Downloaded percent-encoding v2.3.1 |
730 | 2025-03-25T21:11:06.050Z | Downloaded progenitor v0.9.1 |
731 | 2025-03-25T21:11:06.050Z | Downloaded cc v1.2.15 |
732 | 2025-03-25T21:11:06.054Z | Downloaded crypto-bigint v0.5.5 |
733 | 2025-03-25T21:11:06.062Z | Downloaded twox-hash v2.1.0 |
734 | 2025-03-25T21:11:06.065Z | Downloaded indexmap v1.9.3 |
735 | 2025-03-25T21:11:06.069Z | Downloaded normalize-line-endings v0.3.0 |
736 | 2025-03-25T21:11:06.072Z | Downloaded serde_repr v0.1.19 |
737 | 2025-03-25T21:11:06.072Z | Downloaded serde_plain v1.0.2 |
738 | 2025-03-25T21:11:06.075Z | Downloaded slog-json v2.6.1 |
739 | 2025-03-25T21:11:06.078Z | Downloaded thiserror-impl-no-std v2.0.2 |
740 | 2025-03-25T21:11:06.078Z | Downloaded strum_macros v0.25.3 |
741 | 2025-03-25T21:11:06.081Z | Downloaded slog-dtrace v0.3.0 |
742 | 2025-03-25T21:11:06.085Z | Downloaded backtrace v0.3.74 |
743 | 2025-03-25T21:11:06.088Z | Downloaded phf_shared v0.10.0 |
744 | 2025-03-25T21:11:06.091Z | Downloaded fd-lock v4.0.2 |
745 | 2025-03-25T21:11:06.094Z | Downloaded slog-stdlog v4.1.1 |
746 | 2025-03-25T21:11:06.094Z | Downloaded toolchain_find v0.4.0 |
747 | 2025-03-25T21:11:06.097Z | Downloaded parking_lot_core v0.8.6 |
748 | 2025-03-25T21:11:06.097Z | Downloaded slog-scope v4.4.0 |
749 | 2025-03-25T21:11:06.100Z | Downloaded mio v1.0.2 |
750 | 2025-03-25T21:11:06.106Z | Downloaded russh-cryptovec v0.7.3 |
751 | 2025-03-25T21:11:06.109Z | Downloaded rpassword v7.3.1 |
752 | 2025-03-25T21:11:06.109Z | Downloaded darling v0.20.10 |
753 | 2025-03-25T21:11:06.113Z | Downloaded sigpipe v0.1.3 |
754 | 2025-03-25T21:11:06.116Z | Downloaded pem-rfc7468 v0.7.0 |
755 | 2025-03-25T21:11:06.119Z | Downloaded p256 v0.13.2 |
756 | 2025-03-25T21:11:06.122Z | Downloaded fatfs v0.3.6 |
757 | 2025-03-25T21:11:06.125Z | Downloaded unicode_categories v0.1.1 |
758 | 2025-03-25T21:11:06.128Z | Downloaded hickory-server v0.24.4 |
759 | 2025-03-25T21:11:06.132Z | Downloaded resolv-conf v0.7.0 |
760 | 2025-03-25T21:11:06.136Z | Downloaded nodrop v0.1.14 |
761 | 2025-03-25T21:11:06.139Z | Downloaded zerocopy v0.6.6 |
762 | 2025-03-25T21:11:06.139Z | Downloaded vergen v8.3.2 |
763 | 2025-03-25T21:11:06.142Z | Downloaded aes v0.8.4 |
764 | 2025-03-25T21:11:06.146Z | Downloaded unicode-properties v0.1.3 |
765 | 2025-03-25T21:11:06.149Z | Downloaded gethostname v0.5.0 |
766 | 2025-03-25T21:11:06.152Z | Downloaded ff v0.13.0 |
767 | 2025-03-25T21:11:06.152Z | Downloaded libxml v0.3.3 |
768 | 2025-03-25T21:11:06.160Z | Downloaded diesel_derives v2.2.3 |
769 | 2025-03-25T21:11:06.164Z | Downloaded opaque-debug v0.3.1 |
770 | 2025-03-25T21:11:06.167Z | Downloaded progenitor-macro v0.9.1 |
771 | 2025-03-25T21:11:06.167Z | Downloaded number_prefix v0.4.0 |
772 | 2025-03-25T21:11:06.170Z | Downloaded num_threads v0.1.7 |
773 | 2025-03-25T21:11:06.170Z | Downloaded foreign-types-shared v0.1.1 |
774 | 2025-03-25T21:11:06.170Z | Downloaded subtle v2.6.1 |
775 | 2025-03-25T21:11:06.173Z | Downloaded signature v2.2.0 |
776 | 2025-03-25T21:11:06.173Z | Downloaded uzers v0.12.1 |
777 | 2025-03-25T21:11:06.177Z | Downloaded supports-color v3.0.2 |
778 | 2025-03-25T21:11:06.180Z | Downloaded unicode-bidi v0.3.17 |
779 | 2025-03-25T21:11:06.185Z | Downloaded dropshot_endpoint v0.12.0 |
780 | 2025-03-25T21:11:06.188Z | Downloaded scopeguard v1.2.0 |
781 | 2025-03-25T21:11:06.188Z | Downloaded defmt v0.3.8 |
782 | 2025-03-25T21:11:06.191Z | Downloaded getrandom v0.2.15 |
783 | 2025-03-25T21:11:06.194Z | Downloaded progenitor-client v0.8.0 |
784 | 2025-03-25T21:11:06.197Z | Downloaded nu-ansi-term v0.50.1 |
785 | 2025-03-25T21:11:06.200Z | Downloaded tungstenite v0.23.0 |
786 | 2025-03-25T21:11:06.204Z | Downloaded tui-tree-widget v0.23.0 |
787 | 2025-03-25T21:11:06.207Z | Downloaded signal-hook-mio v0.2.4 |
788 | 2025-03-25T21:11:06.207Z | Downloaded idna v1.0.3 |
789 | 2025-03-25T21:11:06.210Z | Downloaded sha1 v0.10.6 |
790 | 2025-03-25T21:11:06.214Z | Downloaded either v1.14.0 |
791 | 2025-03-25T21:11:06.217Z | Downloaded pin-project-internal v1.1.6 |
792 | 2025-03-25T21:11:06.217Z | Downloaded tls_codec_derive v0.4.1 |
793 | 2025-03-25T21:11:06.221Z | Downloaded which v4.4.2 |
794 | 2025-03-25T21:11:06.224Z | Downloaded nanorand v0.7.0 |
795 | 2025-03-25T21:11:06.224Z | Downloaded foreign-types v0.5.0 |
796 | 2025-03-25T21:11:06.227Z | Downloaded foldhash v0.1.3 |
797 | 2025-03-25T21:11:06.227Z | Downloaded parking_lot v0.11.2 |
798 | 2025-03-25T21:11:06.230Z | Downloaded parse-size v1.1.0 |
799 | 2025-03-25T21:11:06.233Z | Downloaded zone_cfg_derive v0.3.0 |
800 | 2025-03-25T21:11:06.233Z | Downloaded signal-hook-registry v1.4.2 |
801 | 2025-03-25T21:11:06.233Z | Downloaded pbkdf2 v0.12.2 |
802 | 2025-03-25T21:11:06.237Z | Downloaded heck v0.3.3 |
803 | 2025-03-25T21:11:06.237Z | Downloaded fxhash v0.2.1 |
804 | 2025-03-25T21:11:06.240Z | Downloaded darling_macro v0.20.10 |
805 | 2025-03-25T21:11:06.240Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2025-03-25T21:11:06.240Z | Downloaded qorb v0.2.1 |
807 | 2025-03-25T21:11:06.244Z | Downloaded value-bag v1.9.0 |
808 | 2025-03-25T21:11:06.247Z | Downloaded pretty-hex v0.2.1 |
809 | 2025-03-25T21:11:06.250Z | Downloaded path-slash v0.1.5 |
810 | 2025-03-25T21:11:06.251Z | Downloaded peg-runtime v0.8.5 |
811 | 2025-03-25T21:11:06.254Z | Downloaded proc-macro-crate v1.3.1 |
812 | 2025-03-25T21:11:06.254Z | Downloaded polyval v0.6.2 |
813 | 2025-03-25T21:11:06.257Z | Downloaded pbkdf2 v0.11.0 |
814 | 2025-03-25T21:11:06.260Z | Downloaded getrandom v0.3.1 |
815 | 2025-03-25T21:11:06.264Z | Downloaded itertools v0.10.5 |
816 | 2025-03-25T21:11:06.268Z | Downloaded rustc-hash v2.1.1 |
817 | 2025-03-25T21:11:06.272Z | Downloaded ssh-key v0.6.6 |
818 | 2025-03-25T21:11:06.278Z | Downloaded sqlparser_derive v0.2.2 |
819 | 2025-03-25T21:11:06.281Z | Downloaded serde-hex v0.1.0 |
820 | 2025-03-25T21:11:06.284Z | Downloaded itertools v0.14.0 |
821 | 2025-03-25T21:11:06.291Z | Downloaded tower-service v0.3.3 |
822 | 2025-03-25T21:11:06.294Z | Downloaded untrusted v0.9.0 |
823 | 2025-03-25T21:11:06.294Z | Downloaded tls_codec v0.4.1 |
824 | 2025-03-25T21:11:06.298Z | Downloaded subprocess v0.2.9 |
825 | 2025-03-25T21:11:06.301Z | Downloaded futures-executor v0.3.31 |
826 | 2025-03-25T21:11:06.304Z | Downloaded itertools v0.12.1 |
827 | 2025-03-25T21:11:06.310Z | Downloaded oso-derive v0.27.3 |
828 | 2025-03-25T21:11:06.313Z | Downloaded try-lock v0.2.5 |
829 | 2025-03-25T21:11:06.313Z | Downloaded uuid v1.15.1 |
830 | 2025-03-25T21:11:06.317Z | Downloaded take_mut v0.2.2 |
831 | 2025-03-25T21:11:06.320Z | Downloaded pem v3.0.5 |
832 | 2025-03-25T21:11:06.320Z | Downloaded glob v0.3.2 |
833 | 2025-03-25T21:11:06.323Z | Downloaded pin-project-lite v0.2.14 |
834 | 2025-03-25T21:11:06.327Z | Downloaded same-file v1.0.6 |
835 | 2025-03-25T21:11:06.330Z | Downloaded rand v0.8.5 |
836 | 2025-03-25T21:11:06.335Z | Downloaded rustc-demangle v0.1.24 |
837 | 2025-03-25T21:11:06.338Z | Downloaded scheduled-thread-pool v0.2.7 |
838 | 2025-03-25T21:11:06.338Z | Downloaded itertools v0.13.0 |
839 | 2025-03-25T21:11:06.345Z | Downloaded thiserror-no-std v2.0.2 |
840 | 2025-03-25T21:11:06.349Z | Downloaded ssh-cipher v0.2.0 |
841 | 2025-03-25T21:11:06.352Z | Downloaded serde_urlencoded v0.7.1 |
842 | 2025-03-25T21:11:06.355Z | Downloaded num v0.4.3 |
843 | 2025-03-25T21:11:06.355Z | Downloaded omicron-zone-package v0.12.0 |
844 | 2025-03-25T21:11:06.358Z | Downloaded secrecy v0.8.0 |
845 | 2025-03-25T21:11:06.361Z | Downloaded hashbrown v0.12.3 |
846 | 2025-03-25T21:11:06.365Z | Downloaded dsl_auto_type v0.1.2 |
847 | 2025-03-25T21:11:06.368Z | Downloaded downcast v0.11.0 |
848 | 2025-03-25T21:11:06.368Z | Downloaded daft v0.1.2 |
849 | 2025-03-25T21:11:06.371Z | Downloaded papergrid v0.14.0 |
850 | 2025-03-25T21:11:06.375Z | Downloaded pkg-config v0.3.31 |
851 | 2025-03-25T21:11:06.378Z | Downloaded ena v0.14.3 |
852 | 2025-03-25T21:11:06.381Z | Downloaded slab v0.4.9 |
853 | 2025-03-25T21:11:06.381Z | Downloaded ref-cast-impl v1.0.23 |
854 | 2025-03-25T21:11:06.385Z | Downloaded globset v0.4.15 |
855 | 2025-03-25T21:11:06.385Z | Downloaded progenitor-impl v0.8.0 |
856 | 2025-03-25T21:11:06.388Z | Downloaded hkdf v0.12.4 |
857 | 2025-03-25T21:11:06.391Z | Downloaded typify-macro v0.3.0 |
858 | 2025-03-25T21:11:06.391Z | Downloaded unarray v0.1.4 |
859 | 2025-03-25T21:11:06.394Z | Downloaded publicsuffix v2.3.0 |
860 | 2025-03-25T21:11:06.399Z | Downloaded pin-project v1.1.6 |
861 | 2025-03-25T21:11:06.407Z | Downloaded sct v0.7.1 |
862 | 2025-03-25T21:11:06.411Z | Downloaded num-rational v0.4.2 |
863 | 2025-03-25T21:11:06.414Z | Downloaded packed_struct_codegen v0.10.1 |
864 | 2025-03-25T21:11:06.414Z | Downloaded embedded-io v0.6.1 |
865 | 2025-03-25T21:11:06.417Z | Downloaded tap v1.0.1 |
866 | 2025-03-25T21:11:06.417Z | Downloaded ssh-encoding v0.2.0 |
867 | 2025-03-25T21:11:06.420Z | Downloaded rand_xorshift v0.3.0 |
868 | 2025-03-25T21:11:06.420Z | Downloaded rand_seeder v0.3.0 |
869 | 2025-03-25T21:11:06.423Z | Downloaded predicates-tree v1.0.11 |
870 | 2025-03-25T21:11:06.423Z | Downloaded winnow v0.6.20 |
871 | 2025-03-25T21:11:06.432Z | Downloaded foreign-types-shared v0.3.1 |
872 | 2025-03-25T21:11:06.435Z | Downloaded typify-macro v0.2.0 |
873 | 2025-03-25T21:11:06.435Z | Downloaded structmeta-derive v0.3.0 |
874 | 2025-03-25T21:11:06.439Z | Downloaded write16 v1.0.0 |
875 | 2025-03-25T21:11:06.439Z | Downloaded p521 v0.13.3 |
876 | 2025-03-25T21:11:06.442Z | Downloaded salty v0.3.0 |
877 | 2025-03-25T21:11:06.449Z | Downloaded time-core v0.1.2 |
878 | 2025-03-25T21:11:06.452Z | Downloaded document-features v0.2.10 |
879 | 2025-03-25T21:11:06.452Z | Downloaded futures-channel v0.3.31 |
880 | 2025-03-25T21:11:06.455Z | Downloaded thread_local v1.1.8 |
881 | 2025-03-25T21:11:06.459Z | Downloaded unicase v2.7.0 |
882 | 2025-03-25T21:11:06.459Z | Downloaded slog-term v2.9.1 |
883 | 2025-03-25T21:11:06.462Z | Downloaded postcard v1.0.10 |
884 | 2025-03-25T21:11:06.465Z | Downloaded simd-adler32 v0.3.7 |
885 | 2025-03-25T21:11:06.465Z | Downloaded rcgen v0.12.1 |
886 | 2025-03-25T21:11:06.468Z | Downloaded pkcs1 v0.7.5 |
887 | 2025-03-25T21:11:06.471Z | Downloaded precomputed-hash v0.1.1 |
888 | 2025-03-25T21:11:06.472Z | Downloaded filetime v0.2.25 |
889 | 2025-03-25T21:11:06.475Z | Downloaded rustls-pemfile v2.2.0 |
890 | 2025-03-25T21:11:06.478Z | Downloaded tower v0.5.2 |
891 | 2025-03-25T21:11:06.486Z | Downloaded openssl-macros v0.1.1 |
892 | 2025-03-25T21:11:06.489Z | Downloaded wyz v0.5.1 |
893 | 2025-03-25T21:11:06.489Z | Downloaded native-tls v0.2.12 |
894 | 2025-03-25T21:11:06.492Z | Downloaded ecdsa v0.16.9 |
895 | 2025-03-25T21:11:06.496Z | Downloaded ron v0.7.1 |
896 | 2025-03-25T21:11:06.499Z | Downloaded fragile v2.0.0 |
897 | 2025-03-25T21:11:06.502Z | Downloaded xz2 v0.1.7 |
898 | 2025-03-25T21:11:06.502Z | Downloaded defmt-macros v0.3.9 |
899 | 2025-03-25T21:11:06.506Z | Downloaded rustls-pemfile v1.0.4 |
900 | 2025-03-25T21:11:06.509Z | Downloaded headers-core v0.3.0 |
901 | 2025-03-25T21:11:06.509Z | Downloaded num-conv v0.1.0 |
902 | 2025-03-25T21:11:06.512Z | Downloaded sync_wrapper v1.0.1 |
903 | 2025-03-25T21:11:06.512Z | Downloaded psl-types v2.0.11 |
904 | 2025-03-25T21:11:06.512Z | Downloaded owo-colors v4.2.0 |
905 | 2025-03-25T21:11:06.516Z | Downloaded spki v0.7.3 |
906 | 2025-03-25T21:11:06.519Z | Downloaded utf16_iter v1.0.5 |
907 | 2025-03-25T21:11:06.519Z | Downloaded futures v0.3.31 |
908 | 2025-03-25T21:11:06.524Z | Downloaded password-hash v0.5.0 |
909 | 2025-03-25T21:11:06.527Z | Downloaded time-macros v0.2.18 |
910 | 2025-03-25T21:11:06.530Z | Downloaded blake3 v1.5.4 |
911 | 2025-03-25T21:11:06.538Z | Downloaded num-derive v0.4.2 |
912 | 2025-03-25T21:11:06.541Z | Downloaded rustc_version v0.1.7 |
913 | 2025-03-25T21:11:06.541Z | Downloaded hash32 v0.2.1 |
914 | 2025-03-25T21:11:06.544Z | Downloaded dropshot_endpoint v0.16.0 |
915 | 2025-03-25T21:11:06.547Z | Downloaded rand_chacha v0.3.1 |
916 | 2025-03-25T21:11:06.550Z | Downloaded num-iter v0.1.45 |
917 | 2025-03-25T21:11:06.550Z | Downloaded tough v0.19.0 |
918 | 2025-03-25T21:11:06.557Z | Downloaded tracing-core v0.1.32 |
919 | 2025-03-25T21:11:06.560Z | Downloaded aws-lc-rs v1.12.4 |
920 | 2025-03-25T21:11:06.570Z | Downloaded hash32 v0.3.1 |
921 | 2025-03-25T21:11:06.574Z | Downloaded env_logger v0.11.5 |
922 | 2025-03-25T21:11:06.577Z | Downloaded nom v7.1.3 |
923 | 2025-03-25T21:11:06.580Z | Downloaded postgres-protocol v0.6.8 |
924 | 2025-03-25T21:11:06.588Z | Downloaded zerovec v0.10.4 |
925 | 2025-03-25T21:11:06.592Z | Downloaded schemars v0.8.22 |
926 | 2025-03-25T21:11:06.602Z | Downloaded postgres-types v0.2.9 |
927 | 2025-03-25T21:11:06.605Z | Downloaded predicates v3.1.3 |
928 | 2025-03-25T21:11:06.608Z | Downloaded bindgen v0.69.5 |
929 | 2025-03-25T21:11:06.615Z | Downloaded smallvec v0.6.14 |
930 | 2025-03-25T21:11:06.618Z | Downloaded elliptic-curve v0.13.8 |
931 | 2025-03-25T21:11:06.621Z | Downloaded openssl-sys v0.9.106 |
932 | 2025-03-25T21:11:06.626Z | Downloaded snafu-derive v0.8.5 |
933 | 2025-03-25T21:11:06.629Z | Downloaded serde_with_macros v3.12.0 |
934 | 2025-03-25T21:11:06.632Z | Downloaded futures-util v0.3.31 |
935 | 2025-03-25T21:11:06.643Z | Downloaded paste v1.0.15 |
936 | 2025-03-25T21:11:06.646Z | Downloaded icu_properties_data v1.5.0 |
937 | 2025-03-25T21:11:06.658Z | Downloaded progenitor-impl v0.9.1 |
938 | 2025-03-25T21:11:06.661Z | Downloaded serde_with v3.12.0 |
939 | 2025-03-25T21:11:06.668Z | Downloaded yansi v1.0.1 |
940 | 2025-03-25T21:11:06.671Z | Downloaded reqwest v0.12.12 |
941 | 2025-03-25T21:11:06.681Z | Downloaded half v2.4.1 |
942 | 2025-03-25T21:11:06.684Z | Downloaded chrono v0.4.40 |
943 | 2025-03-25T21:11:06.692Z | Downloaded tar v0.4.44 |
944 | 2025-03-25T21:11:06.695Z | Downloaded heapless v0.8.0 |
945 | 2025-03-25T21:11:06.699Z | Downloaded bindgen v0.71.1 |
946 | 2025-03-25T21:11:06.708Z | Downloaded tokio-util v0.7.13 |
947 | 2025-03-25T21:11:06.718Z | Downloaded url v2.5.3 |
948 | 2025-03-25T21:11:06.721Z | Downloaded regex v1.11.1 |
949 | 2025-03-25T21:11:06.734Z | Downloaded snafu v0.8.5 |
950 | 2025-03-25T21:11:06.741Z | Downloaded der v0.7.9 |
951 | 2025-03-25T21:11:06.746Z | Downloaded unicode-segmentation v1.12.0 |
952 | 2025-03-25T21:11:06.749Z | Downloaded x509-cert v0.2.5 |
953 | 2025-03-25T21:11:06.757Z | Downloaded bitvec v1.0.1 |
954 | 2025-03-25T21:11:06.773Z | Downloaded parse-zoneinfo v0.3.1 |
955 | 2025-03-25T21:11:06.776Z | Downloaded tabled v0.18.0 |
956 | 2025-03-25T21:11:06.794Z | Downloaded time v0.3.36 |
957 | 2025-03-25T21:11:06.801Z | Downloaded winnow v0.5.40 |
958 | 2025-03-25T21:11:06.810Z | Downloaded p384 v0.13.0 |
959 | 2025-03-25T21:11:06.817Z | Downloaded portable-atomic v1.9.0 |
960 | 2025-03-25T21:11:06.824Z | Downloaded typed-path v0.9.3 |
961 | 2025-03-25T21:11:06.830Z | Downloaded sqlparser v0.45.0 |
962 | 2025-03-25T21:11:06.836Z | Downloaded rayon v1.10.0 |
963 | 2025-03-25T21:11:06.846Z | Downloaded rustls-webpki v0.102.8 |
964 | 2025-03-25T21:11:06.866Z | Downloaded h2 v0.4.6 |
965 | 2025-03-25T21:11:06.873Z | Downloaded object v0.30.4 |
966 | 2025-03-25T21:11:06.883Z | Downloaded vcpkg v0.2.15 |
967 | 2025-03-25T21:11:06.921Z | Downloaded zerocopy v0.8.10 |
968 | 2025-03-25T21:11:06.946Z | Downloaded num-bigint-dig v0.8.4 |
969 | 2025-03-25T21:11:06.950Z | Downloaded chrono-tz v0.10.1 |
970 | 2025-03-25T21:11:06.958Z | Downloaded unicode-width v0.2.0 |
971 | 2025-03-25T21:11:06.965Z | Downloaded git2 v0.19.0 |
972 | 2025-03-25T21:11:06.974Z | Downloaded webpki-roots v0.26.6 |
973 | 2025-03-25T21:11:06.977Z | Downloaded nix v0.27.1 |
974 | 2025-03-25T21:11:06.990Z | Downloaded dropshot v0.12.0 |
975 | 2025-03-25T21:11:07.012Z | Downloaded object v0.36.5 |
976 | 2025-03-25T21:11:07.024Z | Downloaded nix v0.28.0 |
977 | 2025-03-25T21:11:07.036Z | Downloaded radix_trie v0.2.1 |
978 | 2025-03-25T21:11:07.042Z | Downloaded polar-core v0.27.3 |
979 | 2025-03-25T21:11:07.051Z | Downloaded curve25519-dalek v4.1.3 |
980 | 2025-03-25T21:11:07.061Z | Downloaded nix v0.29.0 |
981 | 2025-03-25T21:11:07.074Z | Downloaded smoltcp v0.9.1 |
982 | 2025-03-25T21:11:07.085Z | Downloaded regex-syntax v0.8.5 |
983 | 2025-03-25T21:11:07.094Z | Downloaded openssl v0.10.71 |
984 | 2025-03-25T21:11:07.105Z | Downloaded rustls v0.21.12 |
985 | 2025-03-25T21:11:07.117Z | Downloaded regex-syntax v0.6.29 |
986 | 2025-03-25T21:11:07.125Z | Downloaded sled v0.34.7 |
987 | 2025-03-25T21:11:07.135Z | Downloaded smoltcp v0.11.0 |
988 | 2025-03-25T21:11:07.150Z | Downloaded openapiv3 v2.0.0 |
989 | 2025-03-25T21:11:07.162Z | Downloaded rustls v0.23.19 |
990 | 2025-03-25T21:11:07.173Z | Downloaded diesel v2.2.8 |
991 | 2025-03-25T21:11:07.193Z | Downloaded dropshot v0.16.0 |
992 | 2025-03-25T21:11:07.214Z | Downloaded petname v2.0.2 |
993 | 2025-03-25T21:11:07.220Z | Downloaded gimli v0.31.1 |
994 | 2025-03-25T21:11:07.228Z | Downloaded regress v0.10.3 |
995 | 2025-03-25T21:11:07.237Z | Downloaded rustls v0.22.4 |
996 | 2025-03-25T21:11:07.251Z | Downloaded typify-impl v0.3.0 |
997 | 2025-03-25T21:11:07.267Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2025-03-25T21:11:07.279Z | Downloaded typify-impl v0.2.0 |
999 | 2025-03-25T21:11:07.295Z | Downloaded zerocopy-derive v0.6.6 |
1000 | 2025-03-25T21:11:07.305Z | Downloaded ratatui v0.29.0 |
1001 | 2025-03-25T21:11:07.326Z | Downloaded hickory-proto v0.24.4 |
1002 | 2025-03-25T21:11:07.340Z | Downloaded bstr v1.10.0 |
1003 | 2025-03-25T21:11:07.351Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2025-03-25T21:11:07.364Z | Downloaded regex-automata v0.4.8 |
1005 | 2025-03-25T21:11:07.382Z | Downloaded lzma-sys v0.1.20 |
1006 | 2025-03-25T21:11:07.410Z | Downloaded petgraph v0.6.5 |
1007 | 2025-03-25T21:11:07.427Z | Downloaded serde_yaml v0.9.34+deprecated |
1008 | 2025-03-25T21:11:07.430Z | Downloaded quinn-proto v0.11.8 |
1009 | 2025-03-25T21:11:07.436Z | Downloaded num-bigint v0.4.6 |
1010 | 2025-03-25T21:11:07.441Z | Downloaded tracing v0.1.40 |
1011 | 2025-03-25T21:11:07.445Z | Downloaded pretty_assertions v1.4.1 |
1012 | 2025-03-25T21:11:07.449Z | Downloaded proptest v1.6.0 |
1013 | 2025-03-25T21:11:07.456Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-03-25T21:11:07.478Z | Downloaded lalrpop v0.19.12 |
1015 | 2025-03-25T21:11:07.489Z | Downloaded petgraph v0.7.1 |
1016 | 2025-03-25T21:11:07.507Z | Downloaded csv v1.3.1 |
1017 | 2025-03-25T21:11:07.526Z | Downloaded tokio v1.43.0 |
1018 | 2025-03-25T21:11:07.563Z | Downloaded reedline v0.38.0 |
1019 | 2025-03-25T21:11:07.570Z | Downloaded strum_macros v0.26.4 |
1020 | 2025-03-25T21:11:07.573Z | Downloaded password-hash v0.4.2 |
1021 | 2025-03-25T21:11:07.576Z | Downloaded deranged v0.3.11 |
1022 | 2025-03-25T21:11:07.576Z | Downloaded der_derive v0.7.3 |
1023 | 2025-03-25T21:11:07.579Z | Downloaded fixedbitset v0.5.7 |
1024 | 2025-03-25T21:11:07.579Z | Downloaded des v0.8.1 |
1025 | 2025-03-25T21:11:07.583Z | Downloaded derive_builder_core v0.20.2 |
1026 | 2025-03-25T21:11:07.583Z | Downloaded sha3 v0.10.8 |
1027 | 2025-03-25T21:11:07.587Z | Downloaded derive-where v1.2.7 |
1028 | 2025-03-25T21:11:07.590Z | Downloaded smallvec v1.14.0 |
1029 | 2025-03-25T21:11:07.593Z | Downloaded prettyplease v0.2.30 |
1030 | 2025-03-25T21:11:07.596Z | Downloaded oso v0.27.3 |
1031 | 2025-03-25T21:11:07.601Z | Downloaded parse-display-derive v0.10.0 |
1032 | 2025-03-25T21:11:07.601Z | Downloaded ed25519 v2.2.3 |
1033 | 2025-03-25T21:11:07.604Z | Downloaded yasna v0.5.2 |
1034 | 2025-03-25T21:11:07.604Z | Downloaded rayon-core v1.12.1 |
1035 | 2025-03-25T21:11:07.607Z | Downloaded fs_extra v1.3.0 |
1036 | 2025-03-25T21:11:07.611Z | Downloaded toml v0.7.8 |
1037 | 2025-03-25T21:11:07.614Z | Downloaded expectorate v1.1.0 |
1038 | 2025-03-25T21:11:07.614Z | Downloaded quick-xml v0.37.2 |
1039 | 2025-03-25T21:11:07.619Z | Downloaded writeable v0.5.5 |
1040 | 2025-03-25T21:11:07.623Z | Downloaded sec1 v0.7.3 |
1041 | 2025-03-25T21:11:07.626Z | Downloaded form_urlencoded v1.2.1 |
1042 | 2025-03-25T21:11:07.626Z | Downloaded utf-8 v0.7.6 |
1043 | 2025-03-25T21:11:07.626Z | Downloaded derive_more v0.99.19 |
1044 | 2025-03-25T21:11:07.630Z | Downloaded rand v0.9.0 |
1045 | 2025-03-25T21:11:07.633Z | Downloaded fixedbitset v0.4.2 |
1046 | 2025-03-25T21:11:07.636Z | Downloaded embedded-io v0.4.0 |
1047 | 2025-03-25T21:11:07.636Z | Downloaded rfc6979 v0.4.0 |
1048 | 2025-03-25T21:11:07.639Z | Downloaded ed25519-dalek v2.1.1 |
1049 | 2025-03-25T21:11:07.640Z | Downloaded pin-utils v0.1.0 |
1050 | 2025-03-25T21:11:07.642Z | Downloaded ron v0.8.1 |
1051 | 2025-03-25T21:11:07.646Z | Downloaded env_logger v0.10.2 |
1052 | 2025-03-25T21:11:07.649Z | Downloaded flume v0.11.1 |
1053 | 2025-03-25T21:11:07.652Z | Downloaded ref-cast v1.0.23 |
1054 | 2025-03-25T21:11:07.655Z | Downloaded parse-display v0.10.0 |
1055 | 2025-03-25T21:11:07.658Z | Downloaded zopfli v0.8.1 |
1056 | 2025-03-25T21:11:07.658Z | Downloaded tinyvec v1.8.0 |
1057 | 2025-03-25T21:11:07.661Z | Downloaded tungstenite v0.21.0 |
1058 | 2025-03-25T21:11:07.664Z | Downloaded toml_edit v0.19.15 |
1059 | 2025-03-25T21:11:07.679Z | Downloaded russh v0.45.0 |
1060 | 2025-03-25T21:11:07.684Z | Downloaded encoding_rs v0.8.34 |
1061 | 2025-03-25T21:11:07.705Z | Downloaded unicode-normalization v0.1.24 |
1062 | 2025-03-25T21:11:07.708Z | Downloaded flate2 v1.1.0 |
1063 | 2025-03-25T21:11:07.713Z | Downloaded hashbrown v0.13.2 |
1064 | 2025-03-25T21:11:07.718Z | Downloaded futures-core v0.3.31 |
1065 | 2025-03-25T21:11:07.721Z | Downloaded data-encoding v2.6.0 |
1066 | 2025-03-25T21:11:07.721Z | Downloaded curve25519-dalek-derive v0.1.1 |
1067 | 2025-03-25T21:11:07.721Z | Downloaded zone v0.3.0 |
1068 | 2025-03-25T21:11:07.721Z | Downloaded unicode-truncate v1.1.0 |
1069 | 2025-03-25T21:11:07.725Z | Downloaded stringprep v0.1.5 |
1070 | 2025-03-25T21:11:07.725Z | Downloaded displaydoc v0.2.5 |
1071 | 2025-03-25T21:11:07.728Z | Downloaded darling_core v0.20.10 |
1072 | 2025-03-25T21:11:07.731Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1073 | 2025-03-25T21:11:07.788Z | Downloaded rustyline v14.0.0 |
1074 | 2025-03-25T21:11:07.793Z | Downloaded russh-keys v0.45.0 |
1075 | 2025-03-25T21:11:07.796Z | Downloaded tower-layer v0.3.3 |
1076 | 2025-03-25T21:11:07.796Z | Downloaded tinystr v0.7.6 |
1077 | 2025-03-25T21:11:07.799Z | Downloaded structmeta v0.3.0 |
1078 | 2025-03-25T21:11:07.799Z | Downloaded strip-ansi-escapes v0.2.0 |
1079 | 2025-03-25T21:11:07.802Z | Downloaded semver v0.1.20 |
1080 | 2025-03-25T21:11:07.803Z | Downloaded whoami v1.5.2 |
1081 | 2025-03-25T21:11:07.803Z | Downloaded walkdir v2.5.0 |
1082 | 2025-03-25T21:11:07.806Z | Downloaded steno v0.4.1 |
1083 | 2025-03-25T21:11:07.809Z | Downloaded crossterm v0.28.1 |
1084 | 2025-03-25T21:11:07.814Z | Downloaded aes-gcm v0.10.3 |
1085 | 2025-03-25T21:11:07.817Z | Downloaded heapless v0.7.17 |
1086 | 2025-03-25T21:11:07.821Z | Downloaded test-strategy v0.4.0 |
1087 | 2025-03-25T21:11:07.824Z | Downloaded ring v0.17.11 |
1088 | 2025-03-25T21:11:07.866Z | Downloaded hyper v1.6.0 |
1089 | 2025-03-25T21:11:07.872Z | Downloaded zip v0.6.6 |
1090 | 2025-03-25T21:11:07.876Z | Downloaded quinn v0.11.5 |
1091 | 2025-03-25T21:11:07.879Z | Downloaded tokio-postgres v0.7.13 |
1092 | 2025-03-25T21:11:07.884Z | Downloaded debug-ignore v1.0.5 |
1093 | 2025-03-25T21:11:07.887Z | Downloaded schemars_derive v0.8.22 |
1094 | 2025-03-25T21:11:07.887Z | Downloaded daft-derive v0.1.2 |
1095 | 2025-03-25T21:11:07.890Z | Downloaded pkcs5 v0.7.1 |
1096 | 2025-03-25T21:11:07.894Z | Downloaded zerocopy-derive v0.8.10 |
1097 | 2025-03-25T21:11:07.899Z | Downloaded zip v2.1.3 |
1098 | 2025-03-25T21:11:07.903Z | Downloaded parking_lot v0.12.3 |
1099 | 2025-03-25T21:11:07.906Z | Downloaded foreign-types v0.3.2 |
1100 | 2025-03-25T21:11:07.909Z | Downloaded progenitor-macro v0.8.0 |
1101 | 2025-03-25T21:11:07.909Z | Downloaded phf_shared v0.11.2 |
1102 | 2025-03-25T21:11:07.909Z | Downloaded phf v0.11.2 |
1103 | 2025-03-25T21:11:07.913Z | Downloaded libm v0.2.8 |
1104 | 2025-03-25T21:11:07.917Z | Downloaded fallible-iterator v0.2.0 |
1105 | 2025-03-25T21:11:07.920Z | Downloaded samael v0.0.18 |
1106 | 2025-03-25T21:11:07.924Z | Downloaded sqlformat v0.2.6 |
1107 | 2025-03-25T21:11:07.927Z | Downloaded slog v2.7.0 |
1108 | 2025-03-25T21:11:07.929Z | Downloaded minimal-lexical v0.2.1 |
1109 | 2025-03-25T21:11:07.932Z | Downloaded wait-timeout v0.2.0 |
1110 | 2025-03-25T21:11:07.935Z | Downloaded topological-sort v0.2.2 |
1111 | 2025-03-25T21:11:07.935Z | Downloaded progenitor v0.8.0 |
1112 | 2025-03-25T21:11:07.935Z | Downloaded pkcs8 v0.10.2 |
1113 | 2025-03-25T21:11:07.938Z | Downloaded parking_lot_core v0.9.10 |
1114 | 2025-03-25T21:11:07.941Z | Downloaded signal-hook v0.3.17 |
1115 | 2025-03-25T21:11:07.945Z | Downloaded aho-corasick v1.1.3 |
1116 | 2025-03-25T21:11:07.948Z | Downloaded http v1.2.0 |
1117 | 2025-03-25T21:11:07.951Z | Downloaded signal-hook-tokio v0.3.1 |
1118 | 2025-03-25T21:11:07.954Z | Downloaded scrypt v0.11.0 |
1119 | 2025-03-25T21:11:07.955Z | Downloaded rustc_version v0.4.1 |
1120 | 2025-03-25T21:11:07.955Z | Downloaded vte v0.11.1 |
1121 | 2025-03-25T21:11:07.958Z | Downloaded vsss-rs v3.3.4 |
1122 | 2025-03-25T21:11:07.961Z | Downloaded num-traits v0.2.19 |
1123 | 2025-03-25T21:11:07.961Z | Downloaded typify v0.3.0 |
1124 | 2025-03-25T21:11:07.964Z | Downloaded tracing-attributes v0.1.27 |
1125 | 2025-03-25T21:11:07.967Z | Downloaded nibble_vec v0.1.0 |
1126 | 2025-03-25T21:11:07.967Z | Downloaded base64 v0.21.7 |
1127 | 2025-03-25T21:11:07.971Z | Downloaded zone v0.1.8 |
1128 | 2025-03-25T21:11:07.974Z | Downloaded zeroize v1.8.1 |
1129 | 2025-03-25T21:11:07.974Z | Downloaded zerofrom-derive v0.1.4 |
1130 | 2025-03-25T21:11:07.974Z | Downloaded poly1305 v0.8.0 |
1131 | 2025-03-25T21:11:07.977Z | Downloaded base64 v0.22.1 |
1132 | 2025-03-25T21:11:07.980Z | Downloaded rustls-pki-types v1.10.0 |
1133 | 2025-03-25T21:11:07.983Z | Downloaded rsa v0.9.6 |
1134 | 2025-03-25T21:11:07.987Z | Downloaded compact_str v0.8.0 |
1135 | 2025-03-25T21:11:07.990Z | Downloaded tiny-keccak v2.0.2 |
1136 | 2025-03-25T21:11:07.993Z | Downloaded quick-error v1.2.3 |
1137 | 2025-03-25T21:11:07.993Z | Downloaded ppv-lite86 v0.2.20 |
1138 | 2025-03-25T21:11:07.996Z | Downloaded unsafe-libyaml v0.2.11 |
1139 | 2025-03-25T21:11:08.000Z | Downloaded term v0.7.0 |
1140 | 2025-03-25T21:11:08.004Z | Downloaded icu_normalizer_data v1.5.0 |
1141 | 2025-03-25T21:11:08.004Z | Downloaded icu_normalizer v1.5.0 |
1142 | 2025-03-25T21:11:08.007Z | Downloaded phf_generator v0.11.2 |
1143 | 2025-03-25T21:11:08.007Z | Downloaded phf_codegen v0.11.2 |
1144 | 2025-03-25T21:11:08.007Z | Downloaded futures-sink v0.3.31 |
1145 | 2025-03-25T21:11:08.010Z | Downloaded colored v2.2.0 |
1146 | 2025-03-25T21:11:08.010Z | Downloaded unicode-xid v0.2.6 |
1147 | 2025-03-25T21:11:08.014Z | Downloaded tokio-stream v0.1.17 |
1148 | 2025-03-25T21:11:08.017Z | Downloaded tokio-rustls v0.26.0 |
1149 | 2025-03-25T21:11:08.017Z | Downloaded hyper-util v0.1.10 |
1150 | 2025-03-25T21:11:08.020Z | Downloaded spin v0.9.8 |
1151 | 2025-03-25T21:11:08.024Z | Downloaded allocator-api2 v0.2.18 |
1152 | 2025-03-25T21:11:08.027Z | Downloaded difflib v0.4.0 |
1153 | 2025-03-25T21:11:08.027Z | Downloaded backoff v0.4.0 |
1154 | 2025-03-25T21:11:08.031Z | Downloaded libloading v0.8.5 |
1155 | 2025-03-25T21:11:08.031Z | Downloaded smf v0.2.3 |
1156 | 2025-03-25T21:11:08.034Z | Downloaded serde_derive_internals v0.29.1 |
1157 | 2025-03-25T21:11:08.034Z | Downloaded rusty-fork v0.3.0 |
1158 | 2025-03-25T21:11:08.034Z | Downloaded icu_locid_transform_data v1.5.0 |
1159 | 2025-03-25T21:11:08.038Z | Downloaded icu_locid_transform v1.5.0 |
1160 | 2025-03-25T21:11:08.038Z | Downloaded icu_locid v1.5.0 |
1161 | 2025-03-25T21:11:08.042Z | Downloaded crossbeam-utils v0.8.20 |
1162 | 2025-03-25T21:11:08.045Z | Downloaded clang-sys v1.8.1 |
1163 | 2025-03-25T21:11:08.048Z | Downloaded icu_provider v1.5.0 |
1164 | 2025-03-25T21:11:08.053Z | Downloaded hyper-staticfile v0.10.1 |
1165 | 2025-03-25T21:11:08.053Z | Downloaded display-error-chain v0.2.2 |
1166 | 2025-03-25T21:11:08.053Z | Downloaded cookie v0.18.1 |
1167 | 2025-03-25T21:11:08.056Z | Downloaded rustc-hash v1.1.0 |
1168 | 2025-03-25T21:11:08.056Z | Downloaded const-oid v0.9.6 |
1169 | 2025-03-25T21:11:08.060Z | Downloaded maplit v1.0.2 |
1170 | 2025-03-25T21:11:08.060Z | Downloaded bzip2 v0.4.4 |
1171 | 2025-03-25T21:11:08.060Z | Downloaded bit-vec v0.8.0 |
1172 | 2025-03-25T21:11:08.063Z | Downloaded crc32fast v1.4.2 |
1173 | 2025-03-25T21:11:08.063Z | Downloaded mime_guess v2.0.5 |
1174 | 2025-03-25T21:11:08.067Z | Downloaded litemap v0.7.3 |
1175 | 2025-03-25T21:11:08.068Z | Downloaded ipnet v2.11.0 |
1176 | 2025-03-25T21:11:08.068Z | Downloaded highway v1.3.0 |
1177 | 2025-03-25T21:11:08.071Z | Downloaded cookie_store v0.21.1 |
1178 | 2025-03-25T21:11:08.071Z | Downloaded bb8 v0.8.5 |
1179 | 2025-03-25T21:11:08.074Z | Downloaded assert_matches v1.5.0 |
1180 | 2025-03-25T21:11:08.074Z | Downloaded async-recursion v1.1.1 |
1181 | 2025-03-25T21:11:08.078Z | Downloaded jobserver v0.1.32 |
1182 | 2025-03-25T21:11:08.078Z | Downloaded indoc v2.0.6 |
1183 | 2025-03-25T21:11:08.082Z | Downloaded instability v0.3.2 |
1184 | 2025-03-25T21:11:08.082Z | Downloaded impl-trait-for-tuples v0.2.2 |
1185 | 2025-03-25T21:11:08.085Z | Downloaded cipher v0.4.4 |
1186 | 2025-03-25T21:11:08.085Z | Downloaded buf-list v1.0.3 |
1187 | 2025-03-25T21:11:08.089Z | Downloaded bcrypt-pbkdf v0.10.0 |
1188 | 2025-03-25T21:11:08.089Z | Downloaded crc-catalog v2.4.0 |
1189 | 2025-03-25T21:11:08.089Z | Downloaded constant_time_eq v0.3.1 |
1190 | 2025-03-25T21:11:08.092Z | Downloaded array-init v0.0.4 |
1191 | 2025-03-25T21:11:08.092Z | Downloaded cbc v0.1.2 |
1192 | 2025-03-25T21:11:08.092Z | Downloaded bitfield-struct v0.6.2 |
1193 | 2025-03-25T21:11:08.095Z | Downloaded ciborium-ll v0.2.2 |
1194 | 2025-03-25T21:11:08.095Z | Downloaded cexpr v0.6.0 |
1195 | 2025-03-25T21:11:08.095Z | Downloaded blowfish v0.9.1 |
1196 | 2025-03-25T21:11:08.099Z | Downloaded arrayref v0.3.9 |
1197 | 2025-03-25T21:11:08.099Z | Downloaded block-padding v0.3.3 |
1198 | 2025-03-25T21:11:08.449Z | Downloaded aws-lc-sys v0.26.0 |
1199 | 2025-03-25T21:11:08.769Z | Compiling serde v1.0.218 |
1200 | 2025-03-25T21:11:08.772Z | Compiling value-bag v1.9.0 |
1201 | 2025-03-25T21:11:08.772Z | Compiling lock_api v0.4.12 |
1202 | 2025-03-25T21:11:08.772Z | Compiling scopeguard v1.2.0 |
1203 | 2025-03-25T21:11:08.772Z | Compiling typenum v1.17.0 |
1204 | 2025-03-25T21:11:08.930Z | Compiling shlex v1.3.0 |
1205 | 2025-03-25T21:11:08.975Z | Compiling syn v2.0.98 |
1206 | 2025-03-25T21:11:08.993Z | Compiling getrandom v0.2.15 |
1207 | 2025-03-25T21:11:09.062Z | Compiling jobserver v0.1.32 |
1208 | 2025-03-25T21:11:09.271Z | Compiling rand_core v0.6.4 |
1209 | 2025-03-25T21:11:09.454Z | Compiling log v0.4.22 |
1210 | 2025-03-25T21:11:09.474Z | Compiling generic-array v0.14.7 |
1211 | 2025-03-25T21:11:09.563Z | Compiling cc v1.2.15 |
1212 | 2025-03-25T21:11:09.790Z | Compiling subtle v2.6.1 |
1213 | 2025-03-25T21:11:09.863Z | Compiling smallvec v1.14.0 |
1214 | 2025-03-25T21:11:10.008Z | Compiling const-oid v0.9.6 |
1215 | 2025-03-25T21:11:10.028Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-03-25T21:11:10.177Z | Compiling rustix v0.38.37 |
1217 | 2025-03-25T21:11:10.320Z | Compiling parking_lot_core v0.9.10 |
1218 | 2025-03-25T21:11:10.351Z | Compiling spin v0.9.8 |
1219 | 2025-03-25T21:11:10.444Z | Compiling signal-hook-registry v1.4.2 |
1220 | 2025-03-25T21:11:10.763Z | Compiling futures-core v0.3.31 |
1221 | 2025-03-25T21:11:11.038Z | Compiling mio v1.0.2 |
1222 | 2025-03-25T21:11:11.104Z | Compiling aho-corasick v1.1.3 |
1223 | 2025-03-25T21:11:11.140Z | Compiling regex-syntax v0.8.5 |
1224 | 2025-03-25T21:11:11.422Z | Compiling parking_lot v0.12.3 |
1225 | 2025-03-25T21:11:11.472Z | Compiling either v1.14.0 |
1226 | 2025-03-25T21:11:11.927Z | Compiling glob v0.3.2 |
1227 | 2025-03-25T21:11:12.166Z | Compiling stable_deref_trait v1.2.0 |
1228 | 2025-03-25T21:11:12.169Z | Compiling socket2 v0.5.8 |
1229 | 2025-03-25T21:11:12.273Z | Compiling serde_json v1.0.139 |
1230 | 2025-03-25T21:11:12.310Z | Compiling prettyplease v0.2.30 |
1231 | 2025-03-25T21:11:12.625Z | Compiling futures-sink v0.3.31 |
1232 | 2025-03-25T21:11:12.665Z | Compiling cpufeatures v0.2.14 |
1233 | 2025-03-25T21:11:12.797Z | Compiling clang-sys v1.8.1 |
1234 | 2025-03-25T21:11:12.838Z | Compiling lazy_static v1.5.0 |
1235 | 2025-03-25T21:11:12.863Z | Compiling slab v0.4.9 |
1236 | 2025-03-25T21:11:12.977Z | Compiling minimal-lexical v0.2.1 |
1237 | 2025-03-25T21:11:13.060Z | Compiling libloading v0.8.5 |
1238 | 2025-03-25T21:11:13.364Z | Compiling allocator-api2 v0.2.18 |
1239 | 2025-03-25T21:11:13.480Z | Compiling nom v7.1.3 |
1240 | 2025-03-25T21:11:13.501Z | Compiling bindgen v0.69.5 |
1241 | 2025-03-25T21:11:13.556Z | Compiling home v0.5.9 |
1242 | 2025-03-25T21:11:13.663Z | Compiling pkg-config v0.3.31 |
1243 | 2025-03-25T21:11:13.761Z | Compiling foldhash v0.1.3 |
1244 | 2025-03-25T21:11:14.068Z | Compiling libm v0.2.8 |
1245 | 2025-03-25T21:11:14.111Z | Compiling hashbrown v0.15.1 |
1246 | 2025-03-25T21:11:14.759Z | Compiling itertools v0.12.1 |
1247 | 2025-03-25T21:11:14.952Z | Compiling regex-automata v0.4.8 |
1248 | 2025-03-25T21:11:15.379Z | Compiling num-traits v0.2.19 |
1249 | 2025-03-25T21:11:15.702Z | Compiling rustc-hash v1.1.0 |
1250 | 2025-03-25T21:11:15.723Z | Compiling lazycell v1.3.0 |
1251 | 2025-03-25T21:11:16.133Z | Compiling futures-channel v0.3.31 |
1252 | 2025-03-25T21:11:16.567Z | Compiling synstructure v0.13.1 |
1253 | 2025-03-25T21:11:16.916Z | Compiling cexpr v0.6.0 |
1254 | 2025-03-25T21:11:17.244Z | Compiling cmake v0.1.51 |
1255 | 2025-03-25T21:11:17.647Z | Compiling getrandom v0.3.1 |
1256 | 2025-03-25T21:11:17.934Z | Compiling fs_extra v1.3.0 |
1257 | 2025-03-25T21:11:18.059Z | Compiling futures-task v0.3.31 |
1258 | 2025-03-25T21:11:18.320Z | Compiling futures-io v0.3.31 |
1259 | 2025-03-25T21:11:18.362Z | Compiling dunce v1.0.5 |
1260 | 2025-03-25T21:11:18.458Z | Compiling pin-utils v0.1.0 |
1261 | 2025-03-25T21:11:18.520Z | Compiling base64ct v1.6.0 |
1262 | 2025-03-25T21:11:18.583Z | Compiling ring v0.17.11 |
1263 | 2025-03-25T21:11:18.994Z | Compiling pem-rfc7468 v0.7.0 |
1264 | 2025-03-25T21:11:19.105Z | Compiling writeable v0.5.5 |
1265 | 2025-03-25T21:11:19.636Z | Compiling paste v1.0.15 |
1266 | 2025-03-25T21:11:19.639Z | Compiling flagset v0.4.6 |
1267 | 2025-03-25T21:11:19.676Z | Compiling litemap v0.7.3 |
1268 | 2025-03-25T21:11:19.930Z | Compiling regex v1.11.1 |
1269 | 2025-03-25T21:11:20.096Z | Compiling aws-lc-rs v1.12.4 |
1270 | 2025-03-25T21:11:20.241Z | Compiling rustls-pki-types v1.10.0 |
1271 | 2025-03-25T21:11:20.518Z | Compiling icu_locid_transform_data v1.5.0 |
1272 | 2025-03-25T21:11:20.633Z | Compiling vcpkg v0.2.15 |
1273 | 2025-03-25T21:11:20.855Z | Compiling crossbeam-utils v0.8.20 |
1274 | 2025-03-25T21:11:21.232Z | Compiling tracing-core v0.1.32 |
1275 | 2025-03-25T21:11:21.349Z | Compiling time-core v0.1.2 |
1276 | 2025-03-25T21:11:21.436Z | Compiling untrusted v0.9.0 |
1277 | 2025-03-25T21:11:21.523Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-03-25T21:11:21.600Z | Compiling serde_derive v1.0.218 |
1279 | 2025-03-25T21:11:21.634Z | Compiling zeroize_derive v1.4.2 |
1280 | 2025-03-25T21:11:21.831Z | Compiling zerocopy-derive v0.7.35 |
1281 | 2025-03-25T21:11:22.247Z | Compiling tokio-macros v2.5.0 |
1282 | 2025-03-25T21:11:22.325Z | Compiling zerofrom-derive v0.1.4 |
1283 | 2025-03-25T21:11:23.057Z | Compiling zeroize v1.8.1 |
1284 | 2025-03-25T21:11:23.697Z | Compiling yoke-derive v0.7.4 |
1285 | 2025-03-25T21:11:23.718Z | Compiling displaydoc v0.2.5 |
1286 | 2025-03-25T21:11:23.841Z | Compiling zerocopy v0.7.35 |
1287 | 2025-03-25T21:11:24.553Z | Compiling zerovec-derive v0.10.3 |
1288 | 2025-03-25T21:11:24.632Z | Compiling crypto-common v0.1.6 |
1289 | 2025-03-25T21:11:24.926Z | Compiling block-buffer v0.10.4 |
1290 | 2025-03-25T21:11:25.205Z | Compiling digest v0.10.7 |
1291 | 2025-03-25T21:11:25.253Z | Compiling block-padding v0.3.3 |
1292 | 2025-03-25T21:11:25.277Z | Compiling thiserror-impl v1.0.69 |
1293 | 2025-03-25T21:11:25.516Z | Compiling inout v0.1.3 |
1294 | 2025-03-25T21:11:25.548Z | Compiling futures-macro v0.3.31 |
1295 | 2025-03-25T21:11:25.665Z | Compiling hmac v0.12.1 |
1296 | 2025-03-25T21:11:25.688Z | Compiling zerofrom v0.1.4 |
1297 | 2025-03-25T21:11:25.805Z | Compiling cipher v0.4.4 |
1298 | 2025-03-25T21:11:25.916Z | Compiling sha2 v0.10.8 |
1299 | 2025-03-25T21:11:25.937Z | Compiling der_derive v0.7.3 |
1300 | 2025-03-25T21:11:26.296Z | Compiling yoke v0.7.4 |
1301 | 2025-03-25T21:11:26.318Z | Compiling icu_provider_macros v1.5.0 |
1302 | 2025-03-25T21:11:26.668Z | Compiling salsa20 v0.10.2 |
1303 | 2025-03-25T21:11:26.908Z | Compiling pbkdf2 v0.12.2 |
1304 | 2025-03-25T21:11:26.956Z | Compiling zerovec v0.10.4 |
1305 | 2025-03-25T21:11:27.094Z | Compiling ppv-lite86 v0.2.20 |
1306 | 2025-03-25T21:11:27.363Z | Compiling futures-util v0.3.31 |
1307 | 2025-03-25T21:11:27.389Z | Compiling scrypt v0.11.0 |
1308 | 2025-03-25T21:11:27.843Z | Compiling cbc v0.1.2 |
1309 | 2025-03-25T21:11:27.900Z | Compiling aes v0.8.4 |
1310 | 2025-03-25T21:11:28.092Z | Compiling openssl-sys v0.9.106 |
1311 | 2025-03-25T21:11:28.162Z | Compiling thiserror v1.0.69 |
1312 | 2025-03-25T21:11:28.181Z | Compiling der v0.7.9 |
1313 | 2025-03-25T21:11:28.313Z | Compiling pest v2.7.14 |
1314 | 2025-03-25T21:11:29.056Z | Compiling tinystr v0.7.6 |
1315 | 2025-03-25T21:11:29.144Z | Compiling icu_collections v1.5.0 |
1316 | 2025-03-25T21:11:29.436Z | Compiling icu_locid v1.5.0 |
1317 | 2025-03-25T21:11:29.457Z | Compiling tracing-attributes v0.1.27 |
1318 | 2025-03-25T21:11:30.455Z | Compiling spki v0.7.3 |
1319 | 2025-03-25T21:11:30.828Z | Compiling icu_provider v1.5.0 |
1320 | 2025-03-25T21:11:30.863Z | Compiling powerfmt v0.2.0 |
1321 | 2025-03-25T21:11:31.230Z | Compiling httparse v1.9.5 |
1322 | 2025-03-25T21:11:31.234Z | Compiling num-conv v0.1.0 |
1323 | 2025-03-25T21:11:31.364Z | Compiling icu_properties_data v1.5.0 |
1324 | 2025-03-25T21:11:31.466Z | Compiling untrusted v0.7.1 |
1325 | 2025-03-25T21:11:31.547Z | Compiling icu_locid_transform v1.5.0 |
1326 | 2025-03-25T21:11:31.631Z | Compiling time-macros v0.2.18 |
1327 | 2025-03-25T21:11:31.668Z | Compiling deranged v0.3.11 |
1328 | 2025-03-25T21:11:31.775Z | Compiling pest_meta v2.7.14 |
1329 | 2025-03-25T21:11:32.005Z | Compiling pkcs5 v0.7.1 |
1330 | 2025-03-25T21:11:32.768Z | Compiling icu_properties v1.5.1 |
1331 | 2025-03-25T21:11:32.789Z | Compiling tracing v0.1.40 |
1332 | 2025-03-25T21:11:33.165Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-03-25T21:11:33.799Z | Compiling utf8_iter v1.0.4 |
1334 | 2025-03-25T21:11:34.054Z | Compiling icu_normalizer_data v1.5.0 |
1335 | 2025-03-25T21:11:34.170Z | Compiling bitflags v2.6.0 |
1336 | 2025-03-25T21:11:34.395Z | Compiling bytes v1.10.1 |
1337 | 2025-03-25T21:11:34.610Z | Compiling indexmap v2.7.1 |
1338 | 2025-03-25T21:11:34.630Z | Compiling semver v1.0.25 |
1339 | 2025-03-25T21:11:35.368Z | Compiling rustc_version v0.4.1 |
1340 | 2025-03-25T21:11:35.907Z | Compiling tokio v1.43.0 |
1341 | 2025-03-25T21:11:35.998Z | Compiling http v1.2.0 |
1342 | 2025-03-25T21:11:36.039Z | Compiling atomic-waker v1.1.2 |
1343 | 2025-03-25T21:11:36.042Z | Compiling zerocopy v0.8.10 |
1344 | 2025-03-25T21:11:36.233Z | Compiling num_threads v0.1.7 |
1345 | 2025-03-25T21:11:36.379Z | Compiling utf16_iter v1.0.5 |
1346 | 2025-03-25T21:11:36.605Z | Compiling write16 v1.0.0 |
1347 | 2025-03-25T21:11:36.758Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-03-25T21:11:36.933Z | Compiling time v0.3.36 |
1349 | 2025-03-25T21:11:37.183Z | Compiling scroll v0.12.0 |
1350 | 2025-03-25T21:11:37.395Z | Compiling uuid v1.15.1 |
1351 | 2025-03-25T21:11:37.439Z | Compiling http-body v1.0.1 |
1352 | 2025-03-25T21:11:37.688Z | Compiling pest_generator v2.7.14 |
1353 | 2025-03-25T21:11:37.717Z | Compiling pkcs8 v0.10.2 |
1354 | 2025-03-25T21:11:38.369Z | Compiling which v4.4.2 |
1355 | 2025-03-25T21:11:38.494Z | Compiling zerocopy-derive v0.8.10 |
1356 | 2025-03-25T21:11:38.917Z | Compiling tinyvec_macros v0.1.1 |
1357 | 2025-03-25T21:11:38.967Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-03-25T21:11:39.029Z | Compiling try-lock v0.2.5 |
1359 | 2025-03-25T21:11:39.203Z | Compiling slog v2.7.0 |
1360 | 2025-03-25T21:11:39.266Z | Compiling goblin v0.8.2 |
1361 | 2025-03-25T21:11:39.334Z | Compiling want v0.3.1 |
1362 | 2025-03-25T21:11:39.516Z | Compiling pest_derive v2.7.14 |
1363 | 2025-03-25T21:11:39.625Z | Compiling chrono v0.4.40 |
1364 | 2025-03-25T21:11:39.788Z | Compiling tinyvec v1.8.0 |
1365 | 2025-03-25T21:11:40.343Z | Compiling idna_adapter v1.2.0 |
1366 | 2025-03-25T21:11:40.581Z | Compiling form_urlencoded v1.2.1 |
1367 | 2025-03-25T21:11:40.902Z | Compiling rustversion v1.0.17 |
1368 | 2025-03-25T21:11:41.288Z | Compiling adler2 v2.0.0 |
1369 | 2025-03-25T21:11:41.499Z | Compiling tower-service v0.3.3 |
1370 | 2025-03-25T21:11:41.520Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2025-03-25T21:11:41.590Z | Compiling openssl v0.10.71 |
1372 | 2025-03-25T21:11:41.641Z | Compiling httpdate v1.0.3 |
1373 | 2025-03-25T21:11:41.661Z | Compiling foreign-types v0.3.2 |
1374 | 2025-03-25T21:11:41.838Z | Compiling miniz_oxide v0.8.5 |
1375 | 2025-03-25T21:11:42.058Z | Compiling idna v1.0.3 |
1376 | 2025-03-25T21:11:42.079Z | Compiling dtrace-parser v0.2.0 |
1377 | 2025-03-25T21:11:43.311Z | Compiling serde_spanned v0.6.8 |
1378 | 2025-03-25T21:11:43.560Z | Compiling serde_tokenstream v0.2.2 |
1379 | 2025-03-25T21:11:43.581Z | Compiling toml_datetime v0.6.8 |
1380 | 2025-03-25T21:11:43.917Z | Compiling openssl-macros v0.1.1 |
1381 | 2025-03-25T21:11:44.047Z | Compiling tokio-util v0.7.13 |
1382 | 2025-03-25T21:11:44.112Z | Compiling rand_core v0.9.2 |
1383 | 2025-03-25T21:11:44.222Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-03-25T21:11:44.546Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1385 | 2025-03-25T21:11:44.664Z | Compiling siphasher v0.3.11 |
1386 | 2025-03-25T21:11:45.052Z | Compiling h2 v0.4.6 |
1387 | 2025-03-25T21:11:45.055Z | Compiling dof v0.3.0 |
1388 | 2025-03-25T21:11:45.075Z | Compiling rustls v0.23.19 |
1389 | 2025-03-25T21:11:45.307Z | Compiling native-tls v0.2.12 |
1390 | 2025-03-25T21:11:45.399Z | Compiling syn v1.0.109 |
1391 | 2025-03-25T21:11:45.671Z | Compiling base64 v0.22.1 |
1392 | 2025-03-25T21:11:46.001Z | Compiling schemars v0.8.22 |
1393 | 2025-03-25T21:11:46.388Z | Compiling usdt-impl v0.5.0 |
1394 | 2025-03-25T21:11:46.411Z | Compiling schemars_derive v0.8.22 |
1395 | 2025-03-25T21:11:47.727Z | Compiling rand_chacha v0.9.0 |
1396 | 2025-03-25T21:11:48.320Z | Compiling unicode-normalization v0.1.24 |
1397 | 2025-03-25T21:11:48.981Z | Compiling heapless v0.7.17 |
1398 | 2025-03-25T21:11:49.301Z | Compiling crossbeam-epoch v0.9.18 |
1399 | 2025-03-25T21:11:49.405Z | Compiling rand_chacha v0.3.1 |
1400 | 2025-03-25T21:11:49.437Z | Compiling signature v2.2.0 |
1401 | 2025-03-25T21:11:49.470Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-03-25T21:11:49.752Z | Compiling cookie v0.18.1 |
1403 | 2025-03-25T21:11:49.773Z | Compiling crc32fast v1.4.2 |
1404 | 2025-03-25T21:11:49.955Z | Compiling unicode-properties v0.1.3 |
1405 | 2025-03-25T21:11:50.096Z | Compiling dyn-clone v1.0.19 |
1406 | 2025-03-25T21:11:50.145Z | Compiling rustls v0.22.4 |
1407 | 2025-03-25T21:11:50.165Z | Compiling openssl-probe v0.1.5 |
1408 | 2025-03-25T21:11:50.314Z | Compiling rayon-core v1.12.1 |
1409 | 2025-03-25T21:11:50.373Z | Compiling signal-hook v0.3.17 |
1410 | 2025-03-25T21:11:50.435Z | Compiling unicode-bidi v0.3.17 |
1411 | 2025-03-25T21:11:50.714Z | Compiling rand v0.8.5 |
1412 | 2025-03-25T21:11:50.738Z | Compiling dirs-next v2.0.0 |
1413 | 2025-03-25T21:11:50.948Z | Compiling crossbeam-deque v0.8.5 |
1414 | 2025-03-25T21:11:51.309Z | Compiling stringprep v0.1.5 |
1415 | 2025-03-25T21:11:51.798Z | Compiling rand v0.9.0 |
1416 | 2025-03-25T21:11:52.342Z | Compiling hyper v1.6.0 |
1417 | 2025-03-25T21:11:53.305Z | Compiling url v2.5.3 |
1418 | 2025-03-25T21:11:53.573Z | Compiling http-body-util v0.1.2 |
1419 | 2025-03-25T21:11:53.785Z | Compiling curve25519-dalek v4.1.3 |
1420 | 2025-03-25T21:11:54.079Z | Compiling md-5 v0.10.6 |
1421 | 2025-03-25T21:11:54.365Z | Compiling async-trait v0.1.87 |
1422 | 2025-03-25T21:11:54.488Z | Compiling num-integer v0.1.46 |
1423 | 2025-03-25T21:11:54.678Z | Compiling ff v0.13.0 |
1424 | 2025-03-25T21:11:54.810Z | Compiling hyper-util v0.1.10 |
1425 | 2025-03-25T21:11:54.948Z | Compiling hash32 v0.2.1 |
1426 | 2025-03-25T21:11:55.097Z | Compiling thread_local v1.1.8 |
1427 | 2025-03-25T21:11:55.218Z | Compiling encoding_rs v0.8.34 |
1428 | 2025-03-25T21:11:55.313Z | Compiling multer v3.1.0 |
1429 | 2025-03-25T21:11:55.609Z | Compiling memoffset v0.9.1 |
1430 | 2025-03-25T21:11:55.636Z | Compiling portable-atomic v1.9.0 |
1431 | 2025-03-25T21:11:55.943Z | Compiling cfg_aliases v0.2.1 |
1432 | 2025-03-25T21:11:56.000Z | Compiling psl-types v2.0.11 |
1433 | 2025-03-25T21:11:56.061Z | Compiling smoltcp v0.9.1 |
1434 | 2025-03-25T21:11:56.228Z | Compiling gimli v0.31.1 |
1435 | 2025-03-25T21:11:56.567Z | Compiling slog-async v2.8.0 |
1436 | 2025-03-25T21:11:56.704Z | Compiling match_cfg v0.1.0 |
1437 | 2025-03-25T21:11:56.803Z | Compiling fallible-iterator v0.2.0 |
1438 | 2025-03-25T21:11:56.823Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-03-25T21:11:57.105Z | Compiling base16ct v0.2.0 |
1440 | 2025-03-25T21:11:57.146Z | Compiling mime v0.3.17 |
1441 | 2025-03-25T21:11:57.423Z | Compiling litrs v0.4.1 |
1442 | 2025-03-25T21:11:57.488Z | Compiling postgres-protocol v0.6.8 |
1443 | 2025-03-25T21:11:57.660Z | Compiling sec1 v0.7.3 |
1444 | 2025-03-25T21:11:57.871Z | Compiling hostname v0.3.1 |
1445 | 2025-03-25T21:11:58.205Z | Compiling publicsuffix v2.3.0 |
1446 | 2025-03-25T21:11:58.223Z | Compiling nix v0.29.0 |
1447 | 2025-03-25T21:11:58.561Z | Compiling document-features v0.2.10 |
1448 | 2025-03-25T21:11:58.650Z | Compiling toml_edit v0.22.24 |
1449 | 2025-03-25T21:11:59.056Z | Compiling num-iter v0.1.45 |
1450 | 2025-03-25T21:11:59.247Z | Compiling group v0.13.0 |
1451 | 2025-03-25T21:11:59.394Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2025-03-25T21:11:59.578Z | Compiling bzip2 v0.4.4 |
1453 | 2025-03-25T21:11:59.709Z | Compiling term v0.7.0 |
1454 | 2025-03-25T21:12:00.800Z | Compiling addr2line v0.24.2 |
1455 | 2025-03-25T21:12:00.849Z | Compiling flate2 v1.1.0 |
1456 | 2025-03-25T21:12:00.979Z | Compiling usdt-macro v0.5.0 |
1457 | 2025-03-25T21:12:01.042Z | Compiling usdt-attr-macro v0.5.0 |
1458 | 2025-03-25T21:12:01.246Z | Compiling phf_shared v0.11.2 |
1459 | 2025-03-25T21:12:01.490Z | Compiling slog-json v2.6.1 |
1460 | 2025-03-25T21:12:01.629Z | Compiling serde_urlencoded v0.7.1 |
1461 | 2025-03-25T21:12:01.697Z | Compiling terminal_size v0.4.0 |
1462 | 2025-03-25T21:12:01.860Z | Compiling crossbeam-channel v0.5.13 |
1463 | 2025-03-25T21:12:01.941Z | Compiling futures-executor v0.3.31 |
1464 | 2025-03-25T21:12:02.118Z | Compiling hkdf v0.12.4 |
1465 | 2025-03-25T21:12:02.384Z | Compiling crypto-bigint v0.5.5 |
1466 | 2025-03-25T21:12:02.424Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-03-25T21:12:02.467Z | Compiling async-stream-impl v0.3.6 |
1468 | 2025-03-25T21:12:02.595Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2025-03-25T21:12:02.913Z | Compiling rustls-pemfile v2.2.0 |
1470 | 2025-03-25T21:12:03.254Z | Compiling webpki-roots v0.26.6 |
1471 | 2025-03-25T21:12:03.465Z | Compiling sync_wrapper v1.0.1 |
1472 | 2025-03-25T21:12:03.633Z | Compiling is-terminal v0.4.13 |
1473 | 2025-03-25T21:12:03.737Z | Compiling dropshot v0.12.0 |
1474 | 2025-03-25T21:12:03.769Z | Compiling ahash v0.8.11 |
1475 | 2025-03-25T21:12:03.834Z | Compiling fs-err v2.11.0 |
1476 | 2025-03-25T21:12:03.893Z | Compiling hubpack_derive v0.1.1 |
1477 | 2025-03-25T21:12:04.065Z | Compiling object v0.36.5 |
1478 | 2025-03-25T21:12:04.117Z | Compiling anyhow v1.0.97 |
1479 | 2025-03-25T21:12:04.165Z | Compiling zip v2.1.3 |
1480 | 2025-03-25T21:12:04.488Z | Compiling rustc-demangle v0.1.24 |
1481 | 2025-03-25T21:12:04.508Z | Compiling bumpalo v3.16.0 |
1482 | 2025-03-25T21:12:04.687Z | Compiling tower-layer v0.3.3 |
1483 | 2025-03-25T21:12:04.735Z | Compiling unicode-width v0.2.0 |
1484 | 2025-03-25T21:12:05.002Z | Compiling simd-adler32 v0.3.7 |
1485 | 2025-03-25T21:12:05.025Z | Compiling managed v0.8.0 |
1486 | 2025-03-25T21:12:05.312Z | Compiling ipnet v2.11.0 |
1487 | 2025-03-25T21:12:05.450Z | Compiling lockfree-object-pool v0.1.6 |
1488 | 2025-03-25T21:12:05.473Z | Compiling winnow v0.5.40 |
1489 | 2025-03-25T21:12:05.532Z | Compiling newtype-uuid v1.2.1 |
1490 | 2025-03-25T21:12:05.725Z | Compiling buf-list v1.0.3 |
1491 | 2025-03-25T21:12:05.816Z | Compiling take_mut v0.2.2 |
1492 | 2025-03-25T21:12:05.877Z | Compiling zopfli v0.8.1 |
1493 | 2025-03-25T21:12:06.419Z | Compiling elliptic-curve v0.13.8 |
1494 | 2025-03-25T21:12:07.021Z | Compiling console v0.15.10 |
1495 | 2025-03-25T21:12:07.251Z | Compiling clap_builder v4.5.31 |
1496 | 2025-03-25T21:12:07.455Z | Compiling tower v0.5.2 |
1497 | 2025-03-25T21:12:08.257Z | Compiling hubpack v0.1.2 |
1498 | 2025-03-25T21:12:08.353Z | Compiling strum_macros v0.25.3 |
1499 | 2025-03-25T21:12:08.410Z | Compiling zerocopy v0.6.6 |
1500 | 2025-03-25T21:12:08.676Z | Compiling toml_edit v0.19.15 |
1501 | 2025-03-25T21:12:09.039Z | Compiling slog-term v2.9.1 |
1502 | 2025-03-25T21:12:09.177Z | Compiling async-stream v0.3.6 |
1503 | 2025-03-25T21:12:09.486Z | Compiling usdt v0.5.0 |
1504 | 2025-03-25T21:12:10.003Z | Compiling futures v0.3.31 |
1505 | 2025-03-25T21:12:10.125Z | Compiling toml v0.8.20 |
1506 | 2025-03-25T21:12:10.196Z | Compiling slog-bunyan v2.5.0 |
1507 | 2025-03-25T21:12:10.430Z | Compiling phf v0.11.2 |
1508 | 2025-03-25T21:12:10.734Z | Compiling backtrace v0.3.74 |
1509 | 2025-03-25T21:12:11.347Z | Compiling rayon v1.10.0 |
1510 | 2025-03-25T21:12:11.559Z | Compiling signal-hook-mio v0.2.4 |
1511 | 2025-03-25T21:12:11.745Z | Compiling cookie_store v0.21.1 |
1512 | 2025-03-25T21:12:12.072Z | Compiling hyper-tls v0.6.0 |
1513 | 2025-03-25T21:12:13.807Z | Compiling postgres-types v0.2.9 |
1514 | 2025-03-25T21:12:15.083Z | Compiling camino v1.1.9 |
1515 | 2025-03-25T21:12:15.189Z | Compiling ed25519 v2.2.3 |
1516 | 2025-03-25T21:12:15.399Z | Compiling phf_shared v0.10.0 |
1517 | 2025-03-25T21:12:15.599Z | Compiling dropshot_endpoint v0.12.0 |
1518 | 2025-03-25T21:12:15.762Z | Compiling pkcs1 v0.7.5 |
1519 | 2025-03-25T21:12:15.807Z | Compiling openapiv3 v2.0.0 |
1520 | 2025-03-25T21:12:15.914Z | Compiling waitgroup v0.1.2 |
1521 | 2025-03-25T21:12:16.143Z | Compiling clap_derive v4.5.28 |
1522 | 2025-03-25T21:12:16.634Z | Compiling enum-as-inner v0.6.1 |
1523 | 2025-03-25T21:12:16.964Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-03-25T21:12:17.052Z | Compiling serde_path_to_error v0.1.16 |
1525 | 2025-03-25T21:12:17.223Z | Compiling rfc6979 v0.4.0 |
1526 | 2025-03-25T21:12:17.437Z | Compiling sha1 v0.10.6 |
1527 | 2025-03-25T21:12:17.689Z | Compiling serde_repr v0.1.19 |
1528 | 2025-03-25T21:12:17.847Z | Compiling float-cmp v0.10.0 |
1529 | 2025-03-25T21:12:17.889Z | Compiling bstr v1.10.0 |
1530 | 2025-03-25T21:12:18.103Z | Compiling hostname v0.4.0 |
1531 | 2025-03-25T21:12:18.337Z | Compiling new_debug_unreachable v1.0.6 |
1532 | 2025-03-25T21:12:18.448Z | Compiling debug-ignore v1.0.5 |
1533 | 2025-03-25T21:12:18.614Z | Compiling difflib v0.4.0 |
1534 | 2025-03-25T21:12:18.796Z | Compiling unicode-segmentation v1.12.0 |
1535 | 2025-03-25T21:12:19.491Z | Compiling fixedbitset v0.4.2 |
1536 | 2025-03-25T21:12:19.625Z | Compiling whoami v1.5.2 |
1537 | 2025-03-25T21:12:19.707Z | Compiling predicates-core v1.0.8 |
1538 | 2025-03-25T21:12:19.789Z | Compiling data-encoding v2.6.0 |
1539 | 2025-03-25T21:12:19.900Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2025-03-25T21:12:19.921Z | Compiling precomputed-hash v0.1.1 |
1541 | 2025-03-25T21:12:20.045Z | Compiling static_assertions v1.1.0 |
1542 | 2025-03-25T21:12:20.066Z | Compiling number_prefix v0.4.0 |
1543 | 2025-03-25T21:12:20.105Z | Compiling string_cache v0.8.7 |
1544 | 2025-03-25T21:12:20.169Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1545 | 2025-03-25T21:12:20.214Z | Compiling predicates v3.1.3 |
1546 | 2025-03-25T21:12:20.297Z | Compiling indicatif v0.17.11 |
1547 | 2025-03-25T21:12:20.547Z | Compiling hickory-proto v0.24.4 |
1548 | 2025-03-25T21:12:20.749Z | Compiling clap v4.5.31 |
1549 | 2025-03-25T21:12:20.877Z | Compiling tokio-postgres v0.7.13 |
1550 | 2025-03-25T21:12:21.670Z | Compiling petgraph v0.6.5 |
1551 | 2025-03-25T21:12:21.725Z | Compiling similar v2.7.0 |
1552 | 2025-03-25T21:12:22.373Z | Compiling ecdsa v0.16.9 |
1553 | 2025-03-25T21:12:23.239Z | Compiling rsa v0.9.6 |
1554 | 2025-03-25T21:12:23.830Z | Compiling ed25519-dalek v2.1.1 |
1555 | 2025-03-25T21:12:25.293Z | Compiling toml v0.7.8 |
1556 | 2025-03-25T21:12:26.473Z | Compiling crossterm v0.28.1 |
1557 | 2025-03-25T21:12:27.439Z | Compiling zip v0.6.6 |
1558 | 2025-03-25T21:12:27.681Z | Compiling ipnetwork v0.21.1 |
1559 | 2025-03-25T21:12:27.777Z | Compiling tokio-stream v0.1.17 |
1560 | 2025-03-25T21:12:28.477Z | Compiling hex v0.4.3 |
1561 | 2025-03-25T21:12:28.739Z | Compiling x509-cert v0.2.5 |
1562 | 2025-03-25T21:12:28.761Z | Compiling itertools v0.10.5 |
1563 | 2025-03-25T21:12:29.515Z | Compiling lalrpop-util v0.19.12 |
1564 | 2025-03-25T21:12:29.521Z | Compiling peg-runtime v0.8.5 |
1565 | 2025-03-25T21:12:29.522Z | Compiling unicode-xid v0.2.6 |
1566 | 2025-03-25T21:12:29.525Z | Compiling strum_macros v0.26.4 |
1567 | 2025-03-25T21:12:29.596Z | Compiling xattr v1.3.1 |
1568 | 2025-03-25T21:12:29.929Z | Compiling filetime v0.2.25 |
1569 | 2025-03-25T21:12:29.932Z | Compiling tar v0.4.44 |
1570 | 2025-03-25T21:12:34.131Z | Compiling strum v0.26.3 |
1571 | 2025-03-25T21:12:36.894Z | Compiling aws-lc-sys v0.26.0 |
1572 | 2025-03-25T21:13:07.215Z | Compiling rustls-webpki v0.102.8 |
1573 | 2025-03-25T21:13:10.468Z | Compiling tokio-rustls v0.25.0 |
1574 | 2025-03-25T21:13:12.205Z | Compiling tokio-rustls v0.26.0 |
1575 | 2025-03-25T21:13:12.532Z | Compiling hyper-rustls v0.27.3 |
1576 | 2025-03-25T21:13:12.848Z | Compiling reqwest v0.12.12 |
1577 | 2025-03-25T21:13:16.507Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1578 | 2025-03-25T21:13:16.789Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1579 | 2025-03-25T21:13:21.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1580 | 2025-03-25T21:13:21.447Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1581 | 2025-03-25T21:13:21.499Z | Mar 25 21:13:20.199 INFO Starting download, target: Clickhouse |
1582 | 2025-03-25T21:13:21.499Z | Mar 25 21:13:20.199 INFO Starting download, target: Console |
1583 | 2025-03-25T21:13:21.499Z | Mar 25 21:13:20.199 INFO Starting download, target: Cockroach |
1584 | 2025-03-25T21:13:21.502Z | Mar 25 21:13:20.199 INFO Starting download, target: DendriteOpenapi |
1585 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.199 INFO Starting download, target: DendriteStub |
1586 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.199 INFO Starting download, target: MaghemiteMgd |
1587 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.199 INFO Starting download, target: TransceiverControl |
1588 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1589 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1590 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1591 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1592 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1593 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1594 | 2025-03-25T21:13:21.503Z | Mar 25 21:13:20.200 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1595 | 2025-03-25T21:13:21.672Z | Mar 25 21:13:20.366 INFO Download complete, target: DendriteOpenapi |
1596 | 2025-03-25T21:13:21.887Z | Mar 25 21:13:20.575 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1597 | 2025-03-25T21:13:22.072Z | Mar 25 21:13:20.762 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1598 | 2025-03-25T21:13:22.310Z | Mar 25 21:13:21.006 INFO Download complete, target: TransceiverControl |
1599 | 2025-03-25T21:13:22.462Z | Mar 25 21:13:21.159 INFO Download complete, target: Console |
1600 | 2025-03-25T21:13:22.561Z | Mar 25 21:13:21.261 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1601 | 2025-03-25T21:13:22.604Z | Mar 25 21:13:21.304 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1602 | 2025-03-25T21:13:23.258Z | Mar 25 21:13:21.958 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1603 | 2025-03-25T21:13:23.258Z | Mar 25 21:13:21.958 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1604 | 2025-03-25T21:13:23.454Z | Mar 25 21:13:22.155 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1605 | 2025-03-25T21:13:24.995Z | Mar 25 21:13:23.696 INFO Download complete, target: DendriteStub |
1606 | 2025-03-25T21:13:25.089Z | Mar 25 21:13:23.790 INFO Download complete, target: MaghemiteMgd |
1607 | 2025-03-25T21:13:29.782Z | Mar 25 21:13:28.483 INFO Checking that binary works, target: Cockroach |
1608 | 2025-03-25T21:13:29.941Z | Mar 25 21:13:28.643 INFO Download complete, target: Cockroach |
1609 | 2025-03-25T21:13:34.135Z | Mar 25 21:13:32.839 INFO Checking that binary works, target: Clickhouse |
1610 | 2025-03-25T21:13:34.252Z | Mar 25 21:13:32.956 INFO Download complete, target: Clickhouse |
1611 | 2025-03-25T21:13:34.263Z | All prerequisites installed successfully |
1612 | 2025-03-25T21:13:34.266Z | |
1613 | 2025-03-25T21:13:34.266Z | real 5:47.338509639 |
1614 | 2025-03-25T21:13:34.266Z | user 15:45.154636532 |
1615 | 2025-03-25T21:13:34.266Z | sys 2:10.632183320 |
1616 | 2025-03-25T21:13:34.266Z | trap 0.573336451 |
1617 | 2025-03-25T21:13:34.266Z | tflt 0.978737899 |
1618 | 2025-03-25T21:13:34.266Z | dflt 1.058047283 |
1619 | 2025-03-25T21:13:34.266Z | kflt 0.027358340 |
1620 | 2025-03-25T21:13:34.266Z | lock 24:05.596542542 |
1621 | 2025-03-25T21:13:34.266Z | slp 57:52.470912915 |
1622 | 2025-03-25T21:13:34.266Z | lat 1:03.772160575 |
1623 | 2025-03-25T21:13:34.266Z | stop 2:37.795796752 |
1624 | 2025-03-25T21:13:34.266Z | + ptime -m cargo xtask download softnpu |
1625 | 2025-03-25T21:13:34.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1626 | 2025-03-25T21:13:34.941Z | Running `target/debug/xtask download softnpu` |
1627 | 2025-03-25T21:13:35.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1628 | 2025-03-25T21:13:35.899Z | Running `target/debug/xtask-downloader softnpu` |
1629 | 2025-03-25T21:13:35.932Z | Mar 25 21:13:34.633 INFO Starting download, target: Softnpu |
1630 | 2025-03-25T21:13:35.937Z | Mar 25 21:13:34.634 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1631 | 2025-03-25T21:13:36.592Z | Mar 25 21:13:35.297 INFO Download complete, target: Softnpu |
1632 | 2025-03-25T21:13:36.596Z | |
1633 | 2025-03-25T21:13:36.600Z | real 2.326332890 |
1634 | 2025-03-25T21:13:36.600Z | user 1.410569740 |
1635 | 2025-03-25T21:13:36.600Z | sys 0.590175885 |
1636 | 2025-03-25T21:13:36.600Z | trap 0.001251914 |
1637 | 2025-03-25T21:13:36.600Z | tflt 0.000046923 |
1638 | 2025-03-25T21:13:36.600Z | dflt 0.000081623 |
1639 | 2025-03-25T21:13:36.600Z | kflt 0.000000000 |
1640 | 2025-03-25T21:13:36.600Z | lock 7.489599855 |
1641 | 2025-03-25T21:13:36.600Z | slp 0.588535553 |
1642 | 2025-03-25T21:13:36.600Z | lat 0.072038840 |
1643 | 2025-03-25T21:13:36.600Z | stop 0.000556503 |
1644 | 2025-03-25T21:13:36.600Z | + export CARGO_INCREMENTAL=0 |
1645 | 2025-03-25T21:13:36.600Z | + CARGO_INCREMENTAL=0 |
1646 | 2025-03-25T21:13:36.600Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1647 | 2025-03-25T21:13:37.637Z | Compiling proc-macro2 v1.0.94 |
1648 | 2025-03-25T21:13:37.637Z | Compiling unicode-ident v1.0.14 |
1649 | 2025-03-25T21:13:37.640Z | Compiling libc v0.2.170 |
1650 | 2025-03-25T21:13:37.641Z | Compiling serde v1.0.218 |
1651 | 2025-03-25T21:13:37.641Z | Compiling autocfg v1.4.0 |
1652 | 2025-03-25T21:13:37.641Z | Compiling cfg-if v1.0.0 |
1653 | 2025-03-25T21:13:37.641Z | Compiling version_check v0.9.5 |
1654 | 2025-03-25T21:13:37.986Z | Compiling memchr v2.7.4 |
1655 | 2025-03-25T21:13:38.016Z | Compiling shlex v1.3.0 |
1656 | 2025-03-25T21:13:38.037Z | Compiling typenum v1.17.0 |
1657 | 2025-03-25T21:13:38.371Z | Compiling value-bag v1.9.0 |
1658 | 2025-03-25T21:13:38.425Z | Compiling generic-array v0.14.7 |
1659 | 2025-03-25T21:13:38.743Z | Compiling lock_api v0.4.12 |
1660 | 2025-03-25T21:13:38.885Z | Compiling log v0.4.22 |
1661 | 2025-03-25T21:13:38.947Z | Compiling scopeguard v1.2.0 |
1662 | 2025-03-25T21:13:39.119Z | Compiling serde_json v1.0.139 |
1663 | 2025-03-25T21:13:39.229Z | Compiling parking_lot_core v0.9.10 |
1664 | 2025-03-25T21:13:39.488Z | Compiling quote v1.0.39 |
1665 | 2025-03-25T21:13:39.646Z | Compiling jobserver v0.1.32 |
1666 | 2025-03-25T21:13:39.682Z | Compiling rustix v0.38.37 |
1667 | 2025-03-25T21:13:39.749Z | Compiling libm v0.2.8 |
1668 | 2025-03-25T21:13:39.753Z | Compiling getrandom v0.2.15 |
1669 | 2025-03-25T21:13:39.890Z | Compiling syn v2.0.98 |
1670 | 2025-03-25T21:13:40.059Z | Compiling cc v1.2.15 |
1671 | 2025-03-25T21:13:40.115Z | Compiling num-traits v0.2.19 |
1672 | 2025-03-25T21:13:40.134Z | Compiling semver v1.0.25 |
1673 | 2025-03-25T21:13:40.188Z | Compiling aho-corasick v1.1.3 |
1674 | 2025-03-25T21:13:40.318Z | Compiling regex-syntax v0.8.5 |
1675 | 2025-03-25T21:13:40.338Z | Compiling getrandom v0.3.1 |
1676 | 2025-03-25T21:13:40.438Z | Compiling either v1.14.0 |
1677 | 2025-03-25T21:13:40.750Z | Compiling thiserror v1.0.69 |
1678 | 2025-03-25T21:13:40.837Z | Compiling once_cell v1.20.3 |
1679 | 2025-03-25T21:13:40.864Z | Compiling itoa v1.0.11 |
1680 | 2025-03-25T21:13:41.193Z | Compiling spin v0.9.8 |
1681 | 2025-03-25T21:13:41.314Z | Compiling errno v0.3.9 |
1682 | 2025-03-25T21:13:41.436Z | Compiling slab v0.4.9 |
1683 | 2025-03-25T21:13:41.590Z | Compiling rand_core v0.6.4 |
1684 | 2025-03-25T21:13:41.952Z | Compiling glob v0.3.2 |
1685 | 2025-03-25T21:13:42.075Z | Compiling prettyplease v0.2.30 |
1686 | 2025-03-25T21:13:42.460Z | Compiling lazy_static v1.5.0 |
1687 | 2025-03-25T21:13:42.547Z | Compiling smallvec v1.14.0 |
1688 | 2025-03-25T21:13:42.605Z | Compiling minimal-lexical v0.2.1 |
1689 | 2025-03-25T21:13:42.627Z | Compiling clang-sys v1.8.1 |
1690 | 2025-03-25T21:13:43.046Z | Compiling nom v7.1.3 |
1691 | 2025-03-25T21:13:43.067Z | Compiling libloading v0.8.5 |
1692 | 2025-03-25T21:13:43.085Z | Compiling allocator-api2 v0.2.18 |
1693 | 2025-03-25T21:13:43.311Z | Compiling bindgen v0.69.5 |
1694 | 2025-03-25T21:13:43.336Z | Compiling pkg-config v0.3.31 |
1695 | 2025-03-25T21:13:43.416Z | Compiling home v0.5.9 |
1696 | 2025-03-25T21:13:43.616Z | Compiling equivalent v1.0.1 |
1697 | 2025-03-25T21:13:43.740Z | Compiling foldhash v0.1.3 |
1698 | 2025-03-25T21:13:43.830Z | Compiling itertools v0.12.1 |
1699 | 2025-03-25T21:13:44.027Z | Compiling regex-automata v0.4.8 |
1700 | 2025-03-25T21:13:44.396Z | Compiling hashbrown v0.15.1 |
1701 | 2025-03-25T21:13:45.046Z | Compiling lazycell v1.3.0 |
1702 | 2025-03-25T21:13:45.228Z | Compiling subtle v2.6.1 |
1703 | 2025-03-25T21:13:45.567Z | Compiling rustc-hash v1.1.0 |
1704 | 2025-03-25T21:13:45.660Z | Compiling cmake v0.1.51 |
1705 | 2025-03-25T21:13:45.759Z | Compiling fs_extra v1.3.0 |
1706 | 2025-03-25T21:13:45.809Z | Compiling dunce v1.0.5 |
1707 | 2025-03-25T21:13:46.230Z | Compiling cexpr v0.6.0 |
1708 | 2025-03-25T21:13:46.514Z | Compiling pin-project-lite v0.2.14 |
1709 | 2025-03-25T21:13:46.618Z | Compiling ryu v1.0.18 |
1710 | 2025-03-25T21:13:46.657Z | Compiling ring v0.17.11 |
1711 | 2025-03-25T21:13:46.753Z | Compiling byteorder v1.5.0 |
1712 | 2025-03-25T21:13:46.912Z | Compiling schemars v0.8.22 |
1713 | 2025-03-25T21:13:47.240Z | Compiling synstructure v0.13.1 |
1714 | 2025-03-25T21:13:47.654Z | Compiling paste v1.0.15 |
1715 | 2025-03-25T21:13:48.030Z | Compiling serde_derive_internals v0.29.1 |
1716 | 2025-03-25T21:13:48.684Z | Compiling aws-lc-rs v1.12.4 |
1717 | 2025-03-25T21:13:48.916Z | Compiling regex v1.11.1 |
1718 | 2025-03-25T21:13:49.867Z | Compiling signal-hook-registry v1.4.2 |
1719 | 2025-03-25T21:13:49.943Z | Compiling fnv v1.0.7 |
1720 | 2025-03-25T21:13:49.965Z | Compiling const-oid v0.9.6 |
1721 | 2025-03-25T21:13:49.984Z | Compiling parking_lot v0.12.3 |
1722 | 2025-03-25T21:13:50.089Z | Compiling mio v1.0.2 |
1723 | 2025-03-25T21:13:51.028Z | Compiling serde_derive v1.0.218 |
1724 | 2025-03-25T21:13:51.262Z | Compiling zeroize_derive v1.4.2 |
1725 | 2025-03-25T21:13:51.740Z | Compiling tokio-macros v2.5.0 |
1726 | 2025-03-25T21:13:51.761Z | Compiling thiserror-impl v1.0.69 |
1727 | 2025-03-25T21:13:51.983Z | Compiling zerocopy-derive v0.7.35 |
1728 | 2025-03-25T21:13:52.011Z | Compiling zerofrom-derive v0.1.4 |
1729 | 2025-03-25T21:13:52.028Z | Compiling yoke-derive v0.7.4 |
1730 | 2025-03-25T21:13:52.585Z | Compiling zeroize v1.8.1 |
1731 | 2025-03-25T21:13:53.053Z | Compiling displaydoc v0.2.5 |
1732 | 2025-03-25T21:13:53.096Z | Compiling zerovec-derive v0.10.3 |
1733 | 2025-03-25T21:13:53.164Z | Compiling futures-macro v0.3.31 |
1734 | 2025-03-25T21:13:54.322Z | Compiling schemars_derive v0.8.22 |
1735 | 2025-03-25T21:13:54.573Z | Compiling icu_provider_macros v1.5.0 |
1736 | 2025-03-25T21:13:54.865Z | Compiling tracing-attributes v0.1.27 |
1737 | 2025-03-25T21:13:54.988Z | Compiling crypto-common v0.1.6 |
1738 | 2025-03-25T21:13:55.193Z | Compiling stable_deref_trait v1.2.0 |
1739 | 2025-03-25T21:13:55.316Z | Compiling heck v0.5.0 |
1740 | 2025-03-25T21:13:55.543Z | Compiling block-buffer v0.10.4 |
1741 | 2025-03-25T21:13:55.632Z | Compiling der_derive v0.7.3 |
1742 | 2025-03-25T21:13:55.778Z | Compiling socket2 v0.5.8 |
1743 | 2025-03-25T21:13:55.796Z | Compiling vcpkg v0.2.15 |
1744 | 2025-03-25T21:13:57.216Z | Compiling httparse v1.9.5 |
1745 | 2025-03-25T21:13:57.253Z | Compiling openssl-sys v0.9.106 |
1746 | 2025-03-25T21:13:57.495Z | Compiling digest v0.10.7 |
1747 | 2025-03-25T21:13:57.783Z | Compiling time-core v0.1.2 |
1748 | 2025-03-25T21:13:57.907Z | Compiling num-conv v0.1.0 |
1749 | 2025-03-25T21:13:57.956Z | Compiling futures-core v0.3.31 |
1750 | 2025-03-25T21:13:58.003Z | Compiling crossbeam-utils v0.8.20 |
1751 | 2025-03-25T21:13:58.153Z | Compiling zerocopy v0.8.10 |
1752 | 2025-03-25T21:13:58.185Z | Compiling time-macros v0.2.18 |
1753 | 2025-03-25T21:14:00.574Z | Compiling zerocopy v0.7.35 |
1754 | 2025-03-25T21:14:00.632Z | Compiling zerocopy-derive v0.8.10 |
1755 | 2025-03-25T21:14:00.632Z | Compiling futures-sink v0.3.31 |
1756 | 2025-03-25T21:14:00.632Z | Compiling syn v1.0.109 |
1757 | 2025-03-25T21:14:01.722Z | Compiling slog v2.7.0 |
1758 | 2025-03-25T21:14:01.739Z | Compiling iana-time-zone v0.1.61 |
1759 | 2025-03-25T21:14:01.739Z | Compiling cpufeatures v0.2.14 |
1760 | 2025-03-25T21:14:01.739Z | Compiling openssl v0.10.71 |
1761 | 2025-03-25T21:14:01.739Z | Compiling hmac v0.12.1 |
1762 | 2025-03-25T21:14:01.950Z | Compiling zerofrom v0.1.4 |
1763 | 2025-03-25T21:14:02.163Z | Compiling yoke v0.7.4 |
1764 | 2025-03-25T21:14:02.381Z | Compiling futures-channel v0.3.31 |
1765 | 2025-03-25T21:14:02.458Z | Compiling block-padding v0.3.3 |
1766 | 2025-03-25T21:14:02.484Z | Compiling scroll_derive v0.12.0 |
1767 | 2025-03-25T21:14:02.584Z | Compiling openssl-macros v0.1.1 |
1768 | 2025-03-25T21:14:02.658Z | Compiling ucd-trie v0.1.7 |
1769 | 2025-03-25T21:14:02.686Z | Compiling rustls v0.23.19 |
1770 | 2025-03-25T21:14:02.829Z | Compiling futures-io v0.3.31 |
1771 | 2025-03-25T21:14:03.005Z | Compiling bitflags v2.6.0 |
1772 | 2025-03-25T21:14:03.080Z | Compiling bytes v1.10.1 |
1773 | 2025-03-25T21:14:03.756Z | Compiling indexmap v2.7.1 |
1774 | 2025-03-25T21:14:04.454Z | Compiling uuid v1.15.1 |
1775 | 2025-03-25T21:14:04.682Z | Compiling tokio v1.43.0 |
1776 | 2025-03-25T21:14:05.511Z | Compiling chrono v0.4.40 |
1777 | 2025-03-25T21:14:05.794Z | Compiling serde_tokenstream v0.2.2 |
1778 | 2025-03-25T21:14:06.353Z | Compiling rustc_version v0.4.1 |
1779 | 2025-03-25T21:14:07.394Z | Compiling which v4.4.2 |
1780 | 2025-03-25T21:14:08.797Z | Compiling futures-task v0.3.31 |
1781 | 2025-03-25T21:14:09.125Z | Compiling pin-utils v0.1.0 |
1782 | 2025-03-25T21:14:09.385Z | Compiling native-tls v0.2.12 |
1783 | 2025-03-25T21:14:09.771Z | Compiling futures-util v0.3.31 |
1784 | 2025-03-25T21:14:10.472Z | Compiling http v1.2.0 |
1785 | 2025-03-25T21:14:11.477Z | Compiling pest v2.7.14 |
1786 | 2025-03-25T21:14:12.114Z | Compiling inout v0.1.3 |
1787 | 2025-03-25T21:14:12.389Z | Compiling zerovec v0.10.4 |
1788 | 2025-03-25T21:14:14.363Z | Compiling strsim v0.11.1 |
1789 | 2025-03-25T21:14:14.615Z | Compiling dyn-clone v1.0.19 |
1790 | 2025-03-25T21:14:14.972Z | Compiling pest_meta v2.7.14 |
1791 | 2025-03-25T21:14:15.651Z | Compiling cipher v0.4.4 |
1792 | 2025-03-25T21:14:15.970Z | Compiling serde_spanned v0.6.8 |
1793 | 2025-03-25T21:14:16.126Z | Compiling toml_datetime v0.6.8 |
1794 | 2025-03-25T21:14:16.201Z | Compiling sha2 v0.10.8 |
1795 | 2025-03-25T21:14:16.593Z | Compiling cookie v0.18.1 |
1796 | 2025-03-25T21:14:16.993Z | Compiling base64ct v1.6.0 |
1797 | 2025-03-25T21:14:17.125Z | Compiling pest_generator v2.7.14 |
1798 | 2025-03-25T21:14:17.585Z | Compiling pem-rfc7468 v0.7.0 |
1799 | 2025-03-25T21:14:18.162Z | Compiling tinystr v0.7.6 |
1800 | 2025-03-25T21:14:18.933Z | Compiling tracing-core v0.1.32 |
1801 | 2025-03-25T21:14:19.940Z | Compiling aws-lc-sys v0.26.0 |
1802 | 2025-03-25T21:14:20.094Z | Compiling writeable v0.5.5 |
1803 | 2025-03-25T21:14:20.557Z | Compiling flagset v0.4.6 |
1804 | 2025-03-25T21:14:20.601Z | Compiling litemap v0.7.3 |
1805 | 2025-03-25T21:14:21.174Z | Compiling der v0.7.9 |
1806 | 2025-03-25T21:14:21.529Z | Compiling icu_locid v1.5.0 |
1807 | 2025-03-25T21:14:23.287Z | Compiling tracing v0.1.40 |
1808 | 2025-03-25T21:14:23.862Z | Compiling pest_derive v2.7.14 |
1809 | 2025-03-25T21:14:24.651Z | Compiling usdt-impl v0.5.0 |
1810 | 2025-03-25T21:14:25.034Z | Compiling rayon-core v1.12.1 |
1811 | 2025-03-25T21:14:25.295Z | Compiling rustls-pki-types v1.10.0 |
1812 | 2025-03-25T21:14:25.311Z | Compiling icu_provider v1.5.0 |
1813 | 2025-03-25T21:14:26.940Z | Compiling spki v0.7.3 |
1814 | 2025-03-25T21:14:27.344Z | Compiling salsa20 v0.10.2 |
1815 | 2025-03-25T21:14:27.592Z | Compiling tokio-util v0.7.13 |
1816 | 2025-03-25T21:14:28.151Z | Compiling scroll v0.12.0 |
1817 | 2025-03-25T21:14:28.639Z | Compiling ppv-lite86 v0.2.20 |
1818 | 2025-03-25T21:14:28.867Z | Compiling pbkdf2 v0.12.2 |
1819 | 2025-03-25T21:14:29.453Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1820 | 2025-03-25T21:14:29.626Z | Compiling plain v0.2.3 |
1821 | 2025-03-25T21:14:29.767Z | Compiling rustversion v1.0.17 |
1822 | 2025-03-25T21:14:29.825Z | Compiling litrs v0.4.1 |
1823 | 2025-03-25T21:14:29.873Z | Compiling icu_locid_transform_data v1.5.0 |
1824 | 2025-03-25T21:14:29.935Z | Compiling percent-encoding v2.3.1 |
1825 | 2025-03-25T21:14:29.989Z | Compiling untrusted v0.7.1 |
1826 | 2025-03-25T21:14:30.198Z | Compiling anyhow v1.0.97 |
1827 | 2025-03-25T21:14:30.364Z | Compiling powerfmt v0.2.0 |
1828 | 2025-03-25T21:14:30.531Z | Compiling winnow v0.5.40 |
1829 | 2025-03-25T21:14:30.733Z | Compiling untrusted v0.9.0 |
1830 | 2025-03-25T21:14:30.754Z | Compiling camino v1.1.9 |
1831 | 2025-03-25T21:14:30.889Z | Compiling document-features v0.2.10 |
1832 | 2025-03-25T21:14:31.293Z | Compiling deranged v0.3.11 |
1833 | 2025-03-25T21:14:31.412Z | Compiling icu_locid_transform v1.5.0 |
1834 | 2025-03-25T21:14:31.812Z | Compiling goblin v0.8.2 |
1835 | 2025-03-25T21:14:33.210Z | Compiling scrypt v0.11.0 |
1836 | 2025-03-25T21:14:33.673Z | Compiling toml_edit v0.19.15 |
1837 | 2025-03-25T21:14:33.815Z | Compiling cbc v0.1.2 |
1838 | 2025-03-25T21:14:33.891Z | Compiling aes v0.8.4 |
1839 | 2025-03-25T21:14:34.037Z | Compiling icu_collections v1.5.0 |
1840 | 2025-03-25T21:14:37.860Z | Compiling rustls v0.22.4 |
1841 | 2025-03-25T21:14:38.847Z | Compiling pretty-hex v0.4.1 |
1842 | 2025-03-25T21:14:38.930Z | Compiling atomic-waker v1.1.2 |
1843 | 2025-03-25T21:14:39.088Z | Compiling icu_properties_data v1.5.0 |
1844 | 2025-03-25T21:14:39.579Z | Compiling num_threads v0.1.7 |
1845 | 2025-03-25T21:14:39.648Z | Compiling icu_properties v1.5.1 |
1846 | 2025-03-25T21:14:39.720Z | Compiling time v0.3.36 |
1847 | 2025-03-25T21:14:40.094Z | Compiling dof v0.3.0 |
1848 | 2025-03-25T21:14:43.640Z | Compiling pkcs5 v0.7.1 |
1849 | 2025-03-25T21:14:44.862Z | Compiling dtrace-parser v0.2.0 |
1850 | 2025-03-25T21:14:44.883Z | Compiling http-body v1.0.1 |
1851 | 2025-03-25T21:14:45.171Z | Compiling heapless v0.7.17 |
1852 | 2025-03-25T21:14:45.737Z | Compiling async-trait v0.1.87 |
1853 | 2025-03-25T21:14:45.787Z | Compiling thread-id v4.2.2 |
1854 | 2025-03-25T21:14:45.865Z | Compiling signal-hook v0.3.17 |
1855 | 2025-03-25T21:14:45.919Z | Compiling utf16_iter v1.0.5 |
1856 | 2025-03-25T21:14:46.352Z | Compiling write16 v1.0.0 |
1857 | 2025-03-25T21:14:46.355Z | Compiling icu_normalizer_data v1.5.0 |
1858 | 2025-03-25T21:14:46.510Z | Compiling utf8_iter v1.0.4 |
1859 | 2025-03-25T21:14:46.769Z | Compiling try-lock v0.2.5 |
1860 | 2025-03-25T21:14:47.047Z | Compiling want v0.3.1 |
1861 | 2025-03-25T21:14:47.074Z | Compiling icu_normalizer v1.5.0 |
1862 | 2025-03-25T21:14:49.642Z | Compiling pkcs8 v0.10.2 |
1863 | 2025-03-25T21:14:49.727Z | Compiling h2 v0.4.6 |
1864 | 2025-03-25T21:14:50.262Z | Compiling form_urlencoded v1.2.1 |
1865 | 2025-03-25T21:14:51.146Z | Compiling multer v3.1.0 |
1866 | 2025-03-25T21:14:51.882Z | Compiling httpdate v1.0.3 |
1867 | 2025-03-25T21:14:52.110Z | Compiling adler2 v2.0.0 |
1868 | 2025-03-25T21:14:52.289Z | Compiling slog-async v2.8.0 |
1869 | 2025-03-25T21:14:52.394Z | Compiling tinyvec_macros v0.1.1 |
1870 | 2025-03-25T21:14:52.655Z | Compiling tower-service v0.3.3 |
1871 | 2025-03-25T21:14:52.675Z | Compiling tinyvec v1.8.0 |
1872 | 2025-03-25T21:14:52.767Z | Compiling miniz_oxide v0.8.5 |
1873 | 2025-03-25T21:14:54.683Z | Compiling idna_adapter v1.2.0 |
1874 | 2025-03-25T21:14:56.589Z | Compiling curve25519-dalek v4.1.3 |
1875 | 2025-03-25T21:14:57.130Z | Compiling memoffset v0.9.1 |
1876 | 2025-03-25T21:14:57.331Z | Compiling num-bigint-dig v0.8.4 |
1877 | 2025-03-25T21:14:57.487Z | Compiling foreign-types-shared v0.1.1 |
1878 | 2025-03-25T21:14:57.668Z | Compiling smoltcp v0.9.1 |
1879 | 2025-03-25T21:14:57.743Z | Compiling newtype-uuid v1.2.1 |
1880 | 2025-03-25T21:14:57.775Z | Compiling base64 v0.22.1 |
1881 | 2025-03-25T21:14:58.085Z | Compiling hyper v1.6.0 |
1882 | 2025-03-25T21:14:58.885Z | Compiling portable-atomic v1.9.0 |
1883 | 2025-03-25T21:15:00.117Z | Compiling foreign-types v0.3.2 |
1884 | 2025-03-25T21:15:00.351Z | Compiling rand_core v0.9.2 |
1885 | 2025-03-25T21:15:01.380Z | Compiling hyper-util v0.1.10 |
1886 | 2025-03-25T21:15:01.619Z | Compiling idna v1.0.3 |
1887 | 2025-03-25T21:15:06.368Z | Compiling usdt-attr-macro v0.5.0 |
1888 | 2025-03-25T21:15:07.809Z | Compiling usdt-macro v0.5.0 |
1889 | 2025-03-25T21:15:09.383Z | Compiling openapiv3 v2.0.0 |
1890 | 2025-03-25T21:15:09.475Z | Compiling async-stream-impl v0.3.6 |
1891 | 2025-03-25T21:15:09.693Z | Compiling ident_case v1.0.1 |
1892 | 2025-03-25T21:15:09.886Z | Compiling heck v0.4.1 |
1893 | 2025-03-25T21:15:09.906Z | Compiling siphasher v0.3.11 |
1894 | 2025-03-25T21:15:10.319Z | Compiling cfg_aliases v0.2.1 |
1895 | 2025-03-25T21:15:10.426Z | Compiling nix v0.29.0 |
1896 | 2025-03-25T21:15:10.648Z | Compiling darling_core v0.20.10 |
1897 | 2025-03-25T21:15:18.782Z | Compiling rand_chacha v0.9.0 |
1898 | 2025-03-25T21:15:19.702Z | Compiling unicode-normalization v0.1.24 |
1899 | 2025-03-25T21:15:20.900Z | Compiling http-body-util v0.1.2 |
1900 | 2025-03-25T21:15:21.812Z | Compiling crossbeam-epoch v0.9.18 |
1901 | 2025-03-25T21:15:23.338Z | Compiling rand_chacha v0.3.1 |
1902 | 2025-03-25T21:15:23.911Z | Compiling hubpack_derive v0.1.1 |
1903 | 2025-03-25T21:15:24.254Z | Compiling signature v2.2.0 |
1904 | 2025-03-25T21:15:24.506Z | Compiling curve25519-dalek-derive v0.1.1 |
1905 | 2025-03-25T21:15:24.779Z | Compiling zerocopy-derive v0.6.6 |
1906 | 2025-03-25T21:15:25.601Z | Compiling dirs-sys-next v0.1.2 |
1907 | 2025-03-25T21:15:25.818Z | Compiling fs-err v2.11.0 |
1908 | 2025-03-25T21:15:25.868Z | Compiling ahash v0.8.11 |
1909 | 2025-03-25T21:15:26.057Z | Compiling dropshot v0.12.0 |
1910 | 2025-03-25T21:15:26.156Z | Compiling crc32fast v1.4.2 |
1911 | 2025-03-25T21:15:26.237Z | Compiling encoding_rs v0.8.34 |
1912 | 2025-03-25T21:15:26.389Z | Compiling zip v2.1.3 |
1913 | 2025-03-25T21:15:26.459Z | Compiling openssl-probe v0.1.5 |
1914 | 2025-03-25T21:15:26.490Z | Compiling mime v0.3.17 |
1915 | 2025-03-25T21:15:26.730Z | Compiling gimli v0.31.1 |
1916 | 2025-03-25T21:15:26.762Z | Compiling buf-list v1.0.3 |
1917 | 2025-03-25T21:15:27.334Z | Compiling utf8parse v0.2.2 |
1918 | 2025-03-25T21:15:27.479Z | Compiling anstyle v1.0.10 |
1919 | 2025-03-25T21:15:27.503Z | Compiling unicode-properties v0.1.3 |
1920 | 2025-03-25T21:15:27.891Z | Compiling unicode-bidi v0.3.17 |
1921 | 2025-03-25T21:15:29.012Z | Compiling stringprep v0.1.5 |
1922 | 2025-03-25T21:15:29.441Z | Compiling anstyle-parse v0.2.5 |
1923 | 2025-03-25T21:15:29.881Z | Compiling dirs-next v2.0.0 |
1924 | 2025-03-25T21:15:30.074Z | Compiling rand v0.8.5 |
1925 | 2025-03-25T21:15:31.884Z | Compiling addr2line v0.24.2 |
1926 | 2025-03-25T21:15:32.850Z | Compiling crossbeam-deque v0.8.5 |
1927 | 2025-03-25T21:15:33.220Z | Compiling rand v0.9.0 |
1928 | 2025-03-25T21:15:33.335Z | Compiling darling_macro v0.20.10 |
1929 | 2025-03-25T21:15:34.259Z | Compiling url v2.5.3 |
1930 | 2025-03-25T21:15:35.577Z | Compiling serde_urlencoded v0.7.1 |
1931 | 2025-03-25T21:15:36.196Z | Compiling rustls-pemfile v2.2.0 |
1932 | 2025-03-25T21:15:36.254Z | Compiling ipnetwork v0.21.1 |
1933 | 2025-03-25T21:15:36.849Z | Compiling num-integer v0.1.46 |
1934 | 2025-03-25T21:15:37.540Z | Compiling rustls-webpki v0.102.8 |
1935 | 2025-03-25T21:15:37.571Z | Compiling md-5 v0.10.6 |
1936 | 2025-03-25T21:15:37.835Z | Compiling hash32 v0.2.1 |
1937 | 2025-03-25T21:15:37.898Z | Compiling ff v0.13.0 |
1938 | 2025-03-25T21:15:38.166Z | Compiling thread_local v1.1.8 |
1939 | 2025-03-25T21:15:38.195Z | Compiling object v0.36.5 |
1940 | 2025-03-25T21:15:39.869Z | Compiling psl-types v2.0.11 |
1941 | 2025-03-25T21:15:40.037Z | Compiling is_terminal_polyfill v1.70.1 |
1942 | 2025-03-25T21:15:40.187Z | Compiling colorchoice v1.0.2 |
1943 | 2025-03-25T21:15:40.370Z | Compiling match_cfg v0.1.0 |
1944 | 2025-03-25T21:15:40.487Z | Compiling fallible-iterator v0.2.0 |
1945 | 2025-03-25T21:15:41.184Z | Compiling rustc-demangle v0.1.24 |
1946 | 2025-03-25T21:15:42.514Z | Compiling winnow v0.7.3 |
1947 | 2025-03-25T21:15:43.552Z | Compiling anstyle-query v1.1.1 |
1948 | 2025-03-25T21:15:43.633Z | Compiling base16ct v0.2.0 |
1949 | 2025-03-25T21:15:43.722Z | Compiling anstream v0.6.15 |
1950 | 2025-03-25T21:15:43.941Z | Compiling sec1 v0.7.3 |
1951 | 2025-03-25T21:15:44.325Z | Compiling postgres-protocol v0.6.8 |
1952 | 2025-03-25T21:15:44.495Z | Compiling publicsuffix v2.3.0 |
1953 | 2025-03-25T21:15:44.870Z | Compiling hostname v0.3.1 |
1954 | 2025-03-25T21:15:45.453Z | Compiling backtrace v0.3.74 |
1955 | 2025-03-25T21:15:45.475Z | Compiling tokio-rustls v0.26.0 |
1956 | 2025-03-25T21:15:45.746Z | Compiling toml_edit v0.22.24 |
1957 | 2025-03-25T21:15:46.671Z | Compiling group v0.13.0 |
1958 | 2025-03-25T21:15:46.998Z | Compiling num-iter v0.1.45 |
1959 | 2025-03-25T21:15:49.813Z | Compiling darling v0.20.10 |
1960 | 2025-03-25T21:15:50.123Z | Compiling bzip2 v0.4.4 |
1961 | 2025-03-25T21:15:50.264Z | Compiling tokio-native-tls v0.3.1 |
1962 | 2025-03-25T21:15:50.485Z | Compiling term v0.7.0 |
1963 | 2025-03-25T21:15:50.869Z | Compiling flate2 v1.1.0 |
1964 | 2025-03-25T21:15:51.576Z | Compiling strum_macros v0.25.3 |
1965 | 2025-03-25T21:15:51.719Z | Compiling phf_shared v0.11.2 |
1966 | 2025-03-25T21:15:52.069Z | Compiling slog-json v2.6.1 |
1967 | 2025-03-25T21:15:52.548Z | Compiling crossbeam-channel v0.5.13 |
1968 | 2025-03-25T21:15:52.755Z | Compiling webpki-roots v0.26.6 |
1969 | 2025-03-25T21:15:53.436Z | Compiling futures-executor v0.3.31 |
1970 | 2025-03-25T21:15:53.463Z | Compiling terminal_size v0.4.0 |
1971 | 2025-03-25T21:15:53.484Z | Compiling dropshot_endpoint v0.12.0 |
1972 | 2025-03-25T21:15:53.887Z | Compiling hkdf v0.12.4 |
1973 | 2025-03-25T21:15:53.958Z | Compiling sync_wrapper v1.0.1 |
1974 | 2025-03-25T21:15:54.130Z | Compiling enum-as-inner v0.6.1 |
1975 | 2025-03-25T21:15:54.244Z | Compiling clap_derive v4.5.28 |
1976 | 2025-03-25T21:15:54.292Z | Compiling crypto-bigint v0.5.5 |
1977 | 2025-03-25T21:15:54.790Z | Compiling serde_repr v0.1.19 |
1978 | 2025-03-25T21:15:55.113Z | Compiling regress v0.10.3 |
1979 | 2025-03-25T21:15:55.856Z | Compiling memmap v0.7.0 |
1980 | 2025-03-25T21:15:56.074Z | Compiling is-terminal v0.4.13 |
1981 | 2025-03-25T21:15:56.223Z | Compiling bumpalo v3.16.0 |
1982 | 2025-03-25T21:15:56.662Z | Compiling lockfree-object-pool v0.1.6 |
1983 | 2025-03-25T21:15:56.920Z | Compiling take_mut v0.2.2 |
1984 | 2025-03-25T21:15:57.100Z | Compiling tower-layer v0.3.3 |
1985 | 2025-03-25T21:15:57.172Z | Compiling unicode-width v0.2.0 |
1986 | 2025-03-25T21:15:57.406Z | Compiling ipnet v2.11.0 |
1987 | 2025-03-25T21:15:57.707Z | Compiling bitflags v1.3.2 |
1988 | 2025-03-25T21:15:57.833Z | Compiling managed v0.8.0 |
1989 | 2025-03-25T21:15:58.367Z | Compiling simd-adler32 v0.3.7 |
1990 | 2025-03-25T21:15:58.410Z | Compiling clap_lex v0.7.4 |
1991 | 2025-03-25T21:15:58.874Z | Compiling typify-impl v0.2.0 |
1992 | 2025-03-25T21:15:59.333Z | Compiling zopfli v0.8.1 |
1993 | 2025-03-25T21:15:59.598Z | Compiling clap_builder v4.5.31 |
1994 | 2025-03-25T21:16:00.696Z | Compiling tower v0.5.2 |
1995 | 2025-03-25T21:16:01.412Z | Compiling console v0.15.10 |
1996 | 2025-03-25T21:16:02.494Z | Compiling elliptic-curve v0.13.8 |
1997 | 2025-03-25T21:16:02.537Z | Compiling slog-term v2.9.1 |
1998 | 2025-03-25T21:16:03.176Z | Compiling usdt v0.5.0 |
1999 | 2025-03-25T21:16:03.402Z | Compiling futures v0.3.31 |
2000 | 2025-03-25T21:16:03.642Z | Compiling hyper-rustls v0.27.3 |
2001 | 2025-03-25T21:16:05.073Z | Compiling slog-bunyan v2.5.0 |
2002 | 2025-03-25T21:16:05.445Z | Compiling phf v0.11.2 |
2003 | 2025-03-25T21:16:05.744Z | Compiling hyper-tls v0.6.0 |
2004 | 2025-03-25T21:16:06.199Z | Compiling tokio-rustls v0.25.0 |
2005 | 2025-03-25T21:16:06.202Z | Compiling signal-hook-mio v0.2.4 |
2006 | 2025-03-25T21:16:06.382Z | Compiling toml v0.8.20 |
2007 | 2025-03-25T21:16:06.500Z | Compiling rayon v1.10.0 |
2008 | 2025-03-25T21:16:06.599Z | Compiling cookie_store v0.21.1 |
2009 | 2025-03-25T21:16:07.680Z | Compiling postgres-types v0.2.9 |
2010 | 2025-03-25T21:16:07.949Z | Compiling zerocopy v0.6.6 |
2011 | 2025-03-25T21:16:08.303Z | Compiling hubpack v0.1.2 |
2012 | 2025-03-25T21:16:08.683Z | Compiling ed25519 v2.2.3 |
2013 | 2025-03-25T21:16:08.777Z | Compiling async-stream v0.3.6 |
2014 | 2025-03-25T21:16:08.872Z | Compiling phf_shared v0.10.0 |
2015 | 2025-03-25T21:16:09.133Z | Compiling pkcs1 v0.7.5 |
2016 | 2025-03-25T21:16:09.267Z | Compiling waitgroup v0.1.2 |
2017 | 2025-03-25T21:16:09.771Z | Compiling serde_path_to_error v0.1.16 |
2018 | 2025-03-25T21:16:10.008Z | Compiling serde-big-array v0.5.1 |
2019 | 2025-03-25T21:16:10.147Z | Compiling rfc6979 v0.4.0 |
2020 | 2025-03-25T21:16:10.190Z | Compiling sha1 v0.10.6 |
2021 | 2025-03-25T21:16:10.256Z | Compiling float-cmp v0.10.0 |
2022 | 2025-03-25T21:16:10.347Z | Compiling bstr v1.10.0 |
2023 | 2025-03-25T21:16:10.507Z | Compiling hostname v0.4.0 |
2024 | 2025-03-25T21:16:10.527Z | Compiling predicates-core v1.0.8 |
2025 | 2025-03-25T21:16:10.712Z | Compiling difflib v0.4.0 |
2026 | 2025-03-25T21:16:10.822Z | Compiling new_debug_unreachable v1.0.6 |
2027 | 2025-03-25T21:16:10.903Z | Compiling whoami v1.5.2 |
2028 | 2025-03-25T21:16:11.045Z | Compiling static_assertions v1.1.0 |
2029 | 2025-03-25T21:16:11.129Z | Compiling normalize-line-endings v0.3.0 |
2030 | 2025-03-25T21:16:11.158Z | Compiling number_prefix v0.4.0 |
2031 | 2025-03-25T21:16:11.277Z | Compiling data-encoding v2.6.0 |
2032 | 2025-03-25T21:16:11.306Z | Compiling debug-ignore v1.0.5 |
2033 | 2025-03-25T21:16:11.404Z | Compiling precomputed-hash v0.1.1 |
2034 | 2025-03-25T21:16:11.423Z | Compiling unicode-segmentation v1.12.0 |
2035 | 2025-03-25T21:16:11.476Z | Compiling fixedbitset v0.4.2 |
2036 | 2025-03-25T21:16:11.540Z | Compiling string_cache v0.8.7 |
2037 | 2025-03-25T21:16:11.755Z | Compiling indicatif v0.17.11 |
2038 | 2025-03-25T21:16:11.855Z | Compiling petgraph v0.6.5 |
2039 | 2025-03-25T21:16:11.875Z | Compiling hickory-proto v0.24.4 |
2040 | 2025-03-25T21:16:11.926Z | Compiling tokio-postgres v0.7.13 |
2041 | 2025-03-25T21:16:12.256Z | Compiling similar v2.7.0 |
2042 | 2025-03-25T21:16:12.616Z | Compiling predicates v3.1.3 |
2043 | 2025-03-25T21:16:13.400Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2044 | 2025-03-25T21:16:15.299Z | Compiling ecdsa v0.16.9 |
2045 | 2025-03-25T21:16:16.833Z | Compiling rsa v0.9.6 |
2046 | 2025-03-25T21:16:19.142Z | Compiling ed25519-dalek v2.1.1 |
2047 | 2025-03-25T21:16:19.432Z | Compiling typify-macro v0.2.0 |
2048 | 2025-03-25T21:16:20.544Z | Compiling reqwest v0.12.12 |
2049 | 2025-03-25T21:16:20.958Z | Compiling crossterm v0.28.1 |
2050 | 2025-03-25T21:16:21.153Z | Compiling clap v4.5.31 |
2051 | 2025-03-25T21:16:21.292Z | Compiling zip v0.6.6 |
2052 | 2025-03-25T21:16:22.159Z | Compiling tokio-stream v0.1.17 |
2053 | 2025-03-25T21:16:22.455Z | Compiling toml v0.7.8 |
2054 | 2025-03-25T21:16:22.479Z | Compiling x509-cert v0.2.5 |
2055 | 2025-03-25T21:16:23.451Z | Compiling hex v0.4.3 |
2056 | 2025-03-25T21:16:23.734Z | Compiling itertools v0.10.5 |
2057 | 2025-03-25T21:16:24.882Z | Compiling peg-runtime v0.8.5 |
2058 | 2025-03-25T21:16:24.976Z | Compiling unicode-xid v0.2.6 |
2059 | 2025-03-25T21:16:25.178Z | Compiling lalrpop-util v0.19.12 |
2060 | 2025-03-25T21:16:29.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2061 | 2025-03-25T21:16:29.632Z | Compiling proc-macro-crate v1.3.1 |
2062 | 2025-03-25T21:16:30.436Z | Compiling macaddr v1.0.1 |
2063 | 2025-03-25T21:16:31.352Z | Compiling itertools v0.13.0 |
2064 | 2025-03-25T21:16:31.583Z | Compiling heapless v0.8.0 |
2065 | 2025-03-25T21:16:34.374Z | Compiling fastrand v2.1.1 |
2066 | 2025-03-25T21:16:34.815Z | Compiling tempfile v3.13.0 |
2067 | 2025-03-25T21:16:35.133Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2068 | 2025-03-25T21:16:37.156Z | Compiling num_enum_derive v0.5.11 |
2069 | 2025-03-25T21:16:44.956Z | Compiling structmeta-derive v0.3.0 |
2070 | 2025-03-25T21:16:45.235Z | Compiling hash32 v0.3.1 |
2071 | 2025-03-25T21:16:47.314Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-03-25T21:16:47.887Z | Compiling thiserror v2.0.11 |
2073 | 2025-03-25T21:16:48.469Z | Compiling smoltcp v0.11.0 |
2074 | 2025-03-25T21:16:53.287Z | Compiling structmeta v0.3.0 |
2075 | 2025-03-25T21:16:59.846Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2076 | 2025-03-25T21:17:00.739Z | Compiling num_enum v0.5.11 |
2077 | 2025-03-25T21:17:01.337Z | Compiling typify v0.2.0 |
2078 | 2025-03-25T21:17:01.432Z | Compiling oxnet v0.1.1 |
2079 | 2025-03-25T21:17:02.503Z | Compiling strum_macros v0.26.4 |
2080 | 2025-03-25T21:17:06.044Z | Compiling thiserror-impl v2.0.11 |
2081 | 2025-03-25T21:17:06.476Z | Compiling proc-macro-error-attr v1.0.4 |
2082 | 2025-03-25T21:17:06.736Z | Compiling unsafe-libyaml v0.2.11 |
2083 | 2025-03-25T21:17:08.370Z | Compiling cobs v0.2.3 |
2084 | 2025-03-25T21:17:08.939Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2085 | 2025-03-25T21:17:09.666Z | Compiling postcard v1.0.10 |
2086 | 2025-03-25T21:17:10.371Z | Compiling serde_yaml v0.9.34+deprecated |
2087 | 2025-03-25T21:17:10.794Z | Compiling strum v0.26.3 |
2088 | 2025-03-25T21:17:13.592Z | Compiling progenitor-impl v0.8.0 |
2089 | 2025-03-25T21:17:14.074Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2090 | 2025-03-25T21:17:23.633Z | Compiling foreign-types-macros v0.2.3 |
2091 | 2025-03-25T21:17:23.687Z | Compiling wait-timeout v0.2.0 |
2092 | 2025-03-25T21:17:23.720Z | Compiling proc-macro-error v1.0.4 |
2093 | 2025-03-25T21:17:24.074Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2094 | 2025-03-25T21:17:24.439Z | Compiling foreign-types-shared v0.3.1 |
2095 | 2025-03-25T21:17:24.894Z | Compiling bit-vec v0.8.0 |
2096 | 2025-03-25T21:17:25.113Z | Compiling quick-error v1.2.3 |
2097 | 2025-03-25T21:17:25.308Z | Compiling unicode-width v0.1.14 |
2098 | 2025-03-25T21:17:25.480Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2099 | 2025-03-25T21:17:30.650Z | Compiling tabwriter v1.4.0 |
2100 | 2025-03-25T21:17:31.421Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2101 | 2025-03-25T21:17:31.442Z | Compiling bit-set v0.8.0 |
2102 | 2025-03-25T21:17:31.587Z | Compiling rusty-fork v0.3.0 |
2103 | 2025-03-25T21:17:34.433Z | Compiling foreign-types v0.5.0 |
2104 | 2025-03-25T21:17:40.483Z | Compiling progenitor-macro v0.8.0 |
2105 | 2025-03-25T21:17:44.352Z | Compiling parse-display-derive v0.10.0 |
2106 | 2025-03-25T21:17:47.195Z | Compiling progenitor-client v0.8.0 |
2107 | 2025-03-25T21:17:50.843Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2108 | 2025-03-25T21:17:51.400Z | Compiling daft-derive v0.1.2 |
2109 | 2025-03-25T21:17:51.682Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2110 | 2025-03-25T21:17:51.685Z | Compiling rand_xorshift v0.3.0 |
2111 | 2025-03-25T21:17:52.009Z | Compiling cstr-argument v0.1.2 |
2112 | 2025-03-25T21:17:52.307Z | Compiling dropshot v0.16.0 |
2113 | 2025-03-25T21:17:52.667Z | Compiling unarray v0.1.4 |
2114 | 2025-03-25T21:17:52.888Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2115 | 2025-03-25T21:17:53.212Z | Compiling pretty-hex v0.2.1 |
2116 | 2025-03-25T21:17:53.341Z | Compiling crucible-workspace-hack v0.1.0 |
2117 | 2025-03-25T21:17:53.466Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2118 | 2025-03-25T21:17:53.816Z | Compiling daft v0.1.2 |
2119 | 2025-03-25T21:17:53.845Z | Compiling proptest v1.6.0 |
2120 | 2025-03-25T21:17:54.283Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2121 | 2025-03-25T21:17:54.309Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2122 | 2025-03-25T21:17:54.512Z | Compiling progenitor v0.8.0 |
2123 | 2025-03-25T21:17:54.868Z | Compiling parse-display v0.10.0 |
2124 | 2025-03-25T21:17:55.111Z | Compiling test-strategy v0.4.0 |
2125 | 2025-03-25T21:17:55.430Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2126 | 2025-03-25T21:17:55.645Z | Compiling colored v2.2.0 |
2127 | 2025-03-25T21:17:55.711Z | Compiling serde_with_macros v3.12.0 |
2128 | 2025-03-25T21:17:56.776Z | Compiling dropshot_endpoint v0.16.0 |
2129 | 2025-03-25T21:17:57.044Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2130 | 2025-03-25T21:17:57.778Z | Compiling instant v0.1.13 |
2131 | 2025-03-25T21:17:57.980Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2132 | 2025-03-25T21:17:58.061Z | Compiling winnow v0.6.20 |
2133 | 2025-03-25T21:17:58.230Z | Compiling serde_with v3.12.0 |
2134 | 2025-03-25T21:17:58.413Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2135 | 2025-03-25T21:17:59.356Z | Compiling backoff v0.4.0 |
2136 | 2025-03-25T21:17:59.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2137 | 2025-03-25T21:17:59.988Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2138 | 2025-03-25T21:18:01.150Z | Compiling zone_cfg_derive v0.3.0 |
2139 | 2025-03-25T21:18:01.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2025-03-25T21:18:02.485Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2141 | 2025-03-25T21:18:02.512Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2142 | 2025-03-25T21:18:02.647Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2143 | 2025-03-25T21:18:03.090Z | Compiling camino-tempfile v1.1.1 |
2144 | 2025-03-25T21:18:03.246Z | Compiling progenitor-client v0.9.1 |
2145 | 2025-03-25T21:18:03.845Z | Compiling num-derive v0.4.2 |
2146 | 2025-03-25T21:18:04.239Z | Compiling sigpipe v0.1.3 |
2147 | 2025-03-25T21:18:04.402Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2148 | 2025-03-25T21:18:04.745Z | Compiling libefi-sys v0.1.0 |
2149 | 2025-03-25T21:18:05.146Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-03-25T21:18:05.957Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2151 | 2025-03-25T21:18:06.897Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2152 | 2025-03-25T21:18:07.486Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2153 | 2025-03-25T21:18:08.054Z | Compiling zone v0.3.0 |
2154 | 2025-03-25T21:18:09.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2155 | 2025-03-25T21:18:10.189Z | Compiling itertools v0.14.0 |
2156 | 2025-03-25T21:18:11.388Z | Compiling smf v0.2.3 |
2157 | 2025-03-25T21:18:11.672Z | Compiling bitfield-struct v0.6.2 |
2158 | 2025-03-25T21:18:13.052Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2159 | 2025-03-25T21:18:13.506Z | Compiling blake3 v1.5.4 |
2160 | 2025-03-25T21:18:13.961Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2161 | 2025-03-25T21:18:14.029Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2162 | 2025-03-25T21:18:14.441Z | Compiling xattr v1.3.1 |
2163 | 2025-03-25T21:18:14.698Z | Compiling filetime v0.2.25 |
2164 | 2025-03-25T21:18:14.782Z | Compiling memmap2 v0.9.5 |
2165 | 2025-03-25T21:18:14.863Z | Compiling arrayvec v0.7.6 |
2166 | 2025-03-25T21:18:15.063Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2167 | 2025-03-25T21:18:15.137Z | Compiling arrayref v0.3.9 |
2168 | 2025-03-25T21:18:15.208Z | Compiling constant_time_eq v0.3.1 |
2169 | 2025-03-25T21:18:15.262Z | Compiling same-file v1.0.6 |
2170 | 2025-03-25T21:18:15.321Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2171 | 2025-03-25T21:18:15.403Z | Compiling tar v0.4.44 |
2172 | 2025-03-25T21:18:15.575Z | Compiling walkdir v2.5.0 |
2173 | 2025-03-25T21:18:17.189Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2174 | 2025-03-25T21:18:17.623Z | Compiling gethostname v0.5.0 |
2175 | 2025-03-25T21:18:17.865Z | Compiling cargo-platform v0.1.8 |
2176 | 2025-03-25T21:18:17.886Z | Compiling fixedbitset v0.5.7 |
2177 | 2025-03-25T21:18:17.984Z | Compiling topological-sort v0.2.2 |
2178 | 2025-03-25T21:18:18.284Z | Compiling cargo_metadata v0.19.2 |
2179 | 2025-03-25T21:18:18.941Z | Compiling petgraph v0.7.1 |
2180 | 2025-03-25T21:18:19.058Z | Compiling omicron-zone-package v0.12.0 |
2181 | 2025-03-25T21:18:19.428Z | Compiling shell-words v1.1.0 |
2182 | 2025-03-25T21:18:19.962Z | Compiling indent_write v2.2.0 |
2183 | 2025-03-25T21:18:27.966Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2184 | 2025-03-25T21:18:29.466Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2185 | 2025-03-25T21:18:31.348Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2186 | 2025-03-25T21:18:48.181Z | Finished `release` profile [optimized] target(s) in 5m 11s |
2187 | 2025-03-25T21:18:48.354Z | Running `target/release/omicron-package -t test target create -p dev` |
2188 | 2025-03-25T21:18:48.405Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2189 | 2025-03-25T21:18:48.409Z | Created new build target 'test' and set it as active |
2190 | 2025-03-25T21:18:48.409Z | |
2191 | 2025-03-25T21:18:48.409Z | real 5:11.896687193 |
2192 | 2025-03-25T21:18:48.409Z | user 36:14.452401252 |
2193 | 2025-03-25T21:18:48.409Z | sys 3:31.156044957 |
2194 | 2025-03-25T21:18:48.409Z | trap 1.167268024 |
2195 | 2025-03-25T21:18:48.409Z | tflt 1.562242445 |
2196 | 2025-03-25T21:18:48.409Z | dflt 0.733445235 |
2197 | 2025-03-25T21:18:48.409Z | kflt 0.000377141 |
2198 | 2025-03-25T21:18:48.409Z | lock 1:10:29.474592232 |
2199 | 2025-03-25T21:18:48.409Z | slp 2:25:50.053216944 |
2200 | 2025-03-25T21:18:48.409Z | lat 2:47.860501189 |
2201 | 2025-03-25T21:18:48.409Z | stop 5:04.646523399 |
2202 | 2025-03-25T21:18:48.409Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2203 | 2025-03-25T21:18:49.462Z | Finished `release` profile [optimized] target(s) in 0.99s |
2204 | 2025-03-25T21:18:49.533Z | Running `target/release/omicron-package -t test package` |
2205 | 2025-03-25T21:18:49.581Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2206 | 2025-03-25T21:18:50.799Z | Compiling ring v0.17.11 |
2207 | 2025-03-25T21:18:50.983Z | Compiling thiserror v2.0.11 |
2208 | 2025-03-25T21:18:51.001Z | Compiling typify-impl v0.3.0 |
2209 | 2025-03-25T21:18:51.019Z | Compiling convert_case v0.4.0 |
2210 | 2025-03-25T21:18:51.019Z | Compiling derive-where v1.2.7 |
2211 | 2025-03-25T21:18:51.023Z | Compiling newline-converter v0.3.0 |
2212 | 2025-03-25T21:18:51.023Z | Compiling fastrand v2.1.1 |
2213 | 2025-03-25T21:18:51.203Z | Compiling expectorate v1.1.0 |
2214 | 2025-03-25T21:18:51.505Z | Compiling tempfile v3.13.0 |
2215 | 2025-03-25T21:18:51.508Z | Compiling password-hash v0.5.0 |
2216 | 2025-03-25T21:18:51.667Z | Compiling derive_more v0.99.19 |
2217 | 2025-03-25T21:18:52.216Z | Compiling blake2 v0.10.6 |
2218 | 2025-03-25T21:18:53.393Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2219 | 2025-03-25T21:18:53.680Z | Compiling base64 v0.21.7 |
2220 | 2025-03-25T21:18:53.755Z | Compiling argon2 v0.5.3 |
2221 | 2025-03-25T21:18:54.105Z | Compiling atomicwrites v0.4.4 |
2222 | 2025-03-25T21:18:54.637Z | Compiling cancel-safe-futures v0.1.5 |
2223 | 2025-03-25T21:18:54.777Z | Compiling owo-colors v4.2.0 |
2224 | 2025-03-25T21:18:55.037Z | Compiling num-rational v0.4.2 |
2225 | 2025-03-25T21:18:55.391Z | Compiling libsw-core v0.3.1 |
2226 | 2025-03-25T21:18:55.677Z | Compiling num-complex v0.4.6 |
2227 | 2025-03-25T21:18:55.912Z | Compiling rustls v0.23.19 |
2228 | 2025-03-25T21:18:55.945Z | Compiling rustls v0.22.4 |
2229 | 2025-03-25T21:18:55.972Z | Compiling libsw v3.4.0 |
2230 | 2025-03-25T21:18:56.852Z | Compiling num v0.4.3 |
2231 | 2025-03-25T21:18:57.075Z | Compiling linear-map v1.2.0 |
2232 | 2025-03-25T21:18:57.291Z | Compiling swrite v0.1.0 |
2233 | 2025-03-25T21:18:57.454Z | Compiling utf-8 v0.7.6 |
2234 | 2025-03-25T21:18:57.513Z | Compiling float-ord v0.3.2 |
2235 | 2025-03-25T21:18:57.614Z | Compiling linked-hash-map v0.5.6 |
2236 | 2025-03-25T21:18:57.699Z | Compiling highway v1.3.0 |
2237 | 2025-03-25T21:18:57.816Z | Compiling tungstenite v0.21.0 |
2238 | 2025-03-25T21:18:58.020Z | Compiling lru-cache v0.1.2 |
2239 | 2025-03-25T21:18:58.270Z | Compiling rustls-webpki v0.102.8 |
2240 | 2025-03-25T21:18:58.737Z | Compiling semver v0.1.20 |
2241 | 2025-03-25T21:18:59.493Z | Compiling rustc_version v0.1.7 |
2242 | 2025-03-25T21:18:59.873Z | Compiling tokio-tungstenite v0.21.0 |
2243 | 2025-03-25T21:18:59.944Z | Compiling resolv-conf v0.7.0 |
2244 | 2025-03-25T21:19:00.512Z | Compiling hickory-resolver v0.24.4 |
2245 | 2025-03-25T21:19:01.098Z | Compiling typify-macro v0.3.0 |
2246 | 2025-03-25T21:19:01.493Z | Compiling newtype_derive v0.1.6 |
2247 | 2025-03-25T21:19:01.800Z | Compiling wait-timeout v0.2.0 |
2248 | 2025-03-25T21:19:02.252Z | Compiling quick-error v1.2.3 |
2249 | 2025-03-25T21:19:02.431Z | Compiling bit-vec v0.8.0 |
2250 | 2025-03-25T21:19:02.751Z | Compiling rusty-fork v0.3.0 |
2251 | 2025-03-25T21:19:02.866Z | Compiling bit-set v0.8.0 |
2252 | 2025-03-25T21:19:03.247Z | Compiling oxnet v0.1.1 |
2253 | 2025-03-25T21:19:03.294Z | Compiling rand_xorshift v0.3.0 |
2254 | 2025-03-25T21:19:03.522Z | Compiling tokio-rustls v0.25.0 |
2255 | 2025-03-25T21:19:03.888Z | Compiling dropshot v0.12.0 |
2256 | 2025-03-25T21:19:03.999Z | Compiling humantime v2.1.0 |
2257 | 2025-03-25T21:19:04.209Z | Compiling typify v0.3.0 |
2258 | 2025-03-25T21:19:04.373Z | Compiling progenitor-impl v0.9.1 |
2259 | 2025-03-25T21:19:06.625Z | Compiling tokio-rustls v0.26.0 |
2260 | 2025-03-25T21:19:07.080Z | Compiling hyper-rustls v0.27.3 |
2261 | 2025-03-25T21:19:07.671Z | Compiling reqwest v0.12.12 |
2262 | 2025-03-25T21:19:10.950Z | Compiling progenitor-macro v0.9.1 |
2263 | 2025-03-25T21:19:14.795Z | Compiling progenitor-client v0.9.1 |
2264 | 2025-03-25T21:19:15.374Z | Compiling progenitor-client v0.8.0 |
2265 | 2025-03-25T21:19:15.875Z | Compiling unarray v0.1.4 |
2266 | 2025-03-25T21:19:16.066Z | Compiling proptest v1.6.0 |
2267 | 2025-03-25T21:19:16.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2025-03-25T21:19:17.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2269 | 2025-03-25T21:19:18.128Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2270 | 2025-03-25T21:19:18.391Z | Compiling progenitor v0.8.0 |
2271 | 2025-03-25T21:19:21.997Z | Compiling dropshot v0.16.0 |
2272 | 2025-03-25T21:19:23.755Z | Compiling daft v0.1.2 |
2273 | 2025-03-25T21:19:24.744Z | Compiling parse-display v0.10.0 |
2274 | 2025-03-25T21:19:25.336Z | Compiling strum v0.26.3 |
2275 | 2025-03-25T21:19:25.550Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2276 | 2025-03-25T21:19:25.740Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2277 | 2025-03-25T21:19:30.665Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2278 | 2025-03-25T21:19:42.363Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2025-03-25T21:19:43.220Z | Compiling progenitor v0.9.1 |
2280 | 2025-03-25T21:19:43.477Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2281 | 2025-03-25T21:19:46.708Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2282 | 2025-03-25T21:19:47.369Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2283 | 2025-03-25T21:19:48.680Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2284 | 2025-03-25T21:19:49.101Z | Compiling instant v0.1.13 |
2285 | 2025-03-25T21:19:49.302Z | Compiling backoff v0.4.0 |
2286 | 2025-03-25T21:19:49.678Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2287 | 2025-03-25T21:19:50.032Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2288 | 2025-03-25T21:19:53.016Z | Compiling steno v0.4.1 |
2289 | 2025-03-25T21:19:54.620Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2290 | 2025-03-25T21:19:57.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2291 | 2025-03-25T21:19:57.759Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2292 | 2025-03-25T21:19:58.705Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2293 | 2025-03-25T21:20:02.233Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2294 | 2025-03-25T21:20:02.386Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2295 | 2025-03-25T21:20:04.623Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2296 | 2025-03-25T21:20:07.190Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2297 | 2025-03-25T21:20:11.641Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2298 | 2025-03-25T21:20:12.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2299 | 2025-03-25T21:20:13.127Z | Compiling serde_with v3.12.0 |
2300 | 2025-03-25T21:20:14.689Z | Compiling macaddr v1.0.1 |
2301 | 2025-03-25T21:20:15.164Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2302 | 2025-03-25T21:20:15.273Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2303 | 2025-03-25T21:20:15.551Z | Compiling qorb v0.2.1 |
2304 | 2025-03-25T21:20:21.701Z | Compiling slog-dtrace v0.3.0 |
2305 | 2025-03-25T21:20:22.344Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2306 | 2025-03-25T21:20:23.125Z | Compiling prettyplease v0.2.30 |
2307 | 2025-03-25T21:20:25.196Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2025-03-25T21:20:26.264Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2309 | 2025-03-25T21:20:31.991Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2310 | 2025-03-25T21:20:33.217Z | Compiling half v2.4.1 |
2311 | 2025-03-25T21:20:33.900Z | Compiling ciborium-io v0.2.2 |
2312 | 2025-03-25T21:20:34.064Z | Compiling ciborium-ll v0.2.2 |
2313 | 2025-03-25T21:20:34.103Z | Compiling bytecount v0.6.8 |
2314 | 2025-03-25T21:20:34.624Z | Compiling ciborium v0.2.2 |
2315 | 2025-03-25T21:20:36.708Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2316 | 2025-03-25T21:20:36.754Z | Compiling display-error-chain v0.2.2 |
2317 | 2025-03-25T21:20:36.998Z | Compiling const_format_proc_macros v0.2.34 |
2318 | 2025-03-25T21:20:37.493Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2319 | 2025-03-25T21:20:37.830Z | Compiling maplit v1.0.2 |
2320 | 2025-03-25T21:20:37.979Z | Compiling same-file v1.0.6 |
2321 | 2025-03-25T21:20:38.237Z | Compiling crunchy v0.2.2 |
2322 | 2025-03-25T21:20:38.722Z | Compiling keccak v0.1.5 |
2323 | 2025-03-25T21:20:38.786Z | Compiling const_format v0.2.34 |
2324 | 2025-03-25T21:20:39.878Z | Compiling sha3 v0.10.8 |
2325 | 2025-03-25T21:20:40.099Z | Compiling walkdir v2.5.0 |
2326 | 2025-03-25T21:20:40.126Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2327 | 2025-03-25T21:20:40.696Z | Compiling radium v0.7.0 |
2328 | 2025-03-25T21:20:40.765Z | Compiling tiny-keccak v2.0.2 |
2329 | 2025-03-25T21:20:41.205Z | Compiling blake3 v1.5.4 |
2330 | 2025-03-25T21:20:41.423Z | Compiling dsl_auto_type v0.1.2 |
2331 | 2025-03-25T21:20:41.792Z | Compiling scheduled-thread-pool v0.2.7 |
2332 | 2025-03-25T21:20:42.380Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2333 | 2025-03-25T21:20:42.523Z | Compiling xattr v1.3.1 |
2334 | 2025-03-25T21:20:42.615Z | Compiling diesel_table_macro_syntax v0.2.0 |
2335 | 2025-03-25T21:20:42.807Z | Compiling filetime v0.2.25 |
2336 | 2025-03-25T21:20:42.811Z | Compiling memmap2 v0.9.5 |
2337 | 2025-03-25T21:20:42.999Z | Compiling tap v1.0.1 |
2338 | 2025-03-25T21:20:43.126Z | Compiling arrayvec v0.7.6 |
2339 | 2025-03-25T21:20:43.129Z | Compiling bit-vec v0.6.3 |
2340 | 2025-03-25T21:20:43.209Z | Compiling constant_time_eq v0.3.1 |
2341 | 2025-03-25T21:20:43.213Z | Compiling maybe-uninit v2.0.0 |
2342 | 2025-03-25T21:20:43.410Z | Compiling arrayref v0.3.9 |
2343 | 2025-03-25T21:20:43.534Z | Compiling bit-set v0.5.3 |
2344 | 2025-03-25T21:20:43.576Z | Compiling wyz v0.5.1 |
2345 | 2025-03-25T21:20:43.786Z | Compiling tar v0.4.44 |
2346 | 2025-03-25T21:20:43.843Z | Compiling diesel_derives v2.2.3 |
2347 | 2025-03-25T21:20:44.018Z | Compiling r2d2 v0.8.10 |
2348 | 2025-03-25T21:20:45.043Z | Compiling toolchain_find v0.4.0 |
2349 | 2025-03-25T21:20:45.107Z | Compiling camino-tempfile v1.1.1 |
2350 | 2025-03-25T21:20:45.132Z | Compiling phf_generator v0.11.2 |
2351 | 2025-03-25T21:20:45.343Z | Compiling ascii-canvas v3.0.0 |
2352 | 2025-03-25T21:20:45.544Z | Compiling secrecy v0.8.0 |
2353 | 2025-03-25T21:20:45.575Z | Compiling ena v0.14.3 |
2354 | 2025-03-25T21:20:45.638Z | Compiling async-recursion v1.1.1 |
2355 | 2025-03-25T21:20:45.793Z | Compiling funty v2.0.0 |
2356 | 2025-03-25T21:20:45.822Z | Compiling packed_struct v0.10.1 |
2357 | 2025-03-25T21:20:46.000Z | Compiling bindgen v0.71.1 |
2358 | 2025-03-25T21:20:46.259Z | Compiling regex-syntax v0.6.29 |
2359 | 2025-03-25T21:20:46.458Z | Compiling topological-sort v0.2.2 |
2360 | 2025-03-25T21:20:46.716Z | Compiling crc-catalog v2.4.0 |
2361 | 2025-03-25T21:20:46.910Z | Compiling diff v0.1.13 |
2362 | 2025-03-25T21:20:46.973Z | Compiling crc v3.2.1 |
2363 | 2025-03-25T21:20:47.437Z | Compiling bitvec v1.0.1 |
2364 | 2025-03-25T21:20:47.624Z | Compiling omicron-zone-package v0.12.0 |
2365 | 2025-03-25T21:20:48.645Z | Compiling rustfmt-wrapper v0.2.1 |
2366 | 2025-03-25T21:20:49.019Z | Compiling phf_codegen v0.11.2 |
2367 | 2025-03-25T21:20:49.281Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2368 | 2025-03-25T21:20:49.391Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2369 | 2025-03-25T21:20:50.407Z | Compiling lalrpop v0.19.12 |
2370 | 2025-03-25T21:20:50.675Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2371 | 2025-03-25T21:20:50.931Z | Compiling universal-hash v0.5.1 |
2372 | 2025-03-25T21:20:51.066Z | Compiling packed_struct_codegen v0.10.1 |
2373 | 2025-03-25T21:20:51.195Z | Compiling thiserror-impl-no-std v2.0.2 |
2374 | 2025-03-25T21:20:51.746Z | Compiling parse-zoneinfo v0.3.1 |
2375 | 2025-03-25T21:20:52.504Z | Compiling indexmap v1.9.3 |
2376 | 2025-03-25T21:20:52.879Z | Compiling opaque-debug v0.3.1 |
2377 | 2025-03-25T21:20:53.004Z | Compiling nodrop v0.1.14 |
2378 | 2025-03-25T21:20:53.131Z | Compiling rustc-hash v2.1.1 |
2379 | 2025-03-25T21:20:53.175Z | Compiling ref-cast v1.0.23 |
2380 | 2025-03-25T21:20:53.567Z | Compiling thiserror-no-std v2.0.2 |
2381 | 2025-03-25T21:20:53.709Z | Compiling array-init v0.0.4 |
2382 | 2025-03-25T21:20:53.729Z | Compiling poly1305 v0.8.0 |
2383 | 2025-03-25T21:20:54.316Z | Compiling diesel v2.2.8 |
2384 | 2025-03-25T21:20:54.878Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2385 | 2025-03-25T21:20:55.269Z | Compiling chrono-tz-build v0.4.0 |
2386 | 2025-03-25T21:20:56.259Z | Compiling smallvec v0.6.14 |
2387 | 2025-03-25T21:20:56.749Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2388 | 2025-03-25T21:20:57.086Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2389 | 2025-03-25T21:20:57.336Z | Compiling derive_builder_core v0.20.2 |
2390 | 2025-03-25T21:20:57.438Z | Compiling itertools v0.13.0 |
2391 | 2025-03-25T21:20:59.323Z | Compiling chacha20 v0.9.1 |
2392 | 2025-03-25T21:20:59.837Z | Compiling headers-core v0.3.0 |
2393 | 2025-03-25T21:21:00.041Z | Compiling aead v0.5.2 |
2394 | 2025-03-25T21:21:00.423Z | Compiling libxml v0.3.3 |
2395 | 2025-03-25T21:21:00.830Z | Compiling ref-cast-impl v1.0.23 |
2396 | 2025-03-25T21:21:01.006Z | Compiling vte_generate_state_changes v0.1.2 |
2397 | 2025-03-25T21:21:01.585Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2398 | 2025-03-25T21:21:01.953Z | Compiling bitfield v0.14.0 |
2399 | 2025-03-25T21:21:01.956Z | Compiling hashbrown v0.12.3 |
2400 | 2025-03-25T21:21:02.360Z | Compiling arc-swap v1.7.1 |
2401 | 2025-03-25T21:21:03.045Z | Compiling termcolor v1.4.1 |
2402 | 2025-03-25T21:21:04.049Z | Compiling env_logger v0.10.2 |
2403 | 2025-03-25T21:21:04.309Z | Compiling slog-scope v4.4.0 |
2404 | 2025-03-25T21:21:05.065Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2405 | 2025-03-25T21:21:05.823Z | Compiling samael v0.0.18 |
2406 | 2025-03-25T21:21:06.396Z | Compiling vte v0.11.1 |
2407 | 2025-03-25T21:21:07.100Z | Compiling chacha20poly1305 v0.10.1 |
2408 | 2025-03-25T21:21:07.355Z | Compiling headers v0.4.0 |
2409 | 2025-03-25T21:21:07.384Z | Compiling derive_builder_macro v0.20.2 |
2410 | 2025-03-25T21:21:07.926Z | Compiling serde-hex v0.1.0 |
2411 | 2025-03-25T21:21:08.261Z | Compiling chrono-tz v0.10.1 |
2412 | 2025-03-25T21:21:08.922Z | Compiling vsss-rs v3.3.4 |
2413 | 2025-03-25T21:21:11.063Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2414 | 2025-03-25T21:21:11.845Z | Compiling polar-core v0.27.3 |
2415 | 2025-03-25T21:21:13.017Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2416 | 2025-03-25T21:21:13.039Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2417 | 2025-03-25T21:21:13.357Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2418 | 2025-03-25T21:21:13.932Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2419 | 2025-03-25T21:21:14.299Z | Compiling ron v0.8.1 |
2420 | 2025-03-25T21:21:17.659Z | Compiling hashbrown v0.13.2 |
2421 | 2025-03-25T21:21:17.817Z | Compiling strum_macros v0.24.3 |
2422 | 2025-03-25T21:21:18.903Z | Compiling unicase v2.7.0 |
2423 | 2025-03-25T21:21:19.305Z | Compiling indoc v1.0.9 |
2424 | 2025-03-25T21:21:20.091Z | Compiling crc-any v2.5.0 |
2425 | 2025-03-25T21:21:20.111Z | Compiling object v0.30.4 |
2426 | 2025-03-25T21:21:20.689Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2427 | 2025-03-25T21:21:21.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2428 | 2025-03-25T21:21:35.127Z | Compiling derive_builder v0.20.2 |
2429 | 2025-03-25T21:21:35.373Z | Compiling strip-ansi-escapes v0.2.0 |
2430 | 2025-03-25T21:21:39.611Z | Compiling slog-stdlog v4.1.1 |
2431 | 2025-03-25T21:21:40.391Z | Compiling papergrid v0.11.0 |
2432 | 2025-03-25T21:21:40.411Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2433 | 2025-03-25T21:21:40.747Z | Compiling tabled_derive v0.7.0 |
2434 | 2025-03-25T21:21:42.605Z | Compiling fd-lock v4.0.2 |
2435 | 2025-03-25T21:21:42.634Z | Compiling peg-macros v0.8.5 |
2436 | 2025-03-25T21:21:42.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2437 | 2025-03-25T21:21:43.913Z | Compiling impl-trait-for-tuples v0.2.2 |
2438 | 2025-03-25T21:21:45.922Z | Compiling oso-derive v0.27.3 |
2439 | 2025-03-25T21:21:46.950Z | Compiling quick-xml v0.37.2 |
2440 | 2025-03-25T21:21:48.143Z | Compiling diesel-dtrace v0.4.2 |
2441 | 2025-03-25T21:21:48.518Z | Compiling nu-ansi-term v0.50.1 |
2442 | 2025-03-25T21:21:49.624Z | Compiling path-slash v0.1.5 |
2443 | 2025-03-25T21:21:49.860Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2444 | 2025-03-25T21:21:49.905Z | Compiling oso v0.27.3 |
2445 | 2025-03-25T21:21:53.941Z | Compiling reedline v0.38.0 |
2446 | 2025-03-25T21:22:05.269Z | Compiling peg v0.8.5 |
2447 | 2025-03-25T21:22:05.431Z | Compiling tabled v0.15.0 |
2448 | 2025-03-25T21:22:05.490Z | Compiling slog-envlogger v2.2.0 |
2449 | 2025-03-25T21:22:08.063Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2450 | 2025-03-25T21:22:12.368Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2025-03-25T21:22:13.864Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2452 | 2025-03-25T21:22:16.904Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2453 | 2025-03-25T21:22:17.264Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2454 | 2025-03-25T21:22:18.283Z | Compiling pem v3.0.5 |
2455 | 2025-03-25T21:22:19.750Z | Compiling bb8 v0.8.5 |
2456 | 2025-03-25T21:22:20.000Z | Compiling bcs v0.1.6 |
2457 | 2025-03-25T21:22:20.366Z | Compiling fxhash v0.2.1 |
2458 | 2025-03-25T21:22:20.635Z | Compiling libz-sys v1.1.20 |
2459 | 2025-03-25T21:22:20.860Z | Compiling termtree v0.5.1 |
2460 | 2025-03-25T21:22:21.471Z | Compiling async-bb8-diesel v0.2.1 |
2461 | 2025-03-25T21:22:23.046Z | Compiling kstat-rs v0.2.4 |
2462 | 2025-03-25T21:22:24.005Z | Compiling proc-macro-error-attr2 v2.0.0 |
2463 | 2025-03-25T21:22:24.831Z | Compiling proc-macro-error2 v2.0.1 |
2464 | 2025-03-25T21:22:25.289Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2465 | 2025-03-25T21:22:25.799Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2466 | 2025-03-25T21:22:27.741Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2467 | 2025-03-25T21:22:28.246Z | Compiling nanorand v0.7.0 |
2468 | 2025-03-25T21:22:28.931Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2469 | 2025-03-25T21:22:29.771Z | Compiling pin-project-internal v1.1.6 |
2470 | 2025-03-25T21:22:32.348Z | Compiling parking_lot_core v0.8.6 |
2471 | 2025-03-25T21:22:32.852Z | Compiling pin-project v1.1.6 |
2472 | 2025-03-25T21:22:41.151Z | Compiling flume v0.11.1 |
2473 | 2025-03-25T21:22:41.886Z | Compiling mime_guess v2.0.5 |
2474 | 2025-03-25T21:22:41.912Z | Compiling tabled_derive v0.10.0 |
2475 | 2025-03-25T21:22:43.368Z | Compiling papergrid v0.14.0 |
2476 | 2025-03-25T21:22:44.380Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2477 | 2025-03-25T21:22:45.095Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2478 | 2025-03-25T21:22:47.424Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2479 | 2025-03-25T21:22:49.771Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2480 | 2025-03-25T21:22:53.049Z | Compiling snafu-derive v0.8.5 |
2481 | 2025-03-25T21:22:54.775Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2482 | 2025-03-25T21:22:55.227Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2483 | 2025-03-25T21:22:56.441Z | Compiling tabled v0.18.0 |
2484 | 2025-03-25T21:22:57.288Z | Compiling snafu v0.8.5 |
2485 | 2025-03-25T21:23:05.834Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2486 | 2025-03-25T21:23:07.979Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2025-03-25T21:23:14.261Z | Compiling globset v0.4.15 |
2488 | 2025-03-25T21:23:16.567Z | Compiling olpc-cjson v0.1.4 |
2489 | 2025-03-25T21:23:16.909Z | Compiling vergen v8.3.2 |
2490 | 2025-03-25T21:23:17.271Z | Compiling castaway v0.2.3 |
2491 | 2025-03-25T21:23:17.493Z | Compiling nibble_vec v0.1.0 |
2492 | 2025-03-25T21:23:17.740Z | Compiling cargo-platform v0.1.8 |
2493 | 2025-03-25T21:23:18.245Z | Compiling serde_plain v1.0.2 |
2494 | 2025-03-25T21:23:18.829Z | Compiling atty v0.2.14 |
2495 | 2025-03-25T21:23:19.033Z | Compiling typed-path v0.9.3 |
2496 | 2025-03-25T21:23:20.244Z | Compiling salty v0.3.0 |
2497 | 2025-03-25T21:23:20.710Z | Compiling endian-type v0.1.2 |
2498 | 2025-03-25T21:23:20.972Z | Compiling http-range v0.1.5 |
2499 | 2025-03-25T21:23:21.511Z | Compiling io-lifetimes v1.0.11 |
2500 | 2025-03-25T21:23:22.438Z | Compiling tough v0.19.0 |
2501 | 2025-03-25T21:23:22.568Z | Compiling radix_trie v0.2.1 |
2502 | 2025-03-25T21:23:23.560Z | Compiling cargo_metadata v0.18.1 |
2503 | 2025-03-25T21:23:24.947Z | Compiling git2 v0.19.0 |
2504 | 2025-03-25T21:23:25.996Z | Compiling compact_str v0.8.0 |
2505 | 2025-03-25T21:23:26.513Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2506 | 2025-03-25T21:23:28.531Z | Compiling parking_lot v0.11.2 |
2507 | 2025-03-25T21:23:32.527Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2508 | 2025-03-25T21:23:33.080Z | Compiling unicode-truncate v1.1.0 |
2509 | 2025-03-25T21:23:33.417Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2510 | 2025-03-25T21:23:33.524Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2511 | 2025-03-25T21:23:37.608Z | Compiling lru v0.12.5 |
2512 | 2025-03-25T21:23:38.061Z | Compiling rand_seeder v0.3.0 |
2513 | 2025-03-25T21:23:38.083Z | Compiling lzma-sys v0.1.20 |
2514 | 2025-03-25T21:23:38.497Z | Compiling instability v0.3.2 |
2515 | 2025-03-25T21:23:38.850Z | Compiling parse-size v1.1.0 |
2516 | 2025-03-25T21:23:39.255Z | Compiling indoc v2.0.6 |
2517 | 2025-03-25T21:23:39.519Z | Compiling rustls v0.21.12 |
2518 | 2025-03-25T21:23:39.876Z | Compiling cassowary v0.3.0 |
2519 | 2025-03-25T21:23:40.117Z | Compiling rustix v0.37.28 |
2520 | 2025-03-25T21:23:41.067Z | Compiling ratatui v0.29.0 |
2521 | 2025-03-25T21:23:41.235Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2522 | 2025-03-25T21:23:41.545Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2523 | 2025-03-25T21:23:41.733Z | Compiling hyper-staticfile v0.10.1 |
2524 | 2025-03-25T21:23:43.286Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2525 | 2025-03-25T21:23:43.403Z | Compiling sled v0.34.7 |
2526 | 2025-03-25T21:23:44.925Z | Compiling hickory-client v0.24.4 |
2527 | 2025-03-25T21:23:46.774Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2528 | 2025-03-25T21:23:48.028Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2529 | 2025-03-25T21:23:49.603Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2530 | 2025-03-25T21:23:53.539Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2531 | 2025-03-25T21:23:55.112Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2532 | 2025-03-25T21:23:55.131Z | Compiling sct v0.7.1 |
2533 | 2025-03-25T21:23:55.466Z | Compiling rustls-webpki v0.101.7 |
2534 | 2025-03-25T21:23:55.601Z | Compiling hickory-server v0.24.4 |
2535 | 2025-03-25T21:23:59.389Z | Compiling primeorder v0.13.6 |
2536 | 2025-03-25T21:24:00.002Z | Compiling heck v0.3.3 |
2537 | 2025-03-25T21:24:00.350Z | Compiling env_filter v0.1.2 |
2538 | 2025-03-25T21:24:01.036Z | Compiling csv-core v0.1.11 |
2539 | 2025-03-25T21:24:01.555Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2540 | 2025-03-25T21:24:01.904Z | Compiling csv v1.3.1 |
2541 | 2025-03-25T21:24:01.956Z | Compiling env_logger v0.11.5 |
2542 | 2025-03-25T21:24:02.015Z | Compiling zone_cfg_derive v0.1.2 |
2543 | 2025-03-25T21:24:03.391Z | Compiling p384 v0.13.0 |
2544 | 2025-03-25T21:24:03.430Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2545 | 2025-03-25T21:24:07.044Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2546 | 2025-03-25T21:24:09.054Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2547 | 2025-03-25T21:24:09.573Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2548 | 2025-03-25T21:24:10.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2549 | 2025-03-25T21:24:10.481Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2550 | 2025-03-25T21:24:11.757Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2551 | 2025-03-25T21:24:12.129Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2552 | 2025-03-25T21:24:12.490Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2553 | 2025-03-25T21:24:12.848Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2554 | 2025-03-25T21:24:13.190Z | Compiling tungstenite v0.23.0 |
2555 | 2025-03-25T21:24:13.210Z | Compiling nix v0.27.1 |
2556 | 2025-03-25T21:24:16.042Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2557 | 2025-03-25T21:24:16.403Z | Compiling base64 v0.13.1 |
2558 | 2025-03-25T21:24:16.768Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2559 | 2025-03-25T21:24:17.181Z | Compiling ron v0.7.1 |
2560 | 2025-03-25T21:24:17.202Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2561 | 2025-03-25T21:24:18.762Z | Compiling tokio-tungstenite v0.23.1 |
2562 | 2025-03-25T21:24:18.907Z | Compiling xz2 v0.1.7 |
2563 | 2025-03-25T21:24:19.546Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2564 | 2025-03-25T21:24:22.350Z | Compiling terminal_size v0.2.6 |
2565 | 2025-03-25T21:24:22.587Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2566 | 2025-03-25T21:24:25.853Z | Compiling tokio-rustls v0.24.1 |
2567 | 2025-03-25T21:24:26.341Z | Compiling zone v0.1.8 |
2568 | 2025-03-25T21:24:27.842Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2569 | 2025-03-25T21:24:29.747Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2570 | 2025-03-25T21:24:29.776Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2571 | 2025-03-25T21:24:30.814Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2572 | 2025-03-25T21:24:31.164Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2573 | 2025-03-25T21:24:31.380Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2574 | 2025-03-25T21:24:31.535Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2575 | 2025-03-25T21:24:31.964Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2576 | 2025-03-25T21:24:34.978Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2577 | 2025-03-25T21:24:35.959Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2578 | 2025-03-25T21:24:37.957Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2579 | 2025-03-25T21:24:39.814Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2580 | 2025-03-25T21:24:40.215Z | Compiling rustls-pemfile v1.0.4 |
2581 | 2025-03-25T21:24:40.828Z | Compiling signal-hook-tokio v0.3.1 |
2582 | 2025-03-25T21:24:41.012Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2583 | 2025-03-25T21:24:41.083Z | Compiling twox-hash v2.1.0 |
2584 | 2025-03-25T21:24:41.686Z | Compiling yasna v0.5.2 |
2585 | 2025-03-25T21:24:42.125Z | Compiling smawk v0.3.2 |
2586 | 2025-03-25T21:24:42.447Z | Compiling glob v0.3.2 |
2587 | 2025-03-25T21:24:44.152Z | Compiling unicode-linebreak v0.1.5 |
2588 | 2025-03-25T21:24:44.454Z | Compiling is_ci v1.2.0 |
2589 | 2025-03-25T21:24:44.609Z | Compiling textwrap v0.16.1 |
2590 | 2025-03-25T21:24:44.741Z | Compiling supports-color v3.0.2 |
2591 | 2025-03-25T21:24:44.788Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2025-03-25T21:24:45.101Z | Compiling rcgen v0.12.1 |
2593 | 2025-03-25T21:24:48.210Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2594 | 2025-03-25T21:24:49.986Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2595 | 2025-03-25T21:24:51.174Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2596 | 2025-03-25T21:24:52.215Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2597 | 2025-03-25T21:24:56.145Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2598 | 2025-03-25T21:24:56.284Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2599 | 2025-03-25T21:25:10.055Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2600 | 2025-03-25T21:25:11.007Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2601 | 2025-03-25T21:25:11.644Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2602 | 2025-03-25T21:25:12.005Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2603 | 2025-03-25T21:25:14.884Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2604 | 2025-03-25T21:25:16.773Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2605 | 2025-03-25T21:25:21.264Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2606 | 2025-03-25T21:25:21.849Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2607 | 2025-03-25T21:25:22.127Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2608 | 2025-03-25T21:25:29.508Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2609 | 2025-03-25T21:25:34.168Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2610 | 2025-03-25T21:25:36.908Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2611 | 2025-03-25T21:25:38.028Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2612 | 2025-03-25T21:25:38.393Z | Compiling fatfs v0.3.6 |
2613 | 2025-03-25T21:25:39.599Z | Compiling rtoolbox v0.0.2 |
2614 | 2025-03-25T21:25:40.044Z | Compiling subprocess v0.2.9 |
2615 | 2025-03-25T21:25:40.560Z | Compiling assert_matches v1.5.0 |
2616 | 2025-03-25T21:25:41.192Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2617 | 2025-03-25T21:25:43.225Z | Compiling rpassword v7.3.1 |
2618 | 2025-03-25T21:25:43.708Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2619 | 2025-03-25T21:25:44.732Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2620 | 2025-03-25T21:25:49.037Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2025-03-25T21:25:56.171Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2622 | 2025-03-25T21:26:17.314Z | Compiling tui-tree-widget v0.23.0 |
2623 | 2025-03-25T21:26:17.817Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2624 | 2025-03-25T21:26:22.269Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2625 | 2025-03-25T21:26:22.600Z | Compiling uzers v0.12.1 |
2626 | 2025-03-25T21:26:25.858Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2627 | 2025-03-25T21:26:29.988Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2628 | 2025-03-25T21:26:31.022Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2629 | 2025-03-25T21:26:37.213Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2630 | 2025-03-25T21:26:48.063Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2631 | 2025-03-25T21:26:52.832Z | Compiling multimap v0.10.0 |
2632 | 2025-03-25T21:29:10.104Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2633 | 2025-03-25T21:36:38.554Z | Finished `release` profile [optimized] target(s) in 17m 49s |
2634 | 2025-03-25T21:37:45.303Z | |
2635 | 2025-03-25T21:37:45.307Z | real 18:57.204253195 |
2636 | 2025-03-25T21:37:45.307Z | user 2:14:03.756371460 |
2637 | 2025-03-25T21:37:45.307Z | sys 3:41.312558593 |
2638 | 2025-03-25T21:37:45.307Z | trap 3.574509708 |
2639 | 2025-03-25T21:37:45.307Z | tflt 1.915131312 |
2640 | 2025-03-25T21:37:45.307Z | dflt 5.490311620 |
2641 | 2025-03-25T21:37:45.307Z | kflt 0.001006467 |
2642 | 2025-03-25T21:37:45.307Z | lock 7:56:38.412548870 |
2643 | 2025-03-25T21:37:45.307Z | slp 6:58:14.955551337 |
2644 | 2025-03-25T21:37:45.308Z | lat 3:39.004432132 |
2645 | 2025-03-25T21:37:45.308Z | stop 3:00.250376360 |
2646 | 2025-03-25T21:37:45.308Z | + mapfile -t packages |
2647 | 2025-03-25T21:37:45.308Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2648 | 2025-03-25T21:37:46.429Z | Compiling ring v0.17.11 |
2649 | 2025-03-25T21:37:48.061Z | Compiling rustls v0.23.19 |
2650 | 2025-03-25T21:37:48.064Z | Compiling rustls v0.22.4 |
2651 | 2025-03-25T21:37:49.726Z | Compiling rustls-webpki v0.102.8 |
2652 | 2025-03-25T21:37:53.634Z | Compiling tokio-rustls v0.25.0 |
2653 | 2025-03-25T21:37:54.066Z | Compiling dropshot v0.12.0 |
2654 | 2025-03-25T21:37:55.827Z | Compiling tokio-rustls v0.26.0 |
2655 | 2025-03-25T21:37:56.321Z | Compiling hyper-rustls v0.27.3 |
2656 | 2025-03-25T21:37:56.775Z | Compiling reqwest v0.12.12 |
2657 | 2025-03-25T21:37:59.200Z | Compiling dropshot v0.16.0 |
2658 | 2025-03-25T21:38:04.877Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2025-03-25T21:38:05.548Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2025-03-25T21:38:11.514Z | Compiling progenitor-client v0.8.0 |
2661 | 2025-03-25T21:38:12.532Z | Compiling progenitor v0.8.0 |
2662 | 2025-03-25T21:38:12.937Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2663 | 2025-03-25T21:38:15.700Z | Compiling progenitor-client v0.9.1 |
2664 | 2025-03-25T21:38:16.769Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2665 | 2025-03-25T21:38:18.634Z | Compiling omicron-zone-package v0.12.0 |
2666 | 2025-03-25T21:38:19.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2025-03-25T21:38:30.550Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2668 | 2025-03-25T21:38:34.862Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2669 | 2025-03-25T21:38:36.839Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2670 | 2025-03-25T21:38:38.811Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2671 | 2025-03-25T21:38:53.963Z | Finished `release` profile [optimized] target(s) in 1m 08s |
2672 | 2025-03-25T21:38:54.142Z | Running `target/release/omicron-package -t test list-outputs` |
2673 | 2025-03-25T21:38:54.196Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2674 | 2025-03-25T21:38:54.200Z | + ptime -m cargo build --locked --release -p xtask |
2675 | 2025-03-25T21:38:54.817Z | Compiling serde v1.0.218 |
2676 | 2025-03-25T21:38:54.820Z | Compiling libc v0.2.170 |
2677 | 2025-03-25T21:38:54.820Z | Compiling serde_json v1.0.139 |
2678 | 2025-03-25T21:38:54.820Z | Compiling rustix v0.38.37 |
2679 | 2025-03-25T21:38:54.820Z | Compiling syn v2.0.98 |
2680 | 2025-03-25T21:38:54.934Z | Compiling bitflags v2.6.0 |
2681 | 2025-03-25T21:38:55.361Z | Compiling usdt-impl v0.5.0 |
2682 | 2025-03-25T21:38:55.375Z | Compiling syn v1.0.109 |
2683 | 2025-03-25T21:38:55.456Z | Compiling hashbrown v0.15.1 |
2684 | 2025-03-25T21:38:55.475Z | Compiling log v0.4.22 |
2685 | 2025-03-25T21:38:55.781Z | Compiling fs-err v2.11.0 |
2686 | 2025-03-25T21:38:55.944Z | Compiling once_cell v1.20.3 |
2687 | 2025-03-25T21:38:56.155Z | Compiling anyhow v1.0.97 |
2688 | 2025-03-25T21:38:56.241Z | Compiling thread-id v4.2.2 |
2689 | 2025-03-25T21:38:56.637Z | Compiling indexmap v2.7.1 |
2690 | 2025-03-25T21:38:57.692Z | Compiling terminal_size v0.4.0 |
2691 | 2025-03-25T21:38:57.952Z | Compiling clap_builder v4.5.31 |
2692 | 2025-03-25T21:38:58.015Z | Compiling tempfile v3.13.0 |
2693 | 2025-03-25T21:38:58.838Z | Compiling proc-macro-error v1.0.4 |
2694 | 2025-03-25T21:38:59.589Z | Compiling tabled_derive v0.7.0 |
2695 | 2025-03-25T21:39:00.735Z | Compiling tabled v0.15.0 |
2696 | 2025-03-25T21:39:01.325Z | Compiling serde_derive v1.0.218 |
2697 | 2025-03-25T21:39:01.326Z | Compiling thiserror-impl v1.0.69 |
2698 | 2025-03-25T21:39:01.329Z | Compiling zerocopy-derive v0.7.35 |
2699 | 2025-03-25T21:39:01.329Z | Compiling scroll_derive v0.12.0 |
2700 | 2025-03-25T21:39:01.329Z | Compiling thiserror-impl v2.0.11 |
2701 | 2025-03-25T21:39:02.783Z | Compiling scroll v0.12.0 |
2702 | 2025-03-25T21:39:03.159Z | Compiling zerocopy v0.7.35 |
2703 | 2025-03-25T21:39:03.450Z | Compiling goblin v0.8.2 |
2704 | 2025-03-25T21:39:03.929Z | Compiling thiserror v1.0.69 |
2705 | 2025-03-25T21:39:04.116Z | Compiling pest v2.7.14 |
2706 | 2025-03-25T21:39:05.970Z | Compiling thiserror v2.0.11 |
2707 | 2025-03-25T21:39:06.167Z | Compiling clap_derive v4.5.28 |
2708 | 2025-03-25T21:39:07.165Z | Compiling pest_meta v2.7.14 |
2709 | 2025-03-25T21:39:09.633Z | Compiling pest_generator v2.7.14 |
2710 | 2025-03-25T21:39:10.904Z | Compiling clap v4.5.31 |
2711 | 2025-03-25T21:39:11.284Z | Compiling pest_derive v2.7.14 |
2712 | 2025-03-25T21:39:12.138Z | Compiling dtrace-parser v0.2.0 |
2713 | 2025-03-25T21:39:16.701Z | Compiling serde_tokenstream v0.2.2 |
2714 | 2025-03-25T21:39:16.909Z | Compiling toml_datetime v0.6.8 |
2715 | 2025-03-25T21:39:17.242Z | Compiling serde_spanned v0.6.8 |
2716 | 2025-03-25T21:39:17.539Z | Compiling toml_edit v0.22.24 |
2717 | 2025-03-25T21:39:17.602Z | Compiling dof v0.3.0 |
2718 | 2025-03-25T21:39:19.766Z | Compiling camino v1.1.9 |
2719 | 2025-03-25T21:39:20.495Z | Compiling semver v1.0.25 |
2720 | 2025-03-25T21:39:20.771Z | Compiling usdt-macro v0.5.0 |
2721 | 2025-03-25T21:39:21.099Z | Compiling usdt-attr-macro v0.5.0 |
2722 | 2025-03-25T21:39:21.954Z | Compiling toml v0.8.20 |
2723 | 2025-03-25T21:39:21.975Z | Compiling cargo-platform v0.1.8 |
2724 | 2025-03-25T21:39:22.450Z | Compiling usdt v0.5.0 |
2725 | 2025-03-25T21:39:23.083Z | Compiling cargo_toml v0.21.0 |
2726 | 2025-03-25T21:39:23.693Z | Compiling cargo_metadata v0.19.2 |
2727 | 2025-03-25T21:39:23.894Z | Compiling camino-tempfile v1.1.1 |
2728 | 2025-03-25T21:39:24.686Z | Compiling macaddr v1.0.1 |
2729 | 2025-03-25T21:39:38.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2730 | 2025-03-25T21:39:44.200Z | Finished `release` profile [optimized] target(s) in 49.84s |
2731 | 2025-03-25T21:39:44.280Z | |
2732 | 2025-03-25T21:39:44.280Z | real 49.996880861 |
2733 | 2025-03-25T21:39:44.280Z | user 5:25.858187092 |
2734 | 2025-03-25T21:39:44.280Z | sys 19.909642594 |
2735 | 2025-03-25T21:39:44.281Z | trap 0.165015956 |
2736 | 2025-03-25T21:39:44.281Z | tflt 0.233164102 |
2737 | 2025-03-25T21:39:44.281Z | dflt 0.286939643 |
2738 | 2025-03-25T21:39:44.281Z | kflt 0.000000000 |
2739 | 2025-03-25T21:39:44.281Z | lock 10:38.116348853 |
2740 | 2025-03-25T21:39:44.281Z | slp 16:38.989682093 |
2741 | 2025-03-25T21:39:44.281Z | lat 14.473375955 |
2742 | 2025-03-25T21:39:44.281Z | stop 20.069805218 |
2743 | 2025-03-25T21:39:44.281Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2744 | 2025-03-25T21:39:44.281Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2745 | 2025-03-25T21:39:44.282Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2746 | 2025-03-25T21:39:44.282Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2747 | 2025-03-25T21:39:44.282Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2748 | 2025-03-25T21:39:45.203Z | Compiling regress v0.10.3 |
2749 | 2025-03-25T21:39:45.322Z | Compiling thiserror-impl v2.0.11 |
2750 | 2025-03-25T21:39:45.322Z | Compiling ident_case v1.0.1 |
2751 | 2025-03-25T21:39:45.339Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2752 | 2025-03-25T21:39:45.339Z | Compiling unsafe-libyaml v0.2.11 |
2753 | 2025-03-25T21:39:45.360Z | Compiling progenitor-client v0.9.1 |
2754 | 2025-03-25T21:39:45.373Z | Compiling tempfile v3.13.0 |
2755 | 2025-03-25T21:39:45.373Z | Compiling oxnet v0.1.1 |
2756 | 2025-03-25T21:39:45.489Z | Compiling darling_core v0.20.10 |
2757 | 2025-03-25T21:39:45.939Z | Compiling quick-error v1.2.3 |
2758 | 2025-03-25T21:39:45.992Z | Compiling macaddr v1.0.1 |
2759 | 2025-03-25T21:39:46.118Z | Compiling progenitor-client v0.8.0 |
2760 | 2025-03-25T21:39:46.121Z | Compiling structmeta-derive v0.3.0 |
2761 | 2025-03-25T21:39:46.209Z | Compiling daft-derive v0.1.2 |
2762 | 2025-03-25T21:39:46.455Z | Compiling instant v0.1.13 |
2763 | 2025-03-25T21:39:46.594Z | Compiling dropshot v0.16.0 |
2764 | 2025-03-25T21:39:46.623Z | Compiling dropshot_endpoint v0.16.0 |
2765 | 2025-03-25T21:39:46.947Z | Compiling serde_yaml v0.9.34+deprecated |
2766 | 2025-03-25T21:39:47.338Z | Compiling wait-timeout v0.2.0 |
2767 | 2025-03-25T21:39:47.836Z | Compiling daft v0.1.2 |
2768 | 2025-03-25T21:39:47.919Z | Compiling bit-vec v0.8.0 |
2769 | 2025-03-25T21:39:48.330Z | Compiling bit-set v0.8.0 |
2770 | 2025-03-25T21:39:48.384Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2771 | 2025-03-25T21:39:48.542Z | Compiling thiserror v2.0.11 |
2772 | 2025-03-25T21:39:48.649Z | Compiling rusty-fork v0.3.0 |
2773 | 2025-03-25T21:39:48.731Z | Compiling rand_xorshift v0.3.0 |
2774 | 2025-03-25T21:39:48.761Z | Compiling structmeta v0.3.0 |
2775 | 2025-03-25T21:39:48.954Z | Compiling unarray v0.1.4 |
2776 | 2025-03-25T21:39:49.134Z | Compiling typify-impl v0.2.0 |
2777 | 2025-03-25T21:39:49.155Z | Compiling proptest v1.6.0 |
2778 | 2025-03-25T21:39:49.222Z | Compiling parse-display-derive v0.10.0 |
2779 | 2025-03-25T21:39:49.398Z | Compiling test-strategy v0.4.0 |
2780 | 2025-03-25T21:39:50.189Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2781 | 2025-03-25T21:39:50.394Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2782 | 2025-03-25T21:39:50.608Z | Compiling backoff v0.4.0 |
2783 | 2025-03-25T21:39:51.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2784 | 2025-03-25T21:39:51.210Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2785 | 2025-03-25T21:39:51.427Z | Compiling proc-macro-crate v1.3.1 |
2786 | 2025-03-25T21:39:51.445Z | Compiling darling_macro v0.20.10 |
2787 | 2025-03-25T21:39:51.828Z | Compiling typify-impl v0.3.0 |
2788 | 2025-03-25T21:39:52.359Z | Compiling num_enum_derive v0.5.11 |
2789 | 2025-03-25T21:39:52.416Z | Compiling darling v0.20.10 |
2790 | 2025-03-25T21:39:52.564Z | Compiling serde_with_macros v3.12.0 |
2791 | 2025-03-25T21:39:52.899Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2792 | 2025-03-25T21:39:53.300Z | Compiling parse-display v0.10.0 |
2793 | 2025-03-25T21:39:53.353Z | Compiling itertools v0.13.0 |
2794 | 2025-03-25T21:39:53.998Z | Compiling crucible-workspace-hack v0.1.0 |
2795 | 2025-03-25T21:39:54.341Z | Compiling heapless v0.8.0 |
2796 | 2025-03-25T21:39:54.766Z | Compiling num_enum v0.5.11 |
2797 | 2025-03-25T21:39:54.965Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2798 | 2025-03-25T21:39:54.986Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2799 | 2025-03-25T21:39:55.170Z | Compiling serde_with v3.12.0 |
2800 | 2025-03-25T21:39:55.616Z | Compiling proc-macro-error v1.0.4 |
2801 | 2025-03-25T21:39:55.667Z | Compiling camino-tempfile v1.1.1 |
2802 | 2025-03-25T21:39:56.133Z | Compiling hash32 v0.3.1 |
2803 | 2025-03-25T21:39:56.276Z | Compiling foreign-types-macros v0.2.3 |
2804 | 2025-03-25T21:39:56.393Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2805 | 2025-03-25T21:39:56.421Z | Compiling foreign-types-shared v0.3.1 |
2806 | 2025-03-25T21:39:56.576Z | Compiling smoltcp v0.11.0 |
2807 | 2025-03-25T21:39:57.615Z | Compiling foreign-types v0.5.0 |
2808 | 2025-03-25T21:39:58.110Z | Compiling tabwriter v1.4.0 |
2809 | 2025-03-25T21:39:58.495Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2810 | 2025-03-25T21:39:58.572Z | Compiling cstr-argument v0.1.2 |
2811 | 2025-03-25T21:39:58.899Z | Compiling cobs v0.2.3 |
2812 | 2025-03-25T21:39:58.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2813 | 2025-03-25T21:39:59.223Z | Compiling pretty-hex v0.2.1 |
2814 | 2025-03-25T21:39:59.384Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2815 | 2025-03-25T21:39:59.405Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2816 | 2025-03-25T21:39:59.458Z | Compiling postcard v1.0.10 |
2817 | 2025-03-25T21:39:59.588Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2818 | 2025-03-25T21:39:59.941Z | Compiling colored v2.2.0 |
2819 | 2025-03-25T21:40:00.146Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2820 | 2025-03-25T21:40:00.167Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2821 | 2025-03-25T21:40:00.375Z | Compiling winnow v0.6.20 |
2822 | 2025-03-25T21:40:00.582Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2823 | 2025-03-25T21:40:00.756Z | Compiling smf v0.2.3 |
2824 | 2025-03-25T21:40:01.513Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2825 | 2025-03-25T21:40:01.891Z | Compiling zone_cfg_derive v0.3.0 |
2826 | 2025-03-25T21:40:01.959Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2827 | 2025-03-25T21:40:02.402Z | Compiling itertools v0.14.0 |
2828 | 2025-03-25T21:40:03.041Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2829 | 2025-03-25T21:40:03.341Z | Compiling num-derive v0.4.2 |
2830 | 2025-03-25T21:40:03.713Z | Compiling typify-macro v0.2.0 |
2831 | 2025-03-25T21:40:03.915Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2832 | 2025-03-25T21:40:04.368Z | Compiling sigpipe v0.1.3 |
2833 | 2025-03-25T21:40:04.529Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2834 | 2025-03-25T21:40:04.934Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2835 | 2025-03-25T21:40:05.492Z | Compiling zone v0.3.0 |
2836 | 2025-03-25T21:40:05.700Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2837 | 2025-03-25T21:40:05.932Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2838 | 2025-03-25T21:40:06.405Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2839 | 2025-03-25T21:40:06.446Z | Compiling universal-hash v0.5.1 |
2840 | 2025-03-25T21:40:06.549Z | Compiling opaque-debug v0.3.1 |
2841 | 2025-03-25T21:40:06.627Z | Compiling typify-macro v0.3.0 |
2842 | 2025-03-25T21:40:06.673Z | Compiling utf-8 v0.7.6 |
2843 | 2025-03-25T21:40:06.693Z | Compiling num-rational v0.4.2 |
2844 | 2025-03-25T21:40:06.939Z | Compiling tungstenite v0.21.0 |
2845 | 2025-03-25T21:40:07.016Z | Compiling password-hash v0.5.0 |
2846 | 2025-03-25T21:40:07.541Z | Compiling typify v0.2.0 |
2847 | 2025-03-25T21:40:07.709Z | Compiling progenitor-impl v0.8.0 |
2848 | 2025-03-25T21:40:07.960Z | Compiling blake2 v0.10.6 |
2849 | 2025-03-25T21:40:08.048Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2850 | 2025-03-25T21:40:08.273Z | Compiling aead v0.5.2 |
2851 | 2025-03-25T21:40:08.291Z | Compiling num-complex v0.4.6 |
2852 | 2025-03-25T21:40:08.686Z | Compiling keccak v0.1.5 |
2853 | 2025-03-25T21:40:08.788Z | Compiling convert_case v0.4.0 |
2854 | 2025-03-25T21:40:09.353Z | Compiling base64 v0.21.7 |
2855 | 2025-03-25T21:40:09.418Z | Compiling num v0.4.3 |
2856 | 2025-03-25T21:40:09.553Z | Compiling sha3 v0.10.8 |
2857 | 2025-03-25T21:40:09.652Z | Compiling derive_more v0.99.19 |
2858 | 2025-03-25T21:40:09.926Z | Compiling argon2 v0.5.3 |
2859 | 2025-03-25T21:40:10.052Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2860 | 2025-03-25T21:40:10.267Z | Compiling tokio-tungstenite v0.21.0 |
2861 | 2025-03-25T21:40:10.505Z | Compiling typify v0.3.0 |
2862 | 2025-03-25T21:40:10.613Z | Compiling poly1305 v0.8.0 |
2863 | 2025-03-25T21:40:10.673Z | Compiling progenitor-impl v0.9.1 |
2864 | 2025-03-25T21:40:10.864Z | Compiling chacha20 v0.9.1 |
2865 | 2025-03-25T21:40:11.283Z | Compiling float-ord v0.3.2 |
2866 | 2025-03-25T21:40:11.391Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2867 | 2025-03-25T21:40:11.489Z | Compiling derive-where v1.2.7 |
2868 | 2025-03-25T21:40:11.851Z | Compiling semver v0.1.20 |
2869 | 2025-03-25T21:40:12.342Z | Compiling same-file v1.0.6 |
2870 | 2025-03-25T21:40:12.481Z | Compiling rustc_version v0.1.7 |
2871 | 2025-03-25T21:40:12.652Z | Compiling walkdir v2.5.0 |
2872 | 2025-03-25T21:40:12.762Z | Compiling newline-converter v0.3.0 |
2873 | 2025-03-25T21:40:12.953Z | Compiling primeorder v0.13.6 |
2874 | 2025-03-25T21:40:12.979Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2875 | 2025-03-25T21:40:13.338Z | Compiling secrecy v0.8.0 |
2876 | 2025-03-25T21:40:13.511Z | Compiling linked-hash-map v0.5.6 |
2877 | 2025-03-25T21:40:13.592Z | Compiling owo-colors v4.2.0 |
2878 | 2025-03-25T21:40:13.615Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2879 | 2025-03-25T21:40:13.916Z | Compiling cancel-safe-futures v0.1.5 |
2880 | 2025-03-25T21:40:14.354Z | Compiling lru-cache v0.1.2 |
2881 | 2025-03-25T21:40:14.384Z | Compiling newtype_derive v0.1.6 |
2882 | 2025-03-25T21:40:14.490Z | Compiling expectorate v1.1.0 |
2883 | 2025-03-25T21:40:14.585Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2884 | 2025-03-25T21:40:14.588Z | Compiling progenitor-macro v0.8.0 |
2885 | 2025-03-25T21:40:14.682Z | Compiling resolv-conf v0.7.0 |
2886 | 2025-03-25T21:40:14.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2887 | 2025-03-25T21:40:14.720Z | Compiling thiserror-impl-no-std v2.0.2 |
2888 | 2025-03-25T21:40:15.002Z | Compiling libsw-core v0.3.1 |
2889 | 2025-03-25T21:40:15.321Z | Compiling blake3 v1.5.4 |
2890 | 2025-03-25T21:40:15.397Z | Compiling half v2.4.1 |
2891 | 2025-03-25T21:40:15.696Z | Compiling unicase v2.7.0 |
2892 | 2025-03-25T21:40:15.829Z | Compiling ciborium-io v0.2.2 |
2893 | 2025-03-25T21:40:15.975Z | Compiling arc-swap v1.7.1 |
2894 | 2025-03-25T21:40:15.999Z | Compiling fixedbitset v0.5.7 |
2895 | 2025-03-25T21:40:16.280Z | Compiling ciborium-ll v0.2.2 |
2896 | 2025-03-25T21:40:16.303Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2897 | 2025-03-25T21:40:16.555Z | Compiling slog-scope v4.4.0 |
2898 | 2025-03-25T21:40:16.575Z | Compiling petgraph v0.7.1 |
2899 | 2025-03-25T21:40:16.699Z | Compiling libsw v3.4.0 |
2900 | 2025-03-25T21:40:16.722Z | Compiling hickory-resolver v0.24.4 |
2901 | 2025-03-25T21:40:17.014Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2902 | 2025-03-25T21:40:17.515Z | Compiling thiserror-no-std v2.0.2 |
2903 | 2025-03-25T21:40:17.581Z | Compiling progenitor-macro v0.9.1 |
2904 | 2025-03-25T21:40:17.669Z | Compiling polyval v0.6.2 |
2905 | 2025-03-25T21:40:17.692Z | Compiling atomicwrites v0.4.4 |
2906 | 2025-03-25T21:40:18.085Z | Compiling memmap2 v0.9.5 |
2907 | 2025-03-25T21:40:18.144Z | Compiling indent_write v2.2.0 |
2908 | 2025-03-25T21:40:18.401Z | Compiling libefi-sys v0.1.0 |
2909 | 2025-03-25T21:40:18.528Z | Compiling salty v0.3.0 |
2910 | 2025-03-25T21:40:18.755Z | Compiling arrayvec v0.7.6 |
2911 | 2025-03-25T21:40:19.027Z | Compiling arrayref v0.3.9 |
2912 | 2025-03-25T21:40:19.172Z | Compiling parking_lot_core v0.8.6 |
2913 | 2025-03-25T21:40:19.199Z | Compiling constant_time_eq v0.3.1 |
2914 | 2025-03-25T21:40:19.426Z | Compiling linear-map v1.2.0 |
2915 | 2025-03-25T21:40:19.787Z | Compiling ghash v0.5.1 |
2916 | 2025-03-25T21:40:19.819Z | Compiling vsss-rs v3.3.4 |
2917 | 2025-03-25T21:40:20.013Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2918 | 2025-03-25T21:40:20.570Z | Compiling slog-stdlog v4.1.1 |
2919 | 2025-03-25T21:40:20.729Z | Compiling ciborium v0.2.2 |
2920 | 2025-03-25T21:40:21.233Z | Compiling p384 v0.13.0 |
2921 | 2025-03-25T21:40:21.236Z | Compiling toolchain_find v0.4.0 |
2922 | 2025-03-25T21:40:21.888Z | Compiling chacha20poly1305 v0.10.1 |
2923 | 2025-03-25T21:40:22.089Z | Compiling ctr v0.9.2 |
2924 | 2025-03-25T21:40:22.144Z | Compiling lzma-sys v0.1.20 |
2925 | 2025-03-25T21:40:22.327Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2926 | 2025-03-25T21:40:22.499Z | Compiling bitfield-struct v0.6.2 |
2927 | 2025-03-25T21:40:22.765Z | Compiling slog-dtrace v0.3.0 |
2928 | 2025-03-25T21:40:22.795Z | Compiling highway v1.3.0 |
2929 | 2025-03-25T21:40:22.899Z | Compiling topological-sort v0.2.2 |
2930 | 2025-03-25T21:40:23.165Z | Compiling omicron-zone-package v0.12.0 |
2931 | 2025-03-25T21:40:23.368Z | Compiling aes-gcm v0.10.3 |
2932 | 2025-03-25T21:40:23.627Z | Compiling rustfmt-wrapper v0.2.1 |
2933 | 2025-03-25T21:40:23.721Z | Compiling mime_guess v2.0.5 |
2934 | 2025-03-25T21:40:23.821Z | Compiling slog-envlogger v2.2.0 |
2935 | 2025-03-25T21:40:23.950Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2025-03-25T21:40:24.026Z | Compiling steno v0.4.1 |
2937 | 2025-03-25T21:40:24.739Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2938 | 2025-03-25T21:40:24.975Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2939 | 2025-03-25T21:40:25.091Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2940 | 2025-03-25T21:40:25.239Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2941 | 2025-03-25T21:40:25.546Z | Compiling heck v0.3.3 |
2942 | 2025-03-25T21:40:25.632Z | Compiling ssh-encoding v0.2.0 |
2943 | 2025-03-25T21:40:25.787Z | Compiling blowfish v0.9.1 |
2944 | 2025-03-25T21:40:25.906Z | Compiling nibble_vec v0.1.0 |
2945 | 2025-03-25T21:40:26.138Z | Compiling env_filter v0.1.2 |
2946 | 2025-03-25T21:40:26.163Z | Compiling endian-type v0.1.2 |
2947 | 2025-03-25T21:40:26.212Z | Compiling humantime v2.1.0 |
2948 | 2025-03-25T21:40:26.249Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2949 | 2025-03-25T21:40:26.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2950 | 2025-03-25T21:40:26.424Z | Compiling env_logger v0.11.5 |
2951 | 2025-03-25T21:40:26.596Z | Compiling progenitor v0.8.0 |
2952 | 2025-03-25T21:40:26.704Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2025-03-25T21:40:26.757Z | Compiling radix_trie v0.2.1 |
2954 | 2025-03-25T21:40:26.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2955 | 2025-03-25T21:40:26.846Z | Compiling bcrypt-pbkdf v0.10.0 |
2956 | 2025-03-25T21:40:27.104Z | Compiling ssh-cipher v0.2.0 |
2957 | 2025-03-25T21:40:27.383Z | Compiling zone_cfg_derive v0.1.2 |
2958 | 2025-03-25T21:40:27.525Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2959 | 2025-03-25T21:40:27.954Z | Compiling parking_lot v0.11.2 |
2960 | 2025-03-25T21:40:28.460Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2961 | 2025-03-25T21:40:28.777Z | Compiling qorb v0.2.1 |
2962 | 2025-03-25T21:40:28.798Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2963 | 2025-03-25T21:40:28.865Z | Compiling password-hash v0.4.2 |
2964 | 2025-03-25T21:40:28.905Z | Compiling gethostname v0.5.0 |
2965 | 2025-03-25T21:40:29.115Z | Compiling fxhash v0.2.1 |
2966 | 2025-03-25T21:40:29.264Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2967 | 2025-03-25T21:40:29.324Z | Compiling base64 v0.13.1 |
2968 | 2025-03-25T21:40:29.355Z | Compiling http-range v0.1.5 |
2969 | 2025-03-25T21:40:29.657Z | Compiling pbkdf2 v0.11.0 |
2970 | 2025-03-25T21:40:29.697Z | Compiling progenitor v0.9.1 |
2971 | 2025-03-25T21:40:29.697Z | Compiling sled v0.34.7 |
2972 | 2025-03-25T21:40:29.739Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2973 | 2025-03-25T21:40:29.922Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2974 | 2025-03-25T21:40:29.946Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2975 | 2025-03-25T21:40:30.054Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2976 | 2025-03-25T21:40:30.245Z | Compiling ron v0.7.1 |
2977 | 2025-03-25T21:40:30.428Z | Compiling zone v0.1.8 |
2978 | 2025-03-25T21:40:31.822Z | Compiling xz2 v0.1.7 |
2979 | 2025-03-25T21:40:32.307Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2980 | 2025-03-25T21:40:33.233Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2981 | 2025-03-25T21:40:33.472Z | Compiling ssh-key v0.6.6 |
2982 | 2025-03-25T21:40:34.329Z | Compiling hickory-client v0.24.4 |
2983 | 2025-03-25T21:40:34.836Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2984 | 2025-03-25T21:40:35.644Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2985 | 2025-03-25T21:40:35.667Z | Compiling p256 v0.13.2 |
2986 | 2025-03-25T21:40:36.289Z | Compiling p521 v0.13.3 |
2987 | 2025-03-25T21:40:36.466Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2988 | 2025-03-25T21:40:37.250Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2025-03-25T21:40:37.257Z | Compiling hickory-server v0.24.4 |
2990 | 2025-03-25T21:40:37.657Z | Compiling pem v3.0.5 |
2991 | 2025-03-25T21:40:38.130Z | Compiling yasna v0.5.2 |
2992 | 2025-03-25T21:40:38.357Z | Compiling headers-core v0.3.0 |
2993 | 2025-03-25T21:40:38.566Z | Compiling kstat-rs v0.2.4 |
2994 | 2025-03-25T21:40:38.644Z | Compiling nanorand v0.7.0 |
2995 | 2025-03-25T21:40:39.154Z | Compiling russh-cryptovec v0.7.3 |
2996 | 2025-03-25T21:40:39.257Z | Compiling atty v0.2.14 |
2997 | 2025-03-25T21:40:39.325Z | Compiling md5 v0.7.0 |
2998 | 2025-03-25T21:40:39.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2999 | 2025-03-25T21:40:39.501Z | Compiling rcgen v0.12.1 |
3000 | 2025-03-25T21:40:39.679Z | Compiling russh-keys v0.45.0 |
3001 | 2025-03-25T21:40:39.823Z | Compiling flume v0.11.1 |
3002 | 2025-03-25T21:40:40.488Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3003 | 2025-03-25T21:40:41.445Z | Compiling headers v0.4.0 |
3004 | 2025-03-25T21:40:41.522Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
3005 | 2025-03-25T21:40:43.124Z | Compiling hyper-staticfile v0.10.1 |
3006 | 2025-03-25T21:40:43.210Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3007 | 2025-03-25T21:40:43.409Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3008 | 2025-03-25T21:40:43.756Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3009 | 2025-03-25T21:40:44.103Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3010 | 2025-03-25T21:40:44.396Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3011 | 2025-03-25T21:40:44.512Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3012 | 2025-03-25T21:40:45.154Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3013 | 2025-03-25T21:40:46.168Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3014 | 2025-03-25T21:40:47.214Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3015 | 2025-03-25T21:40:47.570Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3016 | 2025-03-25T21:40:48.702Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3017 | 2025-03-25T21:40:48.706Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3018 | 2025-03-25T21:40:49.443Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3019 | 2025-03-25T21:40:49.779Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3020 | 2025-03-25T21:40:51.589Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3021 | 2025-03-25T21:40:51.834Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3022 | 2025-03-25T21:40:52.183Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3023 | 2025-03-25T21:40:52.427Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3024 | 2025-03-25T21:40:53.403Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3025 | 2025-03-25T21:40:54.868Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3026 | 2025-03-25T21:40:55.802Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3027 | 2025-03-25T21:40:55.802Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3028 | 2025-03-25T21:40:57.316Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3029 | 2025-03-25T21:40:57.756Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3030 | 2025-03-25T21:40:58.135Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3031 | 2025-03-25T21:40:59.555Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3032 | 2025-03-25T21:41:00.482Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3033 | 2025-03-25T21:41:02.378Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3034 | 2025-03-25T21:41:03.350Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3035 | 2025-03-25T21:41:03.378Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3036 | 2025-03-25T21:41:03.406Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3037 | 2025-03-25T21:41:03.998Z | Compiling num-bigint v0.4.6 |
3038 | 2025-03-25T21:41:05.029Z | Compiling des v0.8.1 |
3039 | 2025-03-25T21:41:05.258Z | Compiling subprocess v0.2.9 |
3040 | 2025-03-25T21:41:05.420Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3041 | 2025-03-25T21:41:06.370Z | Compiling display-error-chain v0.2.2 |
3042 | 2025-03-25T21:41:06.634Z | Compiling hex-literal v0.4.1 |
3043 | 2025-03-25T21:41:06.840Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3044 | 2025-03-25T21:41:06.903Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3045 | 2025-03-25T21:41:07.124Z | Compiling russh v0.45.0 |
3046 | 2025-03-25T21:41:08.106Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3047 | 2025-03-25T21:41:09.102Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3048 | 2025-03-25T21:41:09.626Z | Compiling internet-checksum v0.2.1 |
3049 | 2025-03-25T21:41:12.415Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3050 | 2025-03-25T21:41:19.476Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3051 | 2025-03-25T21:41:21.134Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3052 | 2025-03-25T21:41:46.387Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3053 | 2025-03-25T21:42:10.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
3054 | 2025-03-25T21:42:10.653Z | |
3055 | 2025-03-25T21:42:10.657Z | real 2:26.435310027 |
3056 | 2025-03-25T21:42:10.657Z | user 12:28.822726869 |
3057 | 2025-03-25T21:42:10.657Z | sys 1:39.493832076 |
3058 | 2025-03-25T21:42:10.657Z | trap 0.387694318 |
3059 | 2025-03-25T21:42:10.657Z | tflt 0.280654368 |
3060 | 2025-03-25T21:42:10.657Z | dflt 0.632804539 |
3061 | 2025-03-25T21:42:10.657Z | kflt 0.001194908 |
3062 | 2025-03-25T21:42:10.657Z | lock 23:28.712765322 |
3063 | 2025-03-25T21:42:10.657Z | slp 44:09.782119842 |
3064 | 2025-03-25T21:42:10.657Z | lat 39.427367999 |
3065 | 2025-03-25T21:42:10.657Z | stop 1:42.774003149 |
3066 | 2025-03-25T21:42:10.657Z | + mkdir tests |
3067 | 2025-03-25T21:42:10.660Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3068 | 2025-03-25T21:42:10.660Z | + xargs -I '{}' -t cp '{}' tests/ |
3069 | 2025-03-25T21:42:10.702Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-50d699aec530aa87 tests/ |
3070 | 2025-03-25T21:42:10.730Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8950c4849d6126bd tests/ |
3071 | 2025-03-25T21:42:10.759Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-63de557d8364e895 tests/ |
3072 | 2025-03-25T21:42:10.786Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-526ec1f0886a40ce tests/ |
3073 | 2025-03-25T21:42:11.071Z | + 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/*) |
3074 | 2025-03-25T21:42:11.074Z | + 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-63de557d8364e895 tests/commtest-8950c4849d6126bd tests/dhcp_server-50d699aec530aa87 tests/end_to_end_tests-526ec1f0886a40ce 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 |
3075 | 2025-03-25T21:43:27.353Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3076 | 2025-03-25T21:43:27.353Z | a .github/buildomat/ci-env.sh 1K |
3077 | 2025-03-25T21:43:27.353Z | a out/target/test 1K |
3078 | 2025-03-25T21:43:27.353Z | a out/npuzone/npuzone 23144K |
3079 | 2025-03-25T21:43:27.353Z | a package-manifest.toml 33K |
3080 | 2025-03-25T21:43:27.353Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3081 | 2025-03-25T21:43:27.353Z | a target/release/omicron-package 38849K |
3082 | 2025-03-25T21:43:27.353Z | a target/release/xtask 10810K |
3083 | 2025-03-25T21:43:27.353Z | a target/debug/bootstrap 214959K |
3084 | 2025-03-25T21:43:27.353Z | a tests/bootstrap-63de557d8364e895 24084K |
3085 | 2025-03-25T21:43:27.353Z | a tests/commtest-8950c4849d6126bd 24339K |
3086 | 2025-03-25T21:43:27.353Z | a tests/dhcp_server-50d699aec530aa87 24084K |
3087 | 2025-03-25T21:43:27.353Z | a tests/end_to_end_tests-526ec1f0886a40ce 269928K |
3088 | 2025-03-25T21:43:27.353Z | a out/clickhouse.tar.gz 302328K |
3089 | 2025-03-25T21:43:27.353Z | a out/clickhouse_keeper.tar.gz 288190K |
3090 | 2025-03-25T21:43:27.353Z | a out/clickhouse_server.tar.gz 302331K |
3091 | 2025-03-25T21:43:27.353Z | a out/cockroachdb.tar.gz 143268K |
3092 | 2025-03-25T21:43:27.353Z | a out/crucible-dtrace.tar 98K |
3093 | 2025-03-25T21:43:27.353Z | a out/crucible-pantry-zone.tar.gz 32476K |
3094 | 2025-03-25T21:43:27.353Z | a out/crucible-zone.tar.gz 40863K |
3095 | 2025-03-25T21:43:27.353Z | a out/external-dns.tar.gz 44315K |
3096 | 2025-03-25T21:43:27.353Z | a out/internal-dns.tar.gz 44315K |
3097 | 2025-03-25T21:43:27.353Z | a out/mg-ddm-gz.tar 65544K |
3098 | 2025-03-25T21:43:27.353Z | a out/nexus.tar.gz 109779K |
3099 | 2025-03-25T21:43:27.353Z | a out/ntp.tar.gz 14429K |
3100 | 2025-03-25T21:43:27.353Z | a out/omicron-gateway-softnpu.tar.gz 24475K |
3101 | 2025-03-25T21:43:27.353Z | a out/omicron-sled-agent.tar 123679K |
3102 | 2025-03-25T21:43:27.353Z | a out/overlay.tar.gz 3K |
3103 | 2025-03-25T21:43:27.353Z | a out/oximeter.tar.gz 53360K |
3104 | 2025-03-25T21:43:27.353Z | a out/oxlog.tar 3144K |
3105 | 2025-03-25T21:43:27.353Z | a out/probe.tar.gz 2764K |
3106 | 2025-03-25T21:43:27.353Z | a out/propolis-server.tar.gz 67599K |
3107 | 2025-03-25T21:43:27.353Z | a out/pumpkind-gz.tar 26665K |
3108 | 2025-03-25T21:43:27.354Z | a out/switch-softnpu.tar.gz 260653K |
3109 | 2025-03-25T21:43:27.357Z | |
3110 | 2025-03-25T21:43:27.357Z | real 1:16.302411168 |
3111 | 2025-03-25T21:43:27.357Z | user 1:12.738654784 |
3112 | 2025-03-25T21:43:27.357Z | sys 5.074735671 |
3113 | 2025-03-25T21:43:27.357Z | trap 0.020781996 |
3114 | 2025-03-25T21:43:27.357Z | tflt 0.000000000 |
3115 | 2025-03-25T21:43:27.357Z | dflt 0.000000000 |
3116 | 2025-03-25T21:43:27.357Z | kflt 0.000000000 |
3117 | 2025-03-25T21:43:27.357Z | lock 0.000000000 |
3118 | 2025-03-25T21:43:27.357Z | slp 1:12.526285333 |
3119 | 2025-03-25T21:43:27.357Z | lat 2.239685627 |
3120 | 2025-03-25T21:43:27.357Z | stop 0.000255449 |
3121 | 2025-03-25T21:43:27.358Z | process exited: duration 2141093 ms, exit code 0 |
|
3122 | 2025-03-25T21:43:27.374Z | found 1 output files |
3123 | 2025-03-25T21:43:27.374Z | uploading: /work/package.tar.gz (2006655602 bytes) |
3124 | 2025-03-25T21:44:05.618Z | uploaded: /work/package.tar.gz |