|
|
|
1 | 2025-01-17T05:43:10.255Z | job assigned to worker 01JHSCH300WGJQ0GTWSD8Z97Q7 [factory aws, i-03e749a390187e85f] (queued for 6 m 41 s) |
|
2 | 2025-01-17T05:43:18.318Z | starting task 0: "setup" |
3 | 2025-01-17T05:43:18.328Z | ++ uname -s |
4 | 2025-01-17T05:43:18.332Z | + kern=SunOS |
5 | 2025-01-17T05:43:18.332Z | + case "$kern" in |
6 | 2025-01-17T05:43:18.332Z | + groupadd -g 12345 build |
7 | 2025-01-17T05:43:18.335Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T05:43:20.341Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T05:43:20.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T05:43:20.465Z | + home_fs=zfs |
11 | 2025-01-17T05:43:20.465Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T05:43:20.465Z | + mkdir -p /home/build |
13 | 2025-01-17T05:43:20.467Z | + chown build:build /home/build /work |
14 | 2025-01-17T05:43:21.471Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T05:43:21.474Z | process exited: duration 3154 ms, exit code 0 |
|
16 | 2025-01-17T05:43:21.480Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T05:43:21.484Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T05:43:21.484Z | ' 1.84.0 |
19 | 2025-01-17T05:43:21.484Z | * toolchain channel = "1.84.0" |
20 | 2025-01-17T05:43:21.484Z | * toolchain profile = "default" |
21 | 2025-01-17T05:43:21.485Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-17T05:43:21.485Z | ' default |
23 | 2025-01-17T05:43:21.488Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T05:43:21.488Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T05:43:21.610Z | info: downloading installer |
26 | 2025-01-17T05:43:22.928Z | info: profile set to 'default' |
27 | 2025-01-17T05:43:22.928Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T05:43:22.931Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T05:43:23.067Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T05:43:23.067Z | info: downloading component 'cargo' |
31 | 2025-01-17T05:43:23.806Z | info: downloading component 'clippy' |
32 | 2025-01-17T05:43:24.085Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T05:43:25.091Z | info: downloading component 'rust-std' |
34 | 2025-01-17T05:43:26.584Z | info: downloading component 'rustc' |
35 | 2025-01-17T05:43:32.319Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T05:43:32.534Z | info: installing component 'cargo' |
37 | 2025-01-17T05:43:33.380Z | info: installing component 'clippy' |
38 | 2025-01-17T05:43:33.766Z | info: installing component 'rust-docs' |
39 | 2025-01-17T05:43:35.472Z | info: installing component 'rust-std' |
40 | 2025-01-17T05:43:37.201Z | info: installing component 'rustc' |
41 | 2025-01-17T05:43:43.378Z | info: installing component 'rustfmt' |
42 | 2025-01-17T05:43:43.718Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T05:43:43.718Z | |
44 | 2025-01-17T05:43:44.110Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T05:43:44.110Z | |
46 | 2025-01-17T05:43:44.113Z | |
47 | 2025-01-17T05:43:44.113Z | Rust is installed now. Great! |
48 | 2025-01-17T05:43:44.113Z | |
49 | 2025-01-17T05:43:44.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T05:43:44.113Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T05:43:44.113Z | |
52 | 2025-01-17T05:43:44.113Z | To configure your current shell, you need to source |
53 | 2025-01-17T05:43:44.113Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T05:43:44.113Z | |
55 | 2025-01-17T05:43:44.113Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T05:43:44.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T05:43:44.113Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T05:43:44.191Z | + rustc --version |
59 | 2025-01-17T05:43:44.261Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T05:43:44.263Z | process exited: duration 22778 ms, exit code 0 |
|
61 | 2025-01-17T05:43:44.269Z | starting task 2: "authentication" |
62 | 2025-01-17T05:43:44.290Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T05:43:44.296Z | starting task 3: "clone repository" |
64 | 2025-01-17T05:43:44.302Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T05:43:44.305Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T05:43:44.343Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T05:43:52.897Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T05:43:52.897Z | + git fetch origin 358f4662a350868d1538b10d7534b806883f82a1 |
69 | 2025-01-17T05:43:53.219Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T05:43:53.219Z | * branch 358f4662a350868d1538b10d7534b806883f82a1 -> FETCH_HEAD |
71 | 2025-01-17T05:43:53.231Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2025-01-17T05:43:53.234Z | ++ git branch --show-current |
73 | 2025-01-17T05:43:53.234Z | + current=main |
74 | 2025-01-17T05:43:53.234Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2025-01-17T05:43:53.234Z | + git branch -f renovate/test-strategy-0.x 358f4662a350868d1538b10d7534b806883f82a1 |
76 | 2025-01-17T05:43:53.238Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2025-01-17T05:43:53.423Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2025-01-17T05:43:53.425Z | + git reset --hard 358f4662a350868d1538b10d7534b806883f82a1 |
79 | 2025-01-17T05:43:53.438Z | HEAD is now at 358f4662a Update Rust crate test-strategy to 0.4.0 |
80 | 2025-01-17T05:43:53.441Z | process exited: duration 9141 ms, exit code 0 |
|
81 | 2025-01-17T05:43:53.449Z | starting task 4: "build" |
82 | 2025-01-17T05:43:53.453Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T05:43:53.456Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T05:43:53.456Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T05:43:53.456Z | + cargo --version |
86 | 2025-01-17T05:43:53.517Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T05:43:53.520Z | + rustc --version |
88 | 2025-01-17T05:43:53.586Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T05:43:53.590Z | + WORK=/work |
90 | 2025-01-17T05:43:53.590Z | + pfexec mkdir -p /work |
91 | 2025-01-17T05:43:53.601Z | + pfexec chown build /work |
92 | 2025-01-17T05:43:53.604Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-17T05:43:55.231Z | pkg list: illegal option -- F |
94 | 2025-01-17T05:43:55.231Z | Usage: |
95 | 2025-01-17T05:43:55.235Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-17T05:43:55.235Z | [pkg_fmri_pattern ...] |
97 | 2025-01-17T05:43:56.130Z | pkg list: illegal option -- F |
98 | 2025-01-17T05:43:56.130Z | Usage: |
99 | 2025-01-17T05:43:56.132Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-17T05:43:56.132Z | [pkg_fmri_pattern ...] |
101 | 2025-01-17T05:44:02.049Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-17T05:44:06.198Z | Startup: Caching catalogs ... Done |
103 | 2025-01-17T05:44:17.985Z | Planning: Solver setup ... Done (10.946s) |
104 | 2025-01-17T05:44:18.133Z | Planning: Running solver ... Done (0.148s) |
105 | 2025-01-17T05:44:18.249Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-17T05:44:18.262Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-17T05:44:18.502Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-17T05:44:18.618Z | Planning: Package planning ... Done (0.117s) |
109 | 2025-01-17T05:44:18.676Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-17T05:44:18.876Z | Planning: Checking for conflicting actions ... Done (0.199s) |
111 | 2025-01-17T05:44:20.905Z | Planning: Consolidating action changes ... Done (2.026s) |
112 | 2025-01-17T05:44:21.348Z | Planning: Evaluating mediators ... Done (0.444s) |
113 | 2025-01-17T05:44:21.436Z | Planning: Planning completed in 15.13 seconds |
114 | 2025-01-17T05:44:21.451Z | Packages to install: 4 |
115 | 2025-01-17T05:44:21.451Z | Packages to update: 3 |
116 | 2025-01-17T05:44:21.451Z | Mediators to change: 2 |
117 | 2025-01-17T05:44:21.451Z | Services to change: 1 |
118 | 2025-01-17T05:44:21.453Z | Estimated space available: 155.61 GB |
119 | 2025-01-17T05:44:21.453Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-17T05:44:21.453Z | Create boot environment: No |
121 | 2025-01-17T05:44:21.453Z | Create backup boot environment: Yes |
122 | 2025-01-17T05:44:21.453Z | Rebuild boot archive: No |
123 | 2025-01-17T05:44:21.453Z | |
124 | 2025-01-17T05:44:21.454Z | Changed mediators: |
125 | 2025-01-17T05:44:21.454Z | mediator clang: |
126 | 2025-01-17T05:44:21.454Z | version: None -> 15 (system default) |
127 | 2025-01-17T05:44:21.454Z | |
128 | 2025-01-17T05:44:21.454Z | mediator llvm: |
129 | 2025-01-17T05:44:21.454Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-17T05:44:21.454Z | |
131 | 2025-01-17T05:44:21.454Z | Changed packages: |
132 | 2025-01-17T05:44:21.454Z | helios-dev |
133 | 2025-01-17T05:44:21.454Z | developer/build-essential |
134 | 2025-01-17T05:44:21.454Z | None -> 11-2.0 |
135 | 2025-01-17T05:44:21.454Z | library/libxmlsec1 |
136 | 2025-01-17T05:44:21.454Z | None -> 1.2.35-2.0 |
137 | 2025-01-17T05:44:21.454Z | ooce/developer/clang-15 |
138 | 2025-01-17T05:44:21.454Z | None -> 15.0.7-2.0 |
139 | 2025-01-17T05:44:21.454Z | ooce/developer/llvm-15 |
140 | 2025-01-17T05:44:21.454Z | None -> 15.0.7-2.0 |
141 | 2025-01-17T05:44:21.454Z | package/pkg |
142 | 2025-01-17T05:44:21.454Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-17T05:44:21.454Z | system/library/g++-runtime |
144 | 2025-01-17T05:44:21.454Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-17T05:44:21.454Z | system/library/gcc-runtime |
146 | 2025-01-17T05:44:21.454Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-17T05:44:21.454Z | |
148 | 2025-01-17T05:44:21.454Z | Services: |
149 | 2025-01-17T05:44:21.454Z | restart_fmri: |
150 | 2025-01-17T05:44:21.454Z | svc:/system/update-man-index:default |
151 | 2025-01-17T05:44:21.454Z | |
152 | 2025-01-17T05:44:21.454Z | Editable files to change: |
153 | 2025-01-17T05:44:21.454Z | Update: |
154 | 2025-01-17T05:44:21.455Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-17T05:44:21.536Z | |
156 | 2025-01-17T05:44:21.536Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-17T05:44:26.538Z | Download: 1472/4301 items 117.2/225.4MB 52% complete (23.6M/s) |
158 | 2025-01-17T05:44:31.563Z | Download: 3055/4301 items 121.4/225.4MB 53% complete (12.4M/s) |
159 | 2025-01-17T05:44:37.083Z | Download: 3968/4301 items 218.1/225.4MB 96% complete (10.2M/s) |
160 | 2025-01-17T05:44:41.852Z | Download: 4284/4301 items 222.9/225.4MB 98% complete (10.1M/s) |
161 | 2025-01-17T05:44:42.356Z | Download: Completed 225.42 MB in 20.82 seconds (10.8M/s) |
162 | 2025-01-17T05:44:44.411Z | Actions: 1/5122 actions (Removing old actions) |
163 | 2025-01-17T05:44:44.433Z | Actions: 194/5122 actions (Installing new actions) |
164 | 2025-01-17T05:44:49.350Z | Actions: 4267/5122 actions (Updating modified actions) |
165 | 2025-01-17T05:44:49.595Z | Actions: Completed 5122 actions in 5.17 seconds. |
166 | 2025-01-17T05:44:50.028Z | Done (0.416s) |
167 | 2025-01-17T05:44:50.065Z | Done (0.001s) |
168 | 2025-01-17T05:44:50.648Z | Done (0.608s) |
169 | 2025-01-17T05:44:55.345Z | Done (4.489s) |
170 | 2025-01-17T05:44:55.439Z | Done (0.019s) |
171 | 2025-01-17T05:44:55.442Z | Done (0.000s) |
172 | 2025-01-17T05:44:55.681Z | Done (0.000s) |
173 | 2025-01-17T05:44:56.408Z | Planning: Evaluating mediator changes ... Done |
174 | 2025-01-17T05:44:56.572Z | Planning: Checking for conflicting actions ... Done |
175 | 2025-01-17T05:44:56.575Z | Planning: Consolidating action changes ... Done |
176 | 2025-01-17T05:44:56.849Z | Planning: Evaluating mediators ... Done |
177 | 2025-01-17T05:44:56.851Z | Planning: Planning completed in 0.44 seconds |
178 | 2025-01-17T05:44:56.890Z | Mediators to change: 2 |
179 | 2025-01-17T05:44:56.890Z | Create boot environment: No |
180 | 2025-01-17T05:44:56.892Z | Create backup boot environment: No |
181 | 2025-01-17T05:44:56.987Z | Done |
182 | 2025-01-17T05:44:56.987Z | Done |
183 | 2025-01-17T05:44:57.380Z | Done |
184 | 2025-01-17T05:45:01.239Z | Done |
185 | 2025-01-17T05:45:01.338Z | Done |
186 | 2025-01-17T05:45:01.342Z | Done |
187 | 2025-01-17T05:45:01.484Z | Done |
188 | 2025-01-17T05:45:02.131Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-17T05:45:02.134Z | Planning: Merging actions ... Done |
190 | 2025-01-17T05:45:02.346Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-17T05:45:02.357Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-17T05:45:02.609Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-17T05:45:02.670Z | Planning: Planning completed in 0.79 seconds |
194 | 2025-01-17T05:45:02.715Z | Packages to change: 1 |
195 | 2025-01-17T05:45:02.715Z | Mediators to change: 1 |
196 | 2025-01-17T05:45:02.731Z | Services to change: 1 |
197 | 2025-01-17T05:45:02.731Z | Create boot environment: No |
198 | 2025-01-17T05:45:02.731Z | Create backup boot environment: Yes |
199 | 2025-01-17T05:45:04.927Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2025-01-17T05:45:05.170Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2025-01-17T05:45:05.171Z | Done |
202 | 2025-01-17T05:45:05.171Z | Done |
203 | 2025-01-17T05:45:05.171Z | Done |
204 | 2025-01-17T05:45:08.825Z | Done |
205 | 2025-01-17T05:45:08.925Z | Done |
206 | 2025-01-17T05:45:08.928Z | Done |
207 | 2025-01-17T05:45:09.068Z | Done |
208 | 2025-01-17T05:45:09.521Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2025-01-17T05:45:09.521Z | clang system 15 system |
210 | 2025-01-17T05:45:09.521Z | csh system system illumos |
211 | 2025-01-17T05:45:09.521Z | ctags system system illumos |
212 | 2025-01-17T05:45:09.522Z | gcc vendor 12 vendor |
213 | 2025-01-17T05:45:09.522Z | gcc system 10 system |
214 | 2025-01-17T05:45:09.522Z | gcc system 7 system |
215 | 2025-01-17T05:45:09.522Z | go system 1.20 system |
216 | 2025-01-17T05:45:09.522Z | go system 1.19 system |
217 | 2025-01-17T05:45:09.522Z | llvm system 15 system |
218 | 2025-01-17T05:45:09.522Z | llvm system 14 system |
219 | 2025-01-17T05:45:09.522Z | mariadb system 10.6 system |
220 | 2025-01-17T05:45:09.522Z | mta vendor vendor dma |
221 | 2025-01-17T05:45:09.522Z | openjdk system 17 system |
222 | 2025-01-17T05:45:09.522Z | openjdk system 11 system |
223 | 2025-01-17T05:45:09.522Z | openjdk system 1.8 system |
224 | 2025-01-17T05:45:09.522Z | openssl vendor 3 vendor |
225 | 2025-01-17T05:45:09.522Z | perl system 5.36 system |
226 | 2025-01-17T05:45:09.522Z | postgresql system 15 system |
227 | 2025-01-17T05:45:09.522Z | postgresql system 13 system |
228 | 2025-01-17T05:45:09.522Z | python vendor 3 vendor |
229 | 2025-01-17T05:45:09.522Z | python system 2 system |
230 | 2025-01-17T05:45:09.522Z | python3 system 3.11 system |
231 | 2025-01-17T05:45:09.522Z | ruby system 3.0 system |
232 | 2025-01-17T05:45:09.522Z | words vendor vendor american-english |
233 | 2025-01-17T05:45:09.522Z | words system system australian-english |
234 | 2025-01-17T05:45:09.522Z | words system system british-english |
235 | 2025-01-17T05:45:09.522Z | words system system canadian-english |
236 | 2025-01-17T05:45:09.522Z | words system system french |
237 | 2025-01-17T05:45:09.522Z | words system system italian |
238 | 2025-01-17T05:45:09.522Z | words system system ngerman |
239 | 2025-01-17T05:45:09.522Z | words system system ogerman |
240 | 2025-01-17T05:45:09.522Z | words system system spanish |
241 | 2025-01-17T05:45:09.864Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-01-17T05:45:09.864Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-01-17T05:45:12.699Z | FMRI IFO |
244 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
251 | 2025-01-17T05:45:12.699Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
254 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
257 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-01-17T05:45:12.700Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-01-17T05:45:13.491Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-01-17T05:45:13.789Z | Updating crates.io index |
261 | 2025-01-17T05:45:13.791Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
262 | 2025-01-17T05:45:14.178Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2025-01-17T05:45:14.656Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2025-01-17T05:45:14.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-01-17T05:45:15.139Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-01-17T05:45:15.463Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2025-01-17T05:45:16.475Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2025-01-17T05:45:18.179Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2025-01-17T05:45:18.824Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2025-01-17T05:45:19.679Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2025-01-17T05:45:20.057Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2025-01-17T05:45:20.296Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2025-01-17T05:45:20.924Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2025-01-17T05:45:21.257Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2025-01-17T05:45:21.679Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2025-01-17T05:45:21.991Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2025-01-17T05:45:22.275Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2025-01-17T05:45:22.565Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2025-01-17T05:45:22.842Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2025-01-17T05:45:23.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2025-01-17T05:45:23.684Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2025-01-17T05:45:23.941Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2025-01-17T05:45:24.553Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2025-01-17T05:45:24.944Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2025-01-17T05:45:25.317Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2025-01-17T05:45:25.762Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
287 | 2025-01-17T05:45:26.028Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2025-01-17T05:45:26.342Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2025-01-17T05:45:26.617Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2025-01-17T05:45:27.952Z | Downloading crates ... |
291 | 2025-01-17T05:45:28.027Z | Downloaded byteorder v1.5.0 |
292 | 2025-01-17T05:45:28.030Z | Downloaded camino-tempfile v1.1.1 |
293 | 2025-01-17T05:45:28.033Z | Downloaded colorchoice v1.0.2 |
294 | 2025-01-17T05:45:28.036Z | Downloaded clap_lex v0.7.2 |
295 | 2025-01-17T05:45:28.039Z | Downloaded clap_derive v4.5.18 |
296 | 2025-01-17T05:45:28.039Z | Downloaded camino v1.1.9 |
297 | 2025-01-17T05:45:28.043Z | Downloaded anyhow v1.0.93 |
298 | 2025-01-17T05:45:28.049Z | Downloaded anstyle v1.0.10 |
299 | 2025-01-17T05:45:28.049Z | Downloaded anstream v0.6.15 |
300 | 2025-01-17T05:45:28.112Z | Downloaded digest v0.10.7 |
301 | 2025-01-17T05:45:28.114Z | Downloaded fnv v1.0.7 |
302 | 2025-01-17T05:45:28.117Z | Downloaded equivalent v1.0.1 |
303 | 2025-01-17T05:45:28.117Z | Downloaded fastrand v2.1.1 |
304 | 2025-01-17T05:45:28.120Z | Downloaded heck v0.4.1 |
305 | 2025-01-17T05:45:28.120Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2025-01-17T05:45:28.122Z | Downloaded dof v0.3.0 |
307 | 2025-01-17T05:45:28.122Z | Downloaded heck v0.5.0 |
308 | 2025-01-17T05:45:28.126Z | Downloaded fs-err v2.11.0 |
309 | 2025-01-17T05:45:28.126Z | Downloaded errno v0.3.9 |
310 | 2025-01-17T05:45:28.128Z | Downloaded crypto-common v0.1.6 |
311 | 2025-01-17T05:45:28.128Z | Downloaded cpufeatures v0.2.14 |
312 | 2025-01-17T05:45:28.128Z | Downloaded once_cell v1.20.2 |
313 | 2025-01-17T05:45:28.131Z | Downloaded macaddr v1.0.1 |
314 | 2025-01-17T05:45:28.147Z | Downloaded tabled_derive v0.7.0 |
315 | 2025-01-17T05:45:28.154Z | Downloaded pest_meta v2.7.14 |
316 | 2025-01-17T05:45:28.157Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2025-01-17T05:45:28.161Z | Downloaded pest_derive v2.7.14 |
318 | 2025-01-17T05:45:28.161Z | Downloaded log v0.4.22 |
319 | 2025-01-17T05:45:28.164Z | Downloaded memchr v2.7.4 |
320 | 2025-01-17T05:45:28.168Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-01-17T05:45:28.171Z | Downloaded dtrace-parser v0.2.0 |
322 | 2025-01-17T05:45:28.173Z | Downloaded swrite v0.1.0 |
323 | 2025-01-17T05:45:28.173Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-17T05:45:28.181Z | Downloaded serde_spanned v0.6.8 |
325 | 2025-01-17T05:45:28.184Z | Downloaded itoa v1.0.11 |
326 | 2025-01-17T05:45:28.184Z | Downloaded memmap v0.7.0 |
327 | 2025-01-17T05:45:28.198Z | Downloaded thread-id v4.2.2 |
328 | 2025-01-17T05:45:28.210Z | Downloaded generic-array v0.14.7 |
329 | 2025-01-17T05:45:28.210Z | Downloaded pest_generator v2.7.14 |
330 | 2025-01-17T05:45:28.212Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-01-17T05:45:28.212Z | Downloaded smawk v0.3.2 |
332 | 2025-01-17T05:45:28.212Z | Downloaded thiserror-impl v1.0.69 |
333 | 2025-01-17T05:45:28.212Z | Downloaded plain v0.2.3 |
334 | 2025-01-17T05:45:28.212Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-17T05:45:28.216Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2025-01-17T05:45:28.218Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2025-01-17T05:45:28.218Z | Downloaded quote v1.0.38 |
338 | 2025-01-17T05:45:28.221Z | Downloaded thiserror v1.0.69 |
339 | 2025-01-17T05:45:28.225Z | Downloaded usdt v0.5.0 |
340 | 2025-01-17T05:45:28.229Z | Downloaded strsim v0.11.1 |
341 | 2025-01-17T05:45:28.229Z | Downloaded terminal_size v0.4.0 |
342 | 2025-01-17T05:45:28.233Z | Downloaded cfg-if v1.0.0 |
343 | 2025-01-17T05:45:28.236Z | Downloaded bytecount v0.6.8 |
344 | 2025-01-17T05:45:28.236Z | Downloaded anstyle-parse v0.2.5 |
345 | 2025-01-17T05:45:28.242Z | Downloaded semver v1.0.24 |
346 | 2025-01-17T05:45:28.245Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2025-01-17T05:45:28.247Z | Downloaded anstyle-query v1.1.1 |
348 | 2025-01-17T05:45:28.247Z | Downloaded sha2 v0.10.8 |
349 | 2025-01-17T05:45:28.250Z | Downloaded scroll v0.12.0 |
350 | 2025-01-17T05:45:28.250Z | Downloaded autocfg v1.4.0 |
351 | 2025-01-17T05:45:28.253Z | Downloaded version_check v0.9.5 |
352 | 2025-01-17T05:45:28.253Z | Downloaded utf8parse v0.2.2 |
353 | 2025-01-17T05:45:28.257Z | Downloaded proc-macro-error v1.0.4 |
354 | 2025-01-17T05:45:28.260Z | Downloaded block-buffer v0.10.4 |
355 | 2025-01-17T05:45:28.263Z | Downloaded cargo_metadata v0.18.1 |
356 | 2025-01-17T05:45:28.268Z | Downloaded cargo_toml v0.20.5 |
357 | 2025-01-17T05:45:28.276Z | Downloaded proc-macro2 v1.0.92 |
358 | 2025-01-17T05:45:28.279Z | Downloaded tempfile v3.13.0 |
359 | 2025-01-17T05:45:28.281Z | Downloaded cargo-platform v0.1.8 |
360 | 2025-01-17T05:45:28.285Z | Downloaded usdt-impl v0.5.0 |
361 | 2025-01-17T05:45:28.291Z | Downloaded typenum v1.17.0 |
362 | 2025-01-17T05:45:28.294Z | Downloaded ucd-trie v0.1.7 |
363 | 2025-01-17T05:45:28.296Z | Downloaded unicode-ident v1.0.14 |
364 | 2025-01-17T05:45:28.300Z | Downloaded clap v4.5.21 |
365 | 2025-01-17T05:45:28.306Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2025-01-17T05:45:28.310Z | Downloaded pest v2.7.14 |
367 | 2025-01-17T05:45:28.314Z | Downloaded papergrid v0.11.0 |
368 | 2025-01-17T05:45:28.319Z | Downloaded ryu v1.0.18 |
369 | 2025-01-17T05:45:28.323Z | Downloaded serde_derive v1.0.217 |
370 | 2025-01-17T05:45:28.326Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-17T05:45:28.328Z | Downloaded serde v1.0.217 |
372 | 2025-01-17T05:45:28.332Z | Downloaded toml v0.8.19 |
373 | 2025-01-17T05:45:28.336Z | Downloaded indexmap v2.7.0 |
374 | 2025-01-17T05:45:28.343Z | Downloaded hashbrown v0.15.1 |
375 | 2025-01-17T05:45:28.356Z | Downloaded textwrap v0.16.1 |
376 | 2025-01-17T05:45:28.360Z | Downloaded goblin v0.8.2 |
377 | 2025-01-17T05:45:28.364Z | Downloaded toml_edit v0.22.22 |
378 | 2025-01-17T05:45:28.385Z | Downloaded serde_json v1.0.135 |
379 | 2025-01-17T05:45:28.403Z | Downloaded zerocopy v0.7.35 |
380 | 2025-01-17T05:45:28.418Z | Downloaded winnow v0.6.20 |
381 | 2025-01-17T05:45:28.426Z | Downloaded tabled v0.15.0 |
382 | 2025-01-17T05:45:28.440Z | Downloaded clap_builder v4.5.21 |
383 | 2025-01-17T05:45:28.447Z | Downloaded syn v2.0.96 |
384 | 2025-01-17T05:45:28.457Z | Downloaded syn v1.0.109 |
385 | 2025-01-17T05:45:28.467Z | Downloaded unicode-width v0.1.14 |
386 | 2025-01-17T05:45:28.473Z | Downloaded rustix v0.38.37 |
387 | 2025-01-17T05:45:28.513Z | Downloaded libc v0.2.169 |
388 | 2025-01-17T05:45:28.827Z | Compiling proc-macro2 v1.0.92 |
389 | 2025-01-17T05:45:28.827Z | Compiling unicode-ident v1.0.14 |
390 | 2025-01-17T05:45:28.832Z | Compiling serde v1.0.217 |
391 | 2025-01-17T05:45:28.832Z | Compiling version_check v0.9.5 |
392 | 2025-01-17T05:45:28.832Z | Compiling memchr v2.7.4 |
393 | 2025-01-17T05:45:28.866Z | Compiling thiserror v1.0.69 |
394 | 2025-01-17T05:45:28.869Z | Compiling libc v0.2.169 |
395 | 2025-01-17T05:45:28.869Z | Compiling itoa v1.0.11 |
396 | 2025-01-17T05:45:29.134Z | Compiling ryu v1.0.18 |
397 | 2025-01-17T05:45:29.219Z | Compiling ucd-trie v0.1.7 |
398 | 2025-01-17T05:45:29.663Z | Compiling once_cell v1.20.2 |
399 | 2025-01-17T05:45:29.689Z | Compiling byteorder v1.5.0 |
400 | 2025-01-17T05:45:29.790Z | Compiling rustix v0.38.37 |
401 | 2025-01-17T05:45:29.954Z | Compiling serde_json v1.0.135 |
402 | 2025-01-17T05:45:30.120Z | Compiling bitflags v2.6.0 |
403 | 2025-01-17T05:45:30.301Z | Compiling usdt-impl v0.5.0 |
404 | 2025-01-17T05:45:30.442Z | Compiling proc-macro-error-attr v1.0.4 |
405 | 2025-01-17T05:45:30.532Z | Compiling syn v1.0.109 |
406 | 2025-01-17T05:45:30.605Z | Compiling proc-macro-error v1.0.4 |
407 | 2025-01-17T05:45:30.633Z | Compiling plain v0.2.3 |
408 | 2025-01-17T05:45:30.660Z | Compiling quote v1.0.38 |
409 | 2025-01-17T05:45:30.813Z | Compiling errno v0.3.9 |
410 | 2025-01-17T05:45:30.907Z | Compiling log v0.4.22 |
411 | 2025-01-17T05:45:31.029Z | Compiling syn v2.0.96 |
412 | 2025-01-17T05:45:31.055Z | Compiling hashbrown v0.15.1 |
413 | 2025-01-17T05:45:31.175Z | Compiling utf8parse v0.2.2 |
414 | 2025-01-17T05:45:31.275Z | Compiling camino v1.1.9 |
415 | 2025-01-17T05:45:31.315Z | Compiling equivalent v1.0.1 |
416 | 2025-01-17T05:45:31.351Z | Compiling anstyle-parse v0.2.5 |
417 | 2025-01-17T05:45:31.538Z | Compiling thread-id v4.2.2 |
418 | 2025-01-17T05:45:31.823Z | Compiling autocfg v1.4.0 |
419 | 2025-01-17T05:45:31.951Z | Compiling pretty-hex v0.4.1 |
420 | 2025-01-17T05:45:32.043Z | Compiling is_terminal_polyfill v1.70.1 |
421 | 2025-01-17T05:45:32.138Z | Compiling indexmap v2.7.0 |
422 | 2025-01-17T05:45:32.181Z | Compiling anstyle v1.0.10 |
423 | 2025-01-17T05:45:32.184Z | Compiling semver v1.0.24 |
424 | 2025-01-17T05:45:32.228Z | Compiling colorchoice v1.0.2 |
425 | 2025-01-17T05:45:32.421Z | Compiling anstyle-query v1.1.1 |
426 | 2025-01-17T05:45:32.602Z | Compiling winnow v0.6.20 |
427 | 2025-01-17T05:45:32.654Z | Compiling unicode-width v0.1.14 |
428 | 2025-01-17T05:45:32.798Z | Compiling anstream v0.6.15 |
429 | 2025-01-17T05:45:32.828Z | Compiling fs-err v2.11.0 |
430 | 2025-01-17T05:45:33.134Z | Compiling terminal_size v0.4.0 |
431 | 2025-01-17T05:45:33.390Z | Compiling clap_lex v0.7.2 |
432 | 2025-01-17T05:45:33.487Z | Compiling heck v0.4.1 |
433 | 2025-01-17T05:45:33.517Z | Compiling cfg-if v1.0.0 |
434 | 2025-01-17T05:45:33.555Z | Compiling bytecount v0.6.8 |
435 | 2025-01-17T05:45:33.630Z | Compiling heck v0.5.0 |
436 | 2025-01-17T05:45:33.796Z | Compiling fnv v1.0.7 |
437 | 2025-01-17T05:45:33.826Z | Compiling anyhow v1.0.93 |
438 | 2025-01-17T05:45:33.853Z | Compiling strsim v0.11.1 |
439 | 2025-01-17T05:45:33.919Z | Compiling fastrand v2.1.1 |
440 | 2025-01-17T05:45:33.947Z | Compiling papergrid v0.11.0 |
441 | 2025-01-17T05:45:34.518Z | Compiling tempfile v3.13.0 |
442 | 2025-01-17T05:45:34.692Z | Compiling clap_builder v4.5.21 |
443 | 2025-01-17T05:45:34.903Z | Compiling memmap v0.7.0 |
444 | 2025-01-17T05:45:35.039Z | Compiling smawk v0.3.2 |
445 | 2025-01-17T05:45:35.262Z | Compiling unicode-linebreak v0.1.5 |
446 | 2025-01-17T05:45:35.839Z | Compiling textwrap v0.16.1 |
447 | 2025-01-17T05:45:35.839Z | Compiling swrite v0.1.0 |
448 | 2025-01-17T05:45:36.708Z | Compiling tabled_derive v0.7.0 |
449 | 2025-01-17T05:45:38.007Z | Compiling serde_derive v1.0.217 |
450 | 2025-01-17T05:45:38.007Z | Compiling thiserror-impl v1.0.69 |
451 | 2025-01-17T05:45:38.010Z | Compiling zerocopy-derive v0.7.35 |
452 | 2025-01-17T05:45:38.010Z | Compiling scroll_derive v0.12.0 |
453 | 2025-01-17T05:45:38.010Z | Compiling clap_derive v4.5.18 |
454 | 2025-01-17T05:45:38.423Z | Compiling tabled v0.15.0 |
455 | 2025-01-17T05:45:39.396Z | Compiling scroll v0.12.0 |
456 | 2025-01-17T05:45:39.900Z | Compiling zerocopy v0.7.35 |
457 | 2025-01-17T05:45:39.959Z | Compiling goblin v0.8.2 |
458 | 2025-01-17T05:45:40.988Z | Compiling pest v2.7.14 |
459 | 2025-01-17T05:45:41.863Z | Compiling clap v4.5.21 |
460 | 2025-01-17T05:45:43.283Z | Compiling pest_meta v2.7.14 |
461 | 2025-01-17T05:45:44.250Z | Compiling pest_generator v2.7.14 |
462 | 2025-01-17T05:45:45.714Z | Compiling pest_derive v2.7.14 |
463 | 2025-01-17T05:45:46.328Z | Compiling dtrace-parser v0.2.0 |
464 | 2025-01-17T05:45:47.090Z | Compiling serde_tokenstream v0.2.2 |
465 | 2025-01-17T05:45:47.137Z | Compiling serde_spanned v0.6.8 |
466 | 2025-01-17T05:45:47.165Z | Compiling toml_datetime v0.6.8 |
467 | 2025-01-17T05:45:47.366Z | Compiling cargo-platform v0.1.8 |
468 | 2025-01-17T05:45:47.404Z | Compiling macaddr v1.0.1 |
469 | 2025-01-17T05:45:47.685Z | Compiling toml_edit v0.22.22 |
470 | 2025-01-17T05:45:47.859Z | Compiling camino-tempfile v1.1.1 |
471 | 2025-01-17T05:45:48.516Z | Compiling dof v0.3.0 |
472 | 2025-01-17T05:45:48.554Z | Compiling cargo_metadata v0.18.1 |
473 | 2025-01-17T05:45:49.951Z | Compiling usdt-macro v0.5.0 |
474 | 2025-01-17T05:45:49.952Z | Compiling usdt-attr-macro v0.5.0 |
475 | 2025-01-17T05:45:50.694Z | Compiling toml v0.8.19 |
476 | 2025-01-17T05:45:51.011Z | Compiling usdt v0.5.0 |
477 | 2025-01-17T05:45:51.466Z | Compiling cargo_toml v0.20.5 |
478 | 2025-01-17T05:45:54.206Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
479 | 2025-01-17T05:45:57.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s |
480 | 2025-01-17T05:45:57.785Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
481 | 2025-01-17T05:45:58.347Z | Downloading crates ... |
482 | 2025-01-17T05:45:58.493Z | Downloaded atomic-waker v1.1.2 |
483 | 2025-01-17T05:45:58.496Z | Downloaded headers-core v0.3.0 |
484 | 2025-01-17T05:45:58.502Z | Downloaded darling v0.20.10 |
485 | 2025-01-17T05:45:58.508Z | Downloaded ident_case v1.0.1 |
486 | 2025-01-17T05:45:58.510Z | Downloaded hex v0.4.3 |
487 | 2025-01-17T05:45:58.513Z | Downloaded arrayref v0.3.9 |
488 | 2025-01-17T05:45:58.513Z | Downloaded addr2line v0.24.2 |
489 | 2025-01-17T05:45:58.517Z | Downloaded ascii-canvas v3.0.0 |
490 | 2025-01-17T05:45:58.520Z | Downloaded arc-swap v1.7.1 |
491 | 2025-01-17T05:45:58.524Z | Downloaded async-bb8-diesel v0.2.1 |
492 | 2025-01-17T05:45:58.528Z | Downloaded argon2 v0.5.3 |
493 | 2025-01-17T05:45:58.530Z | Downloaded array-init v0.0.4 |
494 | 2025-01-17T05:45:58.530Z | Downloaded heck v0.3.3 |
495 | 2025-01-17T05:45:58.533Z | Downloaded instant v0.1.13 |
496 | 2025-01-17T05:45:58.535Z | Downloaded async-stream-impl v0.3.6 |
497 | 2025-01-17T05:45:58.535Z | Downloaded allocator-api2 v0.2.18 |
498 | 2025-01-17T05:45:58.542Z | Downloaded is_ci v1.2.0 |
499 | 2025-01-17T05:45:58.545Z | Downloaded icu_provider_macros v1.5.0 |
500 | 2025-01-17T05:45:58.545Z | Downloaded assert_matches v1.5.0 |
501 | 2025-01-17T05:45:58.548Z | Downloaded async-stream v0.3.6 |
502 | 2025-01-17T05:45:58.550Z | Downloaded matches v0.1.10 |
503 | 2025-01-17T05:45:58.550Z | Downloaded hubpack_derive v0.1.1 |
504 | 2025-01-17T05:45:58.553Z | Downloaded md5 v0.7.0 |
505 | 2025-01-17T05:45:58.553Z | Downloaded arrayvec v0.7.6 |
506 | 2025-01-17T05:45:58.556Z | Downloaded match_cfg v0.1.0 |
507 | 2025-01-17T05:45:58.558Z | Downloaded async-trait v0.1.83 |
508 | 2025-01-17T05:45:58.561Z | Downloaded is-terminal v0.4.13 |
509 | 2025-01-17T05:45:58.563Z | Downloaded heapless v0.8.0 |
510 | 2025-01-17T05:45:58.566Z | Downloaded heapless v0.7.17 |
511 | 2025-01-17T05:45:58.571Z | Downloaded hyper-tls v0.6.0 |
512 | 2025-01-17T05:45:58.573Z | Downloaded hubpack v0.1.2 |
513 | 2025-01-17T05:45:58.576Z | Downloaded backoff v0.4.0 |
514 | 2025-01-17T05:45:58.578Z | Downloaded maplit v1.0.2 |
515 | 2025-01-17T05:45:58.578Z | Downloaded keccak v0.1.5 |
516 | 2025-01-17T05:45:58.581Z | Downloaded atomicwrites v0.4.4 |
517 | 2025-01-17T05:45:58.581Z | Downloaded aead v0.5.2 |
518 | 2025-01-17T05:45:58.583Z | Downloaded instability v0.3.2 |
519 | 2025-01-17T05:45:58.586Z | Downloaded libefi-sys v0.1.0 |
520 | 2025-01-17T05:45:58.588Z | Downloaded indent_write v2.2.0 |
521 | 2025-01-17T05:45:58.588Z | Downloaded idna_adapter v1.2.0 |
522 | 2025-01-17T05:45:58.591Z | Downloaded home v0.5.9 |
523 | 2025-01-17T05:45:58.591Z | Downloaded bumpalo v3.16.0 |
524 | 2025-01-17T05:45:58.593Z | Downloaded indoc v1.0.9 |
525 | 2025-01-17T05:45:58.596Z | Downloaded hex-literal v0.4.1 |
526 | 2025-01-17T05:45:58.599Z | Downloaded base64 v0.21.7 |
527 | 2025-01-17T05:45:58.603Z | Downloaded lazycell v1.3.0 |
528 | 2025-01-17T05:45:58.606Z | Downloaded lazy_static v1.5.0 |
529 | 2025-01-17T05:45:58.608Z | Downloaded mime v0.3.17 |
530 | 2025-01-17T05:45:58.610Z | Downloaded kstat-rs v0.2.4 |
531 | 2025-01-17T05:45:58.612Z | Downloaded managed v0.8.0 |
532 | 2025-01-17T05:45:58.614Z | Downloaded libsw v3.3.1 |
533 | 2025-01-17T05:45:58.614Z | Downloaded internet-checksum v0.2.1 |
534 | 2025-01-17T05:45:58.616Z | Downloaded inout v0.1.3 |
535 | 2025-01-17T05:45:58.617Z | Downloaded impl-trait-for-tuples v0.2.2 |
536 | 2025-01-17T05:45:58.621Z | Downloaded serde-big-array v0.5.1 |
537 | 2025-01-17T05:45:58.623Z | Downloaded memoffset v0.9.1 |
538 | 2025-01-17T05:45:58.626Z | Downloaded lru v0.12.5 |
539 | 2025-01-17T05:45:58.626Z | Downloaded cfg_aliases v0.2.1 |
540 | 2025-01-17T05:45:58.629Z | Downloaded sqlparser_derive v0.2.2 |
541 | 2025-01-17T05:45:58.631Z | Downloaded progenitor-macro v0.9.1 |
542 | 2025-01-17T05:45:58.631Z | Downloaded progenitor v0.9.1 |
543 | 2025-01-17T05:45:58.631Z | Downloaded maybe-uninit v2.0.0 |
544 | 2025-01-17T05:45:58.634Z | Downloaded lru-cache v0.1.2 |
545 | 2025-01-17T05:45:58.634Z | Downloaded lalrpop-util v0.19.12 |
546 | 2025-01-17T05:45:58.636Z | Downloaded atty v0.2.14 |
547 | 2025-01-17T05:45:58.639Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2025-01-17T05:45:58.641Z | Downloaded libloading v0.8.5 |
549 | 2025-01-17T05:45:58.644Z | Downloaded httparse v1.9.5 |
550 | 2025-01-17T05:45:58.647Z | Downloaded lock_api v0.4.12 |
551 | 2025-01-17T05:45:58.649Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2025-01-17T05:45:58.654Z | Downloaded hyper-rustls v0.27.3 |
553 | 2025-01-17T05:45:58.657Z | Downloaded linked-hash-map v0.5.6 |
554 | 2025-01-17T05:45:58.657Z | Downloaded jobserver v0.1.32 |
555 | 2025-01-17T05:45:58.660Z | Downloaded cbc v0.1.2 |
556 | 2025-01-17T05:45:58.663Z | Downloaded highway v1.2.0 |
557 | 2025-01-17T05:45:58.666Z | Downloaded litemap v0.7.3 |
558 | 2025-01-17T05:45:58.669Z | Downloaded linear-map v1.2.0 |
559 | 2025-01-17T05:45:58.669Z | Downloaded buf-list v1.0.3 |
560 | 2025-01-17T05:45:58.672Z | Downloaded blowfish v0.9.1 |
561 | 2025-01-17T05:45:58.674Z | Downloaded crucible-workspace-hack v0.1.0 |
562 | 2025-01-17T05:45:58.674Z | Downloaded bcrypt-pbkdf v0.10.0 |
563 | 2025-01-17T05:45:58.677Z | Downloaded chacha20 v0.9.1 |
564 | 2025-01-17T05:45:58.680Z | Downloaded waitgroup v0.1.2 |
565 | 2025-01-17T05:45:58.680Z | Downloaded semver v0.1.20 |
566 | 2025-01-17T05:45:58.682Z | Downloaded icu_provider v1.5.0 |
567 | 2025-01-17T05:45:58.684Z | Downloaded hmac v0.12.1 |
568 | 2025-01-17T05:45:58.687Z | Downloaded cexpr v0.6.0 |
569 | 2025-01-17T05:45:58.690Z | Downloaded crunchy v0.2.2 |
570 | 2025-01-17T05:45:58.693Z | Downloaded bit-vec v0.6.3 |
571 | 2025-01-17T05:45:58.693Z | Downloaded block-padding v0.3.3 |
572 | 2025-01-17T05:45:58.696Z | Downloaded cstr-argument v0.1.2 |
573 | 2025-01-17T05:45:58.696Z | Downloaded ciborium-io v0.2.2 |
574 | 2025-01-17T05:45:58.696Z | Downloaded ipnet v2.10.1 |
575 | 2025-01-17T05:45:58.699Z | Downloaded icu_locid v1.5.0 |
576 | 2025-01-17T05:45:58.703Z | Downloaded crossbeam-deque v0.8.5 |
577 | 2025-01-17T05:45:58.707Z | Downloaded icu_normalizer v1.5.0 |
578 | 2025-01-17T05:45:58.710Z | Downloaded zerofrom v0.1.4 |
579 | 2025-01-17T05:45:58.713Z | Downloaded tower-service v0.3.3 |
580 | 2025-01-17T05:45:58.713Z | Downloaded http-range v0.1.5 |
581 | 2025-01-17T05:45:58.715Z | Downloaded bzip2 v0.4.4 |
582 | 2025-01-17T05:45:58.717Z | Downloaded diesel_table_macro_syntax v0.2.0 |
583 | 2025-01-17T05:45:58.717Z | Downloaded slog-async v2.8.0 |
584 | 2025-01-17T05:45:58.720Z | Downloaded constant_time_eq v0.3.1 |
585 | 2025-01-17T05:45:58.722Z | Downloaded http-body v1.0.1 |
586 | 2025-01-17T05:45:58.722Z | Downloaded cookie_store v0.21.0 |
587 | 2025-01-17T05:45:58.725Z | Downloaded difflib v0.4.0 |
588 | 2025-01-17T05:45:58.728Z | Downloaded mime_guess v2.0.5 |
589 | 2025-01-17T05:45:58.731Z | Downloaded memmap2 v0.9.5 |
590 | 2025-01-17T05:45:58.731Z | Downloaded curve25519-dalek-derive v0.1.1 |
591 | 2025-01-17T05:45:58.734Z | Downloaded crc-catalog v2.4.0 |
592 | 2025-01-17T05:45:58.736Z | Downloaded openssl-probe v0.1.5 |
593 | 2025-01-17T05:45:58.736Z | Downloaded openssl-macros v0.1.1 |
594 | 2025-01-17T05:45:58.738Z | Downloaded normalize-line-endings v0.3.0 |
595 | 2025-01-17T05:45:58.738Z | Downloaded termtree v0.4.1 |
596 | 2025-01-17T05:45:58.741Z | Downloaded strum v0.26.3 |
597 | 2025-01-17T05:45:58.741Z | Downloaded snafu-derive v0.8.5 |
598 | 2025-01-17T05:45:58.743Z | Downloaded unarray v0.1.4 |
599 | 2025-01-17T05:45:58.745Z | Downloaded typify-macro v0.3.0 |
600 | 2025-01-17T05:45:58.745Z | Downloaded typify-macro v0.2.0 |
601 | 2025-01-17T05:45:58.748Z | Downloaded tinyvec_macros v0.1.1 |
602 | 2025-01-17T05:45:58.748Z | Downloaded rpassword v7.3.1 |
603 | 2025-01-17T05:45:58.750Z | Downloaded colored v2.1.0 |
604 | 2025-01-17T05:45:58.752Z | Downloaded indexmap v1.9.3 |
605 | 2025-01-17T05:45:58.755Z | Downloaded bitflags v1.3.2 |
606 | 2025-01-17T05:45:58.759Z | Downloaded icu_normalizer_data v1.5.0 |
607 | 2025-01-17T05:45:58.762Z | Downloaded yoke-derive v0.7.4 |
608 | 2025-01-17T05:45:58.765Z | Downloaded blake2 v0.10.6 |
609 | 2025-01-17T05:45:58.770Z | Downloaded iana-time-zone v0.1.61 |
610 | 2025-01-17T05:45:58.773Z | Downloaded peg-runtime v0.8.3 |
611 | 2025-01-17T05:45:58.773Z | Downloaded opaque-debug v0.3.1 |
612 | 2025-01-17T05:45:58.773Z | Downloaded zerofrom-derive v0.1.4 |
613 | 2025-01-17T05:45:58.776Z | Downloaded icu_properties v1.5.1 |
614 | 2025-01-17T05:45:58.779Z | Downloaded pem v3.0.4 |
615 | 2025-01-17T05:45:58.782Z | Downloaded ciborium v0.2.2 |
616 | 2025-01-17T05:45:58.782Z | Downloaded strum_macros v0.25.3 |
617 | 2025-01-17T05:45:58.785Z | Downloaded quick-error v1.2.3 |
618 | 2025-01-17T05:45:58.787Z | Downloaded dirs-next v2.0.0 |
619 | 2025-01-17T05:45:58.787Z | Downloaded const-oid v0.9.6 |
620 | 2025-01-17T05:45:58.790Z | Downloaded diesel-dtrace v0.4.2 |
621 | 2025-01-17T05:45:58.793Z | Downloaded rustc_version v0.1.7 |
622 | 2025-01-17T05:45:58.795Z | Downloaded fallible-streaming-iterator v0.1.9 |
623 | 2025-01-17T05:45:58.795Z | Downloaded fallible-iterator v0.3.0 |
624 | 2025-01-17T05:45:58.798Z | Downloaded sec1 v0.7.3 |
625 | 2025-01-17T05:45:58.800Z | Downloaded rustc-hash v2.0.0 |
626 | 2025-01-17T05:45:58.800Z | Downloaded md-5 v0.10.6 |
627 | 2025-01-17T05:45:58.803Z | Downloaded group v0.13.0 |
628 | 2025-01-17T05:45:58.806Z | Downloaded tls_codec v0.4.1 |
629 | 2025-01-17T05:45:58.808Z | Downloaded termios v0.3.3 |
630 | 2025-01-17T05:45:58.811Z | Downloaded structmeta-derive v0.3.0 |
631 | 2025-01-17T05:45:58.811Z | Downloaded tls_codec_derive v0.4.1 |
632 | 2025-01-17T05:45:58.813Z | Downloaded crossbeam-epoch v0.9.18 |
633 | 2025-01-17T05:45:58.816Z | Downloaded crc-any v2.5.0 |
634 | 2025-01-17T05:45:58.819Z | Downloaded indicatif v0.17.9 |
635 | 2025-01-17T05:45:58.824Z | Downloaded fallible-iterator v0.2.0 |
636 | 2025-01-17T05:45:58.827Z | Downloaded base64 v0.22.1 |
637 | 2025-01-17T05:45:58.830Z | Downloaded hyper-util v0.1.10 |
638 | 2025-01-17T05:45:58.835Z | Downloaded ahash v0.8.11 |
639 | 2025-01-17T05:45:58.839Z | Downloaded powerfmt v0.2.0 |
640 | 2025-01-17T05:45:58.842Z | Downloaded peg v0.8.4 |
641 | 2025-01-17T05:45:58.845Z | Downloaded rand_chacha v0.3.1 |
642 | 2025-01-17T05:45:58.848Z | Downloaded crossbeam-utils v0.8.20 |
643 | 2025-01-17T05:45:58.850Z | Downloaded pbkdf2 v0.12.2 |
644 | 2025-01-17T05:45:58.855Z | Downloaded slog v2.7.0 |
645 | 2025-01-17T05:45:58.871Z | Downloaded signature v2.2.0 |
646 | 2025-01-17T05:45:58.873Z | Downloaded sct v0.7.1 |
647 | 2025-01-17T05:45:58.874Z | Downloaded icu_collections v1.5.0 |
648 | 2025-01-17T05:45:58.881Z | Downloaded newtype_derive v0.1.6 |
649 | 2025-01-17T05:45:58.883Z | Downloaded sha1 v0.10.6 |
650 | 2025-01-17T05:45:58.886Z | Downloaded salsa20 v0.10.2 |
651 | 2025-01-17T05:45:58.886Z | Downloaded nodrop v0.1.14 |
652 | 2025-01-17T05:45:58.890Z | Downloaded newline-converter v0.3.0 |
653 | 2025-01-17T05:45:58.890Z | Downloaded resolv-conf v0.7.0 |
654 | 2025-01-17T05:45:58.892Z | Downloaded peg-macros v0.8.4 |
655 | 2025-01-17T05:45:58.895Z | Downloaded nu-ansi-term v0.50.1 |
656 | 2025-01-17T05:45:58.897Z | Downloaded phf_shared v0.10.0 |
657 | 2025-01-17T05:45:58.900Z | Downloaded hickory-resolver v0.24.1 |
658 | 2025-01-17T05:45:58.903Z | Downloaded strip-ansi-escapes v0.2.0 |
659 | 2025-01-17T05:45:58.906Z | Downloaded oso-derive v0.27.3 |
660 | 2025-01-17T05:45:58.909Z | Downloaded tiny-keccak v2.0.2 |
661 | 2025-01-17T05:45:58.909Z | Downloaded stringprep v0.1.5 |
662 | 2025-01-17T05:45:58.911Z | Downloaded smf v0.2.3 |
663 | 2025-01-17T05:45:58.911Z | Downloaded futures-channel v0.3.31 |
664 | 2025-01-17T05:45:58.914Z | Downloaded tokio-macros v2.5.0 |
665 | 2025-01-17T05:45:58.917Z | Downloaded tinystr v0.7.6 |
666 | 2025-01-17T05:45:58.919Z | Downloaded ppv-lite86 v0.2.20 |
667 | 2025-01-17T05:45:58.919Z | Downloaded derive_builder_core v0.20.2 |
668 | 2025-01-17T05:45:58.922Z | Downloaded unicase v2.7.0 |
669 | 2025-01-17T05:45:58.925Z | Downloaded cookie v0.18.1 |
670 | 2025-01-17T05:45:58.927Z | Downloaded chacha20poly1305 v0.10.1 |
671 | 2025-01-17T05:45:58.930Z | Downloaded minimal-lexical v0.2.1 |
672 | 2025-01-17T05:45:58.934Z | Downloaded zerovec-derive v0.10.3 |
673 | 2025-01-17T05:45:58.937Z | Downloaded zeroize_derive v1.4.2 |
674 | 2025-01-17T05:45:58.939Z | Downloaded rustls-pki-types v1.10.0 |
675 | 2025-01-17T05:45:58.949Z | Downloaded ff v0.13.0 |
676 | 2025-01-17T05:45:58.952Z | Downloaded zerocopy v0.6.6 |
677 | 2025-01-17T05:45:58.952Z | Downloaded dsl_auto_type v0.1.2 |
678 | 2025-01-17T05:45:58.952Z | Downloaded mockall v0.13.0 |
679 | 2025-01-17T05:45:58.952Z | Downloaded gethostname v0.5.0 |
680 | 2025-01-17T05:45:58.952Z | Downloaded flagset v0.4.6 |
681 | 2025-01-17T05:45:58.954Z | Downloaded fixedbitset v0.4.2 |
682 | 2025-01-17T05:45:58.955Z | Downloaded filetime v0.2.25 |
683 | 2025-01-17T05:45:58.957Z | Downloaded toolchain_find v0.4.0 |
684 | 2025-01-17T05:45:58.960Z | Downloaded nibble_vec v0.1.0 |
685 | 2025-01-17T05:45:58.963Z | Downloaded float-cmp v0.9.0 |
686 | 2025-01-17T05:45:58.963Z | Downloaded typify v0.3.0 |
687 | 2025-01-17T05:45:58.967Z | Downloaded http v1.2.0 |
688 | 2025-01-17T05:45:58.978Z | Downloaded phf_shared v0.11.2 |
689 | 2025-01-17T05:45:58.981Z | Downloaded newtype-uuid v1.2.1 |
690 | 2025-01-17T05:45:58.983Z | Downloaded structmeta v0.3.0 |
691 | 2025-01-17T05:45:58.986Z | Downloaded strum_macros v0.26.4 |
692 | 2025-01-17T05:45:58.989Z | Downloaded prettyplease v0.2.25 |
693 | 2025-01-17T05:45:58.995Z | Downloaded rand_xorshift v0.3.0 |
694 | 2025-01-17T05:45:58.997Z | Downloaded psl-types v2.0.11 |
695 | 2025-01-17T05:45:59.000Z | Downloaded progenitor-macro v0.8.0 |
696 | 2025-01-17T05:45:59.003Z | Downloaded darling_macro v0.20.10 |
697 | 2025-01-17T05:45:59.005Z | Downloaded zone_cfg_derive v0.3.0 |
698 | 2025-01-17T05:45:59.005Z | Downloaded zone_cfg_derive v0.1.2 |
699 | 2025-01-17T05:45:59.009Z | Downloaded rusty-fork v0.3.0 |
700 | 2025-01-17T05:45:59.009Z | Downloaded rustversion v1.0.17 |
701 | 2025-01-17T05:45:59.013Z | Downloaded zone v0.1.8 |
702 | 2025-01-17T05:45:59.015Z | Downloaded simd-adler32 v0.3.7 |
703 | 2025-01-17T05:45:59.015Z | Downloaded hash32 v0.3.1 |
704 | 2025-01-17T05:45:59.018Z | Downloaded diff v0.1.13 |
705 | 2025-01-17T05:45:59.021Z | Downloaded new_debug_unreachable v1.0.6 |
706 | 2025-01-17T05:45:59.024Z | Downloaded termcolor v1.4.1 |
707 | 2025-01-17T05:45:59.024Z | Downloaded diesel_derives v2.2.3 |
708 | 2025-01-17T05:45:59.028Z | Downloaded num-conv v0.1.0 |
709 | 2025-01-17T05:45:59.030Z | Downloaded serde_with_macros v3.11.0 |
710 | 2025-01-17T05:45:59.034Z | Downloaded fxhash v0.2.1 |
711 | 2025-01-17T05:45:59.034Z | Downloaded tokio-native-tls v0.3.1 |
712 | 2025-01-17T05:45:59.036Z | Downloaded supports-color v3.0.1 |
713 | 2025-01-17T05:45:59.036Z | Downloaded parse-size v1.1.0 |
714 | 2025-01-17T05:45:59.039Z | Downloaded subtle v2.6.1 |
715 | 2025-01-17T05:45:59.039Z | Downloaded bytes v1.9.0 |
716 | 2025-01-17T05:45:59.043Z | Downloaded pem-rfc7468 v0.7.0 |
717 | 2025-01-17T05:45:59.045Z | Downloaded dirs-sys-next v0.1.2 |
718 | 2025-01-17T05:45:59.048Z | Downloaded yoke v0.7.4 |
719 | 2025-01-17T05:45:59.051Z | Downloaded twox-hash v1.6.3 |
720 | 2025-01-17T05:45:59.051Z | Downloaded ron v0.8.1 |
721 | 2025-01-17T05:45:59.058Z | Downloaded topological-sort v0.2.2 |
722 | 2025-01-17T05:45:59.063Z | Downloaded pin-project-lite v0.2.14 |
723 | 2025-01-17T05:45:59.067Z | Downloaded zone v0.3.0 |
724 | 2025-01-17T05:45:59.070Z | Downloaded wait-timeout v0.2.0 |
725 | 2025-01-17T05:45:59.070Z | Downloaded unicode-properties v0.1.3 |
726 | 2025-01-17T05:45:59.073Z | Downloaded sigpipe v0.1.3 |
727 | 2025-01-17T05:45:59.073Z | Downloaded subprocess v0.2.9 |
728 | 2025-01-17T05:45:59.076Z | Downloaded pin-project-internal v1.1.6 |
729 | 2025-01-17T05:45:59.078Z | Downloaded owo-colors v4.1.0 |
730 | 2025-01-17T05:45:59.081Z | Downloaded ghash v0.5.1 |
731 | 2025-01-17T05:45:59.084Z | Downloaded env_filter v0.1.2 |
732 | 2025-01-17T05:45:59.086Z | Downloaded enum-as-inner v0.6.1 |
733 | 2025-01-17T05:45:59.086Z | Downloaded enum-as-inner v0.5.1 |
734 | 2025-01-17T05:45:59.089Z | Downloaded env_logger v0.11.5 |
735 | 2025-01-17T05:45:59.095Z | Downloaded term v0.7.0 |
736 | 2025-01-17T05:45:59.097Z | Downloaded dropshot_endpoint v0.15.1 |
737 | 2025-01-17T05:45:59.100Z | Downloaded num-integer v0.1.46 |
738 | 2025-01-17T05:45:59.103Z | Downloaded num-derive v0.4.2 |
739 | 2025-01-17T05:45:59.105Z | Downloaded serde_yaml v0.9.34+deprecated |
740 | 2025-01-17T05:45:59.109Z | Downloaded num-iter v0.1.45 |
741 | 2025-01-17T05:45:59.112Z | Downloaded idna v1.0.3 |
742 | 2025-01-17T05:45:59.118Z | Downloaded predicates-tree v1.0.11 |
743 | 2025-01-17T05:45:59.126Z | Downloaded uzers v0.12.1 |
744 | 2025-01-17T05:45:59.126Z | Downloaded tokio-stream v0.1.16 |
745 | 2025-01-17T05:45:59.134Z | Downloaded oso v0.27.3 |
746 | 2025-01-17T05:45:59.134Z | Downloaded qorb v0.2.1 |
747 | 2025-01-17T05:45:59.136Z | Downloaded itertools v0.10.5 |
748 | 2025-01-17T05:45:59.139Z | Downloaded pretty-hex v0.2.1 |
749 | 2025-01-17T05:45:59.142Z | Downloaded yasna v0.5.2 |
750 | 2025-01-17T05:45:59.145Z | Downloaded r2d2 v0.8.10 |
751 | 2025-01-17T05:45:59.147Z | Downloaded siphasher v0.3.11 |
752 | 2025-01-17T05:45:59.147Z | Downloaded slog-bunyan v2.5.0 |
753 | 2025-01-17T05:45:59.151Z | Downloaded serde_plain v1.0.2 |
754 | 2025-01-17T05:45:59.151Z | Downloaded rustls-pemfile v1.0.4 |
755 | 2025-01-17T05:45:59.154Z | Downloaded signal-hook-tokio v0.3.1 |
756 | 2025-01-17T05:45:59.154Z | Downloaded getrandom v0.2.15 |
757 | 2025-01-17T05:45:59.157Z | Downloaded thiserror-impl v2.0.11 |
758 | 2025-01-17T05:45:59.160Z | Downloaded env_logger v0.10.2 |
759 | 2025-01-17T05:45:59.162Z | Downloaded thiserror-impl-no-std v2.0.2 |
760 | 2025-01-17T05:45:59.165Z | Downloaded zip v0.6.6 |
761 | 2025-01-17T05:45:59.167Z | Downloaded libxml v0.3.3 |
762 | 2025-01-17T05:45:59.173Z | Downloaded dhcproto-macros v0.1.0 |
763 | 2025-01-17T05:45:59.175Z | Downloaded write16 v1.0.0 |
764 | 2025-01-17T05:45:59.175Z | Downloaded signal-hook-registry v1.4.2 |
765 | 2025-01-17T05:45:59.178Z | Downloaded hickory-server v0.24.1 |
766 | 2025-01-17T05:45:59.181Z | Downloaded futures-executor v0.3.31 |
767 | 2025-01-17T05:45:59.186Z | Downloaded funty v2.0.0 |
768 | 2025-01-17T05:45:59.187Z | Downloaded fragile v2.0.0 |
769 | 2025-01-17T05:45:59.190Z | Downloaded form_urlencoded v1.2.1 |
770 | 2025-01-17T05:45:59.190Z | Downloaded either v1.13.0 |
771 | 2025-01-17T05:45:59.190Z | Downloaded ed25519 v2.2.3 |
772 | 2025-01-17T05:45:59.193Z | Downloaded tracing v0.1.40 |
773 | 2025-01-17T05:45:59.195Z | Downloaded parse-display-derive v0.10.0 |
774 | 2025-01-17T05:45:59.198Z | Downloaded walkdir v2.5.0 |
775 | 2025-01-17T05:45:59.198Z | Downloaded unicode-bidi v0.3.17 |
776 | 2025-01-17T05:45:59.201Z | Downloaded rustfmt-wrapper v0.2.1 |
777 | 2025-01-17T05:45:59.204Z | Downloaded tungstenite v0.24.0 |
778 | 2025-01-17T05:45:59.206Z | Downloaded tungstenite v0.23.0 |
779 | 2025-01-17T05:45:59.209Z | Downloaded endian-type v0.1.2 |
780 | 2025-01-17T05:45:59.212Z | Downloaded parse-display v0.10.0 |
781 | 2025-01-17T05:45:59.212Z | Downloaded dropshot_endpoint v0.12.0 |
782 | 2025-01-17T05:45:59.216Z | Downloaded samael v0.0.17 |
783 | 2025-01-17T05:45:59.219Z | Downloaded precomputed-hash v0.1.1 |
784 | 2025-01-17T05:45:59.223Z | Downloaded number_prefix v0.4.0 |
785 | 2025-01-17T05:45:59.223Z | Downloaded num_threads v0.1.7 |
786 | 2025-01-17T05:45:59.225Z | Downloaded ssh-cipher v0.2.0 |
787 | 2025-01-17T05:45:59.225Z | Downloaded serde_path_to_error v0.1.16 |
788 | 2025-01-17T05:45:59.230Z | Downloaded thiserror v2.0.11 |
789 | 2025-01-17T05:45:59.233Z | Downloaded time-core v0.1.2 |
790 | 2025-01-17T05:45:59.236Z | Downloaded uuid v1.11.0 |
791 | 2025-01-17T05:45:59.238Z | Downloaded expectorate v1.1.0 |
792 | 2025-01-17T05:45:59.241Z | Downloaded untrusted v0.7.1 |
793 | 2025-01-17T05:45:59.244Z | Downloaded ref-cast-impl v1.0.23 |
794 | 2025-01-17T05:45:59.247Z | Downloaded which v4.4.2 |
795 | 2025-01-17T05:45:59.247Z | Downloaded synstructure v0.13.1 |
796 | 2025-01-17T05:45:59.250Z | Downloaded signal-hook-mio v0.2.4 |
797 | 2025-01-17T05:45:59.250Z | Downloaded take_mut v0.2.2 |
798 | 2025-01-17T05:45:59.250Z | Downloaded pin-project v1.1.6 |
799 | 2025-01-17T05:45:59.263Z | Downloaded downcast v0.11.0 |
800 | 2025-01-17T05:45:59.267Z | Downloaded try-lock v0.2.5 |
801 | 2025-01-17T05:45:59.270Z | Downloaded parking_lot v0.12.3 |
802 | 2025-01-17T05:45:59.270Z | Downloaded radium v0.7.0 |
803 | 2025-01-17T05:45:59.272Z | Downloaded quinn-udp v0.5.5 |
804 | 2025-01-17T05:45:59.272Z | Downloaded password-hash v0.5.0 |
805 | 2025-01-17T05:45:59.275Z | Downloaded predicates v3.1.2 |
806 | 2025-01-17T05:45:59.281Z | Downloaded predicates-core v1.0.8 |
807 | 2025-01-17T05:45:59.281Z | Downloaded paste v1.0.15 |
808 | 2025-01-17T05:45:59.285Z | Downloaded num_enum_derive v0.5.11 |
809 | 2025-01-17T05:45:59.285Z | Downloaded slog-json v2.6.1 |
810 | 2025-01-17T05:45:59.289Z | Downloaded rfc6979 v0.4.0 |
811 | 2025-01-17T05:45:59.289Z | Downloaded thread_local v1.1.8 |
812 | 2025-01-17T05:45:59.289Z | Downloaded russh-keys v0.45.0 |
813 | 2025-01-17T05:45:59.293Z | Downloaded snafu v0.8.5 |
814 | 2025-01-17T05:45:59.298Z | Downloaded value-bag v1.9.0 |
815 | 2025-01-17T05:45:59.302Z | Downloaded des v0.8.1 |
816 | 2025-01-17T05:45:59.305Z | Downloaded vte v0.11.1 |
817 | 2025-01-17T05:45:59.307Z | Downloaded scopeguard v1.2.0 |
818 | 2025-01-17T05:45:59.311Z | Downloaded slog-dtrace v0.3.0 |
819 | 2025-01-17T05:45:59.313Z | Downloaded futures-io v0.3.31 |
820 | 2025-01-17T05:45:59.313Z | Downloaded itertools v0.12.1 |
821 | 2025-01-17T05:45:59.319Z | Downloaded wyz v0.5.1 |
822 | 2025-01-17T05:45:59.321Z | Downloaded writeable v0.5.5 |
823 | 2025-01-17T05:45:59.324Z | Downloaded tap v1.0.1 |
824 | 2025-01-17T05:45:59.324Z | Downloaded ecdsa v0.16.9 |
825 | 2025-01-17T05:45:59.327Z | Downloaded dunce v1.0.5 |
826 | 2025-01-17T05:45:59.329Z | Downloaded olpc-cjson v0.1.4 |
827 | 2025-01-17T05:45:59.329Z | Downloaded float-ord v0.3.2 |
828 | 2025-01-17T05:45:59.332Z | Downloaded fd-lock v4.0.2 |
829 | 2025-01-17T05:45:59.334Z | Downloaded hkdf v0.12.4 |
830 | 2025-01-17T05:45:59.337Z | Downloaded parking_lot_core v0.8.6 |
831 | 2025-01-17T05:45:59.340Z | Downloaded darling_core v0.20.10 |
832 | 2025-01-17T05:45:59.344Z | Downloaded foreign-types-shared v0.1.1 |
833 | 2025-01-17T05:45:59.347Z | Downloaded foreign-types-macros v0.2.3 |
834 | 2025-01-17T05:45:59.347Z | Downloaded foreign-types v0.5.0 |
835 | 2025-01-17T05:45:59.350Z | Downloaded slog-scope v4.4.0 |
836 | 2025-01-17T05:45:59.350Z | Downloaded rtoolbox v0.0.2 |
837 | 2025-01-17T05:45:59.352Z | Downloaded zip v2.1.3 |
838 | 2025-01-17T05:45:59.357Z | Downloaded russh-cryptovec v0.7.3 |
839 | 2025-01-17T05:45:59.359Z | Downloaded phf_generator v0.11.2 |
840 | 2025-01-17T05:45:59.359Z | Downloaded postgres-protocol v0.6.7 |
841 | 2025-01-17T05:45:59.362Z | Downloaded sync_wrapper v1.0.1 |
842 | 2025-01-17T05:45:59.365Z | Downloaded sync-ptr v0.1.1 |
843 | 2025-01-17T05:45:59.365Z | Downloaded vsss-rs v3.3.4 |
844 | 2025-01-17T05:45:59.370Z | Downloaded hashbrown v0.12.3 |
845 | 2025-01-17T05:45:59.373Z | Downloaded derive_builder_macro v0.20.2 |
846 | 2025-01-17T05:45:59.373Z | Downloaded serde_repr v0.1.19 |
847 | 2025-01-17T05:45:59.376Z | Downloaded scrypt v0.11.0 |
848 | 2025-01-17T05:45:59.378Z | Downloaded scheduled-thread-pool v0.2.7 |
849 | 2025-01-17T05:45:59.378Z | Downloaded serde-hex v0.1.0 |
850 | 2025-01-17T05:45:59.381Z | Downloaded packed_struct v0.10.1 |
851 | 2025-01-17T05:45:59.384Z | Downloaded time-macros v0.2.18 |
852 | 2025-01-17T05:45:59.386Z | Downloaded publicsuffix v2.2.3 |
853 | 2025-01-17T05:45:59.389Z | Downloaded toml_edit v0.19.15 |
854 | 2025-01-17T05:45:59.403Z | Downloaded mirai-annotations v1.12.0 |
855 | 2025-01-17T05:45:59.406Z | Downloaded defmt-parser v0.3.4 |
856 | 2025-01-17T05:45:59.406Z | Downloaded unicode-truncate v1.1.0 |
857 | 2025-01-17T05:45:59.408Z | Downloaded parking_lot_core v0.9.10 |
858 | 2025-01-17T05:45:59.411Z | Downloaded url v2.5.3 |
859 | 2025-01-17T05:45:59.414Z | Downloaded progenitor-client v0.9.1 |
860 | 2025-01-17T05:45:59.414Z | Downloaded phf_codegen v0.11.2 |
861 | 2025-01-17T05:45:59.417Z | Downloaded foreign-types v0.3.2 |
862 | 2025-01-17T05:45:59.417Z | Downloaded dyn-clone v1.0.17 |
863 | 2025-01-17T05:45:59.420Z | Downloaded unicode-segmentation v1.12.0 |
864 | 2025-01-17T05:45:59.423Z | Downloaded num-complex v0.4.6 |
865 | 2025-01-17T05:45:59.425Z | Downloaded rand_seeder v0.3.0 |
866 | 2025-01-17T05:45:59.426Z | Downloaded foldhash v0.1.3 |
867 | 2025-01-17T05:45:59.428Z | Downloaded blake3 v1.5.4 |
868 | 2025-01-17T05:45:59.435Z | Downloaded pkg-config v0.3.31 |
869 | 2025-01-17T05:45:59.437Z | Downloaded flate2 v1.0.34 |
870 | 2025-01-17T05:45:59.444Z | Downloaded want v0.3.1 |
871 | 2025-01-17T05:45:59.447Z | Downloaded utf8_iter v1.0.4 |
872 | 2025-01-17T05:45:59.447Z | Downloaded salty v0.3.0 |
873 | 2025-01-17T05:45:59.453Z | Downloaded foreign-types-shared v0.3.1 |
874 | 2025-01-17T05:45:59.456Z | Downloaded progenitor-client v0.8.0 |
875 | 2025-01-17T05:45:59.456Z | Downloaded serde_derive_internals v0.29.1 |
876 | 2025-01-17T05:45:59.458Z | Downloaded deranged v0.3.11 |
877 | 2025-01-17T05:45:59.458Z | Downloaded string_cache v0.8.7 |
878 | 2025-01-17T05:45:59.461Z | Downloaded slog-stdlog v4.1.1 |
879 | 2025-01-17T05:45:59.464Z | Downloaded shlex v1.3.0 |
880 | 2025-01-17T05:45:59.464Z | Downloaded der_derive v0.7.3 |
881 | 2025-01-17T05:45:59.466Z | Downloaded path-slash v0.1.5 |
882 | 2025-01-17T05:45:59.466Z | Downloaded rustc_version v0.4.1 |
883 | 2025-01-17T05:45:59.469Z | Downloaded signal-hook v0.3.17 |
884 | 2025-01-17T05:45:59.471Z | Downloaded ed25519-dalek v2.1.1 |
885 | 2025-01-17T05:45:59.476Z | Downloaded rustc-hash v1.1.0 |
886 | 2025-01-17T05:45:59.479Z | Downloaded hyper v1.5.2 |
887 | 2025-01-17T05:45:59.482Z | Downloaded phf v0.11.2 |
888 | 2025-01-17T05:45:59.485Z | Downloaded hashlink v0.9.1 |
889 | 2025-01-17T05:45:59.487Z | Downloaded rustyline v14.0.0 |
890 | 2025-01-17T05:45:59.491Z | Downloaded ref-cast v1.0.23 |
891 | 2025-01-17T05:45:59.494Z | Downloaded unicode-xid v0.2.6 |
892 | 2025-01-17T05:45:59.496Z | Downloaded reedline v0.35.0 |
893 | 2025-01-17T05:45:59.504Z | Downloaded num-rational v0.4.2 |
894 | 2025-01-17T05:45:59.507Z | Downloaded serde_with v3.11.0 |
895 | 2025-01-17T05:45:59.514Z | Downloaded vte_generate_state_changes v0.1.2 |
896 | 2025-01-17T05:45:59.517Z | Downloaded spki v0.7.3 |
897 | 2025-01-17T05:45:59.520Z | Downloaded winnow v0.5.40 |
898 | 2025-01-17T05:45:59.527Z | Downloaded multimap v0.10.0 |
899 | 2025-01-17T05:45:59.530Z | Downloaded universal-hash v0.5.1 |
900 | 2025-01-17T05:45:59.530Z | Downloaded tar v0.4.42 |
901 | 2025-01-17T05:45:59.532Z | Downloaded tokio-rustls v0.24.1 |
902 | 2025-01-17T05:45:59.537Z | Downloaded pbkdf2 v0.11.0 |
903 | 2025-01-17T05:45:59.540Z | Downloaded num_enum v0.5.11 |
904 | 2025-01-17T05:45:59.543Z | Downloaded packed_struct_codegen v0.10.1 |
905 | 2025-01-17T05:45:59.547Z | Downloaded utf-8 v0.7.6 |
906 | 2025-01-17T05:45:59.550Z | Downloaded untrusted v0.9.0 |
907 | 2025-01-17T05:45:59.550Z | Downloaded defmt-macros v0.3.9 |
908 | 2025-01-17T05:45:59.554Z | Downloaded defmt v0.3.8 |
909 | 2025-01-17T05:45:59.558Z | Downloaded tracing-attributes v0.1.27 |
910 | 2025-01-17T05:45:59.558Z | Downloaded quinn-proto v0.11.8 |
911 | 2025-01-17T05:45:59.565Z | Downloaded quick-xml v0.33.0 |
912 | 2025-01-17T05:45:59.571Z | Downloaded static_assertions v1.1.0 |
913 | 2025-01-17T05:45:59.575Z | Downloaded pin-utils v0.1.0 |
914 | 2025-01-17T05:45:59.575Z | Downloaded num v0.4.3 |
915 | 2025-01-17T05:45:59.577Z | Downloaded utf16_iter v1.0.5 |
916 | 2025-01-17T05:45:59.577Z | Downloaded sqlformat v0.2.6 |
917 | 2025-01-17T05:45:59.580Z | Downloaded stable_deref_trait v1.2.0 |
918 | 2025-01-17T05:45:59.580Z | Downloaded derive_builder v0.20.2 |
919 | 2025-01-17T05:45:59.584Z | Downloaded hash32 v0.2.1 |
920 | 2025-01-17T05:45:59.586Z | Downloaded icu_properties_data v1.5.0 |
921 | 2025-01-17T05:45:59.595Z | Downloaded shell-words v1.1.0 |
922 | 2025-01-17T05:45:59.598Z | Downloaded lalrpop v0.19.12 |
923 | 2025-01-17T05:45:59.608Z | Downloaded xz2 v0.1.7 |
924 | 2025-01-17T05:45:59.610Z | Downloaded elliptic-curve v0.13.8 |
925 | 2025-01-17T05:45:59.614Z | Downloaded zerovec v0.10.4 |
926 | 2025-01-17T05:45:59.620Z | Downloaded chrono v0.4.38 |
927 | 2025-01-17T05:45:59.628Z | Downloaded tokio-tungstenite v0.24.0 |
928 | 2025-01-17T05:45:59.631Z | Downloaded displaydoc v0.2.5 |
929 | 2025-01-17T05:45:59.633Z | Downloaded tokio-tungstenite v0.21.0 |
930 | 2025-01-17T05:45:59.636Z | Downloaded pkcs5 v0.7.1 |
931 | 2025-01-17T05:45:59.640Z | Downloaded tokio-rustls v0.25.0 |
932 | 2025-01-17T05:45:59.642Z | Downloaded multer v3.1.0 |
933 | 2025-01-17T05:45:59.645Z | Downloaded ssh-encoding v0.2.0 |
934 | 2025-01-17T05:45:59.648Z | Downloaded mockall_derive v0.13.0 |
935 | 2025-01-17T05:45:59.651Z | Downloaded ron v0.7.1 |
936 | 2025-01-17T05:45:59.654Z | Downloaded omicron-zone-package v0.12.0 |
937 | 2025-01-17T05:45:59.658Z | Downloaded derive-where v1.2.7 |
938 | 2025-01-17T05:45:59.662Z | Downloaded headers v0.4.0 |
939 | 2025-01-17T05:45:59.668Z | Downloaded reqwest v0.12.9 |
940 | 2025-01-17T05:45:59.677Z | Downloaded miniz_oxide v0.8.0 |
941 | 2025-01-17T05:45:59.679Z | Downloaded socket2 v0.5.7 |
942 | 2025-01-17T05:45:59.684Z | Downloaded der v0.7.9 |
943 | 2025-01-17T05:45:59.687Z | Downloaded progenitor-impl v0.9.1 |
944 | 2025-01-17T05:45:59.691Z | Downloaded tokio-tungstenite v0.23.1 |
945 | 2025-01-17T05:45:59.694Z | Downloaded rcgen v0.12.1 |
946 | 2025-01-17T05:45:59.696Z | Downloaded progenitor-impl v0.8.0 |
947 | 2025-01-17T05:45:59.699Z | Downloaded rayon-core v1.12.1 |
948 | 2025-01-17T05:45:59.702Z | Downloaded x509-cert v0.2.5 |
949 | 2025-01-17T05:45:59.710Z | Downloaded rusqlite v0.32.1 |
950 | 2025-01-17T05:46:00.722Z | Downloaded idna v0.5.0 |
951 | 2025-01-17T05:46:00.725Z | Downloaded idna v0.2.3 |
952 | 2025-01-17T05:46:00.725Z | Downloaded bitvec v1.0.1 |
953 | 2025-01-17T05:46:00.725Z | Downloaded unicode_categories v0.1.1 |
954 | 2025-01-17T05:46:00.725Z | Downloaded zerocopy v0.8.10 |
955 | 2025-01-17T05:46:00.725Z | Downloaded mio v1.0.2 |
956 | 2025-01-17T05:46:00.725Z | Downloaded idna v0.4.0 |
957 | 2025-01-17T05:46:00.725Z | Downloaded russh v0.45.0 |
958 | 2025-01-17T05:46:00.725Z | Downloaded steno v0.4.1 |
959 | 2025-01-17T05:46:00.725Z | Downloaded p521 v0.13.3 |
960 | 2025-01-17T05:46:00.725Z | Downloaded hashbrown v0.14.5 |
961 | 2025-01-17T05:46:00.725Z | Downloaded rayon v1.10.0 |
962 | 2025-01-17T05:46:00.725Z | Downloaded rustls-webpki v0.102.8 |
963 | 2025-01-17T05:46:00.725Z | Downloaded num-bigint v0.4.6 |
964 | 2025-01-17T05:46:00.725Z | Downloaded git2 v0.19.0 |
965 | 2025-01-17T05:46:00.725Z | Downloaded tokio-util v0.7.12 |
966 | 2025-01-17T05:46:00.725Z | Downloaded num-bigint-dig v0.8.4 |
967 | 2025-01-17T05:46:00.725Z | Downloaded p384 v0.13.0 |
968 | 2025-01-17T05:46:00.725Z | Downloaded smoltcp v0.9.1 |
969 | 2025-01-17T05:46:00.725Z | Downloaded ssh-key v0.6.6 |
970 | 2025-01-17T05:46:00.725Z | Downloaded rustls-webpki v0.101.7 |
971 | 2025-01-17T05:46:00.725Z | Downloaded futures-util v0.3.31 |
972 | 2025-01-17T05:46:00.725Z | Downloaded portable-atomic v1.9.0 |
973 | 2025-01-17T05:46:00.725Z | Downloaded nix v0.27.1 |
974 | 2025-01-17T05:46:00.725Z | Downloaded polar-core v0.27.3 |
975 | 2025-01-17T05:46:00.725Z | Downloaded hickory-proto v0.24.1 |
976 | 2025-01-17T05:46:00.725Z | Downloaded diesel v2.2.6 |
977 | 2025-01-17T05:46:00.725Z | Downloaded petname v2.0.2 |
978 | 2025-01-17T05:46:00.725Z | Downloaded nix v0.29.0 |
979 | 2025-01-17T05:46:00.725Z | Downloaded webpki-roots v0.26.6 |
980 | 2025-01-17T05:46:00.726Z | Downloaded rustls v0.21.12 |
981 | 2025-01-17T05:46:00.726Z | Downloaded regex v1.11.1 |
982 | 2025-01-17T05:46:00.726Z | Downloaded rustls v0.23.19 |
983 | 2025-01-17T05:46:00.726Z | Downloaded radix_trie v0.2.1 |
984 | 2025-01-17T05:46:00.726Z | Downloaded regress v0.10.1 |
985 | 2025-01-17T05:46:00.726Z | Downloaded dropshot v0.12.0 |
986 | 2025-01-17T05:46:00.726Z | Downloaded rustls v0.22.4 |
987 | 2025-01-17T05:46:00.726Z | Downloaded unicode-width v0.2.0 |
988 | 2025-01-17T05:46:00.726Z | Downloaded trust-dns-proto v0.22.0 |
989 | 2025-01-17T05:46:00.726Z | Downloaded regex-syntax v0.8.5 |
990 | 2025-01-17T05:46:00.726Z | Downloaded nix v0.28.0 |
991 | 2025-01-17T05:46:00.726Z | Downloaded typify-impl v0.2.0 |
992 | 2025-01-17T05:46:00.726Z | Downloaded sled v0.34.7 |
993 | 2025-01-17T05:46:00.726Z | Downloaded typify-impl v0.3.0 |
994 | 2025-01-17T05:46:00.726Z | Downloaded smoltcp v0.11.0 |
995 | 2025-01-17T05:46:00.726Z | Downloaded ratatui v0.28.1 |
996 | 2025-01-17T05:46:00.726Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
997 | 2025-01-17T05:46:00.726Z | Downloaded zerocopy-derive v0.6.6 |
998 | 2025-01-17T05:46:00.726Z | Downloaded regex-automata v0.4.8 |
999 | 2025-01-17T05:46:00.726Z | Downloaded object v0.36.5 |
1000 | 2025-01-17T05:46:00.726Z | Downloaded dropshot v0.15.1 |
1001 | 2025-01-17T05:46:00.726Z | Downloaded openapiv3 v2.0.0 |
1002 | 2025-01-17T05:46:00.726Z | Downloaded regress v0.9.1 |
1003 | 2025-01-17T05:46:00.726Z | Downloaded lzma-sys v0.1.20 |
1004 | 2025-01-17T05:46:00.726Z | Downloaded chrono-tz v0.10.0 |
1005 | 2025-01-17T05:46:00.726Z | Downloaded bstr v1.10.0 |
1006 | 2025-01-17T05:46:00.726Z | Downloaded object v0.30.4 |
1007 | 2025-01-17T05:46:00.726Z | Downloaded regex-syntax v0.6.29 |
1008 | 2025-01-17T05:46:00.726Z | Downloaded vcpkg v0.2.15 |
1009 | 2025-01-17T05:46:00.726Z | Downloaded gimli v0.31.1 |
1010 | 2025-01-17T05:46:00.726Z | Downloaded openssl v0.10.66 |
1011 | 2025-01-17T05:46:00.726Z | Downloaded tokio v1.43.0 |
1012 | 2025-01-17T05:46:00.726Z | Downloaded csv v1.3.0 |
1013 | 2025-01-17T05:46:00.726Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-01-17T05:46:00.726Z | Downloaded petgraph v0.6.5 |
1015 | 2025-01-17T05:46:00.726Z | Downloaded curve25519-dalek v4.1.3 |
1016 | 2025-01-17T05:46:00.726Z | Downloaded idna v0.3.0 |
1017 | 2025-01-17T05:46:00.726Z | Downloaded sha3 v0.10.8 |
1018 | 2025-01-17T05:46:00.726Z | Downloaded hashbrown v0.13.2 |
1019 | 2025-01-17T05:46:00.727Z | Downloaded proptest v1.5.0 |
1020 | 2025-01-17T05:46:00.727Z | Downloaded h2 v0.4.6 |
1021 | 2025-01-17T05:46:00.727Z | Downloaded time v0.3.36 |
1022 | 2025-01-17T05:46:00.727Z | Downloaded num-traits v0.2.19 |
1023 | 2025-01-17T05:46:00.727Z | Downloaded sqlparser v0.45.0 |
1024 | 2025-01-17T05:46:00.727Z | Downloaded rsa v0.9.6 |
1025 | 2025-01-17T05:46:00.727Z | Downloaded bindgen v0.69.5 |
1026 | 2025-01-17T05:46:00.727Z | Downloaded rustls-pemfile v2.2.0 |
1027 | 2025-01-17T05:46:00.727Z | Downloaded pkcs1 v0.7.5 |
1028 | 2025-01-17T05:46:00.727Z | Downloaded dhcproto v0.12.0 |
1029 | 2025-01-17T05:46:00.727Z | Downloaded parse-zoneinfo v0.3.1 |
1030 | 2025-01-17T05:46:00.727Z | Downloaded postcard v1.0.10 |
1031 | 2025-01-17T05:46:00.727Z | Downloaded native-tls v0.2.12 |
1032 | 2025-01-17T05:46:00.727Z | Downloaded nanorand v0.7.0 |
1033 | 2025-01-17T05:46:00.727Z | Downloaded display-error-chain v0.2.2 |
1034 | 2025-01-17T05:46:00.727Z | Downloaded schemars v0.8.21 |
1035 | 2025-01-17T05:46:00.727Z | Downloaded spin v0.9.8 |
1036 | 2025-01-17T05:46:00.727Z | Downloaded polyval v0.6.2 |
1037 | 2025-01-17T05:46:00.727Z | Downloaded pkcs8 v0.10.2 |
1038 | 2025-01-17T05:46:00.727Z | Downloaded tokio-postgres v0.7.12 |
1039 | 2025-01-17T05:46:00.727Z | Downloaded tungstenite v0.21.0 |
1040 | 2025-01-17T05:46:00.727Z | Downloaded tracing-core v0.1.32 |
1041 | 2025-01-17T05:46:00.728Z | Downloaded xattr v1.3.1 |
1042 | 2025-01-17T05:46:00.728Z | Downloaded serde_urlencoded v0.7.1 |
1043 | 2025-01-17T05:46:00.728Z | Downloaded unsafe-libyaml v0.2.11 |
1044 | 2025-01-17T05:46:00.728Z | Downloaded flume v0.11.1 |
1045 | 2025-01-17T05:46:00.728Z | Downloaded unicode-normalization v0.1.24 |
1046 | 2025-01-17T05:46:00.728Z | Downloaded poly1305 v0.8.0 |
1047 | 2025-01-17T05:46:00.728Z | Downloaded percent-encoding v2.3.1 |
1048 | 2025-01-17T05:46:00.728Z | Downloaded progenitor v0.8.0 |
1049 | 2025-01-17T05:46:00.728Z | Downloaded debug-ignore v1.0.5 |
1050 | 2025-01-17T05:46:00.728Z | Downloaded data-encoding v2.6.0 |
1051 | 2025-01-17T05:46:00.730Z | Downloaded nom v7.1.3 |
1052 | 2025-01-17T05:46:00.730Z | Downloaded tokio-rustls v0.26.0 |
1053 | 2025-01-17T05:46:00.730Z | Downloaded encoding_rs v0.8.34 |
1054 | 2025-01-17T05:46:00.730Z | Downloaded rand_core v0.6.4 |
1055 | 2025-01-17T05:46:00.730Z | Downloaded slog-envlogger v2.2.0 |
1056 | 2025-01-17T05:46:00.730Z | Downloaded primeorder v0.13.6 |
1057 | 2025-01-17T05:46:00.730Z | Downloaded tabwriter v1.4.0 |
1058 | 2025-01-17T05:46:00.730Z | Downloaded tough v0.19.0 |
1059 | 2025-01-17T05:46:00.730Z | Downloaded zopfli v0.8.1 |
1060 | 2025-01-17T05:46:00.733Z | Downloaded typed-path v0.9.3 |
1061 | 2025-01-17T05:46:00.736Z | Downloaded rand v0.8.5 |
1062 | 2025-01-17T05:46:00.742Z | Downloaded crossterm v0.28.1 |
1063 | 2025-01-17T05:46:00.748Z | Downloaded tui-tree-widget v0.22.0 |
1064 | 2025-01-17T05:46:00.752Z | Downloaded schemars_derive v0.8.21 |
1065 | 2025-01-17T05:46:00.755Z | Downloaded derive_more v0.99.18 |
1066 | 2025-01-17T05:46:00.757Z | Downloaded vergen v8.3.2 |
1067 | 2025-01-17T05:46:00.759Z | Downloaded half v2.4.1 |
1068 | 2025-01-17T05:46:00.761Z | Downloaded similar v2.6.0 |
1069 | 2025-01-17T05:46:00.765Z | Downloaded aws-lc-rs v1.10.0 |
1070 | 2025-01-17T05:46:00.774Z | Downloaded ena v0.14.3 |
1071 | 2025-01-17T05:46:00.780Z | Downloaded embedded-io v0.6.1 |
1072 | 2025-01-17T05:46:00.780Z | Downloaded embedded-io v0.4.0 |
1073 | 2025-01-17T05:46:00.780Z | Downloaded parking_lot v0.11.2 |
1074 | 2025-01-17T05:46:00.784Z | Downloaded futures-sink v0.3.31 |
1075 | 2025-01-17T05:46:00.784Z | Downloaded thiserror-no-std v2.0.2 |
1076 | 2025-01-17T05:46:00.788Z | Downloaded password-hash v0.4.2 |
1077 | 2025-01-17T05:46:00.795Z | Downloaded toml v0.7.8 |
1078 | 2025-01-17T05:46:00.795Z | Downloaded p256 v0.13.2 |
1079 | 2025-01-17T05:46:00.799Z | Downloaded itertools v0.13.0 |
1080 | 2025-01-17T05:46:00.802Z | Downloaded futures-task v0.3.31 |
1081 | 2025-01-17T05:46:00.804Z | Downloaded futures-macro v0.3.31 |
1082 | 2025-01-17T05:46:00.804Z | Downloaded fs_extra v1.3.0 |
1083 | 2025-01-17T05:46:00.808Z | Downloaded crypto-bigint v0.5.5 |
1084 | 2025-01-17T05:46:00.812Z | Downloaded slog-term v2.9.1 |
1085 | 2025-01-17T05:46:00.817Z | Downloaded same-file v1.0.6 |
1086 | 2025-01-17T05:46:00.819Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1087 | 2025-01-17T05:46:00.875Z | Downloaded rustc-demangle v0.1.24 |
1088 | 2025-01-17T05:46:00.878Z | Downloaded zerocopy-derive v0.8.10 |
1089 | 2025-01-17T05:46:00.882Z | Downloaded tinyvec v1.8.0 |
1090 | 2025-01-17T05:46:00.886Z | Downloaded openssl-sys v0.9.103 |
1091 | 2025-01-17T05:46:00.890Z | Downloaded libm v0.2.8 |
1092 | 2025-01-17T05:46:00.898Z | Downloaded crossbeam-channel v0.5.13 |
1093 | 2025-01-17T05:46:00.902Z | Downloaded proc-macro-crate v1.3.1 |
1094 | 2025-01-17T05:46:00.905Z | Downloaded smallvec v1.13.2 |
1095 | 2025-01-17T05:46:00.908Z | Downloaded smallvec v0.6.14 |
1096 | 2025-01-17T05:46:00.908Z | Downloaded futures v0.3.31 |
1097 | 2025-01-17T05:46:00.911Z | Downloaded const_format v0.2.33 |
1098 | 2025-01-17T05:46:00.916Z | Downloaded cc v1.1.30 |
1099 | 2025-01-17T05:46:00.919Z | Downloaded fatfs v0.3.6 |
1100 | 2025-01-17T05:46:00.922Z | Downloaded zeroize v1.8.1 |
1101 | 2025-01-17T05:46:00.925Z | Downloaded postgres-types v0.2.8 |
1102 | 2025-01-17T05:46:00.928Z | Downloaded quinn v0.11.5 |
1103 | 2025-01-17T05:46:00.930Z | Downloaded whoami v1.5.2 |
1104 | 2025-01-17T05:46:00.933Z | Downloaded globset v0.4.15 |
1105 | 2025-01-17T05:46:00.933Z | Downloaded glob v0.3.1 |
1106 | 2025-01-17T05:46:00.936Z | Downloaded typify v0.2.0 |
1107 | 2025-01-17T05:46:00.939Z | Downloaded test-strategy v0.4.0 |
1108 | 2025-01-17T05:46:00.941Z | Downloaded clang-sys v1.8.1 |
1109 | 2025-01-17T05:46:00.944Z | Downloaded compact_str v0.8.0 |
1110 | 2025-01-17T05:46:00.947Z | Downloaded strum_macros v0.24.3 |
1111 | 2025-01-17T05:46:00.949Z | Downloaded slab v0.4.9 |
1112 | 2025-01-17T05:46:00.952Z | Downloaded secrecy v0.8.0 |
1113 | 2025-01-17T05:46:00.952Z | Downloaded futures-core v0.3.31 |
1114 | 2025-01-17T05:46:00.952Z | Downloaded csv-core v0.1.11 |
1115 | 2025-01-17T05:46:00.959Z | Downloaded cobs v0.2.3 |
1116 | 2025-01-17T05:46:00.959Z | Downloaded ipnetwork v0.20.0 |
1117 | 2025-01-17T05:46:00.962Z | Downloaded httpdate v1.0.3 |
1118 | 2025-01-17T05:46:00.962Z | Downloaded icu_locid_transform_data v1.5.0 |
1119 | 2025-01-17T05:46:00.962Z | Downloaded ctr v0.9.2 |
1120 | 2025-01-17T05:46:00.962Z | Downloaded crc32fast v1.4.2 |
1121 | 2025-01-17T05:46:00.965Z | Downloaded crc v3.2.1 |
1122 | 2025-01-17T05:46:00.967Z | Downloaded console v0.15.8 |
1123 | 2025-01-17T05:46:00.970Z | Downloaded cipher v0.4.4 |
1124 | 2025-01-17T05:46:00.970Z | Downloaded ciborium-ll v0.2.2 |
1125 | 2025-01-17T05:46:00.973Z | Downloaded chrono-tz-build v0.4.0 |
1126 | 2025-01-17T05:46:00.973Z | Downloaded base64 v0.13.1 |
1127 | 2025-01-17T05:46:00.976Z | Downloaded const_format_proc_macros v0.2.33 |
1128 | 2025-01-17T05:46:00.978Z | Downloaded cancel-safe-futures v0.1.5 |
1129 | 2025-01-17T05:46:00.981Z | Downloaded base64ct v1.6.0 |
1130 | 2025-01-17T05:46:00.983Z | Downloaded convert_case v0.4.0 |
1131 | 2025-01-17T05:46:00.983Z | Downloaded cmake v0.1.51 |
1132 | 2025-01-17T05:46:00.986Z | Downloaded bit-set v0.5.3 |
1133 | 2025-01-17T05:46:00.986Z | Downloaded cfg_aliases v0.1.1 |
1134 | 2025-01-17T05:46:00.989Z | Downloaded bitfield-struct v0.6.2 |
1135 | 2025-01-17T05:46:00.989Z | Downloaded hickory-client v0.24.1 |
1136 | 2025-01-17T05:46:00.992Z | Downloaded bcs v0.1.6 |
1137 | 2025-01-17T05:46:00.994Z | Downloaded castaway v0.2.3 |
1138 | 2025-01-17T05:46:00.994Z | Downloaded cassowary v0.3.0 |
1139 | 2025-01-17T05:46:00.998Z | Downloaded base16ct v0.2.0 |
1140 | 2025-01-17T05:46:00.998Z | Downloaded http-body-util v0.1.2 |
1141 | 2025-01-17T05:46:01.004Z | Downloaded hostname v0.3.1 |
1142 | 2025-01-17T05:46:01.004Z | Downloaded hyper-staticfile v0.10.1 |
1143 | 2025-01-17T05:46:01.005Z | Downloaded humantime v2.1.0 |
1144 | 2025-01-17T05:46:01.007Z | Downloaded hostname v0.4.0 |
1145 | 2025-01-17T05:46:01.007Z | Downloaded bb8 v0.8.5 |
1146 | 2025-01-17T05:46:01.007Z | Downloaded bitfield v0.14.0 |
1147 | 2025-01-17T05:46:01.008Z | Downloaded backtrace v0.3.74 |
1148 | 2025-01-17T05:46:01.012Z | Downloaded aes v0.8.4 |
1149 | 2025-01-17T05:46:01.015Z | Downloaded adler2 v2.0.0 |
1150 | 2025-01-17T05:46:01.018Z | Downloaded async-recursion v1.1.1 |
1151 | 2025-01-17T05:46:01.021Z | Downloaded aho-corasick v1.1.3 |
1152 | 2025-01-17T05:46:01.026Z | Downloaded aes-gcm v0.10.3 |
1153 | 2025-01-17T05:46:01.233Z | Downloaded ring v0.17.8 |
1154 | 2025-01-17T05:46:01.341Z | Downloaded libsqlite3-sys v0.30.1 |
1155 | 2025-01-17T05:46:01.464Z | Downloaded aws-lc-sys v0.22.0 |
1156 | 2025-01-17T05:46:01.782Z | Compiling serde v1.0.217 |
1157 | 2025-01-17T05:46:01.785Z | Compiling lock_api v0.4.12 |
1158 | 2025-01-17T05:46:01.785Z | Compiling scopeguard v1.2.0 |
1159 | 2025-01-17T05:46:01.785Z | Compiling value-bag v1.9.0 |
1160 | 2025-01-17T05:46:01.785Z | Compiling typenum v1.17.0 |
1161 | 2025-01-17T05:46:01.941Z | Compiling generic-array v0.14.7 |
1162 | 2025-01-17T05:46:01.971Z | Compiling syn v2.0.96 |
1163 | 2025-01-17T05:46:01.988Z | Compiling getrandom v0.2.15 |
1164 | 2025-01-17T05:46:02.172Z | Compiling shlex v1.3.0 |
1165 | 2025-01-17T05:46:02.304Z | Compiling rand_core v0.6.4 |
1166 | 2025-01-17T05:46:02.439Z | Compiling log v0.4.22 |
1167 | 2025-01-17T05:46:02.490Z | Compiling subtle v2.6.1 |
1168 | 2025-01-17T05:46:02.532Z | Compiling jobserver v0.1.32 |
1169 | 2025-01-17T05:46:02.554Z | Compiling const-oid v0.9.6 |
1170 | 2025-01-17T05:46:02.756Z | Compiling smallvec v1.13.2 |
1171 | 2025-01-17T05:46:02.824Z | Compiling spin v0.9.8 |
1172 | 2025-01-17T05:46:02.845Z | Compiling pin-project-lite v0.2.14 |
1173 | 2025-01-17T05:46:02.991Z | Compiling cc v1.1.30 |
1174 | 2025-01-17T05:46:03.158Z | Compiling rustix v0.38.37 |
1175 | 2025-01-17T05:46:03.193Z | Compiling parking_lot_core v0.9.10 |
1176 | 2025-01-17T05:46:03.214Z | Compiling futures-core v0.3.31 |
1177 | 2025-01-17T05:46:03.350Z | Compiling signal-hook-registry v1.4.2 |
1178 | 2025-01-17T05:46:03.481Z | Compiling mio v1.0.2 |
1179 | 2025-01-17T05:46:04.030Z | Compiling aho-corasick v1.1.3 |
1180 | 2025-01-17T05:46:04.223Z | Compiling parking_lot v0.12.3 |
1181 | 2025-01-17T05:46:04.275Z | Compiling regex-syntax v0.8.5 |
1182 | 2025-01-17T05:46:04.392Z | Compiling either v1.13.0 |
1183 | 2025-01-17T05:46:04.714Z | Compiling cpufeatures v0.2.14 |
1184 | 2025-01-17T05:46:04.717Z | Compiling lazy_static v1.5.0 |
1185 | 2025-01-17T05:46:04.818Z | Compiling stable_deref_trait v1.2.0 |
1186 | 2025-01-17T05:46:04.839Z | Compiling futures-sink v0.3.31 |
1187 | 2025-01-17T05:46:04.874Z | Compiling glob v0.3.1 |
1188 | 2025-01-17T05:46:04.934Z | Compiling socket2 v0.5.7 |
1189 | 2025-01-17T05:46:04.997Z | Compiling slab v0.4.9 |
1190 | 2025-01-17T05:46:05.158Z | Compiling prettyplease v0.2.25 |
1191 | 2025-01-17T05:46:05.477Z | Compiling serde_json v1.0.135 |
1192 | 2025-01-17T05:46:05.531Z | Compiling minimal-lexical v0.2.1 |
1193 | 2025-01-17T05:46:05.777Z | Compiling clang-sys v1.8.1 |
1194 | 2025-01-17T05:46:05.896Z | Compiling libloading v0.8.5 |
1195 | 2025-01-17T05:46:06.074Z | Compiling nom v7.1.3 |
1196 | 2025-01-17T05:46:06.129Z | Compiling bindgen v0.69.5 |
1197 | 2025-01-17T05:46:06.302Z | Compiling home v0.5.9 |
1198 | 2025-01-17T05:46:06.570Z | Compiling futures-channel v0.3.31 |
1199 | 2025-01-17T05:46:06.981Z | Compiling itertools v0.12.1 |
1200 | 2025-01-17T05:46:06.984Z | Compiling lazycell v1.3.0 |
1201 | 2025-01-17T05:46:07.063Z | Compiling futures-io v0.3.31 |
1202 | 2025-01-17T05:46:07.192Z | Compiling allocator-api2 v0.2.18 |
1203 | 2025-01-17T05:46:07.345Z | Compiling futures-task v0.3.31 |
1204 | 2025-01-17T05:46:07.665Z | Compiling foldhash v0.1.3 |
1205 | 2025-01-17T05:46:07.981Z | Compiling libm v0.2.8 |
1206 | 2025-01-17T05:46:07.983Z | Compiling rustc-hash v1.1.0 |
1207 | 2025-01-17T05:46:08.168Z | Compiling regex-automata v0.4.8 |
1208 | 2025-01-17T05:46:08.323Z | Compiling pin-utils v0.1.0 |
1209 | 2025-01-17T05:46:08.459Z | Compiling hashbrown v0.15.1 |
1210 | 2025-01-17T05:46:09.103Z | Compiling cmake v0.1.51 |
1211 | 2025-01-17T05:46:09.635Z | Compiling synstructure v0.13.1 |
1212 | 2025-01-17T05:46:09.966Z | Compiling cexpr v0.6.0 |
1213 | 2025-01-17T05:46:10.041Z | Compiling num-traits v0.2.19 |
1214 | 2025-01-17T05:46:10.347Z | Compiling dunce v1.0.5 |
1215 | 2025-01-17T05:46:10.489Z | Compiling tinyvec_macros v0.1.1 |
1216 | 2025-01-17T05:46:10.601Z | Compiling pkg-config v0.3.31 |
1217 | 2025-01-17T05:46:10.719Z | Compiling fs_extra v1.3.0 |
1218 | 2025-01-17T05:46:11.098Z | Compiling tinyvec v1.8.0 |
1219 | 2025-01-17T05:46:11.883Z | Compiling ring v0.17.8 |
1220 | 2025-01-17T05:46:11.963Z | Compiling litemap v0.7.3 |
1221 | 2025-01-17T05:46:12.340Z | Compiling unicode-bidi v0.3.17 |
1222 | 2025-01-17T05:46:12.584Z | Compiling unicode-normalization v0.1.24 |
1223 | 2025-01-17T05:46:12.701Z | Compiling paste v1.0.15 |
1224 | 2025-01-17T05:46:12.908Z | Compiling writeable v0.5.5 |
1225 | 2025-01-17T05:46:13.174Z | Compiling base64ct v1.6.0 |
1226 | 2025-01-17T05:46:13.634Z | Compiling aws-lc-rs v1.10.0 |
1227 | 2025-01-17T05:46:13.691Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2025-01-17T05:46:13.765Z | Compiling httparse v1.9.5 |
1229 | 2025-01-17T05:46:14.085Z | Compiling regex v1.11.1 |
1230 | 2025-01-17T05:46:14.250Z | Compiling flagset v0.4.6 |
1231 | 2025-01-17T05:46:14.460Z | Compiling tracing-core v0.1.32 |
1232 | 2025-01-17T05:46:14.558Z | Compiling icu_locid_transform_data v1.5.0 |
1233 | 2025-01-17T05:46:14.674Z | Compiling percent-encoding v2.3.1 |
1234 | 2025-01-17T05:46:15.007Z | Compiling rustls-pki-types v1.10.0 |
1235 | 2025-01-17T05:46:15.050Z | Compiling crossbeam-utils v0.8.20 |
1236 | 2025-01-17T05:46:15.252Z | Compiling serde_derive v1.0.217 |
1237 | 2025-01-17T05:46:15.439Z | Compiling zeroize_derive v1.4.2 |
1238 | 2025-01-17T05:46:15.560Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2025-01-17T05:46:15.695Z | Compiling tokio-macros v2.5.0 |
1240 | 2025-01-17T05:46:16.019Z | Compiling zerofrom-derive v0.1.4 |
1241 | 2025-01-17T05:46:16.903Z | Compiling zeroize v1.8.1 |
1242 | 2025-01-17T05:46:17.278Z | Compiling thiserror-impl v1.0.69 |
1243 | 2025-01-17T05:46:17.361Z | Compiling yoke-derive v0.7.4 |
1244 | 2025-01-17T05:46:17.603Z | Compiling zerocopy v0.7.35 |
1245 | 2025-01-17T05:46:18.438Z | Compiling crypto-common v0.1.6 |
1246 | 2025-01-17T05:46:18.700Z | Compiling block-buffer v0.10.4 |
1247 | 2025-01-17T05:46:18.945Z | Compiling digest v0.10.7 |
1248 | 2025-01-17T05:46:19.000Z | Compiling zerovec-derive v0.10.3 |
1249 | 2025-01-17T05:46:19.376Z | Compiling hmac v0.12.1 |
1250 | 2025-01-17T05:46:19.429Z | Compiling futures-macro v0.3.31 |
1251 | 2025-01-17T05:46:19.638Z | Compiling block-padding v0.3.3 |
1252 | 2025-01-17T05:46:19.660Z | Compiling displaydoc v0.2.5 |
1253 | 2025-01-17T05:46:19.662Z | Compiling zerofrom v0.1.4 |
1254 | 2025-01-17T05:46:19.896Z | Compiling inout v0.1.3 |
1255 | 2025-01-17T05:46:19.917Z | Compiling sha2 v0.10.8 |
1256 | 2025-01-17T05:46:20.087Z | Compiling yoke v0.7.4 |
1257 | 2025-01-17T05:46:20.187Z | Compiling cipher v0.4.4 |
1258 | 2025-01-17T05:46:20.389Z | Compiling thiserror v1.0.69 |
1259 | 2025-01-17T05:46:20.442Z | Compiling ppv-lite86 v0.2.20 |
1260 | 2025-01-17T05:46:20.549Z | Compiling der_derive v0.7.3 |
1261 | 2025-01-17T05:46:20.720Z | Compiling icu_provider_macros v1.5.0 |
1262 | 2025-01-17T05:46:21.212Z | Compiling rand_chacha v0.3.1 |
1263 | 2025-01-17T05:46:21.235Z | Compiling tracing-attributes v0.1.27 |
1264 | 2025-01-17T05:46:21.308Z | Compiling futures-util v0.3.31 |
1265 | 2025-01-17T05:46:21.629Z | Compiling zerovec v0.10.4 |
1266 | 2025-01-17T05:46:21.818Z | Compiling rand v0.8.5 |
1267 | 2025-01-17T05:46:22.945Z | Compiling der v0.7.9 |
1268 | 2025-01-17T05:46:23.445Z | Compiling tinystr v0.7.6 |
1269 | 2025-01-17T05:46:23.571Z | Compiling icu_collections v1.5.0 |
1270 | 2025-01-17T05:46:23.763Z | Compiling salsa20 v0.10.2 |
1271 | 2025-01-17T05:46:23.878Z | Compiling icu_locid v1.5.0 |
1272 | 2025-01-17T05:46:23.898Z | Compiling pest v2.7.14 |
1273 | 2025-01-17T05:46:24.025Z | Compiling pbkdf2 v0.12.2 |
1274 | 2025-01-17T05:46:24.720Z | Compiling tracing v0.1.40 |
1275 | 2025-01-17T05:46:24.931Z | Compiling icu_properties_data v1.5.0 |
1276 | 2025-01-17T05:46:25.008Z | Compiling spki v0.7.3 |
1277 | 2025-01-17T05:46:25.196Z | Compiling icu_provider v1.5.0 |
1278 | 2025-01-17T05:46:25.242Z | Compiling mirai-annotations v1.12.0 |
1279 | 2025-01-17T05:46:25.397Z | Compiling num-conv v0.1.0 |
1280 | 2025-01-17T05:46:25.431Z | Compiling time-core v0.1.2 |
1281 | 2025-01-17T05:46:25.626Z | Compiling vcpkg v0.2.15 |
1282 | 2025-01-17T05:46:25.681Z | Compiling untrusted v0.9.0 |
1283 | 2025-01-17T05:46:25.876Z | Compiling untrusted v0.7.1 |
1284 | 2025-01-17T05:46:25.995Z | Compiling icu_locid_transform v1.5.0 |
1285 | 2025-01-17T05:46:26.058Z | Compiling powerfmt v0.2.0 |
1286 | 2025-01-17T05:46:26.194Z | Compiling time-macros v0.2.18 |
1287 | 2025-01-17T05:46:26.439Z | Compiling deranged v0.3.11 |
1288 | 2025-01-17T05:46:26.815Z | Compiling pest_meta v2.7.14 |
1289 | 2025-01-17T05:46:27.538Z | Compiling openssl-sys v0.9.103 |
1290 | 2025-01-17T05:46:27.879Z | Compiling icu_properties v1.5.1 |
1291 | 2025-01-17T05:46:28.243Z | Compiling scrypt v0.11.0 |
1292 | 2025-01-17T05:46:28.438Z | Compiling bitflags v2.6.0 |
1293 | 2025-01-17T05:46:28.589Z | Compiling bytes v1.9.0 |
1294 | 2025-01-17T05:46:28.869Z | Compiling indexmap v2.7.0 |
1295 | 2025-01-17T05:46:29.281Z | Compiling semver v1.0.24 |
1296 | 2025-01-17T05:46:29.572Z | Compiling tokio v1.43.0 |
1297 | 2025-01-17T05:46:29.906Z | Compiling http v1.2.0 |
1298 | 2025-01-17T05:46:29.996Z | Compiling rustc_version v0.4.1 |
1299 | 2025-01-17T05:46:30.197Z | Compiling cbc v0.1.2 |
1300 | 2025-01-17T05:46:30.444Z | Compiling aes v0.8.4 |
1301 | 2025-01-17T05:46:30.739Z | Compiling scroll_derive v0.12.0 |
1302 | 2025-01-17T05:46:31.410Z | Compiling utf16_iter v1.0.5 |
1303 | 2025-01-17T05:46:31.623Z | Compiling num_threads v0.1.7 |
1304 | 2025-01-17T05:46:31.656Z | Compiling write16 v1.0.0 |
1305 | 2025-01-17T05:46:31.770Z | Compiling atomic-waker v1.1.2 |
1306 | 2025-01-17T05:46:31.794Z | Compiling utf8_iter v1.0.4 |
1307 | 2025-01-17T05:46:31.985Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-01-17T05:46:32.057Z | Compiling icu_normalizer v1.5.0 |
1309 | 2025-01-17T05:46:32.091Z | Compiling time v0.3.36 |
1310 | 2025-01-17T05:46:32.197Z | Compiling scroll v0.12.0 |
1311 | 2025-01-17T05:46:32.201Z | Compiling http-body v1.0.1 |
1312 | 2025-01-17T05:46:32.474Z | Compiling which v4.4.2 |
1313 | 2025-01-17T05:46:32.573Z | Compiling pkcs5 v0.7.1 |
1314 | 2025-01-17T05:46:33.047Z | Compiling pest_generator v2.7.14 |
1315 | 2025-01-17T05:46:33.177Z | Compiling form_urlencoded v1.2.1 |
1316 | 2025-01-17T05:46:33.505Z | Compiling slog v2.7.0 |
1317 | 2025-01-17T05:46:33.628Z | Compiling try-lock v0.2.5 |
1318 | 2025-01-17T05:46:33.660Z | Compiling goblin v0.8.2 |
1319 | 2025-01-17T05:46:33.798Z | Compiling want v0.3.1 |
1320 | 2025-01-17T05:46:33.873Z | Compiling pkcs8 v0.10.2 |
1321 | 2025-01-17T05:46:34.109Z | Compiling idna_adapter v1.2.0 |
1322 | 2025-01-17T05:46:34.129Z | Compiling uuid v1.11.0 |
1323 | 2025-01-17T05:46:34.346Z | Compiling iana-time-zone v0.1.61 |
1324 | 2025-01-17T05:46:34.580Z | Compiling httpdate v1.0.3 |
1325 | 2025-01-17T05:46:34.744Z | Compiling chrono v0.4.38 |
1326 | 2025-01-17T05:46:34.971Z | Compiling pest_derive v2.7.14 |
1327 | 2025-01-17T05:46:35.049Z | Compiling idna v1.0.3 |
1328 | 2025-01-17T05:46:35.752Z | Compiling dtrace-parser v0.2.0 |
1329 | 2025-01-17T05:46:36.304Z | Compiling toml_datetime v0.6.8 |
1330 | 2025-01-17T05:46:36.772Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2025-01-17T05:46:36.794Z | Compiling serde_spanned v0.6.8 |
1332 | 2025-01-17T05:46:36.892Z | Compiling openssl v0.10.66 |
1333 | 2025-01-17T05:46:37.047Z | Compiling foreign-types-shared v0.1.1 |
1334 | 2025-01-17T05:46:37.182Z | Compiling adler2 v2.0.0 |
1335 | 2025-01-17T05:46:37.323Z | Compiling base64 v0.22.1 |
1336 | 2025-01-17T05:46:37.365Z | Compiling tower-service v0.3.3 |
1337 | 2025-01-17T05:46:37.406Z | Compiling rustversion v1.0.17 |
1338 | 2025-01-17T05:46:37.505Z | Compiling match_cfg v0.1.0 |
1339 | 2025-01-17T05:46:37.622Z | Compiling hostname v0.3.1 |
1340 | 2025-01-17T05:46:37.664Z | Compiling tokio-util v0.7.12 |
1341 | 2025-01-17T05:46:37.853Z | Compiling miniz_oxide v0.8.0 |
1342 | 2025-01-17T05:46:38.071Z | Compiling foreign-types v0.3.2 |
1343 | 2025-01-17T05:46:38.158Z | Compiling url v2.5.3 |
1344 | 2025-01-17T05:46:38.199Z | Compiling async-trait v0.1.83 |
1345 | 2025-01-17T05:46:38.955Z | Compiling h2 v0.4.6 |
1346 | 2025-01-17T05:46:39.382Z | Compiling openssl-macros v0.1.1 |
1347 | 2025-01-17T05:46:39.501Z | Compiling dof v0.3.0 |
1348 | 2025-01-17T05:46:39.992Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2025-01-17T05:46:40.132Z | Compiling dirs-sys-next v0.1.2 |
1350 | 2025-01-17T05:46:40.600Z | Compiling usdt-impl v0.5.0 |
1351 | 2025-01-17T05:46:40.706Z | Compiling native-tls v0.2.12 |
1352 | 2025-01-17T05:46:41.050Z | Compiling schemars v0.8.21 |
1353 | 2025-01-17T05:46:41.323Z | Compiling data-encoding v2.6.0 |
1354 | 2025-01-17T05:46:41.394Z | Compiling syn v1.0.109 |
1355 | 2025-01-17T05:46:42.002Z | Compiling rustls v0.23.19 |
1356 | 2025-01-17T05:46:42.066Z | Compiling siphasher v0.3.11 |
1357 | 2025-01-17T05:46:42.288Z | Compiling rustls v0.22.4 |
1358 | 2025-01-17T05:46:42.485Z | Compiling schemars_derive v0.8.21 |
1359 | 2025-01-17T05:46:42.621Z | Compiling dirs-next v2.0.0 |
1360 | 2025-01-17T05:46:43.260Z | Compiling http-body-util v0.1.2 |
1361 | 2025-01-17T05:46:43.315Z | Compiling heapless v0.7.17 |
1362 | 2025-01-17T05:46:43.422Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2025-01-17T05:46:43.769Z | Compiling sha1 v0.10.6 |
1364 | 2025-01-17T05:46:43.769Z | Compiling signature v2.2.0 |
1365 | 2025-01-17T05:46:44.152Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1366 | 2025-01-17T05:46:44.173Z | Compiling thread_local v1.1.8 |
1367 | 2025-01-17T05:46:44.195Z | Compiling cookie v0.18.1 |
1368 | 2025-01-17T05:46:44.213Z | Compiling encoding_rs v0.8.34 |
1369 | 2025-01-17T05:46:44.483Z | Compiling multer v3.1.0 |
1370 | 2025-01-17T05:46:44.640Z | Compiling openssl-probe v0.1.5 |
1371 | 2025-01-17T05:46:44.684Z | Compiling ipnet v2.10.1 |
1372 | 2025-01-17T05:46:44.792Z | Compiling unicode-properties v0.1.3 |
1373 | 2025-01-17T05:46:44.963Z | Compiling dyn-clone v1.0.17 |
1374 | 2025-01-17T05:46:45.184Z | Compiling slog-async v2.8.0 |
1375 | 2025-01-17T05:46:45.205Z | Compiling gimli v0.31.1 |
1376 | 2025-01-17T05:46:45.640Z | Compiling rayon-core v1.12.1 |
1377 | 2025-01-17T05:46:45.724Z | Compiling mime v0.3.17 |
1378 | 2025-01-17T05:46:45.801Z | Compiling signal-hook v0.3.17 |
1379 | 2025-01-17T05:46:46.107Z | Compiling stringprep v0.1.5 |
1380 | 2025-01-17T05:46:46.253Z | Compiling hyper v1.5.2 |
1381 | 2025-01-17T05:46:47.301Z | Compiling toml_edit v0.22.22 |
1382 | 2025-01-17T05:46:49.343Z | Compiling hyper-util v0.1.10 |
1383 | 2025-01-17T05:46:49.980Z | Compiling addr2line v0.24.2 |
1384 | 2025-01-17T05:46:50.057Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2025-01-17T05:46:50.162Z | Compiling usdt-attr-macro v0.5.0 |
1386 | 2025-01-17T05:46:50.186Z | Compiling usdt-macro v0.5.0 |
1387 | 2025-01-17T05:46:50.413Z | Compiling term v0.7.0 |
1388 | 2025-01-17T05:46:50.715Z | Compiling slog-json v2.6.1 |
1389 | 2025-01-17T05:46:51.103Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2025-01-17T05:46:51.570Z | Compiling curve25519-dalek v4.1.3 |
1391 | 2025-01-17T05:46:51.653Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2025-01-17T05:46:51.762Z | Compiling futures-executor v0.3.31 |
1393 | 2025-01-17T05:46:51.791Z | Compiling enum-as-inner v0.6.1 |
1394 | 2025-01-17T05:46:52.277Z | Compiling md-5 v0.10.6 |
1395 | 2025-01-17T05:46:52.298Z | Compiling rustls-pemfile v2.2.0 |
1396 | 2025-01-17T05:46:52.374Z | Compiling async-stream-impl v0.3.6 |
1397 | 2025-01-17T05:46:52.551Z | Compiling num-integer v0.1.46 |
1398 | 2025-01-17T05:46:52.643Z | Compiling idna v0.3.0 |
1399 | 2025-01-17T05:46:52.716Z | Compiling idna v0.4.0 |
1400 | 2025-01-17T05:46:52.835Z | Compiling hash32 v0.2.1 |
1401 | 2025-01-17T05:46:53.192Z | Compiling ff v0.13.0 |
1402 | 2025-01-17T05:46:53.251Z | Compiling is-terminal v0.4.13 |
1403 | 2025-01-17T05:46:53.395Z | Compiling dropshot v0.12.0 |
1404 | 2025-01-17T05:46:53.416Z | Compiling object v0.36.5 |
1405 | 2025-01-17T05:46:53.704Z | Compiling portable-atomic v1.9.0 |
1406 | 2025-01-17T05:46:53.753Z | Compiling num-bigint-dig v0.8.4 |
1407 | 2025-01-17T05:46:54.108Z | Compiling psl-types v2.0.11 |
1408 | 2025-01-17T05:46:54.342Z | Compiling rustc-demangle v0.1.24 |
1409 | 2025-01-17T05:46:54.343Z | Compiling linked-hash-map v0.5.6 |
1410 | 2025-01-17T05:46:54.353Z | Compiling utf-8 v0.7.6 |
1411 | 2025-01-17T05:46:54.681Z | Compiling quick-error v1.2.3 |
1412 | 2025-01-17T05:46:54.687Z | Compiling anyhow v1.0.93 |
1413 | 2025-01-17T05:46:54.720Z | Compiling smoltcp v0.9.1 |
1414 | 2025-01-17T05:46:54.841Z | Compiling fallible-iterator v0.2.0 |
1415 | 2025-01-17T05:46:55.061Z | Compiling take_mut v0.2.2 |
1416 | 2025-01-17T05:46:55.235Z | Compiling base16ct v0.2.0 |
1417 | 2025-01-17T05:46:55.435Z | Compiling resolv-conf v0.7.0 |
1418 | 2025-01-17T05:46:55.470Z | Compiling sec1 v0.7.3 |
1419 | 2025-01-17T05:46:55.568Z | Compiling postgres-protocol v0.6.7 |
1420 | 2025-01-17T05:46:55.810Z | Compiling lru-cache v0.1.2 |
1421 | 2025-01-17T05:46:56.026Z | Compiling tungstenite v0.24.0 |
1422 | 2025-01-17T05:46:56.047Z | Compiling publicsuffix v2.2.3 |
1423 | 2025-01-17T05:46:56.235Z | Compiling async-stream v0.3.6 |
1424 | 2025-01-17T05:46:56.361Z | Compiling hickory-proto v0.24.1 |
1425 | 2025-01-17T05:46:56.396Z | Compiling group v0.13.0 |
1426 | 2025-01-17T05:46:56.524Z | Compiling slog-term v2.9.1 |
1427 | 2025-01-17T05:46:56.746Z | Compiling usdt v0.5.0 |
1428 | 2025-01-17T05:46:57.218Z | Compiling num-iter v0.1.45 |
1429 | 2025-01-17T05:46:57.546Z | Compiling futures v0.3.31 |
1430 | 2025-01-17T05:46:57.676Z | Compiling slog-bunyan v2.5.0 |
1431 | 2025-01-17T05:46:57.712Z | Compiling toml v0.8.19 |
1432 | 2025-01-17T05:46:58.313Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2025-01-17T05:46:58.611Z | Compiling camino v1.1.9 |
1434 | 2025-01-17T05:46:59.524Z | Compiling phf_shared v0.11.2 |
1435 | 2025-01-17T05:46:59.558Z | Compiling dropshot_endpoint v0.12.0 |
1436 | 2025-01-17T05:46:59.898Z | Compiling terminal_size v0.4.0 |
1437 | 2025-01-17T05:47:00.017Z | Compiling backtrace v0.3.74 |
1438 | 2025-01-17T05:47:00.136Z | Compiling waitgroup v0.1.2 |
1439 | 2025-01-17T05:47:00.247Z | Compiling openapiv3 v2.0.0 |
1440 | 2025-01-17T05:47:00.371Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2025-01-17T05:47:00.584Z | Compiling hkdf v0.12.4 |
1442 | 2025-01-17T05:47:00.869Z | Compiling crypto-bigint v0.5.5 |
1443 | 2025-01-17T05:47:01.152Z | Compiling webpki-roots v0.26.6 |
1444 | 2025-01-17T05:47:01.371Z | Compiling curve25519-dalek-derive v0.1.1 |
1445 | 2025-01-17T05:47:02.875Z | Compiling zerocopy-derive v0.6.6 |
1446 | 2025-01-17T05:47:03.125Z | Compiling idna v0.5.0 |
1447 | 2025-01-17T05:47:03.488Z | Compiling hubpack_derive v0.1.1 |
1448 | 2025-01-17T05:47:03.783Z | Compiling hostname v0.4.0 |
1449 | 2025-01-17T05:47:04.039Z | Compiling crc32fast v1.4.2 |
1450 | 2025-01-17T05:47:04.375Z | Compiling fs-err v2.11.0 |
1451 | 2025-01-17T05:47:04.397Z | Compiling ahash v0.8.11 |
1452 | 2025-01-17T05:47:04.417Z | Compiling debug-ignore v1.0.5 |
1453 | 2025-01-17T05:47:04.589Z | Compiling bitflags v1.3.2 |
1454 | 2025-01-17T05:47:04.689Z | Compiling winnow v0.5.40 |
1455 | 2025-01-17T05:47:04.714Z | Compiling newtype-uuid v1.2.1 |
1456 | 2025-01-17T05:47:04.741Z | Compiling managed v0.8.0 |
1457 | 2025-01-17T05:47:04.839Z | Compiling console v0.15.8 |
1458 | 2025-01-17T05:47:04.863Z | Compiling zerocopy v0.6.6 |
1459 | 2025-01-17T05:47:05.031Z | Compiling clap_builder v4.5.21 |
1460 | 2025-01-17T05:47:05.616Z | Compiling strum_macros v0.25.3 |
1461 | 2025-01-17T05:47:05.867Z | Compiling hubpack v0.1.2 |
1462 | 2025-01-17T05:47:06.257Z | Compiling flate2 v1.0.34 |
1463 | 2025-01-17T05:47:06.302Z | Compiling cookie_store v0.21.0 |
1464 | 2025-01-17T05:47:07.025Z | Compiling elliptic-curve v0.13.8 |
1465 | 2025-01-17T05:47:07.180Z | Compiling hickory-resolver v0.24.1 |
1466 | 2025-01-17T05:47:07.866Z | Compiling phf v0.11.2 |
1467 | 2025-01-17T05:47:08.159Z | Compiling toml_edit v0.19.15 |
1468 | 2025-01-17T05:47:08.261Z | Compiling signal-hook-mio v0.2.4 |
1469 | 2025-01-17T05:47:08.449Z | Compiling rayon v1.10.0 |
1470 | 2025-01-17T05:47:08.569Z | Compiling hyper-tls v0.6.0 |
1471 | 2025-01-17T05:47:08.993Z | Compiling bzip2 v0.4.4 |
1472 | 2025-01-17T05:47:09.533Z | Compiling tokio-tungstenite v0.24.0 |
1473 | 2025-01-17T05:47:10.096Z | Compiling postgres-types v0.2.8 |
1474 | 2025-01-17T05:47:12.761Z | Compiling ed25519 v2.2.3 |
1475 | 2025-01-17T05:47:12.982Z | Compiling phf_shared v0.10.0 |
1476 | 2025-01-17T05:47:13.256Z | Compiling tokio-stream v0.1.16 |
1477 | 2025-01-17T05:47:13.389Z | Compiling pkcs1 v0.7.5 |
1478 | 2025-01-17T05:47:13.523Z | Compiling serde-big-array v0.5.1 |
1479 | 2025-01-17T05:47:13.781Z | Compiling clap_derive v4.5.18 |
1480 | 2025-01-17T05:47:14.240Z | Compiling rfc6979 v0.4.0 |
1481 | 2025-01-17T05:47:14.414Z | Compiling derive-where v1.2.7 |
1482 | 2025-01-17T05:47:14.442Z | Compiling serde_repr v0.1.19 |
1483 | 2025-01-17T05:47:14.736Z | Compiling float-cmp v0.9.0 |
1484 | 2025-01-17T05:47:14.978Z | Compiling bstr v1.10.0 |
1485 | 2025-01-17T05:47:15.334Z | Compiling sync_wrapper v1.0.1 |
1486 | 2025-01-17T05:47:15.499Z | Compiling precomputed-hash v0.1.1 |
1487 | 2025-01-17T05:47:15.577Z | Compiling unicode-segmentation v1.12.0 |
1488 | 2025-01-17T05:47:15.630Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2025-01-17T05:47:15.764Z | Compiling fixedbitset v0.4.2 |
1490 | 2025-01-17T05:47:15.784Z | Compiling whoami v1.5.2 |
1491 | 2025-01-17T05:47:16.232Z | Compiling predicates-core v1.0.8 |
1492 | 2025-01-17T05:47:16.384Z | Compiling unicode-width v0.2.0 |
1493 | 2025-01-17T05:47:16.486Z | Compiling number_prefix v0.4.0 |
1494 | 2025-01-17T05:47:16.569Z | Compiling bit-vec v0.6.3 |
1495 | 2025-01-17T05:47:16.627Z | Compiling static_assertions v1.1.0 |
1496 | 2025-01-17T05:47:16.715Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2025-01-17T05:47:16.739Z | Compiling difflib v0.4.0 |
1498 | 2025-01-17T05:47:16.817Z | Compiling string_cache v0.8.7 |
1499 | 2025-01-17T05:47:16.922Z | Compiling bit-set v0.5.3 |
1500 | 2025-01-17T05:47:16.990Z | Compiling indicatif v0.17.9 |
1501 | 2025-01-17T05:47:17.204Z | Compiling predicates v3.1.2 |
1502 | 2025-01-17T05:47:17.259Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2025-01-17T05:47:17.714Z | Compiling similar v2.6.0 |
1504 | 2025-01-17T05:47:18.123Z | Compiling tokio-postgres v0.7.12 |
1505 | 2025-01-17T05:47:18.512Z | Compiling clap v4.5.21 |
1506 | 2025-01-17T05:47:18.639Z | Compiling petgraph v0.6.5 |
1507 | 2025-01-17T05:47:18.808Z | Compiling ecdsa v0.16.9 |
1508 | 2025-01-17T05:47:19.094Z | Compiling rsa v0.9.6 |
1509 | 2025-01-17T05:47:19.700Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2025-01-17T05:47:20.064Z | Compiling toml v0.7.8 |
1511 | 2025-01-17T05:47:21.025Z | Compiling zip v0.6.6 |
1512 | 2025-01-17T05:47:21.710Z | Compiling crossterm v0.28.1 |
1513 | 2025-01-17T05:47:23.157Z | Compiling hex v0.4.3 |
1514 | 2025-01-17T05:47:23.293Z | Compiling x509-cert v0.2.5 |
1515 | 2025-01-17T05:47:23.658Z | Compiling itertools v0.10.5 |
1516 | 2025-01-17T05:47:23.734Z | Compiling peg-runtime v0.8.3 |
1517 | 2025-01-17T05:47:23.767Z | Compiling lalrpop-util v0.19.12 |
1518 | 2025-01-17T05:47:23.978Z | Compiling unicode-xid v0.2.6 |
1519 | 2025-01-17T05:47:24.141Z | Compiling strum_macros v0.26.4 |
1520 | 2025-01-17T05:47:24.175Z | Compiling xattr v1.3.1 |
1521 | 2025-01-17T05:47:24.345Z | Compiling filetime v0.2.25 |
1522 | 2025-01-17T05:47:24.688Z | Compiling tar v0.4.42 |
1523 | 2025-01-17T05:47:28.842Z | Compiling strum v0.26.3 |
1524 | 2025-01-17T05:47:32.225Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2025-01-17T05:48:00.768Z | Compiling rustls-webpki v0.102.8 |
1526 | 2025-01-17T05:48:04.129Z | Compiling tokio-rustls v0.25.0 |
1527 | 2025-01-17T05:48:05.968Z | Compiling tokio-rustls v0.26.0 |
1528 | 2025-01-17T05:48:06.286Z | Compiling hyper-rustls v0.27.3 |
1529 | 2025-01-17T05:48:06.646Z | Compiling reqwest v0.12.9 |
1530 | 2025-01-17T05:48:07.864Z | Compiling qorb v0.2.1 |
1531 | 2025-01-17T05:48:11.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2025-01-17T05:48:11.424Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2025-01-17T05:48:16.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1534 | 2025-01-17T05:48:16.236Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2025-01-17T05:48:16.292Z | Jan 17 05:48:15.876 INFO Starting download, target: Clickhouse |
1536 | 2025-01-17T05:48:16.292Z | Jan 17 05:48:15.876 INFO Starting download, target: Console |
1537 | 2025-01-17T05:48:16.292Z | Jan 17 05:48:15.876 INFO Starting download, target: Cockroach |
1538 | 2025-01-17T05:48:16.294Z | Jan 17 05:48:15.876 INFO Starting download, target: DendriteOpenapi |
1539 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.876 INFO Starting download, target: DendriteStub |
1540 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.876 INFO Starting download, target: MaghemiteMgd |
1541 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.876 INFO Starting download, target: TransceiverControl |
1542 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.877 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1543 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1544 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1545 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1546 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1547 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1548 | 2025-01-17T05:48:16.295Z | Jan 17 05:48:15.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2025-01-17T05:48:16.588Z | Jan 17 05:48:16.163 INFO Download complete, target: DendriteOpenapi |
1550 | 2025-01-17T05:48:16.677Z | Jan 17 05:48:16.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1551 | 2025-01-17T05:48:16.775Z | Jan 17 05:48:16.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2025-01-17T05:48:17.124Z | Jan 17 05:48:16.703 INFO Download complete, target: Console |
1553 | 2025-01-17T05:48:17.128Z | Jan 17 05:48:16.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1554 | 2025-01-17T05:48:17.273Z | Jan 17 05:48:16.854 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1555 | 2025-01-17T05:48:17.379Z | Jan 17 05:48:16.963 INFO Download complete, target: TransceiverControl |
1556 | 2025-01-17T05:48:18.037Z | Jan 17 05:48:17.621 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2025-01-17T05:48:18.037Z | Jan 17 05:48:17.621 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2025-01-17T05:48:18.339Z | Jan 17 05:48:17.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2025-01-17T05:48:20.059Z | Jan 17 05:48:19.642 INFO Download complete, target: DendriteStub |
1560 | 2025-01-17T05:48:20.172Z | Jan 17 05:48:19.756 INFO Download complete, target: MaghemiteMgd |
1561 | 2025-01-17T05:48:25.390Z | Jan 17 05:48:24.972 INFO Checking that binary works, target: Cockroach |
1562 | 2025-01-17T05:48:25.557Z | Jan 17 05:48:25.140 INFO Download complete, target: Cockroach |
1563 | 2025-01-17T05:48:30.817Z | Jan 17 05:48:30.398 INFO Checking that binary works, target: Clickhouse |
1564 | 2025-01-17T05:48:30.927Z | Jan 17 05:48:30.508 INFO Download complete, target: Clickhouse |
1565 | 2025-01-17T05:48:30.935Z | All prerequisites installed successfully |
1566 | 2025-01-17T05:48:30.938Z | |
1567 | 2025-01-17T05:48:30.938Z | real 4:37.278141308 |
1568 | 2025-01-17T05:48:30.938Z | user 16:14.878300150 |
1569 | 2025-01-17T05:48:30.938Z | sys 2:07.560658236 |
1570 | 2025-01-17T05:48:30.938Z | trap 0.642396440 |
1571 | 2025-01-17T05:48:30.938Z | tflt 1.640390748 |
1572 | 2025-01-17T05:48:30.938Z | dflt 1.730128591 |
1573 | 2025-01-17T05:48:30.938Z | kflt 0.029080202 |
1574 | 2025-01-17T05:48:30.938Z | lock 25:54.855453315 |
1575 | 2025-01-17T05:48:30.938Z | slp 56:14.322300385 |
1576 | 2025-01-17T05:48:30.938Z | lat 1:01.537955157 |
1577 | 2025-01-17T05:48:30.938Z | stop 2:30.416761701 |
1578 | 2025-01-17T05:48:30.938Z | + ptime -m cargo xtask download softnpu |
1579 | 2025-01-17T05:48:31.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1580 | 2025-01-17T05:48:31.515Z | Running `target/debug/xtask download softnpu` |
1581 | 2025-01-17T05:48:32.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1582 | 2025-01-17T05:48:32.451Z | Running `target/debug/xtask-downloader softnpu` |
1583 | 2025-01-17T05:48:32.495Z | Jan 17 05:48:32.075 INFO Starting download, target: Softnpu |
1584 | 2025-01-17T05:48:32.498Z | Jan 17 05:48:32.076 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1585 | 2025-01-17T05:48:32.877Z | Jan 17 05:48:32.458 INFO Download complete, target: Softnpu |
1586 | 2025-01-17T05:48:32.882Z | |
1587 | 2025-01-17T05:48:32.885Z | real 1.938426354 |
1588 | 2025-01-17T05:48:32.885Z | user 1.313278729 |
1589 | 2025-01-17T05:48:32.885Z | sys 0.572007787 |
1590 | 2025-01-17T05:48:32.885Z | trap 0.001101913 |
1591 | 2025-01-17T05:48:32.885Z | tflt 0.000045750 |
1592 | 2025-01-17T05:48:32.885Z | dflt 0.000055239 |
1593 | 2025-01-17T05:48:32.885Z | kflt 0.000000000 |
1594 | 2025-01-17T05:48:32.885Z | lock 3.800994700 |
1595 | 2025-01-17T05:48:32.885Z | slp 0.223941931 |
1596 | 2025-01-17T05:48:32.885Z | lat 0.065761888 |
1597 | 2025-01-17T05:48:32.885Z | stop 0.000216549 |
1598 | 2025-01-17T05:48:32.885Z | + export CARGO_INCREMENTAL=0 |
1599 | 2025-01-17T05:48:32.885Z | + CARGO_INCREMENTAL=0 |
1600 | 2025-01-17T05:48:32.885Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1601 | 2025-01-17T05:48:34.015Z | Compiling proc-macro2 v1.0.92 |
1602 | 2025-01-17T05:48:34.015Z | Compiling unicode-ident v1.0.14 |
1603 | 2025-01-17T05:48:34.035Z | Compiling libc v0.2.169 |
1604 | 2025-01-17T05:48:34.035Z | Compiling serde v1.0.217 |
1605 | 2025-01-17T05:48:34.035Z | Compiling autocfg v1.4.0 |
1606 | 2025-01-17T05:48:34.035Z | Compiling version_check v0.9.5 |
1607 | 2025-01-17T05:48:34.035Z | Compiling cfg-if v1.0.0 |
1608 | 2025-01-17T05:48:34.178Z | Compiling memchr v2.7.4 |
1609 | 2025-01-17T05:48:34.239Z | Compiling typenum v1.17.0 |
1610 | 2025-01-17T05:48:34.269Z | Compiling shlex v1.3.0 |
1611 | 2025-01-17T05:48:34.628Z | Compiling value-bag v1.9.0 |
1612 | 2025-01-17T05:48:34.764Z | Compiling generic-array v0.14.7 |
1613 | 2025-01-17T05:48:34.891Z | Compiling lock_api v0.4.12 |
1614 | 2025-01-17T05:48:35.058Z | Compiling log v0.4.22 |
1615 | 2025-01-17T05:48:35.122Z | Compiling scopeguard v1.2.0 |
1616 | 2025-01-17T05:48:35.286Z | Compiling parking_lot_core v0.9.10 |
1617 | 2025-01-17T05:48:35.499Z | Compiling serde_json v1.0.135 |
1618 | 2025-01-17T05:48:35.677Z | Compiling once_cell v1.20.2 |
1619 | 2025-01-17T05:48:35.775Z | Compiling quote v1.0.38 |
1620 | 2025-01-17T05:48:35.796Z | Compiling jobserver v0.1.32 |
1621 | 2025-01-17T05:48:35.821Z | Compiling getrandom v0.2.15 |
1622 | 2025-01-17T05:48:36.040Z | Compiling libm v0.2.8 |
1623 | 2025-01-17T05:48:36.137Z | Compiling rustix v0.38.37 |
1624 | 2025-01-17T05:48:36.311Z | Compiling syn v2.0.96 |
1625 | 2025-01-17T05:48:36.334Z | Compiling cc v1.1.30 |
1626 | 2025-01-17T05:48:36.352Z | Compiling aho-corasick v1.1.3 |
1627 | 2025-01-17T05:48:36.374Z | Compiling num-traits v0.2.19 |
1628 | 2025-01-17T05:48:36.395Z | Compiling thiserror v1.0.69 |
1629 | 2025-01-17T05:48:36.498Z | Compiling regex-syntax v0.8.5 |
1630 | 2025-01-17T05:48:36.671Z | Compiling either v1.13.0 |
1631 | 2025-01-17T05:48:36.747Z | Compiling itoa v1.0.11 |
1632 | 2025-01-17T05:48:36.893Z | Compiling spin v0.9.8 |
1633 | 2025-01-17T05:48:37.222Z | Compiling slab v0.4.9 |
1634 | 2025-01-17T05:48:37.425Z | Compiling errno v0.3.9 |
1635 | 2025-01-17T05:48:37.562Z | Compiling byteorder v1.5.0 |
1636 | 2025-01-17T05:48:37.841Z | Compiling lazy_static v1.5.0 |
1637 | 2025-01-17T05:48:37.915Z | Compiling rand_core v0.6.4 |
1638 | 2025-01-17T05:48:38.025Z | Compiling glob v0.3.1 |
1639 | 2025-01-17T05:48:38.409Z | Compiling prettyplease v0.2.25 |
1640 | 2025-01-17T05:48:38.688Z | Compiling minimal-lexical v0.2.1 |
1641 | 2025-01-17T05:48:38.784Z | Compiling clang-sys v1.8.1 |
1642 | 2025-01-17T05:48:39.209Z | Compiling nom v7.1.3 |
1643 | 2025-01-17T05:48:39.426Z | Compiling libloading v0.8.5 |
1644 | 2025-01-17T05:48:39.520Z | Compiling bindgen v0.69.5 |
1645 | 2025-01-17T05:48:39.548Z | Compiling home v0.5.9 |
1646 | 2025-01-17T05:48:39.781Z | Compiling subtle v2.6.1 |
1647 | 2025-01-17T05:48:39.980Z | Compiling itertools v0.12.1 |
1648 | 2025-01-17T05:48:40.126Z | Compiling rustc-hash v1.1.0 |
1649 | 2025-01-17T05:48:40.225Z | Compiling regex-automata v0.4.8 |
1650 | 2025-01-17T05:48:40.285Z | Compiling allocator-api2 v0.2.18 |
1651 | 2025-01-17T05:48:40.464Z | Compiling lazycell v1.3.0 |
1652 | 2025-01-17T05:48:40.643Z | Compiling smallvec v1.13.2 |
1653 | 2025-01-17T05:48:41.129Z | Compiling cmake v0.1.51 |
1654 | 2025-01-17T05:48:41.551Z | Compiling fs_extra v1.3.0 |
1655 | 2025-01-17T05:48:41.944Z | Compiling dunce v1.0.5 |
1656 | 2025-01-17T05:48:42.096Z | Compiling semver v1.0.24 |
1657 | 2025-01-17T05:48:42.245Z | Compiling pkg-config v0.3.31 |
1658 | 2025-01-17T05:48:42.514Z | Compiling cexpr v0.6.0 |
1659 | 2025-01-17T05:48:42.780Z | Compiling ring v0.17.8 |
1660 | 2025-01-17T05:48:43.301Z | Compiling pin-project-lite v0.2.14 |
1661 | 2025-01-17T05:48:43.366Z | Compiling ryu v1.0.18 |
1662 | 2025-01-17T05:48:43.390Z | Compiling paste v1.0.15 |
1663 | 2025-01-17T05:48:43.491Z | Compiling fnv v1.0.7 |
1664 | 2025-01-17T05:48:43.647Z | Compiling synstructure v0.13.1 |
1665 | 2025-01-17T05:48:43.923Z | Compiling schemars v0.8.21 |
1666 | 2025-01-17T05:48:43.953Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-17T05:48:44.367Z | Compiling httparse v1.9.5 |
1668 | 2025-01-17T05:48:44.415Z | Compiling const-oid v0.9.6 |
1669 | 2025-01-17T05:48:44.920Z | Compiling serde_derive_internals v0.29.1 |
1670 | 2025-01-17T05:48:45.140Z | Compiling equivalent v1.0.1 |
1671 | 2025-01-17T05:48:45.283Z | Compiling foldhash v0.1.3 |
1672 | 2025-01-17T05:48:45.577Z | Compiling hashbrown v0.15.1 |
1673 | 2025-01-17T05:48:46.235Z | Compiling regex v1.11.1 |
1674 | 2025-01-17T05:48:46.436Z | Compiling signal-hook-registry v1.4.2 |
1675 | 2025-01-17T05:48:46.439Z | Compiling heck v0.5.0 |
1676 | 2025-01-17T05:48:46.803Z | Compiling parking_lot v0.12.3 |
1677 | 2025-01-17T05:48:46.855Z | Compiling mio v1.0.2 |
1678 | 2025-01-17T05:48:48.130Z | Compiling serde_derive v1.0.217 |
1679 | 2025-01-17T05:48:48.165Z | Compiling zeroize_derive v1.4.2 |
1680 | 2025-01-17T05:48:48.446Z | Compiling zerocopy-derive v0.7.35 |
1681 | 2025-01-17T05:48:48.864Z | Compiling thiserror-impl v1.0.69 |
1682 | 2025-01-17T05:48:49.004Z | Compiling tokio-macros v2.5.0 |
1683 | 2025-01-17T05:48:49.436Z | Compiling zerofrom-derive v0.1.4 |
1684 | 2025-01-17T05:48:49.568Z | Compiling zeroize v1.8.1 |
1685 | 2025-01-17T05:48:50.014Z | Compiling yoke-derive v0.7.4 |
1686 | 2025-01-17T05:48:50.035Z | Compiling futures-macro v0.3.31 |
1687 | 2025-01-17T05:48:50.307Z | Compiling zerovec-derive v0.10.3 |
1688 | 2025-01-17T05:48:50.411Z | Compiling zerocopy v0.7.35 |
1689 | 2025-01-17T05:48:51.531Z | Compiling displaydoc v0.2.5 |
1690 | 2025-01-17T05:48:51.835Z | Compiling crypto-common v0.1.6 |
1691 | 2025-01-17T05:48:51.944Z | Compiling tracing-attributes v0.1.27 |
1692 | 2025-01-17T05:48:52.049Z | Compiling icu_provider_macros v1.5.0 |
1693 | 2025-01-17T05:48:52.384Z | Compiling schemars_derive v0.8.21 |
1694 | 2025-01-17T05:48:52.573Z | Compiling block-buffer v0.10.4 |
1695 | 2025-01-17T05:48:52.661Z | Compiling stable_deref_trait v1.2.0 |
1696 | 2025-01-17T05:48:52.824Z | Compiling digest v0.10.7 |
1697 | 2025-01-17T05:48:53.026Z | Compiling socket2 v0.5.7 |
1698 | 2025-01-17T05:48:53.042Z | Compiling time-core v0.1.2 |
1699 | 2025-01-17T05:48:53.207Z | Compiling num-conv v0.1.0 |
1700 | 2025-01-17T05:48:53.236Z | Compiling crossbeam-utils v0.8.20 |
1701 | 2025-01-17T05:48:53.485Z | Compiling futures-core v0.3.31 |
1702 | 2025-01-17T05:48:53.751Z | Compiling time-macros v0.2.18 |
1703 | 2025-01-17T05:48:54.052Z | Compiling der_derive v0.7.3 |
1704 | 2025-01-17T05:48:54.500Z | Compiling vcpkg v0.2.15 |
1705 | 2025-01-17T05:48:55.935Z | Compiling openssl-sys v0.9.103 |
1706 | 2025-01-17T05:48:56.431Z | Compiling syn v1.0.109 |
1707 | 2025-01-17T05:48:56.892Z | Compiling cpufeatures v0.2.14 |
1708 | 2025-01-17T05:48:56.951Z | Compiling futures-sink v0.3.31 |
1709 | 2025-01-17T05:48:57.145Z | Compiling slog v2.7.0 |
1710 | 2025-01-17T05:48:57.393Z | Compiling ahash v0.8.11 |
1711 | 2025-01-17T05:48:57.745Z | Compiling iana-time-zone v0.1.61 |
1712 | 2025-01-17T05:48:57.985Z | Compiling futures-channel v0.3.31 |
1713 | 2025-01-17T05:48:58.039Z | Compiling zerofrom v0.1.4 |
1714 | 2025-01-17T05:48:58.280Z | Compiling scroll_derive v0.12.0 |
1715 | 2025-01-17T05:48:58.311Z | Compiling pin-utils v0.1.0 |
1716 | 2025-01-17T05:48:58.420Z | Compiling openssl v0.10.66 |
1717 | 2025-01-17T05:48:58.441Z | Compiling futures-task v0.3.31 |
1718 | 2025-01-17T05:48:58.506Z | Compiling ucd-trie v0.1.7 |
1719 | 2025-01-17T05:48:58.743Z | Compiling futures-io v0.3.31 |
1720 | 2025-01-17T05:48:58.825Z | Compiling pest v2.7.14 |
1721 | 2025-01-17T05:48:58.983Z | Compiling futures-util v0.3.31 |
1722 | 2025-01-17T05:48:59.099Z | Compiling yoke v0.7.4 |
1723 | 2025-01-17T05:48:59.583Z | Compiling hmac v0.12.1 |
1724 | 2025-01-17T05:49:00.122Z | Compiling zerovec v0.10.4 |
1725 | 2025-01-17T05:49:00.444Z | Compiling bitflags v2.6.0 |
1726 | 2025-01-17T05:49:00.723Z | Compiling bytes v1.9.0 |
1727 | 2025-01-17T05:49:03.190Z | Compiling indexmap v2.7.0 |
1728 | 2025-01-17T05:49:03.292Z | Compiling tokio v1.43.0 |
1729 | 2025-01-17T05:49:04.477Z | Compiling which v4.4.2 |
1730 | 2025-01-17T05:49:05.205Z | Compiling serde_tokenstream v0.2.2 |
1731 | 2025-01-17T05:49:05.385Z | Compiling uuid v1.11.0 |
1732 | 2025-01-17T05:49:05.608Z | Compiling http v1.2.0 |
1733 | 2025-01-17T05:49:05.774Z | Compiling chrono v0.4.38 |
1734 | 2025-01-17T05:49:06.681Z | Compiling rustc_version v0.4.1 |
1735 | 2025-01-17T05:49:08.538Z | Compiling pest_meta v2.7.14 |
1736 | 2025-01-17T05:49:11.029Z | Compiling block-padding v0.3.3 |
1737 | 2025-01-17T05:49:11.277Z | Compiling openssl-macros v0.1.1 |
1738 | 2025-01-17T05:49:12.013Z | Compiling tinyvec_macros v0.1.1 |
1739 | 2025-01-17T05:49:12.130Z | Compiling rustls v0.23.19 |
1740 | 2025-01-17T05:49:12.195Z | Compiling native-tls v0.2.12 |
1741 | 2025-01-17T05:49:12.270Z | Compiling tinyvec v1.8.0 |
1742 | 2025-01-17T05:49:12.546Z | Compiling inout v0.1.3 |
1743 | 2025-01-17T05:49:12.820Z | Compiling pest_generator v2.7.14 |
1744 | 2025-01-17T05:49:13.055Z | Compiling serde_spanned v0.6.8 |
1745 | 2025-01-17T05:49:13.298Z | Compiling toml_datetime v0.6.8 |
1746 | 2025-01-17T05:49:13.762Z | Compiling tracing-core v0.1.32 |
1747 | 2025-01-17T05:49:13.821Z | Compiling dyn-clone v1.0.17 |
1748 | 2025-01-17T05:49:14.071Z | Compiling strsim v0.11.1 |
1749 | 2025-01-17T05:49:14.101Z | Compiling unicode-normalization v0.1.24 |
1750 | 2025-01-17T05:49:14.544Z | Compiling pest_derive v2.7.14 |
1751 | 2025-01-17T05:49:14.726Z | Compiling tracing v0.1.40 |
1752 | 2025-01-17T05:49:15.514Z | Compiling cipher v0.4.4 |
1753 | 2025-01-17T05:49:15.584Z | Compiling tinystr v0.7.6 |
1754 | 2025-01-17T05:49:15.996Z | Compiling sha2 v0.10.8 |
1755 | 2025-01-17T05:49:16.380Z | Compiling cookie v0.18.1 |
1756 | 2025-01-17T05:49:16.400Z | Compiling usdt-impl v0.5.0 |
1757 | 2025-01-17T05:49:16.691Z | Compiling writeable v0.5.5 |
1758 | 2025-01-17T05:49:16.967Z | Compiling unicode-bidi v0.3.17 |
1759 | 2025-01-17T05:49:17.242Z | Compiling litemap v0.7.3 |
1760 | 2025-01-17T05:49:17.307Z | Compiling aws-lc-sys v0.22.0 |
1761 | 2025-01-17T05:49:17.790Z | Compiling base64ct v1.6.0 |
1762 | 2025-01-17T05:49:18.049Z | Compiling icu_locid v1.5.0 |
1763 | 2025-01-17T05:49:18.338Z | Compiling pem-rfc7468 v0.7.0 |
1764 | 2025-01-17T05:49:19.768Z | Compiling scroll v0.12.0 |
1765 | 2025-01-17T05:49:20.384Z | Compiling ppv-lite86 v0.2.20 |
1766 | 2025-01-17T05:49:21.413Z | Compiling async-trait v0.1.83 |
1767 | 2025-01-17T05:49:23.166Z | Compiling percent-encoding v2.3.1 |
1768 | 2025-01-17T05:49:23.655Z | Compiling camino v1.1.9 |
1769 | 2025-01-17T05:49:24.193Z | Compiling plain v0.2.3 |
1770 | 2025-01-17T05:49:24.368Z | Compiling flagset v0.4.6 |
1771 | 2025-01-17T05:49:24.408Z | Compiling anyhow v1.0.93 |
1772 | 2025-01-17T05:49:24.583Z | Compiling rustls-pki-types v1.10.0 |
1773 | 2025-01-17T05:49:24.893Z | Compiling der v0.7.9 |
1774 | 2025-01-17T05:49:25.842Z | Compiling goblin v0.8.2 |
1775 | 2025-01-17T05:49:27.313Z | Compiling rand_chacha v0.3.1 |
1776 | 2025-01-17T05:49:27.499Z | Compiling icu_provider v1.5.0 |
1777 | 2025-01-17T05:49:28.190Z | Compiling tokio-util v0.7.12 |
1778 | 2025-01-17T05:49:29.317Z | Compiling powerfmt v0.2.0 |
1779 | 2025-01-17T05:49:29.587Z | Compiling icu_locid_transform_data v1.5.0 |
1780 | 2025-01-17T05:49:29.842Z | Compiling untrusted v0.9.0 |
1781 | 2025-01-17T05:49:30.089Z | Compiling rustls v0.22.4 |
1782 | 2025-01-17T05:49:30.114Z | Compiling pretty-hex v0.4.1 |
1783 | 2025-01-17T05:49:30.180Z | Compiling untrusted v0.7.1 |
1784 | 2025-01-17T05:49:30.269Z | Compiling rayon-core v1.12.1 |
1785 | 2025-01-17T05:49:30.339Z | Compiling mirai-annotations v1.12.0 |
1786 | 2025-01-17T05:49:30.375Z | Compiling icu_locid_transform v1.5.0 |
1787 | 2025-01-17T05:49:30.620Z | Compiling deranged v0.3.11 |
1788 | 2025-01-17T05:49:31.685Z | Compiling dof v0.3.0 |
1789 | 2025-01-17T05:49:32.348Z | Compiling rand v0.8.5 |
1790 | 2025-01-17T05:49:32.503Z | Compiling spki v0.7.3 |
1791 | 2025-01-17T05:49:33.060Z | Compiling salsa20 v0.10.2 |
1792 | 2025-01-17T05:49:33.239Z | Compiling dtrace-parser v0.2.0 |
1793 | 2025-01-17T05:49:33.870Z | Compiling icu_collections v1.5.0 |
1794 | 2025-01-17T05:49:34.558Z | Compiling pbkdf2 v0.12.2 |
1795 | 2025-01-17T05:49:35.086Z | Compiling thread-id v4.2.2 |
1796 | 2025-01-17T05:49:35.220Z | Compiling icu_properties_data v1.5.0 |
1797 | 2025-01-17T05:49:35.752Z | Compiling winnow v0.5.40 |
1798 | 2025-01-17T05:49:35.865Z | Compiling atomic-waker v1.1.2 |
1799 | 2025-01-17T05:49:36.081Z | Compiling num_threads v0.1.7 |
1800 | 2025-01-17T05:49:36.220Z | Compiling time v0.3.36 |
1801 | 2025-01-17T05:49:36.784Z | Compiling icu_properties v1.5.1 |
1802 | 2025-01-17T05:49:39.182Z | Compiling toml_edit v0.19.15 |
1803 | 2025-01-17T05:49:40.529Z | Compiling scrypt v0.11.0 |
1804 | 2025-01-17T05:49:40.710Z | Compiling form_urlencoded v1.2.1 |
1805 | 2025-01-17T05:49:41.027Z | Compiling aes v0.8.4 |
1806 | 2025-01-17T05:49:41.260Z | Compiling cbc v0.1.2 |
1807 | 2025-01-17T05:49:41.496Z | Compiling http-body v1.0.1 |
1808 | 2025-01-17T05:49:42.211Z | Compiling multer v3.1.0 |
1809 | 2025-01-17T05:49:42.475Z | Compiling icu_normalizer_data v1.5.0 |
1810 | 2025-01-17T05:49:42.537Z | Compiling utf8_iter v1.0.4 |
1811 | 2025-01-17T05:49:42.592Z | Compiling try-lock v0.2.5 |
1812 | 2025-01-17T05:49:42.951Z | Compiling slog-async v2.8.0 |
1813 | 2025-01-17T05:49:43.027Z | Compiling rustversion v1.0.17 |
1814 | 2025-01-17T05:49:43.068Z | Compiling write16 v1.0.0 |
1815 | 2025-01-17T05:49:43.223Z | Compiling utf16_iter v1.0.5 |
1816 | 2025-01-17T05:49:43.710Z | Compiling icu_normalizer v1.5.0 |
1817 | 2025-01-17T05:49:45.013Z | Compiling want v0.3.1 |
1818 | 2025-01-17T05:49:45.325Z | Compiling pkcs5 v0.7.1 |
1819 | 2025-01-17T05:49:45.881Z | Compiling h2 v0.4.6 |
1820 | 2025-01-17T05:49:46.653Z | Compiling heapless v0.7.17 |
1821 | 2025-01-17T05:49:47.480Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1822 | 2025-01-17T05:49:47.901Z | Compiling signal-hook v0.3.17 |
1823 | 2025-01-17T05:49:48.323Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-17T05:49:49.101Z | Compiling pkcs8 v0.10.2 |
1825 | 2025-01-17T05:49:49.248Z | Compiling idna_adapter v1.2.0 |
1826 | 2025-01-17T05:49:50.194Z | Compiling usdt-attr-macro v0.5.0 |
1827 | 2025-01-17T05:49:50.326Z | Compiling usdt-macro v0.5.0 |
1828 | 2025-01-17T05:49:50.984Z | Compiling async-stream-impl v0.3.6 |
1829 | 2025-01-17T05:49:51.596Z | Compiling adler2 v2.0.0 |
1830 | 2025-01-17T05:49:51.870Z | Compiling tower-service v0.3.3 |
1831 | 2025-01-17T05:49:52.017Z | Compiling base64 v0.22.1 |
1832 | 2025-01-17T05:49:52.274Z | Compiling miniz_oxide v0.8.0 |
1833 | 2025-01-17T05:49:53.255Z | Compiling idna v1.0.3 |
1834 | 2025-01-17T05:49:53.853Z | Compiling hyper v1.5.2 |
1835 | 2025-01-17T05:49:59.430Z | Compiling hyper-util v0.1.10 |
1836 | 2025-01-17T05:49:59.498Z | Compiling curve25519-dalek v4.1.3 |
1837 | 2025-01-17T05:49:59.922Z | Compiling openapiv3 v2.0.0 |
1838 | 2025-01-17T05:50:00.434Z | Compiling enum-as-inner v0.6.1 |
1839 | 2025-01-17T05:50:01.617Z | Compiling dropshot v0.12.0 |
1840 | 2025-01-17T05:50:01.849Z | Compiling foreign-types-shared v0.1.1 |
1841 | 2025-01-17T05:50:01.941Z | Compiling num-bigint-dig v0.8.4 |
1842 | 2025-01-17T05:50:02.238Z | Compiling smoltcp v0.9.1 |
1843 | 2025-01-17T05:50:02.482Z | Compiling portable-atomic v1.9.0 |
1844 | 2025-01-17T05:50:03.408Z | Compiling match_cfg v0.1.0 |
1845 | 2025-01-17T05:50:03.477Z | Compiling newtype-uuid v1.2.1 |
1846 | 2025-01-17T05:50:03.522Z | Compiling hostname v0.3.1 |
1847 | 2025-01-17T05:50:03.947Z | Compiling foreign-types v0.3.2 |
1848 | 2025-01-17T05:50:05.280Z | Compiling url v2.5.3 |
1849 | 2025-01-17T05:50:07.656Z | Compiling http-body-util v0.1.2 |
1850 | 2025-01-17T05:50:08.066Z | Compiling dirs-sys-next v0.1.2 |
1851 | 2025-01-17T05:50:08.112Z | Compiling encoding_rs v0.8.34 |
1852 | 2025-01-17T05:50:08.211Z | Compiling ident_case v1.0.1 |
1853 | 2025-01-17T05:50:08.818Z | Compiling data-encoding v2.6.0 |
1854 | 2025-01-17T05:50:08.818Z | Compiling heck v0.4.1 |
1855 | 2025-01-17T05:50:08.912Z | Compiling gimli v0.31.1 |
1856 | 2025-01-17T05:50:09.962Z | Compiling mime v0.3.17 |
1857 | 2025-01-17T05:50:11.062Z | Compiling siphasher v0.3.11 |
1858 | 2025-01-17T05:50:11.082Z | Compiling darling_core v0.20.10 |
1859 | 2025-01-17T05:50:11.451Z | Compiling dirs-next v2.0.0 |
1860 | 2025-01-17T05:50:15.729Z | Compiling addr2line v0.24.2 |
1861 | 2025-01-17T05:50:17.459Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2025-01-17T05:50:18.031Z | Compiling crossbeam-epoch v0.9.18 |
1863 | 2025-01-17T05:50:18.729Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2025-01-17T05:50:19.192Z | Compiling hubpack_derive v0.1.1 |
1865 | 2025-01-17T05:50:19.244Z | Compiling dropshot_endpoint v0.12.0 |
1866 | 2025-01-17T05:50:19.854Z | Compiling sha1 v0.10.6 |
1867 | 2025-01-17T05:50:20.050Z | Compiling signature v2.2.0 |
1868 | 2025-01-17T05:50:20.071Z | Compiling zerocopy-derive v0.6.6 |
1869 | 2025-01-17T05:50:20.228Z | Compiling curve25519-dalek-derive v0.1.1 |
1870 | 2025-01-17T05:50:21.566Z | Compiling object v0.36.5 |
1871 | 2025-01-17T05:50:21.897Z | Compiling thread_local v1.1.8 |
1872 | 2025-01-17T05:50:22.340Z | Compiling fs-err v2.11.0 |
1873 | 2025-01-17T05:50:23.131Z | Compiling utf8parse v0.2.2 |
1874 | 2025-01-17T05:50:26.195Z | Compiling ipnet v2.10.1 |
1875 | 2025-01-17T05:50:27.340Z | Compiling unicode-properties v0.1.3 |
1876 | 2025-01-17T05:50:28.280Z | Compiling anstyle v1.0.10 |
1877 | 2025-01-17T05:50:28.735Z | Compiling openssl-probe v0.1.5 |
1878 | 2025-01-17T05:50:29.279Z | Compiling winnow v0.6.20 |
1879 | 2025-01-17T05:50:30.133Z | Compiling rustc-demangle v0.1.24 |
1880 | 2025-01-17T05:50:31.115Z | Compiling rustls-webpki v0.102.8 |
1881 | 2025-01-17T05:50:31.548Z | Compiling backtrace v0.3.74 |
1882 | 2025-01-17T05:50:32.803Z | Compiling toml_edit v0.22.22 |
1883 | 2025-01-17T05:50:40.869Z | Compiling stringprep v0.1.5 |
1884 | 2025-01-17T05:50:41.583Z | Compiling anstyle-parse v0.2.5 |
1885 | 2025-01-17T05:50:42.533Z | Compiling crossbeam-deque v0.8.5 |
1886 | 2025-01-17T05:50:42.908Z | Compiling darling_macro v0.20.10 |
1887 | 2025-01-17T05:50:43.300Z | Compiling term v0.7.0 |
1888 | 2025-01-17T05:50:43.804Z | Compiling slog-json v2.6.1 |
1889 | 2025-01-17T05:50:44.994Z | Compiling crossbeam-channel v0.5.13 |
1890 | 2025-01-17T05:50:45.132Z | Compiling hashbrown v0.14.5 |
1891 | 2025-01-17T05:50:45.703Z | Compiling idna v0.4.0 |
1892 | 2025-01-17T05:50:45.763Z | Compiling idna v0.3.0 |
1893 | 2025-01-17T05:50:46.103Z | Compiling futures-executor v0.3.31 |
1894 | 2025-01-17T05:50:46.558Z | Compiling num-integer v0.1.46 |
1895 | 2025-01-17T05:50:47.098Z | Compiling md-5 v0.10.6 |
1896 | 2025-01-17T05:50:47.203Z | Compiling ff v0.13.0 |
1897 | 2025-01-17T05:50:47.224Z | Compiling hash32 v0.2.1 |
1898 | 2025-01-17T05:50:47.257Z | Compiling is-terminal v0.4.13 |
1899 | 2025-01-17T05:50:47.342Z | Compiling memmap v0.7.0 |
1900 | 2025-01-17T05:50:47.439Z | Compiling psl-types v2.0.11 |
1901 | 2025-01-17T05:50:47.588Z | Compiling anstyle-query v1.1.1 |
1902 | 2025-01-17T05:50:47.663Z | Compiling base16ct v0.2.0 |
1903 | 2025-01-17T05:50:47.666Z | Compiling is_terminal_polyfill v1.70.1 |
1904 | 2025-01-17T05:50:47.826Z | Compiling quick-error v1.2.3 |
1905 | 2025-01-17T05:50:47.999Z | Compiling fallible-iterator v0.2.0 |
1906 | 2025-01-17T05:50:48.450Z | Compiling linked-hash-map v0.5.6 |
1907 | 2025-01-17T05:50:48.600Z | Compiling colorchoice v1.0.2 |
1908 | 2025-01-17T05:50:48.695Z | Compiling take_mut v0.2.2 |
1909 | 2025-01-17T05:50:48.798Z | Compiling utf-8 v0.7.6 |
1910 | 2025-01-17T05:50:49.020Z | Compiling tungstenite v0.24.0 |
1911 | 2025-01-17T05:50:49.102Z | Compiling publicsuffix v2.2.3 |
1912 | 2025-01-17T05:50:49.463Z | Compiling lru-cache v0.1.2 |
1913 | 2025-01-17T05:50:49.677Z | Compiling anstream v0.6.15 |
1914 | 2025-01-17T05:50:49.767Z | Compiling postgres-protocol v0.6.7 |
1915 | 2025-01-17T05:50:49.831Z | Compiling resolv-conf v0.7.0 |
1916 | 2025-01-17T05:50:50.276Z | Compiling sec1 v0.7.3 |
1917 | 2025-01-17T05:50:50.778Z | Compiling usdt v0.5.0 |
1918 | 2025-01-17T05:50:50.883Z | Compiling group v0.13.0 |
1919 | 2025-01-17T05:50:50.939Z | Compiling slog-term v2.9.1 |
1920 | 2025-01-17T05:50:51.197Z | Compiling num-iter v0.1.45 |
1921 | 2025-01-17T05:50:51.225Z | Compiling hickory-proto v0.24.1 |
1922 | 2025-01-17T05:50:51.403Z | Compiling futures v0.3.31 |
1923 | 2025-01-17T05:50:51.534Z | Compiling regress v0.10.1 |
1924 | 2025-01-17T05:50:56.242Z | Compiling slog-bunyan v2.5.0 |
1925 | 2025-01-17T05:50:56.262Z | Compiling darling v0.20.10 |
1926 | 2025-01-17T05:50:56.450Z | Compiling tokio-native-tls v0.3.1 |
1927 | 2025-01-17T05:50:56.769Z | Compiling tokio-rustls v0.26.0 |
1928 | 2025-01-17T05:50:56.821Z | Compiling tokio-rustls v0.25.0 |
1929 | 2025-01-17T05:50:56.913Z | Compiling toml v0.8.19 |
1930 | 2025-01-17T05:50:57.248Z | Compiling phf_shared v0.11.2 |
1931 | 2025-01-17T05:50:57.495Z | Compiling strum_macros v0.25.3 |
1932 | 2025-01-17T05:50:57.949Z | Compiling async-stream v0.3.6 |
1933 | 2025-01-17T05:50:58.248Z | Compiling waitgroup v0.1.2 |
1934 | 2025-01-17T05:50:58.361Z | Compiling webpki-roots v0.26.6 |
1935 | 2025-01-17T05:50:58.769Z | Compiling idna v0.5.0 |
1936 | 2025-01-17T05:50:58.985Z | Compiling terminal_size v0.4.0 |
1937 | 2025-01-17T05:50:59.228Z | Compiling serde_path_to_error v0.1.16 |
1938 | 2025-01-17T05:50:59.746Z | Compiling hkdf v0.12.4 |
1939 | 2025-01-17T05:51:00.174Z | Compiling crypto-bigint v0.5.5 |
1940 | 2025-01-17T05:51:00.206Z | Compiling clap_derive v4.5.18 |
1941 | 2025-01-17T05:51:00.549Z | Compiling derive-where v1.2.7 |
1942 | 2025-01-17T05:51:00.612Z | Compiling serde_repr v0.1.19 |
1943 | 2025-01-17T05:51:00.997Z | Compiling hostname v0.4.0 |
1944 | 2025-01-17T05:51:01.222Z | Compiling crc32fast v1.4.2 |
1945 | 2025-01-17T05:51:01.667Z | Compiling bitflags v1.3.2 |
1946 | 2025-01-17T05:51:01.917Z | Compiling unicode-width v0.1.14 |
1947 | 2025-01-17T05:51:02.469Z | Compiling managed v0.8.0 |
1948 | 2025-01-17T05:51:03.027Z | Compiling clap_lex v0.7.2 |
1949 | 2025-01-17T05:51:03.470Z | Compiling debug-ignore v1.0.5 |
1950 | 2025-01-17T05:51:03.992Z | Compiling clap_builder v4.5.21 |
1951 | 2025-01-17T05:51:04.433Z | Compiling elliptic-curve v0.13.8 |
1952 | 2025-01-17T05:51:05.819Z | Compiling console v0.15.8 |
1953 | 2025-01-17T05:51:07.098Z | Compiling flate2 v1.0.34 |
1954 | 2025-01-17T05:51:07.305Z | Compiling cookie_store v0.21.0 |
1955 | 2025-01-17T05:51:10.654Z | Compiling hyper-rustls v0.27.3 |
1956 | 2025-01-17T05:51:11.647Z | Compiling phf v0.11.2 |
1957 | 2025-01-17T05:51:11.951Z | Compiling hyper-tls v0.6.0 |
1958 | 2025-01-17T05:51:12.352Z | Compiling hickory-resolver v0.24.1 |
1959 | 2025-01-17T05:51:13.169Z | Compiling signal-hook-mio v0.2.4 |
1960 | 2025-01-17T05:51:13.330Z | Compiling rayon v1.10.0 |
1961 | 2025-01-17T05:51:13.347Z | Compiling typify-impl v0.2.0 |
1962 | 2025-01-17T05:51:13.721Z | Compiling bzip2 v0.4.4 |
1963 | 2025-01-17T05:51:14.115Z | Compiling postgres-types v0.2.8 |
1964 | 2025-01-17T05:51:14.155Z | Compiling tokio-tungstenite v0.24.0 |
1965 | 2025-01-17T05:51:14.891Z | Compiling zerocopy v0.6.6 |
1966 | 2025-01-17T05:51:15.385Z | Compiling ed25519 v2.2.3 |
1967 | 2025-01-17T05:51:15.641Z | Compiling hubpack v0.1.2 |
1968 | 2025-01-17T05:51:15.838Z | Compiling phf_shared v0.10.0 |
1969 | 2025-01-17T05:51:16.197Z | Compiling pkcs1 v0.7.5 |
1970 | 2025-01-17T05:51:17.076Z | Compiling tokio-stream v0.1.16 |
1971 | 2025-01-17T05:51:17.268Z | Compiling ipnetwork v0.20.0 |
1972 | 2025-01-17T05:51:17.598Z | Compiling serde-big-array v0.5.1 |
1973 | 2025-01-17T05:51:17.601Z | Compiling rfc6979 v0.4.0 |
1974 | 2025-01-17T05:51:17.857Z | Compiling float-cmp v0.9.0 |
1975 | 2025-01-17T05:51:18.007Z | Compiling sync_wrapper v1.0.1 |
1976 | 2025-01-17T05:51:18.189Z | Compiling bstr v1.10.0 |
1977 | 2025-01-17T05:51:19.480Z | Compiling static_assertions v1.1.0 |
1978 | 2025-01-17T05:51:19.606Z | Compiling fixedbitset v0.4.2 |
1979 | 2025-01-17T05:51:19.665Z | Compiling number_prefix v0.4.0 |
1980 | 2025-01-17T05:51:19.726Z | Compiling new_debug_unreachable v1.0.6 |
1981 | 2025-01-17T05:51:19.910Z | Compiling predicates-core v1.0.8 |
1982 | 2025-01-17T05:51:20.022Z | Compiling whoami v1.5.2 |
1983 | 2025-01-17T05:51:20.108Z | Compiling unicode-segmentation v1.12.0 |
1984 | 2025-01-17T05:51:20.220Z | Compiling difflib v0.4.0 |
1985 | 2025-01-17T05:51:20.538Z | Compiling bit-vec v0.6.3 |
1986 | 2025-01-17T05:51:20.952Z | Compiling normalize-line-endings v0.3.0 |
1987 | 2025-01-17T05:51:20.974Z | Compiling precomputed-hash v0.1.1 |
1988 | 2025-01-17T05:51:21.127Z | Compiling unicode-width v0.2.0 |
1989 | 2025-01-17T05:51:21.253Z | Compiling predicates v3.1.2 |
1990 | 2025-01-17T05:51:21.379Z | Compiling string_cache v0.8.7 |
1991 | 2025-01-17T05:51:21.662Z | Compiling indicatif v0.17.9 |
1992 | 2025-01-17T05:51:21.736Z | Compiling bit-set v0.5.3 |
1993 | 2025-01-17T05:51:21.811Z | Compiling similar v2.6.0 |
1994 | 2025-01-17T05:51:22.017Z | Compiling tokio-postgres v0.7.12 |
1995 | 2025-01-17T05:51:23.507Z | Compiling petgraph v0.6.5 |
1996 | 2025-01-17T05:51:23.592Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1997 | 2025-01-17T05:51:23.659Z | Compiling reqwest v0.12.9 |
1998 | 2025-01-17T05:51:23.872Z | Compiling typify-macro v0.2.0 |
1999 | 2025-01-17T05:51:27.419Z | Compiling qorb v0.2.1 |
2000 | 2025-01-17T05:51:27.493Z | Compiling ecdsa v0.16.9 |
2001 | 2025-01-17T05:51:28.328Z | Compiling rsa v0.9.6 |
2002 | 2025-01-17T05:51:29.151Z | Compiling ed25519-dalek v2.1.1 |
2003 | 2025-01-17T05:51:29.716Z | Compiling zip v0.6.6 |
2004 | 2025-01-17T05:51:29.888Z | Compiling crossterm v0.28.1 |
2005 | 2025-01-17T05:51:29.932Z | Compiling clap v4.5.21 |
2006 | 2025-01-17T05:51:31.565Z | Compiling toml v0.7.8 |
2007 | 2025-01-17T05:51:32.893Z | Compiling x509-cert v0.2.5 |
2008 | 2025-01-17T05:51:33.185Z | Compiling hex v0.4.3 |
2009 | 2025-01-17T05:51:34.007Z | Compiling itertools v0.10.5 |
2010 | 2025-01-17T05:51:34.473Z | Compiling peg-runtime v0.8.3 |
2011 | 2025-01-17T05:51:34.591Z | Compiling unicode-xid v0.2.6 |
2012 | 2025-01-17T05:51:35.234Z | Compiling zerocopy v0.8.10 |
2013 | 2025-01-17T05:51:35.946Z | Compiling lalrpop-util v0.19.12 |
2014 | 2025-01-17T05:51:37.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2015 | 2025-01-17T05:51:41.065Z | Compiling proc-macro-crate v1.3.1 |
2016 | 2025-01-17T05:51:41.893Z | Compiling macaddr v1.0.1 |
2017 | 2025-01-17T05:51:42.128Z | Compiling zerocopy-derive v0.8.10 |
2018 | 2025-01-17T05:51:42.286Z | Compiling itertools v0.13.0 |
2019 | 2025-01-17T05:51:44.162Z | Compiling heapless v0.8.0 |
2020 | 2025-01-17T05:51:45.354Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2025-01-17T05:51:49.602Z | Compiling num_enum_derive v0.5.11 |
2022 | 2025-01-17T05:51:58.836Z | Compiling hash32 v0.3.1 |
2023 | 2025-01-17T05:51:59.769Z | Compiling smoltcp v0.11.0 |
2024 | 2025-01-17T05:52:00.153Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2025 | 2025-01-17T05:52:05.453Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2026 | 2025-01-17T05:52:06.143Z | Compiling num_enum v0.5.11 |
2027 | 2025-01-17T05:52:06.390Z | Compiling typify v0.2.0 |
2028 | 2025-01-17T05:52:06.439Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2029 | 2025-01-17T05:52:07.246Z | Compiling proc-macro-error-attr v1.0.4 |
2030 | 2025-01-17T05:52:07.587Z | Compiling unsafe-libyaml v0.2.11 |
2031 | 2025-01-17T05:52:07.682Z | Compiling thiserror v2.0.11 |
2032 | 2025-01-17T05:52:08.274Z | Compiling cobs v0.2.3 |
2033 | 2025-01-17T05:52:08.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2034 | 2025-01-17T05:52:09.334Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2025-01-17T05:52:11.235Z | Compiling postcard v1.0.10 |
2036 | 2025-01-17T05:52:24.876Z | Compiling progenitor-impl v0.8.0 |
2037 | 2025-01-17T05:52:26.382Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-01-17T05:52:36.729Z | Compiling strum_macros v0.26.4 |
2039 | 2025-01-17T05:52:37.572Z | Compiling foreign-types-macros v0.2.3 |
2040 | 2025-01-17T05:52:37.627Z | Compiling structmeta-derive v0.3.0 |
2041 | 2025-01-17T05:52:37.727Z | Compiling thiserror-impl v2.0.11 |
2042 | 2025-01-17T05:52:38.366Z | Compiling proc-macro-error v1.0.4 |
2043 | 2025-01-17T05:52:38.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2044 | 2025-01-17T05:52:39.229Z | Compiling foreign-types-shared v0.3.1 |
2045 | 2025-01-17T05:52:40.169Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2046 | 2025-01-17T05:52:40.984Z | Compiling strum v0.26.3 |
2047 | 2025-01-17T05:52:41.556Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-17T05:52:44.171Z | Compiling structmeta v0.3.0 |
2049 | 2025-01-17T05:52:44.689Z | Compiling foreign-types v0.5.0 |
2050 | 2025-01-17T05:52:49.909Z | Compiling progenitor-macro v0.8.0 |
2051 | 2025-01-17T05:52:54.510Z | Compiling progenitor-client v0.8.0 |
2052 | 2025-01-17T05:52:55.082Z | Compiling tabwriter v1.4.0 |
2053 | 2025-01-17T05:52:55.882Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-01-17T05:52:57.121Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2025-01-17T05:52:57.977Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2025-01-17T05:52:58.839Z | Compiling cstr-argument v0.1.2 |
2057 | 2025-01-17T05:52:59.062Z | Compiling dropshot v0.15.1 |
2058 | 2025-01-17T05:52:59.133Z | Compiling fastrand v2.1.1 |
2059 | 2025-01-17T05:52:59.410Z | Compiling pretty-hex v0.2.1 |
2060 | 2025-01-17T05:52:59.793Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2061 | 2025-01-17T05:53:00.110Z | Compiling crucible-workspace-hack v0.1.0 |
2062 | 2025-01-17T05:53:00.899Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2025-01-17T05:53:00.902Z | Compiling tempfile v3.13.0 |
2064 | 2025-01-17T05:53:01.052Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2065 | 2025-01-17T05:53:01.096Z | Compiling progenitor v0.8.0 |
2066 | 2025-01-17T05:53:01.346Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2025-01-17T05:53:01.557Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2068 | 2025-01-17T05:53:01.885Z | Compiling parse-display-derive v0.10.0 |
2069 | 2025-01-17T05:53:02.307Z | Compiling colored v2.1.0 |
2070 | 2025-01-17T05:53:02.573Z | Compiling serde_with_macros v3.11.0 |
2071 | 2025-01-17T05:53:03.290Z | Compiling dropshot_endpoint v0.15.1 |
2072 | 2025-01-17T05:53:03.543Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-17T05:53:04.325Z | Compiling instant v0.1.13 |
2074 | 2025-01-17T05:53:04.527Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2075 | 2025-01-17T05:53:04.927Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2025-01-17T05:53:05.088Z | Compiling serde_with v3.11.0 |
2077 | 2025-01-17T05:53:05.463Z | Compiling parse-display v0.10.0 |
2078 | 2025-01-17T05:53:07.015Z | Compiling backoff v0.4.0 |
2079 | 2025-01-17T05:53:07.370Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2025-01-17T05:53:07.613Z | Compiling zone_cfg_derive v0.3.0 |
2081 | 2025-01-17T05:53:07.757Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2082 | 2025-01-17T05:53:07.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2083 | 2025-01-17T05:53:08.506Z | Compiling camino-tempfile v1.1.1 |
2084 | 2025-01-17T05:53:08.663Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2085 | 2025-01-17T05:53:09.087Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2086 | 2025-01-17T05:53:09.106Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2087 | 2025-01-17T05:53:09.236Z | Compiling regress v0.9.1 |
2088 | 2025-01-17T05:53:09.344Z | Compiling progenitor-client v0.9.1 |
2089 | 2025-01-17T05:53:09.561Z | Compiling num-derive v0.4.2 |
2090 | 2025-01-17T05:53:10.275Z | Compiling sigpipe v0.1.3 |
2091 | 2025-01-17T05:53:10.441Z | Compiling libefi-sys v0.1.0 |
2092 | 2025-01-17T05:53:10.757Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2025-01-17T05:53:11.130Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2094 | 2025-01-17T05:53:11.755Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2095 | 2025-01-17T05:53:13.397Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-01-17T05:53:14.465Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2097 | 2025-01-17T05:53:17.152Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2098 | 2025-01-17T05:53:17.555Z | Compiling zone v0.3.0 |
2099 | 2025-01-17T05:53:17.957Z | Compiling smf v0.2.3 |
2100 | 2025-01-17T05:53:20.265Z | Compiling bitfield-struct v0.6.2 |
2101 | 2025-01-17T05:53:20.645Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2102 | 2025-01-17T05:53:21.053Z | Compiling blake3 v1.5.4 |
2103 | 2025-01-17T05:53:21.486Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2104 | 2025-01-17T05:53:21.608Z | Compiling xattr v1.3.1 |
2105 | 2025-01-17T05:53:21.629Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2106 | 2025-01-17T05:53:21.938Z | Compiling memmap2 v0.9.5 |
2107 | 2025-01-17T05:53:22.329Z | Compiling filetime v0.2.25 |
2108 | 2025-01-17T05:53:22.389Z | Compiling arrayref v0.3.9 |
2109 | 2025-01-17T05:53:22.521Z | Compiling constant_time_eq v0.3.1 |
2110 | 2025-01-17T05:53:22.550Z | Compiling arrayvec v0.7.6 |
2111 | 2025-01-17T05:53:22.619Z | Compiling same-file v1.0.6 |
2112 | 2025-01-17T05:53:22.710Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2025-01-17T05:53:22.729Z | Compiling tar v0.4.42 |
2114 | 2025-01-17T05:53:22.852Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2025-01-17T05:53:22.906Z | Compiling walkdir v2.5.0 |
2116 | 2025-01-17T05:53:24.590Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2117 | 2025-01-17T05:53:25.027Z | Compiling gethostname v0.5.0 |
2118 | 2025-01-17T05:53:25.264Z | Compiling cargo-platform v0.1.8 |
2119 | 2025-01-17T05:53:25.572Z | Compiling topological-sort v0.2.2 |
2120 | 2025-01-17T05:53:25.778Z | Compiling cargo_metadata v0.18.1 |
2121 | 2025-01-17T05:53:25.886Z | Compiling omicron-zone-package v0.12.0 |
2122 | 2025-01-17T05:53:26.358Z | Compiling shell-words v1.1.0 |
2123 | 2025-01-17T05:53:26.900Z | Compiling indent_write v2.2.0 |
2124 | 2025-01-17T05:53:32.358Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2125 | 2025-01-17T05:53:34.077Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2025-01-17T05:53:36.276Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2127 | 2025-01-17T05:53:56.175Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2128 | 2025-01-17T05:53:56.347Z | Running `target/release/omicron-package -t test target create -p dev` |
2129 | 2025-01-17T05:53:56.424Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2025-01-17T05:53:56.427Z | Created new build target 'test' and set it as active |
2131 | 2025-01-17T05:53:56.427Z | |
2132 | 2025-01-17T05:53:56.427Z | real 5:23.445699873 |
2133 | 2025-01-17T05:53:56.427Z | user 37:50.121443986 |
2134 | 2025-01-17T05:53:56.427Z | sys 3:28.126554476 |
2135 | 2025-01-17T05:53:56.427Z | trap 1.258142102 |
2136 | 2025-01-17T05:53:56.427Z | tflt 2.874148477 |
2137 | 2025-01-17T05:53:56.427Z | dflt 0.742447239 |
2138 | 2025-01-17T05:53:56.427Z | kflt 0.011715014 |
2139 | 2025-01-17T05:53:56.427Z | lock 1:16:07.446677538 |
2140 | 2025-01-17T05:53:56.427Z | slp 2:31:59.093126309 |
2141 | 2025-01-17T05:53:56.427Z | lat 2:50.234190875 |
2142 | 2025-01-17T05:53:56.427Z | stop 4:53.146962377 |
2143 | 2025-01-17T05:53:56.427Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2144 | 2025-01-17T05:53:57.424Z | Finished `release` profile [optimized] target(s) in 0.96s |
2145 | 2025-01-17T05:53:57.489Z | Running `target/release/omicron-package -t test package` |
2146 | 2025-01-17T05:53:57.537Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2147 | 2025-01-17T05:53:58.758Z | Compiling thiserror v2.0.11 |
2148 | 2025-01-17T05:53:58.895Z | Compiling typify-impl v0.3.0 |
2149 | 2025-01-17T05:53:58.909Z | Compiling convert_case v0.4.0 |
2150 | 2025-01-17T05:53:58.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2151 | 2025-01-17T05:53:58.913Z | Compiling newline-converter v0.3.0 |
2152 | 2025-01-17T05:53:58.913Z | Compiling password-hash v0.5.0 |
2153 | 2025-01-17T05:53:58.913Z | Compiling blake2 v0.10.6 |
2154 | 2025-01-17T05:53:58.984Z | Compiling base64 v0.21.7 |
2155 | 2025-01-17T05:53:59.147Z | Compiling expectorate v1.1.0 |
2156 | 2025-01-17T05:53:59.169Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2157 | 2025-01-17T05:53:59.432Z | Compiling atomicwrites v0.4.4 |
2158 | 2025-01-17T05:53:59.624Z | Compiling derive_more v0.99.18 |
2159 | 2025-01-17T05:53:59.929Z | Compiling argon2 v0.5.3 |
2160 | 2025-01-17T05:53:59.960Z | Compiling cancel-safe-futures v0.1.5 |
2161 | 2025-01-17T05:54:00.164Z | Compiling owo-colors v4.1.0 |
2162 | 2025-01-17T05:54:00.186Z | Compiling num-rational v0.4.2 |
2163 | 2025-01-17T05:54:00.341Z | Compiling progenitor-client v0.9.1 |
2164 | 2025-01-17T05:54:00.523Z | Compiling num-complex v0.4.6 |
2165 | 2025-01-17T05:54:00.877Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2166 | 2025-01-17T05:54:01.798Z | Compiling num v0.4.3 |
2167 | 2025-01-17T05:54:01.922Z | Compiling libsw v3.3.1 |
2168 | 2025-01-17T05:54:02.164Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-17T05:54:02.289Z | Compiling swrite v0.1.0 |
2170 | 2025-01-17T05:54:02.311Z | Compiling linear-map v1.2.0 |
2171 | 2025-01-17T05:54:02.357Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2172 | 2025-01-17T05:54:02.453Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2173 | 2025-01-17T05:54:02.714Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2174 | 2025-01-17T05:54:02.737Z | Compiling highway v1.2.0 |
2175 | 2025-01-17T05:54:03.620Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2176 | 2025-01-17T05:54:04.211Z | Compiling semver v0.1.20 |
2177 | 2025-01-17T05:54:04.769Z | Compiling rustc_version v0.1.7 |
2178 | 2025-01-17T05:54:05.204Z | Compiling newtype_derive v0.1.6 |
2179 | 2025-01-17T05:54:05.817Z | Compiling tungstenite v0.21.0 |
2180 | 2025-01-17T05:54:05.824Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2181 | 2025-01-17T05:54:10.325Z | Compiling typify-macro v0.3.0 |
2182 | 2025-01-17T05:54:10.360Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2183 | 2025-01-17T05:54:10.640Z | Compiling ipnetwork v0.20.0 |
2184 | 2025-01-17T05:54:11.427Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2185 | 2025-01-17T05:54:11.689Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2025-01-17T05:54:12.168Z | Compiling progenitor-client v0.8.0 |
2187 | 2025-01-17T05:54:12.214Z | Compiling humantime v2.1.0 |
2188 | 2025-01-17T05:54:12.492Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2189 | 2025-01-17T05:54:12.646Z | Compiling progenitor v0.8.0 |
2190 | 2025-01-17T05:54:12.891Z | Compiling dropshot v0.15.1 |
2191 | 2025-01-17T05:54:12.977Z | Compiling instant v0.1.13 |
2192 | 2025-01-17T05:54:13.161Z | Compiling backoff v0.4.0 |
2193 | 2025-01-17T05:54:13.355Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-01-17T05:54:13.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2195 | 2025-01-17T05:54:13.756Z | Compiling typify v0.3.0 |
2196 | 2025-01-17T05:54:13.908Z | Compiling progenitor-impl v0.9.1 |
2197 | 2025-01-17T05:54:20.089Z | Compiling progenitor-macro v0.9.1 |
2198 | 2025-01-17T05:54:21.048Z | Compiling steno v0.4.1 |
2199 | 2025-01-17T05:54:21.214Z | Compiling parse-display v0.10.0 |
2200 | 2025-01-17T05:54:21.584Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2201 | 2025-01-17T05:54:21.734Z | Compiling strum v0.26.3 |
2202 | 2025-01-17T05:54:21.789Z | Compiling serde_with v3.11.0 |
2203 | 2025-01-17T05:54:21.942Z | Compiling regress v0.9.1 |
2204 | 2025-01-17T05:54:25.471Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2205 | 2025-01-17T05:54:26.662Z | Compiling macaddr v1.0.1 |
2206 | 2025-01-17T05:54:27.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2207 | 2025-01-17T05:54:27.150Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2208 | 2025-01-17T05:54:27.190Z | Compiling slog-dtrace v0.3.0 |
2209 | 2025-01-17T05:54:27.636Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2210 | 2025-01-17T05:54:27.740Z | Compiling prettyplease v0.2.25 |
2211 | 2025-01-17T05:54:29.881Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2212 | 2025-01-17T05:54:31.362Z | Compiling progenitor v0.9.1 |
2213 | 2025-01-17T05:54:31.627Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2214 | 2025-01-17T05:54:33.384Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-17T05:54:43.211Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2025-01-17T05:54:44.938Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2217 | 2025-01-17T05:54:45.451Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2218 | 2025-01-17T05:54:46.543Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2219 | 2025-01-17T05:54:47.582Z | Compiling half v2.4.1 |
2220 | 2025-01-17T05:54:49.957Z | Compiling ciborium-io v0.2.2 |
2221 | 2025-01-17T05:54:50.131Z | Compiling ciborium-ll v0.2.2 |
2222 | 2025-01-17T05:54:50.682Z | Compiling ciborium v0.2.2 |
2223 | 2025-01-17T05:54:50.993Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2224 | 2025-01-17T05:54:51.640Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2025-01-17T05:54:52.457Z | Compiling display-error-chain v0.2.2 |
2226 | 2025-01-17T05:54:52.693Z | Compiling same-file v1.0.6 |
2227 | 2025-01-17T05:54:52.782Z | Compiling fastrand v2.1.1 |
2228 | 2025-01-17T05:54:53.211Z | Compiling walkdir v2.5.0 |
2229 | 2025-01-17T05:54:53.256Z | Compiling tempfile v3.13.0 |
2230 | 2025-01-17T05:54:53.607Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2231 | 2025-01-17T05:54:54.023Z | Compiling blake3 v1.5.4 |
2232 | 2025-01-17T05:54:54.608Z | Compiling const_format_proc_macros v0.2.33 |
2233 | 2025-01-17T05:54:56.397Z | Compiling xattr v1.3.1 |
2234 | 2025-01-17T05:54:56.506Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2025-01-17T05:54:56.695Z | Compiling filetime v0.2.25 |
2236 | 2025-01-17T05:54:56.981Z | Compiling memmap2 v0.9.5 |
2237 | 2025-01-17T05:54:57.015Z | Compiling arrayvec v0.7.6 |
2238 | 2025-01-17T05:54:57.156Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-01-17T05:54:57.345Z | Compiling arrayref v0.3.9 |
2240 | 2025-01-17T05:54:57.399Z | Compiling maplit v1.0.2 |
2241 | 2025-01-17T05:54:57.424Z | Compiling crunchy v0.2.2 |
2242 | 2025-01-17T05:54:57.472Z | Compiling keccak v0.1.5 |
2243 | 2025-01-17T05:54:57.913Z | Compiling sha3 v0.10.8 |
2244 | 2025-01-17T05:54:58.566Z | Compiling tar v0.4.42 |
2245 | 2025-01-17T05:54:58.622Z | Compiling const_format v0.2.33 |
2246 | 2025-01-17T05:54:58.762Z | Compiling camino-tempfile v1.1.1 |
2247 | 2025-01-17T05:54:59.207Z | Compiling toolchain_find v0.4.0 |
2248 | 2025-01-17T05:54:59.601Z | Compiling radium v0.7.0 |
2249 | 2025-01-17T05:54:59.827Z | Compiling topological-sort v0.2.2 |
2250 | 2025-01-17T05:54:59.932Z | Compiling tiny-keccak v2.0.2 |
2251 | 2025-01-17T05:55:00.102Z | Compiling omicron-zone-package v0.12.0 |
2252 | 2025-01-17T05:55:00.132Z | Compiling rustfmt-wrapper v0.2.1 |
2253 | 2025-01-17T05:55:00.466Z | Compiling dsl_auto_type v0.1.2 |
2254 | 2025-01-17T05:55:00.670Z | Compiling scheduled-thread-pool v0.2.7 |
2255 | 2025-01-17T05:55:00.708Z | Compiling diesel_table_macro_syntax v0.2.0 |
2256 | 2025-01-17T05:55:01.116Z | Compiling tap v1.0.1 |
2257 | 2025-01-17T05:55:01.333Z | Compiling maybe-uninit v2.0.0 |
2258 | 2025-01-17T05:55:01.795Z | Compiling diesel_derives v2.2.3 |
2259 | 2025-01-17T05:55:01.902Z | Compiling wyz v0.5.1 |
2260 | 2025-01-17T05:55:02.105Z | Compiling r2d2 v0.8.10 |
2261 | 2025-01-17T05:55:02.840Z | Compiling phf_generator v0.11.2 |
2262 | 2025-01-17T05:55:03.061Z | Compiling ascii-canvas v3.0.0 |
2263 | 2025-01-17T05:55:03.109Z | Compiling secrecy v0.8.0 |
2264 | 2025-01-17T05:55:03.391Z | Compiling ena v0.14.3 |
2265 | 2025-01-17T05:55:03.488Z | Compiling async-recursion v1.1.1 |
2266 | 2025-01-17T05:55:03.804Z | Compiling funty v2.0.0 |
2267 | 2025-01-17T05:55:04.762Z | Compiling regex-syntax v0.6.29 |
2268 | 2025-01-17T05:55:04.894Z | Compiling crc-catalog v2.4.0 |
2269 | 2025-01-17T05:55:05.087Z | Compiling diff v0.1.13 |
2270 | 2025-01-17T05:55:05.337Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2271 | 2025-01-17T05:55:05.552Z | Compiling arc-swap v1.7.1 |
2272 | 2025-01-17T05:55:06.257Z | Compiling packed_struct v0.10.1 |
2273 | 2025-01-17T05:55:06.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2274 | 2025-01-17T05:55:06.642Z | Compiling slog-scope v4.4.0 |
2275 | 2025-01-17T05:55:06.706Z | Compiling crc v3.2.1 |
2276 | 2025-01-17T05:55:06.766Z | Compiling bitvec v1.0.1 |
2277 | 2025-01-17T05:55:07.478Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2278 | 2025-01-17T05:55:08.846Z | Compiling lalrpop v0.19.12 |
2279 | 2025-01-17T05:55:09.913Z | Compiling phf_codegen v0.11.2 |
2280 | 2025-01-17T05:55:10.349Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2281 | 2025-01-17T05:55:11.453Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2025-01-17T05:55:11.485Z | Compiling universal-hash v0.5.1 |
2283 | 2025-01-17T05:55:11.712Z | Compiling packed_struct_codegen v0.10.1 |
2284 | 2025-01-17T05:55:11.742Z | Compiling thiserror-impl-no-std v2.0.2 |
2285 | 2025-01-17T05:55:13.039Z | Compiling diesel v2.2.6 |
2286 | 2025-01-17T05:55:14.071Z | Compiling parse-zoneinfo v0.3.1 |
2287 | 2025-01-17T05:55:14.204Z | Compiling unicase v2.7.0 |
2288 | 2025-01-17T05:55:14.561Z | Compiling indexmap v1.9.3 |
2289 | 2025-01-17T05:55:14.919Z | Compiling nodrop v0.1.14 |
2290 | 2025-01-17T05:55:15.085Z | Compiling ref-cast v1.0.23 |
2291 | 2025-01-17T05:55:15.587Z | Compiling opaque-debug v0.3.1 |
2292 | 2025-01-17T05:55:15.680Z | Compiling poly1305 v0.8.0 |
2293 | 2025-01-17T05:55:15.746Z | Compiling array-init v0.0.4 |
2294 | 2025-01-17T05:55:16.918Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2025-01-17T05:55:17.196Z | Compiling thiserror-no-std v2.0.2 |
2296 | 2025-01-17T05:55:17.950Z | Compiling smallvec v0.6.14 |
2297 | 2025-01-17T05:55:18.466Z | Compiling slog-stdlog v4.1.1 |
2298 | 2025-01-17T05:55:19.924Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2025-01-17T05:55:20.255Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2300 | 2025-01-17T05:55:20.566Z | Compiling derive_builder_core v0.20.2 |
2301 | 2025-01-17T05:55:21.451Z | Compiling chacha20 v0.9.1 |
2302 | 2025-01-17T05:55:21.938Z | Compiling headers-core v0.3.0 |
2303 | 2025-01-17T05:55:22.146Z | Compiling aead v0.5.2 |
2304 | 2025-01-17T05:55:22.528Z | Compiling libxml v0.3.3 |
2305 | 2025-01-17T05:55:22.700Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2025-01-17T05:55:22.914Z | Compiling vte_generate_state_changes v0.1.2 |
2307 | 2025-01-17T05:55:23.504Z | Compiling termcolor v1.4.1 |
2308 | 2025-01-17T05:55:23.747Z | Compiling bitfield v0.14.0 |
2309 | 2025-01-17T05:55:24.083Z | Compiling hashbrown v0.12.3 |
2310 | 2025-01-17T05:55:24.605Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-17T05:55:26.456Z | Compiling env_logger v0.10.2 |
2312 | 2025-01-17T05:55:29.850Z | Compiling vte v0.11.1 |
2313 | 2025-01-17T05:55:31.504Z | Compiling derive_builder_macro v0.20.2 |
2314 | 2025-01-17T05:55:31.783Z | Compiling polar-core v0.27.3 |
2315 | 2025-01-17T05:55:32.392Z | Compiling chacha20poly1305 v0.10.1 |
2316 | 2025-01-17T05:55:32.667Z | Compiling headers v0.4.0 |
2317 | 2025-01-17T05:55:35.501Z | Compiling slog-envlogger v2.2.0 |
2318 | 2025-01-17T05:55:36.292Z | Compiling serde-hex v0.1.0 |
2319 | 2025-01-17T05:55:38.216Z | Compiling chrono-tz v0.10.0 |
2320 | 2025-01-17T05:55:38.875Z | Compiling vsss-rs v3.3.4 |
2321 | 2025-01-17T05:55:41.400Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2025-01-17T05:55:43.083Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2025-01-17T05:55:43.436Z | Compiling ron v0.8.1 |
2324 | 2025-01-17T05:55:44.320Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2025-01-17T05:55:44.451Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2025-01-17T05:55:44.659Z | Compiling hashbrown v0.13.2 |
2327 | 2025-01-17T05:55:46.081Z | Compiling strum_macros v0.24.3 |
2328 | 2025-01-17T05:55:48.976Z | Compiling fxhash v0.2.1 |
2329 | 2025-01-17T05:55:49.254Z | Compiling samael v0.0.17 |
2330 | 2025-01-17T05:55:49.293Z | Compiling zip v2.1.3 |
2331 | 2025-01-17T05:55:49.407Z | Compiling simd-adler32 v0.3.7 |
2332 | 2025-01-17T05:55:49.635Z | Compiling indoc v1.0.9 |
2333 | 2025-01-17T05:55:50.457Z | Compiling bumpalo v3.16.0 |
2334 | 2025-01-17T05:55:50.749Z | Compiling crc-any v2.5.0 |
2335 | 2025-01-17T05:55:50.899Z | Compiling bytecount v0.6.8 |
2336 | 2025-01-17T05:55:51.072Z | Compiling lockfree-object-pool v0.1.6 |
2337 | 2025-01-17T05:55:51.254Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2025-01-17T05:55:51.386Z | Compiling zopfli v0.8.1 |
2339 | 2025-01-17T05:55:51.426Z | Compiling papergrid v0.11.0 |
2340 | 2025-01-17T05:55:57.868Z | Compiling object v0.30.4 |
2341 | 2025-01-17T05:56:00.488Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2342 | 2025-01-17T05:56:04.876Z | Compiling derive_builder v0.20.2 |
2343 | 2025-01-17T05:56:05.091Z | Compiling strip-ansi-escapes v0.2.0 |
2344 | 2025-01-17T05:56:06.125Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2025-01-17T05:56:06.254Z | Compiling tabled_derive v0.7.0 |
2346 | 2025-01-17T05:56:06.447Z | Compiling fd-lock v4.0.2 |
2347 | 2025-01-17T05:56:06.702Z | Compiling peg-macros v0.8.4 |
2348 | 2025-01-17T05:56:08.389Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2349 | 2025-01-17T05:56:09.417Z | Compiling kstat-rs v0.2.4 |
2350 | 2025-01-17T05:56:09.519Z | Compiling impl-trait-for-tuples v0.2.2 |
2351 | 2025-01-17T05:56:10.135Z | Compiling oso-derive v0.27.3 |
2352 | 2025-01-17T05:56:10.383Z | Compiling quick-xml v0.33.0 |
2353 | 2025-01-17T05:56:10.443Z | Compiling diesel-dtrace v0.4.2 |
2354 | 2025-01-17T05:56:10.792Z | Compiling path-slash v0.1.5 |
2355 | 2025-01-17T05:56:11.083Z | Compiling nu-ansi-term v0.50.1 |
2356 | 2025-01-17T05:56:11.104Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2357 | 2025-01-17T05:56:12.416Z | Compiling reedline v0.35.0 |
2358 | 2025-01-17T05:56:15.612Z | Compiling oso v0.27.3 |
2359 | 2025-01-17T05:56:17.712Z | Compiling peg v0.8.4 |
2360 | 2025-01-17T05:56:17.857Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2361 | 2025-01-17T05:56:23.078Z | Compiling tabled v0.15.0 |
2362 | 2025-01-17T05:56:33.535Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2363 | 2025-01-17T05:56:38.651Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2364 | 2025-01-17T05:56:40.926Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2025-01-17T05:56:41.012Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2366 | 2025-01-17T05:56:42.468Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2367 | 2025-01-17T05:56:42.806Z | Compiling pem v3.0.4 |
2368 | 2025-01-17T05:56:42.831Z | Compiling bb8 v0.8.5 |
2369 | 2025-01-17T05:56:43.464Z | Compiling bcs v0.1.6 |
2370 | 2025-01-17T05:56:44.298Z | Compiling libz-sys v1.1.20 |
2371 | 2025-01-17T05:56:44.443Z | Compiling parking_lot_core v0.8.6 |
2372 | 2025-01-17T05:56:45.135Z | Compiling async-bb8-diesel v0.2.1 |
2373 | 2025-01-17T05:56:45.941Z | Compiling mime_guess v2.0.5 |
2374 | 2025-01-17T05:56:47.810Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2375 | 2025-01-17T05:56:51.028Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2025-01-17T05:56:51.994Z | Compiling buf-list v1.0.3 |
2377 | 2025-01-17T05:56:54.213Z | Compiling nibble_vec v0.1.0 |
2378 | 2025-01-17T05:56:54.499Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2379 | 2025-01-17T05:56:55.304Z | Compiling pin-project-internal v1.1.6 |
2380 | 2025-01-17T05:56:56.176Z | Compiling atty v0.2.14 |
2381 | 2025-01-17T05:56:56.384Z | Compiling endian-type v0.1.2 |
2382 | 2025-01-17T05:56:56.665Z | Compiling salty v0.3.0 |
2383 | 2025-01-17T05:56:57.112Z | Compiling http-range v0.1.5 |
2384 | 2025-01-17T05:56:57.759Z | Compiling radix_trie v0.2.1 |
2385 | 2025-01-17T05:56:57.919Z | Compiling pin-project v1.1.6 |
2386 | 2025-01-17T05:56:58.697Z | Compiling parking_lot v0.11.2 |
2387 | 2025-01-17T05:57:03.762Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2388 | 2025-01-17T05:57:06.835Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2389 | 2025-01-17T05:57:08.393Z | Compiling snafu-derive v0.8.5 |
2390 | 2025-01-17T05:57:12.736Z | Compiling snafu v0.8.5 |
2391 | 2025-01-17T05:57:13.193Z | Compiling hyper-staticfile v0.10.1 |
2392 | 2025-01-17T05:57:13.310Z | Compiling sled v0.34.7 |
2393 | 2025-01-17T05:57:14.010Z | Compiling hickory-client v0.24.1 |
2394 | 2025-01-17T05:57:18.504Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2395 | 2025-01-17T05:57:19.383Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2396 | 2025-01-17T05:57:21.527Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2397 | 2025-01-17T05:57:34.391Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2398 | 2025-01-17T05:57:43.329Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2399 | 2025-01-17T05:57:48.526Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2400 | 2025-01-17T05:57:48.651Z | Compiling globset v0.4.15 |
2401 | 2025-01-17T05:57:48.694Z | Compiling hickory-server v0.24.1 |
2402 | 2025-01-17T05:57:49.385Z | Compiling primeorder v0.13.6 |
2403 | 2025-01-17T05:57:49.972Z | Compiling olpc-cjson v0.1.4 |
2404 | 2025-01-17T05:57:50.129Z | Compiling castaway v0.2.3 |
2405 | 2025-01-17T05:57:50.340Z | Compiling vergen v8.3.2 |
2406 | 2025-01-17T05:57:50.362Z | Compiling env_filter v0.1.2 |
2407 | 2025-01-17T05:57:50.686Z | Compiling serde_plain v1.0.2 |
2408 | 2025-01-17T05:57:51.260Z | Compiling cargo-platform v0.1.8 |
2409 | 2025-01-17T05:57:51.776Z | Compiling nanorand v0.7.0 |
2410 | 2025-01-17T05:57:51.940Z | Compiling memoffset v0.9.1 |
2411 | 2025-01-17T05:57:52.307Z | Compiling typed-path v0.9.3 |
2412 | 2025-01-17T05:57:52.656Z | Compiling flume v0.11.1 |
2413 | 2025-01-17T05:57:53.437Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2414 | 2025-01-17T05:57:54.529Z | Compiling cargo_metadata v0.18.1 |
2415 | 2025-01-17T05:57:56.240Z | Compiling tough v0.19.0 |
2416 | 2025-01-17T05:57:57.261Z | Compiling env_logger v0.11.5 |
2417 | 2025-01-17T05:57:57.634Z | Compiling compact_str v0.8.0 |
2418 | 2025-01-17T05:57:58.706Z | Compiling p384 v0.13.0 |
2419 | 2025-01-17T05:57:59.325Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2420 | 2025-01-17T05:58:00.201Z | Compiling git2 v0.19.0 |
2421 | 2025-01-17T05:58:00.588Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2422 | 2025-01-17T05:58:05.869Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2423 | 2025-01-17T05:58:06.957Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2424 | 2025-01-17T05:58:07.104Z | Compiling unicode-truncate v1.1.0 |
2425 | 2025-01-17T05:58:07.434Z | Compiling lru v0.12.5 |
2426 | 2025-01-17T05:58:07.804Z | Compiling rand_seeder v0.3.0 |
2427 | 2025-01-17T05:58:08.253Z | Compiling libsqlite3-sys v0.30.1 |
2428 | 2025-01-17T05:58:08.418Z | Compiling lzma-sys v0.1.20 |
2429 | 2025-01-17T05:58:08.792Z | Compiling instability v0.3.2 |
2430 | 2025-01-17T05:58:09.140Z | Compiling parse-size v1.1.0 |
2431 | 2025-01-17T05:58:09.532Z | Compiling cassowary v0.3.0 |
2432 | 2025-01-17T05:58:09.878Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2433 | 2025-01-17T05:58:09.998Z | Compiling rustls v0.21.12 |
2434 | 2025-01-17T05:58:10.239Z | Compiling cfg_aliases v0.2.1 |
2435 | 2025-01-17T05:58:10.379Z | Compiling nix v0.29.0 |
2436 | 2025-01-17T05:58:10.406Z | Compiling ratatui v0.28.1 |
2437 | 2025-01-17T05:58:11.266Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2438 | 2025-01-17T05:58:12.169Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2439 | 2025-01-17T05:58:12.423Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2440 | 2025-01-17T05:58:14.190Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2441 | 2025-01-17T05:58:14.768Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2442 | 2025-01-17T05:58:15.520Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2443 | 2025-01-17T05:58:15.866Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2444 | 2025-01-17T05:58:17.348Z | Compiling sct v0.7.1 |
2445 | 2025-01-17T05:58:17.841Z | Compiling rustls-webpki v0.101.7 |
2446 | 2025-01-17T05:58:18.969Z | Compiling heck v0.3.3 |
2447 | 2025-01-17T05:58:19.336Z | Compiling csv-core v0.1.11 |
2448 | 2025-01-17T05:58:19.532Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2449 | 2025-01-17T05:58:19.900Z | Compiling glob v0.3.1 |
2450 | 2025-01-17T05:58:20.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2451 | 2025-01-17T05:58:20.649Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2452 | 2025-01-17T05:58:21.906Z | Compiling csv v1.3.0 |
2453 | 2025-01-17T05:58:22.063Z | Compiling zone_cfg_derive v0.1.2 |
2454 | 2025-01-17T05:58:24.107Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2455 | 2025-01-17T05:58:27.849Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2456 | 2025-01-17T05:58:29.175Z | Compiling nix v0.27.1 |
2457 | 2025-01-17T05:58:29.925Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-17T05:58:32.036Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2459 | 2025-01-17T05:58:32.904Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2460 | 2025-01-17T05:58:36.842Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2025-01-17T05:58:42.491Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2462 | 2025-01-17T05:58:42.864Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2463 | 2025-01-17T05:58:43.935Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2464 | 2025-01-17T05:58:44.139Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2465 | 2025-01-17T05:58:44.271Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2466 | 2025-01-17T05:58:44.348Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2467 | 2025-01-17T05:58:44.464Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2468 | 2025-01-17T05:58:44.606Z | Compiling tungstenite v0.23.0 |
2469 | 2025-01-17T05:58:45.193Z | Compiling hashlink v0.9.1 |
2470 | 2025-01-17T05:58:45.842Z | Compiling fallible-streaming-iterator v0.1.9 |
2471 | 2025-01-17T05:58:46.003Z | Compiling base64 v0.13.1 |
2472 | 2025-01-17T05:58:46.151Z | Compiling fallible-iterator v0.3.0 |
2473 | 2025-01-17T05:58:46.836Z | Compiling ron v0.7.1 |
2474 | 2025-01-17T05:58:46.950Z | Compiling rusqlite v0.32.1 |
2475 | 2025-01-17T05:58:49.041Z | Compiling tokio-tungstenite v0.23.1 |
2476 | 2025-01-17T05:58:49.476Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2025-01-17T05:58:50.104Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2478 | 2025-01-17T05:58:51.508Z | Compiling xz2 v0.1.7 |
2479 | 2025-01-17T05:58:52.126Z | Compiling tokio-rustls v0.24.1 |
2480 | 2025-01-17T05:58:52.148Z | Compiling zone v0.1.8 |
2481 | 2025-01-17T05:58:55.539Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2482 | 2025-01-17T05:58:57.103Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2483 | 2025-01-17T05:58:57.444Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2484 | 2025-01-17T05:59:01.098Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2485 | 2025-01-17T05:59:02.176Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-01-17T05:59:09.141Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2487 | 2025-01-17T05:59:10.732Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2488 | 2025-01-17T05:59:14.027Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2489 | 2025-01-17T05:59:14.162Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2025-01-17T05:59:15.025Z | Compiling rustls-pemfile v1.0.4 |
2491 | 2025-01-17T05:59:15.831Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2492 | 2025-01-17T05:59:16.140Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2493 | 2025-01-17T05:59:16.162Z | Compiling signal-hook-tokio v0.3.1 |
2494 | 2025-01-17T05:59:16.341Z | Compiling twox-hash v1.6.3 |
2495 | 2025-01-17T05:59:16.404Z | Compiling yasna v0.5.2 |
2496 | 2025-01-17T05:59:17.371Z | Compiling is_ci v1.2.0 |
2497 | 2025-01-17T05:59:17.716Z | Compiling smawk v0.3.2 |
2498 | 2025-01-17T05:59:18.010Z | Compiling unicode-linebreak v0.1.5 |
2499 | 2025-01-17T05:59:18.604Z | Compiling textwrap v0.16.1 |
2500 | 2025-01-17T05:59:19.832Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2501 | 2025-01-17T05:59:22.210Z | Compiling supports-color v3.0.1 |
2502 | 2025-01-17T05:59:22.428Z | Compiling rcgen v0.12.1 |
2503 | 2025-01-17T05:59:23.166Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2504 | 2025-01-17T05:59:32.026Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2505 | 2025-01-17T05:59:32.234Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2506 | 2025-01-17T05:59:33.607Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2507 | 2025-01-17T05:59:43.024Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2508 | 2025-01-17T05:59:47.964Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2509 | 2025-01-17T05:59:50.400Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2510 | 2025-01-17T05:59:50.997Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2511 | 2025-01-17T06:00:01.249Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2512 | 2025-01-17T06:00:08.034Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2513 | 2025-01-17T06:00:08.342Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2514 | 2025-01-17T06:00:08.953Z | Compiling fatfs v0.3.6 |
2515 | 2025-01-17T06:00:10.493Z | Compiling subprocess v0.2.9 |
2516 | 2025-01-17T06:00:11.727Z | Compiling rtoolbox v0.0.2 |
2517 | 2025-01-17T06:00:12.189Z | Compiling assert_matches v1.5.0 |
2518 | 2025-01-17T06:00:15.265Z | Compiling rpassword v7.3.1 |
2519 | 2025-01-17T06:00:15.761Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2520 | 2025-01-17T06:00:16.263Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2521 | 2025-01-17T06:00:18.767Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2522 | 2025-01-17T06:00:23.283Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2523 | 2025-01-17T06:00:25.983Z | Compiling tui-tree-widget v0.22.0 |
2524 | 2025-01-17T06:00:26.463Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2025-01-17T06:00:34.201Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2526 | 2025-01-17T06:00:34.542Z | Compiling uzers v0.12.1 |
2527 | 2025-01-17T06:00:37.727Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2528 | 2025-01-17T06:00:39.775Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2529 | 2025-01-17T06:00:41.765Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2530 | 2025-01-17T06:01:10.773Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2531 | 2025-01-17T06:01:13.345Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2532 | 2025-01-17T06:01:18.302Z | Compiling multimap v0.10.0 |
2533 | 2025-01-17T06:03:51.340Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2534 | 2025-01-17T06:03:59.765Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2535 | 2025-01-17T06:11:22.212Z | Finished `release` profile [optimized] target(s) in 17m 24s |
2536 | 2025-01-17T06:12:26.160Z | |
2537 | 2025-01-17T06:12:26.164Z | real 18:29.506948784 |
2538 | 2025-01-17T06:12:26.164Z | user 2:08:47.989823078 |
2539 | 2025-01-17T06:12:26.164Z | sys 3:22.726721866 |
2540 | 2025-01-17T06:12:26.164Z | trap 3.450254664 |
2541 | 2025-01-17T06:12:26.164Z | tflt 2.789258419 |
2542 | 2025-01-17T06:12:26.164Z | dflt 4.796244882 |
2543 | 2025-01-17T06:12:26.164Z | kflt 0.000940889 |
2544 | 2025-01-17T06:12:26.164Z | lock 7:46:20.545841183 |
2545 | 2025-01-17T06:12:26.164Z | slp 6:34:23.167888214 |
2546 | 2025-01-17T06:12:26.164Z | lat 3:22.751292243 |
2547 | 2025-01-17T06:12:26.164Z | stop 2:48.300436822 |
2548 | 2025-01-17T06:12:26.165Z | + mapfile -t packages |
2549 | 2025-01-17T06:12:26.165Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2550 | 2025-01-17T06:12:27.261Z | Finished `release` profile [optimized] target(s) in 1.04s |
2551 | 2025-01-17T06:12:27.317Z | Running `target/release/omicron-package -t test list-outputs` |
2552 | 2025-01-17T06:12:27.366Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2553 | 2025-01-17T06:12:27.371Z | + ptime -m cargo build --locked --release -p xtask |
2554 | 2025-01-17T06:12:27.960Z | Compiling serde v1.0.217 |
2555 | 2025-01-17T06:12:27.965Z | Compiling rustix v0.38.37 |
2556 | 2025-01-17T06:12:27.965Z | Compiling serde_json v1.0.135 |
2557 | 2025-01-17T06:12:27.965Z | Compiling libc v0.2.169 |
2558 | 2025-01-17T06:12:28.064Z | Compiling syn v2.0.96 |
2559 | 2025-01-17T06:12:28.071Z | Compiling bitflags v2.6.0 |
2560 | 2025-01-17T06:12:28.395Z | Compiling usdt-impl v0.5.0 |
2561 | 2025-01-17T06:12:28.435Z | Compiling syn v1.0.109 |
2562 | 2025-01-17T06:12:28.560Z | Compiling log v0.4.22 |
2563 | 2025-01-17T06:12:28.607Z | Compiling hashbrown v0.15.1 |
2564 | 2025-01-17T06:12:28.833Z | Compiling fs-err v2.11.0 |
2565 | 2025-01-17T06:12:29.009Z | Compiling anyhow v1.0.93 |
2566 | 2025-01-17T06:12:29.145Z | Compiling once_cell v1.20.2 |
2567 | 2025-01-17T06:12:29.371Z | Compiling thread-id v4.2.2 |
2568 | 2025-01-17T06:12:29.884Z | Compiling indexmap v2.7.0 |
2569 | 2025-01-17T06:12:30.873Z | Compiling terminal_size v0.4.0 |
2570 | 2025-01-17T06:12:30.874Z | Compiling tempfile v3.13.0 |
2571 | 2025-01-17T06:12:31.142Z | Compiling clap_builder v4.5.21 |
2572 | 2025-01-17T06:12:31.704Z | Compiling proc-macro-error v1.0.4 |
2573 | 2025-01-17T06:12:32.653Z | Compiling tabled_derive v0.7.0 |
2574 | 2025-01-17T06:12:33.761Z | Compiling tabled v0.15.0 |
2575 | 2025-01-17T06:12:37.098Z | Compiling serde_derive v1.0.217 |
2576 | 2025-01-17T06:12:37.098Z | Compiling thiserror-impl v1.0.69 |
2577 | 2025-01-17T06:12:37.120Z | Compiling zerocopy-derive v0.7.35 |
2578 | 2025-01-17T06:12:37.120Z | Compiling scroll_derive v0.12.0 |
2579 | 2025-01-17T06:12:37.120Z | Compiling clap_derive v4.5.18 |
2580 | 2025-01-17T06:12:37.120Z | Compiling scroll v0.12.0 |
2581 | 2025-01-17T06:12:37.120Z | Compiling zerocopy v0.7.35 |
2582 | 2025-01-17T06:12:37.120Z | Compiling goblin v0.8.2 |
2583 | 2025-01-17T06:12:37.456Z | Compiling thiserror v1.0.69 |
2584 | 2025-01-17T06:12:37.636Z | Compiling pest v2.7.14 |
2585 | 2025-01-17T06:12:40.490Z | Compiling pest_meta v2.7.14 |
2586 | 2025-01-17T06:12:40.692Z | Compiling clap v4.5.21 |
2587 | 2025-01-17T06:12:41.973Z | Compiling pest_generator v2.7.14 |
2588 | 2025-01-17T06:12:44.220Z | Compiling pest_derive v2.7.14 |
2589 | 2025-01-17T06:12:45.032Z | Compiling dtrace-parser v0.2.0 |
2590 | 2025-01-17T06:12:49.055Z | Compiling serde_spanned v0.6.8 |
2591 | 2025-01-17T06:12:49.413Z | Compiling serde_tokenstream v0.2.2 |
2592 | 2025-01-17T06:12:49.985Z | Compiling toml_datetime v0.6.8 |
2593 | 2025-01-17T06:12:50.803Z | Compiling toml_edit v0.22.22 |
2594 | 2025-01-17T06:12:51.852Z | Compiling dof v0.3.0 |
2595 | 2025-01-17T06:12:53.027Z | Compiling camino v1.1.9 |
2596 | 2025-01-17T06:12:54.032Z | Compiling usdt-macro v0.5.0 |
2597 | 2025-01-17T06:12:54.049Z | Compiling usdt-attr-macro v0.5.0 |
2598 | 2025-01-17T06:12:55.215Z | Compiling toml v0.8.19 |
2599 | 2025-01-17T06:12:55.357Z | Compiling semver v1.0.24 |
2600 | 2025-01-17T06:12:56.863Z | Compiling cargo-platform v0.1.8 |
2601 | 2025-01-17T06:12:58.034Z | Compiling cargo_metadata v0.18.1 |
2602 | 2025-01-17T06:12:58.767Z | Compiling cargo_toml v0.20.5 |
2603 | 2025-01-17T06:13:00.914Z | Compiling usdt v0.5.0 |
2604 | 2025-01-17T06:13:01.511Z | Compiling camino-tempfile v1.1.1 |
2605 | 2025-01-17T06:13:02.299Z | Compiling macaddr v1.0.1 |
2606 | 2025-01-17T06:13:13.526Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2607 | 2025-01-17T06:13:23.124Z | Finished `release` profile [optimized] target(s) in 55.68s |
2608 | 2025-01-17T06:13:23.253Z | |
2609 | 2025-01-17T06:13:23.254Z | real 55.818967970 |
2610 | 2025-01-17T06:13:23.254Z | user 5:51.196078906 |
2611 | 2025-01-17T06:13:23.254Z | sys 18.145361077 |
2612 | 2025-01-17T06:13:23.254Z | trap 0.172669114 |
2613 | 2025-01-17T06:13:23.254Z | tflt 0.321087808 |
2614 | 2025-01-17T06:13:23.379Z | dflt 0.302452286 |
2615 | 2025-01-17T06:13:23.379Z | kflt 0.000002779 |
2616 | 2025-01-17T06:13:23.380Z | lock 10:49.237190380 |
2617 | 2025-01-17T06:13:23.380Z | slp 16:37.020072598 |
2618 | 2025-01-17T06:13:23.380Z | lat 14.969046217 |
2619 | 2025-01-17T06:13:23.380Z | stop 13.660486892 |
2620 | 2025-01-17T06:13:23.380Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2621 | 2025-01-17T06:13:23.380Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2622 | 2025-01-17T06:13:23.380Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2623 | 2025-01-17T06:13:23.380Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2624 | 2025-01-17T06:13:23.380Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2625 | 2025-01-17T06:13:24.184Z | Compiling hashbrown v0.14.5 |
2626 | 2025-01-17T06:13:24.324Z | Compiling thiserror v2.0.11 |
2627 | 2025-01-17T06:13:24.381Z | Compiling thiserror-impl v2.0.11 |
2628 | 2025-01-17T06:13:24.381Z | Compiling ident_case v1.0.1 |
2629 | 2025-01-17T06:13:24.382Z | Compiling unsafe-libyaml v0.2.11 |
2630 | 2025-01-17T06:13:24.382Z | Compiling ipnetwork v0.20.0 |
2631 | 2025-01-17T06:13:24.383Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2632 | 2025-01-17T06:13:24.383Z | Compiling progenitor-client v0.9.1 |
2633 | 2025-01-17T06:13:24.511Z | Compiling darling_core v0.20.10 |
2634 | 2025-01-17T06:13:24.796Z | Compiling macaddr v1.0.1 |
2635 | 2025-01-17T06:13:24.967Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2636 | 2025-01-17T06:13:25.190Z | Compiling progenitor-client v0.8.0 |
2637 | 2025-01-17T06:13:25.250Z | Compiling instant v0.1.13 |
2638 | 2025-01-17T06:13:25.272Z | Compiling structmeta-derive v0.3.0 |
2639 | 2025-01-17T06:13:25.401Z | Compiling regress v0.10.1 |
2640 | 2025-01-17T06:13:25.432Z | Compiling dropshot v0.15.1 |
2641 | 2025-01-17T06:13:25.668Z | Compiling serde_yaml v0.9.34+deprecated |
2642 | 2025-01-17T06:13:25.704Z | Compiling regress v0.9.1 |
2643 | 2025-01-17T06:13:25.852Z | Compiling dropshot_endpoint v0.15.1 |
2644 | 2025-01-17T06:13:26.272Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2645 | 2025-01-17T06:13:27.550Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2646 | 2025-01-17T06:13:27.757Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2647 | 2025-01-17T06:13:27.964Z | Compiling structmeta v0.3.0 |
2648 | 2025-01-17T06:13:28.403Z | Compiling parse-display-derive v0.10.0 |
2649 | 2025-01-17T06:13:28.532Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2650 | 2025-01-17T06:13:28.539Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2025-01-17T06:13:28.725Z | Compiling backoff v0.4.0 |
2652 | 2025-01-17T06:13:29.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2653 | 2025-01-17T06:13:29.090Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2654 | 2025-01-17T06:13:29.286Z | Compiling typify-impl v0.2.0 |
2655 | 2025-01-17T06:13:29.324Z | Compiling tempfile v3.13.0 |
2656 | 2025-01-17T06:13:29.803Z | Compiling proc-macro-crate v1.3.1 |
2657 | 2025-01-17T06:13:30.148Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2658 | 2025-01-17T06:13:30.386Z | Compiling typify-impl v0.3.0 |
2659 | 2025-01-17T06:13:30.534Z | Compiling itertools v0.13.0 |
2660 | 2025-01-17T06:13:30.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2661 | 2025-01-17T06:13:30.772Z | Compiling darling_macro v0.20.10 |
2662 | 2025-01-17T06:13:30.840Z | Compiling num_enum_derive v0.5.11 |
2663 | 2025-01-17T06:13:30.986Z | Compiling zerocopy v0.8.10 |
2664 | 2025-01-17T06:13:31.739Z | Compiling darling v0.20.10 |
2665 | 2025-01-17T06:13:31.871Z | Compiling serde_with_macros v3.11.0 |
2666 | 2025-01-17T06:13:31.940Z | Compiling zerocopy-derive v0.8.10 |
2667 | 2025-01-17T06:13:35.872Z | Compiling parse-display v0.10.0 |
2668 | 2025-01-17T06:13:35.895Z | Compiling num_enum v0.5.11 |
2669 | 2025-01-17T06:13:35.895Z | Compiling foreign-types-macros v0.2.3 |
2670 | 2025-01-17T06:13:35.895Z | Compiling crucible-workspace-hack v0.1.0 |
2671 | 2025-01-17T06:13:35.896Z | Compiling heapless v0.8.0 |
2672 | 2025-01-17T06:13:35.896Z | Compiling foreign-types-shared v0.3.1 |
2673 | 2025-01-17T06:13:35.896Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2674 | 2025-01-17T06:13:35.896Z | Compiling proc-macro-error v1.0.4 |
2675 | 2025-01-17T06:13:35.896Z | Compiling serde_with v3.11.0 |
2676 | 2025-01-17T06:13:35.896Z | Compiling foreign-types v0.5.0 |
2677 | 2025-01-17T06:13:35.896Z | Compiling camino-tempfile v1.1.1 |
2678 | 2025-01-17T06:13:35.896Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2679 | 2025-01-17T06:13:35.896Z | Compiling hash32 v0.3.1 |
2680 | 2025-01-17T06:13:35.896Z | Compiling cstr-argument v0.1.2 |
2681 | 2025-01-17T06:13:36.016Z | Compiling pretty-hex v0.2.1 |
2682 | 2025-01-17T06:13:36.069Z | Compiling smoltcp v0.11.0 |
2683 | 2025-01-17T06:13:36.166Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2684 | 2025-01-17T06:13:36.601Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2685 | 2025-01-17T06:13:36.811Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2686 | 2025-01-17T06:13:37.242Z | Compiling tabwriter v1.4.0 |
2687 | 2025-01-17T06:13:37.690Z | Compiling colored v2.1.0 |
2688 | 2025-01-17T06:13:37.910Z | Compiling cobs v0.2.3 |
2689 | 2025-01-17T06:13:38.134Z | Compiling postcard v1.0.10 |
2690 | 2025-01-17T06:13:38.229Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2691 | 2025-01-17T06:13:38.349Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-17T06:13:38.526Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-17T06:13:38.622Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2694 | 2025-01-17T06:13:38.755Z | Compiling smf v0.2.3 |
2695 | 2025-01-17T06:13:38.951Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2696 | 2025-01-17T06:13:39.385Z | Compiling zone_cfg_derive v0.3.0 |
2697 | 2025-01-17T06:13:39.917Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2698 | 2025-01-17T06:13:40.012Z | Compiling num-derive v0.4.2 |
2699 | 2025-01-17T06:13:40.345Z | Compiling sigpipe v0.1.3 |
2700 | 2025-01-17T06:13:40.499Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2701 | 2025-01-17T06:13:40.856Z | Compiling zone v0.3.0 |
2702 | 2025-01-17T06:13:40.859Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2025-01-17T06:13:40.920Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2704 | 2025-01-17T06:13:41.764Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2705 | 2025-01-17T06:13:41.844Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2706 | 2025-01-17T06:13:42.301Z | Compiling universal-hash v0.5.1 |
2707 | 2025-01-17T06:13:42.338Z | Compiling opaque-debug v0.3.1 |
2708 | 2025-01-17T06:13:42.386Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2709 | 2025-01-17T06:13:42.450Z | Compiling tungstenite v0.21.0 |
2710 | 2025-01-17T06:13:42.513Z | Compiling num-rational v0.4.2 |
2711 | 2025-01-17T06:13:42.534Z | Compiling password-hash v0.5.0 |
2712 | 2025-01-17T06:13:43.276Z | Compiling num-complex v0.4.6 |
2713 | 2025-01-17T06:13:43.325Z | Compiling blake2 v0.10.6 |
2714 | 2025-01-17T06:13:43.517Z | Compiling aead v0.5.2 |
2715 | 2025-01-17T06:13:43.920Z | Compiling base64 v0.21.7 |
2716 | 2025-01-17T06:13:44.089Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2025-01-17T06:13:44.265Z | Compiling keccak v0.1.5 |
2718 | 2025-01-17T06:13:44.284Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-17T06:13:44.403Z | Compiling num v0.4.3 |
2720 | 2025-01-17T06:13:44.528Z | Compiling argon2 v0.5.3 |
2721 | 2025-01-17T06:13:44.632Z | Compiling sha3 v0.10.8 |
2722 | 2025-01-17T06:13:44.688Z | Compiling tokio-tungstenite v0.21.0 |
2723 | 2025-01-17T06:13:45.067Z | Compiling typify-macro v0.2.0 |
2724 | 2025-01-17T06:13:45.154Z | Compiling derive_more v0.99.18 |
2725 | 2025-01-17T06:13:45.314Z | Compiling poly1305 v0.8.0 |
2726 | 2025-01-17T06:13:45.643Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2727 | 2025-01-17T06:13:45.721Z | Compiling chacha20 v0.9.1 |
2728 | 2025-01-17T06:13:46.033Z | Compiling float-ord v0.3.2 |
2729 | 2025-01-17T06:13:46.232Z | Compiling typify-macro v0.3.0 |
2730 | 2025-01-17T06:13:46.252Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2731 | 2025-01-17T06:13:46.252Z | Compiling semver v0.1.20 |
2732 | 2025-01-17T06:13:46.705Z | Compiling same-file v1.0.6 |
2733 | 2025-01-17T06:13:46.892Z | Compiling rustc_version v0.1.7 |
2734 | 2025-01-17T06:13:47.028Z | Compiling walkdir v2.5.0 |
2735 | 2025-01-17T06:13:47.099Z | Compiling newline-converter v0.3.0 |
2736 | 2025-01-17T06:13:47.299Z | Compiling primeorder v0.13.6 |
2737 | 2025-01-17T06:13:47.376Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2738 | 2025-01-17T06:13:47.422Z | Compiling secrecy v0.8.0 |
2739 | 2025-01-17T06:13:47.684Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2740 | 2025-01-17T06:13:47.760Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2741 | 2025-01-17T06:13:47.827Z | Compiling cancel-safe-futures v0.1.5 |
2742 | 2025-01-17T06:13:47.834Z | Compiling owo-colors v4.1.0 |
2743 | 2025-01-17T06:13:47.949Z | Compiling newtype_derive v0.1.6 |
2744 | 2025-01-17T06:13:48.186Z | Compiling expectorate v1.1.0 |
2745 | 2025-01-17T06:13:48.213Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2746 | 2025-01-17T06:13:48.252Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2747 | 2025-01-17T06:13:48.382Z | Compiling thiserror-impl-no-std v2.0.2 |
2748 | 2025-01-17T06:13:48.523Z | Compiling blake3 v1.5.4 |
2749 | 2025-01-17T06:13:48.550Z | Compiling unicase v2.7.0 |
2750 | 2025-01-17T06:13:48.870Z | Compiling half v2.4.1 |
2751 | 2025-01-17T06:13:48.971Z | Compiling arc-swap v1.7.1 |
2752 | 2025-01-17T06:13:49.032Z | Compiling typify v0.2.0 |
2753 | 2025-01-17T06:13:49.174Z | Compiling progenitor-impl v0.8.0 |
2754 | 2025-01-17T06:13:49.193Z | Compiling ciborium-io v0.2.2 |
2755 | 2025-01-17T06:13:49.339Z | Compiling ciborium-ll v0.2.2 |
2756 | 2025-01-17T06:13:49.432Z | Compiling slog-scope v4.4.0 |
2757 | 2025-01-17T06:13:49.761Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2758 | 2025-01-17T06:13:49.777Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2759 | 2025-01-17T06:13:50.099Z | Compiling polyval v0.6.2 |
2760 | 2025-01-17T06:13:50.165Z | Compiling typify v0.3.0 |
2761 | 2025-01-17T06:13:50.333Z | Compiling progenitor-impl v0.9.1 |
2762 | 2025-01-17T06:13:50.514Z | Compiling atomicwrites v0.4.4 |
2763 | 2025-01-17T06:13:50.604Z | Compiling libsw v3.3.1 |
2764 | 2025-01-17T06:13:50.925Z | Compiling memmap2 v0.9.5 |
2765 | 2025-01-17T06:13:50.945Z | Compiling arrayref v0.3.9 |
2766 | 2025-01-17T06:13:51.067Z | Compiling constant_time_eq v0.3.1 |
2767 | 2025-01-17T06:13:51.284Z | Compiling indent_write v2.2.0 |
2768 | 2025-01-17T06:13:51.321Z | Compiling thiserror-no-std v2.0.2 |
2769 | 2025-01-17T06:13:51.390Z | Compiling linear-map v1.2.0 |
2770 | 2025-01-17T06:13:51.472Z | Compiling salty v0.3.0 |
2771 | 2025-01-17T06:13:51.538Z | Compiling arrayvec v0.7.6 |
2772 | 2025-01-17T06:13:51.750Z | Compiling parking_lot_core v0.8.6 |
2773 | 2025-01-17T06:13:51.889Z | Compiling libefi-sys v0.1.0 |
2774 | 2025-01-17T06:13:51.959Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2775 | 2025-01-17T06:13:52.230Z | Compiling vsss-rs v3.3.4 |
2776 | 2025-01-17T06:13:52.250Z | Compiling ghash v0.5.1 |
2777 | 2025-01-17T06:13:52.455Z | Compiling slog-stdlog v4.1.1 |
2778 | 2025-01-17T06:13:52.835Z | Compiling ciborium v0.2.2 |
2779 | 2025-01-17T06:13:53.192Z | Compiling p384 v0.13.0 |
2780 | 2025-01-17T06:13:53.213Z | Compiling toolchain_find v0.4.0 |
2781 | 2025-01-17T06:13:53.817Z | Compiling chacha20poly1305 v0.10.1 |
2782 | 2025-01-17T06:13:54.086Z | Compiling ctr v0.9.2 |
2783 | 2025-01-17T06:13:54.234Z | Compiling lzma-sys v0.1.20 |
2784 | 2025-01-17T06:13:54.310Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2785 | 2025-01-17T06:13:54.471Z | Compiling bitfield-struct v0.6.2 |
2786 | 2025-01-17T06:13:54.681Z | Compiling slog-dtrace v0.3.0 |
2787 | 2025-01-17T06:13:54.725Z | Compiling topological-sort v0.2.2 |
2788 | 2025-01-17T06:13:54.982Z | Compiling highway v1.2.0 |
2789 | 2025-01-17T06:13:55.044Z | Compiling omicron-zone-package v0.12.0 |
2790 | 2025-01-17T06:13:55.220Z | Compiling aes-gcm v0.10.3 |
2791 | 2025-01-17T06:13:55.611Z | Compiling rustfmt-wrapper v0.2.1 |
2792 | 2025-01-17T06:13:55.744Z | Compiling mime_guess v2.0.5 |
2793 | 2025-01-17T06:13:55.845Z | Compiling slog-envlogger v2.2.0 |
2794 | 2025-01-17T06:13:55.877Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2795 | 2025-01-17T06:13:56.229Z | Compiling steno v0.4.1 |
2796 | 2025-01-17T06:13:56.479Z | Compiling progenitor-macro v0.8.0 |
2797 | 2025-01-17T06:13:56.976Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2798 | 2025-01-17T06:13:56.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2799 | 2025-01-17T06:13:57.030Z | Compiling heck v0.3.3 |
2800 | 2025-01-17T06:13:57.416Z | Compiling ssh-encoding v0.2.0 |
2801 | 2025-01-17T06:13:57.620Z | Compiling blowfish v0.9.1 |
2802 | 2025-01-17T06:13:57.641Z | Compiling nibble_vec v0.1.0 |
2803 | 2025-01-17T06:13:57.641Z | Compiling progenitor-macro v0.9.1 |
2804 | 2025-01-17T06:13:57.872Z | Compiling env_filter v0.1.2 |
2805 | 2025-01-17T06:13:57.926Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2806 | 2025-01-17T06:13:58.085Z | Compiling humantime v2.1.0 |
2807 | 2025-01-17T06:13:58.109Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2808 | 2025-01-17T06:13:58.242Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2809 | 2025-01-17T06:13:58.385Z | Compiling endian-type v0.1.2 |
2810 | 2025-01-17T06:13:58.460Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2811 | 2025-01-17T06:13:58.545Z | Compiling env_logger v0.11.5 |
2812 | 2025-01-17T06:13:58.610Z | Compiling radix_trie v0.2.1 |
2813 | 2025-01-17T06:13:58.630Z | Compiling bcrypt-pbkdf v0.10.0 |
2814 | 2025-01-17T06:13:59.249Z | Compiling ssh-cipher v0.2.0 |
2815 | 2025-01-17T06:13:59.253Z | Compiling zone_cfg_derive v0.1.2 |
2816 | 2025-01-17T06:13:59.351Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2817 | 2025-01-17T06:13:59.822Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2818 | 2025-01-17T06:14:00.219Z | Compiling parking_lot v0.11.2 |
2819 | 2025-01-17T06:14:00.761Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2820 | 2025-01-17T06:14:00.879Z | Compiling password-hash v0.4.2 |
2821 | 2025-01-17T06:14:00.904Z | Compiling gethostname v0.5.0 |
2822 | 2025-01-17T06:14:01.056Z | Compiling fxhash v0.2.1 |
2823 | 2025-01-17T06:14:01.121Z | Compiling matches v0.1.10 |
2824 | 2025-01-17T06:14:01.138Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2825 | 2025-01-17T06:14:01.169Z | Compiling zip v2.1.3 |
2826 | 2025-01-17T06:14:01.241Z | Compiling simd-adler32 v0.3.7 |
2827 | 2025-01-17T06:14:01.281Z | Compiling http-range v0.1.5 |
2828 | 2025-01-17T06:14:01.440Z | Compiling lockfree-object-pool v0.1.6 |
2829 | 2025-01-17T06:14:01.491Z | Compiling bumpalo v3.16.0 |
2830 | 2025-01-17T06:14:01.621Z | Compiling base64 v0.13.1 |
2831 | 2025-01-17T06:14:01.776Z | Compiling pbkdf2 v0.11.0 |
2832 | 2025-01-17T06:14:01.796Z | Compiling sled v0.34.7 |
2833 | 2025-01-17T06:14:01.826Z | Compiling idna v0.2.3 |
2834 | 2025-01-17T06:14:01.976Z | Compiling zopfli v0.8.1 |
2835 | 2025-01-17T06:14:02.170Z | Compiling ron v0.7.1 |
2836 | 2025-01-17T06:14:02.203Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2837 | 2025-01-17T06:14:02.827Z | Compiling xz2 v0.1.7 |
2838 | 2025-01-17T06:14:02.912Z | Compiling zone v0.1.8 |
2839 | 2025-01-17T06:14:03.289Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2840 | 2025-01-17T06:14:03.703Z | Compiling ssh-key v0.6.6 |
2841 | 2025-01-17T06:14:04.341Z | Compiling hickory-client v0.24.1 |
2842 | 2025-01-17T06:14:04.570Z | Compiling p256 v0.13.2 |
2843 | 2025-01-17T06:14:04.727Z | Compiling p521 v0.13.3 |
2844 | 2025-01-17T06:14:05.389Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2845 | 2025-01-17T06:14:05.842Z | Compiling hickory-server v0.24.1 |
2846 | 2025-01-17T06:14:06.459Z | Compiling enum-as-inner v0.5.1 |
2847 | 2025-01-17T06:14:07.175Z | Compiling pem v3.0.4 |
2848 | 2025-01-17T06:14:07.496Z | Compiling yasna v0.5.2 |
2849 | 2025-01-17T06:14:07.944Z | Compiling headers-core v0.3.0 |
2850 | 2025-01-17T06:14:08.027Z | Compiling kstat-rs v0.2.4 |
2851 | 2025-01-17T06:14:08.128Z | Compiling nanorand v0.7.0 |
2852 | 2025-01-17T06:14:08.328Z | Compiling atty v0.2.14 |
2853 | 2025-01-17T06:14:08.508Z | Compiling russh-cryptovec v0.7.3 |
2854 | 2025-01-17T06:14:08.606Z | Compiling md5 v0.7.0 |
2855 | 2025-01-17T06:14:08.649Z | Compiling flume v0.11.1 |
2856 | 2025-01-17T06:14:08.829Z | Compiling rcgen v0.12.1 |
2857 | 2025-01-17T06:14:09.097Z | Compiling russh-keys v0.45.0 |
2858 | 2025-01-17T06:14:09.153Z | Compiling headers v0.4.0 |
2859 | 2025-01-17T06:14:09.274Z | Compiling trust-dns-proto v0.22.0 |
2860 | 2025-01-17T06:14:09.365Z | Compiling progenitor v0.8.0 |
2861 | 2025-01-17T06:14:09.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2862 | 2025-01-17T06:14:10.293Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2863 | 2025-01-17T06:14:10.645Z | Compiling progenitor v0.9.1 |
2864 | 2025-01-17T06:14:10.895Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2865 | 2025-01-17T06:14:10.995Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2866 | 2025-01-17T06:14:11.046Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2025-01-17T06:14:12.084Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2868 | 2025-01-17T06:14:13.068Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2869 | 2025-01-17T06:14:13.596Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2870 | 2025-01-17T06:14:15.260Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2871 | 2025-01-17T06:14:16.564Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2872 | 2025-01-17T06:14:16.827Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2873 | 2025-01-17T06:14:17.274Z | Compiling hyper-staticfile v0.10.1 |
2874 | 2025-01-17T06:14:17.628Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2875 | 2025-01-17T06:14:18.274Z | Compiling num-bigint v0.4.6 |
2876 | 2025-01-17T06:14:18.338Z | Compiling des v0.8.1 |
2877 | 2025-01-17T06:14:18.697Z | Compiling subprocess v0.2.9 |
2878 | 2025-01-17T06:14:19.290Z | Compiling dhcproto-macros v0.1.0 |
2879 | 2025-01-17T06:14:19.458Z | Compiling display-error-chain v0.2.2 |
2880 | 2025-01-17T06:14:19.702Z | Compiling hex-literal v0.4.1 |
2881 | 2025-01-17T06:14:19.890Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2882 | 2025-01-17T06:14:20.186Z | Compiling dhcproto v0.12.0 |
2883 | 2025-01-17T06:14:20.413Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2884 | 2025-01-17T06:14:20.878Z | Compiling internet-checksum v0.2.1 |
2885 | 2025-01-17T06:14:21.125Z | Compiling russh v0.45.0 |
2886 | 2025-01-17T06:14:27.094Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2887 | 2025-01-17T06:14:27.097Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2888 | 2025-01-17T06:14:27.147Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2889 | 2025-01-17T06:14:27.173Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2890 | 2025-01-17T06:14:28.054Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2891 | 2025-01-17T06:14:29.937Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2892 | 2025-01-17T06:14:31.386Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2893 | 2025-01-17T06:14:31.512Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2894 | 2025-01-17T06:14:31.964Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2895 | 2025-01-17T06:14:32.467Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2896 | 2025-01-17T06:14:34.965Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2897 | 2025-01-17T06:14:35.073Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2898 | 2025-01-17T06:14:35.199Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2899 | 2025-01-17T06:14:35.965Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2900 | 2025-01-17T06:14:36.053Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2901 | 2025-01-17T06:14:36.683Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2902 | 2025-01-17T06:14:37.188Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2903 | 2025-01-17T06:14:38.592Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2904 | 2025-01-17T06:14:41.209Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2905 | 2025-01-17T06:14:41.686Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2025-01-17T06:14:41.775Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2907 | 2025-01-17T06:14:43.769Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2908 | 2025-01-17T06:14:45.505Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2909 | 2025-01-17T06:14:45.763Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2910 | 2025-01-17T06:14:47.676Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2911 | 2025-01-17T06:14:50.040Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2912 | 2025-01-17T06:14:50.191Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2913 | 2025-01-17T06:14:50.273Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2914 | 2025-01-17T06:14:53.988Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2915 | 2025-01-17T06:15:02.280Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2916 | 2025-01-17T06:15:03.954Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2917 | 2025-01-17T06:15:27.439Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2918 | 2025-01-17T06:15:50.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
2919 | 2025-01-17T06:15:51.158Z | |
2920 | 2025-01-17T06:15:51.158Z | real 2:27.854610236 |
2921 | 2025-01-17T06:15:51.158Z | user 12:41.932694615 |
2922 | 2025-01-17T06:15:51.158Z | sys 1:35.535005509 |
2923 | 2025-01-17T06:15:51.158Z | trap 0.403659552 |
2924 | 2025-01-17T06:15:51.158Z | tflt 0.817906237 |
2925 | 2025-01-17T06:15:51.158Z | dflt 1.453044530 |
2926 | 2025-01-17T06:15:51.161Z | kflt 0.000704973 |
2927 | 2025-01-17T06:15:51.161Z | lock 23:29.351389010 |
2928 | 2025-01-17T06:15:51.161Z | slp 43:52.806084009 |
2929 | 2025-01-17T06:15:51.161Z | lat 38.343192348 |
2930 | 2025-01-17T06:15:51.161Z | stop 1:34.668965960 |
2931 | 2025-01-17T06:15:51.161Z | + mkdir tests |
2932 | 2025-01-17T06:15:51.164Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2933 | 2025-01-17T06:15:51.164Z | + xargs -I '{}' -t cp '{}' tests/ |
2934 | 2025-01-17T06:15:51.203Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/ |
2935 | 2025-01-17T06:15:51.226Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/ |
2936 | 2025-01-17T06:15:51.246Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/ |
2937 | 2025-01-17T06:15:51.266Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/ |
2938 | 2025-01-17T06:15:51.485Z | + 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/*) |
2939 | 2025-01-17T06:15:51.488Z | + 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-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d 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 |
2940 | 2025-01-17T06:17:05.561Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2941 | 2025-01-17T06:17:05.561Z | a .github/buildomat/ci-env.sh 1K |
2942 | 2025-01-17T06:17:05.561Z | a out/target/test 1K |
2943 | 2025-01-17T06:17:05.562Z | a out/npuzone/npuzone 23144K |
2944 | 2025-01-17T06:17:05.562Z | a package-manifest.toml 34K |
2945 | 2025-01-17T06:17:05.562Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2946 | 2025-01-17T06:17:05.562Z | a target/release/omicron-package 36370K |
2947 | 2025-01-17T06:17:05.562Z | a target/release/xtask 11911K |
2948 | 2025-01-17T06:17:05.562Z | a target/debug/bootstrap 221450K |
2949 | 2025-01-17T06:17:05.562Z | a tests/bootstrap-ce4078b3cba0aa19 24276K |
2950 | 2025-01-17T06:17:05.562Z | a tests/commtest-003022a48aaaa3da 24769K |
2951 | 2025-01-17T06:17:05.562Z | a tests/dhcp_server-d7045afdd2275236 24276K |
2952 | 2025-01-17T06:17:05.562Z | a tests/end_to_end_tests-874eb028fd35d84d 282813K |
2953 | 2025-01-17T06:17:05.562Z | a out/clickhouse.tar.gz 294787K |
2954 | 2025-01-17T06:17:05.562Z | a out/clickhouse_keeper.tar.gz 281742K |
2955 | 2025-01-17T06:17:05.562Z | a out/clickhouse_server.tar.gz 294771K |
2956 | 2025-01-17T06:17:05.562Z | a out/cockroachdb.tar.gz 135122K |
2957 | 2025-01-17T06:17:05.562Z | a out/crucible-dtrace.tar 96K |
2958 | 2025-01-17T06:17:05.562Z | a out/crucible-pantry-zone.tar.gz 28542K |
2959 | 2025-01-17T06:17:05.562Z | a out/crucible-zone.tar.gz 36818K |
2960 | 2025-01-17T06:17:05.562Z | a out/external-dns.tar.gz 35749K |
2961 | 2025-01-17T06:17:05.562Z | a out/internal-dns.tar.gz 35749K |
2962 | 2025-01-17T06:17:05.562Z | a out/mg-ddm-gz.tar 63075K |
2963 | 2025-01-17T06:17:05.562Z | a out/nexus.tar.gz 100016K |
2964 | 2025-01-17T06:17:05.562Z | a out/ntp.tar.gz 10506K |
2965 | 2025-01-17T06:17:05.562Z | a out/omicron-gateway-softnpu.tar.gz 24313K |
2966 | 2025-01-17T06:17:05.562Z | a out/omicron-sled-agent.tar 114842K |
2967 | 2025-01-17T06:17:05.562Z | a out/overlay.tar.gz 3K |
2968 | 2025-01-17T06:17:05.562Z | a out/oximeter.tar.gz 48517K |
2969 | 2025-01-17T06:17:05.562Z | a out/oxlog.tar 3150K |
2970 | 2025-01-17T06:17:05.563Z | a out/probe.tar.gz 2764K |
2971 | 2025-01-17T06:17:05.563Z | a out/propolis-server.tar.gz 66467K |
2972 | 2025-01-17T06:17:05.563Z | a out/pumpkind-gz.tar 26665K |
2973 | 2025-01-17T06:17:05.563Z | a out/switch-softnpu.tar.gz 236702K |
2974 | 2025-01-17T06:17:05.566Z | |
2975 | 2025-01-17T06:17:05.566Z | real 1:14.058994043 |
2976 | 2025-01-17T06:17:05.566Z | user 1:10.515515220 |
2977 | 2025-01-17T06:17:05.567Z | sys 5.080410883 |
2978 | 2025-01-17T06:17:05.567Z | trap 0.018082826 |
2979 | 2025-01-17T06:17:05.567Z | tflt 0.000000000 |
2980 | 2025-01-17T06:17:05.567Z | dflt 0.000000000 |
2981 | 2025-01-17T06:17:05.567Z | kflt 0.000000000 |
2982 | 2025-01-17T06:17:05.567Z | lock 0.000000000 |
2983 | 2025-01-17T06:17:05.567Z | slp 1:10.289759953 |
2984 | 2025-01-17T06:17:05.567Z | lat 2.209777570 |
2985 | 2025-01-17T06:17:05.568Z | stop 0.000208608 |
2986 | 2025-01-17T06:17:05.568Z | process exited: duration 1991689 ms, exit code 0 |
|
2987 | 2025-01-17T06:17:05.585Z | found 1 output files |
2988 | 2025-01-17T06:17:05.586Z | uploading: /work/package.tar.gz (1906676985 bytes) |
2989 | 2025-01-17T06:17:47.621Z | uploaded: /work/package.tar.gz |