|
|
|
1 | 2024-10-31T19:18:43.326Z | job assigned to worker 01JBJ069MXQSEH23S1383P8QYT (queued for 1 m 3 s) |
|
2 | 2024-10-31T19:18:50.718Z | starting task 0: "setup" |
3 | 2024-10-31T19:18:50.728Z | ++ uname -s |
4 | 2024-10-31T19:18:50.731Z | + kern=SunOS |
5 | 2024-10-31T19:18:50.731Z | + case "$kern" in |
6 | 2024-10-31T19:18:50.731Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:18:50.731Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:18:50.734Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:18:52.800Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:18:52.874Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:18:52.877Z | + home_fs=zfs |
12 | 2024-10-31T19:18:52.877Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:18:52.877Z | + mkdir -p /home/build |
14 | 2024-10-31T19:18:52.877Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:18:54.879Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:18:54.882Z | process exited: duration 4165 ms, exit code 0 |
|
17 | 2024-10-31T19:18:54.887Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:18:54.892Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T19:18:54.892Z | * toolchain channel = "1.82.0" |
20 | 2024-10-31T19:18:54.892Z | ' 1.82.0 |
21 | 2024-10-31T19:18:54.893Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-31T19:18:54.893Z | ' default |
23 | 2024-10-31T19:18:54.893Z | * toolchain profile = "default" |
24 | 2024-10-31T19:18:54.895Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:18:54.895Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:18:55.019Z | info: downloading installer |
27 | 2024-10-31T19:18:56.126Z | info: profile set to 'default' |
28 | 2024-10-31T19:18:56.126Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:18:56.128Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:18:56.258Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:18:56.258Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:18:56.907Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:18:57.157Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:18:58.102Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:18:59.555Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:19:04.729Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:19:04.913Z | info: installing component 'cargo' |
38 | 2024-10-31T19:19:05.770Z | info: installing component 'clippy' |
39 | 2024-10-31T19:19:06.181Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:19:07.917Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:19:09.916Z | info: installing component 'rustc' |
42 | 2024-10-31T19:19:16.154Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:19:16.491Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:19:16.491Z | |
45 | 2024-10-31T19:19:16.865Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:19:16.865Z | |
47 | 2024-10-31T19:19:16.870Z | |
48 | 2024-10-31T19:19:16.870Z | Rust is installed now. Great! |
49 | 2024-10-31T19:19:16.871Z | |
50 | 2024-10-31T19:19:16.871Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:19:16.871Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:19:16.871Z | |
53 | 2024-10-31T19:19:16.871Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:19:16.872Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:19:16.872Z | |
56 | 2024-10-31T19:19:16.872Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:19:16.872Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:19:16.872Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:19:16.936Z | + rustc --version |
60 | 2024-10-31T19:19:17.003Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:19:17.006Z | process exited: duration 22117 ms, exit code 0 |
|
62 | 2024-10-31T19:19:17.013Z | starting task 2: "authentication" |
63 | 2024-10-31T19:19:17.035Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-31T19:19:17.042Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:19:17.047Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:19:17.050Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:19:17.094Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:19:24.492Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:19:24.495Z | + git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
70 | 2024-10-31T19:19:24.777Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:19:24.777Z | * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD |
72 | 2024-10-31T19:19:24.787Z | + [[ -n '' ]] |
73 | 2024-10-31T19:19:24.787Z | + git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
74 | 2024-10-31T19:19:24.950Z | HEAD is now at 2a5038591 hakariiiii |
75 | 2024-10-31T19:19:24.953Z | process exited: duration 7909 ms, exit code 0 |
|
76 | 2024-10-31T19:19:24.958Z | starting task 4: "build" |
77 | 2024-10-31T19:19:24.963Z | + source .github/buildomat/ci-env.sh |
78 | 2024-10-31T19:19:24.964Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-10-31T19:19:24.964Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-10-31T19:19:24.967Z | + cargo --version |
81 | 2024-10-31T19:19:25.020Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-10-31T19:19:25.023Z | + rustc --version |
83 | 2024-10-31T19:19:25.082Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-10-31T19:19:25.084Z | + WORK=/work |
85 | 2024-10-31T19:19:25.084Z | + pfexec mkdir -p /work |
86 | 2024-10-31T19:19:25.089Z | + pfexec chown build /work |
87 | 2024-10-31T19:19:25.092Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2024-10-31T19:19:33.244Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2024-10-31T19:19:36.480Z | Startup: Caching catalogs ... Done |
90 | 2024-10-31T19:19:43.601Z | Planning: Solver setup ... Done (6.331s) |
91 | 2024-10-31T19:19:43.671Z | Planning: Running solver ... Done (0.092s) |
92 | 2024-10-31T19:19:43.755Z | Planning: Finding local manifests ... Done (0.005s) |
93 | 2024-10-31T19:19:43.770Z | Planning: Fetching manifests: 0/5 0% complete |
94 | 2024-10-31T19:19:43.998Z | Planning: Fetching manifests: 5/5 100% complete |
95 | 2024-10-31T19:19:44.098Z | Planning: Package planning ... Done (0.102s) |
96 | 2024-10-31T19:19:44.151Z | Planning: Merging actions ... Done (0.057s) |
97 | 2024-10-31T19:19:44.338Z | Planning: Checking for conflicting actions ... Done (0.195s) |
98 | 2024-10-31T19:19:46.217Z | Planning: Consolidating action changes ... Done (1.882s) |
99 | 2024-10-31T19:19:46.665Z | Planning: Evaluating mediators ... Done (0.448s) |
100 | 2024-10-31T19:19:46.746Z | Planning: Planning completed in 10.18 seconds |
101 | 2024-10-31T19:19:46.762Z | Packages to install: 4 |
102 | 2024-10-31T19:19:46.762Z | Packages to update: 1 |
103 | 2024-10-31T19:19:46.765Z | Mediators to change: 2 |
104 | 2024-10-31T19:19:46.765Z | Services to change: 1 |
105 | 2024-10-31T19:19:46.765Z | Estimated space available: 155.61 GB |
106 | 2024-10-31T19:19:46.765Z | Estimated space to be consumed: 1.58 GB |
107 | 2024-10-31T19:19:46.765Z | Create boot environment: No |
108 | 2024-10-31T19:19:46.765Z | Create backup boot environment: Yes |
109 | 2024-10-31T19:19:46.765Z | Rebuild boot archive: No |
110 | 2024-10-31T19:19:46.765Z | |
111 | 2024-10-31T19:19:46.765Z | Changed mediators: |
112 | 2024-10-31T19:19:46.765Z | mediator clang: |
113 | 2024-10-31T19:19:46.765Z | version: None -> 15 (system default) |
114 | 2024-10-31T19:19:46.765Z | |
115 | 2024-10-31T19:19:46.765Z | mediator llvm: |
116 | 2024-10-31T19:19:46.765Z | version: 14 (system default) -> 15 (system default) |
117 | 2024-10-31T19:19:46.765Z | |
118 | 2024-10-31T19:19:46.765Z | Changed packages: |
119 | 2024-10-31T19:19:46.765Z | helios-dev |
120 | 2024-10-31T19:19:46.765Z | developer/build-essential |
121 | 2024-10-31T19:19:46.765Z | None -> 11-2.0 |
122 | 2024-10-31T19:19:46.766Z | library/libxmlsec1 |
123 | 2024-10-31T19:19:46.766Z | None -> 1.2.35-2.0 |
124 | 2024-10-31T19:19:46.766Z | ooce/developer/clang-15 |
125 | 2024-10-31T19:19:46.766Z | None -> 15.0.7-2.0 |
126 | 2024-10-31T19:19:46.766Z | ooce/developer/llvm-15 |
127 | 2024-10-31T19:19:46.766Z | None -> 15.0.7-2.0 |
128 | 2024-10-31T19:19:46.766Z | package/pkg |
129 | 2024-10-31T19:19:46.766Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
130 | 2024-10-31T19:19:46.766Z | |
131 | 2024-10-31T19:19:46.766Z | Services: |
132 | 2024-10-31T19:19:46.766Z | restart_fmri: |
133 | 2024-10-31T19:19:46.766Z | svc:/system/update-man-index:default |
134 | 2024-10-31T19:19:46.766Z | |
135 | 2024-10-31T19:19:46.766Z | Editable files to change: |
136 | 2024-10-31T19:19:46.766Z | Update: |
137 | 2024-10-31T19:19:46.766Z | usr/share/lib/pkg/web/config.shtml |
138 | 2024-10-31T19:19:46.841Z | |
139 | 2024-10-31T19:19:46.841Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
140 | 2024-10-31T19:19:51.845Z | Download: 1296/4281 items 99.8/220.6MB 45% complete (20.2M/s) |
141 | 2024-10-31T19:19:56.855Z | Download: 2610/4281 items 120.5/220.6MB 54% complete (12.3M/s) |
142 | 2024-10-31T19:20:02.282Z | Download: 3248/4281 items 202.6/220.6MB 91% complete (11.8M/s) |
143 | 2024-10-31T19:20:07.292Z | Download: 3836/4281 items 217.2/220.6MB 98% complete (9.7M/s) |
144 | 2024-10-31T19:20:10.969Z | Download: Completed 220.60 MB in 24.12 seconds (9.1M/s) |
145 | 2024-10-31T19:20:13.077Z | Actions: 1/5063 actions (Removing old actions) |
146 | 2024-10-31T19:20:13.091Z | Actions: 194/5063 actions (Installing new actions) |
147 | 2024-10-31T19:20:17.804Z | Actions: 4226/5063 actions (Updating modified actions) |
148 | 2024-10-31T19:20:18.121Z | Actions: Completed 5063 actions in 5.06 seconds. |
149 | 2024-10-31T19:20:18.495Z | Done (0.368s) |
150 | 2024-10-31T19:20:18.499Z | Done (0.000s) |
151 | 2024-10-31T19:20:19.009Z | Done (0.506s) |
152 | 2024-10-31T19:20:23.342Z | Done (4.125s) |
153 | 2024-10-31T19:20:23.429Z | Done (0.018s) |
154 | 2024-10-31T19:20:23.433Z | Done (0.000s) |
155 | 2024-10-31T19:20:23.590Z | Done (0.000s) |
156 | 2024-10-31T19:20:24.239Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-10-31T19:20:24.403Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-10-31T19:20:24.406Z | Planning: Consolidating action changes ... Done |
159 | 2024-10-31T19:20:24.677Z | Planning: Evaluating mediators ... Done |
160 | 2024-10-31T19:20:24.681Z | Planning: Planning completed in 0.44 seconds |
161 | 2024-10-31T19:20:24.719Z | Mediators to change: 2 |
162 | 2024-10-31T19:20:24.719Z | Create boot environment: No |
163 | 2024-10-31T19:20:24.724Z | Create backup boot environment: No |
164 | 2024-10-31T19:20:24.813Z | Done |
165 | 2024-10-31T19:20:24.814Z | Done |
166 | 2024-10-31T19:20:25.164Z | Done |
167 | 2024-10-31T19:20:28.656Z | Done |
168 | 2024-10-31T19:20:28.742Z | Done |
169 | 2024-10-31T19:20:28.745Z | Done |
170 | 2024-10-31T19:20:28.865Z | Done |
171 | 2024-10-31T19:20:29.483Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-10-31T19:20:29.486Z | Planning: Merging actions ... Done |
173 | 2024-10-31T19:20:29.676Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-10-31T19:20:29.678Z | Planning: Consolidating action changes ... Done |
175 | 2024-10-31T19:20:29.951Z | Planning: Evaluating mediators ... Done |
176 | 2024-10-31T19:20:30.000Z | Planning: Planning completed in 0.76 seconds |
177 | 2024-10-31T19:20:30.041Z | Packages to change: 1 |
178 | 2024-10-31T19:20:30.042Z | Mediators to change: 1 |
179 | 2024-10-31T19:20:30.045Z | Services to change: 1 |
180 | 2024-10-31T19:20:30.045Z | Create boot environment: No |
181 | 2024-10-31T19:20:30.045Z | Create backup boot environment: Yes |
182 | 2024-10-31T19:20:32.073Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-10-31T19:20:32.076Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2024-10-31T19:20:32.076Z | Done |
185 | 2024-10-31T19:20:32.076Z | Done |
186 | 2024-10-31T19:20:32.176Z | Done |
187 | 2024-10-31T19:20:35.729Z | Done |
188 | 2024-10-31T19:20:35.823Z | Done |
189 | 2024-10-31T19:20:35.827Z | Done |
190 | 2024-10-31T19:20:35.952Z | Done |
191 | 2024-10-31T19:20:36.386Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-10-31T19:20:36.386Z | clang system 15 system |
193 | 2024-10-31T19:20:36.386Z | csh system system illumos |
194 | 2024-10-31T19:20:36.386Z | ctags system system illumos |
195 | 2024-10-31T19:20:36.386Z | gcc vendor 12 vendor |
196 | 2024-10-31T19:20:36.386Z | gcc system 10 system |
197 | 2024-10-31T19:20:36.386Z | gcc system 7 system |
198 | 2024-10-31T19:20:36.387Z | go system 1.20 system |
199 | 2024-10-31T19:20:36.387Z | go system 1.19 system |
200 | 2024-10-31T19:20:36.387Z | llvm system 15 system |
201 | 2024-10-31T19:20:36.387Z | llvm system 14 system |
202 | 2024-10-31T19:20:36.387Z | mariadb system 10.6 system |
203 | 2024-10-31T19:20:36.387Z | mta vendor vendor dma |
204 | 2024-10-31T19:20:36.387Z | openjdk system 17 system |
205 | 2024-10-31T19:20:36.388Z | openjdk system 11 system |
206 | 2024-10-31T19:20:36.388Z | openjdk system 1.8 system |
207 | 2024-10-31T19:20:36.388Z | openssl vendor 3 vendor |
208 | 2024-10-31T19:20:36.388Z | perl system 5.36 system |
209 | 2024-10-31T19:20:36.388Z | postgresql system 15 system |
210 | 2024-10-31T19:20:36.388Z | postgresql system 13 system |
211 | 2024-10-31T19:20:36.388Z | python vendor 3 vendor |
212 | 2024-10-31T19:20:36.388Z | python system 2 system |
213 | 2024-10-31T19:20:36.388Z | python3 system 3.11 system |
214 | 2024-10-31T19:20:36.388Z | ruby system 3.0 system |
215 | 2024-10-31T19:20:36.388Z | words vendor vendor american-english |
216 | 2024-10-31T19:20:36.388Z | words system system australian-english |
217 | 2024-10-31T19:20:36.388Z | words system system british-english |
218 | 2024-10-31T19:20:36.388Z | words system system canadian-english |
219 | 2024-10-31T19:20:36.388Z | words system system french |
220 | 2024-10-31T19:20:36.388Z | words system system italian |
221 | 2024-10-31T19:20:36.388Z | words system system ngerman |
222 | 2024-10-31T19:20:36.388Z | words system system ogerman |
223 | 2024-10-31T19:20:36.388Z | words system system spanish |
224 | 2024-10-31T19:20:36.721Z | PUBLISHER TYPE STATUS P LOCATION |
225 | 2024-10-31T19:20:36.721Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
226 | 2024-10-31T19:20:39.088Z | FMRI IFO |
227 | 2024-10-31T19:20:39.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-10-31T19:20:39.088Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-10-31T19:20:39.088Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-10-31T19:20:39.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
232 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
234 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
235 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
237 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
240 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-10-31T19:20:39.089Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-10-31T19:20:39.758Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-10-31T19:20:40.054Z | Updating crates.io index |
244 | 2024-10-31T19:20:40.127Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-10-31T19:20:40.855Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-10-31T19:20:41.136Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-10-31T19:20:41.362Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-10-31T19:20:41.633Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-10-31T19:20:42.578Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-10-31T19:20:45.023Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-10-31T19:20:46.035Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-10-31T19:20:46.765Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-10-31T19:20:47.048Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-10-31T19:20:47.295Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-10-31T19:20:47.931Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-10-31T19:20:48.317Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
257 | 2024-10-31T19:20:48.657Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
258 | 2024-10-31T19:20:48.947Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
259 | 2024-10-31T19:20:49.194Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
260 | 2024-10-31T19:20:49.447Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
261 | 2024-10-31T19:20:49.723Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
262 | 2024-10-31T19:20:50.188Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
263 | 2024-10-31T19:20:50.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
264 | 2024-10-31T19:20:51.015Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
265 | 2024-10-31T19:20:51.390Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
266 | 2024-10-31T19:20:51.652Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
267 | 2024-10-31T19:20:52.056Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
268 | 2024-10-31T19:20:52.395Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
269 | 2024-10-31T19:20:52.684Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
270 | 2024-10-31T19:20:52.933Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
271 | 2024-10-31T19:20:54.391Z | Downloading crates ... |
272 | 2024-10-31T19:20:54.457Z | Downloaded cargo-platform v0.1.8 |
273 | 2024-10-31T19:20:54.463Z | Downloaded byteorder v1.5.0 |
274 | 2024-10-31T19:20:54.465Z | Downloaded anstyle v1.0.8 |
275 | 2024-10-31T19:20:54.468Z | Downloaded bitflags v2.6.0 |
276 | 2024-10-31T19:20:54.476Z | Downloaded cfg-if v1.0.0 |
277 | 2024-10-31T19:20:54.489Z | Downloaded equivalent v1.0.1 |
278 | 2024-10-31T19:20:54.493Z | Downloaded itoa v1.0.11 |
279 | 2024-10-31T19:20:54.498Z | Downloaded toml_datetime v0.6.8 |
280 | 2024-10-31T19:20:54.500Z | Downloaded serde_spanned v0.6.8 |
281 | 2024-10-31T19:20:54.502Z | Downloaded cpufeatures v0.2.14 |
282 | 2024-10-31T19:20:54.502Z | Downloaded memmap v0.7.0 |
283 | 2024-10-31T19:20:54.505Z | Downloaded thread-id v4.2.2 |
284 | 2024-10-31T19:20:54.505Z | Downloaded fnv v1.0.7 |
285 | 2024-10-31T19:20:54.505Z | Downloaded digest v0.10.7 |
286 | 2024-10-31T19:20:54.507Z | Downloaded anstyle-query v1.1.1 |
287 | 2024-10-31T19:20:54.507Z | Downloaded tabled_derive v0.7.0 |
288 | 2024-10-31T19:20:54.511Z | Downloaded smawk v0.3.2 |
289 | 2024-10-31T19:20:54.511Z | Downloaded macaddr v1.0.1 |
290 | 2024-10-31T19:20:54.513Z | Downloaded version_check v0.9.5 |
291 | 2024-10-31T19:20:54.513Z | Downloaded heck v0.5.0 |
292 | 2024-10-31T19:20:54.520Z | Downloaded quote v1.0.37 |
293 | 2024-10-31T19:20:54.522Z | Downloaded semver v1.0.23 |
294 | 2024-10-31T19:20:54.524Z | Downloaded proc-macro-error v1.0.4 |
295 | 2024-10-31T19:20:54.527Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-10-31T19:20:54.530Z | Downloaded textwrap v0.16.1 |
297 | 2024-10-31T19:20:54.533Z | Downloaded ucd-trie v0.1.7 |
298 | 2024-10-31T19:20:54.533Z | Downloaded ryu v1.0.18 |
299 | 2024-10-31T19:20:54.536Z | Downloaded pest_meta v2.7.14 |
300 | 2024-10-31T19:20:54.539Z | Downloaded anstyle-parse v0.2.5 |
301 | 2024-10-31T19:20:54.544Z | Downloaded bytecount v0.6.8 |
302 | 2024-10-31T19:20:54.544Z | Downloaded autocfg v1.4.0 |
303 | 2024-10-31T19:20:54.544Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-10-31T19:20:54.546Z | Downloaded camino-tempfile v1.1.1 |
305 | 2024-10-31T19:20:54.546Z | Downloaded block-buffer v0.10.4 |
306 | 2024-10-31T19:20:54.549Z | Downloaded clap_derive v4.5.18 |
307 | 2024-10-31T19:20:54.549Z | Downloaded camino v1.1.9 |
308 | 2024-10-31T19:20:54.560Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-10-31T19:20:54.562Z | Downloaded anyhow v1.0.89 |
310 | 2024-10-31T19:20:54.565Z | Downloaded anstream v0.6.15 |
311 | 2024-10-31T19:20:54.572Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-10-31T19:20:54.575Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-10-31T19:20:54.577Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-10-31T19:20:54.580Z | Downloaded swrite v0.1.0 |
315 | 2024-10-31T19:20:54.582Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-10-31T19:20:54.585Z | Downloaded scroll_derive v0.12.0 |
317 | 2024-10-31T19:20:54.588Z | Downloaded colorchoice v1.0.2 |
318 | 2024-10-31T19:20:54.588Z | Downloaded generic-array v0.14.7 |
319 | 2024-10-31T19:20:54.590Z | Downloaded fastrand v2.1.1 |
320 | 2024-10-31T19:20:54.591Z | Downloaded crypto-common v0.1.6 |
321 | 2024-10-31T19:20:54.593Z | Downloaded usdt v0.5.0 |
322 | 2024-10-31T19:20:54.595Z | Downloaded errno v0.3.9 |
323 | 2024-10-31T19:20:54.598Z | Downloaded clap_lex v0.7.2 |
324 | 2024-10-31T19:20:54.601Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-10-31T19:20:54.603Z | Downloaded heck v0.4.1 |
326 | 2024-10-31T19:20:54.603Z | Downloaded pest_generator v2.7.14 |
327 | 2024-10-31T19:20:54.606Z | Downloaded plain v0.2.3 |
328 | 2024-10-31T19:20:54.609Z | Downloaded dof v0.3.0 |
329 | 2024-10-31T19:20:54.613Z | Downloaded terminal_size v0.4.0 |
330 | 2024-10-31T19:20:54.615Z | Downloaded strsim v0.11.1 |
331 | 2024-10-31T19:20:54.617Z | Downloaded fs-err v2.11.0 |
332 | 2024-10-31T19:20:54.621Z | Downloaded utf8parse v0.2.2 |
333 | 2024-10-31T19:20:55.631Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-10-31T19:20:55.634Z | Downloaded thiserror-impl v1.0.64 |
335 | 2024-10-31T19:20:55.634Z | Downloaded pest_derive v2.7.14 |
336 | 2024-10-31T19:20:55.634Z | Downloaded once_cell v1.20.2 |
337 | 2024-10-31T19:20:55.634Z | Downloaded thiserror v1.0.64 |
338 | 2024-10-31T19:20:55.634Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2024-10-31T19:20:55.634Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2024-10-31T19:20:55.634Z | Downloaded tempfile v3.13.0 |
341 | 2024-10-31T19:20:55.634Z | Downloaded serde_derive v1.0.210 |
342 | 2024-10-31T19:20:55.634Z | Downloaded scroll v0.12.0 |
343 | 2024-10-31T19:20:55.634Z | Downloaded sha2 v0.10.8 |
344 | 2024-10-31T19:20:55.634Z | Downloaded pest v2.7.14 |
345 | 2024-10-31T19:20:55.634Z | Downloaded unicode-ident v1.0.13 |
346 | 2024-10-31T19:20:55.634Z | Downloaded cargo_toml v0.20.5 |
347 | 2024-10-31T19:20:55.634Z | Downloaded proc-macro2 v1.0.87 |
348 | 2024-10-31T19:20:55.634Z | Downloaded typenum v1.17.0 |
349 | 2024-10-31T19:20:55.634Z | Downloaded papergrid v0.11.0 |
350 | 2024-10-31T19:20:55.634Z | Downloaded clap v4.5.20 |
351 | 2024-10-31T19:20:55.634Z | Downloaded toml v0.8.19 |
352 | 2024-10-31T19:20:55.634Z | Downloaded log v0.4.22 |
353 | 2024-10-31T19:20:55.634Z | Downloaded indexmap v2.6.0 |
354 | 2024-10-31T19:20:55.634Z | Downloaded serde v1.0.210 |
355 | 2024-10-31T19:20:55.634Z | Downloaded memchr v2.7.4 |
356 | 2024-10-31T19:20:55.634Z | Downloaded zerocopy v0.7.35 |
357 | 2024-10-31T19:20:55.634Z | Downloaded goblin v0.8.2 |
358 | 2024-10-31T19:20:55.635Z | Downloaded toml_edit v0.22.22 |
359 | 2024-10-31T19:20:55.635Z | Downloaded unicode-width v0.1.14 |
360 | 2024-10-31T19:20:55.635Z | Downloaded hashbrown v0.15.0 |
361 | 2024-10-31T19:20:55.635Z | Downloaded serde_json v1.0.128 |
362 | 2024-10-31T19:20:55.635Z | Downloaded syn v1.0.109 |
363 | 2024-10-31T19:20:55.635Z | Downloaded winnow v0.6.20 |
364 | 2024-10-31T19:20:55.635Z | Downloaded tabled v0.15.0 |
365 | 2024-10-31T19:20:55.635Z | Downloaded clap_builder v4.5.20 |
366 | 2024-10-31T19:20:55.635Z | Downloaded syn v2.0.79 |
367 | 2024-10-31T19:20:55.635Z | Downloaded rustix v0.38.37 |
368 | 2024-10-31T19:20:55.635Z | Downloaded libc v0.2.161 |
369 | 2024-10-31T19:20:55.635Z | Compiling proc-macro2 v1.0.87 |
370 | 2024-10-31T19:20:55.635Z | Compiling unicode-ident v1.0.13 |
371 | 2024-10-31T19:20:55.635Z | Compiling serde v1.0.210 |
372 | 2024-10-31T19:20:55.635Z | Compiling version_check v0.9.5 |
373 | 2024-10-31T19:20:55.635Z | Compiling memchr v2.7.4 |
374 | 2024-10-31T19:20:55.635Z | Compiling thiserror v1.0.64 |
375 | 2024-10-31T19:20:55.635Z | Compiling libc v0.2.161 |
376 | 2024-10-31T19:20:55.635Z | Compiling ucd-trie v0.1.7 |
377 | 2024-10-31T19:20:55.635Z | Compiling itoa v1.0.11 |
378 | 2024-10-31T19:20:55.700Z | Compiling ryu v1.0.18 |
379 | 2024-10-31T19:20:55.813Z | Compiling once_cell v1.20.2 |
380 | 2024-10-31T19:20:56.037Z | Compiling byteorder v1.5.0 |
381 | 2024-10-31T19:20:56.110Z | Compiling rustix v0.38.37 |
382 | 2024-10-31T19:20:56.269Z | Compiling serde_json v1.0.128 |
383 | 2024-10-31T19:20:56.527Z | Compiling bitflags v2.6.0 |
384 | 2024-10-31T19:20:56.636Z | Compiling proc-macro-error-attr v1.0.4 |
385 | 2024-10-31T19:20:56.909Z | Compiling usdt-impl v0.5.0 |
386 | 2024-10-31T19:20:56.952Z | Compiling syn v1.0.109 |
387 | 2024-10-31T19:20:56.955Z | Compiling proc-macro-error v1.0.4 |
388 | 2024-10-31T19:20:57.043Z | Compiling quote v1.0.37 |
389 | 2024-10-31T19:20:57.047Z | Compiling equivalent v1.0.1 |
390 | 2024-10-31T19:20:57.183Z | Compiling utf8parse v0.2.2 |
391 | 2024-10-31T19:20:57.278Z | Compiling errno v0.3.9 |
392 | 2024-10-31T19:20:57.346Z | Compiling log v0.4.22 |
393 | 2024-10-31T19:20:57.394Z | Compiling plain v0.2.3 |
394 | 2024-10-31T19:20:57.495Z | Compiling syn v2.0.79 |
395 | 2024-10-31T19:20:57.565Z | Compiling camino v1.1.9 |
396 | 2024-10-31T19:20:57.638Z | Compiling hashbrown v0.15.0 |
397 | 2024-10-31T19:20:57.720Z | Compiling anstyle-parse v0.2.5 |
398 | 2024-10-31T19:20:57.865Z | Compiling thread-id v4.2.2 |
399 | 2024-10-31T19:20:58.138Z | Compiling anstyle v1.0.8 |
400 | 2024-10-31T19:20:58.286Z | Compiling unicode-width v0.1.14 |
401 | 2024-10-31T19:20:58.422Z | Compiling autocfg v1.4.0 |
402 | 2024-10-31T19:20:58.592Z | Compiling winnow v0.6.20 |
403 | 2024-10-31T19:20:58.690Z | Compiling semver v1.0.23 |
404 | 2024-10-31T19:20:58.803Z | Compiling indexmap v2.6.0 |
405 | 2024-10-31T19:20:58.828Z | Compiling anstyle-query v1.1.1 |
406 | 2024-10-31T19:20:58.994Z | Compiling is_terminal_polyfill v1.70.1 |
407 | 2024-10-31T19:20:59.134Z | Compiling colorchoice v1.0.2 |
408 | 2024-10-31T19:20:59.243Z | Compiling pretty-hex v0.4.1 |
409 | 2024-10-31T19:20:59.308Z | Compiling anstream v0.6.15 |
410 | 2024-10-31T19:20:59.492Z | Compiling fs-err v2.11.0 |
411 | 2024-10-31T19:20:59.690Z | Compiling terminal_size v0.4.0 |
412 | 2024-10-31T19:20:59.905Z | Compiling heck v0.5.0 |
413 | 2024-10-31T19:21:00.042Z | Compiling fastrand v2.1.1 |
414 | 2024-10-31T19:21:00.222Z | Compiling bytecount v0.6.8 |
415 | 2024-10-31T19:21:00.345Z | Compiling fnv v1.0.7 |
416 | 2024-10-31T19:21:00.347Z | Compiling anyhow v1.0.89 |
417 | 2024-10-31T19:21:00.397Z | Compiling heck v0.4.1 |
418 | 2024-10-31T19:21:00.437Z | Compiling cfg-if v1.0.0 |
419 | 2024-10-31T19:21:00.539Z | Compiling clap_lex v0.7.2 |
420 | 2024-10-31T19:21:00.566Z | Compiling strsim v0.11.1 |
421 | 2024-10-31T19:21:00.865Z | Compiling tempfile v3.13.0 |
422 | 2024-10-31T19:21:01.082Z | Compiling clap_builder v4.5.20 |
423 | 2024-10-31T19:21:01.189Z | Compiling papergrid v0.11.0 |
424 | 2024-10-31T19:21:01.409Z | Compiling memmap v0.7.0 |
425 | 2024-10-31T19:21:01.478Z | Compiling unicode-linebreak v0.1.5 |
426 | 2024-10-31T19:21:01.753Z | Compiling smawk v0.3.2 |
427 | 2024-10-31T19:21:01.966Z | Compiling textwrap v0.16.1 |
428 | 2024-10-31T19:21:02.343Z | Compiling swrite v0.1.0 |
429 | 2024-10-31T19:21:03.206Z | Compiling tabled_derive v0.7.0 |
430 | 2024-10-31T19:21:04.814Z | Compiling tabled v0.15.0 |
431 | 2024-10-31T19:21:05.388Z | Compiling serde_derive v1.0.210 |
432 | 2024-10-31T19:21:05.391Z | Compiling thiserror-impl v1.0.64 |
433 | 2024-10-31T19:21:05.391Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-10-31T19:21:05.391Z | Compiling scroll_derive v0.12.0 |
435 | 2024-10-31T19:21:05.391Z | Compiling clap_derive v4.5.18 |
436 | 2024-10-31T19:21:06.962Z | Compiling scroll v0.12.0 |
437 | 2024-10-31T19:21:07.373Z | Compiling zerocopy v0.7.35 |
438 | 2024-10-31T19:21:07.421Z | Compiling goblin v0.8.2 |
439 | 2024-10-31T19:21:08.262Z | Compiling pest v2.7.14 |
440 | 2024-10-31T19:21:09.020Z | Compiling clap v4.5.20 |
441 | 2024-10-31T19:21:10.441Z | Compiling pest_meta v2.7.14 |
442 | 2024-10-31T19:21:11.363Z | Compiling pest_generator v2.7.14 |
443 | 2024-10-31T19:21:13.005Z | Compiling pest_derive v2.7.14 |
444 | 2024-10-31T19:21:13.747Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-10-31T19:21:15.265Z | Compiling serde_tokenstream v0.2.2 |
446 | 2024-10-31T19:21:15.384Z | Compiling toml_datetime v0.6.8 |
447 | 2024-10-31T19:21:15.384Z | Compiling serde_spanned v0.6.8 |
448 | 2024-10-31T19:21:15.663Z | Compiling cargo-platform v0.1.8 |
449 | 2024-10-31T19:21:15.745Z | Compiling toml_edit v0.22.22 |
450 | 2024-10-31T19:21:15.832Z | Compiling macaddr v1.0.1 |
451 | 2024-10-31T19:21:16.132Z | Compiling camino-tempfile v1.1.1 |
452 | 2024-10-31T19:21:16.704Z | Compiling dof v0.3.0 |
453 | 2024-10-31T19:21:16.835Z | Compiling cargo_metadata v0.18.1 |
454 | 2024-10-31T19:21:18.448Z | Compiling usdt-macro v0.5.0 |
455 | 2024-10-31T19:21:18.448Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-10-31T19:21:18.538Z | Compiling toml v0.8.19 |
457 | 2024-10-31T19:21:19.385Z | Compiling cargo_toml v0.20.5 |
458 | 2024-10-31T19:21:19.767Z | Compiling usdt v0.5.0 |
459 | 2024-10-31T19:21:22.769Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
460 | 2024-10-31T19:21:26.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.07s |
461 | 2024-10-31T19:21:26.888Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
462 | 2024-10-31T19:21:27.394Z | Downloading crates ... |
463 | 2024-10-31T19:21:27.511Z | Downloaded atomicwrites v0.4.4 |
464 | 2024-10-31T19:21:27.519Z | Downloaded async-stream-impl v0.3.6 |
465 | 2024-10-31T19:21:27.538Z | Downloaded http-body v1.0.1 |
466 | 2024-10-31T19:21:27.541Z | Downloaded convert_case v0.4.0 |
467 | 2024-10-31T19:21:27.541Z | Downloaded crucible-workspace-hack v0.1.0 |
468 | 2024-10-31T19:21:27.543Z | Downloaded cstr-argument v0.1.2 |
469 | 2024-10-31T19:21:27.543Z | Downloaded bcs v0.1.6 |
470 | 2024-10-31T19:21:27.546Z | Downloaded bitfield-struct v0.6.2 |
471 | 2024-10-31T19:21:27.549Z | Downloaded bit-set v0.5.3 |
472 | 2024-10-31T19:21:27.549Z | Downloaded http v0.2.12 |
473 | 2024-10-31T19:21:27.554Z | Downloaded base64ct v1.6.0 |
474 | 2024-10-31T19:21:27.558Z | Downloaded is_ci v1.2.0 |
475 | 2024-10-31T19:21:27.560Z | Downloaded ciborium-ll v0.2.2 |
476 | 2024-10-31T19:21:27.560Z | Downloaded cbc v0.1.2 |
477 | 2024-10-31T19:21:27.563Z | Downloaded addr2line v0.24.2 |
478 | 2024-10-31T19:21:27.565Z | Downloaded matches v0.1.10 |
479 | 2024-10-31T19:21:27.565Z | Downloaded hubpack v0.1.2 |
480 | 2024-10-31T19:21:27.568Z | Downloaded home v0.5.9 |
481 | 2024-10-31T19:21:27.570Z | Downloaded curve25519-dalek-derive v0.1.1 |
482 | 2024-10-31T19:21:27.570Z | Downloaded http-range v0.1.5 |
483 | 2024-10-31T19:21:27.572Z | Downloaded normalize-line-endings v0.3.0 |
484 | 2024-10-31T19:21:27.572Z | Downloaded async-bb8-diesel v0.2.1 |
485 | 2024-10-31T19:21:27.576Z | Downloaded data-encoding v2.6.0 |
486 | 2024-10-31T19:21:27.576Z | Downloaded blowfish v0.9.1 |
487 | 2024-10-31T19:21:27.578Z | Downloaded cobs v0.2.3 |
488 | 2024-10-31T19:21:27.581Z | Downloaded memoffset v0.9.1 |
489 | 2024-10-31T19:21:27.581Z | Downloaded md-5 v0.10.6 |
490 | 2024-10-31T19:21:27.583Z | Downloaded lru-cache v0.1.2 |
491 | 2024-10-31T19:21:27.585Z | Downloaded linear-map v1.2.0 |
492 | 2024-10-31T19:21:27.588Z | Downloaded csv-core v0.1.11 |
493 | 2024-10-31T19:21:27.588Z | Downloaded managed v0.8.0 |
494 | 2024-10-31T19:21:27.590Z | Downloaded linked-hash-map v0.5.6 |
495 | 2024-10-31T19:21:27.593Z | Downloaded newtype-uuid v1.1.2 |
496 | 2024-10-31T19:21:27.593Z | Downloaded keccak v0.1.5 |
497 | 2024-10-31T19:21:27.595Z | Downloaded impl-trait-for-tuples v0.2.2 |
498 | 2024-10-31T19:21:27.597Z | Downloaded nibble_vec v0.1.0 |
499 | 2024-10-31T19:21:27.600Z | Downloaded hyper-rustls v0.27.3 |
500 | 2024-10-31T19:21:27.603Z | Downloaded instability v0.3.2 |
501 | 2024-10-31T19:21:27.605Z | Downloaded mime_guess v2.0.5 |
502 | 2024-10-31T19:21:27.613Z | Downloaded ipnet v2.10.1 |
503 | 2024-10-31T19:21:27.615Z | Downloaded debug-ignore v1.0.5 |
504 | 2024-10-31T19:21:27.615Z | Downloaded base64 v0.21.7 |
505 | 2024-10-31T19:21:27.615Z | Downloaded mockall_derive v0.13.0 |
506 | 2024-10-31T19:21:27.618Z | Downloaded compact_str v0.8.0 |
507 | 2024-10-31T19:21:27.622Z | Downloaded cfg_aliases v0.2.1 |
508 | 2024-10-31T19:21:27.624Z | Downloaded cfg_aliases v0.1.1 |
509 | 2024-10-31T19:21:27.624Z | Downloaded ciborium-io v0.2.2 |
510 | 2024-10-31T19:21:27.629Z | Downloaded nanorand v0.7.0 |
511 | 2024-10-31T19:21:27.632Z | Downloaded darling_macro v0.20.10 |
512 | 2024-10-31T19:21:27.632Z | Downloaded miniz_oxide v0.8.0 |
513 | 2024-10-31T19:21:27.632Z | Downloaded hubpack_derive v0.1.1 |
514 | 2024-10-31T19:21:27.634Z | Downloaded atty v0.2.14 |
515 | 2024-10-31T19:21:27.637Z | Downloaded scrypt v0.11.0 |
516 | 2024-10-31T19:21:27.637Z | Downloaded crunchy v0.2.2 |
517 | 2024-10-31T19:21:27.639Z | Downloaded hyper-util v0.1.9 |
518 | 2024-10-31T19:21:27.643Z | Downloaded serde_plain v1.0.2 |
519 | 2024-10-31T19:21:27.646Z | Downloaded hostname v0.4.0 |
520 | 2024-10-31T19:21:27.648Z | Downloaded atomic-waker v1.1.2 |
521 | 2024-10-31T19:21:27.651Z | Downloaded httpdate v1.0.3 |
522 | 2024-10-31T19:21:27.651Z | Downloaded ident_case v1.0.1 |
523 | 2024-10-31T19:21:27.654Z | Downloaded instant v0.1.13 |
524 | 2024-10-31T19:21:27.654Z | Downloaded hostname v0.3.1 |
525 | 2024-10-31T19:21:27.656Z | Downloaded bitflags v1.3.2 |
526 | 2024-10-31T19:21:27.659Z | Downloaded md5 v0.7.0 |
527 | 2024-10-31T19:21:27.661Z | Downloaded bit-vec v0.6.3 |
528 | 2024-10-31T19:21:27.661Z | Downloaded match_cfg v0.1.0 |
529 | 2024-10-31T19:21:27.664Z | Downloaded bb8 v0.8.5 |
530 | 2024-10-31T19:21:27.666Z | Downloaded base16ct v0.2.0 |
531 | 2024-10-31T19:21:27.666Z | Downloaded async-stream v0.3.6 |
532 | 2024-10-31T19:21:27.669Z | Downloaded arc-swap v1.7.1 |
533 | 2024-10-31T19:21:27.672Z | Downloaded assert_matches v1.5.0 |
534 | 2024-10-31T19:21:27.675Z | Downloaded adler2 v2.0.0 |
535 | 2024-10-31T19:21:27.678Z | Downloaded newline-converter v0.3.0 |
536 | 2024-10-31T19:21:27.678Z | Downloaded mime v0.3.17 |
537 | 2024-10-31T19:21:27.680Z | Downloaded nodrop v0.1.14 |
538 | 2024-10-31T19:21:27.680Z | Downloaded newtype_derive v0.1.6 |
539 | 2024-10-31T19:21:27.683Z | Downloaded rustc_version v0.4.1 |
540 | 2024-10-31T19:21:27.683Z | Downloaded buf-list v1.0.3 |
541 | 2024-10-31T19:21:27.685Z | Downloaded new_debug_unreachable v1.0.6 |
542 | 2024-10-31T19:21:27.688Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-10-31T19:21:27.688Z | Downloaded cassowary v0.3.0 |
544 | 2024-10-31T19:21:27.690Z | Downloaded crc v3.2.1 |
545 | 2024-10-31T19:21:27.693Z | Downloaded want v0.3.1 |
546 | 2024-10-31T19:21:27.695Z | Downloaded tokio-macros v2.4.0 |
547 | 2024-10-31T19:21:27.695Z | Downloaded constant_time_eq v0.3.1 |
548 | 2024-10-31T19:21:27.698Z | Downloaded colored v2.1.0 |
549 | 2024-10-31T19:21:27.700Z | Downloaded waitgroup v0.1.2 |
550 | 2024-10-31T19:21:27.701Z | Downloaded cipher v0.4.4 |
551 | 2024-10-31T19:21:27.704Z | Downloaded kstat-rs v0.2.4 |
552 | 2024-10-31T19:21:27.706Z | Downloaded is-terminal v0.4.13 |
553 | 2024-10-31T19:21:27.706Z | Downloaded block-padding v0.3.3 |
554 | 2024-10-31T19:21:27.709Z | Downloaded ctr v0.9.2 |
555 | 2024-10-31T19:21:27.709Z | Downloaded const_format v0.2.33 |
556 | 2024-10-31T19:21:27.715Z | Downloaded tokio-native-tls v0.3.1 |
557 | 2024-10-31T19:21:27.718Z | Downloaded bcrypt-pbkdf v0.10.0 |
558 | 2024-10-31T19:21:27.720Z | Downloaded zone_cfg_derive v0.1.2 |
559 | 2024-10-31T19:21:27.721Z | Downloaded serde_path_to_error v0.1.16 |
560 | 2024-10-31T19:21:27.723Z | Downloaded slab v0.4.9 |
561 | 2024-10-31T19:21:27.725Z | Downloaded indicatif v0.17.8 |
562 | 2024-10-31T19:21:27.728Z | Downloaded siphasher v0.3.11 |
563 | 2024-10-31T19:21:27.731Z | Downloaded same-file v1.0.6 |
564 | 2024-10-31T19:21:27.733Z | Downloaded async-trait v0.1.83 |
565 | 2024-10-31T19:21:27.737Z | Downloaded futures-sink v0.3.31 |
566 | 2024-10-31T19:21:27.739Z | Downloaded typify-macro v0.2.0 |
567 | 2024-10-31T19:21:27.739Z | Downloaded console v0.15.8 |
568 | 2024-10-31T19:21:27.743Z | Downloaded slog-scope v4.4.0 |
569 | 2024-10-31T19:21:27.746Z | Downloaded sqlformat v0.2.6 |
570 | 2024-10-31T19:21:27.749Z | Downloaded zone v0.3.0 |
571 | 2024-10-31T19:21:27.749Z | Downloaded bzip2 v0.4.4 |
572 | 2024-10-31T19:21:27.751Z | Downloaded unarray v0.1.4 |
573 | 2024-10-31T19:21:27.751Z | Downloaded universal-hash v0.5.1 |
574 | 2024-10-31T19:21:27.753Z | Downloaded structmeta-derive v0.2.0 |
575 | 2024-10-31T19:21:27.755Z | Downloaded string_cache v0.8.7 |
576 | 2024-10-31T19:21:27.768Z | Downloaded pretty-hex v0.2.1 |
577 | 2024-10-31T19:21:27.768Z | Downloaded untrusted v0.7.1 |
578 | 2024-10-31T19:21:27.768Z | Downloaded slog-stdlog v4.1.1 |
579 | 2024-10-31T19:21:27.768Z | Downloaded opaque-debug v0.3.1 |
580 | 2024-10-31T19:21:27.768Z | Downloaded crc32fast v1.4.2 |
581 | 2024-10-31T19:21:27.768Z | Downloaded jobserver v0.1.32 |
582 | 2024-10-31T19:21:27.768Z | Downloaded tap v1.0.1 |
583 | 2024-10-31T19:21:27.768Z | Downloaded hmac v0.12.1 |
584 | 2024-10-31T19:21:27.772Z | Downloaded take_mut v0.2.2 |
585 | 2024-10-31T19:21:27.772Z | Downloaded cookie_store v0.21.0 |
586 | 2024-10-31T19:21:27.774Z | Downloaded iana-time-zone v0.1.61 |
587 | 2024-10-31T19:21:27.776Z | Downloaded native-tls v0.2.12 |
588 | 2024-10-31T19:21:27.779Z | Downloaded memmap2 v0.9.5 |
589 | 2024-10-31T19:21:27.781Z | Downloaded dyn-clone v1.0.17 |
590 | 2024-10-31T19:21:27.784Z | Downloaded russh-cryptovec v0.7.3 |
591 | 2024-10-31T19:21:27.786Z | Downloaded form_urlencoded v1.2.1 |
592 | 2024-10-31T19:21:27.786Z | Downloaded dirs-sys-next v0.1.2 |
593 | 2024-10-31T19:21:27.788Z | Downloaded serde-hex v0.1.0 |
594 | 2024-10-31T19:21:27.788Z | Downloaded ghash v0.5.1 |
595 | 2024-10-31T19:21:27.791Z | Downloaded fragile v2.0.0 |
596 | 2024-10-31T19:21:27.793Z | Downloaded enum-as-inner v0.5.1 |
597 | 2024-10-31T19:21:27.796Z | Downloaded dsl_auto_type v0.1.2 |
598 | 2024-10-31T19:21:27.796Z | Downloaded ena v0.14.3 |
599 | 2024-10-31T19:21:27.798Z | Downloaded tls_codec v0.4.1 |
600 | 2024-10-31T19:21:27.800Z | Downloaded slog-term v2.9.1 |
601 | 2024-10-31T19:21:27.805Z | Downloaded serde_derive_internals v0.29.1 |
602 | 2024-10-31T19:21:27.805Z | Downloaded nu-ansi-term v0.50.1 |
603 | 2024-10-31T19:21:27.807Z | Downloaded allocator-api2 v0.2.18 |
604 | 2024-10-31T19:21:27.811Z | Downloaded hyper-tls v0.6.0 |
605 | 2024-10-31T19:21:27.814Z | Downloaded clang-sys v1.8.1 |
606 | 2024-10-31T19:21:27.818Z | Downloaded pin-utils v0.1.0 |
607 | 2024-10-31T19:21:27.820Z | Downloaded parse-display-derive v0.10.0 |
608 | 2024-10-31T19:21:27.820Z | Downloaded powerfmt v0.2.0 |
609 | 2024-10-31T19:21:27.820Z | Downloaded derive_builder v0.20.2 |
610 | 2024-10-31T19:21:27.825Z | Downloaded parse-display v0.10.0 |
611 | 2024-10-31T19:21:27.828Z | Downloaded lock_api v0.4.12 |
612 | 2024-10-31T19:21:27.830Z | Downloaded crossbeam-utils v0.8.20 |
613 | 2024-10-31T19:21:27.832Z | Downloaded difflib v0.4.0 |
614 | 2024-10-31T19:21:27.835Z | Downloaded walkdir v2.5.0 |
615 | 2024-10-31T19:21:27.837Z | Downloaded libm v0.2.8 |
616 | 2024-10-31T19:21:27.845Z | Downloaded path-slash v0.1.5 |
617 | 2024-10-31T19:21:27.847Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-10-31T19:21:27.847Z | Downloaded headers-core v0.3.0 |
619 | 2024-10-31T19:21:27.850Z | Downloaded foreign-types-shared v0.3.1 |
620 | 2024-10-31T19:21:27.850Z | Downloaded cookie v0.18.1 |
621 | 2024-10-31T19:21:27.852Z | Downloaded hex-literal v0.4.1 |
622 | 2024-10-31T19:21:27.855Z | Downloaded slog-bunyan v2.5.0 |
623 | 2024-10-31T19:21:27.855Z | Downloaded num_threads v0.1.7 |
624 | 2024-10-31T19:21:27.857Z | Downloaded fxhash v0.2.1 |
625 | 2024-10-31T19:21:27.857Z | Downloaded rand_xorshift v0.3.0 |
626 | 2024-10-31T19:21:27.859Z | Downloaded termtree v0.4.1 |
627 | 2024-10-31T19:21:27.864Z | Downloaded rand_seeder v0.3.0 |
628 | 2024-10-31T19:21:27.864Z | Downloaded scopeguard v1.2.0 |
629 | 2024-10-31T19:21:27.867Z | Downloaded slog-async v2.8.0 |
630 | 2024-10-31T19:21:27.867Z | Downloaded shlex v1.3.0 |
631 | 2024-10-31T19:21:27.867Z | Downloaded structmeta v0.2.0 |
632 | 2024-10-31T19:21:27.870Z | Downloaded rpassword v7.3.1 |
633 | 2024-10-31T19:21:27.870Z | Downloaded slog-dtrace v0.3.0 |
634 | 2024-10-31T19:21:27.872Z | Downloaded schemars_derive v0.8.21 |
635 | 2024-10-31T19:21:27.875Z | Downloaded flagset v0.4.6 |
636 | 2024-10-31T19:21:27.875Z | Downloaded unsafe-libyaml v0.2.11 |
637 | 2024-10-31T19:21:27.878Z | Downloaded structmeta v0.3.0 |
638 | 2024-10-31T19:21:27.881Z | Downloaded hickory-client v0.24.1 |
639 | 2024-10-31T19:21:27.883Z | Downloaded subprocess v0.2.9 |
640 | 2024-10-31T19:21:27.886Z | Downloaded const-oid v0.9.6 |
641 | 2024-10-31T19:21:27.889Z | Downloaded tokio-rustls v0.25.0 |
642 | 2024-10-31T19:21:27.893Z | Downloaded derive-where v1.2.7 |
643 | 2024-10-31T19:21:27.895Z | Downloaded parking_lot v0.11.2 |
644 | 2024-10-31T19:21:27.898Z | Downloaded sync_wrapper v1.0.1 |
645 | 2024-10-31T19:21:27.901Z | Downloaded sync_wrapper v0.1.2 |
646 | 2024-10-31T19:21:27.901Z | Downloaded strum v0.26.3 |
647 | 2024-10-31T19:21:27.903Z | Downloaded term v0.7.0 |
648 | 2024-10-31T19:21:27.906Z | Downloaded defmt-parser v0.3.4 |
649 | 2024-10-31T19:21:27.908Z | Downloaded base64 v0.13.1 |
650 | 2024-10-31T19:21:27.911Z | Downloaded wait-timeout v0.2.0 |
651 | 2024-10-31T19:21:27.913Z | Downloaded funty v2.0.0 |
652 | 2024-10-31T19:21:27.916Z | Downloaded enum-as-inner v0.6.1 |
653 | 2024-10-31T19:21:27.916Z | Downloaded parking_lot_core v0.8.6 |
654 | 2024-10-31T19:21:27.918Z | Downloaded base64 v0.22.1 |
655 | 2024-10-31T19:21:27.922Z | Downloaded pbkdf2 v0.12.2 |
656 | 2024-10-31T19:21:27.925Z | Downloaded pbkdf2 v0.11.0 |
657 | 2024-10-31T19:21:27.927Z | Downloaded gethostname v0.5.0 |
658 | 2024-10-31T19:21:27.929Z | Downloaded paste v1.0.15 |
659 | 2024-10-31T19:21:27.932Z | Downloaded sct v0.7.1 |
660 | 2024-10-31T19:21:27.935Z | Downloaded env_filter v0.1.2 |
661 | 2024-10-31T19:21:27.939Z | Downloaded chacha20poly1305 v0.10.1 |
662 | 2024-10-31T19:21:27.941Z | Downloaded foreign-types v0.5.0 |
663 | 2024-10-31T19:21:27.941Z | Downloaded structmeta-derive v0.3.0 |
664 | 2024-10-31T19:21:27.944Z | Downloaded highway v1.2.0 |
665 | 2024-10-31T19:21:27.947Z | Downloaded rsa v0.9.6 |
666 | 2024-10-31T19:21:27.959Z | Downloaded rustc-hash v2.0.0 |
667 | 2024-10-31T19:21:27.962Z | Downloaded parking_lot_core v0.9.10 |
668 | 2024-10-31T19:21:27.964Z | Downloaded parking_lot v0.12.3 |
669 | 2024-10-31T19:21:27.967Z | Downloaded rustc-hash v1.1.0 |
670 | 2024-10-31T19:21:27.972Z | Downloaded resolv-conf v0.7.0 |
671 | 2024-10-31T19:21:27.975Z | Downloaded precomputed-hash v0.1.1 |
672 | 2024-10-31T19:21:27.975Z | Downloaded supports-color v3.0.1 |
673 | 2024-10-31T19:21:27.975Z | Downloaded signal-hook-mio v0.2.4 |
674 | 2024-10-31T19:21:27.975Z | Downloaded tungstenite v0.24.0 |
675 | 2024-10-31T19:21:27.977Z | Downloaded oso-derive v0.27.3 |
676 | 2024-10-31T19:21:27.980Z | Downloaded dirs-next v2.0.0 |
677 | 2024-10-31T19:21:27.982Z | Downloaded yasna v0.5.2 |
678 | 2024-10-31T19:21:27.982Z | Downloaded darling_core v0.20.10 |
679 | 2024-10-31T19:21:27.988Z | Downloaded smf v0.2.3 |
680 | 2024-10-31T19:21:27.990Z | Downloaded tabwriter v1.4.0 |
681 | 2024-10-31T19:21:27.992Z | Downloaded der_derive v0.7.3 |
682 | 2024-10-31T19:21:27.992Z | Downloaded env_logger v0.10.2 |
683 | 2024-10-31T19:21:27.996Z | Downloaded sigpipe v0.1.3 |
684 | 2024-10-31T19:21:27.998Z | Downloaded unicode-truncate v1.1.0 |
685 | 2024-10-31T19:21:28.001Z | Downloaded termcolor v1.4.1 |
686 | 2024-10-31T19:21:28.001Z | Downloaded hashlink v0.9.1 |
687 | 2024-10-31T19:21:28.003Z | Downloaded getrandom v0.2.15 |
688 | 2024-10-31T19:21:28.006Z | Downloaded zone v0.1.8 |
689 | 2024-10-31T19:21:28.009Z | Downloaded which v4.4.2 |
690 | 2024-10-31T19:21:28.009Z | Downloaded itertools v0.13.0 |
691 | 2024-10-31T19:21:28.017Z | Downloaded tower-service v0.3.3 |
692 | 2024-10-31T19:21:28.019Z | Downloaded diesel-dtrace v0.3.0 |
693 | 2024-10-31T19:21:28.022Z | Downloaded password-hash v0.5.0 |
694 | 2024-10-31T19:21:28.024Z | Downloaded derive_builder_macro v0.20.2 |
695 | 2024-10-31T19:21:28.024Z | Downloaded diesel_derives v2.2.3 |
696 | 2024-10-31T19:21:28.028Z | Downloaded hex v0.4.3 |
697 | 2024-10-31T19:21:28.031Z | Downloaded glob v0.3.1 |
698 | 2024-10-31T19:21:28.033Z | Downloaded foreign-types-macros v0.2.3 |
699 | 2024-10-31T19:21:28.033Z | Downloaded crypto-bigint v0.5.5 |
700 | 2024-10-31T19:21:28.041Z | Downloaded zerocopy v0.6.6 |
701 | 2024-10-31T19:21:28.044Z | Downloaded smallvec v1.13.2 |
702 | 2024-10-31T19:21:28.046Z | Downloaded mio v1.0.2 |
703 | 2024-10-31T19:21:28.053Z | Downloaded predicates-core v1.0.8 |
704 | 2024-10-31T19:21:28.055Z | Downloaded http v1.1.0 |
705 | 2024-10-31T19:21:28.058Z | Downloaded env_logger v0.11.5 |
706 | 2024-10-31T19:21:28.061Z | Downloaded hickory-resolver v0.24.1 |
707 | 2024-10-31T19:21:28.067Z | Downloaded phf_shared v0.10.0 |
708 | 2024-10-31T19:21:28.069Z | Downloaded signature v2.2.0 |
709 | 2024-10-31T19:21:28.071Z | Downloaded sha1 v0.10.6 |
710 | 2024-10-31T19:21:28.071Z | Downloaded salsa20 v0.10.2 |
711 | 2024-10-31T19:21:28.074Z | Downloaded rfc6979 v0.4.0 |
712 | 2024-10-31T19:21:28.076Z | Downloaded whoami v1.5.2 |
713 | 2024-10-31T19:21:28.078Z | Downloaded ecdsa v0.16.9 |
714 | 2024-10-31T19:21:28.081Z | Downloaded omicron-zone-package v0.11.1 |
715 | 2024-10-31T19:21:28.083Z | Downloaded stable_deref_trait v1.2.0 |
716 | 2024-10-31T19:21:28.085Z | Downloaded static_assertions v1.1.0 |
717 | 2024-10-31T19:21:28.085Z | Downloaded ssh-cipher v0.2.0 |
718 | 2024-10-31T19:21:28.088Z | Downloaded ssh-encoding v0.2.0 |
719 | 2024-10-31T19:21:28.090Z | Downloaded slog v2.7.0 |
720 | 2024-10-31T19:21:28.094Z | Downloaded downcast v0.11.0 |
721 | 2024-10-31T19:21:28.096Z | Downloaded embedded-io v0.4.0 |
722 | 2024-10-31T19:21:28.096Z | Downloaded float-ord v0.3.2 |
723 | 2024-10-31T19:21:28.099Z | Downloaded vte_generate_state_changes v0.1.2 |
724 | 2024-10-31T19:21:28.099Z | Downloaded toml v0.7.8 |
725 | 2024-10-31T19:21:28.102Z | Downloaded pkcs5 v0.7.1 |
726 | 2024-10-31T19:21:28.108Z | Downloaded similar v2.6.0 |
727 | 2024-10-31T19:21:28.112Z | Downloaded diesel_table_macro_syntax v0.2.0 |
728 | 2024-10-31T19:21:28.115Z | Downloaded filetime v0.2.25 |
729 | 2024-10-31T19:21:28.119Z | Downloaded float-cmp v0.9.0 |
730 | 2024-10-31T19:21:28.119Z | Downloaded diff v0.1.13 |
731 | 2024-10-31T19:21:28.121Z | Downloaded ppv-lite86 v0.2.20 |
732 | 2024-10-31T19:21:28.124Z | Downloaded predicates v3.1.2 |
733 | 2024-10-31T19:21:28.128Z | Downloaded num_enum_derive v0.5.11 |
734 | 2024-10-31T19:21:28.128Z | Downloaded futures-task v0.3.31 |
735 | 2024-10-31T19:21:28.132Z | Downloaded peg v0.8.4 |
736 | 2024-10-31T19:21:28.135Z | Downloaded phf_generator v0.11.2 |
737 | 2024-10-31T19:21:28.135Z | Downloaded rand_core v0.6.4 |
738 | 2024-10-31T19:21:28.139Z | Downloaded rand_chacha v0.3.1 |
739 | 2024-10-31T19:21:28.139Z | Downloaded radium v0.7.0 |
740 | 2024-10-31T19:21:28.142Z | Downloaded futures-macro v0.3.31 |
741 | 2024-10-31T19:21:28.142Z | Downloaded ref-cast-impl v1.0.23 |
742 | 2024-10-31T19:21:28.142Z | Downloaded quinn-udp v0.5.5 |
743 | 2024-10-31T19:21:28.145Z | Downloaded pkcs1 v0.7.5 |
744 | 2024-10-31T19:21:28.156Z | Downloaded quinn v0.11.5 |
745 | 2024-10-31T19:21:28.159Z | Downloaded thiserror-impl-no-std v2.0.2 |
746 | 2024-10-31T19:21:28.159Z | Downloaded spin v0.5.2 |
747 | 2024-10-31T19:21:28.160Z | Downloaded ref-cast v1.0.23 |
748 | 2024-10-31T19:21:28.160Z | Downloaded dropshot_endpoint v0.12.0 |
749 | 2024-10-31T19:21:28.162Z | Downloaded try-lock v0.2.5 |
750 | 2024-10-31T19:21:28.162Z | Downloaded serde-big-array v0.5.1 |
751 | 2024-10-31T19:21:28.165Z | Downloaded wyz v0.5.1 |
752 | 2024-10-31T19:21:28.165Z | Downloaded thread_local v1.1.8 |
753 | 2024-10-31T19:21:28.168Z | Downloaded twox-hash v1.6.3 |
754 | 2024-10-31T19:21:28.175Z | Downloaded derive_builder_core v0.20.2 |
755 | 2024-10-31T19:21:28.175Z | Downloaded defmt-macros v0.3.9 |
756 | 2024-10-31T19:21:28.175Z | Downloaded tui-tree-widget v0.22.0 |
757 | 2024-10-31T19:21:28.184Z | Downloaded value-bag v1.9.0 |
758 | 2024-10-31T19:21:28.184Z | Downloaded num-conv v0.1.0 |
759 | 2024-10-31T19:21:28.184Z | Downloaded uzers v0.12.1 |
760 | 2024-10-31T19:21:28.184Z | Downloaded fatfs v0.3.6 |
761 | 2024-10-31T19:21:28.211Z | Downloaded pem v3.0.4 |
762 | 2024-10-31T19:21:28.211Z | Downloaded aes v0.8.4 |
763 | 2024-10-31T19:21:28.211Z | Downloaded hash32 v0.2.1 |
764 | 2024-10-31T19:21:28.215Z | Downloaded polyval v0.6.2 |
765 | 2024-10-31T19:21:28.215Z | Downloaded tungstenite v0.23.0 |
766 | 2024-10-31T19:21:28.215Z | Downloaded tungstenite v0.21.0 |
767 | 2024-10-31T19:21:28.215Z | Downloaded zone_cfg_derive v0.3.0 |
768 | 2024-10-31T19:21:28.215Z | Downloaded sqlparser_derive v0.2.2 |
769 | 2024-10-31T19:21:28.216Z | Downloaded psl-types v2.0.11 |
770 | 2024-10-31T19:21:28.216Z | Downloaded r2d2 v0.8.10 |
771 | 2024-10-31T19:21:28.216Z | Downloaded postgres-types v0.2.8 |
772 | 2024-10-31T19:21:28.216Z | Downloaded spki v0.7.3 |
773 | 2024-10-31T19:21:28.216Z | Downloaded postgres-protocol v0.6.7 |
774 | 2024-10-31T19:21:28.220Z | Downloaded peg-macros v0.8.4 |
775 | 2024-10-31T19:21:28.220Z | Downloaded display-error-chain v0.2.1 |
776 | 2024-10-31T19:21:28.222Z | Downloaded num_enum v0.5.11 |
777 | 2024-10-31T19:21:28.225Z | Downloaded ed25519 v2.2.3 |
778 | 2024-10-31T19:21:28.229Z | Downloaded sec1 v0.7.3 |
779 | 2024-10-31T19:21:28.232Z | Downloaded zip v0.6.6 |
780 | 2024-10-31T19:21:28.234Z | Downloaded tiny-keccak v2.0.2 |
781 | 2024-10-31T19:21:28.237Z | Downloaded uuid v1.10.0 |
782 | 2024-10-31T19:21:28.240Z | Downloaded itertools v0.12.1 |
783 | 2024-10-31T19:21:28.248Z | Downloaded percent-encoding v2.3.1 |
784 | 2024-10-31T19:21:28.251Z | Downloaded num-derive v0.4.2 |
785 | 2024-10-31T19:21:28.253Z | Downloaded pem-rfc7468 v0.7.0 |
786 | 2024-10-31T19:21:28.256Z | Downloaded group v0.13.0 |
787 | 2024-10-31T19:21:28.261Z | Downloaded scheduled-thread-pool v0.2.7 |
788 | 2024-10-31T19:21:28.261Z | Downloaded proc-macro-crate v1.3.1 |
789 | 2024-10-31T19:21:28.263Z | Downloaded hash32 v0.3.1 |
790 | 2024-10-31T19:21:28.263Z | Downloaded fixedbitset v0.4.2 |
791 | 2024-10-31T19:21:28.263Z | Downloaded p256 v0.13.2 |
792 | 2024-10-31T19:21:28.266Z | Downloaded semver v0.1.20 |
793 | 2024-10-31T19:21:28.268Z | Downloaded postcard v1.0.10 |
794 | 2024-10-31T19:21:28.270Z | Downloaded expectorate v1.1.0 |
795 | 2024-10-31T19:21:28.273Z | Downloaded rustc_version v0.1.7 |
796 | 2024-10-31T19:21:28.274Z | Downloaded heapless v0.7.17 |
797 | 2024-10-31T19:21:28.278Z | Downloaded rusty-fork v0.3.0 |
798 | 2024-10-31T19:21:28.280Z | Downloaded aes-gcm v0.10.3 |
799 | 2024-10-31T19:21:28.285Z | Downloaded toolchain_find v0.4.0 |
800 | 2024-10-31T19:21:28.287Z | Downloaded tinyvec_macros v0.1.1 |
801 | 2024-10-31T19:21:28.287Z | Downloaded foreign-types-shared v0.1.1 |
802 | 2024-10-31T19:21:28.287Z | Downloaded pkcs8 v0.10.2 |
803 | 2024-10-31T19:21:28.290Z | Downloaded futures-executor v0.3.31 |
804 | 2024-10-31T19:21:28.292Z | Downloaded ff v0.13.0 |
805 | 2024-10-31T19:21:28.295Z | Downloaded zeroize_derive v1.4.2 |
806 | 2024-10-31T19:21:28.295Z | Downloaded zeroize v1.8.1 |
807 | 2024-10-31T19:21:28.297Z | Downloaded rustls-pemfile v1.0.4 |
808 | 2024-10-31T19:21:28.300Z | Downloaded secrecy v0.8.0 |
809 | 2024-10-31T19:21:28.302Z | Downloaded snafu-derive v0.8.5 |
810 | 2024-10-31T19:21:28.302Z | Downloaded defmt v0.3.8 |
811 | 2024-10-31T19:21:28.305Z | Downloaded unicode-xid v0.2.6 |
812 | 2024-10-31T19:21:28.307Z | Downloaded time-core v0.1.2 |
813 | 2024-10-31T19:21:28.310Z | Downloaded progenitor-client v0.8.0 |
814 | 2024-10-31T19:21:28.310Z | Downloaded vsss-rs v3.3.4 |
815 | 2024-10-31T19:21:28.312Z | Downloaded globset v0.4.15 |
816 | 2024-10-31T19:21:28.315Z | Downloaded num-iter v0.1.45 |
817 | 2024-10-31T19:21:28.315Z | Downloaded hyper v1.4.1 |
818 | 2024-10-31T19:21:28.322Z | Downloaded unicase v2.7.0 |
819 | 2024-10-31T19:21:28.324Z | Downloaded topological-sort v0.2.2 |
820 | 2024-10-31T19:21:28.327Z | Downloaded signal-hook-tokio v0.3.1 |
821 | 2024-10-31T19:21:28.327Z | Downloaded packed_struct v0.10.1 |
822 | 2024-10-31T19:21:28.329Z | Downloaded fallible-iterator v0.3.0 |
823 | 2024-10-31T19:21:28.332Z | Downloaded strum_macros v0.24.3 |
824 | 2024-10-31T19:21:28.332Z | Downloaded packed_struct_codegen v0.10.1 |
825 | 2024-10-31T19:21:28.335Z | Downloaded fd-lock v4.0.2 |
826 | 2024-10-31T19:21:28.337Z | Downloaded num-complex v0.4.6 |
827 | 2024-10-31T19:21:28.337Z | Downloaded crossterm v0.28.1 |
828 | 2024-10-31T19:21:28.346Z | Downloaded foldhash v0.1.3 |
829 | 2024-10-31T19:21:28.348Z | Downloaded strip-ansi-escapes v0.2.0 |
830 | 2024-10-31T19:21:28.349Z | Downloaded stringprep v0.1.5 |
831 | 2024-10-31T19:21:28.351Z | Downloaded smallvec v0.6.14 |
832 | 2024-10-31T19:21:28.351Z | Downloaded slog-json v2.6.1 |
833 | 2024-10-31T19:21:28.354Z | Downloaded dhcproto-macros v0.1.0 |
834 | 2024-10-31T19:21:28.354Z | Downloaded slog-envlogger v2.2.0 |
835 | 2024-10-31T19:21:28.357Z | Downloaded typify v0.2.0 |
836 | 2024-10-31T19:21:28.360Z | Downloaded poly1305 v0.8.0 |
837 | 2024-10-31T19:21:28.362Z | Downloaded rustls-pemfile v2.2.0 |
838 | 2024-10-31T19:21:28.365Z | Downloaded rustversion v1.0.17 |
839 | 2024-10-31T19:21:28.368Z | Downloaded num-bigint-dig v0.8.4 |
840 | 2024-10-31T19:21:28.372Z | Downloaded fallible-iterator v0.2.0 |
841 | 2024-10-31T19:21:28.374Z | Downloaded bitvec v1.0.1 |
842 | 2024-10-31T19:21:28.389Z | Downloaded peg-runtime v0.8.3 |
843 | 2024-10-31T19:21:28.392Z | Downloaded number_prefix v0.4.0 |
844 | 2024-10-31T19:21:28.392Z | Downloaded untrusted v0.9.0 |
845 | 2024-10-31T19:21:28.395Z | Downloaded progenitor-impl v0.8.0 |
846 | 2024-10-31T19:21:28.395Z | Downloaded progenitor-macro v0.8.0 |
847 | 2024-10-31T19:21:28.398Z | Downloaded time-macros v0.2.18 |
848 | 2024-10-31T19:21:28.400Z | Downloaded openssl-probe v0.1.5 |
849 | 2024-10-31T19:21:28.400Z | Downloaded signal-hook-registry v1.4.2 |
850 | 2024-10-31T19:21:28.403Z | Downloaded steno v0.4.1 |
851 | 2024-10-31T19:21:28.405Z | Downloaded socket2 v0.5.7 |
852 | 2024-10-31T19:21:28.408Z | Downloaded subtle v2.6.1 |
853 | 2024-10-31T19:21:28.411Z | Downloaded futures-core v0.3.31 |
854 | 2024-10-31T19:21:28.411Z | Downloaded xz2 v0.1.7 |
855 | 2024-10-31T19:21:28.413Z | Downloaded futures v0.3.31 |
856 | 2024-10-31T19:21:28.417Z | Downloaded heapless v0.8.0 |
857 | 2024-10-31T19:21:28.421Z | Downloaded aho-corasick v1.1.3 |
858 | 2024-10-31T19:21:28.427Z | Downloaded olpc-cjson v0.1.4 |
859 | 2024-10-31T19:21:28.430Z | Downloaded num-integer v0.1.46 |
860 | 2024-10-31T19:21:28.430Z | Downloaded futures-io v0.3.31 |
861 | 2024-10-31T19:21:28.433Z | Downloaded progenitor v0.8.0 |
862 | 2024-10-31T19:21:28.433Z | Downloaded primeorder v0.13.6 |
863 | 2024-10-31T19:21:28.435Z | Downloaded either v1.13.0 |
864 | 2024-10-31T19:21:28.435Z | Downloaded xattr v1.3.1 |
865 | 2024-10-31T19:21:28.438Z | Downloaded utf-8 v0.7.6 |
866 | 2024-10-31T19:21:28.440Z | Downloaded rustls-pki-types v1.9.0 |
867 | 2024-10-31T19:21:28.443Z | Downloaded strum_macros v0.25.3 |
868 | 2024-10-31T19:21:28.445Z | Downloaded phf_codegen v0.11.2 |
869 | 2024-10-31T19:21:28.445Z | Downloaded phf v0.11.2 |
870 | 2024-10-31T19:21:28.448Z | Downloaded serde_urlencoded v0.7.1 |
871 | 2024-10-31T19:21:28.448Z | Downloaded serde_repr v0.1.19 |
872 | 2024-10-31T19:21:28.450Z | Downloaded embedded-io v0.6.1 |
873 | 2024-10-31T19:21:28.453Z | Downloaded pin-project v1.1.6 |
874 | 2024-10-31T19:21:28.463Z | Downloaded des v0.8.1 |
875 | 2024-10-31T19:21:28.465Z | Downloaded samael v0.0.17 |
876 | 2024-10-31T19:21:28.470Z | Downloaded rand v0.8.5 |
877 | 2024-10-31T19:21:28.474Z | Downloaded russh v0.45.0 |
878 | 2024-10-31T19:21:28.480Z | Downloaded shell-words v1.1.0 |
879 | 2024-10-31T19:21:28.483Z | Downloaded pkg-config v0.3.31 |
880 | 2024-10-31T19:21:28.483Z | Downloaded strum_macros v0.26.4 |
881 | 2024-10-31T19:21:28.485Z | Downloaded schemars v0.8.21 |
882 | 2024-10-31T19:21:28.497Z | Downloaded test-strategy v0.3.1 |
883 | 2024-10-31T19:21:28.501Z | Downloaded snafu v0.8.5 |
884 | 2024-10-31T19:21:28.507Z | Downloaded oso v0.27.3 |
885 | 2024-10-31T19:21:28.511Z | Downloaded hyper v0.14.30 |
886 | 2024-10-31T19:21:28.519Z | Downloaded idna v0.4.0 |
887 | 2024-10-31T19:21:28.527Z | Downloaded ron v0.7.1 |
888 | 2024-10-31T19:21:28.532Z | Downloaded num-traits v0.2.19 |
889 | 2024-10-31T19:21:28.535Z | Downloaded p521 v0.13.3 |
890 | 2024-10-31T19:21:28.539Z | Downloaded serde_with_macros v3.11.0 |
891 | 2024-10-31T19:21:28.542Z | Downloaded ed25519-dalek v2.1.1 |
892 | 2024-10-31T19:21:28.544Z | Downloaded derive_more v0.99.18 |
893 | 2024-10-31T19:21:28.549Z | Downloaded hashbrown v0.13.2 |
894 | 2024-10-31T19:21:28.554Z | Downloaded unicode-bidi v0.3.17 |
895 | 2024-10-31T19:21:28.557Z | Downloaded portable-atomic v1.9.0 |
896 | 2024-10-31T19:21:28.564Z | Downloaded futures-channel v0.3.31 |
897 | 2024-10-31T19:21:28.567Z | Downloaded rustyline v14.0.0 |
898 | 2024-10-31T19:21:28.572Z | Downloaded parse-zoneinfo v0.3.1 |
899 | 2024-10-31T19:21:28.576Z | Downloaded dhcproto v0.12.0 |
900 | 2024-10-31T19:21:28.579Z | Downloaded typed-path v0.7.1 |
901 | 2024-10-31T19:21:28.584Z | Downloaded sqlparser v0.45.0 |
902 | 2024-10-31T19:21:28.590Z | Downloaded hkdf v0.12.4 |
903 | 2024-10-31T19:21:28.593Z | Downloaded regex v1.11.0 |
904 | 2024-10-31T19:21:28.607Z | Downloaded serde_yaml v0.9.34+deprecated |
905 | 2024-10-31T19:21:28.611Z | Downloaded flume v0.11.0 |
906 | 2024-10-31T19:21:28.615Z | Downloaded bindgen v0.69.5 |
907 | 2024-10-31T19:21:28.623Z | Downloaded ron v0.8.1 |
908 | 2024-10-31T19:21:28.629Z | Downloaded hashbrown v0.12.3 |
909 | 2024-10-31T19:21:28.634Z | Downloaded rusqlite v0.32.1 |
910 | 2024-10-31T19:21:28.642Z | Downloaded reedline v0.35.0 |
911 | 2024-10-31T19:21:28.649Z | Downloaded quick-xml v0.33.0 |
912 | 2024-10-31T19:21:28.656Z | Downloaded tough v0.17.1 |
913 | 2024-10-31T19:21:28.665Z | Downloaded url v2.5.2 |
914 | 2024-10-31T19:21:28.668Z | Downloaded idna v0.3.0 |
915 | 2024-10-31T19:21:28.675Z | Downloaded x509-cert v0.2.5 |
916 | 2024-10-31T19:21:28.682Z | Downloaded salty v0.3.0 |
917 | 2024-10-31T19:21:28.690Z | Downloaded reqwest v0.11.27 |
918 | 2024-10-31T19:21:28.698Z | Downloaded openssl v0.10.66 |
919 | 2024-10-31T19:21:28.710Z | Downloaded unicode-normalization v0.1.24 |
920 | 2024-10-31T19:21:28.713Z | Downloaded reqwest v0.12.8 |
921 | 2024-10-31T19:21:28.721Z | Downloaded rustls-webpki v0.102.8 |
922 | 2024-10-31T19:21:28.742Z | Downloaded nix v0.27.1 |
923 | 2024-10-31T19:21:28.753Z | Downloaded p384 v0.13.0 |
924 | 2024-10-31T19:21:28.759Z | Downloaded smoltcp v0.9.1 |
925 | 2024-10-31T19:21:28.772Z | Downloaded polar-core v0.27.3 |
926 | 2024-10-31T19:21:28.779Z | Downloaded nix v0.28.0 |
927 | 2024-10-31T19:21:28.791Z | Downloaded futures-util v0.3.31 |
928 | 2024-10-31T19:21:28.804Z | Downloaded radix_trie v0.2.1 |
929 | 2024-10-31T19:21:28.809Z | Downloaded git2 v0.19.0 |
930 | 2024-10-31T19:21:28.818Z | Downloaded vcpkg v0.2.15 |
931 | 2024-10-31T19:21:28.857Z | Downloaded smoltcp v0.11.0 |
932 | 2024-10-31T19:21:28.870Z | Downloaded regex-syntax v0.6.29 |
933 | 2024-10-31T19:21:28.878Z | Downloaded object v0.36.5 |
934 | 2024-10-31T19:21:28.889Z | Downloaded rustls v0.22.4 |
935 | 2024-10-31T19:21:28.903Z | Downloaded rustls v0.23.14 |
936 | 2024-10-31T19:21:28.917Z | Downloaded gimli v0.31.1 |
937 | 2024-10-31T19:21:28.924Z | Downloaded chrono-tz v0.10.0 |
938 | 2024-10-31T19:21:28.933Z | Downloaded regress v0.10.1 |
939 | 2024-10-31T19:21:28.941Z | Downloaded object v0.30.4 |
940 | 2024-10-31T19:21:28.952Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2024-10-31T19:21:28.964Z | Downloaded openapiv3 v2.0.0 |
942 | 2024-10-31T19:21:28.978Z | Downloaded dropshot v0.12.0 |
943 | 2024-10-31T19:21:28.998Z | Downloaded bstr v1.10.0 |
944 | 2024-10-31T19:21:29.009Z | Downloaded diesel v2.2.4 |
945 | 2024-10-31T19:21:29.028Z | Downloaded regex-syntax v0.8.5 |
946 | 2024-10-31T19:21:29.037Z | Downloaded typify-impl v0.2.0 |
947 | 2024-10-31T19:21:29.053Z | Downloaded zerocopy-derive v0.6.6 |
948 | 2024-10-31T19:21:29.063Z | Downloaded ratatui v0.28.1 |
949 | 2024-10-31T19:21:29.083Z | Downloaded hickory-proto v0.24.1 |
950 | 2024-10-31T19:21:29.098Z | Downloaded regress v0.9.1 |
951 | 2024-10-31T19:21:29.106Z | Downloaded webpki-roots v0.26.6 |
952 | 2024-10-31T19:21:29.111Z | Downloaded quinn-proto v0.11.8 |
953 | 2024-10-31T19:21:29.117Z | Downloaded rustls v0.21.12 |
954 | 2024-10-31T19:21:29.129Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2024-10-31T19:21:29.141Z | Downloaded sled v0.34.7 |
956 | 2024-10-31T19:21:29.152Z | Downloaded lzma-sys v0.1.20 |
957 | 2024-10-31T19:21:29.181Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-10-31T19:21:29.189Z | Downloaded proptest v1.5.0 |
959 | 2024-10-31T19:21:29.199Z | Downloaded petgraph v0.6.5 |
960 | 2024-10-31T19:21:29.217Z | Downloaded tokio v1.40.0 |
961 | 2024-10-31T19:21:29.253Z | Downloaded regex-automata v0.4.8 |
962 | 2024-10-31T19:21:29.273Z | Downloaded nix v0.29.0 |
963 | 2024-10-31T19:21:29.283Z | Downloaded libz-sys v1.1.20 |
964 | 2024-10-31T19:21:29.303Z | Downloaded idna v0.5.0 |
965 | 2024-10-31T19:21:29.310Z | Downloaded winnow v0.5.40 |
966 | 2024-10-31T19:21:29.318Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-10-31T19:21:29.331Z | Downloaded vte v0.11.1 |
968 | 2024-10-31T19:21:29.334Z | Downloaded blake3 v1.5.4 |
969 | 2024-10-31T19:21:29.341Z | Downloaded rayon v1.10.0 |
970 | 2024-10-31T19:21:29.350Z | Downloaded elliptic-curve v0.13.8 |
971 | 2024-10-31T19:21:29.354Z | Downloaded openssl-sys v0.9.103 |
972 | 2024-10-31T19:21:29.371Z | Downloaded csv v1.3.0 |
973 | 2024-10-31T19:21:29.379Z | Downloaded sha3 v0.10.8 |
974 | 2024-10-31T19:21:29.384Z | Downloaded unicode_categories v0.1.1 |
975 | 2024-10-31T19:21:29.386Z | Downloaded serde_with v3.11.0 |
976 | 2024-10-31T19:21:29.394Z | Downloaded h2 v0.3.26 |
977 | 2024-10-31T19:21:29.401Z | Downloaded pin-project-internal v1.1.6 |
978 | 2024-10-31T19:21:29.403Z | Downloaded hashbrown v0.14.5 |
979 | 2024-10-31T19:21:29.408Z | Downloaded idna v0.2.3 |
980 | 2024-10-31T19:21:29.414Z | Downloaded tinyvec v1.8.0 |
981 | 2024-10-31T19:21:29.417Z | Downloaded chrono v0.4.38 |
982 | 2024-10-31T19:21:29.424Z | Downloaded publicsuffix v2.2.3 |
983 | 2024-10-31T19:21:29.427Z | Downloaded h2 v0.4.6 |
984 | 2024-10-31T19:21:29.434Z | Downloaded unicode-segmentation v1.12.0 |
985 | 2024-10-31T19:21:29.437Z | Downloaded phf_shared v0.11.2 |
986 | 2024-10-31T19:21:29.440Z | Downloaded termios v0.3.3 |
987 | 2024-10-31T19:21:29.442Z | Downloaded password-hash v0.4.2 |
988 | 2024-10-31T19:21:29.442Z | Downloaded num-rational v0.4.2 |
989 | 2024-10-31T19:21:29.445Z | Downloaded vergen v8.3.2 |
990 | 2024-10-31T19:21:29.447Z | Downloaded half v2.4.1 |
991 | 2024-10-31T19:21:29.450Z | Downloaded tracing v0.1.40 |
992 | 2024-10-31T19:21:29.452Z | Downloaded time v0.3.36 |
993 | 2024-10-31T19:21:29.459Z | Downloaded ssh-key v0.6.6 |
994 | 2024-10-31T19:21:29.468Z | Downloaded lalrpop v0.19.12 |
995 | 2024-10-31T19:21:29.478Z | Downloaded toml_edit v0.19.15 |
996 | 2024-10-31T19:21:29.492Z | Downloaded tokio-util v0.7.12 |
997 | 2024-10-31T19:21:29.499Z | Downloaded tokio-postgres v0.7.12 |
998 | 2024-10-31T19:21:29.503Z | Downloaded itertools v0.10.5 |
999 | 2024-10-31T19:21:29.508Z | Downloaded qorb v0.2.0 |
1000 | 2024-10-31T19:21:29.512Z | Downloaded thiserror-no-std v2.0.2 |
1001 | 2024-10-31T19:21:29.516Z | Downloaded spin v0.9.8 |
1002 | 2024-10-31T19:21:29.518Z | Downloaded unicode-properties v0.1.3 |
1003 | 2024-10-31T19:21:29.520Z | Downloaded flate2 v1.0.34 |
1004 | 2024-10-31T19:21:29.525Z | Downloaded nom v7.1.3 |
1005 | 2024-10-31T19:21:29.530Z | Downloaded owo-colors v4.1.0 |
1006 | 2024-10-31T19:21:29.533Z | Downloaded der v0.7.9 |
1007 | 2024-10-31T19:21:29.538Z | Downloaded encoding_rs v0.8.34 |
1008 | 2024-10-31T19:21:29.561Z | Downloaded tracing-attributes v0.1.27 |
1009 | 2024-10-31T19:21:29.564Z | Downloaded hickory-server v0.24.1 |
1010 | 2024-10-31T19:21:29.568Z | Downloaded prettyplease v0.2.22 |
1011 | 2024-10-31T19:21:29.571Z | Downloaded russh-keys v0.45.0 |
1012 | 2024-10-31T19:21:29.573Z | Downloaded pin-project-lite v0.2.14 |
1013 | 2024-10-31T19:21:29.576Z | Downloaded deranged v0.3.11 |
1014 | 2024-10-31T19:21:29.580Z | Downloaded rcgen v0.12.1 |
1015 | 2024-10-31T19:21:29.583Z | Downloaded minimal-lexical v0.2.1 |
1016 | 2024-10-31T19:21:29.587Z | Downloaded signal-hook v0.3.17 |
1017 | 2024-10-31T19:21:29.587Z | Downloaded rustc-demangle v0.1.24 |
1018 | 2024-10-31T19:21:29.590Z | Downloaded tokio-rustls v0.24.1 |
1019 | 2024-10-31T19:21:29.593Z | Downloaded crossbeam-channel v0.5.13 |
1020 | 2024-10-31T19:21:29.597Z | Downloaded headers v0.4.0 |
1021 | 2024-10-31T19:21:29.600Z | Downloaded heck v0.3.3 |
1022 | 2024-10-31T19:21:29.603Z | Downloaded fallible-streaming-iterator v0.1.9 |
1023 | 2024-10-31T19:21:29.603Z | Downloaded quick-error v1.2.3 |
1024 | 2024-10-31T19:21:29.607Z | Downloaded libxml v0.3.3 |
1025 | 2024-10-31T19:21:29.609Z | Downloaded predicates-tree v1.0.11 |
1026 | 2024-10-31T19:21:29.612Z | Downloaded tokio-tungstenite v0.24.0 |
1027 | 2024-10-31T19:21:29.615Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1028 | 2024-10-31T19:21:29.671Z | Downloaded tokio-tungstenite v0.23.1 |
1029 | 2024-10-31T19:21:29.674Z | Downloaded tokio-tungstenite v0.21.0 |
1030 | 2024-10-31T19:21:29.676Z | Downloaded tokio-stream v0.1.16 |
1031 | 2024-10-31T19:21:29.679Z | Downloaded tokio-rustls v0.26.0 |
1032 | 2024-10-31T19:21:29.681Z | Downloaded tracing-core v0.1.32 |
1033 | 2024-10-31T19:21:29.684Z | Downloaded tar v0.4.42 |
1034 | 2024-10-31T19:21:29.686Z | Downloaded cc v1.1.30 |
1035 | 2024-10-31T19:21:29.690Z | Downloaded foreign-types v0.3.2 |
1036 | 2024-10-31T19:21:29.693Z | Downloaded indexmap v1.9.3 |
1037 | 2024-10-31T19:21:29.695Z | Downloaded num-bigint v0.4.6 |
1038 | 2024-10-31T19:21:29.699Z | Downloaded blake2 v0.10.6 |
1039 | 2024-10-31T19:21:29.702Z | Downloaded rayon-core v1.12.1 |
1040 | 2024-10-31T19:21:29.705Z | Downloaded libloading v0.8.5 |
1041 | 2024-10-31T19:21:29.708Z | Downloaded hyper-staticfile v0.10.1 |
1042 | 2024-10-31T19:21:29.710Z | Downloaded crossbeam-deque v0.8.5 |
1043 | 2024-10-31T19:21:29.710Z | Downloaded parse-size v1.0.0 |
1044 | 2024-10-31T19:21:29.713Z | Downloaded lazycell v1.3.0 |
1045 | 2024-10-31T19:21:29.713Z | Downloaded libsw v3.3.1 |
1046 | 2024-10-31T19:21:29.715Z | Downloaded num v0.4.3 |
1047 | 2024-10-31T19:21:29.715Z | Downloaded mockall v0.13.0 |
1048 | 2024-10-31T19:21:29.718Z | Downloaded maplit v1.0.2 |
1049 | 2024-10-31T19:21:29.718Z | Downloaded endian-type v0.1.2 |
1050 | 2024-10-31T19:21:29.718Z | Downloaded multer v3.1.0 |
1051 | 2024-10-31T19:21:29.720Z | Downloaded rustfmt-wrapper v0.2.1 |
1052 | 2024-10-31T19:21:29.720Z | Downloaded rtoolbox v0.0.2 |
1053 | 2024-10-31T19:21:29.722Z | Downloaded lru v0.12.5 |
1054 | 2024-10-31T19:21:29.725Z | Downloaded backtrace v0.3.74 |
1055 | 2024-10-31T19:21:29.729Z | Downloaded httparse v1.9.5 |
1056 | 2024-10-31T19:21:29.732Z | Downloaded internet-checksum v0.2.1 |
1057 | 2024-10-31T19:21:29.732Z | Downloaded darling v0.20.10 |
1058 | 2024-10-31T19:21:29.735Z | Downloaded ipnetwork v0.20.0 |
1059 | 2024-10-31T19:21:29.737Z | Downloaded arrayvec v0.7.6 |
1060 | 2024-10-31T19:21:29.742Z | Downloaded tls_codec_derive v0.4.1 |
1061 | 2024-10-31T19:21:29.742Z | Downloaded multimap v0.10.0 |
1062 | 2024-10-31T19:21:29.744Z | Downloaded maybe-uninit v2.0.0 |
1063 | 2024-10-31T19:21:29.744Z | Downloaded lalrpop-util v0.19.12 |
1064 | 2024-10-31T19:21:29.744Z | Downloaded inout v0.1.3 |
1065 | 2024-10-31T19:21:29.744Z | Downloaded indoc v1.0.9 |
1066 | 2024-10-31T19:21:29.747Z | Downloaded indent_write v2.2.0 |
1067 | 2024-10-31T19:21:29.747Z | Downloaded const_format_proc_macros v0.2.33 |
1068 | 2024-10-31T19:21:29.749Z | Downloaded backoff v0.4.0 |
1069 | 2024-10-31T19:21:29.752Z | Downloaded argon2 v0.5.3 |
1070 | 2024-10-31T19:21:29.755Z | Downloaded chrono-tz-build v0.4.0 |
1071 | 2024-10-31T19:21:29.755Z | Downloaded castaway v0.2.3 |
1072 | 2024-10-31T19:21:29.757Z | Downloaded bitfield v0.14.0 |
1073 | 2024-10-31T19:21:29.757Z | Downloaded async-recursion v1.1.1 |
1074 | 2024-10-31T19:21:29.760Z | Downloaded http-body-util v0.1.2 |
1075 | 2024-10-31T19:21:29.762Z | Downloaded http-body v0.4.6 |
1076 | 2024-10-31T19:21:29.762Z | Downloaded bytes v1.7.2 |
1077 | 2024-10-31T19:21:29.765Z | Downloaded arrayref v0.3.9 |
1078 | 2024-10-31T19:21:29.769Z | Downloaded ascii-canvas v3.0.0 |
1079 | 2024-10-31T19:21:29.769Z | Downloaded ahash v0.8.11 |
1080 | 2024-10-31T19:21:29.771Z | Downloaded humantime v2.1.0 |
1081 | 2024-10-31T19:21:29.772Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2024-10-31T19:21:29.774Z | Downloaded crc-any v2.5.0 |
1083 | 2024-10-31T19:21:29.777Z | Downloaded libefi-sys v0.1.0 |
1084 | 2024-10-31T19:21:29.777Z | Downloaded lazy_static v1.5.0 |
1085 | 2024-10-31T19:21:29.779Z | Downloaded ciborium v0.2.2 |
1086 | 2024-10-31T19:21:29.782Z | Downloaded chacha20 v0.9.1 |
1087 | 2024-10-31T19:21:29.785Z | Downloaded cancel-safe-futures v0.1.5 |
1088 | 2024-10-31T19:21:29.785Z | Downloaded cexpr v0.6.0 |
1089 | 2024-10-31T19:21:29.795Z | Downloaded array-init v0.0.4 |
1090 | 2024-10-31T19:21:29.796Z | Downloaded aead v0.5.2 |
1091 | 2024-10-31T19:21:29.942Z | Downloaded libsqlite3-sys v0.30.1 |
1092 | 2024-10-31T19:21:30.111Z | Downloaded ring v0.17.8 |
1093 | 2024-10-31T19:21:30.225Z | Downloaded ring v0.16.20 |
1094 | 2024-10-31T19:21:30.400Z | Compiling serde v1.0.210 |
1095 | 2024-10-31T19:21:30.403Z | Compiling typenum v1.17.0 |
1096 | 2024-10-31T19:21:30.403Z | Compiling lock_api v0.4.12 |
1097 | 2024-10-31T19:21:30.403Z | Compiling generic-array v0.14.7 |
1098 | 2024-10-31T19:21:30.403Z | Compiling scopeguard v1.2.0 |
1099 | 2024-10-31T19:21:30.403Z | Compiling subtle v2.6.1 |
1100 | 2024-10-31T19:21:30.583Z | Compiling syn v2.0.79 |
1101 | 2024-10-31T19:21:30.594Z | Compiling getrandom v0.2.15 |
1102 | 2024-10-31T19:21:30.678Z | Compiling value-bag v1.9.0 |
1103 | 2024-10-31T19:21:30.860Z | Compiling rand_core v0.6.4 |
1104 | 2024-10-31T19:21:31.104Z | Compiling const-oid v0.9.6 |
1105 | 2024-10-31T19:21:31.123Z | Compiling pin-project-lite v0.2.14 |
1106 | 2024-10-31T19:21:31.153Z | Compiling smallvec v1.13.2 |
1107 | 2024-10-31T19:21:31.272Z | Compiling log v0.4.22 |
1108 | 2024-10-31T19:21:31.429Z | Compiling jobserver v0.1.32 |
1109 | 2024-10-31T19:21:31.568Z | Compiling shlex v1.3.0 |
1110 | 2024-10-31T19:21:31.587Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-10-31T19:21:31.751Z | Compiling futures-core v0.3.31 |
1112 | 2024-10-31T19:21:31.994Z | Compiling cc v1.1.30 |
1113 | 2024-10-31T19:21:32.016Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-10-31T19:21:32.187Z | Compiling mio v1.0.2 |
1115 | 2024-10-31T19:21:32.366Z | Compiling cpufeatures v0.2.14 |
1116 | 2024-10-31T19:21:32.474Z | Compiling parking_lot v0.12.3 |
1117 | 2024-10-31T19:21:32.750Z | Compiling futures-sink v0.3.31 |
1118 | 2024-10-31T19:21:32.859Z | Compiling spin v0.9.8 |
1119 | 2024-10-31T19:21:32.913Z | Compiling socket2 v0.5.7 |
1120 | 2024-10-31T19:21:33.212Z | Compiling slab v0.4.9 |
1121 | 2024-10-31T19:21:33.287Z | Compiling serde_json v1.0.128 |
1122 | 2024-10-31T19:21:33.379Z | Compiling futures-channel v0.3.31 |
1123 | 2024-10-31T19:21:33.409Z | Compiling tinyvec_macros v0.1.1 |
1124 | 2024-10-31T19:21:33.446Z | Compiling allocator-api2 v0.2.18 |
1125 | 2024-10-31T19:21:33.506Z | Compiling futures-io v0.3.31 |
1126 | 2024-10-31T19:21:33.648Z | Compiling foldhash v0.1.3 |
1127 | 2024-10-31T19:21:33.798Z | Compiling pin-utils v0.1.0 |
1128 | 2024-10-31T19:21:33.830Z | Compiling futures-task v0.3.31 |
1129 | 2024-10-31T19:21:33.896Z | Compiling tinyvec v1.8.0 |
1130 | 2024-10-31T19:21:33.912Z | Compiling libm v0.2.8 |
1131 | 2024-10-31T19:21:33.935Z | Compiling num-traits v0.2.19 |
1132 | 2024-10-31T19:21:34.002Z | Compiling unicode-bidi v0.3.17 |
1133 | 2024-10-31T19:21:34.150Z | Compiling hashbrown v0.15.0 |
1134 | 2024-10-31T19:21:34.274Z | Compiling base64ct v1.6.0 |
1135 | 2024-10-31T19:21:34.447Z | Compiling flagset v0.4.6 |
1136 | 2024-10-31T19:21:34.653Z | Compiling httparse v1.9.5 |
1137 | 2024-10-31T19:21:34.860Z | Compiling pem-rfc7468 v0.7.0 |
1138 | 2024-10-31T19:21:35.393Z | Compiling unicode-normalization v0.1.24 |
1139 | 2024-10-31T19:21:35.497Z | Compiling tracing-core v0.1.32 |
1140 | 2024-10-31T19:21:35.499Z | Compiling crossbeam-utils v0.8.20 |
1141 | 2024-10-31T19:21:35.544Z | Compiling percent-encoding v2.3.1 |
1142 | 2024-10-31T19:21:35.633Z | Compiling rustls-pki-types v1.9.0 |
1143 | 2024-10-31T19:21:36.049Z | Compiling ring v0.17.8 |
1144 | 2024-10-31T19:21:36.162Z | Compiling time-core v0.1.2 |
1145 | 2024-10-31T19:21:36.351Z | Compiling untrusted v0.9.0 |
1146 | 2024-10-31T19:21:36.534Z | Compiling powerfmt v0.2.0 |
1147 | 2024-10-31T19:21:36.551Z | Compiling vcpkg v0.2.15 |
1148 | 2024-10-31T19:21:36.625Z | Compiling pkg-config v0.3.31 |
1149 | 2024-10-31T19:21:36.722Z | Compiling num-conv v0.1.0 |
1150 | 2024-10-31T19:21:36.914Z | Compiling deranged v0.3.11 |
1151 | 2024-10-31T19:21:36.995Z | Compiling time-macros v0.2.18 |
1152 | 2024-10-31T19:21:37.484Z | Compiling atomic-waker v1.1.2 |
1153 | 2024-10-31T19:21:37.663Z | Compiling num_threads v0.1.7 |
1154 | 2024-10-31T19:21:37.789Z | Compiling form_urlencoded v1.2.1 |
1155 | 2024-10-31T19:21:38.012Z | Compiling slog v2.7.0 |
1156 | 2024-10-31T19:21:38.032Z | Compiling try-lock v0.2.5 |
1157 | 2024-10-31T19:21:38.111Z | Compiling rustix v0.38.37 |
1158 | 2024-10-31T19:21:38.168Z | Compiling want v0.3.1 |
1159 | 2024-10-31T19:21:38.444Z | Compiling httpdate v1.0.3 |
1160 | 2024-10-31T19:21:38.478Z | Compiling openssl-sys v0.9.103 |
1161 | 2024-10-31T19:21:38.744Z | Compiling idna v0.5.0 |
1162 | 2024-10-31T19:21:38.871Z | Compiling openssl v0.10.66 |
1163 | 2024-10-31T19:21:38.975Z | Compiling match_cfg v0.1.0 |
1164 | 2024-10-31T19:21:39.061Z | Compiling rustversion v1.0.17 |
1165 | 2024-10-31T19:21:39.267Z | Compiling base64 v0.22.1 |
1166 | 2024-10-31T19:21:39.333Z | Compiling foreign-types-shared v0.1.1 |
1167 | 2024-10-31T19:21:39.444Z | Compiling iana-time-zone v0.1.61 |
1168 | 2024-10-31T19:21:39.597Z | Compiling tower-service v0.3.3 |
1169 | 2024-10-31T19:21:39.826Z | Compiling url v2.5.2 |
1170 | 2024-10-31T19:21:39.870Z | Compiling foreign-types v0.3.2 |
1171 | 2024-10-31T19:21:39.941Z | Compiling time v0.3.36 |
1172 | 2024-10-31T19:21:39.961Z | Compiling hostname v0.3.1 |
1173 | 2024-10-31T19:21:39.996Z | Compiling dirs-sys-next v0.1.2 |
1174 | 2024-10-31T19:21:40.196Z | Compiling aho-corasick v1.1.3 |
1175 | 2024-10-31T19:21:40.241Z | Compiling siphasher v0.3.11 |
1176 | 2024-10-31T19:21:40.545Z | Compiling regex-syntax v0.8.5 |
1177 | 2024-10-31T19:21:40.599Z | Compiling rustls v0.23.14 |
1178 | 2024-10-31T19:21:40.862Z | Compiling rustls v0.22.4 |
1179 | 2024-10-31T19:21:41.129Z | Compiling adler2 v2.0.0 |
1180 | 2024-10-31T19:21:41.145Z | Compiling native-tls v0.2.12 |
1181 | 2024-10-31T19:21:41.342Z | Compiling syn v1.0.109 |
1182 | 2024-10-31T19:21:41.499Z | Compiling data-encoding v2.6.0 |
1183 | 2024-10-31T19:21:41.579Z | Compiling miniz_oxide v0.8.0 |
1184 | 2024-10-31T19:21:42.039Z | Compiling dirs-next v2.0.0 |
1185 | 2024-10-31T19:21:42.983Z | Compiling serde_derive_internals v0.29.1 |
1186 | 2024-10-31T19:21:43.566Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-10-31T19:21:43.608Z | Compiling lazy_static v1.5.0 |
1188 | 2024-10-31T19:21:43.735Z | Compiling thread_local v1.1.8 |
1189 | 2024-10-31T19:21:44.065Z | Compiling serde_derive v1.0.210 |
1190 | 2024-10-31T19:21:44.263Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-10-31T19:21:44.282Z | Compiling zerocopy-derive v0.7.35 |
1192 | 2024-10-31T19:21:44.855Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-10-31T19:21:45.155Z | Compiling thiserror-impl v1.0.64 |
1194 | 2024-10-31T19:21:45.506Z | Compiling futures-macro v0.3.31 |
1195 | 2024-10-31T19:21:45.795Z | Compiling zeroize v1.8.1 |
1196 | 2024-10-31T19:21:46.441Z | Compiling der_derive v0.7.3 |
1197 | 2024-10-31T19:21:46.476Z | Compiling zerocopy v0.7.35 |
1198 | 2024-10-31T19:21:46.764Z | Compiling tracing-attributes v0.1.27 |
1199 | 2024-10-31T19:21:46.851Z | Compiling scroll_derive v0.12.0 |
1200 | 2024-10-31T19:21:47.450Z | Compiling futures-util v0.3.31 |
1201 | 2024-10-31T19:21:47.715Z | Compiling crypto-common v0.1.6 |
1202 | 2024-10-31T19:21:47.942Z | Compiling block-buffer v0.10.4 |
1203 | 2024-10-31T19:21:48.102Z | Compiling block-padding v0.3.3 |
1204 | 2024-10-31T19:21:48.212Z | Compiling digest v0.10.7 |
1205 | 2024-10-31T19:21:48.212Z | Compiling ppv-lite86 v0.2.20 |
1206 | 2024-10-31T19:21:48.287Z | Compiling thiserror v1.0.64 |
1207 | 2024-10-31T19:21:48.346Z | Compiling inout v0.1.3 |
1208 | 2024-10-31T19:21:48.430Z | Compiling pest v2.7.14 |
1209 | 2024-10-31T19:21:48.624Z | Compiling hmac v0.12.1 |
1210 | 2024-10-31T19:21:48.703Z | Compiling sha2 v0.10.8 |
1211 | 2024-10-31T19:21:48.803Z | Compiling cipher v0.4.4 |
1212 | 2024-10-31T19:21:48.882Z | Compiling der v0.7.9 |
1213 | 2024-10-31T19:21:49.072Z | Compiling rand_chacha v0.3.1 |
1214 | 2024-10-31T19:21:49.326Z | Compiling salsa20 v0.10.2 |
1215 | 2024-10-31T19:21:49.558Z | Compiling rand v0.8.5 |
1216 | 2024-10-31T19:21:50.286Z | Compiling tracing v0.1.40 |
1217 | 2024-10-31T19:21:50.811Z | Compiling pbkdf2 v0.12.2 |
1218 | 2024-10-31T19:21:51.010Z | Compiling scrypt v0.11.0 |
1219 | 2024-10-31T19:21:51.432Z | Compiling spki v0.7.3 |
1220 | 2024-10-31T19:21:51.452Z | Compiling pest_meta v2.7.14 |
1221 | 2024-10-31T19:21:51.586Z | Compiling cbc v0.1.2 |
1222 | 2024-10-31T19:21:51.741Z | Compiling aes v0.8.4 |
1223 | 2024-10-31T19:21:51.809Z | Compiling scroll v0.12.0 |
1224 | 2024-10-31T19:21:51.827Z | Compiling rustls-webpki v0.102.8 |
1225 | 2024-10-31T19:21:52.328Z | Compiling goblin v0.8.2 |
1226 | 2024-10-31T19:21:52.350Z | Compiling openssl-macros v0.1.1 |
1227 | 2024-10-31T19:21:52.373Z | Compiling async-trait v0.1.83 |
1228 | 2024-10-31T19:21:53.102Z | Compiling pest_generator v2.7.14 |
1229 | 2024-10-31T19:21:53.823Z | Compiling pkcs5 v0.7.1 |
1230 | 2024-10-31T19:21:53.874Z | Compiling sha1 v0.10.6 |
1231 | 2024-10-31T19:21:54.306Z | Compiling signature v2.2.0 |
1232 | 2024-10-31T19:21:54.486Z | Compiling pkcs8 v0.10.2 |
1233 | 2024-10-31T19:21:54.600Z | Compiling regex-automata v0.4.8 |
1234 | 2024-10-31T19:21:54.909Z | Compiling multer v3.1.0 |
1235 | 2024-10-31T19:21:55.007Z | Compiling cookie v0.18.1 |
1236 | 2024-10-31T19:21:55.026Z | Compiling encoding_rs v0.8.34 |
1237 | 2024-10-31T19:21:55.132Z | Compiling openssl-probe v0.1.5 |
1238 | 2024-10-31T19:21:55.198Z | Compiling gimli v0.31.1 |
1239 | 2024-10-31T19:21:55.307Z | Compiling unicode-properties v0.1.3 |
1240 | 2024-10-31T19:21:55.470Z | Compiling ipnet v2.10.1 |
1241 | 2024-10-31T19:21:55.702Z | Compiling mime v0.3.17 |
1242 | 2024-10-31T19:21:56.045Z | Compiling pest_derive v2.7.14 |
1243 | 2024-10-31T19:21:56.318Z | Compiling either v1.13.0 |
1244 | 2024-10-31T19:21:56.699Z | Compiling schemars v0.8.21 |
1245 | 2024-10-31T19:21:56.742Z | Compiling signal-hook v0.3.17 |
1246 | 2024-10-31T19:21:56.850Z | Compiling dtrace-parser v0.2.0 |
1247 | 2024-10-31T19:21:57.021Z | Compiling rayon-core v1.12.1 |
1248 | 2024-10-31T19:21:57.061Z | Compiling slog-async v2.8.0 |
1249 | 2024-10-31T19:21:57.302Z | Compiling paste v1.0.15 |
1250 | 2024-10-31T19:21:57.701Z | Compiling stringprep v0.1.5 |
1251 | 2024-10-31T19:21:57.782Z | Compiling bytes v1.7.2 |
1252 | 2024-10-31T19:21:58.813Z | Compiling tokio v1.40.0 |
1253 | 2024-10-31T19:21:58.832Z | Compiling indexmap v2.6.0 |
1254 | 2024-10-31T19:21:59.062Z | Compiling http v1.1.0 |
1255 | 2024-10-31T19:21:59.195Z | Compiling bitflags v2.6.0 |
1256 | 2024-10-31T19:21:59.603Z | Compiling semver v1.0.23 |
1257 | 2024-10-31T19:22:00.321Z | Compiling rustc_version v0.4.1 |
1258 | 2024-10-31T19:22:00.353Z | Compiling dof v0.3.0 |
1259 | 2024-10-31T19:22:01.117Z | Compiling http-body v1.0.1 |
1260 | 2024-10-31T19:22:01.212Z | Compiling toml_datetime v0.6.8 |
1261 | 2024-10-31T19:22:01.367Z | Compiling uuid v1.10.0 |
1262 | 2024-10-31T19:22:01.486Z | Compiling serde_spanned v0.6.8 |
1263 | 2024-10-31T19:22:01.733Z | Compiling serde_tokenstream v0.2.2 |
1264 | 2024-10-31T19:22:01.737Z | Compiling usdt-impl v0.5.0 |
1265 | 2024-10-31T19:22:02.101Z | Compiling chrono v0.4.38 |
1266 | 2024-10-31T19:22:02.332Z | Compiling http-body-util v0.1.2 |
1267 | 2024-10-31T19:22:02.404Z | Compiling heapless v0.7.17 |
1268 | 2024-10-31T19:22:02.875Z | Compiling toml_edit v0.22.22 |
1269 | 2024-10-31T19:22:02.960Z | Compiling curve25519-dalek v4.1.3 |
1270 | 2024-10-31T19:22:03.252Z | Compiling usdt-macro v0.5.0 |
1271 | 2024-10-31T19:22:03.652Z | Compiling usdt-attr-macro v0.5.0 |
1272 | 2024-10-31T19:22:04.702Z | Compiling slog-json v2.6.1 |
1273 | 2024-10-31T19:22:05.100Z | Compiling addr2line v0.24.2 |
1274 | 2024-10-31T19:22:05.326Z | Compiling serde_urlencoded v0.7.1 |
1275 | 2024-10-31T19:22:05.759Z | Compiling futures-executor v0.3.31 |
1276 | 2024-10-31T19:22:05.842Z | Compiling md-5 v0.10.6 |
1277 | 2024-10-31T19:22:06.179Z | Compiling schemars_derive v0.8.21 |
1278 | 2024-10-31T19:22:06.315Z | Compiling enum-as-inner v0.6.1 |
1279 | 2024-10-31T19:22:06.652Z | Compiling async-stream-impl v0.3.6 |
1280 | 2024-10-31T19:22:07.402Z | Compiling tokio-util v0.7.12 |
1281 | 2024-10-31T19:22:07.978Z | Compiling crossbeam-deque v0.8.5 |
1282 | 2024-10-31T19:22:08.320Z | Compiling term v0.7.0 |
1283 | 2024-10-31T19:22:08.760Z | Compiling h2 v0.4.6 |
1284 | 2024-10-31T19:22:10.012Z | Compiling crossbeam-channel v0.5.13 |
1285 | 2024-10-31T19:22:10.651Z | Compiling num-integer v0.1.46 |
1286 | 2024-10-31T19:22:11.165Z | Compiling idna v0.3.0 |
1287 | 2024-10-31T19:22:11.238Z | Compiling idna v0.4.0 |
1288 | 2024-10-31T19:22:11.475Z | Compiling rustls-pemfile v2.2.0 |
1289 | 2024-10-31T19:22:11.806Z | Compiling ff v0.13.0 |
1290 | 2024-10-31T19:22:12.032Z | Compiling hash32 v0.2.1 |
1291 | 2024-10-31T19:22:12.428Z | Compiling is-terminal v0.4.13 |
1292 | 2024-10-31T19:22:12.559Z | Compiling dropshot v0.12.0 |
1293 | 2024-10-31T19:22:12.803Z | Compiling object v0.36.5 |
1294 | 2024-10-31T19:22:12.831Z | Compiling utf-8 v0.7.6 |
1295 | 2024-10-31T19:22:12.854Z | Compiling fallible-iterator v0.2.0 |
1296 | 2024-10-31T19:22:13.149Z | Compiling anyhow v1.0.89 |
1297 | 2024-10-31T19:22:13.321Z | Compiling quick-error v1.2.3 |
1298 | 2024-10-31T19:22:13.470Z | Compiling stable_deref_trait v1.2.0 |
1299 | 2024-10-31T19:22:13.558Z | Compiling take_mut v0.2.2 |
1300 | 2024-10-31T19:22:13.578Z | Compiling smoltcp v0.9.1 |
1301 | 2024-10-31T19:22:13.709Z | Compiling base16ct v0.2.0 |
1302 | 2024-10-31T19:22:13.771Z | Compiling dyn-clone v1.0.17 |
1303 | 2024-10-31T19:22:13.989Z | Compiling num-bigint-dig v0.8.4 |
1304 | 2024-10-31T19:22:14.024Z | Compiling rustc-demangle v0.1.24 |
1305 | 2024-10-31T19:22:14.285Z | Compiling portable-atomic v1.9.0 |
1306 | 2024-10-31T19:22:14.287Z | Compiling psl-types v2.0.11 |
1307 | 2024-10-31T19:22:14.494Z | Compiling linked-hash-map v0.5.6 |
1308 | 2024-10-31T19:22:14.841Z | Compiling lru-cache v0.1.2 |
1309 | 2024-10-31T19:22:14.981Z | Compiling publicsuffix v2.2.3 |
1310 | 2024-10-31T19:22:15.249Z | Compiling sec1 v0.7.3 |
1311 | 2024-10-31T19:22:15.793Z | Compiling hyper v1.4.1 |
1312 | 2024-10-31T19:22:16.606Z | Compiling postgres-protocol v0.6.7 |
1313 | 2024-10-31T19:22:17.108Z | Compiling resolv-conf v0.7.0 |
1314 | 2024-10-31T19:22:17.851Z | Compiling tungstenite v0.24.0 |
1315 | 2024-10-31T19:22:17.972Z | Compiling usdt v0.5.0 |
1316 | 2024-10-31T19:22:18.460Z | Compiling hyper-util v0.1.9 |
1317 | 2024-10-31T19:22:18.817Z | Compiling slog-term v2.9.1 |
1318 | 2024-10-31T19:22:18.938Z | Compiling hickory-proto v0.24.1 |
1319 | 2024-10-31T19:22:18.984Z | Compiling group v0.13.0 |
1320 | 2024-10-31T19:22:19.304Z | Compiling tokio-rustls v0.26.0 |
1321 | 2024-10-31T19:22:19.759Z | Compiling num-iter v0.1.45 |
1322 | 2024-10-31T19:22:19.778Z | Compiling tokio-rustls v0.25.0 |
1323 | 2024-10-31T19:22:19.949Z | Compiling tokio-native-tls v0.3.1 |
1324 | 2024-10-31T19:22:20.065Z | Compiling backtrace v0.3.74 |
1325 | 2024-10-31T19:22:20.182Z | Compiling async-stream v0.3.6 |
1326 | 2024-10-31T19:22:20.211Z | Compiling toml v0.8.19 |
1327 | 2024-10-31T19:22:20.477Z | Compiling futures v0.3.31 |
1328 | 2024-10-31T19:22:21.694Z | Compiling slog-bunyan v2.5.0 |
1329 | 2024-10-31T19:22:21.733Z | Compiling terminal_size v0.4.0 |
1330 | 2024-10-31T19:22:21.900Z | Compiling dropshot_endpoint v0.12.0 |
1331 | 2024-10-31T19:22:21.920Z | Compiling openapiv3 v2.0.0 |
1332 | 2024-10-31T19:22:21.942Z | Compiling camino v1.1.9 |
1333 | 2024-10-31T19:22:21.961Z | Compiling serde_path_to_error v0.1.16 |
1334 | 2024-10-31T19:22:22.831Z | Compiling hkdf v0.12.4 |
1335 | 2024-10-31T19:22:22.917Z | Compiling crypto-bigint v0.5.5 |
1336 | 2024-10-31T19:22:23.079Z | Compiling zerocopy-derive v0.6.6 |
1337 | 2024-10-31T19:22:23.239Z | Compiling hubpack_derive v0.1.1 |
1338 | 2024-10-31T19:22:23.341Z | Compiling curve25519-dalek-derive v0.1.1 |
1339 | 2024-10-31T19:22:23.749Z | Compiling phf_shared v0.11.2 |
1340 | 2024-10-31T19:22:24.135Z | Compiling waitgroup v0.1.2 |
1341 | 2024-10-31T19:22:24.154Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-10-31T19:22:24.347Z | Compiling hostname v0.4.0 |
1343 | 2024-10-31T19:22:24.367Z | Compiling fs-err v2.11.0 |
1344 | 2024-10-31T19:22:24.599Z | Compiling ahash v0.8.11 |
1345 | 2024-10-31T19:22:24.664Z | Compiling debug-ignore v1.0.5 |
1346 | 2024-10-31T19:22:24.812Z | Compiling bitflags v1.3.2 |
1347 | 2024-10-31T19:22:24.827Z | Compiling winnow v0.5.40 |
1348 | 2024-10-31T19:22:24.913Z | Compiling managed v0.8.0 |
1349 | 2024-10-31T19:22:24.936Z | Compiling console v0.15.8 |
1350 | 2024-10-31T19:22:25.184Z | Compiling zerocopy v0.6.6 |
1351 | 2024-10-31T19:22:26.066Z | Compiling elliptic-curve v0.13.8 |
1352 | 2024-10-31T19:22:26.113Z | Compiling clap_builder v4.5.20 |
1353 | 2024-10-31T19:22:26.553Z | Compiling strum_macros v0.25.3 |
1354 | 2024-10-31T19:22:27.624Z | Compiling hickory-resolver v0.24.1 |
1355 | 2024-10-31T19:22:28.847Z | Compiling toml_edit v0.19.15 |
1356 | 2024-10-31T19:22:28.896Z | Compiling hyper-rustls v0.27.3 |
1357 | 2024-10-31T19:22:28.953Z | Compiling hubpack v0.1.2 |
1358 | 2024-10-31T19:22:29.401Z | Compiling phf v0.11.2 |
1359 | 2024-10-31T19:22:29.504Z | Compiling signal-hook-mio v0.2.4 |
1360 | 2024-10-31T19:22:29.671Z | Compiling cookie_store v0.21.0 |
1361 | 2024-10-31T19:22:29.695Z | Compiling hyper-tls v0.6.0 |
1362 | 2024-10-31T19:22:30.366Z | Compiling rayon v1.10.0 |
1363 | 2024-10-31T19:22:31.186Z | Compiling tokio-tungstenite v0.24.0 |
1364 | 2024-10-31T19:22:31.745Z | Compiling postgres-types v0.2.8 |
1365 | 2024-10-31T19:22:33.859Z | Compiling tokio-stream v0.1.16 |
1366 | 2024-10-31T19:22:34.566Z | Compiling bstr v1.10.0 |
1367 | 2024-10-31T19:22:34.852Z | Compiling regex v1.11.0 |
1368 | 2024-10-31T19:22:34.888Z | Compiling serde-big-array v0.5.1 |
1369 | 2024-10-31T19:22:34.954Z | Compiling ed25519 v2.2.3 |
1370 | 2024-10-31T19:22:35.109Z | Compiling pkcs1 v0.7.5 |
1371 | 2024-10-31T19:22:35.262Z | Compiling rfc6979 v0.4.0 |
1372 | 2024-10-31T19:22:35.437Z | Compiling clap_derive v4.5.18 |
1373 | 2024-10-31T19:22:35.458Z | Compiling serde_repr v0.1.19 |
1374 | 2024-10-31T19:22:35.932Z | Compiling derive-where v1.2.7 |
1375 | 2024-10-31T19:22:36.100Z | Compiling phf_shared v0.10.0 |
1376 | 2024-10-31T19:22:36.286Z | Compiling float-cmp v0.9.0 |
1377 | 2024-10-31T19:22:36.415Z | Compiling sync_wrapper v1.0.1 |
1378 | 2024-10-31T19:22:36.494Z | Compiling crc32fast v1.4.2 |
1379 | 2024-10-31T19:22:36.517Z | Compiling number_prefix v0.4.0 |
1380 | 2024-10-31T19:22:36.574Z | Compiling fixedbitset v0.4.2 |
1381 | 2024-10-31T19:22:36.594Z | Compiling minimal-lexical v0.2.1 |
1382 | 2024-10-31T19:22:36.728Z | Compiling bit-vec v0.6.3 |
1383 | 2024-10-31T19:22:36.801Z | Compiling predicates-core v1.0.8 |
1384 | 2024-10-31T19:22:36.822Z | Compiling unicode-segmentation v1.12.0 |
1385 | 2024-10-31T19:22:37.030Z | Compiling normalize-line-endings v0.3.0 |
1386 | 2024-10-31T19:22:37.098Z | Compiling whoami v1.5.2 |
1387 | 2024-10-31T19:22:37.141Z | Compiling new_debug_unreachable v1.0.6 |
1388 | 2024-10-31T19:22:37.162Z | Compiling static_assertions v1.1.0 |
1389 | 2024-10-31T19:22:37.181Z | Compiling precomputed-hash v0.1.1 |
1390 | 2024-10-31T19:22:37.241Z | Compiling difflib v0.4.0 |
1391 | 2024-10-31T19:22:37.263Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1392 | 2024-10-31T19:22:37.303Z | Compiling string_cache v0.8.7 |
1393 | 2024-10-31T19:22:37.698Z | Compiling predicates v3.1.2 |
1394 | 2024-10-31T19:22:37.742Z | Compiling similar v2.6.0 |
1395 | 2024-10-31T19:22:37.745Z | Compiling tokio-postgres v0.7.12 |
1396 | 2024-10-31T19:22:38.785Z | Compiling bit-set v0.5.3 |
1397 | 2024-10-31T19:22:39.085Z | Compiling nom v7.1.3 |
1398 | 2024-10-31T19:22:39.342Z | Compiling qorb v0.2.0 |
1399 | 2024-10-31T19:22:39.362Z | Compiling petgraph v0.6.5 |
1400 | 2024-10-31T19:22:40.077Z | Compiling clap v4.5.20 |
1401 | 2024-10-31T19:22:40.139Z | Compiling flate2 v1.0.34 |
1402 | 2024-10-31T19:22:40.204Z | Compiling indicatif v0.17.8 |
1403 | 2024-10-31T19:22:41.158Z | Compiling reqwest v0.12.8 |
1404 | 2024-10-31T19:22:42.283Z | Compiling rsa v0.9.6 |
1405 | 2024-10-31T19:22:42.882Z | Compiling ecdsa v0.16.9 |
1406 | 2024-10-31T19:22:43.286Z | Compiling ed25519-dalek v2.1.1 |
1407 | 2024-10-31T19:22:43.354Z | Compiling toml v0.7.8 |
1408 | 2024-10-31T19:22:43.747Z | Compiling crossterm v0.28.1 |
1409 | 2024-10-31T19:22:44.627Z | Compiling hex v0.4.3 |
1410 | 2024-10-31T19:22:44.848Z | Compiling itertools v0.12.1 |
1411 | 2024-10-31T19:22:44.966Z | Compiling itertools v0.10.5 |
1412 | 2024-10-31T19:22:45.244Z | Compiling x509-cert v0.2.5 |
1413 | 2024-10-31T19:22:45.265Z | Compiling peg-runtime v0.8.3 |
1414 | 2024-10-31T19:22:45.717Z | Compiling lalrpop-util v0.19.12 |
1415 | 2024-10-31T19:22:45.933Z | Compiling unicode-xid v0.2.6 |
1416 | 2024-10-31T19:22:46.104Z | Compiling xattr v1.3.1 |
1417 | 2024-10-31T19:22:46.125Z | Compiling strum_macros v0.26.4 |
1418 | 2024-10-31T19:22:46.385Z | Compiling filetime v0.2.25 |
1419 | 2024-10-31T19:22:46.703Z | Compiling tar v0.4.42 |
1420 | 2024-10-31T19:22:49.750Z | Compiling strum v0.26.3 |
1421 | 2024-10-31T19:22:50.082Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1422 | 2024-10-31T19:22:50.330Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1423 | 2024-10-31T19:22:55.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1424 | 2024-10-31T19:22:55.927Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1425 | 2024-10-31T19:22:55.976Z | Oct 31 19:22:54.822 INFO Starting download, target: Clickhouse |
1426 | 2024-10-31T19:22:55.976Z | Oct 31 19:22:54.822 INFO Starting download, target: Cockroach |
1427 | 2024-10-31T19:22:55.979Z | Oct 31 19:22:54.822 INFO Starting download, target: Console |
1428 | 2024-10-31T19:22:55.979Z | Oct 31 19:22:54.822 INFO Starting download, target: DendriteOpenapi |
1429 | 2024-10-31T19:22:55.979Z | Oct 31 19:22:54.822 INFO Starting download, target: DendriteStub |
1430 | 2024-10-31T19:22:55.979Z | Oct 31 19:22:54.822 INFO Starting download, target: MaghemiteMgd |
1431 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.822 INFO Starting download, target: TransceiverControl |
1432 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1433 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1434 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1435 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1436 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1437 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1438 | 2024-10-31T19:22:55.980Z | Oct 31 19:22:54.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1439 | 2024-10-31T19:22:56.266Z | Oct 31 19:22:55.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1440 | 2024-10-31T19:22:56.318Z | Oct 31 19:22:55.148 INFO Download complete, target: DendriteOpenapi |
1441 | 2024-10-31T19:22:56.573Z | Oct 31 19:22:55.401 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1442 | 2024-10-31T19:22:56.892Z | Oct 31 19:22:55.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1443 | 2024-10-31T19:22:56.912Z | Oct 31 19:22:55.748 INFO Download complete, target: Console |
1444 | 2024-10-31T19:22:56.919Z | Oct 31 19:22:55.763 INFO Download complete, target: TransceiverControl |
1445 | 2024-10-31T19:22:56.972Z | Oct 31 19:22:55.817 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1446 | 2024-10-31T19:22:57.806Z | Oct 31 19:22:56.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1447 | 2024-10-31T19:22:57.806Z | Oct 31 19:22:56.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1448 | 2024-10-31T19:22:58.797Z | Oct 31 19:22:57.643 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1449 | 2024-10-31T19:22:59.669Z | Oct 31 19:22:58.515 INFO Download complete, target: DendriteStub |
1450 | 2024-10-31T19:22:59.672Z | Oct 31 19:22:58.516 INFO Download complete, target: MaghemiteMgd |
1451 | 2024-10-31T19:23:05.102Z | Oct 31 19:23:03.947 INFO Checking that binary works, target: Cockroach |
1452 | 2024-10-31T19:23:05.261Z | Oct 31 19:23:04.106 INFO Download complete, target: Cockroach |
1453 | 2024-10-31T19:23:11.045Z | Oct 31 19:23:09.889 INFO Checking that binary works, target: Clickhouse |
1454 | 2024-10-31T19:23:11.206Z | Oct 31 19:23:10.051 INFO Download complete, target: Clickhouse |
1455 | 2024-10-31T19:23:11.213Z | All prerequisites installed successfully |
1456 | 2024-10-31T19:23:11.216Z | |
1457 | 2024-10-31T19:23:11.216Z | real 3:46.102584497 |
1458 | 2024-10-31T19:23:11.216Z | user 12:06.461947297 |
1459 | 2024-10-31T19:23:11.216Z | sys 2:40.379962108 |
1460 | 2024-10-31T19:23:11.216Z | trap 0.434087947 |
1461 | 2024-10-31T19:23:11.216Z | tflt 1.309290240 |
1462 | 2024-10-31T19:23:11.216Z | dflt 1.471907455 |
1463 | 2024-10-31T19:23:11.216Z | kflt 0.029979279 |
1464 | 2024-10-31T19:23:11.216Z | lock 22:23.044464978 |
1465 | 2024-10-31T19:23:11.216Z | slp 46:46.430753178 |
1466 | 2024-10-31T19:23:11.216Z | lat 47.005314378 |
1467 | 2024-10-31T19:23:11.216Z | stop 1:58.501493932 |
1468 | 2024-10-31T19:23:11.216Z | + ptime -m cargo xtask download softnpu |
1469 | 2024-10-31T19:23:11.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1470 | 2024-10-31T19:23:11.729Z | Running `target/debug/xtask download softnpu` |
1471 | 2024-10-31T19:23:12.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1472 | 2024-10-31T19:23:12.547Z | Running `target/debug/xtask-downloader softnpu` |
1473 | 2024-10-31T19:23:12.584Z | Oct 31 19:23:11.429 INFO Starting download, target: Softnpu |
1474 | 2024-10-31T19:23:12.586Z | Oct 31 19:23:11.429 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1475 | 2024-10-31T19:23:13.488Z | Oct 31 19:23:12.333 INFO Download complete, target: Softnpu |
1476 | 2024-10-31T19:23:13.492Z | |
1477 | 2024-10-31T19:23:13.494Z | real 2.271587423 |
1478 | 2024-10-31T19:23:13.494Z | user 1.203947928 |
1479 | 2024-10-31T19:23:13.494Z | sys 0.505042276 |
1480 | 2024-10-31T19:23:13.494Z | trap 0.000140305 |
1481 | 2024-10-31T19:23:13.494Z | tflt 0.000010147 |
1482 | 2024-10-31T19:23:13.494Z | dflt 0.000000000 |
1483 | 2024-10-31T19:23:13.494Z | kflt 0.000000000 |
1484 | 2024-10-31T19:23:13.494Z | lock 9.509447456 |
1485 | 2024-10-31T19:23:13.494Z | slp 0.722181982 |
1486 | 2024-10-31T19:23:13.494Z | lat 0.063932954 |
1487 | 2024-10-31T19:23:13.494Z | stop 0.000159164 |
1488 | 2024-10-31T19:23:13.494Z | + export CARGO_INCREMENTAL=0 |
1489 | 2024-10-31T19:23:13.494Z | + CARGO_INCREMENTAL=0 |
1490 | 2024-10-31T19:23:13.494Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1491 | 2024-10-31T19:23:14.426Z | Compiling proc-macro2 v1.0.87 |
1492 | 2024-10-31T19:23:14.426Z | Compiling unicode-ident v1.0.13 |
1493 | 2024-10-31T19:23:14.426Z | Compiling libc v0.2.161 |
1494 | 2024-10-31T19:23:14.426Z | Compiling serde v1.0.210 |
1495 | 2024-10-31T19:23:14.429Z | Compiling autocfg v1.4.0 |
1496 | 2024-10-31T19:23:14.430Z | Compiling version_check v0.9.5 |
1497 | 2024-10-31T19:23:14.430Z | Compiling cfg-if v1.0.0 |
1498 | 2024-10-31T19:23:14.659Z | Compiling typenum v1.17.0 |
1499 | 2024-10-31T19:23:14.707Z | Compiling memchr v2.7.4 |
1500 | 2024-10-31T19:23:14.725Z | Compiling shlex v1.3.0 |
1501 | 2024-10-31T19:23:15.132Z | Compiling parking_lot_core v0.9.10 |
1502 | 2024-10-31T19:23:15.411Z | Compiling lock_api v0.4.12 |
1503 | 2024-10-31T19:23:15.499Z | Compiling generic-array v0.14.7 |
1504 | 2024-10-31T19:23:15.542Z | Compiling once_cell v1.20.2 |
1505 | 2024-10-31T19:23:15.743Z | Compiling serde_json v1.0.128 |
1506 | 2024-10-31T19:23:15.810Z | Compiling libm v0.2.8 |
1507 | 2024-10-31T19:23:15.927Z | Compiling thiserror v1.0.64 |
1508 | 2024-10-31T19:23:16.051Z | Compiling num-traits v0.2.19 |
1509 | 2024-10-31T19:23:16.078Z | Compiling value-bag v1.9.0 |
1510 | 2024-10-31T19:23:16.149Z | Compiling quote v1.0.37 |
1511 | 2024-10-31T19:23:16.337Z | Compiling itoa v1.0.11 |
1512 | 2024-10-31T19:23:16.393Z | Compiling getrandom v0.2.15 |
1513 | 2024-10-31T19:23:16.562Z | Compiling syn v2.0.79 |
1514 | 2024-10-31T19:23:16.623Z | Compiling jobserver v0.1.32 |
1515 | 2024-10-31T19:23:16.670Z | Compiling log v0.4.22 |
1516 | 2024-10-31T19:23:16.771Z | Compiling slab v0.4.9 |
1517 | 2024-10-31T19:23:16.886Z | Compiling scopeguard v1.2.0 |
1518 | 2024-10-31T19:23:17.039Z | Compiling cc v1.1.30 |
1519 | 2024-10-31T19:23:17.087Z | Compiling rand_core v0.6.4 |
1520 | 2024-10-31T19:23:17.331Z | Compiling byteorder v1.5.0 |
1521 | 2024-10-31T19:23:17.861Z | Compiling subtle v2.6.1 |
1522 | 2024-10-31T19:23:17.973Z | Compiling allocator-api2 v0.2.18 |
1523 | 2024-10-31T19:23:18.411Z | Compiling semver v1.0.23 |
1524 | 2024-10-31T19:23:18.813Z | Compiling ryu v1.0.18 |
1525 | 2024-10-31T19:23:18.884Z | Compiling pin-project-lite v0.2.14 |
1526 | 2024-10-31T19:23:18.961Z | Compiling const-oid v0.9.6 |
1527 | 2024-10-31T19:23:18.992Z | Compiling foldhash v0.1.3 |
1528 | 2024-10-31T19:23:19.017Z | Compiling equivalent v1.0.1 |
1529 | 2024-10-31T19:23:19.073Z | Compiling smallvec v1.13.2 |
1530 | 2024-10-31T19:23:19.124Z | Compiling httparse v1.9.5 |
1531 | 2024-10-31T19:23:19.203Z | Compiling hashbrown v0.15.0 |
1532 | 2024-10-31T19:23:19.574Z | Compiling schemars v0.8.21 |
1533 | 2024-10-31T19:23:19.880Z | Compiling signal-hook-registry v1.4.2 |
1534 | 2024-10-31T19:23:19.922Z | Compiling heck v0.5.0 |
1535 | 2024-10-31T19:23:20.081Z | Compiling mio v1.0.2 |
1536 | 2024-10-31T19:23:20.233Z | Compiling ring v0.17.8 |
1537 | 2024-10-31T19:23:20.363Z | Compiling parking_lot v0.12.3 |
1538 | 2024-10-31T19:23:21.157Z | Compiling crossbeam-utils v0.8.20 |
1539 | 2024-10-31T19:23:21.201Z | Compiling socket2 v0.5.7 |
1540 | 2024-10-31T19:23:21.385Z | Compiling fnv v1.0.7 |
1541 | 2024-10-31T19:23:21.515Z | Compiling vcpkg v0.2.15 |
1542 | 2024-10-31T19:23:21.608Z | Compiling num-conv v0.1.0 |
1543 | 2024-10-31T19:23:21.676Z | Compiling pkg-config v0.3.31 |
1544 | 2024-10-31T19:23:22.314Z | Compiling futures-core v0.3.31 |
1545 | 2024-10-31T19:23:22.685Z | Compiling time-core v0.1.2 |
1546 | 2024-10-31T19:23:22.860Z | Compiling time-macros v0.2.18 |
1547 | 2024-10-31T19:23:23.032Z | Compiling openssl-sys v0.9.103 |
1548 | 2024-10-31T19:23:23.576Z | Compiling spin v0.9.8 |
1549 | 2024-10-31T19:23:23.961Z | Compiling serde_derive_internals v0.29.1 |
1550 | 2024-10-31T19:23:24.272Z | Compiling cpufeatures v0.2.14 |
1551 | 2024-10-31T19:23:24.326Z | Compiling futures-sink v0.3.31 |
1552 | 2024-10-31T19:23:24.789Z | Compiling ahash v0.8.11 |
1553 | 2024-10-31T19:23:24.889Z | Compiling syn v1.0.109 |
1554 | 2024-10-31T19:23:24.907Z | Compiling slog v2.7.0 |
1555 | 2024-10-31T19:23:25.300Z | Compiling rustix v0.38.37 |
1556 | 2024-10-31T19:23:25.589Z | Compiling futures-channel v0.3.31 |
1557 | 2024-10-31T19:23:25.773Z | Compiling futures-task v0.3.31 |
1558 | 2024-10-31T19:23:25.791Z | Compiling ucd-trie v0.1.7 |
1559 | 2024-10-31T19:23:25.819Z | Compiling openssl v0.10.66 |
1560 | 2024-10-31T19:23:25.924Z | Compiling tinyvec_macros v0.1.1 |
1561 | 2024-10-31T19:23:25.998Z | Compiling iana-time-zone v0.1.61 |
1562 | 2024-10-31T19:23:26.018Z | Compiling futures-io v0.3.31 |
1563 | 2024-10-31T19:23:26.149Z | Compiling pin-utils v0.1.0 |
1564 | 2024-10-31T19:23:26.242Z | Compiling tinyvec v1.8.0 |
1565 | 2024-10-31T19:23:26.741Z | Compiling native-tls v0.2.12 |
1566 | 2024-10-31T19:23:26.774Z | Compiling rustls v0.23.14 |
1567 | 2024-10-31T19:23:27.053Z | Compiling unicode-bidi v0.3.17 |
1568 | 2024-10-31T19:23:27.102Z | Compiling base64ct v1.6.0 |
1569 | 2024-10-31T19:23:27.666Z | Compiling pem-rfc7468 v0.7.0 |
1570 | 2024-10-31T19:23:27.725Z | Compiling unicode-normalization v0.1.24 |
1571 | 2024-10-31T19:23:28.401Z | Compiling tracing-core v0.1.32 |
1572 | 2024-10-31T19:23:28.606Z | Compiling serde_derive v1.0.210 |
1573 | 2024-10-31T19:23:28.773Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-10-31T19:23:29.561Z | Compiling zerocopy-derive v0.7.35 |
1575 | 2024-10-31T19:23:29.696Z | Compiling thiserror-impl v1.0.64 |
1576 | 2024-10-31T19:23:30.057Z | Compiling zeroize v1.8.1 |
1577 | 2024-10-31T19:23:30.421Z | Compiling tokio-macros v2.4.0 |
1578 | 2024-10-31T19:23:31.353Z | Compiling futures-macro v0.3.31 |
1579 | 2024-10-31T19:23:31.711Z | Compiling zerocopy v0.7.35 |
1580 | 2024-10-31T19:23:32.234Z | Compiling crypto-common v0.1.6 |
1581 | 2024-10-31T19:23:32.573Z | Compiling tracing-attributes v0.1.27 |
1582 | 2024-10-31T19:23:32.678Z | Compiling block-buffer v0.10.4 |
1583 | 2024-10-31T19:23:32.929Z | Compiling digest v0.10.7 |
1584 | 2024-10-31T19:23:33.185Z | Compiling schemars_derive v0.8.21 |
1585 | 2024-10-31T19:23:33.335Z | Compiling der_derive v0.7.3 |
1586 | 2024-10-31T19:23:34.593Z | Compiling hmac v0.12.1 |
1587 | 2024-10-31T19:23:34.668Z | Compiling scroll_derive v0.12.0 |
1588 | 2024-10-31T19:23:34.818Z | Compiling futures-util v0.3.31 |
1589 | 2024-10-31T19:23:35.363Z | Compiling pest v2.7.14 |
1590 | 2024-10-31T19:23:35.684Z | Compiling block-padding v0.3.3 |
1591 | 2024-10-31T19:23:36.076Z | Compiling inout v0.1.3 |
1592 | 2024-10-31T19:23:36.220Z | Compiling openssl-macros v0.1.1 |
1593 | 2024-10-31T19:23:36.873Z | Compiling cipher v0.4.4 |
1594 | 2024-10-31T19:23:36.968Z | Compiling sha2 v0.10.8 |
1595 | 2024-10-31T19:23:37.333Z | Compiling ppv-lite86 v0.2.20 |
1596 | 2024-10-31T19:23:37.757Z | Compiling usdt-impl v0.5.0 |
1597 | 2024-10-31T19:23:38.102Z | Compiling pest_meta v2.7.14 |
1598 | 2024-10-31T19:23:38.119Z | Compiling cookie v0.18.1 |
1599 | 2024-10-31T19:23:38.197Z | Compiling flagset v0.4.6 |
1600 | 2024-10-31T19:23:38.405Z | Compiling anyhow v1.0.89 |
1601 | 2024-10-31T19:23:38.425Z | Compiling dyn-clone v1.0.17 |
1602 | 2024-10-31T19:23:38.838Z | Compiling der v0.7.9 |
1603 | 2024-10-31T19:23:38.945Z | Compiling rand_chacha v0.3.1 |
1604 | 2024-10-31T19:23:39.871Z | Compiling pest_generator v2.7.14 |
1605 | 2024-10-31T19:23:40.852Z | Compiling scroll v0.12.0 |
1606 | 2024-10-31T19:23:40.868Z | Compiling tracing v0.1.40 |
1607 | 2024-10-31T19:23:41.167Z | Compiling bytes v1.7.2 |
1608 | 2024-10-31T19:23:41.504Z | Compiling indexmap v2.6.0 |
1609 | 2024-10-31T19:23:41.753Z | Compiling serde_tokenstream v0.2.2 |
1610 | 2024-10-31T19:23:42.282Z | Compiling tokio v1.40.0 |
1611 | 2024-10-31T19:23:42.343Z | Compiling http v1.1.0 |
1612 | 2024-10-31T19:23:42.587Z | Compiling rustc_version v0.4.1 |
1613 | 2024-10-31T19:23:42.954Z | Compiling uuid v1.10.0 |
1614 | 2024-10-31T19:23:43.031Z | Compiling chrono v0.4.38 |
1615 | 2024-10-31T19:23:43.146Z | Compiling bitflags v2.6.0 |
1616 | 2024-10-31T19:23:44.224Z | Compiling serde_spanned v0.6.8 |
1617 | 2024-10-31T19:23:44.453Z | Compiling toml_datetime v0.6.8 |
1618 | 2024-10-31T19:23:44.888Z | Compiling pest_derive v2.7.14 |
1619 | 2024-10-31T19:23:47.773Z | Compiling async-trait v0.1.83 |
1620 | 2024-10-31T19:23:49.156Z | Compiling aho-corasick v1.1.3 |
1621 | 2024-10-31T19:23:49.758Z | Compiling rustls-pki-types v1.9.0 |
1622 | 2024-10-31T19:23:49.998Z | Compiling regex-syntax v0.8.5 |
1623 | 2024-10-31T19:23:50.408Z | Compiling plain v0.2.3 |
1624 | 2024-10-31T19:23:50.579Z | Compiling camino v1.1.9 |
1625 | 2024-10-31T19:23:50.723Z | Compiling rayon-core v1.12.1 |
1626 | 2024-10-31T19:23:51.017Z | Compiling percent-encoding v2.3.1 |
1627 | 2024-10-31T19:23:51.136Z | Compiling goblin v0.8.2 |
1628 | 2024-10-31T19:23:51.341Z | Compiling tokio-util v0.7.12 |
1629 | 2024-10-31T19:23:52.574Z | Compiling spki v0.7.3 |
1630 | 2024-10-31T19:23:52.602Z | Compiling rand v0.8.5 |
1631 | 2024-10-31T19:23:52.959Z | Compiling salsa20 v0.10.2 |
1632 | 2024-10-31T19:23:53.197Z | Compiling pbkdf2 v0.12.2 |
1633 | 2024-10-31T19:23:53.644Z | Compiling regex-automata v0.4.8 |
1634 | 2024-10-31T19:23:54.221Z | Compiling rustls v0.22.4 |
1635 | 2024-10-31T19:23:54.506Z | Compiling winnow v0.5.40 |
1636 | 2024-10-31T19:23:54.746Z | Compiling untrusted v0.9.0 |
1637 | 2024-10-31T19:23:54.922Z | Compiling powerfmt v0.2.0 |
1638 | 2024-10-31T19:23:55.279Z | Compiling pretty-hex v0.4.1 |
1639 | 2024-10-31T19:23:55.504Z | Compiling deranged v0.3.11 |
1640 | 2024-10-31T19:23:57.187Z | Compiling dof v0.3.0 |
1641 | 2024-10-31T19:23:57.815Z | Compiling scrypt v0.11.0 |
1642 | 2024-10-31T19:23:58.132Z | Compiling toml_edit v0.19.15 |
1643 | 2024-10-31T19:23:58.748Z | Compiling dtrace-parser v0.2.0 |
1644 | 2024-10-31T19:23:59.091Z | Compiling cbc v0.1.2 |
1645 | 2024-10-31T19:23:59.117Z | Compiling aes v0.8.4 |
1646 | 2024-10-31T19:23:59.311Z | Compiling thread-id v4.2.2 |
1647 | 2024-10-31T19:23:59.430Z | Compiling num_threads v0.1.7 |
1648 | 2024-10-31T19:23:59.564Z | Compiling atomic-waker v1.1.2 |
1649 | 2024-10-31T19:24:00.091Z | Compiling rustversion v1.0.17 |
1650 | 2024-10-31T19:24:00.309Z | Compiling pkcs5 v0.7.1 |
1651 | 2024-10-31T19:24:00.427Z | Compiling time v0.3.36 |
1652 | 2024-10-31T19:24:01.375Z | Compiling rustls-webpki v0.102.8 |
1653 | 2024-10-31T19:24:02.587Z | Compiling form_urlencoded v1.2.1 |
1654 | 2024-10-31T19:24:02.872Z | Compiling http-body v1.0.1 |
1655 | 2024-10-31T19:24:03.080Z | Compiling heapless v0.7.17 |
1656 | 2024-10-31T19:24:03.660Z | Compiling multer v3.1.0 |
1657 | 2024-10-31T19:24:03.983Z | Compiling slog-async v2.8.0 |
1658 | 2024-10-31T19:24:04.075Z | Compiling try-lock v0.2.5 |
1659 | 2024-10-31T19:24:04.567Z | Compiling signal-hook v0.3.17 |
1660 | 2024-10-31T19:24:04.666Z | Compiling want v0.3.1 |
1661 | 2024-10-31T19:24:04.860Z | Compiling pkcs8 v0.10.2 |
1662 | 2024-10-31T19:24:05.462Z | Compiling h2 v0.4.6 |
1663 | 2024-10-31T19:24:06.065Z | Compiling regex v1.11.0 |
1664 | 2024-10-31T19:24:07.068Z | Compiling paste v1.0.15 |
1665 | 2024-10-31T19:24:07.405Z | Compiling strsim v0.11.1 |
1666 | 2024-10-31T19:24:07.519Z | Compiling httpdate v1.0.3 |
1667 | 2024-10-31T19:24:08.875Z | Compiling usdt-attr-macro v0.5.0 |
1668 | 2024-10-31T19:24:09.159Z | Compiling usdt-macro v0.5.0 |
1669 | 2024-10-31T19:24:09.779Z | Compiling openapiv3 v2.0.0 |
1670 | 2024-10-31T19:24:10.349Z | Compiling curve25519-dalek v4.1.3 |
1671 | 2024-10-31T19:24:10.460Z | Compiling idna v0.5.0 |
1672 | 2024-10-31T19:24:10.756Z | Compiling async-stream-impl v0.3.6 |
1673 | 2024-10-31T19:24:11.850Z | Compiling enum-as-inner v0.6.1 |
1674 | 2024-10-31T19:24:12.114Z | Compiling errno v0.3.9 |
1675 | 2024-10-31T19:24:12.385Z | Compiling hyper v1.4.1 |
1676 | 2024-10-31T19:24:12.513Z | Compiling dropshot v0.12.0 |
1677 | 2024-10-31T19:24:12.864Z | Compiling portable-atomic v1.9.0 |
1678 | 2024-10-31T19:24:13.601Z | Compiling num-bigint-dig v0.8.4 |
1679 | 2024-10-31T19:24:13.785Z | Compiling base64 v0.22.1 |
1680 | 2024-10-31T19:24:13.920Z | Compiling match_cfg v0.1.0 |
1681 | 2024-10-31T19:24:13.942Z | Compiling smoltcp v0.9.1 |
1682 | 2024-10-31T19:24:14.022Z | Compiling tower-service v0.3.3 |
1683 | 2024-10-31T19:24:14.152Z | Compiling foreign-types-shared v0.1.1 |
1684 | 2024-10-31T19:24:14.275Z | Compiling adler2 v2.0.0 |
1685 | 2024-10-31T19:24:14.468Z | Compiling miniz_oxide v0.8.0 |
1686 | 2024-10-31T19:24:14.529Z | Compiling foreign-types v0.3.2 |
1687 | 2024-10-31T19:24:14.651Z | Compiling hostname v0.3.1 |
1688 | 2024-10-31T19:24:14.769Z | Compiling url v2.5.2 |
1689 | 2024-10-31T19:24:14.823Z | Compiling hyper-util v0.1.9 |
1690 | 2024-10-31T19:24:17.821Z | Compiling dirs-sys-next v0.1.2 |
1691 | 2024-10-31T19:24:17.917Z | Compiling data-encoding v2.6.0 |
1692 | 2024-10-31T19:24:18.421Z | Compiling siphasher v0.3.11 |
1693 | 2024-10-31T19:24:18.697Z | Compiling heck v0.4.1 |
1694 | 2024-10-31T19:24:18.826Z | Compiling gimli v0.31.1 |
1695 | 2024-10-31T19:24:21.692Z | Compiling dirs-next v2.0.0 |
1696 | 2024-10-31T19:24:24.485Z | Compiling addr2line v0.24.2 |
1697 | 2024-10-31T19:24:25.428Z | Compiling http-body-util v0.1.2 |
1698 | 2024-10-31T19:24:26.049Z | Compiling crossbeam-epoch v0.9.18 |
1699 | 2024-10-31T19:24:26.148Z | Compiling dropshot_endpoint v0.12.0 |
1700 | 2024-10-31T19:24:26.685Z | Compiling hubpack_derive v0.1.1 |
1701 | 2024-10-31T19:24:26.713Z | Compiling sha1 v0.10.6 |
1702 | 2024-10-31T19:24:26.919Z | Compiling signature v2.2.0 |
1703 | 2024-10-31T19:24:27.135Z | Compiling curve25519-dalek-derive v0.1.1 |
1704 | 2024-10-31T19:24:27.155Z | Compiling zerocopy-derive v0.6.6 |
1705 | 2024-10-31T19:24:27.583Z | Compiling lazy_static v1.5.0 |
1706 | 2024-10-31T19:24:27.701Z | Compiling object v0.36.5 |
1707 | 2024-10-31T19:24:28.313Z | Compiling thread_local v1.1.8 |
1708 | 2024-10-31T19:24:28.437Z | Compiling fs-err v2.11.0 |
1709 | 2024-10-31T19:24:28.607Z | Compiling encoding_rs v0.8.34 |
1710 | 2024-10-31T19:24:28.770Z | Compiling winnow v0.6.20 |
1711 | 2024-10-31T19:24:28.796Z | Compiling mime v0.3.17 |
1712 | 2024-10-31T19:24:28.946Z | Compiling utf8parse v0.2.2 |
1713 | 2024-10-31T19:24:29.115Z | Compiling unicode-properties v0.1.3 |
1714 | 2024-10-31T19:24:29.306Z | Compiling rustc-demangle v0.1.24 |
1715 | 2024-10-31T19:24:29.924Z | Compiling either v1.13.0 |
1716 | 2024-10-31T19:24:30.381Z | Compiling ipnet v2.10.1 |
1717 | 2024-10-31T19:24:31.388Z | Compiling openssl-probe v0.1.5 |
1718 | 2024-10-31T19:24:31.481Z | Compiling stable_deref_trait v1.2.0 |
1719 | 2024-10-31T19:24:31.596Z | Compiling anstyle v1.0.8 |
1720 | 2024-10-31T19:24:32.043Z | Compiling stringprep v0.1.5 |
1721 | 2024-10-31T19:24:32.415Z | Compiling toml_edit v0.22.22 |
1722 | 2024-10-31T19:24:32.539Z | Compiling anstyle-parse v0.2.5 |
1723 | 2024-10-31T19:24:35.128Z | Compiling crossbeam-deque v0.8.5 |
1724 | 2024-10-31T19:24:36.560Z | Compiling backtrace v0.3.74 |
1725 | 2024-10-31T19:24:41.281Z | Compiling term v0.7.0 |
1726 | 2024-10-31T19:24:42.505Z | Compiling slog-json v2.6.1 |
1727 | 2024-10-31T19:24:43.727Z | Compiling serde_urlencoded v0.7.1 |
1728 | 2024-10-31T19:24:44.246Z | Compiling crossbeam-channel v0.5.13 |
1729 | 2024-10-31T19:24:44.590Z | Compiling rustls-pemfile v2.2.0 |
1730 | 2024-10-31T19:24:44.909Z | Compiling hashbrown v0.14.5 |
1731 | 2024-10-31T19:24:45.311Z | Compiling futures-executor v0.3.31 |
1732 | 2024-10-31T19:24:46.238Z | Compiling md-5 v0.10.6 |
1733 | 2024-10-31T19:24:46.261Z | Compiling idna v0.3.0 |
1734 | 2024-10-31T19:24:46.496Z | Compiling idna v0.4.0 |
1735 | 2024-10-31T19:24:47.131Z | Compiling num-integer v0.1.46 |
1736 | 2024-10-31T19:24:47.660Z | Compiling ff v0.13.0 |
1737 | 2024-10-31T19:24:47.682Z | Compiling hash32 v0.2.1 |
1738 | 2024-10-31T19:24:47.831Z | Compiling is-terminal v0.4.13 |
1739 | 2024-10-31T19:24:47.913Z | Compiling memmap v0.7.0 |
1740 | 2024-10-31T19:24:48.134Z | Compiling is_terminal_polyfill v1.70.1 |
1741 | 2024-10-31T19:24:48.220Z | Compiling fallible-iterator v0.2.0 |
1742 | 2024-10-31T19:24:48.257Z | Compiling base16ct v0.2.0 |
1743 | 2024-10-31T19:24:48.521Z | Compiling colorchoice v1.0.2 |
1744 | 2024-10-31T19:24:48.680Z | Compiling linked-hash-map v0.5.6 |
1745 | 2024-10-31T19:24:49.051Z | Compiling utf-8 v0.7.6 |
1746 | 2024-10-31T19:24:49.349Z | Compiling take_mut v0.2.2 |
1747 | 2024-10-31T19:24:49.508Z | Compiling psl-types v2.0.11 |
1748 | 2024-10-31T19:24:49.568Z | Compiling anstyle-query v1.1.1 |
1749 | 2024-10-31T19:24:49.728Z | Compiling quick-error v1.2.3 |
1750 | 2024-10-31T19:24:49.881Z | Compiling resolv-conf v0.7.0 |
1751 | 2024-10-31T19:24:49.984Z | Compiling anstream v0.6.15 |
1752 | 2024-10-31T19:24:50.531Z | Compiling publicsuffix v2.2.3 |
1753 | 2024-10-31T19:24:50.791Z | Compiling tungstenite v0.24.0 |
1754 | 2024-10-31T19:24:51.706Z | Compiling lru-cache v0.1.2 |
1755 | 2024-10-31T19:24:52.576Z | Compiling postgres-protocol v0.6.7 |
1756 | 2024-10-31T19:24:52.708Z | Compiling sec1 v0.7.3 |
1757 | 2024-10-31T19:24:52.741Z | Compiling usdt v0.5.0 |
1758 | 2024-10-31T19:24:53.146Z | Compiling slog-term v2.9.1 |
1759 | 2024-10-31T19:24:53.200Z | Compiling group v0.13.0 |
1760 | 2024-10-31T19:24:53.543Z | Compiling num-iter v0.1.45 |
1761 | 2024-10-31T19:24:53.697Z | Compiling hickory-proto v0.24.1 |
1762 | 2024-10-31T19:24:54.690Z | Compiling regress v0.10.1 |
1763 | 2024-10-31T19:24:54.695Z | Compiling futures v0.3.31 |
1764 | 2024-10-31T19:24:57.952Z | Compiling tokio-rustls v0.25.0 |
1765 | 2024-10-31T19:24:58.920Z | Compiling slog-bunyan v2.5.0 |
1766 | 2024-10-31T19:24:59.134Z | Compiling tokio-rustls v0.26.0 |
1767 | 2024-10-31T19:24:59.151Z | Compiling toml v0.8.19 |
1768 | 2024-10-31T19:24:59.268Z | Compiling tokio-native-tls v0.3.1 |
1769 | 2024-10-31T19:24:59.557Z | Compiling terminal_size v0.4.0 |
1770 | 2024-10-31T19:24:59.577Z | Compiling strum_macros v0.25.3 |
1771 | 2024-10-31T19:24:59.782Z | Compiling phf_shared v0.11.2 |
1772 | 2024-10-31T19:25:00.350Z | Compiling async-stream v0.3.6 |
1773 | 2024-10-31T19:25:00.712Z | Compiling waitgroup v0.1.2 |
1774 | 2024-10-31T19:25:01.213Z | Compiling webpki-roots v0.26.6 |
1775 | 2024-10-31T19:25:01.513Z | Compiling serde_path_to_error v0.1.16 |
1776 | 2024-10-31T19:25:02.106Z | Compiling hkdf v0.12.4 |
1777 | 2024-10-31T19:25:02.143Z | Compiling crypto-bigint v0.5.5 |
1778 | 2024-10-31T19:25:02.276Z | Compiling serde_repr v0.1.19 |
1779 | 2024-10-31T19:25:02.331Z | Compiling clap_derive v4.5.18 |
1780 | 2024-10-31T19:25:02.926Z | Compiling derive-where v1.2.7 |
1781 | 2024-10-31T19:25:03.439Z | Compiling hostname v0.4.0 |
1782 | 2024-10-31T19:25:03.910Z | Compiling managed v0.8.0 |
1783 | 2024-10-31T19:25:04.378Z | Compiling unicode-width v0.1.14 |
1784 | 2024-10-31T19:25:04.909Z | Compiling bitflags v1.3.2 |
1785 | 2024-10-31T19:25:05.554Z | Compiling debug-ignore v1.0.5 |
1786 | 2024-10-31T19:25:05.636Z | Compiling clap_lex v0.7.2 |
1787 | 2024-10-31T19:25:05.920Z | Compiling clap_builder v4.5.20 |
1788 | 2024-10-31T19:25:06.080Z | Compiling elliptic-curve v0.13.8 |
1789 | 2024-10-31T19:25:06.404Z | Compiling console v0.15.8 |
1790 | 2024-10-31T19:25:08.375Z | Compiling hyper-rustls v0.27.3 |
1791 | 2024-10-31T19:25:10.256Z | Compiling phf v0.11.2 |
1792 | 2024-10-31T19:25:10.579Z | Compiling hyper-tls v0.6.0 |
1793 | 2024-10-31T19:25:10.948Z | Compiling hickory-resolver v0.24.1 |
1794 | 2024-10-31T19:25:11.186Z | Compiling signal-hook-mio v0.2.4 |
1795 | 2024-10-31T19:25:11.350Z | Compiling typify-impl v0.2.0 |
1796 | 2024-10-31T19:25:12.631Z | Compiling rayon v1.10.0 |
1797 | 2024-10-31T19:25:12.719Z | Compiling cookie_store v0.21.0 |
1798 | 2024-10-31T19:25:13.674Z | Compiling postgres-types v0.2.8 |
1799 | 2024-10-31T19:25:14.314Z | Compiling tokio-tungstenite v0.24.0 |
1800 | 2024-10-31T19:25:14.877Z | Compiling zerocopy v0.6.6 |
1801 | 2024-10-31T19:25:15.181Z | Compiling hubpack v0.1.2 |
1802 | 2024-10-31T19:25:15.616Z | Compiling ed25519 v2.2.3 |
1803 | 2024-10-31T19:25:15.767Z | Compiling phf_shared v0.10.0 |
1804 | 2024-10-31T19:25:16.044Z | Compiling pkcs1 v0.7.5 |
1805 | 2024-10-31T19:25:16.119Z | Compiling bstr v1.10.0 |
1806 | 2024-10-31T19:25:16.807Z | Compiling tokio-stream v0.1.16 |
1807 | 2024-10-31T19:25:16.975Z | Compiling serde-big-array v0.5.1 |
1808 | 2024-10-31T19:25:17.197Z | Compiling rfc6979 v0.4.0 |
1809 | 2024-10-31T19:25:17.348Z | Compiling float-cmp v0.9.0 |
1810 | 2024-10-31T19:25:17.395Z | Compiling sync_wrapper v1.0.1 |
1811 | 2024-10-31T19:25:17.553Z | Compiling crc32fast v1.4.2 |
1812 | 2024-10-31T19:25:17.635Z | Compiling number_prefix v0.4.0 |
1813 | 2024-10-31T19:25:17.848Z | Compiling difflib v0.4.0 |
1814 | 2024-10-31T19:25:17.877Z | Compiling fixedbitset v0.4.2 |
1815 | 2024-10-31T19:25:17.941Z | Compiling static_assertions v1.1.0 |
1816 | 2024-10-31T19:25:18.050Z | Compiling minimal-lexical v0.2.1 |
1817 | 2024-10-31T19:25:18.158Z | Compiling precomputed-hash v0.1.1 |
1818 | 2024-10-31T19:25:18.272Z | Compiling bit-vec v0.6.3 |
1819 | 2024-10-31T19:25:18.390Z | Compiling new_debug_unreachable v1.0.6 |
1820 | 2024-10-31T19:25:18.493Z | Compiling whoami v1.5.2 |
1821 | 2024-10-31T19:25:18.526Z | Compiling normalize-line-endings v0.3.0 |
1822 | 2024-10-31T19:25:18.662Z | Compiling unicode-segmentation v1.12.0 |
1823 | 2024-10-31T19:25:18.789Z | Compiling predicates-core v1.0.8 |
1824 | 2024-10-31T19:25:18.988Z | Compiling predicates v3.1.2 |
1825 | 2024-10-31T19:25:19.061Z | Compiling tokio-postgres v0.7.12 |
1826 | 2024-10-31T19:25:19.087Z | Compiling bit-set v0.5.3 |
1827 | 2024-10-31T19:25:19.382Z | Compiling similar v2.6.0 |
1828 | 2024-10-31T19:25:19.535Z | Compiling string_cache v0.8.7 |
1829 | 2024-10-31T19:25:19.939Z | Compiling nom v7.1.3 |
1830 | 2024-10-31T19:25:20.706Z | Compiling petgraph v0.6.5 |
1831 | 2024-10-31T19:25:20.946Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1832 | 2024-10-31T19:25:22.232Z | Compiling typify-macro v0.2.0 |
1833 | 2024-10-31T19:25:23.489Z | Compiling indicatif v0.17.8 |
1834 | 2024-10-31T19:25:24.161Z | Compiling flate2 v1.0.34 |
1835 | 2024-10-31T19:25:24.516Z | Compiling qorb v0.2.0 |
1836 | 2024-10-31T19:25:25.038Z | Compiling reqwest v0.12.8 |
1837 | 2024-10-31T19:25:25.243Z | Compiling ecdsa v0.16.9 |
1838 | 2024-10-31T19:25:26.779Z | Compiling rsa v0.9.6 |
1839 | 2024-10-31T19:25:27.397Z | Compiling ed25519-dalek v2.1.1 |
1840 | 2024-10-31T19:25:27.887Z | Compiling crossterm v0.28.1 |
1841 | 2024-10-31T19:25:27.929Z | Compiling clap v4.5.20 |
1842 | 2024-10-31T19:25:29.708Z | Compiling itertools v0.10.5 |
1843 | 2024-10-31T19:25:29.982Z | Compiling itertools v0.12.1 |
1844 | 2024-10-31T19:25:30.977Z | Compiling toml v0.7.8 |
1845 | 2024-10-31T19:25:31.156Z | Compiling x509-cert v0.2.5 |
1846 | 2024-10-31T19:25:32.414Z | Compiling hex v0.4.3 |
1847 | 2024-10-31T19:25:33.574Z | Compiling unicode-xid v0.2.6 |
1848 | 2024-10-31T19:25:33.767Z | Compiling peg-runtime v0.8.3 |
1849 | 2024-10-31T19:25:34.255Z | Compiling lalrpop-util v0.19.12 |
1850 | 2024-10-31T19:25:35.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1851 | 2024-10-31T19:25:36.720Z | Compiling proc-macro-crate v1.3.1 |
1852 | 2024-10-31T19:25:37.561Z | Compiling ipnetwork v0.20.0 |
1853 | 2024-10-31T19:25:39.246Z | Compiling heapless v0.8.0 |
1854 | 2024-10-31T19:25:40.490Z | Compiling num_enum_derive v0.5.11 |
1855 | 2024-10-31T19:25:46.785Z | Compiling hash32 v0.3.1 |
1856 | 2024-10-31T19:25:47.507Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1857 | 2024-10-31T19:25:49.473Z | Compiling ident_case v1.0.1 |
1858 | 2024-10-31T19:25:49.844Z | Compiling smoltcp v0.11.0 |
1859 | 2024-10-31T19:25:52.945Z | Compiling darling_core v0.20.10 |
1860 | 2024-10-31T19:26:04.124Z | Compiling num_enum v0.5.11 |
1861 | 2024-10-31T19:26:04.313Z | Compiling typify v0.2.0 |
1862 | 2024-10-31T19:26:06.223Z | Compiling proc-macro-error-attr v1.0.4 |
1863 | 2024-10-31T19:26:06.546Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1864 | 2024-10-31T19:26:06.942Z | Compiling cobs v0.2.3 |
1865 | 2024-10-31T19:26:07.379Z | Compiling unsafe-libyaml v0.2.11 |
1866 | 2024-10-31T19:26:09.692Z | Compiling serde_yaml v0.9.34+deprecated |
1867 | 2024-10-31T19:26:11.911Z | Compiling postcard v1.0.10 |
1868 | 2024-10-31T19:26:20.334Z | Compiling progenitor-impl v0.8.0 |
1869 | 2024-10-31T19:26:20.673Z | Compiling darling_macro v0.20.10 |
1870 | 2024-10-31T19:26:34.261Z | Compiling strum_macros v0.26.4 |
1871 | 2024-10-31T19:26:34.982Z | Compiling foreign-types-macros v0.2.3 |
1872 | 2024-10-31T19:26:34.985Z | Compiling structmeta-derive v0.3.0 |
1873 | 2024-10-31T19:26:35.585Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1874 | 2024-10-31T19:26:35.601Z | Compiling proc-macro-error v1.0.4 |
1875 | 2024-10-31T19:26:36.041Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1876 | 2024-10-31T19:26:36.276Z | Compiling newtype-uuid v1.1.2 |
1877 | 2024-10-31T19:26:36.583Z | Compiling foreign-types-shared v0.3.1 |
1878 | 2024-10-31T19:26:37.766Z | Compiling structmeta v0.3.0 |
1879 | 2024-10-31T19:26:38.328Z | Compiling strum v0.26.3 |
1880 | 2024-10-31T19:26:41.330Z | Compiling foreign-types v0.5.0 |
1881 | 2024-10-31T19:26:43.262Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1882 | 2024-10-31T19:26:46.418Z | Compiling progenitor-macro v0.8.0 |
1883 | 2024-10-31T19:26:46.974Z | Compiling darling v0.20.10 |
1884 | 2024-10-31T19:26:49.694Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1885 | 2024-10-31T19:26:51.253Z | Compiling progenitor-client v0.8.0 |
1886 | 2024-10-31T19:26:52.127Z | Compiling tabwriter v1.4.0 |
1887 | 2024-10-31T19:26:53.288Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1888 | 2024-10-31T19:26:54.089Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1889 | 2024-10-31T19:26:54.921Z | Compiling cstr-argument v0.1.2 |
1890 | 2024-10-31T19:26:55.196Z | Compiling fastrand v2.1.1 |
1891 | 2024-10-31T19:26:55.636Z | Compiling crucible-workspace-hack v0.1.0 |
1892 | 2024-10-31T19:26:55.878Z | Compiling pretty-hex v0.2.1 |
1893 | 2024-10-31T19:26:55.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1894 | 2024-10-31T19:26:56.085Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1895 | 2024-10-31T19:26:56.411Z | Compiling tempfile v3.13.0 |
1896 | 2024-10-31T19:26:56.459Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1897 | 2024-10-31T19:26:57.315Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1898 | 2024-10-31T19:26:57.575Z | Compiling serde_with_macros v3.11.0 |
1899 | 2024-10-31T19:26:57.975Z | Compiling parse-display-derive v0.10.0 |
1900 | 2024-10-31T19:26:58.103Z | Compiling colored v2.1.0 |
1901 | 2024-10-31T19:26:58.107Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1902 | 2024-10-31T19:26:58.834Z | Compiling instant v0.1.13 |
1903 | 2024-10-31T19:26:59.043Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1904 | 2024-10-31T19:26:59.286Z | Compiling backoff v0.4.0 |
1905 | 2024-10-31T19:26:59.441Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1906 | 2024-10-31T19:26:59.668Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1907 | 2024-10-31T19:26:59.897Z | Compiling progenitor v0.8.0 |
1908 | 2024-10-31T19:26:59.930Z | Compiling serde_with v3.11.0 |
1909 | 2024-10-31T19:27:00.113Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1910 | 2024-10-31T19:27:01.655Z | Compiling parse-display v0.10.0 |
1911 | 2024-10-31T19:27:02.352Z | Compiling zone_cfg_derive v0.3.0 |
1912 | 2024-10-31T19:27:03.532Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-10-31T19:27:03.625Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1914 | 2024-10-31T19:27:03.716Z | Compiling camino-tempfile v1.1.1 |
1915 | 2024-10-31T19:27:04.256Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1916 | 2024-10-31T19:27:04.337Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-10-31T19:27:04.390Z | Compiling regress v0.9.1 |
1918 | 2024-10-31T19:27:04.504Z | Compiling macaddr v1.0.1 |
1919 | 2024-10-31T19:27:04.526Z | Compiling num-derive v0.4.2 |
1920 | 2024-10-31T19:27:04.747Z | Compiling sigpipe v0.1.3 |
1921 | 2024-10-31T19:27:04.886Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1922 | 2024-10-31T19:27:05.097Z | Compiling libefi-sys v0.1.0 |
1923 | 2024-10-31T19:27:05.240Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1924 | 2024-10-31T19:27:05.449Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1925 | 2024-10-31T19:27:06.009Z | Compiling zone v0.3.0 |
1926 | 2024-10-31T19:27:06.624Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1927 | 2024-10-31T19:27:08.183Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1928 | 2024-10-31T19:27:08.354Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1929 | 2024-10-31T19:27:09.171Z | Compiling smf v0.2.3 |
1930 | 2024-10-31T19:27:09.319Z | Compiling bitfield-struct v0.6.2 |
1931 | 2024-10-31T19:27:10.638Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1932 | 2024-10-31T19:27:11.061Z | Compiling ring v0.16.20 |
1933 | 2024-10-31T19:27:11.592Z | Compiling blake3 v1.5.4 |
1934 | 2024-10-31T19:27:12.335Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1935 | 2024-10-31T19:27:12.867Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1936 | 2024-10-31T19:27:13.083Z | Compiling xattr v1.3.1 |
1937 | 2024-10-31T19:27:13.249Z | Compiling filetime v0.2.25 |
1938 | 2024-10-31T19:27:13.410Z | Compiling memmap2 v0.9.5 |
1939 | 2024-10-31T19:27:13.593Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1940 | 2024-10-31T19:27:13.740Z | Compiling same-file v1.0.6 |
1941 | 2024-10-31T19:27:13.984Z | Compiling arrayvec v0.7.6 |
1942 | 2024-10-31T19:27:14.001Z | Compiling spin v0.5.2 |
1943 | 2024-10-31T19:27:14.032Z | Compiling arrayref v0.3.9 |
1944 | 2024-10-31T19:27:14.146Z | Compiling untrusted v0.7.1 |
1945 | 2024-10-31T19:27:14.266Z | Compiling constant_time_eq v0.3.1 |
1946 | 2024-10-31T19:27:14.341Z | Compiling walkdir v2.5.0 |
1947 | 2024-10-31T19:27:14.444Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1948 | 2024-10-31T19:27:15.901Z | Compiling tar v0.4.42 |
1949 | 2024-10-31T19:27:15.940Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1950 | 2024-10-31T19:27:16.347Z | Compiling gethostname v0.5.0 |
1951 | 2024-10-31T19:27:16.554Z | Compiling cargo-platform v0.1.8 |
1952 | 2024-10-31T19:27:17.104Z | Compiling topological-sort v0.2.2 |
1953 | 2024-10-31T19:27:17.128Z | Compiling cargo_metadata v0.18.1 |
1954 | 2024-10-31T19:27:20.082Z | Compiling omicron-zone-package v0.11.1 |
1955 | 2024-10-31T19:27:24.145Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1956 | 2024-10-31T19:27:26.010Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1957 | 2024-10-31T19:27:30.274Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1958 | 2024-10-31T19:27:45.863Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1959 | 2024-10-31T19:27:46.015Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1960 | 2024-10-31T19:27:46.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1961 | 2024-10-31T19:27:46.061Z | Created new build target 'test' and set it as active |
1962 | 2024-10-31T19:27:46.061Z | |
1963 | 2024-10-31T19:27:46.061Z | real 4:32.545937345 |
1964 | 2024-10-31T19:27:46.061Z | user 31:03.096564724 |
1965 | 2024-10-31T19:27:46.061Z | sys 3:46.115486019 |
1966 | 2024-10-31T19:27:46.061Z | trap 0.861755900 |
1967 | 2024-10-31T19:27:46.061Z | tflt 2.943472485 |
1968 | 2024-10-31T19:27:46.061Z | dflt 0.898572477 |
1969 | 2024-10-31T19:27:46.061Z | kflt 0.000382310 |
1970 | 2024-10-31T19:27:46.061Z | lock 1:07:57.889746745 |
1971 | 2024-10-31T19:27:46.061Z | slp 1:58:16.146175437 |
1972 | 2024-10-31T19:27:46.062Z | lat 2:04.383187227 |
1973 | 2024-10-31T19:27:46.062Z | stop 3:52.113878414 |
1974 | 2024-10-31T19:27:46.064Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1975 | 2024-10-31T19:27:46.974Z | Finished `release` profile [optimized] target(s) in 0.86s |
1976 | 2024-10-31T19:27:47.030Z | Running `target/release/omicron-package -t test package` |
1977 | 2024-10-31T19:27:47.073Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1978 | 2024-10-31T19:27:48.148Z | Compiling convert_case v0.4.0 |
1979 | 2024-10-31T19:27:48.148Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1980 | 2024-10-31T19:27:48.150Z | Compiling itertools v0.13.0 |
1981 | 2024-10-31T19:27:48.150Z | Compiling password-hash v0.5.0 |
1982 | 2024-10-31T19:27:48.150Z | Compiling blake2 v0.10.6 |
1983 | 2024-10-31T19:27:48.150Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1984 | 2024-10-31T19:27:48.150Z | Compiling newline-converter v0.3.0 |
1985 | 2024-10-31T19:27:48.277Z | Compiling owo-colors v4.1.0 |
1986 | 2024-10-31T19:27:48.484Z | Compiling cancel-safe-futures v0.1.5 |
1987 | 2024-10-31T19:27:48.579Z | Compiling expectorate v1.1.0 |
1988 | 2024-10-31T19:27:48.649Z | Compiling base64 v0.21.7 |
1989 | 2024-10-31T19:27:48.834Z | Compiling argon2 v0.5.3 |
1990 | 2024-10-31T19:27:48.996Z | Compiling derive_more v0.99.18 |
1991 | 2024-10-31T19:27:49.567Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1992 | 2024-10-31T19:27:49.815Z | Compiling libsw v3.3.1 |
1993 | 2024-10-31T19:27:50.096Z | Compiling swrite v0.1.0 |
1994 | 2024-10-31T19:27:50.128Z | Compiling linear-map v1.2.0 |
1995 | 2024-10-31T19:27:50.229Z | Compiling indent_write v2.2.0 |
1996 | 2024-10-31T19:27:50.300Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1997 | 2024-10-31T19:27:50.326Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
1998 | 2024-10-31T19:27:50.462Z | Compiling progenitor-client v0.8.0 |
1999 | 2024-10-31T19:27:50.513Z | Compiling atomicwrites v0.4.4 |
2000 | 2024-10-31T19:27:50.884Z | Compiling progenitor v0.8.0 |
2001 | 2024-10-31T19:27:51.022Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2002 | 2024-10-31T19:27:51.111Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2003 | 2024-10-31T19:27:51.142Z | Compiling num-rational v0.4.2 |
2004 | 2024-10-31T19:27:51.657Z | Compiling num-complex v0.4.6 |
2005 | 2024-10-31T19:27:51.767Z | Compiling float-ord v0.3.2 |
2006 | 2024-10-31T19:27:51.941Z | Compiling prettyplease v0.2.22 |
2007 | 2024-10-31T19:27:52.258Z | Compiling semver v0.1.20 |
2008 | 2024-10-31T19:27:52.826Z | Compiling num v0.4.3 |
2009 | 2024-10-31T19:27:52.946Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2010 | 2024-10-31T19:27:53.017Z | Compiling rustc_version v0.1.7 |
2011 | 2024-10-31T19:27:53.412Z | Compiling newtype_derive v0.1.6 |
2012 | 2024-10-31T19:27:53.619Z | Compiling highway v1.2.0 |
2013 | 2024-10-31T19:27:53.824Z | Compiling humantime v2.1.0 |
2014 | 2024-10-31T19:27:54.782Z | Compiling home v0.5.9 |
2015 | 2024-10-31T19:27:55.011Z | Compiling steno v0.4.1 |
2016 | 2024-10-31T19:27:55.088Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2017 | 2024-10-31T19:27:57.679Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2018 | 2024-10-31T19:27:58.107Z | Compiling newtype-uuid v1.1.2 |
2019 | 2024-10-31T19:27:58.459Z | Compiling tungstenite v0.21.0 |
2020 | 2024-10-31T19:27:58.959Z | Compiling ipnetwork v0.20.0 |
2021 | 2024-10-31T19:27:59.638Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2022 | 2024-10-31T19:27:59.767Z | Compiling slog-dtrace v0.3.0 |
2023 | 2024-10-31T19:28:00.080Z | Compiling instant v0.1.13 |
2024 | 2024-10-31T19:28:00.241Z | Compiling backoff v0.4.0 |
2025 | 2024-10-31T19:28:00.727Z | Compiling tokio-tungstenite v0.21.0 |
2026 | 2024-10-31T19:28:01.352Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2027 | 2024-10-31T19:28:02.034Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2028 | 2024-10-31T19:28:02.349Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2029 | 2024-10-31T19:28:03.479Z | Compiling parse-display v0.10.0 |
2030 | 2024-10-31T19:28:04.035Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-10-31T19:28:04.234Z | Compiling serde_with v3.11.0 |
2032 | 2024-10-31T19:28:04.678Z | Compiling strum v0.26.3 |
2033 | 2024-10-31T19:28:04.870Z | Compiling regress v0.9.1 |
2034 | 2024-10-31T19:28:05.954Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2035 | 2024-10-31T19:28:08.154Z | Compiling macaddr v1.0.1 |
2036 | 2024-10-31T19:28:08.677Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2037 | 2024-10-31T19:28:09.754Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2038 | 2024-10-31T19:28:10.210Z | Compiling arc-swap v1.7.1 |
2039 | 2024-10-31T19:28:10.900Z | Compiling display-error-chain v0.2.1 |
2040 | 2024-10-31T19:28:11.092Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2041 | 2024-10-31T19:28:12.275Z | Compiling slog-scope v4.4.0 |
2042 | 2024-10-31T19:28:13.127Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2043 | 2024-10-31T19:28:14.166Z | Compiling half v2.4.1 |
2044 | 2024-10-31T19:28:14.888Z | Compiling ciborium-io v0.2.2 |
2045 | 2024-10-31T19:28:15.037Z | Compiling ciborium-ll v0.2.2 |
2046 | 2024-10-31T19:28:15.568Z | Compiling slog-stdlog v4.1.1 |
2047 | 2024-10-31T19:28:16.378Z | Compiling slog-envlogger v2.2.0 |
2048 | 2024-10-31T19:28:16.752Z | Compiling ciborium v0.2.2 |
2049 | 2024-10-31T19:28:17.055Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2050 | 2024-10-31T19:28:18.817Z | Compiling same-file v1.0.6 |
2051 | 2024-10-31T19:28:19.072Z | Compiling fastrand v2.1.1 |
2052 | 2024-10-31T19:28:19.093Z | Compiling walkdir v2.5.0 |
2053 | 2024-10-31T19:28:19.547Z | Compiling tempfile v3.13.0 |
2054 | 2024-10-31T19:28:19.716Z | Compiling blake3 v1.5.4 |
2055 | 2024-10-31T19:28:20.280Z | Compiling ring v0.16.20 |
2056 | 2024-10-31T19:28:20.368Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2057 | 2024-10-31T19:28:23.189Z | Compiling xattr v1.3.1 |
2058 | 2024-10-31T19:28:23.470Z | Compiling filetime v0.2.25 |
2059 | 2024-10-31T19:28:23.783Z | Compiling memmap2 v0.9.5 |
2060 | 2024-10-31T19:28:24.232Z | Compiling keccak v0.1.5 |
2061 | 2024-10-31T19:28:25.151Z | Compiling spin v0.5.2 |
2062 | 2024-10-31T19:28:25.360Z | Compiling constant_time_eq v0.3.1 |
2063 | 2024-10-31T19:28:25.389Z | Compiling arrayvec v0.7.6 |
2064 | 2024-10-31T19:28:25.519Z | Compiling arrayref v0.3.9 |
2065 | 2024-10-31T19:28:25.634Z | Compiling untrusted v0.7.1 |
2066 | 2024-10-31T19:28:25.930Z | Compiling sha3 v0.10.8 |
2067 | 2024-10-31T19:28:26.828Z | Compiling tar v0.4.42 |
2068 | 2024-10-31T19:28:26.889Z | Compiling camino-tempfile v1.1.1 |
2069 | 2024-10-31T19:28:27.042Z | Compiling toolchain_find v0.4.0 |
2070 | 2024-10-31T19:28:27.600Z | Compiling nibble_vec v0.1.0 |
2071 | 2024-10-31T19:28:27.834Z | Compiling radium v0.7.0 |
2072 | 2024-10-31T19:28:28.272Z | Compiling glob v0.3.1 |
2073 | 2024-10-31T19:28:28.696Z | Compiling endian-type v0.1.2 |
2074 | 2024-10-31T19:28:28.893Z | Compiling crunchy v0.2.2 |
2075 | 2024-10-31T19:28:28.968Z | Compiling maplit v1.0.2 |
2076 | 2024-10-31T19:28:29.077Z | Compiling topological-sort v0.2.2 |
2077 | 2024-10-31T19:28:29.102Z | Compiling clang-sys v1.8.1 |
2078 | 2024-10-31T19:28:29.297Z | Compiling omicron-zone-package v0.11.1 |
2079 | 2024-10-31T19:28:29.383Z | Compiling radix_trie v0.2.1 |
2080 | 2024-10-31T19:28:29.809Z | Compiling rustfmt-wrapper v0.2.1 |
2081 | 2024-10-31T19:28:29.938Z | Compiling pem v3.0.4 |
2082 | 2024-10-31T19:28:30.273Z | Compiling tiny-keccak v2.0.2 |
2083 | 2024-10-31T19:28:30.363Z | Compiling maybe-uninit v2.0.0 |
2084 | 2024-10-31T19:28:30.584Z | Compiling tap v1.0.1 |
2085 | 2024-10-31T19:28:30.626Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2086 | 2024-10-31T19:28:30.790Z | Compiling wyz v0.5.1 |
2087 | 2024-10-31T19:28:31.332Z | Compiling dsl_auto_type v0.1.2 |
2088 | 2024-10-31T19:28:31.431Z | Compiling scheduled-thread-pool v0.2.7 |
2089 | 2024-10-31T19:28:31.503Z | Compiling secrecy v0.8.0 |
2090 | 2024-10-31T19:28:31.559Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2091 | 2024-10-31T19:28:31.793Z | Compiling diesel_table_macro_syntax v0.2.0 |
2092 | 2024-10-31T19:28:32.037Z | Compiling crc-catalog v2.4.0 |
2093 | 2024-10-31T19:28:32.173Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2094 | 2024-10-31T19:28:32.209Z | Compiling packed_struct v0.10.1 |
2095 | 2024-10-31T19:28:32.501Z | Compiling funty v2.0.0 |
2096 | 2024-10-31T19:28:32.607Z | Compiling diesel_derives v2.2.3 |
2097 | 2024-10-31T19:28:32.690Z | Compiling crc v3.2.1 |
2098 | 2024-10-31T19:28:34.267Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2099 | 2024-10-31T19:28:34.667Z | Compiling bitvec v1.0.1 |
2100 | 2024-10-31T19:28:34.782Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2101 | 2024-10-31T19:28:34.851Z | Compiling r2d2 v0.8.10 |
2102 | 2024-10-31T19:28:35.415Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2103 | 2024-10-31T19:28:35.639Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2104 | 2024-10-31T19:28:39.043Z | Compiling ascii-canvas v3.0.0 |
2105 | 2024-10-31T19:28:39.369Z | Compiling universal-hash v0.5.1 |
2106 | 2024-10-31T19:28:39.515Z | Compiling thiserror-impl-no-std v2.0.2 |
2107 | 2024-10-31T19:28:39.623Z | Compiling packed_struct_codegen v0.10.1 |
2108 | 2024-10-31T19:28:41.961Z | Compiling lzma-sys v0.1.20 |
2109 | 2024-10-31T19:28:42.060Z | Compiling ena v0.14.3 |
2110 | 2024-10-31T19:28:42.455Z | Compiling libloading v0.8.5 |
2111 | 2024-10-31T19:28:42.673Z | Compiling indexmap v1.9.3 |
2112 | 2024-10-31T19:28:42.835Z | Compiling opaque-debug v0.3.1 |
2113 | 2024-10-31T19:28:42.936Z | Compiling nodrop v0.1.14 |
2114 | 2024-10-31T19:28:42.996Z | Compiling diff v0.1.13 |
2115 | 2024-10-31T19:28:43.065Z | Compiling bindgen v0.69.5 |
2116 | 2024-10-31T19:28:43.157Z | Compiling regex-syntax v0.6.29 |
2117 | 2024-10-31T19:28:43.500Z | Compiling diesel v2.2.4 |
2118 | 2024-10-31T19:28:43.553Z | Compiling array-init v0.0.4 |
2119 | 2024-10-31T19:28:44.842Z | Compiling poly1305 v0.8.0 |
2120 | 2024-10-31T19:28:48.256Z | Compiling lalrpop v0.19.12 |
2121 | 2024-10-31T19:28:51.723Z | Compiling thiserror-no-std v2.0.2 |
2122 | 2024-10-31T19:28:56.153Z | Compiling smallvec v0.6.14 |
2123 | 2024-10-31T19:28:56.669Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2124 | 2024-10-31T19:28:56.879Z | Compiling which v4.4.2 |
2125 | 2024-10-31T19:28:57.415Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2126 | 2024-10-31T19:28:57.693Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2127 | 2024-10-31T19:28:57.722Z | Compiling chacha20 v0.9.1 |
2128 | 2024-10-31T19:28:57.923Z | Compiling heck v0.3.3 |
2129 | 2024-10-31T19:28:58.213Z | Compiling cexpr v0.6.0 |
2130 | 2024-10-31T19:28:58.299Z | Compiling aead v0.5.2 |
2131 | 2024-10-31T19:28:58.660Z | Compiling lazycell v1.3.0 |
2132 | 2024-10-31T19:28:58.861Z | Compiling bitfield v0.14.0 |
2133 | 2024-10-31T19:28:59.182Z | Compiling hashbrown v0.12.3 |
2134 | 2024-10-31T19:28:59.695Z | Compiling rustc-hash v1.1.0 |
2135 | 2024-10-31T19:28:59.860Z | Compiling termcolor v1.4.1 |
2136 | 2024-10-31T19:29:00.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2137 | 2024-10-31T19:29:00.923Z | Compiling ref-cast v1.0.23 |
2138 | 2024-10-31T19:29:01.524Z | Compiling env_logger v0.10.2 |
2139 | 2024-10-31T19:29:02.070Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2140 | 2024-10-31T19:29:04.494Z | Compiling chacha20poly1305 v0.10.1 |
2141 | 2024-10-31T19:29:04.747Z | Compiling zone_cfg_derive v0.1.2 |
2142 | 2024-10-31T19:29:06.118Z | Compiling serde-hex v0.1.0 |
2143 | 2024-10-31T19:29:11.370Z | Compiling bzip2 v0.4.4 |
2144 | 2024-10-31T19:29:11.654Z | Compiling polar-core v0.27.3 |
2145 | 2024-10-31T19:29:11.836Z | Compiling vsss-rs v3.3.4 |
2146 | 2024-10-31T19:29:13.072Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2147 | 2024-10-31T19:29:13.419Z | Compiling ron v0.8.1 |
2148 | 2024-10-31T19:29:14.209Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2149 | 2024-10-31T19:29:14.523Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-10-31T19:29:15.115Z | Compiling derive_builder_core v0.20.2 |
2151 | 2024-10-31T19:29:16.371Z | Compiling hashbrown v0.13.2 |
2152 | 2024-10-31T19:29:17.231Z | Compiling headers-core v0.3.0 |
2153 | 2024-10-31T19:29:17.399Z | Compiling fxhash v0.2.1 |
2154 | 2024-10-31T19:29:17.638Z | Compiling libxml v0.3.3 |
2155 | 2024-10-31T19:29:17.769Z | Compiling ref-cast-impl v1.0.23 |
2156 | 2024-10-31T19:29:18.026Z | Compiling crc-any v2.5.0 |
2157 | 2024-10-31T19:29:18.675Z | Compiling base64 v0.13.1 |
2158 | 2024-10-31T19:29:19.002Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2159 | 2024-10-31T19:29:19.068Z | Compiling object v0.30.4 |
2160 | 2024-10-31T19:29:19.264Z | Compiling ron v0.7.1 |
2161 | 2024-10-31T19:29:19.441Z | Compiling headers v0.4.0 |
2162 | 2024-10-31T19:29:23.096Z | Compiling derive_builder_macro v0.20.2 |
2163 | 2024-10-31T19:29:23.898Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2164 | 2024-10-31T19:29:24.490Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2165 | 2024-10-31T19:29:25.168Z | Compiling samael v0.0.17 |
2166 | 2024-10-31T19:29:25.420Z | Compiling xz2 v0.1.7 |
2167 | 2024-10-31T19:29:26.723Z | Compiling zip v0.6.6 |
2168 | 2024-10-31T19:29:29.375Z | Compiling zone v0.1.8 |
2169 | 2024-10-31T19:29:31.546Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2170 | 2024-10-31T19:29:32.667Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2024-10-31T19:29:33.203Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2172 | 2024-10-31T19:29:33.514Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2173 | 2024-10-31T19:29:33.552Z | Compiling yasna v0.5.2 |
2174 | 2024-10-31T19:29:33.638Z | Compiling phf_generator v0.11.2 |
2175 | 2024-10-31T19:29:33.844Z | Compiling strum_macros v0.24.3 |
2176 | 2024-10-31T19:29:34.543Z | Compiling kstat-rs v0.2.4 |
2177 | 2024-10-31T19:29:35.438Z | Compiling async-recursion v1.1.1 |
2178 | 2024-10-31T19:29:36.791Z | Compiling unicase v2.7.0 |
2179 | 2024-10-31T19:29:36.807Z | Compiling path-slash v0.1.5 |
2180 | 2024-10-31T19:29:36.884Z | Compiling indoc v1.0.9 |
2181 | 2024-10-31T19:29:37.043Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2182 | 2024-10-31T19:29:37.100Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2183 | 2024-10-31T19:29:37.324Z | Compiling rcgen v0.12.1 |
2184 | 2024-10-31T19:29:38.150Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2185 | 2024-10-31T19:29:40.511Z | Compiling phf_codegen v0.11.2 |
2186 | 2024-10-31T19:29:44.848Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2187 | 2024-10-31T19:29:47.312Z | Compiling derive_builder v0.20.2 |
2188 | 2024-10-31T19:29:50.471Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2189 | 2024-10-31T19:29:52.107Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2190 | 2024-10-31T19:29:52.281Z | Compiling http v0.2.12 |
2191 | 2024-10-31T19:29:52.425Z | Compiling impl-trait-for-tuples v0.2.2 |
2192 | 2024-10-31T19:29:56.620Z | Compiling oso-derive v0.27.3 |
2193 | 2024-10-31T19:29:56.892Z | Compiling parse-zoneinfo v0.3.1 |
2194 | 2024-10-31T19:29:57.561Z | Compiling libz-sys v1.1.20 |
2195 | 2024-10-31T19:29:58.246Z | Compiling quick-xml v0.33.0 |
2196 | 2024-10-31T19:29:58.405Z | Compiling subprocess v0.2.9 |
2197 | 2024-10-31T19:29:58.471Z | Compiling diesel-dtrace v0.3.0 |
2198 | 2024-10-31T19:29:58.673Z | Compiling cfg_aliases v0.1.1 |
2199 | 2024-10-31T19:29:58.799Z | Compiling parking_lot_core v0.8.6 |
2200 | 2024-10-31T19:29:58.893Z | Compiling nix v0.28.0 |
2201 | 2024-10-31T19:29:59.262Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2202 | 2024-10-31T19:29:59.659Z | Compiling oso v0.27.3 |
2203 | 2024-10-31T19:30:03.166Z | Compiling chrono-tz-build v0.4.0 |
2204 | 2024-10-31T19:30:04.348Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2205 | 2024-10-31T19:30:05.845Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2206 | 2024-10-31T19:30:06.814Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2207 | 2024-10-31T19:30:09.784Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2208 | 2024-10-31T19:30:10.100Z | Compiling bb8 v0.8.5 |
2209 | 2024-10-31T19:30:10.734Z | Compiling const_format_proc_macros v0.2.33 |
2210 | 2024-10-31T19:30:11.044Z | Compiling vte_generate_state_changes v0.1.2 |
2211 | 2024-10-31T19:30:11.678Z | Compiling buf-list v1.0.3 |
2212 | 2024-10-31T19:30:12.343Z | Compiling vte v0.11.1 |
2213 | 2024-10-31T19:30:12.586Z | Compiling const_format v0.2.33 |
2214 | 2024-10-31T19:30:13.771Z | Compiling async-bb8-diesel v0.2.1 |
2215 | 2024-10-31T19:30:13.871Z | Compiling chrono-tz v0.10.0 |
2216 | 2024-10-31T19:30:15.021Z | Compiling h2 v0.3.26 |
2217 | 2024-10-31T19:30:15.370Z | Compiling http-body v0.4.6 |
2218 | 2024-10-31T19:30:16.158Z | Compiling fd-lock v4.0.2 |
2219 | 2024-10-31T19:30:16.395Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2220 | 2024-10-31T19:30:16.398Z | Compiling pin-project-internal v1.1.6 |
2221 | 2024-10-31T19:30:17.152Z | Compiling atty v0.2.14 |
2222 | 2024-10-31T19:30:17.325Z | Compiling salty v0.3.0 |
2223 | 2024-10-31T19:30:17.753Z | Compiling bytecount v0.6.8 |
2224 | 2024-10-31T19:30:18.085Z | Compiling papergrid v0.11.0 |
2225 | 2024-10-31T19:30:19.015Z | Compiling pin-project v1.1.6 |
2226 | 2024-10-31T19:30:30.575Z | Compiling hyper v0.14.30 |
2227 | 2024-10-31T19:30:35.001Z | Compiling parking_lot v0.11.2 |
2228 | 2024-10-31T19:30:43.516Z | Compiling strip-ansi-escapes v0.2.0 |
2229 | 2024-10-31T19:30:44.886Z | Compiling tabled_derive v0.7.0 |
2230 | 2024-10-31T19:30:44.993Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2231 | 2024-10-31T19:30:45.086Z | Compiling peg-macros v0.8.4 |
2232 | 2024-10-31T19:30:46.874Z | Compiling snafu-derive v0.8.5 |
2233 | 2024-10-31T19:30:48.064Z | Compiling sqlparser_derive v0.2.2 |
2234 | 2024-10-31T19:30:49.077Z | Compiling sync_wrapper v0.1.2 |
2235 | 2024-10-31T19:30:49.214Z | Compiling nu-ansi-term v0.50.1 |
2236 | 2024-10-31T19:30:49.321Z | Compiling unicode_categories v0.1.1 |
2237 | 2024-10-31T19:30:49.696Z | Compiling sqlformat v0.2.6 |
2238 | 2024-10-31T19:30:49.931Z | Compiling rustyline v14.0.0 |
2239 | 2024-10-31T19:30:50.398Z | Compiling reedline v0.35.0 |
2240 | 2024-10-31T19:30:51.168Z | Compiling snafu v0.8.5 |
2241 | 2024-10-31T19:30:51.252Z | Compiling reqwest v0.11.27 |
2242 | 2024-10-31T19:30:51.672Z | Compiling sqlparser v0.45.0 |
2243 | 2024-10-31T19:30:52.453Z | Compiling peg v0.8.4 |
2244 | 2024-10-31T19:30:52.542Z | Compiling tabled v0.15.0 |
2245 | 2024-10-31T19:31:02.009Z | Compiling sled v0.34.7 |
2246 | 2024-10-31T19:31:12.293Z | Compiling mime_guess v2.0.5 |
2247 | 2024-10-31T19:31:13.426Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2248 | 2024-10-31T19:31:13.493Z | Compiling hickory-client v0.24.1 |
2249 | 2024-10-31T19:31:15.086Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2250 | 2024-10-31T19:31:18.835Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2251 | 2024-10-31T19:31:24.136Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2252 | 2024-10-31T19:31:25.048Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2253 | 2024-10-31T19:31:25.911Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2254 | 2024-10-31T19:31:27.486Z | Compiling globset v0.4.15 |
2255 | 2024-10-31T19:31:33.777Z | Compiling hickory-server v0.24.1 |
2256 | 2024-10-31T19:31:34.963Z | Compiling primeorder v0.13.6 |
2257 | 2024-10-31T19:31:35.566Z | Compiling olpc-cjson v0.1.4 |
2258 | 2024-10-31T19:31:35.700Z | Compiling vergen v8.3.2 |
2259 | 2024-10-31T19:31:35.923Z | Compiling bcs v0.1.6 |
2260 | 2024-10-31T19:31:36.012Z | Compiling env_filter v0.1.2 |
2261 | 2024-10-31T19:31:36.876Z | Compiling cargo-platform v0.1.8 |
2262 | 2024-10-31T19:31:37.397Z | Compiling serde_plain v1.0.2 |
2263 | 2024-10-31T19:31:37.575Z | Compiling nanorand v0.7.0 |
2264 | 2024-10-31T19:31:37.950Z | Compiling memoffset v0.9.1 |
2265 | 2024-10-31T19:31:38.210Z | Compiling typed-path v0.7.1 |
2266 | 2024-10-31T19:31:38.254Z | Compiling flume v0.11.0 |
2267 | 2024-10-31T19:31:38.448Z | Compiling cargo_metadata v0.18.1 |
2268 | 2024-10-31T19:31:39.046Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2269 | 2024-10-31T19:31:41.569Z | Compiling tough v0.17.1 |
2270 | 2024-10-31T19:31:44.336Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2271 | 2024-10-31T19:31:44.627Z | Compiling env_logger v0.11.5 |
2272 | 2024-10-31T19:31:45.666Z | Compiling p384 v0.13.0 |
2273 | 2024-10-31T19:31:46.064Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2274 | 2024-10-31T19:31:50.406Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2275 | 2024-10-31T19:31:53.069Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2276 | 2024-10-31T19:31:54.396Z | Compiling git2 v0.19.0 |
2277 | 2024-10-31T19:31:55.627Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2278 | 2024-10-31T19:32:01.691Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2279 | 2024-10-31T19:32:02.367Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2280 | 2024-10-31T19:32:02.448Z | Compiling rand_seeder v0.3.0 |
2281 | 2024-10-31T19:32:02.854Z | Compiling libsqlite3-sys v0.30.1 |
2282 | 2024-10-31T19:32:03.372Z | Compiling cfg_aliases v0.2.1 |
2283 | 2024-10-31T19:32:03.438Z | Compiling parse-size v1.0.0 |
2284 | 2024-10-31T19:32:03.491Z | Compiling rustls v0.21.12 |
2285 | 2024-10-31T19:32:03.746Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2286 | 2024-10-31T19:32:03.835Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2287 | 2024-10-31T19:32:04.117Z | Compiling nix v0.29.0 |
2288 | 2024-10-31T19:32:05.003Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2289 | 2024-10-31T19:32:06.466Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2290 | 2024-10-31T19:32:06.895Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2291 | 2024-10-31T19:32:07.058Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2292 | 2024-10-31T19:32:07.287Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2293 | 2024-10-31T19:32:07.621Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2294 | 2024-10-31T19:32:07.781Z | Compiling rustls-webpki v0.101.7 |
2295 | 2024-10-31T19:32:11.599Z | Compiling sct v0.7.1 |
2296 | 2024-10-31T19:32:11.817Z | Compiling castaway v0.2.3 |
2297 | 2024-10-31T19:32:12.034Z | Compiling csv-core v0.1.11 |
2298 | 2024-10-31T19:32:12.050Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2299 | 2024-10-31T19:32:12.782Z | Compiling http-range v0.1.5 |
2300 | 2024-10-31T19:32:12.866Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2301 | 2024-10-31T19:32:13.356Z | Compiling hyper-staticfile v0.10.1 |
2302 | 2024-10-31T19:32:14.485Z | Compiling csv v1.3.0 |
2303 | 2024-10-31T19:32:16.285Z | Compiling compact_str v0.8.0 |
2304 | 2024-10-31T19:32:16.573Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2305 | 2024-10-31T19:32:18.975Z | Compiling nix v0.27.1 |
2306 | 2024-10-31T19:32:21.715Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2307 | 2024-10-31T19:32:22.810Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2308 | 2024-10-31T19:32:23.295Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2309 | 2024-10-31T19:32:30.035Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2310 | 2024-10-31T19:32:30.530Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2311 | 2024-10-31T19:32:31.547Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2312 | 2024-10-31T19:32:32.472Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2313 | 2024-10-31T19:32:32.816Z | Compiling unicode-truncate v1.1.0 |
2314 | 2024-10-31T19:32:33.101Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2315 | 2024-10-31T19:32:33.431Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2316 | 2024-10-31T19:32:33.763Z | Compiling hashlink v0.9.1 |
2317 | 2024-10-31T19:32:34.620Z | Compiling tungstenite v0.23.0 |
2318 | 2024-10-31T19:32:38.974Z | Compiling lru v0.12.5 |
2319 | 2024-10-31T19:32:39.367Z | Compiling instability v0.3.2 |
2320 | 2024-10-31T19:32:40.245Z | Compiling cassowary v0.3.0 |
2321 | 2024-10-31T19:32:40.384Z | Compiling fallible-streaming-iterator v0.1.9 |
2322 | 2024-10-31T19:32:40.680Z | Compiling fallible-iterator v0.3.0 |
2323 | 2024-10-31T19:32:41.084Z | Compiling ratatui v0.28.1 |
2324 | 2024-10-31T19:32:41.390Z | Compiling tokio-tungstenite v0.23.1 |
2325 | 2024-10-31T19:32:41.523Z | Compiling rusqlite v0.32.1 |
2326 | 2024-10-31T19:32:42.049Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2327 | 2024-10-31T19:32:47.409Z | Compiling tokio-rustls v0.24.1 |
2328 | 2024-10-31T19:32:47.906Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2329 | 2024-10-31T19:33:01.807Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2330 | 2024-10-31T19:33:05.331Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2331 | 2024-10-31T19:33:06.135Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2332 | 2024-10-31T19:33:06.270Z | Compiling rustls-pemfile v1.0.4 |
2333 | 2024-10-31T19:33:06.966Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2334 | 2024-10-31T19:33:07.010Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2335 | 2024-10-31T19:33:07.294Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2336 | 2024-10-31T19:33:07.480Z | Compiling signal-hook-tokio v0.3.1 |
2337 | 2024-10-31T19:33:07.716Z | Compiling twox-hash v1.6.3 |
2338 | 2024-10-31T19:33:08.806Z | Compiling unicode-linebreak v0.1.5 |
2339 | 2024-10-31T19:33:09.382Z | Compiling is_ci v1.2.0 |
2340 | 2024-10-31T19:33:09.722Z | Compiling smawk v0.3.2 |
2341 | 2024-10-31T19:33:10.001Z | Compiling textwrap v0.16.1 |
2342 | 2024-10-31T19:33:11.912Z | Compiling supports-color v3.0.1 |
2343 | 2024-10-31T19:33:13.448Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2344 | 2024-10-31T19:33:19.235Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2345 | 2024-10-31T19:33:22.767Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2346 | 2024-10-31T19:33:23.133Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2347 | 2024-10-31T19:33:27.957Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2348 | 2024-10-31T19:33:35.328Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2349 | 2024-10-31T19:33:35.917Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2350 | 2024-10-31T19:33:41.089Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2351 | 2024-10-31T19:33:47.928Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2352 | 2024-10-31T19:33:48.255Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2353 | 2024-10-31T19:33:54.358Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2354 | 2024-10-31T19:33:54.665Z | Compiling fatfs v0.3.6 |
2355 | 2024-10-31T19:33:54.823Z | Compiling rtoolbox v0.0.2 |
2356 | 2024-10-31T19:33:55.268Z | Compiling assert_matches v1.5.0 |
2357 | 2024-10-31T19:33:55.387Z | Compiling rpassword v7.3.1 |
2358 | 2024-10-31T19:33:55.856Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2359 | 2024-10-31T19:34:03.681Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2360 | 2024-10-31T19:34:07.656Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2361 | 2024-10-31T19:34:14.675Z | Compiling tui-tree-widget v0.22.0 |
2362 | 2024-10-31T19:34:15.130Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2363 | 2024-10-31T19:34:16.844Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2364 | 2024-10-31T19:34:28.276Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2365 | 2024-10-31T19:34:28.615Z | Compiling uzers v0.12.1 |
2366 | 2024-10-31T19:34:30.433Z | Compiling shell-words v1.1.0 |
2367 | 2024-10-31T19:34:30.954Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2368 | 2024-10-31T19:34:31.740Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2369 | 2024-10-31T19:34:33.665Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2370 | 2024-10-31T19:34:56.667Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2371 | 2024-10-31T19:35:03.568Z | Compiling multimap v0.10.0 |
2372 | 2024-10-31T19:37:05.538Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2373 | 2024-10-31T19:37:21.824Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2374 | 2024-10-31T19:45:46.084Z | Finished `release` profile [optimized] target(s) in 17m 58s |
2375 | 2024-10-31T19:46:44.463Z | |
2376 | 2024-10-31T19:46:44.466Z | real 18:58.309983472 |
2377 | 2024-10-31T19:46:44.466Z | user 2:03:00.650396479 |
2378 | 2024-10-31T19:46:44.466Z | sys 5:46.902410869 |
2379 | 2024-10-31T19:46:44.466Z | trap 2.766166007 |
2380 | 2024-10-31T19:46:44.466Z | tflt 2.986756256 |
2381 | 2024-10-31T19:46:44.466Z | dflt 5.359559787 |
2382 | 2024-10-31T19:46:44.466Z | kflt 0.010801743 |
2383 | 2024-10-31T19:46:44.466Z | lock 7:25:01.150435108 |
2384 | 2024-10-31T19:46:44.466Z | slp 6:09:42.448397697 |
2385 | 2024-10-31T19:46:44.466Z | lat 2:58.639747600 |
2386 | 2024-10-31T19:46:44.466Z | stop 2:31.295183347 |
2387 | 2024-10-31T19:46:44.466Z | + mapfile -t packages |
2388 | 2024-10-31T19:46:44.466Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2389 | 2024-10-31T19:46:45.430Z | Finished `release` profile [optimized] target(s) in 0.91s |
2390 | 2024-10-31T19:46:45.483Z | Running `target/release/omicron-package -t test list-outputs` |
2391 | 2024-10-31T19:46:45.520Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2392 | 2024-10-31T19:46:45.522Z | + ptime -m cargo build --locked --release -p xtask |
2393 | 2024-10-31T19:46:46.044Z | Compiling serde v1.0.210 |
2394 | 2024-10-31T19:46:46.047Z | Compiling libc v0.2.161 |
2395 | 2024-10-31T19:46:46.047Z | Compiling serde_json v1.0.128 |
2396 | 2024-10-31T19:46:46.047Z | Compiling rustix v0.38.37 |
2397 | 2024-10-31T19:46:46.131Z | Compiling syn v2.0.79 |
2398 | 2024-10-31T19:46:46.136Z | Compiling bitflags v2.6.0 |
2399 | 2024-10-31T19:46:46.495Z | Compiling usdt-impl v0.5.0 |
2400 | 2024-10-31T19:46:46.506Z | Compiling syn v1.0.109 |
2401 | 2024-10-31T19:46:46.603Z | Compiling hashbrown v0.15.0 |
2402 | 2024-10-31T19:46:46.640Z | Compiling log v0.4.22 |
2403 | 2024-10-31T19:46:46.655Z | Compiling fs-err v2.11.0 |
2404 | 2024-10-31T19:46:46.979Z | Compiling once_cell v1.20.2 |
2405 | 2024-10-31T19:46:47.091Z | Compiling anyhow v1.0.89 |
2406 | 2024-10-31T19:46:47.588Z | Compiling thread-id v4.2.2 |
2407 | 2024-10-31T19:46:47.937Z | Compiling indexmap v2.6.0 |
2408 | 2024-10-31T19:46:49.087Z | Compiling terminal_size v0.4.0 |
2409 | 2024-10-31T19:46:49.087Z | Compiling tempfile v3.13.0 |
2410 | 2024-10-31T19:46:49.320Z | Compiling clap_builder v4.5.20 |
2411 | 2024-10-31T19:46:49.923Z | Compiling proc-macro-error v1.0.4 |
2412 | 2024-10-31T19:46:51.033Z | Compiling tabled_derive v0.7.0 |
2413 | 2024-10-31T19:46:52.286Z | Compiling tabled v0.15.0 |
2414 | 2024-10-31T19:46:53.143Z | Compiling serde_derive v1.0.210 |
2415 | 2024-10-31T19:46:53.143Z | Compiling thiserror-impl v1.0.64 |
2416 | 2024-10-31T19:46:53.146Z | Compiling zerocopy-derive v0.7.35 |
2417 | 2024-10-31T19:46:53.146Z | Compiling scroll_derive v0.12.0 |
2418 | 2024-10-31T19:46:54.521Z | Compiling scroll v0.12.0 |
2419 | 2024-10-31T19:46:55.072Z | Compiling zerocopy v0.7.35 |
2420 | 2024-10-31T19:46:55.703Z | Compiling thiserror v1.0.64 |
2421 | 2024-10-31T19:46:55.860Z | Compiling pest v2.7.14 |
2422 | 2024-10-31T19:46:56.885Z | Compiling goblin v0.8.2 |
2423 | 2024-10-31T19:46:58.868Z | Compiling pest_meta v2.7.14 |
2424 | 2024-10-31T19:47:00.738Z | Compiling pest_generator v2.7.14 |
2425 | 2024-10-31T19:47:02.666Z | Compiling pest_derive v2.7.14 |
2426 | 2024-10-31T19:47:03.452Z | Compiling dtrace-parser v0.2.0 |
2427 | 2024-10-31T19:47:10.988Z | Compiling dof v0.3.0 |
2428 | 2024-10-31T19:47:11.114Z | Compiling serde_tokenstream v0.2.2 |
2429 | 2024-10-31T19:47:11.323Z | Compiling toml_datetime v0.6.8 |
2430 | 2024-10-31T19:47:11.839Z | Compiling serde_spanned v0.6.8 |
2431 | 2024-10-31T19:47:12.028Z | Compiling toml_edit v0.22.22 |
2432 | 2024-10-31T19:47:12.762Z | Compiling camino v1.1.9 |
2433 | 2024-10-31T19:47:13.018Z | Compiling usdt-macro v0.5.0 |
2434 | 2024-10-31T19:47:14.053Z | Compiling usdt-attr-macro v0.5.0 |
2435 | 2024-10-31T19:47:14.226Z | Compiling semver v1.0.23 |
2436 | 2024-10-31T19:47:15.389Z | Compiling cargo-platform v0.1.8 |
2437 | 2024-10-31T19:47:15.619Z | Compiling toml v0.8.19 |
2438 | 2024-10-31T19:47:15.740Z | Compiling clap_derive v4.5.18 |
2439 | 2024-10-31T19:47:16.455Z | Compiling cargo_metadata v0.18.1 |
2440 | 2024-10-31T19:47:17.757Z | Compiling cargo_toml v0.20.5 |
2441 | 2024-10-31T19:47:17.883Z | Compiling usdt v0.5.0 |
2442 | 2024-10-31T19:47:17.897Z | Compiling camino-tempfile v1.1.1 |
2443 | 2024-10-31T19:47:18.688Z | Compiling macaddr v1.0.1 |
2444 | 2024-10-31T19:47:20.004Z | Compiling clap v4.5.20 |
2445 | 2024-10-31T19:47:29.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2446 | 2024-10-31T19:47:40.373Z | Finished `release` profile [optimized] target(s) in 54.79s |
2447 | 2024-10-31T19:47:40.471Z | |
2448 | 2024-10-31T19:47:40.474Z | real 54.923923252 |
2449 | 2024-10-31T19:47:40.474Z | user 5:34.050490738 |
2450 | 2024-10-31T19:47:40.474Z | sys 28.599701134 |
2451 | 2024-10-31T19:47:40.475Z | trap 0.138718875 |
2452 | 2024-10-31T19:47:40.475Z | tflt 0.264933562 |
2453 | 2024-10-31T19:47:40.475Z | dflt 0.506225064 |
2454 | 2024-10-31T19:47:40.475Z | kflt 0.000000000 |
2455 | 2024-10-31T19:47:40.475Z | lock 10:16.420826361 |
2456 | 2024-10-31T19:47:40.475Z | slp 15:35.474826874 |
2457 | 2024-10-31T19:47:40.475Z | lat 12.595287907 |
2458 | 2024-10-31T19:47:40.475Z | stop 12.986572289 |
2459 | 2024-10-31T19:47:40.475Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2460 | 2024-10-31T19:47:40.475Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2461 | 2024-10-31T19:47:40.475Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2462 | 2024-10-31T19:47:40.475Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2463 | 2024-10-31T19:47:40.475Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2464 | 2024-10-31T19:47:41.303Z | Compiling hashbrown v0.14.5 |
2465 | 2024-10-31T19:47:41.424Z | Compiling unsafe-libyaml v0.2.11 |
2466 | 2024-10-31T19:47:41.435Z | Compiling progenitor-client v0.8.0 |
2467 | 2024-10-31T19:47:41.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2468 | 2024-10-31T19:47:41.438Z | Compiling ident_case v1.0.1 |
2469 | 2024-10-31T19:47:41.438Z | Compiling ipnetwork v0.20.0 |
2470 | 2024-10-31T19:47:41.438Z | Compiling instant v0.1.13 |
2471 | 2024-10-31T19:47:41.438Z | Compiling structmeta-derive v0.3.0 |
2472 | 2024-10-31T19:47:41.587Z | Compiling darling_core v0.20.10 |
2473 | 2024-10-31T19:47:41.603Z | Compiling newtype-uuid v1.1.2 |
2474 | 2024-10-31T19:47:41.863Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2475 | 2024-10-31T19:47:41.955Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2476 | 2024-10-31T19:47:42.215Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2477 | 2024-10-31T19:47:42.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2478 | 2024-10-31T19:47:42.555Z | Compiling backoff v0.4.0 |
2479 | 2024-10-31T19:47:42.608Z | Compiling regress v0.10.1 |
2480 | 2024-10-31T19:47:42.687Z | Compiling serde_yaml v0.9.34+deprecated |
2481 | 2024-10-31T19:47:42.725Z | Compiling regress v0.9.1 |
2482 | 2024-10-31T19:47:42.898Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2483 | 2024-10-31T19:47:43.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2484 | 2024-10-31T19:47:43.094Z | Compiling macaddr v1.0.1 |
2485 | 2024-10-31T19:47:43.229Z | Compiling tempfile v3.13.0 |
2486 | 2024-10-31T19:47:43.266Z | Compiling proc-macro-crate v1.3.1 |
2487 | 2024-10-31T19:47:43.529Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2488 | 2024-10-31T19:47:43.925Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-10-31T19:47:44.118Z | Compiling foreign-types-macros v0.2.3 |
2490 | 2024-10-31T19:47:44.246Z | Compiling heapless v0.8.0 |
2491 | 2024-10-31T19:47:44.269Z | Compiling structmeta v0.3.0 |
2492 | 2024-10-31T19:47:44.340Z | Compiling num_enum_derive v0.5.11 |
2493 | 2024-10-31T19:47:44.688Z | Compiling parse-display-derive v0.10.0 |
2494 | 2024-10-31T19:47:44.819Z | Compiling foreign-types-shared v0.3.1 |
2495 | 2024-10-31T19:47:45.385Z | Compiling foreign-types v0.5.0 |
2496 | 2024-10-31T19:47:45.428Z | Compiling proc-macro-error v1.0.4 |
2497 | 2024-10-31T19:47:45.703Z | Compiling camino-tempfile v1.1.1 |
2498 | 2024-10-31T19:47:46.092Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2499 | 2024-10-31T19:47:46.157Z | Compiling hash32 v0.3.1 |
2500 | 2024-10-31T19:47:46.417Z | Compiling typify-impl v0.2.0 |
2501 | 2024-10-31T19:47:46.637Z | Compiling cstr-argument v0.1.2 |
2502 | 2024-10-31T19:47:46.793Z | Compiling num_enum v0.5.11 |
2503 | 2024-10-31T19:47:46.912Z | Compiling pretty-hex v0.2.1 |
2504 | 2024-10-31T19:47:46.934Z | Compiling smoltcp v0.11.0 |
2505 | 2024-10-31T19:47:46.969Z | Compiling crucible-workspace-hack v0.1.0 |
2506 | 2024-10-31T19:47:47.108Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2507 | 2024-10-31T19:47:47.297Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2508 | 2024-10-31T19:47:47.477Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2509 | 2024-10-31T19:47:47.556Z | Compiling tabwriter v1.4.0 |
2510 | 2024-10-31T19:47:47.611Z | Compiling colored v2.1.0 |
2511 | 2024-10-31T19:47:47.684Z | Compiling cobs v0.2.3 |
2512 | 2024-10-31T19:47:47.828Z | Compiling darling_macro v0.20.10 |
2513 | 2024-10-31T19:47:47.977Z | Compiling postcard v1.0.10 |
2514 | 2024-10-31T19:47:48.072Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2515 | 2024-10-31T19:47:48.139Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2516 | 2024-10-31T19:47:48.348Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2517 | 2024-10-31T19:47:48.365Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2518 | 2024-10-31T19:47:48.487Z | Compiling smf v0.2.3 |
2519 | 2024-10-31T19:47:48.641Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2520 | 2024-10-31T19:47:48.827Z | Compiling darling v0.20.10 |
2521 | 2024-10-31T19:47:48.947Z | Compiling serde_with_macros v3.11.0 |
2522 | 2024-10-31T19:47:48.969Z | Compiling zone_cfg_derive v0.3.0 |
2523 | 2024-10-31T19:47:48.986Z | Compiling parse-display v0.10.0 |
2524 | 2024-10-31T19:47:49.250Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2525 | 2024-10-31T19:47:49.666Z | Compiling num-derive v0.4.2 |
2526 | 2024-10-31T19:47:49.727Z | Compiling sigpipe v0.1.3 |
2527 | 2024-10-31T19:47:49.792Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2024-10-31T19:47:49.852Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2529 | 2024-10-31T19:47:50.118Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2530 | 2024-10-31T19:47:50.427Z | Compiling zone v0.3.0 |
2531 | 2024-10-31T19:47:50.587Z | Compiling universal-hash v0.5.1 |
2532 | 2024-10-31T19:47:50.801Z | Compiling opaque-debug v0.3.1 |
2533 | 2024-10-31T19:47:50.908Z | Compiling num-rational v0.4.2 |
2534 | 2024-10-31T19:47:50.925Z | Compiling password-hash v0.5.0 |
2535 | 2024-10-31T19:47:51.646Z | Compiling serde_with v3.11.0 |
2536 | 2024-10-31T19:47:51.897Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2537 | 2024-10-31T19:47:51.961Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2538 | 2024-10-31T19:47:51.983Z | Compiling blake2 v0.10.6 |
2539 | 2024-10-31T19:47:52.559Z | Compiling num-complex v0.4.6 |
2540 | 2024-10-31T19:47:52.628Z | Compiling aead v0.5.2 |
2541 | 2024-10-31T19:47:52.878Z | Compiling convert_case v0.4.0 |
2542 | 2024-10-31T19:47:53.003Z | Compiling keccak v0.1.5 |
2543 | 2024-10-31T19:47:53.456Z | Compiling sha3 v0.10.8 |
2544 | 2024-10-31T19:47:53.607Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2545 | 2024-10-31T19:47:53.666Z | Compiling num v0.4.3 |
2546 | 2024-10-31T19:47:53.789Z | Compiling argon2 v0.5.3 |
2547 | 2024-10-31T19:47:53.834Z | Compiling derive_more v0.99.18 |
2548 | 2024-10-31T19:47:53.970Z | Compiling poly1305 v0.8.0 |
2549 | 2024-10-31T19:47:54.159Z | Compiling tungstenite v0.21.0 |
2550 | 2024-10-31T19:47:54.521Z | Compiling chacha20 v0.9.1 |
2551 | 2024-10-31T19:47:55.016Z | Compiling float-ord v0.3.2 |
2552 | 2024-10-31T19:47:55.197Z | Compiling base64 v0.21.7 |
2553 | 2024-10-31T19:47:55.597Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2554 | 2024-10-31T19:47:55.714Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2555 | 2024-10-31T19:47:55.787Z | Compiling tokio-tungstenite v0.21.0 |
2556 | 2024-10-31T19:47:55.935Z | Compiling semver v0.1.20 |
2557 | 2024-10-31T19:47:56.144Z | Compiling same-file v1.0.6 |
2558 | 2024-10-31T19:47:56.210Z | Compiling newline-converter v0.3.0 |
2559 | 2024-10-31T19:47:56.352Z | Compiling walkdir v2.5.0 |
2560 | 2024-10-31T19:47:56.385Z | Compiling rustc_version v0.1.7 |
2561 | 2024-10-31T19:47:56.437Z | Compiling primeorder v0.13.6 |
2562 | 2024-10-31T19:47:56.581Z | Compiling secrecy v0.8.0 |
2563 | 2024-10-31T19:47:56.600Z | Compiling cancel-safe-futures v0.1.5 |
2564 | 2024-10-31T19:47:56.864Z | Compiling owo-colors v4.1.0 |
2565 | 2024-10-31T19:47:56.882Z | Compiling prettyplease v0.2.22 |
2566 | 2024-10-31T19:47:56.887Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2567 | 2024-10-31T19:47:56.954Z | Compiling home v0.5.9 |
2568 | 2024-10-31T19:47:56.999Z | Compiling newtype_derive v0.1.6 |
2569 | 2024-10-31T19:47:57.091Z | Compiling expectorate v1.1.0 |
2570 | 2024-10-31T19:47:57.195Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2571 | 2024-10-31T19:47:57.229Z | Compiling thiserror-impl-no-std v2.0.2 |
2572 | 2024-10-31T19:47:57.252Z | Compiling ring v0.16.20 |
2573 | 2024-10-31T19:47:57.269Z | Compiling blake3 v1.5.4 |
2574 | 2024-10-31T19:47:57.301Z | Compiling half v2.4.1 |
2575 | 2024-10-31T19:47:57.508Z | Compiling unicase v2.7.0 |
2576 | 2024-10-31T19:47:57.713Z | Compiling ciborium-io v0.2.2 |
2577 | 2024-10-31T19:47:57.829Z | Compiling arc-swap v1.7.1 |
2578 | 2024-10-31T19:47:57.872Z | Compiling ciborium-ll v0.2.2 |
2579 | 2024-10-31T19:47:58.063Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2580 | 2024-10-31T19:47:58.307Z | Compiling slog-scope v4.4.0 |
2581 | 2024-10-31T19:47:58.826Z | Compiling polyval v0.6.2 |
2582 | 2024-10-31T19:47:59.210Z | Compiling atomicwrites v0.4.4 |
2583 | 2024-10-31T19:47:59.274Z | Compiling libsw v3.3.1 |
2584 | 2024-10-31T19:47:59.569Z | Compiling memmap2 v0.9.5 |
2585 | 2024-10-31T19:47:59.602Z | Compiling spin v0.5.2 |
2586 | 2024-10-31T19:47:59.834Z | Compiling linear-map v1.2.0 |
2587 | 2024-10-31T19:48:00.040Z | Compiling libefi-sys v0.1.0 |
2588 | 2024-10-31T19:48:00.195Z | Compiling arrayvec v0.7.6 |
2589 | 2024-10-31T19:48:00.235Z | Compiling thiserror-no-std v2.0.2 |
2590 | 2024-10-31T19:48:00.350Z | Compiling salty v0.3.0 |
2591 | 2024-10-31T19:48:00.369Z | Compiling indent_write v2.2.0 |
2592 | 2024-10-31T19:48:00.593Z | Compiling untrusted v0.7.1 |
2593 | 2024-10-31T19:48:00.629Z | Compiling parking_lot_core v0.8.6 |
2594 | 2024-10-31T19:48:00.779Z | Compiling constant_time_eq v0.3.1 |
2595 | 2024-10-31T19:48:00.796Z | Compiling arrayref v0.3.9 |
2596 | 2024-10-31T19:48:00.799Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2597 | 2024-10-31T19:48:00.890Z | Compiling vsss-rs v3.3.4 |
2598 | 2024-10-31T19:48:00.960Z | Compiling ghash v0.5.1 |
2599 | 2024-10-31T19:48:01.127Z | Compiling slog-stdlog v4.1.1 |
2600 | 2024-10-31T19:48:01.320Z | Compiling ciborium v0.2.2 |
2601 | 2024-10-31T19:48:01.783Z | Compiling toolchain_find v0.4.0 |
2602 | 2024-10-31T19:48:01.812Z | Compiling p384 v0.13.0 |
2603 | 2024-10-31T19:48:02.132Z | Compiling chacha20poly1305 v0.10.1 |
2604 | 2024-10-31T19:48:02.519Z | Compiling itertools v0.13.0 |
2605 | 2024-10-31T19:48:02.524Z | Compiling lzma-sys v0.1.20 |
2606 | 2024-10-31T19:48:02.753Z | Compiling ctr v0.9.2 |
2607 | 2024-10-31T19:48:02.756Z | Compiling typify-macro v0.2.0 |
2608 | 2024-10-31T19:48:03.128Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2609 | 2024-10-31T19:48:03.299Z | Compiling bitfield-struct v0.6.2 |
2610 | 2024-10-31T19:48:03.401Z | Compiling slog-dtrace v0.3.0 |
2611 | 2024-10-31T19:48:03.591Z | Compiling topological-sort v0.2.2 |
2612 | 2024-10-31T19:48:03.735Z | Compiling highway v1.2.0 |
2613 | 2024-10-31T19:48:03.842Z | Compiling omicron-zone-package v0.11.1 |
2614 | 2024-10-31T19:48:04.587Z | Compiling aes-gcm v0.10.3 |
2615 | 2024-10-31T19:48:04.620Z | Compiling rustfmt-wrapper v0.2.1 |
2616 | 2024-10-31T19:48:04.640Z | Compiling mime_guess v2.0.5 |
2617 | 2024-10-31T19:48:04.729Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2618 | 2024-10-31T19:48:04.887Z | Compiling slog-envlogger v2.2.0 |
2619 | 2024-10-31T19:48:05.193Z | Compiling steno v0.4.1 |
2620 | 2024-10-31T19:48:05.678Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2621 | 2024-10-31T19:48:05.890Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2622 | 2024-10-31T19:48:05.921Z | Compiling heck v0.3.3 |
2623 | 2024-10-31T19:48:06.112Z | Compiling ssh-encoding v0.2.0 |
2624 | 2024-10-31T19:48:06.353Z | Compiling blowfish v0.9.1 |
2625 | 2024-10-31T19:48:06.377Z | Compiling nibble_vec v0.1.0 |
2626 | 2024-10-31T19:48:06.507Z | Compiling env_filter v0.1.2 |
2627 | 2024-10-31T19:48:06.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2628 | 2024-10-31T19:48:06.633Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2629 | 2024-10-31T19:48:06.792Z | Compiling endian-type v0.1.2 |
2630 | 2024-10-31T19:48:06.886Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2631 | 2024-10-31T19:48:06.952Z | Compiling humantime v2.1.0 |
2632 | 2024-10-31T19:48:06.997Z | Compiling typify v0.2.0 |
2633 | 2024-10-31T19:48:06.997Z | Compiling radix_trie v0.2.1 |
2634 | 2024-10-31T19:48:07.034Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-10-31T19:48:07.110Z | Compiling env_logger v0.11.5 |
2636 | 2024-10-31T19:48:07.162Z | Compiling progenitor-impl v0.8.0 |
2637 | 2024-10-31T19:48:07.204Z | Compiling bcrypt-pbkdf v0.10.0 |
2638 | 2024-10-31T19:48:07.458Z | Compiling ssh-cipher v0.2.0 |
2639 | 2024-10-31T19:48:07.674Z | Compiling zone_cfg_derive v0.1.2 |
2640 | 2024-10-31T19:48:07.816Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2641 | 2024-10-31T19:48:07.991Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2642 | 2024-10-31T19:48:08.369Z | Compiling parking_lot v0.11.2 |
2643 | 2024-10-31T19:48:08.763Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2644 | 2024-10-31T19:48:09.032Z | Compiling gethostname v0.5.0 |
2645 | 2024-10-31T19:48:09.179Z | Compiling password-hash v0.4.2 |
2646 | 2024-10-31T19:48:09.197Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2647 | 2024-10-31T19:48:09.223Z | Compiling fxhash v0.2.1 |
2648 | 2024-10-31T19:48:09.269Z | Compiling base64 v0.13.1 |
2649 | 2024-10-31T19:48:09.287Z | Compiling matches v0.1.10 |
2650 | 2024-10-31T19:48:09.397Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2651 | 2024-10-31T19:48:09.446Z | Compiling sled v0.34.7 |
2652 | 2024-10-31T19:48:09.747Z | Compiling ron v0.7.1 |
2653 | 2024-10-31T19:48:09.833Z | Compiling pbkdf2 v0.11.0 |
2654 | 2024-10-31T19:48:09.852Z | Compiling idna v0.2.3 |
2655 | 2024-10-31T19:48:09.981Z | Compiling zone v0.1.8 |
2656 | 2024-10-31T19:48:10.039Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2657 | 2024-10-31T19:48:10.177Z | Compiling xz2 v0.1.7 |
2658 | 2024-10-31T19:48:10.671Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2659 | 2024-10-31T19:48:11.435Z | Compiling ssh-key v0.6.6 |
2660 | 2024-10-31T19:48:11.472Z | Compiling hickory-client v0.24.1 |
2661 | 2024-10-31T19:48:12.019Z | Compiling p256 v0.13.2 |
2662 | 2024-10-31T19:48:12.243Z | Compiling p521 v0.13.3 |
2663 | 2024-10-31T19:48:12.347Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2664 | 2024-10-31T19:48:12.855Z | Compiling hickory-server v0.24.1 |
2665 | 2024-10-31T19:48:12.880Z | Compiling enum-as-inner v0.5.1 |
2666 | 2024-10-31T19:48:13.477Z | Compiling pem v3.0.4 |
2667 | 2024-10-31T19:48:13.980Z | Compiling yasna v0.5.2 |
2668 | 2024-10-31T19:48:14.281Z | Compiling headers-core v0.3.0 |
2669 | 2024-10-31T19:48:14.463Z | Compiling kstat-rs v0.2.4 |
2670 | 2024-10-31T19:48:14.607Z | Compiling nanorand v0.7.0 |
2671 | 2024-10-31T19:48:14.864Z | Compiling progenitor-macro v0.8.0 |
2672 | 2024-10-31T19:48:15.102Z | Compiling russh-cryptovec v0.7.3 |
2673 | 2024-10-31T19:48:15.165Z | Compiling atty v0.2.14 |
2674 | 2024-10-31T19:48:15.324Z | Compiling glob v0.3.1 |
2675 | 2024-10-31T19:48:15.428Z | Compiling http-range v0.1.5 |
2676 | 2024-10-31T19:48:15.610Z | Compiling md5 v0.7.0 |
2677 | 2024-10-31T19:48:15.801Z | Compiling hyper-staticfile v0.10.1 |
2678 | 2024-10-31T19:48:15.852Z | Compiling flume v0.11.0 |
2679 | 2024-10-31T19:48:15.932Z | Compiling russh-keys v0.45.0 |
2680 | 2024-10-31T19:48:16.134Z | Compiling rcgen v0.12.1 |
2681 | 2024-10-31T19:48:16.257Z | Compiling headers v0.4.0 |
2682 | 2024-10-31T19:48:16.566Z | Compiling trust-dns-proto v0.22.0 |
2683 | 2024-10-31T19:48:16.972Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2684 | 2024-10-31T19:48:18.236Z | Compiling num-bigint v0.4.6 |
2685 | 2024-10-31T19:48:18.495Z | Compiling des v0.8.1 |
2686 | 2024-10-31T19:48:18.863Z | Compiling subprocess v0.2.9 |
2687 | 2024-10-31T19:48:19.761Z | Compiling dhcproto-macros v0.1.0 |
2688 | 2024-10-31T19:48:19.894Z | Compiling hex-literal v0.4.1 |
2689 | 2024-10-31T19:48:20.055Z | Compiling display-error-chain v0.2.1 |
2690 | 2024-10-31T19:48:20.070Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2691 | 2024-10-31T19:48:20.239Z | Compiling internet-checksum v0.2.1 |
2692 | 2024-10-31T19:48:20.952Z | Compiling dhcproto v0.12.0 |
2693 | 2024-10-31T19:48:21.182Z | Compiling russh v0.45.0 |
2694 | 2024-10-31T19:48:25.797Z | Compiling progenitor v0.8.0 |
2695 | 2024-10-31T19:48:25.923Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2696 | 2024-10-31T19:48:25.926Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2697 | 2024-10-31T19:48:25.926Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2698 | 2024-10-31T19:48:25.926Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2699 | 2024-10-31T19:48:25.926Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2700 | 2024-10-31T19:48:25.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2701 | 2024-10-31T19:48:26.121Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2702 | 2024-10-31T19:48:27.366Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2703 | 2024-10-31T19:48:27.623Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2704 | 2024-10-31T19:48:30.965Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2705 | 2024-10-31T19:48:32.246Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2706 | 2024-10-31T19:48:40.870Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2707 | 2024-10-31T19:48:40.873Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2708 | 2024-10-31T19:48:40.873Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2709 | 2024-10-31T19:48:40.873Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2710 | 2024-10-31T19:48:43.882Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2711 | 2024-10-31T19:48:44.049Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-10-31T19:48:44.907Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2713 | 2024-10-31T19:48:45.038Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2714 | 2024-10-31T19:48:47.227Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2715 | 2024-10-31T19:48:48.118Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2024-10-31T19:48:49.036Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2717 | 2024-10-31T19:48:49.125Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2718 | 2024-10-31T19:48:49.808Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2719 | 2024-10-31T19:48:51.597Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2720 | 2024-10-31T19:48:51.903Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2721 | 2024-10-31T19:48:52.576Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2722 | 2024-10-31T19:48:53.385Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2024-10-31T19:48:53.406Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2724 | 2024-10-31T19:48:53.434Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2024-10-31T19:48:54.464Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-10-31T19:48:54.900Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2024-10-31T19:48:56.844Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2728 | 2024-10-31T19:48:58.929Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2729 | 2024-10-31T19:48:59.056Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2730 | 2024-10-31T19:49:01.365Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-10-31T19:49:01.695Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2732 | 2024-10-31T19:49:02.619Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2733 | 2024-10-31T19:49:07.411Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2734 | 2024-10-31T19:49:16.168Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2735 | 2024-10-31T19:49:17.596Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2736 | 2024-10-31T19:50:04.749Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2737 | 2024-10-31T19:50:33.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
2738 | 2024-10-31T19:50:33.769Z | |
2739 | 2024-10-31T19:50:33.769Z | real 2:53.234435890 |
2740 | 2024-10-31T19:50:33.769Z | user 11:25.934035196 |
2741 | 2024-10-31T19:50:33.770Z | sys 2:17.890360528 |
2742 | 2024-10-31T19:50:33.770Z | trap 0.284718573 |
2743 | 2024-10-31T19:50:33.776Z | tflt 0.706386708 |
2744 | 2024-10-31T19:50:33.811Z | dflt 1.963545880 |
2745 | 2024-10-31T19:50:33.811Z | kflt 0.000006499 |
2746 | 2024-10-31T19:50:33.811Z | lock 23:50.184802591 |
2747 | 2024-10-31T19:50:33.811Z | slp 40:18.157153529 |
2748 | 2024-10-31T19:50:33.812Z | lat 33.492432392 |
2749 | 2024-10-31T19:50:33.812Z | stop 1:19.166895812 |
2750 | 2024-10-31T19:50:33.812Z | + mkdir tests |
2751 | 2024-10-31T19:50:33.812Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2752 | 2024-10-31T19:50:33.812Z | + xargs -I '{}' -t cp '{}' tests/ |
2753 | 2024-10-31T19:50:33.835Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b659cb597380645d tests/ |
2754 | 2024-10-31T19:50:33.835Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-aac69640e013925a tests/ |
2755 | 2024-10-31T19:50:33.876Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-21f98022a4e36d42 tests/ |
2756 | 2024-10-31T19:50:33.881Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6934482ed2871daa tests/ |
2757 | 2024-10-31T19:50:34.017Z | + 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/*) |
2758 | 2024-10-31T19:50:34.023Z | + 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-21f98022a4e36d42 tests/commtest-aac69640e013925a tests/dhcp_server-b659cb597380645d tests/end_to_end_tests-6934482ed2871daa 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 |
2759 | 2024-10-31T19:51:39.113Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2760 | 2024-10-31T19:51:39.113Z | a .github/buildomat/ci-env.sh 1K |
2761 | 2024-10-31T19:51:39.113Z | a out/target/test 1K |
2762 | 2024-10-31T19:51:39.113Z | a out/npuzone/npuzone 23144K |
2763 | 2024-10-31T19:51:39.113Z | a package-manifest.toml 32K |
2764 | 2024-10-31T19:51:39.113Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2765 | 2024-10-31T19:51:39.113Z | a target/release/omicron-package 32515K |
2766 | 2024-10-31T19:51:39.113Z | a target/release/xtask 11749K |
2767 | 2024-10-31T19:51:39.113Z | a target/debug/bootstrap 195749K |
2768 | 2024-10-31T19:51:39.113Z | a tests/bootstrap-21f98022a4e36d42 23991K |
2769 | 2024-10-31T19:51:39.113Z | a tests/commtest-aac69640e013925a 24191K |
2770 | 2024-10-31T19:51:39.113Z | a tests/dhcp_server-b659cb597380645d 23991K |
2771 | 2024-10-31T19:51:39.113Z | a tests/end_to_end_tests-6934482ed2871daa 207954K |
2772 | 2024-10-31T19:51:39.113Z | a out/clickhouse.tar.gz 244308K |
2773 | 2024-10-31T19:51:39.113Z | a out/clickhouse_keeper.tar.gz 244299K |
2774 | 2024-10-31T19:51:39.113Z | a out/clickhouse_server.tar.gz 244298K |
2775 | 2024-10-31T19:51:39.113Z | a out/cockroachdb.tar.gz 130014K |
2776 | 2024-10-31T19:51:39.113Z | a out/crucible-dtrace.tar 83K |
2777 | 2024-10-31T19:51:39.113Z | a out/crucible-pantry-zone.tar.gz 26848K |
2778 | 2024-10-31T19:51:39.113Z | a out/crucible-zone.tar.gz 35054K |
2779 | 2024-10-31T19:51:39.113Z | a out/external-dns.tar.gz 30732K |
2780 | 2024-10-31T19:51:39.113Z | a out/internal-dns.tar.gz 30731K |
2781 | 2024-10-31T19:51:39.113Z | a out/mg-ddm-gz.tar 62661K |
2782 | 2024-10-31T19:51:39.113Z | a out/nexus.tar.gz 96063K |
2783 | 2024-10-31T19:51:39.113Z | a out/ntp.tar.gz 9026K |
2784 | 2024-10-31T19:51:39.113Z | a out/omicron-gateway-softnpu.tar.gz 21670K |
2785 | 2024-10-31T19:51:39.113Z | a out/omicron-sled-agent.tar 102926K |
2786 | 2024-10-31T19:51:39.113Z | a out/overlay.tar.gz 3K |
2787 | 2024-10-31T19:51:39.113Z | a out/oximeter.tar.gz 46004K |
2788 | 2024-10-31T19:51:39.113Z | a out/oxlog.tar 3071K |
2789 | 2024-10-31T19:51:39.113Z | a out/probe.tar.gz 2764K |
2790 | 2024-10-31T19:51:39.113Z | a out/propolis-server.tar.gz 66584K |
2791 | 2024-10-31T19:51:39.114Z | a out/pumpkind-gz.tar 26665K |
2792 | 2024-10-31T19:51:39.114Z | a out/switch-softnpu.tar.gz 224133K |
2793 | 2024-10-31T19:51:39.117Z | |
2794 | 2024-10-31T19:51:39.117Z | real 1:05.089468039 |
2795 | 2024-10-31T19:51:39.117Z | user 1:02.132522768 |
2796 | 2024-10-31T19:51:39.117Z | sys 4.196356882 |
2797 | 2024-10-31T19:51:39.117Z | trap 0.015929801 |
2798 | 2024-10-31T19:51:39.117Z | tflt 0.000000000 |
2799 | 2024-10-31T19:51:39.117Z | dflt 0.000000000 |
2800 | 2024-10-31T19:51:39.117Z | kflt 0.000000000 |
2801 | 2024-10-31T19:51:39.117Z | lock 0.000000000 |
2802 | 2024-10-31T19:51:39.117Z | slp 1:01.993150998 |
2803 | 2024-10-31T19:51:39.117Z | lat 1.836698967 |
2804 | 2024-10-31T19:51:39.117Z | stop 0.000193336 |
2805 | 2024-10-31T19:51:39.121Z | process exited: duration 1934023 ms, exit code 0 |
|
2806 | 2024-10-31T19:51:39.135Z | found 1 output files |
2807 | 2024-10-31T19:51:39.135Z | uploading: /work/package.tar.gz (1691866924 bytes) |
2808 | 2024-10-31T19:52:15.189Z | uploaded: /work/package.tar.gz |