|
|
|
1 | 2025-01-15T01:39:55.109Z | job assigned to worker 01JHKSTBCYGK6P0YG8W30V7JXX [factory aws, i-004326a225d70f878] (queued for 57 s) |
|
2 | 2025-01-15T01:40:02.835Z | starting task 0: "setup" |
3 | 2025-01-15T01:40:02.844Z | ++ uname -s |
4 | 2025-01-15T01:40:02.847Z | + kern=SunOS |
5 | 2025-01-15T01:40:02.847Z | + case "$kern" in |
6 | 2025-01-15T01:40:02.847Z | + groupadd -g 12345 build |
7 | 2025-01-15T01:40:02.849Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T01:40:04.857Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T01:40:04.968Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T01:40:04.970Z | + home_fs=zfs |
11 | 2025-01-15T01:40:04.970Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T01:40:04.970Z | + mkdir -p /home/build |
13 | 2025-01-15T01:40:04.973Z | + chown build:build /home/build /work |
14 | 2025-01-15T01:40:06.975Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T01:40:06.978Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2025-01-15T01:40:06.985Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T01:40:06.988Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T01:40:06.988Z | ' 1.84.0 |
19 | 2025-01-15T01:40:06.988Z | * toolchain channel = "1.84.0" |
20 | 2025-01-15T01:40:06.988Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-15T01:40:06.988Z | * toolchain profile = "default" |
22 | 2025-01-15T01:40:06.988Z | ' default |
23 | 2025-01-15T01:40:06.991Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T01:40:06.991Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T01:40:07.104Z | info: downloading installer |
26 | 2025-01-15T01:40:08.671Z | info: profile set to 'default' |
27 | 2025-01-15T01:40:08.671Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T01:40:08.674Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T01:40:08.859Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T01:40:08.859Z | info: downloading component 'cargo' |
31 | 2025-01-15T01:40:09.901Z | info: downloading component 'clippy' |
32 | 2025-01-15T01:40:10.310Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T01:40:11.750Z | info: downloading component 'rust-std' |
34 | 2025-01-15T01:40:13.855Z | info: downloading component 'rustc' |
35 | 2025-01-15T01:40:21.956Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T01:40:22.261Z | info: installing component 'cargo' |
37 | 2025-01-15T01:40:23.084Z | info: installing component 'clippy' |
38 | 2025-01-15T01:40:23.463Z | info: installing component 'rust-docs' |
39 | 2025-01-15T01:40:25.133Z | info: installing component 'rust-std' |
40 | 2025-01-15T01:40:26.841Z | info: installing component 'rustc' |
41 | 2025-01-15T01:40:32.893Z | info: installing component 'rustfmt' |
42 | 2025-01-15T01:40:33.228Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T01:40:33.229Z | |
44 | 2025-01-15T01:40:33.623Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T01:40:33.623Z | |
46 | 2025-01-15T01:40:33.625Z | |
47 | 2025-01-15T01:40:33.626Z | Rust is installed now. Great! |
48 | 2025-01-15T01:40:33.626Z | |
49 | 2025-01-15T01:40:33.626Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T01:40:33.626Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T01:40:33.626Z | |
52 | 2025-01-15T01:40:33.626Z | To configure your current shell, you need to source |
53 | 2025-01-15T01:40:33.626Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T01:40:33.626Z | |
55 | 2025-01-15T01:40:33.626Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T01:40:33.626Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T01:40:33.626Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T01:40:33.700Z | + rustc --version |
59 | 2025-01-15T01:40:33.766Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T01:40:33.769Z | process exited: duration 26777 ms, exit code 0 |
|
61 | 2025-01-15T01:40:33.777Z | starting task 2: "authentication" |
62 | 2025-01-15T01:40:33.798Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-15T01:40:33.804Z | starting task 3: "clone repository" |
64 | 2025-01-15T01:40:33.809Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T01:40:33.811Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T01:40:33.853Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T01:40:40.716Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T01:40:40.716Z | + git fetch origin 8b2d5bd3d791029ceb954179d59679004268f442 |
69 | 2025-01-15T01:40:41.044Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T01:40:41.044Z | * branch 8b2d5bd3d791029ceb954179d59679004268f442 -> FETCH_HEAD |
71 | 2025-01-15T01:40:41.055Z | + [[ -n support-bundle-response ]] |
72 | 2025-01-15T01:40:41.057Z | ++ git branch --show-current |
73 | 2025-01-15T01:40:41.059Z | + current=main |
74 | 2025-01-15T01:40:41.059Z | + [[ main != support-bundle-response ]] |
75 | 2025-01-15T01:40:41.059Z | + git branch -f support-bundle-response 8b2d5bd3d791029ceb954179d59679004268f442 |
76 | 2025-01-15T01:40:41.062Z | + git checkout -f support-bundle-response |
77 | 2025-01-15T01:40:41.237Z | Switched to branch 'support-bundle-response' |
78 | 2025-01-15T01:40:41.241Z | + git reset --hard 8b2d5bd3d791029ceb954179d59679004268f442 |
79 | 2025-01-15T01:40:41.257Z | HEAD is now at 8b2d5bd3d Support bundle download endpoints could distinguish success and failure status codes in OpenAPI |
80 | 2025-01-15T01:40:41.259Z | process exited: duration 7451 ms, exit code 0 |
|
81 | 2025-01-15T01:40:41.269Z | starting task 4: "build" |
82 | 2025-01-15T01:40:41.272Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-15T01:40:41.274Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-15T01:40:41.274Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-15T01:40:41.274Z | + cargo --version |
86 | 2025-01-15T01:40:41.333Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-15T01:40:41.336Z | + rustc --version |
88 | 2025-01-15T01:40:41.396Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-15T01:40:41.399Z | + WORK=/work |
90 | 2025-01-15T01:40:41.400Z | + pfexec mkdir -p /work |
91 | 2025-01-15T01:40:41.403Z | + pfexec chown build /work |
92 | 2025-01-15T01:40:41.406Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-15T01:40:43.043Z | pkg list: illegal option -- F |
94 | 2025-01-15T01:40:43.043Z | Usage: |
95 | 2025-01-15T01:40:43.046Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-15T01:40:43.046Z | [pkg_fmri_pattern ...] |
97 | 2025-01-15T01:40:43.901Z | pkg list: illegal option -- F |
98 | 2025-01-15T01:40:43.901Z | Usage: |
99 | 2025-01-15T01:40:43.904Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-15T01:40:43.904Z | [pkg_fmri_pattern ...] |
101 | 2025-01-15T01:40:49.677Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-15T01:40:53.789Z | Startup: Caching catalogs ... Done |
103 | 2025-01-15T01:41:05.083Z | Planning: Solver setup ... Done (10.469s) |
104 | 2025-01-15T01:41:05.231Z | Planning: Running solver ... Done (0.148s) |
105 | 2025-01-15T01:41:05.346Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-15T01:41:05.446Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-15T01:41:06.144Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-15T01:41:06.255Z | Planning: Package planning ... Done (0.111s) |
109 | 2025-01-15T01:41:06.312Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-15T01:41:06.516Z | Planning: Checking for conflicting actions ... Done (0.204s) |
111 | 2025-01-15T01:41:08.623Z | Planning: Consolidating action changes ... Done (2.106s) |
112 | 2025-01-15T01:41:09.072Z | Planning: Evaluating mediators ... Done (0.448s) |
113 | 2025-01-15T01:41:09.152Z | Planning: Planning completed in 15.26 seconds |
114 | 2025-01-15T01:41:09.170Z | Packages to install: 4 |
115 | 2025-01-15T01:41:09.170Z | Packages to update: 3 |
116 | 2025-01-15T01:41:09.173Z | Mediators to change: 2 |
117 | 2025-01-15T01:41:09.173Z | Services to change: 1 |
118 | 2025-01-15T01:41:09.173Z | Estimated space available: 155.61 GB |
119 | 2025-01-15T01:41:09.173Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-15T01:41:09.173Z | Create boot environment: No |
121 | 2025-01-15T01:41:09.173Z | Create backup boot environment: Yes |
122 | 2025-01-15T01:41:09.173Z | Rebuild boot archive: No |
123 | 2025-01-15T01:41:09.173Z | |
124 | 2025-01-15T01:41:09.173Z | Changed mediators: |
125 | 2025-01-15T01:41:09.173Z | mediator clang: |
126 | 2025-01-15T01:41:09.173Z | version: None -> 15 (system default) |
127 | 2025-01-15T01:41:09.173Z | |
128 | 2025-01-15T01:41:09.173Z | mediator llvm: |
129 | 2025-01-15T01:41:09.173Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-15T01:41:09.173Z | |
131 | 2025-01-15T01:41:09.173Z | Changed packages: |
132 | 2025-01-15T01:41:09.173Z | helios-dev |
133 | 2025-01-15T01:41:09.173Z | developer/build-essential |
134 | 2025-01-15T01:41:09.173Z | None -> 11-2.0 |
135 | 2025-01-15T01:41:09.173Z | library/libxmlsec1 |
136 | 2025-01-15T01:41:09.173Z | None -> 1.2.35-2.0 |
137 | 2025-01-15T01:41:09.173Z | ooce/developer/clang-15 |
138 | 2025-01-15T01:41:09.173Z | None -> 15.0.7-2.0 |
139 | 2025-01-15T01:41:09.173Z | ooce/developer/llvm-15 |
140 | 2025-01-15T01:41:09.173Z | None -> 15.0.7-2.0 |
141 | 2025-01-15T01:41:09.173Z | package/pkg |
142 | 2025-01-15T01:41:09.173Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-15T01:41:09.174Z | system/library/g++-runtime |
144 | 2025-01-15T01:41:09.174Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-15T01:41:09.174Z | system/library/gcc-runtime |
146 | 2025-01-15T01:41:09.174Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-15T01:41:09.174Z | |
148 | 2025-01-15T01:41:09.174Z | Services: |
149 | 2025-01-15T01:41:09.174Z | restart_fmri: |
150 | 2025-01-15T01:41:09.174Z | svc:/system/update-man-index:default |
151 | 2025-01-15T01:41:09.174Z | |
152 | 2025-01-15T01:41:09.174Z | Editable files to change: |
153 | 2025-01-15T01:41:09.174Z | Update: |
154 | 2025-01-15T01:41:09.174Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-15T01:41:09.254Z | |
156 | 2025-01-15T01:41:09.254Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-15T01:41:14.257Z | Download: 970/4301 items 19.4/225.4MB 8% complete (3.9M/s) |
158 | 2025-01-15T01:41:19.269Z | Download: 1301/4301 items 115.1/225.4MB 51% complete (11.7M/s) |
159 | 2025-01-15T01:41:24.273Z | Download: 2191/4301 items 117.6/225.4MB 52% complete (9.8M/s) |
160 | 2025-01-15T01:41:30.357Z | Download: 2217/4301 items 117.7/225.4MB 52% complete (9.6M/s) |
161 | 2025-01-15T01:41:43.160Z | Download: 2220/4301 items 117.8/225.4MB 52% complete |
162 | 2025-01-15T01:41:48.163Z | Download: 2239/4301 items 119.3/225.4MB 52% complete (293k/s) |
163 | 2025-01-15T01:41:53.166Z | Download: 3360/4301 items 213.8/225.4MB 94% complete (9.6M/s) |
164 | 2025-01-15T01:41:56.065Z | Download: Completed 225.42 MB in 46.80 seconds (4.8M/s) |
165 | 2025-01-15T01:41:58.161Z | Actions: 1/5122 actions (Removing old actions) |
166 | 2025-01-15T01:41:58.183Z | Actions: 194/5122 actions (Installing new actions) |
167 | 2025-01-15T01:42:02.983Z | Actions: 4267/5122 actions (Updating modified actions) |
168 | 2025-01-15T01:42:03.341Z | Actions: Completed 5122 actions in 5.18 seconds. |
169 | 2025-01-15T01:42:03.747Z | Done (0.398s) |
170 | 2025-01-15T01:42:03.750Z | Done (0.001s) |
171 | 2025-01-15T01:42:04.332Z | Done (0.582s) |
172 | 2025-01-15T01:42:08.861Z | Done (4.246s) |
173 | 2025-01-15T01:42:08.935Z | Done (0.020s) |
174 | 2025-01-15T01:42:08.936Z | Done (0.000s) |
175 | 2025-01-15T01:42:09.091Z | Done (0.000s) |
176 | 2025-01-15T01:42:09.763Z | Planning: Evaluating mediator changes ... Done |
177 | 2025-01-15T01:42:09.924Z | Planning: Checking for conflicting actions ... Done |
178 | 2025-01-15T01:42:09.929Z | Planning: Consolidating action changes ... Done |
179 | 2025-01-15T01:42:10.198Z | Planning: Evaluating mediators ... Done |
180 | 2025-01-15T01:42:10.202Z | Planning: Planning completed in 0.44 seconds |
181 | 2025-01-15T01:42:10.239Z | Mediators to change: 2 |
182 | 2025-01-15T01:42:10.239Z | Create boot environment: No |
183 | 2025-01-15T01:42:10.239Z | Create backup boot environment: No |
184 | 2025-01-15T01:42:10.316Z | Done |
185 | 2025-01-15T01:42:10.316Z | Done |
186 | 2025-01-15T01:42:10.685Z | Done |
187 | 2025-01-15T01:42:14.325Z | Done |
188 | 2025-01-15T01:42:14.415Z | Done |
189 | 2025-01-15T01:42:14.418Z | Done |
190 | 2025-01-15T01:42:14.552Z | Done |
191 | 2025-01-15T01:42:15.172Z | Planning: Evaluating mediator changes ... Done |
192 | 2025-01-15T01:42:15.176Z | Planning: Merging actions ... Done |
193 | 2025-01-15T01:42:15.368Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-01-15T01:42:15.371Z | Planning: Consolidating action changes ... Done |
195 | 2025-01-15T01:42:15.639Z | Planning: Evaluating mediators ... Done |
196 | 2025-01-15T01:42:15.696Z | Planning: Planning completed in 0.77 seconds |
197 | 2025-01-15T01:42:15.737Z | Packages to change: 1 |
198 | 2025-01-15T01:42:15.737Z | Mediators to change: 1 |
199 | 2025-01-15T01:42:15.740Z | Services to change: 1 |
200 | 2025-01-15T01:42:15.740Z | Create boot environment: No |
201 | 2025-01-15T01:42:15.740Z | Create backup boot environment: Yes |
202 | 2025-01-15T01:42:18.105Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2025-01-15T01:42:18.108Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2025-01-15T01:42:18.108Z | Done |
205 | 2025-01-15T01:42:18.108Z | Done |
206 | 2025-01-15T01:42:18.226Z | Done |
207 | 2025-01-15T01:42:21.866Z | Done |
208 | 2025-01-15T01:42:21.962Z | Done |
209 | 2025-01-15T01:42:21.965Z | Done |
210 | 2025-01-15T01:42:22.111Z | Done |
211 | 2025-01-15T01:42:22.546Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2025-01-15T01:42:22.546Z | clang system 15 system |
213 | 2025-01-15T01:42:22.546Z | csh system system illumos |
214 | 2025-01-15T01:42:22.546Z | ctags system system illumos |
215 | 2025-01-15T01:42:22.546Z | gcc vendor 12 vendor |
216 | 2025-01-15T01:42:22.546Z | gcc system 10 system |
217 | 2025-01-15T01:42:22.546Z | gcc system 7 system |
218 | 2025-01-15T01:42:22.546Z | go system 1.20 system |
219 | 2025-01-15T01:42:22.546Z | go system 1.19 system |
220 | 2025-01-15T01:42:22.546Z | llvm system 15 system |
221 | 2025-01-15T01:42:22.546Z | llvm system 14 system |
222 | 2025-01-15T01:42:22.546Z | mariadb system 10.6 system |
223 | 2025-01-15T01:42:22.546Z | mta vendor vendor dma |
224 | 2025-01-15T01:42:22.546Z | openjdk system 17 system |
225 | 2025-01-15T01:42:22.546Z | openjdk system 11 system |
226 | 2025-01-15T01:42:22.546Z | openjdk system 1.8 system |
227 | 2025-01-15T01:42:22.546Z | openssl vendor 3 vendor |
228 | 2025-01-15T01:42:22.546Z | perl system 5.36 system |
229 | 2025-01-15T01:42:22.546Z | postgresql system 15 system |
230 | 2025-01-15T01:42:22.547Z | postgresql system 13 system |
231 | 2025-01-15T01:42:22.547Z | python vendor 3 vendor |
232 | 2025-01-15T01:42:22.547Z | python system 2 system |
233 | 2025-01-15T01:42:22.547Z | python3 system 3.11 system |
234 | 2025-01-15T01:42:22.547Z | ruby system 3.0 system |
235 | 2025-01-15T01:42:22.547Z | words vendor vendor american-english |
236 | 2025-01-15T01:42:22.547Z | words system system australian-english |
237 | 2025-01-15T01:42:22.547Z | words system system british-english |
238 | 2025-01-15T01:42:22.547Z | words system system canadian-english |
239 | 2025-01-15T01:42:22.547Z | words system system french |
240 | 2025-01-15T01:42:22.547Z | words system system italian |
241 | 2025-01-15T01:42:22.547Z | words system system ngerman |
242 | 2025-01-15T01:42:22.547Z | words system system ogerman |
243 | 2025-01-15T01:42:22.547Z | words system system spanish |
244 | 2025-01-15T01:42:22.876Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2025-01-15T01:42:22.876Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2025-01-15T01:42:25.700Z | FMRI IFO |
247 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
257 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
258 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
260 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
261 | 2025-01-15T01:42:25.700Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2025-01-15T01:42:26.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2025-01-15T01:42:26.754Z | Updating crates.io index |
264 | 2025-01-15T01:42:26.810Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
265 | 2025-01-15T01:42:27.108Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
266 | 2025-01-15T01:42:27.619Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
267 | 2025-01-15T01:42:27.900Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2025-01-15T01:42:28.134Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2025-01-15T01:42:28.449Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2025-01-15T01:42:29.394Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2025-01-15T01:42:30.982Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2025-01-15T01:42:31.601Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2025-01-15T01:42:32.395Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
274 | 2025-01-15T01:42:32.721Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
275 | 2025-01-15T01:42:33.020Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
276 | 2025-01-15T01:42:33.699Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
277 | 2025-01-15T01:42:34.026Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
278 | 2025-01-15T01:42:34.339Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-01-15T01:42:34.597Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-01-15T01:42:34.897Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-01-15T01:42:35.162Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-01-15T01:42:35.567Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2025-01-15T01:42:35.827Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2025-01-15T01:42:36.230Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
285 | 2025-01-15T01:42:36.536Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2025-01-15T01:42:37.084Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2025-01-15T01:42:37.381Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
288 | 2025-01-15T01:42:37.854Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2025-01-15T01:42:38.235Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
290 | 2025-01-15T01:42:38.520Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2025-01-15T01:42:38.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2025-01-15T01:42:39.021Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2025-01-15T01:42:40.401Z | Downloading crates ... |
294 | 2025-01-15T01:42:40.649Z | Downloaded clap_derive v4.5.18 |
295 | 2025-01-15T01:42:40.652Z | Downloaded cfg-if v1.0.0 |
296 | 2025-01-15T01:42:40.657Z | Downloaded autocfg v1.4.0 |
297 | 2025-01-15T01:42:40.659Z | Downloaded heck v0.5.0 |
298 | 2025-01-15T01:42:40.662Z | Downloaded byteorder v1.5.0 |
299 | 2025-01-15T01:42:40.662Z | Downloaded anstyle-query v1.1.1 |
300 | 2025-01-15T01:42:40.665Z | Downloaded camino v1.1.9 |
301 | 2025-01-15T01:42:40.665Z | Downloaded errno v0.3.9 |
302 | 2025-01-15T01:42:40.668Z | Downloaded generic-array v0.14.7 |
303 | 2025-01-15T01:42:40.668Z | Downloaded anstream v0.6.15 |
304 | 2025-01-15T01:42:40.670Z | Downloaded anstyle v1.0.10 |
305 | 2025-01-15T01:42:40.670Z | Downloaded camino-tempfile v1.1.1 |
306 | 2025-01-15T01:42:40.673Z | Downloaded block-buffer v0.10.4 |
307 | 2025-01-15T01:42:40.673Z | Downloaded anyhow v1.0.93 |
308 | 2025-01-15T01:42:40.677Z | Downloaded anstyle-parse v0.2.5 |
309 | 2025-01-15T01:42:40.679Z | Downloaded pest_generator v2.7.14 |
310 | 2025-01-15T01:42:40.682Z | Downloaded cargo-platform v0.1.8 |
311 | 2025-01-15T01:42:40.685Z | Downloaded crypto-common v0.1.6 |
312 | 2025-01-15T01:42:40.688Z | Downloaded pest_derive v2.7.14 |
313 | 2025-01-15T01:42:40.691Z | Downloaded clap_lex v0.7.2 |
314 | 2025-01-15T01:42:40.695Z | Downloaded pest v2.7.14 |
315 | 2025-01-15T01:42:40.699Z | Downloaded once_cell v1.20.2 |
316 | 2025-01-15T01:42:40.702Z | Downloaded memchr v2.7.4 |
317 | 2025-01-15T01:42:40.706Z | Downloaded dtrace-parser v0.2.0 |
318 | 2025-01-15T01:42:40.709Z | Downloaded itoa v1.0.11 |
319 | 2025-01-15T01:42:40.709Z | Downloaded indexmap v2.7.0 |
320 | 2025-01-15T01:42:40.712Z | Downloaded cargo_metadata v0.18.1 |
321 | 2025-01-15T01:42:40.715Z | Downloaded pretty-hex v0.4.1 |
322 | 2025-01-15T01:42:40.715Z | Downloaded heck v0.4.1 |
323 | 2025-01-15T01:42:40.719Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2025-01-15T01:42:40.719Z | Downloaded plain v0.2.3 |
325 | 2025-01-15T01:42:40.722Z | Downloaded memmap v0.7.0 |
326 | 2025-01-15T01:42:40.722Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2025-01-15T01:42:40.722Z | Downloaded fastrand v2.1.1 |
328 | 2025-01-15T01:42:40.722Z | Downloaded dof v0.3.0 |
329 | 2025-01-15T01:42:40.724Z | Downloaded thiserror v1.0.69 |
330 | 2025-01-15T01:42:40.727Z | Downloaded bytecount v0.6.8 |
331 | 2025-01-15T01:42:40.730Z | Downloaded digest v0.10.7 |
332 | 2025-01-15T01:42:40.732Z | Downloaded scroll_derive v0.12.0 |
333 | 2025-01-15T01:42:40.732Z | Downloaded equivalent v1.0.1 |
334 | 2025-01-15T01:42:40.735Z | Downloaded strsim v0.11.1 |
335 | 2025-01-15T01:42:40.738Z | Downloaded thiserror-impl v1.0.69 |
336 | 2025-01-15T01:42:40.741Z | Downloaded fs-err v2.11.0 |
337 | 2025-01-15T01:42:40.743Z | Downloaded smawk v0.3.2 |
338 | 2025-01-15T01:42:40.755Z | Downloaded usdt-macro v0.5.0 |
339 | 2025-01-15T01:42:40.758Z | Downloaded swrite v0.1.0 |
340 | 2025-01-15T01:42:40.758Z | Downloaded macaddr v1.0.1 |
341 | 2025-01-15T01:42:40.760Z | Downloaded terminal_size v0.4.0 |
342 | 2025-01-15T01:42:40.760Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2025-01-15T01:42:40.763Z | Downloaded colorchoice v1.0.2 |
344 | 2025-01-15T01:42:40.763Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2025-01-15T01:42:40.766Z | Downloaded tempfile v3.13.0 |
346 | 2025-01-15T01:42:40.769Z | Downloaded serde_spanned v0.6.8 |
347 | 2025-01-15T01:42:40.769Z | Downloaded fnv v1.0.7 |
348 | 2025-01-15T01:42:40.771Z | Downloaded proc-macro-error v1.0.4 |
349 | 2025-01-15T01:42:40.774Z | Downloaded thread-id v4.2.2 |
350 | 2025-01-15T01:42:40.774Z | Downloaded tabled_derive v0.7.0 |
351 | 2025-01-15T01:42:40.777Z | Downloaded proc-macro2 v1.0.92 |
352 | 2025-01-15T01:42:40.780Z | Downloaded sha2 v0.10.8 |
353 | 2025-01-15T01:42:40.782Z | Downloaded toml_datetime v0.6.8 |
354 | 2025-01-15T01:42:40.783Z | Downloaded quote v1.0.38 |
355 | 2025-01-15T01:42:40.785Z | Downloaded semver v1.0.24 |
356 | 2025-01-15T01:42:40.788Z | Downloaded log v0.4.22 |
357 | 2025-01-15T01:42:40.791Z | Downloaded usdt v0.5.0 |
358 | 2025-01-15T01:42:40.794Z | Downloaded ucd-trie v0.1.7 |
359 | 2025-01-15T01:42:40.794Z | Downloaded cpufeatures v0.2.14 |
360 | 2025-01-15T01:42:40.794Z | Downloaded version_check v0.9.5 |
361 | 2025-01-15T01:42:40.797Z | Downloaded utf8parse v0.2.2 |
362 | 2025-01-15T01:42:40.797Z | Downloaded unicode-linebreak v0.1.5 |
363 | 2025-01-15T01:42:40.800Z | Downloaded ryu v1.0.18 |
364 | 2025-01-15T01:42:40.800Z | Downloaded pest_meta v2.7.14 |
365 | 2025-01-15T01:42:40.803Z | Downloaded papergrid v0.11.0 |
366 | 2025-01-15T01:42:40.806Z | Downloaded bitflags v2.6.0 |
367 | 2025-01-15T01:42:40.809Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2025-01-15T01:42:40.813Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-01-15T01:42:40.816Z | Downloaded unicode-ident v1.0.14 |
370 | 2025-01-15T01:42:40.820Z | Downloaded toml v0.8.19 |
371 | 2025-01-15T01:42:40.820Z | Downloaded typenum v1.17.0 |
372 | 2025-01-15T01:42:40.823Z | Downloaded scroll v0.12.0 |
373 | 2025-01-15T01:42:40.823Z | Downloaded textwrap v0.16.1 |
374 | 2025-01-15T01:42:40.826Z | Downloaded serde v1.0.217 |
375 | 2025-01-15T01:42:40.829Z | Downloaded serde_derive v1.0.217 |
376 | 2025-01-15T01:42:40.832Z | Downloaded clap v4.5.21 |
377 | 2025-01-15T01:42:40.839Z | Downloaded cargo_toml v0.20.5 |
378 | 2025-01-15T01:42:40.856Z | Downloaded toml_edit v0.22.22 |
379 | 2025-01-15T01:42:40.876Z | Downloaded hashbrown v0.15.1 |
380 | 2025-01-15T01:42:40.884Z | Downloaded serde_json v1.0.135 |
381 | 2025-01-15T01:42:40.897Z | Downloaded goblin v0.8.2 |
382 | 2025-01-15T01:42:40.905Z | Downloaded clap_builder v4.5.21 |
383 | 2025-01-15T01:42:40.911Z | Downloaded zerocopy v0.7.35 |
384 | 2025-01-15T01:42:40.925Z | Downloaded winnow v0.6.20 |
385 | 2025-01-15T01:42:40.933Z | Downloaded syn v1.0.109 |
386 | 2025-01-15T01:42:40.941Z | Downloaded tabled v0.15.0 |
387 | 2025-01-15T01:42:40.963Z | Downloaded unicode-width v0.1.14 |
388 | 2025-01-15T01:42:40.968Z | Downloaded syn v2.0.96 |
389 | 2025-01-15T01:42:40.978Z | Downloaded rustix v0.38.37 |
390 | 2025-01-15T01:42:41.020Z | Downloaded libc v0.2.162 |
391 | 2025-01-15T01:42:41.333Z | Compiling proc-macro2 v1.0.92 |
392 | 2025-01-15T01:42:41.333Z | Compiling unicode-ident v1.0.14 |
393 | 2025-01-15T01:42:41.333Z | Compiling version_check v0.9.5 |
394 | 2025-01-15T01:42:41.336Z | Compiling serde v1.0.217 |
395 | 2025-01-15T01:42:41.336Z | Compiling memchr v2.7.4 |
396 | 2025-01-15T01:42:41.336Z | Compiling thiserror v1.0.69 |
397 | 2025-01-15T01:42:41.336Z | Compiling libc v0.2.162 |
398 | 2025-01-15T01:42:41.336Z | Compiling ryu v1.0.18 |
399 | 2025-01-15T01:42:41.612Z | Compiling ucd-trie v0.1.7 |
400 | 2025-01-15T01:42:41.845Z | Compiling itoa v1.0.11 |
401 | 2025-01-15T01:42:42.134Z | Compiling once_cell v1.20.2 |
402 | 2025-01-15T01:42:42.137Z | Compiling byteorder v1.5.0 |
403 | 2025-01-15T01:42:42.157Z | Compiling rustix v0.38.37 |
404 | 2025-01-15T01:42:42.545Z | Compiling serde_json v1.0.135 |
405 | 2025-01-15T01:42:42.722Z | Compiling bitflags v2.6.0 |
406 | 2025-01-15T01:42:42.928Z | Compiling usdt-impl v0.5.0 |
407 | 2025-01-15T01:42:42.959Z | Compiling proc-macro-error-attr v1.0.4 |
408 | 2025-01-15T01:42:43.015Z | Compiling syn v1.0.109 |
409 | 2025-01-15T01:42:43.067Z | Compiling proc-macro-error v1.0.4 |
410 | 2025-01-15T01:42:43.134Z | Compiling log v0.4.22 |
411 | 2025-01-15T01:42:43.251Z | Compiling quote v1.0.38 |
412 | 2025-01-15T01:42:43.359Z | Compiling errno v0.3.9 |
413 | 2025-01-15T01:42:43.466Z | Compiling utf8parse v0.2.2 |
414 | 2025-01-15T01:42:43.491Z | Compiling hashbrown v0.15.1 |
415 | 2025-01-15T01:42:43.617Z | Compiling camino v1.1.9 |
416 | 2025-01-15T01:42:43.644Z | Compiling syn v2.0.96 |
417 | 2025-01-15T01:42:43.670Z | Compiling plain v0.2.3 |
418 | 2025-01-15T01:42:43.843Z | Compiling thread-id v4.2.2 |
419 | 2025-01-15T01:42:43.902Z | Compiling equivalent v1.0.1 |
420 | 2025-01-15T01:42:43.985Z | Compiling anstyle-parse v0.2.5 |
421 | 2025-01-15T01:42:44.293Z | Compiling anstyle-query v1.1.1 |
422 | 2025-01-15T01:42:44.320Z | Compiling autocfg v1.4.0 |
423 | 2025-01-15T01:42:44.461Z | Compiling indexmap v2.7.0 |
424 | 2025-01-15T01:42:44.532Z | Compiling unicode-width v0.1.14 |
425 | 2025-01-15T01:42:44.535Z | Compiling semver v1.0.24 |
426 | 2025-01-15T01:42:44.701Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2025-01-15T01:42:44.836Z | Compiling colorchoice v1.0.2 |
428 | 2025-01-15T01:42:45.012Z | Compiling anstyle v1.0.10 |
429 | 2025-01-15T01:42:45.036Z | Compiling pretty-hex v0.4.1 |
430 | 2025-01-15T01:42:45.062Z | Compiling winnow v0.6.20 |
431 | 2025-01-15T01:42:45.297Z | Compiling fs-err v2.11.0 |
432 | 2025-01-15T01:42:45.354Z | Compiling anstream v0.6.15 |
433 | 2025-01-15T01:42:45.573Z | Compiling terminal_size v0.4.0 |
434 | 2025-01-15T01:42:45.734Z | Compiling anyhow v1.0.93 |
435 | 2025-01-15T01:42:45.762Z | Compiling heck v0.5.0 |
436 | 2025-01-15T01:42:45.813Z | Compiling clap_lex v0.7.2 |
437 | 2025-01-15T01:42:45.988Z | Compiling fnv v1.0.7 |
438 | 2025-01-15T01:42:46.085Z | Compiling heck v0.4.1 |
439 | 2025-01-15T01:42:46.261Z | Compiling fastrand v2.1.1 |
440 | 2025-01-15T01:42:46.290Z | Compiling strsim v0.11.1 |
441 | 2025-01-15T01:42:46.317Z | Compiling cfg-if v1.0.0 |
442 | 2025-01-15T01:42:46.429Z | Compiling bytecount v0.6.8 |
443 | 2025-01-15T01:42:46.701Z | Compiling clap_builder v4.5.21 |
444 | 2025-01-15T01:42:46.778Z | Compiling tempfile v3.13.0 |
445 | 2025-01-15T01:42:46.874Z | Compiling papergrid v0.11.0 |
446 | 2025-01-15T01:42:47.068Z | Compiling memmap v0.7.0 |
447 | 2025-01-15T01:42:47.321Z | Compiling unicode-linebreak v0.1.5 |
448 | 2025-01-15T01:42:47.406Z | Compiling smawk v0.3.2 |
449 | 2025-01-15T01:42:47.816Z | Compiling textwrap v0.16.1 |
450 | 2025-01-15T01:42:48.180Z | Compiling swrite v0.1.0 |
451 | 2025-01-15T01:42:48.871Z | Compiling tabled_derive v0.7.0 |
452 | 2025-01-15T01:42:50.239Z | Compiling tabled v0.15.0 |
453 | 2025-01-15T01:42:50.587Z | Compiling serde_derive v1.0.217 |
454 | 2025-01-15T01:42:50.587Z | Compiling thiserror-impl v1.0.69 |
455 | 2025-01-15T01:42:50.708Z | Compiling zerocopy-derive v0.7.35 |
456 | 2025-01-15T01:42:50.733Z | Compiling scroll_derive v0.12.0 |
457 | 2025-01-15T01:42:50.842Z | Compiling clap_derive v4.5.18 |
458 | 2025-01-15T01:42:52.165Z | Compiling scroll v0.12.0 |
459 | 2025-01-15T01:42:52.581Z | Compiling goblin v0.8.2 |
460 | 2025-01-15T01:42:52.792Z | Compiling zerocopy v0.7.35 |
461 | 2025-01-15T01:42:53.072Z | Compiling pest v2.7.14 |
462 | 2025-01-15T01:42:54.168Z | Compiling clap v4.5.21 |
463 | 2025-01-15T01:42:55.371Z | Compiling pest_meta v2.7.14 |
464 | 2025-01-15T01:42:56.241Z | Compiling pest_generator v2.7.14 |
465 | 2025-01-15T01:42:57.540Z | Compiling pest_derive v2.7.14 |
466 | 2025-01-15T01:42:58.268Z | Compiling dtrace-parser v0.2.0 |
467 | 2025-01-15T01:42:59.310Z | Compiling serde_tokenstream v0.2.2 |
468 | 2025-01-15T01:42:59.382Z | Compiling toml_datetime v0.6.8 |
469 | 2025-01-15T01:42:59.382Z | Compiling serde_spanned v0.6.8 |
470 | 2025-01-15T01:42:59.503Z | Compiling cargo-platform v0.1.8 |
471 | 2025-01-15T01:42:59.703Z | Compiling toml_edit v0.22.22 |
472 | 2025-01-15T01:42:59.837Z | Compiling macaddr v1.0.1 |
473 | 2025-01-15T01:42:59.939Z | Compiling camino-tempfile v1.1.1 |
474 | 2025-01-15T01:43:00.721Z | Compiling dof v0.3.0 |
475 | 2025-01-15T01:43:00.721Z | Compiling cargo_metadata v0.18.1 |
476 | 2025-01-15T01:43:02.117Z | Compiling usdt-macro v0.5.0 |
477 | 2025-01-15T01:43:02.119Z | Compiling usdt-attr-macro v0.5.0 |
478 | 2025-01-15T01:43:02.499Z | Compiling toml v0.8.19 |
479 | 2025-01-15T01:43:03.276Z | Compiling usdt v0.5.0 |
480 | 2025-01-15T01:43:03.301Z | Compiling cargo_toml v0.20.5 |
481 | 2025-01-15T01:43:06.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
482 | 2025-01-15T01:43:09.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.92s |
483 | 2025-01-15T01:43:09.443Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
484 | 2025-01-15T01:43:09.964Z | Downloading crates ... |
485 | 2025-01-15T01:43:10.096Z | Downloaded aead v0.5.2 |
486 | 2025-01-15T01:43:10.103Z | Downloaded array-init v0.0.4 |
487 | 2025-01-15T01:43:10.124Z | Downloaded ciborium-io v0.2.2 |
488 | 2025-01-15T01:43:10.131Z | Downloaded crunchy v0.2.2 |
489 | 2025-01-15T01:43:10.139Z | Downloaded highway v1.2.0 |
490 | 2025-01-15T01:43:10.144Z | Downloaded cexpr v0.6.0 |
491 | 2025-01-15T01:43:10.147Z | Downloaded impl-trait-for-tuples v0.2.2 |
492 | 2025-01-15T01:43:10.151Z | Downloaded bcrypt-pbkdf v0.10.0 |
493 | 2025-01-15T01:43:10.154Z | Downloaded assert_matches v1.5.0 |
494 | 2025-01-15T01:43:10.154Z | Downloaded buf-list v1.0.3 |
495 | 2025-01-15T01:43:10.156Z | Downloaded ctr v0.9.2 |
496 | 2025-01-15T01:43:10.159Z | Downloaded atomic-waker v1.1.2 |
497 | 2025-01-15T01:43:10.162Z | Downloaded icu_normalizer v1.5.0 |
498 | 2025-01-15T01:43:10.164Z | Downloaded cmake v0.1.51 |
499 | 2025-01-15T01:43:10.167Z | Downloaded matches v0.1.10 |
500 | 2025-01-15T01:43:10.169Z | Downloaded blowfish v0.9.1 |
501 | 2025-01-15T01:43:10.169Z | Downloaded bitflags v1.3.2 |
502 | 2025-01-15T01:43:10.173Z | Downloaded ciborium-ll v0.2.2 |
503 | 2025-01-15T01:43:10.176Z | Downloaded backoff v0.4.0 |
504 | 2025-01-15T01:43:10.179Z | Downloaded crc32fast v1.4.2 |
505 | 2025-01-15T01:43:10.181Z | Downloaded httpdate v1.0.3 |
506 | 2025-01-15T01:43:10.181Z | Downloaded bitfield v0.14.0 |
507 | 2025-01-15T01:43:10.184Z | Downloaded mirai-annotations v1.12.0 |
508 | 2025-01-15T01:43:10.186Z | Downloaded hostname v0.3.1 |
509 | 2025-01-15T01:43:10.186Z | Downloaded atty v0.2.14 |
510 | 2025-01-15T01:43:10.190Z | Downloaded console v0.15.8 |
511 | 2025-01-15T01:43:10.193Z | Downloaded md-5 v0.10.6 |
512 | 2025-01-15T01:43:10.196Z | Downloaded hyper-tls v0.6.0 |
513 | 2025-01-15T01:43:10.196Z | Downloaded hyper-rustls v0.27.3 |
514 | 2025-01-15T01:43:10.198Z | Downloaded match_cfg v0.1.0 |
515 | 2025-01-15T01:43:10.201Z | Downloaded maybe-uninit v2.0.0 |
516 | 2025-01-15T01:43:10.203Z | Downloaded kstat-rs v0.2.4 |
517 | 2025-01-15T01:43:10.204Z | Downloaded hubpack v0.1.2 |
518 | 2025-01-15T01:43:10.206Z | Downloaded arrayref v0.3.9 |
519 | 2025-01-15T01:43:10.206Z | Downloaded icu_provider_macros v1.5.0 |
520 | 2025-01-15T01:43:10.210Z | Downloaded colored v2.1.0 |
521 | 2025-01-15T01:43:10.212Z | Downloaded md5 v0.7.0 |
522 | 2025-01-15T01:43:10.212Z | Downloaded ident_case v1.0.1 |
523 | 2025-01-15T01:43:10.215Z | Downloaded miniz_oxide v0.8.0 |
524 | 2025-01-15T01:43:10.218Z | Downloaded ipnet v2.10.1 |
525 | 2025-01-15T01:43:10.220Z | Downloaded crossbeam-deque v0.8.5 |
526 | 2025-01-15T01:43:10.220Z | Downloaded inout v0.1.3 |
527 | 2025-01-15T01:43:10.222Z | Downloaded bcs v0.1.6 |
528 | 2025-01-15T01:43:10.225Z | Downloaded lru v0.12.5 |
529 | 2025-01-15T01:43:10.227Z | Downloaded http-range v0.1.5 |
530 | 2025-01-15T01:43:10.227Z | Downloaded lazy_static v1.5.0 |
531 | 2025-01-15T01:43:10.230Z | Downloaded is-terminal v0.4.13 |
532 | 2025-01-15T01:43:10.232Z | Downloaded instability v0.3.2 |
533 | 2025-01-15T01:43:10.232Z | Downloaded mime v0.3.17 |
534 | 2025-01-15T01:43:10.234Z | Downloaded r2d2 v0.8.10 |
535 | 2025-01-15T01:43:10.238Z | Downloaded memoffset v0.9.1 |
536 | 2025-01-15T01:43:10.241Z | Downloaded lalrpop-util v0.19.12 |
537 | 2025-01-15T01:43:10.241Z | Downloaded idna_adapter v1.2.0 |
538 | 2025-01-15T01:43:10.241Z | Downloaded indoc v1.0.9 |
539 | 2025-01-15T01:43:11.248Z | Downloaded hostname v0.4.0 |
540 | 2025-01-15T01:43:11.251Z | Downloaded convert_case v0.4.0 |
541 | 2025-01-15T01:43:11.251Z | Downloaded crypto-bigint v0.5.5 |
542 | 2025-01-15T01:43:11.251Z | Downloaded progenitor-macro v0.9.1 |
543 | 2025-01-15T01:43:11.251Z | Downloaded crc v3.2.1 |
544 | 2025-01-15T01:43:11.251Z | Downloaded litemap v0.7.3 |
545 | 2025-01-15T01:43:11.251Z | Downloaded hickory-server v0.24.1 |
546 | 2025-01-15T01:43:11.251Z | Downloaded progenitor-client v0.8.0 |
547 | 2025-01-15T01:43:11.251Z | Downloaded managed v0.8.0 |
548 | 2025-01-15T01:43:11.251Z | Downloaded indent_write v2.2.0 |
549 | 2025-01-15T01:43:11.251Z | Downloaded headers-core v0.3.0 |
550 | 2025-01-15T01:43:11.252Z | Downloaded darling v0.20.10 |
551 | 2025-01-15T01:43:11.252Z | Downloaded lock_api v0.4.12 |
552 | 2025-01-15T01:43:11.252Z | Downloaded jobserver v0.1.32 |
553 | 2025-01-15T01:43:11.252Z | Downloaded internet-checksum v0.2.1 |
554 | 2025-01-15T01:43:11.252Z | Downloaded rustfmt-wrapper v0.2.1 |
555 | 2025-01-15T01:43:11.252Z | Downloaded csv-core v0.1.11 |
556 | 2025-01-15T01:43:11.252Z | Downloaded idna v0.4.0 |
557 | 2025-01-15T01:43:11.252Z | Downloaded icu_collections v1.5.0 |
558 | 2025-01-15T01:43:11.252Z | Downloaded constant_time_eq v0.3.1 |
559 | 2025-01-15T01:43:11.252Z | Downloaded thiserror-impl v2.0.11 |
560 | 2025-01-15T01:43:11.252Z | Downloaded cbc v0.1.2 |
561 | 2025-01-15T01:43:11.252Z | Downloaded hickory-resolver v0.24.1 |
562 | 2025-01-15T01:43:11.252Z | Downloaded const_format_proc_macros v0.2.33 |
563 | 2025-01-15T01:43:11.252Z | Downloaded ahash v0.8.11 |
564 | 2025-01-15T01:43:11.252Z | Downloaded waitgroup v0.1.2 |
565 | 2025-01-15T01:43:11.252Z | Downloaded tokio-tungstenite v0.21.0 |
566 | 2025-01-15T01:43:11.252Z | Downloaded crc-any v2.5.0 |
567 | 2025-01-15T01:43:11.252Z | Downloaded shell-words v1.1.0 |
568 | 2025-01-15T01:43:11.252Z | Downloaded libsw v3.3.1 |
569 | 2025-01-15T01:43:11.252Z | Downloaded walkdir v2.5.0 |
570 | 2025-01-15T01:43:11.252Z | Downloaded same-file v1.0.6 |
571 | 2025-01-15T01:43:11.252Z | Downloaded iana-time-zone v0.1.61 |
572 | 2025-01-15T01:43:11.252Z | Downloaded hyper v1.5.0 |
573 | 2025-01-15T01:43:11.252Z | Downloaded test-strategy v0.3.1 |
574 | 2025-01-15T01:43:11.252Z | Downloaded yoke-derive v0.7.4 |
575 | 2025-01-15T01:43:11.252Z | Downloaded is_ci v1.2.0 |
576 | 2025-01-15T01:43:11.252Z | Downloaded shlex v1.3.0 |
577 | 2025-01-15T01:43:11.252Z | Downloaded salsa20 v0.10.2 |
578 | 2025-01-15T01:43:11.252Z | Downloaded foreign-types-shared v0.3.1 |
579 | 2025-01-15T01:43:11.252Z | Downloaded smallvec v1.13.2 |
580 | 2025-01-15T01:43:11.252Z | Downloaded defmt-parser v0.3.4 |
581 | 2025-01-15T01:43:11.252Z | Downloaded cipher v0.4.4 |
582 | 2025-01-15T01:43:11.252Z | Downloaded cc v1.1.30 |
583 | 2025-01-15T01:43:11.252Z | Downloaded argon2 v0.5.3 |
584 | 2025-01-15T01:43:11.252Z | Downloaded rustls-pemfile v2.2.0 |
585 | 2025-01-15T01:43:11.252Z | Downloaded http-body-util v0.1.2 |
586 | 2025-01-15T01:43:11.252Z | Downloaded cfg_aliases v0.1.1 |
587 | 2025-01-15T01:43:11.252Z | Downloaded fxhash v0.2.1 |
588 | 2025-01-15T01:43:11.252Z | Downloaded linked-hash-map v0.5.6 |
589 | 2025-01-15T01:43:11.252Z | Downloaded blake2 v0.10.6 |
590 | 2025-01-15T01:43:11.253Z | Downloaded downcast v0.11.0 |
591 | 2025-01-15T01:43:11.253Z | Downloaded strum_macros v0.24.3 |
592 | 2025-01-15T01:43:11.253Z | Downloaded yoke v0.7.4 |
593 | 2025-01-15T01:43:11.253Z | Downloaded block-padding v0.3.3 |
594 | 2025-01-15T01:43:11.253Z | Downloaded strum_macros v0.26.4 |
595 | 2025-01-15T01:43:11.253Z | Downloaded stable_deref_trait v1.2.0 |
596 | 2025-01-15T01:43:11.253Z | Downloaded rcgen v0.12.1 |
597 | 2025-01-15T01:43:11.253Z | Downloaded libxml v0.3.3 |
598 | 2025-01-15T01:43:11.253Z | Downloaded newtype_derive v0.1.6 |
599 | 2025-01-15T01:43:11.253Z | Downloaded compact_str v0.8.0 |
600 | 2025-01-15T01:43:11.253Z | Downloaded icu_locid_transform v1.5.0 |
601 | 2025-01-15T01:43:11.253Z | Downloaded hickory-client v0.24.1 |
602 | 2025-01-15T01:43:11.253Z | Downloaded async-stream-impl v0.3.6 |
603 | 2025-01-15T01:43:11.253Z | Downloaded chacha20poly1305 v0.10.1 |
604 | 2025-01-15T01:43:11.253Z | Downloaded http-body v1.0.1 |
605 | 2025-01-15T01:43:11.253Z | Downloaded der_derive v0.7.3 |
606 | 2025-01-15T01:43:11.253Z | Downloaded quick-error v1.2.3 |
607 | 2025-01-15T01:43:11.253Z | Downloaded rayon-core v1.12.1 |
608 | 2025-01-15T01:43:11.253Z | Downloaded nibble_vec v0.1.0 |
609 | 2025-01-15T01:43:11.253Z | Downloaded rand_core v0.6.4 |
610 | 2025-01-15T01:43:11.253Z | Downloaded cobs v0.2.3 |
611 | 2025-01-15T01:43:11.253Z | Downloaded fd-lock v4.0.2 |
612 | 2025-01-15T01:43:11.253Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2025-01-15T01:43:11.253Z | Downloaded instant v0.1.13 |
614 | 2025-01-15T01:43:11.253Z | Downloaded futures-sink v0.3.31 |
615 | 2025-01-15T01:43:11.253Z | Downloaded uzers v0.12.1 |
616 | 2025-01-15T01:43:11.253Z | Downloaded const_format v0.2.33 |
617 | 2025-01-15T01:43:11.253Z | Downloaded zone v0.3.0 |
618 | 2025-01-15T01:43:11.253Z | Downloaded crossbeam-channel v0.5.13 |
619 | 2025-01-15T01:43:11.253Z | Downloaded futures-task v0.3.31 |
620 | 2025-01-15T01:43:11.253Z | Downloaded mockall v0.13.0 |
621 | 2025-01-15T01:43:11.253Z | Downloaded lru-cache v0.1.2 |
622 | 2025-01-15T01:43:11.253Z | Downloaded siphasher v0.3.11 |
623 | 2025-01-15T01:43:11.253Z | Downloaded async-stream v0.3.6 |
624 | 2025-01-15T01:43:11.253Z | Downloaded async-recursion v1.1.1 |
625 | 2025-01-15T01:43:11.253Z | Downloaded snafu-derive v0.8.5 |
626 | 2025-01-15T01:43:11.253Z | Downloaded icu_locid_transform_data v1.5.0 |
627 | 2025-01-15T01:43:11.253Z | Downloaded parse-size v1.1.0 |
628 | 2025-01-15T01:43:11.254Z | Downloaded defmt v0.3.8 |
629 | 2025-01-15T01:43:11.254Z | Downloaded bzip2 v0.4.4 |
630 | 2025-01-15T01:43:11.254Z | Downloaded strum_macros v0.25.3 |
631 | 2025-01-15T01:43:11.254Z | Downloaded arc-swap v1.7.1 |
632 | 2025-01-15T01:43:11.254Z | Downloaded rustc_version v0.1.7 |
633 | 2025-01-15T01:43:11.254Z | Downloaded proc-macro-crate v1.3.1 |
634 | 2025-01-15T01:43:11.254Z | Downloaded env_logger v0.11.5 |
635 | 2025-01-15T01:43:11.254Z | Downloaded aho-corasick v1.1.3 |
636 | 2025-01-15T01:43:11.254Z | Downloaded parse-display-derive v0.10.0 |
637 | 2025-01-15T01:43:11.254Z | Downloaded home v0.5.9 |
638 | 2025-01-15T01:43:11.254Z | Downloaded ciborium v0.2.2 |
639 | 2025-01-15T01:43:11.254Z | Downloaded rustc-hash v1.1.0 |
640 | 2025-01-15T01:43:11.258Z | Downloaded serde_repr v0.1.19 |
641 | 2025-01-15T01:43:11.258Z | Downloaded darling_macro v0.20.10 |
642 | 2025-01-15T01:43:11.258Z | Downloaded async-bb8-diesel v0.2.1 |
643 | 2025-01-15T01:43:11.258Z | Downloaded signal-hook-mio v0.2.4 |
644 | 2025-01-15T01:43:11.258Z | Downloaded diesel_table_macro_syntax v0.2.0 |
645 | 2025-01-15T01:43:11.258Z | Downloaded crossterm v0.28.1 |
646 | 2025-01-15T01:43:11.258Z | Downloaded ff v0.13.0 |
647 | 2025-01-15T01:43:11.258Z | Downloaded const-oid v0.9.6 |
648 | 2025-01-15T01:43:11.258Z | Downloaded mockall_derive v0.13.0 |
649 | 2025-01-15T01:43:11.258Z | Downloaded untrusted v0.7.1 |
650 | 2025-01-15T01:43:11.258Z | Downloaded spki v0.7.3 |
651 | 2025-01-15T01:43:11.258Z | Downloaded slog-bunyan v2.5.0 |
652 | 2025-01-15T01:43:11.258Z | Downloaded unicode-segmentation v1.12.0 |
653 | 2025-01-15T01:43:11.258Z | Downloaded structmeta-derive v0.3.0 |
654 | 2025-01-15T01:43:11.258Z | Downloaded crossbeam-epoch v0.9.18 |
655 | 2025-01-15T01:43:11.258Z | Downloaded typify v0.3.0 |
656 | 2025-01-15T01:43:11.258Z | Downloaded tungstenite v0.21.0 |
657 | 2025-01-15T01:43:11.258Z | Downloaded try-lock v0.2.5 |
658 | 2025-01-15T01:43:11.258Z | Downloaded memmap2 v0.9.5 |
659 | 2025-01-15T01:43:11.258Z | Downloaded untrusted v0.9.0 |
660 | 2025-01-15T01:43:11.258Z | Downloaded tokio-tungstenite v0.24.0 |
661 | 2025-01-15T01:43:11.258Z | Downloaded parking_lot_core v0.9.10 |
662 | 2025-01-15T01:43:11.258Z | Downloaded phf_shared v0.10.0 |
663 | 2025-01-15T01:43:11.258Z | Downloaded num_threads v0.1.7 |
664 | 2025-01-15T01:43:11.258Z | Downloaded either v1.13.0 |
665 | 2025-01-15T01:43:11.258Z | Downloaded libloading v0.8.5 |
666 | 2025-01-15T01:43:11.258Z | Downloaded slog-dtrace v0.3.0 |
667 | 2025-01-15T01:43:11.258Z | Downloaded base64 v0.13.1 |
668 | 2025-01-15T01:43:11.258Z | Downloaded poly1305 v0.8.0 |
669 | 2025-01-15T01:43:11.258Z | Downloaded slab v0.4.9 |
670 | 2025-01-15T01:43:11.258Z | Downloaded hubpack_derive v0.1.1 |
671 | 2025-01-15T01:43:11.259Z | Downloaded crossbeam-utils v0.8.20 |
672 | 2025-01-15T01:43:11.259Z | Downloaded foldhash v0.1.3 |
673 | 2025-01-15T01:43:11.259Z | Downloaded displaydoc v0.2.5 |
674 | 2025-01-15T01:43:11.259Z | Downloaded wyz v0.5.1 |
675 | 2025-01-15T01:43:11.259Z | Downloaded nanorand v0.7.0 |
676 | 2025-01-15T01:43:11.259Z | Downloaded progenitor-client v0.9.1 |
677 | 2025-01-15T01:43:11.259Z | Downloaded crucible-workspace-hack v0.1.0 |
678 | 2025-01-15T01:43:11.259Z | Downloaded clang-sys v1.8.1 |
679 | 2025-01-15T01:43:11.259Z | Downloaded icu_properties v1.5.1 |
680 | 2025-01-15T01:43:11.259Z | Downloaded fragile v2.0.0 |
681 | 2025-01-15T01:43:11.259Z | Downloaded hyper-staticfile v0.10.1 |
682 | 2025-01-15T01:43:11.259Z | Downloaded multimap v0.10.0 |
683 | 2025-01-15T01:43:11.259Z | Downloaded futures-io v0.3.31 |
684 | 2025-01-15T01:43:11.259Z | Downloaded powerfmt v0.2.0 |
685 | 2025-01-15T01:43:11.259Z | Downloaded flagset v0.4.6 |
686 | 2025-01-15T01:43:11.259Z | Downloaded utf-8 v0.7.6 |
687 | 2025-01-15T01:43:11.259Z | Downloaded sqlformat v0.2.6 |
688 | 2025-01-15T01:43:11.259Z | Downloaded parking_lot_core v0.8.6 |
689 | 2025-01-15T01:43:11.259Z | Downloaded tinystr v0.7.6 |
690 | 2025-01-15T01:43:11.259Z | Downloaded take_mut v0.2.2 |
691 | 2025-01-15T01:43:11.259Z | Downloaded ed25519 v2.2.3 |
692 | 2025-01-15T01:43:11.259Z | Downloaded castaway v0.2.3 |
693 | 2025-01-15T01:43:11.259Z | Downloaded tokio-postgres v0.7.12 |
694 | 2025-01-15T01:43:11.259Z | Downloaded futures-executor v0.3.31 |
695 | 2025-01-15T01:43:11.259Z | Downloaded hex-literal v0.4.1 |
696 | 2025-01-15T01:43:11.259Z | Downloaded typify v0.2.0 |
697 | 2025-01-15T01:43:11.259Z | Downloaded toolchain_find v0.4.0 |
698 | 2025-01-15T01:43:11.259Z | Downloaded tinyvec v1.8.0 |
699 | 2025-01-15T01:43:11.259Z | Downloaded indicatif v0.17.9 |
700 | 2025-01-15T01:43:11.259Z | Downloaded sha1 v0.10.6 |
701 | 2025-01-15T01:43:11.259Z | Downloaded num-complex v0.4.6 |
702 | 2025-01-15T01:43:11.259Z | Downloaded native-tls v0.2.12 |
703 | 2025-01-15T01:43:11.259Z | Downloaded pin-project v1.1.6 |
704 | 2025-01-15T01:43:11.259Z | Downloaded static_assertions v1.1.0 |
705 | 2025-01-15T01:43:11.259Z | Downloaded tower-service v0.3.3 |
706 | 2025-01-15T01:43:11.259Z | Downloaded strum v0.26.3 |
707 | 2025-01-15T01:43:11.259Z | Downloaded base64ct v1.6.0 |
708 | 2025-01-15T01:43:11.259Z | Downloaded rustyline v14.0.0 |
709 | 2025-01-15T01:43:11.260Z | Downloaded tabwriter v1.4.0 |
710 | 2025-01-15T01:43:11.260Z | Downloaded chacha20 v0.9.1 |
711 | 2025-01-15T01:43:11.260Z | Downloaded radium v0.7.0 |
712 | 2025-01-15T01:43:11.260Z | Downloaded fallible-streaming-iterator v0.1.9 |
713 | 2025-01-15T01:43:11.260Z | Downloaded embedded-io v0.6.1 |
714 | 2025-01-15T01:43:11.260Z | Downloaded ssh-encoding v0.2.0 |
715 | 2025-01-15T01:43:11.260Z | Downloaded des v0.8.1 |
716 | 2025-01-15T01:43:11.260Z | Downloaded progenitor-impl v0.9.1 |
717 | 2025-01-15T01:43:11.260Z | Downloaded termcolor v1.4.1 |
718 | 2025-01-15T01:43:11.260Z | Downloaded ssh-cipher v0.2.0 |
719 | 2025-01-15T01:43:11.260Z | Downloaded writeable v0.5.5 |
720 | 2025-01-15T01:43:11.260Z | Downloaded openssl-sys v0.9.103 |
721 | 2025-01-15T01:43:11.260Z | Downloaded percent-encoding v2.3.1 |
722 | 2025-01-15T01:43:11.260Z | Downloaded num v0.4.3 |
723 | 2025-01-15T01:43:11.260Z | Downloaded ena v0.14.3 |
724 | 2025-01-15T01:43:11.260Z | Downloaded difflib v0.4.0 |
725 | 2025-01-15T01:43:11.260Z | Downloaded tap v1.0.1 |
726 | 2025-01-15T01:43:11.260Z | Downloaded progenitor v0.9.1 |
727 | 2025-01-15T01:43:11.260Z | Downloaded num-iter v0.1.45 |
728 | 2025-01-15T01:43:11.260Z | Downloaded chrono v0.4.38 |
729 | 2025-01-15T01:43:11.260Z | Downloaded signal-hook-tokio v0.3.1 |
730 | 2025-01-15T01:43:11.260Z | Downloaded zone_cfg_derive v0.1.2 |
731 | 2025-01-15T01:43:11.260Z | Downloaded fixedbitset v0.4.2 |
732 | 2025-01-15T01:43:11.260Z | Downloaded slog-stdlog v4.1.1 |
733 | 2025-01-15T01:43:11.260Z | Downloaded precomputed-hash v0.1.1 |
734 | 2025-01-15T01:43:11.260Z | Downloaded allocator-api2 v0.2.18 |
735 | 2025-01-15T01:43:11.260Z | Downloaded getrandom v0.2.15 |
736 | 2025-01-15T01:43:11.260Z | Downloaded psl-types v2.0.11 |
737 | 2025-01-15T01:43:11.260Z | Downloaded bumpalo v3.16.0 |
738 | 2025-01-15T01:43:11.260Z | Downloaded base64 v0.21.7 |
739 | 2025-01-15T01:43:11.260Z | Downloaded packed_struct v0.10.1 |
740 | 2025-01-15T01:43:11.264Z | Downloaded newtype-uuid v1.1.3 |
741 | 2025-01-15T01:43:11.264Z | Downloaded password-hash v0.5.0 |
742 | 2025-01-15T01:43:11.264Z | Downloaded num-rational v0.4.2 |
743 | 2025-01-15T01:43:11.264Z | Downloaded zone v0.1.8 |
744 | 2025-01-15T01:43:11.264Z | Downloaded number_prefix v0.4.0 |
745 | 2025-01-15T01:43:11.264Z | Downloaded elliptic-curve v0.13.8 |
746 | 2025-01-15T01:43:11.264Z | Downloaded derive_builder_macro v0.20.2 |
747 | 2025-01-15T01:43:11.264Z | Downloaded tokio-native-tls v0.3.1 |
748 | 2025-01-15T01:43:11.264Z | Downloaded signature v2.2.0 |
749 | 2025-01-15T01:43:11.264Z | Downloaded derive_builder_core v0.20.2 |
750 | 2025-01-15T01:43:11.264Z | Downloaded slog-envlogger v2.2.0 |
751 | 2025-01-15T01:43:11.264Z | Downloaded serde-big-array v0.5.1 |
752 | 2025-01-15T01:43:11.264Z | Downloaded vsss-rs v3.3.4 |
753 | 2025-01-15T01:43:11.264Z | Downloaded tokio-macros v2.4.0 |
754 | 2025-01-15T01:43:11.264Z | Downloaded diesel_derives v2.2.3 |
755 | 2025-01-15T01:43:11.264Z | Downloaded write16 v1.0.0 |
756 | 2025-01-15T01:43:11.264Z | Downloaded defmt-macros v0.3.9 |
757 | 2025-01-15T01:43:11.264Z | Downloaded rand_xorshift v0.3.0 |
758 | 2025-01-15T01:43:11.264Z | Downloaded thread_local v1.1.8 |
759 | 2025-01-15T01:43:11.264Z | Downloaded diesel-dtrace v0.4.2 |
760 | 2025-01-15T01:43:11.264Z | Downloaded predicates-tree v1.0.11 |
761 | 2025-01-15T01:43:11.264Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2025-01-15T01:43:11.264Z | Downloaded thiserror v2.0.11 |
763 | 2025-01-15T01:43:11.264Z | Downloaded url v2.5.3 |
764 | 2025-01-15T01:43:11.264Z | Downloaded tracing-attributes v0.1.27 |
765 | 2025-01-15T01:43:11.264Z | Downloaded rustversion v1.0.17 |
766 | 2025-01-15T01:43:11.264Z | Downloaded password-hash v0.4.2 |
767 | 2025-01-15T01:43:11.264Z | Downloaded serde_yaml v0.9.34+deprecated |
768 | 2025-01-15T01:43:11.264Z | Downloaded thiserror-no-std v2.0.2 |
769 | 2025-01-15T01:43:11.264Z | Downloaded rustc-hash v2.0.0 |
770 | 2025-01-15T01:43:11.264Z | Downloaded float-cmp v0.9.0 |
771 | 2025-01-15T01:43:11.264Z | Downloaded heck v0.3.3 |
772 | 2025-01-15T01:43:11.264Z | Downloaded zerocopy v0.6.6 |
773 | 2025-01-15T01:43:11.264Z | Downloaded funty v2.0.0 |
774 | 2025-01-15T01:43:11.264Z | Downloaded diff v0.1.13 |
775 | 2025-01-15T01:43:11.264Z | Downloaded tokio-rustls v0.24.1 |
776 | 2025-01-15T01:43:11.264Z | Downloaded zip v0.6.6 |
777 | 2025-01-15T01:43:11.264Z | Downloaded sync_wrapper v1.0.1 |
778 | 2025-01-15T01:43:11.264Z | Downloaded foreign-types v0.3.2 |
779 | 2025-01-15T01:43:11.265Z | Downloaded smf v0.2.3 |
780 | 2025-01-15T01:43:11.265Z | Downloaded secrecy v0.8.0 |
781 | 2025-01-15T01:43:11.265Z | Downloaded primeorder v0.13.6 |
782 | 2025-01-15T01:43:11.265Z | Downloaded debug-ignore v1.0.5 |
783 | 2025-01-15T01:43:11.265Z | Downloaded unicode-xid v0.2.6 |
784 | 2025-01-15T01:43:11.265Z | Downloaded parse-display v0.10.0 |
785 | 2025-01-15T01:43:11.265Z | Downloaded typed-path v0.9.3 |
786 | 2025-01-15T01:43:11.265Z | Downloaded topological-sort v0.2.2 |
787 | 2025-01-15T01:43:11.265Z | Downloaded resolv-conf v0.7.0 |
788 | 2025-01-15T01:43:11.265Z | Downloaded progenitor v0.8.0 |
789 | 2025-01-15T01:43:11.265Z | Downloaded hickory-proto v0.24.1 |
790 | 2025-01-15T01:43:11.265Z | Downloaded sync-ptr v0.1.1 |
791 | 2025-01-15T01:43:11.265Z | Downloaded pem-rfc7468 v0.7.0 |
792 | 2025-01-15T01:43:11.265Z | Downloaded tough v0.19.0 |
793 | 2025-01-15T01:43:11.265Z | Downloaded derive-where v1.2.7 |
794 | 2025-01-15T01:43:11.265Z | Downloaded slog-scope v4.4.0 |
795 | 2025-01-15T01:43:11.265Z | Downloaded itertools v0.12.1 |
796 | 2025-01-15T01:43:11.265Z | Downloaded sqlparser_derive v0.2.2 |
797 | 2025-01-15T01:43:11.265Z | Downloaded tar v0.4.42 |
798 | 2025-01-15T01:43:11.265Z | Downloaded synstructure v0.13.1 |
799 | 2025-01-15T01:43:11.265Z | Downloaded rtoolbox v0.0.2 |
800 | 2025-01-15T01:43:11.265Z | Downloaded num-integer v0.1.46 |
801 | 2025-01-15T01:43:11.265Z | Downloaded tracing v0.1.40 |
802 | 2025-01-15T01:43:11.265Z | Downloaded pem v3.0.4 |
803 | 2025-01-15T01:43:11.265Z | Downloaded dsl_auto_type v0.1.2 |
804 | 2025-01-15T01:43:11.265Z | Downloaded peg-runtime v0.8.3 |
805 | 2025-01-15T01:43:11.265Z | Downloaded peg v0.8.4 |
806 | 2025-01-15T01:43:11.265Z | Downloaded pbkdf2 v0.12.2 |
807 | 2025-01-15T01:43:11.265Z | Downloaded unsafe-libyaml v0.2.11 |
808 | 2025-01-15T01:43:11.265Z | Downloaded num-conv v0.1.0 |
809 | 2025-01-15T01:43:11.265Z | Downloaded float-ord v0.3.2 |
810 | 2025-01-15T01:43:11.265Z | Downloaded nu-ansi-term v0.50.1 |
811 | 2025-01-15T01:43:11.265Z | Downloaded semver v0.1.20 |
812 | 2025-01-15T01:43:11.265Z | Downloaded sec1 v0.7.3 |
813 | 2025-01-15T01:43:11.265Z | Downloaded deranged v0.3.11 |
814 | 2025-01-15T01:43:11.265Z | Downloaded num_enum_derive v0.5.11 |
815 | 2025-01-15T01:43:11.265Z | Downloaded group v0.13.0 |
816 | 2025-01-15T01:43:11.265Z | Downloaded rfc6979 v0.4.0 |
817 | 2025-01-15T01:43:11.265Z | Downloaded serde_with_macros v3.11.0 |
818 | 2025-01-15T01:43:11.266Z | Downloaded half v2.4.1 |
819 | 2025-01-15T01:43:11.266Z | Downloaded foreign-types-shared v0.1.1 |
820 | 2025-01-15T01:43:11.266Z | Downloaded serde_derive_internals v0.29.1 |
821 | 2025-01-15T01:43:11.266Z | Downloaded rsa v0.9.6 |
822 | 2025-01-15T01:43:11.266Z | Downloaded which v4.4.2 |
823 | 2025-01-15T01:43:11.266Z | Downloaded ron v0.8.1 |
824 | 2025-01-15T01:43:11.266Z | Downloaded xattr v1.3.1 |
825 | 2025-01-15T01:43:11.266Z | Downloaded phf v0.11.2 |
826 | 2025-01-15T01:43:11.266Z | Downloaded heapless v0.8.0 |
827 | 2025-01-15T01:43:11.266Z | Downloaded peg-macros v0.8.4 |
828 | 2025-01-15T01:43:11.266Z | Downloaded num-derive v0.4.2 |
829 | 2025-01-15T01:43:11.266Z | Downloaded foreign-types v0.5.0 |
830 | 2025-01-15T01:43:11.266Z | Downloaded structmeta-derive v0.2.0 |
831 | 2025-01-15T01:43:11.266Z | Downloaded env_filter v0.1.2 |
832 | 2025-01-15T01:43:11.266Z | Downloaded xz2 v0.1.7 |
833 | 2025-01-15T01:43:11.266Z | Downloaded num-traits v0.2.19 |
834 | 2025-01-15T01:43:11.266Z | Downloaded tls_codec v0.4.1 |
835 | 2025-01-15T01:43:11.266Z | Downloaded fallible-iterator v0.2.0 |
836 | 2025-01-15T01:43:11.266Z | Downloaded utf8_iter v1.0.4 |
837 | 2025-01-15T01:43:11.266Z | Downloaded universal-hash v0.5.1 |
838 | 2025-01-15T01:43:11.266Z | Downloaded futures-util v0.3.31 |
839 | 2025-01-15T01:43:11.266Z | Downloaded structmeta v0.3.0 |
840 | 2025-01-15T01:43:11.269Z | Downloaded zerovec-derive v0.10.3 |
841 | 2025-01-15T01:43:11.269Z | Downloaded serde_path_to_error v0.1.16 |
842 | 2025-01-15T01:43:11.269Z | Downloaded twox-hash v1.6.3 |
843 | 2025-01-15T01:43:11.269Z | Downloaded unicase v2.7.0 |
844 | 2025-01-15T01:43:11.269Z | Downloaded pkg-config v0.3.31 |
845 | 2025-01-15T01:43:11.269Z | Downloaded uuid v1.11.0 |
846 | 2025-01-15T01:43:11.269Z | Downloaded typify-macro v0.2.0 |
847 | 2025-01-15T01:43:11.269Z | Downloaded phf_generator v0.11.2 |
848 | 2025-01-15T01:43:11.269Z | Downloaded blake3 v1.5.4 |
849 | 2025-01-15T01:43:11.269Z | Downloaded string_cache v0.8.7 |
850 | 2025-01-15T01:43:11.269Z | Downloaded pin-utils v0.1.0 |
851 | 2025-01-15T01:43:11.269Z | Downloaded rustc-demangle v0.1.24 |
852 | 2025-01-15T01:43:11.270Z | Downloaded pkcs5 v0.7.1 |
853 | 2025-01-15T01:43:11.270Z | Downloaded pkcs1 v0.7.5 |
854 | 2025-01-15T01:43:11.270Z | Downloaded endian-type v0.1.2 |
855 | 2025-01-15T01:43:11.270Z | Downloaded want v0.3.1 |
856 | 2025-01-15T01:43:11.270Z | Downloaded nodrop v0.1.14 |
857 | 2025-01-15T01:43:11.270Z | Downloaded headers v0.4.0 |
858 | 2025-01-15T01:43:11.270Z | Downloaded sigpipe v0.1.3 |
859 | 2025-01-15T01:43:11.270Z | Downloaded new_debug_unreachable v1.0.6 |
860 | 2025-01-15T01:43:11.270Z | Downloaded slog-json v2.6.1 |
861 | 2025-01-15T01:43:11.270Z | Downloaded foreign-types-macros v0.2.3 |
862 | 2025-01-15T01:43:11.270Z | Downloaded supports-color v3.0.1 |
863 | 2025-01-15T01:43:11.270Z | Downloaded rustls-pki-types v1.10.0 |
864 | 2025-01-15T01:43:11.270Z | Downloaded fatfs v0.3.6 |
865 | 2025-01-15T01:43:11.270Z | Downloaded vte_generate_state_changes v0.1.2 |
866 | 2025-01-15T01:43:11.270Z | Downloaded typify-macro v0.3.0 |
867 | 2025-01-15T01:43:11.270Z | Downloaded value-bag v1.9.0 |
868 | 2025-01-15T01:43:11.270Z | Downloaded num_enum v0.5.11 |
869 | 2025-01-15T01:43:11.270Z | Downloaded pin-project-lite v0.2.14 |
870 | 2025-01-15T01:43:11.270Z | Downloaded postgres-protocol v0.6.7 |
871 | 2025-01-15T01:43:11.270Z | Downloaded progenitor-impl v0.8.0 |
872 | 2025-01-15T01:43:11.270Z | Downloaded zerofrom v0.1.4 |
873 | 2025-01-15T01:43:11.270Z | Downloaded phf_codegen v0.11.2 |
874 | 2025-01-15T01:43:11.270Z | Downloaded unicode_categories v0.1.1 |
875 | 2025-01-15T01:43:11.270Z | Downloaded packed_struct_codegen v0.10.1 |
876 | 2025-01-15T01:43:11.270Z | Downloaded dropshot_endpoint v0.12.0 |
877 | 2025-01-15T01:43:11.270Z | Downloaded scrypt v0.11.0 |
878 | 2025-01-15T01:43:11.270Z | Downloaded scopeguard v1.2.0 |
879 | 2025-01-15T01:43:11.270Z | Downloaded scheduled-thread-pool v0.2.7 |
880 | 2025-01-15T01:43:11.270Z | Downloaded tokio-stream v0.1.16 |
881 | 2025-01-15T01:43:11.270Z | Downloaded slog-term v2.9.1 |
882 | 2025-01-15T01:43:11.270Z | Downloaded ssh-key v0.6.6 |
883 | 2025-01-15T01:43:11.270Z | Downloaded flume v0.11.1 |
884 | 2025-01-15T01:43:11.270Z | Downloaded fallible-iterator v0.3.0 |
885 | 2025-01-15T01:43:11.270Z | Downloaded slog v2.7.0 |
886 | 2025-01-15T01:43:11.270Z | Downloaded hash32 v0.2.1 |
887 | 2025-01-15T01:43:11.270Z | Downloaded tungstenite v0.23.0 |
888 | 2025-01-15T01:43:11.270Z | Downloaded russh-cryptovec v0.7.3 |
889 | 2025-01-15T01:43:11.270Z | Downloaded signal-hook-registry v1.4.2 |
890 | 2025-01-15T01:43:11.271Z | Downloaded tokio-rustls v0.26.0 |
891 | 2025-01-15T01:43:11.271Z | Downloaded openssl-probe v0.1.5 |
892 | 2025-01-15T01:43:11.271Z | Downloaded embedded-io v0.4.0 |
893 | 2025-01-15T01:43:11.271Z | Downloaded serde-hex v0.1.0 |
894 | 2025-01-15T01:43:11.271Z | Downloaded derive_more v0.99.18 |
895 | 2025-01-15T01:43:11.271Z | Downloaded rustls-pemfile v1.0.4 |
896 | 2025-01-15T01:43:11.271Z | Downloaded rand v0.8.5 |
897 | 2025-01-15T01:43:11.271Z | Downloaded similar v2.6.0 |
898 | 2025-01-15T01:43:11.271Z | Downloaded signal-hook v0.3.17 |
899 | 2025-01-15T01:43:11.271Z | Downloaded pretty-hex v0.2.1 |
900 | 2025-01-15T01:43:11.271Z | Downloaded idna v1.0.3 |
901 | 2025-01-15T01:43:11.271Z | Downloaded zeroize v1.8.1 |
902 | 2025-01-15T01:43:11.271Z | Downloaded parse-zoneinfo v0.3.1 |
903 | 2025-01-15T01:43:11.271Z | Downloaded dhcproto-macros v0.1.0 |
904 | 2025-01-15T01:43:11.271Z | Downloaded zerofrom-derive v0.1.4 |
905 | 2025-01-15T01:43:11.271Z | Downloaded strip-ansi-escapes v0.2.0 |
906 | 2025-01-15T01:43:11.271Z | Downloaded stringprep v0.1.5 |
907 | 2025-01-15T01:43:11.271Z | Downloaded chrono-tz v0.10.0 |
908 | 2025-01-15T01:43:11.271Z | Downloaded dirs-sys-next v0.1.2 |
909 | 2025-01-15T01:43:11.271Z | Downloaded dirs-next v2.0.0 |
910 | 2025-01-15T01:43:11.271Z | Downloaded vte v0.11.1 |
911 | 2025-01-15T01:43:11.271Z | Downloaded vergen v8.3.2 |
912 | 2025-01-15T01:43:11.271Z | Downloaded enum-as-inner v0.6.1 |
913 | 2025-01-15T01:43:11.271Z | Downloaded slog-async v2.8.0 |
914 | 2025-01-15T01:43:11.271Z | Downloaded rustc_version v0.4.1 |
915 | 2025-01-15T01:43:11.271Z | Downloaded ref-cast v1.0.23 |
916 | 2025-01-15T01:43:11.271Z | Downloaded num-bigint v0.4.6 |
917 | 2025-01-15T01:43:11.271Z | Downloaded oso-derive v0.27.3 |
918 | 2025-01-15T01:43:11.271Z | Downloaded x509-cert v0.2.5 |
919 | 2025-01-15T01:43:11.271Z | Downloaded reqwest v0.12.9 |
920 | 2025-01-15T01:43:11.271Z | Downloaded zone_cfg_derive v0.3.0 |
921 | 2025-01-15T01:43:11.271Z | Downloaded quinn-udp v0.5.5 |
922 | 2025-01-15T01:43:11.271Z | Downloaded predicates-core v1.0.8 |
923 | 2025-01-15T01:43:11.271Z | Downloaded darling_core v0.20.10 |
924 | 2025-01-15T01:43:11.271Z | Downloaded structmeta v0.2.0 |
925 | 2025-01-15T01:43:11.271Z | Downloaded data-encoding v2.6.0 |
926 | 2025-01-15T01:43:11.271Z | Downloaded sct v0.7.1 |
927 | 2025-01-15T01:43:11.271Z | Downloaded owo-colors v4.1.0 |
928 | 2025-01-15T01:43:11.271Z | Downloaded ecdsa v0.16.9 |
929 | 2025-01-15T01:43:11.272Z | Downloaded ghash v0.5.1 |
930 | 2025-01-15T01:43:11.272Z | Downloaded thiserror-impl-no-std v2.0.2 |
931 | 2025-01-15T01:43:11.272Z | Downloaded glob v0.3.1 |
932 | 2025-01-15T01:43:11.272Z | Downloaded toml v0.7.8 |
933 | 2025-01-15T01:43:11.274Z | Downloaded hashbrown v0.12.3 |
934 | 2025-01-15T01:43:11.275Z | Downloaded olpc-cjson v0.1.4 |
935 | 2025-01-15T01:43:11.278Z | Downloaded time-core v0.1.2 |
936 | 2025-01-15T01:43:11.278Z | Downloaded proptest v1.5.0 |
937 | 2025-01-15T01:43:11.287Z | Downloaded unarray v0.1.4 |
938 | 2025-01-15T01:43:11.289Z | Downloaded aws-lc-rs v1.10.0 |
939 | 2025-01-15T01:43:11.298Z | Downloaded dhcproto v0.12.0 |
940 | 2025-01-15T01:43:11.302Z | Downloaded rand_seeder v0.3.0 |
941 | 2025-01-15T01:43:11.305Z | Downloaded futures-channel v0.3.31 |
942 | 2025-01-15T01:43:11.308Z | Downloaded idna v0.5.0 |
943 | 2025-01-15T01:43:11.314Z | Downloaded pin-project-internal v1.1.6 |
944 | 2025-01-15T01:43:11.317Z | Downloaded lalrpop v0.19.12 |
945 | 2025-01-15T01:43:11.328Z | Downloaded parking_lot v0.11.2 |
946 | 2025-01-15T01:43:11.332Z | Downloaded heapless v0.7.17 |
947 | 2025-01-15T01:43:11.335Z | Downloaded steno v0.4.1 |
948 | 2025-01-15T01:43:11.340Z | Downloaded predicates v3.1.2 |
949 | 2025-01-15T01:43:11.343Z | Downloaded h2 v0.4.6 |
950 | 2025-01-15T01:43:11.350Z | Downloaded expectorate v1.1.0 |
951 | 2025-01-15T01:43:11.353Z | Downloaded nix v0.27.1 |
952 | 2025-01-15T01:43:11.365Z | Downloaded time-macros v0.2.18 |
953 | 2025-01-15T01:43:11.367Z | Downloaded unicode-bidi v0.3.17 |
954 | 2025-01-15T01:43:11.370Z | Downloaded globset v0.4.15 |
955 | 2025-01-15T01:43:11.372Z | Downloaded env_logger v0.10.2 |
956 | 2025-01-15T01:43:11.375Z | Downloaded fs_extra v1.3.0 |
957 | 2025-01-15T01:43:11.378Z | Downloaded publicsuffix v2.2.3 |
958 | 2025-01-15T01:43:11.380Z | Downloaded serde_with v3.11.0 |
959 | 2025-01-15T01:43:11.389Z | Downloaded tokio-util v0.7.12 |
960 | 2025-01-15T01:43:11.397Z | Downloaded unicode-normalization v0.1.24 |
961 | 2025-01-15T01:43:11.401Z | Downloaded nom v7.1.3 |
962 | 2025-01-15T01:43:11.406Z | Downloaded russh v0.45.0 |
963 | 2025-01-15T01:43:11.412Z | Downloaded sqlparser v0.45.0 |
964 | 2025-01-15T01:43:11.419Z | Downloaded unicode-width v0.2.0 |
965 | 2025-01-15T01:43:11.426Z | Downloaded quinn v0.11.5 |
966 | 2025-01-15T01:43:11.430Z | Downloaded utf16_iter v1.0.5 |
967 | 2025-01-15T01:43:11.432Z | Downloaded oso v0.27.3 |
968 | 2025-01-15T01:43:11.435Z | Downloaded spin v0.9.8 |
969 | 2025-01-15T01:43:11.438Z | Downloaded icu_properties_data v1.5.0 |
970 | 2025-01-15T01:43:11.448Z | Downloaded hashlink v0.9.1 |
971 | 2025-01-15T01:43:11.451Z | Downloaded idna v0.2.3 |
972 | 2025-01-15T01:43:11.459Z | Downloaded reedline v0.35.0 |
973 | 2025-01-15T01:43:11.467Z | Downloaded rustls-webpki v0.101.7 |
974 | 2025-01-15T01:43:11.483Z | Downloaded dunce v1.0.5 |
975 | 2025-01-15T01:43:11.485Z | Downloaded zerovec v0.10.4 |
976 | 2025-01-15T01:43:11.490Z | Downloaded zerocopy v0.8.10 |
977 | 2025-01-15T01:43:11.515Z | Downloaded openssl-macros v0.1.1 |
978 | 2025-01-15T01:43:11.518Z | Downloaded tui-tree-widget v0.22.0 |
979 | 2025-01-15T01:43:11.519Z | Downloaded quick-xml v0.33.0 |
980 | 2025-01-15T01:43:11.524Z | Downloaded hashbrown v0.14.5 |
981 | 2025-01-15T01:43:11.530Z | Downloaded serde_urlencoded v0.7.1 |
982 | 2025-01-15T01:43:11.532Z | Downloaded portable-atomic v1.9.0 |
983 | 2025-01-15T01:43:11.539Z | Downloaded time v0.3.36 |
984 | 2025-01-15T01:43:11.547Z | Downloaded futures v0.3.31 |
985 | 2025-01-15T01:43:11.553Z | Downloaded hashbrown v0.13.2 |
986 | 2025-01-15T01:43:11.557Z | Downloaded p256 v0.13.2 |
987 | 2025-01-15T01:43:11.561Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2025-01-15T01:43:11.570Z | Downloaded quinn-proto v0.11.8 |
989 | 2025-01-15T01:43:11.578Z | Downloaded petname v2.0.2 |
990 | 2025-01-15T01:43:11.583Z | Downloaded object v0.30.4 |
991 | 2025-01-15T01:43:11.594Z | Downloaded zerocopy-derive v0.8.10 |
992 | 2025-01-15T01:43:11.601Z | Downloaded regress v0.10.1 |
993 | 2025-01-15T01:43:11.610Z | Downloaded smoltcp v0.9.1 |
994 | 2025-01-15T01:43:11.621Z | Downloaded enum-as-inner v0.5.1 |
995 | 2025-01-15T01:43:11.624Z | Downloaded regex-syntax v0.6.29 |
996 | 2025-01-15T01:43:11.632Z | Downloaded polar-core v0.27.3 |
997 | 2025-01-15T01:43:11.641Z | Downloaded postcard v1.0.10 |
998 | 2025-01-15T01:43:11.644Z | Downloaded smoltcp v0.11.0 |
999 | 2025-01-15T01:43:11.657Z | Downloaded dropshot v0.12.0 |
1000 | 2025-01-15T01:43:11.679Z | Downloaded typify-impl v0.2.0 |
1001 | 2025-01-15T01:43:11.694Z | Downloaded p521 v0.13.3 |
1002 | 2025-01-15T01:43:11.698Z | Downloaded radix_trie v0.2.1 |
1003 | 2025-01-15T01:43:11.704Z | Downloaded git2 v0.19.0 |
1004 | 2025-01-15T01:43:11.713Z | Downloaded webpki-roots v0.26.6 |
1005 | 2025-01-15T01:43:11.717Z | Downloaded typify-impl v0.3.0 |
1006 | 2025-01-15T01:43:11.734Z | Downloaded rustls v0.22.4 |
1007 | 2025-01-15T01:43:11.748Z | Downloaded zopfli v0.8.1 |
1008 | 2025-01-15T01:43:11.750Z | Downloaded diesel v2.2.6 |
1009 | 2025-01-15T01:43:11.770Z | Downloaded sled v0.34.7 |
1010 | 2025-01-15T01:43:11.780Z | Downloaded gimli v0.31.1 |
1011 | 2025-01-15T01:43:11.790Z | Downloaded rustls v0.21.12 |
1012 | 2025-01-15T01:43:11.802Z | Downloaded dropshot v0.13.0 |
1013 | 2025-01-15T01:43:11.823Z | Downloaded openssl v0.10.66 |
1014 | 2025-01-15T01:43:11.832Z | Downloaded object v0.36.5 |
1015 | 2025-01-15T01:43:11.844Z | Downloaded regex-syntax v0.8.5 |
1016 | 2025-01-15T01:43:11.853Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2025-01-15T01:43:11.866Z | Downloaded regress v0.9.1 |
1018 | 2025-01-15T01:43:11.874Z | Downloaded openapiv3 v2.0.0 |
1019 | 2025-01-15T01:43:11.888Z | Downloaded rustls v0.23.19 |
1020 | 2025-01-15T01:43:11.900Z | Downloaded libz-sys v1.1.20 |
1021 | 2025-01-15T01:43:11.921Z | Downloaded zerocopy-derive v0.6.6 |
1022 | 2025-01-15T01:43:11.930Z | Downloaded lzma-sys v0.1.20 |
1023 | 2025-01-15T01:43:11.960Z | Downloaded nix v0.29.0 |
1024 | 2025-01-15T01:43:11.971Z | Downloaded regex v1.11.1 |
1025 | 2025-01-15T01:43:11.985Z | Downloaded winnow v0.5.40 |
1026 | 2025-01-15T01:43:11.994Z | Downloaded toml_edit v0.19.15 |
1027 | 2025-01-15T01:43:12.010Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1028 | 2025-01-15T01:43:12.027Z | Downloaded rustls-webpki v0.102.8 |
1029 | 2025-01-15T01:43:12.052Z | Downloaded ratatui v0.28.1 |
1030 | 2025-01-15T01:43:12.078Z | Downloaded regex-automata v0.4.8 |
1031 | 2025-01-15T01:43:12.100Z | Downloaded sha3 v0.10.8 |
1032 | 2025-01-15T01:43:12.105Z | Downloaded nix v0.28.0 |
1033 | 2025-01-15T01:43:12.119Z | Downloaded bstr v1.10.0 |
1034 | 2025-01-15T01:43:12.128Z | Downloaded csv v1.3.0 |
1035 | 2025-01-15T01:43:12.147Z | Downloaded vcpkg v0.2.15 |
1036 | 2025-01-15T01:43:12.183Z | Downloaded petgraph v0.6.5 |
1037 | 2025-01-15T01:43:12.198Z | Downloaded omicron-zone-package v0.12.0 |
1038 | 2025-01-15T01:43:12.202Z | Downloaded multer v3.1.0 |
1039 | 2025-01-15T01:43:12.205Z | Downloaded pkcs8 v0.10.2 |
1040 | 2025-01-15T01:43:12.207Z | Downloaded qorb v0.2.1 |
1041 | 2025-01-15T01:43:12.210Z | Downloaded rusqlite v0.32.1 |
1042 | 2025-01-15T01:43:12.217Z | Downloaded tinyvec_macros v0.1.1 |
1043 | 2025-01-15T01:43:12.220Z | Downloaded rand_chacha v0.3.1 |
1044 | 2025-01-15T01:43:12.220Z | Downloaded postgres-types v0.2.8 |
1045 | 2025-01-15T01:43:12.222Z | Downloaded simd-adler32 v0.3.7 |
1046 | 2025-01-15T01:43:12.225Z | Downloaded tungstenite v0.24.0 |
1047 | 2025-01-15T01:43:12.228Z | Downloaded tracing-core v0.1.32 |
1048 | 2025-01-15T01:43:12.231Z | Downloaded num-bigint-dig v0.8.4 |
1049 | 2025-01-15T01:43:12.235Z | Downloaded p384 v0.13.0 |
1050 | 2025-01-15T01:43:12.241Z | Downloaded pbkdf2 v0.11.0 |
1051 | 2025-01-15T01:43:12.244Z | Downloaded zeroize_derive v1.4.2 |
1052 | 2025-01-15T01:43:12.246Z | Downloaded tokio v1.40.0 |
1053 | 2025-01-15T01:43:12.282Z | Downloaded zip v2.1.3 |
1054 | 2025-01-15T01:43:12.287Z | Downloaded unicode-properties v0.1.3 |
1055 | 2025-01-15T01:43:12.289Z | Downloaded flate2 v1.0.34 |
1056 | 2025-01-15T01:43:12.294Z | Downloaded newline-converter v0.3.0 |
1057 | 2025-01-15T01:43:12.296Z | Downloaded hash32 v0.3.1 |
1058 | 2025-01-15T01:43:12.296Z | Downloaded dyn-clone v1.0.17 |
1059 | 2025-01-15T01:43:12.299Z | Downloaded termios v0.3.3 |
1060 | 2025-01-15T01:43:12.299Z | Downloaded dropshot_endpoint v0.13.0 |
1061 | 2025-01-15T01:43:12.302Z | Downloaded prettyplease v0.2.25 |
1062 | 2025-01-15T01:43:12.305Z | Downloaded subtle v2.6.1 |
1063 | 2025-01-15T01:43:12.307Z | Downloaded snafu v0.8.5 |
1064 | 2025-01-15T01:43:12.311Z | Downloaded bindgen v0.69.5 |
1065 | 2025-01-15T01:43:12.318Z | Downloaded encoding_rs v0.8.34 |
1066 | 2025-01-15T01:43:12.337Z | Downloaded tls_codec_derive v0.4.1 |
1067 | 2025-01-15T01:43:12.340Z | Downloaded smallvec v0.6.14 |
1068 | 2025-01-15T01:43:12.342Z | Downloaded derive_builder v0.20.2 |
1069 | 2025-01-15T01:43:12.345Z | Downloaded whoami v1.5.2 |
1070 | 2025-01-15T01:43:12.347Z | Downloaded tokio-rustls v0.25.0 |
1071 | 2025-01-15T01:43:12.350Z | Downloaded ed25519-dalek v2.1.1 |
1072 | 2025-01-15T01:43:12.353Z | Downloaded salty v0.3.0 |
1073 | 2025-01-15T01:43:12.357Z | Downloaded libm v0.2.8 |
1074 | 2025-01-15T01:43:12.364Z | Downloaded tiny-keccak v2.0.2 |
1075 | 2025-01-15T01:43:12.367Z | Downloaded ref-cast-impl v1.0.23 |
1076 | 2025-01-15T01:43:12.369Z | Downloaded idna v0.3.0 |
1077 | 2025-01-15T01:43:12.374Z | Downloaded path-slash v0.1.5 |
1078 | 2025-01-15T01:43:12.377Z | Downloaded tokio-tungstenite v0.23.1 |
1079 | 2025-01-15T01:43:12.380Z | Downloaded indexmap v1.9.3 |
1080 | 2025-01-15T01:43:12.383Z | Downloaded minimal-lexical v0.2.1 |
1081 | 2025-01-15T01:43:12.386Z | Downloaded der v0.7.9 |
1082 | 2025-01-15T01:43:12.392Z | Downloaded parking_lot v0.12.3 |
1083 | 2025-01-15T01:43:12.394Z | Downloaded rayon v1.10.0 |
1084 | 2025-01-15T01:43:12.403Z | Downloaded opaque-debug v0.3.1 |
1085 | 2025-01-15T01:43:12.406Z | Downloaded futures-macro v0.3.31 |
1086 | 2025-01-15T01:43:12.406Z | Downloaded filetime v0.2.25 |
1087 | 2025-01-15T01:43:12.440Z | Downloaded rpassword v7.3.1 |
1088 | 2025-01-15T01:43:12.440Z | Downloaded ppv-lite86 v0.2.20 |
1089 | 2025-01-15T01:43:12.452Z | Downloaded paste v1.0.15 |
1090 | 2025-01-15T01:43:12.452Z | Downloaded futures-core v0.3.31 |
1091 | 2025-01-15T01:43:12.452Z | Downloaded itertools v0.13.0 |
1092 | 2025-01-15T01:43:12.452Z | Downloaded itertools v0.10.5 |
1093 | 2025-01-15T01:43:12.452Z | Downloaded term v0.7.0 |
1094 | 2025-01-15T01:43:12.452Z | Downloaded yasna v0.5.2 |
1095 | 2025-01-15T01:43:12.452Z | Downloaded crc-catalog v2.4.0 |
1096 | 2025-01-15T01:43:12.452Z | Downloaded bitvec v1.0.1 |
1097 | 2025-01-15T01:43:12.457Z | Downloaded hmac v0.12.1 |
1098 | 2025-01-15T01:43:12.457Z | Downloaded polyval v0.6.2 |
1099 | 2025-01-15T01:43:12.457Z | Downloaded subprocess v0.2.9 |
1100 | 2025-01-15T01:43:12.457Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1101 | 2025-01-15T01:43:12.508Z | Downloaded schemars v0.8.21 |
1102 | 2025-01-15T01:43:12.518Z | Downloaded hyper-util v0.1.10 |
1103 | 2025-01-15T01:43:12.522Z | Downloaded icu_locid v1.5.0 |
1104 | 2025-01-15T01:43:12.527Z | Downloaded unicode-truncate v1.1.0 |
1105 | 2025-01-15T01:43:12.529Z | Downloaded libefi-sys v0.1.0 |
1106 | 2025-01-15T01:43:12.529Z | Downloaded serde_plain v1.0.2 |
1107 | 2025-01-15T01:43:12.531Z | Downloaded ron v0.7.1 |
1108 | 2025-01-15T01:43:12.535Z | Downloaded mime_guess v2.0.5 |
1109 | 2025-01-15T01:43:12.537Z | Downloaded cookie v0.18.1 |
1110 | 2025-01-15T01:43:12.539Z | Downloaded schemars_derive v0.8.21 |
1111 | 2025-01-15T01:43:12.542Z | Downloaded progenitor-macro v0.8.0 |
1112 | 2025-01-15T01:43:12.542Z | Downloaded form_urlencoded v1.2.1 |
1113 | 2025-01-15T01:43:12.542Z | Downloaded maplit v1.0.2 |
1114 | 2025-01-15T01:43:12.544Z | Downloaded icu_provider v1.5.0 |
1115 | 2025-01-15T01:43:12.546Z | Downloaded phf_shared v0.11.2 |
1116 | 2025-01-15T01:43:12.549Z | Downloaded backtrace v0.3.74 |
1117 | 2025-01-15T01:43:12.551Z | Downloaded wait-timeout v0.2.0 |
1118 | 2025-01-15T01:43:12.554Z | Downloaded rusty-fork v0.3.0 |
1119 | 2025-01-15T01:43:12.557Z | Downloaded display-error-chain v0.2.2 |
1120 | 2025-01-15T01:43:12.557Z | Downloaded linear-map v1.2.0 |
1121 | 2025-01-15T01:43:12.559Z | Downloaded curve25519-dalek-derive v0.1.1 |
1122 | 2025-01-15T01:43:12.559Z | Downloaded socket2 v0.5.7 |
1123 | 2025-01-15T01:43:12.562Z | Downloaded httparse v1.9.5 |
1124 | 2025-01-15T01:43:12.564Z | Downloaded mio v1.0.2 |
1125 | 2025-01-15T01:43:12.569Z | Downloaded lockfree-object-pool v0.1.6 |
1126 | 2025-01-15T01:43:12.572Z | Downloaded base64 v0.22.1 |
1127 | 2025-01-15T01:43:12.575Z | Downloaded samael v0.0.17 |
1128 | 2025-01-15T01:43:12.580Z | Downloaded aes-gcm v0.10.3 |
1129 | 2025-01-15T01:43:12.585Z | Downloaded russh-keys v0.45.0 |
1130 | 2025-01-15T01:43:12.587Z | Downloaded cancel-safe-futures v0.1.5 |
1131 | 2025-01-15T01:43:12.590Z | Downloaded bb8 v0.8.5 |
1132 | 2025-01-15T01:43:12.592Z | Downloaded base16ct v0.2.0 |
1133 | 2025-01-15T01:43:12.592Z | Downloaded gethostname v0.5.0 |
1134 | 2025-01-15T01:43:12.595Z | Downloaded lazycell v1.3.0 |
1135 | 2025-01-15T01:43:12.595Z | Downloaded bytes v1.9.0 |
1136 | 2025-01-15T01:43:12.598Z | Downloaded ipnetwork v0.20.0 |
1137 | 2025-01-15T01:43:12.600Z | Downloaded adler2 v2.0.0 |
1138 | 2025-01-15T01:43:12.600Z | Downloaded termtree v0.4.1 |
1139 | 2025-01-15T01:43:12.603Z | Downloaded hex v0.4.3 |
1140 | 2025-01-15T01:43:12.603Z | Downloaded aes v0.8.4 |
1141 | 2025-01-15T01:43:12.606Z | Downloaded http v1.2.0 |
1142 | 2025-01-15T01:43:12.609Z | Downloaded hkdf v0.12.4 |
1143 | 2025-01-15T01:43:12.612Z | Downloaded bitfield-struct v0.6.2 |
1144 | 2025-01-15T01:43:12.616Z | Downloaded cookie_store v0.21.0 |
1145 | 2025-01-15T01:43:12.619Z | Downloaded chrono-tz-build v0.4.0 |
1146 | 2025-01-15T01:43:12.619Z | Downloaded cfg_aliases v0.2.1 |
1147 | 2025-01-15T01:43:12.619Z | Downloaded keccak v0.1.5 |
1148 | 2025-01-15T01:43:12.619Z | Downloaded cstr-argument v0.1.2 |
1149 | 2025-01-15T01:43:12.619Z | Downloaded cassowary v0.3.0 |
1150 | 2025-01-15T01:43:12.622Z | Downloaded humantime v2.1.0 |
1151 | 2025-01-15T01:43:12.622Z | Downloaded addr2line v0.24.2 |
1152 | 2025-01-15T01:43:12.624Z | Downloaded async-trait v0.1.83 |
1153 | 2025-01-15T01:43:12.627Z | Downloaded atomicwrites v0.4.4 |
1154 | 2025-01-15T01:43:12.629Z | Downloaded arrayvec v0.7.6 |
1155 | 2025-01-15T01:43:12.629Z | Downloaded bit-vec v0.6.3 |
1156 | 2025-01-15T01:43:12.631Z | Downloaded bit-set v0.5.3 |
1157 | 2025-01-15T01:43:12.631Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2025-01-15T01:43:12.782Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2025-01-15T01:43:12.991Z | Downloaded ring v0.17.8 |
1160 | 2025-01-15T01:43:13.340Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2025-01-15T01:43:13.649Z | Compiling serde v1.0.217 |
1162 | 2025-01-15T01:43:13.653Z | Compiling lock_api v0.4.12 |
1163 | 2025-01-15T01:43:13.653Z | Compiling scopeguard v1.2.0 |
1164 | 2025-01-15T01:43:13.653Z | Compiling value-bag v1.9.0 |
1165 | 2025-01-15T01:43:13.653Z | Compiling typenum v1.17.0 |
1166 | 2025-01-15T01:43:13.653Z | Compiling generic-array v0.14.7 |
1167 | 2025-01-15T01:43:13.846Z | Compiling syn v2.0.96 |
1168 | 2025-01-15T01:43:13.861Z | Compiling getrandom v0.2.15 |
1169 | 2025-01-15T01:43:13.928Z | Compiling shlex v1.3.0 |
1170 | 2025-01-15T01:43:14.205Z | Compiling rand_core v0.6.4 |
1171 | 2025-01-15T01:43:14.293Z | Compiling log v0.4.22 |
1172 | 2025-01-15T01:43:14.338Z | Compiling subtle v2.6.1 |
1173 | 2025-01-15T01:43:14.379Z | Compiling jobserver v0.1.32 |
1174 | 2025-01-15T01:43:14.400Z | Compiling const-oid v0.9.6 |
1175 | 2025-01-15T01:43:14.647Z | Compiling smallvec v1.13.2 |
1176 | 2025-01-15T01:43:14.679Z | Compiling spin v0.9.8 |
1177 | 2025-01-15T01:43:14.710Z | Compiling pin-project-lite v0.2.14 |
1178 | 2025-01-15T01:43:14.833Z | Compiling cc v1.1.30 |
1179 | 2025-01-15T01:43:15.019Z | Compiling rustix v0.38.37 |
1180 | 2025-01-15T01:43:15.038Z | Compiling parking_lot_core v0.9.10 |
1181 | 2025-01-15T01:43:15.055Z | Compiling futures-core v0.3.31 |
1182 | 2025-01-15T01:43:15.185Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2025-01-15T01:43:15.306Z | Compiling mio v1.0.2 |
1184 | 2025-01-15T01:43:15.823Z | Compiling aho-corasick v1.1.3 |
1185 | 2025-01-15T01:43:15.876Z | Compiling parking_lot v0.12.3 |
1186 | 2025-01-15T01:43:16.049Z | Compiling cpufeatures v0.2.14 |
1187 | 2025-01-15T01:43:16.090Z | Compiling regex-syntax v0.8.5 |
1188 | 2025-01-15T01:43:16.158Z | Compiling lazy_static v1.5.0 |
1189 | 2025-01-15T01:43:16.295Z | Compiling either v1.13.0 |
1190 | 2025-01-15T01:43:16.356Z | Compiling glob v0.3.1 |
1191 | 2025-01-15T01:43:16.387Z | Compiling futures-sink v0.3.31 |
1192 | 2025-01-15T01:43:16.537Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2025-01-15T01:43:16.659Z | Compiling socket2 v0.5.7 |
1194 | 2025-01-15T01:43:16.705Z | Compiling slab v0.4.9 |
1195 | 2025-01-15T01:43:16.724Z | Compiling prettyplease v0.2.25 |
1196 | 2025-01-15T01:43:17.174Z | Compiling minimal-lexical v0.2.1 |
1197 | 2025-01-15T01:43:17.229Z | Compiling clang-sys v1.8.1 |
1198 | 2025-01-15T01:43:17.248Z | Compiling serde_json v1.0.135 |
1199 | 2025-01-15T01:43:17.586Z | Compiling nom v7.1.3 |
1200 | 2025-01-15T01:43:17.682Z | Compiling libloading v0.8.5 |
1201 | 2025-01-15T01:43:17.886Z | Compiling bindgen v0.69.5 |
1202 | 2025-01-15T01:43:17.973Z | Compiling home v0.5.9 |
1203 | 2025-01-15T01:43:18.238Z | Compiling itertools v0.10.5 |
1204 | 2025-01-15T01:43:18.519Z | Compiling futures-channel v0.3.31 |
1205 | 2025-01-15T01:43:18.742Z | Compiling futures-io v0.3.31 |
1206 | 2025-01-15T01:43:18.948Z | Compiling rustc-hash v1.1.0 |
1207 | 2025-01-15T01:43:19.027Z | Compiling allocator-api2 v0.2.18 |
1208 | 2025-01-15T01:43:19.111Z | Compiling foldhash v0.1.3 |
1209 | 2025-01-15T01:43:19.428Z | Compiling pin-utils v0.1.0 |
1210 | 2025-01-15T01:43:19.530Z | Compiling lazycell v1.3.0 |
1211 | 2025-01-15T01:43:19.704Z | Compiling libm v0.2.8 |
1212 | 2025-01-15T01:43:19.768Z | Compiling regex-automata v0.4.8 |
1213 | 2025-01-15T01:43:20.017Z | Compiling futures-task v0.3.31 |
1214 | 2025-01-15T01:43:20.316Z | Compiling hashbrown v0.15.1 |
1215 | 2025-01-15T01:43:20.656Z | Compiling cexpr v0.6.0 |
1216 | 2025-01-15T01:43:20.773Z | Compiling cmake v0.1.51 |
1217 | 2025-01-15T01:43:20.906Z | Compiling num-traits v0.2.19 |
1218 | 2025-01-15T01:43:21.193Z | Compiling synstructure v0.13.1 |
1219 | 2025-01-15T01:43:21.671Z | Compiling fs_extra v1.3.0 |
1220 | 2025-01-15T01:43:22.220Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2025-01-15T01:43:22.305Z | Compiling pkg-config v0.3.31 |
1222 | 2025-01-15T01:43:22.325Z | Compiling dunce v1.0.5 |
1223 | 2025-01-15T01:43:22.396Z | Compiling tinyvec v1.8.0 |
1224 | 2025-01-15T01:43:22.700Z | Compiling ring v0.17.8 |
1225 | 2025-01-15T01:43:23.753Z | Compiling litemap v0.7.3 |
1226 | 2025-01-15T01:43:23.848Z | Compiling unicode-normalization v0.1.24 |
1227 | 2025-01-15T01:43:23.993Z | Compiling writeable v0.5.5 |
1228 | 2025-01-15T01:43:24.123Z | Compiling paste v1.0.15 |
1229 | 2025-01-15T01:43:24.227Z | Compiling unicode-bidi v0.3.17 |
1230 | 2025-01-15T01:43:24.505Z | Compiling base64ct v1.6.0 |
1231 | 2025-01-15T01:43:24.938Z | Compiling httparse v1.9.5 |
1232 | 2025-01-15T01:43:25.100Z | Compiling regex v1.11.1 |
1233 | 2025-01-15T01:43:25.328Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2025-01-15T01:43:25.380Z | Compiling flagset v0.4.6 |
1235 | 2025-01-15T01:43:25.577Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2025-01-15T01:43:25.934Z | Compiling tracing-core v0.1.32 |
1237 | 2025-01-15T01:43:25.976Z | Compiling crossbeam-utils v0.8.20 |
1238 | 2025-01-15T01:43:26.033Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2025-01-15T01:43:26.128Z | Compiling percent-encoding v2.3.1 |
1240 | 2025-01-15T01:43:26.424Z | Compiling rustls-pki-types v1.10.0 |
1241 | 2025-01-15T01:43:26.598Z | Compiling serde_derive v1.0.217 |
1242 | 2025-01-15T01:43:26.674Z | Compiling zeroize_derive v1.4.2 |
1243 | 2025-01-15T01:43:27.117Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2025-01-15T01:43:27.120Z | Compiling tokio-macros v2.4.0 |
1245 | 2025-01-15T01:43:27.413Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2025-01-15T01:43:28.072Z | Compiling zeroize v1.8.1 |
1247 | 2025-01-15T01:43:28.608Z | Compiling yoke-derive v0.7.4 |
1248 | 2025-01-15T01:43:28.656Z | Compiling thiserror-impl v1.0.69 |
1249 | 2025-01-15T01:43:29.154Z | Compiling zerocopy v0.7.35 |
1250 | 2025-01-15T01:43:29.695Z | Compiling crypto-common v0.1.6 |
1251 | 2025-01-15T01:43:29.926Z | Compiling block-buffer v0.10.4 |
1252 | 2025-01-15T01:43:30.204Z | Compiling digest v0.10.7 |
1253 | 2025-01-15T01:43:30.439Z | Compiling zerovec-derive v0.10.3 |
1254 | 2025-01-15T01:43:30.631Z | Compiling hmac v0.12.1 |
1255 | 2025-01-15T01:43:30.665Z | Compiling futures-macro v0.3.31 |
1256 | 2025-01-15T01:43:30.734Z | Compiling block-padding v0.3.3 |
1257 | 2025-01-15T01:43:30.874Z | Compiling displaydoc v0.2.5 |
1258 | 2025-01-15T01:43:30.977Z | Compiling inout v0.1.3 |
1259 | 2025-01-15T01:43:30.997Z | Compiling zerofrom v0.1.4 |
1260 | 2025-01-15T01:43:31.200Z | Compiling yoke v0.7.4 |
1261 | 2025-01-15T01:43:31.203Z | Compiling cipher v0.4.4 |
1262 | 2025-01-15T01:43:31.246Z | Compiling sha2 v0.10.8 |
1263 | 2025-01-15T01:43:31.503Z | Compiling thiserror v1.0.69 |
1264 | 2025-01-15T01:43:31.524Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2025-01-15T01:43:31.658Z | Compiling der_derive v0.7.3 |
1266 | 2025-01-15T01:43:31.726Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2025-01-15T01:43:32.335Z | Compiling rand_chacha v0.3.1 |
1268 | 2025-01-15T01:43:32.417Z | Compiling tracing-attributes v0.1.27 |
1269 | 2025-01-15T01:43:32.529Z | Compiling futures-util v0.3.31 |
1270 | 2025-01-15T01:43:32.796Z | Compiling rand v0.8.5 |
1271 | 2025-01-15T01:43:32.897Z | Compiling zerovec v0.10.4 |
1272 | 2025-01-15T01:43:33.984Z | Compiling der v0.7.9 |
1273 | 2025-01-15T01:43:34.637Z | Compiling tinystr v0.7.6 |
1274 | 2025-01-15T01:43:34.781Z | Compiling icu_collections v1.5.0 |
1275 | 2025-01-15T01:43:34.806Z | Compiling salsa20 v0.10.2 |
1276 | 2025-01-15T01:43:34.940Z | Compiling icu_locid v1.5.0 |
1277 | 2025-01-15T01:43:34.998Z | Compiling pest v2.7.14 |
1278 | 2025-01-15T01:43:35.029Z | Compiling pbkdf2 v0.12.2 |
1279 | 2025-01-15T01:43:35.202Z | Compiling time-core v0.1.2 |
1280 | 2025-01-15T01:43:35.388Z | Compiling powerfmt v0.2.0 |
1281 | 2025-01-15T01:43:35.737Z | Compiling num-conv v0.1.0 |
1282 | 2025-01-15T01:43:35.758Z | Compiling tracing v0.1.40 |
1283 | 2025-01-15T01:43:36.038Z | Compiling icu_provider v1.5.0 |
1284 | 2025-01-15T01:43:36.040Z | Compiling spki v0.7.3 |
1285 | 2025-01-15T01:43:36.273Z | Compiling vcpkg v0.2.15 |
1286 | 2025-01-15T01:43:36.409Z | Compiling untrusted v0.7.1 |
1287 | 2025-01-15T01:43:36.609Z | Compiling untrusted v0.9.0 |
1288 | 2025-01-15T01:43:36.793Z | Compiling icu_locid_transform v1.5.0 |
1289 | 2025-01-15T01:43:36.917Z | Compiling mirai-annotations v1.12.0 |
1290 | 2025-01-15T01:43:36.978Z | Compiling icu_properties_data v1.5.0 |
1291 | 2025-01-15T01:43:37.153Z | Compiling time-macros v0.2.18 |
1292 | 2025-01-15T01:43:37.247Z | Compiling deranged v0.3.11 |
1293 | 2025-01-15T01:43:37.875Z | Compiling pest_meta v2.7.14 |
1294 | 2025-01-15T01:43:38.088Z | Compiling openssl-sys v0.9.103 |
1295 | 2025-01-15T01:43:38.108Z | Compiling icu_properties v1.5.1 |
1296 | 2025-01-15T01:43:38.658Z | Compiling scrypt v0.11.0 |
1297 | 2025-01-15T01:43:39.112Z | Compiling aes v0.8.4 |
1298 | 2025-01-15T01:43:39.175Z | Compiling cbc v0.1.2 |
1299 | 2025-01-15T01:43:39.214Z | Compiling scroll_derive v0.12.0 |
1300 | 2025-01-15T01:43:39.407Z | Compiling bitflags v2.6.0 |
1301 | 2025-01-15T01:43:39.608Z | Compiling bytes v1.9.0 |
1302 | 2025-01-15T01:43:40.409Z | Compiling indexmap v2.7.0 |
1303 | 2025-01-15T01:43:40.635Z | Compiling tokio v1.40.0 |
1304 | 2025-01-15T01:43:40.831Z | Compiling http v1.2.0 |
1305 | 2025-01-15T01:43:41.682Z | Compiling semver v1.0.24 |
1306 | 2025-01-15T01:43:42.261Z | Compiling rustc_version v0.4.1 |
1307 | 2025-01-15T01:43:42.425Z | Compiling num_threads v0.1.7 |
1308 | 2025-01-15T01:43:42.570Z | Compiling utf16_iter v1.0.5 |
1309 | 2025-01-15T01:43:42.789Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2025-01-15T01:43:42.813Z | Compiling utf8_iter v1.0.4 |
1311 | 2025-01-15T01:43:42.909Z | Compiling atomic-waker v1.1.2 |
1312 | 2025-01-15T01:43:42.966Z | Compiling write16 v1.0.0 |
1313 | 2025-01-15T01:43:43.011Z | Compiling time v0.3.36 |
1314 | 2025-01-15T01:43:43.044Z | Compiling http-body v1.0.1 |
1315 | 2025-01-15T01:43:43.065Z | Compiling scroll v0.12.0 |
1316 | 2025-01-15T01:43:43.095Z | Compiling icu_normalizer v1.5.0 |
1317 | 2025-01-15T01:43:43.114Z | Compiling pkcs5 v0.7.1 |
1318 | 2025-01-15T01:43:43.137Z | Compiling pest_generator v2.7.14 |
1319 | 2025-01-15T01:43:43.380Z | Compiling which v4.4.2 |
1320 | 2025-01-15T01:43:43.596Z | Compiling form_urlencoded v1.2.1 |
1321 | 2025-01-15T01:43:43.940Z | Compiling slog v2.7.0 |
1322 | 2025-01-15T01:43:44.207Z | Compiling try-lock v0.2.5 |
1323 | 2025-01-15T01:43:44.374Z | Compiling want v0.3.1 |
1324 | 2025-01-15T01:43:44.440Z | Compiling goblin v0.8.2 |
1325 | 2025-01-15T01:43:44.494Z | Compiling idna_adapter v1.2.0 |
1326 | 2025-01-15T01:43:44.646Z | Compiling pkcs8 v0.10.2 |
1327 | 2025-01-15T01:43:44.711Z | Compiling uuid v1.11.0 |
1328 | 2025-01-15T01:43:44.854Z | Compiling iana-time-zone v0.1.61 |
1329 | 2025-01-15T01:43:45.040Z | Compiling pest_derive v2.7.14 |
1330 | 2025-01-15T01:43:45.229Z | Compiling httpdate v1.0.3 |
1331 | 2025-01-15T01:43:45.286Z | Compiling chrono v0.4.38 |
1332 | 2025-01-15T01:43:45.674Z | Compiling idna v1.0.3 |
1333 | 2025-01-15T01:43:45.776Z | Compiling dtrace-parser v0.2.0 |
1334 | 2025-01-15T01:43:46.777Z | Compiling serde_spanned v0.6.8 |
1335 | 2025-01-15T01:43:47.023Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2025-01-15T01:43:47.330Z | Compiling toml_datetime v0.6.8 |
1337 | 2025-01-15T01:43:47.613Z | Compiling openssl v0.10.66 |
1338 | 2025-01-15T01:43:47.666Z | Compiling match_cfg v0.1.0 |
1339 | 2025-01-15T01:43:47.726Z | Compiling rustversion v1.0.17 |
1340 | 2025-01-15T01:43:47.771Z | Compiling adler2 v2.0.0 |
1341 | 2025-01-15T01:43:47.816Z | Compiling tower-service v0.3.3 |
1342 | 2025-01-15T01:43:47.958Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2025-01-15T01:43:47.978Z | Compiling base64 v0.22.1 |
1344 | 2025-01-15T01:43:48.025Z | Compiling miniz_oxide v0.8.0 |
1345 | 2025-01-15T01:43:48.081Z | Compiling foreign-types v0.3.2 |
1346 | 2025-01-15T01:43:48.188Z | Compiling hostname v0.3.1 |
1347 | 2025-01-15T01:43:48.387Z | Compiling tokio-util v0.7.12 |
1348 | 2025-01-15T01:43:48.474Z | Compiling url v2.5.3 |
1349 | 2025-01-15T01:43:48.669Z | Compiling async-trait v0.1.83 |
1350 | 2025-01-15T01:43:49.463Z | Compiling h2 v0.4.6 |
1351 | 2025-01-15T01:43:49.630Z | Compiling openssl-macros v0.1.1 |
1352 | 2025-01-15T01:43:49.850Z | Compiling serde_derive_internals v0.29.1 |
1353 | 2025-01-15T01:43:50.203Z | Compiling dof v0.3.0 |
1354 | 2025-01-15T01:43:50.375Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2025-01-15T01:43:50.942Z | Compiling usdt-impl v0.5.0 |
1356 | 2025-01-15T01:43:51.028Z | Compiling siphasher v0.3.11 |
1357 | 2025-01-15T01:43:51.420Z | Compiling syn v1.0.109 |
1358 | 2025-01-15T01:43:51.977Z | Compiling rustls v0.22.4 |
1359 | 2025-01-15T01:43:51.996Z | Compiling native-tls v0.2.12 |
1360 | 2025-01-15T01:43:52.178Z | Compiling data-encoding v2.6.0 |
1361 | 2025-01-15T01:43:52.276Z | Compiling rustls v0.23.19 |
1362 | 2025-01-15T01:43:52.329Z | Compiling schemars v0.8.21 |
1363 | 2025-01-15T01:43:52.445Z | Compiling schemars_derive v0.8.21 |
1364 | 2025-01-15T01:43:52.641Z | Compiling dirs-next v2.0.0 |
1365 | 2025-01-15T01:43:53.687Z | Compiling http-body-util v0.1.2 |
1366 | 2025-01-15T01:43:53.821Z | Compiling heapless v0.7.17 |
1367 | 2025-01-15T01:43:54.099Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2025-01-15T01:43:54.161Z | Compiling sha1 v0.10.6 |
1369 | 2025-01-15T01:43:54.223Z | Compiling signature v2.2.0 |
1370 | 2025-01-15T01:43:54.284Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2025-01-15T01:43:54.518Z | Compiling thread_local v1.1.8 |
1372 | 2025-01-15T01:43:54.592Z | Compiling multer v3.1.0 |
1373 | 2025-01-15T01:43:54.745Z | Compiling encoding_rs v0.8.34 |
1374 | 2025-01-15T01:43:54.768Z | Compiling cookie v0.18.1 |
1375 | 2025-01-15T01:43:54.890Z | Compiling openssl-probe v0.1.5 |
1376 | 2025-01-15T01:43:55.017Z | Compiling unicode-properties v0.1.3 |
1377 | 2025-01-15T01:43:55.044Z | Compiling ipnet v2.10.1 |
1378 | 2025-01-15T01:43:55.175Z | Compiling mime v0.3.17 |
1379 | 2025-01-15T01:43:55.424Z | Compiling slog-async v2.8.0 |
1380 | 2025-01-15T01:43:55.468Z | Compiling gimli v0.31.1 |
1381 | 2025-01-15T01:43:55.687Z | Compiling dyn-clone v1.0.17 |
1382 | 2025-01-15T01:43:55.885Z | Compiling rayon-core v1.12.1 |
1383 | 2025-01-15T01:43:55.921Z | Compiling signal-hook v0.3.17 |
1384 | 2025-01-15T01:43:56.203Z | Compiling toml_edit v0.22.22 |
1385 | 2025-01-15T01:43:56.251Z | Compiling stringprep v0.1.5 |
1386 | 2025-01-15T01:43:57.403Z | Compiling hyper v1.5.0 |
1387 | 2025-01-15T01:43:59.581Z | Compiling crossbeam-deque v0.8.5 |
1388 | 2025-01-15T01:43:59.629Z | Compiling addr2line v0.24.2 |
1389 | 2025-01-15T01:43:59.941Z | Compiling hyper-util v0.1.10 |
1390 | 2025-01-15T01:44:00.246Z | Compiling usdt-macro v0.5.0 |
1391 | 2025-01-15T01:44:00.298Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2025-01-15T01:44:00.384Z | Compiling term v0.7.0 |
1393 | 2025-01-15T01:44:01.024Z | Compiling slog-json v2.6.1 |
1394 | 2025-01-15T01:44:01.372Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2025-01-15T01:44:01.655Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2025-01-15T01:44:01.686Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2025-01-15T01:44:01.840Z | Compiling futures-executor v0.3.31 |
1398 | 2025-01-15T01:44:01.890Z | Compiling enum-as-inner v0.6.1 |
1399 | 2025-01-15T01:44:02.376Z | Compiling md-5 v0.10.6 |
1400 | 2025-01-15T01:44:02.399Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2025-01-15T01:44:02.674Z | Compiling async-stream-impl v0.3.6 |
1402 | 2025-01-15T01:44:02.701Z | Compiling num-integer v0.1.46 |
1403 | 2025-01-15T01:44:02.740Z | Compiling idna v0.4.0 |
1404 | 2025-01-15T01:44:02.760Z | Compiling idna v0.3.0 |
1405 | 2025-01-15T01:44:02.923Z | Compiling hash32 v0.2.1 |
1406 | 2025-01-15T01:44:03.290Z | Compiling ff v0.13.0 |
1407 | 2025-01-15T01:44:03.456Z | Compiling is-terminal v0.4.13 |
1408 | 2025-01-15T01:44:03.529Z | Compiling dropshot v0.12.0 |
1409 | 2025-01-15T01:44:03.585Z | Compiling object v0.36.5 |
1410 | 2025-01-15T01:44:03.664Z | Compiling take_mut v0.2.2 |
1411 | 2025-01-15T01:44:03.811Z | Compiling fallible-iterator v0.2.0 |
1412 | 2025-01-15T01:44:03.831Z | Compiling rustc-demangle v0.1.24 |
1413 | 2025-01-15T01:44:03.898Z | Compiling utf-8 v0.7.6 |
1414 | 2025-01-15T01:44:04.213Z | Compiling base16ct v0.2.0 |
1415 | 2025-01-15T01:44:04.264Z | Compiling psl-types v2.0.11 |
1416 | 2025-01-15T01:44:04.311Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2025-01-15T01:44:04.465Z | Compiling quick-error v1.2.3 |
1418 | 2025-01-15T01:44:04.486Z | Compiling smoltcp v0.9.1 |
1419 | 2025-01-15T01:44:04.518Z | Compiling linked-hash-map v0.5.6 |
1420 | 2025-01-15T01:44:04.607Z | Compiling anyhow v1.0.93 |
1421 | 2025-01-15T01:44:04.628Z | Compiling portable-atomic v1.9.0 |
1422 | 2025-01-15T01:44:04.746Z | Compiling resolv-conf v0.7.0 |
1423 | 2025-01-15T01:44:04.845Z | Compiling lru-cache v0.1.2 |
1424 | 2025-01-15T01:44:05.048Z | Compiling publicsuffix v2.2.3 |
1425 | 2025-01-15T01:44:05.140Z | Compiling postgres-protocol v0.6.7 |
1426 | 2025-01-15T01:44:05.300Z | Compiling sec1 v0.7.3 |
1427 | 2025-01-15T01:44:05.432Z | Compiling tungstenite v0.24.0 |
1428 | 2025-01-15T01:44:05.562Z | Compiling async-stream v0.3.6 |
1429 | 2025-01-15T01:44:05.837Z | Compiling hickory-proto v0.24.1 |
1430 | 2025-01-15T01:44:05.858Z | Compiling slog-term v2.9.1 |
1431 | 2025-01-15T01:44:06.319Z | Compiling usdt v0.5.0 |
1432 | 2025-01-15T01:44:06.770Z | Compiling group v0.13.0 |
1433 | 2025-01-15T01:44:06.790Z | Compiling num-iter v0.1.45 |
1434 | 2025-01-15T01:44:07.140Z | Compiling futures v0.3.31 |
1435 | 2025-01-15T01:44:07.163Z | Compiling slog-bunyan v2.5.0 |
1436 | 2025-01-15T01:44:07.464Z | Compiling toml v0.8.19 |
1437 | 2025-01-15T01:44:08.449Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2025-01-15T01:44:08.937Z | Compiling camino v1.1.9 |
1439 | 2025-01-15T01:44:09.008Z | Compiling phf_shared v0.11.2 |
1440 | 2025-01-15T01:44:09.067Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2025-01-15T01:44:09.357Z | Compiling terminal_size v0.4.0 |
1442 | 2025-01-15T01:44:09.592Z | Compiling waitgroup v0.1.2 |
1443 | 2025-01-15T01:44:09.612Z | Compiling openapiv3 v2.0.0 |
1444 | 2025-01-15T01:44:09.782Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2025-01-15T01:44:09.807Z | Compiling hkdf v0.12.4 |
1446 | 2025-01-15T01:44:10.069Z | Compiling backtrace v0.3.74 |
1447 | 2025-01-15T01:44:10.563Z | Compiling crypto-bigint v0.5.5 |
1448 | 2025-01-15T01:44:10.585Z | Compiling webpki-roots v0.26.6 |
1449 | 2025-01-15T01:44:10.810Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2025-01-15T01:44:12.267Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2025-01-15T01:44:13.102Z | Compiling idna v0.5.0 |
1452 | 2025-01-15T01:44:13.326Z | Compiling hubpack_derive v0.1.1 |
1453 | 2025-01-15T01:44:13.345Z | Compiling hostname v0.4.0 |
1454 | 2025-01-15T01:44:13.561Z | Compiling ahash v0.8.11 |
1455 | 2025-01-15T01:44:13.593Z | Compiling crc32fast v1.4.2 |
1456 | 2025-01-15T01:44:13.889Z | Compiling fs-err v2.11.0 |
1457 | 2025-01-15T01:44:13.918Z | Compiling newtype-uuid v1.1.3 |
1458 | 2025-01-15T01:44:14.193Z | Compiling winnow v0.5.40 |
1459 | 2025-01-15T01:44:14.196Z | Compiling managed v0.8.0 |
1460 | 2025-01-15T01:44:14.233Z | Compiling debug-ignore v1.0.5 |
1461 | 2025-01-15T01:44:14.236Z | Compiling bitflags v1.3.2 |
1462 | 2025-01-15T01:44:14.364Z | Compiling clap_builder v4.5.21 |
1463 | 2025-01-15T01:44:14.397Z | Compiling hubpack v0.1.2 |
1464 | 2025-01-15T01:44:14.593Z | Compiling console v0.15.8 |
1465 | 2025-01-15T01:44:14.791Z | Compiling strum_macros v0.25.3 |
1466 | 2025-01-15T01:44:15.156Z | Compiling zerocopy v0.6.6 |
1467 | 2025-01-15T01:44:15.912Z | Compiling cookie_store v0.21.0 |
1468 | 2025-01-15T01:44:16.006Z | Compiling flate2 v1.0.34 |
1469 | 2025-01-15T01:44:16.565Z | Compiling elliptic-curve v0.13.8 |
1470 | 2025-01-15T01:44:16.897Z | Compiling hickory-resolver v0.24.1 |
1471 | 2025-01-15T01:44:17.395Z | Compiling toml_edit v0.19.15 |
1472 | 2025-01-15T01:44:17.651Z | Compiling phf v0.11.2 |
1473 | 2025-01-15T01:44:17.954Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2025-01-15T01:44:18.133Z | Compiling hyper-tls v0.6.0 |
1475 | 2025-01-15T01:44:18.214Z | Compiling rayon v1.10.0 |
1476 | 2025-01-15T01:44:18.498Z | Compiling bzip2 v0.4.4 |
1477 | 2025-01-15T01:44:18.879Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2025-01-15T01:44:19.403Z | Compiling postgres-types v0.2.8 |
1479 | 2025-01-15T01:44:21.989Z | Compiling ed25519 v2.2.3 |
1480 | 2025-01-15T01:44:22.532Z | Compiling phf_shared v0.10.0 |
1481 | 2025-01-15T01:44:22.554Z | Compiling tokio-stream v0.1.16 |
1482 | 2025-01-15T01:44:22.817Z | Compiling pkcs1 v0.7.5 |
1483 | 2025-01-15T01:44:22.907Z | Compiling serde-big-array v0.5.1 |
1484 | 2025-01-15T01:44:23.142Z | Compiling clap_derive v4.5.18 |
1485 | 2025-01-15T01:44:23.517Z | Compiling rfc6979 v0.4.0 |
1486 | 2025-01-15T01:44:23.718Z | Compiling derive-where v1.2.7 |
1487 | 2025-01-15T01:44:23.737Z | Compiling serde_repr v0.1.19 |
1488 | 2025-01-15T01:44:23.888Z | Compiling float-cmp v0.9.0 |
1489 | 2025-01-15T01:44:24.121Z | Compiling bstr v1.10.0 |
1490 | 2025-01-15T01:44:24.574Z | Compiling sync_wrapper v1.0.1 |
1491 | 2025-01-15T01:44:24.697Z | Compiling static_assertions v1.1.0 |
1492 | 2025-01-15T01:44:24.743Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2025-01-15T01:44:24.811Z | Compiling predicates-core v1.0.8 |
1494 | 2025-01-15T01:44:24.832Z | Compiling difflib v0.4.0 |
1495 | 2025-01-15T01:44:24.853Z | Compiling whoami v1.5.2 |
1496 | 2025-01-15T01:44:25.134Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2025-01-15T01:44:25.281Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2025-01-15T01:44:25.401Z | Compiling bit-vec v0.6.3 |
1499 | 2025-01-15T01:44:25.744Z | Compiling precomputed-hash v0.1.1 |
1500 | 2025-01-15T01:44:25.804Z | Compiling number_prefix v0.4.0 |
1501 | 2025-01-15T01:44:25.880Z | Compiling fixedbitset v0.4.2 |
1502 | 2025-01-15T01:44:26.040Z | Compiling unicode-width v0.2.0 |
1503 | 2025-01-15T01:44:26.133Z | Compiling similar v2.6.0 |
1504 | 2025-01-15T01:44:26.230Z | Compiling petgraph v0.6.5 |
1505 | 2025-01-15T01:44:26.330Z | Compiling string_cache v0.8.7 |
1506 | 2025-01-15T01:44:26.587Z | Compiling indicatif v0.17.9 |
1507 | 2025-01-15T01:44:26.768Z | Compiling bit-set v0.5.3 |
1508 | 2025-01-15T01:44:26.884Z | Compiling predicates v3.1.2 |
1509 | 2025-01-15T01:44:27.081Z | Compiling tokio-postgres v0.7.12 |
1510 | 2025-01-15T01:44:27.749Z | Compiling clap v4.5.21 |
1511 | 2025-01-15T01:44:27.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2025-01-15T01:44:28.278Z | Compiling ecdsa v0.16.9 |
1513 | 2025-01-15T01:44:28.432Z | Compiling rsa v0.9.6 |
1514 | 2025-01-15T01:44:28.621Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2025-01-15T01:44:29.108Z | Compiling toml v0.7.8 |
1516 | 2025-01-15T01:44:29.752Z | Compiling zip v0.6.6 |
1517 | 2025-01-15T01:44:29.911Z | Compiling crossterm v0.28.1 |
1518 | 2025-01-15T01:44:31.524Z | Compiling hex v0.4.3 |
1519 | 2025-01-15T01:44:31.909Z | Compiling x509-cert v0.2.5 |
1520 | 2025-01-15T01:44:32.140Z | Compiling peg-runtime v0.8.3 |
1521 | 2025-01-15T01:44:32.424Z | Compiling lalrpop-util v0.19.12 |
1522 | 2025-01-15T01:44:32.736Z | Compiling unicode-xid v0.2.6 |
1523 | 2025-01-15T01:44:32.782Z | Compiling strum_macros v0.26.4 |
1524 | 2025-01-15T01:44:32.863Z | Compiling xattr v1.3.1 |
1525 | 2025-01-15T01:44:32.929Z | Compiling filetime v0.2.25 |
1526 | 2025-01-15T01:44:33.231Z | Compiling tar v0.4.42 |
1527 | 2025-01-15T01:44:37.352Z | Compiling strum v0.26.3 |
1528 | 2025-01-15T01:44:40.509Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2025-01-15T01:45:08.006Z | Compiling rustls-webpki v0.102.8 |
1530 | 2025-01-15T01:45:11.155Z | Compiling tokio-rustls v0.25.0 |
1531 | 2025-01-15T01:45:12.964Z | Compiling tokio-rustls v0.26.0 |
1532 | 2025-01-15T01:45:13.259Z | Compiling hyper-rustls v0.27.3 |
1533 | 2025-01-15T01:45:13.847Z | Compiling reqwest v0.12.9 |
1534 | 2025-01-15T01:45:14.720Z | Compiling qorb v0.2.1 |
1535 | 2025-01-15T01:45:17.982Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2025-01-15T01:45:18.222Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2025-01-15T01:45:22.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1538 | 2025-01-15T01:45:22.840Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2025-01-15T01:45:22.889Z | Jan 15 01:45:21.768 INFO Starting download, target: Clickhouse |
1540 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: Console |
1541 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: Cockroach |
1542 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: DendriteOpenapi |
1543 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: DendriteStub |
1544 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: MaghemiteMgd |
1545 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Starting download, target: TransceiverControl |
1546 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.769 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1547 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2025-01-15T01:45:22.893Z | Jan 15 01:45:21.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2025-01-15T01:45:23.125Z | Jan 15 01:45:21.969 INFO Download complete, target: DendriteOpenapi |
1554 | 2025-01-15T01:45:23.362Z | Jan 15 01:45:22.234 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2025-01-15T01:45:23.425Z | Jan 15 01:45:22.299 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2025-01-15T01:45:23.775Z | Jan 15 01:45:22.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1557 | 2025-01-15T01:45:23.802Z | Jan 15 01:45:22.680 INFO Download complete, target: Console |
1558 | 2025-01-15T01:45:24.043Z | Jan 15 01:45:22.919 INFO Download complete, target: TransceiverControl |
1559 | 2025-01-15T01:45:24.162Z | Jan 15 01:45:23.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2025-01-15T01:45:24.711Z | Jan 15 01:45:23.590 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2025-01-15T01:45:24.711Z | Jan 15 01:45:23.590 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2025-01-15T01:45:24.787Z | Jan 15 01:45:23.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2025-01-15T01:45:26.797Z | Jan 15 01:45:25.674 INFO Download complete, target: MaghemiteMgd |
1564 | 2025-01-15T01:45:26.963Z | Jan 15 01:45:25.841 INFO Download complete, target: DendriteStub |
1565 | 2025-01-15T01:45:32.317Z | Jan 15 01:45:31.193 INFO Checking that binary works, target: Cockroach |
1566 | 2025-01-15T01:45:32.480Z | Jan 15 01:45:31.356 INFO Download complete, target: Cockroach |
1567 | 2025-01-15T01:45:37.547Z | Jan 15 01:45:36.422 INFO Checking that binary works, target: Clickhouse |
1568 | 2025-01-15T01:45:37.664Z | Jan 15 01:45:36.538 INFO Download complete, target: Clickhouse |
1569 | 2025-01-15T01:45:37.671Z | All prerequisites installed successfully |
1570 | 2025-01-15T01:45:37.673Z | |
1571 | 2025-01-15T01:45:37.673Z | real 4:56.168181940 |
1572 | 2025-01-15T01:45:37.673Z | user 15:45.043421003 |
1573 | 2025-01-15T01:45:37.673Z | sys 2:02.126826666 |
1574 | 2025-01-15T01:45:37.673Z | trap 0.552627809 |
1575 | 2025-01-15T01:45:37.673Z | tflt 1.564300863 |
1576 | 2025-01-15T01:45:37.673Z | dflt 1.649735706 |
1577 | 2025-01-15T01:45:37.673Z | kflt 0.031716317 |
1578 | 2025-01-15T01:45:37.673Z | lock 24:35.202396645 |
1579 | 2025-01-15T01:45:37.673Z | slp 55:06.155277269 |
1580 | 2025-01-15T01:45:37.674Z | lat 59.185448692 |
1581 | 2025-01-15T01:45:37.674Z | stop 2:23.265809163 |
1582 | 2025-01-15T01:45:37.674Z | + ptime -m cargo xtask download softnpu |
1583 | 2025-01-15T01:45:38.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1584 | 2025-01-15T01:45:38.267Z | Running `target/debug/xtask download softnpu` |
1585 | 2025-01-15T01:45:39.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1586 | 2025-01-15T01:45:39.118Z | Running `target/debug/xtask-downloader softnpu` |
1587 | 2025-01-15T01:45:39.176Z | Jan 15 01:45:37.981 INFO Starting download, target: Softnpu |
1588 | 2025-01-15T01:45:39.176Z | Jan 15 01:45:37.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1589 | 2025-01-15T01:45:40.231Z | Jan 15 01:45:39.104 INFO Download complete, target: Softnpu |
1590 | 2025-01-15T01:45:40.236Z | |
1591 | 2025-01-15T01:45:40.236Z | real 2.555122500 |
1592 | 2025-01-15T01:45:40.236Z | user 1.268432430 |
1593 | 2025-01-15T01:45:40.236Z | sys 0.531066453 |
1594 | 2025-01-15T01:45:40.236Z | trap 0.000884555 |
1595 | 2025-01-15T01:45:40.236Z | tflt 0.000025262 |
1596 | 2025-01-15T01:45:40.237Z | dflt 0.000091080 |
1597 | 2025-01-15T01:45:40.237Z | kflt 0.000000000 |
1598 | 2025-01-15T01:45:40.237Z | lock 11.602697292 |
1599 | 2025-01-15T01:45:40.237Z | slp 0.917763892 |
1600 | 2025-01-15T01:45:40.237Z | lat 0.070719100 |
1601 | 2025-01-15T01:45:40.237Z | stop 0.000187946 |
1602 | 2025-01-15T01:45:40.242Z | + export CARGO_INCREMENTAL=0 |
1603 | 2025-01-15T01:45:40.242Z | + CARGO_INCREMENTAL=0 |
1604 | 2025-01-15T01:45:40.243Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1605 | 2025-01-15T01:45:41.192Z | Compiling proc-macro2 v1.0.92 |
1606 | 2025-01-15T01:45:41.192Z | Compiling unicode-ident v1.0.14 |
1607 | 2025-01-15T01:45:41.192Z | Compiling libc v0.2.162 |
1608 | 2025-01-15T01:45:41.195Z | Compiling serde v1.0.217 |
1609 | 2025-01-15T01:45:41.195Z | Compiling autocfg v1.4.0 |
1610 | 2025-01-15T01:45:41.195Z | Compiling version_check v0.9.5 |
1611 | 2025-01-15T01:45:41.195Z | Compiling cfg-if v1.0.0 |
1612 | 2025-01-15T01:45:41.446Z | Compiling memchr v2.7.4 |
1613 | 2025-01-15T01:45:41.481Z | Compiling typenum v1.17.0 |
1614 | 2025-01-15T01:45:41.500Z | Compiling shlex v1.3.0 |
1615 | 2025-01-15T01:45:41.840Z | Compiling value-bag v1.9.0 |
1616 | 2025-01-15T01:45:42.033Z | Compiling generic-array v0.14.7 |
1617 | 2025-01-15T01:45:42.115Z | Compiling lock_api v0.4.12 |
1618 | 2025-01-15T01:45:42.313Z | Compiling log v0.4.22 |
1619 | 2025-01-15T01:45:42.332Z | Compiling scopeguard v1.2.0 |
1620 | 2025-01-15T01:45:42.475Z | Compiling parking_lot_core v0.9.10 |
1621 | 2025-01-15T01:45:42.743Z | Compiling serde_json v1.0.135 |
1622 | 2025-01-15T01:45:42.858Z | Compiling once_cell v1.20.2 |
1623 | 2025-01-15T01:45:42.950Z | Compiling rustix v0.38.37 |
1624 | 2025-01-15T01:45:43.016Z | Compiling quote v1.0.38 |
1625 | 2025-01-15T01:45:43.043Z | Compiling jobserver v0.1.32 |
1626 | 2025-01-15T01:45:43.209Z | Compiling getrandom v0.2.15 |
1627 | 2025-01-15T01:45:43.505Z | Compiling syn v2.0.96 |
1628 | 2025-01-15T01:45:43.532Z | Compiling cc v1.1.30 |
1629 | 2025-01-15T01:45:43.548Z | Compiling libm v0.2.8 |
1630 | 2025-01-15T01:45:43.568Z | Compiling aho-corasick v1.1.3 |
1631 | 2025-01-15T01:45:43.607Z | Compiling num-traits v0.2.19 |
1632 | 2025-01-15T01:45:43.634Z | Compiling thiserror v1.0.69 |
1633 | 2025-01-15T01:45:43.731Z | Compiling regex-syntax v0.8.5 |
1634 | 2025-01-15T01:45:43.856Z | Compiling either v1.13.0 |
1635 | 2025-01-15T01:45:43.902Z | Compiling itoa v1.0.11 |
1636 | 2025-01-15T01:45:44.116Z | Compiling spin v0.9.8 |
1637 | 2025-01-15T01:45:44.368Z | Compiling slab v0.4.9 |
1638 | 2025-01-15T01:45:44.596Z | Compiling errno v0.3.9 |
1639 | 2025-01-15T01:45:44.674Z | Compiling byteorder v1.5.0 |
1640 | 2025-01-15T01:45:44.934Z | Compiling lazy_static v1.5.0 |
1641 | 2025-01-15T01:45:45.035Z | Compiling rand_core v0.6.4 |
1642 | 2025-01-15T01:45:45.099Z | Compiling glob v0.3.1 |
1643 | 2025-01-15T01:45:45.541Z | Compiling prettyplease v0.2.25 |
1644 | 2025-01-15T01:45:45.776Z | Compiling clang-sys v1.8.1 |
1645 | 2025-01-15T01:45:45.887Z | Compiling minimal-lexical v0.2.1 |
1646 | 2025-01-15T01:45:46.340Z | Compiling nom v7.1.3 |
1647 | 2025-01-15T01:45:46.465Z | Compiling libloading v0.8.5 |
1648 | 2025-01-15T01:45:46.483Z | Compiling subtle v2.6.1 |
1649 | 2025-01-15T01:45:46.592Z | Compiling bindgen v0.69.5 |
1650 | 2025-01-15T01:45:46.774Z | Compiling home v0.5.9 |
1651 | 2025-01-15T01:45:46.993Z | Compiling itertools v0.10.5 |
1652 | 2025-01-15T01:45:47.040Z | Compiling lazycell v1.3.0 |
1653 | 2025-01-15T01:45:47.211Z | Compiling allocator-api2 v0.2.18 |
1654 | 2025-01-15T01:45:47.372Z | Compiling regex-automata v0.4.8 |
1655 | 2025-01-15T01:45:47.499Z | Compiling rustc-hash v1.1.0 |
1656 | 2025-01-15T01:45:47.920Z | Compiling smallvec v1.13.2 |
1657 | 2025-01-15T01:45:47.962Z | Compiling cmake v0.1.51 |
1658 | 2025-01-15T01:45:48.615Z | Compiling dunce v1.0.5 |
1659 | 2025-01-15T01:45:48.722Z | Compiling fs_extra v1.3.0 |
1660 | 2025-01-15T01:45:48.760Z | Compiling semver v1.0.24 |
1661 | 2025-01-15T01:45:49.284Z | Compiling cexpr v0.6.0 |
1662 | 2025-01-15T01:45:49.366Z | Compiling pkg-config v0.3.31 |
1663 | 2025-01-15T01:45:49.497Z | Compiling ring v0.17.8 |
1664 | 2025-01-15T01:45:50.091Z | Compiling pin-project-lite v0.2.14 |
1665 | 2025-01-15T01:45:50.241Z | Compiling ryu v1.0.18 |
1666 | 2025-01-15T01:45:50.310Z | Compiling paste v1.0.15 |
1667 | 2025-01-15T01:45:50.469Z | Compiling synstructure v0.13.1 |
1668 | 2025-01-15T01:45:50.572Z | Compiling aws-lc-rs v1.10.0 |
1669 | 2025-01-15T01:45:50.821Z | Compiling fnv v1.0.7 |
1670 | 2025-01-15T01:45:50.953Z | Compiling httparse v1.9.5 |
1671 | 2025-01-15T01:45:51.093Z | Compiling const-oid v0.9.6 |
1672 | 2025-01-15T01:45:51.590Z | Compiling schemars v0.8.21 |
1673 | 2025-01-15T01:45:51.661Z | Compiling serde_derive_internals v0.29.1 |
1674 | 2025-01-15T01:45:52.048Z | Compiling equivalent v1.0.1 |
1675 | 2025-01-15T01:45:52.179Z | Compiling foldhash v0.1.3 |
1676 | 2025-01-15T01:45:52.460Z | Compiling hashbrown v0.15.1 |
1677 | 2025-01-15T01:45:52.927Z | Compiling regex v1.11.1 |
1678 | 2025-01-15T01:45:53.079Z | Compiling signal-hook-registry v1.4.2 |
1679 | 2025-01-15T01:45:53.348Z | Compiling heck v0.5.0 |
1680 | 2025-01-15T01:45:53.661Z | Compiling parking_lot v0.12.3 |
1681 | 2025-01-15T01:45:53.695Z | Compiling mio v1.0.2 |
1682 | 2025-01-15T01:45:54.880Z | Compiling stable_deref_trait v1.2.0 |
1683 | 2025-01-15T01:45:54.900Z | Compiling serde_derive v1.0.217 |
1684 | 2025-01-15T01:45:55.005Z | Compiling zeroize_derive v1.4.2 |
1685 | 2025-01-15T01:45:55.241Z | Compiling zerocopy-derive v0.7.35 |
1686 | 2025-01-15T01:45:55.613Z | Compiling thiserror-impl v1.0.69 |
1687 | 2025-01-15T01:45:55.917Z | Compiling tokio-macros v2.4.0 |
1688 | 2025-01-15T01:45:56.104Z | Compiling zerofrom-derive v0.1.4 |
1689 | 2025-01-15T01:45:56.352Z | Compiling zeroize v1.8.1 |
1690 | 2025-01-15T01:45:56.803Z | Compiling yoke-derive v0.7.4 |
1691 | 2025-01-15T01:45:56.922Z | Compiling futures-macro v0.3.31 |
1692 | 2025-01-15T01:45:56.943Z | Compiling zerovec-derive v0.10.3 |
1693 | 2025-01-15T01:45:57.273Z | Compiling zerocopy v0.7.35 |
1694 | 2025-01-15T01:45:58.217Z | Compiling displaydoc v0.2.5 |
1695 | 2025-01-15T01:45:58.623Z | Compiling crypto-common v0.1.6 |
1696 | 2025-01-15T01:45:58.739Z | Compiling tracing-attributes v0.1.27 |
1697 | 2025-01-15T01:45:58.832Z | Compiling icu_provider_macros v1.5.0 |
1698 | 2025-01-15T01:45:59.111Z | Compiling schemars_derive v0.8.21 |
1699 | 2025-01-15T01:45:59.186Z | Compiling block-buffer v0.10.4 |
1700 | 2025-01-15T01:45:59.481Z | Compiling digest v0.10.7 |
1701 | 2025-01-15T01:45:59.661Z | Compiling socket2 v0.5.7 |
1702 | 2025-01-15T01:45:59.760Z | Compiling futures-core v0.3.31 |
1703 | 2025-01-15T01:45:59.851Z | Compiling num-conv v0.1.0 |
1704 | 2025-01-15T01:46:00.025Z | Compiling time-core v0.1.2 |
1705 | 2025-01-15T01:46:00.137Z | Compiling crossbeam-utils v0.8.20 |
1706 | 2025-01-15T01:46:00.205Z | Compiling time-macros v0.2.18 |
1707 | 2025-01-15T01:46:00.684Z | Compiling der_derive v0.7.3 |
1708 | 2025-01-15T01:46:00.984Z | Compiling vcpkg v0.2.15 |
1709 | 2025-01-15T01:46:02.434Z | Compiling openssl-sys v0.9.103 |
1710 | 2025-01-15T01:46:02.904Z | Compiling syn v1.0.109 |
1711 | 2025-01-15T01:46:03.355Z | Compiling cpufeatures v0.2.14 |
1712 | 2025-01-15T01:46:03.443Z | Compiling futures-sink v0.3.31 |
1713 | 2025-01-15T01:46:03.614Z | Compiling slog v2.7.0 |
1714 | 2025-01-15T01:46:03.893Z | Compiling ahash v0.8.11 |
1715 | 2025-01-15T01:46:04.233Z | Compiling iana-time-zone v0.1.61 |
1716 | 2025-01-15T01:46:04.383Z | Compiling futures-channel v0.3.31 |
1717 | 2025-01-15T01:46:04.627Z | Compiling zerofrom v0.1.4 |
1718 | 2025-01-15T01:46:04.830Z | Compiling scroll_derive v0.12.0 |
1719 | 2025-01-15T01:46:04.867Z | Compiling pin-utils v0.1.0 |
1720 | 2025-01-15T01:46:04.906Z | Compiling futures-io v0.3.31 |
1721 | 2025-01-15T01:46:04.951Z | Compiling openssl v0.10.66 |
1722 | 2025-01-15T01:46:04.976Z | Compiling futures-task v0.3.31 |
1723 | 2025-01-15T01:46:05.249Z | Compiling ucd-trie v0.1.7 |
1724 | 2025-01-15T01:46:05.272Z | Compiling futures-util v0.3.31 |
1725 | 2025-01-15T01:46:05.354Z | Compiling yoke v0.7.4 |
1726 | 2025-01-15T01:46:05.701Z | Compiling pest v2.7.14 |
1727 | 2025-01-15T01:46:06.106Z | Compiling hmac v0.12.1 |
1728 | 2025-01-15T01:46:06.492Z | Compiling zerovec v0.10.4 |
1729 | 2025-01-15T01:46:07.075Z | Compiling bitflags v2.6.0 |
1730 | 2025-01-15T01:46:07.496Z | Compiling bytes v1.9.0 |
1731 | 2025-01-15T01:46:09.561Z | Compiling indexmap v2.7.0 |
1732 | 2025-01-15T01:46:10.155Z | Compiling tokio v1.40.0 |
1733 | 2025-01-15T01:46:11.214Z | Compiling serde_tokenstream v0.2.2 |
1734 | 2025-01-15T01:46:11.676Z | Compiling which v4.4.2 |
1735 | 2025-01-15T01:46:11.748Z | Compiling uuid v1.11.0 |
1736 | 2025-01-15T01:46:12.157Z | Compiling http v1.2.0 |
1737 | 2025-01-15T01:46:12.263Z | Compiling chrono v0.4.38 |
1738 | 2025-01-15T01:46:12.987Z | Compiling rustc_version v0.4.1 |
1739 | 2025-01-15T01:46:14.915Z | Compiling pest_meta v2.7.14 |
1740 | 2025-01-15T01:46:15.740Z | Compiling block-padding v0.3.3 |
1741 | 2025-01-15T01:46:15.973Z | Compiling openssl-macros v0.1.1 |
1742 | 2025-01-15T01:46:16.699Z | Compiling tinyvec_macros v0.1.1 |
1743 | 2025-01-15T01:46:16.801Z | Compiling native-tls v0.2.12 |
1744 | 2025-01-15T01:46:17.149Z | Compiling rustls v0.23.19 |
1745 | 2025-01-15T01:46:17.573Z | Compiling tinyvec v1.8.0 |
1746 | 2025-01-15T01:46:18.550Z | Compiling pest_generator v2.7.14 |
1747 | 2025-01-15T01:46:19.027Z | Compiling inout v0.1.3 |
1748 | 2025-01-15T01:46:19.243Z | Compiling serde_spanned v0.6.8 |
1749 | 2025-01-15T01:46:19.292Z | Compiling toml_datetime v0.6.8 |
1750 | 2025-01-15T01:46:19.510Z | Compiling tracing-core v0.1.32 |
1751 | 2025-01-15T01:46:19.723Z | Compiling strsim v0.11.1 |
1752 | 2025-01-15T01:46:19.834Z | Compiling dyn-clone v1.0.17 |
1753 | 2025-01-15T01:46:20.205Z | Compiling pest_derive v2.7.14 |
1754 | 2025-01-15T01:46:20.323Z | Compiling tracing v0.1.40 |
1755 | 2025-01-15T01:46:20.383Z | Compiling unicode-normalization v0.1.24 |
1756 | 2025-01-15T01:46:20.943Z | Compiling cipher v0.4.4 |
1757 | 2025-01-15T01:46:21.430Z | Compiling tinystr v0.7.6 |
1758 | 2025-01-15T01:46:21.648Z | Compiling sha2 v0.10.8 |
1759 | 2025-01-15T01:46:21.873Z | Compiling usdt-impl v0.5.0 |
1760 | 2025-01-15T01:46:22.216Z | Compiling cookie v0.18.1 |
1761 | 2025-01-15T01:46:22.385Z | Compiling unicode-bidi v0.3.17 |
1762 | 2025-01-15T01:46:22.462Z | Compiling writeable v0.5.5 |
1763 | 2025-01-15T01:46:22.480Z | Compiling base64ct v1.6.0 |
1764 | 2025-01-15T01:46:22.945Z | Compiling litemap v0.7.3 |
1765 | 2025-01-15T01:46:23.395Z | Compiling icu_locid v1.5.0 |
1766 | 2025-01-15T01:46:24.145Z | Compiling aws-lc-sys v0.22.0 |
1767 | 2025-01-15T01:46:24.461Z | Compiling pem-rfc7468 v0.7.0 |
1768 | 2025-01-15T01:46:25.074Z | Compiling scroll v0.12.0 |
1769 | 2025-01-15T01:46:25.349Z | Compiling ppv-lite86 v0.2.20 |
1770 | 2025-01-15T01:46:25.592Z | Compiling async-trait v0.1.83 |
1771 | 2025-01-15T01:46:27.859Z | Compiling plain v0.2.3 |
1772 | 2025-01-15T01:46:27.994Z | Compiling anyhow v1.0.93 |
1773 | 2025-01-15T01:46:28.527Z | Compiling rustls-pki-types v1.10.0 |
1774 | 2025-01-15T01:46:30.022Z | Compiling percent-encoding v2.3.1 |
1775 | 2025-01-15T01:46:30.246Z | Compiling camino v1.1.9 |
1776 | 2025-01-15T01:46:30.450Z | Compiling flagset v0.4.6 |
1777 | 2025-01-15T01:46:30.487Z | Compiling goblin v0.8.2 |
1778 | 2025-01-15T01:46:30.635Z | Compiling der v0.7.9 |
1779 | 2025-01-15T01:46:31.780Z | Compiling rand_chacha v0.3.1 |
1780 | 2025-01-15T01:46:32.504Z | Compiling icu_provider v1.5.0 |
1781 | 2025-01-15T01:46:33.186Z | Compiling tokio-util v0.7.12 |
1782 | 2025-01-15T01:46:34.387Z | Compiling untrusted v0.9.0 |
1783 | 2025-01-15T01:46:34.482Z | Compiling rustls v0.22.4 |
1784 | 2025-01-15T01:46:34.523Z | Compiling pretty-hex v0.4.1 |
1785 | 2025-01-15T01:46:34.584Z | Compiling rayon-core v1.12.1 |
1786 | 2025-01-15T01:46:34.765Z | Compiling icu_locid_transform_data v1.5.0 |
1787 | 2025-01-15T01:46:34.857Z | Compiling powerfmt v0.2.0 |
1788 | 2025-01-15T01:46:34.898Z | Compiling untrusted v0.7.1 |
1789 | 2025-01-15T01:46:34.975Z | Compiling mirai-annotations v1.12.0 |
1790 | 2025-01-15T01:46:35.089Z | Compiling icu_locid_transform v1.5.0 |
1791 | 2025-01-15T01:46:35.165Z | Compiling deranged v0.3.11 |
1792 | 2025-01-15T01:46:35.753Z | Compiling dof v0.3.0 |
1793 | 2025-01-15T01:46:37.293Z | Compiling spki v0.7.3 |
1794 | 2025-01-15T01:46:37.321Z | Compiling rand v0.8.5 |
1795 | 2025-01-15T01:46:37.719Z | Compiling salsa20 v0.10.2 |
1796 | 2025-01-15T01:46:37.817Z | Compiling dtrace-parser v0.2.0 |
1797 | 2025-01-15T01:46:38.433Z | Compiling icu_collections v1.5.0 |
1798 | 2025-01-15T01:46:39.169Z | Compiling pbkdf2 v0.12.2 |
1799 | 2025-01-15T01:46:39.669Z | Compiling thread-id v4.2.2 |
1800 | 2025-01-15T01:46:39.793Z | Compiling atomic-waker v1.1.2 |
1801 | 2025-01-15T01:46:40.018Z | Compiling winnow v0.5.40 |
1802 | 2025-01-15T01:46:40.393Z | Compiling icu_properties_data v1.5.0 |
1803 | 2025-01-15T01:46:40.659Z | Compiling num_threads v0.1.7 |
1804 | 2025-01-15T01:46:40.796Z | Compiling time v0.3.36 |
1805 | 2025-01-15T01:46:41.067Z | Compiling icu_properties v1.5.1 |
1806 | 2025-01-15T01:46:43.440Z | Compiling toml_edit v0.19.15 |
1807 | 2025-01-15T01:46:45.083Z | Compiling scrypt v0.11.0 |
1808 | 2025-01-15T01:46:45.556Z | Compiling form_urlencoded v1.2.1 |
1809 | 2025-01-15T01:46:45.767Z | Compiling cbc v0.1.2 |
1810 | 2025-01-15T01:46:45.995Z | Compiling aes v0.8.4 |
1811 | 2025-01-15T01:46:46.060Z | Compiling http-body v1.0.1 |
1812 | 2025-01-15T01:46:46.823Z | Compiling multer v3.1.0 |
1813 | 2025-01-15T01:46:47.132Z | Compiling write16 v1.0.0 |
1814 | 2025-01-15T01:46:47.132Z | Compiling try-lock v0.2.5 |
1815 | 2025-01-15T01:46:47.275Z | Compiling icu_normalizer_data v1.5.0 |
1816 | 2025-01-15T01:46:47.314Z | Compiling utf8_iter v1.0.4 |
1817 | 2025-01-15T01:46:47.392Z | Compiling utf16_iter v1.0.5 |
1818 | 2025-01-15T01:46:47.617Z | Compiling rustversion v1.0.17 |
1819 | 2025-01-15T01:46:47.690Z | Compiling slog-async v2.8.0 |
1820 | 2025-01-15T01:46:48.131Z | Compiling icu_normalizer v1.5.0 |
1821 | 2025-01-15T01:46:49.466Z | Compiling want v0.3.1 |
1822 | 2025-01-15T01:46:49.549Z | Compiling pkcs5 v0.7.1 |
1823 | 2025-01-15T01:46:50.218Z | Compiling h2 v0.4.6 |
1824 | 2025-01-15T01:46:51.133Z | Compiling heapless v0.7.17 |
1825 | 2025-01-15T01:46:51.682Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1826 | 2025-01-15T01:46:52.254Z | Compiling signal-hook v0.3.17 |
1827 | 2025-01-15T01:46:52.443Z | Compiling httpdate v1.0.3 |
1828 | 2025-01-15T01:46:53.199Z | Compiling pkcs8 v0.10.2 |
1829 | 2025-01-15T01:46:53.289Z | Compiling idna_adapter v1.2.0 |
1830 | 2025-01-15T01:46:54.308Z | Compiling usdt-macro v0.5.0 |
1831 | 2025-01-15T01:46:54.664Z | Compiling usdt-attr-macro v0.5.0 |
1832 | 2025-01-15T01:46:54.903Z | Compiling async-stream-impl v0.3.6 |
1833 | 2025-01-15T01:46:55.563Z | Compiling tower-service v0.3.3 |
1834 | 2025-01-15T01:46:56.023Z | Compiling adler2 v2.0.0 |
1835 | 2025-01-15T01:46:56.079Z | Compiling base64 v0.22.1 |
1836 | 2025-01-15T01:46:56.329Z | Compiling miniz_oxide v0.8.0 |
1837 | 2025-01-15T01:46:57.540Z | Compiling idna v1.0.3 |
1838 | 2025-01-15T01:46:59.742Z | Compiling hyper v1.5.0 |
1839 | 2025-01-15T01:47:03.039Z | Compiling hyper-util v0.1.10 |
1840 | 2025-01-15T01:47:03.188Z | Compiling curve25519-dalek v4.1.3 |
1841 | 2025-01-15T01:47:03.355Z | Compiling openapiv3 v2.0.0 |
1842 | 2025-01-15T01:47:03.679Z | Compiling enum-as-inner v0.6.1 |
1843 | 2025-01-15T01:47:04.698Z | Compiling dropshot v0.12.0 |
1844 | 2025-01-15T01:47:04.937Z | Compiling num-bigint-dig v0.8.4 |
1845 | 2025-01-15T01:47:05.239Z | Compiling foreign-types-shared v0.1.1 |
1846 | 2025-01-15T01:47:05.367Z | Compiling match_cfg v0.1.0 |
1847 | 2025-01-15T01:47:05.679Z | Compiling newtype-uuid v1.1.3 |
1848 | 2025-01-15T01:47:05.913Z | Compiling portable-atomic v1.9.0 |
1849 | 2025-01-15T01:47:05.986Z | Compiling smoltcp v0.9.1 |
1850 | 2025-01-15T01:47:06.557Z | Compiling foreign-types v0.3.2 |
1851 | 2025-01-15T01:47:06.786Z | Compiling hostname v0.3.1 |
1852 | 2025-01-15T01:47:08.889Z | Compiling url v2.5.3 |
1853 | 2025-01-15T01:47:10.714Z | Compiling http-body-util v0.1.2 |
1854 | 2025-01-15T01:47:11.210Z | Compiling dirs-sys-next v0.1.2 |
1855 | 2025-01-15T01:47:11.244Z | Compiling encoding_rs v0.8.34 |
1856 | 2025-01-15T01:47:11.352Z | Compiling gimli v0.31.1 |
1857 | 2025-01-15T01:47:11.663Z | Compiling heck v0.4.1 |
1858 | 2025-01-15T01:47:12.021Z | Compiling ident_case v1.0.1 |
1859 | 2025-01-15T01:47:12.197Z | Compiling siphasher v0.3.11 |
1860 | 2025-01-15T01:47:12.566Z | Compiling mime v0.3.17 |
1861 | 2025-01-15T01:47:13.577Z | Compiling data-encoding v2.6.0 |
1862 | 2025-01-15T01:47:14.696Z | Compiling darling_core v0.20.10 |
1863 | 2025-01-15T01:47:15.027Z | Compiling dirs-next v2.0.0 |
1864 | 2025-01-15T01:47:16.042Z | Compiling addr2line v0.24.2 |
1865 | 2025-01-15T01:47:20.260Z | Compiling serde_urlencoded v0.7.1 |
1866 | 2025-01-15T01:47:20.839Z | Compiling crossbeam-epoch v0.9.18 |
1867 | 2025-01-15T01:47:20.921Z | Compiling rustls-pemfile v2.2.0 |
1868 | 2025-01-15T01:47:21.425Z | Compiling hubpack_derive v0.1.1 |
1869 | 2025-01-15T01:47:21.491Z | Compiling dropshot_endpoint v0.12.0 |
1870 | 2025-01-15T01:47:22.281Z | Compiling sha1 v0.10.6 |
1871 | 2025-01-15T01:47:22.370Z | Compiling signature v2.2.0 |
1872 | 2025-01-15T01:47:22.580Z | Compiling curve25519-dalek-derive v0.1.1 |
1873 | 2025-01-15T01:47:22.602Z | Compiling zerocopy-derive v0.6.6 |
1874 | 2025-01-15T01:47:22.732Z | Compiling object v0.36.5 |
1875 | 2025-01-15T01:47:24.318Z | Compiling thread_local v1.1.8 |
1876 | 2025-01-15T01:47:24.749Z | Compiling fs-err v2.11.0 |
1877 | 2025-01-15T01:47:25.619Z | Compiling ipnet v2.10.1 |
1878 | 2025-01-15T01:47:28.620Z | Compiling rustc-demangle v0.1.24 |
1879 | 2025-01-15T01:47:30.901Z | Compiling unicode-properties v0.1.3 |
1880 | 2025-01-15T01:47:31.150Z | Compiling utf8parse v0.2.2 |
1881 | 2025-01-15T01:47:31.332Z | Compiling anstyle v1.0.10 |
1882 | 2025-01-15T01:47:31.688Z | Compiling openssl-probe v0.1.5 |
1883 | 2025-01-15T01:47:31.965Z | Compiling winnow v0.6.20 |
1884 | 2025-01-15T01:47:35.276Z | Compiling toml_edit v0.22.22 |
1885 | 2025-01-15T01:47:37.113Z | Compiling anstyle-parse v0.2.5 |
1886 | 2025-01-15T01:47:37.410Z | Compiling rustls-webpki v0.102.8 |
1887 | 2025-01-15T01:47:37.438Z | Compiling stringprep v0.1.5 |
1888 | 2025-01-15T01:47:38.096Z | Compiling backtrace v0.3.74 |
1889 | 2025-01-15T01:47:43.987Z | Compiling crossbeam-deque v0.8.5 |
1890 | 2025-01-15T01:47:46.058Z | Compiling darling_macro v0.20.10 |
1891 | 2025-01-15T01:47:46.099Z | Compiling term v0.7.0 |
1892 | 2025-01-15T01:47:46.920Z | Compiling slog-json v2.6.1 |
1893 | 2025-01-15T01:47:47.618Z | Compiling crossbeam-channel v0.5.13 |
1894 | 2025-01-15T01:47:48.210Z | Compiling hashbrown v0.14.5 |
1895 | 2025-01-15T01:47:48.673Z | Compiling idna v0.3.0 |
1896 | 2025-01-15T01:47:48.729Z | Compiling idna v0.4.0 |
1897 | 2025-01-15T01:47:49.505Z | Compiling futures-executor v0.3.31 |
1898 | 2025-01-15T01:47:50.115Z | Compiling num-integer v0.1.46 |
1899 | 2025-01-15T01:47:50.284Z | Compiling md-5 v0.10.6 |
1900 | 2025-01-15T01:47:50.538Z | Compiling ff v0.13.0 |
1901 | 2025-01-15T01:47:50.642Z | Compiling hash32 v0.2.1 |
1902 | 2025-01-15T01:47:50.753Z | Compiling is-terminal v0.4.13 |
1903 | 2025-01-15T01:47:50.773Z | Compiling memmap v0.7.0 |
1904 | 2025-01-15T01:47:50.892Z | Compiling is_terminal_polyfill v1.70.1 |
1905 | 2025-01-15T01:47:50.968Z | Compiling base16ct v0.2.0 |
1906 | 2025-01-15T01:47:51.025Z | Compiling anstyle-query v1.1.1 |
1907 | 2025-01-15T01:47:51.080Z | Compiling psl-types v2.0.11 |
1908 | 2025-01-15T01:47:51.198Z | Compiling quick-error v1.2.3 |
1909 | 2025-01-15T01:47:51.251Z | Compiling linked-hash-map v0.5.6 |
1910 | 2025-01-15T01:47:51.310Z | Compiling fallible-iterator v0.2.0 |
1911 | 2025-01-15T01:47:51.578Z | Compiling utf-8 v0.7.6 |
1912 | 2025-01-15T01:47:51.866Z | Compiling colorchoice v1.0.2 |
1913 | 2025-01-15T01:47:51.941Z | Compiling take_mut v0.2.2 |
1914 | 2025-01-15T01:47:52.150Z | Compiling anstream v0.6.15 |
1915 | 2025-01-15T01:47:52.252Z | Compiling publicsuffix v2.2.3 |
1916 | 2025-01-15T01:47:52.521Z | Compiling postgres-protocol v0.6.7 |
1917 | 2025-01-15T01:47:52.761Z | Compiling tungstenite v0.24.0 |
1918 | 2025-01-15T01:47:52.894Z | Compiling lru-cache v0.1.2 |
1919 | 2025-01-15T01:47:53.004Z | Compiling resolv-conf v0.7.0 |
1920 | 2025-01-15T01:47:53.415Z | Compiling sec1 v0.7.3 |
1921 | 2025-01-15T01:47:53.607Z | Compiling usdt v0.5.0 |
1922 | 2025-01-15T01:47:53.947Z | Compiling slog-term v2.9.1 |
1923 | 2025-01-15T01:47:54.054Z | Compiling group v0.13.0 |
1924 | 2025-01-15T01:47:54.361Z | Compiling num-iter v0.1.45 |
1925 | 2025-01-15T01:47:54.529Z | Compiling futures v0.3.31 |
1926 | 2025-01-15T01:47:54.549Z | Compiling hickory-proto v0.24.1 |
1927 | 2025-01-15T01:47:54.985Z | Compiling regress v0.10.1 |
1928 | 2025-01-15T01:47:59.106Z | Compiling slog-bunyan v2.5.0 |
1929 | 2025-01-15T01:47:59.313Z | Compiling darling v0.20.10 |
1930 | 2025-01-15T01:47:59.390Z | Compiling tokio-rustls v0.26.0 |
1931 | 2025-01-15T01:47:59.521Z | Compiling tokio-rustls v0.25.0 |
1932 | 2025-01-15T01:47:59.689Z | Compiling toml v0.8.19 |
1933 | 2025-01-15T01:47:59.828Z | Compiling tokio-native-tls v0.3.1 |
1934 | 2025-01-15T01:48:00.105Z | Compiling phf_shared v0.11.2 |
1935 | 2025-01-15T01:48:00.237Z | Compiling strum_macros v0.25.3 |
1936 | 2025-01-15T01:48:00.784Z | Compiling async-stream v0.3.6 |
1937 | 2025-01-15T01:48:01.032Z | Compiling waitgroup v0.1.2 |
1938 | 2025-01-15T01:48:01.060Z | Compiling webpki-roots v0.26.6 |
1939 | 2025-01-15T01:48:01.509Z | Compiling idna v0.5.0 |
1940 | 2025-01-15T01:48:01.795Z | Compiling terminal_size v0.4.0 |
1941 | 2025-01-15T01:48:02.017Z | Compiling serde_path_to_error v0.1.16 |
1942 | 2025-01-15T01:48:02.577Z | Compiling hkdf v0.12.4 |
1943 | 2025-01-15T01:48:02.834Z | Compiling crypto-bigint v0.5.5 |
1944 | 2025-01-15T01:48:02.857Z | Compiling derive-where v1.2.7 |
1945 | 2025-01-15T01:48:02.959Z | Compiling serde_repr v0.1.19 |
1946 | 2025-01-15T01:48:03.308Z | Compiling clap_derive v4.5.18 |
1947 | 2025-01-15T01:48:03.570Z | Compiling hostname v0.4.0 |
1948 | 2025-01-15T01:48:03.775Z | Compiling crc32fast v1.4.2 |
1949 | 2025-01-15T01:48:04.081Z | Compiling bitflags v1.3.2 |
1950 | 2025-01-15T01:48:04.207Z | Compiling unicode-width v0.1.14 |
1951 | 2025-01-15T01:48:04.443Z | Compiling clap_lex v0.7.2 |
1952 | 2025-01-15T01:48:04.747Z | Compiling managed v0.8.0 |
1953 | 2025-01-15T01:48:05.274Z | Compiling debug-ignore v1.0.5 |
1954 | 2025-01-15T01:48:05.776Z | Compiling elliptic-curve v0.13.8 |
1955 | 2025-01-15T01:48:07.498Z | Compiling clap_builder v4.5.21 |
1956 | 2025-01-15T01:48:08.546Z | Compiling console v0.15.8 |
1957 | 2025-01-15T01:48:09.653Z | Compiling flate2 v1.0.34 |
1958 | 2025-01-15T01:48:09.750Z | Compiling cookie_store v0.21.0 |
1959 | 2025-01-15T01:48:11.460Z | Compiling hyper-rustls v0.27.3 |
1960 | 2025-01-15T01:48:13.993Z | Compiling phf v0.11.2 |
1961 | 2025-01-15T01:48:14.283Z | Compiling hyper-tls v0.6.0 |
1962 | 2025-01-15T01:48:14.463Z | Compiling hickory-resolver v0.24.1 |
1963 | 2025-01-15T01:48:14.717Z | Compiling signal-hook-mio v0.2.4 |
1964 | 2025-01-15T01:48:14.891Z | Compiling typify-impl v0.2.0 |
1965 | 2025-01-15T01:48:15.147Z | Compiling rayon v1.10.0 |
1966 | 2025-01-15T01:48:15.221Z | Compiling bzip2 v0.4.4 |
1967 | 2025-01-15T01:48:15.587Z | Compiling tokio-tungstenite v0.24.0 |
1968 | 2025-01-15T01:48:16.134Z | Compiling postgres-types v0.2.8 |
1969 | 2025-01-15T01:48:16.752Z | Compiling zerocopy v0.6.6 |
1970 | 2025-01-15T01:48:17.350Z | Compiling ed25519 v2.2.3 |
1971 | 2025-01-15T01:48:17.503Z | Compiling hubpack v0.1.2 |
1972 | 2025-01-15T01:48:17.778Z | Compiling phf_shared v0.10.0 |
1973 | 2025-01-15T01:48:18.142Z | Compiling pkcs1 v0.7.5 |
1974 | 2025-01-15T01:48:18.166Z | Compiling tokio-stream v0.1.16 |
1975 | 2025-01-15T01:48:19.008Z | Compiling ipnetwork v0.20.0 |
1976 | 2025-01-15T01:48:19.095Z | Compiling serde-big-array v0.5.1 |
1977 | 2025-01-15T01:48:19.303Z | Compiling rfc6979 v0.4.0 |
1978 | 2025-01-15T01:48:19.329Z | Compiling float-cmp v0.9.0 |
1979 | 2025-01-15T01:48:19.374Z | Compiling sync_wrapper v1.0.1 |
1980 | 2025-01-15T01:48:19.544Z | Compiling bstr v1.10.0 |
1981 | 2025-01-15T01:48:19.669Z | Compiling whoami v1.5.2 |
1982 | 2025-01-15T01:48:20.155Z | Compiling difflib v0.4.0 |
1983 | 2025-01-15T01:48:20.642Z | Compiling number_prefix v0.4.0 |
1984 | 2025-01-15T01:48:20.991Z | Compiling bit-vec v0.6.3 |
1985 | 2025-01-15T01:48:21.254Z | Compiling unicode-width v0.2.0 |
1986 | 2025-01-15T01:48:21.397Z | Compiling static_assertions v1.1.0 |
1987 | 2025-01-15T01:48:21.511Z | Compiling predicates-core v1.0.8 |
1988 | 2025-01-15T01:48:21.547Z | Compiling precomputed-hash v0.1.1 |
1989 | 2025-01-15T01:48:21.687Z | Compiling fixedbitset v0.4.2 |
1990 | 2025-01-15T01:48:21.812Z | Compiling unicode-segmentation v1.12.0 |
1991 | 2025-01-15T01:48:22.351Z | Compiling new_debug_unreachable v1.0.6 |
1992 | 2025-01-15T01:48:22.456Z | Compiling normalize-line-endings v0.3.0 |
1993 | 2025-01-15T01:48:22.601Z | Compiling predicates v3.1.2 |
1994 | 2025-01-15T01:48:22.626Z | Compiling reqwest v0.12.9 |
1995 | 2025-01-15T01:48:22.786Z | Compiling similar v2.6.0 |
1996 | 2025-01-15T01:48:23.569Z | Compiling string_cache v0.8.7 |
1997 | 2025-01-15T01:48:23.980Z | Compiling petgraph v0.6.5 |
1998 | 2025-01-15T01:48:24.592Z | Compiling indicatif v0.17.9 |
1999 | 2025-01-15T01:48:24.693Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2025-01-15T01:48:25.228Z | Compiling typify-macro v0.2.0 |
2001 | 2025-01-15T01:48:26.330Z | Compiling bit-set v0.5.3 |
2002 | 2025-01-15T01:48:26.616Z | Compiling tokio-postgres v0.7.12 |
2003 | 2025-01-15T01:48:28.577Z | Compiling ecdsa v0.16.9 |
2004 | 2025-01-15T01:48:29.402Z | Compiling qorb v0.2.1 |
2005 | 2025-01-15T01:48:29.638Z | Compiling rsa v0.9.6 |
2006 | 2025-01-15T01:48:30.582Z | Compiling ed25519-dalek v2.1.1 |
2007 | 2025-01-15T01:48:31.081Z | Compiling zip v0.6.6 |
2008 | 2025-01-15T01:48:31.107Z | Compiling crossterm v0.28.1 |
2009 | 2025-01-15T01:48:31.588Z | Compiling clap v4.5.21 |
2010 | 2025-01-15T01:48:33.396Z | Compiling toml v0.7.8 |
2011 | 2025-01-15T01:48:34.075Z | Compiling x509-cert v0.2.5 |
2012 | 2025-01-15T01:48:34.766Z | Compiling hex v0.4.3 |
2013 | 2025-01-15T01:48:35.631Z | Compiling lalrpop-util v0.19.12 |
2014 | 2025-01-15T01:48:35.702Z | Compiling unicode-xid v0.2.6 |
2015 | 2025-01-15T01:48:35.898Z | Compiling zerocopy v0.8.10 |
2016 | 2025-01-15T01:48:35.957Z | Compiling peg-runtime v0.8.3 |
2017 | 2025-01-15T01:48:38.098Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2018 | 2025-01-15T01:48:41.961Z | Compiling proc-macro-crate v1.3.1 |
2019 | 2025-01-15T01:48:42.291Z | Compiling macaddr v1.0.1 |
2020 | 2025-01-15T01:48:42.748Z | Compiling zerocopy-derive v0.8.10 |
2021 | 2025-01-15T01:48:42.879Z | Compiling itertools v0.13.0 |
2022 | 2025-01-15T01:48:44.592Z | Compiling heapless v0.8.0 |
2023 | 2025-01-15T01:48:45.796Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2024 | 2025-01-15T01:48:49.528Z | Compiling num_enum_derive v0.5.11 |
2025 | 2025-01-15T01:48:59.286Z | Compiling hash32 v0.3.1 |
2026 | 2025-01-15T01:49:00.158Z | Compiling smoltcp v0.11.0 |
2027 | 2025-01-15T01:49:00.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2028 | 2025-01-15T01:49:05.024Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2029 | 2025-01-15T01:49:05.372Z | Compiling num_enum v0.5.11 |
2030 | 2025-01-15T01:49:05.585Z | Compiling typify v0.2.0 |
2031 | 2025-01-15T01:49:05.723Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2025-01-15T01:49:06.520Z | Compiling proc-macro-error-attr v1.0.4 |
2033 | 2025-01-15T01:49:06.817Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2034 | 2025-01-15T01:49:06.934Z | Compiling unsafe-libyaml v0.2.11 |
2035 | 2025-01-15T01:49:07.897Z | Compiling cobs v0.2.3 |
2036 | 2025-01-15T01:49:08.360Z | Compiling serde_yaml v0.9.34+deprecated |
2037 | 2025-01-15T01:49:09.844Z | Compiling postcard v1.0.10 |
2038 | 2025-01-15T01:49:23.447Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2039 | 2025-01-15T01:49:25.591Z | Compiling progenitor-impl v0.8.0 |
2040 | 2025-01-15T01:49:34.622Z | Compiling strum_macros v0.26.4 |
2041 | 2025-01-15T01:49:35.659Z | Compiling foreign-types-macros v0.2.3 |
2042 | 2025-01-15T01:49:35.702Z | Compiling structmeta-derive v0.3.0 |
2043 | 2025-01-15T01:49:35.863Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2044 | 2025-01-15T01:49:36.111Z | Compiling proc-macro-error v1.0.4 |
2045 | 2025-01-15T01:49:36.244Z | Compiling foreign-types-shared v0.3.1 |
2046 | 2025-01-15T01:49:37.079Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2047 | 2025-01-15T01:49:38.102Z | Compiling structmeta v0.3.0 |
2048 | 2025-01-15T01:49:38.751Z | Compiling strum v0.26.3 |
2049 | 2025-01-15T01:49:42.373Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-15T01:49:42.540Z | Compiling foreign-types v0.5.0 |
2051 | 2025-01-15T01:49:45.767Z | Compiling progenitor-macro v0.8.0 |
2052 | 2025-01-15T01:49:51.335Z | Compiling progenitor-client v0.8.0 |
2053 | 2025-01-15T01:49:51.354Z | Compiling tabwriter v1.4.0 |
2054 | 2025-01-15T01:49:52.209Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2055 | 2025-01-15T01:49:53.375Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2056 | 2025-01-15T01:49:54.161Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2025-01-15T01:49:54.997Z | Compiling cstr-argument v0.1.2 |
2058 | 2025-01-15T01:49:55.280Z | Compiling dropshot v0.13.0 |
2059 | 2025-01-15T01:49:55.589Z | Compiling crucible-workspace-hack v0.1.0 |
2060 | 2025-01-15T01:49:55.931Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2061 | 2025-01-15T01:49:56.247Z | Compiling thiserror v2.0.11 |
2062 | 2025-01-15T01:49:56.316Z | Compiling pretty-hex v0.2.1 |
2063 | 2025-01-15T01:49:56.566Z | Compiling fastrand v2.1.1 |
2064 | 2025-01-15T01:49:57.170Z | Compiling tempfile v3.13.0 |
2065 | 2025-01-15T01:49:57.345Z | Compiling progenitor v0.8.0 |
2066 | 2025-01-15T01:49:57.575Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2067 | 2025-01-15T01:49:57.724Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2068 | 2025-01-15T01:49:57.957Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2025-01-15T01:49:58.128Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2070 | 2025-01-15T01:49:58.569Z | Compiling parse-display-derive v0.10.0 |
2071 | 2025-01-15T01:49:58.785Z | Compiling colored v2.1.0 |
2072 | 2025-01-15T01:49:58.834Z | Compiling serde_with_macros v3.11.0 |
2073 | 2025-01-15T01:49:59.792Z | Compiling dropshot_endpoint v0.13.0 |
2074 | 2025-01-15T01:49:59.975Z | Compiling thiserror-impl v2.0.11 |
2075 | 2025-01-15T01:50:01.229Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2025-01-15T01:50:01.967Z | Compiling instant v0.1.13 |
2077 | 2025-01-15T01:50:02.094Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2078 | 2025-01-15T01:50:02.135Z | Compiling parse-display v0.10.0 |
2079 | 2025-01-15T01:50:02.487Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2025-01-15T01:50:02.954Z | Compiling backoff v0.4.0 |
2081 | 2025-01-15T01:50:03.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2082 | 2025-01-15T01:50:03.242Z | Compiling serde_with v3.11.0 |
2083 | 2025-01-15T01:50:03.978Z | Compiling zone_cfg_derive v0.3.0 |
2084 | 2025-01-15T01:50:05.262Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2085 | 2025-01-15T01:50:05.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2086 | 2025-01-15T01:50:05.547Z | Compiling camino-tempfile v1.1.1 |
2087 | 2025-01-15T01:50:05.918Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2088 | 2025-01-15T01:50:06.084Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2089 | 2025-01-15T01:50:06.348Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2090 | 2025-01-15T01:50:06.555Z | Compiling regress v0.9.1 |
2091 | 2025-01-15T01:50:06.583Z | Compiling progenitor-client v0.9.1 |
2092 | 2025-01-15T01:50:07.181Z | Compiling num-derive v0.4.2 |
2093 | 2025-01-15T01:50:07.477Z | Compiling sigpipe v0.1.3 |
2094 | 2025-01-15T01:50:07.625Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2095 | 2025-01-15T01:50:07.930Z | Compiling libefi-sys v0.1.0 |
2096 | 2025-01-15T01:50:08.303Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2025-01-15T01:50:09.306Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2098 | 2025-01-15T01:50:10.845Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2099 | 2025-01-15T01:50:11.427Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2100 | 2025-01-15T01:50:11.493Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2101 | 2025-01-15T01:50:12.590Z | Compiling zone v0.3.0 |
2102 | 2025-01-15T01:50:15.522Z | Compiling smf v0.2.3 |
2103 | 2025-01-15T01:50:15.898Z | Compiling bitfield-struct v0.6.2 |
2104 | 2025-01-15T01:50:15.917Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2025-01-15T01:50:16.345Z | Compiling blake3 v1.5.4 |
2106 | 2025-01-15T01:50:17.242Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-15T01:50:17.975Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2108 | 2025-01-15T01:50:18.075Z | Compiling xattr v1.3.1 |
2109 | 2025-01-15T01:50:18.132Z | Compiling filetime v0.2.25 |
2110 | 2025-01-15T01:50:18.394Z | Compiling memmap2 v0.9.5 |
2111 | 2025-01-15T01:50:18.446Z | Compiling arrayref v0.3.9 |
2112 | 2025-01-15T01:50:18.485Z | Compiling arrayvec v0.7.6 |
2113 | 2025-01-15T01:50:18.572Z | Compiling constant_time_eq v0.3.1 |
2114 | 2025-01-15T01:50:18.769Z | Compiling same-file v1.0.6 |
2115 | 2025-01-15T01:50:18.961Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2025-01-15T01:50:18.981Z | Compiling walkdir v2.5.0 |
2117 | 2025-01-15T01:50:19.049Z | Compiling tar v0.4.42 |
2118 | 2025-01-15T01:50:19.088Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2025-01-15T01:50:20.602Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2120 | 2025-01-15T01:50:21.021Z | Compiling gethostname v0.5.0 |
2121 | 2025-01-15T01:50:21.255Z | Compiling cargo-platform v0.1.8 |
2122 | 2025-01-15T01:50:21.706Z | Compiling topological-sort v0.2.2 |
2123 | 2025-01-15T01:50:21.709Z | Compiling cargo_metadata v0.18.1 |
2124 | 2025-01-15T01:50:21.995Z | Compiling omicron-zone-package v0.12.0 |
2125 | 2025-01-15T01:50:22.306Z | Compiling shell-words v1.1.0 |
2126 | 2025-01-15T01:50:22.838Z | Compiling indent_write v2.2.0 |
2127 | 2025-01-15T01:50:28.758Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2128 | 2025-01-15T01:50:30.919Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2025-01-15T01:50:36.914Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2025-01-15T01:50:51.195Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2131 | 2025-01-15T01:50:51.367Z | Running `target/release/omicron-package -t test target create -p dev` |
2132 | 2025-01-15T01:50:51.418Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2133 | 2025-01-15T01:50:51.421Z | Created new build target 'test' and set it as active |
2134 | 2025-01-15T01:50:51.421Z | |
2135 | 2025-01-15T01:50:51.421Z | real 5:11.082797452 |
2136 | 2025-01-15T01:50:51.421Z | user 36:19.458802587 |
2137 | 2025-01-15T01:50:51.421Z | sys 3:17.296409171 |
2138 | 2025-01-15T01:50:51.421Z | trap 1.116636753 |
2139 | 2025-01-15T01:50:51.421Z | tflt 2.654687562 |
2140 | 2025-01-15T01:50:51.421Z | dflt 0.624277077 |
2141 | 2025-01-15T01:50:51.421Z | kflt 0.023407424 |
2142 | 2025-01-15T01:50:51.421Z | lock 1:12:38.097474273 |
2143 | 2025-01-15T01:50:51.421Z | slp 2:26:06.498904605 |
2144 | 2025-01-15T01:50:51.421Z | lat 2:45.085547115 |
2145 | 2025-01-15T01:50:51.421Z | stop 4:39.924135219 |
2146 | 2025-01-15T01:50:51.424Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2147 | 2025-01-15T01:50:52.369Z | Finished `release` profile [optimized] target(s) in 0.89s |
2148 | 2025-01-15T01:50:52.427Z | Running `target/release/omicron-package -t test package` |
2149 | 2025-01-15T01:50:52.471Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2150 | 2025-01-15T01:50:53.596Z | Compiling thiserror v2.0.11 |
2151 | 2025-01-15T01:50:53.733Z | Compiling typify-impl v0.3.0 |
2152 | 2025-01-15T01:50:53.745Z | Compiling convert_case v0.4.0 |
2153 | 2025-01-15T01:50:53.748Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2154 | 2025-01-15T01:50:53.748Z | Compiling newline-converter v0.3.0 |
2155 | 2025-01-15T01:50:53.748Z | Compiling password-hash v0.5.0 |
2156 | 2025-01-15T01:50:53.748Z | Compiling blake2 v0.10.6 |
2157 | 2025-01-15T01:50:53.748Z | Compiling base64 v0.21.7 |
2158 | 2025-01-15T01:50:54.019Z | Compiling expectorate v1.1.0 |
2159 | 2025-01-15T01:50:54.105Z | Compiling atomicwrites v0.4.4 |
2160 | 2025-01-15T01:50:54.282Z | Compiling argon2 v0.5.3 |
2161 | 2025-01-15T01:50:54.395Z | Compiling derive_more v0.99.18 |
2162 | 2025-01-15T01:50:54.635Z | Compiling owo-colors v4.1.0 |
2163 | 2025-01-15T01:50:54.868Z | Compiling cancel-safe-futures v0.1.5 |
2164 | 2025-01-15T01:50:54.949Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2165 | 2025-01-15T01:50:54.992Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2166 | 2025-01-15T01:50:55.259Z | Compiling num-rational v0.4.2 |
2167 | 2025-01-15T01:50:55.523Z | Compiling progenitor-client v0.9.1 |
2168 | 2025-01-15T01:50:55.660Z | Compiling num-complex v0.4.6 |
2169 | 2025-01-15T01:50:56.597Z | Compiling num v0.4.3 |
2170 | 2025-01-15T01:50:56.712Z | Compiling libsw v3.3.1 |
2171 | 2025-01-15T01:50:56.730Z | Compiling float-ord v0.3.2 |
2172 | 2025-01-15T01:50:56.797Z | Compiling linear-map v1.2.0 |
2173 | 2025-01-15T01:50:56.902Z | Compiling swrite v0.1.0 |
2174 | 2025-01-15T01:50:57.050Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2175 | 2025-01-15T01:50:57.069Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2176 | 2025-01-15T01:50:57.171Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2177 | 2025-01-15T01:50:57.558Z | Compiling highway v1.2.0 |
2178 | 2025-01-15T01:50:58.313Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2179 | 2025-01-15T01:50:59.011Z | Compiling semver v0.1.20 |
2180 | 2025-01-15T01:50:59.558Z | Compiling rustc_version v0.1.7 |
2181 | 2025-01-15T01:50:59.926Z | Compiling newtype_derive v0.1.6 |
2182 | 2025-01-15T01:51:00.227Z | Compiling tungstenite v0.21.0 |
2183 | 2025-01-15T01:51:00.248Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2184 | 2025-01-15T01:51:04.683Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2185 | 2025-01-15T01:51:04.912Z | Compiling typify-macro v0.3.0 |
2186 | 2025-01-15T01:51:05.160Z | Compiling ipnetwork v0.20.0 |
2187 | 2025-01-15T01:51:05.904Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2188 | 2025-01-15T01:51:06.055Z | Compiling tokio-tungstenite v0.21.0 |
2189 | 2025-01-15T01:51:06.456Z | Compiling progenitor-client v0.8.0 |
2190 | 2025-01-15T01:51:06.529Z | Compiling humantime v2.1.0 |
2191 | 2025-01-15T01:51:06.824Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2192 | 2025-01-15T01:51:06.930Z | Compiling progenitor v0.8.0 |
2193 | 2025-01-15T01:51:07.149Z | Compiling dropshot v0.13.0 |
2194 | 2025-01-15T01:51:07.227Z | Compiling instant v0.1.13 |
2195 | 2025-01-15T01:51:07.377Z | Compiling backoff v0.4.0 |
2196 | 2025-01-15T01:51:07.627Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2197 | 2025-01-15T01:51:07.705Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2198 | 2025-01-15T01:51:08.067Z | Compiling steno v0.4.1 |
2199 | 2025-01-15T01:51:08.270Z | Compiling typify v0.3.0 |
2200 | 2025-01-15T01:51:08.468Z | Compiling progenitor-impl v0.9.1 |
2201 | 2025-01-15T01:51:14.463Z | Compiling progenitor-macro v0.9.1 |
2202 | 2025-01-15T01:51:14.962Z | Compiling parse-display v0.10.0 |
2203 | 2025-01-15T01:51:15.217Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2204 | 2025-01-15T01:51:15.415Z | Compiling strum v0.26.3 |
2205 | 2025-01-15T01:51:15.487Z | Compiling serde_with v3.11.0 |
2206 | 2025-01-15T01:51:15.607Z | Compiling regress v0.9.1 |
2207 | 2025-01-15T01:51:19.025Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2208 | 2025-01-15T01:51:20.165Z | Compiling macaddr v1.0.1 |
2209 | 2025-01-15T01:51:20.251Z | Compiling slog-dtrace v0.3.0 |
2210 | 2025-01-15T01:51:20.531Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2211 | 2025-01-15T01:51:20.710Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2212 | 2025-01-15T01:51:21.551Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2213 | 2025-01-15T01:51:22.693Z | Compiling prettyplease v0.2.25 |
2214 | 2025-01-15T01:51:23.477Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-15T01:51:25.509Z | Compiling progenitor v0.9.1 |
2216 | 2025-01-15T01:51:25.748Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2217 | 2025-01-15T01:51:25.799Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2218 | 2025-01-15T01:51:28.887Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2219 | 2025-01-15T01:51:37.228Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2220 | 2025-01-15T01:51:39.127Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2221 | 2025-01-15T01:51:39.864Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2222 | 2025-01-15T01:51:40.143Z | Compiling half v2.4.1 |
2223 | 2025-01-15T01:51:40.769Z | Compiling ciborium-io v0.2.2 |
2224 | 2025-01-15T01:51:40.928Z | Compiling ciborium-ll v0.2.2 |
2225 | 2025-01-15T01:51:41.465Z | Compiling ciborium v0.2.2 |
2226 | 2025-01-15T01:51:43.425Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2227 | 2025-01-15T01:51:43.934Z | Compiling same-file v1.0.6 |
2228 | 2025-01-15T01:51:44.174Z | Compiling fastrand v2.1.1 |
2229 | 2025-01-15T01:51:44.658Z | Compiling display-error-chain v0.2.2 |
2230 | 2025-01-15T01:51:44.798Z | Compiling tempfile v3.13.0 |
2231 | 2025-01-15T01:51:44.886Z | Compiling walkdir v2.5.0 |
2232 | 2025-01-15T01:51:45.497Z | Compiling blake3 v1.5.4 |
2233 | 2025-01-15T01:51:45.518Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2234 | 2025-01-15T01:51:45.706Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2235 | 2025-01-15T01:51:46.166Z | Compiling xattr v1.3.1 |
2236 | 2025-01-15T01:51:46.452Z | Compiling memmap2 v0.9.5 |
2237 | 2025-01-15T01:51:46.846Z | Compiling filetime v0.2.25 |
2238 | 2025-01-15T01:51:47.157Z | Compiling arrayref v0.3.9 |
2239 | 2025-01-15T01:51:47.277Z | Compiling arrayvec v0.7.6 |
2240 | 2025-01-15T01:51:47.675Z | Compiling keccak v0.1.5 |
2241 | 2025-01-15T01:51:48.814Z | Compiling constant_time_eq v0.3.1 |
2242 | 2025-01-15T01:51:49.407Z | Compiling sha3 v0.10.8 |
2243 | 2025-01-15T01:51:50.011Z | Compiling tar v0.4.42 |
2244 | 2025-01-15T01:51:50.284Z | Compiling toolchain_find v0.4.0 |
2245 | 2025-01-15T01:51:50.478Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2246 | 2025-01-15T01:51:50.814Z | Compiling camino-tempfile v1.1.1 |
2247 | 2025-01-15T01:51:50.875Z | Compiling const_format_proc_macros v0.2.33 |
2248 | 2025-01-15T01:51:51.267Z | Compiling topological-sort v0.2.2 |
2249 | 2025-01-15T01:51:51.509Z | Compiling maplit v1.0.2 |
2250 | 2025-01-15T01:51:51.647Z | Compiling crunchy v0.2.2 |
2251 | 2025-01-15T01:51:51.917Z | Compiling radium v0.7.0 |
2252 | 2025-01-15T01:51:52.118Z | Compiling omicron-zone-package v0.12.0 |
2253 | 2025-01-15T01:51:52.343Z | Compiling rustfmt-wrapper v0.2.1 |
2254 | 2025-01-15T01:51:52.596Z | Compiling const_format v0.2.33 |
2255 | 2025-01-15T01:51:52.617Z | Compiling tap v1.0.1 |
2256 | 2025-01-15T01:51:52.824Z | Compiling maybe-uninit v2.0.0 |
2257 | 2025-01-15T01:51:52.909Z | Compiling tiny-keccak v2.0.2 |
2258 | 2025-01-15T01:51:53.248Z | Compiling wyz v0.5.1 |
2259 | 2025-01-15T01:51:53.835Z | Compiling dsl_auto_type v0.1.2 |
2260 | 2025-01-15T01:51:53.855Z | Compiling phf_generator v0.11.2 |
2261 | 2025-01-15T01:51:53.895Z | Compiling scheduled-thread-pool v0.2.7 |
2262 | 2025-01-15T01:51:54.048Z | Compiling secrecy v0.8.0 |
2263 | 2025-01-15T01:51:54.319Z | Compiling async-recursion v1.1.1 |
2264 | 2025-01-15T01:51:55.080Z | Compiling diesel_table_macro_syntax v0.2.0 |
2265 | 2025-01-15T01:51:55.265Z | Compiling arc-swap v1.7.1 |
2266 | 2025-01-15T01:51:55.449Z | Compiling funty v2.0.0 |
2267 | 2025-01-15T01:51:55.663Z | Compiling crc-catalog v2.4.0 |
2268 | 2025-01-15T01:51:55.837Z | Compiling packed_struct v0.10.1 |
2269 | 2025-01-15T01:51:55.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2270 | 2025-01-15T01:51:56.312Z | Compiling crc v3.2.1 |
2271 | 2025-01-15T01:51:56.329Z | Compiling slog-scope v4.4.0 |
2272 | 2025-01-15T01:51:57.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2273 | 2025-01-15T01:51:57.040Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2274 | 2025-01-15T01:51:57.139Z | Compiling bitvec v1.0.1 |
2275 | 2025-01-15T01:51:57.989Z | Compiling diesel_derives v2.2.3 |
2276 | 2025-01-15T01:51:58.198Z | Compiling r2d2 v0.8.10 |
2277 | 2025-01-15T01:51:58.318Z | Compiling phf_codegen v0.11.2 |
2278 | 2025-01-15T01:51:58.771Z | Compiling ascii-canvas v3.0.0 |
2279 | 2025-01-15T01:51:58.999Z | Compiling universal-hash v0.5.1 |
2280 | 2025-01-15T01:51:59.229Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2025-01-15T01:51:59.233Z | Compiling packed_struct_codegen v0.10.1 |
2282 | 2025-01-15T01:52:01.529Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2025-01-15T01:52:01.608Z | Compiling ena v0.14.3 |
2284 | 2025-01-15T01:52:01.702Z | Compiling indexmap v1.9.3 |
2285 | 2025-01-15T01:52:02.035Z | Compiling unicase v2.7.0 |
2286 | 2025-01-15T01:52:02.038Z | Compiling diff v0.1.13 |
2287 | 2025-01-15T01:52:02.365Z | Compiling nodrop v0.1.14 |
2288 | 2025-01-15T01:52:02.519Z | Compiling regex-syntax v0.6.29 |
2289 | 2025-01-15T01:52:02.554Z | Compiling opaque-debug v0.3.1 |
2290 | 2025-01-15T01:52:02.670Z | Compiling poly1305 v0.8.0 |
2291 | 2025-01-15T01:52:02.892Z | Compiling array-init v0.0.4 |
2292 | 2025-01-15T01:52:03.875Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2025-01-15T01:52:04.145Z | Compiling thiserror-no-std v2.0.2 |
2294 | 2025-01-15T01:52:04.843Z | Compiling smallvec v0.6.14 |
2295 | 2025-01-15T01:52:05.420Z | Compiling slog-stdlog v4.1.1 |
2296 | 2025-01-15T01:52:06.243Z | Compiling lalrpop v0.19.12 |
2297 | 2025-01-15T01:52:07.965Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2298 | 2025-01-15T01:52:08.332Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2299 | 2025-01-15T01:52:08.634Z | Compiling diesel v2.2.6 |
2300 | 2025-01-15T01:52:08.659Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2301 | 2025-01-15T01:52:08.891Z | Compiling chacha20 v0.9.1 |
2302 | 2025-01-15T01:52:08.937Z | Compiling aead v0.5.2 |
2303 | 2025-01-15T01:52:09.293Z | Compiling vte_generate_state_changes v0.1.2 |
2304 | 2025-01-15T01:52:09.355Z | Compiling bitfield v0.14.0 |
2305 | 2025-01-15T01:52:09.655Z | Compiling termcolor v1.4.1 |
2306 | 2025-01-15T01:52:09.900Z | Compiling ref-cast v1.0.23 |
2307 | 2025-01-15T01:52:10.372Z | Compiling hashbrown v0.12.3 |
2308 | 2025-01-15T01:52:10.705Z | Compiling env_logger v0.10.2 |
2309 | 2025-01-15T01:52:12.649Z | Compiling vte v0.11.1 |
2310 | 2025-01-15T01:52:13.790Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-15T01:52:14.124Z | Compiling chacha20poly1305 v0.10.1 |
2312 | 2025-01-15T01:52:14.416Z | Compiling slog-envlogger v2.2.0 |
2313 | 2025-01-15T01:52:17.082Z | Compiling serde-hex v0.1.0 |
2314 | 2025-01-15T01:52:22.170Z | Compiling chrono-tz v0.10.0 |
2315 | 2025-01-15T01:52:22.823Z | Compiling vsss-rs v3.3.4 |
2316 | 2025-01-15T01:52:25.425Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2025-01-15T01:52:25.804Z | Compiling ron v0.8.1 |
2318 | 2025-01-15T01:52:26.891Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2319 | 2025-01-15T01:52:27.196Z | Compiling derive_builder_core v0.20.2 |
2320 | 2025-01-15T01:52:28.842Z | Compiling polar-core v0.27.3 |
2321 | 2025-01-15T01:52:29.272Z | Compiling hashbrown v0.13.2 |
2322 | 2025-01-15T01:52:30.030Z | Compiling headers-core v0.3.0 |
2323 | 2025-01-15T01:52:30.224Z | Compiling fxhash v0.2.1 |
2324 | 2025-01-15T01:52:30.462Z | Compiling libxml v0.3.3 |
2325 | 2025-01-15T01:52:30.528Z | Compiling ref-cast-impl v1.0.23 |
2326 | 2025-01-15T01:52:30.837Z | Compiling bytecount v0.6.8 |
2327 | 2025-01-15T01:52:31.173Z | Compiling simd-adler32 v0.3.7 |
2328 | 2025-01-15T01:52:31.643Z | Compiling lockfree-object-pool v0.1.6 |
2329 | 2025-01-15T01:52:31.668Z | Compiling crc-any v2.5.0 |
2330 | 2025-01-15T01:52:31.949Z | Compiling bumpalo v3.16.0 |
2331 | 2025-01-15T01:52:32.480Z | Compiling zip v2.1.3 |
2332 | 2025-01-15T01:52:32.524Z | Compiling zopfli v0.8.1 |
2333 | 2025-01-15T01:52:32.545Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2025-01-15T01:52:32.996Z | Compiling papergrid v0.11.0 |
2335 | 2025-01-15T01:52:36.803Z | Compiling object v0.30.4 |
2336 | 2025-01-15T01:52:42.249Z | Compiling headers v0.4.0 |
2337 | 2025-01-15T01:52:45.701Z | Compiling derive_builder_macro v0.20.2 |
2338 | 2025-01-15T01:52:46.354Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2339 | 2025-01-15T01:52:47.886Z | Compiling strip-ansi-escapes v0.2.0 |
2340 | 2025-01-15T01:52:48.096Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2025-01-15T01:52:48.822Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2342 | 2025-01-15T01:52:48.841Z | Compiling tabled_derive v0.7.0 |
2343 | 2025-01-15T01:52:49.136Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2344 | 2025-01-15T01:52:50.869Z | Compiling itertools v0.12.1 |
2345 | 2025-01-15T01:52:51.094Z | Compiling fd-lock v4.0.2 |
2346 | 2025-01-15T01:52:51.125Z | Compiling peg-macros v0.8.4 |
2347 | 2025-01-15T01:52:51.360Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2025-01-15T01:52:52.340Z | Compiling strum_macros v0.24.3 |
2349 | 2025-01-15T01:52:53.580Z | Compiling kstat-rs v0.2.4 |
2350 | 2025-01-15T01:52:54.344Z | Compiling samael v0.0.17 |
2351 | 2025-01-15T01:52:54.365Z | Compiling indoc v1.0.9 |
2352 | 2025-01-15T01:52:54.385Z | Compiling path-slash v0.1.5 |
2353 | 2025-01-15T01:52:54.404Z | Compiling nu-ansi-term v0.50.1 |
2354 | 2025-01-15T01:52:54.623Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2355 | 2025-01-15T01:52:55.129Z | Compiling reedline v0.35.0 |
2356 | 2025-01-15T01:52:55.371Z | Compiling peg v0.8.4 |
2357 | 2025-01-15T01:52:55.501Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2025-01-15T01:52:59.298Z | Compiling tabled v0.15.0 |
2359 | 2025-01-15T01:53:01.599Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2360 | 2025-01-15T01:53:10.826Z | Compiling derive_builder v0.20.2 |
2361 | 2025-01-15T01:53:15.465Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2362 | 2025-01-15T01:53:18.665Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2363 | 2025-01-15T01:53:18.689Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2364 | 2025-01-15T01:53:18.810Z | Compiling pem v3.0.4 |
2365 | 2025-01-15T01:53:18.995Z | Compiling bcs v0.1.6 |
2366 | 2025-01-15T01:53:19.840Z | Compiling impl-trait-for-tuples v0.2.2 |
2367 | 2025-01-15T01:53:20.215Z | Compiling oso-derive v0.27.3 |
2368 | 2025-01-15T01:53:21.153Z | Compiling libz-sys v1.1.20 |
2369 | 2025-01-15T01:53:21.823Z | Compiling quick-xml v0.33.0 |
2370 | 2025-01-15T01:53:23.719Z | Compiling diesel-dtrace v0.4.2 |
2371 | 2025-01-15T01:53:24.051Z | Compiling parking_lot_core v0.8.6 |
2372 | 2025-01-15T01:53:25.765Z | Compiling oso v0.27.3 |
2373 | 2025-01-15T01:53:29.492Z | Compiling mime_guess v2.0.5 |
2374 | 2025-01-15T01:53:30.536Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2375 | 2025-01-15T01:53:32.264Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2376 | 2025-01-15T01:53:35.425Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-01-15T01:53:40.288Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2378 | 2025-01-15T01:53:40.593Z | Compiling bb8 v0.8.5 |
2379 | 2025-01-15T01:53:41.158Z | Compiling buf-list v1.0.3 |
2380 | 2025-01-15T01:53:41.804Z | Compiling async-bb8-diesel v0.2.1 |
2381 | 2025-01-15T01:53:43.215Z | Compiling nibble_vec v0.1.0 |
2382 | 2025-01-15T01:53:43.484Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2383 | 2025-01-15T01:53:43.982Z | Compiling pin-project-internal v1.1.6 |
2384 | 2025-01-15T01:53:44.272Z | Compiling atty v0.2.14 |
2385 | 2025-01-15T01:53:44.452Z | Compiling http-range v0.1.5 |
2386 | 2025-01-15T01:53:45.026Z | Compiling salty v0.3.0 |
2387 | 2025-01-15T01:53:45.455Z | Compiling endian-type v0.1.2 |
2388 | 2025-01-15T01:53:45.717Z | Compiling radix_trie v0.2.1 |
2389 | 2025-01-15T01:53:46.583Z | Compiling pin-project v1.1.6 |
2390 | 2025-01-15T01:53:46.739Z | Compiling parking_lot v0.11.2 |
2391 | 2025-01-15T01:53:51.431Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2392 | 2025-01-15T01:53:55.908Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2393 | 2025-01-15T01:54:00.928Z | Compiling snafu-derive v0.8.5 |
2394 | 2025-01-15T01:54:02.317Z | Compiling hyper-staticfile v0.10.1 |
2395 | 2025-01-15T01:54:05.148Z | Compiling sled v0.34.7 |
2396 | 2025-01-15T01:54:05.256Z | Compiling snafu v0.8.5 |
2397 | 2025-01-15T01:54:08.555Z | Compiling hickory-client v0.24.1 |
2398 | 2025-01-15T01:54:10.926Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2399 | 2025-01-15T01:54:13.085Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2400 | 2025-01-15T01:54:13.576Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2401 | 2025-01-15T01:54:15.323Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2402 | 2025-01-15T01:54:22.001Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2403 | 2025-01-15T01:54:23.461Z | Compiling hickory-server v0.24.1 |
2404 | 2025-01-15T01:54:32.275Z | Compiling globset v0.4.15 |
2405 | 2025-01-15T01:54:32.323Z | Compiling primeorder v0.13.6 |
2406 | 2025-01-15T01:54:32.852Z | Compiling olpc-cjson v0.1.4 |
2407 | 2025-01-15T01:54:33.202Z | Compiling castaway v0.2.3 |
2408 | 2025-01-15T01:54:33.393Z | Compiling vergen v8.3.2 |
2409 | 2025-01-15T01:54:33.722Z | Compiling env_filter v0.1.2 |
2410 | 2025-01-15T01:54:34.587Z | Compiling serde_plain v1.0.2 |
2411 | 2025-01-15T01:54:35.115Z | Compiling cargo-platform v0.1.8 |
2412 | 2025-01-15T01:54:35.132Z | Compiling nanorand v0.7.0 |
2413 | 2025-01-15T01:54:35.576Z | Compiling memoffset v0.9.1 |
2414 | 2025-01-15T01:54:35.747Z | Compiling typed-path v0.9.3 |
2415 | 2025-01-15T01:54:36.066Z | Compiling flume v0.11.1 |
2416 | 2025-01-15T01:54:36.729Z | Compiling cargo_metadata v0.18.1 |
2417 | 2025-01-15T01:54:37.879Z | Compiling git2 v0.19.0 |
2418 | 2025-01-15T01:54:38.634Z | Compiling tough v0.19.0 |
2419 | 2025-01-15T01:54:39.583Z | Compiling env_logger v0.11.5 |
2420 | 2025-01-15T01:54:39.719Z | Compiling compact_str v0.8.0 |
2421 | 2025-01-15T01:54:40.985Z | Compiling p384 v0.13.0 |
2422 | 2025-01-15T01:54:42.302Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2423 | 2025-01-15T01:54:42.647Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2424 | 2025-01-15T01:54:43.120Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2425 | 2025-01-15T01:54:45.930Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2426 | 2025-01-15T01:54:47.078Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2427 | 2025-01-15T01:54:48.020Z | Compiling unicode-truncate v1.1.0 |
2428 | 2025-01-15T01:54:48.330Z | Compiling lru v0.12.5 |
2429 | 2025-01-15T01:54:48.695Z | Compiling rand_seeder v0.3.0 |
2430 | 2025-01-15T01:54:49.108Z | Compiling libsqlite3-sys v0.30.1 |
2431 | 2025-01-15T01:54:49.627Z | Compiling lzma-sys v0.1.20 |
2432 | 2025-01-15T01:54:50.304Z | Compiling instability v0.3.2 |
2433 | 2025-01-15T01:54:51.297Z | Compiling rustls v0.21.12 |
2434 | 2025-01-15T01:54:51.621Z | Compiling parse-size v1.1.0 |
2435 | 2025-01-15T01:54:51.952Z | Compiling cassowary v0.3.0 |
2436 | 2025-01-15T01:54:52.161Z | Compiling cfg_aliases v0.2.1 |
2437 | 2025-01-15T01:54:52.286Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2438 | 2025-01-15T01:54:52.656Z | Compiling ratatui v0.28.1 |
2439 | 2025-01-15T01:54:53.661Z | Compiling nix v0.29.0 |
2440 | 2025-01-15T01:54:54.146Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2441 | 2025-01-15T01:54:54.644Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2442 | 2025-01-15T01:54:54.880Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2443 | 2025-01-15T01:54:56.999Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2444 | 2025-01-15T01:54:59.803Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2445 | 2025-01-15T01:55:00.506Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2446 | 2025-01-15T01:55:00.805Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2447 | 2025-01-15T01:55:01.196Z | Compiling rustls-webpki v0.101.7 |
2448 | 2025-01-15T01:55:04.456Z | Compiling sct v0.7.1 |
2449 | 2025-01-15T01:55:04.953Z | Compiling heck v0.3.3 |
2450 | 2025-01-15T01:55:05.072Z | Compiling csv-core v0.1.11 |
2451 | 2025-01-15T01:55:05.095Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2452 | 2025-01-15T01:55:05.296Z | Compiling glob v0.3.1 |
2453 | 2025-01-15T01:55:05.420Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2454 | 2025-01-15T01:55:05.768Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2455 | 2025-01-15T01:55:05.973Z | Compiling csv v1.3.0 |
2456 | 2025-01-15T01:55:07.425Z | Compiling zone_cfg_derive v0.1.2 |
2457 | 2025-01-15T01:55:08.745Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2458 | 2025-01-15T01:55:11.547Z | Compiling nix v0.27.1 |
2459 | 2025-01-15T01:55:12.436Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2460 | 2025-01-15T01:55:12.534Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2461 | 2025-01-15T01:55:13.686Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2025-01-15T01:55:15.007Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2463 | 2025-01-15T01:55:16.190Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2464 | 2025-01-15T01:55:19.025Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2465 | 2025-01-15T01:55:24.354Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2466 | 2025-01-15T01:55:24.707Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2467 | 2025-01-15T01:55:25.936Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2025-01-15T01:55:26.134Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2469 | 2025-01-15T01:55:26.258Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2470 | 2025-01-15T01:55:26.493Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2471 | 2025-01-15T01:55:27.169Z | Compiling tungstenite v0.23.0 |
2472 | 2025-01-15T01:55:27.625Z | Compiling hashlink v0.9.1 |
2473 | 2025-01-15T01:55:27.672Z | Compiling base64 v0.13.1 |
2474 | 2025-01-15T01:55:28.419Z | Compiling fallible-iterator v0.3.0 |
2475 | 2025-01-15T01:55:28.419Z | Compiling fallible-streaming-iterator v0.1.9 |
2476 | 2025-01-15T01:55:28.727Z | Compiling tokio-tungstenite v0.23.1 |
2477 | 2025-01-15T01:55:29.186Z | Compiling rusqlite v0.32.1 |
2478 | 2025-01-15T01:55:29.326Z | Compiling ron v0.7.1 |
2479 | 2025-01-15T01:55:30.107Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2480 | 2025-01-15T01:55:30.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2025-01-15T01:55:33.718Z | Compiling xz2 v0.1.7 |
2482 | 2025-01-15T01:55:34.217Z | Compiling tokio-rustls v0.24.1 |
2483 | 2025-01-15T01:55:34.651Z | Compiling zone v0.1.8 |
2484 | 2025-01-15T01:55:34.672Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2025-01-15T01:55:36.222Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2486 | 2025-01-15T01:55:39.791Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2487 | 2025-01-15T01:55:40.235Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2488 | 2025-01-15T01:55:47.390Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2489 | 2025-01-15T01:55:49.975Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2490 | 2025-01-15T01:55:52.518Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2491 | 2025-01-15T01:55:53.254Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2492 | 2025-01-15T01:55:55.068Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2025-01-15T01:55:55.761Z | Compiling rustls-pemfile v1.0.4 |
2494 | 2025-01-15T01:55:56.559Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2495 | 2025-01-15T01:55:56.897Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2496 | 2025-01-15T01:55:57.087Z | Compiling signal-hook-tokio v0.3.1 |
2497 | 2025-01-15T01:55:57.321Z | Compiling twox-hash v1.6.3 |
2498 | 2025-01-15T01:55:58.305Z | Compiling yasna v0.5.2 |
2499 | 2025-01-15T01:56:00.731Z | Compiling smawk v0.3.2 |
2500 | 2025-01-15T01:56:01.051Z | Compiling unicode-linebreak v0.1.5 |
2501 | 2025-01-15T01:56:01.614Z | Compiling is_ci v1.2.0 |
2502 | 2025-01-15T01:56:01.658Z | Compiling textwrap v0.16.1 |
2503 | 2025-01-15T01:56:01.945Z | Compiling supports-color v3.0.1 |
2504 | 2025-01-15T01:56:02.390Z | Compiling rcgen v0.12.1 |
2505 | 2025-01-15T01:56:03.386Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2506 | 2025-01-15T01:56:05.196Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2025-01-15T01:56:11.206Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2508 | 2025-01-15T01:56:12.611Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2509 | 2025-01-15T01:56:14.436Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2510 | 2025-01-15T01:56:24.830Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2511 | 2025-01-15T01:56:29.621Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2512 | 2025-01-15T01:56:29.887Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2513 | 2025-01-15T01:56:42.545Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2025-01-15T01:56:43.077Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2515 | 2025-01-15T01:56:46.248Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2516 | 2025-01-15T01:56:46.573Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2517 | 2025-01-15T01:56:48.724Z | Compiling fatfs v0.3.6 |
2518 | 2025-01-15T01:56:49.408Z | Compiling rtoolbox v0.0.2 |
2519 | 2025-01-15T01:56:49.863Z | Compiling subprocess v0.2.9 |
2520 | 2025-01-15T01:56:51.605Z | Compiling assert_matches v1.5.0 |
2521 | 2025-01-15T01:56:54.426Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2522 | 2025-01-15T01:56:55.302Z | Compiling rpassword v7.3.1 |
2523 | 2025-01-15T01:56:55.793Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2524 | 2025-01-15T01:56:56.684Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2525 | 2025-01-15T01:57:02.053Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2526 | 2025-01-15T01:57:03.666Z | Compiling tui-tree-widget v0.22.0 |
2527 | 2025-01-15T01:57:04.142Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2528 | 2025-01-15T01:57:11.581Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2529 | 2025-01-15T01:57:11.899Z | Compiling uzers v0.12.1 |
2530 | 2025-01-15T01:57:15.049Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2531 | 2025-01-15T01:57:17.249Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2532 | 2025-01-15T01:57:19.146Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2533 | 2025-01-15T01:57:43.945Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2534 | 2025-01-15T01:57:50.446Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2535 | 2025-01-15T01:57:54.153Z | Compiling multimap v0.10.0 |
2536 | 2025-01-15T02:00:13.434Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2537 | 2025-01-15T02:00:24.623Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2538 | 2025-01-15T02:06:40.037Z | Finished `release` profile [optimized] target(s) in 15m 47s |
2539 | 2025-01-15T02:07:43.853Z | |
2540 | 2025-01-15T02:07:43.856Z | real 16:52.095650131 |
2541 | 2025-01-15T02:07:43.856Z | user 1:59:06.496509659 |
2542 | 2025-01-15T02:07:43.856Z | sys 3:07.997661677 |
2543 | 2025-01-15T02:07:43.856Z | trap 2.982588014 |
2544 | 2025-01-15T02:07:43.856Z | tflt 2.652484684 |
2545 | 2025-01-15T02:07:43.856Z | dflt 4.722137928 |
2546 | 2025-01-15T02:07:43.856Z | kflt 0.078142090 |
2547 | 2025-01-15T02:07:43.856Z | lock 7:12:59.590445540 |
2548 | 2025-01-15T02:07:43.856Z | slp 6:13:35.310869109 |
2549 | 2025-01-15T02:07:43.856Z | lat 3:20.816741230 |
2550 | 2025-01-15T02:07:43.856Z | stop 2:41.770575309 |
2551 | 2025-01-15T02:07:43.856Z | + mapfile -t packages |
2552 | 2025-01-15T02:07:43.856Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2553 | 2025-01-15T02:07:44.846Z | Finished `release` profile [optimized] target(s) in 0.94s |
2554 | 2025-01-15T02:07:44.905Z | Running `target/release/omicron-package -t test list-outputs` |
2555 | 2025-01-15T02:07:44.954Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2556 | 2025-01-15T02:07:44.957Z | + ptime -m cargo build --locked --release -p xtask |
2557 | 2025-01-15T02:07:45.499Z | Compiling serde v1.0.217 |
2558 | 2025-01-15T02:07:45.501Z | Compiling libc v0.2.162 |
2559 | 2025-01-15T02:07:45.501Z | Compiling rustix v0.38.37 |
2560 | 2025-01-15T02:07:45.501Z | Compiling serde_json v1.0.135 |
2561 | 2025-01-15T02:07:45.502Z | Compiling syn v2.0.96 |
2562 | 2025-01-15T02:07:45.592Z | Compiling bitflags v2.6.0 |
2563 | 2025-01-15T02:07:45.954Z | Compiling usdt-impl v0.5.0 |
2564 | 2025-01-15T02:07:45.994Z | Compiling syn v1.0.109 |
2565 | 2025-01-15T02:07:46.097Z | Compiling hashbrown v0.15.1 |
2566 | 2025-01-15T02:07:46.113Z | Compiling log v0.4.22 |
2567 | 2025-01-15T02:07:46.380Z | Compiling fs-err v2.11.0 |
2568 | 2025-01-15T02:07:46.580Z | Compiling once_cell v1.20.2 |
2569 | 2025-01-15T02:07:46.695Z | Compiling anyhow v1.0.93 |
2570 | 2025-01-15T02:07:46.939Z | Compiling thread-id v4.2.2 |
2571 | 2025-01-15T02:07:47.314Z | Compiling indexmap v2.7.0 |
2572 | 2025-01-15T02:07:48.192Z | Compiling terminal_size v0.4.0 |
2573 | 2025-01-15T02:07:48.442Z | Compiling clap_builder v4.5.21 |
2574 | 2025-01-15T02:07:48.527Z | Compiling tempfile v3.13.0 |
2575 | 2025-01-15T02:07:49.240Z | Compiling proc-macro-error v1.0.4 |
2576 | 2025-01-15T02:07:50.114Z | Compiling tabled_derive v0.7.0 |
2577 | 2025-01-15T02:07:51.219Z | Compiling tabled v0.15.0 |
2578 | 2025-01-15T02:07:52.015Z | Compiling serde_derive v1.0.217 |
2579 | 2025-01-15T02:07:52.017Z | Compiling thiserror-impl v1.0.69 |
2580 | 2025-01-15T02:07:52.017Z | Compiling zerocopy-derive v0.7.35 |
2581 | 2025-01-15T02:07:52.017Z | Compiling scroll_derive v0.12.0 |
2582 | 2025-01-15T02:07:52.017Z | Compiling clap_derive v4.5.18 |
2583 | 2025-01-15T02:07:53.458Z | Compiling scroll v0.12.0 |
2584 | 2025-01-15T02:07:53.867Z | Compiling zerocopy v0.7.35 |
2585 | 2025-01-15T02:07:54.088Z | Compiling goblin v0.8.2 |
2586 | 2025-01-15T02:07:54.756Z | Compiling thiserror v1.0.69 |
2587 | 2025-01-15T02:07:54.936Z | Compiling pest v2.7.14 |
2588 | 2025-01-15T02:07:57.759Z | Compiling pest_meta v2.7.14 |
2589 | 2025-01-15T02:07:57.990Z | Compiling clap v4.5.21 |
2590 | 2025-01-15T02:07:59.330Z | Compiling pest_generator v2.7.14 |
2591 | 2025-01-15T02:08:01.392Z | Compiling pest_derive v2.7.14 |
2592 | 2025-01-15T02:08:02.176Z | Compiling dtrace-parser v0.2.0 |
2593 | 2025-01-15T02:08:06.962Z | Compiling serde_tokenstream v0.2.2 |
2594 | 2025-01-15T02:08:07.551Z | Compiling serde_spanned v0.6.8 |
2595 | 2025-01-15T02:08:07.808Z | Compiling toml_datetime v0.6.8 |
2596 | 2025-01-15T02:08:08.524Z | Compiling dof v0.3.0 |
2597 | 2025-01-15T02:08:08.784Z | Compiling toml_edit v0.22.22 |
2598 | 2025-01-15T02:08:09.376Z | Compiling camino v1.1.9 |
2599 | 2025-01-15T02:08:10.490Z | Compiling usdt-attr-macro v0.5.0 |
2600 | 2025-01-15T02:08:10.690Z | Compiling usdt-macro v0.5.0 |
2601 | 2025-01-15T02:08:11.855Z | Compiling cargo-platform v0.1.8 |
2602 | 2025-01-15T02:08:11.908Z | Compiling semver v1.0.24 |
2603 | 2025-01-15T02:08:12.927Z | Compiling toml v0.8.19 |
2604 | 2025-01-15T02:08:13.351Z | Compiling cargo_metadata v0.18.1 |
2605 | 2025-01-15T02:08:13.537Z | Compiling usdt v0.5.0 |
2606 | 2025-01-15T02:08:13.926Z | Compiling cargo_toml v0.20.5 |
2607 | 2025-01-15T02:08:14.081Z | Compiling camino-tempfile v1.1.1 |
2608 | 2025-01-15T02:08:14.857Z | Compiling macaddr v1.0.1 |
2609 | 2025-01-15T02:08:28.024Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2610 | 2025-01-15T02:08:38.692Z | Finished `release` profile [optimized] target(s) in 53.66s |
2611 | 2025-01-15T02:08:38.802Z | |
2612 | 2025-01-15T02:08:38.802Z | real 53.800678190 |
2613 | 2025-01-15T02:08:38.802Z | user 5:41.313902625 |
2614 | 2025-01-15T02:08:38.802Z | sys 17.928859726 |
2615 | 2025-01-15T02:08:38.802Z | trap 0.158880978 |
2616 | 2025-01-15T02:08:38.804Z | tflt 0.252386263 |
2617 | 2025-01-15T02:08:38.805Z | dflt 0.256464286 |
2618 | 2025-01-15T02:08:38.805Z | kflt 0.000018014 |
2619 | 2025-01-15T02:08:38.805Z | lock 10:23.807646543 |
2620 | 2025-01-15T02:08:38.805Z | slp 15:50.861719207 |
2621 | 2025-01-15T02:08:38.805Z | lat 14.143284148 |
2622 | 2025-01-15T02:08:38.805Z | stop 17.553345921 |
2623 | 2025-01-15T02:08:38.805Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2624 | 2025-01-15T02:08:38.805Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2625 | 2025-01-15T02:08:38.805Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2626 | 2025-01-15T02:08:38.805Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2627 | 2025-01-15T02:08:38.805Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2628 | 2025-01-15T02:08:39.678Z | Compiling hashbrown v0.14.5 |
2629 | 2025-01-15T02:08:39.810Z | Compiling ident_case v1.0.1 |
2630 | 2025-01-15T02:08:39.825Z | Compiling unsafe-libyaml v0.2.11 |
2631 | 2025-01-15T02:08:39.839Z | Compiling ipnetwork v0.20.0 |
2632 | 2025-01-15T02:08:39.843Z | Compiling progenitor-client v0.9.1 |
2633 | 2025-01-15T02:08:39.843Z | Compiling macaddr v1.0.1 |
2634 | 2025-01-15T02:08:39.843Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2635 | 2025-01-15T02:08:39.843Z | Compiling progenitor-client v0.8.0 |
2636 | 2025-01-15T02:08:39.958Z | Compiling darling_core v0.20.10 |
2637 | 2025-01-15T02:08:40.285Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2638 | 2025-01-15T02:08:40.315Z | Compiling instant v0.1.13 |
2639 | 2025-01-15T02:08:40.318Z | Compiling structmeta-derive v0.3.0 |
2640 | 2025-01-15T02:08:40.393Z | Compiling dropshot v0.13.0 |
2641 | 2025-01-15T02:08:40.507Z | Compiling thiserror v2.0.11 |
2642 | 2025-01-15T02:08:40.597Z | Compiling dropshot_endpoint v0.13.0 |
2643 | 2025-01-15T02:08:40.776Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2644 | 2025-01-15T02:08:40.963Z | Compiling regress v0.10.1 |
2645 | 2025-01-15T02:08:40.999Z | Compiling regress v0.9.1 |
2646 | 2025-01-15T02:08:41.481Z | Compiling serde_yaml v0.9.34+deprecated |
2647 | 2025-01-15T02:08:41.796Z | Compiling thiserror-impl v2.0.11 |
2648 | 2025-01-15T02:08:41.955Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2649 | 2025-01-15T02:08:42.840Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2650 | 2025-01-15T02:08:43.067Z | Compiling structmeta v0.3.0 |
2651 | 2025-01-15T02:08:43.496Z | Compiling parse-display-derive v0.10.0 |
2652 | 2025-01-15T02:08:43.591Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2653 | 2025-01-15T02:08:43.802Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2025-01-15T02:08:44.263Z | Compiling backoff v0.4.0 |
2655 | 2025-01-15T02:08:44.611Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2656 | 2025-01-15T02:08:44.974Z | Compiling typify-impl v0.2.0 |
2657 | 2025-01-15T02:08:45.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2658 | 2025-01-15T02:08:45.339Z | Compiling tempfile v3.13.0 |
2659 | 2025-01-15T02:08:45.358Z | Compiling proc-macro-crate v1.3.1 |
2660 | 2025-01-15T02:08:45.844Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2661 | 2025-01-15T02:08:45.909Z | Compiling typify-impl v0.3.0 |
2662 | 2025-01-15T02:08:46.163Z | Compiling darling_macro v0.20.10 |
2663 | 2025-01-15T02:08:46.198Z | Compiling itertools v0.13.0 |
2664 | 2025-01-15T02:08:46.250Z | Compiling zerocopy v0.8.10 |
2665 | 2025-01-15T02:08:46.335Z | Compiling num_enum_derive v0.5.11 |
2666 | 2025-01-15T02:08:47.093Z | Compiling darling v0.20.10 |
2667 | 2025-01-15T02:08:47.113Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2668 | 2025-01-15T02:08:47.232Z | Compiling serde_with_macros v3.11.0 |
2669 | 2025-01-15T02:08:47.500Z | Compiling zerocopy-derive v0.8.10 |
2670 | 2025-01-15T02:08:47.548Z | Compiling parse-display v0.10.0 |
2671 | 2025-01-15T02:08:48.158Z | Compiling foreign-types-macros v0.2.3 |
2672 | 2025-01-15T02:08:48.786Z | Compiling num_enum v0.5.11 |
2673 | 2025-01-15T02:08:48.969Z | Compiling heapless v0.8.0 |
2674 | 2025-01-15T02:08:49.145Z | Compiling foreign-types-shared v0.3.1 |
2675 | 2025-01-15T02:08:49.285Z | Compiling crucible-workspace-hack v0.1.0 |
2676 | 2025-01-15T02:08:49.402Z | Compiling foreign-types v0.5.0 |
2677 | 2025-01-15T02:08:49.530Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2025-01-15T02:08:49.625Z | Compiling proc-macro-error v1.0.4 |
2679 | 2025-01-15T02:08:49.753Z | Compiling serde_with v3.11.0 |
2680 | 2025-01-15T02:08:50.225Z | Compiling camino-tempfile v1.1.1 |
2681 | 2025-01-15T02:08:50.264Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2682 | 2025-01-15T02:08:50.682Z | Compiling hash32 v0.3.1 |
2683 | 2025-01-15T02:08:51.007Z | Compiling cstr-argument v0.1.2 |
2684 | 2025-01-15T02:08:51.152Z | Compiling pretty-hex v0.2.1 |
2685 | 2025-01-15T02:08:51.271Z | Compiling smoltcp v0.11.0 |
2686 | 2025-01-15T02:08:51.365Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2687 | 2025-01-15T02:08:51.769Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2025-01-15T02:08:52.019Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2689 | 2025-01-15T02:08:52.421Z | Compiling tabwriter v1.4.0 |
2690 | 2025-01-15T02:08:52.891Z | Compiling colored v2.1.0 |
2691 | 2025-01-15T02:08:53.181Z | Compiling cobs v0.2.3 |
2692 | 2025-01-15T02:08:53.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-15T02:08:53.499Z | Compiling postcard v1.0.10 |
2694 | 2025-01-15T02:08:53.531Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-15T02:08:53.552Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2025-01-15T02:08:53.726Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2697 | 2025-01-15T02:08:53.767Z | Compiling smf v0.2.3 |
2698 | 2025-01-15T02:08:54.066Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2699 | 2025-01-15T02:08:54.392Z | Compiling zone_cfg_derive v0.3.0 |
2700 | 2025-01-15T02:08:54.412Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2701 | 2025-01-15T02:08:54.867Z | Compiling num-derive v0.4.2 |
2702 | 2025-01-15T02:08:54.975Z | Compiling sigpipe v0.1.3 |
2703 | 2025-01-15T02:08:55.124Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2704 | 2025-01-15T02:08:55.482Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2705 | 2025-01-15T02:08:55.803Z | Compiling zone v0.3.0 |
2706 | 2025-01-15T02:08:56.221Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2707 | 2025-01-15T02:08:56.445Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2708 | 2025-01-15T02:08:56.882Z | Compiling universal-hash v0.5.1 |
2709 | 2025-01-15T02:08:57.017Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2710 | 2025-01-15T02:08:57.098Z | Compiling opaque-debug v0.3.1 |
2711 | 2025-01-15T02:08:57.214Z | Compiling tungstenite v0.21.0 |
2712 | 2025-01-15T02:08:57.243Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2713 | 2025-01-15T02:08:57.278Z | Compiling num-rational v0.4.2 |
2714 | 2025-01-15T02:08:57.675Z | Compiling password-hash v0.5.0 |
2715 | 2025-01-15T02:08:57.971Z | Compiling num-complex v0.4.6 |
2716 | 2025-01-15T02:08:58.122Z | Compiling blake2 v0.10.6 |
2717 | 2025-01-15T02:08:58.594Z | Compiling aead v0.5.2 |
2718 | 2025-01-15T02:08:58.884Z | Compiling keccak v0.1.5 |
2719 | 2025-01-15T02:08:58.970Z | Compiling convert_case v0.4.0 |
2720 | 2025-01-15T02:08:59.001Z | Compiling base64 v0.21.7 |
2721 | 2025-01-15T02:08:59.132Z | Compiling num v0.4.3 |
2722 | 2025-01-15T02:08:59.261Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2723 | 2025-01-15T02:08:59.498Z | Compiling sha3 v0.10.8 |
2724 | 2025-01-15T02:08:59.537Z | Compiling argon2 v0.5.3 |
2725 | 2025-01-15T02:08:59.690Z | Compiling tokio-tungstenite v0.21.0 |
2726 | 2025-01-15T02:08:59.807Z | Compiling derive_more v0.99.18 |
2727 | 2025-01-15T02:09:00.012Z | Compiling poly1305 v0.8.0 |
2728 | 2025-01-15T02:09:00.295Z | Compiling chacha20 v0.9.1 |
2729 | 2025-01-15T02:09:00.339Z | Compiling typify-macro v0.2.0 |
2730 | 2025-01-15T02:09:00.769Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2731 | 2025-01-15T02:09:00.795Z | Compiling float-ord v0.3.2 |
2732 | 2025-01-15T02:09:01.018Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2025-01-15T02:09:01.115Z | Compiling semver v0.1.20 |
2734 | 2025-01-15T02:09:01.304Z | Compiling typify-macro v0.3.0 |
2735 | 2025-01-15T02:09:01.458Z | Compiling same-file v1.0.6 |
2736 | 2025-01-15T02:09:01.751Z | Compiling walkdir v2.5.0 |
2737 | 2025-01-15T02:09:01.754Z | Compiling rustc_version v0.1.7 |
2738 | 2025-01-15T02:09:01.788Z | Compiling newline-converter v0.3.0 |
2739 | 2025-01-15T02:09:01.980Z | Compiling primeorder v0.13.6 |
2740 | 2025-01-15T02:09:02.223Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2741 | 2025-01-15T02:09:02.415Z | Compiling secrecy v0.8.0 |
2742 | 2025-01-15T02:09:02.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2743 | 2025-01-15T02:09:02.510Z | Compiling cancel-safe-futures v0.1.5 |
2744 | 2025-01-15T02:09:02.678Z | Compiling owo-colors v4.1.0 |
2745 | 2025-01-15T02:09:02.825Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2746 | 2025-01-15T02:09:02.891Z | Compiling newtype_derive v0.1.6 |
2747 | 2025-01-15T02:09:02.952Z | Compiling expectorate v1.1.0 |
2748 | 2025-01-15T02:09:03.005Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2749 | 2025-01-15T02:09:03.149Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2750 | 2025-01-15T02:09:03.201Z | Compiling thiserror-impl-no-std v2.0.2 |
2751 | 2025-01-15T02:09:03.265Z | Compiling blake3 v1.5.4 |
2752 | 2025-01-15T02:09:03.445Z | Compiling unicase v2.7.0 |
2753 | 2025-01-15T02:09:03.762Z | Compiling half v2.4.1 |
2754 | 2025-01-15T02:09:03.927Z | Compiling arc-swap v1.7.1 |
2755 | 2025-01-15T02:09:04.018Z | Compiling ciborium-io v0.2.2 |
2756 | 2025-01-15T02:09:04.190Z | Compiling typify v0.2.0 |
2757 | 2025-01-15T02:09:04.291Z | Compiling ciborium-ll v0.2.2 |
2758 | 2025-01-15T02:09:04.327Z | Compiling progenitor-impl v0.8.0 |
2759 | 2025-01-15T02:09:04.359Z | Compiling slog-scope v4.4.0 |
2760 | 2025-01-15T02:09:04.507Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2761 | 2025-01-15T02:09:04.686Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2762 | 2025-01-15T02:09:05.003Z | Compiling polyval v0.6.2 |
2763 | 2025-01-15T02:09:05.233Z | Compiling typify v0.3.0 |
2764 | 2025-01-15T02:09:05.356Z | Compiling atomicwrites v0.4.4 |
2765 | 2025-01-15T02:09:05.387Z | Compiling progenitor-impl v0.9.1 |
2766 | 2025-01-15T02:09:05.430Z | Compiling libsw v3.3.1 |
2767 | 2025-01-15T02:09:05.715Z | Compiling memmap2 v0.9.5 |
2768 | 2025-01-15T02:09:05.736Z | Compiling indent_write v2.2.0 |
2769 | 2025-01-15T02:09:06.000Z | Compiling linear-map v1.2.0 |
2770 | 2025-01-15T02:09:06.164Z | Compiling thiserror-no-std v2.0.2 |
2771 | 2025-01-15T02:09:06.190Z | Compiling libefi-sys v0.1.0 |
2772 | 2025-01-15T02:09:06.222Z | Compiling parking_lot_core v0.8.6 |
2773 | 2025-01-15T02:09:06.348Z | Compiling constant_time_eq v0.3.1 |
2774 | 2025-01-15T02:09:06.497Z | Compiling salty v0.3.0 |
2775 | 2025-01-15T02:09:06.553Z | Compiling arrayref v0.3.9 |
2776 | 2025-01-15T02:09:06.653Z | Compiling arrayvec v0.7.6 |
2777 | 2025-01-15T02:09:06.715Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2778 | 2025-01-15T02:09:06.734Z | Compiling vsss-rs v3.3.4 |
2779 | 2025-01-15T02:09:06.793Z | Compiling ghash v0.5.1 |
2780 | 2025-01-15T02:09:07.052Z | Compiling slog-stdlog v4.1.1 |
2781 | 2025-01-15T02:09:07.112Z | Compiling ciborium v0.2.2 |
2782 | 2025-01-15T02:09:08.108Z | Compiling p384 v0.13.0 |
2783 | 2025-01-15T02:09:08.187Z | Compiling toolchain_find v0.4.0 |
2784 | 2025-01-15T02:09:08.483Z | Compiling chacha20poly1305 v0.10.1 |
2785 | 2025-01-15T02:09:08.741Z | Compiling ctr v0.9.2 |
2786 | 2025-01-15T02:09:08.800Z | Compiling lzma-sys v0.1.20 |
2787 | 2025-01-15T02:09:08.822Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2788 | 2025-01-15T02:09:09.118Z | Compiling bitfield-struct v0.6.2 |
2789 | 2025-01-15T02:09:09.244Z | Compiling slog-dtrace v0.3.0 |
2790 | 2025-01-15T02:09:09.560Z | Compiling topological-sort v0.2.2 |
2791 | 2025-01-15T02:09:09.578Z | Compiling highway v1.2.0 |
2792 | 2025-01-15T02:09:09.793Z | Compiling omicron-zone-package v0.12.0 |
2793 | 2025-01-15T02:09:09.846Z | Compiling aes-gcm v0.10.3 |
2794 | 2025-01-15T02:09:10.182Z | Compiling rustfmt-wrapper v0.2.1 |
2795 | 2025-01-15T02:09:10.329Z | Compiling mime_guess v2.0.5 |
2796 | 2025-01-15T02:09:10.360Z | Compiling slog-envlogger v2.2.0 |
2797 | 2025-01-15T02:09:10.539Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2798 | 2025-01-15T02:09:10.753Z | Compiling steno v0.4.1 |
2799 | 2025-01-15T02:09:11.279Z | Compiling progenitor-macro v0.8.0 |
2800 | 2025-01-15T02:09:11.505Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2801 | 2025-01-15T02:09:11.595Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2802 | 2025-01-15T02:09:11.783Z | Compiling heck v0.3.3 |
2803 | 2025-01-15T02:09:11.929Z | Compiling ssh-encoding v0.2.0 |
2804 | 2025-01-15T02:09:12.168Z | Compiling blowfish v0.9.1 |
2805 | 2025-01-15T02:09:12.188Z | Compiling nibble_vec v0.1.0 |
2806 | 2025-01-15T02:09:12.422Z | Compiling env_filter v0.1.2 |
2807 | 2025-01-15T02:09:12.459Z | Compiling humantime v2.1.0 |
2808 | 2025-01-15T02:09:12.597Z | Compiling progenitor-macro v0.9.1 |
2809 | 2025-01-15T02:09:12.640Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2810 | 2025-01-15T02:09:12.660Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2811 | 2025-01-15T02:09:12.797Z | Compiling endian-type v0.1.2 |
2812 | 2025-01-15T02:09:12.938Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2813 | 2025-01-15T02:09:12.990Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-15T02:09:13.040Z | Compiling radix_trie v0.2.1 |
2815 | 2025-01-15T02:09:13.060Z | Compiling env_logger v0.11.5 |
2816 | 2025-01-15T02:09:13.266Z | Compiling bcrypt-pbkdf v0.10.0 |
2817 | 2025-01-15T02:09:13.677Z | Compiling ssh-cipher v0.2.0 |
2818 | 2025-01-15T02:09:13.758Z | Compiling zone_cfg_derive v0.1.2 |
2819 | 2025-01-15T02:09:13.895Z | Compiling parking_lot v0.11.2 |
2820 | 2025-01-15T02:09:14.364Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2821 | 2025-01-15T02:09:14.738Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2822 | 2025-01-15T02:09:15.114Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2823 | 2025-01-15T02:09:15.163Z | Compiling password-hash v0.4.2 |
2824 | 2025-01-15T02:09:15.535Z | Compiling gethostname v0.5.0 |
2825 | 2025-01-15T02:09:15.560Z | Compiling fxhash v0.2.1 |
2826 | 2025-01-15T02:09:15.580Z | Compiling matches v0.1.10 |
2827 | 2025-01-15T02:09:15.660Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2828 | 2025-01-15T02:09:15.692Z | Compiling bumpalo v3.16.0 |
2829 | 2025-01-15T02:09:15.729Z | Compiling zip v2.1.3 |
2830 | 2025-01-15T02:09:15.774Z | Compiling simd-adler32 v0.3.7 |
2831 | 2025-01-15T02:09:16.013Z | Compiling base64 v0.13.1 |
2832 | 2025-01-15T02:09:16.034Z | Compiling http-range v0.1.5 |
2833 | 2025-01-15T02:09:16.074Z | Compiling lockfree-object-pool v0.1.6 |
2834 | 2025-01-15T02:09:16.261Z | Compiling sled v0.34.7 |
2835 | 2025-01-15T02:09:16.325Z | Compiling idna v0.2.3 |
2836 | 2025-01-15T02:09:16.361Z | Compiling zopfli v0.8.1 |
2837 | 2025-01-15T02:09:16.380Z | Compiling pbkdf2 v0.11.0 |
2838 | 2025-01-15T02:09:16.585Z | Compiling ron v0.7.1 |
2839 | 2025-01-15T02:09:16.770Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2840 | 2025-01-15T02:09:17.378Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2841 | 2025-01-15T02:09:17.423Z | Compiling zone v0.1.8 |
2842 | 2025-01-15T02:09:17.907Z | Compiling xz2 v0.1.7 |
2843 | 2025-01-15T02:09:18.364Z | Compiling ssh-key v0.6.6 |
2844 | 2025-01-15T02:09:18.433Z | Compiling hickory-client v0.24.1 |
2845 | 2025-01-15T02:09:19.043Z | Compiling p521 v0.13.3 |
2846 | 2025-01-15T02:09:19.209Z | Compiling p256 v0.13.2 |
2847 | 2025-01-15T02:09:19.822Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2848 | 2025-01-15T02:09:20.046Z | Compiling hickory-server v0.24.1 |
2849 | 2025-01-15T02:09:20.852Z | Compiling enum-as-inner v0.5.1 |
2850 | 2025-01-15T02:09:21.383Z | Compiling pem v3.0.4 |
2851 | 2025-01-15T02:09:21.873Z | Compiling yasna v0.5.2 |
2852 | 2025-01-15T02:09:22.137Z | Compiling headers-core v0.3.0 |
2853 | 2025-01-15T02:09:22.337Z | Compiling kstat-rs v0.2.4 |
2854 | 2025-01-15T02:09:22.630Z | Compiling nanorand v0.7.0 |
2855 | 2025-01-15T02:09:22.677Z | Compiling atty v0.2.14 |
2856 | 2025-01-15T02:09:22.852Z | Compiling russh-cryptovec v0.7.3 |
2857 | 2025-01-15T02:09:22.913Z | Compiling md5 v0.7.0 |
2858 | 2025-01-15T02:09:23.162Z | Compiling flume v0.11.1 |
2859 | 2025-01-15T02:09:23.181Z | Compiling russh-keys v0.45.0 |
2860 | 2025-01-15T02:09:23.425Z | Compiling rcgen v0.12.1 |
2861 | 2025-01-15T02:09:23.480Z | Compiling headers v0.4.0 |
2862 | 2025-01-15T02:09:23.991Z | Compiling trust-dns-proto v0.22.0 |
2863 | 2025-01-15T02:09:24.298Z | Compiling progenitor v0.8.0 |
2864 | 2025-01-15T02:09:24.516Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2865 | 2025-01-15T02:09:25.177Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2866 | 2025-01-15T02:09:25.400Z | Compiling progenitor v0.9.1 |
2867 | 2025-01-15T02:09:25.565Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2868 | 2025-01-15T02:09:25.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2869 | 2025-01-15T02:09:26.295Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2870 | 2025-01-15T02:09:26.488Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2871 | 2025-01-15T02:09:26.709Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2872 | 2025-01-15T02:09:27.057Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2873 | 2025-01-15T02:09:27.497Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2874 | 2025-01-15T02:09:28.754Z | Compiling hyper-staticfile v0.10.1 |
2875 | 2025-01-15T02:09:29.803Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2876 | 2025-01-15T02:09:31.215Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2877 | 2025-01-15T02:09:32.116Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2878 | 2025-01-15T02:09:32.353Z | Compiling num-bigint v0.4.6 |
2879 | 2025-01-15T02:09:32.564Z | Compiling des v0.8.1 |
2880 | 2025-01-15T02:09:32.707Z | Compiling subprocess v0.2.9 |
2881 | 2025-01-15T02:09:32.915Z | Compiling display-error-chain v0.2.2 |
2882 | 2025-01-15T02:09:33.143Z | Compiling hex-literal v0.4.1 |
2883 | 2025-01-15T02:09:33.305Z | Compiling dhcproto-macros v0.1.0 |
2884 | 2025-01-15T02:09:33.327Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2885 | 2025-01-15T02:09:34.161Z | Compiling dhcproto v0.12.0 |
2886 | 2025-01-15T02:09:34.356Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2887 | 2025-01-15T02:09:34.849Z | Compiling internet-checksum v0.2.1 |
2888 | 2025-01-15T02:09:36.544Z | Compiling russh v0.45.0 |
2889 | 2025-01-15T02:09:40.739Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2890 | 2025-01-15T02:09:40.739Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2891 | 2025-01-15T02:09:40.742Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2892 | 2025-01-15T02:09:43.625Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2893 | 2025-01-15T02:09:43.670Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2894 | 2025-01-15T02:09:44.694Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2895 | 2025-01-15T02:09:45.122Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2896 | 2025-01-15T02:09:45.645Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2897 | 2025-01-15T02:09:47.929Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2898 | 2025-01-15T02:09:47.968Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2899 | 2025-01-15T02:09:48.581Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2900 | 2025-01-15T02:09:48.775Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2901 | 2025-01-15T02:09:49.573Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2902 | 2025-01-15T02:09:50.203Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2903 | 2025-01-15T02:09:51.408Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2904 | 2025-01-15T02:09:51.925Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2905 | 2025-01-15T02:09:52.284Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2906 | 2025-01-15T02:09:54.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2907 | 2025-01-15T02:09:55.026Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2908 | 2025-01-15T02:09:55.159Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2909 | 2025-01-15T02:09:55.793Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2910 | 2025-01-15T02:09:56.554Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2911 | 2025-01-15T02:09:56.952Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2912 | 2025-01-15T02:10:00.131Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2913 | 2025-01-15T02:10:00.963Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2914 | 2025-01-15T02:10:01.513Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2915 | 2025-01-15T02:10:02.675Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2916 | 2025-01-15T02:10:03.388Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2917 | 2025-01-15T02:10:08.057Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2918 | 2025-01-15T02:10:16.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2919 | 2025-01-15T02:10:17.473Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2920 | 2025-01-15T02:10:38.961Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2921 | 2025-01-15T02:11:01.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2922 | 2025-01-15T02:11:01.531Z | |
2923 | 2025-01-15T02:11:01.531Z | real 2:22.641115259 |
2924 | 2025-01-15T02:11:01.531Z | user 12:20.939384516 |
2925 | 2025-01-15T02:11:01.531Z | sys 1:33.792605411 |
2926 | 2025-01-15T02:11:01.531Z | trap 0.375359264 |
2927 | 2025-01-15T02:11:01.531Z | tflt 0.907487677 |
2928 | 2025-01-15T02:11:01.534Z | dflt 0.997997807 |
2929 | 2025-01-15T02:11:01.534Z | kflt 0.000124401 |
2930 | 2025-01-15T02:11:01.534Z | lock 22:40.442564617 |
2931 | 2025-01-15T02:11:01.534Z | slp 42:32.761111137 |
2932 | 2025-01-15T02:11:01.534Z | lat 38.182009987 |
2933 | 2025-01-15T02:11:01.534Z | stop 1:37.099945155 |
2934 | 2025-01-15T02:11:01.534Z | + mkdir tests |
2935 | 2025-01-15T02:11:01.537Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2936 | 2025-01-15T02:11:01.537Z | + xargs -I '{}' -t cp '{}' tests/ |
2937 | 2025-01-15T02:11:01.577Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0d254d8899e23674 tests/ |
2938 | 2025-01-15T02:11:01.598Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3a64d2ee5c988591 tests/ |
2939 | 2025-01-15T02:11:01.618Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-57fc15191e04a8ca tests/ |
2940 | 2025-01-15T02:11:01.640Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ab45da0b29c930c tests/ |
2941 | 2025-01-15T02:11:01.854Z | + 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/*) |
2942 | 2025-01-15T02:11:01.856Z | + 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-3a64d2ee5c988591 tests/commtest-57fc15191e04a8ca tests/dhcp_server-0d254d8899e23674 tests/end_to_end_tests-4ab45da0b29c930c 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 |
2943 | 2025-01-15T02:12:16.276Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2944 | 2025-01-15T02:12:16.276Z | a .github/buildomat/ci-env.sh 1K |
2945 | 2025-01-15T02:12:16.276Z | a out/target/test 1K |
2946 | 2025-01-15T02:12:16.276Z | a out/npuzone/npuzone 23144K |
2947 | 2025-01-15T02:12:16.276Z | a package-manifest.toml 34K |
2948 | 2025-01-15T02:12:16.276Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2949 | 2025-01-15T02:12:16.276Z | a target/release/omicron-package 36339K |
2950 | 2025-01-15T02:12:16.276Z | a target/release/xtask 11918K |
2951 | 2025-01-15T02:12:16.277Z | a target/debug/bootstrap 221307K |
2952 | 2025-01-15T02:12:16.277Z | a tests/bootstrap-3a64d2ee5c988591 24324K |
2953 | 2025-01-15T02:12:16.277Z | a tests/commtest-57fc15191e04a8ca 24818K |
2954 | 2025-01-15T02:12:16.277Z | a tests/dhcp_server-0d254d8899e23674 24324K |
2955 | 2025-01-15T02:12:16.277Z | a tests/end_to_end_tests-4ab45da0b29c930c 283020K |
2956 | 2025-01-15T02:12:16.277Z | a out/clickhouse.tar.gz 294603K |
2957 | 2025-01-15T02:12:16.277Z | a out/clickhouse_keeper.tar.gz 281560K |
2958 | 2025-01-15T02:12:16.277Z | a out/clickhouse_server.tar.gz 294571K |
2959 | 2025-01-15T02:12:16.277Z | a out/cockroachdb.tar.gz 135059K |
2960 | 2025-01-15T02:12:16.277Z | a out/crucible-dtrace.tar 96K |
2961 | 2025-01-15T02:12:16.277Z | a out/crucible-pantry-zone.tar.gz 28530K |
2962 | 2025-01-15T02:12:16.277Z | a out/crucible-zone.tar.gz 36806K |
2963 | 2025-01-15T02:12:16.277Z | a out/external-dns.tar.gz 35736K |
2964 | 2025-01-15T02:12:16.277Z | a out/internal-dns.tar.gz 35735K |
2965 | 2025-01-15T02:12:16.277Z | a out/mg-ddm-gz.tar 63075K |
2966 | 2025-01-15T02:12:16.277Z | a out/nexus.tar.gz 99949K |
2967 | 2025-01-15T02:12:16.277Z | a out/ntp.tar.gz 10493K |
2968 | 2025-01-15T02:12:16.277Z | a out/omicron-gateway-softnpu.tar.gz 24189K |
2969 | 2025-01-15T02:12:16.277Z | a out/omicron-sled-agent.tar 114618K |
2970 | 2025-01-15T02:12:16.277Z | a out/overlay.tar.gz 3K |
2971 | 2025-01-15T02:12:16.277Z | a out/oximeter.tar.gz 48408K |
2972 | 2025-01-15T02:12:16.277Z | a out/oxlog.tar 3157K |
2973 | 2025-01-15T02:12:16.277Z | a out/probe.tar.gz 2764K |
2974 | 2025-01-15T02:12:16.277Z | a out/propolis-server.tar.gz 66467K |
2975 | 2025-01-15T02:12:16.277Z | a out/pumpkind-gz.tar 26665K |
2976 | 2025-01-15T02:12:16.277Z | a out/switch-softnpu.tar.gz 236266K |
2977 | 2025-01-15T02:12:16.280Z | |
2978 | 2025-01-15T02:12:16.280Z | real 1:14.397194972 |
2979 | 2025-01-15T02:12:16.280Z | user 1:11.038315395 |
2980 | 2025-01-15T02:12:16.280Z | sys 4.668035262 |
2981 | 2025-01-15T02:12:16.280Z | trap 0.018178772 |
2982 | 2025-01-15T02:12:16.280Z | tflt 0.000000000 |
2983 | 2025-01-15T02:12:16.280Z | dflt 0.000000000 |
2984 | 2025-01-15T02:12:16.280Z | kflt 0.000000000 |
2985 | 2025-01-15T02:12:16.280Z | lock 0.000000000 |
2986 | 2025-01-15T02:12:16.280Z | slp 1:10.949368314 |
2987 | 2025-01-15T02:12:16.280Z | lat 2.116201101 |
2988 | 2025-01-15T02:12:16.280Z | stop 0.000210547 |
2989 | 2025-01-15T02:12:16.280Z | process exited: duration 1894404 ms, exit code 0 |
|
2990 | 2025-01-15T02:12:16.294Z | found 1 output files |
2991 | 2025-01-15T02:12:16.294Z | uploading: /work/package.tar.gz (1905216600 bytes) |
2992 | 2025-01-15T02:12:55.572Z | uploaded: /work/package.tar.gz |