|
|
|
1 | 2025-03-25T04:57:10.806Z | job assigned to worker 01JQ5TGT0BK6HBP9S1WXKS3K76 [factory aws, i-07621bd52a1004c9b] (queued for 1 m 4 s) |
|
2 | 2025-03-25T04:57:18.489Z | starting task 0: "setup" |
3 | 2025-03-25T04:57:18.494Z | ++ uname -s |
4 | 2025-03-25T04:57:18.497Z | + kern=SunOS |
5 | 2025-03-25T04:57:18.497Z | + build_user=build |
6 | 2025-03-25T04:57:18.497Z | + build_uid=12345 |
7 | 2025-03-25T04:57:18.497Z | + work_dir=/work |
8 | 2025-03-25T04:57:18.497Z | + input_dir=/input |
9 | 2025-03-25T04:57:18.497Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T04:57:18.497Z | + case "$kern" in |
11 | 2025-03-25T04:57:18.497Z | + groupadd -g 12345 build |
12 | 2025-03-25T04:57:18.501Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T04:57:20.508Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T04:57:20.639Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T04:57:20.642Z | + home_fs=zfs |
16 | 2025-03-25T04:57:20.642Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T04:57:20.642Z | + mkdir -p /home/build |
18 | 2025-03-25T04:57:20.645Z | + chown build:build /home/build /work |
19 | 2025-03-25T04:57:22.646Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T04:57:22.649Z | process exited: duration 4161 ms, exit code 0 |
|
21 | 2025-03-25T04:57:22.656Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T04:57:22.661Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T04:57:22.661Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T04:57:22.661Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T04:57:22.661Z | * rust toolchain profile = "default" |
26 | 2025-03-25T04:57:22.662Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T04:57:22.662Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T04:57:22.665Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T04:57:22.665Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T04:57:22.763Z | info: downloading installer |
31 | 2025-03-25T04:57:24.412Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T04:57:24.413Z | warn: /opt/ooce/bin |
33 | 2025-03-25T04:57:24.413Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T04:57:24.413Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T04:57:24.413Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T04:57:24.413Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T04:57:24.413Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T04:57:24.413Z | error: cannot install while Rust is installed |
39 | 2025-03-25T04:57:24.413Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T04:57:24.426Z | info: profile set to 'default' |
41 | 2025-03-25T04:57:24.426Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T04:57:24.429Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T04:57:24.603Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T04:57:24.608Z | info: downloading component 'cargo' |
45 | 2025-03-25T04:57:25.394Z | info: downloading component 'clippy' |
46 | 2025-03-25T04:57:25.714Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T04:57:27.076Z | info: downloading component 'rust-std' |
48 | 2025-03-25T04:57:29.099Z | info: downloading component 'rustc' |
49 | 2025-03-25T04:57:35.999Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T04:57:36.239Z | info: installing component 'cargo' |
51 | 2025-03-25T04:57:37.048Z | info: installing component 'clippy' |
52 | 2025-03-25T04:57:37.428Z | info: installing component 'rust-docs' |
53 | 2025-03-25T04:57:39.158Z | info: installing component 'rust-std' |
54 | 2025-03-25T04:57:41.033Z | info: installing component 'rustc' |
55 | 2025-03-25T04:57:46.924Z | info: installing component 'rustfmt' |
56 | 2025-03-25T04:57:47.252Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T04:57:47.252Z | |
58 | 2025-03-25T04:57:47.616Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T04:57:47.616Z | |
60 | 2025-03-25T04:57:47.620Z | |
61 | 2025-03-25T04:57:47.620Z | Rust is installed now. Great! |
62 | 2025-03-25T04:57:47.620Z | |
63 | 2025-03-25T04:57:47.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T04:57:47.621Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T04:57:47.621Z | |
66 | 2025-03-25T04:57:47.621Z | To configure your current shell, you need to source |
67 | 2025-03-25T04:57:47.621Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T04:57:47.621Z | |
69 | 2025-03-25T04:57:47.621Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T04:57:47.621Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T04:57:47.621Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T04:57:47.621Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T04:57:47.690Z | + rustup --version |
74 | 2025-03-25T04:57:47.700Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T04:57:47.700Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T04:57:47.728Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T04:57:47.732Z | + cargo --version |
78 | 2025-03-25T04:57:47.748Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T04:57:47.752Z | + rustc --version |
80 | 2025-03-25T04:57:47.775Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T04:57:47.779Z | process exited: duration 25116 ms, exit code 0 |
|
82 | 2025-03-25T04:57:47.785Z | starting task 2: "authentication" |
83 | 2025-03-25T04:57:47.808Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T04:57:47.815Z | starting task 3: "clone repository" |
85 | 2025-03-25T04:57:47.820Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T04:57:47.823Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T04:57:47.867Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T04:57:55.387Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T04:57:55.387Z | + git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
90 | 2025-03-25T04:57:55.719Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T04:57:55.719Z | * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD |
92 | 2025-03-25T04:57:55.730Z | + [[ -n iliana/artifact-store-writer-redo ]] |
93 | 2025-03-25T04:57:55.733Z | ++ git branch --show-current |
94 | 2025-03-25T04:57:55.736Z | + current=main |
95 | 2025-03-25T04:57:55.736Z | + [[ main != iliana/artifact-store-writer-redo ]] |
96 | 2025-03-25T04:57:55.736Z | + git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
97 | 2025-03-25T04:57:55.739Z | + git checkout -f iliana/artifact-store-writer-redo |
98 | 2025-03-25T04:57:55.927Z | Switched to branch 'iliana/artifact-store-writer-redo' |
99 | 2025-03-25T04:57:55.931Z | + git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
100 | 2025-03-25T04:57:56.118Z | HEAD is now at 36faafb66 fix comment numbering |
101 | 2025-03-25T04:57:56.121Z | process exited: duration 8302 ms, exit code 0 |
|
102 | 2025-03-25T04:57:56.128Z | starting task 4: "build" |
103 | 2025-03-25T04:57:56.134Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T04:57:56.137Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T04:57:56.137Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T04:57:56.137Z | + cargo --version |
107 | 2025-03-25T04:57:56.189Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T04:57:56.192Z | + rustc --version |
109 | 2025-03-25T04:57:56.258Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T04:57:56.261Z | + WORK=/work |
111 | 2025-03-25T04:57:56.261Z | + pfexec mkdir -p /work |
112 | 2025-03-25T04:57:56.265Z | + pfexec chown build /work |
113 | 2025-03-25T04:57:56.268Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-25T04:57:57.970Z | pkg list: illegal option -- F |
115 | 2025-03-25T04:57:57.973Z | Usage: |
116 | 2025-03-25T04:57:57.973Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-25T04:57:57.973Z | [pkg_fmri_pattern ...] |
118 | 2025-03-25T04:57:58.827Z | pkg list: illegal option -- F |
119 | 2025-03-25T04:57:58.827Z | Usage: |
120 | 2025-03-25T04:57:58.830Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-25T04:57:58.830Z | [pkg_fmri_pattern ...] |
122 | 2025-03-25T04:58:06.274Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-25T04:58:10.774Z | Startup: Caching catalogs ... Done |
124 | 2025-03-25T04:58:26.053Z | Planning: Solver setup ... Done (14.203s) |
125 | 2025-03-25T04:58:26.213Z | Planning: Running solver ... Done (0.164s) |
126 | 2025-03-25T04:58:26.346Z | Planning: Finding local manifests ... Done (0.008s) |
127 | 2025-03-25T04:58:26.386Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-25T04:58:27.103Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-25T04:58:27.213Z | Planning: Package planning ... Done (0.109s) |
130 | 2025-03-25T04:58:27.269Z | Planning: Merging actions ... Done (0.056s) |
131 | 2025-03-25T04:58:27.470Z | Planning: Checking for conflicting actions ... Done (0.201s) |
132 | 2025-03-25T04:58:29.630Z | Planning: Consolidating action changes ... Done (2.158s) |
133 | 2025-03-25T04:58:30.087Z | Planning: Evaluating mediators ... Done (0.458s) |
134 | 2025-03-25T04:58:30.171Z | Planning: Planning completed in 19.29 seconds |
135 | 2025-03-25T04:58:30.187Z | Packages to install: 4 |
136 | 2025-03-25T04:58:30.187Z | Packages to update: 3 |
137 | 2025-03-25T04:58:30.187Z | Mediators to change: 2 |
138 | 2025-03-25T04:58:30.191Z | Services to change: 1 |
139 | 2025-03-25T04:58:30.191Z | Estimated space available: 155.59 GB |
140 | 2025-03-25T04:58:30.191Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-25T04:58:30.191Z | Create boot environment: No |
142 | 2025-03-25T04:58:30.191Z | Create backup boot environment: Yes |
143 | 2025-03-25T04:58:30.191Z | Rebuild boot archive: No |
144 | 2025-03-25T04:58:30.191Z | |
145 | 2025-03-25T04:58:30.191Z | Changed mediators: |
146 | 2025-03-25T04:58:30.191Z | mediator clang: |
147 | 2025-03-25T04:58:30.191Z | version: None -> 15 (system default) |
148 | 2025-03-25T04:58:30.191Z | |
149 | 2025-03-25T04:58:30.191Z | mediator llvm: |
150 | 2025-03-25T04:58:30.191Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-25T04:58:30.191Z | |
152 | 2025-03-25T04:58:30.191Z | Changed packages: |
153 | 2025-03-25T04:58:30.191Z | helios-dev |
154 | 2025-03-25T04:58:30.191Z | developer/build-essential |
155 | 2025-03-25T04:58:30.191Z | None -> 11-2.0 |
156 | 2025-03-25T04:58:30.191Z | library/libxmlsec1 |
157 | 2025-03-25T04:58:30.191Z | None -> 1.2.35-2.0 |
158 | 2025-03-25T04:58:30.191Z | ooce/developer/clang-15 |
159 | 2025-03-25T04:58:30.191Z | None -> 15.0.7-2.0 |
160 | 2025-03-25T04:58:30.191Z | ooce/developer/llvm-15 |
161 | 2025-03-25T04:58:30.191Z | None -> 15.0.7-2.0 |
162 | 2025-03-25T04:58:30.191Z | package/pkg |
163 | 2025-03-25T04:58:30.191Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-25T04:58:30.191Z | system/library/g++-runtime |
165 | 2025-03-25T04:58:30.191Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-25T04:58:30.191Z | system/library/gcc-runtime |
167 | 2025-03-25T04:58:30.191Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-25T04:58:30.191Z | |
169 | 2025-03-25T04:58:30.191Z | Services: |
170 | 2025-03-25T04:58:30.191Z | restart_fmri: |
171 | 2025-03-25T04:58:30.191Z | svc:/system/update-man-index:default |
172 | 2025-03-25T04:58:30.191Z | |
173 | 2025-03-25T04:58:30.191Z | Editable files to change: |
174 | 2025-03-25T04:58:30.191Z | Update: |
175 | 2025-03-25T04:58:30.191Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-25T04:58:30.276Z | |
177 | 2025-03-25T04:58:30.277Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-25T04:58:35.281Z | Download: 969/4301 items 19.0/225.4MB 8% complete (3.8M/s) |
179 | 2025-03-25T04:58:40.282Z | Download: 1531/4301 items 116.9/225.4MB 51% complete (11.9M/s) |
180 | 2025-03-25T04:58:45.483Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (11.4M/s) |
181 | 2025-03-25T04:58:50.487Z | Download: 2541/4301 items 120.4/225.4MB 53% complete (353k/s) |
182 | 2025-03-25T04:58:56.327Z | Download: 3246/4301 items 203.0/225.4MB 90% complete (8.9M/s) |
183 | 2025-03-25T04:59:01.331Z | Download: 3998/4301 items 218.3/225.4MB 96% complete (9.8M/s) |
184 | 2025-03-25T04:59:07.534Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (9.6M/s) |
185 | 2025-03-25T04:59:08.566Z | Download: Completed 225.42 MB in 38.28 seconds (5.9M/s) |
186 | 2025-03-25T04:59:10.896Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-03-25T04:59:10.916Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-03-25T04:59:15.617Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-03-25T04:59:15.972Z | Actions: Completed 5122 actions in 5.08 seconds. |
190 | 2025-03-25T04:59:16.212Z | Done (0.232s) |
191 | 2025-03-25T04:59:16.215Z | Done (0.001s) |
192 | 2025-03-25T04:59:16.848Z | Done (0.633s) |
193 | 2025-03-25T04:59:21.317Z | Done (4.235s) |
194 | 2025-03-25T04:59:21.400Z | Done (0.019s) |
195 | 2025-03-25T04:59:21.403Z | Done (0.000s) |
196 | 2025-03-25T04:59:21.569Z | Done (0.000s) |
197 | 2025-03-25T04:59:22.290Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-03-25T04:59:22.447Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-03-25T04:59:22.451Z | Planning: Consolidating action changes ... Done |
200 | 2025-03-25T04:59:22.713Z | Planning: Evaluating mediators ... Done |
201 | 2025-03-25T04:59:22.716Z | Planning: Planning completed in 0.42 seconds |
202 | 2025-03-25T04:59:22.754Z | Mediators to change: 2 |
203 | 2025-03-25T04:59:22.754Z | Create boot environment: No |
204 | 2025-03-25T04:59:22.757Z | Create backup boot environment: No |
205 | 2025-03-25T04:59:22.855Z | Done |
206 | 2025-03-25T04:59:22.855Z | Done |
207 | 2025-03-25T04:59:23.312Z | Done |
208 | 2025-03-25T04:59:26.901Z | Done |
209 | 2025-03-25T04:59:26.991Z | Done |
210 | 2025-03-25T04:59:26.995Z | Done |
211 | 2025-03-25T04:59:27.112Z | Done |
212 | 2025-03-25T04:59:27.718Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-03-25T04:59:27.722Z | Planning: Merging actions ... Done |
214 | 2025-03-25T04:59:27.905Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-03-25T04:59:27.908Z | Planning: Consolidating action changes ... Done |
216 | 2025-03-25T04:59:28.177Z | Planning: Evaluating mediators ... Done |
217 | 2025-03-25T04:59:28.234Z | Planning: Planning completed in 0.76 seconds |
218 | 2025-03-25T04:59:28.276Z | Packages to change: 1 |
219 | 2025-03-25T04:59:28.276Z | Mediators to change: 1 |
220 | 2025-03-25T04:59:28.280Z | Services to change: 1 |
221 | 2025-03-25T04:59:28.280Z | Create boot environment: No |
222 | 2025-03-25T04:59:28.280Z | Create backup boot environment: Yes |
223 | 2025-03-25T04:59:30.635Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-03-25T04:59:30.697Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-03-25T04:59:30.697Z | Done |
226 | 2025-03-25T04:59:30.697Z | Done |
227 | 2025-03-25T04:59:30.752Z | Done |
228 | 2025-03-25T04:59:34.279Z | Done |
229 | 2025-03-25T04:59:34.369Z | Done |
230 | 2025-03-25T04:59:34.373Z | Done |
231 | 2025-03-25T04:59:34.507Z | Done |
232 | 2025-03-25T04:59:34.935Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-03-25T04:59:34.935Z | clang system 15 system |
234 | 2025-03-25T04:59:34.935Z | csh system system illumos |
235 | 2025-03-25T04:59:34.935Z | ctags system system illumos |
236 | 2025-03-25T04:59:34.935Z | gcc vendor 12 vendor |
237 | 2025-03-25T04:59:34.935Z | gcc system 10 system |
238 | 2025-03-25T04:59:34.935Z | gcc system 7 system |
239 | 2025-03-25T04:59:34.935Z | go system 1.20 system |
240 | 2025-03-25T04:59:34.935Z | go system 1.19 system |
241 | 2025-03-25T04:59:34.935Z | llvm system 15 system |
242 | 2025-03-25T04:59:34.935Z | llvm system 14 system |
243 | 2025-03-25T04:59:34.935Z | mariadb system 10.6 system |
244 | 2025-03-25T04:59:34.935Z | mta vendor vendor dma |
245 | 2025-03-25T04:59:34.935Z | openjdk system 17 system |
246 | 2025-03-25T04:59:34.935Z | openjdk system 11 system |
247 | 2025-03-25T04:59:34.935Z | openjdk system 1.8 system |
248 | 2025-03-25T04:59:34.935Z | openssl vendor 3 vendor |
249 | 2025-03-25T04:59:34.935Z | perl system 5.36 system |
250 | 2025-03-25T04:59:34.935Z | postgresql system 15 system |
251 | 2025-03-25T04:59:34.935Z | postgresql system 13 system |
252 | 2025-03-25T04:59:34.935Z | python vendor 3 vendor |
253 | 2025-03-25T04:59:34.935Z | python system 2 system |
254 | 2025-03-25T04:59:34.935Z | python3 system 3.11 system |
255 | 2025-03-25T04:59:34.935Z | ruby system 3.0 system |
256 | 2025-03-25T04:59:34.935Z | words vendor vendor american-english |
257 | 2025-03-25T04:59:34.935Z | words system system australian-english |
258 | 2025-03-25T04:59:34.935Z | words system system british-english |
259 | 2025-03-25T04:59:34.935Z | words system system canadian-english |
260 | 2025-03-25T04:59:34.935Z | words system system french |
261 | 2025-03-25T04:59:34.935Z | words system system italian |
262 | 2025-03-25T04:59:34.935Z | words system system ngerman |
263 | 2025-03-25T04:59:34.936Z | words system system ogerman |
264 | 2025-03-25T04:59:34.936Z | words system system spanish |
265 | 2025-03-25T04:59:35.268Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-03-25T04:59:35.268Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-03-25T04:59:38.477Z | FMRI IFO |
268 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-03-25T04:59:38.477Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-03-25T04:59:38.478Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-03-25T04:59:38.478Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-03-25T04:59:38.478Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-03-25T04:59:39.309Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-03-25T04:59:39.593Z | Updating crates.io index |
285 | 2025-03-25T04:59:39.641Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-03-25T04:59:40.228Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-03-25T04:59:40.476Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-03-25T04:59:40.700Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-03-25T04:59:40.971Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-03-25T04:59:41.940Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-03-25T04:59:43.699Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-03-25T04:59:44.406Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-03-25T04:59:45.210Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-03-25T04:59:45.486Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-03-25T04:59:45.777Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-03-25T04:59:46.366Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
297 | 2025-03-25T04:59:46.860Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-03-25T04:59:47.179Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-03-25T04:59:47.473Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-03-25T04:59:47.726Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-03-25T04:59:47.932Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-03-25T04:59:48.215Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-03-25T04:59:48.539Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-03-25T04:59:48.862Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-03-25T04:59:49.140Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-03-25T04:59:49.461Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-03-25T04:59:49.778Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-03-25T04:59:50.043Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-03-25T04:59:50.565Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-03-25T04:59:50.841Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-03-25T04:59:51.195Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-03-25T04:59:51.590Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-03-25T04:59:51.852Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-03-25T04:59:52.121Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-03-25T04:59:52.397Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-03-25T04:59:53.773Z | Downloading crates ... |
317 | 2025-03-25T04:59:53.837Z | Downloaded anstyle-query v1.1.1 |
318 | 2025-03-25T04:59:53.840Z | Downloaded anstyle v1.0.10 |
319 | 2025-03-25T04:59:53.854Z | Downloaded autocfg v1.4.0 |
320 | 2025-03-25T04:59:53.857Z | Downloaded anstream v0.6.15 |
321 | 2025-03-25T04:59:53.858Z | Downloaded equivalent v1.0.1 |
322 | 2025-03-25T04:59:53.858Z | Downloaded zerocopy-derive v0.7.35 |
323 | 2025-03-25T04:59:53.872Z | Downloaded dtrace-parser v0.2.0 |
324 | 2025-03-25T04:59:53.877Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-03-25T04:59:53.880Z | Downloaded fnv v1.0.7 |
326 | 2025-03-25T04:59:53.880Z | Downloaded cargo-platform v0.1.8 |
327 | 2025-03-25T04:59:53.883Z | Downloaded winnow v0.7.3 |
328 | 2025-03-25T04:59:53.890Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2025-03-25T04:59:53.904Z | Downloaded zerocopy v0.7.35 |
330 | 2025-03-25T04:59:53.909Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-03-25T04:59:53.909Z | Downloaded bytecount v0.6.8 |
332 | 2025-03-25T04:59:53.913Z | Downloaded swrite v0.1.0 |
333 | 2025-03-25T04:59:53.913Z | Downloaded itoa v1.0.11 |
334 | 2025-03-25T04:59:53.913Z | Downloaded errno v0.3.9 |
335 | 2025-03-25T04:59:53.914Z | Downloaded digest v0.10.7 |
336 | 2025-03-25T04:59:53.917Z | Downloaded colorchoice v1.0.2 |
337 | 2025-03-25T04:59:53.917Z | Downloaded smawk v0.3.2 |
338 | 2025-03-25T04:59:53.921Z | Downloaded fs-err v2.11.0 |
339 | 2025-03-25T04:59:53.921Z | Downloaded clap_lex v0.7.4 |
340 | 2025-03-25T04:59:53.924Z | Downloaded cpufeatures v0.2.14 |
341 | 2025-03-25T04:59:53.924Z | Downloaded cfg-if v1.0.0 |
342 | 2025-03-25T04:59:53.927Z | Downloaded thiserror v1.0.69 |
343 | 2025-03-25T04:59:53.931Z | Downloaded heck v0.5.0 |
344 | 2025-03-25T04:59:53.934Z | Downloaded heck v0.4.1 |
345 | 2025-03-25T04:59:53.934Z | Downloaded block-buffer v0.10.4 |
346 | 2025-03-25T04:59:53.938Z | Downloaded version_check v0.9.5 |
347 | 2025-03-25T04:59:53.938Z | Downloaded terminal_size v0.2.6 |
348 | 2025-03-25T04:59:53.938Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2025-03-25T04:59:53.942Z | Downloaded memmap v0.7.0 |
350 | 2025-03-25T04:59:53.942Z | Downloaded byteorder v1.5.0 |
351 | 2025-03-25T04:59:53.942Z | Downloaded usdt v0.5.0 |
352 | 2025-03-25T04:59:53.942Z | Downloaded terminal_size v0.4.0 |
353 | 2025-03-25T04:59:53.948Z | Downloaded thread-id v4.2.2 |
354 | 2025-03-25T04:59:53.948Z | Downloaded strsim v0.11.1 |
355 | 2025-03-25T04:59:53.950Z | Downloaded pretty-hex v0.4.1 |
356 | 2025-03-25T04:59:53.951Z | Downloaded pest_generator v2.7.14 |
357 | 2025-03-25T04:59:53.951Z | Downloaded macaddr v1.0.1 |
358 | 2025-03-25T04:59:53.951Z | Downloaded tabled_derive v0.7.0 |
359 | 2025-03-25T04:59:53.951Z | Downloaded serde_spanned v0.6.8 |
360 | 2025-03-25T04:59:53.954Z | Downloaded scroll v0.12.0 |
361 | 2025-03-25T04:59:53.954Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-03-25T04:59:53.954Z | Downloaded generic-array v0.14.7 |
363 | 2025-03-25T04:59:53.958Z | Downloaded bitflags v1.3.2 |
364 | 2025-03-25T04:59:53.960Z | Downloaded utf8parse v0.2.2 |
365 | 2025-03-25T04:59:53.963Z | Downloaded thiserror-impl v2.0.12 |
366 | 2025-03-25T04:59:53.963Z | Downloaded plain v0.2.3 |
367 | 2025-03-25T04:59:53.967Z | Downloaded is_terminal_polyfill v1.70.1 |
368 | 2025-03-25T04:59:53.967Z | Downloaded crypto-common v0.1.6 |
369 | 2025-03-25T04:59:53.967Z | Downloaded anstyle-parse v0.2.5 |
370 | 2025-03-25T04:59:53.970Z | Downloaded dof v0.3.0 |
371 | 2025-03-25T04:59:53.970Z | Downloaded unicode-linebreak v0.1.5 |
372 | 2025-03-25T04:59:53.973Z | Downloaded clap_derive v4.5.32 |
373 | 2025-03-25T04:59:53.973Z | Downloaded camino-tempfile v1.1.1 |
374 | 2025-03-25T04:59:53.982Z | Downloaded thiserror v2.0.12 |
375 | 2025-03-25T04:59:53.987Z | Downloaded tempfile v3.13.0 |
376 | 2025-03-25T04:59:53.990Z | Downloaded semver v1.0.25 |
377 | 2025-03-25T04:59:53.993Z | Downloaded proc-macro-error-attr v1.0.4 |
378 | 2025-03-25T04:59:53.996Z | Downloaded fastrand v2.1.1 |
379 | 2025-03-25T04:59:53.996Z | Downloaded camino v1.1.9 |
380 | 2025-03-25T04:59:54.000Z | Downloaded bitflags v2.6.0 |
381 | 2025-03-25T04:59:54.002Z | Downloaded usdt-impl v0.5.0 |
382 | 2025-03-25T04:59:54.002Z | Downloaded sha2 v0.10.8 |
383 | 2025-03-25T04:59:54.005Z | Downloaded toml_datetime v0.6.8 |
384 | 2025-03-25T04:59:54.005Z | Downloaded quote v1.0.39 |
385 | 2025-03-25T04:59:54.010Z | Downloaded io-lifetimes v1.0.11 |
386 | 2025-03-25T04:59:54.015Z | Downloaded proc-macro-error v1.0.4 |
387 | 2025-03-25T04:59:54.015Z | Downloaded cargo_metadata v0.19.2 |
388 | 2025-03-25T04:59:54.019Z | Downloaded pest_derive v2.7.14 |
389 | 2025-03-25T04:59:54.019Z | Downloaded log v0.4.22 |
390 | 2025-03-25T04:59:54.023Z | Downloaded clap v4.5.32 |
391 | 2025-03-25T04:59:54.028Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-03-25T04:59:54.031Z | Downloaded proc-macro2 v1.0.94 |
393 | 2025-03-25T04:59:54.033Z | Downloaded pest_meta v2.7.14 |
394 | 2025-03-25T04:59:54.037Z | Downloaded cargo_toml v0.21.0 |
395 | 2025-03-25T04:59:54.037Z | Downloaded unicode-ident v1.0.14 |
396 | 2025-03-25T04:59:54.040Z | Downloaded anyhow v1.0.97 |
397 | 2025-03-25T04:59:54.044Z | Downloaded ryu v1.0.18 |
398 | 2025-03-25T04:59:54.047Z | Downloaded papergrid v0.11.0 |
399 | 2025-03-25T04:59:54.053Z | Downloaded typenum v1.17.0 |
400 | 2025-03-25T04:59:54.056Z | Downloaded serde_derive v1.0.218 |
401 | 2025-03-25T04:59:54.062Z | Downloaded toml v0.8.20 |
402 | 2025-03-25T04:59:54.065Z | Downloaded once_cell v1.20.3 |
403 | 2025-03-25T04:59:54.069Z | Downloaded textwrap v0.16.1 |
404 | 2025-03-25T04:59:54.072Z | Downloaded serde v1.0.218 |
405 | 2025-03-25T04:59:54.080Z | Downloaded indexmap v2.7.1 |
406 | 2025-03-25T04:59:54.093Z | Downloaded memchr v2.7.4 |
407 | 2025-03-25T04:59:54.098Z | Downloaded toml_edit v0.22.24 |
408 | 2025-03-25T04:59:54.119Z | Downloaded pest v2.7.14 |
409 | 2025-03-25T04:59:54.123Z | Downloaded hashbrown v0.15.1 |
410 | 2025-03-25T04:59:54.137Z | Downloaded serde_json v1.0.139 |
411 | 2025-03-25T04:59:54.154Z | Downloaded clap_builder v4.5.32 |
412 | 2025-03-25T04:59:54.161Z | Downloaded goblin v0.8.2 |
413 | 2025-03-25T04:59:54.167Z | Downloaded tabled v0.15.0 |
414 | 2025-03-25T04:59:54.182Z | Downloaded unicode-width v0.1.14 |
415 | 2025-03-25T04:59:54.197Z | Downloaded syn v1.0.109 |
416 | 2025-03-25T04:59:54.206Z | Downloaded syn v2.0.98 |
417 | 2025-03-25T04:59:54.222Z | Downloaded rustix v0.37.28 |
418 | 2025-03-25T04:59:54.235Z | Downloaded rustix v0.38.37 |
419 | 2025-03-25T04:59:54.274Z | Downloaded libc v0.2.170 |
420 | 2025-03-25T04:59:54.412Z | Compiling proc-macro2 v1.0.94 |
421 | 2025-03-25T04:59:54.412Z | Compiling unicode-ident v1.0.14 |
422 | 2025-03-25T04:59:54.412Z | Compiling libc v0.2.170 |
423 | 2025-03-25T04:59:54.413Z | Compiling serde v1.0.218 |
424 | 2025-03-25T04:59:54.413Z | Compiling version_check v0.9.5 |
425 | 2025-03-25T04:59:54.413Z | Compiling memchr v2.7.4 |
426 | 2025-03-25T04:59:54.413Z | Compiling thiserror v1.0.69 |
427 | 2025-03-25T04:59:54.413Z | Compiling ucd-trie v0.1.7 |
428 | 2025-03-25T04:59:54.719Z | Compiling itoa v1.0.11 |
429 | 2025-03-25T04:59:54.965Z | Compiling ryu v1.0.18 |
430 | 2025-03-25T04:59:55.211Z | Compiling once_cell v1.20.3 |
431 | 2025-03-25T04:59:55.232Z | Compiling byteorder v1.5.0 |
432 | 2025-03-25T04:59:55.471Z | Compiling rustix v0.38.37 |
433 | 2025-03-25T04:59:55.576Z | Compiling serde_json v1.0.139 |
434 | 2025-03-25T04:59:55.629Z | Compiling bitflags v2.6.0 |
435 | 2025-03-25T04:59:55.947Z | Compiling usdt-impl v0.5.0 |
436 | 2025-03-25T04:59:55.985Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2025-03-25T04:59:56.057Z | Compiling io-lifetimes v1.0.11 |
438 | 2025-03-25T04:59:56.078Z | Compiling syn v1.0.109 |
439 | 2025-03-25T04:59:56.270Z | Compiling quote v1.0.39 |
440 | 2025-03-25T04:59:56.297Z | Compiling errno v0.3.9 |
441 | 2025-03-25T04:59:56.532Z | Compiling proc-macro-error v1.0.4 |
442 | 2025-03-25T04:59:56.577Z | Compiling camino v1.1.9 |
443 | 2025-03-25T04:59:56.669Z | Compiling syn v2.0.98 |
444 | 2025-03-25T04:59:56.797Z | Compiling thread-id v4.2.2 |
445 | 2025-03-25T04:59:56.820Z | Compiling equivalent v1.0.1 |
446 | 2025-03-25T04:59:56.847Z | Compiling rustix v0.37.28 |
447 | 2025-03-25T04:59:56.871Z | Compiling plain v0.2.3 |
448 | 2025-03-25T04:59:56.917Z | Compiling utf8parse v0.2.2 |
449 | 2025-03-25T04:59:56.950Z | Compiling hashbrown v0.15.1 |
450 | 2025-03-25T04:59:57.037Z | Compiling log v0.4.22 |
451 | 2025-03-25T04:59:57.093Z | Compiling anstyle-parse v0.2.5 |
452 | 2025-03-25T04:59:57.432Z | Compiling unicode-width v0.1.14 |
453 | 2025-03-25T04:59:57.751Z | Compiling thiserror v2.0.12 |
454 | 2025-03-25T04:59:57.799Z | Compiling anstyle v1.0.10 |
455 | 2025-03-25T04:59:57.925Z | Compiling indexmap v2.7.1 |
456 | 2025-03-25T04:59:57.976Z | Compiling is_terminal_polyfill v1.70.1 |
457 | 2025-03-25T04:59:57.979Z | Compiling autocfg v1.4.0 |
458 | 2025-03-25T04:59:58.125Z | Compiling semver v1.0.25 |
459 | 2025-03-25T04:59:58.204Z | Compiling winnow v0.7.3 |
460 | 2025-03-25T04:59:58.360Z | Compiling anstyle-query v1.1.1 |
461 | 2025-03-25T04:59:58.522Z | Compiling pretty-hex v0.4.1 |
462 | 2025-03-25T04:59:58.621Z | Compiling bitflags v1.3.2 |
463 | 2025-03-25T04:59:58.737Z | Compiling colorchoice v1.0.2 |
464 | 2025-03-25T04:59:58.875Z | Compiling anstream v0.6.15 |
465 | 2025-03-25T04:59:58.934Z | Compiling fs-err v2.11.0 |
466 | 2025-03-25T04:59:59.163Z | Compiling terminal_size v0.4.0 |
467 | 2025-03-25T04:59:59.371Z | Compiling cfg-if v1.0.0 |
468 | 2025-03-25T04:59:59.499Z | Compiling clap_lex v0.7.4 |
469 | 2025-03-25T04:59:59.526Z | Compiling bytecount v0.6.8 |
470 | 2025-03-25T04:59:59.530Z | Compiling anyhow v1.0.97 |
471 | 2025-03-25T04:59:59.777Z | Compiling strsim v0.11.1 |
472 | 2025-03-25T04:59:59.872Z | Compiling heck v0.4.1 |
473 | 2025-03-25T04:59:59.940Z | Compiling fastrand v2.1.1 |
474 | 2025-03-25T05:00:00.128Z | Compiling fnv v1.0.7 |
475 | 2025-03-25T05:00:00.270Z | Compiling heck v0.5.0 |
476 | 2025-03-25T05:00:00.294Z | Compiling tempfile v3.13.0 |
477 | 2025-03-25T05:00:00.445Z | Compiling papergrid v0.11.0 |
478 | 2025-03-25T05:00:00.611Z | Compiling clap_builder v4.5.32 |
479 | 2025-03-25T05:00:00.728Z | Compiling terminal_size v0.2.6 |
480 | 2025-03-25T05:00:00.932Z | Compiling memmap v0.7.0 |
481 | 2025-03-25T05:00:01.040Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-03-25T05:00:01.063Z | Compiling smawk v0.3.2 |
483 | 2025-03-25T05:00:01.527Z | Compiling textwrap v0.16.1 |
484 | 2025-03-25T05:00:01.600Z | Compiling swrite v0.1.0 |
485 | 2025-03-25T05:00:02.156Z | Compiling tabled_derive v0.7.0 |
486 | 2025-03-25T05:00:03.563Z | Compiling tabled v0.15.0 |
487 | 2025-03-25T05:00:03.616Z | Compiling serde_derive v1.0.218 |
488 | 2025-03-25T05:00:03.621Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-03-25T05:00:03.621Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-03-25T05:00:03.621Z | Compiling scroll_derive v0.12.0 |
491 | 2025-03-25T05:00:03.621Z | Compiling thiserror-impl v2.0.12 |
492 | 2025-03-25T05:00:03.621Z | Compiling clap_derive v4.5.32 |
493 | 2025-03-25T05:00:05.030Z | Compiling scroll v0.12.0 |
494 | 2025-03-25T05:00:05.567Z | Compiling goblin v0.8.2 |
495 | 2025-03-25T05:00:05.765Z | Compiling zerocopy v0.7.35 |
496 | 2025-03-25T05:00:06.666Z | Compiling pest v2.7.14 |
497 | 2025-03-25T05:00:07.837Z | Compiling clap v4.5.32 |
498 | 2025-03-25T05:00:08.896Z | Compiling pest_meta v2.7.14 |
499 | 2025-03-25T05:00:09.809Z | Compiling pest_generator v2.7.14 |
500 | 2025-03-25T05:00:11.086Z | Compiling pest_derive v2.7.14 |
501 | 2025-03-25T05:00:11.706Z | Compiling dtrace-parser v0.2.0 |
502 | 2025-03-25T05:00:12.640Z | Compiling toml_datetime v0.6.8 |
503 | 2025-03-25T05:00:12.644Z | Compiling serde_spanned v0.6.8 |
504 | 2025-03-25T05:00:12.644Z | Compiling cargo-platform v0.1.8 |
505 | 2025-03-25T05:00:12.932Z | Compiling serde_tokenstream v0.2.2 |
506 | 2025-03-25T05:00:13.081Z | Compiling toml_edit v0.22.24 |
507 | 2025-03-25T05:00:13.170Z | Compiling macaddr v1.0.1 |
508 | 2025-03-25T05:00:13.200Z | Compiling camino-tempfile v1.1.1 |
509 | 2025-03-25T05:00:13.997Z | Compiling dof v0.3.0 |
510 | 2025-03-25T05:00:13.997Z | Compiling cargo_metadata v0.19.2 |
511 | 2025-03-25T05:00:15.543Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2025-03-25T05:00:15.546Z | Compiling usdt-macro v0.5.0 |
513 | 2025-03-25T05:00:15.725Z | Compiling toml v0.8.20 |
514 | 2025-03-25T05:00:16.613Z | Compiling cargo_toml v0.21.0 |
515 | 2025-03-25T05:00:16.760Z | Compiling usdt v0.5.0 |
516 | 2025-03-25T05:00:19.184Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
517 | 2025-03-25T05:00:22.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.24s |
518 | 2025-03-25T05:00:22.867Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
519 | 2025-03-25T05:00:23.106Z | Downloading crates ... |
520 | 2025-03-25T05:00:23.255Z | Downloaded adler2 v2.0.0 |
521 | 2025-03-25T05:00:23.267Z | Downloaded atomic-waker v1.1.2 |
522 | 2025-03-25T05:00:23.270Z | Downloaded assert_matches v1.5.0 |
523 | 2025-03-25T05:00:23.270Z | Downloaded ahash v0.8.11 |
524 | 2025-03-25T05:00:23.274Z | Downloaded atty v0.2.14 |
525 | 2025-03-25T05:00:23.277Z | Downloaded async-stream-impl v0.3.6 |
526 | 2025-03-25T05:00:23.277Z | Downloaded atomicwrites v0.4.4 |
527 | 2025-03-25T05:00:23.285Z | Downloaded cfg_aliases v0.2.1 |
528 | 2025-03-25T05:00:23.288Z | Downloaded hex-literal v0.4.1 |
529 | 2025-03-25T05:00:23.288Z | Downloaded ctr v0.9.2 |
530 | 2025-03-25T05:00:23.341Z | Downloaded cfg_aliases v0.1.1 |
531 | 2025-03-25T05:00:23.341Z | Downloaded ident_case v1.0.1 |
532 | 2025-03-25T05:00:23.341Z | Downloaded http-body v1.0.1 |
533 | 2025-03-25T05:00:23.341Z | Downloaded ciborium-io v0.2.2 |
534 | 2025-03-25T05:00:23.341Z | Downloaded cstr-argument v0.1.2 |
535 | 2025-03-25T05:00:23.341Z | Downloaded http-range v0.1.5 |
536 | 2025-03-25T05:00:23.341Z | Downloaded addr2line v0.24.2 |
537 | 2025-03-25T05:00:23.341Z | Downloaded icu_provider_macros v1.5.0 |
538 | 2025-03-25T05:00:23.341Z | Downloaded aead v0.5.2 |
539 | 2025-03-25T05:00:23.341Z | Downloaded async-stream v0.3.6 |
540 | 2025-03-25T05:00:23.341Z | Downloaded is-terminal v0.4.13 |
541 | 2025-03-25T05:00:23.341Z | Downloaded hubpack_derive v0.1.1 |
542 | 2025-03-25T05:00:23.342Z | Downloaded crunchy v0.2.2 |
543 | 2025-03-25T05:00:23.342Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2025-03-25T05:00:23.342Z | Downloaded backoff v0.4.0 |
545 | 2025-03-25T05:00:23.342Z | Downloaded md5 v0.7.0 |
546 | 2025-03-25T05:00:23.342Z | Downloaded hex v0.4.3 |
547 | 2025-03-25T05:00:23.342Z | Downloaded async-recursion v1.1.1 |
548 | 2025-03-25T05:00:23.342Z | Downloaded cexpr v0.6.0 |
549 | 2025-03-25T05:00:23.342Z | Downloaded is_ci v1.2.0 |
550 | 2025-03-25T05:00:23.342Z | Downloaded ascii-canvas v3.0.0 |
551 | 2025-03-25T05:00:23.342Z | Downloaded arrayref v0.3.9 |
552 | 2025-03-25T05:00:23.345Z | Downloaded array-init v0.0.4 |
553 | 2025-03-25T05:00:23.345Z | Downloaded block-padding v0.3.3 |
554 | 2025-03-25T05:00:23.345Z | Downloaded base16ct v0.2.0 |
555 | 2025-03-25T05:00:23.345Z | Downloaded instant v0.1.13 |
556 | 2025-03-25T05:00:23.348Z | Downloaded cassowary v0.3.0 |
557 | 2025-03-25T05:00:23.351Z | Downloaded cargo_metadata v0.18.1 |
558 | 2025-03-25T05:00:23.351Z | Downloaded bit-vec v0.8.0 |
559 | 2025-03-25T05:00:23.354Z | Downloaded httpdate v1.0.3 |
560 | 2025-03-25T05:00:23.354Z | Downloaded home v0.5.9 |
561 | 2025-03-25T05:00:23.357Z | Downloaded convert_case v0.4.0 |
562 | 2025-03-25T05:00:23.361Z | Downloaded crc-catalog v2.4.0 |
563 | 2025-03-25T05:00:23.361Z | Downloaded bb8 v0.8.5 |
564 | 2025-03-25T05:00:23.364Z | Downloaded hyper-tls v0.6.0 |
565 | 2025-03-25T05:00:23.367Z | Downloaded cobs v0.2.3 |
566 | 2025-03-25T05:00:23.367Z | Downloaded buf-list v1.0.3 |
567 | 2025-03-25T05:00:23.370Z | Downloaded hubpack v0.1.2 |
568 | 2025-03-25T05:00:23.370Z | Downloaded bcrypt-pbkdf v0.10.0 |
569 | 2025-03-25T05:00:23.373Z | Downloaded match_cfg v0.1.0 |
570 | 2025-03-25T05:00:23.373Z | Downloaded bit-vec v0.6.3 |
571 | 2025-03-25T05:00:23.376Z | Downloaded lazycell v1.3.0 |
572 | 2025-03-25T05:00:23.376Z | Downloaded humantime v2.1.0 |
573 | 2025-03-25T05:00:23.379Z | Downloaded multimap v0.10.0 |
574 | 2025-03-25T05:00:23.379Z | Downloaded md-5 v0.10.6 |
575 | 2025-03-25T05:00:23.382Z | Downloaded instability v0.3.2 |
576 | 2025-03-25T05:00:23.383Z | Downloaded memoffset v0.9.1 |
577 | 2025-03-25T05:00:23.386Z | Downloaded linked-hash-map v0.5.6 |
578 | 2025-03-25T05:00:23.386Z | Downloaded ciborium-ll v0.2.2 |
579 | 2025-03-25T05:00:23.386Z | Downloaded ref-cast v1.0.23 |
580 | 2025-03-25T05:00:23.390Z | Downloaded lru v0.12.5 |
581 | 2025-03-25T05:00:23.392Z | Downloaded internet-checksum v0.2.1 |
582 | 2025-03-25T05:00:23.392Z | Downloaded indent_write v2.2.0 |
583 | 2025-03-25T05:00:23.392Z | Downloaded lalrpop-util v0.19.12 |
584 | 2025-03-25T05:00:23.395Z | Downloaded cbc v0.1.2 |
585 | 2025-03-25T05:00:23.395Z | Downloaded lazy_static v1.5.0 |
586 | 2025-03-25T05:00:23.398Z | Downloaded keccak v0.1.5 |
587 | 2025-03-25T05:00:23.398Z | Downloaded linear-map v1.2.0 |
588 | 2025-03-25T05:00:23.401Z | Downloaded libsw v3.4.0 |
589 | 2025-03-25T05:00:23.402Z | Downloaded kstat-rs v0.2.4 |
590 | 2025-03-25T05:00:23.405Z | Downloaded mockall v0.13.1 |
591 | 2025-03-25T05:00:23.405Z | Downloaded maybe-uninit v2.0.0 |
592 | 2025-03-25T05:00:23.405Z | Downloaded argon2 v0.5.3 |
593 | 2025-03-25T05:00:23.408Z | Downloaded maplit v1.0.2 |
594 | 2025-03-25T05:00:23.408Z | Downloaded inout v0.1.3 |
595 | 2025-03-25T05:00:23.411Z | Downloaded hyper-staticfile v0.10.1 |
596 | 2025-03-25T05:00:23.414Z | Downloaded bitfield-struct v0.6.2 |
597 | 2025-03-25T05:00:23.414Z | Downloaded base64ct v1.6.0 |
598 | 2025-03-25T05:00:23.417Z | Downloaded mime v0.3.17 |
599 | 2025-03-25T05:00:23.420Z | Downloaded indoc v2.0.6 |
600 | 2025-03-25T05:00:23.420Z | Downloaded indoc v1.0.9 |
601 | 2025-03-25T05:00:23.423Z | Downloaded lru-cache v0.1.2 |
602 | 2025-03-25T05:00:23.425Z | Downloaded crc32fast v1.4.2 |
603 | 2025-03-25T05:00:23.425Z | Downloaded colored v2.2.0 |
604 | 2025-03-25T05:00:23.429Z | Downloaded iana-time-zone v0.1.61 |
605 | 2025-03-25T05:00:23.432Z | Downloaded chacha20 v0.9.1 |
606 | 2025-03-25T05:00:23.435Z | Downloaded cipher v0.4.4 |
607 | 2025-03-25T05:00:23.435Z | Downloaded bit-set v0.8.0 |
608 | 2025-03-25T05:00:23.439Z | Downloaded async-bb8-diesel v0.2.1 |
609 | 2025-03-25T05:00:23.439Z | Downloaded icu_locid_transform v1.5.0 |
610 | 2025-03-25T05:00:23.442Z | Downloaded progenitor v0.8.0 |
611 | 2025-03-25T05:00:23.445Z | Downloaded proc-macro-error-attr2 v2.0.0 |
612 | 2025-03-25T05:00:23.445Z | Downloaded quick-error v1.2.3 |
613 | 2025-03-25T05:00:23.447Z | Downloaded mime_guess v2.0.5 |
614 | 2025-03-25T05:00:23.448Z | Downloaded cancel-safe-futures v0.1.5 |
615 | 2025-03-25T05:00:23.450Z | Downloaded hickory-client v0.24.4 |
616 | 2025-03-25T05:00:23.454Z | Downloaded ipnet v2.11.0 |
617 | 2025-03-25T05:00:23.457Z | Downloaded litemap v0.7.3 |
618 | 2025-03-25T05:00:23.460Z | Downloaded memmap2 v0.9.5 |
619 | 2025-03-25T05:00:23.460Z | Downloaded rand_chacha v0.9.0 |
620 | 2025-03-25T05:00:23.463Z | Downloaded const_format_proc_macros v0.2.34 |
621 | 2025-03-25T05:00:23.466Z | Downloaded untrusted v0.7.1 |
622 | 2025-03-25T05:00:23.466Z | Downloaded tower-service v0.3.3 |
623 | 2025-03-25T05:00:23.468Z | Downloaded zerofrom v0.1.4 |
624 | 2025-03-25T05:00:23.468Z | Downloaded rustc-demangle v0.1.24 |
625 | 2025-03-25T05:00:23.472Z | Downloaded libsw-core v0.3.1 |
626 | 2025-03-25T05:00:23.472Z | Downloaded derive_builder_macro v0.20.2 |
627 | 2025-03-25T05:00:23.472Z | Downloaded cookie_store v0.21.1 |
628 | 2025-03-25T05:00:23.475Z | Downloaded lock_api v0.4.12 |
629 | 2025-03-25T05:00:23.475Z | Downloaded rtoolbox v0.0.2 |
630 | 2025-03-25T05:00:23.478Z | Downloaded simd-adler32 v0.3.7 |
631 | 2025-03-25T05:00:23.478Z | Downloaded serde_plain v1.0.2 |
632 | 2025-03-25T05:00:23.481Z | Downloaded signal-hook-registry v1.4.2 |
633 | 2025-03-25T05:00:23.481Z | Downloaded multer v3.1.0 |
634 | 2025-03-25T05:00:23.484Z | Downloaded jobserver v0.1.32 |
635 | 2025-03-25T05:00:23.487Z | Downloaded icu_provider v1.5.0 |
636 | 2025-03-25T05:00:23.490Z | Downloaded icu_normalizer_data v1.5.0 |
637 | 2025-03-25T05:00:23.493Z | Downloaded icu_normalizer v1.5.0 |
638 | 2025-03-25T05:00:23.496Z | Downloaded cookie v0.18.1 |
639 | 2025-03-25T05:00:23.499Z | Downloaded litrs v0.4.1 |
640 | 2025-03-25T05:00:23.502Z | Downloaded number_prefix v0.4.0 |
641 | 2025-03-25T05:00:23.505Z | Downloaded newtype_derive v0.1.6 |
642 | 2025-03-25T05:00:23.505Z | Downloaded newline-converter v0.3.0 |
643 | 2025-03-25T05:00:23.505Z | Downloaded icu_locid_transform_data v1.5.0 |
644 | 2025-03-25T05:00:23.509Z | Downloaded toolchain_find v0.4.0 |
645 | 2025-03-25T05:00:23.509Z | Downloaded tiny-keccak v2.0.2 |
646 | 2025-03-25T05:00:23.512Z | Downloaded oso-derive v0.27.3 |
647 | 2025-03-25T05:00:23.512Z | Downloaded num-conv v0.1.0 |
648 | 2025-03-25T05:00:23.515Z | Downloaded thiserror-impl-no-std v2.0.2 |
649 | 2025-03-25T05:00:23.515Z | Downloaded smf v0.2.3 |
650 | 2025-03-25T05:00:23.518Z | Downloaded peg-runtime v0.8.5 |
651 | 2025-03-25T05:00:23.518Z | Downloaded crossbeam-utils v0.8.20 |
652 | 2025-03-25T05:00:23.521Z | Downloaded blake2 v0.10.6 |
653 | 2025-03-25T05:00:23.521Z | Downloaded mockall_derive v0.13.1 |
654 | 2025-03-25T05:00:23.524Z | Downloaded whoami v1.5.2 |
655 | 2025-03-25T05:00:23.528Z | Downloaded russh-cryptovec v0.7.3 |
656 | 2025-03-25T05:00:23.528Z | Downloaded progenitor-macro v0.9.1 |
657 | 2025-03-25T05:00:23.528Z | Downloaded tui-tree-widget v0.23.0 |
658 | 2025-03-25T05:00:23.533Z | Downloaded zerofrom-derive v0.1.4 |
659 | 2025-03-25T05:00:23.533Z | Downloaded which v4.4.2 |
660 | 2025-03-25T05:00:23.533Z | Downloaded untrusted v0.9.0 |
661 | 2025-03-25T05:00:23.535Z | Downloaded lockfree-object-pool v0.1.6 |
662 | 2025-03-25T05:00:23.539Z | Downloaded embedded-io v0.4.0 |
663 | 2025-03-25T05:00:23.539Z | Downloaded dsl_auto_type v0.1.2 |
664 | 2025-03-25T05:00:23.539Z | Downloaded tls_codec_derive v0.4.1 |
665 | 2025-03-25T05:00:23.542Z | Downloaded futures-executor v0.3.31 |
666 | 2025-03-25T05:00:23.545Z | Downloaded float-cmp v0.10.0 |
667 | 2025-03-25T05:00:23.545Z | Downloaded sct v0.7.1 |
668 | 2025-03-25T05:00:23.548Z | Downloaded rpassword v7.3.1 |
669 | 2025-03-25T05:00:23.548Z | Downloaded arc-swap v1.7.1 |
670 | 2025-03-25T05:00:23.552Z | Downloaded icu_properties v1.5.1 |
671 | 2025-03-25T05:00:23.556Z | Downloaded debug-ignore v1.0.5 |
672 | 2025-03-25T05:00:23.559Z | Downloaded xz2 v0.1.7 |
673 | 2025-03-25T05:00:23.559Z | Downloaded hyper-util v0.1.10 |
674 | 2025-03-25T05:00:23.565Z | Downloaded sqlparser_derive v0.2.2 |
675 | 2025-03-25T05:00:23.568Z | Downloaded futures-core v0.3.31 |
676 | 2025-03-25T05:00:23.568Z | Downloaded snafu-derive v0.8.5 |
677 | 2025-03-25T05:00:23.568Z | Downloaded num-derive v0.4.2 |
678 | 2025-03-25T05:00:23.571Z | Downloaded sync_wrapper v1.0.1 |
679 | 2025-03-25T05:00:23.571Z | Downloaded ssh-cipher v0.2.0 |
680 | 2025-03-25T05:00:23.571Z | Downloaded compact_str v0.8.0 |
681 | 2025-03-25T05:00:23.575Z | Downloaded indicatif v0.17.11 |
682 | 2025-03-25T05:00:23.579Z | Downloaded either v1.14.0 |
683 | 2025-03-25T05:00:23.581Z | Downloaded tower-layer v0.3.3 |
684 | 2025-03-25T05:00:23.584Z | Downloaded structmeta v0.3.0 |
685 | 2025-03-25T05:00:23.584Z | Downloaded pem v3.0.5 |
686 | 2025-03-25T05:00:23.587Z | Downloaded strip-ansi-escapes v0.2.0 |
687 | 2025-03-25T05:00:23.587Z | Downloaded group v0.13.0 |
688 | 2025-03-25T05:00:23.590Z | Downloaded rustc-hash v1.1.0 |
689 | 2025-03-25T05:00:23.590Z | Downloaded flagset v0.4.6 |
690 | 2025-03-25T05:00:23.590Z | Downloaded crossbeam-epoch v0.9.18 |
691 | 2025-03-25T05:00:23.593Z | Downloaded chacha20poly1305 v0.10.1 |
692 | 2025-03-25T05:00:23.595Z | Downloaded termcolor v1.4.1 |
693 | 2025-03-25T05:00:23.598Z | Downloaded backtrace v0.3.74 |
694 | 2025-03-25T05:00:23.601Z | Downloaded derive_builder_core v0.20.2 |
695 | 2025-03-25T05:00:23.614Z | Downloaded futures-channel v0.3.31 |
696 | 2025-03-25T05:00:23.617Z | Downloaded rand_core v0.9.2 |
697 | 2025-03-25T05:00:23.620Z | Downloaded polyval v0.6.2 |
698 | 2025-03-25T05:00:23.620Z | Downloaded miniz_oxide v0.8.5 |
699 | 2025-03-25T05:00:23.622Z | Downloaded crc-any v2.5.0 |
700 | 2025-03-25T05:00:23.626Z | Downloaded nibble_vec v0.1.0 |
701 | 2025-03-25T05:00:23.629Z | Downloaded openssl-probe v0.1.5 |
702 | 2025-03-25T05:00:23.629Z | Downloaded openssl-macros v0.1.1 |
703 | 2025-03-25T05:00:23.629Z | Downloaded float-ord v0.3.2 |
704 | 2025-03-25T05:00:23.633Z | Downloaded socket2 v0.5.8 |
705 | 2025-03-25T05:00:23.633Z | Downloaded signature v2.2.0 |
706 | 2025-03-25T05:00:23.636Z | Downloaded slog-stdlog v4.1.1 |
707 | 2025-03-25T05:00:23.636Z | Downloaded tokio-native-tls v0.3.1 |
708 | 2025-03-25T05:00:23.640Z | Downloaded owo-colors v4.2.0 |
709 | 2025-03-25T05:00:23.640Z | Downloaded tabled_derive v0.10.0 |
710 | 2025-03-25T05:00:23.643Z | Downloaded headers v0.4.0 |
711 | 2025-03-25T05:00:23.646Z | Downloaded parse-size v1.1.0 |
712 | 2025-03-25T05:00:23.649Z | Downloaded base64 v0.22.1 |
713 | 2025-03-25T05:00:23.653Z | Downloaded pem-rfc7468 v0.7.0 |
714 | 2025-03-25T05:00:23.655Z | Downloaded yoke-derive v0.7.4 |
715 | 2025-03-25T05:00:23.655Z | Downloaded peg-macros v0.8.5 |
716 | 2025-03-25T05:00:23.658Z | Downloaded precomputed-hash v0.1.1 |
717 | 2025-03-25T05:00:23.658Z | Downloaded zeroize v1.8.1 |
718 | 2025-03-25T05:00:23.661Z | Downloaded utf16_iter v1.0.5 |
719 | 2025-03-25T05:00:23.661Z | Downloaded password-hash v0.5.0 |
720 | 2025-03-25T05:00:23.664Z | Downloaded fixedbitset v0.5.7 |
721 | 2025-03-25T05:00:23.664Z | Downloaded similar v2.7.0 |
722 | 2025-03-25T05:00:23.669Z | Downloaded fixedbitset v0.4.2 |
723 | 2025-03-25T05:00:23.672Z | Downloaded zeroize_derive v1.4.2 |
724 | 2025-03-25T05:00:23.672Z | Downloaded xattr v1.3.1 |
725 | 2025-03-25T05:00:23.675Z | Downloaded peg v0.8.5 |
726 | 2025-03-25T05:00:23.679Z | Downloaded crypto-bigint v0.5.5 |
727 | 2025-03-25T05:00:23.684Z | Downloaded signal-hook-tokio v0.3.1 |
728 | 2025-03-25T05:00:23.686Z | Downloaded poly1305 v0.8.0 |
729 | 2025-03-25T05:00:23.689Z | Downloaded time-core v0.1.2 |
730 | 2025-03-25T05:00:23.689Z | Downloaded semver v0.1.20 |
731 | 2025-03-25T05:00:23.692Z | Downloaded vergen v8.3.2 |
732 | 2025-03-25T05:00:23.695Z | Downloaded try-lock v0.2.5 |
733 | 2025-03-25T05:00:23.695Z | Downloaded futures-task v0.3.31 |
734 | 2025-03-25T05:00:23.698Z | Downloaded filetime v0.2.25 |
735 | 2025-03-25T05:00:23.698Z | Downloaded dirs-sys-next v0.1.2 |
736 | 2025-03-25T05:00:23.702Z | Downloaded ed25519 v2.2.3 |
737 | 2025-03-25T05:00:23.702Z | Downloaded paste v1.0.15 |
738 | 2025-03-25T05:00:23.705Z | Downloaded want v0.3.1 |
739 | 2025-03-25T05:00:23.705Z | Downloaded utf8_iter v1.0.4 |
740 | 2025-03-25T05:00:23.709Z | Downloaded tokio-tungstenite v0.23.1 |
741 | 2025-03-25T05:00:23.709Z | Downloaded ecdsa v0.16.9 |
742 | 2025-03-25T05:00:23.712Z | Downloaded parse-display-derive v0.10.0 |
743 | 2025-03-25T05:00:23.712Z | Downloaded zerocopy v0.6.6 |
744 | 2025-03-25T05:00:23.716Z | Downloaded rustls-pki-types v1.10.0 |
745 | 2025-03-25T05:00:23.721Z | Downloaded cc v1.2.15 |
746 | 2025-03-25T05:00:23.726Z | Downloaded dunce v1.0.5 |
747 | 2025-03-25T05:00:23.726Z | Downloaded diesel_table_macro_syntax v0.2.0 |
748 | 2025-03-25T05:00:23.726Z | Downloaded olpc-cjson v0.1.4 |
749 | 2025-03-25T05:00:23.730Z | Downloaded num-integer v0.1.46 |
750 | 2025-03-25T05:00:23.730Z | Downloaded slog-json v2.6.1 |
751 | 2025-03-25T05:00:23.730Z | Downloaded crossbeam-channel v0.5.13 |
752 | 2025-03-25T05:00:23.736Z | Downloaded packed_struct_codegen v0.10.1 |
753 | 2025-03-25T05:00:23.740Z | Downloaded foreign-types-shared v0.3.1 |
754 | 2025-03-25T05:00:23.740Z | Downloaded foreign-types-shared v0.1.1 |
755 | 2025-03-25T05:00:23.740Z | Downloaded rustversion v1.0.17 |
756 | 2025-03-25T05:00:23.740Z | Downloaded pretty-hex v0.2.1 |
757 | 2025-03-25T05:00:23.740Z | Downloaded shlex v1.3.0 |
758 | 2025-03-25T05:00:23.744Z | Downloaded secrecy v0.8.0 |
759 | 2025-03-25T05:00:23.744Z | Downloaded resolv-conf v0.7.0 |
760 | 2025-03-25T05:00:23.744Z | Downloaded http v1.2.0 |
761 | 2025-03-25T05:00:23.749Z | Downloaded yasna v0.5.2 |
762 | 2025-03-25T05:00:23.752Z | Downloaded snafu v0.8.5 |
763 | 2025-03-25T05:00:23.756Z | Downloaded strum_macros v0.25.3 |
764 | 2025-03-25T05:00:23.760Z | Downloaded strum_macros v0.24.3 |
765 | 2025-03-25T05:00:23.763Z | Downloaded phf_codegen v0.11.2 |
766 | 2025-03-25T05:00:23.763Z | Downloaded thread_local v1.1.8 |
767 | 2025-03-25T05:00:23.768Z | Downloaded powerfmt v0.2.0 |
768 | 2025-03-25T05:00:23.768Z | Downloaded thiserror-no-std v2.0.2 |
769 | 2025-03-25T05:00:23.774Z | Downloaded slog v2.7.0 |
770 | 2025-03-25T05:00:23.774Z | Downloaded unicode-properties v0.1.3 |
771 | 2025-03-25T05:00:23.777Z | Downloaded serde-big-array v0.5.1 |
772 | 2025-03-25T05:00:23.777Z | Downloaded rand_chacha v0.3.1 |
773 | 2025-03-25T05:00:23.777Z | Downloaded native-tls v0.2.12 |
774 | 2025-03-25T05:00:23.786Z | Downloaded take_mut v0.2.2 |
775 | 2025-03-25T05:00:23.786Z | Downloaded tabwriter v1.4.0 |
776 | 2025-03-25T05:00:23.786Z | Downloaded daft v0.1.2 |
777 | 2025-03-25T05:00:23.790Z | Downloaded defmt v0.3.8 |
778 | 2025-03-25T05:00:23.790Z | Downloaded russh-keys v0.45.0 |
779 | 2025-03-25T05:00:23.790Z | Downloaded strum v0.26.3 |
780 | 2025-03-25T05:00:23.794Z | Downloaded sigpipe v0.1.3 |
781 | 2025-03-25T05:00:23.794Z | Downloaded scheduled-thread-pool v0.2.7 |
782 | 2025-03-25T05:00:23.794Z | Downloaded funty v2.0.0 |
783 | 2025-03-25T05:00:23.794Z | Downloaded unicode-xid v0.2.6 |
784 | 2025-03-25T05:00:23.798Z | Downloaded mio v1.0.2 |
785 | 2025-03-25T05:00:23.802Z | Downloaded normalize-line-endings v0.3.0 |
786 | 2025-03-25T05:00:23.805Z | Downloaded nodrop v0.1.14 |
787 | 2025-03-25T05:00:23.805Z | Downloaded zone_cfg_derive v0.1.2 |
788 | 2025-03-25T05:00:23.805Z | Downloaded vte_generate_state_changes v0.1.2 |
789 | 2025-03-25T05:00:23.808Z | Downloaded typify-macro v0.3.0 |
790 | 2025-03-25T05:00:23.808Z | Downloaded form_urlencoded v1.2.1 |
791 | 2025-03-25T05:00:23.808Z | Downloaded foreign-types-macros v0.2.3 |
792 | 2025-03-25T05:00:23.812Z | Downloaded num v0.4.3 |
793 | 2025-03-25T05:00:23.812Z | Downloaded diesel-dtrace v0.4.2 |
794 | 2025-03-25T05:00:23.817Z | Downloaded foreign-types v0.3.2 |
795 | 2025-03-25T05:00:23.817Z | Downloaded darling_macro v0.20.10 |
796 | 2025-03-25T05:00:23.817Z | Downloaded rustls-pemfile v2.2.0 |
797 | 2025-03-25T05:00:23.820Z | Downloaded bumpalo v3.16.0 |
798 | 2025-03-25T05:00:23.821Z | Downloaded derive_more v0.99.19 |
799 | 2025-03-25T05:00:23.828Z | Downloaded pkg-config v0.3.31 |
800 | 2025-03-25T05:00:23.832Z | Downloaded phf_generator v0.11.2 |
801 | 2025-03-25T05:00:23.832Z | Downloaded percent-encoding v2.3.1 |
802 | 2025-03-25T05:00:23.832Z | Downloaded tracing-attributes v0.1.27 |
803 | 2025-03-25T05:00:23.836Z | Downloaded progenitor-client v0.9.1 |
804 | 2025-03-25T05:00:23.837Z | Downloaded prettyplease v0.2.30 |
805 | 2025-03-25T05:00:23.846Z | Downloaded data-encoding v2.6.0 |
806 | 2025-03-25T05:00:23.846Z | Downloaded stable_deref_trait v1.2.0 |
807 | 2025-03-25T05:00:23.851Z | Downloaded zerocopy-derive v0.8.10 |
808 | 2025-03-25T05:00:23.851Z | Downloaded ed25519-dalek v2.1.1 |
809 | 2025-03-25T05:00:23.855Z | Downloaded psl-types v2.0.11 |
810 | 2025-03-25T05:00:23.855Z | Downloaded fs_extra v1.3.0 |
811 | 2025-03-25T05:00:23.855Z | Downloaded pkcs5 v0.7.1 |
812 | 2025-03-25T05:00:23.860Z | Downloaded wyz v0.5.1 |
813 | 2025-03-25T05:00:23.866Z | Downloaded diesel_derives v2.2.3 |
814 | 2025-03-25T05:00:23.869Z | Downloaded document-features v0.2.10 |
815 | 2025-03-25T05:00:23.869Z | Downloaded darling v0.20.10 |
816 | 2025-03-25T05:00:23.872Z | Downloaded waitgroup v0.1.2 |
817 | 2025-03-25T05:00:23.872Z | Downloaded tinyvec_macros v0.1.1 |
818 | 2025-03-25T05:00:23.875Z | Downloaded display-error-chain v0.2.2 |
819 | 2025-03-25T05:00:23.875Z | Downloaded flume v0.11.1 |
820 | 2025-03-25T05:00:23.878Z | Downloaded oxnet v0.1.1 |
821 | 2025-03-25T05:00:23.882Z | Downloaded ff v0.13.0 |
822 | 2025-03-25T05:00:23.885Z | Downloaded foldhash v0.1.3 |
823 | 2025-03-25T05:00:23.885Z | Downloaded globset v0.4.15 |
824 | 2025-03-25T05:00:23.888Z | Downloaded signal-hook v0.3.17 |
825 | 2025-03-25T05:00:23.888Z | Downloaded nu-ansi-term v0.50.1 |
826 | 2025-03-25T05:00:23.892Z | Downloaded ppv-lite86 v0.2.20 |
827 | 2025-03-25T05:00:23.897Z | Downloaded parking_lot_core v0.9.10 |
828 | 2025-03-25T05:00:23.897Z | Downloaded opaque-debug v0.3.1 |
829 | 2025-03-25T05:00:23.901Z | Downloaded oso v0.27.3 |
830 | 2025-03-25T05:00:23.904Z | Downloaded heck v0.3.3 |
831 | 2025-03-25T05:00:23.904Z | Downloaded scopeguard v1.2.0 |
832 | 2025-03-25T05:00:23.904Z | Downloaded parse-display v0.10.0 |
833 | 2025-03-25T05:00:23.904Z | Downloaded rsa v0.9.6 |
834 | 2025-03-25T05:00:23.910Z | Downloaded serde_derive_internals v0.29.1 |
835 | 2025-03-25T05:00:23.913Z | Downloaded termtree v0.4.1 |
836 | 2025-03-25T05:00:23.920Z | Downloaded aes v0.8.4 |
837 | 2025-03-25T05:00:23.920Z | Downloaded tokio-macros v2.5.0 |
838 | 2025-03-25T05:00:23.926Z | Downloaded serde_urlencoded v0.7.1 |
839 | 2025-03-25T05:00:23.926Z | Downloaded crossterm v0.28.1 |
840 | 2025-03-25T05:00:23.931Z | Downloaded displaydoc v0.2.5 |
841 | 2025-03-25T05:00:23.931Z | Downloaded serde_path_to_error v0.1.16 |
842 | 2025-03-25T05:00:23.936Z | Downloaded reedline v0.38.0 |
843 | 2025-03-25T05:00:23.941Z | Downloaded walkdir v2.5.0 |
844 | 2025-03-25T05:00:23.946Z | Downloaded yansi v1.0.1 |
845 | 2025-03-25T05:00:23.952Z | Downloaded itertools v0.14.0 |
846 | 2025-03-25T05:00:23.956Z | Downloaded hash32 v0.3.1 |
847 | 2025-03-25T05:00:23.959Z | Downloaded tungstenite v0.21.0 |
848 | 2025-03-25T05:00:23.960Z | Downloaded fallible-iterator v0.2.0 |
849 | 2025-03-25T05:00:23.965Z | Downloaded tracing-core v0.1.32 |
850 | 2025-03-25T05:00:23.965Z | Downloaded env_logger v0.11.5 |
851 | 2025-03-25T05:00:23.968Z | Downloaded ref-cast-impl v1.0.23 |
852 | 2025-03-25T05:00:23.968Z | Downloaded rand_xorshift v0.3.0 |
853 | 2025-03-25T05:00:23.972Z | Downloaded rand_seeder v0.3.0 |
854 | 2025-03-25T05:00:23.972Z | Downloaded r2d2 v0.8.10 |
855 | 2025-03-25T05:00:23.975Z | Downloaded progenitor-impl v0.8.0 |
856 | 2025-03-25T05:00:23.979Z | Downloaded zip v0.6.6 |
857 | 2025-03-25T05:00:23.983Z | Downloaded headers-core v0.3.0 |
858 | 2025-03-25T05:00:23.983Z | Downloaded zone v0.1.8 |
859 | 2025-03-25T05:00:23.983Z | Downloaded rand v0.8.5 |
860 | 2025-03-25T05:00:23.986Z | Downloaded defmt-parser v0.3.4 |
861 | 2025-03-25T05:00:23.990Z | Downloaded smallvec v0.6.14 |
862 | 2025-03-25T05:00:23.990Z | Downloaded vte v0.11.1 |
863 | 2025-03-25T05:00:23.995Z | Downloaded endian-type v0.1.2 |
864 | 2025-03-25T05:00:23.995Z | Downloaded env_filter v0.1.2 |
865 | 2025-03-25T05:00:23.998Z | Downloaded tinystr v0.7.6 |
866 | 2025-03-25T05:00:23.998Z | Downloaded ghash v0.5.1 |
867 | 2025-03-25T05:00:24.003Z | Downloaded rustc_version v0.4.1 |
868 | 2025-03-25T05:00:24.003Z | Downloaded nanorand v0.7.0 |
869 | 2025-03-25T05:00:24.006Z | Downloaded tokio-rustls v0.25.0 |
870 | 2025-03-25T05:00:24.006Z | Downloaded dropshot_endpoint v0.16.0 |
871 | 2025-03-25T05:00:24.010Z | Downloaded parking_lot v0.12.3 |
872 | 2025-03-25T05:00:24.014Z | Downloaded papergrid v0.14.0 |
873 | 2025-03-25T05:00:24.017Z | Downloaded itertools v0.13.0 |
874 | 2025-03-25T05:00:24.026Z | Downloaded schemars_derive v0.8.22 |
875 | 2025-03-25T05:00:24.031Z | Downloaded unicode-segmentation v1.12.0 |
876 | 2025-03-25T05:00:24.035Z | Downloaded hyper v1.6.0 |
877 | 2025-03-25T05:00:24.039Z | Downloaded smallvec v1.14.0 |
878 | 2025-03-25T05:00:24.042Z | Downloaded zone_cfg_derive v0.3.0 |
879 | 2025-03-25T05:00:24.042Z | Downloaded deranged v0.3.11 |
880 | 2025-03-25T05:00:24.045Z | Downloaded progenitor-impl v0.9.1 |
881 | 2025-03-25T05:00:24.046Z | Downloaded itertools v0.12.1 |
882 | 2025-03-25T05:00:24.053Z | Downloaded progenitor-client v0.8.0 |
883 | 2025-03-25T05:00:24.056Z | Downloaded universal-hash v0.5.1 |
884 | 2025-03-25T05:00:24.056Z | Downloaded term v0.7.0 |
885 | 2025-03-25T05:00:24.059Z | Downloaded tower v0.5.2 |
886 | 2025-03-25T05:00:24.068Z | Downloaded rustfmt-wrapper v0.2.1 |
887 | 2025-03-25T05:00:24.072Z | Downloaded enum-as-inner v0.6.1 |
888 | 2025-03-25T05:00:24.073Z | Downloaded tokio-rustls v0.24.1 |
889 | 2025-03-25T05:00:24.076Z | Downloaded darling_core v0.20.10 |
890 | 2025-03-25T05:00:24.080Z | Downloaded static_assertions v1.1.0 |
891 | 2025-03-25T05:00:24.083Z | Downloaded pin-utils v0.1.0 |
892 | 2025-03-25T05:00:24.083Z | Downloaded parse-zoneinfo v0.3.1 |
893 | 2025-03-25T05:00:24.086Z | Downloaded glob v0.3.2 |
894 | 2025-03-25T05:00:24.086Z | Downloaded typify-macro v0.2.0 |
895 | 2025-03-25T05:00:24.089Z | Downloaded string_cache v0.8.7 |
896 | 2025-03-25T05:00:24.089Z | Downloaded serde_with_macros v3.12.0 |
897 | 2025-03-25T05:00:24.095Z | Downloaded num-iter v0.1.45 |
898 | 2025-03-25T05:00:24.095Z | Downloaded tungstenite v0.23.0 |
899 | 2025-03-25T05:00:24.111Z | Downloaded curve25519-dalek-derive v0.1.1 |
900 | 2025-03-25T05:00:24.111Z | Downloaded postcard v1.0.10 |
901 | 2025-03-25T05:00:24.111Z | Downloaded postgres-protocol v0.6.8 |
902 | 2025-03-25T05:00:24.111Z | Downloaded fd-lock v4.0.2 |
903 | 2025-03-25T05:00:24.111Z | Downloaded typify v0.2.0 |
904 | 2025-03-25T05:00:24.111Z | Downloaded flate2 v1.1.0 |
905 | 2025-03-25T05:00:24.115Z | Downloaded omicron-zone-package v0.12.0 |
906 | 2025-03-25T05:00:24.118Z | Downloaded hkdf v0.12.4 |
907 | 2025-03-25T05:00:24.121Z | Downloaded num_threads v0.1.7 |
908 | 2025-03-25T05:00:24.121Z | Downloaded time-macros v0.2.18 |
909 | 2025-03-25T05:00:24.125Z | Downloaded tokio-rustls v0.26.0 |
910 | 2025-03-25T05:00:24.125Z | Downloaded progenitor v0.9.1 |
911 | 2025-03-25T05:00:24.129Z | Downloaded russh v0.45.0 |
912 | 2025-03-25T05:00:24.132Z | Downloaded zone v0.3.0 |
913 | 2025-03-25T05:00:24.135Z | Downloaded test-strategy v0.4.0 |
914 | 2025-03-25T05:00:24.139Z | Downloaded write16 v1.0.0 |
915 | 2025-03-25T05:00:24.139Z | Downloaded topological-sort v0.2.2 |
916 | 2025-03-25T05:00:24.142Z | Downloaded num-rational v0.4.2 |
917 | 2025-03-25T05:00:24.142Z | Downloaded getrandom v0.2.15 |
918 | 2025-03-25T05:00:24.145Z | Downloaded same-file v1.0.6 |
919 | 2025-03-25T05:00:24.145Z | Downloaded futures-sink v0.3.31 |
920 | 2025-03-25T05:00:24.147Z | Downloaded spin v0.9.8 |
921 | 2025-03-25T05:00:24.150Z | Downloaded phf v0.11.2 |
922 | 2025-03-25T05:00:24.150Z | Downloaded tough v0.19.0 |
923 | 2025-03-25T05:00:24.158Z | Downloaded foreign-types v0.5.0 |
924 | 2025-03-25T05:00:24.161Z | Downloaded unarray v0.1.4 |
925 | 2025-03-25T05:00:24.161Z | Downloaded salsa20 v0.10.2 |
926 | 2025-03-25T05:00:24.164Z | Downloaded slog-async v2.8.0 |
927 | 2025-03-25T05:00:24.164Z | Downloaded ena v0.14.3 |
928 | 2025-03-25T05:00:24.168Z | Downloaded pretty_assertions v1.4.1 |
929 | 2025-03-25T05:00:24.168Z | Downloaded time v0.3.36 |
930 | 2025-03-25T05:00:24.174Z | Downloaded downcast v0.11.0 |
931 | 2025-03-25T05:00:24.177Z | Downloaded pbkdf2 v0.11.0 |
932 | 2025-03-25T05:00:24.181Z | Downloaded phf_shared v0.10.0 |
933 | 2025-03-25T05:00:24.182Z | Downloaded embedded-io v0.6.1 |
934 | 2025-03-25T05:00:24.185Z | Downloaded daft-derive v0.1.2 |
935 | 2025-03-25T05:00:24.185Z | Downloaded publicsuffix v2.3.0 |
936 | 2025-03-25T05:00:24.188Z | Downloaded quinn-udp v0.5.5 |
937 | 2025-03-25T05:00:24.193Z | Downloaded slog-envlogger v2.2.0 |
938 | 2025-03-25T05:00:24.193Z | Downloaded rayon-core v1.12.1 |
939 | 2025-03-25T05:00:24.196Z | Downloaded difflib v0.4.0 |
940 | 2025-03-25T05:00:24.196Z | Downloaded sqlformat v0.2.6 |
941 | 2025-03-25T05:00:24.200Z | Downloaded futures-io v0.3.31 |
942 | 2025-03-25T05:00:24.200Z | Downloaded num_enum_derive v0.5.11 |
943 | 2025-03-25T05:00:24.200Z | Downloaded utf-8 v0.7.6 |
944 | 2025-03-25T05:00:24.204Z | Downloaded postgres-types v0.2.9 |
945 | 2025-03-25T05:00:24.204Z | Downloaded pin-project v1.1.6 |
946 | 2025-03-25T05:00:24.216Z | Downloaded defmt-macros v0.3.9 |
947 | 2025-03-25T05:00:24.220Z | Downloaded spki v0.7.3 |
948 | 2025-03-25T05:00:24.224Z | Downloaded num_enum v0.5.11 |
949 | 2025-03-25T05:00:24.224Z | Downloaded twox-hash v2.1.0 |
950 | 2025-03-25T05:00:24.228Z | Downloaded slog-bunyan v2.5.0 |
951 | 2025-03-25T05:00:24.228Z | Downloaded ssh-key v0.6.6 |
952 | 2025-03-25T05:00:24.235Z | Downloaded tokio-stream v0.1.17 |
953 | 2025-03-25T05:00:24.239Z | Downloaded aho-corasick v1.1.3 |
954 | 2025-03-25T05:00:24.245Z | Downloaded portable-atomic v1.9.0 |
955 | 2025-03-25T05:00:24.253Z | Downloaded env_logger v0.10.2 |
956 | 2025-03-25T05:00:24.256Z | Downloaded zopfli v0.8.1 |
957 | 2025-03-25T05:00:24.260Z | Downloaded unsafe-libyaml v0.2.11 |
958 | 2025-03-25T05:00:24.263Z | Downloaded dirs-next v2.0.0 |
959 | 2025-03-25T05:00:24.264Z | Downloaded slog-term v2.9.1 |
960 | 2025-03-25T05:00:24.267Z | Downloaded writeable v0.5.5 |
961 | 2025-03-25T05:00:24.267Z | Downloaded uzers v0.12.1 |
962 | 2025-03-25T05:00:24.271Z | Downloaded getrandom v0.3.1 |
963 | 2025-03-25T05:00:24.274Z | Downloaded schemars v0.8.22 |
964 | 2025-03-25T05:00:24.284Z | Downloaded fatfs v0.3.6 |
965 | 2025-03-25T05:00:24.288Z | Downloaded serde_yaml v0.9.34+deprecated |
966 | 2025-03-25T05:00:24.292Z | Downloaded expectorate v1.1.0 |
967 | 2025-03-25T05:00:24.296Z | Downloaded quick-xml v0.37.2 |
968 | 2025-03-25T05:00:24.300Z | Downloaded heapless v0.8.0 |
969 | 2025-03-25T05:00:24.303Z | Downloaded tinyvec v1.8.0 |
970 | 2025-03-25T05:00:24.307Z | Downloaded unicode-bidi v0.3.17 |
971 | 2025-03-25T05:00:24.313Z | Downloaded heapless v0.7.17 |
972 | 2025-03-25T05:00:24.317Z | Downloaded slog-dtrace v0.3.0 |
973 | 2025-03-25T05:00:24.317Z | Downloaded lalrpop v0.19.12 |
974 | 2025-03-25T05:00:24.325Z | Downloaded hashbrown v0.13.2 |
975 | 2025-03-25T05:00:24.331Z | Downloaded hashbrown v0.12.3 |
976 | 2025-03-25T05:00:24.334Z | Downloaded bindgen v0.69.5 |
977 | 2025-03-25T05:00:24.342Z | Downloaded unicode_categories v0.1.1 |
978 | 2025-03-25T05:00:24.344Z | Downloaded futures-util v0.3.31 |
979 | 2025-03-25T05:00:24.357Z | Downloaded p256 v0.13.2 |
980 | 2025-03-25T05:00:24.361Z | Downloaded icu_properties_data v1.5.0 |
981 | 2025-03-25T05:00:24.370Z | Downloaded steno v0.4.1 |
982 | 2025-03-25T05:00:24.374Z | Downloaded quinn-proto v0.11.8 |
983 | 2025-03-25T05:00:24.380Z | Downloaded bindgen v0.71.1 |
984 | 2025-03-25T05:00:24.390Z | Downloaded url v2.5.3 |
985 | 2025-03-25T05:00:24.393Z | Downloaded x509-cert v0.2.5 |
986 | 2025-03-25T05:00:24.400Z | Downloaded chrono v0.4.40 |
987 | 2025-03-25T05:00:24.406Z | Downloaded typed-path v0.9.3 |
988 | 2025-03-25T05:00:24.413Z | Downloaded rustyline v14.0.0 |
989 | 2025-03-25T05:00:24.419Z | Downloaded toml_edit v0.19.15 |
990 | 2025-03-25T05:00:24.445Z | Downloaded tokio-util v0.7.13 |
991 | 2025-03-25T05:00:24.454Z | Downloaded unicode-normalization v0.1.24 |
992 | 2025-03-25T05:00:24.458Z | Downloaded qorb v0.2.1 |
993 | 2025-03-25T05:00:24.465Z | Downloaded winnow v0.6.20 |
994 | 2025-03-25T05:00:24.477Z | Downloaded winnow v0.5.40 |
995 | 2025-03-25T05:00:24.489Z | Downloaded object v0.30.4 |
996 | 2025-03-25T05:00:24.495Z | Downloaded rustls-webpki v0.102.8 |
997 | 2025-03-25T05:00:24.514Z | Downloaded rayon v1.10.0 |
998 | 2025-03-25T05:00:24.521Z | Downloaded hickory-proto v0.24.4 |
999 | 2025-03-25T05:00:24.537Z | Downloaded p521 v0.13.3 |
1000 | 2025-03-25T05:00:24.540Z | Downloaded proptest v1.6.0 |
1001 | 2025-03-25T05:00:24.549Z | Downloaded sqlparser v0.45.0 |
1002 | 2025-03-25T05:00:24.556Z | Downloaded unicode-width v0.2.0 |
1003 | 2025-03-25T05:00:24.560Z | Downloaded salty v0.3.0 |
1004 | 2025-03-25T05:00:24.567Z | Downloaded rustls v0.21.12 |
1005 | 2025-03-25T05:00:24.578Z | Downloaded radix_trie v0.2.1 |
1006 | 2025-03-25T05:00:24.583Z | Downloaded smoltcp v0.9.1 |
1007 | 2025-03-25T05:00:24.593Z | Downloaded tabled v0.18.0 |
1008 | 2025-03-25T05:00:24.610Z | Downloaded petname v2.0.2 |
1009 | 2025-03-25T05:00:24.615Z | Downloaded smoltcp v0.11.0 |
1010 | 2025-03-25T05:00:24.628Z | Downloaded reqwest v0.12.12 |
1011 | 2025-03-25T05:00:24.635Z | Downloaded zerocopy v0.8.10 |
1012 | 2025-03-25T05:00:24.659Z | Downloaded chrono-tz v0.10.1 |
1013 | 2025-03-25T05:00:24.665Z | Downloaded webpki-roots v0.26.6 |
1014 | 2025-03-25T05:00:24.672Z | Downloaded regex v1.11.1 |
1015 | 2025-03-25T05:00:24.682Z | Downloaded dropshot v0.12.0 |
1016 | 2025-03-25T05:00:24.702Z | Downloaded gimli v0.31.1 |
1017 | 2025-03-25T05:00:24.710Z | Downloaded bstr v1.10.0 |
1018 | 2025-03-25T05:00:24.721Z | Downloaded p384 v0.13.0 |
1019 | 2025-03-25T05:00:24.728Z | Downloaded curve25519-dalek v4.1.3 |
1020 | 2025-03-25T05:00:24.734Z | Downloaded regex-syntax v0.8.5 |
1021 | 2025-03-25T05:00:24.742Z | Downloaded openssl v0.10.71 |
1022 | 2025-03-25T05:00:24.751Z | Downloaded object v0.36.5 |
1023 | 2025-03-25T05:00:24.762Z | Downloaded openapiv3 v2.0.0 |
1024 | 2025-03-25T05:00:24.776Z | Downloaded rustls v0.22.4 |
1025 | 2025-03-25T05:00:24.788Z | Downloaded regress v0.10.3 |
1026 | 2025-03-25T05:00:24.795Z | Downloaded rustls v0.23.19 |
1027 | 2025-03-25T05:00:24.808Z | Downloaded ratatui v0.29.0 |
1028 | 2025-03-25T05:00:24.848Z | Downloaded nix v0.29.0 |
1029 | 2025-03-25T05:00:24.848Z | Downloaded nix v0.28.0 |
1030 | 2025-03-25T05:00:24.862Z | Downloaded nix v0.27.1 |
1031 | 2025-03-25T05:00:24.867Z | Downloaded zerocopy-derive v0.6.6 |
1032 | 2025-03-25T05:00:24.871Z | Downloaded diesel v2.2.8 |
1033 | 2025-03-25T05:00:24.888Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1034 | 2025-03-25T05:00:24.899Z | Downloaded typify-impl v0.3.0 |
1035 | 2025-03-25T05:00:24.915Z | Downloaded typify-impl v0.2.0 |
1036 | 2025-03-25T05:00:24.939Z | Downloaded sled v0.34.7 |
1037 | 2025-03-25T05:00:24.956Z | Downloaded git2 v0.19.0 |
1038 | 2025-03-25T05:00:24.966Z | Downloaded dropshot v0.16.0 |
1039 | 2025-03-25T05:00:24.985Z | Downloaded polar-core v0.27.3 |
1040 | 2025-03-25T05:00:24.994Z | Downloaded regex-syntax v0.6.29 |
1041 | 2025-03-25T05:00:24.995Z | Downloaded vcpkg v0.2.15 |
1042 | 2025-03-25T05:00:25.032Z | Downloaded serde_with v3.12.0 |
1043 | 2025-03-25T05:00:25.041Z | Downloaded bitvec v1.0.1 |
1044 | 2025-03-25T05:00:25.049Z | Downloaded aws-lc-rs v1.12.4 |
1045 | 2025-03-25T05:00:25.061Z | Downloaded regex-automata v0.4.8 |
1046 | 2025-03-25T05:00:25.075Z | Downloaded tokio v1.43.0 |
1047 | 2025-03-25T05:00:25.130Z | Downloaded csv v1.3.1 |
1048 | 2025-03-25T05:00:25.152Z | Downloaded lzma-sys v0.1.20 |
1049 | 2025-03-25T05:00:25.170Z | Downloaded nom v7.1.3 |
1050 | 2025-03-25T05:00:25.186Z | Downloaded petgraph v0.6.5 |
1051 | 2025-03-25T05:00:25.198Z | Downloaded num-bigint-dig v0.8.4 |
1052 | 2025-03-25T05:00:25.199Z | Downloaded diff v0.1.13 |
1053 | 2025-03-25T05:00:25.199Z | Downloaded der v0.7.9 |
1054 | 2025-03-25T05:00:25.223Z | Downloaded petgraph v0.7.1 |
1055 | 2025-03-25T05:00:25.238Z | Downloaded libz-sys v1.1.20 |
1056 | 2025-03-25T05:00:25.355Z | Downloaded tokio-postgres v0.7.13 |
1057 | 2025-03-25T05:00:25.356Z | Downloaded h2 v0.4.6 |
1058 | 2025-03-25T05:00:25.356Z | Downloaded rustls-webpki v0.101.7 |
1059 | 2025-03-25T05:00:25.356Z | Downloaded vsss-rs v3.3.4 |
1060 | 2025-03-25T05:00:25.356Z | Downloaded num-traits v0.2.19 |
1061 | 2025-03-25T05:00:25.356Z | Downloaded zerovec v0.10.4 |
1062 | 2025-03-25T05:00:25.356Z | Downloaded blake3 v1.5.4 |
1063 | 2025-03-25T05:00:25.356Z | Downloaded tar v0.4.44 |
1064 | 2025-03-25T05:00:25.356Z | Downloaded sha3 v0.10.8 |
1065 | 2025-03-25T05:00:25.356Z | Downloaded num-bigint v0.4.6 |
1066 | 2025-03-25T05:00:25.356Z | Downloaded pkcs8 v0.10.2 |
1067 | 2025-03-25T05:00:25.356Z | Downloaded pkcs1 v0.7.5 |
1068 | 2025-03-25T05:00:25.356Z | Downloaded stringprep v0.1.5 |
1069 | 2025-03-25T05:00:25.357Z | Downloaded phf_shared v0.11.2 |
1070 | 2025-03-25T05:00:25.357Z | Downloaded zerovec-derive v0.10.3 |
1071 | 2025-03-25T05:00:25.357Z | Downloaded rcgen v0.12.1 |
1072 | 2025-03-25T05:00:25.357Z | Downloaded rustc_version v0.1.7 |
1073 | 2025-03-25T05:00:25.357Z | Downloaded rustc-hash v2.1.1 |
1074 | 2025-03-25T05:00:25.357Z | Downloaded rfc6979 v0.4.0 |
1075 | 2025-03-25T05:00:25.357Z | Downloaded rusty-fork v0.3.0 |
1076 | 2025-03-25T05:00:25.357Z | Downloaded packed_struct v0.10.1 |
1077 | 2025-03-25T05:00:25.357Z | Downloaded futures-macro v0.3.31 |
1078 | 2025-03-25T05:00:25.370Z | Downloaded toml v0.7.8 |
1079 | 2025-03-25T05:00:25.370Z | Downloaded rand v0.9.0 |
1080 | 2025-03-25T05:00:25.370Z | Downloaded zip v2.1.3 |
1081 | 2025-03-25T05:00:25.370Z | Downloaded unicase v2.7.0 |
1082 | 2025-03-25T05:00:25.371Z | Downloaded pin-project-lite v0.2.14 |
1083 | 2025-03-25T05:00:25.371Z | Downloaded pin-project-internal v1.1.6 |
1084 | 2025-03-25T05:00:25.371Z | Downloaded des v0.8.1 |
1085 | 2025-03-25T05:00:25.371Z | Downloaded der_derive v0.7.3 |
1086 | 2025-03-25T05:00:25.371Z | Downloaded dropshot_endpoint v0.12.0 |
1087 | 2025-03-25T05:00:25.371Z | Downloaded termtree v0.5.1 |
1088 | 2025-03-25T05:00:25.371Z | Downloaded tap v1.0.1 |
1089 | 2025-03-25T05:00:25.371Z | Downloaded aes-gcm v0.10.3 |
1090 | 2025-03-25T05:00:25.372Z | Downloaded parking_lot_core v0.8.6 |
1091 | 2025-03-25T05:00:25.372Z | Downloaded ron v0.8.1 |
1092 | 2025-03-25T05:00:25.372Z | Downloaded pbkdf2 v0.12.2 |
1093 | 2025-03-25T05:00:25.372Z | Downloaded encoding_rs v0.8.34 |
1094 | 2025-03-25T05:00:25.429Z | Downloaded ring v0.17.11 |
1095 | 2025-03-25T05:00:25.472Z | Downloaded proc-macro-crate v1.3.1 |
1096 | 2025-03-25T05:00:25.473Z | Downloaded quinn v0.11.5 |
1097 | 2025-03-25T05:00:25.473Z | Downloaded hash32 v0.2.1 |
1098 | 2025-03-25T05:00:25.473Z | Downloaded wait-timeout v0.2.0 |
1099 | 2025-03-25T05:00:25.473Z | Downloaded sec1 v0.7.3 |
1100 | 2025-03-25T05:00:25.473Z | Downloaded openssl-sys v0.9.106 |
1101 | 2025-03-25T05:00:25.473Z | Downloaded termios v0.3.3 |
1102 | 2025-03-25T05:00:25.473Z | Downloaded progenitor-macro v0.8.0 |
1103 | 2025-03-25T05:00:25.473Z | Downloaded futures v0.3.31 |
1104 | 2025-03-25T05:00:25.485Z | Downloaded uuid v1.15.1 |
1105 | 2025-03-25T05:00:25.485Z | Downloaded itertools v0.10.5 |
1106 | 2025-03-25T05:00:25.485Z | Downloaded idna v1.0.3 |
1107 | 2025-03-25T05:00:25.485Z | Downloaded libxml v0.3.3 |
1108 | 2025-03-25T05:00:25.485Z | Downloaded libm v0.2.8 |
1109 | 2025-03-25T05:00:25.485Z | Downloaded minimal-lexical v0.2.1 |
1110 | 2025-03-25T05:00:25.485Z | Downloaded unicode-truncate v1.1.0 |
1111 | 2025-03-25T05:00:25.486Z | Downloaded subtle v2.6.1 |
1112 | 2025-03-25T05:00:25.486Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-03-25T05:00:25.486Z | Downloaded tracing v0.1.40 |
1114 | 2025-03-25T05:00:25.486Z | Downloaded slab v0.4.9 |
1115 | 2025-03-25T05:00:25.514Z | Downloaded siphasher v0.3.11 |
1116 | 2025-03-25T05:00:25.514Z | Downloaded serde-hex v0.1.0 |
1117 | 2025-03-25T05:00:25.514Z | Downloaded rustls-pemfile v1.0.4 |
1118 | 2025-03-25T05:00:25.515Z | Downloaded path-slash v0.1.5 |
1119 | 2025-03-25T05:00:25.515Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1120 | 2025-03-25T05:00:25.552Z | Downloaded value-bag v1.9.0 |
1121 | 2025-03-25T05:00:25.558Z | Downloaded tokio-tungstenite v0.21.0 |
1122 | 2025-03-25T05:00:25.558Z | Downloaded strum_macros v0.26.4 |
1123 | 2025-03-25T05:00:25.558Z | Downloaded fragile v2.0.0 |
1124 | 2025-03-25T05:00:25.559Z | Downloaded predicates v3.1.3 |
1125 | 2025-03-25T05:00:25.559Z | Downloaded num-complex v0.4.6 |
1126 | 2025-03-25T05:00:25.559Z | Downloaded password-hash v0.4.2 |
1127 | 2025-03-25T05:00:25.562Z | Downloaded hickory-resolver v0.24.4 |
1128 | 2025-03-25T05:00:25.562Z | Downloaded base64 v0.21.7 |
1129 | 2025-03-25T05:00:25.567Z | Downloaded ron v0.7.1 |
1130 | 2025-03-25T05:00:25.582Z | Downloaded sync-ptr v0.1.1 |
1131 | 2025-03-25T05:00:25.582Z | Downloaded supports-color v3.0.2 |
1132 | 2025-03-25T05:00:25.582Z | Downloaded half v2.4.1 |
1133 | 2025-03-25T05:00:25.582Z | Downloaded ssh-encoding v0.2.0 |
1134 | 2025-03-25T05:00:25.582Z | Downloaded signal-hook-mio v0.2.4 |
1135 | 2025-03-25T05:00:25.582Z | Downloaded parking_lot v0.11.2 |
1136 | 2025-03-25T05:00:25.582Z | Downloaded elliptic-curve v0.13.8 |
1137 | 2025-03-25T05:00:25.592Z | Downloaded radium v0.7.0 |
1138 | 2025-03-25T05:00:25.593Z | Downloaded predicates-tree v1.0.11 |
1139 | 2025-03-25T05:00:25.593Z | Downloaded predicates-core v1.0.8 |
1140 | 2025-03-25T05:00:25.593Z | Downloaded hickory-server v0.24.4 |
1141 | 2025-03-25T05:00:25.599Z | Downloaded derive-where v1.2.7 |
1142 | 2025-03-25T05:00:25.599Z | Downloaded subprocess v0.2.9 |
1143 | 2025-03-25T05:00:25.599Z | Downloaded samael v0.0.18 |
1144 | 2025-03-25T05:00:25.604Z | Downloaded yoke v0.7.4 |
1145 | 2025-03-25T05:00:25.614Z | Downloaded const_format v0.2.34 |
1146 | 2025-03-25T05:00:25.633Z | Downloaded bytes v1.10.1 |
1147 | 2025-03-25T05:00:25.633Z | Downloaded allocator-api2 v0.2.18 |
1148 | 2025-03-25T05:00:25.633Z | Downloaded shell-words v1.1.0 |
1149 | 2025-03-25T05:00:25.633Z | Downloaded new_debug_unreachable v1.0.6 |
1150 | 2025-03-25T05:00:25.633Z | Downloaded gethostname v0.5.0 |
1151 | 2025-03-25T05:00:25.633Z | Downloaded fxhash v0.2.1 |
1152 | 2025-03-25T05:00:25.651Z | Downloaded dyn-clone v1.0.19 |
1153 | 2025-03-25T05:00:25.652Z | Downloaded serde_repr v0.1.19 |
1154 | 2025-03-25T05:00:25.652Z | Downloaded rand_core v0.6.4 |
1155 | 2025-03-25T05:00:25.652Z | Downloaded primeorder v0.13.6 |
1156 | 2025-03-25T05:00:25.652Z | Downloaded typify v0.3.0 |
1157 | 2025-03-25T05:00:25.652Z | Downloaded derive_builder v0.20.2 |
1158 | 2025-03-25T05:00:25.652Z | Downloaded icu_collections v1.5.0 |
1159 | 2025-03-25T05:00:25.653Z | Downloaded newtype-uuid v1.2.1 |
1160 | 2025-03-25T05:00:25.653Z | Downloaded base64 v0.13.1 |
1161 | 2025-03-25T05:00:25.661Z | Downloaded hyper-rustls v0.27.3 |
1162 | 2025-03-25T05:00:25.661Z | Downloaded tls_codec v0.4.1 |
1163 | 2025-03-25T05:00:25.661Z | Downloaded arrayvec v0.7.6 |
1164 | 2025-03-25T05:00:25.661Z | Downloaded proc-macro-error2 v2.0.1 |
1165 | 2025-03-25T05:00:25.661Z | Downloaded indexmap v1.9.3 |
1166 | 2025-03-25T05:00:25.661Z | Downloaded synstructure v0.13.1 |
1167 | 2025-03-25T05:00:25.661Z | Downloaded slog-scope v4.4.0 |
1168 | 2025-03-25T05:00:25.661Z | Downloaded icu_locid v1.5.0 |
1169 | 2025-03-25T05:00:25.669Z | Downloaded httparse v1.9.5 |
1170 | 2025-03-25T05:00:25.669Z | Downloaded hmac v0.12.1 |
1171 | 2025-03-25T05:00:25.674Z | Downloaded csv-core v0.1.11 |
1172 | 2025-03-25T05:00:25.674Z | Downloaded const-oid v0.9.6 |
1173 | 2025-03-25T05:00:25.674Z | Downloaded clang-sys v1.8.1 |
1174 | 2025-03-25T05:00:25.674Z | Downloaded console v0.15.10 |
1175 | 2025-03-25T05:00:25.679Z | Downloaded sha1 v0.10.6 |
1176 | 2025-03-25T05:00:25.679Z | Downloaded scrypt v0.11.0 |
1177 | 2025-03-25T05:00:25.679Z | Downloaded async-trait v0.1.87 |
1178 | 2025-03-25T05:00:25.684Z | Downloaded libloading v0.8.5 |
1179 | 2025-03-25T05:00:25.685Z | Downloaded highway v1.3.0 |
1180 | 2025-03-25T05:00:25.689Z | Downloaded bzip2 v0.4.4 |
1181 | 2025-03-25T05:00:25.689Z | Downloaded bit-set v0.5.3 |
1182 | 2025-03-25T05:00:25.689Z | Downloaded bcs v0.1.6 |
1183 | 2025-03-25T05:00:25.694Z | Downloaded ciborium v0.2.2 |
1184 | 2025-03-25T05:00:25.694Z | Downloaded impl-trait-for-tuples v0.2.2 |
1185 | 2025-03-25T05:00:25.700Z | Downloaded crc v3.2.1 |
1186 | 2025-03-25T05:00:25.700Z | Downloaded managed v0.8.0 |
1187 | 2025-03-25T05:00:25.701Z | Downloaded bitfield v0.14.0 |
1188 | 2025-03-25T05:00:25.701Z | Downloaded castaway v0.2.3 |
1189 | 2025-03-25T05:00:25.708Z | Downloaded chrono-tz-build v0.4.0 |
1190 | 2025-03-25T05:00:25.708Z | Downloaded libefi-sys v0.1.0 |
1191 | 2025-03-25T05:00:25.708Z | Downloaded ipnetwork v0.21.1 |
1192 | 2025-03-25T05:00:25.708Z | Downloaded idna_adapter v1.2.0 |
1193 | 2025-03-25T05:00:25.708Z | Downloaded hostname v0.4.0 |
1194 | 2025-03-25T05:00:25.717Z | Downloaded crossbeam-deque v0.8.5 |
1195 | 2025-03-25T05:00:25.717Z | Downloaded blowfish v0.9.1 |
1196 | 2025-03-25T05:00:25.717Z | Downloaded http-body-util v0.1.2 |
1197 | 2025-03-25T05:00:25.717Z | Downloaded hostname v0.3.1 |
1198 | 2025-03-25T05:00:25.718Z | Downloaded constant_time_eq v0.3.1 |
1199 | 2025-03-25T05:00:25.718Z | Downloaded cmake v0.1.51 |
1200 | 2025-03-25T05:00:26.079Z | Downloaded aws-lc-sys v0.26.0 |
1201 | 2025-03-25T05:00:26.385Z | Compiling serde v1.0.218 |
1202 | 2025-03-25T05:00:26.389Z | Compiling value-bag v1.9.0 |
1203 | 2025-03-25T05:00:26.389Z | Compiling lock_api v0.4.12 |
1204 | 2025-03-25T05:00:26.389Z | Compiling scopeguard v1.2.0 |
1205 | 2025-03-25T05:00:26.389Z | Compiling typenum v1.17.0 |
1206 | 2025-03-25T05:00:26.389Z | Compiling shlex v1.3.0 |
1207 | 2025-03-25T05:00:26.569Z | Compiling syn v2.0.98 |
1208 | 2025-03-25T05:00:26.583Z | Compiling getrandom v0.2.15 |
1209 | 2025-03-25T05:00:26.730Z | Compiling jobserver v0.1.32 |
1210 | 2025-03-25T05:00:26.948Z | Compiling log v0.4.22 |
1211 | 2025-03-25T05:00:27.042Z | Compiling rand_core v0.6.4 |
1212 | 2025-03-25T05:00:27.065Z | Compiling generic-array v0.14.7 |
1213 | 2025-03-25T05:00:27.083Z | Compiling subtle v2.6.1 |
1214 | 2025-03-25T05:00:27.414Z | Compiling cc v1.2.15 |
1215 | 2025-03-25T05:00:27.436Z | Compiling smallvec v1.14.0 |
1216 | 2025-03-25T05:00:27.466Z | Compiling const-oid v0.9.6 |
1217 | 2025-03-25T05:00:27.504Z | Compiling pin-project-lite v0.2.14 |
1218 | 2025-03-25T05:00:27.545Z | Compiling rustix v0.38.37 |
1219 | 2025-03-25T05:00:27.636Z | Compiling parking_lot_core v0.9.10 |
1220 | 2025-03-25T05:00:27.660Z | Compiling spin v0.9.8 |
1221 | 2025-03-25T05:00:27.800Z | Compiling signal-hook-registry v1.4.2 |
1222 | 2025-03-25T05:00:28.055Z | Compiling futures-core v0.3.31 |
1223 | 2025-03-25T05:00:28.285Z | Compiling mio v1.0.2 |
1224 | 2025-03-25T05:00:28.376Z | Compiling aho-corasick v1.1.3 |
1225 | 2025-03-25T05:00:28.479Z | Compiling parking_lot v0.12.3 |
1226 | 2025-03-25T05:00:28.671Z | Compiling serde_json v1.0.139 |
1227 | 2025-03-25T05:00:28.914Z | Compiling either v1.14.0 |
1228 | 2025-03-25T05:00:28.998Z | Compiling regex-syntax v0.8.5 |
1229 | 2025-03-25T05:00:29.266Z | Compiling stable_deref_trait v1.2.0 |
1230 | 2025-03-25T05:00:29.303Z | Compiling glob v0.3.2 |
1231 | 2025-03-25T05:00:29.323Z | Compiling socket2 v0.5.8 |
1232 | 2025-03-25T05:00:29.384Z | Compiling libm v0.2.8 |
1233 | 2025-03-25T05:00:29.450Z | Compiling futures-sink v0.3.31 |
1234 | 2025-03-25T05:00:29.695Z | Compiling cpufeatures v0.2.14 |
1235 | 2025-03-25T05:00:29.805Z | Compiling prettyplease v0.2.30 |
1236 | 2025-03-25T05:00:29.850Z | Compiling lazy_static v1.5.0 |
1237 | 2025-03-25T05:00:29.992Z | Compiling num-traits v0.2.19 |
1238 | 2025-03-25T05:00:30.171Z | Compiling slab v0.4.9 |
1239 | 2025-03-25T05:00:30.209Z | Compiling clang-sys v1.8.1 |
1240 | 2025-03-25T05:00:30.292Z | Compiling minimal-lexical v0.2.1 |
1241 | 2025-03-25T05:00:30.655Z | Compiling libloading v0.8.5 |
1242 | 2025-03-25T05:00:30.796Z | Compiling nom v7.1.3 |
1243 | 2025-03-25T05:00:31.044Z | Compiling allocator-api2 v0.2.18 |
1244 | 2025-03-25T05:00:31.065Z | Compiling bindgen v0.69.5 |
1245 | 2025-03-25T05:00:31.237Z | Compiling home v0.5.9 |
1246 | 2025-03-25T05:00:31.468Z | Compiling foldhash v0.1.3 |
1247 | 2025-03-25T05:00:31.771Z | Compiling pkg-config v0.3.31 |
1248 | 2025-03-25T05:00:31.808Z | Compiling getrandom v0.3.1 |
1249 | 2025-03-25T05:00:31.914Z | Compiling hashbrown v0.15.1 |
1250 | 2025-03-25T05:00:32.992Z | Compiling regex-automata v0.4.8 |
1251 | 2025-03-25T05:00:33.159Z | Compiling itertools v0.12.1 |
1252 | 2025-03-25T05:00:33.359Z | Compiling lazycell v1.3.0 |
1253 | 2025-03-25T05:00:33.532Z | Compiling rustc-hash v1.1.0 |
1254 | 2025-03-25T05:00:33.686Z | Compiling synstructure v0.13.1 |
1255 | 2025-03-25T05:00:34.117Z | Compiling cexpr v0.6.0 |
1256 | 2025-03-25T05:00:35.178Z | Compiling futures-channel v0.3.31 |
1257 | 2025-03-25T05:00:35.528Z | Compiling cmake v0.1.51 |
1258 | 2025-03-25T05:00:35.587Z | Compiling pin-utils v0.1.0 |
1259 | 2025-03-25T05:00:35.689Z | Compiling dunce v1.0.5 |
1260 | 2025-03-25T05:00:35.734Z | Compiling fs_extra v1.3.0 |
1261 | 2025-03-25T05:00:35.823Z | Compiling futures-io v0.3.31 |
1262 | 2025-03-25T05:00:35.941Z | Compiling futures-task v0.3.31 |
1263 | 2025-03-25T05:00:36.090Z | Compiling base64ct v1.6.0 |
1264 | 2025-03-25T05:00:36.241Z | Compiling paste v1.0.15 |
1265 | 2025-03-25T05:00:36.246Z | Compiling ring v0.17.11 |
1266 | 2025-03-25T05:00:36.359Z | Compiling litemap v0.7.3 |
1267 | 2025-03-25T05:00:36.517Z | Compiling flagset v0.4.6 |
1268 | 2025-03-25T05:00:36.636Z | Compiling pem-rfc7468 v0.7.0 |
1269 | 2025-03-25T05:00:36.720Z | Compiling writeable v0.5.5 |
1270 | 2025-03-25T05:00:36.758Z | Compiling aws-lc-rs v1.12.4 |
1271 | 2025-03-25T05:00:37.187Z | Compiling crossbeam-utils v0.8.20 |
1272 | 2025-03-25T05:00:37.215Z | Compiling rustls-pki-types v1.10.0 |
1273 | 2025-03-25T05:00:37.235Z | Compiling icu_locid_transform_data v1.5.0 |
1274 | 2025-03-25T05:00:37.343Z | Compiling vcpkg v0.2.15 |
1275 | 2025-03-25T05:00:37.713Z | Compiling regex v1.11.1 |
1276 | 2025-03-25T05:00:37.930Z | Compiling tracing-core v0.1.32 |
1277 | 2025-03-25T05:00:38.323Z | Compiling httparse v1.9.5 |
1278 | 2025-03-25T05:00:38.595Z | Compiling serde_derive v1.0.218 |
1279 | 2025-03-25T05:00:38.643Z | Compiling zeroize_derive v1.4.2 |
1280 | 2025-03-25T05:00:38.757Z | Compiling zerocopy-derive v0.7.35 |
1281 | 2025-03-25T05:00:38.967Z | Compiling tokio-macros v2.5.0 |
1282 | 2025-03-25T05:00:39.011Z | Compiling zerofrom-derive v0.1.4 |
1283 | 2025-03-25T05:00:40.115Z | Compiling zeroize v1.8.1 |
1284 | 2025-03-25T05:00:40.391Z | Compiling yoke-derive v0.7.4 |
1285 | 2025-03-25T05:00:40.678Z | Compiling zerocopy v0.7.35 |
1286 | 2025-03-25T05:00:41.510Z | Compiling displaydoc v0.2.5 |
1287 | 2025-03-25T05:00:41.636Z | Compiling crypto-common v0.1.6 |
1288 | 2025-03-25T05:00:41.910Z | Compiling block-buffer v0.10.4 |
1289 | 2025-03-25T05:00:41.934Z | Compiling block-padding v0.3.3 |
1290 | 2025-03-25T05:00:42.158Z | Compiling digest v0.10.7 |
1291 | 2025-03-25T05:00:42.187Z | Compiling zerovec-derive v0.10.3 |
1292 | 2025-03-25T05:00:42.413Z | Compiling zerofrom v0.1.4 |
1293 | 2025-03-25T05:00:42.581Z | Compiling hmac v0.12.1 |
1294 | 2025-03-25T05:00:42.605Z | Compiling inout v0.1.3 |
1295 | 2025-03-25T05:00:42.637Z | Compiling futures-macro v0.3.31 |
1296 | 2025-03-25T05:00:42.734Z | Compiling thiserror-impl v1.0.69 |
1297 | 2025-03-25T05:00:42.842Z | Compiling cipher v0.4.4 |
1298 | 2025-03-25T05:00:42.880Z | Compiling sha2 v0.10.8 |
1299 | 2025-03-25T05:00:42.901Z | Compiling yoke v0.7.4 |
1300 | 2025-03-25T05:00:42.988Z | Compiling der_derive v0.7.3 |
1301 | 2025-03-25T05:00:43.276Z | Compiling icu_provider_macros v1.5.0 |
1302 | 2025-03-25T05:00:43.352Z | Compiling salsa20 v0.10.2 |
1303 | 2025-03-25T05:00:43.581Z | Compiling pbkdf2 v0.12.2 |
1304 | 2025-03-25T05:00:43.765Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2025-03-25T05:00:44.322Z | Compiling scrypt v0.11.0 |
1306 | 2025-03-25T05:00:44.429Z | Compiling futures-util v0.3.31 |
1307 | 2025-03-25T05:00:44.570Z | Compiling cbc v0.1.2 |
1308 | 2025-03-25T05:00:44.604Z | Compiling zerovec v0.10.4 |
1309 | 2025-03-25T05:00:44.833Z | Compiling aes v0.8.4 |
1310 | 2025-03-25T05:00:44.847Z | Compiling openssl-sys v0.9.106 |
1311 | 2025-03-25T05:00:45.238Z | Compiling der v0.7.9 |
1312 | 2025-03-25T05:00:45.619Z | Compiling thiserror v1.0.69 |
1313 | 2025-03-25T05:00:45.774Z | Compiling pest v2.7.14 |
1314 | 2025-03-25T05:00:45.892Z | Compiling tracing-attributes v0.1.27 |
1315 | 2025-03-25T05:00:46.482Z | Compiling tinystr v0.7.6 |
1316 | 2025-03-25T05:00:46.554Z | Compiling icu_collections v1.5.0 |
1317 | 2025-03-25T05:00:46.852Z | Compiling icu_locid v1.5.0 |
1318 | 2025-03-25T05:00:47.475Z | Compiling spki v0.7.3 |
1319 | 2025-03-25T05:00:47.825Z | Compiling time-core v0.1.2 |
1320 | 2025-03-25T05:00:47.846Z | Compiling untrusted v0.7.1 |
1321 | 2025-03-25T05:00:48.015Z | Compiling icu_provider v1.5.0 |
1322 | 2025-03-25T05:00:48.046Z | Compiling percent-encoding v2.3.1 |
1323 | 2025-03-25T05:00:48.046Z | Compiling num-conv v0.1.0 |
1324 | 2025-03-25T05:00:48.353Z | Compiling powerfmt v0.2.0 |
1325 | 2025-03-25T05:00:48.379Z | Compiling icu_properties_data v1.5.0 |
1326 | 2025-03-25T05:00:48.666Z | Compiling untrusted v0.9.0 |
1327 | 2025-03-25T05:00:48.739Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2025-03-25T05:00:48.780Z | Compiling iana-time-zone v0.1.61 |
1329 | 2025-03-25T05:00:48.843Z | Compiling deranged v0.3.11 |
1330 | 2025-03-25T05:00:48.976Z | Compiling time-macros v0.2.18 |
1331 | 2025-03-25T05:00:49.066Z | Compiling tracing v0.1.40 |
1332 | 2025-03-25T05:00:49.115Z | Compiling pest_meta v2.7.14 |
1333 | 2025-03-25T05:00:49.522Z | Compiling pkcs5 v0.7.1 |
1334 | 2025-03-25T05:00:49.997Z | Compiling scroll_derive v0.12.0 |
1335 | 2025-03-25T05:00:50.274Z | Compiling icu_properties v1.5.1 |
1336 | 2025-03-25T05:00:51.062Z | Compiling bitflags v2.6.0 |
1337 | 2025-03-25T05:00:51.246Z | Compiling bytes v1.10.1 |
1338 | 2025-03-25T05:00:51.712Z | Compiling semver v1.0.25 |
1339 | 2025-03-25T05:00:51.821Z | Compiling indexmap v2.7.1 |
1340 | 2025-03-25T05:00:52.407Z | Compiling tokio v1.43.0 |
1341 | 2025-03-25T05:00:52.644Z | Compiling http v1.2.0 |
1342 | 2025-03-25T05:00:53.103Z | Compiling rustc_version v0.4.1 |
1343 | 2025-03-25T05:00:53.329Z | Compiling uuid v1.15.1 |
1344 | 2025-03-25T05:00:53.368Z | Compiling chrono v0.4.40 |
1345 | 2025-03-25T05:00:53.709Z | Compiling zerocopy v0.8.10 |
1346 | 2025-03-25T05:00:54.010Z | Compiling utf16_iter v1.0.5 |
1347 | 2025-03-25T05:00:54.231Z | Compiling write16 v1.0.0 |
1348 | 2025-03-25T05:00:54.368Z | Compiling utf8_iter v1.0.4 |
1349 | 2025-03-25T05:00:54.481Z | Compiling icu_normalizer_data v1.5.0 |
1350 | 2025-03-25T05:00:54.605Z | Compiling num_threads v0.1.7 |
1351 | 2025-03-25T05:00:54.654Z | Compiling atomic-waker v1.1.2 |
1352 | 2025-03-25T05:00:54.674Z | Compiling icu_normalizer v1.5.0 |
1353 | 2025-03-25T05:00:54.735Z | Compiling time v0.3.36 |
1354 | 2025-03-25T05:00:54.833Z | Compiling http-body v1.0.1 |
1355 | 2025-03-25T05:00:54.854Z | Compiling scroll v0.12.0 |
1356 | 2025-03-25T05:00:54.871Z | Compiling pest_generator v2.7.14 |
1357 | 2025-03-25T05:00:55.078Z | Compiling which v4.4.2 |
1358 | 2025-03-25T05:00:55.366Z | Compiling pkcs8 v0.10.2 |
1359 | 2025-03-25T05:00:56.077Z | Compiling zerocopy-derive v0.8.10 |
1360 | 2025-03-25T05:00:56.409Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2025-03-25T05:00:56.520Z | Compiling schemars v0.8.22 |
1362 | 2025-03-25T05:00:56.673Z | Compiling slog v2.7.0 |
1363 | 2025-03-25T05:00:56.696Z | Compiling tinyvec_macros v0.1.1 |
1364 | 2025-03-25T05:00:56.799Z | Compiling try-lock v0.2.5 |
1365 | 2025-03-25T05:00:56.873Z | Compiling goblin v0.8.2 |
1366 | 2025-03-25T05:00:56.968Z | Compiling want v0.3.1 |
1367 | 2025-03-25T05:00:57.284Z | Compiling tinyvec v1.8.0 |
1368 | 2025-03-25T05:00:57.311Z | Compiling pest_derive v2.7.14 |
1369 | 2025-03-25T05:00:58.130Z | Compiling idna_adapter v1.2.0 |
1370 | 2025-03-25T05:00:58.345Z | Compiling form_urlencoded v1.2.1 |
1371 | 2025-03-25T05:00:58.547Z | Compiling schemars_derive v0.8.22 |
1372 | 2025-03-25T05:00:58.639Z | Compiling openssl v0.10.71 |
1373 | 2025-03-25T05:00:58.778Z | Compiling dyn-clone v1.0.19 |
1374 | 2025-03-25T05:00:58.975Z | Compiling rustversion v1.0.17 |
1375 | 2025-03-25T05:00:59.072Z | Compiling adler2 v2.0.0 |
1376 | 2025-03-25T05:00:59.185Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2025-03-25T05:00:59.287Z | Compiling tower-service v0.3.3 |
1378 | 2025-03-25T05:00:59.310Z | Compiling httpdate v1.0.3 |
1379 | 2025-03-25T05:00:59.424Z | Compiling foreign-types v0.3.2 |
1380 | 2025-03-25T05:00:59.550Z | Compiling miniz_oxide v0.8.5 |
1381 | 2025-03-25T05:00:59.766Z | Compiling idna v1.0.3 |
1382 | 2025-03-25T05:00:59.786Z | Compiling dtrace-parser v0.2.0 |
1383 | 2025-03-25T05:01:00.983Z | Compiling tokio-util v0.7.13 |
1384 | 2025-03-25T05:01:01.642Z | Compiling rand_core v0.9.2 |
1385 | 2025-03-25T05:01:01.768Z | Compiling serde_tokenstream v0.2.2 |
1386 | 2025-03-25T05:01:01.979Z | Compiling h2 v0.4.6 |
1387 | 2025-03-25T05:01:02.045Z | Compiling serde_spanned v0.6.8 |
1388 | 2025-03-25T05:01:02.166Z | Compiling toml_datetime v0.6.8 |
1389 | 2025-03-25T05:01:02.342Z | Compiling openssl-macros v0.1.1 |
1390 | 2025-03-25T05:01:02.636Z | Compiling dof v0.3.0 |
1391 | 2025-03-25T05:01:03.102Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1392 | 2025-03-25T05:01:03.548Z | Compiling siphasher v0.3.11 |
1393 | 2025-03-25T05:01:03.591Z | Compiling native-tls v0.2.12 |
1394 | 2025-03-25T05:01:03.924Z | Compiling rustls v0.23.19 |
1395 | 2025-03-25T05:01:03.946Z | Compiling base64 v0.22.1 |
1396 | 2025-03-25T05:01:04.233Z | Compiling syn v1.0.109 |
1397 | 2025-03-25T05:01:04.656Z | Compiling usdt-impl v0.5.0 |
1398 | 2025-03-25T05:01:04.892Z | Compiling rand_chacha v0.9.0 |
1399 | 2025-03-25T05:01:05.845Z | Compiling unicode-normalization v0.1.24 |
1400 | 2025-03-25T05:01:05.890Z | Compiling heapless v0.7.17 |
1401 | 2025-03-25T05:01:06.038Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-03-25T05:01:06.276Z | Compiling rand_chacha v0.3.1 |
1403 | 2025-03-25T05:01:06.325Z | Compiling signature v2.2.0 |
1404 | 2025-03-25T05:01:06.606Z | Compiling dirs-sys-next v0.1.2 |
1405 | 2025-03-25T05:01:06.719Z | Compiling cookie v0.18.1 |
1406 | 2025-03-25T05:01:06.875Z | Compiling crc32fast v1.4.2 |
1407 | 2025-03-25T05:01:06.896Z | Compiling rayon-core v1.12.1 |
1408 | 2025-03-25T05:01:07.053Z | Compiling signal-hook v0.3.17 |
1409 | 2025-03-25T05:01:07.098Z | Compiling unicode-bidi v0.3.17 |
1410 | 2025-03-25T05:01:07.187Z | Compiling rustls v0.22.4 |
1411 | 2025-03-25T05:01:07.208Z | Compiling unicode-properties v0.1.3 |
1412 | 2025-03-25T05:01:07.330Z | Compiling openssl-probe v0.1.5 |
1413 | 2025-03-25T05:01:07.629Z | Compiling dirs-next v2.0.0 |
1414 | 2025-03-25T05:01:07.661Z | Compiling rand v0.8.5 |
1415 | 2025-03-25T05:01:07.682Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-03-25T05:01:07.821Z | Compiling stringprep v0.1.5 |
1417 | 2025-03-25T05:01:08.275Z | Compiling rand v0.9.0 |
1418 | 2025-03-25T05:01:08.521Z | Compiling url v2.5.3 |
1419 | 2025-03-25T05:01:08.922Z | Compiling hyper v1.6.0 |
1420 | 2025-03-25T05:01:09.692Z | Compiling http-body-util v0.1.2 |
1421 | 2025-03-25T05:01:10.011Z | Compiling curve25519-dalek v4.1.3 |
1422 | 2025-03-25T05:01:10.196Z | Compiling md-5 v0.10.6 |
1423 | 2025-03-25T05:01:10.474Z | Compiling async-trait v0.1.87 |
1424 | 2025-03-25T05:01:10.699Z | Compiling num-integer v0.1.46 |
1425 | 2025-03-25T05:01:10.847Z | Compiling hash32 v0.2.1 |
1426 | 2025-03-25T05:01:11.203Z | Compiling thread_local v1.1.8 |
1427 | 2025-03-25T05:01:11.451Z | Compiling hyper-util v0.1.10 |
1428 | 2025-03-25T05:01:11.641Z | Compiling ff v0.13.0 |
1429 | 2025-03-25T05:01:11.667Z | Compiling encoding_rs v0.8.34 |
1430 | 2025-03-25T05:01:11.879Z | Compiling multer v3.1.0 |
1431 | 2025-03-25T05:01:12.207Z | Compiling memoffset v0.9.1 |
1432 | 2025-03-25T05:01:12.220Z | Compiling base16ct v0.2.0 |
1433 | 2025-03-25T05:01:12.469Z | Compiling mime v0.3.17 |
1434 | 2025-03-25T05:01:12.520Z | Compiling smoltcp v0.9.1 |
1435 | 2025-03-25T05:01:12.540Z | Compiling gimli v0.31.1 |
1436 | 2025-03-25T05:01:12.845Z | Compiling match_cfg v0.1.0 |
1437 | 2025-03-25T05:01:12.942Z | Compiling newtype-uuid v1.2.1 |
1438 | 2025-03-25T05:01:12.963Z | Compiling cfg_aliases v0.2.1 |
1439 | 2025-03-25T05:01:13.070Z | Compiling psl-types v2.0.11 |
1440 | 2025-03-25T05:01:13.170Z | Compiling litrs v0.4.1 |
1441 | 2025-03-25T05:01:13.238Z | Compiling slog-async v2.8.0 |
1442 | 2025-03-25T05:01:13.268Z | Compiling num-bigint-dig v0.8.4 |
1443 | 2025-03-25T05:01:13.580Z | Compiling fallible-iterator v0.2.0 |
1444 | 2025-03-25T05:01:13.717Z | Compiling portable-atomic v1.9.0 |
1445 | 2025-03-25T05:01:14.212Z | Compiling postgres-protocol v0.6.8 |
1446 | 2025-03-25T05:01:14.268Z | Compiling document-features v0.2.10 |
1447 | 2025-03-25T05:01:14.369Z | Compiling publicsuffix v2.3.0 |
1448 | 2025-03-25T05:01:14.745Z | Compiling nix v0.29.0 |
1449 | 2025-03-25T05:01:14.765Z | Compiling toml_edit v0.22.24 |
1450 | 2025-03-25T05:01:15.402Z | Compiling hostname v0.3.1 |
1451 | 2025-03-25T05:01:15.587Z | Compiling sec1 v0.7.3 |
1452 | 2025-03-25T05:01:15.608Z | Compiling group v0.13.0 |
1453 | 2025-03-25T05:01:15.641Z | Compiling num-iter v0.1.45 |
1454 | 2025-03-25T05:01:15.956Z | Compiling tokio-native-tls v0.3.1 |
1455 | 2025-03-25T05:01:15.977Z | Compiling bzip2 v0.4.4 |
1456 | 2025-03-25T05:01:16.244Z | Compiling term v0.7.0 |
1457 | 2025-03-25T05:01:16.682Z | Compiling addr2line v0.24.2 |
1458 | 2025-03-25T05:01:17.301Z | Compiling flate2 v1.1.0 |
1459 | 2025-03-25T05:01:17.351Z | Compiling usdt-macro v0.5.0 |
1460 | 2025-03-25T05:01:17.468Z | Compiling usdt-attr-macro v0.5.0 |
1461 | 2025-03-25T05:01:17.570Z | Compiling phf_shared v0.11.2 |
1462 | 2025-03-25T05:01:17.943Z | Compiling ipnetwork v0.21.1 |
1463 | 2025-03-25T05:01:18.061Z | Compiling slog-json v2.6.1 |
1464 | 2025-03-25T05:01:18.163Z | Compiling serde_urlencoded v0.7.1 |
1465 | 2025-03-25T05:01:18.436Z | Compiling terminal_size v0.4.0 |
1466 | 2025-03-25T05:01:18.637Z | Compiling crossbeam-channel v0.5.13 |
1467 | 2025-03-25T05:01:18.675Z | Compiling futures-executor v0.3.31 |
1468 | 2025-03-25T05:01:18.693Z | Compiling hkdf v0.12.4 |
1469 | 2025-03-25T05:01:18.736Z | Compiling crypto-bigint v0.5.5 |
1470 | 2025-03-25T05:01:18.962Z | Compiling curve25519-dalek-derive v0.1.1 |
1471 | 2025-03-25T05:01:18.984Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2025-03-25T05:01:19.138Z | Compiling async-stream-impl v0.3.6 |
1473 | 2025-03-25T05:01:19.653Z | Compiling webpki-roots v0.26.6 |
1474 | 2025-03-25T05:01:19.886Z | Compiling rustls-pemfile v2.2.0 |
1475 | 2025-03-25T05:01:20.051Z | Compiling hubpack_derive v0.1.1 |
1476 | 2025-03-25T05:01:20.210Z | Compiling sync_wrapper v1.0.1 |
1477 | 2025-03-25T05:01:20.376Z | Compiling is-terminal v0.4.13 |
1478 | 2025-03-25T05:01:20.387Z | Compiling ahash v0.8.11 |
1479 | 2025-03-25T05:01:20.409Z | Compiling fs-err v2.11.0 |
1480 | 2025-03-25T05:01:20.510Z | Compiling dropshot v0.12.0 |
1481 | 2025-03-25T05:01:20.716Z | Compiling object v0.36.5 |
1482 | 2025-03-25T05:01:20.747Z | Compiling take_mut v0.2.2 |
1483 | 2025-03-25T05:01:20.818Z | Compiling zip v2.1.3 |
1484 | 2025-03-25T05:01:20.900Z | Compiling managed v0.8.0 |
1485 | 2025-03-25T05:01:20.921Z | Compiling winnow v0.5.40 |
1486 | 2025-03-25T05:01:20.933Z | Compiling rustc-demangle v0.1.24 |
1487 | 2025-03-25T05:01:21.131Z | Compiling lockfree-object-pool v0.1.6 |
1488 | 2025-03-25T05:01:21.330Z | Compiling simd-adler32 v0.3.7 |
1489 | 2025-03-25T05:01:21.389Z | Compiling bumpalo v3.16.0 |
1490 | 2025-03-25T05:01:21.761Z | Compiling ipnet v2.11.0 |
1491 | 2025-03-25T05:01:21.800Z | Compiling tower-layer v0.3.3 |
1492 | 2025-03-25T05:01:21.836Z | Compiling unicode-width v0.2.0 |
1493 | 2025-03-25T05:01:21.863Z | Compiling anyhow v1.0.97 |
1494 | 2025-03-25T05:01:22.219Z | Compiling buf-list v1.0.3 |
1495 | 2025-03-25T05:01:22.391Z | Compiling console v0.15.10 |
1496 | 2025-03-25T05:01:26.783Z | Compiling tower v0.5.2 |
1497 | 2025-03-25T05:01:26.833Z | Compiling zopfli v0.8.1 |
1498 | 2025-03-25T05:01:26.833Z | Compiling elliptic-curve v0.13.8 |
1499 | 2025-03-25T05:01:26.834Z | Compiling hubpack v0.1.2 |
1500 | 2025-03-25T05:01:26.834Z | Compiling clap_builder v4.5.32 |
1501 | 2025-03-25T05:01:26.834Z | Compiling toml_edit v0.19.15 |
1502 | 2025-03-25T05:01:26.834Z | Compiling strum_macros v0.25.3 |
1503 | 2025-03-25T05:01:26.834Z | Compiling zerocopy v0.6.6 |
1504 | 2025-03-25T05:01:26.834Z | Compiling slog-term v2.9.1 |
1505 | 2025-03-25T05:01:26.834Z | Compiling async-stream v0.3.6 |
1506 | 2025-03-25T05:01:26.834Z | Compiling usdt v0.5.0 |
1507 | 2025-03-25T05:01:26.834Z | Compiling futures v0.3.31 |
1508 | 2025-03-25T05:01:26.834Z | Compiling slog-bunyan v2.5.0 |
1509 | 2025-03-25T05:01:26.834Z | Compiling oxnet v0.1.1 |
1510 | 2025-03-25T05:01:26.834Z | Compiling toml v0.8.20 |
1511 | 2025-03-25T05:01:27.228Z | Compiling backtrace v0.3.74 |
1512 | 2025-03-25T05:01:27.647Z | Compiling phf v0.11.2 |
1513 | 2025-03-25T05:01:27.851Z | Compiling signal-hook-mio v0.2.4 |
1514 | 2025-03-25T05:01:27.939Z | Compiling rayon v1.10.0 |
1515 | 2025-03-25T05:01:28.032Z | Compiling cookie_store v0.21.1 |
1516 | 2025-03-25T05:01:28.080Z | Compiling hyper-tls v0.6.0 |
1517 | 2025-03-25T05:01:30.289Z | Compiling camino v1.1.9 |
1518 | 2025-03-25T05:01:30.362Z | Compiling postgres-types v0.2.9 |
1519 | 2025-03-25T05:01:31.446Z | Compiling ed25519 v2.2.3 |
1520 | 2025-03-25T05:01:31.468Z | Compiling phf_shared v0.10.0 |
1521 | 2025-03-25T05:01:31.598Z | Compiling dropshot_endpoint v0.12.0 |
1522 | 2025-03-25T05:01:31.852Z | Compiling pkcs1 v0.7.5 |
1523 | 2025-03-25T05:01:32.118Z | Compiling waitgroup v0.1.2 |
1524 | 2025-03-25T05:01:32.138Z | Compiling clap_derive v4.5.32 |
1525 | 2025-03-25T05:01:32.347Z | Compiling enum-as-inner v0.6.1 |
1526 | 2025-03-25T05:01:32.727Z | Compiling openapiv3 v2.0.0 |
1527 | 2025-03-25T05:01:33.227Z | Compiling serde_path_to_error v0.1.16 |
1528 | 2025-03-25T05:01:33.331Z | Compiling serde-big-array v0.5.1 |
1529 | 2025-03-25T05:01:33.412Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-03-25T05:01:33.579Z | Compiling sha1 v0.10.6 |
1531 | 2025-03-25T05:01:33.616Z | Compiling serde_repr v0.1.19 |
1532 | 2025-03-25T05:01:33.968Z | Compiling daft-derive v0.1.2 |
1533 | 2025-03-25T05:01:34.003Z | Compiling bstr v1.10.0 |
1534 | 2025-03-25T05:01:34.747Z | Compiling float-cmp v0.10.0 |
1535 | 2025-03-25T05:01:35.000Z | Compiling hostname v0.4.0 |
1536 | 2025-03-25T05:01:35.225Z | Compiling difflib v0.4.0 |
1537 | 2025-03-25T05:01:35.536Z | Compiling static_assertions v1.1.0 |
1538 | 2025-03-25T05:01:35.597Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-03-25T05:01:35.624Z | Compiling whoami v1.5.2 |
1540 | 2025-03-25T05:01:35.653Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2025-03-25T05:01:35.743Z | Compiling debug-ignore v1.0.5 |
1542 | 2025-03-25T05:01:35.764Z | Compiling precomputed-hash v0.1.1 |
1543 | 2025-03-25T05:01:35.899Z | Compiling unicode-segmentation v1.12.0 |
1544 | 2025-03-25T05:01:35.921Z | Compiling fixedbitset v0.4.2 |
1545 | 2025-03-25T05:01:36.145Z | Compiling predicates-core v1.0.8 |
1546 | 2025-03-25T05:01:36.319Z | Compiling number_prefix v0.4.0 |
1547 | 2025-03-25T05:01:36.464Z | Compiling data-encoding v2.6.0 |
1548 | 2025-03-25T05:01:36.468Z | Compiling predicates v3.1.3 |
1549 | 2025-03-25T05:01:36.518Z | Compiling clap v4.5.32 |
1550 | 2025-03-25T05:01:36.542Z | Compiling indicatif v0.17.11 |
1551 | 2025-03-25T05:01:36.625Z | Compiling similar v2.7.0 |
1552 | 2025-03-25T05:01:36.647Z | Compiling petgraph v0.6.5 |
1553 | 2025-03-25T05:01:36.728Z | Compiling tokio-postgres v0.7.13 |
1554 | 2025-03-25T05:01:37.981Z | Compiling hickory-proto v0.24.4 |
1555 | 2025-03-25T05:01:38.323Z | Compiling string_cache v0.8.7 |
1556 | 2025-03-25T05:01:38.472Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1557 | 2025-03-25T05:01:38.649Z | Compiling daft v0.1.2 |
1558 | 2025-03-25T05:01:38.724Z | Compiling ecdsa v0.16.9 |
1559 | 2025-03-25T05:01:39.119Z | Compiling rsa v0.9.6 |
1560 | 2025-03-25T05:01:39.571Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2025-03-25T05:01:41.620Z | Compiling crossterm v0.28.1 |
1562 | 2025-03-25T05:01:42.171Z | Compiling toml v0.7.8 |
1563 | 2025-03-25T05:01:43.519Z | Compiling zip v0.6.6 |
1564 | 2025-03-25T05:01:43.663Z | Compiling tokio-stream v0.1.17 |
1565 | 2025-03-25T05:01:44.518Z | Compiling hex v0.4.3 |
1566 | 2025-03-25T05:01:44.629Z | Compiling x509-cert v0.2.5 |
1567 | 2025-03-25T05:01:44.662Z | Compiling itertools v0.10.5 |
1568 | 2025-03-25T05:01:44.772Z | Compiling unicode-xid v0.2.6 |
1569 | 2025-03-25T05:01:44.795Z | Compiling peg-runtime v0.8.5 |
1570 | 2025-03-25T05:01:44.963Z | Compiling lalrpop-util v0.19.12 |
1571 | 2025-03-25T05:01:45.083Z | Compiling strum_macros v0.26.4 |
1572 | 2025-03-25T05:01:45.338Z | Compiling xattr v1.3.1 |
1573 | 2025-03-25T05:01:45.343Z | Compiling filetime v0.2.25 |
1574 | 2025-03-25T05:01:45.618Z | Compiling tar v0.4.44 |
1575 | 2025-03-25T05:01:49.493Z | Compiling strum v0.26.3 |
1576 | 2025-03-25T05:01:52.744Z | Compiling aws-lc-sys v0.26.0 |
1577 | 2025-03-25T05:02:22.228Z | Compiling rustls-webpki v0.102.8 |
1578 | 2025-03-25T05:02:25.385Z | Compiling tokio-rustls v0.25.0 |
1579 | 2025-03-25T05:02:26.981Z | Compiling tokio-rustls v0.26.0 |
1580 | 2025-03-25T05:02:27.229Z | Compiling hyper-rustls v0.27.3 |
1581 | 2025-03-25T05:02:27.574Z | Compiling reqwest v0.12.12 |
1582 | 2025-03-25T05:02:31.186Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2025-03-25T05:02:31.453Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2025-03-25T05:02:35.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1585 | 2025-03-25T05:02:35.994Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2025-03-25T05:02:36.045Z | Mar 25 05:02:35.033 INFO Starting download, target: Clickhouse |
1587 | 2025-03-25T05:02:36.045Z | Mar 25 05:02:35.033 INFO Starting download, target: Console |
1588 | 2025-03-25T05:02:36.045Z | Mar 25 05:02:35.033 INFO Starting download, target: Cockroach |
1589 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.033 INFO Starting download, target: DendriteOpenapi |
1590 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.033 INFO Starting download, target: DendriteStub |
1591 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.033 INFO Starting download, target: MaghemiteMgd |
1592 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.033 INFO Starting download, target: TransceiverControl |
1593 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.034 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1594 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.034 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1595 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.034 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1596 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.034 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1598 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2025-03-25T05:02:36.049Z | Mar 25 05:02:35.035 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1600 | 2025-03-25T05:02:36.222Z | Mar 25 05:02:35.209 INFO Download complete, target: DendriteOpenapi |
1601 | 2025-03-25T05:02:36.376Z | Mar 25 05:02:35.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2025-03-25T05:02:36.691Z | Mar 25 05:02:35.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2025-03-25T05:02:36.794Z | Mar 25 05:02:35.766 INFO Download complete, target: TransceiverControl |
1604 | 2025-03-25T05:02:36.879Z | Mar 25 05:02:35.867 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2025-03-25T05:02:36.942Z | Mar 25 05:02:35.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1606 | 2025-03-25T05:02:37.083Z | Mar 25 05:02:36.070 INFO Download complete, target: Console |
1607 | 2025-03-25T05:02:37.644Z | Mar 25 05:02:36.632 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2025-03-25T05:02:37.644Z | Mar 25 05:02:36.632 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2025-03-25T05:02:38.001Z | Mar 25 05:02:36.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2025-03-25T05:02:39.283Z | Mar 25 05:02:38.271 INFO Download complete, target: DendriteStub |
1611 | 2025-03-25T05:02:39.512Z | Mar 25 05:02:38.500 INFO Download complete, target: MaghemiteMgd |
1612 | 2025-03-25T05:02:44.073Z | Mar 25 05:02:43.060 INFO Checking that binary works, target: Cockroach |
1613 | 2025-03-25T05:02:44.351Z | Mar 25 05:02:43.337 INFO Download complete, target: Cockroach |
1614 | 2025-03-25T05:02:48.659Z | Mar 25 05:02:47.645 INFO Checking that binary works, target: Clickhouse |
1615 | 2025-03-25T05:02:48.765Z | Mar 25 05:02:47.751 INFO Download complete, target: Clickhouse |
1616 | 2025-03-25T05:02:48.773Z | All prerequisites installed successfully |
1617 | 2025-03-25T05:02:48.777Z | |
1618 | 2025-03-25T05:02:48.777Z | real 4:52.436600642 |
1619 | 2025-03-25T05:02:48.777Z | user 15:25.470316889 |
1620 | 2025-03-25T05:02:48.777Z | sys 2:07.543188914 |
1621 | 2025-03-25T05:02:48.777Z | trap 0.555729000 |
1622 | 2025-03-25T05:02:48.777Z | tflt 0.993204855 |
1623 | 2025-03-25T05:02:48.777Z | dflt 1.229722390 |
1624 | 2025-03-25T05:02:48.777Z | kflt 0.030220980 |
1625 | 2025-03-25T05:02:48.777Z | lock 23:37.103798767 |
1626 | 2025-03-25T05:02:48.777Z | slp 55:04.564372361 |
1627 | 2025-03-25T05:02:48.777Z | lat 1:02.996681646 |
1628 | 2025-03-25T05:02:48.777Z | stop 2:30.173051304 |
1629 | 2025-03-25T05:02:48.777Z | + ptime -m cargo xtask download softnpu |
1630 | 2025-03-25T05:02:49.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1631 | 2025-03-25T05:02:49.364Z | Running `target/debug/xtask download softnpu` |
1632 | 2025-03-25T05:02:50.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1633 | 2025-03-25T05:02:50.276Z | Running `target/debug/xtask-downloader softnpu` |
1634 | 2025-03-25T05:02:50.314Z | Mar 25 05:02:49.299 INFO Starting download, target: Softnpu |
1635 | 2025-03-25T05:02:50.317Z | Mar 25 05:02:49.300 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1636 | 2025-03-25T05:02:51.084Z | Mar 25 05:02:50.069 INFO Download complete, target: Softnpu |
1637 | 2025-03-25T05:02:51.088Z | |
1638 | 2025-03-25T05:02:51.091Z | real 2.307014674 |
1639 | 2025-03-25T05:02:51.092Z | user 1.329627158 |
1640 | 2025-03-25T05:02:51.092Z | sys 0.545001429 |
1641 | 2025-03-25T05:02:51.092Z | trap 0.000889274 |
1642 | 2025-03-25T05:02:51.092Z | tflt 0.000015115 |
1643 | 2025-03-25T05:02:51.092Z | dflt 0.000168552 |
1644 | 2025-03-25T05:02:51.092Z | kflt 0.000000000 |
1645 | 2025-03-25T05:02:51.092Z | lock 8.299189163 |
1646 | 2025-03-25T05:02:51.092Z | slp 0.630935479 |
1647 | 2025-03-25T05:02:51.092Z | lat 0.069250102 |
1648 | 2025-03-25T05:02:51.092Z | stop 0.000161332 |
1649 | 2025-03-25T05:02:51.092Z | + export CARGO_INCREMENTAL=0 |
1650 | 2025-03-25T05:02:51.092Z | + CARGO_INCREMENTAL=0 |
1651 | 2025-03-25T05:02:51.092Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1652 | 2025-03-25T05:02:52.087Z | Compiling proc-macro2 v1.0.94 |
1653 | 2025-03-25T05:02:52.087Z | Compiling unicode-ident v1.0.14 |
1654 | 2025-03-25T05:02:52.091Z | Compiling libc v0.2.170 |
1655 | 2025-03-25T05:02:52.091Z | Compiling serde v1.0.218 |
1656 | 2025-03-25T05:02:52.091Z | Compiling autocfg v1.4.0 |
1657 | 2025-03-25T05:02:52.091Z | Compiling cfg-if v1.0.0 |
1658 | 2025-03-25T05:02:52.091Z | Compiling version_check v0.9.5 |
1659 | 2025-03-25T05:02:52.328Z | Compiling memchr v2.7.4 |
1660 | 2025-03-25T05:02:52.373Z | Compiling shlex v1.3.0 |
1661 | 2025-03-25T05:02:52.441Z | Compiling typenum v1.17.0 |
1662 | 2025-03-25T05:02:52.734Z | Compiling value-bag v1.9.0 |
1663 | 2025-03-25T05:02:52.790Z | Compiling serde_json v1.0.139 |
1664 | 2025-03-25T05:02:52.844Z | Compiling generic-array v0.14.7 |
1665 | 2025-03-25T05:02:53.149Z | Compiling lock_api v0.4.12 |
1666 | 2025-03-25T05:02:53.152Z | Compiling log v0.4.22 |
1667 | 2025-03-25T05:02:53.286Z | Compiling scopeguard v1.2.0 |
1668 | 2025-03-25T05:02:53.460Z | Compiling parking_lot_core v0.9.10 |
1669 | 2025-03-25T05:02:53.597Z | Compiling libm v0.2.8 |
1670 | 2025-03-25T05:02:53.837Z | Compiling quote v1.0.39 |
1671 | 2025-03-25T05:02:53.905Z | Compiling num-traits v0.2.19 |
1672 | 2025-03-25T05:02:53.954Z | Compiling rustix v0.38.37 |
1673 | 2025-03-25T05:02:54.064Z | Compiling jobserver v0.1.32 |
1674 | 2025-03-25T05:02:54.187Z | Compiling semver v1.0.25 |
1675 | 2025-03-25T05:02:54.239Z | Compiling syn v2.0.98 |
1676 | 2025-03-25T05:02:54.312Z | Compiling getrandom v0.2.15 |
1677 | 2025-03-25T05:02:54.426Z | Compiling aho-corasick v1.1.3 |
1678 | 2025-03-25T05:02:54.594Z | Compiling cc v1.2.15 |
1679 | 2025-03-25T05:02:54.650Z | Compiling regex-syntax v0.8.5 |
1680 | 2025-03-25T05:02:54.669Z | Compiling getrandom v0.3.1 |
1681 | 2025-03-25T05:02:54.673Z | Compiling either v1.14.0 |
1682 | 2025-03-25T05:02:55.068Z | Compiling itoa v1.0.11 |
1683 | 2025-03-25T05:02:55.086Z | Compiling once_cell v1.20.3 |
1684 | 2025-03-25T05:02:55.091Z | Compiling thiserror v1.0.69 |
1685 | 2025-03-25T05:02:55.569Z | Compiling spin v0.9.8 |
1686 | 2025-03-25T05:02:55.761Z | Compiling errno v0.3.9 |
1687 | 2025-03-25T05:02:55.808Z | Compiling slab v0.4.9 |
1688 | 2025-03-25T05:02:55.991Z | Compiling rand_core v0.6.4 |
1689 | 2025-03-25T05:02:56.304Z | Compiling glob v0.3.2 |
1690 | 2025-03-25T05:02:56.470Z | Compiling prettyplease v0.2.30 |
1691 | 2025-03-25T05:02:56.874Z | Compiling lazy_static v1.5.0 |
1692 | 2025-03-25T05:02:56.897Z | Compiling smallvec v1.14.0 |
1693 | 2025-03-25T05:02:57.003Z | Compiling clang-sys v1.8.1 |
1694 | 2025-03-25T05:02:57.025Z | Compiling minimal-lexical v0.2.1 |
1695 | 2025-03-25T05:02:57.389Z | Compiling libloading v0.8.5 |
1696 | 2025-03-25T05:02:57.485Z | Compiling nom v7.1.3 |
1697 | 2025-03-25T05:02:57.564Z | Compiling equivalent v1.0.1 |
1698 | 2025-03-25T05:02:57.692Z | Compiling bindgen v0.69.5 |
1699 | 2025-03-25T05:02:57.711Z | Compiling home v0.5.9 |
1700 | 2025-03-25T05:02:57.728Z | Compiling allocator-api2 v0.2.18 |
1701 | 2025-03-25T05:02:57.732Z | Compiling pkg-config v0.3.31 |
1702 | 2025-03-25T05:02:57.881Z | Compiling foldhash v0.1.3 |
1703 | 2025-03-25T05:02:58.156Z | Compiling itertools v0.12.1 |
1704 | 2025-03-25T05:02:58.440Z | Compiling regex-automata v0.4.8 |
1705 | 2025-03-25T05:02:58.790Z | Compiling hashbrown v0.15.1 |
1706 | 2025-03-25T05:02:59.389Z | Compiling subtle v2.6.1 |
1707 | 2025-03-25T05:02:59.728Z | Compiling rustc-hash v1.1.0 |
1708 | 2025-03-25T05:02:59.901Z | Compiling lazycell v1.3.0 |
1709 | 2025-03-25T05:03:00.001Z | Compiling cmake v0.1.51 |
1710 | 2025-03-25T05:03:00.019Z | Compiling dunce v1.0.5 |
1711 | 2025-03-25T05:03:00.077Z | Compiling ryu v1.0.18 |
1712 | 2025-03-25T05:03:00.381Z | Compiling fs_extra v1.3.0 |
1713 | 2025-03-25T05:03:00.462Z | Compiling cexpr v0.6.0 |
1714 | 2025-03-25T05:03:00.697Z | Compiling paste v1.0.15 |
1715 | 2025-03-25T05:03:00.904Z | Compiling schemars v0.8.22 |
1716 | 2025-03-25T05:03:01.180Z | Compiling synstructure v0.13.1 |
1717 | 2025-03-25T05:03:01.378Z | Compiling serde_derive_internals v0.29.1 |
1718 | 2025-03-25T05:03:01.949Z | Compiling pin-project-lite v0.2.14 |
1719 | 2025-03-25T05:03:02.150Z | Compiling ring v0.17.11 |
1720 | 2025-03-25T05:03:03.065Z | Compiling byteorder v1.5.0 |
1721 | 2025-03-25T05:03:03.289Z | Compiling regex v1.11.1 |
1722 | 2025-03-25T05:03:03.376Z | Compiling aws-lc-rs v1.12.4 |
1723 | 2025-03-25T05:03:03.938Z | Compiling signal-hook-registry v1.4.2 |
1724 | 2025-03-25T05:03:04.081Z | Compiling fnv v1.0.7 |
1725 | 2025-03-25T05:03:04.194Z | Compiling const-oid v0.9.6 |
1726 | 2025-03-25T05:03:04.235Z | Compiling parking_lot v0.12.3 |
1727 | 2025-03-25T05:03:04.379Z | Compiling mio v1.0.2 |
1728 | 2025-03-25T05:03:05.138Z | Compiling serde_derive v1.0.218 |
1729 | 2025-03-25T05:03:05.361Z | Compiling zeroize_derive v1.4.2 |
1730 | 2025-03-25T05:03:05.974Z | Compiling tokio-macros v2.5.0 |
1731 | 2025-03-25T05:03:06.072Z | Compiling thiserror-impl v1.0.69 |
1732 | 2025-03-25T05:03:06.170Z | Compiling zerocopy-derive v0.7.35 |
1733 | 2025-03-25T05:03:06.228Z | Compiling zerofrom-derive v0.1.4 |
1734 | 2025-03-25T05:03:06.427Z | Compiling yoke-derive v0.7.4 |
1735 | 2025-03-25T05:03:06.633Z | Compiling zeroize v1.8.1 |
1736 | 2025-03-25T05:03:06.988Z | Compiling displaydoc v0.2.5 |
1737 | 2025-03-25T05:03:07.075Z | Compiling zerovec-derive v0.10.3 |
1738 | 2025-03-25T05:03:07.263Z | Compiling futures-macro v0.3.31 |
1739 | 2025-03-25T05:03:08.505Z | Compiling schemars_derive v0.8.22 |
1740 | 2025-03-25T05:03:08.809Z | Compiling icu_provider_macros v1.5.0 |
1741 | 2025-03-25T05:03:08.984Z | Compiling tracing-attributes v0.1.27 |
1742 | 2025-03-25T05:03:09.070Z | Compiling crypto-common v0.1.6 |
1743 | 2025-03-25T05:03:09.607Z | Compiling stable_deref_trait v1.2.0 |
1744 | 2025-03-25T05:03:09.735Z | Compiling heck v0.5.0 |
1745 | 2025-03-25T05:03:09.829Z | Compiling block-buffer v0.10.4 |
1746 | 2025-03-25T05:03:09.927Z | Compiling der_derive v0.7.3 |
1747 | 2025-03-25T05:03:10.139Z | Compiling socket2 v0.5.8 |
1748 | 2025-03-25T05:03:10.165Z | Compiling vcpkg v0.2.15 |
1749 | 2025-03-25T05:03:11.172Z | Compiling httparse v1.9.5 |
1750 | 2025-03-25T05:03:11.472Z | Compiling openssl-sys v0.9.106 |
1751 | 2025-03-25T05:03:11.833Z | Compiling digest v0.10.7 |
1752 | 2025-03-25T05:03:12.073Z | Compiling futures-core v0.3.31 |
1753 | 2025-03-25T05:03:12.106Z | Compiling time-core v0.1.2 |
1754 | 2025-03-25T05:03:12.173Z | Compiling crossbeam-utils v0.8.20 |
1755 | 2025-03-25T05:03:12.209Z | Compiling num-conv v0.1.0 |
1756 | 2025-03-25T05:03:12.427Z | Compiling zerocopy v0.8.10 |
1757 | 2025-03-25T05:03:12.476Z | Compiling time-macros v0.2.18 |
1758 | 2025-03-25T05:03:13.112Z | Compiling zerocopy v0.7.35 |
1759 | 2025-03-25T05:03:13.688Z | Compiling zerocopy-derive v0.8.10 |
1760 | 2025-03-25T05:03:14.449Z | Compiling syn v1.0.109 |
1761 | 2025-03-25T05:03:14.468Z | Compiling futures-sink v0.3.31 |
1762 | 2025-03-25T05:03:14.813Z | Compiling cpufeatures v0.2.14 |
1763 | 2025-03-25T05:03:14.886Z | Compiling iana-time-zone v0.1.61 |
1764 | 2025-03-25T05:03:15.047Z | Compiling slog v2.7.0 |
1765 | 2025-03-25T05:03:15.554Z | Compiling openssl v0.10.71 |
1766 | 2025-03-25T05:03:15.598Z | Compiling hmac v0.12.1 |
1767 | 2025-03-25T05:03:15.837Z | Compiling zerofrom v0.1.4 |
1768 | 2025-03-25T05:03:16.093Z | Compiling yoke v0.7.4 |
1769 | 2025-03-25T05:03:16.223Z | Compiling futures-channel v0.3.31 |
1770 | 2025-03-25T05:03:16.399Z | Compiling block-padding v0.3.3 |
1771 | 2025-03-25T05:03:16.479Z | Compiling openssl-macros v0.1.1 |
1772 | 2025-03-25T05:03:16.482Z | Compiling scroll_derive v0.12.0 |
1773 | 2025-03-25T05:03:16.673Z | Compiling dyn-clone v1.0.19 |
1774 | 2025-03-25T05:03:16.691Z | Compiling native-tls v0.2.12 |
1775 | 2025-03-25T05:03:16.694Z | Compiling futures-task v0.3.31 |
1776 | 2025-03-25T05:03:16.883Z | Compiling bitflags v2.6.0 |
1777 | 2025-03-25T05:03:16.982Z | Compiling bytes v1.10.1 |
1778 | 2025-03-25T05:03:17.615Z | Compiling indexmap v2.7.1 |
1779 | 2025-03-25T05:03:18.279Z | Compiling uuid v1.15.1 |
1780 | 2025-03-25T05:03:18.603Z | Compiling tokio v1.43.0 |
1781 | 2025-03-25T05:03:19.571Z | Compiling chrono v0.4.40 |
1782 | 2025-03-25T05:03:21.302Z | Compiling which v4.4.2 |
1783 | 2025-03-25T05:03:21.795Z | Compiling serde_tokenstream v0.2.2 |
1784 | 2025-03-25T05:03:22.355Z | Compiling rustc_version v0.4.1 |
1785 | 2025-03-25T05:03:22.943Z | Compiling pin-utils v0.1.0 |
1786 | 2025-03-25T05:03:23.065Z | Compiling futures-io v0.3.31 |
1787 | 2025-03-25T05:03:23.569Z | Compiling ucd-trie v0.1.7 |
1788 | 2025-03-25T05:03:23.955Z | Compiling rustls v0.23.19 |
1789 | 2025-03-25T05:03:24.049Z | Compiling pest v2.7.14 |
1790 | 2025-03-25T05:03:24.052Z | Compiling futures-util v0.3.31 |
1791 | 2025-03-25T05:03:25.904Z | Compiling http v1.2.0 |
1792 | 2025-03-25T05:03:26.957Z | Compiling inout v0.1.3 |
1793 | 2025-03-25T05:03:27.201Z | Compiling zerovec v0.10.4 |
1794 | 2025-03-25T05:03:28.513Z | Compiling strsim v0.11.1 |
1795 | 2025-03-25T05:03:29.151Z | Compiling cipher v0.4.4 |
1796 | 2025-03-25T05:03:29.622Z | Compiling pest_meta v2.7.14 |
1797 | 2025-03-25T05:03:30.145Z | Compiling serde_spanned v0.6.8 |
1798 | 2025-03-25T05:03:30.225Z | Compiling toml_datetime v0.6.8 |
1799 | 2025-03-25T05:03:30.390Z | Compiling sha2 v0.10.8 |
1800 | 2025-03-25T05:03:30.664Z | Compiling cookie v0.18.1 |
1801 | 2025-03-25T05:03:31.004Z | Compiling base64ct v1.6.0 |
1802 | 2025-03-25T05:03:31.135Z | Compiling pest_generator v2.7.14 |
1803 | 2025-03-25T05:03:31.224Z | Compiling tinystr v0.7.6 |
1804 | 2025-03-25T05:03:31.556Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2025-03-25T05:03:32.790Z | Compiling tracing-core v0.1.32 |
1806 | 2025-03-25T05:03:33.099Z | Compiling flagset v0.4.6 |
1807 | 2025-03-25T05:03:33.332Z | Compiling writeable v0.5.5 |
1808 | 2025-03-25T05:03:33.356Z | Compiling aws-lc-sys v0.26.0 |
1809 | 2025-03-25T05:03:33.858Z | Compiling litemap v0.7.3 |
1810 | 2025-03-25T05:03:34.777Z | Compiling icu_locid v1.5.0 |
1811 | 2025-03-25T05:03:34.986Z | Compiling tracing v0.1.40 |
1812 | 2025-03-25T05:03:35.826Z | Compiling der v0.7.9 |
1813 | 2025-03-25T05:03:36.605Z | Compiling pest_derive v2.7.14 |
1814 | 2025-03-25T05:03:38.504Z | Compiling usdt-impl v0.5.0 |
1815 | 2025-03-25T05:03:38.793Z | Compiling rayon-core v1.12.1 |
1816 | 2025-03-25T05:03:39.123Z | Compiling rustls-pki-types v1.10.0 |
1817 | 2025-03-25T05:03:39.253Z | Compiling spki v0.7.3 |
1818 | 2025-03-25T05:03:39.586Z | Compiling icu_provider v1.5.0 |
1819 | 2025-03-25T05:03:41.485Z | Compiling salsa20 v0.10.2 |
1820 | 2025-03-25T05:03:41.559Z | Compiling tokio-util v0.7.13 |
1821 | 2025-03-25T05:03:41.631Z | Compiling scroll v0.12.0 |
1822 | 2025-03-25T05:03:41.690Z | Compiling ppv-lite86 v0.2.20 |
1823 | 2025-03-25T05:03:42.114Z | Compiling pbkdf2 v0.12.2 |
1824 | 2025-03-25T05:03:42.644Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1825 | 2025-03-25T05:03:42.999Z | Compiling icu_locid_transform_data v1.5.0 |
1826 | 2025-03-25T05:03:43.033Z | Compiling rustversion v1.0.17 |
1827 | 2025-03-25T05:03:43.142Z | Compiling camino v1.1.9 |
1828 | 2025-03-25T05:03:43.237Z | Compiling percent-encoding v2.3.1 |
1829 | 2025-03-25T05:03:43.448Z | Compiling untrusted v0.7.1 |
1830 | 2025-03-25T05:03:43.600Z | Compiling anyhow v1.0.97 |
1831 | 2025-03-25T05:03:43.638Z | Compiling litrs v0.4.1 |
1832 | 2025-03-25T05:03:43.656Z | Compiling plain v0.2.3 |
1833 | 2025-03-25T05:03:43.689Z | Compiling winnow v0.5.40 |
1834 | 2025-03-25T05:03:43.802Z | Compiling powerfmt v0.2.0 |
1835 | 2025-03-25T05:03:44.270Z | Compiling untrusted v0.9.0 |
1836 | 2025-03-25T05:03:44.482Z | Compiling deranged v0.3.11 |
1837 | 2025-03-25T05:03:44.502Z | Compiling document-features v0.2.10 |
1838 | 2025-03-25T05:03:44.601Z | Compiling goblin v0.8.2 |
1839 | 2025-03-25T05:03:45.058Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2025-03-25T05:03:46.398Z | Compiling scrypt v0.11.0 |
1841 | 2025-03-25T05:03:46.874Z | Compiling toml_edit v0.19.15 |
1842 | 2025-03-25T05:03:47.061Z | Compiling cbc v0.1.2 |
1843 | 2025-03-25T05:03:47.282Z | Compiling aes v0.8.4 |
1844 | 2025-03-25T05:03:47.388Z | Compiling icu_collections v1.5.0 |
1845 | 2025-03-25T05:03:51.571Z | Compiling num_threads v0.1.7 |
1846 | 2025-03-25T05:03:51.715Z | Compiling rustls v0.22.4 |
1847 | 2025-03-25T05:03:52.009Z | Compiling pretty-hex v0.4.1 |
1848 | 2025-03-25T05:03:52.238Z | Compiling icu_properties_data v1.5.0 |
1849 | 2025-03-25T05:03:52.651Z | Compiling atomic-waker v1.1.2 |
1850 | 2025-03-25T05:03:52.782Z | Compiling time v0.3.36 |
1851 | 2025-03-25T05:03:52.815Z | Compiling icu_properties v1.5.1 |
1852 | 2025-03-25T05:03:53.107Z | Compiling dof v0.3.0 |
1853 | 2025-03-25T05:03:56.729Z | Compiling pkcs5 v0.7.1 |
1854 | 2025-03-25T05:03:57.744Z | Compiling dtrace-parser v0.2.0 |
1855 | 2025-03-25T05:03:57.762Z | Compiling http-body v1.0.1 |
1856 | 2025-03-25T05:03:58.027Z | Compiling heapless v0.7.17 |
1857 | 2025-03-25T05:03:58.725Z | Compiling async-trait v0.1.87 |
1858 | 2025-03-25T05:03:58.742Z | Compiling thread-id v4.2.2 |
1859 | 2025-03-25T05:03:58.868Z | Compiling try-lock v0.2.5 |
1860 | 2025-03-25T05:03:58.903Z | Compiling utf8_iter v1.0.4 |
1861 | 2025-03-25T05:03:59.062Z | Compiling signal-hook v0.3.17 |
1862 | 2025-03-25T05:03:59.226Z | Compiling write16 v1.0.0 |
1863 | 2025-03-25T05:03:59.389Z | Compiling utf16_iter v1.0.5 |
1864 | 2025-03-25T05:03:59.557Z | Compiling newtype-uuid v1.2.1 |
1865 | 2025-03-25T05:03:59.644Z | Compiling icu_normalizer_data v1.5.0 |
1866 | 2025-03-25T05:04:00.257Z | Compiling icu_normalizer v1.5.0 |
1867 | 2025-03-25T05:04:01.677Z | Compiling want v0.3.1 |
1868 | 2025-03-25T05:04:02.731Z | Compiling pkcs8 v0.10.2 |
1869 | 2025-03-25T05:04:02.856Z | Compiling h2 v0.4.6 |
1870 | 2025-03-25T05:04:03.163Z | Compiling form_urlencoded v1.2.1 |
1871 | 2025-03-25T05:04:04.070Z | Compiling multer v3.1.0 |
1872 | 2025-03-25T05:04:04.416Z | Compiling tinyvec_macros v0.1.1 |
1873 | 2025-03-25T05:04:04.651Z | Compiling slog-async v2.8.0 |
1874 | 2025-03-25T05:04:04.770Z | Compiling httpdate v1.0.3 |
1875 | 2025-03-25T05:04:04.899Z | Compiling tower-service v0.3.3 |
1876 | 2025-03-25T05:04:05.051Z | Compiling adler2 v2.0.0 |
1877 | 2025-03-25T05:04:05.322Z | Compiling miniz_oxide v0.8.5 |
1878 | 2025-03-25T05:04:06.032Z | Compiling tinyvec v1.8.0 |
1879 | 2025-03-25T05:04:07.940Z | Compiling idna_adapter v1.2.0 |
1880 | 2025-03-25T05:04:09.032Z | Compiling curve25519-dalek v4.1.3 |
1881 | 2025-03-25T05:04:09.580Z | Compiling memoffset v0.9.1 |
1882 | 2025-03-25T05:04:10.009Z | Compiling portable-atomic v1.9.0 |
1883 | 2025-03-25T05:04:10.142Z | Compiling foreign-types-shared v0.1.1 |
1884 | 2025-03-25T05:04:10.284Z | Compiling smoltcp v0.9.1 |
1885 | 2025-03-25T05:04:10.862Z | Compiling hyper v1.6.0 |
1886 | 2025-03-25T05:04:10.866Z | Compiling base64 v0.22.1 |
1887 | 2025-03-25T05:04:12.139Z | Compiling num-bigint-dig v0.8.4 |
1888 | 2025-03-25T05:04:12.475Z | Compiling foreign-types v0.3.2 |
1889 | 2025-03-25T05:04:12.515Z | Compiling rand_core v0.9.2 |
1890 | 2025-03-25T05:04:13.540Z | Compiling idna v1.0.3 |
1891 | 2025-03-25T05:04:13.978Z | Compiling hyper-util v0.1.10 |
1892 | 2025-03-25T05:04:20.126Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2025-03-25T05:04:20.255Z | Compiling usdt-macro v0.5.0 |
1894 | 2025-03-25T05:04:21.807Z | Compiling openapiv3 v2.0.0 |
1895 | 2025-03-25T05:04:21.914Z | Compiling async-stream-impl v0.3.6 |
1896 | 2025-03-25T05:04:22.226Z | Compiling siphasher v0.3.11 |
1897 | 2025-03-25T05:04:22.729Z | Compiling ident_case v1.0.1 |
1898 | 2025-03-25T05:04:22.932Z | Compiling heck v0.4.1 |
1899 | 2025-03-25T05:04:23.041Z | Compiling cfg_aliases v0.2.1 |
1900 | 2025-03-25T05:04:23.155Z | Compiling nix v0.29.0 |
1901 | 2025-03-25T05:04:23.190Z | Compiling darling_core v0.20.10 |
1902 | 2025-03-25T05:04:30.602Z | Compiling rand_chacha v0.9.0 |
1903 | 2025-03-25T05:04:31.139Z | Compiling unicode-normalization v0.1.24 |
1904 | 2025-03-25T05:04:31.540Z | Compiling http-body-util v0.1.2 |
1905 | 2025-03-25T05:04:32.334Z | Compiling crossbeam-epoch v0.9.18 |
1906 | 2025-03-25T05:04:34.388Z | Compiling rand_chacha v0.3.1 |
1907 | 2025-03-25T05:04:35.292Z | Compiling ipnetwork v0.21.1 |
1908 | 2025-03-25T05:04:35.462Z | Compiling hubpack_derive v0.1.1 |
1909 | 2025-03-25T05:04:36.250Z | Compiling signature v2.2.0 |
1910 | 2025-03-25T05:04:36.315Z | Compiling curve25519-dalek-derive v0.1.1 |
1911 | 2025-03-25T05:04:36.488Z | Compiling daft-derive v0.1.2 |
1912 | 2025-03-25T05:04:37.602Z | Compiling zerocopy-derive v0.6.6 |
1913 | 2025-03-25T05:04:37.913Z | Compiling dirs-sys-next v0.1.2 |
1914 | 2025-03-25T05:04:38.357Z | Compiling fs-err v2.11.0 |
1915 | 2025-03-25T05:04:38.700Z | Compiling dropshot v0.12.0 |
1916 | 2025-03-25T05:04:38.859Z | Compiling ahash v0.8.11 |
1917 | 2025-03-25T05:04:39.054Z | Compiling encoding_rs v0.8.34 |
1918 | 2025-03-25T05:04:39.242Z | Compiling crc32fast v1.4.2 |
1919 | 2025-03-25T05:04:39.260Z | Compiling zip v2.1.3 |
1920 | 2025-03-25T05:04:39.559Z | Compiling mime v0.3.17 |
1921 | 2025-03-25T05:04:39.599Z | Compiling unicode-properties v0.1.3 |
1922 | 2025-03-25T05:04:39.999Z | Compiling anstyle v1.0.10 |
1923 | 2025-03-25T05:04:40.414Z | Compiling utf8parse v0.2.2 |
1924 | 2025-03-25T05:04:40.588Z | Compiling buf-list v1.0.3 |
1925 | 2025-03-25T05:04:40.607Z | Compiling openssl-probe v0.1.5 |
1926 | 2025-03-25T05:04:41.130Z | Compiling unicode-bidi v0.3.17 |
1927 | 2025-03-25T05:04:41.224Z | Compiling gimli v0.31.1 |
1928 | 2025-03-25T05:04:41.869Z | Compiling stringprep v0.1.5 |
1929 | 2025-03-25T05:04:42.672Z | Compiling anstyle-parse v0.2.5 |
1930 | 2025-03-25T05:04:42.985Z | Compiling dirs-next v2.0.0 |
1931 | 2025-03-25T05:04:43.177Z | Compiling rand v0.8.5 |
1932 | 2025-03-25T05:04:44.977Z | Compiling crossbeam-deque v0.8.5 |
1933 | 2025-03-25T05:04:45.318Z | Compiling rand v0.9.0 |
1934 | 2025-03-25T05:04:46.546Z | Compiling addr2line v0.24.2 |
1935 | 2025-03-25T05:04:47.464Z | Compiling darling_macro v0.20.10 |
1936 | 2025-03-25T05:04:47.754Z | Compiling url v2.5.3 |
1937 | 2025-03-25T05:04:48.367Z | Compiling rustls-webpki v0.102.8 |
1938 | 2025-03-25T05:04:49.679Z | Compiling serde_urlencoded v0.7.1 |
1939 | 2025-03-25T05:04:50.179Z | Compiling rustls-pemfile v2.2.0 |
1940 | 2025-03-25T05:04:50.310Z | Compiling md-5 v0.10.6 |
1941 | 2025-03-25T05:04:50.338Z | Compiling num-integer v0.1.46 |
1942 | 2025-03-25T05:04:50.574Z | Compiling hash32 v0.2.1 |
1943 | 2025-03-25T05:04:50.667Z | Compiling ff v0.13.0 |
1944 | 2025-03-25T05:04:50.909Z | Compiling thread_local v1.1.8 |
1945 | 2025-03-25T05:04:50.913Z | Compiling object v0.36.5 |
1946 | 2025-03-25T05:04:51.343Z | Compiling psl-types v2.0.11 |
1947 | 2025-03-25T05:04:51.565Z | Compiling base16ct v0.2.0 |
1948 | 2025-03-25T05:04:53.650Z | Compiling colorchoice v1.0.2 |
1949 | 2025-03-25T05:04:54.232Z | Compiling rustc-demangle v0.1.24 |
1950 | 2025-03-25T05:04:54.326Z | Compiling match_cfg v0.1.0 |
1951 | 2025-03-25T05:04:54.437Z | Compiling is_terminal_polyfill v1.70.1 |
1952 | 2025-03-25T05:04:54.585Z | Compiling winnow v0.7.3 |
1953 | 2025-03-25T05:04:55.413Z | Compiling fallible-iterator v0.2.0 |
1954 | 2025-03-25T05:04:56.108Z | Compiling anstyle-query v1.1.1 |
1955 | 2025-03-25T05:04:56.275Z | Compiling anstream v0.6.15 |
1956 | 2025-03-25T05:04:56.362Z | Compiling postgres-protocol v0.6.8 |
1957 | 2025-03-25T05:04:56.434Z | Compiling tokio-rustls v0.26.0 |
1958 | 2025-03-25T05:04:56.873Z | Compiling hostname v0.3.1 |
1959 | 2025-03-25T05:04:57.095Z | Compiling publicsuffix v2.3.0 |
1960 | 2025-03-25T05:04:57.443Z | Compiling sec1 v0.7.3 |
1961 | 2025-03-25T05:04:57.507Z | Compiling group v0.13.0 |
1962 | 2025-03-25T05:04:57.739Z | Compiling toml_edit v0.22.24 |
1963 | 2025-03-25T05:04:57.941Z | Compiling num-iter v0.1.45 |
1964 | 2025-03-25T05:04:58.855Z | Compiling backtrace v0.3.74 |
1965 | 2025-03-25T05:05:00.507Z | Compiling darling v0.20.10 |
1966 | 2025-03-25T05:05:00.782Z | Compiling bzip2 v0.4.4 |
1967 | 2025-03-25T05:05:01.021Z | Compiling term v0.7.0 |
1968 | 2025-03-25T05:05:01.145Z | Compiling tokio-native-tls v0.3.1 |
1969 | 2025-03-25T05:05:01.757Z | Compiling flate2 v1.1.0 |
1970 | 2025-03-25T05:05:02.097Z | Compiling strum_macros v0.25.3 |
1971 | 2025-03-25T05:05:02.599Z | Compiling phf_shared v0.11.2 |
1972 | 2025-03-25T05:05:02.956Z | Compiling slog-json v2.6.1 |
1973 | 2025-03-25T05:05:03.582Z | Compiling crossbeam-channel v0.5.13 |
1974 | 2025-03-25T05:05:03.951Z | Compiling webpki-roots v0.26.6 |
1975 | 2025-03-25T05:05:04.539Z | Compiling futures-executor v0.3.31 |
1976 | 2025-03-25T05:05:04.574Z | Compiling dropshot_endpoint v0.12.0 |
1977 | 2025-03-25T05:05:04.947Z | Compiling terminal_size v0.4.0 |
1978 | 2025-03-25T05:05:05.400Z | Compiling hkdf v0.12.4 |
1979 | 2025-03-25T05:05:05.541Z | Compiling sync_wrapper v1.0.1 |
1980 | 2025-03-25T05:05:05.714Z | Compiling enum-as-inner v0.6.1 |
1981 | 2025-03-25T05:05:05.811Z | Compiling clap_derive v4.5.32 |
1982 | 2025-03-25T05:05:05.860Z | Compiling crypto-bigint v0.5.5 |
1983 | 2025-03-25T05:05:06.713Z | Compiling serde_repr v0.1.19 |
1984 | 2025-03-25T05:05:07.056Z | Compiling regress v0.10.3 |
1985 | 2025-03-25T05:05:07.772Z | Compiling memmap v0.7.0 |
1986 | 2025-03-25T05:05:08.044Z | Compiling is-terminal v0.4.13 |
1987 | 2025-03-25T05:05:08.192Z | Compiling bitflags v1.3.2 |
1988 | 2025-03-25T05:05:08.317Z | Compiling take_mut v0.2.2 |
1989 | 2025-03-25T05:05:08.501Z | Compiling tower-layer v0.3.3 |
1990 | 2025-03-25T05:05:09.037Z | Compiling lockfree-object-pool v0.1.6 |
1991 | 2025-03-25T05:05:09.234Z | Compiling simd-adler32 v0.3.7 |
1992 | 2025-03-25T05:05:09.303Z | Compiling clap_lex v0.7.4 |
1993 | 2025-03-25T05:05:09.700Z | Compiling managed v0.8.0 |
1994 | 2025-03-25T05:05:09.737Z | Compiling ipnet v2.11.0 |
1995 | 2025-03-25T05:05:09.812Z | Compiling bumpalo v3.16.0 |
1996 | 2025-03-25T05:05:09.994Z | Compiling unicode-width v0.2.0 |
1997 | 2025-03-25T05:05:10.528Z | Compiling console v0.15.10 |
1998 | 2025-03-25T05:05:10.877Z | Compiling typify-impl v0.2.0 |
1999 | 2025-03-25T05:05:11.586Z | Compiling zopfli v0.8.1 |
2000 | 2025-03-25T05:05:12.258Z | Compiling tower v0.5.2 |
2001 | 2025-03-25T05:05:12.963Z | Compiling clap_builder v4.5.32 |
2002 | 2025-03-25T05:05:13.268Z | Compiling elliptic-curve v0.13.8 |
2003 | 2025-03-25T05:05:13.953Z | Compiling slog-term v2.9.1 |
2004 | 2025-03-25T05:05:14.003Z | Compiling usdt v0.5.0 |
2005 | 2025-03-25T05:05:14.166Z | Compiling oxnet v0.1.1 |
2006 | 2025-03-25T05:05:14.822Z | Compiling futures v0.3.31 |
2007 | 2025-03-25T05:05:14.967Z | Compiling hyper-rustls v0.27.3 |
2008 | 2025-03-25T05:05:15.519Z | Compiling tokio-rustls v0.25.0 |
2009 | 2025-03-25T05:05:16.494Z | Compiling slog-bunyan v2.5.0 |
2010 | 2025-03-25T05:05:16.755Z | Compiling phf v0.11.2 |
2011 | 2025-03-25T05:05:17.058Z | Compiling hyper-tls v0.6.0 |
2012 | 2025-03-25T05:05:17.888Z | Compiling toml v0.8.20 |
2013 | 2025-03-25T05:05:17.908Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2025-03-25T05:05:18.082Z | Compiling rayon v1.10.0 |
2015 | 2025-03-25T05:05:18.399Z | Compiling cookie_store v0.21.1 |
2016 | 2025-03-25T05:05:19.275Z | Compiling postgres-types v0.2.9 |
2017 | 2025-03-25T05:05:19.555Z | Compiling zerocopy v0.6.6 |
2018 | 2025-03-25T05:05:19.718Z | Compiling ed25519 v2.2.3 |
2019 | 2025-03-25T05:05:19.817Z | Compiling hubpack v0.1.2 |
2020 | 2025-03-25T05:05:20.256Z | Compiling async-stream v0.3.6 |
2021 | 2025-03-25T05:05:20.287Z | Compiling phf_shared v0.10.0 |
2022 | 2025-03-25T05:05:20.510Z | Compiling pkcs1 v0.7.5 |
2023 | 2025-03-25T05:05:20.530Z | Compiling waitgroup v0.1.2 |
2024 | 2025-03-25T05:05:21.037Z | Compiling serde_path_to_error v0.1.16 |
2025 | 2025-03-25T05:05:21.295Z | Compiling serde-big-array v0.5.1 |
2026 | 2025-03-25T05:05:21.431Z | Compiling rfc6979 v0.4.0 |
2027 | 2025-03-25T05:05:21.474Z | Compiling sha1 v0.10.6 |
2028 | 2025-03-25T05:05:21.559Z | Compiling float-cmp v0.10.0 |
2029 | 2025-03-25T05:05:21.637Z | Compiling bstr v1.10.0 |
2030 | 2025-03-25T05:05:21.783Z | Compiling hostname v0.4.0 |
2031 | 2025-03-25T05:05:21.808Z | Compiling whoami v1.5.2 |
2032 | 2025-03-25T05:05:21.977Z | Compiling static_assertions v1.1.0 |
2033 | 2025-03-25T05:05:22.098Z | Compiling data-encoding v2.6.0 |
2034 | 2025-03-25T05:05:22.207Z | Compiling number_prefix v0.4.0 |
2035 | 2025-03-25T05:05:22.281Z | Compiling new_debug_unreachable v1.0.6 |
2036 | 2025-03-25T05:05:22.396Z | Compiling debug-ignore v1.0.5 |
2037 | 2025-03-25T05:05:22.454Z | Compiling fixedbitset v0.4.2 |
2038 | 2025-03-25T05:05:22.561Z | Compiling difflib v0.4.0 |
2039 | 2025-03-25T05:05:22.632Z | Compiling precomputed-hash v0.1.1 |
2040 | 2025-03-25T05:05:22.774Z | Compiling normalize-line-endings v0.3.0 |
2041 | 2025-03-25T05:05:22.845Z | Compiling unicode-segmentation v1.12.0 |
2042 | 2025-03-25T05:05:22.978Z | Compiling predicates-core v1.0.8 |
2043 | 2025-03-25T05:05:23.017Z | Compiling string_cache v0.8.7 |
2044 | 2025-03-25T05:05:23.311Z | Compiling predicates v3.1.3 |
2045 | 2025-03-25T05:05:23.362Z | Compiling hickory-proto v0.24.4 |
2046 | 2025-03-25T05:05:23.382Z | Compiling petgraph v0.6.5 |
2047 | 2025-03-25T05:05:23.552Z | Compiling similar v2.7.0 |
2048 | 2025-03-25T05:05:23.649Z | Compiling indicatif v0.17.11 |
2049 | 2025-03-25T05:05:24.625Z | Compiling tokio-postgres v0.7.13 |
2050 | 2025-03-25T05:05:25.373Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2051 | 2025-03-25T05:05:26.791Z | Compiling ecdsa v0.16.9 |
2052 | 2025-03-25T05:05:29.076Z | Compiling rsa v0.9.6 |
2053 | 2025-03-25T05:05:30.915Z | Compiling typify-macro v0.2.0 |
2054 | 2025-03-25T05:05:31.250Z | Compiling ed25519-dalek v2.1.1 |
2055 | 2025-03-25T05:05:32.324Z | Compiling reqwest v0.12.12 |
2056 | 2025-03-25T05:05:32.527Z | Compiling crossterm v0.28.1 |
2057 | 2025-03-25T05:05:32.630Z | Compiling clap v4.5.32 |
2058 | 2025-03-25T05:05:32.763Z | Compiling daft v0.1.2 |
2059 | 2025-03-25T05:05:33.079Z | Compiling zip v0.6.6 |
2060 | 2025-03-25T05:05:34.107Z | Compiling tokio-stream v0.1.17 |
2061 | 2025-03-25T05:05:34.128Z | Compiling toml v0.7.8 |
2062 | 2025-03-25T05:05:34.299Z | Compiling x509-cert v0.2.5 |
2063 | 2025-03-25T05:05:35.391Z | Compiling hex v0.4.3 |
2064 | 2025-03-25T05:05:35.430Z | Compiling itertools v0.10.5 |
2065 | 2025-03-25T05:05:37.174Z | Compiling lalrpop-util v0.19.12 |
2066 | 2025-03-25T05:05:37.799Z | Compiling peg-runtime v0.8.5 |
2067 | 2025-03-25T05:05:37.916Z | Compiling unicode-xid v0.2.6 |
2068 | 2025-03-25T05:05:41.124Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2069 | 2025-03-25T05:05:41.506Z | Compiling proc-macro-crate v1.3.1 |
2070 | 2025-03-25T05:05:42.531Z | Compiling macaddr v1.0.1 |
2071 | 2025-03-25T05:05:43.417Z | Compiling itertools v0.13.0 |
2072 | 2025-03-25T05:05:44.268Z | Compiling fastrand v2.1.1 |
2073 | 2025-03-25T05:05:46.362Z | Compiling heapless v0.8.0 |
2074 | 2025-03-25T05:05:46.569Z | Compiling thiserror v2.0.12 |
2075 | 2025-03-25T05:05:47.486Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2076 | 2025-03-25T05:05:47.523Z | Compiling tempfile v3.13.0 |
2077 | 2025-03-25T05:05:48.855Z | Compiling num_enum_derive v0.5.11 |
2078 | 2025-03-25T05:05:55.891Z | Compiling thiserror-impl v2.0.12 |
2079 | 2025-03-25T05:05:56.634Z | Compiling structmeta-derive v0.3.0 |
2080 | 2025-03-25T05:05:57.193Z | Compiling hash32 v0.3.1 |
2081 | 2025-03-25T05:05:59.524Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2082 | 2025-03-25T05:05:59.866Z | Compiling smoltcp v0.11.0 |
2083 | 2025-03-25T05:06:04.087Z | Compiling structmeta v0.3.0 |
2084 | 2025-03-25T05:06:09.690Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2085 | 2025-03-25T05:06:10.876Z | Compiling num_enum v0.5.11 |
2086 | 2025-03-25T05:06:11.521Z | Compiling typify v0.2.0 |
2087 | 2025-03-25T05:06:12.042Z | Compiling strum_macros v0.26.4 |
2088 | 2025-03-25T05:06:14.954Z | Compiling proc-macro-error-attr v1.0.4 |
2089 | 2025-03-25T05:06:16.028Z | Compiling cobs v0.2.3 |
2090 | 2025-03-25T05:06:17.058Z | Compiling unsafe-libyaml v0.2.11 |
2091 | 2025-03-25T05:06:17.890Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2092 | 2025-03-25T05:06:18.715Z | Compiling serde_yaml v0.9.34+deprecated |
2093 | 2025-03-25T05:06:20.057Z | Compiling postcard v1.0.10 |
2094 | 2025-03-25T05:06:20.520Z | Compiling strum v0.26.3 |
2095 | 2025-03-25T05:06:22.393Z | Compiling progenitor-impl v0.8.0 |
2096 | 2025-03-25T05:06:22.950Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2097 | 2025-03-25T05:06:32.827Z | Compiling foreign-types-macros v0.2.3 |
2098 | 2025-03-25T05:06:33.038Z | Compiling wait-timeout v0.2.0 |
2099 | 2025-03-25T05:06:33.064Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2100 | 2025-03-25T05:06:33.355Z | Compiling proc-macro-error v1.0.4 |
2101 | 2025-03-25T05:06:33.829Z | Compiling quick-error v1.2.3 |
2102 | 2025-03-25T05:06:33.981Z | Compiling bit-vec v0.8.0 |
2103 | 2025-03-25T05:06:34.876Z | Compiling unicode-width v0.1.14 |
2104 | 2025-03-25T05:06:34.921Z | Compiling foreign-types-shared v0.3.1 |
2105 | 2025-03-25T05:06:35.062Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2106 | 2025-03-25T05:06:35.458Z | Compiling tabwriter v1.4.0 |
2107 | 2025-03-25T05:06:35.923Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2108 | 2025-03-25T05:06:36.206Z | Compiling foreign-types v0.5.0 |
2109 | 2025-03-25T05:06:40.821Z | Compiling bit-set v0.8.0 |
2110 | 2025-03-25T05:06:42.508Z | Compiling rusty-fork v0.3.0 |
2111 | 2025-03-25T05:06:47.814Z | Compiling progenitor-macro v0.8.0 |
2112 | 2025-03-25T05:06:55.343Z | Compiling parse-display-derive v0.10.0 |
2113 | 2025-03-25T05:06:56.569Z | Compiling progenitor-client v0.8.0 |
2114 | 2025-03-25T05:06:59.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2115 | 2025-03-25T05:06:59.872Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2116 | 2025-03-25T05:07:00.234Z | Compiling rand_xorshift v0.3.0 |
2117 | 2025-03-25T05:07:00.297Z | Compiling cstr-argument v0.1.2 |
2118 | 2025-03-25T05:07:00.559Z | Compiling dropshot v0.16.0 |
2119 | 2025-03-25T05:07:00.579Z | Compiling unarray v0.1.4 |
2120 | 2025-03-25T05:07:00.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2121 | 2025-03-25T05:07:00.957Z | Compiling crucible-workspace-hack v0.1.0 |
2122 | 2025-03-25T05:07:01.038Z | Compiling pretty-hex v0.2.1 |
2123 | 2025-03-25T05:07:01.316Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2124 | 2025-03-25T05:07:01.729Z | Compiling proptest v1.6.0 |
2125 | 2025-03-25T05:07:01.983Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2126 | 2025-03-25T05:07:02.010Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2127 | 2025-03-25T05:07:02.209Z | Compiling parse-display v0.10.0 |
2128 | 2025-03-25T05:07:02.347Z | Compiling progenitor v0.8.0 |
2129 | 2025-03-25T05:07:02.806Z | Compiling test-strategy v0.4.0 |
2130 | 2025-03-25T05:07:03.265Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2131 | 2025-03-25T05:07:03.481Z | Compiling colored v2.2.0 |
2132 | 2025-03-25T05:07:04.169Z | Compiling serde_with_macros v3.12.0 |
2133 | 2025-03-25T05:07:04.856Z | Compiling dropshot_endpoint v0.16.0 |
2134 | 2025-03-25T05:07:05.924Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2135 | 2025-03-25T05:07:06.518Z | Compiling instant v0.1.13 |
2136 | 2025-03-25T05:07:06.568Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2137 | 2025-03-25T05:07:06.658Z | Compiling winnow v0.6.20 |
2138 | 2025-03-25T05:07:06.715Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2139 | 2025-03-25T05:07:06.946Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2140 | 2025-03-25T05:07:06.989Z | Compiling backoff v0.4.0 |
2141 | 2025-03-25T05:07:07.343Z | Compiling serde_with v3.12.0 |
2142 | 2025-03-25T05:07:09.225Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2143 | 2025-03-25T05:07:09.937Z | Compiling zone_cfg_derive v0.3.0 |
2144 | 2025-03-25T05:07:11.222Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2145 | 2025-03-25T05:07:11.670Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2146 | 2025-03-25T05:07:11.899Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2147 | 2025-03-25T05:07:11.963Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2148 | 2025-03-25T05:07:12.317Z | Compiling camino-tempfile v1.1.1 |
2149 | 2025-03-25T05:07:12.705Z | Compiling progenitor-client v0.9.1 |
2150 | 2025-03-25T05:07:13.072Z | Compiling num-derive v0.4.2 |
2151 | 2025-03-25T05:07:13.643Z | Compiling sigpipe v0.1.3 |
2152 | 2025-03-25T05:07:13.800Z | Compiling libefi-sys v0.1.0 |
2153 | 2025-03-25T05:07:14.156Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2154 | 2025-03-25T05:07:14.566Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2155 | 2025-03-25T05:07:15.333Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2156 | 2025-03-25T05:07:16.390Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2157 | 2025-03-25T05:07:16.850Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2158 | 2025-03-25T05:07:17.383Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2025-03-25T05:07:17.646Z | Compiling zone v0.3.0 |
2160 | 2025-03-25T05:07:20.260Z | Compiling itertools v0.14.0 |
2161 | 2025-03-25T05:07:20.371Z | Compiling smf v0.2.3 |
2162 | 2025-03-25T05:07:20.963Z | Compiling bitfield-struct v0.6.2 |
2163 | 2025-03-25T05:07:21.525Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2164 | 2025-03-25T05:07:21.947Z | Compiling blake3 v1.5.4 |
2165 | 2025-03-25T05:07:22.289Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2166 | 2025-03-25T05:07:23.135Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2167 | 2025-03-25T05:07:23.172Z | Compiling xattr v1.3.1 |
2168 | 2025-03-25T05:07:23.461Z | Compiling filetime v0.2.25 |
2169 | 2025-03-25T05:07:23.504Z | Compiling memmap2 v0.9.5 |
2170 | 2025-03-25T05:07:23.711Z | Compiling arrayref v0.3.9 |
2171 | 2025-03-25T05:07:23.833Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2172 | 2025-03-25T05:07:23.833Z | Compiling same-file v1.0.6 |
2173 | 2025-03-25T05:07:23.996Z | Compiling constant_time_eq v0.3.1 |
2174 | 2025-03-25T05:07:24.052Z | Compiling arrayvec v0.7.6 |
2175 | 2025-03-25T05:07:24.185Z | Compiling walkdir v2.5.0 |
2176 | 2025-03-25T05:07:24.208Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2177 | 2025-03-25T05:07:24.236Z | Compiling tar v0.4.44 |
2178 | 2025-03-25T05:07:25.797Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2179 | 2025-03-25T05:07:26.234Z | Compiling gethostname v0.5.0 |
2180 | 2025-03-25T05:07:26.462Z | Compiling cargo-platform v0.1.8 |
2181 | 2025-03-25T05:07:26.847Z | Compiling fixedbitset v0.5.7 |
2182 | 2025-03-25T05:07:26.948Z | Compiling topological-sort v0.2.2 |
2183 | 2025-03-25T05:07:27.185Z | Compiling cargo_metadata v0.19.2 |
2184 | 2025-03-25T05:07:27.240Z | Compiling omicron-zone-package v0.12.0 |
2185 | 2025-03-25T05:07:27.531Z | Compiling petgraph v0.7.1 |
2186 | 2025-03-25T05:07:28.012Z | Compiling shell-words v1.1.0 |
2187 | 2025-03-25T05:07:28.516Z | Compiling indent_write v2.2.0 |
2188 | 2025-03-25T05:07:37.913Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2189 | 2025-03-25T05:07:38.880Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2190 | 2025-03-25T05:07:42.620Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2191 | 2025-03-25T05:07:56.686Z | Finished `release` profile [optimized] target(s) in 5m 05s |
2192 | 2025-03-25T05:07:56.861Z | Running `target/release/omicron-package -t test target create -p dev` |
2193 | 2025-03-25T05:07:56.913Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2194 | 2025-03-25T05:07:56.917Z | Created new build target 'test' and set it as active |
2195 | 2025-03-25T05:07:56.917Z | |
2196 | 2025-03-25T05:07:56.917Z | real 5:05.754692071 |
2197 | 2025-03-25T05:07:56.917Z | user 35:24.175778804 |
2198 | 2025-03-25T05:07:56.917Z | sys 3:27.124951080 |
2199 | 2025-03-25T05:07:56.917Z | trap 1.082523151 |
2200 | 2025-03-25T05:07:56.917Z | tflt 1.706340118 |
2201 | 2025-03-25T05:07:56.917Z | dflt 0.960356219 |
2202 | 2025-03-25T05:07:56.917Z | kflt 0.000124409 |
2203 | 2025-03-25T05:07:56.917Z | lock 1:08:39.230524084 |
2204 | 2025-03-25T05:07:56.917Z | slp 2:22:19.543550507 |
2205 | 2025-03-25T05:07:56.917Z | lat 2:42.472725147 |
2206 | 2025-03-25T05:07:56.917Z | stop 4:54.915294672 |
2207 | 2025-03-25T05:07:56.917Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2208 | 2025-03-25T05:07:57.937Z | Finished `release` profile [optimized] target(s) in 0.96s |
2209 | 2025-03-25T05:07:57.999Z | Running `target/release/omicron-package -t test package` |
2210 | 2025-03-25T05:07:58.045Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2211 | 2025-03-25T05:07:59.215Z | Compiling ring v0.17.11 |
2212 | 2025-03-25T05:07:59.385Z | Compiling thiserror v2.0.12 |
2213 | 2025-03-25T05:07:59.389Z | Compiling typify-impl v0.3.0 |
2214 | 2025-03-25T05:07:59.389Z | Compiling convert_case v0.4.0 |
2215 | 2025-03-25T05:07:59.389Z | Compiling derive-where v1.2.7 |
2216 | 2025-03-25T05:07:59.389Z | Compiling fastrand v2.1.1 |
2217 | 2025-03-25T05:07:59.392Z | Compiling newline-converter v0.3.0 |
2218 | 2025-03-25T05:07:59.701Z | Compiling expectorate v1.1.0 |
2219 | 2025-03-25T05:07:59.889Z | Compiling tempfile v3.13.0 |
2220 | 2025-03-25T05:07:59.952Z | Compiling password-hash v0.5.0 |
2221 | 2025-03-25T05:08:00.012Z | Compiling derive_more v0.99.19 |
2222 | 2025-03-25T05:08:00.553Z | Compiling blake2 v0.10.6 |
2223 | 2025-03-25T05:08:01.679Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2224 | 2025-03-25T05:08:02.102Z | Compiling base64 v0.21.7 |
2225 | 2025-03-25T05:08:02.173Z | Compiling argon2 v0.5.3 |
2226 | 2025-03-25T05:08:02.383Z | Compiling atomicwrites v0.4.4 |
2227 | 2025-03-25T05:08:02.910Z | Compiling cancel-safe-futures v0.1.5 |
2228 | 2025-03-25T05:08:03.228Z | Compiling owo-colors v4.2.0 |
2229 | 2025-03-25T05:08:03.297Z | Compiling num-rational v0.4.2 |
2230 | 2025-03-25T05:08:03.798Z | Compiling libsw-core v0.3.1 |
2231 | 2025-03-25T05:08:04.096Z | Compiling num-complex v0.4.6 |
2232 | 2025-03-25T05:08:04.402Z | Compiling libsw v3.4.0 |
2233 | 2025-03-25T05:08:04.720Z | Compiling rustls v0.23.19 |
2234 | 2025-03-25T05:08:04.753Z | Compiling rustls v0.22.4 |
2235 | 2025-03-25T05:08:05.209Z | Compiling num v0.4.3 |
2236 | 2025-03-25T05:08:05.346Z | Compiling utf-8 v0.7.6 |
2237 | 2025-03-25T05:08:05.571Z | Compiling linear-map v1.2.0 |
2238 | 2025-03-25T05:08:05.722Z | Compiling float-ord v0.3.2 |
2239 | 2025-03-25T05:08:05.921Z | Compiling swrite v0.1.0 |
2240 | 2025-03-25T05:08:05.940Z | Compiling highway v1.3.0 |
2241 | 2025-03-25T05:08:05.972Z | Compiling linked-hash-map v0.5.6 |
2242 | 2025-03-25T05:08:06.069Z | Compiling tungstenite v0.21.0 |
2243 | 2025-03-25T05:08:06.356Z | Compiling lru-cache v0.1.2 |
2244 | 2025-03-25T05:08:06.594Z | Compiling semver v0.1.20 |
2245 | 2025-03-25T05:08:07.095Z | Compiling rustls-webpki v0.102.8 |
2246 | 2025-03-25T05:08:07.146Z | Compiling rustc_version v0.1.7 |
2247 | 2025-03-25T05:08:07.458Z | Compiling tokio-tungstenite v0.21.0 |
2248 | 2025-03-25T05:08:07.507Z | Compiling resolv-conf v0.7.0 |
2249 | 2025-03-25T05:08:08.715Z | Compiling hickory-resolver v0.24.4 |
2250 | 2025-03-25T05:08:09.052Z | Compiling newtype_derive v0.1.6 |
2251 | 2025-03-25T05:08:09.239Z | Compiling typify-macro v0.3.0 |
2252 | 2025-03-25T05:08:09.393Z | Compiling wait-timeout v0.2.0 |
2253 | 2025-03-25T05:08:09.826Z | Compiling quick-error v1.2.3 |
2254 | 2025-03-25T05:08:10.006Z | Compiling bit-vec v0.8.0 |
2255 | 2025-03-25T05:08:10.461Z | Compiling bit-set v0.8.0 |
2256 | 2025-03-25T05:08:10.770Z | Compiling rusty-fork v0.3.0 |
2257 | 2025-03-25T05:08:10.870Z | Compiling rand_xorshift v0.3.0 |
2258 | 2025-03-25T05:08:11.119Z | Compiling humantime v2.1.0 |
2259 | 2025-03-25T05:08:11.341Z | Compiling unarray v0.1.4 |
2260 | 2025-03-25T05:08:11.526Z | Compiling proptest v1.6.0 |
2261 | 2025-03-25T05:08:12.324Z | Compiling tokio-rustls v0.25.0 |
2262 | 2025-03-25T05:08:12.437Z | Compiling typify v0.3.0 |
2263 | 2025-03-25T05:08:12.592Z | Compiling progenitor-impl v0.9.1 |
2264 | 2025-03-25T05:08:12.761Z | Compiling dropshot v0.12.0 |
2265 | 2025-03-25T05:08:15.600Z | Compiling tokio-rustls v0.26.0 |
2266 | 2025-03-25T05:08:16.077Z | Compiling hyper-rustls v0.27.3 |
2267 | 2025-03-25T05:08:16.643Z | Compiling reqwest v0.12.12 |
2268 | 2025-03-25T05:08:19.242Z | Compiling progenitor-macro v0.9.1 |
2269 | 2025-03-25T05:08:22.656Z | Compiling progenitor-client v0.9.1 |
2270 | 2025-03-25T05:08:23.181Z | Compiling progenitor-client v0.8.0 |
2271 | 2025-03-25T05:08:23.649Z | Compiling progenitor v0.8.0 |
2272 | 2025-03-25T05:08:23.886Z | Compiling parse-display v0.10.0 |
2273 | 2025-03-25T05:08:24.427Z | Compiling dropshot v0.16.0 |
2274 | 2025-03-25T05:08:24.505Z | Compiling strum v0.26.3 |
2275 | 2025-03-25T05:08:24.713Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2276 | 2025-03-25T05:08:25.339Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2277 | 2025-03-25T05:08:25.885Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2278 | 2025-03-25T05:08:29.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2279 | 2025-03-25T05:08:29.955Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2280 | 2025-03-25T05:08:32.535Z | Compiling instant v0.1.13 |
2281 | 2025-03-25T05:08:32.713Z | Compiling backoff v0.4.0 |
2282 | 2025-03-25T05:08:33.083Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2283 | 2025-03-25T05:08:44.135Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2284 | 2025-03-25T05:08:49.104Z | Compiling progenitor v0.9.1 |
2285 | 2025-03-25T05:08:49.349Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2286 | 2025-03-25T05:08:52.493Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2025-03-25T05:08:54.646Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2288 | 2025-03-25T05:08:55.269Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2289 | 2025-03-25T05:08:56.652Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2290 | 2025-03-25T05:08:59.684Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2291 | 2025-03-25T05:09:01.740Z | Compiling steno v0.4.1 |
2292 | 2025-03-25T05:09:02.390Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2293 | 2025-03-25T05:09:03.605Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2294 | 2025-03-25T05:09:03.803Z | Compiling serde_with v3.12.0 |
2295 | 2025-03-25T05:09:04.065Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2296 | 2025-03-25T05:09:05.938Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2297 | 2025-03-25T05:09:06.099Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2298 | 2025-03-25T05:09:06.211Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2299 | 2025-03-25T05:09:07.426Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2300 | 2025-03-25T05:09:09.819Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2301 | 2025-03-25T05:09:12.257Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2302 | 2025-03-25T05:09:13.418Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2303 | 2025-03-25T05:09:17.405Z | Compiling macaddr v1.0.1 |
2304 | 2025-03-25T05:09:20.992Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2305 | 2025-03-25T05:09:21.023Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2306 | 2025-03-25T05:09:22.328Z | Compiling qorb v0.2.1 |
2307 | 2025-03-25T05:09:27.643Z | Compiling slog-dtrace v0.3.0 |
2308 | 2025-03-25T05:09:28.295Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2309 | 2025-03-25T05:09:31.621Z | Compiling prettyplease v0.2.30 |
2310 | 2025-03-25T05:09:34.081Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2311 | 2025-03-25T05:09:37.226Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2312 | 2025-03-25T05:09:37.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2313 | 2025-03-25T05:09:38.334Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2314 | 2025-03-25T05:09:39.602Z | Compiling half v2.4.1 |
2315 | 2025-03-25T05:09:40.293Z | Compiling ciborium-io v0.2.2 |
2316 | 2025-03-25T05:09:40.467Z | Compiling ciborium-ll v0.2.2 |
2317 | 2025-03-25T05:09:40.984Z | Compiling bytecount v0.6.8 |
2318 | 2025-03-25T05:09:41.026Z | Compiling ciborium v0.2.2 |
2319 | 2025-03-25T05:09:41.294Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2320 | 2025-03-25T05:09:42.208Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2321 | 2025-03-25T05:09:42.651Z | Compiling display-error-chain v0.2.2 |
2322 | 2025-03-25T05:09:42.897Z | Compiling const_format_proc_macros v0.2.34 |
2323 | 2025-03-25T05:09:43.027Z | Compiling keccak v0.1.5 |
2324 | 2025-03-25T05:09:43.754Z | Compiling same-file v1.0.6 |
2325 | 2025-03-25T05:09:44.064Z | Compiling crunchy v0.2.2 |
2326 | 2025-03-25T05:09:44.196Z | Compiling maplit v1.0.2 |
2327 | 2025-03-25T05:09:44.346Z | Compiling walkdir v2.5.0 |
2328 | 2025-03-25T05:09:44.549Z | Compiling sha3 v0.10.8 |
2329 | 2025-03-25T05:09:44.603Z | Compiling const_format v0.2.34 |
2330 | 2025-03-25T05:09:44.941Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2331 | 2025-03-25T05:09:45.418Z | Compiling radium v0.7.0 |
2332 | 2025-03-25T05:09:45.838Z | Compiling tiny-keccak v2.0.2 |
2333 | 2025-03-25T05:09:45.944Z | Compiling blake3 v1.5.4 |
2334 | 2025-03-25T05:09:46.326Z | Compiling dsl_auto_type v0.1.2 |
2335 | 2025-03-25T05:09:46.642Z | Compiling scheduled-thread-pool v0.2.7 |
2336 | 2025-03-25T05:09:47.068Z | Compiling xattr v1.3.1 |
2337 | 2025-03-25T05:09:47.353Z | Compiling diesel_table_macro_syntax v0.2.0 |
2338 | 2025-03-25T05:09:47.449Z | Compiling filetime v0.2.25 |
2339 | 2025-03-25T05:09:47.729Z | Compiling memmap2 v0.9.5 |
2340 | 2025-03-25T05:09:47.749Z | Compiling arrayvec v0.7.6 |
2341 | 2025-03-25T05:09:47.949Z | Compiling bit-vec v0.6.3 |
2342 | 2025-03-25T05:09:48.111Z | Compiling tap v1.0.1 |
2343 | 2025-03-25T05:09:48.167Z | Compiling arrayref v0.3.9 |
2344 | 2025-03-25T05:09:48.293Z | Compiling maybe-uninit v2.0.0 |
2345 | 2025-03-25T05:09:48.322Z | Compiling constant_time_eq v0.3.1 |
2346 | 2025-03-25T05:09:48.367Z | Compiling wyz v0.5.1 |
2347 | 2025-03-25T05:09:48.845Z | Compiling bit-set v0.5.3 |
2348 | 2025-03-25T05:09:48.863Z | Compiling diesel_derives v2.2.3 |
2349 | 2025-03-25T05:09:49.141Z | Compiling tar v0.4.44 |
2350 | 2025-03-25T05:09:49.469Z | Compiling r2d2 v0.8.10 |
2351 | 2025-03-25T05:09:50.175Z | Compiling toolchain_find v0.4.0 |
2352 | 2025-03-25T05:09:50.474Z | Compiling camino-tempfile v1.1.1 |
2353 | 2025-03-25T05:09:50.704Z | Compiling phf_generator v0.11.2 |
2354 | 2025-03-25T05:09:50.825Z | Compiling ascii-canvas v3.0.0 |
2355 | 2025-03-25T05:09:50.884Z | Compiling secrecy v0.8.0 |
2356 | 2025-03-25T05:09:50.911Z | Compiling ena v0.14.3 |
2357 | 2025-03-25T05:09:51.162Z | Compiling async-recursion v1.1.1 |
2358 | 2025-03-25T05:09:51.256Z | Compiling packed_struct v0.10.1 |
2359 | 2025-03-25T05:09:51.315Z | Compiling bindgen v0.71.1 |
2360 | 2025-03-25T05:09:51.712Z | Compiling funty v2.0.0 |
2361 | 2025-03-25T05:09:51.776Z | Compiling topological-sort v0.2.2 |
2362 | 2025-03-25T05:09:52.033Z | Compiling crc-catalog v2.4.0 |
2363 | 2025-03-25T05:09:52.221Z | Compiling regex-syntax v0.6.29 |
2364 | 2025-03-25T05:09:52.410Z | Compiling diff v0.1.13 |
2365 | 2025-03-25T05:09:52.886Z | Compiling bitvec v1.0.1 |
2366 | 2025-03-25T05:09:53.330Z | Compiling crc v3.2.1 |
2367 | 2025-03-25T05:09:53.834Z | Compiling omicron-zone-package v0.12.0 |
2368 | 2025-03-25T05:09:54.546Z | Compiling phf_codegen v0.11.2 |
2369 | 2025-03-25T05:09:54.773Z | Compiling rustfmt-wrapper v0.2.1 |
2370 | 2025-03-25T05:09:55.382Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2371 | 2025-03-25T05:09:55.487Z | Compiling lalrpop v0.19.12 |
2372 | 2025-03-25T05:09:56.672Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2373 | 2025-03-25T05:09:56.921Z | Compiling universal-hash v0.5.1 |
2374 | 2025-03-25T05:09:56.942Z | Compiling thiserror-impl-no-std v2.0.2 |
2375 | 2025-03-25T05:09:57.179Z | Compiling packed_struct_codegen v0.10.1 |
2376 | 2025-03-25T05:09:57.253Z | Compiling parse-zoneinfo v0.3.1 |
2377 | 2025-03-25T05:09:58.594Z | Compiling indexmap v1.9.3 |
2378 | 2025-03-25T05:09:58.648Z | Compiling ref-cast v1.0.23 |
2379 | 2025-03-25T05:09:58.953Z | Compiling nodrop v0.1.14 |
2380 | 2025-03-25T05:09:59.133Z | Compiling opaque-debug v0.3.1 |
2381 | 2025-03-25T05:09:59.136Z | Compiling rustc-hash v2.1.1 |
2382 | 2025-03-25T05:09:59.174Z | Compiling diesel v2.2.8 |
2383 | 2025-03-25T05:09:59.254Z | Compiling poly1305 v0.8.0 |
2384 | 2025-03-25T05:09:59.334Z | Compiling thiserror-no-std v2.0.2 |
2385 | 2025-03-25T05:09:59.568Z | Compiling array-init v0.0.4 |
2386 | 2025-03-25T05:10:00.668Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2387 | 2025-03-25T05:10:00.749Z | Compiling chrono-tz-build v0.4.0 |
2388 | 2025-03-25T05:10:01.718Z | Compiling smallvec v0.6.14 |
2389 | 2025-03-25T05:10:02.225Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2390 | 2025-03-25T05:10:02.556Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2391 | 2025-03-25T05:10:02.880Z | Compiling itertools v0.13.0 |
2392 | 2025-03-25T05:10:03.301Z | Compiling derive_builder_core v0.20.2 |
2393 | 2025-03-25T05:10:05.264Z | Compiling chacha20 v0.9.1 |
2394 | 2025-03-25T05:10:05.751Z | Compiling headers-core v0.3.0 |
2395 | 2025-03-25T05:10:05.944Z | Compiling aead v0.5.2 |
2396 | 2025-03-25T05:10:06.354Z | Compiling libxml v0.3.3 |
2397 | 2025-03-25T05:10:06.570Z | Compiling ref-cast-impl v1.0.23 |
2398 | 2025-03-25T05:10:06.861Z | Compiling vte_generate_state_changes v0.1.2 |
2399 | 2025-03-25T05:10:07.483Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2400 | 2025-03-25T05:10:07.590Z | Compiling bitfield v0.14.0 |
2401 | 2025-03-25T05:10:07.826Z | Compiling hashbrown v0.12.3 |
2402 | 2025-03-25T05:10:07.909Z | Compiling arc-swap v1.7.1 |
2403 | 2025-03-25T05:10:08.548Z | Compiling termcolor v1.4.1 |
2404 | 2025-03-25T05:10:09.610Z | Compiling env_logger v0.10.2 |
2405 | 2025-03-25T05:10:10.160Z | Compiling slog-scope v4.4.0 |
2406 | 2025-03-25T05:10:10.809Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2407 | 2025-03-25T05:10:11.520Z | Compiling samael v0.0.18 |
2408 | 2025-03-25T05:10:11.797Z | Compiling vte v0.11.1 |
2409 | 2025-03-25T05:10:12.593Z | Compiling chacha20poly1305 v0.10.1 |
2410 | 2025-03-25T05:10:12.853Z | Compiling headers v0.4.0 |
2411 | 2025-03-25T05:10:13.063Z | Compiling derive_builder_macro v0.20.2 |
2412 | 2025-03-25T05:10:13.272Z | Compiling serde-hex v0.1.0 |
2413 | 2025-03-25T05:10:13.948Z | Compiling chrono-tz v0.10.1 |
2414 | 2025-03-25T05:10:14.651Z | Compiling vsss-rs v3.3.4 |
2415 | 2025-03-25T05:10:16.400Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2416 | 2025-03-25T05:10:16.800Z | Compiling polar-core v0.27.3 |
2417 | 2025-03-25T05:10:18.221Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2418 | 2025-03-25T05:10:18.568Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2419 | 2025-03-25T05:10:18.784Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2420 | 2025-03-25T05:10:19.395Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2421 | 2025-03-25T05:10:19.727Z | Compiling ron v0.8.1 |
2422 | 2025-03-25T05:10:21.217Z | Compiling hashbrown v0.13.2 |
2423 | 2025-03-25T05:10:22.431Z | Compiling strum_macros v0.24.3 |
2424 | 2025-03-25T05:10:22.975Z | Compiling unicase v2.7.0 |
2425 | 2025-03-25T05:10:23.379Z | Compiling crc-any v2.5.0 |
2426 | 2025-03-25T05:10:24.327Z | Compiling indoc v1.0.9 |
2427 | 2025-03-25T05:10:25.116Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2428 | 2025-03-25T05:10:25.284Z | Compiling object v0.30.4 |
2429 | 2025-03-25T05:10:25.311Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2430 | 2025-03-25T05:10:40.085Z | Compiling derive_builder v0.20.2 |
2431 | 2025-03-25T05:10:41.823Z | Compiling strip-ansi-escapes v0.2.0 |
2432 | 2025-03-25T05:10:43.742Z | Compiling slog-stdlog v4.1.1 |
2433 | 2025-03-25T05:10:44.129Z | Compiling papergrid v0.11.0 |
2434 | 2025-03-25T05:10:44.532Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2435 | 2025-03-25T05:10:44.878Z | Compiling tabled_derive v0.7.0 |
2436 | 2025-03-25T05:10:46.873Z | Compiling fd-lock v4.0.2 |
2437 | 2025-03-25T05:10:46.876Z | Compiling peg-macros v0.8.5 |
2438 | 2025-03-25T05:10:47.130Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2439 | 2025-03-25T05:10:48.102Z | Compiling oso-derive v0.27.3 |
2440 | 2025-03-25T05:10:49.083Z | Compiling impl-trait-for-tuples v0.2.2 |
2441 | 2025-03-25T05:10:50.032Z | Compiling quick-xml v0.37.2 |
2442 | 2025-03-25T05:10:51.853Z | Compiling diesel-dtrace v0.4.2 |
2443 | 2025-03-25T05:10:52.220Z | Compiling path-slash v0.1.5 |
2444 | 2025-03-25T05:10:52.494Z | Compiling nu-ansi-term v0.50.1 |
2445 | 2025-03-25T05:10:53.761Z | Compiling reedline v0.38.0 |
2446 | 2025-03-25T05:10:54.739Z | Compiling oso v0.27.3 |
2447 | 2025-03-25T05:10:57.234Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2448 | 2025-03-25T05:11:09.017Z | Compiling peg v0.8.5 |
2449 | 2025-03-25T05:11:09.194Z | Compiling tabled v0.15.0 |
2450 | 2025-03-25T05:11:11.017Z | Compiling slog-envlogger v2.2.0 |
2451 | 2025-03-25T05:11:13.540Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2452 | 2025-03-25T05:11:15.717Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2453 | 2025-03-25T05:11:17.188Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2454 | 2025-03-25T05:11:17.535Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2455 | 2025-03-25T05:11:17.598Z | Compiling pem v3.0.5 |
2456 | 2025-03-25T05:11:19.052Z | Compiling bb8 v0.8.5 |
2457 | 2025-03-25T05:11:19.706Z | Compiling bcs v0.1.6 |
2458 | 2025-03-25T05:11:20.542Z | Compiling fxhash v0.2.1 |
2459 | 2025-03-25T05:11:20.803Z | Compiling libz-sys v1.1.20 |
2460 | 2025-03-25T05:11:21.460Z | Compiling termtree v0.5.1 |
2461 | 2025-03-25T05:11:21.904Z | Compiling async-bb8-diesel v0.2.1 |
2462 | 2025-03-25T05:11:23.413Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2025-03-25T05:11:25.341Z | Compiling kstat-rs v0.2.4 |
2464 | 2025-03-25T05:11:26.195Z | Compiling proc-macro-error-attr2 v2.0.0 |
2465 | 2025-03-25T05:11:26.988Z | Compiling proc-macro-error2 v2.0.1 |
2466 | 2025-03-25T05:11:27.575Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2467 | 2025-03-25T05:11:28.184Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2468 | 2025-03-25T05:11:28.477Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2469 | 2025-03-25T05:11:28.951Z | Compiling nanorand v0.7.0 |
2470 | 2025-03-25T05:11:29.645Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2471 | 2025-03-25T05:11:30.401Z | Compiling pin-project-internal v1.1.6 |
2472 | 2025-03-25T05:11:32.847Z | Compiling parking_lot_core v0.8.6 |
2473 | 2025-03-25T05:11:33.331Z | Compiling pin-project v1.1.6 |
2474 | 2025-03-25T05:11:42.430Z | Compiling flume v0.11.1 |
2475 | 2025-03-25T05:11:43.163Z | Compiling mime_guess v2.0.5 |
2476 | 2025-03-25T05:11:43.442Z | Compiling tabled_derive v0.10.0 |
2477 | 2025-03-25T05:11:44.578Z | Compiling papergrid v0.14.0 |
2478 | 2025-03-25T05:11:45.608Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2479 | 2025-03-25T05:11:46.951Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2480 | 2025-03-25T05:11:50.220Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2481 | 2025-03-25T05:11:53.202Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2482 | 2025-03-25T05:11:53.755Z | Compiling snafu-derive v0.8.5 |
2483 | 2025-03-25T05:11:56.114Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2484 | 2025-03-25T05:11:56.540Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2485 | 2025-03-25T05:11:57.236Z | Compiling tabled v0.18.0 |
2486 | 2025-03-25T05:11:57.862Z | Compiling snafu v0.8.5 |
2487 | 2025-03-25T05:12:00.542Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2488 | 2025-03-25T05:12:07.075Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2489 | 2025-03-25T05:12:13.065Z | Compiling globset v0.4.15 |
2490 | 2025-03-25T05:12:16.627Z | Compiling olpc-cjson v0.1.4 |
2491 | 2025-03-25T05:12:17.034Z | Compiling castaway v0.2.3 |
2492 | 2025-03-25T05:12:17.281Z | Compiling vergen v8.3.2 |
2493 | 2025-03-25T05:12:17.626Z | Compiling nibble_vec v0.1.0 |
2494 | 2025-03-25T05:12:17.901Z | Compiling serde_plain v1.0.2 |
2495 | 2025-03-25T05:12:18.411Z | Compiling cargo-platform v0.1.8 |
2496 | 2025-03-25T05:12:18.943Z | Compiling atty v0.2.14 |
2497 | 2025-03-25T05:12:19.007Z | Compiling io-lifetimes v1.0.11 |
2498 | 2025-03-25T05:12:19.135Z | Compiling http-range v0.1.5 |
2499 | 2025-03-25T05:12:19.555Z | Compiling typed-path v0.9.3 |
2500 | 2025-03-25T05:12:19.682Z | Compiling endian-type v0.1.2 |
2501 | 2025-03-25T05:12:19.957Z | Compiling salty v0.3.0 |
2502 | 2025-03-25T05:12:20.439Z | Compiling radix_trie v0.2.1 |
2503 | 2025-03-25T05:12:21.884Z | Compiling cargo_metadata v0.18.1 |
2504 | 2025-03-25T05:12:23.031Z | Compiling tough v0.19.0 |
2505 | 2025-03-25T05:12:24.541Z | Compiling git2 v0.19.0 |
2506 | 2025-03-25T05:12:24.755Z | Compiling compact_str v0.8.0 |
2507 | 2025-03-25T05:12:27.219Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2508 | 2025-03-25T05:12:30.163Z | Compiling parking_lot v0.11.2 |
2509 | 2025-03-25T05:12:32.146Z | Compiling unicode-truncate v1.1.0 |
2510 | 2025-03-25T05:12:32.458Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2511 | 2025-03-25T05:12:32.488Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2512 | 2025-03-25T05:12:33.889Z | Compiling lru v0.12.5 |
2513 | 2025-03-25T05:12:34.282Z | Compiling rand_seeder v0.3.0 |
2514 | 2025-03-25T05:12:34.715Z | Compiling lzma-sys v0.1.20 |
2515 | 2025-03-25T05:12:35.461Z | Compiling instability v0.3.2 |
2516 | 2025-03-25T05:12:36.503Z | Compiling parse-size v1.1.0 |
2517 | 2025-03-25T05:12:36.843Z | Compiling cassowary v0.3.0 |
2518 | 2025-03-25T05:12:36.985Z | Compiling rustls v0.21.12 |
2519 | 2025-03-25T05:12:37.342Z | Compiling rustix v0.37.28 |
2520 | 2025-03-25T05:12:37.952Z | Compiling indoc v2.0.6 |
2521 | 2025-03-25T05:12:38.367Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2522 | 2025-03-25T05:12:38.784Z | Compiling ratatui v0.29.0 |
2523 | 2025-03-25T05:12:40.405Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2524 | 2025-03-25T05:12:40.459Z | Compiling hyper-staticfile v0.10.1 |
2525 | 2025-03-25T05:12:40.653Z | Compiling sled v0.34.7 |
2526 | 2025-03-25T05:12:42.521Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2527 | 2025-03-25T05:12:43.183Z | Compiling hickory-client v0.24.4 |
2528 | 2025-03-25T05:12:47.560Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2529 | 2025-03-25T05:12:47.685Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2530 | 2025-03-25T05:12:48.763Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2531 | 2025-03-25T05:12:53.170Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2532 | 2025-03-25T05:12:54.654Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2533 | 2025-03-25T05:12:54.804Z | Compiling rustls-webpki v0.101.7 |
2534 | 2025-03-25T05:12:54.986Z | Compiling sct v0.7.1 |
2535 | 2025-03-25T05:12:55.444Z | Compiling hickory-server v0.24.4 |
2536 | 2025-03-25T05:12:58.454Z | Compiling primeorder v0.13.6 |
2537 | 2025-03-25T05:12:58.660Z | Compiling heck v0.3.3 |
2538 | 2025-03-25T05:12:58.989Z | Compiling env_filter v0.1.2 |
2539 | 2025-03-25T05:12:59.009Z | Compiling csv-core v0.1.11 |
2540 | 2025-03-25T05:12:59.886Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2541 | 2025-03-25T05:13:00.250Z | Compiling csv v1.3.1 |
2542 | 2025-03-25T05:13:00.332Z | Compiling env_logger v0.11.5 |
2543 | 2025-03-25T05:13:00.550Z | Compiling zone_cfg_derive v0.1.2 |
2544 | 2025-03-25T05:13:01.730Z | Compiling p384 v0.13.0 |
2545 | 2025-03-25T05:13:01.902Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2546 | 2025-03-25T05:13:06.503Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2547 | 2025-03-25T05:13:07.388Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2548 | 2025-03-25T05:13:08.573Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2549 | 2025-03-25T05:13:08.609Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2550 | 2025-03-25T05:13:09.578Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2551 | 2025-03-25T05:13:10.074Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2552 | 2025-03-25T05:13:10.095Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2553 | 2025-03-25T05:13:10.431Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2554 | 2025-03-25T05:13:10.452Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2555 | 2025-03-25T05:13:10.787Z | Compiling tungstenite v0.23.0 |
2556 | 2025-03-25T05:13:10.806Z | Compiling nix v0.27.1 |
2557 | 2025-03-25T05:13:13.514Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2558 | 2025-03-25T05:13:14.251Z | Compiling base64 v0.13.1 |
2559 | 2025-03-25T05:13:15.047Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2560 | 2025-03-25T05:13:15.248Z | Compiling ron v0.7.1 |
2561 | 2025-03-25T05:13:15.436Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2562 | 2025-03-25T05:13:16.080Z | Compiling tokio-tungstenite v0.23.1 |
2563 | 2025-03-25T05:13:16.467Z | Compiling xz2 v0.1.7 |
2564 | 2025-03-25T05:13:17.069Z | Compiling terminal_size v0.2.6 |
2565 | 2025-03-25T05:13:17.313Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2566 | 2025-03-25T05:13:20.401Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2567 | 2025-03-25T05:13:23.539Z | Compiling tokio-rustls v0.24.1 |
2568 | 2025-03-25T05:13:24.003Z | Compiling zone v0.1.8 |
2569 | 2025-03-25T05:13:26.109Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2570 | 2025-03-25T05:13:27.097Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2571 | 2025-03-25T05:13:27.347Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2572 | 2025-03-25T05:13:28.636Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2573 | 2025-03-25T05:13:28.832Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2574 | 2025-03-25T05:13:28.993Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2575 | 2025-03-25T05:13:29.363Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2576 | 2025-03-25T05:13:29.803Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2577 | 2025-03-25T05:13:32.252Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2578 | 2025-03-25T05:13:33.118Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2579 | 2025-03-25T05:13:35.688Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2580 | 2025-03-25T05:13:37.025Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2581 | 2025-03-25T05:13:37.379Z | Compiling rustls-pemfile v1.0.4 |
2582 | 2025-03-25T05:13:38.143Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2583 | 2025-03-25T05:13:38.722Z | Compiling signal-hook-tokio v0.3.1 |
2584 | 2025-03-25T05:13:38.964Z | Compiling twox-hash v2.1.0 |
2585 | 2025-03-25T05:13:39.244Z | Compiling yasna v0.5.2 |
2586 | 2025-03-25T05:13:40.016Z | Compiling unicode-linebreak v0.1.5 |
2587 | 2025-03-25T05:13:40.590Z | Compiling is_ci v1.2.0 |
2588 | 2025-03-25T05:13:40.915Z | Compiling smawk v0.3.2 |
2589 | 2025-03-25T05:13:41.229Z | Compiling glob v0.3.2 |
2590 | 2025-03-25T05:13:41.454Z | Compiling textwrap v0.16.1 |
2591 | 2025-03-25T05:13:41.849Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2025-03-25T05:13:42.679Z | Compiling supports-color v3.0.2 |
2593 | 2025-03-25T05:13:43.150Z | Compiling rcgen v0.12.1 |
2594 | 2025-03-25T05:13:44.968Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2595 | 2025-03-25T05:13:47.076Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2596 | 2025-03-25T05:13:48.395Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2597 | 2025-03-25T05:13:49.022Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2598 | 2025-03-25T05:13:53.991Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2599 | 2025-03-25T05:13:56.701Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2600 | 2025-03-25T05:14:06.676Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2601 | 2025-03-25T05:14:08.403Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2602 | 2025-03-25T05:14:08.551Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2603 | 2025-03-25T05:14:08.670Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2604 | 2025-03-25T05:14:11.320Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2605 | 2025-03-25T05:14:18.291Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2606 | 2025-03-25T05:14:18.576Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2607 | 2025-03-25T05:14:18.863Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2608 | 2025-03-25T05:14:28.634Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2609 | 2025-03-25T05:14:33.568Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2610 | 2025-03-25T05:14:34.683Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2611 | 2025-03-25T05:14:35.954Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2612 | 2025-03-25T05:14:36.315Z | Compiling fatfs v0.3.6 |
2613 | 2025-03-25T05:14:37.010Z | Compiling rtoolbox v0.0.2 |
2614 | 2025-03-25T05:14:37.301Z | Compiling subprocess v0.2.9 |
2615 | 2025-03-25T05:14:37.471Z | Compiling assert_matches v1.5.0 |
2616 | 2025-03-25T05:14:37.605Z | Compiling rpassword v7.3.1 |
2617 | 2025-03-25T05:14:39.035Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2618 | 2025-03-25T05:14:39.798Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2619 | 2025-03-25T05:14:41.834Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2620 | 2025-03-25T05:14:46.641Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2025-03-25T05:14:53.521Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2622 | 2025-03-25T05:15:12.172Z | Compiling tui-tree-widget v0.23.0 |
2623 | 2025-03-25T05:15:12.641Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2624 | 2025-03-25T05:15:14.137Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2625 | 2025-03-25T05:15:14.494Z | Compiling uzers v0.12.1 |
2626 | 2025-03-25T05:15:17.565Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2627 | 2025-03-25T05:15:24.550Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2628 | 2025-03-25T05:15:25.517Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2629 | 2025-03-25T05:15:30.125Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2630 | 2025-03-25T05:15:40.611Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2631 | 2025-03-25T05:15:45.247Z | Compiling multimap v0.10.0 |
2632 | 2025-03-25T05:18:08.323Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2633 | 2025-03-25T05:25:12.095Z | Finished `release` profile [optimized] target(s) in 17m 13s |
2634 | 2025-03-25T05:26:20.512Z | |
2635 | 2025-03-25T05:26:20.516Z | real 18:23.332838016 |
2636 | 2025-03-25T05:26:20.516Z | user 2:10:06.848287505 |
2637 | 2025-03-25T05:26:20.516Z | sys 3:34.055830137 |
2638 | 2025-03-25T05:26:20.516Z | trap 3.164043646 |
2639 | 2025-03-25T05:26:20.516Z | tflt 1.530137332 |
2640 | 2025-03-25T05:26:20.516Z | dflt 5.388101933 |
2641 | 2025-03-25T05:26:20.516Z | kflt 0.002187699 |
2642 | 2025-03-25T05:26:20.516Z | lock 7:46:46.749800207 |
2643 | 2025-03-25T05:26:20.516Z | slp 6:47:21.986148121 |
2644 | 2025-03-25T05:26:20.516Z | lat 3:35.418318010 |
2645 | 2025-03-25T05:26:20.516Z | stop 2:57.199676669 |
2646 | 2025-03-25T05:26:20.516Z | + mapfile -t packages |
2647 | 2025-03-25T05:26:20.516Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2648 | 2025-03-25T05:26:21.568Z | Compiling ring v0.17.11 |
2649 | 2025-03-25T05:26:23.439Z | Compiling rustls v0.23.19 |
2650 | 2025-03-25T05:26:23.480Z | Compiling rustls v0.22.4 |
2651 | 2025-03-25T05:26:25.088Z | Compiling rustls-webpki v0.102.8 |
2652 | 2025-03-25T05:26:29.025Z | Compiling tokio-rustls v0.25.0 |
2653 | 2025-03-25T05:26:29.478Z | Compiling dropshot v0.12.0 |
2654 | 2025-03-25T05:26:30.942Z | Compiling tokio-rustls v0.26.0 |
2655 | 2025-03-25T05:26:31.313Z | Compiling hyper-rustls v0.27.3 |
2656 | 2025-03-25T05:26:31.861Z | Compiling reqwest v0.12.12 |
2657 | 2025-03-25T05:26:33.626Z | Compiling dropshot v0.16.0 |
2658 | 2025-03-25T05:26:38.444Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2025-03-25T05:26:39.024Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2025-03-25T05:26:41.558Z | Compiling progenitor-client v0.8.0 |
2661 | 2025-03-25T05:26:42.490Z | Compiling progenitor v0.8.0 |
2662 | 2025-03-25T05:26:42.634Z | Compiling progenitor-client v0.9.1 |
2663 | 2025-03-25T05:26:42.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2664 | 2025-03-25T05:26:42.938Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2665 | 2025-03-25T05:26:43.623Z | Compiling omicron-zone-package v0.12.0 |
2666 | 2025-03-25T05:26:52.680Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2025-03-25T05:27:03.844Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2668 | 2025-03-25T05:27:08.078Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2669 | 2025-03-25T05:27:08.882Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2670 | 2025-03-25T05:27:12.229Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2671 | 2025-03-25T05:27:26.607Z | Finished `release` profile [optimized] target(s) in 1m 06s |
2672 | 2025-03-25T05:27:26.785Z | Running `target/release/omicron-package -t test list-outputs` |
2673 | 2025-03-25T05:27:26.839Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2674 | 2025-03-25T05:27:26.842Z | + ptime -m cargo build --locked --release -p xtask |
2675 | 2025-03-25T05:27:27.447Z | Compiling serde v1.0.218 |
2676 | 2025-03-25T05:27:27.451Z | Compiling serde_json v1.0.139 |
2677 | 2025-03-25T05:27:27.451Z | Compiling libc v0.2.170 |
2678 | 2025-03-25T05:27:27.451Z | Compiling rustix v0.38.37 |
2679 | 2025-03-25T05:27:27.451Z | Compiling syn v2.0.98 |
2680 | 2025-03-25T05:27:27.544Z | Compiling bitflags v2.6.0 |
2681 | 2025-03-25T05:27:27.892Z | Compiling usdt-impl v0.5.0 |
2682 | 2025-03-25T05:27:27.982Z | Compiling syn v1.0.109 |
2683 | 2025-03-25T05:27:28.064Z | Compiling log v0.4.22 |
2684 | 2025-03-25T05:27:28.081Z | Compiling hashbrown v0.15.1 |
2685 | 2025-03-25T05:27:28.264Z | Compiling fs-err v2.11.0 |
2686 | 2025-03-25T05:27:28.500Z | Compiling anyhow v1.0.97 |
2687 | 2025-03-25T05:27:28.645Z | Compiling once_cell v1.20.3 |
2688 | 2025-03-25T05:27:28.918Z | Compiling thread-id v4.2.2 |
2689 | 2025-03-25T05:27:29.323Z | Compiling indexmap v2.7.1 |
2690 | 2025-03-25T05:27:30.340Z | Compiling terminal_size v0.4.0 |
2691 | 2025-03-25T05:27:30.340Z | Compiling tempfile v3.13.0 |
2692 | 2025-03-25T05:27:30.603Z | Compiling clap_builder v4.5.32 |
2693 | 2025-03-25T05:27:31.090Z | Compiling proc-macro-error v1.0.4 |
2694 | 2025-03-25T05:27:31.964Z | Compiling tabled_derive v0.7.0 |
2695 | 2025-03-25T05:27:33.031Z | Compiling tabled v0.15.0 |
2696 | 2025-03-25T05:27:33.624Z | Compiling serde_derive v1.0.218 |
2697 | 2025-03-25T05:27:33.625Z | Compiling thiserror-impl v1.0.69 |
2698 | 2025-03-25T05:27:33.628Z | Compiling zerocopy-derive v0.7.35 |
2699 | 2025-03-25T05:27:33.628Z | Compiling scroll_derive v0.12.0 |
2700 | 2025-03-25T05:27:33.628Z | Compiling thiserror-impl v2.0.12 |
2701 | 2025-03-25T05:27:35.010Z | Compiling scroll v0.12.0 |
2702 | 2025-03-25T05:27:35.493Z | Compiling zerocopy v0.7.35 |
2703 | 2025-03-25T05:27:35.652Z | Compiling goblin v0.8.2 |
2704 | 2025-03-25T05:27:36.187Z | Compiling thiserror v1.0.69 |
2705 | 2025-03-25T05:27:36.351Z | Compiling pest v2.7.14 |
2706 | 2025-03-25T05:27:38.192Z | Compiling thiserror v2.0.12 |
2707 | 2025-03-25T05:27:38.387Z | Compiling clap_derive v4.5.32 |
2708 | 2025-03-25T05:27:39.409Z | Compiling pest_meta v2.7.14 |
2709 | 2025-03-25T05:27:42.590Z | Compiling pest_generator v2.7.14 |
2710 | 2025-03-25T05:27:42.904Z | Compiling clap v4.5.32 |
2711 | 2025-03-25T05:27:44.283Z | Compiling pest_derive v2.7.14 |
2712 | 2025-03-25T05:27:45.091Z | Compiling dtrace-parser v0.2.0 |
2713 | 2025-03-25T05:27:46.592Z | Compiling toml_datetime v0.6.8 |
2714 | 2025-03-25T05:27:47.297Z | Compiling serde_spanned v0.6.8 |
2715 | 2025-03-25T05:27:47.584Z | Compiling serde_tokenstream v0.2.2 |
2716 | 2025-03-25T05:27:48.157Z | Compiling dof v0.3.0 |
2717 | 2025-03-25T05:27:48.365Z | Compiling toml_edit v0.22.24 |
2718 | 2025-03-25T05:27:50.320Z | Compiling camino v1.1.9 |
2719 | 2025-03-25T05:27:52.316Z | Compiling toml v0.8.20 |
2720 | 2025-03-25T05:27:55.995Z | Compiling usdt-macro v0.5.0 |
2721 | 2025-03-25T05:27:57.223Z | Compiling usdt-attr-macro v0.5.0 |
2722 | 2025-03-25T05:27:57.573Z | Compiling semver v1.0.25 |
2723 | 2025-03-25T05:27:58.396Z | Compiling cargo-platform v0.1.8 |
2724 | 2025-03-25T05:27:58.539Z | Compiling usdt v0.5.0 |
2725 | 2025-03-25T05:27:58.895Z | Compiling cargo_metadata v0.19.2 |
2726 | 2025-03-25T05:27:59.012Z | Compiling cargo_toml v0.21.0 |
2727 | 2025-03-25T05:27:59.486Z | Compiling camino-tempfile v1.1.1 |
2728 | 2025-03-25T05:27:59.955Z | Compiling macaddr v1.0.1 |
2729 | 2025-03-25T05:28:09.901Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2730 | 2025-03-25T05:28:15.528Z | Finished `release` profile [optimized] target(s) in 48.61s |
2731 | 2025-03-25T05:28:15.644Z | |
2732 | 2025-03-25T05:28:15.644Z | real 48.764676030 |
2733 | 2025-03-25T05:28:15.645Z | user 5:14.724875316 |
2734 | 2025-03-25T05:28:15.645Z | sys 19.030648418 |
2735 | 2025-03-25T05:28:15.645Z | trap 0.142039048 |
2736 | 2025-03-25T05:28:15.645Z | tflt 0.189375030 |
2737 | 2025-03-25T05:28:15.649Z | dflt 0.426194016 |
2738 | 2025-03-25T05:28:15.649Z | kflt 0.000070544 |
2739 | 2025-03-25T05:28:15.649Z | lock 10:06.384923032 |
2740 | 2025-03-25T05:28:15.649Z | slp 15:34.076248903 |
2741 | 2025-03-25T05:28:15.649Z | lat 15.511114567 |
2742 | 2025-03-25T05:28:15.649Z | stop 20.422489310 |
2743 | 2025-03-25T05:28:15.649Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2744 | 2025-03-25T05:28:15.649Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2745 | 2025-03-25T05:28:15.649Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2746 | 2025-03-25T05:28:15.649Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2747 | 2025-03-25T05:28:15.649Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2748 | 2025-03-25T05:28:16.558Z | Compiling regress v0.10.3 |
2749 | 2025-03-25T05:28:16.696Z | Compiling thiserror-impl v2.0.12 |
2750 | 2025-03-25T05:28:16.709Z | Compiling ident_case v1.0.1 |
2751 | 2025-03-25T05:28:16.712Z | Compiling unsafe-libyaml v0.2.11 |
2752 | 2025-03-25T05:28:16.712Z | Compiling progenitor-client v0.9.1 |
2753 | 2025-03-25T05:28:16.712Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2754 | 2025-03-25T05:28:16.712Z | Compiling tempfile v3.13.0 |
2755 | 2025-03-25T05:28:16.712Z | Compiling quick-error v1.2.3 |
2756 | 2025-03-25T05:28:16.915Z | Compiling macaddr v1.0.1 |
2757 | 2025-03-25T05:28:17.013Z | Compiling darling_core v0.20.10 |
2758 | 2025-03-25T05:28:17.217Z | Compiling progenitor-client v0.8.0 |
2759 | 2025-03-25T05:28:17.311Z | Compiling structmeta-derive v0.3.0 |
2760 | 2025-03-25T05:28:17.353Z | Compiling instant v0.1.13 |
2761 | 2025-03-25T05:28:17.488Z | Compiling wait-timeout v0.2.0 |
2762 | 2025-03-25T05:28:17.518Z | Compiling dropshot v0.16.0 |
2763 | 2025-03-25T05:28:17.701Z | Compiling bit-vec v0.8.0 |
2764 | 2025-03-25T05:28:17.940Z | Compiling serde_yaml v0.9.34+deprecated |
2765 | 2025-03-25T05:28:18.016Z | Compiling rusty-fork v0.3.0 |
2766 | 2025-03-25T05:28:18.121Z | Compiling bit-set v0.8.0 |
2767 | 2025-03-25T05:28:18.435Z | Compiling dropshot_endpoint v0.16.0 |
2768 | 2025-03-25T05:28:18.458Z | Compiling rand_xorshift v0.3.0 |
2769 | 2025-03-25T05:28:18.688Z | Compiling unarray v0.1.4 |
2770 | 2025-03-25T05:28:18.803Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2771 | 2025-03-25T05:28:18.877Z | Compiling proptest v1.6.0 |
2772 | 2025-03-25T05:28:18.983Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2773 | 2025-03-25T05:28:19.749Z | Compiling thiserror v2.0.12 |
2774 | 2025-03-25T05:28:19.787Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2775 | 2025-03-25T05:28:19.912Z | Compiling backoff v0.4.0 |
2776 | 2025-03-25T05:28:19.958Z | Compiling structmeta v0.3.0 |
2777 | 2025-03-25T05:28:19.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2778 | 2025-03-25T05:28:20.285Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2779 | 2025-03-25T05:28:20.374Z | Compiling typify-impl v0.2.0 |
2780 | 2025-03-25T05:28:20.728Z | Compiling parse-display-derive v0.10.0 |
2781 | 2025-03-25T05:28:20.778Z | Compiling test-strategy v0.4.0 |
2782 | 2025-03-25T05:28:21.319Z | Compiling proc-macro-crate v1.3.1 |
2783 | 2025-03-25T05:28:21.405Z | Compiling typify-impl v0.3.0 |
2784 | 2025-03-25T05:28:22.245Z | Compiling num_enum_derive v0.5.11 |
2785 | 2025-03-25T05:28:22.789Z | Compiling darling_macro v0.20.10 |
2786 | 2025-03-25T05:28:23.738Z | Compiling darling v0.20.10 |
2787 | 2025-03-25T05:28:23.902Z | Compiling serde_with_macros v3.12.0 |
2788 | 2025-03-25T05:28:24.227Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2789 | 2025-03-25T05:28:24.558Z | Compiling num_enum v0.5.11 |
2790 | 2025-03-25T05:28:24.586Z | Compiling parse-display v0.10.0 |
2791 | 2025-03-25T05:28:24.668Z | Compiling itertools v0.13.0 |
2792 | 2025-03-25T05:28:24.741Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2793 | 2025-03-25T05:28:25.061Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2794 | 2025-03-25T05:28:25.194Z | Compiling heapless v0.8.0 |
2795 | 2025-03-25T05:28:25.746Z | Compiling crucible-workspace-hack v0.1.0 |
2796 | 2025-03-25T05:28:26.113Z | Compiling proc-macro-error v1.0.4 |
2797 | 2025-03-25T05:28:26.275Z | Compiling camino-tempfile v1.1.1 |
2798 | 2025-03-25T05:28:26.437Z | Compiling serde_with v3.12.0 |
2799 | 2025-03-25T05:28:26.754Z | Compiling hash32 v0.3.1 |
2800 | 2025-03-25T05:28:26.757Z | Compiling foreign-types-macros v0.2.3 |
2801 | 2025-03-25T05:28:27.032Z | Compiling smoltcp v0.11.0 |
2802 | 2025-03-25T05:28:27.545Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2803 | 2025-03-25T05:28:27.720Z | Compiling foreign-types-shared v0.3.1 |
2804 | 2025-03-25T05:28:28.064Z | Compiling foreign-types v0.5.0 |
2805 | 2025-03-25T05:28:28.507Z | Compiling tabwriter v1.4.0 |
2806 | 2025-03-25T05:28:29.005Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2807 | 2025-03-25T05:28:29.178Z | Compiling cstr-argument v0.1.2 |
2808 | 2025-03-25T05:28:29.468Z | Compiling cobs v0.2.3 |
2809 | 2025-03-25T05:28:29.782Z | Compiling pretty-hex v0.2.1 |
2810 | 2025-03-25T05:28:29.847Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2811 | 2025-03-25T05:28:29.984Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2812 | 2025-03-25T05:28:30.202Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2813 | 2025-03-25T05:28:30.223Z | Compiling postcard v1.0.10 |
2814 | 2025-03-25T05:28:30.350Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2815 | 2025-03-25T05:28:30.872Z | Compiling colored v2.2.0 |
2816 | 2025-03-25T05:28:30.894Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2817 | 2025-03-25T05:28:31.227Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2818 | 2025-03-25T05:28:31.439Z | Compiling winnow v0.6.20 |
2819 | 2025-03-25T05:28:31.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2820 | 2025-03-25T05:28:31.656Z | Compiling smf v0.2.3 |
2821 | 2025-03-25T05:28:32.532Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2822 | 2025-03-25T05:28:32.873Z | Compiling zone_cfg_derive v0.3.0 |
2823 | 2025-03-25T05:28:32.896Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2824 | 2025-03-25T05:28:33.325Z | Compiling itertools v0.14.0 |
2825 | 2025-03-25T05:28:34.097Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2826 | 2025-03-25T05:28:34.323Z | Compiling num-derive v0.4.2 |
2827 | 2025-03-25T05:28:34.699Z | Compiling typify-macro v0.2.0 |
2828 | 2025-03-25T05:28:34.805Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2829 | 2025-03-25T05:28:34.882Z | Compiling sigpipe v0.1.3 |
2830 | 2025-03-25T05:28:35.033Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2831 | 2025-03-25T05:28:35.397Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2832 | 2025-03-25T05:28:35.917Z | Compiling typify-macro v0.3.0 |
2833 | 2025-03-25T05:28:36.332Z | Compiling zone v0.3.0 |
2834 | 2025-03-25T05:28:36.356Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2835 | 2025-03-25T05:28:36.593Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2836 | 2025-03-25T05:28:36.819Z | Compiling universal-hash v0.5.1 |
2837 | 2025-03-25T05:28:37.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2838 | 2025-03-25T05:28:37.251Z | Compiling opaque-debug v0.3.1 |
2839 | 2025-03-25T05:28:37.369Z | Compiling utf-8 v0.7.6 |
2840 | 2025-03-25T05:28:37.420Z | Compiling num-rational v0.4.2 |
2841 | 2025-03-25T05:28:37.712Z | Compiling tungstenite v0.21.0 |
2842 | 2025-03-25T05:28:37.750Z | Compiling password-hash v0.5.0 |
2843 | 2025-03-25T05:28:38.324Z | Compiling typify v0.2.0 |
2844 | 2025-03-25T05:28:38.482Z | Compiling progenitor-impl v0.8.0 |
2845 | 2025-03-25T05:28:38.619Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2846 | 2025-03-25T05:28:38.646Z | Compiling blake2 v0.10.6 |
2847 | 2025-03-25T05:28:38.922Z | Compiling aead v0.5.2 |
2848 | 2025-03-25T05:28:38.936Z | Compiling num-complex v0.4.6 |
2849 | 2025-03-25T05:28:39.322Z | Compiling convert_case v0.4.0 |
2850 | 2025-03-25T05:28:39.682Z | Compiling typify v0.3.0 |
2851 | 2025-03-25T05:28:39.703Z | Compiling keccak v0.1.5 |
2852 | 2025-03-25T05:28:39.840Z | Compiling progenitor-impl v0.9.1 |
2853 | 2025-03-25T05:28:39.862Z | Compiling base64 v0.21.7 |
2854 | 2025-03-25T05:28:40.068Z | Compiling sha3 v0.10.8 |
2855 | 2025-03-25T05:28:40.161Z | Compiling derive_more v0.99.19 |
2856 | 2025-03-25T05:28:40.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2857 | 2025-03-25T05:28:40.734Z | Compiling num v0.4.3 |
2858 | 2025-03-25T05:28:40.824Z | Compiling argon2 v0.5.3 |
2859 | 2025-03-25T05:28:40.868Z | Compiling tokio-tungstenite v0.21.0 |
2860 | 2025-03-25T05:28:41.050Z | Compiling poly1305 v0.8.0 |
2861 | 2025-03-25T05:28:41.455Z | Compiling chacha20 v0.9.1 |
2862 | 2025-03-25T05:28:41.769Z | Compiling float-ord v0.3.2 |
2863 | 2025-03-25T05:28:41.965Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2864 | 2025-03-25T05:28:41.986Z | Compiling derive-where v1.2.7 |
2865 | 2025-03-25T05:28:42.394Z | Compiling semver v0.1.20 |
2866 | 2025-03-25T05:28:42.757Z | Compiling same-file v1.0.6 |
2867 | 2025-03-25T05:28:43.007Z | Compiling walkdir v2.5.0 |
2868 | 2025-03-25T05:28:43.060Z | Compiling rustc_version v0.1.7 |
2869 | 2025-03-25T05:28:43.514Z | Compiling newline-converter v0.3.0 |
2870 | 2025-03-25T05:28:43.564Z | Compiling primeorder v0.13.6 |
2871 | 2025-03-25T05:28:43.676Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2872 | 2025-03-25T05:28:43.710Z | Compiling secrecy v0.8.0 |
2873 | 2025-03-25T05:28:43.988Z | Compiling cancel-safe-futures v0.1.5 |
2874 | 2025-03-25T05:28:44.138Z | Compiling linked-hash-map v0.5.6 |
2875 | 2025-03-25T05:28:44.335Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2876 | 2025-03-25T05:28:44.377Z | Compiling owo-colors v4.2.0 |
2877 | 2025-03-25T05:28:44.508Z | Compiling lru-cache v0.1.2 |
2878 | 2025-03-25T05:28:44.775Z | Compiling expectorate v1.1.0 |
2879 | 2025-03-25T05:28:44.849Z | Compiling newtype_derive v0.1.6 |
2880 | 2025-03-25T05:28:44.976Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2881 | 2025-03-25T05:28:45.094Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2882 | 2025-03-25T05:28:45.125Z | Compiling resolv-conf v0.7.0 |
2883 | 2025-03-25T05:28:45.154Z | Compiling thiserror-impl-no-std v2.0.2 |
2884 | 2025-03-25T05:28:45.176Z | Compiling libsw-core v0.3.1 |
2885 | 2025-03-25T05:28:45.195Z | Compiling progenitor-macro v0.8.0 |
2886 | 2025-03-25T05:28:45.356Z | Compiling blake3 v1.5.4 |
2887 | 2025-03-25T05:28:45.460Z | Compiling unicase v2.7.0 |
2888 | 2025-03-25T05:28:45.803Z | Compiling half v2.4.1 |
2889 | 2025-03-25T05:28:45.824Z | Compiling fixedbitset v0.5.7 |
2890 | 2025-03-25T05:28:45.950Z | Compiling arc-swap v1.7.1 |
2891 | 2025-03-25T05:28:45.999Z | Compiling ciborium-io v0.2.2 |
2892 | 2025-03-25T05:28:46.361Z | Compiling ciborium-ll v0.2.2 |
2893 | 2025-03-25T05:28:46.408Z | Compiling progenitor-macro v0.9.1 |
2894 | 2025-03-25T05:28:46.456Z | Compiling slog-scope v4.4.0 |
2895 | 2025-03-25T05:28:46.520Z | Compiling petgraph v0.7.1 |
2896 | 2025-03-25T05:28:46.722Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2897 | 2025-03-25T05:28:46.831Z | Compiling hickory-resolver v0.24.4 |
2898 | 2025-03-25T05:28:46.854Z | Compiling libsw v3.4.0 |
2899 | 2025-03-25T05:28:46.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2900 | 2025-03-25T05:28:47.798Z | Compiling thiserror-no-std v2.0.2 |
2901 | 2025-03-25T05:28:47.847Z | Compiling polyval v0.6.2 |
2902 | 2025-03-25T05:28:47.954Z | Compiling atomicwrites v0.4.4 |
2903 | 2025-03-25T05:28:48.299Z | Compiling memmap2 v0.9.5 |
2904 | 2025-03-25T05:28:48.335Z | Compiling arrayref v0.3.9 |
2905 | 2025-03-25T05:28:48.461Z | Compiling arrayvec v0.7.6 |
2906 | 2025-03-25T05:28:48.710Z | Compiling parking_lot_core v0.8.6 |
2907 | 2025-03-25T05:28:48.928Z | Compiling libefi-sys v0.1.0 |
2908 | 2025-03-25T05:28:49.202Z | Compiling indent_write v2.2.0 |
2909 | 2025-03-25T05:28:49.268Z | Compiling salty v0.3.0 |
2910 | 2025-03-25T05:28:49.316Z | Compiling linear-map v1.2.0 |
2911 | 2025-03-25T05:28:49.441Z | Compiling constant_time_eq v0.3.1 |
2912 | 2025-03-25T05:28:49.753Z | Compiling ghash v0.5.1 |
2913 | 2025-03-25T05:28:49.773Z | Compiling vsss-rs v3.3.4 |
2914 | 2025-03-25T05:28:49.972Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2915 | 2025-03-25T05:28:50.743Z | Compiling slog-stdlog v4.1.1 |
2916 | 2025-03-25T05:28:50.869Z | Compiling ciborium v0.2.2 |
2917 | 2025-03-25T05:28:51.102Z | Compiling p384 v0.13.0 |
2918 | 2025-03-25T05:28:51.305Z | Compiling toolchain_find v0.4.0 |
2919 | 2025-03-25T05:28:51.921Z | Compiling chacha20poly1305 v0.10.1 |
2920 | 2025-03-25T05:28:52.168Z | Compiling ctr v0.9.2 |
2921 | 2025-03-25T05:28:52.187Z | Compiling lzma-sys v0.1.20 |
2922 | 2025-03-25T05:28:52.307Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2025-03-25T05:28:52.526Z | Compiling bitfield-struct v0.6.2 |
2924 | 2025-03-25T05:28:52.566Z | Compiling slog-dtrace v0.3.0 |
2925 | 2025-03-25T05:28:52.742Z | Compiling highway v1.3.0 |
2926 | 2025-03-25T05:28:52.916Z | Compiling topological-sort v0.2.2 |
2927 | 2025-03-25T05:28:53.161Z | Compiling omicron-zone-package v0.12.0 |
2928 | 2025-03-25T05:28:53.196Z | Compiling aes-gcm v0.10.3 |
2929 | 2025-03-25T05:28:53.533Z | Compiling rustfmt-wrapper v0.2.1 |
2930 | 2025-03-25T05:28:53.553Z | Compiling slog-envlogger v2.2.0 |
2931 | 2025-03-25T05:28:53.577Z | Compiling mime_guess v2.0.5 |
2932 | 2025-03-25T05:28:53.866Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2025-03-25T05:28:53.981Z | Compiling steno v0.4.1 |
2934 | 2025-03-25T05:28:54.744Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2935 | 2025-03-25T05:28:54.843Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2936 | 2025-03-25T05:28:55.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2937 | 2025-03-25T05:28:55.072Z | Compiling heck v0.3.3 |
2938 | 2025-03-25T05:28:55.154Z | Compiling ssh-encoding v0.2.0 |
2939 | 2025-03-25T05:28:55.423Z | Compiling blowfish v0.9.1 |
2940 | 2025-03-25T05:28:55.484Z | Compiling env_filter v0.1.2 |
2941 | 2025-03-25T05:28:55.671Z | Compiling nibble_vec v0.1.0 |
2942 | 2025-03-25T05:28:55.889Z | Compiling endian-type v0.1.2 |
2943 | 2025-03-25T05:28:55.910Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2944 | 2025-03-25T05:28:56.045Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2945 | 2025-03-25T05:28:56.087Z | Compiling humantime v2.1.0 |
2946 | 2025-03-25T05:28:56.111Z | Compiling radix_trie v0.2.1 |
2947 | 2025-03-25T05:28:56.131Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2025-03-25T05:28:56.412Z | Compiling env_logger v0.11.5 |
2949 | 2025-03-25T05:28:56.539Z | Compiling bcrypt-pbkdf v0.10.0 |
2950 | 2025-03-25T05:28:56.723Z | Compiling ssh-cipher v0.2.0 |
2951 | 2025-03-25T05:28:56.980Z | Compiling zone_cfg_derive v0.1.2 |
2952 | 2025-03-25T05:28:57.059Z | Compiling progenitor v0.8.0 |
2953 | 2025-03-25T05:28:57.160Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2954 | 2025-03-25T05:28:57.306Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2955 | 2025-03-25T05:28:57.538Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2956 | 2025-03-25T05:28:57.607Z | Compiling parking_lot v0.11.2 |
2957 | 2025-03-25T05:28:58.041Z | Compiling progenitor v0.9.1 |
2958 | 2025-03-25T05:28:58.266Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2959 | 2025-03-25T05:28:58.293Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2960 | 2025-03-25T05:28:58.394Z | Compiling qorb v0.2.1 |
2961 | 2025-03-25T05:28:58.556Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2962 | 2025-03-25T05:28:58.599Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2963 | 2025-03-25T05:28:58.684Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2964 | 2025-03-25T05:28:59.099Z | Compiling password-hash v0.4.2 |
2965 | 2025-03-25T05:28:59.125Z | Compiling gethostname v0.5.0 |
2966 | 2025-03-25T05:28:59.337Z | Compiling fxhash v0.2.1 |
2967 | 2025-03-25T05:28:59.568Z | Compiling base64 v0.13.1 |
2968 | 2025-03-25T05:28:59.979Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2969 | 2025-03-25T05:29:00.154Z | Compiling http-range v0.1.5 |
2970 | 2025-03-25T05:29:00.196Z | Compiling ron v0.7.1 |
2971 | 2025-03-25T05:29:00.368Z | Compiling pbkdf2 v0.11.0 |
2972 | 2025-03-25T05:29:00.468Z | Compiling sled v0.34.7 |
2973 | 2025-03-25T05:29:00.731Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2974 | 2025-03-25T05:29:01.431Z | Compiling xz2 v0.1.7 |
2975 | 2025-03-25T05:29:01.893Z | Compiling zone v0.1.8 |
2976 | 2025-03-25T05:29:02.219Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2977 | 2025-03-25T05:29:02.607Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2978 | 2025-03-25T05:29:03.219Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2979 | 2025-03-25T05:29:03.809Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2980 | 2025-03-25T05:29:04.298Z | Compiling ssh-key v0.6.6 |
2981 | 2025-03-25T05:29:04.418Z | Compiling hickory-client v0.24.4 |
2982 | 2025-03-25T05:29:05.016Z | Compiling p521 v0.13.3 |
2983 | 2025-03-25T05:29:05.251Z | Compiling p256 v0.13.2 |
2984 | 2025-03-25T05:29:05.699Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2985 | 2025-03-25T05:29:06.059Z | Compiling hickory-server v0.24.4 |
2986 | 2025-03-25T05:29:06.709Z | Compiling pem v3.0.5 |
2987 | 2025-03-25T05:29:07.312Z | Compiling yasna v0.5.2 |
2988 | 2025-03-25T05:29:07.353Z | Compiling headers-core v0.3.0 |
2989 | 2025-03-25T05:29:07.554Z | Compiling kstat-rs v0.2.4 |
2990 | 2025-03-25T05:29:08.162Z | Compiling nanorand v0.7.0 |
2991 | 2025-03-25T05:29:08.257Z | Compiling atty v0.2.14 |
2992 | 2025-03-25T05:29:08.445Z | Compiling russh-cryptovec v0.7.3 |
2993 | 2025-03-25T05:29:08.648Z | Compiling md5 v0.7.0 |
2994 | 2025-03-25T05:29:08.773Z | Compiling flume v0.11.1 |
2995 | 2025-03-25T05:29:08.832Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2996 | 2025-03-25T05:29:09.239Z | Compiling russh-keys v0.45.0 |
2997 | 2025-03-25T05:29:09.462Z | Compiling rcgen v0.12.1 |
2998 | 2025-03-25T05:29:09.787Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2999 | 2025-03-25T05:29:09.924Z | Compiling headers v0.4.0 |
3000 | 2025-03-25T05:29:11.519Z | Compiling hyper-staticfile v0.10.1 |
3001 | 2025-03-25T05:29:11.541Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3002 | 2025-03-25T05:29:12.145Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3003 | 2025-03-25T05:29:12.259Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3004 | 2025-03-25T05:29:12.557Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3005 | 2025-03-25T05:29:12.737Z | Compiling num-bigint v0.4.6 |
3006 | 2025-03-25T05:29:12.931Z | Compiling des v0.8.1 |
3007 | 2025-03-25T05:29:12.952Z | Compiling subprocess v0.2.9 |
3008 | 2025-03-25T05:29:13.266Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3009 | 2025-03-25T05:29:13.889Z | Compiling display-error-chain v0.2.2 |
3010 | 2025-03-25T05:29:14.197Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3011 | 2025-03-25T05:29:14.619Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3012 | 2025-03-25T05:29:15.233Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3013 | 2025-03-25T05:29:17.292Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3014 | 2025-03-25T05:29:18.793Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3015 | 2025-03-25T05:29:19.223Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3016 | 2025-03-25T05:29:19.880Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3017 | 2025-03-25T05:29:21.034Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3018 | 2025-03-25T05:29:21.595Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3019 | 2025-03-25T05:29:22.486Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3020 | 2025-03-25T05:29:22.619Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3021 | 2025-03-25T05:29:23.059Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3022 | 2025-03-25T05:29:23.553Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3023 | 2025-03-25T05:29:24.820Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3024 | 2025-03-25T05:29:24.855Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3025 | 2025-03-25T05:29:25.688Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3026 | 2025-03-25T05:29:26.188Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3027 | 2025-03-25T05:29:26.694Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3028 | 2025-03-25T05:29:27.788Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3029 | 2025-03-25T05:29:28.220Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3030 | 2025-03-25T05:29:28.384Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3031 | 2025-03-25T05:29:28.993Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3032 | 2025-03-25T05:29:29.648Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3033 | 2025-03-25T05:29:30.259Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3034 | 2025-03-25T05:29:31.547Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3035 | 2025-03-25T05:29:32.455Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3036 | 2025-03-25T05:29:33.234Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3037 | 2025-03-25T05:29:33.688Z | Compiling hex-literal v0.4.1 |
3038 | 2025-03-25T05:29:33.894Z | Compiling russh v0.45.0 |
3039 | 2025-03-25T05:29:34.247Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3040 | 2025-03-25T05:29:34.816Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3041 | 2025-03-25T05:29:35.199Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3042 | 2025-03-25T05:29:36.348Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3043 | 2025-03-25T05:29:36.840Z | Compiling internet-checksum v0.2.1 |
3044 | 2025-03-25T05:29:42.026Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3045 | 2025-03-25T05:29:48.736Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3046 | 2025-03-25T05:29:50.298Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3047 | 2025-03-25T05:30:13.963Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3048 | 2025-03-25T05:30:36.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
3049 | 2025-03-25T05:30:36.561Z | |
3050 | 2025-03-25T05:30:36.561Z | real 2:20.839886768 |
3051 | 2025-03-25T05:30:36.561Z | user 12:00.921702862 |
3052 | 2025-03-25T05:30:36.561Z | sys 1:34.764981824 |
3053 | 2025-03-25T05:30:36.561Z | trap 0.356404104 |
3054 | 2025-03-25T05:30:36.561Z | tflt 0.207058338 |
3055 | 2025-03-25T05:30:36.565Z | dflt 0.621857204 |
3056 | 2025-03-25T05:30:36.565Z | kflt 0.000029702 |
3057 | 2025-03-25T05:30:36.565Z | lock 22:35.477140664 |
3058 | 2025-03-25T05:30:36.565Z | slp 42:14.736467224 |
3059 | 2025-03-25T05:30:36.565Z | lat 38.019995066 |
3060 | 2025-03-25T05:30:36.565Z | stop 1:43.945306506 |
3061 | 2025-03-25T05:30:36.565Z | + mkdir tests |
3062 | 2025-03-25T05:30:36.565Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3063 | 2025-03-25T05:30:36.565Z | + xargs -I '{}' -t cp '{}' tests/ |
3064 | 2025-03-25T05:30:36.609Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-886880c35095b526 tests/ |
3065 | 2025-03-25T05:30:36.635Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-253eb4ea495e4fad tests/ |
3066 | 2025-03-25T05:30:36.661Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cefe377745debac tests/ |
3067 | 2025-03-25T05:30:36.687Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-439f16d1c3212526 tests/ |
3068 | 2025-03-25T05:30:36.966Z | + 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/*) |
3069 | 2025-03-25T05:30:36.970Z | + 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-253eb4ea495e4fad tests/commtest-9cefe377745debac tests/dhcp_server-886880c35095b526 tests/end_to_end_tests-439f16d1c3212526 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 |
3070 | 2025-03-25T05:31:53.699Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3071 | 2025-03-25T05:31:53.699Z | a .github/buildomat/ci-env.sh 1K |
3072 | 2025-03-25T05:31:53.699Z | a out/target/test 1K |
3073 | 2025-03-25T05:31:53.699Z | a out/npuzone/npuzone 23144K |
3074 | 2025-03-25T05:31:53.699Z | a package-manifest.toml 33K |
3075 | 2025-03-25T05:31:53.699Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3076 | 2025-03-25T05:31:53.699Z | a target/release/omicron-package 39604K |
3077 | 2025-03-25T05:31:53.699Z | a target/release/xtask 10810K |
3078 | 2025-03-25T05:31:53.699Z | a target/debug/bootstrap 219170K |
3079 | 2025-03-25T05:31:53.699Z | a tests/bootstrap-253eb4ea495e4fad 24084K |
3080 | 2025-03-25T05:31:53.699Z | a tests/commtest-9cefe377745debac 24339K |
3081 | 2025-03-25T05:31:53.699Z | a tests/dhcp_server-886880c35095b526 24084K |
3082 | 2025-03-25T05:31:53.699Z | a tests/end_to_end_tests-439f16d1c3212526 273776K |
3083 | 2025-03-25T05:31:53.699Z | a out/clickhouse.tar.gz 304240K |
3084 | 2025-03-25T05:31:53.699Z | a out/clickhouse_keeper.tar.gz 289736K |
3085 | 2025-03-25T05:31:53.699Z | a out/clickhouse_server.tar.gz 304189K |
3086 | 2025-03-25T05:31:53.699Z | a out/cockroachdb.tar.gz 144202K |
3087 | 2025-03-25T05:31:53.699Z | a out/crucible-dtrace.tar 98K |
3088 | 2025-03-25T05:31:53.699Z | a out/crucible-pantry-zone.tar.gz 32788K |
3089 | 2025-03-25T05:31:53.699Z | a out/crucible-zone.tar.gz 41175K |
3090 | 2025-03-25T05:31:53.700Z | a out/external-dns.tar.gz 45249K |
3091 | 2025-03-25T05:31:53.700Z | a out/internal-dns.tar.gz 45252K |
3092 | 2025-03-25T05:31:53.700Z | a out/mg-ddm-gz.tar 65544K |
3093 | 2025-03-25T05:31:53.700Z | a out/nexus.tar.gz 110495K |
3094 | 2025-03-25T05:31:53.700Z | a out/ntp.tar.gz 14738K |
3095 | 2025-03-25T05:31:53.700Z | a out/omicron-gateway-softnpu.tar.gz 24800K |
3096 | 2025-03-25T05:31:53.700Z | a out/omicron-sled-agent.tar 125194K |
3097 | 2025-03-25T05:31:53.700Z | a out/overlay.tar.gz 3K |
3098 | 2025-03-25T05:31:53.700Z | a out/oximeter.tar.gz 54294K |
3099 | 2025-03-25T05:31:53.700Z | a out/oxlog.tar 3144K |
3100 | 2025-03-25T05:31:53.700Z | a out/probe.tar.gz 2764K |
3101 | 2025-03-25T05:31:53.700Z | a out/propolis-server.tar.gz 67599K |
3102 | 2025-03-25T05:31:53.700Z | a out/pumpkind-gz.tar 26648K |
3103 | 2025-03-25T05:31:53.700Z | a out/switch-softnpu.tar.gz 262410K |
3104 | 2025-03-25T05:31:53.704Z | |
3105 | 2025-03-25T05:31:53.704Z | real 1:16.713611727 |
3106 | 2025-03-25T05:31:53.704Z | user 1:13.224484282 |
3107 | 2025-03-25T05:31:53.704Z | sys 4.919521244 |
3108 | 2025-03-25T05:31:53.704Z | trap 0.018275734 |
3109 | 2025-03-25T05:31:53.704Z | tflt 0.000000000 |
3110 | 2025-03-25T05:31:53.704Z | dflt 0.000000000 |
3111 | 2025-03-25T05:31:53.704Z | kflt 0.000000000 |
3112 | 2025-03-25T05:31:53.704Z | lock 0.000000000 |
3113 | 2025-03-25T05:31:53.704Z | slp 1:13.039509033 |
3114 | 2025-03-25T05:31:53.704Z | lat 2.220673850 |
3115 | 2025-03-25T05:31:53.704Z | stop 0.000254667 |
3116 | 2025-03-25T05:31:53.704Z | process exited: duration 2037114 ms, exit code 0 |
|
3117 | 2025-03-25T05:31:53.721Z | found 1 output files |
3118 | 2025-03-25T05:31:53.721Z | uploading: /work/package.tar.gz (2021987008 bytes) |
3119 | 2025-03-25T05:32:33.775Z | uploaded: /work/package.tar.gz |