|
|
|
1 | 2024-11-08T00:37:15.074Z | job assigned to worker 01JC4K6HV4QSR96H4W987E22WC (queued for 1 m 7 s) |
|
2 | 2024-11-08T00:37:22.326Z | starting task 0: "setup" |
3 | 2024-11-08T00:37:22.335Z | ++ uname -s |
4 | 2024-11-08T00:37:22.338Z | + kern=SunOS |
5 | 2024-11-08T00:37:22.338Z | + case "$kern" in |
6 | 2024-11-08T00:37:22.338Z | + groupadd -g 12345 build |
7 | 2024-11-08T00:37:22.340Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T00:37:24.349Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T00:37:24.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T00:37:24.439Z | + home_fs=zfs |
11 | 2024-11-08T00:37:24.439Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T00:37:24.439Z | + mkdir -p /home/build |
13 | 2024-11-08T00:37:24.442Z | + chown build:build /home/build /work |
14 | 2024-11-08T00:37:26.443Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T00:37:26.450Z | process exited: duration 4120 ms, exit code 0 |
|
16 | 2024-11-08T00:37:26.459Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T00:37:26.466Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T00:37:26.466Z | ' 1.82.0 |
19 | 2024-11-08T00:37:26.466Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-08T00:37:26.466Z | * toolchain channel = "1.82.0" |
21 | 2024-11-08T00:37:26.466Z | ' default |
22 | 2024-11-08T00:37:26.466Z | * toolchain profile = "default" |
23 | 2024-11-08T00:37:26.471Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T00:37:26.472Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T00:37:26.651Z | info: downloading installer |
26 | 2024-11-08T00:37:28.175Z | info: profile set to 'default' |
27 | 2024-11-08T00:37:28.175Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T00:37:28.179Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T00:37:28.329Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T00:37:28.329Z | info: downloading component 'cargo' |
31 | 2024-11-08T00:37:29.145Z | info: downloading component 'clippy' |
32 | 2024-11-08T00:37:29.452Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T00:37:30.630Z | info: downloading component 'rust-std' |
34 | 2024-11-08T00:37:32.480Z | info: downloading component 'rustc' |
35 | 2024-11-08T00:37:39.014Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T00:37:39.245Z | info: installing component 'cargo' |
37 | 2024-11-08T00:37:40.079Z | info: installing component 'clippy' |
38 | 2024-11-08T00:37:40.474Z | info: installing component 'rust-docs' |
39 | 2024-11-08T00:37:42.181Z | info: installing component 'rust-std' |
40 | 2024-11-08T00:37:44.117Z | info: installing component 'rustc' |
41 | 2024-11-08T00:37:50.238Z | info: installing component 'rustfmt' |
42 | 2024-11-08T00:37:50.567Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T00:37:50.567Z | |
44 | 2024-11-08T00:37:50.943Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T00:37:50.943Z | |
46 | 2024-11-08T00:37:50.946Z | |
47 | 2024-11-08T00:37:50.946Z | Rust is installed now. Great! |
48 | 2024-11-08T00:37:50.946Z | |
49 | 2024-11-08T00:37:50.946Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T00:37:50.946Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T00:37:50.946Z | |
52 | 2024-11-08T00:37:50.946Z | To configure your current shell, you need to source |
53 | 2024-11-08T00:37:50.947Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T00:37:50.947Z | |
55 | 2024-11-08T00:37:50.947Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T00:37:50.947Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T00:37:50.947Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T00:37:51.019Z | + rustc --version |
59 | 2024-11-08T00:37:51.086Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T00:37:51.089Z | process exited: duration 24628 ms, exit code 0 |
|
61 | 2024-11-08T00:37:51.095Z | starting task 2: "authentication" |
62 | 2024-11-08T00:37:51.116Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-08T00:37:51.122Z | starting task 3: "clone repository" |
64 | 2024-11-08T00:37:51.208Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T00:37:51.213Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T00:37:51.213Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T00:37:57.688Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T00:37:57.691Z | + git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024 |
69 | 2024-11-08T00:37:57.974Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T00:37:57.974Z | * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD |
71 | 2024-11-08T00:37:57.984Z | + [[ -n use-native-client-for-schema-updates ]] |
72 | 2024-11-08T00:37:57.986Z | ++ git branch --show-current |
73 | 2024-11-08T00:37:57.989Z | + current=main |
74 | 2024-11-08T00:37:57.989Z | + [[ main != use-native-client-for-schema-updates ]] |
75 | 2024-11-08T00:37:57.989Z | + git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024 |
76 | 2024-11-08T00:37:57.992Z | + git checkout -f use-native-client-for-schema-updates |
77 | 2024-11-08T00:37:58.117Z | Switched to branch 'use-native-client-for-schema-updates' |
78 | 2024-11-08T00:37:58.120Z | + git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024 |
79 | 2024-11-08T00:37:58.235Z | HEAD is now at 6d6589d43 Use ClickHouse native client to read database tables |
80 | 2024-11-08T00:37:58.237Z | process exited: duration 7113 ms, exit code 0 |
|
81 | 2024-11-08T00:37:58.243Z | starting task 4: "build" |
82 | 2024-11-08T00:37:58.249Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-08T00:37:58.251Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-08T00:37:58.251Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-08T00:37:58.251Z | + cargo --version |
86 | 2024-11-08T00:37:58.305Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-08T00:37:58.309Z | + rustc --version |
88 | 2024-11-08T00:37:58.367Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-08T00:37:58.370Z | + WORK=/work |
90 | 2024-11-08T00:37:58.370Z | + pfexec mkdir -p /work |
91 | 2024-11-08T00:37:58.376Z | + pfexec chown build /work |
92 | 2024-11-08T00:37:58.378Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-08T00:38:09.218Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-08T00:38:12.753Z | Startup: Caching catalogs ... Done |
95 | 2024-11-08T00:38:20.872Z | Planning: Solver setup ... Done (7.408s) |
96 | 2024-11-08T00:38:20.976Z | Planning: Running solver ... Done (0.103s) |
97 | 2024-11-08T00:38:21.064Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-11-08T00:38:21.092Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-08T00:38:21.721Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-08T00:38:21.821Z | Planning: Package planning ... Done (0.101s) |
101 | 2024-11-08T00:38:21.877Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-08T00:38:22.068Z | Planning: Checking for conflicting actions ... Done (0.191s) |
103 | 2024-11-08T00:38:24.086Z | Planning: Consolidating action changes ... Done (2.016s) |
104 | 2024-11-08T00:38:24.529Z | Planning: Evaluating mediators ... Done (0.445s) |
105 | 2024-11-08T00:38:24.613Z | Planning: Planning completed in 11.78 seconds |
106 | 2024-11-08T00:38:24.628Z | Packages to install: 4 |
107 | 2024-11-08T00:38:24.628Z | Packages to update: 1 |
108 | 2024-11-08T00:38:24.631Z | Mediators to change: 2 |
109 | 2024-11-08T00:38:24.631Z | Services to change: 1 |
110 | 2024-11-08T00:38:24.631Z | Estimated space available: 155.61 GB |
111 | 2024-11-08T00:38:24.631Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-08T00:38:24.631Z | Create boot environment: No |
113 | 2024-11-08T00:38:24.631Z | Create backup boot environment: Yes |
114 | 2024-11-08T00:38:24.631Z | Rebuild boot archive: No |
115 | 2024-11-08T00:38:24.631Z | |
116 | 2024-11-08T00:38:24.631Z | Changed mediators: |
117 | 2024-11-08T00:38:24.631Z | mediator clang: |
118 | 2024-11-08T00:38:24.631Z | version: None -> 15 (system default) |
119 | 2024-11-08T00:38:24.631Z | |
120 | 2024-11-08T00:38:24.631Z | mediator llvm: |
121 | 2024-11-08T00:38:24.631Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-08T00:38:24.631Z | |
123 | 2024-11-08T00:38:24.631Z | Changed packages: |
124 | 2024-11-08T00:38:24.631Z | helios-dev |
125 | 2024-11-08T00:38:24.631Z | developer/build-essential |
126 | 2024-11-08T00:38:24.631Z | None -> 11-2.0 |
127 | 2024-11-08T00:38:24.631Z | library/libxmlsec1 |
128 | 2024-11-08T00:38:24.631Z | None -> 1.2.35-2.0 |
129 | 2024-11-08T00:38:24.631Z | ooce/developer/clang-15 |
130 | 2024-11-08T00:38:24.631Z | None -> 15.0.7-2.0 |
131 | 2024-11-08T00:38:24.632Z | ooce/developer/llvm-15 |
132 | 2024-11-08T00:38:24.632Z | None -> 15.0.7-2.0 |
133 | 2024-11-08T00:38:24.632Z | package/pkg |
134 | 2024-11-08T00:38:24.632Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-08T00:38:24.632Z | |
136 | 2024-11-08T00:38:24.632Z | Services: |
137 | 2024-11-08T00:38:24.632Z | restart_fmri: |
138 | 2024-11-08T00:38:24.632Z | svc:/system/update-man-index:default |
139 | 2024-11-08T00:38:24.632Z | |
140 | 2024-11-08T00:38:24.632Z | Editable files to change: |
141 | 2024-11-08T00:38:24.632Z | Update: |
142 | 2024-11-08T00:38:24.632Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-08T00:38:24.712Z | |
144 | 2024-11-08T00:38:24.712Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-08T00:38:29.738Z | Download: 1009/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
146 | 2024-11-08T00:38:40.824Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (13.0M/s) |
147 | 2024-11-08T00:38:45.823Z | Download: 1638/4281 items 117.6/220.6MB 53% complete (7.7M/s) |
148 | 2024-11-08T00:38:53.571Z | Download: 2223/4281 items 119.0/220.6MB 53% complete (4.2M/s) |
149 | 2024-11-08T00:38:58.758Z | Download: 3244/4281 items 186.1/220.6MB 84% complete (6.7M/s) |
150 | 2024-11-08T00:39:06.355Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
151 | 2024-11-08T00:39:12.675Z | Download: 3280/4281 items 210.5/220.6MB 95% complete (3.9M/s) |
152 | 2024-11-08T00:39:19.079Z | Download: 3287/4281 items 212.5/220.6MB 96% complete (1.5M/s) |
153 | 2024-11-08T00:39:31.904Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
154 | 2024-11-08T00:39:36.913Z | Download: 3533/4281 items 215.7/220.6MB 97% complete (653k/s) |
155 | 2024-11-08T00:39:42.074Z | Download: 3763/4281 items 216.9/220.6MB 98% complete (475k/s) |
156 | 2024-11-08T00:39:57.715Z | Download: 4206/4281 items 220.6/220.6MB 99% complete |
157 | 2024-11-08T00:40:02.567Z | Download: Completed 220.60 MB in 97.84 seconds (2.2M/s) |
158 | 2024-11-08T00:40:04.544Z | Actions: 1/5063 actions (Removing old actions) |
159 | 2024-11-08T00:40:04.564Z | Actions: 194/5063 actions (Installing new actions) |
160 | 2024-11-08T00:40:09.281Z | Actions: 4226/5063 actions (Updating modified actions) |
161 | 2024-11-08T00:40:09.600Z | Actions: Completed 5063 actions in 5.05 seconds. |
162 | 2024-11-08T00:40:09.980Z | Done (0.374s) |
163 | 2024-11-08T00:40:09.983Z | Done (0.000s) |
164 | 2024-11-08T00:40:10.502Z | Done (0.519s) |
165 | 2024-11-08T00:40:14.833Z | Done (4.119s) |
166 | 2024-11-08T00:40:14.920Z | Done (0.017s) |
167 | 2024-11-08T00:40:14.923Z | Done (0.000s) |
168 | 2024-11-08T00:40:15.083Z | Done (0.000s) |
169 | 2024-11-08T00:40:15.749Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-11-08T00:40:15.914Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-11-08T00:40:15.917Z | Planning: Consolidating action changes ... Done |
172 | 2024-11-08T00:40:16.196Z | Planning: Evaluating mediators ... Done |
173 | 2024-11-08T00:40:16.199Z | Planning: Planning completed in 0.45 seconds |
174 | 2024-11-08T00:40:16.236Z | Mediators to change: 2 |
175 | 2024-11-08T00:40:16.236Z | Create boot environment: No |
176 | 2024-11-08T00:40:16.239Z | Create backup boot environment: No |
177 | 2024-11-08T00:40:16.316Z | Done |
178 | 2024-11-08T00:40:16.316Z | Done |
179 | 2024-11-08T00:40:16.649Z | Done |
180 | 2024-11-08T00:40:20.210Z | Done |
181 | 2024-11-08T00:40:20.300Z | Done |
182 | 2024-11-08T00:40:20.302Z | Done |
183 | 2024-11-08T00:40:20.422Z | Done |
184 | 2024-11-08T00:40:21.053Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-08T00:40:21.055Z | Planning: Merging actions ... Done |
186 | 2024-11-08T00:40:21.249Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-08T00:40:21.251Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-08T00:40:21.523Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-08T00:40:21.578Z | Planning: Planning completed in 0.78 seconds |
190 | 2024-11-08T00:40:21.619Z | Packages to change: 1 |
191 | 2024-11-08T00:40:21.619Z | Mediators to change: 1 |
192 | 2024-11-08T00:40:21.621Z | Services to change: 1 |
193 | 2024-11-08T00:40:21.621Z | Create boot environment: No |
194 | 2024-11-08T00:40:21.622Z | Create backup boot environment: Yes |
195 | 2024-11-08T00:40:23.777Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-11-08T00:40:23.780Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2024-11-08T00:40:23.780Z | Done |
198 | 2024-11-08T00:40:23.780Z | Done |
199 | 2024-11-08T00:40:23.887Z | Done |
200 | 2024-11-08T00:40:27.640Z | Done |
201 | 2024-11-08T00:40:27.729Z | Done |
202 | 2024-11-08T00:40:27.734Z | Done |
203 | 2024-11-08T00:40:27.847Z | Done |
204 | 2024-11-08T00:40:28.286Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-11-08T00:40:28.286Z | clang system 15 system |
206 | 2024-11-08T00:40:28.286Z | csh system system illumos |
207 | 2024-11-08T00:40:28.286Z | ctags system system illumos |
208 | 2024-11-08T00:40:28.286Z | gcc vendor 12 vendor |
209 | 2024-11-08T00:40:28.286Z | gcc system 10 system |
210 | 2024-11-08T00:40:28.286Z | gcc system 7 system |
211 | 2024-11-08T00:40:28.286Z | go system 1.20 system |
212 | 2024-11-08T00:40:28.286Z | go system 1.19 system |
213 | 2024-11-08T00:40:28.286Z | llvm system 15 system |
214 | 2024-11-08T00:40:28.286Z | llvm system 14 system |
215 | 2024-11-08T00:40:28.286Z | mariadb system 10.6 system |
216 | 2024-11-08T00:40:28.286Z | mta vendor vendor dma |
217 | 2024-11-08T00:40:28.286Z | openjdk system 17 system |
218 | 2024-11-08T00:40:28.286Z | openjdk system 11 system |
219 | 2024-11-08T00:40:28.286Z | openjdk system 1.8 system |
220 | 2024-11-08T00:40:28.286Z | openssl vendor 3 vendor |
221 | 2024-11-08T00:40:28.286Z | perl system 5.36 system |
222 | 2024-11-08T00:40:28.286Z | postgresql system 15 system |
223 | 2024-11-08T00:40:28.286Z | postgresql system 13 system |
224 | 2024-11-08T00:40:28.286Z | python vendor 3 vendor |
225 | 2024-11-08T00:40:28.286Z | python system 2 system |
226 | 2024-11-08T00:40:28.286Z | python3 system 3.11 system |
227 | 2024-11-08T00:40:28.286Z | ruby system 3.0 system |
228 | 2024-11-08T00:40:28.286Z | words vendor vendor american-english |
229 | 2024-11-08T00:40:28.286Z | words system system australian-english |
230 | 2024-11-08T00:40:28.286Z | words system system british-english |
231 | 2024-11-08T00:40:28.287Z | words system system canadian-english |
232 | 2024-11-08T00:40:28.287Z | words system system french |
233 | 2024-11-08T00:40:28.287Z | words system system italian |
234 | 2024-11-08T00:40:28.287Z | words system system ngerman |
235 | 2024-11-08T00:40:28.287Z | words system system ogerman |
236 | 2024-11-08T00:40:28.287Z | words system system spanish |
237 | 2024-11-08T00:40:28.621Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-11-08T00:40:28.621Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-11-08T00:40:31.130Z | FMRI IFO |
240 | 2024-11-08T00:40:31.130Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-11-08T00:40:31.130Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
247 | 2024-11-08T00:40:31.131Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
248 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
250 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
253 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-11-08T00:40:31.132Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-11-08T00:40:31.831Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-11-08T00:40:32.132Z | Updating crates.io index |
257 | 2024-11-08T00:40:32.144Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-11-08T00:40:32.949Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-11-08T00:40:33.355Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
260 | 2024-11-08T00:40:33.623Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
261 | 2024-11-08T00:40:33.904Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-11-08T00:40:35.444Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
263 | 2024-11-08T00:40:37.824Z | Updating git repository `https://github.com/oxidecomputer/opte` |
264 | 2024-11-08T00:40:38.801Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
265 | 2024-11-08T00:40:39.689Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-11-08T00:40:40.032Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
267 | 2024-11-08T00:40:40.425Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-11-08T00:40:40.978Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
269 | 2024-11-08T00:40:41.392Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
270 | 2024-11-08T00:40:41.834Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-11-08T00:40:42.134Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-11-08T00:40:42.410Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-11-08T00:40:42.699Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-11-08T00:40:43.051Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
275 | 2024-11-08T00:40:43.310Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2024-11-08T00:40:43.823Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2024-11-08T00:40:44.101Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2024-11-08T00:40:44.557Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2024-11-08T00:40:44.869Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
280 | 2024-11-08T00:40:45.446Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2024-11-08T00:40:45.817Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-11-08T00:40:46.228Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-11-08T00:40:46.514Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-11-08T00:40:47.847Z | Downloading crates ... |
285 | 2024-11-08T00:40:47.915Z | Downloaded anstyle-parse v0.2.5 |
286 | 2024-11-08T00:40:47.922Z | Downloaded anstream v0.6.15 |
287 | 2024-11-08T00:40:47.925Z | Downloaded anyhow v1.0.92 |
288 | 2024-11-08T00:40:47.929Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-11-08T00:40:47.939Z | Downloaded errno v0.3.9 |
290 | 2024-11-08T00:40:47.942Z | Downloaded pretty-hex v0.4.1 |
291 | 2024-11-08T00:40:47.944Z | Downloaded cpufeatures v0.2.14 |
292 | 2024-11-08T00:40:47.947Z | Downloaded block-buffer v0.10.4 |
293 | 2024-11-08T00:40:47.947Z | Downloaded pest_generator v2.7.14 |
294 | 2024-11-08T00:40:47.949Z | Downloaded clap_lex v0.7.2 |
295 | 2024-11-08T00:40:47.950Z | Downloaded unicode-linebreak v0.1.5 |
296 | 2024-11-08T00:40:47.952Z | Downloaded dof v0.3.0 |
297 | 2024-11-08T00:40:47.955Z | Downloaded terminal_size v0.4.0 |
298 | 2024-11-08T00:40:47.958Z | Downloaded cargo_toml v0.20.5 |
299 | 2024-11-08T00:40:47.960Z | Downloaded byteorder v1.5.0 |
300 | 2024-11-08T00:40:47.960Z | Downloaded strsim v0.11.1 |
301 | 2024-11-08T00:40:47.966Z | Downloaded fs-err v2.11.0 |
302 | 2024-11-08T00:40:47.970Z | Downloaded usdt-attr-macro v0.5.0 |
303 | 2024-11-08T00:40:47.970Z | Downloaded proc-macro-error-attr v1.0.4 |
304 | 2024-11-08T00:40:47.970Z | Downloaded utf8parse v0.2.2 |
305 | 2024-11-08T00:40:47.970Z | Downloaded memmap v0.7.0 |
306 | 2024-11-08T00:40:47.972Z | Downloaded sha2 v0.10.8 |
307 | 2024-11-08T00:40:47.973Z | Downloaded semver v1.0.23 |
308 | 2024-11-08T00:40:47.975Z | Downloaded scroll v0.12.0 |
309 | 2024-11-08T00:40:47.982Z | Downloaded camino-tempfile v1.1.1 |
310 | 2024-11-08T00:40:47.985Z | Downloaded bytecount v0.6.8 |
311 | 2024-11-08T00:40:47.992Z | Downloaded typenum v1.17.0 |
312 | 2024-11-08T00:40:48.001Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-11-08T00:40:48.010Z | Downloaded autocfg v1.4.0 |
314 | 2024-11-08T00:40:48.010Z | Downloaded anstyle v1.0.8 |
315 | 2024-11-08T00:40:48.010Z | Downloaded equivalent v1.0.1 |
316 | 2024-11-08T00:40:48.010Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2024-11-08T00:40:48.013Z | Downloaded colorchoice v1.0.2 |
318 | 2024-11-08T00:40:48.013Z | Downloaded cfg-if v1.0.0 |
319 | 2024-11-08T00:40:48.016Z | Downloaded digest v0.10.7 |
320 | 2024-11-08T00:40:48.019Z | Downloaded toml v0.8.19 |
321 | 2024-11-08T00:40:48.022Z | Downloaded log v0.4.22 |
322 | 2024-11-08T00:40:48.027Z | Downloaded scroll_derive v0.12.0 |
323 | 2024-11-08T00:40:48.036Z | Downloaded fastrand v2.1.1 |
324 | 2024-11-08T00:40:48.038Z | Downloaded generic-array v0.14.7 |
325 | 2024-11-08T00:40:48.041Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-11-08T00:40:48.041Z | Downloaded crypto-common v0.1.6 |
327 | 2024-11-08T00:40:48.043Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-11-08T00:40:48.044Z | Downloaded heck v0.5.0 |
329 | 2024-11-08T00:40:48.046Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-11-08T00:40:48.046Z | Downloaded fnv v1.0.7 |
331 | 2024-11-08T00:40:48.049Z | Downloaded swrite v0.1.0 |
332 | 2024-11-08T00:40:48.054Z | Downloaded indexmap v2.6.0 |
333 | 2024-11-08T00:40:48.058Z | Downloaded heck v0.4.1 |
334 | 2024-11-08T00:40:48.063Z | Downloaded toml_datetime v0.6.8 |
335 | 2024-11-08T00:40:48.069Z | Downloaded smawk v0.3.2 |
336 | 2024-11-08T00:40:48.071Z | Downloaded macaddr v1.0.1 |
337 | 2024-11-08T00:40:48.073Z | Downloaded thiserror v1.0.64 |
338 | 2024-11-08T00:40:48.076Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-11-08T00:40:48.079Z | Downloaded thread-id v4.2.2 |
340 | 2024-11-08T00:40:48.079Z | Downloaded serde_spanned v0.6.8 |
341 | 2024-11-08T00:40:48.081Z | Downloaded clap_derive v4.5.18 |
342 | 2024-11-08T00:40:48.086Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-11-08T00:40:48.089Z | Downloaded plain v0.2.3 |
344 | 2024-11-08T00:40:48.092Z | Downloaded usdt v0.5.0 |
345 | 2024-11-08T00:40:48.092Z | Downloaded thiserror-impl v1.0.64 |
346 | 2024-11-08T00:40:48.092Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-11-08T00:40:48.095Z | Downloaded camino v1.1.9 |
348 | 2024-11-08T00:40:48.095Z | Downloaded bitflags v2.6.0 |
349 | 2024-11-08T00:40:48.098Z | Downloaded quote v1.0.37 |
350 | 2024-11-08T00:40:48.103Z | Downloaded proc-macro-error v1.0.4 |
351 | 2024-11-08T00:40:48.107Z | Downloaded tempfile v3.13.0 |
352 | 2024-11-08T00:40:48.109Z | Downloaded once_cell v1.20.2 |
353 | 2024-11-08T00:40:48.112Z | Downloaded itoa v1.0.11 |
354 | 2024-11-08T00:40:48.114Z | Downloaded clap v4.5.20 |
355 | 2024-11-08T00:40:48.125Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-11-08T00:40:48.127Z | Downloaded hashbrown v0.15.0 |
357 | 2024-11-08T00:40:48.131Z | Downloaded textwrap v0.16.1 |
358 | 2024-11-08T00:40:48.134Z | Downloaded unicode-ident v1.0.13 |
359 | 2024-11-08T00:40:48.136Z | Downloaded ucd-trie v0.1.7 |
360 | 2024-11-08T00:40:48.139Z | Downloaded pest_meta v2.7.14 |
361 | 2024-11-08T00:40:48.141Z | Downloaded ryu v1.0.18 |
362 | 2024-11-08T00:40:48.144Z | Downloaded proc-macro2 v1.0.87 |
363 | 2024-11-08T00:40:48.147Z | Downloaded version_check v0.9.5 |
364 | 2024-11-08T00:40:48.150Z | Downloaded serde_derive v1.0.210 |
365 | 2024-11-08T00:40:48.153Z | Downloaded papergrid v0.11.0 |
366 | 2024-11-08T00:40:48.159Z | Downloaded pest_derive v2.7.14 |
367 | 2024-11-08T00:40:48.165Z | Downloaded pest v2.7.14 |
368 | 2024-11-08T00:40:48.170Z | Downloaded serde v1.0.210 |
369 | 2024-11-08T00:40:48.173Z | Downloaded serde_json v1.0.128 |
370 | 2024-11-08T00:40:48.180Z | Downloaded clap_builder v4.5.20 |
371 | 2024-11-08T00:40:48.187Z | Downloaded memchr v2.7.4 |
372 | 2024-11-08T00:40:48.200Z | Downloaded zerocopy v0.7.35 |
373 | 2024-11-08T00:40:48.215Z | Downloaded toml_edit v0.22.22 |
374 | 2024-11-08T00:40:48.236Z | Downloaded winnow v0.6.20 |
375 | 2024-11-08T00:40:48.244Z | Downloaded goblin v0.8.2 |
376 | 2024-11-08T00:40:48.263Z | Downloaded tabled v0.15.0 |
377 | 2024-11-08T00:40:48.278Z | Downloaded syn v2.0.79 |
378 | 2024-11-08T00:40:48.288Z | Downloaded syn v1.0.109 |
379 | 2024-11-08T00:40:48.298Z | Downloaded unicode-width v0.1.14 |
380 | 2024-11-08T00:40:48.303Z | Downloaded rustix v0.38.37 |
381 | 2024-11-08T00:40:48.351Z | Downloaded libc v0.2.161 |
382 | 2024-11-08T00:40:48.656Z | Compiling proc-macro2 v1.0.87 |
383 | 2024-11-08T00:40:48.656Z | Compiling unicode-ident v1.0.13 |
384 | 2024-11-08T00:40:48.659Z | Compiling version_check v0.9.5 |
385 | 2024-11-08T00:40:48.659Z | Compiling serde v1.0.210 |
386 | 2024-11-08T00:40:48.659Z | Compiling thiserror v1.0.64 |
387 | 2024-11-08T00:40:48.659Z | Compiling memchr v2.7.4 |
388 | 2024-11-08T00:40:48.659Z | Compiling libc v0.2.161 |
389 | 2024-11-08T00:40:48.659Z | Compiling ucd-trie v0.1.7 |
390 | 2024-11-08T00:40:49.278Z | Compiling ryu v1.0.18 |
391 | 2024-11-08T00:40:49.352Z | Compiling itoa v1.0.11 |
392 | 2024-11-08T00:40:49.443Z | Compiling once_cell v1.20.2 |
393 | 2024-11-08T00:40:49.579Z | Compiling byteorder v1.5.0 |
394 | 2024-11-08T00:40:49.624Z | Compiling serde_json v1.0.128 |
395 | 2024-11-08T00:40:49.649Z | Compiling rustix v0.38.37 |
396 | 2024-11-08T00:40:50.027Z | Compiling bitflags v2.6.0 |
397 | 2024-11-08T00:40:50.051Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-11-08T00:40:50.247Z | Compiling usdt-impl v0.5.0 |
399 | 2024-11-08T00:40:50.366Z | Compiling syn v1.0.109 |
400 | 2024-11-08T00:40:50.417Z | Compiling quote v1.0.37 |
401 | 2024-11-08T00:40:50.464Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-11-08T00:40:50.571Z | Compiling equivalent v1.0.1 |
403 | 2024-11-08T00:40:50.693Z | Compiling hashbrown v0.15.0 |
404 | 2024-11-08T00:40:50.744Z | Compiling errno v0.3.9 |
405 | 2024-11-08T00:40:50.769Z | Compiling utf8parse v0.2.2 |
406 | 2024-11-08T00:40:50.947Z | Compiling syn v2.0.79 |
407 | 2024-11-08T00:40:51.020Z | Compiling camino v1.1.9 |
408 | 2024-11-08T00:40:51.067Z | Compiling log v0.4.22 |
409 | 2024-11-08T00:40:51.105Z | Compiling plain v0.2.3 |
410 | 2024-11-08T00:40:51.299Z | Compiling thread-id v4.2.2 |
411 | 2024-11-08T00:40:51.422Z | Compiling anstyle-parse v0.2.5 |
412 | 2024-11-08T00:40:51.729Z | Compiling pretty-hex v0.4.1 |
413 | 2024-11-08T00:40:51.754Z | Compiling colorchoice v1.0.2 |
414 | 2024-11-08T00:40:51.913Z | Compiling indexmap v2.6.0 |
415 | 2024-11-08T00:40:51.936Z | Compiling semver v1.0.23 |
416 | 2024-11-08T00:40:51.957Z | Compiling anstyle-query v1.1.1 |
417 | 2024-11-08T00:40:51.960Z | Compiling winnow v0.6.20 |
418 | 2024-11-08T00:40:52.123Z | Compiling unicode-width v0.1.14 |
419 | 2024-11-08T00:40:52.148Z | Compiling anstyle v1.0.8 |
420 | 2024-11-08T00:40:52.452Z | Compiling autocfg v1.4.0 |
421 | 2024-11-08T00:40:52.633Z | Compiling is_terminal_polyfill v1.70.1 |
422 | 2024-11-08T00:40:52.755Z | Compiling anstream v0.6.15 |
423 | 2024-11-08T00:40:53.091Z | Compiling terminal_size v0.4.0 |
424 | 2024-11-08T00:40:53.323Z | Compiling heck v0.5.0 |
425 | 2024-11-08T00:40:53.372Z | Compiling bytecount v0.6.8 |
426 | 2024-11-08T00:40:53.613Z | Compiling fastrand v2.1.1 |
427 | 2024-11-08T00:40:53.666Z | Compiling fs-err v2.11.0 |
428 | 2024-11-08T00:40:53.854Z | Compiling cfg-if v1.0.0 |
429 | 2024-11-08T00:40:53.879Z | Compiling heck v0.4.1 |
430 | 2024-11-08T00:40:53.961Z | Compiling anyhow v1.0.92 |
431 | 2024-11-08T00:40:53.991Z | Compiling clap_lex v0.7.2 |
432 | 2024-11-08T00:40:54.074Z | Compiling strsim v0.11.1 |
433 | 2024-11-08T00:40:54.374Z | Compiling fnv v1.0.7 |
434 | 2024-11-08T00:40:54.505Z | Compiling papergrid v0.11.0 |
435 | 2024-11-08T00:40:54.528Z | Compiling clap_builder v4.5.20 |
436 | 2024-11-08T00:40:54.975Z | Compiling tempfile v3.13.0 |
437 | 2024-11-08T00:40:55.002Z | Compiling memmap v0.7.0 |
438 | 2024-11-08T00:40:55.004Z | Compiling unicode-linebreak v0.1.5 |
439 | 2024-11-08T00:40:55.354Z | Compiling smawk v0.3.2 |
440 | 2024-11-08T00:40:55.575Z | Compiling textwrap v0.16.1 |
441 | 2024-11-08T00:40:56.302Z | Compiling swrite v0.1.0 |
442 | 2024-11-08T00:40:56.829Z | Compiling tabled_derive v0.7.0 |
443 | 2024-11-08T00:40:58.424Z | Compiling tabled v0.15.0 |
444 | 2024-11-08T00:40:59.185Z | Compiling serde_derive v1.0.210 |
445 | 2024-11-08T00:40:59.185Z | Compiling thiserror-impl v1.0.64 |
446 | 2024-11-08T00:40:59.188Z | Compiling zerocopy-derive v0.7.35 |
447 | 2024-11-08T00:40:59.229Z | Compiling scroll_derive v0.12.0 |
448 | 2024-11-08T00:40:59.301Z | Compiling clap_derive v4.5.18 |
449 | 2024-11-08T00:41:00.770Z | Compiling scroll v0.12.0 |
450 | 2024-11-08T00:41:01.179Z | Compiling goblin v0.8.2 |
451 | 2024-11-08T00:41:01.253Z | Compiling zerocopy v0.7.35 |
452 | 2024-11-08T00:41:01.884Z | Compiling pest v2.7.14 |
453 | 2024-11-08T00:41:02.697Z | Compiling clap v4.5.20 |
454 | 2024-11-08T00:41:04.138Z | Compiling pest_meta v2.7.14 |
455 | 2024-11-08T00:41:04.980Z | Compiling pest_generator v2.7.14 |
456 | 2024-11-08T00:41:06.597Z | Compiling pest_derive v2.7.14 |
457 | 2024-11-08T00:41:07.359Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-11-08T00:41:08.805Z | Compiling toml_datetime v0.6.8 |
459 | 2024-11-08T00:41:08.805Z | Compiling serde_spanned v0.6.8 |
460 | 2024-11-08T00:41:08.808Z | Compiling cargo-platform v0.1.8 |
461 | 2024-11-08T00:41:09.162Z | Compiling serde_tokenstream v0.2.2 |
462 | 2024-11-08T00:41:09.388Z | Compiling toml_edit v0.22.22 |
463 | 2024-11-08T00:41:09.423Z | Compiling macaddr v1.0.1 |
464 | 2024-11-08T00:41:09.456Z | Compiling camino-tempfile v1.1.1 |
465 | 2024-11-08T00:41:10.254Z | Compiling dof v0.3.0 |
466 | 2024-11-08T00:41:10.254Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-11-08T00:41:12.102Z | Compiling toml v0.8.19 |
468 | 2024-11-08T00:41:12.178Z | Compiling usdt-macro v0.5.0 |
469 | 2024-11-08T00:41:12.181Z | Compiling usdt-attr-macro v0.5.0 |
470 | 2024-11-08T00:41:12.897Z | Compiling cargo_toml v0.20.5 |
471 | 2024-11-08T00:41:13.492Z | Compiling usdt v0.5.0 |
472 | 2024-11-08T00:41:16.390Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
473 | 2024-11-08T00:41:20.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s |
474 | 2024-11-08T00:41:20.512Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
475 | 2024-11-08T00:41:21.014Z | Downloading crates ... |
476 | 2024-11-08T00:41:21.129Z | Downloaded addr2line v0.24.2 |
477 | 2024-11-08T00:41:21.144Z | Downloaded arrayref v0.3.9 |
478 | 2024-11-08T00:41:21.148Z | Downloaded ahash v0.8.11 |
479 | 2024-11-08T00:41:21.154Z | Downloaded ciborium-io v0.2.2 |
480 | 2024-11-08T00:41:21.156Z | Downloaded http-body v1.0.1 |
481 | 2024-11-08T00:41:21.156Z | Downloaded atty v0.2.14 |
482 | 2024-11-08T00:41:21.159Z | Downloaded cfg_aliases v0.1.1 |
483 | 2024-11-08T00:41:21.159Z | Downloaded crucible-workspace-hack v0.1.0 |
484 | 2024-11-08T00:41:21.161Z | Downloaded hostname v0.3.1 |
485 | 2024-11-08T00:41:21.165Z | Downloaded arc-swap v1.7.1 |
486 | 2024-11-08T00:41:21.169Z | Downloaded constant_time_eq v0.3.1 |
487 | 2024-11-08T00:41:21.172Z | Downloaded atomic-waker v1.1.2 |
488 | 2024-11-08T00:41:21.174Z | Downloaded bitfield v0.14.0 |
489 | 2024-11-08T00:41:21.175Z | Downloaded md5 v0.7.0 |
490 | 2024-11-08T00:41:21.177Z | Downloaded is_ci v1.2.0 |
491 | 2024-11-08T00:41:21.177Z | Downloaded http-range v0.1.5 |
492 | 2024-11-08T00:41:21.179Z | Downloaded http v1.1.0 |
493 | 2024-11-08T00:41:21.182Z | Downloaded base16ct v0.2.0 |
494 | 2024-11-08T00:41:21.184Z | Downloaded http-body v0.4.6 |
495 | 2024-11-08T00:41:21.187Z | Downloaded bb8 v0.8.5 |
496 | 2024-11-08T00:41:21.187Z | Downloaded async-stream v0.3.6 |
497 | 2024-11-08T00:41:21.189Z | Downloaded instability v0.3.2 |
498 | 2024-11-08T00:41:21.191Z | Downloaded mime v0.3.17 |
499 | 2024-11-08T00:41:21.192Z | Downloaded lazycell v1.3.0 |
500 | 2024-11-08T00:41:21.196Z | Downloaded indent_write v2.2.0 |
501 | 2024-11-08T00:41:21.196Z | Downloaded managed v0.8.0 |
502 | 2024-11-08T00:41:21.199Z | Downloaded newtype-uuid v1.1.2 |
503 | 2024-11-08T00:41:21.199Z | Downloaded nanorand v0.7.0 |
504 | 2024-11-08T00:41:21.202Z | Downloaded libsw v3.3.1 |
505 | 2024-11-08T00:41:21.202Z | Downloaded httpdate v1.0.3 |
506 | 2024-11-08T00:41:21.205Z | Downloaded httparse v1.9.5 |
507 | 2024-11-08T00:41:21.208Z | Downloaded native-tls v0.2.12 |
508 | 2024-11-08T00:41:21.208Z | Downloaded clang-sys v1.8.1 |
509 | 2024-11-08T00:41:21.211Z | Downloaded libloading v0.8.5 |
510 | 2024-11-08T00:41:21.214Z | Downloaded nu-ansi-term v0.50.1 |
511 | 2024-11-08T00:41:21.216Z | Downloaded highway v1.2.0 |
512 | 2024-11-08T00:41:21.219Z | Downloaded nodrop v0.1.14 |
513 | 2024-11-08T00:41:21.222Z | Downloaded miniz_oxide v0.8.0 |
514 | 2024-11-08T00:41:21.224Z | Downloaded hmac v0.12.1 |
515 | 2024-11-08T00:41:21.224Z | Downloaded mockall_derive v0.13.0 |
516 | 2024-11-08T00:41:21.228Z | Downloaded lru-cache v0.1.2 |
517 | 2024-11-08T00:41:21.228Z | Downloaded ipnet v2.10.1 |
518 | 2024-11-08T00:41:21.231Z | Downloaded csv-core v0.1.11 |
519 | 2024-11-08T00:41:21.234Z | Downloaded sigpipe v0.1.3 |
520 | 2024-11-08T00:41:21.234Z | Downloaded indicatif v0.17.8 |
521 | 2024-11-08T00:41:21.237Z | Downloaded hyper-util v0.1.9 |
522 | 2024-11-08T00:41:21.241Z | Downloaded cancel-safe-futures v0.1.5 |
523 | 2024-11-08T00:41:21.245Z | Downloaded tinyvec_macros v0.1.1 |
524 | 2024-11-08T00:41:21.248Z | Downloaded http v0.2.12 |
525 | 2024-11-08T00:41:21.252Z | Downloaded hubpack_derive v0.1.1 |
526 | 2024-11-08T00:41:21.256Z | Downloaded adler2 v2.0.0 |
527 | 2024-11-08T00:41:21.256Z | Downloaded instant v0.1.13 |
528 | 2024-11-08T00:41:21.259Z | Downloaded crossbeam-epoch v0.9.18 |
529 | 2024-11-08T00:41:21.261Z | Downloaded subtle v2.6.1 |
530 | 2024-11-08T00:41:21.261Z | Downloaded newline-converter v0.3.0 |
531 | 2024-11-08T00:41:21.263Z | Downloaded new_debug_unreachable v1.0.6 |
532 | 2024-11-08T00:41:21.263Z | Downloaded ident_case v1.0.1 |
533 | 2024-11-08T00:41:21.266Z | Downloaded static_assertions v1.1.0 |
534 | 2024-11-08T00:41:21.266Z | Downloaded match_cfg v0.1.0 |
535 | 2024-11-08T00:41:21.269Z | Downloaded cfg_aliases v0.2.1 |
536 | 2024-11-08T00:41:21.269Z | Downloaded async-stream-impl v0.3.6 |
537 | 2024-11-08T00:41:21.271Z | Downloaded bytes v1.7.2 |
538 | 2024-11-08T00:41:21.274Z | Downloaded const-oid v0.9.6 |
539 | 2024-11-08T00:41:21.277Z | Downloaded lockfree-object-pool v0.1.6 |
540 | 2024-11-08T00:41:21.279Z | Downloaded linked-hash-map v0.5.6 |
541 | 2024-11-08T00:41:21.286Z | Downloaded normalize-line-endings v0.3.0 |
542 | 2024-11-08T00:41:21.286Z | Downloaded newtype_derive v0.1.6 |
543 | 2024-11-08T00:41:21.290Z | Downloaded internet-checksum v0.2.1 |
544 | 2024-11-08T00:41:21.290Z | Downloaded impl-trait-for-tuples v0.2.2 |
545 | 2024-11-08T00:41:21.290Z | Downloaded inout v0.1.3 |
546 | 2024-11-08T00:41:21.290Z | Downloaded lazy_static v1.5.0 |
547 | 2024-11-08T00:41:21.293Z | Downloaded maplit v1.0.2 |
548 | 2024-11-08T00:41:21.293Z | Downloaded hubpack v0.1.2 |
549 | 2024-11-08T00:41:21.293Z | Downloaded atomicwrites v0.4.4 |
550 | 2024-11-08T00:41:21.293Z | Downloaded md-5 v0.10.6 |
551 | 2024-11-08T00:41:21.295Z | Downloaded rand_xorshift v0.3.0 |
552 | 2024-11-08T00:41:21.298Z | Downloaded libefi-sys v0.1.0 |
553 | 2024-11-08T00:41:21.298Z | Downloaded lalrpop-util v0.19.12 |
554 | 2024-11-08T00:41:21.298Z | Downloaded kstat-rs v0.2.4 |
555 | 2024-11-08T00:41:21.301Z | Downloaded multimap v0.10.0 |
556 | 2024-11-08T00:41:21.301Z | Downloaded memoffset v0.9.1 |
557 | 2024-11-08T00:41:21.303Z | Downloaded chacha20poly1305 v0.10.1 |
558 | 2024-11-08T00:41:21.306Z | Downloaded darling_macro v0.20.10 |
559 | 2024-11-08T00:41:21.306Z | Downloaded cstr-argument v0.1.2 |
560 | 2024-11-08T00:41:21.308Z | Downloaded crunchy v0.2.2 |
561 | 2024-11-08T00:41:21.308Z | Downloaded mockall v0.13.0 |
562 | 2024-11-08T00:41:21.311Z | Downloaded lru v0.12.5 |
563 | 2024-11-08T00:41:21.311Z | Downloaded is-terminal v0.4.13 |
564 | 2024-11-08T00:41:21.313Z | Downloaded ipnetwork v0.20.0 |
565 | 2024-11-08T00:41:21.314Z | Downloaded maybe-uninit v2.0.0 |
566 | 2024-11-08T00:41:21.316Z | Downloaded sync_wrapper v0.1.2 |
567 | 2024-11-08T00:41:21.316Z | Downloaded want v0.3.1 |
568 | 2024-11-08T00:41:21.318Z | Downloaded toolchain_find v0.4.0 |
569 | 2024-11-08T00:41:21.318Z | Downloaded scheduled-thread-pool v0.2.7 |
570 | 2024-11-08T00:41:21.321Z | Downloaded multer v3.1.0 |
571 | 2024-11-08T00:41:21.323Z | Downloaded argon2 v0.5.3 |
572 | 2024-11-08T00:41:21.325Z | Downloaded waitgroup v0.1.2 |
573 | 2024-11-08T00:41:21.325Z | Downloaded bitflags v1.3.2 |
574 | 2024-11-08T00:41:21.328Z | Downloaded foreign-types v0.3.2 |
575 | 2024-11-08T00:41:21.330Z | Downloaded bit-set v0.5.3 |
576 | 2024-11-08T00:41:21.330Z | Downloaded iana-time-zone v0.1.61 |
577 | 2024-11-08T00:41:21.334Z | Downloaded cexpr v0.6.0 |
578 | 2024-11-08T00:41:21.336Z | Downloaded cobs v0.2.3 |
579 | 2024-11-08T00:41:21.337Z | Downloaded defmt-parser v0.3.4 |
580 | 2024-11-08T00:41:21.339Z | Downloaded typify v0.2.0 |
581 | 2024-11-08T00:41:21.342Z | Downloaded indoc v1.0.9 |
582 | 2024-11-08T00:41:21.344Z | Downloaded openssl-macros v0.1.1 |
583 | 2024-11-08T00:41:21.347Z | Downloaded hyper-staticfile v0.10.1 |
584 | 2024-11-08T00:41:21.347Z | Downloaded colored v2.1.0 |
585 | 2024-11-08T00:41:21.350Z | Downloaded convert_case v0.4.0 |
586 | 2024-11-08T00:41:21.352Z | Downloaded slog-scope v4.4.0 |
587 | 2024-11-08T00:41:21.352Z | Downloaded cipher v0.4.4 |
588 | 2024-11-08T00:41:21.355Z | Downloaded memmap2 v0.9.5 |
589 | 2024-11-08T00:41:21.357Z | Downloaded itertools v0.12.1 |
590 | 2024-11-08T00:41:21.364Z | Downloaded tls_codec v0.4.1 |
591 | 2024-11-08T00:41:21.366Z | Downloaded tiny-keccak v2.0.2 |
592 | 2024-11-08T00:41:21.369Z | Downloaded untrusted v0.9.0 |
593 | 2024-11-08T00:41:21.371Z | Downloaded progenitor v0.8.0 |
594 | 2024-11-08T00:41:21.374Z | Downloaded ctr v0.9.2 |
595 | 2024-11-08T00:41:21.377Z | Downloaded precomputed-hash v0.1.1 |
596 | 2024-11-08T00:41:21.377Z | Downloaded either v1.13.0 |
597 | 2024-11-08T00:41:21.377Z | Downloaded headers-core v0.3.0 |
598 | 2024-11-08T00:41:21.379Z | Downloaded tui-tree-widget v0.22.0 |
599 | 2024-11-08T00:41:21.379Z | Downloaded crc-catalog v2.4.0 |
600 | 2024-11-08T00:41:21.381Z | Downloaded dirs-next v2.0.0 |
601 | 2024-11-08T00:41:21.384Z | Downloaded diesel-dtrace v0.3.0 |
602 | 2024-11-08T00:41:21.386Z | Downloaded futures-sink v0.3.31 |
603 | 2024-11-08T00:41:21.386Z | Downloaded walkdir v2.5.0 |
604 | 2024-11-08T00:41:21.389Z | Downloaded serde_path_to_error v0.1.16 |
605 | 2024-11-08T00:41:21.389Z | Downloaded mime_guess v2.0.5 |
606 | 2024-11-08T00:41:21.395Z | Downloaded num_enum_derive v0.5.11 |
607 | 2024-11-08T00:41:21.399Z | Downloaded backoff v0.4.0 |
608 | 2024-11-08T00:41:21.399Z | Downloaded async-trait v0.1.83 |
609 | 2024-11-08T00:41:21.399Z | Downloaded serde_with_macros v3.11.0 |
610 | 2024-11-08T00:41:21.402Z | Downloaded bitfield-struct v0.6.2 |
611 | 2024-11-08T00:41:21.405Z | Downloaded async-recursion v1.1.1 |
612 | 2024-11-08T00:41:21.408Z | Downloaded parse-display-derive v0.10.0 |
613 | 2024-11-08T00:41:21.408Z | Downloaded num_enum v0.5.11 |
614 | 2024-11-08T00:41:21.412Z | Downloaded tower-service v0.3.3 |
615 | 2024-11-08T00:41:21.414Z | Downloaded time-core v0.1.2 |
616 | 2024-11-08T00:41:21.414Z | Downloaded wait-timeout v0.2.0 |
617 | 2024-11-08T00:41:21.417Z | Downloaded base64ct v1.6.0 |
618 | 2024-11-08T00:41:21.419Z | Downloaded pkg-config v0.3.31 |
619 | 2024-11-08T00:41:21.422Z | Downloaded ppv-lite86 v0.2.20 |
620 | 2024-11-08T00:41:21.425Z | Downloaded phf_codegen v0.11.2 |
621 | 2024-11-08T00:41:21.425Z | Downloaded radium v0.7.0 |
622 | 2024-11-08T00:41:21.425Z | Downloaded r2d2 v0.8.10 |
623 | 2024-11-08T00:41:21.429Z | Downloaded derive_builder_macro v0.20.2 |
624 | 2024-11-08T00:41:21.429Z | Downloaded phf v0.11.2 |
625 | 2024-11-08T00:41:21.429Z | Downloaded untrusted v0.7.1 |
626 | 2024-11-08T00:41:21.431Z | Downloaded sqlformat v0.2.6 |
627 | 2024-11-08T00:41:21.431Z | Downloaded ref-cast v1.0.23 |
628 | 2024-11-08T00:41:21.434Z | Downloaded rustls-pemfile v1.0.4 |
629 | 2024-11-08T00:41:21.441Z | Downloaded env_logger v0.11.5 |
630 | 2024-11-08T00:41:21.441Z | Downloaded bzip2 v0.4.4 |
631 | 2024-11-08T00:41:21.441Z | Downloaded indexmap v1.9.3 |
632 | 2024-11-08T00:41:21.445Z | Downloaded hex-literal v0.4.1 |
633 | 2024-11-08T00:41:21.447Z | Downloaded foldhash v0.1.3 |
634 | 2024-11-08T00:41:21.447Z | Downloaded signature v2.2.0 |
635 | 2024-11-08T00:41:21.450Z | Downloaded signal-hook-tokio v0.3.1 |
636 | 2024-11-08T00:41:21.450Z | Downloaded same-file v1.0.6 |
637 | 2024-11-08T00:41:21.450Z | Downloaded defmt-macros v0.3.9 |
638 | 2024-11-08T00:41:21.453Z | Downloaded shell-words v1.1.0 |
639 | 2024-11-08T00:41:21.455Z | Downloaded snafu-derive v0.8.5 |
640 | 2024-11-08T00:41:21.458Z | Downloaded darling v0.20.10 |
641 | 2024-11-08T00:41:21.461Z | Downloaded structmeta-derive v0.2.0 |
642 | 2024-11-08T00:41:21.463Z | Downloaded spki v0.7.3 |
643 | 2024-11-08T00:41:21.465Z | Downloaded filetime v0.2.25 |
644 | 2024-11-08T00:41:21.467Z | Downloaded phf_shared v0.10.0 |
645 | 2024-11-08T00:41:21.467Z | Downloaded unsafe-libyaml v0.2.11 |
646 | 2024-11-08T00:41:21.470Z | Downloaded crc32fast v1.4.2 |
647 | 2024-11-08T00:41:21.472Z | Downloaded ref-cast-impl v1.0.23 |
648 | 2024-11-08T00:41:21.475Z | Downloaded crc v3.2.1 |
649 | 2024-11-08T00:41:21.477Z | Downloaded try-lock v0.2.5 |
650 | 2024-11-08T00:41:21.479Z | Downloaded serde-big-array v0.5.1 |
651 | 2024-11-08T00:41:21.479Z | Downloaded cookie_store v0.21.0 |
652 | 2024-11-08T00:41:21.483Z | Downloaded debug-ignore v1.0.5 |
653 | 2024-11-08T00:41:21.485Z | Downloaded hkdf v0.12.4 |
654 | 2024-11-08T00:41:21.487Z | Downloaded rustc-demangle v0.1.24 |
655 | 2024-11-08T00:41:21.487Z | Downloaded fixedbitset v0.4.2 |
656 | 2024-11-08T00:41:21.490Z | Downloaded ff v0.13.0 |
657 | 2024-11-08T00:41:21.492Z | Downloaded whoami v1.5.2 |
658 | 2024-11-08T00:41:21.492Z | Downloaded slog-async v2.8.0 |
659 | 2024-11-08T00:41:21.495Z | Downloaded tinyvec v1.8.0 |
660 | 2024-11-08T00:41:21.497Z | Downloaded curve25519-dalek-derive v0.1.1 |
661 | 2024-11-08T00:41:21.499Z | Downloaded crypto-bigint v0.5.5 |
662 | 2024-11-08T00:41:21.506Z | Downloaded shlex v1.3.0 |
663 | 2024-11-08T00:41:21.509Z | Downloaded ghash v0.5.1 |
664 | 2024-11-08T00:41:21.509Z | Downloaded float-ord v0.3.2 |
665 | 2024-11-08T00:41:21.511Z | Downloaded toml_edit v0.19.15 |
666 | 2024-11-08T00:41:21.526Z | Downloaded downcast v0.11.0 |
667 | 2024-11-08T00:41:21.529Z | Downloaded phf_generator v0.11.2 |
668 | 2024-11-08T00:41:21.531Z | Downloaded allocator-api2 v0.2.18 |
669 | 2024-11-08T00:41:21.533Z | Downloaded dhcproto-macros v0.1.0 |
670 | 2024-11-08T00:41:21.533Z | Downloaded phf_shared v0.11.2 |
671 | 2024-11-08T00:41:21.535Z | Downloaded tokio-tungstenite v0.23.1 |
672 | 2024-11-08T00:41:21.538Z | Downloaded thread_local v1.1.8 |
673 | 2024-11-08T00:41:21.541Z | Downloaded hickory-client v0.24.1 |
674 | 2024-11-08T00:41:21.544Z | Downloaded endian-type v0.1.2 |
675 | 2024-11-08T00:41:21.544Z | Downloaded resolv-conf v0.7.0 |
676 | 2024-11-08T00:41:21.546Z | Downloaded unicode-truncate v1.1.0 |
677 | 2024-11-08T00:41:21.546Z | Downloaded packed_struct_codegen v0.10.1 |
678 | 2024-11-08T00:41:21.550Z | Downloaded stable_deref_trait v1.2.0 |
679 | 2024-11-08T00:41:21.552Z | Downloaded serde-hex v0.1.0 |
680 | 2024-11-08T00:41:21.552Z | Downloaded semver v0.1.20 |
681 | 2024-11-08T00:41:21.552Z | Downloaded secrecy v0.8.0 |
682 | 2024-11-08T00:41:21.554Z | Downloaded rusty-fork v0.3.0 |
683 | 2024-11-08T00:41:21.557Z | Downloaded typed-path v0.7.1 |
684 | 2024-11-08T00:41:21.561Z | Downloaded oso-derive v0.27.3 |
685 | 2024-11-08T00:41:21.563Z | Downloaded tap v1.0.1 |
686 | 2024-11-08T00:41:21.563Z | Downloaded rustls-pki-types v1.9.0 |
687 | 2024-11-08T00:41:21.569Z | Downloaded futures-task v0.3.31 |
688 | 2024-11-08T00:41:21.571Z | Downloaded psl-types v2.0.11 |
689 | 2024-11-08T00:41:21.571Z | Downloaded minimal-lexical v0.2.1 |
690 | 2024-11-08T00:41:21.574Z | Downloaded fragile v2.0.0 |
691 | 2024-11-08T00:41:21.585Z | Downloaded fxhash v0.2.1 |
692 | 2024-11-08T00:41:21.588Z | Downloaded sct v0.7.1 |
693 | 2024-11-08T00:41:21.590Z | Downloaded scrypt v0.11.0 |
694 | 2024-11-08T00:41:21.593Z | Downloaded zone v0.3.0 |
695 | 2024-11-08T00:41:21.593Z | Downloaded which v4.4.2 |
696 | 2024-11-08T00:41:21.596Z | Downloaded slog v2.7.0 |
697 | 2024-11-08T00:41:21.598Z | Downloaded pretty-hex v0.2.1 |
698 | 2024-11-08T00:41:21.600Z | Downloaded utf-8 v0.7.6 |
699 | 2024-11-08T00:41:21.600Z | Downloaded rand_seeder v0.3.0 |
700 | 2024-11-08T00:41:21.603Z | Downloaded tokio-native-tls v0.3.1 |
701 | 2024-11-08T00:41:21.605Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-11-08T00:41:21.605Z | Downloaded tls_codec_derive v0.4.1 |
703 | 2024-11-08T00:41:21.608Z | Downloaded ssh-encoding v0.2.0 |
704 | 2024-11-08T00:41:21.612Z | Downloaded percent-encoding v2.3.1 |
705 | 2024-11-08T00:41:21.612Z | Downloaded spin v0.9.8 |
706 | 2024-11-08T00:41:21.615Z | Downloaded quinn-udp v0.5.5 |
707 | 2024-11-08T00:41:21.615Z | Downloaded parking_lot_core v0.9.10 |
708 | 2024-11-08T00:41:21.617Z | Downloaded form_urlencoded v1.2.1 |
709 | 2024-11-08T00:41:21.617Z | Downloaded fallible-iterator v0.2.0 |
710 | 2024-11-08T00:41:21.622Z | Downloaded samael v0.0.17 |
711 | 2024-11-08T00:41:21.625Z | Downloaded ed25519 v2.2.3 |
712 | 2024-11-08T00:41:21.627Z | Downloaded half v2.4.1 |
713 | 2024-11-08T00:41:21.630Z | Downloaded steno v0.4.1 |
714 | 2024-11-08T00:41:21.634Z | Downloaded rtoolbox v0.0.2 |
715 | 2024-11-08T00:41:21.636Z | Downloaded sec1 v0.7.3 |
716 | 2024-11-08T00:41:21.639Z | Downloaded ecdsa v0.16.9 |
717 | 2024-11-08T00:41:21.641Z | Downloaded derive_builder v0.20.2 |
718 | 2024-11-08T00:41:21.645Z | Downloaded sha1 v0.10.6 |
719 | 2024-11-08T00:41:21.647Z | Downloaded qorb v0.2.0 |
720 | 2024-11-08T00:41:21.651Z | Downloaded parse-size v1.1.0 |
721 | 2024-11-08T00:41:21.655Z | Downloaded uuid v1.10.0 |
722 | 2024-11-08T00:41:21.657Z | Downloaded derive_more v0.99.18 |
723 | 2024-11-08T00:41:21.661Z | Downloaded glob v0.3.1 |
724 | 2024-11-08T00:41:21.663Z | Downloaded rsa v0.9.6 |
725 | 2024-11-08T00:41:21.668Z | Downloaded futures-channel v0.3.31 |
726 | 2024-11-08T00:41:21.671Z | Downloaded owo-colors v4.1.0 |
727 | 2024-11-08T00:41:21.673Z | Downloaded rustc-hash v2.0.0 |
728 | 2024-11-08T00:41:21.676Z | Downloaded thiserror-impl-no-std v2.0.2 |
729 | 2024-11-08T00:41:21.676Z | Downloaded topological-sort v0.2.2 |
730 | 2024-11-08T00:41:21.679Z | Downloaded spin v0.5.2 |
731 | 2024-11-08T00:41:21.679Z | Downloaded unicase v2.7.0 |
732 | 2024-11-08T00:41:21.681Z | Downloaded smallvec v0.6.14 |
733 | 2024-11-08T00:41:21.684Z | Downloaded schemars_derive v0.8.21 |
734 | 2024-11-08T00:41:21.684Z | Downloaded group v0.13.0 |
735 | 2024-11-08T00:41:21.687Z | Downloaded pem-rfc7468 v0.7.0 |
736 | 2024-11-08T00:41:21.689Z | Downloaded opaque-debug v0.3.1 |
737 | 2024-11-08T00:41:21.689Z | Downloaded ena v0.14.3 |
738 | 2024-11-08T00:41:21.692Z | Downloaded der_derive v0.7.3 |
739 | 2024-11-08T00:41:21.692Z | Downloaded time-macros v0.2.18 |
740 | 2024-11-08T00:41:21.694Z | Downloaded unicode-properties v0.1.3 |
741 | 2024-11-08T00:41:21.697Z | Downloaded num v0.4.3 |
742 | 2024-11-08T00:41:21.699Z | Downloaded foreign-types v0.5.0 |
743 | 2024-11-08T00:41:21.699Z | Downloaded pem v3.0.4 |
744 | 2024-11-08T00:41:21.702Z | Downloaded gethostname v0.5.0 |
745 | 2024-11-08T00:41:21.704Z | Downloaded pin-project v1.1.6 |
746 | 2024-11-08T00:41:21.713Z | Downloaded foreign-types-shared v0.3.1 |
747 | 2024-11-08T00:41:21.717Z | Downloaded termtree v0.4.1 |
748 | 2024-11-08T00:41:21.717Z | Downloaded derive_builder_core v0.20.2 |
749 | 2024-11-08T00:41:21.719Z | Downloaded rustc_version v0.4.1 |
750 | 2024-11-08T00:41:21.719Z | Downloaded progenitor-macro v0.8.0 |
751 | 2024-11-08T00:41:21.722Z | Downloaded openssl-probe v0.1.5 |
752 | 2024-11-08T00:41:21.722Z | Downloaded fatfs v0.3.6 |
753 | 2024-11-08T00:41:21.725Z | Downloaded rustc-hash v1.1.0 |
754 | 2024-11-08T00:41:21.727Z | Downloaded smf v0.2.3 |
755 | 2024-11-08T00:41:21.727Z | Downloaded cc v1.1.30 |
756 | 2024-11-08T00:41:21.730Z | Downloaded strum_macros v0.24.3 |
757 | 2024-11-08T00:41:21.733Z | Downloaded structmeta v0.3.0 |
758 | 2024-11-08T00:41:21.735Z | Downloaded oso v0.27.3 |
759 | 2024-11-08T00:41:21.739Z | Downloaded tokio-tungstenite v0.21.0 |
760 | 2024-11-08T00:41:21.741Z | Downloaded heapless v0.8.0 |
761 | 2024-11-08T00:41:21.744Z | Downloaded twox-hash v1.6.3 |
762 | 2024-11-08T00:41:21.748Z | Downloaded embedded-io v0.6.1 |
763 | 2024-11-08T00:41:21.751Z | Downloaded hashlink v0.9.1 |
764 | 2024-11-08T00:41:21.751Z | Downloaded tracing-attributes v0.1.27 |
765 | 2024-11-08T00:41:21.753Z | Downloaded bumpalo v3.16.0 |
766 | 2024-11-08T00:41:21.755Z | Downloaded polyval v0.6.2 |
767 | 2024-11-08T00:41:21.758Z | Downloaded libxml v0.3.3 |
768 | 2024-11-08T00:41:21.765Z | Downloaded dsl_auto_type v0.1.2 |
769 | 2024-11-08T00:41:21.768Z | Downloaded futures-core v0.3.31 |
770 | 2024-11-08T00:41:21.768Z | Downloaded globset v0.4.15 |
771 | 2024-11-08T00:41:21.768Z | Downloaded unicode-bidi v0.3.17 |
772 | 2024-11-08T00:41:21.771Z | Downloaded tar v0.4.42 |
773 | 2024-11-08T00:41:21.774Z | Downloaded base64 v0.21.7 |
774 | 2024-11-08T00:41:21.777Z | Downloaded parking_lot v0.11.2 |
775 | 2024-11-08T00:41:21.780Z | Downloaded socket2 v0.5.7 |
776 | 2024-11-08T00:41:21.783Z | Downloaded hyper v1.4.1 |
777 | 2024-11-08T00:41:21.790Z | Downloaded sync_wrapper v1.0.1 |
778 | 2024-11-08T00:41:21.792Z | Downloaded zone_cfg_derive v0.3.0 |
779 | 2024-11-08T00:41:21.792Z | Downloaded serde_urlencoded v0.7.1 |
780 | 2024-11-08T00:41:21.795Z | Downloaded salsa20 v0.10.2 |
781 | 2024-11-08T00:41:21.797Z | Downloaded prettyplease v0.2.22 |
782 | 2024-11-08T00:41:21.800Z | Downloaded signal-hook-registry v1.4.2 |
783 | 2024-11-08T00:41:21.802Z | Downloaded signal-hook-mio v0.2.4 |
784 | 2024-11-08T00:41:21.802Z | Downloaded tokio-rustls v0.25.0 |
785 | 2024-11-08T00:41:21.805Z | Downloaded russh-cryptovec v0.7.3 |
786 | 2024-11-08T00:41:21.805Z | Downloaded num-conv v0.1.0 |
787 | 2024-11-08T00:41:21.813Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2024-11-08T00:41:21.813Z | Downloaded predicates-tree v1.0.11 |
789 | 2024-11-08T00:41:21.813Z | Downloaded predicates-core v1.0.8 |
790 | 2024-11-08T00:41:21.813Z | Downloaded tokio-rustls v0.24.1 |
791 | 2024-11-08T00:41:21.815Z | Downloaded strum_macros v0.25.3 |
792 | 2024-11-08T00:41:21.815Z | Downloaded fd-lock v4.0.2 |
793 | 2024-11-08T00:41:21.818Z | Downloaded tokio-tungstenite v0.24.0 |
794 | 2024-11-08T00:41:21.821Z | Downloaded openssl-sys v0.9.103 |
795 | 2024-11-08T00:41:21.823Z | Downloaded pbkdf2 v0.11.0 |
796 | 2024-11-08T00:41:21.826Z | Downloaded parking_lot v0.12.3 |
797 | 2024-11-08T00:41:21.828Z | Downloaded fallible-iterator v0.3.0 |
798 | 2024-11-08T00:41:21.831Z | Downloaded display-error-chain v0.2.2 |
799 | 2024-11-08T00:41:21.833Z | Downloaded snafu v0.8.5 |
800 | 2024-11-08T00:41:21.837Z | Downloaded num-integer v0.1.46 |
801 | 2024-11-08T00:41:21.840Z | Downloaded num-derive v0.4.2 |
802 | 2024-11-08T00:41:21.842Z | Downloaded idna v0.2.3 |
803 | 2024-11-08T00:41:21.848Z | Downloaded nix v0.27.1 |
804 | 2024-11-08T00:41:21.861Z | Downloaded num_threads v0.1.7 |
805 | 2024-11-08T00:41:21.863Z | Downloaded aes v0.8.4 |
806 | 2024-11-08T00:41:21.866Z | Downloaded powerfmt v0.2.0 |
807 | 2024-11-08T00:41:21.870Z | Downloaded xattr v1.3.1 |
808 | 2024-11-08T00:41:21.870Z | Downloaded strum_macros v0.26.4 |
809 | 2024-11-08T00:41:21.872Z | Downloaded serde_derive_internals v0.29.1 |
810 | 2024-11-08T00:41:21.875Z | Downloaded dirs-sys-next v0.1.2 |
811 | 2024-11-08T00:41:21.875Z | Downloaded strip-ansi-escapes v0.2.0 |
812 | 2024-11-08T00:41:21.879Z | Downloaded env_filter v0.1.2 |
813 | 2024-11-08T00:41:21.879Z | Downloaded enum-as-inner v0.6.1 |
814 | 2024-11-08T00:41:21.882Z | Downloaded enum-as-inner v0.5.1 |
815 | 2024-11-08T00:41:21.882Z | Downloaded embedded-io v0.4.0 |
816 | 2024-11-08T00:41:21.885Z | Downloaded difflib v0.4.0 |
817 | 2024-11-08T00:41:21.885Z | Downloaded rustc_version v0.1.7 |
818 | 2024-11-08T00:41:21.886Z | Downloaded slog-envlogger v2.2.0 |
819 | 2024-11-08T00:41:21.888Z | Downloaded slog-dtrace v0.3.0 |
820 | 2024-11-08T00:41:21.888Z | Downloaded vte_generate_state_changes v0.1.2 |
821 | 2024-11-08T00:41:21.890Z | Downloaded stringprep v0.1.5 |
822 | 2024-11-08T00:41:21.890Z | Downloaded rustfmt-wrapper v0.2.1 |
823 | 2024-11-08T00:41:21.893Z | Downloaded toml v0.7.8 |
824 | 2024-11-08T00:41:21.895Z | Downloaded num-rational v0.4.2 |
825 | 2024-11-08T00:41:21.898Z | Downloaded hyper v0.14.30 |
826 | 2024-11-08T00:41:21.904Z | Downloaded p256 v0.13.2 |
827 | 2024-11-08T00:41:21.908Z | Downloaded headers v0.4.0 |
828 | 2024-11-08T00:41:21.913Z | Downloaded take_mut v0.2.2 |
829 | 2024-11-08T00:41:21.916Z | Downloaded futures-macro v0.3.31 |
830 | 2024-11-08T00:41:21.916Z | Downloaded tracing v0.1.40 |
831 | 2024-11-08T00:41:21.920Z | Downloaded futures-io v0.3.31 |
832 | 2024-11-08T00:41:21.922Z | Downloaded futures-executor v0.3.31 |
833 | 2024-11-08T00:41:21.922Z | Downloaded vergen v8.3.2 |
834 | 2024-11-08T00:41:21.925Z | Downloaded tracing-core v0.1.32 |
835 | 2024-11-08T00:41:21.928Z | Downloaded schemars v0.8.21 |
836 | 2024-11-08T00:41:21.940Z | Downloaded flagset v0.4.6 |
837 | 2024-11-08T00:41:21.942Z | Downloaded primeorder v0.13.6 |
838 | 2024-11-08T00:41:21.947Z | Downloaded test-strategy v0.3.1 |
839 | 2024-11-08T00:41:21.950Z | Downloaded heapless v0.7.17 |
840 | 2024-11-08T00:41:21.952Z | Downloaded pbkdf2 v0.12.2 |
841 | 2024-11-08T00:41:21.952Z | Downloaded hash32 v0.2.1 |
842 | 2024-11-08T00:41:21.954Z | Downloaded wyz v0.5.1 |
843 | 2024-11-08T00:41:21.955Z | Downloaded unicode-xid v0.2.6 |
844 | 2024-11-08T00:41:21.957Z | Downloaded string_cache v0.8.7 |
845 | 2024-11-08T00:41:21.957Z | Downloaded unicode-segmentation v1.12.0 |
846 | 2024-11-08T00:41:21.962Z | Downloaded fallible-streaming-iterator v0.1.9 |
847 | 2024-11-08T00:41:21.964Z | Downloaded universal-hash v0.5.1 |
848 | 2024-11-08T00:41:21.964Z | Downloaded num-complex v0.4.6 |
849 | 2024-11-08T00:41:21.965Z | Downloaded derive-where v1.2.7 |
850 | 2024-11-08T00:41:21.968Z | Downloaded foreign-types-shared v0.1.1 |
851 | 2024-11-08T00:41:21.971Z | Downloaded idna v0.5.0 |
852 | 2024-11-08T00:41:21.976Z | Downloaded ssh-cipher v0.2.0 |
853 | 2024-11-08T00:41:21.978Z | Downloaded aes-gcm v0.10.3 |
854 | 2024-11-08T00:41:21.981Z | Downloaded signal-hook v0.3.17 |
855 | 2024-11-08T00:41:21.983Z | Downloaded tokio-postgres v0.7.12 |
856 | 2024-11-08T00:41:21.988Z | Downloaded zopfli v0.8.1 |
857 | 2024-11-08T00:41:21.991Z | Downloaded quick-error v1.2.3 |
858 | 2024-11-08T00:41:21.993Z | Downloaded slog-term v2.9.1 |
859 | 2024-11-08T00:41:21.996Z | Downloaded term v0.7.0 |
860 | 2024-11-08T00:41:21.998Z | Downloaded parse-zoneinfo v0.3.1 |
861 | 2024-11-08T00:41:22.001Z | Downloaded simd-adler32 v0.3.7 |
862 | 2024-11-08T00:41:22.004Z | Downloaded zone v0.1.8 |
863 | 2024-11-08T00:41:22.004Z | Downloaded p521 v0.13.3 |
864 | 2024-11-08T00:41:22.007Z | Downloaded vte v0.11.1 |
865 | 2024-11-08T00:41:22.010Z | Downloaded num-traits v0.2.19 |
866 | 2024-11-08T00:41:22.013Z | Downloaded progenitor-client v0.8.0 |
867 | 2024-11-08T00:41:22.016Z | Downloaded password-hash v0.5.0 |
868 | 2024-11-08T00:41:22.016Z | Downloaded number_prefix v0.4.0 |
869 | 2024-11-08T00:41:22.018Z | Downloaded password-hash v0.4.2 |
870 | 2024-11-08T00:41:22.018Z | Downloaded winnow v0.5.40 |
871 | 2024-11-08T00:41:22.026Z | Downloaded path-slash v0.1.5 |
872 | 2024-11-08T00:41:22.029Z | Downloaded peg-runtime v0.8.3 |
873 | 2024-11-08T00:41:22.029Z | Downloaded siphasher v0.3.11 |
874 | 2024-11-08T00:41:22.033Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2024-11-08T00:41:22.036Z | Downloaded value-bag v1.9.0 |
876 | 2024-11-08T00:41:22.038Z | Downloaded paste v1.0.15 |
877 | 2024-11-08T00:41:22.041Z | Downloaded zeroize_derive v1.4.2 |
878 | 2024-11-08T00:41:22.041Z | Downloaded reedline v0.35.0 |
879 | 2024-11-08T00:41:22.048Z | Downloaded dropshot_endpoint v0.12.0 |
880 | 2024-11-08T00:41:22.051Z | Downloaded time v0.3.36 |
881 | 2024-11-08T00:41:22.058Z | Downloaded vsss-rs v3.3.4 |
882 | 2024-11-08T00:41:22.064Z | Downloaded postcard v1.0.10 |
883 | 2024-11-08T00:41:22.066Z | Downloaded futures-util v0.3.31 |
884 | 2024-11-08T00:41:22.075Z | Downloaded slab v0.4.9 |
885 | 2024-11-08T00:41:22.077Z | Downloaded deranged v0.3.11 |
886 | 2024-11-08T00:41:22.079Z | Downloaded russh v0.45.0 |
887 | 2024-11-08T00:41:22.083Z | Downloaded rustversion v1.0.17 |
888 | 2024-11-08T00:41:22.085Z | Downloaded peg v0.8.4 |
889 | 2024-11-08T00:41:22.089Z | Downloaded postgres-protocol v0.6.7 |
890 | 2024-11-08T00:41:22.092Z | Downloaded funty v2.0.0 |
891 | 2024-11-08T00:41:22.092Z | Downloaded defmt v0.3.8 |
892 | 2024-11-08T00:41:22.095Z | Downloaded ron v0.8.1 |
893 | 2024-11-08T00:41:22.100Z | Downloaded pkcs5 v0.7.1 |
894 | 2024-11-08T00:41:22.104Z | Downloaded x509-cert v0.2.5 |
895 | 2024-11-08T00:41:22.110Z | Downloaded ron v0.7.1 |
896 | 2024-11-08T00:41:22.114Z | Downloaded aho-corasick v1.1.3 |
897 | 2024-11-08T00:41:22.121Z | Downloaded unicode_categories v0.1.1 |
898 | 2024-11-08T00:41:22.125Z | Downloaded unicode-normalization v0.1.24 |
899 | 2024-11-08T00:41:22.128Z | Downloaded diff v0.1.13 |
900 | 2024-11-08T00:41:22.130Z | Downloaded bindgen v0.69.5 |
901 | 2024-11-08T00:41:22.136Z | Downloaded dhcproto v0.12.0 |
902 | 2024-11-08T00:41:22.139Z | Downloaded subprocess v0.2.9 |
903 | 2024-11-08T00:41:22.142Z | Downloaded idna v0.4.0 |
904 | 2024-11-08T00:41:22.149Z | Downloaded peg-macros v0.8.4 |
905 | 2024-11-08T00:41:22.151Z | Downloaded rand v0.8.5 |
906 | 2024-11-08T00:41:22.154Z | Downloaded tokio-util v0.7.12 |
907 | 2024-11-08T00:41:22.161Z | Downloaded idna v0.3.0 |
908 | 2024-11-08T00:41:22.169Z | Downloaded expectorate v1.1.0 |
909 | 2024-11-08T00:41:22.172Z | Downloaded similar v2.6.0 |
910 | 2024-11-08T00:41:22.175Z | Downloaded portable-atomic v1.9.0 |
911 | 2024-11-08T00:41:22.182Z | Downloaded pin-project-internal v1.1.6 |
912 | 2024-11-08T00:41:22.184Z | Downloaded url v2.5.2 |
913 | 2024-11-08T00:41:22.187Z | Downloaded hashbrown v0.12.3 |
914 | 2024-11-08T00:41:22.191Z | Downloaded hashbrown v0.13.2 |
915 | 2024-11-08T00:41:22.195Z | Downloaded flate2 v1.0.34 |
916 | 2024-11-08T00:41:22.200Z | Downloaded hickory-resolver v0.24.1 |
917 | 2024-11-08T00:41:22.205Z | Downloaded rustls-webpki v0.102.8 |
918 | 2024-11-08T00:41:22.223Z | Downloaded regex v1.11.0 |
919 | 2024-11-08T00:41:22.236Z | Downloaded rustls v0.21.12 |
920 | 2024-11-08T00:41:22.249Z | Downloaded webpki-roots v0.26.6 |
921 | 2024-11-08T00:41:22.252Z | Downloaded openssl v0.10.66 |
922 | 2024-11-08T00:41:22.261Z | Downloaded publicsuffix v2.2.3 |
923 | 2024-11-08T00:41:22.264Z | Downloaded h2 v0.3.26 |
924 | 2024-11-08T00:41:22.271Z | Downloaded omicron-zone-package v0.11.1 |
925 | 2024-11-08T00:41:22.274Z | Downloaded hashbrown v0.14.5 |
926 | 2024-11-08T00:41:22.279Z | Downloaded curve25519-dalek v4.1.3 |
927 | 2024-11-08T00:41:22.288Z | Downloaded nix v0.28.0 |
928 | 2024-11-08T00:41:22.300Z | Downloaded nix v0.29.0 |
929 | 2024-11-08T00:41:22.313Z | Downloaded vcpkg v0.2.15 |
930 | 2024-11-08T00:41:22.350Z | Downloaded quick-xml v0.33.0 |
931 | 2024-11-08T00:41:22.356Z | Downloaded h2 v0.4.6 |
932 | 2024-11-08T00:41:22.363Z | Downloaded rayon v1.10.0 |
933 | 2024-11-08T00:41:22.373Z | Downloaded rustyline v14.0.0 |
934 | 2024-11-08T00:41:22.378Z | Downloaded trust-dns-proto v0.22.0 |
935 | 2024-11-08T00:41:22.392Z | Downloaded salty v0.3.0 |
936 | 2024-11-08T00:41:22.396Z | Downloaded regress v0.9.1 |
937 | 2024-11-08T00:41:22.405Z | Downloaded proptest v1.5.0 |
938 | 2024-11-08T00:41:22.414Z | Downloaded rustls v0.23.14 |
939 | 2024-11-08T00:41:22.426Z | Downloaded openapiv3 v2.0.0 |
940 | 2024-11-08T00:41:22.439Z | Downloaded quinn-proto v0.11.8 |
941 | 2024-11-08T00:41:22.446Z | Downloaded rustls v0.22.4 |
942 | 2024-11-08T00:41:22.460Z | Downloaded gimli v0.31.1 |
943 | 2024-11-08T00:41:22.467Z | Downloaded diesel v2.2.4 |
944 | 2024-11-08T00:41:22.486Z | Downloaded sled v0.34.7 |
945 | 2024-11-08T00:41:22.496Z | Downloaded smoltcp v0.9.1 |
946 | 2024-11-08T00:41:22.507Z | Downloaded p384 v0.13.0 |
947 | 2024-11-08T00:41:22.513Z | Downloaded ratatui v0.28.1 |
948 | 2024-11-08T00:41:22.534Z | Downloaded radix_trie v0.2.1 |
949 | 2024-11-08T00:41:22.538Z | Downloaded object v0.30.4 |
950 | 2024-11-08T00:41:22.548Z | Downloaded typify-impl v0.2.0 |
951 | 2024-11-08T00:41:22.575Z | Downloaded smoltcp v0.11.0 |
952 | 2024-11-08T00:41:22.579Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2024-11-08T00:41:22.587Z | Downloaded regex-syntax v0.6.29 |
954 | 2024-11-08T00:41:22.594Z | Downloaded object v0.36.5 |
955 | 2024-11-08T00:41:22.606Z | Downloaded regress v0.10.1 |
956 | 2024-11-08T00:41:22.614Z | Downloaded hickory-proto v0.24.1 |
957 | 2024-11-08T00:41:22.629Z | Downloaded regex-syntax v0.8.5 |
958 | 2024-11-08T00:41:22.638Z | Downloaded chrono-tz v0.10.0 |
959 | 2024-11-08T00:41:22.645Z | Downloaded lzma-sys v0.1.20 |
960 | 2024-11-08T00:41:22.674Z | Downloaded bstr v1.10.0 |
961 | 2024-11-08T00:41:22.685Z | Downloaded dropshot v0.12.0 |
962 | 2024-11-08T00:41:22.704Z | Downloaded chrono v0.4.38 |
963 | 2024-11-08T00:41:22.711Z | Downloaded polar-core v0.27.3 |
964 | 2024-11-08T00:41:22.720Z | Downloaded libz-sys v1.1.20 |
965 | 2024-11-08T00:41:22.740Z | Downloaded tokio v1.40.0 |
966 | 2024-11-08T00:41:22.792Z | Downloaded git2 v0.19.0 |
967 | 2024-11-08T00:41:22.804Z | Downloaded quinn v0.11.5 |
968 | 2024-11-08T00:41:22.808Z | Downloaded zerocopy v0.6.6 |
969 | 2024-11-08T00:41:22.812Z | Downloaded serde_with v3.11.0 |
970 | 2024-11-08T00:41:22.823Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
971 | 2024-11-08T00:41:22.841Z | Downloaded elliptic-curve v0.13.8 |
972 | 2024-11-08T00:41:22.845Z | Downloaded rustls-webpki v0.101.7 |
973 | 2024-11-08T00:41:22.861Z | Downloaded petgraph v0.6.5 |
974 | 2024-11-08T00:41:22.879Z | Downloaded regex-automata v0.4.8 |
975 | 2024-11-08T00:41:22.895Z | Downloaded reqwest v0.12.8 |
976 | 2024-11-08T00:41:22.903Z | Downloaded bitvec v1.0.1 |
977 | 2024-11-08T00:41:22.916Z | Downloaded ssh-key v0.6.6 |
978 | 2024-11-08T00:41:22.923Z | Downloaded rusqlite v0.32.1 |
979 | 2024-11-08T00:41:22.931Z | Downloaded sqlparser v0.45.0 |
980 | 2024-11-08T00:41:22.934Z | Downloaded rustls-pemfile v2.2.0 |
981 | 2024-11-08T00:41:22.940Z | Downloaded pkcs8 v0.10.2 |
982 | 2024-11-08T00:41:22.943Z | Downloaded ed25519-dalek v2.1.1 |
983 | 2024-11-08T00:41:22.943Z | Downloaded rayon-core v1.12.1 |
984 | 2024-11-08T00:41:22.946Z | Downloaded tough v0.17.1 |
985 | 2024-11-08T00:41:22.955Z | Downloaded csv v1.3.0 |
986 | 2024-11-08T00:41:22.974Z | Downloaded crossterm v0.28.1 |
987 | 2024-11-08T00:41:22.980Z | Downloaded sha3 v0.10.8 |
988 | 2024-11-08T00:41:22.984Z | Downloaded pkcs1 v0.7.5 |
989 | 2024-11-08T00:41:22.986Z | Downloaded russh-keys v0.45.0 |
990 | 2024-11-08T00:41:22.990Z | Downloaded slog-stdlog v4.1.1 |
991 | 2024-11-08T00:41:22.993Z | Downloaded slog-bunyan v2.5.0 |
992 | 2024-11-08T00:41:22.993Z | Downloaded float-cmp v0.9.0 |
993 | 2024-11-08T00:41:22.996Z | Downloaded unarray v0.1.4 |
994 | 2024-11-08T00:41:22.996Z | Downloaded termcolor v1.4.1 |
995 | 2024-11-08T00:41:22.996Z | Downloaded tabwriter v1.4.0 |
996 | 2024-11-08T00:41:22.996Z | Downloaded olpc-cjson v0.1.4 |
997 | 2024-11-08T00:41:22.999Z | Downloaded zeroize v1.8.1 |
998 | 2024-11-08T00:41:22.999Z | Downloaded proc-macro-crate v1.3.1 |
999 | 2024-11-08T00:41:23.001Z | Downloaded pin-utils v0.1.0 |
1000 | 2024-11-08T00:41:23.001Z | Downloaded postgres-types v0.2.8 |
1001 | 2024-11-08T00:41:23.004Z | Downloaded diesel_derives v2.2.3 |
1002 | 2024-11-08T00:41:23.006Z | Downloaded hickory-server v0.24.1 |
1003 | 2024-11-08T00:41:23.012Z | Downloaded tungstenite v0.24.0 |
1004 | 2024-11-08T00:41:23.015Z | Downloaded lalrpop v0.19.12 |
1005 | 2024-11-08T00:41:23.026Z | Downloaded sqlparser_derive v0.2.2 |
1006 | 2024-11-08T00:41:23.029Z | Downloaded rfc6979 v0.4.0 |
1007 | 2024-11-08T00:41:23.029Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1008 | 2024-11-08T00:41:23.029Z | Downloaded zone_cfg_derive v0.1.2 |
1009 | 2024-11-08T00:41:23.031Z | Downloaded xz2 v0.1.7 |
1010 | 2024-11-08T00:41:23.032Z | Downloaded reqwest v0.11.27 |
1011 | 2024-11-08T00:41:23.038Z | Downloaded encoding_rs v0.8.34 |
1012 | 2024-11-08T00:41:23.058Z | Downloaded futures v0.3.31 |
1013 | 2024-11-08T00:41:23.063Z | Downloaded tokio-stream v0.1.16 |
1014 | 2024-11-08T00:41:23.067Z | Downloaded num-iter v0.1.45 |
1015 | 2024-11-08T00:41:23.070Z | Downloaded rcgen v0.12.1 |
1016 | 2024-11-08T00:41:23.073Z | Downloaded rand_chacha v0.3.1 |
1017 | 2024-11-08T00:41:23.073Z | Downloaded hash32 v0.3.1 |
1018 | 2024-11-08T00:41:23.073Z | Downloaded des v0.8.1 |
1019 | 2024-11-08T00:41:23.076Z | Downloaded num-bigint v0.4.6 |
1020 | 2024-11-08T00:41:23.079Z | Downloaded tungstenite v0.23.0 |
1021 | 2024-11-08T00:41:23.082Z | Downloaded termios v0.3.3 |
1022 | 2024-11-08T00:41:23.085Z | Downloaded structmeta v0.2.0 |
1023 | 2024-11-08T00:41:23.088Z | Downloaded predicates v3.1.2 |
1024 | 2024-11-08T00:41:23.090Z | Downloaded poly1305 v0.8.0 |
1025 | 2024-11-08T00:41:23.092Z | Downloaded pin-project-lite v0.2.14 |
1026 | 2024-11-08T00:41:23.095Z | Downloaded progenitor-impl v0.8.0 |
1027 | 2024-11-08T00:41:23.099Z | Downloaded smallvec v1.13.2 |
1028 | 2024-11-08T00:41:23.101Z | Downloaded tokio-rustls v0.26.0 |
1029 | 2024-11-08T00:41:23.104Z | Downloaded serde_repr v0.1.19 |
1030 | 2024-11-08T00:41:23.104Z | Downloaded serde_plain v1.0.2 |
1031 | 2024-11-08T00:41:23.108Z | Downloaded rand_core v0.6.4 |
1032 | 2024-11-08T00:41:23.108Z | Downloaded flume v0.11.0 |
1033 | 2024-11-08T00:41:23.110Z | Downloaded itertools v0.13.0 |
1034 | 2024-11-08T00:41:23.116Z | Downloaded blake3 v1.5.4 |
1035 | 2024-11-08T00:41:23.124Z | Downloaded tungstenite v0.21.0 |
1036 | 2024-11-08T00:41:23.127Z | Downloaded typify-macro v0.2.0 |
1037 | 2024-11-08T00:41:23.129Z | Downloaded parking_lot_core v0.8.6 |
1038 | 2024-11-08T00:41:23.132Z | Downloaded nom v7.1.3 |
1039 | 2024-11-08T00:41:23.135Z | Downloaded libm v0.2.8 |
1040 | 2024-11-08T00:41:23.143Z | Downloaded itertools v0.10.5 |
1041 | 2024-11-08T00:41:23.149Z | Downloaded der v0.7.9 |
1042 | 2024-11-08T00:41:23.154Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1043 | 2024-11-08T00:41:23.211Z | Downloaded const_format v0.2.33 |
1044 | 2024-11-08T00:41:23.216Z | Downloaded backtrace v0.3.74 |
1045 | 2024-11-08T00:41:23.221Z | Downloaded displaydoc v0.2.5 |
1046 | 2024-11-08T00:41:23.223Z | Downloaded zip v2.1.3 |
1047 | 2024-11-08T00:41:23.228Z | Downloaded zip v0.6.6 |
1048 | 2024-11-08T00:41:23.232Z | Downloaded yasna v0.5.2 |
1049 | 2024-11-08T00:41:23.234Z | Downloaded uzers v0.12.1 |
1050 | 2024-11-08T00:41:23.237Z | Downloaded dyn-clone v1.0.17 |
1051 | 2024-11-08T00:41:23.240Z | Downloaded base64 v0.13.1 |
1052 | 2024-11-08T00:41:23.243Z | Downloaded mio v1.0.2 |
1053 | 2024-11-08T00:41:23.246Z | Downloaded getrandom v0.2.15 |
1054 | 2024-11-08T00:41:23.248Z | Downloaded env_logger v0.10.2 |
1055 | 2024-11-08T00:41:23.251Z | Downloaded packed_struct v0.10.1 |
1056 | 2024-11-08T00:41:23.254Z | Downloaded hex v0.4.3 |
1057 | 2024-11-08T00:41:23.256Z | Downloaded heck v0.3.3 |
1058 | 2024-11-08T00:41:23.256Z | Downloaded structmeta-derive v0.3.0 |
1059 | 2024-11-08T00:41:23.259Z | Downloaded scopeguard v1.2.0 |
1060 | 2024-11-08T00:41:23.259Z | Downloaded rpassword v7.3.1 |
1061 | 2024-11-08T00:41:23.259Z | Downloaded parse-display v0.10.0 |
1062 | 2024-11-08T00:41:23.261Z | Downloaded crossbeam-utils v0.8.20 |
1063 | 2024-11-08T00:41:23.264Z | Downloaded cookie v0.18.1 |
1064 | 2024-11-08T00:41:23.266Z | Downloaded blake2 v0.10.6 |
1065 | 2024-11-08T00:41:23.269Z | Downloaded serde_yaml v0.9.34+deprecated |
1066 | 2024-11-08T00:41:23.272Z | Downloaded console v0.15.8 |
1067 | 2024-11-08T00:41:23.278Z | Downloaded crossbeam-channel v0.5.13 |
1068 | 2024-11-08T00:41:23.281Z | Downloaded const_format_proc_macros v0.2.33 |
1069 | 2024-11-08T00:41:23.283Z | Downloaded ciborium v0.2.2 |
1070 | 2024-11-08T00:41:23.287Z | Downloaded thiserror-no-std v2.0.2 |
1071 | 2024-11-08T00:41:23.290Z | Downloaded nibble_vec v0.1.0 |
1072 | 2024-11-08T00:41:23.292Z | Downloaded bcs v0.1.6 |
1073 | 2024-11-08T00:41:23.292Z | Downloaded async-bb8-diesel v0.2.1 |
1074 | 2024-11-08T00:41:23.295Z | Downloaded supports-color v3.0.1 |
1075 | 2024-11-08T00:41:23.295Z | Downloaded darling_core v0.20.10 |
1076 | 2024-11-08T00:41:23.299Z | Downloaded crossbeam-deque v0.8.5 |
1077 | 2024-11-08T00:41:23.302Z | Downloaded base64 v0.22.1 |
1078 | 2024-11-08T00:41:23.305Z | Downloaded arrayvec v0.7.6 |
1079 | 2024-11-08T00:41:23.308Z | Downloaded ciborium-ll v0.2.2 |
1080 | 2024-11-08T00:41:23.310Z | Downloaded chrono-tz-build v0.4.0 |
1081 | 2024-11-08T00:41:23.310Z | Downloaded slog-json v2.6.1 |
1082 | 2024-11-08T00:41:23.313Z | Downloaded chacha20 v0.9.1 |
1083 | 2024-11-08T00:41:23.313Z | Downloaded buf-list v1.0.3 |
1084 | 2024-11-08T00:41:23.319Z | Downloaded blowfish v0.9.1 |
1085 | 2024-11-08T00:41:23.321Z | Downloaded bcrypt-pbkdf v0.10.0 |
1086 | 2024-11-08T00:41:23.321Z | Downloaded jobserver v0.1.32 |
1087 | 2024-11-08T00:41:23.321Z | Downloaded hyper-tls v0.6.0 |
1088 | 2024-11-08T00:41:23.321Z | Downloaded castaway v0.2.3 |
1089 | 2024-11-08T00:41:23.323Z | Downloaded cassowary v0.3.0 |
1090 | 2024-11-08T00:41:23.323Z | Downloaded block-padding v0.3.3 |
1091 | 2024-11-08T00:41:23.326Z | Downloaded bit-vec v0.6.3 |
1092 | 2024-11-08T00:41:23.326Z | Downloaded array-init v0.0.4 |
1093 | 2024-11-08T00:41:23.329Z | Downloaded strum v0.26.3 |
1094 | 2024-11-08T00:41:23.329Z | Downloaded crc-any v2.5.0 |
1095 | 2024-11-08T00:41:23.331Z | Downloaded ascii-canvas v3.0.0 |
1096 | 2024-11-08T00:41:23.331Z | Downloaded compact_str v0.8.0 |
1097 | 2024-11-08T00:41:23.335Z | Downloaded lock_api v0.4.12 |
1098 | 2024-11-08T00:41:23.338Z | Downloaded keccak v0.1.5 |
1099 | 2024-11-08T00:41:23.338Z | Downloaded cbc v0.1.2 |
1100 | 2024-11-08T00:41:23.341Z | Downloaded hyper-rustls v0.27.3 |
1101 | 2024-11-08T00:41:23.343Z | Downloaded hostname v0.4.0 |
1102 | 2024-11-08T00:41:23.346Z | Downloaded linear-map v1.2.0 |
1103 | 2024-11-08T00:41:23.346Z | Downloaded http-body-util v0.1.2 |
1104 | 2024-11-08T00:41:23.348Z | Downloaded home v0.5.9 |
1105 | 2024-11-08T00:41:23.348Z | Downloaded humantime v2.1.0 |
1106 | 2024-11-08T00:41:23.351Z | Downloaded data-encoding v2.6.0 |
1107 | 2024-11-08T00:41:23.351Z | Downloaded matches v0.1.10 |
1108 | 2024-11-08T00:41:23.354Z | Downloaded assert_matches v1.5.0 |
1109 | 2024-11-08T00:41:23.354Z | Downloaded aead v0.5.2 |
1110 | 2024-11-08T00:41:23.457Z | Downloaded ring v0.17.8 |
1111 | 2024-11-08T00:41:23.664Z | Downloaded libsqlite3-sys v0.30.1 |
1112 | 2024-11-08T00:41:23.743Z | Downloaded ring v0.16.20 |
1113 | 2024-11-08T00:41:23.934Z | Compiling serde v1.0.210 |
1114 | 2024-11-08T00:41:23.936Z | Compiling typenum v1.17.0 |
1115 | 2024-11-08T00:41:23.936Z | Compiling generic-array v0.14.7 |
1116 | 2024-11-08T00:41:23.937Z | Compiling lock_api v0.4.12 |
1117 | 2024-11-08T00:41:23.937Z | Compiling scopeguard v1.2.0 |
1118 | 2024-11-08T00:41:23.937Z | Compiling subtle v2.6.1 |
1119 | 2024-11-08T00:41:24.107Z | Compiling syn v2.0.79 |
1120 | 2024-11-08T00:41:24.121Z | Compiling getrandom v0.2.15 |
1121 | 2024-11-08T00:41:24.208Z | Compiling value-bag v1.9.0 |
1122 | 2024-11-08T00:41:24.407Z | Compiling rand_core v0.6.4 |
1123 | 2024-11-08T00:41:24.562Z | Compiling const-oid v0.9.6 |
1124 | 2024-11-08T00:41:24.582Z | Compiling jobserver v0.1.32 |
1125 | 2024-11-08T00:41:24.683Z | Compiling log v0.4.22 |
1126 | 2024-11-08T00:41:24.798Z | Compiling shlex v1.3.0 |
1127 | 2024-11-08T00:41:24.932Z | Compiling pin-project-lite v0.2.14 |
1128 | 2024-11-08T00:41:25.059Z | Compiling cc v1.1.30 |
1129 | 2024-11-08T00:41:25.075Z | Compiling smallvec v1.13.2 |
1130 | 2024-11-08T00:41:25.217Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-11-08T00:41:25.483Z | Compiling futures-core v0.3.31 |
1132 | 2024-11-08T00:41:25.513Z | Compiling signal-hook-registry v1.4.2 |
1133 | 2024-11-08T00:41:25.638Z | Compiling mio v1.0.2 |
1134 | 2024-11-08T00:41:25.720Z | Compiling cpufeatures v0.2.14 |
1135 | 2024-11-08T00:41:25.819Z | Compiling futures-sink v0.3.31 |
1136 | 2024-11-08T00:41:25.983Z | Compiling spin v0.9.8 |
1137 | 2024-11-08T00:41:26.306Z | Compiling parking_lot v0.12.3 |
1138 | 2024-11-08T00:41:26.325Z | Compiling socket2 v0.5.7 |
1139 | 2024-11-08T00:41:26.384Z | Compiling slab v0.4.9 |
1140 | 2024-11-08T00:41:26.545Z | Compiling serde_json v1.0.128 |
1141 | 2024-11-08T00:41:26.769Z | Compiling futures-channel v0.3.31 |
1142 | 2024-11-08T00:41:26.818Z | Compiling futures-io v0.3.31 |
1143 | 2024-11-08T00:41:26.884Z | Compiling tinyvec_macros v0.1.1 |
1144 | 2024-11-08T00:41:26.978Z | Compiling pin-utils v0.1.0 |
1145 | 2024-11-08T00:41:27.074Z | Compiling foldhash v0.1.3 |
1146 | 2024-11-08T00:41:27.123Z | Compiling futures-task v0.3.31 |
1147 | 2024-11-08T00:41:27.148Z | Compiling allocator-api2 v0.2.18 |
1148 | 2024-11-08T00:41:27.181Z | Compiling tinyvec v1.8.0 |
1149 | 2024-11-08T00:41:27.198Z | Compiling pkg-config v0.3.31 |
1150 | 2024-11-08T00:41:27.252Z | Compiling libm v0.2.8 |
1151 | 2024-11-08T00:41:27.363Z | Compiling num-traits v0.2.19 |
1152 | 2024-11-08T00:41:27.416Z | Compiling unicode-bidi v0.3.17 |
1153 | 2024-11-08T00:41:27.988Z | Compiling hashbrown v0.15.0 |
1154 | 2024-11-08T00:41:28.007Z | Compiling base64ct v1.6.0 |
1155 | 2024-11-08T00:41:28.631Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-11-08T00:41:28.730Z | Compiling unicode-normalization v0.1.24 |
1157 | 2024-11-08T00:41:28.910Z | Compiling httparse v1.9.5 |
1158 | 2024-11-08T00:41:29.040Z | Compiling ring v0.17.8 |
1159 | 2024-11-08T00:41:29.121Z | Compiling flagset v0.4.6 |
1160 | 2024-11-08T00:41:29.351Z | Compiling tracing-core v0.1.32 |
1161 | 2024-11-08T00:41:29.371Z | Compiling percent-encoding v2.3.1 |
1162 | 2024-11-08T00:41:29.455Z | Compiling crossbeam-utils v0.8.20 |
1163 | 2024-11-08T00:41:29.731Z | Compiling rustls-pki-types v1.9.0 |
1164 | 2024-11-08T00:41:29.890Z | Compiling time-core v0.1.2 |
1165 | 2024-11-08T00:41:30.073Z | Compiling num-conv v0.1.0 |
1166 | 2024-11-08T00:41:30.076Z | Compiling vcpkg v0.2.15 |
1167 | 2024-11-08T00:41:30.374Z | Compiling powerfmt v0.2.0 |
1168 | 2024-11-08T00:41:30.434Z | Compiling untrusted v0.9.0 |
1169 | 2024-11-08T00:41:30.612Z | Compiling time-macros v0.2.18 |
1170 | 2024-11-08T00:41:30.683Z | Compiling deranged v0.3.11 |
1171 | 2024-11-08T00:41:30.794Z | Compiling atomic-waker v1.1.2 |
1172 | 2024-11-08T00:41:30.796Z | Compiling num_threads v0.1.7 |
1173 | 2024-11-08T00:41:30.931Z | Compiling form_urlencoded v1.2.1 |
1174 | 2024-11-08T00:41:30.982Z | Compiling try-lock v0.2.5 |
1175 | 2024-11-08T00:41:31.176Z | Compiling slog v2.7.0 |
1176 | 2024-11-08T00:41:31.291Z | Compiling rustix v0.38.37 |
1177 | 2024-11-08T00:41:31.755Z | Compiling want v0.3.1 |
1178 | 2024-11-08T00:41:32.021Z | Compiling httpdate v1.0.3 |
1179 | 2024-11-08T00:41:32.117Z | Compiling openssl-sys v0.9.103 |
1180 | 2024-11-08T00:41:32.165Z | Compiling idna v0.5.0 |
1181 | 2024-11-08T00:41:32.448Z | Compiling foreign-types-shared v0.1.1 |
1182 | 2024-11-08T00:41:32.513Z | Compiling iana-time-zone v0.1.61 |
1183 | 2024-11-08T00:41:32.558Z | Compiling base64 v0.22.1 |
1184 | 2024-11-08T00:41:32.858Z | Compiling match_cfg v0.1.0 |
1185 | 2024-11-08T00:41:32.956Z | Compiling openssl v0.10.66 |
1186 | 2024-11-08T00:41:32.989Z | Compiling adler2 v2.0.0 |
1187 | 2024-11-08T00:41:33.192Z | Compiling tower-service v0.3.3 |
1188 | 2024-11-08T00:41:33.257Z | Compiling rustversion v1.0.17 |
1189 | 2024-11-08T00:41:33.342Z | Compiling miniz_oxide v0.8.0 |
1190 | 2024-11-08T00:41:33.396Z | Compiling url v2.5.2 |
1191 | 2024-11-08T00:41:33.699Z | Compiling hostname v0.3.1 |
1192 | 2024-11-08T00:41:33.701Z | Compiling time v0.3.36 |
1193 | 2024-11-08T00:41:33.949Z | Compiling foreign-types v0.3.2 |
1194 | 2024-11-08T00:41:33.969Z | Compiling dirs-sys-next v0.1.2 |
1195 | 2024-11-08T00:41:34.045Z | Compiling aho-corasick v1.1.3 |
1196 | 2024-11-08T00:41:34.595Z | Compiling data-encoding v2.6.0 |
1197 | 2024-11-08T00:41:34.614Z | Compiling regex-syntax v0.8.5 |
1198 | 2024-11-08T00:41:34.768Z | Compiling syn v1.0.109 |
1199 | 2024-11-08T00:41:35.082Z | Compiling siphasher v0.3.11 |
1200 | 2024-11-08T00:41:35.376Z | Compiling native-tls v0.2.12 |
1201 | 2024-11-08T00:41:35.451Z | Compiling rustls v0.22.4 |
1202 | 2024-11-08T00:41:35.718Z | Compiling rustls v0.23.14 |
1203 | 2024-11-08T00:41:35.834Z | Compiling dirs-next v2.0.0 |
1204 | 2024-11-08T00:41:36.063Z | Compiling serde_derive_internals v0.29.1 |
1205 | 2024-11-08T00:41:36.637Z | Compiling crossbeam-epoch v0.9.18 |
1206 | 2024-11-08T00:41:37.402Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1207 | 2024-11-08T00:41:37.407Z | Compiling lazy_static v1.5.0 |
1208 | 2024-11-08T00:41:37.522Z | Compiling thread_local v1.1.8 |
1209 | 2024-11-08T00:41:37.779Z | Compiling serde_derive v1.0.210 |
1210 | 2024-11-08T00:41:37.916Z | Compiling zeroize_derive v1.4.2 |
1211 | 2024-11-08T00:41:38.100Z | Compiling zerocopy-derive v0.7.35 |
1212 | 2024-11-08T00:41:38.670Z | Compiling tokio-macros v2.4.0 |
1213 | 2024-11-08T00:41:38.818Z | Compiling thiserror-impl v1.0.64 |
1214 | 2024-11-08T00:41:38.943Z | Compiling futures-macro v0.3.31 |
1215 | 2024-11-08T00:41:39.437Z | Compiling zeroize v1.8.1 |
1216 | 2024-11-08T00:41:39.836Z | Compiling der_derive v0.7.3 |
1217 | 2024-11-08T00:41:40.195Z | Compiling tracing-attributes v0.1.27 |
1218 | 2024-11-08T00:41:40.271Z | Compiling zerocopy v0.7.35 |
1219 | 2024-11-08T00:41:40.873Z | Compiling futures-util v0.3.31 |
1220 | 2024-11-08T00:41:40.992Z | Compiling scroll_derive v0.12.0 |
1221 | 2024-11-08T00:41:41.322Z | Compiling crypto-common v0.1.6 |
1222 | 2024-11-08T00:41:41.569Z | Compiling block-buffer v0.10.4 |
1223 | 2024-11-08T00:41:41.859Z | Compiling digest v0.10.7 |
1224 | 2024-11-08T00:41:41.900Z | Compiling block-padding v0.3.3 |
1225 | 2024-11-08T00:41:42.013Z | Compiling thiserror v1.0.64 |
1226 | 2024-11-08T00:41:42.116Z | Compiling inout v0.1.3 |
1227 | 2024-11-08T00:41:42.169Z | Compiling ppv-lite86 v0.2.20 |
1228 | 2024-11-08T00:41:42.257Z | Compiling hmac v0.12.1 |
1229 | 2024-11-08T00:41:42.319Z | Compiling sha2 v0.10.8 |
1230 | 2024-11-08T00:41:42.395Z | Compiling cipher v0.4.4 |
1231 | 2024-11-08T00:41:42.414Z | Compiling der v0.7.9 |
1232 | 2024-11-08T00:41:42.498Z | Compiling pbkdf2 v0.12.2 |
1233 | 2024-11-08T00:41:42.679Z | Compiling pest v2.7.14 |
1234 | 2024-11-08T00:41:42.963Z | Compiling salsa20 v0.10.2 |
1235 | 2024-11-08T00:41:43.058Z | Compiling rand_chacha v0.3.1 |
1236 | 2024-11-08T00:41:43.213Z | Compiling scrypt v0.11.0 |
1237 | 2024-11-08T00:41:43.760Z | Compiling tracing v0.1.40 |
1238 | 2024-11-08T00:41:43.796Z | Compiling rand v0.8.5 |
1239 | 2024-11-08T00:41:44.300Z | Compiling cbc v0.1.2 |
1240 | 2024-11-08T00:41:44.551Z | Compiling aes v0.8.4 |
1241 | 2024-11-08T00:41:45.267Z | Compiling spki v0.7.3 |
1242 | 2024-11-08T00:41:45.631Z | Compiling pest_meta v2.7.14 |
1243 | 2024-11-08T00:41:45.751Z | Compiling pkcs5 v0.7.1 |
1244 | 2024-11-08T00:41:45.794Z | Compiling scroll v0.12.0 |
1245 | 2024-11-08T00:41:45.924Z | Compiling rustls-webpki v0.102.8 |
1246 | 2024-11-08T00:41:46.137Z | Compiling openssl-macros v0.1.1 |
1247 | 2024-11-08T00:41:46.346Z | Compiling goblin v0.8.2 |
1248 | 2024-11-08T00:41:46.885Z | Compiling pest_generator v2.7.14 |
1249 | 2024-11-08T00:41:46.921Z | Compiling pkcs8 v0.10.2 |
1250 | 2024-11-08T00:41:47.385Z | Compiling async-trait v0.1.83 |
1251 | 2024-11-08T00:41:47.407Z | Compiling sha1 v0.10.6 |
1252 | 2024-11-08T00:41:47.624Z | Compiling signature v2.2.0 |
1253 | 2024-11-08T00:41:47.891Z | Compiling regex-automata v0.4.8 |
1254 | 2024-11-08T00:41:47.910Z | Compiling multer v3.1.0 |
1255 | 2024-11-08T00:41:47.956Z | Compiling cookie v0.18.1 |
1256 | 2024-11-08T00:41:48.224Z | Compiling encoding_rs v0.8.34 |
1257 | 2024-11-08T00:41:48.267Z | Compiling mime v0.3.17 |
1258 | 2024-11-08T00:41:48.777Z | Compiling rayon-core v1.12.1 |
1259 | 2024-11-08T00:41:48.866Z | Compiling slog-async v2.8.0 |
1260 | 2024-11-08T00:41:49.058Z | Compiling openssl-probe v0.1.5 |
1261 | 2024-11-08T00:41:49.405Z | Compiling signal-hook v0.3.17 |
1262 | 2024-11-08T00:41:49.425Z | Compiling paste v1.0.15 |
1263 | 2024-11-08T00:41:49.686Z | Compiling gimli v0.31.1 |
1264 | 2024-11-08T00:41:49.964Z | Compiling ipnet v2.10.1 |
1265 | 2024-11-08T00:41:50.064Z | Compiling unicode-properties v0.1.3 |
1266 | 2024-11-08T00:41:50.284Z | Compiling pest_derive v2.7.14 |
1267 | 2024-11-08T00:41:50.470Z | Compiling schemars v0.8.21 |
1268 | 2024-11-08T00:41:50.832Z | Compiling either v1.13.0 |
1269 | 2024-11-08T00:41:51.084Z | Compiling dtrace-parser v0.2.0 |
1270 | 2024-11-08T00:41:51.161Z | Compiling stringprep v0.1.5 |
1271 | 2024-11-08T00:41:51.439Z | Compiling bytes v1.7.2 |
1272 | 2024-11-08T00:41:52.303Z | Compiling indexmap v2.6.0 |
1273 | 2024-11-08T00:41:52.390Z | Compiling tokio v1.40.0 |
1274 | 2024-11-08T00:41:52.731Z | Compiling http v1.1.0 |
1275 | 2024-11-08T00:41:53.084Z | Compiling bitflags v2.6.0 |
1276 | 2024-11-08T00:41:53.485Z | Compiling semver v1.0.23 |
1277 | 2024-11-08T00:41:53.896Z | Compiling dof v0.3.0 |
1278 | 2024-11-08T00:41:54.246Z | Compiling rustc_version v0.4.1 |
1279 | 2024-11-08T00:41:54.802Z | Compiling http-body v1.0.1 |
1280 | 2024-11-08T00:41:55.033Z | Compiling serde_tokenstream v0.2.2 |
1281 | 2024-11-08T00:41:55.051Z | Compiling serde_spanned v0.6.8 |
1282 | 2024-11-08T00:41:55.192Z | Compiling uuid v1.10.0 |
1283 | 2024-11-08T00:41:55.286Z | Compiling toml_datetime v0.6.8 |
1284 | 2024-11-08T00:41:55.639Z | Compiling usdt-impl v0.5.0 |
1285 | 2024-11-08T00:41:55.805Z | Compiling chrono v0.4.38 |
1286 | 2024-11-08T00:41:55.966Z | Compiling heapless v0.7.17 |
1287 | 2024-11-08T00:41:56.295Z | Compiling http-body-util v0.1.2 |
1288 | 2024-11-08T00:41:56.720Z | Compiling toml_edit v0.22.22 |
1289 | 2024-11-08T00:41:56.811Z | Compiling curve25519-dalek v4.1.3 |
1290 | 2024-11-08T00:41:57.177Z | Compiling usdt-macro v0.5.0 |
1291 | 2024-11-08T00:41:57.520Z | Compiling usdt-attr-macro v0.5.0 |
1292 | 2024-11-08T00:41:58.728Z | Compiling addr2line v0.24.2 |
1293 | 2024-11-08T00:41:59.189Z | Compiling slog-json v2.6.1 |
1294 | 2024-11-08T00:41:59.390Z | Compiling serde_urlencoded v0.7.1 |
1295 | 2024-11-08T00:41:59.647Z | Compiling futures-executor v0.3.31 |
1296 | 2024-11-08T00:41:59.922Z | Compiling md-5 v0.10.6 |
1297 | 2024-11-08T00:42:00.182Z | Compiling schemars_derive v0.8.21 |
1298 | 2024-11-08T00:42:00.231Z | Compiling enum-as-inner v0.6.1 |
1299 | 2024-11-08T00:42:01.193Z | Compiling tokio-util v0.7.12 |
1300 | 2024-11-08T00:42:01.668Z | Compiling async-stream-impl v0.3.6 |
1301 | 2024-11-08T00:42:02.601Z | Compiling h2 v0.4.6 |
1302 | 2024-11-08T00:42:03.294Z | Compiling crossbeam-deque v0.8.5 |
1303 | 2024-11-08T00:42:03.649Z | Compiling term v0.7.0 |
1304 | 2024-11-08T00:42:04.676Z | Compiling crossbeam-channel v0.5.13 |
1305 | 2024-11-08T00:42:04.970Z | Compiling num-integer v0.1.46 |
1306 | 2024-11-08T00:42:05.054Z | Compiling rustls-pemfile v2.2.0 |
1307 | 2024-11-08T00:42:05.400Z | Compiling idna v0.3.0 |
1308 | 2024-11-08T00:42:05.756Z | Compiling idna v0.4.0 |
1309 | 2024-11-08T00:42:05.759Z | Compiling hash32 v0.2.1 |
1310 | 2024-11-08T00:42:06.914Z | Compiling ff v0.13.0 |
1311 | 2024-11-08T00:42:06.952Z | Compiling is-terminal v0.4.13 |
1312 | 2024-11-08T00:42:07.065Z | Compiling object v0.36.5 |
1313 | 2024-11-08T00:42:07.141Z | Compiling dropshot v0.12.0 |
1314 | 2024-11-08T00:42:07.205Z | Compiling base16ct v0.2.0 |
1315 | 2024-11-08T00:42:07.273Z | Compiling portable-atomic v1.9.0 |
1316 | 2024-11-08T00:42:07.452Z | Compiling smoltcp v0.9.1 |
1317 | 2024-11-08T00:42:07.493Z | Compiling num-bigint-dig v0.8.4 |
1318 | 2024-11-08T00:42:07.824Z | Compiling rustc-demangle v0.1.24 |
1319 | 2024-11-08T00:42:08.170Z | Compiling take_mut v0.2.2 |
1320 | 2024-11-08T00:42:08.295Z | Compiling quick-error v1.2.3 |
1321 | 2024-11-08T00:42:08.335Z | Compiling anyhow v1.0.92 |
1322 | 2024-11-08T00:42:08.450Z | Compiling psl-types v2.0.11 |
1323 | 2024-11-08T00:42:08.640Z | Compiling stable_deref_trait v1.2.0 |
1324 | 2024-11-08T00:42:08.746Z | Compiling linked-hash-map v0.5.6 |
1325 | 2024-11-08T00:42:08.764Z | Compiling dyn-clone v1.0.17 |
1326 | 2024-11-08T00:42:08.978Z | Compiling fallible-iterator v0.2.0 |
1327 | 2024-11-08T00:42:08.996Z | Compiling utf-8 v0.7.6 |
1328 | 2024-11-08T00:42:09.099Z | Compiling lru-cache v0.1.2 |
1329 | 2024-11-08T00:42:09.292Z | Compiling tungstenite v0.24.0 |
1330 | 2024-11-08T00:42:09.660Z | Compiling hyper v1.4.1 |
1331 | 2024-11-08T00:42:09.696Z | Compiling postgres-protocol v0.6.7 |
1332 | 2024-11-08T00:42:11.535Z | Compiling publicsuffix v2.2.3 |
1333 | 2024-11-08T00:42:11.801Z | Compiling resolv-conf v0.7.0 |
1334 | 2024-11-08T00:42:12.295Z | Compiling hyper-util v0.1.9 |
1335 | 2024-11-08T00:42:13.025Z | Compiling sec1 v0.7.3 |
1336 | 2024-11-08T00:42:13.077Z | Compiling group v0.13.0 |
1337 | 2024-11-08T00:42:13.239Z | Compiling slog-term v2.9.1 |
1338 | 2024-11-08T00:42:13.392Z | Compiling usdt v0.5.0 |
1339 | 2024-11-08T00:42:13.593Z | Compiling hickory-proto v0.24.1 |
1340 | 2024-11-08T00:42:13.697Z | Compiling tokio-rustls v0.26.0 |
1341 | 2024-11-08T00:42:13.745Z | Compiling num-iter v0.1.45 |
1342 | 2024-11-08T00:42:13.879Z | Compiling tokio-rustls v0.25.0 |
1343 | 2024-11-08T00:42:14.141Z | Compiling tokio-native-tls v0.3.1 |
1344 | 2024-11-08T00:42:14.300Z | Compiling async-stream v0.3.6 |
1345 | 2024-11-08T00:42:14.460Z | Compiling toml v0.8.19 |
1346 | 2024-11-08T00:42:14.559Z | Compiling backtrace v0.3.74 |
1347 | 2024-11-08T00:42:14.597Z | Compiling futures v0.3.31 |
1348 | 2024-11-08T00:42:15.604Z | Compiling slog-bunyan v2.5.0 |
1349 | 2024-11-08T00:42:15.642Z | Compiling terminal_size v0.4.0 |
1350 | 2024-11-08T00:42:15.817Z | Compiling dropshot_endpoint v0.12.0 |
1351 | 2024-11-08T00:42:15.855Z | Compiling openapiv3 v2.0.0 |
1352 | 2024-11-08T00:42:15.904Z | Compiling serde_path_to_error v0.1.16 |
1353 | 2024-11-08T00:42:16.113Z | Compiling camino v1.1.9 |
1354 | 2024-11-08T00:42:17.108Z | Compiling hkdf v0.12.4 |
1355 | 2024-11-08T00:42:17.245Z | Compiling hubpack_derive v0.1.1 |
1356 | 2024-11-08T00:42:17.322Z | Compiling crypto-bigint v0.5.5 |
1357 | 2024-11-08T00:42:17.368Z | Compiling curve25519-dalek-derive v0.1.1 |
1358 | 2024-11-08T00:42:17.923Z | Compiling zerocopy-derive v0.6.6 |
1359 | 2024-11-08T00:42:17.966Z | Compiling phf_shared v0.11.2 |
1360 | 2024-11-08T00:42:18.170Z | Compiling waitgroup v0.1.2 |
1361 | 2024-11-08T00:42:18.341Z | Compiling webpki-roots v0.26.6 |
1362 | 2024-11-08T00:42:18.380Z | Compiling hostname v0.4.0 |
1363 | 2024-11-08T00:42:18.563Z | Compiling ahash v0.8.11 |
1364 | 2024-11-08T00:42:18.646Z | Compiling crc32fast v1.4.2 |
1365 | 2024-11-08T00:42:18.843Z | Compiling fs-err v2.11.0 |
1366 | 2024-11-08T00:42:18.911Z | Compiling debug-ignore v1.0.5 |
1367 | 2024-11-08T00:42:18.990Z | Compiling winnow v0.5.40 |
1368 | 2024-11-08T00:42:19.059Z | Compiling managed v0.8.0 |
1369 | 2024-11-08T00:42:19.152Z | Compiling bitflags v1.3.2 |
1370 | 2024-11-08T00:42:19.265Z | Compiling clap_builder v4.5.20 |
1371 | 2024-11-08T00:42:20.043Z | Compiling zerocopy v0.6.6 |
1372 | 2024-11-08T00:42:20.179Z | Compiling console v0.15.8 |
1373 | 2024-11-08T00:42:20.894Z | Compiling elliptic-curve v0.13.8 |
1374 | 2024-11-08T00:42:21.649Z | Compiling strum_macros v0.25.3 |
1375 | 2024-11-08T00:42:21.799Z | Compiling hickory-resolver v0.24.1 |
1376 | 2024-11-08T00:42:21.904Z | Compiling flate2 v1.0.34 |
1377 | 2024-11-08T00:42:22.926Z | Compiling toml_edit v0.19.15 |
1378 | 2024-11-08T00:42:23.580Z | Compiling hyper-rustls v0.27.3 |
1379 | 2024-11-08T00:42:23.670Z | Compiling phf v0.11.2 |
1380 | 2024-11-08T00:42:23.973Z | Compiling hubpack v0.1.2 |
1381 | 2024-11-08T00:42:24.196Z | Compiling signal-hook-mio v0.2.4 |
1382 | 2024-11-08T00:42:24.364Z | Compiling cookie_store v0.21.0 |
1383 | 2024-11-08T00:42:25.276Z | Compiling hyper-tls v0.6.0 |
1384 | 2024-11-08T00:42:25.562Z | Compiling rayon v1.10.0 |
1385 | 2024-11-08T00:42:25.679Z | Compiling bzip2 v0.4.4 |
1386 | 2024-11-08T00:42:27.477Z | Compiling postgres-types v0.2.8 |
1387 | 2024-11-08T00:42:28.174Z | Compiling tokio-tungstenite v0.24.0 |
1388 | 2024-11-08T00:42:28.215Z | Compiling tokio-stream v0.1.16 |
1389 | 2024-11-08T00:42:28.716Z | Compiling regex v1.11.0 |
1390 | 2024-11-08T00:42:28.995Z | Compiling bstr v1.10.0 |
1391 | 2024-11-08T00:42:29.279Z | Compiling serde-big-array v0.5.1 |
1392 | 2024-11-08T00:42:29.520Z | Compiling ed25519 v2.2.3 |
1393 | 2024-11-08T00:42:29.645Z | Compiling pkcs1 v0.7.5 |
1394 | 2024-11-08T00:42:29.782Z | Compiling rfc6979 v0.4.0 |
1395 | 2024-11-08T00:42:29.968Z | Compiling serde_repr v0.1.19 |
1396 | 2024-11-08T00:42:30.482Z | Compiling derive-where v1.2.7 |
1397 | 2024-11-08T00:42:30.592Z | Compiling clap_derive v4.5.18 |
1398 | 2024-11-08T00:42:30.642Z | Compiling phf_shared v0.10.0 |
1399 | 2024-11-08T00:42:30.762Z | Compiling float-cmp v0.9.0 |
1400 | 2024-11-08T00:42:30.986Z | Compiling sync_wrapper v1.0.1 |
1401 | 2024-11-08T00:42:31.032Z | Compiling fixedbitset v0.4.2 |
1402 | 2024-11-08T00:42:31.078Z | Compiling new_debug_unreachable v1.0.6 |
1403 | 2024-11-08T00:42:31.136Z | Compiling static_assertions v1.1.0 |
1404 | 2024-11-08T00:42:31.138Z | Compiling precomputed-hash v0.1.1 |
1405 | 2024-11-08T00:42:31.176Z | Compiling difflib v0.4.0 |
1406 | 2024-11-08T00:42:31.253Z | Compiling normalize-line-endings v0.3.0 |
1407 | 2024-11-08T00:42:31.273Z | Compiling bit-vec v0.6.3 |
1408 | 2024-11-08T00:42:31.341Z | Compiling predicates-core v1.0.8 |
1409 | 2024-11-08T00:42:31.381Z | Compiling minimal-lexical v0.2.1 |
1410 | 2024-11-08T00:42:31.478Z | Compiling whoami v1.5.2 |
1411 | 2024-11-08T00:42:31.704Z | Compiling number_prefix v0.4.0 |
1412 | 2024-11-08T00:42:31.736Z | Compiling unicode-segmentation v1.12.0 |
1413 | 2024-11-08T00:42:31.917Z | Compiling indicatif v0.17.8 |
1414 | 2024-11-08T00:42:31.937Z | Compiling tokio-postgres v0.7.12 |
1415 | 2024-11-08T00:42:32.102Z | Compiling nom v7.1.3 |
1416 | 2024-11-08T00:42:32.620Z | Compiling similar v2.6.0 |
1417 | 2024-11-08T00:42:32.742Z | Compiling bit-set v0.5.3 |
1418 | 2024-11-08T00:42:33.060Z | Compiling predicates v3.1.2 |
1419 | 2024-11-08T00:42:33.955Z | Compiling qorb v0.2.0 |
1420 | 2024-11-08T00:42:34.076Z | Compiling petgraph v0.6.5 |
1421 | 2024-11-08T00:42:34.727Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1422 | 2024-11-08T00:42:35.115Z | Compiling string_cache v0.8.7 |
1423 | 2024-11-08T00:42:35.335Z | Compiling clap v4.5.20 |
1424 | 2024-11-08T00:42:35.461Z | Compiling reqwest v0.12.8 |
1425 | 2024-11-08T00:42:35.546Z | Compiling rsa v0.9.6 |
1426 | 2024-11-08T00:42:35.919Z | Compiling ecdsa v0.16.9 |
1427 | 2024-11-08T00:42:36.780Z | Compiling ed25519-dalek v2.1.1 |
1428 | 2024-11-08T00:42:37.714Z | Compiling toml v0.7.8 |
1429 | 2024-11-08T00:42:38.117Z | Compiling zip v0.6.6 |
1430 | 2024-11-08T00:42:38.160Z | Compiling crossterm v0.28.1 |
1431 | 2024-11-08T00:42:39.958Z | Compiling hex v0.4.3 |
1432 | 2024-11-08T00:42:40.079Z | Compiling itertools v0.10.5 |
1433 | 2024-11-08T00:42:40.361Z | Compiling itertools v0.12.1 |
1434 | 2024-11-08T00:42:40.420Z | Compiling x509-cert v0.2.5 |
1435 | 2024-11-08T00:42:40.577Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-11-08T00:42:40.942Z | Compiling unicode-xid v0.2.6 |
1437 | 2024-11-08T00:42:41.129Z | Compiling peg-runtime v0.8.3 |
1438 | 2024-11-08T00:42:41.691Z | Compiling xattr v1.3.1 |
1439 | 2024-11-08T00:42:41.783Z | Compiling strum_macros v0.26.4 |
1440 | 2024-11-08T00:42:41.889Z | Compiling filetime v0.2.25 |
1441 | 2024-11-08T00:42:42.206Z | Compiling tar v0.4.42 |
1442 | 2024-11-08T00:42:44.817Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1443 | 2024-11-08T00:42:45.063Z | Compiling strum v0.26.3 |
1444 | 2024-11-08T00:42:45.152Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1445 | 2024-11-08T00:42:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1446 | 2024-11-08T00:42:50.786Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1447 | 2024-11-08T00:42:50.831Z | Nov 08 00:42:49.246 INFO Starting download, target: Clickhouse |
1448 | 2024-11-08T00:42:50.831Z | Nov 08 00:42:49.246 INFO Starting download, target: Cockroach |
1449 | 2024-11-08T00:42:50.832Z | Nov 08 00:42:49.246 INFO Starting download, target: Console |
1450 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.246 INFO Starting download, target: DendriteOpenapi |
1451 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.246 INFO Starting download, target: DendriteStub |
1452 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.246 INFO Starting download, target: MaghemiteMgd |
1453 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.246 INFO Starting download, target: TransceiverControl |
1454 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1455 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1456 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1457 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1458 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1459 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1460 | 2024-11-08T00:42:50.834Z | Nov 08 00:42:49.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1461 | 2024-11-08T00:42:50.992Z | Nov 08 00:42:49.405 INFO Download complete, target: DendriteOpenapi |
1462 | 2024-11-08T00:42:51.115Z | Nov 08 00:42:49.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1463 | 2024-11-08T00:42:51.410Z | Nov 08 00:42:49.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1464 | 2024-11-08T00:42:51.581Z | Nov 08 00:42:49.992 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1465 | 2024-11-08T00:42:51.744Z | Nov 08 00:42:50.157 INFO Download complete, target: Console |
1466 | 2024-11-08T00:42:51.761Z | Nov 08 00:42:50.175 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1467 | 2024-11-08T00:42:51.786Z | Nov 08 00:42:50.197 INFO Download complete, target: TransceiverControl |
1468 | 2024-11-08T00:42:52.375Z | Nov 08 00:42:50.789 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1469 | 2024-11-08T00:42:52.375Z | Nov 08 00:42:50.789 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1470 | 2024-11-08T00:42:53.045Z | Nov 08 00:42:51.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1471 | 2024-11-08T00:42:54.543Z | Nov 08 00:42:52.957 INFO Download complete, target: DendriteStub |
1472 | 2024-11-08T00:42:54.771Z | Nov 08 00:42:53.185 INFO Download complete, target: MaghemiteMgd |
1473 | 2024-11-08T00:42:59.867Z | Nov 08 00:42:58.281 INFO Checking that binary works, target: Cockroach |
1474 | 2024-11-08T00:43:00.100Z | Nov 08 00:42:58.514 INFO Download complete, target: Cockroach |
1475 | 2024-11-08T00:43:05.364Z | Nov 08 00:43:03.769 INFO Checking that binary works, target: Clickhouse |
1476 | 2024-11-08T00:43:05.538Z | Nov 08 00:43:03.932 INFO Download complete, target: Clickhouse |
1477 | 2024-11-08T00:43:05.561Z | All prerequisites installed successfully |
1478 | 2024-11-08T00:43:05.561Z | |
1479 | 2024-11-08T00:43:05.561Z | real 5:07.111499818 |
1480 | 2024-11-08T00:43:05.561Z | user 12:20.496670408 |
1481 | 2024-11-08T00:43:05.562Z | sys 2:42.661759207 |
1482 | 2024-11-08T00:43:05.562Z | trap 0.441525052 |
1483 | 2024-11-08T00:43:05.562Z | tflt 1.268255534 |
1484 | 2024-11-08T00:43:05.562Z | dflt 1.336981935 |
1485 | 2024-11-08T00:43:05.562Z | kflt 0.025042427 |
1486 | 2024-11-08T00:43:05.562Z | lock 22:31.662709086 |
1487 | 2024-11-08T00:43:05.562Z | slp 50:00.521612995 |
1488 | 2024-11-08T00:43:05.562Z | lat 47.866206007 |
1489 | 2024-11-08T00:43:05.563Z | stop 2:02.835649649 |
1490 | 2024-11-08T00:43:05.563Z | + ptime -m cargo xtask download softnpu |
1491 | 2024-11-08T00:43:06.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1492 | 2024-11-08T00:43:06.054Z | Running `target/debug/xtask download softnpu` |
1493 | 2024-11-08T00:43:06.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1494 | 2024-11-08T00:43:07.012Z | Running `target/debug/xtask-downloader softnpu` |
1495 | 2024-11-08T00:43:07.012Z | Nov 08 00:43:05.338 INFO Starting download, target: Softnpu |
1496 | 2024-11-08T00:43:07.012Z | Nov 08 00:43:05.339 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1497 | 2024-11-08T00:43:08.450Z | Nov 08 00:43:06.860 INFO Download complete, target: Softnpu |
1498 | 2024-11-08T00:43:08.453Z | |
1499 | 2024-11-08T00:43:08.453Z | real 2.918156688 |
1500 | 2024-11-08T00:43:08.453Z | user 1.268299391 |
1501 | 2024-11-08T00:43:08.453Z | sys 0.523020168 |
1502 | 2024-11-08T00:43:08.453Z | trap 0.000708433 |
1503 | 2024-11-08T00:43:08.453Z | tflt 0.000002908 |
1504 | 2024-11-08T00:43:08.453Z | dflt 0.000000000 |
1505 | 2024-11-08T00:43:08.454Z | kflt 0.000000000 |
1506 | 2024-11-08T00:43:08.454Z | lock 16.453965664 |
1507 | 2024-11-08T00:43:08.454Z | slp 1.273424373 |
1508 | 2024-11-08T00:43:08.454Z | lat 0.074079062 |
1509 | 2024-11-08T00:43:08.454Z | stop 0.000242996 |
1510 | 2024-11-08T00:43:08.454Z | + export CARGO_INCREMENTAL=0 |
1511 | 2024-11-08T00:43:08.454Z | + CARGO_INCREMENTAL=0 |
1512 | 2024-11-08T00:43:08.454Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1513 | 2024-11-08T00:43:09.362Z | Compiling proc-macro2 v1.0.87 |
1514 | 2024-11-08T00:43:09.362Z | Compiling unicode-ident v1.0.13 |
1515 | 2024-11-08T00:43:09.365Z | Compiling libc v0.2.161 |
1516 | 2024-11-08T00:43:09.365Z | Compiling serde v1.0.210 |
1517 | 2024-11-08T00:43:09.366Z | Compiling autocfg v1.4.0 |
1518 | 2024-11-08T00:43:09.366Z | Compiling version_check v0.9.5 |
1519 | 2024-11-08T00:43:09.366Z | Compiling cfg-if v1.0.0 |
1520 | 2024-11-08T00:43:09.626Z | Compiling typenum v1.17.0 |
1521 | 2024-11-08T00:43:09.650Z | Compiling shlex v1.3.0 |
1522 | 2024-11-08T00:43:10.028Z | Compiling memchr v2.7.4 |
1523 | 2024-11-08T00:43:10.101Z | Compiling generic-array v0.14.7 |
1524 | 2024-11-08T00:43:10.376Z | Compiling lock_api v0.4.12 |
1525 | 2024-11-08T00:43:10.425Z | Compiling parking_lot_core v0.9.10 |
1526 | 2024-11-08T00:43:10.558Z | Compiling once_cell v1.20.2 |
1527 | 2024-11-08T00:43:10.693Z | Compiling serde_json v1.0.128 |
1528 | 2024-11-08T00:43:10.840Z | Compiling thiserror v1.0.64 |
1529 | 2024-11-08T00:43:10.951Z | Compiling libm v0.2.8 |
1530 | 2024-11-08T00:43:11.017Z | Compiling num-traits v0.2.19 |
1531 | 2024-11-08T00:43:11.294Z | Compiling quote v1.0.37 |
1532 | 2024-11-08T00:43:11.313Z | Compiling value-bag v1.9.0 |
1533 | 2024-11-08T00:43:11.332Z | Compiling getrandom v0.2.15 |
1534 | 2024-11-08T00:43:11.355Z | Compiling jobserver v0.1.32 |
1535 | 2024-11-08T00:43:11.661Z | Compiling syn v2.0.79 |
1536 | 2024-11-08T00:43:11.678Z | Compiling itoa v1.0.11 |
1537 | 2024-11-08T00:43:11.878Z | Compiling cc v1.1.30 |
1538 | 2024-11-08T00:43:11.897Z | Compiling log v0.4.22 |
1539 | 2024-11-08T00:43:11.914Z | Compiling slab v0.4.9 |
1540 | 2024-11-08T00:43:11.926Z | Compiling scopeguard v1.2.0 |
1541 | 2024-11-08T00:43:12.111Z | Compiling byteorder v1.5.0 |
1542 | 2024-11-08T00:43:12.235Z | Compiling rand_core v0.6.4 |
1543 | 2024-11-08T00:43:13.014Z | Compiling subtle v2.6.1 |
1544 | 2024-11-08T00:43:13.081Z | Compiling allocator-api2 v0.2.18 |
1545 | 2024-11-08T00:43:13.319Z | Compiling semver v1.0.23 |
1546 | 2024-11-08T00:43:13.619Z | Compiling pkg-config v0.3.31 |
1547 | 2024-11-08T00:43:13.829Z | Compiling ryu v1.0.18 |
1548 | 2024-11-08T00:43:14.100Z | Compiling pin-project-lite v0.2.14 |
1549 | 2024-11-08T00:43:14.121Z | Compiling const-oid v0.9.6 |
1550 | 2024-11-08T00:43:14.136Z | Compiling equivalent v1.0.1 |
1551 | 2024-11-08T00:43:14.200Z | Compiling smallvec v1.13.2 |
1552 | 2024-11-08T00:43:14.235Z | Compiling foldhash v0.1.3 |
1553 | 2024-11-08T00:43:14.282Z | Compiling httparse v1.9.5 |
1554 | 2024-11-08T00:43:14.526Z | Compiling hashbrown v0.15.0 |
1555 | 2024-11-08T00:43:14.757Z | Compiling schemars v0.8.21 |
1556 | 2024-11-08T00:43:14.928Z | Compiling signal-hook-registry v1.4.2 |
1557 | 2024-11-08T00:43:15.007Z | Compiling ring v0.17.8 |
1558 | 2024-11-08T00:43:15.175Z | Compiling heck v0.5.0 |
1559 | 2024-11-08T00:43:15.552Z | Compiling parking_lot v0.12.3 |
1560 | 2024-11-08T00:43:15.620Z | Compiling mio v1.0.2 |
1561 | 2024-11-08T00:43:16.173Z | Compiling crossbeam-utils v0.8.20 |
1562 | 2024-11-08T00:43:16.268Z | Compiling socket2 v0.5.7 |
1563 | 2024-11-08T00:43:16.414Z | Compiling futures-core v0.3.31 |
1564 | 2024-11-08T00:43:16.664Z | Compiling vcpkg v0.2.15 |
1565 | 2024-11-08T00:43:16.952Z | Compiling time-core v0.1.2 |
1566 | 2024-11-08T00:43:17.199Z | Compiling fnv v1.0.7 |
1567 | 2024-11-08T00:43:17.334Z | Compiling num-conv v0.1.0 |
1568 | 2024-11-08T00:43:17.629Z | Compiling time-macros v0.2.18 |
1569 | 2024-11-08T00:43:18.230Z | Compiling openssl-sys v0.9.103 |
1570 | 2024-11-08T00:43:18.663Z | Compiling spin v0.9.8 |
1571 | 2024-11-08T00:43:19.079Z | Compiling serde_derive_internals v0.29.1 |
1572 | 2024-11-08T00:43:19.171Z | Compiling cpufeatures v0.2.14 |
1573 | 2024-11-08T00:43:19.400Z | Compiling futures-sink v0.3.31 |
1574 | 2024-11-08T00:43:19.898Z | Compiling ahash v0.8.11 |
1575 | 2024-11-08T00:43:19.973Z | Compiling syn v1.0.109 |
1576 | 2024-11-08T00:43:20.148Z | Compiling slog v2.7.0 |
1577 | 2024-11-08T00:43:20.428Z | Compiling rustix v0.38.37 |
1578 | 2024-11-08T00:43:20.593Z | Compiling futures-channel v0.3.31 |
1579 | 2024-11-08T00:43:20.841Z | Compiling tinyvec_macros v0.1.1 |
1580 | 2024-11-08T00:43:20.900Z | Compiling pin-utils v0.1.0 |
1581 | 2024-11-08T00:43:20.935Z | Compiling openssl v0.10.66 |
1582 | 2024-11-08T00:43:21.117Z | Compiling futures-task v0.3.31 |
1583 | 2024-11-08T00:43:21.129Z | Compiling ucd-trie v0.1.7 |
1584 | 2024-11-08T00:43:21.129Z | Compiling iana-time-zone v0.1.61 |
1585 | 2024-11-08T00:43:21.168Z | Compiling futures-io v0.3.31 |
1586 | 2024-11-08T00:43:21.328Z | Compiling tinyvec v1.8.0 |
1587 | 2024-11-08T00:43:21.906Z | Compiling native-tls v0.2.12 |
1588 | 2024-11-08T00:43:21.923Z | Compiling rustls v0.23.14 |
1589 | 2024-11-08T00:43:22.202Z | Compiling unicode-bidi v0.3.17 |
1590 | 2024-11-08T00:43:22.239Z | Compiling base64ct v1.6.0 |
1591 | 2024-11-08T00:43:22.754Z | Compiling pem-rfc7468 v0.7.0 |
1592 | 2024-11-08T00:43:22.831Z | Compiling unicode-normalization v0.1.24 |
1593 | 2024-11-08T00:43:23.500Z | Compiling tracing-core v0.1.32 |
1594 | 2024-11-08T00:43:23.876Z | Compiling cookie v0.18.1 |
1595 | 2024-11-08T00:43:23.897Z | Compiling serde_derive v1.0.210 |
1596 | 2024-11-08T00:43:24.150Z | Compiling zeroize_derive v1.4.2 |
1597 | 2024-11-08T00:43:24.643Z | Compiling zerocopy-derive v0.7.35 |
1598 | 2024-11-08T00:43:24.830Z | Compiling thiserror-impl v1.0.64 |
1599 | 2024-11-08T00:43:25.443Z | Compiling zeroize v1.8.1 |
1600 | 2024-11-08T00:43:25.701Z | Compiling tokio-macros v2.4.0 |
1601 | 2024-11-08T00:43:26.462Z | Compiling futures-macro v0.3.31 |
1602 | 2024-11-08T00:43:27.023Z | Compiling zerocopy v0.7.35 |
1603 | 2024-11-08T00:43:27.586Z | Compiling crypto-common v0.1.6 |
1604 | 2024-11-08T00:43:27.911Z | Compiling tracing-attributes v0.1.27 |
1605 | 2024-11-08T00:43:28.046Z | Compiling block-buffer v0.10.4 |
1606 | 2024-11-08T00:43:28.282Z | Compiling digest v0.10.7 |
1607 | 2024-11-08T00:43:28.691Z | Compiling schemars_derive v0.8.21 |
1608 | 2024-11-08T00:43:28.851Z | Compiling der_derive v0.7.3 |
1609 | 2024-11-08T00:43:30.026Z | Compiling hmac v0.12.1 |
1610 | 2024-11-08T00:43:30.105Z | Compiling scroll_derive v0.12.0 |
1611 | 2024-11-08T00:43:30.261Z | Compiling futures-util v0.3.31 |
1612 | 2024-11-08T00:43:30.924Z | Compiling pest v2.7.14 |
1613 | 2024-11-08T00:43:31.279Z | Compiling block-padding v0.3.3 |
1614 | 2024-11-08T00:43:31.512Z | Compiling inout v0.1.3 |
1615 | 2024-11-08T00:43:31.769Z | Compiling openssl-macros v0.1.1 |
1616 | 2024-11-08T00:43:32.073Z | Compiling cipher v0.4.4 |
1617 | 2024-11-08T00:43:32.477Z | Compiling sha2 v0.10.8 |
1618 | 2024-11-08T00:43:32.477Z | Compiling ppv-lite86 v0.2.20 |
1619 | 2024-11-08T00:43:33.290Z | Compiling usdt-impl v0.5.0 |
1620 | 2024-11-08T00:43:33.433Z | Compiling pest_meta v2.7.14 |
1621 | 2024-11-08T00:43:33.611Z | Compiling dyn-clone v1.0.17 |
1622 | 2024-11-08T00:43:33.729Z | Compiling flagset v0.4.6 |
1623 | 2024-11-08T00:43:33.833Z | Compiling anyhow v1.0.92 |
1624 | 2024-11-08T00:43:34.137Z | Compiling der v0.7.9 |
1625 | 2024-11-08T00:43:34.383Z | Compiling rand_chacha v0.3.1 |
1626 | 2024-11-08T00:43:35.267Z | Compiling pest_generator v2.7.14 |
1627 | 2024-11-08T00:43:35.806Z | Compiling scroll v0.12.0 |
1628 | 2024-11-08T00:43:36.093Z | Compiling bytes v1.7.2 |
1629 | 2024-11-08T00:43:36.334Z | Compiling indexmap v2.6.0 |
1630 | 2024-11-08T00:43:37.197Z | Compiling tokio v1.40.0 |
1631 | 2024-11-08T00:43:37.276Z | Compiling http v1.1.0 |
1632 | 2024-11-08T00:43:37.706Z | Compiling serde_tokenstream v0.2.2 |
1633 | 2024-11-08T00:43:37.853Z | Compiling rustc_version v0.4.1 |
1634 | 2024-11-08T00:43:38.236Z | Compiling uuid v1.10.0 |
1635 | 2024-11-08T00:43:38.442Z | Compiling chrono v0.4.38 |
1636 | 2024-11-08T00:43:38.738Z | Compiling bitflags v2.6.0 |
1637 | 2024-11-08T00:43:39.516Z | Compiling serde_spanned v0.6.8 |
1638 | 2024-11-08T00:43:39.739Z | Compiling toml_datetime v0.6.8 |
1639 | 2024-11-08T00:43:40.206Z | Compiling pest_derive v2.7.14 |
1640 | 2024-11-08T00:43:41.399Z | Compiling tracing v0.1.40 |
1641 | 2024-11-08T00:43:43.616Z | Compiling async-trait v0.1.83 |
1642 | 2024-11-08T00:43:43.870Z | Compiling aho-corasick v1.1.3 |
1643 | 2024-11-08T00:43:45.466Z | Compiling rustls-pki-types v1.9.0 |
1644 | 2024-11-08T00:43:45.777Z | Compiling rayon-core v1.12.1 |
1645 | 2024-11-08T00:43:45.839Z | Compiling plain v0.2.3 |
1646 | 2024-11-08T00:43:46.010Z | Compiling regex-syntax v0.8.5 |
1647 | 2024-11-08T00:43:46.076Z | Compiling percent-encoding v2.3.1 |
1648 | 2024-11-08T00:43:46.367Z | Compiling camino v1.1.9 |
1649 | 2024-11-08T00:43:46.410Z | Compiling goblin v0.8.2 |
1650 | 2024-11-08T00:43:46.928Z | Compiling tokio-util v0.7.12 |
1651 | 2024-11-08T00:43:47.996Z | Compiling spki v0.7.3 |
1652 | 2024-11-08T00:43:48.105Z | Compiling rand v0.8.5 |
1653 | 2024-11-08T00:43:48.234Z | Compiling salsa20 v0.10.2 |
1654 | 2024-11-08T00:43:48.349Z | Compiling pbkdf2 v0.12.2 |
1655 | 2024-11-08T00:43:48.890Z | Compiling rustls v0.22.4 |
1656 | 2024-11-08T00:43:49.437Z | Compiling pretty-hex v0.4.1 |
1657 | 2024-11-08T00:43:49.612Z | Compiling regex-automata v0.4.8 |
1658 | 2024-11-08T00:43:49.638Z | Compiling winnow v0.5.40 |
1659 | 2024-11-08T00:43:49.715Z | Compiling powerfmt v0.2.0 |
1660 | 2024-11-08T00:43:50.120Z | Compiling untrusted v0.9.0 |
1661 | 2024-11-08T00:43:51.479Z | Compiling deranged v0.3.11 |
1662 | 2024-11-08T00:43:52.789Z | Compiling dof v0.3.0 |
1663 | 2024-11-08T00:43:53.313Z | Compiling toml_edit v0.19.15 |
1664 | 2024-11-08T00:43:53.637Z | Compiling scrypt v0.11.0 |
1665 | 2024-11-08T00:43:54.153Z | Compiling dtrace-parser v0.2.0 |
1666 | 2024-11-08T00:43:54.578Z | Compiling aes v0.8.4 |
1667 | 2024-11-08T00:43:54.619Z | Compiling cbc v0.1.2 |
1668 | 2024-11-08T00:43:54.837Z | Compiling thread-id v4.2.2 |
1669 | 2024-11-08T00:43:54.958Z | Compiling atomic-waker v1.1.2 |
1670 | 2024-11-08T00:43:55.149Z | Compiling rustversion v1.0.17 |
1671 | 2024-11-08T00:43:55.202Z | Compiling num_threads v0.1.7 |
1672 | 2024-11-08T00:43:55.795Z | Compiling pkcs5 v0.7.1 |
1673 | 2024-11-08T00:43:55.933Z | Compiling time v0.3.36 |
1674 | 2024-11-08T00:43:57.333Z | Compiling rustls-webpki v0.102.8 |
1675 | 2024-11-08T00:43:58.103Z | Compiling form_urlencoded v1.2.1 |
1676 | 2024-11-08T00:43:58.384Z | Compiling http-body v1.0.1 |
1677 | 2024-11-08T00:43:58.615Z | Compiling heapless v0.7.17 |
1678 | 2024-11-08T00:43:59.239Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1679 | 2024-11-08T00:43:59.416Z | Compiling multer v3.1.0 |
1680 | 2024-11-08T00:43:59.944Z | Compiling slog-async v2.8.0 |
1681 | 2024-11-08T00:44:00.003Z | Compiling signal-hook v0.3.17 |
1682 | 2024-11-08T00:44:00.145Z | Compiling try-lock v0.2.5 |
1683 | 2024-11-08T00:44:00.305Z | Compiling want v0.3.1 |
1684 | 2024-11-08T00:44:00.447Z | Compiling pkcs8 v0.10.2 |
1685 | 2024-11-08T00:44:01.076Z | Compiling h2 v0.4.6 |
1686 | 2024-11-08T00:44:01.685Z | Compiling regex v1.11.0 |
1687 | 2024-11-08T00:44:02.639Z | Compiling paste v1.0.15 |
1688 | 2024-11-08T00:44:02.657Z | Compiling adler2 v2.0.0 |
1689 | 2024-11-08T00:44:02.908Z | Compiling httpdate v1.0.3 |
1690 | 2024-11-08T00:44:02.934Z | Compiling strsim v0.11.1 |
1691 | 2024-11-08T00:44:03.611Z | Compiling miniz_oxide v0.8.0 |
1692 | 2024-11-08T00:44:05.279Z | Compiling usdt-attr-macro v0.5.0 |
1693 | 2024-11-08T00:44:05.330Z | Compiling usdt-macro v0.5.0 |
1694 | 2024-11-08T00:44:06.630Z | Compiling curve25519-dalek v4.1.3 |
1695 | 2024-11-08T00:44:06.742Z | Compiling openapiv3 v2.0.0 |
1696 | 2024-11-08T00:44:07.039Z | Compiling async-stream-impl v0.3.6 |
1697 | 2024-11-08T00:44:07.042Z | Compiling enum-as-inner v0.6.1 |
1698 | 2024-11-08T00:44:08.093Z | Compiling idna v0.5.0 |
1699 | 2024-11-08T00:44:08.288Z | Compiling hyper v1.4.1 |
1700 | 2024-11-08T00:44:08.376Z | Compiling errno v0.3.9 |
1701 | 2024-11-08T00:44:08.636Z | Compiling dropshot v0.12.0 |
1702 | 2024-11-08T00:44:08.956Z | Compiling match_cfg v0.1.0 |
1703 | 2024-11-08T00:44:09.262Z | Compiling portable-atomic v1.9.0 |
1704 | 2024-11-08T00:44:09.455Z | Compiling smoltcp v0.9.1 |
1705 | 2024-11-08T00:44:10.085Z | Compiling base64 v0.22.1 |
1706 | 2024-11-08T00:44:10.172Z | Compiling num-bigint-dig v0.8.4 |
1707 | 2024-11-08T00:44:10.711Z | Compiling tower-service v0.3.3 |
1708 | 2024-11-08T00:44:10.771Z | Compiling foreign-types-shared v0.1.1 |
1709 | 2024-11-08T00:44:10.821Z | Compiling hyper-util v0.1.9 |
1710 | 2024-11-08T00:44:10.884Z | Compiling foreign-types v0.3.2 |
1711 | 2024-11-08T00:44:10.907Z | Compiling hostname v0.3.1 |
1712 | 2024-11-08T00:44:10.981Z | Compiling url v2.5.2 |
1713 | 2024-11-08T00:44:13.499Z | Compiling dirs-sys-next v0.1.2 |
1714 | 2024-11-08T00:44:13.750Z | Compiling heck v0.4.1 |
1715 | 2024-11-08T00:44:13.847Z | Compiling data-encoding v2.6.0 |
1716 | 2024-11-08T00:44:14.147Z | Compiling siphasher v0.3.11 |
1717 | 2024-11-08T00:44:14.299Z | Compiling gimli v0.31.1 |
1718 | 2024-11-08T00:44:15.062Z | Compiling dirs-next v2.0.0 |
1719 | 2024-11-08T00:44:19.977Z | Compiling addr2line v0.24.2 |
1720 | 2024-11-08T00:44:20.961Z | Compiling http-body-util v0.1.2 |
1721 | 2024-11-08T00:44:21.623Z | Compiling crossbeam-epoch v0.9.18 |
1722 | 2024-11-08T00:44:21.693Z | Compiling dropshot_endpoint v0.12.0 |
1723 | 2024-11-08T00:44:21.717Z | Compiling hubpack_derive v0.1.1 |
1724 | 2024-11-08T00:44:22.325Z | Compiling sha1 v0.10.6 |
1725 | 2024-11-08T00:44:22.585Z | Compiling signature v2.2.0 |
1726 | 2024-11-08T00:44:22.708Z | Compiling zerocopy-derive v0.6.6 |
1727 | 2024-11-08T00:44:22.733Z | Compiling curve25519-dalek-derive v0.1.1 |
1728 | 2024-11-08T00:44:22.880Z | Compiling lazy_static v1.5.0 |
1729 | 2024-11-08T00:44:23.959Z | Compiling object v0.36.5 |
1730 | 2024-11-08T00:44:24.067Z | Compiling thread_local v1.1.8 |
1731 | 2024-11-08T00:44:24.490Z | Compiling fs-err v2.11.0 |
1732 | 2024-11-08T00:44:24.509Z | Compiling encoding_rs v0.8.34 |
1733 | 2024-11-08T00:44:24.806Z | Compiling unicode-properties v0.1.3 |
1734 | 2024-11-08T00:44:24.839Z | Compiling rustc-demangle v0.1.24 |
1735 | 2024-11-08T00:44:25.203Z | Compiling ipnet v2.10.1 |
1736 | 2024-11-08T00:44:25.518Z | Compiling utf8parse v0.2.2 |
1737 | 2024-11-08T00:44:25.692Z | Compiling stable_deref_trait v1.2.0 |
1738 | 2024-11-08T00:44:25.808Z | Compiling anstyle v1.0.8 |
1739 | 2024-11-08T00:44:26.232Z | Compiling openssl-probe v0.1.5 |
1740 | 2024-11-08T00:44:26.273Z | Compiling either v1.13.0 |
1741 | 2024-11-08T00:44:26.523Z | Compiling winnow v0.6.20 |
1742 | 2024-11-08T00:44:26.710Z | Compiling mime v0.3.17 |
1743 | 2024-11-08T00:44:27.763Z | Compiling anstyle-parse v0.2.5 |
1744 | 2024-11-08T00:44:27.922Z | Compiling stringprep v0.1.5 |
1745 | 2024-11-08T00:44:30.165Z | Compiling toml_edit v0.22.22 |
1746 | 2024-11-08T00:44:31.933Z | Compiling backtrace v0.3.74 |
1747 | 2024-11-08T00:44:33.090Z | Compiling crossbeam-deque v0.8.5 |
1748 | 2024-11-08T00:44:37.107Z | Compiling term v0.7.0 |
1749 | 2024-11-08T00:44:38.280Z | Compiling slog-json v2.6.1 |
1750 | 2024-11-08T00:44:40.374Z | Compiling serde_urlencoded v0.7.1 |
1751 | 2024-11-08T00:44:40.679Z | Compiling crossbeam-channel v0.5.13 |
1752 | 2024-11-08T00:44:41.037Z | Compiling rustls-pemfile v2.2.0 |
1753 | 2024-11-08T00:44:41.376Z | Compiling hashbrown v0.14.5 |
1754 | 2024-11-08T00:44:41.850Z | Compiling futures-executor v0.3.31 |
1755 | 2024-11-08T00:44:42.285Z | Compiling md-5 v0.10.6 |
1756 | 2024-11-08T00:44:42.397Z | Compiling idna v0.4.0 |
1757 | 2024-11-08T00:44:42.475Z | Compiling idna v0.3.0 |
1758 | 2024-11-08T00:44:42.529Z | Compiling num-integer v0.1.46 |
1759 | 2024-11-08T00:44:42.821Z | Compiling ff v0.13.0 |
1760 | 2024-11-08T00:44:43.056Z | Compiling hash32 v0.2.1 |
1761 | 2024-11-08T00:44:43.243Z | Compiling is-terminal v0.4.13 |
1762 | 2024-11-08T00:44:43.378Z | Compiling memmap v0.7.0 |
1763 | 2024-11-08T00:44:43.762Z | Compiling anstyle-query v1.1.1 |
1764 | 2024-11-08T00:44:43.842Z | Compiling linked-hash-map v0.5.6 |
1765 | 2024-11-08T00:44:43.910Z | Compiling take_mut v0.2.2 |
1766 | 2024-11-08T00:44:44.077Z | Compiling psl-types v2.0.11 |
1767 | 2024-11-08T00:44:44.264Z | Compiling is_terminal_polyfill v1.70.1 |
1768 | 2024-11-08T00:44:44.290Z | Compiling utf-8 v0.7.6 |
1769 | 2024-11-08T00:44:44.317Z | Compiling colorchoice v1.0.2 |
1770 | 2024-11-08T00:44:44.393Z | Compiling fallible-iterator v0.2.0 |
1771 | 2024-11-08T00:44:44.483Z | Compiling quick-error v1.2.3 |
1772 | 2024-11-08T00:44:45.504Z | Compiling base16ct v0.2.0 |
1773 | 2024-11-08T00:44:45.671Z | Compiling postgres-protocol v0.6.7 |
1774 | 2024-11-08T00:44:45.808Z | Compiling sec1 v0.7.3 |
1775 | 2024-11-08T00:44:46.378Z | Compiling resolv-conf v0.7.0 |
1776 | 2024-11-08T00:44:46.855Z | Compiling tungstenite v0.24.0 |
1777 | 2024-11-08T00:44:47.029Z | Compiling anstream v0.6.15 |
1778 | 2024-11-08T00:44:48.102Z | Compiling publicsuffix v2.2.3 |
1779 | 2024-11-08T00:44:48.381Z | Compiling lru-cache v0.1.2 |
1780 | 2024-11-08T00:44:48.928Z | Compiling usdt v0.5.0 |
1781 | 2024-11-08T00:44:49.403Z | Compiling slog-term v2.9.1 |
1782 | 2024-11-08T00:44:49.595Z | Compiling hickory-proto v0.24.1 |
1783 | 2024-11-08T00:44:49.838Z | Compiling num-iter v0.1.45 |
1784 | 2024-11-08T00:44:50.039Z | Compiling group v0.13.0 |
1785 | 2024-11-08T00:44:50.502Z | Compiling regress v0.10.1 |
1786 | 2024-11-08T00:44:52.757Z | Compiling futures v0.3.31 |
1787 | 2024-11-08T00:44:55.236Z | Compiling slog-bunyan v2.5.0 |
1788 | 2024-11-08T00:44:55.255Z | Compiling tokio-rustls v0.25.0 |
1789 | 2024-11-08T00:44:55.474Z | Compiling tokio-rustls v0.26.0 |
1790 | 2024-11-08T00:44:55.676Z | Compiling toml v0.8.19 |
1791 | 2024-11-08T00:44:55.938Z | Compiling tokio-native-tls v0.3.1 |
1792 | 2024-11-08T00:44:55.971Z | Compiling terminal_size v0.4.0 |
1793 | 2024-11-08T00:44:56.192Z | Compiling phf_shared v0.11.2 |
1794 | 2024-11-08T00:44:56.217Z | Compiling strum_macros v0.25.3 |
1795 | 2024-11-08T00:44:56.779Z | Compiling async-stream v0.3.6 |
1796 | 2024-11-08T00:44:57.185Z | Compiling waitgroup v0.1.2 |
1797 | 2024-11-08T00:44:57.757Z | Compiling webpki-roots v0.26.6 |
1798 | 2024-11-08T00:44:58.250Z | Compiling serde_path_to_error v0.1.16 |
1799 | 2024-11-08T00:44:58.369Z | Compiling hkdf v0.12.4 |
1800 | 2024-11-08T00:44:58.570Z | Compiling crypto-bigint v0.5.5 |
1801 | 2024-11-08T00:44:58.712Z | Compiling derive-where v1.2.7 |
1802 | 2024-11-08T00:44:59.069Z | Compiling clap_derive v4.5.18 |
1803 | 2024-11-08T00:44:59.627Z | Compiling serde_repr v0.1.19 |
1804 | 2024-11-08T00:45:00.868Z | Compiling hostname v0.4.0 |
1805 | 2024-11-08T00:45:01.100Z | Compiling crc32fast v1.4.2 |
1806 | 2024-11-08T00:45:01.426Z | Compiling debug-ignore v1.0.5 |
1807 | 2024-11-08T00:45:01.587Z | Compiling managed v0.8.0 |
1808 | 2024-11-08T00:45:01.798Z | Compiling bitflags v1.3.2 |
1809 | 2024-11-08T00:45:02.005Z | Compiling unicode-width v0.1.14 |
1810 | 2024-11-08T00:45:02.126Z | Compiling clap_lex v0.7.2 |
1811 | 2024-11-08T00:45:02.460Z | Compiling clap_builder v4.5.20 |
1812 | 2024-11-08T00:45:02.545Z | Compiling console v0.15.8 |
1813 | 2024-11-08T00:45:03.357Z | Compiling elliptic-curve v0.13.8 |
1814 | 2024-11-08T00:45:03.783Z | Compiling flate2 v1.0.34 |
1815 | 2024-11-08T00:45:04.739Z | Compiling hyper-rustls v0.27.3 |
1816 | 2024-11-08T00:45:07.112Z | Compiling phf v0.11.2 |
1817 | 2024-11-08T00:45:07.419Z | Compiling hyper-tls v0.6.0 |
1818 | 2024-11-08T00:45:07.802Z | Compiling signal-hook-mio v0.2.4 |
1819 | 2024-11-08T00:45:07.941Z | Compiling bzip2 v0.4.4 |
1820 | 2024-11-08T00:45:07.979Z | Compiling hickory-resolver v0.24.1 |
1821 | 2024-11-08T00:45:08.332Z | Compiling rayon v1.10.0 |
1822 | 2024-11-08T00:45:09.455Z | Compiling typify-impl v0.2.0 |
1823 | 2024-11-08T00:45:09.824Z | Compiling cookie_store v0.21.0 |
1824 | 2024-11-08T00:45:11.198Z | Compiling tokio-tungstenite v0.24.0 |
1825 | 2024-11-08T00:45:11.314Z | Compiling postgres-types v0.2.8 |
1826 | 2024-11-08T00:45:11.939Z | Compiling zerocopy v0.6.6 |
1827 | 2024-11-08T00:45:12.626Z | Compiling ed25519 v2.2.3 |
1828 | 2024-11-08T00:45:12.834Z | Compiling hubpack v0.1.2 |
1829 | 2024-11-08T00:45:13.067Z | Compiling phf_shared v0.10.0 |
1830 | 2024-11-08T00:45:13.219Z | Compiling pkcs1 v0.7.5 |
1831 | 2024-11-08T00:45:13.258Z | Compiling bstr v1.10.0 |
1832 | 2024-11-08T00:45:13.677Z | Compiling tokio-stream v0.1.16 |
1833 | 2024-11-08T00:45:13.796Z | Compiling serde-big-array v0.5.1 |
1834 | 2024-11-08T00:45:14.128Z | Compiling rfc6979 v0.4.0 |
1835 | 2024-11-08T00:45:14.193Z | Compiling float-cmp v0.9.0 |
1836 | 2024-11-08T00:45:14.336Z | Compiling sync_wrapper v1.0.1 |
1837 | 2024-11-08T00:45:14.485Z | Compiling difflib v0.4.0 |
1838 | 2024-11-08T00:45:14.530Z | Compiling minimal-lexical v0.2.1 |
1839 | 2024-11-08T00:45:14.674Z | Compiling whoami v1.5.2 |
1840 | 2024-11-08T00:45:14.677Z | Compiling bit-vec v0.6.3 |
1841 | 2024-11-08T00:45:14.792Z | Compiling static_assertions v1.1.0 |
1842 | 2024-11-08T00:45:14.903Z | Compiling fixedbitset v0.4.2 |
1843 | 2024-11-08T00:45:15.139Z | Compiling number_prefix v0.4.0 |
1844 | 2024-11-08T00:45:15.241Z | Compiling normalize-line-endings v0.3.0 |
1845 | 2024-11-08T00:45:15.312Z | Compiling precomputed-hash v0.1.1 |
1846 | 2024-11-08T00:45:15.387Z | Compiling new_debug_unreachable v1.0.6 |
1847 | 2024-11-08T00:45:15.430Z | Compiling predicates-core v1.0.8 |
1848 | 2024-11-08T00:45:15.491Z | Compiling unicode-segmentation v1.12.0 |
1849 | 2024-11-08T00:45:15.626Z | Compiling predicates v3.1.2 |
1850 | 2024-11-08T00:45:16.347Z | Compiling similar v2.6.0 |
1851 | 2024-11-08T00:45:16.890Z | Compiling string_cache v0.8.7 |
1852 | 2024-11-08T00:45:17.087Z | Compiling indicatif v0.17.8 |
1853 | 2024-11-08T00:45:17.312Z | Compiling petgraph v0.6.5 |
1854 | 2024-11-08T00:45:18.217Z | Compiling bit-set v0.5.3 |
1855 | 2024-11-08T00:45:18.524Z | Compiling tokio-postgres v0.7.12 |
1856 | 2024-11-08T00:45:18.837Z | Compiling nom v7.1.3 |
1857 | 2024-11-08T00:45:19.821Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1858 | 2024-11-08T00:45:20.396Z | Compiling typify-macro v0.2.0 |
1859 | 2024-11-08T00:45:20.563Z | Compiling qorb v0.2.0 |
1860 | 2024-11-08T00:45:21.587Z | Compiling reqwest v0.12.8 |
1861 | 2024-11-08T00:45:22.528Z | Compiling ecdsa v0.16.9 |
1862 | 2024-11-08T00:45:23.681Z | Compiling rsa v0.9.6 |
1863 | 2024-11-08T00:45:25.190Z | Compiling ed25519-dalek v2.1.1 |
1864 | 2024-11-08T00:45:25.739Z | Compiling zip v0.6.6 |
1865 | 2024-11-08T00:45:25.759Z | Compiling crossterm v0.28.1 |
1866 | 2024-11-08T00:45:25.874Z | Compiling clap v4.5.20 |
1867 | 2024-11-08T00:45:26.963Z | Compiling itertools v0.12.1 |
1868 | 2024-11-08T00:45:28.110Z | Compiling itertools v0.10.5 |
1869 | 2024-11-08T00:45:28.855Z | Compiling toml v0.7.8 |
1870 | 2024-11-08T00:45:29.036Z | Compiling x509-cert v0.2.5 |
1871 | 2024-11-08T00:45:30.205Z | Compiling hex v0.4.3 |
1872 | 2024-11-08T00:45:30.940Z | Compiling unicode-xid v0.2.6 |
1873 | 2024-11-08T00:45:31.116Z | Compiling peg-runtime v0.8.3 |
1874 | 2024-11-08T00:45:31.529Z | Compiling lalrpop-util v0.19.12 |
1875 | 2024-11-08T00:45:33.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1876 | 2024-11-08T00:45:34.981Z | Compiling proc-macro-crate v1.3.1 |
1877 | 2024-11-08T00:45:35.471Z | Compiling ipnetwork v0.20.0 |
1878 | 2024-11-08T00:45:37.292Z | Compiling heapless v0.8.0 |
1879 | 2024-11-08T00:45:38.376Z | Compiling num_enum_derive v0.5.11 |
1880 | 2024-11-08T00:45:45.547Z | Compiling hash32 v0.3.1 |
1881 | 2024-11-08T00:45:47.577Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1882 | 2024-11-08T00:45:47.899Z | Compiling ident_case v1.0.1 |
1883 | 2024-11-08T00:45:48.105Z | Compiling smoltcp v0.11.0 |
1884 | 2024-11-08T00:45:50.701Z | Compiling darling_core v0.20.10 |
1885 | 2024-11-08T00:46:01.796Z | Compiling num_enum v0.5.11 |
1886 | 2024-11-08T00:46:02.512Z | Compiling typify v0.2.0 |
1887 | 2024-11-08T00:46:05.060Z | Compiling proc-macro-error-attr v1.0.4 |
1888 | 2024-11-08T00:46:05.393Z | Compiling unsafe-libyaml v0.2.11 |
1889 | 2024-11-08T00:46:07.326Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1890 | 2024-11-08T00:46:07.648Z | Compiling cobs v0.2.3 |
1891 | 2024-11-08T00:46:08.307Z | Compiling postcard v1.0.10 |
1892 | 2024-11-08T00:46:09.416Z | Compiling serde_yaml v0.9.34+deprecated |
1893 | 2024-11-08T00:46:17.457Z | Compiling progenitor-impl v0.8.0 |
1894 | 2024-11-08T00:46:23.485Z | Compiling darling_macro v0.20.10 |
1895 | 2024-11-08T00:46:33.567Z | Compiling strum_macros v0.26.4 |
1896 | 2024-11-08T00:46:34.468Z | Compiling structmeta-derive v0.3.0 |
1897 | 2024-11-08T00:46:34.626Z | Compiling foreign-types-macros v0.2.3 |
1898 | 2024-11-08T00:46:34.976Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1899 | 2024-11-08T00:46:35.125Z | Compiling proc-macro-error v1.0.4 |
1900 | 2024-11-08T00:46:35.447Z | Compiling newtype-uuid v1.1.2 |
1901 | 2024-11-08T00:46:35.923Z | Compiling foreign-types-shared v0.3.1 |
1902 | 2024-11-08T00:46:36.050Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1903 | 2024-11-08T00:46:36.870Z | Compiling structmeta v0.3.0 |
1904 | 2024-11-08T00:46:37.796Z | Compiling strum v0.26.3 |
1905 | 2024-11-08T00:46:38.008Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1906 | 2024-11-08T00:46:38.171Z | Compiling foreign-types v0.5.0 |
1907 | 2024-11-08T00:46:45.913Z | Compiling darling v0.20.10 |
1908 | 2024-11-08T00:46:46.045Z | Compiling progenitor-macro v0.8.0 |
1909 | 2024-11-08T00:46:50.136Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1910 | 2024-11-08T00:46:50.281Z | Compiling progenitor-client v0.8.0 |
1911 | 2024-11-08T00:46:53.770Z | Compiling tabwriter v1.4.0 |
1912 | 2024-11-08T00:46:54.691Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1913 | 2024-11-08T00:46:54.957Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1914 | 2024-11-08T00:46:55.381Z | Compiling cstr-argument v0.1.2 |
1915 | 2024-11-08T00:46:55.644Z | Compiling crucible-workspace-hack v0.1.0 |
1916 | 2024-11-08T00:46:55.804Z | Compiling pretty-hex v0.2.1 |
1917 | 2024-11-08T00:46:56.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1918 | 2024-11-08T00:46:56.362Z | Compiling fastrand v2.1.1 |
1919 | 2024-11-08T00:46:56.421Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1920 | 2024-11-08T00:46:56.780Z | Compiling tempfile v3.13.0 |
1921 | 2024-11-08T00:46:56.797Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1922 | 2024-11-08T00:46:56.839Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1923 | 2024-11-08T00:46:57.130Z | Compiling serde_with_macros v3.11.0 |
1924 | 2024-11-08T00:46:57.744Z | Compiling parse-display-derive v0.10.0 |
1925 | 2024-11-08T00:46:58.012Z | Compiling colored v2.1.0 |
1926 | 2024-11-08T00:46:58.482Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1927 | 2024-11-08T00:46:59.205Z | Compiling instant v0.1.13 |
1928 | 2024-11-08T00:46:59.225Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1929 | 2024-11-08T00:46:59.391Z | Compiling backoff v0.4.0 |
1930 | 2024-11-08T00:46:59.560Z | Compiling serde_with v3.11.0 |
1931 | 2024-11-08T00:46:59.586Z | Compiling progenitor v0.8.0 |
1932 | 2024-11-08T00:46:59.613Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1933 | 2024-11-08T00:46:59.769Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1934 | 2024-11-08T00:46:59.823Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1935 | 2024-11-08T00:47:01.296Z | Compiling parse-display v0.10.0 |
1936 | 2024-11-08T00:47:02.624Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1937 | 2024-11-08T00:47:03.199Z | Compiling zone_cfg_derive v0.3.0 |
1938 | 2024-11-08T00:47:03.244Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-11-08T00:47:03.931Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1940 | 2024-11-08T00:47:04.155Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1941 | 2024-11-08T00:47:04.479Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1942 | 2024-11-08T00:47:04.660Z | Compiling regress v0.9.1 |
1943 | 2024-11-08T00:47:04.662Z | Compiling macaddr v1.0.1 |
1944 | 2024-11-08T00:47:04.663Z | Compiling num-derive v0.4.2 |
1945 | 2024-11-08T00:47:05.303Z | Compiling sigpipe v0.1.3 |
1946 | 2024-11-08T00:47:05.441Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-11-08T00:47:05.472Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1948 | 2024-11-08T00:47:05.790Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1949 | 2024-11-08T00:47:05.836Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1950 | 2024-11-08T00:47:06.380Z | Compiling zone v0.3.0 |
1951 | 2024-11-08T00:47:06.833Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1952 | 2024-11-08T00:47:08.409Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1953 | 2024-11-08T00:47:08.989Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1954 | 2024-11-08T00:47:09.482Z | Compiling smf v0.2.3 |
1955 | 2024-11-08T00:47:09.559Z | Compiling bitfield-struct v0.6.2 |
1956 | 2024-11-08T00:47:10.942Z | Compiling ring v0.16.20 |
1957 | 2024-11-08T00:47:11.936Z | Compiling blake3 v1.5.4 |
1958 | 2024-11-08T00:47:12.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1959 | 2024-11-08T00:47:12.569Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1960 | 2024-11-08T00:47:13.237Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1961 | 2024-11-08T00:47:13.344Z | Compiling xattr v1.3.1 |
1962 | 2024-11-08T00:47:13.614Z | Compiling memmap2 v0.9.5 |
1963 | 2024-11-08T00:47:13.671Z | Compiling filetime v0.2.25 |
1964 | 2024-11-08T00:47:14.015Z | Compiling arrayref v0.3.9 |
1965 | 2024-11-08T00:47:14.131Z | Compiling arrayvec v0.7.6 |
1966 | 2024-11-08T00:47:14.215Z | Compiling constant_time_eq v0.3.1 |
1967 | 2024-11-08T00:47:14.366Z | Compiling spin v0.5.2 |
1968 | 2024-11-08T00:47:14.403Z | Compiling same-file v1.0.6 |
1969 | 2024-11-08T00:47:14.643Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1970 | 2024-11-08T00:47:14.646Z | Compiling untrusted v0.7.1 |
1971 | 2024-11-08T00:47:14.769Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1972 | 2024-11-08T00:47:14.810Z | Compiling walkdir v2.5.0 |
1973 | 2024-11-08T00:47:14.852Z | Compiling tar v0.4.42 |
1974 | 2024-11-08T00:47:16.441Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1975 | 2024-11-08T00:47:17.042Z | Compiling gethostname v0.5.0 |
1976 | 2024-11-08T00:47:17.092Z | Compiling cargo-platform v0.1.8 |
1977 | 2024-11-08T00:47:17.371Z | Compiling topological-sort v0.2.2 |
1978 | 2024-11-08T00:47:17.647Z | Compiling cargo_metadata v0.18.1 |
1979 | 2024-11-08T00:47:20.224Z | Compiling omicron-zone-package v0.11.1 |
1980 | 2024-11-08T00:47:25.331Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1981 | 2024-11-08T00:47:27.186Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1982 | 2024-11-08T00:47:29.757Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1983 | 2024-11-08T00:47:46.812Z | Finished `release` profile [optimized] target(s) in 4m 38s |
1984 | 2024-11-08T00:47:46.969Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1985 | 2024-11-08T00:47:47.016Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1986 | 2024-11-08T00:47:47.018Z | Created new build target 'test' and set it as active |
1987 | 2024-11-08T00:47:47.018Z | |
1988 | 2024-11-08T00:47:47.018Z | real 4:38.531686731 |
1989 | 2024-11-08T00:47:47.018Z | user 31:37.063515171 |
1990 | 2024-11-08T00:47:47.019Z | sys 3:50.373466358 |
1991 | 2024-11-08T00:47:47.019Z | trap 0.915266344 |
1992 | 2024-11-08T00:47:47.019Z | tflt 2.962831579 |
1993 | 2024-11-08T00:47:47.019Z | dflt 0.912417288 |
1994 | 2024-11-08T00:47:47.019Z | kflt 0.009508551 |
1995 | 2024-11-08T00:47:47.019Z | lock 1:09:06.752992076 |
1996 | 2024-11-08T00:47:47.019Z | slp 2:00:43.004965386 |
1997 | 2024-11-08T00:47:47.019Z | lat 2:06.868497637 |
1998 | 2024-11-08T00:47:47.019Z | stop 3:54.819290906 |
1999 | 2024-11-08T00:47:47.019Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2000 | 2024-11-08T00:47:47.947Z | Finished `release` profile [optimized] target(s) in 0.87s |
2001 | 2024-11-08T00:47:48.003Z | Running `target/release/omicron-package -t test package` |
2002 | 2024-11-08T00:47:48.045Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2003 | 2024-11-08T00:47:49.143Z | Compiling convert_case v0.4.0 |
2004 | 2024-11-08T00:47:49.143Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2005 | 2024-11-08T00:47:49.145Z | Compiling itertools v0.13.0 |
2006 | 2024-11-08T00:47:49.146Z | Compiling password-hash v0.5.0 |
2007 | 2024-11-08T00:47:49.146Z | Compiling blake2 v0.10.6 |
2008 | 2024-11-08T00:47:49.146Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2009 | 2024-11-08T00:47:49.146Z | Compiling newline-converter v0.3.0 |
2010 | 2024-11-08T00:47:49.146Z | Compiling owo-colors v4.1.0 |
2011 | 2024-11-08T00:47:49.558Z | Compiling cancel-safe-futures v0.1.5 |
2012 | 2024-11-08T00:47:49.580Z | Compiling expectorate v1.1.0 |
2013 | 2024-11-08T00:47:49.645Z | Compiling base64 v0.21.7 |
2014 | 2024-11-08T00:47:49.908Z | Compiling argon2 v0.5.3 |
2015 | 2024-11-08T00:47:49.925Z | Compiling derive_more v0.99.18 |
2016 | 2024-11-08T00:47:50.603Z | Compiling libsw v3.3.1 |
2017 | 2024-11-08T00:47:50.804Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2018 | 2024-11-08T00:47:50.827Z | Compiling swrite v0.1.0 |
2019 | 2024-11-08T00:47:50.949Z | Compiling indent_write v2.2.0 |
2020 | 2024-11-08T00:47:50.968Z | Compiling linear-map v1.2.0 |
2021 | 2024-11-08T00:47:51.201Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2022 | 2024-11-08T00:47:51.365Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2023 | 2024-11-08T00:47:51.398Z | Compiling progenitor-client v0.8.0 |
2024 | 2024-11-08T00:47:51.611Z | Compiling atomicwrites v0.4.4 |
2025 | 2024-11-08T00:47:51.817Z | Compiling progenitor v0.8.0 |
2026 | 2024-11-08T00:47:52.051Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2027 | 2024-11-08T00:47:52.148Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2028 | 2024-11-08T00:47:52.301Z | Compiling num-rational v0.4.2 |
2029 | 2024-11-08T00:47:52.636Z | Compiling num-complex v0.4.6 |
2030 | 2024-11-08T00:47:52.970Z | Compiling prettyplease v0.2.22 |
2031 | 2024-11-08T00:47:53.298Z | Compiling float-ord v0.3.2 |
2032 | 2024-11-08T00:47:53.488Z | Compiling semver v0.1.20 |
2033 | 2024-11-08T00:47:53.935Z | Compiling num v0.4.3 |
2034 | 2024-11-08T00:47:54.066Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2035 | 2024-11-08T00:47:54.084Z | Compiling rustc_version v0.1.7 |
2036 | 2024-11-08T00:47:54.505Z | Compiling newtype_derive v0.1.6 |
2037 | 2024-11-08T00:47:54.847Z | Compiling highway v1.2.0 |
2038 | 2024-11-08T00:47:54.903Z | Compiling humantime v2.1.0 |
2039 | 2024-11-08T00:47:55.913Z | Compiling home v0.5.9 |
2040 | 2024-11-08T00:47:56.080Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2041 | 2024-11-08T00:47:56.170Z | Compiling steno v0.4.1 |
2042 | 2024-11-08T00:47:58.911Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2043 | 2024-11-08T00:47:59.244Z | Compiling newtype-uuid v1.1.2 |
2044 | 2024-11-08T00:47:59.603Z | Compiling tungstenite v0.21.0 |
2045 | 2024-11-08T00:47:59.915Z | Compiling ipnetwork v0.20.0 |
2046 | 2024-11-08T00:48:00.720Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2047 | 2024-11-08T00:48:00.752Z | Compiling slog-dtrace v0.3.0 |
2048 | 2024-11-08T00:48:01.080Z | Compiling instant v0.1.13 |
2049 | 2024-11-08T00:48:01.245Z | Compiling backoff v0.4.0 |
2050 | 2024-11-08T00:48:01.698Z | Compiling tokio-tungstenite v0.21.0 |
2051 | 2024-11-08T00:48:02.347Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2052 | 2024-11-08T00:48:03.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2053 | 2024-11-08T00:48:03.413Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2054 | 2024-11-08T00:48:04.613Z | Compiling parse-display v0.10.0 |
2055 | 2024-11-08T00:48:05.167Z | Compiling serde_with v3.11.0 |
2056 | 2024-11-08T00:48:06.198Z | Compiling strum v0.26.3 |
2057 | 2024-11-08T00:48:06.401Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-11-08T00:48:06.595Z | Compiling regress v0.9.1 |
2059 | 2024-11-08T00:48:09.101Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2060 | 2024-11-08T00:48:10.853Z | Compiling macaddr v1.0.1 |
2061 | 2024-11-08T00:48:11.191Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2062 | 2024-11-08T00:48:11.408Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2063 | 2024-11-08T00:48:12.457Z | Compiling display-error-chain v0.2.2 |
2064 | 2024-11-08T00:48:12.694Z | Compiling arc-swap v1.7.1 |
2065 | 2024-11-08T00:48:13.387Z | Compiling slog-scope v4.4.0 |
2066 | 2024-11-08T00:48:13.827Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2067 | 2024-11-08T00:48:14.220Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2068 | 2024-11-08T00:48:15.304Z | Compiling half v2.4.1 |
2069 | 2024-11-08T00:48:16.037Z | Compiling ciborium-io v0.2.2 |
2070 | 2024-11-08T00:48:16.193Z | Compiling ciborium-ll v0.2.2 |
2071 | 2024-11-08T00:48:16.710Z | Compiling slog-stdlog v4.1.1 |
2072 | 2024-11-08T00:48:17.529Z | Compiling slog-envlogger v2.2.0 |
2073 | 2024-11-08T00:48:18.225Z | Compiling ciborium v0.2.2 |
2074 | 2024-11-08T00:48:18.812Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2075 | 2024-11-08T00:48:20.304Z | Compiling fastrand v2.1.1 |
2076 | 2024-11-08T00:48:20.323Z | Compiling same-file v1.0.6 |
2077 | 2024-11-08T00:48:20.667Z | Compiling walkdir v2.5.0 |
2078 | 2024-11-08T00:48:20.843Z | Compiling tempfile v3.13.0 |
2079 | 2024-11-08T00:48:21.320Z | Compiling blake3 v1.5.4 |
2080 | 2024-11-08T00:48:21.617Z | Compiling ring v0.16.20 |
2081 | 2024-11-08T00:48:21.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2082 | 2024-11-08T00:48:24.938Z | Compiling xattr v1.3.1 |
2083 | 2024-11-08T00:48:25.223Z | Compiling filetime v0.2.25 |
2084 | 2024-11-08T00:48:25.535Z | Compiling memmap2 v0.9.5 |
2085 | 2024-11-08T00:48:25.976Z | Compiling keccak v0.1.5 |
2086 | 2024-11-08T00:48:27.097Z | Compiling constant_time_eq v0.3.1 |
2087 | 2024-11-08T00:48:27.270Z | Compiling spin v0.5.2 |
2088 | 2024-11-08T00:48:27.524Z | Compiling arrayref v0.3.9 |
2089 | 2024-11-08T00:48:27.641Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-08T00:48:28.077Z | Compiling untrusted v0.7.1 |
2091 | 2024-11-08T00:48:29.240Z | Compiling sha3 v0.10.8 |
2092 | 2024-11-08T00:48:29.473Z | Compiling tar v0.4.42 |
2093 | 2024-11-08T00:48:30.117Z | Compiling camino-tempfile v1.1.1 |
2094 | 2024-11-08T00:48:30.590Z | Compiling toolchain_find v0.4.0 |
2095 | 2024-11-08T00:48:31.163Z | Compiling nibble_vec v0.1.0 |
2096 | 2024-11-08T00:48:31.379Z | Compiling topological-sort v0.2.2 |
2097 | 2024-11-08T00:48:31.398Z | Compiling maplit v1.0.2 |
2098 | 2024-11-08T00:48:31.425Z | Compiling crunchy v0.2.2 |
2099 | 2024-11-08T00:48:31.444Z | Compiling radium v0.7.0 |
2100 | 2024-11-08T00:48:31.520Z | Compiling glob v0.3.1 |
2101 | 2024-11-08T00:48:31.608Z | Compiling endian-type v0.1.2 |
2102 | 2024-11-08T00:48:31.853Z | Compiling radix_trie v0.2.1 |
2103 | 2024-11-08T00:48:31.913Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-11-08T00:48:31.930Z | Compiling rustfmt-wrapper v0.2.1 |
2105 | 2024-11-08T00:48:32.080Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2106 | 2024-11-08T00:48:32.272Z | Compiling clang-sys v1.8.1 |
2107 | 2024-11-08T00:48:32.508Z | Compiling pem v3.0.4 |
2108 | 2024-11-08T00:48:32.768Z | Compiling tiny-keccak v2.0.2 |
2109 | 2024-11-08T00:48:32.976Z | Compiling maybe-uninit v2.0.0 |
2110 | 2024-11-08T00:48:33.083Z | Compiling tap v1.0.1 |
2111 | 2024-11-08T00:48:33.300Z | Compiling wyz v0.5.1 |
2112 | 2024-11-08T00:48:33.644Z | Compiling dsl_auto_type v0.1.2 |
2113 | 2024-11-08T00:48:33.776Z | Compiling scheduled-thread-pool v0.2.7 |
2114 | 2024-11-08T00:48:33.928Z | Compiling secrecy v0.8.0 |
2115 | 2024-11-08T00:48:33.962Z | Compiling diesel_table_macro_syntax v0.2.0 |
2116 | 2024-11-08T00:48:34.216Z | Compiling funty v2.0.0 |
2117 | 2024-11-08T00:48:34.355Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2118 | 2024-11-08T00:48:34.697Z | Compiling packed_struct v0.10.1 |
2119 | 2024-11-08T00:48:34.959Z | Compiling crc-catalog v2.4.0 |
2120 | 2024-11-08T00:48:35.002Z | Compiling diesel_derives v2.2.3 |
2121 | 2024-11-08T00:48:35.140Z | Compiling crc v3.2.1 |
2122 | 2024-11-08T00:48:35.247Z | Compiling r2d2 v0.8.10 |
2123 | 2024-11-08T00:48:35.720Z | Compiling bitvec v1.0.1 |
2124 | 2024-11-08T00:48:36.366Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2125 | 2024-11-08T00:48:36.844Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2126 | 2024-11-08T00:48:36.907Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2127 | 2024-11-08T00:48:36.968Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2128 | 2024-11-08T00:48:37.223Z | Compiling ascii-canvas v3.0.0 |
2129 | 2024-11-08T00:48:37.716Z | Compiling universal-hash v0.5.1 |
2130 | 2024-11-08T00:48:37.968Z | Compiling thiserror-impl-no-std v2.0.2 |
2131 | 2024-11-08T00:48:40.379Z | Compiling packed_struct_codegen v0.10.1 |
2132 | 2024-11-08T00:48:40.556Z | Compiling ena v0.14.3 |
2133 | 2024-11-08T00:48:41.019Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-11-08T00:48:41.721Z | Compiling indexmap v1.9.3 |
2135 | 2024-11-08T00:48:42.062Z | Compiling libloading v0.8.5 |
2136 | 2024-11-08T00:48:42.464Z | Compiling regex-syntax v0.6.29 |
2137 | 2024-11-08T00:48:42.728Z | Compiling nodrop v0.1.14 |
2138 | 2024-11-08T00:48:42.874Z | Compiling bindgen v0.69.5 |
2139 | 2024-11-08T00:48:43.352Z | Compiling diff v0.1.13 |
2140 | 2024-11-08T00:48:43.872Z | Compiling opaque-debug v0.3.1 |
2141 | 2024-11-08T00:48:43.989Z | Compiling poly1305 v0.8.0 |
2142 | 2024-11-08T00:48:45.602Z | Compiling array-init v0.0.4 |
2143 | 2024-11-08T00:48:45.771Z | Compiling diesel v2.2.4 |
2144 | 2024-11-08T00:48:46.897Z | Compiling lalrpop v0.19.12 |
2145 | 2024-11-08T00:48:53.740Z | Compiling thiserror-no-std v2.0.2 |
2146 | 2024-11-08T00:48:53.869Z | Compiling smallvec v0.6.14 |
2147 | 2024-11-08T00:48:54.954Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2148 | 2024-11-08T00:48:55.994Z | Compiling which v4.4.2 |
2149 | 2024-11-08T00:48:56.538Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2150 | 2024-11-08T00:48:56.863Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2151 | 2024-11-08T00:48:57.101Z | Compiling chacha20 v0.9.1 |
2152 | 2024-11-08T00:48:57.608Z | Compiling heck v0.3.3 |
2153 | 2024-11-08T00:48:57.975Z | Compiling const_format_proc_macros v0.2.33 |
2154 | 2024-11-08T00:48:59.819Z | Compiling cexpr v0.6.0 |
2155 | 2024-11-08T00:49:01.378Z | Compiling aead v0.5.2 |
2156 | 2024-11-08T00:49:01.665Z | Compiling rustc-hash v1.1.0 |
2157 | 2024-11-08T00:49:01.754Z | Compiling termcolor v1.4.1 |
2158 | 2024-11-08T00:49:01.841Z | Compiling ref-cast v1.0.23 |
2159 | 2024-11-08T00:49:02.309Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-11-08T00:49:02.632Z | Compiling hashbrown v0.12.3 |
2161 | 2024-11-08T00:49:02.818Z | Compiling lazycell v1.3.0 |
2162 | 2024-11-08T00:49:03.015Z | Compiling bitfield v0.14.0 |
2163 | 2024-11-08T00:49:03.337Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2164 | 2024-11-08T00:49:05.238Z | Compiling env_logger v0.10.2 |
2165 | 2024-11-08T00:49:08.436Z | Compiling chacha20poly1305 v0.10.1 |
2166 | 2024-11-08T00:49:08.682Z | Compiling const_format v0.2.33 |
2167 | 2024-11-08T00:49:09.949Z | Compiling zone_cfg_derive v0.1.2 |
2168 | 2024-11-08T00:49:10.397Z | Compiling polar-core v0.27.3 |
2169 | 2024-11-08T00:49:11.412Z | Compiling serde-hex v0.1.0 |
2170 | 2024-11-08T00:49:11.646Z | Compiling vsss-rs v3.3.4 |
2171 | 2024-11-08T00:49:16.325Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2172 | 2024-11-08T00:49:16.536Z | Compiling ron v0.8.1 |
2173 | 2024-11-08T00:49:16.662Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2174 | 2024-11-08T00:49:16.982Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2175 | 2024-11-08T00:49:17.572Z | Compiling derive_builder_core v0.20.2 |
2176 | 2024-11-08T00:49:17.929Z | Compiling hashbrown v0.13.2 |
2177 | 2024-11-08T00:49:19.332Z | Compiling headers-core v0.3.0 |
2178 | 2024-11-08T00:49:19.524Z | Compiling fxhash v0.2.1 |
2179 | 2024-11-08T00:49:19.687Z | Compiling libxml v0.3.3 |
2180 | 2024-11-08T00:49:19.769Z | Compiling ref-cast-impl v1.0.23 |
2181 | 2024-11-08T00:49:20.091Z | Compiling crc-any v2.5.0 |
2182 | 2024-11-08T00:49:20.914Z | Compiling base64 v0.13.1 |
2183 | 2024-11-08T00:49:21.204Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2184 | 2024-11-08T00:49:21.687Z | Compiling ron v0.7.1 |
2185 | 2024-11-08T00:49:22.580Z | Compiling derive_builder_macro v0.20.2 |
2186 | 2024-11-08T00:49:23.418Z | Compiling headers v0.4.0 |
2187 | 2024-11-08T00:49:26.818Z | Compiling object v0.30.4 |
2188 | 2024-11-08T00:49:26.966Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2189 | 2024-11-08T00:49:27.079Z | Compiling samael v0.0.17 |
2190 | 2024-11-08T00:49:28.531Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-11-08T00:49:28.629Z | Compiling xz2 v0.1.7 |
2192 | 2024-11-08T00:49:29.255Z | Compiling zone v0.1.8 |
2193 | 2024-11-08T00:49:34.765Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2194 | 2024-11-08T00:49:35.278Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2024-11-08T00:49:35.512Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2196 | 2024-11-08T00:49:35.821Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2197 | 2024-11-08T00:49:37.591Z | Compiling yasna v0.5.2 |
2198 | 2024-11-08T00:49:37.852Z | Compiling phf_generator v0.11.2 |
2199 | 2024-11-08T00:49:38.059Z | Compiling strum_macros v0.24.3 |
2200 | 2024-11-08T00:49:39.363Z | Compiling kstat-rs v0.2.4 |
2201 | 2024-11-08T00:49:40.268Z | Compiling async-recursion v1.1.1 |
2202 | 2024-11-08T00:49:40.727Z | Compiling unicase v2.7.0 |
2203 | 2024-11-08T00:49:40.780Z | Compiling indoc v1.0.9 |
2204 | 2024-11-08T00:49:40.941Z | Compiling path-slash v0.1.5 |
2205 | 2024-11-08T00:49:41.060Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2206 | 2024-11-08T00:49:41.107Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2207 | 2024-11-08T00:49:41.213Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2208 | 2024-11-08T00:49:41.602Z | Compiling rcgen v0.12.1 |
2209 | 2024-11-08T00:49:41.996Z | Compiling phf_codegen v0.11.2 |
2210 | 2024-11-08T00:49:43.933Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2211 | 2024-11-08T00:49:53.425Z | Compiling derive_builder v0.20.2 |
2212 | 2024-11-08T00:49:55.875Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-11-08T00:49:56.455Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2214 | 2024-11-08T00:49:56.787Z | Compiling http v0.2.12 |
2215 | 2024-11-08T00:49:58.329Z | Compiling oso-derive v0.27.3 |
2216 | 2024-11-08T00:49:59.312Z | Compiling impl-trait-for-tuples v0.2.2 |
2217 | 2024-11-08T00:50:00.802Z | Compiling parse-zoneinfo v0.3.1 |
2218 | 2024-11-08T00:50:01.535Z | Compiling libz-sys v1.1.20 |
2219 | 2024-11-08T00:50:01.837Z | Compiling quick-xml v0.33.0 |
2220 | 2024-11-08T00:50:02.211Z | Compiling subprocess v0.2.9 |
2221 | 2024-11-08T00:50:02.309Z | Compiling diesel-dtrace v0.3.0 |
2222 | 2024-11-08T00:50:02.658Z | Compiling parking_lot_core v0.8.6 |
2223 | 2024-11-08T00:50:03.104Z | Compiling cfg_aliases v0.1.1 |
2224 | 2024-11-08T00:50:03.227Z | Compiling nix v0.28.0 |
2225 | 2024-11-08T00:50:04.031Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-11-08T00:50:05.587Z | Compiling oso v0.27.3 |
2227 | 2024-11-08T00:50:07.115Z | Compiling chrono-tz-build v0.4.0 |
2228 | 2024-11-08T00:50:08.258Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2229 | 2024-11-08T00:50:09.771Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2230 | 2024-11-08T00:50:11.821Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2231 | 2024-11-08T00:50:14.936Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2232 | 2024-11-08T00:50:15.070Z | Compiling bb8 v0.8.5 |
2233 | 2024-11-08T00:50:15.399Z | Compiling vte_generate_state_changes v0.1.2 |
2234 | 2024-11-08T00:50:15.701Z | Compiling buf-list v1.0.3 |
2235 | 2024-11-08T00:50:15.995Z | Compiling vte v0.11.1 |
2236 | 2024-11-08T00:50:16.350Z | Compiling async-bb8-diesel v0.2.1 |
2237 | 2024-11-08T00:50:17.249Z | Compiling chrono-tz v0.10.0 |
2238 | 2024-11-08T00:50:18.035Z | Compiling http-body v0.4.6 |
2239 | 2024-11-08T00:50:18.583Z | Compiling h2 v0.3.26 |
2240 | 2024-11-08T00:50:18.943Z | Compiling fd-lock v4.0.2 |
2241 | 2024-11-08T00:50:19.191Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2242 | 2024-11-08T00:50:19.935Z | Compiling pin-project-internal v1.1.6 |
2243 | 2024-11-08T00:50:22.610Z | Compiling atty v0.2.14 |
2244 | 2024-11-08T00:50:22.795Z | Compiling bytecount v0.6.8 |
2245 | 2024-11-08T00:50:22.844Z | Compiling salty v0.3.0 |
2246 | 2024-11-08T00:50:23.128Z | Compiling papergrid v0.11.0 |
2247 | 2024-11-08T00:50:23.315Z | Compiling pin-project v1.1.6 |
2248 | 2024-11-08T00:50:36.094Z | Compiling hyper v0.14.30 |
2249 | 2024-11-08T00:50:38.526Z | Compiling parking_lot v0.11.2 |
2250 | 2024-11-08T00:50:46.941Z | Compiling strip-ansi-escapes v0.2.0 |
2251 | 2024-11-08T00:50:47.802Z | Compiling tabled_derive v0.7.0 |
2252 | 2024-11-08T00:50:48.052Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2253 | 2024-11-08T00:50:49.861Z | Compiling peg-macros v0.8.4 |
2254 | 2024-11-08T00:50:50.210Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2255 | 2024-11-08T00:50:51.223Z | Compiling snafu-derive v0.8.5 |
2256 | 2024-11-08T00:50:52.843Z | Compiling sqlparser_derive v0.2.2 |
2257 | 2024-11-08T00:50:52.998Z | Compiling bumpalo v3.16.0 |
2258 | 2024-11-08T00:50:53.600Z | Compiling sync_wrapper v0.1.2 |
2259 | 2024-11-08T00:50:53.761Z | Compiling zip v2.1.3 |
2260 | 2024-11-08T00:50:53.819Z | Compiling nu-ansi-term v0.50.1 |
2261 | 2024-11-08T00:50:54.091Z | Compiling simd-adler32 v0.3.7 |
2262 | 2024-11-08T00:50:55.083Z | Compiling lockfree-object-pool v0.1.6 |
2263 | 2024-11-08T00:50:55.308Z | Compiling unicode_categories v0.1.1 |
2264 | 2024-11-08T00:50:55.394Z | Compiling zopfli v0.8.1 |
2265 | 2024-11-08T00:50:55.488Z | Compiling rustyline v14.0.0 |
2266 | 2024-11-08T00:50:55.507Z | Compiling snafu v0.8.5 |
2267 | 2024-11-08T00:50:55.682Z | Compiling sqlformat v0.2.6 |
2268 | 2024-11-08T00:50:55.727Z | Compiling reedline v0.35.0 |
2269 | 2024-11-08T00:50:56.580Z | Compiling sqlparser v0.45.0 |
2270 | 2024-11-08T00:50:56.687Z | Compiling reqwest v0.11.27 |
2271 | 2024-11-08T00:50:59.500Z | Compiling peg v0.8.4 |
2272 | 2024-11-08T00:50:59.657Z | Compiling tabled v0.15.0 |
2273 | 2024-11-08T00:51:07.731Z | Compiling sled v0.34.7 |
2274 | 2024-11-08T00:51:18.972Z | Compiling mime_guess v2.0.5 |
2275 | 2024-11-08T00:51:20.043Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2276 | 2024-11-08T00:51:21.346Z | Compiling hickory-client v0.24.1 |
2277 | 2024-11-08T00:51:22.234Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2278 | 2024-11-08T00:51:26.735Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2279 | 2024-11-08T00:51:30.366Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2280 | 2024-11-08T00:51:32.984Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2281 | 2024-11-08T00:51:33.088Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2282 | 2024-11-08T00:51:34.633Z | Compiling globset v0.4.15 |
2283 | 2024-11-08T00:51:41.849Z | Compiling hickory-server v0.24.1 |
2284 | 2024-11-08T00:51:41.936Z | Compiling primeorder v0.13.6 |
2285 | 2024-11-08T00:51:41.995Z | Compiling olpc-cjson v0.1.4 |
2286 | 2024-11-08T00:51:42.363Z | Compiling vergen v8.3.2 |
2287 | 2024-11-08T00:51:42.524Z | Compiling bcs v0.1.6 |
2288 | 2024-11-08T00:51:42.701Z | Compiling env_filter v0.1.2 |
2289 | 2024-11-08T00:51:42.994Z | Compiling serde_plain v1.0.2 |
2290 | 2024-11-08T00:51:43.465Z | Compiling cargo-platform v0.1.8 |
2291 | 2024-11-08T00:51:43.537Z | Compiling displaydoc v0.2.5 |
2292 | 2024-11-08T00:51:43.997Z | Compiling nanorand v0.7.0 |
2293 | 2024-11-08T00:51:44.281Z | Compiling memoffset v0.9.1 |
2294 | 2024-11-08T00:51:44.642Z | Compiling typed-path v0.7.1 |
2295 | 2024-11-08T00:51:44.852Z | Compiling flume v0.11.0 |
2296 | 2024-11-08T00:51:45.645Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2297 | 2024-11-08T00:51:49.097Z | Compiling tough v0.17.1 |
2298 | 2024-11-08T00:51:51.164Z | Compiling cargo_metadata v0.18.1 |
2299 | 2024-11-08T00:51:53.831Z | Compiling env_logger v0.11.5 |
2300 | 2024-11-08T00:51:54.492Z | Compiling p384 v0.13.0 |
2301 | 2024-11-08T00:51:55.311Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2302 | 2024-11-08T00:51:58.292Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2303 | 2024-11-08T00:52:02.132Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2304 | 2024-11-08T00:52:03.401Z | Compiling git2 v0.19.0 |
2305 | 2024-11-08T00:52:05.040Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2306 | 2024-11-08T00:52:09.413Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2307 | 2024-11-08T00:52:09.734Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2308 | 2024-11-08T00:52:11.376Z | Compiling rand_seeder v0.3.0 |
2309 | 2024-11-08T00:52:11.794Z | Compiling libsqlite3-sys v0.30.1 |
2310 | 2024-11-08T00:52:12.323Z | Compiling parse-size v1.1.0 |
2311 | 2024-11-08T00:52:12.438Z | Compiling rustls v0.21.12 |
2312 | 2024-11-08T00:52:12.538Z | Compiling cfg_aliases v0.2.1 |
2313 | 2024-11-08T00:52:12.581Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2314 | 2024-11-08T00:52:12.625Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2315 | 2024-11-08T00:52:12.660Z | Compiling nix v0.29.0 |
2316 | 2024-11-08T00:52:12.839Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2317 | 2024-11-08T00:52:13.059Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2024-11-08T00:52:14.604Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2319 | 2024-11-08T00:52:15.347Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2320 | 2024-11-08T00:52:16.106Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2321 | 2024-11-08T00:52:16.277Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2322 | 2024-11-08T00:52:16.442Z | Compiling rustls-webpki v0.101.7 |
2323 | 2024-11-08T00:52:19.425Z | Compiling sct v0.7.1 |
2324 | 2024-11-08T00:52:19.924Z | Compiling castaway v0.2.3 |
2325 | 2024-11-08T00:52:20.146Z | Compiling csv-core v0.1.11 |
2326 | 2024-11-08T00:52:20.289Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-11-08T00:52:20.444Z | Compiling http-range v0.1.5 |
2328 | 2024-11-08T00:52:21.024Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2329 | 2024-11-08T00:52:21.041Z | Compiling hyper-staticfile v0.10.1 |
2330 | 2024-11-08T00:52:22.654Z | Compiling csv v1.3.0 |
2331 | 2024-11-08T00:52:24.056Z | Compiling compact_str v0.8.0 |
2332 | 2024-11-08T00:52:24.805Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2333 | 2024-11-08T00:52:26.855Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2334 | 2024-11-08T00:52:28.184Z | Compiling nix v0.27.1 |
2335 | 2024-11-08T00:52:31.094Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2336 | 2024-11-08T00:52:32.164Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2337 | 2024-11-08T00:52:34.097Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2338 | 2024-11-08T00:52:40.087Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2339 | 2024-11-08T00:52:42.626Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2340 | 2024-11-08T00:52:46.175Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2341 | 2024-11-08T00:52:46.532Z | Compiling unicode-truncate v1.1.0 |
2342 | 2024-11-08T00:52:46.841Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2343 | 2024-11-08T00:52:47.175Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2344 | 2024-11-08T00:52:47.471Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2345 | 2024-11-08T00:52:47.504Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2346 | 2024-11-08T00:52:50.043Z | Compiling hashlink v0.9.1 |
2347 | 2024-11-08T00:52:50.218Z | Compiling tungstenite v0.23.0 |
2348 | 2024-11-08T00:52:50.287Z | Compiling lru v0.12.5 |
2349 | 2024-11-08T00:52:50.652Z | Compiling instability v0.3.2 |
2350 | 2024-11-08T00:52:50.878Z | Compiling cassowary v0.3.0 |
2351 | 2024-11-08T00:52:51.635Z | Compiling fallible-streaming-iterator v0.1.9 |
2352 | 2024-11-08T00:52:51.953Z | Compiling fallible-iterator v0.3.0 |
2353 | 2024-11-08T00:52:52.764Z | Compiling rusqlite v0.32.1 |
2354 | 2024-11-08T00:52:54.508Z | Compiling ratatui v0.28.1 |
2355 | 2024-11-08T00:52:54.997Z | Compiling tokio-tungstenite v0.23.1 |
2356 | 2024-11-08T00:52:55.688Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2357 | 2024-11-08T00:53:00.873Z | Compiling tokio-rustls v0.24.1 |
2358 | 2024-11-08T00:53:01.376Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2359 | 2024-11-08T00:53:14.156Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2360 | 2024-11-08T00:53:15.866Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2361 | 2024-11-08T00:53:15.903Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-11-08T00:53:17.711Z | Compiling rustls-pemfile v1.0.4 |
2363 | 2024-11-08T00:53:18.480Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2364 | 2024-11-08T00:53:18.930Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2365 | 2024-11-08T00:53:19.702Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2366 | 2024-11-08T00:53:19.895Z | Compiling signal-hook-tokio v0.3.1 |
2367 | 2024-11-08T00:53:20.101Z | Compiling twox-hash v1.6.3 |
2368 | 2024-11-08T00:53:20.140Z | Compiling unicode-linebreak v0.1.5 |
2369 | 2024-11-08T00:53:20.721Z | Compiling smawk v0.3.2 |
2370 | 2024-11-08T00:53:21.001Z | Compiling is_ci v1.2.0 |
2371 | 2024-11-08T00:53:21.138Z | Compiling textwrap v0.16.1 |
2372 | 2024-11-08T00:53:21.337Z | Compiling supports-color v3.0.1 |
2373 | 2024-11-08T00:53:23.781Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2374 | 2024-11-08T00:53:29.156Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2375 | 2024-11-08T00:53:33.949Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2376 | 2024-11-08T00:53:36.181Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2377 | 2024-11-08T00:53:41.031Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2378 | 2024-11-08T00:53:47.073Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2379 | 2024-11-08T00:53:47.693Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2380 | 2024-11-08T00:53:54.540Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2381 | 2024-11-08T00:54:01.775Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2382 | 2024-11-08T00:54:02.108Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2383 | 2024-11-08T00:54:02.686Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2384 | 2024-11-08T00:54:06.604Z | Compiling fatfs v0.3.6 |
2385 | 2024-11-08T00:54:08.600Z | Compiling rtoolbox v0.0.2 |
2386 | 2024-11-08T00:54:09.054Z | Compiling assert_matches v1.5.0 |
2387 | 2024-11-08T00:54:09.488Z | Compiling rpassword v7.3.1 |
2388 | 2024-11-08T00:54:09.938Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2389 | 2024-11-08T00:54:12.058Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2390 | 2024-11-08T00:54:19.555Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2391 | 2024-11-08T00:54:26.684Z | Compiling tui-tree-widget v0.22.0 |
2392 | 2024-11-08T00:54:27.157Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2393 | 2024-11-08T00:54:27.574Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2394 | 2024-11-08T00:54:38.940Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2395 | 2024-11-08T00:54:39.268Z | Compiling uzers v0.12.1 |
2396 | 2024-11-08T00:54:41.108Z | Compiling shell-words v1.1.0 |
2397 | 2024-11-08T00:54:41.626Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2398 | 2024-11-08T00:54:42.408Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2399 | 2024-11-08T00:54:44.466Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2400 | 2024-11-08T00:55:09.357Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2401 | 2024-11-08T00:55:16.146Z | Compiling multimap v0.10.0 |
2402 | 2024-11-08T00:57:19.178Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2403 | 2024-11-08T00:57:38.306Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2404 | 2024-11-08T01:06:04.984Z | Finished `release` profile [optimized] target(s) in 18m 16s |
2405 | 2024-11-08T01:07:02.567Z | |
2406 | 2024-11-08T01:07:02.575Z | real 19:15.408940500 |
2407 | 2024-11-08T01:07:02.575Z | user 2:06:21.115938823 |
2408 | 2024-11-08T01:07:02.575Z | sys 6:02.179000729 |
2409 | 2024-11-08T01:07:02.575Z | trap 2.963794432 |
2410 | 2024-11-08T01:07:02.575Z | tflt 3.448012641 |
2411 | 2024-11-08T01:07:02.575Z | dflt 4.511232394 |
2412 | 2024-11-08T01:07:02.575Z | kflt 0.014301665 |
2413 | 2024-11-08T01:07:02.575Z | lock 7:34:29.647075068 |
2414 | 2024-11-08T01:07:02.575Z | slp 6:17:27.698973670 |
2415 | 2024-11-08T01:07:02.575Z | lat 2:58.477841979 |
2416 | 2024-11-08T01:07:02.575Z | stop 2:37.378124165 |
2417 | 2024-11-08T01:07:02.575Z | + mapfile -t packages |
2418 | 2024-11-08T01:07:02.575Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2419 | 2024-11-08T01:07:03.509Z | Finished `release` profile [optimized] target(s) in 0.89s |
2420 | 2024-11-08T01:07:03.564Z | Running `target/release/omicron-package -t test list-outputs` |
2421 | 2024-11-08T01:07:03.601Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2422 | 2024-11-08T01:07:03.604Z | + ptime -m cargo build --locked --release -p xtask |
2423 | 2024-11-08T01:07:04.126Z | Compiling serde v1.0.210 |
2424 | 2024-11-08T01:07:04.129Z | Compiling libc v0.2.161 |
2425 | 2024-11-08T01:07:04.129Z | Compiling rustix v0.38.37 |
2426 | 2024-11-08T01:07:04.129Z | Compiling serde_json v1.0.128 |
2427 | 2024-11-08T01:07:04.217Z | Compiling syn v2.0.79 |
2428 | 2024-11-08T01:07:04.228Z | Compiling bitflags v2.6.0 |
2429 | 2024-11-08T01:07:04.569Z | Compiling usdt-impl v0.5.0 |
2430 | 2024-11-08T01:07:04.603Z | Compiling syn v1.0.109 |
2431 | 2024-11-08T01:07:04.703Z | Compiling log v0.4.22 |
2432 | 2024-11-08T01:07:04.706Z | Compiling hashbrown v0.15.0 |
2433 | 2024-11-08T01:07:04.710Z | Compiling fs-err v2.11.0 |
2434 | 2024-11-08T01:07:05.069Z | Compiling anyhow v1.0.92 |
2435 | 2024-11-08T01:07:05.196Z | Compiling once_cell v1.20.2 |
2436 | 2024-11-08T01:07:05.623Z | Compiling thread-id v4.2.2 |
2437 | 2024-11-08T01:07:06.085Z | Compiling indexmap v2.6.0 |
2438 | 2024-11-08T01:07:07.211Z | Compiling terminal_size v0.4.0 |
2439 | 2024-11-08T01:07:07.211Z | Compiling tempfile v3.13.0 |
2440 | 2024-11-08T01:07:07.456Z | Compiling clap_builder v4.5.20 |
2441 | 2024-11-08T01:07:07.939Z | Compiling proc-macro-error v1.0.4 |
2442 | 2024-11-08T01:07:09.090Z | Compiling tabled_derive v0.7.0 |
2443 | 2024-11-08T01:07:10.379Z | Compiling tabled v0.15.0 |
2444 | 2024-11-08T01:07:11.292Z | Compiling serde_derive v1.0.210 |
2445 | 2024-11-08T01:07:11.292Z | Compiling thiserror-impl v1.0.64 |
2446 | 2024-11-08T01:07:11.296Z | Compiling zerocopy-derive v0.7.35 |
2447 | 2024-11-08T01:07:11.296Z | Compiling scroll_derive v0.12.0 |
2448 | 2024-11-08T01:07:11.296Z | Compiling clap_derive v4.5.18 |
2449 | 2024-11-08T01:07:12.654Z | Compiling scroll v0.12.0 |
2450 | 2024-11-08T01:07:13.174Z | Compiling zerocopy v0.7.35 |
2451 | 2024-11-08T01:07:13.304Z | Compiling goblin v0.8.2 |
2452 | 2024-11-08T01:07:13.957Z | Compiling thiserror v1.0.64 |
2453 | 2024-11-08T01:07:14.112Z | Compiling pest v2.7.14 |
2454 | 2024-11-08T01:07:17.118Z | Compiling pest_meta v2.7.14 |
2455 | 2024-11-08T01:07:17.280Z | Compiling clap v4.5.20 |
2456 | 2024-11-08T01:07:18.933Z | Compiling pest_generator v2.7.14 |
2457 | 2024-11-08T01:07:20.978Z | Compiling pest_derive v2.7.14 |
2458 | 2024-11-08T01:07:21.781Z | Compiling dtrace-parser v0.2.0 |
2459 | 2024-11-08T01:07:25.976Z | Compiling toml_datetime v0.6.8 |
2460 | 2024-11-08T01:07:26.911Z | Compiling serde_tokenstream v0.2.2 |
2461 | 2024-11-08T01:07:27.492Z | Compiling serde_spanned v0.6.8 |
2462 | 2024-11-08T01:07:27.767Z | Compiling toml_edit v0.22.22 |
2463 | 2024-11-08T01:07:29.217Z | Compiling dof v0.3.0 |
2464 | 2024-11-08T01:07:31.283Z | Compiling camino v1.1.9 |
2465 | 2024-11-08T01:07:31.506Z | Compiling usdt-attr-macro v0.5.0 |
2466 | 2024-11-08T01:07:32.590Z | Compiling usdt-macro v0.5.0 |
2467 | 2024-11-08T01:07:32.636Z | Compiling toml v0.8.19 |
2468 | 2024-11-08T01:07:33.790Z | Compiling cargo-platform v0.1.8 |
2469 | 2024-11-08T01:07:34.898Z | Compiling semver v1.0.23 |
2470 | 2024-11-08T01:07:35.440Z | Compiling cargo_metadata v0.18.1 |
2471 | 2024-11-08T01:07:36.367Z | Compiling usdt v0.5.0 |
2472 | 2024-11-08T01:07:36.669Z | Compiling cargo_toml v0.20.5 |
2473 | 2024-11-08T01:07:37.787Z | Compiling camino-tempfile v1.1.1 |
2474 | 2024-11-08T01:07:38.570Z | Compiling macaddr v1.0.1 |
2475 | 2024-11-08T01:07:48.121Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2476 | 2024-11-08T01:07:59.121Z | Finished `release` profile [optimized] target(s) in 55.46s |
2477 | 2024-11-08T01:07:59.216Z | |
2478 | 2024-11-08T01:07:59.219Z | real 55.586210584 |
2479 | 2024-11-08T01:07:59.219Z | user 5:38.242254916 |
2480 | 2024-11-08T01:07:59.219Z | sys 29.226804762 |
2481 | 2024-11-08T01:07:59.219Z | trap 0.151723133 |
2482 | 2024-11-08T01:07:59.219Z | tflt 0.249788875 |
2483 | 2024-11-08T01:07:59.219Z | dflt 0.582404445 |
2484 | 2024-11-08T01:07:59.219Z | kflt 0.000000000 |
2485 | 2024-11-08T01:07:59.219Z | lock 11:03.655815633 |
2486 | 2024-11-08T01:07:59.219Z | slp 16:22.521159174 |
2487 | 2024-11-08T01:07:59.219Z | lat 13.371965549 |
2488 | 2024-11-08T01:07:59.219Z | stop 12.439895515 |
2489 | 2024-11-08T01:07:59.219Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2490 | 2024-11-08T01:07:59.219Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2491 | 2024-11-08T01:07:59.219Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2492 | 2024-11-08T01:07:59.219Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2493 | 2024-11-08T01:07:59.219Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2494 | 2024-11-08T01:08:00.048Z | Compiling hashbrown v0.14.5 |
2495 | 2024-11-08T01:08:00.169Z | Compiling unsafe-libyaml v0.2.11 |
2496 | 2024-11-08T01:08:00.180Z | Compiling progenitor-client v0.8.0 |
2497 | 2024-11-08T01:08:00.183Z | Compiling ident_case v1.0.1 |
2498 | 2024-11-08T01:08:00.183Z | Compiling ipnetwork v0.20.0 |
2499 | 2024-11-08T01:08:00.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2500 | 2024-11-08T01:08:00.183Z | Compiling instant v0.1.13 |
2501 | 2024-11-08T01:08:00.183Z | Compiling structmeta-derive v0.3.0 |
2502 | 2024-11-08T01:08:00.333Z | Compiling darling_core v0.20.10 |
2503 | 2024-11-08T01:08:00.363Z | Compiling newtype-uuid v1.1.2 |
2504 | 2024-11-08T01:08:00.622Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2505 | 2024-11-08T01:08:00.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2506 | 2024-11-08T01:08:01.019Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2507 | 2024-11-08T01:08:01.113Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2508 | 2024-11-08T01:08:01.369Z | Compiling regress v0.10.1 |
2509 | 2024-11-08T01:08:01.385Z | Compiling regress v0.9.1 |
2510 | 2024-11-08T01:08:01.461Z | Compiling serde_yaml v0.9.34+deprecated |
2511 | 2024-11-08T01:08:01.478Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2512 | 2024-11-08T01:08:01.654Z | Compiling backoff v0.4.0 |
2513 | 2024-11-08T01:08:01.882Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2514 | 2024-11-08T01:08:02.013Z | Compiling macaddr v1.0.1 |
2515 | 2024-11-08T01:08:02.030Z | Compiling tempfile v3.13.0 |
2516 | 2024-11-08T01:08:02.062Z | Compiling proc-macro-crate v1.3.1 |
2517 | 2024-11-08T01:08:02.450Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2518 | 2024-11-08T01:08:02.826Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2519 | 2024-11-08T01:08:02.902Z | Compiling structmeta v0.3.0 |
2520 | 2024-11-08T01:08:02.905Z | Compiling foreign-types-macros v0.2.3 |
2521 | 2024-11-08T01:08:03.136Z | Compiling num_enum_derive v0.5.11 |
2522 | 2024-11-08T01:08:03.157Z | Compiling heapless v0.8.0 |
2523 | 2024-11-08T01:08:03.337Z | Compiling parse-display-derive v0.10.0 |
2524 | 2024-11-08T01:08:03.747Z | Compiling foreign-types-shared v0.3.1 |
2525 | 2024-11-08T01:08:04.177Z | Compiling foreign-types v0.5.0 |
2526 | 2024-11-08T01:08:04.291Z | Compiling proc-macro-error v1.0.4 |
2527 | 2024-11-08T01:08:04.558Z | Compiling camino-tempfile v1.1.1 |
2528 | 2024-11-08T01:08:05.017Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2529 | 2024-11-08T01:08:05.091Z | Compiling typify-impl v0.2.0 |
2530 | 2024-11-08T01:08:05.412Z | Compiling hash32 v0.3.1 |
2531 | 2024-11-08T01:08:05.663Z | Compiling cstr-argument v0.1.2 |
2532 | 2024-11-08T01:08:05.684Z | Compiling num_enum v0.5.11 |
2533 | 2024-11-08T01:08:05.859Z | Compiling crucible-workspace-hack v0.1.0 |
2534 | 2024-11-08T01:08:05.901Z | Compiling smoltcp v0.11.0 |
2535 | 2024-11-08T01:08:05.946Z | Compiling pretty-hex v0.2.1 |
2536 | 2024-11-08T01:08:06.145Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2537 | 2024-11-08T01:08:06.190Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2538 | 2024-11-08T01:08:06.331Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2539 | 2024-11-08T01:08:06.492Z | Compiling tabwriter v1.4.0 |
2540 | 2024-11-08T01:08:06.512Z | Compiling colored v2.1.0 |
2541 | 2024-11-08T01:08:06.602Z | Compiling darling_macro v0.20.10 |
2542 | 2024-11-08T01:08:06.647Z | Compiling cobs v0.2.3 |
2543 | 2024-11-08T01:08:06.914Z | Compiling postcard v1.0.10 |
2544 | 2024-11-08T01:08:06.989Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2545 | 2024-11-08T01:08:07.057Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2546 | 2024-11-08T01:08:07.240Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2547 | 2024-11-08T01:08:07.257Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2548 | 2024-11-08T01:08:07.456Z | Compiling smf v0.2.3 |
2549 | 2024-11-08T01:08:07.543Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2550 | 2024-11-08T01:08:07.560Z | Compiling darling v0.20.10 |
2551 | 2024-11-08T01:08:07.704Z | Compiling serde_with_macros v3.11.0 |
2552 | 2024-11-08T01:08:07.726Z | Compiling parse-display v0.10.0 |
2553 | 2024-11-08T01:08:07.891Z | Compiling zone_cfg_derive v0.3.0 |
2554 | 2024-11-08T01:08:08.089Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2555 | 2024-11-08T01:08:08.431Z | Compiling num-derive v0.4.2 |
2556 | 2024-11-08T01:08:08.570Z | Compiling sigpipe v0.1.3 |
2557 | 2024-11-08T01:08:08.704Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2558 | 2024-11-08T01:08:08.786Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2559 | 2024-11-08T01:08:09.056Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2560 | 2024-11-08T01:08:09.320Z | Compiling zone v0.3.0 |
2561 | 2024-11-08T01:08:09.478Z | Compiling universal-hash v0.5.1 |
2562 | 2024-11-08T01:08:09.692Z | Compiling opaque-debug v0.3.1 |
2563 | 2024-11-08T01:08:09.859Z | Compiling num-rational v0.4.2 |
2564 | 2024-11-08T01:08:09.942Z | Compiling password-hash v0.5.0 |
2565 | 2024-11-08T01:08:10.496Z | Compiling serde_with v3.11.0 |
2566 | 2024-11-08T01:08:10.762Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2567 | 2024-11-08T01:08:10.899Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2568 | 2024-11-08T01:08:10.965Z | Compiling blake2 v0.10.6 |
2569 | 2024-11-08T01:08:11.545Z | Compiling num-complex v0.4.6 |
2570 | 2024-11-08T01:08:11.695Z | Compiling aead v0.5.2 |
2571 | 2024-11-08T01:08:11.870Z | Compiling keccak v0.1.5 |
2572 | 2024-11-08T01:08:12.077Z | Compiling convert_case v0.4.0 |
2573 | 2024-11-08T01:08:12.345Z | Compiling sha3 v0.10.8 |
2574 | 2024-11-08T01:08:12.423Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2575 | 2024-11-08T01:08:12.625Z | Compiling num v0.4.3 |
2576 | 2024-11-08T01:08:12.748Z | Compiling argon2 v0.5.3 |
2577 | 2024-11-08T01:08:12.812Z | Compiling poly1305 v0.8.0 |
2578 | 2024-11-08T01:08:13.007Z | Compiling derive_more v0.99.18 |
2579 | 2024-11-08T01:08:13.034Z | Compiling tungstenite v0.21.0 |
2580 | 2024-11-08T01:08:13.390Z | Compiling chacha20 v0.9.1 |
2581 | 2024-11-08T01:08:13.900Z | Compiling base64 v0.21.7 |
2582 | 2024-11-08T01:08:14.487Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2583 | 2024-11-08T01:08:14.568Z | Compiling float-ord v0.3.2 |
2584 | 2024-11-08T01:08:14.636Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2585 | 2024-11-08T01:08:14.654Z | Compiling tokio-tungstenite v0.21.0 |
2586 | 2024-11-08T01:08:14.740Z | Compiling semver v0.1.20 |
2587 | 2024-11-08T01:08:15.131Z | Compiling same-file v1.0.6 |
2588 | 2024-11-08T01:08:15.207Z | Compiling rustc_version v0.1.7 |
2589 | 2024-11-08T01:08:15.296Z | Compiling newline-converter v0.3.0 |
2590 | 2024-11-08T01:08:15.446Z | Compiling walkdir v2.5.0 |
2591 | 2024-11-08T01:08:15.462Z | Compiling primeorder v0.13.6 |
2592 | 2024-11-08T01:08:15.480Z | Compiling secrecy v0.8.0 |
2593 | 2024-11-08T01:08:15.582Z | Compiling home v0.5.9 |
2594 | 2024-11-08T01:08:15.695Z | Compiling owo-colors v4.1.0 |
2595 | 2024-11-08T01:08:15.749Z | Compiling prettyplease v0.2.22 |
2596 | 2024-11-08T01:08:15.824Z | Compiling cancel-safe-futures v0.1.5 |
2597 | 2024-11-08T01:08:15.878Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2598 | 2024-11-08T01:08:15.977Z | Compiling newtype_derive v0.1.6 |
2599 | 2024-11-08T01:08:16.022Z | Compiling expectorate v1.1.0 |
2600 | 2024-11-08T01:08:16.080Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2601 | 2024-11-08T01:08:16.199Z | Compiling thiserror-impl-no-std v2.0.2 |
2602 | 2024-11-08T01:08:16.246Z | Compiling ring v0.16.20 |
2603 | 2024-11-08T01:08:16.268Z | Compiling blake3 v1.5.4 |
2604 | 2024-11-08T01:08:16.285Z | Compiling half v2.4.1 |
2605 | 2024-11-08T01:08:16.398Z | Compiling unicase v2.7.0 |
2606 | 2024-11-08T01:08:16.713Z | Compiling ciborium-io v0.2.2 |
2607 | 2024-11-08T01:08:16.731Z | Compiling arc-swap v1.7.1 |
2608 | 2024-11-08T01:08:16.857Z | Compiling ciborium-ll v0.2.2 |
2609 | 2024-11-08T01:08:17.078Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2610 | 2024-11-08T01:08:17.272Z | Compiling slog-scope v4.4.0 |
2611 | 2024-11-08T01:08:17.760Z | Compiling polyval v0.6.2 |
2612 | 2024-11-08T01:08:18.002Z | Compiling atomicwrites v0.4.4 |
2613 | 2024-11-08T01:08:18.209Z | Compiling libsw v3.3.1 |
2614 | 2024-11-08T01:08:18.380Z | Compiling memmap2 v0.9.5 |
2615 | 2024-11-08T01:08:18.531Z | Compiling salty v0.3.0 |
2616 | 2024-11-08T01:08:18.866Z | Compiling constant_time_eq v0.3.1 |
2617 | 2024-11-08T01:08:18.980Z | Compiling indent_write v2.2.0 |
2618 | 2024-11-08T01:08:19.064Z | Compiling arrayvec v0.7.6 |
2619 | 2024-11-08T01:08:19.211Z | Compiling arrayref v0.3.9 |
2620 | 2024-11-08T01:08:19.235Z | Compiling thiserror-no-std v2.0.2 |
2621 | 2024-11-08T01:08:19.324Z | Compiling spin v0.5.2 |
2622 | 2024-11-08T01:08:19.359Z | Compiling linear-map v1.2.0 |
2623 | 2024-11-08T01:08:19.496Z | Compiling untrusted v0.7.1 |
2624 | 2024-11-08T01:08:19.565Z | Compiling parking_lot_core v0.8.6 |
2625 | 2024-11-08T01:08:19.683Z | Compiling libefi-sys v0.1.0 |
2626 | 2024-11-08T01:08:19.743Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2627 | 2024-11-08T01:08:20.044Z | Compiling vsss-rs v3.3.4 |
2628 | 2024-11-08T01:08:20.126Z | Compiling ghash v0.5.1 |
2629 | 2024-11-08T01:08:20.208Z | Compiling slog-stdlog v4.1.1 |
2630 | 2024-11-08T01:08:20.421Z | Compiling ciborium v0.2.2 |
2631 | 2024-11-08T01:08:20.850Z | Compiling p384 v0.13.0 |
2632 | 2024-11-08T01:08:20.917Z | Compiling toolchain_find v0.4.0 |
2633 | 2024-11-08T01:08:21.194Z | Compiling chacha20poly1305 v0.10.1 |
2634 | 2024-11-08T01:08:21.442Z | Compiling itertools v0.13.0 |
2635 | 2024-11-08T01:08:21.563Z | Compiling lzma-sys v0.1.20 |
2636 | 2024-11-08T01:08:21.735Z | Compiling typify-macro v0.2.0 |
2637 | 2024-11-08T01:08:21.920Z | Compiling ctr v0.9.2 |
2638 | 2024-11-08T01:08:22.301Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2639 | 2024-11-08T01:08:22.387Z | Compiling bitfield-struct v0.6.2 |
2640 | 2024-11-08T01:08:22.405Z | Compiling slog-dtrace v0.3.0 |
2641 | 2024-11-08T01:08:22.702Z | Compiling highway v1.2.0 |
2642 | 2024-11-08T01:08:22.705Z | Compiling topological-sort v0.2.2 |
2643 | 2024-11-08T01:08:22.965Z | Compiling omicron-zone-package v0.11.1 |
2644 | 2024-11-08T01:08:23.636Z | Compiling aes-gcm v0.10.3 |
2645 | 2024-11-08T01:08:23.687Z | Compiling rustfmt-wrapper v0.2.1 |
2646 | 2024-11-08T01:08:23.739Z | Compiling mime_guess v2.0.5 |
2647 | 2024-11-08T01:08:23.850Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-11-08T01:08:23.931Z | Compiling slog-envlogger v2.2.0 |
2649 | 2024-11-08T01:08:24.254Z | Compiling steno v0.4.1 |
2650 | 2024-11-08T01:08:24.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2651 | 2024-11-08T01:08:25.060Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2652 | 2024-11-08T01:08:25.135Z | Compiling heck v0.3.3 |
2653 | 2024-11-08T01:08:25.306Z | Compiling ssh-encoding v0.2.0 |
2654 | 2024-11-08T01:08:25.396Z | Compiling blowfish v0.9.1 |
2655 | 2024-11-08T01:08:25.547Z | Compiling nibble_vec v0.1.0 |
2656 | 2024-11-08T01:08:25.702Z | Compiling env_filter v0.1.2 |
2657 | 2024-11-08T01:08:25.768Z | Compiling humantime v2.1.0 |
2658 | 2024-11-08T01:08:25.839Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2659 | 2024-11-08T01:08:25.861Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2660 | 2024-11-08T01:08:25.972Z | Compiling typify v0.2.0 |
2661 | 2024-11-08T01:08:26.118Z | Compiling progenitor-impl v0.8.0 |
2662 | 2024-11-08T01:08:26.135Z | Compiling endian-type v0.1.2 |
2663 | 2024-11-08T01:08:26.151Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2664 | 2024-11-08T01:08:26.224Z | Compiling env_logger v0.11.5 |
2665 | 2024-11-08T01:08:26.263Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2666 | 2024-11-08T01:08:26.280Z | Compiling ssh-cipher v0.2.0 |
2667 | 2024-11-08T01:08:26.369Z | Compiling radix_trie v0.2.1 |
2668 | 2024-11-08T01:08:26.395Z | Compiling bcrypt-pbkdf v0.10.0 |
2669 | 2024-11-08T01:08:26.931Z | Compiling zone_cfg_derive v0.1.2 |
2670 | 2024-11-08T01:08:27.031Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2671 | 2024-11-08T01:08:27.069Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2672 | 2024-11-08T01:08:27.459Z | Compiling parking_lot v0.11.2 |
2673 | 2024-11-08T01:08:27.965Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2674 | 2024-11-08T01:08:27.992Z | Compiling gethostname v0.5.0 |
2675 | 2024-11-08T01:08:28.191Z | Compiling password-hash v0.4.2 |
2676 | 2024-11-08T01:08:28.360Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2677 | 2024-11-08T01:08:28.378Z | Compiling fxhash v0.2.1 |
2678 | 2024-11-08T01:08:28.393Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2679 | 2024-11-08T01:08:28.477Z | Compiling base64 v0.13.1 |
2680 | 2024-11-08T01:08:28.582Z | Compiling matches v0.1.10 |
2681 | 2024-11-08T01:08:28.695Z | Compiling pbkdf2 v0.11.0 |
2682 | 2024-11-08T01:08:28.734Z | Compiling idna v0.2.3 |
2683 | 2024-11-08T01:08:28.985Z | Compiling ron v0.7.1 |
2684 | 2024-11-08T01:08:29.036Z | Compiling sled v0.34.7 |
2685 | 2024-11-08T01:08:29.082Z | Compiling zone v0.1.8 |
2686 | 2024-11-08T01:08:29.099Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2687 | 2024-11-08T01:08:29.112Z | Compiling xz2 v0.1.7 |
2688 | 2024-11-08T01:08:29.631Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2689 | 2024-11-08T01:08:30.374Z | Compiling hickory-client v0.24.1 |
2690 | 2024-11-08T01:08:30.614Z | Compiling ssh-key v0.6.6 |
2691 | 2024-11-08T01:08:31.324Z | Compiling p521 v0.13.3 |
2692 | 2024-11-08T01:08:31.349Z | Compiling p256 v0.13.2 |
2693 | 2024-11-08T01:08:31.536Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2694 | 2024-11-08T01:08:31.823Z | Compiling hickory-server v0.24.1 |
2695 | 2024-11-08T01:08:32.212Z | Compiling enum-as-inner v0.5.1 |
2696 | 2024-11-08T01:08:32.683Z | Compiling pem v3.0.4 |
2697 | 2024-11-08T01:08:33.246Z | Compiling yasna v0.5.2 |
2698 | 2024-11-08T01:08:33.789Z | Compiling headers-core v0.3.0 |
2699 | 2024-11-08T01:08:33.809Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-11-08T01:08:33.809Z | Compiling nanorand v0.7.0 |
2701 | 2024-11-08T01:08:33.841Z | Compiling progenitor-macro v0.8.0 |
2702 | 2024-11-08T01:08:34.288Z | Compiling atty v0.2.14 |
2703 | 2024-11-08T01:08:34.315Z | Compiling russh-cryptovec v0.7.3 |
2704 | 2024-11-08T01:08:35.454Z | Compiling md5 v0.7.0 |
2705 | 2024-11-08T01:08:35.459Z | Compiling http-range v0.1.5 |
2706 | 2024-11-08T01:08:35.459Z | Compiling glob v0.3.1 |
2707 | 2024-11-08T01:08:35.459Z | Compiling hyper-staticfile v0.10.1 |
2708 | 2024-11-08T01:08:35.459Z | Compiling russh-keys v0.45.0 |
2709 | 2024-11-08T01:08:35.459Z | Compiling rcgen v0.12.1 |
2710 | 2024-11-08T01:08:35.459Z | Compiling flume v0.11.0 |
2711 | 2024-11-08T01:08:35.727Z | Compiling headers v0.4.0 |
2712 | 2024-11-08T01:08:35.830Z | Compiling trust-dns-proto v0.22.0 |
2713 | 2024-11-08T01:08:36.116Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2714 | 2024-11-08T01:08:37.442Z | Compiling num-bigint v0.4.6 |
2715 | 2024-11-08T01:08:37.758Z | Compiling des v0.8.1 |
2716 | 2024-11-08T01:08:38.119Z | Compiling subprocess v0.2.9 |
2717 | 2024-11-08T01:08:38.806Z | Compiling dhcproto-macros v0.1.0 |
2718 | 2024-11-08T01:08:39.114Z | Compiling hex-literal v0.4.1 |
2719 | 2024-11-08T01:08:39.284Z | Compiling display-error-chain v0.2.2 |
2720 | 2024-11-08T01:08:39.506Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2721 | 2024-11-08T01:08:39.756Z | Compiling internet-checksum v0.2.1 |
2722 | 2024-11-08T01:08:40.264Z | Compiling dhcproto v0.12.0 |
2723 | 2024-11-08T01:08:40.409Z | Compiling russh v0.45.0 |
2724 | 2024-11-08T01:08:44.968Z | Compiling progenitor v0.8.0 |
2725 | 2024-11-08T01:08:45.092Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2726 | 2024-11-08T01:08:45.094Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-11-08T01:08:45.094Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2728 | 2024-11-08T01:08:45.094Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2729 | 2024-11-08T01:08:45.094Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2730 | 2024-11-08T01:08:45.164Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2024-11-08T01:08:45.225Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2732 | 2024-11-08T01:08:46.516Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2733 | 2024-11-08T01:08:47.299Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2734 | 2024-11-08T01:08:47.343Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-11-08T01:08:49.937Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2736 | 2024-11-08T01:08:51.634Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2737 | 2024-11-08T01:09:00.528Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2024-11-08T01:09:00.528Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2739 | 2024-11-08T01:09:00.531Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2740 | 2024-11-08T01:09:00.531Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2024-11-08T01:09:03.691Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2742 | 2024-11-08T01:09:03.882Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2743 | 2024-11-08T01:09:04.682Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2744 | 2024-11-08T01:09:04.862Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2745 | 2024-11-08T01:09:07.124Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2746 | 2024-11-08T01:09:07.839Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2747 | 2024-11-08T01:09:08.492Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2748 | 2024-11-08T01:09:08.908Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2024-11-08T01:09:09.651Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2750 | 2024-11-08T01:09:11.413Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2751 | 2024-11-08T01:09:11.687Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2752 | 2024-11-08T01:09:12.890Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2753 | 2024-11-08T01:09:13.242Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2754 | 2024-11-08T01:09:13.714Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2755 | 2024-11-08T01:09:13.938Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2756 | 2024-11-08T01:09:14.438Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2757 | 2024-11-08T01:09:14.927Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2758 | 2024-11-08T01:09:15.991Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2024-11-08T01:09:17.251Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2760 | 2024-11-08T01:09:17.466Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2761 | 2024-11-08T01:09:20.150Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2762 | 2024-11-08T01:09:21.491Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2763 | 2024-11-08T01:09:21.650Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2764 | 2024-11-08T01:09:23.409Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2765 | 2024-11-08T01:09:27.892Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2766 | 2024-11-08T01:09:36.922Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2767 | 2024-11-08T01:09:38.306Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2024-11-08T01:10:32.531Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-11-08T01:11:02.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
2770 | 2024-11-08T01:11:02.672Z | |
2771 | 2024-11-08T01:11:02.672Z | real 3:03.399744519 |
2772 | 2024-11-08T01:11:02.672Z | user 11:48.854462465 |
2773 | 2024-11-08T01:11:02.674Z | sys 2:19.447694194 |
2774 | 2024-11-08T01:11:02.675Z | trap 0.294275986 |
2775 | 2024-11-08T01:11:02.675Z | tflt 0.723290981 |
2776 | 2024-11-08T01:11:02.675Z | dflt 1.957673618 |
2777 | 2024-11-08T01:11:02.675Z | kflt 0.000013128 |
2778 | 2024-11-08T01:11:02.675Z | lock 24:59.532455342 |
2779 | 2024-11-08T01:11:02.675Z | slp 41:43.102972831 |
2780 | 2024-11-08T01:11:02.675Z | lat 32.549416780 |
2781 | 2024-11-08T01:11:02.675Z | stop 1:12.782393111 |
2782 | 2024-11-08T01:11:02.675Z | + mkdir tests |
2783 | 2024-11-08T01:11:02.677Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2784 | 2024-11-08T01:11:02.677Z | + xargs -I '{}' -t cp '{}' tests/ |
2785 | 2024-11-08T01:11:02.717Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c21e17995f01da88 tests/ |
2786 | 2024-11-08T01:11:02.743Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1c2d70ef2eb8505f tests/ |
2787 | 2024-11-08T01:11:02.769Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6b84191df4b18efc tests/ |
2788 | 2024-11-08T01:11:02.796Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bb9b5497a4f0d98f tests/ |
2789 | 2024-11-08T01:11:02.999Z | + 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/*) |
2790 | 2024-11-08T01:11:03.002Z | + 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-6b84191df4b18efc tests/commtest-1c2d70ef2eb8505f tests/dhcp_server-c21e17995f01da88 tests/end_to_end_tests-bb9b5497a4f0d98f 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 |
2791 | 2024-11-08T01:12:08.838Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2792 | 2024-11-08T01:12:08.839Z | a .github/buildomat/ci-env.sh 1K |
2793 | 2024-11-08T01:12:08.839Z | a out/target/test 1K |
2794 | 2024-11-08T01:12:08.839Z | a out/npuzone/npuzone 23144K |
2795 | 2024-11-08T01:12:08.839Z | a package-manifest.toml 32K |
2796 | 2024-11-08T01:12:08.839Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2797 | 2024-11-08T01:12:08.839Z | a target/release/omicron-package 32545K |
2798 | 2024-11-08T01:12:08.839Z | a target/release/xtask 11749K |
2799 | 2024-11-08T01:12:08.839Z | a target/debug/bootstrap 196077K |
2800 | 2024-11-08T01:12:08.839Z | a tests/bootstrap-6b84191df4b18efc 23991K |
2801 | 2024-11-08T01:12:08.839Z | a tests/commtest-1c2d70ef2eb8505f 24191K |
2802 | 2024-11-08T01:12:08.839Z | a tests/dhcp_server-c21e17995f01da88 23991K |
2803 | 2024-11-08T01:12:08.839Z | a tests/end_to_end_tests-bb9b5497a4f0d98f 208287K |
2804 | 2024-11-08T01:12:08.839Z | a out/clickhouse.tar.gz 244462K |
2805 | 2024-11-08T01:12:08.839Z | a out/clickhouse_keeper.tar.gz 244449K |
2806 | 2024-11-08T01:12:08.839Z | a out/clickhouse_server.tar.gz 244448K |
2807 | 2024-11-08T01:12:08.839Z | a out/cockroachdb.tar.gz 130042K |
2808 | 2024-11-08T01:12:08.839Z | a out/crucible-dtrace.tar 83K |
2809 | 2024-11-08T01:12:08.839Z | a out/crucible-pantry-zone.tar.gz 26858K |
2810 | 2024-11-08T01:12:08.839Z | a out/crucible-zone.tar.gz 35066K |
2811 | 2024-11-08T01:12:08.839Z | a out/external-dns.tar.gz 30759K |
2812 | 2024-11-08T01:12:08.839Z | a out/internal-dns.tar.gz 30758K |
2813 | 2024-11-08T01:12:08.839Z | a out/mg-ddm-gz.tar 62661K |
2814 | 2024-11-08T01:12:08.839Z | a out/nexus.tar.gz 96552K |
2815 | 2024-11-08T01:12:08.839Z | a out/ntp.tar.gz 9041K |
2816 | 2024-11-08T01:12:08.839Z | a out/omicron-gateway-softnpu.tar.gz 21775K |
2817 | 2024-11-08T01:12:08.839Z | a out/omicron-sled-agent.tar 104607K |
2818 | 2024-11-08T01:12:08.839Z | a out/overlay.tar.gz 3K |
2819 | 2024-11-08T01:12:08.839Z | a out/oximeter.tar.gz 46199K |
2820 | 2024-11-08T01:12:08.839Z | a out/oxlog.tar 3071K |
2821 | 2024-11-08T01:12:08.839Z | a out/probe.tar.gz 2764K |
2822 | 2024-11-08T01:12:08.839Z | a out/propolis-server.tar.gz 66584K |
2823 | 2024-11-08T01:12:08.839Z | a out/pumpkind-gz.tar 26665K |
2824 | 2024-11-08T01:12:08.839Z | a out/switch-softnpu.tar.gz 224854K |
2825 | 2024-11-08T01:12:08.842Z | |
2826 | 2024-11-08T01:12:08.842Z | real 1:05.830253202 |
2827 | 2024-11-08T01:12:08.842Z | user 1:02.785931385 |
2828 | 2024-11-08T01:12:08.842Z | sys 4.439689051 |
2829 | 2024-11-08T01:12:08.842Z | trap 0.017183618 |
2830 | 2024-11-08T01:12:08.842Z | tflt 0.000000000 |
2831 | 2024-11-08T01:12:08.842Z | dflt 0.000000000 |
2832 | 2024-11-08T01:12:08.842Z | kflt 0.000000000 |
2833 | 2024-11-08T01:12:08.842Z | lock 0.000000000 |
2834 | 2024-11-08T01:12:08.842Z | slp 1:02.489057419 |
2835 | 2024-11-08T01:12:08.842Z | lat 1.923641720 |
2836 | 2024-11-08T01:12:08.842Z | stop 0.000467822 |
2837 | 2024-11-08T01:12:08.845Z | process exited: duration 2050370 ms, exit code 0 |
|
2838 | 2024-11-08T01:12:08.859Z | found 1 output files |
2839 | 2024-11-08T01:12:08.859Z | uploading: /work/package.tar.gz (1694591732 bytes) |
2840 | 2024-11-08T01:12:52.122Z | uploaded: /work/package.tar.gz |