|
|
|
1 | 2025-01-28T06:54:30.683Z | job assigned to worker 01JJNTZPM9E1AQX25ZPW7BDK0C [factory aws, i-05e7bf7c41bad9c1a] (queued for 16 m 11 s) |
|
2 | 2025-01-28T06:54:38.549Z | starting task 0: "setup" |
3 | 2025-01-28T06:54:38.562Z | ++ uname -s |
4 | 2025-01-28T06:54:38.566Z | + kern=SunOS |
5 | 2025-01-28T06:54:38.566Z | + case "$kern" in |
6 | 2025-01-28T06:54:38.566Z | + groupadd -g 12345 build |
7 | 2025-01-28T06:54:38.566Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T06:54:40.573Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T06:54:40.686Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T06:54:40.688Z | + home_fs=zfs |
11 | 2025-01-28T06:54:40.688Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T06:54:40.688Z | + mkdir -p /home/build |
13 | 2025-01-28T06:54:40.691Z | + chown build:build /home/build /work |
14 | 2025-01-28T06:54:42.692Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T06:54:42.696Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2025-01-28T06:54:42.702Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T06:54:42.709Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T06:54:42.709Z | * toolchain channel = "1.84.0" |
19 | 2025-01-28T06:54:42.709Z | ' 1.84.0 |
20 | 2025-01-28T06:54:42.709Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T06:54:42.709Z | ' default |
22 | 2025-01-28T06:54:42.709Z | * toolchain profile = "default" |
23 | 2025-01-28T06:54:42.712Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T06:54:42.712Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T06:54:43.010Z | info: downloading installer |
26 | 2025-01-28T06:54:44.356Z | info: profile set to 'default' |
27 | 2025-01-28T06:54:44.356Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T06:54:44.359Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T06:54:44.506Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T06:54:44.506Z | info: downloading component 'cargo' |
31 | 2025-01-28T06:54:45.381Z | info: downloading component 'clippy' |
32 | 2025-01-28T06:54:45.716Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T06:54:46.902Z | info: downloading component 'rust-std' |
34 | 2025-01-28T06:54:48.667Z | info: downloading component 'rustc' |
35 | 2025-01-28T06:54:55.437Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T06:54:55.691Z | info: installing component 'cargo' |
37 | 2025-01-28T06:54:56.570Z | info: installing component 'clippy' |
38 | 2025-01-28T06:54:56.965Z | info: installing component 'rust-docs' |
39 | 2025-01-28T06:54:58.639Z | info: installing component 'rust-std' |
40 | 2025-01-28T06:55:00.712Z | info: installing component 'rustc' |
41 | 2025-01-28T06:55:06.719Z | info: installing component 'rustfmt' |
42 | 2025-01-28T06:55:07.055Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T06:55:07.055Z | |
44 | 2025-01-28T06:55:07.441Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T06:55:07.441Z | |
46 | 2025-01-28T06:55:07.462Z | |
47 | 2025-01-28T06:55:07.462Z | Rust is installed now. Great! |
48 | 2025-01-28T06:55:07.462Z | |
49 | 2025-01-28T06:55:07.462Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T06:55:07.462Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T06:55:07.462Z | |
52 | 2025-01-28T06:55:07.462Z | To configure your current shell, you need to source |
53 | 2025-01-28T06:55:07.462Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T06:55:07.462Z | |
55 | 2025-01-28T06:55:07.462Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T06:55:07.462Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T06:55:07.462Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T06:55:07.520Z | + rustc --version |
59 | 2025-01-28T06:55:07.587Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T06:55:07.591Z | process exited: duration 24888 ms, exit code 0 |
|
61 | 2025-01-28T06:55:07.597Z | starting task 2: "authentication" |
62 | 2025-01-28T06:55:07.616Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T06:55:07.620Z | starting task 3: "clone repository" |
64 | 2025-01-28T06:55:07.626Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T06:55:07.628Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T06:55:07.666Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T06:55:15.652Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T06:55:15.652Z | + git fetch origin e98365b41adb2804430886777368cbda500567c3 |
69 | 2025-01-28T06:55:15.970Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T06:55:15.970Z | * branch e98365b41adb2804430886777368cbda500567c3 -> FETCH_HEAD |
71 | 2025-01-28T06:55:15.982Z | + [[ -n '' ]] |
72 | 2025-01-28T06:55:15.982Z | + git reset --hard e98365b41adb2804430886777368cbda500567c3 |
73 | 2025-01-28T06:55:16.164Z | HEAD is now at e98365b41 Update Rust crate test-strategy to 0.4.0 |
74 | 2025-01-28T06:55:16.167Z | process exited: duration 8545 ms, exit code 0 |
|
75 | 2025-01-28T06:55:16.173Z | starting task 4: "build" |
76 | 2025-01-28T06:55:16.180Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-28T06:55:16.182Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-28T06:55:16.182Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-28T06:55:16.182Z | + cargo --version |
80 | 2025-01-28T06:55:16.240Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-28T06:55:16.242Z | + rustc --version |
82 | 2025-01-28T06:55:16.305Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-28T06:55:16.308Z | + WORK=/work |
84 | 2025-01-28T06:55:16.308Z | + pfexec mkdir -p /work |
85 | 2025-01-28T06:55:16.313Z | + pfexec chown build /work |
86 | 2025-01-28T06:55:16.317Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2025-01-28T06:55:17.920Z | pkg list: illegal option -- F |
88 | 2025-01-28T06:55:17.920Z | Usage: |
89 | 2025-01-28T06:55:17.924Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
90 | 2025-01-28T06:55:17.924Z | [pkg_fmri_pattern ...] |
91 | 2025-01-28T06:55:18.833Z | pkg list: illegal option -- F |
92 | 2025-01-28T06:55:18.833Z | Usage: |
93 | 2025-01-28T06:55:18.895Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
94 | 2025-01-28T06:55:18.895Z | [pkg_fmri_pattern ...] |
95 | 2025-01-28T06:55:24.898Z | Startup: Refreshing catalog 'helios-dev' ... Done |
96 | 2025-01-28T06:55:28.991Z | Startup: Caching catalogs ... Done |
97 | 2025-01-28T06:55:40.382Z | Planning: Solver setup ... Done (10.579s) |
98 | 2025-01-28T06:55:40.527Z | Planning: Running solver ... Done (0.144s) |
99 | 2025-01-28T06:55:40.639Z | Planning: Finding local manifests ... Done (0.006s) |
100 | 2025-01-28T06:55:40.652Z | Planning: Fetching manifests: 0/7 0% complete |
101 | 2025-01-28T06:55:42.099Z | Planning: Fetching manifests: 7/7 100% complete |
102 | 2025-01-28T06:55:42.211Z | Planning: Package planning ... Done (0.112s) |
103 | 2025-01-28T06:55:42.268Z | Planning: Merging actions ... Done (0.056s) |
104 | 2025-01-28T06:55:42.465Z | Planning: Checking for conflicting actions ... Done (0.198s) |
105 | 2025-01-28T06:55:44.515Z | Planning: Consolidating action changes ... Done (2.048s) |
106 | 2025-01-28T06:55:44.956Z | Planning: Evaluating mediators ... Done (0.441s) |
107 | 2025-01-28T06:55:45.038Z | Planning: Planning completed in 15.95 seconds |
108 | 2025-01-28T06:55:45.054Z | Packages to install: 4 |
109 | 2025-01-28T06:55:45.054Z | Packages to update: 3 |
110 | 2025-01-28T06:55:45.054Z | Mediators to change: 2 |
111 | 2025-01-28T06:55:45.057Z | Services to change: 1 |
112 | 2025-01-28T06:55:45.057Z | Estimated space available: 155.61 GB |
113 | 2025-01-28T06:55:45.057Z | Estimated space to be consumed: 1.64 GB |
114 | 2025-01-28T06:55:45.057Z | Create boot environment: No |
115 | 2025-01-28T06:55:45.057Z | Create backup boot environment: Yes |
116 | 2025-01-28T06:55:45.057Z | Rebuild boot archive: No |
117 | 2025-01-28T06:55:45.057Z | |
118 | 2025-01-28T06:55:45.057Z | Changed mediators: |
119 | 2025-01-28T06:55:45.057Z | mediator clang: |
120 | 2025-01-28T06:55:45.057Z | version: None -> 15 (system default) |
121 | 2025-01-28T06:55:45.057Z | |
122 | 2025-01-28T06:55:45.057Z | mediator llvm: |
123 | 2025-01-28T06:55:45.057Z | version: 14 (system default) -> 15 (system default) |
124 | 2025-01-28T06:55:45.057Z | |
125 | 2025-01-28T06:55:45.057Z | Changed packages: |
126 | 2025-01-28T06:55:45.057Z | helios-dev |
127 | 2025-01-28T06:55:45.057Z | developer/build-essential |
128 | 2025-01-28T06:55:45.057Z | None -> 11-2.0 |
129 | 2025-01-28T06:55:45.057Z | library/libxmlsec1 |
130 | 2025-01-28T06:55:45.057Z | None -> 1.2.35-2.0 |
131 | 2025-01-28T06:55:45.057Z | ooce/developer/clang-15 |
132 | 2025-01-28T06:55:45.057Z | None -> 15.0.7-2.0 |
133 | 2025-01-28T06:55:45.057Z | ooce/developer/llvm-15 |
134 | 2025-01-28T06:55:45.057Z | None -> 15.0.7-2.0 |
135 | 2025-01-28T06:55:45.057Z | package/pkg |
136 | 2025-01-28T06:55:45.057Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
137 | 2025-01-28T06:55:45.057Z | system/library/g++-runtime |
138 | 2025-01-28T06:55:45.057Z | 13-2.0 -> 14-2.0 |
139 | 2025-01-28T06:55:45.058Z | system/library/gcc-runtime |
140 | 2025-01-28T06:55:45.058Z | 13-2.0 -> 14-2.0 |
141 | 2025-01-28T06:55:45.058Z | |
142 | 2025-01-28T06:55:45.058Z | Services: |
143 | 2025-01-28T06:55:45.058Z | restart_fmri: |
144 | 2025-01-28T06:55:45.058Z | svc:/system/update-man-index:default |
145 | 2025-01-28T06:55:45.058Z | |
146 | 2025-01-28T06:55:45.058Z | Editable files to change: |
147 | 2025-01-28T06:55:45.058Z | Update: |
148 | 2025-01-28T06:55:45.058Z | usr/share/lib/pkg/web/config.shtml |
149 | 2025-01-28T06:55:45.138Z | |
150 | 2025-01-28T06:55:45.138Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
151 | 2025-01-28T06:55:50.138Z | Download: 1309/4301 items 104.5/225.4MB 46% complete (21.0M/s) |
152 | 2025-01-28T06:55:55.138Z | Download: 3101/4301 items 127.5/225.4MB 56% complete (12.7M/s) |
153 | 2025-01-28T06:56:00.325Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (13.7M/s) |
154 | 2025-01-28T06:56:00.913Z | Download: Completed 225.42 MB in 15.77 seconds (14.3M/s) |
155 | 2025-01-28T06:56:03.042Z | Actions: 1/5122 actions (Removing old actions) |
156 | 2025-01-28T06:56:03.063Z | Actions: 194/5122 actions (Installing new actions) |
157 | 2025-01-28T06:56:07.794Z | Actions: 4267/5122 actions (Updating modified actions) |
158 | 2025-01-28T06:56:08.151Z | Actions: Completed 5122 actions in 5.11 seconds. |
159 | 2025-01-28T06:56:08.566Z | Done (0.406s) |
160 | 2025-01-28T06:56:08.569Z | Done (0.002s) |
161 | 2025-01-28T06:56:09.144Z | Done (0.575s) |
162 | 2025-01-28T06:56:13.674Z | Done (4.300s) |
163 | 2025-01-28T06:56:13.763Z | Done (0.018s) |
164 | 2025-01-28T06:56:13.765Z | Done (0.000s) |
165 | 2025-01-28T06:56:13.921Z | Done (0.000s) |
166 | 2025-01-28T06:56:14.634Z | Planning: Evaluating mediator changes ... Done |
167 | 2025-01-28T06:56:14.799Z | Planning: Checking for conflicting actions ... Done |
168 | 2025-01-28T06:56:14.802Z | Planning: Consolidating action changes ... Done |
169 | 2025-01-28T06:56:15.070Z | Planning: Evaluating mediators ... Done |
170 | 2025-01-28T06:56:15.073Z | Planning: Planning completed in 0.44 seconds |
171 | 2025-01-28T06:56:15.113Z | Mediators to change: 2 |
172 | 2025-01-28T06:56:15.113Z | Create boot environment: No |
173 | 2025-01-28T06:56:15.116Z | Create backup boot environment: No |
174 | 2025-01-28T06:56:15.196Z | Done |
175 | 2025-01-28T06:56:15.196Z | Done |
176 | 2025-01-28T06:56:15.573Z | Done |
177 | 2025-01-28T06:56:19.273Z | Done |
178 | 2025-01-28T06:56:19.367Z | Done |
179 | 2025-01-28T06:56:19.369Z | Done |
180 | 2025-01-28T06:56:19.488Z | Done |
181 | 2025-01-28T06:56:20.108Z | Planning: Evaluating mediator changes ... Done |
182 | 2025-01-28T06:56:20.111Z | Planning: Merging actions ... Done |
183 | 2025-01-28T06:56:20.303Z | Planning: Checking for conflicting actions ... Done |
184 | 2025-01-28T06:56:20.306Z | Planning: Consolidating action changes ... Done |
185 | 2025-01-28T06:56:20.576Z | Planning: Evaluating mediators ... Done |
186 | 2025-01-28T06:56:20.635Z | Planning: Planning completed in 0.77 seconds |
187 | 2025-01-28T06:56:20.674Z | Packages to change: 1 |
188 | 2025-01-28T06:56:20.674Z | Mediators to change: 1 |
189 | 2025-01-28T06:56:20.677Z | Services to change: 1 |
190 | 2025-01-28T06:56:20.677Z | Create boot environment: No |
191 | 2025-01-28T06:56:20.677Z | Create backup boot environment: Yes |
192 | 2025-01-28T06:56:23.045Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2025-01-28T06:56:23.047Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2025-01-28T06:56:23.047Z | Done |
195 | 2025-01-28T06:56:23.048Z | Done |
196 | 2025-01-28T06:56:23.165Z | Done |
197 | 2025-01-28T06:56:26.914Z | Done |
198 | 2025-01-28T06:56:27.011Z | Done |
199 | 2025-01-28T06:56:27.013Z | Done |
200 | 2025-01-28T06:56:27.145Z | Done |
201 | 2025-01-28T06:56:27.589Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2025-01-28T06:56:27.589Z | clang system 15 system |
203 | 2025-01-28T06:56:27.589Z | csh system system illumos |
204 | 2025-01-28T06:56:27.589Z | ctags system system illumos |
205 | 2025-01-28T06:56:27.589Z | gcc vendor 12 vendor |
206 | 2025-01-28T06:56:27.589Z | gcc system 10 system |
207 | 2025-01-28T06:56:27.589Z | gcc system 7 system |
208 | 2025-01-28T06:56:27.589Z | go system 1.20 system |
209 | 2025-01-28T06:56:27.589Z | go system 1.19 system |
210 | 2025-01-28T06:56:27.589Z | llvm system 15 system |
211 | 2025-01-28T06:56:27.590Z | llvm system 14 system |
212 | 2025-01-28T06:56:27.590Z | mariadb system 10.6 system |
213 | 2025-01-28T06:56:27.590Z | mta vendor vendor dma |
214 | 2025-01-28T06:56:27.590Z | openjdk system 17 system |
215 | 2025-01-28T06:56:27.590Z | openjdk system 11 system |
216 | 2025-01-28T06:56:27.590Z | openjdk system 1.8 system |
217 | 2025-01-28T06:56:27.590Z | openssl vendor 3 vendor |
218 | 2025-01-28T06:56:27.590Z | perl system 5.36 system |
219 | 2025-01-28T06:56:27.590Z | postgresql system 15 system |
220 | 2025-01-28T06:56:27.590Z | postgresql system 13 system |
221 | 2025-01-28T06:56:27.590Z | python vendor 3 vendor |
222 | 2025-01-28T06:56:27.590Z | python system 2 system |
223 | 2025-01-28T06:56:27.590Z | python3 system 3.11 system |
224 | 2025-01-28T06:56:27.590Z | ruby system 3.0 system |
225 | 2025-01-28T06:56:27.590Z | words vendor vendor american-english |
226 | 2025-01-28T06:56:27.590Z | words system system australian-english |
227 | 2025-01-28T06:56:27.590Z | words system system british-english |
228 | 2025-01-28T06:56:27.590Z | words system system canadian-english |
229 | 2025-01-28T06:56:27.590Z | words system system french |
230 | 2025-01-28T06:56:27.590Z | words system system italian |
231 | 2025-01-28T06:56:27.590Z | words system system ngerman |
232 | 2025-01-28T06:56:27.590Z | words system system ogerman |
233 | 2025-01-28T06:56:27.590Z | words system system spanish |
234 | 2025-01-28T06:56:27.928Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2025-01-28T06:56:27.928Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2025-01-28T06:56:30.748Z | FMRI IFO |
237 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
244 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
245 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
247 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
248 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
250 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
251 | 2025-01-28T06:56:30.748Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2025-01-28T06:56:31.514Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
253 | 2025-01-28T06:56:31.801Z | Updating crates.io index |
254 | 2025-01-28T06:56:31.881Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
255 | 2025-01-28T06:56:32.165Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2025-01-28T06:56:32.826Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2025-01-28T06:56:33.101Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2025-01-28T06:56:33.347Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2025-01-28T06:56:33.619Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2025-01-28T06:56:34.540Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2025-01-28T06:56:36.256Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2025-01-28T06:56:36.932Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2025-01-28T06:56:37.596Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2025-01-28T06:56:37.871Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2025-01-28T06:56:38.234Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
266 | 2025-01-28T06:56:38.890Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
267 | 2025-01-28T06:56:39.209Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
268 | 2025-01-28T06:56:39.493Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
269 | 2025-01-28T06:56:39.737Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
270 | 2025-01-28T06:56:39.973Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
271 | 2025-01-28T06:56:40.202Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
272 | 2025-01-28T06:56:40.483Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
273 | 2025-01-28T06:56:40.853Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2025-01-28T06:56:41.138Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
275 | 2025-01-28T06:56:41.470Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2025-01-28T06:56:41.752Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2025-01-28T06:56:42.070Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2025-01-28T06:56:42.545Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2025-01-28T06:56:42.833Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
280 | 2025-01-28T06:56:43.192Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2025-01-28T06:56:43.600Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
282 | 2025-01-28T06:56:43.924Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
283 | 2025-01-28T06:56:44.160Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
284 | 2025-01-28T06:56:44.403Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
285 | 2025-01-28T06:56:45.655Z | Downloading crates ... |
286 | 2025-01-28T06:56:45.758Z | Downloaded anstyle v1.0.10 |
287 | 2025-01-28T06:56:45.761Z | Downloaded anstyle-query v1.1.1 |
288 | 2025-01-28T06:56:45.763Z | Downloaded anstyle-parse v0.2.5 |
289 | 2025-01-28T06:56:45.766Z | Downloaded anstream v0.6.15 |
290 | 2025-01-28T06:56:45.769Z | Downloaded equivalent v1.0.1 |
291 | 2025-01-28T06:56:45.794Z | Downloaded pretty-hex v0.4.1 |
292 | 2025-01-28T06:56:45.803Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2025-01-28T06:56:45.805Z | Downloaded crypto-common v0.1.6 |
294 | 2025-01-28T06:56:45.808Z | Downloaded generic-array v0.14.7 |
295 | 2025-01-28T06:56:45.811Z | Downloaded block-buffer v0.10.4 |
296 | 2025-01-28T06:56:45.811Z | Downloaded cpufeatures v0.2.14 |
297 | 2025-01-28T06:56:45.813Z | Downloaded fs-err v2.11.0 |
298 | 2025-01-28T06:56:45.813Z | Downloaded fnv v1.0.7 |
299 | 2025-01-28T06:56:45.816Z | Downloaded colorchoice v1.0.2 |
300 | 2025-01-28T06:56:45.816Z | Downloaded dtrace-parser v0.2.0 |
301 | 2025-01-28T06:56:45.816Z | Downloaded cfg-if v1.0.0 |
302 | 2025-01-28T06:56:45.819Z | Downloaded cargo-platform v0.1.8 |
303 | 2025-01-28T06:56:45.819Z | Downloaded byteorder v1.5.0 |
304 | 2025-01-28T06:56:45.821Z | Downloaded scroll_derive v0.12.0 |
305 | 2025-01-28T06:56:45.821Z | Downloaded usdt-macro v0.5.0 |
306 | 2025-01-28T06:56:45.822Z | Downloaded serde_tokenstream v0.2.2 |
307 | 2025-01-28T06:56:45.825Z | Downloaded thread-id v4.2.2 |
308 | 2025-01-28T06:56:45.825Z | Downloaded pest_generator v2.7.14 |
309 | 2025-01-28T06:56:45.827Z | Downloaded tabled_derive v0.7.0 |
310 | 2025-01-28T06:56:45.830Z | Downloaded camino-tempfile v1.1.1 |
311 | 2025-01-28T06:56:45.832Z | Downloaded unicode-linebreak v0.1.5 |
312 | 2025-01-28T06:56:45.832Z | Downloaded serde_spanned v0.6.8 |
313 | 2025-01-28T06:56:45.835Z | Downloaded autocfg v1.4.0 |
314 | 2025-01-28T06:56:45.835Z | Downloaded errno v0.3.9 |
315 | 2025-01-28T06:56:45.839Z | Downloaded smawk v0.3.2 |
316 | 2025-01-28T06:56:45.841Z | Downloaded clap_lex v0.7.4 |
317 | 2025-01-28T06:56:45.841Z | Downloaded plain v0.2.3 |
318 | 2025-01-28T06:56:45.841Z | Downloaded itoa v1.0.11 |
319 | 2025-01-28T06:56:45.845Z | Downloaded usdt v0.5.0 |
320 | 2025-01-28T06:56:45.848Z | Downloaded strsim v0.11.1 |
321 | 2025-01-28T06:56:45.848Z | Downloaded heck v0.5.0 |
322 | 2025-01-28T06:56:45.850Z | Downloaded heck v0.4.1 |
323 | 2025-01-28T06:56:45.855Z | Downloaded terminal_size v0.4.0 |
324 | 2025-01-28T06:56:45.858Z | Downloaded swrite v0.1.0 |
325 | 2025-01-28T06:56:45.860Z | Downloaded cargo_metadata v0.18.1 |
326 | 2025-01-28T06:56:45.864Z | Downloaded macaddr v1.0.1 |
327 | 2025-01-28T06:56:45.866Z | Downloaded version_check v0.9.5 |
328 | 2025-01-28T06:56:45.869Z | Downloaded dof v0.3.0 |
329 | 2025-01-28T06:56:45.869Z | Downloaded clap_derive v4.5.24 |
330 | 2025-01-28T06:56:45.872Z | Downloaded utf8parse v0.2.2 |
331 | 2025-01-28T06:56:45.875Z | Downloaded fastrand v2.1.1 |
332 | 2025-01-28T06:56:45.875Z | Downloaded digest v0.10.7 |
333 | 2025-01-28T06:56:45.877Z | Downloaded tempfile v3.13.0 |
334 | 2025-01-28T06:56:45.880Z | Downloaded cargo_toml v0.20.5 |
335 | 2025-01-28T06:56:45.880Z | Downloaded camino v1.1.9 |
336 | 2025-01-28T06:56:45.883Z | Downloaded thiserror v1.0.69 |
337 | 2025-01-28T06:56:45.886Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-28T06:56:45.888Z | Downloaded thiserror-impl v1.0.69 |
339 | 2025-01-28T06:56:45.892Z | Downloaded pest_derive v2.7.14 |
340 | 2025-01-28T06:56:45.898Z | Downloaded scroll v0.12.0 |
341 | 2025-01-28T06:56:45.898Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2025-01-28T06:56:45.902Z | Downloaded proc-macro-error v1.0.4 |
343 | 2025-01-28T06:56:45.905Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2025-01-28T06:56:45.905Z | Downloaded usdt-impl v0.5.0 |
345 | 2025-01-28T06:56:45.905Z | Downloaded once_cell v1.20.2 |
346 | 2025-01-28T06:56:45.907Z | Downloaded anyhow v1.0.95 |
347 | 2025-01-28T06:56:45.910Z | Downloaded bytecount v0.6.8 |
348 | 2025-01-28T06:56:45.917Z | Downloaded ucd-trie v0.1.7 |
349 | 2025-01-28T06:56:45.919Z | Downloaded bitflags v2.6.0 |
350 | 2025-01-28T06:56:45.922Z | Downloaded memmap v0.7.0 |
351 | 2025-01-28T06:56:45.927Z | Downloaded toml_datetime v0.6.8 |
352 | 2025-01-28T06:56:45.930Z | Downloaded proc-macro2 v1.0.92 |
353 | 2025-01-28T06:56:45.933Z | Downloaded pest_meta v2.7.14 |
354 | 2025-01-28T06:56:45.935Z | Downloaded textwrap v0.16.1 |
355 | 2025-01-28T06:56:45.938Z | Downloaded semver v1.0.24 |
356 | 2025-01-28T06:56:45.940Z | Downloaded clap v4.5.27 |
357 | 2025-01-28T06:56:45.947Z | Downloaded unicode-ident v1.0.14 |
358 | 2025-01-28T06:56:45.950Z | Downloaded typenum v1.17.0 |
359 | 2025-01-28T06:56:45.952Z | Downloaded toml v0.8.19 |
360 | 2025-01-28T06:56:45.955Z | Downloaded sha2 v0.10.8 |
361 | 2025-01-28T06:56:45.957Z | Downloaded ryu v1.0.18 |
362 | 2025-01-28T06:56:45.959Z | Downloaded serde_derive v1.0.217 |
363 | 2025-01-28T06:56:45.962Z | Downloaded papergrid v0.11.0 |
364 | 2025-01-28T06:56:45.966Z | Downloaded log v0.4.22 |
365 | 2025-01-28T06:56:45.969Z | Downloaded quote v1.0.38 |
366 | 2025-01-28T06:56:45.971Z | Downloaded serde v1.0.217 |
367 | 2025-01-28T06:56:45.976Z | Downloaded indexmap v2.7.0 |
368 | 2025-01-28T06:56:45.992Z | Downloaded memchr v2.7.4 |
369 | 2025-01-28T06:56:46.002Z | Downloaded toml_edit v0.22.22 |
370 | 2025-01-28T06:56:46.041Z | Downloaded pest v2.7.14 |
371 | 2025-01-28T06:56:46.046Z | Downloaded hashbrown v0.15.1 |
372 | 2025-01-28T06:56:46.050Z | Downloaded serde_json v1.0.135 |
373 | 2025-01-28T06:56:46.057Z | Downloaded zerocopy v0.7.35 |
374 | 2025-01-28T06:56:46.071Z | Downloaded winnow v0.6.20 |
375 | 2025-01-28T06:56:46.081Z | Downloaded goblin v0.8.2 |
376 | 2025-01-28T06:56:46.085Z | Downloaded tabled v0.15.0 |
377 | 2025-01-28T06:56:46.101Z | Downloaded clap_builder v4.5.27 |
378 | 2025-01-28T06:56:46.105Z | Downloaded unicode-width v0.1.14 |
379 | 2025-01-28T06:56:46.111Z | Downloaded syn v1.0.109 |
380 | 2025-01-28T06:56:46.120Z | Downloaded syn v2.0.96 |
381 | 2025-01-28T06:56:46.133Z | Downloaded rustix v0.38.37 |
382 | 2025-01-28T06:56:46.163Z | Downloaded libc v0.2.169 |
383 | 2025-01-28T06:56:46.474Z | Compiling proc-macro2 v1.0.92 |
384 | 2025-01-28T06:56:46.474Z | Compiling unicode-ident v1.0.14 |
385 | 2025-01-28T06:56:46.476Z | Compiling version_check v0.9.5 |
386 | 2025-01-28T06:56:46.477Z | Compiling serde v1.0.217 |
387 | 2025-01-28T06:56:46.477Z | Compiling thiserror v1.0.69 |
388 | 2025-01-28T06:56:46.477Z | Compiling memchr v2.7.4 |
389 | 2025-01-28T06:56:46.510Z | Compiling libc v0.2.169 |
390 | 2025-01-28T06:56:46.513Z | Compiling ryu v1.0.18 |
391 | 2025-01-28T06:56:46.732Z | Compiling ucd-trie v0.1.7 |
392 | 2025-01-28T06:56:47.024Z | Compiling itoa v1.0.11 |
393 | 2025-01-28T06:56:47.263Z | Compiling once_cell v1.20.2 |
394 | 2025-01-28T06:56:47.312Z | Compiling byteorder v1.5.0 |
395 | 2025-01-28T06:56:47.502Z | Compiling rustix v0.38.37 |
396 | 2025-01-28T06:56:47.674Z | Compiling serde_json v1.0.135 |
397 | 2025-01-28T06:56:47.760Z | Compiling bitflags v2.6.0 |
398 | 2025-01-28T06:56:48.036Z | Compiling usdt-impl v0.5.0 |
399 | 2025-01-28T06:56:48.134Z | Compiling proc-macro-error-attr v1.0.4 |
400 | 2025-01-28T06:56:48.137Z | Compiling syn v1.0.109 |
401 | 2025-01-28T06:56:48.241Z | Compiling proc-macro-error v1.0.4 |
402 | 2025-01-28T06:56:48.342Z | Compiling quote v1.0.38 |
403 | 2025-01-28T06:56:48.510Z | Compiling hashbrown v0.15.1 |
404 | 2025-01-28T06:56:48.532Z | Compiling errno v0.3.9 |
405 | 2025-01-28T06:56:48.535Z | Compiling utf8parse v0.2.2 |
406 | 2025-01-28T06:56:48.708Z | Compiling syn v2.0.96 |
407 | 2025-01-28T06:56:48.764Z | Compiling thread-id v4.2.2 |
408 | 2025-01-28T06:56:48.811Z | Compiling equivalent v1.0.1 |
409 | 2025-01-28T06:56:48.814Z | Compiling camino v1.1.9 |
410 | 2025-01-28T06:56:48.901Z | Compiling plain v0.2.3 |
411 | 2025-01-28T06:56:48.944Z | Compiling log v0.4.22 |
412 | 2025-01-28T06:56:49.062Z | Compiling anstyle-parse v0.2.5 |
413 | 2025-01-28T06:56:49.452Z | Compiling is_terminal_polyfill v1.70.1 |
414 | 2025-01-28T06:56:49.503Z | Compiling indexmap v2.7.0 |
415 | 2025-01-28T06:56:49.551Z | Compiling autocfg v1.4.0 |
416 | 2025-01-28T06:56:49.587Z | Compiling anstyle-query v1.1.1 |
417 | 2025-01-28T06:56:49.724Z | Compiling anstyle v1.0.10 |
418 | 2025-01-28T06:56:49.751Z | Compiling colorchoice v1.0.2 |
419 | 2025-01-28T06:56:49.777Z | Compiling pretty-hex v0.4.1 |
420 | 2025-01-28T06:56:49.944Z | Compiling semver v1.0.24 |
421 | 2025-01-28T06:56:50.022Z | Compiling unicode-width v0.1.14 |
422 | 2025-01-28T06:56:50.191Z | Compiling winnow v0.6.20 |
423 | 2025-01-28T06:56:50.503Z | Compiling fs-err v2.11.0 |
424 | 2025-01-28T06:56:50.530Z | Compiling anstream v0.6.15 |
425 | 2025-01-28T06:56:50.735Z | Compiling terminal_size v0.4.0 |
426 | 2025-01-28T06:56:50.794Z | Compiling cfg-if v1.0.0 |
427 | 2025-01-28T06:56:50.893Z | Compiling fnv v1.0.7 |
428 | 2025-01-28T06:56:50.921Z | Compiling heck v0.4.1 |
429 | 2025-01-28T06:56:50.957Z | Compiling clap_lex v0.7.4 |
430 | 2025-01-28T06:56:51.046Z | Compiling strsim v0.11.1 |
431 | 2025-01-28T06:56:51.144Z | Compiling anyhow v1.0.95 |
432 | 2025-01-28T06:56:51.363Z | Compiling fastrand v2.1.1 |
433 | 2025-01-28T06:56:51.397Z | Compiling bytecount v0.6.8 |
434 | 2025-01-28T06:56:51.701Z | Compiling heck v0.5.0 |
435 | 2025-01-28T06:56:51.822Z | Compiling tempfile v3.13.0 |
436 | 2025-01-28T06:56:51.881Z | Compiling papergrid v0.11.0 |
437 | 2025-01-28T06:56:52.189Z | Compiling clap_builder v4.5.27 |
438 | 2025-01-28T06:56:52.258Z | Compiling memmap v0.7.0 |
439 | 2025-01-28T06:56:52.380Z | Compiling unicode-linebreak v0.1.5 |
440 | 2025-01-28T06:56:52.617Z | Compiling smawk v0.3.2 |
441 | 2025-01-28T06:56:52.855Z | Compiling textwrap v0.16.1 |
442 | 2025-01-28T06:56:53.180Z | Compiling swrite v0.1.0 |
443 | 2025-01-28T06:56:53.980Z | Compiling tabled_derive v0.7.0 |
444 | 2025-01-28T06:56:55.299Z | Compiling tabled v0.15.0 |
445 | 2025-01-28T06:56:55.598Z | Compiling serde_derive v1.0.217 |
446 | 2025-01-28T06:56:55.598Z | Compiling thiserror-impl v1.0.69 |
447 | 2025-01-28T06:56:55.600Z | Compiling zerocopy-derive v0.7.35 |
448 | 2025-01-28T06:56:55.600Z | Compiling scroll_derive v0.12.0 |
449 | 2025-01-28T06:56:55.600Z | Compiling clap_derive v4.5.24 |
450 | 2025-01-28T06:56:57.124Z | Compiling scroll v0.12.0 |
451 | 2025-01-28T06:56:57.581Z | Compiling goblin v0.8.2 |
452 | 2025-01-28T06:56:57.668Z | Compiling zerocopy v0.7.35 |
453 | 2025-01-28T06:56:58.759Z | Compiling pest v2.7.14 |
454 | 2025-01-28T06:56:59.206Z | Compiling clap v4.5.27 |
455 | 2025-01-28T06:57:00.806Z | Compiling pest_meta v2.7.14 |
456 | 2025-01-28T06:57:01.691Z | Compiling pest_generator v2.7.14 |
457 | 2025-01-28T06:57:03.219Z | Compiling pest_derive v2.7.14 |
458 | 2025-01-28T06:57:03.797Z | Compiling dtrace-parser v0.2.0 |
459 | 2025-01-28T06:57:04.482Z | Compiling toml_datetime v0.6.8 |
460 | 2025-01-28T06:57:04.528Z | Compiling serde_spanned v0.6.8 |
461 | 2025-01-28T06:57:04.557Z | Compiling serde_tokenstream v0.2.2 |
462 | 2025-01-28T06:57:04.670Z | Compiling cargo-platform v0.1.8 |
463 | 2025-01-28T06:57:04.752Z | Compiling macaddr v1.0.1 |
464 | 2025-01-28T06:57:04.970Z | Compiling toml_edit v0.22.22 |
465 | 2025-01-28T06:57:05.210Z | Compiling camino-tempfile v1.1.1 |
466 | 2025-01-28T06:57:05.747Z | Compiling dof v0.3.0 |
467 | 2025-01-28T06:57:05.919Z | Compiling cargo_metadata v0.18.1 |
468 | 2025-01-28T06:57:07.114Z | Compiling usdt-attr-macro v0.5.0 |
469 | 2025-01-28T06:57:07.114Z | Compiling usdt-macro v0.5.0 |
470 | 2025-01-28T06:57:07.774Z | Compiling toml v0.8.19 |
471 | 2025-01-28T06:57:08.184Z | Compiling usdt v0.5.0 |
472 | 2025-01-28T06:57:08.568Z | Compiling cargo_toml v0.20.5 |
473 | 2025-01-28T06:57:11.185Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
474 | 2025-01-28T06:57:14.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.08s |
475 | 2025-01-28T06:57:14.643Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
476 | 2025-01-28T06:57:15.167Z | Downloading crates ... |
477 | 2025-01-28T06:57:15.273Z | Downloaded adler2 v2.0.0 |
478 | 2025-01-28T06:57:15.278Z | Downloaded addr2line v0.24.2 |
479 | 2025-01-28T06:57:15.304Z | Downloaded hubpack_derive v0.1.1 |
480 | 2025-01-28T06:57:15.322Z | Downloaded mirai-annotations v1.12.0 |
481 | 2025-01-28T06:57:15.324Z | Downloaded is_ci v1.2.0 |
482 | 2025-01-28T06:57:15.327Z | Downloaded md5 v0.7.0 |
483 | 2025-01-28T06:57:15.331Z | Downloaded http v1.2.0 |
484 | 2025-01-28T06:57:15.333Z | Downloaded idna_adapter v1.2.0 |
485 | 2025-01-28T06:57:15.337Z | Downloaded indoc v1.0.9 |
486 | 2025-01-28T06:57:15.340Z | Downloaded mockall v0.13.0 |
487 | 2025-01-28T06:57:15.343Z | Downloaded linked-hash-map v0.5.6 |
488 | 2025-01-28T06:57:15.345Z | Downloaded linear-map v1.2.0 |
489 | 2025-01-28T06:57:15.346Z | Downloaded lru v0.12.5 |
490 | 2025-01-28T06:57:15.348Z | Downloaded icu_locid_transform v1.5.0 |
491 | 2025-01-28T06:57:15.351Z | Downloaded blake3 v1.5.4 |
492 | 2025-01-28T06:57:15.359Z | Downloaded mime_guess v2.0.5 |
493 | 2025-01-28T06:57:15.362Z | Downloaded litrs v0.4.1 |
494 | 2025-01-28T06:57:15.365Z | Downloaded memmap2 v0.9.5 |
495 | 2025-01-28T06:57:15.367Z | Downloaded icu_properties v1.5.1 |
496 | 2025-01-28T06:57:15.370Z | Downloaded atty v0.2.14 |
497 | 2025-01-28T06:57:15.373Z | Downloaded base16ct v0.2.0 |
498 | 2025-01-28T06:57:15.375Z | Downloaded icu_normalizer_data v1.5.0 |
499 | 2025-01-28T06:57:15.378Z | Downloaded humantime v2.1.0 |
500 | 2025-01-28T06:57:15.380Z | Downloaded bit-vec v0.6.3 |
501 | 2025-01-28T06:57:15.380Z | Downloaded bit-set v0.5.3 |
502 | 2025-01-28T06:57:15.383Z | Downloaded minimal-lexical v0.2.1 |
503 | 2025-01-28T06:57:15.387Z | Downloaded hmac v0.12.1 |
504 | 2025-01-28T06:57:15.390Z | Downloaded libm v0.2.8 |
505 | 2025-01-28T06:57:15.399Z | Downloaded ciborium-io v0.2.2 |
506 | 2025-01-28T06:57:15.402Z | Downloaded cstr-argument v0.1.2 |
507 | 2025-01-28T06:57:15.404Z | Downloaded base64 v0.13.1 |
508 | 2025-01-28T06:57:15.407Z | Downloaded cfg_aliases v0.2.1 |
509 | 2025-01-28T06:57:15.407Z | Downloaded cfg_aliases v0.1.1 |
510 | 2025-01-28T06:57:15.411Z | Downloaded ident_case v1.0.1 |
511 | 2025-01-28T06:57:15.411Z | Downloaded castaway v0.2.3 |
512 | 2025-01-28T06:57:15.415Z | Downloaded cmake v0.1.51 |
513 | 2025-01-28T06:57:15.415Z | Downloaded chrono-tz-build v0.4.0 |
514 | 2025-01-28T06:57:15.415Z | Downloaded cassowary v0.3.0 |
515 | 2025-01-28T06:57:15.418Z | Downloaded block-padding v0.3.3 |
516 | 2025-01-28T06:57:15.418Z | Downloaded assert_matches v1.5.0 |
517 | 2025-01-28T06:57:15.421Z | Downloaded instant v0.1.13 |
518 | 2025-01-28T06:57:15.421Z | Downloaded http-body v1.0.1 |
519 | 2025-01-28T06:57:15.423Z | Downloaded bitflags v1.3.2 |
520 | 2025-01-28T06:57:15.426Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-28T06:57:15.428Z | Downloaded http-range v0.1.5 |
522 | 2025-01-28T06:57:15.428Z | Downloaded async-stream-impl v0.3.6 |
523 | 2025-01-28T06:57:15.428Z | Downloaded crucible-workspace-hack v0.1.0 |
524 | 2025-01-28T06:57:15.431Z | Downloaded bitfield-struct v0.6.2 |
525 | 2025-01-28T06:57:15.431Z | Downloaded bitfield v0.14.0 |
526 | 2025-01-28T06:57:15.434Z | Downloaded buf-list v1.0.3 |
527 | 2025-01-28T06:57:15.436Z | Downloaded instability v0.3.2 |
528 | 2025-01-28T06:57:15.439Z | Downloaded lalrpop v0.19.12 |
529 | 2025-01-28T06:57:15.450Z | Downloaded match_cfg v0.1.0 |
530 | 2025-01-28T06:57:15.454Z | Downloaded icu_provider_macros v1.5.0 |
531 | 2025-01-28T06:57:15.454Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2025-01-28T06:57:15.456Z | Downloaded lazy_static v1.5.0 |
533 | 2025-01-28T06:57:15.459Z | Downloaded internet-checksum v0.2.1 |
534 | 2025-01-28T06:57:15.459Z | Downloaded crc v3.2.1 |
535 | 2025-01-28T06:57:15.461Z | Downloaded lalrpop-util v0.19.12 |
536 | 2025-01-28T06:57:15.464Z | Downloaded kstat-rs v0.2.4 |
537 | 2025-01-28T06:57:15.464Z | Downloaded newtype_derive v0.1.6 |
538 | 2025-01-28T06:57:15.466Z | Downloaded arrayref v0.3.9 |
539 | 2025-01-28T06:57:15.467Z | Downloaded newline-converter v0.3.0 |
540 | 2025-01-28T06:57:15.469Z | Downloaded new_debug_unreachable v1.0.6 |
541 | 2025-01-28T06:57:15.469Z | Downloaded is-terminal v0.4.13 |
542 | 2025-01-28T06:57:15.472Z | Downloaded libefi-sys v0.1.0 |
543 | 2025-01-28T06:57:15.472Z | Downloaded lazycell v1.3.0 |
544 | 2025-01-28T06:57:15.475Z | Downloaded hostname v0.3.1 |
545 | 2025-01-28T06:57:15.475Z | Downloaded crc-catalog v2.4.0 |
546 | 2025-01-28T06:57:15.477Z | Downloaded constant_time_eq v0.3.1 |
547 | 2025-01-28T06:57:15.477Z | Downloaded array-init v0.0.4 |
548 | 2025-01-28T06:57:15.480Z | Downloaded keccak v0.1.5 |
549 | 2025-01-28T06:57:15.482Z | Downloaded russh-cryptovec v0.7.3 |
550 | 2025-01-28T06:57:15.482Z | Downloaded nibble_vec v0.1.0 |
551 | 2025-01-28T06:57:15.482Z | Downloaded bb8 v0.8.5 |
552 | 2025-01-28T06:57:15.485Z | Downloaded curve25519-dalek-derive v0.1.1 |
553 | 2025-01-28T06:57:15.485Z | Downloaded ctr v0.9.2 |
554 | 2025-01-28T06:57:15.488Z | Downloaded ascii-canvas v3.0.0 |
555 | 2025-01-28T06:57:15.490Z | Downloaded convert_case v0.4.0 |
556 | 2025-01-28T06:57:15.490Z | Downloaded strum v0.26.3 |
557 | 2025-01-28T06:57:15.493Z | Downloaded bcrypt-pbkdf v0.10.0 |
558 | 2025-01-28T06:57:15.493Z | Downloaded serde_path_to_error v0.1.16 |
559 | 2025-01-28T06:57:15.496Z | Downloaded cobs v0.2.3 |
560 | 2025-01-28T06:57:15.496Z | Downloaded maplit v1.0.2 |
561 | 2025-01-28T06:57:15.499Z | Downloaded ciborium v0.2.2 |
562 | 2025-01-28T06:57:15.501Z | Downloaded memoffset v0.9.1 |
563 | 2025-01-28T06:57:15.501Z | Downloaded waitgroup v0.1.2 |
564 | 2025-01-28T06:57:15.504Z | Downloaded unicode-xid v0.2.6 |
565 | 2025-01-28T06:57:15.504Z | Downloaded mime v0.3.17 |
566 | 2025-01-28T06:57:15.509Z | Downloaded md-5 v0.10.6 |
567 | 2025-01-28T06:57:15.511Z | Downloaded bzip2 v0.4.4 |
568 | 2025-01-28T06:57:15.511Z | Downloaded lru-cache v0.1.2 |
569 | 2025-01-28T06:57:15.511Z | Downloaded zone_cfg_derive v0.3.0 |
570 | 2025-01-28T06:57:15.514Z | Downloaded yoke-derive v0.7.4 |
571 | 2025-01-28T06:57:15.514Z | Downloaded ipnet v2.10.1 |
572 | 2025-01-28T06:57:15.516Z | Downloaded zerofrom v0.1.4 |
573 | 2025-01-28T06:57:15.516Z | Downloaded string_cache v0.8.7 |
574 | 2025-01-28T06:57:15.521Z | Downloaded ssh-encoding v0.2.0 |
575 | 2025-01-28T06:57:15.524Z | Downloaded slog-json v2.6.1 |
576 | 2025-01-28T06:57:15.524Z | Downloaded termios v0.3.3 |
577 | 2025-01-28T06:57:15.524Z | Downloaded newtype-uuid v1.2.1 |
578 | 2025-01-28T06:57:15.528Z | Downloaded tiny-keccak v2.0.2 |
579 | 2025-01-28T06:57:15.530Z | Downloaded cookie_store v0.21.1 |
580 | 2025-01-28T06:57:15.533Z | Downloaded indexmap v1.9.3 |
581 | 2025-01-28T06:57:15.535Z | Downloaded downcast v0.11.0 |
582 | 2025-01-28T06:57:15.538Z | Downloaded endian-type v0.1.2 |
583 | 2025-01-28T06:57:15.538Z | Downloaded radium v0.7.0 |
584 | 2025-01-28T06:57:15.540Z | Downloaded termcolor v1.4.1 |
585 | 2025-01-28T06:57:15.540Z | Downloaded base64ct v1.6.0 |
586 | 2025-01-28T06:57:15.543Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2025-01-28T06:57:15.545Z | Downloaded tokio-macros v2.5.0 |
588 | 2025-01-28T06:57:15.548Z | Downloaded scopeguard v1.2.0 |
589 | 2025-01-28T06:57:15.548Z | Downloaded fxhash v0.2.1 |
590 | 2025-01-28T06:57:15.550Z | Downloaded tls_codec_derive v0.4.1 |
591 | 2025-01-28T06:57:15.552Z | Downloaded strum_macros v0.25.3 |
592 | 2025-01-28T06:57:15.555Z | Downloaded ahash v0.8.11 |
593 | 2025-01-28T06:57:15.557Z | Downloaded strum_macros v0.24.3 |
594 | 2025-01-28T06:57:15.561Z | Downloaded wait-timeout v0.2.0 |
595 | 2025-01-28T06:57:15.564Z | Downloaded untrusted v0.9.0 |
596 | 2025-01-28T06:57:15.564Z | Downloaded unarray v0.1.4 |
597 | 2025-01-28T06:57:15.564Z | Downloaded typify-macro v0.3.0 |
598 | 2025-01-28T06:57:15.566Z | Downloaded progenitor-client v0.9.1 |
599 | 2025-01-28T06:57:15.566Z | Downloaded derive_builder_core v0.20.2 |
600 | 2025-01-28T06:57:15.568Z | Downloaded hyper-rustls v0.27.3 |
601 | 2025-01-28T06:57:15.571Z | Downloaded displaydoc v0.2.5 |
602 | 2025-01-28T06:57:15.574Z | Downloaded openssl-probe v0.1.5 |
603 | 2025-01-28T06:57:15.576Z | Downloaded openssl-macros v0.1.1 |
604 | 2025-01-28T06:57:15.579Z | Downloaded multer v3.1.0 |
605 | 2025-01-28T06:57:15.581Z | Downloaded crossbeam-utils v0.8.20 |
606 | 2025-01-28T06:57:15.584Z | Downloaded crc-any v2.5.0 |
607 | 2025-01-28T06:57:15.587Z | Downloaded sync_wrapper v1.0.1 |
608 | 2025-01-28T06:57:15.587Z | Downloaded env_filter v0.1.2 |
609 | 2025-01-28T06:57:15.590Z | Downloaded defmt v0.3.8 |
610 | 2025-01-28T06:57:15.592Z | Downloaded tokio-rustls v0.24.1 |
611 | 2025-01-28T06:57:15.595Z | Downloaded tokio-rustls v0.25.0 |
612 | 2025-01-28T06:57:15.597Z | Downloaded enum-as-inner v0.6.1 |
613 | 2025-01-28T06:57:15.600Z | Downloaded either v1.13.0 |
614 | 2025-01-28T06:57:15.602Z | Downloaded tinyvec_macros v0.1.1 |
615 | 2025-01-28T06:57:15.602Z | Downloaded sync-ptr v0.1.1 |
616 | 2025-01-28T06:57:15.605Z | Downloaded slog-bunyan v2.5.0 |
617 | 2025-01-28T06:57:15.605Z | Downloaded scrypt v0.11.0 |
618 | 2025-01-28T06:57:15.606Z | Downloaded zerovec-derive v0.10.3 |
619 | 2025-01-28T06:57:15.608Z | Downloaded hash32 v0.3.1 |
620 | 2025-01-28T06:57:15.610Z | Downloaded hash32 v0.2.1 |
621 | 2025-01-28T06:57:15.613Z | Downloaded walkdir v2.5.0 |
622 | 2025-01-28T06:57:15.613Z | Downloaded progenitor-client v0.8.0 |
623 | 2025-01-28T06:57:15.616Z | Downloaded progenitor v0.8.0 |
624 | 2025-01-28T06:57:15.621Z | Downloaded lock_api v0.4.12 |
625 | 2025-01-28T06:57:15.621Z | Downloaded powerfmt v0.2.0 |
626 | 2025-01-28T06:57:15.623Z | Downloaded fallible-iterator v0.3.0 |
627 | 2025-01-28T06:57:15.624Z | Downloaded resolv-conf v0.7.0 |
628 | 2025-01-28T06:57:15.624Z | Downloaded salsa20 v0.10.2 |
629 | 2025-01-28T06:57:15.626Z | Downloaded rustversion v1.0.17 |
630 | 2025-01-28T06:57:15.629Z | Downloaded icu_locid v1.5.0 |
631 | 2025-01-28T06:57:15.632Z | Downloaded fallible-iterator v0.2.0 |
632 | 2025-01-28T06:57:15.634Z | Downloaded gethostname v0.5.0 |
633 | 2025-01-28T06:57:15.637Z | Downloaded structmeta v0.3.0 |
634 | 2025-01-28T06:57:15.637Z | Downloaded slog-async v2.8.0 |
635 | 2025-01-28T06:57:15.639Z | Downloaded value-bag v1.9.0 |
636 | 2025-01-28T06:57:15.642Z | Downloaded env_logger v0.10.2 |
637 | 2025-01-28T06:57:15.645Z | Downloaded cc v1.1.30 |
638 | 2025-01-28T06:57:15.648Z | Downloaded paste v1.0.15 |
639 | 2025-01-28T06:57:15.652Z | Downloaded tls_codec v0.4.1 |
640 | 2025-01-28T06:57:15.654Z | Downloaded native-tls v0.2.12 |
641 | 2025-01-28T06:57:15.657Z | Downloaded mockall_derive v0.13.0 |
642 | 2025-01-28T06:57:15.659Z | Downloaded percent-encoding v2.3.1 |
643 | 2025-01-28T06:57:15.662Z | Downloaded opaque-debug v0.3.1 |
644 | 2025-01-28T06:57:15.662Z | Downloaded pem-rfc7468 v0.7.0 |
645 | 2025-01-28T06:57:15.664Z | Downloaded pkcs1 v0.7.5 |
646 | 2025-01-28T06:57:15.667Z | Downloaded dyn-clone v1.0.17 |
647 | 2025-01-28T06:57:15.669Z | Downloaded russh-keys v0.45.0 |
648 | 2025-01-28T06:57:15.671Z | Downloaded take_mut v0.2.2 |
649 | 2025-01-28T06:57:15.674Z | Downloaded serde_urlencoded v0.7.1 |
650 | 2025-01-28T06:57:15.674Z | Downloaded serde_repr v0.1.19 |
651 | 2025-01-28T06:57:15.676Z | Downloaded serde_plain v1.0.2 |
652 | 2025-01-28T06:57:15.679Z | Downloaded form_urlencoded v1.2.1 |
653 | 2025-01-28T06:57:15.681Z | Downloaded num_threads v0.1.7 |
654 | 2025-01-28T06:57:15.681Z | Downloaded hex-literal v0.4.1 |
655 | 2025-01-28T06:57:15.684Z | Downloaded group v0.13.0 |
656 | 2025-01-28T06:57:15.684Z | Downloaded fragile v2.0.0 |
657 | 2025-01-28T06:57:15.686Z | Downloaded env_logger v0.11.5 |
658 | 2025-01-28T06:57:15.689Z | Downloaded hyper-util v0.1.10 |
659 | 2025-01-28T06:57:15.693Z | Downloaded wyz v0.5.1 |
660 | 2025-01-28T06:57:15.695Z | Downloaded vte_generate_state_changes v0.1.2 |
661 | 2025-01-28T06:57:15.695Z | Downloaded unicase v2.7.0 |
662 | 2025-01-28T06:57:15.698Z | Downloaded bumpalo v3.16.0 |
663 | 2025-01-28T06:57:15.701Z | Downloaded parse-display-derive v0.10.0 |
664 | 2025-01-28T06:57:15.708Z | Downloaded parking_lot v0.12.3 |
665 | 2025-01-28T06:57:15.711Z | Downloaded want v0.3.1 |
666 | 2025-01-28T06:57:15.711Z | Downloaded postgres-types v0.2.8 |
667 | 2025-01-28T06:57:15.719Z | Downloaded signal-hook-mio v0.2.4 |
668 | 2025-01-28T06:57:15.722Z | Downloaded tabwriter v1.4.0 |
669 | 2025-01-28T06:57:15.725Z | Downloaded smf v0.2.3 |
670 | 2025-01-28T06:57:15.725Z | Downloaded arc-swap v1.7.1 |
671 | 2025-01-28T06:57:15.727Z | Downloaded rand_xorshift v0.3.0 |
672 | 2025-01-28T06:57:15.730Z | Downloaded progenitor-macro v0.9.1 |
673 | 2025-01-28T06:57:15.730Z | Downloaded progenitor-macro v0.8.0 |
674 | 2025-01-28T06:57:15.732Z | Downloaded proc-macro-crate v1.3.1 |
675 | 2025-01-28T06:57:15.732Z | Downloaded num-conv v0.1.0 |
676 | 2025-01-28T06:57:15.735Z | Downloaded cookie v0.18.1 |
677 | 2025-01-28T06:57:15.737Z | Downloaded rcgen v0.12.1 |
678 | 2025-01-28T06:57:15.740Z | Downloaded parking_lot_core v0.9.10 |
679 | 2025-01-28T06:57:15.744Z | Downloaded parse-display v0.10.0 |
680 | 2025-01-28T06:57:15.746Z | Downloaded tinyvec v1.8.0 |
681 | 2025-01-28T06:57:15.748Z | Downloaded pin-project-internal v1.1.6 |
682 | 2025-01-28T06:57:15.751Z | Downloaded zone_cfg_derive v0.1.2 |
683 | 2025-01-28T06:57:15.751Z | Downloaded tokio-rustls v0.26.0 |
684 | 2025-01-28T06:57:15.753Z | Downloaded thiserror-impl v2.0.11 |
685 | 2025-01-28T06:57:15.756Z | Downloaded which v4.4.2 |
686 | 2025-01-28T06:57:15.758Z | Downloaded shlex v1.3.0 |
687 | 2025-01-28T06:57:15.758Z | Downloaded serde_derive_internals v0.29.1 |
688 | 2025-01-28T06:57:15.761Z | Downloaded pin-utils v0.1.0 |
689 | 2025-01-28T06:57:15.761Z | Downloaded ecdsa v0.16.9 |
690 | 2025-01-28T06:57:15.763Z | Downloaded deranged v0.3.11 |
691 | 2025-01-28T06:57:15.768Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2025-01-28T06:57:15.770Z | Downloaded dropshot_endpoint v0.15.1 |
693 | 2025-01-28T06:57:15.772Z | Downloaded fd-lock v4.0.2 |
694 | 2025-01-28T06:57:15.775Z | Downloaded fallible-streaming-iterator v0.1.9 |
695 | 2025-01-28T06:57:15.775Z | Downloaded tokio-stream v0.1.16 |
696 | 2025-01-28T06:57:15.779Z | Downloaded toolchain_find v0.4.0 |
697 | 2025-01-28T06:57:15.781Z | Downloaded ghash v0.5.1 |
698 | 2025-01-28T06:57:15.784Z | Downloaded ref-cast-impl v1.0.23 |
699 | 2025-01-28T06:57:15.784Z | Downloaded packed_struct_codegen v0.10.1 |
700 | 2025-01-28T06:57:15.786Z | Downloaded packed_struct v0.10.1 |
701 | 2025-01-28T06:57:15.786Z | Downloaded des v0.8.1 |
702 | 2025-01-28T06:57:15.789Z | Downloaded pin-project-lite v0.2.14 |
703 | 2025-01-28T06:57:15.794Z | Downloaded pin-project v1.1.6 |
704 | 2025-01-28T06:57:15.806Z | Downloaded foreign-types-shared v0.3.1 |
705 | 2025-01-28T06:57:15.809Z | Downloaded hickory-client v0.24.2 |
706 | 2025-01-28T06:57:15.811Z | Downloaded thread_local v1.1.8 |
707 | 2025-01-28T06:57:15.811Z | Downloaded foreign-types-shared v0.1.1 |
708 | 2025-01-28T06:57:15.814Z | Downloaded sqlparser_derive v0.2.2 |
709 | 2025-01-28T06:57:15.814Z | Downloaded oso-derive v0.27.3 |
710 | 2025-01-28T06:57:15.816Z | Downloaded number_prefix v0.4.0 |
711 | 2025-01-28T06:57:15.816Z | Downloaded rustls-pemfile v1.0.4 |
712 | 2025-01-28T06:57:15.819Z | Downloaded rustc_version v0.4.1 |
713 | 2025-01-28T06:57:15.819Z | Downloaded rustc_version v0.1.7 |
714 | 2025-01-28T06:57:15.822Z | Downloaded expectorate v1.1.0 |
715 | 2025-01-28T06:57:15.824Z | Downloaded sqlformat v0.2.6 |
716 | 2025-01-28T06:57:15.824Z | Downloaded snafu-derive v0.8.5 |
717 | 2025-01-28T06:57:15.827Z | Downloaded rpassword v7.3.1 |
718 | 2025-01-28T06:57:15.829Z | Downloaded topological-sort v0.2.2 |
719 | 2025-01-28T06:57:15.829Z | Downloaded filetime v0.2.25 |
720 | 2025-01-28T06:57:15.832Z | Downloaded aes v0.8.4 |
721 | 2025-01-28T06:57:15.834Z | Downloaded fixedbitset v0.4.2 |
722 | 2025-01-28T06:57:15.837Z | Downloaded icu_collections v1.5.0 |
723 | 2025-01-28T06:57:15.842Z | Downloaded num-derive v0.4.2 |
724 | 2025-01-28T06:57:15.845Z | Downloaded unicode-properties v0.1.3 |
725 | 2025-01-28T06:57:15.848Z | Downloaded ff v0.13.0 |
726 | 2025-01-28T06:57:15.850Z | Downloaded vte v0.11.1 |
727 | 2025-01-28T06:57:15.853Z | Downloaded float-cmp v0.9.0 |
728 | 2025-01-28T06:57:15.853Z | Downloaded postcard v1.0.10 |
729 | 2025-01-28T06:57:15.856Z | Downloaded pkg-config v0.3.31 |
730 | 2025-01-28T06:57:15.856Z | Downloaded num v0.4.3 |
731 | 2025-01-28T06:57:15.859Z | Downloaded derive-where v1.2.7 |
732 | 2025-01-28T06:57:15.862Z | Downloaded spin v0.9.8 |
733 | 2025-01-28T06:57:15.864Z | Downloaded write16 v1.0.0 |
734 | 2025-01-28T06:57:15.866Z | Downloaded num_enum_derive v0.5.11 |
735 | 2025-01-28T06:57:15.869Z | Downloaded derive_more v0.99.18 |
736 | 2025-01-28T06:57:15.872Z | Downloaded getrandom v0.2.15 |
737 | 2025-01-28T06:57:15.875Z | Downloaded time-core v0.1.2 |
738 | 2025-01-28T06:57:15.877Z | Downloaded rustyline v14.0.0 |
739 | 2025-01-28T06:57:15.882Z | Downloaded crossterm v0.28.1 |
740 | 2025-01-28T06:57:15.889Z | Downloaded unicode-truncate v1.1.0 |
741 | 2025-01-28T06:57:15.892Z | Downloaded twox-hash v2.1.0 |
742 | 2025-01-28T06:57:15.895Z | Downloaded slab v0.4.9 |
743 | 2025-01-28T06:57:15.898Z | Downloaded derive_builder v0.20.2 |
744 | 2025-01-28T06:57:15.900Z | Downloaded phf_shared v0.10.0 |
745 | 2025-01-28T06:57:15.903Z | Downloaded data-encoding v2.6.0 |
746 | 2025-01-28T06:57:15.905Z | Downloaded defmt-parser v0.3.4 |
747 | 2025-01-28T06:57:15.905Z | Downloaded highway v1.2.0 |
748 | 2025-01-28T06:57:15.908Z | Downloaded universal-hash v0.5.1 |
749 | 2025-01-28T06:57:15.908Z | Downloaded supports-color v3.0.1 |
750 | 2025-01-28T06:57:15.910Z | Downloaded subtle v2.6.1 |
751 | 2025-01-28T06:57:15.913Z | Downloaded siphasher v0.3.11 |
752 | 2025-01-28T06:57:15.913Z | Downloaded itertools v0.10.5 |
753 | 2025-01-28T06:57:15.919Z | Downloaded sigpipe v0.1.3 |
754 | 2025-01-28T06:57:15.921Z | Downloaded signature v2.2.0 |
755 | 2025-01-28T06:57:15.924Z | Downloaded owo-colors v4.1.0 |
756 | 2025-01-28T06:57:15.926Z | Downloaded olpc-cjson v0.1.4 |
757 | 2025-01-28T06:57:15.926Z | Downloaded futures-executor v0.3.31 |
758 | 2025-01-28T06:57:15.929Z | Downloaded glob v0.3.1 |
759 | 2025-01-28T06:57:15.931Z | Downloaded postgres-protocol v0.6.7 |
760 | 2025-01-28T06:57:15.931Z | Downloaded flume v0.11.1 |
761 | 2025-01-28T06:57:15.942Z | Downloaded unicode-bidi v0.3.17 |
762 | 2025-01-28T06:57:15.942Z | Downloaded simd-adler32 v0.3.7 |
763 | 2025-01-28T06:57:15.942Z | Downloaded slog v2.7.0 |
764 | 2025-01-28T06:57:15.945Z | Downloaded peg-runtime v0.8.3 |
765 | 2025-01-28T06:57:15.945Z | Downloaded derive_builder_macro v0.20.2 |
766 | 2025-01-28T06:57:15.948Z | Downloaded phf_shared v0.11.2 |
767 | 2025-01-28T06:57:15.948Z | Downloaded tinystr v0.7.6 |
768 | 2025-01-28T06:57:15.951Z | Downloaded typed-path v0.9.3 |
769 | 2025-01-28T06:57:15.957Z | Downloaded termtree v0.4.1 |
770 | 2025-01-28T06:57:15.959Z | Downloaded rand_seeder v0.3.0 |
771 | 2025-01-28T06:57:15.959Z | Downloaded xz2 v0.1.7 |
772 | 2025-01-28T06:57:15.962Z | Downloaded time-macros v0.2.18 |
773 | 2025-01-28T06:57:15.964Z | Downloaded defmt-macros v0.3.9 |
774 | 2025-01-28T06:57:15.967Z | Downloaded signal-hook-registry v1.4.2 |
775 | 2025-01-28T06:57:15.970Z | Downloaded der_derive v0.7.3 |
776 | 2025-01-28T06:57:15.972Z | Downloaded dropshot_endpoint v0.12.0 |
777 | 2025-01-28T06:57:15.975Z | Downloaded smallvec v0.6.14 |
778 | 2025-01-28T06:57:15.977Z | Downloaded slog-envlogger v2.2.0 |
779 | 2025-01-28T06:57:15.977Z | Downloaded embedded-io v0.6.1 |
780 | 2025-01-28T06:57:15.980Z | Downloaded futures-task v0.3.31 |
781 | 2025-01-28T06:57:15.980Z | Downloaded itertools v0.12.1 |
782 | 2025-01-28T06:57:15.988Z | Downloaded psl-types v2.0.11 |
783 | 2025-01-28T06:57:15.990Z | Downloaded tungstenite v0.24.0 |
784 | 2025-01-28T06:57:15.993Z | Downloaded structmeta-derive v0.3.0 |
785 | 2025-01-28T06:57:15.996Z | Downloaded pkcs8 v0.10.2 |
786 | 2025-01-28T06:57:15.998Z | Downloaded strip-ansi-escapes v0.2.0 |
787 | 2025-01-28T06:57:16.001Z | Downloaded hickory-resolver v0.24.2 |
788 | 2025-01-28T06:57:16.004Z | Downloaded num-integer v0.1.46 |
789 | 2025-01-28T06:57:16.006Z | Downloaded darling_macro v0.20.10 |
790 | 2025-01-28T06:57:16.009Z | Downloaded dirs-next v2.0.0 |
791 | 2025-01-28T06:57:16.009Z | Downloaded stringprep v0.1.5 |
792 | 2025-01-28T06:57:16.012Z | Downloaded pbkdf2 v0.11.0 |
793 | 2025-01-28T06:57:16.014Z | Downloaded headers-core v0.3.0 |
794 | 2025-01-28T06:57:16.014Z | Downloaded tap v1.0.1 |
795 | 2025-01-28T06:57:16.016Z | Downloaded tracing-core v0.1.32 |
796 | 2025-01-28T06:57:16.019Z | Downloaded russh v0.45.0 |
797 | 2025-01-28T06:57:16.024Z | Downloaded try-lock v0.2.5 |
798 | 2025-01-28T06:57:16.027Z | Downloaded pem v3.0.4 |
799 | 2025-01-28T06:57:16.027Z | Downloaded foreign-types v0.3.2 |
800 | 2025-01-28T06:57:16.029Z | Downloaded display-error-chain v0.2.2 |
801 | 2025-01-28T06:57:16.029Z | Downloaded untrusted v0.7.1 |
802 | 2025-01-28T06:57:16.032Z | Downloaded signal-hook-tokio v0.3.1 |
803 | 2025-01-28T06:57:16.032Z | Downloaded slog-term v2.9.1 |
804 | 2025-01-28T06:57:16.034Z | Downloaded termtree v0.5.1 |
805 | 2025-01-28T06:57:16.037Z | Downloaded predicates-tree v1.0.11 |
806 | 2025-01-28T06:57:16.037Z | Downloaded predicates-core v1.0.8 |
807 | 2025-01-28T06:57:16.039Z | Downloaded hashlink v0.9.1 |
808 | 2025-01-28T06:57:16.042Z | Downloaded futures v0.3.31 |
809 | 2025-01-28T06:57:16.046Z | Downloaded num-iter v0.1.45 |
810 | 2025-01-28T06:57:16.048Z | Downloaded serde-big-array v0.5.1 |
811 | 2025-01-28T06:57:16.052Z | Downloaded tower-service v0.3.3 |
812 | 2025-01-28T06:57:16.052Z | Downloaded num-complex v0.4.6 |
813 | 2025-01-28T06:57:16.054Z | Downloaded pbkdf2 v0.12.2 |
814 | 2025-01-28T06:57:16.054Z | Downloaded futures-macro v0.3.31 |
815 | 2025-01-28T06:57:16.054Z | Downloaded zone v0.3.0 |
816 | 2025-01-28T06:57:16.057Z | Downloaded zone v0.1.8 |
817 | 2025-01-28T06:57:16.057Z | Downloaded parking_lot v0.11.2 |
818 | 2025-01-28T06:57:16.059Z | Downloaded samael v0.0.17 |
819 | 2025-01-28T06:57:16.065Z | Downloaded polyval v0.6.2 |
820 | 2025-01-28T06:57:16.067Z | Downloaded pretty-hex v0.2.1 |
821 | 2025-01-28T06:57:16.071Z | Downloaded precomputed-hash v0.1.1 |
822 | 2025-01-28T06:57:16.072Z | Downloaded hickory-server v0.24.2 |
823 | 2025-01-28T06:57:16.074Z | Downloaded hyper v1.5.2 |
824 | 2025-01-28T06:57:16.081Z | Downloaded rustc-hash v1.1.0 |
825 | 2025-01-28T06:57:16.084Z | Downloaded futures-io v0.3.31 |
826 | 2025-01-28T06:57:16.084Z | Downloaded phf_codegen v0.11.2 |
827 | 2025-01-28T06:57:16.086Z | Downloaded yasna v0.5.2 |
828 | 2025-01-28T06:57:16.089Z | Downloaded phf_generator v0.11.2 |
829 | 2025-01-28T06:57:16.089Z | Downloaded phf v0.11.2 |
830 | 2025-01-28T06:57:16.092Z | Downloaded aws-lc-rs v1.10.0 |
831 | 2025-01-28T06:57:16.099Z | Downloaded diesel-dtrace v0.4.2 |
832 | 2025-01-28T06:57:16.102Z | Downloaded futures-sink v0.3.31 |
833 | 2025-01-28T06:57:16.104Z | Downloaded bitvec v1.0.1 |
834 | 2025-01-28T06:57:16.117Z | Downloaded diesel_table_macro_syntax v0.2.0 |
835 | 2025-01-28T06:57:16.119Z | Downloaded poly1305 v0.8.0 |
836 | 2025-01-28T06:57:16.122Z | Downloaded synstructure v0.13.1 |
837 | 2025-01-28T06:57:16.122Z | Downloaded scheduled-thread-pool v0.2.7 |
838 | 2025-01-28T06:57:16.124Z | Downloaded difflib v0.4.0 |
839 | 2025-01-28T06:57:16.124Z | Downloaded thiserror-no-std v2.0.2 |
840 | 2025-01-28T06:57:16.127Z | Downloaded quinn v0.11.5 |
841 | 2025-01-28T06:57:16.131Z | Downloaded num-rational v0.4.2 |
842 | 2025-01-28T06:57:16.133Z | Downloaded foreign-types v0.5.0 |
843 | 2025-01-28T06:57:16.135Z | Downloaded utf-8 v0.7.6 |
844 | 2025-01-28T06:57:16.135Z | Downloaded nom v7.1.3 |
845 | 2025-01-28T06:57:16.141Z | Downloaded num_enum v0.5.11 |
846 | 2025-01-28T06:57:16.145Z | Downloaded secrecy v0.8.0 |
847 | 2025-01-28T06:57:16.147Z | Downloaded rand v0.8.5 |
848 | 2025-01-28T06:57:16.150Z | Downloaded unicode-normalization v0.1.24 |
849 | 2025-01-28T06:57:16.154Z | Downloaded toml v0.7.8 |
850 | 2025-01-28T06:57:16.157Z | Downloaded peg-macros v0.8.4 |
851 | 2025-01-28T06:57:16.160Z | Downloaded der v0.7.9 |
852 | 2025-01-28T06:57:16.164Z | Downloaded rand_chacha v0.3.1 |
853 | 2025-01-28T06:57:16.166Z | Downloaded float-ord v0.3.2 |
854 | 2025-01-28T06:57:16.166Z | Downloaded flagset v0.4.6 |
855 | 2025-01-28T06:57:16.169Z | Downloaded hex v0.4.3 |
856 | 2025-01-28T06:57:16.171Z | Downloaded tar v0.4.42 |
857 | 2025-01-28T06:57:16.173Z | Downloaded rustls-pki-types v1.10.0 |
858 | 2025-01-28T06:57:16.176Z | Downloaded strum_macros v0.26.4 |
859 | 2025-01-28T06:57:16.178Z | Downloaded chrono v0.4.39 |
860 | 2025-01-28T06:57:16.185Z | Downloaded rustc-hash v2.0.0 |
861 | 2025-01-28T06:57:16.187Z | Downloaded heck v0.3.3 |
862 | 2025-01-28T06:57:16.190Z | Downloaded globset v0.4.15 |
863 | 2025-01-28T06:57:16.190Z | Downloaded thiserror-impl-no-std v2.0.2 |
864 | 2025-01-28T06:57:16.193Z | Downloaded semver v0.1.20 |
865 | 2025-01-28T06:57:16.193Z | Downloaded utf16_iter v1.0.5 |
866 | 2025-01-28T06:57:16.193Z | Downloaded rustc-demangle v0.1.24 |
867 | 2025-01-28T06:57:16.195Z | Downloaded futures-channel v0.3.31 |
868 | 2025-01-28T06:57:16.197Z | Downloaded utf8_iter v1.0.4 |
869 | 2025-01-28T06:57:16.200Z | Downloaded p521 v0.13.3 |
870 | 2025-01-28T06:57:16.202Z | Downloaded schemars_derive v0.8.21 |
871 | 2025-01-28T06:57:16.205Z | Downloaded hkdf v0.12.4 |
872 | 2025-01-28T06:57:16.207Z | Downloaded zip v2.1.3 |
873 | 2025-01-28T06:57:16.211Z | Downloaded darling_core v0.20.10 |
874 | 2025-01-28T06:57:16.216Z | Downloaded rfc6979 v0.4.0 |
875 | 2025-01-28T06:57:16.219Z | Downloaded rand_core v0.6.4 |
876 | 2025-01-28T06:57:16.222Z | Downloaded rusqlite v0.32.1 |
877 | 2025-01-28T06:57:16.225Z | Downloaded sct v0.7.1 |
878 | 2025-01-28T06:57:16.228Z | Downloaded steno v0.4.1 |
879 | 2025-01-28T06:57:16.233Z | Downloaded ron v0.7.1 |
880 | 2025-01-28T06:57:16.240Z | Downloaded tungstenite v0.23.0 |
881 | 2025-01-28T06:57:16.242Z | Downloaded unsafe-libyaml v0.2.11 |
882 | 2025-01-28T06:57:16.246Z | Downloaded num-traits v0.2.19 |
883 | 2025-01-28T06:57:16.250Z | Downloaded itertools v0.13.0 |
884 | 2025-01-28T06:57:16.257Z | Downloaded ena v0.14.3 |
885 | 2025-01-28T06:57:16.259Z | Downloaded serde_with v3.11.0 |
886 | 2025-01-28T06:57:16.268Z | Downloaded whoami v1.5.2 |
887 | 2025-01-28T06:57:16.271Z | Downloaded uzers v0.12.1 |
888 | 2025-01-28T06:57:16.273Z | Downloaded diesel_derives v2.2.3 |
889 | 2025-01-28T06:57:16.280Z | Downloaded schemars v0.8.21 |
890 | 2025-01-28T06:57:16.290Z | Downloaded prettyplease v0.2.25 |
891 | 2025-01-28T06:57:16.294Z | Downloaded quick-xml v0.33.0 |
892 | 2025-01-28T06:57:16.300Z | Downloaded rsa v0.9.6 |
893 | 2025-01-28T06:57:16.306Z | Downloaded zerocopy-derive v0.8.10 |
894 | 2025-01-28T06:57:16.312Z | Downloaded tungstenite v0.21.0 |
895 | 2025-01-28T06:57:16.316Z | Downloaded parse-zoneinfo v0.3.1 |
896 | 2025-01-28T06:57:16.319Z | Downloaded subprocess v0.2.9 |
897 | 2025-01-28T06:57:16.322Z | Downloaded url v2.5.3 |
898 | 2025-01-28T06:57:16.325Z | Downloaded time v0.3.36 |
899 | 2025-01-28T06:57:16.333Z | Downloaded publicsuffix v2.3.0 |
900 | 2025-01-28T06:57:16.336Z | Downloaded hashbrown v0.13.2 |
901 | 2025-01-28T06:57:16.341Z | Downloaded ed25519-dalek v2.1.1 |
902 | 2025-01-28T06:57:16.344Z | Downloaded ssh-key v0.6.6 |
903 | 2025-01-28T06:57:16.352Z | Downloaded curve25519-dalek v4.1.3 |
904 | 2025-01-28T06:57:16.362Z | Downloaded winnow v0.5.40 |
905 | 2025-01-28T06:57:16.371Z | Downloaded tokio-util v0.7.12 |
906 | 2025-01-28T06:57:16.378Z | Downloaded salty v0.3.0 |
907 | 2025-01-28T06:57:16.385Z | Downloaded heapless v0.7.17 |
908 | 2025-01-28T06:57:16.389Z | Downloaded rustls-webpki v0.101.7 |
909 | 2025-01-28T06:57:16.405Z | Downloaded qorb v0.2.1 |
910 | 2025-01-28T06:57:16.409Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2025-01-28T06:57:16.413Z | Downloaded h2 v0.4.6 |
912 | 2025-01-28T06:57:16.421Z | Downloaded webpki-roots v0.26.6 |
913 | 2025-01-28T06:57:16.426Z | Downloaded flate2 v1.0.35 |
914 | 2025-01-28T06:57:16.431Z | Downloaded hashbrown v0.14.5 |
915 | 2025-01-28T06:57:16.439Z | Downloaded object v0.30.4 |
916 | 2025-01-28T06:57:16.448Z | Downloaded smoltcp v0.9.1 |
917 | 2025-01-28T06:57:16.459Z | Downloaded portable-atomic v1.9.0 |
918 | 2025-01-28T06:57:16.466Z | Downloaded bstr v1.10.0 |
919 | 2025-01-28T06:57:16.478Z | Downloaded p384 v0.13.0 |
920 | 2025-01-28T06:57:16.484Z | Downloaded radix_trie v0.2.1 |
921 | 2025-01-28T06:57:16.490Z | Downloaded nix v0.27.1 |
922 | 2025-01-28T06:57:16.502Z | Downloaded git2 v0.19.0 |
923 | 2025-01-28T06:57:16.511Z | Downloaded rustls-webpki v0.102.8 |
924 | 2025-01-28T06:57:16.531Z | Downloaded vcpkg v0.2.15 |
925 | 2025-01-28T06:57:16.568Z | Downloaded zerocopy v0.8.10 |
926 | 2025-01-28T06:57:16.593Z | Downloaded proptest v1.5.0 |
927 | 2025-01-28T06:57:16.603Z | Downloaded rustls v0.23.19 |
928 | 2025-01-28T06:57:16.615Z | Downloaded nix v0.28.0 |
929 | 2025-01-28T06:57:16.627Z | Downloaded regress v0.10.1 |
930 | 2025-01-28T06:57:16.637Z | Downloaded quinn-proto v0.11.8 |
931 | 2025-01-28T06:57:16.644Z | Downloaded unicode-width v0.2.0 |
932 | 2025-01-28T06:57:16.650Z | Downloaded regex v1.11.1 |
933 | 2025-01-28T06:57:16.664Z | Downloaded dropshot v0.15.1 |
934 | 2025-01-28T06:57:16.687Z | Downloaded polar-core v0.27.3 |
935 | 2025-01-28T06:57:16.696Z | Downloaded regex-syntax v0.6.29 |
936 | 2025-01-28T06:57:16.703Z | Downloaded object v0.36.5 |
937 | 2025-01-28T06:57:16.716Z | Downloaded regex-syntax v0.8.5 |
938 | 2025-01-28T06:57:16.724Z | Downloaded ratatui v0.28.1 |
939 | 2025-01-28T06:57:16.744Z | Downloaded regress v0.9.1 |
940 | 2025-01-28T06:57:16.753Z | Downloaded sled v0.34.7 |
941 | 2025-01-28T06:57:16.764Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
942 | 2025-01-28T06:57:16.776Z | Downloaded regex-automata v0.4.8 |
943 | 2025-01-28T06:57:16.793Z | Downloaded openapiv3 v2.0.0 |
944 | 2025-01-28T06:57:16.806Z | Downloaded lzma-sys v0.1.20 |
945 | 2025-01-28T06:57:16.835Z | Downloaded diesel v2.2.6 |
946 | 2025-01-28T06:57:16.853Z | Downloaded smoltcp v0.11.0 |
947 | 2025-01-28T06:57:16.865Z | Downloaded typify-impl v0.3.0 |
948 | 2025-01-28T06:57:16.881Z | Downloaded typify-impl v0.2.0 |
949 | 2025-01-28T06:57:16.896Z | Downloaded zerocopy-derive v0.6.6 |
950 | 2025-01-28T06:57:16.906Z | Downloaded nix v0.29.0 |
951 | 2025-01-28T06:57:16.918Z | Downloaded dropshot v0.12.0 |
952 | 2025-01-28T06:57:16.938Z | Downloaded rustls v0.22.4 |
953 | 2025-01-28T06:57:16.950Z | Downloaded futures-util v0.3.31 |
954 | 2025-01-28T06:57:16.961Z | Downloaded reqwest v0.12.9 |
955 | 2025-01-28T06:57:16.969Z | Downloaded petname v2.0.2 |
956 | 2025-01-28T06:57:16.975Z | Downloaded tokio v1.43.0 |
957 | 2025-01-28T06:57:17.014Z | Downloaded petgraph v0.6.5 |
958 | 2025-01-28T06:57:17.031Z | Downloaded csv v1.3.1 |
959 | 2025-01-28T06:57:17.074Z | Downloaded gimli v0.31.1 |
960 | 2025-01-28T06:57:17.084Z | Downloaded openssl v0.10.66 |
961 | 2025-01-28T06:57:17.096Z | Downloaded hickory-proto v0.24.2 |
962 | 2025-01-28T06:57:17.116Z | Downloaded chrono-tz v0.10.1 |
963 | 2025-01-28T06:57:17.122Z | Downloaded libz-sys v1.1.20 |
964 | 2025-01-28T06:57:17.143Z | Downloaded sha3 v0.10.8 |
965 | 2025-01-28T06:57:17.147Z | Downloaded rayon v1.10.0 |
966 | 2025-01-28T06:57:17.155Z | Downloaded tough v0.19.0 |
967 | 2025-01-28T06:57:17.163Z | Downloaded rustls v0.21.12 |
968 | 2025-01-28T06:57:17.174Z | Downloaded icu_properties_data v1.5.0 |
969 | 2025-01-28T06:57:17.184Z | Downloaded sqlparser v0.45.0 |
970 | 2025-01-28T06:57:17.190Z | Downloaded reedline v0.35.0 |
971 | 2025-01-28T06:57:17.196Z | Downloaded zerovec v0.10.4 |
972 | 2025-01-28T06:57:17.203Z | Downloaded test-strategy v0.4.0 |
973 | 2025-01-28T06:57:17.206Z | Downloaded tracing v0.1.40 |
974 | 2025-01-28T06:57:17.209Z | Downloaded vergen v8.3.2 |
975 | 2025-01-28T06:57:17.211Z | Downloaded unicode_categories v0.1.1 |
976 | 2025-01-28T06:57:17.213Z | Downloaded tokio-tungstenite v0.23.1 |
977 | 2025-01-28T06:57:17.216Z | Downloaded num-bigint v0.4.6 |
978 | 2025-01-28T06:57:17.219Z | Downloaded similar v2.6.0 |
979 | 2025-01-28T06:57:17.223Z | Downloaded toml_edit v0.19.15 |
980 | 2025-01-28T06:57:17.238Z | Downloaded tokio-tungstenite v0.24.0 |
981 | 2025-01-28T06:57:17.240Z | Downloaded password-hash v0.4.2 |
982 | 2025-01-28T06:57:17.243Z | Downloaded predicates v3.1.2 |
983 | 2025-01-28T06:57:17.246Z | Downloaded x509-cert v0.2.5 |
984 | 2025-01-28T06:57:17.249Z | Downloaded unicode-segmentation v1.12.0 |
985 | 2025-01-28T06:57:17.253Z | Downloaded peg v0.8.4 |
986 | 2025-01-28T06:57:17.256Z | Downloaded futures-core v0.3.31 |
987 | 2025-01-28T06:57:17.258Z | Downloaded ed25519 v2.2.3 |
988 | 2025-01-28T06:57:17.261Z | Downloaded dirs-sys-next v0.1.2 |
989 | 2025-01-28T06:57:17.261Z | Downloaded tui-tree-widget v0.22.0 |
990 | 2025-01-28T06:57:17.263Z | Downloaded zerocopy v0.6.6 |
991 | 2025-01-28T06:57:17.263Z | Downloaded p256 v0.13.2 |
992 | 2025-01-28T06:57:17.266Z | Downloaded openssl-sys v0.9.103 |
993 | 2025-01-28T06:57:17.271Z | Downloaded rustls-pemfile v2.2.0 |
994 | 2025-01-28T06:57:17.273Z | Downloaded uuid v1.12.0 |
995 | 2025-01-28T06:57:17.276Z | Downloaded parse-size v1.1.0 |
996 | 2025-01-28T06:57:17.279Z | Downloaded elliptic-curve v0.13.8 |
997 | 2025-01-28T06:57:17.282Z | Downloaded headers v0.4.0 |
998 | 2025-01-28T06:57:17.286Z | Downloaded idna v1.0.3 |
999 | 2025-01-28T06:57:17.291Z | Downloaded encoding_rs v0.8.34 |
1000 | 2025-01-28T06:57:17.310Z | Downloaded rayon-core v1.12.1 |
1001 | 2025-01-28T06:57:17.313Z | Downloaded fatfs v0.3.6 |
1002 | 2025-01-28T06:57:17.316Z | Downloaded oso v0.27.3 |
1003 | 2025-01-28T06:57:17.319Z | Downloaded embedded-io v0.4.0 |
1004 | 2025-01-28T06:57:17.321Z | Downloaded slog-dtrace v0.3.0 |
1005 | 2025-01-28T06:57:17.324Z | Downloaded zopfli v0.8.1 |
1006 | 2025-01-28T06:57:17.324Z | Downloaded libxml v0.3.3 |
1007 | 2025-01-28T06:57:17.329Z | Downloaded same-file v1.0.6 |
1008 | 2025-01-28T06:57:17.331Z | Downloaded aho-corasick v1.1.3 |
1009 | 2025-01-28T06:57:17.336Z | Downloaded path-slash v0.1.5 |
1010 | 2025-01-28T06:57:17.339Z | Downloaded r2d2 v0.8.10 |
1011 | 2025-01-28T06:57:17.341Z | Downloaded quinn-udp v0.5.5 |
1012 | 2025-01-28T06:57:17.341Z | Downloaded ppv-lite86 v0.2.20 |
1013 | 2025-01-28T06:57:17.344Z | Downloaded foldhash v0.1.3 |
1014 | 2025-01-28T06:57:17.344Z | Downloaded zip v0.6.6 |
1015 | 2025-01-28T06:57:17.347Z | Downloaded xattr v1.3.1 |
1016 | 2025-01-28T06:57:17.349Z | Downloaded foreign-types-macros v0.2.3 |
1017 | 2025-01-28T06:57:17.352Z | Downloaded mio v1.0.2 |
1018 | 2025-01-28T06:57:17.355Z | Downloaded serde-hex v0.1.0 |
1019 | 2025-01-28T06:57:17.357Z | Downloaded writeable v0.5.5 |
1020 | 2025-01-28T06:57:17.360Z | Downloaded snafu v0.8.5 |
1021 | 2025-01-28T06:57:17.364Z | Downloaded static_assertions v1.1.0 |
1022 | 2025-01-28T06:57:17.366Z | Downloaded stable_deref_trait v1.2.0 |
1023 | 2025-01-28T06:57:17.366Z | Downloaded ssh-cipher v0.2.0 |
1024 | 2025-01-28T06:57:17.369Z | Downloaded tracing-attributes v0.1.27 |
1025 | 2025-01-28T06:57:17.371Z | Downloaded omicron-zone-package v0.12.0 |
1026 | 2025-01-28T06:57:17.374Z | Downloaded socket2 v0.5.7 |
1027 | 2025-01-28T06:57:17.374Z | Downloaded hashbrown v0.12.3 |
1028 | 2025-01-28T06:57:17.378Z | Downloaded aes-gcm v0.10.3 |
1029 | 2025-01-28T06:57:17.382Z | Downloaded signal-hook v0.3.17 |
1030 | 2025-01-28T06:57:17.385Z | Downloaded quick-error v1.2.3 |
1031 | 2025-01-28T06:57:17.387Z | Downloaded vsss-rs v3.3.4 |
1032 | 2025-01-28T06:57:17.387Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2025-01-28T06:57:17.444Z | Downloaded smallvec v1.13.2 |
1034 | 2025-01-28T06:57:17.447Z | Downloaded typify v0.3.0 |
1035 | 2025-01-28T06:57:17.449Z | Downloaded ron v0.8.1 |
1036 | 2025-01-28T06:57:17.454Z | Downloaded crossbeam-channel v0.5.13 |
1037 | 2025-01-28T06:57:17.458Z | Downloaded fs_extra v1.3.0 |
1038 | 2025-01-28T06:57:17.461Z | Downloaded progenitor-impl v0.9.1 |
1039 | 2025-01-28T06:57:17.464Z | Downloaded progenitor-impl v0.8.0 |
1040 | 2025-01-28T06:57:17.466Z | Downloaded pkcs5 v0.7.1 |
1041 | 2025-01-28T06:57:17.469Z | Downloaded password-hash v0.5.0 |
1042 | 2025-01-28T06:57:17.471Z | Downloaded serde_yaml v0.9.34+deprecated |
1043 | 2025-01-28T06:57:17.474Z | Downloaded thiserror v2.0.11 |
1044 | 2025-01-28T06:57:17.478Z | Downloaded parking_lot_core v0.8.6 |
1045 | 2025-01-28T06:57:17.480Z | Downloaded tokio-postgres v0.7.12 |
1046 | 2025-01-28T06:57:17.484Z | Downloaded primeorder v0.13.6 |
1047 | 2025-01-28T06:57:17.487Z | Downloaded funty v2.0.0 |
1048 | 2025-01-28T06:57:17.489Z | Downloaded dsl_auto_type v0.1.2 |
1049 | 2025-01-28T06:57:17.489Z | Downloaded yoke v0.7.4 |
1050 | 2025-01-28T06:57:17.492Z | Downloaded const_format v0.2.33 |
1051 | 2025-01-28T06:57:17.495Z | Downloaded bindgen v0.69.5 |
1052 | 2025-01-28T06:57:17.503Z | Downloaded nu-ansi-term v0.50.1 |
1053 | 2025-01-28T06:57:17.505Z | Downloaded half v2.4.1 |
1054 | 2025-01-28T06:57:17.508Z | Downloaded typify-macro v0.2.0 |
1055 | 2025-01-28T06:57:17.510Z | Downloaded icu_locid_transform_data v1.5.0 |
1056 | 2025-01-28T06:57:17.510Z | Downloaded heapless v0.8.0 |
1057 | 2025-01-28T06:57:17.514Z | Downloaded crypto-bigint v0.5.5 |
1058 | 2025-01-28T06:57:17.522Z | Downloaded sec1 v0.7.3 |
1059 | 2025-01-28T06:57:17.524Z | Downloaded rtoolbox v0.0.2 |
1060 | 2025-01-28T06:57:17.525Z | Downloaded diff v0.1.13 |
1061 | 2025-01-28T06:57:17.527Z | Downloaded crossbeam-epoch v0.9.18 |
1062 | 2025-01-28T06:57:17.530Z | Downloaded dunce v1.0.5 |
1063 | 2025-01-28T06:57:17.533Z | Downloaded zeroize_derive v1.4.2 |
1064 | 2025-01-28T06:57:17.533Z | Downloaded zeroize v1.8.1 |
1065 | 2025-01-28T06:57:17.533Z | Downloaded zerofrom-derive v0.1.4 |
1066 | 2025-01-28T06:57:17.535Z | Downloaded allocator-api2 v0.2.18 |
1067 | 2025-01-28T06:57:17.538Z | Downloaded rustfmt-wrapper v0.2.1 |
1068 | 2025-01-28T06:57:17.538Z | Downloaded ref-cast v1.0.23 |
1069 | 2025-01-28T06:57:17.540Z | Downloaded progenitor v0.9.1 |
1070 | 2025-01-28T06:57:17.543Z | Downloaded typify v0.2.0 |
1071 | 2025-01-28T06:57:17.545Z | Downloaded miniz_oxide v0.8.0 |
1072 | 2025-01-28T06:57:17.548Z | Downloaded litemap v0.7.3 |
1073 | 2025-01-28T06:57:17.550Z | Downloaded document-features v0.2.10 |
1074 | 2025-01-28T06:57:17.553Z | Downloaded compact_str v0.8.0 |
1075 | 2025-01-28T06:57:17.556Z | Downloaded indicatif v0.17.9 |
1076 | 2025-01-28T06:57:17.558Z | Downloaded chacha20poly1305 v0.10.1 |
1077 | 2025-01-28T06:57:17.561Z | Downloaded bytes v1.9.0 |
1078 | 2025-01-28T06:57:17.564Z | Downloaded const-oid v0.9.6 |
1079 | 2025-01-28T06:57:17.566Z | Downloaded console v0.15.10 |
1080 | 2025-01-28T06:57:17.569Z | Downloaded jobserver v0.1.32 |
1081 | 2025-01-28T06:57:17.572Z | Downloaded hyper-staticfile v0.10.1 |
1082 | 2025-01-28T06:57:17.575Z | Downloaded normalize-line-endings v0.3.0 |
1083 | 2025-01-28T06:57:17.575Z | Downloaded nodrop v0.1.14 |
1084 | 2025-01-28T06:57:17.575Z | Downloaded term v0.7.0 |
1085 | 2025-01-28T06:57:17.578Z | Downloaded serde_with_macros v3.11.0 |
1086 | 2025-01-28T06:57:17.581Z | Downloaded debug-ignore v1.0.5 |
1087 | 2025-01-28T06:57:17.583Z | Downloaded slog-scope v4.4.0 |
1088 | 2025-01-28T06:57:17.583Z | Downloaded crc32fast v1.4.2 |
1089 | 2025-01-28T06:57:17.586Z | Downloaded base64 v0.22.1 |
1090 | 2025-01-28T06:57:17.588Z | Downloaded slog-stdlog v4.1.1 |
1091 | 2025-01-28T06:57:17.591Z | Downloaded sha1 v0.10.6 |
1092 | 2025-01-28T06:57:17.594Z | Downloaded spki v0.7.3 |
1093 | 2025-01-28T06:57:17.595Z | Downloaded shell-words v1.1.0 |
1094 | 2025-01-28T06:57:17.595Z | Downloaded clang-sys v1.8.1 |
1095 | 2025-01-28T06:57:17.597Z | Downloaded rusty-fork v0.3.0 |
1096 | 2025-01-28T06:57:17.600Z | Downloaded async-trait v0.1.85 |
1097 | 2025-01-28T06:57:17.602Z | Downloaded argon2 v0.5.3 |
1098 | 2025-01-28T06:57:17.605Z | Downloaded icu_normalizer v1.5.0 |
1099 | 2025-01-28T06:57:17.607Z | Downloaded httparse v1.9.5 |
1100 | 2025-01-28T06:57:17.609Z | Downloaded icu_provider v1.5.0 |
1101 | 2025-01-28T06:57:17.612Z | Downloaded const_format_proc_macros v0.2.33 |
1102 | 2025-01-28T06:57:17.615Z | Downloaded backoff v0.4.0 |
1103 | 2025-01-28T06:57:17.618Z | Downloaded async-recursion v1.1.1 |
1104 | 2025-01-28T06:57:17.620Z | Downloaded maybe-uninit v2.0.0 |
1105 | 2025-01-28T06:57:17.620Z | Downloaded nanorand v0.7.0 |
1106 | 2025-01-28T06:57:17.623Z | Downloaded multimap v0.10.0 |
1107 | 2025-01-28T06:57:17.623Z | Downloaded csv-core v0.1.11 |
1108 | 2025-01-28T06:57:17.626Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2025-01-28T06:57:17.628Z | Downloaded arrayvec v0.7.6 |
1110 | 2025-01-28T06:57:17.628Z | Downloaded indent_write v2.2.0 |
1111 | 2025-01-28T06:57:17.631Z | Downloaded hyper-tls v0.6.0 |
1112 | 2025-01-28T06:57:17.631Z | Downloaded managed v0.8.0 |
1113 | 2025-01-28T06:57:17.634Z | Downloaded lockfree-object-pool v0.1.6 |
1114 | 2025-01-28T06:57:17.634Z | Downloaded libsw v3.3.1 |
1115 | 2025-01-28T06:57:17.636Z | Downloaded cexpr v0.6.0 |
1116 | 2025-01-28T06:57:17.639Z | Downloaded ipnetwork v0.20.0 |
1117 | 2025-01-28T06:57:17.639Z | Downloaded hubpack v0.1.2 |
1118 | 2025-01-28T06:57:17.642Z | Downloaded http-body-util v0.1.2 |
1119 | 2025-01-28T06:57:17.642Z | Downloaded hostname v0.4.0 |
1120 | 2025-01-28T06:57:17.644Z | Downloaded async-stream v0.3.6 |
1121 | 2025-01-28T06:57:17.647Z | Downloaded cancel-safe-futures v0.1.5 |
1122 | 2025-01-28T06:57:17.649Z | Downloaded blake2 v0.10.6 |
1123 | 2025-01-28T06:57:17.651Z | Downloaded aead v0.5.2 |
1124 | 2025-01-28T06:57:17.651Z | Downloaded colored v2.1.0 |
1125 | 2025-01-28T06:57:17.654Z | Downloaded cipher v0.4.4 |
1126 | 2025-01-28T06:57:17.654Z | Downloaded ciborium-ll v0.2.2 |
1127 | 2025-01-28T06:57:17.656Z | Downloaded cbc v0.1.2 |
1128 | 2025-01-28T06:57:17.656Z | Downloaded blowfish v0.9.1 |
1129 | 2025-01-28T06:57:17.659Z | Downloaded bcs v0.1.6 |
1130 | 2025-01-28T06:57:17.659Z | Downloaded inout v0.1.3 |
1131 | 2025-01-28T06:57:17.661Z | Downloaded chacha20 v0.9.1 |
1132 | 2025-01-28T06:57:17.661Z | Downloaded atomicwrites v0.4.4 |
1133 | 2025-01-28T06:57:17.672Z | Downloaded httpdate v1.0.3 |
1134 | 2025-01-28T06:57:17.672Z | Downloaded base64 v0.21.7 |
1135 | 2025-01-28T06:57:17.672Z | Downloaded backtrace v0.3.74 |
1136 | 2025-01-28T06:57:17.677Z | Downloaded libloading v0.8.5 |
1137 | 2025-01-28T06:57:17.677Z | Downloaded home v0.5.9 |
1138 | 2025-01-28T06:57:17.677Z | Downloaded atomic-waker v1.1.2 |
1139 | 2025-01-28T06:57:17.680Z | Downloaded iana-time-zone v0.1.61 |
1140 | 2025-01-28T06:57:17.680Z | Downloaded darling v0.20.10 |
1141 | 2025-01-28T06:57:17.682Z | Downloaded impl-trait-for-tuples v0.2.2 |
1142 | 2025-01-28T06:57:17.743Z | Downloaded ring v0.17.8 |
1143 | 2025-01-28T06:57:17.867Z | Downloaded libsqlite3-sys v0.30.1 |
1144 | 2025-01-28T06:57:18.075Z | Downloaded aws-lc-sys v0.22.0 |
1145 | 2025-01-28T06:57:18.379Z | Compiling serde v1.0.217 |
1146 | 2025-01-28T06:57:18.381Z | Compiling lock_api v0.4.12 |
1147 | 2025-01-28T06:57:18.381Z | Compiling value-bag v1.9.0 |
1148 | 2025-01-28T06:57:18.381Z | Compiling scopeguard v1.2.0 |
1149 | 2025-01-28T06:57:18.381Z | Compiling typenum v1.17.0 |
1150 | 2025-01-28T06:57:18.381Z | Compiling generic-array v0.14.7 |
1151 | 2025-01-28T06:57:18.593Z | Compiling syn v2.0.96 |
1152 | 2025-01-28T06:57:18.609Z | Compiling getrandom v0.2.15 |
1153 | 2025-01-28T06:57:18.690Z | Compiling shlex v1.3.0 |
1154 | 2025-01-28T06:57:18.914Z | Compiling rand_core v0.6.4 |
1155 | 2025-01-28T06:57:19.017Z | Compiling log v0.4.22 |
1156 | 2025-01-28T06:57:19.060Z | Compiling subtle v2.6.1 |
1157 | 2025-01-28T06:57:19.079Z | Compiling jobserver v0.1.32 |
1158 | 2025-01-28T06:57:19.147Z | Compiling smallvec v1.13.2 |
1159 | 2025-01-28T06:57:19.431Z | Compiling const-oid v0.9.6 |
1160 | 2025-01-28T06:57:19.479Z | Compiling pin-project-lite v0.2.14 |
1161 | 2025-01-28T06:57:19.500Z | Compiling cc v1.1.30 |
1162 | 2025-01-28T06:57:19.541Z | Compiling rustix v0.38.37 |
1163 | 2025-01-28T06:57:19.610Z | Compiling spin v0.9.8 |
1164 | 2025-01-28T06:57:19.787Z | Compiling parking_lot_core v0.9.10 |
1165 | 2025-01-28T06:57:19.949Z | Compiling futures-core v0.3.31 |
1166 | 2025-01-28T06:57:20.422Z | Compiling signal-hook-registry v1.4.2 |
1167 | 2025-01-28T06:57:20.425Z | Compiling mio v1.0.2 |
1168 | 2025-01-28T06:57:20.425Z | Compiling aho-corasick v1.1.3 |
1169 | 2025-01-28T06:57:20.708Z | Compiling parking_lot v0.12.3 |
1170 | 2025-01-28T06:57:20.803Z | Compiling regex-syntax v0.8.5 |
1171 | 2025-01-28T06:57:20.866Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2025-01-28T06:57:20.984Z | Compiling cpufeatures v0.2.14 |
1173 | 2025-01-28T06:57:21.095Z | Compiling either v1.13.0 |
1174 | 2025-01-28T06:57:21.242Z | Compiling futures-sink v0.3.31 |
1175 | 2025-01-28T06:57:21.407Z | Compiling glob v0.3.1 |
1176 | 2025-01-28T06:57:21.478Z | Compiling socket2 v0.5.7 |
1177 | 2025-01-28T06:57:21.497Z | Compiling slab v0.4.9 |
1178 | 2025-01-28T06:57:21.540Z | Compiling prettyplease v0.2.25 |
1179 | 2025-01-28T06:57:21.890Z | Compiling lazy_static v1.5.0 |
1180 | 2025-01-28T06:57:21.946Z | Compiling serde_json v1.0.135 |
1181 | 2025-01-28T06:57:22.020Z | Compiling minimal-lexical v0.2.1 |
1182 | 2025-01-28T06:57:22.272Z | Compiling clang-sys v1.8.1 |
1183 | 2025-01-28T06:57:22.437Z | Compiling libloading v0.8.5 |
1184 | 2025-01-28T06:57:22.863Z | Compiling nom v7.1.3 |
1185 | 2025-01-28T06:57:22.882Z | Compiling home v0.5.9 |
1186 | 2025-01-28T06:57:22.883Z | Compiling bindgen v0.69.5 |
1187 | 2025-01-28T06:57:22.902Z | Compiling itertools v0.12.1 |
1188 | 2025-01-28T06:57:23.265Z | Compiling futures-channel v0.3.31 |
1189 | 2025-01-28T06:57:23.694Z | Compiling rustc-hash v1.1.0 |
1190 | 2025-01-28T06:57:23.722Z | Compiling libm v0.2.8 |
1191 | 2025-01-28T06:57:23.858Z | Compiling futures-io v0.3.31 |
1192 | 2025-01-28T06:57:24.071Z | Compiling pin-utils v0.1.0 |
1193 | 2025-01-28T06:57:24.130Z | Compiling foldhash v0.1.3 |
1194 | 2025-01-28T06:57:24.184Z | Compiling futures-task v0.3.31 |
1195 | 2025-01-28T06:57:24.447Z | Compiling lazycell v1.3.0 |
1196 | 2025-01-28T06:57:24.497Z | Compiling regex-automata v0.4.8 |
1197 | 2025-01-28T06:57:24.630Z | Compiling allocator-api2 v0.2.18 |
1198 | 2025-01-28T06:57:25.217Z | Compiling cmake v0.1.51 |
1199 | 2025-01-28T06:57:25.348Z | Compiling hashbrown v0.15.1 |
1200 | 2025-01-28T06:57:25.761Z | Compiling cexpr v0.6.0 |
1201 | 2025-01-28T06:57:25.981Z | Compiling synstructure v0.13.1 |
1202 | 2025-01-28T06:57:26.564Z | Compiling num-traits v0.2.19 |
1203 | 2025-01-28T06:57:26.859Z | Compiling pkg-config v0.3.31 |
1204 | 2025-01-28T06:57:27.061Z | Compiling dunce v1.0.5 |
1205 | 2025-01-28T06:57:27.216Z | Compiling fs_extra v1.3.0 |
1206 | 2025-01-28T06:57:27.673Z | Compiling writeable v0.5.5 |
1207 | 2025-01-28T06:57:27.749Z | Compiling litemap v0.7.3 |
1208 | 2025-01-28T06:57:28.129Z | Compiling ring v0.17.8 |
1209 | 2025-01-28T06:57:28.149Z | Compiling paste v1.0.15 |
1210 | 2025-01-28T06:57:28.211Z | Compiling base64ct v1.6.0 |
1211 | 2025-01-28T06:57:28.784Z | Compiling pem-rfc7468 v0.7.0 |
1212 | 2025-01-28T06:57:28.897Z | Compiling icu_locid_transform_data v1.5.0 |
1213 | 2025-01-28T06:57:28.954Z | Compiling httparse v1.9.5 |
1214 | 2025-01-28T06:57:29.007Z | Compiling flagset v0.4.6 |
1215 | 2025-01-28T06:57:29.229Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2025-01-28T06:57:29.645Z | Compiling tracing-core v0.1.32 |
1217 | 2025-01-28T06:57:29.710Z | Compiling rustls-pki-types v1.10.0 |
1218 | 2025-01-28T06:57:30.246Z | Compiling regex v1.11.1 |
1219 | 2025-01-28T06:57:30.484Z | Compiling icu_properties_data v1.5.0 |
1220 | 2025-01-28T06:57:30.627Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2025-01-28T06:57:30.733Z | Compiling percent-encoding v2.3.1 |
1222 | 2025-01-28T06:57:31.039Z | Compiling powerfmt v0.2.0 |
1223 | 2025-01-28T06:57:31.149Z | Compiling num-conv v0.1.0 |
1224 | 2025-01-28T06:57:31.227Z | Compiling untrusted v0.7.1 |
1225 | 2025-01-28T06:57:31.392Z | Compiling untrusted v0.9.0 |
1226 | 2025-01-28T06:57:31.412Z | Compiling icu_normalizer_data v1.5.0 |
1227 | 2025-01-28T06:57:31.414Z | Compiling utf8_iter v1.0.4 |
1228 | 2025-01-28T06:57:31.521Z | Compiling utf16_iter v1.0.5 |
1229 | 2025-01-28T06:57:31.542Z | Compiling write16 v1.0.0 |
1230 | 2025-01-28T06:57:31.560Z | Compiling serde_derive v1.0.217 |
1231 | 2025-01-28T06:57:31.563Z | Compiling zeroize_derive v1.4.2 |
1232 | 2025-01-28T06:57:31.649Z | Compiling zerocopy-derive v0.7.35 |
1233 | 2025-01-28T06:57:31.675Z | Compiling zerofrom-derive v0.1.4 |
1234 | 2025-01-28T06:57:31.722Z | Compiling tokio-macros v2.5.0 |
1235 | 2025-01-28T06:57:33.016Z | Compiling zeroize v1.8.1 |
1236 | 2025-01-28T06:57:33.218Z | Compiling yoke-derive v0.7.4 |
1237 | 2025-01-28T06:57:33.455Z | Compiling thiserror-impl v1.0.69 |
1238 | 2025-01-28T06:57:33.612Z | Compiling zerocopy v0.7.35 |
1239 | 2025-01-28T06:57:34.626Z | Compiling crypto-common v0.1.6 |
1240 | 2025-01-28T06:57:34.862Z | Compiling block-buffer v0.10.4 |
1241 | 2025-01-28T06:57:34.885Z | Compiling zerovec-derive v0.10.3 |
1242 | 2025-01-28T06:57:35.067Z | Compiling futures-macro v0.3.31 |
1243 | 2025-01-28T06:57:35.127Z | Compiling digest v0.10.7 |
1244 | 2025-01-28T06:57:35.186Z | Compiling zerofrom v0.1.4 |
1245 | 2025-01-28T06:57:35.422Z | Compiling displaydoc v0.2.5 |
1246 | 2025-01-28T06:57:35.496Z | Compiling hmac v0.12.1 |
1247 | 2025-01-28T06:57:35.566Z | Compiling block-padding v0.3.3 |
1248 | 2025-01-28T06:57:35.750Z | Compiling sha2 v0.10.8 |
1249 | 2025-01-28T06:57:35.824Z | Compiling inout v0.1.3 |
1250 | 2025-01-28T06:57:35.845Z | Compiling yoke v0.7.4 |
1251 | 2025-01-28T06:57:36.097Z | Compiling cipher v0.4.4 |
1252 | 2025-01-28T06:57:36.187Z | Compiling icu_provider_macros v1.5.0 |
1253 | 2025-01-28T06:57:36.357Z | Compiling thiserror v1.0.69 |
1254 | 2025-01-28T06:57:36.513Z | Compiling ppv-lite86 v0.2.20 |
1255 | 2025-01-28T06:57:36.598Z | Compiling der_derive v0.7.3 |
1256 | 2025-01-28T06:57:36.868Z | Compiling futures-util v0.3.31 |
1257 | 2025-01-28T06:57:36.956Z | Compiling tracing-attributes v0.1.27 |
1258 | 2025-01-28T06:57:37.304Z | Compiling rand_chacha v0.3.1 |
1259 | 2025-01-28T06:57:37.324Z | Compiling salsa20 v0.10.2 |
1260 | 2025-01-28T06:57:37.446Z | Compiling zerovec v0.10.4 |
1261 | 2025-01-28T06:57:37.560Z | Compiling pest v2.7.14 |
1262 | 2025-01-28T06:57:38.904Z | Compiling der v0.7.9 |
1263 | 2025-01-28T06:57:39.280Z | Compiling tinystr v0.7.6 |
1264 | 2025-01-28T06:57:39.437Z | Compiling icu_collections v1.5.0 |
1265 | 2025-01-28T06:57:39.663Z | Compiling icu_locid v1.5.0 |
1266 | 2025-01-28T06:57:39.683Z | Compiling rand v0.8.5 |
1267 | 2025-01-28T06:57:40.333Z | Compiling tracing v0.1.40 |
1268 | 2025-01-28T06:57:40.671Z | Compiling pbkdf2 v0.12.2 |
1269 | 2025-01-28T06:57:40.770Z | Compiling icu_provider v1.5.0 |
1270 | 2025-01-28T06:57:40.845Z | Compiling spki v0.7.3 |
1271 | 2025-01-28T06:57:40.865Z | Compiling time-core v0.1.2 |
1272 | 2025-01-28T06:57:41.044Z | Compiling vcpkg v0.2.15 |
1273 | 2025-01-28T06:57:41.220Z | Compiling mirai-annotations v1.12.0 |
1274 | 2025-01-28T06:57:41.417Z | Compiling icu_locid_transform v1.5.0 |
1275 | 2025-01-28T06:57:41.592Z | Compiling time-macros v0.2.18 |
1276 | 2025-01-28T06:57:41.704Z | Compiling scrypt v0.11.0 |
1277 | 2025-01-28T06:57:41.708Z | Compiling pest_meta v2.7.14 |
1278 | 2025-01-28T06:57:41.883Z | Compiling cbc v0.1.2 |
1279 | 2025-01-28T06:57:42.150Z | Compiling aes v0.8.4 |
1280 | 2025-01-28T06:57:42.247Z | Compiling scroll_derive v0.12.0 |
1281 | 2025-01-28T06:57:42.939Z | Compiling icu_properties v1.5.1 |
1282 | 2025-01-28T06:57:43.670Z | Compiling openssl-sys v0.9.103 |
1283 | 2025-01-28T06:57:43.837Z | Compiling deranged v0.3.11 |
1284 | 2025-01-28T06:57:44.722Z | Compiling bitflags v2.6.0 |
1285 | 2025-01-28T06:57:44.751Z | Compiling bytes v1.9.0 |
1286 | 2025-01-28T06:57:44.946Z | Compiling indexmap v2.7.0 |
1287 | 2025-01-28T06:57:45.238Z | Compiling semver v1.0.24 |
1288 | 2025-01-28T06:57:45.648Z | Compiling tokio v1.43.0 |
1289 | 2025-01-28T06:57:45.946Z | Compiling http v1.2.0 |
1290 | 2025-01-28T06:57:45.963Z | Compiling rustc_version v0.4.1 |
1291 | 2025-01-28T06:57:46.219Z | Compiling atomic-waker v1.1.2 |
1292 | 2025-01-28T06:57:46.407Z | Compiling tinyvec_macros v0.1.1 |
1293 | 2025-01-28T06:57:46.511Z | Compiling icu_normalizer v1.5.0 |
1294 | 2025-01-28T06:57:46.666Z | Compiling num_threads v0.1.7 |
1295 | 2025-01-28T06:57:46.806Z | Compiling time v0.3.36 |
1296 | 2025-01-28T06:57:47.352Z | Compiling tinyvec v1.8.0 |
1297 | 2025-01-28T06:57:47.505Z | Compiling idna_adapter v1.2.0 |
1298 | 2025-01-28T06:57:47.757Z | Compiling http-body v1.0.1 |
1299 | 2025-01-28T06:57:47.916Z | Compiling scroll v0.12.0 |
1300 | 2025-01-28T06:57:47.996Z | Compiling pest_generator v2.7.14 |
1301 | 2025-01-28T06:57:48.226Z | Compiling pkcs5 v0.7.1 |
1302 | 2025-01-28T06:57:48.417Z | Compiling form_urlencoded v1.2.1 |
1303 | 2025-01-28T06:57:48.457Z | Compiling try-lock v0.2.5 |
1304 | 2025-01-28T06:57:48.617Z | Compiling which v4.4.2 |
1305 | 2025-01-28T06:57:48.726Z | Compiling slog v2.7.0 |
1306 | 2025-01-28T06:57:48.811Z | Compiling want v0.3.1 |
1307 | 2025-01-28T06:57:49.184Z | Compiling pkcs8 v0.10.2 |
1308 | 2025-01-28T06:57:49.288Z | Compiling goblin v0.8.2 |
1309 | 2025-01-28T06:57:49.307Z | Compiling idna v1.0.3 |
1310 | 2025-01-28T06:57:49.773Z | Compiling uuid v1.12.0 |
1311 | 2025-01-28T06:57:49.799Z | Compiling pest_derive v2.7.14 |
1312 | 2025-01-28T06:57:49.844Z | Compiling httpdate v1.0.3 |
1313 | 2025-01-28T06:57:50.311Z | Compiling iana-time-zone v0.1.61 |
1314 | 2025-01-28T06:57:50.532Z | Compiling dtrace-parser v0.2.0 |
1315 | 2025-01-28T06:57:50.705Z | Compiling chrono v0.4.39 |
1316 | 2025-01-28T06:57:51.334Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2025-01-28T06:57:51.558Z | Compiling serde_spanned v0.6.8 |
1318 | 2025-01-28T06:57:51.650Z | Compiling toml_datetime v0.6.8 |
1319 | 2025-01-28T06:57:51.805Z | Compiling rustversion v1.0.17 |
1320 | 2025-01-28T06:57:51.914Z | Compiling match_cfg v0.1.0 |
1321 | 2025-01-28T06:57:52.022Z | Compiling tower-service v0.3.3 |
1322 | 2025-01-28T06:57:52.172Z | Compiling base64 v0.22.1 |
1323 | 2025-01-28T06:57:52.202Z | Compiling adler2 v2.0.0 |
1324 | 2025-01-28T06:57:52.432Z | Compiling openssl v0.10.66 |
1325 | 2025-01-28T06:57:52.510Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2025-01-28T06:57:52.610Z | Compiling miniz_oxide v0.8.0 |
1327 | 2025-01-28T06:57:52.640Z | Compiling foreign-types v0.3.2 |
1328 | 2025-01-28T06:57:52.745Z | Compiling hostname v0.3.1 |
1329 | 2025-01-28T06:57:52.857Z | Compiling url v2.5.3 |
1330 | 2025-01-28T06:57:52.940Z | Compiling openssl-macros v0.1.1 |
1331 | 2025-01-28T06:57:53.688Z | Compiling tokio-util v0.7.12 |
1332 | 2025-01-28T06:57:54.064Z | Compiling async-trait v0.1.85 |
1333 | 2025-01-28T06:57:54.133Z | Compiling serde_derive_internals v0.29.1 |
1334 | 2025-01-28T06:57:54.155Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2025-01-28T06:57:54.652Z | Compiling h2 v0.4.6 |
1336 | 2025-01-28T06:57:54.716Z | Compiling native-tls v0.2.12 |
1337 | 2025-01-28T06:57:54.932Z | Compiling dof v0.3.0 |
1338 | 2025-01-28T06:57:55.055Z | Compiling rustls v0.23.19 |
1339 | 2025-01-28T06:57:55.343Z | Compiling syn v1.0.109 |
1340 | 2025-01-28T06:57:55.915Z | Compiling usdt-impl v0.5.0 |
1341 | 2025-01-28T06:57:56.485Z | Compiling rustls v0.22.4 |
1342 | 2025-01-28T06:57:56.557Z | Compiling schemars v0.8.21 |
1343 | 2025-01-28T06:57:56.751Z | Compiling data-encoding v2.6.0 |
1344 | 2025-01-28T06:57:56.774Z | Compiling siphasher v0.3.11 |
1345 | 2025-01-28T06:57:56.960Z | Compiling schemars_derive v0.8.21 |
1346 | 2025-01-28T06:57:57.298Z | Compiling dirs-next v2.0.0 |
1347 | 2025-01-28T06:57:58.548Z | Compiling unicode-normalization v0.1.24 |
1348 | 2025-01-28T06:57:58.781Z | Compiling http-body-util v0.1.2 |
1349 | 2025-01-28T06:57:58.883Z | Compiling crossbeam-epoch v0.9.18 |
1350 | 2025-01-28T06:57:59.141Z | Compiling heapless v0.7.17 |
1351 | 2025-01-28T06:57:59.237Z | Compiling sha1 v0.10.6 |
1352 | 2025-01-28T06:57:59.554Z | Compiling signature v2.2.0 |
1353 | 2025-01-28T06:57:59.585Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1354 | 2025-01-28T06:57:59.639Z | Compiling thread_local v1.1.8 |
1355 | 2025-01-28T06:57:59.661Z | Compiling multer v3.1.0 |
1356 | 2025-01-28T06:57:59.856Z | Compiling cookie v0.18.1 |
1357 | 2025-01-28T06:57:59.945Z | Compiling encoding_rs v0.8.34 |
1358 | 2025-01-28T06:57:59.991Z | Compiling slog-async v2.8.0 |
1359 | 2025-01-28T06:58:00.019Z | Compiling gimli v0.31.1 |
1360 | 2025-01-28T06:58:00.077Z | Compiling unicode-bidi v0.3.17 |
1361 | 2025-01-28T06:58:00.159Z | Compiling ipnet v2.10.1 |
1362 | 2025-01-28T06:58:00.477Z | Compiling signal-hook v0.3.17 |
1363 | 2025-01-28T06:58:00.759Z | Compiling openssl-probe v0.1.5 |
1364 | 2025-01-28T06:58:01.096Z | Compiling unicode-properties v0.1.3 |
1365 | 2025-01-28T06:58:01.225Z | Compiling dyn-clone v1.0.17 |
1366 | 2025-01-28T06:58:01.280Z | Compiling rayon-core v1.12.1 |
1367 | 2025-01-28T06:58:01.447Z | Compiling mime v0.3.17 |
1368 | 2025-01-28T06:58:01.485Z | Compiling stringprep v0.1.5 |
1369 | 2025-01-28T06:58:01.553Z | Compiling hyper v1.5.2 |
1370 | 2025-01-28T06:58:02.856Z | Compiling toml_edit v0.22.22 |
1371 | 2025-01-28T06:58:04.194Z | Compiling hyper-util v0.1.10 |
1372 | 2025-01-28T06:58:04.747Z | Compiling addr2line v0.24.2 |
1373 | 2025-01-28T06:58:05.344Z | Compiling crossbeam-deque v0.8.5 |
1374 | 2025-01-28T06:58:05.369Z | Compiling usdt-attr-macro v0.5.0 |
1375 | 2025-01-28T06:58:05.391Z | Compiling usdt-macro v0.5.0 |
1376 | 2025-01-28T06:58:05.412Z | Compiling term v0.7.0 |
1377 | 2025-01-28T06:58:06.646Z | Compiling slog-json v2.6.1 |
1378 | 2025-01-28T06:58:06.709Z | Compiling serde_urlencoded v0.7.1 |
1379 | 2025-01-28T06:58:06.757Z | Compiling crossbeam-channel v0.5.13 |
1380 | 2025-01-28T06:58:06.871Z | Compiling curve25519-dalek v4.1.3 |
1381 | 2025-01-28T06:58:06.924Z | Compiling futures-executor v0.3.31 |
1382 | 2025-01-28T06:58:06.988Z | Compiling md-5 v0.10.6 |
1383 | 2025-01-28T06:58:07.195Z | Compiling enum-as-inner v0.6.1 |
1384 | 2025-01-28T06:58:07.299Z | Compiling async-stream-impl v0.3.6 |
1385 | 2025-01-28T06:58:07.478Z | Compiling rustls-pemfile v2.2.0 |
1386 | 2025-01-28T06:58:09.736Z | Compiling num-integer v0.1.46 |
1387 | 2025-01-28T06:58:09.824Z | Compiling hash32 v0.2.1 |
1388 | 2025-01-28T06:58:09.824Z | Compiling ff v0.13.0 |
1389 | 2025-01-28T06:58:09.824Z | Compiling is-terminal v0.4.13 |
1390 | 2025-01-28T06:58:09.824Z | Compiling dropshot v0.12.0 |
1391 | 2025-01-28T06:58:09.824Z | Compiling object v0.36.5 |
1392 | 2025-01-28T06:58:09.824Z | Compiling litrs v0.4.1 |
1393 | 2025-01-28T06:58:09.824Z | Compiling take_mut v0.2.2 |
1394 | 2025-01-28T06:58:09.824Z | Compiling quick-error v1.2.3 |
1395 | 2025-01-28T06:58:09.824Z | Compiling base16ct v0.2.0 |
1396 | 2025-01-28T06:58:09.852Z | Compiling smoltcp v0.9.1 |
1397 | 2025-01-28T06:58:09.852Z | Compiling anyhow v1.0.95 |
1398 | 2025-01-28T06:58:09.852Z | Compiling linked-hash-map v0.5.6 |
1399 | 2025-01-28T06:58:09.852Z | Compiling portable-atomic v1.9.0 |
1400 | 2025-01-28T06:58:09.852Z | Compiling num-bigint-dig v0.8.4 |
1401 | 2025-01-28T06:58:09.852Z | Compiling fallible-iterator v0.2.0 |
1402 | 2025-01-28T06:58:09.852Z | Compiling utf-8 v0.7.6 |
1403 | 2025-01-28T06:58:09.852Z | Compiling psl-types v2.0.11 |
1404 | 2025-01-28T06:58:09.852Z | Compiling rustc-demangle v0.1.24 |
1405 | 2025-01-28T06:58:09.852Z | Compiling publicsuffix v2.3.0 |
1406 | 2025-01-28T06:58:09.985Z | Compiling postgres-protocol v0.6.7 |
1407 | 2025-01-28T06:58:10.084Z | Compiling tungstenite v0.24.0 |
1408 | 2025-01-28T06:58:10.234Z | Compiling document-features v0.2.10 |
1409 | 2025-01-28T06:58:10.704Z | Compiling lru-cache v0.1.2 |
1410 | 2025-01-28T06:58:10.785Z | Compiling sec1 v0.7.3 |
1411 | 2025-01-28T06:58:10.857Z | Compiling async-stream v0.3.6 |
1412 | 2025-01-28T06:58:11.127Z | Compiling resolv-conf v0.7.0 |
1413 | 2025-01-28T06:58:11.311Z | Compiling hickory-proto v0.24.2 |
1414 | 2025-01-28T06:58:11.416Z | Compiling slog-term v2.9.1 |
1415 | 2025-01-28T06:58:11.794Z | Compiling num-iter v0.1.45 |
1416 | 2025-01-28T06:58:12.077Z | Compiling usdt v0.5.0 |
1417 | 2025-01-28T06:58:12.321Z | Compiling group v0.13.0 |
1418 | 2025-01-28T06:58:12.579Z | Compiling futures v0.3.31 |
1419 | 2025-01-28T06:58:12.633Z | Compiling slog-bunyan v2.5.0 |
1420 | 2025-01-28T06:58:12.702Z | Compiling toml v0.8.19 |
1421 | 2025-01-28T06:58:13.014Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2025-01-28T06:58:14.164Z | Compiling camino v1.1.9 |
1423 | 2025-01-28T06:58:14.360Z | Compiling phf_shared v0.11.2 |
1424 | 2025-01-28T06:58:14.368Z | Compiling dropshot_endpoint v0.12.0 |
1425 | 2025-01-28T06:58:14.693Z | Compiling backtrace v0.3.74 |
1426 | 2025-01-28T06:58:14.716Z | Compiling terminal_size v0.4.0 |
1427 | 2025-01-28T06:58:17.649Z | Compiling openapiv3 v2.0.0 |
1428 | 2025-01-28T06:58:17.810Z | Compiling waitgroup v0.1.2 |
1429 | 2025-01-28T06:58:17.810Z | Compiling serde_path_to_error v0.1.16 |
1430 | 2025-01-28T06:58:17.810Z | Compiling hkdf v0.12.4 |
1431 | 2025-01-28T06:58:17.810Z | Compiling crypto-bigint v0.5.5 |
1432 | 2025-01-28T06:58:17.810Z | Compiling zerocopy-derive v0.6.6 |
1433 | 2025-01-28T06:58:17.828Z | Compiling curve25519-dalek-derive v0.1.1 |
1434 | 2025-01-28T06:58:18.055Z | Compiling webpki-roots v0.26.6 |
1435 | 2025-01-28T06:58:18.247Z | Compiling hostname v0.4.0 |
1436 | 2025-01-28T06:58:18.280Z | Compiling hubpack_derive v0.1.1 |
1437 | 2025-01-28T06:58:18.471Z | Compiling crc32fast v1.4.2 |
1438 | 2025-01-28T06:58:18.543Z | Compiling ahash v0.8.11 |
1439 | 2025-01-28T06:58:18.807Z | Compiling fs-err v2.11.0 |
1440 | 2025-01-28T06:58:18.889Z | Compiling winnow v0.5.40 |
1441 | 2025-01-28T06:58:18.980Z | Compiling newtype-uuid v1.2.1 |
1442 | 2025-01-28T06:58:19.097Z | Compiling bitflags v1.3.2 |
1443 | 2025-01-28T06:58:19.127Z | Compiling managed v0.8.0 |
1444 | 2025-01-28T06:58:19.187Z | Compiling debug-ignore v1.0.5 |
1445 | 2025-01-28T06:58:19.208Z | Compiling unicode-width v0.2.0 |
1446 | 2025-01-28T06:58:19.280Z | Compiling clap_builder v4.5.27 |
1447 | 2025-01-28T06:58:19.355Z | Compiling strum_macros v0.25.3 |
1448 | 2025-01-28T06:58:19.771Z | Compiling console v0.15.10 |
1449 | 2025-01-28T06:58:21.348Z | Compiling hubpack v0.1.2 |
1450 | 2025-01-28T06:58:21.447Z | Compiling flate2 v1.0.35 |
1451 | 2025-01-28T06:58:21.483Z | Compiling elliptic-curve v0.13.8 |
1452 | 2025-01-28T06:58:21.777Z | Compiling zerocopy v0.6.6 |
1453 | 2025-01-28T06:58:22.284Z | Compiling toml_edit v0.19.15 |
1454 | 2025-01-28T06:58:22.335Z | Compiling hickory-resolver v0.24.2 |
1455 | 2025-01-28T06:58:22.564Z | Compiling phf v0.11.2 |
1456 | 2025-01-28T06:58:22.853Z | Compiling signal-hook-mio v0.2.4 |
1457 | 2025-01-28T06:58:23.032Z | Compiling cookie_store v0.21.1 |
1458 | 2025-01-28T06:58:23.206Z | Compiling rayon v1.10.0 |
1459 | 2025-01-28T06:58:23.226Z | Compiling hyper-tls v0.6.0 |
1460 | 2025-01-28T06:58:23.648Z | Compiling bzip2 v0.4.4 |
1461 | 2025-01-28T06:58:24.507Z | Compiling tokio-tungstenite v0.24.0 |
1462 | 2025-01-28T06:58:25.011Z | Compiling postgres-types v0.2.8 |
1463 | 2025-01-28T06:58:27.502Z | Compiling ed25519 v2.2.3 |
1464 | 2025-01-28T06:58:27.596Z | Compiling phf_shared v0.10.0 |
1465 | 2025-01-28T06:58:27.653Z | Compiling tokio-stream v0.1.16 |
1466 | 2025-01-28T06:58:27.984Z | Compiling pkcs1 v0.7.5 |
1467 | 2025-01-28T06:58:28.217Z | Compiling serde-big-array v0.5.1 |
1468 | 2025-01-28T06:58:28.466Z | Compiling rfc6979 v0.4.0 |
1469 | 2025-01-28T06:58:28.589Z | Compiling clap_derive v4.5.24 |
1470 | 2025-01-28T06:58:28.594Z | Compiling derive-where v1.2.7 |
1471 | 2025-01-28T06:58:28.668Z | Compiling serde_repr v0.1.19 |
1472 | 2025-01-28T06:58:28.879Z | Compiling float-cmp v0.9.0 |
1473 | 2025-01-28T06:58:29.123Z | Compiling bstr v1.10.0 |
1474 | 2025-01-28T06:58:29.277Z | Compiling sync_wrapper v1.0.1 |
1475 | 2025-01-28T06:58:29.434Z | Compiling static_assertions v1.1.0 |
1476 | 2025-01-28T06:58:29.477Z | Compiling bit-vec v0.6.3 |
1477 | 2025-01-28T06:58:29.549Z | Compiling number_prefix v0.4.0 |
1478 | 2025-01-28T06:58:29.788Z | Compiling new_debug_unreachable v1.0.6 |
1479 | 2025-01-28T06:58:29.791Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2025-01-28T06:58:29.868Z | Compiling whoami v1.5.2 |
1481 | 2025-01-28T06:58:29.888Z | Compiling normalize-line-endings v0.3.0 |
1482 | 2025-01-28T06:58:30.032Z | Compiling fixedbitset v0.4.2 |
1483 | 2025-01-28T06:58:30.424Z | Compiling precomputed-hash v0.1.1 |
1484 | 2025-01-28T06:58:30.454Z | Compiling difflib v0.4.0 |
1485 | 2025-01-28T06:58:30.556Z | Compiling predicates-core v1.0.8 |
1486 | 2025-01-28T06:58:30.665Z | Compiling string_cache v0.8.7 |
1487 | 2025-01-28T06:58:30.720Z | Compiling similar v2.6.0 |
1488 | 2025-01-28T06:58:30.875Z | Compiling petgraph v0.6.5 |
1489 | 2025-01-28T06:58:31.112Z | Compiling predicates v3.1.2 |
1490 | 2025-01-28T06:58:31.820Z | Compiling tokio-postgres v0.7.12 |
1491 | 2025-01-28T06:58:31.870Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1492 | 2025-01-28T06:58:32.666Z | Compiling bit-set v0.5.3 |
1493 | 2025-01-28T06:58:32.919Z | Compiling indicatif v0.17.9 |
1494 | 2025-01-28T06:58:32.939Z | Compiling ecdsa v0.16.9 |
1495 | 2025-01-28T06:58:33.258Z | Compiling clap v4.5.27 |
1496 | 2025-01-28T06:58:33.384Z | Compiling rsa v0.9.6 |
1497 | 2025-01-28T06:58:33.728Z | Compiling ed25519-dalek v2.1.1 |
1498 | 2025-01-28T06:58:34.495Z | Compiling toml v0.7.8 |
1499 | 2025-01-28T06:58:34.931Z | Compiling zip v0.6.6 |
1500 | 2025-01-28T06:58:35.030Z | Compiling crossterm v0.28.1 |
1501 | 2025-01-28T06:58:36.886Z | Compiling hex v0.4.3 |
1502 | 2025-01-28T06:58:37.127Z | Compiling x509-cert v0.2.5 |
1503 | 2025-01-28T06:58:37.468Z | Compiling itertools v0.10.5 |
1504 | 2025-01-28T06:58:37.491Z | Compiling peg-runtime v0.8.3 |
1505 | 2025-01-28T06:58:38.058Z | Compiling lalrpop-util v0.19.12 |
1506 | 2025-01-28T06:58:38.084Z | Compiling unicode-xid v0.2.6 |
1507 | 2025-01-28T06:58:38.250Z | Compiling strum_macros v0.26.4 |
1508 | 2025-01-28T06:58:38.285Z | Compiling xattr v1.3.1 |
1509 | 2025-01-28T06:58:38.390Z | Compiling filetime v0.2.25 |
1510 | 2025-01-28T06:58:38.699Z | Compiling tar v0.4.42 |
1511 | 2025-01-28T06:58:42.832Z | Compiling strum v0.26.3 |
1512 | 2025-01-28T06:58:46.018Z | Compiling aws-lc-sys v0.22.0 |
1513 | 2025-01-28T06:59:13.675Z | Compiling rustls-webpki v0.102.8 |
1514 | 2025-01-28T06:59:16.855Z | Compiling tokio-rustls v0.25.0 |
1515 | 2025-01-28T06:59:18.504Z | Compiling tokio-rustls v0.26.0 |
1516 | 2025-01-28T06:59:18.752Z | Compiling hyper-rustls v0.27.3 |
1517 | 2025-01-28T06:59:19.081Z | Compiling reqwest v0.12.9 |
1518 | 2025-01-28T06:59:20.586Z | Compiling qorb v0.2.1 |
1519 | 2025-01-28T06:59:23.700Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2025-01-28T06:59:23.945Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1521 | 2025-01-28T06:59:28.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1522 | 2025-01-28T06:59:28.617Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1523 | 2025-01-28T06:59:28.667Z | Jan 28 06:59:28.328 INFO Starting download, target: Cockroach |
1524 | 2025-01-28T06:59:28.667Z | Jan 28 06:59:28.329 INFO Starting download, target: Console |
1525 | 2025-01-28T06:59:28.667Z | Jan 28 06:59:28.329 INFO Starting download, target: Clickhouse |
1526 | 2025-01-28T06:59:28.667Z | Jan 28 06:59:28.329 INFO Starting download, target: DendriteOpenapi |
1527 | 2025-01-28T06:59:28.667Z | Jan 28 06:59:28.329 INFO Starting download, target: DendriteStub |
1528 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.329 INFO Starting download, target: MaghemiteMgd |
1529 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.329 INFO Starting download, target: TransceiverControl |
1530 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.329 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1531 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.329 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1532 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.329 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1533 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.330 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1534 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.330 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1535 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.330 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1536 | 2025-01-28T06:59:28.670Z | Jan 28 06:59:28.330 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1537 | 2025-01-28T06:59:28.796Z | Jan 28 06:59:28.458 INFO Download complete, target: DendriteOpenapi |
1538 | 2025-01-28T06:59:29.211Z | Jan 28 06:59:28.862 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1539 | 2025-01-28T06:59:29.225Z | Jan 28 06:59:28.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2025-01-28T06:59:29.291Z | Jan 28 06:59:28.949 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1541 | 2025-01-28T06:59:29.630Z | Jan 28 06:59:29.289 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2025-01-28T06:59:29.639Z | Jan 28 06:59:29.298 INFO Download complete, target: Console |
1543 | 2025-01-28T06:59:29.929Z | Jan 28 06:59:29.590 INFO Download complete, target: TransceiverControl |
1544 | 2025-01-28T06:59:30.259Z | Jan 28 06:59:29.921 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1545 | 2025-01-28T06:59:30.259Z | Jan 28 06:59:29.921 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1546 | 2025-01-28T06:59:30.611Z | Jan 28 06:59:30.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1547 | 2025-01-28T06:59:32.075Z | Jan 28 06:59:31.737 INFO Download complete, target: DendriteStub |
1548 | 2025-01-28T06:59:32.579Z | Jan 28 06:59:32.241 INFO Download complete, target: MaghemiteMgd |
1549 | 2025-01-28T06:59:37.671Z | Jan 28 06:59:37.332 INFO Checking that binary works, target: Cockroach |
1550 | 2025-01-28T06:59:37.830Z | Jan 28 06:59:37.492 INFO Download complete, target: Cockroach |
1551 | 2025-01-28T06:59:43.089Z | Jan 28 06:59:42.751 INFO Checking that binary works, target: Clickhouse |
1552 | 2025-01-28T06:59:43.206Z | Jan 28 06:59:42.868 INFO Download complete, target: Clickhouse |
1553 | 2025-01-28T06:59:43.214Z | All prerequisites installed successfully |
1554 | 2025-01-28T06:59:43.217Z | |
1555 | 2025-01-28T06:59:43.217Z | real 4:26.894782417 |
1556 | 2025-01-28T06:59:43.217Z | user 15:47.630479615 |
1557 | 2025-01-28T06:59:43.217Z | sys 2:03.168506996 |
1558 | 2025-01-28T06:59:43.217Z | trap 0.572955718 |
1559 | 2025-01-28T06:59:43.217Z | tflt 1.601578761 |
1560 | 2025-01-28T06:59:43.217Z | dflt 1.773216841 |
1561 | 2025-01-28T06:59:43.217Z | kflt 0.029127205 |
1562 | 2025-01-28T06:59:43.217Z | lock 25:03.698767458 |
1563 | 2025-01-28T06:59:43.217Z | slp 54:26.110762898 |
1564 | 2025-01-28T06:59:43.217Z | lat 59.828214452 |
1565 | 2025-01-28T06:59:43.217Z | stop 2:25.286870552 |
1566 | 2025-01-28T06:59:43.217Z | + ptime -m cargo xtask download softnpu |
1567 | 2025-01-28T06:59:43.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1568 | 2025-01-28T06:59:43.770Z | Running `target/debug/xtask download softnpu` |
1569 | 2025-01-28T06:59:44.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1570 | 2025-01-28T06:59:44.664Z | Running `target/debug/xtask-downloader softnpu` |
1571 | 2025-01-28T06:59:44.705Z | Jan 28 06:59:44.366 INFO Starting download, target: Softnpu |
1572 | 2025-01-28T06:59:44.708Z | Jan 28 06:59:44.367 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1573 | 2025-01-28T06:59:45.182Z | Jan 28 06:59:44.844 INFO Download complete, target: Softnpu |
1574 | 2025-01-28T06:59:45.186Z | |
1575 | 2025-01-28T06:59:45.189Z | real 1.964303246 |
1576 | 2025-01-28T06:59:45.189Z | user 1.258342064 |
1577 | 2025-01-28T06:59:45.189Z | sys 0.546756088 |
1578 | 2025-01-28T06:59:45.189Z | trap 0.000846604 |
1579 | 2025-01-28T06:59:45.189Z | tflt 0.000054200 |
1580 | 2025-01-28T06:59:45.189Z | dflt 0.000054680 |
1581 | 2025-01-28T06:59:45.189Z | kflt 0.000000000 |
1582 | 2025-01-28T06:59:45.189Z | lock 4.808383630 |
1583 | 2025-01-28T06:59:45.189Z | slp 0.350610048 |
1584 | 2025-01-28T06:59:45.189Z | lat 0.067716058 |
1585 | 2025-01-28T06:59:45.189Z | stop 0.000173610 |
1586 | 2025-01-28T06:59:45.189Z | + export CARGO_INCREMENTAL=0 |
1587 | 2025-01-28T06:59:45.189Z | + CARGO_INCREMENTAL=0 |
1588 | 2025-01-28T06:59:45.189Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1589 | 2025-01-28T06:59:46.234Z | Compiling proc-macro2 v1.0.92 |
1590 | 2025-01-28T06:59:46.234Z | Compiling unicode-ident v1.0.14 |
1591 | 2025-01-28T06:59:46.244Z | Compiling libc v0.2.169 |
1592 | 2025-01-28T06:59:46.244Z | Compiling serde v1.0.217 |
1593 | 2025-01-28T06:59:46.244Z | Compiling autocfg v1.4.0 |
1594 | 2025-01-28T06:59:46.244Z | Compiling version_check v0.9.5 |
1595 | 2025-01-28T06:59:46.244Z | Compiling cfg-if v1.0.0 |
1596 | 2025-01-28T06:59:46.433Z | Compiling memchr v2.7.4 |
1597 | 2025-01-28T06:59:46.457Z | Compiling typenum v1.17.0 |
1598 | 2025-01-28T06:59:46.483Z | Compiling shlex v1.3.0 |
1599 | 2025-01-28T06:59:46.787Z | Compiling value-bag v1.9.0 |
1600 | 2025-01-28T06:59:46.833Z | Compiling scopeguard v1.2.0 |
1601 | 2025-01-28T06:59:46.873Z | Compiling generic-array v0.14.7 |
1602 | 2025-01-28T06:59:47.140Z | Compiling lock_api v0.4.12 |
1603 | 2025-01-28T06:59:47.164Z | Compiling log v0.4.22 |
1604 | 2025-01-28T06:59:47.357Z | Compiling parking_lot_core v0.9.10 |
1605 | 2025-01-28T06:59:47.718Z | Compiling serde_json v1.0.135 |
1606 | 2025-01-28T06:59:47.760Z | Compiling once_cell v1.20.2 |
1607 | 2025-01-28T06:59:47.876Z | Compiling rustix v0.38.37 |
1608 | 2025-01-28T06:59:48.011Z | Compiling libm v0.2.8 |
1609 | 2025-01-28T06:59:48.045Z | Compiling quote v1.0.38 |
1610 | 2025-01-28T06:59:48.132Z | Compiling aho-corasick v1.1.3 |
1611 | 2025-01-28T06:59:48.313Z | Compiling jobserver v0.1.32 |
1612 | 2025-01-28T06:59:48.336Z | Compiling getrandom v0.2.15 |
1613 | 2025-01-28T06:59:48.478Z | Compiling syn v2.0.96 |
1614 | 2025-01-28T06:59:48.626Z | Compiling num-traits v0.2.19 |
1615 | 2025-01-28T06:59:48.709Z | Compiling cc v1.1.30 |
1616 | 2025-01-28T06:59:48.762Z | Compiling thiserror v1.0.69 |
1617 | 2025-01-28T06:59:48.866Z | Compiling regex-syntax v0.8.5 |
1618 | 2025-01-28T06:59:48.924Z | Compiling either v1.13.0 |
1619 | 2025-01-28T06:59:48.986Z | Compiling itoa v1.0.11 |
1620 | 2025-01-28T06:59:49.255Z | Compiling spin v0.9.8 |
1621 | 2025-01-28T06:59:49.305Z | Compiling slab v0.4.9 |
1622 | 2025-01-28T06:59:49.594Z | Compiling errno v0.3.9 |
1623 | 2025-01-28T06:59:49.632Z | Compiling byteorder v1.5.0 |
1624 | 2025-01-28T06:59:49.947Z | Compiling rand_core v0.6.4 |
1625 | 2025-01-28T06:59:50.387Z | Compiling glob v0.3.1 |
1626 | 2025-01-28T06:59:50.524Z | Compiling prettyplease v0.2.25 |
1627 | 2025-01-28T06:59:50.631Z | Compiling lazy_static v1.5.0 |
1628 | 2025-01-28T06:59:50.875Z | Compiling minimal-lexical v0.2.1 |
1629 | 2025-01-28T06:59:51.054Z | Compiling clang-sys v1.8.1 |
1630 | 2025-01-28T06:59:51.312Z | Compiling nom v7.1.3 |
1631 | 2025-01-28T06:59:51.537Z | Compiling libloading v0.8.5 |
1632 | 2025-01-28T06:59:51.733Z | Compiling bindgen v0.69.5 |
1633 | 2025-01-28T06:59:51.802Z | Compiling smallvec v1.13.2 |
1634 | 2025-01-28T06:59:51.873Z | Compiling home v0.5.9 |
1635 | 2025-01-28T06:59:51.921Z | Compiling subtle v2.6.1 |
1636 | 2025-01-28T06:59:52.206Z | Compiling itertools v0.12.1 |
1637 | 2025-01-28T06:59:52.260Z | Compiling rustc-hash v1.1.0 |
1638 | 2025-01-28T06:59:52.414Z | Compiling regex-automata v0.4.8 |
1639 | 2025-01-28T06:59:52.462Z | Compiling lazycell v1.3.0 |
1640 | 2025-01-28T06:59:52.564Z | Compiling allocator-api2 v0.2.18 |
1641 | 2025-01-28T06:59:52.637Z | Compiling cmake v0.1.51 |
1642 | 2025-01-28T06:59:53.441Z | Compiling dunce v1.0.5 |
1643 | 2025-01-28T06:59:53.586Z | Compiling fs_extra v1.3.0 |
1644 | 2025-01-28T06:59:53.952Z | Compiling semver v1.0.24 |
1645 | 2025-01-28T06:59:54.394Z | Compiling cexpr v0.6.0 |
1646 | 2025-01-28T06:59:54.421Z | Compiling pkg-config v0.3.31 |
1647 | 2025-01-28T06:59:54.618Z | Compiling ring v0.17.8 |
1648 | 2025-01-28T06:59:55.283Z | Compiling pin-project-lite v0.2.14 |
1649 | 2025-01-28T06:59:55.336Z | Compiling ryu v1.0.18 |
1650 | 2025-01-28T06:59:55.445Z | Compiling paste v1.0.15 |
1651 | 2025-01-28T06:59:55.598Z | Compiling synstructure v0.13.1 |
1652 | 2025-01-28T06:59:55.810Z | Compiling httparse v1.9.5 |
1653 | 2025-01-28T06:59:55.812Z | Compiling fnv v1.0.7 |
1654 | 2025-01-28T06:59:55.985Z | Compiling schemars v0.8.21 |
1655 | 2025-01-28T06:59:56.327Z | Compiling const-oid v0.9.6 |
1656 | 2025-01-28T06:59:56.416Z | Compiling aws-lc-rs v1.10.0 |
1657 | 2025-01-28T06:59:56.747Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2025-01-28T06:59:56.941Z | Compiling equivalent v1.0.1 |
1659 | 2025-01-28T06:59:57.070Z | Compiling foldhash v0.1.3 |
1660 | 2025-01-28T06:59:57.403Z | Compiling hashbrown v0.15.1 |
1661 | 2025-01-28T06:59:58.081Z | Compiling regex v1.11.1 |
1662 | 2025-01-28T06:59:58.332Z | Compiling signal-hook-registry v1.4.2 |
1663 | 2025-01-28T06:59:58.360Z | Compiling heck v0.5.0 |
1664 | 2025-01-28T06:59:58.600Z | Compiling parking_lot v0.12.3 |
1665 | 2025-01-28T06:59:58.781Z | Compiling mio v1.0.2 |
1666 | 2025-01-28T06:59:58.850Z | Compiling stable_deref_trait v1.2.0 |
1667 | 2025-01-28T07:00:00.014Z | Compiling serde_derive v1.0.217 |
1668 | 2025-01-28T07:00:00.131Z | Compiling zeroize_derive v1.4.2 |
1669 | 2025-01-28T07:00:00.369Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2025-01-28T07:00:00.614Z | Compiling thiserror-impl v1.0.69 |
1671 | 2025-01-28T07:00:01.201Z | Compiling tokio-macros v2.5.0 |
1672 | 2025-01-28T07:00:01.225Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2025-01-28T07:00:01.470Z | Compiling zeroize v1.8.1 |
1674 | 2025-01-28T07:00:01.945Z | Compiling yoke-derive v0.7.4 |
1675 | 2025-01-28T07:00:02.053Z | Compiling zerovec-derive v0.10.3 |
1676 | 2025-01-28T07:00:02.102Z | Compiling futures-macro v0.3.31 |
1677 | 2025-01-28T07:00:02.204Z | Compiling displaydoc v0.2.5 |
1678 | 2025-01-28T07:00:03.235Z | Compiling zerocopy v0.7.35 |
1679 | 2025-01-28T07:00:03.756Z | Compiling crypto-common v0.1.6 |
1680 | 2025-01-28T07:00:03.946Z | Compiling icu_provider_macros v1.5.0 |
1681 | 2025-01-28T07:00:04.010Z | Compiling tracing-attributes v0.1.27 |
1682 | 2025-01-28T07:00:04.275Z | Compiling schemars_derive v0.8.21 |
1683 | 2025-01-28T07:00:04.331Z | Compiling block-buffer v0.10.4 |
1684 | 2025-01-28T07:00:04.548Z | Compiling digest v0.10.7 |
1685 | 2025-01-28T07:00:04.900Z | Compiling socket2 v0.5.7 |
1686 | 2025-01-28T07:00:04.965Z | Compiling time-core v0.1.2 |
1687 | 2025-01-28T07:00:05.061Z | Compiling crossbeam-utils v0.8.20 |
1688 | 2025-01-28T07:00:05.139Z | Compiling futures-core v0.3.31 |
1689 | 2025-01-28T07:00:05.401Z | Compiling num-conv v0.1.0 |
1690 | 2025-01-28T07:00:05.692Z | Compiling time-macros v0.2.18 |
1691 | 2025-01-28T07:00:05.800Z | Compiling der_derive v0.7.3 |
1692 | 2025-01-28T07:00:05.858Z | Compiling vcpkg v0.2.15 |
1693 | 2025-01-28T07:00:07.294Z | Compiling openssl-sys v0.9.103 |
1694 | 2025-01-28T07:00:08.139Z | Compiling syn v1.0.109 |
1695 | 2025-01-28T07:00:08.639Z | Compiling cpufeatures v0.2.14 |
1696 | 2025-01-28T07:00:08.727Z | Compiling futures-sink v0.3.31 |
1697 | 2025-01-28T07:00:08.866Z | Compiling slog v2.7.0 |
1698 | 2025-01-28T07:00:09.026Z | Compiling ahash v0.8.11 |
1699 | 2025-01-28T07:00:09.207Z | Compiling zerofrom v0.1.4 |
1700 | 2025-01-28T07:00:09.462Z | Compiling iana-time-zone v0.1.61 |
1701 | 2025-01-28T07:00:09.652Z | Compiling yoke v0.7.4 |
1702 | 2025-01-28T07:00:09.920Z | Compiling futures-channel v0.3.31 |
1703 | 2025-01-28T07:00:10.020Z | Compiling scroll_derive v0.12.0 |
1704 | 2025-01-28T07:00:10.148Z | Compiling ucd-trie v0.1.7 |
1705 | 2025-01-28T07:00:10.198Z | Compiling futures-task v0.3.31 |
1706 | 2025-01-28T07:00:10.391Z | Compiling futures-io v0.3.31 |
1707 | 2025-01-28T07:00:10.499Z | Compiling openssl v0.10.66 |
1708 | 2025-01-28T07:00:10.617Z | Compiling pin-utils v0.1.0 |
1709 | 2025-01-28T07:00:10.725Z | Compiling futures-util v0.3.31 |
1710 | 2025-01-28T07:00:10.749Z | Compiling pest v2.7.14 |
1711 | 2025-01-28T07:00:10.907Z | Compiling zerovec v0.10.4 |
1712 | 2025-01-28T07:00:11.767Z | Compiling hmac v0.12.1 |
1713 | 2025-01-28T07:00:12.299Z | Compiling bitflags v2.6.0 |
1714 | 2025-01-28T07:00:12.356Z | Compiling bytes v1.9.0 |
1715 | 2025-01-28T07:00:14.043Z | Compiling indexmap v2.7.0 |
1716 | 2025-01-28T07:00:14.400Z | Compiling tokio v1.43.0 |
1717 | 2025-01-28T07:00:15.359Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2025-01-28T07:00:15.488Z | Compiling uuid v1.12.0 |
1719 | 2025-01-28T07:00:15.890Z | Compiling http v1.2.0 |
1720 | 2025-01-28T07:00:16.747Z | Compiling which v4.4.2 |
1721 | 2025-01-28T07:00:16.859Z | Compiling chrono v0.4.39 |
1722 | 2025-01-28T07:00:17.272Z | Compiling rustc_version v0.4.1 |
1723 | 2025-01-28T07:00:20.095Z | Compiling pest_meta v2.7.14 |
1724 | 2025-01-28T07:00:22.685Z | Compiling block-padding v0.3.3 |
1725 | 2025-01-28T07:00:22.920Z | Compiling openssl-macros v0.1.1 |
1726 | 2025-01-28T07:00:23.643Z | Compiling rustls v0.23.19 |
1727 | 2025-01-28T07:00:23.739Z | Compiling native-tls v0.2.12 |
1728 | 2025-01-28T07:00:23.946Z | Compiling inout v0.1.3 |
1729 | 2025-01-28T07:00:24.107Z | Compiling pest_generator v2.7.14 |
1730 | 2025-01-28T07:00:24.203Z | Compiling tinystr v0.7.6 |
1731 | 2025-01-28T07:00:24.633Z | Compiling serde_spanned v0.6.8 |
1732 | 2025-01-28T07:00:24.663Z | Compiling toml_datetime v0.6.8 |
1733 | 2025-01-28T07:00:24.809Z | Compiling tracing-core v0.1.32 |
1734 | 2025-01-28T07:00:24.877Z | Compiling writeable v0.5.5 |
1735 | 2025-01-28T07:00:25.079Z | Compiling litemap v0.7.3 |
1736 | 2025-01-28T07:00:25.365Z | Compiling dyn-clone v1.0.17 |
1737 | 2025-01-28T07:00:25.472Z | Compiling strsim v0.11.1 |
1738 | 2025-01-28T07:00:25.795Z | Compiling pest_derive v2.7.14 |
1739 | 2025-01-28T07:00:26.038Z | Compiling icu_locid v1.5.0 |
1740 | 2025-01-28T07:00:26.083Z | Compiling tracing v0.1.40 |
1741 | 2025-01-28T07:00:26.912Z | Compiling cipher v0.4.4 |
1742 | 2025-01-28T07:00:26.964Z | Compiling sha2 v0.10.8 |
1743 | 2025-01-28T07:00:27.476Z | Compiling usdt-impl v0.5.0 |
1744 | 2025-01-28T07:00:27.772Z | Compiling cookie v0.18.1 |
1745 | 2025-01-28T07:00:28.041Z | Compiling base64ct v1.6.0 |
1746 | 2025-01-28T07:00:28.375Z | Compiling icu_provider v1.5.0 |
1747 | 2025-01-28T07:00:28.622Z | Compiling pem-rfc7468 v0.7.0 |
1748 | 2025-01-28T07:00:29.308Z | Compiling scroll v0.12.0 |
1749 | 2025-01-28T07:00:29.453Z | Compiling aws-lc-sys v0.22.0 |
1750 | 2025-01-28T07:00:29.903Z | Compiling ppv-lite86 v0.2.20 |
1751 | 2025-01-28T07:00:30.698Z | Compiling async-trait v0.1.85 |
1752 | 2025-01-28T07:00:31.325Z | Compiling rustls-pki-types v1.10.0 |
1753 | 2025-01-28T07:00:33.006Z | Compiling icu_locid_transform_data v1.5.0 |
1754 | 2025-01-28T07:00:33.124Z | Compiling camino v1.1.9 |
1755 | 2025-01-28T07:00:33.163Z | Compiling plain v0.2.3 |
1756 | 2025-01-28T07:00:33.587Z | Compiling percent-encoding v2.3.1 |
1757 | 2025-01-28T07:00:33.643Z | Compiling flagset v0.4.6 |
1758 | 2025-01-28T07:00:33.819Z | Compiling anyhow v1.0.95 |
1759 | 2025-01-28T07:00:33.958Z | Compiling icu_locid_transform v1.5.0 |
1760 | 2025-01-28T07:00:34.323Z | Compiling der v0.7.9 |
1761 | 2025-01-28T07:00:36.346Z | Compiling goblin v0.8.2 |
1762 | 2025-01-28T07:00:38.032Z | Compiling rand_chacha v0.3.1 |
1763 | 2025-01-28T07:00:38.805Z | Compiling tokio-util v0.7.12 |
1764 | 2025-01-28T07:00:38.973Z | Compiling icu_collections v1.5.0 |
1765 | 2025-01-28T07:00:40.347Z | Compiling powerfmt v0.2.0 |
1766 | 2025-01-28T07:00:40.699Z | Compiling icu_properties_data v1.5.0 |
1767 | 2025-01-28T07:00:40.856Z | Compiling untrusted v0.9.0 |
1768 | 2025-01-28T07:00:40.946Z | Compiling pretty-hex v0.4.1 |
1769 | 2025-01-28T07:00:40.984Z | Compiling rayon-core v1.12.1 |
1770 | 2025-01-28T07:00:41.064Z | Compiling untrusted v0.7.1 |
1771 | 2025-01-28T07:00:41.157Z | Compiling mirai-annotations v1.12.0 |
1772 | 2025-01-28T07:00:41.277Z | Compiling rustls v0.22.4 |
1773 | 2025-01-28T07:00:41.559Z | Compiling icu_properties v1.5.1 |
1774 | 2025-01-28T07:00:42.013Z | Compiling dof v0.3.0 |
1775 | 2025-01-28T07:00:42.188Z | Compiling deranged v0.3.11 |
1776 | 2025-01-28T07:00:43.903Z | Compiling rand v0.8.5 |
1777 | 2025-01-28T07:00:44.183Z | Compiling spki v0.7.3 |
1778 | 2025-01-28T07:00:44.591Z | Compiling salsa20 v0.10.2 |
1779 | 2025-01-28T07:00:44.712Z | Compiling dtrace-parser v0.2.0 |
1780 | 2025-01-28T07:00:45.354Z | Compiling pbkdf2 v0.12.2 |
1781 | 2025-01-28T07:00:46.035Z | Compiling thread-id v4.2.2 |
1782 | 2025-01-28T07:00:46.157Z | Compiling icu_normalizer_data v1.5.0 |
1783 | 2025-01-28T07:00:46.252Z | Compiling utf16_iter v1.0.5 |
1784 | 2025-01-28T07:00:46.377Z | Compiling utf8_iter v1.0.4 |
1785 | 2025-01-28T07:00:46.645Z | Compiling atomic-waker v1.1.2 |
1786 | 2025-01-28T07:00:46.665Z | Compiling litrs v0.4.1 |
1787 | 2025-01-28T07:00:46.790Z | Compiling winnow v0.5.40 |
1788 | 2025-01-28T07:00:46.809Z | Compiling write16 v1.0.0 |
1789 | 2025-01-28T07:00:47.128Z | Compiling num_threads v0.1.7 |
1790 | 2025-01-28T07:00:47.407Z | Compiling icu_normalizer v1.5.0 |
1791 | 2025-01-28T07:00:47.698Z | Compiling document-features v0.2.10 |
1792 | 2025-01-28T07:00:47.767Z | Compiling time v0.3.36 |
1793 | 2025-01-28T07:00:50.175Z | Compiling toml_edit v0.19.15 |
1794 | 2025-01-28T07:00:51.666Z | Compiling scrypt v0.11.0 |
1795 | 2025-01-28T07:00:51.690Z | Compiling form_urlencoded v1.2.1 |
1796 | 2025-01-28T07:00:51.869Z | Compiling aes v0.8.4 |
1797 | 2025-01-28T07:00:52.123Z | Compiling cbc v0.1.2 |
1798 | 2025-01-28T07:00:52.205Z | Compiling http-body v1.0.1 |
1799 | 2025-01-28T07:00:52.482Z | Compiling multer v3.1.0 |
1800 | 2025-01-28T07:00:52.795Z | Compiling try-lock v0.2.5 |
1801 | 2025-01-28T07:00:52.992Z | Compiling rustversion v1.0.17 |
1802 | 2025-01-28T07:00:53.010Z | Compiling tinyvec_macros v0.1.1 |
1803 | 2025-01-28T07:00:53.107Z | Compiling slog-async v2.8.0 |
1804 | 2025-01-28T07:00:53.155Z | Compiling tinyvec v1.8.0 |
1805 | 2025-01-28T07:00:53.653Z | Compiling want v0.3.1 |
1806 | 2025-01-28T07:00:53.955Z | Compiling pkcs5 v0.7.1 |
1807 | 2025-01-28T07:00:55.144Z | Compiling idna_adapter v1.2.0 |
1808 | 2025-01-28T07:00:55.518Z | Compiling h2 v0.4.6 |
1809 | 2025-01-28T07:00:55.876Z | Compiling heapless v0.7.17 |
1810 | 2025-01-28T07:00:56.539Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1811 | 2025-01-28T07:00:56.767Z | Compiling httpdate v1.0.3 |
1812 | 2025-01-28T07:00:57.212Z | Compiling signal-hook v0.3.17 |
1813 | 2025-01-28T07:00:57.832Z | Compiling idna v1.0.3 |
1814 | 2025-01-28T07:00:59.201Z | Compiling pkcs8 v0.10.2 |
1815 | 2025-01-28T07:00:59.845Z | Compiling usdt-attr-macro v0.5.0 |
1816 | 2025-01-28T07:01:00.558Z | Compiling usdt-macro v0.5.0 |
1817 | 2025-01-28T07:01:01.342Z | Compiling async-stream-impl v0.3.6 |
1818 | 2025-01-28T07:01:01.857Z | Compiling base64 v0.22.1 |
1819 | 2025-01-28T07:01:02.105Z | Compiling tower-service v0.3.3 |
1820 | 2025-01-28T07:01:02.675Z | Compiling adler2 v2.0.0 |
1821 | 2025-01-28T07:01:02.956Z | Compiling miniz_oxide v0.8.0 |
1822 | 2025-01-28T07:01:03.641Z | Compiling hyper v1.5.2 |
1823 | 2025-01-28T07:01:06.353Z | Compiling curve25519-dalek v4.1.3 |
1824 | 2025-01-28T07:01:06.949Z | Compiling hyper-util v0.1.10 |
1825 | 2025-01-28T07:01:09.073Z | Compiling openapiv3 v2.0.0 |
1826 | 2025-01-28T07:01:09.883Z | Compiling enum-as-inner v0.6.1 |
1827 | 2025-01-28T07:01:10.572Z | Compiling dropshot v0.12.0 |
1828 | 2025-01-28T07:01:10.870Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2025-01-28T07:01:10.888Z | Compiling foreign-types-shared v0.1.1 |
1830 | 2025-01-28T07:01:11.021Z | Compiling portable-atomic v1.9.0 |
1831 | 2025-01-28T07:01:11.445Z | Compiling match_cfg v0.1.0 |
1832 | 2025-01-28T07:01:11.581Z | Compiling newtype-uuid v1.2.1 |
1833 | 2025-01-28T07:01:11.871Z | Compiling smoltcp v0.9.1 |
1834 | 2025-01-28T07:01:12.752Z | Compiling hostname v0.3.1 |
1835 | 2025-01-28T07:01:12.913Z | Compiling foreign-types v0.3.2 |
1836 | 2025-01-28T07:01:14.153Z | Compiling url v2.5.3 |
1837 | 2025-01-28T07:01:16.122Z | Compiling http-body-util v0.1.2 |
1838 | 2025-01-28T07:01:16.704Z | Compiling dirs-sys-next v0.1.2 |
1839 | 2025-01-28T07:01:16.905Z | Compiling encoding_rs v0.8.34 |
1840 | 2025-01-28T07:01:17.047Z | Compiling gimli v0.31.1 |
1841 | 2025-01-28T07:01:17.188Z | Compiling ident_case v1.0.1 |
1842 | 2025-01-28T07:01:17.393Z | Compiling heck v0.4.1 |
1843 | 2025-01-28T07:01:17.781Z | Compiling siphasher v0.3.11 |
1844 | 2025-01-28T07:01:18.130Z | Compiling mime v0.3.17 |
1845 | 2025-01-28T07:01:19.159Z | Compiling data-encoding v2.6.0 |
1846 | 2025-01-28T07:01:19.829Z | Compiling darling_core v0.20.10 |
1847 | 2025-01-28T07:01:20.486Z | Compiling dirs-next v2.0.0 |
1848 | 2025-01-28T07:01:23.697Z | Compiling addr2line v0.24.2 |
1849 | 2025-01-28T07:01:25.451Z | Compiling unicode-normalization v0.1.24 |
1850 | 2025-01-28T07:01:26.549Z | Compiling serde_urlencoded v0.7.1 |
1851 | 2025-01-28T07:01:27.113Z | Compiling crossbeam-epoch v0.9.18 |
1852 | 2025-01-28T07:01:27.651Z | Compiling rustls-pemfile v2.2.0 |
1853 | 2025-01-28T07:01:27.797Z | Compiling hubpack_derive v0.1.1 |
1854 | 2025-01-28T07:01:28.149Z | Compiling dropshot_endpoint v0.12.0 |
1855 | 2025-01-28T07:01:28.307Z | Compiling sha1 v0.10.6 |
1856 | 2025-01-28T07:01:28.630Z | Compiling signature v2.2.0 |
1857 | 2025-01-28T07:01:28.712Z | Compiling zerocopy-derive v0.6.6 |
1858 | 2025-01-28T07:01:28.781Z | Compiling curve25519-dalek-derive v0.1.1 |
1859 | 2025-01-28T07:01:28.949Z | Compiling object v0.36.5 |
1860 | 2025-01-28T07:01:30.426Z | Compiling thread_local v1.1.8 |
1861 | 2025-01-28T07:01:30.866Z | Compiling fs-err v2.11.0 |
1862 | 2025-01-28T07:01:31.913Z | Compiling unicode-properties v0.1.3 |
1863 | 2025-01-28T07:01:34.536Z | Compiling ipnet v2.10.1 |
1864 | 2025-01-28T07:01:35.484Z | Compiling winnow v0.6.20 |
1865 | 2025-01-28T07:01:35.540Z | Compiling utf8parse v0.2.2 |
1866 | 2025-01-28T07:01:37.507Z | Compiling openssl-probe v0.1.5 |
1867 | 2025-01-28T07:01:38.335Z | Compiling unicode-bidi v0.3.17 |
1868 | 2025-01-28T07:01:38.855Z | Compiling rustc-demangle v0.1.24 |
1869 | 2025-01-28T07:01:40.327Z | Compiling anstyle v1.0.10 |
1870 | 2025-01-28T07:01:41.915Z | Compiling backtrace v0.3.74 |
1871 | 2025-01-28T07:01:42.498Z | Compiling rustls-webpki v0.102.8 |
1872 | 2025-01-28T07:01:42.925Z | Compiling stringprep v0.1.5 |
1873 | 2025-01-28T07:01:43.020Z | Compiling toml_edit v0.22.22 |
1874 | 2025-01-28T07:01:49.033Z | Compiling anstyle-parse v0.2.5 |
1875 | 2025-01-28T07:01:50.323Z | Compiling crossbeam-deque v0.8.5 |
1876 | 2025-01-28T07:01:50.798Z | Compiling darling_macro v0.20.10 |
1877 | 2025-01-28T07:01:51.581Z | Compiling term v0.7.0 |
1878 | 2025-01-28T07:01:51.687Z | Compiling slog-json v2.6.1 |
1879 | 2025-01-28T07:01:52.936Z | Compiling crossbeam-channel v0.5.13 |
1880 | 2025-01-28T07:01:53.527Z | Compiling hashbrown v0.14.5 |
1881 | 2025-01-28T07:01:53.883Z | Compiling futures-executor v0.3.31 |
1882 | 2025-01-28T07:01:54.202Z | Compiling num-integer v0.1.46 |
1883 | 2025-01-28T07:01:54.349Z | Compiling md-5 v0.10.6 |
1884 | 2025-01-28T07:01:54.610Z | Compiling ff v0.13.0 |
1885 | 2025-01-28T07:01:54.645Z | Compiling hash32 v0.2.1 |
1886 | 2025-01-28T07:01:54.680Z | Compiling is-terminal v0.4.13 |
1887 | 2025-01-28T07:01:54.830Z | Compiling memmap v0.7.0 |
1888 | 2025-01-28T07:01:54.876Z | Compiling linked-hash-map v0.5.6 |
1889 | 2025-01-28T07:01:55.004Z | Compiling psl-types v2.0.11 |
1890 | 2025-01-28T07:01:55.152Z | Compiling fallible-iterator v0.2.0 |
1891 | 2025-01-28T07:01:55.214Z | Compiling utf-8 v0.7.6 |
1892 | 2025-01-28T07:01:55.233Z | Compiling quick-error v1.2.3 |
1893 | 2025-01-28T07:01:55.510Z | Compiling is_terminal_polyfill v1.70.1 |
1894 | 2025-01-28T07:01:55.628Z | Compiling anstyle-query v1.1.1 |
1895 | 2025-01-28T07:01:55.652Z | Compiling base16ct v0.2.0 |
1896 | 2025-01-28T07:01:55.793Z | Compiling take_mut v0.2.2 |
1897 | 2025-01-28T07:01:55.930Z | Compiling colorchoice v1.0.2 |
1898 | 2025-01-28T07:01:56.110Z | Compiling anstream v0.6.15 |
1899 | 2025-01-28T07:01:56.172Z | Compiling sec1 v0.7.3 |
1900 | 2025-01-28T07:01:56.654Z | Compiling postgres-protocol v0.6.7 |
1901 | 2025-01-28T07:01:56.692Z | Compiling publicsuffix v2.3.0 |
1902 | 2025-01-28T07:01:56.717Z | Compiling tungstenite v0.24.0 |
1903 | 2025-01-28T07:01:56.884Z | Compiling resolv-conf v0.7.0 |
1904 | 2025-01-28T07:01:57.363Z | Compiling lru-cache v0.1.2 |
1905 | 2025-01-28T07:01:57.574Z | Compiling usdt v0.5.0 |
1906 | 2025-01-28T07:01:57.727Z | Compiling group v0.13.0 |
1907 | 2025-01-28T07:01:57.998Z | Compiling slog-term v2.9.1 |
1908 | 2025-01-28T07:01:58.037Z | Compiling num-iter v0.1.45 |
1909 | 2025-01-28T07:01:58.247Z | Compiling regress v0.10.1 |
1910 | 2025-01-28T07:01:58.585Z | Compiling futures v0.3.31 |
1911 | 2025-01-28T07:02:01.734Z | Compiling slog-bunyan v2.5.0 |
1912 | 2025-01-28T07:02:01.825Z | Compiling darling v0.20.10 |
1913 | 2025-01-28T07:02:01.958Z | Compiling tokio-rustls v0.26.0 |
1914 | 2025-01-28T07:02:01.960Z | Compiling tokio-rustls v0.25.0 |
1915 | 2025-01-28T07:02:02.400Z | Compiling toml v0.8.19 |
1916 | 2025-01-28T07:02:02.424Z | Compiling tokio-native-tls v0.3.1 |
1917 | 2025-01-28T07:02:02.858Z | Compiling hickory-proto v0.24.2 |
1918 | 2025-01-28T07:02:03.037Z | Compiling phf_shared v0.11.2 |
1919 | 2025-01-28T07:02:03.393Z | Compiling strum_macros v0.25.3 |
1920 | 2025-01-28T07:02:03.994Z | Compiling async-stream v0.3.6 |
1921 | 2025-01-28T07:02:04.071Z | Compiling waitgroup v0.1.2 |
1922 | 2025-01-28T07:02:04.265Z | Compiling webpki-roots v0.26.6 |
1923 | 2025-01-28T07:02:04.488Z | Compiling terminal_size v0.4.0 |
1924 | 2025-01-28T07:02:04.609Z | Compiling serde_path_to_error v0.1.16 |
1925 | 2025-01-28T07:02:04.682Z | Compiling hkdf v0.12.4 |
1926 | 2025-01-28T07:02:04.912Z | Compiling crypto-bigint v0.5.5 |
1927 | 2025-01-28T07:02:05.333Z | Compiling derive-where v1.2.7 |
1928 | 2025-01-28T07:02:05.357Z | Compiling serde_repr v0.1.19 |
1929 | 2025-01-28T07:02:06.436Z | Compiling clap_derive v4.5.24 |
1930 | 2025-01-28T07:02:06.758Z | Compiling hostname v0.4.0 |
1931 | 2025-01-28T07:02:06.982Z | Compiling crc32fast v1.4.2 |
1932 | 2025-01-28T07:02:07.517Z | Compiling unicode-width v0.2.0 |
1933 | 2025-01-28T07:02:08.264Z | Compiling debug-ignore v1.0.5 |
1934 | 2025-01-28T07:02:08.267Z | Compiling clap_lex v0.7.4 |
1935 | 2025-01-28T07:02:08.267Z | Compiling bitflags v1.3.2 |
1936 | 2025-01-28T07:02:08.267Z | Compiling managed v0.8.0 |
1937 | 2025-01-28T07:02:09.495Z | Compiling clap_builder v4.5.27 |
1938 | 2025-01-28T07:02:10.605Z | Compiling hickory-resolver v0.24.2 |
1939 | 2025-01-28T07:02:11.221Z | Compiling console v0.15.10 |
1940 | 2025-01-28T07:02:11.344Z | Compiling elliptic-curve v0.13.8 |
1941 | 2025-01-28T07:02:12.395Z | Compiling flate2 v1.0.35 |
1942 | 2025-01-28T07:02:13.247Z | Compiling hyper-rustls v0.27.3 |
1943 | 2025-01-28T07:02:15.865Z | Compiling phf v0.11.2 |
1944 | 2025-01-28T07:02:16.152Z | Compiling hyper-tls v0.6.0 |
1945 | 2025-01-28T07:02:16.672Z | Compiling typify-impl v0.2.0 |
1946 | 2025-01-28T07:02:16.779Z | Compiling signal-hook-mio v0.2.4 |
1947 | 2025-01-28T07:02:16.867Z | Compiling rayon v1.10.0 |
1948 | 2025-01-28T07:02:16.953Z | Compiling bzip2 v0.4.4 |
1949 | 2025-01-28T07:02:17.330Z | Compiling cookie_store v0.21.1 |
1950 | 2025-01-28T07:02:18.545Z | Compiling tokio-tungstenite v0.24.0 |
1951 | 2025-01-28T07:02:18.658Z | Compiling postgres-types v0.2.8 |
1952 | 2025-01-28T07:02:21.167Z | Compiling zerocopy v0.6.6 |
1953 | 2025-01-28T07:02:21.898Z | Compiling ed25519 v2.2.3 |
1954 | 2025-01-28T07:02:21.933Z | Compiling hubpack v0.1.2 |
1955 | 2025-01-28T07:02:22.005Z | Compiling phf_shared v0.10.0 |
1956 | 2025-01-28T07:02:22.372Z | Compiling pkcs1 v0.7.5 |
1957 | 2025-01-28T07:02:22.411Z | Compiling tokio-stream v0.1.16 |
1958 | 2025-01-28T07:02:23.269Z | Compiling ipnetwork v0.20.0 |
1959 | 2025-01-28T07:02:23.496Z | Compiling serde-big-array v0.5.1 |
1960 | 2025-01-28T07:02:23.593Z | Compiling rfc6979 v0.4.0 |
1961 | 2025-01-28T07:02:23.743Z | Compiling float-cmp v0.9.0 |
1962 | 2025-01-28T07:02:23.802Z | Compiling sync_wrapper v1.0.1 |
1963 | 2025-01-28T07:02:23.989Z | Compiling bstr v1.10.0 |
1964 | 2025-01-28T07:02:25.471Z | Compiling difflib v0.4.0 |
1965 | 2025-01-28T07:02:25.488Z | Compiling fixedbitset v0.4.2 |
1966 | 2025-01-28T07:02:25.901Z | Compiling unicode-segmentation v1.12.0 |
1967 | 2025-01-28T07:02:26.566Z | Compiling number_prefix v0.4.0 |
1968 | 2025-01-28T07:02:26.736Z | Compiling predicates-core v1.0.8 |
1969 | 2025-01-28T07:02:26.810Z | Compiling bit-vec v0.6.3 |
1970 | 2025-01-28T07:02:27.009Z | Compiling normalize-line-endings v0.3.0 |
1971 | 2025-01-28T07:02:27.029Z | Compiling precomputed-hash v0.1.1 |
1972 | 2025-01-28T07:02:27.113Z | Compiling new_debug_unreachable v1.0.6 |
1973 | 2025-01-28T07:02:27.140Z | Compiling whoami v1.5.2 |
1974 | 2025-01-28T07:02:27.157Z | Compiling static_assertions v1.1.0 |
1975 | 2025-01-28T07:02:27.159Z | Compiling predicates v3.1.2 |
1976 | 2025-01-28T07:02:27.213Z | Compiling string_cache v0.8.7 |
1977 | 2025-01-28T07:02:27.275Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2025-01-28T07:02:27.638Z | Compiling tokio-postgres v0.7.12 |
1979 | 2025-01-28T07:02:27.638Z | Compiling bit-set v0.5.3 |
1980 | 2025-01-28T07:02:27.961Z | Compiling typify-macro v0.2.0 |
1981 | 2025-01-28T07:02:28.492Z | Compiling reqwest v0.12.9 |
1982 | 2025-01-28T07:02:28.981Z | Compiling indicatif v0.17.9 |
1983 | 2025-01-28T07:02:29.098Z | Compiling similar v2.6.0 |
1984 | 2025-01-28T07:02:30.723Z | Compiling petgraph v0.6.5 |
1985 | 2025-01-28T07:02:32.924Z | Compiling ecdsa v0.16.9 |
1986 | 2025-01-28T07:02:33.416Z | Compiling qorb v0.2.1 |
1987 | 2025-01-28T07:02:34.129Z | Compiling rsa v0.9.6 |
1988 | 2025-01-28T07:02:34.554Z | Compiling ed25519-dalek v2.1.1 |
1989 | 2025-01-28T07:02:35.594Z | Compiling zip v0.6.6 |
1990 | 2025-01-28T07:02:35.696Z | Compiling crossterm v0.28.1 |
1991 | 2025-01-28T07:02:35.840Z | Compiling clap v4.5.27 |
1992 | 2025-01-28T07:02:38.290Z | Compiling toml v0.7.8 |
1993 | 2025-01-28T07:02:38.593Z | Compiling x509-cert v0.2.5 |
1994 | 2025-01-28T07:02:39.338Z | Compiling hex v0.4.3 |
1995 | 2025-01-28T07:02:40.006Z | Compiling itertools v0.10.5 |
1996 | 2025-01-28T07:02:40.599Z | Compiling zerocopy v0.8.10 |
1997 | 2025-01-28T07:02:40.944Z | Compiling lalrpop-util v0.19.12 |
1998 | 2025-01-28T07:02:41.074Z | Compiling peg-runtime v0.8.3 |
1999 | 2025-01-28T07:02:41.311Z | Compiling unicode-xid v0.2.6 |
2000 | 2025-01-28T07:02:42.685Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2001 | 2025-01-28T07:02:47.227Z | Compiling proc-macro-crate v1.3.1 |
2002 | 2025-01-28T07:02:48.100Z | Compiling macaddr v1.0.1 |
2003 | 2025-01-28T07:02:48.257Z | Compiling zerocopy-derive v0.8.10 |
2004 | 2025-01-28T07:02:48.416Z | Compiling itertools v0.13.0 |
2005 | 2025-01-28T07:02:49.360Z | Compiling heapless v0.8.0 |
2006 | 2025-01-28T07:02:51.338Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2025-01-28T07:02:57.380Z | Compiling num_enum_derive v0.5.11 |
2008 | 2025-01-28T07:03:04.198Z | Compiling hash32 v0.3.1 |
2009 | 2025-01-28T07:03:05.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2010 | 2025-01-28T07:03:06.292Z | Compiling smoltcp v0.11.0 |
2011 | 2025-01-28T07:03:10.560Z | Compiling num_enum v0.5.11 |
2012 | 2025-01-28T07:03:10.592Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2013 | 2025-01-28T07:03:11.260Z | Compiling typify v0.2.0 |
2014 | 2025-01-28T07:03:11.406Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2015 | 2025-01-28T07:03:12.507Z | Compiling proc-macro-error-attr v1.0.4 |
2016 | 2025-01-28T07:03:12.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2017 | 2025-01-28T07:03:12.834Z | Compiling cobs v0.2.3 |
2018 | 2025-01-28T07:03:13.121Z | Compiling unsafe-libyaml v0.2.11 |
2019 | 2025-01-28T07:03:13.986Z | Compiling thiserror v2.0.11 |
2020 | 2025-01-28T07:03:14.801Z | Compiling serde_yaml v0.9.34+deprecated |
2021 | 2025-01-28T07:03:15.183Z | Compiling postcard v1.0.10 |
2022 | 2025-01-28T07:03:28.770Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2023 | 2025-01-28T07:03:29.372Z | Compiling progenitor-impl v0.8.0 |
2024 | 2025-01-28T07:03:40.734Z | Compiling strum_macros v0.26.4 |
2025 | 2025-01-28T07:03:41.547Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2025-01-28T07:03:41.605Z | Compiling structmeta-derive v0.3.0 |
2027 | 2025-01-28T07:03:42.058Z | Compiling thiserror-impl v2.0.11 |
2028 | 2025-01-28T07:03:42.130Z | Compiling proc-macro-error v1.0.4 |
2029 | 2025-01-28T07:03:42.369Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2025-01-28T07:03:43.832Z | Compiling unicode-width v0.1.14 |
2031 | 2025-01-28T07:03:44.003Z | Compiling foreign-types-shared v0.3.1 |
2032 | 2025-01-28T07:03:44.006Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2025-01-28T07:03:44.486Z | Compiling tabwriter v1.4.0 |
2034 | 2025-01-28T07:03:44.854Z | Compiling strum v0.26.3 |
2035 | 2025-01-28T07:03:45.034Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2025-01-28T07:03:45.068Z | Compiling foreign-types v0.5.0 |
2037 | 2025-01-28T07:03:45.233Z | Compiling structmeta v0.3.0 |
2038 | 2025-01-28T07:03:53.265Z | Compiling progenitor-macro v0.8.0 |
2039 | 2025-01-28T07:03:57.062Z | Compiling progenitor-client v0.8.0 |
2040 | 2025-01-28T07:04:00.715Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2041 | 2025-01-28T07:04:01.966Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2042 | 2025-01-28T07:04:02.454Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2025-01-28T07:04:02.770Z | Compiling cstr-argument v0.1.2 |
2044 | 2025-01-28T07:04:03.071Z | Compiling dropshot v0.15.1 |
2045 | 2025-01-28T07:04:03.302Z | Compiling crucible-workspace-hack v0.1.0 |
2046 | 2025-01-28T07:04:03.400Z | Compiling fastrand v2.1.1 |
2047 | 2025-01-28T07:04:03.616Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2048 | 2025-01-28T07:04:04.038Z | Compiling pretty-hex v0.2.1 |
2049 | 2025-01-28T07:04:04.283Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2025-01-28T07:04:04.642Z | Compiling progenitor v0.8.0 |
2051 | 2025-01-28T07:04:04.724Z | Compiling tempfile v3.13.0 |
2052 | 2025-01-28T07:04:04.870Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2025-01-28T07:04:05.108Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2054 | 2025-01-28T07:04:05.182Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2055 | 2025-01-28T07:04:05.851Z | Compiling parse-display-derive v0.10.0 |
2056 | 2025-01-28T07:04:05.885Z | Compiling colored v2.1.0 |
2057 | 2025-01-28T07:04:06.365Z | Compiling serde_with_macros v3.11.0 |
2058 | 2025-01-28T07:04:06.879Z | Compiling dropshot_endpoint v0.15.1 |
2059 | 2025-01-28T07:04:07.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2025-01-28T07:04:07.851Z | Compiling instant v0.1.13 |
2061 | 2025-01-28T07:04:08.041Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2062 | 2025-01-28T07:04:08.447Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2025-01-28T07:04:08.739Z | Compiling serde_with v3.11.0 |
2064 | 2025-01-28T07:04:08.940Z | Compiling backoff v0.4.0 |
2065 | 2025-01-28T07:04:09.329Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-01-28T07:04:09.461Z | Compiling parse-display v0.10.0 |
2067 | 2025-01-28T07:04:11.291Z | Compiling zone_cfg_derive v0.3.0 |
2068 | 2025-01-28T07:04:11.368Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2069 | 2025-01-28T07:04:12.070Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2070 | 2025-01-28T07:04:12.318Z | Compiling camino-tempfile v1.1.1 |
2071 | 2025-01-28T07:04:12.638Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2072 | 2025-01-28T07:04:12.771Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2073 | 2025-01-28T07:04:12.811Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2074 | 2025-01-28T07:04:13.018Z | Compiling regress v0.9.1 |
2075 | 2025-01-28T07:04:13.059Z | Compiling progenitor-client v0.9.1 |
2076 | 2025-01-28T07:04:13.238Z | Compiling num-derive v0.4.2 |
2077 | 2025-01-28T07:04:13.994Z | Compiling sigpipe v0.1.3 |
2078 | 2025-01-28T07:04:14.149Z | Compiling libefi-sys v0.1.0 |
2079 | 2025-01-28T07:04:14.459Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2080 | 2025-01-28T07:04:14.837Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2081 | 2025-01-28T07:04:15.392Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2082 | 2025-01-28T07:04:16.936Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2083 | 2025-01-28T07:04:17.530Z | Compiling zone v0.3.0 |
2084 | 2025-01-28T07:04:18.008Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2025-01-28T07:04:19.023Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2086 | 2025-01-28T07:04:21.561Z | Compiling smf v0.2.3 |
2087 | 2025-01-28T07:04:22.087Z | Compiling bitfield-struct v0.6.2 |
2088 | 2025-01-28T07:04:22.695Z | Compiling blake3 v1.5.4 |
2089 | 2025-01-28T07:04:23.319Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2090 | 2025-01-28T07:04:23.436Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2025-01-28T07:04:24.162Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2092 | 2025-01-28T07:04:24.328Z | Compiling xattr v1.3.1 |
2093 | 2025-01-28T07:04:24.534Z | Compiling memmap2 v0.9.5 |
2094 | 2025-01-28T07:04:24.563Z | Compiling filetime v0.2.25 |
2095 | 2025-01-28T07:04:24.659Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2025-01-28T07:04:24.799Z | Compiling arrayref v0.3.9 |
2097 | 2025-01-28T07:04:24.923Z | Compiling same-file v1.0.6 |
2098 | 2025-01-28T07:04:24.949Z | Compiling arrayvec v0.7.6 |
2099 | 2025-01-28T07:04:25.094Z | Compiling constant_time_eq v0.3.1 |
2100 | 2025-01-28T07:04:25.217Z | Compiling walkdir v2.5.0 |
2101 | 2025-01-28T07:04:25.284Z | Compiling tar v0.4.42 |
2102 | 2025-01-28T07:04:25.287Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2025-01-28T07:04:26.780Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2104 | 2025-01-28T07:04:27.195Z | Compiling gethostname v0.5.0 |
2105 | 2025-01-28T07:04:27.443Z | Compiling cargo-platform v0.1.8 |
2106 | 2025-01-28T07:04:28.011Z | Compiling topological-sort v0.2.2 |
2107 | 2025-01-28T07:04:28.079Z | Compiling cargo_metadata v0.18.1 |
2108 | 2025-01-28T07:04:28.309Z | Compiling omicron-zone-package v0.12.0 |
2109 | 2025-01-28T07:04:28.513Z | Compiling shell-words v1.1.0 |
2110 | 2025-01-28T07:04:29.069Z | Compiling indent_write v2.2.0 |
2111 | 2025-01-28T07:04:35.563Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2112 | 2025-01-28T07:04:37.630Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2113 | 2025-01-28T07:04:44.404Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2114 | 2025-01-28T07:04:58.891Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2115 | 2025-01-28T07:04:59.058Z | Running `target/release/omicron-package -t test target create -p dev` |
2116 | 2025-01-28T07:04:59.108Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2117 | 2025-01-28T07:04:59.111Z | Created new build target 'test' and set it as active |
2118 | 2025-01-28T07:04:59.111Z | |
2119 | 2025-01-28T07:04:59.111Z | real 5:13.919443413 |
2120 | 2025-01-28T07:04:59.111Z | user 36:35.556837041 |
2121 | 2025-01-28T07:04:59.112Z | sys 3:21.929156384 |
2122 | 2025-01-28T07:04:59.112Z | trap 1.146705558 |
2123 | 2025-01-28T07:04:59.112Z | tflt 2.686880611 |
2124 | 2025-01-28T07:04:59.112Z | dflt 0.592151019 |
2125 | 2025-01-28T07:04:59.112Z | kflt 0.009392232 |
2126 | 2025-01-28T07:04:59.112Z | lock 1:12:50.039921111 |
2127 | 2025-01-28T07:04:59.112Z | slp 2:26:32.822940336 |
2128 | 2025-01-28T07:04:59.112Z | lat 2:46.761268427 |
2129 | 2025-01-28T07:04:59.112Z | stop 4:50.558905106 |
2130 | 2025-01-28T07:04:59.112Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2131 | 2025-01-28T07:05:00.080Z | Finished `release` profile [optimized] target(s) in 0.91s |
2132 | 2025-01-28T07:05:00.141Z | Running `target/release/omicron-package -t test package` |
2133 | 2025-01-28T07:05:00.186Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2134 | 2025-01-28T07:05:01.348Z | Compiling thiserror v2.0.11 |
2135 | 2025-01-28T07:05:01.483Z | Compiling typify-impl v0.3.0 |
2136 | 2025-01-28T07:05:01.497Z | Compiling convert_case v0.4.0 |
2137 | 2025-01-28T07:05:01.500Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2025-01-28T07:05:01.500Z | Compiling newline-converter v0.3.0 |
2139 | 2025-01-28T07:05:01.500Z | Compiling password-hash v0.5.0 |
2140 | 2025-01-28T07:05:01.511Z | Compiling blake2 v0.10.6 |
2141 | 2025-01-28T07:05:01.543Z | Compiling base64 v0.21.7 |
2142 | 2025-01-28T07:05:01.720Z | Compiling expectorate v1.1.0 |
2143 | 2025-01-28T07:05:01.743Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2144 | 2025-01-28T07:05:02.000Z | Compiling atomicwrites v0.4.4 |
2145 | 2025-01-28T07:05:02.125Z | Compiling derive_more v0.99.18 |
2146 | 2025-01-28T07:05:02.436Z | Compiling argon2 v0.5.3 |
2147 | 2025-01-28T07:05:02.554Z | Compiling owo-colors v4.1.0 |
2148 | 2025-01-28T07:05:02.759Z | Compiling cancel-safe-futures v0.1.5 |
2149 | 2025-01-28T07:05:02.821Z | Compiling num-rational v0.4.2 |
2150 | 2025-01-28T07:05:02.889Z | Compiling progenitor-client v0.9.1 |
2151 | 2025-01-28T07:05:03.154Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2152 | 2025-01-28T07:05:03.414Z | Compiling num-complex v0.4.6 |
2153 | 2025-01-28T07:05:04.389Z | Compiling num v0.4.3 |
2154 | 2025-01-28T07:05:04.518Z | Compiling libsw v3.3.1 |
2155 | 2025-01-28T07:05:04.585Z | Compiling linear-map v1.2.0 |
2156 | 2025-01-28T07:05:04.820Z | Compiling float-ord v0.3.2 |
2157 | 2025-01-28T07:05:04.864Z | Compiling swrite v0.1.0 |
2158 | 2025-01-28T07:05:05.011Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2159 | 2025-01-28T07:05:05.031Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2160 | 2025-01-28T07:05:05.034Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2161 | 2025-01-28T07:05:05.239Z | Compiling highway v1.2.0 |
2162 | 2025-01-28T07:05:06.142Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2163 | 2025-01-28T07:05:06.691Z | Compiling semver v0.1.20 |
2164 | 2025-01-28T07:05:07.299Z | Compiling rustc_version v0.1.7 |
2165 | 2025-01-28T07:05:07.709Z | Compiling newtype_derive v0.1.6 |
2166 | 2025-01-28T07:05:07.976Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2025-01-28T07:05:08.026Z | Compiling tungstenite v0.21.0 |
2168 | 2025-01-28T07:05:12.542Z | Compiling typify-macro v0.3.0 |
2169 | 2025-01-28T07:05:12.595Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2025-01-28T07:05:12.957Z | Compiling ipnetwork v0.20.0 |
2171 | 2025-01-28T07:05:13.700Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2172 | 2025-01-28T07:05:14.008Z | Compiling tokio-tungstenite v0.21.0 |
2173 | 2025-01-28T07:05:14.208Z | Compiling progenitor-client v0.8.0 |
2174 | 2025-01-28T07:05:14.344Z | Compiling humantime v2.1.0 |
2175 | 2025-01-28T07:05:14.642Z | Compiling progenitor v0.8.0 |
2176 | 2025-01-28T07:05:14.832Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2177 | 2025-01-28T07:05:14.870Z | Compiling dropshot v0.15.1 |
2178 | 2025-01-28T07:05:14.948Z | Compiling instant v0.1.13 |
2179 | 2025-01-28T07:05:15.119Z | Compiling backoff v0.4.0 |
2180 | 2025-01-28T07:05:15.465Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2181 | 2025-01-28T07:05:15.707Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2182 | 2025-01-28T07:05:15.843Z | Compiling typify v0.3.0 |
2183 | 2025-01-28T07:05:16.012Z | Compiling progenitor-impl v0.9.1 |
2184 | 2025-01-28T07:05:22.057Z | Compiling progenitor-macro v0.9.1 |
2185 | 2025-01-28T07:05:22.793Z | Compiling steno v0.4.1 |
2186 | 2025-01-28T07:05:23.071Z | Compiling parse-display v0.10.0 |
2187 | 2025-01-28T07:05:23.444Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2025-01-28T07:05:23.599Z | Compiling strum v0.26.3 |
2189 | 2025-01-28T07:05:23.638Z | Compiling serde_with v3.11.0 |
2190 | 2025-01-28T07:05:23.811Z | Compiling regress v0.9.1 |
2191 | 2025-01-28T07:05:27.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2025-01-28T07:05:28.393Z | Compiling macaddr v1.0.1 |
2193 | 2025-01-28T07:05:28.648Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2194 | 2025-01-28T07:05:28.851Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2195 | 2025-01-28T07:05:28.947Z | Compiling slog-dtrace v0.3.0 |
2196 | 2025-01-28T07:05:29.457Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2197 | 2025-01-28T07:05:29.477Z | Compiling prettyplease v0.2.25 |
2198 | 2025-01-28T07:05:31.321Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2199 | 2025-01-28T07:05:33.078Z | Compiling progenitor v0.9.1 |
2200 | 2025-01-28T07:05:33.322Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2201 | 2025-01-28T07:05:35.129Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2202 | 2025-01-28T07:05:44.286Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2203 | 2025-01-28T07:05:46.224Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2204 | 2025-01-28T07:05:47.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2205 | 2025-01-28T07:05:48.103Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2206 | 2025-01-28T07:05:48.879Z | Compiling half v2.4.1 |
2207 | 2025-01-28T07:05:49.591Z | Compiling ciborium-io v0.2.2 |
2208 | 2025-01-28T07:05:49.755Z | Compiling ciborium-ll v0.2.2 |
2209 | 2025-01-28T07:05:50.793Z | Compiling ciborium v0.2.2 |
2210 | 2025-01-28T07:05:52.657Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2211 | 2025-01-28T07:05:52.822Z | Compiling display-error-chain v0.2.2 |
2212 | 2025-01-28T07:05:53.061Z | Compiling same-file v1.0.6 |
2213 | 2025-01-28T07:05:53.321Z | Compiling fastrand v2.1.1 |
2214 | 2025-01-28T07:05:53.483Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2025-01-28T07:05:53.815Z | Compiling tempfile v3.13.0 |
2216 | 2025-01-28T07:05:53.835Z | Compiling walkdir v2.5.0 |
2217 | 2025-01-28T07:05:54.463Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2218 | 2025-01-28T07:05:54.560Z | Compiling blake3 v1.5.4 |
2219 | 2025-01-28T07:05:55.245Z | Compiling const_format_proc_macros v0.2.33 |
2220 | 2025-01-28T07:05:57.102Z | Compiling xattr v1.3.1 |
2221 | 2025-01-28T07:05:57.398Z | Compiling memmap2 v0.9.5 |
2222 | 2025-01-28T07:05:57.816Z | Compiling filetime v0.2.25 |
2223 | 2025-01-28T07:05:58.133Z | Compiling arrayref v0.3.9 |
2224 | 2025-01-28T07:05:58.259Z | Compiling constant_time_eq v0.3.1 |
2225 | 2025-01-28T07:05:58.292Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2226 | 2025-01-28T07:05:58.427Z | Compiling maplit v1.0.2 |
2227 | 2025-01-28T07:05:58.519Z | Compiling keccak v0.1.5 |
2228 | 2025-01-28T07:05:58.575Z | Compiling crunchy v0.2.2 |
2229 | 2025-01-28T07:05:58.673Z | Compiling arrayvec v0.7.6 |
2230 | 2025-01-28T07:05:59.096Z | Compiling sha3 v0.10.8 |
2231 | 2025-01-28T07:05:59.659Z | Compiling tar v0.4.42 |
2232 | 2025-01-28T07:05:59.958Z | Compiling const_format v0.2.33 |
2233 | 2025-01-28T07:06:00.060Z | Compiling camino-tempfile v1.1.1 |
2234 | 2025-01-28T07:06:00.491Z | Compiling toolchain_find v0.4.0 |
2235 | 2025-01-28T07:06:00.743Z | Compiling topological-sort v0.2.2 |
2236 | 2025-01-28T07:06:00.996Z | Compiling radium v0.7.0 |
2237 | 2025-01-28T07:06:01.016Z | Compiling tiny-keccak v2.0.2 |
2238 | 2025-01-28T07:06:01.219Z | Compiling omicron-zone-package v0.12.0 |
2239 | 2025-01-28T07:06:01.340Z | Compiling rustfmt-wrapper v0.2.1 |
2240 | 2025-01-28T07:06:01.594Z | Compiling dsl_auto_type v0.1.2 |
2241 | 2025-01-28T07:06:01.769Z | Compiling scheduled-thread-pool v0.2.7 |
2242 | 2025-01-28T07:06:01.890Z | Compiling diesel_table_macro_syntax v0.2.0 |
2243 | 2025-01-28T07:06:02.331Z | Compiling maybe-uninit v2.0.0 |
2244 | 2025-01-28T07:06:02.815Z | Compiling tap v1.0.1 |
2245 | 2025-01-28T07:06:02.933Z | Compiling diesel_derives v2.2.3 |
2246 | 2025-01-28T07:06:03.049Z | Compiling wyz v0.5.1 |
2247 | 2025-01-28T07:06:03.275Z | Compiling r2d2 v0.8.10 |
2248 | 2025-01-28T07:06:03.930Z | Compiling phf_generator v0.11.2 |
2249 | 2025-01-28T07:06:04.135Z | Compiling ascii-canvas v3.0.0 |
2250 | 2025-01-28T07:06:04.252Z | Compiling secrecy v0.8.0 |
2251 | 2025-01-28T07:06:04.522Z | Compiling async-recursion v1.1.1 |
2252 | 2025-01-28T07:06:04.585Z | Compiling ena v0.14.3 |
2253 | 2025-01-28T07:06:04.978Z | Compiling regex-syntax v0.6.29 |
2254 | 2025-01-28T07:06:05.507Z | Compiling crc-catalog v2.4.0 |
2255 | 2025-01-28T07:06:05.680Z | Compiling funty v2.0.0 |
2256 | 2025-01-28T07:06:05.868Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2257 | 2025-01-28T07:06:06.198Z | Compiling arc-swap v1.7.1 |
2258 | 2025-01-28T07:06:06.320Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2259 | 2025-01-28T07:06:06.808Z | Compiling packed_struct v0.10.1 |
2260 | 2025-01-28T07:06:06.880Z | Compiling diff v0.1.13 |
2261 | 2025-01-28T07:06:07.296Z | Compiling slog-scope v4.4.0 |
2262 | 2025-01-28T07:06:07.405Z | Compiling bitvec v1.0.1 |
2263 | 2025-01-28T07:06:08.138Z | Compiling crc v3.2.1 |
2264 | 2025-01-28T07:06:08.373Z | Compiling lalrpop v0.19.12 |
2265 | 2025-01-28T07:06:10.058Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2266 | 2025-01-28T07:06:10.139Z | Compiling phf_codegen v0.11.2 |
2267 | 2025-01-28T07:06:10.500Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2268 | 2025-01-28T07:06:11.521Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2269 | 2025-01-28T07:06:11.668Z | Compiling universal-hash v0.5.1 |
2270 | 2025-01-28T07:06:11.757Z | Compiling thiserror-impl-no-std v2.0.2 |
2271 | 2025-01-28T07:06:11.927Z | Compiling packed_struct_codegen v0.10.1 |
2272 | 2025-01-28T07:06:13.929Z | Compiling diesel v2.2.6 |
2273 | 2025-01-28T07:06:14.186Z | Compiling parse-zoneinfo v0.3.1 |
2274 | 2025-01-28T07:06:14.261Z | Compiling unicase v2.7.0 |
2275 | 2025-01-28T07:06:14.616Z | Compiling indexmap v1.9.3 |
2276 | 2025-01-28T07:06:14.951Z | Compiling ref-cast v1.0.23 |
2277 | 2025-01-28T07:06:15.394Z | Compiling nodrop v0.1.14 |
2278 | 2025-01-28T07:06:15.547Z | Compiling opaque-debug v0.3.1 |
2279 | 2025-01-28T07:06:15.624Z | Compiling array-init v0.0.4 |
2280 | 2025-01-28T07:06:15.668Z | Compiling poly1305 v0.8.0 |
2281 | 2025-01-28T07:06:16.688Z | Compiling chrono-tz-build v0.4.0 |
2282 | 2025-01-28T07:06:17.740Z | Compiling thiserror-no-std v2.0.2 |
2283 | 2025-01-28T07:06:17.900Z | Compiling smallvec v0.6.14 |
2284 | 2025-01-28T07:06:18.993Z | Compiling slog-stdlog v4.1.1 |
2285 | 2025-01-28T07:06:19.822Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2286 | 2025-01-28T07:06:20.126Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2287 | 2025-01-28T07:06:20.429Z | Compiling derive_builder_core v0.20.2 |
2288 | 2025-01-28T07:06:21.160Z | Compiling chacha20 v0.9.1 |
2289 | 2025-01-28T07:06:21.656Z | Compiling headers-core v0.3.0 |
2290 | 2025-01-28T07:06:21.863Z | Compiling aead v0.5.2 |
2291 | 2025-01-28T07:06:22.233Z | Compiling libxml v0.3.3 |
2292 | 2025-01-28T07:06:22.489Z | Compiling ref-cast-impl v1.0.23 |
2293 | 2025-01-28T07:06:22.636Z | Compiling vte_generate_state_changes v0.1.2 |
2294 | 2025-01-28T07:06:23.222Z | Compiling termcolor v1.4.1 |
2295 | 2025-01-28T07:06:23.574Z | Compiling bitfield v0.14.0 |
2296 | 2025-01-28T07:06:23.878Z | Compiling hashbrown v0.12.3 |
2297 | 2025-01-28T07:06:24.304Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2025-01-28T07:06:26.149Z | Compiling env_logger v0.10.2 |
2299 | 2025-01-28T07:06:29.402Z | Compiling vte v0.11.1 |
2300 | 2025-01-28T07:06:30.909Z | Compiling derive_builder_macro v0.20.2 |
2301 | 2025-01-28T07:06:31.269Z | Compiling polar-core v0.27.3 |
2302 | 2025-01-28T07:06:31.717Z | Compiling chacha20poly1305 v0.10.1 |
2303 | 2025-01-28T07:06:31.979Z | Compiling headers v0.4.0 |
2304 | 2025-01-28T07:06:34.738Z | Compiling slog-envlogger v2.2.0 |
2305 | 2025-01-28T07:06:35.419Z | Compiling serde-hex v0.1.0 |
2306 | 2025-01-28T07:06:37.459Z | Compiling vsss-rs v3.3.4 |
2307 | 2025-01-28T07:06:40.444Z | Compiling chrono-tz v0.10.1 |
2308 | 2025-01-28T07:06:41.126Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2309 | 2025-01-28T07:06:41.208Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2025-01-28T07:06:41.562Z | Compiling ron v0.8.1 |
2311 | 2025-01-28T07:06:44.065Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2312 | 2025-01-28T07:06:44.088Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2313 | 2025-01-28T07:06:44.397Z | Compiling hashbrown v0.13.2 |
2314 | 2025-01-28T07:06:45.664Z | Compiling strum_macros v0.24.3 |
2315 | 2025-01-28T07:06:47.201Z | Compiling fxhash v0.2.1 |
2316 | 2025-01-28T07:06:47.474Z | Compiling samael v0.0.17 |
2317 | 2025-01-28T07:06:48.588Z | Compiling bumpalo v3.16.0 |
2318 | 2025-01-28T07:06:48.773Z | Compiling crc-any v2.5.0 |
2319 | 2025-01-28T07:06:49.072Z | Compiling bytecount v0.6.8 |
2320 | 2025-01-28T07:06:49.179Z | Compiling simd-adler32 v0.3.7 |
2321 | 2025-01-28T07:06:49.398Z | Compiling indoc v1.0.9 |
2322 | 2025-01-28T07:06:49.659Z | Compiling lockfree-object-pool v0.1.6 |
2323 | 2025-01-28T07:06:49.977Z | Compiling zip v2.1.3 |
2324 | 2025-01-28T07:06:50.340Z | Compiling zopfli v0.8.1 |
2325 | 2025-01-28T07:06:50.407Z | Compiling papergrid v0.11.0 |
2326 | 2025-01-28T07:06:50.782Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2327 | 2025-01-28T07:06:59.348Z | Compiling object v0.30.4 |
2328 | 2025-01-28T07:06:59.573Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2025-01-28T07:07:03.604Z | Compiling derive_builder v0.20.2 |
2330 | 2025-01-28T07:07:03.836Z | Compiling strip-ansi-escapes v0.2.0 |
2331 | 2025-01-28T07:07:04.833Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2332 | 2025-01-28T07:07:05.142Z | Compiling tabled_derive v0.7.0 |
2333 | 2025-01-28T07:07:05.701Z | Compiling fd-lock v4.0.2 |
2334 | 2025-01-28T07:07:05.953Z | Compiling peg-macros v0.8.4 |
2335 | 2025-01-28T07:07:07.277Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2025-01-28T07:07:08.072Z | Compiling kstat-rs v0.2.4 |
2337 | 2025-01-28T07:07:08.276Z | Compiling impl-trait-for-tuples v0.2.2 |
2338 | 2025-01-28T07:07:08.986Z | Compiling oso-derive v0.27.3 |
2339 | 2025-01-28T07:07:09.135Z | Compiling quick-xml v0.33.0 |
2340 | 2025-01-28T07:07:09.943Z | Compiling diesel-dtrace v0.4.2 |
2341 | 2025-01-28T07:07:10.275Z | Compiling path-slash v0.1.5 |
2342 | 2025-01-28T07:07:10.546Z | Compiling nu-ansi-term v0.50.1 |
2343 | 2025-01-28T07:07:11.667Z | Compiling reedline v0.35.0 |
2344 | 2025-01-28T07:07:11.826Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2345 | 2025-01-28T07:07:14.362Z | Compiling oso v0.27.3 |
2346 | 2025-01-28T07:07:17.260Z | Compiling peg v0.8.4 |
2347 | 2025-01-28T07:07:17.400Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2348 | 2025-01-28T07:07:20.761Z | Compiling tabled v0.15.0 |
2349 | 2025-01-28T07:07:27.152Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2350 | 2025-01-28T07:07:37.720Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2351 | 2025-01-28T07:07:39.617Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2352 | 2025-01-28T07:07:40.636Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2353 | 2025-01-28T07:07:40.909Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2354 | 2025-01-28T07:07:41.242Z | Compiling pem v3.0.4 |
2355 | 2025-01-28T07:07:42.733Z | Compiling bb8 v0.8.5 |
2356 | 2025-01-28T07:07:43.353Z | Compiling bcs v0.1.6 |
2357 | 2025-01-28T07:07:44.181Z | Compiling libz-sys v1.1.20 |
2358 | 2025-01-28T07:07:44.821Z | Compiling termtree v0.5.1 |
2359 | 2025-01-28T07:07:45.097Z | Compiling parking_lot_core v0.8.6 |
2360 | 2025-01-28T07:07:45.700Z | Compiling async-bb8-diesel v0.2.1 |
2361 | 2025-01-28T07:07:46.481Z | Compiling mime_guess v2.0.5 |
2362 | 2025-01-28T07:07:48.257Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2363 | 2025-01-28T07:07:51.214Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2025-01-28T07:07:51.398Z | Compiling buf-list v1.0.3 |
2365 | 2025-01-28T07:07:53.526Z | Compiling nibble_vec v0.1.0 |
2366 | 2025-01-28T07:07:53.794Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2367 | 2025-01-28T07:07:54.582Z | Compiling pin-project-internal v1.1.6 |
2368 | 2025-01-28T07:07:56.143Z | Compiling atty v0.2.14 |
2369 | 2025-01-28T07:07:56.337Z | Compiling endian-type v0.1.2 |
2370 | 2025-01-28T07:07:56.621Z | Compiling salty v0.3.0 |
2371 | 2025-01-28T07:07:57.041Z | Compiling http-range v0.1.5 |
2372 | 2025-01-28T07:07:57.209Z | Compiling pin-project v1.1.6 |
2373 | 2025-01-28T07:07:57.422Z | Compiling radix_trie v0.2.1 |
2374 | 2025-01-28T07:07:58.379Z | Compiling parking_lot v0.11.2 |
2375 | 2025-01-28T07:08:03.349Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2376 | 2025-01-28T07:08:03.767Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2377 | 2025-01-28T07:08:05.944Z | Compiling snafu-derive v0.8.5 |
2378 | 2025-01-28T07:08:08.044Z | Compiling hyper-staticfile v0.10.1 |
2379 | 2025-01-28T07:08:09.893Z | Compiling sled v0.34.7 |
2380 | 2025-01-28T07:08:10.247Z | Compiling snafu v0.8.5 |
2381 | 2025-01-28T07:08:11.108Z | Compiling hickory-client v0.24.2 |
2382 | 2025-01-28T07:08:16.059Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2383 | 2025-01-28T07:08:17.218Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2384 | 2025-01-28T07:08:19.367Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2025-01-28T07:08:39.140Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2386 | 2025-01-28T07:08:40.787Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2387 | 2025-01-28T07:08:41.946Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2388 | 2025-01-28T07:08:43.425Z | Compiling globset v0.4.15 |
2389 | 2025-01-28T07:08:43.494Z | Compiling hickory-server v0.24.2 |
2390 | 2025-01-28T07:08:46.550Z | Compiling olpc-cjson v0.1.4 |
2391 | 2025-01-28T07:08:46.923Z | Compiling primeorder v0.13.6 |
2392 | 2025-01-28T07:08:47.487Z | Compiling castaway v0.2.3 |
2393 | 2025-01-28T07:08:47.698Z | Compiling vergen v8.3.2 |
2394 | 2025-01-28T07:08:47.717Z | Compiling env_filter v0.1.2 |
2395 | 2025-01-28T07:08:48.051Z | Compiling cargo-platform v0.1.8 |
2396 | 2025-01-28T07:08:48.549Z | Compiling serde_plain v1.0.2 |
2397 | 2025-01-28T07:08:48.572Z | Compiling nanorand v0.7.0 |
2398 | 2025-01-28T07:08:49.114Z | Compiling memoffset v0.9.1 |
2399 | 2025-01-28T07:08:49.235Z | Compiling typed-path v0.9.3 |
2400 | 2025-01-28T07:08:49.257Z | Compiling flume v0.11.1 |
2401 | 2025-01-28T07:08:49.652Z | Compiling git2 v0.19.0 |
2402 | 2025-01-28T07:08:49.994Z | Compiling cargo_metadata v0.18.1 |
2403 | 2025-01-28T07:08:50.677Z | Compiling env_logger v0.11.5 |
2404 | 2025-01-28T07:08:52.063Z | Compiling tough v0.19.0 |
2405 | 2025-01-28T07:08:52.984Z | Compiling compact_str v0.8.0 |
2406 | 2025-01-28T07:08:54.757Z | Compiling p384 v0.13.0 |
2407 | 2025-01-28T07:08:55.557Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2025-01-28T07:08:56.291Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2409 | 2025-01-28T07:08:58.018Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2410 | 2025-01-28T07:08:58.720Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2411 | 2025-01-28T07:08:59.875Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2412 | 2025-01-28T07:09:01.630Z | Compiling unicode-truncate v1.1.0 |
2413 | 2025-01-28T07:09:01.937Z | Compiling lru v0.12.5 |
2414 | 2025-01-28T07:09:02.308Z | Compiling rand_seeder v0.3.0 |
2415 | 2025-01-28T07:09:02.778Z | Compiling libsqlite3-sys v0.30.1 |
2416 | 2025-01-28T07:09:03.319Z | Compiling lzma-sys v0.1.20 |
2417 | 2025-01-28T07:09:04.033Z | Compiling instability v0.3.2 |
2418 | 2025-01-28T07:09:04.190Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2419 | 2025-01-28T07:09:04.557Z | Compiling cfg_aliases v0.2.1 |
2420 | 2025-01-28T07:09:04.684Z | Compiling rustls v0.21.12 |
2421 | 2025-01-28T07:09:05.002Z | Compiling cassowary v0.3.0 |
2422 | 2025-01-28T07:09:05.023Z | Compiling parse-size v1.1.0 |
2423 | 2025-01-28T07:09:05.365Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2025-01-28T07:09:06.568Z | Compiling ratatui v0.28.1 |
2425 | 2025-01-28T07:09:06.796Z | Compiling nix v0.29.0 |
2426 | 2025-01-28T07:09:07.758Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2025-01-28T07:09:08.007Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2428 | 2025-01-28T07:09:09.411Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2025-01-28T07:09:10.124Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2025-01-28T07:09:10.887Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2025-01-28T07:09:11.218Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2432 | 2025-01-28T07:09:14.421Z | Compiling rustls-webpki v0.101.7 |
2433 | 2025-01-28T07:09:14.841Z | Compiling sct v0.7.1 |
2434 | 2025-01-28T07:09:15.330Z | Compiling heck v0.3.3 |
2435 | 2025-01-28T07:09:15.697Z | Compiling csv-core v0.1.11 |
2436 | 2025-01-28T07:09:16.598Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2437 | 2025-01-28T07:09:16.959Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2438 | 2025-01-28T07:09:17.314Z | Compiling glob v0.3.1 |
2439 | 2025-01-28T07:09:18.317Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2025-01-28T07:09:18.588Z | Compiling csv v1.3.1 |
2441 | 2025-01-28T07:09:19.359Z | Compiling zone_cfg_derive v0.1.2 |
2442 | 2025-01-28T07:09:20.760Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2443 | 2025-01-28T07:09:25.114Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2444 | 2025-01-28T07:09:25.256Z | Compiling nix v0.27.1 |
2445 | 2025-01-28T07:09:26.425Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2025-01-28T07:09:27.249Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2447 | 2025-01-28T07:09:27.962Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2448 | 2025-01-28T07:09:33.994Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2449 | 2025-01-28T07:09:36.886Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2450 | 2025-01-28T07:09:37.247Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2451 | 2025-01-28T07:09:37.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2025-01-28T07:09:37.953Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2453 | 2025-01-28T07:09:38.279Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2025-01-28T07:09:38.604Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2455 | 2025-01-28T07:09:39.804Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2456 | 2025-01-28T07:09:40.068Z | Compiling tungstenite v0.23.0 |
2457 | 2025-01-28T07:09:40.500Z | Compiling hashlink v0.9.1 |
2458 | 2025-01-28T07:09:41.313Z | Compiling fallible-streaming-iterator v0.1.9 |
2459 | 2025-01-28T07:09:41.334Z | Compiling fallible-iterator v0.3.0 |
2460 | 2025-01-28T07:09:41.624Z | Compiling base64 v0.13.1 |
2461 | 2025-01-28T07:09:42.143Z | Compiling rusqlite v0.32.1 |
2462 | 2025-01-28T07:09:42.393Z | Compiling ron v0.7.1 |
2463 | 2025-01-28T07:09:42.686Z | Compiling tokio-tungstenite v0.23.1 |
2464 | 2025-01-28T07:09:43.309Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2465 | 2025-01-28T07:09:43.996Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2025-01-28T07:09:45.990Z | Compiling xz2 v0.1.7 |
2467 | 2025-01-28T07:09:46.991Z | Compiling tokio-rustls v0.24.1 |
2468 | 2025-01-28T07:09:47.467Z | Compiling zone v0.1.8 |
2469 | 2025-01-28T07:09:51.003Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2025-01-28T07:09:52.317Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2025-01-28T07:09:52.623Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2025-01-28T07:09:55.234Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2473 | 2025-01-28T07:09:56.897Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2474 | 2025-01-28T07:10:04.228Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2475 | 2025-01-28T07:10:05.559Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2476 | 2025-01-28T07:10:08.258Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2477 | 2025-01-28T07:10:08.901Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2025-01-28T07:10:09.150Z | Compiling rustls-pemfile v1.0.4 |
2479 | 2025-01-28T07:10:09.907Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2480 | 2025-01-28T07:10:10.246Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2481 | 2025-01-28T07:10:10.435Z | Compiling signal-hook-tokio v0.3.1 |
2482 | 2025-01-28T07:10:10.647Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2483 | 2025-01-28T07:10:10.683Z | Compiling yasna v0.5.2 |
2484 | 2025-01-28T07:10:13.118Z | Compiling twox-hash v2.1.0 |
2485 | 2025-01-28T07:10:14.029Z | Compiling is_ci v1.2.0 |
2486 | 2025-01-28T07:10:14.170Z | Compiling unicode-linebreak v0.1.5 |
2487 | 2025-01-28T07:10:14.352Z | Compiling smawk v0.3.2 |
2488 | 2025-01-28T07:10:14.645Z | Compiling textwrap v0.16.1 |
2489 | 2025-01-28T07:10:14.760Z | Compiling supports-color v3.0.1 |
2490 | 2025-01-28T07:10:17.766Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2491 | 2025-01-28T07:10:18.110Z | Compiling rcgen v0.12.1 |
2492 | 2025-01-28T07:10:19.590Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2493 | 2025-01-28T07:10:26.171Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2494 | 2025-01-28T07:10:26.379Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2025-01-28T07:10:26.500Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2496 | 2025-01-28T07:10:31.387Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2025-01-28T07:10:40.121Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2498 | 2025-01-28T07:10:42.723Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2499 | 2025-01-28T07:10:44.931Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2500 | 2025-01-28T07:10:45.524Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2501 | 2025-01-28T07:10:55.587Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2502 | 2025-01-28T07:11:02.073Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2503 | 2025-01-28T07:11:02.350Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2504 | 2025-01-28T07:11:02.411Z | Compiling fatfs v0.3.6 |
2505 | 2025-01-28T07:11:04.637Z | Compiling subprocess v0.2.9 |
2506 | 2025-01-28T07:11:05.252Z | Compiling rtoolbox v0.0.2 |
2507 | 2025-01-28T07:11:05.706Z | Compiling assert_matches v1.5.0 |
2508 | 2025-01-28T07:11:09.315Z | Compiling rpassword v7.3.1 |
2509 | 2025-01-28T07:11:09.800Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2510 | 2025-01-28T07:11:12.451Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2511 | 2025-01-28T07:11:12.594Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2512 | 2025-01-28T07:11:17.296Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2513 | 2025-01-28T07:11:19.719Z | Compiling tui-tree-widget v0.22.0 |
2514 | 2025-01-28T07:11:20.206Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2515 | 2025-01-28T07:11:28.271Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2516 | 2025-01-28T07:11:28.609Z | Compiling uzers v0.12.1 |
2517 | 2025-01-28T07:11:31.748Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2518 | 2025-01-28T07:11:33.470Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2519 | 2025-01-28T07:11:35.382Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2520 | 2025-01-28T07:12:05.829Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2025-01-28T07:12:10.994Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2522 | 2025-01-28T07:12:15.821Z | Compiling multimap v0.10.0 |
2523 | 2025-01-28T07:14:35.248Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2524 | 2025-01-28T07:14:45.935Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2525 | 2025-01-28T07:21:39.024Z | Finished `release` profile [optimized] target(s) in 16m 38s |
2526 | 2025-01-28T07:22:42.470Z | |
2527 | 2025-01-28T07:22:42.473Z | real 17:43.342274510 |
2528 | 2025-01-28T07:22:42.473Z | user 2:05:03.261463709 |
2529 | 2025-01-28T07:22:42.473Z | sys 3:16.099857089 |
2530 | 2025-01-28T07:22:42.473Z | trap 3.157312262 |
2531 | 2025-01-28T07:22:42.473Z | tflt 2.889244507 |
2532 | 2025-01-28T07:22:42.473Z | dflt 4.543519794 |
2533 | 2025-01-28T07:22:42.473Z | kflt 0.046617038 |
2534 | 2025-01-28T07:22:42.473Z | lock 7:25:30.145143479 |
2535 | 2025-01-28T07:22:42.473Z | slp 6:25:46.020861719 |
2536 | 2025-01-28T07:22:42.473Z | lat 3:23.192544456 |
2537 | 2025-01-28T07:22:42.473Z | stop 2:48.532674530 |
2538 | 2025-01-28T07:22:42.473Z | + mapfile -t packages |
2539 | 2025-01-28T07:22:42.473Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2540 | 2025-01-28T07:22:43.498Z | Finished `release` profile [optimized] target(s) in 0.97s |
2541 | 2025-01-28T07:22:43.558Z | Running `target/release/omicron-package -t test list-outputs` |
2542 | 2025-01-28T07:22:43.609Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2543 | 2025-01-28T07:22:43.614Z | + ptime -m cargo build --locked --release -p xtask |
2544 | 2025-01-28T07:22:44.186Z | Compiling serde v1.0.217 |
2545 | 2025-01-28T07:22:44.198Z | Compiling rustix v0.38.37 |
2546 | 2025-01-28T07:22:44.198Z | Compiling libc v0.2.169 |
2547 | 2025-01-28T07:22:44.198Z | Compiling serde_json v1.0.135 |
2548 | 2025-01-28T07:22:44.291Z | Compiling syn v2.0.96 |
2549 | 2025-01-28T07:22:44.325Z | Compiling bitflags v2.6.0 |
2550 | 2025-01-28T07:22:44.630Z | Compiling usdt-impl v0.5.0 |
2551 | 2025-01-28T07:22:44.698Z | Compiling syn v1.0.109 |
2552 | 2025-01-28T07:22:44.792Z | Compiling hashbrown v0.15.1 |
2553 | 2025-01-28T07:22:44.809Z | Compiling log v0.4.22 |
2554 | 2025-01-28T07:22:45.100Z | Compiling fs-err v2.11.0 |
2555 | 2025-01-28T07:22:45.265Z | Compiling anyhow v1.0.95 |
2556 | 2025-01-28T07:22:45.411Z | Compiling once_cell v1.20.2 |
2557 | 2025-01-28T07:22:45.583Z | Compiling thread-id v4.2.2 |
2558 | 2025-01-28T07:22:46.035Z | Compiling indexmap v2.7.0 |
2559 | 2025-01-28T07:22:47.008Z | Compiling terminal_size v0.4.0 |
2560 | 2025-01-28T07:22:47.066Z | Compiling tempfile v3.13.0 |
2561 | 2025-01-28T07:22:47.265Z | Compiling clap_builder v4.5.27 |
2562 | 2025-01-28T07:22:48.103Z | Compiling proc-macro-error v1.0.4 |
2563 | 2025-01-28T07:22:48.834Z | Compiling tabled_derive v0.7.0 |
2564 | 2025-01-28T07:22:49.922Z | Compiling tabled v0.15.0 |
2565 | 2025-01-28T07:22:50.674Z | Compiling serde_derive v1.0.217 |
2566 | 2025-01-28T07:22:50.674Z | Compiling thiserror-impl v1.0.69 |
2567 | 2025-01-28T07:22:50.676Z | Compiling zerocopy-derive v0.7.35 |
2568 | 2025-01-28T07:22:50.676Z | Compiling scroll_derive v0.12.0 |
2569 | 2025-01-28T07:22:50.676Z | Compiling clap_derive v4.5.24 |
2570 | 2025-01-28T07:22:52.035Z | Compiling scroll v0.12.0 |
2571 | 2025-01-28T07:22:52.577Z | Compiling zerocopy v0.7.35 |
2572 | 2025-01-28T07:22:52.694Z | Compiling goblin v0.8.2 |
2573 | 2025-01-28T07:22:53.325Z | Compiling thiserror v1.0.69 |
2574 | 2025-01-28T07:22:53.500Z | Compiling pest v2.7.14 |
2575 | 2025-01-28T07:22:56.271Z | Compiling pest_meta v2.7.14 |
2576 | 2025-01-28T07:22:56.591Z | Compiling clap v4.5.27 |
2577 | 2025-01-28T07:22:58.089Z | Compiling pest_generator v2.7.14 |
2578 | 2025-01-28T07:23:00.016Z | Compiling pest_derive v2.7.14 |
2579 | 2025-01-28T07:23:00.838Z | Compiling dtrace-parser v0.2.0 |
2580 | 2025-01-28T07:23:04.720Z | Compiling toml_datetime v0.6.8 |
2581 | 2025-01-28T07:23:05.467Z | Compiling serde_tokenstream v0.2.2 |
2582 | 2025-01-28T07:23:06.032Z | Compiling serde_spanned v0.6.8 |
2583 | 2025-01-28T07:23:06.314Z | Compiling toml_edit v0.22.22 |
2584 | 2025-01-28T07:23:07.865Z | Compiling dof v0.3.0 |
2585 | 2025-01-28T07:23:08.719Z | Compiling camino v1.1.9 |
2586 | 2025-01-28T07:23:09.820Z | Compiling usdt-macro v0.5.0 |
2587 | 2025-01-28T07:23:10.037Z | Compiling toml v0.8.19 |
2588 | 2025-01-28T07:23:10.994Z | Compiling usdt-attr-macro v0.5.0 |
2589 | 2025-01-28T07:23:12.327Z | Compiling semver v1.0.24 |
2590 | 2025-01-28T07:23:13.806Z | Compiling cargo-platform v0.1.8 |
2591 | 2025-01-28T07:23:13.974Z | Compiling usdt v0.5.0 |
2592 | 2025-01-28T07:23:14.867Z | Compiling cargo_metadata v0.18.1 |
2593 | 2025-01-28T07:23:15.389Z | Compiling cargo_toml v0.20.5 |
2594 | 2025-01-28T07:23:16.150Z | Compiling camino-tempfile v1.1.1 |
2595 | 2025-01-28T07:23:16.423Z | Compiling macaddr v1.0.1 |
2596 | 2025-01-28T07:23:27.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2597 | 2025-01-28T07:23:37.731Z | Finished `release` profile [optimized] target(s) in 54.06s |
2598 | 2025-01-28T07:23:37.847Z | |
2599 | 2025-01-28T07:23:37.849Z | real 54.205793466 |
2600 | 2025-01-28T07:23:37.849Z | user 5:39.654181121 |
2601 | 2025-01-28T07:23:37.849Z | sys 18.457945982 |
2602 | 2025-01-28T07:23:37.849Z | trap 0.157265349 |
2603 | 2025-01-28T07:23:37.849Z | tflt 0.240261707 |
2604 | 2025-01-28T07:23:37.849Z | dflt 0.386875895 |
2605 | 2025-01-28T07:23:37.849Z | kflt 0.000001690 |
2606 | 2025-01-28T07:23:37.849Z | lock 10:39.951664606 |
2607 | 2025-01-28T07:23:37.849Z | slp 15:50.149649633 |
2608 | 2025-01-28T07:23:37.850Z | lat 15.354992541 |
2609 | 2025-01-28T07:23:37.850Z | stop 17.922593797 |
2610 | 2025-01-28T07:23:37.850Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2611 | 2025-01-28T07:23:37.850Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2612 | 2025-01-28T07:23:37.850Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2613 | 2025-01-28T07:23:37.850Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2614 | 2025-01-28T07:23:37.850Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2615 | 2025-01-28T07:23:38.727Z | Compiling hashbrown v0.14.5 |
2616 | 2025-01-28T07:23:38.858Z | Compiling thiserror v2.0.11 |
2617 | 2025-01-28T07:23:38.873Z | Compiling thiserror-impl v2.0.11 |
2618 | 2025-01-28T07:23:38.875Z | Compiling ident_case v1.0.1 |
2619 | 2025-01-28T07:23:38.900Z | Compiling unsafe-libyaml v0.2.11 |
2620 | 2025-01-28T07:23:38.915Z | Compiling ipnetwork v0.20.0 |
2621 | 2025-01-28T07:23:38.918Z | Compiling progenitor-client v0.9.1 |
2622 | 2025-01-28T07:23:38.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2623 | 2025-01-28T07:23:39.065Z | Compiling darling_core v0.20.10 |
2624 | 2025-01-28T07:23:39.393Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2625 | 2025-01-28T07:23:39.441Z | Compiling macaddr v1.0.1 |
2626 | 2025-01-28T07:23:39.795Z | Compiling progenitor-client v0.8.0 |
2627 | 2025-01-28T07:23:39.820Z | Compiling instant v0.1.13 |
2628 | 2025-01-28T07:23:39.850Z | Compiling structmeta-derive v0.3.0 |
2629 | 2025-01-28T07:23:39.985Z | Compiling regress v0.10.1 |
2630 | 2025-01-28T07:23:40.005Z | Compiling dropshot v0.15.1 |
2631 | 2025-01-28T07:23:40.111Z | Compiling regress v0.9.1 |
2632 | 2025-01-28T07:23:40.231Z | Compiling serde_yaml v0.9.34+deprecated |
2633 | 2025-01-28T07:23:40.415Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2634 | 2025-01-28T07:23:40.795Z | Compiling dropshot_endpoint v0.15.1 |
2635 | 2025-01-28T07:23:41.715Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2636 | 2025-01-28T07:23:42.331Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2637 | 2025-01-28T07:23:42.523Z | Compiling structmeta v0.3.0 |
2638 | 2025-01-28T07:23:42.622Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2639 | 2025-01-28T07:23:42.982Z | Compiling parse-display-derive v0.10.0 |
2640 | 2025-01-28T07:23:43.097Z | Compiling backoff v0.4.0 |
2641 | 2025-01-28T07:23:43.126Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2642 | 2025-01-28T07:23:43.323Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2025-01-28T07:23:43.474Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2644 | 2025-01-28T07:23:43.669Z | Compiling tempfile v3.13.0 |
2645 | 2025-01-28T07:23:43.910Z | Compiling typify-impl v0.2.0 |
2646 | 2025-01-28T07:23:44.063Z | Compiling proc-macro-crate v1.3.1 |
2647 | 2025-01-28T07:23:44.482Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2648 | 2025-01-28T07:23:44.838Z | Compiling typify-impl v0.3.0 |
2649 | 2025-01-28T07:23:44.892Z | Compiling itertools v0.13.0 |
2650 | 2025-01-28T07:23:45.028Z | Compiling num_enum_derive v0.5.11 |
2651 | 2025-01-28T07:23:45.047Z | Compiling zerocopy v0.8.10 |
2652 | 2025-01-28T07:23:45.172Z | Compiling darling_macro v0.20.10 |
2653 | 2025-01-28T07:23:45.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2025-01-28T07:23:46.113Z | Compiling darling v0.20.10 |
2655 | 2025-01-28T07:23:46.260Z | Compiling serde_with_macros v3.11.0 |
2656 | 2025-01-28T07:23:46.321Z | Compiling foreign-types-macros v0.2.3 |
2657 | 2025-01-28T07:23:47.115Z | Compiling parse-display v0.10.0 |
2658 | 2025-01-28T07:23:47.394Z | Compiling num_enum v0.5.11 |
2659 | 2025-01-28T07:23:47.575Z | Compiling zerocopy-derive v0.8.10 |
2660 | 2025-01-28T07:23:47.596Z | Compiling heapless v0.8.0 |
2661 | 2025-01-28T07:23:47.682Z | Compiling crucible-workspace-hack v0.1.0 |
2662 | 2025-01-28T07:23:47.686Z | Compiling foreign-types-shared v0.3.1 |
2663 | 2025-01-28T07:23:47.909Z | Compiling foreign-types v0.5.0 |
2664 | 2025-01-28T07:23:48.056Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2665 | 2025-01-28T07:23:48.085Z | Compiling proc-macro-error v1.0.4 |
2666 | 2025-01-28T07:23:48.760Z | Compiling camino-tempfile v1.1.1 |
2667 | 2025-01-28T07:23:48.913Z | Compiling serde_with v3.11.0 |
2668 | 2025-01-28T07:23:48.942Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2669 | 2025-01-28T07:23:49.207Z | Compiling hash32 v0.3.1 |
2670 | 2025-01-28T07:23:49.492Z | Compiling cstr-argument v0.1.2 |
2671 | 2025-01-28T07:23:49.763Z | Compiling pretty-hex v0.2.1 |
2672 | 2025-01-28T07:23:49.765Z | Compiling smoltcp v0.11.0 |
2673 | 2025-01-28T07:23:49.996Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2674 | 2025-01-28T07:23:50.370Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2675 | 2025-01-28T07:23:50.489Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2676 | 2025-01-28T07:23:51.136Z | Compiling tabwriter v1.4.0 |
2677 | 2025-01-28T07:23:51.505Z | Compiling colored v2.1.0 |
2678 | 2025-01-28T07:23:51.603Z | Compiling cobs v0.2.3 |
2679 | 2025-01-28T07:23:51.935Z | Compiling postcard v1.0.10 |
2680 | 2025-01-28T07:23:52.343Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2681 | 2025-01-28T07:23:52.595Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2682 | 2025-01-28T07:23:52.746Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2683 | 2025-01-28T07:23:52.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2684 | 2025-01-28T07:23:53.161Z | Compiling smf v0.2.3 |
2685 | 2025-01-28T07:23:53.456Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2686 | 2025-01-28T07:23:53.794Z | Compiling zone_cfg_derive v0.3.0 |
2687 | 2025-01-28T07:23:54.360Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2688 | 2025-01-28T07:23:54.491Z | Compiling num-derive v0.4.2 |
2689 | 2025-01-28T07:23:54.746Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2690 | 2025-01-28T07:23:54.812Z | Compiling sigpipe v0.1.3 |
2691 | 2025-01-28T07:23:54.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2692 | 2025-01-28T07:23:55.191Z | Compiling zone v0.3.0 |
2693 | 2025-01-28T07:23:55.309Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2694 | 2025-01-28T07:23:55.494Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2695 | 2025-01-28T07:23:56.280Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2696 | 2025-01-28T07:23:56.633Z | Compiling universal-hash v0.5.1 |
2697 | 2025-01-28T07:23:56.655Z | Compiling opaque-debug v0.3.1 |
2698 | 2025-01-28T07:23:56.750Z | Compiling tungstenite v0.21.0 |
2699 | 2025-01-28T07:23:56.773Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2700 | 2025-01-28T07:23:56.773Z | Compiling num-rational v0.4.2 |
2701 | 2025-01-28T07:23:56.839Z | Compiling password-hash v0.5.0 |
2702 | 2025-01-28T07:23:57.511Z | Compiling blake2 v0.10.6 |
2703 | 2025-01-28T07:23:57.657Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2704 | 2025-01-28T07:23:57.744Z | Compiling num-complex v0.4.6 |
2705 | 2025-01-28T07:23:57.931Z | Compiling aead v0.5.2 |
2706 | 2025-01-28T07:23:58.341Z | Compiling convert_case v0.4.0 |
2707 | 2025-01-28T07:23:58.361Z | Compiling keccak v0.1.5 |
2708 | 2025-01-28T07:23:58.776Z | Compiling base64 v0.21.7 |
2709 | 2025-01-28T07:23:58.807Z | Compiling sha3 v0.10.8 |
2710 | 2025-01-28T07:23:58.906Z | Compiling num v0.4.3 |
2711 | 2025-01-28T07:23:59.202Z | Compiling derive_more v0.99.18 |
2712 | 2025-01-28T07:23:59.232Z | Compiling typify-macro v0.2.0 |
2713 | 2025-01-28T07:23:59.296Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2714 | 2025-01-28T07:23:59.430Z | Compiling argon2 v0.5.3 |
2715 | 2025-01-28T07:23:59.501Z | Compiling tokio-tungstenite v0.21.0 |
2716 | 2025-01-28T07:23:59.630Z | Compiling poly1305 v0.8.0 |
2717 | 2025-01-28T07:23:59.792Z | Compiling chacha20 v0.9.1 |
2718 | 2025-01-28T07:24:00.092Z | Compiling float-ord v0.3.2 |
2719 | 2025-01-28T07:24:00.274Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2720 | 2025-01-28T07:24:00.297Z | Compiling semver v0.1.20 |
2721 | 2025-01-28T07:24:00.381Z | Compiling typify-macro v0.3.0 |
2722 | 2025-01-28T07:24:00.716Z | Compiling same-file v1.0.6 |
2723 | 2025-01-28T07:24:00.915Z | Compiling walkdir v2.5.0 |
2724 | 2025-01-28T07:24:01.026Z | Compiling rustc_version v0.1.7 |
2725 | 2025-01-28T07:24:01.357Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2726 | 2025-01-28T07:24:01.379Z | Compiling newline-converter v0.3.0 |
2727 | 2025-01-28T07:24:01.517Z | Compiling primeorder v0.13.6 |
2728 | 2025-01-28T07:24:01.572Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2729 | 2025-01-28T07:24:01.598Z | Compiling secrecy v0.8.0 |
2730 | 2025-01-28T07:24:01.866Z | Compiling cancel-safe-futures v0.1.5 |
2731 | 2025-01-28T07:24:02.045Z | Compiling owo-colors v4.1.0 |
2732 | 2025-01-28T07:24:02.112Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2733 | 2025-01-28T07:24:02.186Z | Compiling expectorate v1.1.0 |
2734 | 2025-01-28T07:24:02.269Z | Compiling newtype_derive v0.1.6 |
2735 | 2025-01-28T07:24:02.375Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2736 | 2025-01-28T07:24:02.398Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2737 | 2025-01-28T07:24:02.578Z | Compiling thiserror-impl-no-std v2.0.2 |
2738 | 2025-01-28T07:24:02.616Z | Compiling blake3 v1.5.4 |
2739 | 2025-01-28T07:24:02.695Z | Compiling half v2.4.1 |
2740 | 2025-01-28T07:24:02.938Z | Compiling unicase v2.7.0 |
2741 | 2025-01-28T07:24:03.132Z | Compiling typify v0.2.0 |
2742 | 2025-01-28T07:24:03.265Z | Compiling progenitor-impl v0.8.0 |
2743 | 2025-01-28T07:24:03.288Z | Compiling ciborium-io v0.2.2 |
2744 | 2025-01-28T07:24:03.288Z | Compiling arc-swap v1.7.1 |
2745 | 2025-01-28T07:24:03.450Z | Compiling ciborium-ll v0.2.2 |
2746 | 2025-01-28T07:24:03.670Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2747 | 2025-01-28T07:24:03.830Z | Compiling slog-scope v4.4.0 |
2748 | 2025-01-28T07:24:03.894Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2749 | 2025-01-28T07:24:04.265Z | Compiling typify v0.3.0 |
2750 | 2025-01-28T07:24:04.347Z | Compiling polyval v0.6.2 |
2751 | 2025-01-28T07:24:04.422Z | Compiling progenitor-impl v0.9.1 |
2752 | 2025-01-28T07:24:04.789Z | Compiling atomicwrites v0.4.4 |
2753 | 2025-01-28T07:24:04.792Z | Compiling libsw v3.3.1 |
2754 | 2025-01-28T07:24:05.129Z | Compiling memmap2 v0.9.5 |
2755 | 2025-01-28T07:24:05.131Z | Compiling arrayvec v0.7.6 |
2756 | 2025-01-28T07:24:05.359Z | Compiling thiserror-no-std v2.0.2 |
2757 | 2025-01-28T07:24:05.513Z | Compiling libefi-sys v0.1.0 |
2758 | 2025-01-28T07:24:05.534Z | Compiling arrayref v0.3.9 |
2759 | 2025-01-28T07:24:05.570Z | Compiling linear-map v1.2.0 |
2760 | 2025-01-28T07:24:05.658Z | Compiling indent_write v2.2.0 |
2761 | 2025-01-28T07:24:05.818Z | Compiling constant_time_eq v0.3.1 |
2762 | 2025-01-28T07:24:05.892Z | Compiling parking_lot_core v0.8.6 |
2763 | 2025-01-28T07:24:05.914Z | Compiling salty v0.3.0 |
2764 | 2025-01-28T07:24:05.944Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2765 | 2025-01-28T07:24:06.046Z | Compiling vsss-rs v3.3.4 |
2766 | 2025-01-28T07:24:06.376Z | Compiling ghash v0.5.1 |
2767 | 2025-01-28T07:24:06.569Z | Compiling slog-stdlog v4.1.1 |
2768 | 2025-01-28T07:24:06.594Z | Compiling ciborium v0.2.2 |
2769 | 2025-01-28T07:24:07.368Z | Compiling p384 v0.13.0 |
2770 | 2025-01-28T07:24:07.405Z | Compiling toolchain_find v0.4.0 |
2771 | 2025-01-28T07:24:07.990Z | Compiling chacha20poly1305 v0.10.1 |
2772 | 2025-01-28T07:24:07.993Z | Compiling ctr v0.9.2 |
2773 | 2025-01-28T07:24:08.093Z | Compiling lzma-sys v0.1.20 |
2774 | 2025-01-28T07:24:08.265Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2775 | 2025-01-28T07:24:08.386Z | Compiling bitfield-struct v0.6.2 |
2776 | 2025-01-28T07:24:08.690Z | Compiling slog-dtrace v0.3.0 |
2777 | 2025-01-28T07:24:08.850Z | Compiling highway v1.2.0 |
2778 | 2025-01-28T07:24:09.008Z | Compiling topological-sort v0.2.2 |
2779 | 2025-01-28T07:24:09.240Z | Compiling omicron-zone-package v0.12.0 |
2780 | 2025-01-28T07:24:09.274Z | Compiling aes-gcm v0.10.3 |
2781 | 2025-01-28T07:24:09.603Z | Compiling rustfmt-wrapper v0.2.1 |
2782 | 2025-01-28T07:24:09.606Z | Compiling mime_guess v2.0.5 |
2783 | 2025-01-28T07:24:09.645Z | Compiling slog-envlogger v2.2.0 |
2784 | 2025-01-28T07:24:09.795Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2785 | 2025-01-28T07:24:10.152Z | Compiling steno v0.4.1 |
2786 | 2025-01-28T07:24:10.331Z | Compiling progenitor-macro v0.8.0 |
2787 | 2025-01-28T07:24:10.789Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2788 | 2025-01-28T07:24:10.830Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2789 | 2025-01-28T07:24:10.907Z | Compiling heck v0.3.3 |
2790 | 2025-01-28T07:24:11.295Z | Compiling ssh-encoding v0.2.0 |
2791 | 2025-01-28T07:24:11.327Z | Compiling blowfish v0.9.1 |
2792 | 2025-01-28T07:24:11.406Z | Compiling nibble_vec v0.1.0 |
2793 | 2025-01-28T07:24:11.545Z | Compiling progenitor-macro v0.9.1 |
2794 | 2025-01-28T07:24:11.637Z | Compiling env_filter v0.1.2 |
2795 | 2025-01-28T07:24:11.771Z | Compiling humantime v2.1.0 |
2796 | 2025-01-28T07:24:11.818Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2797 | 2025-01-28T07:24:11.924Z | Compiling endian-type v0.1.2 |
2798 | 2025-01-28T07:24:11.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2799 | 2025-01-28T07:24:12.188Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2800 | 2025-01-28T07:24:12.265Z | Compiling radix_trie v0.2.1 |
2801 | 2025-01-28T07:24:12.287Z | Compiling env_logger v0.11.5 |
2802 | 2025-01-28T07:24:12.336Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2803 | 2025-01-28T07:24:12.521Z | Compiling ssh-cipher v0.2.0 |
2804 | 2025-01-28T07:24:12.933Z | Compiling bcrypt-pbkdf v0.10.0 |
2805 | 2025-01-28T07:24:13.051Z | Compiling zone_cfg_derive v0.1.2 |
2806 | 2025-01-28T07:24:13.568Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2025-01-28T07:24:13.789Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2808 | 2025-01-28T07:24:14.067Z | Compiling parking_lot v0.11.2 |
2809 | 2025-01-28T07:24:14.463Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2810 | 2025-01-28T07:24:14.532Z | Compiling password-hash v0.4.2 |
2811 | 2025-01-28T07:24:14.890Z | Compiling gethostname v0.5.0 |
2812 | 2025-01-28T07:24:14.890Z | Compiling fxhash v0.2.1 |
2813 | 2025-01-28T07:24:14.935Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2814 | 2025-01-28T07:24:14.972Z | Compiling simd-adler32 v0.3.7 |
2815 | 2025-01-28T07:24:15.103Z | Compiling http-range v0.1.5 |
2816 | 2025-01-28T07:24:15.126Z | Compiling zip v2.1.3 |
2817 | 2025-01-28T07:24:15.249Z | Compiling base64 v0.13.1 |
2818 | 2025-01-28T07:24:15.412Z | Compiling lockfree-object-pool v0.1.6 |
2819 | 2025-01-28T07:24:15.434Z | Compiling bumpalo v3.16.0 |
2820 | 2025-01-28T07:24:15.518Z | Compiling sled v0.34.7 |
2821 | 2025-01-28T07:24:15.549Z | Compiling pbkdf2 v0.11.0 |
2822 | 2025-01-28T07:24:15.683Z | Compiling ron v0.7.1 |
2823 | 2025-01-28T07:24:15.822Z | Compiling zopfli v0.8.1 |
2824 | 2025-01-28T07:24:15.900Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2825 | 2025-01-28T07:24:15.928Z | Compiling zone v0.1.8 |
2826 | 2025-01-28T07:24:16.572Z | Compiling xz2 v0.1.7 |
2827 | 2025-01-28T07:24:16.644Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2828 | 2025-01-28T07:24:17.344Z | Compiling ssh-key v0.6.6 |
2829 | 2025-01-28T07:24:17.494Z | Compiling hickory-client v0.24.2 |
2830 | 2025-01-28T07:24:18.119Z | Compiling p256 v0.13.2 |
2831 | 2025-01-28T07:24:18.241Z | Compiling p521 v0.13.3 |
2832 | 2025-01-28T07:24:18.913Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2833 | 2025-01-28T07:24:18.989Z | Compiling hickory-server v0.24.2 |
2834 | 2025-01-28T07:24:19.949Z | Compiling pem v3.0.4 |
2835 | 2025-01-28T07:24:20.576Z | Compiling yasna v0.5.2 |
2836 | 2025-01-28T07:24:20.704Z | Compiling headers-core v0.3.0 |
2837 | 2025-01-28T07:24:20.901Z | Compiling kstat-rs v0.2.4 |
2838 | 2025-01-28T07:24:21.498Z | Compiling nanorand v0.7.0 |
2839 | 2025-01-28T07:24:21.589Z | Compiling atty v0.2.14 |
2840 | 2025-01-28T07:24:21.633Z | Compiling russh-cryptovec v0.7.3 |
2841 | 2025-01-28T07:24:21.771Z | Compiling md5 v0.7.0 |
2842 | 2025-01-28T07:24:21.964Z | Compiling flume v0.11.1 |
2843 | 2025-01-28T07:24:22.020Z | Compiling rcgen v0.12.1 |
2844 | 2025-01-28T07:24:22.162Z | Compiling russh-keys v0.45.0 |
2845 | 2025-01-28T07:24:22.309Z | Compiling headers v0.4.0 |
2846 | 2025-01-28T07:24:23.150Z | Compiling progenitor v0.8.0 |
2847 | 2025-01-28T07:24:23.292Z | Compiling hyper-staticfile v0.10.1 |
2848 | 2025-01-28T07:24:23.393Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2025-01-28T07:24:24.128Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2025-01-28T07:24:24.178Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2851 | 2025-01-28T07:24:24.256Z | Compiling progenitor v0.9.1 |
2852 | 2025-01-28T07:24:24.481Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2853 | 2025-01-28T07:24:24.747Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2854 | 2025-01-28T07:24:25.453Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2025-01-28T07:24:25.571Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2856 | 2025-01-28T07:24:25.955Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2857 | 2025-01-28T07:24:26.191Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2858 | 2025-01-28T07:24:26.994Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2859 | 2025-01-28T07:24:27.558Z | Compiling num-bigint v0.4.6 |
2860 | 2025-01-28T07:24:27.595Z | Compiling des v0.8.1 |
2861 | 2025-01-28T07:24:27.973Z | Compiling subprocess v0.2.9 |
2862 | 2025-01-28T07:24:29.713Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2863 | 2025-01-28T07:24:29.937Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2864 | 2025-01-28T07:24:30.939Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2865 | 2025-01-28T07:24:30.974Z | Compiling hex-literal v0.4.1 |
2866 | 2025-01-28T07:24:31.074Z | Compiling display-error-chain v0.2.2 |
2867 | 2025-01-28T07:24:31.167Z | Compiling russh v0.45.0 |
2868 | 2025-01-28T07:24:31.301Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2869 | 2025-01-28T07:24:31.843Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2870 | 2025-01-28T07:24:35.067Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2871 | 2025-01-28T07:24:35.518Z | Compiling internet-checksum v0.2.1 |
2872 | 2025-01-28T07:24:40.230Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2873 | 2025-01-28T07:24:40.234Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2874 | 2025-01-28T07:24:40.234Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2875 | 2025-01-28T07:24:40.234Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2876 | 2025-01-28T07:24:41.120Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2877 | 2025-01-28T07:24:43.053Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2878 | 2025-01-28T07:24:44.304Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2879 | 2025-01-28T07:24:44.615Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2880 | 2025-01-28T07:24:45.076Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2881 | 2025-01-28T07:24:45.334Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2882 | 2025-01-28T07:24:47.720Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2883 | 2025-01-28T07:24:47.883Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2884 | 2025-01-28T07:24:48.222Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2885 | 2025-01-28T07:24:49.085Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2886 | 2025-01-28T07:24:49.123Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2887 | 2025-01-28T07:24:49.265Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2888 | 2025-01-28T07:24:50.531Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2889 | 2025-01-28T07:24:51.248Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2890 | 2025-01-28T07:24:54.151Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2891 | 2025-01-28T07:24:54.601Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2892 | 2025-01-28T07:24:54.659Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2893 | 2025-01-28T07:24:56.268Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2894 | 2025-01-28T07:24:58.139Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2895 | 2025-01-28T07:24:58.408Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2896 | 2025-01-28T07:25:00.696Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2897 | 2025-01-28T07:25:02.255Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2898 | 2025-01-28T07:25:02.457Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2899 | 2025-01-28T07:25:03.047Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2900 | 2025-01-28T07:25:06.633Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2901 | 2025-01-28T07:25:15.038Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2902 | 2025-01-28T07:25:16.479Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2025-01-28T07:25:37.970Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2904 | 2025-01-28T07:26:00.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2905 | 2025-01-28T07:26:01.050Z | |
2906 | 2025-01-28T07:26:01.053Z | real 2:23.157883287 |
2907 | 2025-01-28T07:26:01.053Z | user 12:13.260834801 |
2908 | 2025-01-28T07:26:01.053Z | sys 1:34.778334727 |
2909 | 2025-01-28T07:26:01.053Z | trap 0.360093430 |
2910 | 2025-01-28T07:26:01.053Z | tflt 0.800229786 |
2911 | 2025-01-28T07:26:01.053Z | dflt 1.171206223 |
2912 | 2025-01-28T07:26:01.053Z | kflt 0.000019608 |
2913 | 2025-01-28T07:26:01.053Z | lock 22:37.145684391 |
2914 | 2025-01-28T07:26:01.053Z | slp 42:10.718413639 |
2915 | 2025-01-28T07:26:01.053Z | lat 37.352318376 |
2916 | 2025-01-28T07:26:01.053Z | stop 1:39.245058613 |
2917 | 2025-01-28T07:26:01.053Z | + mkdir tests |
2918 | 2025-01-28T07:26:01.056Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2919 | 2025-01-28T07:26:01.056Z | + xargs -I '{}' -t cp '{}' tests/ |
2920 | 2025-01-28T07:26:01.097Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-45d67cc5062d0e20 tests/ |
2921 | 2025-01-28T07:26:01.122Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ac7bbbd4da4890b tests/ |
2922 | 2025-01-28T07:26:01.149Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eb6bde0e0bbf4068 tests/ |
2923 | 2025-01-28T07:26:01.175Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2690c229f42f1ac9 tests/ |
2924 | 2025-01-28T07:26:01.461Z | + 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/*) |
2925 | 2025-01-28T07:26:01.463Z | + 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-7ac7bbbd4da4890b tests/commtest-eb6bde0e0bbf4068 tests/dhcp_server-45d67cc5062d0e20 tests/end_to_end_tests-2690c229f42f1ac9 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 |
2926 | 2025-01-28T07:27:15.027Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2927 | 2025-01-28T07:27:15.027Z | a .github/buildomat/ci-env.sh 1K |
2928 | 2025-01-28T07:27:15.027Z | a out/target/test 1K |
2929 | 2025-01-28T07:27:15.027Z | a out/npuzone/npuzone 23144K |
2930 | 2025-01-28T07:27:15.027Z | a package-manifest.toml 34K |
2931 | 2025-01-28T07:27:15.027Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2932 | 2025-01-28T07:27:15.027Z | a target/release/omicron-package 35976K |
2933 | 2025-01-28T07:27:15.027Z | a target/release/xtask 11872K |
2934 | 2025-01-28T07:27:15.027Z | a target/debug/bootstrap 220583K |
2935 | 2025-01-28T07:27:15.027Z | a tests/bootstrap-7ac7bbbd4da4890b 24276K |
2936 | 2025-01-28T07:27:15.027Z | a tests/commtest-eb6bde0e0bbf4068 24769K |
2937 | 2025-01-28T07:27:15.027Z | a tests/dhcp_server-45d67cc5062d0e20 24276K |
2938 | 2025-01-28T07:27:15.027Z | a tests/end_to_end_tests-2690c229f42f1ac9 282706K |
2939 | 2025-01-28T07:27:15.028Z | a out/clickhouse.tar.gz 294235K |
2940 | 2025-01-28T07:27:15.028Z | a out/clickhouse_keeper.tar.gz 281359K |
2941 | 2025-01-28T07:27:15.028Z | a out/clickhouse_server.tar.gz 294203K |
2942 | 2025-01-28T07:27:15.028Z | a out/cockroachdb.tar.gz 134980K |
2943 | 2025-01-28T07:27:15.028Z | a out/crucible-dtrace.tar 99K |
2944 | 2025-01-28T07:27:15.028Z | a out/crucible-pantry-zone.tar.gz 28535K |
2945 | 2025-01-28T07:27:15.028Z | a out/crucible-zone.tar.gz 36822K |
2946 | 2025-01-28T07:27:15.028Z | a out/external-dns.tar.gz 35432K |
2947 | 2025-01-28T07:27:15.028Z | a out/internal-dns.tar.gz 35431K |
2948 | 2025-01-28T07:27:15.028Z | a out/mg-ddm-gz.tar 63075K |
2949 | 2025-01-28T07:27:15.028Z | a out/nexus.tar.gz 99955K |
2950 | 2025-01-28T07:27:15.028Z | a out/ntp.tar.gz 10500K |
2951 | 2025-01-28T07:27:15.028Z | a out/omicron-gateway-softnpu.tar.gz 24093K |
2952 | 2025-01-28T07:27:15.028Z | a out/omicron-sled-agent.tar 113853K |
2953 | 2025-01-28T07:27:15.028Z | a out/overlay.tar.gz 3K |
2954 | 2025-01-28T07:27:15.028Z | a out/oximeter.tar.gz 48361K |
2955 | 2025-01-28T07:27:15.028Z | a out/oxlog.tar 3135K |
2956 | 2025-01-28T07:27:15.028Z | a out/probe.tar.gz 2764K |
2957 | 2025-01-28T07:27:15.028Z | a out/propolis-server.tar.gz 66525K |
2958 | 2025-01-28T07:27:15.028Z | a out/pumpkind-gz.tar 26665K |
2959 | 2025-01-28T07:27:15.028Z | a out/switch-softnpu.tar.gz 237515K |
2960 | 2025-01-28T07:27:15.037Z | |
2961 | 2025-01-28T07:27:15.037Z | real 1:13.564315146 |
2962 | 2025-01-28T07:27:15.037Z | user 1:10.243399735 |
2963 | 2025-01-28T07:27:15.037Z | sys 4.707795837 |
2964 | 2025-01-28T07:27:15.037Z | trap 0.020039119 |
2965 | 2025-01-28T07:27:15.037Z | tflt 0.000000000 |
2966 | 2025-01-28T07:27:15.037Z | dflt 0.000000000 |
2967 | 2025-01-28T07:27:15.037Z | kflt 0.000000000 |
2968 | 2025-01-28T07:27:15.037Z | lock 0.000000000 |
2969 | 2025-01-28T07:27:15.037Z | slp 1:10.018010008 |
2970 | 2025-01-28T07:27:15.037Z | lat 2.134408283 |
2971 | 2025-01-28T07:27:15.037Z | stop 0.000193923 |
2972 | 2025-01-28T07:27:15.038Z | process exited: duration 1918849 ms, exit code 0 |
|
2973 | 2025-01-28T07:27:15.052Z | found 1 output files |
2974 | 2025-01-28T07:27:15.052Z | uploading: /work/package.tar.gz (1903918906 bytes) |
2975 | 2025-01-28T07:27:47.330Z | uploaded: /work/package.tar.gz |