|
|
|
1 | 2024-10-18T17:12:22.619Z | job assigned to worker 01JAG9SY7Q6ZNRW9XMZAEEFZAF (queued for 49 s) |
|
2 | 2024-10-18T17:12:30.241Z | starting task 0: "setup" |
3 | 2024-10-18T17:12:30.249Z | ++ uname -s |
4 | 2024-10-18T17:12:30.251Z | + kern=SunOS |
5 | 2024-10-18T17:12:30.251Z | + case "$kern" in |
6 | 2024-10-18T17:12:30.251Z | + groupadd -g 12345 build |
7 | 2024-10-18T17:12:30.254Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T17:12:32.266Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T17:12:32.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T17:12:32.398Z | + home_fs=zfs |
11 | 2024-10-18T17:12:32.398Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T17:12:32.398Z | + mkdir -p /home/build |
13 | 2024-10-18T17:12:32.401Z | + chown build:build /home/build /work |
14 | 2024-10-18T17:12:34.403Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T17:12:34.405Z | process exited: duration 4165 ms, exit code 0 |
|
16 | 2024-10-18T17:12:34.410Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T17:12:34.416Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T17:12:34.416Z | ' 1.80.1 |
19 | 2024-10-18T17:12:34.416Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-18T17:12:34.416Z | * toolchain channel = "1.80.1" |
21 | 2024-10-18T17:12:34.416Z | ' default |
22 | 2024-10-18T17:12:34.416Z | * toolchain profile = "default" |
23 | 2024-10-18T17:12:34.419Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T17:12:34.419Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T17:12:34.537Z | info: downloading installer |
26 | 2024-10-18T17:12:35.845Z | info: profile set to 'default' |
27 | 2024-10-18T17:12:35.845Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T17:12:35.847Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T17:12:35.979Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T17:12:35.979Z | info: downloading component 'cargo' |
31 | 2024-10-18T17:12:36.686Z | info: downloading component 'clippy' |
32 | 2024-10-18T17:12:36.930Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T17:12:37.898Z | info: downloading component 'rust-std' |
34 | 2024-10-18T17:12:39.257Z | info: downloading component 'rustc' |
35 | 2024-10-18T17:12:43.031Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T17:12:43.235Z | info: installing component 'cargo' |
37 | 2024-10-18T17:12:44.059Z | info: installing component 'clippy' |
38 | 2024-10-18T17:12:44.432Z | info: installing component 'rust-docs' |
39 | 2024-10-18T17:12:46.054Z | info: installing component 'rust-std' |
40 | 2024-10-18T17:12:47.658Z | info: installing component 'rustc' |
41 | 2024-10-18T17:12:51.862Z | info: installing component 'rustfmt' |
42 | 2024-10-18T17:12:52.209Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T17:12:52.209Z | |
44 | 2024-10-18T17:12:52.467Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T17:12:52.467Z | |
46 | 2024-10-18T17:12:52.470Z | |
47 | 2024-10-18T17:12:52.470Z | Rust is installed now. Great! |
48 | 2024-10-18T17:12:52.470Z | |
49 | 2024-10-18T17:12:52.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T17:12:52.470Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T17:12:52.470Z | |
52 | 2024-10-18T17:12:52.470Z | To configure your current shell, you need to source |
53 | 2024-10-18T17:12:52.470Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T17:12:52.470Z | |
55 | 2024-10-18T17:12:52.470Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T17:12:52.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T17:12:52.470Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T17:12:52.521Z | + rustc --version |
59 | 2024-10-18T17:12:52.583Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T17:12:52.586Z | process exited: duration 18172 ms, exit code 0 |
|
61 | 2024-10-18T17:12:52.591Z | starting task 2: "authentication" |
62 | 2024-10-18T17:12:52.611Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-18T17:12:52.618Z | starting task 3: "clone repository" |
64 | 2024-10-18T17:12:52.621Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T17:12:52.623Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T17:12:52.925Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T17:12:59.878Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T17:12:59.878Z | + git fetch origin d69155eb692c56e24756eaa1b18239813771d04d |
69 | 2024-10-18T17:13:00.170Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T17:13:00.170Z | * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD |
71 | 2024-10-18T17:13:00.181Z | + [[ -n clickhouse-native-qorb-pool ]] |
72 | 2024-10-18T17:13:00.183Z | ++ git branch --show-current |
73 | 2024-10-18T17:13:00.185Z | + current=main |
74 | 2024-10-18T17:13:00.185Z | + [[ main != clickhouse-native-qorb-pool ]] |
75 | 2024-10-18T17:13:00.185Z | + git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d |
76 | 2024-10-18T17:13:00.189Z | + git checkout -f clickhouse-native-qorb-pool |
77 | 2024-10-18T17:13:00.356Z | Switched to branch 'clickhouse-native-qorb-pool' |
78 | 2024-10-18T17:13:00.359Z | + git reset --hard d69155eb692c56e24756eaa1b18239813771d04d |
79 | 2024-10-18T17:13:00.377Z | HEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job |
80 | 2024-10-18T17:13:00.380Z | process exited: duration 7761 ms, exit code 0 |
|
81 | 2024-10-18T17:13:00.385Z | starting task 4: "build" |
82 | 2024-10-18T17:13:00.390Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T17:13:00.393Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T17:13:00.393Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T17:13:00.393Z | + cargo --version |
86 | 2024-10-18T17:13:00.447Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T17:13:00.450Z | + rustc --version |
88 | 2024-10-18T17:13:00.506Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T17:13:00.509Z | + WORK=/work |
90 | 2024-10-18T17:13:00.509Z | + pfexec mkdir -p /work |
91 | 2024-10-18T17:13:00.513Z | + pfexec chown build /work |
92 | 2024-10-18T17:13:00.516Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-10-18T17:13:10.473Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-10-18T17:13:14.055Z | Startup: Caching catalogs ... Done |
95 | 2024-10-18T17:13:20.088Z | Planning: Solver setup ... Done (5.333s) |
96 | 2024-10-18T17:13:20.167Z | Planning: Running solver ... Done (0.081s) |
97 | 2024-10-18T17:13:20.369Z | Planning: Finding local manifests ... Done (0.130s) |
98 | 2024-10-18T17:13:20.384Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-10-18T17:13:20.605Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-10-18T17:13:20.985Z | Planning: Package planning ... Done (0.380s) |
101 | 2024-10-18T17:13:21.042Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-10-18T17:13:22.729Z | Planning: Checking for conflicting actions ... Done (1.686s) |
103 | 2024-10-18T17:13:35.266Z | Planning: Consolidating action changes ... Done (12.535s) |
104 | 2024-10-18T17:13:35.851Z | Planning: Evaluating mediators ... Done (0.584s) |
105 | 2024-10-18T17:13:36.170Z | Planning: Planning completed in 22.03 seconds |
106 | 2024-10-18T17:13:37.991Z | Packages to install: 4 |
107 | 2024-10-18T17:13:37.991Z | Packages to update: 1 |
108 | 2024-10-18T17:13:37.991Z | Mediators to change: 2 |
109 | 2024-10-18T17:13:37.994Z | Services to change: 1 |
110 | 2024-10-18T17:13:37.994Z | Estimated space available: 155.71 GB |
111 | 2024-10-18T17:13:37.994Z | Estimated space to be consumed: 1.57 GB |
112 | 2024-10-18T17:13:37.994Z | Create boot environment: No |
113 | 2024-10-18T17:13:37.994Z | Create backup boot environment: Yes |
114 | 2024-10-18T17:13:37.994Z | Rebuild boot archive: No |
115 | 2024-10-18T17:13:37.994Z | |
116 | 2024-10-18T17:13:37.994Z | Changed mediators: |
117 | 2024-10-18T17:13:37.994Z | mediator clang: |
118 | 2024-10-18T17:13:37.994Z | version: None -> 15 (system default) |
119 | 2024-10-18T17:13:37.994Z | |
120 | 2024-10-18T17:13:37.994Z | mediator llvm: |
121 | 2024-10-18T17:13:37.994Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-10-18T17:13:37.994Z | |
123 | 2024-10-18T17:13:37.994Z | Changed packages: |
124 | 2024-10-18T17:13:37.994Z | helios-dev |
125 | 2024-10-18T17:13:37.994Z | developer/build-essential |
126 | 2024-10-18T17:13:37.994Z | None -> 11-2.0 |
127 | 2024-10-18T17:13:37.994Z | library/libxmlsec1 |
128 | 2024-10-18T17:13:37.994Z | None -> 1.2.35-2.0 |
129 | 2024-10-18T17:13:37.994Z | ooce/developer/clang-15 |
130 | 2024-10-18T17:13:37.994Z | None -> 15.0.7-2.0 |
131 | 2024-10-18T17:13:37.994Z | ooce/developer/llvm-15 |
132 | 2024-10-18T17:13:37.994Z | None -> 15.0.7-2.0 |
133 | 2024-10-18T17:13:37.994Z | package/pkg |
134 | 2024-10-18T17:13:37.994Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-10-18T17:13:37.994Z | |
136 | 2024-10-18T17:13:37.994Z | Services: |
137 | 2024-10-18T17:13:37.994Z | restart_fmri: |
138 | 2024-10-18T17:13:37.995Z | svc:/system/update-man-index:default |
139 | 2024-10-18T17:13:37.995Z | |
140 | 2024-10-18T17:13:37.995Z | Editable files to change: |
141 | 2024-10-18T17:13:37.995Z | Update: |
142 | 2024-10-18T17:13:37.995Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-10-18T17:13:38.629Z | |
144 | 2024-10-18T17:13:38.629Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-10-18T17:13:43.630Z | Download: 1309/4281 items 104.4/220.6MB 47% complete (21.1M/s) |
146 | 2024-10-18T17:13:48.631Z | Download: 3123/4281 items 133.7/220.6MB 60% complete (13.3M/s) |
147 | 2024-10-18T17:13:54.088Z | Download: 4204/4281 items 220.6/220.6MB 99% complete (13.2M/s) |
148 | 2024-10-18T17:13:54.214Z | Download: Completed 220.60 MB in 15.58 seconds (14.2M/s) |
149 | 2024-10-18T17:13:56.512Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-10-18T17:13:56.528Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-10-18T17:14:01.963Z | Actions: 4110/5063 actions (Installing new actions) |
152 | 2024-10-18T17:14:03.428Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-10-18T17:14:03.894Z | Actions: Completed 5063 actions in 7.38 seconds. |
154 | 2024-10-18T17:14:04.092Z | Done (0.190s) |
155 | 2024-10-18T17:14:04.095Z | Done (0.000s) |
156 | 2024-10-18T17:14:04.573Z | Done (0.480s) |
157 | 2024-10-18T17:14:12.617Z | Done (7.784s) |
158 | 2024-10-18T17:14:13.197Z | Done (0.509s) |
159 | 2024-10-18T17:14:13.200Z | Done (0.000s) |
160 | 2024-10-18T17:14:13.372Z | Done (0.000s) |
161 | 2024-10-18T17:14:14.026Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-10-18T17:14:14.189Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-10-18T17:14:14.192Z | Planning: Consolidating action changes ... Done |
164 | 2024-10-18T17:14:14.461Z | Planning: Evaluating mediators ... Done |
165 | 2024-10-18T17:14:14.464Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-10-18T17:14:14.499Z | Mediators to change: 2 |
167 | 2024-10-18T17:14:14.500Z | Create boot environment: No |
168 | 2024-10-18T17:14:14.502Z | Create backup boot environment: No |
169 | 2024-10-18T17:14:14.579Z | Done |
170 | 2024-10-18T17:14:14.579Z | Done |
171 | 2024-10-18T17:14:14.890Z | Done |
172 | 2024-10-18T17:14:18.418Z | Done |
173 | 2024-10-18T17:14:18.508Z | Done |
174 | 2024-10-18T17:14:18.510Z | Done |
175 | 2024-10-18T17:14:18.627Z | Done |
176 | 2024-10-18T17:14:19.245Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-10-18T17:14:19.249Z | Planning: Merging actions ... Done |
178 | 2024-10-18T17:14:19.436Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-10-18T17:14:19.438Z | Planning: Consolidating action changes ... Done |
180 | 2024-10-18T17:14:19.707Z | Planning: Evaluating mediators ... Done |
181 | 2024-10-18T17:14:19.770Z | Planning: Planning completed in 0.77 seconds |
182 | 2024-10-18T17:14:19.813Z | Packages to change: 1 |
183 | 2024-10-18T17:14:19.813Z | Mediators to change: 1 |
184 | 2024-10-18T17:14:19.820Z | Services to change: 1 |
185 | 2024-10-18T17:14:19.820Z | Create boot environment: No |
186 | 2024-10-18T17:14:19.820Z | Create backup boot environment: Yes |
187 | 2024-10-18T17:14:20.984Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-10-18T17:14:21.082Z | Actions: Completed 6 actions in 0.10 seconds. |
189 | 2024-10-18T17:14:21.085Z | Done |
190 | 2024-10-18T17:14:21.085Z | Done |
191 | 2024-10-18T17:14:21.180Z | Done |
192 | 2024-10-18T17:14:24.683Z | Done |
193 | 2024-10-18T17:14:24.774Z | Done |
194 | 2024-10-18T17:14:24.776Z | Done |
195 | 2024-10-18T17:14:24.888Z | Done |
196 | 2024-10-18T17:14:25.319Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-10-18T17:14:25.319Z | clang system 15 system |
198 | 2024-10-18T17:14:25.319Z | csh system system illumos |
199 | 2024-10-18T17:14:25.319Z | ctags system system illumos |
200 | 2024-10-18T17:14:25.319Z | gcc vendor 12 vendor |
201 | 2024-10-18T17:14:25.319Z | gcc system 10 system |
202 | 2024-10-18T17:14:25.319Z | gcc system 7 system |
203 | 2024-10-18T17:14:25.319Z | go system 1.20 system |
204 | 2024-10-18T17:14:25.320Z | go system 1.19 system |
205 | 2024-10-18T17:14:25.320Z | llvm system 15 system |
206 | 2024-10-18T17:14:25.320Z | llvm system 14 system |
207 | 2024-10-18T17:14:25.320Z | mariadb system 10.6 system |
208 | 2024-10-18T17:14:25.320Z | mta vendor vendor dma |
209 | 2024-10-18T17:14:25.320Z | openjdk system 17 system |
210 | 2024-10-18T17:14:25.320Z | openjdk system 11 system |
211 | 2024-10-18T17:14:25.320Z | openjdk system 1.8 system |
212 | 2024-10-18T17:14:25.320Z | openssl vendor 3 vendor |
213 | 2024-10-18T17:14:25.320Z | perl system 5.36 system |
214 | 2024-10-18T17:14:25.320Z | postgresql system 15 system |
215 | 2024-10-18T17:14:25.320Z | postgresql system 13 system |
216 | 2024-10-18T17:14:25.320Z | python vendor 3 vendor |
217 | 2024-10-18T17:14:25.320Z | python system 2 system |
218 | 2024-10-18T17:14:25.320Z | python3 system 3.11 system |
219 | 2024-10-18T17:14:25.320Z | ruby system 3.0 system |
220 | 2024-10-18T17:14:25.320Z | words vendor vendor american-english |
221 | 2024-10-18T17:14:25.320Z | words system system australian-english |
222 | 2024-10-18T17:14:25.320Z | words system system british-english |
223 | 2024-10-18T17:14:25.320Z | words system system canadian-english |
224 | 2024-10-18T17:14:25.320Z | words system system french |
225 | 2024-10-18T17:14:25.320Z | words system system italian |
226 | 2024-10-18T17:14:25.320Z | words system system ngerman |
227 | 2024-10-18T17:14:25.320Z | words system system ogerman |
228 | 2024-10-18T17:14:25.320Z | words system system spanish |
229 | 2024-10-18T17:14:25.650Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-10-18T17:14:25.650Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-10-18T17:14:27.866Z | FMRI IFO |
232 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-10-18T17:14:27.866Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-10-18T17:14:28.546Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-10-18T17:14:28.838Z | Updating crates.io index |
247 | 2024-10-18T17:14:28.841Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
248 | 2024-10-18T17:14:29.737Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
249 | 2024-10-18T17:14:29.984Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-10-18T17:14:30.232Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-10-18T17:14:30.528Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-10-18T17:14:31.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-10-18T17:14:33.688Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-10-18T17:14:34.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-10-18T17:14:35.512Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-10-18T17:14:35.933Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-10-18T17:14:36.383Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
258 | 2024-10-18T17:14:36.946Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
259 | 2024-10-18T17:14:37.220Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
260 | 2024-10-18T17:14:37.733Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
261 | 2024-10-18T17:14:38.010Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
262 | 2024-10-18T17:14:38.287Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
263 | 2024-10-18T17:14:38.530Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
264 | 2024-10-18T17:14:38.836Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-10-18T17:14:39.187Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-10-18T17:14:39.556Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-10-18T17:14:39.900Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-10-18T17:14:40.350Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-10-18T17:14:40.666Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
270 | 2024-10-18T17:14:41.055Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
271 | 2024-10-18T17:14:41.457Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-10-18T17:14:41.746Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-10-18T17:14:42.008Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-10-18T17:14:43.336Z | Downloading crates ... |
275 | 2024-10-18T17:14:43.428Z | Downloaded anstyle v1.0.8 |
276 | 2024-10-18T17:14:43.433Z | Downloaded anstream v0.6.15 |
277 | 2024-10-18T17:14:43.436Z | Downloaded proc-macro-error v1.0.4 |
278 | 2024-10-18T17:14:43.438Z | Downloaded byteorder v1.5.0 |
279 | 2024-10-18T17:14:43.441Z | Downloaded strsim v0.11.1 |
280 | 2024-10-18T17:14:43.454Z | Downloaded usdt-attr-macro v0.5.0 |
281 | 2024-10-18T17:14:43.457Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-10-18T17:14:43.457Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-10-18T17:14:43.460Z | Downloaded cpufeatures v0.2.14 |
284 | 2024-10-18T17:14:43.462Z | Downloaded swrite v0.1.0 |
285 | 2024-10-18T17:14:43.464Z | Downloaded fastrand v2.1.1 |
286 | 2024-10-18T17:14:43.464Z | Downloaded anstyle-query v1.1.1 |
287 | 2024-10-18T17:14:43.468Z | Downloaded memmap v0.7.0 |
288 | 2024-10-18T17:14:43.468Z | Downloaded macaddr v1.0.1 |
289 | 2024-10-18T17:14:43.471Z | Downloaded errno v0.3.9 |
290 | 2024-10-18T17:14:43.471Z | Downloaded digest v0.10.7 |
291 | 2024-10-18T17:14:43.474Z | Downloaded plain v0.2.3 |
292 | 2024-10-18T17:14:43.474Z | Downloaded serde_spanned v0.6.8 |
293 | 2024-10-18T17:14:43.474Z | Downloaded clap_lex v0.7.2 |
294 | 2024-10-18T17:14:43.477Z | Downloaded camino-tempfile v1.1.1 |
295 | 2024-10-18T17:14:43.477Z | Downloaded pest_generator v2.7.14 |
296 | 2024-10-18T17:14:43.480Z | Downloaded heck v0.5.0 |
297 | 2024-10-18T17:14:43.480Z | Downloaded thiserror-impl v1.0.64 |
298 | 2024-10-18T17:14:43.480Z | Downloaded cfg-if v1.0.0 |
299 | 2024-10-18T17:14:43.482Z | Downloaded cargo_metadata v0.18.1 |
300 | 2024-10-18T17:14:43.484Z | Downloaded block-buffer v0.10.4 |
301 | 2024-10-18T17:14:43.484Z | Downloaded fs-err v2.11.0 |
302 | 2024-10-18T17:14:43.487Z | Downloaded autocfg v1.4.0 |
303 | 2024-10-18T17:14:43.489Z | Downloaded version_check v0.9.5 |
304 | 2024-10-18T17:14:43.491Z | Downloaded scroll v0.12.0 |
305 | 2024-10-18T17:14:43.491Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2024-10-18T17:14:43.494Z | Downloaded sha2 v0.10.8 |
307 | 2024-10-18T17:14:43.496Z | Downloaded generic-array v0.14.7 |
308 | 2024-10-18T17:14:43.498Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-10-18T17:14:43.501Z | Downloaded equivalent v1.0.1 |
310 | 2024-10-18T17:14:43.504Z | Downloaded colorchoice v1.0.2 |
311 | 2024-10-18T17:14:43.506Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-10-18T17:14:43.513Z | Downloaded semver v1.0.23 |
313 | 2024-10-18T17:14:43.518Z | Downloaded tempfile v3.13.0 |
314 | 2024-10-18T17:14:43.521Z | Downloaded proc-macro2 v1.0.87 |
315 | 2024-10-18T17:14:43.525Z | Downloaded unicode-ident v1.0.13 |
316 | 2024-10-18T17:14:43.528Z | Downloaded usdt v0.5.0 |
317 | 2024-10-18T17:14:43.534Z | Downloaded proc-macro-error-attr v1.0.4 |
318 | 2024-10-18T17:14:43.534Z | Downloaded dof v0.3.0 |
319 | 2024-10-18T17:14:43.537Z | Downloaded fnv v1.0.7 |
320 | 2024-10-18T17:14:43.537Z | Downloaded bytecount v0.6.8 |
321 | 2024-10-18T17:14:43.540Z | Downloaded itoa v1.0.11 |
322 | 2024-10-18T17:14:43.542Z | Downloaded heck v0.4.1 |
323 | 2024-10-18T17:14:43.542Z | Downloaded crypto-common v0.1.6 |
324 | 2024-10-18T17:14:43.545Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-10-18T17:14:43.545Z | Downloaded smawk v0.3.2 |
326 | 2024-10-18T17:14:43.547Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-10-18T17:14:43.547Z | Downloaded anstyle-parse v0.2.5 |
328 | 2024-10-18T17:14:43.550Z | Downloaded thread-id v4.2.2 |
329 | 2024-10-18T17:14:43.552Z | Downloaded thiserror v1.0.64 |
330 | 2024-10-18T17:14:43.555Z | Downloaded terminal_size v0.4.0 |
331 | 2024-10-18T17:14:43.557Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-10-18T17:14:43.559Z | Downloaded typenum v1.17.0 |
333 | 2024-10-18T17:14:43.561Z | Downloaded toml v0.8.19 |
334 | 2024-10-18T17:14:43.564Z | Downloaded serde_derive v1.0.210 |
335 | 2024-10-18T17:14:43.566Z | Downloaded textwrap v0.16.1 |
336 | 2024-10-18T17:14:43.569Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-10-18T17:14:43.571Z | Downloaded pest_derive v2.7.14 |
338 | 2024-10-18T17:14:43.573Z | Downloaded quote v1.0.37 |
339 | 2024-10-18T17:14:43.575Z | Downloaded utf8parse v0.2.2 |
340 | 2024-10-18T17:14:43.575Z | Downloaded once_cell v1.20.2 |
341 | 2024-10-18T17:14:43.578Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-10-18T17:14:43.581Z | Downloaded zerocopy-derive v0.7.35 |
343 | 2024-10-18T17:14:43.583Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-10-18T17:14:43.585Z | Downloaded clap_derive v4.5.18 |
345 | 2024-10-18T17:14:43.587Z | Downloaded cargo_toml v0.20.5 |
346 | 2024-10-18T17:14:43.592Z | Downloaded pest_meta v2.7.14 |
347 | 2024-10-18T17:14:43.594Z | Downloaded clap v4.5.20 |
348 | 2024-10-18T17:14:43.602Z | Downloaded ucd-trie v0.1.7 |
349 | 2024-10-18T17:14:43.605Z | Downloaded ryu v1.0.18 |
350 | 2024-10-18T17:14:43.607Z | Downloaded camino v1.1.9 |
351 | 2024-10-18T17:14:43.609Z | Downloaded papergrid v0.11.0 |
352 | 2024-10-18T17:14:43.614Z | Downloaded bitflags v2.6.0 |
353 | 2024-10-18T17:14:43.617Z | Downloaded log v0.4.22 |
354 | 2024-10-18T17:14:43.619Z | Downloaded anyhow v1.0.89 |
355 | 2024-10-18T17:14:43.626Z | Downloaded serde v1.0.210 |
356 | 2024-10-18T17:14:43.630Z | Downloaded indexmap v2.6.0 |
357 | 2024-10-18T17:14:43.648Z | Downloaded pest v2.7.14 |
358 | 2024-10-18T17:14:43.652Z | Downloaded memchr v2.7.4 |
359 | 2024-10-18T17:14:43.658Z | Downloaded zerocopy v0.7.35 |
360 | 2024-10-18T17:14:43.673Z | Downloaded toml_edit v0.22.22 |
361 | 2024-10-18T17:14:43.695Z | Downloaded hashbrown v0.15.0 |
362 | 2024-10-18T17:14:43.706Z | Downloaded winnow v0.6.20 |
363 | 2024-10-18T17:14:43.709Z | Downloaded tabled v0.15.0 |
364 | 2024-10-18T17:14:43.723Z | Downloaded goblin v0.8.2 |
365 | 2024-10-18T17:14:43.729Z | Downloaded unicode-width v0.1.14 |
366 | 2024-10-18T17:14:43.734Z | Downloaded syn v2.0.79 |
367 | 2024-10-18T17:14:43.745Z | Downloaded rustix v0.38.37 |
368 | 2024-10-18T17:14:43.766Z | Downloaded syn v1.0.109 |
369 | 2024-10-18T17:14:43.775Z | Downloaded libc v0.2.159 |
370 | 2024-10-18T17:14:43.800Z | Downloaded serde_json v1.0.128 |
371 | 2024-10-18T17:14:43.812Z | Downloaded clap_builder v4.5.20 |
372 | 2024-10-18T17:14:44.090Z | Compiling proc-macro2 v1.0.87 |
373 | 2024-10-18T17:14:44.093Z | Compiling unicode-ident v1.0.13 |
374 | 2024-10-18T17:14:44.093Z | Compiling serde v1.0.210 |
375 | 2024-10-18T17:14:44.093Z | Compiling version_check v0.9.5 |
376 | 2024-10-18T17:14:44.093Z | Compiling memchr v2.7.4 |
377 | 2024-10-18T17:14:44.093Z | Compiling thiserror v1.0.64 |
378 | 2024-10-18T17:14:44.124Z | Compiling libc v0.2.159 |
379 | 2024-10-18T17:14:44.127Z | Compiling ryu v1.0.18 |
380 | 2024-10-18T17:14:44.415Z | Compiling ucd-trie v0.1.7 |
381 | 2024-10-18T17:14:44.528Z | Compiling itoa v1.0.11 |
382 | 2024-10-18T17:14:44.947Z | Compiling once_cell v1.20.2 |
383 | 2024-10-18T17:14:44.973Z | Compiling byteorder v1.5.0 |
384 | 2024-10-18T17:14:45.333Z | Compiling serde_json v1.0.128 |
385 | 2024-10-18T17:14:45.540Z | Compiling rustix v0.38.37 |
386 | 2024-10-18T17:14:47.032Z | Compiling bitflags v2.6.0 |
387 | 2024-10-18T17:14:47.035Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-10-18T17:14:47.094Z | Compiling usdt-impl v0.5.0 |
389 | 2024-10-18T17:14:47.179Z | Compiling syn v1.0.109 |
390 | 2024-10-18T17:14:47.370Z | Compiling proc-macro-error v1.0.4 |
391 | 2024-10-18T17:14:47.414Z | Compiling log v0.4.22 |
392 | 2024-10-18T17:14:47.442Z | Compiling hashbrown v0.15.0 |
393 | 2024-10-18T17:14:47.644Z | Compiling plain v0.2.3 |
394 | 2024-10-18T17:14:47.675Z | Compiling equivalent v1.0.1 |
395 | 2024-10-18T17:14:47.789Z | Compiling thread-id v4.2.2 |
396 | 2024-10-18T17:14:47.813Z | Compiling camino v1.1.9 |
397 | 2024-10-18T17:14:47.816Z | Compiling utf8parse v0.2.2 |
398 | 2024-10-18T17:14:47.855Z | Compiling quote v1.0.37 |
399 | 2024-10-18T17:14:47.979Z | Compiling anstyle-parse v0.2.5 |
400 | 2024-10-18T17:14:48.042Z | Compiling is_terminal_polyfill v1.70.1 |
401 | 2024-10-18T17:14:48.161Z | Compiling autocfg v1.4.0 |
402 | 2024-10-18T17:14:48.255Z | Compiling syn v2.0.79 |
403 | 2024-10-18T17:14:48.325Z | Compiling errno v0.3.9 |
404 | 2024-10-18T17:14:48.591Z | Compiling colorchoice v1.0.2 |
405 | 2024-10-18T17:14:48.593Z | Compiling pretty-hex v0.4.1 |
406 | 2024-10-18T17:14:48.699Z | Compiling indexmap v2.6.0 |
407 | 2024-10-18T17:14:48.741Z | Compiling unicode-width v0.1.14 |
408 | 2024-10-18T17:14:48.819Z | Compiling winnow v0.6.20 |
409 | 2024-10-18T17:14:49.257Z | Compiling semver v1.0.23 |
410 | 2024-10-18T17:14:49.278Z | Compiling anstyle v1.0.8 |
411 | 2024-10-18T17:14:49.746Z | Compiling anstyle-query v1.1.1 |
412 | 2024-10-18T17:14:49.904Z | Compiling anstream v0.6.15 |
413 | 2024-10-18T17:14:49.930Z | Compiling fs-err v2.11.0 |
414 | 2024-10-18T17:14:50.239Z | Compiling cfg-if v1.0.0 |
415 | 2024-10-18T17:14:50.280Z | Compiling anyhow v1.0.89 |
416 | 2024-10-18T17:14:50.335Z | Compiling heck v0.5.0 |
417 | 2024-10-18T17:14:50.647Z | Compiling terminal_size v0.4.0 |
418 | 2024-10-18T17:14:50.777Z | Compiling clap_lex v0.7.2 |
419 | 2024-10-18T17:14:50.860Z | Compiling fastrand v2.1.1 |
420 | 2024-10-18T17:14:50.862Z | Compiling strsim v0.11.1 |
421 | 2024-10-18T17:14:50.910Z | Compiling fnv v1.0.7 |
422 | 2024-10-18T17:14:51.044Z | Compiling heck v0.4.1 |
423 | 2024-10-18T17:14:51.256Z | Compiling bytecount v0.6.8 |
424 | 2024-10-18T17:14:51.286Z | Compiling clap_builder v4.5.20 |
425 | 2024-10-18T17:14:51.481Z | Compiling papergrid v0.11.0 |
426 | 2024-10-18T17:14:51.551Z | Compiling tempfile v3.13.0 |
427 | 2024-10-18T17:14:52.067Z | Compiling memmap v0.7.0 |
428 | 2024-10-18T17:14:52.126Z | Compiling unicode-linebreak v0.1.5 |
429 | 2024-10-18T17:14:52.441Z | Compiling smawk v0.3.2 |
430 | 2024-10-18T17:14:52.609Z | Compiling swrite v0.1.0 |
431 | 2024-10-18T17:14:52.669Z | Compiling textwrap v0.16.1 |
432 | 2024-10-18T17:14:54.132Z | Compiling tabled_derive v0.7.0 |
433 | 2024-10-18T17:14:55.876Z | Compiling tabled v0.15.0 |
434 | 2024-10-18T17:14:57.006Z | Compiling serde_derive v1.0.210 |
435 | 2024-10-18T17:14:57.006Z | Compiling thiserror-impl v1.0.64 |
436 | 2024-10-18T17:14:57.008Z | Compiling zerocopy-derive v0.7.35 |
437 | 2024-10-18T17:14:57.008Z | Compiling scroll_derive v0.12.0 |
438 | 2024-10-18T17:14:57.008Z | Compiling clap_derive v4.5.18 |
439 | 2024-10-18T17:14:58.258Z | Compiling scroll v0.12.0 |
440 | 2024-10-18T17:14:58.726Z | Compiling goblin v0.8.2 |
441 | 2024-10-18T17:14:58.859Z | Compiling zerocopy v0.7.35 |
442 | 2024-10-18T17:15:00.679Z | Compiling clap v4.5.20 |
443 | 2024-10-18T17:15:02.130Z | Compiling pest v2.7.14 |
444 | 2024-10-18T17:15:03.692Z | Compiling pest_meta v2.7.14 |
445 | 2024-10-18T17:15:04.775Z | Compiling pest_generator v2.7.14 |
446 | 2024-10-18T17:15:06.348Z | Compiling pest_derive v2.7.14 |
447 | 2024-10-18T17:15:06.643Z | Compiling serde_spanned v0.6.8 |
448 | 2024-10-18T17:15:06.643Z | Compiling toml_datetime v0.6.8 |
449 | 2024-10-18T17:15:06.993Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-10-18T17:15:07.020Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-10-18T17:15:07.157Z | Compiling toml_edit v0.22.22 |
452 | 2024-10-18T17:15:07.185Z | Compiling cargo-platform v0.1.8 |
453 | 2024-10-18T17:15:07.385Z | Compiling camino-tempfile v1.1.1 |
454 | 2024-10-18T17:15:07.634Z | Compiling macaddr v1.0.1 |
455 | 2024-10-18T17:15:08.231Z | Compiling dof v0.3.0 |
456 | 2024-10-18T17:15:08.232Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-10-18T17:15:10.267Z | Compiling toml v0.8.19 |
458 | 2024-10-18T17:15:10.289Z | Compiling usdt-macro v0.5.0 |
459 | 2024-10-18T17:15:10.292Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-10-18T17:15:11.064Z | Compiling cargo_toml v0.20.5 |
461 | 2024-10-18T17:15:11.666Z | Compiling usdt v0.5.0 |
462 | 2024-10-18T17:15:14.615Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-10-18T17:15:18.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s |
464 | 2024-10-18T17:15:18.823Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-10-18T17:15:19.402Z | Downloading crates ... |
466 | 2024-10-18T17:15:19.555Z | Downloaded humantime v2.1.0 |
467 | 2024-10-18T17:15:19.558Z | Downloaded http-body v0.4.6 |
468 | 2024-10-18T17:15:19.562Z | Downloaded ahash v0.8.11 |
469 | 2024-10-18T17:15:19.566Z | Downloaded hyper-util v0.1.9 |
470 | 2024-10-18T17:15:19.572Z | Downloaded is-terminal v0.4.13 |
471 | 2024-10-18T17:15:19.575Z | Downloaded indexmap v1.9.3 |
472 | 2024-10-18T17:15:19.579Z | Downloaded itertools v0.10.5 |
473 | 2024-10-18T17:15:19.587Z | Downloaded bit-vec v0.6.3 |
474 | 2024-10-18T17:15:19.589Z | Downloaded lazy_static v1.5.0 |
475 | 2024-10-18T17:15:19.592Z | Downloaded itertools v0.13.0 |
476 | 2024-10-18T17:15:19.599Z | Downloaded hostname v0.4.0 |
477 | 2024-10-18T17:15:19.601Z | Downloaded hostname v0.3.1 |
478 | 2024-10-18T17:15:19.604Z | Downloaded http v0.2.12 |
479 | 2024-10-18T17:15:19.608Z | Downloaded home v0.5.9 |
480 | 2024-10-18T17:15:19.610Z | Downloaded bstr v1.10.0 |
481 | 2024-10-18T17:15:19.622Z | Downloaded atomicwrites v0.4.4 |
482 | 2024-10-18T17:15:19.625Z | Downloaded ident_case v1.0.1 |
483 | 2024-10-18T17:15:19.627Z | Downloaded iana-time-zone v0.1.61 |
484 | 2024-10-18T17:15:19.630Z | Downloaded hyper-tls v0.6.0 |
485 | 2024-10-18T17:15:19.632Z | Downloaded bindgen v0.69.5 |
486 | 2024-10-18T17:15:19.642Z | Downloaded hyper-rustls v0.27.3 |
487 | 2024-10-18T17:15:19.645Z | Downloaded hyper v1.4.1 |
488 | 2024-10-18T17:15:19.653Z | Downloaded bitfield-struct v0.6.2 |
489 | 2024-10-18T17:15:19.655Z | Downloaded instant v0.1.13 |
490 | 2024-10-18T17:15:19.658Z | Downloaded ipnet v2.10.1 |
491 | 2024-10-18T17:15:19.660Z | Downloaded keccak v0.1.5 |
492 | 2024-10-18T17:15:19.662Z | Downloaded arc-swap v1.7.1 |
493 | 2024-10-18T17:15:19.665Z | Downloaded inout v0.1.3 |
494 | 2024-10-18T17:15:19.667Z | Downloaded lalrpop-util v0.19.12 |
495 | 2024-10-18T17:15:19.670Z | Downloaded lazycell v1.3.0 |
496 | 2024-10-18T17:15:19.670Z | Downloaded jobserver v0.1.32 |
497 | 2024-10-18T17:15:19.672Z | Downloaded itertools v0.12.1 |
498 | 2024-10-18T17:15:19.680Z | Downloaded linked-hash-map v0.5.6 |
499 | 2024-10-18T17:15:19.683Z | Downloaded libm v0.2.8 |
500 | 2024-10-18T17:15:19.691Z | Downloaded libloading v0.8.5 |
501 | 2024-10-18T17:15:19.694Z | Downloaded ciborium-io v0.2.2 |
502 | 2024-10-18T17:15:19.696Z | Downloaded chrono-tz-build v0.4.0 |
503 | 2024-10-18T17:15:19.698Z | Downloaded cfg_aliases v0.2.1 |
504 | 2024-10-18T17:15:19.698Z | Downloaded bytes v1.7.2 |
505 | 2024-10-18T17:15:19.702Z | Downloaded cipher v0.4.4 |
506 | 2024-10-18T17:15:19.704Z | Downloaded convert_case v0.4.0 |
507 | 2024-10-18T17:15:19.707Z | Downloaded crc-catalog v2.4.0 |
508 | 2024-10-18T17:15:19.710Z | Downloaded console v0.15.8 |
509 | 2024-10-18T17:15:19.712Z | Downloaded const-oid v0.9.6 |
510 | 2024-10-18T17:15:19.714Z | Downloaded ciborium v0.2.2 |
511 | 2024-10-18T17:15:19.717Z | Downloaded cc v1.1.30 |
512 | 2024-10-18T17:15:19.720Z | Downloaded crc32fast v1.4.2 |
513 | 2024-10-18T17:15:19.722Z | Downloaded crunchy v0.2.2 |
514 | 2024-10-18T17:15:19.725Z | Downloaded darling_macro v0.20.10 |
515 | 2024-10-18T17:15:19.725Z | Downloaded curve25519-dalek-derive v0.1.1 |
516 | 2024-10-18T17:15:19.727Z | Downloaded const_format_proc_macros v0.2.33 |
517 | 2024-10-18T17:15:19.729Z | Downloaded constant_time_eq v0.3.1 |
518 | 2024-10-18T17:15:19.731Z | Downloaded ctr v0.9.2 |
519 | 2024-10-18T17:15:19.733Z | Downloaded const_format v0.2.33 |
520 | 2024-10-18T17:15:19.738Z | Downloaded clang-sys v1.8.1 |
521 | 2024-10-18T17:15:19.741Z | Downloaded crc v3.2.1 |
522 | 2024-10-18T17:15:19.744Z | Downloaded cfg_aliases v0.1.1 |
523 | 2024-10-18T17:15:19.746Z | Downloaded cexpr v0.6.0 |
524 | 2024-10-18T17:15:19.749Z | Downloaded bzip2 v0.4.4 |
525 | 2024-10-18T17:15:19.751Z | Downloaded bitvec v1.0.1 |
526 | 2024-10-18T17:15:19.766Z | Downloaded bitflags v1.3.2 |
527 | 2024-10-18T17:15:19.770Z | Downloaded csv-core v0.1.11 |
528 | 2024-10-18T17:15:19.772Z | Downloaded crossbeam-channel v0.5.13 |
529 | 2024-10-18T17:15:19.776Z | Downloaded crossbeam-utils v0.8.20 |
530 | 2024-10-18T17:15:19.780Z | Downloaded hmac v0.12.1 |
531 | 2024-10-18T17:15:19.791Z | Downloaded debug-ignore v1.0.5 |
532 | 2024-10-18T17:15:19.791Z | Downloaded httpdate v1.0.3 |
533 | 2024-10-18T17:15:19.791Z | Downloaded indoc v1.0.9 |
534 | 2024-10-18T17:15:19.791Z | Downloaded ipnetwork v0.20.0 |
535 | 2024-10-18T17:15:19.791Z | Downloaded http v1.1.0 |
536 | 2024-10-18T17:15:19.797Z | Downloaded curve25519-dalek v4.1.3 |
537 | 2024-10-18T17:15:19.805Z | Downloaded chrono-tz v0.10.0 |
538 | 2024-10-18T17:15:19.814Z | Downloaded idna v0.5.0 |
539 | 2024-10-18T17:15:19.827Z | Downloaded backtrace v0.3.74 |
540 | 2024-10-18T17:15:19.836Z | Downloaded lalrpop v0.19.12 |
541 | 2024-10-18T17:15:19.853Z | Downloaded bb8 v0.8.5 |
542 | 2024-10-18T17:15:19.856Z | Downloaded md-5 v0.10.6 |
543 | 2024-10-18T17:15:19.858Z | Downloaded maplit v1.0.2 |
544 | 2024-10-18T17:15:19.858Z | Downloaded arrayvec v0.7.6 |
545 | 2024-10-18T17:15:19.860Z | Downloaded lock_api v0.4.12 |
546 | 2024-10-18T17:15:19.862Z | Downloaded data-encoding v2.6.0 |
547 | 2024-10-18T17:15:19.865Z | Downloaded async-trait v0.1.83 |
548 | 2024-10-18T17:15:19.868Z | Downloaded minimal-lexical v0.2.1 |
549 | 2024-10-18T17:15:19.873Z | Downloaded base64ct v1.6.0 |
550 | 2024-10-18T17:15:19.876Z | Downloaded mio v1.0.2 |
551 | 2024-10-18T17:15:19.883Z | Downloaded miniz_oxide v0.8.0 |
552 | 2024-10-18T17:15:19.885Z | Downloaded nom v7.1.3 |
553 | 2024-10-18T17:15:19.901Z | Downloaded ciborium-ll v0.2.2 |
554 | 2024-10-18T17:15:19.904Z | Downloaded darling_core v0.20.10 |
555 | 2024-10-18T17:15:19.908Z | Downloaded darling v0.20.10 |
556 | 2024-10-18T17:15:19.912Z | Downloaded crossbeam-epoch v0.9.18 |
557 | 2024-10-18T17:15:19.915Z | Downloaded new_debug_unreachable v1.0.6 |
558 | 2024-10-18T17:15:19.917Z | Downloaded mime v0.3.17 |
559 | 2024-10-18T17:15:19.920Z | Downloaded mime_guess v2.0.5 |
560 | 2024-10-18T17:15:19.922Z | Downloaded linear-map v1.2.0 |
561 | 2024-10-18T17:15:19.922Z | Downloaded native-tls v0.2.12 |
562 | 2024-10-18T17:15:19.924Z | Downloaded base16ct v0.2.0 |
563 | 2024-10-18T17:15:19.926Z | Downloaded aes-gcm v0.10.3 |
564 | 2024-10-18T17:15:19.929Z | Downloaded is_ci v1.2.0 |
565 | 2024-10-18T17:15:19.932Z | Downloaded indent_write v2.2.0 |
566 | 2024-10-18T17:15:19.935Z | Downloaded nanorand v0.7.0 |
567 | 2024-10-18T17:15:19.935Z | Downloaded memoffset v0.9.1 |
568 | 2024-10-18T17:15:19.937Z | Downloaded matches v0.1.10 |
569 | 2024-10-18T17:15:19.937Z | Downloaded normalize-line-endings v0.3.0 |
570 | 2024-10-18T17:15:19.940Z | Downloaded idna v0.3.0 |
571 | 2024-10-18T17:15:19.944Z | Downloaded lru v0.12.5 |
572 | 2024-10-18T17:15:19.946Z | Downloaded crossbeam-deque v0.8.5 |
573 | 2024-10-18T17:15:19.948Z | Downloaded blake2 v0.10.6 |
574 | 2024-10-18T17:15:19.950Z | Downloaded cobs v0.2.3 |
575 | 2024-10-18T17:15:19.953Z | Downloaded colored v2.1.0 |
576 | 2024-10-18T17:15:19.956Z | Downloaded chrono v0.4.38 |
577 | 2024-10-18T17:15:19.960Z | Downloaded nix v0.29.0 |
578 | 2024-10-18T17:15:19.973Z | Downloaded nibble_vec v0.1.0 |
579 | 2024-10-18T17:15:19.975Z | Downloaded multimap v0.10.0 |
580 | 2024-10-18T17:15:19.977Z | Downloaded md5 v0.7.0 |
581 | 2024-10-18T17:15:19.977Z | Downloaded lru-cache v0.1.2 |
582 | 2024-10-18T17:15:19.979Z | Downloaded chacha20poly1305 v0.10.1 |
583 | 2024-10-18T17:15:19.981Z | Downloaded rand_xorshift v0.3.0 |
584 | 2024-10-18T17:15:19.981Z | Downloaded nu-ansi-term v0.50.1 |
585 | 2024-10-18T17:15:19.984Z | Downloaded blake3 v1.5.4 |
586 | 2024-10-18T17:15:19.993Z | Downloaded assert_matches v1.5.0 |
587 | 2024-10-18T17:15:19.995Z | Downloaded base64 v0.21.7 |
588 | 2024-10-18T17:15:19.999Z | Downloaded base64 v0.13.1 |
589 | 2024-10-18T17:15:20.002Z | Downloaded nix v0.28.0 |
590 | 2024-10-18T17:15:20.015Z | Downloaded regex-syntax v0.6.29 |
591 | 2024-10-18T17:15:20.023Z | Downloaded rustc-hash v1.1.0 |
592 | 2024-10-18T17:15:20.025Z | Downloaded rustls-pemfile v2.2.0 |
593 | 2024-10-18T17:15:20.027Z | Downloaded slog-json v2.6.1 |
594 | 2024-10-18T17:15:20.029Z | Downloaded rustls-pemfile v1.0.4 |
595 | 2024-10-18T17:15:20.032Z | Downloaded reqwest v0.12.8 |
596 | 2024-10-18T17:15:20.041Z | Downloaded atomic-waker v1.1.2 |
597 | 2024-10-18T17:15:20.043Z | Downloaded tokio-rustls v0.24.1 |
598 | 2024-10-18T17:15:20.046Z | Downloaded tokio-stream v0.1.16 |
599 | 2024-10-18T17:15:20.052Z | Downloaded tokio-rustls v0.26.0 |
600 | 2024-10-18T17:15:20.055Z | Downloaded unarray v0.1.4 |
601 | 2024-10-18T17:15:20.059Z | Downloaded unicase v2.7.0 |
602 | 2024-10-18T17:15:20.059Z | Downloaded same-file v1.0.6 |
603 | 2024-10-18T17:15:20.061Z | Downloaded unicode-bidi v0.3.17 |
604 | 2024-10-18T17:15:20.063Z | Downloaded tokio-rustls v0.25.0 |
605 | 2024-10-18T17:15:20.065Z | Downloaded kstat-rs v0.2.4 |
606 | 2024-10-18T17:15:20.065Z | Downloaded internet-checksum v0.2.1 |
607 | 2024-10-18T17:15:20.068Z | Downloaded instability v0.3.2 |
608 | 2024-10-18T17:15:20.070Z | Downloaded unicode-normalization v0.1.24 |
609 | 2024-10-18T17:15:20.072Z | Downloaded serde_with_macros v3.11.0 |
610 | 2024-10-18T17:15:20.075Z | Downloaded impl-trait-for-tuples v0.2.2 |
611 | 2024-10-18T17:15:20.078Z | Downloaded hyper-staticfile v0.10.1 |
612 | 2024-10-18T17:15:20.081Z | Downloaded hubpack v0.1.2 |
613 | 2024-10-18T17:15:20.084Z | Downloaded serde_with v3.11.0 |
614 | 2024-10-18T17:15:20.091Z | Downloaded serde_yaml v0.9.34+deprecated |
615 | 2024-10-18T17:15:20.095Z | Downloaded string_cache v0.8.7 |
616 | 2024-10-18T17:15:20.097Z | Downloaded static_assertions v1.1.0 |
617 | 2024-10-18T17:15:20.100Z | Downloaded derive_more v0.99.18 |
618 | 2024-10-18T17:15:20.104Z | Downloaded stable_deref_trait v1.2.0 |
619 | 2024-10-18T17:15:20.106Z | Downloaded funty v2.0.0 |
620 | 2024-10-18T17:15:20.106Z | Downloaded fragile v2.0.0 |
621 | 2024-10-18T17:15:20.109Z | Downloaded form_urlencoded v1.2.1 |
622 | 2024-10-18T17:15:20.109Z | Downloaded foreign-types-shared v0.1.1 |
623 | 2024-10-18T17:15:20.111Z | Downloaded futures v0.3.31 |
624 | 2024-10-18T17:15:20.114Z | Downloaded enum-as-inner v0.6.1 |
625 | 2024-10-18T17:15:20.117Z | Downloaded heck v0.3.3 |
626 | 2024-10-18T17:15:20.120Z | Downloaded num v0.4.3 |
627 | 2024-10-18T17:15:20.123Z | Downloaded num-rational v0.4.2 |
628 | 2024-10-18T17:15:20.123Z | Downloaded unicode-xid v0.2.6 |
629 | 2024-10-18T17:15:20.125Z | Downloaded unicode-properties v0.1.3 |
630 | 2024-10-18T17:15:20.125Z | Downloaded libxml v0.3.3 |
631 | 2024-10-18T17:15:20.132Z | Downloaded hickory-resolver v0.24.1 |
632 | 2024-10-18T17:15:20.138Z | Downloaded opaque-debug v0.3.1 |
633 | 2024-10-18T17:15:20.140Z | Downloaded env_filter v0.1.2 |
634 | 2024-10-18T17:15:20.142Z | Downloaded env_logger v0.10.2 |
635 | 2024-10-18T17:15:20.145Z | Downloaded ecdsa v0.16.9 |
636 | 2024-10-18T17:15:20.148Z | Downloaded dyn-clone v1.0.17 |
637 | 2024-10-18T17:15:20.150Z | Downloaded num-traits v0.2.19 |
638 | 2024-10-18T17:15:20.153Z | Downloaded phf v0.11.2 |
639 | 2024-10-18T17:15:20.155Z | Downloaded parse-zoneinfo v0.3.1 |
640 | 2024-10-18T17:15:20.158Z | Downloaded libz-sys v1.1.20 |
641 | 2024-10-18T17:15:20.178Z | Downloaded nodrop v0.1.14 |
642 | 2024-10-18T17:15:20.180Z | Downloaded newline-converter v0.3.0 |
643 | 2024-10-18T17:15:20.180Z | Downloaded multer v3.1.0 |
644 | 2024-10-18T17:15:20.184Z | Downloaded mockall v0.13.0 |
645 | 2024-10-18T17:15:20.186Z | Downloaded memmap2 v0.9.5 |
646 | 2024-10-18T17:15:20.186Z | Downloaded maybe-uninit v2.0.0 |
647 | 2024-10-18T17:15:20.189Z | Downloaded managed v0.8.0 |
648 | 2024-10-18T17:15:20.189Z | Downloaded radium v0.7.0 |
649 | 2024-10-18T17:15:20.191Z | Downloaded crucible-workspace-hack v0.1.0 |
650 | 2024-10-18T17:15:20.192Z | Downloaded crc-any v2.5.0 |
651 | 2024-10-18T17:15:20.194Z | Downloaded chacha20 v0.9.1 |
652 | 2024-10-18T17:15:20.196Z | Downloaded cassowary v0.3.0 |
653 | 2024-10-18T17:15:20.196Z | Downloaded array-init v0.0.4 |
654 | 2024-10-18T17:15:20.201Z | Downloaded hubpack_derive v0.1.1 |
655 | 2024-10-18T17:15:20.201Z | Downloaded rayon v1.10.0 |
656 | 2024-10-18T17:15:20.208Z | Downloaded http-range v0.1.5 |
657 | 2024-10-18T17:15:20.211Z | Downloaded rustls-pki-types v1.9.0 |
658 | 2024-10-18T17:15:20.214Z | Downloaded rayon-core v1.12.1 |
659 | 2024-10-18T17:15:20.218Z | Downloaded reqwest v0.11.27 |
660 | 2024-10-18T17:15:20.227Z | Downloaded serde_path_to_error v0.1.16 |
661 | 2024-10-18T17:15:20.230Z | Downloaded strip-ansi-escapes v0.2.0 |
662 | 2024-10-18T17:15:20.230Z | Downloaded strum_macros v0.25.3 |
663 | 2024-10-18T17:15:20.232Z | Downloaded term v0.7.0 |
664 | 2024-10-18T17:15:20.235Z | Downloaded sha1 v0.10.6 |
665 | 2024-10-18T17:15:20.238Z | Downloaded tar v0.4.42 |
666 | 2024-10-18T17:15:20.241Z | Downloaded newtype-uuid v1.1.2 |
667 | 2024-10-18T17:15:20.243Z | Downloaded rusqlite v0.32.1 |
668 | 2024-10-18T17:15:20.251Z | Downloaded time-core v0.1.2 |
669 | 2024-10-18T17:15:20.254Z | Downloaded time v0.3.36 |
670 | 2024-10-18T17:15:20.260Z | Downloaded typify-macro v0.2.0 |
671 | 2024-10-18T17:15:20.262Z | Downloaded twox-hash v1.6.3 |
672 | 2024-10-18T17:15:20.268Z | Downloaded tokio-tungstenite v0.21.0 |
673 | 2024-10-18T17:15:20.270Z | Downloaded tls_codec v0.4.1 |
674 | 2024-10-18T17:15:20.270Z | Downloaded sqlparser v0.45.0 |
675 | 2024-10-18T17:15:20.275Z | Downloaded sqlformat v0.2.6 |
676 | 2024-10-18T17:15:20.277Z | Downloaded sync_wrapper v0.1.2 |
677 | 2024-10-18T17:15:20.279Z | Downloaded tiny-keccak v2.0.2 |
678 | 2024-10-18T17:15:20.281Z | Downloaded time-macros v0.2.18 |
679 | 2024-10-18T17:15:20.284Z | Downloaded shlex v1.3.0 |
680 | 2024-10-18T17:15:20.286Z | Downloaded slog-envlogger v2.2.0 |
681 | 2024-10-18T17:15:20.288Z | Downloaded slog-dtrace v0.3.0 |
682 | 2024-10-18T17:15:20.290Z | Downloaded slog-bunyan v2.5.0 |
683 | 2024-10-18T17:15:20.290Z | Downloaded mockall_derive v0.13.0 |
684 | 2024-10-18T17:15:20.293Z | Downloaded serde_urlencoded v0.7.1 |
685 | 2024-10-18T17:15:20.295Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
686 | 2024-10-18T17:15:20.308Z | Downloaded hashbrown v0.12.3 |
687 | 2024-10-18T17:15:20.313Z | Downloaded dirs-next v2.0.0 |
688 | 2024-10-18T17:15:20.315Z | Downloaded tower-service v0.3.3 |
689 | 2024-10-18T17:15:20.316Z | Downloaded foreign-types-shared v0.3.1 |
690 | 2024-10-18T17:15:20.319Z | Downloaded endian-type v0.1.2 |
691 | 2024-10-18T17:15:20.319Z | Downloaded futures-macro v0.3.31 |
692 | 2024-10-18T17:15:20.319Z | Downloaded futures-sink v0.3.31 |
693 | 2024-10-18T17:15:20.322Z | Downloaded num-bigint-dig v0.8.4 |
694 | 2024-10-18T17:15:20.326Z | Downloaded num-conv v0.1.0 |
695 | 2024-10-18T17:15:20.328Z | Downloaded openssl-sys v0.9.103 |
696 | 2024-10-18T17:15:20.334Z | Downloaded progenitor-macro v0.8.0 |
697 | 2024-10-18T17:15:20.336Z | Downloaded progenitor-impl v0.8.0 |
698 | 2024-10-18T17:15:20.338Z | Downloaded progenitor-client v0.8.0 |
699 | 2024-10-18T17:15:20.340Z | Downloaded polyval v0.6.2 |
700 | 2024-10-18T17:15:20.342Z | Downloaded poly1305 v0.8.0 |
701 | 2024-10-18T17:15:20.344Z | Downloaded float-ord v0.3.2 |
702 | 2024-10-18T17:15:20.347Z | Downloaded phf_shared v0.11.2 |
703 | 2024-10-18T17:15:20.347Z | Downloaded dhcproto-macros v0.1.0 |
704 | 2024-10-18T17:15:20.347Z | Downloaded dhcproto v0.12.0 |
705 | 2024-10-18T17:15:20.350Z | Downloaded rand_chacha v0.3.1 |
706 | 2024-10-18T17:15:20.352Z | Downloaded pkcs1 v0.7.5 |
707 | 2024-10-18T17:15:20.355Z | Downloaded nix v0.27.1 |
708 | 2024-10-18T17:15:20.368Z | Downloaded newtype_derive v0.1.6 |
709 | 2024-10-18T17:15:20.372Z | Downloaded predicates-tree v1.0.11 |
710 | 2024-10-18T17:15:20.372Z | Downloaded portable-atomic v1.9.0 |
711 | 2024-10-18T17:15:20.378Z | Downloaded lzma-sys v0.1.20 |
712 | 2024-10-18T17:15:20.409Z | Downloaded defmt v0.3.8 |
713 | 2024-10-18T17:15:20.412Z | Downloaded scopeguard v1.2.0 |
714 | 2024-10-18T17:15:20.414Z | Downloaded rustc-demangle v0.1.24 |
715 | 2024-10-18T17:15:20.417Z | Downloaded rand v0.8.5 |
716 | 2024-10-18T17:15:20.419Z | Downloaded unicode-truncate v1.1.0 |
717 | 2024-10-18T17:15:20.421Z | Downloaded ssh-key v0.6.6 |
718 | 2024-10-18T17:15:20.428Z | Downloaded rustc_version v0.4.1 |
719 | 2024-10-18T17:15:20.431Z | Downloaded secrecy v0.8.0 |
720 | 2024-10-18T17:15:20.433Z | Downloaded sct v0.7.1 |
721 | 2024-10-18T17:15:20.436Z | Downloaded tui-tree-widget v0.22.0 |
722 | 2024-10-18T17:15:20.438Z | Downloaded sync_wrapper v1.0.1 |
723 | 2024-10-18T17:15:20.440Z | Downloaded serde_repr v0.1.19 |
724 | 2024-10-18T17:15:20.440Z | Downloaded serde_plain v1.0.2 |
725 | 2024-10-18T17:15:20.442Z | Downloaded termios v0.3.3 |
726 | 2024-10-18T17:15:20.445Z | Downloaded try-lock v0.2.5 |
727 | 2024-10-18T17:15:20.447Z | Downloaded universal-hash v0.5.1 |
728 | 2024-10-18T17:15:20.447Z | Downloaded untrusted v0.9.0 |
729 | 2024-10-18T17:15:20.449Z | Downloaded tracing-attributes v0.1.27 |
730 | 2024-10-18T17:15:20.452Z | Downloaded num-derive v0.4.2 |
731 | 2024-10-18T17:15:20.454Z | Downloaded untrusted v0.7.1 |
732 | 2024-10-18T17:15:20.457Z | Downloaded tracing v0.1.40 |
733 | 2024-10-18T17:15:20.460Z | Downloaded unsafe-libyaml v0.2.11 |
734 | 2024-10-18T17:15:20.463Z | Downloaded difflib v0.4.0 |
735 | 2024-10-18T17:15:20.466Z | Downloaded paste v1.0.15 |
736 | 2024-10-18T17:15:20.468Z | Downloaded num_threads v0.1.7 |
737 | 2024-10-18T17:15:20.471Z | Downloaded pkcs8 v0.10.2 |
738 | 2024-10-18T17:15:20.473Z | Downloaded num_enum_derive v0.5.11 |
739 | 2024-10-18T17:15:20.476Z | Downloaded num_enum v0.5.11 |
740 | 2024-10-18T17:15:20.479Z | Downloaded unicode_categories v0.1.1 |
741 | 2024-10-18T17:15:20.482Z | Downloaded trust-dns-proto v0.22.0 |
742 | 2024-10-18T17:15:20.496Z | Downloaded tracing-core v0.1.32 |
743 | 2024-10-18T17:15:20.499Z | Downloaded env_logger v0.11.5 |
744 | 2024-10-18T17:15:20.501Z | Downloaded elliptic-curve v0.13.8 |
745 | 2024-10-18T17:15:20.507Z | Downloaded either v1.13.0 |
746 | 2024-10-18T17:15:20.509Z | Downloaded ed25519-dalek v2.1.1 |
747 | 2024-10-18T17:15:20.511Z | Downloaded shell-words v1.1.0 |
748 | 2024-10-18T17:15:20.513Z | Downloaded sec1 v0.7.3 |
749 | 2024-10-18T17:15:20.516Z | Downloaded salsa20 v0.10.2 |
750 | 2024-10-18T17:15:20.516Z | Downloaded num-complex v0.4.6 |
751 | 2024-10-18T17:15:20.518Z | Downloaded hex v0.4.3 |
752 | 2024-10-18T17:15:20.520Z | Downloaded hash32 v0.3.1 |
753 | 2024-10-18T17:15:20.523Z | Downloaded hash32 v0.2.1 |
754 | 2024-10-18T17:15:20.523Z | Downloaded gimli v0.31.1 |
755 | 2024-10-18T17:15:20.532Z | Downloaded typify v0.2.0 |
756 | 2024-10-18T17:15:20.536Z | Downloaded rustls-webpki v0.102.8 |
757 | 2024-10-18T17:15:20.555Z | Downloaded group v0.13.0 |
758 | 2024-10-18T17:15:20.558Z | Downloaded ena v0.14.3 |
759 | 2024-10-18T17:15:20.560Z | Downloaded ratatui v0.28.1 |
760 | 2024-10-18T17:15:20.581Z | Downloaded flagset v0.4.6 |
761 | 2024-10-18T17:15:20.583Z | Downloaded strum v0.26.3 |
762 | 2024-10-18T17:15:20.585Z | Downloaded spki v0.7.3 |
763 | 2024-10-18T17:15:20.585Z | Downloaded spin v0.5.2 |
764 | 2024-10-18T17:15:20.588Z | Downloaded socket2 v0.5.7 |
765 | 2024-10-18T17:15:20.590Z | Downloaded stringprep v0.1.5 |
766 | 2024-10-18T17:15:20.593Z | Downloaded dsl_auto_type v0.1.2 |
767 | 2024-10-18T17:15:20.593Z | Downloaded filetime v0.2.25 |
768 | 2024-10-18T17:15:20.596Z | Downloaded spin v0.9.8 |
769 | 2024-10-18T17:15:20.599Z | Downloaded password-hash v0.5.0 |
770 | 2024-10-18T17:15:20.599Z | Downloaded parse-display-derive v0.10.0 |
771 | 2024-10-18T17:15:20.601Z | Downloaded radix_trie v0.2.1 |
772 | 2024-10-18T17:15:20.606Z | Downloaded rand_core v0.6.4 |
773 | 2024-10-18T17:15:20.608Z | Downloaded want v0.3.1 |
774 | 2024-10-18T17:15:20.611Z | Downloaded walkdir v2.5.0 |
775 | 2024-10-18T17:15:20.613Z | Downloaded futures-io v0.3.31 |
776 | 2024-10-18T17:15:20.613Z | Downloaded pem v3.0.4 |
777 | 2024-10-18T17:15:21.618Z | Downloaded wait-timeout v0.2.0 |
778 | 2024-10-18T17:15:21.619Z | Downloaded serde-big-array v0.5.1 |
779 | 2024-10-18T17:15:21.622Z | Downloaded rustfmt-wrapper v0.2.1 |
780 | 2024-10-18T17:15:21.622Z | Downloaded regex-syntax v0.8.5 |
781 | 2024-10-18T17:15:21.622Z | Downloaded tokio-tungstenite v0.24.0 |
782 | 2024-10-18T17:15:21.622Z | Downloaded which v4.4.2 |
783 | 2024-10-18T17:15:21.622Z | Downloaded petgraph v0.6.5 |
784 | 2024-10-18T17:15:21.622Z | Downloaded fd-lock v4.0.2 |
785 | 2024-10-18T17:15:21.622Z | Downloaded deranged v0.3.11 |
786 | 2024-10-18T17:15:21.622Z | Downloaded termtree v0.4.1 |
787 | 2024-10-18T17:15:21.622Z | Downloaded strum_macros v0.26.4 |
788 | 2024-10-18T17:15:21.622Z | Downloaded headers v0.4.0 |
789 | 2024-10-18T17:15:21.622Z | Downloaded hashbrown v0.14.5 |
790 | 2024-10-18T17:15:21.622Z | Downloaded foreign-types v0.3.2 |
791 | 2024-10-18T17:15:21.622Z | Downloaded flume v0.11.0 |
792 | 2024-10-18T17:15:21.622Z | Downloaded h2 v0.3.26 |
793 | 2024-10-18T17:15:21.622Z | Downloaded flate2 v1.0.34 |
794 | 2024-10-18T17:15:21.622Z | Downloaded h2 v0.4.6 |
795 | 2024-10-18T17:15:21.622Z | Downloaded fallible-iterator v0.3.0 |
796 | 2024-10-18T17:15:21.622Z | Downloaded fallible-iterator v0.2.0 |
797 | 2024-10-18T17:15:21.622Z | Downloaded proptest v1.5.0 |
798 | 2024-10-18T17:15:21.623Z | Downloaded siphasher v0.3.11 |
799 | 2024-10-18T17:15:21.623Z | Downloaded proc-macro-crate v1.3.1 |
800 | 2024-10-18T17:15:21.623Z | Downloaded qorb v0.1.1 |
801 | 2024-10-18T17:15:21.623Z | Downloaded prettyplease v0.2.22 |
802 | 2024-10-18T17:15:21.623Z | Downloaded pretty-hex v0.2.1 |
803 | 2024-10-18T17:15:21.623Z | Downloaded ppv-lite86 v0.2.20 |
804 | 2024-10-18T17:15:21.623Z | Downloaded topological-sort v0.2.2 |
805 | 2024-10-18T17:15:21.623Z | Downloaded structmeta v0.3.0 |
806 | 2024-10-18T17:15:21.623Z | Downloaded scrypt v0.11.0 |
807 | 2024-10-18T17:15:21.623Z | Downloaded powerfmt v0.2.0 |
808 | 2024-10-18T17:15:21.623Z | Downloaded pbkdf2 v0.12.2 |
809 | 2024-10-18T17:15:21.623Z | Downloaded foldhash v0.1.3 |
810 | 2024-10-18T17:15:21.623Z | Downloaded pkcs5 v0.7.1 |
811 | 2024-10-18T17:15:21.623Z | Downloaded peg-macros v0.8.4 |
812 | 2024-10-18T17:15:21.623Z | Downloaded expectorate v1.1.0 |
813 | 2024-10-18T17:15:21.623Z | Downloaded regex-automata v0.4.8 |
814 | 2024-10-18T17:15:21.623Z | Downloaded schemars v0.8.21 |
815 | 2024-10-18T17:15:21.623Z | Downloaded regress v0.10.1 |
816 | 2024-10-18T17:15:21.623Z | Downloaded embedded-io v0.6.1 |
817 | 2024-10-18T17:15:21.623Z | Downloaded uuid v1.10.0 |
818 | 2024-10-18T17:15:21.623Z | Downloaded embedded-io v0.4.0 |
819 | 2024-10-18T17:15:21.623Z | Downloaded tough v0.17.1 |
820 | 2024-10-18T17:15:21.623Z | Downloaded float-cmp v0.9.0 |
821 | 2024-10-18T17:15:21.623Z | Downloaded der v0.7.9 |
822 | 2024-10-18T17:15:21.623Z | Downloaded vcpkg v0.2.15 |
823 | 2024-10-18T17:15:21.623Z | Downloaded rfc6979 v0.4.0 |
824 | 2024-10-18T17:15:21.623Z | Downloaded phf_generator v0.11.2 |
825 | 2024-10-18T17:15:21.623Z | Downloaded openssl-probe v0.1.5 |
826 | 2024-10-18T17:15:21.623Z | Downloaded openssl-macros v0.1.1 |
827 | 2024-10-18T17:15:21.623Z | Downloaded git2 v0.19.0 |
828 | 2024-10-18T17:15:21.623Z | Downloaded quinn v0.11.5 |
829 | 2024-10-18T17:15:21.623Z | Downloaded tinyvec_macros v0.1.1 |
830 | 2024-10-18T17:15:21.623Z | Downloaded tinyvec v1.8.0 |
831 | 2024-10-18T17:15:21.623Z | Downloaded thread_local v1.1.8 |
832 | 2024-10-18T17:15:21.623Z | Downloaded fixedbitset v0.4.2 |
833 | 2024-10-18T17:15:21.623Z | Downloaded fallible-streaming-iterator v0.1.9 |
834 | 2024-10-18T17:15:21.623Z | Downloaded ed25519 v2.2.3 |
835 | 2024-10-18T17:15:21.623Z | Downloaded getrandom v0.2.15 |
836 | 2024-10-18T17:15:21.623Z | Downloaded webpki-roots v0.26.6 |
837 | 2024-10-18T17:15:21.623Z | Downloaded tls_codec_derive v0.4.1 |
838 | 2024-10-18T17:15:21.624Z | Downloaded typify-impl v0.2.0 |
839 | 2024-10-18T17:15:21.624Z | Downloaded structmeta-derive v0.3.0 |
840 | 2024-10-18T17:15:21.624Z | Downloaded globset v0.4.15 |
841 | 2024-10-18T17:15:21.624Z | Downloaded futures-core v0.3.31 |
842 | 2024-10-18T17:15:21.624Z | Downloaded smallvec v1.13.2 |
843 | 2024-10-18T17:15:21.624Z | Downloaded slab v0.4.9 |
844 | 2024-10-18T17:15:21.624Z | Downloaded rsa v0.9.6 |
845 | 2024-10-18T17:15:21.624Z | Downloaded phf_codegen v0.11.2 |
846 | 2024-10-18T17:15:21.624Z | Downloaded tokio-native-tls v0.3.1 |
847 | 2024-10-18T17:15:21.624Z | Downloaded progenitor v0.8.0 |
848 | 2024-10-18T17:15:21.624Z | Downloaded peg-runtime v0.8.3 |
849 | 2024-10-18T17:15:21.624Z | Downloaded smoltcp v0.11.0 |
850 | 2024-10-18T17:15:21.624Z | Downloaded slog v2.7.0 |
851 | 2024-10-18T17:15:21.624Z | Downloaded wyz v0.5.1 |
852 | 2024-10-18T17:15:21.624Z | Downloaded tokio-util v0.7.12 |
853 | 2024-10-18T17:15:21.624Z | Downloaded tokio-postgres v0.7.12 |
854 | 2024-10-18T17:15:21.624Z | Downloaded object v0.36.5 |
855 | 2024-10-18T17:15:21.624Z | Downloaded resolv-conf v0.7.0 |
856 | 2024-10-18T17:15:21.624Z | Downloaded openssl v0.10.66 |
857 | 2024-10-18T17:15:21.624Z | Downloaded reedline v0.35.0 |
858 | 2024-10-18T17:15:21.624Z | Downloaded signature v2.2.0 |
859 | 2024-10-18T17:15:21.624Z | Downloaded peg v0.8.4 |
860 | 2024-10-18T17:15:21.624Z | Downloaded fatfs v0.3.6 |
861 | 2024-10-18T17:15:21.624Z | Downloaded rustls-webpki v0.101.7 |
862 | 2024-10-18T17:15:21.624Z | Downloaded vte_generate_state_changes v0.1.2 |
863 | 2024-10-18T17:15:21.624Z | Downloaded downcast v0.11.0 |
864 | 2024-10-18T17:15:21.624Z | Downloaded futures-channel v0.3.31 |
865 | 2024-10-18T17:15:21.624Z | Downloaded diff v0.1.13 |
866 | 2024-10-18T17:15:21.624Z | Downloaded snafu-derive v0.8.5 |
867 | 2024-10-18T17:15:21.624Z | Downloaded snafu v0.8.5 |
868 | 2024-10-18T17:15:21.624Z | Downloaded parking_lot_core v0.9.10 |
869 | 2024-10-18T17:15:21.624Z | Downloaded zeroize v1.8.1 |
870 | 2024-10-18T17:15:21.624Z | Downloaded parking_lot_core v0.8.6 |
871 | 2024-10-18T17:15:21.624Z | Downloaded pkg-config v0.3.31 |
872 | 2024-10-18T17:15:21.624Z | Downloaded ff v0.13.0 |
873 | 2024-10-18T17:15:21.624Z | Downloaded waitgroup v0.1.2 |
874 | 2024-10-18T17:15:21.624Z | Downloaded dropshot_endpoint v0.12.0 |
875 | 2024-10-18T17:15:21.624Z | Downloaded derive-where v1.2.7 |
876 | 2024-10-18T17:15:21.624Z | Downloaded vergen v8.3.2 |
877 | 2024-10-18T17:15:21.625Z | Downloaded rusty-fork v0.3.0 |
878 | 2024-10-18T17:15:21.625Z | Downloaded test-strategy v0.3.1 |
879 | 2024-10-18T17:15:21.628Z | Downloaded zip v0.6.6 |
880 | 2024-10-18T17:15:21.628Z | Downloaded serde_derive_internals v0.29.1 |
881 | 2024-10-18T17:15:21.628Z | Downloaded tap v1.0.1 |
882 | 2024-10-18T17:15:21.628Z | Downloaded take_mut v0.2.2 |
883 | 2024-10-18T17:15:21.628Z | Downloaded subtle v2.6.1 |
884 | 2024-10-18T17:15:21.628Z | Downloaded rustversion v1.0.17 |
885 | 2024-10-18T17:15:21.628Z | Downloaded schemars_derive v0.8.21 |
886 | 2024-10-18T17:15:21.629Z | Downloaded strum_macros v0.24.3 |
887 | 2024-10-18T17:15:21.629Z | Downloaded number_prefix v0.4.0 |
888 | 2024-10-18T17:15:21.629Z | Downloaded num-integer v0.1.46 |
889 | 2024-10-18T17:15:21.629Z | Downloaded signal-hook-mio v0.2.4 |
890 | 2024-10-18T17:15:21.629Z | Downloaded rustls v0.22.4 |
891 | 2024-10-18T17:15:21.629Z | Downloaded signal-hook v0.3.17 |
892 | 2024-10-18T17:15:21.629Z | Downloaded toml v0.7.8 |
893 | 2024-10-18T17:15:21.629Z | Downloaded tokio-macros v2.4.0 |
894 | 2024-10-18T17:15:21.629Z | Downloaded phf_shared v0.10.0 |
895 | 2024-10-18T17:15:21.629Z | Downloaded regress v0.9.1 |
896 | 2024-10-18T17:15:21.629Z | Downloaded pem-rfc7468 v0.7.0 |
897 | 2024-10-18T17:15:21.629Z | Downloaded fxhash v0.2.1 |
898 | 2024-10-18T17:15:21.629Z | Downloaded vte v0.11.1 |
899 | 2024-10-18T17:15:21.629Z | Downloaded derive_builder_macro v0.20.2 |
900 | 2024-10-18T17:15:21.629Z | Downloaded derive_builder_core v0.20.2 |
901 | 2024-10-18T17:15:21.629Z | Downloaded derive_builder v0.20.2 |
902 | 2024-10-18T17:15:21.629Z | Downloaded der_derive v0.7.3 |
903 | 2024-10-18T17:15:21.629Z | Downloaded futures-util v0.3.31 |
904 | 2024-10-18T17:15:21.629Z | Downloaded tokio v1.40.0 |
905 | 2024-10-18T17:15:21.629Z | Downloaded futures-task v0.3.31 |
906 | 2024-10-18T17:15:21.629Z | Downloaded signal-hook-registry v1.4.2 |
907 | 2024-10-18T17:15:21.629Z | Downloaded ref-cast-impl v1.0.23 |
908 | 2024-10-18T17:15:21.629Z | Downloaded foreign-types-macros v0.2.3 |
909 | 2024-10-18T17:15:21.629Z | Downloaded heapless v0.7.17 |
910 | 2024-10-18T17:15:21.629Z | Downloaded futures-executor v0.3.31 |
911 | 2024-10-18T17:15:21.629Z | Downloaded glob v0.3.1 |
912 | 2024-10-18T17:15:21.629Z | Downloaded parking_lot v0.12.3 |
913 | 2024-10-18T17:15:21.629Z | Downloaded owo-colors v4.1.0 |
914 | 2024-10-18T17:15:21.629Z | Downloaded hickory-client v0.24.1 |
915 | 2024-10-18T17:15:21.629Z | Downloaded rustyline v14.0.0 |
916 | 2024-10-18T17:15:21.629Z | Downloaded smf v0.2.3 |
917 | 2024-10-18T17:15:21.629Z | Downloaded value-bag v1.9.0 |
918 | 2024-10-18T17:15:21.629Z | Downloaded uzers v0.12.1 |
919 | 2024-10-18T17:15:21.629Z | Downloaded num-bigint v0.4.6 |
920 | 2024-10-18T17:15:21.630Z | Downloaded termcolor v1.4.1 |
921 | 2024-10-18T17:15:21.630Z | Downloaded defmt-macros v0.3.9 |
922 | 2024-10-18T17:15:21.630Z | Downloaded whoami v1.5.2 |
923 | 2024-10-18T17:15:21.630Z | Downloaded toml_edit v0.19.15 |
924 | 2024-10-18T17:15:21.630Z | Downloaded gethostname v0.5.0 |
925 | 2024-10-18T17:15:21.630Z | Downloaded regex v1.11.0 |
926 | 2024-10-18T17:15:21.630Z | Downloaded psl-types v2.0.11 |
927 | 2024-10-18T17:15:21.630Z | Downloaded postgres-types v0.2.8 |
928 | 2024-10-18T17:15:21.630Z | Downloaded postgres-protocol v0.6.7 |
929 | 2024-10-18T17:15:21.630Z | Downloaded path-slash v0.1.5 |
930 | 2024-10-18T17:15:21.630Z | Downloaded object v0.30.4 |
931 | 2024-10-18T17:15:21.630Z | Downloaded quick-error v1.2.3 |
932 | 2024-10-18T17:15:21.630Z | Downloaded russh v0.45.0 |
933 | 2024-10-18T17:15:21.630Z | Downloaded rtoolbox v0.0.2 |
934 | 2024-10-18T17:15:21.630Z | Downloaded thiserror-no-std v2.0.2 |
935 | 2024-10-18T17:15:21.630Z | Downloaded encoding_rs v0.8.34 |
936 | 2024-10-18T17:15:21.630Z | Downloaded smallvec v0.6.14 |
937 | 2024-10-18T17:15:21.631Z | Downloaded diesel v2.2.4 |
938 | 2024-10-18T17:15:21.631Z | Downloaded signal-hook-tokio v0.3.1 |
939 | 2024-10-18T17:15:21.631Z | Downloaded quick-xml v0.33.0 |
940 | 2024-10-18T17:15:21.631Z | Downloaded sha3 v0.10.8 |
941 | 2024-10-18T17:15:21.631Z | Downloaded headers-core v0.3.0 |
942 | 2024-10-18T17:15:21.631Z | Downloaded rustls v0.21.12 |
943 | 2024-10-18T17:15:21.631Z | Downloaded polar-core v0.27.3 |
944 | 2024-10-18T17:15:21.631Z | Downloaded dropshot v0.12.0 |
945 | 2024-10-18T17:15:21.631Z | Downloaded rustls v0.23.14 |
946 | 2024-10-18T17:15:21.631Z | Downloaded zerocopy-derive v0.6.6 |
947 | 2024-10-18T17:15:21.631Z | Downloaded rpassword v7.3.1 |
948 | 2024-10-18T17:15:21.631Z | Downloaded ghash v0.5.1 |
949 | 2024-10-18T17:15:21.631Z | Downloaded diesel_derives v2.2.3 |
950 | 2024-10-18T17:15:21.631Z | Downloaded subprocess v0.2.9 |
951 | 2024-10-18T17:15:21.631Z | Downloaded hickory-proto v0.24.1 |
952 | 2024-10-18T17:15:21.631Z | Downloaded defmt-parser v0.3.4 |
953 | 2024-10-18T17:15:21.631Z | Downloaded packed_struct_codegen v0.10.1 |
954 | 2024-10-18T17:15:21.631Z | Downloaded p384 v0.13.0 |
955 | 2024-10-18T17:15:21.631Z | Downloaded russh-cryptovec v0.7.3 |
956 | 2024-10-18T17:15:21.631Z | Downloaded hex-literal v0.4.1 |
957 | 2024-10-18T17:15:21.631Z | Downloaded heapless v0.8.0 |
958 | 2024-10-18T17:15:21.631Z | Downloaded zone_cfg_derive v0.1.2 |
959 | 2024-10-18T17:15:21.631Z | Downloaded serde-hex v0.1.0 |
960 | 2024-10-18T17:15:21.631Z | Downloaded russh-keys v0.45.0 |
961 | 2024-10-18T17:15:21.631Z | Downloaded ref-cast v1.0.23 |
962 | 2024-10-18T17:15:21.631Z | Downloaded tabwriter v1.4.0 |
963 | 2024-10-18T17:15:21.631Z | Downloaded supports-color v3.0.1 |
964 | 2024-10-18T17:15:21.631Z | Downloaded zone v0.3.0 |
965 | 2024-10-18T17:15:21.631Z | Downloaded winnow v0.5.40 |
966 | 2024-10-18T17:15:21.631Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
967 | 2024-10-18T17:15:21.631Z | Downloaded toolchain_find v0.4.0 |
968 | 2024-10-18T17:15:21.631Z | Downloaded publicsuffix v2.2.3 |
969 | 2024-10-18T17:15:21.631Z | Downloaded utf-8 v0.7.6 |
970 | 2024-10-18T17:15:21.631Z | Downloaded pbkdf2 v0.11.0 |
971 | 2024-10-18T17:15:21.631Z | Downloaded foreign-types v0.5.0 |
972 | 2024-10-18T17:15:21.631Z | Downloaded diesel_table_macro_syntax v0.2.0 |
973 | 2024-10-18T17:15:21.631Z | Downloaded zone v0.1.8 |
974 | 2024-10-18T17:15:21.631Z | Downloaded sled v0.34.7 |
975 | 2024-10-18T17:15:21.631Z | Downloaded openapiv3 v2.0.0 |
976 | 2024-10-18T17:15:21.632Z | Downloaded thiserror-impl-no-std v2.0.2 |
977 | 2024-10-18T17:15:21.632Z | Downloaded sigpipe v0.1.3 |
978 | 2024-10-18T17:15:21.632Z | Downloaded rcgen v0.12.1 |
979 | 2024-10-18T17:15:21.634Z | Downloaded rand_seeder v0.3.0 |
980 | 2024-10-18T17:15:21.634Z | Downloaded r2d2 v0.8.10 |
981 | 2024-10-18T17:15:21.634Z | Downloaded quinn-udp v0.5.5 |
982 | 2024-10-18T17:15:21.634Z | Downloaded quinn-proto v0.11.8 |
983 | 2024-10-18T17:15:21.634Z | Downloaded vsss-rs v3.3.4 |
984 | 2024-10-18T17:15:21.634Z | Downloaded slog-term v2.9.1 |
985 | 2024-10-18T17:15:21.634Z | Downloaded slog-stdlog v4.1.1 |
986 | 2024-10-18T17:15:21.634Z | Downloaded slog-scope v4.4.0 |
987 | 2024-10-18T17:15:21.635Z | Downloaded omicron-zone-package v0.11.1 |
988 | 2024-10-18T17:15:21.635Z | Downloaded olpc-cjson v0.1.4 |
989 | 2024-10-18T17:15:21.635Z | Downloaded primeorder v0.13.6 |
990 | 2024-10-18T17:15:21.635Z | Downloaded predicates-core v1.0.8 |
991 | 2024-10-18T17:15:21.635Z | Downloaded predicates v3.1.2 |
992 | 2024-10-18T17:15:21.635Z | Downloaded precomputed-hash v0.1.1 |
993 | 2024-10-18T17:15:21.635Z | Downloaded parse-display v0.10.0 |
994 | 2024-10-18T17:15:21.635Z | Downloaded p256 v0.13.2 |
995 | 2024-10-18T17:15:21.635Z | Downloaded smoltcp v0.9.1 |
996 | 2024-10-18T17:15:21.635Z | Downloaded url v2.5.2 |
997 | 2024-10-18T17:15:21.635Z | Downloaded structmeta-derive v0.2.0 |
998 | 2024-10-18T17:15:21.635Z | Downloaded structmeta v0.2.0 |
999 | 2024-10-18T17:15:21.635Z | Downloaded slog-async v2.8.0 |
1000 | 2024-10-18T17:15:21.635Z | Downloaded semver v0.1.20 |
1001 | 2024-10-18T17:15:21.635Z | Downloaded postcard v1.0.10 |
1002 | 2024-10-18T17:15:21.635Z | Downloaded oso-derive v0.27.3 |
1003 | 2024-10-18T17:15:21.635Z | Downloaded pin-utils v0.1.0 |
1004 | 2024-10-18T17:15:21.635Z | Downloaded pin-project-lite v0.2.14 |
1005 | 2024-10-18T17:15:21.635Z | Downloaded pin-project-internal v1.1.6 |
1006 | 2024-10-18T17:15:21.635Z | Downloaded pin-project v1.1.6 |
1007 | 2024-10-18T17:15:21.635Z | Downloaded display-error-chain v0.2.1 |
1008 | 2024-10-18T17:15:21.635Z | Downloaded diesel-dtrace v0.3.0 |
1009 | 2024-10-18T17:15:21.635Z | Downloaded zerocopy v0.6.6 |
1010 | 2024-10-18T17:15:21.635Z | Downloaded yasna v0.5.2 |
1011 | 2024-10-18T17:15:21.635Z | Downloaded x509-cert v0.2.5 |
1012 | 2024-10-18T17:15:21.635Z | Downloaded rustc_version v0.1.7 |
1013 | 2024-10-18T17:15:21.635Z | Downloaded parking_lot v0.11.2 |
1014 | 2024-10-18T17:15:21.635Z | Downloaded num-iter v0.1.45 |
1015 | 2024-10-18T17:15:21.635Z | Downloaded hashbrown v0.13.2 |
1016 | 2024-10-18T17:15:21.635Z | Downloaded typed-path v0.7.1 |
1017 | 2024-10-18T17:15:21.635Z | Downloaded tungstenite v0.24.0 |
1018 | 2024-10-18T17:15:21.635Z | Downloaded tungstenite v0.23.0 |
1019 | 2024-10-18T17:15:21.638Z | Downloaded tungstenite v0.21.0 |
1020 | 2024-10-18T17:15:21.640Z | Downloaded password-hash v0.4.2 |
1021 | 2024-10-18T17:15:21.640Z | Downloaded parse-size v1.0.0 |
1022 | 2024-10-18T17:15:21.643Z | Downloaded packed_struct v0.10.1 |
1023 | 2024-10-18T17:15:21.643Z | Downloaded p521 v0.13.3 |
1024 | 2024-10-18T17:15:21.646Z | Downloaded oso v0.27.3 |
1025 | 2024-10-18T17:15:21.649Z | Downloaded dirs-sys-next v0.1.2 |
1026 | 2024-10-18T17:15:21.652Z | Downloaded xz2 v0.1.7 |
1027 | 2024-10-18T17:15:21.654Z | Downloaded xattr v1.3.1 |
1028 | 2024-10-18T17:15:21.654Z | Downloaded steno v0.4.1 |
1029 | 2024-10-18T17:15:21.658Z | Downloaded ssh-encoding v0.2.0 |
1030 | 2024-10-18T17:15:21.660Z | Downloaded ssh-cipher v0.2.0 |
1031 | 2024-10-18T17:15:21.662Z | Downloaded sqlparser_derive v0.2.2 |
1032 | 2024-10-18T17:15:21.662Z | Downloaded scheduled-thread-pool v0.2.7 |
1033 | 2024-10-18T17:15:21.662Z | Downloaded samael v0.0.17 |
1034 | 2024-10-18T17:15:21.668Z | Downloaded salty v0.3.0 |
1035 | 2024-10-18T17:15:21.674Z | Downloaded idna v0.4.0 |
1036 | 2024-10-18T17:15:21.681Z | Downloaded idna v0.2.3 |
1037 | 2024-10-18T17:15:21.688Z | Downloaded des v0.8.1 |
1038 | 2024-10-18T17:15:21.690Z | Downloaded zone_cfg_derive v0.3.0 |
1039 | 2024-10-18T17:15:21.690Z | Downloaded ron v0.7.1 |
1040 | 2024-10-18T17:15:21.698Z | Downloaded csv v1.3.0 |
1041 | 2024-10-18T17:15:21.715Z | Downloaded percent-encoding v2.3.1 |
1042 | 2024-10-18T17:15:21.718Z | Downloaded zeroize_derive v1.4.2 |
1043 | 2024-10-18T17:15:21.718Z | Downloaded unicode-segmentation v1.12.0 |
1044 | 2024-10-18T17:15:21.721Z | Downloaded cstr-argument v0.1.2 |
1045 | 2024-10-18T17:15:21.721Z | Downloaded crypto-bigint v0.5.5 |
1046 | 2024-10-18T17:15:21.730Z | Downloaded crossterm v0.28.1 |
1047 | 2024-10-18T17:15:21.737Z | Downloaded cookie v0.18.1 |
1048 | 2024-10-18T17:15:21.747Z | Downloaded libsw v3.3.1 |
1049 | 2024-10-18T17:15:21.749Z | Downloaded libefi-sys v0.1.0 |
1050 | 2024-10-18T17:15:21.749Z | Downloaded hashlink v0.9.1 |
1051 | 2024-10-18T17:15:21.749Z | Downloaded half v2.4.1 |
1052 | 2024-10-18T17:15:21.749Z | Downloaded enum-as-inner v0.5.1 |
1053 | 2024-10-18T17:15:21.749Z | Downloaded tokio-tungstenite v0.23.1 |
1054 | 2024-10-18T17:15:21.751Z | Downloaded similar v2.6.0 |
1055 | 2024-10-18T17:15:21.755Z | Downloaded cookie_store v0.21.0 |
1056 | 2024-10-18T17:15:21.757Z | Downloaded compact_str v0.8.0 |
1057 | 2024-10-18T17:15:21.760Z | Downloaded cbc v0.1.2 |
1058 | 2024-10-18T17:15:21.762Z | Downloaded castaway v0.2.3 |
1059 | 2024-10-18T17:15:21.765Z | Downloaded cancel-safe-futures v0.1.5 |
1060 | 2024-10-18T17:15:21.767Z | Downloaded buf-list v1.0.3 |
1061 | 2024-10-18T17:15:21.770Z | Downloaded blowfish v0.9.1 |
1062 | 2024-10-18T17:15:21.770Z | Downloaded block-padding v0.3.3 |
1063 | 2024-10-18T17:15:21.770Z | Downloaded rustc-hash v2.0.0 |
1064 | 2024-10-18T17:15:21.773Z | Downloaded ron v0.8.1 |
1065 | 2024-10-18T17:15:21.776Z | Downloaded match_cfg v0.1.0 |
1066 | 2024-10-18T17:15:21.779Z | Downloaded async-recursion v1.1.1 |
1067 | 2024-10-18T17:15:21.781Z | Downloaded allocator-api2 v0.2.18 |
1068 | 2024-10-18T17:15:21.783Z | Downloaded adler2 v2.0.0 |
1069 | 2024-10-18T17:15:21.785Z | Downloaded base64 v0.22.1 |
1070 | 2024-10-18T17:15:21.789Z | Downloaded indicatif v0.17.8 |
1071 | 2024-10-18T17:15:21.792Z | Downloaded hyper v0.14.30 |
1072 | 2024-10-18T17:15:21.800Z | Downloaded atty v0.2.14 |
1073 | 2024-10-18T17:15:21.803Z | Downloaded async-stream-impl v0.3.6 |
1074 | 2024-10-18T17:15:21.803Z | Downloaded async-stream v0.3.6 |
1075 | 2024-10-18T17:15:21.805Z | Downloaded ascii-canvas v3.0.0 |
1076 | 2024-10-18T17:15:21.805Z | Downloaded arrayref v0.3.9 |
1077 | 2024-10-18T17:15:21.807Z | Downloaded aes v0.8.4 |
1078 | 2024-10-18T17:15:21.809Z | Downloaded bitfield v0.14.0 |
1079 | 2024-10-18T17:15:21.812Z | Downloaded bcs v0.1.6 |
1080 | 2024-10-18T17:15:21.815Z | Downloaded aead v0.5.2 |
1081 | 2024-10-18T17:15:21.815Z | Downloaded addr2line v0.24.2 |
1082 | 2024-10-18T17:15:21.817Z | Downloaded httparse v1.9.5 |
1083 | 2024-10-18T17:15:21.820Z | Downloaded http-body-util v0.1.2 |
1084 | 2024-10-18T17:15:21.820Z | Downloaded http-body v1.0.1 |
1085 | 2024-10-18T17:15:21.822Z | Downloaded hkdf v0.12.4 |
1086 | 2024-10-18T17:15:21.824Z | Downloaded bcrypt-pbkdf v0.10.0 |
1087 | 2024-10-18T17:15:21.824Z | Downloaded backoff v0.4.0 |
1088 | 2024-10-18T17:15:21.827Z | Downloaded async-bb8-diesel v0.2.1 |
1089 | 2024-10-18T17:15:21.829Z | Downloaded argon2 v0.5.3 |
1090 | 2024-10-18T17:15:21.831Z | Downloaded hickory-server v0.24.1 |
1091 | 2024-10-18T17:15:21.835Z | Downloaded highway v1.2.0 |
1092 | 2024-10-18T17:15:21.837Z | Downloaded bit-set v0.5.3 |
1093 | 2024-10-18T17:15:21.840Z | Downloaded aho-corasick v1.1.3 |
1094 | 2024-10-18T17:15:21.867Z | Downloaded ring v0.17.8 |
1095 | 2024-10-18T17:15:21.939Z | Downloaded libsqlite3-sys v0.30.1 |
1096 | 2024-10-18T17:15:22.053Z | Downloaded ring v0.16.20 |
1097 | 2024-10-18T17:15:22.232Z | Compiling serde v1.0.210 |
1098 | 2024-10-18T17:15:22.234Z | Compiling typenum v1.17.0 |
1099 | 2024-10-18T17:15:22.234Z | Compiling lock_api v0.4.12 |
1100 | 2024-10-18T17:15:22.234Z | Compiling generic-array v0.14.7 |
1101 | 2024-10-18T17:15:22.234Z | Compiling scopeguard v1.2.0 |
1102 | 2024-10-18T17:15:22.234Z | Compiling subtle v2.6.1 |
1103 | 2024-10-18T17:15:22.394Z | Compiling syn v2.0.79 |
1104 | 2024-10-18T17:15:22.404Z | Compiling getrandom v0.2.15 |
1105 | 2024-10-18T17:15:22.512Z | Compiling value-bag v1.9.0 |
1106 | 2024-10-18T17:15:22.703Z | Compiling rand_core v0.6.4 |
1107 | 2024-10-18T17:15:22.795Z | Compiling const-oid v0.9.6 |
1108 | 2024-10-18T17:15:22.838Z | Compiling pin-project-lite v0.2.14 |
1109 | 2024-10-18T17:15:22.939Z | Compiling log v0.4.22 |
1110 | 2024-10-18T17:15:22.959Z | Compiling smallvec v1.13.2 |
1111 | 2024-10-18T17:15:23.075Z | Compiling jobserver v0.1.32 |
1112 | 2024-10-18T17:15:23.222Z | Compiling parking_lot_core v0.9.10 |
1113 | 2024-10-18T17:15:23.241Z | Compiling shlex v1.3.0 |
1114 | 2024-10-18T17:15:23.363Z | Compiling futures-core v0.3.31 |
1115 | 2024-10-18T17:15:23.611Z | Compiling cc v1.1.30 |
1116 | 2024-10-18T17:15:23.675Z | Compiling signal-hook-registry v1.4.2 |
1117 | 2024-10-18T17:15:23.793Z | Compiling mio v1.0.2 |
1118 | 2024-10-18T17:15:23.988Z | Compiling cpufeatures v0.2.14 |
1119 | 2024-10-18T17:15:24.096Z | Compiling parking_lot v0.12.3 |
1120 | 2024-10-18T17:15:24.394Z | Compiling futures-sink v0.3.31 |
1121 | 2024-10-18T17:15:24.512Z | Compiling spin v0.9.8 |
1122 | 2024-10-18T17:15:24.544Z | Compiling socket2 v0.5.7 |
1123 | 2024-10-18T17:15:24.744Z | Compiling slab v0.4.9 |
1124 | 2024-10-18T17:15:25.004Z | Compiling serde_json v1.0.128 |
1125 | 2024-10-18T17:15:25.056Z | Compiling futures-channel v0.3.31 |
1126 | 2024-10-18T17:15:25.120Z | Compiling foldhash v0.1.3 |
1127 | 2024-10-18T17:15:25.269Z | Compiling allocator-api2 v0.2.18 |
1128 | 2024-10-18T17:15:25.373Z | Compiling pin-utils v0.1.0 |
1129 | 2024-10-18T17:15:25.439Z | Compiling tinyvec_macros v0.1.1 |
1130 | 2024-10-18T17:15:25.469Z | Compiling futures-io v0.3.31 |
1131 | 2024-10-18T17:15:25.488Z | Compiling futures-task v0.3.31 |
1132 | 2024-10-18T17:15:25.542Z | Compiling tinyvec v1.8.0 |
1133 | 2024-10-18T17:15:25.630Z | Compiling libm v0.2.8 |
1134 | 2024-10-18T17:15:25.671Z | Compiling num-traits v0.2.19 |
1135 | 2024-10-18T17:15:25.789Z | Compiling unicode-bidi v0.3.17 |
1136 | 2024-10-18T17:15:25.815Z | Compiling base64ct v1.6.0 |
1137 | 2024-10-18T17:15:25.989Z | Compiling hashbrown v0.15.0 |
1138 | 2024-10-18T17:15:26.291Z | Compiling pem-rfc7468 v0.7.0 |
1139 | 2024-10-18T17:15:26.433Z | Compiling httparse v1.9.5 |
1140 | 2024-10-18T17:15:27.085Z | Compiling unicode-normalization v0.1.24 |
1141 | 2024-10-18T17:15:27.254Z | Compiling flagset v0.4.6 |
1142 | 2024-10-18T17:15:27.415Z | Compiling tracing-core v0.1.32 |
1143 | 2024-10-18T17:15:27.434Z | Compiling rustls-pki-types v1.9.0 |
1144 | 2024-10-18T17:15:27.462Z | Compiling percent-encoding v2.3.1 |
1145 | 2024-10-18T17:15:27.552Z | Compiling crossbeam-utils v0.8.20 |
1146 | 2024-10-18T17:15:28.110Z | Compiling ring v0.17.8 |
1147 | 2024-10-18T17:15:28.215Z | Compiling pkg-config v0.3.31 |
1148 | 2024-10-18T17:15:28.242Z | Compiling num-conv v0.1.0 |
1149 | 2024-10-18T17:15:28.607Z | Compiling time-core v0.1.2 |
1150 | 2024-10-18T17:15:28.607Z | Compiling vcpkg v0.2.15 |
1151 | 2024-10-18T17:15:28.726Z | Compiling powerfmt v0.2.0 |
1152 | 2024-10-18T17:15:28.799Z | Compiling untrusted v0.9.0 |
1153 | 2024-10-18T17:15:28.882Z | Compiling time-macros v0.2.18 |
1154 | 2024-10-18T17:15:29.122Z | Compiling deranged v0.3.11 |
1155 | 2024-10-18T17:15:29.271Z | Compiling atomic-waker v1.1.2 |
1156 | 2024-10-18T17:15:29.445Z | Compiling num_threads v0.1.7 |
1157 | 2024-10-18T17:15:29.571Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-10-18T17:15:29.763Z | Compiling rustix v0.38.37 |
1159 | 2024-10-18T17:15:29.908Z | Compiling slog v2.7.0 |
1160 | 2024-10-18T17:15:30.133Z | Compiling try-lock v0.2.5 |
1161 | 2024-10-18T17:15:30.271Z | Compiling want v0.3.1 |
1162 | 2024-10-18T17:15:30.478Z | Compiling httpdate v1.0.3 |
1163 | 2024-10-18T17:15:30.625Z | Compiling openssl-sys v0.9.103 |
1164 | 2024-10-18T17:15:30.650Z | Compiling idna v0.5.0 |
1165 | 2024-10-18T17:15:30.941Z | Compiling base64 v0.22.1 |
1166 | 2024-10-18T17:15:30.996Z | Compiling tower-service v0.3.3 |
1167 | 2024-10-18T17:15:31.119Z | Compiling foreign-types-shared v0.1.1 |
1168 | 2024-10-18T17:15:31.227Z | Compiling iana-time-zone v0.1.61 |
1169 | 2024-10-18T17:15:31.290Z | Compiling rustversion v1.0.17 |
1170 | 2024-10-18T17:15:31.633Z | Compiling openssl v0.10.66 |
1171 | 2024-10-18T17:15:31.651Z | Compiling match_cfg v0.1.0 |
1172 | 2024-10-18T17:15:31.726Z | Compiling hostname v0.3.1 |
1173 | 2024-10-18T17:15:31.935Z | Compiling url v2.5.2 |
1174 | 2024-10-18T17:15:31.951Z | Compiling time v0.3.36 |
1175 | 2024-10-18T17:15:32.016Z | Compiling foreign-types v0.3.2 |
1176 | 2024-10-18T17:15:32.032Z | Compiling dirs-sys-next v0.1.2 |
1177 | 2024-10-18T17:15:32.036Z | Compiling aho-corasick v1.1.3 |
1178 | 2024-10-18T17:15:32.096Z | Compiling rustls v0.22.4 |
1179 | 2024-10-18T17:15:32.359Z | Compiling regex-syntax v0.8.5 |
1180 | 2024-10-18T17:15:32.662Z | Compiling siphasher v0.3.11 |
1181 | 2024-10-18T17:15:33.005Z | Compiling rustls v0.23.14 |
1182 | 2024-10-18T17:15:33.260Z | Compiling data-encoding v2.6.0 |
1183 | 2024-10-18T17:15:33.543Z | Compiling syn v1.0.109 |
1184 | 2024-10-18T17:15:34.091Z | Compiling native-tls v0.2.12 |
1185 | 2024-10-18T17:15:34.374Z | Compiling adler2 v2.0.0 |
1186 | 2024-10-18T17:15:34.578Z | Compiling miniz_oxide v0.8.0 |
1187 | 2024-10-18T17:15:35.308Z | Compiling dirs-next v2.0.0 |
1188 | 2024-10-18T17:15:35.459Z | Compiling regex-automata v0.4.8 |
1189 | 2024-10-18T17:15:36.307Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-10-18T17:15:36.325Z | Compiling serde_derive v1.0.210 |
1191 | 2024-10-18T17:15:36.369Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-10-18T17:15:36.750Z | Compiling zerocopy-derive v0.7.35 |
1193 | 2024-10-18T17:15:37.285Z | Compiling tokio-macros v2.4.0 |
1194 | 2024-10-18T17:15:37.917Z | Compiling zeroize v1.8.1 |
1195 | 2024-10-18T17:15:38.161Z | Compiling thiserror-impl v1.0.64 |
1196 | 2024-10-18T17:15:38.867Z | Compiling zerocopy v0.7.35 |
1197 | 2024-10-18T17:15:38.886Z | Compiling futures-macro v0.3.31 |
1198 | 2024-10-18T17:15:38.930Z | Compiling der_derive v0.7.3 |
1199 | 2024-10-18T17:15:39.616Z | Compiling crypto-common v0.1.6 |
1200 | 2024-10-18T17:15:39.887Z | Compiling block-buffer v0.10.4 |
1201 | 2024-10-18T17:15:40.144Z | Compiling digest v0.10.7 |
1202 | 2024-10-18T17:15:40.451Z | Compiling block-padding v0.3.3 |
1203 | 2024-10-18T17:15:40.609Z | Compiling hmac v0.12.1 |
1204 | 2024-10-18T17:15:40.675Z | Compiling futures-util v0.3.31 |
1205 | 2024-10-18T17:15:40.692Z | Compiling inout v0.1.3 |
1206 | 2024-10-18T17:15:40.840Z | Compiling sha2 v0.10.8 |
1207 | 2024-10-18T17:15:40.940Z | Compiling cipher v0.4.4 |
1208 | 2024-10-18T17:15:41.196Z | Compiling thiserror v1.0.64 |
1209 | 2024-10-18T17:15:41.273Z | Compiling ppv-lite86 v0.2.20 |
1210 | 2024-10-18T17:15:41.326Z | Compiling der v0.7.9 |
1211 | 2024-10-18T17:15:41.440Z | Compiling tracing-attributes v0.1.27 |
1212 | 2024-10-18T17:15:42.132Z | Compiling rand_chacha v0.3.1 |
1213 | 2024-10-18T17:15:44.113Z | Compiling spki v0.7.3 |
1214 | 2024-10-18T17:15:44.254Z | Compiling rand v0.8.5 |
1215 | 2024-10-18T17:15:44.403Z | Compiling salsa20 v0.10.2 |
1216 | 2024-10-18T17:15:44.459Z | Compiling pest v2.7.14 |
1217 | 2024-10-18T17:15:44.623Z | Compiling pbkdf2 v0.12.2 |
1218 | 2024-10-18T17:15:44.776Z | Compiling scrypt v0.11.0 |
1219 | 2024-10-18T17:15:45.057Z | Compiling tracing v0.1.40 |
1220 | 2024-10-18T17:15:45.347Z | Compiling cbc v0.1.2 |
1221 | 2024-10-18T17:15:45.565Z | Compiling aes v0.8.4 |
1222 | 2024-10-18T17:15:45.579Z | Compiling scroll_derive v0.12.0 |
1223 | 2024-10-18T17:15:46.448Z | Compiling async-trait v0.1.83 |
1224 | 2024-10-18T17:15:46.977Z | Compiling pest_meta v2.7.14 |
1225 | 2024-10-18T17:15:47.323Z | Compiling scroll v0.12.0 |
1226 | 2024-10-18T17:15:47.630Z | Compiling pkcs5 v0.7.1 |
1227 | 2024-10-18T17:15:47.803Z | Compiling goblin v0.8.2 |
1228 | 2024-10-18T17:15:47.843Z | Compiling openssl-macros v0.1.1 |
1229 | 2024-10-18T17:15:48.190Z | Compiling pest_generator v2.7.14 |
1230 | 2024-10-18T17:15:48.594Z | Compiling pkcs8 v0.10.2 |
1231 | 2024-10-18T17:15:48.782Z | Compiling sha1 v0.10.6 |
1232 | 2024-10-18T17:15:49.022Z | Compiling signature v2.2.0 |
1233 | 2024-10-18T17:15:49.216Z | Compiling crossbeam-epoch v0.9.18 |
1234 | 2024-10-18T17:15:49.307Z | Compiling bytes v1.7.2 |
1235 | 2024-10-18T17:15:49.464Z | Compiling indexmap v2.6.0 |
1236 | 2024-10-18T17:15:49.714Z | Compiling bitflags v2.6.0 |
1237 | 2024-10-18T17:15:49.957Z | Compiling semver v1.0.23 |
1238 | 2024-10-18T17:15:50.627Z | Compiling tokio v1.40.0 |
1239 | 2024-10-18T17:15:50.741Z | Compiling http v1.1.0 |
1240 | 2024-10-18T17:15:50.939Z | Compiling rustc_version v0.4.1 |
1241 | 2024-10-18T17:15:51.725Z | Compiling toml_datetime v0.6.8 |
1242 | 2024-10-18T17:15:52.054Z | Compiling pest_derive v2.7.14 |
1243 | 2024-10-18T17:15:52.230Z | Compiling rustls-webpki v0.102.8 |
1244 | 2024-10-18T17:15:52.531Z | Compiling http-body v1.0.1 |
1245 | 2024-10-18T17:15:52.783Z | Compiling serde_tokenstream v0.2.2 |
1246 | 2024-10-18T17:15:52.869Z | Compiling dtrace-parser v0.2.0 |
1247 | 2024-10-18T17:15:53.204Z | Compiling uuid v1.10.0 |
1248 | 2024-10-18T17:15:53.385Z | Compiling dof v0.3.0 |
1249 | 2024-10-18T17:15:53.893Z | Compiling serde_spanned v0.6.8 |
1250 | 2024-10-18T17:15:54.130Z | Compiling usdt-impl v0.5.0 |
1251 | 2024-10-18T17:15:54.351Z | Compiling chrono v0.4.38 |
1252 | 2024-10-18T17:15:54.647Z | Compiling http-body-util v0.1.2 |
1253 | 2024-10-18T17:15:55.063Z | Compiling heapless v0.7.17 |
1254 | 2024-10-18T17:15:55.578Z | Compiling lazy_static v1.5.0 |
1255 | 2024-10-18T17:15:55.597Z | Compiling thread_local v1.1.8 |
1256 | 2024-10-18T17:15:55.617Z | Compiling multer v3.1.0 |
1257 | 2024-10-18T17:15:55.699Z | Compiling cookie v0.18.1 |
1258 | 2024-10-18T17:15:55.734Z | Compiling encoding_rs v0.8.34 |
1259 | 2024-10-18T17:15:55.915Z | Compiling paste v1.0.15 |
1260 | 2024-10-18T17:15:56.007Z | Compiling signal-hook v0.3.17 |
1261 | 2024-10-18T17:15:56.164Z | Compiling unicode-properties v0.1.3 |
1262 | 2024-10-18T17:15:56.300Z | Compiling mime v0.3.17 |
1263 | 2024-10-18T17:15:56.458Z | Compiling gimli v0.31.1 |
1264 | 2024-10-18T17:15:56.559Z | Compiling slog-async v2.8.0 |
1265 | 2024-10-18T17:15:56.900Z | Compiling either v1.13.0 |
1266 | 2024-10-18T17:15:57.102Z | Compiling openssl-probe v0.1.5 |
1267 | 2024-10-18T17:15:57.307Z | Compiling ipnet v2.10.1 |
1268 | 2024-10-18T17:15:57.477Z | Compiling rayon-core v1.12.1 |
1269 | 2024-10-18T17:15:57.766Z | Compiling schemars v0.8.21 |
1270 | 2024-10-18T17:15:58.108Z | Compiling usdt-attr-macro v0.5.0 |
1271 | 2024-10-18T17:15:58.155Z | Compiling usdt-macro v0.5.0 |
1272 | 2024-10-18T17:15:58.173Z | Compiling stringprep v0.1.5 |
1273 | 2024-10-18T17:15:58.604Z | Compiling toml_edit v0.22.22 |
1274 | 2024-10-18T17:15:59.302Z | Compiling tokio-util v0.7.12 |
1275 | 2024-10-18T17:16:00.203Z | Compiling curve25519-dalek v4.1.3 |
1276 | 2024-10-18T17:16:00.725Z | Compiling h2 v0.4.6 |
1277 | 2024-10-18T17:16:00.851Z | Compiling slog-json v2.6.1 |
1278 | 2024-10-18T17:16:01.689Z | Compiling addr2line v0.24.2 |
1279 | 2024-10-18T17:16:01.882Z | Compiling crossbeam-deque v0.8.5 |
1280 | 2024-10-18T17:16:02.220Z | Compiling serde_urlencoded v0.7.1 |
1281 | 2024-10-18T17:16:02.399Z | Compiling futures-executor v0.3.31 |
1282 | 2024-10-18T17:16:02.760Z | Compiling md-5 v0.10.6 |
1283 | 2024-10-18T17:16:02.973Z | Compiling schemars_derive v0.8.21 |
1284 | 2024-10-18T17:16:03.040Z | Compiling enum-as-inner v0.6.1 |
1285 | 2024-10-18T17:16:03.975Z | Compiling async-stream-impl v0.3.6 |
1286 | 2024-10-18T17:16:04.121Z | Compiling term v0.7.0 |
1287 | 2024-10-18T17:16:05.712Z | Compiling crossbeam-channel v0.5.13 |
1288 | 2024-10-18T17:16:05.952Z | Compiling num-integer v0.1.46 |
1289 | 2024-10-18T17:16:06.306Z | Compiling rustls-pemfile v2.2.0 |
1290 | 2024-10-18T17:16:06.649Z | Compiling idna v0.3.0 |
1291 | 2024-10-18T17:16:06.758Z | Compiling idna v0.4.0 |
1292 | 2024-10-18T17:16:06.777Z | Compiling ff v0.13.0 |
1293 | 2024-10-18T17:16:06.941Z | Compiling hash32 v0.2.1 |
1294 | 2024-10-18T17:16:06.999Z | Compiling is-terminal v0.4.13 |
1295 | 2024-10-18T17:16:07.127Z | Compiling object v0.36.5 |
1296 | 2024-10-18T17:16:07.321Z | Compiling dropshot v0.12.0 |
1297 | 2024-10-18T17:16:07.648Z | Compiling anyhow v1.0.89 |
1298 | 2024-10-18T17:16:08.220Z | Compiling hyper v1.4.1 |
1299 | 2024-10-18T17:16:08.298Z | Compiling fallible-iterator v0.2.0 |
1300 | 2024-10-18T17:16:08.394Z | Compiling smoltcp v0.9.1 |
1301 | 2024-10-18T17:16:09.014Z | Compiling utf-8 v0.7.6 |
1302 | 2024-10-18T17:16:09.174Z | Compiling rustc-demangle v0.1.24 |
1303 | 2024-10-18T17:16:09.371Z | Compiling base16ct v0.2.0 |
1304 | 2024-10-18T17:16:09.707Z | Compiling stable_deref_trait v1.2.0 |
1305 | 2024-10-18T17:16:09.871Z | Compiling num-bigint-dig v0.8.4 |
1306 | 2024-10-18T17:16:10.103Z | Compiling portable-atomic v1.9.0 |
1307 | 2024-10-18T17:16:10.176Z | Compiling quick-error v1.2.3 |
1308 | 2024-10-18T17:16:10.196Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-10-18T17:16:10.331Z | Compiling take_mut v0.2.2 |
1310 | 2024-10-18T17:16:10.431Z | Compiling linked-hash-map v0.5.6 |
1311 | 2024-10-18T17:16:10.495Z | Compiling psl-types v2.0.11 |
1312 | 2024-10-18T17:16:10.695Z | Compiling hyper-util v0.1.9 |
1313 | 2024-10-18T17:16:10.785Z | Compiling lru-cache v0.1.2 |
1314 | 2024-10-18T17:16:10.987Z | Compiling publicsuffix v2.2.3 |
1315 | 2024-10-18T17:16:11.361Z | Compiling resolv-conf v0.7.0 |
1316 | 2024-10-18T17:16:12.483Z | Compiling sec1 v0.7.3 |
1317 | 2024-10-18T17:16:12.504Z | Compiling tungstenite v0.24.0 |
1318 | 2024-10-18T17:16:13.086Z | Compiling postgres-protocol v0.6.7 |
1319 | 2024-10-18T17:16:13.627Z | Compiling hickory-proto v0.24.1 |
1320 | 2024-10-18T17:16:13.866Z | Compiling usdt v0.5.0 |
1321 | 2024-10-18T17:16:14.006Z | Compiling slog-term v2.9.1 |
1322 | 2024-10-18T17:16:14.377Z | Compiling backtrace v0.3.74 |
1323 | 2024-10-18T17:16:14.396Z | Compiling group v0.13.0 |
1324 | 2024-10-18T17:16:14.734Z | Compiling num-iter v0.1.45 |
1325 | 2024-10-18T17:16:14.893Z | Compiling tokio-rustls v0.26.0 |
1326 | 2024-10-18T17:16:14.938Z | Compiling async-stream v0.3.6 |
1327 | 2024-10-18T17:16:14.957Z | Compiling tokio-rustls v0.25.0 |
1328 | 2024-10-18T17:16:15.076Z | Compiling futures v0.3.31 |
1329 | 2024-10-18T17:16:15.235Z | Compiling toml v0.8.19 |
1330 | 2024-10-18T17:16:15.255Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-10-18T17:16:15.353Z | Compiling slog-bunyan v2.5.0 |
1332 | 2024-10-18T17:16:15.573Z | Compiling camino v1.1.9 |
1333 | 2024-10-18T17:16:16.651Z | Compiling terminal_size v0.4.0 |
1334 | 2024-10-18T17:16:16.877Z | Compiling dropshot_endpoint v0.12.0 |
1335 | 2024-10-18T17:16:16.928Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-10-18T17:16:16.980Z | Compiling serde_path_to_error v0.1.16 |
1337 | 2024-10-18T17:16:17.553Z | Compiling hkdf v0.12.4 |
1338 | 2024-10-18T17:16:17.811Z | Compiling crypto-bigint v0.5.5 |
1339 | 2024-10-18T17:16:17.841Z | Compiling zerocopy-derive v0.6.6 |
1340 | 2024-10-18T17:16:17.860Z | Compiling curve25519-dalek-derive v0.1.1 |
1341 | 2024-10-18T17:16:18.019Z | Compiling phf_shared v0.11.2 |
1342 | 2024-10-18T17:16:18.399Z | Compiling waitgroup v0.1.2 |
1343 | 2024-10-18T17:16:18.633Z | Compiling webpki-roots v0.26.6 |
1344 | 2024-10-18T17:16:18.848Z | Compiling hostname v0.4.0 |
1345 | 2024-10-18T17:16:19.121Z | Compiling ahash v0.8.11 |
1346 | 2024-10-18T17:16:19.373Z | Compiling fs-err v2.11.0 |
1347 | 2024-10-18T17:16:19.488Z | Compiling debug-ignore v1.0.5 |
1348 | 2024-10-18T17:16:19.551Z | Compiling hubpack_derive v0.1.1 |
1349 | 2024-10-18T17:16:19.628Z | Compiling bitflags v1.3.2 |
1350 | 2024-10-18T17:16:19.682Z | Compiling managed v0.8.0 |
1351 | 2024-10-18T17:16:19.734Z | Compiling winnow v0.5.40 |
1352 | 2024-10-18T17:16:19.995Z | Compiling zerocopy v0.6.6 |
1353 | 2024-10-18T17:16:20.485Z | Compiling hubpack v0.1.2 |
1354 | 2024-10-18T17:16:20.867Z | Compiling elliptic-curve v0.13.8 |
1355 | 2024-10-18T17:16:20.925Z | Compiling clap_builder v4.5.20 |
1356 | 2024-10-18T17:16:21.227Z | Compiling console v0.15.8 |
1357 | 2024-10-18T17:16:21.730Z | Compiling strum_macros v0.25.3 |
1358 | 2024-10-18T17:16:22.849Z | Compiling hickory-resolver v0.24.1 |
1359 | 2024-10-18T17:16:23.554Z | Compiling toml_edit v0.19.15 |
1360 | 2024-10-18T17:16:23.971Z | Compiling hyper-rustls v0.27.3 |
1361 | 2024-10-18T17:16:24.028Z | Compiling phf v0.11.2 |
1362 | 2024-10-18T17:16:24.332Z | Compiling signal-hook-mio v0.2.4 |
1363 | 2024-10-18T17:16:24.508Z | Compiling cookie_store v0.21.0 |
1364 | 2024-10-18T17:16:24.589Z | Compiling rayon v1.10.0 |
1365 | 2024-10-18T17:16:25.838Z | Compiling hyper-tls v0.6.0 |
1366 | 2024-10-18T17:16:27.007Z | Compiling postgres-types v0.2.8 |
1367 | 2024-10-18T17:16:28.520Z | Compiling tokio-tungstenite v0.24.0 |
1368 | 2024-10-18T17:16:29.443Z | Compiling tokio-stream v0.1.16 |
1369 | 2024-10-18T17:16:29.588Z | Compiling serde-big-array v0.5.1 |
1370 | 2024-10-18T17:16:29.824Z | Compiling ed25519 v2.2.3 |
1371 | 2024-10-18T17:16:30.176Z | Compiling pkcs1 v0.7.5 |
1372 | 2024-10-18T17:16:30.480Z | Compiling rfc6979 v0.4.0 |
1373 | 2024-10-18T17:16:30.517Z | Compiling regex v1.11.0 |
1374 | 2024-10-18T17:16:30.675Z | Compiling bstr v1.10.0 |
1375 | 2024-10-18T17:16:30.799Z | Compiling clap_derive v4.5.18 |
1376 | 2024-10-18T17:16:30.977Z | Compiling derive-where v1.2.7 |
1377 | 2024-10-18T17:16:31.193Z | Compiling serde_repr v0.1.19 |
1378 | 2024-10-18T17:16:31.553Z | Compiling phf_shared v0.10.0 |
1379 | 2024-10-18T17:16:31.605Z | Compiling float-cmp v0.9.0 |
1380 | 2024-10-18T17:16:31.841Z | Compiling sync_wrapper v1.0.1 |
1381 | 2024-10-18T17:16:31.879Z | Compiling crc32fast v1.4.2 |
1382 | 2024-10-18T17:16:31.966Z | Compiling precomputed-hash v0.1.1 |
1383 | 2024-10-18T17:16:31.997Z | Compiling number_prefix v0.4.0 |
1384 | 2024-10-18T17:16:32.090Z | Compiling normalize-line-endings v0.3.0 |
1385 | 2024-10-18T17:16:32.197Z | Compiling whoami v1.5.2 |
1386 | 2024-10-18T17:16:32.224Z | Compiling difflib v0.4.0 |
1387 | 2024-10-18T17:16:32.246Z | Compiling minimal-lexical v0.2.1 |
1388 | 2024-10-18T17:16:32.393Z | Compiling new_debug_unreachable v1.0.6 |
1389 | 2024-10-18T17:16:32.417Z | Compiling predicates-core v1.0.8 |
1390 | 2024-10-18T17:16:32.498Z | Compiling unicode-segmentation v1.12.0 |
1391 | 2024-10-18T17:16:32.759Z | Compiling fixedbitset v0.4.2 |
1392 | 2024-10-18T17:16:32.787Z | Compiling bit-vec v0.6.3 |
1393 | 2024-10-18T17:16:32.837Z | Compiling static_assertions v1.1.0 |
1394 | 2024-10-18T17:16:32.944Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1395 | 2024-10-18T17:16:33.237Z | Compiling similar v2.6.0 |
1396 | 2024-10-18T17:16:33.248Z | Compiling bit-set v0.5.3 |
1397 | 2024-10-18T17:16:33.392Z | Compiling petgraph v0.6.5 |
1398 | 2024-10-18T17:16:33.550Z | Compiling nom v7.1.3 |
1399 | 2024-10-18T17:16:33.775Z | Compiling predicates v3.1.2 |
1400 | 2024-10-18T17:16:34.562Z | Compiling qorb v0.1.1 |
1401 | 2024-10-18T17:16:35.566Z | Compiling tokio-postgres v0.7.12 |
1402 | 2024-10-18T17:16:35.672Z | Compiling string_cache v0.8.7 |
1403 | 2024-10-18T17:16:35.951Z | Compiling clap v4.5.20 |
1404 | 2024-10-18T17:16:36.085Z | Compiling indicatif v0.17.8 |
1405 | 2024-10-18T17:16:36.156Z | Compiling flate2 v1.0.34 |
1406 | 2024-10-18T17:16:37.096Z | Compiling reqwest v0.12.8 |
1407 | 2024-10-18T17:16:37.209Z | Compiling ecdsa v0.16.9 |
1408 | 2024-10-18T17:16:37.396Z | Compiling rsa v0.9.6 |
1409 | 2024-10-18T17:16:38.042Z | Compiling ed25519-dalek v2.1.1 |
1410 | 2024-10-18T17:16:38.310Z | Compiling toml v0.7.8 |
1411 | 2024-10-18T17:16:39.367Z | Compiling crossterm v0.28.1 |
1412 | 2024-10-18T17:16:40.545Z | Compiling itertools v0.12.1 |
1413 | 2024-10-18T17:16:40.888Z | Compiling itertools v0.10.5 |
1414 | 2024-10-18T17:16:40.968Z | Compiling hex v0.4.3 |
1415 | 2024-10-18T17:16:41.030Z | Compiling x509-cert v0.2.5 |
1416 | 2024-10-18T17:16:41.369Z | Compiling lalrpop-util v0.19.12 |
1417 | 2024-10-18T17:16:41.593Z | Compiling peg-runtime v0.8.3 |
1418 | 2024-10-18T17:16:41.732Z | Compiling unicode-xid v0.2.6 |
1419 | 2024-10-18T17:16:41.917Z | Compiling xattr v1.3.1 |
1420 | 2024-10-18T17:16:42.198Z | Compiling strum_macros v0.26.4 |
1421 | 2024-10-18T17:16:42.253Z | Compiling filetime v0.2.25 |
1422 | 2024-10-18T17:16:42.573Z | Compiling tar v0.4.42 |
1423 | 2024-10-18T17:16:45.658Z | Compiling strum v0.26.3 |
1424 | 2024-10-18T17:16:46.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1425 | 2024-10-18T17:16:46.381Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1426 | 2024-10-18T17:16:51.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1427 | 2024-10-18T17:16:51.969Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1428 | 2024-10-18T17:16:52.017Z | Oct 18 17:16:50.938 INFO Starting download, target: Console |
1429 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: Clickhouse |
1430 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: Cockroach |
1431 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: DendriteOpenapi |
1432 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: DendriteStub |
1433 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: MaghemiteMgd |
1434 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.938 INFO Starting download, target: TransceiverControl |
1435 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1436 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1437 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1438 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1439 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1440 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1441 | 2024-10-18T17:16:52.020Z | Oct 18 17:16:50.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1442 | 2024-10-18T17:16:52.436Z | Oct 18 17:16:51.331 INFO Download complete, target: DendriteOpenapi |
1443 | 2024-10-18T17:16:52.462Z | Oct 18 17:16:51.368 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1444 | 2024-10-18T17:16:52.633Z | Oct 18 17:16:51.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1445 | 2024-10-18T17:16:52.978Z | Oct 18 17:16:51.887 INFO Download complete, target: Console |
1446 | 2024-10-18T17:16:53.183Z | Oct 18 17:16:52.096 INFO Download complete, target: TransceiverControl |
1447 | 2024-10-18T17:16:53.216Z | Oct 18 17:16:52.116 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1448 | 2024-10-18T17:16:53.216Z | Oct 18 17:16:52.116 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1449 | 2024-10-18T17:16:53.254Z | Oct 18 17:16:52.174 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1450 | 2024-10-18T17:16:53.283Z | Oct 18 17:16:52.204 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1451 | 2024-10-18T17:16:53.969Z | Oct 18 17:16:52.890 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1452 | 2024-10-18T17:16:56.348Z | Oct 18 17:16:55.268 INFO Download complete, target: DendriteStub |
1453 | 2024-10-18T17:16:56.614Z | Oct 18 17:16:55.532 INFO Download complete, target: MaghemiteMgd |
1454 | 2024-10-18T17:17:01.765Z | Oct 18 17:17:00.686 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1455 | 2024-10-18T17:17:02.084Z | Oct 18 17:17:01.004 INFO Checking that binary works, target: Cockroach |
1456 | 2024-10-18T17:17:02.241Z | Oct 18 17:17:01.161 INFO Download complete, target: Cockroach |
1457 | 2024-10-18T17:17:08.284Z | Oct 18 17:17:07.197 INFO Checking that binary works, target: Clickhouse |
1458 | 2024-10-18T17:17:09.607Z | Oct 18 17:17:08.526 INFO Download complete, target: Clickhouse |
1459 | 2024-10-18T17:17:09.615Z | All prerequisites installed successfully |
1460 | 2024-10-18T17:17:09.617Z | |
1461 | 2024-10-18T17:17:09.617Z | real 4:09.062448251 |
1462 | 2024-10-18T17:17:09.617Z | user 12:36.026688509 |
1463 | 2024-10-18T17:17:09.617Z | sys 2:40.745298457 |
1464 | 2024-10-18T17:17:09.617Z | trap 0.428244861 |
1465 | 2024-10-18T17:17:09.618Z | tflt 12.377311926 |
1466 | 2024-10-18T17:17:09.618Z | dflt 11.068105793 |
1467 | 2024-10-18T17:17:09.618Z | kflt 0.201031687 |
1468 | 2024-10-18T17:17:09.618Z | lock 25:33.395112976 |
1469 | 2024-10-18T17:17:09.618Z | slp 51:05.341200434 |
1470 | 2024-10-18T17:17:09.618Z | lat 41.012097043 |
1471 | 2024-10-18T17:17:09.618Z | stop 1:58.469165600 |
1472 | 2024-10-18T17:17:09.618Z | + ptime -m cargo xtask download softnpu |
1473 | 2024-10-18T17:17:10.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1474 | 2024-10-18T17:17:10.197Z | Running `target/debug/xtask download softnpu` |
1475 | 2024-10-18T17:17:11.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1476 | 2024-10-18T17:17:11.093Z | Running `target/debug/xtask-downloader softnpu` |
1477 | 2024-10-18T17:17:11.127Z | Oct 18 17:17:10.046 INFO Starting download, target: Softnpu |
1478 | 2024-10-18T17:17:11.130Z | Oct 18 17:17:10.046 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1479 | 2024-10-18T17:17:12.468Z | Oct 18 17:17:11.387 INFO Download complete, target: Softnpu |
1480 | 2024-10-18T17:17:12.472Z | |
1481 | 2024-10-18T17:17:12.474Z | real 2.849365628 |
1482 | 2024-10-18T17:17:12.474Z | user 1.282936943 |
1483 | 2024-10-18T17:17:12.474Z | sys 0.544985420 |
1484 | 2024-10-18T17:17:12.474Z | trap 0.000390391 |
1485 | 2024-10-18T17:17:12.474Z | tflt 0.000018666 |
1486 | 2024-10-18T17:17:12.474Z | dflt 0.000008698 |
1487 | 2024-10-18T17:17:12.474Z | kflt 0.000000000 |
1488 | 2024-10-18T17:17:12.474Z | lock 13.674558431 |
1489 | 2024-10-18T17:17:12.474Z | slp 1.296338012 |
1490 | 2024-10-18T17:17:12.474Z | lat 0.069249315 |
1491 | 2024-10-18T17:17:12.474Z | stop 0.000373880 |
1492 | 2024-10-18T17:17:12.474Z | + export CARGO_INCREMENTAL=0 |
1493 | 2024-10-18T17:17:12.474Z | + CARGO_INCREMENTAL=0 |
1494 | 2024-10-18T17:17:12.474Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1495 | 2024-10-18T17:17:13.464Z | Compiling proc-macro2 v1.0.87 |
1496 | 2024-10-18T17:17:13.464Z | Compiling unicode-ident v1.0.13 |
1497 | 2024-10-18T17:17:13.464Z | Compiling libc v0.2.159 |
1498 | 2024-10-18T17:17:13.467Z | Compiling serde v1.0.210 |
1499 | 2024-10-18T17:17:13.467Z | Compiling version_check v0.9.5 |
1500 | 2024-10-18T17:17:13.467Z | Compiling autocfg v1.4.0 |
1501 | 2024-10-18T17:17:13.467Z | Compiling cfg-if v1.0.0 |
1502 | 2024-10-18T17:17:13.717Z | Compiling typenum v1.17.0 |
1503 | 2024-10-18T17:17:13.733Z | Compiling memchr v2.7.4 |
1504 | 2024-10-18T17:17:14.181Z | Compiling shlex v1.3.0 |
1505 | 2024-10-18T17:17:14.221Z | Compiling generic-array v0.14.7 |
1506 | 2024-10-18T17:17:14.519Z | Compiling lock_api v0.4.12 |
1507 | 2024-10-18T17:17:14.556Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-10-18T17:17:14.576Z | Compiling serde_json v1.0.128 |
1509 | 2024-10-18T17:17:14.829Z | Compiling once_cell v1.20.2 |
1510 | 2024-10-18T17:17:14.907Z | Compiling thiserror v1.0.64 |
1511 | 2024-10-18T17:17:14.986Z | Compiling libm v0.2.8 |
1512 | 2024-10-18T17:17:15.095Z | Compiling quote v1.0.37 |
1513 | 2024-10-18T17:17:15.231Z | Compiling num-traits v0.2.19 |
1514 | 2024-10-18T17:17:15.349Z | Compiling value-bag v1.9.0 |
1515 | 2024-10-18T17:17:15.433Z | Compiling itoa v1.0.11 |
1516 | 2024-10-18T17:17:15.537Z | Compiling syn v2.0.79 |
1517 | 2024-10-18T17:17:15.664Z | Compiling getrandom v0.2.15 |
1518 | 2024-10-18T17:17:15.703Z | Compiling jobserver v0.1.32 |
1519 | 2024-10-18T17:17:15.903Z | Compiling log v0.4.22 |
1520 | 2024-10-18T17:17:15.934Z | Compiling slab v0.4.9 |
1521 | 2024-10-18T17:17:16.200Z | Compiling cc v1.1.30 |
1522 | 2024-10-18T17:17:16.211Z | Compiling scopeguard v1.2.0 |
1523 | 2024-10-18T17:17:16.255Z | Compiling rand_core v0.6.4 |
1524 | 2024-10-18T17:17:16.402Z | Compiling byteorder v1.5.0 |
1525 | 2024-10-18T17:17:16.918Z | Compiling subtle v2.6.1 |
1526 | 2024-10-18T17:17:16.958Z | Compiling allocator-api2 v0.2.18 |
1527 | 2024-10-18T17:17:17.527Z | Compiling semver v1.0.23 |
1528 | 2024-10-18T17:17:17.827Z | Compiling ryu v1.0.18 |
1529 | 2024-10-18T17:17:17.935Z | Compiling pin-project-lite v0.2.14 |
1530 | 2024-10-18T17:17:17.999Z | Compiling const-oid v0.9.6 |
1531 | 2024-10-18T17:17:18.065Z | Compiling smallvec v1.13.2 |
1532 | 2024-10-18T17:17:18.128Z | Compiling equivalent v1.0.1 |
1533 | 2024-10-18T17:17:18.200Z | Compiling foldhash v0.1.3 |
1534 | 2024-10-18T17:17:18.277Z | Compiling httparse v1.9.5 |
1535 | 2024-10-18T17:17:18.406Z | Compiling hashbrown v0.15.0 |
1536 | 2024-10-18T17:17:18.528Z | Compiling schemars v0.8.21 |
1537 | 2024-10-18T17:17:18.964Z | Compiling signal-hook-registry v1.4.2 |
1538 | 2024-10-18T17:17:19.188Z | Compiling heck v0.5.0 |
1539 | 2024-10-18T17:17:19.338Z | Compiling parking_lot v0.12.3 |
1540 | 2024-10-18T17:17:19.611Z | Compiling mio v1.0.2 |
1541 | 2024-10-18T17:17:19.651Z | Compiling ring v0.17.8 |
1542 | 2024-10-18T17:17:20.414Z | Compiling crossbeam-utils v0.8.20 |
1543 | 2024-10-18T17:17:20.417Z | Compiling socket2 v0.5.7 |
1544 | 2024-10-18T17:17:20.752Z | Compiling pkg-config v0.3.31 |
1545 | 2024-10-18T17:17:21.232Z | Compiling vcpkg v0.2.15 |
1546 | 2024-10-18T17:17:21.393Z | Compiling fnv v1.0.7 |
1547 | 2024-10-18T17:17:21.531Z | Compiling time-core v0.1.2 |
1548 | 2024-10-18T17:17:21.716Z | Compiling num-conv v0.1.0 |
1549 | 2024-10-18T17:17:21.841Z | Compiling futures-core v0.3.31 |
1550 | 2024-10-18T17:17:22.015Z | Compiling time-macros v0.2.18 |
1551 | 2024-10-18T17:17:22.708Z | Compiling spin v0.9.8 |
1552 | 2024-10-18T17:17:22.830Z | Compiling openssl-sys v0.9.103 |
1553 | 2024-10-18T17:17:23.121Z | Compiling serde_derive_internals v0.29.1 |
1554 | 2024-10-18T17:17:23.459Z | Compiling cpufeatures v0.2.14 |
1555 | 2024-10-18T17:17:23.563Z | Compiling futures-sink v0.3.31 |
1556 | 2024-10-18T17:17:24.143Z | Compiling ahash v0.8.11 |
1557 | 2024-10-18T17:17:24.241Z | Compiling syn v1.0.109 |
1558 | 2024-10-18T17:17:24.263Z | Compiling slog v2.7.0 |
1559 | 2024-10-18T17:17:24.685Z | Compiling rustix v0.38.37 |
1560 | 2024-10-18T17:17:24.959Z | Compiling futures-channel v0.3.31 |
1561 | 2024-10-18T17:17:25.192Z | Compiling openssl v0.10.66 |
1562 | 2024-10-18T17:17:25.292Z | Compiling tinyvec_macros v0.1.1 |
1563 | 2024-10-18T17:17:25.334Z | Compiling iana-time-zone v0.1.61 |
1564 | 2024-10-18T17:17:25.355Z | Compiling futures-io v0.3.31 |
1565 | 2024-10-18T17:17:25.355Z | Compiling futures-task v0.3.31 |
1566 | 2024-10-18T17:17:25.391Z | Compiling pin-utils v0.1.0 |
1567 | 2024-10-18T17:17:25.465Z | Compiling ucd-trie v0.1.7 |
1568 | 2024-10-18T17:17:25.496Z | Compiling tinyvec v1.8.0 |
1569 | 2024-10-18T17:17:26.247Z | Compiling native-tls v0.2.12 |
1570 | 2024-10-18T17:17:26.315Z | Compiling unicode-bidi v0.3.17 |
1571 | 2024-10-18T17:17:26.332Z | Compiling rustls v0.23.14 |
1572 | 2024-10-18T17:17:26.637Z | Compiling base64ct v1.6.0 |
1573 | 2024-10-18T17:17:26.912Z | Compiling unicode-normalization v0.1.24 |
1574 | 2024-10-18T17:17:27.180Z | Compiling pem-rfc7468 v0.7.0 |
1575 | 2024-10-18T17:17:27.839Z | Compiling tracing-core v0.1.32 |
1576 | 2024-10-18T17:17:28.013Z | Compiling usdt-impl v0.5.0 |
1577 | 2024-10-18T17:17:28.370Z | Compiling cookie v0.18.1 |
1578 | 2024-10-18T17:17:28.436Z | Compiling serde_derive v1.0.210 |
1579 | 2024-10-18T17:17:28.671Z | Compiling zeroize_derive v1.4.2 |
1580 | 2024-10-18T17:17:29.030Z | Compiling zerocopy-derive v0.7.35 |
1581 | 2024-10-18T17:17:29.345Z | Compiling thiserror-impl v1.0.64 |
1582 | 2024-10-18T17:17:30.065Z | Compiling zeroize v1.8.1 |
1583 | 2024-10-18T17:17:30.090Z | Compiling tokio-macros v2.4.0 |
1584 | 2024-10-18T17:17:30.946Z | Compiling futures-macro v0.3.31 |
1585 | 2024-10-18T17:17:31.516Z | Compiling zerocopy v0.7.35 |
1586 | 2024-10-18T17:17:32.007Z | Compiling crypto-common v0.1.6 |
1587 | 2024-10-18T17:17:32.365Z | Compiling tracing-attributes v0.1.27 |
1588 | 2024-10-18T17:17:32.600Z | Compiling block-buffer v0.10.4 |
1589 | 2024-10-18T17:17:32.808Z | Compiling digest v0.10.7 |
1590 | 2024-10-18T17:17:33.042Z | Compiling schemars_derive v0.8.21 |
1591 | 2024-10-18T17:17:33.220Z | Compiling der_derive v0.7.3 |
1592 | 2024-10-18T17:17:34.359Z | Compiling hmac v0.12.1 |
1593 | 2024-10-18T17:17:34.492Z | Compiling scroll_derive v0.12.0 |
1594 | 2024-10-18T17:17:34.575Z | Compiling futures-util v0.3.31 |
1595 | 2024-10-18T17:17:35.448Z | Compiling pest v2.7.14 |
1596 | 2024-10-18T17:17:35.765Z | Compiling block-padding v0.3.3 |
1597 | 2024-10-18T17:17:35.982Z | Compiling inout v0.1.3 |
1598 | 2024-10-18T17:17:36.220Z | Compiling openssl-macros v0.1.1 |
1599 | 2024-10-18T17:17:36.923Z | Compiling cipher v0.4.4 |
1600 | 2024-10-18T17:17:37.361Z | Compiling sha2 v0.10.8 |
1601 | 2024-10-18T17:17:37.364Z | Compiling ppv-lite86 v0.2.20 |
1602 | 2024-10-18T17:17:38.182Z | Compiling pest_meta v2.7.14 |
1603 | 2024-10-18T17:17:38.209Z | Compiling anyhow v1.0.89 |
1604 | 2024-10-18T17:17:38.414Z | Compiling dyn-clone v1.0.17 |
1605 | 2024-10-18T17:17:38.742Z | Compiling flagset v0.4.6 |
1606 | 2024-10-18T17:17:38.809Z | Compiling rand_chacha v0.3.1 |
1607 | 2024-10-18T17:17:38.949Z | Compiling der v0.7.9 |
1608 | 2024-10-18T17:17:39.842Z | Compiling pest_generator v2.7.14 |
1609 | 2024-10-18T17:17:40.252Z | Compiling scroll v0.12.0 |
1610 | 2024-10-18T17:17:40.549Z | Compiling tracing v0.1.40 |
1611 | 2024-10-18T17:17:41.052Z | Compiling bytes v1.7.2 |
1612 | 2024-10-18T17:17:41.396Z | Compiling indexmap v2.6.0 |
1613 | 2024-10-18T17:17:42.172Z | Compiling tokio v1.40.0 |
1614 | 2024-10-18T17:17:42.189Z | Compiling http v1.1.0 |
1615 | 2024-10-18T17:17:42.833Z | Compiling serde_tokenstream v0.2.2 |
1616 | 2024-10-18T17:17:42.899Z | Compiling rustc_version v0.4.1 |
1617 | 2024-10-18T17:17:43.269Z | Compiling uuid v1.10.0 |
1618 | 2024-10-18T17:17:43.439Z | Compiling chrono v0.4.38 |
1619 | 2024-10-18T17:17:43.544Z | Compiling bitflags v2.6.0 |
1620 | 2024-10-18T17:17:44.513Z | Compiling serde_spanned v0.6.8 |
1621 | 2024-10-18T17:17:44.537Z | Compiling toml_datetime v0.6.8 |
1622 | 2024-10-18T17:17:44.985Z | Compiling pest_derive v2.7.14 |
1623 | 2024-10-18T17:17:46.874Z | Compiling async-trait v0.1.83 |
1624 | 2024-10-18T17:17:49.306Z | Compiling aho-corasick v1.1.3 |
1625 | 2024-10-18T17:17:49.641Z | Compiling plain v0.2.3 |
1626 | 2024-10-18T17:17:49.814Z | Compiling rustls-pki-types v1.9.0 |
1627 | 2024-10-18T17:17:50.057Z | Compiling percent-encoding v2.3.1 |
1628 | 2024-10-18T17:17:50.399Z | Compiling rayon-core v1.12.1 |
1629 | 2024-10-18T17:17:50.712Z | Compiling regex-syntax v0.8.5 |
1630 | 2024-10-18T17:17:50.789Z | Compiling camino v1.1.9 |
1631 | 2024-10-18T17:17:51.369Z | Compiling tokio-util v0.7.12 |
1632 | 2024-10-18T17:17:51.538Z | Compiling goblin v0.8.2 |
1633 | 2024-10-18T17:17:52.684Z | Compiling spki v0.7.3 |
1634 | 2024-10-18T17:17:53.036Z | Compiling rand v0.8.5 |
1635 | 2024-10-18T17:17:53.092Z | Compiling salsa20 v0.10.2 |
1636 | 2024-10-18T17:17:53.328Z | Compiling pbkdf2 v0.12.2 |
1637 | 2024-10-18T17:17:54.025Z | Compiling powerfmt v0.2.0 |
1638 | 2024-10-18T17:17:54.420Z | Compiling regex-automata v0.4.8 |
1639 | 2024-10-18T17:17:54.452Z | Compiling rustls v0.22.4 |
1640 | 2024-10-18T17:17:54.670Z | Compiling winnow v0.5.40 |
1641 | 2024-10-18T17:17:55.781Z | Compiling untrusted v0.9.0 |
1642 | 2024-10-18T17:17:55.975Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-10-18T17:17:56.743Z | Compiling deranged v0.3.11 |
1644 | 2024-10-18T17:17:58.050Z | Compiling dof v0.3.0 |
1645 | 2024-10-18T17:17:58.454Z | Compiling toml_edit v0.19.15 |
1646 | 2024-10-18T17:17:59.035Z | Compiling scrypt v0.11.0 |
1647 | 2024-10-18T17:17:59.639Z | Compiling dtrace-parser v0.2.0 |
1648 | 2024-10-18T17:17:59.736Z | Compiling aes v0.8.4 |
1649 | 2024-10-18T17:17:59.788Z | Compiling cbc v0.1.2 |
1650 | 2024-10-18T17:18:00.185Z | Compiling thread-id v4.2.2 |
1651 | 2024-10-18T17:18:00.309Z | Compiling num_threads v0.1.7 |
1652 | 2024-10-18T17:18:00.721Z | Compiling rustversion v1.0.17 |
1653 | 2024-10-18T17:18:00.946Z | Compiling atomic-waker v1.1.2 |
1654 | 2024-10-18T17:18:01.386Z | Compiling pkcs5 v0.7.1 |
1655 | 2024-10-18T17:18:01.430Z | Compiling time v0.3.36 |
1656 | 2024-10-18T17:18:02.953Z | Compiling rustls-webpki v0.102.8 |
1657 | 2024-10-18T17:18:03.464Z | Compiling form_urlencoded v1.2.1 |
1658 | 2024-10-18T17:18:03.768Z | Compiling http-body v1.0.1 |
1659 | 2024-10-18T17:18:04.012Z | Compiling heapless v0.7.17 |
1660 | 2024-10-18T17:18:04.928Z | Compiling multer v3.1.0 |
1661 | 2024-10-18T17:18:05.231Z | Compiling signal-hook v0.3.17 |
1662 | 2024-10-18T17:18:05.382Z | Compiling try-lock v0.2.5 |
1663 | 2024-10-18T17:18:05.527Z | Compiling slog-async v2.8.0 |
1664 | 2024-10-18T17:18:05.747Z | Compiling want v0.3.1 |
1665 | 2024-10-18T17:18:06.038Z | Compiling pkcs8 v0.10.2 |
1666 | 2024-10-18T17:18:06.714Z | Compiling h2 v0.4.6 |
1667 | 2024-10-18T17:18:07.405Z | Compiling regex v1.11.0 |
1668 | 2024-10-18T17:18:08.233Z | Compiling paste v1.0.15 |
1669 | 2024-10-18T17:18:08.328Z | Compiling strsim v0.11.1 |
1670 | 2024-10-18T17:18:08.727Z | Compiling httpdate v1.0.3 |
1671 | 2024-10-18T17:18:09.916Z | Compiling usdt-attr-macro v0.5.0 |
1672 | 2024-10-18T17:18:10.303Z | Compiling usdt-macro v0.5.0 |
1673 | 2024-10-18T17:18:10.871Z | Compiling curve25519-dalek v4.1.3 |
1674 | 2024-10-18T17:18:11.260Z | Compiling openapiv3 v2.0.0 |
1675 | 2024-10-18T17:18:11.430Z | Compiling enum-as-inner v0.6.1 |
1676 | 2024-10-18T17:18:11.674Z | Compiling async-stream-impl v0.3.6 |
1677 | 2024-10-18T17:18:12.475Z | Compiling idna v0.5.0 |
1678 | 2024-10-18T17:18:13.044Z | Compiling errno v0.3.9 |
1679 | 2024-10-18T17:18:13.329Z | Compiling dropshot v0.12.0 |
1680 | 2024-10-18T17:18:13.658Z | Compiling hyper v1.4.1 |
1681 | 2024-10-18T17:18:13.920Z | Compiling portable-atomic v1.9.0 |
1682 | 2024-10-18T17:18:13.973Z | Compiling adler2 v2.0.0 |
1683 | 2024-10-18T17:18:14.244Z | Compiling smoltcp v0.9.1 |
1684 | 2024-10-18T17:18:14.807Z | Compiling foreign-types-shared v0.1.1 |
1685 | 2024-10-18T17:18:14.889Z | Compiling base64 v0.22.1 |
1686 | 2024-10-18T17:18:15.579Z | Compiling tower-service v0.3.3 |
1687 | 2024-10-18T17:18:15.582Z | Compiling match_cfg v0.1.0 |
1688 | 2024-10-18T17:18:15.687Z | Compiling num-bigint-dig v0.8.4 |
1689 | 2024-10-18T17:18:15.706Z | Compiling hostname v0.3.1 |
1690 | 2024-10-18T17:18:15.721Z | Compiling foreign-types v0.3.2 |
1691 | 2024-10-18T17:18:15.818Z | Compiling miniz_oxide v0.8.0 |
1692 | 2024-10-18T17:18:15.915Z | Compiling url v2.5.2 |
1693 | 2024-10-18T17:18:16.136Z | Compiling hyper-util v0.1.9 |
1694 | 2024-10-18T17:18:19.108Z | Compiling dirs-sys-next v0.1.2 |
1695 | 2024-10-18T17:18:19.153Z | Compiling data-encoding v2.6.0 |
1696 | 2024-10-18T17:18:19.353Z | Compiling siphasher v0.3.11 |
1697 | 2024-10-18T17:18:19.698Z | Compiling gimli v0.31.1 |
1698 | 2024-10-18T17:18:19.760Z | Compiling heck v0.4.1 |
1699 | 2024-10-18T17:18:22.456Z | Compiling dirs-next v2.0.0 |
1700 | 2024-10-18T17:18:25.319Z | Compiling addr2line v0.24.2 |
1701 | 2024-10-18T17:18:26.918Z | Compiling http-body-util v0.1.2 |
1702 | 2024-10-18T17:18:27.457Z | Compiling crossbeam-epoch v0.9.18 |
1703 | 2024-10-18T17:18:27.858Z | Compiling dropshot_endpoint v0.12.0 |
1704 | 2024-10-18T17:18:28.014Z | Compiling hubpack_derive v0.1.1 |
1705 | 2024-10-18T17:18:28.051Z | Compiling signature v2.2.0 |
1706 | 2024-10-18T17:18:28.196Z | Compiling sha1 v0.10.6 |
1707 | 2024-10-18T17:18:28.307Z | Compiling zerocopy-derive v0.6.6 |
1708 | 2024-10-18T17:18:28.589Z | Compiling curve25519-dalek-derive v0.1.1 |
1709 | 2024-10-18T17:18:28.950Z | Compiling lazy_static v1.5.0 |
1710 | 2024-10-18T17:18:29.079Z | Compiling thread_local v1.1.8 |
1711 | 2024-10-18T17:18:29.565Z | Compiling object v0.36.5 |
1712 | 2024-10-18T17:18:29.768Z | Compiling fs-err v2.11.0 |
1713 | 2024-10-18T17:18:29.982Z | Compiling encoding_rs v0.8.34 |
1714 | 2024-10-18T17:18:30.093Z | Compiling stable_deref_trait v1.2.0 |
1715 | 2024-10-18T17:18:30.206Z | Compiling ipnet v2.10.1 |
1716 | 2024-10-18T17:18:30.229Z | Compiling openssl-probe v0.1.5 |
1717 | 2024-10-18T17:18:30.545Z | Compiling anstyle v1.0.8 |
1718 | 2024-10-18T17:18:31.001Z | Compiling unicode-properties v0.1.3 |
1719 | 2024-10-18T17:18:31.174Z | Compiling mime v0.3.17 |
1720 | 2024-10-18T17:18:31.384Z | Compiling either v1.13.0 |
1721 | 2024-10-18T17:18:31.819Z | Compiling rustc-demangle v0.1.24 |
1722 | 2024-10-18T17:18:31.845Z | Compiling winnow v0.6.20 |
1723 | 2024-10-18T17:18:33.434Z | Compiling utf8parse v0.2.2 |
1724 | 2024-10-18T17:18:33.601Z | Compiling anstyle-parse v0.2.5 |
1725 | 2024-10-18T17:18:33.949Z | Compiling stringprep v0.1.5 |
1726 | 2024-10-18T17:18:35.388Z | Compiling toml_edit v0.22.22 |
1727 | 2024-10-18T17:18:38.476Z | Compiling backtrace v0.3.74 |
1728 | 2024-10-18T17:18:40.322Z | Compiling crossbeam-deque v0.8.5 |
1729 | 2024-10-18T17:18:43.819Z | Compiling term v0.7.0 |
1730 | 2024-10-18T17:18:45.054Z | Compiling slog-json v2.6.1 |
1731 | 2024-10-18T17:18:46.330Z | Compiling serde_urlencoded v0.7.1 |
1732 | 2024-10-18T17:18:46.594Z | Compiling crossbeam-channel v0.5.13 |
1733 | 2024-10-18T17:18:46.993Z | Compiling rustls-pemfile v2.2.0 |
1734 | 2024-10-18T17:18:47.321Z | Compiling hashbrown v0.14.5 |
1735 | 2024-10-18T17:18:47.676Z | Compiling futures-executor v0.3.31 |
1736 | 2024-10-18T17:18:48.389Z | Compiling md-5 v0.10.6 |
1737 | 2024-10-18T17:18:48.710Z | Compiling idna v0.3.0 |
1738 | 2024-10-18T17:18:48.755Z | Compiling idna v0.4.0 |
1739 | 2024-10-18T17:18:48.886Z | Compiling num-integer v0.1.46 |
1740 | 2024-10-18T17:18:49.115Z | Compiling ff v0.13.0 |
1741 | 2024-10-18T17:18:49.346Z | Compiling hash32 v0.2.1 |
1742 | 2024-10-18T17:18:49.570Z | Compiling memmap v0.7.0 |
1743 | 2024-10-18T17:18:49.716Z | Compiling is-terminal v0.4.13 |
1744 | 2024-10-18T17:18:50.004Z | Compiling base16ct v0.2.0 |
1745 | 2024-10-18T17:18:50.102Z | Compiling take_mut v0.2.2 |
1746 | 2024-10-18T17:18:50.131Z | Compiling psl-types v2.0.11 |
1747 | 2024-10-18T17:18:50.270Z | Compiling anstyle-query v1.1.1 |
1748 | 2024-10-18T17:18:50.419Z | Compiling utf-8 v0.7.6 |
1749 | 2024-10-18T17:18:50.648Z | Compiling is_terminal_polyfill v1.70.1 |
1750 | 2024-10-18T17:18:50.787Z | Compiling fallible-iterator v0.2.0 |
1751 | 2024-10-18T17:18:51.347Z | Compiling linked-hash-map v0.5.6 |
1752 | 2024-10-18T17:18:51.505Z | Compiling quick-error v1.2.3 |
1753 | 2024-10-18T17:18:51.744Z | Compiling colorchoice v1.0.2 |
1754 | 2024-10-18T17:18:52.133Z | Compiling anstream v0.6.15 |
1755 | 2024-10-18T17:18:52.802Z | Compiling lru-cache v0.1.2 |
1756 | 2024-10-18T17:18:53.041Z | Compiling resolv-conf v0.7.0 |
1757 | 2024-10-18T17:18:53.060Z | Compiling postgres-protocol v0.6.7 |
1758 | 2024-10-18T17:18:53.742Z | Compiling tungstenite v0.24.0 |
1759 | 2024-10-18T17:18:53.924Z | Compiling publicsuffix v2.2.3 |
1760 | 2024-10-18T17:18:54.247Z | Compiling sec1 v0.7.3 |
1761 | 2024-10-18T17:18:55.219Z | Compiling slog-term v2.9.1 |
1762 | 2024-10-18T17:18:55.837Z | Compiling usdt v0.5.0 |
1763 | 2024-10-18T17:18:56.018Z | Compiling hickory-proto v0.24.1 |
1764 | 2024-10-18T17:18:56.270Z | Compiling num-iter v0.1.45 |
1765 | 2024-10-18T17:18:56.287Z | Compiling group v0.13.0 |
1766 | 2024-10-18T17:18:57.517Z | Compiling regress v0.10.1 |
1767 | 2024-10-18T17:18:58.442Z | Compiling futures v0.3.31 |
1768 | 2024-10-18T17:19:01.194Z | Compiling slog-bunyan v2.5.0 |
1769 | 2024-10-18T17:19:01.405Z | Compiling tokio-rustls v0.25.0 |
1770 | 2024-10-18T17:19:01.460Z | Compiling tokio-rustls v0.26.0 |
1771 | 2024-10-18T17:19:01.830Z | Compiling toml v0.8.19 |
1772 | 2024-10-18T17:19:01.904Z | Compiling tokio-native-tls v0.3.1 |
1773 | 2024-10-18T17:19:02.196Z | Compiling terminal_size v0.4.0 |
1774 | 2024-10-18T17:19:02.223Z | Compiling strum_macros v0.25.3 |
1775 | 2024-10-18T17:19:02.418Z | Compiling phf_shared v0.11.2 |
1776 | 2024-10-18T17:19:03.046Z | Compiling async-stream v0.3.6 |
1777 | 2024-10-18T17:19:03.456Z | Compiling waitgroup v0.1.2 |
1778 | 2024-10-18T17:19:04.058Z | Compiling webpki-roots v0.26.6 |
1779 | 2024-10-18T17:19:04.330Z | Compiling serde_path_to_error v0.1.16 |
1780 | 2024-10-18T17:19:04.720Z | Compiling hkdf v0.12.4 |
1781 | 2024-10-18T17:19:04.823Z | Compiling crypto-bigint v0.5.5 |
1782 | 2024-10-18T17:19:05.025Z | Compiling clap_derive v4.5.18 |
1783 | 2024-10-18T17:19:05.135Z | Compiling serde_repr v0.1.19 |
1784 | 2024-10-18T17:19:05.855Z | Compiling derive-where v1.2.7 |
1785 | 2024-10-18T17:19:06.380Z | Compiling hostname v0.4.0 |
1786 | 2024-10-18T17:19:06.623Z | Compiling bitflags v1.3.2 |
1787 | 2024-10-18T17:19:06.736Z | Compiling debug-ignore v1.0.5 |
1788 | 2024-10-18T17:19:06.896Z | Compiling clap_lex v0.7.2 |
1789 | 2024-10-18T17:19:07.366Z | Compiling unicode-width v0.1.14 |
1790 | 2024-10-18T17:19:08.221Z | Compiling managed v0.8.0 |
1791 | 2024-10-18T17:19:08.682Z | Compiling console v0.15.8 |
1792 | 2024-10-18T17:19:08.778Z | Compiling elliptic-curve v0.13.8 |
1793 | 2024-10-18T17:19:08.981Z | Compiling clap_builder v4.5.20 |
1794 | 2024-10-18T17:19:10.654Z | Compiling hyper-rustls v0.27.3 |
1795 | 2024-10-18T17:19:12.570Z | Compiling phf v0.11.2 |
1796 | 2024-10-18T17:19:12.884Z | Compiling hyper-tls v0.6.0 |
1797 | 2024-10-18T17:19:13.278Z | Compiling hickory-resolver v0.24.1 |
1798 | 2024-10-18T17:19:13.564Z | Compiling signal-hook-mio v0.2.4 |
1799 | 2024-10-18T17:19:13.742Z | Compiling typify-impl v0.2.0 |
1800 | 2024-10-18T17:19:15.671Z | Compiling rayon v1.10.0 |
1801 | 2024-10-18T17:19:16.165Z | Compiling cookie_store v0.21.0 |
1802 | 2024-10-18T17:19:16.961Z | Compiling tokio-tungstenite v0.24.0 |
1803 | 2024-10-18T17:19:17.538Z | Compiling postgres-types v0.2.8 |
1804 | 2024-10-18T17:19:17.608Z | Compiling zerocopy v0.6.6 |
1805 | 2024-10-18T17:19:18.059Z | Compiling hubpack v0.1.2 |
1806 | 2024-10-18T17:19:18.477Z | Compiling ed25519 v2.2.3 |
1807 | 2024-10-18T17:19:18.494Z | Compiling phf_shared v0.10.0 |
1808 | 2024-10-18T17:19:18.872Z | Compiling pkcs1 v0.7.5 |
1809 | 2024-10-18T17:19:18.911Z | Compiling bstr v1.10.0 |
1810 | 2024-10-18T17:19:19.168Z | Compiling tokio-stream v0.1.16 |
1811 | 2024-10-18T17:19:19.825Z | Compiling serde-big-array v0.5.1 |
1812 | 2024-10-18T17:19:20.066Z | Compiling rfc6979 v0.4.0 |
1813 | 2024-10-18T17:19:20.214Z | Compiling float-cmp v0.9.0 |
1814 | 2024-10-18T17:19:20.267Z | Compiling sync_wrapper v1.0.1 |
1815 | 2024-10-18T17:19:20.431Z | Compiling crc32fast v1.4.2 |
1816 | 2024-10-18T17:19:20.449Z | Compiling fixedbitset v0.4.2 |
1817 | 2024-10-18T17:19:20.495Z | Compiling precomputed-hash v0.1.1 |
1818 | 2024-10-18T17:19:20.614Z | Compiling bit-vec v0.6.3 |
1819 | 2024-10-18T17:19:20.683Z | Compiling static_assertions v1.1.0 |
1820 | 2024-10-18T17:19:20.739Z | Compiling new_debug_unreachable v1.0.6 |
1821 | 2024-10-18T17:19:20.794Z | Compiling unicode-segmentation v1.12.0 |
1822 | 2024-10-18T17:19:20.842Z | Compiling normalize-line-endings v0.3.0 |
1823 | 2024-10-18T17:19:21.039Z | Compiling predicates-core v1.0.8 |
1824 | 2024-10-18T17:19:21.243Z | Compiling difflib v0.4.0 |
1825 | 2024-10-18T17:19:21.647Z | Compiling whoami v1.5.2 |
1826 | 2024-10-18T17:19:21.940Z | Compiling minimal-lexical v0.2.1 |
1827 | 2024-10-18T17:19:22.046Z | Compiling number_prefix v0.4.0 |
1828 | 2024-10-18T17:19:22.235Z | Compiling indicatif v0.17.8 |
1829 | 2024-10-18T17:19:22.288Z | Compiling tokio-postgres v0.7.12 |
1830 | 2024-10-18T17:19:22.447Z | Compiling nom v7.1.3 |
1831 | 2024-10-18T17:19:22.466Z | Compiling predicates v3.1.2 |
1832 | 2024-10-18T17:19:23.413Z | Compiling similar v2.6.0 |
1833 | 2024-10-18T17:19:24.896Z | Compiling bit-set v0.5.3 |
1834 | 2024-10-18T17:19:25.201Z | Compiling string_cache v0.8.7 |
1835 | 2024-10-18T17:19:25.387Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1836 | 2024-10-18T17:19:25.615Z | Compiling petgraph v0.6.5 |
1837 | 2024-10-18T17:19:25.895Z | Compiling typify-macro v0.2.0 |
1838 | 2024-10-18T17:19:26.089Z | Compiling flate2 v1.0.34 |
1839 | 2024-10-18T17:19:27.021Z | Compiling reqwest v0.12.8 |
1840 | 2024-10-18T17:19:27.404Z | Compiling ecdsa v0.16.9 |
1841 | 2024-10-18T17:19:28.107Z | Compiling qorb v0.1.1 |
1842 | 2024-10-18T17:19:29.661Z | Compiling rsa v0.9.6 |
1843 | 2024-10-18T17:19:30.134Z | Compiling ed25519-dalek v2.1.1 |
1844 | 2024-10-18T17:19:31.288Z | Compiling crossterm v0.28.1 |
1845 | 2024-10-18T17:19:31.457Z | Compiling clap v4.5.20 |
1846 | 2024-10-18T17:19:33.403Z | Compiling itertools v0.12.1 |
1847 | 2024-10-18T17:19:33.548Z | Compiling itertools v0.10.5 |
1848 | 2024-10-18T17:19:34.389Z | Compiling toml v0.7.8 |
1849 | 2024-10-18T17:19:34.777Z | Compiling x509-cert v0.2.5 |
1850 | 2024-10-18T17:19:35.923Z | Compiling hex v0.4.3 |
1851 | 2024-10-18T17:19:36.612Z | Compiling unicode-xid v0.2.6 |
1852 | 2024-10-18T17:19:36.995Z | Compiling lalrpop-util v0.19.12 |
1853 | 2024-10-18T17:19:37.217Z | Compiling peg-runtime v0.8.3 |
1854 | 2024-10-18T17:19:39.095Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1855 | 2024-10-18T17:19:41.418Z | Compiling proc-macro-crate v1.3.1 |
1856 | 2024-10-18T17:19:41.699Z | Compiling ipnetwork v0.20.0 |
1857 | 2024-10-18T17:19:43.342Z | Compiling heapless v0.8.0 |
1858 | 2024-10-18T17:19:44.369Z | Compiling num_enum_derive v0.5.11 |
1859 | 2024-10-18T17:19:49.892Z | Compiling hash32 v0.3.1 |
1860 | 2024-10-18T17:19:52.411Z | Compiling smoltcp v0.11.0 |
1861 | 2024-10-18T17:19:52.522Z | Compiling ident_case v1.0.1 |
1862 | 2024-10-18T17:19:52.965Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-10-18T17:19:53.384Z | Compiling darling_core v0.20.10 |
1864 | 2024-10-18T17:20:07.133Z | Compiling num_enum v0.5.11 |
1865 | 2024-10-18T17:20:07.859Z | Compiling typify v0.2.0 |
1866 | 2024-10-18T17:20:09.455Z | Compiling proc-macro-error-attr v1.0.4 |
1867 | 2024-10-18T17:20:10.543Z | Compiling cobs v0.2.3 |
1868 | 2024-10-18T17:20:11.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-10-18T17:20:11.336Z | Compiling unsafe-libyaml v0.2.11 |
1870 | 2024-10-18T17:20:13.142Z | Compiling serde_yaml v0.9.34+deprecated |
1871 | 2024-10-18T17:20:15.087Z | Compiling postcard v1.0.10 |
1872 | 2024-10-18T17:20:22.058Z | Compiling progenitor-impl v0.8.0 |
1873 | 2024-10-18T17:20:28.802Z | Compiling darling_macro v0.20.10 |
1874 | 2024-10-18T17:20:38.775Z | Compiling strum_macros v0.26.4 |
1875 | 2024-10-18T17:20:39.646Z | Compiling foreign-types-macros v0.2.3 |
1876 | 2024-10-18T17:20:40.078Z | Compiling structmeta-derive v0.3.0 |
1877 | 2024-10-18T17:20:40.905Z | Compiling proc-macro-error v1.0.4 |
1878 | 2024-10-18T17:20:41.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1879 | 2024-10-18T17:20:41.218Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1880 | 2024-10-18T17:20:41.245Z | Compiling newtype-uuid v1.1.2 |
1881 | 2024-10-18T17:20:41.423Z | Compiling foreign-types-shared v0.3.1 |
1882 | 2024-10-18T17:20:42.946Z | Compiling structmeta v0.3.0 |
1883 | 2024-10-18T17:20:43.283Z | Compiling strum v0.26.3 |
1884 | 2024-10-18T17:20:47.648Z | Compiling foreign-types v0.5.0 |
1885 | 2024-10-18T17:20:48.148Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1886 | 2024-10-18T17:20:51.039Z | Compiling darling v0.20.10 |
1887 | 2024-10-18T17:20:51.171Z | Compiling progenitor-macro v0.8.0 |
1888 | 2024-10-18T17:20:56.680Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1889 | 2024-10-18T17:20:56.736Z | Compiling progenitor-client v0.8.0 |
1890 | 2024-10-18T17:20:57.651Z | Compiling tabwriter v1.4.0 |
1891 | 2024-10-18T17:21:00.210Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1892 | 2024-10-18T17:21:00.322Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1893 | 2024-10-18T17:21:01.047Z | Compiling cstr-argument v0.1.2 |
1894 | 2024-10-18T17:21:01.283Z | Compiling crucible-workspace-hack v0.1.0 |
1895 | 2024-10-18T17:21:01.312Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1896 | 2024-10-18T17:21:01.637Z | Compiling fastrand v2.1.1 |
1897 | 2024-10-18T17:21:01.655Z | Compiling pretty-hex v0.2.1 |
1898 | 2024-10-18T17:21:02.012Z | Compiling tempfile v3.13.0 |
1899 | 2024-10-18T17:21:02.316Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-10-18T17:21:02.696Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1901 | 2024-10-18T17:21:02.730Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1902 | 2024-10-18T17:21:03.046Z | Compiling serde_with_macros v3.11.0 |
1903 | 2024-10-18T17:21:03.622Z | Compiling parse-display-derive v0.10.0 |
1904 | 2024-10-18T17:21:03.755Z | Compiling colored v2.1.0 |
1905 | 2024-10-18T17:21:03.983Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-10-18T17:21:04.746Z | Compiling instant v0.1.13 |
1907 | 2024-10-18T17:21:04.936Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1908 | 2024-10-18T17:21:05.063Z | Compiling backoff v0.4.0 |
1909 | 2024-10-18T17:21:05.349Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1910 | 2024-10-18T17:21:05.443Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1911 | 2024-10-18T17:21:05.622Z | Compiling serde_with v3.11.0 |
1912 | 2024-10-18T17:21:06.444Z | Compiling progenitor v0.8.0 |
1913 | 2024-10-18T17:21:06.715Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1914 | 2024-10-18T17:21:07.558Z | Compiling parse-display v0.10.0 |
1915 | 2024-10-18T17:21:08.269Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1916 | 2024-10-18T17:21:08.842Z | Compiling zone_cfg_derive v0.3.0 |
1917 | 2024-10-18T17:21:09.541Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1918 | 2024-10-18T17:21:10.005Z | Compiling camino-tempfile v1.1.1 |
1919 | 2024-10-18T17:21:10.094Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1920 | 2024-10-18T17:21:10.223Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1921 | 2024-10-18T17:21:10.293Z | Compiling regress v0.9.1 |
1922 | 2024-10-18T17:21:10.426Z | Compiling macaddr v1.0.1 |
1923 | 2024-10-18T17:21:10.597Z | Compiling num-derive v0.4.2 |
1924 | 2024-10-18T17:21:10.759Z | Compiling sigpipe v0.1.3 |
1925 | 2024-10-18T17:21:10.902Z | Compiling libefi-sys v0.1.0 |
1926 | 2024-10-18T17:21:11.091Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1927 | 2024-10-18T17:21:11.257Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1928 | 2024-10-18T17:21:11.453Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1929 | 2024-10-18T17:21:12.022Z | Compiling zone v0.3.0 |
1930 | 2024-10-18T17:21:12.777Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1931 | 2024-10-18T17:21:14.338Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1932 | 2024-10-18T17:21:14.614Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1933 | 2024-10-18T17:21:15.235Z | Compiling smf v0.2.3 |
1934 | 2024-10-18T17:21:15.435Z | Compiling bitfield-struct v0.6.2 |
1935 | 2024-10-18T17:21:16.800Z | Compiling blake3 v1.5.4 |
1936 | 2024-10-18T17:21:17.449Z | Compiling ring v0.16.20 |
1937 | 2024-10-18T17:21:17.878Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1938 | 2024-10-18T17:21:18.910Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1939 | 2024-10-18T17:21:19.192Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1940 | 2024-10-18T17:21:19.404Z | Compiling xattr v1.3.1 |
1941 | 2024-10-18T17:21:19.704Z | Compiling filetime v0.2.25 |
1942 | 2024-10-18T17:21:19.721Z | Compiling memmap2 v0.9.5 |
1943 | 2024-10-18T17:21:20.076Z | Compiling constant_time_eq v0.3.1 |
1944 | 2024-10-18T17:21:20.263Z | Compiling spin v0.5.2 |
1945 | 2024-10-18T17:21:20.316Z | Compiling arrayvec v0.7.6 |
1946 | 2024-10-18T17:21:20.343Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1947 | 2024-10-18T17:21:20.487Z | Compiling same-file v1.0.6 |
1948 | 2024-10-18T17:21:20.532Z | Compiling arrayref v0.3.9 |
1949 | 2024-10-18T17:21:20.654Z | Compiling untrusted v0.7.1 |
1950 | 2024-10-18T17:21:20.802Z | Compiling walkdir v2.5.0 |
1951 | 2024-10-18T17:21:20.849Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1952 | 2024-10-18T17:21:22.234Z | Compiling tar v0.4.42 |
1953 | 2024-10-18T17:21:22.533Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1954 | 2024-10-18T17:21:22.970Z | Compiling gethostname v0.5.0 |
1955 | 2024-10-18T17:21:23.184Z | Compiling cargo-platform v0.1.8 |
1956 | 2024-10-18T17:21:23.393Z | Compiling topological-sort v0.2.2 |
1957 | 2024-10-18T17:21:23.521Z | Compiling cargo_metadata v0.18.1 |
1958 | 2024-10-18T17:21:26.417Z | Compiling omicron-zone-package v0.11.1 |
1959 | 2024-10-18T17:21:29.642Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1960 | 2024-10-18T17:21:30.472Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1961 | 2024-10-18T17:21:32.013Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1962 | 2024-10-18T17:21:52.857Z | Finished `release` profile [optimized] target(s) in 4m 40s |
1963 | 2024-10-18T17:21:53.015Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1964 | 2024-10-18T17:21:53.063Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1965 | 2024-10-18T17:21:53.065Z | Created new build target 'test' and set it as active |
1966 | 2024-10-18T17:21:53.065Z | |
1967 | 2024-10-18T17:21:53.065Z | real 4:40.550256753 |
1968 | 2024-10-18T17:21:53.065Z | user 31:48.377176201 |
1969 | 2024-10-18T17:21:53.065Z | sys 4:00.396733544 |
1970 | 2024-10-18T17:21:53.065Z | trap 0.912098604 |
1971 | 2024-10-18T17:21:53.065Z | tflt 3.340267049 |
1972 | 2024-10-18T17:21:53.068Z | dflt 0.865624183 |
1973 | 2024-10-18T17:21:53.068Z | kflt 0.000488107 |
1974 | 2024-10-18T17:21:53.068Z | lock 1:11:30.810330661 |
1975 | 2024-10-18T17:21:53.068Z | slp 2:03:08.211426944 |
1976 | 2024-10-18T17:21:53.068Z | lat 2:08.537971591 |
1977 | 2024-10-18T17:21:53.068Z | stop 3:56.228709404 |
1978 | 2024-10-18T17:21:53.068Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1979 | 2024-10-18T17:21:54.081Z | Finished `release` profile [optimized] target(s) in 0.96s |
1980 | 2024-10-18T17:21:54.137Z | Running `target/release/omicron-package -t test package` |
1981 | 2024-10-18T17:21:54.180Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1982 | 2024-10-18T17:21:55.341Z | Compiling convert_case v0.4.0 |
1983 | 2024-10-18T17:21:55.341Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1984 | 2024-10-18T17:21:55.343Z | Compiling itertools v0.13.0 |
1985 | 2024-10-18T17:21:55.343Z | Compiling password-hash v0.5.0 |
1986 | 2024-10-18T17:21:55.343Z | Compiling blake2 v0.10.6 |
1987 | 2024-10-18T17:21:55.343Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1988 | 2024-10-18T17:21:55.343Z | Compiling newline-converter v0.3.0 |
1989 | 2024-10-18T17:21:55.473Z | Compiling owo-colors v4.1.0 |
1990 | 2024-10-18T17:21:55.708Z | Compiling cancel-safe-futures v0.1.5 |
1991 | 2024-10-18T17:21:55.736Z | Compiling expectorate v1.1.0 |
1992 | 2024-10-18T17:21:55.836Z | Compiling base64 v0.21.7 |
1993 | 2024-10-18T17:21:56.062Z | Compiling argon2 v0.5.3 |
1994 | 2024-10-18T17:21:56.159Z | Compiling derive_more v0.99.18 |
1995 | 2024-10-18T17:21:56.717Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-10-18T17:21:57.295Z | Compiling libsw v3.3.1 |
1997 | 2024-10-18T17:21:57.314Z | Compiling swrite v0.1.0 |
1998 | 2024-10-18T17:21:57.454Z | Compiling indent_write v2.2.0 |
1999 | 2024-10-18T17:21:57.540Z | Compiling linear-map v1.2.0 |
2000 | 2024-10-18T17:21:57.616Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2001 | 2024-10-18T17:21:57.634Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2002 | 2024-10-18T17:21:57.687Z | Compiling progenitor-client v0.8.0 |
2003 | 2024-10-18T17:21:57.932Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2004 | 2024-10-18T17:21:58.122Z | Compiling progenitor v0.8.0 |
2005 | 2024-10-18T17:21:58.378Z | Compiling atomicwrites v0.4.4 |
2006 | 2024-10-18T17:21:58.415Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2007 | 2024-10-18T17:21:58.704Z | Compiling num-rational v0.4.2 |
2008 | 2024-10-18T17:21:59.018Z | Compiling num-complex v0.4.6 |
2009 | 2024-10-18T17:21:59.214Z | Compiling float-ord v0.3.2 |
2010 | 2024-10-18T17:21:59.386Z | Compiling prettyplease v0.2.22 |
2011 | 2024-10-18T17:21:59.709Z | Compiling semver v0.1.20 |
2012 | 2024-10-18T17:22:00.147Z | Compiling num v0.4.3 |
2013 | 2024-10-18T17:22:00.275Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2014 | 2024-10-18T17:22:00.294Z | Compiling rustc_version v0.1.7 |
2015 | 2024-10-18T17:22:00.718Z | Compiling newtype_derive v0.1.6 |
2016 | 2024-10-18T17:22:01.148Z | Compiling humantime v2.1.0 |
2017 | 2024-10-18T17:22:01.192Z | Compiling highway v1.2.0 |
2018 | 2024-10-18T17:22:02.134Z | Compiling home v0.5.9 |
2019 | 2024-10-18T17:22:02.389Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2020 | 2024-10-18T17:22:02.407Z | Compiling steno v0.4.1 |
2021 | 2024-10-18T17:22:05.323Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2022 | 2024-10-18T17:22:05.642Z | Compiling newtype-uuid v1.1.2 |
2023 | 2024-10-18T17:22:06.004Z | Compiling ipnetwork v0.20.0 |
2024 | 2024-10-18T17:22:06.177Z | Compiling slog-dtrace v0.3.0 |
2025 | 2024-10-18T17:22:06.527Z | Compiling instant v0.1.13 |
2026 | 2024-10-18T17:22:06.716Z | Compiling backoff v0.4.0 |
2027 | 2024-10-18T17:22:06.809Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2028 | 2024-10-18T17:22:06.865Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2029 | 2024-10-18T17:22:07.067Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2030 | 2024-10-18T17:22:07.232Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2031 | 2024-10-18T17:22:07.465Z | Compiling parse-display v0.10.0 |
2032 | 2024-10-18T17:22:08.035Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-10-18T17:22:08.229Z | Compiling serde_with v3.11.0 |
2034 | 2024-10-18T17:22:12.190Z | Compiling strum v0.26.3 |
2035 | 2024-10-18T17:22:12.370Z | Compiling regress v0.9.1 |
2036 | 2024-10-18T17:22:12.406Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2037 | 2024-10-18T17:22:14.260Z | Compiling macaddr v1.0.1 |
2038 | 2024-10-18T17:22:14.895Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2039 | 2024-10-18T17:22:16.283Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2040 | 2024-10-18T17:22:17.188Z | Compiling display-error-chain v0.2.1 |
2041 | 2024-10-18T17:22:17.392Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2042 | 2024-10-18T17:22:20.651Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2043 | 2024-10-18T17:22:21.761Z | Compiling half v2.4.1 |
2044 | 2024-10-18T17:22:22.505Z | Compiling ciborium-io v0.2.2 |
2045 | 2024-10-18T17:22:22.659Z | Compiling ciborium-ll v0.2.2 |
2046 | 2024-10-18T17:22:23.180Z | Compiling tungstenite v0.21.0 |
2047 | 2024-10-18T17:22:24.464Z | Compiling tokio-tungstenite v0.21.0 |
2048 | 2024-10-18T17:22:25.095Z | Compiling ciborium v0.2.2 |
2049 | 2024-10-18T17:22:25.315Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2050 | 2024-10-18T17:22:27.204Z | Compiling fastrand v2.1.1 |
2051 | 2024-10-18T17:22:27.705Z | Compiling same-file v1.0.6 |
2052 | 2024-10-18T17:22:27.966Z | Compiling walkdir v2.5.0 |
2053 | 2024-10-18T17:22:28.618Z | Compiling tempfile v3.13.0 |
2054 | 2024-10-18T17:22:29.412Z | Compiling ring v0.16.20 |
2055 | 2024-10-18T17:22:31.735Z | Compiling blake3 v1.5.4 |
2056 | 2024-10-18T17:22:31.792Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2057 | 2024-10-18T17:22:32.225Z | Compiling xattr v1.3.1 |
2058 | 2024-10-18T17:22:32.492Z | Compiling memmap2 v0.9.5 |
2059 | 2024-10-18T17:22:32.928Z | Compiling filetime v0.2.25 |
2060 | 2024-10-18T17:22:33.139Z | Compiling keccak v0.1.5 |
2061 | 2024-10-18T17:22:33.235Z | Compiling arrayref v0.3.9 |
2062 | 2024-10-18T17:22:33.354Z | Compiling untrusted v0.7.1 |
2063 | 2024-10-18T17:22:33.547Z | Compiling spin v0.5.2 |
2064 | 2024-10-18T17:22:33.779Z | Compiling constant_time_eq v0.3.1 |
2065 | 2024-10-18T17:22:33.940Z | Compiling arrayvec v0.7.6 |
2066 | 2024-10-18T17:22:34.273Z | Compiling sha3 v0.10.8 |
2067 | 2024-10-18T17:22:35.151Z | Compiling tar v0.4.42 |
2068 | 2024-10-18T17:22:35.474Z | Compiling camino-tempfile v1.1.1 |
2069 | 2024-10-18T17:22:35.528Z | Compiling toolchain_find v0.4.0 |
2070 | 2024-10-18T17:22:35.913Z | Compiling nibble_vec v0.1.0 |
2071 | 2024-10-18T17:22:35.998Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2072 | 2024-10-18T17:22:36.114Z | Compiling endian-type v0.1.2 |
2073 | 2024-10-18T17:22:36.168Z | Compiling maplit v1.0.2 |
2074 | 2024-10-18T17:22:36.306Z | Compiling radium v0.7.0 |
2075 | 2024-10-18T17:22:36.378Z | Compiling topological-sort v0.2.2 |
2076 | 2024-10-18T17:22:36.620Z | Compiling crunchy v0.2.2 |
2077 | 2024-10-18T17:22:36.793Z | Compiling glob v0.3.1 |
2078 | 2024-10-18T17:22:37.159Z | Compiling omicron-zone-package v0.11.1 |
2079 | 2024-10-18T17:22:37.178Z | Compiling radix_trie v0.2.1 |
2080 | 2024-10-18T17:22:37.303Z | Compiling rustfmt-wrapper v0.2.1 |
2081 | 2024-10-18T17:22:37.582Z | Compiling clang-sys v1.8.1 |
2082 | 2024-10-18T17:22:37.585Z | Compiling tiny-keccak v2.0.2 |
2083 | 2024-10-18T17:22:37.855Z | Compiling maybe-uninit v2.0.0 |
2084 | 2024-10-18T17:22:37.896Z | Compiling tap v1.0.1 |
2085 | 2024-10-18T17:22:38.121Z | Compiling wyz v0.5.1 |
2086 | 2024-10-18T17:22:38.435Z | Compiling dsl_auto_type v0.1.2 |
2087 | 2024-10-18T17:22:38.454Z | Compiling scheduled-thread-pool v0.2.7 |
2088 | 2024-10-18T17:22:38.588Z | Compiling secrecy v0.8.0 |
2089 | 2024-10-18T17:22:38.690Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2090 | 2024-10-18T17:22:38.874Z | Compiling diesel_table_macro_syntax v0.2.0 |
2091 | 2024-10-18T17:22:39.211Z | Compiling arc-swap v1.7.1 |
2092 | 2024-10-18T17:22:39.255Z | Compiling crc-catalog v2.4.0 |
2093 | 2024-10-18T17:22:39.429Z | Compiling packed_struct v0.10.1 |
2094 | 2024-10-18T17:22:39.748Z | Compiling funty v2.0.0 |
2095 | 2024-10-18T17:22:39.795Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2096 | 2024-10-18T17:22:39.836Z | Compiling diesel_derives v2.2.3 |
2097 | 2024-10-18T17:22:39.905Z | Compiling slog-scope v4.4.0 |
2098 | 2024-10-18T17:22:40.142Z | Compiling crc v3.2.1 |
2099 | 2024-10-18T17:22:40.411Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2100 | 2024-10-18T17:22:40.854Z | Compiling r2d2 v0.8.10 |
2101 | 2024-10-18T17:22:41.320Z | Compiling bitvec v1.0.1 |
2102 | 2024-10-18T17:22:42.213Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2103 | 2024-10-18T17:22:42.395Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2104 | 2024-10-18T17:22:42.593Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2105 | 2024-10-18T17:22:45.798Z | Compiling ascii-canvas v3.0.0 |
2106 | 2024-10-18T17:22:46.299Z | Compiling universal-hash v0.5.1 |
2107 | 2024-10-18T17:22:46.545Z | Compiling thiserror-impl-no-std v2.0.2 |
2108 | 2024-10-18T17:22:47.245Z | Compiling packed_struct_codegen v0.10.1 |
2109 | 2024-10-18T17:22:49.266Z | Compiling ena v0.14.3 |
2110 | 2024-10-18T17:22:49.720Z | Compiling indexmap v1.9.3 |
2111 | 2024-10-18T17:22:49.833Z | Compiling libloading v0.8.5 |
2112 | 2024-10-18T17:22:50.073Z | Compiling opaque-debug v0.3.1 |
2113 | 2024-10-18T17:22:50.192Z | Compiling bindgen v0.69.5 |
2114 | 2024-10-18T17:22:50.212Z | Compiling diff v0.1.13 |
2115 | 2024-10-18T17:22:50.654Z | Compiling nodrop v0.1.14 |
2116 | 2024-10-18T17:22:50.780Z | Compiling regex-syntax v0.6.29 |
2117 | 2024-10-18T17:22:50.811Z | Compiling array-init v0.0.4 |
2118 | 2024-10-18T17:22:51.105Z | Compiling diesel v2.2.4 |
2119 | 2024-10-18T17:22:52.069Z | Compiling poly1305 v0.8.0 |
2120 | 2024-10-18T17:22:56.062Z | Compiling lalrpop v0.19.12 |
2121 | 2024-10-18T17:23:04.099Z | Compiling thiserror-no-std v2.0.2 |
2122 | 2024-10-18T17:23:04.421Z | Compiling smallvec v0.6.14 |
2123 | 2024-10-18T17:23:05.502Z | Compiling slog-stdlog v4.1.1 |
2124 | 2024-10-18T17:23:05.952Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2125 | 2024-10-18T17:23:06.338Z | Compiling which v4.4.2 |
2126 | 2024-10-18T17:23:06.889Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2127 | 2024-10-18T17:23:07.064Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2128 | 2024-10-18T17:23:07.215Z | Compiling chacha20 v0.9.1 |
2129 | 2024-10-18T17:23:07.300Z | Compiling cexpr v0.6.0 |
2130 | 2024-10-18T17:23:07.701Z | Compiling aead v0.5.2 |
2131 | 2024-10-18T17:23:08.069Z | Compiling hashbrown v0.12.3 |
2132 | 2024-10-18T17:23:08.914Z | Compiling lazycell v1.3.0 |
2133 | 2024-10-18T17:23:09.105Z | Compiling ref-cast v1.0.23 |
2134 | 2024-10-18T17:23:09.403Z | Compiling rustc-hash v1.1.0 |
2135 | 2024-10-18T17:23:09.576Z | Compiling bitfield v0.14.0 |
2136 | 2024-10-18T17:23:09.596Z | Compiling termcolor v1.4.1 |
2137 | 2024-10-18T17:23:09.910Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2138 | 2024-10-18T17:23:10.656Z | Compiling env_logger v0.10.2 |
2139 | 2024-10-18T17:23:15.118Z | Compiling chacha20poly1305 v0.10.1 |
2140 | 2024-10-18T17:23:15.387Z | Compiling slog-envlogger v2.2.0 |
2141 | 2024-10-18T17:23:17.918Z | Compiling serde-hex v0.1.0 |
2142 | 2024-10-18T17:23:22.348Z | Compiling polar-core v0.27.3 |
2143 | 2024-10-18T17:23:22.954Z | Compiling bzip2 v0.4.4 |
2144 | 2024-10-18T17:23:23.433Z | Compiling vsss-rs v3.3.4 |
2145 | 2024-10-18T17:23:23.620Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2146 | 2024-10-18T17:23:23.960Z | Compiling ron v0.8.1 |
2147 | 2024-10-18T17:23:25.256Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2148 | 2024-10-18T17:23:25.589Z | Compiling derive_builder_core v0.20.2 |
2149 | 2024-10-18T17:23:27.300Z | Compiling hashbrown v0.13.2 |
2150 | 2024-10-18T17:23:27.753Z | Compiling headers-core v0.3.0 |
2151 | 2024-10-18T17:23:27.773Z | Compiling fxhash v0.2.1 |
2152 | 2024-10-18T17:23:27.944Z | Compiling libxml v0.3.3 |
2153 | 2024-10-18T17:23:28.031Z | Compiling ref-cast-impl v1.0.23 |
2154 | 2024-10-18T17:23:28.369Z | Compiling crc-any v2.5.0 |
2155 | 2024-10-18T17:23:28.728Z | Compiling object v0.30.4 |
2156 | 2024-10-18T17:23:29.305Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2157 | 2024-10-18T17:23:29.398Z | Compiling headers v0.4.0 |
2158 | 2024-10-18T17:23:29.897Z | Compiling derive_builder_macro v0.20.2 |
2159 | 2024-10-18T17:23:30.687Z | Compiling samael v0.0.17 |
2160 | 2024-10-18T17:23:32.355Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2161 | 2024-10-18T17:23:34.021Z | Compiling zip v0.6.6 |
2162 | 2024-10-18T17:23:36.727Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2163 | 2024-10-18T17:23:37.642Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2164 | 2024-10-18T17:23:37.980Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2165 | 2024-10-18T17:23:39.816Z | Compiling phf_generator v0.11.2 |
2166 | 2024-10-18T17:23:40.012Z | Compiling strum_macros v0.24.3 |
2167 | 2024-10-18T17:23:41.466Z | Compiling kstat-rs v0.2.4 |
2168 | 2024-10-18T17:23:41.622Z | Compiling async-recursion v1.1.1 |
2169 | 2024-10-18T17:23:42.373Z | Compiling unicase v2.7.0 |
2170 | 2024-10-18T17:23:42.713Z | Compiling path-slash v0.1.5 |
2171 | 2024-10-18T17:23:42.930Z | Compiling indoc v1.0.9 |
2172 | 2024-10-18T17:23:43.038Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2173 | 2024-10-18T17:23:43.058Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2174 | 2024-10-18T17:23:43.250Z | Compiling phf_codegen v0.11.2 |
2175 | 2024-10-18T17:23:43.850Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2176 | 2024-10-18T17:23:46.433Z | Compiling derive_builder v0.20.2 |
2177 | 2024-10-18T17:23:51.444Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2178 | 2024-10-18T17:23:51.463Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2179 | 2024-10-18T17:23:51.793Z | Compiling pem v3.0.4 |
2180 | 2024-10-18T17:23:52.410Z | Compiling http v0.2.12 |
2181 | 2024-10-18T17:23:53.335Z | Compiling impl-trait-for-tuples v0.2.2 |
2182 | 2024-10-18T17:23:57.063Z | Compiling oso-derive v0.27.3 |
2183 | 2024-10-18T17:23:58.091Z | Compiling parse-zoneinfo v0.3.1 |
2184 | 2024-10-18T17:23:58.351Z | Compiling libz-sys v1.1.20 |
2185 | 2024-10-18T17:23:59.033Z | Compiling quick-xml v0.33.0 |
2186 | 2024-10-18T17:23:59.668Z | Compiling diesel-dtrace v0.3.0 |
2187 | 2024-10-18T17:23:59.999Z | Compiling parking_lot_core v0.8.6 |
2188 | 2024-10-18T17:24:00.334Z | Compiling cfg_aliases v0.1.1 |
2189 | 2024-10-18T17:24:00.367Z | Compiling oso v0.27.3 |
2190 | 2024-10-18T17:24:00.453Z | Compiling nix v0.28.0 |
2191 | 2024-10-18T17:24:00.694Z | Compiling chrono-tz-build v0.4.0 |
2192 | 2024-10-18T17:24:01.238Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2193 | 2024-10-18T17:24:01.861Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2194 | 2024-10-18T17:24:02.825Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2195 | 2024-10-18T17:24:05.973Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2196 | 2024-10-18T17:24:06.286Z | Compiling bb8 v0.8.5 |
2197 | 2024-10-18T17:24:06.888Z | Compiling const_format_proc_macros v0.2.33 |
2198 | 2024-10-18T17:24:07.247Z | Compiling vte_generate_state_changes v0.1.2 |
2199 | 2024-10-18T17:24:07.880Z | Compiling buf-list v1.0.3 |
2200 | 2024-10-18T17:24:08.568Z | Compiling vte v0.11.1 |
2201 | 2024-10-18T17:24:08.852Z | Compiling const_format v0.2.33 |
2202 | 2024-10-18T17:24:10.090Z | Compiling async-bb8-diesel v0.2.1 |
2203 | 2024-10-18T17:24:10.170Z | Compiling chrono-tz v0.10.0 |
2204 | 2024-10-18T17:24:11.342Z | Compiling h2 v0.3.26 |
2205 | 2024-10-18T17:24:11.778Z | Compiling http-body v0.4.6 |
2206 | 2024-10-18T17:24:12.534Z | Compiling fd-lock v4.0.2 |
2207 | 2024-10-18T17:24:12.788Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2208 | 2024-10-18T17:24:13.645Z | Compiling pin-project-internal v1.1.6 |
2209 | 2024-10-18T17:24:16.510Z | Compiling atty v0.2.14 |
2210 | 2024-10-18T17:24:16.682Z | Compiling salty v0.3.0 |
2211 | 2024-10-18T17:24:17.117Z | Compiling bytecount v0.6.8 |
2212 | 2024-10-18T17:24:17.427Z | Compiling papergrid v0.11.0 |
2213 | 2024-10-18T17:24:18.012Z | Compiling pin-project v1.1.6 |
2214 | 2024-10-18T17:24:29.402Z | Compiling hyper v0.14.30 |
2215 | 2024-10-18T17:24:30.861Z | Compiling parking_lot v0.11.2 |
2216 | 2024-10-18T17:24:39.762Z | Compiling strip-ansi-escapes v0.2.0 |
2217 | 2024-10-18T17:24:41.579Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2218 | 2024-10-18T17:24:43.527Z | Compiling tabled_derive v0.7.0 |
2219 | 2024-10-18T17:24:45.519Z | Compiling peg-macros v0.8.4 |
2220 | 2024-10-18T17:24:45.733Z | Compiling snafu-derive v0.8.5 |
2221 | 2024-10-18T17:24:46.219Z | Compiling sqlparser_derive v0.2.2 |
2222 | 2024-10-18T17:24:47.230Z | Compiling unicode_categories v0.1.1 |
2223 | 2024-10-18T17:24:47.621Z | Compiling sync_wrapper v0.1.2 |
2224 | 2024-10-18T17:24:48.102Z | Compiling nu-ansi-term v0.50.1 |
2225 | 2024-10-18T17:24:48.666Z | Compiling peg v0.8.4 |
2226 | 2024-10-18T17:24:48.796Z | Compiling reedline v0.35.0 |
2227 | 2024-10-18T17:24:49.317Z | Compiling rustyline v14.0.0 |
2228 | 2024-10-18T17:24:50.535Z | Compiling snafu v0.8.5 |
2229 | 2024-10-18T17:24:51.807Z | Compiling reqwest v0.11.27 |
2230 | 2024-10-18T17:24:52.439Z | Compiling sqlformat v0.2.6 |
2231 | 2024-10-18T17:24:53.453Z | Compiling sqlparser v0.45.0 |
2232 | 2024-10-18T17:24:59.878Z | Compiling tabled v0.15.0 |
2233 | 2024-10-18T17:25:03.221Z | Compiling sled v0.34.7 |
2234 | 2024-10-18T17:25:08.486Z | Compiling mime_guess v2.0.5 |
2235 | 2024-10-18T17:25:13.801Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2236 | 2024-10-18T17:25:13.849Z | Compiling hickory-client v0.24.1 |
2237 | 2024-10-18T17:25:19.255Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2238 | 2024-10-18T17:25:20.010Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2239 | 2024-10-18T17:25:25.900Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2240 | 2024-10-18T17:25:26.771Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2241 | 2024-10-18T17:25:30.056Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2242 | 2024-10-18T17:25:31.568Z | Compiling globset v0.4.15 |
2243 | 2024-10-18T17:25:35.743Z | Compiling hickory-server v0.24.1 |
2244 | 2024-10-18T17:25:36.240Z | Compiling primeorder v0.13.6 |
2245 | 2024-10-18T17:25:36.857Z | Compiling olpc-cjson v0.1.4 |
2246 | 2024-10-18T17:25:37.226Z | Compiling vergen v8.3.2 |
2247 | 2024-10-18T17:25:37.568Z | Compiling bcs v0.1.6 |
2248 | 2024-10-18T17:25:38.500Z | Compiling env_filter v0.1.2 |
2249 | 2024-10-18T17:25:39.186Z | Compiling cargo-platform v0.1.8 |
2250 | 2024-10-18T17:25:39.710Z | Compiling serde_plain v1.0.2 |
2251 | 2024-10-18T17:25:39.830Z | Compiling nanorand v0.7.0 |
2252 | 2024-10-18T17:25:39.933Z | Compiling memoffset v0.9.1 |
2253 | 2024-10-18T17:25:40.264Z | Compiling typed-path v0.7.1 |
2254 | 2024-10-18T17:25:40.457Z | Compiling flume v0.11.0 |
2255 | 2024-10-18T17:25:40.513Z | Compiling cargo_metadata v0.18.1 |
2256 | 2024-10-18T17:25:41.227Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2257 | 2024-10-18T17:25:43.886Z | Compiling tough v0.17.1 |
2258 | 2024-10-18T17:25:46.743Z | Compiling env_logger v0.11.5 |
2259 | 2024-10-18T17:25:46.949Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2260 | 2024-10-18T17:25:48.154Z | Compiling p384 v0.13.0 |
2261 | 2024-10-18T17:25:48.236Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2262 | 2024-10-18T17:25:54.322Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2263 | 2024-10-18T17:25:56.439Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2264 | 2024-10-18T17:25:57.768Z | Compiling git2 v0.19.0 |
2265 | 2024-10-18T17:25:58.232Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2266 | 2024-10-18T17:26:00.238Z | Compiling libsqlite3-sys v0.30.1 |
2267 | 2024-10-18T17:26:00.780Z | Compiling lzma-sys v0.1.20 |
2268 | 2024-10-18T17:26:01.475Z | Compiling cfg_aliases v0.2.1 |
2269 | 2024-10-18T17:26:01.602Z | Compiling rustls v0.21.12 |
2270 | 2024-10-18T17:26:01.930Z | Compiling parse-size v1.0.0 |
2271 | 2024-10-18T17:26:02.228Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2272 | 2024-10-18T17:26:02.643Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2273 | 2024-10-18T17:26:05.641Z | Compiling nix v0.29.0 |
2274 | 2024-10-18T17:26:06.679Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2275 | 2024-10-18T17:26:07.041Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2276 | 2024-10-18T17:26:08.340Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2277 | 2024-10-18T17:26:09.112Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2278 | 2024-10-18T17:26:09.795Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2279 | 2024-10-18T17:26:12.680Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2280 | 2024-10-18T17:26:13.026Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2281 | 2024-10-18T17:26:14.930Z | Compiling rustls-webpki v0.101.7 |
2282 | 2024-10-18T17:26:16.795Z | Compiling sct v0.7.1 |
2283 | 2024-10-18T17:26:17.125Z | Compiling heck v0.3.3 |
2284 | 2024-10-18T17:26:17.259Z | Compiling castaway v0.2.3 |
2285 | 2024-10-18T17:26:17.464Z | Compiling rand_seeder v0.3.0 |
2286 | 2024-10-18T17:26:17.521Z | Compiling csv-core v0.1.11 |
2287 | 2024-10-18T17:26:17.893Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2288 | 2024-10-18T17:26:18.388Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2289 | 2024-10-18T17:26:18.719Z | Compiling http-range v0.1.5 |
2290 | 2024-10-18T17:26:18.985Z | Compiling hyper-staticfile v0.10.1 |
2291 | 2024-10-18T17:26:19.334Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2292 | 2024-10-18T17:26:19.564Z | Compiling csv v1.3.0 |
2293 | 2024-10-18T17:26:20.115Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2294 | 2024-10-18T17:26:20.359Z | Compiling zone_cfg_derive v0.1.2 |
2295 | 2024-10-18T17:26:21.702Z | Compiling compact_str v0.8.0 |
2296 | 2024-10-18T17:26:21.965Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2297 | 2024-10-18T17:26:24.358Z | Compiling nix v0.27.1 |
2298 | 2024-10-18T17:26:25.899Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2299 | 2024-10-18T17:26:27.572Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2300 | 2024-10-18T17:26:27.591Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2301 | 2024-10-18T17:26:32.134Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2302 | 2024-10-18T17:26:34.200Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2303 | 2024-10-18T17:26:34.772Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2304 | 2024-10-18T17:26:35.119Z | Compiling unicode-truncate v1.1.0 |
2305 | 2024-10-18T17:26:35.406Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2306 | 2024-10-18T17:26:35.739Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2307 | 2024-10-18T17:26:36.070Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2308 | 2024-10-18T17:26:36.698Z | Compiling hashlink v0.9.1 |
2309 | 2024-10-18T17:26:37.441Z | Compiling tungstenite v0.23.0 |
2310 | 2024-10-18T17:26:37.494Z | Compiling lru v0.12.5 |
2311 | 2024-10-18T17:26:37.875Z | Compiling instability v0.3.2 |
2312 | 2024-10-18T17:26:38.952Z | Compiling cassowary v0.3.0 |
2313 | 2024-10-18T17:26:41.472Z | Compiling base64 v0.13.1 |
2314 | 2024-10-18T17:26:42.240Z | Compiling fallible-iterator v0.3.0 |
2315 | 2024-10-18T17:26:42.612Z | Compiling fallible-streaming-iterator v0.1.9 |
2316 | 2024-10-18T17:26:42.914Z | Compiling ron v0.7.1 |
2317 | 2024-10-18T17:26:43.067Z | Compiling rusqlite v0.32.1 |
2318 | 2024-10-18T17:26:43.174Z | Compiling ratatui v0.28.1 |
2319 | 2024-10-18T17:26:48.028Z | Compiling tokio-tungstenite v0.23.1 |
2320 | 2024-10-18T17:26:48.209Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2024-10-18T17:26:48.410Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2322 | 2024-10-18T17:26:48.902Z | Compiling xz2 v0.1.7 |
2323 | 2024-10-18T17:26:49.655Z | Compiling tokio-rustls v0.24.1 |
2324 | 2024-10-18T17:26:55.689Z | Compiling zone v0.1.8 |
2325 | 2024-10-18T17:26:57.340Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2326 | 2024-10-18T17:27:02.882Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2327 | 2024-10-18T17:27:06.889Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2328 | 2024-10-18T17:27:07.408Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2329 | 2024-10-18T17:27:08.562Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2330 | 2024-10-18T17:27:09.179Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2331 | 2024-10-18T17:27:10.476Z | Compiling rustls-pemfile v1.0.4 |
2332 | 2024-10-18T17:27:10.935Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2333 | 2024-10-18T17:27:11.248Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2334 | 2024-10-18T17:27:11.267Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2335 | 2024-10-18T17:27:11.444Z | Compiling signal-hook-tokio v0.3.1 |
2336 | 2024-10-18T17:27:11.673Z | Compiling twox-hash v1.6.3 |
2337 | 2024-10-18T17:27:12.697Z | Compiling yasna v0.5.2 |
2338 | 2024-10-18T17:27:16.145Z | Compiling is_ci v1.2.0 |
2339 | 2024-10-18T17:27:16.193Z | Compiling unicode-linebreak v0.1.5 |
2340 | 2024-10-18T17:27:16.265Z | Compiling smawk v0.3.2 |
2341 | 2024-10-18T17:27:16.435Z | Compiling supports-color v3.0.1 |
2342 | 2024-10-18T17:27:16.550Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2343 | 2024-10-18T17:27:16.748Z | Compiling textwrap v0.16.1 |
2344 | 2024-10-18T17:27:16.847Z | Compiling rcgen v0.12.1 |
2345 | 2024-10-18T17:27:26.645Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-10-18T17:27:27.812Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2347 | 2024-10-18T17:27:32.591Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2348 | 2024-10-18T17:27:38.116Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2349 | 2024-10-18T17:27:38.118Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2350 | 2024-10-18T17:27:40.796Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2351 | 2024-10-18T17:27:41.386Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2352 | 2024-10-18T17:27:43.244Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2353 | 2024-10-18T17:27:49.900Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2354 | 2024-10-18T17:27:50.240Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2355 | 2024-10-18T17:27:51.789Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2356 | 2024-10-18T17:27:57.121Z | Compiling fatfs v0.3.6 |
2357 | 2024-10-18T17:27:59.804Z | Compiling subprocess v0.2.9 |
2358 | 2024-10-18T17:27:59.960Z | Compiling rtoolbox v0.0.2 |
2359 | 2024-10-18T17:28:00.395Z | Compiling assert_matches v1.5.0 |
2360 | 2024-10-18T17:28:01.182Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2024-10-18T17:28:04.615Z | Compiling rpassword v7.3.1 |
2362 | 2024-10-18T17:28:05.090Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2363 | 2024-10-18T17:28:07.087Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2364 | 2024-10-18T17:28:09.038Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2365 | 2024-10-18T17:28:15.969Z | Compiling tui-tree-widget v0.22.0 |
2366 | 2024-10-18T17:28:16.578Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2367 | 2024-10-18T17:28:25.097Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2368 | 2024-10-18T17:28:31.864Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2369 | 2024-10-18T17:28:32.197Z | Compiling uzers v0.12.1 |
2370 | 2024-10-18T17:28:35.396Z | Compiling shell-words v1.1.0 |
2371 | 2024-10-18T17:28:35.852Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2372 | 2024-10-18T17:28:37.944Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2373 | 2024-10-18T17:28:38.392Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2374 | 2024-10-18T17:29:06.681Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2375 | 2024-10-18T17:29:11.186Z | Compiling multimap v0.10.0 |
2376 | 2024-10-18T17:31:16.535Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2377 | 2024-10-18T17:31:35.225Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2378 | 2024-10-18T17:38:05.847Z | Finished `release` profile [optimized] target(s) in 16m 11s |
2379 | 2024-10-18T17:39:05.380Z | |
2380 | 2024-10-18T17:39:05.380Z | real 17:12.160629120 |
2381 | 2024-10-18T17:39:05.380Z | user 1:58:27.182787363 |
2382 | 2024-10-18T17:39:05.381Z | sys 5:53.456846221 |
2383 | 2024-10-18T17:39:05.383Z | trap 2.877910602 |
2384 | 2024-10-18T17:39:05.383Z | tflt 3.143271590 |
2385 | 2024-10-18T17:39:05.383Z | dflt 5.430193793 |
2386 | 2024-10-18T17:39:05.383Z | kflt 0.010872952 |
2387 | 2024-10-18T17:39:05.383Z | lock 7:13:34.741842040 |
2388 | 2024-10-18T17:39:05.383Z | slp 6:14:16.469941544 |
2389 | 2024-10-18T17:39:05.383Z | lat 2:53.224815604 |
2390 | 2024-10-18T17:39:05.383Z | stop 2:39.651787223 |
2391 | 2024-10-18T17:39:05.383Z | + mapfile -t packages |
2392 | 2024-10-18T17:39:05.383Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2393 | 2024-10-18T17:39:06.436Z | Finished `release` profile [optimized] target(s) in 1.00s |
2394 | 2024-10-18T17:39:06.499Z | Running `target/release/omicron-package -t test list-outputs` |
2395 | 2024-10-18T17:39:06.546Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2396 | 2024-10-18T17:39:06.548Z | + ptime -m cargo build --locked --release -p xtask |
2397 | 2024-10-18T17:39:07.170Z | Compiling serde v1.0.210 |
2398 | 2024-10-18T17:39:07.172Z | Compiling libc v0.2.159 |
2399 | 2024-10-18T17:39:07.172Z | Compiling rustix v0.38.37 |
2400 | 2024-10-18T17:39:07.172Z | Compiling serde_json v1.0.128 |
2401 | 2024-10-18T17:39:07.257Z | Compiling syn v2.0.79 |
2402 | 2024-10-18T17:39:07.260Z | Compiling bitflags v2.6.0 |
2403 | 2024-10-18T17:39:07.625Z | Compiling usdt-impl v0.5.0 |
2404 | 2024-10-18T17:39:07.672Z | Compiling syn v1.0.109 |
2405 | 2024-10-18T17:39:07.793Z | Compiling hashbrown v0.15.0 |
2406 | 2024-10-18T17:39:07.831Z | Compiling log v0.4.22 |
2407 | 2024-10-18T17:39:07.933Z | Compiling fs-err v2.11.0 |
2408 | 2024-10-18T17:39:08.252Z | Compiling anyhow v1.0.89 |
2409 | 2024-10-18T17:39:08.299Z | Compiling once_cell v1.20.2 |
2410 | 2024-10-18T17:39:08.759Z | Compiling thread-id v4.2.2 |
2411 | 2024-10-18T17:39:09.073Z | Compiling indexmap v2.6.0 |
2412 | 2024-10-18T17:39:10.176Z | Compiling terminal_size v0.4.0 |
2413 | 2024-10-18T17:39:10.176Z | Compiling tempfile v3.13.0 |
2414 | 2024-10-18T17:39:10.402Z | Compiling clap_builder v4.5.20 |
2415 | 2024-10-18T17:39:11.095Z | Compiling proc-macro-error v1.0.4 |
2416 | 2024-10-18T17:39:12.496Z | Compiling tabled_derive v0.7.0 |
2417 | 2024-10-18T17:39:13.801Z | Compiling tabled v0.15.0 |
2418 | 2024-10-18T17:39:15.030Z | Compiling serde_derive v1.0.210 |
2419 | 2024-10-18T17:39:15.721Z | Compiling thiserror-impl v1.0.64 |
2420 | 2024-10-18T17:39:15.755Z | Compiling zerocopy-derive v0.7.35 |
2421 | 2024-10-18T17:39:15.932Z | Compiling scroll_derive v0.12.0 |
2422 | 2024-10-18T17:39:17.358Z | Compiling scroll v0.12.0 |
2423 | 2024-10-18T17:39:17.777Z | Compiling zerocopy v0.7.35 |
2424 | 2024-10-18T17:39:17.938Z | Compiling goblin v0.8.2 |
2425 | 2024-10-18T17:39:18.569Z | Compiling thiserror v1.0.64 |
2426 | 2024-10-18T17:39:18.728Z | Compiling pest v2.7.14 |
2427 | 2024-10-18T17:39:19.746Z | Compiling clap_derive v4.5.18 |
2428 | 2024-10-18T17:39:21.733Z | Compiling pest_meta v2.7.14 |
2429 | 2024-10-18T17:39:23.417Z | Compiling pest_generator v2.7.14 |
2430 | 2024-10-18T17:39:25.195Z | Compiling clap v4.5.20 |
2431 | 2024-10-18T17:39:25.904Z | Compiling pest_derive v2.7.14 |
2432 | 2024-10-18T17:39:26.721Z | Compiling dtrace-parser v0.2.0 |
2433 | 2024-10-18T17:39:30.127Z | Compiling serde_spanned v0.6.8 |
2434 | 2024-10-18T17:39:30.393Z | Compiling toml_datetime v0.6.8 |
2435 | 2024-10-18T17:39:31.096Z | Compiling serde_tokenstream v0.2.2 |
2436 | 2024-10-18T17:39:31.190Z | Compiling toml_edit v0.22.22 |
2437 | 2024-10-18T17:39:31.665Z | Compiling dof v0.3.0 |
2438 | 2024-10-18T17:39:34.388Z | Compiling camino v1.1.9 |
2439 | 2024-10-18T17:39:35.368Z | Compiling toml v0.8.19 |
2440 | 2024-10-18T17:39:35.779Z | Compiling usdt-attr-macro v0.5.0 |
2441 | 2024-10-18T17:39:37.179Z | Compiling usdt-macro v0.5.0 |
2442 | 2024-10-18T17:39:37.404Z | Compiling semver v1.0.23 |
2443 | 2024-10-18T17:39:38.418Z | Compiling cargo-platform v0.1.8 |
2444 | 2024-10-18T17:39:38.914Z | Compiling cargo_metadata v0.18.1 |
2445 | 2024-10-18T17:39:39.523Z | Compiling usdt v0.5.0 |
2446 | 2024-10-18T17:39:41.001Z | Compiling cargo_toml v0.20.5 |
2447 | 2024-10-18T17:39:41.004Z | Compiling camino-tempfile v1.1.1 |
2448 | 2024-10-18T17:39:41.808Z | Compiling macaddr v1.0.1 |
2449 | 2024-10-18T17:39:52.400Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2450 | 2024-10-18T17:40:03.447Z | Finished `release` profile [optimized] target(s) in 56.84s |
2451 | 2024-10-18T17:40:03.550Z | |
2452 | 2024-10-18T17:40:03.552Z | real 56.968793747 |
2453 | 2024-10-18T17:40:03.552Z | user 5:45.487652856 |
2454 | 2024-10-18T17:40:03.552Z | sys 31.810123072 |
2455 | 2024-10-18T17:40:03.552Z | trap 0.152654939 |
2456 | 2024-10-18T17:40:03.552Z | tflt 0.388239324 |
2457 | 2024-10-18T17:40:03.552Z | dflt 0.552020393 |
2458 | 2024-10-18T17:40:03.552Z | kflt 0.000000000 |
2459 | 2024-10-18T17:40:03.552Z | lock 11:13.788648283 |
2460 | 2024-10-18T17:40:03.552Z | slp 16:27.170121504 |
2461 | 2024-10-18T17:40:03.552Z | lat 13.909810332 |
2462 | 2024-10-18T17:40:03.552Z | stop 15.412052979 |
2463 | 2024-10-18T17:40:03.553Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2464 | 2024-10-18T17:40:03.553Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2465 | 2024-10-18T17:40:03.553Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2466 | 2024-10-18T17:40:03.553Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2467 | 2024-10-18T17:40:03.553Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2468 | 2024-10-18T17:40:04.453Z | Compiling hashbrown v0.14.5 |
2469 | 2024-10-18T17:40:04.573Z | Compiling unsafe-libyaml v0.2.11 |
2470 | 2024-10-18T17:40:04.585Z | Compiling progenitor-client v0.8.0 |
2471 | 2024-10-18T17:40:04.587Z | Compiling ident_case v1.0.1 |
2472 | 2024-10-18T17:40:04.587Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2473 | 2024-10-18T17:40:04.587Z | Compiling ipnetwork v0.20.0 |
2474 | 2024-10-18T17:40:04.587Z | Compiling instant v0.1.13 |
2475 | 2024-10-18T17:40:04.607Z | Compiling structmeta-derive v0.3.0 |
2476 | 2024-10-18T17:40:04.752Z | Compiling darling_core v0.20.10 |
2477 | 2024-10-18T17:40:04.752Z | Compiling newtype-uuid v1.1.2 |
2478 | 2024-10-18T17:40:05.006Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2479 | 2024-10-18T17:40:05.089Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2480 | 2024-10-18T17:40:05.461Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2481 | 2024-10-18T17:40:05.494Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2482 | 2024-10-18T17:40:05.765Z | Compiling regress v0.10.1 |
2483 | 2024-10-18T17:40:05.808Z | Compiling regress v0.9.1 |
2484 | 2024-10-18T17:40:05.827Z | Compiling backoff v0.4.0 |
2485 | 2024-10-18T17:40:05.923Z | Compiling serde_yaml v0.9.34+deprecated |
2486 | 2024-10-18T17:40:06.165Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2487 | 2024-10-18T17:40:06.241Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2488 | 2024-10-18T17:40:06.355Z | Compiling macaddr v1.0.1 |
2489 | 2024-10-18T17:40:06.420Z | Compiling tempfile v3.13.0 |
2490 | 2024-10-18T17:40:06.489Z | Compiling proc-macro-crate v1.3.1 |
2491 | 2024-10-18T17:40:06.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2492 | 2024-10-18T17:40:07.219Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2493 | 2024-10-18T17:40:07.350Z | Compiling foreign-types-macros v0.2.3 |
2494 | 2024-10-18T17:40:07.566Z | Compiling foreign-types-shared v0.3.1 |
2495 | 2024-10-18T17:40:07.598Z | Compiling num_enum_derive v0.5.11 |
2496 | 2024-10-18T17:40:07.654Z | Compiling structmeta v0.3.0 |
2497 | 2024-10-18T17:40:07.692Z | Compiling heapless v0.8.0 |
2498 | 2024-10-18T17:40:08.114Z | Compiling parse-display-derive v0.10.0 |
2499 | 2024-10-18T17:40:08.687Z | Compiling foreign-types v0.5.0 |
2500 | 2024-10-18T17:40:08.779Z | Compiling proc-macro-error v1.0.4 |
2501 | 2024-10-18T17:40:08.998Z | Compiling camino-tempfile v1.1.1 |
2502 | 2024-10-18T17:40:09.463Z | Compiling typify-impl v0.2.0 |
2503 | 2024-10-18T17:40:09.488Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2504 | 2024-10-18T17:40:10.107Z | Compiling num_enum v0.5.11 |
2505 | 2024-10-18T17:40:10.183Z | Compiling hash32 v0.3.1 |
2506 | 2024-10-18T17:40:10.268Z | Compiling cstr-argument v0.1.2 |
2507 | 2024-10-18T17:40:10.350Z | Compiling pretty-hex v0.2.1 |
2508 | 2024-10-18T17:40:10.433Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-10-18T17:40:10.533Z | Compiling smoltcp v0.11.0 |
2510 | 2024-10-18T17:40:10.549Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2511 | 2024-10-18T17:40:10.758Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2512 | 2024-10-18T17:40:10.837Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2513 | 2024-10-18T17:40:10.911Z | Compiling tabwriter v1.4.0 |
2514 | 2024-10-18T17:40:11.016Z | Compiling colored v2.1.0 |
2515 | 2024-10-18T17:40:11.334Z | Compiling cobs v0.2.3 |
2516 | 2024-10-18T17:40:11.438Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2517 | 2024-10-18T17:40:11.483Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2518 | 2024-10-18T17:40:11.631Z | Compiling postcard v1.0.10 |
2519 | 2024-10-18T17:40:11.657Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2520 | 2024-10-18T17:40:11.803Z | Compiling darling_macro v0.20.10 |
2521 | 2024-10-18T17:40:11.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2522 | 2024-10-18T17:40:11.905Z | Compiling smf v0.2.3 |
2523 | 2024-10-18T17:40:12.224Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2524 | 2024-10-18T17:40:12.555Z | Compiling zone_cfg_derive v0.3.0 |
2525 | 2024-10-18T17:40:12.613Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2526 | 2024-10-18T17:40:12.810Z | Compiling darling v0.20.10 |
2527 | 2024-10-18T17:40:12.853Z | Compiling parse-display v0.10.0 |
2528 | 2024-10-18T17:40:12.942Z | Compiling serde_with_macros v3.11.0 |
2529 | 2024-10-18T17:40:13.046Z | Compiling num-derive v0.4.2 |
2530 | 2024-10-18T17:40:13.310Z | Compiling sigpipe v0.1.3 |
2531 | 2024-10-18T17:40:13.440Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2024-10-18T17:40:13.553Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2024-10-18T17:40:13.780Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2534 | 2024-10-18T17:40:14.095Z | Compiling zone v0.3.0 |
2535 | 2024-10-18T17:40:14.256Z | Compiling universal-hash v0.5.1 |
2536 | 2024-10-18T17:40:14.467Z | Compiling opaque-debug v0.3.1 |
2537 | 2024-10-18T17:40:14.573Z | Compiling num-rational v0.4.2 |
2538 | 2024-10-18T17:40:14.682Z | Compiling password-hash v0.5.0 |
2539 | 2024-10-18T17:40:15.460Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2540 | 2024-10-18T17:40:15.697Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2541 | 2024-10-18T17:40:15.700Z | Compiling num-complex v0.4.6 |
2542 | 2024-10-18T17:40:15.820Z | Compiling serde_with v3.11.0 |
2543 | 2024-10-18T17:40:16.332Z | Compiling blake2 v0.10.6 |
2544 | 2024-10-18T17:40:16.552Z | Compiling aead v0.5.2 |
2545 | 2024-10-18T17:40:16.630Z | Compiling keccak v0.1.5 |
2546 | 2024-10-18T17:40:16.649Z | Compiling convert_case v0.4.0 |
2547 | 2024-10-18T17:40:16.788Z | Compiling argon2 v0.5.3 |
2548 | 2024-10-18T17:40:17.218Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2549 | 2024-10-18T17:40:17.611Z | Compiling sha3 v0.10.8 |
2550 | 2024-10-18T17:40:17.711Z | Compiling num v0.4.3 |
2551 | 2024-10-18T17:40:17.745Z | Compiling derive_more v0.99.18 |
2552 | 2024-10-18T17:40:17.830Z | Compiling poly1305 v0.8.0 |
2553 | 2024-10-18T17:40:17.888Z | Compiling tungstenite v0.21.0 |
2554 | 2024-10-18T17:40:18.665Z | Compiling chacha20 v0.9.1 |
2555 | 2024-10-18T17:40:19.129Z | Compiling base64 v0.21.7 |
2556 | 2024-10-18T17:40:19.528Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2557 | 2024-10-18T17:40:19.549Z | Compiling float-ord v0.3.2 |
2558 | 2024-10-18T17:40:19.723Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2559 | 2024-10-18T17:40:19.753Z | Compiling tokio-tungstenite v0.21.0 |
2560 | 2024-10-18T17:40:19.772Z | Compiling semver v0.1.20 |
2561 | 2024-10-18T17:40:19.898Z | Compiling same-file v1.0.6 |
2562 | 2024-10-18T17:40:20.081Z | Compiling newline-converter v0.3.0 |
2563 | 2024-10-18T17:40:20.167Z | Compiling rustc_version v0.1.7 |
2564 | 2024-10-18T17:40:20.226Z | Compiling walkdir v2.5.0 |
2565 | 2024-10-18T17:40:20.254Z | Compiling primeorder v0.13.6 |
2566 | 2024-10-18T17:40:20.288Z | Compiling secrecy v0.8.0 |
2567 | 2024-10-18T17:40:20.454Z | Compiling cancel-safe-futures v0.1.5 |
2568 | 2024-10-18T17:40:20.557Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2569 | 2024-10-18T17:40:20.718Z | Compiling prettyplease v0.2.22 |
2570 | 2024-10-18T17:40:20.786Z | Compiling owo-colors v4.1.0 |
2571 | 2024-10-18T17:40:20.826Z | Compiling home v0.5.9 |
2572 | 2024-10-18T17:40:20.965Z | Compiling newtype_derive v0.1.6 |
2573 | 2024-10-18T17:40:20.999Z | Compiling expectorate v1.1.0 |
2574 | 2024-10-18T17:40:21.056Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2575 | 2024-10-18T17:40:21.108Z | Compiling thiserror-impl-no-std v2.0.2 |
2576 | 2024-10-18T17:40:21.153Z | Compiling blake3 v1.5.4 |
2577 | 2024-10-18T17:40:21.184Z | Compiling ring v0.16.20 |
2578 | 2024-10-18T17:40:21.298Z | Compiling half v2.4.1 |
2579 | 2024-10-18T17:40:21.387Z | Compiling unicase v2.7.0 |
2580 | 2024-10-18T17:40:21.451Z | Compiling arc-swap v1.7.1 |
2581 | 2024-10-18T17:40:21.704Z | Compiling ciborium-io v0.2.2 |
2582 | 2024-10-18T17:40:21.870Z | Compiling ciborium-ll v0.2.2 |
2583 | 2024-10-18T17:40:22.134Z | Compiling slog-scope v4.4.0 |
2584 | 2024-10-18T17:40:22.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2585 | 2024-10-18T17:40:22.674Z | Compiling polyval v0.6.2 |
2586 | 2024-10-18T17:40:23.112Z | Compiling atomicwrites v0.4.4 |
2587 | 2024-10-18T17:40:23.183Z | Compiling libsw v3.3.1 |
2588 | 2024-10-18T17:40:23.457Z | Compiling memmap2 v0.9.5 |
2589 | 2024-10-18T17:40:23.505Z | Compiling untrusted v0.7.1 |
2590 | 2024-10-18T17:40:23.714Z | Compiling arrayref v0.3.9 |
2591 | 2024-10-18T17:40:23.831Z | Compiling linear-map v1.2.0 |
2592 | 2024-10-18T17:40:23.929Z | Compiling spin v0.5.2 |
2593 | 2024-10-18T17:40:24.176Z | Compiling salty v0.3.0 |
2594 | 2024-10-18T17:40:24.197Z | Compiling libefi-sys v0.1.0 |
2595 | 2024-10-18T17:40:24.446Z | Compiling thiserror-no-std v2.0.2 |
2596 | 2024-10-18T17:40:24.492Z | Compiling constant_time_eq v0.3.1 |
2597 | 2024-10-18T17:40:24.569Z | Compiling parking_lot_core v0.8.6 |
2598 | 2024-10-18T17:40:24.602Z | Compiling arrayvec v0.7.6 |
2599 | 2024-10-18T17:40:24.668Z | Compiling indent_write v2.2.0 |
2600 | 2024-10-18T17:40:24.715Z | Compiling vsss-rs v3.3.4 |
2601 | 2024-10-18T17:40:24.882Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2602 | 2024-10-18T17:40:25.158Z | Compiling ghash v0.5.1 |
2603 | 2024-10-18T17:40:25.533Z | Compiling slog-stdlog v4.1.1 |
2604 | 2024-10-18T17:40:25.552Z | Compiling ciborium v0.2.2 |
2605 | 2024-10-18T17:40:25.971Z | Compiling toolchain_find v0.4.0 |
2606 | 2024-10-18T17:40:26.231Z | Compiling p384 v0.13.0 |
2607 | 2024-10-18T17:40:26.250Z | Compiling chacha20poly1305 v0.10.1 |
2608 | 2024-10-18T17:40:26.490Z | Compiling itertools v0.13.0 |
2609 | 2024-10-18T17:40:26.675Z | Compiling lzma-sys v0.1.20 |
2610 | 2024-10-18T17:40:27.091Z | Compiling ctr v0.9.2 |
2611 | 2024-10-18T17:40:27.466Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2612 | 2024-10-18T17:40:27.511Z | Compiling bitfield-struct v0.6.2 |
2613 | 2024-10-18T17:40:27.808Z | Compiling slog-dtrace v0.3.0 |
2614 | 2024-10-18T17:40:27.884Z | Compiling topological-sort v0.2.2 |
2615 | 2024-10-18T17:40:28.092Z | Compiling highway v1.2.0 |
2616 | 2024-10-18T17:40:28.095Z | Compiling typify-macro v0.2.0 |
2617 | 2024-10-18T17:40:28.207Z | Compiling omicron-zone-package v0.11.1 |
2618 | 2024-10-18T17:40:28.821Z | Compiling aes-gcm v0.10.3 |
2619 | 2024-10-18T17:40:28.852Z | Compiling rustfmt-wrapper v0.2.1 |
2620 | 2024-10-18T17:40:28.915Z | Compiling mime_guess v2.0.5 |
2621 | 2024-10-18T17:40:29.012Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2622 | 2024-10-18T17:40:29.117Z | Compiling slog-envlogger v2.2.0 |
2623 | 2024-10-18T17:40:29.357Z | Compiling steno v0.4.1 |
2624 | 2024-10-18T17:40:29.909Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2625 | 2024-10-18T17:40:29.937Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2626 | 2024-10-18T17:40:30.311Z | Compiling heck v0.3.3 |
2627 | 2024-10-18T17:40:30.399Z | Compiling ssh-encoding v0.2.0 |
2628 | 2024-10-18T17:40:30.638Z | Compiling blowfish v0.9.1 |
2629 | 2024-10-18T17:40:30.773Z | Compiling nibble_vec v0.1.0 |
2630 | 2024-10-18T17:40:30.870Z | Compiling env_filter v0.1.2 |
2631 | 2024-10-18T17:40:30.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2632 | 2024-10-18T17:40:30.979Z | Compiling endian-type v0.1.2 |
2633 | 2024-10-18T17:40:31.080Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2634 | 2024-10-18T17:40:31.135Z | Compiling humantime v2.1.0 |
2635 | 2024-10-18T17:40:31.206Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2636 | 2024-10-18T17:40:31.224Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-10-18T17:40:31.279Z | Compiling radix_trie v0.2.1 |
2638 | 2024-10-18T17:40:31.546Z | Compiling env_logger v0.11.5 |
2639 | 2024-10-18T17:40:31.618Z | Compiling bcrypt-pbkdf v0.10.0 |
2640 | 2024-10-18T17:40:31.682Z | Compiling zone_cfg_derive v0.1.2 |
2641 | 2024-10-18T17:40:32.029Z | Compiling ssh-cipher v0.2.0 |
2642 | 2024-10-18T17:40:32.275Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2643 | 2024-10-18T17:40:32.348Z | Compiling parking_lot v0.11.2 |
2644 | 2024-10-18T17:40:32.662Z | Compiling typify v0.2.0 |
2645 | 2024-10-18T17:40:32.819Z | Compiling progenitor-impl v0.8.0 |
2646 | 2024-10-18T17:40:32.842Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2024-10-18T17:40:33.273Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2648 | 2024-10-18T17:40:33.300Z | Compiling gethostname v0.5.0 |
2649 | 2024-10-18T17:40:33.395Z | Compiling password-hash v0.4.2 |
2650 | 2024-10-18T17:40:33.520Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2651 | 2024-10-18T17:40:33.703Z | Compiling fxhash v0.2.1 |
2652 | 2024-10-18T17:40:33.791Z | Compiling matches v0.1.10 |
2653 | 2024-10-18T17:40:33.838Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2654 | 2024-10-18T17:40:33.896Z | Compiling base64 v0.13.1 |
2655 | 2024-10-18T17:40:33.915Z | Compiling sled v0.34.7 |
2656 | 2024-10-18T17:40:33.918Z | Compiling idna v0.2.3 |
2657 | 2024-10-18T17:40:34.188Z | Compiling pbkdf2 v0.11.0 |
2658 | 2024-10-18T17:40:34.296Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2659 | 2024-10-18T17:40:34.534Z | Compiling ron v0.7.1 |
2660 | 2024-10-18T17:40:34.559Z | Compiling xz2 v0.1.7 |
2661 | 2024-10-18T17:40:34.652Z | Compiling zone v0.1.8 |
2662 | 2024-10-18T17:40:35.007Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2663 | 2024-10-18T17:40:35.056Z | Compiling ssh-key v0.6.6 |
2664 | 2024-10-18T17:40:36.240Z | Compiling hickory-client v0.24.1 |
2665 | 2024-10-18T17:40:37.183Z | Compiling p521 v0.13.3 |
2666 | 2024-10-18T17:40:37.263Z | Compiling p256 v0.13.2 |
2667 | 2024-10-18T17:40:37.590Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2668 | 2024-10-18T17:40:38.126Z | Compiling hickory-server v0.24.1 |
2669 | 2024-10-18T17:40:38.542Z | Compiling enum-as-inner v0.5.1 |
2670 | 2024-10-18T17:40:39.333Z | Compiling pem v3.0.4 |
2671 | 2024-10-18T17:40:39.512Z | Compiling yasna v0.5.2 |
2672 | 2024-10-18T17:40:39.714Z | Compiling headers-core v0.3.0 |
2673 | 2024-10-18T17:40:39.889Z | Compiling kstat-rs v0.2.4 |
2674 | 2024-10-18T17:40:40.127Z | Compiling nanorand v0.7.0 |
2675 | 2024-10-18T17:40:40.501Z | Compiling atty v0.2.14 |
2676 | 2024-10-18T17:40:40.644Z | Compiling russh-cryptovec v0.7.3 |
2677 | 2024-10-18T17:40:40.647Z | Compiling http-range v0.1.5 |
2678 | 2024-10-18T17:40:40.680Z | Compiling progenitor-macro v0.8.0 |
2679 | 2024-10-18T17:40:40.959Z | Compiling md5 v0.7.0 |
2680 | 2024-10-18T17:40:41.014Z | Compiling glob v0.3.1 |
2681 | 2024-10-18T17:40:41.034Z | Compiling hyper-staticfile v0.10.1 |
2682 | 2024-10-18T17:40:41.168Z | Compiling flume v0.11.0 |
2683 | 2024-10-18T17:40:41.465Z | Compiling russh-keys v0.45.0 |
2684 | 2024-10-18T17:40:41.836Z | Compiling rcgen v0.12.1 |
2685 | 2024-10-18T17:40:41.985Z | Compiling headers v0.4.0 |
2686 | 2024-10-18T17:40:42.109Z | Compiling trust-dns-proto v0.22.0 |
2687 | 2024-10-18T17:40:42.563Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2688 | 2024-10-18T17:40:44.232Z | Compiling num-bigint v0.4.6 |
2689 | 2024-10-18T17:40:44.644Z | Compiling des v0.8.1 |
2690 | 2024-10-18T17:40:44.725Z | Compiling subprocess v0.2.9 |
2691 | 2024-10-18T17:40:45.008Z | Compiling display-error-chain v0.2.1 |
2692 | 2024-10-18T17:40:45.154Z | Compiling hex-literal v0.4.1 |
2693 | 2024-10-18T17:40:45.191Z | Compiling dhcproto-macros v0.1.0 |
2694 | 2024-10-18T17:40:45.308Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2695 | 2024-10-18T17:40:45.822Z | Compiling internet-checksum v0.2.1 |
2696 | 2024-10-18T17:40:46.197Z | Compiling dhcproto v0.12.0 |
2697 | 2024-10-18T17:40:47.347Z | Compiling russh v0.45.0 |
2698 | 2024-10-18T17:40:52.233Z | Compiling progenitor v0.8.0 |
2699 | 2024-10-18T17:40:52.354Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2700 | 2024-10-18T17:40:52.357Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2701 | 2024-10-18T17:40:52.357Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2702 | 2024-10-18T17:40:52.357Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2703 | 2024-10-18T17:40:52.420Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2704 | 2024-10-18T17:40:52.456Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2705 | 2024-10-18T17:40:52.551Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2706 | 2024-10-18T17:40:52.799Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2707 | 2024-10-18T17:40:53.834Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2708 | 2024-10-18T17:40:57.340Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2709 | 2024-10-18T17:40:58.883Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2710 | 2024-10-18T17:41:07.735Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2711 | 2024-10-18T17:41:07.735Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2712 | 2024-10-18T17:41:07.737Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2713 | 2024-10-18T17:41:07.737Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2714 | 2024-10-18T17:41:10.921Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-10-18T17:41:11.031Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2716 | 2024-10-18T17:41:11.926Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2717 | 2024-10-18T17:41:11.943Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2718 | 2024-10-18T17:41:14.458Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2719 | 2024-10-18T17:41:15.644Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2720 | 2024-10-18T17:41:16.147Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2721 | 2024-10-18T17:41:16.478Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-10-18T17:41:18.217Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2723 | 2024-10-18T17:41:19.255Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2724 | 2024-10-18T17:41:20.117Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2725 | 2024-10-18T17:41:20.211Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2726 | 2024-10-18T17:41:20.995Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2727 | 2024-10-18T17:41:21.296Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2728 | 2024-10-18T17:41:21.616Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2729 | 2024-10-18T17:41:22.967Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2730 | 2024-10-18T17:41:23.399Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2731 | 2024-10-18T17:41:24.750Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2732 | 2024-10-18T17:41:25.657Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2733 | 2024-10-18T17:41:26.821Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2734 | 2024-10-18T17:41:27.025Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2735 | 2024-10-18T17:41:29.719Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2736 | 2024-10-18T17:41:30.105Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2737 | 2024-10-18T17:41:37.304Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2738 | 2024-10-18T17:41:44.850Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2739 | 2024-10-18T17:41:46.112Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2740 | 2024-10-18T17:42:03.591Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2741 | 2024-10-18T17:42:37.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2742 | 2024-10-18T17:42:37.772Z | |
2743 | 2024-10-18T17:42:37.772Z | real 2:34.159054872 |
2744 | 2024-10-18T17:42:37.772Z | user 11:34.303638384 |
2745 | 2024-10-18T17:42:37.772Z | sys 2:28.808140476 |
2746 | 2024-10-18T17:42:37.772Z | trap 0.292253114 |
2747 | 2024-10-18T17:42:37.772Z | tflt 1.306385456 |
2748 | 2024-10-18T17:42:37.772Z | dflt 1.968861629 |
2749 | 2024-10-18T17:42:37.774Z | kflt 0.000036722 |
2750 | 2024-10-18T17:42:37.774Z | lock 24:09.859603997 |
2751 | 2024-10-18T17:42:37.774Z | slp 41:21.557426222 |
2752 | 2024-10-18T17:42:37.774Z | lat 30.814816063 |
2753 | 2024-10-18T17:42:37.774Z | stop 1:16.399856983 |
2754 | 2024-10-18T17:42:37.774Z | + mkdir tests |
2755 | 2024-10-18T17:42:37.777Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2756 | 2024-10-18T17:42:37.780Z | + xargs -I '{}' -t cp '{}' tests/ |
2757 | 2024-10-18T17:42:39.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ef5e66644eb2da15 tests/ |
2758 | 2024-10-18T17:42:39.160Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-86df48df95540869 tests/ |
2759 | 2024-10-18T17:42:39.187Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-949d772590f227a9 tests/ |
2760 | 2024-10-18T17:42:39.214Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ffde8ffe4ec6ceca tests/ |
2761 | 2024-10-18T17:42:39.425Z | + 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/*) |
2762 | 2024-10-18T17:42:39.428Z | + 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-86df48df95540869 tests/commtest-949d772590f227a9 tests/dhcp_server-ef5e66644eb2da15 tests/end_to_end_tests-ffde8ffe4ec6ceca 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 |
2763 | 2024-10-18T17:43:44.771Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2764 | 2024-10-18T17:43:44.771Z | a .github/buildomat/ci-env.sh 1K |
2765 | 2024-10-18T17:43:44.771Z | a out/target/test 1K |
2766 | 2024-10-18T17:43:44.771Z | a out/npuzone/npuzone 23144K |
2767 | 2024-10-18T17:43:44.771Z | a package-manifest.toml 32K |
2768 | 2024-10-18T17:43:44.771Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2769 | 2024-10-18T17:43:44.771Z | a target/release/omicron-package 32867K |
2770 | 2024-10-18T17:43:44.771Z | a target/release/xtask 12127K |
2771 | 2024-10-18T17:43:44.771Z | a target/debug/bootstrap 197590K |
2772 | 2024-10-18T17:43:44.771Z | a tests/bootstrap-86df48df95540869 23995K |
2773 | 2024-10-18T17:43:44.771Z | a tests/commtest-949d772590f227a9 24420K |
2774 | 2024-10-18T17:43:44.771Z | a tests/dhcp_server-ef5e66644eb2da15 23995K |
2775 | 2024-10-18T17:43:44.771Z | a tests/end_to_end_tests-ffde8ffe4ec6ceca 210326K |
2776 | 2024-10-18T17:43:44.771Z | a out/clickhouse.tar.gz 244605K |
2777 | 2024-10-18T17:43:44.771Z | a out/clickhouse_keeper.tar.gz 244593K |
2778 | 2024-10-18T17:43:44.771Z | a out/clickhouse_server.tar.gz 244592K |
2779 | 2024-10-18T17:43:44.771Z | a out/cockroachdb.tar.gz 132816K |
2780 | 2024-10-18T17:43:44.771Z | a out/crucible-dtrace.tar 82K |
2781 | 2024-10-18T17:43:44.771Z | a out/crucible-pantry-zone.tar.gz 26976K |
2782 | 2024-10-18T17:43:44.771Z | a out/crucible-zone.tar.gz 35163K |
2783 | 2024-10-18T17:43:44.772Z | a out/external-dns.tar.gz 30837K |
2784 | 2024-10-18T17:43:44.772Z | a out/internal-dns.tar.gz 30834K |
2785 | 2024-10-18T17:43:44.772Z | a out/mg-ddm-gz.tar 62661K |
2786 | 2024-10-18T17:43:44.772Z | a out/nexus.tar.gz 94922K |
2787 | 2024-10-18T17:43:44.772Z | a out/ntp.tar.gz 9114K |
2788 | 2024-10-18T17:43:44.772Z | a out/omicron-gateway-softnpu.tar.gz 21639K |
2789 | 2024-10-18T17:43:44.772Z | a out/omicron-sled-agent.tar 103680K |
2790 | 2024-10-18T17:43:44.772Z | a out/overlay.tar.gz 3K |
2791 | 2024-10-18T17:43:44.772Z | a out/oximeter.tar.gz 46218K |
2792 | 2024-10-18T17:43:44.772Z | a out/oxlog.tar 3037K |
2793 | 2024-10-18T17:43:44.772Z | a out/probe.tar.gz 2764K |
2794 | 2024-10-18T17:43:44.772Z | a out/propolis-server.tar.gz 66490K |
2795 | 2024-10-18T17:43:44.772Z | a out/pumpkind-gz.tar 26665K |
2796 | 2024-10-18T17:43:44.772Z | a out/switch-softnpu.tar.gz 223116K |
2797 | 2024-10-18T17:43:44.774Z | |
2798 | 2024-10-18T17:43:44.774Z | real 1:05.334926825 |
2799 | 2024-10-18T17:43:44.775Z | user 1:02.308362927 |
2800 | 2024-10-18T17:43:44.775Z | sys 4.239426476 |
2801 | 2024-10-18T17:43:44.775Z | trap 0.016196555 |
2802 | 2024-10-18T17:43:44.775Z | tflt 0.000000000 |
2803 | 2024-10-18T17:43:44.775Z | dflt 0.000000000 |
2804 | 2024-10-18T17:43:44.775Z | kflt 0.000000000 |
2805 | 2024-10-18T17:43:44.775Z | lock 0.000000000 |
2806 | 2024-10-18T17:43:44.775Z | slp 1:02.209667064 |
2807 | 2024-10-18T17:43:44.775Z | lat 1.891140187 |
2808 | 2024-10-18T17:43:44.775Z | stop 0.000217383 |
2809 | 2024-10-18T17:43:44.775Z | process exited: duration 1844134 ms, exit code 0 |
|
2810 | 2024-10-18T17:43:44.788Z | found 1 output files |
2811 | 2024-10-18T17:43:44.788Z | uploading: /work/package.tar.gz (1694381633 bytes) |
2812 | 2024-10-18T17:44:15.738Z | uploaded: /work/package.tar.gz |