|
|
|
1 | 2024-09-06T22:54:45.817Z | job assigned to worker 01J74RPP5B2EYXH9DCSGQ8NT3X (queued for 51 s) |
|
2 | 2024-09-06T22:54:53.321Z | starting task 0: "setup" |
3 | 2024-09-06T22:54:53.332Z | ++ uname -s |
4 | 2024-09-06T22:54:53.335Z | + kern=SunOS |
5 | 2024-09-06T22:54:53.335Z | + case "$kern" in |
6 | 2024-09-06T22:54:53.335Z | + groupadd -g 12345 build |
7 | 2024-09-06T22:54:53.337Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T22:54:55.350Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T22:54:55.481Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T22:54:55.484Z | + home_fs=zfs |
11 | 2024-09-06T22:54:55.484Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T22:54:55.484Z | + mkdir -p /home/build |
13 | 2024-09-06T22:54:55.484Z | + chown build:build /home/build /work |
14 | 2024-09-06T22:54:56.486Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T22:54:56.489Z | process exited: duration 3170 ms, exit code 0 |
|
16 | 2024-09-06T22:54:56.494Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T22:54:56.500Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T22:54:56.503Z | ' 1.80.1 |
19 | 2024-09-06T22:54:56.503Z | * toolchain channel = "1.80.1" |
20 | 2024-09-06T22:54:56.503Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-06T22:54:56.503Z | ' default |
22 | 2024-09-06T22:54:56.503Z | * toolchain profile = "default" |
23 | 2024-09-06T22:54:56.503Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T22:54:56.503Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T22:54:56.620Z | info: downloading installer |
26 | 2024-09-06T22:54:58.093Z | info: profile set to 'default' |
27 | 2024-09-06T22:54:58.093Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T22:54:58.096Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T22:54:58.255Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T22:54:58.255Z | info: downloading component 'cargo' |
31 | 2024-09-06T22:54:59.209Z | info: downloading component 'clippy' |
32 | 2024-09-06T22:54:59.548Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T22:55:00.866Z | info: downloading component 'rust-std' |
34 | 2024-09-06T22:55:02.750Z | info: downloading component 'rustc' |
35 | 2024-09-06T22:55:07.958Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T22:55:08.243Z | info: installing component 'cargo' |
37 | 2024-09-06T22:55:09.071Z | info: installing component 'clippy' |
38 | 2024-09-06T22:55:09.440Z | info: installing component 'rust-docs' |
39 | 2024-09-06T22:55:11.080Z | info: installing component 'rust-std' |
40 | 2024-09-06T22:55:12.755Z | info: installing component 'rustc' |
41 | 2024-09-06T22:55:16.880Z | info: installing component 'rustfmt' |
42 | 2024-09-06T22:55:17.220Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T22:55:17.220Z | |
44 | 2024-09-06T22:55:17.469Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T22:55:17.469Z | |
46 | 2024-09-06T22:55:17.471Z | |
47 | 2024-09-06T22:55:17.471Z | Rust is installed now. Great! |
48 | 2024-09-06T22:55:17.472Z | |
49 | 2024-09-06T22:55:17.472Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T22:55:17.472Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T22:55:17.472Z | |
52 | 2024-09-06T22:55:17.472Z | To configure your current shell, you need to source |
53 | 2024-09-06T22:55:17.472Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T22:55:17.472Z | |
55 | 2024-09-06T22:55:17.472Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T22:55:17.472Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T22:55:17.472Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T22:55:17.519Z | + rustc --version |
59 | 2024-09-06T22:55:17.581Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T22:55:17.584Z | process exited: duration 21086 ms, exit code 0 |
|
61 | 2024-09-06T22:55:17.588Z | starting task 2: "authentication" |
62 | 2024-09-06T22:55:17.611Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-09-06T22:55:17.616Z | starting task 3: "clone repository" |
64 | 2024-09-06T22:55:17.621Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T22:55:17.624Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T22:55:17.666Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T22:55:24.087Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T22:55:24.087Z | + git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
69 | 2024-09-06T22:55:24.423Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T22:55:24.423Z | * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD |
71 | 2024-09-06T22:55:24.432Z | + [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
72 | 2024-09-06T22:55:24.434Z | ++ git branch --show-current |
73 | 2024-09-06T22:55:24.437Z | + current=main |
74 | 2024-09-06T22:55:24.437Z | + [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
75 | 2024-09-06T22:55:24.437Z | + git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
76 | 2024-09-06T22:55:24.440Z | + git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution |
77 | 2024-09-06T22:55:24.592Z | Switched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution' |
78 | 2024-09-06T22:55:24.594Z | + git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
79 | 2024-09-06T22:55:24.610Z | HEAD is now at 931a6ef80 unused |
80 | 2024-09-06T22:55:24.613Z | process exited: duration 6993 ms, exit code 0 |
|
81 | 2024-09-06T22:55:24.618Z | starting task 4: "build" |
82 | 2024-09-06T22:55:24.624Z | + cargo --version |
83 | 2024-09-06T22:55:24.677Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T22:55:24.679Z | + rustc --version |
85 | 2024-09-06T22:55:24.735Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T22:55:24.737Z | + WORK=/work |
87 | 2024-09-06T22:55:24.737Z | + pfexec mkdir -p /work |
88 | 2024-09-06T22:55:24.741Z | + pfexec chown build /work |
89 | 2024-09-06T22:55:24.744Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-06T22:55:31.426Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-06T22:55:33.793Z | Startup: Caching catalogs ... Done |
92 | 2024-09-06T22:55:36.028Z | Planning: Solver setup ... Done (1.684s) |
93 | 2024-09-06T22:55:36.058Z | Planning: Running solver ... Done (0.030s) |
94 | 2024-09-06T22:55:36.102Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-09-06T22:55:36.116Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-06T22:55:36.364Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-06T22:55:36.466Z | Planning: Package planning ... Done (0.101s) |
98 | 2024-09-06T22:55:36.636Z | Planning: Merging actions ... Done (0.170s) |
99 | 2024-09-06T22:55:36.852Z | Planning: Checking for conflicting actions ... Done (0.216s) |
100 | 2024-09-06T22:55:39.084Z | Planning: Consolidating action changes ... Done (2.232s) |
101 | 2024-09-06T22:55:39.510Z | Planning: Evaluating mediators ... Done (0.425s) |
102 | 2024-09-06T22:55:39.595Z | Planning: Planning completed in 5.73 seconds |
103 | 2024-09-06T22:55:39.610Z | Packages to install: 4 |
104 | 2024-09-06T22:55:39.610Z | Packages to update: 1 |
105 | 2024-09-06T22:55:39.612Z | Mediators to change: 2 |
106 | 2024-09-06T22:55:39.612Z | Services to change: 1 |
107 | 2024-09-06T22:55:39.612Z | Estimated space available: 155.72 GB |
108 | 2024-09-06T22:55:39.612Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-06T22:55:39.612Z | Create boot environment: No |
110 | 2024-09-06T22:55:39.613Z | Create backup boot environment: Yes |
111 | 2024-09-06T22:55:39.613Z | Rebuild boot archive: No |
112 | 2024-09-06T22:55:39.613Z | |
113 | 2024-09-06T22:55:39.613Z | Changed mediators: |
114 | 2024-09-06T22:55:39.613Z | mediator clang: |
115 | 2024-09-06T22:55:39.613Z | version: None -> 15 (system default) |
116 | 2024-09-06T22:55:39.613Z | |
117 | 2024-09-06T22:55:39.613Z | mediator llvm: |
118 | 2024-09-06T22:55:39.613Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-06T22:55:39.613Z | |
120 | 2024-09-06T22:55:39.613Z | Changed packages: |
121 | 2024-09-06T22:55:39.613Z | helios-dev |
122 | 2024-09-06T22:55:39.613Z | developer/build-essential |
123 | 2024-09-06T22:55:39.613Z | None -> 11-2.0 |
124 | 2024-09-06T22:55:39.613Z | library/libxmlsec1 |
125 | 2024-09-06T22:55:39.613Z | None -> 1.2.35-2.0 |
126 | 2024-09-06T22:55:39.613Z | ooce/developer/clang-15 |
127 | 2024-09-06T22:55:39.613Z | None -> 15.0.7-2.0 |
128 | 2024-09-06T22:55:39.613Z | ooce/developer/llvm-15 |
129 | 2024-09-06T22:55:39.613Z | None -> 15.0.7-2.0 |
130 | 2024-09-06T22:55:39.613Z | package/pkg |
131 | 2024-09-06T22:55:39.613Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-06T22:55:39.613Z | |
133 | 2024-09-06T22:55:39.613Z | Services: |
134 | 2024-09-06T22:55:39.613Z | restart_fmri: |
135 | 2024-09-06T22:55:39.613Z | svc:/system/update-man-index:default |
136 | 2024-09-06T22:55:39.613Z | |
137 | 2024-09-06T22:55:39.613Z | Editable files to change: |
138 | 2024-09-06T22:55:39.613Z | Update: |
139 | 2024-09-06T22:55:39.613Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-06T22:55:39.686Z | |
141 | 2024-09-06T22:55:39.686Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-06T22:55:44.687Z | Download: 1115/4281 items 27.8/220.6MB 12% complete (5.5M/s) |
143 | 2024-09-06T22:55:49.688Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (12.0M/s) |
144 | 2024-09-06T22:55:54.697Z | Download: 3288/4281 items 212.0/220.6MB 96% complete (19.2M/s) |
145 | 2024-09-06T22:56:00.845Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
146 | 2024-09-06T22:56:07.240Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (10.0M/s) |
147 | 2024-09-06T22:56:07.349Z | Download: Completed 220.60 MB in 27.66 seconds (8.0M/s) |
148 | 2024-09-06T22:56:09.359Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-09-06T22:56:09.377Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-09-06T22:56:14.089Z | Actions: 4226/5063 actions (Updating modified actions) |
151 | 2024-09-06T22:56:14.405Z | Actions: Completed 5063 actions in 5.05 seconds. |
152 | 2024-09-06T22:56:14.721Z | Done (0.284s) |
153 | 2024-09-06T22:56:14.744Z | Done (0.000s) |
154 | 2024-09-06T22:56:15.082Z | Done (0.382s) |
155 | 2024-09-06T22:56:19.757Z | Done (4.498s) |
156 | 2024-09-06T22:56:19.845Z | Done (0.019s) |
157 | 2024-09-06T22:56:19.848Z | Done (0.000s) |
158 | 2024-09-06T22:56:20.026Z | Done (0.000s) |
159 | 2024-09-06T22:56:20.612Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-09-06T22:56:20.773Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-09-06T22:56:20.775Z | Planning: Consolidating action changes ... Done |
162 | 2024-09-06T22:56:21.047Z | Planning: Evaluating mediators ... Done |
163 | 2024-09-06T22:56:21.050Z | Planning: Planning completed in 0.44 seconds |
164 | 2024-09-06T22:56:21.087Z | Mediators to change: 2 |
165 | 2024-09-06T22:56:21.087Z | Create boot environment: No |
166 | 2024-09-06T22:56:21.090Z | Create backup boot environment: No |
167 | 2024-09-06T22:56:21.164Z | Done |
168 | 2024-09-06T22:56:21.164Z | Done |
169 | 2024-09-06T22:56:21.408Z | Done |
170 | 2024-09-06T22:56:24.983Z | Done |
171 | 2024-09-06T22:56:25.078Z | Done |
172 | 2024-09-06T22:56:25.080Z | Done |
173 | 2024-09-06T22:56:25.176Z | Done |
174 | 2024-09-06T22:56:25.789Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-09-06T22:56:25.792Z | Planning: Merging actions ... Done |
176 | 2024-09-06T22:56:25.982Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-09-06T22:56:25.985Z | Planning: Consolidating action changes ... Done |
178 | 2024-09-06T22:56:26.253Z | Planning: Evaluating mediators ... Done |
179 | 2024-09-06T22:56:26.311Z | Planning: Planning completed in 0.77 seconds |
180 | 2024-09-06T22:56:26.353Z | Packages to change: 1 |
181 | 2024-09-06T22:56:26.353Z | Mediators to change: 1 |
182 | 2024-09-06T22:56:26.356Z | Services to change: 1 |
183 | 2024-09-06T22:56:26.356Z | Create boot environment: No |
184 | 2024-09-06T22:56:26.356Z | Create backup boot environment: Yes |
185 | 2024-09-06T22:56:28.365Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-09-06T22:56:28.367Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-09-06T22:56:28.367Z | Done |
188 | 2024-09-06T22:56:28.367Z | Done |
189 | 2024-09-06T22:56:28.451Z | Done |
190 | 2024-09-06T22:56:31.993Z | Done |
191 | 2024-09-06T22:56:32.082Z | Done |
192 | 2024-09-06T22:56:32.085Z | Done |
193 | 2024-09-06T22:56:32.323Z | Done |
194 | 2024-09-06T22:56:32.759Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-09-06T22:56:32.759Z | clang system 15 system |
196 | 2024-09-06T22:56:32.759Z | csh system system illumos |
197 | 2024-09-06T22:56:32.759Z | ctags system system illumos |
198 | 2024-09-06T22:56:32.759Z | gcc vendor 12 vendor |
199 | 2024-09-06T22:56:32.759Z | gcc system 10 system |
200 | 2024-09-06T22:56:32.759Z | gcc system 7 system |
201 | 2024-09-06T22:56:32.759Z | go system 1.20 system |
202 | 2024-09-06T22:56:32.759Z | go system 1.19 system |
203 | 2024-09-06T22:56:32.759Z | llvm system 15 system |
204 | 2024-09-06T22:56:32.759Z | llvm system 14 system |
205 | 2024-09-06T22:56:32.759Z | mariadb system 10.6 system |
206 | 2024-09-06T22:56:32.759Z | mta vendor vendor dma |
207 | 2024-09-06T22:56:32.759Z | openjdk system 17 system |
208 | 2024-09-06T22:56:32.759Z | openjdk system 11 system |
209 | 2024-09-06T22:56:32.759Z | openjdk system 1.8 system |
210 | 2024-09-06T22:56:32.759Z | openssl vendor 3 vendor |
211 | 2024-09-06T22:56:32.759Z | perl system 5.36 system |
212 | 2024-09-06T22:56:32.759Z | postgresql system 15 system |
213 | 2024-09-06T22:56:32.759Z | postgresql system 13 system |
214 | 2024-09-06T22:56:32.759Z | python vendor 3 vendor |
215 | 2024-09-06T22:56:32.759Z | python system 2 system |
216 | 2024-09-06T22:56:32.760Z | python3 system 3.11 system |
217 | 2024-09-06T22:56:32.760Z | ruby system 3.0 system |
218 | 2024-09-06T22:56:32.760Z | words vendor vendor american-english |
219 | 2024-09-06T22:56:32.760Z | words system system australian-english |
220 | 2024-09-06T22:56:32.760Z | words system system british-english |
221 | 2024-09-06T22:56:32.760Z | words system system canadian-english |
222 | 2024-09-06T22:56:32.760Z | words system system french |
223 | 2024-09-06T22:56:32.760Z | words system system italian |
224 | 2024-09-06T22:56:32.760Z | words system system ngerman |
225 | 2024-09-06T22:56:32.760Z | words system system ogerman |
226 | 2024-09-06T22:56:32.760Z | words system system spanish |
227 | 2024-09-06T22:56:33.093Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-09-06T22:56:33.093Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-09-06T22:56:34.898Z | FMRI IFO |
230 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
237 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
238 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
241 | 2024-09-06T22:56:34.898Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-09-06T22:56:34.899Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
243 | 2024-09-06T22:56:35.508Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
244 | 2024-09-06T22:56:35.819Z | Updating crates.io index |
245 | 2024-09-06T22:56:35.821Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-09-06T22:56:36.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-09-06T22:56:37.345Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-09-06T22:56:37.599Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-09-06T22:56:39.060Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-09-06T22:56:39.308Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-09-06T22:56:39.567Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-09-06T22:56:40.658Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-09-06T22:56:42.638Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-09-06T22:56:43.693Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-09-06T22:56:44.313Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-09-06T22:56:44.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-09-06T22:56:45.072Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-09-06T22:56:45.342Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-09-06T22:56:45.655Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
260 | 2024-09-06T22:56:45.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-09-06T22:56:46.556Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-09-06T22:56:46.831Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-09-06T22:56:47.085Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-09-06T22:56:47.326Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-09-06T22:56:47.592Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-09-06T22:56:47.884Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-09-06T22:56:48.206Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-09-06T22:56:48.630Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-09-06T22:56:48.903Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-09-06T22:56:49.350Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-09-06T22:56:49.667Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-09-06T22:56:50.118Z | Updating git repository `https://github.com/oxidecomputer/typify` |
273 | 2024-09-06T22:56:52.472Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-09-06T22:56:52.726Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-09-06T22:56:52.955Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-09-06T22:56:53.412Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
277 | 2024-09-06T22:56:54.396Z | Downloading crates ... |
278 | 2024-09-06T22:56:54.478Z | Downloaded camino-tempfile v1.1.1 |
279 | 2024-09-06T22:56:54.480Z | Downloaded byteorder v1.5.0 |
280 | 2024-09-06T22:56:54.483Z | Downloaded block-buffer v0.10.4 |
281 | 2024-09-06T22:56:54.485Z | Downloaded autocfg v1.3.0 |
282 | 2024-09-06T22:56:54.486Z | Downloaded anstyle v1.0.8 |
283 | 2024-09-06T22:56:54.488Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-09-06T22:56:54.488Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-09-06T22:56:54.490Z | Downloaded swrite v0.1.0 |
286 | 2024-09-06T22:56:54.499Z | Downloaded colorchoice v1.0.1 |
287 | 2024-09-06T22:56:54.502Z | Downloaded usdt-attr-macro v0.5.0 |
288 | 2024-09-06T22:56:54.504Z | Downloaded is_terminal_polyfill v1.70.0 |
289 | 2024-09-06T22:56:54.508Z | Downloaded bitflags v2.6.0 |
290 | 2024-09-06T22:56:54.511Z | Downloaded anstyle-query v1.0.3 |
291 | 2024-09-06T22:56:54.514Z | Downloaded bytecount v0.6.8 |
292 | 2024-09-06T22:56:54.518Z | Downloaded anstyle-parse v0.2.4 |
293 | 2024-09-06T22:56:54.518Z | Downloaded tabled_derive v0.7.0 |
294 | 2024-09-06T22:56:54.520Z | Downloaded unicode-linebreak v0.1.5 |
295 | 2024-09-06T22:56:54.520Z | Downloaded thiserror-impl v1.0.63 |
296 | 2024-09-06T22:56:54.520Z | Downloaded smawk v0.3.2 |
297 | 2024-09-06T22:56:54.523Z | Downloaded serde_tokenstream v0.2.2 |
298 | 2024-09-06T22:56:54.523Z | Downloaded proc-macro-error-attr v1.0.4 |
299 | 2024-09-06T22:56:54.525Z | Downloaded crypto-common v0.1.6 |
300 | 2024-09-06T22:56:54.525Z | Downloaded macaddr v1.0.1 |
301 | 2024-09-06T22:56:54.525Z | Downloaded heck v0.4.1 |
302 | 2024-09-06T22:56:54.528Z | Downloaded usdt-impl v0.5.0 |
303 | 2024-09-06T22:56:54.528Z | Downloaded fnv v1.0.7 |
304 | 2024-09-06T22:56:54.530Z | Downloaded dof v0.3.0 |
305 | 2024-09-06T22:56:54.530Z | Downloaded cfg-if v1.0.0 |
306 | 2024-09-06T22:56:54.533Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-09-06T22:56:54.533Z | Downloaded camino v1.1.9 |
308 | 2024-09-06T22:56:54.535Z | Downloaded errno v0.3.9 |
309 | 2024-09-06T22:56:54.535Z | Downloaded anstream v0.6.14 |
310 | 2024-09-06T22:56:54.537Z | Downloaded utf8parse v0.2.1 |
311 | 2024-09-06T22:56:54.543Z | Downloaded tempfile v3.10.1 |
312 | 2024-09-06T22:56:54.545Z | Downloaded quote v1.0.36 |
313 | 2024-09-06T22:56:54.548Z | Downloaded memmap v0.7.0 |
314 | 2024-09-06T22:56:54.551Z | Downloaded usdt v0.5.0 |
315 | 2024-09-06T22:56:54.557Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-09-06T22:56:54.560Z | Downloaded equivalent v1.0.1 |
317 | 2024-09-06T22:56:54.566Z | Downloaded zerocopy-derive v0.7.34 |
318 | 2024-09-06T22:56:54.570Z | Downloaded clap_derive v4.5.13 |
319 | 2024-09-06T22:56:54.572Z | Downloaded anyhow v1.0.86 |
320 | 2024-09-06T22:56:54.576Z | Downloaded pest_derive v2.7.10 |
321 | 2024-09-06T22:56:54.582Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-09-06T22:56:54.584Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-09-06T22:56:54.584Z | Downloaded clap_lex v0.7.0 |
324 | 2024-09-06T22:56:54.591Z | Downloaded toml v0.8.19 |
325 | 2024-09-06T22:56:54.595Z | Downloaded textwrap v0.16.1 |
326 | 2024-09-06T22:56:54.597Z | Downloaded ryu v1.0.18 |
327 | 2024-09-06T22:56:54.600Z | Downloaded itoa v1.0.11 |
328 | 2024-09-06T22:56:54.602Z | Downloaded fs-err v2.11.0 |
329 | 2024-09-06T22:56:54.605Z | Downloaded digest v0.10.7 |
330 | 2024-09-06T22:56:54.605Z | Downloaded pest_meta v2.7.10 |
331 | 2024-09-06T22:56:54.607Z | Downloaded generic-array v0.14.7 |
332 | 2024-09-06T22:56:54.612Z | Downloaded fastrand v2.1.0 |
333 | 2024-09-06T22:56:54.615Z | Downloaded strsim v0.11.1 |
334 | 2024-09-06T22:56:54.615Z | Downloaded serde_spanned v0.6.7 |
335 | 2024-09-06T22:56:54.617Z | Downloaded heck v0.5.0 |
336 | 2024-09-06T22:56:54.617Z | Downloaded thiserror v1.0.63 |
337 | 2024-09-06T22:56:54.621Z | Downloaded pest_generator v2.7.10 |
338 | 2024-09-06T22:56:54.626Z | Downloaded thread-id v4.2.1 |
339 | 2024-09-06T22:56:54.628Z | Downloaded scroll v0.12.0 |
340 | 2024-09-06T22:56:54.631Z | Downloaded clap v4.5.16 |
341 | 2024-09-06T22:56:54.637Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-09-06T22:56:54.640Z | Downloaded terminal_size v0.3.0 |
343 | 2024-09-06T22:56:54.644Z | Downloaded once_cell v1.19.0 |
344 | 2024-09-06T22:56:54.647Z | Downloaded cpufeatures v0.2.12 |
345 | 2024-09-06T22:56:54.647Z | Downloaded semver v1.0.23 |
346 | 2024-09-06T22:56:54.647Z | Downloaded proc-macro-error v1.0.4 |
347 | 2024-09-06T22:56:54.650Z | Downloaded plain v0.2.3 |
348 | 2024-09-06T22:56:54.652Z | Downloaded version_check v0.9.5 |
349 | 2024-09-06T22:56:54.652Z | Downloaded sha2 v0.10.8 |
350 | 2024-09-06T22:56:54.654Z | Downloaded cargo_toml v0.20.4 |
351 | 2024-09-06T22:56:54.657Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-09-06T22:56:54.657Z | Downloaded papergrid v0.11.0 |
353 | 2024-09-06T22:56:54.661Z | Downloaded indexmap v2.4.0 |
354 | 2024-09-06T22:56:54.664Z | Downloaded log v0.4.21 |
355 | 2024-09-06T22:56:54.667Z | Downloaded serde v1.0.208 |
356 | 2024-09-06T22:56:54.670Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-09-06T22:56:54.673Z | Downloaded typenum v1.17.0 |
358 | 2024-09-06T22:56:54.675Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-09-06T22:56:54.686Z | Downloaded serde_derive v1.0.208 |
360 | 2024-09-06T22:56:54.689Z | Downloaded toml_edit v0.22.20 |
361 | 2024-09-06T22:56:54.711Z | Downloaded memchr v2.7.2 |
362 | 2024-09-06T22:56:54.737Z | Downloaded serde_json v1.0.125 |
363 | 2024-09-06T22:56:54.744Z | Downloaded pest v2.7.10 |
364 | 2024-09-06T22:56:54.749Z | Downloaded winnow v0.6.18 |
365 | 2024-09-06T22:56:54.757Z | Downloaded hashbrown v0.14.5 |
366 | 2024-09-06T22:56:54.762Z | Downloaded clap_builder v4.5.15 |
367 | 2024-09-06T22:56:54.768Z | Downloaded goblin v0.8.2 |
368 | 2024-09-06T22:56:54.780Z | Downloaded zerocopy v0.7.34 |
369 | 2024-09-06T22:56:54.795Z | Downloaded tabled v0.15.0 |
370 | 2024-09-06T22:56:54.810Z | Downloaded syn v2.0.74 |
371 | 2024-09-06T22:56:54.820Z | Downloaded syn v1.0.109 |
372 | 2024-09-06T22:56:54.839Z | Downloaded rustix v0.38.34 |
373 | 2024-09-06T22:56:54.861Z | Downloaded unicode-width v0.1.13 |
374 | 2024-09-06T22:56:54.870Z | Downloaded libc v0.2.158 |
375 | 2024-09-06T22:56:55.170Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-09-06T22:56:55.170Z | Compiling unicode-ident v1.0.12 |
377 | 2024-09-06T22:56:55.174Z | Compiling serde v1.0.208 |
378 | 2024-09-06T22:56:55.174Z | Compiling version_check v0.9.5 |
379 | 2024-09-06T22:56:55.174Z | Compiling thiserror v1.0.63 |
380 | 2024-09-06T22:56:55.174Z | Compiling memchr v2.7.2 |
381 | 2024-09-06T22:56:55.175Z | Compiling libc v0.2.158 |
382 | 2024-09-06T22:56:55.207Z | Compiling ucd-trie v0.1.6 |
383 | 2024-09-06T22:56:55.406Z | Compiling ryu v1.0.18 |
384 | 2024-09-06T22:56:55.747Z | Compiling itoa v1.0.11 |
385 | 2024-09-06T22:56:55.925Z | Compiling once_cell v1.19.0 |
386 | 2024-09-06T22:56:55.980Z | Compiling byteorder v1.5.0 |
387 | 2024-09-06T22:56:56.003Z | Compiling rustix v0.38.34 |
388 | 2024-09-06T22:56:56.031Z | Compiling serde_json v1.0.125 |
389 | 2024-09-06T22:56:56.460Z | Compiling bitflags v2.6.0 |
390 | 2024-09-06T22:56:56.557Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-06T22:56:56.769Z | Compiling quote v1.0.36 |
392 | 2024-09-06T22:56:56.892Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-09-06T22:56:56.916Z | Compiling syn v1.0.109 |
394 | 2024-09-06T22:56:56.962Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-09-06T22:56:57.078Z | Compiling log v0.4.21 |
396 | 2024-09-06T22:56:57.197Z | Compiling syn v2.0.74 |
397 | 2024-09-06T22:56:57.364Z | Compiling errno v0.3.9 |
398 | 2024-09-06T22:56:57.553Z | Compiling utf8parse v0.2.1 |
399 | 2024-09-06T22:56:57.599Z | Compiling camino v1.1.9 |
400 | 2024-09-06T22:56:57.678Z | Compiling plain v0.2.3 |
401 | 2024-09-06T22:56:57.703Z | Compiling hashbrown v0.14.5 |
402 | 2024-09-06T22:56:57.726Z | Compiling equivalent v1.0.1 |
403 | 2024-09-06T22:56:57.837Z | Compiling anstyle-parse v0.2.4 |
404 | 2024-09-06T22:56:58.016Z | Compiling thread-id v4.2.1 |
405 | 2024-09-06T22:56:58.279Z | Compiling pretty-hex v0.4.1 |
406 | 2024-09-06T22:56:58.331Z | Compiling anstyle v1.0.8 |
407 | 2024-09-06T22:56:58.517Z | Compiling winnow v0.6.18 |
408 | 2024-09-06T22:56:58.537Z | Compiling is_terminal_polyfill v1.70.0 |
409 | 2024-09-06T22:56:58.664Z | Compiling anstyle-query v1.0.3 |
410 | 2024-09-06T22:56:58.686Z | Compiling unicode-width v0.1.13 |
411 | 2024-09-06T22:56:58.782Z | Compiling autocfg v1.3.0 |
412 | 2024-09-06T22:56:58.810Z | Compiling colorchoice v1.0.1 |
413 | 2024-09-06T22:56:58.920Z | Compiling indexmap v2.4.0 |
414 | 2024-09-06T22:56:58.974Z | Compiling semver v1.0.23 |
415 | 2024-09-06T22:56:59.023Z | Compiling anstream v0.6.14 |
416 | 2024-09-06T22:56:59.633Z | Compiling terminal_size v0.3.0 |
417 | 2024-09-06T22:56:59.722Z | Compiling fs-err v2.11.0 |
418 | 2024-09-06T22:56:59.908Z | Compiling cfg-if v1.0.0 |
419 | 2024-09-06T22:56:59.928Z | Compiling fastrand v2.1.0 |
420 | 2024-09-06T22:57:00.003Z | Compiling fnv v1.0.7 |
421 | 2024-09-06T22:57:00.023Z | Compiling anyhow v1.0.86 |
422 | 2024-09-06T22:57:00.139Z | Compiling heck v0.4.1 |
423 | 2024-09-06T22:57:00.271Z | Compiling bytecount v0.6.8 |
424 | 2024-09-06T22:57:00.377Z | Compiling strsim v0.11.1 |
425 | 2024-09-06T22:57:00.476Z | Compiling clap_lex v0.7.0 |
426 | 2024-09-06T22:57:00.502Z | Compiling heck v0.5.0 |
427 | 2024-09-06T22:57:00.620Z | Compiling papergrid v0.11.0 |
428 | 2024-09-06T22:57:00.950Z | Compiling clap_builder v4.5.15 |
429 | 2024-09-06T22:57:01.009Z | Compiling tempfile v3.10.1 |
430 | 2024-09-06T22:57:01.475Z | Compiling memmap v0.7.0 |
431 | 2024-09-06T22:57:01.509Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-09-06T22:57:01.828Z | Compiling smawk v0.3.2 |
433 | 2024-09-06T22:57:02.020Z | Compiling textwrap v0.16.1 |
434 | 2024-09-06T22:57:02.320Z | Compiling swrite v0.1.0 |
435 | 2024-09-06T22:57:03.627Z | Compiling tabled_derive v0.7.0 |
436 | 2024-09-06T22:57:05.110Z | Compiling tabled v0.15.0 |
437 | 2024-09-06T22:57:05.979Z | Compiling serde_derive v1.0.208 |
438 | 2024-09-06T22:57:05.979Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-09-06T22:57:05.982Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-09-06T22:57:06.021Z | Compiling scroll_derive v0.12.0 |
441 | 2024-09-06T22:57:06.344Z | Compiling clap_derive v4.5.13 |
442 | 2024-09-06T22:57:07.438Z | Compiling scroll v0.12.0 |
443 | 2024-09-06T22:57:07.902Z | Compiling goblin v0.8.2 |
444 | 2024-09-06T22:57:08.038Z | Compiling zerocopy v0.7.34 |
445 | 2024-09-06T22:57:08.714Z | Compiling pest v2.7.10 |
446 | 2024-09-06T22:57:10.143Z | Compiling clap v4.5.16 |
447 | 2024-09-06T22:57:10.951Z | Compiling pest_meta v2.7.10 |
448 | 2024-09-06T22:57:11.777Z | Compiling pest_generator v2.7.10 |
449 | 2024-09-06T22:57:13.744Z | Compiling pest_derive v2.7.10 |
450 | 2024-09-06T22:57:14.474Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-09-06T22:57:16.030Z | Compiling serde_spanned v0.6.7 |
452 | 2024-09-06T22:57:16.030Z | Compiling toml_datetime v0.6.8 |
453 | 2024-09-06T22:57:16.032Z | Compiling cargo-platform v0.1.8 |
454 | 2024-09-06T22:57:16.386Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-09-06T22:57:16.465Z | Compiling toml_edit v0.22.20 |
456 | 2024-09-06T22:57:16.601Z | Compiling macaddr v1.0.1 |
457 | 2024-09-06T22:57:16.735Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-09-06T22:57:17.446Z | Compiling dof v0.3.0 |
459 | 2024-09-06T22:57:17.446Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-09-06T22:57:19.237Z | Compiling toml v0.8.19 |
461 | 2024-09-06T22:57:19.525Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-09-06T22:57:19.525Z | Compiling usdt-macro v0.5.0 |
463 | 2024-09-06T22:57:20.092Z | Compiling cargo_toml v0.20.4 |
464 | 2024-09-06T22:57:20.965Z | Compiling usdt v0.5.0 |
465 | 2024-09-06T22:57:23.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-09-06T22:57:28.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.77s |
467 | 2024-09-06T22:57:28.304Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-09-06T22:57:28.879Z | Downloading crates ... |
469 | 2024-09-06T22:57:29.006Z | Downloaded addr2line v0.21.0 |
470 | 2024-09-06T22:57:29.013Z | Downloaded ciborium-io v0.2.2 |
471 | 2024-09-06T22:57:29.018Z | Downloaded bitstruct_derive v0.1.0 |
472 | 2024-09-06T22:57:29.027Z | Downloaded cfg_aliases v0.2.1 |
473 | 2024-09-06T22:57:29.029Z | Downloaded is-terminal v0.4.12 |
474 | 2024-09-06T22:57:29.032Z | Downloaded crunchy v0.2.2 |
475 | 2024-09-06T22:57:29.034Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-09-06T22:57:29.034Z | Downloaded ascii-canvas v3.0.0 |
477 | 2024-09-06T22:57:29.034Z | Downloaded array-init v0.0.4 |
478 | 2024-09-06T22:57:29.037Z | Downloaded http-range v0.1.5 |
479 | 2024-09-06T22:57:29.039Z | Downloaded humantime v2.1.0 |
480 | 2024-09-06T22:57:29.042Z | Downloaded hostname v0.4.0 |
481 | 2024-09-06T22:57:29.044Z | Downloaded crc-catalog v2.4.0 |
482 | 2024-09-06T22:57:29.044Z | Downloaded atomicwrites v0.4.3 |
483 | 2024-09-06T22:57:29.047Z | Downloaded adler v1.0.2 |
484 | 2024-09-06T22:57:29.047Z | Downloaded hyper-tls v0.5.0 |
485 | 2024-09-06T22:57:29.051Z | Downloaded convert_case v0.4.0 |
486 | 2024-09-06T22:57:29.051Z | Downloaded async-stream v0.3.5 |
487 | 2024-09-06T22:57:29.058Z | Downloaded normalize-line-endings v0.3.0 |
488 | 2024-09-06T22:57:29.058Z | Downloaded nodrop v0.1.14 |
489 | 2024-09-06T22:57:29.058Z | Downloaded newline-converter v0.3.0 |
490 | 2024-09-06T22:57:29.060Z | Downloaded matches v0.1.10 |
491 | 2024-09-06T22:57:29.060Z | Downloaded castaway v0.2.3 |
492 | 2024-09-06T22:57:29.060Z | Downloaded bit-set v0.5.3 |
493 | 2024-09-06T22:57:29.060Z | Downloaded arrayref v0.3.7 |
494 | 2024-09-06T22:57:29.060Z | Downloaded crc v3.2.1 |
495 | 2024-09-06T22:57:29.063Z | Downloaded keccak v0.1.5 |
496 | 2024-09-06T22:57:29.065Z | Downloaded blowfish v0.9.1 |
497 | 2024-09-06T22:57:29.067Z | Downloaded instability v0.3.2 |
498 | 2024-09-06T22:57:29.067Z | Downloaded indent_write v2.2.0 |
499 | 2024-09-06T22:57:29.070Z | Downloaded highway v1.2.0 |
500 | 2024-09-06T22:57:29.072Z | Downloaded buf-list v1.0.3 |
501 | 2024-09-06T22:57:29.075Z | Downloaded md-5 v0.10.6 |
502 | 2024-09-06T22:57:29.078Z | Downloaded nibble_vec v0.1.0 |
503 | 2024-09-06T22:57:29.078Z | Downloaded lazycell v1.3.0 |
504 | 2024-09-06T22:57:29.083Z | Downloaded const_format_proc_macros v0.2.32 |
505 | 2024-09-06T22:57:29.086Z | Downloaded async-bb8-diesel v0.2.1 |
506 | 2024-09-06T22:57:29.086Z | Downloaded newtype-uuid v1.1.0 |
507 | 2024-09-06T22:57:29.086Z | Downloaded mime v0.3.17 |
508 | 2024-09-06T22:57:29.088Z | Downloaded maplit v1.0.2 |
509 | 2024-09-06T22:57:29.088Z | Downloaded num v0.4.3 |
510 | 2024-09-06T22:57:29.092Z | Downloaded lru-cache v0.1.2 |
511 | 2024-09-06T22:57:29.092Z | Downloaded backoff v0.4.0 |
512 | 2024-09-06T22:57:29.095Z | Downloaded ascii v1.1.0 |
513 | 2024-09-06T22:57:29.097Z | Downloaded instant v0.1.12 |
514 | 2024-09-06T22:57:29.097Z | Downloaded is_ci v1.2.0 |
515 | 2024-09-06T22:57:29.100Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-09-06T22:57:29.100Z | Downloaded bzip2 v0.4.4 |
517 | 2024-09-06T22:57:29.102Z | Downloaded cipher v0.4.4 |
518 | 2024-09-06T22:57:29.104Z | Downloaded impl-trait-for-tuples v0.2.2 |
519 | 2024-09-06T22:57:29.107Z | Downloaded memmap2 v0.9.4 |
520 | 2024-09-06T22:57:29.109Z | Downloaded atty v0.2.14 |
521 | 2024-09-06T22:57:29.112Z | Downloaded md5 v0.7.0 |
522 | 2024-09-06T22:57:29.112Z | Downloaded match_cfg v0.1.0 |
523 | 2024-09-06T22:57:29.114Z | Downloaded lock_api v0.4.12 |
524 | 2024-09-06T22:57:29.114Z | Downloaded libloading v0.8.3 |
525 | 2024-09-06T22:57:29.117Z | Downloaded new_debug_unreachable v1.0.6 |
526 | 2024-09-06T22:57:29.119Z | Downloaded newtype_derive v0.1.6 |
527 | 2024-09-06T22:57:29.121Z | Downloaded serde-big-array v0.5.1 |
528 | 2024-09-06T22:57:29.121Z | Downloaded csv-core v0.1.11 |
529 | 2024-09-06T22:57:29.124Z | Downloaded cfg_aliases v0.1.1 |
530 | 2024-09-06T22:57:29.126Z | Downloaded multimap v0.10.0 |
531 | 2024-09-06T22:57:29.126Z | Downloaded const-oid v0.9.6 |
532 | 2024-09-06T22:57:29.129Z | Downloaded native-tls v0.2.11 |
533 | 2024-09-06T22:57:29.131Z | Downloaded crossbeam-epoch v0.9.18 |
534 | 2024-09-06T22:57:29.134Z | Downloaded ident_case v1.0.1 |
535 | 2024-09-06T22:57:29.137Z | Downloaded cookie v0.18.1 |
536 | 2024-09-06T22:57:29.139Z | Downloaded blake2 v0.10.6 |
537 | 2024-09-06T22:57:29.142Z | Downloaded httpdate v1.0.3 |
538 | 2024-09-06T22:57:29.144Z | Downloaded ipnetwork v0.20.0 |
539 | 2024-09-06T22:57:29.144Z | Downloaded rpassword v7.3.1 |
540 | 2024-09-06T22:57:29.147Z | Downloaded rfc6979 v0.4.0 |
541 | 2024-09-06T22:57:29.149Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2024-09-06T22:57:29.149Z | Downloaded mockall_derive v0.13.0 |
543 | 2024-09-06T22:57:29.152Z | Downloaded termtree v0.4.1 |
544 | 2024-09-06T22:57:29.154Z | Downloaded sqlparser_derive v0.2.2 |
545 | 2024-09-06T22:57:29.154Z | Downloaded async-recursion v1.1.1 |
546 | 2024-09-06T22:57:29.157Z | Downloaded kstat-rs v0.2.4 |
547 | 2024-09-06T22:57:29.159Z | Downloaded serde_urlencoded v0.7.1 |
548 | 2024-09-06T22:57:29.162Z | Downloaded bit-vec v0.6.3 |
549 | 2024-09-06T22:57:29.165Z | Downloaded nanorand v0.7.0 |
550 | 2024-09-06T22:57:29.167Z | Downloaded dhcproto-macros v0.1.0 |
551 | 2024-09-06T22:57:29.167Z | Downloaded chacha20 v0.9.1 |
552 | 2024-09-06T22:57:29.170Z | Downloaded ciborium-ll v0.2.2 |
553 | 2024-09-06T22:57:29.170Z | Downloaded bitfield-struct v0.6.1 |
554 | 2024-09-06T22:57:29.172Z | Downloaded smf v0.2.3 |
555 | 2024-09-06T22:57:29.175Z | Downloaded cassowary v0.3.0 |
556 | 2024-09-06T22:57:29.175Z | Downloaded crossbeam-deque v0.8.5 |
557 | 2024-09-06T22:57:29.177Z | Downloaded rustc_version v0.4.0 |
558 | 2024-09-06T22:57:29.180Z | Downloaded miniz_oxide v0.8.0 |
559 | 2024-09-06T22:57:29.182Z | Downloaded compact_str v0.8.0 |
560 | 2024-09-06T22:57:29.185Z | Downloaded cexpr v0.6.0 |
561 | 2024-09-06T22:57:29.187Z | Downloaded num_threads v0.1.7 |
562 | 2024-09-06T22:57:29.190Z | Downloaded ctr v0.9.2 |
563 | 2024-09-06T22:57:29.192Z | Downloaded colored v2.1.0 |
564 | 2024-09-06T22:57:29.195Z | Downloaded portpicker v0.1.1 |
565 | 2024-09-06T22:57:29.195Z | Downloaded utf-8 v0.7.6 |
566 | 2024-09-06T22:57:29.197Z | Downloaded supports-color v3.0.0 |
567 | 2024-09-06T22:57:29.197Z | Downloaded structmeta v0.2.0 |
568 | 2024-09-06T22:57:29.200Z | Downloaded uzers v0.11.3 |
569 | 2024-09-06T22:57:29.202Z | Downloaded zeroize_derive v1.4.2 |
570 | 2024-09-06T22:57:29.202Z | Downloaded strip-ansi-escapes v0.2.0 |
571 | 2024-09-06T22:57:29.205Z | Downloaded cbc v0.1.2 |
572 | 2024-09-06T22:57:29.207Z | Downloaded jobserver v0.1.32 |
573 | 2024-09-06T22:57:29.209Z | Downloaded iana-time-zone v0.1.60 |
574 | 2024-09-06T22:57:29.212Z | Downloaded mockall v0.13.0 |
575 | 2024-09-06T22:57:29.214Z | Downloaded openssl-macros v0.1.1 |
576 | 2024-09-06T22:57:29.214Z | Downloaded nu-ansi-term v0.50.0 |
577 | 2024-09-06T22:57:29.216Z | Downloaded maybe-uninit v2.0.0 |
578 | 2024-09-06T22:57:29.219Z | Downloaded libsw v3.3.1 |
579 | 2024-09-06T22:57:29.221Z | Downloaded rusty-fork v0.3.0 |
580 | 2024-09-06T22:57:29.225Z | Downloaded debug-ignore v1.0.5 |
581 | 2024-09-06T22:57:29.225Z | Downloaded fallible-iterator v0.2.0 |
582 | 2024-09-06T22:57:29.229Z | Downloaded defmt-macros v0.3.9 |
583 | 2024-09-06T22:57:29.232Z | Downloaded serde_repr v0.1.19 |
584 | 2024-09-06T22:57:29.232Z | Downloaded fallible-streaming-iterator v0.1.9 |
585 | 2024-09-06T22:57:29.234Z | Downloaded rustls-pemfile v2.1.3 |
586 | 2024-09-06T22:57:29.237Z | Downloaded multer v3.1.0 |
587 | 2024-09-06T22:57:29.240Z | Downloaded ghash v0.5.1 |
588 | 2024-09-06T22:57:29.240Z | Downloaded zeroize v1.7.0 |
589 | 2024-09-06T22:57:29.242Z | Downloaded hickory-resolver v0.24.1 |
590 | 2024-09-06T22:57:29.245Z | Downloaded downcast v0.11.0 |
591 | 2024-09-06T22:57:29.249Z | Downloaded num_enum_derive v0.5.11 |
592 | 2024-09-06T22:57:29.252Z | Downloaded dyn-clone v1.0.17 |
593 | 2024-09-06T22:57:29.252Z | Downloaded predicates v3.1.2 |
594 | 2024-09-06T22:57:29.255Z | Downloaded pkg-config v0.3.30 |
595 | 2024-09-06T22:57:29.257Z | Downloaded tokio-tungstenite v0.23.1 |
596 | 2024-09-06T22:57:29.260Z | Downloaded tokio-tungstenite v0.21.0 |
597 | 2024-09-06T22:57:29.262Z | Downloaded tokio-tungstenite v0.20.1 |
598 | 2024-09-06T22:57:29.265Z | Downloaded crc32fast v1.4.0 |
599 | 2024-09-06T22:57:29.267Z | Downloaded cookie_store v0.20.0 |
600 | 2024-09-06T22:57:29.270Z | Downloaded heck v0.3.3 |
601 | 2024-09-06T22:57:29.270Z | Downloaded miniz_oxide v0.7.2 |
602 | 2024-09-06T22:57:29.273Z | Downloaded parse-display-derive v0.10.0 |
603 | 2024-09-06T22:57:29.275Z | Downloaded defmt v0.3.8 |
604 | 2024-09-06T22:57:29.278Z | Downloaded scheduled-thread-pool v0.2.7 |
605 | 2024-09-06T22:57:29.280Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2024-09-06T22:57:29.280Z | Downloaded foreign-types-shared v0.1.1 |
607 | 2024-09-06T22:57:29.283Z | Downloaded endian-type v0.1.2 |
608 | 2024-09-06T22:57:29.283Z | Downloaded darling_macro v0.20.9 |
609 | 2024-09-06T22:57:29.283Z | Downloaded zone_cfg_derive v0.3.0 |
610 | 2024-09-06T22:57:29.285Z | Downloaded erased-serde v0.3.31 |
611 | 2024-09-06T22:57:29.288Z | Downloaded tokio-native-tls v0.3.1 |
612 | 2024-09-06T22:57:29.290Z | Downloaded slog-stdlog v4.1.1 |
613 | 2024-09-06T22:57:29.290Z | Downloaded tls_codec v0.4.1 |
614 | 2024-09-06T22:57:29.293Z | Downloaded rand_core v0.6.4 |
615 | 2024-09-06T22:57:29.295Z | Downloaded clang-sys v1.7.0 |
616 | 2024-09-06T22:57:29.297Z | Downloaded pem v3.0.4 |
617 | 2024-09-06T22:57:29.300Z | Downloaded crossbeam-utils v0.8.19 |
618 | 2024-09-06T22:57:29.302Z | Downloaded console v0.15.8 |
619 | 2024-09-06T22:57:29.305Z | Downloaded rustc_version v0.1.7 |
620 | 2024-09-06T22:57:29.307Z | Downloaded precomputed-hash v0.1.1 |
621 | 2024-09-06T22:57:29.307Z | Downloaded headers-core v0.2.0 |
622 | 2024-09-06T22:57:29.310Z | Downloaded parking_lot_core v0.9.10 |
623 | 2024-09-06T22:57:29.312Z | Downloaded uuid v1.10.0 |
624 | 2024-09-06T22:57:29.314Z | Downloaded signal-hook-mio v0.2.4 |
625 | 2024-09-06T22:57:29.317Z | Downloaded signal-hook-registry v1.4.2 |
626 | 2024-09-06T22:57:29.320Z | Downloaded minimal-lexical v0.2.1 |
627 | 2024-09-06T22:57:29.323Z | Downloaded fixedbitset v0.4.2 |
628 | 2024-09-06T22:57:29.325Z | Downloaded tap v1.0.1 |
629 | 2024-09-06T22:57:29.328Z | Downloaded stable_deref_trait v1.2.0 |
630 | 2024-09-06T22:57:29.328Z | Downloaded ssh-encoding v0.2.0 |
631 | 2024-09-06T22:57:29.331Z | Downloaded env_logger v0.9.3 |
632 | 2024-09-06T22:57:29.331Z | Downloaded crc-any v2.5.0 |
633 | 2024-09-06T22:57:29.333Z | Downloaded futures-macro v0.3.30 |
634 | 2024-09-06T22:57:29.336Z | Downloaded similar v2.6.0 |
635 | 2024-09-06T22:57:29.340Z | Downloaded crossbeam-channel v0.5.12 |
636 | 2024-09-06T22:57:29.345Z | Downloaded foreign-types v0.3.2 |
637 | 2024-09-06T22:57:29.347Z | Downloaded slog-term v2.9.1 |
638 | 2024-09-06T22:57:29.350Z | Downloaded pbkdf2 v0.11.0 |
639 | 2024-09-06T22:57:29.352Z | Downloaded gethostname v0.5.0 |
640 | 2024-09-06T22:57:29.354Z | Downloaded rustls-pemfile v1.0.4 |
641 | 2024-09-06T22:57:29.357Z | Downloaded foreign-types-macros v0.2.3 |
642 | 2024-09-06T22:57:29.359Z | Downloaded pin-project-lite v0.2.14 |
643 | 2024-09-06T22:57:29.372Z | Downloaded base64 v0.13.1 |
644 | 2024-09-06T22:57:29.375Z | Downloaded oso-derive v0.27.3 |
645 | 2024-09-06T22:57:29.378Z | Downloaded float-ord v0.3.2 |
646 | 2024-09-06T22:57:29.378Z | Downloaded predicates-tree v1.0.9 |
647 | 2024-09-06T22:57:29.381Z | Downloaded predicates-core v1.0.6 |
648 | 2024-09-06T22:57:29.381Z | Downloaded sct v0.7.1 |
649 | 2024-09-06T22:57:29.384Z | Downloaded cookie v0.17.0 |
650 | 2024-09-06T22:57:29.386Z | Downloaded static_assertions v1.1.0 |
651 | 2024-09-06T22:57:29.389Z | Downloaded termios v0.3.3 |
652 | 2024-09-06T22:57:29.392Z | Downloaded spin v0.5.2 |
653 | 2024-09-06T22:57:29.392Z | Downloaded term v0.7.0 |
654 | 2024-09-06T22:57:29.395Z | Downloaded serde_path_to_error v0.1.16 |
655 | 2024-09-06T22:57:29.397Z | Downloaded itertools v0.10.5 |
656 | 2024-09-06T22:57:29.404Z | Downloaded phf_shared v0.10.0 |
657 | 2024-09-06T22:57:29.407Z | Downloaded strum v0.26.3 |
658 | 2024-09-06T22:57:29.407Z | Downloaded toolchain_find v0.4.0 |
659 | 2024-09-06T22:57:29.409Z | Downloaded base64 v0.21.7 |
660 | 2024-09-06T22:57:29.413Z | Downloaded tracing-attributes v0.1.27 |
661 | 2024-09-06T22:57:29.415Z | Downloaded deranged v0.3.11 |
662 | 2024-09-06T22:57:29.418Z | Downloaded tokio-stream v0.1.15 |
663 | 2024-09-06T22:57:29.420Z | Downloaded pin-project-internal v1.1.5 |
664 | 2024-09-06T22:57:29.423Z | Downloaded diesel_table_macro_syntax v0.2.0 |
665 | 2024-09-06T22:57:29.425Z | Downloaded tower-service v0.3.2 |
666 | 2024-09-06T22:57:29.425Z | Downloaded foreign-types v0.5.0 |
667 | 2024-09-06T22:57:29.428Z | Downloaded libxml v0.3.3 |
668 | 2024-09-06T22:57:29.433Z | Downloaded zone v0.3.0 |
669 | 2024-09-06T22:57:29.436Z | Downloaded hashlink v0.9.1 |
670 | 2024-09-06T22:57:29.438Z | Downloaded tungstenite v0.21.0 |
671 | 2024-09-06T22:57:29.440Z | Downloaded test-strategy v0.3.1 |
672 | 2024-09-06T22:57:29.444Z | Downloaded mio v0.8.11 |
673 | 2024-09-06T22:57:29.450Z | Downloaded serde_derive_internals v0.29.1 |
674 | 2024-09-06T22:57:29.453Z | Downloaded peg-runtime v0.8.3 |
675 | 2024-09-06T22:57:29.455Z | Downloaded pin-utils v0.1.0 |
676 | 2024-09-06T22:57:29.455Z | Downloaded tokio-rustls v0.24.1 |
677 | 2024-09-06T22:57:29.458Z | Downloaded spin v0.9.8 |
678 | 2024-09-06T22:57:29.460Z | Downloaded phf v0.11.2 |
679 | 2024-09-06T22:57:29.463Z | Downloaded pretty-hex v0.2.1 |
680 | 2024-09-06T22:57:29.465Z | Downloaded strum_macros v0.25.3 |
681 | 2024-09-06T22:57:29.466Z | Downloaded strum_macros v0.24.3 |
682 | 2024-09-06T22:57:29.468Z | Downloaded spki v0.7.3 |
683 | 2024-09-06T22:57:29.470Z | Downloaded time-core v0.1.2 |
684 | 2024-09-06T22:57:29.473Z | Downloaded display-error-chain v0.2.1 |
685 | 2024-09-06T22:57:29.473Z | Downloaded walkdir v2.5.0 |
686 | 2024-09-06T22:57:29.475Z | Downloaded snafu-derive v0.8.2 |
687 | 2024-09-06T22:57:29.478Z | Downloaded parking_lot v0.12.2 |
688 | 2024-09-06T22:57:29.480Z | Downloaded topological-sort v0.2.2 |
689 | 2024-09-06T22:57:29.483Z | Downloaded num-traits v0.2.19 |
690 | 2024-09-06T22:57:29.486Z | Downloaded vte_generate_state_changes v0.1.1 |
691 | 2024-09-06T22:57:29.486Z | Downloaded rand_seeder v0.3.0 |
692 | 2024-09-06T22:57:29.488Z | Downloaded postcard v1.0.8 |
693 | 2024-09-06T22:57:29.491Z | Downloaded openssl-probe v0.1.5 |
694 | 2024-09-06T22:57:29.493Z | Downloaded futures-core v0.3.30 |
695 | 2024-09-06T22:57:29.496Z | Downloaded hash32 v0.3.1 |
696 | 2024-09-06T22:57:29.496Z | Downloaded group v0.13.0 |
697 | 2024-09-06T22:57:29.498Z | Downloaded hash32 v0.2.1 |
698 | 2024-09-06T22:57:29.501Z | Downloaded p256 v0.13.2 |
699 | 2024-09-06T22:57:29.503Z | Downloaded unsafe-libyaml v0.2.11 |
700 | 2024-09-06T22:57:29.507Z | Downloaded num-rational v0.4.2 |
701 | 2024-09-06T22:57:29.509Z | Downloaded socket2 v0.5.7 |
702 | 2024-09-06T22:57:29.513Z | Downloaded tungstenite v0.20.1 |
703 | 2024-09-06T22:57:29.515Z | Downloaded crypto-bigint v0.5.5 |
704 | 2024-09-06T22:57:29.523Z | Downloaded try-lock v0.2.5 |
705 | 2024-09-06T22:57:29.525Z | Downloaded foreign-types-shared v0.3.1 |
706 | 2024-09-06T22:57:29.525Z | Downloaded scopeguard v1.2.0 |
707 | 2024-09-06T22:57:29.528Z | Downloaded schemars_derive v0.8.21 |
708 | 2024-09-06T22:57:29.530Z | Downloaded siphasher v0.3.11 |
709 | 2024-09-06T22:57:29.530Z | Downloaded tiny-keccak v2.0.2 |
710 | 2024-09-06T22:57:29.533Z | Downloaded slog-envlogger v2.2.0 |
711 | 2024-09-06T22:57:29.535Z | Downloaded derive_builder v0.20.0 |
712 | 2024-09-06T22:57:29.540Z | Downloaded structmeta-derive v0.2.0 |
713 | 2024-09-06T22:57:29.542Z | Downloaded strum_macros v0.26.4 |
714 | 2024-09-06T22:57:29.545Z | Downloaded same-file v1.0.6 |
715 | 2024-09-06T22:57:29.547Z | Downloaded ppv-lite86 v0.2.17 |
716 | 2024-09-06T22:57:29.547Z | Downloaded tokio-macros v2.4.0 |
717 | 2024-09-06T22:57:29.550Z | Downloaded powerfmt v0.2.0 |
718 | 2024-09-06T22:57:29.550Z | Downloaded wyz v0.5.1 |
719 | 2024-09-06T22:57:29.552Z | Downloaded paste v1.0.15 |
720 | 2024-09-06T22:57:29.555Z | Downloaded der_derive v0.7.2 |
721 | 2024-09-06T22:57:29.557Z | Downloaded phf_shared v0.11.2 |
722 | 2024-09-06T22:57:29.560Z | Downloaded olpc-cjson v0.1.3 |
723 | 2024-09-06T22:57:29.560Z | Downloaded headers v0.3.9 |
724 | 2024-09-06T22:57:29.565Z | Downloaded libm v0.2.8 |
725 | 2024-09-06T22:57:29.574Z | Downloaded password-hash v0.5.0 |
726 | 2024-09-06T22:57:29.576Z | Downloaded wait-timeout v0.2.0 |
727 | 2024-09-06T22:57:29.579Z | Downloaded thread_local v1.1.8 |
728 | 2024-09-06T22:57:29.582Z | Downloaded peg-macros v0.8.4 |
729 | 2024-09-06T22:57:29.582Z | Downloaded form_urlencoded v1.2.1 |
730 | 2024-09-06T22:57:29.584Z | Downloaded postgres-types v0.2.7 |
731 | 2024-09-06T22:57:29.587Z | Downloaded sqlformat v0.2.4 |
732 | 2024-09-06T22:57:29.589Z | Downloaded opaque-debug v0.3.1 |
733 | 2024-09-06T22:57:29.589Z | Downloaded peg v0.8.4 |
734 | 2024-09-06T22:57:29.593Z | Downloaded expectorate v1.1.0 |
735 | 2024-09-06T22:57:29.596Z | Downloaded float-cmp v0.9.0 |
736 | 2024-09-06T22:57:29.598Z | Downloaded pem-rfc7468 v0.7.0 |
737 | 2024-09-06T22:57:29.601Z | Downloaded untrusted v0.9.0 |
738 | 2024-09-06T22:57:29.603Z | Downloaded slog-scope v4.4.0 |
739 | 2024-09-06T22:57:29.603Z | Downloaded unarray v0.1.4 |
740 | 2024-09-06T22:57:29.606Z | Downloaded tui-tree-widget v0.22.0 |
741 | 2024-09-06T22:57:29.606Z | Downloaded rustfmt-wrapper v0.2.1 |
742 | 2024-09-06T22:57:29.608Z | Downloaded time-macros v0.2.18 |
743 | 2024-09-06T22:57:29.611Z | Downloaded pkcs8 v0.10.2 |
744 | 2024-09-06T22:57:29.613Z | Downloaded num-iter v0.1.45 |
745 | 2024-09-06T22:57:29.616Z | Downloaded xattr v1.3.1 |
746 | 2024-09-06T22:57:29.616Z | Downloaded itertools v0.13.0 |
747 | 2024-09-06T22:57:29.624Z | Downloaded fd-lock v4.0.2 |
748 | 2024-09-06T22:57:29.626Z | Downloaded password-hash v0.4.2 |
749 | 2024-09-06T22:57:29.629Z | Downloaded flume v0.11.0 |
750 | 2024-09-06T22:57:29.633Z | Downloaded rsa v0.9.6 |
751 | 2024-09-06T22:57:29.639Z | Downloaded sha1 v0.10.6 |
752 | 2024-09-06T22:57:29.641Z | Downloaded structmeta-derive v0.3.0 |
753 | 2024-09-06T22:57:29.643Z | Downloaded string_cache v0.8.7 |
754 | 2024-09-06T22:57:29.643Z | Downloaded psl-types v2.0.11 |
755 | 2024-09-06T22:57:29.646Z | Downloaded vte v0.11.1 |
756 | 2024-09-06T22:57:29.648Z | Downloaded num-derive v0.4.2 |
757 | 2024-09-06T22:57:29.651Z | Downloaded whoami v1.5.1 |
758 | 2024-09-06T22:57:29.651Z | Downloaded unicode-segmentation v1.11.0 |
759 | 2024-09-06T22:57:29.655Z | Downloaded which v4.4.2 |
760 | 2024-09-06T22:57:29.657Z | Downloaded des v0.8.1 |
761 | 2024-09-06T22:57:29.660Z | Downloaded sync_wrapper v0.1.2 |
762 | 2024-09-06T22:57:29.660Z | Downloaded futures-executor v0.3.30 |
763 | 2024-09-06T22:57:29.662Z | Downloaded percent-encoding v2.3.1 |
764 | 2024-09-06T22:57:29.662Z | Downloaded heapless v0.7.17 |
765 | 2024-09-06T22:57:29.667Z | Downloaded futures-task v0.3.30 |
766 | 2024-09-06T22:57:29.669Z | Downloaded tokio-util v0.7.11 |
767 | 2024-09-06T22:57:29.676Z | Downloaded tokio-postgres v0.7.11 |
768 | 2024-09-06T22:57:29.681Z | Downloaded path-slash v0.1.5 |
769 | 2024-09-06T22:57:29.683Z | Downloaded fxhash v0.2.1 |
770 | 2024-09-06T22:57:29.684Z | Downloaded dirs-next v2.0.0 |
771 | 2024-09-06T22:57:29.686Z | Downloaded secrecy v0.8.0 |
772 | 2024-09-06T22:57:29.686Z | Downloaded zerocopy v0.6.6 |
773 | 2024-09-06T22:57:29.689Z | Downloaded hex-literal v0.4.1 |
774 | 2024-09-06T22:57:29.691Z | Downloaded scrypt v0.11.0 |
775 | 2024-09-06T22:57:29.691Z | Downloaded glob v0.3.1 |
776 | 2024-09-06T22:57:29.694Z | Downloaded ed25519 v2.2.3 |
777 | 2024-09-06T22:57:29.694Z | Downloaded packed_struct_codegen v0.10.1 |
778 | 2024-09-06T22:57:29.698Z | Downloaded rtoolbox v0.0.2 |
779 | 2024-09-06T22:57:29.700Z | Downloaded serde_with v3.9.0 |
780 | 2024-09-06T22:57:29.706Z | Downloaded resolv-conf v0.7.0 |
781 | 2024-09-06T22:57:29.709Z | Downloaded dsl_auto_type v0.1.2 |
782 | 2024-09-06T22:57:29.711Z | Downloaded hex v0.4.3 |
783 | 2024-09-06T22:57:29.712Z | Downloaded r2d2 v0.8.10 |
784 | 2024-09-06T22:57:29.714Z | Downloaded pbkdf2 v0.12.2 |
785 | 2024-09-06T22:57:29.717Z | Downloaded diesel_derives v2.2.2 |
786 | 2024-09-06T22:57:29.719Z | Downloaded shlex v1.3.0 |
787 | 2024-09-06T22:57:29.722Z | Downloaded ff v0.13.0 |
788 | 2024-09-06T22:57:29.724Z | Downloaded ron v0.7.1 |
789 | 2024-09-06T22:57:29.727Z | Downloaded proc-macro-crate v1.3.1 |
790 | 2024-09-06T22:57:29.730Z | Downloaded difflib v0.4.0 |
791 | 2024-09-06T22:57:29.730Z | Downloaded slog-bunyan v2.5.0 |
792 | 2024-09-06T22:57:29.732Z | Downloaded poly1305 v0.8.0 |
793 | 2024-09-06T22:57:29.735Z | Downloaded embedded-io v0.4.0 |
794 | 2024-09-06T22:57:29.737Z | Downloaded polyval v0.6.2 |
795 | 2024-09-06T22:57:29.737Z | Downloaded unicase v2.7.0 |
796 | 2024-09-06T22:57:29.740Z | Downloaded omicron-zone-package v0.11.0 |
797 | 2024-09-06T22:57:29.742Z | Downloaded zip v0.6.6 |
798 | 2024-09-06T22:57:29.747Z | Downloaded slog-dtrace v0.3.0 |
799 | 2024-09-06T22:57:29.749Z | Downloaded diff v0.1.13 |
800 | 2024-09-06T22:57:29.752Z | Downloaded russh-keys v0.45.0 |
801 | 2024-09-06T22:57:29.755Z | Downloaded ssh-key v0.6.6 |
802 | 2024-09-06T22:57:29.763Z | Downloaded either v1.13.0 |
803 | 2024-09-06T22:57:29.765Z | Downloaded semver v0.1.20 |
804 | 2024-09-06T22:57:29.767Z | Downloaded thiserror-no-std v2.0.2 |
805 | 2024-09-06T22:57:29.773Z | Downloaded radium v0.7.0 |
806 | 2024-09-06T22:57:29.773Z | Downloaded slab v0.4.9 |
807 | 2024-09-06T22:57:29.773Z | Downloaded funty v2.0.0 |
808 | 2024-09-06T22:57:29.776Z | Downloaded fragile v2.0.0 |
809 | 2024-09-06T22:57:29.776Z | Downloaded tabwriter v1.4.0 |
810 | 2024-09-06T22:57:29.778Z | Downloaded slog-async v2.8.0 |
811 | 2024-09-06T22:57:29.779Z | Downloaded pkcs5 v0.7.1 |
812 | 2024-09-06T22:57:29.782Z | Downloaded globset v0.4.14 |
813 | 2024-09-06T22:57:29.784Z | Downloaded serde_yaml v0.9.34+deprecated |
814 | 2024-09-06T22:57:29.788Z | Downloaded toml_edit v0.19.15 |
815 | 2024-09-06T22:57:29.806Z | Downloaded fatfs v0.3.6 |
816 | 2024-09-06T22:57:29.808Z | Downloaded futures-channel v0.3.30 |
817 | 2024-09-06T22:57:29.812Z | Downloaded tinyvec v1.6.0 |
818 | 2024-09-06T22:57:29.814Z | Downloaded rcgen v0.12.1 |
819 | 2024-09-06T22:57:29.817Z | Downloaded hyper v0.14.30 |
820 | 2024-09-06T22:57:29.825Z | Downloaded thiserror-impl-no-std v2.0.2 |
821 | 2024-09-06T22:57:29.828Z | Downloaded tracing-core v0.1.32 |
822 | 2024-09-06T22:57:29.831Z | Downloaded x509-cert v0.2.5 |
823 | 2024-09-06T22:57:29.837Z | Downloaded openssl-sys v0.9.103 |
824 | 2024-09-06T22:57:29.842Z | Downloaded lalrpop v0.19.12 |
825 | 2024-09-06T22:57:29.854Z | Downloaded rayon-core v1.12.1 |
826 | 2024-09-06T22:57:29.858Z | Downloaded elliptic-curve v0.13.8 |
827 | 2024-09-06T22:57:29.863Z | Downloaded tough v0.17.1 |
828 | 2024-09-06T22:57:29.872Z | Downloaded prettyplease v0.2.20 |
829 | 2024-09-06T22:57:29.875Z | Downloaded publicsuffix v2.2.3 |
830 | 2024-09-06T22:57:29.878Z | Downloaded unicode-normalization v0.1.23 |
831 | 2024-09-06T22:57:29.882Z | Downloaded signal-hook v0.3.17 |
832 | 2024-09-06T22:57:29.886Z | Downloaded russh v0.45.0 |
833 | 2024-09-06T22:57:29.892Z | Downloaded steno v0.4.1 |
834 | 2024-09-06T22:57:29.897Z | Downloaded flate2 v1.0.33 |
835 | 2024-09-06T22:57:29.902Z | Downloaded idna v0.3.0 |
836 | 2024-09-06T22:57:29.909Z | Downloaded num-bigint v0.4.5 |
837 | 2024-09-06T22:57:29.915Z | Downloaded portable-atomic v1.6.0 |
838 | 2024-09-06T22:57:29.922Z | Downloaded reedline v0.33.0 |
839 | 2024-09-06T22:57:29.930Z | Downloaded idna v0.4.0 |
840 | 2024-09-06T22:57:29.937Z | Downloaded time v0.3.36 |
841 | 2024-09-06T22:57:29.945Z | Downloaded vcpkg v0.2.15 |
842 | 2024-09-06T22:57:29.985Z | Downloaded futures-util v0.3.30 |
843 | 2024-09-06T22:57:29.997Z | Downloaded bitvec v1.0.1 |
844 | 2024-09-06T22:57:30.014Z | Downloaded quick-xml v0.31.0 |
845 | 2024-09-06T22:57:30.019Z | Downloaded num-bigint-dig v0.8.4 |
846 | 2024-09-06T22:57:30.025Z | Downloaded winnow v0.5.40 |
847 | 2024-09-06T22:57:30.034Z | Downloaded h2 v0.3.26 |
848 | 2024-09-06T22:57:30.041Z | Downloaded p521 v0.13.3 |
849 | 2024-09-06T22:57:30.046Z | Downloaded regex-syntax v0.6.29 |
850 | 2024-09-06T22:57:30.053Z | Downloaded nix v0.28.0 |
851 | 2024-09-06T22:57:30.066Z | Downloaded nix v0.27.1 |
852 | 2024-09-06T22:57:30.077Z | Downloaded proptest v1.5.0 |
853 | 2024-09-06T22:57:30.087Z | Downloaded p384 v0.13.0 |
854 | 2024-09-06T22:57:30.093Z | Downloaded reqwest v0.11.27 |
855 | 2024-09-06T22:57:30.101Z | Downloaded curve25519-dalek v4.1.3 |
856 | 2024-09-06T22:57:30.111Z | Downloaded dropshot v0.10.1 |
857 | 2024-09-06T22:57:30.121Z | Downloaded nix v0.29.0 |
858 | 2024-09-06T22:57:30.134Z | Downloaded object v0.30.4 |
859 | 2024-09-06T22:57:30.144Z | Downloaded webpki-roots v0.25.4 |
860 | 2024-09-06T22:57:30.148Z | Downloaded radix_trie v0.2.1 |
861 | 2024-09-06T22:57:30.153Z | Downloaded bstr v1.9.1 |
862 | 2024-09-06T22:57:30.165Z | Downloaded git2 v0.19.0 |
863 | 2024-09-06T22:57:30.174Z | Downloaded polar-core v0.27.3 |
864 | 2024-09-06T22:57:30.183Z | Downloaded smoltcp v0.11.0 |
865 | 2024-09-06T22:57:30.197Z | Downloaded rustls v0.22.4 |
866 | 2024-09-06T22:57:30.211Z | Downloaded trust-dns-proto v0.22.0 |
867 | 2024-09-06T22:57:30.224Z | Downloaded openssl v0.10.66 |
868 | 2024-09-06T22:57:30.234Z | Downloaded diesel v2.2.3 |
869 | 2024-09-06T22:57:30.253Z | Downloaded object v0.32.2 |
870 | 2024-09-06T22:57:30.264Z | Downloaded regress v0.9.1 |
871 | 2024-09-06T22:57:30.273Z | Downloaded openapiv3 v2.0.0 |
872 | 2024-09-06T22:57:30.286Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
873 | 2024-09-06T22:57:30.299Z | Downloaded regex-syntax v0.8.4 |
874 | 2024-09-06T22:57:30.308Z | Downloaded finl_unicode v1.2.0 |
875 | 2024-09-06T22:57:30.323Z | Downloaded sled v0.34.7 |
876 | 2024-09-06T22:57:30.332Z | Downloaded ratatui v0.28.0 |
877 | 2024-09-06T22:57:30.352Z | Downloaded petgraph v0.6.5 |
878 | 2024-09-06T22:57:30.370Z | Downloaded csv v1.3.0 |
879 | 2024-09-06T22:57:30.391Z | Downloaded regex-automata v0.4.6 |
880 | 2024-09-06T22:57:30.409Z | Downloaded zerocopy-derive v0.6.6 |
881 | 2024-09-06T22:57:30.418Z | Downloaded encoding_rs v0.8.34 |
882 | 2024-09-06T22:57:30.440Z | Downloaded rustls v0.21.12 |
883 | 2024-09-06T22:57:30.451Z | Downloaded hickory-proto v0.24.1 |
884 | 2024-09-06T22:57:30.466Z | Downloaded smoltcp v0.9.1 |
885 | 2024-09-06T22:57:30.477Z | Downloaded gimli v0.28.1 |
886 | 2024-09-06T22:57:30.485Z | Downloaded regex v1.10.6 |
887 | 2024-09-06T22:57:30.499Z | Downloaded rusqlite v0.31.0 |
888 | 2024-09-06T22:57:30.505Z | Downloaded tokio v1.39.3 |
889 | 2024-09-06T22:57:30.542Z | Downloaded rustls-webpki v0.102.4 |
890 | 2024-09-06T22:57:30.560Z | Downloaded rayon v1.10.0 |
891 | 2024-09-06T22:57:30.569Z | Downloaded sha3 v0.10.8 |
892 | 2024-09-06T22:57:30.574Z | Downloaded idna v0.5.0 |
893 | 2024-09-06T22:57:30.580Z | Downloaded idna v0.2.3 |
894 | 2024-09-06T22:57:30.587Z | Downloaded chrono v0.4.38 |
895 | 2024-09-06T22:57:30.594Z | Downloaded bindgen v0.69.4 |
896 | 2024-09-06T22:57:30.602Z | Downloaded rustls-webpki v0.101.7 |
897 | 2024-09-06T22:57:30.616Z | Downloaded sqlparser v0.45.0 |
898 | 2024-09-06T22:57:30.621Z | Downloaded aho-corasick v1.1.3 |
899 | 2024-09-06T22:57:30.627Z | Downloaded url v2.5.2 |
900 | 2024-09-06T22:57:30.630Z | Downloaded hashbrown v0.12.3 |
901 | 2024-09-06T22:57:30.635Z | Downloaded hashbrown v0.13.2 |
902 | 2024-09-06T22:57:30.639Z | Downloaded samael v0.0.15 |
903 | 2024-09-06T22:57:30.644Z | Downloaded untrusted v0.7.1 |
904 | 2024-09-06T22:57:30.647Z | Downloaded num-complex v0.4.6 |
905 | 2024-09-06T22:57:30.647Z | Downloaded subprocess v0.2.9 |
906 | 2024-09-06T22:57:30.649Z | Downloaded stringprep v0.1.4 |
907 | 2024-09-06T22:57:30.651Z | Downloaded tracing v0.1.40 |
908 | 2024-09-06T22:57:30.654Z | Downloaded hickory-client v0.24.1 |
909 | 2024-09-06T22:57:30.657Z | Downloaded tls_codec_derive v0.4.1 |
910 | 2024-09-06T22:57:30.660Z | Downloaded ssh-cipher v0.2.0 |
911 | 2024-09-06T22:57:30.663Z | Downloaded aes-gcm v0.10.3 |
912 | 2024-09-06T22:57:30.666Z | Downloaded parse-size v1.0.0 |
913 | 2024-09-06T22:57:30.666Z | Downloaded num-conv v0.1.0 |
914 | 2024-09-06T22:57:30.666Z | Downloaded der v0.7.9 |
915 | 2024-09-06T22:57:30.670Z | Downloaded futures-sink v0.3.30 |
916 | 2024-09-06T22:57:30.673Z | Downloaded futures-io v0.3.30 |
917 | 2024-09-06T22:57:30.673Z | Downloaded derive_more v0.99.18 |
918 | 2024-09-06T22:57:30.676Z | Downloaded snafu v0.8.2 |
919 | 2024-09-06T22:57:30.682Z | Downloaded slog v2.7.0 |
920 | 2024-09-06T22:57:30.685Z | Downloaded ena v0.14.3 |
921 | 2024-09-06T22:57:30.687Z | Downloaded dirs-sys-next v0.1.2 |
922 | 2024-09-06T22:57:30.687Z | Downloaded vsss-rs v3.3.4 |
923 | 2024-09-06T22:57:30.690Z | Downloaded schemars v0.8.21 |
924 | 2024-09-06T22:57:30.702Z | Downloaded ron v0.8.1 |
925 | 2024-09-06T22:57:30.707Z | Downloaded crossterm v0.27.0 |
926 | 2024-09-06T22:57:30.713Z | Downloaded blake3 v1.5.1 |
927 | 2024-09-06T22:57:30.721Z | Downloaded itertools v0.12.1 |
928 | 2024-09-06T22:57:30.729Z | Downloaded yasna v0.5.2 |
929 | 2024-09-06T22:57:30.731Z | Downloaded unicode-bidi v0.3.15 |
930 | 2024-09-06T22:57:30.734Z | Downloaded ed25519-dalek v2.1.1 |
931 | 2024-09-06T22:57:30.736Z | Downloaded typed-path v0.7.1 |
932 | 2024-09-06T22:57:30.741Z | Downloaded slog-json v2.6.1 |
933 | 2024-09-06T22:57:30.743Z | Downloaded derive-where v1.2.7 |
934 | 2024-09-06T22:57:30.746Z | Downloaded rand v0.8.5 |
935 | 2024-09-06T22:57:30.750Z | Downloaded unicode_categories v0.1.1 |
936 | 2024-09-06T22:57:30.752Z | Downloaded rustyline v14.0.0 |
937 | 2024-09-06T22:57:30.757Z | Downloaded hkdf v0.12.4 |
938 | 2024-09-06T22:57:30.759Z | Downloaded postgres-protocol v0.6.7 |
939 | 2024-09-06T22:57:30.762Z | Downloaded oso v0.27.3 |
940 | 2024-09-06T22:57:30.764Z | Downloaded nom v7.1.3 |
941 | 2024-09-06T22:57:30.770Z | Downloaded toml v0.7.8 |
942 | 2024-09-06T22:57:30.774Z | Downloaded socket2 v0.4.10 |
943 | 2024-09-06T22:57:30.776Z | Downloaded half v2.4.1 |
944 | 2024-09-06T22:57:30.779Z | Downloaded futures v0.3.30 |
945 | 2024-09-06T22:57:30.783Z | Downloaded heapless v0.8.0 |
946 | 2024-09-06T22:57:30.787Z | Downloaded crossterm v0.28.1 |
947 | 2024-09-06T22:57:30.794Z | Downloaded filetime v0.2.25 |
948 | 2024-09-06T22:57:30.796Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
949 | 2024-09-06T22:57:30.855Z | Downloaded pkcs1 v0.7.5 |
950 | 2024-09-06T22:57:30.857Z | Downloaded owo-colors v4.0.0 |
951 | 2024-09-06T22:57:30.860Z | Downloaded dropshot_endpoint v0.10.1 |
952 | 2024-09-06T22:57:30.860Z | Downloaded zone v0.1.8 |
953 | 2024-09-06T22:57:30.860Z | Downloaded derive_builder_macro v0.20.0 |
954 | 2024-09-06T22:57:30.862Z | Downloaded flagset v0.4.5 |
955 | 2024-09-06T22:57:30.862Z | Downloaded pin-project v1.1.5 |
956 | 2024-09-06T22:57:30.873Z | Downloaded backtrace v0.3.71 |
957 | 2024-09-06T22:57:30.878Z | Downloaded derive_builder_core v0.20.0 |
958 | 2024-09-06T22:57:30.880Z | Downloaded structmeta v0.3.0 |
959 | 2024-09-06T22:57:30.883Z | Downloaded shell-words v1.1.0 |
960 | 2024-09-06T22:57:30.883Z | Downloaded darling_core v0.20.9 |
961 | 2024-09-06T22:57:30.886Z | Downloaded aes v0.8.4 |
962 | 2024-09-06T22:57:30.889Z | Downloaded salsa20 v0.10.2 |
963 | 2024-09-06T22:57:30.892Z | Downloaded termcolor v1.4.1 |
964 | 2024-09-06T22:57:30.892Z | Downloaded tar v0.4.41 |
965 | 2024-09-06T22:57:30.894Z | Downloaded serde_arrays v0.1.0 |
966 | 2024-09-06T22:57:30.897Z | Downloaded const_format v0.2.32 |
967 | 2024-09-06T22:57:30.900Z | Downloaded hickory-server v0.24.1 |
968 | 2024-09-06T22:57:30.907Z | Downloaded http v0.2.12 |
969 | 2024-09-06T22:57:30.910Z | Downloaded serde_plain v1.0.2 |
970 | 2024-09-06T22:57:30.913Z | Downloaded rustls-pki-types v1.7.0 |
971 | 2024-09-06T22:57:30.916Z | Downloaded tungstenite v0.23.0 |
972 | 2024-09-06T22:57:30.918Z | Downloaded tokio-rustls v0.25.0 |
973 | 2024-09-06T22:57:30.920Z | Downloaded serde-hex v0.1.0 |
974 | 2024-09-06T22:57:30.923Z | Downloaded rustc-demangle v0.1.24 |
975 | 2024-09-06T22:57:30.923Z | Downloaded env_logger v0.10.2 |
976 | 2024-09-06T22:57:30.925Z | Downloaded dhcproto v0.12.0 |
977 | 2024-09-06T22:57:30.928Z | Downloaded vergen v8.3.2 |
978 | 2024-09-06T22:57:30.931Z | Downloaded mio v1.0.2 |
979 | 2024-09-06T22:57:30.936Z | Downloaded bytes v1.7.1 |
980 | 2024-09-06T22:57:30.940Z | Downloaded parking_lot_core v0.8.6 |
981 | 2024-09-06T22:57:30.944Z | Downloaded parking_lot v0.11.2 |
982 | 2024-09-06T22:57:30.946Z | Downloaded rand_xorshift v0.3.0 |
983 | 2024-09-06T22:57:30.949Z | Downloaded data-encoding v2.6.0 |
984 | 2024-09-06T22:57:30.949Z | Downloaded packed_struct v0.10.1 |
985 | 2024-09-06T22:57:30.951Z | Downloaded num_enum v0.5.11 |
986 | 2024-09-06T22:57:30.954Z | Downloaded unicode-xid v0.2.4 |
987 | 2024-09-06T22:57:30.957Z | Downloaded zone_cfg_derive v0.1.2 |
988 | 2024-09-06T22:57:30.957Z | Downloaded want v0.3.1 |
989 | 2024-09-06T22:57:30.959Z | Downloaded waitgroup v0.1.2 |
990 | 2024-09-06T22:57:30.959Z | Downloaded take_mut v0.2.2 |
991 | 2024-09-06T22:57:30.959Z | Downloaded serde_with_macros v3.9.0 |
992 | 2024-09-06T22:57:30.962Z | Downloaded getrandom v0.2.14 |
993 | 2024-09-06T22:57:30.964Z | Downloaded ecdsa v0.16.9 |
994 | 2024-09-06T22:57:30.967Z | Downloaded indicatif v0.17.8 |
995 | 2024-09-06T22:57:30.969Z | Downloaded defmt-parser v0.3.4 |
996 | 2024-09-06T22:57:30.971Z | Downloaded universal-hash v0.5.1 |
997 | 2024-09-06T22:57:30.971Z | Downloaded unicode-truncate v1.0.0 |
998 | 2024-09-06T22:57:30.974Z | Downloaded sec1 v0.7.3 |
999 | 2024-09-06T22:57:30.974Z | Downloaded num-integer v0.1.46 |
1000 | 2024-09-06T22:57:30.976Z | Downloaded rustc-hash v1.1.0 |
1001 | 2024-09-06T22:57:30.976Z | Downloaded ref-cast v1.0.23 |
1002 | 2024-09-06T22:57:30.979Z | Downloaded smallvec v1.13.2 |
1003 | 2024-09-06T22:57:30.981Z | Downloaded number_prefix v0.4.0 |
1004 | 2024-09-06T22:57:30.984Z | Downloaded rand_chacha v0.3.1 |
1005 | 2024-09-06T22:57:30.984Z | Downloaded signal-hook-tokio v0.3.1 |
1006 | 2024-09-06T22:57:30.984Z | Downloaded http v1.1.0 |
1007 | 2024-09-06T22:57:30.989Z | Downloaded quick-error v1.2.3 |
1008 | 2024-09-06T22:57:30.992Z | Downloaded primeorder v0.13.6 |
1009 | 2024-09-06T22:57:30.992Z | Downloaded cc v1.0.97 |
1010 | 2024-09-06T22:57:30.994Z | Downloaded parse-display v0.10.0 |
1011 | 2024-09-06T22:57:30.997Z | Downloaded getopts v0.2.21 |
1012 | 2024-09-06T22:57:30.997Z | Downloaded enum-as-inner v0.6.0 |
1013 | 2024-09-06T22:57:30.999Z | Downloaded enum-as-inner v0.5.1 |
1014 | 2024-09-06T22:57:30.999Z | Downloaded base64 v0.22.1 |
1015 | 2024-09-06T22:57:31.002Z | Downloaded twox-hash v1.6.3 |
1016 | 2024-09-06T22:57:31.005Z | Downloaded chacha20poly1305 v0.10.1 |
1017 | 2024-09-06T22:57:31.008Z | Downloaded hmac v0.12.1 |
1018 | 2024-09-06T22:57:31.008Z | Downloaded fallible-iterator v0.3.0 |
1019 | 2024-09-06T22:57:31.010Z | Downloaded mime_guess v2.0.4 |
1020 | 2024-09-06T22:57:31.013Z | Downloaded darling v0.20.9 |
1021 | 2024-09-06T22:57:31.015Z | Downloaded constant_time_eq v0.3.0 |
1022 | 2024-09-06T22:57:31.017Z | Downloaded rustversion v1.0.17 |
1023 | 2024-09-06T22:57:31.020Z | Downloaded base64ct v1.6.0 |
1024 | 2024-09-06T22:57:31.022Z | Downloaded subtle v2.5.0 |
1025 | 2024-09-06T22:57:31.022Z | Downloaded indexmap v1.9.3 |
1026 | 2024-09-06T22:57:31.025Z | Downloaded atomic-waker v1.1.2 |
1027 | 2024-09-06T22:57:31.027Z | Downloaded smallvec v0.6.14 |
1028 | 2024-09-06T22:57:31.027Z | Downloaded signature v2.2.0 |
1029 | 2024-09-06T22:57:31.031Z | Downloaded block-padding v0.3.3 |
1030 | 2024-09-06T22:57:31.031Z | Downloaded bcrypt-pbkdf v0.10.0 |
1031 | 2024-09-06T22:57:31.033Z | Downloaded memoffset v0.9.1 |
1032 | 2024-09-06T22:57:31.033Z | Downloaded managed v0.8.0 |
1033 | 2024-09-06T22:57:31.033Z | Downloaded lru v0.12.3 |
1034 | 2024-09-06T22:57:31.036Z | Downloaded linked-hash-map v0.5.6 |
1035 | 2024-09-06T22:57:31.036Z | Downloaded lazy_static v1.5.0 |
1036 | 2024-09-06T22:57:31.038Z | Downloaded sigpipe v0.1.3 |
1037 | 2024-09-06T22:57:31.038Z | Downloaded russh-cryptovec v0.7.2 |
1038 | 2024-09-06T22:57:31.038Z | Downloaded arc-swap v1.7.1 |
1039 | 2024-09-06T22:57:31.041Z | Downloaded ahash v0.8.11 |
1040 | 2024-09-06T22:57:31.044Z | Downloaded inout v0.1.3 |
1041 | 2024-09-06T22:57:31.046Z | Downloaded hyper-staticfile v0.9.5 |
1042 | 2024-09-06T22:57:31.049Z | Downloaded crucible-workspace-hack v0.1.0 |
1043 | 2024-09-06T22:57:31.049Z | Downloaded allocator-api2 v0.2.18 |
1044 | 2024-09-06T22:57:31.052Z | Downloaded assert_matches v1.5.0 |
1045 | 2024-09-06T22:57:31.052Z | Downloaded http-body v0.4.6 |
1046 | 2024-09-06T22:57:31.054Z | Downloaded hostname v0.3.1 |
1047 | 2024-09-06T22:57:31.054Z | Downloaded argon2 v0.5.3 |
1048 | 2024-09-06T22:57:31.057Z | Downloaded bitstruct v0.1.1 |
1049 | 2024-09-06T22:57:31.057Z | Downloaded cancel-safe-futures v0.1.5 |
1050 | 2024-09-06T22:57:31.060Z | Downloaded async-stream-impl v0.3.5 |
1051 | 2024-09-06T22:57:31.063Z | Downloaded bitfield v0.14.0 |
1052 | 2024-09-06T22:57:31.063Z | Downloaded linear-map v1.2.0 |
1053 | 2024-09-06T22:57:31.066Z | Downloaded httparse v1.8.0 |
1054 | 2024-09-06T22:57:31.066Z | Downloaded ciborium v0.2.2 |
1055 | 2024-09-06T22:57:31.069Z | Downloaded bcs v0.1.6 |
1056 | 2024-09-06T22:57:31.071Z | Downloaded async-trait v0.1.81 |
1057 | 2024-09-06T22:57:31.074Z | Downloaded aead v0.5.2 |
1058 | 2024-09-06T22:57:31.074Z | Downloaded curve25519-dalek-derive v0.1.1 |
1059 | 2024-09-06T22:57:31.076Z | Downloaded libefi-sys v0.1.0 |
1060 | 2024-09-06T22:57:31.076Z | Downloaded lalrpop-util v0.19.12 |
1061 | 2024-09-06T22:57:31.079Z | Downloaded hyper-rustls v0.24.2 |
1062 | 2024-09-06T22:57:31.086Z | Downloaded hubpack v0.1.2 |
1063 | 2024-09-06T22:57:31.087Z | Downloaded home v0.5.9 |
1064 | 2024-09-06T22:57:31.087Z | Downloaded bb8 v0.8.5 |
1065 | 2024-09-06T22:57:31.087Z | Downloaded base16ct v0.2.0 |
1066 | 2024-09-06T22:57:31.087Z | Downloaded arrayvec v0.7.4 |
1067 | 2024-09-06T22:57:31.087Z | Downloaded ipnet v2.9.0 |
1068 | 2024-09-06T22:57:31.094Z | Downloaded internet-checksum v0.2.1 |
1069 | 2024-09-06T22:57:31.094Z | Downloaded indoc v1.0.9 |
1070 | 2024-09-06T22:57:31.094Z | Downloaded cobs v0.2.3 |
1071 | 2024-09-06T22:57:31.094Z | Downloaded bitflags v1.3.2 |
1072 | 2024-09-06T22:57:31.099Z | Downloaded adler2 v2.0.0 |
1073 | 2024-09-06T22:57:31.381Z | Downloaded libz-sys v1.1.16 |
1074 | 2024-09-06T22:57:31.480Z | Downloaded ring v0.17.8 |
1075 | 2024-09-06T22:57:31.618Z | Downloaded libsqlite3-sys v0.28.0 |
1076 | 2024-09-06T22:57:31.697Z | Downloaded ring v0.16.20 |
1077 | 2024-09-06T22:57:31.864Z | Compiling serde v1.0.208 |
1078 | 2024-09-06T22:57:31.868Z | Compiling typenum v1.17.0 |
1079 | 2024-09-06T22:57:31.868Z | Compiling lock_api v0.4.12 |
1080 | 2024-09-06T22:57:31.868Z | Compiling generic-array v0.14.7 |
1081 | 2024-09-06T22:57:31.868Z | Compiling scopeguard v1.2.0 |
1082 | 2024-09-06T22:57:32.017Z | Compiling log v0.4.21 |
1083 | 2024-09-06T22:57:32.033Z | Compiling syn v2.0.74 |
1084 | 2024-09-06T22:57:32.043Z | Compiling getrandom v0.2.14 |
1085 | 2024-09-06T22:57:32.358Z | Compiling jobserver v0.1.32 |
1086 | 2024-09-06T22:57:32.460Z | Compiling rand_core v0.6.4 |
1087 | 2024-09-06T22:57:32.596Z | Compiling subtle v2.5.0 |
1088 | 2024-09-06T22:57:32.665Z | Compiling const-oid v0.9.6 |
1089 | 2024-09-06T22:57:32.687Z | Compiling cc v1.0.97 |
1090 | 2024-09-06T22:57:32.987Z | Compiling smallvec v1.13.2 |
1091 | 2024-09-06T22:57:33.044Z | Compiling pin-project-lite v0.2.14 |
1092 | 2024-09-06T22:57:33.087Z | Compiling parking_lot_core v0.9.10 |
1093 | 2024-09-06T22:57:33.180Z | Compiling signal-hook-registry v1.4.2 |
1094 | 2024-09-06T22:57:33.323Z | Compiling spin v0.9.8 |
1095 | 2024-09-06T22:57:33.430Z | Compiling mio v1.0.2 |
1096 | 2024-09-06T22:57:33.695Z | Compiling ahash v0.8.11 |
1097 | 2024-09-06T22:57:34.031Z | Compiling parking_lot v0.12.2 |
1098 | 2024-09-06T22:57:34.071Z | Compiling tinyvec_macros v0.1.1 |
1099 | 2024-09-06T22:57:34.165Z | Compiling tinyvec v1.6.0 |
1100 | 2024-09-06T22:57:34.351Z | Compiling socket2 v0.5.7 |
1101 | 2024-09-06T22:57:34.735Z | Compiling libm v0.2.8 |
1102 | 2024-09-06T22:57:34.738Z | Compiling futures-core v0.3.30 |
1103 | 2024-09-06T22:57:34.858Z | Compiling futures-sink v0.3.30 |
1104 | 2024-09-06T22:57:34.994Z | Compiling serde_json v1.0.125 |
1105 | 2024-09-06T22:57:35.013Z | Compiling cpufeatures v0.2.12 |
1106 | 2024-09-06T22:57:35.016Z | Compiling slab v0.4.9 |
1107 | 2024-09-06T22:57:35.128Z | Compiling num-traits v0.2.19 |
1108 | 2024-09-06T22:57:35.152Z | Compiling unicode-bidi v0.3.15 |
1109 | 2024-09-06T22:57:35.330Z | Compiling allocator-api2 v0.2.18 |
1110 | 2024-09-06T22:57:35.649Z | Compiling unicode-normalization v0.1.23 |
1111 | 2024-09-06T22:57:35.668Z | Compiling futures-channel v0.3.30 |
1112 | 2024-09-06T22:57:35.762Z | Compiling futures-task v0.3.30 |
1113 | 2024-09-06T22:57:36.073Z | Compiling futures-io v0.3.30 |
1114 | 2024-09-06T22:57:36.112Z | Compiling vcpkg v0.2.15 |
1115 | 2024-09-06T22:57:36.136Z | Compiling pin-utils v0.1.0 |
1116 | 2024-09-06T22:57:36.232Z | Compiling pkg-config v0.3.30 |
1117 | 2024-09-06T22:57:36.608Z | Compiling base64ct v1.6.0 |
1118 | 2024-09-06T22:57:36.730Z | Compiling flagset v0.4.5 |
1119 | 2024-09-06T22:57:36.815Z | Compiling percent-encoding v2.3.1 |
1120 | 2024-09-06T22:57:36.862Z | Compiling ring v0.17.8 |
1121 | 2024-09-06T22:57:36.913Z | Compiling ppv-lite86 v0.2.17 |
1122 | 2024-09-06T22:57:37.208Z | Compiling pem-rfc7468 v0.7.0 |
1123 | 2024-09-06T22:57:37.262Z | Compiling tracing-core v0.1.32 |
1124 | 2024-09-06T22:57:37.733Z | Compiling rand_chacha v0.3.1 |
1125 | 2024-09-06T22:57:37.764Z | Compiling untrusted v0.9.0 |
1126 | 2024-09-06T22:57:37.938Z | Compiling rustix v0.38.34 |
1127 | 2024-09-06T22:57:37.991Z | Compiling openssl v0.10.66 |
1128 | 2024-09-06T22:57:38.317Z | Compiling openssl-sys v0.9.103 |
1129 | 2024-09-06T22:57:38.417Z | Compiling rand v0.8.5 |
1130 | 2024-09-06T22:57:38.432Z | Compiling foreign-types-shared v0.1.1 |
1131 | 2024-09-06T22:57:38.527Z | Compiling rustversion v1.0.17 |
1132 | 2024-09-06T22:57:38.598Z | Compiling httparse v1.8.0 |
1133 | 2024-09-06T22:57:38.752Z | Compiling time-core v0.1.2 |
1134 | 2024-09-06T22:57:38.920Z | Compiling powerfmt v0.2.0 |
1135 | 2024-09-06T22:57:38.979Z | Compiling num-conv v0.1.0 |
1136 | 2024-09-06T22:57:39.258Z | Compiling time-macros v0.2.18 |
1137 | 2024-09-06T22:57:39.279Z | Compiling deranged v0.3.11 |
1138 | 2024-09-06T22:57:39.344Z | Compiling foreign-types v0.3.2 |
1139 | 2024-09-06T22:57:39.458Z | Compiling form_urlencoded v1.2.1 |
1140 | 2024-09-06T22:57:39.749Z | Compiling aho-corasick v1.1.3 |
1141 | 2024-09-06T22:57:40.047Z | Compiling crossbeam-utils v0.8.19 |
1142 | 2024-09-06T22:57:40.253Z | Compiling num_threads v0.1.7 |
1143 | 2024-09-06T22:57:40.381Z | Compiling siphasher v0.3.11 |
1144 | 2024-09-06T22:57:40.607Z | Compiling try-lock v0.2.5 |
1145 | 2024-09-06T22:57:40.672Z | Compiling native-tls v0.2.11 |
1146 | 2024-09-06T22:57:40.749Z | Compiling syn v1.0.109 |
1147 | 2024-09-06T22:57:40.768Z | Compiling rustls v0.21.12 |
1148 | 2024-09-06T22:57:41.002Z | Compiling regex-syntax v0.8.4 |
1149 | 2024-09-06T22:57:41.069Z | Compiling want v0.3.1 |
1150 | 2024-09-06T22:57:41.418Z | Compiling idna v0.5.0 |
1151 | 2024-09-06T22:57:41.851Z | Compiling cookie v0.17.0 |
1152 | 2024-09-06T22:57:42.193Z | Compiling slog v2.7.0 |
1153 | 2024-09-06T22:57:42.476Z | Compiling time v0.3.36 |
1154 | 2024-09-06T22:57:42.648Z | Compiling httpdate v1.0.3 |
1155 | 2024-09-06T22:57:42.703Z | Compiling finl_unicode v1.2.0 |
1156 | 2024-09-06T22:57:42.948Z | Compiling openssl-probe v0.1.5 |
1157 | 2024-09-06T22:57:43.104Z | Compiling iana-time-zone v0.1.60 |
1158 | 2024-09-06T22:57:43.241Z | Compiling tower-service v0.3.2 |
1159 | 2024-09-06T22:57:43.299Z | Compiling stringprep v0.1.4 |
1160 | 2024-09-06T22:57:43.435Z | Compiling url v2.5.2 |
1161 | 2024-09-06T22:57:44.431Z | Compiling regex-automata v0.4.6 |
1162 | 2024-09-06T22:57:45.272Z | Compiling num-integer v0.1.46 |
1163 | 2024-09-06T22:57:46.091Z | Compiling sct v0.7.1 |
1164 | 2024-09-06T22:57:46.288Z | Compiling rustls-webpki v0.101.7 |
1165 | 2024-09-06T22:57:46.356Z | Compiling serde_derive v1.0.208 |
1166 | 2024-09-06T22:57:46.425Z | Compiling zeroize_derive v1.4.2 |
1167 | 2024-09-06T22:57:47.406Z | Compiling zerocopy-derive v0.7.34 |
1168 | 2024-09-06T22:57:47.563Z | Compiling tokio-macros v2.4.0 |
1169 | 2024-09-06T22:57:47.682Z | Compiling thiserror-impl v1.0.63 |
1170 | 2024-09-06T22:57:48.076Z | Compiling zeroize v1.7.0 |
1171 | 2024-09-06T22:57:48.274Z | Compiling futures-macro v0.3.30 |
1172 | 2024-09-06T22:57:49.209Z | Compiling der_derive v0.7.2 |
1173 | 2024-09-06T22:57:49.665Z | Compiling zerocopy v0.7.34 |
1174 | 2024-09-06T22:57:49.838Z | Compiling crypto-common v0.1.6 |
1175 | 2024-09-06T22:57:50.067Z | Compiling block-buffer v0.10.4 |
1176 | 2024-09-06T22:57:50.239Z | Compiling block-padding v0.3.3 |
1177 | 2024-09-06T22:57:50.336Z | Compiling digest v0.10.7 |
1178 | 2024-09-06T22:57:50.492Z | Compiling inout v0.1.3 |
1179 | 2024-09-06T22:57:50.781Z | Compiling hmac v0.12.1 |
1180 | 2024-09-06T22:57:50.830Z | Compiling sha2 v0.10.8 |
1181 | 2024-09-06T22:57:50.850Z | Compiling thiserror v1.0.63 |
1182 | 2024-09-06T22:57:50.986Z | Compiling cipher v0.4.4 |
1183 | 2024-09-06T22:57:51.026Z | Compiling futures-util v0.3.30 |
1184 | 2024-09-06T22:57:51.471Z | Compiling pest v2.7.10 |
1185 | 2024-09-06T22:57:51.747Z | Compiling hashbrown v0.14.5 |
1186 | 2024-09-06T22:57:51.809Z | Compiling der v0.7.9 |
1187 | 2024-09-06T22:57:53.164Z | Compiling salsa20 v0.10.2 |
1188 | 2024-09-06T22:57:53.395Z | Compiling pbkdf2 v0.12.2 |
1189 | 2024-09-06T22:57:53.571Z | Compiling scroll_derive v0.12.0 |
1190 | 2024-09-06T22:57:54.483Z | Compiling pest_meta v2.7.10 |
1191 | 2024-09-06T22:57:54.543Z | Compiling tracing-attributes v0.1.27 |
1192 | 2024-09-06T22:57:55.014Z | Compiling scroll v0.12.0 |
1193 | 2024-09-06T22:57:55.113Z | Compiling spki v0.7.3 |
1194 | 2024-09-06T22:57:55.487Z | Compiling scrypt v0.11.0 |
1195 | 2024-09-06T22:57:55.545Z | Compiling cbc v0.1.2 |
1196 | 2024-09-06T22:57:55.768Z | Compiling pest_generator v2.7.10 |
1197 | 2024-09-06T22:57:56.053Z | Compiling aes v0.8.4 |
1198 | 2024-09-06T22:57:57.080Z | Compiling pkcs5 v0.7.1 |
1199 | 2024-09-06T22:57:57.159Z | Compiling goblin v0.8.2 |
1200 | 2024-09-06T22:57:57.593Z | Compiling openssl-macros v0.1.1 |
1201 | 2024-09-06T22:57:57.779Z | Compiling pkcs8 v0.10.2 |
1202 | 2024-09-06T22:57:58.326Z | Compiling md-5 v0.10.6 |
1203 | 2024-09-06T22:57:58.381Z | Compiling tracing v0.1.40 |
1204 | 2024-09-06T22:57:58.503Z | Compiling backtrace v0.3.71 |
1205 | 2024-09-06T22:57:58.600Z | Compiling idna v0.3.0 |
1206 | 2024-09-06T22:57:58.902Z | Compiling lazy_static v1.5.0 |
1207 | 2024-09-06T22:57:58.932Z | Compiling hash32 v0.2.1 |
1208 | 2024-09-06T22:57:58.964Z | Compiling crc32fast v1.4.0 |
1209 | 2024-09-06T22:57:59.026Z | Compiling base64 v0.22.1 |
1210 | 2024-09-06T22:57:59.283Z | Compiling smoltcp v0.9.1 |
1211 | 2024-09-06T22:57:59.470Z | Compiling pest_derive v2.7.10 |
1212 | 2024-09-06T22:57:59.489Z | Compiling stable_deref_trait v1.2.0 |
1213 | 2024-09-06T22:57:59.588Z | Compiling psl-types v2.0.11 |
1214 | 2024-09-06T22:57:59.783Z | Compiling signal-hook v0.3.17 |
1215 | 2024-09-06T22:57:59.785Z | Compiling fallible-iterator v0.2.0 |
1216 | 2024-09-06T22:58:00.020Z | Compiling gimli v0.28.1 |
1217 | 2024-09-06T22:58:00.056Z | Compiling adler v1.0.2 |
1218 | 2024-09-06T22:58:00.178Z | Compiling num-bigint-dig v0.8.4 |
1219 | 2024-09-06T22:58:00.256Z | Compiling dtrace-parser v0.2.0 |
1220 | 2024-09-06T22:58:00.274Z | Compiling miniz_oxide v0.7.2 |
1221 | 2024-09-06T22:58:00.540Z | Compiling bytes v1.7.1 |
1222 | 2024-09-06T22:58:00.563Z | Compiling bitflags v2.6.0 |
1223 | 2024-09-06T22:58:01.003Z | Compiling indexmap v2.4.0 |
1224 | 2024-09-06T22:58:01.047Z | Compiling semver v1.0.23 |
1225 | 2024-09-06T22:58:01.787Z | Compiling tokio v1.39.3 |
1226 | 2024-09-06T22:58:01.804Z | Compiling http v0.2.12 |
1227 | 2024-09-06T22:58:02.406Z | Compiling rustc_version v0.4.0 |
1228 | 2024-09-06T22:58:03.173Z | Compiling heapless v0.7.17 |
1229 | 2024-09-06T22:58:03.650Z | Compiling http-body v0.4.6 |
1230 | 2024-09-06T22:58:04.062Z | Compiling dof v0.3.0 |
1231 | 2024-09-06T22:58:04.282Z | Compiling uuid v1.10.0 |
1232 | 2024-09-06T22:58:04.907Z | Compiling usdt-impl v0.5.0 |
1233 | 2024-09-06T22:58:05.660Z | Compiling serde_tokenstream v0.2.2 |
1234 | 2024-09-06T22:58:05.680Z | Compiling toml_datetime v0.6.8 |
1235 | 2024-09-06T22:58:06.194Z | Compiling chrono v0.4.38 |
1236 | 2024-09-06T22:58:06.336Z | Compiling serde_spanned v0.6.7 |
1237 | 2024-09-06T22:58:06.424Z | Compiling terminal_size v0.3.0 |
1238 | 2024-09-06T22:58:06.453Z | Compiling addr2line v0.21.0 |
1239 | 2024-09-06T22:58:06.623Z | Compiling postgres-protocol v0.6.7 |
1240 | 2024-09-06T22:58:07.123Z | Compiling publicsuffix v2.2.3 |
1241 | 2024-09-06T22:58:07.264Z | Compiling hubpack_derive v0.1.1 |
1242 | 2024-09-06T22:58:07.361Z | Compiling async-trait v0.1.81 |
1243 | 2024-09-06T22:58:07.394Z | Compiling zerocopy-derive v0.6.6 |
1244 | 2024-09-06T22:58:07.467Z | Compiling num-iter v0.1.45 |
1245 | 2024-09-06T22:58:08.174Z | Compiling phf_shared v0.11.2 |
1246 | 2024-09-06T22:58:08.537Z | Compiling serde_derive_internals v0.29.1 |
1247 | 2024-09-06T22:58:08.712Z | Compiling ff v0.13.0 |
1248 | 2024-09-06T22:58:08.816Z | Compiling object v0.32.2 |
1249 | 2024-09-06T22:58:08.936Z | Compiling fs-err v2.11.0 |
1250 | 2024-09-06T22:58:09.222Z | Compiling base16ct v0.2.0 |
1251 | 2024-09-06T22:58:09.545Z | Compiling rustc-demangle v0.1.24 |
1252 | 2024-09-06T22:58:09.611Z | Compiling either v1.13.0 |
1253 | 2024-09-06T22:58:09.901Z | Compiling tokio-util v0.7.11 |
1254 | 2024-09-06T22:58:10.073Z | Compiling tokio-rustls v0.24.1 |
1255 | 2024-09-06T22:58:10.487Z | Compiling tokio-native-tls v0.3.1 |
1256 | 2024-09-06T22:58:10.489Z | Compiling base64 v0.21.7 |
1257 | 2024-09-06T22:58:10.627Z | Compiling winnow v0.5.40 |
1258 | 2024-09-06T22:58:10.758Z | Compiling anyhow v1.0.86 |
1259 | 2024-09-06T22:58:11.204Z | Compiling h2 v0.3.26 |
1260 | 2024-09-06T22:58:11.223Z | Compiling ipnet v2.9.0 |
1261 | 2024-09-06T22:58:11.271Z | Compiling managed v0.8.0 |
1262 | 2024-09-06T22:58:11.361Z | Compiling schemars v0.8.21 |
1263 | 2024-09-06T22:58:11.712Z | Compiling adler2 v2.0.0 |
1264 | 2024-09-06T22:58:11.734Z | Compiling bitflags v1.3.2 |
1265 | 2024-09-06T22:58:11.906Z | Compiling miniz_oxide v0.8.0 |
1266 | 2024-09-06T22:58:12.710Z | Compiling schemars_derive v0.8.21 |
1267 | 2024-09-06T22:58:12.731Z | Compiling rustls-pemfile v1.0.4 |
1268 | 2024-09-06T22:58:13.172Z | Compiling zerocopy v0.6.6 |
1269 | 2024-09-06T22:58:13.505Z | Compiling clap_builder v4.5.15 |
1270 | 2024-09-06T22:58:13.935Z | Compiling sec1 v0.7.3 |
1271 | 2024-09-06T22:58:14.160Z | Compiling toml_edit v0.19.15 |
1272 | 2024-09-06T22:58:14.413Z | Compiling group v0.13.0 |
1273 | 2024-09-06T22:58:14.508Z | Compiling postgres-types v0.2.7 |
1274 | 2024-09-06T22:58:14.739Z | Compiling phf v0.11.2 |
1275 | 2024-09-06T22:58:15.008Z | Compiling hubpack v0.1.2 |
1276 | 2024-09-06T22:58:15.982Z | Compiling cookie_store v0.20.0 |
1277 | 2024-09-06T22:58:16.034Z | Compiling usdt-attr-macro v0.5.0 |
1278 | 2024-09-06T22:58:16.934Z | Compiling usdt-macro v0.5.0 |
1279 | 2024-09-06T22:58:17.814Z | Compiling serde_urlencoded v0.7.1 |
1280 | 2024-09-06T22:58:18.308Z | Compiling hyper v0.14.30 |
1281 | 2024-09-06T22:58:18.411Z | Compiling pkcs1 v0.7.5 |
1282 | 2024-09-06T22:58:18.674Z | Compiling futures-executor v0.3.30 |
1283 | 2024-09-06T22:58:18.920Z | Compiling hkdf v0.12.4 |
1284 | 2024-09-06T22:58:19.177Z | Compiling signature v2.2.0 |
1285 | 2024-09-06T22:58:19.230Z | Compiling bstr v1.9.1 |
1286 | 2024-09-06T22:58:19.420Z | Compiling regex v1.10.6 |
1287 | 2024-09-06T22:58:19.465Z | Compiling crypto-bigint v0.5.5 |
1288 | 2024-09-06T22:58:20.492Z | Compiling clap_derive v4.5.13 |
1289 | 2024-09-06T22:58:21.011Z | Compiling strum_macros v0.25.3 |
1290 | 2024-09-06T22:58:21.599Z | Compiling serde_repr v0.1.19 |
1291 | 2024-09-06T22:58:22.026Z | Compiling enum-as-inner v0.6.0 |
1292 | 2024-09-06T22:58:22.595Z | Compiling phf_shared v0.10.0 |
1293 | 2024-09-06T22:58:22.802Z | Compiling float-cmp v0.9.0 |
1294 | 2024-09-06T22:58:22.998Z | Compiling idna v0.4.0 |
1295 | 2024-09-06T22:58:23.020Z | Compiling mio v0.8.11 |
1296 | 2024-09-06T22:58:23.135Z | Compiling encoding_rs v0.8.34 |
1297 | 2024-09-06T22:58:24.388Z | Compiling minimal-lexical v0.2.1 |
1298 | 2024-09-06T22:58:24.561Z | Compiling bit-vec v0.6.3 |
1299 | 2024-09-06T22:58:24.870Z | Compiling whoami v1.5.1 |
1300 | 2024-09-06T22:58:25.018Z | Compiling predicates-core v1.0.6 |
1301 | 2024-09-06T22:58:25.077Z | Compiling data-encoding v2.6.0 |
1302 | 2024-09-06T22:58:25.355Z | Compiling hyper-rustls v0.24.2 |
1303 | 2024-09-06T22:58:25.382Z | Compiling hyper-tls v0.5.0 |
1304 | 2024-09-06T22:58:25.426Z | Compiling mime v0.3.17 |
1305 | 2024-09-06T22:58:25.460Z | Compiling dyn-clone v1.0.17 |
1306 | 2024-09-06T22:58:25.668Z | Compiling fixedbitset v0.4.2 |
1307 | 2024-09-06T22:58:25.691Z | Compiling static_assertions v1.1.0 |
1308 | 2024-09-06T22:58:25.711Z | Compiling webpki-roots v0.25.4 |
1309 | 2024-09-06T22:58:25.789Z | Compiling unicode-segmentation v1.11.0 |
1310 | 2024-09-06T22:58:25.885Z | Compiling difflib v0.4.0 |
1311 | 2024-09-06T22:58:26.015Z | Compiling precomputed-hash v0.1.1 |
1312 | 2024-09-06T22:58:26.104Z | Compiling new_debug_unreachable v1.0.6 |
1313 | 2024-09-06T22:58:26.124Z | Compiling normalize-line-endings v0.3.0 |
1314 | 2024-09-06T22:58:26.202Z | Compiling sync_wrapper v0.1.2 |
1315 | 2024-09-06T22:58:26.252Z | Compiling console v0.15.8 |
1316 | 2024-09-06T22:58:26.331Z | Compiling reqwest v0.11.27 |
1317 | 2024-09-06T22:58:26.651Z | Compiling similar v2.6.0 |
1318 | 2024-09-06T22:58:27.453Z | Compiling predicates v3.1.2 |
1319 | 2024-09-06T22:58:27.477Z | Compiling string_cache v0.8.7 |
1320 | 2024-09-06T22:58:27.502Z | Compiling petgraph v0.6.5 |
1321 | 2024-09-06T22:58:27.803Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1322 | 2024-09-06T22:58:27.946Z | Compiling hickory-proto v0.24.1 |
1323 | 2024-09-06T22:58:28.236Z | Compiling toml_edit v0.22.20 |
1324 | 2024-09-06T22:58:29.174Z | Compiling clap v4.5.16 |
1325 | 2024-09-06T22:58:29.293Z | Compiling tokio-postgres v0.7.11 |
1326 | 2024-09-06T22:58:30.705Z | Compiling bit-set v0.5.3 |
1327 | 2024-09-06T22:58:31.011Z | Compiling nom v7.1.3 |
1328 | 2024-09-06T22:58:31.445Z | Compiling signal-hook-mio v0.2.4 |
1329 | 2024-09-06T22:58:31.626Z | Compiling usdt v0.5.0 |
1330 | 2024-09-06T22:58:32.125Z | Compiling elliptic-curve v0.13.8 |
1331 | 2024-09-06T22:58:32.990Z | Compiling rsa v0.9.6 |
1332 | 2024-09-06T22:58:33.020Z | Compiling futures v0.3.30 |
1333 | 2024-09-06T22:58:33.143Z | Compiling flate2 v1.0.33 |
1334 | 2024-09-06T22:58:34.093Z | Compiling toml v0.7.8 |
1335 | 2024-09-06T22:58:34.766Z | Compiling tokio-stream v0.1.15 |
1336 | 2024-09-06T22:58:35.030Z | Compiling itertools v0.12.1 |
1337 | 2024-09-06T22:58:35.508Z | Compiling itertools v0.10.5 |
1338 | 2024-09-06T22:58:35.790Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-09-06T22:58:35.800Z | Compiling hex v0.4.3 |
1340 | 2024-09-06T22:58:36.427Z | Compiling sha1 v0.10.6 |
1341 | 2024-09-06T22:58:36.478Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-09-06T22:58:36.866Z | Compiling dirs-sys-next v0.1.2 |
1343 | 2024-09-06T22:58:37.254Z | Compiling peg-runtime v0.8.3 |
1344 | 2024-09-06T22:58:37.593Z | Compiling unicode-xid v0.2.4 |
1345 | 2024-09-06T22:58:37.765Z | Compiling lalrpop-util v0.19.12 |
1346 | 2024-09-06T22:58:37.921Z | Compiling dirs-next v2.0.0 |
1347 | 2024-09-06T22:58:37.985Z | Compiling thread_local v1.1.8 |
1348 | 2024-09-06T22:58:38.106Z | Compiling slog-async v2.8.0 |
1349 | 2024-09-06T22:58:38.123Z | Compiling term v0.7.0 |
1350 | 2024-09-06T22:58:38.140Z | Compiling xattr v1.3.1 |
1351 | 2024-09-06T22:58:38.316Z | Compiling strum_macros v0.26.4 |
1352 | 2024-09-06T22:58:38.407Z | Compiling crossbeam-channel v0.5.12 |
1353 | 2024-09-06T22:58:38.527Z | Compiling is-terminal v0.4.12 |
1354 | 2024-09-06T22:58:38.658Z | Compiling filetime v0.2.25 |
1355 | 2024-09-06T22:58:38.707Z | Compiling take_mut v0.2.2 |
1356 | 2024-09-06T22:58:38.867Z | Compiling tar v0.4.41 |
1357 | 2024-09-06T22:58:38.985Z | Compiling slog-term v2.9.1 |
1358 | 2024-09-06T22:58:39.615Z | Compiling camino v1.1.9 |
1359 | 2024-09-06T22:58:40.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1360 | 2024-09-06T22:58:41.586Z | Compiling strum v0.26.3 |
1361 | 2024-09-06T22:58:41.663Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1362 | 2024-09-06T22:58:46.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1363 | 2024-09-06T22:58:46.709Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1364 | 2024-09-06T22:58:46.760Z | Sep 06 22:58:46.272 INFO Starting download, target: Console |
1365 | 2024-09-06T22:58:46.760Z | Sep 06 22:58:46.273 INFO Starting download, target: Clickhouse |
1366 | 2024-09-06T22:58:46.760Z | Sep 06 22:58:46.273 INFO Starting download, target: Cockroach |
1367 | 2024-09-06T22:58:46.760Z | Sep 06 22:58:46.273 INFO Starting download, target: DendriteOpenapi |
1368 | 2024-09-06T22:58:46.760Z | Sep 06 22:58:46.273 INFO Starting download, target: DendriteStub |
1369 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Starting download, target: MaghemiteMgd |
1370 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Starting download, target: TransceiverControl |
1371 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1372 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1373 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1374 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1375 | 2024-09-06T22:58:46.776Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1376 | 2024-09-06T22:58:46.777Z | Sep 06 22:58:46.273 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1377 | 2024-09-06T22:58:46.777Z | Sep 06 22:58:46.274 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1378 | 2024-09-06T22:58:47.023Z | Sep 06 22:58:46.528 INFO Download complete, target: DendriteOpenapi |
1379 | 2024-09-06T22:58:47.275Z | Sep 06 22:58:46.746 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1380 | 2024-09-06T22:58:47.391Z | Sep 06 22:58:46.805 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1381 | 2024-09-06T22:58:47.681Z | Sep 06 22:58:47.190 INFO Download complete, target: Console |
1382 | 2024-09-06T22:58:47.749Z | Sep 06 22:58:47.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1383 | 2024-09-06T22:58:47.775Z | Sep 06 22:58:47.291 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1384 | 2024-09-06T22:58:48.014Z | Sep 06 22:58:47.529 INFO Download complete, target: TransceiverControl |
1385 | 2024-09-06T22:58:48.041Z | Sep 06 22:58:47.547 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1386 | 2024-09-06T22:58:48.042Z | Sep 06 22:58:47.547 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1387 | 2024-09-06T22:58:48.761Z | Sep 06 22:58:48.239 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1388 | 2024-09-06T22:58:53.324Z | Sep 06 22:58:50.261 INFO Download complete, target: DendriteStub |
1389 | 2024-09-06T22:58:53.353Z | Sep 06 22:58:50.261 INFO Download complete, target: MaghemiteMgd |
1390 | 2024-09-06T22:58:56.007Z | Sep 06 22:58:55.520 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1391 | 2024-09-06T22:58:56.281Z | Sep 06 22:58:55.796 INFO Checking that binary works, target: Cockroach |
1392 | 2024-09-06T22:58:56.438Z | Sep 06 22:58:55.953 INFO Download complete, target: Cockroach |
1393 | 2024-09-06T22:59:02.172Z | Sep 06 22:59:01.687 INFO Checking that binary works, target: Clickhouse |
1394 | 2024-09-06T22:59:02.311Z | Sep 06 22:59:01.826 INFO Download complete, target: Clickhouse |
1395 | 2024-09-06T22:59:02.318Z | All prerequisites installed successfully |
1396 | 2024-09-06T22:59:02.321Z | |
1397 | 2024-09-06T22:59:02.321Z | real 3:37.545501769 |
1398 | 2024-09-06T22:59:02.321Z | user 11:14.006593176 |
1399 | 2024-09-06T22:59:02.321Z | sys 2:23.699006140 |
1400 | 2024-09-06T22:59:02.321Z | trap 0.419715933 |
1401 | 2024-09-06T22:59:02.321Z | tflt 1.480371529 |
1402 | 2024-09-06T22:59:02.321Z | dflt 1.566332935 |
1403 | 2024-09-06T22:59:02.321Z | kflt 0.026889532 |
1404 | 2024-09-06T22:59:02.321Z | lock 23:25.165455408 |
1405 | 2024-09-06T22:59:02.321Z | slp 43:11.642481262 |
1406 | 2024-09-06T22:59:02.321Z | lat 42.279681046 |
1407 | 2024-09-06T22:59:02.321Z | stop 1:47.912607253 |
1408 | 2024-09-06T22:59:02.321Z | + ptime -m cargo xtask download softnpu |
1409 | 2024-09-06T22:59:02.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1410 | 2024-09-06T22:59:02.904Z | Running `target/debug/xtask download softnpu` |
1411 | 2024-09-06T22:59:03.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1412 | 2024-09-06T22:59:03.782Z | Running `target/debug/xtask-downloader softnpu` |
1413 | 2024-09-06T22:59:03.815Z | Sep 06 22:59:03.329 INFO Starting download, target: Softnpu |
1414 | 2024-09-06T22:59:03.817Z | Sep 06 22:59:03.330 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1415 | 2024-09-06T22:59:04.938Z | Sep 06 22:59:04.452 INFO Download complete, target: Softnpu |
1416 | 2024-09-06T22:59:04.941Z | |
1417 | 2024-09-06T22:59:04.944Z | real 2.615679883 |
1418 | 2024-09-06T22:59:04.944Z | user 1.237885758 |
1419 | 2024-09-06T22:59:04.944Z | sys 0.568014001 |
1420 | 2024-09-06T22:59:04.944Z | trap 0.001073263 |
1421 | 2024-09-06T22:59:04.944Z | tflt 0.000011298 |
1422 | 2024-09-06T22:59:04.944Z | dflt 0.000007208 |
1423 | 2024-09-06T22:59:04.944Z | kflt 0.000000000 |
1424 | 2024-09-06T22:59:04.944Z | lock 11.884408123 |
1425 | 2024-09-06T22:59:04.944Z | slp 1.144335973 |
1426 | 2024-09-06T22:59:04.944Z | lat 0.084180515 |
1427 | 2024-09-06T22:59:04.944Z | stop 0.000396657 |
1428 | 2024-09-06T22:59:04.944Z | + export CARGO_INCREMENTAL=0 |
1429 | 2024-09-06T22:59:04.944Z | + CARGO_INCREMENTAL=0 |
1430 | 2024-09-06T22:59:04.944Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1431 | 2024-09-06T22:59:05.910Z | Compiling proc-macro2 v1.0.86 |
1432 | 2024-09-06T22:59:05.910Z | Compiling unicode-ident v1.0.12 |
1433 | 2024-09-06T22:59:05.910Z | Compiling libc v0.2.158 |
1434 | 2024-09-06T22:59:05.913Z | Compiling serde v1.0.208 |
1435 | 2024-09-06T22:59:05.913Z | Compiling version_check v0.9.5 |
1436 | 2024-09-06T22:59:05.913Z | Compiling autocfg v1.3.0 |
1437 | 2024-09-06T22:59:05.913Z | Compiling cfg-if v1.0.0 |
1438 | 2024-09-06T22:59:05.913Z | Compiling once_cell v1.19.0 |
1439 | 2024-09-06T22:59:06.193Z | Compiling typenum v1.17.0 |
1440 | 2024-09-06T22:59:06.226Z | Compiling memchr v2.7.2 |
1441 | 2024-09-06T22:59:06.622Z | Compiling byteorder v1.5.0 |
1442 | 2024-09-06T22:59:06.698Z | Compiling lock_api v0.4.12 |
1443 | 2024-09-06T22:59:07.020Z | Compiling generic-array v0.14.7 |
1444 | 2024-09-06T22:59:07.071Z | Compiling ahash v0.8.11 |
1445 | 2024-09-06T22:59:07.074Z | Compiling serde_json v1.0.125 |
1446 | 2024-09-06T22:59:07.313Z | Compiling libm v0.2.8 |
1447 | 2024-09-06T22:59:07.412Z | Compiling quote v1.0.36 |
1448 | 2024-09-06T22:59:07.435Z | Compiling num-traits v0.2.19 |
1449 | 2024-09-06T22:59:07.666Z | Compiling parking_lot_core v0.9.10 |
1450 | 2024-09-06T22:59:07.736Z | Compiling thiserror v1.0.63 |
1451 | 2024-09-06T22:59:07.872Z | Compiling syn v2.0.74 |
1452 | 2024-09-06T22:59:08.011Z | Compiling getrandom v0.2.14 |
1453 | 2024-09-06T22:59:08.092Z | Compiling jobserver v0.1.32 |
1454 | 2024-09-06T22:59:08.231Z | Compiling scopeguard v1.2.0 |
1455 | 2024-09-06T22:59:08.329Z | Compiling itoa v1.0.11 |
1456 | 2024-09-06T22:59:08.466Z | Compiling cc v1.0.97 |
1457 | 2024-09-06T22:59:08.561Z | Compiling log v0.4.21 |
1458 | 2024-09-06T22:59:08.889Z | Compiling allocator-api2 v0.2.18 |
1459 | 2024-09-06T22:59:08.905Z | Compiling rand_core v0.6.4 |
1460 | 2024-09-06T22:59:08.950Z | Compiling slab v0.4.9 |
1461 | 2024-09-06T22:59:09.326Z | Compiling semver v1.0.23 |
1462 | 2024-09-06T22:59:09.343Z | Compiling pin-project-lite v0.2.14 |
1463 | 2024-09-06T22:59:09.662Z | Compiling ryu v1.0.18 |
1464 | 2024-09-06T22:59:09.874Z | Compiling equivalent v1.0.1 |
1465 | 2024-09-06T22:59:09.890Z | Compiling smallvec v1.13.2 |
1466 | 2024-09-06T22:59:10.036Z | Compiling schemars v0.8.21 |
1467 | 2024-09-06T22:59:10.038Z | Compiling pkg-config v0.3.30 |
1468 | 2024-09-06T22:59:10.224Z | Compiling vcpkg v0.2.15 |
1469 | 2024-09-06T22:59:10.386Z | Compiling spin v0.9.8 |
1470 | 2024-09-06T22:59:10.862Z | Compiling signal-hook-registry v1.4.2 |
1471 | 2024-09-06T22:59:11.294Z | Compiling subtle v2.5.0 |
1472 | 2024-09-06T22:59:11.595Z | Compiling parking_lot v0.12.2 |
1473 | 2024-09-06T22:59:11.662Z | Compiling ring v0.17.8 |
1474 | 2024-09-06T22:59:11.868Z | Compiling openssl-sys v0.9.103 |
1475 | 2024-09-06T22:59:12.368Z | Compiling mio v1.0.2 |
1476 | 2024-09-06T22:59:12.682Z | Compiling const-oid v0.9.6 |
1477 | 2024-09-06T22:59:12.836Z | Compiling socket2 v0.5.7 |
1478 | 2024-09-06T22:59:13.342Z | Compiling syn v1.0.109 |
1479 | 2024-09-06T22:59:13.929Z | Compiling httparse v1.8.0 |
1480 | 2024-09-06T22:59:13.964Z | Compiling heck v0.5.0 |
1481 | 2024-09-06T22:59:14.348Z | Compiling num-conv v0.1.0 |
1482 | 2024-09-06T22:59:14.363Z | Compiling time-core v0.1.2 |
1483 | 2024-09-06T22:59:14.445Z | Compiling openssl v0.10.66 |
1484 | 2024-09-06T22:59:14.545Z | Compiling rustix v0.38.34 |
1485 | 2024-09-06T22:59:14.644Z | Compiling time-macros v0.2.18 |
1486 | 2024-09-06T22:59:14.709Z | Compiling futures-core v0.3.30 |
1487 | 2024-09-06T22:59:14.848Z | Compiling fnv v1.0.7 |
1488 | 2024-09-06T22:59:15.134Z | Compiling crossbeam-utils v0.8.19 |
1489 | 2024-09-06T22:59:15.476Z | Compiling serde_derive_internals v0.29.1 |
1490 | 2024-09-06T22:59:15.645Z | Compiling iana-time-zone v0.1.60 |
1491 | 2024-09-06T22:59:16.298Z | Compiling native-tls v0.2.11 |
1492 | 2024-09-06T22:59:16.353Z | Compiling tinyvec_macros v0.1.1 |
1493 | 2024-09-06T22:59:16.446Z | Compiling futures-sink v0.3.30 |
1494 | 2024-09-06T22:59:16.579Z | Compiling rustls v0.21.12 |
1495 | 2024-09-06T22:59:16.610Z | Compiling tinyvec v1.6.0 |
1496 | 2024-09-06T22:59:17.506Z | Compiling ucd-trie v0.1.6 |
1497 | 2024-09-06T22:59:17.541Z | Compiling cpufeatures v0.2.12 |
1498 | 2024-09-06T22:59:17.687Z | Compiling backtrace v0.3.71 |
1499 | 2024-09-06T22:59:17.867Z | Compiling cookie v0.17.0 |
1500 | 2024-09-06T22:59:17.959Z | Compiling unicode-normalization v0.1.23 |
1501 | 2024-09-06T22:59:17.993Z | Compiling unicode-bidi v0.3.15 |
1502 | 2024-09-06T22:59:18.115Z | Compiling slog v2.7.0 |
1503 | 2024-09-06T22:59:18.475Z | Compiling futures-channel v0.3.30 |
1504 | 2024-09-06T22:59:18.725Z | Compiling aho-corasick v1.1.3 |
1505 | 2024-09-06T22:59:18.942Z | Compiling futures-task v0.3.30 |
1506 | 2024-09-06T22:59:19.233Z | Compiling futures-io v0.3.30 |
1507 | 2024-09-06T22:59:19.249Z | Compiling regex-syntax v0.8.4 |
1508 | 2024-09-06T22:59:19.596Z | Compiling pin-utils v0.1.0 |
1509 | 2024-09-06T22:59:20.489Z | Compiling winnow v0.5.40 |
1510 | 2024-09-06T22:59:20.725Z | Compiling dyn-clone v1.0.17 |
1511 | 2024-09-06T22:59:20.747Z | Compiling serde_derive v1.0.208 |
1512 | 2024-09-06T22:59:20.909Z | Compiling zeroize_derive v1.4.2 |
1513 | 2024-09-06T22:59:21.886Z | Compiling zerocopy-derive v0.7.34 |
1514 | 2024-09-06T22:59:22.285Z | Compiling thiserror-impl v1.0.63 |
1515 | 2024-09-06T22:59:22.930Z | Compiling tokio-macros v2.4.0 |
1516 | 2024-09-06T22:59:23.705Z | Compiling zerocopy v0.7.34 |
1517 | 2024-09-06T22:59:24.180Z | Compiling zeroize v1.7.0 |
1518 | 2024-09-06T22:59:24.755Z | Compiling futures-macro v0.3.30 |
1519 | 2024-09-06T22:59:25.834Z | Compiling hashbrown v0.14.5 |
1520 | 2024-09-06T22:59:25.867Z | Compiling crypto-common v0.1.6 |
1521 | 2024-09-06T22:59:26.072Z | Compiling tracing-attributes v0.1.27 |
1522 | 2024-09-06T22:59:26.317Z | Compiling schemars_derive v0.8.21 |
1523 | 2024-09-06T22:59:26.544Z | Compiling block-buffer v0.10.4 |
1524 | 2024-09-06T22:59:26.742Z | Compiling digest v0.10.7 |
1525 | 2024-09-06T22:59:26.811Z | Compiling der_derive v0.7.2 |
1526 | 2024-09-06T22:59:27.139Z | Compiling openssl-macros v0.1.1 |
1527 | 2024-09-06T22:59:27.905Z | Compiling scroll_derive v0.12.0 |
1528 | 2024-09-06T22:59:28.870Z | Compiling hmac v0.12.1 |
1529 | 2024-09-06T22:59:28.926Z | Compiling block-padding v0.3.3 |
1530 | 2024-09-06T22:59:29.080Z | Compiling pest v2.7.10 |
1531 | 2024-09-06T22:59:29.082Z | Compiling sha2 v0.10.8 |
1532 | 2024-09-06T22:59:29.110Z | Compiling inout v0.1.3 |
1533 | 2024-09-06T22:59:29.126Z | Compiling futures-util v0.3.30 |
1534 | 2024-09-06T22:59:29.191Z | Compiling regex-automata v0.4.6 |
1535 | 2024-09-06T22:59:29.349Z | Compiling cipher v0.4.4 |
1536 | 2024-09-06T22:59:29.868Z | Compiling untrusted v0.9.0 |
1537 | 2024-09-06T22:59:29.907Z | Compiling anyhow v1.0.86 |
1538 | 2024-09-06T22:59:30.478Z | Compiling tracing-core v0.1.32 |
1539 | 2024-09-06T22:59:32.048Z | Compiling pest_meta v2.7.10 |
1540 | 2024-09-06T22:59:32.680Z | Compiling usdt-impl v0.5.0 |
1541 | 2024-09-06T22:59:33.120Z | Compiling base64ct v1.6.0 |
1542 | 2024-09-06T22:59:33.661Z | Compiling bytes v1.7.1 |
1543 | 2024-09-06T22:59:34.860Z | Compiling indexmap v2.4.0 |
1544 | 2024-09-06T22:59:36.074Z | Compiling tokio v1.39.3 |
1545 | 2024-09-06T22:59:36.093Z | Compiling uuid v1.10.0 |
1546 | 2024-09-06T22:59:36.328Z | Compiling bitflags v2.6.0 |
1547 | 2024-09-06T22:59:36.673Z | Compiling serde_tokenstream v0.2.2 |
1548 | 2024-09-06T22:59:36.917Z | Compiling chrono v0.4.38 |
1549 | 2024-09-06T22:59:38.428Z | Compiling serde_spanned v0.6.7 |
1550 | 2024-09-06T22:59:38.643Z | Compiling toml_datetime v0.6.8 |
1551 | 2024-09-06T22:59:39.074Z | Compiling http v0.2.12 |
1552 | 2024-09-06T22:59:39.739Z | Compiling pest_generator v2.7.10 |
1553 | 2024-09-06T22:59:41.368Z | Compiling toml_edit v0.19.15 |
1554 | 2024-09-06T22:59:41.483Z | Compiling pest_derive v2.7.10 |
1555 | 2024-09-06T22:59:41.500Z | Compiling rustc_version v0.4.0 |
1556 | 2024-09-06T22:59:42.088Z | Compiling rustversion v1.0.17 |
1557 | 2024-09-06T22:59:42.287Z | Compiling heapless v0.7.17 |
1558 | 2024-09-06T22:59:42.717Z | Compiling pem-rfc7468 v0.7.0 |
1559 | 2024-09-06T22:59:42.801Z | Compiling tracing v0.1.40 |
1560 | 2024-09-06T22:59:43.299Z | Compiling scroll v0.12.0 |
1561 | 2024-09-06T22:59:43.874Z | Compiling percent-encoding v2.3.1 |
1562 | 2024-09-06T22:59:44.171Z | Compiling heck v0.4.1 |
1563 | 2024-09-06T22:59:44.360Z | Compiling ppv-lite86 v0.2.17 |
1564 | 2024-09-06T22:59:45.029Z | Compiling plain v0.2.3 |
1565 | 2024-09-06T22:59:45.138Z | Compiling powerfmt v0.2.0 |
1566 | 2024-09-06T22:59:45.163Z | Compiling flagset v0.4.5 |
1567 | 2024-09-06T22:59:45.190Z | Compiling goblin v0.8.2 |
1568 | 2024-09-06T22:59:45.356Z | Compiling der v0.7.9 |
1569 | 2024-09-06T22:59:45.616Z | Compiling deranged v0.3.11 |
1570 | 2024-09-06T22:59:47.903Z | Compiling tokio-util v0.7.11 |
1571 | 2024-09-06T22:59:47.978Z | Compiling rand_chacha v0.3.1 |
1572 | 2024-09-06T22:59:49.182Z | Compiling regex v1.10.6 |
1573 | 2024-09-06T22:59:49.953Z | Compiling salsa20 v0.10.2 |
1574 | 2024-09-06T22:59:50.100Z | Compiling pbkdf2 v0.12.2 |
1575 | 2024-09-06T22:59:50.349Z | Compiling num_threads v0.1.7 |
1576 | 2024-09-06T22:59:50.467Z | Compiling strsim v0.11.1 |
1577 | 2024-09-06T22:59:50.630Z | Compiling crc32fast v1.4.0 |
1578 | 2024-09-06T22:59:50.666Z | Compiling pretty-hex v0.4.1 |
1579 | 2024-09-06T22:59:50.859Z | Compiling dof v0.3.0 |
1580 | 2024-09-06T22:59:51.206Z | Compiling time v0.3.36 |
1581 | 2024-09-06T22:59:51.592Z | Compiling scrypt v0.11.0 |
1582 | 2024-09-06T22:59:51.739Z | Compiling rand v0.8.5 |
1583 | 2024-09-06T22:59:52.106Z | Compiling spki v0.7.3 |
1584 | 2024-09-06T22:59:52.471Z | Compiling dtrace-parser v0.2.0 |
1585 | 2024-09-06T22:59:52.764Z | Compiling cbc v0.1.2 |
1586 | 2024-09-06T22:59:52.972Z | Compiling aes v0.8.4 |
1587 | 2024-09-06T22:59:53.255Z | Compiling async-trait v0.1.81 |
1588 | 2024-09-06T22:59:53.877Z | Compiling thread-id v4.2.1 |
1589 | 2024-09-06T22:59:54.133Z | Compiling signal-hook v0.3.17 |
1590 | 2024-09-06T22:59:54.147Z | Compiling num-bigint-dig v0.8.4 |
1591 | 2024-09-06T22:59:54.164Z | Compiling smoltcp v0.9.1 |
1592 | 2024-09-06T22:59:54.188Z | Compiling foreign-types-shared v0.1.1 |
1593 | 2024-09-06T22:59:54.306Z | Compiling unicode-width v0.1.13 |
1594 | 2024-09-06T22:59:54.315Z | Compiling foreign-types v0.3.2 |
1595 | 2024-09-06T22:59:54.800Z | Compiling pkcs5 v0.7.1 |
1596 | 2024-09-06T22:59:55.551Z | Compiling form_urlencoded v1.2.1 |
1597 | 2024-09-06T22:59:56.123Z | Compiling errno v0.3.9 |
1598 | 2024-09-06T22:59:56.246Z | Compiling try-lock v0.2.5 |
1599 | 2024-09-06T22:59:56.534Z | Compiling siphasher v0.3.11 |
1600 | 2024-09-06T22:59:56.685Z | Compiling want v0.3.1 |
1601 | 2024-09-06T22:59:57.944Z | Compiling pkcs8 v0.10.2 |
1602 | 2024-09-06T22:59:58.589Z | Compiling rustls-webpki v0.101.7 |
1603 | 2024-09-06T22:59:59.131Z | Compiling sct v0.7.1 |
1604 | 2024-09-06T22:59:59.198Z | Compiling h2 v0.3.26 |
1605 | 2024-09-06T22:59:59.421Z | Compiling http-body v0.4.6 |
1606 | 2024-09-06T23:00:00.955Z | Compiling openapiv3 v2.0.0 |
1607 | 2024-09-06T23:00:01.553Z | Compiling hubpack_derive v0.1.1 |
1608 | 2024-09-06T23:00:01.660Z | Compiling zerocopy-derive v0.6.6 |
1609 | 2024-09-06T23:00:02.400Z | Compiling idna v0.5.0 |
1610 | 2024-09-06T23:00:03.439Z | Compiling fs-err v2.11.0 |
1611 | 2024-09-06T23:00:03.824Z | Compiling tower-service v0.3.2 |
1612 | 2024-09-06T23:00:03.950Z | Compiling httpdate v1.0.3 |
1613 | 2024-09-06T23:00:04.428Z | Compiling adler v1.0.2 |
1614 | 2024-09-06T23:00:04.731Z | Compiling finl_unicode v1.2.0 |
1615 | 2024-09-06T23:00:04.749Z | Compiling stable_deref_trait v1.2.0 |
1616 | 2024-09-06T23:00:05.119Z | Compiling gimli v0.28.1 |
1617 | 2024-09-06T23:00:05.334Z | Compiling anstyle v1.0.8 |
1618 | 2024-09-06T23:00:05.358Z | Compiling openssl-probe v0.1.5 |
1619 | 2024-09-06T23:00:05.658Z | Compiling utf8parse v0.2.1 |
1620 | 2024-09-06T23:00:05.805Z | Compiling anstyle-parse v0.2.4 |
1621 | 2024-09-06T23:00:06.129Z | Compiling hyper v0.14.30 |
1622 | 2024-09-06T23:00:10.965Z | Compiling addr2line v0.21.0 |
1623 | 2024-09-06T23:00:11.758Z | Compiling stringprep v0.1.4 |
1624 | 2024-09-06T23:00:11.807Z | Compiling miniz_oxide v0.7.2 |
1625 | 2024-09-06T23:00:16.482Z | Compiling url v2.5.2 |
1626 | 2024-09-06T23:00:17.111Z | Compiling usdt-attr-macro v0.5.0 |
1627 | 2024-09-06T23:00:18.620Z | Compiling usdt-macro v0.5.0 |
1628 | 2024-09-06T23:00:20.016Z | Compiling md-5 v0.10.6 |
1629 | 2024-09-06T23:00:20.228Z | Compiling idna v0.3.0 |
1630 | 2024-09-06T23:00:21.768Z | Compiling lazy_static v1.5.0 |
1631 | 2024-09-06T23:00:21.897Z | Compiling num-integer v0.1.46 |
1632 | 2024-09-06T23:00:22.666Z | Compiling object v0.32.2 |
1633 | 2024-09-06T23:00:23.233Z | Compiling hash32 v0.2.1 |
1634 | 2024-09-06T23:00:23.608Z | Compiling fallible-iterator v0.2.0 |
1635 | 2024-09-06T23:00:23.757Z | Compiling psl-types v2.0.11 |
1636 | 2024-09-06T23:00:24.224Z | Compiling anstyle-query v1.0.3 |
1637 | 2024-09-06T23:00:24.284Z | Compiling is_terminal_polyfill v1.70.0 |
1638 | 2024-09-06T23:00:24.305Z | Compiling rustc-demangle v0.1.24 |
1639 | 2024-09-06T23:00:24.405Z | Compiling colorchoice v1.0.1 |
1640 | 2024-09-06T23:00:24.592Z | Compiling base64 v0.22.1 |
1641 | 2024-09-06T23:00:25.310Z | Compiling postgres-protocol v0.6.7 |
1642 | 2024-09-06T23:00:26.472Z | Compiling anstream v0.6.14 |
1643 | 2024-09-06T23:00:27.322Z | Compiling publicsuffix v2.2.3 |
1644 | 2024-09-06T23:00:28.658Z | Compiling num-iter v0.1.45 |
1645 | 2024-09-06T23:00:30.984Z | Compiling tokio-rustls v0.24.1 |
1646 | 2024-09-06T23:00:31.383Z | Compiling terminal_size v0.3.0 |
1647 | 2024-09-06T23:00:31.581Z | Compiling tokio-native-tls v0.3.1 |
1648 | 2024-09-06T23:00:31.844Z | Compiling phf_shared v0.11.2 |
1649 | 2024-09-06T23:00:32.829Z | Compiling strum_macros v0.25.3 |
1650 | 2024-09-06T23:00:33.272Z | Compiling enum-as-inner v0.6.0 |
1651 | 2024-09-06T23:00:34.310Z | Compiling regress v0.9.1 |
1652 | 2024-09-06T23:00:34.469Z | Compiling clap_derive v4.5.13 |
1653 | 2024-09-06T23:00:35.012Z | Compiling serde_repr v0.1.19 |
1654 | 2024-09-06T23:00:36.516Z | Compiling ff v0.13.0 |
1655 | 2024-09-06T23:00:38.858Z | Compiling encoding_rs v0.8.34 |
1656 | 2024-09-06T23:00:38.953Z | Compiling base16ct v0.2.0 |
1657 | 2024-09-06T23:00:39.264Z | Compiling ipnet v2.9.0 |
1658 | 2024-09-06T23:00:39.471Z | Compiling managed v0.8.0 |
1659 | 2024-09-06T23:00:40.277Z | Compiling either v1.13.0 |
1660 | 2024-09-06T23:00:40.636Z | Compiling adler2 v2.0.0 |
1661 | 2024-09-06T23:00:40.731Z | Compiling clap_lex v0.7.0 |
1662 | 2024-09-06T23:00:40.748Z | Compiling bitflags v1.3.2 |
1663 | 2024-09-06T23:00:40.856Z | Compiling base64 v0.21.7 |
1664 | 2024-09-06T23:00:41.162Z | Compiling mime v0.3.17 |
1665 | 2024-09-06T23:00:41.801Z | Compiling rustls-pemfile v1.0.4 |
1666 | 2024-09-06T23:00:42.186Z | Compiling clap_builder v4.5.15 |
1667 | 2024-09-06T23:00:42.256Z | Compiling miniz_oxide v0.8.0 |
1668 | 2024-09-06T23:00:43.964Z | Compiling sec1 v0.7.3 |
1669 | 2024-09-06T23:00:43.985Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1670 | 2024-09-06T23:00:44.518Z | Compiling group v0.13.0 |
1671 | 2024-09-06T23:00:49.348Z | Compiling phf v0.11.2 |
1672 | 2024-09-06T23:00:49.475Z | Compiling hyper-tls v0.5.0 |
1673 | 2024-09-06T23:00:49.669Z | Compiling hyper-rustls v0.24.2 |
1674 | 2024-09-06T23:00:49.769Z | Compiling cookie_store v0.20.0 |
1675 | 2024-09-06T23:00:50.336Z | Compiling postgres-types v0.2.7 |
1676 | 2024-09-06T23:00:50.497Z | Compiling zerocopy v0.6.6 |
1677 | 2024-09-06T23:00:51.105Z | Compiling hubpack v0.1.2 |
1678 | 2024-09-06T23:00:51.275Z | Compiling pkcs1 v0.7.5 |
1679 | 2024-09-06T23:00:51.375Z | Compiling phf_shared v0.10.0 |
1680 | 2024-09-06T23:00:51.543Z | Compiling serde_urlencoded v0.7.1 |
1681 | 2024-09-06T23:00:52.061Z | Compiling crossbeam-epoch v0.9.18 |
1682 | 2024-09-06T23:00:52.088Z | Compiling futures-executor v0.3.30 |
1683 | 2024-09-06T23:00:52.152Z | Compiling bstr v1.9.1 |
1684 | 2024-09-06T23:00:52.943Z | Compiling hkdf v0.12.4 |
1685 | 2024-09-06T23:00:53.171Z | Compiling signature v2.2.0 |
1686 | 2024-09-06T23:00:53.215Z | Compiling crypto-bigint v0.5.5 |
1687 | 2024-09-06T23:00:53.242Z | Compiling idna v0.4.0 |
1688 | 2024-09-06T23:00:53.461Z | Compiling float-cmp v0.9.0 |
1689 | 2024-09-06T23:00:53.679Z | Compiling mio v0.8.11 |
1690 | 2024-09-06T23:00:53.705Z | Compiling memmap v0.7.0 |
1691 | 2024-09-06T23:00:54.133Z | Compiling unicode-segmentation v1.11.0 |
1692 | 2024-09-06T23:00:54.605Z | Compiling static_assertions v1.1.0 |
1693 | 2024-09-06T23:00:54.746Z | Compiling fixedbitset v0.4.2 |
1694 | 2024-09-06T23:00:54.885Z | Compiling bit-vec v0.6.3 |
1695 | 2024-09-06T23:00:55.150Z | Compiling difflib v0.4.0 |
1696 | 2024-09-06T23:00:55.310Z | Compiling predicates-core v1.0.6 |
1697 | 2024-09-06T23:00:55.627Z | Compiling webpki-roots v0.25.4 |
1698 | 2024-09-06T23:00:55.726Z | Compiling new_debug_unreachable v1.0.6 |
1699 | 2024-09-06T23:00:55.798Z | Compiling winnow v0.6.18 |
1700 | 2024-09-06T23:00:55.825Z | Compiling sync_wrapper v0.1.2 |
1701 | 2024-09-06T23:00:55.865Z | Compiling normalize-line-endings v0.3.0 |
1702 | 2024-09-06T23:00:55.949Z | Compiling minimal-lexical v0.2.1 |
1703 | 2024-09-06T23:00:55.986Z | Compiling precomputed-hash v0.1.1 |
1704 | 2024-09-06T23:00:56.329Z | Compiling whoami v1.5.1 |
1705 | 2024-09-06T23:00:56.614Z | Compiling data-encoding v2.6.0 |
1706 | 2024-09-06T23:00:56.655Z | Compiling tokio-postgres v0.7.11 |
1707 | 2024-09-06T23:00:56.866Z | Compiling reqwest v0.11.27 |
1708 | 2024-09-06T23:00:57.520Z | Compiling hickory-proto v0.24.1 |
1709 | 2024-09-06T23:00:57.618Z | Compiling nom v7.1.3 |
1710 | 2024-09-06T23:00:57.992Z | Compiling string_cache v0.8.7 |
1711 | 2024-09-06T23:00:58.329Z | Compiling elliptic-curve v0.13.8 |
1712 | 2024-09-06T23:00:58.406Z | Compiling predicates v3.1.2 |
1713 | 2024-09-06T23:00:59.060Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1714 | 2024-09-06T23:00:59.526Z | Compiling toml_edit v0.22.20 |
1715 | 2024-09-06T23:00:59.867Z | Compiling bit-set v0.5.3 |
1716 | 2024-09-06T23:01:00.162Z | Compiling petgraph v0.6.5 |
1717 | 2024-09-06T23:01:01.220Z | Compiling similar v2.6.0 |
1718 | 2024-09-06T23:01:01.570Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1719 | 2024-09-06T23:01:02.802Z | Compiling signal-hook-mio v0.2.4 |
1720 | 2024-09-06T23:01:02.977Z | Compiling usdt v0.5.0 |
1721 | 2024-09-06T23:01:03.419Z | Compiling rsa v0.9.6 |
1722 | 2024-09-06T23:01:04.732Z | Compiling futures v0.3.30 |
1723 | 2024-09-06T23:01:05.450Z | Compiling flate2 v1.0.33 |
1724 | 2024-09-06T23:01:06.348Z | Compiling clap v4.5.16 |
1725 | 2024-09-06T23:01:06.471Z | Compiling itertools v0.10.5 |
1726 | 2024-09-06T23:01:06.569Z | Compiling itertools v0.12.1 |
1727 | 2024-09-06T23:01:07.171Z | Compiling console v0.15.8 |
1728 | 2024-09-06T23:01:07.623Z | Compiling tokio-stream v0.1.15 |
1729 | 2024-09-06T23:01:07.662Z | Compiling toml v0.7.8 |
1730 | 2024-09-06T23:01:08.443Z | Compiling hex v0.4.3 |
1731 | 2024-09-06T23:01:09.049Z | Compiling sha1 v0.10.6 |
1732 | 2024-09-06T23:01:09.247Z | Compiling lalrpop-util v0.19.12 |
1733 | 2024-09-06T23:01:09.265Z | Compiling camino v1.1.9 |
1734 | 2024-09-06T23:01:09.446Z | Compiling unicode-xid v0.2.4 |
1735 | 2024-09-06T23:01:09.615Z | Compiling peg-runtime v0.8.3 |
1736 | 2024-09-06T23:01:10.125Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1737 | 2024-09-06T23:01:10.447Z | Compiling proc-macro-crate v1.3.1 |
1738 | 2024-09-06T23:01:10.948Z | Compiling heapless v0.8.0 |
1739 | 2024-09-06T23:01:12.072Z | Compiling num_enum_derive v0.5.11 |
1740 | 2024-09-06T23:01:13.407Z | Compiling ipnetwork v0.20.0 |
1741 | 2024-09-06T23:01:16.271Z | Compiling hash32 v0.3.1 |
1742 | 2024-09-06T23:01:16.585Z | Compiling smoltcp v0.11.0 |
1743 | 2024-09-06T23:01:17.059Z | Compiling rustls-pki-types v1.7.0 |
1744 | 2024-09-06T23:01:17.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1745 | 2024-09-06T23:01:17.880Z | Compiling ident_case v1.0.1 |
1746 | 2024-09-06T23:01:21.783Z | Compiling darling_core v0.20.9 |
1747 | 2024-09-06T23:01:28.146Z | Compiling num_enum v0.5.11 |
1748 | 2024-09-06T23:01:28.954Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1749 | 2024-09-06T23:01:29.124Z | Compiling getopts v0.2.21 |
1750 | 2024-09-06T23:01:30.173Z | Compiling dirs-sys-next v0.1.2 |
1751 | 2024-09-06T23:01:30.520Z | Compiling proc-macro-error-attr v1.0.4 |
1752 | 2024-09-06T23:01:31.173Z | Compiling embedded-io v0.4.0 |
1753 | 2024-09-06T23:01:31.410Z | Compiling cobs v0.2.3 |
1754 | 2024-09-06T23:01:31.844Z | Compiling paste v1.0.15 |
1755 | 2024-09-06T23:01:32.764Z | Compiling rustls v0.22.4 |
1756 | 2024-09-06T23:01:32.767Z | Compiling unsafe-libyaml v0.2.11 |
1757 | 2024-09-06T23:01:33.056Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-09-06T23:01:33.530Z | Compiling postcard v1.0.8 |
1759 | 2024-09-06T23:01:34.436Z | Compiling serde_yaml v0.9.34+deprecated |
1760 | 2024-09-06T23:01:34.617Z | Compiling dirs-next v2.0.0 |
1761 | 2024-09-06T23:01:35.749Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-09-06T23:01:42.411Z | Compiling darling_macro v0.20.9 |
1763 | 2024-09-06T23:01:44.555Z | Compiling rustls-webpki v0.102.4 |
1764 | 2024-09-06T23:01:52.524Z | Compiling strum_macros v0.26.4 |
1765 | 2024-09-06T23:01:52.990Z | Compiling foreign-types-macros v0.2.3 |
1766 | 2024-09-06T23:01:53.358Z | Compiling structmeta-derive v0.3.0 |
1767 | 2024-09-06T23:01:54.434Z | Compiling thread_local v1.1.8 |
1768 | 2024-09-06T23:01:56.040Z | Compiling multer v3.1.0 |
1769 | 2024-09-06T23:01:56.356Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1770 | 2024-09-06T23:01:56.674Z | Compiling proc-macro-error v1.0.4 |
1771 | 2024-09-06T23:01:56.996Z | Compiling slog-async v2.8.0 |
1772 | 2024-09-06T23:01:57.145Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1773 | 2024-09-06T23:01:57.913Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1774 | 2024-09-06T23:01:57.935Z | Compiling match_cfg v0.1.0 |
1775 | 2024-09-06T23:01:58.452Z | Compiling foreign-types-shared v0.3.1 |
1776 | 2024-09-06T23:01:58.549Z | Compiling foreign-types v0.5.0 |
1777 | 2024-09-06T23:01:58.618Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1778 | 2024-09-06T23:01:58.661Z | Compiling hostname v0.3.1 |
1779 | 2024-09-06T23:02:04.264Z | Compiling strum v0.26.3 |
1780 | 2024-09-06T23:02:04.755Z | Compiling structmeta v0.3.0 |
1781 | 2024-09-06T23:02:07.004Z | Compiling darling v0.20.9 |
1782 | 2024-09-06T23:02:07.126Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1783 | 2024-09-06T23:02:11.001Z | Compiling term v0.7.0 |
1784 | 2024-09-06T23:02:14.295Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1785 | 2024-09-06T23:02:15.820Z | Compiling slog-json v2.6.1 |
1786 | 2024-09-06T23:02:15.838Z | Compiling tabwriter v1.4.0 |
1787 | 2024-09-06T23:02:16.240Z | Compiling crossbeam-channel v0.5.12 |
1788 | 2024-09-06T23:02:17.815Z | Compiling http v1.1.0 |
1789 | 2024-09-06T23:02:17.842Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1790 | 2024-09-06T23:02:18.653Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-09-06T23:02:19.035Z | Compiling async-stream-impl v0.3.5 |
1792 | 2024-09-06T23:02:19.514Z | Compiling is-terminal v0.4.12 |
1793 | 2024-09-06T23:02:19.661Z | Compiling cstr-argument v0.1.2 |
1794 | 2024-09-06T23:02:19.923Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1795 | 2024-09-06T23:02:20.250Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-09-06T23:02:20.448Z | Compiling pretty-hex v0.2.1 |
1797 | 2024-09-06T23:02:20.669Z | Compiling take_mut v0.2.2 |
1798 | 2024-09-06T23:02:20.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1799 | 2024-09-06T23:02:21.160Z | Compiling fastrand v2.1.0 |
1800 | 2024-09-06T23:02:21.290Z | Compiling crucible-workspace-hack v0.1.0 |
1801 | 2024-09-06T23:02:21.603Z | Compiling rayon-core v1.12.1 |
1802 | 2024-09-06T23:02:21.982Z | Compiling tempfile v3.10.1 |
1803 | 2024-09-06T23:02:22.061Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1804 | 2024-09-06T23:02:22.345Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2024-09-06T23:02:22.473Z | Compiling waitgroup v0.1.2 |
1806 | 2024-09-06T23:02:22.546Z | Compiling async-stream v0.3.5 |
1807 | 2024-09-06T23:02:22.733Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1808 | 2024-09-06T23:02:22.786Z | Compiling slog-term v2.9.1 |
1809 | 2024-09-06T23:02:23.607Z | Compiling slog-bunyan v2.5.0 |
1810 | 2024-09-06T23:02:23.765Z | Compiling tokio-rustls v0.25.0 |
1811 | 2024-09-06T23:02:23.872Z | Compiling serde_with_macros v3.9.0 |
1812 | 2024-09-06T23:02:24.227Z | Compiling parse-display-derive v0.10.0 |
1813 | 2024-09-06T23:02:24.344Z | Compiling toml v0.8.19 |
1814 | 2024-09-06T23:02:25.288Z | Compiling rustls-pemfile v2.1.3 |
1815 | 2024-09-06T23:02:25.383Z | Compiling crossbeam-deque v0.8.5 |
1816 | 2024-09-06T23:02:25.475Z | Compiling colored v2.1.0 |
1817 | 2024-09-06T23:02:25.766Z | Compiling newtype-uuid v1.1.0 |
1818 | 2024-09-06T23:02:25.995Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1819 | 2024-09-06T23:02:26.108Z | Compiling serde_path_to_error v0.1.16 |
1820 | 2024-09-06T23:02:26.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1821 | 2024-09-06T23:02:26.811Z | Compiling hostname v0.4.0 |
1822 | 2024-09-06T23:02:27.085Z | Compiling socket2 v0.4.10 |
1823 | 2024-09-06T23:02:27.131Z | Compiling instant v0.1.12 |
1824 | 2024-09-06T23:02:27.242Z | Compiling debug-ignore v1.0.5 |
1825 | 2024-09-06T23:02:27.291Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1826 | 2024-09-06T23:02:27.399Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1827 | 2024-09-06T23:02:27.615Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1828 | 2024-09-06T23:02:28.099Z | Compiling parse-display v0.10.0 |
1829 | 2024-09-06T23:02:28.548Z | Compiling backoff v0.4.0 |
1830 | 2024-09-06T23:02:28.920Z | Compiling serde_with v3.9.0 |
1831 | 2024-09-06T23:02:30.074Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1832 | 2024-09-06T23:02:30.622Z | Compiling zone_cfg_derive v0.3.0 |
1833 | 2024-09-06T23:02:31.240Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1834 | 2024-09-06T23:02:31.936Z | Compiling camino-tempfile v1.1.1 |
1835 | 2024-09-06T23:02:31.963Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1836 | 2024-09-06T23:02:32.804Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1837 | 2024-09-06T23:02:33.251Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1838 | 2024-09-06T23:02:33.288Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1839 | 2024-09-06T23:02:33.420Z | Compiling macaddr v1.0.1 |
1840 | 2024-09-06T23:02:34.003Z | Compiling num-derive v0.4.2 |
1841 | 2024-09-06T23:02:34.051Z | Compiling sigpipe v0.1.3 |
1842 | 2024-09-06T23:02:34.190Z | Compiling libefi-sys v0.1.0 |
1843 | 2024-09-06T23:02:34.504Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1844 | 2024-09-06T23:02:34.877Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-09-06T23:02:36.288Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1846 | 2024-09-06T23:02:36.531Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-09-06T23:02:36.715Z | Compiling zone v0.3.0 |
1848 | 2024-09-06T23:02:36.891Z | Compiling rayon v1.10.0 |
1849 | 2024-09-06T23:02:37.071Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-09-06T23:02:37.770Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1851 | 2024-09-06T23:02:38.193Z | Compiling smf v0.2.3 |
1852 | 2024-09-06T23:02:40.026Z | Compiling bitfield-struct v0.6.1 |
1853 | 2024-09-06T23:02:40.798Z | Compiling ring v0.16.20 |
1854 | 2024-09-06T23:02:40.861Z | Compiling blake3 v1.5.1 |
1855 | 2024-09-06T23:02:41.375Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1856 | 2024-09-06T23:02:41.494Z | Compiling portable-atomic v1.6.0 |
1857 | 2024-09-06T23:02:42.383Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1858 | 2024-09-06T23:02:42.758Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1859 | 2024-09-06T23:02:43.004Z | Compiling xattr v1.3.1 |
1860 | 2024-09-06T23:02:43.197Z | Compiling filetime v0.2.25 |
1861 | 2024-09-06T23:02:43.318Z | Compiling memmap2 v0.9.4 |
1862 | 2024-09-06T23:02:43.354Z | Compiling untrusted v0.7.1 |
1863 | 2024-09-06T23:02:43.532Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1864 | 2024-09-06T23:02:43.553Z | Compiling arrayvec v0.7.4 |
1865 | 2024-09-06T23:02:43.665Z | Compiling spin v0.5.2 |
1866 | 2024-09-06T23:02:43.888Z | Compiling constant_time_eq v0.3.0 |
1867 | 2024-09-06T23:02:43.905Z | Compiling arrayref v0.3.7 |
1868 | 2024-09-06T23:02:43.922Z | Compiling same-file v1.0.6 |
1869 | 2024-09-06T23:02:44.030Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1870 | 2024-09-06T23:02:44.065Z | Compiling tar v0.4.41 |
1871 | 2024-09-06T23:02:44.194Z | Compiling walkdir v2.5.0 |
1872 | 2024-09-06T23:02:45.577Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1873 | 2024-09-06T23:02:46.590Z | Compiling gethostname v0.5.0 |
1874 | 2024-09-06T23:02:46.772Z | Compiling cargo-platform v0.1.8 |
1875 | 2024-09-06T23:02:46.789Z | Compiling topological-sort v0.2.2 |
1876 | 2024-09-06T23:02:47.049Z | Compiling number_prefix v0.4.0 |
1877 | 2024-09-06T23:02:47.307Z | Compiling indicatif v0.17.8 |
1878 | 2024-09-06T23:02:47.808Z | Compiling cargo_metadata v0.18.1 |
1879 | 2024-09-06T23:02:51.855Z | Compiling omicron-zone-package v0.11.0 |
1880 | 2024-09-06T23:02:53.241Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1881 | 2024-09-06T23:02:54.859Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1882 | 2024-09-06T23:02:56.705Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1883 | 2024-09-06T23:03:16.662Z | Finished `release` profile [optimized] target(s) in 4m 11s |
1884 | 2024-09-06T23:03:16.805Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1885 | 2024-09-06T23:03:16.845Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1886 | 2024-09-06T23:03:16.848Z | Created new build target 'test' and set it as active |
1887 | 2024-09-06T23:03:16.848Z | |
1888 | 2024-09-06T23:03:16.848Z | real 4:11.871147667 |
1889 | 2024-09-06T23:03:16.848Z | user 28:39.672711707 |
1890 | 2024-09-06T23:03:16.848Z | sys 3:32.548820508 |
1891 | 2024-09-06T23:03:16.848Z | trap 0.808846348 |
1892 | 2024-09-06T23:03:16.848Z | tflt 2.764733479 |
1893 | 2024-09-06T23:03:16.848Z | dflt 0.590948455 |
1894 | 2024-09-06T23:03:16.848Z | kflt 0.008478763 |
1895 | 2024-09-06T23:03:16.848Z | lock 1:03:52.795335409 |
1896 | 2024-09-06T23:03:16.848Z | slp 1:50:36.284458126 |
1897 | 2024-09-06T23:03:16.848Z | lat 1:58.652729777 |
1898 | 2024-09-06T23:03:16.848Z | stop 3:30.767335383 |
1899 | 2024-09-06T23:03:16.848Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1900 | 2024-09-06T23:03:17.815Z | Finished `release` profile [optimized] target(s) in 0.91s |
1901 | 2024-09-06T23:03:17.865Z | Running `target/release/omicron-package -t test package` |
1902 | 2024-09-06T23:03:17.904Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1903 | 2024-09-06T23:03:19.040Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1904 | 2024-09-06T23:03:19.043Z | Compiling convert_case v0.4.0 |
1905 | 2024-09-06T23:03:19.043Z | Compiling camino v1.1.9 |
1906 | 2024-09-06T23:03:19.043Z | Compiling newline-converter v0.3.0 |
1907 | 2024-09-06T23:03:19.043Z | Compiling password-hash v0.5.0 |
1908 | 2024-09-06T23:03:19.043Z | Compiling blake2 v0.10.6 |
1909 | 2024-09-06T23:03:19.161Z | Compiling cancel-safe-futures v0.1.5 |
1910 | 2024-09-06T23:03:19.174Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1911 | 2024-09-06T23:03:19.348Z | Compiling derive-where v1.2.7 |
1912 | 2024-09-06T23:03:19.401Z | Compiling expectorate v1.1.0 |
1913 | 2024-09-06T23:03:19.595Z | Compiling libsw v3.3.1 |
1914 | 2024-09-06T23:03:19.896Z | Compiling derive_more v0.99.18 |
1915 | 2024-09-06T23:03:19.932Z | Compiling argon2 v0.5.3 |
1916 | 2024-09-06T23:03:19.970Z | Compiling linear-map v1.2.0 |
1917 | 2024-09-06T23:03:20.169Z | Compiling indent_write v2.2.0 |
1918 | 2024-09-06T23:03:20.227Z | Compiling owo-colors v4.0.0 |
1919 | 2024-09-06T23:03:20.384Z | Compiling swrite v0.1.0 |
1920 | 2024-09-06T23:03:20.406Z | Compiling humantime v2.1.0 |
1921 | 2024-09-06T23:03:20.480Z | Compiling toml v0.8.19 |
1922 | 2024-09-06T23:03:20.520Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1923 | 2024-09-06T23:03:20.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1924 | 2024-09-06T23:03:21.246Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1925 | 2024-09-06T23:03:21.368Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1926 | 2024-09-06T23:03:21.489Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1927 | 2024-09-06T23:03:21.588Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1928 | 2024-09-06T23:03:22.008Z | Compiling num-rational v0.4.2 |
1929 | 2024-09-06T23:03:22.303Z | Compiling num-complex v0.4.6 |
1930 | 2024-09-06T23:03:22.440Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1931 | 2024-09-06T23:03:23.038Z | Compiling dirs-sys-next v0.1.2 |
1932 | 2024-09-06T23:03:23.539Z | Compiling num v0.4.3 |
1933 | 2024-09-06T23:03:23.565Z | Compiling dirs-next v2.0.0 |
1934 | 2024-09-06T23:03:23.662Z | Compiling float-ord v0.3.2 |
1935 | 2024-09-06T23:03:23.756Z | Compiling term v0.7.0 |
1936 | 2024-09-06T23:03:23.829Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1937 | 2024-09-06T23:03:24.462Z | Compiling semver v0.1.20 |
1938 | 2024-09-06T23:03:25.030Z | Compiling prettyplease v0.2.20 |
1939 | 2024-09-06T23:03:25.053Z | Compiling utf-8 v0.7.6 |
1940 | 2024-09-06T23:03:25.347Z | Compiling rustc_version v0.1.7 |
1941 | 2024-09-06T23:03:25.383Z | Compiling is-terminal v0.4.12 |
1942 | 2024-09-06T23:03:25.523Z | Compiling cookie v0.18.1 |
1943 | 2024-09-06T23:03:25.756Z | Compiling newtype_derive v0.1.6 |
1944 | 2024-09-06T23:03:25.844Z | Compiling highway v1.2.0 |
1945 | 2024-09-06T23:03:26.367Z | Compiling linked-hash-map v0.5.6 |
1946 | 2024-09-06T23:03:26.396Z | Compiling rustls-pki-types v1.7.0 |
1947 | 2024-09-06T23:03:26.791Z | Compiling lru-cache v0.1.2 |
1948 | 2024-09-06T23:03:27.109Z | Compiling steno v0.4.1 |
1949 | 2024-09-06T23:03:27.211Z | Compiling home v0.5.9 |
1950 | 2024-09-06T23:03:27.445Z | Compiling quick-error v1.2.3 |
1951 | 2024-09-06T23:03:27.523Z | Compiling rustls-webpki v0.102.4 |
1952 | 2024-09-06T23:03:27.596Z | Compiling resolv-conf v0.7.0 |
1953 | 2024-09-06T23:03:28.349Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1954 | 2024-09-06T23:03:29.541Z | Compiling rustls v0.22.4 |
1955 | 2024-09-06T23:03:29.604Z | Compiling thread_local v1.1.8 |
1956 | 2024-09-06T23:03:29.659Z | Compiling match_cfg v0.1.0 |
1957 | 2024-09-06T23:03:29.760Z | Compiling hostname v0.3.1 |
1958 | 2024-09-06T23:03:30.080Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1959 | 2024-09-06T23:03:30.688Z | Compiling hickory-resolver v0.24.1 |
1960 | 2024-09-06T23:03:31.707Z | Compiling multer v3.1.0 |
1961 | 2024-09-06T23:03:31.779Z | Compiling slog-async v2.8.0 |
1962 | 2024-09-06T23:03:31.849Z | Compiling slog-json v2.6.1 |
1963 | 2024-09-06T23:03:32.210Z | Compiling crossbeam-channel v0.5.12 |
1964 | 2024-09-06T23:03:33.244Z | Compiling http v1.1.0 |
1965 | 2024-09-06T23:03:35.401Z | Compiling take_mut v0.2.2 |
1966 | 2024-09-06T23:03:35.463Z | Compiling atomic-waker v1.1.2 |
1967 | 2024-09-06T23:03:35.648Z | Compiling waitgroup v0.1.2 |
1968 | 2024-09-06T23:03:36.588Z | Compiling tokio-rustls v0.25.0 |
1969 | 2024-09-06T23:03:36.776Z | Compiling slog-bunyan v2.5.0 |
1970 | 2024-09-06T23:03:36.985Z | Compiling slog-term v2.9.1 |
1971 | 2024-09-06T23:03:37.011Z | Compiling rustls-pemfile v2.1.3 |
1972 | 2024-09-06T23:03:37.422Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1973 | 2024-09-06T23:03:37.492Z | Compiling async-stream v0.3.5 |
1974 | 2024-09-06T23:03:37.777Z | Compiling newtype-uuid v1.1.0 |
1975 | 2024-09-06T23:03:38.096Z | Compiling ipnetwork v0.20.0 |
1976 | 2024-09-06T23:03:38.113Z | Compiling serde_path_to_error v0.1.16 |
1977 | 2024-09-06T23:03:38.729Z | Compiling hostname v0.4.0 |
1978 | 2024-09-06T23:03:38.859Z | Compiling instant v0.1.12 |
1979 | 2024-09-06T23:03:38.921Z | Compiling debug-ignore v1.0.5 |
1980 | 2024-09-06T23:03:38.960Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1981 | 2024-09-06T23:03:39.012Z | Compiling backoff v0.4.0 |
1982 | 2024-09-06T23:03:39.341Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1983 | 2024-09-06T23:03:39.633Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1984 | 2024-09-06T23:03:39.707Z | Compiling parse-display v0.10.0 |
1985 | 2024-09-06T23:03:40.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1986 | 2024-09-06T23:03:40.430Z | Compiling serde_with v3.9.0 |
1987 | 2024-09-06T23:03:43.900Z | Compiling strum v0.26.3 |
1988 | 2024-09-06T23:03:44.076Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1989 | 2024-09-06T23:03:45.445Z | Compiling macaddr v1.0.1 |
1990 | 2024-09-06T23:03:45.831Z | Compiling slog-dtrace v0.3.0 |
1991 | 2024-09-06T23:03:45.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1992 | 2024-09-06T23:03:47.188Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1993 | 2024-09-06T23:03:48.042Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1994 | 2024-09-06T23:03:48.514Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1995 | 2024-09-06T23:03:48.745Z | Compiling half v2.4.1 |
1996 | 2024-09-06T23:03:49.092Z | Compiling ciborium-io v0.2.2 |
1997 | 2024-09-06T23:03:49.235Z | Compiling tungstenite v0.21.0 |
1998 | 2024-09-06T23:03:49.477Z | Compiling ciborium-ll v0.2.2 |
1999 | 2024-09-06T23:03:50.005Z | Compiling ciborium v0.2.2 |
2000 | 2024-09-06T23:03:52.170Z | Compiling tokio-tungstenite v0.21.0 |
2001 | 2024-09-06T23:03:52.780Z | Compiling rayon-core v1.12.1 |
2002 | 2024-09-06T23:03:52.807Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2003 | 2024-09-06T23:03:53.116Z | Compiling crossbeam-deque v0.8.5 |
2004 | 2024-09-06T23:03:53.464Z | Compiling same-file v1.0.6 |
2005 | 2024-09-06T23:03:53.710Z | Compiling fastrand v2.1.0 |
2006 | 2024-09-06T23:03:54.221Z | Compiling display-error-chain v0.2.1 |
2007 | 2024-09-06T23:03:54.356Z | Compiling termcolor v1.4.1 |
2008 | 2024-09-06T23:03:54.405Z | Compiling tempfile v3.10.1 |
2009 | 2024-09-06T23:03:55.159Z | Compiling walkdir v2.5.0 |
2010 | 2024-09-06T23:03:55.766Z | Compiling blake3 v1.5.1 |
2011 | 2024-09-06T23:03:56.406Z | Compiling rayon v1.10.0 |
2012 | 2024-09-06T23:03:56.940Z | Compiling ring v0.16.20 |
2013 | 2024-09-06T23:03:59.661Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2014 | 2024-09-06T23:04:01.132Z | Compiling xattr v1.3.1 |
2015 | 2024-09-06T23:04:01.401Z | Compiling filetime v0.2.25 |
2016 | 2024-09-06T23:04:01.696Z | Compiling memmap2 v0.9.4 |
2017 | 2024-09-06T23:04:02.116Z | Compiling spin v0.5.2 |
2018 | 2024-09-06T23:04:02.366Z | Compiling arrayref v0.3.7 |
2019 | 2024-09-06T23:04:02.472Z | Compiling arrayvec v0.7.4 |
2020 | 2024-09-06T23:04:02.561Z | Compiling constant_time_eq v0.3.0 |
2021 | 2024-09-06T23:04:02.720Z | Compiling untrusted v0.7.1 |
2022 | 2024-09-06T23:04:04.112Z | Compiling tar v0.4.41 |
2023 | 2024-09-06T23:04:05.905Z | Compiling toolchain_find v0.4.0 |
2024 | 2024-09-06T23:04:05.987Z | Compiling camino-tempfile v1.1.1 |
2025 | 2024-09-06T23:04:06.136Z | Compiling nibble_vec v0.1.0 |
2026 | 2024-09-06T23:04:06.366Z | Compiling atty v0.2.14 |
2027 | 2024-09-06T23:04:06.400Z | Compiling topological-sort v0.2.2 |
2028 | 2024-09-06T23:04:06.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2029 | 2024-09-06T23:04:06.515Z | Compiling radium v0.7.0 |
2030 | 2024-09-06T23:04:06.550Z | Compiling endian-type v0.1.2 |
2031 | 2024-09-06T23:04:06.616Z | Compiling crunchy v0.2.2 |
2032 | 2024-09-06T23:04:06.780Z | Compiling maplit v1.0.2 |
2033 | 2024-09-06T23:04:06.912Z | Compiling glob v0.3.1 |
2034 | 2024-09-06T23:04:06.994Z | Compiling radix_trie v0.2.1 |
2035 | 2024-09-06T23:04:07.113Z | Compiling omicron-zone-package v0.11.0 |
2036 | 2024-09-06T23:04:07.687Z | Compiling clang-sys v1.7.0 |
2037 | 2024-09-06T23:04:07.852Z | Compiling rustfmt-wrapper v0.2.1 |
2038 | 2024-09-06T23:04:07.955Z | Compiling maybe-uninit v2.0.0 |
2039 | 2024-09-06T23:04:08.371Z | Compiling tiny-keccak v2.0.2 |
2040 | 2024-09-06T23:04:08.443Z | Compiling tap v1.0.1 |
2041 | 2024-09-06T23:04:08.642Z | Compiling wyz v0.5.1 |
2042 | 2024-09-06T23:04:08.720Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2043 | 2024-09-06T23:04:08.896Z | Compiling dsl_auto_type v0.1.2 |
2044 | 2024-09-06T23:04:09.093Z | Compiling itertools v0.13.0 |
2045 | 2024-09-06T23:04:09.193Z | Compiling curve25519-dalek v4.1.3 |
2046 | 2024-09-06T23:04:09.652Z | Compiling scheduled-thread-pool v0.2.7 |
2047 | 2024-09-06T23:04:10.266Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2048 | 2024-09-06T23:04:10.699Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2049 | 2024-09-06T23:04:10.780Z | Compiling diesel_table_macro_syntax v0.2.0 |
2050 | 2024-09-06T23:04:10.963Z | Compiling crc-catalog v2.4.0 |
2051 | 2024-09-06T23:04:11.122Z | Compiling arc-swap v1.7.1 |
2052 | 2024-09-06T23:04:11.139Z | Compiling keccak v0.1.5 |
2053 | 2024-09-06T23:04:11.170Z | Compiling funty v2.0.0 |
2054 | 2024-09-06T23:04:11.804Z | Compiling packed_struct v0.10.1 |
2055 | 2024-09-06T23:04:12.136Z | Compiling slog-scope v4.4.0 |
2056 | 2024-09-06T23:04:12.271Z | Compiling sha3 v0.10.8 |
2057 | 2024-09-06T23:04:12.296Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2058 | 2024-09-06T23:04:12.703Z | Compiling bitvec v1.0.1 |
2059 | 2024-09-06T23:04:12.941Z | Compiling diesel_derives v2.2.2 |
2060 | 2024-09-06T23:04:13.133Z | Compiling crc v3.2.1 |
2061 | 2024-09-06T23:04:15.121Z | Compiling r2d2 v0.8.10 |
2062 | 2024-09-06T23:04:16.211Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2063 | 2024-09-06T23:04:17.176Z | Compiling ascii-canvas v3.0.0 |
2064 | 2024-09-06T23:04:17.657Z | Compiling universal-hash v0.5.1 |
2065 | 2024-09-06T23:04:17.842Z | Compiling secrecy v0.8.0 |
2066 | 2024-09-06T23:04:18.052Z | Compiling packed_struct_codegen v0.10.1 |
2067 | 2024-09-06T23:04:20.176Z | Compiling thiserror-impl-no-std v2.0.2 |
2068 | 2024-09-06T23:04:20.493Z | Compiling ena v0.14.3 |
2069 | 2024-09-06T23:04:20.918Z | Compiling curve25519-dalek-derive v0.1.1 |
2070 | 2024-09-06T23:04:22.177Z | Compiling libloading v0.8.3 |
2071 | 2024-09-06T23:04:22.561Z | Compiling indexmap v1.9.3 |
2072 | 2024-09-06T23:04:22.854Z | Compiling opaque-debug v0.3.1 |
2073 | 2024-09-06T23:04:22.871Z | Compiling nodrop v0.1.14 |
2074 | 2024-09-06T23:04:22.960Z | Compiling bindgen v0.69.4 |
2075 | 2024-09-06T23:04:22.997Z | Compiling diff v0.1.13 |
2076 | 2024-09-06T23:04:23.409Z | Compiling regex-syntax v0.6.29 |
2077 | 2024-09-06T23:04:23.529Z | Compiling array-init v0.0.4 |
2078 | 2024-09-06T23:04:23.991Z | Compiling diesel v2.2.3 |
2079 | 2024-09-06T23:04:24.838Z | Compiling poly1305 v0.8.0 |
2080 | 2024-09-06T23:04:26.427Z | Compiling thiserror-no-std v2.0.2 |
2081 | 2024-09-06T23:04:28.637Z | Compiling lalrpop v0.19.12 |
2082 | 2024-09-06T23:04:40.567Z | Compiling smallvec v0.6.14 |
2083 | 2024-09-06T23:04:40.884Z | Compiling slog-stdlog v4.1.1 |
2084 | 2024-09-06T23:04:40.962Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2085 | 2024-09-06T23:04:41.069Z | Compiling which v4.4.2 |
2086 | 2024-09-06T23:04:41.517Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2087 | 2024-09-06T23:04:41.618Z | Compiling chacha20 v0.9.1 |
2088 | 2024-09-06T23:04:41.675Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2089 | 2024-09-06T23:04:41.834Z | Compiling cexpr v0.6.0 |
2090 | 2024-09-06T23:04:41.900Z | Compiling aead v0.5.2 |
2091 | 2024-09-06T23:04:42.047Z | Compiling ref-cast v1.0.23 |
2092 | 2024-09-06T23:04:42.065Z | Compiling bitfield v0.14.0 |
2093 | 2024-09-06T23:04:42.233Z | Compiling shlex v1.3.0 |
2094 | 2024-09-06T23:04:42.377Z | Compiling hashbrown v0.12.3 |
2095 | 2024-09-06T23:04:42.536Z | Compiling rustc-hash v1.1.0 |
2096 | 2024-09-06T23:04:42.628Z | Compiling lazycell v1.3.0 |
2097 | 2024-09-06T23:04:42.773Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2098 | 2024-09-06T23:04:43.353Z | Compiling chacha20poly1305 v0.10.1 |
2099 | 2024-09-06T23:04:43.708Z | Compiling slog-envlogger v2.2.0 |
2100 | 2024-09-06T23:04:44.690Z | Compiling serde-hex v0.1.0 |
2101 | 2024-09-06T23:04:46.223Z | Compiling bzip2 v0.4.4 |
2102 | 2024-09-06T23:04:46.673Z | Compiling vsss-rs v3.3.4 |
2103 | 2024-09-06T23:04:49.780Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2104 | 2024-09-06T23:04:50.121Z | Compiling env_logger v0.10.2 |
2105 | 2024-09-06T23:04:51.006Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2106 | 2024-09-06T23:04:51.319Z | Compiling derive_builder_core v0.20.0 |
2107 | 2024-09-06T23:04:52.997Z | Compiling x509-cert v0.2.5 |
2108 | 2024-09-06T23:04:53.487Z | Compiling ron v0.8.1 |
2109 | 2024-09-06T23:04:54.572Z | Compiling polar-core v0.27.3 |
2110 | 2024-09-06T23:04:55.871Z | Compiling headers-core v0.2.0 |
2111 | 2024-09-06T23:04:56.038Z | Compiling hashbrown v0.13.2 |
2112 | 2024-09-06T23:04:56.179Z | Compiling fxhash v0.2.1 |
2113 | 2024-09-06T23:04:56.407Z | Compiling libxml v0.3.3 |
2114 | 2024-09-06T23:04:56.783Z | Compiling ref-cast-impl v1.0.23 |
2115 | 2024-09-06T23:04:57.384Z | Compiling crc-any v2.5.0 |
2116 | 2024-09-06T23:04:58.071Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2117 | 2024-09-06T23:04:58.336Z | Compiling object v0.30.4 |
2118 | 2024-09-06T23:04:59.427Z | Compiling samael v0.0.15 |
2119 | 2024-09-06T23:04:59.542Z | Compiling headers v0.3.9 |
2120 | 2024-09-06T23:05:01.333Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2121 | 2024-09-06T23:05:02.944Z | Compiling derive_builder_macro v0.20.0 |
2122 | 2024-09-06T23:05:03.787Z | Compiling zip v0.6.6 |
2123 | 2024-09-06T23:05:04.272Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2124 | 2024-09-06T23:05:06.452Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2125 | 2024-09-06T23:05:06.765Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2126 | 2024-09-06T23:05:07.348Z | Compiling strum_macros v0.24.3 |
2127 | 2024-09-06T23:05:10.640Z | Compiling kstat-rs v0.2.4 |
2128 | 2024-09-06T23:05:11.020Z | Compiling async-recursion v1.1.1 |
2129 | 2024-09-06T23:05:11.592Z | Compiling unicase v2.7.0 |
2130 | 2024-09-06T23:05:11.650Z | Compiling dropshot v0.10.1 |
2131 | 2024-09-06T23:05:11.906Z | Compiling indoc v1.0.9 |
2132 | 2024-09-06T23:05:11.971Z | Compiling path-slash v0.1.5 |
2133 | 2024-09-06T23:05:12.201Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2134 | 2024-09-06T23:05:12.509Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2024-09-06T23:05:13.785Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2136 | 2024-09-06T23:05:15.063Z | Compiling derive_builder v0.20.0 |
2137 | 2024-09-06T23:05:19.212Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2138 | 2024-09-06T23:05:22.385Z | Compiling tungstenite v0.23.0 |
2139 | 2024-09-06T23:05:24.676Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2140 | 2024-09-06T23:05:25.001Z | Compiling crossterm v0.28.1 |
2141 | 2024-09-06T23:05:27.633Z | Compiling pem v3.0.4 |
2142 | 2024-09-06T23:05:28.030Z | Compiling oso-derive v0.27.3 |
2143 | 2024-09-06T23:05:28.120Z | Compiling impl-trait-for-tuples v0.2.2 |
2144 | 2024-09-06T23:05:29.027Z | Compiling dropshot_endpoint v0.10.1 |
2145 | 2024-09-06T23:05:29.112Z | Compiling libz-sys v1.1.16 |
2146 | 2024-09-06T23:05:29.772Z | Compiling quick-xml v0.31.0 |
2147 | 2024-09-06T23:05:31.021Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2148 | 2024-09-06T23:05:31.350Z | Compiling parking_lot_core v0.8.6 |
2149 | 2024-09-06T23:05:31.796Z | Compiling cfg_aliases v0.1.1 |
2150 | 2024-09-06T23:05:31.910Z | Compiling nix v0.28.0 |
2151 | 2024-09-06T23:05:33.129Z | Compiling tokio-tungstenite v0.23.1 |
2152 | 2024-09-06T23:05:33.726Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2153 | 2024-09-06T23:05:35.076Z | Compiling oso v0.27.3 |
2154 | 2024-09-06T23:05:35.274Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2155 | 2024-09-06T23:05:40.683Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2156 | 2024-09-06T23:05:40.994Z | Compiling bb8 v0.8.5 |
2157 | 2024-09-06T23:05:41.563Z | Compiling const_format_proc_macros v0.2.32 |
2158 | 2024-09-06T23:05:43.468Z | Compiling vte_generate_state_changes v0.1.1 |
2159 | 2024-09-06T23:05:44.081Z | Compiling buf-list v1.0.3 |
2160 | 2024-09-06T23:05:44.660Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2161 | 2024-09-06T23:05:45.078Z | Compiling vte v0.11.1 |
2162 | 2024-09-06T23:05:46.504Z | Compiling const_format v0.2.32 |
2163 | 2024-09-06T23:05:47.804Z | Compiling async-bb8-diesel v0.2.1 |
2164 | 2024-09-06T23:05:48.577Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2165 | 2024-09-06T23:05:53.821Z | Compiling fd-lock v4.0.2 |
2166 | 2024-09-06T23:05:54.065Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2167 | 2024-09-06T23:05:54.869Z | Compiling pin-project-internal v1.1.5 |
2168 | 2024-09-06T23:05:57.646Z | Compiling bytecount v0.6.8 |
2169 | 2024-09-06T23:05:57.961Z | Compiling papergrid v0.11.0 |
2170 | 2024-09-06T23:06:02.505Z | Compiling pin-project v1.1.5 |
2171 | 2024-09-06T23:06:15.024Z | Compiling parking_lot v0.11.2 |
2172 | 2024-09-06T23:06:15.491Z | Compiling strip-ansi-escapes v0.2.0 |
2173 | 2024-09-06T23:06:17.196Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2174 | 2024-09-06T23:06:17.446Z | Compiling tabled_derive v0.7.0 |
2175 | 2024-09-06T23:06:18.157Z | Compiling crossterm v0.27.0 |
2176 | 2024-09-06T23:06:19.539Z | Compiling peg-macros v0.8.4 |
2177 | 2024-09-06T23:06:21.342Z | Compiling snafu-derive v0.8.2 |
2178 | 2024-09-06T23:06:21.993Z | Compiling sqlparser_derive v0.2.2 |
2179 | 2024-09-06T23:06:22.647Z | Compiling unicode_categories v0.1.1 |
2180 | 2024-09-06T23:06:22.989Z | Compiling nu-ansi-term v0.50.0 |
2181 | 2024-09-06T23:06:23.290Z | Compiling rustyline v14.0.0 |
2182 | 2024-09-06T23:06:23.493Z | Compiling reedline v0.33.0 |
2183 | 2024-09-06T23:06:24.144Z | Compiling sqlparser v0.45.0 |
2184 | 2024-09-06T23:06:24.514Z | Compiling sqlformat v0.2.4 |
2185 | 2024-09-06T23:06:25.997Z | Compiling snafu v0.8.2 |
2186 | 2024-09-06T23:06:27.195Z | Compiling peg v0.8.4 |
2187 | 2024-09-06T23:06:27.317Z | Compiling tabled v0.15.0 |
2188 | 2024-09-06T23:06:27.434Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2189 | 2024-09-06T23:06:29.706Z | Compiling sled v0.34.7 |
2190 | 2024-09-06T23:06:34.668Z | Compiling mime_guess v2.0.4 |
2191 | 2024-09-06T23:06:36.177Z | Compiling hickory-client v0.24.1 |
2192 | 2024-09-06T23:06:45.338Z | Compiling env_logger v0.9.3 |
2193 | 2024-09-06T23:06:46.590Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2194 | 2024-09-06T23:06:49.457Z | Compiling tungstenite v0.20.1 |
2195 | 2024-09-06T23:06:52.961Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2196 | 2024-09-06T23:06:53.060Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2197 | 2024-09-06T23:06:54.371Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2198 | 2024-09-06T23:06:55.927Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2199 | 2024-09-06T23:07:01.375Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2200 | 2024-09-06T23:07:01.502Z | Compiling globset v0.4.14 |
2201 | 2024-09-06T23:07:01.877Z | Compiling hickory-server v0.24.1 |
2202 | 2024-09-06T23:07:02.824Z | Compiling olpc-cjson v0.1.3 |
2203 | 2024-09-06T23:07:03.177Z | Compiling bcs v0.1.6 |
2204 | 2024-09-06T23:07:03.306Z | Compiling vergen v8.3.2 |
2205 | 2024-09-06T23:07:03.637Z | Compiling bitstruct_derive v0.1.0 |
2206 | 2024-09-06T23:07:04.075Z | Compiling cargo-platform v0.1.8 |
2207 | 2024-09-06T23:07:04.591Z | Compiling serde_plain v1.0.2 |
2208 | 2024-09-06T23:07:04.946Z | Compiling nanorand v0.7.0 |
2209 | 2024-09-06T23:07:05.099Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-09-06T23:07:05.246Z | Compiling memoffset v0.9.1 |
2211 | 2024-09-06T23:07:05.599Z | Compiling ascii v1.1.0 |
2212 | 2024-09-06T23:07:05.620Z | Compiling typed-path v0.7.1 |
2213 | 2024-09-06T23:07:06.364Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2214 | 2024-09-06T23:07:08.797Z | Compiling tough v0.17.1 |
2215 | 2024-09-06T23:07:09.172Z | Compiling flume v0.11.0 |
2216 | 2024-09-06T23:07:09.908Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-09-06T23:07:10.197Z | Compiling bitstruct v0.1.1 |
2218 | 2024-09-06T23:07:10.328Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2219 | 2024-09-06T23:07:12.224Z | Compiling cargo_metadata v0.18.1 |
2220 | 2024-09-06T23:07:13.462Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2221 | 2024-09-06T23:07:13.717Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2222 | 2024-09-06T23:07:14.035Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2223 | 2024-09-06T23:07:14.258Z | Compiling git2 v0.19.0 |
2224 | 2024-09-06T23:07:15.520Z | Compiling tokio-tungstenite v0.20.1 |
2225 | 2024-09-06T23:07:16.732Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2226 | 2024-09-06T23:07:23.285Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2227 | 2024-09-06T23:07:23.589Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-09-06T23:07:24.435Z | Compiling libsqlite3-sys v0.28.0 |
2229 | 2024-09-06T23:07:25.001Z | Compiling erased-serde v0.3.31 |
2230 | 2024-09-06T23:07:25.567Z | Compiling serde_arrays v0.1.0 |
2231 | 2024-09-06T23:07:25.770Z | Compiling cfg_aliases v0.2.1 |
2232 | 2024-09-06T23:07:25.889Z | Compiling parse-size v1.0.0 |
2233 | 2024-09-06T23:07:26.193Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2234 | 2024-09-06T23:07:26.699Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-09-06T23:07:28.038Z | Compiling nix v0.29.0 |
2236 | 2024-09-06T23:07:32.378Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2237 | 2024-09-06T23:07:34.584Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-09-06T23:07:35.295Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2239 | 2024-09-06T23:07:35.613Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2240 | 2024-09-06T23:07:37.541Z | Compiling heck v0.3.3 |
2241 | 2024-09-06T23:07:37.938Z | Compiling castaway v0.2.3 |
2242 | 2024-09-06T23:07:38.139Z | Compiling rand_seeder v0.3.0 |
2243 | 2024-09-06T23:07:38.536Z | Compiling csv-core v0.1.11 |
2244 | 2024-09-06T23:07:39.415Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2245 | 2024-09-06T23:07:39.614Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2246 | 2024-09-06T23:07:40.008Z | Compiling http-range v0.1.5 |
2247 | 2024-09-06T23:07:40.573Z | Compiling hyper-staticfile v0.9.5 |
2248 | 2024-09-06T23:07:41.636Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2249 | 2024-09-06T23:07:43.633Z | Compiling csv v1.3.0 |
2250 | 2024-09-06T23:07:44.295Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2251 | 2024-09-06T23:07:44.515Z | Compiling compact_str v0.8.0 |
2252 | 2024-09-06T23:07:45.717Z | Compiling zone_cfg_derive v0.1.2 |
2253 | 2024-09-06T23:07:47.095Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2254 | 2024-09-06T23:07:47.142Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2255 | 2024-09-06T23:07:47.707Z | Compiling nix v0.27.1 |
2256 | 2024-09-06T23:07:48.297Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2257 | 2024-09-06T23:07:49.443Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2258 | 2024-09-06T23:07:49.995Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2259 | 2024-09-06T23:07:50.686Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-09-06T23:07:55.481Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2261 | 2024-09-06T23:07:55.725Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2262 | 2024-09-06T23:07:55.815Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2263 | 2024-09-06T23:07:56.027Z | Compiling unicode-truncate v1.0.0 |
2264 | 2024-09-06T23:07:56.128Z | Compiling hashlink v0.9.1 |
2265 | 2024-09-06T23:07:56.294Z | Compiling lru v0.12.3 |
2266 | 2024-09-06T23:07:56.663Z | Compiling serde-big-array v0.5.1 |
2267 | 2024-09-06T23:07:56.928Z | Compiling instability v0.3.2 |
2268 | 2024-09-06T23:07:56.963Z | Compiling fallible-streaming-iterator v0.1.9 |
2269 | 2024-09-06T23:07:57.237Z | Compiling cassowary v0.3.0 |
2270 | 2024-09-06T23:07:57.924Z | Compiling base64 v0.13.1 |
2271 | 2024-09-06T23:07:57.961Z | Compiling fallible-iterator v0.3.0 |
2272 | 2024-09-06T23:07:58.702Z | Compiling ron v0.7.1 |
2273 | 2024-09-06T23:07:58.778Z | Compiling rusqlite v0.31.0 |
2274 | 2024-09-06T23:08:00.884Z | Compiling ratatui v0.28.0 |
2275 | 2024-09-06T23:08:03.931Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2276 | 2024-09-06T23:08:17.802Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2277 | 2024-09-06T23:08:18.499Z | Compiling zone v0.1.8 |
2278 | 2024-09-06T23:08:21.413Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2279 | 2024-09-06T23:08:22.019Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2280 | 2024-09-06T23:08:27.259Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2281 | 2024-09-06T23:08:29.769Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2282 | 2024-09-06T23:08:30.279Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2283 | 2024-09-06T23:08:30.677Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2284 | 2024-09-06T23:08:31.472Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2285 | 2024-09-06T23:08:31.790Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2286 | 2024-09-06T23:08:32.192Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2287 | 2024-09-06T23:08:32.362Z | Compiling twox-hash v1.6.3 |
2288 | 2024-09-06T23:08:33.291Z | Compiling signal-hook-tokio v0.3.1 |
2289 | 2024-09-06T23:08:33.517Z | Compiling yasna v0.5.2 |
2290 | 2024-09-06T23:08:36.634Z | Compiling portpicker v0.1.1 |
2291 | 2024-09-06T23:08:36.943Z | Compiling smawk v0.3.2 |
2292 | 2024-09-06T23:08:37.067Z | Compiling unicode-linebreak v0.1.5 |
2293 | 2024-09-06T23:08:37.216Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2294 | 2024-09-06T23:08:37.618Z | Compiling textwrap v0.16.1 |
2295 | 2024-09-06T23:08:40.702Z | Compiling rcgen v0.12.1 |
2296 | 2024-09-06T23:08:41.239Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2297 | 2024-09-06T23:08:50.504Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2298 | 2024-09-06T23:08:54.017Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2299 | 2024-09-06T23:08:57.492Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2300 | 2024-09-06T23:09:02.282Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2301 | 2024-09-06T23:09:02.567Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2302 | 2024-09-06T23:09:03.121Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2303 | 2024-09-06T23:09:07.520Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2304 | 2024-09-06T23:09:14.622Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2305 | 2024-09-06T23:09:14.951Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2306 | 2024-09-06T23:09:16.133Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2307 | 2024-09-06T23:09:21.433Z | Compiling atomicwrites v0.4.3 |
2308 | 2024-09-06T23:09:21.745Z | Compiling fatfs v0.3.6 |
2309 | 2024-09-06T23:09:21.777Z | Compiling subprocess v0.2.9 |
2310 | 2024-09-06T23:09:21.958Z | Compiling rtoolbox v0.0.2 |
2311 | 2024-09-06T23:09:22.360Z | Compiling is_ci v1.2.0 |
2312 | 2024-09-06T23:09:22.655Z | Compiling assert_matches v1.5.0 |
2313 | 2024-09-06T23:09:22.769Z | Compiling supports-color v3.0.0 |
2314 | 2024-09-06T23:09:24.569Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2315 | 2024-09-06T23:09:25.199Z | Compiling rpassword v7.3.1 |
2316 | 2024-09-06T23:09:25.673Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2317 | 2024-09-06T23:09:26.571Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2318 | 2024-09-06T23:09:31.594Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2319 | 2024-09-06T23:09:33.826Z | Compiling tui-tree-widget v0.22.0 |
2320 | 2024-09-06T23:09:34.286Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2321 | 2024-09-06T23:09:38.793Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2322 | 2024-09-06T23:09:44.562Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2323 | 2024-09-06T23:09:44.883Z | Compiling uzers v0.11.3 |
2324 | 2024-09-06T23:09:47.522Z | Compiling shell-words v1.1.0 |
2325 | 2024-09-06T23:09:47.957Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2326 | 2024-09-06T23:09:52.110Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2327 | 2024-09-06T23:09:54.042Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2328 | 2024-09-06T23:10:22.790Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2329 | 2024-09-06T23:10:24.709Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2330 | 2024-09-06T23:10:35.727Z | Compiling multimap v0.10.0 |
2331 | 2024-09-06T23:12:34.727Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2332 | 2024-09-06T23:12:51.836Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2333 | 2024-09-06T23:18:58.048Z | Finished `release` profile [optimized] target(s) in 15m 39s |
2334 | 2024-09-06T23:19:54.043Z | |
2335 | 2024-09-06T23:19:54.045Z | real 16:37.062148293 |
2336 | 2024-09-06T23:19:54.045Z | user 1:52:37.880596469 |
2337 | 2024-09-06T23:19:54.045Z | sys 5:35.354812422 |
2338 | 2024-09-06T23:19:54.045Z | trap 2.661474178 |
2339 | 2024-09-06T23:19:54.045Z | tflt 3.090119121 |
2340 | 2024-09-06T23:19:54.045Z | dflt 3.044348079 |
2341 | 2024-09-06T23:19:54.045Z | kflt 0.003300599 |
2342 | 2024-09-06T23:19:54.045Z | lock 7:06:18.795579972 |
2343 | 2024-09-06T23:19:54.045Z | slp 6:09:48.997920678 |
2344 | 2024-09-06T23:19:54.045Z | lat 2:49.695796672 |
2345 | 2024-09-06T23:19:54.045Z | stop 2:34.560259846 |
2346 | 2024-09-06T23:19:54.046Z | + mapfile -t packages |
2347 | 2024-09-06T23:19:54.046Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2348 | 2024-09-06T23:19:55.075Z | Finished `release` profile [optimized] target(s) in 0.98s |
2349 | 2024-09-06T23:19:55.135Z | Running `target/release/omicron-package -t test list-outputs` |
2350 | 2024-09-06T23:19:55.180Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2351 | 2024-09-06T23:19:55.182Z | + ptime -m cargo build --locked --release -p xtask |
2352 | 2024-09-06T23:19:55.807Z | Compiling serde v1.0.208 |
2353 | 2024-09-06T23:19:55.809Z | Compiling serde_json v1.0.125 |
2354 | 2024-09-06T23:19:55.809Z | Compiling rustix v0.38.34 |
2355 | 2024-09-06T23:19:55.809Z | Compiling libc v0.2.158 |
2356 | 2024-09-06T23:19:55.902Z | Compiling syn v2.0.74 |
2357 | 2024-09-06T23:19:55.917Z | Compiling bitflags v2.6.0 |
2358 | 2024-09-06T23:19:56.243Z | Compiling usdt-impl v0.5.0 |
2359 | 2024-09-06T23:19:56.322Z | Compiling syn v1.0.109 |
2360 | 2024-09-06T23:19:56.403Z | Compiling log v0.4.21 |
2361 | 2024-09-06T23:19:56.428Z | Compiling hashbrown v0.14.5 |
2362 | 2024-09-06T23:19:56.478Z | Compiling fs-err v2.11.0 |
2363 | 2024-09-06T23:19:56.799Z | Compiling anyhow v1.0.86 |
2364 | 2024-09-06T23:19:57.349Z | Compiling thread-id v4.2.1 |
2365 | 2024-09-06T23:19:57.687Z | Compiling indexmap v2.4.0 |
2366 | 2024-09-06T23:19:58.654Z | Compiling terminal_size v0.3.0 |
2367 | 2024-09-06T23:19:58.654Z | Compiling tempfile v3.10.1 |
2368 | 2024-09-06T23:19:58.873Z | Compiling clap_builder v4.5.15 |
2369 | 2024-09-06T23:19:59.749Z | Compiling proc-macro-error v1.0.4 |
2370 | 2024-09-06T23:20:01.035Z | Compiling tabled_derive v0.7.0 |
2371 | 2024-09-06T23:20:02.386Z | Compiling tabled v0.15.0 |
2372 | 2024-09-06T23:20:03.571Z | Compiling serde_derive v1.0.208 |
2373 | 2024-09-06T23:20:03.795Z | Compiling thiserror-impl v1.0.63 |
2374 | 2024-09-06T23:20:04.335Z | Compiling zerocopy-derive v0.7.34 |
2375 | 2024-09-06T23:20:04.394Z | Compiling scroll_derive v0.12.0 |
2376 | 2024-09-06T23:20:05.834Z | Compiling scroll v0.12.0 |
2377 | 2024-09-06T23:20:06.352Z | Compiling zerocopy v0.7.34 |
2378 | 2024-09-06T23:20:06.503Z | Compiling goblin v0.8.2 |
2379 | 2024-09-06T23:20:06.613Z | Compiling thiserror v1.0.63 |
2380 | 2024-09-06T23:20:06.773Z | Compiling pest v2.7.10 |
2381 | 2024-09-06T23:20:09.740Z | Compiling pest_meta v2.7.10 |
2382 | 2024-09-06T23:20:11.971Z | Compiling pest_generator v2.7.10 |
2383 | 2024-09-06T23:20:13.762Z | Compiling pest_derive v2.7.10 |
2384 | 2024-09-06T23:20:14.623Z | Compiling dtrace-parser v0.2.0 |
2385 | 2024-09-06T23:20:17.925Z | Compiling toml_datetime v0.6.8 |
2386 | 2024-09-06T23:20:18.628Z | Compiling serde_spanned v0.6.7 |
2387 | 2024-09-06T23:20:18.891Z | Compiling toml_edit v0.22.20 |
2388 | 2024-09-06T23:20:20.861Z | Compiling serde_tokenstream v0.2.2 |
2389 | 2024-09-06T23:20:21.443Z | Compiling dof v0.3.0 |
2390 | 2024-09-06T23:20:22.834Z | Compiling camino v1.1.9 |
2391 | 2024-09-06T23:20:23.918Z | Compiling toml v0.8.19 |
2392 | 2024-09-06T23:20:24.689Z | Compiling usdt-attr-macro v0.5.0 |
2393 | 2024-09-06T23:20:26.086Z | Compiling usdt-macro v0.5.0 |
2394 | 2024-09-06T23:20:27.058Z | Compiling cargo-platform v0.1.8 |
2395 | 2024-09-06T23:20:27.344Z | Compiling semver v1.0.23 |
2396 | 2024-09-06T23:20:28.153Z | Compiling clap_derive v4.5.13 |
2397 | 2024-09-06T23:20:28.835Z | Compiling cargo_metadata v0.18.1 |
2398 | 2024-09-06T23:20:29.944Z | Compiling usdt v0.5.0 |
2399 | 2024-09-06T23:20:30.446Z | Compiling cargo_toml v0.20.4 |
2400 | 2024-09-06T23:20:30.805Z | Compiling camino-tempfile v1.1.1 |
2401 | 2024-09-06T23:20:31.408Z | Compiling macaddr v1.0.1 |
2402 | 2024-09-06T23:20:32.634Z | Compiling clap v4.5.16 |
2403 | 2024-09-06T23:20:40.723Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2404 | 2024-09-06T23:20:52.051Z | Finished `release` profile [optimized] target(s) in 56.81s |
2405 | 2024-09-06T23:20:52.157Z | |
2406 | 2024-09-06T23:20:52.160Z | real 56.942445485 |
2407 | 2024-09-06T23:20:52.160Z | user 5:39.995850771 |
2408 | 2024-09-06T23:20:52.160Z | sys 32.530812234 |
2409 | 2024-09-06T23:20:52.160Z | trap 0.140410826 |
2410 | 2024-09-06T23:20:52.160Z | tflt 0.311204025 |
2411 | 2024-09-06T23:20:52.161Z | dflt 0.681943668 |
2412 | 2024-09-06T23:20:52.161Z | kflt 0.000001419 |
2413 | 2024-09-06T23:20:52.161Z | lock 10:58.589940840 |
2414 | 2024-09-06T23:20:52.161Z | slp 15:55.121174891 |
2415 | 2024-09-06T23:20:52.161Z | lat 14.216988096 |
2416 | 2024-09-06T23:20:52.161Z | stop 16.509252474 |
2417 | 2024-09-06T23:20:52.161Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2418 | 2024-09-06T23:20:52.161Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2419 | 2024-09-06T23:20:52.161Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2420 | 2024-09-06T23:20:52.161Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2421 | 2024-09-06T23:20:52.161Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2422 | 2024-09-06T23:20:53.051Z | Compiling regress v0.9.1 |
2423 | 2024-09-06T23:20:53.166Z | Compiling getopts v0.2.21 |
2424 | 2024-09-06T23:20:53.168Z | Compiling unsafe-libyaml v0.2.11 |
2425 | 2024-09-06T23:20:53.168Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-09-06T23:20:53.168Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2427 | 2024-09-06T23:20:53.183Z | Compiling http v1.1.0 |
2428 | 2024-09-06T23:20:53.221Z | Compiling match_cfg v0.1.0 |
2429 | 2024-09-06T23:20:53.224Z | Compiling toml v0.8.19 |
2430 | 2024-09-06T23:20:53.306Z | Compiling hostname v0.3.1 |
2431 | 2024-09-06T23:20:53.551Z | Compiling rustls-pki-types v1.7.0 |
2432 | 2024-09-06T23:20:53.584Z | Compiling paste v1.0.15 |
2433 | 2024-09-06T23:20:53.625Z | Compiling ident_case v1.0.1 |
2434 | 2024-09-06T23:20:53.823Z | Compiling rustls v0.22.4 |
2435 | 2024-09-06T23:20:54.079Z | Compiling rustls-webpki v0.102.4 |
2436 | 2024-09-06T23:20:54.144Z | Compiling darling_core v0.20.9 |
2437 | 2024-09-06T23:20:54.235Z | Compiling ipnetwork v0.20.0 |
2438 | 2024-09-06T23:20:54.383Z | Compiling multer v3.1.0 |
2439 | 2024-09-06T23:20:54.729Z | Compiling serde_yaml v0.9.34+deprecated |
2440 | 2024-09-06T23:20:55.205Z | Compiling slog-json v2.6.1 |
2441 | 2024-09-06T23:20:55.579Z | Compiling async-stream-impl v0.3.5 |
2442 | 2024-09-06T23:20:55.719Z | Compiling instant v0.1.12 |
2443 | 2024-09-06T23:20:55.877Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2444 | 2024-09-06T23:20:56.202Z | Compiling debug-ignore v1.0.5 |
2445 | 2024-09-06T23:20:56.219Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-09-06T23:20:56.355Z | Compiling waitgroup v0.1.2 |
2447 | 2024-09-06T23:20:56.453Z | Compiling slog-bunyan v2.5.0 |
2448 | 2024-09-06T23:20:56.581Z | Compiling rustls-pemfile v2.1.3 |
2449 | 2024-09-06T23:20:56.656Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2450 | 2024-09-06T23:20:56.964Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2451 | 2024-09-06T23:20:57.039Z | Compiling async-stream v0.3.5 |
2452 | 2024-09-06T23:20:57.367Z | Compiling serde_path_to_error v0.1.16 |
2453 | 2024-09-06T23:20:57.516Z | Compiling hostname v0.4.0 |
2454 | 2024-09-06T23:20:57.797Z | Compiling structmeta-derive v0.3.0 |
2455 | 2024-09-06T23:20:58.252Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2456 | 2024-09-06T23:20:58.296Z | Compiling newtype-uuid v1.1.0 |
2457 | 2024-09-06T23:20:58.598Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2458 | 2024-09-06T23:20:58.984Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2459 | 2024-09-06T23:20:58.987Z | Compiling backoff v0.4.0 |
2460 | 2024-09-06T23:20:59.328Z | Compiling tokio-rustls v0.25.0 |
2461 | 2024-09-06T23:20:59.331Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2462 | 2024-09-06T23:20:59.388Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-09-06T23:20:59.605Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2464 | 2024-09-06T23:20:59.792Z | Compiling macaddr v1.0.1 |
2465 | 2024-09-06T23:20:59.811Z | Compiling proc-macro-crate v1.3.1 |
2466 | 2024-09-06T23:21:00.189Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-09-06T23:21:00.254Z | Compiling tempfile v3.10.1 |
2468 | 2024-09-06T23:21:00.585Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2469 | 2024-09-06T23:21:00.842Z | Compiling structmeta v0.3.0 |
2470 | 2024-09-06T23:21:00.876Z | Compiling num_enum_derive v0.5.11 |
2471 | 2024-09-06T23:21:00.924Z | Compiling foreign-types-macros v0.2.3 |
2472 | 2024-09-06T23:21:01.069Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2473 | 2024-09-06T23:21:01.151Z | Compiling darling_macro v0.20.9 |
2474 | 2024-09-06T23:21:01.319Z | Compiling parse-display-derive v0.10.0 |
2475 | 2024-09-06T23:21:01.375Z | Compiling foreign-types-shared v0.3.1 |
2476 | 2024-09-06T23:21:01.501Z | Compiling heapless v0.8.0 |
2477 | 2024-09-06T23:21:02.142Z | Compiling darling v0.20.9 |
2478 | 2024-09-06T23:21:02.220Z | Compiling foreign-types v0.5.0 |
2479 | 2024-09-06T23:21:02.267Z | Compiling serde_with_macros v3.9.0 |
2480 | 2024-09-06T23:21:02.371Z | Compiling proc-macro-error v1.0.4 |
2481 | 2024-09-06T23:21:02.773Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-09-06T23:21:03.054Z | Compiling hash32 v0.3.1 |
2483 | 2024-09-06T23:21:03.306Z | Compiling cstr-argument v0.1.2 |
2484 | 2024-09-06T23:21:03.484Z | Compiling num_enum v0.5.11 |
2485 | 2024-09-06T23:21:03.585Z | Compiling pretty-hex v0.2.1 |
2486 | 2024-09-06T23:21:03.623Z | Compiling smoltcp v0.11.0 |
2487 | 2024-09-06T23:21:03.773Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2488 | 2024-09-06T23:21:03.829Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2489 | 2024-09-06T23:21:04.416Z | Compiling camino-tempfile v1.1.1 |
2490 | 2024-09-06T23:21:04.434Z | Compiling tabwriter v1.4.0 |
2491 | 2024-09-06T23:21:04.924Z | Compiling colored v2.1.0 |
2492 | 2024-09-06T23:21:04.985Z | Compiling socket2 v0.4.10 |
2493 | 2024-09-06T23:21:05.107Z | Compiling cobs v0.2.3 |
2494 | 2024-09-06T23:21:05.155Z | Compiling serde_with v3.9.0 |
2495 | 2024-09-06T23:21:05.282Z | Compiling embedded-io v0.4.0 |
2496 | 2024-09-06T23:21:05.513Z | Compiling postcard v1.0.8 |
2497 | 2024-09-06T23:21:05.680Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2498 | 2024-09-06T23:21:05.864Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2499 | 2024-09-06T23:21:05.935Z | Compiling parse-display v0.10.0 |
2500 | 2024-09-06T23:21:05.992Z | Compiling crucible-workspace-hack v0.1.0 |
2501 | 2024-09-06T23:21:06.109Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-09-06T23:21:06.311Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2503 | 2024-09-06T23:21:06.441Z | Compiling smf v0.2.3 |
2504 | 2024-09-06T23:21:06.636Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2505 | 2024-09-06T23:21:06.968Z | Compiling zone_cfg_derive v0.3.0 |
2506 | 2024-09-06T23:21:07.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2507 | 2024-09-06T23:21:07.493Z | Compiling num-derive v0.4.2 |
2508 | 2024-09-06T23:21:07.883Z | Compiling sigpipe v0.1.3 |
2509 | 2024-09-06T23:21:08.018Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2510 | 2024-09-06T23:21:08.363Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-09-06T23:21:08.527Z | Compiling zone v0.3.0 |
2512 | 2024-09-06T23:21:08.967Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2513 | 2024-09-06T23:21:09.520Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2514 | 2024-09-06T23:21:09.835Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2515 | 2024-09-06T23:21:10.050Z | Compiling universal-hash v0.5.1 |
2516 | 2024-09-06T23:21:10.105Z | Compiling opaque-debug v0.3.1 |
2517 | 2024-09-06T23:21:10.212Z | Compiling utf-8 v0.7.6 |
2518 | 2024-09-06T23:21:10.214Z | Compiling num-rational v0.4.2 |
2519 | 2024-09-06T23:21:10.249Z | Compiling curve25519-dalek v4.1.3 |
2520 | 2024-09-06T23:21:10.296Z | Compiling num-complex v0.4.6 |
2521 | 2024-09-06T23:21:10.573Z | Compiling humantime v2.1.0 |
2522 | 2024-09-06T23:21:10.668Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2523 | 2024-09-06T23:21:10.743Z | Compiling password-hash v0.5.0 |
2524 | 2024-09-06T23:21:11.025Z | Compiling blake2 v0.10.6 |
2525 | 2024-09-06T23:21:11.074Z | Compiling aead v0.5.2 |
2526 | 2024-09-06T23:21:11.113Z | Compiling curve25519-dalek-derive v0.1.1 |
2527 | 2024-09-06T23:21:11.363Z | Compiling num v0.4.3 |
2528 | 2024-09-06T23:21:11.443Z | Compiling float-ord v0.3.2 |
2529 | 2024-09-06T23:21:11.480Z | Compiling argon2 v0.5.3 |
2530 | 2024-09-06T23:21:11.619Z | Compiling poly1305 v0.8.0 |
2531 | 2024-09-06T23:21:11.818Z | Compiling chacha20 v0.9.1 |
2532 | 2024-09-06T23:21:11.975Z | Compiling semver v0.1.20 |
2533 | 2024-09-06T23:21:12.284Z | Compiling convert_case v0.4.0 |
2534 | 2024-09-06T23:21:12.530Z | Compiling rustc_version v0.1.7 |
2535 | 2024-09-06T23:21:12.643Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2536 | 2024-09-06T23:21:12.820Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2537 | 2024-09-06T23:21:13.055Z | Compiling tungstenite v0.21.0 |
2538 | 2024-09-06T23:21:13.238Z | Compiling newline-converter v0.3.0 |
2539 | 2024-09-06T23:21:13.299Z | Compiling atty v0.2.14 |
2540 | 2024-09-06T23:21:13.301Z | Compiling derive_more v0.99.18 |
2541 | 2024-09-06T23:21:13.404Z | Compiling same-file v1.0.6 |
2542 | 2024-09-06T23:21:13.447Z | Compiling rayon-core v1.12.1 |
2543 | 2024-09-06T23:21:13.723Z | Compiling cancel-safe-futures v0.1.5 |
2544 | 2024-09-06T23:21:13.797Z | Compiling walkdir v2.5.0 |
2545 | 2024-09-06T23:21:14.047Z | Compiling expectorate v1.1.0 |
2546 | 2024-09-06T23:21:14.130Z | Compiling tokio-tungstenite v0.21.0 |
2547 | 2024-09-06T23:21:14.237Z | Compiling newtype_derive v0.1.6 |
2548 | 2024-09-06T23:21:14.333Z | Compiling crossbeam-deque v0.8.5 |
2549 | 2024-09-06T23:21:14.552Z | Compiling home v0.5.9 |
2550 | 2024-09-06T23:21:14.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2551 | 2024-09-06T23:21:14.693Z | Compiling keccak v0.1.5 |
2552 | 2024-09-06T23:21:14.728Z | Compiling prettyplease v0.2.20 |
2553 | 2024-09-06T23:21:15.086Z | Compiling sha3 v0.10.8 |
2554 | 2024-09-06T23:21:15.499Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2555 | 2024-09-06T23:21:15.537Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2556 | 2024-09-06T23:21:15.707Z | Compiling thiserror-impl-no-std v2.0.2 |
2557 | 2024-09-06T23:21:15.839Z | Compiling libsw v3.3.1 |
2558 | 2024-09-06T23:21:15.962Z | Compiling secrecy v0.8.0 |
2559 | 2024-09-06T23:21:16.122Z | Compiling ring v0.16.20 |
2560 | 2024-09-06T23:21:16.166Z | Compiling blake3 v1.5.1 |
2561 | 2024-09-06T23:21:16.241Z | Compiling derive-where v1.2.7 |
2562 | 2024-09-06T23:21:16.719Z | Compiling unicase v2.7.0 |
2563 | 2024-09-06T23:21:16.841Z | Compiling half v2.4.1 |
2564 | 2024-09-06T23:21:17.054Z | Compiling cookie v0.18.1 |
2565 | 2024-09-06T23:21:17.276Z | Compiling linked-hash-map v0.5.6 |
2566 | 2024-09-06T23:21:17.377Z | Compiling ciborium-io v0.2.2 |
2567 | 2024-09-06T23:21:17.416Z | Compiling indent_write v2.2.0 |
2568 | 2024-09-06T23:21:17.507Z | Compiling termcolor v1.4.1 |
2569 | 2024-09-06T23:21:17.639Z | Compiling owo-colors v4.0.0 |
2570 | 2024-09-06T23:21:17.677Z | Compiling linear-map v1.2.0 |
2571 | 2024-09-06T23:21:18.063Z | Compiling quick-error v1.2.3 |
2572 | 2024-09-06T23:21:18.229Z | Compiling arc-swap v1.7.1 |
2573 | 2024-09-06T23:21:18.424Z | Compiling resolv-conf v0.7.0 |
2574 | 2024-09-06T23:21:18.875Z | Compiling slog-scope v4.4.0 |
2575 | 2024-09-06T23:21:18.986Z | Compiling thiserror-no-std v2.0.2 |
2576 | 2024-09-06T23:21:19.116Z | Compiling env_logger v0.9.3 |
2577 | 2024-09-06T23:21:19.220Z | Compiling lru-cache v0.1.2 |
2578 | 2024-09-06T23:21:19.396Z | Compiling ciborium-ll v0.2.2 |
2579 | 2024-09-06T23:21:19.835Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2580 | 2024-09-06T23:21:19.876Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2581 | 2024-09-06T23:21:20.024Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2582 | 2024-09-06T23:21:20.094Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2583 | 2024-09-06T23:21:20.387Z | Compiling rayon v1.10.0 |
2584 | 2024-09-06T23:21:20.603Z | Compiling polyval v0.6.2 |
2585 | 2024-09-06T23:21:20.624Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-09-06T23:21:21.058Z | Compiling rfc6979 v0.4.0 |
2587 | 2024-09-06T23:21:21.098Z | Compiling bitstruct_derive v0.1.0 |
2588 | 2024-09-06T23:21:21.128Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-09-06T23:21:21.250Z | Compiling memmap2 v0.9.4 |
2590 | 2024-09-06T23:21:21.274Z | Compiling parking_lot_core v0.8.6 |
2591 | 2024-09-06T23:21:21.721Z | Compiling constant_time_eq v0.3.0 |
2592 | 2024-09-06T23:21:21.774Z | Compiling spin v0.5.2 |
2593 | 2024-09-06T23:21:21.912Z | Compiling arrayvec v0.7.4 |
2594 | 2024-09-06T23:21:22.011Z | Compiling untrusted v0.7.1 |
2595 | 2024-09-06T23:21:22.155Z | Compiling highway v1.2.0 |
2596 | 2024-09-06T23:21:22.217Z | Compiling libefi-sys v0.1.0 |
2597 | 2024-09-06T23:21:22.335Z | Compiling ascii v1.1.0 |
2598 | 2024-09-06T23:21:22.479Z | Compiling arrayref v0.3.7 |
2599 | 2024-09-06T23:21:22.563Z | Compiling bitstruct v0.1.1 |
2600 | 2024-09-06T23:21:22.727Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2601 | 2024-09-06T23:21:22.924Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2602 | 2024-09-06T23:21:22.927Z | Compiling ecdsa v0.16.9 |
2603 | 2024-09-06T23:21:23.262Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2604 | 2024-09-06T23:21:23.635Z | Compiling ghash v0.5.1 |
2605 | 2024-09-06T23:21:23.724Z | Compiling steno v0.4.1 |
2606 | 2024-09-06T23:21:23.808Z | Compiling ciborium v0.2.2 |
2607 | 2024-09-06T23:21:24.208Z | Compiling hickory-resolver v0.24.1 |
2608 | 2024-09-06T23:21:24.249Z | Compiling slog-stdlog v4.1.1 |
2609 | 2024-09-06T23:21:24.709Z | Compiling vsss-rs v3.3.4 |
2610 | 2024-09-06T23:21:25.436Z | Compiling toolchain_find v0.4.0 |
2611 | 2024-09-06T23:21:25.674Z | Compiling chacha20poly1305 v0.10.1 |
2612 | 2024-09-06T23:21:25.919Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2613 | 2024-09-06T23:21:26.097Z | Compiling primeorder v0.13.6 |
2614 | 2024-09-06T23:21:26.210Z | Compiling ctr v0.9.2 |
2615 | 2024-09-06T23:21:26.250Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2616 | 2024-09-06T23:21:26.567Z | Compiling serde_arrays v0.1.0 |
2617 | 2024-09-06T23:21:26.627Z | Compiling erased-serde v0.3.31 |
2618 | 2024-09-06T23:21:26.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2619 | 2024-09-06T23:21:26.647Z | Compiling bitfield-struct v0.6.1 |
2620 | 2024-09-06T23:21:26.734Z | Compiling slog-dtrace v0.3.0 |
2621 | 2024-09-06T23:21:27.067Z | Compiling topological-sort v0.2.2 |
2622 | 2024-09-06T23:21:27.275Z | Compiling omicron-zone-package v0.11.0 |
2623 | 2024-09-06T23:21:27.311Z | Compiling aes-gcm v0.10.3 |
2624 | 2024-09-06T23:21:27.616Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-09-06T23:21:28.081Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-09-06T23:21:28.084Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2627 | 2024-09-06T23:21:28.126Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2628 | 2024-09-06T23:21:28.215Z | Compiling slog-envlogger v2.2.0 |
2629 | 2024-09-06T23:21:28.894Z | Compiling mime_guess v2.0.4 |
2630 | 2024-09-06T23:21:29.667Z | Compiling tungstenite v0.20.1 |
2631 | 2024-09-06T23:21:29.789Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2632 | 2024-09-06T23:21:30.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2633 | 2024-09-06T23:21:30.478Z | Compiling heck v0.3.3 |
2634 | 2024-09-06T23:21:30.942Z | Compiling ed25519 v2.2.3 |
2635 | 2024-09-06T23:21:30.961Z | Compiling ssh-encoding v0.2.0 |
2636 | 2024-09-06T23:21:31.458Z | Compiling blowfish v0.9.1 |
2637 | 2024-09-06T23:21:31.477Z | Compiling nibble_vec v0.1.0 |
2638 | 2024-09-06T23:21:31.480Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2639 | 2024-09-06T23:21:31.627Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2640 | 2024-09-06T23:21:31.683Z | Compiling endian-type v0.1.2 |
2641 | 2024-09-06T23:21:31.847Z | Compiling bcrypt-pbkdf v0.10.0 |
2642 | 2024-09-06T23:21:31.915Z | Compiling radix_trie v0.2.1 |
2643 | 2024-09-06T23:21:31.934Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2644 | 2024-09-06T23:21:31.981Z | Compiling ssh-cipher v0.2.0 |
2645 | 2024-09-06T23:21:32.488Z | Compiling ed25519-dalek v2.1.1 |
2646 | 2024-09-06T23:21:32.637Z | Compiling zone_cfg_derive v0.1.2 |
2647 | 2024-09-06T23:21:32.950Z | Compiling tokio-tungstenite v0.20.1 |
2648 | 2024-09-06T23:21:33.532Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2649 | 2024-09-06T23:21:33.535Z | Compiling parking_lot v0.11.2 |
2650 | 2024-09-06T23:21:33.678Z | Compiling gethostname v0.5.0 |
2651 | 2024-09-06T23:21:33.732Z | Compiling password-hash v0.4.2 |
2652 | 2024-09-06T23:21:33.912Z | Compiling fxhash v0.2.1 |
2653 | 2024-09-06T23:21:33.932Z | Compiling matches v0.1.10 |
2654 | 2024-09-06T23:21:34.045Z | Compiling base64 v0.13.1 |
2655 | 2024-09-06T23:21:34.115Z | Compiling sled v0.34.7 |
2656 | 2024-09-06T23:21:34.175Z | Compiling zone v0.1.8 |
2657 | 2024-09-06T23:21:34.274Z | Compiling pbkdf2 v0.11.0 |
2658 | 2024-09-06T23:21:34.468Z | Compiling ron v0.7.1 |
2659 | 2024-09-06T23:21:34.657Z | Compiling idna v0.2.3 |
2660 | 2024-09-06T23:21:34.702Z | Compiling ssh-key v0.6.6 |
2661 | 2024-09-06T23:21:35.697Z | Compiling hickory-client v0.24.1 |
2662 | 2024-09-06T23:21:36.310Z | Compiling p384 v0.13.0 |
2663 | 2024-09-06T23:21:36.840Z | Compiling p521 v0.13.3 |
2664 | 2024-09-06T23:21:37.128Z | Compiling p256 v0.13.2 |
2665 | 2024-09-06T23:21:37.881Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2666 | 2024-09-06T23:21:37.986Z | Compiling hickory-server v0.24.1 |
2667 | 2024-09-06T23:21:39.186Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2668 | 2024-09-06T23:21:39.504Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2669 | 2024-09-06T23:21:39.528Z | Compiling pem v3.0.4 |
2670 | 2024-09-06T23:21:39.656Z | Compiling enum-as-inner v0.5.1 |
2671 | 2024-09-06T23:21:39.895Z | Compiling yasna v0.5.2 |
2672 | 2024-09-06T23:21:40.284Z | Compiling portpicker v0.1.1 |
2673 | 2024-09-06T23:21:40.398Z | Compiling headers-core v0.2.0 |
2674 | 2024-09-06T23:21:40.577Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2675 | 2024-09-06T23:21:40.628Z | Compiling kstat-rs v0.2.4 |
2676 | 2024-09-06T23:21:40.704Z | Compiling nanorand v0.7.0 |
2677 | 2024-09-06T23:21:40.967Z | Compiling russh-cryptovec v0.7.2 |
2678 | 2024-09-06T23:21:41.282Z | Compiling http-range v0.1.5 |
2679 | 2024-09-06T23:21:41.301Z | Compiling md5 v0.7.0 |
2680 | 2024-09-06T23:21:41.303Z | Compiling glob v0.3.1 |
2681 | 2024-09-06T23:21:41.613Z | Compiling russh-keys v0.45.0 |
2682 | 2024-09-06T23:21:41.655Z | Compiling hyper-staticfile v0.9.5 |
2683 | 2024-09-06T23:21:41.822Z | Compiling flume v0.11.0 |
2684 | 2024-09-06T23:21:42.321Z | Compiling rcgen v0.12.1 |
2685 | 2024-09-06T23:21:42.551Z | Compiling trust-dns-proto v0.22.0 |
2686 | 2024-09-06T23:21:42.582Z | Compiling headers v0.3.9 |
2687 | 2024-09-06T23:21:42.642Z | Compiling atomicwrites v0.4.3 |
2688 | 2024-09-06T23:21:43.012Z | Compiling num-bigint v0.4.5 |
2689 | 2024-09-06T23:21:44.602Z | Compiling itertools v0.13.0 |
2690 | 2024-09-06T23:21:44.729Z | Compiling des v0.8.1 |
2691 | 2024-09-06T23:21:45.115Z | Compiling subprocess v0.2.9 |
2692 | 2024-09-06T23:21:45.437Z | Compiling display-error-chain v0.2.1 |
2693 | 2024-09-06T23:21:45.641Z | Compiling dhcproto-macros v0.1.0 |
2694 | 2024-09-06T23:21:45.816Z | Compiling hex-literal v0.4.1 |
2695 | 2024-09-06T23:21:45.993Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2696 | 2024-09-06T23:21:46.376Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2697 | 2024-09-06T23:21:46.508Z | Compiling russh v0.45.0 |
2698 | 2024-09-06T23:21:46.604Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2699 | 2024-09-06T23:21:46.666Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2700 | 2024-09-06T23:21:47.027Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2701 | 2024-09-06T23:21:47.851Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2702 | 2024-09-06T23:21:48.675Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2703 | 2024-09-06T23:21:50.689Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2704 | 2024-09-06T23:21:52.079Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2705 | 2024-09-06T23:21:53.751Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2706 | 2024-09-06T23:21:53.893Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2707 | 2024-09-06T23:21:54.490Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2708 | 2024-09-06T23:21:54.528Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2709 | 2024-09-06T23:21:55.190Z | Compiling dhcproto v0.12.0 |
2710 | 2024-09-06T23:21:56.228Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2711 | 2024-09-06T23:21:58.678Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2712 | 2024-09-06T23:21:59.546Z | Compiling internet-checksum v0.2.1 |
2713 | 2024-09-06T23:22:03.829Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-09-06T23:22:03.882Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2715 | 2024-09-06T23:22:04.197Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2716 | 2024-09-06T23:22:04.725Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2717 | 2024-09-06T23:22:07.380Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-09-06T23:22:07.470Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-09-06T23:22:07.839Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2720 | 2024-09-06T23:22:08.363Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2721 | 2024-09-06T23:22:08.636Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2722 | 2024-09-06T23:22:10.680Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-09-06T23:22:11.801Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2724 | 2024-09-06T23:22:11.875Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2024-09-06T23:22:12.535Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2726 | 2024-09-06T23:22:12.949Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2727 | 2024-09-06T23:22:15.722Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2728 | 2024-09-06T23:22:17.765Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2729 | 2024-09-06T23:22:18.219Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2730 | 2024-09-06T23:22:19.431Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2731 | 2024-09-06T23:22:22.484Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2732 | 2024-09-06T23:22:23.375Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-09-06T23:22:24.122Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2024-09-06T23:22:27.938Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2735 | 2024-09-06T23:22:35.025Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2736 | 2024-09-06T23:22:35.025Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2737 | 2024-09-06T23:22:36.969Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-09-06T23:22:53.819Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2739 | 2024-09-06T23:23:25.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2740 | 2024-09-06T23:23:25.293Z | |
2741 | 2024-09-06T23:23:25.293Z | real 2:33.077024437 |
2742 | 2024-09-06T23:23:25.293Z | user 12:40.946782304 |
2743 | 2024-09-06T23:23:25.293Z | sys 2:41.708324382 |
2744 | 2024-09-06T23:23:25.293Z | trap 0.358756962 |
2745 | 2024-09-06T23:23:25.296Z | tflt 1.475223946 |
2746 | 2024-09-06T23:23:25.296Z | dflt 1.304603100 |
2747 | 2024-09-06T23:23:25.296Z | kflt 0.000013857 |
2748 | 2024-09-06T23:23:25.296Z | lock 26:39.555207201 |
2749 | 2024-09-06T23:23:25.296Z | slp 47:36.621800357 |
2750 | 2024-09-06T23:23:25.296Z | lat 41.041707566 |
2751 | 2024-09-06T23:23:25.296Z | stop 1:36.642764243 |
2752 | 2024-09-06T23:23:25.296Z | + mkdir tests |
2753 | 2024-09-06T23:23:25.299Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2754 | 2024-09-06T23:23:25.299Z | + xargs -I '{}' -t cp '{}' tests/ |
2755 | 2024-09-06T23:23:25.345Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1cbab5baa51fbb92 tests/ |
2756 | 2024-09-06T23:23:25.361Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-102495187f1f9712 tests/ |
2757 | 2024-09-06T23:23:25.380Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0676bd204cf6427d tests/ |
2758 | 2024-09-06T23:23:25.399Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0dfb1f3db11988e5 tests/ |
2759 | 2024-09-06T23:23:25.556Z | + files=(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/*) |
2760 | 2024-09-06T23:23:25.558Z | + ptime -m tar cvzf /work/package.tar.gz 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-0676bd204cf6427d tests/commtest-102495187f1f9712 tests/dhcp_server-1cbab5baa51fbb92 tests/end_to_end_tests-0dfb1f3db11988e5 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 |
2761 | 2024-09-06T23:24:28.771Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2762 | 2024-09-06T23:24:28.771Z | a out/target/test 1K |
2763 | 2024-09-06T23:24:28.771Z | a out/npuzone/npuzone 23144K |
2764 | 2024-09-06T23:24:28.771Z | a package-manifest.toml 32K |
2765 | 2024-09-06T23:24:28.771Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2766 | 2024-09-06T23:24:28.771Z | a target/release/omicron-package 32435K |
2767 | 2024-09-06T23:24:28.771Z | a target/release/xtask 11987K |
2768 | 2024-09-06T23:24:28.771Z | a target/debug/bootstrap 193401K |
2769 | 2024-09-06T23:24:28.771Z | a tests/bootstrap-0676bd204cf6427d 23740K |
2770 | 2024-09-06T23:24:28.771Z | a tests/commtest-102495187f1f9712 24002K |
2771 | 2024-09-06T23:24:28.771Z | a tests/dhcp_server-1cbab5baa51fbb92 23740K |
2772 | 2024-09-06T23:24:28.771Z | a tests/end_to_end_tests-0dfb1f3db11988e5 205597K |
2773 | 2024-09-06T23:24:28.771Z | a out/clickhouse.tar.gz 232664K |
2774 | 2024-09-06T23:24:28.771Z | a out/clickhouse_keeper.tar.gz 232657K |
2775 | 2024-09-06T23:24:28.771Z | a out/clickhouse_server.tar.gz 232658K |
2776 | 2024-09-06T23:24:28.771Z | a out/cockroachdb.tar.gz 132021K |
2777 | 2024-09-06T23:24:28.771Z | a out/crucible-dtrace.tar 84K |
2778 | 2024-09-06T23:24:28.771Z | a out/crucible-pantry-zone.tar.gz 25927K |
2779 | 2024-09-06T23:24:28.771Z | a out/crucible-zone.tar.gz 34200K |
2780 | 2024-09-06T23:24:28.771Z | a out/external-dns.tar.gz 24932K |
2781 | 2024-09-06T23:24:28.771Z | a out/internal-dns.tar.gz 24932K |
2782 | 2024-09-06T23:24:28.771Z | a out/mg-ddm-gz.tar 62160K |
2783 | 2024-09-06T23:24:28.771Z | a out/nexus.tar.gz 91792K |
2784 | 2024-09-06T23:24:28.771Z | a out/ntp.tar.gz 9012K |
2785 | 2024-09-06T23:24:28.771Z | a out/omicron-gateway-softnpu.tar.gz 20673K |
2786 | 2024-09-06T23:24:28.771Z | a out/omicron-sled-agent.tar 98347K |
2787 | 2024-09-06T23:24:28.771Z | a out/overlay.tar.gz 3K |
2788 | 2024-09-06T23:24:28.771Z | a out/oximeter.tar.gz 42302K |
2789 | 2024-09-06T23:24:28.771Z | a out/oxlog.tar 2946K |
2790 | 2024-09-06T23:24:28.771Z | a out/probe.tar.gz 2764K |
2791 | 2024-09-06T23:24:28.772Z | a out/propolis-server.tar.gz 65665K |
2792 | 2024-09-06T23:24:28.772Z | a out/pumpkind-gz.tar 26665K |
2793 | 2024-09-06T23:24:28.772Z | a out/switch-softnpu.tar.gz 217361K |
2794 | 2024-09-06T23:24:28.774Z | |
2795 | 2024-09-06T23:24:28.774Z | real 1:03.205624561 |
2796 | 2024-09-06T23:24:28.774Z | user 1:00.283397487 |
2797 | 2024-09-06T23:24:28.775Z | sys 4.065677439 |
2798 | 2024-09-06T23:24:28.775Z | trap 0.016044578 |
2799 | 2024-09-06T23:24:28.775Z | tflt 0.000000000 |
2800 | 2024-09-06T23:24:28.775Z | dflt 0.000000000 |
2801 | 2024-09-06T23:24:28.775Z | kflt 0.000000000 |
2802 | 2024-09-06T23:24:28.775Z | lock 0.000000000 |
2803 | 2024-09-06T23:24:28.775Z | slp 1:00.251246075 |
2804 | 2024-09-06T23:24:28.775Z | lat 1.790580901 |
2805 | 2024-09-06T23:24:28.775Z | stop 0.000218517 |
2806 | 2024-09-06T23:24:28.777Z | process exited: duration 1743944 ms, exit code 0 |
|
2807 | 2024-09-06T23:24:28.793Z | found 1 output files |
2808 | 2024-09-06T23:24:28.793Z | uploading: /work/package.tar.gz (1623063863 bytes) |
2809 | 2024-09-06T23:25:00.863Z | uploaded: /work/package.tar.gz |