|
|
|
1 | 2024-10-09T21:30:02.699Z | job assigned to worker 01J9SJYWCGGHWT04D18VZ3N7K8 (queued for 1 m 6 s) |
|
2 | 2024-10-09T21:30:10.920Z | starting task 0: "setup" |
3 | 2024-10-09T21:30:10.928Z | ++ uname -s |
4 | 2024-10-09T21:30:10.930Z | + kern=SunOS |
5 | 2024-10-09T21:30:10.930Z | + case "$kern" in |
6 | 2024-10-09T21:30:10.930Z | + groupadd -g 12345 build |
7 | 2024-10-09T21:30:10.932Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-09T21:30:12.943Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-09T21:30:13.024Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-09T21:30:13.027Z | + home_fs=zfs |
11 | 2024-10-09T21:30:13.027Z | + [[ zfs == autofs ]] |
12 | 2024-10-09T21:30:13.027Z | + mkdir -p /home/build |
13 | 2024-10-09T21:30:13.030Z | + chown build:build /home/build /work |
14 | 2024-10-09T21:30:15.030Z | + chmod 0700 /home/build /work |
15 | 2024-10-09T21:30:15.033Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2024-10-09T21:30:15.038Z | starting task 1: "rust-toolchain" |
17 | 2024-10-09T21:30:15.043Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-09T21:30:15.043Z | ' 1.80.1 |
19 | 2024-10-09T21:30:15.043Z | * toolchain channel = "1.80.1" |
20 | 2024-10-09T21:30:15.043Z | * toolchain profile = "default" |
21 | 2024-10-09T21:30:15.043Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-09T21:30:15.043Z | ' default |
23 | 2024-10-09T21:30:15.046Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-09T21:30:15.046Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-09T21:30:15.152Z | info: downloading installer |
26 | 2024-10-09T21:30:16.611Z | info: profile set to 'default' |
27 | 2024-10-09T21:30:16.611Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-09T21:30:16.614Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-09T21:30:16.757Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-09T21:30:16.757Z | info: downloading component 'cargo' |
31 | 2024-10-09T21:30:17.573Z | info: downloading component 'clippy' |
32 | 2024-10-09T21:30:17.863Z | info: downloading component 'rust-docs' |
33 | 2024-10-09T21:30:19.001Z | info: downloading component 'rust-std' |
34 | 2024-10-09T21:30:20.600Z | info: downloading component 'rustc' |
35 | 2024-10-09T21:30:25.050Z | info: downloading component 'rustfmt' |
36 | 2024-10-09T21:30:25.288Z | info: installing component 'cargo' |
37 | 2024-10-09T21:30:26.162Z | info: installing component 'clippy' |
38 | 2024-10-09T21:30:26.547Z | info: installing component 'rust-docs' |
39 | 2024-10-09T21:30:28.250Z | info: installing component 'rust-std' |
40 | 2024-10-09T21:30:29.951Z | info: installing component 'rustc' |
41 | 2024-10-09T21:30:34.378Z | info: installing component 'rustfmt' |
42 | 2024-10-09T21:30:34.736Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-09T21:30:34.736Z | |
44 | 2024-10-09T21:30:34.994Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-09T21:30:34.994Z | |
46 | 2024-10-09T21:30:34.996Z | |
47 | 2024-10-09T21:30:34.997Z | Rust is installed now. Great! |
48 | 2024-10-09T21:30:34.997Z | |
49 | 2024-10-09T21:30:34.997Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-09T21:30:34.997Z | environment variable. This has not been done automatically. |
51 | 2024-10-09T21:30:34.997Z | |
52 | 2024-10-09T21:30:34.997Z | To configure your current shell, you need to source |
53 | 2024-10-09T21:30:34.997Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-09T21:30:34.997Z | |
55 | 2024-10-09T21:30:34.997Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-09T21:30:34.997Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-09T21:30:34.997Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-09T21:30:35.051Z | + rustc --version |
59 | 2024-10-09T21:30:35.119Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-09T21:30:35.123Z | process exited: duration 20081 ms, exit code 0 |
|
61 | 2024-10-09T21:30:35.127Z | starting task 2: "authentication" |
62 | 2024-10-09T21:30:35.148Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-09T21:30:35.152Z | starting task 3: "clone repository" |
64 | 2024-10-09T21:30:35.158Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-09T21:30:35.160Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-09T21:30:37.415Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-09T21:30:44.694Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-09T21:30:44.694Z | + git fetch origin 632346210ca646c818d7aa831a111e033a94b92c |
69 | 2024-10-09T21:30:45.050Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-09T21:30:45.050Z | * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD |
71 | 2024-10-09T21:30:45.061Z | + [[ -n clickhouse-inventory-collection ]] |
72 | 2024-10-09T21:30:45.067Z | ++ git branch --show-current |
73 | 2024-10-09T21:30:45.070Z | + current=main |
74 | 2024-10-09T21:30:45.070Z | + [[ main != clickhouse-inventory-collection ]] |
75 | 2024-10-09T21:30:45.070Z | + git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c |
76 | 2024-10-09T21:30:45.070Z | + git checkout -f clickhouse-inventory-collection |
77 | 2024-10-09T21:30:45.236Z | Switched to branch 'clickhouse-inventory-collection' |
78 | 2024-10-09T21:30:45.239Z | + git reset --hard 632346210ca646c818d7aa831a111e033a94b92c |
79 | 2024-10-09T21:30:45.259Z | HEAD is now at 632346210 Add support for clickhouse keeper inventory collection |
80 | 2024-10-09T21:30:45.262Z | process exited: duration 10106 ms, exit code 0 |
|
81 | 2024-10-09T21:30:45.266Z | starting task 4: "build" |
82 | 2024-10-09T21:30:45.272Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-09T21:30:45.272Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-09T21:30:45.272Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-09T21:30:45.272Z | + cargo --version |
86 | 2024-10-09T21:30:45.331Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-09T21:30:45.333Z | + rustc --version |
88 | 2024-10-09T21:30:45.396Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-09T21:30:45.399Z | + WORK=/work |
90 | 2024-10-09T21:30:45.401Z | + pfexec mkdir -p /work |
91 | 2024-10-09T21:30:45.404Z | + pfexec chown build /work |
92 | 2024-10-09T21:30:45.406Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-10-09T21:31:09.756Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-10-09T21:31:12.934Z | Startup: Caching catalogs ... Done |
95 | 2024-10-09T21:31:18.094Z | Planning: Solver setup ... Done (4.397s) |
96 | 2024-10-09T21:31:18.163Z | Planning: Running solver ... Done (0.069s) |
97 | 2024-10-09T21:31:18.354Z | Planning: Finding local manifests ... Done (0.128s) |
98 | 2024-10-09T21:31:18.384Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-10-09T21:31:18.644Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-10-09T21:31:18.918Z | Planning: Package planning ... Done (0.274s) |
101 | 2024-10-09T21:31:18.976Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-10-09T21:31:19.915Z | Planning: Checking for conflicting actions ... Done (0.931s) |
103 | 2024-10-09T21:31:26.599Z | Planning: Consolidating action changes ... Done (6.690s) |
104 | 2024-10-09T21:31:27.109Z | Planning: Evaluating mediators ... Done (0.509s) |
105 | 2024-10-09T21:31:27.194Z | Planning: Planning completed in 14.17 seconds |
106 | 2024-10-09T21:31:27.557Z | Packages to install: 4 |
107 | 2024-10-09T21:31:27.557Z | Packages to update: 1 |
108 | 2024-10-09T21:31:27.557Z | Mediators to change: 2 |
109 | 2024-10-09T21:31:27.559Z | Services to change: 1 |
110 | 2024-10-09T21:31:27.559Z | Estimated space available: 155.71 GB |
111 | 2024-10-09T21:31:27.559Z | Estimated space to be consumed: 1.56 GB |
112 | 2024-10-09T21:31:27.559Z | Create boot environment: No |
113 | 2024-10-09T21:31:27.559Z | Create backup boot environment: Yes |
114 | 2024-10-09T21:31:27.559Z | Rebuild boot archive: No |
115 | 2024-10-09T21:31:27.559Z | |
116 | 2024-10-09T21:31:27.559Z | Changed mediators: |
117 | 2024-10-09T21:31:27.559Z | mediator clang: |
118 | 2024-10-09T21:31:27.559Z | version: None -> 15 (system default) |
119 | 2024-10-09T21:31:27.559Z | |
120 | 2024-10-09T21:31:27.560Z | mediator llvm: |
121 | 2024-10-09T21:31:27.560Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-10-09T21:31:27.560Z | |
123 | 2024-10-09T21:31:27.560Z | Changed packages: |
124 | 2024-10-09T21:31:27.560Z | helios-dev |
125 | 2024-10-09T21:31:27.560Z | developer/build-essential |
126 | 2024-10-09T21:31:27.560Z | None -> 11-2.0 |
127 | 2024-10-09T21:31:27.560Z | library/libxmlsec1 |
128 | 2024-10-09T21:31:27.560Z | None -> 1.2.35-2.0 |
129 | 2024-10-09T21:31:27.560Z | ooce/developer/clang-15 |
130 | 2024-10-09T21:31:27.560Z | None -> 15.0.7-2.0 |
131 | 2024-10-09T21:31:27.560Z | ooce/developer/llvm-15 |
132 | 2024-10-09T21:31:27.560Z | None -> 15.0.7-2.0 |
133 | 2024-10-09T21:31:27.560Z | package/pkg |
134 | 2024-10-09T21:31:27.560Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-10-09T21:31:27.560Z | |
136 | 2024-10-09T21:31:27.560Z | Services: |
137 | 2024-10-09T21:31:27.560Z | restart_fmri: |
138 | 2024-10-09T21:31:27.560Z | svc:/system/update-man-index:default |
139 | 2024-10-09T21:31:27.560Z | |
140 | 2024-10-09T21:31:27.560Z | Editable files to change: |
141 | 2024-10-09T21:31:27.560Z | Update: |
142 | 2024-10-09T21:31:27.560Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-10-09T21:31:27.866Z | |
144 | 2024-10-09T21:31:27.866Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-10-09T21:31:32.866Z | Download: 591/4281 items 17.6/220.6MB 7% complete (3.6M/s) |
146 | 2024-10-09T21:31:38.642Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (10.0M/s) |
147 | 2024-10-09T21:31:43.646Z | Download: 1714/4281 items 118.0/220.6MB 53% complete (9.9M/s) |
148 | 2024-10-09T21:31:48.647Z | Download: 2756/4281 items 120.9/220.6MB 54% complete (3.8M/s) |
149 | 2024-10-09T21:31:53.649Z | Download: 3375/4281 items 215.0/220.6MB 97% complete (9.7M/s) |
150 | 2024-10-09T21:31:56.383Z | Download: Completed 220.60 MB in 28.51 seconds (7.7M/s) |
151 | 2024-10-09T21:32:04.724Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-10-09T21:32:04.740Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-10-09T21:32:09.786Z | Actions: 4111/5063 actions (Installing new actions) |
154 | 2024-10-09T21:32:10.478Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-10-09T21:32:10.868Z | Actions: Completed 5063 actions in 6.14 seconds. |
156 | 2024-10-09T21:32:11.207Z | Done (0.331s) |
157 | 2024-10-09T21:32:11.210Z | Done (0.000s) |
158 | 2024-10-09T21:32:11.673Z | Done (0.464s) |
159 | 2024-10-09T21:32:18.659Z | Done (6.777s) |
160 | 2024-10-09T21:32:19.053Z | Done (0.316s) |
161 | 2024-10-09T21:32:19.056Z | Done (0.000s) |
162 | 2024-10-09T21:32:19.238Z | Done (0.000s) |
163 | 2024-10-09T21:32:19.927Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-10-09T21:32:20.090Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-10-09T21:32:20.093Z | Planning: Consolidating action changes ... Done |
166 | 2024-10-09T21:32:20.363Z | Planning: Evaluating mediators ... Done |
167 | 2024-10-09T21:32:20.366Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-10-09T21:32:20.402Z | Mediators to change: 2 |
169 | 2024-10-09T21:32:20.402Z | Create boot environment: No |
170 | 2024-10-09T21:32:20.405Z | Create backup boot environment: No |
171 | 2024-10-09T21:32:20.479Z | Done |
172 | 2024-10-09T21:32:20.479Z | Done |
173 | 2024-10-09T21:32:20.822Z | Done |
174 | 2024-10-09T21:32:24.784Z | Done |
175 | 2024-10-09T21:32:24.887Z | Done |
176 | 2024-10-09T21:32:24.890Z | Done |
177 | 2024-10-09T21:32:24.994Z | Done |
178 | 2024-10-09T21:32:25.620Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-10-09T21:32:25.622Z | Planning: Merging actions ... Done |
180 | 2024-10-09T21:32:25.825Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-10-09T21:32:25.828Z | Planning: Consolidating action changes ... Done |
182 | 2024-10-09T21:32:26.109Z | Planning: Evaluating mediators ... Done |
183 | 2024-10-09T21:32:26.168Z | Planning: Planning completed in 0.80 seconds |
184 | 2024-10-09T21:32:26.208Z | Packages to change: 1 |
185 | 2024-10-09T21:32:26.208Z | Mediators to change: 1 |
186 | 2024-10-09T21:32:26.208Z | Services to change: 1 |
187 | 2024-10-09T21:32:26.209Z | Create boot environment: No |
188 | 2024-10-09T21:32:26.211Z | Create backup boot environment: Yes |
189 | 2024-10-09T21:32:28.236Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-10-09T21:32:28.324Z | Actions: Completed 6 actions in 0.09 seconds. |
191 | 2024-10-09T21:32:28.326Z | Done |
192 | 2024-10-09T21:32:28.326Z | Done |
193 | 2024-10-09T21:32:28.420Z | Done |
194 | 2024-10-09T21:32:32.368Z | Done |
195 | 2024-10-09T21:32:32.463Z | Done |
196 | 2024-10-09T21:32:32.465Z | Done |
197 | 2024-10-09T21:32:32.582Z | Done |
198 | 2024-10-09T21:32:33.071Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-10-09T21:32:33.071Z | clang system 15 system |
200 | 2024-10-09T21:32:33.071Z | csh system system illumos |
201 | 2024-10-09T21:32:33.071Z | ctags system system illumos |
202 | 2024-10-09T21:32:33.071Z | gcc vendor 12 vendor |
203 | 2024-10-09T21:32:33.071Z | gcc system 10 system |
204 | 2024-10-09T21:32:33.071Z | gcc system 7 system |
205 | 2024-10-09T21:32:33.071Z | go system 1.20 system |
206 | 2024-10-09T21:32:33.071Z | go system 1.19 system |
207 | 2024-10-09T21:32:33.071Z | llvm system 15 system |
208 | 2024-10-09T21:32:33.071Z | llvm system 14 system |
209 | 2024-10-09T21:32:33.071Z | mariadb system 10.6 system |
210 | 2024-10-09T21:32:33.071Z | mta vendor vendor dma |
211 | 2024-10-09T21:32:33.071Z | openjdk system 17 system |
212 | 2024-10-09T21:32:33.071Z | openjdk system 11 system |
213 | 2024-10-09T21:32:33.071Z | openjdk system 1.8 system |
214 | 2024-10-09T21:32:33.071Z | openssl vendor 3 vendor |
215 | 2024-10-09T21:32:33.071Z | perl system 5.36 system |
216 | 2024-10-09T21:32:33.071Z | postgresql system 15 system |
217 | 2024-10-09T21:32:33.071Z | postgresql system 13 system |
218 | 2024-10-09T21:32:33.071Z | python vendor 3 vendor |
219 | 2024-10-09T21:32:33.071Z | python system 2 system |
220 | 2024-10-09T21:32:33.071Z | python3 system 3.11 system |
221 | 2024-10-09T21:32:33.071Z | ruby system 3.0 system |
222 | 2024-10-09T21:32:33.071Z | words vendor vendor american-english |
223 | 2024-10-09T21:32:33.071Z | words system system australian-english |
224 | 2024-10-09T21:32:33.071Z | words system system british-english |
225 | 2024-10-09T21:32:33.071Z | words system system canadian-english |
226 | 2024-10-09T21:32:33.071Z | words system system french |
227 | 2024-10-09T21:32:33.071Z | words system system italian |
228 | 2024-10-09T21:32:33.071Z | words system system ngerman |
229 | 2024-10-09T21:32:33.071Z | words system system ogerman |
230 | 2024-10-09T21:32:33.071Z | words system system spanish |
231 | 2024-10-09T21:32:33.409Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-10-09T21:32:33.410Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-10-09T21:32:35.555Z | FMRI IFO |
234 | 2024-10-09T21:32:35.555Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-10-09T21:32:35.555Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-10-09T21:32:35.555Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-10-09T21:32:35.556Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-10-09T21:32:36.268Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-10-09T21:32:36.545Z | Updating crates.io index |
249 | 2024-10-09T21:32:36.548Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-10-09T21:32:37.461Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-10-09T21:32:37.711Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-10-09T21:32:38.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-10-09T21:32:38.444Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-10-09T21:32:39.216Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-10-09T21:32:41.420Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-10-09T21:32:42.531Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-10-09T21:32:43.209Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-10-09T21:32:43.451Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-10-09T21:32:43.798Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-10-09T21:32:44.615Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-10-09T21:32:44.910Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
262 | 2024-10-09T21:32:45.290Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
263 | 2024-10-09T21:32:45.634Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-10-09T21:32:46.043Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-10-09T21:32:46.384Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-10-09T21:32:46.678Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-10-09T21:32:46.924Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-10-09T21:32:47.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-10-09T21:32:47.694Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-10-09T21:32:48.312Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-10-09T21:32:48.569Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-10-09T21:32:48.947Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-10-09T21:32:49.501Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-10-09T21:32:49.874Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-10-09T21:32:50.290Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-10-09T21:32:50.682Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-10-09T21:32:50.950Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-10-09T21:32:51.230Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-10-09T21:32:52.707Z | Downloading crates ... |
280 | 2024-10-09T21:32:52.803Z | Downloaded anstream v0.6.14 |
281 | 2024-10-09T21:32:52.807Z | Downloaded clap_lex v0.7.0 |
282 | 2024-10-09T21:32:52.809Z | Downloaded camino v1.1.9 |
283 | 2024-10-09T21:32:52.811Z | Downloaded proc-macro-error-attr v1.0.4 |
284 | 2024-10-09T21:32:52.818Z | Downloaded is_terminal_polyfill v1.70.0 |
285 | 2024-10-09T21:32:52.827Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-10-09T21:32:52.829Z | Downloaded cpufeatures v0.2.12 |
287 | 2024-10-09T21:32:52.831Z | Downloaded cargo-platform v0.1.8 |
288 | 2024-10-09T21:32:52.831Z | Downloaded bytecount v0.6.8 |
289 | 2024-10-09T21:32:52.833Z | Downloaded generic-array v0.14.7 |
290 | 2024-10-09T21:32:52.836Z | Downloaded fnv v1.0.7 |
291 | 2024-10-09T21:32:52.836Z | Downloaded thiserror-impl v1.0.64 |
292 | 2024-10-09T21:32:52.838Z | Downloaded scroll_derive v0.12.0 |
293 | 2024-10-09T21:32:52.838Z | Downloaded errno v0.3.9 |
294 | 2024-10-09T21:32:52.840Z | Downloaded equivalent v1.0.1 |
295 | 2024-10-09T21:32:52.840Z | Downloaded cargo_toml v0.20.5 |
296 | 2024-10-09T21:32:52.842Z | Downloaded toml_datetime v0.6.8 |
297 | 2024-10-09T21:32:52.844Z | Downloaded serde_tokenstream v0.2.2 |
298 | 2024-10-09T21:32:52.844Z | Downloaded plain v0.2.3 |
299 | 2024-10-09T21:32:52.846Z | Downloaded heck v0.5.0 |
300 | 2024-10-09T21:32:52.846Z | Downloaded version_check v0.9.5 |
301 | 2024-10-09T21:32:52.849Z | Downloaded smawk v0.3.2 |
302 | 2024-10-09T21:32:52.851Z | Downloaded pest_generator v2.7.10 |
303 | 2024-10-09T21:32:52.853Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-10-09T21:32:52.855Z | Downloaded strsim v0.11.1 |
305 | 2024-10-09T21:32:52.859Z | Downloaded once_cell v1.19.0 |
306 | 2024-10-09T21:32:52.862Z | Downloaded tempfile v3.13.0 |
307 | 2024-10-09T21:32:52.870Z | Downloaded bitflags v2.6.0 |
308 | 2024-10-09T21:32:52.874Z | Downloaded macaddr v1.0.1 |
309 | 2024-10-09T21:32:52.877Z | Downloaded dof v0.3.0 |
310 | 2024-10-09T21:32:52.877Z | Downloaded typenum v1.17.0 |
311 | 2024-10-09T21:32:52.879Z | Downloaded proc-macro-error v1.0.4 |
312 | 2024-10-09T21:32:52.883Z | Downloaded proc-macro2 v1.0.86 |
313 | 2024-10-09T21:32:52.885Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-10-09T21:32:52.888Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-10-09T21:32:52.888Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-10-09T21:32:52.890Z | Downloaded swrite v0.1.0 |
317 | 2024-10-09T21:32:52.893Z | Downloaded anyhow v1.0.89 |
318 | 2024-10-09T21:32:52.900Z | Downloaded block-buffer v0.10.4 |
319 | 2024-10-09T21:32:52.902Z | Downloaded autocfg v1.3.0 |
320 | 2024-10-09T21:32:52.904Z | Downloaded anstyle-query v1.0.3 |
321 | 2024-10-09T21:32:52.904Z | Downloaded crypto-common v0.1.6 |
322 | 2024-10-09T21:32:52.907Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-10-09T21:32:52.910Z | Downloaded colorchoice v1.0.1 |
324 | 2024-10-09T21:32:52.910Z | Downloaded textwrap v0.16.1 |
325 | 2024-10-09T21:32:52.913Z | Downloaded cfg-if v1.0.0 |
326 | 2024-10-09T21:32:52.913Z | Downloaded ryu v1.0.18 |
327 | 2024-10-09T21:32:52.915Z | Downloaded itoa v1.0.11 |
328 | 2024-10-09T21:32:52.917Z | Downloaded fs-err v2.11.0 |
329 | 2024-10-09T21:32:52.920Z | Downloaded fastrand v2.1.1 |
330 | 2024-10-09T21:32:52.920Z | Downloaded thread-id v4.2.1 |
331 | 2024-10-09T21:32:52.922Z | Downloaded heck v0.4.1 |
332 | 2024-10-09T21:32:52.922Z | Downloaded digest v0.10.7 |
333 | 2024-10-09T21:32:52.924Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-10-09T21:32:52.927Z | Downloaded thiserror v1.0.64 |
335 | 2024-10-09T21:32:52.929Z | Downloaded memmap v0.7.0 |
336 | 2024-10-09T21:32:52.931Z | Downloaded utf8parse v0.2.1 |
337 | 2024-10-09T21:32:52.934Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-10-09T21:32:52.934Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-10-09T21:32:52.936Z | Downloaded serde_spanned v0.6.7 |
340 | 2024-10-09T21:32:52.936Z | Downloaded cargo_metadata v0.18.1 |
341 | 2024-10-09T21:32:52.938Z | Downloaded usdt v0.5.0 |
342 | 2024-10-09T21:32:52.938Z | Downloaded byteorder v1.5.0 |
343 | 2024-10-09T21:32:52.941Z | Downloaded unicode-ident v1.0.13 |
344 | 2024-10-09T21:32:52.943Z | Downloaded serde v1.0.210 |
345 | 2024-10-09T21:32:52.945Z | Downloaded terminal_size v0.3.0 |
346 | 2024-10-09T21:32:52.947Z | Downloaded sha2 v0.10.8 |
347 | 2024-10-09T21:32:52.951Z | Downloaded pest_derive v2.7.10 |
348 | 2024-10-09T21:32:52.954Z | Downloaded scroll v0.12.0 |
349 | 2024-10-09T21:32:52.954Z | Downloaded semver v1.0.23 |
350 | 2024-10-09T21:32:52.956Z | Downloaded quote v1.0.37 |
351 | 2024-10-09T21:32:52.958Z | Downloaded clap_derive v4.5.18 |
352 | 2024-10-09T21:32:52.961Z | Downloaded clap v4.5.18 |
353 | 2024-10-09T21:32:52.967Z | Downloaded anstyle v1.0.8 |
354 | 2024-10-09T21:32:52.969Z | Downloaded ucd-trie v0.1.6 |
355 | 2024-10-09T21:32:52.971Z | Downloaded toml v0.8.19 |
356 | 2024-10-09T21:32:52.974Z | Downloaded pest_meta v2.7.10 |
357 | 2024-10-09T21:32:52.976Z | Downloaded zerocopy-derive v0.7.34 |
358 | 2024-10-09T21:32:52.980Z | Downloaded serde_derive v1.0.210 |
359 | 2024-10-09T21:32:52.983Z | Downloaded papergrid v0.11.0 |
360 | 2024-10-09T21:32:52.987Z | Downloaded log v0.4.22 |
361 | 2024-10-09T21:32:52.990Z | Downloaded memchr v2.7.2 |
362 | 2024-10-09T21:32:53.004Z | Downloaded indexmap v2.5.0 |
363 | 2024-10-09T21:32:53.011Z | Downloaded pest v2.7.10 |
364 | 2024-10-09T21:32:53.016Z | Downloaded toml_edit v0.22.22 |
365 | 2024-10-09T21:32:53.038Z | Downloaded hashbrown v0.14.5 |
366 | 2024-10-09T21:32:53.042Z | Downloaded zerocopy v0.7.34 |
367 | 2024-10-09T21:32:53.058Z | Downloaded tabled v0.15.0 |
368 | 2024-10-09T21:32:53.074Z | Downloaded winnow v0.6.18 |
369 | 2024-10-09T21:32:53.083Z | Downloaded syn v1.0.109 |
370 | 2024-10-09T21:32:53.093Z | Downloaded goblin v0.8.2 |
371 | 2024-10-09T21:32:53.099Z | Downloaded syn v2.0.79 |
372 | 2024-10-09T21:32:53.110Z | Downloaded serde_json v1.0.128 |
373 | 2024-10-09T21:32:53.117Z | Downloaded unicode-width v0.1.13 |
374 | 2024-10-09T21:32:53.124Z | Downloaded rustix v0.38.37 |
375 | 2024-10-09T21:32:53.145Z | Downloaded clap_builder v4.5.18 |
376 | 2024-10-09T21:32:53.151Z | Downloaded libc v0.2.159 |
377 | 2024-10-09T21:32:53.459Z | Compiling proc-macro2 v1.0.86 |
378 | 2024-10-09T21:32:53.462Z | Compiling unicode-ident v1.0.13 |
379 | 2024-10-09T21:32:53.462Z | Compiling serde v1.0.210 |
380 | 2024-10-09T21:32:53.462Z | Compiling version_check v0.9.5 |
381 | 2024-10-09T21:32:53.462Z | Compiling thiserror v1.0.64 |
382 | 2024-10-09T21:32:53.462Z | Compiling memchr v2.7.2 |
383 | 2024-10-09T21:32:53.462Z | Compiling libc v0.2.159 |
384 | 2024-10-09T21:32:53.462Z | Compiling ryu v1.0.18 |
385 | 2024-10-09T21:32:53.724Z | Compiling itoa v1.0.11 |
386 | 2024-10-09T21:32:53.905Z | Compiling ucd-trie v0.1.6 |
387 | 2024-10-09T21:32:53.964Z | Compiling once_cell v1.19.0 |
388 | 2024-10-09T21:32:54.341Z | Compiling byteorder v1.5.0 |
389 | 2024-10-09T21:32:54.442Z | Compiling rustix v0.38.37 |
390 | 2024-10-09T21:32:55.059Z | Compiling serde_json v1.0.128 |
391 | 2024-10-09T21:32:55.406Z | Compiling bitflags v2.6.0 |
392 | 2024-10-09T21:32:55.492Z | Compiling usdt-impl v0.5.0 |
393 | 2024-10-09T21:32:55.533Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-10-09T21:32:55.555Z | Compiling syn v1.0.109 |
395 | 2024-10-09T21:32:55.810Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-10-09T21:32:55.838Z | Compiling utf8parse v0.2.1 |
397 | 2024-10-09T21:32:55.934Z | Compiling equivalent v1.0.1 |
398 | 2024-10-09T21:32:55.987Z | Compiling plain v0.2.3 |
399 | 2024-10-09T21:32:56.049Z | Compiling log v0.4.22 |
400 | 2024-10-09T21:32:56.075Z | Compiling camino v1.1.9 |
401 | 2024-10-09T21:32:56.100Z | Compiling hashbrown v0.14.5 |
402 | 2024-10-09T21:32:56.281Z | Compiling quote v1.0.37 |
403 | 2024-10-09T21:32:56.283Z | Compiling thread-id v4.2.1 |
404 | 2024-10-09T21:32:56.337Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-10-09T21:32:56.447Z | Compiling is_terminal_polyfill v1.70.0 |
406 | 2024-10-09T21:32:56.571Z | Compiling anstyle v1.0.8 |
407 | 2024-10-09T21:32:56.666Z | Compiling semver v1.0.23 |
408 | 2024-10-09T21:32:56.721Z | Compiling syn v2.0.79 |
409 | 2024-10-09T21:32:56.759Z | Compiling errno v0.3.9 |
410 | 2024-10-09T21:32:57.067Z | Compiling autocfg v1.3.0 |
411 | 2024-10-09T21:32:57.123Z | Compiling winnow v0.6.18 |
412 | 2024-10-09T21:32:57.201Z | Compiling pretty-hex v0.4.1 |
413 | 2024-10-09T21:32:57.400Z | Compiling indexmap v2.5.0 |
414 | 2024-10-09T21:32:57.462Z | Compiling unicode-width v0.1.13 |
415 | 2024-10-09T21:32:57.720Z | Compiling colorchoice v1.0.1 |
416 | 2024-10-09T21:32:57.892Z | Compiling anstyle-query v1.0.3 |
417 | 2024-10-09T21:32:58.036Z | Compiling anstream v0.6.14 |
418 | 2024-10-09T21:32:58.114Z | Compiling fs-err v2.11.0 |
419 | 2024-10-09T21:32:58.616Z | Compiling clap_lex v0.7.0 |
420 | 2024-10-09T21:32:58.642Z | Compiling bytecount v0.6.8 |
421 | 2024-10-09T21:32:58.828Z | Compiling anyhow v1.0.89 |
422 | 2024-10-09T21:32:58.855Z | Compiling heck v0.4.1 |
423 | 2024-10-09T21:32:58.881Z | Compiling fnv v1.0.7 |
424 | 2024-10-09T21:32:59.021Z | Compiling fastrand v2.1.1 |
425 | 2024-10-09T21:32:59.360Z | Compiling terminal_size v0.3.0 |
426 | 2024-10-09T21:32:59.476Z | Compiling heck v0.5.0 |
427 | 2024-10-09T21:32:59.548Z | Compiling strsim v0.11.1 |
428 | 2024-10-09T21:32:59.571Z | Compiling cfg-if v1.0.0 |
429 | 2024-10-09T21:32:59.671Z | Compiling tempfile v3.13.0 |
430 | 2024-10-09T21:32:59.784Z | Compiling papergrid v0.11.0 |
431 | 2024-10-09T21:33:00.024Z | Compiling clap_builder v4.5.18 |
432 | 2024-10-09T21:33:00.592Z | Compiling memmap v0.7.0 |
433 | 2024-10-09T21:33:00.640Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-10-09T21:33:00.716Z | Compiling smawk v0.3.2 |
435 | 2024-10-09T21:33:01.022Z | Compiling textwrap v0.16.1 |
436 | 2024-10-09T21:33:01.122Z | Compiling swrite v0.1.0 |
437 | 2024-10-09T21:33:02.733Z | Compiling tabled_derive v0.7.0 |
438 | 2024-10-09T21:33:04.268Z | Compiling tabled v0.15.0 |
439 | 2024-10-09T21:33:05.529Z | Compiling serde_derive v1.0.210 |
440 | 2024-10-09T21:33:05.531Z | Compiling thiserror-impl v1.0.64 |
441 | 2024-10-09T21:33:05.531Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-10-09T21:33:05.531Z | Compiling scroll_derive v0.12.0 |
443 | 2024-10-09T21:33:05.714Z | Compiling clap_derive v4.5.18 |
444 | 2024-10-09T21:33:06.895Z | Compiling scroll v0.12.0 |
445 | 2024-10-09T21:33:07.328Z | Compiling zerocopy v0.7.34 |
446 | 2024-10-09T21:33:07.361Z | Compiling goblin v0.8.2 |
447 | 2024-10-09T21:33:08.171Z | Compiling pest v2.7.10 |
448 | 2024-10-09T21:33:09.653Z | Compiling clap v4.5.18 |
449 | 2024-10-09T21:33:10.558Z | Compiling pest_meta v2.7.10 |
450 | 2024-10-09T21:33:11.442Z | Compiling pest_generator v2.7.10 |
451 | 2024-10-09T21:33:13.178Z | Compiling pest_derive v2.7.10 |
452 | 2024-10-09T21:33:13.867Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-10-09T21:33:15.892Z | Compiling serde_spanned v0.6.7 |
454 | 2024-10-09T21:33:15.892Z | Compiling toml_datetime v0.6.8 |
455 | 2024-10-09T21:33:15.895Z | Compiling cargo-platform v0.1.8 |
456 | 2024-10-09T21:33:16.283Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-10-09T21:33:16.307Z | Compiling toml_edit v0.22.22 |
458 | 2024-10-09T21:33:16.476Z | Compiling macaddr v1.0.1 |
459 | 2024-10-09T21:33:16.569Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-10-09T21:33:17.359Z | Compiling dof v0.3.0 |
461 | 2024-10-09T21:33:17.359Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-10-09T21:33:19.243Z | Compiling toml v0.8.19 |
463 | 2024-10-09T21:33:19.483Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-10-09T21:33:19.483Z | Compiling usdt-macro v0.5.0 |
465 | 2024-10-09T21:33:20.103Z | Compiling cargo_toml v0.20.5 |
466 | 2024-10-09T21:33:20.929Z | Compiling usdt v0.5.0 |
467 | 2024-10-09T21:33:24.254Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-10-09T21:33:28.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.71s |
469 | 2024-10-09T21:33:29.021Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-10-09T21:33:29.635Z | Downloading crates ... |
471 | 2024-10-09T21:33:29.776Z | Downloaded ciborium-io v0.2.2 |
472 | 2024-10-09T21:33:29.779Z | Downloaded assert_matches v1.5.0 |
473 | 2024-10-09T21:33:29.782Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-10-09T21:33:29.784Z | Downloaded instant v0.1.12 |
475 | 2024-10-09T21:33:29.786Z | Downloaded http-range v0.1.5 |
476 | 2024-10-09T21:33:29.788Z | Downloaded atomicwrites v0.4.4 |
477 | 2024-10-09T21:33:29.791Z | Downloaded crucible-workspace-hack v0.1.0 |
478 | 2024-10-09T21:33:29.795Z | Downloaded arrayref v0.3.7 |
479 | 2024-10-09T21:33:29.797Z | Downloaded aead v0.5.2 |
480 | 2024-10-09T21:33:29.799Z | Downloaded is_ci v1.2.0 |
481 | 2024-10-09T21:33:29.802Z | Downloaded http-body v1.0.0 |
482 | 2024-10-09T21:33:29.802Z | Downloaded adler v1.0.2 |
483 | 2024-10-09T21:33:29.804Z | Downloaded array-init v0.0.4 |
484 | 2024-10-09T21:33:29.806Z | Downloaded bitflags v1.3.2 |
485 | 2024-10-09T21:33:29.808Z | Downloaded hyper-tls v0.6.0 |
486 | 2024-10-09T21:33:29.811Z | Downloaded normalize-line-endings v0.3.0 |
487 | 2024-10-09T21:33:29.813Z | Downloaded cobs v0.2.3 |
488 | 2024-10-09T21:33:29.814Z | Downloaded cipher v0.4.4 |
489 | 2024-10-09T21:33:29.816Z | Downloaded convert_case v0.4.0 |
490 | 2024-10-09T21:33:29.816Z | Downloaded nibble_vec v0.1.0 |
491 | 2024-10-09T21:33:29.818Z | Downloaded lalrpop-util v0.19.12 |
492 | 2024-10-09T21:33:29.821Z | Downloaded instability v0.3.2 |
493 | 2024-10-09T21:33:29.823Z | Downloaded bitfield v0.14.0 |
494 | 2024-10-09T21:33:29.823Z | Downloaded lazycell v1.3.0 |
495 | 2024-10-09T21:33:29.825Z | Downloaded impl-trait-for-tuples v0.2.2 |
496 | 2024-10-09T21:33:29.828Z | Downloaded httpdate v1.0.3 |
497 | 2024-10-09T21:33:29.830Z | Downloaded jobserver v0.1.32 |
498 | 2024-10-09T21:33:29.832Z | Downloaded libsw v3.3.1 |
499 | 2024-10-09T21:33:29.834Z | Downloaded curve25519-dalek-derive v0.1.1 |
500 | 2024-10-09T21:33:29.836Z | Downloaded newtype-uuid v1.1.0 |
501 | 2024-10-09T21:33:29.839Z | Downloaded nodrop v0.1.14 |
502 | 2024-10-09T21:33:29.839Z | Downloaded crossbeam-deque v0.8.5 |
503 | 2024-10-09T21:33:29.841Z | Downloaded mockall v0.13.0 |
504 | 2024-10-09T21:33:29.843Z | Downloaded nanorand v0.7.0 |
505 | 2024-10-09T21:33:29.845Z | Downloaded memoffset v0.9.1 |
506 | 2024-10-09T21:33:29.847Z | Downloaded libloading v0.8.3 |
507 | 2024-10-09T21:33:29.850Z | Downloaded hmac v0.12.1 |
508 | 2024-10-09T21:33:29.852Z | Downloaded indoc v1.0.9 |
509 | 2024-10-09T21:33:29.855Z | Downloaded mime_guess v2.0.4 |
510 | 2024-10-09T21:33:29.857Z | Downloaded memmap2 v0.9.4 |
511 | 2024-10-09T21:33:29.860Z | Downloaded multer v3.1.0 |
512 | 2024-10-09T21:33:29.863Z | Downloaded async-trait v0.1.83 |
513 | 2024-10-09T21:33:29.867Z | Downloaded indexmap v1.9.3 |
514 | 2024-10-09T21:33:29.872Z | Downloaded miniz_oxide v0.8.0 |
515 | 2024-10-09T21:33:29.874Z | Downloaded signal-hook-tokio v0.3.1 |
516 | 2024-10-09T21:33:29.877Z | Downloaded ident_case v1.0.1 |
517 | 2024-10-09T21:33:29.879Z | Downloaded cookie_store v0.21.0 |
518 | 2024-10-09T21:33:29.881Z | Downloaded atomic-waker v1.1.2 |
519 | 2024-10-09T21:33:29.883Z | Downloaded hostname v0.4.0 |
520 | 2024-10-09T21:33:29.883Z | Downloaded crunchy v0.2.2 |
521 | 2024-10-09T21:33:29.886Z | Downloaded cfg_aliases v0.2.1 |
522 | 2024-10-09T21:33:29.887Z | Downloaded async-bb8-diesel v0.2.1 |
523 | 2024-10-09T21:33:29.889Z | Downloaded ahash v0.8.11 |
524 | 2024-10-09T21:33:29.891Z | Downloaded tinyvec_macros v0.1.1 |
525 | 2024-10-09T21:33:29.894Z | Downloaded md5 v0.7.0 |
526 | 2024-10-09T21:33:29.894Z | Downloaded match_cfg v0.1.0 |
527 | 2024-10-09T21:33:29.896Z | Downloaded is-terminal v0.4.12 |
528 | 2024-10-09T21:33:29.896Z | Downloaded addr2line v0.21.0 |
529 | 2024-10-09T21:33:29.899Z | Downloaded const_format_proc_macros v0.2.33 |
530 | 2024-10-09T21:33:29.902Z | Downloaded slog-envlogger v2.2.0 |
531 | 2024-10-09T21:33:29.904Z | Downloaded newtype_derive v0.1.6 |
532 | 2024-10-09T21:33:29.906Z | Downloaded internet-checksum v0.2.1 |
533 | 2024-10-09T21:33:29.906Z | Downloaded bb8 v0.8.5 |
534 | 2024-10-09T21:33:29.909Z | Downloaded async-recursion v1.1.1 |
535 | 2024-10-09T21:33:29.911Z | Downloaded strum v0.26.3 |
536 | 2024-10-09T21:33:29.913Z | Downloaded supports-color v3.0.1 |
537 | 2024-10-09T21:33:29.916Z | Downloaded hubpack v0.1.2 |
538 | 2024-10-09T21:33:29.918Z | Downloaded bcs v0.1.6 |
539 | 2024-10-09T21:33:29.920Z | Downloaded http v0.2.12 |
540 | 2024-10-09T21:33:29.923Z | Downloaded crc-any v2.5.0 |
541 | 2024-10-09T21:33:29.925Z | Downloaded endian-type v0.1.2 |
542 | 2024-10-09T21:33:29.927Z | Downloaded cexpr v0.6.0 |
543 | 2024-10-09T21:33:29.930Z | Downloaded ipnetwork v0.20.0 |
544 | 2024-10-09T21:33:29.932Z | Downloaded lazy_static v1.5.0 |
545 | 2024-10-09T21:33:29.934Z | Downloaded termtree v0.4.1 |
546 | 2024-10-09T21:33:29.934Z | Downloaded crc v3.2.1 |
547 | 2024-10-09T21:33:29.937Z | Downloaded want v0.3.1 |
548 | 2024-10-09T21:33:29.939Z | Downloaded foreign-types-macros v0.2.3 |
549 | 2024-10-09T21:33:29.939Z | Downloaded keccak v0.1.5 |
550 | 2024-10-09T21:33:29.942Z | Downloaded linear-map v1.2.0 |
551 | 2024-10-09T21:33:29.944Z | Downloaded crc-catalog v2.4.0 |
552 | 2024-10-09T21:33:29.944Z | Downloaded tls_codec v0.4.1 |
553 | 2024-10-09T21:33:29.947Z | Downloaded mime v0.3.17 |
554 | 2024-10-09T21:33:29.949Z | Downloaded lru-cache v0.1.2 |
555 | 2024-10-09T21:33:29.950Z | Downloaded allocator-api2 v0.2.18 |
556 | 2024-10-09T21:33:29.953Z | Downloaded crossbeam-utils v0.8.19 |
557 | 2024-10-09T21:33:29.956Z | Downloaded foreign-types v0.5.0 |
558 | 2024-10-09T21:33:29.958Z | Downloaded rustls-pemfile v1.0.4 |
559 | 2024-10-09T21:33:29.960Z | Downloaded rustc_version v0.4.0 |
560 | 2024-10-09T21:33:29.962Z | Downloaded multimap v0.10.0 |
561 | 2024-10-09T21:33:29.965Z | Downloaded tower-service v0.3.2 |
562 | 2024-10-09T21:33:29.965Z | Downloaded managed v0.8.0 |
563 | 2024-10-09T21:33:29.972Z | Downloaded hyper-staticfile v0.10.1 |
564 | 2024-10-09T21:33:29.975Z | Downloaded constant_time_eq v0.3.0 |
565 | 2024-10-09T21:33:29.975Z | Downloaded openssl-macros v0.1.1 |
566 | 2024-10-09T21:33:29.975Z | Downloaded termios v0.3.3 |
567 | 2024-10-09T21:33:29.975Z | Downloaded difflib v0.4.0 |
568 | 2024-10-09T21:33:29.975Z | Downloaded openssl-probe v0.1.5 |
569 | 2024-10-09T21:33:29.977Z | Downloaded defmt-parser v0.3.4 |
570 | 2024-10-09T21:33:29.977Z | Downloaded spki v0.7.3 |
571 | 2024-10-09T21:33:29.979Z | Downloaded compact_str v0.8.0 |
572 | 2024-10-09T21:33:29.982Z | Downloaded slog-dtrace v0.3.0 |
573 | 2024-10-09T21:33:29.984Z | Downloaded subtle v2.5.0 |
574 | 2024-10-09T21:33:29.986Z | Downloaded hyper-rustls v0.27.3 |
575 | 2024-10-09T21:33:29.988Z | Downloaded enum-as-inner v0.5.1 |
576 | 2024-10-09T21:33:29.991Z | Downloaded which v4.4.2 |
577 | 2024-10-09T21:33:29.993Z | Downloaded cancel-safe-futures v0.1.5 |
578 | 2024-10-09T21:33:29.996Z | Downloaded colored v2.1.0 |
579 | 2024-10-09T21:33:29.998Z | Downloaded flagset v0.4.5 |
580 | 2024-10-09T21:33:30.001Z | Downloaded csv-core v0.1.11 |
581 | 2024-10-09T21:33:30.004Z | Downloaded native-tls v0.2.11 |
582 | 2024-10-09T21:33:30.006Z | Downloaded tracing-attributes v0.1.27 |
583 | 2024-10-09T21:33:30.009Z | Downloaded enum-as-inner v0.6.0 |
584 | 2024-10-09T21:33:30.011Z | Downloaded hash32 v0.3.1 |
585 | 2024-10-09T21:33:30.013Z | Downloaded shell-words v1.1.0 |
586 | 2024-10-09T21:33:30.013Z | Downloaded serde_path_to_error v0.1.16 |
587 | 2024-10-09T21:33:30.015Z | Downloaded secrecy v0.8.0 |
588 | 2024-10-09T21:33:30.017Z | Downloaded sigpipe v0.1.3 |
589 | 2024-10-09T21:33:30.018Z | Downloaded ghash v0.5.1 |
590 | 2024-10-09T21:33:30.020Z | Downloaded futures-executor v0.3.30 |
591 | 2024-10-09T21:33:30.022Z | Downloaded darling_core v0.20.9 |
592 | 2024-10-09T21:33:30.025Z | Downloaded sqlformat v0.2.6 |
593 | 2024-10-09T21:33:30.028Z | Downloaded hex v0.4.3 |
594 | 2024-10-09T21:33:30.030Z | Downloaded display-error-chain v0.2.1 |
595 | 2024-10-09T21:33:30.033Z | Downloaded bzip2 v0.4.4 |
596 | 2024-10-09T21:33:30.035Z | Downloaded polyval v0.6.2 |
597 | 2024-10-09T21:33:30.035Z | Downloaded hash32 v0.2.1 |
598 | 2024-10-09T21:33:30.037Z | Downloaded futures-core v0.3.30 |
599 | 2024-10-09T21:33:30.039Z | Downloaded foreign-types-shared v0.1.1 |
600 | 2024-10-09T21:33:30.039Z | Downloaded dirs-next v2.0.0 |
601 | 2024-10-09T21:33:30.041Z | Downloaded arc-swap v1.7.1 |
602 | 2024-10-09T21:33:30.044Z | Downloaded whoami v1.5.2 |
603 | 2024-10-09T21:33:30.047Z | Downloaded foreign-types-shared v0.3.1 |
604 | 2024-10-09T21:33:30.049Z | Downloaded parse-display-derive v0.10.0 |
605 | 2024-10-09T21:33:30.051Z | Downloaded value-bag v1.9.0 |
606 | 2024-10-09T21:33:30.053Z | Downloaded miniz_oxide v0.7.2 |
607 | 2024-10-09T21:33:30.056Z | Downloaded quinn-udp v0.5.5 |
608 | 2024-10-09T21:33:30.058Z | Downloaded crypto-bigint v0.5.5 |
609 | 2024-10-09T21:33:30.065Z | Downloaded oso-derive v0.27.3 |
610 | 2024-10-09T21:33:30.067Z | Downloaded sha1 v0.10.6 |
611 | 2024-10-09T21:33:30.069Z | Downloaded scheduled-thread-pool v0.2.7 |
612 | 2024-10-09T21:33:30.071Z | Downloaded fixedbitset v0.4.2 |
613 | 2024-10-09T21:33:30.072Z | Downloaded stringprep v0.1.4 |
614 | 2024-10-09T21:33:30.075Z | Downloaded pbkdf2 v0.12.2 |
615 | 2024-10-09T21:33:30.075Z | Downloaded num-complex v0.4.6 |
616 | 2024-10-09T21:33:30.079Z | Downloaded num-conv v0.1.0 |
617 | 2024-10-09T21:33:30.079Z | Downloaded structmeta v0.3.0 |
618 | 2024-10-09T21:33:30.081Z | Downloaded number_prefix v0.4.0 |
619 | 2024-10-09T21:33:30.081Z | Downloaded pretty-hex v0.2.1 |
620 | 2024-10-09T21:33:30.083Z | Downloaded strip-ansi-escapes v0.2.0 |
621 | 2024-10-09T21:33:30.083Z | Downloaded slog-json v2.6.1 |
622 | 2024-10-09T21:33:30.086Z | Downloaded indicatif v0.17.8 |
623 | 2024-10-09T21:33:30.100Z | Downloaded crossbeam-epoch v0.9.18 |
624 | 2024-10-09T21:33:30.103Z | Downloaded serde-big-array v0.5.1 |
625 | 2024-10-09T21:33:30.105Z | Downloaded russh-cryptovec v0.7.2 |
626 | 2024-10-09T21:33:30.107Z | Downloaded thiserror-no-std v2.0.2 |
627 | 2024-10-09T21:33:30.110Z | Downloaded ssh-encoding v0.2.0 |
628 | 2024-10-09T21:33:30.112Z | Downloaded rtoolbox v0.0.2 |
629 | 2024-10-09T21:33:30.114Z | Downloaded fragile v2.0.0 |
630 | 2024-10-09T21:33:30.116Z | Downloaded form_urlencoded v1.2.1 |
631 | 2024-10-09T21:33:30.118Z | Downloaded smallvec v1.13.2 |
632 | 2024-10-09T21:33:30.121Z | Downloaded packed_struct v0.10.1 |
633 | 2024-10-09T21:33:30.121Z | Downloaded fallible-streaming-iterator v0.1.9 |
634 | 2024-10-09T21:33:30.124Z | Downloaded ed25519 v2.2.3 |
635 | 2024-10-09T21:33:30.124Z | Downloaded twox-hash v1.6.3 |
636 | 2024-10-09T21:33:30.126Z | Downloaded thread_local v1.1.8 |
637 | 2024-10-09T21:33:30.128Z | Downloaded base64 v0.21.7 |
638 | 2024-10-09T21:33:30.132Z | Downloaded string_cache v0.8.7 |
639 | 2024-10-09T21:33:30.134Z | Downloaded toolchain_find v0.4.0 |
640 | 2024-10-09T21:33:30.137Z | Downloaded sqlparser_derive v0.2.2 |
641 | 2024-10-09T21:33:30.137Z | Downloaded pkg-config v0.3.30 |
642 | 2024-10-09T21:33:30.139Z | Downloaded typify v0.2.0 |
643 | 2024-10-09T21:33:30.142Z | Downloaded tokio-rustls v0.24.1 |
644 | 2024-10-09T21:33:30.144Z | Downloaded unicode-bidi v0.3.15 |
645 | 2024-10-09T21:33:30.147Z | Downloaded time-core v0.1.2 |
646 | 2024-10-09T21:33:30.149Z | Downloaded primeorder v0.13.6 |
647 | 2024-10-09T21:33:30.151Z | Downloaded group v0.13.0 |
648 | 2024-10-09T21:33:30.153Z | Downloaded der_derive v0.7.2 |
649 | 2024-10-09T21:33:30.156Z | Downloaded num-derive v0.4.2 |
650 | 2024-10-09T21:33:30.156Z | Downloaded xz2 v0.1.7 |
651 | 2024-10-09T21:33:30.159Z | Downloaded chacha20poly1305 v0.10.1 |
652 | 2024-10-09T21:33:30.162Z | Downloaded fxhash v0.2.1 |
653 | 2024-10-09T21:33:30.162Z | Downloaded tinyvec v1.6.0 |
654 | 2024-10-09T21:33:30.166Z | Downloaded base64 v0.22.1 |
655 | 2024-10-09T21:33:30.169Z | Downloaded diff v0.1.13 |
656 | 2024-10-09T21:33:30.173Z | Downloaded xattr v1.3.1 |
657 | 2024-10-09T21:33:30.175Z | Downloaded http v1.1.0 |
658 | 2024-10-09T21:33:30.179Z | Downloaded slog-term v2.9.1 |
659 | 2024-10-09T21:33:30.181Z | Downloaded opaque-debug v0.3.1 |
660 | 2024-10-09T21:33:30.183Z | Downloaded take_mut v0.2.2 |
661 | 2024-10-09T21:33:30.184Z | Downloaded parking_lot_core v0.9.10 |
662 | 2024-10-09T21:33:30.186Z | Downloaded owo-colors v4.1.0 |
663 | 2024-10-09T21:33:30.189Z | Downloaded utf-8 v0.7.6 |
664 | 2024-10-09T21:33:30.191Z | Downloaded ecdsa v0.16.9 |
665 | 2024-10-09T21:33:30.194Z | Downloaded defmt v0.3.8 |
666 | 2024-10-09T21:33:30.196Z | Downloaded sync_wrapper v1.0.1 |
667 | 2024-10-09T21:33:30.199Z | Downloaded predicates-tree v1.0.9 |
668 | 2024-10-09T21:33:30.199Z | Downloaded ssh-cipher v0.2.0 |
669 | 2024-10-09T21:33:30.201Z | Downloaded signal-hook-mio v0.2.4 |
670 | 2024-10-09T21:33:30.203Z | Downloaded embedded-io v0.4.0 |
671 | 2024-10-09T21:33:30.206Z | Downloaded globset v0.4.14 |
672 | 2024-10-09T21:33:30.206Z | Downloaded progenitor-impl v0.8.0 |
673 | 2024-10-09T21:33:30.208Z | Downloaded dirs-sys-next v0.1.2 |
674 | 2024-10-09T21:33:30.211Z | Downloaded const_format v0.2.33 |
675 | 2024-10-09T21:33:30.215Z | Downloaded backtrace v0.3.71 |
676 | 2024-10-09T21:33:30.220Z | Downloaded downcast v0.11.0 |
677 | 2024-10-09T21:33:30.223Z | Downloaded derive_builder_macro v0.20.0 |
678 | 2024-10-09T21:33:30.225Z | Downloaded hex-literal v0.4.1 |
679 | 2024-10-09T21:33:30.225Z | Downloaded futures-sink v0.3.30 |
680 | 2024-10-09T21:33:30.225Z | Downloaded pem-rfc7468 v0.7.0 |
681 | 2024-10-09T21:33:30.228Z | Downloaded dhcproto-macros v0.1.0 |
682 | 2024-10-09T21:33:30.230Z | Downloaded spin v0.5.2 |
683 | 2024-10-09T21:33:30.230Z | Downloaded num v0.4.3 |
684 | 2024-10-09T21:33:30.232Z | Downloaded progenitor v0.8.0 |
685 | 2024-10-09T21:33:30.234Z | Downloaded fd-lock v4.0.2 |
686 | 2024-10-09T21:33:30.236Z | Downloaded schemars v0.8.21 |
687 | 2024-10-09T21:33:30.247Z | Downloaded rustc-hash v2.0.0 |
688 | 2024-10-09T21:33:30.249Z | Downloaded rustfmt-wrapper v0.2.1 |
689 | 2024-10-09T21:33:30.251Z | Downloaded rustc_version v0.1.7 |
690 | 2024-10-09T21:33:30.251Z | Downloaded serde_with_macros v3.9.0 |
691 | 2024-10-09T21:33:30.254Z | Downloaded vergen v8.3.2 |
692 | 2024-10-09T21:33:30.257Z | Downloaded slog-async v2.8.0 |
693 | 2024-10-09T21:33:30.259Z | Downloaded tap v1.0.1 |
694 | 2024-10-09T21:33:30.262Z | Downloaded tabwriter v1.4.0 |
695 | 2024-10-09T21:33:30.262Z | Downloaded aes v0.8.4 |
696 | 2024-10-09T21:33:30.265Z | Downloaded postcard v1.0.8 |
697 | 2024-10-09T21:33:30.269Z | Downloaded semver v0.1.20 |
698 | 2024-10-09T21:33:30.271Z | Downloaded mio v1.0.2 |
699 | 2024-10-09T21:33:30.276Z | Downloaded yasna v0.5.2 |
700 | 2024-10-09T21:33:30.279Z | Downloaded try-lock v0.2.5 |
701 | 2024-10-09T21:33:30.282Z | Downloaded strum_macros v0.24.3 |
702 | 2024-10-09T21:33:30.284Z | Downloaded similar v2.6.0 |
703 | 2024-10-09T21:33:30.287Z | Downloaded strum_macros v0.25.3 |
704 | 2024-10-09T21:33:30.290Z | Downloaded highway v1.2.0 |
705 | 2024-10-09T21:33:30.292Z | Downloaded structmeta-derive v0.3.0 |
706 | 2024-10-09T21:33:30.294Z | Downloaded samael v0.0.17 |
707 | 2024-10-09T21:33:30.300Z | Downloaded structmeta-derive v0.2.0 |
708 | 2024-10-09T21:33:30.302Z | Downloaded static_assertions v1.1.0 |
709 | 2024-10-09T21:33:30.306Z | Downloaded powerfmt v0.2.0 |
710 | 2024-10-09T21:33:30.308Z | Downloaded ff v0.13.0 |
711 | 2024-10-09T21:33:30.308Z | Downloaded precomputed-hash v0.1.1 |
712 | 2024-10-09T21:33:30.308Z | Downloaded pin-project-lite v0.2.14 |
713 | 2024-10-09T21:33:30.313Z | Downloaded itertools v0.10.5 |
714 | 2024-10-09T21:33:30.321Z | Downloaded resolv-conf v0.7.0 |
715 | 2024-10-09T21:33:30.323Z | Downloaded zerocopy v0.6.6 |
716 | 2024-10-09T21:33:30.326Z | Downloaded tokio-postgres v0.7.12 |
717 | 2024-10-09T21:33:30.332Z | Downloaded libm v0.2.8 |
718 | 2024-10-09T21:33:30.341Z | Downloaded crossbeam-channel v0.5.12 |
719 | 2024-10-09T21:33:30.347Z | Downloaded deranged v0.3.11 |
720 | 2024-10-09T21:33:30.349Z | Downloaded env_filter v0.1.2 |
721 | 2024-10-09T21:33:30.351Z | Downloaded oso v0.27.3 |
722 | 2024-10-09T21:33:30.355Z | Downloaded quinn v0.11.5 |
723 | 2024-10-09T21:33:30.360Z | Downloaded phf_shared v0.10.0 |
724 | 2024-10-09T21:33:30.362Z | Downloaded postgres-protocol v0.6.7 |
725 | 2024-10-09T21:33:30.364Z | Downloaded pkcs8 v0.10.2 |
726 | 2024-10-09T21:33:30.367Z | Downloaded postgres-types v0.2.8 |
727 | 2024-10-09T21:33:30.369Z | Downloaded heapless v0.7.17 |
728 | 2024-10-09T21:33:30.373Z | Downloaded zone_cfg_derive v0.3.0 |
729 | 2024-10-09T21:33:30.376Z | Downloaded sct v0.7.1 |
730 | 2024-10-09T21:33:30.378Z | Downloaded slog v2.7.0 |
731 | 2024-10-09T21:33:30.382Z | Downloaded rfc6979 v0.4.0 |
732 | 2024-10-09T21:33:30.384Z | Downloaded num-bigint v0.4.5 |
733 | 2024-10-09T21:33:30.389Z | Downloaded rand_core v0.6.4 |
734 | 2024-10-09T21:33:30.396Z | Downloaded waitgroup v0.1.2 |
735 | 2024-10-09T21:33:30.396Z | Downloaded vte_generate_state_changes v0.1.1 |
736 | 2024-10-09T21:33:30.396Z | Downloaded der v0.7.9 |
737 | 2024-10-09T21:33:30.400Z | Downloaded typed-path v0.7.1 |
738 | 2024-10-09T21:33:30.405Z | Downloaded phf_shared v0.11.2 |
739 | 2024-10-09T21:33:30.407Z | Downloaded zeroize_derive v1.4.2 |
740 | 2024-10-09T21:33:30.410Z | Downloaded ron v0.7.1 |
741 | 2024-10-09T21:33:30.414Z | Downloaded p256 v0.13.2 |
742 | 2024-10-09T21:33:30.418Z | Downloaded parse-display v0.10.0 |
743 | 2024-10-09T21:33:30.420Z | Downloaded percent-encoding v2.3.1 |
744 | 2024-10-09T21:33:30.422Z | Downloaded tiny-keccak v2.0.2 |
745 | 2024-10-09T21:33:30.424Z | Downloaded hashlink v0.9.1 |
746 | 2024-10-09T21:33:30.427Z | Downloaded parking_lot v0.12.2 |
747 | 2024-10-09T21:33:30.430Z | Downloaded salty v0.3.0 |
748 | 2024-10-09T21:33:30.436Z | Downloaded progenitor-client v0.8.0 |
749 | 2024-10-09T21:33:30.439Z | Downloaded dsl_auto_type v0.1.2 |
750 | 2024-10-09T21:33:30.439Z | Downloaded wait-timeout v0.2.0 |
751 | 2024-10-09T21:33:30.442Z | Downloaded rustversion v1.0.17 |
752 | 2024-10-09T21:33:30.444Z | Downloaded itertools v0.13.0 |
753 | 2024-10-09T21:33:30.451Z | Downloaded unicode-normalization v0.1.23 |
754 | 2024-10-09T21:33:30.455Z | Downloaded funty v2.0.0 |
755 | 2024-10-09T21:33:30.457Z | Downloaded psl-types v2.0.11 |
756 | 2024-10-09T21:33:30.457Z | Downloaded unarray v0.1.4 |
757 | 2024-10-09T21:33:30.460Z | Downloaded slog-scope v4.4.0 |
758 | 2024-10-09T21:33:30.462Z | Downloaded gethostname v0.5.0 |
759 | 2024-10-09T21:33:30.464Z | Downloaded vte v0.11.1 |
760 | 2024-10-09T21:33:30.464Z | Downloaded packed_struct_codegen v0.10.1 |
761 | 2024-10-09T21:33:30.466Z | Downloaded url v2.5.2 |
762 | 2024-10-09T21:33:30.469Z | Downloaded half v2.4.1 |
763 | 2024-10-09T21:33:30.473Z | Downloaded num_threads v0.1.7 |
764 | 2024-10-09T21:33:30.475Z | Downloaded serde_derive_internals v0.29.1 |
765 | 2024-10-09T21:33:30.477Z | Downloaded term v0.7.0 |
766 | 2024-10-09T21:33:30.479Z | Downloaded des v0.8.1 |
767 | 2024-10-09T21:33:30.481Z | Downloaded thiserror-impl-no-std v2.0.2 |
768 | 2024-10-09T21:33:30.483Z | Downloaded sec1 v0.7.3 |
769 | 2024-10-09T21:33:30.486Z | Downloaded password-hash v0.4.2 |
770 | 2024-10-09T21:33:30.489Z | Downloaded pkcs5 v0.7.1 |
771 | 2024-10-09T21:33:30.491Z | Downloaded progenitor-macro v0.8.0 |
772 | 2024-10-09T21:33:30.494Z | Downloaded parking_lot v0.11.2 |
773 | 2024-10-09T21:33:30.497Z | Downloaded x509-cert v0.2.5 |
774 | 2024-10-09T21:33:30.501Z | Downloaded toml_edit v0.19.15 |
775 | 2024-10-09T21:33:30.519Z | Downloaded float-ord v0.3.2 |
776 | 2024-10-09T21:33:30.521Z | Downloaded headers-core v0.3.0 |
777 | 2024-10-09T21:33:30.521Z | Downloaded r2d2 v0.8.10 |
778 | 2024-10-09T21:33:30.523Z | Downloaded predicates v3.1.2 |
779 | 2024-10-09T21:33:30.525Z | Downloaded float-cmp v0.9.0 |
780 | 2024-10-09T21:33:30.528Z | Downloaded ena v0.14.3 |
781 | 2024-10-09T21:33:30.530Z | Downloaded rpassword v7.3.1 |
782 | 2024-10-09T21:33:30.530Z | Downloaded headers v0.4.0 |
783 | 2024-10-09T21:33:30.535Z | Downloaded scrypt v0.11.0 |
784 | 2024-10-09T21:33:30.537Z | Downloaded num-integer v0.1.46 |
785 | 2024-10-09T21:33:30.540Z | Downloaded serde_repr v0.1.19 |
786 | 2024-10-09T21:33:30.542Z | Downloaded num-rational v0.4.2 |
787 | 2024-10-09T21:33:30.542Z | Downloaded futures-channel v0.3.30 |
788 | 2024-10-09T21:33:30.544Z | Downloaded shlex v1.3.0 |
789 | 2024-10-09T21:33:30.546Z | Downloaded unicode-truncate v1.0.0 |
790 | 2024-10-09T21:33:30.549Z | Downloaded unicase v2.7.0 |
791 | 2024-10-09T21:33:30.551Z | Downloaded fallible-iterator v0.3.0 |
792 | 2024-10-09T21:33:30.551Z | Downloaded fallible-iterator v0.2.0 |
793 | 2024-10-09T21:33:30.553Z | Downloaded serde_yaml v0.9.34+deprecated |
794 | 2024-10-09T21:33:30.556Z | Downloaded salsa20 v0.10.2 |
795 | 2024-10-09T21:33:30.558Z | Downloaded futures-io v0.3.30 |
796 | 2024-10-09T21:33:30.558Z | Downloaded dyn-clone v1.0.17 |
797 | 2024-10-09T21:33:30.560Z | Downloaded filetime v0.2.25 |
798 | 2024-10-09T21:33:30.563Z | Downloaded typify-macro v0.2.0 |
799 | 2024-10-09T21:33:30.563Z | Downloaded rustc-hash v1.1.0 |
800 | 2024-10-09T21:33:30.565Z | Downloaded heapless v0.8.0 |
801 | 2024-10-09T21:33:30.567Z | Downloaded rusty-fork v0.3.0 |
802 | 2024-10-09T21:33:30.570Z | Downloaded quick-error v1.2.3 |
803 | 2024-10-09T21:33:30.572Z | Downloaded pin-project-internal v1.1.5 |
804 | 2024-10-09T21:33:30.574Z | Downloaded radium v0.7.0 |
805 | 2024-10-09T21:33:30.574Z | Downloaded either v1.13.0 |
806 | 2024-10-09T21:33:30.576Z | Downloaded hashbrown v0.12.3 |
807 | 2024-10-09T21:33:30.580Z | Downloaded predicates-core v1.0.6 |
808 | 2024-10-09T21:33:30.582Z | Downloaded tar v0.4.42 |
809 | 2024-10-09T21:33:30.585Z | Downloaded openssl-sys v0.9.103 |
810 | 2024-10-09T21:33:30.590Z | Downloaded tokio-stream v0.1.16 |
811 | 2024-10-09T21:33:30.594Z | Downloaded futures-macro v0.3.30 |
812 | 2024-10-09T21:33:30.597Z | Downloaded universal-hash v0.5.1 |
813 | 2024-10-09T21:33:30.597Z | Downloaded zone v0.1.8 |
814 | 2024-10-09T21:33:30.599Z | Downloaded tokio-rustls v0.26.0 |
815 | 2024-10-09T21:33:30.603Z | Downloaded tungstenite v0.21.0 |
816 | 2024-10-09T21:33:30.605Z | Downloaded tokio-util v0.7.12 |
817 | 2024-10-09T21:33:30.611Z | Downloaded snafu-derive v0.8.2 |
818 | 2024-10-09T21:33:30.613Z | Downloaded rustls-pki-types v1.7.0 |
819 | 2024-10-09T21:33:30.615Z | Downloaded test-strategy v0.3.1 |
820 | 2024-10-09T21:33:30.618Z | Downloaded sqlparser v0.45.0 |
821 | 2024-10-09T21:33:30.624Z | Downloaded tungstenite v0.23.0 |
822 | 2024-10-09T21:33:30.628Z | Downloaded hickory-server v0.24.1 |
823 | 2024-10-09T21:33:30.634Z | Downloaded expectorate v1.1.0 |
824 | 2024-10-09T21:33:30.636Z | Downloaded rustc-demangle v0.1.24 |
825 | 2024-10-09T21:33:30.639Z | Downloaded signal-hook v0.3.17 |
826 | 2024-10-09T21:33:30.642Z | Downloaded wyz v0.5.1 |
827 | 2024-10-09T21:33:30.644Z | Downloaded pkcs1 v0.7.5 |
828 | 2024-10-09T21:33:30.647Z | Downloaded socket2 v0.4.10 |
829 | 2024-10-09T21:33:30.649Z | Downloaded ssh-key v0.6.6 |
830 | 2024-10-09T21:33:30.655Z | Downloaded hickory-client v0.24.1 |
831 | 2024-10-09T21:33:30.658Z | Downloaded zip v0.6.6 |
832 | 2024-10-09T21:33:30.663Z | Downloaded rusqlite v0.32.1 |
833 | 2024-10-09T21:33:30.670Z | Downloaded serde_with v3.9.0 |
834 | 2024-10-09T21:33:30.680Z | Downloaded unsafe-libyaml v0.2.11 |
835 | 2024-10-09T21:33:30.683Z | Downloaded lalrpop v0.19.12 |
836 | 2024-10-09T21:33:30.695Z | Downloaded snafu v0.8.2 |
837 | 2024-10-09T21:33:30.702Z | Downloaded hashbrown v0.13.2 |
838 | 2024-10-09T21:33:30.706Z | Downloaded quinn-proto v0.11.8 |
839 | 2024-10-09T21:33:30.714Z | Downloaded ron v0.8.1 |
840 | 2024-10-09T21:33:30.720Z | Downloaded chrono v0.4.38 |
841 | 2024-10-09T21:33:30.728Z | Downloaded publicsuffix v2.2.3 |
842 | 2024-10-09T21:33:30.731Z | Downloaded idna v0.2.3 |
843 | 2024-10-09T21:33:30.739Z | Downloaded bindgen v0.69.4 |
844 | 2024-10-09T21:33:30.746Z | Downloaded futures-util v0.3.30 |
845 | 2024-10-09T21:33:30.759Z | Downloaded hickory-resolver v0.24.1 |
846 | 2024-10-09T21:33:30.764Z | Downloaded rayon v1.10.0 |
847 | 2024-10-09T21:33:30.774Z | Downloaded time v0.3.36 |
848 | 2024-10-09T21:33:30.781Z | Downloaded quick-xml v0.33.0 |
849 | 2024-10-09T21:33:30.788Z | Downloaded reedline v0.33.0 |
850 | 2024-10-09T21:33:30.796Z | Downloaded object v0.30.4 |
851 | 2024-10-09T21:33:30.807Z | Downloaded winnow v0.5.40 |
852 | 2024-10-09T21:33:30.816Z | Downloaded p521 v0.13.3 |
853 | 2024-10-09T21:33:30.820Z | Downloaded rustyline v14.0.0 |
854 | 2024-10-09T21:33:30.826Z | Downloaded h2 v0.3.26 |
855 | 2024-10-09T21:33:30.833Z | Downloaded reqwest v0.11.27 |
856 | 2024-10-09T21:33:30.841Z | Downloaded regex v1.10.6 |
857 | 2024-10-09T21:33:30.855Z | Downloaded h2 v0.4.6 |
858 | 2024-10-09T21:33:30.862Z | Downloaded p384 v0.13.0 |
859 | 2024-10-09T21:33:30.869Z | Downloaded vcpkg v0.2.15 |
860 | 2024-10-09T21:33:30.910Z | Downloaded proptest v1.5.0 |
861 | 2024-10-09T21:33:30.920Z | Downloaded nix v0.29.0 |
862 | 2024-10-09T21:33:30.933Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-10-09T21:33:30.948Z | Downloaded smoltcp v0.9.1 |
864 | 2024-10-09T21:33:30.960Z | Downloaded rustls-webpki v0.102.4 |
865 | 2024-10-09T21:33:30.979Z | Downloaded dropshot v0.12.0 |
866 | 2024-10-09T21:33:31.001Z | Downloaded gimli v0.28.1 |
867 | 2024-10-09T21:33:31.010Z | Downloaded radix_trie v0.2.1 |
868 | 2024-10-09T21:33:31.015Z | Downloaded diesel v2.2.4 |
869 | 2024-10-09T21:33:31.035Z | Downloaded smoltcp v0.11.0 |
870 | 2024-10-09T21:33:31.048Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-10-09T21:33:31.056Z | Downloaded rustls v0.22.4 |
872 | 2024-10-09T21:33:31.070Z | Downloaded typify-impl v0.2.0 |
873 | 2024-10-09T21:33:31.086Z | Downloaded openapiv3 v2.0.0 |
874 | 2024-10-09T21:33:31.099Z | Downloaded bstr v1.9.1 |
875 | 2024-10-09T21:33:31.110Z | Downloaded hickory-proto v0.24.1 |
876 | 2024-10-09T21:33:31.128Z | Downloaded openssl v0.10.66 |
877 | 2024-10-09T21:33:31.137Z | Downloaded regex-syntax v0.8.4 |
878 | 2024-10-09T21:33:31.146Z | Downloaded ratatui v0.28.0 |
879 | 2024-10-09T21:33:31.167Z | Downloaded regress v0.10.1 |
880 | 2024-10-09T21:33:31.176Z | Downloaded git2 v0.19.0 |
881 | 2024-10-09T21:33:31.185Z | Downloaded object v0.32.2 |
882 | 2024-10-09T21:33:31.197Z | Downloaded rustls v0.23.10 |
883 | 2024-10-09T21:33:31.213Z | Downloaded sled v0.34.7 |
884 | 2024-10-09T21:33:31.224Z | Downloaded zerocopy-derive v0.6.6 |
885 | 2024-10-09T21:33:31.234Z | Downloaded regex-automata v0.4.6 |
886 | 2024-10-09T21:33:31.252Z | Downloaded lzma-sys v0.1.20 |
887 | 2024-10-09T21:33:31.282Z | Downloaded finl_unicode v1.2.0 |
888 | 2024-10-09T21:33:31.295Z | Downloaded petgraph v0.6.5 |
889 | 2024-10-09T21:33:31.314Z | Downloaded csv v1.3.0 |
890 | 2024-10-09T21:33:31.335Z | Downloaded tokio v1.39.3 |
891 | 2024-10-09T21:33:31.374Z | Downloaded encoding_rs v0.8.34 |
892 | 2024-10-09T21:33:31.396Z | Downloaded sha3 v0.10.8 |
893 | 2024-10-09T21:33:31.400Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
894 | 2024-10-09T21:33:31.414Z | Downloaded regress v0.9.1 |
895 | 2024-10-09T21:33:31.423Z | Downloaded polar-core v0.27.3 |
896 | 2024-10-09T21:33:31.432Z | Downloaded rustls v0.21.12 |
897 | 2024-10-09T21:33:31.443Z | Downloaded trust-dns-proto v0.22.0 |
898 | 2024-10-09T21:33:31.456Z | Downloaded curve25519-dalek v4.1.3 |
899 | 2024-10-09T21:33:31.465Z | Downloaded nix v0.27.1 |
900 | 2024-10-09T21:33:31.477Z | Downloaded reqwest v0.12.7 |
901 | 2024-10-09T21:33:31.486Z | Downloaded webpki-roots v0.26.3 |
902 | 2024-10-09T21:33:31.489Z | Downloaded nix v0.28.0 |
903 | 2024-10-09T21:33:31.502Z | Downloaded idna v0.5.0 |
904 | 2024-10-09T21:33:31.509Z | Downloaded idna v0.3.0 |
905 | 2024-10-09T21:33:31.516Z | Downloaded bitvec v1.0.1 |
906 | 2024-10-09T21:33:31.531Z | Downloaded flate2 v1.0.34 |
907 | 2024-10-09T21:33:31.537Z | Downloaded flume v0.11.0 |
908 | 2024-10-09T21:33:31.540Z | Downloaded unicode_categories v0.1.1 |
909 | 2024-10-09T21:33:31.543Z | Downloaded idna v0.4.0 |
910 | 2024-10-09T21:33:31.551Z | Downloaded tokio-tungstenite v0.21.0 |
911 | 2024-10-09T21:33:31.553Z | Downloaded pin-project v1.1.5 |
912 | 2024-10-09T21:33:31.564Z | Downloaded hyper v0.14.30 |
913 | 2024-10-09T21:33:31.572Z | Downloaded blake3 v1.5.1 |
914 | 2024-10-09T21:33:31.580Z | Downloaded uuid v1.10.0 |
915 | 2024-10-09T21:33:31.583Z | Downloaded tracing-core v0.1.32 |
916 | 2024-10-09T21:33:31.586Z | Downloaded steno v0.4.1 |
917 | 2024-10-09T21:33:31.589Z | Downloaded futures v0.3.30 |
918 | 2024-10-09T21:33:31.595Z | Downloaded num-traits v0.2.19 |
919 | 2024-10-09T21:33:31.597Z | Downloaded pin-utils v0.1.0 |
920 | 2024-10-09T21:33:31.600Z | Downloaded untrusted v0.7.1 |
921 | 2024-10-09T21:33:31.600Z | Downloaded dropshot_endpoint v0.12.0 |
922 | 2024-10-09T21:33:31.602Z | Downloaded socket2 v0.5.7 |
923 | 2024-10-09T21:33:31.607Z | Downloaded russh v0.45.0 |
924 | 2024-10-09T21:33:31.610Z | Downloaded aho-corasick v1.1.3 |
925 | 2024-10-09T21:33:31.616Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2024-10-09T21:33:31.622Z | Downloaded tokio-macros v2.4.0 |
927 | 2024-10-09T21:33:31.624Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
928 | 2024-10-09T21:33:31.682Z | Downloaded termcolor v1.4.1 |
929 | 2024-10-09T21:33:31.685Z | Downloaded paste v1.0.15 |
930 | 2024-10-09T21:33:31.687Z | Downloaded password-hash v0.5.0 |
931 | 2024-10-09T21:33:31.689Z | Downloaded portable-atomic v1.6.0 |
932 | 2024-10-09T21:33:31.694Z | Downloaded num-iter v0.1.45 |
933 | 2024-10-09T21:33:31.696Z | Downloaded zone v0.3.0 |
934 | 2024-10-09T21:33:31.696Z | Downloaded crossterm v0.28.1 |
935 | 2024-10-09T21:33:31.703Z | Downloaded diesel_derives v2.2.2 |
936 | 2024-10-09T21:33:31.707Z | Downloaded tough v0.17.1 |
937 | 2024-10-09T21:33:31.715Z | Downloaded foreign-types v0.3.2 |
938 | 2024-10-09T21:33:31.718Z | Downloaded serde-hex v0.1.0 |
939 | 2024-10-09T21:33:31.718Z | Downloaded glob v0.3.1 |
940 | 2024-10-09T21:33:31.721Z | Downloaded rcgen v0.12.1 |
941 | 2024-10-09T21:33:31.723Z | Downloaded rand v0.8.5 |
942 | 2024-10-09T21:33:31.726Z | Downloaded num_enum_derive v0.5.11 |
943 | 2024-10-09T21:33:31.729Z | Downloaded zeroize v1.8.1 |
944 | 2024-10-09T21:33:31.729Z | Downloaded vsss-rs v3.3.4 |
945 | 2024-10-09T21:33:31.731Z | Downloaded dhcproto v0.12.0 |
946 | 2024-10-09T21:33:31.733Z | Downloaded nom v7.1.3 |
947 | 2024-10-09T21:33:31.739Z | Downloaded libxml v0.3.3 |
948 | 2024-10-09T21:33:31.745Z | Downloaded tui-tree-widget v0.22.0 |
949 | 2024-10-09T21:33:31.747Z | Downloaded topological-sort v0.2.2 |
950 | 2024-10-09T21:33:31.749Z | Downloaded env_logger v0.11.5 |
951 | 2024-10-09T21:33:31.751Z | Downloaded env_logger v0.10.2 |
952 | 2024-10-09T21:33:31.754Z | Downloaded rand_chacha v0.3.1 |
953 | 2024-10-09T21:33:31.754Z | Downloaded smf v0.2.3 |
954 | 2024-10-09T21:33:31.757Z | Downloaded subprocess v0.2.9 |
955 | 2024-10-09T21:33:31.759Z | Downloaded elliptic-curve v0.13.8 |
956 | 2024-10-09T21:33:31.762Z | Downloaded prettyplease v0.2.22 |
957 | 2024-10-09T21:33:31.766Z | Downloaded zone_cfg_derive v0.1.2 |
958 | 2024-10-09T21:33:31.768Z | Downloaded peg-runtime v0.8.3 |
959 | 2024-10-09T21:33:31.768Z | Downloaded parse-size v1.0.0 |
960 | 2024-10-09T21:33:31.768Z | Downloaded ppv-lite86 v0.2.17 |
961 | 2024-10-09T21:33:31.770Z | Downloaded omicron-zone-package v0.11.1 |
962 | 2024-10-09T21:33:31.773Z | Downloaded parking_lot_core v0.8.6 |
963 | 2024-10-09T21:33:31.775Z | Downloaded aes-gcm v0.10.3 |
964 | 2024-10-09T21:33:31.777Z | Downloaded untrusted v0.9.0 |
965 | 2024-10-09T21:33:31.780Z | Downloaded derive_builder_core v0.20.0 |
966 | 2024-10-09T21:33:31.782Z | Downloaded strum_macros v0.26.4 |
967 | 2024-10-09T21:33:31.785Z | Downloaded unicode-xid v0.2.4 |
968 | 2024-10-09T21:33:31.786Z | Downloaded tokio-native-tls v0.3.1 |
969 | 2024-10-09T21:33:31.788Z | Downloaded slog-stdlog v4.1.1 |
970 | 2024-10-09T21:33:31.788Z | Downloaded serde_urlencoded v0.7.1 |
971 | 2024-10-09T21:33:31.790Z | Downloaded ref-cast v1.0.23 |
972 | 2024-10-09T21:33:31.793Z | Downloaded stable_deref_trait v1.2.0 |
973 | 2024-10-09T21:33:31.793Z | Downloaded futures-task v0.3.30 |
974 | 2024-10-09T21:33:31.795Z | Downloaded fatfs v0.3.6 |
975 | 2024-10-09T21:33:31.798Z | Downloaded derive-where v1.2.7 |
976 | 2024-10-09T21:33:31.800Z | Downloaded ed25519-dalek v2.1.1 |
977 | 2024-10-09T21:33:31.803Z | Downloaded phf v0.11.2 |
978 | 2024-10-09T21:33:31.805Z | Downloaded num_enum v0.5.11 |
979 | 2024-10-09T21:33:31.810Z | Downloaded toml v0.7.8 |
980 | 2024-10-09T21:33:31.812Z | Downloaded derive_builder v0.20.0 |
981 | 2024-10-09T21:33:31.816Z | Downloaded tokio-tungstenite v0.23.1 |
982 | 2024-10-09T21:33:31.819Z | Downloaded time-macros v0.2.18 |
983 | 2024-10-09T21:33:31.821Z | Downloaded crossterm v0.27.0 |
984 | 2024-10-09T21:33:31.827Z | Downloaded rand_xorshift v0.3.0 |
985 | 2024-10-09T21:33:31.830Z | Downloaded rand_seeder v0.3.0 |
986 | 2024-10-09T21:33:31.832Z | Downloaded proc-macro-crate v1.3.1 |
987 | 2024-10-09T21:33:31.832Z | Downloaded olpc-cjson v0.1.3 |
988 | 2024-10-09T21:33:31.832Z | Downloaded scopeguard v1.2.0 |
989 | 2024-10-09T21:33:31.834Z | Downloaded unicode-segmentation v1.11.0 |
990 | 2024-10-09T21:33:31.837Z | Downloaded tracing v0.1.40 |
991 | 2024-10-09T21:33:31.841Z | Downloaded sync_wrapper v0.1.2 |
992 | 2024-10-09T21:33:31.843Z | Downloaded tokio-rustls v0.25.0 |
993 | 2024-10-09T21:33:31.845Z | Downloaded rsa v0.9.6 |
994 | 2024-10-09T21:33:31.849Z | Downloaded rayon-core v1.12.1 |
995 | 2024-10-09T21:33:31.853Z | Downloaded itertools v0.12.1 |
996 | 2024-10-09T21:33:31.859Z | Downloaded hyper v1.4.1 |
997 | 2024-10-09T21:33:31.866Z | Downloaded hkdf v0.12.4 |
998 | 2024-10-09T21:33:31.869Z | Downloaded derive_more v0.99.18 |
999 | 2024-10-09T21:33:31.874Z | Downloaded mio v0.8.11 |
1000 | 2024-10-09T21:33:31.879Z | Downloaded base64 v0.13.1 |
1001 | 2024-10-09T21:33:31.882Z | Downloaded slab v0.4.9 |
1002 | 2024-10-09T21:33:31.884Z | Downloaded siphasher v0.3.11 |
1003 | 2024-10-09T21:33:31.887Z | Downloaded pem v3.0.4 |
1004 | 2024-10-09T21:33:31.887Z | Downloaded structmeta v0.2.0 |
1005 | 2024-10-09T21:33:31.887Z | Downloaded poly1305 v0.8.0 |
1006 | 2024-10-09T21:33:31.889Z | Downloaded smallvec v0.6.14 |
1007 | 2024-10-09T21:33:31.892Z | Downloaded signal-hook-registry v1.4.2 |
1008 | 2024-10-09T21:33:31.892Z | Downloaded ref-cast-impl v1.0.23 |
1009 | 2024-10-09T21:33:31.894Z | Downloaded peg-macros v0.8.4 |
1010 | 2024-10-09T21:33:31.896Z | Downloaded heck v0.3.3 |
1011 | 2024-10-09T21:33:31.896Z | Downloaded getrandom v0.2.14 |
1012 | 2024-10-09T21:33:31.898Z | Downloaded defmt-macros v0.3.9 |
1013 | 2024-10-09T21:33:31.901Z | Downloaded walkdir v2.5.0 |
1014 | 2024-10-09T21:33:31.904Z | Downloaded uzers v0.11.3 |
1015 | 2024-10-09T21:33:31.906Z | Downloaded hyper-util v0.1.9 |
1016 | 2024-10-09T21:33:31.909Z | Downloaded spin v0.9.8 |
1017 | 2024-10-09T21:33:31.911Z | Downloaded same-file v1.0.6 |
1018 | 2024-10-09T21:33:31.914Z | Downloaded peg v0.8.4 |
1019 | 2024-10-09T21:33:31.916Z | Downloaded pbkdf2 v0.11.0 |
1020 | 2024-10-09T21:33:31.918Z | Downloaded path-slash v0.1.5 |
1021 | 2024-10-09T21:33:31.921Z | Downloaded russh-keys v0.45.0 |
1022 | 2024-10-09T21:33:31.923Z | Downloaded darling v0.20.9 |
1023 | 2024-10-09T21:33:31.926Z | Downloaded cookie v0.18.1 |
1024 | 2024-10-09T21:33:31.929Z | Downloaded nu-ansi-term v0.50.0 |
1025 | 2024-10-09T21:33:31.931Z | Downloaded mockall_derive v0.13.0 |
1026 | 2024-10-09T21:33:31.934Z | Downloaded clang-sys v1.7.0 |
1027 | 2024-10-09T21:33:31.936Z | Downloaded cc v1.0.97 |
1028 | 2024-10-09T21:33:31.938Z | Downloaded minimal-lexical v0.2.1 |
1029 | 2024-10-09T21:33:31.943Z | Downloaded signature v2.2.0 |
1030 | 2024-10-09T21:33:31.945Z | Downloaded schemars_derive v0.8.21 |
1031 | 2024-10-09T21:33:31.948Z | Downloaded rustls-pemfile v2.1.3 |
1032 | 2024-10-09T21:33:31.950Z | Downloaded lock_api v0.4.12 |
1033 | 2024-10-09T21:33:31.950Z | Downloaded console v0.15.8 |
1034 | 2024-10-09T21:33:31.952Z | Downloaded ciborium v0.2.2 |
1035 | 2024-10-09T21:33:31.954Z | Downloaded buf-list v1.0.3 |
1036 | 2024-10-09T21:33:31.957Z | Downloaded tls_codec_derive v0.4.1 |
1037 | 2024-10-09T21:33:31.959Z | Downloaded bytes v1.7.2 |
1038 | 2024-10-09T21:33:31.964Z | Downloaded serde_plain v1.0.2 |
1039 | 2024-10-09T21:33:31.967Z | Downloaded bcrypt-pbkdf v0.10.0 |
1040 | 2024-10-09T21:33:31.967Z | Downloaded ascii-canvas v3.0.0 |
1041 | 2024-10-09T21:33:31.970Z | Downloaded maybe-uninit v2.0.0 |
1042 | 2024-10-09T21:33:31.970Z | Downloaded indent_write v2.2.0 |
1043 | 2024-10-09T21:33:31.972Z | Downloaded ciborium-ll v0.2.2 |
1044 | 2024-10-09T21:33:31.973Z | Downloaded inout v0.1.3 |
1045 | 2024-10-09T21:33:31.973Z | Downloaded http-body-util v0.1.2 |
1046 | 2024-10-09T21:33:31.975Z | Downloaded bit-vec v0.6.3 |
1047 | 2024-10-09T21:33:31.975Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1048 | 2024-10-09T21:33:31.977Z | Downloaded libefi-sys v0.1.0 |
1049 | 2024-10-09T21:33:31.977Z | Downloaded httparse v1.8.0 |
1050 | 2024-10-09T21:33:31.980Z | Downloaded const-oid v0.9.6 |
1051 | 2024-10-09T21:33:31.982Z | Downloaded blake2 v0.10.6 |
1052 | 2024-10-09T21:33:31.985Z | Downloaded base64ct v1.6.0 |
1053 | 2024-10-09T21:33:31.987Z | Downloaded newline-converter v0.3.0 |
1054 | 2024-10-09T21:33:31.987Z | Downloaded home v0.5.9 |
1055 | 2024-10-09T21:33:31.989Z | Downloaded debug-ignore v1.0.5 |
1056 | 2024-10-09T21:33:31.989Z | Downloaded castaway v0.2.3 |
1057 | 2024-10-09T21:33:31.992Z | Downloaded bitfield-struct v0.6.1 |
1058 | 2024-10-09T21:33:31.995Z | Downloaded async-stream-impl v0.3.5 |
1059 | 2024-10-09T21:33:31.995Z | Downloaded slog-bunyan v2.5.0 |
1060 | 2024-10-09T21:33:31.997Z | Downloaded darling_macro v0.20.9 |
1061 | 2024-10-09T21:33:31.997Z | Downloaded blowfish v0.9.1 |
1062 | 2024-10-09T21:33:31.997Z | Downloaded data-encoding v2.6.0 |
1063 | 2024-10-09T21:33:31.999Z | Downloaded cstr-argument v0.1.2 |
1064 | 2024-10-09T21:33:31.999Z | Downloaded crc32fast v1.4.0 |
1065 | 2024-10-09T21:33:32.002Z | Downloaded backoff v0.4.0 |
1066 | 2024-10-09T21:33:32.005Z | Downloaded cbc v0.1.2 |
1067 | 2024-10-09T21:33:32.005Z | Downloaded arrayvec v0.7.4 |
1068 | 2024-10-09T21:33:32.007Z | Downloaded md-5 v0.10.6 |
1069 | 2024-10-09T21:33:32.007Z | Downloaded humantime v2.1.0 |
1070 | 2024-10-09T21:33:32.009Z | Downloaded atty v0.2.14 |
1071 | 2024-10-09T21:33:32.009Z | Downloaded ipnet v2.10.0 |
1072 | 2024-10-09T21:33:32.012Z | Downloaded iana-time-zone v0.1.60 |
1073 | 2024-10-09T21:33:32.014Z | Downloaded maplit v1.0.2 |
1074 | 2024-10-09T21:33:32.016Z | Downloaded lru v0.12.3 |
1075 | 2024-10-09T21:33:32.016Z | Downloaded linked-hash-map v0.5.6 |
1076 | 2024-10-09T21:33:32.017Z | Downloaded base16ct v0.2.0 |
1077 | 2024-10-09T21:33:32.019Z | Downloaded chacha20 v0.9.1 |
1078 | 2024-10-09T21:33:32.019Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-10-09T21:33:32.021Z | Downloaded http-body v0.4.6 |
1080 | 2024-10-09T21:33:32.021Z | Downloaded ctr v0.9.2 |
1081 | 2024-10-09T21:33:32.024Z | Downloaded block-padding v0.3.3 |
1082 | 2024-10-09T21:33:32.024Z | Downloaded argon2 v0.5.3 |
1083 | 2024-10-09T21:33:32.026Z | Downloaded cassowary v0.3.0 |
1084 | 2024-10-09T21:33:32.029Z | Downloaded bit-set v0.5.3 |
1085 | 2024-10-09T21:33:32.029Z | Downloaded async-stream v0.3.5 |
1086 | 2024-10-09T21:33:32.032Z | Downloaded new_debug_unreachable v1.0.6 |
1087 | 2024-10-09T21:33:32.032Z | Downloaded matches v0.1.10 |
1088 | 2024-10-09T21:33:32.032Z | Downloaded hubpack_derive v0.1.1 |
1089 | 2024-10-09T21:33:32.032Z | Downloaded hostname v0.3.1 |
1090 | 2024-10-09T21:33:32.035Z | Downloaded adler2 v2.0.0 |
1091 | 2024-10-09T21:33:32.143Z | Downloaded libz-sys v1.1.16 |
1092 | 2024-10-09T21:33:32.278Z | Downloaded ring v0.17.8 |
1093 | 2024-10-09T21:33:32.428Z | Downloaded ring v0.16.20 |
1094 | 2024-10-09T21:33:32.517Z | Downloaded libsqlite3-sys v0.30.1 |
1095 | 2024-10-09T21:33:32.742Z | Compiling serde v1.0.210 |
1096 | 2024-10-09T21:33:32.744Z | Compiling typenum v1.17.0 |
1097 | 2024-10-09T21:33:32.744Z | Compiling generic-array v0.14.7 |
1098 | 2024-10-09T21:33:32.744Z | Compiling lock_api v0.4.12 |
1099 | 2024-10-09T21:33:32.744Z | Compiling subtle v2.5.0 |
1100 | 2024-10-09T21:33:32.898Z | Compiling scopeguard v1.2.0 |
1101 | 2024-10-09T21:33:32.927Z | Compiling syn v2.0.79 |
1102 | 2024-10-09T21:33:32.930Z | Compiling getrandom v0.2.14 |
1103 | 2024-10-09T21:33:33.099Z | Compiling value-bag v1.9.0 |
1104 | 2024-10-09T21:33:33.238Z | Compiling rand_core v0.6.4 |
1105 | 2024-10-09T21:33:33.318Z | Compiling const-oid v0.9.6 |
1106 | 2024-10-09T21:33:33.497Z | Compiling jobserver v0.1.32 |
1107 | 2024-10-09T21:33:33.520Z | Compiling smallvec v1.13.2 |
1108 | 2024-10-09T21:33:33.728Z | Compiling log v0.4.22 |
1109 | 2024-10-09T21:33:33.836Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-10-09T21:33:33.904Z | Compiling cc v1.0.97 |
1111 | 2024-10-09T21:33:33.967Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-10-09T21:33:33.987Z | Compiling cpufeatures v0.2.12 |
1113 | 2024-10-09T21:33:34.088Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-10-09T21:33:34.537Z | Compiling futures-core v0.3.30 |
1115 | 2024-10-09T21:33:34.689Z | Compiling mio v1.0.2 |
1116 | 2024-10-09T21:33:34.791Z | Compiling ahash v0.8.11 |
1117 | 2024-10-09T21:33:34.999Z | Compiling parking_lot v0.12.2 |
1118 | 2024-10-09T21:33:35.175Z | Compiling futures-sink v0.3.30 |
1119 | 2024-10-09T21:33:35.314Z | Compiling spin v0.9.8 |
1120 | 2024-10-09T21:33:35.333Z | Compiling socket2 v0.5.7 |
1121 | 2024-10-09T21:33:35.357Z | Compiling slab v0.4.9 |
1122 | 2024-10-09T21:33:35.697Z | Compiling tinyvec_macros v0.1.1 |
1123 | 2024-10-09T21:33:35.793Z | Compiling tinyvec v1.6.0 |
1124 | 2024-10-09T21:33:35.812Z | Compiling allocator-api2 v0.2.18 |
1125 | 2024-10-09T21:33:35.883Z | Compiling base64ct v1.6.0 |
1126 | 2024-10-09T21:33:35.910Z | Compiling libm v0.2.8 |
1127 | 2024-10-09T21:33:35.960Z | Compiling serde_json v1.0.128 |
1128 | 2024-10-09T21:33:36.332Z | Compiling pem-rfc7468 v0.7.0 |
1129 | 2024-10-09T21:33:36.352Z | Compiling num-traits v0.2.19 |
1130 | 2024-10-09T21:33:36.476Z | Compiling unicode-bidi v0.3.15 |
1131 | 2024-10-09T21:33:36.596Z | Compiling flagset v0.4.5 |
1132 | 2024-10-09T21:33:36.804Z | Compiling futures-channel v0.3.30 |
1133 | 2024-10-09T21:33:36.886Z | Compiling futures-task v0.3.30 |
1134 | 2024-10-09T21:33:37.061Z | Compiling futures-io v0.3.30 |
1135 | 2024-10-09T21:33:37.198Z | Compiling pin-utils v0.1.0 |
1136 | 2024-10-09T21:33:37.228Z | Compiling vcpkg v0.2.15 |
1137 | 2024-10-09T21:33:37.299Z | Compiling unicode-normalization v0.1.23 |
1138 | 2024-10-09T21:33:37.350Z | Compiling pkg-config v0.3.30 |
1139 | 2024-10-09T21:33:37.381Z | Compiling crossbeam-utils v0.8.19 |
1140 | 2024-10-09T21:33:38.112Z | Compiling tracing-core v0.1.32 |
1141 | 2024-10-09T21:33:38.138Z | Compiling percent-encoding v2.3.1 |
1142 | 2024-10-09T21:33:38.324Z | Compiling ring v0.17.8 |
1143 | 2024-10-09T21:33:38.494Z | Compiling ppv-lite86 v0.2.17 |
1144 | 2024-10-09T21:33:38.980Z | Compiling rustls-pki-types v1.7.0 |
1145 | 2024-10-09T21:33:39.413Z | Compiling rand_chacha v0.3.1 |
1146 | 2024-10-09T21:33:39.575Z | Compiling httparse v1.8.0 |
1147 | 2024-10-09T21:33:39.623Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-10-09T21:33:39.797Z | Compiling rustix v0.38.37 |
1149 | 2024-10-09T21:33:39.895Z | Compiling rand v0.8.5 |
1150 | 2024-10-09T21:33:40.032Z | Compiling atomic-waker v1.1.2 |
1151 | 2024-10-09T21:33:40.124Z | Compiling openssl v0.10.66 |
1152 | 2024-10-09T21:33:40.190Z | Compiling untrusted v0.9.0 |
1153 | 2024-10-09T21:33:40.363Z | Compiling num-conv v0.1.0 |
1154 | 2024-10-09T21:33:40.513Z | Compiling foreign-types-shared v0.1.1 |
1155 | 2024-10-09T21:33:40.613Z | Compiling rustversion v1.0.17 |
1156 | 2024-10-09T21:33:40.654Z | Compiling powerfmt v0.2.0 |
1157 | 2024-10-09T21:33:40.671Z | Compiling time-core v0.1.2 |
1158 | 2024-10-09T21:33:40.857Z | Compiling try-lock v0.2.5 |
1159 | 2024-10-09T21:33:40.993Z | Compiling want v0.3.1 |
1160 | 2024-10-09T21:33:41.017Z | Compiling deranged v0.3.11 |
1161 | 2024-10-09T21:33:41.260Z | Compiling time-macros v0.2.18 |
1162 | 2024-10-09T21:33:41.337Z | Compiling foreign-types v0.3.2 |
1163 | 2024-10-09T21:33:41.514Z | Compiling form_urlencoded v1.2.1 |
1164 | 2024-10-09T21:33:41.839Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-10-09T21:33:41.861Z | Compiling rustls v0.23.10 |
1166 | 2024-10-09T21:33:42.031Z | Compiling base64 v0.22.1 |
1167 | 2024-10-09T21:33:42.267Z | Compiling native-tls v0.2.11 |
1168 | 2024-10-09T21:33:42.413Z | Compiling syn v1.0.109 |
1169 | 2024-10-09T21:33:42.762Z | Compiling siphasher v0.3.11 |
1170 | 2024-10-09T21:33:42.782Z | Compiling regex-syntax v0.8.4 |
1171 | 2024-10-09T21:33:43.050Z | Compiling num_threads v0.1.7 |
1172 | 2024-10-09T21:33:43.120Z | Compiling httpdate v1.0.3 |
1173 | 2024-10-09T21:33:43.587Z | Compiling crossbeam-epoch v0.9.18 |
1174 | 2024-10-09T21:33:44.293Z | Compiling time v0.3.36 |
1175 | 2024-10-09T21:33:44.351Z | Compiling idna v0.5.0 |
1176 | 2024-10-09T21:33:44.616Z | Compiling lazy_static v1.5.0 |
1177 | 2024-10-09T21:33:44.740Z | Compiling cookie v0.18.1 |
1178 | 2024-10-09T21:33:45.004Z | Compiling openssl-probe v0.1.5 |
1179 | 2024-10-09T21:33:45.133Z | Compiling rayon-core v1.12.1 |
1180 | 2024-10-09T21:33:45.370Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-10-09T21:33:45.404Z | Compiling slog v2.7.0 |
1182 | 2024-10-09T21:33:45.820Z | Compiling tower-service v0.3.2 |
1183 | 2024-10-09T21:33:45.870Z | Compiling either v1.13.0 |
1184 | 2024-10-09T21:33:45.931Z | Compiling finl_unicode v1.2.0 |
1185 | 2024-10-09T21:33:46.055Z | Compiling url v2.5.2 |
1186 | 2024-10-09T21:33:46.282Z | Compiling regex-automata v0.4.6 |
1187 | 2024-10-09T21:33:46.518Z | Compiling stringprep v0.1.4 |
1188 | 2024-10-09T21:33:47.103Z | Compiling crossbeam-deque v0.8.5 |
1189 | 2024-10-09T21:33:47.262Z | Compiling serde_derive v1.0.210 |
1190 | 2024-10-09T21:33:47.426Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-10-09T21:33:47.679Z | Compiling zerocopy-derive v0.7.34 |
1192 | 2024-10-09T21:33:47.957Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-10-09T21:33:49.150Z | Compiling der_derive v0.7.2 |
1194 | 2024-10-09T21:33:49.171Z | Compiling zeroize v1.8.1 |
1195 | 2024-10-09T21:33:49.543Z | Compiling thiserror-impl v1.0.64 |
1196 | 2024-10-09T21:33:49.638Z | Compiling futures-macro v0.3.30 |
1197 | 2024-10-09T21:33:49.944Z | Compiling zerocopy v0.7.34 |
1198 | 2024-10-09T21:33:50.952Z | Compiling crypto-common v0.1.6 |
1199 | 2024-10-09T21:33:51.212Z | Compiling block-buffer v0.10.4 |
1200 | 2024-10-09T21:33:51.451Z | Compiling digest v0.10.7 |
1201 | 2024-10-09T21:33:51.693Z | Compiling block-padding v0.3.3 |
1202 | 2024-10-09T21:33:51.771Z | Compiling der v0.7.9 |
1203 | 2024-10-09T21:33:51.912Z | Compiling hmac v0.12.1 |
1204 | 2024-10-09T21:33:51.935Z | Compiling inout v0.1.3 |
1205 | 2024-10-09T21:33:52.115Z | Compiling sha2 v0.10.8 |
1206 | 2024-10-09T21:33:52.172Z | Compiling cipher v0.4.4 |
1207 | 2024-10-09T21:33:52.206Z | Compiling pbkdf2 v0.12.2 |
1208 | 2024-10-09T21:33:52.376Z | Compiling hashbrown v0.14.5 |
1209 | 2024-10-09T21:33:52.395Z | Compiling futures-util v0.3.30 |
1210 | 2024-10-09T21:33:52.761Z | Compiling salsa20 v0.10.2 |
1211 | 2024-10-09T21:33:53.003Z | Compiling scrypt v0.11.0 |
1212 | 2024-10-09T21:33:53.135Z | Compiling thiserror v1.0.64 |
1213 | 2024-10-09T21:33:53.286Z | Compiling cbc v0.1.2 |
1214 | 2024-10-09T21:33:53.526Z | Compiling aes v0.8.4 |
1215 | 2024-10-09T21:33:53.591Z | Compiling pest v2.7.10 |
1216 | 2024-10-09T21:33:53.851Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-10-09T21:33:55.256Z | Compiling spki v0.7.3 |
1218 | 2024-10-09T21:33:55.639Z | Compiling pkcs5 v0.7.1 |
1219 | 2024-10-09T21:33:55.827Z | Compiling scroll_derive v0.12.0 |
1220 | 2024-10-09T21:33:56.382Z | Compiling pkcs8 v0.10.2 |
1221 | 2024-10-09T21:33:56.711Z | Compiling pest_meta v2.7.10 |
1222 | 2024-10-09T21:33:57.120Z | Compiling openssl-macros v0.1.1 |
1223 | 2024-10-09T21:33:57.381Z | Compiling scroll v0.12.0 |
1224 | 2024-10-09T21:33:57.912Z | Compiling tracing v0.1.40 |
1225 | 2024-10-09T21:33:57.943Z | Compiling goblin v0.8.2 |
1226 | 2024-10-09T21:33:57.991Z | Compiling signature v2.2.0 |
1227 | 2024-10-09T21:33:58.287Z | Compiling pest_generator v2.7.10 |
1228 | 2024-10-09T21:33:58.436Z | Compiling md-5 v0.10.6 |
1229 | 2024-10-09T21:33:58.723Z | Compiling num-integer v0.1.46 |
1230 | 2024-10-09T21:33:59.492Z | Compiling rustls-webpki v0.102.4 |
1231 | 2024-10-09T21:33:59.516Z | Compiling backtrace v0.3.71 |
1232 | 2024-10-09T21:34:00.041Z | Compiling idna v0.3.0 |
1233 | 2024-10-09T21:34:00.863Z | Compiling ff v0.13.0 |
1234 | 2024-10-09T21:34:01.103Z | Compiling hash32 v0.2.1 |
1235 | 2024-10-09T21:34:01.492Z | Compiling gimli v0.28.1 |
1236 | 2024-10-09T21:34:01.713Z | Compiling adler v1.0.2 |
1237 | 2024-10-09T21:34:01.734Z | Compiling fallible-iterator v0.2.0 |
1238 | 2024-10-09T21:34:01.945Z | Compiling bytes v1.7.2 |
1239 | 2024-10-09T21:34:02.071Z | Compiling bitflags v2.6.0 |
1240 | 2024-10-09T21:34:02.452Z | Compiling indexmap v2.5.0 |
1241 | 2024-10-09T21:34:02.552Z | Compiling semver v1.0.23 |
1242 | 2024-10-09T21:34:03.343Z | Compiling tokio v1.39.3 |
1243 | 2024-10-09T21:34:03.374Z | Compiling rustc_version v0.4.0 |
1244 | 2024-10-09T21:34:04.019Z | Compiling http v1.1.0 |
1245 | 2024-10-09T21:34:05.457Z | Compiling pest_derive v2.7.10 |
1246 | 2024-10-09T21:34:06.290Z | Compiling http-body v1.0.0 |
1247 | 2024-10-09T21:34:06.510Z | Compiling dtrace-parser v0.2.0 |
1248 | 2024-10-09T21:34:06.544Z | Compiling dof v0.3.0 |
1249 | 2024-10-09T21:34:06.567Z | Compiling heapless v0.7.17 |
1250 | 2024-10-09T21:34:08.748Z | Compiling uuid v1.10.0 |
1251 | 2024-10-09T21:34:08.795Z | Compiling usdt-impl v0.5.0 |
1252 | 2024-10-09T21:34:08.883Z | Compiling curve25519-dalek v4.1.3 |
1253 | 2024-10-09T21:34:09.562Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-10-09T21:34:09.603Z | Compiling chrono v0.4.38 |
1255 | 2024-10-09T21:34:10.212Z | Compiling serde_spanned v0.6.7 |
1256 | 2024-10-09T21:34:10.214Z | Compiling toml_datetime v0.6.8 |
1257 | 2024-10-09T21:34:10.418Z | Compiling smoltcp v0.9.1 |
1258 | 2024-10-09T21:34:10.457Z | Compiling crc32fast v1.4.0 |
1259 | 2024-10-09T21:34:10.754Z | Compiling base16ct v0.2.0 |
1260 | 2024-10-09T21:34:11.021Z | Compiling num-bigint-dig v0.8.4 |
1261 | 2024-10-09T21:34:11.102Z | Compiling psl-types v2.0.11 |
1262 | 2024-10-09T21:34:11.169Z | Compiling signal-hook v0.3.17 |
1263 | 2024-10-09T21:34:11.287Z | Compiling stable_deref_trait v1.2.0 |
1264 | 2024-10-09T21:34:11.327Z | Compiling portable-atomic v1.6.0 |
1265 | 2024-10-09T21:34:11.516Z | Compiling publicsuffix v2.2.3 |
1266 | 2024-10-09T21:34:11.805Z | Compiling tokio-util v0.7.12 |
1267 | 2024-10-09T21:34:12.454Z | Compiling tokio-rustls v0.26.0 |
1268 | 2024-10-09T21:34:12.727Z | Compiling sec1 v0.7.3 |
1269 | 2024-10-09T21:34:12.926Z | Compiling h2 v0.4.6 |
1270 | 2024-10-09T21:34:13.369Z | Compiling hubpack_derive v0.1.1 |
1271 | 2024-10-09T21:34:13.463Z | Compiling terminal_size v0.3.0 |
1272 | 2024-10-09T21:34:13.508Z | Compiling http-body-util v0.1.2 |
1273 | 2024-10-09T21:34:13.676Z | Compiling tokio-native-tls v0.3.1 |
1274 | 2024-10-09T21:34:13.918Z | Compiling addr2line v0.21.0 |
1275 | 2024-10-09T21:34:13.965Z | Compiling postgres-protocol v0.6.7 |
1276 | 2024-10-09T21:34:14.029Z | Compiling miniz_oxide v0.7.2 |
1277 | 2024-10-09T21:34:14.306Z | Compiling group v0.13.0 |
1278 | 2024-10-09T21:34:14.625Z | Compiling num-iter v0.1.45 |
1279 | 2024-10-09T21:34:14.646Z | Compiling hkdf v0.12.4 |
1280 | 2024-10-09T21:34:14.819Z | Compiling crypto-bigint v0.5.5 |
1281 | 2024-10-09T21:34:14.822Z | Compiling async-trait v0.1.83 |
1282 | 2024-10-09T21:34:14.901Z | Compiling zerocopy-derive v0.6.6 |
1283 | 2024-10-09T21:34:15.322Z | Compiling curve25519-dalek-derive v0.1.1 |
1284 | 2024-10-09T21:34:16.944Z | Compiling phf_shared v0.11.2 |
1285 | 2024-10-09T21:34:17.126Z | Compiling serde_derive_internals v0.29.1 |
1286 | 2024-10-09T21:34:17.148Z | Compiling webpki-roots v0.26.3 |
1287 | 2024-10-09T21:34:17.352Z | Compiling object v0.32.2 |
1288 | 2024-10-09T21:34:17.374Z | Compiling fs-err v2.11.0 |
1289 | 2024-10-09T21:34:17.512Z | Compiling bitflags v1.3.2 |
1290 | 2024-10-09T21:34:17.663Z | Compiling adler2 v2.0.0 |
1291 | 2024-10-09T21:34:17.719Z | Compiling schemars v0.8.21 |
1292 | 2024-10-09T21:34:17.754Z | Compiling winnow v0.5.40 |
1293 | 2024-10-09T21:34:17.888Z | Compiling ipnet v2.10.0 |
1294 | 2024-10-09T21:34:18.092Z | Compiling managed v0.8.0 |
1295 | 2024-10-09T21:34:18.569Z | Compiling rustc-demangle v0.1.24 |
1296 | 2024-10-09T21:34:18.765Z | Compiling anyhow v1.0.89 |
1297 | 2024-10-09T21:34:19.152Z | Compiling console v0.15.8 |
1298 | 2024-10-09T21:34:19.578Z | Compiling clap_builder v4.5.18 |
1299 | 2024-10-09T21:34:20.054Z | Compiling schemars_derive v0.8.21 |
1300 | 2024-10-09T21:34:20.751Z | Compiling hyper v1.4.1 |
1301 | 2024-10-09T21:34:21.134Z | Compiling elliptic-curve v0.13.8 |
1302 | 2024-10-09T21:34:21.742Z | Compiling toml_edit v0.19.15 |
1303 | 2024-10-09T21:34:21.825Z | Compiling miniz_oxide v0.8.0 |
1304 | 2024-10-09T21:34:22.175Z | Compiling phf v0.11.2 |
1305 | 2024-10-09T21:34:22.478Z | Compiling zerocopy v0.6.6 |
1306 | 2024-10-09T21:34:23.359Z | Compiling hyper-util v0.1.9 |
1307 | 2024-10-09T21:34:23.608Z | Compiling cookie_store v0.21.0 |
1308 | 2024-10-09T21:34:24.042Z | Compiling rayon v1.10.0 |
1309 | 2024-10-09T21:34:25.191Z | Compiling postgres-types v0.2.8 |
1310 | 2024-10-09T21:34:26.548Z | Compiling hyper-rustls v0.27.3 |
1311 | 2024-10-09T21:34:26.741Z | Compiling hyper-tls v0.6.0 |
1312 | 2024-10-09T21:34:27.167Z | Compiling hubpack v0.1.2 |
1313 | 2024-10-09T21:34:28.473Z | Compiling usdt-macro v0.5.0 |
1314 | 2024-10-09T21:34:28.723Z | Compiling usdt-attr-macro v0.5.0 |
1315 | 2024-10-09T21:34:28.993Z | Compiling serde_urlencoded v0.7.1 |
1316 | 2024-10-09T21:34:29.062Z | Compiling serde-big-array v0.5.1 |
1317 | 2024-10-09T21:34:29.164Z | Compiling ed25519 v2.2.3 |
1318 | 2024-10-09T21:34:29.488Z | Compiling futures-executor v0.3.30 |
1319 | 2024-10-09T21:34:29.505Z | Compiling pkcs1 v0.7.5 |
1320 | 2024-10-09T21:34:29.847Z | Compiling rfc6979 v0.4.0 |
1321 | 2024-10-09T21:34:29.877Z | Compiling regex v1.10.6 |
1322 | 2024-10-09T21:34:30.042Z | Compiling bstr v1.9.1 |
1323 | 2024-10-09T21:34:30.061Z | Compiling serde_repr v0.1.19 |
1324 | 2024-10-09T21:34:30.507Z | Compiling strum_macros v0.25.3 |
1325 | 2024-10-09T21:34:30.560Z | Compiling enum-as-inner v0.6.0 |
1326 | 2024-10-09T21:34:31.039Z | Compiling clap_derive v4.5.18 |
1327 | 2024-10-09T21:34:31.190Z | Compiling phf_shared v0.10.0 |
1328 | 2024-10-09T21:34:31.308Z | Compiling rustls-pemfile v2.1.3 |
1329 | 2024-10-09T21:34:31.620Z | Compiling float-cmp v0.9.0 |
1330 | 2024-10-09T21:34:31.719Z | Compiling idna v0.4.0 |
1331 | 2024-10-09T21:34:31.771Z | Compiling sync_wrapper v1.0.1 |
1332 | 2024-10-09T21:34:31.795Z | Compiling mio v0.8.11 |
1333 | 2024-10-09T21:34:31.841Z | Compiling encoding_rs v0.8.34 |
1334 | 2024-10-09T21:34:31.857Z | Compiling mime v0.3.17 |
1335 | 2024-10-09T21:34:31.926Z | Compiling bit-vec v0.6.3 |
1336 | 2024-10-09T21:34:32.363Z | Compiling difflib v0.4.0 |
1337 | 2024-10-09T21:34:32.481Z | Compiling static_assertions v1.1.0 |
1338 | 2024-10-09T21:34:32.610Z | Compiling unicode-segmentation v1.11.0 |
1339 | 2024-10-09T21:34:33.115Z | Compiling minimal-lexical v0.2.1 |
1340 | 2024-10-09T21:34:33.402Z | Compiling predicates-core v1.0.6 |
1341 | 2024-10-09T21:34:33.469Z | Compiling data-encoding v2.6.0 |
1342 | 2024-10-09T21:34:33.647Z | Compiling precomputed-hash v0.1.1 |
1343 | 2024-10-09T21:34:33.770Z | Compiling number_prefix v0.4.0 |
1344 | 2024-10-09T21:34:33.791Z | Compiling normalize-line-endings v0.3.0 |
1345 | 2024-10-09T21:34:33.926Z | Compiling whoami v1.5.2 |
1346 | 2024-10-09T21:34:34.013Z | Compiling fixedbitset v0.4.2 |
1347 | 2024-10-09T21:34:34.042Z | Compiling dyn-clone v1.0.17 |
1348 | 2024-10-09T21:34:34.262Z | Compiling new_debug_unreachable v1.0.6 |
1349 | 2024-10-09T21:34:34.365Z | Compiling reqwest v0.12.7 |
1350 | 2024-10-09T21:34:34.467Z | Compiling string_cache v0.8.7 |
1351 | 2024-10-09T21:34:34.573Z | Compiling petgraph v0.6.5 |
1352 | 2024-10-09T21:34:34.808Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1353 | 2024-10-09T21:34:34.950Z | Compiling tokio-postgres v0.7.12 |
1354 | 2024-10-09T21:34:36.503Z | Compiling clap v4.5.18 |
1355 | 2024-10-09T21:34:36.549Z | Compiling hickory-proto v0.24.1 |
1356 | 2024-10-09T21:34:36.633Z | Compiling indicatif v0.17.8 |
1357 | 2024-10-09T21:34:38.664Z | Compiling toml_edit v0.22.22 |
1358 | 2024-10-09T21:34:38.842Z | Compiling predicates v3.1.2 |
1359 | 2024-10-09T21:34:39.882Z | Compiling nom v7.1.3 |
1360 | 2024-10-09T21:34:40.305Z | Compiling similar v2.6.0 |
1361 | 2024-10-09T21:34:40.669Z | Compiling signal-hook-mio v0.2.4 |
1362 | 2024-10-09T21:34:40.855Z | Compiling bit-set v0.5.3 |
1363 | 2024-10-09T21:34:40.902Z | Compiling usdt v0.5.0 |
1364 | 2024-10-09T21:34:41.161Z | Compiling ecdsa v0.16.9 |
1365 | 2024-10-09T21:34:41.426Z | Compiling rsa v0.9.6 |
1366 | 2024-10-09T21:34:41.817Z | Compiling futures v0.3.30 |
1367 | 2024-10-09T21:34:41.948Z | Compiling ed25519-dalek v2.1.1 |
1368 | 2024-10-09T21:34:42.037Z | Compiling flate2 v1.0.34 |
1369 | 2024-10-09T21:34:43.062Z | Compiling toml v0.7.8 |
1370 | 2024-10-09T21:34:43.710Z | Compiling tokio-stream v0.1.16 |
1371 | 2024-10-09T21:34:43.752Z | Compiling openapiv3 v2.0.0 |
1372 | 2024-10-09T21:34:44.187Z | Compiling hex v0.4.3 |
1373 | 2024-10-09T21:34:44.822Z | Compiling x509-cert v0.2.5 |
1374 | 2024-10-09T21:34:44.824Z | Compiling sha1 v0.10.6 |
1375 | 2024-10-09T21:34:44.824Z | Compiling itertools v0.12.1 |
1376 | 2024-10-09T21:34:45.306Z | Compiling itertools v0.10.5 |
1377 | 2024-10-09T21:34:47.337Z | Compiling dirs-sys-next v0.1.2 |
1378 | 2024-10-09T21:34:47.359Z | Compiling unicode-xid v0.2.4 |
1379 | 2024-10-09T21:34:47.566Z | Compiling peg-runtime v0.8.3 |
1380 | 2024-10-09T21:34:47.587Z | Compiling lalrpop-util v0.19.12 |
1381 | 2024-10-09T21:34:47.970Z | Compiling dirs-next v2.0.0 |
1382 | 2024-10-09T21:34:48.043Z | Compiling thread_local v1.1.8 |
1383 | 2024-10-09T21:34:48.077Z | Compiling slog-async v2.8.0 |
1384 | 2024-10-09T21:34:48.174Z | Compiling term v0.7.0 |
1385 | 2024-10-09T21:34:48.220Z | Compiling xattr v1.3.1 |
1386 | 2024-10-09T21:34:48.253Z | Compiling strum_macros v0.26.4 |
1387 | 2024-10-09T21:34:48.343Z | Compiling crossbeam-channel v0.5.12 |
1388 | 2024-10-09T21:34:48.487Z | Compiling filetime v0.2.25 |
1389 | 2024-10-09T21:34:48.589Z | Compiling is-terminal v0.4.12 |
1390 | 2024-10-09T21:34:48.705Z | Compiling take_mut v0.2.2 |
1391 | 2024-10-09T21:34:48.727Z | Compiling slog-term v2.9.1 |
1392 | 2024-10-09T21:34:48.806Z | Compiling tar v0.4.42 |
1393 | 2024-10-09T21:34:48.868Z | Compiling camino v1.1.9 |
1394 | 2024-10-09T21:34:49.981Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1395 | 2024-10-09T21:34:51.400Z | Compiling strum v0.26.3 |
1396 | 2024-10-09T21:34:51.492Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1397 | 2024-10-09T21:34:57.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1398 | 2024-10-09T21:34:57.307Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1399 | 2024-10-09T21:34:57.362Z | Oct 09 21:34:56.226 INFO Starting download, target: Cockroach |
1400 | 2024-10-09T21:34:57.363Z | Oct 09 21:34:56.227 INFO Starting download, target: Clickhouse |
1401 | 2024-10-09T21:34:57.363Z | Oct 09 21:34:56.227 INFO Starting download, target: Console |
1402 | 2024-10-09T21:34:57.363Z | Oct 09 21:34:56.227 INFO Starting download, target: DendriteOpenapi |
1403 | 2024-10-09T21:34:57.363Z | Oct 09 21:34:56.227 INFO Starting download, target: DendriteStub |
1404 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.227 INFO Starting download, target: MaghemiteMgd |
1405 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.227 INFO Starting download, target: TransceiverControl |
1406 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1407 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1408 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1409 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1410 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1411 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1412 | 2024-10-09T21:34:57.365Z | Oct 09 21:34:56.228 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1413 | 2024-10-09T21:34:57.538Z | Oct 09 21:34:56.401 INFO Download complete, target: DendriteOpenapi |
1414 | 2024-10-09T21:34:57.613Z | Oct 09 21:34:56.462 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1415 | 2024-10-09T21:34:57.897Z | Oct 09 21:34:56.737 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1416 | 2024-10-09T21:34:58.063Z | Oct 09 21:34:56.920 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1417 | 2024-10-09T21:34:58.199Z | Oct 09 21:34:57.063 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1418 | 2024-10-09T21:34:58.317Z | Oct 09 21:34:57.180 INFO Download complete, target: Console |
1419 | 2024-10-09T21:34:58.422Z | Oct 09 21:34:57.286 INFO Download complete, target: TransceiverControl |
1420 | 2024-10-09T21:34:58.658Z | Oct 09 21:34:57.522 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1421 | 2024-10-09T21:34:58.658Z | Oct 09 21:34:57.522 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1422 | 2024-10-09T21:34:59.676Z | Oct 09 21:34:58.540 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1423 | 2024-10-09T21:35:01.264Z | Oct 09 21:35:00.128 INFO Download complete, target: DendriteStub |
1424 | 2024-10-09T21:35:01.320Z | Oct 09 21:35:00.183 INFO Download complete, target: MaghemiteMgd |
1425 | 2024-10-09T21:35:07.027Z | Oct 09 21:35:05.887 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1426 | 2024-10-09T21:35:07.294Z | Oct 09 21:35:06.156 INFO Checking that binary works, target: Cockroach |
1427 | 2024-10-09T21:35:07.466Z | Oct 09 21:35:06.329 INFO Download complete, target: Cockroach |
1428 | 2024-10-09T21:35:13.535Z | Oct 09 21:35:12.397 INFO Checking that binary works, target: Clickhouse |
1429 | 2024-10-09T21:35:14.292Z | Oct 09 21:35:13.154 INFO Download complete, target: Clickhouse |
1430 | 2024-10-09T21:35:14.300Z | All prerequisites installed successfully |
1431 | 2024-10-09T21:35:14.302Z | |
1432 | 2024-10-09T21:35:14.302Z | real 4:28.848076705 |
1433 | 2024-10-09T21:35:14.302Z | user 12:17.179391394 |
1434 | 2024-10-09T21:35:14.302Z | sys 2:33.949280334 |
1435 | 2024-10-09T21:35:14.302Z | trap 0.475393904 |
1436 | 2024-10-09T21:35:14.302Z | tflt 7.500378911 |
1437 | 2024-10-09T21:35:14.303Z | dflt 5.191876415 |
1438 | 2024-10-09T21:35:14.303Z | kflt 0.558310673 |
1439 | 2024-10-09T21:35:14.303Z | lock 25:41.559309671 |
1440 | 2024-10-09T21:35:14.303Z | slp 49:10.783732094 |
1441 | 2024-10-09T21:35:14.303Z | lat 41.344325374 |
1442 | 2024-10-09T21:35:14.303Z | stop 1:53.085327564 |
1443 | 2024-10-09T21:35:14.303Z | + ptime -m cargo xtask download softnpu |
1444 | 2024-10-09T21:35:14.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1445 | 2024-10-09T21:35:14.943Z | Running `target/debug/xtask download softnpu` |
1446 | 2024-10-09T21:35:15.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
1447 | 2024-10-09T21:35:15.972Z | Running `target/debug/xtask-downloader softnpu` |
1448 | 2024-10-09T21:35:16.015Z | Oct 09 21:35:14.876 INFO Starting download, target: Softnpu |
1449 | 2024-10-09T21:35:16.017Z | Oct 09 21:35:14.876 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1450 | 2024-10-09T21:35:17.418Z | Oct 09 21:35:16.274 INFO Download complete, target: Softnpu |
1451 | 2024-10-09T21:35:17.422Z | |
1452 | 2024-10-09T21:35:17.422Z | real 3.109042539 |
1453 | 2024-10-09T21:35:17.422Z | user 1.383038089 |
1454 | 2024-10-09T21:35:17.422Z | sys 0.633330972 |
1455 | 2024-10-09T21:35:17.422Z | trap 0.000713366 |
1456 | 2024-10-09T21:35:17.422Z | tflt 0.000028435 |
1457 | 2024-10-09T21:35:17.422Z | dflt 0.000000000 |
1458 | 2024-10-09T21:35:17.422Z | kflt 0.000000000 |
1459 | 2024-10-09T21:35:17.422Z | lock 14.827251957 |
1460 | 2024-10-09T21:35:17.422Z | slp 1.431528014 |
1461 | 2024-10-09T21:35:17.422Z | lat 0.076939896 |
1462 | 2024-10-09T21:35:17.422Z | stop 0.000477579 |
1463 | 2024-10-09T21:35:17.422Z | + export CARGO_INCREMENTAL=0 |
1464 | 2024-10-09T21:35:17.422Z | + CARGO_INCREMENTAL=0 |
1465 | 2024-10-09T21:35:17.423Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1466 | 2024-10-09T21:35:18.511Z | Compiling proc-macro2 v1.0.86 |
1467 | 2024-10-09T21:35:18.511Z | Compiling unicode-ident v1.0.13 |
1468 | 2024-10-09T21:35:18.511Z | Compiling libc v0.2.159 |
1469 | 2024-10-09T21:35:18.511Z | Compiling serde v1.0.210 |
1470 | 2024-10-09T21:35:18.511Z | Compiling version_check v0.9.5 |
1471 | 2024-10-09T21:35:18.514Z | Compiling autocfg v1.3.0 |
1472 | 2024-10-09T21:35:18.514Z | Compiling cfg-if v1.0.0 |
1473 | 2024-10-09T21:35:18.514Z | Compiling once_cell v1.19.0 |
1474 | 2024-10-09T21:35:18.889Z | Compiling typenum v1.17.0 |
1475 | 2024-10-09T21:35:18.908Z | Compiling memchr v2.7.2 |
1476 | 2024-10-09T21:35:19.274Z | Compiling generic-array v0.14.7 |
1477 | 2024-10-09T21:35:19.430Z | Compiling lock_api v0.4.12 |
1478 | 2024-10-09T21:35:19.596Z | Compiling ahash v0.8.11 |
1479 | 2024-10-09T21:35:19.746Z | Compiling byteorder v1.5.0 |
1480 | 2024-10-09T21:35:19.829Z | Compiling serde_json v1.0.128 |
1481 | 2024-10-09T21:35:19.979Z | Compiling parking_lot_core v0.9.10 |
1482 | 2024-10-09T21:35:20.176Z | Compiling quote v1.0.37 |
1483 | 2024-10-09T21:35:20.250Z | Compiling libm v0.2.8 |
1484 | 2024-10-09T21:35:20.446Z | Compiling num-traits v0.2.19 |
1485 | 2024-10-09T21:35:20.493Z | Compiling thiserror v1.0.64 |
1486 | 2024-10-09T21:35:20.617Z | Compiling syn v2.0.79 |
1487 | 2024-10-09T21:35:20.780Z | Compiling getrandom v0.2.14 |
1488 | 2024-10-09T21:35:20.862Z | Compiling jobserver v0.1.32 |
1489 | 2024-10-09T21:35:21.030Z | Compiling value-bag v1.9.0 |
1490 | 2024-10-09T21:35:21.268Z | Compiling cc v1.0.97 |
1491 | 2024-10-09T21:35:21.291Z | Compiling itoa v1.0.11 |
1492 | 2024-10-09T21:35:21.321Z | Compiling scopeguard v1.2.0 |
1493 | 2024-10-09T21:35:21.478Z | Compiling log v0.4.22 |
1494 | 2024-10-09T21:35:21.653Z | Compiling rand_core v0.6.4 |
1495 | 2024-10-09T21:35:21.962Z | Compiling slab v0.4.9 |
1496 | 2024-10-09T21:35:22.147Z | Compiling semver v1.0.23 |
1497 | 2024-10-09T21:35:22.312Z | Compiling subtle v2.5.0 |
1498 | 2024-10-09T21:35:22.489Z | Compiling allocator-api2 v0.2.18 |
1499 | 2024-10-09T21:35:23.071Z | Compiling pin-project-lite v0.2.14 |
1500 | 2024-10-09T21:35:23.157Z | Compiling const-oid v0.9.6 |
1501 | 2024-10-09T21:35:23.324Z | Compiling ryu v1.0.18 |
1502 | 2024-10-09T21:35:23.350Z | Compiling smallvec v1.13.2 |
1503 | 2024-10-09T21:35:23.588Z | Compiling equivalent v1.0.1 |
1504 | 2024-10-09T21:35:23.831Z | Compiling vcpkg v0.2.15 |
1505 | 2024-10-09T21:35:23.849Z | Compiling pkg-config v0.3.30 |
1506 | 2024-10-09T21:35:23.910Z | Compiling schemars v0.8.21 |
1507 | 2024-10-09T21:35:24.529Z | Compiling signal-hook-registry v1.4.2 |
1508 | 2024-10-09T21:35:24.608Z | Compiling ring v0.17.8 |
1509 | 2024-10-09T21:35:25.076Z | Compiling parking_lot v0.12.2 |
1510 | 2024-10-09T21:35:25.114Z | Compiling mio v1.0.2 |
1511 | 2024-10-09T21:35:25.560Z | Compiling openssl-sys v0.9.103 |
1512 | 2024-10-09T21:35:26.624Z | Compiling spin v0.9.8 |
1513 | 2024-10-09T21:35:27.041Z | Compiling socket2 v0.5.7 |
1514 | 2024-10-09T21:35:27.080Z | Compiling httparse v1.8.0 |
1515 | 2024-10-09T21:35:27.149Z | Compiling syn v1.0.109 |
1516 | 2024-10-09T21:35:27.358Z | Compiling futures-core v0.3.30 |
1517 | 2024-10-09T21:35:27.624Z | Compiling crossbeam-utils v0.8.19 |
1518 | 2024-10-09T21:35:27.783Z | Compiling heck v0.5.0 |
1519 | 2024-10-09T21:35:27.800Z | Compiling fnv v1.0.7 |
1520 | 2024-10-09T21:35:28.208Z | Compiling num-conv v0.1.0 |
1521 | 2024-10-09T21:35:28.225Z | Compiling cpufeatures v0.2.12 |
1522 | 2024-10-09T21:35:28.240Z | Compiling time-core v0.1.2 |
1523 | 2024-10-09T21:35:28.443Z | Compiling openssl v0.10.66 |
1524 | 2024-10-09T21:35:28.486Z | Compiling time-macros v0.2.18 |
1525 | 2024-10-09T21:35:28.668Z | Compiling serde_derive_internals v0.29.1 |
1526 | 2024-10-09T21:35:28.852Z | Compiling rustix v0.38.37 |
1527 | 2024-10-09T21:35:29.047Z | Compiling futures-sink v0.3.30 |
1528 | 2024-10-09T21:35:29.802Z | Compiling iana-time-zone v0.1.60 |
1529 | 2024-10-09T21:35:29.909Z | Compiling native-tls v0.2.11 |
1530 | 2024-10-09T21:35:30.175Z | Compiling tinyvec_macros v0.1.1 |
1531 | 2024-10-09T21:35:30.276Z | Compiling rustls v0.23.10 |
1532 | 2024-10-09T21:35:30.429Z | Compiling tinyvec v1.6.0 |
1533 | 2024-10-09T21:35:30.734Z | Compiling ucd-trie v0.1.6 |
1534 | 2024-10-09T21:35:30.814Z | Compiling base64ct v1.6.0 |
1535 | 2024-10-09T21:35:31.258Z | Compiling futures-channel v0.3.30 |
1536 | 2024-10-09T21:35:31.372Z | Compiling pem-rfc7468 v0.7.0 |
1537 | 2024-10-09T21:35:31.389Z | Compiling backtrace v0.3.71 |
1538 | 2024-10-09T21:35:31.527Z | Compiling cookie v0.18.1 |
1539 | 2024-10-09T21:35:31.750Z | Compiling flagset v0.4.5 |
1540 | 2024-10-09T21:35:31.846Z | Compiling futures-io v0.3.30 |
1541 | 2024-10-09T21:35:31.878Z | Compiling unicode-normalization v0.1.23 |
1542 | 2024-10-09T21:35:31.951Z | Compiling futures-task v0.3.30 |
1543 | 2024-10-09T21:35:31.966Z | Compiling pin-utils v0.1.0 |
1544 | 2024-10-09T21:35:31.985Z | Compiling slog v2.7.0 |
1545 | 2024-10-09T21:35:32.061Z | Compiling unicode-bidi v0.3.15 |
1546 | 2024-10-09T21:35:32.451Z | Compiling aho-corasick v1.1.3 |
1547 | 2024-10-09T21:35:33.266Z | Compiling regex-syntax v0.8.4 |
1548 | 2024-10-09T21:35:33.488Z | Compiling tracing-core v0.1.32 |
1549 | 2024-10-09T21:35:34.117Z | Compiling winnow v0.5.40 |
1550 | 2024-10-09T21:35:34.141Z | Compiling serde_derive v1.0.210 |
1551 | 2024-10-09T21:35:35.868Z | Compiling zeroize_derive v1.4.2 |
1552 | 2024-10-09T21:35:36.079Z | Compiling zerocopy-derive v0.7.34 |
1553 | 2024-10-09T21:35:37.005Z | Compiling thiserror-impl v1.0.64 |
1554 | 2024-10-09T21:35:37.303Z | Compiling zeroize v1.8.1 |
1555 | 2024-10-09T21:35:38.010Z | Compiling zerocopy v0.7.34 |
1556 | 2024-10-09T21:35:38.156Z | Compiling tokio-macros v2.4.0 |
1557 | 2024-10-09T21:35:39.551Z | Compiling futures-macro v0.3.30 |
1558 | 2024-10-09T21:35:39.610Z | Compiling crypto-common v0.1.6 |
1559 | 2024-10-09T21:35:39.989Z | Compiling der_derive v0.7.2 |
1560 | 2024-10-09T21:35:40.098Z | Compiling hashbrown v0.14.5 |
1561 | 2024-10-09T21:35:40.953Z | Compiling block-buffer v0.10.4 |
1562 | 2024-10-09T21:35:41.144Z | Compiling tracing-attributes v0.1.27 |
1563 | 2024-10-09T21:35:41.217Z | Compiling digest v0.10.7 |
1564 | 2024-10-09T21:35:41.469Z | Compiling schemars_derive v0.8.21 |
1565 | 2024-10-09T21:35:42.263Z | Compiling hmac v0.12.1 |
1566 | 2024-10-09T21:35:42.281Z | Compiling block-padding v0.3.3 |
1567 | 2024-10-09T21:35:42.472Z | Compiling inout v0.1.3 |
1568 | 2024-10-09T21:35:42.505Z | Compiling openssl-macros v0.1.1 |
1569 | 2024-10-09T21:35:42.726Z | Compiling cipher v0.4.4 |
1570 | 2024-10-09T21:35:43.187Z | Compiling sha2 v0.10.8 |
1571 | 2024-10-09T21:35:43.279Z | Compiling scroll_derive v0.12.0 |
1572 | 2024-10-09T21:35:43.805Z | Compiling pest v2.7.10 |
1573 | 2024-10-09T21:35:43.964Z | Compiling der v0.7.9 |
1574 | 2024-10-09T21:35:44.408Z | Compiling futures-util v0.3.30 |
1575 | 2024-10-09T21:35:44.622Z | Compiling salsa20 v0.10.2 |
1576 | 2024-10-09T21:35:44.693Z | Compiling pbkdf2 v0.12.2 |
1577 | 2024-10-09T21:35:45.121Z | Compiling regex-automata v0.4.6 |
1578 | 2024-10-09T21:35:45.230Z | Compiling anyhow v1.0.89 |
1579 | 2024-10-09T21:35:45.791Z | Compiling dyn-clone v1.0.17 |
1580 | 2024-10-09T21:35:46.205Z | Compiling spki v0.7.3 |
1581 | 2024-10-09T21:35:46.565Z | Compiling pest_meta v2.7.10 |
1582 | 2024-10-09T21:35:46.671Z | Compiling rayon-core v1.12.1 |
1583 | 2024-10-09T21:35:47.019Z | Compiling scrypt v0.11.0 |
1584 | 2024-10-09T21:35:47.276Z | Compiling tracing v0.1.40 |
1585 | 2024-10-09T21:35:47.592Z | Compiling cbc v0.1.2 |
1586 | 2024-10-09T21:35:47.809Z | Compiling aes v0.8.4 |
1587 | 2024-10-09T21:35:48.164Z | Compiling bytes v1.7.2 |
1588 | 2024-10-09T21:35:49.043Z | Compiling indexmap v2.5.0 |
1589 | 2024-10-09T21:35:50.063Z | Compiling tokio v1.39.3 |
1590 | 2024-10-09T21:35:50.524Z | Compiling rustc_version v0.4.0 |
1591 | 2024-10-09T21:35:50.703Z | Compiling uuid v1.10.0 |
1592 | 2024-10-09T21:35:50.968Z | Compiling bitflags v2.6.0 |
1593 | 2024-10-09T21:35:51.169Z | Compiling serde_tokenstream v0.2.2 |
1594 | 2024-10-09T21:35:51.551Z | Compiling chrono v0.4.38 |
1595 | 2024-10-09T21:35:52.345Z | Compiling http v1.1.0 |
1596 | 2024-10-09T21:35:53.634Z | Compiling serde_spanned v0.6.7 |
1597 | 2024-10-09T21:35:53.867Z | Compiling toml_datetime v0.6.8 |
1598 | 2024-10-09T21:35:55.166Z | Compiling pest_generator v2.7.10 |
1599 | 2024-10-09T21:35:56.402Z | Compiling toml_edit v0.19.15 |
1600 | 2024-10-09T21:35:56.994Z | Compiling pest_derive v2.7.10 |
1601 | 2024-10-09T21:35:57.809Z | Compiling usdt-impl v0.5.0 |
1602 | 2024-10-09T21:35:58.171Z | Compiling rustls-pki-types v1.7.0 |
1603 | 2024-10-09T21:35:59.198Z | Compiling rustversion v1.0.17 |
1604 | 2024-10-09T21:35:59.552Z | Compiling tokio-util v0.7.12 |
1605 | 2024-10-09T21:35:59.673Z | Compiling heapless v0.7.17 |
1606 | 2024-10-09T21:36:00.126Z | Compiling pkcs5 v0.7.1 |
1607 | 2024-10-09T21:36:00.913Z | Compiling scroll v0.12.0 |
1608 | 2024-10-09T21:36:01.492Z | Compiling untrusted v0.9.0 |
1609 | 2024-10-09T21:36:01.701Z | Compiling powerfmt v0.2.0 |
1610 | 2024-10-09T21:36:01.811Z | Compiling plain v0.2.3 |
1611 | 2024-10-09T21:36:02.222Z | Compiling percent-encoding v2.3.1 |
1612 | 2024-10-09T21:36:02.689Z | Compiling heck v0.4.1 |
1613 | 2024-10-09T21:36:02.750Z | Compiling ppv-lite86 v0.2.17 |
1614 | 2024-10-09T21:36:03.462Z | Compiling deranged v0.3.11 |
1615 | 2024-10-09T21:36:03.563Z | Compiling rand_chacha v0.3.1 |
1616 | 2024-10-09T21:36:03.688Z | Compiling goblin v0.8.2 |
1617 | 2024-10-09T21:36:04.573Z | Compiling pkcs8 v0.10.2 |
1618 | 2024-10-09T21:36:04.592Z | Compiling regex v1.10.6 |
1619 | 2024-10-09T21:36:05.700Z | Compiling atomic-waker v1.1.2 |
1620 | 2024-10-09T21:36:05.893Z | Compiling pretty-hex v0.4.1 |
1621 | 2024-10-09T21:36:05.914Z | Compiling strsim v0.11.1 |
1622 | 2024-10-09T21:36:06.072Z | Compiling num_threads v0.1.7 |
1623 | 2024-10-09T21:36:06.418Z | Compiling crc32fast v1.4.0 |
1624 | 2024-10-09T21:36:06.785Z | Compiling rustls-webpki v0.102.4 |
1625 | 2024-10-09T21:36:06.905Z | Compiling time v0.3.36 |
1626 | 2024-10-09T21:36:08.308Z | Compiling rand v0.8.5 |
1627 | 2024-10-09T21:36:09.925Z | Compiling dof v0.3.0 |
1628 | 2024-10-09T21:36:11.081Z | Compiling dtrace-parser v0.2.0 |
1629 | 2024-10-09T21:36:11.107Z | Compiling http-body v1.0.0 |
1630 | 2024-10-09T21:36:11.629Z | Compiling curve25519-dalek v4.1.3 |
1631 | 2024-10-09T21:36:11.649Z | Compiling async-trait v0.1.83 |
1632 | 2024-10-09T21:36:12.177Z | Compiling thread-id v4.2.1 |
1633 | 2024-10-09T21:36:12.486Z | Compiling try-lock v0.2.5 |
1634 | 2024-10-09T21:36:12.518Z | Compiling num-bigint-dig v0.8.4 |
1635 | 2024-10-09T21:36:12.660Z | Compiling signal-hook v0.3.17 |
1636 | 2024-10-09T21:36:12.971Z | Compiling portable-atomic v1.6.0 |
1637 | 2024-10-09T21:36:13.030Z | Compiling smoltcp v0.9.1 |
1638 | 2024-10-09T21:36:13.060Z | Compiling foreign-types-shared v0.1.1 |
1639 | 2024-10-09T21:36:13.176Z | Compiling foreign-types v0.3.2 |
1640 | 2024-10-09T21:36:13.176Z | Compiling h2 v0.4.6 |
1641 | 2024-10-09T21:36:13.279Z | Compiling want v0.3.1 |
1642 | 2024-10-09T21:36:15.987Z | Compiling form_urlencoded v1.2.1 |
1643 | 2024-10-09T21:36:17.340Z | Compiling errno v0.3.9 |
1644 | 2024-10-09T21:36:17.376Z | Compiling httpdate v1.0.3 |
1645 | 2024-10-09T21:36:17.611Z | Compiling siphasher v0.3.11 |
1646 | 2024-10-09T21:36:18.005Z | Compiling base64 v0.22.1 |
1647 | 2024-10-09T21:36:19.564Z | Compiling crossbeam-epoch v0.9.18 |
1648 | 2024-10-09T21:36:20.656Z | Compiling hyper v1.4.1 |
1649 | 2024-10-09T21:36:21.873Z | Compiling openapiv3 v2.0.0 |
1650 | 2024-10-09T21:36:22.032Z | Compiling signature v2.2.0 |
1651 | 2024-10-09T21:36:22.279Z | Compiling hubpack_derive v0.1.1 |
1652 | 2024-10-09T21:36:23.200Z | Compiling curve25519-dalek-derive v0.1.1 |
1653 | 2024-10-09T21:36:23.532Z | Compiling zerocopy-derive v0.6.6 |
1654 | 2024-10-09T21:36:23.587Z | Compiling idna v0.5.0 |
1655 | 2024-10-09T21:36:24.717Z | Compiling lazy_static v1.5.0 |
1656 | 2024-10-09T21:36:25.234Z | Compiling fs-err v2.11.0 |
1657 | 2024-10-09T21:36:25.510Z | Compiling anstyle v1.0.8 |
1658 | 2024-10-09T21:36:25.573Z | Compiling stable_deref_trait v1.2.0 |
1659 | 2024-10-09T21:36:25.996Z | Compiling gimli v0.28.1 |
1660 | 2024-10-09T21:36:26.543Z | Compiling either v1.13.0 |
1661 | 2024-10-09T21:36:26.939Z | Compiling openssl-probe v0.1.5 |
1662 | 2024-10-09T21:36:26.969Z | Compiling utf8parse v0.2.1 |
1663 | 2024-10-09T21:36:27.104Z | Compiling tower-service v0.3.2 |
1664 | 2024-10-09T21:36:27.141Z | Compiling finl_unicode v1.2.0 |
1665 | 2024-10-09T21:36:27.366Z | Compiling adler v1.0.2 |
1666 | 2024-10-09T21:36:27.688Z | Compiling miniz_oxide v0.7.2 |
1667 | 2024-10-09T21:36:27.799Z | Compiling stringprep v0.1.4 |
1668 | 2024-10-09T21:36:28.846Z | Compiling hyper-util v0.1.9 |
1669 | 2024-10-09T21:36:32.194Z | Compiling addr2line v0.21.0 |
1670 | 2024-10-09T21:36:32.649Z | Compiling anstyle-parse v0.2.4 |
1671 | 2024-10-09T21:36:35.235Z | Compiling url v2.5.2 |
1672 | 2024-10-09T21:36:38.674Z | Compiling crossbeam-deque v0.8.5 |
1673 | 2024-10-09T21:36:38.694Z | Compiling usdt-attr-macro v0.5.0 |
1674 | 2024-10-09T21:36:39.048Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-10-09T21:36:39.857Z | Compiling md-5 v0.10.6 |
1676 | 2024-10-09T21:36:40.317Z | Compiling idna v0.3.0 |
1677 | 2024-10-09T21:36:40.637Z | Compiling num-integer v0.1.46 |
1678 | 2024-10-09T21:36:41.372Z | Compiling ff v0.13.0 |
1679 | 2024-10-09T21:36:41.691Z | Compiling hash32 v0.2.1 |
1680 | 2024-10-09T21:36:41.807Z | Compiling object v0.32.2 |
1681 | 2024-10-09T21:36:42.078Z | Compiling colorchoice v1.0.1 |
1682 | 2024-10-09T21:36:42.739Z | Compiling base16ct v0.2.0 |
1683 | 2024-10-09T21:36:43.148Z | Compiling rustc-demangle v0.1.24 |
1684 | 2024-10-09T21:36:43.839Z | Compiling psl-types v2.0.11 |
1685 | 2024-10-09T21:36:44.055Z | Compiling fallible-iterator v0.2.0 |
1686 | 2024-10-09T21:36:44.810Z | Compiling is_terminal_polyfill v1.70.0 |
1687 | 2024-10-09T21:36:44.948Z | Compiling anstyle-query v1.0.3 |
1688 | 2024-10-09T21:36:45.097Z | Compiling anstream v0.6.14 |
1689 | 2024-10-09T21:36:45.699Z | Compiling postgres-protocol v0.6.7 |
1690 | 2024-10-09T21:36:45.837Z | Compiling publicsuffix v2.2.3 |
1691 | 2024-10-09T21:36:47.367Z | Compiling tokio-rustls v0.26.0 |
1692 | 2024-10-09T21:36:47.859Z | Compiling sec1 v0.7.3 |
1693 | 2024-10-09T21:36:48.416Z | Compiling group v0.13.0 |
1694 | 2024-10-09T21:36:48.735Z | Compiling num-iter v0.1.45 |
1695 | 2024-10-09T21:36:50.570Z | Compiling terminal_size v0.3.0 |
1696 | 2024-10-09T21:36:52.251Z | Compiling tokio-native-tls v0.3.1 |
1697 | 2024-10-09T21:36:52.552Z | Compiling phf_shared v0.11.2 |
1698 | 2024-10-09T21:36:53.285Z | Compiling http-body-util v0.1.2 |
1699 | 2024-10-09T21:36:53.719Z | Compiling webpki-roots v0.26.3 |
1700 | 2024-10-09T21:36:53.858Z | Compiling strum_macros v0.25.3 |
1701 | 2024-10-09T21:36:53.968Z | Compiling enum-as-inner v0.6.0 |
1702 | 2024-10-09T21:36:54.325Z | Compiling hkdf v0.12.4 |
1703 | 2024-10-09T21:36:54.578Z | Compiling regress v0.10.1 |
1704 | 2024-10-09T21:36:54.652Z | Compiling crypto-bigint v0.5.5 |
1705 | 2024-10-09T21:36:55.081Z | Compiling clap_derive v4.5.18 |
1706 | 2024-10-09T21:36:57.757Z | Compiling serde_repr v0.1.19 |
1707 | 2024-10-09T21:36:59.506Z | Compiling encoding_rs v0.8.34 |
1708 | 2024-10-09T21:36:59.942Z | Compiling managed v0.8.0 |
1709 | 2024-10-09T21:37:00.377Z | Compiling mime v0.3.17 |
1710 | 2024-10-09T21:37:00.472Z | Compiling adler2 v2.0.0 |
1711 | 2024-10-09T21:37:00.695Z | Compiling bitflags v1.3.2 |
1712 | 2024-10-09T21:37:01.721Z | Compiling clap_lex v0.7.0 |
1713 | 2024-10-09T21:37:02.116Z | Compiling ipnet v2.10.0 |
1714 | 2024-10-09T21:37:02.191Z | Compiling unicode-width v0.1.13 |
1715 | 2024-10-09T21:37:02.491Z | Compiling console v0.15.8 |
1716 | 2024-10-09T21:37:03.214Z | Compiling clap_builder v4.5.18 |
1717 | 2024-10-09T21:37:04.222Z | Compiling miniz_oxide v0.8.0 |
1718 | 2024-10-09T21:37:05.618Z | Compiling typify-impl v0.2.0 |
1719 | 2024-10-09T21:37:07.209Z | Compiling elliptic-curve v0.13.8 |
1720 | 2024-10-09T21:37:09.815Z | Compiling hyper-rustls v0.27.3 |
1721 | 2024-10-09T21:37:10.091Z | Compiling hyper-tls v0.6.0 |
1722 | 2024-10-09T21:37:11.635Z | Compiling phf v0.11.2 |
1723 | 2024-10-09T21:37:11.967Z | Compiling rayon v1.10.0 |
1724 | 2024-10-09T21:37:12.322Z | Compiling cookie_store v0.21.0 |
1725 | 2024-10-09T21:37:13.576Z | Compiling postgres-types v0.2.8 |
1726 | 2024-10-09T21:37:13.863Z | Compiling zerocopy v0.6.6 |
1727 | 2024-10-09T21:37:13.924Z | Compiling hubpack v0.1.2 |
1728 | 2024-10-09T21:37:14.387Z | Compiling ed25519 v2.2.3 |
1729 | 2024-10-09T21:37:14.762Z | Compiling rustls-pemfile v2.1.3 |
1730 | 2024-10-09T21:37:14.976Z | Compiling phf_shared v0.10.0 |
1731 | 2024-10-09T21:37:15.320Z | Compiling serde_urlencoded v0.7.1 |
1732 | 2024-10-09T21:37:15.950Z | Compiling pkcs1 v0.7.5 |
1733 | 2024-10-09T21:37:16.219Z | Compiling bstr v1.9.1 |
1734 | 2024-10-09T21:37:16.718Z | Compiling futures-executor v0.3.30 |
1735 | 2024-10-09T21:37:17.196Z | Compiling serde-big-array v0.5.1 |
1736 | 2024-10-09T21:37:17.446Z | Compiling rfc6979 v0.4.0 |
1737 | 2024-10-09T21:37:17.497Z | Compiling idna v0.4.0 |
1738 | 2024-10-09T21:37:17.645Z | Compiling sync_wrapper v1.0.1 |
1739 | 2024-10-09T21:37:17.678Z | Compiling float-cmp v0.9.0 |
1740 | 2024-10-09T21:37:17.817Z | Compiling mio v0.8.11 |
1741 | 2024-10-09T21:37:17.880Z | Compiling memmap v0.7.0 |
1742 | 2024-10-09T21:37:17.988Z | Compiling unicode-segmentation v1.11.0 |
1743 | 2024-10-09T21:37:18.191Z | Compiling static_assertions v1.1.0 |
1744 | 2024-10-09T21:37:18.294Z | Compiling difflib v0.4.0 |
1745 | 2024-10-09T21:37:18.443Z | Compiling number_prefix v0.4.0 |
1746 | 2024-10-09T21:37:18.774Z | Compiling fixedbitset v0.4.2 |
1747 | 2024-10-09T21:37:18.885Z | Compiling predicates-core v1.0.6 |
1748 | 2024-10-09T21:37:18.975Z | Compiling minimal-lexical v0.2.1 |
1749 | 2024-10-09T21:37:19.006Z | Compiling winnow v0.6.18 |
1750 | 2024-10-09T21:37:19.195Z | Compiling new_debug_unreachable v1.0.6 |
1751 | 2024-10-09T21:37:19.214Z | Compiling bit-vec v0.6.3 |
1752 | 2024-10-09T21:37:19.300Z | Compiling normalize-line-endings v0.3.0 |
1753 | 2024-10-09T21:37:19.441Z | Compiling data-encoding v2.6.0 |
1754 | 2024-10-09T21:37:19.462Z | Compiling precomputed-hash v0.1.1 |
1755 | 2024-10-09T21:37:19.583Z | Compiling whoami v1.5.2 |
1756 | 2024-10-09T21:37:19.647Z | Compiling bit-set v0.5.3 |
1757 | 2024-10-09T21:37:19.954Z | Compiling tokio-postgres v0.7.12 |
1758 | 2024-10-09T21:37:20.178Z | Compiling hickory-proto v0.24.1 |
1759 | 2024-10-09T21:37:21.214Z | Compiling reqwest v0.12.7 |
1760 | 2024-10-09T21:37:21.449Z | Compiling string_cache v0.8.7 |
1761 | 2024-10-09T21:37:21.881Z | Compiling predicates v3.1.2 |
1762 | 2024-10-09T21:37:22.216Z | Compiling nom v7.1.3 |
1763 | 2024-10-09T21:37:22.957Z | Compiling toml_edit v0.22.22 |
1764 | 2024-10-09T21:37:23.395Z | Compiling petgraph v0.6.5 |
1765 | 2024-10-09T21:37:25.356Z | Compiling similar v2.6.0 |
1766 | 2024-10-09T21:37:26.043Z | Compiling indicatif v0.17.8 |
1767 | 2024-10-09T21:37:27.452Z | Compiling signal-hook-mio v0.2.4 |
1768 | 2024-10-09T21:37:27.648Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1769 | 2024-10-09T21:37:27.723Z | Compiling usdt v0.5.0 |
1770 | 2024-10-09T21:37:27.957Z | Compiling typify-macro v0.2.0 |
1771 | 2024-10-09T21:37:29.057Z | Compiling ecdsa v0.16.9 |
1772 | 2024-10-09T21:37:29.989Z | Compiling futures v0.3.30 |
1773 | 2024-10-09T21:37:30.123Z | Compiling rsa v0.9.6 |
1774 | 2024-10-09T21:37:31.026Z | Compiling ed25519-dalek v2.1.1 |
1775 | 2024-10-09T21:37:31.844Z | Compiling flate2 v1.0.34 |
1776 | 2024-10-09T21:37:31.913Z | Compiling clap v4.5.18 |
1777 | 2024-10-09T21:37:32.285Z | Compiling itertools v0.10.5 |
1778 | 2024-10-09T21:37:32.432Z | Compiling itertools v0.12.1 |
1779 | 2024-10-09T21:37:32.814Z | Compiling tokio-stream v0.1.16 |
1780 | 2024-10-09T21:37:33.882Z | Compiling toml v0.7.8 |
1781 | 2024-10-09T21:37:34.585Z | Compiling hex v0.4.3 |
1782 | 2024-10-09T21:37:34.722Z | Compiling x509-cert v0.2.5 |
1783 | 2024-10-09T21:37:35.244Z | Compiling sha1 v0.10.6 |
1784 | 2024-10-09T21:37:35.455Z | Compiling unicode-xid v0.2.4 |
1785 | 2024-10-09T21:37:35.601Z | Compiling lalrpop-util v0.19.12 |
1786 | 2024-10-09T21:37:35.652Z | Compiling peg-runtime v0.8.3 |
1787 | 2024-10-09T21:37:35.670Z | Compiling camino v1.1.9 |
1788 | 2024-10-09T21:37:36.334Z | Compiling proc-macro-crate v1.3.1 |
1789 | 2024-10-09T21:37:37.189Z | Compiling heapless v0.8.0 |
1790 | 2024-10-09T21:37:38.641Z | Compiling num_enum_derive v0.5.11 |
1791 | 2024-10-09T21:37:39.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1792 | 2024-10-09T21:37:41.111Z | Compiling ipnetwork v0.20.0 |
1793 | 2024-10-09T21:37:44.873Z | Compiling hash32 v0.3.1 |
1794 | 2024-10-09T21:37:45.830Z | Compiling smoltcp v0.11.0 |
1795 | 2024-10-09T21:37:46.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1796 | 2024-10-09T21:37:46.785Z | Compiling ident_case v1.0.1 |
1797 | 2024-10-09T21:37:46.985Z | Compiling darling_core v0.20.9 |
1798 | 2024-10-09T21:37:55.723Z | Compiling num_enum v0.5.11 |
1799 | 2024-10-09T21:37:55.986Z | Compiling typify v0.2.0 |
1800 | 2024-10-09T21:37:57.688Z | Compiling dirs-sys-next v0.1.2 |
1801 | 2024-10-09T21:37:58.821Z | Compiling proc-macro-error-attr v1.0.4 |
1802 | 2024-10-09T21:37:59.145Z | Compiling cobs v0.2.3 |
1803 | 2024-10-09T21:38:00.226Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1804 | 2024-10-09T21:38:00.556Z | Compiling rustls v0.22.4 |
1805 | 2024-10-09T21:38:00.880Z | Compiling paste v1.0.15 |
1806 | 2024-10-09T21:38:01.373Z | Compiling unsafe-libyaml v0.2.11 |
1807 | 2024-10-09T21:38:02.337Z | Compiling embedded-io v0.4.0 |
1808 | 2024-10-09T21:38:02.587Z | Compiling postcard v1.0.8 |
1809 | 2024-10-09T21:38:02.864Z | Compiling serde_yaml v0.9.34+deprecated |
1810 | 2024-10-09T21:38:03.687Z | Compiling dirs-next v2.0.0 |
1811 | 2024-10-09T21:38:12.829Z | Compiling progenitor-impl v0.8.0 |
1812 | 2024-10-09T21:38:13.552Z | Compiling darling_macro v0.20.9 |
1813 | 2024-10-09T21:38:22.155Z | Compiling strum_macros v0.26.4 |
1814 | 2024-10-09T21:38:22.798Z | Compiling structmeta-derive v0.3.0 |
1815 | 2024-10-09T21:38:22.801Z | Compiling foreign-types-macros v0.2.3 |
1816 | 2024-10-09T21:38:23.737Z | Compiling thread_local v1.1.8 |
1817 | 2024-10-09T21:38:24.110Z | Compiling multer v3.1.0 |
1818 | 2024-10-09T21:38:24.439Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1819 | 2024-10-09T21:38:24.459Z | Compiling proc-macro-error v1.0.4 |
1820 | 2024-10-09T21:38:25.406Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1821 | 2024-10-09T21:38:25.791Z | Compiling match_cfg v0.1.0 |
1822 | 2024-10-09T21:38:26.203Z | Compiling foreign-types-shared v0.3.1 |
1823 | 2024-10-09T21:38:26.584Z | Compiling slog-async v2.8.0 |
1824 | 2024-10-09T21:38:27.477Z | Compiling strum v0.26.3 |
1825 | 2024-10-09T21:38:29.776Z | Compiling foreign-types v0.5.0 |
1826 | 2024-10-09T21:38:34.466Z | Compiling hostname v0.3.1 |
1827 | 2024-10-09T21:38:34.501Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1828 | 2024-10-09T21:38:34.522Z | Compiling structmeta v0.3.0 |
1829 | 2024-10-09T21:38:36.605Z | Compiling progenitor-macro v0.8.0 |
1830 | 2024-10-09T21:38:37.937Z | Compiling darling v0.20.9 |
1831 | 2024-10-09T21:38:38.224Z | Compiling term v0.7.0 |
1832 | 2024-10-09T21:38:43.120Z | Compiling progenitor-client v0.8.0 |
1833 | 2024-10-09T21:38:43.520Z | Compiling tabwriter v1.4.0 |
1834 | 2024-10-09T21:38:44.342Z | Compiling slog-json v2.6.1 |
1835 | 2024-10-09T21:38:48.005Z | Compiling crossbeam-channel v0.5.12 |
1836 | 2024-10-09T21:38:49.620Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1837 | 2024-10-09T21:38:50.460Z | Compiling async-stream-impl v0.3.5 |
1838 | 2024-10-09T21:38:50.479Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1839 | 2024-10-09T21:38:51.343Z | Compiling is-terminal v0.4.12 |
1840 | 2024-10-09T21:38:51.491Z | Compiling cstr-argument v0.1.2 |
1841 | 2024-10-09T21:38:51.774Z | Compiling dropshot v0.12.0 |
1842 | 2024-10-09T21:38:51.784Z | Compiling take_mut v0.2.2 |
1843 | 2024-10-09T21:38:51.960Z | Compiling pretty-hex v0.2.1 |
1844 | 2024-10-09T21:38:52.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1845 | 2024-10-09T21:38:52.173Z | Compiling crucible-workspace-hack v0.1.0 |
1846 | 2024-10-09T21:38:52.476Z | Compiling fastrand v2.1.1 |
1847 | 2024-10-09T21:38:52.886Z | Compiling tempfile v3.13.0 |
1848 | 2024-10-09T21:38:53.237Z | Compiling progenitor v0.8.0 |
1849 | 2024-10-09T21:38:53.275Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1850 | 2024-10-09T21:38:53.601Z | Compiling async-stream v0.3.5 |
1851 | 2024-10-09T21:38:53.691Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1852 | 2024-10-09T21:38:53.936Z | Compiling slog-term v2.9.1 |
1853 | 2024-10-09T21:38:54.646Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1854 | 2024-10-09T21:38:54.828Z | Compiling tokio-rustls v0.25.0 |
1855 | 2024-10-09T21:38:54.856Z | Compiling slog-bunyan v2.5.0 |
1856 | 2024-10-09T21:38:55.315Z | Compiling serde_with_macros v3.9.0 |
1857 | 2024-10-09T21:38:56.106Z | Compiling parse-display-derive v0.10.0 |
1858 | 2024-10-09T21:38:56.584Z | Compiling toml v0.8.19 |
1859 | 2024-10-09T21:38:56.657Z | Compiling colored v2.1.0 |
1860 | 2024-10-09T21:38:56.678Z | Compiling waitgroup v0.1.2 |
1861 | 2024-10-09T21:38:56.944Z | Compiling newtype-uuid v1.1.0 |
1862 | 2024-10-09T21:38:57.307Z | Compiling dropshot_endpoint v0.12.0 |
1863 | 2024-10-09T21:38:58.024Z | Compiling serde_path_to_error v0.1.16 |
1864 | 2024-10-09T21:38:58.027Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1865 | 2024-10-09T21:38:58.616Z | Compiling hostname v0.4.0 |
1866 | 2024-10-09T21:38:58.792Z | Compiling socket2 v0.4.10 |
1867 | 2024-10-09T21:38:58.888Z | Compiling instant v0.1.12 |
1868 | 2024-10-09T21:38:59.074Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1869 | 2024-10-09T21:38:59.104Z | Compiling debug-ignore v1.0.5 |
1870 | 2024-10-09T21:38:59.446Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1871 | 2024-10-09T21:39:00.205Z | Compiling parse-display v0.10.0 |
1872 | 2024-10-09T21:39:00.328Z | Compiling backoff v0.4.0 |
1873 | 2024-10-09T21:39:00.724Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-10-09T21:39:00.948Z | Compiling serde_with v3.9.0 |
1875 | 2024-10-09T21:39:02.226Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1876 | 2024-10-09T21:39:02.486Z | Compiling zone_cfg_derive v0.3.0 |
1877 | 2024-10-09T21:39:02.825Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1878 | 2024-10-09T21:39:03.503Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1879 | 2024-10-09T21:39:03.564Z | Compiling camino-tempfile v1.1.1 |
1880 | 2024-10-09T21:39:04.036Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1881 | 2024-10-09T21:39:04.371Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1882 | 2024-10-09T21:39:04.515Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1883 | 2024-10-09T21:39:04.559Z | Compiling macaddr v1.0.1 |
1884 | 2024-10-09T21:39:05.170Z | Compiling regress v0.9.1 |
1885 | 2024-10-09T21:39:05.407Z | Compiling num-derive v0.4.2 |
1886 | 2024-10-09T21:39:07.711Z | Compiling sigpipe v0.1.3 |
1887 | 2024-10-09T21:39:07.861Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1888 | 2024-10-09T21:39:08.158Z | Compiling libefi-sys v0.1.0 |
1889 | 2024-10-09T21:39:08.213Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1890 | 2024-10-09T21:39:08.409Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1891 | 2024-10-09T21:39:08.507Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1892 | 2024-10-09T21:39:09.098Z | Compiling zone v0.3.0 |
1893 | 2024-10-09T21:39:09.984Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1894 | 2024-10-09T21:39:11.605Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1895 | 2024-10-09T21:39:12.164Z | Compiling smf v0.2.3 |
1896 | 2024-10-09T21:39:12.553Z | Compiling bitfield-struct v0.6.1 |
1897 | 2024-10-09T21:39:14.019Z | Compiling ring v0.16.20 |
1898 | 2024-10-09T21:39:14.089Z | Compiling blake3 v1.5.1 |
1899 | 2024-10-09T21:39:14.727Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1900 | 2024-10-09T21:39:15.450Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1901 | 2024-10-09T21:39:15.775Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2024-10-09T21:39:15.942Z | Compiling xattr v1.3.1 |
1903 | 2024-10-09T21:39:16.252Z | Compiling memmap2 v0.9.4 |
1904 | 2024-10-09T21:39:16.281Z | Compiling filetime v0.2.25 |
1905 | 2024-10-09T21:39:16.649Z | Compiling arrayref v0.3.7 |
1906 | 2024-10-09T21:39:16.770Z | Compiling spin v0.5.2 |
1907 | 2024-10-09T21:39:16.835Z | Compiling untrusted v0.7.1 |
1908 | 2024-10-09T21:39:16.952Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-10-09T21:39:17.026Z | Compiling arrayvec v0.7.4 |
1910 | 2024-10-09T21:39:17.044Z | Compiling same-file v1.0.6 |
1911 | 2024-10-09T21:39:17.082Z | Compiling constant_time_eq v0.3.0 |
1912 | 2024-10-09T21:39:17.266Z | Compiling walkdir v2.5.0 |
1913 | 2024-10-09T21:39:17.337Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1914 | 2024-10-09T21:39:18.726Z | Compiling tar v0.4.42 |
1915 | 2024-10-09T21:39:19.418Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1916 | 2024-10-09T21:39:19.840Z | Compiling gethostname v0.5.0 |
1917 | 2024-10-09T21:39:20.055Z | Compiling cargo-platform v0.1.8 |
1918 | 2024-10-09T21:39:20.072Z | Compiling topological-sort v0.2.2 |
1919 | 2024-10-09T21:39:21.095Z | Compiling cargo_metadata v0.18.1 |
1920 | 2024-10-09T21:39:23.893Z | Compiling omicron-zone-package v0.11.1 |
1921 | 2024-10-09T21:39:27.332Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1922 | 2024-10-09T21:39:28.350Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1923 | 2024-10-09T21:39:34.684Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1924 | 2024-10-09T21:39:51.851Z | Finished `release` profile [optimized] target(s) in 4m 34s |
1925 | 2024-10-09T21:39:52.020Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1926 | 2024-10-09T21:39:52.072Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1927 | 2024-10-09T21:39:52.074Z | Created new build target 'test' and set it as active |
1928 | 2024-10-09T21:39:52.074Z | |
1929 | 2024-10-09T21:39:52.074Z | real 4:34.607560330 |
1930 | 2024-10-09T21:39:52.075Z | user 31:03.002780496 |
1931 | 2024-10-09T21:39:52.075Z | sys 3:53.178711555 |
1932 | 2024-10-09T21:39:52.075Z | trap 0.982249015 |
1933 | 2024-10-09T21:39:52.075Z | tflt 3.183891376 |
1934 | 2024-10-09T21:39:52.075Z | dflt 0.840174629 |
1935 | 2024-10-09T21:39:52.075Z | kflt 0.018764375 |
1936 | 2024-10-09T21:39:52.075Z | lock 1:08:32.174937557 |
1937 | 2024-10-09T21:39:52.075Z | slp 1:59:17.138093853 |
1938 | 2024-10-09T21:39:52.075Z | lat 2:04.959657633 |
1939 | 2024-10-09T21:39:52.075Z | stop 3:52.926996419 |
1940 | 2024-10-09T21:39:52.078Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1941 | 2024-10-09T21:39:53.209Z | Finished `release` profile [optimized] target(s) in 1.08s |
1942 | 2024-10-09T21:39:53.261Z | Running `target/release/omicron-package -t test package` |
1943 | 2024-10-09T21:39:53.306Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1944 | 2024-10-09T21:39:54.596Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1945 | 2024-10-09T21:39:54.601Z | Compiling convert_case v0.4.0 |
1946 | 2024-10-09T21:39:54.601Z | Compiling camino v1.1.9 |
1947 | 2024-10-09T21:39:54.601Z | Compiling newline-converter v0.3.0 |
1948 | 2024-10-09T21:39:54.601Z | Compiling itertools v0.13.0 |
1949 | 2024-10-09T21:39:54.725Z | Compiling password-hash v0.5.0 |
1950 | 2024-10-09T21:39:54.730Z | Compiling blake2 v0.10.6 |
1951 | 2024-10-09T21:39:54.811Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1952 | 2024-10-09T21:39:54.951Z | Compiling expectorate v1.1.0 |
1953 | 2024-10-09T21:39:54.970Z | Compiling cancel-safe-futures v0.1.5 |
1954 | 2024-10-09T21:39:55.145Z | Compiling owo-colors v4.1.0 |
1955 | 2024-10-09T21:39:55.383Z | Compiling argon2 v0.5.3 |
1956 | 2024-10-09T21:39:55.514Z | Compiling derive_more v0.99.18 |
1957 | 2024-10-09T21:39:55.562Z | Compiling derive-where v1.2.7 |
1958 | 2024-10-09T21:39:55.726Z | Compiling linked-hash-map v0.5.6 |
1959 | 2024-10-09T21:39:56.115Z | Compiling lru-cache v0.1.2 |
1960 | 2024-10-09T21:39:56.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1961 | 2024-10-09T21:39:56.913Z | Compiling libsw v3.3.1 |
1962 | 2024-10-09T21:39:56.977Z | Compiling quick-error v1.2.3 |
1963 | 2024-10-09T21:39:57.149Z | Compiling swrite v0.1.0 |
1964 | 2024-10-09T21:39:57.257Z | Compiling indent_write v2.2.0 |
1965 | 2024-10-09T21:39:57.293Z | Compiling base64 v0.21.7 |
1966 | 2024-10-09T21:39:57.462Z | Compiling linear-map v1.2.0 |
1967 | 2024-10-09T21:39:57.507Z | Compiling resolv-conf v0.7.0 |
1968 | 2024-10-09T21:39:57.909Z | Compiling hickory-resolver v0.24.1 |
1969 | 2024-10-09T21:39:57.964Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1970 | 2024-10-09T21:39:58.466Z | Compiling toml v0.8.19 |
1971 | 2024-10-09T21:39:58.579Z | Compiling progenitor-client v0.8.0 |
1972 | 2024-10-09T21:39:58.654Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2024-10-09T21:39:58.713Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1974 | 2024-10-09T21:39:59.049Z | Compiling progenitor v0.8.0 |
1975 | 2024-10-09T21:39:59.069Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1976 | 2024-10-09T21:39:59.294Z | Compiling num-rational v0.4.2 |
1977 | 2024-10-09T21:40:00.271Z | Compiling num-complex v0.4.6 |
1978 | 2024-10-09T21:40:01.492Z | Compiling dirs-sys-next v0.1.2 |
1979 | 2024-10-09T21:40:01.889Z | Compiling dirs-next v2.0.0 |
1980 | 2024-10-09T21:40:02.038Z | Compiling num v0.4.3 |
1981 | 2024-10-09T21:40:02.083Z | Compiling atomicwrites v0.4.4 |
1982 | 2024-10-09T21:40:02.165Z | Compiling float-ord v0.3.2 |
1983 | 2024-10-09T21:40:02.300Z | Compiling term v0.7.0 |
1984 | 2024-10-09T21:40:02.331Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1985 | 2024-10-09T21:40:02.638Z | Compiling semver v0.1.20 |
1986 | 2024-10-09T21:40:03.245Z | Compiling prettyplease v0.2.22 |
1987 | 2024-10-09T21:40:03.585Z | Compiling rustc_version v0.1.7 |
1988 | 2024-10-09T21:40:03.612Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
1989 | 2024-10-09T21:40:04.033Z | Compiling is-terminal v0.4.12 |
1990 | 2024-10-09T21:40:04.177Z | Compiling newtype_derive v0.1.6 |
1991 | 2024-10-09T21:40:04.524Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1992 | 2024-10-09T21:40:05.077Z | Compiling utf-8 v0.7.6 |
1993 | 2024-10-09T21:40:05.580Z | Compiling humantime v2.1.0 |
1994 | 2024-10-09T21:40:05.905Z | Compiling highway v1.2.0 |
1995 | 2024-10-09T21:40:06.634Z | Compiling steno v0.4.1 |
1996 | 2024-10-09T21:40:07.361Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1997 | 2024-10-09T21:40:07.400Z | Compiling home v0.5.9 |
1998 | 2024-10-09T21:40:10.466Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1999 | 2024-10-09T21:40:13.776Z | Compiling rustls v0.22.4 |
2000 | 2024-10-09T21:40:13.813Z | Compiling thread_local v1.1.8 |
2001 | 2024-10-09T21:40:14.410Z | Compiling match_cfg v0.1.0 |
2002 | 2024-10-09T21:40:14.522Z | Compiling hostname v0.3.1 |
2003 | 2024-10-09T21:40:14.801Z | Compiling multer v3.1.0 |
2004 | 2024-10-09T21:40:14.891Z | Compiling slog-async v2.8.0 |
2005 | 2024-10-09T21:40:14.968Z | Compiling slog-json v2.6.1 |
2006 | 2024-10-09T21:40:15.532Z | Compiling crossbeam-channel v0.5.12 |
2007 | 2024-10-09T21:40:16.425Z | Compiling take_mut v0.2.2 |
2008 | 2024-10-09T21:40:20.588Z | Compiling slog-bunyan v2.5.0 |
2009 | 2024-10-09T21:40:20.622Z | Compiling slog-term v2.9.1 |
2010 | 2024-10-09T21:40:20.622Z | Compiling tokio-rustls v0.25.0 |
2011 | 2024-10-09T21:40:20.629Z | Compiling dropshot v0.12.0 |
2012 | 2024-10-09T21:40:20.700Z | Compiling async-stream v0.3.5 |
2013 | 2024-10-09T21:40:21.005Z | Compiling waitgroup v0.1.2 |
2014 | 2024-10-09T21:40:21.230Z | Compiling newtype-uuid v1.1.0 |
2015 | 2024-10-09T21:40:21.500Z | Compiling ipnetwork v0.20.0 |
2016 | 2024-10-09T21:40:21.559Z | Compiling serde_path_to_error v0.1.16 |
2017 | 2024-10-09T21:40:22.315Z | Compiling hostname v0.4.0 |
2018 | 2024-10-09T21:40:22.428Z | Compiling instant v0.1.12 |
2019 | 2024-10-09T21:40:22.566Z | Compiling debug-ignore v1.0.5 |
2020 | 2024-10-09T21:40:22.590Z | Compiling backoff v0.4.0 |
2021 | 2024-10-09T21:40:22.952Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2022 | 2024-10-09T21:40:23.309Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2023 | 2024-10-09T21:40:23.659Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2024 | 2024-10-09T21:40:23.659Z | Compiling parse-display v0.10.0 |
2025 | 2024-10-09T21:40:24.063Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-10-09T21:40:24.262Z | Compiling serde_with v3.9.0 |
2027 | 2024-10-09T21:40:26.353Z | Compiling strum v0.26.3 |
2028 | 2024-10-09T21:40:26.548Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2029 | 2024-10-09T21:40:28.260Z | Compiling regress v0.9.1 |
2030 | 2024-10-09T21:40:28.634Z | Compiling macaddr v1.0.1 |
2031 | 2024-10-09T21:40:29.073Z | Compiling slog-dtrace v0.3.0 |
2032 | 2024-10-09T21:40:29.344Z | Compiling display-error-chain v0.2.1 |
2033 | 2024-10-09T21:40:29.524Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2034 | 2024-10-09T21:40:30.611Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2035 | 2024-10-09T21:40:30.660Z | Compiling half v2.4.1 |
2036 | 2024-10-09T21:40:30.679Z | Compiling ciborium-io v0.2.2 |
2037 | 2024-10-09T21:40:30.746Z | Compiling tungstenite v0.21.0 |
2038 | 2024-10-09T21:40:30.829Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2039 | 2024-10-09T21:40:30.883Z | Compiling fastrand v2.1.1 |
2040 | 2024-10-09T21:40:31.385Z | Compiling ciborium-ll v0.2.2 |
2041 | 2024-10-09T21:40:31.411Z | Compiling same-file v1.0.6 |
2042 | 2024-10-09T21:40:31.650Z | Compiling walkdir v2.5.0 |
2043 | 2024-10-09T21:40:31.889Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2044 | 2024-10-09T21:40:32.324Z | Compiling tokio-tungstenite v0.21.0 |
2045 | 2024-10-09T21:40:32.941Z | Compiling ciborium v0.2.2 |
2046 | 2024-10-09T21:40:33.004Z | Compiling tempfile v3.13.0 |
2047 | 2024-10-09T21:40:33.822Z | Compiling ring v0.16.20 |
2048 | 2024-10-09T21:40:35.149Z | Compiling blake3 v1.5.1 |
2049 | 2024-10-09T21:40:35.875Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2050 | 2024-10-09T21:40:36.154Z | Compiling xattr v1.3.1 |
2051 | 2024-10-09T21:40:36.451Z | Compiling filetime v0.2.25 |
2052 | 2024-10-09T21:40:36.710Z | Compiling memmap2 v0.9.4 |
2053 | 2024-10-09T21:40:36.780Z | Compiling arrayref v0.3.7 |
2054 | 2024-10-09T21:40:36.902Z | Compiling keccak v0.1.5 |
2055 | 2024-10-09T21:40:37.165Z | Compiling spin v0.5.2 |
2056 | 2024-10-09T21:40:37.415Z | Compiling untrusted v0.7.1 |
2057 | 2024-10-09T21:40:37.548Z | Compiling constant_time_eq v0.3.0 |
2058 | 2024-10-09T21:40:37.641Z | Compiling arrayvec v0.7.4 |
2059 | 2024-10-09T21:40:37.913Z | Compiling sha3 v0.10.8 |
2060 | 2024-10-09T21:40:38.810Z | Compiling tar v0.4.42 |
2061 | 2024-10-09T21:40:39.248Z | Compiling camino-tempfile v1.1.1 |
2062 | 2024-10-09T21:40:39.708Z | Compiling toolchain_find v0.4.0 |
2063 | 2024-10-09T21:40:40.302Z | Compiling nibble_vec v0.1.0 |
2064 | 2024-10-09T21:40:40.575Z | Compiling maplit v1.0.2 |
2065 | 2024-10-09T21:40:40.716Z | Compiling radium v0.7.0 |
2066 | 2024-10-09T21:40:40.846Z | Compiling crunchy v0.2.2 |
2067 | 2024-10-09T21:40:41.079Z | Compiling endian-type v0.1.2 |
2068 | 2024-10-09T21:40:41.195Z | Compiling topological-sort v0.2.2 |
2069 | 2024-10-09T21:40:41.338Z | Compiling glob v0.3.1 |
2070 | 2024-10-09T21:40:41.389Z | Compiling radix_trie v0.2.1 |
2071 | 2024-10-09T21:40:41.443Z | Compiling omicron-zone-package v0.11.1 |
2072 | 2024-10-09T21:40:42.193Z | Compiling clang-sys v1.7.0 |
2073 | 2024-10-09T21:40:42.381Z | Compiling rustfmt-wrapper v0.2.1 |
2074 | 2024-10-09T21:40:42.942Z | Compiling maybe-uninit v2.0.0 |
2075 | 2024-10-09T21:40:43.005Z | Compiling tiny-keccak v2.0.2 |
2076 | 2024-10-09T21:40:43.331Z | Compiling tap v1.0.1 |
2077 | 2024-10-09T21:40:43.538Z | Compiling wyz v0.5.1 |
2078 | 2024-10-09T21:40:44.161Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2079 | 2024-10-09T21:40:45.894Z | Compiling dsl_auto_type v0.1.2 |
2080 | 2024-10-09T21:40:47.025Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2081 | 2024-10-09T21:40:47.504Z | Compiling scheduled-thread-pool v0.2.7 |
2082 | 2024-10-09T21:40:50.498Z | Compiling secrecy v0.8.0 |
2083 | 2024-10-09T21:40:50.792Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2084 | 2024-10-09T21:40:51.338Z | Compiling diesel_table_macro_syntax v0.2.0 |
2085 | 2024-10-09T21:40:51.709Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2086 | 2024-10-09T21:40:51.761Z | Compiling crc-catalog v2.4.0 |
2087 | 2024-10-09T21:40:51.934Z | Compiling packed_struct v0.10.1 |
2088 | 2024-10-09T21:40:52.069Z | Compiling funty v2.0.0 |
2089 | 2024-10-09T21:40:52.423Z | Compiling arc-swap v1.7.1 |
2090 | 2024-10-09T21:40:52.578Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2091 | 2024-10-09T21:40:53.147Z | Compiling slog-scope v4.4.0 |
2092 | 2024-10-09T21:40:53.630Z | Compiling bitvec v1.0.1 |
2093 | 2024-10-09T21:40:54.089Z | Compiling crc v3.2.1 |
2094 | 2024-10-09T21:40:54.604Z | Compiling diesel_derives v2.2.2 |
2095 | 2024-10-09T21:40:57.167Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2096 | 2024-10-09T21:40:57.619Z | Compiling r2d2 v0.8.10 |
2097 | 2024-10-09T21:40:58.564Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2098 | 2024-10-09T21:40:58.655Z | Compiling ascii-canvas v3.0.0 |
2099 | 2024-10-09T21:40:59.171Z | Compiling universal-hash v0.5.1 |
2100 | 2024-10-09T21:40:59.430Z | Compiling thiserror-impl-no-std v2.0.2 |
2101 | 2024-10-09T21:40:59.939Z | Compiling packed_struct_codegen v0.10.1 |
2102 | 2024-10-09T21:41:02.335Z | Compiling ena v0.14.3 |
2103 | 2024-10-09T21:41:02.555Z | Compiling libloading v0.8.3 |
2104 | 2024-10-09T21:41:02.630Z | Compiling indexmap v1.9.3 |
2105 | 2024-10-09T21:41:02.762Z | Compiling bindgen v0.69.4 |
2106 | 2024-10-09T21:41:02.962Z | Compiling nodrop v0.1.14 |
2107 | 2024-10-09T21:41:02.992Z | Compiling diff v0.1.13 |
2108 | 2024-10-09T21:41:03.108Z | Compiling regex-syntax v0.6.29 |
2109 | 2024-10-09T21:41:03.247Z | Compiling opaque-debug v0.3.1 |
2110 | 2024-10-09T21:41:03.359Z | Compiling poly1305 v0.8.0 |
2111 | 2024-10-09T21:41:03.579Z | Compiling array-init v0.0.4 |
2112 | 2024-10-09T21:41:06.579Z | Compiling diesel v2.2.4 |
2113 | 2024-10-09T21:41:08.576Z | Compiling lalrpop v0.19.12 |
2114 | 2024-10-09T21:41:09.530Z | Compiling thiserror-no-std v2.0.2 |
2115 | 2024-10-09T21:41:15.470Z | Compiling smallvec v0.6.14 |
2116 | 2024-10-09T21:41:16.591Z | Compiling slog-stdlog v4.1.1 |
2117 | 2024-10-09T21:41:17.436Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2118 | 2024-10-09T21:41:18.618Z | Compiling which v4.4.2 |
2119 | 2024-10-09T21:41:18.645Z | Compiling tungstenite v0.23.0 |
2120 | 2024-10-09T21:41:19.194Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2121 | 2024-10-09T21:41:19.507Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2122 | 2024-10-09T21:41:19.721Z | Compiling chacha20 v0.9.1 |
2123 | 2024-10-09T21:41:19.737Z | Compiling cexpr v0.6.0 |
2124 | 2024-10-09T21:41:20.187Z | Compiling aead v0.5.2 |
2125 | 2024-10-09T21:41:20.558Z | Compiling bitfield v0.14.0 |
2126 | 2024-10-09T21:41:20.873Z | Compiling shlex v1.3.0 |
2127 | 2024-10-09T21:41:21.257Z | Compiling lazycell v1.3.0 |
2128 | 2024-10-09T21:41:21.408Z | Compiling hashbrown v0.12.3 |
2129 | 2024-10-09T21:41:21.443Z | Compiling rustc-hash v1.1.0 |
2130 | 2024-10-09T21:41:21.619Z | Compiling ref-cast v1.0.23 |
2131 | 2024-10-09T21:41:22.135Z | Compiling termcolor v1.4.1 |
2132 | 2024-10-09T21:41:23.276Z | Compiling env_logger v0.10.2 |
2133 | 2024-10-09T21:41:24.611Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2134 | 2024-10-09T21:41:26.337Z | Compiling chacha20poly1305 v0.10.1 |
2135 | 2024-10-09T21:41:26.577Z | Compiling tokio-tungstenite v0.23.1 |
2136 | 2024-10-09T21:41:27.250Z | Compiling slog-envlogger v2.2.0 |
2137 | 2024-10-09T21:41:29.926Z | Compiling serde-hex v0.1.0 |
2138 | 2024-10-09T21:41:32.063Z | Compiling vsss-rs v3.3.4 |
2139 | 2024-10-09T21:41:35.269Z | Compiling polar-core v0.27.3 |
2140 | 2024-10-09T21:41:35.316Z | Compiling bzip2 v0.4.4 |
2141 | 2024-10-09T21:41:35.790Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-10-09T21:41:36.137Z | Compiling ron v0.8.1 |
2143 | 2024-10-09T21:41:36.512Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2144 | 2024-10-09T21:41:36.600Z | Compiling derive_builder_core v0.20.0 |
2145 | 2024-10-09T21:41:36.845Z | Compiling headers-core v0.3.0 |
2146 | 2024-10-09T21:41:37.044Z | Compiling hashbrown v0.13.2 |
2147 | 2024-10-09T21:41:38.020Z | Compiling fxhash v0.2.1 |
2148 | 2024-10-09T21:41:38.216Z | Compiling libxml v0.3.3 |
2149 | 2024-10-09T21:41:38.443Z | Compiling ref-cast-impl v1.0.23 |
2150 | 2024-10-09T21:41:38.605Z | Compiling crc-any v2.5.0 |
2151 | 2024-10-09T21:41:38.781Z | Compiling derive_builder_macro v0.20.0 |
2152 | 2024-10-09T21:41:39.556Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2153 | 2024-10-09T21:41:39.700Z | Compiling object v0.30.4 |
2154 | 2024-10-09T21:41:39.828Z | Compiling samael v0.0.17 |
2155 | 2024-10-09T21:41:41.544Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2156 | 2024-10-09T21:41:42.271Z | Compiling headers v0.4.0 |
2157 | 2024-10-09T21:41:46.120Z | Compiling zip v0.6.6 |
2158 | 2024-10-09T21:41:47.482Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2159 | 2024-10-09T21:41:48.885Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2160 | 2024-10-09T21:41:49.214Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2161 | 2024-10-09T21:41:50.680Z | Compiling strum_macros v0.24.3 |
2162 | 2024-10-09T21:41:53.276Z | Compiling kstat-rs v0.2.4 |
2163 | 2024-10-09T21:41:54.085Z | Compiling async-recursion v1.1.1 |
2164 | 2024-10-09T21:41:54.198Z | Compiling unicase v2.7.0 |
2165 | 2024-10-09T21:41:54.450Z | Compiling path-slash v0.1.5 |
2166 | 2024-10-09T21:41:54.643Z | Compiling indoc v1.0.9 |
2167 | 2024-10-09T21:41:54.701Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2168 | 2024-10-09T21:41:54.824Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2169 | 2024-10-09T21:41:57.744Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2170 | 2024-10-09T21:42:03.458Z | Compiling derive_builder v0.20.0 |
2171 | 2024-10-09T21:42:03.512Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2172 | 2024-10-09T21:42:03.654Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2173 | 2024-10-09T21:42:03.985Z | Compiling crossterm v0.28.1 |
2174 | 2024-10-09T21:42:08.996Z | Compiling pem v3.0.4 |
2175 | 2024-10-09T21:42:10.384Z | Compiling http v0.2.12 |
2176 | 2024-10-09T21:42:10.498Z | Compiling impl-trait-for-tuples v0.2.2 |
2177 | 2024-10-09T21:42:12.247Z | Compiling oso-derive v0.27.3 |
2178 | 2024-10-09T21:42:13.086Z | Compiling libz-sys v1.1.16 |
2179 | 2024-10-09T21:42:13.307Z | Compiling quick-xml v0.33.0 |
2180 | 2024-10-09T21:42:13.736Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2181 | 2024-10-09T21:42:14.083Z | Compiling parking_lot_core v0.8.6 |
2182 | 2024-10-09T21:42:14.555Z | Compiling cfg_aliases v0.1.1 |
2183 | 2024-10-09T21:42:14.675Z | Compiling nix v0.28.0 |
2184 | 2024-10-09T21:42:15.483Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2185 | 2024-10-09T21:42:15.503Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2186 | 2024-10-09T21:42:17.033Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2187 | 2024-10-09T21:42:17.333Z | Compiling bb8 v0.8.5 |
2188 | 2024-10-09T21:42:17.511Z | Compiling oso v0.27.3 |
2189 | 2024-10-09T21:42:17.954Z | Compiling const_format_proc_macros v0.2.33 |
2190 | 2024-10-09T21:42:19.924Z | Compiling vte_generate_state_changes v0.1.1 |
2191 | 2024-10-09T21:42:20.583Z | Compiling buf-list v1.0.3 |
2192 | 2024-10-09T21:42:20.960Z | Compiling vte v0.11.1 |
2193 | 2024-10-09T21:42:21.252Z | Compiling const_format v0.2.33 |
2194 | 2024-10-09T21:42:22.431Z | Compiling async-bb8-diesel v0.2.1 |
2195 | 2024-10-09T21:42:23.294Z | Compiling http-body v0.4.6 |
2196 | 2024-10-09T21:42:23.808Z | Compiling h2 v0.3.26 |
2197 | 2024-10-09T21:42:24.083Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
2198 | 2024-10-09T21:42:35.745Z | Compiling fd-lock v4.0.2 |
2199 | 2024-10-09T21:42:36.010Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2200 | 2024-10-09T21:42:36.899Z | Compiling pin-project-internal v1.1.5 |
2201 | 2024-10-09T21:42:39.845Z | Compiling atty v0.2.14 |
2202 | 2024-10-09T21:42:40.037Z | Compiling bytecount v0.6.8 |
2203 | 2024-10-09T21:42:40.390Z | Compiling salty v0.3.0 |
2204 | 2024-10-09T21:42:40.865Z | Compiling papergrid v0.11.0 |
2205 | 2024-10-09T21:42:44.995Z | Compiling pin-project v1.1.5 |
2206 | 2024-10-09T21:42:52.844Z | Compiling hyper v0.14.30 |
2207 | 2024-10-09T21:42:59.203Z | Compiling parking_lot v0.11.2 |
2208 | 2024-10-09T21:43:05.349Z | Compiling strip-ansi-escapes v0.2.0 |
2209 | 2024-10-09T21:43:05.384Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2210 | 2024-10-09T21:43:07.398Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2211 | 2024-10-09T21:43:07.728Z | Compiling tabled_derive v0.7.0 |
2212 | 2024-10-09T21:43:08.683Z | Compiling crossterm v0.27.0 |
2213 | 2024-10-09T21:43:10.105Z | Compiling peg-macros v0.8.4 |
2214 | 2024-10-09T21:43:10.967Z | Compiling snafu-derive v0.8.2 |
2215 | 2024-10-09T21:43:12.006Z | Compiling sqlparser_derive v0.2.2 |
2216 | 2024-10-09T21:43:12.377Z | Compiling nu-ansi-term v0.50.0 |
2217 | 2024-10-09T21:43:13.103Z | Compiling unicode_categories v0.1.1 |
2218 | 2024-10-09T21:43:13.446Z | Compiling sync_wrapper v0.1.2 |
2219 | 2024-10-09T21:43:13.615Z | Compiling peg v0.8.4 |
2220 | 2024-10-09T21:43:13.617Z | Compiling reqwest v0.11.27 |
2221 | 2024-10-09T21:43:13.745Z | Compiling rustyline v14.0.0 |
2222 | 2024-10-09T21:43:13.894Z | Compiling sqlformat v0.2.6 |
2223 | 2024-10-09T21:43:15.571Z | Compiling sqlparser v0.45.0 |
2224 | 2024-10-09T21:43:15.629Z | Compiling reedline v0.33.0 |
2225 | 2024-10-09T21:43:15.713Z | Compiling snafu v0.8.2 |
2226 | 2024-10-09T21:43:17.062Z | Compiling tabled v0.15.0 |
2227 | 2024-10-09T21:43:25.826Z | Compiling sled v0.34.7 |
2228 | 2024-10-09T21:43:38.367Z | Compiling mime_guess v2.0.4 |
2229 | 2024-10-09T21:43:39.889Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2230 | 2024-10-09T21:43:40.902Z | Compiling hickory-client v0.24.1 |
2231 | 2024-10-09T21:43:42.261Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2232 | 2024-10-09T21:43:46.607Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2233 | 2024-10-09T21:43:49.217Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2234 | 2024-10-09T21:43:49.844Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2235 | 2024-10-09T21:43:57.148Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2236 | 2024-10-09T21:43:57.638Z | Compiling globset v0.4.14 |
2237 | 2024-10-09T21:43:58.514Z | Compiling hickory-server v0.24.1 |
2238 | 2024-10-09T21:43:58.687Z | Compiling primeorder v0.13.6 |
2239 | 2024-10-09T21:43:59.268Z | Compiling olpc-cjson v0.1.3 |
2240 | 2024-10-09T21:43:59.633Z | Compiling bcs v0.1.6 |
2241 | 2024-10-09T21:44:00.258Z | Compiling vergen v8.3.2 |
2242 | 2024-10-09T21:44:00.587Z | Compiling env_filter v0.1.2 |
2243 | 2024-10-09T21:44:00.616Z | Compiling cargo-platform v0.1.8 |
2244 | 2024-10-09T21:44:01.156Z | Compiling serde_plain v1.0.2 |
2245 | 2024-10-09T21:44:01.719Z | Compiling nanorand v0.7.0 |
2246 | 2024-10-09T21:44:01.949Z | Compiling memoffset v0.9.1 |
2247 | 2024-10-09T21:44:02.327Z | Compiling typed-path v0.7.1 |
2248 | 2024-10-09T21:44:02.574Z | Compiling flume v0.11.0 |
2249 | 2024-10-09T21:44:03.392Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2250 | 2024-10-09T21:44:05.322Z | Compiling tough v0.17.1 |
2251 | 2024-10-09T21:44:07.753Z | Compiling cargo_metadata v0.18.1 |
2252 | 2024-10-09T21:44:07.978Z | Compiling env_logger v0.11.5 |
2253 | 2024-10-09T21:44:09.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2254 | 2024-10-09T21:44:09.461Z | Compiling p384 v0.13.0 |
2255 | 2024-10-09T21:44:11.125Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2256 | 2024-10-09T21:44:11.294Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2257 | 2024-10-09T21:44:16.291Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2258 | 2024-10-09T21:44:17.618Z | Compiling git2 v0.19.0 |
2259 | 2024-10-09T21:44:21.288Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2260 | 2024-10-09T21:44:23.149Z | Compiling libsqlite3-sys v0.30.1 |
2261 | 2024-10-09T21:44:23.264Z | Compiling lzma-sys v0.1.20 |
2262 | 2024-10-09T21:44:23.701Z | Compiling cfg_aliases v0.2.1 |
2263 | 2024-10-09T21:44:23.825Z | Compiling rustls v0.21.12 |
2264 | 2024-10-09T21:44:24.006Z | Compiling parse-size v1.0.0 |
2265 | 2024-10-09T21:44:24.148Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2266 | 2024-10-09T21:44:24.313Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2267 | 2024-10-09T21:44:24.598Z | Compiling nix v0.29.0 |
2268 | 2024-10-09T21:44:26.956Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2269 | 2024-10-09T21:44:27.681Z | Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
2270 | 2024-10-09T21:44:28.962Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2271 | 2024-10-09T21:44:33.033Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2272 | 2024-10-09T21:44:33.807Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2273 | 2024-10-09T21:44:34.139Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2274 | 2024-10-09T21:44:36.036Z | Compiling sct v0.7.1 |
2275 | 2024-10-09T21:44:36.244Z | Compiling rustls-webpki v0.101.7 |
2276 | 2024-10-09T21:44:36.529Z | Compiling heck v0.3.3 |
2277 | 2024-10-09T21:44:36.944Z | Compiling castaway v0.2.3 |
2278 | 2024-10-09T21:44:37.228Z | Compiling rand_seeder v0.3.0 |
2279 | 2024-10-09T21:44:37.650Z | Compiling csv-core v0.1.11 |
2280 | 2024-10-09T21:44:38.450Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2281 | 2024-10-09T21:44:38.559Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2282 | 2024-10-09T21:44:38.824Z | Compiling http-range v0.1.5 |
2283 | 2024-10-09T21:44:39.426Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2284 | 2024-10-09T21:44:40.363Z | Compiling hyper-staticfile v0.10.1 |
2285 | 2024-10-09T21:44:40.984Z | Compiling csv v1.3.0 |
2286 | 2024-10-09T21:44:41.868Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2287 | 2024-10-09T21:44:42.123Z | Compiling compact_str v0.8.0 |
2288 | 2024-10-09T21:44:43.422Z | Compiling zone_cfg_derive v0.1.2 |
2289 | 2024-10-09T21:44:44.878Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2290 | 2024-10-09T21:44:44.941Z | Compiling nix v0.27.1 |
2291 | 2024-10-09T21:44:46.424Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2292 | 2024-10-09T21:44:47.587Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2293 | 2024-10-09T21:44:48.993Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2294 | 2024-10-09T21:44:54.515Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2295 | 2024-10-09T21:44:54.623Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2296 | 2024-10-09T21:44:57.663Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2297 | 2024-10-09T21:44:58.046Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2298 | 2024-10-09T21:44:58.387Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2299 | 2024-10-09T21:44:58.730Z | Compiling unicode-truncate v1.0.0 |
2300 | 2024-10-09T21:44:59.038Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2024-10-09T21:44:59.680Z | Compiling lru v0.12.3 |
2302 | 2024-10-09T21:45:00.072Z | Compiling hashlink v0.9.1 |
2303 | 2024-10-09T21:45:00.817Z | Compiling instability v0.3.2 |
2304 | 2024-10-09T21:45:00.943Z | Compiling fallible-iterator v0.3.0 |
2305 | 2024-10-09T21:45:01.750Z | Compiling fallible-streaming-iterator v0.1.9 |
2306 | 2024-10-09T21:45:01.861Z | Compiling base64 v0.13.1 |
2307 | 2024-10-09T21:45:02.037Z | Compiling cassowary v0.3.0 |
2308 | 2024-10-09T21:45:02.117Z | Compiling rusqlite v0.32.1 |
2309 | 2024-10-09T21:45:02.656Z | Compiling ratatui v0.28.0 |
2310 | 2024-10-09T21:45:05.940Z | Compiling ron v0.7.1 |
2311 | 2024-10-09T21:45:07.576Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2312 | 2024-10-09T21:45:10.927Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2313 | 2024-10-09T21:45:11.018Z | Compiling xz2 v0.1.7 |
2314 | 2024-10-09T21:45:11.661Z | Compiling tokio-rustls v0.24.1 |
2315 | 2024-10-09T21:45:18.118Z | Compiling zone v0.1.8 |
2316 | 2024-10-09T21:45:20.749Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2317 | 2024-10-09T21:45:21.449Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2318 | 2024-10-09T21:45:28.060Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2319 | 2024-10-09T21:45:31.236Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2320 | 2024-10-09T21:45:31.375Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2321 | 2024-10-09T21:45:31.396Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2024-10-09T21:45:32.973Z | Compiling rustls-pemfile v1.0.4 |
2323 | 2024-10-09T21:45:33.754Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2324 | 2024-10-09T21:45:34.107Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2325 | 2024-10-09T21:45:35.112Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2326 | 2024-10-09T21:45:35.323Z | Compiling signal-hook-tokio v0.3.1 |
2327 | 2024-10-09T21:45:35.560Z | Compiling twox-hash v1.6.3 |
2328 | 2024-10-09T21:45:36.624Z | Compiling yasna v0.5.2 |
2329 | 2024-10-09T21:45:39.438Z | Compiling unicode-linebreak v0.1.5 |
2330 | 2024-10-09T21:45:39.850Z | Compiling smawk v0.3.2 |
2331 | 2024-10-09T21:45:40.034Z | Compiling is_ci v1.2.0 |
2332 | 2024-10-09T21:45:40.132Z | Compiling textwrap v0.16.1 |
2333 | 2024-10-09T21:45:40.285Z | Compiling supports-color v3.0.1 |
2334 | 2024-10-09T21:45:40.359Z | Compiling rcgen v0.12.1 |
2335 | 2024-10-09T21:45:40.662Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2336 | 2024-10-09T21:45:44.021Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2337 | 2024-10-09T21:45:45.023Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2338 | 2024-10-09T21:45:51.400Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2339 | 2024-10-09T21:45:53.457Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2340 | 2024-10-09T21:45:57.732Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2341 | 2024-10-09T21:45:58.926Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2342 | 2024-10-09T21:45:59.532Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2343 | 2024-10-09T21:46:03.468Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2344 | 2024-10-09T21:46:03.820Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2345 | 2024-10-09T21:46:10.914Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2346 | 2024-10-09T21:46:11.993Z | Compiling fatfs v0.3.6 |
2347 | 2024-10-09T21:46:14.926Z | Compiling rtoolbox v0.0.2 |
2348 | 2024-10-09T21:46:15.410Z | Compiling subprocess v0.2.9 |
2349 | 2024-10-09T21:46:18.523Z | Compiling assert_matches v1.5.0 |
2350 | 2024-10-09T21:46:20.386Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-10-09T21:46:20.529Z | Compiling rpassword v7.3.1 |
2352 | 2024-10-09T21:46:21.021Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2353 | 2024-10-09T21:46:26.698Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2354 | 2024-10-09T21:46:28.475Z | Compiling tui-tree-widget v0.22.0 |
2355 | 2024-10-09T21:46:28.977Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2356 | 2024-10-09T21:46:34.033Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2357 | 2024-10-09T21:46:44.304Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2358 | 2024-10-09T21:46:44.655Z | Compiling uzers v0.11.3 |
2359 | 2024-10-09T21:46:47.424Z | Compiling shell-words v1.1.0 |
2360 | 2024-10-09T21:46:47.833Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2361 | 2024-10-09T21:46:47.884Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2362 | 2024-10-09T21:46:49.848Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2363 | 2024-10-09T21:47:18.973Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2364 | 2024-10-09T21:47:30.174Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2365 | 2024-10-09T21:47:31.557Z | Compiling multimap v0.10.0 |
2366 | 2024-10-09T21:49:51.419Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2367 | 2024-10-09T21:50:04.936Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2368 | 2024-10-09T21:56:47.408Z | Finished `release` profile [optimized] target(s) in 16m 53s |
2369 | 2024-10-09T21:57:45.596Z | |
2370 | 2024-10-09T21:57:45.599Z | real 17:53.335483222 |
2371 | 2024-10-09T21:57:45.599Z | user 2:03:10.593973364 |
2372 | 2024-10-09T21:57:45.599Z | sys 5:48.960227938 |
2373 | 2024-10-09T21:57:45.600Z | trap 3.409616147 |
2374 | 2024-10-09T21:57:45.601Z | tflt 3.361607855 |
2375 | 2024-10-09T21:57:45.601Z | dflt 3.937400163 |
2376 | 2024-10-09T21:57:45.601Z | kflt 0.003122759 |
2377 | 2024-10-09T21:57:45.601Z | lock 7:30:08.304190558 |
2378 | 2024-10-09T21:57:45.601Z | slp 6:31:23.333821234 |
2379 | 2024-10-09T21:57:45.601Z | lat 2:58.606595445 |
2380 | 2024-10-09T21:57:45.601Z | stop 2:49.471352759 |
2381 | 2024-10-09T21:57:45.601Z | + mapfile -t packages |
2382 | 2024-10-09T21:57:45.601Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2383 | 2024-10-09T21:57:46.767Z | Finished `release` profile [optimized] target(s) in 1.11s |
2384 | 2024-10-09T21:57:46.822Z | Running `target/release/omicron-package -t test list-outputs` |
2385 | 2024-10-09T21:57:46.877Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2386 | 2024-10-09T21:57:46.879Z | + ptime -m cargo build --locked --release -p xtask |
2387 | 2024-10-09T21:57:47.530Z | Compiling serde v1.0.210 |
2388 | 2024-10-09T21:57:47.537Z | Compiling libc v0.2.159 |
2389 | 2024-10-09T21:57:47.537Z | Compiling rustix v0.38.37 |
2390 | 2024-10-09T21:57:47.537Z | Compiling serde_json v1.0.128 |
2391 | 2024-10-09T21:57:47.618Z | Compiling syn v2.0.79 |
2392 | 2024-10-09T21:57:47.630Z | Compiling bitflags v2.6.0 |
2393 | 2024-10-09T21:57:48.047Z | Compiling usdt-impl v0.5.0 |
2394 | 2024-10-09T21:57:48.089Z | Compiling syn v1.0.109 |
2395 | 2024-10-09T21:57:48.173Z | Compiling log v0.4.22 |
2396 | 2024-10-09T21:57:48.206Z | Compiling hashbrown v0.14.5 |
2397 | 2024-10-09T21:57:48.226Z | Compiling fs-err v2.11.0 |
2398 | 2024-10-09T21:57:48.576Z | Compiling anyhow v1.0.89 |
2399 | 2024-10-09T21:57:48.634Z | Compiling once_cell v1.19.0 |
2400 | 2024-10-09T21:57:49.113Z | Compiling thread-id v4.2.1 |
2401 | 2024-10-09T21:57:49.553Z | Compiling indexmap v2.5.0 |
2402 | 2024-10-09T21:57:50.716Z | Compiling terminal_size v0.3.0 |
2403 | 2024-10-09T21:57:50.716Z | Compiling tempfile v3.13.0 |
2404 | 2024-10-09T21:57:50.965Z | Compiling clap_builder v4.5.18 |
2405 | 2024-10-09T21:57:51.624Z | Compiling proc-macro-error v1.0.4 |
2406 | 2024-10-09T21:57:53.098Z | Compiling tabled_derive v0.7.0 |
2407 | 2024-10-09T21:57:54.515Z | Compiling tabled v0.15.0 |
2408 | 2024-10-09T21:57:55.732Z | Compiling serde_derive v1.0.210 |
2409 | 2024-10-09T21:57:56.580Z | Compiling thiserror-impl v1.0.64 |
2410 | 2024-10-09T21:57:57.499Z | Compiling zerocopy-derive v0.7.34 |
2411 | 2024-10-09T21:57:58.613Z | Compiling scroll_derive v0.12.0 |
2412 | 2024-10-09T21:57:59.483Z | Compiling thiserror v1.0.64 |
2413 | 2024-10-09T21:57:59.652Z | Compiling pest v2.7.10 |
2414 | 2024-10-09T21:57:59.674Z | Compiling zerocopy v0.7.34 |
2415 | 2024-10-09T21:58:00.119Z | Compiling scroll v0.12.0 |
2416 | 2024-10-09T21:58:00.851Z | Compiling goblin v0.8.2 |
2417 | 2024-10-09T21:58:02.692Z | Compiling pest_meta v2.7.10 |
2418 | 2024-10-09T21:58:03.253Z | Compiling clap_derive v4.5.18 |
2419 | 2024-10-09T21:58:07.049Z | Compiling pest_generator v2.7.10 |
2420 | 2024-10-09T21:58:08.165Z | Compiling clap v4.5.18 |
2421 | 2024-10-09T21:58:08.911Z | Compiling pest_derive v2.7.10 |
2422 | 2024-10-09T21:58:09.748Z | Compiling dtrace-parser v0.2.0 |
2423 | 2024-10-09T21:58:11.608Z | Compiling toml_datetime v0.6.8 |
2424 | 2024-10-09T21:58:11.991Z | Compiling serde_spanned v0.6.7 |
2425 | 2024-10-09T21:58:12.083Z | Compiling dof v0.3.0 |
2426 | 2024-10-09T21:58:12.269Z | Compiling serde_tokenstream v0.2.2 |
2427 | 2024-10-09T21:58:12.341Z | Compiling toml_edit v0.22.22 |
2428 | 2024-10-09T21:58:13.027Z | Compiling camino v1.1.9 |
2429 | 2024-10-09T21:58:14.413Z | Compiling usdt-attr-macro v0.5.0 |
2430 | 2024-10-09T21:58:16.947Z | Compiling toml v0.8.19 |
2431 | 2024-10-09T21:58:18.635Z | Compiling usdt-macro v0.5.0 |
2432 | 2024-10-09T21:58:19.948Z | Compiling cargo-platform v0.1.8 |
2433 | 2024-10-09T21:58:20.326Z | Compiling semver v1.0.23 |
2434 | 2024-10-09T21:58:21.100Z | Compiling cargo_metadata v0.18.1 |
2435 | 2024-10-09T21:58:21.912Z | Compiling usdt v0.5.0 |
2436 | 2024-10-09T21:58:23.430Z | Compiling cargo_toml v0.20.5 |
2437 | 2024-10-09T21:58:23.812Z | Compiling camino-tempfile v1.1.1 |
2438 | 2024-10-09T21:58:24.623Z | Compiling macaddr v1.0.1 |
2439 | 2024-10-09T21:58:34.700Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2440 | 2024-10-09T21:58:46.911Z | Finished `release` profile [optimized] target(s) in 59.96s |
2441 | 2024-10-09T21:58:47.020Z | |
2442 | 2024-10-09T21:58:47.023Z | real 1:00.102607045 |
2443 | 2024-10-09T21:58:47.023Z | user 5:55.977572106 |
2444 | 2024-10-09T21:58:47.023Z | sys 33.658945992 |
2445 | 2024-10-09T21:58:47.023Z | trap 0.170170330 |
2446 | 2024-10-09T21:58:47.023Z | tflt 0.374738560 |
2447 | 2024-10-09T21:58:47.023Z | dflt 0.689235322 |
2448 | 2024-10-09T21:58:47.023Z | kflt 0.000037374 |
2449 | 2024-10-09T21:58:47.023Z | lock 11:45.942397085 |
2450 | 2024-10-09T21:58:47.023Z | slp 16:54.873822028 |
2451 | 2024-10-09T21:58:47.023Z | lat 13.646079866 |
2452 | 2024-10-09T21:58:47.023Z | stop 19.744217898 |
2453 | 2024-10-09T21:58:47.023Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2454 | 2024-10-09T21:58:47.023Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2455 | 2024-10-09T21:58:47.024Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2456 | 2024-10-09T21:58:47.024Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2457 | 2024-10-09T21:58:47.024Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2458 | 2024-10-09T21:58:47.999Z | Compiling regress v0.10.1 |
2459 | 2024-10-09T21:58:48.118Z | Compiling unsafe-libyaml v0.2.11 |
2460 | 2024-10-09T21:58:48.121Z | Compiling progenitor-client v0.8.0 |
2461 | 2024-10-09T21:58:48.121Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2462 | 2024-10-09T21:58:48.121Z | Compiling ident_case v1.0.1 |
2463 | 2024-10-09T21:58:48.121Z | Compiling toml v0.8.19 |
2464 | 2024-10-09T21:58:48.121Z | Compiling match_cfg v0.1.0 |
2465 | 2024-10-09T21:58:48.124Z | Compiling ipnetwork v0.20.0 |
2466 | 2024-10-09T21:58:48.305Z | Compiling hostname v0.3.1 |
2467 | 2024-10-09T21:58:48.412Z | Compiling darling_core v0.20.9 |
2468 | 2024-10-09T21:58:48.561Z | Compiling rustls v0.22.4 |
2469 | 2024-10-09T21:58:48.586Z | Compiling paste v1.0.15 |
2470 | 2024-10-09T21:58:48.655Z | Compiling multer v3.1.0 |
2471 | 2024-10-09T21:58:49.086Z | Compiling slog-json v2.6.1 |
2472 | 2024-10-09T21:58:49.106Z | Compiling async-stream-impl v0.3.5 |
2473 | 2024-10-09T21:58:49.485Z | Compiling instant v0.1.12 |
2474 | 2024-10-09T21:58:49.650Z | Compiling serde_yaml v0.9.34+deprecated |
2475 | 2024-10-09T21:58:49.946Z | Compiling dropshot v0.12.0 |
2476 | 2024-10-09T21:58:50.203Z | Compiling debug-ignore v1.0.5 |
2477 | 2024-10-09T21:58:50.361Z | Compiling slog-bunyan v2.5.0 |
2478 | 2024-10-09T21:58:50.526Z | Compiling dropshot_endpoint v0.12.0 |
2479 | 2024-10-09T21:58:50.593Z | Compiling waitgroup v0.1.2 |
2480 | 2024-10-09T21:58:50.595Z | Compiling async-stream v0.3.5 |
2481 | 2024-10-09T21:58:50.877Z | Compiling serde_path_to_error v0.1.16 |
2482 | 2024-10-09T21:58:50.948Z | Compiling hostname v0.4.0 |
2483 | 2024-10-09T21:58:51.243Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2484 | 2024-10-09T21:58:51.533Z | Compiling structmeta-derive v0.3.0 |
2485 | 2024-10-09T21:58:51.801Z | Compiling regress v0.9.1 |
2486 | 2024-10-09T21:58:52.031Z | Compiling typify-impl v0.2.0 |
2487 | 2024-10-09T21:58:53.282Z | Compiling newtype-uuid v1.1.0 |
2488 | 2024-10-09T21:58:53.616Z | Compiling tokio-rustls v0.25.0 |
2489 | 2024-10-09T21:58:54.139Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2490 | 2024-10-09T21:58:54.142Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2491 | 2024-10-09T21:58:54.447Z | Compiling backoff v0.4.0 |
2492 | 2024-10-09T21:58:54.760Z | Compiling structmeta v0.3.0 |
2493 | 2024-10-09T21:58:54.845Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2494 | 2024-10-09T21:58:54.867Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2495 | 2024-10-09T21:58:55.060Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2496 | 2024-10-09T21:58:55.242Z | Compiling macaddr v1.0.1 |
2497 | 2024-10-09T21:58:55.245Z | Compiling parse-display-derive v0.10.0 |
2498 | 2024-10-09T21:58:55.669Z | Compiling tempfile v3.13.0 |
2499 | 2024-10-09T21:58:55.712Z | Compiling darling_macro v0.20.9 |
2500 | 2024-10-09T21:58:55.737Z | Compiling proc-macro-crate v1.3.1 |
2501 | 2024-10-09T21:58:56.596Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2502 | 2024-10-09T21:58:56.763Z | Compiling darling v0.20.9 |
2503 | 2024-10-09T21:58:56.909Z | Compiling serde_with_macros v3.9.0 |
2504 | 2024-10-09T21:58:56.929Z | Compiling num_enum_derive v0.5.11 |
2505 | 2024-10-09T21:58:57.033Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2506 | 2024-10-09T21:58:57.191Z | Compiling foreign-types-macros v0.2.3 |
2507 | 2024-10-09T21:58:57.398Z | Compiling foreign-types-shared v0.3.1 |
2508 | 2024-10-09T21:58:57.543Z | Compiling heapless v0.8.0 |
2509 | 2024-10-09T21:58:58.634Z | Compiling foreign-types v0.5.0 |
2510 | 2024-10-09T21:58:58.730Z | Compiling proc-macro-error v1.0.4 |
2511 | 2024-10-09T21:58:58.980Z | Compiling camino-tempfile v1.1.1 |
2512 | 2024-10-09T21:58:59.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2513 | 2024-10-09T21:58:59.499Z | Compiling hash32 v0.3.1 |
2514 | 2024-10-09T21:58:59.644Z | Compiling num_enum v0.5.11 |
2515 | 2024-10-09T21:58:59.666Z | Compiling cstr-argument v0.1.2 |
2516 | 2024-10-09T21:58:59.756Z | Compiling smoltcp v0.11.0 |
2517 | 2024-10-09T21:58:59.818Z | Compiling crucible-workspace-hack v0.1.0 |
2518 | 2024-10-09T21:58:59.944Z | Compiling serde_with v3.9.0 |
2519 | 2024-10-09T21:58:59.965Z | Compiling pretty-hex v0.2.1 |
2520 | 2024-10-09T21:59:00.148Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2521 | 2024-10-09T21:59:00.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2522 | 2024-10-09T21:59:00.199Z | Compiling parse-display v0.10.0 |
2523 | 2024-10-09T21:59:00.369Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2524 | 2024-10-09T21:59:00.630Z | Compiling tabwriter v1.4.0 |
2525 | 2024-10-09T21:59:00.651Z | Compiling colored v2.1.0 |
2526 | 2024-10-09T21:59:00.834Z | Compiling embedded-io v0.4.0 |
2527 | 2024-10-09T21:59:01.009Z | Compiling cobs v0.2.3 |
2528 | 2024-10-09T21:59:01.184Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2529 | 2024-10-09T21:59:01.250Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2530 | 2024-10-09T21:59:01.383Z | Compiling postcard v1.0.8 |
2531 | 2024-10-09T21:59:01.437Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2532 | 2024-10-09T21:59:01.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2533 | 2024-10-09T21:59:01.605Z | Compiling smf v0.2.3 |
2534 | 2024-10-09T21:59:01.851Z | Compiling socket2 v0.4.10 |
2535 | 2024-10-09T21:59:02.228Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2536 | 2024-10-09T21:59:02.607Z | Compiling zone_cfg_derive v0.3.0 |
2537 | 2024-10-09T21:59:02.765Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2538 | 2024-10-09T21:59:03.137Z | Compiling num-derive v0.4.2 |
2539 | 2024-10-09T21:59:03.284Z | Compiling sigpipe v0.1.3 |
2540 | 2024-10-09T21:59:03.428Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2541 | 2024-10-09T21:59:03.792Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2542 | 2024-10-09T21:59:04.046Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2543 | 2024-10-09T21:59:04.214Z | Compiling zone v0.3.0 |
2544 | 2024-10-09T21:59:04.528Z | Compiling universal-hash v0.5.1 |
2545 | 2024-10-09T21:59:04.756Z | Compiling opaque-debug v0.3.1 |
2546 | 2024-10-09T21:59:04.872Z | Compiling num-rational v0.4.2 |
2547 | 2024-10-09T21:59:04.972Z | Compiling num-complex v0.4.6 |
2548 | 2024-10-09T21:59:05.343Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2549 | 2024-10-09T21:59:05.707Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2550 | 2024-10-09T21:59:05.927Z | Compiling password-hash v0.5.0 |
2551 | 2024-10-09T21:59:06.177Z | Compiling num v0.4.3 |
2552 | 2024-10-09T21:59:06.308Z | Compiling blake2 v0.10.6 |
2553 | 2024-10-09T21:59:06.420Z | Compiling aead v0.5.2 |
2554 | 2024-10-09T21:59:06.741Z | Compiling keccak v0.1.5 |
2555 | 2024-10-09T21:59:06.835Z | Compiling utf-8 v0.7.6 |
2556 | 2024-10-09T21:59:06.873Z | Compiling float-ord v0.3.2 |
2557 | 2024-10-09T21:59:06.958Z | Compiling convert_case v0.4.0 |
2558 | 2024-10-09T21:59:07.052Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2559 | 2024-10-09T21:59:07.073Z | Compiling tungstenite v0.21.0 |
2560 | 2024-10-09T21:59:07.212Z | Compiling sha3 v0.10.8 |
2561 | 2024-10-09T21:59:07.558Z | Compiling argon2 v0.5.3 |
2562 | 2024-10-09T21:59:07.808Z | Compiling poly1305 v0.8.0 |
2563 | 2024-10-09T21:59:07.907Z | Compiling newline-converter v0.3.0 |
2564 | 2024-10-09T21:59:07.990Z | Compiling derive_more v0.99.18 |
2565 | 2024-10-09T21:59:08.091Z | Compiling chacha20 v0.9.1 |
2566 | 2024-10-09T21:59:08.285Z | Compiling semver v0.1.20 |
2567 | 2024-10-09T21:59:08.578Z | Compiling quick-error v1.2.3 |
2568 | 2024-10-09T21:59:08.758Z | Compiling base64 v0.21.7 |
2569 | 2024-10-09T21:59:09.006Z | Compiling linked-hash-map v0.5.6 |
2570 | 2024-10-09T21:59:09.338Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2571 | 2024-10-09T21:59:09.419Z | Compiling lru-cache v0.1.2 |
2572 | 2024-10-09T21:59:09.490Z | Compiling resolv-conf v0.7.0 |
2573 | 2024-10-09T21:59:09.569Z | Compiling rustc_version v0.1.7 |
2574 | 2024-10-09T21:59:09.588Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2575 | 2024-10-09T21:59:09.624Z | Compiling tokio-tungstenite v0.21.0 |
2576 | 2024-10-09T21:59:10.034Z | Compiling expectorate v1.1.0 |
2577 | 2024-10-09T21:59:10.115Z | Compiling same-file v1.0.6 |
2578 | 2024-10-09T21:59:10.192Z | Compiling cancel-safe-futures v0.1.5 |
2579 | 2024-10-09T21:59:10.228Z | Compiling owo-colors v4.1.0 |
2580 | 2024-10-09T21:59:10.315Z | Compiling walkdir v2.5.0 |
2581 | 2024-10-09T21:59:10.455Z | Compiling newtype_derive v0.1.6 |
2582 | 2024-10-09T21:59:10.511Z | Compiling hickory-resolver v0.24.1 |
2583 | 2024-10-09T21:59:10.583Z | Compiling primeorder v0.13.6 |
2584 | 2024-10-09T21:59:10.637Z | Compiling secrecy v0.8.0 |
2585 | 2024-10-09T21:59:10.774Z | Compiling prettyplease v0.2.22 |
2586 | 2024-10-09T21:59:10.832Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2587 | 2024-10-09T21:59:10.930Z | Compiling home v0.5.9 |
2588 | 2024-10-09T21:59:11.178Z | Compiling atomicwrites v0.4.4 |
2589 | 2024-10-09T21:59:11.212Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2590 | 2024-10-09T21:59:11.345Z | Compiling typify-macro v0.2.0 |
2591 | 2024-10-09T21:59:11.563Z | Compiling thiserror-impl-no-std v2.0.2 |
2592 | 2024-10-09T21:59:11.581Z | Compiling libsw v3.3.1 |
2593 | 2024-10-09T21:59:11.730Z | Compiling ring v0.16.20 |
2594 | 2024-10-09T21:59:11.753Z | Compiling blake3 v1.5.1 |
2595 | 2024-10-09T21:59:11.891Z | Compiling derive-where v1.2.7 |
2596 | 2024-10-09T21:59:12.440Z | Compiling unicase v2.7.0 |
2597 | 2024-10-09T21:59:12.795Z | Compiling half v2.4.1 |
2598 | 2024-10-09T21:59:12.938Z | Compiling indent_write v2.2.0 |
2599 | 2024-10-09T21:59:13.181Z | Compiling ciborium-io v0.2.2 |
2600 | 2024-10-09T21:59:13.336Z | Compiling linear-map v1.2.0 |
2601 | 2024-10-09T21:59:13.379Z | Compiling arc-swap v1.7.1 |
2602 | 2024-10-09T21:59:13.495Z | Compiling ciborium-ll v0.2.2 |
2603 | 2024-10-09T21:59:13.971Z | Compiling slog-scope v4.4.0 |
2604 | 2024-10-09T21:59:14.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2605 | 2024-10-09T21:59:14.990Z | Compiling thiserror-no-std v2.0.2 |
2606 | 2024-10-09T21:59:15.008Z | Compiling polyval v0.6.2 |
2607 | 2024-10-09T21:59:15.116Z | Compiling itertools v0.13.0 |
2608 | 2024-10-09T21:59:15.494Z | Compiling memmap2 v0.9.4 |
2609 | 2024-10-09T21:59:15.578Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2610 | 2024-10-09T21:59:15.990Z | Compiling arrayvec v0.7.4 |
2611 | 2024-10-09T21:59:16.068Z | Compiling typify v0.2.0 |
2612 | 2024-10-09T21:59:16.192Z | Compiling spin v0.5.2 |
2613 | 2024-10-09T21:59:16.232Z | Compiling progenitor-impl v0.8.0 |
2614 | 2024-10-09T21:59:16.422Z | Compiling untrusted v0.7.1 |
2615 | 2024-10-09T21:59:16.443Z | Compiling parking_lot_core v0.8.6 |
2616 | 2024-10-09T21:59:16.498Z | Compiling highway v1.2.0 |
2617 | 2024-10-09T21:59:16.611Z | Compiling salty v0.3.0 |
2618 | 2024-10-09T21:59:16.968Z | Compiling constant_time_eq v0.3.0 |
2619 | 2024-10-09T21:59:17.095Z | Compiling arrayref v0.3.7 |
2620 | 2024-10-09T21:59:17.182Z | Compiling libefi-sys v0.1.0 |
2621 | 2024-10-09T21:59:17.384Z | Compiling ghash v0.5.1 |
2622 | 2024-10-09T21:59:17.536Z | Compiling vsss-rs v3.3.4 |
2623 | 2024-10-09T21:59:17.598Z | Compiling steno v0.4.1 |
2624 | 2024-10-09T21:59:18.483Z | Compiling slog-stdlog v4.1.1 |
2625 | 2024-10-09T21:59:18.527Z | Compiling ciborium v0.2.2 |
2626 | 2024-10-09T21:59:18.882Z | Compiling toolchain_find v0.4.0 |
2627 | 2024-10-09T21:59:18.943Z | Compiling p384 v0.13.0 |
2628 | 2024-10-09T21:59:19.576Z | Compiling chacha20poly1305 v0.10.1 |
2629 | 2024-10-09T21:59:19.805Z | Compiling lzma-sys v0.1.20 |
2630 | 2024-10-09T21:59:19.842Z | Compiling ctr v0.9.2 |
2631 | 2024-10-09T21:59:20.131Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2632 | 2024-10-09T21:59:20.235Z | Compiling bitfield-struct v0.6.1 |
2633 | 2024-10-09T21:59:20.596Z | Compiling slog-dtrace v0.3.0 |
2634 | 2024-10-09T21:59:20.630Z | Compiling topological-sort v0.2.2 |
2635 | 2024-10-09T21:59:20.662Z | Compiling humantime v2.1.0 |
2636 | 2024-10-09T21:59:20.887Z | Compiling omicron-zone-package v0.11.1 |
2637 | 2024-10-09T21:59:21.217Z | Compiling aes-gcm v0.10.3 |
2638 | 2024-10-09T21:59:21.239Z | Compiling rustfmt-wrapper v0.2.1 |
2639 | 2024-10-09T21:59:21.269Z | Compiling slog-envlogger v2.2.0 |
2640 | 2024-10-09T21:59:21.541Z | Compiling mime_guess v2.0.4 |
2641 | 2024-10-09T21:59:21.895Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-10-09T21:59:22.353Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2643 | 2024-10-09T21:59:22.733Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2644 | 2024-10-09T21:59:22.755Z | Compiling heck v0.3.3 |
2645 | 2024-10-09T21:59:23.016Z | Compiling ssh-encoding v0.2.0 |
2646 | 2024-10-09T21:59:23.100Z | Compiling blowfish v0.9.1 |
2647 | 2024-10-09T21:59:23.230Z | Compiling nibble_vec v0.1.0 |
2648 | 2024-10-09T21:59:23.366Z | Compiling env_filter v0.1.2 |
2649 | 2024-10-09T21:59:23.475Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2650 | 2024-10-09T21:59:23.558Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2651 | 2024-10-09T21:59:23.585Z | Compiling endian-type v0.1.2 |
2652 | 2024-10-09T21:59:23.611Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2653 | 2024-10-09T21:59:23.858Z | Compiling radix_trie v0.2.1 |
2654 | 2024-10-09T21:59:23.952Z | Compiling env_logger v0.11.5 |
2655 | 2024-10-09T21:59:23.974Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2656 | 2024-10-09T21:59:23.996Z | Compiling ssh-cipher v0.2.0 |
2657 | 2024-10-09T21:59:24.090Z | Compiling bcrypt-pbkdf v0.10.0 |
2658 | 2024-10-09T21:59:24.625Z | Compiling zone_cfg_derive v0.1.2 |
2659 | 2024-10-09T21:59:24.727Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2660 | 2024-10-09T21:59:24.797Z | Compiling progenitor-macro v0.8.0 |
2661 | 2024-10-09T21:59:25.008Z | Compiling parking_lot v0.11.2 |
2662 | 2024-10-09T21:59:25.309Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2663 | 2024-10-09T21:59:25.795Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2664 | 2024-10-09T21:59:25.798Z | Compiling gethostname v0.5.0 |
2665 | 2024-10-09T21:59:25.837Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2666 | 2024-10-09T21:59:26.054Z | Compiling password-hash v0.4.2 |
2667 | 2024-10-09T21:59:26.070Z | Compiling fxhash v0.2.1 |
2668 | 2024-10-09T21:59:26.237Z | Compiling base64 v0.13.1 |
2669 | 2024-10-09T21:59:26.257Z | Compiling matches v0.1.10 |
2670 | 2024-10-09T21:59:26.285Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2671 | 2024-10-09T21:59:26.288Z | Compiling zone v0.1.8 |
2672 | 2024-10-09T21:59:26.356Z | Compiling sled v0.34.7 |
2673 | 2024-10-09T21:59:26.377Z | Compiling idna v0.2.3 |
2674 | 2024-10-09T21:59:26.657Z | Compiling pbkdf2 v0.11.0 |
2675 | 2024-10-09T21:59:26.893Z | Compiling ron v0.7.1 |
2676 | 2024-10-09T21:59:26.973Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2677 | 2024-10-09T21:59:27.044Z | Compiling xz2 v0.1.7 |
2678 | 2024-10-09T21:59:27.535Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2679 | 2024-10-09T21:59:27.693Z | Compiling ssh-key v0.6.6 |
2680 | 2024-10-09T21:59:27.946Z | Compiling hickory-client v0.24.1 |
2681 | 2024-10-09T21:59:28.749Z | Compiling p256 v0.13.2 |
2682 | 2024-10-09T21:59:29.065Z | Compiling p521 v0.13.3 |
2683 | 2024-10-09T21:59:29.413Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2684 | 2024-10-09T21:59:29.433Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2685 | 2024-10-09T21:59:29.648Z | Compiling hickory-server v0.24.1 |
2686 | 2024-10-09T21:59:30.557Z | Compiling enum-as-inner v0.5.1 |
2687 | 2024-10-09T21:59:31.488Z | Compiling pem v3.0.4 |
2688 | 2024-10-09T21:59:31.522Z | Compiling yasna v0.5.2 |
2689 | 2024-10-09T21:59:31.713Z | Compiling headers-core v0.3.0 |
2690 | 2024-10-09T21:59:31.907Z | Compiling kstat-rs v0.2.4 |
2691 | 2024-10-09T21:59:32.351Z | Compiling nanorand v0.7.0 |
2692 | 2024-10-09T21:59:32.554Z | Compiling atty v0.2.14 |
2693 | 2024-10-09T21:59:32.591Z | Compiling russh-cryptovec v0.7.2 |
2694 | 2024-10-09T21:59:32.653Z | Compiling md5 v0.7.0 |
2695 | 2024-10-09T21:59:32.719Z | Compiling glob v0.3.1 |
2696 | 2024-10-09T21:59:32.931Z | Compiling http-range v0.1.5 |
2697 | 2024-10-09T21:59:32.955Z | Compiling russh-keys v0.45.0 |
2698 | 2024-10-09T21:59:33.208Z | Compiling hyper-staticfile v0.10.1 |
2699 | 2024-10-09T21:59:33.316Z | Compiling flume v0.11.0 |
2700 | 2024-10-09T21:59:33.316Z | Compiling rcgen v0.12.1 |
2701 | 2024-10-09T21:59:33.797Z | Compiling headers v0.4.0 |
2702 | 2024-10-09T21:59:34.043Z | Compiling trust-dns-proto v0.22.0 |
2703 | 2024-10-09T21:59:34.381Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2704 | 2024-10-09T21:59:35.891Z | Compiling num-bigint v0.4.5 |
2705 | 2024-10-09T21:59:35.894Z | Compiling des v0.8.1 |
2706 | 2024-10-09T21:59:36.293Z | Compiling subprocess v0.2.9 |
2707 | 2024-10-09T21:59:37.051Z | Compiling dhcproto-macros v0.1.0 |
2708 | 2024-10-09T21:59:37.335Z | Compiling display-error-chain v0.2.1 |
2709 | 2024-10-09T21:59:37.540Z | Compiling hex-literal v0.4.1 |
2710 | 2024-10-09T21:59:37.729Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2711 | 2024-10-09T21:59:38.054Z | Compiling internet-checksum v0.2.1 |
2712 | 2024-10-09T21:59:38.519Z | Compiling dhcproto v0.12.0 |
2713 | 2024-10-09T21:59:39.015Z | Compiling russh v0.45.0 |
2714 | 2024-10-09T21:59:41.871Z | Compiling progenitor v0.8.0 |
2715 | 2024-10-09T21:59:42.001Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2716 | 2024-10-09T21:59:42.004Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2717 | 2024-10-09T21:59:42.004Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2718 | 2024-10-09T21:59:42.004Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2719 | 2024-10-09T21:59:42.004Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2720 | 2024-10-09T21:59:42.004Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2721 | 2024-10-09T21:59:42.098Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2722 | 2024-10-09T21:59:43.481Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2024-10-09T21:59:44.176Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2724 | 2024-10-09T21:59:47.435Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2725 | 2024-10-09T21:59:49.002Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2726 | 2024-10-09T21:59:49.389Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2727 | 2024-10-09T21:59:49.616Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2024-10-09T21:59:58.732Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2729 | 2024-10-09T21:59:58.734Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2730 | 2024-10-09T21:59:58.734Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2731 | 2024-10-09T21:59:58.735Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2732 | 2024-10-09T21:59:59.587Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2733 | 2024-10-09T22:00:02.999Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2734 | 2024-10-09T22:00:03.048Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2735 | 2024-10-09T22:00:04.059Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2736 | 2024-10-09T22:00:05.774Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2737 | 2024-10-09T22:00:06.318Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2738 | 2024-10-09T22:00:06.961Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2739 | 2024-10-09T22:00:07.858Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2740 | 2024-10-09T22:00:07.980Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2741 | 2024-10-09T22:00:10.212Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2742 | 2024-10-09T22:00:10.770Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2743 | 2024-10-09T22:00:11.062Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2744 | 2024-10-09T22:00:13.806Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2745 | 2024-10-09T22:00:14.701Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2746 | 2024-10-09T22:00:15.180Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2747 | 2024-10-09T22:00:15.711Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2748 | 2024-10-09T22:00:16.724Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2024-10-09T22:00:19.277Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2750 | 2024-10-09T22:00:25.661Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2751 | 2024-10-09T22:00:35.107Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2752 | 2024-10-09T22:00:35.107Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2753 | 2024-10-09T22:00:36.847Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-10-09T22:00:57.615Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2755 | 2024-10-09T22:01:32.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
2756 | 2024-10-09T22:01:32.593Z | |
2757 | 2024-10-09T22:01:32.596Z | real 2:45.496077040 |
2758 | 2024-10-09T22:01:32.596Z | user 12:47.231638666 |
2759 | 2024-10-09T22:01:32.596Z | sys 2:43.014317070 |
2760 | 2024-10-09T22:01:32.596Z | trap 0.364201031 |
2761 | 2024-10-09T22:01:32.596Z | tflt 1.416045398 |
2762 | 2024-10-09T22:01:32.596Z | dflt 1.872241056 |
2763 | 2024-10-09T22:01:32.596Z | kflt 0.000060971 |
2764 | 2024-10-09T22:01:32.596Z | lock 26:16.925693012 |
2765 | 2024-10-09T22:01:32.596Z | slp 45:35.840463417 |
2766 | 2024-10-09T22:01:32.596Z | lat 37.945017510 |
2767 | 2024-10-09T22:01:32.596Z | stop 1:36.429950039 |
2768 | 2024-10-09T22:01:32.596Z | + mkdir tests |
2769 | 2024-10-09T22:01:32.599Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2770 | 2024-10-09T22:01:32.603Z | + xargs -I '{}' -t cp '{}' tests/ |
2771 | 2024-10-09T22:01:34.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3126bc2315c994d1 tests/ |
2772 | 2024-10-09T22:01:34.094Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-efd25e8616779453 tests/ |
2773 | 2024-10-09T22:01:34.121Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaa404bccd4b5540 tests/ |
2774 | 2024-10-09T22:01:34.148Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f5a0d93c9d75949a tests/ |
2775 | 2024-10-09T22:01:34.378Z | + 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/*) |
2776 | 2024-10-09T22:01:34.381Z | + 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-efd25e8616779453 tests/commtest-eaa404bccd4b5540 tests/dhcp_server-3126bc2315c994d1 tests/end_to_end_tests-f5a0d93c9d75949a 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 |
2777 | 2024-10-09T22:02:40.323Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2778 | 2024-10-09T22:02:40.323Z | a .github/buildomat/ci-env.sh 1K |
2779 | 2024-10-09T22:02:40.323Z | a out/target/test 1K |
2780 | 2024-10-09T22:02:40.323Z | a out/npuzone/npuzone 23144K |
2781 | 2024-10-09T22:02:40.323Z | a package-manifest.toml 32K |
2782 | 2024-10-09T22:02:40.323Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2783 | 2024-10-09T22:02:40.323Z | a target/release/omicron-package 32805K |
2784 | 2024-10-09T22:02:40.323Z | a target/release/xtask 12062K |
2785 | 2024-10-09T22:02:40.323Z | a target/debug/bootstrap 198932K |
2786 | 2024-10-09T22:02:40.323Z | a tests/bootstrap-efd25e8616779453 23780K |
2787 | 2024-10-09T22:02:40.323Z | a tests/commtest-eaa404bccd4b5540 24007K |
2788 | 2024-10-09T22:02:40.323Z | a tests/dhcp_server-3126bc2315c994d1 23780K |
2789 | 2024-10-09T22:02:40.323Z | a tests/end_to_end_tests-f5a0d93c9d75949a 216413K |
2790 | 2024-10-09T22:02:40.323Z | a out/clickhouse.tar.gz 233780K |
2791 | 2024-10-09T22:02:40.323Z | a out/clickhouse_keeper.tar.gz 233759K |
2792 | 2024-10-09T22:02:40.323Z | a out/clickhouse_server.tar.gz 233755K |
2793 | 2024-10-09T22:02:40.323Z | a out/cockroachdb.tar.gz 132199K |
2794 | 2024-10-09T22:02:40.323Z | a out/crucible-dtrace.tar 82K |
2795 | 2024-10-09T22:02:40.323Z | a out/crucible-pantry-zone.tar.gz 26961K |
2796 | 2024-10-09T22:02:40.323Z | a out/crucible-zone.tar.gz 35144K |
2797 | 2024-10-09T22:02:40.323Z | a out/external-dns.tar.gz 25217K |
2798 | 2024-10-09T22:02:40.323Z | a out/internal-dns.tar.gz 25216K |
2799 | 2024-10-09T22:02:40.323Z | a out/mg-ddm-gz.tar 62661K |
2800 | 2024-10-09T22:02:40.323Z | a out/nexus.tar.gz 95126K |
2801 | 2024-10-09T22:02:40.323Z | a out/ntp.tar.gz 9099K |
2802 | 2024-10-09T22:02:40.323Z | a out/omicron-gateway-softnpu.tar.gz 21081K |
2803 | 2024-10-09T22:02:40.323Z | a out/omicron-sled-agent.tar 102422K |
2804 | 2024-10-09T22:02:40.323Z | a out/overlay.tar.gz 3K |
2805 | 2024-10-09T22:02:40.323Z | a out/oximeter.tar.gz 43760K |
2806 | 2024-10-09T22:02:40.323Z | a out/oxlog.tar 3038K |
2807 | 2024-10-09T22:02:40.323Z | a out/probe.tar.gz 2764K |
2808 | 2024-10-09T22:02:40.323Z | a out/propolis-server.tar.gz 66490K |
2809 | 2024-10-09T22:02:40.324Z | a out/pumpkind-gz.tar 26665K |
2810 | 2024-10-09T22:02:40.324Z | a out/switch-softnpu.tar.gz 221275K |
2811 | 2024-10-09T22:02:40.326Z | |
2812 | 2024-10-09T22:02:40.327Z | real 1:05.932598618 |
2813 | 2024-10-09T22:02:40.327Z | user 1:02.621021380 |
2814 | 2024-10-09T22:02:40.327Z | sys 4.741020506 |
2815 | 2024-10-09T22:02:40.327Z | trap 0.018239087 |
2816 | 2024-10-09T22:02:40.327Z | tflt 0.000000000 |
2817 | 2024-10-09T22:02:40.327Z | dflt 0.000000000 |
2818 | 2024-10-09T22:02:40.327Z | kflt 0.000000000 |
2819 | 2024-10-09T22:02:40.327Z | lock 0.000000000 |
2820 | 2024-10-09T22:02:40.327Z | slp 1:02.532069158 |
2821 | 2024-10-09T22:02:40.327Z | lat 1.946978795 |
2822 | 2024-10-09T22:02:40.327Z | stop 0.000271032 |
2823 | 2024-10-09T22:02:40.329Z | process exited: duration 1914750 ms, exit code 0 |
|
2824 | 2024-10-09T22:02:40.342Z | found 1 output files |
2825 | 2024-10-09T22:02:40.342Z | uploading: /work/package.tar.gz (1646318812 bytes) |
2826 | 2024-10-09T22:03:13.244Z | uploaded: /work/package.tar.gz |