|
|
|
1 | 2024-11-07T21:55:07.697Z | job assigned to worker 01JC49XWBSE8RP84YYW1R8VQA3 (queued for 59 s) |
|
2 | 2024-11-07T21:55:17.747Z | starting task 0: "setup" |
3 | 2024-11-07T21:55:17.769Z | ++ uname -s |
4 | 2024-11-07T21:55:17.769Z | + kern=SunOS |
5 | 2024-11-07T21:55:17.769Z | + case "$kern" in |
6 | 2024-11-07T21:55:17.770Z | + groupadd -g 12345 build |
7 | 2024-11-07T21:55:17.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T21:55:19.739Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T21:55:19.858Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T21:55:19.861Z | + home_fs=zfs |
11 | 2024-11-07T21:55:19.861Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T21:55:19.861Z | + mkdir -p /home/build |
13 | 2024-11-07T21:55:19.863Z | + chown build:build /home/build /work |
14 | 2024-11-07T21:55:21.865Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T21:55:21.868Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-11-07T21:55:21.874Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T21:55:21.880Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-07T21:55:21.880Z | * toolchain channel = "1.82.0" |
19 | 2024-11-07T21:55:21.880Z | ' 1.82.0 |
20 | 2024-11-07T21:55:21.880Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-07T21:55:21.880Z | ' default |
22 | 2024-11-07T21:55:21.880Z | * toolchain profile = "default" |
23 | 2024-11-07T21:55:21.883Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T21:55:21.883Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-07T21:55:22.001Z | info: downloading installer |
26 | 2024-11-07T21:55:23.347Z | info: profile set to 'default' |
27 | 2024-11-07T21:55:23.347Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T21:55:23.349Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-07T21:55:23.503Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-07T21:55:23.503Z | info: downloading component 'cargo' |
31 | 2024-11-07T21:55:24.401Z | info: downloading component 'clippy' |
32 | 2024-11-07T21:55:24.707Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T21:55:25.864Z | info: downloading component 'rust-std' |
34 | 2024-11-07T21:55:27.680Z | info: downloading component 'rustc' |
35 | 2024-11-07T21:55:34.145Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T21:55:34.375Z | info: installing component 'cargo' |
37 | 2024-11-07T21:55:35.262Z | info: installing component 'clippy' |
38 | 2024-11-07T21:55:35.676Z | info: installing component 'rust-docs' |
39 | 2024-11-07T21:55:37.440Z | info: installing component 'rust-std' |
40 | 2024-11-07T21:55:39.466Z | info: installing component 'rustc' |
41 | 2024-11-07T21:55:45.873Z | info: installing component 'rustfmt' |
42 | 2024-11-07T21:55:46.220Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-07T21:55:46.220Z | |
44 | 2024-11-07T21:55:46.606Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-07T21:55:46.607Z | |
46 | 2024-11-07T21:55:46.610Z | |
47 | 2024-11-07T21:55:46.610Z | Rust is installed now. Great! |
48 | 2024-11-07T21:55:46.610Z | |
49 | 2024-11-07T21:55:46.610Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T21:55:46.610Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T21:55:46.610Z | |
52 | 2024-11-07T21:55:46.610Z | To configure your current shell, you need to source |
53 | 2024-11-07T21:55:46.611Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T21:55:46.611Z | |
55 | 2024-11-07T21:55:46.611Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T21:55:46.611Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T21:55:46.611Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T21:55:46.692Z | + rustc --version |
59 | 2024-11-07T21:55:46.765Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-07T21:55:46.769Z | process exited: duration 24889 ms, exit code 0 |
|
61 | 2024-11-07T21:55:46.774Z | starting task 2: "authentication" |
62 | 2024-11-07T21:55:46.796Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-07T21:55:46.802Z | starting task 3: "clone repository" |
64 | 2024-11-07T21:55:46.806Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-07T21:55:46.809Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-07T21:55:46.848Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-07T21:55:54.323Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-07T21:55:54.323Z | + git fetch origin 2b511b17d082fcbca0cb853721fd04402c89da49 |
69 | 2024-11-07T21:55:55.014Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-07T21:55:55.014Z | * branch 2b511b17d082fcbca0cb853721fd04402c89da49 -> FETCH_HEAD |
71 | 2024-11-07T21:55:55.023Z | + [[ -n '' ]] |
72 | 2024-11-07T21:55:55.023Z | + git reset --hard 2b511b17d082fcbca0cb853721fd04402c89da49 |
73 | 2024-11-07T21:55:55.199Z | HEAD is now at 2b511b17d non-jank idempotent query to populate volume_resource_usage |
74 | 2024-11-07T21:55:55.203Z | process exited: duration 8400 ms, exit code 0 |
|
75 | 2024-11-07T21:55:55.208Z | starting task 4: "build" |
76 | 2024-11-07T21:55:55.214Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-07T21:55:55.214Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-07T21:55:55.214Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-07T21:55:55.214Z | + cargo --version |
80 | 2024-11-07T21:55:55.275Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
81 | 2024-11-07T21:55:55.278Z | + rustc --version |
82 | 2024-11-07T21:55:55.344Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
83 | 2024-11-07T21:55:55.347Z | + WORK=/work |
84 | 2024-11-07T21:55:55.350Z | + pfexec mkdir -p /work |
85 | 2024-11-07T21:55:55.352Z | + pfexec chown build /work |
86 | 2024-11-07T21:55:55.355Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-11-07T21:56:04.140Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-11-07T21:56:07.783Z | Startup: Caching catalogs ... Done |
89 | 2024-11-07T21:56:16.291Z | Planning: Solver setup ... Done (7.769s) |
90 | 2024-11-07T21:56:16.397Z | Planning: Running solver ... Done (0.106s) |
91 | 2024-11-07T21:56:16.492Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-11-07T21:56:16.520Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-11-07T21:56:16.764Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-11-07T21:56:16.874Z | Planning: Package planning ... Done (0.111s) |
95 | 2024-11-07T21:56:16.931Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-11-07T21:56:17.130Z | Planning: Checking for conflicting actions ... Done (0.199s) |
97 | 2024-11-07T21:56:19.020Z | Planning: Consolidating action changes ... Done (1.889s) |
98 | 2024-11-07T21:56:19.459Z | Planning: Evaluating mediators ... Done (0.438s) |
99 | 2024-11-07T21:56:19.547Z | Planning: Planning completed in 11.67 seconds |
100 | 2024-11-07T21:56:19.562Z | Packages to install: 4 |
101 | 2024-11-07T21:56:19.563Z | Packages to update: 1 |
102 | 2024-11-07T21:56:19.565Z | Mediators to change: 2 |
103 | 2024-11-07T21:56:19.565Z | Services to change: 1 |
104 | 2024-11-07T21:56:19.565Z | Estimated space available: 155.61 GB |
105 | 2024-11-07T21:56:19.565Z | Estimated space to be consumed: 1.59 GB |
106 | 2024-11-07T21:56:19.565Z | Create boot environment: No |
107 | 2024-11-07T21:56:19.565Z | Create backup boot environment: Yes |
108 | 2024-11-07T21:56:19.565Z | Rebuild boot archive: No |
109 | 2024-11-07T21:56:19.565Z | |
110 | 2024-11-07T21:56:19.565Z | Changed mediators: |
111 | 2024-11-07T21:56:19.565Z | mediator clang: |
112 | 2024-11-07T21:56:19.566Z | version: None -> 15 (system default) |
113 | 2024-11-07T21:56:19.566Z | |
114 | 2024-11-07T21:56:19.566Z | mediator llvm: |
115 | 2024-11-07T21:56:19.566Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-11-07T21:56:19.566Z | |
117 | 2024-11-07T21:56:19.566Z | Changed packages: |
118 | 2024-11-07T21:56:19.566Z | helios-dev |
119 | 2024-11-07T21:56:19.566Z | developer/build-essential |
120 | 2024-11-07T21:56:19.566Z | None -> 11-2.0 |
121 | 2024-11-07T21:56:19.566Z | library/libxmlsec1 |
122 | 2024-11-07T21:56:19.566Z | None -> 1.2.35-2.0 |
123 | 2024-11-07T21:56:19.566Z | ooce/developer/clang-15 |
124 | 2024-11-07T21:56:19.566Z | None -> 15.0.7-2.0 |
125 | 2024-11-07T21:56:19.566Z | ooce/developer/llvm-15 |
126 | 2024-11-07T21:56:19.566Z | None -> 15.0.7-2.0 |
127 | 2024-11-07T21:56:19.566Z | package/pkg |
128 | 2024-11-07T21:56:19.566Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-11-07T21:56:19.566Z | |
130 | 2024-11-07T21:56:19.566Z | Services: |
131 | 2024-11-07T21:56:19.566Z | restart_fmri: |
132 | 2024-11-07T21:56:19.566Z | svc:/system/update-man-index:default |
133 | 2024-11-07T21:56:19.566Z | |
134 | 2024-11-07T21:56:19.566Z | Editable files to change: |
135 | 2024-11-07T21:56:19.566Z | Update: |
136 | 2024-11-07T21:56:19.566Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-11-07T21:56:19.648Z | |
138 | 2024-11-07T21:56:19.648Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-11-07T21:56:24.652Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (17.1M/s) |
140 | 2024-11-07T21:56:30.762Z | Download: 2222/4281 items 119.1/220.6MB 54% complete (13.3M/s) |
141 | 2024-11-07T21:56:35.766Z | Download: 3514/4281 items 215.5/220.6MB 97% complete (10.3M/s) |
142 | 2024-11-07T21:56:38.652Z | Download: Completed 220.60 MB in 19.00 seconds (11.6M/s) |
143 | 2024-11-07T21:56:40.648Z | Actions: 1/5063 actions (Removing old actions) |
144 | 2024-11-07T21:56:40.669Z | Actions: 194/5063 actions (Installing new actions) |
145 | 2024-11-07T21:56:45.461Z | Actions: 4226/5063 actions (Updating modified actions) |
146 | 2024-11-07T21:56:45.789Z | Actions: Completed 5063 actions in 5.14 seconds. |
147 | 2024-11-07T21:56:46.180Z | Done (0.383s) |
148 | 2024-11-07T21:56:46.183Z | Done (0.000s) |
149 | 2024-11-07T21:56:46.710Z | Done (0.528s) |
150 | 2024-11-07T21:56:51.411Z | Done (4.474s) |
151 | 2024-11-07T21:56:51.503Z | Done (0.018s) |
152 | 2024-11-07T21:56:51.506Z | Done (0.000s) |
153 | 2024-11-07T21:56:51.720Z | Done (0.000s) |
154 | 2024-11-07T21:56:52.441Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-11-07T21:56:52.613Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-11-07T21:56:52.616Z | Planning: Consolidating action changes ... Done |
157 | 2024-11-07T21:56:52.899Z | Planning: Evaluating mediators ... Done |
158 | 2024-11-07T21:56:52.902Z | Planning: Planning completed in 0.46 seconds |
159 | 2024-11-07T21:56:52.941Z | Mediators to change: 2 |
160 | 2024-11-07T21:56:52.941Z | Create boot environment: No |
161 | 2024-11-07T21:56:52.941Z | Create backup boot environment: No |
162 | 2024-11-07T21:56:53.040Z | Done |
163 | 2024-11-07T21:56:53.040Z | Done |
164 | 2024-11-07T21:56:53.397Z | Done |
165 | 2024-11-07T21:56:57.397Z | Done |
166 | 2024-11-07T21:56:57.495Z | Done |
167 | 2024-11-07T21:56:57.497Z | Done |
168 | 2024-11-07T21:56:57.615Z | Done |
169 | 2024-11-07T21:56:58.288Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-11-07T21:56:58.290Z | Planning: Merging actions ... Done |
171 | 2024-11-07T21:56:58.485Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-11-07T21:56:58.487Z | Planning: Consolidating action changes ... Done |
173 | 2024-11-07T21:56:58.774Z | Planning: Evaluating mediators ... Done |
174 | 2024-11-07T21:56:58.836Z | Planning: Planning completed in 0.81 seconds |
175 | 2024-11-07T21:56:58.879Z | Packages to change: 1 |
176 | 2024-11-07T21:56:58.879Z | Mediators to change: 1 |
177 | 2024-11-07T21:56:58.879Z | Services to change: 1 |
178 | 2024-11-07T21:56:58.879Z | Create boot environment: No |
179 | 2024-11-07T21:56:58.881Z | Create backup boot environment: Yes |
180 | 2024-11-07T21:57:01.005Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-11-07T21:57:01.008Z | Actions: Completed 6 actions in 0.00 seconds. |
182 | 2024-11-07T21:57:01.008Z | Done |
183 | 2024-11-07T21:57:01.008Z | Done |
184 | 2024-11-07T21:57:01.115Z | Done |
185 | 2024-11-07T21:57:05.237Z | Done |
186 | 2024-11-07T21:57:05.337Z | Done |
187 | 2024-11-07T21:57:05.340Z | Done |
188 | 2024-11-07T21:57:05.451Z | Done |
189 | 2024-11-07T21:57:05.926Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-11-07T21:57:05.926Z | clang system 15 system |
191 | 2024-11-07T21:57:05.926Z | csh system system illumos |
192 | 2024-11-07T21:57:05.926Z | ctags system system illumos |
193 | 2024-11-07T21:57:05.926Z | gcc vendor 12 vendor |
194 | 2024-11-07T21:57:05.926Z | gcc system 10 system |
195 | 2024-11-07T21:57:05.926Z | gcc system 7 system |
196 | 2024-11-07T21:57:05.926Z | go system 1.20 system |
197 | 2024-11-07T21:57:05.926Z | go system 1.19 system |
198 | 2024-11-07T21:57:05.926Z | llvm system 15 system |
199 | 2024-11-07T21:57:05.927Z | llvm system 14 system |
200 | 2024-11-07T21:57:05.927Z | mariadb system 10.6 system |
201 | 2024-11-07T21:57:05.927Z | mta vendor vendor dma |
202 | 2024-11-07T21:57:05.927Z | openjdk system 17 system |
203 | 2024-11-07T21:57:05.927Z | openjdk system 11 system |
204 | 2024-11-07T21:57:05.927Z | openjdk system 1.8 system |
205 | 2024-11-07T21:57:05.927Z | openssl vendor 3 vendor |
206 | 2024-11-07T21:57:05.927Z | perl system 5.36 system |
207 | 2024-11-07T21:57:05.927Z | postgresql system 15 system |
208 | 2024-11-07T21:57:05.927Z | postgresql system 13 system |
209 | 2024-11-07T21:57:05.927Z | python vendor 3 vendor |
210 | 2024-11-07T21:57:05.927Z | python system 2 system |
211 | 2024-11-07T21:57:05.927Z | python3 system 3.11 system |
212 | 2024-11-07T21:57:05.927Z | ruby system 3.0 system |
213 | 2024-11-07T21:57:05.927Z | words vendor vendor american-english |
214 | 2024-11-07T21:57:05.927Z | words system system australian-english |
215 | 2024-11-07T21:57:05.927Z | words system system british-english |
216 | 2024-11-07T21:57:05.927Z | words system system canadian-english |
217 | 2024-11-07T21:57:05.927Z | words system system french |
218 | 2024-11-07T21:57:05.927Z | words system system italian |
219 | 2024-11-07T21:57:05.927Z | words system system ngerman |
220 | 2024-11-07T21:57:05.927Z | words system system ogerman |
221 | 2024-11-07T21:57:05.927Z | words system system spanish |
222 | 2024-11-07T21:57:06.313Z | PUBLISHER TYPE STATUS P LOCATION |
223 | 2024-11-07T21:57:06.313Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
224 | 2024-11-07T21:57:08.884Z | FMRI IFO |
225 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
230 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
232 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
233 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
234 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
235 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
237 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
238 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-11-07T21:57:08.884Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
240 | 2024-11-07T21:57:09.659Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
241 | 2024-11-07T21:57:09.989Z | Updating crates.io index |
242 | 2024-11-07T21:57:10.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
243 | 2024-11-07T21:57:10.742Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
244 | 2024-11-07T21:57:11.009Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
245 | 2024-11-07T21:57:11.288Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
246 | 2024-11-07T21:57:11.584Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
247 | 2024-11-07T21:57:12.658Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
248 | 2024-11-07T21:57:15.171Z | Updating git repository `https://github.com/oxidecomputer/opte` |
249 | 2024-11-07T21:57:16.165Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
250 | 2024-11-07T21:57:16.871Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
251 | 2024-11-07T21:57:17.156Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
252 | 2024-11-07T21:57:17.404Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
253 | 2024-11-07T21:57:18.031Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
254 | 2024-11-07T21:57:18.431Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
255 | 2024-11-07T21:57:18.727Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
256 | 2024-11-07T21:57:18.997Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
257 | 2024-11-07T21:57:19.270Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
258 | 2024-11-07T21:57:19.532Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
259 | 2024-11-07T21:57:19.964Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
260 | 2024-11-07T21:57:20.297Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
261 | 2024-11-07T21:57:20.641Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
262 | 2024-11-07T21:57:21.041Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
263 | 2024-11-07T21:57:21.452Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
264 | 2024-11-07T21:57:21.761Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
265 | 2024-11-07T21:57:22.116Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
266 | 2024-11-07T21:57:22.622Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
267 | 2024-11-07T21:57:22.884Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
268 | 2024-11-07T21:57:23.239Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
269 | 2024-11-07T21:57:24.549Z | Downloading crates ... |
270 | 2024-11-07T21:57:24.626Z | Downloaded cfg-if v1.0.0 |
271 | 2024-11-07T21:57:24.628Z | Downloaded cargo-platform v0.1.8 |
272 | 2024-11-07T21:57:24.631Z | Downloaded byteorder v1.5.0 |
273 | 2024-11-07T21:57:24.634Z | Downloaded anstyle v1.0.8 |
274 | 2024-11-07T21:57:24.634Z | Downloaded anyhow v1.0.92 |
275 | 2024-11-07T21:57:24.637Z | Downloaded equivalent v1.0.1 |
276 | 2024-11-07T21:57:24.652Z | Downloaded swrite v0.1.0 |
277 | 2024-11-07T21:57:24.654Z | Downloaded fastrand v2.1.1 |
278 | 2024-11-07T21:57:24.654Z | Downloaded heck v0.4.1 |
279 | 2024-11-07T21:57:24.657Z | Downloaded colorchoice v1.0.2 |
280 | 2024-11-07T21:57:24.663Z | Downloaded thread-id v4.2.2 |
281 | 2024-11-07T21:57:24.665Z | Downloaded digest v0.10.7 |
282 | 2024-11-07T21:57:24.669Z | Downloaded cpufeatures v0.2.14 |
283 | 2024-11-07T21:57:24.671Z | Downloaded bytecount v0.6.8 |
284 | 2024-11-07T21:57:24.674Z | Downloaded block-buffer v0.10.4 |
285 | 2024-11-07T21:57:24.674Z | Downloaded anstyle-parse v0.2.5 |
286 | 2024-11-07T21:57:24.676Z | Downloaded anstyle-query v1.1.1 |
287 | 2024-11-07T21:57:24.679Z | Downloaded usdt v0.5.0 |
288 | 2024-11-07T21:57:24.679Z | Downloaded clap_lex v0.7.2 |
289 | 2024-11-07T21:57:24.681Z | Downloaded autocfg v1.4.0 |
290 | 2024-11-07T21:57:24.685Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-11-07T21:57:24.685Z | Downloaded generic-array v0.14.7 |
292 | 2024-11-07T21:57:24.687Z | Downloaded sha2 v0.10.8 |
293 | 2024-11-07T21:57:24.697Z | Downloaded pest_derive v2.7.14 |
294 | 2024-11-07T21:57:24.697Z | Downloaded camino-tempfile v1.1.1 |
295 | 2024-11-07T21:57:24.697Z | Downloaded tempfile v3.13.0 |
296 | 2024-11-07T21:57:24.700Z | Downloaded version_check v0.9.5 |
297 | 2024-11-07T21:57:24.700Z | Downloaded clap_derive v4.5.18 |
298 | 2024-11-07T21:57:24.702Z | Downloaded camino v1.1.9 |
299 | 2024-11-07T21:57:24.705Z | Downloaded cargo_toml v0.20.5 |
300 | 2024-11-07T21:57:24.705Z | Downloaded proc-macro-error v1.0.4 |
301 | 2024-11-07T21:57:24.708Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-11-07T21:57:24.711Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-11-07T21:57:24.711Z | Downloaded bitflags v2.6.0 |
304 | 2024-11-07T21:57:24.714Z | Downloaded once_cell v1.20.2 |
305 | 2024-11-07T21:57:24.716Z | Downloaded cargo_metadata v0.18.1 |
306 | 2024-11-07T21:57:24.724Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-11-07T21:57:24.726Z | Downloaded semver v1.0.23 |
308 | 2024-11-07T21:57:24.729Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-11-07T21:57:24.732Z | Downloaded itoa v1.0.11 |
310 | 2024-11-07T21:57:24.734Z | Downloaded errno v0.3.9 |
311 | 2024-11-07T21:57:24.734Z | Downloaded zerocopy-derive v0.7.35 |
312 | 2024-11-07T21:57:24.738Z | Downloaded dof v0.3.0 |
313 | 2024-11-07T21:57:24.740Z | Downloaded unicode-ident v1.0.13 |
314 | 2024-11-07T21:57:24.742Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-11-07T21:57:24.742Z | Downloaded plain v0.2.3 |
316 | 2024-11-07T21:57:24.745Z | Downloaded heck v0.5.0 |
317 | 2024-11-07T21:57:24.745Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-11-07T21:57:24.747Z | Downloaded fs-err v2.11.0 |
319 | 2024-11-07T21:57:24.749Z | Downloaded smawk v0.3.2 |
320 | 2024-11-07T21:57:24.752Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-11-07T21:57:24.752Z | Downloaded thiserror-impl v1.0.64 |
322 | 2024-11-07T21:57:24.754Z | Downloaded strsim v0.11.1 |
323 | 2024-11-07T21:57:24.754Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-11-07T21:57:24.754Z | Downloaded fnv v1.0.7 |
325 | 2024-11-07T21:57:24.756Z | Downloaded macaddr v1.0.1 |
326 | 2024-11-07T21:57:24.757Z | Downloaded clap v4.5.20 |
327 | 2024-11-07T21:57:24.765Z | Downloaded utf8parse v0.2.2 |
328 | 2024-11-07T21:57:24.767Z | Downloaded memmap v0.7.0 |
329 | 2024-11-07T21:57:24.769Z | Downloaded proc-macro2 v1.0.87 |
330 | 2024-11-07T21:57:24.773Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-11-07T21:57:24.773Z | Downloaded terminal_size v0.4.0 |
332 | 2024-11-07T21:57:24.776Z | Downloaded serde_spanned v0.6.8 |
333 | 2024-11-07T21:57:24.776Z | Downloaded thiserror v1.0.64 |
334 | 2024-11-07T21:57:24.778Z | Downloaded ryu v1.0.18 |
335 | 2024-11-07T21:57:24.781Z | Downloaded anstream v0.6.15 |
336 | 2024-11-07T21:57:24.784Z | Downloaded pest_generator v2.7.14 |
337 | 2024-11-07T21:57:24.786Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-11-07T21:57:24.787Z | Downloaded crypto-common v0.1.6 |
339 | 2024-11-07T21:57:24.791Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-11-07T21:57:24.794Z | Downloaded scroll v0.12.0 |
341 | 2024-11-07T21:57:24.796Z | Downloaded quote v1.0.37 |
342 | 2024-11-07T21:57:24.796Z | Downloaded log v0.4.22 |
343 | 2024-11-07T21:57:24.816Z | Downloaded toml v0.8.19 |
344 | 2024-11-07T21:57:24.820Z | Downloaded ucd-trie v0.1.7 |
345 | 2024-11-07T21:57:24.822Z | Downloaded typenum v1.17.0 |
346 | 2024-11-07T21:57:24.825Z | Downloaded textwrap v0.16.1 |
347 | 2024-11-07T21:57:24.827Z | Downloaded pest_meta v2.7.14 |
348 | 2024-11-07T21:57:24.830Z | Downloaded memchr v2.7.4 |
349 | 2024-11-07T21:57:24.836Z | Downloaded serde_derive v1.0.210 |
350 | 2024-11-07T21:57:24.838Z | Downloaded papergrid v0.11.0 |
351 | 2024-11-07T21:57:24.853Z | Downloaded toml_edit v0.22.22 |
352 | 2024-11-07T21:57:24.876Z | Downloaded serde v1.0.210 |
353 | 2024-11-07T21:57:24.879Z | Downloaded indexmap v2.6.0 |
354 | 2024-11-07T21:57:24.897Z | Downloaded clap_builder v4.5.20 |
355 | 2024-11-07T21:57:24.904Z | Downloaded serde_json v1.0.128 |
356 | 2024-11-07T21:57:24.911Z | Downloaded hashbrown v0.15.0 |
357 | 2024-11-07T21:57:24.917Z | Downloaded pest v2.7.14 |
358 | 2024-11-07T21:57:24.931Z | Downloaded zerocopy v0.7.35 |
359 | 2024-11-07T21:57:24.948Z | Downloaded winnow v0.6.20 |
360 | 2024-11-07T21:57:24.957Z | Downloaded goblin v0.8.2 |
361 | 2024-11-07T21:57:24.963Z | Downloaded tabled v0.15.0 |
362 | 2024-11-07T21:57:24.979Z | Downloaded syn v1.0.109 |
363 | 2024-11-07T21:57:24.989Z | Downloaded unicode-width v0.1.14 |
364 | 2024-11-07T21:57:24.994Z | Downloaded syn v2.0.79 |
365 | 2024-11-07T21:57:25.023Z | Downloaded rustix v0.38.37 |
366 | 2024-11-07T21:57:25.055Z | Downloaded libc v0.2.161 |
367 | 2024-11-07T21:57:25.372Z | Compiling proc-macro2 v1.0.87 |
368 | 2024-11-07T21:57:25.375Z | Compiling unicode-ident v1.0.13 |
369 | 2024-11-07T21:57:25.375Z | Compiling version_check v0.9.5 |
370 | 2024-11-07T21:57:25.375Z | Compiling serde v1.0.210 |
371 | 2024-11-07T21:57:25.375Z | Compiling memchr v2.7.4 |
372 | 2024-11-07T21:57:25.375Z | Compiling thiserror v1.0.64 |
373 | 2024-11-07T21:57:25.375Z | Compiling libc v0.2.161 |
374 | 2024-11-07T21:57:25.375Z | Compiling ryu v1.0.18 |
375 | 2024-11-07T21:57:25.718Z | Compiling ucd-trie v0.1.7 |
376 | 2024-11-07T21:57:25.989Z | Compiling itoa v1.0.11 |
377 | 2024-11-07T21:57:26.224Z | Compiling once_cell v1.20.2 |
378 | 2024-11-07T21:57:26.294Z | Compiling byteorder v1.5.0 |
379 | 2024-11-07T21:57:26.443Z | Compiling rustix v0.38.37 |
380 | 2024-11-07T21:57:26.578Z | Compiling serde_json v1.0.128 |
381 | 2024-11-07T21:57:26.882Z | Compiling bitflags v2.6.0 |
382 | 2024-11-07T21:57:26.958Z | Compiling proc-macro-error-attr v1.0.4 |
383 | 2024-11-07T21:57:27.183Z | Compiling usdt-impl v0.5.0 |
384 | 2024-11-07T21:57:27.235Z | Compiling syn v1.0.109 |
385 | 2024-11-07T21:57:27.294Z | Compiling proc-macro-error v1.0.4 |
386 | 2024-11-07T21:57:27.322Z | Compiling quote v1.0.37 |
387 | 2024-11-07T21:57:27.584Z | Compiling hashbrown v0.15.0 |
388 | 2024-11-07T21:57:27.638Z | Compiling log v0.4.22 |
389 | 2024-11-07T21:57:27.798Z | Compiling syn v2.0.79 |
390 | 2024-11-07T21:57:27.942Z | Compiling errno v0.3.9 |
391 | 2024-11-07T21:57:28.044Z | Compiling equivalent v1.0.1 |
392 | 2024-11-07T21:57:28.069Z | Compiling utf8parse v0.2.2 |
393 | 2024-11-07T21:57:28.092Z | Compiling plain v0.2.3 |
394 | 2024-11-07T21:57:28.117Z | Compiling camino v1.1.9 |
395 | 2024-11-07T21:57:28.193Z | Compiling thread-id v4.2.2 |
396 | 2024-11-07T21:57:28.239Z | Compiling anstyle-parse v0.2.5 |
397 | 2024-11-07T21:57:28.587Z | Compiling colorchoice v1.0.2 |
398 | 2024-11-07T21:57:28.761Z | Compiling indexmap v2.6.0 |
399 | 2024-11-07T21:57:28.811Z | Compiling pretty-hex v0.4.1 |
400 | 2024-11-07T21:57:28.836Z | Compiling unicode-width v0.1.14 |
401 | 2024-11-07T21:57:28.839Z | Compiling semver v1.0.23 |
402 | 2024-11-07T21:57:29.055Z | Compiling autocfg v1.4.0 |
403 | 2024-11-07T21:57:29.081Z | Compiling anstyle v1.0.8 |
404 | 2024-11-07T21:57:29.373Z | Compiling winnow v0.6.20 |
405 | 2024-11-07T21:57:29.434Z | Compiling anstyle-query v1.1.1 |
406 | 2024-11-07T21:57:29.576Z | Compiling is_terminal_polyfill v1.70.1 |
407 | 2024-11-07T21:57:29.719Z | Compiling anstream v0.6.15 |
408 | 2024-11-07T21:57:29.989Z | Compiling strsim v0.11.1 |
409 | 2024-11-07T21:57:30.156Z | Compiling fs-err v2.11.0 |
410 | 2024-11-07T21:57:30.243Z | Compiling cfg-if v1.0.0 |
411 | 2024-11-07T21:57:30.359Z | Compiling fastrand v2.1.1 |
412 | 2024-11-07T21:57:30.482Z | Compiling terminal_size v0.4.0 |
413 | 2024-11-07T21:57:30.515Z | Compiling heck v0.5.0 |
414 | 2024-11-07T21:57:30.721Z | Compiling heck v0.4.1 |
415 | 2024-11-07T21:57:30.948Z | Compiling bytecount v0.6.8 |
416 | 2024-11-07T21:57:30.981Z | Compiling fnv v1.0.7 |
417 | 2024-11-07T21:57:31.077Z | Compiling clap_lex v0.7.2 |
418 | 2024-11-07T21:57:31.182Z | Compiling anyhow v1.0.92 |
419 | 2024-11-07T21:57:31.266Z | Compiling papergrid v0.11.0 |
420 | 2024-11-07T21:57:31.567Z | Compiling tempfile v3.13.0 |
421 | 2024-11-07T21:57:31.601Z | Compiling clap_builder v4.5.20 |
422 | 2024-11-07T21:57:32.099Z | Compiling memmap v0.7.0 |
423 | 2024-11-07T21:57:32.239Z | Compiling smawk v0.3.2 |
424 | 2024-11-07T21:57:32.426Z | Compiling unicode-linebreak v0.1.5 |
425 | 2024-11-07T21:57:32.940Z | Compiling textwrap v0.16.1 |
426 | 2024-11-07T21:57:33.118Z | Compiling swrite v0.1.0 |
427 | 2024-11-07T21:57:33.991Z | Compiling tabled_derive v0.7.0 |
428 | 2024-11-07T21:57:35.638Z | Compiling tabled v0.15.0 |
429 | 2024-11-07T21:57:36.391Z | Compiling serde_derive v1.0.210 |
430 | 2024-11-07T21:57:36.391Z | Compiling thiserror-impl v1.0.64 |
431 | 2024-11-07T21:57:36.393Z | Compiling zerocopy-derive v0.7.35 |
432 | 2024-11-07T21:57:36.393Z | Compiling scroll_derive v0.12.0 |
433 | 2024-11-07T21:57:36.393Z | Compiling clap_derive v4.5.18 |
434 | 2024-11-07T21:57:37.893Z | Compiling scroll v0.12.0 |
435 | 2024-11-07T21:57:38.405Z | Compiling goblin v0.8.2 |
436 | 2024-11-07T21:57:38.696Z | Compiling zerocopy v0.7.35 |
437 | 2024-11-07T21:57:39.474Z | Compiling pest v2.7.14 |
438 | 2024-11-07T21:57:40.066Z | Compiling clap v4.5.20 |
439 | 2024-11-07T21:57:41.854Z | Compiling pest_meta v2.7.14 |
440 | 2024-11-07T21:57:42.742Z | Compiling pest_generator v2.7.14 |
441 | 2024-11-07T21:57:44.423Z | Compiling pest_derive v2.7.14 |
442 | 2024-11-07T21:57:45.200Z | Compiling dtrace-parser v0.2.0 |
443 | 2024-11-07T21:57:46.591Z | Compiling serde_spanned v0.6.8 |
444 | 2024-11-07T21:57:46.593Z | Compiling toml_datetime v0.6.8 |
445 | 2024-11-07T21:57:46.593Z | Compiling cargo-platform v0.1.8 |
446 | 2024-11-07T21:57:46.859Z | Compiling macaddr v1.0.1 |
447 | 2024-11-07T21:57:47.233Z | Compiling serde_tokenstream v0.2.2 |
448 | 2024-11-07T21:57:47.236Z | Compiling toml_edit v0.22.22 |
449 | 2024-11-07T21:57:47.303Z | Compiling camino-tempfile v1.1.1 |
450 | 2024-11-07T21:57:48.094Z | Compiling dof v0.3.0 |
451 | 2024-11-07T21:57:48.094Z | Compiling cargo_metadata v0.18.1 |
452 | 2024-11-07T21:57:50.201Z | Compiling toml v0.8.19 |
453 | 2024-11-07T21:57:50.232Z | Compiling usdt-attr-macro v0.5.0 |
454 | 2024-11-07T21:57:50.232Z | Compiling usdt-macro v0.5.0 |
455 | 2024-11-07T21:57:51.093Z | Compiling cargo_toml v0.20.5 |
456 | 2024-11-07T21:57:51.611Z | Compiling usdt v0.5.0 |
457 | 2024-11-07T21:57:54.725Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
458 | 2024-11-07T21:57:58.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.47s |
459 | 2024-11-07T21:57:59.166Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
460 | 2024-11-07T21:57:59.730Z | Downloading crates ... |
461 | 2024-11-07T21:57:59.871Z | Downloaded assert_matches v1.5.0 |
462 | 2024-11-07T21:57:59.881Z | Downloaded atty v0.2.14 |
463 | 2024-11-07T21:57:59.891Z | Downloaded darling_macro v0.20.10 |
464 | 2024-11-07T21:57:59.896Z | Downloaded ahash v0.8.11 |
465 | 2024-11-07T21:57:59.899Z | Downloaded convert_case v0.4.0 |
466 | 2024-11-07T21:57:59.903Z | Downloaded ciborium-ll v0.2.2 |
467 | 2024-11-07T21:57:59.905Z | Downloaded atomic-waker v1.1.2 |
468 | 2024-11-07T21:57:59.905Z | Downloaded chrono-tz-build v0.4.0 |
469 | 2024-11-07T21:57:59.908Z | Downloaded cexpr v0.6.0 |
470 | 2024-11-07T21:57:59.910Z | Downloaded data-encoding v2.6.0 |
471 | 2024-11-07T21:57:59.910Z | Downloaded arc-swap v1.7.1 |
472 | 2024-11-07T21:57:59.915Z | Downloaded http-range v0.1.5 |
473 | 2024-11-07T21:57:59.917Z | Downloaded cstr-argument v0.1.2 |
474 | 2024-11-07T21:57:59.920Z | Downloaded aead v0.5.2 |
475 | 2024-11-07T21:57:59.920Z | Downloaded adler2 v2.0.0 |
476 | 2024-11-07T21:57:59.923Z | Downloaded cookie_store v0.21.0 |
477 | 2024-11-07T21:57:59.925Z | Downloaded curve25519-dalek-derive v0.1.1 |
478 | 2024-11-07T21:57:59.928Z | Downloaded newtype_derive v0.1.6 |
479 | 2024-11-07T21:57:59.928Z | Downloaded new_debug_unreachable v1.0.6 |
480 | 2024-11-07T21:57:59.930Z | Downloaded md5 v0.7.0 |
481 | 2024-11-07T21:57:59.933Z | Downloaded hickory-client v0.24.1 |
482 | 2024-11-07T21:57:59.935Z | Downloaded hubpack v0.1.2 |
483 | 2024-11-07T21:57:59.938Z | Downloaded http-body-util v0.1.2 |
484 | 2024-11-07T21:57:59.940Z | Downloaded lru v0.12.5 |
485 | 2024-11-07T21:57:59.943Z | Downloaded lazy_static v1.5.0 |
486 | 2024-11-07T21:57:59.945Z | Downloaded bitfield-struct v0.6.2 |
487 | 2024-11-07T21:57:59.945Z | Downloaded inout v0.1.3 |
488 | 2024-11-07T21:57:59.949Z | Downloaded mime v0.3.17 |
489 | 2024-11-07T21:57:59.954Z | Downloaded linear-map v1.2.0 |
490 | 2024-11-07T21:57:59.954Z | Downloaded internet-checksum v0.2.1 |
491 | 2024-11-07T21:57:59.957Z | Downloaded impl-trait-for-tuples v0.2.2 |
492 | 2024-11-07T21:57:59.957Z | Downloaded mockall v0.13.0 |
493 | 2024-11-07T21:57:59.959Z | Downloaded jobserver v0.1.32 |
494 | 2024-11-07T21:57:59.962Z | Downloaded ciborium-io v0.2.2 |
495 | 2024-11-07T21:57:59.965Z | Downloaded iana-time-zone v0.1.61 |
496 | 2024-11-07T21:57:59.968Z | Downloaded hyper-staticfile v0.10.1 |
497 | 2024-11-07T21:57:59.970Z | Downloaded cfg_aliases v0.2.1 |
498 | 2024-11-07T21:57:59.973Z | Downloaded hickory-server v0.24.1 |
499 | 2024-11-07T21:57:59.979Z | Downloaded multer v3.1.0 |
500 | 2024-11-07T21:57:59.983Z | Downloaded http-body v1.0.1 |
501 | 2024-11-07T21:57:59.986Z | Downloaded cobs v0.2.3 |
502 | 2024-11-07T21:57:59.988Z | Downloaded hmac v0.12.1 |
503 | 2024-11-07T21:57:59.991Z | Downloaded ident_case v1.0.1 |
504 | 2024-11-07T21:57:59.993Z | Downloaded instant v0.1.13 |
505 | 2024-11-07T21:57:59.993Z | Downloaded hubpack_derive v0.1.1 |
506 | 2024-11-07T21:57:59.996Z | Downloaded crunchy v0.2.2 |
507 | 2024-11-07T21:57:59.996Z | Downloaded crucible-workspace-hack v0.1.0 |
508 | 2024-11-07T21:57:59.998Z | Downloaded is_ci v1.2.0 |
509 | 2024-11-07T21:57:59.999Z | Downloaded chacha20poly1305 v0.10.1 |
510 | 2024-11-07T21:58:00.001Z | Downloaded bytes v1.7.2 |
511 | 2024-11-07T21:58:00.006Z | Downloaded rand_xorshift v0.3.0 |
512 | 2024-11-07T21:58:00.008Z | Downloaded async-trait v0.1.83 |
513 | 2024-11-07T21:58:00.012Z | Downloaded bitfield v0.14.0 |
514 | 2024-11-07T21:58:00.015Z | Downloaded block-padding v0.3.3 |
515 | 2024-11-07T21:58:00.017Z | Downloaded managed v0.8.0 |
516 | 2024-11-07T21:58:00.020Z | Downloaded match_cfg v0.1.0 |
517 | 2024-11-07T21:58:00.020Z | Downloaded bit-vec v0.6.3 |
518 | 2024-11-07T21:58:00.022Z | Downloaded bb8 v0.8.5 |
519 | 2024-11-07T21:58:00.025Z | Downloaded shell-words v1.1.0 |
520 | 2024-11-07T21:58:00.025Z | Downloaded newline-converter v0.3.0 |
521 | 2024-11-07T21:58:00.027Z | Downloaded humantime v2.1.0 |
522 | 2024-11-07T21:58:00.027Z | Downloaded home v0.5.9 |
523 | 2024-11-07T21:58:00.031Z | Downloaded cbc v0.1.2 |
524 | 2024-11-07T21:58:00.031Z | Downloaded linked-hash-map v0.5.6 |
525 | 2024-11-07T21:58:00.034Z | Downloaded base64 v0.22.1 |
526 | 2024-11-07T21:58:00.038Z | Downloaded httpdate v1.0.3 |
527 | 2024-11-07T21:58:00.040Z | Downloaded instability v0.3.2 |
528 | 2024-11-07T21:58:00.043Z | Downloaded argon2 v0.5.3 |
529 | 2024-11-07T21:58:00.046Z | Downloaded sqlparser_derive v0.2.2 |
530 | 2024-11-07T21:58:00.046Z | Downloaded try-lock v0.2.5 |
531 | 2024-11-07T21:58:00.048Z | Downloaded chacha20 v0.9.1 |
532 | 2024-11-07T21:58:00.051Z | Downloaded time-core v0.1.2 |
533 | 2024-11-07T21:58:00.051Z | Downloaded cassowary v0.3.0 |
534 | 2024-11-07T21:58:00.054Z | Downloaded const_format v0.2.33 |
535 | 2024-11-07T21:58:00.060Z | Downloaded indexmap v1.9.3 |
536 | 2024-11-07T21:58:00.065Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-11-07T21:58:00.068Z | Downloaded lazycell v1.3.0 |
538 | 2024-11-07T21:58:00.068Z | Downloaded diesel_table_macro_syntax v0.2.0 |
539 | 2024-11-07T21:58:00.071Z | Downloaded rpassword v7.3.1 |
540 | 2024-11-07T21:58:00.074Z | Downloaded maplit v1.0.2 |
541 | 2024-11-07T21:58:00.074Z | Downloaded serde_repr v0.1.19 |
542 | 2024-11-07T21:58:00.076Z | Downloaded newtype-uuid v1.1.2 |
543 | 2024-11-07T21:58:00.079Z | Downloaded slab v0.4.9 |
544 | 2024-11-07T21:58:00.081Z | Downloaded nibble_vec v0.1.0 |
545 | 2024-11-07T21:58:00.084Z | Downloaded bzip2 v0.4.4 |
546 | 2024-11-07T21:58:00.087Z | Downloaded hyper-rustls v0.27.3 |
547 | 2024-11-07T21:58:00.090Z | Downloaded base64ct v1.6.0 |
548 | 2024-11-07T21:58:00.092Z | Downloaded ciborium v0.2.2 |
549 | 2024-11-07T21:58:00.095Z | Downloaded foreign-types v0.3.2 |
550 | 2024-11-07T21:58:00.097Z | Downloaded downcast v0.11.0 |
551 | 2024-11-07T21:58:00.097Z | Downloaded cancel-safe-futures v0.1.5 |
552 | 2024-11-07T21:58:00.102Z | Downloaded is-terminal v0.4.13 |
553 | 2024-11-07T21:58:00.104Z | Downloaded buf-list v1.0.3 |
554 | 2024-11-07T21:58:00.106Z | Downloaded tokio-tungstenite v0.23.1 |
555 | 2024-11-07T21:58:00.110Z | Downloaded httparse v1.9.5 |
556 | 2024-11-07T21:58:00.113Z | Downloaded spki v0.7.3 |
557 | 2024-11-07T21:58:00.116Z | Downloaded aes v0.8.4 |
558 | 2024-11-07T21:58:00.121Z | Downloaded xattr v1.3.1 |
559 | 2024-11-07T21:58:00.123Z | Downloaded xz2 v0.1.7 |
560 | 2024-11-07T21:58:00.126Z | Downloaded darling v0.20.10 |
561 | 2024-11-07T21:58:00.132Z | Downloaded mime_guess v2.0.5 |
562 | 2024-11-07T21:58:00.135Z | Downloaded precomputed-hash v0.1.1 |
563 | 2024-11-07T21:58:00.137Z | Downloaded phf_shared v0.10.0 |
564 | 2024-11-07T21:58:00.137Z | Downloaded subtle v2.6.1 |
565 | 2024-11-07T21:58:00.140Z | Downloaded rand_chacha v0.3.1 |
566 | 2024-11-07T21:58:00.143Z | Downloaded sqlformat v0.2.6 |
567 | 2024-11-07T21:58:00.145Z | Downloaded lock_api v0.4.12 |
568 | 2024-11-07T21:58:00.147Z | Downloaded deranged v0.3.11 |
569 | 2024-11-07T21:58:00.150Z | Downloaded minimal-lexical v0.2.1 |
570 | 2024-11-07T21:58:00.153Z | Downloaded sct v0.7.1 |
571 | 2024-11-07T21:58:00.158Z | Downloaded serde-big-array v0.5.1 |
572 | 2024-11-07T21:58:00.160Z | Downloaded clang-sys v1.8.1 |
573 | 2024-11-07T21:58:00.163Z | Downloaded group v0.13.0 |
574 | 2024-11-07T21:58:00.166Z | Downloaded typify v0.2.0 |
575 | 2024-11-07T21:58:00.170Z | Downloaded cookie v0.18.1 |
576 | 2024-11-07T21:58:00.173Z | Downloaded enum-as-inner v0.6.1 |
577 | 2024-11-07T21:58:00.176Z | Downloaded crossbeam-epoch v0.9.18 |
578 | 2024-11-07T21:58:00.179Z | Downloaded termtree v0.4.1 |
579 | 2024-11-07T21:58:00.181Z | Downloaded const-oid v0.9.6 |
580 | 2024-11-07T21:58:00.184Z | Downloaded fragile v2.0.0 |
581 | 2024-11-07T21:58:00.186Z | Downloaded strum_macros v0.26.4 |
582 | 2024-11-07T21:58:00.189Z | Downloaded form_urlencoded v1.2.1 |
583 | 2024-11-07T21:58:00.192Z | Downloaded ff v0.13.0 |
584 | 2024-11-07T21:58:00.195Z | Downloaded tokio-tungstenite v0.21.0 |
585 | 2024-11-07T21:58:00.197Z | Downloaded funty v2.0.0 |
586 | 2024-11-07T21:58:00.197Z | Downloaded crossbeam-utils v0.8.20 |
587 | 2024-11-07T21:58:00.201Z | Downloaded difflib v0.4.0 |
588 | 2024-11-07T21:58:00.203Z | Downloaded phf_shared v0.11.2 |
589 | 2024-11-07T21:58:00.206Z | Downloaded packed_struct_codegen v0.10.1 |
590 | 2024-11-07T21:58:00.206Z | Downloaded packed_struct v0.10.1 |
591 | 2024-11-07T21:58:00.209Z | Downloaded olpc-cjson v0.1.4 |
592 | 2024-11-07T21:58:00.211Z | Downloaded rustc-hash v2.0.0 |
593 | 2024-11-07T21:58:00.214Z | Downloaded value-bag v1.9.0 |
594 | 2024-11-07T21:58:00.216Z | Downloaded der_derive v0.7.3 |
595 | 2024-11-07T21:58:00.219Z | Downloaded miniz_oxide v0.8.0 |
596 | 2024-11-07T21:58:00.221Z | Downloaded slog v2.7.0 |
597 | 2024-11-07T21:58:00.225Z | Downloaded rustc_version v0.1.7 |
598 | 2024-11-07T21:58:00.228Z | Downloaded rand_seeder v0.3.0 |
599 | 2024-11-07T21:58:00.230Z | Downloaded hyper-util v0.1.9 |
600 | 2024-11-07T21:58:00.234Z | Downloaded same-file v1.0.6 |
601 | 2024-11-07T21:58:00.248Z | Downloaded oso-derive v0.27.3 |
602 | 2024-11-07T21:58:00.250Z | Downloaded nu-ansi-term v0.50.1 |
603 | 2024-11-07T21:58:00.253Z | Downloaded stringprep v0.1.5 |
604 | 2024-11-07T21:58:00.256Z | Downloaded hashlink v0.9.1 |
605 | 2024-11-07T21:58:00.259Z | Downloaded subprocess v0.2.9 |
606 | 2024-11-07T21:58:00.261Z | Downloaded parking_lot_core v0.8.6 |
607 | 2024-11-07T21:58:00.264Z | Downloaded ron v0.7.1 |
608 | 2024-11-07T21:58:00.270Z | Downloaded parking_lot_core v0.9.10 |
609 | 2024-11-07T21:58:00.273Z | Downloaded parking_lot v0.11.2 |
610 | 2024-11-07T21:58:00.276Z | Downloaded defmt-macros v0.3.9 |
611 | 2024-11-07T21:58:00.280Z | Downloaded zopfli v0.8.1 |
612 | 2024-11-07T21:58:00.283Z | Downloaded ron v0.8.1 |
613 | 2024-11-07T21:58:00.291Z | Downloaded dirs-next v2.0.0 |
614 | 2024-11-07T21:58:00.293Z | Downloaded fallible-iterator v0.3.0 |
615 | 2024-11-07T21:58:00.296Z | Downloaded futures-sink v0.3.31 |
616 | 2024-11-07T21:58:00.298Z | Downloaded embedded-io v0.6.1 |
617 | 2024-11-07T21:58:00.298Z | Downloaded bumpalo v3.16.0 |
618 | 2024-11-07T21:58:00.302Z | Downloaded futures-macro v0.3.31 |
619 | 2024-11-07T21:58:00.304Z | Downloaded serde_with_macros v3.11.0 |
620 | 2024-11-07T21:58:00.307Z | Downloaded crossterm v0.28.1 |
621 | 2024-11-07T21:58:00.316Z | Downloaded powerfmt v0.2.0 |
622 | 2024-11-07T21:58:00.318Z | Downloaded ppv-lite86 v0.2.20 |
623 | 2024-11-07T21:58:00.321Z | Downloaded nodrop v0.1.14 |
624 | 2024-11-07T21:58:00.323Z | Downloaded crypto-bigint v0.5.5 |
625 | 2024-11-07T21:58:00.331Z | Downloaded want v0.3.1 |
626 | 2024-11-07T21:58:00.334Z | Downloaded hex-literal v0.4.1 |
627 | 2024-11-07T21:58:00.334Z | Downloaded heck v0.3.3 |
628 | 2024-11-07T21:58:00.337Z | Downloaded vte_generate_state_changes v0.1.2 |
629 | 2024-11-07T21:58:00.337Z | Downloaded num-traits v0.2.19 |
630 | 2024-11-07T21:58:00.340Z | Downloaded itertools v0.10.5 |
631 | 2024-11-07T21:58:00.349Z | Downloaded fxhash v0.2.1 |
632 | 2024-11-07T21:58:00.352Z | Downloaded cc v1.1.30 |
633 | 2024-11-07T21:58:00.356Z | Downloaded secrecy v0.8.0 |
634 | 2024-11-07T21:58:00.358Z | Downloaded openssl-probe v0.1.5 |
635 | 2024-11-07T21:58:00.361Z | Downloaded siphasher v0.3.11 |
636 | 2024-11-07T21:58:00.361Z | Downloaded crossbeam-channel v0.5.13 |
637 | 2024-11-07T21:58:00.367Z | Downloaded ssh-cipher v0.2.0 |
638 | 2024-11-07T21:58:00.370Z | Downloaded progenitor-client v0.8.0 |
639 | 2024-11-07T21:58:00.373Z | Downloaded semver v0.1.20 |
640 | 2024-11-07T21:58:00.373Z | Downloaded futures v0.3.31 |
641 | 2024-11-07T21:58:00.381Z | Downloaded termcolor v1.4.1 |
642 | 2024-11-07T21:58:00.384Z | Downloaded test-strategy v0.3.1 |
643 | 2024-11-07T21:58:00.387Z | Downloaded quick-error v1.2.3 |
644 | 2024-11-07T21:58:00.395Z | Downloaded tinyvec_macros v0.1.1 |
645 | 2024-11-07T21:58:00.398Z | Downloaded derive_more v0.99.18 |
646 | 2024-11-07T21:58:00.405Z | Downloaded float-ord v0.3.2 |
647 | 2024-11-07T21:58:00.407Z | Downloaded which v4.4.2 |
648 | 2024-11-07T21:58:00.410Z | Downloaded mio v1.0.2 |
649 | 2024-11-07T21:58:00.419Z | Downloaded num v0.4.3 |
650 | 2024-11-07T21:58:00.422Z | Downloaded samael v0.0.17 |
651 | 2024-11-07T21:58:00.429Z | Downloaded opaque-debug v0.3.1 |
652 | 2024-11-07T21:58:00.432Z | Downloaded foreign-types-macros v0.2.3 |
653 | 2024-11-07T21:58:00.434Z | Downloaded parse-display-derive v0.10.0 |
654 | 2024-11-07T21:58:00.434Z | Downloaded psl-types v2.0.11 |
655 | 2024-11-07T21:58:00.437Z | Downloaded rustfmt-wrapper v0.2.1 |
656 | 2024-11-07T21:58:00.437Z | Downloaded rustc_version v0.4.1 |
657 | 2024-11-07T21:58:00.440Z | Downloaded term v0.7.0 |
658 | 2024-11-07T21:58:00.443Z | Downloaded tracing-core v0.1.32 |
659 | 2024-11-07T21:58:00.447Z | Downloaded futures-core v0.3.31 |
660 | 2024-11-07T21:58:00.450Z | Downloaded signature v2.2.0 |
661 | 2024-11-07T21:58:00.453Z | Downloaded tower-service v0.3.3 |
662 | 2024-11-07T21:58:00.453Z | Downloaded pin-utils v0.1.0 |
663 | 2024-11-07T21:58:00.456Z | Downloaded whoami v1.5.2 |
664 | 2024-11-07T21:58:00.459Z | Downloaded phf_codegen v0.11.2 |
665 | 2024-11-07T21:58:00.460Z | Downloaded slog-async v2.8.0 |
666 | 2024-11-07T21:58:00.463Z | Downloaded tui-tree-widget v0.22.0 |
667 | 2024-11-07T21:58:00.463Z | Downloaded x509-cert v0.2.5 |
668 | 2024-11-07T21:58:00.472Z | Downloaded env_logger v0.10.2 |
669 | 2024-11-07T21:58:00.475Z | Downloaded zone_cfg_derive v0.3.0 |
670 | 2024-11-07T21:58:00.475Z | Downloaded similar v2.6.0 |
671 | 2024-11-07T21:58:00.481Z | Downloaded futures-channel v0.3.31 |
672 | 2024-11-07T21:58:00.484Z | Downloaded fd-lock v4.0.2 |
673 | 2024-11-07T21:58:00.487Z | Downloaded normalize-line-endings v0.3.0 |
674 | 2024-11-07T21:58:00.490Z | Downloaded endian-type v0.1.2 |
675 | 2024-11-07T21:58:00.490Z | Downloaded debug-ignore v1.0.5 |
676 | 2024-11-07T21:58:00.492Z | Downloaded unicode-truncate v1.1.0 |
677 | 2024-11-07T21:58:00.497Z | Downloaded number_prefix v0.4.0 |
678 | 2024-11-07T21:58:00.497Z | Downloaded pbkdf2 v0.12.2 |
679 | 2024-11-07T21:58:00.500Z | Downloaded toml v0.7.8 |
680 | 2024-11-07T21:58:00.500Z | Downloaded glob v0.3.1 |
681 | 2024-11-07T21:58:00.502Z | Downloaded ghash v0.5.1 |
682 | 2024-11-07T21:58:00.505Z | Downloaded enum-as-inner v0.5.1 |
683 | 2024-11-07T21:58:00.505Z | Downloaded peg-runtime v0.8.3 |
684 | 2024-11-07T21:58:00.507Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2024-11-07T21:58:00.507Z | Downloaded phf v0.11.2 |
686 | 2024-11-07T21:58:00.510Z | Downloaded serde_yaml v0.9.34+deprecated |
687 | 2024-11-07T21:58:00.513Z | Downloaded quinn-udp v0.5.5 |
688 | 2024-11-07T21:58:00.516Z | Downloaded phf_generator v0.11.2 |
689 | 2024-11-07T21:58:00.518Z | Downloaded tracing-attributes v0.1.27 |
690 | 2024-11-07T21:58:00.521Z | Downloaded fatfs v0.3.6 |
691 | 2024-11-07T21:58:00.524Z | Downloaded topological-sort v0.2.2 |
692 | 2024-11-07T21:58:00.527Z | Downloaded string_cache v0.8.7 |
693 | 2024-11-07T21:58:00.529Z | Downloaded rusty-fork v0.3.0 |
694 | 2024-11-07T21:58:00.529Z | Downloaded rustc-hash v1.1.0 |
695 | 2024-11-07T21:58:00.532Z | Downloaded rtoolbox v0.0.2 |
696 | 2024-11-07T21:58:00.534Z | Downloaded libm v0.2.8 |
697 | 2024-11-07T21:58:00.543Z | Downloaded dhcproto-macros v0.1.0 |
698 | 2024-11-07T21:58:00.546Z | Downloaded signal-hook-tokio v0.3.1 |
699 | 2024-11-07T21:58:00.546Z | Downloaded static_assertions v1.1.0 |
700 | 2024-11-07T21:58:00.558Z | Downloaded pretty-hex v0.2.1 |
701 | 2024-11-07T21:58:00.558Z | Downloaded structmeta-derive v0.3.0 |
702 | 2024-11-07T21:58:00.558Z | Downloaded defmt-parser v0.3.4 |
703 | 2024-11-07T21:58:00.558Z | Downloaded unicode-xid v0.2.6 |
704 | 2024-11-07T21:58:00.558Z | Downloaded structmeta-derive v0.2.0 |
705 | 2024-11-07T21:58:00.561Z | Downloaded tar v0.4.42 |
706 | 2024-11-07T21:58:00.561Z | Downloaded strum v0.26.3 |
707 | 2024-11-07T21:58:00.561Z | Downloaded rustls-pemfile v1.0.4 |
708 | 2024-11-07T21:58:00.563Z | Downloaded ena v0.14.3 |
709 | 2024-11-07T21:58:00.566Z | Downloaded sync_wrapper v1.0.1 |
710 | 2024-11-07T21:58:00.566Z | Downloaded tungstenite v0.24.0 |
711 | 2024-11-07T21:58:00.569Z | Downloaded pem v3.0.4 |
712 | 2024-11-07T21:58:00.572Z | Downloaded fallible-iterator v0.2.0 |
713 | 2024-11-07T21:58:00.574Z | Downloaded pkg-config v0.3.31 |
714 | 2024-11-07T21:58:00.574Z | Downloaded pin-project-lite v0.2.14 |
715 | 2024-11-07T21:58:00.580Z | Downloaded oso v0.27.3 |
716 | 2024-11-07T21:58:00.586Z | Downloaded tungstenite v0.23.0 |
717 | 2024-11-07T21:58:00.589Z | Downloaded dsl_auto_type v0.1.2 |
718 | 2024-11-07T21:58:00.592Z | Downloaded signal-hook-registry v1.4.2 |
719 | 2024-11-07T21:58:00.594Z | Downloaded slog-stdlog v4.1.1 |
720 | 2024-11-07T21:58:00.597Z | Downloaded snafu-derive v0.8.5 |
721 | 2024-11-07T21:58:00.597Z | Downloaded headers-core v0.3.0 |
722 | 2024-11-07T21:58:00.599Z | Downloaded tokio-postgres v0.7.12 |
723 | 2024-11-07T21:58:00.604Z | Downloaded signal-hook-mio v0.2.4 |
724 | 2024-11-07T21:58:00.606Z | Downloaded hyper v0.14.30 |
725 | 2024-11-07T21:58:00.615Z | Downloaded take_mut v0.2.2 |
726 | 2024-11-07T21:58:00.617Z | Downloaded universal-hash v0.5.1 |
727 | 2024-11-07T21:58:00.620Z | Downloaded untrusted v0.7.1 |
728 | 2024-11-07T21:58:00.620Z | Downloaded libxml v0.3.3 |
729 | 2024-11-07T21:58:00.627Z | Downloaded pbkdf2 v0.11.0 |
730 | 2024-11-07T21:58:00.630Z | Downloaded parse-size v1.1.0 |
731 | 2024-11-07T21:58:00.632Z | Downloaded russh-cryptovec v0.7.3 |
732 | 2024-11-07T21:58:00.632Z | Downloaded num-derive v0.4.2 |
733 | 2024-11-07T21:58:00.635Z | Downloaded foldhash v0.1.3 |
734 | 2024-11-07T21:58:00.637Z | Downloaded wyz v0.5.1 |
735 | 2024-11-07T21:58:00.640Z | Downloaded radium v0.7.0 |
736 | 2024-11-07T21:58:00.640Z | Downloaded env_logger v0.11.5 |
737 | 2024-11-07T21:58:00.643Z | Downloaded pkcs8 v0.10.2 |
738 | 2024-11-07T21:58:00.646Z | Downloaded p256 v0.13.2 |
739 | 2024-11-07T21:58:00.651Z | Downloaded pkcs1 v0.7.5 |
740 | 2024-11-07T21:58:00.653Z | Downloaded peg-macros v0.8.4 |
741 | 2024-11-07T21:58:00.656Z | Downloaded stable_deref_trait v1.2.0 |
742 | 2024-11-07T21:58:00.659Z | Downloaded ssh-encoding v0.2.0 |
743 | 2024-11-07T21:58:00.661Z | Downloaded spin v0.5.2 |
744 | 2024-11-07T21:58:00.661Z | Downloaded reedline v0.35.0 |
745 | 2024-11-07T21:58:00.670Z | Downloaded scheduled-thread-pool v0.2.7 |
746 | 2024-11-07T21:58:00.673Z | Downloaded ref-cast-impl v1.0.23 |
747 | 2024-11-07T21:58:00.675Z | Downloaded zeroize_derive v1.4.2 |
748 | 2024-11-07T21:58:00.675Z | Downloaded thiserror-impl-no-std v2.0.2 |
749 | 2024-11-07T21:58:00.675Z | Downloaded tungstenite v0.21.0 |
750 | 2024-11-07T21:58:00.679Z | Downloaded zone v0.1.8 |
751 | 2024-11-07T21:58:00.681Z | Downloaded des v0.8.1 |
752 | 2024-11-07T21:58:00.684Z | Downloaded display-error-chain v0.2.2 |
753 | 2024-11-07T21:58:00.684Z | Downloaded serde_path_to_error v0.1.16 |
754 | 2024-11-07T21:58:00.687Z | Downloaded unicode-segmentation v1.12.0 |
755 | 2024-11-07T21:58:00.689Z | Downloaded num_enum_derive v0.5.11 |
756 | 2024-11-07T21:58:00.692Z | Downloaded smallvec v0.6.14 |
757 | 2024-11-07T21:58:00.695Z | Downloaded num-complex v0.4.6 |
758 | 2024-11-07T21:58:00.695Z | Downloaded hash32 v0.3.1 |
759 | 2024-11-07T21:58:00.697Z | Downloaded paste v1.0.15 |
760 | 2024-11-07T21:58:00.700Z | Downloaded num_enum v0.5.11 |
761 | 2024-11-07T21:58:00.704Z | Downloaded fixedbitset v0.4.2 |
762 | 2024-11-07T21:58:00.707Z | Downloaded fallible-streaming-iterator v0.1.9 |
763 | 2024-11-07T21:58:00.710Z | Downloaded termios v0.3.3 |
764 | 2024-11-07T21:58:00.710Z | Downloaded dhcproto v0.12.0 |
765 | 2024-11-07T21:58:00.712Z | Downloaded pkcs5 v0.7.1 |
766 | 2024-11-07T21:58:00.717Z | Downloaded untrusted v0.9.0 |
767 | 2024-11-07T21:58:00.720Z | Downloaded tls_codec_derive v0.4.1 |
768 | 2024-11-07T21:58:00.722Z | Downloaded tracing v0.1.40 |
769 | 2024-11-07T21:58:00.725Z | Downloaded toolchain_find v0.4.0 |
770 | 2024-11-07T21:58:00.728Z | Downloaded tinyvec v1.8.0 |
771 | 2024-11-07T21:58:00.730Z | Downloaded smf v0.2.3 |
772 | 2024-11-07T21:58:00.733Z | Downloaded serde_plain v1.0.2 |
773 | 2024-11-07T21:58:00.736Z | Downloaded serde_urlencoded v0.7.1 |
774 | 2024-11-07T21:58:00.736Z | Downloaded flagset v0.4.6 |
775 | 2024-11-07T21:58:00.739Z | Downloaded tokio-rustls v0.26.0 |
776 | 2024-11-07T21:58:00.742Z | Downloaded dirs-sys-next v0.1.2 |
777 | 2024-11-07T21:58:00.742Z | Downloaded rustls-webpki v0.101.7 |
778 | 2024-11-07T21:58:00.758Z | Downloaded float-cmp v0.9.0 |
779 | 2024-11-07T21:58:00.760Z | Downloaded primeorder v0.13.6 |
780 | 2024-11-07T21:58:00.763Z | Downloaded derive_builder v0.20.2 |
781 | 2024-11-07T21:58:00.766Z | Downloaded zeroize v1.8.1 |
782 | 2024-11-07T21:58:00.768Z | Downloaded defmt v0.3.8 |
783 | 2024-11-07T21:58:00.772Z | Downloaded num-rational v0.4.2 |
784 | 2024-11-07T21:58:00.774Z | Downloaded rustc-demangle v0.1.24 |
785 | 2024-11-07T21:58:00.777Z | Downloaded derive_builder_core v0.20.2 |
786 | 2024-11-07T21:58:00.780Z | Downloaded openssl-sys v0.9.103 |
787 | 2024-11-07T21:58:00.784Z | Downloaded proc-macro-crate v1.3.1 |
788 | 2024-11-07T21:58:00.788Z | Downloaded toml_edit v0.19.15 |
789 | 2024-11-07T21:58:00.806Z | Downloaded tokio-rustls v0.25.0 |
790 | 2024-11-07T21:58:00.809Z | Downloaded signal-hook v0.3.17 |
791 | 2024-11-07T21:58:00.811Z | Downloaded hkdf v0.12.4 |
792 | 2024-11-07T21:58:00.814Z | Downloaded publicsuffix v2.2.3 |
793 | 2024-11-07T21:58:00.817Z | Downloaded tls_codec v0.4.1 |
794 | 2024-11-07T21:58:00.819Z | Downloaded zone v0.3.0 |
795 | 2024-11-07T21:58:00.822Z | Downloaded socket2 v0.5.7 |
796 | 2024-11-07T21:58:00.825Z | Downloaded headers v0.4.0 |
797 | 2024-11-07T21:58:00.829Z | Downloaded peg v0.8.4 |
798 | 2024-11-07T21:58:00.833Z | Downloaded r2d2 v0.8.10 |
799 | 2024-11-07T21:58:00.836Z | Downloaded rayon-core v1.12.1 |
800 | 2024-11-07T21:58:00.839Z | Downloaded globset v0.4.15 |
801 | 2024-11-07T21:58:00.842Z | Downloaded heapless v0.8.0 |
802 | 2024-11-07T21:58:00.847Z | Downloaded flume v0.11.0 |
803 | 2024-11-07T21:58:00.851Z | Downloaded tokio-rustls v0.24.1 |
804 | 2024-11-07T21:58:00.855Z | Downloaded rustls-webpki v0.102.8 |
805 | 2024-11-07T21:58:00.877Z | Downloaded tokio-stream v0.1.16 |
806 | 2024-11-07T21:58:00.883Z | Downloaded smallvec v1.13.2 |
807 | 2024-11-07T21:58:00.886Z | Downloaded vte v0.11.1 |
808 | 2024-11-07T21:58:00.888Z | Downloaded vsss-rs v3.3.4 |
809 | 2024-11-07T21:58:00.891Z | Downloaded vergen v8.3.2 |
810 | 2024-11-07T21:58:00.894Z | Downloaded steno v0.4.1 |
811 | 2024-11-07T21:58:00.897Z | Downloaded progenitor v0.8.0 |
812 | 2024-11-07T21:58:00.900Z | Downloaded sqlparser v0.45.0 |
813 | 2024-11-07T21:58:00.904Z | Downloaded expectorate v1.1.0 |
814 | 2024-11-07T21:58:00.907Z | Downloaded russh-keys v0.45.0 |
815 | 2024-11-07T21:58:00.910Z | Downloaded prettyplease v0.2.22 |
816 | 2024-11-07T21:58:00.914Z | Downloaded heapless v0.7.17 |
817 | 2024-11-07T21:58:00.918Z | Downloaded zip v2.1.3 |
818 | 2024-11-07T21:58:00.924Z | Downloaded rcgen v0.12.1 |
819 | 2024-11-07T21:58:00.927Z | Downloaded idna v0.3.0 |
820 | 2024-11-07T21:58:00.935Z | Downloaded ssh-key v0.6.6 |
821 | 2024-11-07T21:58:00.943Z | Downloaded schemars v0.8.21 |
822 | 2024-11-07T21:58:00.958Z | Downloaded ed25519-dalek v2.1.1 |
823 | 2024-11-07T21:58:00.962Z | Downloaded parse-zoneinfo v0.3.1 |
824 | 2024-11-07T21:58:00.964Z | Downloaded bitvec v1.0.1 |
825 | 2024-11-07T21:58:00.982Z | Downloaded half v2.4.1 |
826 | 2024-11-07T21:58:00.985Z | Downloaded lalrpop v0.19.12 |
827 | 2024-11-07T21:58:00.998Z | Downloaded quinn v0.11.5 |
828 | 2024-11-07T21:58:01.002Z | Downloaded radix_trie v0.2.1 |
829 | 2024-11-07T21:58:01.007Z | Downloaded url v2.5.2 |
830 | 2024-11-07T21:58:01.011Z | Downloaded qorb v0.2.0 |
831 | 2024-11-07T21:58:01.015Z | Downloaded der v0.7.9 |
832 | 2024-11-07T21:58:01.021Z | Downloaded unicode_categories v0.1.1 |
833 | 2024-11-07T21:58:01.023Z | Downloaded rustyline v14.0.0 |
834 | 2024-11-07T21:58:01.029Z | Downloaded vcpkg v0.2.15 |
835 | 2024-11-07T21:58:01.098Z | Downloaded tough v0.17.1 |
836 | 2024-11-07T21:58:01.106Z | Downloaded futures-util v0.3.31 |
837 | 2024-11-07T21:58:01.120Z | Downloaded num-bigint v0.4.6 |
838 | 2024-11-07T21:58:01.125Z | Downloaded idna v0.2.3 |
839 | 2024-11-07T21:58:01.134Z | Downloaded num-bigint-dig v0.8.4 |
840 | 2024-11-07T21:58:01.139Z | Downloaded hashbrown v0.12.3 |
841 | 2024-11-07T21:58:01.145Z | Downloaded regex-syntax v0.6.29 |
842 | 2024-11-07T21:58:01.152Z | Downloaded idna v0.4.0 |
843 | 2024-11-07T21:58:01.160Z | Downloaded salty v0.3.0 |
844 | 2024-11-07T21:58:01.168Z | Downloaded hickory-proto v0.24.1 |
845 | 2024-11-07T21:58:01.185Z | Downloaded tokio-util v0.7.12 |
846 | 2024-11-07T21:58:01.193Z | Downloaded nix v0.27.1 |
847 | 2024-11-07T21:58:01.204Z | Downloaded serde_with v3.11.0 |
848 | 2024-11-07T21:58:01.214Z | Downloaded h2 v0.4.6 |
849 | 2024-11-07T21:58:01.221Z | Downloaded regex v1.11.0 |
850 | 2024-11-07T21:58:01.236Z | Downloaded h2 v0.3.26 |
851 | 2024-11-07T21:58:01.243Z | Downloaded chrono-tz v0.10.0 |
852 | 2024-11-07T21:58:01.251Z | Downloaded object v0.36.5 |
853 | 2024-11-07T21:58:01.264Z | Downloaded rustls v0.21.12 |
854 | 2024-11-07T21:58:01.277Z | Downloaded rayon v1.10.0 |
855 | 2024-11-07T21:58:01.287Z | Downloaded nix v0.29.0 |
856 | 2024-11-07T21:58:01.300Z | Downloaded smoltcp v0.11.0 |
857 | 2024-11-07T21:58:01.313Z | Downloaded bstr v1.10.0 |
858 | 2024-11-07T21:58:01.325Z | Downloaded rustls v0.23.14 |
859 | 2024-11-07T21:58:01.338Z | Downloaded gimli v0.31.1 |
860 | 2024-11-07T21:58:01.347Z | Downloaded polar-core v0.27.3 |
861 | 2024-11-07T21:58:01.357Z | Downloaded object v0.30.4 |
862 | 2024-11-07T21:58:01.368Z | Downloaded diesel v2.2.4 |
863 | 2024-11-07T21:58:01.390Z | Downloaded sled v0.34.7 |
864 | 2024-11-07T21:58:01.400Z | Downloaded regex-syntax v0.8.5 |
865 | 2024-11-07T21:58:01.409Z | Downloaded regress v0.9.1 |
866 | 2024-11-07T21:58:01.419Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
867 | 2024-11-07T21:58:01.432Z | Downloaded typify-impl v0.2.0 |
868 | 2024-11-07T21:58:01.449Z | Downloaded rustls v0.22.4 |
869 | 2024-11-07T21:58:01.464Z | Downloaded regress v0.10.1 |
870 | 2024-11-07T21:58:01.473Z | Downloaded ratatui v0.28.1 |
871 | 2024-11-07T21:58:01.495Z | Downloaded openapiv3 v2.0.0 |
872 | 2024-11-07T21:58:01.508Z | Downloaded git2 v0.19.0 |
873 | 2024-11-07T21:58:01.518Z | Downloaded zerocopy-derive v0.6.6 |
874 | 2024-11-07T21:58:01.527Z | Downloaded p384 v0.13.0 |
875 | 2024-11-07T21:58:01.534Z | Downloaded smoltcp v0.9.1 |
876 | 2024-11-07T21:58:01.545Z | Downloaded trust-dns-proto v0.22.0 |
877 | 2024-11-07T21:58:01.559Z | Downloaded webpki-roots v0.26.6 |
878 | 2024-11-07T21:58:01.563Z | Downloaded openssl v0.10.66 |
879 | 2024-11-07T21:58:01.573Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-11-07T21:58:01.583Z | Downloaded portable-atomic v1.9.0 |
881 | 2024-11-07T21:58:01.591Z | Downloaded regex-automata v0.4.8 |
882 | 2024-11-07T21:58:01.610Z | Downloaded winnow v0.5.40 |
883 | 2024-11-07T21:58:01.619Z | Downloaded quinn-proto v0.11.8 |
884 | 2024-11-07T21:58:01.625Z | Downloaded dropshot v0.12.0 |
885 | 2024-11-07T21:58:01.646Z | Downloaded petgraph v0.6.5 |
886 | 2024-11-07T21:58:01.665Z | Downloaded lzma-sys v0.1.20 |
887 | 2024-11-07T21:58:01.695Z | Downloaded sha3 v0.10.8 |
888 | 2024-11-07T21:58:01.701Z | Downloaded idna v0.5.0 |
889 | 2024-11-07T21:58:01.707Z | Downloaded csv v1.3.0 |
890 | 2024-11-07T21:58:01.728Z | Downloaded tokio v1.40.0 |
891 | 2024-11-07T21:58:01.766Z | Downloaded rusqlite v0.32.1 |
892 | 2024-11-07T21:58:01.773Z | Downloaded quick-xml v0.33.0 |
893 | 2024-11-07T21:58:01.779Z | Downloaded nix v0.28.0 |
894 | 2024-11-07T21:58:01.791Z | Downloaded proptest v1.5.0 |
895 | 2024-11-07T21:58:01.801Z | Downloaded libz-sys v1.1.20 |
896 | 2024-11-07T21:58:01.823Z | Downloaded reqwest v0.11.27 |
897 | 2024-11-07T21:58:01.831Z | Downloaded bindgen v0.69.5 |
898 | 2024-11-07T21:58:01.839Z | Downloaded snafu v0.8.5 |
899 | 2024-11-07T21:58:01.845Z | Downloaded p521 v0.13.3 |
900 | 2024-11-07T21:58:01.848Z | Downloaded chrono v0.4.38 |
901 | 2024-11-07T21:58:01.856Z | Downloaded reqwest v0.12.8 |
902 | 2024-11-07T21:58:01.865Z | Downloaded hash32 v0.2.1 |
903 | 2024-11-07T21:58:01.868Z | Downloaded tabwriter v1.4.0 |
904 | 2024-11-07T21:58:01.870Z | Downloaded unsafe-libyaml v0.2.11 |
905 | 2024-11-07T21:58:01.873Z | Downloaded nom v7.1.3 |
906 | 2024-11-07T21:58:01.877Z | Downloaded russh v0.45.0 |
907 | 2024-11-07T21:58:01.884Z | Downloaded hashbrown v0.14.5 |
908 | 2024-11-07T21:58:01.890Z | Downloaded aho-corasick v1.1.3 |
909 | 2024-11-07T21:58:01.896Z | Downloaded either v1.13.0 |
910 | 2024-11-07T21:58:01.898Z | Downloaded tiny-keccak v2.0.2 |
911 | 2024-11-07T21:58:01.901Z | Downloaded predicates-tree v1.0.11 |
912 | 2024-11-07T21:58:01.904Z | Downloaded polyval v0.6.2 |
913 | 2024-11-07T21:58:01.904Z | Downloaded utf-8 v0.7.6 |
914 | 2024-11-07T21:58:01.907Z | Downloaded time-macros v0.2.18 |
915 | 2024-11-07T21:58:01.907Z | Downloaded predicates-core v1.0.8 |
916 | 2024-11-07T21:58:01.911Z | Downloaded postgres-protocol v0.6.7 |
917 | 2024-11-07T21:58:01.911Z | Downloaded postcard v1.0.10 |
918 | 2024-11-07T21:58:01.913Z | Downloaded dyn-clone v1.0.17 |
919 | 2024-11-07T21:58:01.913Z | Downloaded zip v0.6.6 |
920 | 2024-11-07T21:58:01.917Z | Downloaded elliptic-curve v0.13.8 |
921 | 2024-11-07T21:58:01.921Z | Downloaded flate2 v1.0.34 |
922 | 2024-11-07T21:58:01.926Z | Downloaded unicode-normalization v0.1.24 |
923 | 2024-11-07T21:58:01.930Z | Downloaded blake3 v1.5.4 |
924 | 2024-11-07T21:58:01.938Z | Downloaded diesel_derives v2.2.3 |
925 | 2024-11-07T21:58:01.944Z | Downloaded itertools v0.13.0 |
926 | 2024-11-07T21:58:01.951Z | Downloaded hyper v1.4.1 |
927 | 2024-11-07T21:58:01.958Z | Downloaded schemars_derive v0.8.21 |
928 | 2024-11-07T21:58:01.961Z | Downloaded slog-term v2.9.1 |
929 | 2024-11-07T21:58:01.963Z | Downloaded diesel-dtrace v0.3.0 |
930 | 2024-11-07T21:58:01.963Z | Downloaded rustls-pemfile v2.2.0 |
931 | 2024-11-07T21:58:01.966Z | Downloaded getrandom v0.2.15 |
932 | 2024-11-07T21:58:01.969Z | Downloaded itertools v0.12.1 |
933 | 2024-11-07T21:58:01.976Z | Downloaded time v0.3.36 |
934 | 2024-11-07T21:58:01.984Z | Downloaded path-slash v0.1.5 |
935 | 2024-11-07T21:58:01.987Z | Downloaded hashbrown v0.13.2 |
936 | 2024-11-07T21:58:01.990Z | Downloaded aes-gcm v0.10.3 |
937 | 2024-11-07T21:58:01.993Z | Downloaded unicase v2.7.0 |
938 | 2024-11-07T21:58:01.996Z | Downloaded diff v0.1.13 |
939 | 2024-11-07T21:58:01.999Z | Downloaded encoding_rs v0.8.34 |
940 | 2024-11-07T21:58:02.021Z | Downloaded http v0.2.12 |
941 | 2024-11-07T21:58:02.025Z | Downloaded serde-hex v0.1.0 |
942 | 2024-11-07T21:58:02.027Z | Downloaded num_threads v0.1.7 |
943 | 2024-11-07T21:58:02.027Z | Downloaded rand v0.8.5 |
944 | 2024-11-07T21:58:02.031Z | Downloaded ecdsa v0.16.9 |
945 | 2024-11-07T21:58:02.034Z | Downloaded unicode-bidi v0.3.17 |
946 | 2024-11-07T21:58:02.036Z | Downloaded walkdir v2.5.0 |
947 | 2024-11-07T21:58:02.038Z | Downloaded typed-path v0.7.1 |
948 | 2024-11-07T21:58:02.044Z | Downloaded supports-color v3.0.1 |
949 | 2024-11-07T21:58:02.047Z | Downloaded slog-scope v4.4.0 |
950 | 2024-11-07T21:58:02.049Z | Downloaded simd-adler32 v0.3.7 |
951 | 2024-11-07T21:58:02.049Z | Downloaded sigpipe v0.1.3 |
952 | 2024-11-07T21:58:02.052Z | Downloaded unarray v0.1.4 |
953 | 2024-11-07T21:58:02.053Z | Downloaded parse-display v0.10.0 |
954 | 2024-11-07T21:58:02.053Z | Downloaded foreign-types-shared v0.1.1 |
955 | 2024-11-07T21:58:02.056Z | Downloaded zone_cfg_derive v0.1.2 |
956 | 2024-11-07T21:58:02.056Z | Downloaded openssl-macros v0.1.1 |
957 | 2024-11-07T21:58:02.056Z | Downloaded num-iter v0.1.45 |
958 | 2024-11-07T21:58:02.056Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
959 | 2024-11-07T21:58:02.116Z | Downloaded num-integer v0.1.46 |
960 | 2024-11-07T21:58:02.118Z | Downloaded gethostname v0.5.0 |
961 | 2024-11-07T21:58:02.118Z | Downloaded spin v0.9.8 |
962 | 2024-11-07T21:58:02.121Z | Downloaded twox-hash v1.6.3 |
963 | 2024-11-07T21:58:02.124Z | Downloaded zerocopy v0.6.6 |
964 | 2024-11-07T21:58:02.126Z | Downloaded yasna v0.5.2 |
965 | 2024-11-07T21:58:02.129Z | Downloaded unicode-properties v0.1.3 |
966 | 2024-11-07T21:58:02.132Z | Downloaded progenitor-impl v0.8.0 |
967 | 2024-11-07T21:58:02.132Z | Downloaded sync_wrapper v0.1.2 |
968 | 2024-11-07T21:58:02.134Z | Downloaded ed25519 v2.2.3 |
969 | 2024-11-07T21:58:02.135Z | Downloaded ref-cast v1.0.23 |
970 | 2024-11-07T21:58:02.137Z | Downloaded postgres-types v0.2.8 |
971 | 2024-11-07T21:58:02.140Z | Downloaded poly1305 v0.8.0 |
972 | 2024-11-07T21:58:02.143Z | Downloaded password-hash v0.5.0 |
973 | 2024-11-07T21:58:02.143Z | Downloaded password-hash v0.4.2 |
974 | 2024-11-07T21:58:02.145Z | Downloaded pem-rfc7468 v0.7.0 |
975 | 2024-11-07T21:58:02.148Z | Downloaded rsa v0.9.6 |
976 | 2024-11-07T21:58:02.151Z | Downloaded tap v1.0.1 |
977 | 2024-11-07T21:58:02.154Z | Downloaded strum_macros v0.24.3 |
978 | 2024-11-07T21:58:02.156Z | Downloaded percent-encoding v2.3.1 |
979 | 2024-11-07T21:58:02.156Z | Downloaded owo-colors v4.1.0 |
980 | 2024-11-07T21:58:02.159Z | Downloaded futures-task v0.3.31 |
981 | 2024-11-07T21:58:02.159Z | Downloaded scopeguard v1.2.0 |
982 | 2024-11-07T21:58:02.162Z | Downloaded resolv-conf v0.7.0 |
983 | 2024-11-07T21:58:02.164Z | Downloaded embedded-io v0.4.0 |
984 | 2024-11-07T21:58:02.164Z | Downloaded pin-project v1.1.6 |
985 | 2024-11-07T21:58:02.175Z | Downloaded foreign-types-shared v0.3.1 |
986 | 2024-11-07T21:58:02.177Z | Downloaded scrypt v0.11.0 |
987 | 2024-11-07T21:58:02.177Z | Downloaded salsa20 v0.10.2 |
988 | 2024-11-07T21:58:02.180Z | Downloaded rfc6979 v0.4.0 |
989 | 2024-11-07T21:58:02.180Z | Downloaded rustls-pki-types v1.9.0 |
990 | 2024-11-07T21:58:02.183Z | Downloaded parking_lot v0.12.3 |
991 | 2024-11-07T21:58:02.185Z | Downloaded omicron-zone-package v0.11.1 |
992 | 2024-11-07T21:58:02.188Z | Downloaded hex v0.4.3 |
993 | 2024-11-07T21:58:02.190Z | Downloaded futures-io v0.3.31 |
994 | 2024-11-07T21:58:02.193Z | Downloaded futures-executor v0.3.31 |
995 | 2024-11-07T21:58:02.195Z | Downloaded tokio-macros v2.4.0 |
996 | 2024-11-07T21:58:02.195Z | Downloaded shlex v1.3.0 |
997 | 2024-11-07T21:58:02.195Z | Downloaded predicates v3.1.2 |
998 | 2024-11-07T21:58:02.198Z | Downloaded pin-project-internal v1.1.6 |
999 | 2024-11-07T21:58:02.200Z | Downloaded dropshot_endpoint v0.12.0 |
1000 | 2024-11-07T21:58:02.210Z | Downloaded base64 v0.21.7 |
1001 | 2024-11-07T21:58:02.210Z | Downloaded backtrace v0.3.74 |
1002 | 2024-11-07T21:58:02.214Z | Downloaded uuid v1.10.0 |
1003 | 2024-11-07T21:58:02.217Z | Downloaded wait-timeout v0.2.0 |
1004 | 2024-11-07T21:58:02.217Z | Downloaded derive-where v1.2.7 |
1005 | 2024-11-07T21:58:02.220Z | Downloaded uzers v0.12.1 |
1006 | 2024-11-07T21:58:02.222Z | Downloaded indicatif v0.17.8 |
1007 | 2024-11-07T21:58:02.225Z | Downloaded darling_core v0.20.10 |
1008 | 2024-11-07T21:58:02.230Z | Downloaded crc-any v2.5.0 |
1009 | 2024-11-07T21:58:02.233Z | Downloaded displaydoc v0.2.5 |
1010 | 2024-11-07T21:58:02.236Z | Downloaded tokio-tungstenite v0.24.0 |
1011 | 2024-11-07T21:58:02.238Z | Downloaded foreign-types v0.5.0 |
1012 | 2024-11-07T21:58:02.238Z | Downloaded tokio-native-tls v0.3.1 |
1013 | 2024-11-07T21:58:02.243Z | Downloaded structmeta v0.3.0 |
1014 | 2024-11-07T21:58:02.243Z | Downloaded structmeta v0.2.0 |
1015 | 2024-11-07T21:58:02.243Z | Downloaded strip-ansi-escapes v0.2.0 |
1016 | 2024-11-07T21:58:02.246Z | Downloaded slog-json v2.6.1 |
1017 | 2024-11-07T21:58:02.246Z | Downloaded slog-envlogger v2.2.0 |
1018 | 2024-11-07T21:58:02.248Z | Downloaded slog-dtrace v0.3.0 |
1019 | 2024-11-07T21:58:02.248Z | Downloaded slog-bunyan v2.5.0 |
1020 | 2024-11-07T21:58:02.248Z | Downloaded compact_str v0.8.0 |
1021 | 2024-11-07T21:58:02.252Z | Downloaded rand_core v0.6.4 |
1022 | 2024-11-07T21:58:02.255Z | Downloaded progenitor-macro v0.8.0 |
1023 | 2024-11-07T21:58:02.255Z | Downloaded env_filter v0.1.2 |
1024 | 2024-11-07T21:58:02.257Z | Downloaded http v1.1.0 |
1025 | 2024-11-07T21:58:02.260Z | Downloaded mockall_derive v0.13.0 |
1026 | 2024-11-07T21:58:02.262Z | Downloaded allocator-api2 v0.2.18 |
1027 | 2024-11-07T21:58:02.265Z | Downloaded derive_builder_macro v0.20.2 |
1028 | 2024-11-07T21:58:02.267Z | Downloaded waitgroup v0.1.2 |
1029 | 2024-11-07T21:58:02.267Z | Downloaded num-conv v0.1.0 |
1030 | 2024-11-07T21:58:02.267Z | Downloaded const_format_proc_macros v0.2.33 |
1031 | 2024-11-07T21:58:02.270Z | Downloaded filetime v0.2.25 |
1032 | 2024-11-07T21:58:02.272Z | Downloaded sec1 v0.7.3 |
1033 | 2024-11-07T21:58:02.275Z | Downloaded native-tls v0.2.12 |
1034 | 2024-11-07T21:58:02.275Z | Downloaded memmap2 v0.9.5 |
1035 | 2024-11-07T21:58:02.277Z | Downloaded arrayvec v0.7.6 |
1036 | 2024-11-07T21:58:02.280Z | Downloaded nanorand v0.7.0 |
1037 | 2024-11-07T21:58:02.283Z | Downloaded multimap v0.10.0 |
1038 | 2024-11-07T21:58:02.283Z | Downloaded libloading v0.8.5 |
1039 | 2024-11-07T21:58:02.287Z | Downloaded thiserror-no-std v2.0.2 |
1040 | 2024-11-07T21:58:02.290Z | Downloaded ipnet v2.10.1 |
1041 | 2024-11-07T21:58:02.295Z | Downloaded crc32fast v1.4.2 |
1042 | 2024-11-07T21:58:02.300Z | Downloaded console v0.15.8 |
1043 | 2024-11-07T21:58:02.300Z | Downloaded typify-macro v0.2.0 |
1044 | 2024-11-07T21:58:02.300Z | Downloaded thread_local v1.1.8 |
1045 | 2024-11-07T21:58:02.303Z | Downloaded strum_macros v0.25.3 |
1046 | 2024-11-07T21:58:02.303Z | Downloaded hyper-tls v0.6.0 |
1047 | 2024-11-07T21:58:02.303Z | Downloaded blowfish v0.9.1 |
1048 | 2024-11-07T21:58:02.306Z | Downloaded highway v1.2.0 |
1049 | 2024-11-07T21:58:02.306Z | Downloaded bcs v0.1.6 |
1050 | 2024-11-07T21:58:02.309Z | Downloaded memoffset v0.9.1 |
1051 | 2024-11-07T21:58:02.309Z | Downloaded maybe-uninit v2.0.0 |
1052 | 2024-11-07T21:58:02.311Z | Downloaded lru-cache v0.1.2 |
1053 | 2024-11-07T21:58:02.311Z | Downloaded sha1 v0.10.6 |
1054 | 2024-11-07T21:58:02.314Z | Downloaded md-5 v0.10.6 |
1055 | 2024-11-07T21:58:02.316Z | Downloaded lockfree-object-pool v0.1.6 |
1056 | 2024-11-07T21:58:02.319Z | Downloaded kstat-rs v0.2.4 |
1057 | 2024-11-07T21:58:02.319Z | Downloaded rustversion v1.0.17 |
1058 | 2024-11-07T21:58:02.319Z | Downloaded lalrpop-util v0.19.12 |
1059 | 2024-11-07T21:58:02.321Z | Downloaded keccak v0.1.5 |
1060 | 2024-11-07T21:58:02.321Z | Downloaded ipnetwork v0.20.0 |
1061 | 2024-11-07T21:58:02.324Z | Downloaded constant_time_eq v0.3.1 |
1062 | 2024-11-07T21:58:02.324Z | Downloaded hickory-resolver v0.24.1 |
1063 | 2024-11-07T21:58:02.328Z | Downloaded ctr v0.9.2 |
1064 | 2024-11-07T21:58:02.330Z | Downloaded indoc v1.0.9 |
1065 | 2024-11-07T21:58:02.333Z | Downloaded indent_write v2.2.0 |
1066 | 2024-11-07T21:58:02.336Z | Downloaded crc v3.2.1 |
1067 | 2024-11-07T21:58:02.338Z | Downloaded colored v2.1.0 |
1068 | 2024-11-07T21:58:02.341Z | Downloaded http-body v0.4.6 |
1069 | 2024-11-07T21:58:02.341Z | Downloaded async-bb8-diesel v0.2.1 |
1070 | 2024-11-07T21:58:02.343Z | Downloaded base16ct v0.2.0 |
1071 | 2024-11-07T21:58:02.346Z | Downloaded libsw v3.3.1 |
1072 | 2024-11-07T21:58:02.346Z | Downloaded hostname v0.3.1 |
1073 | 2024-11-07T21:58:02.349Z | Downloaded cipher v0.4.4 |
1074 | 2024-11-07T21:58:02.349Z | Downloaded bitflags v1.3.2 |
1075 | 2024-11-07T21:58:02.351Z | Downloaded backoff v0.4.0 |
1076 | 2024-11-07T21:58:02.354Z | Downloaded blake2 v0.10.6 |
1077 | 2024-11-07T21:58:02.357Z | Downloaded base64 v0.13.1 |
1078 | 2024-11-07T21:58:02.359Z | Downloaded cfg_aliases v0.1.1 |
1079 | 2024-11-07T21:58:02.363Z | Downloaded bcrypt-pbkdf v0.10.0 |
1080 | 2024-11-07T21:58:02.363Z | Downloaded async-recursion v1.1.1 |
1081 | 2024-11-07T21:58:02.366Z | Downloaded ascii-canvas v3.0.0 |
1082 | 2024-11-07T21:58:02.366Z | Downloaded hostname v0.4.0 |
1083 | 2024-11-07T21:58:02.369Z | Downloaded atomicwrites v0.4.4 |
1084 | 2024-11-07T21:58:02.369Z | Downloaded async-stream-impl v0.3.6 |
1085 | 2024-11-07T21:58:02.369Z | Downloaded csv-core v0.1.11 |
1086 | 2024-11-07T21:58:02.372Z | Downloaded crossbeam-deque v0.8.5 |
1087 | 2024-11-07T21:58:02.375Z | Downloaded array-init v0.0.4 |
1088 | 2024-11-07T21:58:02.375Z | Downloaded matches v0.1.10 |
1089 | 2024-11-07T21:58:02.375Z | Downloaded castaway v0.2.3 |
1090 | 2024-11-07T21:58:02.375Z | Downloaded crc-catalog v2.4.0 |
1091 | 2024-11-07T21:58:02.377Z | Downloaded bit-set v0.5.3 |
1092 | 2024-11-07T21:58:02.377Z | Downloaded async-stream v0.3.6 |
1093 | 2024-11-07T21:58:02.380Z | Downloaded arrayref v0.3.9 |
1094 | 2024-11-07T21:58:02.380Z | Downloaded addr2line v0.24.2 |
1095 | 2024-11-07T21:58:02.450Z | Downloaded ring v0.17.8 |
1096 | 2024-11-07T21:58:02.534Z | Downloaded libsqlite3-sys v0.30.1 |
1097 | 2024-11-07T21:58:02.643Z | Downloaded ring v0.16.20 |
1098 | 2024-11-07T21:58:02.834Z | Compiling serde v1.0.210 |
1099 | 2024-11-07T21:58:02.837Z | Compiling typenum v1.17.0 |
1100 | 2024-11-07T21:58:02.837Z | Compiling lock_api v0.4.12 |
1101 | 2024-11-07T21:58:02.837Z | Compiling generic-array v0.14.7 |
1102 | 2024-11-07T21:58:02.837Z | Compiling scopeguard v1.2.0 |
1103 | 2024-11-07T21:58:02.985Z | Compiling subtle v2.6.1 |
1104 | 2024-11-07T21:58:03.028Z | Compiling syn v2.0.79 |
1105 | 2024-11-07T21:58:03.043Z | Compiling getrandom v0.2.15 |
1106 | 2024-11-07T21:58:03.125Z | Compiling value-bag v1.9.0 |
1107 | 2024-11-07T21:58:03.318Z | Compiling rand_core v0.6.4 |
1108 | 2024-11-07T21:58:03.430Z | Compiling const-oid v0.9.6 |
1109 | 2024-11-07T21:58:03.470Z | Compiling jobserver v0.1.32 |
1110 | 2024-11-07T21:58:03.572Z | Compiling log v0.4.22 |
1111 | 2024-11-07T21:58:03.713Z | Compiling shlex v1.3.0 |
1112 | 2024-11-07T21:58:03.855Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-11-07T21:58:03.986Z | Compiling cc v1.1.30 |
1114 | 2024-11-07T21:58:04.004Z | Compiling smallvec v1.13.2 |
1115 | 2024-11-07T21:58:04.138Z | Compiling parking_lot_core v0.9.10 |
1116 | 2024-11-07T21:58:04.424Z | Compiling futures-core v0.3.31 |
1117 | 2024-11-07T21:58:04.443Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-11-07T21:58:04.487Z | Compiling mio v1.0.2 |
1119 | 2024-11-07T21:58:04.667Z | Compiling cpufeatures v0.2.14 |
1120 | 2024-11-07T21:58:04.777Z | Compiling futures-sink v0.3.31 |
1121 | 2024-11-07T21:58:04.943Z | Compiling spin v0.9.8 |
1122 | 2024-11-07T21:58:05.238Z | Compiling parking_lot v0.12.3 |
1123 | 2024-11-07T21:58:05.357Z | Compiling socket2 v0.5.7 |
1124 | 2024-11-07T21:58:05.377Z | Compiling slab v0.4.9 |
1125 | 2024-11-07T21:58:05.545Z | Compiling serde_json v1.0.128 |
1126 | 2024-11-07T21:58:05.729Z | Compiling futures-channel v0.3.31 |
1127 | 2024-11-07T21:58:05.755Z | Compiling futures-task v0.3.31 |
1128 | 2024-11-07T21:58:05.923Z | Compiling tinyvec_macros v0.1.1 |
1129 | 2024-11-07T21:58:06.025Z | Compiling pin-utils v0.1.0 |
1130 | 2024-11-07T21:58:06.095Z | Compiling futures-io v0.3.31 |
1131 | 2024-11-07T21:58:06.125Z | Compiling allocator-api2 v0.2.18 |
1132 | 2024-11-07T21:58:06.171Z | Compiling foldhash v0.1.3 |
1133 | 2024-11-07T21:58:06.249Z | Compiling tinyvec v1.8.0 |
1134 | 2024-11-07T21:58:06.320Z | Compiling pkg-config v0.3.31 |
1135 | 2024-11-07T21:58:06.444Z | Compiling libm v0.2.8 |
1136 | 2024-11-07T21:58:06.468Z | Compiling num-traits v0.2.19 |
1137 | 2024-11-07T21:58:06.494Z | Compiling unicode-bidi v0.3.17 |
1138 | 2024-11-07T21:58:07.018Z | Compiling hashbrown v0.15.0 |
1139 | 2024-11-07T21:58:07.043Z | Compiling base64ct v1.6.0 |
1140 | 2024-11-07T21:58:07.729Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-11-07T21:58:07.940Z | Compiling unicode-normalization v0.1.24 |
1142 | 2024-11-07T21:58:08.007Z | Compiling httparse v1.9.5 |
1143 | 2024-11-07T21:58:08.345Z | Compiling flagset v0.4.6 |
1144 | 2024-11-07T21:58:08.364Z | Compiling ring v0.17.8 |
1145 | 2024-11-07T21:58:08.476Z | Compiling tracing-core v0.1.32 |
1146 | 2024-11-07T21:58:08.495Z | Compiling rustls-pki-types v1.9.0 |
1147 | 2024-11-07T21:58:08.546Z | Compiling percent-encoding v2.3.1 |
1148 | 2024-11-07T21:58:08.959Z | Compiling crossbeam-utils v0.8.20 |
1149 | 2024-11-07T21:58:09.195Z | Compiling time-core v0.1.2 |
1150 | 2024-11-07T21:58:09.380Z | Compiling num-conv v0.1.0 |
1151 | 2024-11-07T21:58:09.626Z | Compiling powerfmt v0.2.0 |
1152 | 2024-11-07T21:58:09.668Z | Compiling vcpkg v0.2.15 |
1153 | 2024-11-07T21:58:09.687Z | Compiling untrusted v0.9.0 |
1154 | 2024-11-07T21:58:09.820Z | Compiling time-macros v0.2.18 |
1155 | 2024-11-07T21:58:09.866Z | Compiling deranged v0.3.11 |
1156 | 2024-11-07T21:58:10.085Z | Compiling num_threads v0.1.7 |
1157 | 2024-11-07T21:58:10.129Z | Compiling atomic-waker v1.1.2 |
1158 | 2024-11-07T21:58:10.212Z | Compiling form_urlencoded v1.2.1 |
1159 | 2024-11-07T21:58:10.300Z | Compiling slog v2.7.0 |
1160 | 2024-11-07T21:58:10.552Z | Compiling try-lock v0.2.5 |
1161 | 2024-11-07T21:58:10.712Z | Compiling rustix v0.38.37 |
1162 | 2024-11-07T21:58:10.941Z | Compiling want v0.3.1 |
1163 | 2024-11-07T21:58:11.234Z | Compiling httpdate v1.0.3 |
1164 | 2024-11-07T21:58:11.585Z | Compiling idna v0.5.0 |
1165 | 2024-11-07T21:58:11.691Z | Compiling iana-time-zone v0.1.61 |
1166 | 2024-11-07T21:58:11.769Z | Compiling rustversion v1.0.17 |
1167 | 2024-11-07T21:58:11.791Z | Compiling openssl-sys v0.9.103 |
1168 | 2024-11-07T21:58:12.062Z | Compiling match_cfg v0.1.0 |
1169 | 2024-11-07T21:58:12.128Z | Compiling tower-service v0.3.3 |
1170 | 2024-11-07T21:58:12.163Z | Compiling foreign-types-shared v0.1.1 |
1171 | 2024-11-07T21:58:12.259Z | Compiling openssl v0.10.66 |
1172 | 2024-11-07T21:58:12.283Z | Compiling base64 v0.22.1 |
1173 | 2024-11-07T21:58:12.496Z | Compiling adler2 v2.0.0 |
1174 | 2024-11-07T21:58:12.689Z | Compiling miniz_oxide v0.8.0 |
1175 | 2024-11-07T21:58:12.776Z | Compiling url v2.5.2 |
1176 | 2024-11-07T21:58:12.924Z | Compiling time v0.3.36 |
1177 | 2024-11-07T21:58:13.081Z | Compiling foreign-types v0.3.2 |
1178 | 2024-11-07T21:58:13.181Z | Compiling hostname v0.3.1 |
1179 | 2024-11-07T21:58:13.200Z | Compiling dirs-sys-next v0.1.2 |
1180 | 2024-11-07T21:58:13.434Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-07T21:58:13.848Z | Compiling rustls v0.22.4 |
1182 | 2024-11-07T21:58:14.125Z | Compiling data-encoding v2.6.0 |
1183 | 2024-11-07T21:58:14.188Z | Compiling native-tls v0.2.12 |
1184 | 2024-11-07T21:58:14.461Z | Compiling siphasher v0.3.11 |
1185 | 2024-11-07T21:58:14.526Z | Compiling regex-syntax v0.8.5 |
1186 | 2024-11-07T21:58:14.584Z | Compiling rustls v0.23.14 |
1187 | 2024-11-07T21:58:14.865Z | Compiling syn v1.0.109 |
1188 | 2024-11-07T21:58:14.916Z | Compiling dirs-next v2.0.0 |
1189 | 2024-11-07T21:58:15.703Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-11-07T21:58:16.318Z | Compiling crossbeam-epoch v0.9.18 |
1191 | 2024-11-07T21:58:16.510Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1192 | 2024-11-07T21:58:17.042Z | Compiling lazy_static v1.5.0 |
1193 | 2024-11-07T21:58:17.127Z | Compiling thread_local v1.1.8 |
1194 | 2024-11-07T21:58:17.169Z | Compiling cookie v0.18.1 |
1195 | 2024-11-07T21:58:17.265Z | Compiling serde_derive v1.0.210 |
1196 | 2024-11-07T21:58:17.492Z | Compiling zeroize_derive v1.4.2 |
1197 | 2024-11-07T21:58:17.711Z | Compiling zerocopy-derive v0.7.35 |
1198 | 2024-11-07T21:58:18.138Z | Compiling tokio-macros v2.4.0 |
1199 | 2024-11-07T21:58:18.348Z | Compiling thiserror-impl v1.0.64 |
1200 | 2024-11-07T21:58:18.653Z | Compiling futures-macro v0.3.31 |
1201 | 2024-11-07T21:58:19.085Z | Compiling zeroize v1.8.1 |
1202 | 2024-11-07T21:58:19.498Z | Compiling der_derive v0.7.3 |
1203 | 2024-11-07T21:58:19.824Z | Compiling tracing-attributes v0.1.27 |
1204 | 2024-11-07T21:58:20.001Z | Compiling zerocopy v0.7.35 |
1205 | 2024-11-07T21:58:20.736Z | Compiling futures-util v0.3.31 |
1206 | 2024-11-07T21:58:20.968Z | Compiling crypto-common v0.1.6 |
1207 | 2024-11-07T21:58:21.233Z | Compiling block-buffer v0.10.4 |
1208 | 2024-11-07T21:58:21.294Z | Compiling block-padding v0.3.3 |
1209 | 2024-11-07T21:58:21.556Z | Compiling digest v0.10.7 |
1210 | 2024-11-07T21:58:21.632Z | Compiling inout v0.1.3 |
1211 | 2024-11-07T21:58:21.717Z | Compiling thiserror v1.0.64 |
1212 | 2024-11-07T21:58:21.793Z | Compiling ppv-lite86 v0.2.20 |
1213 | 2024-11-07T21:58:21.856Z | Compiling cipher v0.4.4 |
1214 | 2024-11-07T21:58:21.890Z | Compiling pest v2.7.14 |
1215 | 2024-11-07T21:58:22.055Z | Compiling hmac v0.12.1 |
1216 | 2024-11-07T21:58:22.097Z | Compiling sha2 v0.10.8 |
1217 | 2024-11-07T21:58:22.277Z | Compiling der v0.7.9 |
1218 | 2024-11-07T21:58:22.358Z | Compiling salsa20 v0.10.2 |
1219 | 2024-11-07T21:58:22.618Z | Compiling pbkdf2 v0.12.2 |
1220 | 2024-11-07T21:58:22.683Z | Compiling rand_chacha v0.3.1 |
1221 | 2024-11-07T21:58:22.792Z | Compiling scrypt v0.11.0 |
1222 | 2024-11-07T21:58:23.358Z | Compiling rand v0.8.5 |
1223 | 2024-11-07T21:58:23.543Z | Compiling tracing v0.1.40 |
1224 | 2024-11-07T21:58:24.092Z | Compiling cbc v0.1.2 |
1225 | 2024-11-07T21:58:24.348Z | Compiling aes v0.8.4 |
1226 | 2024-11-07T21:58:24.964Z | Compiling spki v0.7.3 |
1227 | 2024-11-07T21:58:25.179Z | Compiling pest_meta v2.7.14 |
1228 | 2024-11-07T21:58:25.379Z | Compiling scroll_derive v0.12.0 |
1229 | 2024-11-07T21:58:25.709Z | Compiling pkcs5 v0.7.1 |
1230 | 2024-11-07T21:58:25.770Z | Compiling rustls-webpki v0.102.8 |
1231 | 2024-11-07T21:58:25.808Z | Compiling async-trait v0.1.83 |
1232 | 2024-11-07T21:58:26.908Z | Compiling pest_generator v2.7.14 |
1233 | 2024-11-07T21:58:26.930Z | Compiling scroll v0.12.0 |
1234 | 2024-11-07T21:58:27.325Z | Compiling pkcs8 v0.10.2 |
1235 | 2024-11-07T21:58:27.526Z | Compiling goblin v0.8.2 |
1236 | 2024-11-07T21:58:27.547Z | Compiling openssl-macros v0.1.1 |
1237 | 2024-11-07T21:58:28.031Z | Compiling sha1 v0.10.6 |
1238 | 2024-11-07T21:58:28.069Z | Compiling signature v2.2.0 |
1239 | 2024-11-07T21:58:28.276Z | Compiling regex-automata v0.4.8 |
1240 | 2024-11-07T21:58:28.317Z | Compiling encoding_rs v0.8.34 |
1241 | 2024-11-07T21:58:28.354Z | Compiling multer v3.1.0 |
1242 | 2024-11-07T21:58:28.577Z | Compiling slog-async v2.8.0 |
1243 | 2024-11-07T21:58:28.670Z | Compiling either v1.13.0 |
1244 | 2024-11-07T21:58:28.901Z | Compiling schemars v0.8.21 |
1245 | 2024-11-07T21:58:29.097Z | Compiling rayon-core v1.12.1 |
1246 | 2024-11-07T21:58:29.100Z | Compiling openssl-probe v0.1.5 |
1247 | 2024-11-07T21:58:29.267Z | Compiling unicode-properties v0.1.3 |
1248 | 2024-11-07T21:58:29.410Z | Compiling gimli v0.31.1 |
1249 | 2024-11-07T21:58:29.443Z | Compiling signal-hook v0.3.17 |
1250 | 2024-11-07T21:58:29.719Z | Compiling mime v0.3.17 |
1251 | 2024-11-07T21:58:29.746Z | Compiling ipnet v2.10.1 |
1252 | 2024-11-07T21:58:30.067Z | Compiling pest_derive v2.7.14 |
1253 | 2024-11-07T21:58:30.360Z | Compiling paste v1.0.15 |
1254 | 2024-11-07T21:58:30.902Z | Compiling dtrace-parser v0.2.0 |
1255 | 2024-11-07T21:58:31.027Z | Compiling stringprep v0.1.5 |
1256 | 2024-11-07T21:58:31.268Z | Compiling futures-executor v0.3.31 |
1257 | 2024-11-07T21:58:32.297Z | Compiling bytes v1.7.2 |
1258 | 2024-11-07T21:58:32.745Z | Compiling indexmap v2.6.0 |
1259 | 2024-11-07T21:58:32.952Z | Compiling bitflags v2.6.0 |
1260 | 2024-11-07T21:58:33.373Z | Compiling tokio v1.40.0 |
1261 | 2024-11-07T21:58:33.586Z | Compiling http v1.1.0 |
1262 | 2024-11-07T21:58:34.334Z | Compiling semver v1.0.23 |
1263 | 2024-11-07T21:58:34.863Z | Compiling rustc_version v0.4.1 |
1264 | 2024-11-07T21:58:35.123Z | Compiling dof v0.3.0 |
1265 | 2024-11-07T21:58:35.615Z | Compiling http-body v1.0.1 |
1266 | 2024-11-07T21:58:35.878Z | Compiling serde_spanned v0.6.8 |
1267 | 2024-11-07T21:58:36.133Z | Compiling toml_datetime v0.6.8 |
1268 | 2024-11-07T21:58:36.154Z | Compiling uuid v1.10.0 |
1269 | 2024-11-07T21:58:36.691Z | Compiling serde_tokenstream v0.2.2 |
1270 | 2024-11-07T21:58:37.322Z | Compiling usdt-impl v0.5.0 |
1271 | 2024-11-07T21:58:37.360Z | Compiling chrono v0.4.38 |
1272 | 2024-11-07T21:58:37.752Z | Compiling http-body-util v0.1.2 |
1273 | 2024-11-07T21:58:37.847Z | Compiling heapless v0.7.17 |
1274 | 2024-11-07T21:58:38.400Z | Compiling toml_edit v0.22.22 |
1275 | 2024-11-07T21:58:38.882Z | Compiling usdt-macro v0.5.0 |
1276 | 2024-11-07T21:58:40.417Z | Compiling usdt-attr-macro v0.5.0 |
1277 | 2024-11-07T21:58:40.761Z | Compiling curve25519-dalek v4.1.3 |
1278 | 2024-11-07T21:58:41.275Z | Compiling slog-json v2.6.1 |
1279 | 2024-11-07T21:58:41.298Z | Compiling addr2line v0.24.2 |
1280 | 2024-11-07T21:58:41.474Z | Compiling serde_urlencoded v0.7.1 |
1281 | 2024-11-07T21:58:42.041Z | Compiling tokio-util v0.7.12 |
1282 | 2024-11-07T21:58:42.062Z | Compiling md-5 v0.10.6 |
1283 | 2024-11-07T21:58:42.085Z | Compiling schemars_derive v0.8.21 |
1284 | 2024-11-07T21:58:42.403Z | Compiling async-stream-impl v0.3.6 |
1285 | 2024-11-07T21:58:43.489Z | Compiling h2 v0.4.6 |
1286 | 2024-11-07T21:58:43.815Z | Compiling enum-as-inner v0.6.1 |
1287 | 2024-11-07T21:58:45.609Z | Compiling crossbeam-deque v0.8.5 |
1288 | 2024-11-07T21:58:45.963Z | Compiling term v0.7.0 |
1289 | 2024-11-07T21:58:46.759Z | Compiling crossbeam-channel v0.5.13 |
1290 | 2024-11-07T21:58:47.237Z | Compiling num-integer v0.1.46 |
1291 | 2024-11-07T21:58:47.381Z | Compiling rustls-pemfile v2.2.0 |
1292 | 2024-11-07T21:58:47.403Z | Compiling idna v0.3.0 |
1293 | 2024-11-07T21:58:47.763Z | Compiling idna v0.4.0 |
1294 | 2024-11-07T21:58:47.904Z | Compiling hash32 v0.2.1 |
1295 | 2024-11-07T21:58:48.051Z | Compiling ff v0.13.0 |
1296 | 2024-11-07T21:58:48.280Z | Compiling is-terminal v0.4.13 |
1297 | 2024-11-07T21:58:48.299Z | Compiling dropshot v0.12.0 |
1298 | 2024-11-07T21:58:48.408Z | Compiling object v0.36.5 |
1299 | 2024-11-07T21:58:48.497Z | Compiling dyn-clone v1.0.17 |
1300 | 2024-11-07T21:58:48.600Z | Compiling num-bigint-dig v0.8.4 |
1301 | 2024-11-07T21:58:48.723Z | Compiling psl-types v2.0.11 |
1302 | 2024-11-07T21:58:48.916Z | Compiling anyhow v1.0.92 |
1303 | 2024-11-07T21:58:48.942Z | Compiling utf-8 v0.7.6 |
1304 | 2024-11-07T21:58:49.012Z | Compiling rustc-demangle v0.1.24 |
1305 | 2024-11-07T21:58:49.281Z | Compiling fallible-iterator v0.2.0 |
1306 | 2024-11-07T21:58:49.354Z | Compiling linked-hash-map v0.5.6 |
1307 | 2024-11-07T21:58:49.542Z | Compiling take_mut v0.2.2 |
1308 | 2024-11-07T21:58:49.716Z | Compiling quick-error v1.2.3 |
1309 | 2024-11-07T21:58:49.718Z | Compiling stable_deref_trait v1.2.0 |
1310 | 2024-11-07T21:58:49.833Z | Compiling smoltcp v0.9.1 |
1311 | 2024-11-07T21:58:49.883Z | Compiling portable-atomic v1.9.0 |
1312 | 2024-11-07T21:58:50.009Z | Compiling base16ct v0.2.0 |
1313 | 2024-11-07T21:58:50.040Z | Compiling postgres-protocol v0.6.7 |
1314 | 2024-11-07T21:58:50.369Z | Compiling sec1 v0.7.3 |
1315 | 2024-11-07T21:58:50.648Z | Compiling resolv-conf v0.7.0 |
1316 | 2024-11-07T21:58:50.980Z | Compiling hyper v1.4.1 |
1317 | 2024-11-07T21:58:51.439Z | Compiling lru-cache v0.1.2 |
1318 | 2024-11-07T21:58:51.882Z | Compiling tungstenite v0.24.0 |
1319 | 2024-11-07T21:58:52.054Z | Compiling publicsuffix v2.2.3 |
1320 | 2024-11-07T21:58:52.345Z | Compiling hickory-proto v0.24.1 |
1321 | 2024-11-07T21:58:52.680Z | Compiling slog-term v2.9.1 |
1322 | 2024-11-07T21:58:53.873Z | Compiling hyper-util v0.1.9 |
1323 | 2024-11-07T21:58:54.262Z | Compiling usdt v0.5.0 |
1324 | 2024-11-07T21:58:54.384Z | Compiling group v0.13.0 |
1325 | 2024-11-07T21:58:54.733Z | Compiling num-iter v0.1.45 |
1326 | 2024-11-07T21:58:54.945Z | Compiling tokio-rustls v0.25.0 |
1327 | 2024-11-07T21:58:55.110Z | Compiling tokio-native-tls v0.3.1 |
1328 | 2024-11-07T21:58:55.410Z | Compiling async-stream v0.3.6 |
1329 | 2024-11-07T21:58:55.727Z | Compiling tokio-rustls v0.26.0 |
1330 | 2024-11-07T21:58:56.211Z | Compiling backtrace v0.3.74 |
1331 | 2024-11-07T21:58:56.230Z | Compiling toml v0.8.19 |
1332 | 2024-11-07T21:58:56.594Z | Compiling slog-bunyan v2.5.0 |
1333 | 2024-11-07T21:58:56.823Z | Compiling terminal_size v0.4.0 |
1334 | 2024-11-07T21:58:56.862Z | Compiling dropshot_endpoint v0.12.0 |
1335 | 2024-11-07T21:58:57.050Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-11-07T21:58:57.317Z | Compiling camino v1.1.9 |
1337 | 2024-11-07T21:58:57.917Z | Compiling serde_path_to_error v0.1.16 |
1338 | 2024-11-07T21:58:58.009Z | Compiling futures v0.3.31 |
1339 | 2024-11-07T21:58:58.810Z | Compiling hkdf v0.12.4 |
1340 | 2024-11-07T21:58:59.078Z | Compiling crypto-bigint v0.5.5 |
1341 | 2024-11-07T21:58:59.113Z | Compiling curve25519-dalek-derive v0.1.1 |
1342 | 2024-11-07T21:58:59.585Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-11-07T21:58:59.679Z | Compiling phf_shared v0.11.2 |
1344 | 2024-11-07T21:58:59.969Z | Compiling hubpack_derive v0.1.1 |
1345 | 2024-11-07T21:59:00.084Z | Compiling waitgroup v0.1.2 |
1346 | 2024-11-07T21:59:00.321Z | Compiling webpki-roots v0.26.6 |
1347 | 2024-11-07T21:59:00.560Z | Compiling hostname v0.4.0 |
1348 | 2024-11-07T21:59:00.660Z | Compiling ahash v0.8.11 |
1349 | 2024-11-07T21:59:00.841Z | Compiling crc32fast v1.4.2 |
1350 | 2024-11-07T21:59:00.919Z | Compiling fs-err v2.11.0 |
1351 | 2024-11-07T21:59:01.009Z | Compiling managed v0.8.0 |
1352 | 2024-11-07T21:59:01.169Z | Compiling debug-ignore v1.0.5 |
1353 | 2024-11-07T21:59:01.240Z | Compiling bitflags v1.3.2 |
1354 | 2024-11-07T21:59:01.320Z | Compiling winnow v0.5.40 |
1355 | 2024-11-07T21:59:01.363Z | Compiling strum_macros v0.25.3 |
1356 | 2024-11-07T21:59:01.639Z | Compiling clap_builder v4.5.20 |
1357 | 2024-11-07T21:59:01.824Z | Compiling zerocopy v0.6.6 |
1358 | 2024-11-07T21:59:02.711Z | Compiling elliptic-curve v0.13.8 |
1359 | 2024-11-07T21:59:02.993Z | Compiling flate2 v1.0.34 |
1360 | 2024-11-07T21:59:03.636Z | Compiling console v0.15.8 |
1361 | 2024-11-07T21:59:03.807Z | Compiling hubpack v0.1.2 |
1362 | 2024-11-07T21:59:04.271Z | Compiling hyper-rustls v0.27.3 |
1363 | 2024-11-07T21:59:04.951Z | Compiling phf v0.11.2 |
1364 | 2024-11-07T21:59:05.179Z | Compiling toml_edit v0.19.15 |
1365 | 2024-11-07T21:59:05.255Z | Compiling signal-hook-mio v0.2.4 |
1366 | 2024-11-07T21:59:05.395Z | Compiling hickory-resolver v0.24.1 |
1367 | 2024-11-07T21:59:05.473Z | Compiling hyper-tls v0.6.0 |
1368 | 2024-11-07T21:59:05.722Z | Compiling cookie_store v0.21.0 |
1369 | 2024-11-07T21:59:05.910Z | Compiling rayon v1.10.0 |
1370 | 2024-11-07T21:59:07.332Z | Compiling bzip2 v0.4.4 |
1371 | 2024-11-07T21:59:07.781Z | Compiling tokio-tungstenite v0.24.0 |
1372 | 2024-11-07T21:59:09.878Z | Compiling postgres-types v0.2.8 |
1373 | 2024-11-07T21:59:10.969Z | Compiling tokio-stream v0.1.16 |
1374 | 2024-11-07T21:59:10.992Z | Compiling bstr v1.10.0 |
1375 | 2024-11-07T21:59:11.148Z | Compiling regex v1.11.0 |
1376 | 2024-11-07T21:59:11.446Z | Compiling serde-big-array v0.5.1 |
1377 | 2024-11-07T21:59:11.704Z | Compiling ed25519 v2.2.3 |
1378 | 2024-11-07T21:59:12.051Z | Compiling pkcs1 v0.7.5 |
1379 | 2024-11-07T21:59:12.170Z | Compiling rfc6979 v0.4.0 |
1380 | 2024-11-07T21:59:12.285Z | Compiling derive-where v1.2.7 |
1381 | 2024-11-07T21:59:12.387Z | Compiling serde_repr v0.1.19 |
1382 | 2024-11-07T21:59:12.612Z | Compiling clap_derive v4.5.18 |
1383 | 2024-11-07T21:59:12.764Z | Compiling phf_shared v0.10.0 |
1384 | 2024-11-07T21:59:13.075Z | Compiling float-cmp v0.9.0 |
1385 | 2024-11-07T21:59:13.149Z | Compiling sync_wrapper v1.0.1 |
1386 | 2024-11-07T21:59:13.215Z | Compiling number_prefix v0.4.0 |
1387 | 2024-11-07T21:59:13.298Z | Compiling difflib v0.4.0 |
1388 | 2024-11-07T21:59:13.319Z | Compiling normalize-line-endings v0.3.0 |
1389 | 2024-11-07T21:59:13.449Z | Compiling fixedbitset v0.4.2 |
1390 | 2024-11-07T21:59:13.479Z | Compiling bit-vec v0.6.3 |
1391 | 2024-11-07T21:59:13.573Z | Compiling unicode-segmentation v1.12.0 |
1392 | 2024-11-07T21:59:13.613Z | Compiling predicates-core v1.0.8 |
1393 | 2024-11-07T21:59:13.925Z | Compiling static_assertions v1.1.0 |
1394 | 2024-11-07T21:59:13.983Z | Compiling precomputed-hash v0.1.1 |
1395 | 2024-11-07T21:59:14.002Z | Compiling minimal-lexical v0.2.1 |
1396 | 2024-11-07T21:59:14.035Z | Compiling new_debug_unreachable v1.0.6 |
1397 | 2024-11-07T21:59:14.108Z | Compiling whoami v1.5.2 |
1398 | 2024-11-07T21:59:14.135Z | Compiling string_cache v0.8.7 |
1399 | 2024-11-07T21:59:14.522Z | Compiling tokio-postgres v0.7.12 |
1400 | 2024-11-07T21:59:14.556Z | Compiling nom v7.1.3 |
1401 | 2024-11-07T21:59:14.590Z | Compiling similar v2.6.0 |
1402 | 2024-11-07T21:59:14.770Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1403 | 2024-11-07T21:59:14.871Z | Compiling bit-set v0.5.3 |
1404 | 2024-11-07T21:59:15.175Z | Compiling predicates v3.1.2 |
1405 | 2024-11-07T21:59:15.762Z | Compiling qorb v0.2.0 |
1406 | 2024-11-07T21:59:16.977Z | Compiling petgraph v0.6.5 |
1407 | 2024-11-07T21:59:17.132Z | Compiling indicatif v0.17.8 |
1408 | 2024-11-07T21:59:17.453Z | Compiling clap v4.5.20 |
1409 | 2024-11-07T21:59:17.605Z | Compiling reqwest v0.12.8 |
1410 | 2024-11-07T21:59:18.547Z | Compiling rsa v0.9.6 |
1411 | 2024-11-07T21:59:19.349Z | Compiling ecdsa v0.16.9 |
1412 | 2024-11-07T21:59:20.286Z | Compiling ed25519-dalek v2.1.1 |
1413 | 2024-11-07T21:59:20.586Z | Compiling toml v0.7.8 |
1414 | 2024-11-07T21:59:20.985Z | Compiling zip v0.6.6 |
1415 | 2024-11-07T21:59:21.216Z | Compiling crossterm v0.28.1 |
1416 | 2024-11-07T21:59:22.283Z | Compiling hex v0.4.3 |
1417 | 2024-11-07T21:59:22.401Z | Compiling itertools v0.12.1 |
1418 | 2024-11-07T21:59:22.465Z | Compiling itertools v0.10.5 |
1419 | 2024-11-07T21:59:22.659Z | Compiling x509-cert v0.2.5 |
1420 | 2024-11-07T21:59:22.766Z | Compiling peg-runtime v0.8.3 |
1421 | 2024-11-07T21:59:22.890Z | Compiling unicode-xid v0.2.6 |
1422 | 2024-11-07T21:59:23.078Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-11-07T21:59:23.451Z | Compiling xattr v1.3.1 |
1424 | 2024-11-07T21:59:23.470Z | Compiling strum_macros v0.26.4 |
1425 | 2024-11-07T21:59:23.732Z | Compiling filetime v0.2.25 |
1426 | 2024-11-07T21:59:24.067Z | Compiling tar v0.4.42 |
1427 | 2024-11-07T21:59:27.286Z | Compiling strum v0.26.3 |
1428 | 2024-11-07T21:59:27.651Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1429 | 2024-11-07T21:59:27.925Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1430 | 2024-11-07T21:59:33.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1431 | 2024-11-07T21:59:34.025Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1432 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.619 INFO Starting download, target: Cockroach |
1433 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.620 INFO Starting download, target: Clickhouse |
1434 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.620 INFO Starting download, target: Console |
1435 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.620 INFO Starting download, target: DendriteOpenapi |
1436 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.620 INFO Starting download, target: DendriteStub |
1437 | 2024-11-07T21:59:34.078Z | Nov 07 21:59:32.620 INFO Starting download, target: MaghemiteMgd |
1438 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.620 INFO Starting download, target: TransceiverControl |
1439 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.620 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1440 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.620 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1441 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.620 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1442 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.620 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1443 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1444 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1445 | 2024-11-07T21:59:34.081Z | Nov 07 21:59:32.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1446 | 2024-11-07T21:59:34.267Z | Nov 07 21:59:32.795 INFO Download complete, target: DendriteOpenapi |
1447 | 2024-11-07T21:59:34.467Z | Nov 07 21:59:33.003 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1448 | 2024-11-07T21:59:34.567Z | Nov 07 21:59:33.105 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1449 | 2024-11-07T21:59:34.929Z | Nov 07 21:59:33.435 INFO Download complete, target: Console |
1450 | 2024-11-07T21:59:34.999Z | Nov 07 21:59:33.514 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1451 | 2024-11-07T21:59:35.089Z | Nov 07 21:59:33.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1452 | 2024-11-07T21:59:35.138Z | Nov 07 21:59:33.674 INFO Download complete, target: TransceiverControl |
1453 | 2024-11-07T21:59:36.136Z | Nov 07 21:59:34.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1454 | 2024-11-07T21:59:36.136Z | Nov 07 21:59:34.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1455 | 2024-11-07T21:59:36.245Z | Nov 07 21:59:34.786 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1456 | 2024-11-07T21:59:37.894Z | Nov 07 21:59:36.435 INFO Download complete, target: DendriteStub |
1457 | 2024-11-07T21:59:38.143Z | Nov 07 21:59:36.683 INFO Download complete, target: MaghemiteMgd |
1458 | 2024-11-07T21:59:43.696Z | Nov 07 21:59:42.235 INFO Checking that binary works, target: Cockroach |
1459 | 2024-11-07T21:59:43.860Z | Nov 07 21:59:42.400 INFO Download complete, target: Cockroach |
1460 | 2024-11-07T21:59:48.716Z | Nov 07 21:59:47.254 INFO Checking that binary works, target: Clickhouse |
1461 | 2024-11-07T21:59:48.843Z | Nov 07 21:59:47.382 INFO Download complete, target: Clickhouse |
1462 | 2024-11-07T21:59:48.851Z | All prerequisites installed successfully |
1463 | 2024-11-07T21:59:48.855Z | |
1464 | 2024-11-07T21:59:48.855Z | real 3:53.451005276 |
1465 | 2024-11-07T21:59:48.855Z | user 12:55.143463191 |
1466 | 2024-11-07T21:59:48.855Z | sys 2:48.003810349 |
1467 | 2024-11-07T21:59:48.855Z | trap 0.498049142 |
1468 | 2024-11-07T21:59:48.856Z | tflt 1.212613730 |
1469 | 2024-11-07T21:59:48.856Z | dflt 1.369482788 |
1470 | 2024-11-07T21:59:48.856Z | kflt 0.022327628 |
1471 | 2024-11-07T21:59:48.856Z | lock 23:29.404496198 |
1472 | 2024-11-07T21:59:48.857Z | slp 49:30.280819493 |
1473 | 2024-11-07T21:59:48.857Z | lat 48.212938901 |
1474 | 2024-11-07T21:59:48.857Z | stop 2:08.501986037 |
1475 | 2024-11-07T21:59:48.857Z | + ptime -m cargo xtask download softnpu |
1476 | 2024-11-07T21:59:49.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1477 | 2024-11-07T21:59:49.426Z | Running `target/debug/xtask download softnpu` |
1478 | 2024-11-07T21:59:50.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1479 | 2024-11-07T21:59:50.353Z | Running `target/debug/xtask-downloader softnpu` |
1480 | 2024-11-07T21:59:50.394Z | Nov 07 21:59:48.932 INFO Starting download, target: Softnpu |
1481 | 2024-11-07T21:59:50.397Z | Nov 07 21:59:48.932 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1482 | 2024-11-07T21:59:51.368Z | Nov 07 21:59:49.906 INFO Download complete, target: Softnpu |
1483 | 2024-11-07T21:59:51.372Z | |
1484 | 2024-11-07T21:59:51.374Z | real 2.512924020 |
1485 | 2024-11-07T21:59:51.374Z | user 1.317602530 |
1486 | 2024-11-07T21:59:51.374Z | sys 0.566772970 |
1487 | 2024-11-07T21:59:51.374Z | trap 0.000975845 |
1488 | 2024-11-07T21:59:51.375Z | tflt 0.000014455 |
1489 | 2024-11-07T21:59:51.375Z | dflt 0.000038102 |
1490 | 2024-11-07T21:59:51.375Z | kflt 0.000000000 |
1491 | 2024-11-07T21:59:51.375Z | lock 10.199983802 |
1492 | 2024-11-07T21:59:51.375Z | slp 0.793083141 |
1493 | 2024-11-07T21:59:51.375Z | lat 0.073134602 |
1494 | 2024-11-07T21:59:51.375Z | stop 0.000167801 |
1495 | 2024-11-07T21:59:51.375Z | + export CARGO_INCREMENTAL=0 |
1496 | 2024-11-07T21:59:51.375Z | + CARGO_INCREMENTAL=0 |
1497 | 2024-11-07T21:59:51.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1498 | 2024-11-07T21:59:52.349Z | Compiling proc-macro2 v1.0.87 |
1499 | 2024-11-07T21:59:52.349Z | Compiling unicode-ident v1.0.13 |
1500 | 2024-11-07T21:59:52.349Z | Compiling libc v0.2.161 |
1501 | 2024-11-07T21:59:52.352Z | Compiling serde v1.0.210 |
1502 | 2024-11-07T21:59:52.352Z | Compiling autocfg v1.4.0 |
1503 | 2024-11-07T21:59:52.352Z | Compiling version_check v0.9.5 |
1504 | 2024-11-07T21:59:52.352Z | Compiling cfg-if v1.0.0 |
1505 | 2024-11-07T21:59:52.581Z | Compiling typenum v1.17.0 |
1506 | 2024-11-07T21:59:52.620Z | Compiling shlex v1.3.0 |
1507 | 2024-11-07T21:59:52.636Z | Compiling memchr v2.7.4 |
1508 | 2024-11-07T21:59:53.163Z | Compiling generic-array v0.14.7 |
1509 | 2024-11-07T21:59:53.401Z | Compiling lock_api v0.4.12 |
1510 | 2024-11-07T21:59:53.492Z | Compiling parking_lot_core v0.9.10 |
1511 | 2024-11-07T21:59:53.539Z | Compiling once_cell v1.20.2 |
1512 | 2024-11-07T21:59:53.726Z | Compiling serde_json v1.0.128 |
1513 | 2024-11-07T21:59:53.935Z | Compiling thiserror v1.0.64 |
1514 | 2024-11-07T21:59:53.993Z | Compiling libm v0.2.8 |
1515 | 2024-11-07T21:59:54.089Z | Compiling num-traits v0.2.19 |
1516 | 2024-11-07T21:59:54.106Z | Compiling value-bag v1.9.0 |
1517 | 2024-11-07T21:59:54.357Z | Compiling quote v1.0.37 |
1518 | 2024-11-07T21:59:54.407Z | Compiling itoa v1.0.11 |
1519 | 2024-11-07T21:59:54.453Z | Compiling jobserver v0.1.32 |
1520 | 2024-11-07T21:59:54.645Z | Compiling getrandom v0.2.15 |
1521 | 2024-11-07T21:59:54.684Z | Compiling log v0.4.22 |
1522 | 2024-11-07T21:59:54.891Z | Compiling syn v2.0.79 |
1523 | 2024-11-07T21:59:55.004Z | Compiling cc v1.1.30 |
1524 | 2024-11-07T21:59:55.024Z | Compiling slab v0.4.9 |
1525 | 2024-11-07T21:59:55.189Z | Compiling scopeguard v1.2.0 |
1526 | 2024-11-07T21:59:55.223Z | Compiling byteorder v1.5.0 |
1527 | 2024-11-07T21:59:55.347Z | Compiling rand_core v0.6.4 |
1528 | 2024-11-07T21:59:55.860Z | Compiling allocator-api2 v0.2.18 |
1529 | 2024-11-07T21:59:56.222Z | Compiling subtle v2.6.1 |
1530 | 2024-11-07T21:59:56.546Z | Compiling semver v1.0.23 |
1531 | 2024-11-07T21:59:56.745Z | Compiling pkg-config v0.3.31 |
1532 | 2024-11-07T21:59:57.021Z | Compiling ryu v1.0.18 |
1533 | 2024-11-07T21:59:57.182Z | Compiling const-oid v0.9.6 |
1534 | 2024-11-07T21:59:57.264Z | Compiling pin-project-lite v0.2.14 |
1535 | 2024-11-07T21:59:57.315Z | Compiling foldhash v0.1.3 |
1536 | 2024-11-07T21:59:57.400Z | Compiling equivalent v1.0.1 |
1537 | 2024-11-07T21:59:57.422Z | Compiling smallvec v1.13.2 |
1538 | 2024-11-07T21:59:57.529Z | Compiling hashbrown v0.15.0 |
1539 | 2024-11-07T21:59:57.637Z | Compiling httparse v1.9.5 |
1540 | 2024-11-07T21:59:57.973Z | Compiling schemars v0.8.21 |
1541 | 2024-11-07T21:59:58.327Z | Compiling signal-hook-registry v1.4.2 |
1542 | 2024-11-07T21:59:58.378Z | Compiling ring v0.17.8 |
1543 | 2024-11-07T21:59:58.407Z | Compiling heck v0.5.0 |
1544 | 2024-11-07T21:59:58.734Z | Compiling parking_lot v0.12.3 |
1545 | 2024-11-07T21:59:58.891Z | Compiling mio v1.0.2 |
1546 | 2024-11-07T21:59:59.452Z | Compiling crossbeam-utils v0.8.20 |
1547 | 2024-11-07T21:59:59.634Z | Compiling socket2 v0.5.7 |
1548 | 2024-11-07T21:59:59.887Z | Compiling time-core v0.1.2 |
1549 | 2024-11-07T22:00:00.021Z | Compiling fnv v1.0.7 |
1550 | 2024-11-07T22:00:00.094Z | Compiling vcpkg v0.2.15 |
1551 | 2024-11-07T22:00:00.604Z | Compiling futures-core v0.3.31 |
1552 | 2024-11-07T22:00:00.902Z | Compiling num-conv v0.1.0 |
1553 | 2024-11-07T22:00:01.213Z | Compiling time-macros v0.2.18 |
1554 | 2024-11-07T22:00:01.744Z | Compiling openssl-sys v0.9.103 |
1555 | 2024-11-07T22:00:02.017Z | Compiling spin v0.9.8 |
1556 | 2024-11-07T22:00:02.502Z | Compiling cpufeatures v0.2.14 |
1557 | 2024-11-07T22:00:02.627Z | Compiling futures-sink v0.3.31 |
1558 | 2024-11-07T22:00:02.751Z | Compiling serde_derive_internals v0.29.1 |
1559 | 2024-11-07T22:00:03.222Z | Compiling ahash v0.8.11 |
1560 | 2024-11-07T22:00:03.513Z | Compiling slog v2.7.0 |
1561 | 2024-11-07T22:00:03.563Z | Compiling syn v1.0.109 |
1562 | 2024-11-07T22:00:03.781Z | Compiling rustix v0.38.37 |
1563 | 2024-11-07T22:00:04.094Z | Compiling futures-channel v0.3.31 |
1564 | 2024-11-07T22:00:04.148Z | Compiling pin-utils v0.1.0 |
1565 | 2024-11-07T22:00:04.262Z | Compiling futures-io v0.3.31 |
1566 | 2024-11-07T22:00:04.342Z | Compiling ucd-trie v0.1.7 |
1567 | 2024-11-07T22:00:04.518Z | Compiling tinyvec_macros v0.1.1 |
1568 | 2024-11-07T22:00:04.547Z | Compiling openssl v0.10.66 |
1569 | 2024-11-07T22:00:04.623Z | Compiling futures-task v0.3.31 |
1570 | 2024-11-07T22:00:04.732Z | Compiling iana-time-zone v0.1.61 |
1571 | 2024-11-07T22:00:04.841Z | Compiling tinyvec v1.8.0 |
1572 | 2024-11-07T22:00:05.446Z | Compiling native-tls v0.2.12 |
1573 | 2024-11-07T22:00:05.633Z | Compiling unicode-bidi v0.3.17 |
1574 | 2024-11-07T22:00:05.685Z | Compiling rustls v0.23.14 |
1575 | 2024-11-07T22:00:06.011Z | Compiling base64ct v1.6.0 |
1576 | 2024-11-07T22:00:06.424Z | Compiling unicode-normalization v0.1.24 |
1577 | 2024-11-07T22:00:06.514Z | Compiling pem-rfc7468 v0.7.0 |
1578 | 2024-11-07T22:00:07.205Z | Compiling tracing-core v0.1.32 |
1579 | 2024-11-07T22:00:07.400Z | Compiling serde_derive v1.0.210 |
1580 | 2024-11-07T22:00:07.503Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-11-07T22:00:08.510Z | Compiling zerocopy-derive v0.7.35 |
1582 | 2024-11-07T22:00:08.535Z | Compiling thiserror-impl v1.0.64 |
1583 | 2024-11-07T22:00:08.877Z | Compiling zeroize v1.8.1 |
1584 | 2024-11-07T22:00:09.273Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-11-07T22:00:10.412Z | Compiling futures-macro v0.3.31 |
1586 | 2024-11-07T22:00:10.644Z | Compiling zerocopy v0.7.35 |
1587 | 2024-11-07T22:00:11.291Z | Compiling crypto-common v0.1.6 |
1588 | 2024-11-07T22:00:11.625Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-11-07T22:00:12.081Z | Compiling block-buffer v0.10.4 |
1590 | 2024-11-07T22:00:12.197Z | Compiling schemars_derive v0.8.21 |
1591 | 2024-11-07T22:00:12.313Z | Compiling digest v0.10.7 |
1592 | 2024-11-07T22:00:12.793Z | Compiling der_derive v0.7.3 |
1593 | 2024-11-07T22:00:13.850Z | Compiling hmac v0.12.1 |
1594 | 2024-11-07T22:00:14.003Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-11-07T22:00:14.085Z | Compiling futures-util v0.3.31 |
1596 | 2024-11-07T22:00:14.891Z | Compiling pest v2.7.14 |
1597 | 2024-11-07T22:00:15.052Z | Compiling block-padding v0.3.3 |
1598 | 2024-11-07T22:00:15.320Z | Compiling inout v0.1.3 |
1599 | 2024-11-07T22:00:15.562Z | Compiling openssl-macros v0.1.1 |
1600 | 2024-11-07T22:00:16.089Z | Compiling cipher v0.4.4 |
1601 | 2024-11-07T22:00:16.243Z | Compiling sha2 v0.10.8 |
1602 | 2024-11-07T22:00:16.524Z | Compiling ppv-lite86 v0.2.20 |
1603 | 2024-11-07T22:00:17.000Z | Compiling usdt-impl v0.5.0 |
1604 | 2024-11-07T22:00:17.343Z | Compiling cookie v0.18.1 |
1605 | 2024-11-07T22:00:17.488Z | Compiling pest_meta v2.7.14 |
1606 | 2024-11-07T22:00:17.656Z | Compiling flagset v0.4.6 |
1607 | 2024-11-07T22:00:17.826Z | Compiling dyn-clone v1.0.17 |
1608 | 2024-11-07T22:00:18.023Z | Compiling anyhow v1.0.92 |
1609 | 2024-11-07T22:00:18.109Z | Compiling der v0.7.9 |
1610 | 2024-11-07T22:00:18.611Z | Compiling rand_chacha v0.3.1 |
1611 | 2024-11-07T22:00:19.606Z | Compiling pest_generator v2.7.14 |
1612 | 2024-11-07T22:00:19.728Z | Compiling scroll v0.12.0 |
1613 | 2024-11-07T22:00:20.255Z | Compiling tracing v0.1.40 |
1614 | 2024-11-07T22:00:20.398Z | Compiling bytes v1.7.2 |
1615 | 2024-11-07T22:00:21.245Z | Compiling indexmap v2.6.0 |
1616 | 2024-11-07T22:00:21.386Z | Compiling tokio v1.40.0 |
1617 | 2024-11-07T22:00:21.652Z | Compiling http v1.1.0 |
1618 | 2024-11-07T22:00:22.024Z | Compiling serde_tokenstream v0.2.2 |
1619 | 2024-11-07T22:00:22.658Z | Compiling rustc_version v0.4.1 |
1620 | 2024-11-07T22:00:22.790Z | Compiling uuid v1.10.0 |
1621 | 2024-11-07T22:00:23.074Z | Compiling chrono v0.4.38 |
1622 | 2024-11-07T22:00:23.325Z | Compiling bitflags v2.6.0 |
1623 | 2024-11-07T22:00:24.174Z | Compiling serde_spanned v0.6.8 |
1624 | 2024-11-07T22:00:24.339Z | Compiling toml_datetime v0.6.8 |
1625 | 2024-11-07T22:00:24.827Z | Compiling pest_derive v2.7.14 |
1626 | 2024-11-07T22:00:27.594Z | Compiling async-trait v0.1.83 |
1627 | 2024-11-07T22:00:29.455Z | Compiling aho-corasick v1.1.3 |
1628 | 2024-11-07T22:00:29.910Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-11-07T22:00:29.941Z | Compiling plain v0.2.3 |
1630 | 2024-11-07T22:00:30.119Z | Compiling rustls-pki-types v1.9.0 |
1631 | 2024-11-07T22:00:30.209Z | Compiling regex-syntax v0.8.5 |
1632 | 2024-11-07T22:00:30.255Z | Compiling camino v1.1.9 |
1633 | 2024-11-07T22:00:30.848Z | Compiling rayon-core v1.12.1 |
1634 | 2024-11-07T22:00:31.154Z | Compiling tokio-util v0.7.12 |
1635 | 2024-11-07T22:00:31.175Z | Compiling goblin v0.8.2 |
1636 | 2024-11-07T22:00:32.482Z | Compiling spki v0.7.3 |
1637 | 2024-11-07T22:00:32.909Z | Compiling rand v0.8.5 |
1638 | 2024-11-07T22:00:33.166Z | Compiling salsa20 v0.10.2 |
1639 | 2024-11-07T22:00:33.441Z | Compiling pbkdf2 v0.12.2 |
1640 | 2024-11-07T22:00:34.062Z | Compiling regex-automata v0.4.8 |
1641 | 2024-11-07T22:00:34.568Z | Compiling rustls v0.22.4 |
1642 | 2024-11-07T22:00:34.593Z | Compiling untrusted v0.9.0 |
1643 | 2024-11-07T22:00:34.798Z | Compiling winnow v0.5.40 |
1644 | 2024-11-07T22:00:34.887Z | Compiling powerfmt v0.2.0 |
1645 | 2024-11-07T22:00:34.907Z | Compiling pretty-hex v0.4.1 |
1646 | 2024-11-07T22:00:35.274Z | Compiling deranged v0.3.11 |
1647 | 2024-11-07T22:00:38.227Z | Compiling dof v0.3.0 |
1648 | 2024-11-07T22:00:38.789Z | Compiling toml_edit v0.19.15 |
1649 | 2024-11-07T22:00:38.873Z | Compiling scrypt v0.11.0 |
1650 | 2024-11-07T22:00:39.409Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-11-07T22:00:39.953Z | Compiling aes v0.8.4 |
1652 | 2024-11-07T22:00:39.975Z | Compiling cbc v0.1.2 |
1653 | 2024-11-07T22:00:40.220Z | Compiling thread-id v4.2.2 |
1654 | 2024-11-07T22:00:40.349Z | Compiling rustversion v1.0.17 |
1655 | 2024-11-07T22:00:40.435Z | Compiling num_threads v0.1.7 |
1656 | 2024-11-07T22:00:40.822Z | Compiling atomic-waker v1.1.2 |
1657 | 2024-11-07T22:00:41.094Z | Compiling pkcs5 v0.7.1 |
1658 | 2024-11-07T22:00:41.117Z | Compiling time v0.3.36 |
1659 | 2024-11-07T22:00:42.553Z | Compiling rustls-webpki v0.102.8 |
1660 | 2024-11-07T22:00:43.868Z | Compiling form_urlencoded v1.2.1 |
1661 | 2024-11-07T22:00:44.191Z | Compiling http-body v1.0.1 |
1662 | 2024-11-07T22:00:44.368Z | Compiling heapless v0.7.17 |
1663 | 2024-11-07T22:00:44.750Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1664 | 2024-11-07T22:00:44.835Z | Compiling multer v3.1.0 |
1665 | 2024-11-07T22:00:45.168Z | Compiling signal-hook v0.3.17 |
1666 | 2024-11-07T22:00:45.242Z | Compiling slog-async v2.8.0 |
1667 | 2024-11-07T22:00:45.658Z | Compiling try-lock v0.2.5 |
1668 | 2024-11-07T22:00:45.795Z | Compiling want v0.3.1 |
1669 | 2024-11-07T22:00:45.979Z | Compiling pkcs8 v0.10.2 |
1670 | 2024-11-07T22:00:46.642Z | Compiling h2 v0.4.6 |
1671 | 2024-11-07T22:00:47.255Z | Compiling regex v1.11.0 |
1672 | 2024-11-07T22:00:48.487Z | Compiling paste v1.0.15 |
1673 | 2024-11-07T22:00:48.530Z | Compiling adler2 v2.0.0 |
1674 | 2024-11-07T22:00:48.779Z | Compiling httpdate v1.0.3 |
1675 | 2024-11-07T22:00:48.779Z | Compiling strsim v0.11.1 |
1676 | 2024-11-07T22:00:49.179Z | Compiling miniz_oxide v0.8.0 |
1677 | 2024-11-07T22:00:51.042Z | Compiling usdt-attr-macro v0.5.0 |
1678 | 2024-11-07T22:00:51.664Z | Compiling usdt-macro v0.5.0 |
1679 | 2024-11-07T22:00:52.655Z | Compiling curve25519-dalek v4.1.3 |
1680 | 2024-11-07T22:00:52.800Z | Compiling openapiv3 v2.0.0 |
1681 | 2024-11-07T22:00:53.098Z | Compiling enum-as-inner v0.6.1 |
1682 | 2024-11-07T22:00:53.118Z | Compiling async-stream-impl v0.3.6 |
1683 | 2024-11-07T22:00:54.183Z | Compiling idna v0.5.0 |
1684 | 2024-11-07T22:00:54.365Z | Compiling hyper v1.4.1 |
1685 | 2024-11-07T22:00:54.471Z | Compiling errno v0.3.9 |
1686 | 2024-11-07T22:00:54.753Z | Compiling dropshot v0.12.0 |
1687 | 2024-11-07T22:00:55.095Z | Compiling smoltcp v0.9.1 |
1688 | 2024-11-07T22:00:55.708Z | Compiling portable-atomic v1.9.0 |
1689 | 2024-11-07T22:00:55.752Z | Compiling match_cfg v0.1.0 |
1690 | 2024-11-07T22:00:55.861Z | Compiling num-bigint-dig v0.8.4 |
1691 | 2024-11-07T22:00:56.205Z | Compiling tower-service v0.3.3 |
1692 | 2024-11-07T22:00:56.580Z | Compiling base64 v0.22.1 |
1693 | 2024-11-07T22:00:57.072Z | Compiling foreign-types-shared v0.1.1 |
1694 | 2024-11-07T22:00:57.185Z | Compiling foreign-types v0.3.2 |
1695 | 2024-11-07T22:00:57.207Z | Compiling hyper-util v0.1.9 |
1696 | 2024-11-07T22:00:57.319Z | Compiling hostname v0.3.1 |
1697 | 2024-11-07T22:00:57.433Z | Compiling url v2.5.2 |
1698 | 2024-11-07T22:00:59.981Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-11-07T22:01:00.463Z | Compiling data-encoding v2.6.0 |
1700 | 2024-11-07T22:01:00.629Z | Compiling siphasher v0.3.11 |
1701 | 2024-11-07T22:01:00.852Z | Compiling gimli v0.31.1 |
1702 | 2024-11-07T22:01:01.042Z | Compiling heck v0.4.1 |
1703 | 2024-11-07T22:01:03.956Z | Compiling dirs-next v2.0.0 |
1704 | 2024-11-07T22:01:06.358Z | Compiling addr2line v0.24.2 |
1705 | 2024-11-07T22:01:08.444Z | Compiling http-body-util v0.1.2 |
1706 | 2024-11-07T22:01:09.015Z | Compiling crossbeam-epoch v0.9.18 |
1707 | 2024-11-07T22:01:09.069Z | Compiling dropshot_endpoint v0.12.0 |
1708 | 2024-11-07T22:01:09.772Z | Compiling hubpack_derive v0.1.1 |
1709 | 2024-11-07T22:01:10.019Z | Compiling sha1 v0.10.6 |
1710 | 2024-11-07T22:01:10.219Z | Compiling signature v2.2.0 |
1711 | 2024-11-07T22:01:10.469Z | Compiling curve25519-dalek-derive v0.1.1 |
1712 | 2024-11-07T22:01:10.495Z | Compiling zerocopy-derive v0.6.6 |
1713 | 2024-11-07T22:01:10.752Z | Compiling lazy_static v1.5.0 |
1714 | 2024-11-07T22:01:10.907Z | Compiling object v0.36.5 |
1715 | 2024-11-07T22:01:11.866Z | Compiling thread_local v1.1.8 |
1716 | 2024-11-07T22:01:12.387Z | Compiling fs-err v2.11.0 |
1717 | 2024-11-07T22:01:12.485Z | Compiling encoding_rs v0.8.34 |
1718 | 2024-11-07T22:01:12.581Z | Compiling ipnet v2.10.1 |
1719 | 2024-11-07T22:01:12.733Z | Compiling unicode-properties v0.1.3 |
1720 | 2024-11-07T22:01:12.763Z | Compiling rustc-demangle v0.1.24 |
1721 | 2024-11-07T22:01:13.175Z | Compiling anstyle v1.0.8 |
1722 | 2024-11-07T22:01:13.241Z | Compiling either v1.13.0 |
1723 | 2024-11-07T22:01:13.638Z | Compiling openssl-probe v0.1.5 |
1724 | 2024-11-07T22:01:13.690Z | Compiling utf8parse v0.2.2 |
1725 | 2024-11-07T22:01:13.712Z | Compiling winnow v0.6.20 |
1726 | 2024-11-07T22:01:13.958Z | Compiling mime v0.3.17 |
1727 | 2024-11-07T22:01:14.537Z | Compiling stable_deref_trait v1.2.0 |
1728 | 2024-11-07T22:01:15.273Z | Compiling anstyle-parse v0.2.5 |
1729 | 2024-11-07T22:01:16.198Z | Compiling stringprep v0.1.5 |
1730 | 2024-11-07T22:01:17.660Z | Compiling toml_edit v0.22.22 |
1731 | 2024-11-07T22:01:20.647Z | Compiling backtrace v0.3.74 |
1732 | 2024-11-07T22:01:26.219Z | Compiling crossbeam-deque v0.8.5 |
1733 | 2024-11-07T22:01:28.845Z | Compiling term v0.7.0 |
1734 | 2024-11-07T22:01:29.071Z | Compiling slog-json v2.6.1 |
1735 | 2024-11-07T22:01:30.385Z | Compiling serde_urlencoded v0.7.1 |
1736 | 2024-11-07T22:01:30.959Z | Compiling crossbeam-channel v0.5.13 |
1737 | 2024-11-07T22:01:31.756Z | Compiling rustls-pemfile v2.2.0 |
1738 | 2024-11-07T22:01:31.907Z | Compiling hashbrown v0.14.5 |
1739 | 2024-11-07T22:01:32.048Z | Compiling futures-executor v0.3.31 |
1740 | 2024-11-07T22:01:32.433Z | Compiling md-5 v0.10.6 |
1741 | 2024-11-07T22:01:32.527Z | Compiling idna v0.3.0 |
1742 | 2024-11-07T22:01:32.548Z | Compiling idna v0.4.0 |
1743 | 2024-11-07T22:01:32.700Z | Compiling num-integer v0.1.46 |
1744 | 2024-11-07T22:01:33.354Z | Compiling ff v0.13.0 |
1745 | 2024-11-07T22:01:33.374Z | Compiling hash32 v0.2.1 |
1746 | 2024-11-07T22:01:33.476Z | Compiling memmap v0.7.0 |
1747 | 2024-11-07T22:01:33.607Z | Compiling is-terminal v0.4.13 |
1748 | 2024-11-07T22:01:33.808Z | Compiling is_terminal_polyfill v1.70.1 |
1749 | 2024-11-07T22:01:33.951Z | Compiling base16ct v0.2.0 |
1750 | 2024-11-07T22:01:33.971Z | Compiling psl-types v2.0.11 |
1751 | 2024-11-07T22:01:34.208Z | Compiling take_mut v0.2.2 |
1752 | 2024-11-07T22:01:34.389Z | Compiling anstyle-query v1.1.1 |
1753 | 2024-11-07T22:01:34.465Z | Compiling colorchoice v1.0.2 |
1754 | 2024-11-07T22:01:34.633Z | Compiling linked-hash-map v0.5.6 |
1755 | 2024-11-07T22:01:35.359Z | Compiling fallible-iterator v0.2.0 |
1756 | 2024-11-07T22:01:35.379Z | Compiling utf-8 v0.7.6 |
1757 | 2024-11-07T22:01:35.705Z | Compiling quick-error v1.2.3 |
1758 | 2024-11-07T22:01:35.871Z | Compiling resolv-conf v0.7.0 |
1759 | 2024-11-07T22:01:35.892Z | Compiling tungstenite v0.24.0 |
1760 | 2024-11-07T22:01:36.122Z | Compiling postgres-protocol v0.6.7 |
1761 | 2024-11-07T22:01:37.396Z | Compiling lru-cache v0.1.2 |
1762 | 2024-11-07T22:01:37.583Z | Compiling anstream v0.6.15 |
1763 | 2024-11-07T22:01:37.804Z | Compiling publicsuffix v2.2.3 |
1764 | 2024-11-07T22:01:37.886Z | Compiling sec1 v0.7.3 |
1765 | 2024-11-07T22:01:38.262Z | Compiling slog-term v2.9.1 |
1766 | 2024-11-07T22:01:38.488Z | Compiling usdt v0.5.0 |
1767 | 2024-11-07T22:01:38.649Z | Compiling group v0.13.0 |
1768 | 2024-11-07T22:01:38.975Z | Compiling hickory-proto v0.24.1 |
1769 | 2024-11-07T22:01:39.197Z | Compiling num-iter v0.1.45 |
1770 | 2024-11-07T22:01:39.403Z | Compiling regress v0.10.1 |
1771 | 2024-11-07T22:01:40.937Z | Compiling futures v0.3.31 |
1772 | 2024-11-07T22:01:44.205Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-11-07T22:01:44.661Z | Compiling slog-bunyan v2.5.0 |
1774 | 2024-11-07T22:01:45.201Z | Compiling tokio-rustls v0.26.0 |
1775 | 2024-11-07T22:01:45.221Z | Compiling toml v0.8.19 |
1776 | 2024-11-07T22:01:45.354Z | Compiling tokio-native-tls v0.3.1 |
1777 | 2024-11-07T22:01:45.664Z | Compiling terminal_size v0.4.0 |
1778 | 2024-11-07T22:01:45.691Z | Compiling strum_macros v0.25.3 |
1779 | 2024-11-07T22:01:45.905Z | Compiling phf_shared v0.11.2 |
1780 | 2024-11-07T22:01:46.548Z | Compiling async-stream v0.3.6 |
1781 | 2024-11-07T22:01:46.878Z | Compiling waitgroup v0.1.2 |
1782 | 2024-11-07T22:01:47.396Z | Compiling webpki-roots v0.26.6 |
1783 | 2024-11-07T22:01:47.637Z | Compiling serde_path_to_error v0.1.16 |
1784 | 2024-11-07T22:01:48.249Z | Compiling hkdf v0.12.4 |
1785 | 2024-11-07T22:01:48.268Z | Compiling crypto-bigint v0.5.5 |
1786 | 2024-11-07T22:01:48.493Z | Compiling clap_derive v4.5.18 |
1787 | 2024-11-07T22:01:48.519Z | Compiling derive-where v1.2.7 |
1788 | 2024-11-07T22:01:49.304Z | Compiling serde_repr v0.1.19 |
1789 | 2024-11-07T22:01:50.538Z | Compiling hostname v0.4.0 |
1790 | 2024-11-07T22:01:50.814Z | Compiling crc32fast v1.4.2 |
1791 | 2024-11-07T22:01:51.164Z | Compiling managed v0.8.0 |
1792 | 2024-11-07T22:01:51.674Z | Compiling unicode-width v0.1.14 |
1793 | 2024-11-07T22:01:52.092Z | Compiling bitflags v1.3.2 |
1794 | 2024-11-07T22:01:52.246Z | Compiling debug-ignore v1.0.5 |
1795 | 2024-11-07T22:01:52.276Z | Compiling clap_lex v0.7.2 |
1796 | 2024-11-07T22:01:52.724Z | Compiling clap_builder v4.5.20 |
1797 | 2024-11-07T22:01:52.799Z | Compiling console v0.15.8 |
1798 | 2024-11-07T22:01:52.914Z | Compiling elliptic-curve v0.13.8 |
1799 | 2024-11-07T22:01:53.732Z | Compiling flate2 v1.0.34 |
1800 | 2024-11-07T22:01:54.707Z | Compiling hyper-rustls v0.27.3 |
1801 | 2024-11-07T22:01:58.062Z | Compiling phf v0.11.2 |
1802 | 2024-11-07T22:01:58.415Z | Compiling hyper-tls v0.6.0 |
1803 | 2024-11-07T22:01:58.680Z | Compiling hickory-resolver v0.24.1 |
1804 | 2024-11-07T22:01:58.756Z | Compiling signal-hook-mio v0.2.4 |
1805 | 2024-11-07T22:01:58.830Z | Compiling bzip2 v0.4.4 |
1806 | 2024-11-07T22:01:58.939Z | Compiling rayon v1.10.0 |
1807 | 2024-11-07T22:01:59.250Z | Compiling typify-impl v0.2.0 |
1808 | 2024-11-07T22:01:59.946Z | Compiling cookie_store v0.21.0 |
1809 | 2024-11-07T22:02:01.021Z | Compiling tokio-tungstenite v0.24.0 |
1810 | 2024-11-07T22:02:01.392Z | Compiling postgres-types v0.2.8 |
1811 | 2024-11-07T22:02:01.811Z | Compiling zerocopy v0.6.6 |
1812 | 2024-11-07T22:02:02.745Z | Compiling hubpack v0.1.2 |
1813 | 2024-11-07T22:02:02.869Z | Compiling ed25519 v2.2.3 |
1814 | 2024-11-07T22:02:03.078Z | Compiling phf_shared v0.10.0 |
1815 | 2024-11-07T22:02:03.333Z | Compiling pkcs1 v0.7.5 |
1816 | 2024-11-07T22:02:03.481Z | Compiling bstr v1.10.0 |
1817 | 2024-11-07T22:02:04.042Z | Compiling tokio-stream v0.1.16 |
1818 | 2024-11-07T22:02:04.222Z | Compiling serde-big-array v0.5.1 |
1819 | 2024-11-07T22:02:04.419Z | Compiling rfc6979 v0.4.0 |
1820 | 2024-11-07T22:02:04.462Z | Compiling float-cmp v0.9.0 |
1821 | 2024-11-07T22:02:04.620Z | Compiling sync_wrapper v1.0.1 |
1822 | 2024-11-07T22:02:04.710Z | Compiling difflib v0.4.0 |
1823 | 2024-11-07T22:02:04.780Z | Compiling number_prefix v0.4.0 |
1824 | 2024-11-07T22:02:05.021Z | Compiling precomputed-hash v0.1.1 |
1825 | 2024-11-07T22:02:05.081Z | Compiling whoami v1.5.2 |
1826 | 2024-11-07T22:02:05.127Z | Compiling static_assertions v1.1.0 |
1827 | 2024-11-07T22:02:05.155Z | Compiling new_debug_unreachable v1.0.6 |
1828 | 2024-11-07T22:02:05.247Z | Compiling fixedbitset v0.4.2 |
1829 | 2024-11-07T22:02:05.269Z | Compiling normalize-line-endings v0.3.0 |
1830 | 2024-11-07T22:02:05.517Z | Compiling predicates-core v1.0.8 |
1831 | 2024-11-07T22:02:05.683Z | Compiling unicode-segmentation v1.12.0 |
1832 | 2024-11-07T22:02:05.926Z | Compiling bit-vec v0.6.3 |
1833 | 2024-11-07T22:02:06.031Z | Compiling minimal-lexical v0.2.1 |
1834 | 2024-11-07T22:02:06.394Z | Compiling bit-set v0.5.3 |
1835 | 2024-11-07T22:02:06.537Z | Compiling nom v7.1.3 |
1836 | 2024-11-07T22:02:06.560Z | Compiling similar v2.6.0 |
1837 | 2024-11-07T22:02:06.694Z | Compiling predicates v3.1.2 |
1838 | 2024-11-07T22:02:07.757Z | Compiling petgraph v0.6.5 |
1839 | 2024-11-07T22:02:08.500Z | Compiling tokio-postgres v0.7.12 |
1840 | 2024-11-07T22:02:08.575Z | Compiling string_cache v0.8.7 |
1841 | 2024-11-07T22:02:09.015Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1842 | 2024-11-07T22:02:10.593Z | Compiling indicatif v0.17.8 |
1843 | 2024-11-07T22:02:10.647Z | Compiling typify-macro v0.2.0 |
1844 | 2024-11-07T22:02:11.821Z | Compiling qorb v0.2.0 |
1845 | 2024-11-07T22:02:12.390Z | Compiling reqwest v0.12.8 |
1846 | 2024-11-07T22:02:14.026Z | Compiling ecdsa v0.16.9 |
1847 | 2024-11-07T22:02:14.929Z | Compiling rsa v0.9.6 |
1848 | 2024-11-07T22:02:15.662Z | Compiling ed25519-dalek v2.1.1 |
1849 | 2024-11-07T22:02:16.227Z | Compiling zip v0.6.6 |
1850 | 2024-11-07T22:02:16.515Z | Compiling crossterm v0.28.1 |
1851 | 2024-11-07T22:02:16.617Z | Compiling clap v4.5.20 |
1852 | 2024-11-07T22:02:17.532Z | Compiling itertools v0.10.5 |
1853 | 2024-11-07T22:02:19.164Z | Compiling itertools v0.12.1 |
1854 | 2024-11-07T22:02:19.699Z | Compiling toml v0.7.8 |
1855 | 2024-11-07T22:02:19.982Z | Compiling x509-cert v0.2.5 |
1856 | 2024-11-07T22:02:21.098Z | Compiling hex v0.4.3 |
1857 | 2024-11-07T22:02:22.401Z | Compiling unicode-xid v0.2.6 |
1858 | 2024-11-07T22:02:22.507Z | Compiling lalrpop-util v0.19.12 |
1859 | 2024-11-07T22:02:22.526Z | Compiling peg-runtime v0.8.3 |
1860 | 2024-11-07T22:02:24.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1861 | 2024-11-07T22:02:25.628Z | Compiling proc-macro-crate v1.3.1 |
1862 | 2024-11-07T22:02:26.537Z | Compiling ipnetwork v0.20.0 |
1863 | 2024-11-07T22:02:28.538Z | Compiling heapless v0.8.0 |
1864 | 2024-11-07T22:02:29.790Z | Compiling num_enum_derive v0.5.11 |
1865 | 2024-11-07T22:02:36.624Z | Compiling hash32 v0.3.1 |
1866 | 2024-11-07T22:02:38.726Z | Compiling smoltcp v0.11.0 |
1867 | 2024-11-07T22:02:39.436Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1868 | 2024-11-07T22:02:40.120Z | Compiling ident_case v1.0.1 |
1869 | 2024-11-07T22:02:41.073Z | Compiling darling_core v0.20.10 |
1870 | 2024-11-07T22:02:53.998Z | Compiling num_enum v0.5.11 |
1871 | 2024-11-07T22:02:54.759Z | Compiling typify v0.2.0 |
1872 | 2024-11-07T22:02:57.210Z | Compiling proc-macro-error-attr v1.0.4 |
1873 | 2024-11-07T22:02:57.544Z | Compiling cobs v0.2.3 |
1874 | 2024-11-07T22:02:58.033Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1875 | 2024-11-07T22:02:59.335Z | Compiling unsafe-libyaml v0.2.11 |
1876 | 2024-11-07T22:03:00.841Z | Compiling serde_yaml v0.9.34+deprecated |
1877 | 2024-11-07T22:03:03.119Z | Compiling postcard v1.0.10 |
1878 | 2024-11-07T22:03:11.732Z | Compiling progenitor-impl v0.8.0 |
1879 | 2024-11-07T22:03:18.320Z | Compiling darling_macro v0.20.10 |
1880 | 2024-11-07T22:03:26.626Z | Compiling strum_macros v0.26.4 |
1881 | 2024-11-07T22:03:27.619Z | Compiling foreign-types-macros v0.2.3 |
1882 | 2024-11-07T22:03:27.751Z | Compiling structmeta-derive v0.3.0 |
1883 | 2024-11-07T22:03:28.757Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1884 | 2024-11-07T22:03:28.856Z | Compiling proc-macro-error v1.0.4 |
1885 | 2024-11-07T22:03:29.106Z | Compiling foreign-types-shared v0.3.1 |
1886 | 2024-11-07T22:03:29.913Z | Compiling newtype-uuid v1.1.2 |
1887 | 2024-11-07T22:03:30.250Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1888 | 2024-11-07T22:03:30.994Z | Compiling strum v0.26.3 |
1889 | 2024-11-07T22:03:31.144Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1890 | 2024-11-07T22:03:31.146Z | Compiling structmeta v0.3.0 |
1891 | 2024-11-07T22:03:36.005Z | Compiling foreign-types v0.5.0 |
1892 | 2024-11-07T22:03:40.215Z | Compiling darling v0.20.10 |
1893 | 2024-11-07T22:03:40.348Z | Compiling progenitor-macro v0.8.0 |
1894 | 2024-11-07T22:03:43.328Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1895 | 2024-11-07T22:03:44.273Z | Compiling progenitor-client v0.8.0 |
1896 | 2024-11-07T22:03:47.136Z | Compiling tabwriter v1.4.0 |
1897 | 2024-11-07T22:03:49.263Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1898 | 2024-11-07T22:03:50.102Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1899 | 2024-11-07T22:03:50.505Z | Compiling cstr-argument v0.1.2 |
1900 | 2024-11-07T22:03:50.804Z | Compiling crucible-workspace-hack v0.1.0 |
1901 | 2024-11-07T22:03:50.999Z | Compiling fastrand v2.1.1 |
1902 | 2024-11-07T22:03:51.140Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1903 | 2024-11-07T22:03:51.487Z | Compiling pretty-hex v0.2.1 |
1904 | 2024-11-07T22:03:51.752Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1905 | 2024-11-07T22:03:52.007Z | Compiling tempfile v3.13.0 |
1906 | 2024-11-07T22:03:52.306Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1907 | 2024-11-07T22:03:52.468Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1908 | 2024-11-07T22:03:53.221Z | Compiling serde_with_macros v3.11.0 |
1909 | 2024-11-07T22:03:53.421Z | Compiling parse-display-derive v0.10.0 |
1910 | 2024-11-07T22:03:53.822Z | Compiling colored v2.1.0 |
1911 | 2024-11-07T22:03:54.116Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1912 | 2024-11-07T22:03:54.203Z | Compiling progenitor v0.8.0 |
1913 | 2024-11-07T22:03:54.462Z | Compiling instant v0.1.13 |
1914 | 2024-11-07T22:03:54.653Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1915 | 2024-11-07T22:03:54.881Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-11-07T22:03:55.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1917 | 2024-11-07T22:03:55.089Z | Compiling backoff v0.4.0 |
1918 | 2024-11-07T22:03:55.123Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1919 | 2024-11-07T22:03:55.793Z | Compiling serde_with v3.11.0 |
1920 | 2024-11-07T22:03:57.294Z | Compiling parse-display v0.10.0 |
1921 | 2024-11-07T22:03:58.438Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1922 | 2024-11-07T22:03:59.103Z | Compiling zone_cfg_derive v0.3.0 |
1923 | 2024-11-07T22:03:59.358Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1924 | 2024-11-07T22:03:59.441Z | Compiling camino-tempfile v1.1.1 |
1925 | 2024-11-07T22:04:00.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1926 | 2024-11-07T22:04:00.258Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1927 | 2024-11-07T22:04:00.373Z | Compiling regress v0.9.1 |
1928 | 2024-11-07T22:04:00.401Z | Compiling macaddr v1.0.1 |
1929 | 2024-11-07T22:04:00.462Z | Compiling num-derive v0.4.2 |
1930 | 2024-11-07T22:04:00.712Z | Compiling sigpipe v0.1.3 |
1931 | 2024-11-07T22:04:00.859Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1932 | 2024-11-07T22:04:01.022Z | Compiling libefi-sys v0.1.0 |
1933 | 2024-11-07T22:04:01.226Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1934 | 2024-11-07T22:04:01.373Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1935 | 2024-11-07T22:04:01.958Z | Compiling zone v0.3.0 |
1936 | 2024-11-07T22:04:02.694Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1937 | 2024-11-07T22:04:04.383Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1938 | 2024-11-07T22:04:04.638Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1939 | 2024-11-07T22:04:05.313Z | Compiling smf v0.2.3 |
1940 | 2024-11-07T22:04:05.364Z | Compiling bitfield-struct v0.6.2 |
1941 | 2024-11-07T22:04:06.759Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1942 | 2024-11-07T22:04:07.171Z | Compiling blake3 v1.5.4 |
1943 | 2024-11-07T22:04:07.821Z | Compiling ring v0.16.20 |
1944 | 2024-11-07T22:04:08.653Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1945 | 2024-11-07T22:04:09.194Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1946 | 2024-11-07T22:04:09.231Z | Compiling xattr v1.3.1 |
1947 | 2024-11-07T22:04:09.469Z | Compiling memmap2 v0.9.5 |
1948 | 2024-11-07T22:04:09.566Z | Compiling filetime v0.2.25 |
1949 | 2024-11-07T22:04:09.946Z | Compiling spin v0.5.2 |
1950 | 2024-11-07T22:04:10.059Z | Compiling arrayvec v0.7.6 |
1951 | 2024-11-07T22:04:10.239Z | Compiling same-file v1.0.6 |
1952 | 2024-11-07T22:04:10.426Z | Compiling constant_time_eq v0.3.1 |
1953 | 2024-11-07T22:04:10.546Z | Compiling arrayref v0.3.9 |
1954 | 2024-11-07T22:04:10.571Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-11-07T22:04:10.641Z | Compiling untrusted v0.7.1 |
1956 | 2024-11-07T22:04:10.712Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1957 | 2024-11-07T22:04:10.852Z | Compiling walkdir v2.5.0 |
1958 | 2024-11-07T22:04:10.872Z | Compiling tar v0.4.42 |
1959 | 2024-11-07T22:04:12.541Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1960 | 2024-11-07T22:04:13.002Z | Compiling gethostname v0.5.0 |
1961 | 2024-11-07T22:04:13.234Z | Compiling cargo-platform v0.1.8 |
1962 | 2024-11-07T22:04:13.457Z | Compiling topological-sort v0.2.2 |
1963 | 2024-11-07T22:04:13.769Z | Compiling cargo_metadata v0.18.1 |
1964 | 2024-11-07T22:04:16.992Z | Compiling omicron-zone-package v0.11.1 |
1965 | 2024-11-07T22:04:21.314Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1966 | 2024-11-07T22:04:22.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1967 | 2024-11-07T22:04:28.260Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1968 | 2024-11-07T22:04:44.552Z | Finished `release` profile [optimized] target(s) in 4m 53s |
1969 | 2024-11-07T22:04:44.719Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1970 | 2024-11-07T22:04:44.769Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1971 | 2024-11-07T22:04:44.772Z | Created new build target 'test' and set it as active |
1972 | 2024-11-07T22:04:44.774Z | |
1973 | 2024-11-07T22:04:44.774Z | real 4:53.341152514 |
1974 | 2024-11-07T22:04:44.774Z | user 33:17.670674179 |
1975 | 2024-11-07T22:04:44.774Z | sys 4:02.235062521 |
1976 | 2024-11-07T22:04:44.774Z | trap 1.067346941 |
1977 | 2024-11-07T22:04:44.774Z | tflt 2.883059059 |
1978 | 2024-11-07T22:04:44.775Z | dflt 0.915949638 |
1979 | 2024-11-07T22:04:44.775Z | kflt 0.042611738 |
1980 | 2024-11-07T22:04:44.775Z | lock 1:13:00.412867264 |
1981 | 2024-11-07T22:04:44.775Z | slp 2:07:12.464507648 |
1982 | 2024-11-07T22:04:44.775Z | lat 2:10.196845366 |
1983 | 2024-11-07T22:04:44.775Z | stop 4:03.383615541 |
1984 | 2024-11-07T22:04:44.775Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1985 | 2024-11-07T22:04:45.784Z | Finished `release` profile [optimized] target(s) in 0.95s |
1986 | 2024-11-07T22:04:45.845Z | Running `target/release/omicron-package -t test package` |
1987 | 2024-11-07T22:04:45.890Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1988 | 2024-11-07T22:04:47.122Z | Compiling convert_case v0.4.0 |
1989 | 2024-11-07T22:04:47.125Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1990 | 2024-11-07T22:04:47.125Z | Compiling itertools v0.13.0 |
1991 | 2024-11-07T22:04:47.125Z | Compiling password-hash v0.5.0 |
1992 | 2024-11-07T22:04:47.125Z | Compiling blake2 v0.10.6 |
1993 | 2024-11-07T22:04:47.125Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1994 | 2024-11-07T22:04:47.125Z | Compiling newline-converter v0.3.0 |
1995 | 2024-11-07T22:04:47.282Z | Compiling owo-colors v4.1.0 |
1996 | 2024-11-07T22:04:47.501Z | Compiling cancel-safe-futures v0.1.5 |
1997 | 2024-11-07T22:04:47.527Z | Compiling expectorate v1.1.0 |
1998 | 2024-11-07T22:04:47.689Z | Compiling base64 v0.21.7 |
1999 | 2024-11-07T22:04:47.894Z | Compiling argon2 v0.5.3 |
2000 | 2024-11-07T22:04:47.944Z | Compiling derive_more v0.99.18 |
2001 | 2024-11-07T22:04:48.549Z | Compiling libsw v3.3.1 |
2002 | 2024-11-07T22:04:48.825Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2003 | 2024-11-07T22:04:48.910Z | Compiling swrite v0.1.0 |
2004 | 2024-11-07T22:04:48.932Z | Compiling linear-map v1.2.0 |
2005 | 2024-11-07T22:04:49.057Z | Compiling indent_write v2.2.0 |
2006 | 2024-11-07T22:04:49.318Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2007 | 2024-11-07T22:04:49.415Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2008 | 2024-11-07T22:04:49.437Z | Compiling progenitor-client v0.8.0 |
2009 | 2024-11-07T22:04:49.605Z | Compiling atomicwrites v0.4.4 |
2010 | 2024-11-07T22:04:49.902Z | Compiling progenitor v0.8.0 |
2011 | 2024-11-07T22:04:50.153Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2012 | 2024-11-07T22:04:50.157Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2013 | 2024-11-07T22:04:50.425Z | Compiling num-rational v0.4.2 |
2014 | 2024-11-07T22:04:50.689Z | Compiling num-complex v0.4.6 |
2015 | 2024-11-07T22:04:51.171Z | Compiling float-ord v0.3.2 |
2016 | 2024-11-07T22:04:51.373Z | Compiling prettyplease v0.2.22 |
2017 | 2024-11-07T22:04:51.716Z | Compiling semver v0.1.20 |
2018 | 2024-11-07T22:04:52.090Z | Compiling num v0.4.3 |
2019 | 2024-11-07T22:04:52.239Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2020 | 2024-11-07T22:04:52.307Z | Compiling rustc_version v0.1.7 |
2021 | 2024-11-07T22:04:52.741Z | Compiling newtype_derive v0.1.6 |
2022 | 2024-11-07T22:04:52.994Z | Compiling highway v1.2.0 |
2023 | 2024-11-07T22:04:53.164Z | Compiling humantime v2.1.0 |
2024 | 2024-11-07T22:04:54.249Z | Compiling home v0.5.9 |
2025 | 2024-11-07T22:04:54.462Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2026 | 2024-11-07T22:04:54.509Z | Compiling steno v0.4.1 |
2027 | 2024-11-07T22:04:57.215Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2028 | 2024-11-07T22:04:57.590Z | Compiling newtype-uuid v1.1.2 |
2029 | 2024-11-07T22:04:57.969Z | Compiling tungstenite v0.21.0 |
2030 | 2024-11-07T22:04:58.772Z | Compiling ipnetwork v0.20.0 |
2031 | 2024-11-07T22:04:59.078Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2032 | 2024-11-07T22:04:59.597Z | Compiling instant v0.1.13 |
2033 | 2024-11-07T22:04:59.774Z | Compiling slog-dtrace v0.3.0 |
2034 | 2024-11-07T22:05:00.216Z | Compiling backoff v0.4.0 |
2035 | 2024-11-07T22:05:00.690Z | Compiling tokio-tungstenite v0.21.0 |
2036 | 2024-11-07T22:05:01.375Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2037 | 2024-11-07T22:05:02.133Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-11-07T22:05:02.508Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2039 | 2024-11-07T22:05:03.248Z | Compiling parse-display v0.10.0 |
2040 | 2024-11-07T22:05:03.828Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-07T22:05:04.029Z | Compiling serde_with v3.11.0 |
2042 | 2024-11-07T22:05:04.793Z | Compiling strum v0.26.3 |
2043 | 2024-11-07T22:05:05.004Z | Compiling regress v0.9.1 |
2044 | 2024-11-07T22:05:06.159Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2045 | 2024-11-07T22:05:08.204Z | Compiling macaddr v1.0.1 |
2046 | 2024-11-07T22:05:09.071Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2047 | 2024-11-07T22:05:10.315Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2048 | 2024-11-07T22:05:10.394Z | Compiling arc-swap v1.7.1 |
2049 | 2024-11-07T22:05:11.122Z | Compiling display-error-chain v0.2.2 |
2050 | 2024-11-07T22:05:11.368Z | Compiling slog-scope v4.4.0 |
2051 | 2024-11-07T22:05:12.218Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2052 | 2024-11-07T22:05:12.654Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2053 | 2024-11-07T22:05:13.760Z | Compiling half v2.4.1 |
2054 | 2024-11-07T22:05:14.531Z | Compiling ciborium-io v0.2.2 |
2055 | 2024-11-07T22:05:14.698Z | Compiling ciborium-ll v0.2.2 |
2056 | 2024-11-07T22:05:15.268Z | Compiling slog-stdlog v4.1.1 |
2057 | 2024-11-07T22:05:16.149Z | Compiling slog-envlogger v2.2.0 |
2058 | 2024-11-07T22:05:17.249Z | Compiling ciborium v0.2.2 |
2059 | 2024-11-07T22:05:18.025Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2060 | 2024-11-07T22:05:19.004Z | Compiling fastrand v2.1.1 |
2061 | 2024-11-07T22:05:19.462Z | Compiling same-file v1.0.6 |
2062 | 2024-11-07T22:05:19.555Z | Compiling tempfile v3.13.0 |
2063 | 2024-11-07T22:05:19.711Z | Compiling walkdir v2.5.0 |
2064 | 2024-11-07T22:05:20.364Z | Compiling ring v0.16.20 |
2065 | 2024-11-07T22:05:20.400Z | Compiling blake3 v1.5.4 |
2066 | 2024-11-07T22:05:21.040Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2067 | 2024-11-07T22:05:24.679Z | Compiling xattr v1.3.1 |
2068 | 2024-11-07T22:05:24.995Z | Compiling filetime v0.2.25 |
2069 | 2024-11-07T22:05:25.322Z | Compiling memmap2 v0.9.5 |
2070 | 2024-11-07T22:05:25.784Z | Compiling spin v0.5.2 |
2071 | 2024-11-07T22:05:26.071Z | Compiling constant_time_eq v0.3.1 |
2072 | 2024-11-07T22:05:26.254Z | Compiling untrusted v0.7.1 |
2073 | 2024-11-07T22:05:26.482Z | Compiling keccak v0.1.5 |
2074 | 2024-11-07T22:05:27.604Z | Compiling arrayvec v0.7.6 |
2075 | 2024-11-07T22:05:27.913Z | Compiling arrayref v0.3.9 |
2076 | 2024-11-07T22:05:28.075Z | Compiling sha3 v0.10.8 |
2077 | 2024-11-07T22:05:29.071Z | Compiling tar v0.4.42 |
2078 | 2024-11-07T22:05:29.136Z | Compiling toolchain_find v0.4.0 |
2079 | 2024-11-07T22:05:29.725Z | Compiling camino-tempfile v1.1.1 |
2080 | 2024-11-07T22:05:30.206Z | Compiling nibble_vec v0.1.0 |
2081 | 2024-11-07T22:05:30.475Z | Compiling topological-sort v0.2.2 |
2082 | 2024-11-07T22:05:30.496Z | Compiling radium v0.7.0 |
2083 | 2024-11-07T22:05:30.739Z | Compiling endian-type v0.1.2 |
2084 | 2024-11-07T22:05:30.951Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2085 | 2024-11-07T22:05:30.998Z | Compiling crunchy v0.2.2 |
2086 | 2024-11-07T22:05:31.019Z | Compiling maplit v1.0.2 |
2087 | 2024-11-07T22:05:31.092Z | Compiling glob v0.3.1 |
2088 | 2024-11-07T22:05:31.195Z | Compiling radix_trie v0.2.1 |
2089 | 2024-11-07T22:05:31.534Z | Compiling omicron-zone-package v0.11.1 |
2090 | 2024-11-07T22:05:31.875Z | Compiling clang-sys v1.8.1 |
2091 | 2024-11-07T22:05:32.184Z | Compiling rustfmt-wrapper v0.2.1 |
2092 | 2024-11-07T22:05:32.231Z | Compiling pem v3.0.4 |
2093 | 2024-11-07T22:05:32.576Z | Compiling tap v1.0.1 |
2094 | 2024-11-07T22:05:32.784Z | Compiling maybe-uninit v2.0.0 |
2095 | 2024-11-07T22:05:32.806Z | Compiling tiny-keccak v2.0.2 |
2096 | 2024-11-07T22:05:33.163Z | Compiling wyz v0.5.1 |
2097 | 2024-11-07T22:05:33.700Z | Compiling dsl_auto_type v0.1.2 |
2098 | 2024-11-07T22:05:33.745Z | Compiling scheduled-thread-pool v0.2.7 |
2099 | 2024-11-07T22:05:33.953Z | Compiling secrecy v0.8.0 |
2100 | 2024-11-07T22:05:34.175Z | Compiling diesel_table_macro_syntax v0.2.0 |
2101 | 2024-11-07T22:05:34.240Z | Compiling crc-catalog v2.4.0 |
2102 | 2024-11-07T22:05:34.425Z | Compiling funty v2.0.0 |
2103 | 2024-11-07T22:05:34.589Z | Compiling packed_struct v0.10.1 |
2104 | 2024-11-07T22:05:34.978Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2105 | 2024-11-07T22:05:34.997Z | Compiling diesel_derives v2.2.3 |
2106 | 2024-11-07T22:05:35.101Z | Compiling crc v3.2.1 |
2107 | 2024-11-07T22:05:35.345Z | Compiling r2d2 v0.8.10 |
2108 | 2024-11-07T22:05:35.411Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2109 | 2024-11-07T22:05:35.830Z | Compiling bitvec v1.0.1 |
2110 | 2024-11-07T22:05:36.450Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2111 | 2024-11-07T22:05:36.774Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2112 | 2024-11-07T22:05:36.971Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2113 | 2024-11-07T22:05:37.171Z | Compiling ascii-canvas v3.0.0 |
2114 | 2024-11-07T22:05:37.665Z | Compiling universal-hash v0.5.1 |
2115 | 2024-11-07T22:05:37.923Z | Compiling thiserror-impl-no-std v2.0.2 |
2116 | 2024-11-07T22:05:40.617Z | Compiling packed_struct_codegen v0.10.1 |
2117 | 2024-11-07T22:05:40.646Z | Compiling lzma-sys v0.1.20 |
2118 | 2024-11-07T22:05:41.377Z | Compiling ena v0.14.3 |
2119 | 2024-11-07T22:05:41.842Z | Compiling libloading v0.8.5 |
2120 | 2024-11-07T22:05:42.272Z | Compiling indexmap v1.9.3 |
2121 | 2024-11-07T22:05:42.634Z | Compiling nodrop v0.1.14 |
2122 | 2024-11-07T22:05:42.794Z | Compiling diff v0.1.13 |
2123 | 2024-11-07T22:05:43.160Z | Compiling opaque-debug v0.3.1 |
2124 | 2024-11-07T22:05:43.296Z | Compiling bindgen v0.69.5 |
2125 | 2024-11-07T22:05:43.367Z | Compiling regex-syntax v0.6.29 |
2126 | 2024-11-07T22:05:43.823Z | Compiling poly1305 v0.8.0 |
2127 | 2024-11-07T22:05:46.197Z | Compiling diesel v2.2.4 |
2128 | 2024-11-07T22:05:48.652Z | Compiling lalrpop v0.19.12 |
2129 | 2024-11-07T22:05:49.789Z | Compiling array-init v0.0.4 |
2130 | 2024-11-07T22:05:54.113Z | Compiling thiserror-no-std v2.0.2 |
2131 | 2024-11-07T22:05:54.264Z | Compiling smallvec v0.6.14 |
2132 | 2024-11-07T22:05:55.397Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2133 | 2024-11-07T22:05:56.493Z | Compiling which v4.4.2 |
2134 | 2024-11-07T22:05:57.041Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2135 | 2024-11-07T22:05:57.383Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2136 | 2024-11-07T22:05:57.639Z | Compiling chacha20 v0.9.1 |
2137 | 2024-11-07T22:05:58.175Z | Compiling heck v0.3.3 |
2138 | 2024-11-07T22:05:58.589Z | Compiling cexpr v0.6.0 |
2139 | 2024-11-07T22:06:00.199Z | Compiling aead v0.5.2 |
2140 | 2024-11-07T22:06:00.582Z | Compiling bitfield v0.14.0 |
2141 | 2024-11-07T22:06:00.896Z | Compiling rustc-hash v1.1.0 |
2142 | 2024-11-07T22:06:01.001Z | Compiling lazycell v1.3.0 |
2143 | 2024-11-07T22:06:01.068Z | Compiling termcolor v1.4.1 |
2144 | 2024-11-07T22:06:01.207Z | Compiling hashbrown v0.12.3 |
2145 | 2024-11-07T22:06:02.197Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-11-07T22:06:02.532Z | Compiling ref-cast v1.0.23 |
2147 | 2024-11-07T22:06:03.162Z | Compiling env_logger v0.10.2 |
2148 | 2024-11-07T22:06:05.752Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2149 | 2024-11-07T22:06:06.424Z | Compiling chacha20poly1305 v0.10.1 |
2150 | 2024-11-07T22:06:06.702Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-11-07T22:06:08.184Z | Compiling serde-hex v0.1.0 |
2152 | 2024-11-07T22:06:13.529Z | Compiling polar-core v0.27.3 |
2153 | 2024-11-07T22:06:13.852Z | Compiling vsss-rs v3.3.4 |
2154 | 2024-11-07T22:06:15.041Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2155 | 2024-11-07T22:06:15.398Z | Compiling ron v0.8.1 |
2156 | 2024-11-07T22:06:17.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2157 | 2024-11-07T22:06:18.142Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2158 | 2024-11-07T22:06:18.550Z | Compiling derive_builder_core v0.20.2 |
2159 | 2024-11-07T22:06:18.806Z | Compiling hashbrown v0.13.2 |
2160 | 2024-11-07T22:06:20.294Z | Compiling headers-core v0.3.0 |
2161 | 2024-11-07T22:06:20.499Z | Compiling fxhash v0.2.1 |
2162 | 2024-11-07T22:06:20.684Z | Compiling libxml v0.3.3 |
2163 | 2024-11-07T22:06:20.759Z | Compiling ref-cast-impl v1.0.23 |
2164 | 2024-11-07T22:06:21.067Z | Compiling base64 v0.13.1 |
2165 | 2024-11-07T22:06:21.599Z | Compiling crc-any v2.5.0 |
2166 | 2024-11-07T22:06:21.835Z | Compiling ron v0.7.1 |
2167 | 2024-11-07T22:06:22.038Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2168 | 2024-11-07T22:06:22.653Z | Compiling derive_builder_macro v0.20.2 |
2169 | 2024-11-07T22:06:23.502Z | Compiling headers v0.4.0 |
2170 | 2024-11-07T22:06:24.562Z | Compiling object v0.30.4 |
2171 | 2024-11-07T22:06:27.306Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-11-07T22:06:28.024Z | Compiling samael v0.0.17 |
2173 | 2024-11-07T22:06:28.815Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2174 | 2024-11-07T22:06:29.771Z | Compiling xz2 v0.1.7 |
2175 | 2024-11-07T22:06:30.436Z | Compiling zone v0.1.8 |
2176 | 2024-11-07T22:06:37.201Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2177 | 2024-11-07T22:06:37.857Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-11-07T22:06:37.870Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2179 | 2024-11-07T22:06:38.180Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2180 | 2024-11-07T22:06:41.319Z | Compiling yasna v0.5.2 |
2181 | 2024-11-07T22:06:41.358Z | Compiling phf_generator v0.11.2 |
2182 | 2024-11-07T22:06:41.358Z | Compiling strum_macros v0.24.3 |
2183 | 2024-11-07T22:06:41.358Z | Compiling kstat-rs v0.2.4 |
2184 | 2024-11-07T22:06:41.617Z | Compiling async-recursion v1.1.1 |
2185 | 2024-11-07T22:06:42.002Z | Compiling unicase v2.7.0 |
2186 | 2024-11-07T22:06:42.359Z | Compiling indoc v1.0.9 |
2187 | 2024-11-07T22:06:43.119Z | Compiling path-slash v0.1.5 |
2188 | 2024-11-07T22:06:43.150Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2189 | 2024-11-07T22:06:43.233Z | Compiling rcgen v0.12.1 |
2190 | 2024-11-07T22:06:43.253Z | Compiling phf_codegen v0.11.2 |
2191 | 2024-11-07T22:06:43.413Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2192 | 2024-11-07T22:06:43.494Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2193 | 2024-11-07T22:06:43.928Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2194 | 2024-11-07T22:06:56.775Z | Compiling derive_builder v0.20.2 |
2195 | 2024-11-07T22:06:57.884Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2196 | 2024-11-07T22:06:59.543Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2197 | 2024-11-07T22:06:59.888Z | Compiling http v0.2.12 |
2198 | 2024-11-07T22:07:02.134Z | Compiling oso-derive v0.27.3 |
2199 | 2024-11-07T22:07:03.148Z | Compiling impl-trait-for-tuples v0.2.2 |
2200 | 2024-11-07T22:07:03.628Z | Compiling parse-zoneinfo v0.3.1 |
2201 | 2024-11-07T22:07:04.832Z | Compiling libz-sys v1.1.20 |
2202 | 2024-11-07T22:07:05.228Z | Compiling quick-xml v0.33.0 |
2203 | 2024-11-07T22:07:05.309Z | Compiling subprocess v0.2.9 |
2204 | 2024-11-07T22:07:05.542Z | Compiling diesel-dtrace v0.3.0 |
2205 | 2024-11-07T22:07:05.899Z | Compiling parking_lot_core v0.8.6 |
2206 | 2024-11-07T22:07:06.388Z | Compiling cfg_aliases v0.1.1 |
2207 | 2024-11-07T22:07:06.524Z | Compiling nix v0.28.0 |
2208 | 2024-11-07T22:07:07.363Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2209 | 2024-11-07T22:07:09.561Z | Compiling oso v0.27.3 |
2210 | 2024-11-07T22:07:10.439Z | Compiling chrono-tz-build v0.4.0 |
2211 | 2024-11-07T22:07:11.618Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2212 | 2024-11-07T22:07:13.218Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2213 | 2024-11-07T22:07:15.406Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2214 | 2024-11-07T22:07:18.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2215 | 2024-11-07T22:07:18.848Z | Compiling bb8 v0.8.5 |
2216 | 2024-11-07T22:07:18.939Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-11-07T22:07:19.545Z | Compiling vte_generate_state_changes v0.1.2 |
2218 | 2024-11-07T22:07:20.211Z | Compiling buf-list v1.0.3 |
2219 | 2024-11-07T22:07:20.848Z | Compiling const_format v0.2.33 |
2220 | 2024-11-07T22:07:20.893Z | Compiling vte v0.11.1 |
2221 | 2024-11-07T22:07:22.166Z | Compiling async-bb8-diesel v0.2.1 |
2222 | 2024-11-07T22:07:22.465Z | Compiling chrono-tz v0.10.0 |
2223 | 2024-11-07T22:07:23.644Z | Compiling h2 v0.3.26 |
2224 | 2024-11-07T22:07:24.013Z | Compiling http-body v0.4.6 |
2225 | 2024-11-07T22:07:24.853Z | Compiling fd-lock v4.0.2 |
2226 | 2024-11-07T22:07:25.116Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2227 | 2024-11-07T22:07:25.919Z | Compiling pin-project-internal v1.1.6 |
2228 | 2024-11-07T22:07:27.736Z | Compiling atty v0.2.14 |
2229 | 2024-11-07T22:07:27.933Z | Compiling bytecount v0.6.8 |
2230 | 2024-11-07T22:07:28.285Z | Compiling salty v0.3.0 |
2231 | 2024-11-07T22:07:28.711Z | Compiling pin-project v1.1.6 |
2232 | 2024-11-07T22:07:28.787Z | Compiling papergrid v0.11.0 |
2233 | 2024-11-07T22:07:42.314Z | Compiling hyper v0.14.30 |
2234 | 2024-11-07T22:07:50.467Z | Compiling parking_lot v0.11.2 |
2235 | 2024-11-07T22:07:51.815Z | Compiling strip-ansi-escapes v0.2.0 |
2236 | 2024-11-07T22:07:52.784Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2237 | 2024-11-07T22:07:53.523Z | Compiling tabled_derive v0.7.0 |
2238 | 2024-11-07T22:07:55.670Z | Compiling peg-macros v0.8.4 |
2239 | 2024-11-07T22:07:57.638Z | Compiling snafu-derive v0.8.5 |
2240 | 2024-11-07T22:07:57.726Z | Compiling sqlparser_derive v0.2.2 |
2241 | 2024-11-07T22:07:58.755Z | Compiling simd-adler32 v0.3.7 |
2242 | 2024-11-07T22:07:58.969Z | Compiling zip v2.1.3 |
2243 | 2024-11-07T22:07:59.348Z | Compiling unicode_categories v0.1.1 |
2244 | 2024-11-07T22:07:59.759Z | Compiling lockfree-object-pool v0.1.6 |
2245 | 2024-11-07T22:07:59.956Z | Compiling sync_wrapper v0.1.2 |
2246 | 2024-11-07T22:08:00.102Z | Compiling bumpalo v3.16.0 |
2247 | 2024-11-07T22:08:00.122Z | Compiling nu-ansi-term v0.50.1 |
2248 | 2024-11-07T22:08:01.075Z | Compiling rustyline v14.0.0 |
2249 | 2024-11-07T22:08:01.384Z | Compiling reedline v0.35.0 |
2250 | 2024-11-07T22:08:01.439Z | Compiling zopfli v0.8.1 |
2251 | 2024-11-07T22:08:02.310Z | Compiling snafu v0.8.5 |
2252 | 2024-11-07T22:08:02.551Z | Compiling reqwest v0.11.27 |
2253 | 2024-11-07T22:08:02.797Z | Compiling sqlformat v0.2.6 |
2254 | 2024-11-07T22:08:03.722Z | Compiling peg v0.8.4 |
2255 | 2024-11-07T22:08:03.850Z | Compiling sqlparser v0.45.0 |
2256 | 2024-11-07T22:08:05.886Z | Compiling tabled v0.15.0 |
2257 | 2024-11-07T22:08:14.289Z | Compiling sled v0.34.7 |
2258 | 2024-11-07T22:08:20.490Z | Compiling mime_guess v2.0.5 |
2259 | 2024-11-07T22:08:26.983Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2260 | 2024-11-07T22:08:27.624Z | Compiling hickory-client v0.24.1 |
2261 | 2024-11-07T22:08:28.169Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2262 | 2024-11-07T22:08:33.291Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2263 | 2024-11-07T22:08:38.528Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2264 | 2024-11-07T22:08:39.505Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2265 | 2024-11-07T22:08:39.551Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2266 | 2024-11-07T22:08:41.218Z | Compiling globset v0.4.15 |
2267 | 2024-11-07T22:08:48.838Z | Compiling hickory-server v0.24.1 |
2268 | 2024-11-07T22:08:48.969Z | Compiling primeorder v0.13.6 |
2269 | 2024-11-07T22:08:49.658Z | Compiling olpc-cjson v0.1.4 |
2270 | 2024-11-07T22:08:49.945Z | Compiling vergen v8.3.2 |
2271 | 2024-11-07T22:08:50.043Z | Compiling bcs v0.1.6 |
2272 | 2024-11-07T22:08:50.294Z | Compiling env_filter v0.1.2 |
2273 | 2024-11-07T22:08:51.022Z | Compiling cargo-platform v0.1.8 |
2274 | 2024-11-07T22:08:51.584Z | Compiling serde_plain v1.0.2 |
2275 | 2024-11-07T22:08:51.922Z | Compiling nanorand v0.7.0 |
2276 | 2024-11-07T22:08:52.188Z | Compiling displaydoc v0.2.5 |
2277 | 2024-11-07T22:08:52.401Z | Compiling memoffset v0.9.1 |
2278 | 2024-11-07T22:08:52.633Z | Compiling typed-path v0.7.1 |
2279 | 2024-11-07T22:08:52.952Z | Compiling flume v0.11.0 |
2280 | 2024-11-07T22:08:53.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2281 | 2024-11-07T22:08:57.892Z | Compiling tough v0.17.1 |
2282 | 2024-11-07T22:08:59.514Z | Compiling cargo_metadata v0.18.1 |
2283 | 2024-11-07T22:09:00.624Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-11-07T22:09:01.456Z | Compiling env_logger v0.11.5 |
2285 | 2024-11-07T22:09:02.814Z | Compiling p384 v0.13.0 |
2286 | 2024-11-07T22:09:02.970Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2287 | 2024-11-07T22:09:09.827Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2288 | 2024-11-07T22:09:11.768Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2289 | 2024-11-07T22:09:13.148Z | Compiling git2 v0.19.0 |
2290 | 2024-11-07T22:09:13.232Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2291 | 2024-11-07T22:09:18.723Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2292 | 2024-11-07T22:09:20.483Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2293 | 2024-11-07T22:09:21.810Z | Compiling rand_seeder v0.3.0 |
2294 | 2024-11-07T22:09:22.276Z | Compiling libsqlite3-sys v0.30.1 |
2295 | 2024-11-07T22:09:22.623Z | Compiling parse-size v1.1.0 |
2296 | 2024-11-07T22:09:22.844Z | Compiling rustls v0.21.12 |
2297 | 2024-11-07T22:09:22.972Z | Compiling cfg_aliases v0.2.1 |
2298 | 2024-11-07T22:09:23.107Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2299 | 2024-11-07T22:09:23.215Z | Compiling nix v0.29.0 |
2300 | 2024-11-07T22:09:23.513Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2301 | 2024-11-07T22:09:23.533Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2302 | 2024-11-07T22:09:24.511Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2303 | 2024-11-07T22:09:25.024Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2304 | 2024-11-07T22:09:25.391Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2305 | 2024-11-07T22:09:26.007Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2306 | 2024-11-07T22:09:26.183Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2307 | 2024-11-07T22:09:26.356Z | Compiling sct v0.7.1 |
2308 | 2024-11-07T22:09:26.877Z | Compiling rustls-webpki v0.101.7 |
2309 | 2024-11-07T22:09:30.551Z | Compiling castaway v0.2.3 |
2310 | 2024-11-07T22:09:30.769Z | Compiling csv-core v0.1.11 |
2311 | 2024-11-07T22:09:31.005Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2312 | 2024-11-07T22:09:31.064Z | Compiling http-range v0.1.5 |
2313 | 2024-11-07T22:09:31.702Z | Compiling hyper-staticfile v0.10.1 |
2314 | 2024-11-07T22:09:31.760Z | Compiling csv v1.3.0 |
2315 | 2024-11-07T22:09:33.501Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2316 | 2024-11-07T22:09:34.020Z | Compiling compact_str v0.8.0 |
2317 | 2024-11-07T22:09:34.896Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2318 | 2024-11-07T22:09:36.846Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2319 | 2024-11-07T22:09:40.627Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2320 | 2024-11-07T22:09:41.764Z | Compiling nix v0.27.1 |
2321 | 2024-11-07T22:09:43.794Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2322 | 2024-11-07T22:09:45.433Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2323 | 2024-11-07T22:09:50.788Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2324 | 2024-11-07T22:09:54.038Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2325 | 2024-11-07T22:09:58.468Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2326 | 2024-11-07T22:09:58.550Z | Compiling unicode-truncate v1.1.0 |
2327 | 2024-11-07T22:09:58.832Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2328 | 2024-11-07T22:09:58.863Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2329 | 2024-11-07T22:09:59.219Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2330 | 2024-11-07T22:09:59.244Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2331 | 2024-11-07T22:10:01.635Z | Compiling hashlink v0.9.1 |
2332 | 2024-11-07T22:10:02.100Z | Compiling tungstenite v0.23.0 |
2333 | 2024-11-07T22:10:02.418Z | Compiling lru v0.12.5 |
2334 | 2024-11-07T22:10:02.503Z | Compiling instability v0.3.2 |
2335 | 2024-11-07T22:10:02.846Z | Compiling fallible-streaming-iterator v0.1.9 |
2336 | 2024-11-07T22:10:03.177Z | Compiling cassowary v0.3.0 |
2337 | 2024-11-07T22:10:03.585Z | Compiling fallible-iterator v0.3.0 |
2338 | 2024-11-07T22:10:04.466Z | Compiling rusqlite v0.32.1 |
2339 | 2024-11-07T22:10:06.893Z | Compiling ratatui v0.28.1 |
2340 | 2024-11-07T22:10:07.035Z | Compiling tokio-tungstenite v0.23.1 |
2341 | 2024-11-07T22:10:07.740Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2342 | 2024-11-07T22:10:12.097Z | Compiling tokio-rustls v0.24.1 |
2343 | 2024-11-07T22:10:12.615Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2344 | 2024-11-07T22:10:27.096Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2345 | 2024-11-07T22:10:28.812Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2346 | 2024-11-07T22:10:28.930Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2347 | 2024-11-07T22:10:31.389Z | Compiling rustls-pemfile v1.0.4 |
2348 | 2024-11-07T22:10:32.223Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2349 | 2024-11-07T22:10:32.603Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2350 | 2024-11-07T22:10:33.210Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2351 | 2024-11-07T22:10:33.386Z | Compiling signal-hook-tokio v0.3.1 |
2352 | 2024-11-07T22:10:33.406Z | Compiling twox-hash v1.6.3 |
2353 | 2024-11-07T22:10:33.628Z | Compiling is_ci v1.2.0 |
2354 | 2024-11-07T22:10:33.982Z | Compiling smawk v0.3.2 |
2355 | 2024-11-07T22:10:34.277Z | Compiling unicode-linebreak v0.1.5 |
2356 | 2024-11-07T22:10:34.875Z | Compiling textwrap v0.16.1 |
2357 | 2024-11-07T22:10:37.588Z | Compiling supports-color v3.0.1 |
2358 | 2024-11-07T22:10:38.533Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2359 | 2024-11-07T22:10:42.737Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2360 | 2024-11-07T22:10:47.086Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2361 | 2024-11-07T22:10:48.950Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2362 | 2024-11-07T22:10:54.000Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2363 | 2024-11-07T22:11:00.525Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2364 | 2024-11-07T22:11:01.185Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2365 | 2024-11-07T22:11:08.142Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2366 | 2024-11-07T22:11:15.408Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2367 | 2024-11-07T22:11:15.760Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2368 | 2024-11-07T22:11:21.205Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2369 | 2024-11-07T22:11:22.691Z | Compiling fatfs v0.3.6 |
2370 | 2024-11-07T22:11:25.809Z | Compiling rtoolbox v0.0.2 |
2371 | 2024-11-07T22:11:26.307Z | Compiling assert_matches v1.5.0 |
2372 | 2024-11-07T22:11:27.390Z | Compiling rpassword v7.3.1 |
2373 | 2024-11-07T22:11:27.908Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2374 | 2024-11-07T22:11:31.110Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2375 | 2024-11-07T22:11:34.490Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2376 | 2024-11-07T22:11:41.995Z | Compiling tui-tree-widget v0.22.0 |
2377 | 2024-11-07T22:11:42.498Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2378 | 2024-11-07T22:11:44.178Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2379 | 2024-11-07T22:11:57.796Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2380 | 2024-11-07T22:11:58.151Z | Compiling uzers v0.12.1 |
2381 | 2024-11-07T22:11:58.352Z | Compiling shell-words v1.1.0 |
2382 | 2024-11-07T22:11:58.909Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2383 | 2024-11-07T22:12:00.956Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2384 | 2024-11-07T22:12:01.404Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2385 | 2024-11-07T22:12:29.073Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2386 | 2024-11-07T22:12:34.034Z | Compiling multimap v0.10.0 |
2387 | 2024-11-07T22:14:45.408Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2388 | 2024-11-07T22:15:06.271Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2389 | 2024-11-07T22:24:12.218Z | Finished `release` profile [optimized] target(s) in 19m 25s |
2390 | 2024-11-07T22:25:10.545Z | |
2391 | 2024-11-07T22:25:10.548Z | real 20:25.533630821 |
2392 | 2024-11-07T22:25:10.548Z | user 2:12:42.182332068 |
2393 | 2024-11-07T22:25:10.548Z | sys 6:08.718289054 |
2394 | 2024-11-07T22:25:10.548Z | trap 3.507936360 |
2395 | 2024-11-07T22:25:10.548Z | tflt 3.104049558 |
2396 | 2024-11-07T22:25:10.548Z | dflt 5.295832189 |
2397 | 2024-11-07T22:25:10.548Z | kflt 0.010957660 |
2398 | 2024-11-07T22:25:10.548Z | lock 7:56:32.485394107 |
2399 | 2024-11-07T22:25:10.548Z | slp 6:35:00.650903289 |
2400 | 2024-11-07T22:25:10.548Z | lat 3:00.264567618 |
2401 | 2024-11-07T22:25:10.548Z | stop 2:44.064923401 |
2402 | 2024-11-07T22:25:10.548Z | + mapfile -t packages |
2403 | 2024-11-07T22:25:10.548Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2404 | 2024-11-07T22:25:11.579Z | Finished `release` profile [optimized] target(s) in 0.97s |
2405 | 2024-11-07T22:25:11.641Z | Running `target/release/omicron-package -t test list-outputs` |
2406 | 2024-11-07T22:25:11.684Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-11-07T22:25:11.687Z | + ptime -m cargo build --locked --release -p xtask |
2408 | 2024-11-07T22:25:12.258Z | Compiling serde v1.0.210 |
2409 | 2024-11-07T22:25:12.261Z | Compiling serde_json v1.0.128 |
2410 | 2024-11-07T22:25:12.261Z | Compiling libc v0.2.161 |
2411 | 2024-11-07T22:25:12.261Z | Compiling rustix v0.38.37 |
2412 | 2024-11-07T22:25:12.261Z | Compiling bitflags v2.6.0 |
2413 | 2024-11-07T22:25:12.348Z | Compiling syn v2.0.79 |
2414 | 2024-11-07T22:25:12.696Z | Compiling usdt-impl v0.5.0 |
2415 | 2024-11-07T22:25:12.789Z | Compiling syn v1.0.109 |
2416 | 2024-11-07T22:25:12.809Z | Compiling hashbrown v0.15.0 |
2417 | 2024-11-07T22:25:12.889Z | Compiling log v0.4.22 |
2418 | 2024-11-07T22:25:12.923Z | Compiling fs-err v2.11.0 |
2419 | 2024-11-07T22:25:13.247Z | Compiling anyhow v1.0.92 |
2420 | 2024-11-07T22:25:13.372Z | Compiling once_cell v1.20.2 |
2421 | 2024-11-07T22:25:13.845Z | Compiling thread-id v4.2.2 |
2422 | 2024-11-07T22:25:14.257Z | Compiling indexmap v2.6.0 |
2423 | 2024-11-07T22:25:15.441Z | Compiling terminal_size v0.4.0 |
2424 | 2024-11-07T22:25:15.441Z | Compiling tempfile v3.13.0 |
2425 | 2024-11-07T22:25:15.687Z | Compiling clap_builder v4.5.20 |
2426 | 2024-11-07T22:25:16.050Z | Compiling proc-macro-error v1.0.4 |
2427 | 2024-11-07T22:25:17.358Z | Compiling tabled_derive v0.7.0 |
2428 | 2024-11-07T22:25:18.652Z | Compiling tabled v0.15.0 |
2429 | 2024-11-07T22:25:19.813Z | Compiling serde_derive v1.0.210 |
2430 | 2024-11-07T22:25:19.816Z | Compiling thiserror-impl v1.0.64 |
2431 | 2024-11-07T22:25:19.816Z | Compiling zerocopy-derive v0.7.35 |
2432 | 2024-11-07T22:25:20.957Z | Compiling scroll_derive v0.12.0 |
2433 | 2024-11-07T22:25:21.865Z | Compiling zerocopy v0.7.35 |
2434 | 2024-11-07T22:25:22.410Z | Compiling scroll v0.12.0 |
2435 | 2024-11-07T22:25:22.518Z | Compiling thiserror v1.0.64 |
2436 | 2024-11-07T22:25:22.681Z | Compiling pest v2.7.14 |
2437 | 2024-11-07T22:25:23.530Z | Compiling goblin v0.8.2 |
2438 | 2024-11-07T22:25:25.895Z | Compiling pest_meta v2.7.14 |
2439 | 2024-11-07T22:25:27.116Z | Compiling clap_derive v4.5.18 |
2440 | 2024-11-07T22:25:27.334Z | Compiling pest_generator v2.7.14 |
2441 | 2024-11-07T22:25:29.965Z | Compiling pest_derive v2.7.14 |
2442 | 2024-11-07T22:25:30.781Z | Compiling dtrace-parser v0.2.0 |
2443 | 2024-11-07T22:25:32.544Z | Compiling clap v4.5.20 |
2444 | 2024-11-07T22:25:36.449Z | Compiling serde_tokenstream v0.2.2 |
2445 | 2024-11-07T22:25:37.115Z | Compiling serde_spanned v0.6.8 |
2446 | 2024-11-07T22:25:37.428Z | Compiling toml_datetime v0.6.8 |
2447 | 2024-11-07T22:25:37.918Z | Compiling dof v0.3.0 |
2448 | 2024-11-07T22:25:38.194Z | Compiling toml_edit v0.22.22 |
2449 | 2024-11-07T22:25:40.312Z | Compiling camino v1.1.9 |
2450 | 2024-11-07T22:25:40.600Z | Compiling usdt-attr-macro v0.5.0 |
2451 | 2024-11-07T22:25:41.757Z | Compiling usdt-macro v0.5.0 |
2452 | 2024-11-07T22:25:42.033Z | Compiling toml v0.8.19 |
2453 | 2024-11-07T22:25:43.003Z | Compiling semver v1.0.23 |
2454 | 2024-11-07T22:25:44.523Z | Compiling cargo-platform v0.1.8 |
2455 | 2024-11-07T22:25:44.559Z | Compiling cargo_toml v0.20.5 |
2456 | 2024-11-07T22:25:45.658Z | Compiling cargo_metadata v0.18.1 |
2457 | 2024-11-07T22:25:47.901Z | Compiling usdt v0.5.0 |
2458 | 2024-11-07T22:25:48.504Z | Compiling camino-tempfile v1.1.1 |
2459 | 2024-11-07T22:25:48.894Z | Compiling macaddr v1.0.1 |
2460 | 2024-11-07T22:25:58.095Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2461 | 2024-11-07T22:26:09.874Z | Finished `release` profile [optimized] target(s) in 58.11s |
2462 | 2024-11-07T22:26:09.997Z | |
2463 | 2024-11-07T22:26:09.997Z | real 58.243267589 |
2464 | 2024-11-07T22:26:09.997Z | user 5:53.836934518 |
2465 | 2024-11-07T22:26:09.997Z | sys 29.890547481 |
2466 | 2024-11-07T22:26:09.998Z | trap 0.164338884 |
2467 | 2024-11-07T22:26:09.998Z | tflt 0.311374970 |
2468 | 2024-11-07T22:26:10.014Z | dflt 0.530313160 |
2469 | 2024-11-07T22:26:10.015Z | kflt 0.000000000 |
2470 | 2024-11-07T22:26:10.015Z | lock 11:35.636234012 |
2471 | 2024-11-07T22:26:10.015Z | slp 17:12.602556059 |
2472 | 2024-11-07T22:26:10.016Z | lat 13.427410594 |
2473 | 2024-11-07T22:26:10.017Z | stop 14.878483008 |
2474 | 2024-11-07T22:26:10.017Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2475 | 2024-11-07T22:26:10.019Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2476 | 2024-11-07T22:26:10.019Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2477 | 2024-11-07T22:26:10.020Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2478 | 2024-11-07T22:26:10.020Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2479 | 2024-11-07T22:26:10.853Z | Compiling hashbrown v0.14.5 |
2480 | 2024-11-07T22:26:10.978Z | Compiling unsafe-libyaml v0.2.11 |
2481 | 2024-11-07T22:26:10.996Z | Compiling progenitor-client v0.8.0 |
2482 | 2024-11-07T22:26:11.004Z | Compiling ident_case v1.0.1 |
2483 | 2024-11-07T22:26:11.004Z | Compiling ipnetwork v0.20.0 |
2484 | 2024-11-07T22:26:11.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2485 | 2024-11-07T22:26:11.004Z | Compiling instant v0.1.13 |
2486 | 2024-11-07T22:26:11.004Z | Compiling structmeta-derive v0.3.0 |
2487 | 2024-11-07T22:26:11.189Z | Compiling darling_core v0.20.10 |
2488 | 2024-11-07T22:26:11.196Z | Compiling newtype-uuid v1.1.2 |
2489 | 2024-11-07T22:26:11.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2490 | 2024-11-07T22:26:11.492Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2491 | 2024-11-07T22:26:11.887Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2492 | 2024-11-07T22:26:11.974Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2493 | 2024-11-07T22:26:12.231Z | Compiling backoff v0.4.0 |
2494 | 2024-11-07T22:26:12.261Z | Compiling regress v0.10.1 |
2495 | 2024-11-07T22:26:12.287Z | Compiling regress v0.9.1 |
2496 | 2024-11-07T22:26:12.351Z | Compiling serde_yaml v0.9.34+deprecated |
2497 | 2024-11-07T22:26:12.607Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2498 | 2024-11-07T22:26:12.799Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2499 | 2024-11-07T22:26:12.818Z | Compiling macaddr v1.0.1 |
2500 | 2024-11-07T22:26:12.903Z | Compiling tempfile v3.13.0 |
2501 | 2024-11-07T22:26:12.970Z | Compiling proc-macro-crate v1.3.1 |
2502 | 2024-11-07T22:26:13.294Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2503 | 2024-11-07T22:26:13.710Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2504 | 2024-11-07T22:26:13.783Z | Compiling foreign-types-macros v0.2.3 |
2505 | 2024-11-07T22:26:13.884Z | Compiling structmeta v0.3.0 |
2506 | 2024-11-07T22:26:14.034Z | Compiling foreign-types-shared v0.3.1 |
2507 | 2024-11-07T22:26:14.053Z | Compiling num_enum_derive v0.5.11 |
2508 | 2024-11-07T22:26:14.161Z | Compiling heapless v0.8.0 |
2509 | 2024-11-07T22:26:14.309Z | Compiling parse-display-derive v0.10.0 |
2510 | 2024-11-07T22:26:15.098Z | Compiling foreign-types v0.5.0 |
2511 | 2024-11-07T22:26:15.218Z | Compiling proc-macro-error v1.0.4 |
2512 | 2024-11-07T22:26:15.435Z | Compiling camino-tempfile v1.1.1 |
2513 | 2024-11-07T22:26:16.098Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2514 | 2024-11-07T22:26:16.107Z | Compiling hash32 v0.3.1 |
2515 | 2024-11-07T22:26:16.211Z | Compiling typify-impl v0.2.0 |
2516 | 2024-11-07T22:26:16.538Z | Compiling cstr-argument v0.1.2 |
2517 | 2024-11-07T22:26:16.625Z | Compiling num_enum v0.5.11 |
2518 | 2024-11-07T22:26:16.784Z | Compiling crucible-workspace-hack v0.1.0 |
2519 | 2024-11-07T22:26:16.810Z | Compiling pretty-hex v0.2.1 |
2520 | 2024-11-07T22:26:16.828Z | Compiling smoltcp v0.11.0 |
2521 | 2024-11-07T22:26:17.018Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2522 | 2024-11-07T22:26:17.132Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2523 | 2024-11-07T22:26:17.323Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2524 | 2024-11-07T22:26:17.385Z | Compiling tabwriter v1.4.0 |
2525 | 2024-11-07T22:26:17.439Z | Compiling colored v2.1.0 |
2526 | 2024-11-07T22:26:17.637Z | Compiling cobs v0.2.3 |
2527 | 2024-11-07T22:26:17.940Z | Compiling postcard v1.0.10 |
2528 | 2024-11-07T22:26:17.985Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2529 | 2024-11-07T22:26:17.999Z | Compiling darling_macro v0.20.10 |
2530 | 2024-11-07T22:26:18.077Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2531 | 2024-11-07T22:26:18.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2532 | 2024-11-07T22:26:18.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2533 | 2024-11-07T22:26:18.379Z | Compiling smf v0.2.3 |
2534 | 2024-11-07T22:26:18.616Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2535 | 2024-11-07T22:26:18.755Z | Compiling parse-display v0.10.0 |
2536 | 2024-11-07T22:26:18.982Z | Compiling zone_cfg_derive v0.3.0 |
2537 | 2024-11-07T22:26:19.002Z | Compiling darling v0.20.10 |
2538 | 2024-11-07T22:26:19.131Z | Compiling serde_with_macros v3.11.0 |
2539 | 2024-11-07T22:26:19.162Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2540 | 2024-11-07T22:26:19.472Z | Compiling num-derive v0.4.2 |
2541 | 2024-11-07T22:26:19.677Z | Compiling sigpipe v0.1.3 |
2542 | 2024-11-07T22:26:19.765Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2543 | 2024-11-07T22:26:19.817Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2544 | 2024-11-07T22:26:20.117Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2545 | 2024-11-07T22:26:20.516Z | Compiling zone v0.3.0 |
2546 | 2024-11-07T22:26:20.624Z | Compiling universal-hash v0.5.1 |
2547 | 2024-11-07T22:26:20.854Z | Compiling opaque-debug v0.3.1 |
2548 | 2024-11-07T22:26:20.941Z | Compiling num-rational v0.4.2 |
2549 | 2024-11-07T22:26:20.974Z | Compiling password-hash v0.5.0 |
2550 | 2024-11-07T22:26:21.935Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2551 | 2024-11-07T22:26:21.968Z | Compiling serde_with v3.11.0 |
2552 | 2024-11-07T22:26:22.030Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2553 | 2024-11-07T22:26:22.185Z | Compiling blake2 v0.10.6 |
2554 | 2024-11-07T22:26:22.683Z | Compiling num-complex v0.4.6 |
2555 | 2024-11-07T22:26:22.906Z | Compiling aead v0.5.2 |
2556 | 2024-11-07T22:26:23.043Z | Compiling convert_case v0.4.0 |
2557 | 2024-11-07T22:26:23.324Z | Compiling keccak v0.1.5 |
2558 | 2024-11-07T22:26:23.637Z | Compiling argon2 v0.5.3 |
2559 | 2024-11-07T22:26:23.779Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2560 | 2024-11-07T22:26:23.863Z | Compiling num v0.4.3 |
2561 | 2024-11-07T22:26:23.995Z | Compiling sha3 v0.10.8 |
2562 | 2024-11-07T22:26:24.021Z | Compiling derive_more v0.99.18 |
2563 | 2024-11-07T22:26:24.109Z | Compiling poly1305 v0.8.0 |
2564 | 2024-11-07T22:26:24.516Z | Compiling tungstenite v0.21.0 |
2565 | 2024-11-07T22:26:25.129Z | Compiling chacha20 v0.9.1 |
2566 | 2024-11-07T22:26:25.653Z | Compiling float-ord v0.3.2 |
2567 | 2024-11-07T22:26:25.841Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2568 | 2024-11-07T22:26:25.881Z | Compiling base64 v0.21.7 |
2569 | 2024-11-07T22:26:26.140Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2570 | 2024-11-07T22:26:26.217Z | Compiling tokio-tungstenite v0.21.0 |
2571 | 2024-11-07T22:26:26.604Z | Compiling semver v0.1.20 |
2572 | 2024-11-07T22:26:26.604Z | Compiling same-file v1.0.6 |
2573 | 2024-11-07T22:26:26.657Z | Compiling newline-converter v0.3.0 |
2574 | 2024-11-07T22:26:26.697Z | Compiling primeorder v0.13.6 |
2575 | 2024-11-07T22:26:26.846Z | Compiling walkdir v2.5.0 |
2576 | 2024-11-07T22:26:26.846Z | Compiling secrecy v0.8.0 |
2577 | 2024-11-07T22:26:26.931Z | Compiling home v0.5.9 |
2578 | 2024-11-07T22:26:27.148Z | Compiling rustc_version v0.1.7 |
2579 | 2024-11-07T22:26:27.194Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2580 | 2024-11-07T22:26:27.237Z | Compiling cancel-safe-futures v0.1.5 |
2581 | 2024-11-07T22:26:27.256Z | Compiling owo-colors v4.1.0 |
2582 | 2024-11-07T22:26:27.287Z | Compiling prettyplease v0.2.22 |
2583 | 2024-11-07T22:26:27.623Z | Compiling expectorate v1.1.0 |
2584 | 2024-11-07T22:26:27.644Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2585 | 2024-11-07T22:26:27.646Z | Compiling thiserror-impl-no-std v2.0.2 |
2586 | 2024-11-07T22:26:27.683Z | Compiling blake3 v1.5.4 |
2587 | 2024-11-07T22:26:27.709Z | Compiling newtype_derive v0.1.6 |
2588 | 2024-11-07T22:26:27.825Z | Compiling ring v0.16.20 |
2589 | 2024-11-07T22:26:28.015Z | Compiling half v2.4.1 |
2590 | 2024-11-07T22:26:28.081Z | Compiling unicase v2.7.0 |
2591 | 2024-11-07T22:26:28.102Z | Compiling ciborium-io v0.2.2 |
2592 | 2024-11-07T22:26:28.255Z | Compiling arc-swap v1.7.1 |
2593 | 2024-11-07T22:26:28.627Z | Compiling ciborium-ll v0.2.2 |
2594 | 2024-11-07T22:26:28.753Z | Compiling slog-scope v4.4.0 |
2595 | 2024-11-07T22:26:28.924Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2596 | 2024-11-07T22:26:29.288Z | Compiling polyval v0.6.2 |
2597 | 2024-11-07T22:26:29.655Z | Compiling atomicwrites v0.4.4 |
2598 | 2024-11-07T22:26:29.774Z | Compiling libsw v3.3.1 |
2599 | 2024-11-07T22:26:30.058Z | Compiling memmap2 v0.9.5 |
2600 | 2024-11-07T22:26:30.138Z | Compiling arrayref v0.3.9 |
2601 | 2024-11-07T22:26:30.264Z | Compiling spin v0.5.2 |
2602 | 2024-11-07T22:26:30.532Z | Compiling libefi-sys v0.1.0 |
2603 | 2024-11-07T22:26:30.556Z | Compiling arrayvec v0.7.6 |
2604 | 2024-11-07T22:26:30.744Z | Compiling thiserror-no-std v2.0.2 |
2605 | 2024-11-07T22:26:30.846Z | Compiling linear-map v1.2.0 |
2606 | 2024-11-07T22:26:30.872Z | Compiling parking_lot_core v0.8.6 |
2607 | 2024-11-07T22:26:31.022Z | Compiling constant_time_eq v0.3.1 |
2608 | 2024-11-07T22:26:31.221Z | Compiling salty v0.3.0 |
2609 | 2024-11-07T22:26:31.241Z | Compiling untrusted v0.7.1 |
2610 | 2024-11-07T22:26:31.365Z | Compiling indent_write v2.2.0 |
2611 | 2024-11-07T22:26:31.597Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2612 | 2024-11-07T22:26:31.617Z | Compiling vsss-rs v3.3.4 |
2613 | 2024-11-07T22:26:31.691Z | Compiling ghash v0.5.1 |
2614 | 2024-11-07T22:26:31.762Z | Compiling slog-stdlog v4.1.1 |
2615 | 2024-11-07T22:26:31.906Z | Compiling ciborium v0.2.2 |
2616 | 2024-11-07T22:26:32.619Z | Compiling toolchain_find v0.4.0 |
2617 | 2024-11-07T22:26:32.639Z | Compiling p384 v0.13.0 |
2618 | 2024-11-07T22:26:32.747Z | Compiling chacha20poly1305 v0.10.1 |
2619 | 2024-11-07T22:26:33.027Z | Compiling itertools v0.13.0 |
2620 | 2024-11-07T22:26:33.054Z | Compiling typify-macro v0.2.0 |
2621 | 2024-11-07T22:26:33.351Z | Compiling lzma-sys v0.1.20 |
2622 | 2024-11-07T22:26:33.493Z | Compiling ctr v0.9.2 |
2623 | 2024-11-07T22:26:33.874Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2624 | 2024-11-07T22:26:34.189Z | Compiling bitfield-struct v0.6.2 |
2625 | 2024-11-07T22:26:34.268Z | Compiling slog-dtrace v0.3.0 |
2626 | 2024-11-07T22:26:34.314Z | Compiling highway v1.2.0 |
2627 | 2024-11-07T22:26:34.595Z | Compiling topological-sort v0.2.2 |
2628 | 2024-11-07T22:26:34.857Z | Compiling omicron-zone-package v0.11.1 |
2629 | 2024-11-07T22:26:35.361Z | Compiling aes-gcm v0.10.3 |
2630 | 2024-11-07T22:26:35.391Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-11-07T22:26:35.674Z | Compiling mime_guess v2.0.5 |
2632 | 2024-11-07T22:26:35.774Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2633 | 2024-11-07T22:26:35.868Z | Compiling steno v0.4.1 |
2634 | 2024-11-07T22:26:36.096Z | Compiling slog-envlogger v2.2.0 |
2635 | 2024-11-07T22:26:36.902Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2636 | 2024-11-07T22:26:36.905Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2637 | 2024-11-07T22:26:37.019Z | Compiling heck v0.3.3 |
2638 | 2024-11-07T22:26:37.219Z | Compiling ssh-encoding v0.2.0 |
2639 | 2024-11-07T22:26:37.405Z | Compiling blowfish v0.9.1 |
2640 | 2024-11-07T22:26:37.474Z | Compiling nibble_vec v0.1.0 |
2641 | 2024-11-07T22:26:37.496Z | Compiling typify v0.2.0 |
2642 | 2024-11-07T22:26:37.613Z | Compiling env_filter v0.1.2 |
2643 | 2024-11-07T22:26:37.656Z | Compiling progenitor-impl v0.8.0 |
2644 | 2024-11-07T22:26:37.709Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2645 | 2024-11-07T22:26:37.829Z | Compiling humantime v2.1.0 |
2646 | 2024-11-07T22:26:37.916Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2647 | 2024-11-07T22:26:38.077Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-11-07T22:26:38.133Z | Compiling endian-type v0.1.2 |
2649 | 2024-11-07T22:26:38.212Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2650 | 2024-11-07T22:26:38.309Z | Compiling env_logger v0.11.5 |
2651 | 2024-11-07T22:26:38.347Z | Compiling bcrypt-pbkdf v0.10.0 |
2652 | 2024-11-07T22:26:38.378Z | Compiling radix_trie v0.2.1 |
2653 | 2024-11-07T22:26:38.395Z | Compiling ssh-cipher v0.2.0 |
2654 | 2024-11-07T22:26:39.006Z | Compiling zone_cfg_derive v0.1.2 |
2655 | 2024-11-07T22:26:39.155Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2656 | 2024-11-07T22:26:39.175Z | Compiling parking_lot v0.11.2 |
2657 | 2024-11-07T22:26:39.598Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2658 | 2024-11-07T22:26:40.085Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2659 | 2024-11-07T22:26:40.166Z | Compiling gethostname v0.5.0 |
2660 | 2024-11-07T22:26:40.219Z | Compiling password-hash v0.4.2 |
2661 | 2024-11-07T22:26:40.371Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2662 | 2024-11-07T22:26:40.495Z | Compiling fxhash v0.2.1 |
2663 | 2024-11-07T22:26:40.565Z | Compiling matches v0.1.10 |
2664 | 2024-11-07T22:26:40.687Z | Compiling base64 v0.13.1 |
2665 | 2024-11-07T22:26:40.707Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2666 | 2024-11-07T22:26:40.727Z | Compiling pbkdf2 v0.11.0 |
2667 | 2024-11-07T22:26:41.021Z | Compiling sled v0.34.7 |
2668 | 2024-11-07T22:26:41.080Z | Compiling idna v0.2.3 |
2669 | 2024-11-07T22:26:41.117Z | Compiling zone v0.1.8 |
2670 | 2024-11-07T22:26:41.136Z | Compiling ron v0.7.1 |
2671 | 2024-11-07T22:26:41.153Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2672 | 2024-11-07T22:26:41.325Z | Compiling xz2 v0.1.7 |
2673 | 2024-11-07T22:26:41.821Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2674 | 2024-11-07T22:26:42.726Z | Compiling hickory-client v0.24.1 |
2675 | 2024-11-07T22:26:42.773Z | Compiling ssh-key v0.6.6 |
2676 | 2024-11-07T22:26:43.343Z | Compiling p521 v0.13.3 |
2677 | 2024-11-07T22:26:43.499Z | Compiling p256 v0.13.2 |
2678 | 2024-11-07T22:26:43.527Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2679 | 2024-11-07T22:26:44.263Z | Compiling hickory-server v0.24.1 |
2680 | 2024-11-07T22:26:44.379Z | Compiling enum-as-inner v0.5.1 |
2681 | 2024-11-07T22:26:44.717Z | Compiling pem v3.0.4 |
2682 | 2024-11-07T22:26:45.481Z | Compiling yasna v0.5.2 |
2683 | 2024-11-07T22:26:45.484Z | Compiling headers-core v0.3.0 |
2684 | 2024-11-07T22:26:45.686Z | Compiling kstat-rs v0.2.4 |
2685 | 2024-11-07T22:26:45.763Z | Compiling progenitor-macro v0.8.0 |
2686 | 2024-11-07T22:26:45.860Z | Compiling nanorand v0.7.0 |
2687 | 2024-11-07T22:26:46.363Z | Compiling russh-cryptovec v0.7.3 |
2688 | 2024-11-07T22:26:46.465Z | Compiling atty v0.2.14 |
2689 | 2024-11-07T22:26:46.636Z | Compiling md5 v0.7.0 |
2690 | 2024-11-07T22:26:46.688Z | Compiling http-range v0.1.5 |
2691 | 2024-11-07T22:26:47.092Z | Compiling glob v0.3.1 |
2692 | 2024-11-07T22:26:47.183Z | Compiling russh-keys v0.45.0 |
2693 | 2024-11-07T22:26:47.222Z | Compiling hyper-staticfile v0.10.1 |
2694 | 2024-11-07T22:26:47.397Z | Compiling rcgen v0.12.1 |
2695 | 2024-11-07T22:26:47.563Z | Compiling flume v0.11.0 |
2696 | 2024-11-07T22:26:48.123Z | Compiling headers v0.4.0 |
2697 | 2024-11-07T22:26:48.383Z | Compiling trust-dns-proto v0.22.0 |
2698 | 2024-11-07T22:26:48.443Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2699 | 2024-11-07T22:26:49.825Z | Compiling num-bigint v0.4.6 |
2700 | 2024-11-07T22:26:50.159Z | Compiling des v0.8.1 |
2701 | 2024-11-07T22:26:50.545Z | Compiling subprocess v0.2.9 |
2702 | 2024-11-07T22:26:51.522Z | Compiling display-error-chain v0.2.2 |
2703 | 2024-11-07T22:26:51.542Z | Compiling hex-literal v0.4.1 |
2704 | 2024-11-07T22:26:51.711Z | Compiling dhcproto-macros v0.1.0 |
2705 | 2024-11-07T22:26:51.752Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2706 | 2024-11-07T22:26:52.233Z | Compiling internet-checksum v0.2.1 |
2707 | 2024-11-07T22:26:52.915Z | Compiling russh v0.45.0 |
2708 | 2024-11-07T22:26:52.999Z | Compiling dhcproto v0.12.0 |
2709 | 2024-11-07T22:26:57.728Z | Compiling progenitor v0.8.0 |
2710 | 2024-11-07T22:26:57.877Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2711 | 2024-11-07T22:26:57.879Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2712 | 2024-11-07T22:26:57.879Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2713 | 2024-11-07T22:26:57.879Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2714 | 2024-11-07T22:26:57.879Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2715 | 2024-11-07T22:26:57.956Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2716 | 2024-11-07T22:26:58.006Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2717 | 2024-11-07T22:26:58.827Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2718 | 2024-11-07T22:26:59.422Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2719 | 2024-11-07T22:27:00.191Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2720 | 2024-11-07T22:27:03.453Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2721 | 2024-11-07T22:27:04.670Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2722 | 2024-11-07T22:27:14.313Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2723 | 2024-11-07T22:27:14.316Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2724 | 2024-11-07T22:27:14.316Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2725 | 2024-11-07T22:27:14.316Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2726 | 2024-11-07T22:27:17.557Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2727 | 2024-11-07T22:27:17.594Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2728 | 2024-11-07T22:27:18.546Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2729 | 2024-11-07T22:27:19.143Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2730 | 2024-11-07T22:27:19.192Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2731 | 2024-11-07T22:27:19.640Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2732 | 2024-11-07T22:27:22.267Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2733 | 2024-11-07T22:27:22.708Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2734 | 2024-11-07T22:27:23.258Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2735 | 2024-11-07T22:27:23.882Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2736 | 2024-11-07T22:27:23.901Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2737 | 2024-11-07T22:27:24.281Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2738 | 2024-11-07T22:27:24.720Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2739 | 2024-11-07T22:27:26.692Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2740 | 2024-11-07T22:27:27.149Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2741 | 2024-11-07T22:27:28.545Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2742 | 2024-11-07T22:27:28.859Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2743 | 2024-11-07T22:27:29.348Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2744 | 2024-11-07T22:27:29.936Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2745 | 2024-11-07T22:27:31.367Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2746 | 2024-11-07T22:27:33.504Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2747 | 2024-11-07T22:27:35.606Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2748 | 2024-11-07T22:27:35.699Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2749 | 2024-11-07T22:27:36.250Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2750 | 2024-11-07T22:27:42.552Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2751 | 2024-11-07T22:27:51.751Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2024-11-07T22:27:53.250Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2753 | 2024-11-07T22:28:50.864Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2754 | 2024-11-07T22:29:22.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 12s |
2755 | 2024-11-07T22:29:22.828Z | |
2756 | 2024-11-07T22:29:22.831Z | real 3:12.770645735 |
2757 | 2024-11-07T22:29:22.831Z | user 12:20.192785367 |
2758 | 2024-11-07T22:29:22.831Z | sys 2:22.892939962 |
2759 | 2024-11-07T22:29:22.831Z | trap 0.335034543 |
2760 | 2024-11-07T22:29:22.831Z | tflt 0.761342924 |
2761 | 2024-11-07T22:29:22.831Z | dflt 1.638198194 |
2762 | 2024-11-07T22:29:22.831Z | kflt 0.000010547 |
2763 | 2024-11-07T22:29:22.831Z | lock 26:07.062890057 |
2764 | 2024-11-07T22:29:22.831Z | slp 43:25.305307414 |
2765 | 2024-11-07T22:29:22.831Z | lat 34.374900083 |
2766 | 2024-11-07T22:29:22.831Z | stop 1:21.628437952 |
2767 | 2024-11-07T22:29:22.831Z | + mkdir tests |
2768 | 2024-11-07T22:29:22.834Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2769 | 2024-11-07T22:29:22.837Z | + xargs -I '{}' -t cp '{}' tests/ |
2770 | 2024-11-07T22:29:22.893Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/ |
2771 | 2024-11-07T22:29:22.916Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/ |
2772 | 2024-11-07T22:29:22.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/ |
2773 | 2024-11-07T22:29:22.959Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/ |
2774 | 2024-11-07T22:29:23.116Z | + 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/*) |
2775 | 2024-11-07T22:29:23.123Z | + 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-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 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 |
2776 | 2024-11-07T22:30:28.881Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2777 | 2024-11-07T22:30:28.882Z | a .github/buildomat/ci-env.sh 1K |
2778 | 2024-11-07T22:30:28.882Z | a out/target/test 1K |
2779 | 2024-11-07T22:30:28.882Z | a out/npuzone/npuzone 23144K |
2780 | 2024-11-07T22:30:28.882Z | a package-manifest.toml 32K |
2781 | 2024-11-07T22:30:28.882Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2782 | 2024-11-07T22:30:28.882Z | a target/release/omicron-package 32538K |
2783 | 2024-11-07T22:30:28.882Z | a target/release/xtask 11749K |
2784 | 2024-11-07T22:30:28.882Z | a target/debug/bootstrap 196071K |
2785 | 2024-11-07T22:30:28.882Z | a tests/bootstrap-68ca88e587a7b5c5 23991K |
2786 | 2024-11-07T22:30:28.882Z | a tests/commtest-ec6bfd4845fc8f27 24191K |
2787 | 2024-11-07T22:30:28.882Z | a tests/dhcp_server-66adfe2d07f2bcad 23991K |
2788 | 2024-11-07T22:30:28.882Z | a tests/end_to_end_tests-4334d32fd8c55416 208281K |
2789 | 2024-11-07T22:30:28.882Z | a out/clickhouse.tar.gz 244343K |
2790 | 2024-11-07T22:30:28.882Z | a out/clickhouse_keeper.tar.gz 244316K |
2791 | 2024-11-07T22:30:28.882Z | a out/clickhouse_server.tar.gz 244316K |
2792 | 2024-11-07T22:30:28.882Z | a out/cockroachdb.tar.gz 130039K |
2793 | 2024-11-07T22:30:28.882Z | a out/crucible-dtrace.tar 83K |
2794 | 2024-11-07T22:30:28.882Z | a out/crucible-pantry-zone.tar.gz 26856K |
2795 | 2024-11-07T22:30:28.882Z | a out/crucible-zone.tar.gz 35063K |
2796 | 2024-11-07T22:30:28.882Z | a out/external-dns.tar.gz 30754K |
2797 | 2024-11-07T22:30:28.882Z | a out/internal-dns.tar.gz 30755K |
2798 | 2024-11-07T22:30:28.882Z | a out/mg-ddm-gz.tar 62661K |
2799 | 2024-11-07T22:30:28.882Z | a out/nexus.tar.gz 96394K |
2800 | 2024-11-07T22:30:28.882Z | a out/ntp.tar.gz 9037K |
2801 | 2024-11-07T22:30:28.882Z | a out/omicron-gateway-softnpu.tar.gz 21668K |
2802 | 2024-11-07T22:30:28.882Z | a out/omicron-sled-agent.tar 104286K |
2803 | 2024-11-07T22:30:28.882Z | a out/overlay.tar.gz 3K |
2804 | 2024-11-07T22:30:28.882Z | a out/oximeter.tar.gz 46033K |
2805 | 2024-11-07T22:30:28.882Z | a out/oxlog.tar 3071K |
2806 | 2024-11-07T22:30:28.882Z | a out/probe.tar.gz 2764K |
2807 | 2024-11-07T22:30:28.882Z | a out/propolis-server.tar.gz 66584K |
2808 | 2024-11-07T22:30:28.882Z | a out/pumpkind-gz.tar 26665K |
2809 | 2024-11-07T22:30:28.882Z | a out/switch-softnpu.tar.gz 224477K |
2810 | 2024-11-07T22:30:28.887Z | |
2811 | 2024-11-07T22:30:28.887Z | real 1:05.756590611 |
2812 | 2024-11-07T22:30:28.887Z | user 1:02.378366352 |
2813 | 2024-11-07T22:30:28.887Z | sys 4.868065156 |
2814 | 2024-11-07T22:30:28.887Z | trap 0.019123426 |
2815 | 2024-11-07T22:30:28.887Z | tflt 0.000000000 |
2816 | 2024-11-07T22:30:28.887Z | dflt 0.000000000 |
2817 | 2024-11-07T22:30:28.887Z | kflt 0.000000000 |
2818 | 2024-11-07T22:30:28.887Z | lock 0.000000000 |
2819 | 2024-11-07T22:30:28.887Z | slp 1:02.186833050 |
2820 | 2024-11-07T22:30:28.887Z | lat 2.055928503 |
2821 | 2024-11-07T22:30:28.887Z | stop 0.000224421 |
2822 | 2024-11-07T22:30:28.887Z | process exited: duration 2073294 ms, exit code 0 |
|
2823 | 2024-11-07T22:30:28.903Z | found 1 output files |
2824 | 2024-11-07T22:30:28.903Z | uploading: /work/package.tar.gz (1693261019 bytes) |
2825 | 2024-11-07T22:31:11.600Z | uploaded: /work/package.tar.gz |