|
|
|
1 | 2024-09-06T05:54:39.298Z | job assigned to worker 01J72YB356FYNKBBVPC9M5HDH9 (queued for 36 s) |
|
2 | 2024-09-06T05:54:40.283Z | starting task 0: "setup" |
3 | 2024-09-06T05:54:40.306Z | ++ uname -s |
4 | 2024-09-06T05:54:40.306Z | + kern=SunOS |
5 | 2024-09-06T05:54:40.306Z | + case "$kern" in |
6 | 2024-09-06T05:54:40.306Z | + groupadd -g 12345 build |
7 | 2024-09-06T05:54:40.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T05:54:42.311Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T05:54:42.351Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T05:54:42.374Z | + home_fs=zfs |
11 | 2024-09-06T05:54:42.374Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T05:54:42.374Z | + mkdir -p /home/build |
13 | 2024-09-06T05:54:42.374Z | + chown build:build /home/build /work |
14 | 2024-09-06T05:54:44.361Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T05:54:44.385Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-09-06T05:54:44.434Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T05:54:44.458Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T05:54:44.458Z | ' 1.80.1 |
19 | 2024-09-06T05:54:44.458Z | * toolchain channel = "1.80.1" |
20 | 2024-09-06T05:54:44.458Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-06T05:54:44.458Z | ' default |
22 | 2024-09-06T05:54:44.458Z | * toolchain profile = "default" |
23 | 2024-09-06T05:54:44.458Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T05:54:44.458Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T05:54:44.581Z | info: downloading installer |
26 | 2024-09-06T05:54:45.305Z | info: profile set to 'default' |
27 | 2024-09-06T05:54:45.305Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T05:54:45.305Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T05:54:45.421Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T05:54:45.421Z | info: downloading component 'cargo' |
31 | 2024-09-06T05:54:45.560Z | info: downloading component 'clippy' |
32 | 2024-09-06T05:54:45.609Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T05:54:45.786Z | info: downloading component 'rust-std' |
34 | 2024-09-06T05:54:46.016Z | info: downloading component 'rustc' |
35 | 2024-09-06T05:54:46.666Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T05:54:46.707Z | info: installing component 'cargo' |
37 | 2024-09-06T05:54:47.772Z | info: installing component 'clippy' |
38 | 2024-09-06T05:54:48.224Z | info: installing component 'rust-docs' |
39 | 2024-09-06T05:54:50.906Z | info: installing component 'rust-std' |
40 | 2024-09-06T05:54:52.809Z | info: installing component 'rustc' |
41 | 2024-09-06T05:54:57.825Z | info: installing component 'rustfmt' |
42 | 2024-09-06T05:54:58.232Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T05:54:58.232Z | |
44 | 2024-09-06T05:54:58.322Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T05:54:58.322Z | |
46 | 2024-09-06T05:54:58.322Z | |
47 | 2024-09-06T05:54:58.322Z | Rust is installed now. Great! |
48 | 2024-09-06T05:54:58.322Z | |
49 | 2024-09-06T05:54:58.322Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T05:54:58.322Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T05:54:58.322Z | |
52 | 2024-09-06T05:54:58.322Z | To configure your current shell, you need to source |
53 | 2024-09-06T05:54:58.322Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T05:54:58.322Z | |
55 | 2024-09-06T05:54:58.322Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T05:54:58.322Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T05:54:58.322Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T05:54:58.395Z | + rustc --version |
59 | 2024-09-06T05:54:58.479Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T05:54:58.506Z | process exited: duration 14050 ms, exit code 0 |
|
61 | 2024-09-06T05:54:58.553Z | starting task 2: "authentication" |
62 | 2024-09-06T05:54:58.608Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-09-06T05:54:58.655Z | starting task 3: "clone repository" |
64 | 2024-09-06T05:54:58.678Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T05:54:58.678Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T05:54:58.702Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T05:55:04.184Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T05:55:04.184Z | + git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
69 | 2024-09-06T05:55:04.555Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T05:55:04.555Z | * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD |
71 | 2024-09-06T05:55:04.578Z | + [[ -n inventory-datasets ]] |
72 | 2024-09-06T05:55:04.578Z | ++ git branch --show-current |
73 | 2024-09-06T05:55:04.578Z | + current=main |
74 | 2024-09-06T05:55:04.578Z | + [[ main != inventory-datasets ]] |
75 | 2024-09-06T05:55:04.578Z | + git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
76 | 2024-09-06T05:55:04.602Z | + git checkout -f inventory-datasets |
77 | 2024-09-06T05:55:04.763Z | Switched to branch 'inventory-datasets' |
78 | 2024-09-06T05:55:04.786Z | + git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
79 | 2024-09-06T05:55:04.809Z | HEAD is now at 557dc222d Fix error wrapping in tests |
80 | 2024-09-06T05:55:04.809Z | process exited: duration 6139 ms, exit code 0 |
|
81 | 2024-09-06T05:55:04.857Z | starting task 4: "build" |
82 | 2024-09-06T05:55:04.880Z | + cargo --version |
83 | 2024-09-06T05:55:04.933Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T05:55:04.957Z | + rustc --version |
85 | 2024-09-06T05:55:05.008Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T05:55:05.031Z | + WORK=/work |
87 | 2024-09-06T05:55:05.031Z | + pfexec mkdir -p /work |
88 | 2024-09-06T05:55:05.031Z | + pfexec chown build /work |
89 | 2024-09-06T05:55:05.031Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-06T05:55:10.799Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-06T05:55:13.567Z | Startup: Caching catalogs ... Done |
92 | 2024-09-06T05:55:16.088Z | Planning: Solver setup ... Done (1.819s) |
93 | 2024-09-06T05:55:16.121Z | Planning: Running solver ... Done (0.033s) |
94 | 2024-09-06T05:55:16.157Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-09-06T05:55:16.236Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-06T05:55:16.721Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-06T05:55:16.851Z | Planning: Package planning ... Done (0.130s) |
98 | 2024-09-06T05:55:16.918Z | Planning: Merging actions ... Done (0.067s) |
99 | 2024-09-06T05:55:17.204Z | Planning: Checking for conflicting actions ... Done (0.286s) |
100 | 2024-09-06T05:55:18.367Z | Planning: Consolidating action changes ... Done (1.162s) |
101 | 2024-09-06T05:55:18.799Z | Planning: Evaluating mediators ... Done (0.432s) |
102 | 2024-09-06T05:55:18.904Z | Planning: Planning completed in 5.26 seconds |
103 | 2024-09-06T05:55:18.928Z | Packages to install: 4 |
104 | 2024-09-06T05:55:18.928Z | Packages to update: 1 |
105 | 2024-09-06T05:55:18.928Z | Mediators to change: 2 |
106 | 2024-09-06T05:55:18.928Z | Services to change: 1 |
107 | 2024-09-06T05:55:18.928Z | Estimated space available: 148.82 GB |
108 | 2024-09-06T05:55:18.928Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-06T05:55:18.928Z | Create boot environment: No |
110 | 2024-09-06T05:55:18.928Z | Create backup boot environment: Yes |
111 | 2024-09-06T05:55:18.928Z | Rebuild boot archive: No |
112 | 2024-09-06T05:55:18.928Z | |
113 | 2024-09-06T05:55:18.929Z | Changed mediators: |
114 | 2024-09-06T05:55:18.929Z | mediator clang: |
115 | 2024-09-06T05:55:18.929Z | version: None -> 15 (system default) |
116 | 2024-09-06T05:55:18.929Z | |
117 | 2024-09-06T05:55:18.929Z | mediator llvm: |
118 | 2024-09-06T05:55:18.929Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-06T05:55:18.929Z | |
120 | 2024-09-06T05:55:18.929Z | Changed packages: |
121 | 2024-09-06T05:55:18.929Z | helios-dev |
122 | 2024-09-06T05:55:18.929Z | developer/build-essential |
123 | 2024-09-06T05:55:18.929Z | None -> 11-2.0 |
124 | 2024-09-06T05:55:18.929Z | library/libxmlsec1 |
125 | 2024-09-06T05:55:18.929Z | None -> 1.2.35-2.0 |
126 | 2024-09-06T05:55:18.929Z | ooce/developer/clang-15 |
127 | 2024-09-06T05:55:18.929Z | None -> 15.0.7-2.0 |
128 | 2024-09-06T05:55:18.929Z | ooce/developer/llvm-15 |
129 | 2024-09-06T05:55:18.929Z | None -> 15.0.7-2.0 |
130 | 2024-09-06T05:55:18.929Z | package/pkg |
131 | 2024-09-06T05:55:18.929Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-06T05:55:18.929Z | |
133 | 2024-09-06T05:55:18.929Z | Services: |
134 | 2024-09-06T05:55:18.929Z | restart_fmri: |
135 | 2024-09-06T05:55:18.929Z | svc:/system/update-man-index:default |
136 | 2024-09-06T05:55:18.929Z | |
137 | 2024-09-06T05:55:18.929Z | Editable files to change: |
138 | 2024-09-06T05:55:18.929Z | Update: |
139 | 2024-09-06T05:55:18.929Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-06T05:55:18.999Z | |
141 | 2024-09-06T05:55:18.999Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-06T05:55:25.217Z | Download: 213/4281 items 1.3/220.6MB 0% complete (597k/s) |
143 | 2024-09-06T05:55:30.218Z | Download: 1111/4281 items 24.0/220.6MB 10% complete (2.3M/s) |
144 | 2024-09-06T05:55:37.953Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (10.7M/s) |
145 | 2024-09-06T05:55:42.963Z | Download: 1913/4281 items 118.6/220.6MB 53% complete (5.7M/s) |
146 | 2024-09-06T05:55:47.964Z | Download: 2515/4281 items 120.3/220.6MB 54% complete (3.7M/s) |
147 | 2024-09-06T05:55:52.964Z | Download: 3248/4281 items 192.0/220.6MB 87% complete (7.2M/s) |
148 | 2024-09-06T05:55:57.545Z | Download: Completed 220.60 MB in 38.55 seconds (5.7M/s) |
149 | 2024-09-06T05:55:59.079Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-09-06T05:55:59.102Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-09-06T05:56:04.092Z | Actions: 3769/5063 actions (Installing new actions) |
152 | 2024-09-06T05:56:04.857Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-09-06T05:56:05.222Z | Actions: Completed 5063 actions in 6.14 seconds. |
154 | 2024-09-06T05:56:05.467Z | Done (0.236s) |
155 | 2024-09-06T05:56:05.490Z | Done (0.000s) |
156 | 2024-09-06T05:56:05.916Z | Done (0.448s) |
157 | 2024-09-06T05:56:11.109Z | Done (5.047s) |
158 | 2024-09-06T05:56:11.205Z | Done (0.019s) |
159 | 2024-09-06T05:56:11.229Z | Done (0.000s) |
160 | 2024-09-06T05:56:11.405Z | Done (0.000s) |
161 | 2024-09-06T05:56:12.117Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-09-06T05:56:12.382Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-09-06T05:56:12.405Z | Planning: Consolidating action changes ... Done |
164 | 2024-09-06T05:56:12.734Z | Planning: Evaluating mediators ... Done |
165 | 2024-09-06T05:56:12.758Z | Planning: Planning completed in 0.62 seconds |
166 | 2024-09-06T05:56:12.782Z | Mediators to change: 2 |
167 | 2024-09-06T05:56:12.782Z | Create boot environment: No |
168 | 2024-09-06T05:56:12.782Z | Create backup boot environment: No |
169 | 2024-09-06T05:56:12.840Z | Done |
170 | 2024-09-06T05:56:12.840Z | Done |
171 | 2024-09-06T05:56:13.160Z | Done |
172 | 2024-09-06T05:56:17.634Z | Done |
173 | 2024-09-06T05:56:17.733Z | Done |
174 | 2024-09-06T05:56:17.733Z | Done |
175 | 2024-09-06T05:56:17.822Z | Done |
176 | 2024-09-06T05:56:18.615Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-09-06T05:56:18.638Z | Planning: Merging actions ... Done |
178 | 2024-09-06T05:56:18.911Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-09-06T05:56:18.934Z | Planning: Consolidating action changes ... Done |
180 | 2024-09-06T05:56:19.240Z | Planning: Evaluating mediators ... Done |
181 | 2024-09-06T05:56:19.309Z | Planning: Planning completed in 1.00 seconds |
182 | 2024-09-06T05:56:19.355Z | Packages to change: 1 |
183 | 2024-09-06T05:56:19.355Z | Mediators to change: 1 |
184 | 2024-09-06T05:56:19.355Z | Services to change: 1 |
185 | 2024-09-06T05:56:19.355Z | Create boot environment: No |
186 | 2024-09-06T05:56:19.355Z | Create backup boot environment: Yes |
187 | 2024-09-06T05:56:20.927Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-09-06T05:56:20.950Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-09-06T05:56:20.950Z | Done |
190 | 2024-09-06T05:56:20.950Z | Done |
191 | 2024-09-06T05:56:21.024Z | Done |
192 | 2024-09-06T05:56:25.406Z | Done |
193 | 2024-09-06T05:56:25.503Z | Done |
194 | 2024-09-06T05:56:25.526Z | Done |
195 | 2024-09-06T05:56:25.592Z | Done |
196 | 2024-09-06T05:56:26.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-09-06T05:56:26.117Z | clang system 15 system |
198 | 2024-09-06T05:56:26.117Z | csh system system illumos |
199 | 2024-09-06T05:56:26.117Z | ctags system system illumos |
200 | 2024-09-06T05:56:26.117Z | gcc vendor 12 vendor |
201 | 2024-09-06T05:56:26.117Z | gcc system 10 system |
202 | 2024-09-06T05:56:26.117Z | gcc system 7 system |
203 | 2024-09-06T05:56:26.117Z | go system 1.20 system |
204 | 2024-09-06T05:56:26.117Z | go system 1.19 system |
205 | 2024-09-06T05:56:26.117Z | llvm system 15 system |
206 | 2024-09-06T05:56:26.117Z | llvm system 14 system |
207 | 2024-09-06T05:56:26.117Z | mariadb system 10.6 system |
208 | 2024-09-06T05:56:26.118Z | mta vendor vendor dma |
209 | 2024-09-06T05:56:26.118Z | openjdk system 17 system |
210 | 2024-09-06T05:56:26.118Z | openjdk system 11 system |
211 | 2024-09-06T05:56:26.118Z | openjdk system 1.8 system |
212 | 2024-09-06T05:56:26.118Z | openssl vendor 3 vendor |
213 | 2024-09-06T05:56:26.118Z | perl system 5.36 system |
214 | 2024-09-06T05:56:26.118Z | postgresql system 15 system |
215 | 2024-09-06T05:56:26.118Z | postgresql system 13 system |
216 | 2024-09-06T05:56:26.118Z | python vendor 3 vendor |
217 | 2024-09-06T05:56:26.118Z | python system 2 system |
218 | 2024-09-06T05:56:26.118Z | python3 system 3.11 system |
219 | 2024-09-06T05:56:26.118Z | ruby system 3.0 system |
220 | 2024-09-06T05:56:26.118Z | words vendor vendor american-english |
221 | 2024-09-06T05:56:26.118Z | words system system australian-english |
222 | 2024-09-06T05:56:26.118Z | words system system british-english |
223 | 2024-09-06T05:56:26.118Z | words system system canadian-english |
224 | 2024-09-06T05:56:26.118Z | words system system french |
225 | 2024-09-06T05:56:26.118Z | words system system italian |
226 | 2024-09-06T05:56:26.118Z | words system system ngerman |
227 | 2024-09-06T05:56:26.118Z | words system system ogerman |
228 | 2024-09-06T05:56:26.118Z | words system system spanish |
229 | 2024-09-06T05:56:26.513Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-09-06T05:56:26.513Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-09-06T05:56:28.698Z | FMRI IFO |
232 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-09-06T05:56:28.698Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-09-06T05:56:29.373Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-09-06T05:56:29.759Z | Updating crates.io index |
247 | 2024-09-06T05:56:29.782Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
248 | 2024-09-06T05:56:30.652Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-09-06T05:56:31.543Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-09-06T05:56:31.878Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
251 | 2024-09-06T05:56:33.608Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-09-06T05:56:33.906Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-09-06T05:56:34.264Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-09-06T05:56:35.474Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-09-06T05:56:37.874Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-09-06T05:56:38.954Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-09-06T05:56:39.733Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-09-06T05:56:40.100Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-09-06T05:56:40.746Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-09-06T05:56:41.122Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
261 | 2024-09-06T05:56:41.608Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
262 | 2024-09-06T05:56:42.045Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2024-09-06T05:56:42.689Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-09-06T05:56:43.095Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-09-06T05:56:43.476Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-09-06T05:56:43.812Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-09-06T05:56:44.175Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
268 | 2024-09-06T05:56:44.545Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-09-06T05:56:44.964Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-09-06T05:56:45.351Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-09-06T05:56:45.732Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-09-06T05:56:46.257Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-09-06T05:56:46.683Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-09-06T05:56:47.211Z | Updating git repository `https://github.com/oxidecomputer/typify` |
275 | 2024-09-06T05:56:49.731Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-09-06T05:56:50.070Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-09-06T05:56:50.473Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-09-06T05:56:50.898Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
279 | 2024-09-06T05:56:52.312Z | Downloading crates ... |
280 | 2024-09-06T05:56:52.361Z | Downloaded is_terminal_polyfill v1.70.0 |
281 | 2024-09-06T05:56:52.386Z | Downloaded cfg-if v1.0.0 |
282 | 2024-09-06T05:56:52.386Z | Downloaded pretty-hex v0.4.1 |
283 | 2024-09-06T05:56:52.386Z | Downloaded errno v0.3.9 |
284 | 2024-09-06T05:56:52.386Z | Downloaded swrite v0.1.0 |
285 | 2024-09-06T05:56:52.386Z | Downloaded usdt-attr-macro v0.5.0 |
286 | 2024-09-06T05:56:52.386Z | Downloaded unicode-linebreak v0.1.5 |
287 | 2024-09-06T05:56:52.386Z | Downloaded toml_datetime v0.6.8 |
288 | 2024-09-06T05:56:52.386Z | Downloaded thread-id v4.2.1 |
289 | 2024-09-06T05:56:52.386Z | Downloaded typenum v1.17.0 |
290 | 2024-09-06T05:56:52.386Z | Downloaded zerocopy-derive v0.7.34 |
291 | 2024-09-06T05:56:52.409Z | Downloaded ryu v1.0.18 |
292 | 2024-09-06T05:56:52.409Z | Downloaded winnow v0.6.18 |
293 | 2024-09-06T05:56:52.409Z | Downloaded pest_generator v2.7.10 |
294 | 2024-09-06T05:56:52.433Z | Downloaded version_check v0.9.5 |
295 | 2024-09-06T05:56:52.433Z | Downloaded proc-macro-error v1.0.4 |
296 | 2024-09-06T05:56:52.433Z | Downloaded ucd-trie v0.1.6 |
297 | 2024-09-06T05:56:52.433Z | Downloaded tabled v0.15.0 |
298 | 2024-09-06T05:56:52.456Z | Downloaded zerocopy v0.7.34 |
299 | 2024-09-06T05:56:52.479Z | Downloaded syn v1.0.109 |
300 | 2024-09-06T05:56:52.480Z | Downloaded unicode-width v0.1.13 |
301 | 2024-09-06T05:56:52.480Z | Downloaded serde_derive v1.0.208 |
302 | 2024-09-06T05:56:52.503Z | Downloaded rustix v0.38.34 |
303 | 2024-09-06T05:56:52.526Z | Downloaded proc-macro2 v1.0.86 |
304 | 2024-09-06T05:56:52.526Z | Downloaded libc v0.2.158 |
305 | 2024-09-06T05:56:52.551Z | Downloaded toml_edit v0.22.20 |
306 | 2024-09-06T05:56:52.578Z | Downloaded toml v0.8.19 |
307 | 2024-09-06T05:56:52.602Z | Downloaded textwrap v0.16.1 |
308 | 2024-09-06T05:56:52.602Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-09-06T05:56:52.602Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-09-06T05:56:52.602Z | Downloaded thiserror-impl v1.0.63 |
311 | 2024-09-06T05:56:52.602Z | Downloaded tempfile v3.10.1 |
312 | 2024-09-06T05:56:52.602Z | Downloaded strsim v0.11.1 |
313 | 2024-09-06T05:56:52.602Z | Downloaded sha2 v0.10.8 |
314 | 2024-09-06T05:56:52.602Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-09-06T05:56:52.602Z | Downloaded semver v1.0.23 |
316 | 2024-09-06T05:56:52.602Z | Downloaded scroll v0.12.0 |
317 | 2024-09-06T05:56:52.626Z | Downloaded pest v2.7.10 |
318 | 2024-09-06T05:56:52.626Z | Downloaded memchr v2.7.2 |
319 | 2024-09-06T05:56:52.626Z | Downloaded goblin v0.8.2 |
320 | 2024-09-06T05:56:52.626Z | Downloaded once_cell v1.19.0 |
321 | 2024-09-06T05:56:52.626Z | Downloaded heck v0.4.1 |
322 | 2024-09-06T05:56:52.649Z | Downloaded syn v2.0.74 |
323 | 2024-09-06T05:56:52.649Z | Downloaded serde_json v1.0.125 |
324 | 2024-09-06T05:56:52.649Z | Downloaded plain v0.2.3 |
325 | 2024-09-06T05:56:52.649Z | Downloaded log v0.4.21 |
326 | 2024-09-06T05:56:52.673Z | Downloaded itoa v1.0.11 |
327 | 2024-09-06T05:56:52.673Z | Downloaded indexmap v2.4.0 |
328 | 2024-09-06T05:56:52.673Z | Downloaded hashbrown v0.14.5 |
329 | 2024-09-06T05:56:52.673Z | Downloaded fs-err v2.11.0 |
330 | 2024-09-06T05:56:52.673Z | Downloaded fastrand v2.1.0 |
331 | 2024-09-06T05:56:52.673Z | Downloaded equivalent v1.0.1 |
332 | 2024-09-06T05:56:52.673Z | Downloaded dof v0.3.0 |
333 | 2024-09-06T05:56:52.673Z | Downloaded crypto-common v0.1.6 |
334 | 2024-09-06T05:56:52.673Z | Downloaded colorchoice v1.0.1 |
335 | 2024-09-06T05:56:52.673Z | Downloaded clap_derive v4.5.13 |
336 | 2024-09-06T05:56:52.673Z | Downloaded clap_builder v4.5.15 |
337 | 2024-09-06T05:56:52.697Z | Downloaded clap v4.5.16 |
338 | 2024-09-06T05:56:52.720Z | Downloaded utf8parse v0.2.1 |
339 | 2024-09-06T05:56:52.720Z | Downloaded usdt v0.5.0 |
340 | 2024-09-06T05:56:52.720Z | Downloaded unicode-ident v1.0.12 |
341 | 2024-09-06T05:56:52.720Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-09-06T05:56:52.720Z | Downloaded serde v1.0.208 |
343 | 2024-09-06T05:56:52.720Z | Downloaded quote v1.0.36 |
344 | 2024-09-06T05:56:52.720Z | Downloaded pest_meta v2.7.10 |
345 | 2024-09-06T05:56:52.720Z | Downloaded pest_derive v2.7.10 |
346 | 2024-09-06T05:56:52.720Z | Downloaded papergrid v0.11.0 |
347 | 2024-09-06T05:56:52.720Z | Downloaded cargo_toml v0.20.4 |
348 | 2024-09-06T05:56:52.745Z | Downloaded camino v1.1.9 |
349 | 2024-09-06T05:56:52.745Z | Downloaded bytecount v0.6.8 |
350 | 2024-09-06T05:56:52.745Z | Downloaded bitflags v2.6.0 |
351 | 2024-09-06T05:56:52.745Z | Downloaded anyhow v1.0.86 |
352 | 2024-09-06T05:56:52.745Z | Downloaded anstyle-parse v0.2.4 |
353 | 2024-09-06T05:56:52.745Z | Downloaded anstream v0.6.14 |
354 | 2024-09-06T05:56:52.745Z | Downloaded thiserror v1.0.63 |
355 | 2024-09-06T05:56:52.745Z | Downloaded terminal_size v0.3.0 |
356 | 2024-09-06T05:56:52.770Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-09-06T05:56:52.770Z | Downloaded proc-macro-error-attr v1.0.4 |
358 | 2024-09-06T05:56:52.770Z | Downloaded digest v0.10.7 |
359 | 2024-09-06T05:56:52.770Z | Downloaded scroll_derive v0.12.0 |
360 | 2024-09-06T05:56:52.770Z | Downloaded memmap v0.7.0 |
361 | 2024-09-06T05:56:52.770Z | Downloaded macaddr v1.0.1 |
362 | 2024-09-06T05:56:52.770Z | Downloaded fnv v1.0.7 |
363 | 2024-09-06T05:56:52.770Z | Downloaded cpufeatures v0.2.12 |
364 | 2024-09-06T05:56:52.770Z | Downloaded clap_lex v0.7.0 |
365 | 2024-09-06T05:56:52.770Z | Downloaded autocfg v1.3.0 |
366 | 2024-09-06T05:56:52.770Z | Downloaded anstyle-query v1.0.3 |
367 | 2024-09-06T05:56:52.770Z | Downloaded smawk v0.3.2 |
368 | 2024-09-06T05:56:52.770Z | Downloaded heck v0.5.0 |
369 | 2024-09-06T05:56:52.770Z | Downloaded generic-array v0.14.7 |
370 | 2024-09-06T05:56:52.770Z | Downloaded cargo_metadata v0.18.1 |
371 | 2024-09-06T05:56:52.770Z | Downloaded cargo-platform v0.1.8 |
372 | 2024-09-06T05:56:52.770Z | Downloaded camino-tempfile v1.1.1 |
373 | 2024-09-06T05:56:52.794Z | Downloaded byteorder v1.5.0 |
374 | 2024-09-06T05:56:52.794Z | Downloaded block-buffer v0.10.4 |
375 | 2024-09-06T05:56:52.794Z | Downloaded anstyle v1.0.8 |
376 | 2024-09-06T05:56:52.794Z | Downloaded dtrace-parser v0.2.0 |
377 | 2024-09-06T05:56:52.912Z | Compiling proc-macro2 v1.0.86 |
378 | 2024-09-06T05:56:52.912Z | Compiling unicode-ident v1.0.12 |
379 | 2024-09-06T05:56:52.936Z | Compiling version_check v0.9.5 |
380 | 2024-09-06T05:56:52.936Z | Compiling serde v1.0.208 |
381 | 2024-09-06T05:56:52.936Z | Compiling memchr v2.7.2 |
382 | 2024-09-06T05:56:52.936Z | Compiling thiserror v1.0.63 |
383 | 2024-09-06T05:56:52.936Z | Compiling libc v0.2.158 |
384 | 2024-09-06T05:56:52.936Z | Compiling itoa v1.0.11 |
385 | 2024-09-06T05:56:53.187Z | Compiling ryu v1.0.18 |
386 | 2024-09-06T05:56:53.262Z | Compiling ucd-trie v0.1.6 |
387 | 2024-09-06T05:56:53.507Z | Compiling once_cell v1.19.0 |
388 | 2024-09-06T05:56:53.804Z | Compiling byteorder v1.5.0 |
389 | 2024-09-06T05:56:53.857Z | Compiling serde_json v1.0.125 |
390 | 2024-09-06T05:56:53.937Z | Compiling rustix v0.38.34 |
391 | 2024-09-06T05:56:54.210Z | Compiling bitflags v2.6.0 |
392 | 2024-09-06T05:56:54.324Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-09-06T05:56:54.473Z | Compiling usdt-impl v0.5.0 |
394 | 2024-09-06T05:56:54.580Z | Compiling quote v1.0.36 |
395 | 2024-09-06T05:56:54.639Z | Compiling syn v1.0.109 |
396 | 2024-09-06T05:56:54.808Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-09-06T05:56:54.832Z | Compiling plain v0.2.3 |
398 | 2024-09-06T05:56:54.995Z | Compiling syn v2.0.74 |
399 | 2024-09-06T05:56:55.022Z | Compiling errno v0.3.9 |
400 | 2024-09-06T05:56:55.086Z | Compiling hashbrown v0.14.5 |
401 | 2024-09-06T05:56:55.228Z | Compiling log v0.4.21 |
402 | 2024-09-06T05:56:55.300Z | Compiling camino v1.1.9 |
403 | 2024-09-06T05:56:55.329Z | Compiling equivalent v1.0.1 |
404 | 2024-09-06T05:56:55.392Z | Compiling thread-id v4.2.1 |
405 | 2024-09-06T05:56:55.455Z | Compiling utf8parse v0.2.1 |
406 | 2024-09-06T05:56:55.655Z | Compiling anstyle-parse v0.2.4 |
407 | 2024-09-06T05:56:55.975Z | Compiling semver v1.0.23 |
408 | 2024-09-06T05:56:55.999Z | Compiling winnow v0.6.18 |
409 | 2024-09-06T05:56:56.210Z | Compiling pretty-hex v0.4.1 |
410 | 2024-09-06T05:56:56.420Z | Compiling indexmap v2.4.0 |
411 | 2024-09-06T05:56:56.445Z | Compiling anstyle v1.0.8 |
412 | 2024-09-06T05:56:56.469Z | Compiling autocfg v1.3.0 |
413 | 2024-09-06T05:56:56.541Z | Compiling colorchoice v1.0.1 |
414 | 2024-09-06T05:56:56.698Z | Compiling is_terminal_polyfill v1.70.0 |
415 | 2024-09-06T05:56:56.820Z | Compiling unicode-width v0.1.13 |
416 | 2024-09-06T05:56:56.850Z | Compiling anstyle-query v1.0.3 |
417 | 2024-09-06T05:56:56.992Z | Compiling anstream v0.6.14 |
418 | 2024-09-06T05:56:57.287Z | Compiling terminal_size v0.3.0 |
419 | 2024-09-06T05:56:57.319Z | Compiling fs-err v2.11.0 |
420 | 2024-09-06T05:56:57.624Z | Compiling heck v0.4.1 |
421 | 2024-09-06T05:56:57.650Z | Compiling bytecount v0.6.8 |
422 | 2024-09-06T05:56:57.650Z | Compiling cfg-if v1.0.0 |
423 | 2024-09-06T05:56:57.712Z | Compiling strsim v0.11.1 |
424 | 2024-09-06T05:56:57.818Z | Compiling anyhow v1.0.86 |
425 | 2024-09-06T05:56:57.900Z | Compiling heck v0.5.0 |
426 | 2024-09-06T05:56:57.933Z | Compiling clap_lex v0.7.0 |
427 | 2024-09-06T05:56:58.338Z | Compiling fnv v1.0.7 |
428 | 2024-09-06T05:56:58.362Z | Compiling fastrand v2.1.0 |
429 | 2024-09-06T05:56:58.482Z | Compiling papergrid v0.11.0 |
430 | 2024-09-06T05:56:58.536Z | Compiling clap_builder v4.5.15 |
431 | 2024-09-06T05:56:58.703Z | Compiling tempfile v3.10.1 |
432 | 2024-09-06T05:56:58.731Z | Compiling memmap v0.7.0 |
433 | 2024-09-06T05:56:58.877Z | Compiling smawk v0.3.2 |
434 | 2024-09-06T05:56:59.100Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-09-06T05:56:59.516Z | Compiling textwrap v0.16.1 |
436 | 2024-09-06T05:56:59.560Z | Compiling swrite v0.1.0 |
437 | 2024-09-06T05:57:00.725Z | Compiling tabled_derive v0.7.0 |
438 | 2024-09-06T05:57:02.453Z | Compiling tabled v0.15.0 |
439 | 2024-09-06T05:57:03.267Z | Compiling serde_derive v1.0.208 |
440 | 2024-09-06T05:57:03.267Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-09-06T05:57:03.291Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-09-06T05:57:03.291Z | Compiling scroll_derive v0.12.0 |
443 | 2024-09-06T05:57:03.291Z | Compiling clap_derive v4.5.13 |
444 | 2024-09-06T05:57:04.444Z | Compiling scroll v0.12.0 |
445 | 2024-09-06T05:57:04.854Z | Compiling goblin v0.8.2 |
446 | 2024-09-06T05:57:05.164Z | Compiling zerocopy v0.7.34 |
447 | 2024-09-06T05:57:06.015Z | Compiling pest v2.7.10 |
448 | 2024-09-06T05:57:06.580Z | Compiling clap v4.5.16 |
449 | 2024-09-06T05:57:08.001Z | Compiling pest_meta v2.7.10 |
450 | 2024-09-06T05:57:08.951Z | Compiling pest_generator v2.7.10 |
451 | 2024-09-06T05:57:10.685Z | Compiling pest_derive v2.7.10 |
452 | 2024-09-06T05:57:11.326Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-09-06T05:57:12.809Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-09-06T05:57:12.933Z | Compiling toml_datetime v0.6.8 |
455 | 2024-09-06T05:57:12.933Z | Compiling serde_spanned v0.6.7 |
456 | 2024-09-06T05:57:13.283Z | Compiling toml_edit v0.22.20 |
457 | 2024-09-06T05:57:13.359Z | Compiling cargo-platform v0.1.8 |
458 | 2024-09-06T05:57:13.411Z | Compiling macaddr v1.0.1 |
459 | 2024-09-06T05:57:13.678Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-09-06T05:57:14.180Z | Compiling dof v0.3.0 |
461 | 2024-09-06T05:57:14.297Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-09-06T05:57:15.858Z | Compiling toml v0.8.19 |
463 | 2024-09-06T05:57:15.884Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-09-06T05:57:15.884Z | Compiling usdt-macro v0.5.0 |
465 | 2024-09-06T05:57:16.603Z | Compiling cargo_toml v0.20.4 |
466 | 2024-09-06T05:57:17.087Z | Compiling usdt v0.5.0 |
467 | 2024-09-06T05:57:20.972Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-09-06T05:57:26.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.37s |
469 | 2024-09-06T05:57:26.665Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-09-06T05:57:27.510Z | Downloading crates ... |
471 | 2024-09-06T05:57:27.681Z | Downloaded atomicwrites v0.4.3 |
472 | 2024-09-06T05:57:27.706Z | Downloaded cfg_aliases v0.1.1 |
473 | 2024-09-06T05:57:27.706Z | Downloaded crc32fast v1.4.0 |
474 | 2024-09-06T05:57:27.732Z | Downloaded crunchy v0.2.2 |
475 | 2024-09-06T05:57:27.732Z | Downloaded hubpack_derive v0.1.1 |
476 | 2024-09-06T05:57:27.732Z | Downloaded num-conv v0.1.0 |
477 | 2024-09-06T05:57:27.756Z | Downloaded iana-time-zone v0.1.60 |
478 | 2024-09-06T05:57:27.781Z | Downloaded peg-runtime v0.8.3 |
479 | 2024-09-06T05:57:27.806Z | Downloaded pem-rfc7468 v0.7.0 |
480 | 2024-09-06T05:57:27.806Z | Downloaded path-slash v0.1.5 |
481 | 2024-09-06T05:57:27.806Z | Downloaded futures-io v0.3.30 |
482 | 2024-09-06T05:57:27.830Z | Downloaded serde-big-array v0.5.1 |
483 | 2024-09-06T05:57:27.830Z | Downloaded serde_path_to_error v0.1.16 |
484 | 2024-09-06T05:57:27.830Z | Downloaded serde-hex v0.1.0 |
485 | 2024-09-06T05:57:27.856Z | Downloaded portpicker v0.1.1 |
486 | 2024-09-06T05:57:27.856Z | Downloaded sqlparser_derive v0.2.2 |
487 | 2024-09-06T05:57:27.856Z | Downloaded dhcproto-macros v0.1.0 |
488 | 2024-09-06T05:57:27.856Z | Downloaded ssh-encoding v0.2.0 |
489 | 2024-09-06T05:57:27.881Z | Downloaded opaque-debug v0.3.1 |
490 | 2024-09-06T05:57:27.881Z | Downloaded tinyvec_macros v0.1.1 |
491 | 2024-09-06T05:57:27.881Z | Downloaded tiny-keccak v2.0.2 |
492 | 2024-09-06T05:57:27.905Z | Downloaded slog-stdlog v4.1.1 |
493 | 2024-09-06T05:57:27.905Z | Downloaded tokio-tungstenite v0.23.1 |
494 | 2024-09-06T05:57:27.905Z | Downloaded foreign-types v0.3.2 |
495 | 2024-09-06T05:57:27.905Z | Downloaded float-ord v0.3.2 |
496 | 2024-09-06T05:57:27.906Z | Downloaded strum v0.26.3 |
497 | 2024-09-06T05:57:27.931Z | Downloaded diesel_table_macro_syntax v0.2.0 |
498 | 2024-09-06T05:57:27.931Z | Downloaded take_mut v0.2.2 |
499 | 2024-09-06T05:57:27.931Z | Downloaded half v2.4.1 |
500 | 2024-09-06T05:57:27.931Z | Downloaded uzers v0.11.3 |
501 | 2024-09-06T05:57:27.931Z | Downloaded xattr v1.3.1 |
502 | 2024-09-06T05:57:27.955Z | Downloaded whoami v1.5.1 |
503 | 2024-09-06T05:57:27.955Z | Downloaded vergen v8.3.2 |
504 | 2024-09-06T05:57:27.955Z | Downloaded want v0.3.1 |
505 | 2024-09-06T05:57:27.956Z | Downloaded waitgroup v0.1.2 |
506 | 2024-09-06T05:57:27.956Z | Downloaded tabwriter v1.4.0 |
507 | 2024-09-06T05:57:27.956Z | Downloaded walkdir v2.5.0 |
508 | 2024-09-06T05:57:27.981Z | Downloaded x509-cert v0.2.5 |
509 | 2024-09-06T05:57:27.981Z | Downloaded subtle v2.5.0 |
510 | 2024-09-06T05:57:27.981Z | Downloaded winnow v0.5.40 |
511 | 2024-09-06T05:57:28.008Z | Downloaded yasna v0.5.2 |
512 | 2024-09-06T05:57:28.008Z | Downloaded steno v0.4.1 |
513 | 2024-09-06T05:57:28.008Z | Downloaded vcpkg v0.2.15 |
514 | 2024-09-06T05:57:28.063Z | Downloaded webpki-roots v0.25.4 |
515 | 2024-09-06T05:57:28.086Z | Downloaded zerocopy-derive v0.6.6 |
516 | 2024-09-06T05:57:28.110Z | Downloaded regex-automata v0.4.6 |
517 | 2024-09-06T05:57:28.133Z | Downloaded finl_unicode v1.2.0 |
518 | 2024-09-06T05:57:28.157Z | Downloaded tokio v1.39.3 |
519 | 2024-09-06T05:57:28.191Z | Downloaded sha3 v0.10.8 |
520 | 2024-09-06T05:57:28.215Z | Downloaded petgraph v0.6.5 |
521 | 2024-09-06T05:57:28.238Z | Downloaded csv v1.3.0 |
522 | 2024-09-06T05:57:28.262Z | Downloaded encoding_rs v0.8.34 |
523 | 2024-09-06T05:57:28.287Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
524 | 2024-09-06T05:57:28.364Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
525 | 2024-09-06T05:57:28.387Z | Downloaded git2 v0.19.0 |
526 | 2024-09-06T05:57:28.411Z | Downloaded smoltcp v0.11.0 |
527 | 2024-09-06T05:57:28.411Z | Downloaded openapiv3 v2.0.0 |
528 | 2024-09-06T05:57:28.434Z | Downloaded diesel v2.2.3 |
529 | 2024-09-06T05:57:28.458Z | Downloaded sqlparser v0.45.0 |
530 | 2024-09-06T05:57:28.482Z | Downloaded dropshot v0.10.1 |
531 | 2024-09-06T05:57:28.505Z | Downloaded p384 v0.13.0 |
532 | 2024-09-06T05:57:28.506Z | Downloaded ratatui v0.28.0 |
533 | 2024-09-06T05:57:28.529Z | Downloaded trust-dns-proto v0.22.0 |
534 | 2024-09-06T05:57:28.555Z | Downloaded sled v0.34.7 |
535 | 2024-09-06T05:57:28.578Z | Downloaded libz-sys v1.1.16 |
536 | 2024-09-06T05:57:28.644Z | Downloaded ring v0.17.8 |
537 | 2024-09-06T05:57:28.735Z | Downloaded hickory-proto v0.24.1 |
538 | 2024-09-06T05:57:28.758Z | Downloaded smoltcp v0.9.1 |
539 | 2024-09-06T05:57:28.782Z | Downloaded openssl v0.10.66 |
540 | 2024-09-06T05:57:28.782Z | Downloaded libsqlite3-sys v0.28.0 |
541 | 2024-09-06T05:57:28.876Z | Downloaded object v0.32.2 |
542 | 2024-09-06T05:57:28.900Z | Downloaded ring v0.16.20 |
543 | 2024-09-06T05:57:28.993Z | Downloaded regress v0.9.1 |
544 | 2024-09-06T05:57:29.017Z | Downloaded proptest v1.5.0 |
545 | 2024-09-06T05:57:29.017Z | Downloaded bstr v1.9.1 |
546 | 2024-09-06T05:57:29.041Z | Downloaded expectorate v1.1.0 |
547 | 2024-09-06T05:57:29.041Z | Downloaded hashbrown v0.13.2 |
548 | 2024-09-06T05:57:29.041Z | Downloaded time v0.3.36 |
549 | 2024-09-06T05:57:29.065Z | Downloaded object v0.30.4 |
550 | 2024-09-06T05:57:29.065Z | Downloaded polar-core v0.27.3 |
551 | 2024-09-06T05:57:29.088Z | Downloaded rustls v0.22.4 |
552 | 2024-09-06T05:57:29.088Z | Downloaded wait-timeout v0.2.0 |
553 | 2024-09-06T05:57:29.088Z | Downloaded subprocess v0.2.9 |
554 | 2024-09-06T05:57:29.112Z | Downloaded zip v0.6.6 |
555 | 2024-09-06T05:57:29.112Z | Downloaded diff v0.1.13 |
556 | 2024-09-06T05:57:29.112Z | Downloaded hickory-server v0.24.1 |
557 | 2024-09-06T05:57:29.112Z | Downloaded hickory-resolver v0.24.1 |
558 | 2024-09-06T05:57:29.112Z | Downloaded heapless v0.8.0 |
559 | 2024-09-06T05:57:29.135Z | Downloaded heapless v0.7.17 |
560 | 2024-09-06T05:57:29.135Z | Downloaded p521 v0.13.3 |
561 | 2024-09-06T05:57:29.135Z | Downloaded rustls v0.21.12 |
562 | 2024-09-06T05:57:29.159Z | Downloaded darling_macro v0.20.9 |
563 | 2024-09-06T05:57:29.159Z | Downloaded zerocopy v0.6.6 |
564 | 2024-09-06T05:57:29.159Z | Downloaded h2 v0.3.26 |
565 | 2024-09-06T05:57:29.159Z | Downloaded regex-syntax v0.8.4 |
566 | 2024-09-06T05:57:29.183Z | Downloaded regex-syntax v0.6.29 |
567 | 2024-09-06T05:57:29.183Z | Downloaded quick-xml v0.31.0 |
568 | 2024-09-06T05:57:29.183Z | Downloaded headers v0.3.9 |
569 | 2024-09-06T05:57:29.206Z | Downloaded tar v0.4.41 |
570 | 2024-09-06T05:57:29.206Z | Downloaded tokio-postgres v0.7.11 |
571 | 2024-09-06T05:57:29.206Z | Downloaded stringprep v0.1.4 |
572 | 2024-09-06T05:57:29.207Z | Downloaded supports-color v3.0.0 |
573 | 2024-09-06T05:57:29.207Z | Downloaded flate2 v1.0.33 |
574 | 2024-09-06T05:57:29.207Z | Downloaded ssh-key v0.6.6 |
575 | 2024-09-06T05:57:29.230Z | Downloaded vte v0.11.1 |
576 | 2024-09-06T05:57:29.230Z | Downloaded structmeta v0.3.0 |
577 | 2024-09-06T05:57:29.230Z | Downloaded structmeta v0.2.0 |
578 | 2024-09-06T05:57:29.230Z | Downloaded strip-ansi-escapes v0.2.0 |
579 | 2024-09-06T05:57:29.230Z | Downloaded string_cache v0.8.7 |
580 | 2024-09-06T05:57:29.230Z | Downloaded foreign-types v0.5.0 |
581 | 2024-09-06T05:57:29.230Z | Downloaded zeroize v1.7.0 |
582 | 2024-09-06T05:57:29.230Z | Downloaded hashbrown v0.12.3 |
583 | 2024-09-06T05:57:29.230Z | Downloaded vte_generate_state_changes v0.1.1 |
584 | 2024-09-06T05:57:29.230Z | Downloaded tokio-util v0.7.11 |
585 | 2024-09-06T05:57:29.254Z | Downloaded regex v1.10.6 |
586 | 2024-09-06T05:57:29.254Z | Downloaded radix_trie v0.2.1 |
587 | 2024-09-06T05:57:29.278Z | Downloaded curve25519-dalek v4.1.3 |
588 | 2024-09-06T05:57:29.278Z | Downloaded sync_wrapper v0.1.2 |
589 | 2024-09-06T05:57:29.278Z | Downloaded flume v0.11.0 |
590 | 2024-09-06T05:57:29.278Z | Downloaded diesel_derives v2.2.2 |
591 | 2024-09-06T05:57:29.301Z | Downloaded zeroize_derive v1.4.2 |
592 | 2024-09-06T05:57:29.302Z | Downloaded fallible-streaming-iterator v0.1.9 |
593 | 2024-09-06T05:57:29.302Z | Downloaded globset v0.4.14 |
594 | 2024-09-06T05:57:29.302Z | Downloaded toml_edit v0.19.15 |
595 | 2024-09-06T05:57:29.325Z | Downloaded test-strategy v0.3.1 |
596 | 2024-09-06T05:57:29.325Z | Downloaded which v4.4.2 |
597 | 2024-09-06T05:57:29.325Z | Downloaded vsss-rs v3.3.4 |
598 | 2024-09-06T05:57:29.325Z | Downloaded darling_core v0.20.9 |
599 | 2024-09-06T05:57:29.325Z | Downloaded highway v1.2.0 |
600 | 2024-09-06T05:57:29.325Z | Downloaded hickory-client v0.24.1 |
601 | 2024-09-06T05:57:29.349Z | Downloaded wyz v0.5.1 |
602 | 2024-09-06T05:57:29.349Z | Downloaded foreign-types-shared v0.1.1 |
603 | 2024-09-06T05:57:29.349Z | Downloaded foreign-types-macros v0.2.3 |
604 | 2024-09-06T05:57:29.349Z | Downloaded fallible-iterator v0.3.0 |
605 | 2024-09-06T05:57:29.349Z | Downloaded fallible-iterator v0.2.0 |
606 | 2024-09-06T05:57:29.349Z | Downloaded glob v0.3.1 |
607 | 2024-09-06T05:57:29.349Z | Downloaded hashlink v0.9.1 |
608 | 2024-09-06T05:57:29.349Z | Downloaded ed25519-dalek v2.1.1 |
609 | 2024-09-06T05:57:29.349Z | Downloaded rustls-webpki v0.102.4 |
610 | 2024-09-06T05:57:29.372Z | Downloaded strum_macros v0.26.4 |
611 | 2024-09-06T05:57:29.372Z | Downloaded fatfs v0.3.6 |
612 | 2024-09-06T05:57:29.372Z | Downloaded term v0.7.0 |
613 | 2024-09-06T05:57:29.372Z | Downloaded snafu v0.8.2 |
614 | 2024-09-06T05:57:29.396Z | Downloaded heck v0.3.3 |
615 | 2024-09-06T05:57:29.396Z | Downloaded strum_macros v0.25.3 |
616 | 2024-09-06T05:57:29.396Z | Downloaded strum_macros v0.24.3 |
617 | 2024-09-06T05:57:29.396Z | Downloaded structmeta-derive v0.3.0 |
618 | 2024-09-06T05:57:29.396Z | Downloaded structmeta-derive v0.2.0 |
619 | 2024-09-06T05:57:29.396Z | Downloaded float-cmp v0.9.0 |
620 | 2024-09-06T05:57:29.396Z | Downloaded data-encoding v2.6.0 |
621 | 2024-09-06T05:57:29.396Z | Downloaded zone v0.3.0 |
622 | 2024-09-06T05:57:29.396Z | Downloaded zone v0.1.8 |
623 | 2024-09-06T05:57:29.396Z | Downloaded hex-literal v0.4.1 |
624 | 2024-09-06T05:57:29.396Z | Downloaded hex v0.4.3 |
625 | 2024-09-06T05:57:29.396Z | Downloaded elliptic-curve v0.13.8 |
626 | 2024-09-06T05:57:29.420Z | Downloaded publicsuffix v2.2.3 |
627 | 2024-09-06T05:57:29.420Z | Downloaded smallvec v0.6.14 |
628 | 2024-09-06T05:57:29.420Z | Downloaded thiserror-no-std v2.0.2 |
629 | 2024-09-06T05:57:29.420Z | Downloaded thiserror-impl-no-std v2.0.2 |
630 | 2024-09-06T05:57:29.420Z | Downloaded termios v0.3.3 |
631 | 2024-09-06T05:57:29.420Z | Downloaded termcolor v1.4.1 |
632 | 2024-09-06T05:57:29.420Z | Downloaded defmt-parser v0.3.4 |
633 | 2024-09-06T05:57:29.420Z | Downloaded socket2 v0.5.7 |
634 | 2024-09-06T05:57:29.420Z | Downloaded portable-atomic v1.6.0 |
635 | 2024-09-06T05:57:29.444Z | Downloaded rustls-webpki v0.101.7 |
636 | 2024-09-06T05:57:29.444Z | Downloaded tough v0.17.1 |
637 | 2024-09-06T05:57:29.467Z | Downloaded serde_with v3.9.0 |
638 | 2024-09-06T05:57:29.467Z | Downloaded flagset v0.4.5 |
639 | 2024-09-06T05:57:29.467Z | Downloaded fixedbitset v0.4.2 |
640 | 2024-09-06T05:57:29.467Z | Downloaded filetime v0.2.25 |
641 | 2024-09-06T05:57:29.493Z | Downloaded ff v0.13.0 |
642 | 2024-09-06T05:57:29.493Z | Downloaded fd-lock v4.0.2 |
643 | 2024-09-06T05:57:29.493Z | Downloaded static_assertions v1.1.0 |
644 | 2024-09-06T05:57:29.493Z | Downloaded stable_deref_trait v1.2.0 |
645 | 2024-09-06T05:57:29.493Z | Downloaded smf v0.2.3 |
646 | 2024-09-06T05:57:29.493Z | Downloaded smallvec v1.13.2 |
647 | 2024-09-06T05:57:29.493Z | Downloaded hash32 v0.3.1 |
648 | 2024-09-06T05:57:29.493Z | Downloaded slog-term v2.9.1 |
649 | 2024-09-06T05:57:29.493Z | Downloaded predicates v3.1.2 |
650 | 2024-09-06T05:57:29.493Z | Downloaded num-traits v0.2.19 |
651 | 2024-09-06T05:57:29.493Z | Downloaded thread_local v1.1.8 |
652 | 2024-09-06T05:57:29.493Z | Downloaded tap v1.0.1 |
653 | 2024-09-06T05:57:29.517Z | Downloaded derive_builder v0.20.0 |
654 | 2024-09-06T05:57:29.517Z | Downloaded tokio-rustls v0.24.1 |
655 | 2024-09-06T05:57:29.517Z | Downloaded socket2 v0.4.10 |
656 | 2024-09-06T05:57:29.517Z | Downloaded snafu-derive v0.8.2 |
657 | 2024-09-06T05:57:29.517Z | Downloaded reedline v0.33.0 |
658 | 2024-09-06T05:57:29.517Z | Downloaded rayon v1.10.0 |
659 | 2024-09-06T05:57:29.541Z | Downloaded zone_cfg_derive v0.3.0 |
660 | 2024-09-06T05:57:29.541Z | Downloaded zone_cfg_derive v0.1.2 |
661 | 2024-09-06T05:57:29.541Z | Downloaded hash32 v0.2.1 |
662 | 2024-09-06T05:57:29.541Z | Downloaded group v0.13.0 |
663 | 2024-09-06T05:57:29.541Z | Downloaded num_enum v0.5.11 |
664 | 2024-09-06T05:57:29.541Z | Downloaded num-rational v0.4.2 |
665 | 2024-09-06T05:57:29.541Z | Downloaded headers-core v0.2.0 |
666 | 2024-09-06T05:57:29.541Z | Downloaded toml v0.7.8 |
667 | 2024-09-06T05:57:29.564Z | Downloaded tinyvec v1.6.0 |
668 | 2024-09-06T05:57:29.564Z | Downloaded defmt-macros v0.3.9 |
669 | 2024-09-06T05:57:29.564Z | Downloaded defmt v0.3.8 |
670 | 2024-09-06T05:57:29.564Z | Downloaded debug-ignore v1.0.5 |
671 | 2024-09-06T05:57:29.564Z | Downloaded spin v0.9.8 |
672 | 2024-09-06T05:57:29.564Z | Downloaded p256 v0.13.2 |
673 | 2024-09-06T05:57:29.564Z | Downloaded reqwest v0.11.27 |
674 | 2024-09-06T05:57:29.588Z | Downloaded unicode-normalization v0.1.23 |
675 | 2024-09-06T05:57:29.588Z | Downloaded nix v0.29.0 |
676 | 2024-09-06T05:57:29.611Z | Downloaded omicron-zone-package v0.11.0 |
677 | 2024-09-06T05:57:29.611Z | Downloaded num_enum_derive v0.5.11 |
678 | 2024-09-06T05:57:29.611Z | Downloaded derive_more v0.99.18 |
679 | 2024-09-06T05:57:29.611Z | Downloaded der v0.7.9 |
680 | 2024-09-06T05:57:29.611Z | Downloaded tokio-native-tls v0.3.1 |
681 | 2024-09-06T05:57:29.611Z | Downloaded tokio-macros v2.4.0 |
682 | 2024-09-06T05:57:29.611Z | Downloaded ed25519 v2.2.3 |
683 | 2024-09-06T05:57:29.635Z | Downloaded ecdsa v0.16.9 |
684 | 2024-09-06T05:57:29.635Z | Downloaded parking_lot v0.12.2 |
685 | 2024-09-06T05:57:29.635Z | Downloaded parking_lot v0.11.2 |
686 | 2024-09-06T05:57:29.635Z | Downloaded oso v0.27.3 |
687 | 2024-09-06T05:57:29.635Z | Downloaded openssl-sys v0.9.103 |
688 | 2024-09-06T05:57:29.635Z | Downloaded unicode-segmentation v1.11.0 |
689 | 2024-09-06T05:57:29.658Z | Downloaded slog-scope v4.4.0 |
690 | 2024-09-06T05:57:29.659Z | Downloaded slog-json v2.6.1 |
691 | 2024-09-06T05:57:29.659Z | Downloaded serde_plain v1.0.2 |
692 | 2024-09-06T05:57:29.659Z | Downloaded precomputed-hash v0.1.1 |
693 | 2024-09-06T05:57:29.659Z | Downloaded ppv-lite86 v0.2.17 |
694 | 2024-09-06T05:57:29.659Z | Downloaded num-iter v0.1.45 |
695 | 2024-09-06T05:57:29.659Z | Downloaded num-integer v0.1.46 |
696 | 2024-09-06T05:57:29.659Z | Downloaded termtree v0.4.1 |
697 | 2024-09-06T05:57:29.659Z | Downloaded dhcproto v0.12.0 |
698 | 2024-09-06T05:57:29.659Z | Downloaded derive-where v1.2.7 |
699 | 2024-09-06T05:57:29.682Z | Downloaded tls_codec_derive v0.4.1 |
700 | 2024-09-06T05:57:29.682Z | Downloaded tls_codec v0.4.1 |
701 | 2024-09-06T05:57:29.682Z | Downloaded spin v0.5.2 |
702 | 2024-09-06T05:57:29.682Z | Downloaded rustyline v14.0.0 |
703 | 2024-09-06T05:57:29.682Z | Downloaded prettyplease v0.2.20 |
704 | 2024-09-06T05:57:29.682Z | Downloaded time-macros v0.2.18 |
705 | 2024-09-06T05:57:29.682Z | Downloaded powerfmt v0.2.0 |
706 | 2024-09-06T05:57:29.682Z | Downloaded olpc-cjson v0.1.3 |
707 | 2024-09-06T05:57:29.682Z | Downloaded num_threads v0.1.7 |
708 | 2024-09-06T05:57:29.706Z | Downloaded des v0.8.1 |
709 | 2024-09-06T05:57:29.706Z | Downloaded der_derive v0.7.2 |
710 | 2024-09-06T05:57:29.706Z | Downloaded sqlformat v0.2.4 |
711 | 2024-09-06T05:57:29.706Z | Downloaded spki v0.7.3 |
712 | 2024-09-06T05:57:29.706Z | Downloaded password-hash v0.4.2 |
713 | 2024-09-06T05:57:29.706Z | Downloaded parking_lot_core v0.9.10 |
714 | 2024-09-06T05:57:29.706Z | Downloaded time-core v0.1.2 |
715 | 2024-09-06T05:57:29.706Z | Downloaded number_prefix v0.4.0 |
716 | 2024-09-06T05:57:29.706Z | Downloaded derive_builder_core v0.20.0 |
717 | 2024-09-06T05:57:29.706Z | Downloaded deranged v0.3.11 |
718 | 2024-09-06T05:57:29.706Z | Downloaded either v1.13.0 |
719 | 2024-09-06T05:57:29.706Z | Downloaded dyn-clone v1.0.17 |
720 | 2024-09-06T05:57:29.706Z | Downloaded dsl_auto_type v0.1.2 |
721 | 2024-09-06T05:57:29.730Z | Downloaded dropshot_endpoint v0.10.1 |
722 | 2024-09-06T05:57:29.730Z | Downloaded dirs-sys-next v0.1.2 |
723 | 2024-09-06T05:57:29.730Z | Downloaded dirs-next v2.0.0 |
724 | 2024-09-06T05:57:29.730Z | Downloaded parking_lot_core v0.8.6 |
725 | 2024-09-06T05:57:29.730Z | Downloaded owo-colors v4.0.0 |
726 | 2024-09-06T05:57:29.730Z | Downloaded gimli v0.28.1 |
727 | 2024-09-06T05:57:29.730Z | Downloaded unicode_categories v0.1.1 |
728 | 2024-09-06T05:57:29.730Z | Downloaded typed-path v0.7.1 |
729 | 2024-09-06T05:57:29.754Z | Downloaded tokio-tungstenite v0.21.0 |
730 | 2024-09-06T05:57:29.754Z | Downloaded tokio-tungstenite v0.20.1 |
731 | 2024-09-06T05:57:29.754Z | Downloaded tokio-stream v0.1.15 |
732 | 2024-09-06T05:57:29.754Z | Downloaded tokio-rustls v0.25.0 |
733 | 2024-09-06T05:57:29.754Z | Downloaded env_logger v0.9.3 |
734 | 2024-09-06T05:57:29.754Z | Downloaded embedded-io v0.4.0 |
735 | 2024-09-06T05:57:29.754Z | Downloaded downcast v0.11.0 |
736 | 2024-09-06T05:57:29.778Z | Downloaded display-error-chain v0.2.1 |
737 | 2024-09-06T05:57:29.778Z | Downloaded postgres-types v0.2.7 |
738 | 2024-09-06T05:57:29.778Z | Downloaded postcard v1.0.8 |
739 | 2024-09-06T05:57:29.778Z | Downloaded pkcs5 v0.7.1 |
740 | 2024-09-06T05:57:29.778Z | Downloaded pin-project v1.1.5 |
741 | 2024-09-06T05:57:29.801Z | Downloaded parse-display-derive v0.10.0 |
742 | 2024-09-06T05:57:29.801Z | Downloaded parse-display v0.10.0 |
743 | 2024-09-06T05:57:29.801Z | Downloaded packed_struct v0.10.1 |
744 | 2024-09-06T05:57:29.801Z | Downloaded schemars v0.8.21 |
745 | 2024-09-06T05:57:29.801Z | Downloaded rusqlite v0.31.0 |
746 | 2024-09-06T05:57:29.825Z | Downloaded ssh-cipher v0.2.0 |
747 | 2024-09-06T05:57:29.825Z | Downloaded erased-serde v0.3.31 |
748 | 2024-09-06T05:57:29.825Z | Downloaded env_logger v0.10.2 |
749 | 2024-09-06T05:57:29.825Z | Downloaded enum-as-inner v0.6.0 |
750 | 2024-09-06T05:57:29.825Z | Downloaded enum-as-inner v0.5.1 |
751 | 2024-09-06T05:57:29.825Z | Downloaded difflib v0.4.0 |
752 | 2024-09-06T05:57:29.825Z | Downloaded pin-project-lite v0.2.14 |
753 | 2024-09-06T05:57:29.825Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2024-09-06T05:57:29.849Z | Downloaded primeorder v0.13.6 |
755 | 2024-09-06T05:57:29.849Z | Downloaded url v2.5.2 |
756 | 2024-09-06T05:57:29.849Z | Downloaded tracing v0.1.40 |
757 | 2024-09-06T05:57:29.849Z | Downloaded nix v0.27.1 |
758 | 2024-09-06T05:57:29.872Z | Downloaded hkdf v0.12.4 |
759 | 2024-09-06T05:57:29.872Z | Downloaded derive_builder_macro v0.20.0 |
760 | 2024-09-06T05:57:29.872Z | Downloaded poly1305 v0.8.0 |
761 | 2024-09-06T05:57:29.872Z | Downloaded pkcs1 v0.7.5 |
762 | 2024-09-06T05:57:29.872Z | Downloaded pin-project-internal v1.1.5 |
763 | 2024-09-06T05:57:29.873Z | Downloaded phf_shared v0.11.2 |
764 | 2024-09-06T05:57:29.873Z | Downloaded phf v0.11.2 |
765 | 2024-09-06T05:57:29.873Z | Downloaded parse-size v1.0.0 |
766 | 2024-09-06T05:57:29.873Z | Downloaded samael v0.0.15 |
767 | 2024-09-06T05:57:29.873Z | Downloaded rustls-pki-types v1.7.0 |
768 | 2024-09-06T05:57:29.896Z | Downloaded ron v0.7.1 |
769 | 2024-09-06T05:57:29.896Z | Downloaded rcgen v0.12.1 |
770 | 2024-09-06T05:57:29.896Z | Downloaded rayon-core v1.12.1 |
771 | 2024-09-06T05:57:29.896Z | Downloaded rand v0.8.5 |
772 | 2024-09-06T05:57:29.896Z | Downloaded quick-error v1.2.3 |
773 | 2024-09-06T05:57:29.896Z | Downloaded nix v0.28.0 |
774 | 2024-09-06T05:57:29.920Z | Downloaded endian-type v0.1.2 |
775 | 2024-09-06T05:57:29.920Z | Downloaded ena v0.14.3 |
776 | 2024-09-06T05:57:29.920Z | Downloaded postgres-protocol v0.6.7 |
777 | 2024-09-06T05:57:29.920Z | Downloaded polyval v0.6.2 |
778 | 2024-09-06T05:57:29.920Z | Downloaded pkg-config v0.3.30 |
779 | 2024-09-06T05:57:29.920Z | Downloaded pkcs8 v0.10.2 |
780 | 2024-09-06T05:57:29.920Z | Downloaded pin-utils v0.1.0 |
781 | 2024-09-06T05:57:29.920Z | Downloaded percent-encoding v2.3.1 |
782 | 2024-09-06T05:57:29.944Z | Downloaded paste v1.0.15 |
783 | 2024-09-06T05:57:29.944Z | Downloaded password-hash v0.5.0 |
784 | 2024-09-06T05:57:29.944Z | Downloaded oso-derive v0.27.3 |
785 | 2024-09-06T05:57:29.944Z | Downloaded serde_derive_internals v0.29.1 |
786 | 2024-09-06T05:57:29.944Z | Downloaded sct v0.7.1 |
787 | 2024-09-06T05:57:29.944Z | Downloaded radium v0.7.0 |
788 | 2024-09-06T05:57:29.944Z | Downloaded r2d2 v0.8.10 |
789 | 2024-09-06T05:57:29.944Z | Downloaded proc-macro-crate v1.3.1 |
790 | 2024-09-06T05:57:29.944Z | Downloaded predicates-tree v1.0.9 |
791 | 2024-09-06T05:57:29.944Z | Downloaded peg v0.8.4 |
792 | 2024-09-06T05:57:29.944Z | Downloaded unsafe-libyaml v0.2.11 |
793 | 2024-09-06T05:57:29.968Z | Downloaded tungstenite v0.23.0 |
794 | 2024-09-06T05:57:29.968Z | Downloaded tungstenite v0.21.0 |
795 | 2024-09-06T05:57:29.968Z | Downloaded tungstenite v0.20.1 |
796 | 2024-09-06T05:57:29.968Z | Downloaded similar v2.6.0 |
797 | 2024-09-06T05:57:29.968Z | Downloaded chrono v0.4.38 |
798 | 2024-09-06T05:57:29.992Z | Downloaded bitvec v1.0.1 |
799 | 2024-09-06T05:57:30.016Z | Downloaded phf_shared v0.10.0 |
800 | 2024-09-06T05:57:30.016Z | Downloaded openssl-probe v0.1.5 |
801 | 2024-09-06T05:57:30.016Z | Downloaded openssl-macros v0.1.1 |
802 | 2024-09-06T05:57:30.016Z | Downloaded scopeguard v1.2.0 |
803 | 2024-09-06T05:57:30.016Z | Downloaded rusty-fork v0.3.0 |
804 | 2024-09-06T05:57:30.016Z | Downloaded rustls-pemfile v2.1.3 |
805 | 2024-09-06T05:57:30.016Z | Downloaded rustfmt-wrapper v0.2.1 |
806 | 2024-09-06T05:57:30.016Z | Downloaded rustc_version v0.4.0 |
807 | 2024-09-06T05:57:30.016Z | Downloaded psl-types v2.0.11 |
808 | 2024-09-06T05:57:30.016Z | Downloaded predicates-core v1.0.6 |
809 | 2024-09-06T05:57:30.016Z | Downloaded peg-macros v0.8.4 |
810 | 2024-09-06T05:57:30.016Z | Downloaded futures v0.3.30 |
811 | 2024-09-06T05:57:30.016Z | Downloaded unicode-bidi v0.3.15 |
812 | 2024-09-06T05:57:30.039Z | Downloaded tracing-core v0.1.32 |
813 | 2024-09-06T05:57:30.040Z | Downloaded tracing-attributes v0.1.27 |
814 | 2024-09-06T05:57:30.040Z | Downloaded russh v0.45.0 |
815 | 2024-09-06T05:57:30.040Z | Downloaded lalrpop v0.19.12 |
816 | 2024-09-06T05:57:30.063Z | Downloaded idna v0.2.3 |
817 | 2024-09-06T05:57:30.063Z | Downloaded bindgen v0.69.4 |
818 | 2024-09-06T05:57:30.063Z | Downloaded secrecy v0.8.0 |
819 | 2024-09-06T05:57:30.087Z | Downloaded sec1 v0.7.3 |
820 | 2024-09-06T05:57:30.087Z | Downloaded scheduled-thread-pool v0.2.7 |
821 | 2024-09-06T05:57:30.087Z | Downloaded same-file v1.0.6 |
822 | 2024-09-06T05:57:30.087Z | Downloaded rustversion v1.0.17 |
823 | 2024-09-06T05:57:30.087Z | Downloaded rustls-pemfile v1.0.4 |
824 | 2024-09-06T05:57:30.087Z | Downloaded rustc_version v0.1.7 |
825 | 2024-09-06T05:57:30.087Z | Downloaded resolv-conf v0.7.0 |
826 | 2024-09-06T05:57:30.087Z | Downloaded pretty-hex v0.2.1 |
827 | 2024-09-06T05:57:30.087Z | Downloaded futures-channel v0.3.30 |
828 | 2024-09-06T05:57:30.087Z | Downloaded serde_arrays v0.1.0 |
829 | 2024-09-06T05:57:30.087Z | Downloaded schemars_derive v0.8.21 |
830 | 2024-09-06T05:57:30.087Z | Downloaded salsa20 v0.10.2 |
831 | 2024-09-06T05:57:30.087Z | Downloaded rfc6979 v0.4.0 |
832 | 2024-09-06T05:57:30.087Z | Downloaded ref-cast-impl v1.0.23 |
833 | 2024-09-06T05:57:30.087Z | Downloaded ref-cast v1.0.23 |
834 | 2024-09-06T05:57:30.111Z | Downloaded rand_xorshift v0.3.0 |
835 | 2024-09-06T05:57:30.112Z | Downloaded rand_seeder v0.3.0 |
836 | 2024-09-06T05:57:30.112Z | Downloaded rand_core v0.6.4 |
837 | 2024-09-06T05:57:30.112Z | Downloaded pbkdf2 v0.12.2 |
838 | 2024-09-06T05:57:30.112Z | Downloaded pbkdf2 v0.11.0 |
839 | 2024-09-06T05:57:30.112Z | Downloaded futures-util v0.3.30 |
840 | 2024-09-06T05:57:30.140Z | Downloaded fragile v2.0.0 |
841 | 2024-09-06T05:57:30.140Z | Downloaded serde_yaml v0.9.34+deprecated |
842 | 2024-09-06T05:57:30.140Z | Downloaded idna v0.4.0 |
843 | 2024-09-06T05:57:30.140Z | Downloaded semver v0.1.20 |
844 | 2024-09-06T05:57:30.141Z | Downloaded scrypt v0.11.0 |
845 | 2024-09-06T05:57:30.141Z | Downloaded rand_chacha v0.3.1 |
846 | 2024-09-06T05:57:30.141Z | Downloaded futures-executor v0.3.30 |
847 | 2024-09-06T05:57:30.141Z | Downloaded funty v2.0.0 |
848 | 2024-09-06T05:57:30.167Z | Downloaded form_urlencoded v1.2.1 |
849 | 2024-09-06T05:57:30.167Z | Downloaded universal-hash v0.5.1 |
850 | 2024-09-06T05:57:30.167Z | Downloaded unicode-xid v0.2.4 |
851 | 2024-09-06T05:57:30.167Z | Downloaded slog v2.7.0 |
852 | 2024-09-06T05:57:30.167Z | Downloaded signal-hook v0.3.17 |
853 | 2024-09-06T05:57:30.167Z | Downloaded futures-core v0.3.30 |
854 | 2024-09-06T05:57:30.167Z | Downloaded untrusted v0.9.0 |
855 | 2024-09-06T05:57:30.167Z | Downloaded untrusted v0.7.1 |
856 | 2024-09-06T05:57:30.167Z | Downloaded unicode-truncate v1.0.0 |
857 | 2024-09-06T05:57:30.167Z | Downloaded unicase v2.7.0 |
858 | 2024-09-06T05:57:30.167Z | Downloaded unarray v0.1.4 |
859 | 2024-09-06T05:57:30.167Z | Downloaded topological-sort v0.2.2 |
860 | 2024-09-06T05:57:30.167Z | Downloaded slog-envlogger v2.2.0 |
861 | 2024-09-06T05:57:30.167Z | Downloaded itertools v0.10.5 |
862 | 2024-09-06T05:57:30.167Z | Downloaded idna v0.5.0 |
863 | 2024-09-06T05:57:30.190Z | Downloaded idna v0.3.0 |
864 | 2024-09-06T05:57:30.191Z | Downloaded fxhash v0.2.1 |
865 | 2024-09-06T05:57:30.191Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2024-09-06T05:57:30.191Z | Downloaded twox-hash v1.6.3 |
867 | 2024-09-06T05:57:30.191Z | Downloaded tui-tree-widget v0.22.0 |
868 | 2024-09-06T05:57:30.191Z | Downloaded try-lock v0.2.5 |
869 | 2024-09-06T05:57:30.191Z | Downloaded tower-service v0.3.2 |
870 | 2024-09-06T05:57:30.191Z | Downloaded toolchain_find v0.4.0 |
871 | 2024-09-06T05:57:30.214Z | Downloaded slog-bunyan v2.5.0 |
872 | 2024-09-06T05:57:30.214Z | Downloaded slog-async v2.8.0 |
873 | 2024-09-06T05:57:30.214Z | Downloaded sigpipe v0.1.3 |
874 | 2024-09-06T05:57:30.214Z | Downloaded sha1 v0.10.6 |
875 | 2024-09-06T05:57:30.214Z | Downloaded rustc-demangle v0.1.24 |
876 | 2024-09-06T05:57:30.214Z | Downloaded russh-keys v0.45.0 |
877 | 2024-09-06T05:57:30.214Z | Downloaded rsa v0.9.6 |
878 | 2024-09-06T05:57:30.214Z | Downloaded num-bigint v0.4.5 |
879 | 2024-09-06T05:57:30.214Z | Downloaded nu-ansi-term v0.50.0 |
880 | 2024-09-06T05:57:30.238Z | Downloaded nom v7.1.3 |
881 | 2024-09-06T05:57:30.238Z | Downloaded libxml v0.3.3 |
882 | 2024-09-06T05:57:30.238Z | Downloaded libm v0.2.8 |
883 | 2024-09-06T05:57:30.262Z | Downloaded itertools v0.12.1 |
884 | 2024-09-06T05:57:30.262Z | Downloaded indicatif v0.17.8 |
885 | 2024-09-06T05:57:30.262Z | Downloaded hyper v0.14.30 |
886 | 2024-09-06T05:57:30.310Z | Downloaded pem v3.0.4 |
887 | 2024-09-06T05:57:30.310Z | Downloaded getrandom v0.2.14 |
888 | 2024-09-06T05:57:30.310Z | Downloaded getopts v0.2.21 |
889 | 2024-09-06T05:57:30.310Z | Downloaded gethostname v0.5.0 |
890 | 2024-09-06T05:57:30.310Z | Downloaded futures-sink v0.3.30 |
891 | 2024-09-06T05:57:30.310Z | Downloaded uuid v1.10.0 |
892 | 2024-09-06T05:57:30.334Z | Downloaded utf-8 v0.7.6 |
893 | 2024-09-06T05:57:30.334Z | Downloaded shlex v1.3.0 |
894 | 2024-09-06T05:57:30.334Z | Downloaded shell-words v1.1.0 |
895 | 2024-09-06T05:57:30.334Z | Downloaded serde_with_macros v3.9.0 |
896 | 2024-09-06T05:57:30.334Z | Downloaded serde_urlencoded v0.7.1 |
897 | 2024-09-06T05:57:30.334Z | Downloaded serde_repr v0.1.19 |
898 | 2024-09-06T05:57:30.334Z | Downloaded rustc-hash v1.1.0 |
899 | 2024-09-06T05:57:30.334Z | Downloaded russh-cryptovec v0.7.2 |
900 | 2024-09-06T05:57:30.334Z | Downloaded rtoolbox v0.0.2 |
901 | 2024-09-06T05:57:30.334Z | Downloaded rpassword v7.3.1 |
902 | 2024-09-06T05:57:30.334Z | Downloaded ron v0.8.1 |
903 | 2024-09-06T05:57:30.334Z | Downloaded num-derive v0.4.2 |
904 | 2024-09-06T05:57:30.334Z | Downloaded num-complex v0.4.6 |
905 | 2024-09-06T05:57:30.334Z | Downloaded num-bigint-dig v0.8.4 |
906 | 2024-09-06T05:57:30.334Z | Downloaded nibble_vec v0.1.0 |
907 | 2024-09-06T05:57:30.334Z | Downloaded native-tls v0.2.11 |
908 | 2024-09-06T05:57:30.334Z | Downloaded nanorand v0.7.0 |
909 | 2024-09-06T05:57:30.334Z | Downloaded multer v3.1.0 |
910 | 2024-09-06T05:57:30.334Z | Downloaded miniz_oxide v0.8.0 |
911 | 2024-09-06T05:57:30.334Z | Downloaded minimal-lexical v0.2.1 |
912 | 2024-09-06T05:57:30.334Z | Downloaded libsw v3.3.1 |
913 | 2024-09-06T05:57:30.334Z | Downloaded itertools v0.13.0 |
914 | 2024-09-06T05:57:30.358Z | Downloaded hubpack v0.1.2 |
915 | 2024-09-06T05:57:30.358Z | Downloaded http v1.1.0 |
916 | 2024-09-06T05:57:30.358Z | Downloaded http v0.2.12 |
917 | 2024-09-06T05:57:30.358Z | Downloaded hmac v0.12.1 |
918 | 2024-09-06T05:57:30.358Z | Downloaded crypto-bigint v0.5.5 |
919 | 2024-09-06T05:57:30.358Z | Downloaded crossterm v0.28.1 |
920 | 2024-09-06T05:57:30.382Z | Downloaded crossterm v0.27.0 |
921 | 2024-09-06T05:57:30.382Z | Downloaded crossbeam-channel v0.5.12 |
922 | 2024-09-06T05:57:30.382Z | Downloaded cookie v0.18.1 |
923 | 2024-09-06T05:57:30.405Z | Downloaded blake3 v1.5.1 |
924 | 2024-09-06T05:57:30.405Z | Downloaded base64 v0.22.1 |
925 | 2024-09-06T05:57:30.405Z | Downloaded aho-corasick v1.1.3 |
926 | 2024-09-06T05:57:30.405Z | Downloaded aes-gcm v0.10.3 |
927 | 2024-09-06T05:57:30.429Z | Downloaded ghash v0.5.1 |
928 | 2024-09-06T05:57:30.429Z | Downloaded futures-task v0.3.30 |
929 | 2024-09-06T05:57:30.429Z | Downloaded futures-macro v0.3.30 |
930 | 2024-09-06T05:57:30.429Z | Downloaded slog-dtrace v0.3.0 |
931 | 2024-09-06T05:57:30.429Z | Downloaded slab v0.4.9 |
932 | 2024-09-06T05:57:30.429Z | Downloaded siphasher v0.3.11 |
933 | 2024-09-06T05:57:30.429Z | Downloaded signature v2.2.0 |
934 | 2024-09-06T05:57:30.429Z | Downloaded signal-hook-tokio v0.3.1 |
935 | 2024-09-06T05:57:30.429Z | Downloaded signal-hook-registry v1.4.2 |
936 | 2024-09-06T05:57:30.429Z | Downloaded signal-hook-mio v0.2.4 |
937 | 2024-09-06T05:57:30.429Z | Downloaded num v0.4.3 |
938 | 2024-09-06T05:57:30.429Z | Downloaded normalize-line-endings v0.3.0 |
939 | 2024-09-06T05:57:30.429Z | Downloaded newtype-uuid v1.1.0 |
940 | 2024-09-06T05:57:30.429Z | Downloaded newline-converter v0.3.0 |
941 | 2024-09-06T05:57:30.429Z | Downloaded new_debug_unreachable v1.0.6 |
942 | 2024-09-06T05:57:30.429Z | Downloaded multimap v0.10.0 |
943 | 2024-09-06T05:57:30.452Z | Downloaded mockall_derive v0.13.0 |
944 | 2024-09-06T05:57:30.452Z | Downloaded mockall v0.13.0 |
945 | 2024-09-06T05:57:30.452Z | Downloaded mio v1.0.2 |
946 | 2024-09-06T05:57:30.452Z | Downloaded mio v0.8.11 |
947 | 2024-09-06T05:57:30.452Z | Downloaded miniz_oxide v0.7.2 |
948 | 2024-09-06T05:57:30.452Z | Downloaded mime_guess v2.0.4 |
949 | 2024-09-06T05:57:30.476Z | Downloaded mime v0.3.17 |
950 | 2024-09-06T05:57:30.476Z | Downloaded memoffset v0.9.1 |
951 | 2024-09-06T05:57:30.476Z | Downloaded memmap2 v0.9.4 |
952 | 2024-09-06T05:57:30.476Z | Downloaded md-5 v0.10.6 |
953 | 2024-09-06T05:57:30.476Z | Downloaded maybe-uninit v2.0.0 |
954 | 2024-09-06T05:57:30.476Z | Downloaded matches v0.1.10 |
955 | 2024-09-06T05:57:30.476Z | Downloaded maplit v1.0.2 |
956 | 2024-09-06T05:57:30.476Z | Downloaded managed v0.8.0 |
957 | 2024-09-06T05:57:30.476Z | Downloaded lru-cache v0.1.2 |
958 | 2024-09-06T05:57:30.476Z | Downloaded lru v0.12.3 |
959 | 2024-09-06T05:57:30.476Z | Downloaded lock_api v0.4.12 |
960 | 2024-09-06T05:57:30.476Z | Downloaded linked-hash-map v0.5.6 |
961 | 2024-09-06T05:57:30.476Z | Downloaded linear-map v1.2.0 |
962 | 2024-09-06T05:57:30.476Z | Downloaded libloading v0.8.3 |
963 | 2024-09-06T05:57:30.476Z | Downloaded libefi-sys v0.1.0 |
964 | 2024-09-06T05:57:30.476Z | Downloaded lazycell v1.3.0 |
965 | 2024-09-06T05:57:30.500Z | Downloaded lazy_static v1.5.0 |
966 | 2024-09-06T05:57:30.500Z | Downloaded lalrpop-util v0.19.12 |
967 | 2024-09-06T05:57:30.500Z | Downloaded kstat-rs v0.2.4 |
968 | 2024-09-06T05:57:30.500Z | Downloaded keccak v0.1.5 |
969 | 2024-09-06T05:57:30.500Z | Downloaded jobserver v0.1.32 |
970 | 2024-09-06T05:57:30.500Z | Downloaded is-terminal v0.4.12 |
971 | 2024-09-06T05:57:30.500Z | Downloaded ipnetwork v0.20.0 |
972 | 2024-09-06T05:57:30.500Z | Downloaded ipnet v2.9.0 |
973 | 2024-09-06T05:57:30.500Z | Downloaded internet-checksum v0.2.1 |
974 | 2024-09-06T05:57:30.500Z | Downloaded instant v0.1.12 |
975 | 2024-09-06T05:57:30.500Z | Downloaded instability v0.3.2 |
976 | 2024-09-06T05:57:30.500Z | Downloaded inout v0.1.3 |
977 | 2024-09-06T05:57:30.500Z | Downloaded indoc v1.0.9 |
978 | 2024-09-06T05:57:30.500Z | Downloaded indexmap v1.9.3 |
979 | 2024-09-06T05:57:30.524Z | Downloaded indent_write v2.2.0 |
980 | 2024-09-06T05:57:30.524Z | Downloaded impl-trait-for-tuples v0.2.2 |
981 | 2024-09-06T05:57:30.524Z | Downloaded hyper-rustls v0.24.2 |
982 | 2024-09-06T05:57:30.524Z | Downloaded humantime v2.1.0 |
983 | 2024-09-06T05:57:30.524Z | Downloaded httpdate v1.0.3 |
984 | 2024-09-06T05:57:30.524Z | Downloaded httparse v1.8.0 |
985 | 2024-09-06T05:57:30.524Z | Downloaded http-body v0.4.6 |
986 | 2024-09-06T05:57:30.524Z | Downloaded hostname v0.4.0 |
987 | 2024-09-06T05:57:30.524Z | Downloaded ctr v0.9.2 |
988 | 2024-09-06T05:57:30.524Z | Downloaded crossbeam-epoch v0.9.18 |
989 | 2024-09-06T05:57:30.575Z | Downloaded compact_str v0.8.0 |
990 | 2024-09-06T05:57:30.575Z | Downloaded chacha20poly1305 v0.10.1 |
991 | 2024-09-06T05:57:30.575Z | Downloaded bytes v1.7.1 |
992 | 2024-09-06T05:57:30.575Z | Downloaded aes v0.8.4 |
993 | 2024-09-06T05:57:30.575Z | Downloaded hyper-tls v0.5.0 |
994 | 2024-09-06T05:57:30.599Z | Downloaded hyper-staticfile v0.9.5 |
995 | 2024-09-06T05:57:30.599Z | Downloaded const-oid v0.9.6 |
996 | 2024-09-06T05:57:30.599Z | Downloaded cc v1.0.97 |
997 | 2024-09-06T05:57:30.623Z | Downloaded base64 v0.21.7 |
998 | 2024-09-06T05:57:30.623Z | Downloaded base64 v0.13.1 |
999 | 2024-09-06T05:57:30.623Z | Downloaded backtrace v0.3.71 |
1000 | 2024-09-06T05:57:30.623Z | Downloaded nodrop v0.1.14 |
1001 | 2024-09-06T05:57:30.623Z | Downloaded newtype_derive v0.1.6 |
1002 | 2024-09-06T05:57:30.623Z | Downloaded md5 v0.7.0 |
1003 | 2024-09-06T05:57:30.646Z | Downloaded match_cfg v0.1.0 |
1004 | 2024-09-06T05:57:30.646Z | Downloaded is_ci v1.2.0 |
1005 | 2024-09-06T05:57:30.646Z | Downloaded ident_case v1.0.1 |
1006 | 2024-09-06T05:57:30.646Z | Downloaded hostname v0.3.1 |
1007 | 2024-09-06T05:57:30.646Z | Downloaded home v0.5.9 |
1008 | 2024-09-06T05:57:30.646Z | Downloaded darling v0.20.9 |
1009 | 2024-09-06T05:57:30.646Z | Downloaded cstr-argument v0.1.2 |
1010 | 2024-09-06T05:57:30.647Z | Downloaded crc-catalog v2.4.0 |
1011 | 2024-09-06T05:57:30.647Z | Downloaded crc v3.2.1 |
1012 | 2024-09-06T05:57:30.647Z | Downloaded const_format_proc_macros v0.2.32 |
1013 | 2024-09-06T05:57:30.672Z | Downloaded const_format v0.2.32 |
1014 | 2024-09-06T05:57:30.672Z | Downloaded clang-sys v1.7.0 |
1015 | 2024-09-06T05:57:30.672Z | Downloaded ciborium v0.2.2 |
1016 | 2024-09-06T05:57:30.672Z | Downloaded block-padding v0.3.3 |
1017 | 2024-09-06T05:57:30.672Z | Downloaded blake2 v0.10.6 |
1018 | 2024-09-06T05:57:30.672Z | Downloaded http-range v0.1.5 |
1019 | 2024-09-06T05:57:30.672Z | Downloaded curve25519-dalek-derive v0.1.1 |
1020 | 2024-09-06T05:57:30.672Z | Downloaded csv-core v0.1.11 |
1021 | 2024-09-06T05:57:30.672Z | Downloaded crucible-workspace-hack v0.1.0 |
1022 | 2024-09-06T05:57:30.697Z | Downloaded crossbeam-utils v0.8.19 |
1023 | 2024-09-06T05:57:30.697Z | Downloaded crc-any v2.5.0 |
1024 | 2024-09-06T05:57:30.697Z | Downloaded cookie_store v0.20.0 |
1025 | 2024-09-06T05:57:30.697Z | Downloaded cookie v0.17.0 |
1026 | 2024-09-06T05:57:30.697Z | Downloaded convert_case v0.4.0 |
1027 | 2024-09-06T05:57:30.697Z | Downloaded console v0.15.8 |
1028 | 2024-09-06T05:57:30.697Z | Downloaded ciborium-ll v0.2.2 |
1029 | 2024-09-06T05:57:30.720Z | Downloaded chacha20 v0.9.1 |
1030 | 2024-09-06T05:57:30.720Z | Downloaded cfg_aliases v0.2.1 |
1031 | 2024-09-06T05:57:30.720Z | Downloaded cexpr v0.6.0 |
1032 | 2024-09-06T05:57:30.720Z | Downloaded cbc v0.1.2 |
1033 | 2024-09-06T05:57:30.720Z | Downloaded cassowary v0.3.0 |
1034 | 2024-09-06T05:57:30.720Z | Downloaded cancel-safe-futures v0.1.5 |
1035 | 2024-09-06T05:57:30.720Z | Downloaded bzip2 v0.4.4 |
1036 | 2024-09-06T05:57:30.720Z | Downloaded bitflags v1.3.2 |
1037 | 2024-09-06T05:57:30.744Z | Downloaded bitfield v0.14.0 |
1038 | 2024-09-06T05:57:30.744Z | Downloaded bit-set v0.5.3 |
1039 | 2024-09-06T05:57:30.744Z | Downloaded bcs v0.1.6 |
1040 | 2024-09-06T05:57:30.744Z | Downloaded bb8 v0.8.5 |
1041 | 2024-09-06T05:57:30.744Z | Downloaded base64ct v1.6.0 |
1042 | 2024-09-06T05:57:30.744Z | Downloaded ascii v1.1.0 |
1043 | 2024-09-06T05:57:30.744Z | Downloaded arrayvec v0.7.4 |
1044 | 2024-09-06T05:57:30.769Z | Downloaded argon2 v0.5.3 |
1045 | 2024-09-06T05:57:30.769Z | Downloaded arc-swap v1.7.1 |
1046 | 2024-09-06T05:57:30.769Z | Downloaded allocator-api2 v0.2.18 |
1047 | 2024-09-06T05:57:30.769Z | Downloaded crossbeam-deque v0.8.5 |
1048 | 2024-09-06T05:57:30.769Z | Downloaded castaway v0.2.3 |
1049 | 2024-09-06T05:57:30.769Z | Downloaded buf-list v1.0.3 |
1050 | 2024-09-06T05:57:30.793Z | Downloaded blowfish v0.9.1 |
1051 | 2024-09-06T05:57:30.793Z | Downloaded bitstruct_derive v0.1.0 |
1052 | 2024-09-06T05:57:30.793Z | Downloaded bitstruct v0.1.1 |
1053 | 2024-09-06T05:57:30.793Z | Downloaded bitfield-struct v0.6.1 |
1054 | 2024-09-06T05:57:30.793Z | Downloaded bit-vec v0.6.3 |
1055 | 2024-09-06T05:57:30.793Z | Downloaded bcrypt-pbkdf v0.10.0 |
1056 | 2024-09-06T05:57:30.793Z | Downloaded base16ct v0.2.0 |
1057 | 2024-09-06T05:57:30.793Z | Downloaded backoff v0.4.0 |
1058 | 2024-09-06T05:57:30.793Z | Downloaded atty v0.2.14 |
1059 | 2024-09-06T05:57:30.793Z | Downloaded atomic-waker v1.1.2 |
1060 | 2024-09-06T05:57:30.793Z | Downloaded async-trait v0.1.81 |
1061 | 2024-09-06T05:57:30.793Z | Downloaded async-stream-impl v0.3.5 |
1062 | 2024-09-06T05:57:30.817Z | Downloaded async-stream v0.3.5 |
1063 | 2024-09-06T05:57:30.817Z | Downloaded async-recursion v1.1.1 |
1064 | 2024-09-06T05:57:30.817Z | Downloaded async-bb8-diesel v0.2.1 |
1065 | 2024-09-06T05:57:30.818Z | Downloaded assert_matches v1.5.0 |
1066 | 2024-09-06T05:57:30.818Z | Downloaded ascii-canvas v3.0.0 |
1067 | 2024-09-06T05:57:30.818Z | Downloaded ahash v0.8.11 |
1068 | 2024-09-06T05:57:30.818Z | Downloaded adler2 v2.0.0 |
1069 | 2024-09-06T05:57:30.818Z | Downloaded addr2line v0.21.0 |
1070 | 2024-09-06T05:57:30.843Z | Downloaded constant_time_eq v0.3.0 |
1071 | 2024-09-06T05:57:30.843Z | Downloaded colored v2.1.0 |
1072 | 2024-09-06T05:57:30.843Z | Downloaded cobs v0.2.3 |
1073 | 2024-09-06T05:57:30.843Z | Downloaded cipher v0.4.4 |
1074 | 2024-09-06T05:57:30.843Z | Downloaded ciborium-io v0.2.2 |
1075 | 2024-09-06T05:57:30.843Z | Downloaded arrayref v0.3.7 |
1076 | 2024-09-06T05:57:30.843Z | Downloaded array-init v0.0.4 |
1077 | 2024-09-06T05:57:30.868Z | Downloaded aead v0.5.2 |
1078 | 2024-09-06T05:57:30.868Z | Downloaded adler v1.0.2 |
1079 | 2024-09-06T05:57:31.082Z | Compiling serde v1.0.208 |
1080 | 2024-09-06T05:57:31.082Z | Compiling typenum v1.17.0 |
1081 | 2024-09-06T05:57:31.082Z | Compiling lock_api v0.4.12 |
1082 | 2024-09-06T05:57:31.105Z | Compiling generic-array v0.14.7 |
1083 | 2024-09-06T05:57:31.105Z | Compiling scopeguard v1.2.0 |
1084 | 2024-09-06T05:57:31.105Z | Compiling log v0.4.21 |
1085 | 2024-09-06T05:57:31.128Z | Compiling syn v2.0.74 |
1086 | 2024-09-06T05:57:31.128Z | Compiling getrandom v0.2.14 |
1087 | 2024-09-06T05:57:31.365Z | Compiling jobserver v0.1.32 |
1088 | 2024-09-06T05:57:31.458Z | Compiling rand_core v0.6.4 |
1089 | 2024-09-06T05:57:31.649Z | Compiling subtle v2.5.0 |
1090 | 2024-09-06T05:57:31.672Z | Compiling const-oid v0.9.6 |
1091 | 2024-09-06T05:57:31.696Z | Compiling smallvec v1.13.2 |
1092 | 2024-09-06T05:57:31.938Z | Compiling cc v1.0.97 |
1093 | 2024-09-06T05:57:31.962Z | Compiling pin-project-lite v0.2.14 |
1094 | 2024-09-06T05:57:32.070Z | Compiling parking_lot_core v0.9.10 |
1095 | 2024-09-06T05:57:32.093Z | Compiling signal-hook-registry v1.4.2 |
1096 | 2024-09-06T05:57:32.117Z | Compiling spin v0.9.8 |
1097 | 2024-09-06T05:57:32.211Z | Compiling mio v1.0.2 |
1098 | 2024-09-06T05:57:32.491Z | Compiling ahash v0.8.11 |
1099 | 2024-09-06T05:57:32.884Z | Compiling tinyvec_macros v0.1.1 |
1100 | 2024-09-06T05:57:32.986Z | Compiling parking_lot v0.12.2 |
1101 | 2024-09-06T05:57:33.010Z | Compiling tinyvec v1.6.0 |
1102 | 2024-09-06T05:57:33.206Z | Compiling socket2 v0.5.7 |
1103 | 2024-09-06T05:57:33.385Z | Compiling futures-sink v0.3.30 |
1104 | 2024-09-06T05:57:33.408Z | Compiling serde_json v1.0.125 |
1105 | 2024-09-06T05:57:33.473Z | Compiling cpufeatures v0.2.12 |
1106 | 2024-09-06T05:57:33.535Z | Compiling libm v0.2.8 |
1107 | 2024-09-06T05:57:33.578Z | Compiling futures-core v0.3.30 |
1108 | 2024-09-06T05:57:33.751Z | Compiling slab v0.4.9 |
1109 | 2024-09-06T05:57:33.820Z | Compiling num-traits v0.2.19 |
1110 | 2024-09-06T05:57:33.844Z | Compiling allocator-api2 v0.2.18 |
1111 | 2024-09-06T05:57:33.891Z | Compiling unicode-bidi v0.3.15 |
1112 | 2024-09-06T05:57:34.309Z | Compiling unicode-normalization v0.1.23 |
1113 | 2024-09-06T05:57:34.335Z | Compiling futures-channel v0.3.30 |
1114 | 2024-09-06T05:57:34.449Z | Compiling pin-utils v0.1.0 |
1115 | 2024-09-06T05:57:34.541Z | Compiling vcpkg v0.2.15 |
1116 | 2024-09-06T05:57:34.588Z | Compiling futures-task v0.3.30 |
1117 | 2024-09-06T05:57:34.712Z | Compiling futures-io v0.3.30 |
1118 | 2024-09-06T05:57:34.884Z | Compiling pkg-config v0.3.30 |
1119 | 2024-09-06T05:57:35.263Z | Compiling base64ct v1.6.0 |
1120 | 2024-09-06T05:57:35.301Z | Compiling ppv-lite86 v0.2.17 |
1121 | 2024-09-06T05:57:35.325Z | Compiling percent-encoding v2.3.1 |
1122 | 2024-09-06T05:57:35.723Z | Compiling ring v0.17.8 |
1123 | 2024-09-06T05:57:35.794Z | Compiling flagset v0.4.5 |
1124 | 2024-09-06T05:57:35.949Z | Compiling pem-rfc7468 v0.7.0 |
1125 | 2024-09-06T05:57:36.003Z | Compiling tracing-core v0.1.32 |
1126 | 2024-09-06T05:57:36.091Z | Compiling rand_chacha v0.3.1 |
1127 | 2024-09-06T05:57:36.468Z | Compiling untrusted v0.9.0 |
1128 | 2024-09-06T05:57:36.649Z | Compiling rustix v0.38.34 |
1129 | 2024-09-06T05:57:36.673Z | Compiling openssl-sys v0.9.103 |
1130 | 2024-09-06T05:57:36.701Z | Compiling rand v0.8.5 |
1131 | 2024-09-06T05:57:37.082Z | Compiling httparse v1.8.0 |
1132 | 2024-09-06T05:57:37.351Z | Compiling openssl v0.10.66 |
1133 | 2024-09-06T05:57:37.500Z | Compiling num-conv v0.1.0 |
1134 | 2024-09-06T05:57:37.550Z | Compiling foreign-types-shared v0.1.1 |
1135 | 2024-09-06T05:57:37.676Z | Compiling powerfmt v0.2.0 |
1136 | 2024-09-06T05:57:37.788Z | Compiling time-core v0.1.2 |
1137 | 2024-09-06T05:57:37.830Z | Compiling rustversion v1.0.17 |
1138 | 2024-09-06T05:57:37.954Z | Compiling time-macros v0.2.18 |
1139 | 2024-09-06T05:57:38.086Z | Compiling deranged v0.3.11 |
1140 | 2024-09-06T05:57:38.163Z | Compiling foreign-types v0.3.2 |
1141 | 2024-09-06T05:57:38.292Z | Compiling form_urlencoded v1.2.1 |
1142 | 2024-09-06T05:57:38.538Z | Compiling aho-corasick v1.1.3 |
1143 | 2024-09-06T05:57:38.562Z | Compiling siphasher v0.3.11 |
1144 | 2024-09-06T05:57:38.586Z | Compiling crossbeam-utils v0.8.19 |
1145 | 2024-09-06T05:57:38.899Z | Compiling try-lock v0.2.5 |
1146 | 2024-09-06T05:57:39.041Z | Compiling regex-syntax v0.8.4 |
1147 | 2024-09-06T05:57:39.066Z | Compiling num_threads v0.1.7 |
1148 | 2024-09-06T05:57:39.154Z | Compiling native-tls v0.2.11 |
1149 | 2024-09-06T05:57:39.187Z | Compiling syn v1.0.109 |
1150 | 2024-09-06T05:57:39.454Z | Compiling rustls v0.21.12 |
1151 | 2024-09-06T05:57:39.754Z | Compiling want v0.3.1 |
1152 | 2024-09-06T05:57:40.038Z | Compiling idna v0.5.0 |
1153 | 2024-09-06T05:57:40.471Z | Compiling cookie v0.17.0 |
1154 | 2024-09-06T05:57:40.755Z | Compiling time v0.3.36 |
1155 | 2024-09-06T05:57:40.809Z | Compiling openssl-probe v0.1.5 |
1156 | 2024-09-06T05:57:41.080Z | Compiling httpdate v1.0.3 |
1157 | 2024-09-06T05:57:41.149Z | Compiling iana-time-zone v0.1.60 |
1158 | 2024-09-06T05:57:41.381Z | Compiling finl_unicode v1.2.0 |
1159 | 2024-09-06T05:57:41.491Z | Compiling slog v2.7.0 |
1160 | 2024-09-06T05:57:41.575Z | Compiling tower-service v0.3.2 |
1161 | 2024-09-06T05:57:41.772Z | Compiling url v2.5.2 |
1162 | 2024-09-06T05:57:41.888Z | Compiling stringprep v0.1.4 |
1163 | 2024-09-06T05:57:42.043Z | Compiling regex-automata v0.4.6 |
1164 | 2024-09-06T05:57:43.483Z | Compiling num-integer v0.1.46 |
1165 | 2024-09-06T05:57:43.909Z | Compiling serde_derive v1.0.208 |
1166 | 2024-09-06T05:57:44.183Z | Compiling zeroize_derive v1.4.2 |
1167 | 2024-09-06T05:57:44.439Z | Compiling zerocopy-derive v0.7.34 |
1168 | 2024-09-06T05:57:44.779Z | Compiling tokio-macros v2.4.0 |
1169 | 2024-09-06T05:57:45.301Z | Compiling thiserror-impl v1.0.63 |
1170 | 2024-09-06T05:57:45.552Z | Compiling zeroize v1.7.0 |
1171 | 2024-09-06T05:57:45.752Z | Compiling futures-macro v0.3.30 |
1172 | 2024-09-06T05:57:46.284Z | Compiling der_derive v0.7.2 |
1173 | 2024-09-06T05:57:46.391Z | Compiling zerocopy v0.7.34 |
1174 | 2024-09-06T05:57:47.158Z | Compiling crypto-common v0.1.6 |
1175 | 2024-09-06T05:57:47.380Z | Compiling block-buffer v0.10.4 |
1176 | 2024-09-06T05:57:47.465Z | Compiling block-padding v0.3.3 |
1177 | 2024-09-06T05:57:47.663Z | Compiling digest v0.10.7 |
1178 | 2024-09-06T05:57:47.851Z | Compiling inout v0.1.3 |
1179 | 2024-09-06T05:57:48.107Z | Compiling hmac v0.12.1 |
1180 | 2024-09-06T05:57:48.140Z | Compiling sha2 v0.10.8 |
1181 | 2024-09-06T05:57:48.229Z | Compiling thiserror v1.0.63 |
1182 | 2024-09-06T05:57:48.297Z | Compiling hashbrown v0.14.5 |
1183 | 2024-09-06T05:57:48.351Z | Compiling cipher v0.4.4 |
1184 | 2024-09-06T05:57:48.375Z | Compiling futures-util v0.3.30 |
1185 | 2024-09-06T05:57:48.449Z | Compiling pest v2.7.10 |
1186 | 2024-09-06T05:57:48.809Z | Compiling salsa20 v0.10.2 |
1187 | 2024-09-06T05:57:49.016Z | Compiling der v0.7.9 |
1188 | 2024-09-06T05:57:49.502Z | Compiling pbkdf2 v0.12.2 |
1189 | 2024-09-06T05:57:49.661Z | Compiling scroll_derive v0.12.0 |
1190 | 2024-09-06T05:57:50.935Z | Compiling pest_meta v2.7.10 |
1191 | 2024-09-06T05:57:51.149Z | Compiling tracing-attributes v0.1.27 |
1192 | 2024-09-06T05:57:51.280Z | Compiling scroll v0.12.0 |
1193 | 2024-09-06T05:57:51.855Z | Compiling spki v0.7.3 |
1194 | 2024-09-06T05:57:52.232Z | Compiling pest_generator v2.7.10 |
1195 | 2024-09-06T05:57:52.256Z | Compiling scrypt v0.11.0 |
1196 | 2024-09-06T05:57:52.894Z | Compiling cbc v0.1.2 |
1197 | 2024-09-06T05:57:53.128Z | Compiling aes v0.8.4 |
1198 | 2024-09-06T05:57:53.473Z | Compiling goblin v0.8.2 |
1199 | 2024-09-06T05:57:54.030Z | Compiling pkcs5 v0.7.1 |
1200 | 2024-09-06T05:57:54.123Z | Compiling openssl-macros v0.1.1 |
1201 | 2024-09-06T05:57:54.705Z | Compiling tracing v0.1.40 |
1202 | 2024-09-06T05:57:54.916Z | Compiling pkcs8 v0.10.2 |
1203 | 2024-09-06T05:57:55.183Z | Compiling sct v0.7.1 |
1204 | 2024-09-06T05:57:55.224Z | Compiling rustls-webpki v0.101.7 |
1205 | 2024-09-06T05:57:55.428Z | Compiling md-5 v0.10.6 |
1206 | 2024-09-06T05:57:55.510Z | Compiling backtrace v0.3.71 |
1207 | 2024-09-06T05:57:55.576Z | Compiling pest_derive v2.7.10 |
1208 | 2024-09-06T05:57:55.617Z | Compiling idna v0.3.0 |
1209 | 2024-09-06T05:57:55.654Z | Compiling lazy_static v1.5.0 |
1210 | 2024-09-06T05:57:55.742Z | Compiling hash32 v0.2.1 |
1211 | 2024-09-06T05:57:55.783Z | Compiling psl-types v2.0.11 |
1212 | 2024-09-06T05:57:55.972Z | Compiling crc32fast v1.4.0 |
1213 | 2024-09-06T05:57:56.112Z | Compiling num-bigint-dig v0.8.4 |
1214 | 2024-09-06T05:57:56.330Z | Compiling dtrace-parser v0.2.0 |
1215 | 2024-09-06T05:57:56.384Z | Compiling bytes v1.7.1 |
1216 | 2024-09-06T05:57:56.437Z | Compiling bitflags v2.6.0 |
1217 | 2024-09-06T05:57:56.836Z | Compiling indexmap v2.4.0 |
1218 | 2024-09-06T05:57:56.961Z | Compiling semver v1.0.23 |
1219 | 2024-09-06T05:57:57.508Z | Compiling tokio v1.39.3 |
1220 | 2024-09-06T05:57:57.679Z | Compiling http v0.2.12 |
1221 | 2024-09-06T05:57:58.096Z | Compiling rustc_version v0.4.0 |
1222 | 2024-09-06T05:57:58.774Z | Compiling heapless v0.7.17 |
1223 | 2024-09-06T05:57:59.155Z | Compiling http-body v0.4.6 |
1224 | 2024-09-06T05:57:59.450Z | Compiling dof v0.3.0 |
1225 | 2024-09-06T05:57:59.583Z | Compiling uuid v1.10.0 |
1226 | 2024-09-06T05:57:59.730Z | Compiling serde_spanned v0.6.7 |
1227 | 2024-09-06T05:57:59.863Z | Compiling toml_datetime v0.6.8 |
1228 | 2024-09-06T05:57:59.938Z | Compiling serde_tokenstream v0.2.2 |
1229 | 2024-09-06T05:58:00.317Z | Compiling usdt-impl v0.5.0 |
1230 | 2024-09-06T05:58:00.476Z | Compiling chrono v0.4.38 |
1231 | 2024-09-06T05:58:00.812Z | Compiling fallible-iterator v0.2.0 |
1232 | 2024-09-06T05:58:01.399Z | Compiling signal-hook v0.3.17 |
1233 | 2024-09-06T05:58:01.424Z | Compiling smoltcp v0.9.1 |
1234 | 2024-09-06T05:58:01.642Z | Compiling base64 v0.22.1 |
1235 | 2024-09-06T05:58:01.679Z | Compiling adler v1.0.2 |
1236 | 2024-09-06T05:58:01.891Z | Compiling gimli v0.28.1 |
1237 | 2024-09-06T05:58:02.070Z | Compiling stable_deref_trait v1.2.0 |
1238 | 2024-09-06T05:58:02.327Z | Compiling postgres-protocol v0.6.7 |
1239 | 2024-09-06T05:58:02.716Z | Compiling miniz_oxide v0.7.2 |
1240 | 2024-09-06T05:58:03.326Z | Compiling terminal_size v0.3.0 |
1241 | 2024-09-06T05:58:03.575Z | Compiling publicsuffix v2.2.3 |
1242 | 2024-09-06T05:58:03.622Z | Compiling hubpack_derive v0.1.1 |
1243 | 2024-09-06T05:58:03.772Z | Compiling num-iter v0.1.45 |
1244 | 2024-09-06T05:58:03.797Z | Compiling zerocopy-derive v0.6.6 |
1245 | 2024-09-06T05:58:03.947Z | Compiling async-trait v0.1.81 |
1246 | 2024-09-06T05:58:04.428Z | Compiling phf_shared v0.11.2 |
1247 | 2024-09-06T05:58:04.751Z | Compiling tokio-util v0.7.11 |
1248 | 2024-09-06T05:58:04.776Z | Compiling tokio-rustls v0.24.1 |
1249 | 2024-09-06T05:58:04.995Z | Compiling tokio-native-tls v0.3.1 |
1250 | 2024-09-06T05:58:05.148Z | Compiling serde_derive_internals v0.29.1 |
1251 | 2024-09-06T05:58:05.248Z | Compiling ff v0.13.0 |
1252 | 2024-09-06T05:58:05.458Z | Compiling addr2line v0.21.0 |
1253 | 2024-09-06T05:58:05.711Z | Compiling h2 v0.3.26 |
1254 | 2024-09-06T05:58:05.794Z | Compiling object v0.32.2 |
1255 | 2024-09-06T05:58:06.019Z | Compiling fs-err v2.11.0 |
1256 | 2024-09-06T05:58:06.126Z | Compiling base16ct v0.2.0 |
1257 | 2024-09-06T05:58:06.150Z | Compiling either v1.13.0 |
1258 | 2024-09-06T05:58:06.299Z | Compiling schemars v0.8.21 |
1259 | 2024-09-06T05:58:06.417Z | Compiling managed v0.8.0 |
1260 | 2024-09-06T05:58:06.441Z | Compiling ipnet v2.9.0 |
1261 | 2024-09-06T05:58:06.524Z | Compiling winnow v0.5.40 |
1262 | 2024-09-06T05:58:06.614Z | Compiling rustc-demangle v0.1.24 |
1263 | 2024-09-06T05:58:06.809Z | Compiling base64 v0.21.7 |
1264 | 2024-09-06T05:58:07.444Z | Compiling anyhow v1.0.86 |
1265 | 2024-09-06T05:58:07.468Z | Compiling adler2 v2.0.0 |
1266 | 2024-09-06T05:58:07.520Z | Compiling bitflags v1.3.2 |
1267 | 2024-09-06T05:58:07.555Z | Compiling schemars_derive v0.8.21 |
1268 | 2024-09-06T05:58:07.705Z | Compiling miniz_oxide v0.8.0 |
1269 | 2024-09-06T05:58:08.205Z | Compiling rustls-pemfile v1.0.4 |
1270 | 2024-09-06T05:58:08.590Z | Compiling clap_builder v4.5.15 |
1271 | 2024-09-06T05:58:09.055Z | Compiling sec1 v0.7.3 |
1272 | 2024-09-06T05:58:09.505Z | Compiling toml_edit v0.19.15 |
1273 | 2024-09-06T05:58:09.698Z | Compiling zerocopy v0.6.6 |
1274 | 2024-09-06T05:58:09.803Z | Compiling group v0.13.0 |
1275 | 2024-09-06T05:58:10.098Z | Compiling phf v0.11.2 |
1276 | 2024-09-06T05:58:10.321Z | Compiling hubpack v0.1.2 |
1277 | 2024-09-06T05:58:10.360Z | Compiling cookie_store v0.20.0 |
1278 | 2024-09-06T05:58:11.077Z | Compiling postgres-types v0.2.7 |
1279 | 2024-09-06T05:58:11.724Z | Compiling hyper v0.14.30 |
1280 | 2024-09-06T05:58:12.225Z | Compiling usdt-attr-macro v0.5.0 |
1281 | 2024-09-06T05:58:12.336Z | Compiling usdt-macro v0.5.0 |
1282 | 2024-09-06T05:58:13.553Z | Compiling serde_urlencoded v0.7.1 |
1283 | 2024-09-06T05:58:13.652Z | Compiling pkcs1 v0.7.5 |
1284 | 2024-09-06T05:58:14.001Z | Compiling futures-executor v0.3.30 |
1285 | 2024-09-06T05:58:14.487Z | Compiling hkdf v0.12.4 |
1286 | 2024-09-06T05:58:14.538Z | Compiling signature v2.2.0 |
1287 | 2024-09-06T05:58:14.621Z | Compiling crypto-bigint v0.5.5 |
1288 | 2024-09-06T05:58:14.744Z | Compiling bstr v1.9.1 |
1289 | 2024-09-06T05:58:14.769Z | Compiling regex v1.10.6 |
1290 | 2024-09-06T05:58:14.809Z | Compiling serde_repr v0.1.19 |
1291 | 2024-09-06T05:58:15.727Z | Compiling clap_derive v4.5.13 |
1292 | 2024-09-06T05:58:15.841Z | Compiling strum_macros v0.25.3 |
1293 | 2024-09-06T05:58:16.232Z | Compiling enum-as-inner v0.6.0 |
1294 | 2024-09-06T05:58:16.302Z | Compiling phf_shared v0.10.0 |
1295 | 2024-09-06T05:58:16.407Z | Compiling float-cmp v0.9.0 |
1296 | 2024-09-06T05:58:16.616Z | Compiling idna v0.4.0 |
1297 | 2024-09-06T05:58:16.659Z | Compiling mio v0.8.11 |
1298 | 2024-09-06T05:58:17.111Z | Compiling encoding_rs v0.8.34 |
1299 | 2024-09-06T05:58:17.797Z | Compiling hyper-rustls v0.24.2 |
1300 | 2024-09-06T05:58:17.949Z | Compiling hyper-tls v0.5.0 |
1301 | 2024-09-06T05:58:18.099Z | Compiling difflib v0.4.0 |
1302 | 2024-09-06T05:58:18.253Z | Compiling sync_wrapper v0.1.2 |
1303 | 2024-09-06T05:58:18.375Z | Compiling webpki-roots v0.25.4 |
1304 | 2024-09-06T05:58:18.524Z | Compiling predicates-core v1.0.6 |
1305 | 2024-09-06T05:58:18.825Z | Compiling whoami v1.5.1 |
1306 | 2024-09-06T05:58:19.131Z | Compiling data-encoding v2.6.0 |
1307 | 2024-09-06T05:58:19.383Z | Compiling fixedbitset v0.4.2 |
1308 | 2024-09-06T05:58:19.442Z | Compiling minimal-lexical v0.2.1 |
1309 | 2024-09-06T05:58:19.628Z | Compiling dyn-clone v1.0.17 |
1310 | 2024-09-06T05:58:19.678Z | Compiling new_debug_unreachable v1.0.6 |
1311 | 2024-09-06T05:58:19.783Z | Compiling normalize-line-endings v0.3.0 |
1312 | 2024-09-06T05:58:19.823Z | Compiling static_assertions v1.1.0 |
1313 | 2024-09-06T05:58:19.864Z | Compiling precomputed-hash v0.1.1 |
1314 | 2024-09-06T05:58:19.903Z | Compiling mime v0.3.17 |
1315 | 2024-09-06T05:58:19.935Z | Compiling bit-vec v0.6.3 |
1316 | 2024-09-06T05:58:19.936Z | Compiling unicode-segmentation v1.11.0 |
1317 | 2024-09-06T05:58:19.963Z | Compiling console v0.15.8 |
1318 | 2024-09-06T05:58:20.154Z | Compiling string_cache v0.8.7 |
1319 | 2024-09-06T05:58:20.303Z | Compiling bit-set v0.5.3 |
1320 | 2024-09-06T05:58:20.396Z | Compiling reqwest v0.11.27 |
1321 | 2024-09-06T05:58:20.551Z | Compiling similar v2.6.0 |
1322 | 2024-09-06T05:58:20.618Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1323 | 2024-09-06T05:58:20.642Z | Compiling predicates v3.1.2 |
1324 | 2024-09-06T05:58:20.691Z | Compiling nom v7.1.3 |
1325 | 2024-09-06T05:58:21.225Z | Compiling hickory-proto v0.24.1 |
1326 | 2024-09-06T05:58:22.057Z | Compiling clap v4.5.16 |
1327 | 2024-09-06T05:58:22.165Z | Compiling petgraph v0.6.5 |
1328 | 2024-09-06T05:58:22.349Z | Compiling toml_edit v0.22.20 |
1329 | 2024-09-06T05:58:22.574Z | Compiling tokio-postgres v0.7.11 |
1330 | 2024-09-06T05:58:23.635Z | Compiling signal-hook-mio v0.2.4 |
1331 | 2024-09-06T05:58:23.787Z | Compiling elliptic-curve v0.13.8 |
1332 | 2024-09-06T05:58:24.153Z | Compiling usdt v0.5.0 |
1333 | 2024-09-06T05:58:24.467Z | Compiling rsa v0.9.6 |
1334 | 2024-09-06T05:58:24.588Z | Compiling futures v0.3.30 |
1335 | 2024-09-06T05:58:25.457Z | Compiling toml v0.7.8 |
1336 | 2024-09-06T05:58:25.481Z | Compiling flate2 v1.0.33 |
1337 | 2024-09-06T05:58:26.305Z | Compiling itertools v0.10.5 |
1338 | 2024-09-06T05:58:26.449Z | Compiling itertools v0.12.1 |
1339 | 2024-09-06T05:58:26.920Z | Compiling tokio-stream v0.1.15 |
1340 | 2024-09-06T05:58:27.080Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-09-06T05:58:27.775Z | Compiling hex v0.4.3 |
1342 | 2024-09-06T05:58:28.266Z | Compiling sha1 v0.10.6 |
1343 | 2024-09-06T05:58:28.621Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-09-06T05:58:28.646Z | Compiling dirs-sys-next v0.1.2 |
1345 | 2024-09-06T05:58:28.956Z | Compiling peg-runtime v0.8.3 |
1346 | 2024-09-06T05:58:29.227Z | Compiling lalrpop-util v0.19.12 |
1347 | 2024-09-06T05:58:29.268Z | Compiling unicode-xid v0.2.4 |
1348 | 2024-09-06T05:58:29.292Z | Compiling dirs-next v2.0.0 |
1349 | 2024-09-06T05:58:29.423Z | Compiling thread_local v1.1.8 |
1350 | 2024-09-06T05:58:29.496Z | Compiling slog-async v2.8.0 |
1351 | 2024-09-06T05:58:29.524Z | Compiling term v0.7.0 |
1352 | 2024-09-06T05:58:29.552Z | Compiling xattr v1.3.1 |
1353 | 2024-09-06T05:58:29.681Z | Compiling crossbeam-channel v0.5.12 |
1354 | 2024-09-06T05:58:29.799Z | Compiling strum_macros v0.26.4 |
1355 | 2024-09-06T05:58:29.923Z | Compiling is-terminal v0.4.12 |
1356 | 2024-09-06T05:58:30.024Z | Compiling filetime v0.2.25 |
1357 | 2024-09-06T05:58:30.056Z | Compiling take_mut v0.2.2 |
1358 | 2024-09-06T05:58:30.241Z | Compiling tar v0.4.41 |
1359 | 2024-09-06T05:58:30.329Z | Compiling slog-term v2.9.1 |
1360 | 2024-09-06T05:58:30.696Z | Compiling camino v1.1.9 |
1361 | 2024-09-06T05:58:32.098Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1362 | 2024-09-06T05:58:33.023Z | Compiling strum v0.26.3 |
1363 | 2024-09-06T05:58:33.134Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1364 | 2024-09-06T05:58:39.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1365 | 2024-09-06T05:58:39.744Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1366 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.632 INFO Starting download, target: Clickhouse |
1367 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: Cockroach |
1368 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: Console |
1369 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: DendriteOpenapi |
1370 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: DendriteStub |
1371 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: MaghemiteMgd |
1372 | 2024-09-06T05:58:39.819Z | Sep 06 05:58:39.633 INFO Starting download, target: TransceiverControl |
1373 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.635 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1374 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.635 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1375 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.635 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1376 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.635 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1377 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.635 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1378 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1379 | 2024-09-06T05:58:39.844Z | Sep 06 05:58:39.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1380 | 2024-09-06T05:58:40.099Z | Sep 06 05:58:39.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1381 | 2024-09-06T05:58:40.350Z | Sep 06 05:58:40.161 INFO Download complete, target: DendriteOpenapi |
1382 | 2024-09-06T05:58:40.420Z | Sep 06 05:58:40.234 INFO Download complete, target: Console |
1383 | 2024-09-06T05:58:41.510Z | Sep 06 05:58:41.324 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1384 | 2024-09-06T05:58:43.765Z | Sep 06 05:58:43.579 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1385 | 2024-09-06T05:58:44.562Z | Sep 06 05:58:44.376 INFO Download complete, target: DendriteStub |
1386 | 2024-09-06T05:58:44.643Z | Sep 06 05:58:44.456 INFO Download complete, target: TransceiverControl |
1387 | 2024-09-06T05:58:48.624Z | Sep 06 05:58:48.438 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1388 | 2024-09-06T05:58:49.315Z | Sep 06 05:58:49.129 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1389 | 2024-09-06T05:58:50.688Z | Sep 06 05:58:50.502 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1390 | 2024-09-06T05:58:50.688Z | Sep 06 05:58:50.502 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1391 | 2024-09-06T05:58:52.538Z | Sep 06 05:58:52.352 INFO Download complete, target: MaghemiteMgd |
1392 | 2024-09-06T05:58:59.780Z | Sep 06 05:58:59.594 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1393 | 2024-09-06T05:59:00.204Z | Sep 06 05:59:00.018 INFO Checking that binary works, target: Cockroach |
1394 | 2024-09-06T05:59:00.468Z | Sep 06 05:59:00.283 INFO Download complete, target: Cockroach |
1395 | 2024-09-06T05:59:04.116Z | Sep 06 05:59:03.930 INFO Checking that binary works, target: Clickhouse |
1396 | 2024-09-06T05:59:04.305Z | Sep 06 05:59:04.119 INFO Download complete, target: Clickhouse |
1397 | 2024-09-06T05:59:04.329Z | All prerequisites installed successfully |
1398 | 2024-09-06T05:59:04.329Z | |
1399 | 2024-09-06T05:59:04.329Z | real 3:59.302246382 |
1400 | 2024-09-06T05:59:04.330Z | user 10:17.789640094 |
1401 | 2024-09-06T05:59:04.330Z | sys 2:28.584965475 |
1402 | 2024-09-06T05:59:04.330Z | trap 0.338358120 |
1403 | 2024-09-06T05:59:04.330Z | tflt 0.677135912 |
1404 | 2024-09-06T05:59:04.330Z | dflt 1.513522803 |
1405 | 2024-09-06T05:59:04.330Z | kflt 0.007794173 |
1406 | 2024-09-06T05:59:04.330Z | lock 21:56.056569700 |
1407 | 2024-09-06T05:59:04.330Z | slp 39:17.739132757 |
1408 | 2024-09-06T05:59:04.330Z | lat 44.418295213 |
1409 | 2024-09-06T05:59:04.330Z | stop 1:48.208315682 |
1410 | 2024-09-06T05:59:04.330Z | + ptime -m cargo xtask download softnpu |
1411 | 2024-09-06T05:59:05.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1412 | 2024-09-06T05:59:05.134Z | Running `target/debug/xtask download softnpu` |
1413 | 2024-09-06T05:59:06.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
1414 | 2024-09-06T05:59:06.305Z | Running `target/debug/xtask-downloader softnpu` |
1415 | 2024-09-06T05:59:06.356Z | Sep 06 05:59:06.170 INFO Starting download, target: Softnpu |
1416 | 2024-09-06T05:59:06.380Z | Sep 06 05:59:06.172 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1417 | 2024-09-06T05:59:07.903Z | Sep 06 05:59:07.716 INFO Download complete, target: Softnpu |
1418 | 2024-09-06T05:59:07.927Z | |
1419 | 2024-09-06T05:59:07.927Z | real 3.581808939 |
1420 | 2024-09-06T05:59:07.927Z | user 1.682879351 |
1421 | 2024-09-06T05:59:07.927Z | sys 0.971570637 |
1422 | 2024-09-06T05:59:07.927Z | trap 0.000326471 |
1423 | 2024-09-06T05:59:07.927Z | tflt 0.000002715 |
1424 | 2024-09-06T05:59:07.927Z | dflt 0.000098065 |
1425 | 2024-09-06T05:59:07.927Z | kflt 0.000000000 |
1426 | 2024-09-06T05:59:07.927Z | lock 16.122102747 |
1427 | 2024-09-06T05:59:07.927Z | slp 1.466064125 |
1428 | 2024-09-06T05:59:07.927Z | lat 0.159851695 |
1429 | 2024-09-06T05:59:07.927Z | stop 0.000655236 |
1430 | 2024-09-06T05:59:07.927Z | + export CARGO_INCREMENTAL=0 |
1431 | 2024-09-06T05:59:07.927Z | + CARGO_INCREMENTAL=0 |
1432 | 2024-09-06T05:59:07.927Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1433 | 2024-09-06T05:59:09.243Z | Compiling proc-macro2 v1.0.86 |
1434 | 2024-09-06T05:59:09.243Z | Compiling unicode-ident v1.0.12 |
1435 | 2024-09-06T05:59:09.243Z | Compiling libc v0.2.158 |
1436 | 2024-09-06T05:59:09.267Z | Compiling serde v1.0.208 |
1437 | 2024-09-06T05:59:09.267Z | Compiling version_check v0.9.5 |
1438 | 2024-09-06T05:59:09.267Z | Compiling autocfg v1.3.0 |
1439 | 2024-09-06T05:59:09.267Z | Compiling cfg-if v1.0.0 |
1440 | 2024-09-06T05:59:09.292Z | Compiling once_cell v1.19.0 |
1441 | 2024-09-06T05:59:09.486Z | Compiling typenum v1.17.0 |
1442 | 2024-09-06T05:59:09.511Z | Compiling memchr v2.7.2 |
1443 | 2024-09-06T05:59:09.906Z | Compiling generic-array v0.14.7 |
1444 | 2024-09-06T05:59:10.015Z | Compiling lock_api v0.4.12 |
1445 | 2024-09-06T05:59:10.199Z | Compiling ahash v0.8.11 |
1446 | 2024-09-06T05:59:10.312Z | Compiling byteorder v1.5.0 |
1447 | 2024-09-06T05:59:10.337Z | Compiling serde_json v1.0.125 |
1448 | 2024-09-06T05:59:10.500Z | Compiling libm v0.2.8 |
1449 | 2024-09-06T05:59:10.614Z | Compiling quote v1.0.36 |
1450 | 2024-09-06T05:59:10.721Z | Compiling num-traits v0.2.19 |
1451 | 2024-09-06T05:59:10.776Z | Compiling parking_lot_core v0.9.10 |
1452 | 2024-09-06T05:59:10.863Z | Compiling thiserror v1.0.63 |
1453 | 2024-09-06T05:59:10.980Z | Compiling syn v2.0.74 |
1454 | 2024-09-06T05:59:11.133Z | Compiling getrandom v0.2.14 |
1455 | 2024-09-06T05:59:11.188Z | Compiling jobserver v0.1.32 |
1456 | 2024-09-06T05:59:11.291Z | Compiling scopeguard v1.2.0 |
1457 | 2024-09-06T05:59:11.479Z | Compiling log v0.4.21 |
1458 | 2024-09-06T05:59:11.542Z | Compiling cc v1.0.97 |
1459 | 2024-09-06T05:59:11.629Z | Compiling itoa v1.0.11 |
1460 | 2024-09-06T05:59:11.896Z | Compiling allocator-api2 v0.2.18 |
1461 | 2024-09-06T05:59:11.920Z | Compiling rand_core v0.6.4 |
1462 | 2024-09-06T05:59:11.945Z | Compiling slab v0.4.9 |
1463 | 2024-09-06T05:59:12.320Z | Compiling semver v1.0.23 |
1464 | 2024-09-06T05:59:12.368Z | Compiling pin-project-lite v0.2.14 |
1465 | 2024-09-06T05:59:12.624Z | Compiling ryu v1.0.18 |
1466 | 2024-09-06T05:59:12.869Z | Compiling equivalent v1.0.1 |
1467 | 2024-09-06T05:59:12.893Z | Compiling smallvec v1.13.2 |
1468 | 2024-09-06T05:59:12.963Z | Compiling pkg-config v0.3.30 |
1469 | 2024-09-06T05:59:12.988Z | Compiling vcpkg v0.2.15 |
1470 | 2024-09-06T05:59:13.221Z | Compiling schemars v0.8.21 |
1471 | 2024-09-06T05:59:13.390Z | Compiling spin v0.9.8 |
1472 | 2024-09-06T05:59:13.880Z | Compiling signal-hook-registry v1.4.2 |
1473 | 2024-09-06T05:59:14.035Z | Compiling subtle v2.5.0 |
1474 | 2024-09-06T05:59:14.433Z | Compiling ring v0.17.8 |
1475 | 2024-09-06T05:59:14.478Z | Compiling openssl-sys v0.9.103 |
1476 | 2024-09-06T05:59:14.549Z | Compiling parking_lot v0.12.2 |
1477 | 2024-09-06T05:59:15.121Z | Compiling mio v1.0.2 |
1478 | 2024-09-06T05:59:15.329Z | Compiling const-oid v0.9.6 |
1479 | 2024-09-06T05:59:15.362Z | Compiling socket2 v0.5.7 |
1480 | 2024-09-06T05:59:15.939Z | Compiling syn v1.0.109 |
1481 | 2024-09-06T05:59:16.381Z | Compiling heck v0.5.0 |
1482 | 2024-09-06T05:59:16.503Z | Compiling httparse v1.8.0 |
1483 | 2024-09-06T05:59:16.744Z | Compiling time-core v0.1.2 |
1484 | 2024-09-06T05:59:16.768Z | Compiling num-conv v0.1.0 |
1485 | 2024-09-06T05:59:16.833Z | Compiling rustix v0.38.34 |
1486 | 2024-09-06T05:59:16.864Z | Compiling futures-core v0.3.30 |
1487 | 2024-09-06T05:59:16.907Z | Compiling openssl v0.10.66 |
1488 | 2024-09-06T05:59:17.022Z | Compiling fnv v1.0.7 |
1489 | 2024-09-06T05:59:17.054Z | Compiling time-macros v0.2.18 |
1490 | 2024-09-06T05:59:17.102Z | Compiling serde_derive_internals v0.29.1 |
1491 | 2024-09-06T05:59:17.524Z | Compiling crossbeam-utils v0.8.19 |
1492 | 2024-09-06T05:59:18.250Z | Compiling rustls v0.21.12 |
1493 | 2024-09-06T05:59:18.432Z | Compiling native-tls v0.2.11 |
1494 | 2024-09-06T05:59:18.502Z | Compiling futures-sink v0.3.30 |
1495 | 2024-09-06T05:59:18.647Z | Compiling iana-time-zone v0.1.60 |
1496 | 2024-09-06T05:59:18.720Z | Compiling tinyvec_macros v0.1.1 |
1497 | 2024-09-06T05:59:18.810Z | Compiling tinyvec v1.6.0 |
1498 | 2024-09-06T05:59:19.226Z | Compiling cpufeatures v0.2.12 |
1499 | 2024-09-06T05:59:19.326Z | Compiling ucd-trie v0.1.6 |
1500 | 2024-09-06T05:59:19.586Z | Compiling backtrace v0.3.71 |
1501 | 2024-09-06T05:59:19.759Z | Compiling cookie v0.17.0 |
1502 | 2024-09-06T05:59:19.880Z | Compiling unicode-bidi v0.3.15 |
1503 | 2024-09-06T05:59:19.979Z | Compiling slog v2.7.0 |
1504 | 2024-09-06T05:59:20.037Z | Compiling unicode-normalization v0.1.23 |
1505 | 2024-09-06T05:59:20.385Z | Compiling futures-channel v0.3.30 |
1506 | 2024-09-06T05:59:20.541Z | Compiling aho-corasick v1.1.3 |
1507 | 2024-09-06T05:59:20.799Z | Compiling pin-utils v0.1.0 |
1508 | 2024-09-06T05:59:20.928Z | Compiling futures-task v0.3.30 |
1509 | 2024-09-06T05:59:20.973Z | Compiling regex-syntax v0.8.4 |
1510 | 2024-09-06T05:59:21.217Z | Compiling futures-io v0.3.30 |
1511 | 2024-09-06T05:59:21.549Z | Compiling serde_derive v1.0.208 |
1512 | 2024-09-06T05:59:21.784Z | Compiling zeroize_derive v1.4.2 |
1513 | 2024-09-06T05:59:21.935Z | Compiling zerocopy-derive v0.7.34 |
1514 | 2024-09-06T05:59:22.931Z | Compiling thiserror-impl v1.0.63 |
1515 | 2024-09-06T05:59:23.346Z | Compiling tokio-macros v2.4.0 |
1516 | 2024-09-06T05:59:23.549Z | Compiling zerocopy v0.7.34 |
1517 | 2024-09-06T05:59:24.109Z | Compiling zeroize v1.7.0 |
1518 | 2024-09-06T05:59:24.867Z | Compiling futures-macro v0.3.30 |
1519 | 2024-09-06T05:59:25.364Z | Compiling hashbrown v0.14.5 |
1520 | 2024-09-06T05:59:25.725Z | Compiling crypto-common v0.1.6 |
1521 | 2024-09-06T05:59:25.898Z | Compiling schemars_derive v0.8.21 |
1522 | 2024-09-06T05:59:26.349Z | Compiling tracing-attributes v0.1.27 |
1523 | 2024-09-06T05:59:26.491Z | Compiling block-buffer v0.10.4 |
1524 | 2024-09-06T05:59:26.697Z | Compiling digest v0.10.7 |
1525 | 2024-09-06T05:59:26.778Z | Compiling der_derive v0.7.2 |
1526 | 2024-09-06T05:59:27.046Z | Compiling openssl-macros v0.1.1 |
1527 | 2024-09-06T05:59:27.651Z | Compiling scroll_derive v0.12.0 |
1528 | 2024-09-06T05:59:28.268Z | Compiling hmac v0.12.1 |
1529 | 2024-09-06T05:59:28.490Z | Compiling block-padding v0.3.3 |
1530 | 2024-09-06T05:59:28.627Z | Compiling pest v2.7.10 |
1531 | 2024-09-06T05:59:28.699Z | Compiling inout v0.1.3 |
1532 | 2024-09-06T05:59:28.756Z | Compiling sha2 v0.10.8 |
1533 | 2024-09-06T05:59:28.926Z | Compiling cipher v0.4.4 |
1534 | 2024-09-06T05:59:28.995Z | Compiling futures-util v0.3.30 |
1535 | 2024-09-06T05:59:29.020Z | Compiling regex-automata v0.4.6 |
1536 | 2024-09-06T05:59:29.359Z | Compiling winnow v0.5.40 |
1537 | 2024-09-06T05:59:29.419Z | Compiling anyhow v1.0.86 |
1538 | 2024-09-06T05:59:29.502Z | Compiling dyn-clone v1.0.17 |
1539 | 2024-09-06T05:59:29.886Z | Compiling untrusted v0.9.0 |
1540 | 2024-09-06T05:59:31.071Z | Compiling pest_meta v2.7.10 |
1541 | 2024-09-06T05:59:32.454Z | Compiling bytes v1.7.1 |
1542 | 2024-09-06T05:59:33.499Z | Compiling indexmap v2.4.0 |
1543 | 2024-09-06T05:59:34.731Z | Compiling tokio v1.39.3 |
1544 | 2024-09-06T05:59:34.878Z | Compiling uuid v1.10.0 |
1545 | 2024-09-06T05:59:34.959Z | Compiling bitflags v2.6.0 |
1546 | 2024-09-06T05:59:35.479Z | Compiling serde_tokenstream v0.2.2 |
1547 | 2024-09-06T05:59:35.537Z | Compiling chrono v0.4.38 |
1548 | 2024-09-06T05:59:36.603Z | Compiling serde_spanned v0.6.7 |
1549 | 2024-09-06T05:59:36.782Z | Compiling toml_datetime v0.6.8 |
1550 | 2024-09-06T05:59:37.149Z | Compiling http v0.2.12 |
1551 | 2024-09-06T05:59:37.828Z | Compiling pest_generator v2.7.10 |
1552 | 2024-09-06T05:59:38.304Z | Compiling toml_edit v0.19.15 |
1553 | 2024-09-06T05:59:39.192Z | Compiling pest_derive v2.7.10 |
1554 | 2024-09-06T05:59:39.274Z | Compiling rustc_version v0.4.0 |
1555 | 2024-09-06T05:59:39.806Z | Compiling tracing-core v0.1.32 |
1556 | 2024-09-06T05:59:39.842Z | Compiling usdt-impl v0.5.0 |
1557 | 2024-09-06T05:59:40.261Z | Compiling rustversion v1.0.17 |
1558 | 2024-09-06T05:59:40.771Z | Compiling base64ct v1.6.0 |
1559 | 2024-09-06T05:59:41.281Z | Compiling pem-rfc7468 v0.7.0 |
1560 | 2024-09-06T05:59:41.817Z | Compiling tracing v0.1.40 |
1561 | 2024-09-06T05:59:41.848Z | Compiling heapless v0.7.17 |
1562 | 2024-09-06T05:59:41.876Z | Compiling scroll v0.12.0 |
1563 | 2024-09-06T05:59:42.361Z | Compiling heck v0.4.1 |
1564 | 2024-09-06T05:59:42.418Z | Compiling powerfmt v0.2.0 |
1565 | 2024-09-06T05:59:42.574Z | Compiling percent-encoding v2.3.1 |
1566 | 2024-09-06T05:59:42.729Z | Compiling ppv-lite86 v0.2.17 |
1567 | 2024-09-06T05:59:42.844Z | Compiling plain v0.2.3 |
1568 | 2024-09-06T05:59:42.870Z | Compiling flagset v0.4.5 |
1569 | 2024-09-06T05:59:43.069Z | Compiling der v0.7.9 |
1570 | 2024-09-06T05:59:43.414Z | Compiling rand_chacha v0.3.1 |
1571 | 2024-09-06T05:59:43.439Z | Compiling goblin v0.8.2 |
1572 | 2024-09-06T05:59:43.970Z | Compiling tokio-util v0.7.11 |
1573 | 2024-09-06T05:59:44.228Z | Compiling deranged v0.3.11 |
1574 | 2024-09-06T05:59:46.064Z | Compiling regex v1.10.6 |
1575 | 2024-09-06T05:59:46.759Z | Compiling salsa20 v0.10.2 |
1576 | 2024-09-06T05:59:46.855Z | Compiling pbkdf2 v0.12.2 |
1577 | 2024-09-06T05:59:47.087Z | Compiling crc32fast v1.4.0 |
1578 | 2024-09-06T05:59:47.143Z | Compiling strsim v0.11.1 |
1579 | 2024-09-06T05:59:47.206Z | Compiling num_threads v0.1.7 |
1580 | 2024-09-06T05:59:47.321Z | Compiling pretty-hex v0.4.1 |
1581 | 2024-09-06T05:59:47.775Z | Compiling time v0.3.36 |
1582 | 2024-09-06T05:59:47.799Z | Compiling scrypt v0.11.0 |
1583 | 2024-09-06T05:59:48.084Z | Compiling spki v0.7.3 |
1584 | 2024-09-06T05:59:48.111Z | Compiling rand v0.8.5 |
1585 | 2024-09-06T05:59:48.261Z | Compiling dof v0.3.0 |
1586 | 2024-09-06T05:59:48.586Z | Compiling dtrace-parser v0.2.0 |
1587 | 2024-09-06T05:59:49.385Z | Compiling cbc v0.1.2 |
1588 | 2024-09-06T05:59:49.570Z | Compiling aes v0.8.4 |
1589 | 2024-09-06T05:59:49.745Z | Compiling async-trait v0.1.81 |
1590 | 2024-09-06T05:59:50.092Z | Compiling thread-id v4.2.1 |
1591 | 2024-09-06T05:59:50.385Z | Compiling num-bigint-dig v0.8.4 |
1592 | 2024-09-06T05:59:50.409Z | Compiling signal-hook v0.3.17 |
1593 | 2024-09-06T05:59:50.521Z | Compiling smoltcp v0.9.1 |
1594 | 2024-09-06T05:59:50.580Z | Compiling unicode-width v0.1.13 |
1595 | 2024-09-06T05:59:50.680Z | Compiling foreign-types-shared v0.1.1 |
1596 | 2024-09-06T05:59:50.778Z | Compiling pkcs5 v0.7.1 |
1597 | 2024-09-06T05:59:50.802Z | Compiling foreign-types v0.3.2 |
1598 | 2024-09-06T05:59:51.720Z | Compiling form_urlencoded v1.2.1 |
1599 | 2024-09-06T05:59:52.256Z | Compiling errno v0.3.9 |
1600 | 2024-09-06T05:59:52.330Z | Compiling siphasher v0.3.11 |
1601 | 2024-09-06T05:59:52.611Z | Compiling try-lock v0.2.5 |
1602 | 2024-09-06T05:59:52.792Z | Compiling want v0.3.1 |
1603 | 2024-09-06T05:59:54.506Z | Compiling pkcs8 v0.10.2 |
1604 | 2024-09-06T05:59:54.688Z | Compiling sct v0.7.1 |
1605 | 2024-09-06T05:59:54.858Z | Compiling rustls-webpki v0.101.7 |
1606 | 2024-09-06T05:59:54.940Z | Compiling h2 v0.3.26 |
1607 | 2024-09-06T05:59:55.080Z | Compiling http-body v0.4.6 |
1608 | 2024-09-06T05:59:56.730Z | Compiling openapiv3 v2.0.0 |
1609 | 2024-09-06T05:59:56.837Z | Compiling hubpack_derive v0.1.1 |
1610 | 2024-09-06T05:59:56.980Z | Compiling zerocopy-derive v0.6.6 |
1611 | 2024-09-06T05:59:57.415Z | Compiling idna v0.5.0 |
1612 | 2024-09-06T05:59:58.257Z | Compiling fs-err v2.11.0 |
1613 | 2024-09-06T05:59:58.622Z | Compiling gimli v0.28.1 |
1614 | 2024-09-06T05:59:58.721Z | Compiling anstyle v1.0.8 |
1615 | 2024-09-06T05:59:59.089Z | Compiling openssl-probe v0.1.5 |
1616 | 2024-09-06T05:59:59.172Z | Compiling adler v1.0.2 |
1617 | 2024-09-06T05:59:59.353Z | Compiling stable_deref_trait v1.2.0 |
1618 | 2024-09-06T05:59:59.425Z | Compiling utf8parse v0.2.1 |
1619 | 2024-09-06T05:59:59.456Z | Compiling tower-service v0.3.2 |
1620 | 2024-09-06T05:59:59.688Z | Compiling finl_unicode v1.2.0 |
1621 | 2024-09-06T06:00:00.007Z | Compiling httpdate v1.0.3 |
1622 | 2024-09-06T06:00:00.400Z | Compiling stringprep v0.1.4 |
1623 | 2024-09-06T06:00:01.206Z | Compiling hyper v0.14.30 |
1624 | 2024-09-06T06:00:03.836Z | Compiling addr2line v0.21.0 |
1625 | 2024-09-06T06:00:04.570Z | Compiling anstyle-parse v0.2.4 |
1626 | 2024-09-06T06:00:04.594Z | Compiling miniz_oxide v0.7.2 |
1627 | 2024-09-06T06:00:05.748Z | Compiling url v2.5.2 |
1628 | 2024-09-06T06:00:09.348Z | Compiling usdt-macro v0.5.0 |
1629 | 2024-09-06T06:00:10.439Z | Compiling usdt-attr-macro v0.5.0 |
1630 | 2024-09-06T06:00:12.083Z | Compiling md-5 v0.10.6 |
1631 | 2024-09-06T06:00:13.079Z | Compiling idna v0.3.0 |
1632 | 2024-09-06T06:00:14.332Z | Compiling lazy_static v1.5.0 |
1633 | 2024-09-06T06:00:14.445Z | Compiling num-integer v0.1.46 |
1634 | 2024-09-06T06:00:14.755Z | Compiling hash32 v0.2.1 |
1635 | 2024-09-06T06:00:14.849Z | Compiling object v0.32.2 |
1636 | 2024-09-06T06:00:15.298Z | Compiling rustc-demangle v0.1.24 |
1637 | 2024-09-06T06:00:15.427Z | Compiling anstyle-query v1.0.3 |
1638 | 2024-09-06T06:00:15.489Z | Compiling psl-types v2.0.11 |
1639 | 2024-09-06T06:00:15.568Z | Compiling colorchoice v1.0.1 |
1640 | 2024-09-06T06:00:15.686Z | Compiling is_terminal_polyfill v1.70.0 |
1641 | 2024-09-06T06:00:15.809Z | Compiling fallible-iterator v0.2.0 |
1642 | 2024-09-06T06:00:16.398Z | Compiling base64 v0.22.1 |
1643 | 2024-09-06T06:00:16.985Z | Compiling postgres-protocol v0.6.7 |
1644 | 2024-09-06T06:00:17.293Z | Compiling anstream v0.6.14 |
1645 | 2024-09-06T06:00:17.851Z | Compiling publicsuffix v2.2.3 |
1646 | 2024-09-06T06:00:18.972Z | Compiling num-iter v0.1.45 |
1647 | 2024-09-06T06:00:20.743Z | Compiling tokio-rustls v0.24.1 |
1648 | 2024-09-06T06:00:21.081Z | Compiling terminal_size v0.3.0 |
1649 | 2024-09-06T06:00:21.254Z | Compiling tokio-native-tls v0.3.1 |
1650 | 2024-09-06T06:00:21.891Z | Compiling phf_shared v0.11.2 |
1651 | 2024-09-06T06:00:22.697Z | Compiling strum_macros v0.25.3 |
1652 | 2024-09-06T06:00:22.942Z | Compiling enum-as-inner v0.6.0 |
1653 | 2024-09-06T06:00:23.548Z | Compiling regress v0.9.1 |
1654 | 2024-09-06T06:00:24.592Z | Compiling serde_repr v0.1.19 |
1655 | 2024-09-06T06:00:25.465Z | Compiling clap_derive v4.5.13 |
1656 | 2024-09-06T06:00:25.757Z | Compiling ff v0.13.0 |
1657 | 2024-09-06T06:00:26.330Z | Compiling encoding_rs v0.8.34 |
1658 | 2024-09-06T06:00:27.136Z | Compiling adler2 v2.0.0 |
1659 | 2024-09-06T06:00:27.304Z | Compiling either v1.13.0 |
1660 | 2024-09-06T06:00:28.541Z | Compiling clap_lex v0.7.0 |
1661 | 2024-09-06T06:00:28.940Z | Compiling bitflags v1.3.2 |
1662 | 2024-09-06T06:00:29.036Z | Compiling mime v0.3.17 |
1663 | 2024-09-06T06:00:29.118Z | Compiling base64 v0.21.7 |
1664 | 2024-09-06T06:00:29.293Z | Compiling managed v0.8.0 |
1665 | 2024-09-06T06:00:29.699Z | Compiling ipnet v2.9.0 |
1666 | 2024-09-06T06:00:29.953Z | Compiling base16ct v0.2.0 |
1667 | 2024-09-06T06:00:30.201Z | Compiling sec1 v0.7.3 |
1668 | 2024-09-06T06:00:30.545Z | Compiling rustls-pemfile v1.0.4 |
1669 | 2024-09-06T06:00:30.679Z | Compiling clap_builder v4.5.15 |
1670 | 2024-09-06T06:00:31.118Z | Compiling miniz_oxide v0.8.0 |
1671 | 2024-09-06T06:00:32.022Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1672 | 2024-09-06T06:00:32.210Z | Compiling group v0.13.0 |
1673 | 2024-09-06T06:00:35.849Z | Compiling phf v0.11.2 |
1674 | 2024-09-06T06:00:36.095Z | Compiling hyper-tls v0.5.0 |
1675 | 2024-09-06T06:00:36.389Z | Compiling hyper-rustls v0.24.2 |
1676 | 2024-09-06T06:00:36.438Z | Compiling cookie_store v0.20.0 |
1677 | 2024-09-06T06:00:36.884Z | Compiling postgres-types v0.2.7 |
1678 | 2024-09-06T06:00:36.925Z | Compiling zerocopy v0.6.6 |
1679 | 2024-09-06T06:00:37.091Z | Compiling hubpack v0.1.2 |
1680 | 2024-09-06T06:00:37.443Z | Compiling pkcs1 v0.7.5 |
1681 | 2024-09-06T06:00:37.542Z | Compiling phf_shared v0.10.0 |
1682 | 2024-09-06T06:00:37.855Z | Compiling serde_urlencoded v0.7.1 |
1683 | 2024-09-06T06:00:38.041Z | Compiling crossbeam-epoch v0.9.18 |
1684 | 2024-09-06T06:00:38.187Z | Compiling futures-executor v0.3.30 |
1685 | 2024-09-06T06:00:38.314Z | Compiling bstr v1.9.1 |
1686 | 2024-09-06T06:00:38.943Z | Compiling hkdf v0.12.4 |
1687 | 2024-09-06T06:00:39.043Z | Compiling signature v2.2.0 |
1688 | 2024-09-06T06:00:39.151Z | Compiling crypto-bigint v0.5.5 |
1689 | 2024-09-06T06:00:39.190Z | Compiling idna v0.4.0 |
1690 | 2024-09-06T06:00:39.305Z | Compiling float-cmp v0.9.0 |
1691 | 2024-09-06T06:00:39.494Z | Compiling mio v0.8.11 |
1692 | 2024-09-06T06:00:39.628Z | Compiling memmap v0.7.0 |
1693 | 2024-09-06T06:00:39.903Z | Compiling winnow v0.6.18 |
1694 | 2024-09-06T06:00:40.266Z | Compiling predicates-core v1.0.6 |
1695 | 2024-09-06T06:00:40.536Z | Compiling static_assertions v1.1.0 |
1696 | 2024-09-06T06:00:40.630Z | Compiling webpki-roots v0.25.4 |
1697 | 2024-09-06T06:00:40.774Z | Compiling precomputed-hash v0.1.1 |
1698 | 2024-09-06T06:00:40.874Z | Compiling fixedbitset v0.4.2 |
1699 | 2024-09-06T06:00:40.900Z | Compiling difflib v0.4.0 |
1700 | 2024-09-06T06:00:41.226Z | Compiling sync_wrapper v0.1.2 |
1701 | 2024-09-06T06:00:41.485Z | Compiling unicode-segmentation v1.11.0 |
1702 | 2024-09-06T06:00:41.526Z | Compiling minimal-lexical v0.2.1 |
1703 | 2024-09-06T06:00:41.905Z | Compiling bit-vec v0.6.3 |
1704 | 2024-09-06T06:00:41.932Z | Compiling new_debug_unreachable v1.0.6 |
1705 | 2024-09-06T06:00:42.028Z | Compiling normalize-line-endings v0.3.0 |
1706 | 2024-09-06T06:00:42.061Z | Compiling data-encoding v2.6.0 |
1707 | 2024-09-06T06:00:42.150Z | Compiling whoami v1.5.1 |
1708 | 2024-09-06T06:00:42.248Z | Compiling bit-set v0.5.3 |
1709 | 2024-09-06T06:00:42.273Z | Compiling predicates v3.1.2 |
1710 | 2024-09-06T06:00:42.469Z | Compiling tokio-postgres v0.7.11 |
1711 | 2024-09-06T06:00:42.496Z | Compiling similar v2.6.0 |
1712 | 2024-09-06T06:00:42.635Z | Compiling hickory-proto v0.24.1 |
1713 | 2024-09-06T06:00:42.885Z | Compiling toml_edit v0.22.20 |
1714 | 2024-09-06T06:00:43.434Z | Compiling string_cache v0.8.7 |
1715 | 2024-09-06T06:00:43.506Z | Compiling nom v7.1.3 |
1716 | 2024-09-06T06:00:44.112Z | Compiling reqwest v0.11.27 |
1717 | 2024-09-06T06:00:44.294Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1718 | 2024-09-06T06:00:44.386Z | Compiling elliptic-curve v0.13.8 |
1719 | 2024-09-06T06:00:44.989Z | Compiling petgraph v0.6.5 |
1720 | 2024-09-06T06:00:46.355Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1721 | 2024-09-06T06:00:46.477Z | Compiling signal-hook-mio v0.2.4 |
1722 | 2024-09-06T06:00:46.642Z | Compiling usdt v0.5.0 |
1723 | 2024-09-06T06:00:47.310Z | Compiling rsa v0.9.6 |
1724 | 2024-09-06T06:00:48.247Z | Compiling futures v0.3.30 |
1725 | 2024-09-06T06:00:48.638Z | Compiling flate2 v1.0.33 |
1726 | 2024-09-06T06:00:49.283Z | Compiling clap v4.5.16 |
1727 | 2024-09-06T06:00:49.397Z | Compiling itertools v0.12.1 |
1728 | 2024-09-06T06:00:49.878Z | Compiling itertools v0.10.5 |
1729 | 2024-09-06T06:00:49.952Z | Compiling console v0.15.8 |
1730 | 2024-09-06T06:00:51.036Z | Compiling tokio-stream v0.1.15 |
1731 | 2024-09-06T06:00:51.178Z | Compiling toml v0.7.8 |
1732 | 2024-09-06T06:00:51.450Z | Compiling hex v0.4.3 |
1733 | 2024-09-06T06:00:51.951Z | Compiling sha1 v0.10.6 |
1734 | 2024-09-06T06:00:52.126Z | Compiling unicode-xid v0.2.4 |
1735 | 2024-09-06T06:00:52.289Z | Compiling peg-runtime v0.8.3 |
1736 | 2024-09-06T06:00:52.390Z | Compiling camino v1.1.9 |
1737 | 2024-09-06T06:00:52.467Z | Compiling lalrpop-util v0.19.12 |
1738 | 2024-09-06T06:00:52.970Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-09-06T06:00:53.106Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1740 | 2024-09-06T06:00:53.371Z | Compiling heapless v0.8.0 |
1741 | 2024-09-06T06:00:54.313Z | Compiling num_enum_derive v0.5.11 |
1742 | 2024-09-06T06:00:55.678Z | Compiling ipnetwork v0.20.0 |
1743 | 2024-09-06T06:00:57.696Z | Compiling hash32 v0.3.1 |
1744 | 2024-09-06T06:00:58.230Z | Compiling smoltcp v0.11.0 |
1745 | 2024-09-06T06:00:58.790Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1746 | 2024-09-06T06:00:59.013Z | Compiling rustls-pki-types v1.7.0 |
1747 | 2024-09-06T06:00:59.867Z | Compiling ident_case v1.0.1 |
1748 | 2024-09-06T06:01:00.142Z | Compiling darling_core v0.20.9 |
1749 | 2024-09-06T06:01:06.448Z | Compiling num_enum v0.5.11 |
1750 | 2024-09-06T06:01:07.167Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1751 | 2024-09-06T06:01:07.494Z | Compiling getopts v0.2.21 |
1752 | 2024-09-06T06:01:08.175Z | Compiling dirs-sys-next v0.1.2 |
1753 | 2024-09-06T06:01:08.770Z | Compiling proc-macro-error-attr v1.0.4 |
1754 | 2024-09-06T06:01:09.083Z | Compiling cobs v0.2.3 |
1755 | 2024-09-06T06:01:10.055Z | Compiling unsafe-libyaml v0.2.11 |
1756 | 2024-09-06T06:01:10.961Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1757 | 2024-09-06T06:01:11.205Z | Compiling paste v1.0.15 |
1758 | 2024-09-06T06:01:11.229Z | Compiling embedded-io v0.4.0 |
1759 | 2024-09-06T06:01:11.348Z | Compiling rustls v0.22.4 |
1760 | 2024-09-06T06:01:11.426Z | Compiling postcard v1.0.8 |
1761 | 2024-09-06T06:01:11.450Z | Compiling serde_yaml v0.9.34+deprecated |
1762 | 2024-09-06T06:01:13.436Z | Compiling dirs-next v2.0.0 |
1763 | 2024-09-06T06:01:13.539Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-09-06T06:01:19.910Z | Compiling darling_macro v0.20.9 |
1765 | 2024-09-06T06:01:20.649Z | Compiling rustls-webpki v0.102.4 |
1766 | 2024-09-06T06:01:26.513Z | Compiling strum_macros v0.26.4 |
1767 | 2024-09-06T06:01:27.541Z | Compiling foreign-types-macros v0.2.3 |
1768 | 2024-09-06T06:01:27.660Z | Compiling structmeta-derive v0.3.0 |
1769 | 2024-09-06T06:01:28.728Z | Compiling thread_local v1.1.8 |
1770 | 2024-09-06T06:01:29.787Z | Compiling multer v3.1.0 |
1771 | 2024-09-06T06:01:30.019Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1772 | 2024-09-06T06:01:30.058Z | Compiling proc-macro-error v1.0.4 |
1773 | 2024-09-06T06:01:30.800Z | Compiling slog-async v2.8.0 |
1774 | 2024-09-06T06:01:31.337Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1775 | 2024-09-06T06:01:31.623Z | Compiling match_cfg v0.1.0 |
1776 | 2024-09-06T06:01:31.727Z | Compiling foreign-types-shared v0.3.1 |
1777 | 2024-09-06T06:01:31.773Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1778 | 2024-09-06T06:01:32.065Z | Compiling foreign-types v0.5.0 |
1779 | 2024-09-06T06:01:32.677Z | Compiling hostname v0.3.1 |
1780 | 2024-09-06T06:01:33.359Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1781 | 2024-09-06T06:01:37.042Z | Compiling strum v0.26.3 |
1782 | 2024-09-06T06:01:37.482Z | Compiling structmeta v0.3.0 |
1783 | 2024-09-06T06:01:40.294Z | Compiling darling v0.20.9 |
1784 | 2024-09-06T06:01:40.399Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1785 | 2024-09-06T06:01:41.629Z | Compiling term v0.7.0 |
1786 | 2024-09-06T06:01:44.033Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1787 | 2024-09-06T06:01:45.194Z | Compiling slog-json v2.6.1 |
1788 | 2024-09-06T06:01:45.267Z | Compiling tabwriter v1.4.0 |
1789 | 2024-09-06T06:01:45.591Z | Compiling crossbeam-channel v0.5.12 |
1790 | 2024-09-06T06:01:46.876Z | Compiling http v1.1.0 |
1791 | 2024-09-06T06:01:46.956Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1792 | 2024-09-06T06:01:47.236Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1793 | 2024-09-06T06:01:47.585Z | Compiling async-stream-impl v0.3.5 |
1794 | 2024-09-06T06:01:47.899Z | Compiling is-terminal v0.4.12 |
1795 | 2024-09-06T06:01:48.026Z | Compiling cstr-argument v0.1.2 |
1796 | 2024-09-06T06:01:48.266Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1797 | 2024-09-06T06:01:48.540Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1798 | 2024-09-06T06:01:48.789Z | Compiling take_mut v0.2.2 |
1799 | 2024-09-06T06:01:48.987Z | Compiling fastrand v2.1.0 |
1800 | 2024-09-06T06:01:49.540Z | Compiling atomic-waker v1.1.2 |
1801 | 2024-09-06T06:01:49.712Z | Compiling pretty-hex v0.2.1 |
1802 | 2024-09-06T06:01:49.821Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2024-09-06T06:01:49.906Z | Compiling rayon-core v1.12.1 |
1804 | 2024-09-06T06:01:50.114Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2024-09-06T06:01:50.219Z | Compiling waitgroup v0.1.2 |
1806 | 2024-09-06T06:01:50.443Z | Compiling tempfile v3.10.1 |
1807 | 2024-09-06T06:01:50.717Z | Compiling async-stream v0.3.5 |
1808 | 2024-09-06T06:01:51.835Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2024-09-06T06:01:52.217Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1810 | 2024-09-06T06:01:52.441Z | Compiling slog-term v2.9.1 |
1811 | 2024-09-06T06:01:52.790Z | Compiling slog-bunyan v2.5.0 |
1812 | 2024-09-06T06:01:53.056Z | Compiling tokio-rustls v0.25.0 |
1813 | 2024-09-06T06:01:53.137Z | Compiling serde_with_macros v3.9.0 |
1814 | 2024-09-06T06:01:53.324Z | Compiling parse-display-derive v0.10.0 |
1815 | 2024-09-06T06:01:53.533Z | Compiling toml v0.8.19 |
1816 | 2024-09-06T06:01:53.562Z | Compiling rustls-pemfile v2.1.3 |
1817 | 2024-09-06T06:01:54.221Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-09-06T06:01:54.380Z | Compiling colored v2.1.0 |
1819 | 2024-09-06T06:01:54.581Z | Compiling newtype-uuid v1.1.0 |
1820 | 2024-09-06T06:01:54.685Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1821 | 2024-09-06T06:01:54.895Z | Compiling serde_path_to_error v0.1.16 |
1822 | 2024-09-06T06:01:55.334Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1823 | 2024-09-06T06:01:55.544Z | Compiling hostname v0.4.0 |
1824 | 2024-09-06T06:01:55.787Z | Compiling socket2 v0.4.10 |
1825 | 2024-09-06T06:01:55.811Z | Compiling instant v0.1.12 |
1826 | 2024-09-06T06:01:55.939Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1827 | 2024-09-06T06:01:55.963Z | Compiling debug-ignore v1.0.5 |
1828 | 2024-09-06T06:01:56.090Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1829 | 2024-09-06T06:01:56.286Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1830 | 2024-09-06T06:01:56.596Z | Compiling parse-display v0.10.0 |
1831 | 2024-09-06T06:01:57.054Z | Compiling backoff v0.4.0 |
1832 | 2024-09-06T06:01:57.354Z | Compiling serde_with v3.9.0 |
1833 | 2024-09-06T06:01:58.198Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1834 | 2024-09-06T06:01:58.681Z | Compiling zone_cfg_derive v0.3.0 |
1835 | 2024-09-06T06:01:59.274Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1836 | 2024-09-06T06:01:59.743Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1837 | 2024-09-06T06:01:59.847Z | Compiling camino-tempfile v1.1.1 |
1838 | 2024-09-06T06:02:00.622Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1839 | 2024-09-06T06:02:00.973Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1840 | 2024-09-06T06:02:01.031Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1841 | 2024-09-06T06:02:01.146Z | Compiling macaddr v1.0.1 |
1842 | 2024-09-06T06:02:01.664Z | Compiling num-derive v0.4.2 |
1843 | 2024-09-06T06:02:01.688Z | Compiling sigpipe v0.1.3 |
1844 | 2024-09-06T06:02:01.808Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1845 | 2024-09-06T06:02:02.065Z | Compiling libefi-sys v0.1.0 |
1846 | 2024-09-06T06:02:02.375Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1847 | 2024-09-06T06:02:03.173Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1848 | 2024-09-06T06:02:03.346Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1849 | 2024-09-06T06:02:03.656Z | Compiling zone v0.3.0 |
1850 | 2024-09-06T06:02:04.003Z | Compiling rayon v1.10.0 |
1851 | 2024-09-06T06:02:04.085Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1852 | 2024-09-06T06:02:04.658Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1853 | 2024-09-06T06:02:05.085Z | Compiling smf v0.2.3 |
1854 | 2024-09-06T06:02:06.345Z | Compiling bitfield-struct v0.6.1 |
1855 | 2024-09-06T06:02:07.188Z | Compiling blake3 v1.5.1 |
1856 | 2024-09-06T06:02:07.402Z | Compiling ring v0.16.20 |
1857 | 2024-09-06T06:02:07.675Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1858 | 2024-09-06T06:02:07.717Z | Compiling portable-atomic v1.6.0 |
1859 | 2024-09-06T06:02:08.526Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1860 | 2024-09-06T06:02:08.776Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1861 | 2024-09-06T06:02:08.901Z | Compiling xattr v1.3.1 |
1862 | 2024-09-06T06:02:09.095Z | Compiling filetime v0.2.25 |
1863 | 2024-09-06T06:02:09.140Z | Compiling memmap2 v0.9.4 |
1864 | 2024-09-06T06:02:09.181Z | Compiling arrayvec v0.7.4 |
1865 | 2024-09-06T06:02:09.401Z | Compiling untrusted v0.7.1 |
1866 | 2024-09-06T06:02:09.583Z | Compiling arrayref v0.3.7 |
1867 | 2024-09-06T06:02:09.607Z | Compiling spin v0.5.2 |
1868 | 2024-09-06T06:02:09.636Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1869 | 2024-09-06T06:02:09.691Z | Compiling same-file v1.0.6 |
1870 | 2024-09-06T06:02:09.758Z | Compiling constant_time_eq v0.3.0 |
1871 | 2024-09-06T06:02:09.782Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1872 | 2024-09-06T06:02:09.838Z | Compiling walkdir v2.5.0 |
1873 | 2024-09-06T06:02:09.951Z | Compiling tar v0.4.41 |
1874 | 2024-09-06T06:02:11.047Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1875 | 2024-09-06T06:02:11.994Z | Compiling gethostname v0.5.0 |
1876 | 2024-09-06T06:02:12.110Z | Compiling cargo-platform v0.1.8 |
1877 | 2024-09-06T06:02:12.184Z | Compiling topological-sort v0.2.2 |
1878 | 2024-09-06T06:02:12.443Z | Compiling number_prefix v0.4.0 |
1879 | 2024-09-06T06:02:12.667Z | Compiling indicatif v0.17.8 |
1880 | 2024-09-06T06:02:12.940Z | Compiling cargo_metadata v0.18.1 |
1881 | 2024-09-06T06:02:16.600Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1882 | 2024-09-06T06:02:17.103Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1883 | 2024-09-06T06:02:17.955Z | Compiling omicron-zone-package v0.11.0 |
1884 | 2024-09-06T06:02:19.646Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1885 | 2024-09-06T06:02:39.405Z | Finished `release` profile [optimized] target(s) in 3m 31s |
1886 | 2024-09-06T06:02:39.524Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1887 | 2024-09-06T06:02:39.587Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1888 | 2024-09-06T06:02:39.611Z | Created new build target 'test' and set it as active |
1889 | 2024-09-06T06:02:39.612Z | |
1890 | 2024-09-06T06:02:39.612Z | real 3:31.683703722 |
1891 | 2024-09-06T06:02:39.612Z | user 23:26.483012713 |
1892 | 2024-09-06T06:02:39.612Z | sys 3:06.820740187 |
1893 | 2024-09-06T06:02:39.612Z | trap 0.796959879 |
1894 | 2024-09-06T06:02:39.612Z | tflt 1.208210942 |
1895 | 2024-09-06T06:02:39.612Z | dflt 0.575297328 |
1896 | 2024-09-06T06:02:39.612Z | kflt 0.000394154 |
1897 | 2024-09-06T06:02:39.612Z | lock 51:02.313775685 |
1898 | 2024-09-06T06:02:39.612Z | slp 1:30:11.683210271 |
1899 | 2024-09-06T06:02:39.612Z | lat 1:51.435376151 |
1900 | 2024-09-06T06:02:39.612Z | stop 3:26.795361211 |
1901 | 2024-09-06T06:02:39.612Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1902 | 2024-09-06T06:02:40.968Z | Finished `release` profile [optimized] target(s) in 1.31s |
1903 | 2024-09-06T06:02:41.035Z | Running `target/release/omicron-package -t test package` |
1904 | 2024-09-06T06:02:41.095Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1905 | 2024-09-06T06:02:42.657Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1906 | 2024-09-06T06:02:42.657Z | Compiling convert_case v0.4.0 |
1907 | 2024-09-06T06:02:42.681Z | Compiling camino v1.1.9 |
1908 | 2024-09-06T06:02:42.681Z | Compiling newline-converter v0.3.0 |
1909 | 2024-09-06T06:02:42.681Z | Compiling password-hash v0.5.0 |
1910 | 2024-09-06T06:02:42.705Z | Compiling blake2 v0.10.6 |
1911 | 2024-09-06T06:02:42.705Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1912 | 2024-09-06T06:02:42.765Z | Compiling derive-where v1.2.7 |
1913 | 2024-09-06T06:02:42.894Z | Compiling expectorate v1.1.0 |
1914 | 2024-09-06T06:02:42.923Z | Compiling humantime v2.1.0 |
1915 | 2024-09-06T06:02:43.078Z | Compiling toml v0.8.19 |
1916 | 2024-09-06T06:02:43.462Z | Compiling derive_more v0.99.18 |
1917 | 2024-09-06T06:02:43.486Z | Compiling argon2 v0.5.3 |
1918 | 2024-09-06T06:02:43.604Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1919 | 2024-09-06T06:02:43.671Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1920 | 2024-09-06T06:02:43.719Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1921 | 2024-09-06T06:02:43.980Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1922 | 2024-09-06T06:02:44.181Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1923 | 2024-09-06T06:02:44.421Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1924 | 2024-09-06T06:02:44.512Z | Compiling num-rational v0.4.2 |
1925 | 2024-09-06T06:02:44.680Z | Compiling num-complex v0.4.6 |
1926 | 2024-09-06T06:02:45.373Z | Compiling dirs-sys-next v0.1.2 |
1927 | 2024-09-06T06:02:45.429Z | Compiling float-ord v0.3.2 |
1928 | 2024-09-06T06:02:45.586Z | Compiling num v0.4.3 |
1929 | 2024-09-06T06:02:45.691Z | Compiling dirs-next v2.0.0 |
1930 | 2024-09-06T06:02:45.771Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1931 | 2024-09-06T06:02:45.824Z | Compiling term v0.7.0 |
1932 | 2024-09-06T06:02:45.866Z | Compiling semver v0.1.20 |
1933 | 2024-09-06T06:02:46.364Z | Compiling prettyplease v0.2.20 |
1934 | 2024-09-06T06:02:46.507Z | Compiling utf-8 v0.7.6 |
1935 | 2024-09-06T06:02:46.626Z | Compiling rustc_version v0.1.7 |
1936 | 2024-09-06T06:02:46.824Z | Compiling is-terminal v0.4.12 |
1937 | 2024-09-06T06:02:46.909Z | Compiling cookie v0.18.1 |
1938 | 2024-09-06T06:02:46.951Z | Compiling highway v1.2.0 |
1939 | 2024-09-06T06:02:46.998Z | Compiling newtype_derive v0.1.6 |
1940 | 2024-09-06T06:02:47.299Z | Compiling rustls-pki-types v1.7.0 |
1941 | 2024-09-06T06:02:47.513Z | Compiling linked-hash-map v0.5.6 |
1942 | 2024-09-06T06:02:47.869Z | Compiling lru-cache v0.1.2 |
1943 | 2024-09-06T06:02:47.933Z | Compiling steno v0.4.1 |
1944 | 2024-09-06T06:02:48.129Z | Compiling quick-error v1.2.3 |
1945 | 2024-09-06T06:02:48.281Z | Compiling home v0.5.9 |
1946 | 2024-09-06T06:02:48.508Z | Compiling resolv-conf v0.7.0 |
1947 | 2024-09-06T06:02:48.712Z | Compiling rustls-webpki v0.102.4 |
1948 | 2024-09-06T06:02:49.764Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1949 | 2024-09-06T06:02:50.198Z | Compiling rustls v0.22.4 |
1950 | 2024-09-06T06:02:50.229Z | Compiling thread_local v1.1.8 |
1951 | 2024-09-06T06:02:50.261Z | Compiling match_cfg v0.1.0 |
1952 | 2024-09-06T06:02:50.362Z | Compiling hostname v0.3.1 |
1953 | 2024-09-06T06:02:50.558Z | Compiling hickory-resolver v0.24.1 |
1954 | 2024-09-06T06:02:50.644Z | Compiling multer v3.1.0 |
1955 | 2024-09-06T06:02:50.714Z | Compiling slog-async v2.8.0 |
1956 | 2024-09-06T06:02:50.785Z | Compiling slog-json v2.6.1 |
1957 | 2024-09-06T06:02:50.869Z | Compiling crossbeam-channel v0.5.12 |
1958 | 2024-09-06T06:02:51.095Z | Compiling http v1.1.0 |
1959 | 2024-09-06T06:02:51.725Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1960 | 2024-09-06T06:02:52.969Z | Compiling take_mut v0.2.2 |
1961 | 2024-09-06T06:02:53.127Z | Compiling atomic-waker v1.1.2 |
1962 | 2024-09-06T06:02:53.312Z | Compiling waitgroup v0.1.2 |
1963 | 2024-09-06T06:02:54.376Z | Compiling tokio-rustls v0.25.0 |
1964 | 2024-09-06T06:02:54.777Z | Compiling slog-bunyan v2.5.0 |
1965 | 2024-09-06T06:02:54.966Z | Compiling slog-term v2.9.1 |
1966 | 2024-09-06T06:02:55.528Z | Compiling rustls-pemfile v2.1.3 |
1967 | 2024-09-06T06:02:55.884Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1968 | 2024-09-06T06:02:55.909Z | Compiling async-stream v0.3.5 |
1969 | 2024-09-06T06:02:55.948Z | Compiling ipnetwork v0.20.0 |
1970 | 2024-09-06T06:02:56.131Z | Compiling newtype-uuid v1.1.0 |
1971 | 2024-09-06T06:02:56.398Z | Compiling serde_path_to_error v0.1.16 |
1972 | 2024-09-06T06:02:56.607Z | Compiling hostname v0.4.0 |
1973 | 2024-09-06T06:02:56.799Z | Compiling instant v0.1.12 |
1974 | 2024-09-06T06:02:56.936Z | Compiling debug-ignore v1.0.5 |
1975 | 2024-09-06T06:02:57.114Z | Compiling backoff v0.4.0 |
1976 | 2024-09-06T06:02:57.413Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1977 | 2024-09-06T06:02:57.493Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1978 | 2024-09-06T06:02:57.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1979 | 2024-09-06T06:02:58.070Z | Compiling parse-display v0.10.0 |
1980 | 2024-09-06T06:02:58.543Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1981 | 2024-09-06T06:02:58.712Z | Compiling serde_with v3.9.0 |
1982 | 2024-09-06T06:03:01.800Z | Compiling strum v0.26.3 |
1983 | 2024-09-06T06:03:01.961Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1984 | 2024-09-06T06:03:02.994Z | Compiling macaddr v1.0.1 |
1985 | 2024-09-06T06:03:03.281Z | Compiling slog-dtrace v0.3.0 |
1986 | 2024-09-06T06:03:03.359Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1987 | 2024-09-06T06:03:03.602Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1988 | 2024-09-06T06:03:04.874Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1989 | 2024-09-06T06:03:05.028Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1990 | 2024-09-06T06:03:05.907Z | Compiling half v2.4.1 |
1991 | 2024-09-06T06:03:05.957Z | Compiling ciborium-io v0.2.2 |
1992 | 2024-09-06T06:03:06.089Z | Compiling swrite v0.1.0 |
1993 | 2024-09-06T06:03:06.222Z | Compiling tungstenite v0.21.0 |
1994 | 2024-09-06T06:03:06.505Z | Compiling ciborium-ll v0.2.2 |
1995 | 2024-09-06T06:03:06.932Z | Compiling ciborium v0.2.2 |
1996 | 2024-09-06T06:03:08.491Z | Compiling tokio-tungstenite v0.21.0 |
1997 | 2024-09-06T06:03:08.657Z | Compiling rayon-core v1.12.1 |
1998 | 2024-09-06T06:03:08.687Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1999 | 2024-09-06T06:03:08.988Z | Compiling crossbeam-deque v0.8.5 |
2000 | 2024-09-06T06:03:09.288Z | Compiling same-file v1.0.6 |
2001 | 2024-09-06T06:03:09.502Z | Compiling termcolor v1.4.1 |
2002 | 2024-09-06T06:03:10.321Z | Compiling display-error-chain v0.2.1 |
2003 | 2024-09-06T06:03:10.406Z | Compiling fastrand v2.1.0 |
2004 | 2024-09-06T06:03:10.491Z | Compiling walkdir v2.5.0 |
2005 | 2024-09-06T06:03:10.837Z | Compiling tempfile v3.10.1 |
2006 | 2024-09-06T06:03:11.462Z | Compiling blake3 v1.5.1 |
2007 | 2024-09-06T06:03:12.039Z | Compiling rayon v1.10.0 |
2008 | 2024-09-06T06:03:12.343Z | Compiling ring v0.16.20 |
2009 | 2024-09-06T06:03:14.561Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2010 | 2024-09-06T06:03:15.922Z | Compiling xattr v1.3.1 |
2011 | 2024-09-06T06:03:16.152Z | Compiling filetime v0.2.25 |
2012 | 2024-09-06T06:03:16.367Z | Compiling memmap2 v0.9.4 |
2013 | 2024-09-06T06:03:16.416Z | Compiling constant_time_eq v0.3.0 |
2014 | 2024-09-06T06:03:16.566Z | Compiling arrayvec v0.7.4 |
2015 | 2024-09-06T06:03:16.878Z | Compiling cancel-safe-futures v0.1.5 |
2016 | 2024-09-06T06:03:16.939Z | Compiling untrusted v0.7.1 |
2017 | 2024-09-06T06:03:17.112Z | Compiling spin v0.5.2 |
2018 | 2024-09-06T06:03:17.197Z | Compiling arrayref v0.3.7 |
2019 | 2024-09-06T06:03:18.185Z | Compiling tar v0.4.41 |
2020 | 2024-09-06T06:03:19.064Z | Compiling camino-tempfile v1.1.1 |
2021 | 2024-09-06T06:03:19.415Z | Compiling toolchain_find v0.4.0 |
2022 | 2024-09-06T06:03:19.572Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2023 | 2024-09-06T06:03:19.832Z | Compiling nibble_vec v0.1.0 |
2024 | 2024-09-06T06:03:19.921Z | Compiling atty v0.2.14 |
2025 | 2024-09-06T06:03:19.976Z | Compiling maplit v1.0.2 |
2026 | 2024-09-06T06:03:20.054Z | Compiling topological-sort v0.2.2 |
2027 | 2024-09-06T06:03:20.079Z | Compiling crunchy v0.2.2 |
2028 | 2024-09-06T06:03:20.103Z | Compiling glob v0.3.1 |
2029 | 2024-09-06T06:03:20.290Z | Compiling radium v0.7.0 |
2030 | 2024-09-06T06:03:20.424Z | Compiling endian-type v0.1.2 |
2031 | 2024-09-06T06:03:20.531Z | Compiling omicron-zone-package v0.11.0 |
2032 | 2024-09-06T06:03:20.651Z | Compiling radix_trie v0.2.1 |
2033 | 2024-09-06T06:03:20.700Z | Compiling rustfmt-wrapper v0.2.1 |
2034 | 2024-09-06T06:03:20.799Z | Compiling clang-sys v1.7.0 |
2035 | 2024-09-06T06:03:21.202Z | Compiling tiny-keccak v2.0.2 |
2036 | 2024-09-06T06:03:21.432Z | Compiling tap v1.0.1 |
2037 | 2024-09-06T06:03:21.471Z | Compiling maybe-uninit v2.0.0 |
2038 | 2024-09-06T06:03:21.616Z | Compiling wyz v0.5.1 |
2039 | 2024-09-06T06:03:21.752Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2040 | 2024-09-06T06:03:21.968Z | Compiling dsl_auto_type v0.1.2 |
2041 | 2024-09-06T06:03:22.040Z | Compiling itertools v0.13.0 |
2042 | 2024-09-06T06:03:22.064Z | Compiling curve25519-dalek v4.1.3 |
2043 | 2024-09-06T06:03:22.511Z | Compiling scheduled-thread-pool v0.2.7 |
2044 | 2024-09-06T06:03:23.249Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2045 | 2024-09-06T06:03:23.559Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2046 | 2024-09-06T06:03:23.665Z | Compiling diesel_table_macro_syntax v0.2.0 |
2047 | 2024-09-06T06:03:23.753Z | Compiling crc-catalog v2.4.0 |
2048 | 2024-09-06T06:03:23.916Z | Compiling funty v2.0.0 |
2049 | 2024-09-06T06:03:24.001Z | Compiling arc-swap v1.7.1 |
2050 | 2024-09-06T06:03:24.062Z | Compiling packed_struct v0.10.1 |
2051 | 2024-09-06T06:03:24.492Z | Compiling keccak v0.1.5 |
2052 | 2024-09-06T06:03:24.697Z | Compiling slog-scope v4.4.0 |
2053 | 2024-09-06T06:03:25.070Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-09-06T06:03:25.349Z | Compiling bitvec v1.0.1 |
2055 | 2024-09-06T06:03:25.403Z | Compiling sha3 v0.10.8 |
2056 | 2024-09-06T06:03:25.523Z | Compiling diesel_derives v2.2.2 |
2057 | 2024-09-06T06:03:26.130Z | Compiling crc v3.2.1 |
2058 | 2024-09-06T06:03:27.671Z | Compiling r2d2 v0.8.10 |
2059 | 2024-09-06T06:03:28.711Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2060 | 2024-09-06T06:03:29.030Z | Compiling ascii-canvas v3.0.0 |
2061 | 2024-09-06T06:03:29.464Z | Compiling universal-hash v0.5.1 |
2062 | 2024-09-06T06:03:29.678Z | Compiling secrecy v0.8.0 |
2063 | 2024-09-06T06:03:29.934Z | Compiling thiserror-impl-no-std v2.0.2 |
2064 | 2024-09-06T06:03:31.527Z | Compiling packed_struct_codegen v0.10.1 |
2065 | 2024-09-06T06:03:32.114Z | Compiling ena v0.14.3 |
2066 | 2024-09-06T06:03:32.475Z | Compiling curve25519-dalek-derive v0.1.1 |
2067 | 2024-09-06T06:03:33.465Z | Compiling libloading v0.8.3 |
2068 | 2024-09-06T06:03:33.617Z | Compiling indexmap v1.9.3 |
2069 | 2024-09-06T06:03:33.818Z | Compiling opaque-debug v0.3.1 |
2070 | 2024-09-06T06:03:33.903Z | Compiling diff v0.1.13 |
2071 | 2024-09-06T06:03:33.935Z | Compiling regex-syntax v0.6.29 |
2072 | 2024-09-06T06:03:34.366Z | Compiling bindgen v0.69.4 |
2073 | 2024-09-06T06:03:34.427Z | Compiling nodrop v0.1.14 |
2074 | 2024-09-06T06:03:34.562Z | Compiling array-init v0.0.4 |
2075 | 2024-09-06T06:03:34.788Z | Compiling diesel v2.2.3 |
2076 | 2024-09-06T06:03:35.582Z | Compiling poly1305 v0.8.0 |
2077 | 2024-09-06T06:03:36.770Z | Compiling lalrpop v0.19.12 |
2078 | 2024-09-06T06:03:47.126Z | Compiling thiserror-no-std v2.0.2 |
2079 | 2024-09-06T06:03:47.408Z | Compiling smallvec v0.6.14 |
2080 | 2024-09-06T06:03:47.853Z | Compiling slog-stdlog v4.1.1 |
2081 | 2024-09-06T06:03:48.528Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2082 | 2024-09-06T06:03:48.948Z | Compiling which v4.4.2 |
2083 | 2024-09-06T06:03:48.974Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2084 | 2024-09-06T06:03:49.230Z | Compiling chacha20 v0.9.1 |
2085 | 2024-09-06T06:03:49.424Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2086 | 2024-09-06T06:03:49.454Z | Compiling cexpr v0.6.0 |
2087 | 2024-09-06T06:03:49.617Z | Compiling aead v0.5.2 |
2088 | 2024-09-06T06:03:49.645Z | Compiling libsw v3.3.1 |
2089 | 2024-09-06T06:03:49.818Z | Compiling bitfield v0.14.0 |
2090 | 2024-09-06T06:03:49.920Z | Compiling lazycell v1.3.0 |
2091 | 2024-09-06T06:03:49.950Z | Compiling ref-cast v1.0.23 |
2092 | 2024-09-06T06:03:50.079Z | Compiling hashbrown v0.12.3 |
2093 | 2024-09-06T06:03:50.103Z | Compiling linear-map v1.2.0 |
2094 | 2024-09-06T06:03:50.385Z | Compiling owo-colors v4.0.0 |
2095 | 2024-09-06T06:03:50.503Z | Compiling rustc-hash v1.1.0 |
2096 | 2024-09-06T06:03:50.654Z | Compiling shlex v1.3.0 |
2097 | 2024-09-06T06:03:50.981Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2098 | 2024-09-06T06:03:52.189Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2099 | 2024-09-06T06:03:52.591Z | Compiling chacha20poly1305 v0.10.1 |
2100 | 2024-09-06T06:03:52.938Z | Compiling slog-envlogger v2.2.0 |
2101 | 2024-09-06T06:03:54.977Z | Compiling serde-hex v0.1.0 |
2102 | 2024-09-06T06:03:57.582Z | Compiling polar-core v0.27.3 |
2103 | 2024-09-06T06:03:58.593Z | Compiling bzip2 v0.4.4 |
2104 | 2024-09-06T06:03:58.689Z | Compiling vsss-rs v3.3.4 |
2105 | 2024-09-06T06:03:59.003Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2106 | 2024-09-06T06:03:59.087Z | Compiling env_logger v0.10.2 |
2107 | 2024-09-06T06:03:59.295Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2108 | 2024-09-06T06:03:59.554Z | Compiling derive_builder_core v0.20.0 |
2109 | 2024-09-06T06:04:01.337Z | Compiling x509-cert v0.2.5 |
2110 | 2024-09-06T06:04:01.507Z | Compiling ron v0.8.1 |
2111 | 2024-09-06T06:04:01.726Z | Compiling headers-core v0.2.0 |
2112 | 2024-09-06T06:04:01.886Z | Compiling hashbrown v0.13.2 |
2113 | 2024-09-06T06:04:02.341Z | Compiling fxhash v0.2.1 |
2114 | 2024-09-06T06:04:02.545Z | Compiling libxml v0.3.3 |
2115 | 2024-09-06T06:04:02.859Z | Compiling ref-cast-impl v1.0.23 |
2116 | 2024-09-06T06:04:02.986Z | Compiling crc-any v2.5.0 |
2117 | 2024-09-06T06:04:03.757Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2118 | 2024-09-06T06:04:03.868Z | Compiling object v0.30.4 |
2119 | 2024-09-06T06:04:03.938Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2120 | 2024-09-06T06:04:05.390Z | Compiling headers v0.3.9 |
2121 | 2024-09-06T06:04:06.375Z | Compiling samael v0.0.15 |
2122 | 2024-09-06T06:04:07.661Z | Compiling derive_builder_macro v0.20.0 |
2123 | 2024-09-06T06:04:08.384Z | Compiling zip v0.6.6 |
2124 | 2024-09-06T06:04:10.434Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2125 | 2024-09-06T06:04:10.611Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2126 | 2024-09-06T06:04:10.858Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2127 | 2024-09-06T06:04:12.924Z | Compiling strum_macros v0.24.3 |
2128 | 2024-09-06T06:04:14.374Z | Compiling kstat-rs v0.2.4 |
2129 | 2024-09-06T06:04:15.046Z | Compiling async-recursion v1.1.1 |
2130 | 2024-09-06T06:04:15.186Z | Compiling dropshot v0.10.1 |
2131 | 2024-09-06T06:04:15.446Z | Compiling unicase v2.7.0 |
2132 | 2024-09-06T06:04:15.471Z | Compiling path-slash v0.1.5 |
2133 | 2024-09-06T06:04:15.679Z | Compiling indoc v1.0.9 |
2134 | 2024-09-06T06:04:15.735Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2135 | 2024-09-06T06:04:16.163Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2136 | 2024-09-06T06:04:16.401Z | Compiling derive_builder v0.20.0 |
2137 | 2024-09-06T06:04:16.584Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2138 | 2024-09-06T06:04:19.526Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2139 | 2024-09-06T06:04:21.098Z | Compiling tungstenite v0.23.0 |
2140 | 2024-09-06T06:04:22.778Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2141 | 2024-09-06T06:04:23.061Z | Compiling crossterm v0.28.1 |
2142 | 2024-09-06T06:04:25.707Z | Compiling pem v3.0.4 |
2143 | 2024-09-06T06:04:27.010Z | Compiling oso-derive v0.27.3 |
2144 | 2024-09-06T06:04:27.803Z | Compiling impl-trait-for-tuples v0.2.2 |
2145 | 2024-09-06T06:04:28.079Z | Compiling dropshot_endpoint v0.10.1 |
2146 | 2024-09-06T06:04:29.197Z | Compiling libz-sys v1.1.16 |
2147 | 2024-09-06T06:04:29.644Z | Compiling quick-xml v0.31.0 |
2148 | 2024-09-06T06:04:29.698Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2149 | 2024-09-06T06:04:29.756Z | Compiling parking_lot_core v0.8.6 |
2150 | 2024-09-06T06:04:29.982Z | Compiling cfg_aliases v0.1.1 |
2151 | 2024-09-06T06:04:30.089Z | Compiling nix v0.28.0 |
2152 | 2024-09-06T06:04:30.748Z | Compiling tokio-tungstenite v0.23.1 |
2153 | 2024-09-06T06:04:31.287Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2154 | 2024-09-06T06:04:33.255Z | Compiling oso v0.27.3 |
2155 | 2024-09-06T06:04:35.568Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2156 | 2024-09-06T06:04:36.865Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2157 | 2024-09-06T06:04:37.121Z | Compiling bb8 v0.8.5 |
2158 | 2024-09-06T06:04:37.758Z | Compiling const_format_proc_macros v0.2.32 |
2159 | 2024-09-06T06:04:39.231Z | Compiling vte_generate_state_changes v0.1.1 |
2160 | 2024-09-06T06:04:39.731Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2161 | 2024-09-06T06:04:40.001Z | Compiling buf-list v1.0.3 |
2162 | 2024-09-06T06:04:40.550Z | Compiling vte v0.11.1 |
2163 | 2024-09-06T06:04:41.683Z | Compiling const_format v0.2.32 |
2164 | 2024-09-06T06:04:42.770Z | Compiling async-bb8-diesel v0.2.1 |
2165 | 2024-09-06T06:04:43.454Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2166 | 2024-09-06T06:04:48.694Z | Compiling fd-lock v4.0.2 |
2167 | 2024-09-06T06:04:48.903Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2168 | 2024-09-06T06:04:49.561Z | Compiling pin-project-internal v1.1.5 |
2169 | 2024-09-06T06:04:51.792Z | Compiling bytecount v0.6.8 |
2170 | 2024-09-06T06:04:52.065Z | Compiling papergrid v0.11.0 |
2171 | 2024-09-06T06:04:54.324Z | Compiling pin-project v1.1.5 |
2172 | 2024-09-06T06:05:01.727Z | Compiling parking_lot v0.11.2 |
2173 | 2024-09-06T06:05:05.217Z | Compiling strip-ansi-escapes v0.2.0 |
2174 | 2024-09-06T06:05:07.247Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2175 | 2024-09-06T06:05:08.280Z | Compiling tabled_derive v0.7.0 |
2176 | 2024-09-06T06:05:08.604Z | Compiling crossterm v0.27.0 |
2177 | 2024-09-06T06:05:10.108Z | Compiling peg-macros v0.8.4 |
2178 | 2024-09-06T06:05:10.163Z | Compiling snafu-derive v0.8.2 |
2179 | 2024-09-06T06:05:11.253Z | Compiling sqlparser_derive v0.2.2 |
2180 | 2024-09-06T06:05:12.178Z | Compiling nu-ansi-term v0.50.0 |
2181 | 2024-09-06T06:05:12.814Z | Compiling unicode_categories v0.1.1 |
2182 | 2024-09-06T06:05:13.067Z | Compiling sqlformat v0.2.4 |
2183 | 2024-09-06T06:05:13.134Z | Compiling rustyline v14.0.0 |
2184 | 2024-09-06T06:05:13.203Z | Compiling peg v0.8.4 |
2185 | 2024-09-06T06:05:13.317Z | Compiling reedline v0.33.0 |
2186 | 2024-09-06T06:05:14.062Z | Compiling snafu v0.8.2 |
2187 | 2024-09-06T06:05:14.133Z | Compiling sqlparser v0.45.0 |
2188 | 2024-09-06T06:05:15.169Z | Compiling tabled v0.15.0 |
2189 | 2024-09-06T06:05:21.366Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2190 | 2024-09-06T06:05:22.797Z | Compiling sled v0.34.7 |
2191 | 2024-09-06T06:05:23.223Z | Compiling mime_guess v2.0.4 |
2192 | 2024-09-06T06:05:31.827Z | Compiling hickory-client v0.24.1 |
2193 | 2024-09-06T06:05:31.853Z | Compiling env_logger v0.9.3 |
2194 | 2024-09-06T06:05:35.304Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2195 | 2024-09-06T06:05:35.375Z | Compiling tungstenite v0.20.1 |
2196 | 2024-09-06T06:05:36.206Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2197 | 2024-09-06T06:05:39.598Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2198 | 2024-09-06T06:05:40.844Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2199 | 2024-09-06T06:05:42.970Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2200 | 2024-09-06T06:05:44.264Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2201 | 2024-09-06T06:05:44.696Z | Compiling globset v0.4.14 |
2202 | 2024-09-06T06:05:46.962Z | Compiling hickory-server v0.24.1 |
2203 | 2024-09-06T06:05:47.144Z | Compiling olpc-cjson v0.1.3 |
2204 | 2024-09-06T06:05:47.454Z | Compiling bcs v0.1.6 |
2205 | 2024-09-06T06:05:48.223Z | Compiling vergen v8.3.2 |
2206 | 2024-09-06T06:05:48.496Z | Compiling bitstruct_derive v0.1.0 |
2207 | 2024-09-06T06:05:49.542Z | Compiling serde_plain v1.0.2 |
2208 | 2024-09-06T06:05:49.862Z | Compiling cargo-platform v0.1.8 |
2209 | 2024-09-06T06:05:50.031Z | Compiling nanorand v0.7.0 |
2210 | 2024-09-06T06:05:50.375Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-09-06T06:05:50.539Z | Compiling memoffset v0.9.1 |
2212 | 2024-09-06T06:05:50.700Z | Compiling typed-path v0.7.1 |
2213 | 2024-09-06T06:05:50.850Z | Compiling ascii v1.1.0 |
2214 | 2024-09-06T06:05:51.083Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2215 | 2024-09-06T06:05:51.407Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2216 | 2024-09-06T06:05:51.612Z | Compiling flume v0.11.0 |
2217 | 2024-09-06T06:05:52.030Z | Compiling cargo_metadata v0.18.1 |
2218 | 2024-09-06T06:05:52.349Z | Compiling bitstruct v0.1.1 |
2219 | 2024-09-06T06:05:52.488Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2220 | 2024-09-06T06:05:53.252Z | Compiling tough v0.17.1 |
2221 | 2024-09-06T06:05:53.500Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2222 | 2024-09-06T06:05:54.733Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-09-06T06:05:55.294Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2224 | 2024-09-06T06:05:56.453Z | Compiling tokio-tungstenite v0.20.1 |
2225 | 2024-09-06T06:05:56.956Z | Compiling git2 v0.19.0 |
2226 | 2024-09-06T06:05:57.475Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2227 | 2024-09-06T06:06:03.147Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-09-06T06:06:04.125Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2229 | 2024-09-06T06:06:04.391Z | Compiling libsqlite3-sys v0.28.0 |
2230 | 2024-09-06T06:06:04.807Z | Compiling erased-serde v0.3.31 |
2231 | 2024-09-06T06:06:05.785Z | Compiling serde_arrays v0.1.0 |
2232 | 2024-09-06T06:06:05.968Z | Compiling cfg_aliases v0.2.1 |
2233 | 2024-09-06T06:06:06.069Z | Compiling parse-size v1.0.0 |
2234 | 2024-09-06T06:06:06.207Z | Compiling nix v0.29.0 |
2235 | 2024-09-06T06:06:06.341Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2236 | 2024-09-06T06:06:06.498Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2237 | 2024-09-06T06:06:09.686Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2238 | 2024-09-06T06:06:12.280Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2239 | 2024-09-06T06:06:12.920Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2240 | 2024-09-06T06:06:13.189Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2241 | 2024-09-06T06:06:14.786Z | Compiling heck v0.3.3 |
2242 | 2024-09-06T06:06:15.144Z | Compiling castaway v0.2.3 |
2243 | 2024-09-06T06:06:15.337Z | Compiling rand_seeder v0.3.0 |
2244 | 2024-09-06T06:06:15.528Z | Compiling csv-core v0.1.11 |
2245 | 2024-09-06T06:06:15.718Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2246 | 2024-09-06T06:06:16.023Z | Compiling http-range v0.1.5 |
2247 | 2024-09-06T06:06:16.327Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2248 | 2024-09-06T06:06:16.695Z | Compiling hyper-staticfile v0.9.5 |
2249 | 2024-09-06T06:06:18.116Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2250 | 2024-09-06T06:06:19.252Z | Compiling csv v1.3.0 |
2251 | 2024-09-06T06:06:21.100Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2252 | 2024-09-06T06:06:21.306Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2253 | 2024-09-06T06:06:21.824Z | Compiling compact_str v0.8.0 |
2254 | 2024-09-06T06:06:22.123Z | Compiling zone_cfg_derive v0.1.2 |
2255 | 2024-09-06T06:06:23.236Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2256 | 2024-09-06T06:06:23.379Z | Compiling nix v0.27.1 |
2257 | 2024-09-06T06:06:23.611Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2258 | 2024-09-06T06:06:23.998Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2259 | 2024-09-06T06:06:25.055Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-09-06T06:06:25.892Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2261 | 2024-09-06T06:06:29.130Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2262 | 2024-09-06T06:06:29.449Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2263 | 2024-09-06T06:06:29.713Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-09-06T06:06:29.991Z | Compiling unicode-truncate v1.0.0 |
2265 | 2024-09-06T06:06:30.258Z | Compiling lru v0.12.3 |
2266 | 2024-09-06T06:06:30.449Z | Compiling hashlink v0.9.1 |
2267 | 2024-09-06T06:06:30.593Z | Compiling serde-big-array v0.5.1 |
2268 | 2024-09-06T06:06:30.843Z | Compiling instability v0.3.2 |
2269 | 2024-09-06T06:06:31.202Z | Compiling cassowary v0.3.0 |
2270 | 2024-09-06T06:06:31.357Z | Compiling base64 v0.13.1 |
2271 | 2024-09-06T06:06:31.719Z | Compiling fallible-iterator v0.3.0 |
2272 | 2024-09-06T06:06:32.028Z | Compiling fallible-streaming-iterator v0.1.9 |
2273 | 2024-09-06T06:06:32.288Z | Compiling ron v0.7.1 |
2274 | 2024-09-06T06:06:32.418Z | Compiling rusqlite v0.31.0 |
2275 | 2024-09-06T06:06:34.299Z | Compiling ratatui v0.28.0 |
2276 | 2024-09-06T06:06:36.675Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2277 | 2024-09-06T06:06:48.871Z | Compiling zone v0.1.8 |
2278 | 2024-09-06T06:06:51.196Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2279 | 2024-09-06T06:06:51.889Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2280 | 2024-09-06T06:06:52.090Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2281 | 2024-09-06T06:06:55.454Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2282 | 2024-09-06T06:06:56.888Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2283 | 2024-09-06T06:06:59.456Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2284 | 2024-09-06T06:06:59.494Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2285 | 2024-09-06T06:06:59.623Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2286 | 2024-09-06T06:06:59.931Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2287 | 2024-09-06T06:06:59.997Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2288 | 2024-09-06T06:07:00.160Z | Compiling twox-hash v1.6.3 |
2289 | 2024-09-06T06:07:01.018Z | Compiling signal-hook-tokio v0.3.1 |
2290 | 2024-09-06T06:07:01.250Z | Compiling yasna v0.5.2 |
2291 | 2024-09-06T06:07:04.146Z | Compiling portpicker v0.1.1 |
2292 | 2024-09-06T06:07:04.288Z | Compiling smawk v0.3.2 |
2293 | 2024-09-06T06:07:04.537Z | Compiling unicode-linebreak v0.1.5 |
2294 | 2024-09-06T06:07:04.561Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2295 | 2024-09-06T06:07:05.001Z | Compiling textwrap v0.16.1 |
2296 | 2024-09-06T06:07:08.043Z | Compiling rcgen v0.12.1 |
2297 | 2024-09-06T06:07:08.656Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2298 | 2024-09-06T06:07:14.828Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2299 | 2024-09-06T06:07:16.023Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2300 | 2024-09-06T06:07:21.067Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2301 | 2024-09-06T06:07:23.095Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2302 | 2024-09-06T06:07:25.293Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2303 | 2024-09-06T06:07:25.417Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2304 | 2024-09-06T06:07:25.745Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2305 | 2024-09-06T06:07:31.516Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2306 | 2024-09-06T06:07:31.821Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2307 | 2024-09-06T06:07:32.205Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2308 | 2024-09-06T06:07:34.783Z | Compiling atomicwrites v0.4.3 |
2309 | 2024-09-06T06:07:35.226Z | Compiling fatfs v0.3.6 |
2310 | 2024-09-06T06:07:37.336Z | Compiling rtoolbox v0.0.2 |
2311 | 2024-09-06T06:07:37.563Z | Compiling subprocess v0.2.9 |
2312 | 2024-09-06T06:07:37.712Z | Compiling is_ci v1.2.0 |
2313 | 2024-09-06T06:07:37.970Z | Compiling assert_matches v1.5.0 |
2314 | 2024-09-06T06:07:39.688Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2315 | 2024-09-06T06:07:39.742Z | Compiling supports-color v3.0.0 |
2316 | 2024-09-06T06:07:40.284Z | Compiling rpassword v7.3.1 |
2317 | 2024-09-06T06:07:40.323Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2318 | 2024-09-06T06:07:40.707Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2319 | 2024-09-06T06:07:41.568Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2320 | 2024-09-06T06:07:45.677Z | Compiling tui-tree-widget v0.22.0 |
2321 | 2024-09-06T06:07:46.054Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2322 | 2024-09-06T06:07:46.681Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2323 | 2024-09-06T06:07:47.245Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2324 | 2024-09-06T06:07:47.508Z | Compiling uzers v0.11.3 |
2325 | 2024-09-06T06:07:49.657Z | Compiling shell-words v1.1.0 |
2326 | 2024-09-06T06:07:50.052Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2327 | 2024-09-06T06:07:56.877Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2328 | 2024-09-06T06:07:57.064Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2329 | 2024-09-06T06:08:02.612Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-09-06T06:08:18.820Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2331 | 2024-09-06T06:08:20.288Z | Compiling multimap v0.10.0 |
2332 | 2024-09-06T06:09:40.079Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2333 | 2024-09-06T06:10:00.286Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2334 | 2024-09-06T06:15:49.219Z | Finished `release` profile [optimized] target(s) in 13m 07s |
2335 | 2024-09-06T06:17:00.444Z | |
2336 | 2024-09-06T06:17:00.444Z | real 14:20.862697700 |
2337 | 2024-09-06T06:17:00.444Z | user 1:34:47.264178695 |
2338 | 2024-09-06T06:17:00.444Z | sys 5:09.274675966 |
2339 | 2024-09-06T06:17:00.444Z | trap 2.661043513 |
2340 | 2024-09-06T06:17:00.444Z | tflt 1.830250007 |
2341 | 2024-09-06T06:17:00.469Z | dflt 3.794112877 |
2342 | 2024-09-06T06:17:00.469Z | kflt 0.042764818 |
2343 | 2024-09-06T06:17:00.469Z | lock 5:55:46.648052793 |
2344 | 2024-09-06T06:17:00.469Z | slp 4:55:09.970739415 |
2345 | 2024-09-06T06:17:00.469Z | lat 2:43.431146368 |
2346 | 2024-09-06T06:17:00.469Z | stop 2:20.541300471 |
2347 | 2024-09-06T06:17:00.469Z | + mapfile -t packages |
2348 | 2024-09-06T06:17:00.469Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2349 | 2024-09-06T06:17:01.799Z | Finished `release` profile [optimized] target(s) in 1.28s |
2350 | 2024-09-06T06:17:01.855Z | Running `target/release/omicron-package -t test list-outputs` |
2351 | 2024-09-06T06:17:01.915Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2352 | 2024-09-06T06:17:01.939Z | + ptime -m cargo build --locked --release -p xtask |
2353 | 2024-09-06T06:17:02.749Z | Compiling serde v1.0.208 |
2354 | 2024-09-06T06:17:02.774Z | Compiling rustix v0.38.34 |
2355 | 2024-09-06T06:17:02.774Z | Compiling libc v0.2.158 |
2356 | 2024-09-06T06:17:02.774Z | Compiling serde_json v1.0.125 |
2357 | 2024-09-06T06:17:02.774Z | Compiling bitflags v2.6.0 |
2358 | 2024-09-06T06:17:02.774Z | Compiling syn v2.0.74 |
2359 | 2024-09-06T06:17:03.164Z | Compiling usdt-impl v0.5.0 |
2360 | 2024-09-06T06:17:03.204Z | Compiling syn v1.0.109 |
2361 | 2024-09-06T06:17:03.349Z | Compiling hashbrown v0.14.5 |
2362 | 2024-09-06T06:17:03.374Z | Compiling log v0.4.21 |
2363 | 2024-09-06T06:17:03.480Z | Compiling fs-err v2.11.0 |
2364 | 2024-09-06T06:17:03.821Z | Compiling anyhow v1.0.86 |
2365 | 2024-09-06T06:17:04.337Z | Compiling thread-id v4.2.1 |
2366 | 2024-09-06T06:17:04.680Z | Compiling indexmap v2.4.0 |
2367 | 2024-09-06T06:17:05.612Z | Compiling terminal_size v0.3.0 |
2368 | 2024-09-06T06:17:05.612Z | Compiling tempfile v3.10.1 |
2369 | 2024-09-06T06:17:05.826Z | Compiling clap_builder v4.5.15 |
2370 | 2024-09-06T06:17:06.222Z | Compiling proc-macro-error v1.0.4 |
2371 | 2024-09-06T06:17:07.735Z | Compiling tabled_derive v0.7.0 |
2372 | 2024-09-06T06:17:09.133Z | Compiling tabled v0.15.0 |
2373 | 2024-09-06T06:17:09.835Z | Compiling serde_derive v1.0.208 |
2374 | 2024-09-06T06:17:10.422Z | Compiling thiserror-impl v1.0.63 |
2375 | 2024-09-06T06:17:11.843Z | Compiling zerocopy-derive v0.7.34 |
2376 | 2024-09-06T06:17:11.899Z | Compiling scroll_derive v0.12.0 |
2377 | 2024-09-06T06:17:12.587Z | Compiling thiserror v1.0.63 |
2378 | 2024-09-06T06:17:12.721Z | Compiling pest v2.7.10 |
2379 | 2024-09-06T06:17:13.021Z | Compiling scroll v0.12.0 |
2380 | 2024-09-06T06:17:13.430Z | Compiling zerocopy v0.7.34 |
2381 | 2024-09-06T06:17:13.565Z | Compiling goblin v0.8.2 |
2382 | 2024-09-06T06:17:15.415Z | Compiling pest_meta v2.7.10 |
2383 | 2024-09-06T06:17:16.497Z | Compiling pest_generator v2.7.10 |
2384 | 2024-09-06T06:17:17.862Z | Compiling clap_derive v4.5.13 |
2385 | 2024-09-06T06:17:18.692Z | Compiling pest_derive v2.7.10 |
2386 | 2024-09-06T06:17:19.328Z | Compiling dtrace-parser v0.2.0 |
2387 | 2024-09-06T06:17:21.262Z | Compiling serde_tokenstream v0.2.2 |
2388 | 2024-09-06T06:17:21.295Z | Compiling serde_spanned v0.6.7 |
2389 | 2024-09-06T06:17:21.518Z | Compiling toml_datetime v0.6.8 |
2390 | 2024-09-06T06:17:21.748Z | Compiling camino v1.1.9 |
2391 | 2024-09-06T06:17:22.086Z | Compiling toml_edit v0.22.20 |
2392 | 2024-09-06T06:17:22.833Z | Compiling dof v0.3.0 |
2393 | 2024-09-06T06:17:24.779Z | Compiling usdt-attr-macro v0.5.0 |
2394 | 2024-09-06T06:17:25.321Z | Compiling toml v0.8.19 |
2395 | 2024-09-06T06:17:25.519Z | Compiling usdt-macro v0.5.0 |
2396 | 2024-09-06T06:17:26.510Z | Compiling semver v1.0.23 |
2397 | 2024-09-06T06:17:27.523Z | Compiling cargo-platform v0.1.8 |
2398 | 2024-09-06T06:17:27.691Z | Compiling usdt v0.5.0 |
2399 | 2024-09-06T06:17:27.745Z | Compiling cargo_toml v0.20.4 |
2400 | 2024-09-06T06:17:28.442Z | Compiling cargo_metadata v0.18.1 |
2401 | 2024-09-06T06:17:28.962Z | Compiling camino-tempfile v1.1.1 |
2402 | 2024-09-06T06:17:29.623Z | Compiling clap v4.5.16 |
2403 | 2024-09-06T06:17:29.745Z | Compiling macaddr v1.0.1 |
2404 | 2024-09-06T06:17:40.395Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2405 | 2024-09-06T06:17:51.549Z | Finished `release` profile [optimized] target(s) in 49.56s |
2406 | 2024-09-06T06:17:51.648Z | |
2407 | 2024-09-06T06:17:51.648Z | real 49.695450683 |
2408 | 2024-09-06T06:17:51.648Z | user 4:39.874047166 |
2409 | 2024-09-06T06:17:51.648Z | sys 30.488258031 |
2410 | 2024-09-06T06:17:51.648Z | trap 0.124641347 |
2411 | 2024-09-06T06:17:51.648Z | tflt 0.211786240 |
2412 | 2024-09-06T06:17:51.648Z | dflt 0.701846355 |
2413 | 2024-09-06T06:17:51.648Z | kflt 0.000000000 |
2414 | 2024-09-06T06:17:51.648Z | lock 9:40.118105070 |
2415 | 2024-09-06T06:17:51.648Z | slp 14:04.126856485 |
2416 | 2024-09-06T06:17:51.648Z | lat 13.291316630 |
2417 | 2024-09-06T06:17:51.648Z | stop 15.037064114 |
2418 | 2024-09-06T06:17:51.673Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2419 | 2024-09-06T06:17:51.673Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2420 | 2024-09-06T06:17:51.673Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2421 | 2024-09-06T06:17:51.673Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2422 | 2024-09-06T06:17:51.673Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2423 | 2024-09-06T06:17:52.843Z | Compiling regress v0.9.1 |
2424 | 2024-09-06T06:17:52.875Z | Compiling getopts v0.2.21 |
2425 | 2024-09-06T06:17:52.900Z | Compiling unsafe-libyaml v0.2.11 |
2426 | 2024-09-06T06:17:52.900Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2427 | 2024-09-06T06:17:52.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2428 | 2024-09-06T06:17:52.900Z | Compiling http v1.1.0 |
2429 | 2024-09-06T06:17:52.965Z | Compiling match_cfg v0.1.0 |
2430 | 2024-09-06T06:17:52.990Z | Compiling toml v0.8.19 |
2431 | 2024-09-06T06:17:53.056Z | Compiling hostname v0.3.1 |
2432 | 2024-09-06T06:17:53.283Z | Compiling rustls-pki-types v1.7.0 |
2433 | 2024-09-06T06:17:53.308Z | Compiling ident_case v1.0.1 |
2434 | 2024-09-06T06:17:53.332Z | Compiling paste v1.0.15 |
2435 | 2024-09-06T06:17:53.478Z | Compiling rustls v0.22.4 |
2436 | 2024-09-06T06:17:53.739Z | Compiling rustls-webpki v0.102.4 |
2437 | 2024-09-06T06:17:53.785Z | Compiling darling_core v0.20.9 |
2438 | 2024-09-06T06:17:53.877Z | Compiling ipnetwork v0.20.0 |
2439 | 2024-09-06T06:17:53.988Z | Compiling serde_yaml v0.9.34+deprecated |
2440 | 2024-09-06T06:17:54.471Z | Compiling multer v3.1.0 |
2441 | 2024-09-06T06:17:54.806Z | Compiling slog-json v2.6.1 |
2442 | 2024-09-06T06:17:55.044Z | Compiling async-stream-impl v0.3.5 |
2443 | 2024-09-06T06:17:55.155Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2444 | 2024-09-06T06:17:55.411Z | Compiling instant v0.1.12 |
2445 | 2024-09-06T06:17:55.515Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-09-06T06:17:55.564Z | Compiling debug-ignore v1.0.5 |
2447 | 2024-09-06T06:17:55.709Z | Compiling waitgroup v0.1.2 |
2448 | 2024-09-06T06:17:55.749Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2449 | 2024-09-06T06:17:55.803Z | Compiling slog-bunyan v2.5.0 |
2450 | 2024-09-06T06:17:56.014Z | Compiling rustls-pemfile v2.1.3 |
2451 | 2024-09-06T06:17:56.201Z | Compiling async-stream v0.3.5 |
2452 | 2024-09-06T06:17:56.434Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2453 | 2024-09-06T06:17:56.487Z | Compiling serde_path_to_error v0.1.16 |
2454 | 2024-09-06T06:17:56.847Z | Compiling hostname v0.4.0 |
2455 | 2024-09-06T06:17:56.943Z | Compiling structmeta-derive v0.3.0 |
2456 | 2024-09-06T06:17:57.095Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2457 | 2024-09-06T06:17:57.194Z | Compiling newtype-uuid v1.1.0 |
2458 | 2024-09-06T06:17:57.448Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2459 | 2024-09-06T06:17:57.472Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2460 | 2024-09-06T06:17:57.731Z | Compiling backoff v0.4.0 |
2461 | 2024-09-06T06:17:57.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2462 | 2024-09-06T06:17:58.033Z | Compiling tokio-rustls v0.25.0 |
2463 | 2024-09-06T06:17:58.080Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-09-06T06:17:58.245Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2465 | 2024-09-06T06:17:58.397Z | Compiling macaddr v1.0.1 |
2466 | 2024-09-06T06:17:58.421Z | Compiling proc-macro-crate v1.3.1 |
2467 | 2024-09-06T06:17:58.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2468 | 2024-09-06T06:17:58.750Z | Compiling tempfile v3.10.1 |
2469 | 2024-09-06T06:17:58.783Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2470 | 2024-09-06T06:17:59.112Z | Compiling foreign-types-macros v0.2.3 |
2471 | 2024-09-06T06:17:59.401Z | Compiling num_enum_derive v0.5.11 |
2472 | 2024-09-06T06:17:59.425Z | Compiling structmeta v0.3.0 |
2473 | 2024-09-06T06:17:59.559Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2474 | 2024-09-06T06:17:59.584Z | Compiling darling_macro v0.20.9 |
2475 | 2024-09-06T06:17:59.816Z | Compiling foreign-types-shared v0.3.1 |
2476 | 2024-09-06T06:17:59.841Z | Compiling parse-display-derive v0.10.0 |
2477 | 2024-09-06T06:17:59.943Z | Compiling heapless v0.8.0 |
2478 | 2024-09-06T06:18:00.210Z | Compiling foreign-types v0.5.0 |
2479 | 2024-09-06T06:18:00.358Z | Compiling proc-macro-error v1.0.4 |
2480 | 2024-09-06T06:18:00.403Z | Compiling darling v0.20.9 |
2481 | 2024-09-06T06:18:00.524Z | Compiling serde_with_macros v3.9.0 |
2482 | 2024-09-06T06:18:00.983Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-09-06T06:18:01.061Z | Compiling cstr-argument v0.1.2 |
2484 | 2024-09-06T06:18:01.314Z | Compiling hash32 v0.3.1 |
2485 | 2024-09-06T06:18:01.540Z | Compiling pretty-hex v0.2.1 |
2486 | 2024-09-06T06:18:01.580Z | Compiling num_enum v0.5.11 |
2487 | 2024-09-06T06:18:01.699Z | Compiling smoltcp v0.11.0 |
2488 | 2024-09-06T06:18:01.737Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-09-06T06:18:02.068Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2490 | 2024-09-06T06:18:02.382Z | Compiling camino-tempfile v1.1.1 |
2491 | 2024-09-06T06:18:02.601Z | Compiling tabwriter v1.4.0 |
2492 | 2024-09-06T06:18:02.772Z | Compiling colored v2.1.0 |
2493 | 2024-09-06T06:18:02.797Z | Compiling socket2 v0.4.10 |
2494 | 2024-09-06T06:18:02.797Z | Compiling embedded-io v0.4.0 |
2495 | 2024-09-06T06:18:02.946Z | Compiling serde_with v3.9.0 |
2496 | 2024-09-06T06:18:03.007Z | Compiling cobs v0.2.3 |
2497 | 2024-09-06T06:18:03.291Z | Compiling postcard v1.0.8 |
2498 | 2024-09-06T06:18:03.440Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2499 | 2024-09-06T06:18:03.594Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2500 | 2024-09-06T06:18:03.619Z | Compiling parse-display v0.10.0 |
2501 | 2024-09-06T06:18:03.736Z | Compiling crucible-workspace-hack v0.1.0 |
2502 | 2024-09-06T06:18:03.844Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2503 | 2024-09-06T06:18:03.985Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2504 | 2024-09-06T06:18:04.207Z | Compiling smf v0.2.3 |
2505 | 2024-09-06T06:18:04.323Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2506 | 2024-09-06T06:18:04.656Z | Compiling zone_cfg_derive v0.3.0 |
2507 | 2024-09-06T06:18:04.711Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2508 | 2024-09-06T06:18:05.124Z | Compiling num-derive v0.4.2 |
2509 | 2024-09-06T06:18:05.439Z | Compiling sigpipe v0.1.3 |
2510 | 2024-09-06T06:18:05.559Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2511 | 2024-09-06T06:18:05.849Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2512 | 2024-09-06T06:18:05.899Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2513 | 2024-09-06T06:18:06.276Z | Compiling zone v0.3.0 |
2514 | 2024-09-06T06:18:06.818Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2515 | 2024-09-06T06:18:06.916Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2516 | 2024-09-06T06:18:07.239Z | Compiling universal-hash v0.5.1 |
2517 | 2024-09-06T06:18:07.348Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2518 | 2024-09-06T06:18:07.433Z | Compiling opaque-debug v0.3.1 |
2519 | 2024-09-06T06:18:07.477Z | Compiling utf-8 v0.7.6 |
2520 | 2024-09-06T06:18:07.535Z | Compiling num-rational v0.4.2 |
2521 | 2024-09-06T06:18:07.631Z | Compiling curve25519-dalek v4.1.3 |
2522 | 2024-09-06T06:18:07.656Z | Compiling num-complex v0.4.6 |
2523 | 2024-09-06T06:18:07.680Z | Compiling humantime v2.1.0 |
2524 | 2024-09-06T06:18:07.705Z | Compiling password-hash v0.5.0 |
2525 | 2024-09-06T06:18:07.779Z | Compiling blake2 v0.10.6 |
2526 | 2024-09-06T06:18:08.127Z | Compiling aead v0.5.2 |
2527 | 2024-09-06T06:18:08.310Z | Compiling curve25519-dalek-derive v0.1.1 |
2528 | 2024-09-06T06:18:08.461Z | Compiling float-ord v0.3.2 |
2529 | 2024-09-06T06:18:08.561Z | Compiling num v0.4.3 |
2530 | 2024-09-06T06:18:08.586Z | Compiling argon2 v0.5.3 |
2531 | 2024-09-06T06:18:08.629Z | Compiling poly1305 v0.8.0 |
2532 | 2024-09-06T06:18:08.678Z | Compiling chacha20 v0.9.1 |
2533 | 2024-09-06T06:18:08.932Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2534 | 2024-09-06T06:18:09.070Z | Compiling semver v0.1.20 |
2535 | 2024-09-06T06:18:09.133Z | Compiling convert_case v0.4.0 |
2536 | 2024-09-06T06:18:09.197Z | Compiling tungstenite v0.21.0 |
2537 | 2024-09-06T06:18:09.692Z | Compiling rustc_version v0.1.7 |
2538 | 2024-09-06T06:18:10.059Z | Compiling derive_more v0.99.18 |
2539 | 2024-09-06T06:18:10.128Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2540 | 2024-09-06T06:18:10.152Z | Compiling newline-converter v0.3.0 |
2541 | 2024-09-06T06:18:10.176Z | Compiling atty v0.2.14 |
2542 | 2024-09-06T06:18:10.307Z | Compiling rayon-core v1.12.1 |
2543 | 2024-09-06T06:18:10.332Z | Compiling same-file v1.0.6 |
2544 | 2024-09-06T06:18:10.518Z | Compiling walkdir v2.5.0 |
2545 | 2024-09-06T06:18:10.544Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2546 | 2024-09-06T06:18:10.606Z | Compiling expectorate v1.1.0 |
2547 | 2024-09-06T06:18:10.631Z | Compiling newtype_derive v0.1.6 |
2548 | 2024-09-06T06:18:10.773Z | Compiling tokio-tungstenite v0.21.0 |
2549 | 2024-09-06T06:18:10.884Z | Compiling crossbeam-deque v0.8.5 |
2550 | 2024-09-06T06:18:10.941Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2551 | 2024-09-06T06:18:11.089Z | Compiling keccak v0.1.5 |
2552 | 2024-09-06T06:18:11.198Z | Compiling prettyplease v0.2.20 |
2553 | 2024-09-06T06:18:11.223Z | Compiling home v0.5.9 |
2554 | 2024-09-06T06:18:11.487Z | Compiling sha3 v0.10.8 |
2555 | 2024-09-06T06:18:11.583Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2556 | 2024-09-06T06:18:11.691Z | Compiling thiserror-impl-no-std v2.0.2 |
2557 | 2024-09-06T06:18:11.871Z | Compiling secrecy v0.8.0 |
2558 | 2024-09-06T06:18:11.895Z | Compiling blake3 v1.5.1 |
2559 | 2024-09-06T06:18:12.118Z | Compiling ring v0.16.20 |
2560 | 2024-09-06T06:18:12.343Z | Compiling derive-where v1.2.7 |
2561 | 2024-09-06T06:18:12.454Z | Compiling cookie v0.18.1 |
2562 | 2024-09-06T06:18:12.737Z | Compiling unicase v2.7.0 |
2563 | 2024-09-06T06:18:12.790Z | Compiling half v2.4.1 |
2564 | 2024-09-06T06:18:13.029Z | Compiling quick-error v1.2.3 |
2565 | 2024-09-06T06:18:13.087Z | Compiling ciborium-io v0.2.2 |
2566 | 2024-09-06T06:18:13.182Z | Compiling arc-swap v1.7.1 |
2567 | 2024-09-06T06:18:13.219Z | Compiling termcolor v1.4.1 |
2568 | 2024-09-06T06:18:13.294Z | Compiling linked-hash-map v0.5.6 |
2569 | 2024-09-06T06:18:13.635Z | Compiling lru-cache v0.1.2 |
2570 | 2024-09-06T06:18:13.783Z | Compiling env_logger v0.9.3 |
2571 | 2024-09-06T06:18:13.826Z | Compiling slog-scope v4.4.0 |
2572 | 2024-09-06T06:18:14.079Z | Compiling ciborium-ll v0.2.2 |
2573 | 2024-09-06T06:18:14.247Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2574 | 2024-09-06T06:18:14.354Z | Compiling resolv-conf v0.7.0 |
2575 | 2024-09-06T06:18:14.398Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2576 | 2024-09-06T06:18:14.427Z | Compiling thiserror-no-std v2.0.2 |
2577 | 2024-09-06T06:18:15.016Z | Compiling rayon v1.10.0 |
2578 | 2024-09-06T06:18:15.066Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2579 | 2024-09-06T06:18:15.457Z | Compiling polyval v0.6.2 |
2580 | 2024-09-06T06:18:15.481Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-09-06T06:18:15.803Z | Compiling rfc6979 v0.4.0 |
2582 | 2024-09-06T06:18:15.850Z | Compiling bitstruct_derive v0.1.0 |
2583 | 2024-09-06T06:18:15.880Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-09-06T06:18:15.992Z | Compiling memmap2 v0.9.4 |
2585 | 2024-09-06T06:18:16.018Z | Compiling highway v1.2.0 |
2586 | 2024-09-06T06:18:16.412Z | Compiling untrusted v0.7.1 |
2587 | 2024-09-06T06:18:16.474Z | Compiling ascii v1.1.0 |
2588 | 2024-09-06T06:18:16.601Z | Compiling parking_lot_core v0.8.6 |
2589 | 2024-09-06T06:18:16.694Z | Compiling libefi-sys v0.1.0 |
2590 | 2024-09-06T06:18:16.809Z | Compiling arrayref v0.3.7 |
2591 | 2024-09-06T06:18:16.923Z | Compiling arrayvec v0.7.4 |
2592 | 2024-09-06T06:18:16.962Z | Compiling spin v0.5.2 |
2593 | 2024-09-06T06:18:16.996Z | Compiling constant_time_eq v0.3.0 |
2594 | 2024-09-06T06:18:17.048Z | Compiling bitstruct v0.1.1 |
2595 | 2024-09-06T06:18:17.115Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2596 | 2024-09-06T06:18:17.208Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2597 | 2024-09-06T06:18:17.232Z | Compiling ecdsa v0.16.9 |
2598 | 2024-09-06T06:18:17.295Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2599 | 2024-09-06T06:18:17.527Z | Compiling ghash v0.5.1 |
2600 | 2024-09-06T06:18:17.705Z | Compiling steno v0.4.1 |
2601 | 2024-09-06T06:18:17.959Z | Compiling hickory-resolver v0.24.1 |
2602 | 2024-09-06T06:18:18.241Z | Compiling vsss-rs v3.3.4 |
2603 | 2024-09-06T06:18:18.411Z | Compiling ciborium v0.2.2 |
2604 | 2024-09-06T06:18:19.140Z | Compiling slog-stdlog v4.1.1 |
2605 | 2024-09-06T06:18:19.734Z | Compiling toolchain_find v0.4.0 |
2606 | 2024-09-06T06:18:19.771Z | Compiling chacha20poly1305 v0.10.1 |
2607 | 2024-09-06T06:18:19.849Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-09-06T06:18:19.976Z | Compiling primeorder v0.13.6 |
2609 | 2024-09-06T06:18:20.336Z | Compiling ctr v0.9.2 |
2610 | 2024-09-06T06:18:20.396Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2611 | 2024-09-06T06:18:20.425Z | Compiling erased-serde v0.3.31 |
2612 | 2024-09-06T06:18:20.489Z | Compiling serde_arrays v0.1.0 |
2613 | 2024-09-06T06:18:20.649Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2614 | 2024-09-06T06:18:20.674Z | Compiling bitfield-struct v0.6.1 |
2615 | 2024-09-06T06:18:20.735Z | Compiling slog-dtrace v0.3.0 |
2616 | 2024-09-06T06:18:21.021Z | Compiling topological-sort v0.2.2 |
2617 | 2024-09-06T06:18:21.046Z | Compiling cancel-safe-futures v0.1.5 |
2618 | 2024-09-06T06:18:21.218Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2619 | 2024-09-06T06:18:21.242Z | Compiling omicron-zone-package v0.11.0 |
2620 | 2024-09-06T06:18:21.383Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2621 | 2024-09-06T06:18:21.771Z | Compiling aes-gcm v0.10.3 |
2622 | 2024-09-06T06:18:21.880Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-09-06T06:18:22.057Z | Compiling rustfmt-wrapper v0.2.1 |
2624 | 2024-09-06T06:18:22.082Z | Compiling slog-envlogger v2.2.0 |
2625 | 2024-09-06T06:18:22.488Z | Compiling mime_guess v2.0.4 |
2626 | 2024-09-06T06:18:22.931Z | Compiling tungstenite v0.20.1 |
2627 | 2024-09-06T06:18:23.298Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-09-06T06:18:23.504Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2629 | 2024-09-06T06:18:23.573Z | Compiling heck v0.3.3 |
2630 | 2024-09-06T06:18:23.923Z | Compiling ed25519 v2.2.3 |
2631 | 2024-09-06T06:18:23.985Z | Compiling ssh-encoding v0.2.0 |
2632 | 2024-09-06T06:18:24.030Z | Compiling blowfish v0.9.1 |
2633 | 2024-09-06T06:18:24.424Z | Compiling nibble_vec v0.1.0 |
2634 | 2024-09-06T06:18:24.492Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-09-06T06:18:24.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2636 | 2024-09-06T06:18:24.610Z | Compiling endian-type v0.1.2 |
2637 | 2024-09-06T06:18:24.634Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-09-06T06:18:24.834Z | Compiling radix_trie v0.2.1 |
2639 | 2024-09-06T06:18:24.859Z | Compiling ssh-cipher v0.2.0 |
2640 | 2024-09-06T06:18:24.884Z | Compiling bcrypt-pbkdf v0.10.0 |
2641 | 2024-09-06T06:18:25.416Z | Compiling ed25519-dalek v2.1.1 |
2642 | 2024-09-06T06:18:25.473Z | Compiling zone_cfg_derive v0.1.2 |
2643 | 2024-09-06T06:18:25.501Z | Compiling tokio-tungstenite v0.20.1 |
2644 | 2024-09-06T06:18:25.998Z | Compiling parking_lot v0.11.2 |
2645 | 2024-09-06T06:18:26.037Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2646 | 2024-09-06T06:18:26.431Z | Compiling gethostname v0.5.0 |
2647 | 2024-09-06T06:18:26.591Z | Compiling password-hash v0.4.2 |
2648 | 2024-09-06T06:18:26.640Z | Compiling libsw v3.3.1 |
2649 | 2024-09-06T06:18:26.710Z | Compiling fxhash v0.2.1 |
2650 | 2024-09-06T06:18:26.811Z | Compiling owo-colors v4.0.0 |
2651 | 2024-09-06T06:18:26.845Z | Compiling linear-map v1.2.0 |
2652 | 2024-09-06T06:18:26.907Z | Compiling base64 v0.13.1 |
2653 | 2024-09-06T06:18:26.932Z | Compiling matches v0.1.10 |
2654 | 2024-09-06T06:18:26.956Z | Compiling sled v0.34.7 |
2655 | 2024-09-06T06:18:27.032Z | Compiling idna v0.2.3 |
2656 | 2024-09-06T06:18:27.161Z | Compiling pbkdf2 v0.11.0 |
2657 | 2024-09-06T06:18:27.364Z | Compiling ron v0.7.1 |
2658 | 2024-09-06T06:18:27.452Z | Compiling zone v0.1.8 |
2659 | 2024-09-06T06:18:28.321Z | Compiling ssh-key v0.6.6 |
2660 | 2024-09-06T06:18:28.345Z | Compiling hickory-client v0.24.1 |
2661 | 2024-09-06T06:18:28.718Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2662 | 2024-09-06T06:18:29.511Z | Compiling p384 v0.13.0 |
2663 | 2024-09-06T06:18:29.702Z | Compiling p521 v0.13.3 |
2664 | 2024-09-06T06:18:30.766Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2665 | 2024-09-06T06:18:31.166Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2666 | 2024-09-06T06:18:31.648Z | Compiling p256 v0.13.2 |
2667 | 2024-09-06T06:18:31.807Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2668 | 2024-09-06T06:18:32.041Z | Compiling hickory-server v0.24.1 |
2669 | 2024-09-06T06:18:32.080Z | Compiling pem v3.0.4 |
2670 | 2024-09-06T06:18:32.391Z | Compiling enum-as-inner v0.5.1 |
2671 | 2024-09-06T06:18:32.493Z | Compiling yasna v0.5.2 |
2672 | 2024-09-06T06:18:32.822Z | Compiling portpicker v0.1.1 |
2673 | 2024-09-06T06:18:33.147Z | Compiling headers-core v0.2.0 |
2674 | 2024-09-06T06:18:33.310Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2675 | 2024-09-06T06:18:33.335Z | Compiling kstat-rs v0.2.4 |
2676 | 2024-09-06T06:18:33.506Z | Compiling nanorand v0.7.0 |
2677 | 2024-09-06T06:18:33.655Z | Compiling russh-cryptovec v0.7.2 |
2678 | 2024-09-06T06:18:33.958Z | Compiling glob v0.3.1 |
2679 | 2024-09-06T06:18:34.004Z | Compiling http-range v0.1.5 |
2680 | 2024-09-06T06:18:34.029Z | Compiling md5 v0.7.0 |
2681 | 2024-09-06T06:18:34.055Z | Compiling flume v0.11.0 |
2682 | 2024-09-06T06:18:34.357Z | Compiling russh-keys v0.45.0 |
2683 | 2024-09-06T06:18:34.484Z | Compiling hyper-staticfile v0.9.5 |
2684 | 2024-09-06T06:18:34.714Z | Compiling trust-dns-proto v0.22.0 |
2685 | 2024-09-06T06:18:34.881Z | Compiling rcgen v0.12.1 |
2686 | 2024-09-06T06:18:35.330Z | Compiling headers v0.3.9 |
2687 | 2024-09-06T06:18:35.900Z | Compiling atomicwrites v0.4.3 |
2688 | 2024-09-06T06:18:36.057Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2689 | 2024-09-06T06:18:36.229Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2690 | 2024-09-06T06:18:36.253Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2691 | 2024-09-06T06:18:36.398Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2692 | 2024-09-06T06:18:36.881Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2693 | 2024-09-06T06:18:36.986Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2694 | 2024-09-06T06:18:37.854Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2695 | 2024-09-06T06:18:37.924Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2696 | 2024-09-06T06:18:39.138Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2697 | 2024-09-06T06:18:41.357Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2698 | 2024-09-06T06:18:41.538Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2699 | 2024-09-06T06:18:42.500Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2700 | 2024-09-06T06:18:42.838Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2701 | 2024-09-06T06:18:43.065Z | Compiling num-bigint v0.4.5 |
2702 | 2024-09-06T06:18:43.653Z | Compiling itertools v0.13.0 |
2703 | 2024-09-06T06:18:43.887Z | Compiling des v0.8.1 |
2704 | 2024-09-06T06:18:44.257Z | Compiling subprocess v0.2.9 |
2705 | 2024-09-06T06:18:45.994Z | Compiling hex-literal v0.4.1 |
2706 | 2024-09-06T06:18:46.148Z | Compiling display-error-chain v0.2.1 |
2707 | 2024-09-06T06:18:46.309Z | Compiling dhcproto-macros v0.1.0 |
2708 | 2024-09-06T06:18:46.394Z | Compiling russh v0.45.0 |
2709 | 2024-09-06T06:18:47.121Z | Compiling dhcproto v0.12.0 |
2710 | 2024-09-06T06:18:48.115Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2711 | 2024-09-06T06:18:50.033Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2712 | 2024-09-06T06:18:50.438Z | Compiling internet-checksum v0.2.1 |
2713 | 2024-09-06T06:18:51.529Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-09-06T06:18:52.375Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2715 | 2024-09-06T06:18:53.061Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2716 | 2024-09-06T06:18:53.114Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2717 | 2024-09-06T06:18:54.685Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-09-06T06:18:55.404Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2719 | 2024-09-06T06:18:55.543Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2720 | 2024-09-06T06:18:55.688Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2721 | 2024-09-06T06:18:57.316Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-09-06T06:18:57.925Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2723 | 2024-09-06T06:18:58.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2724 | 2024-09-06T06:18:59.059Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2725 | 2024-09-06T06:18:59.529Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2726 | 2024-09-06T06:19:01.277Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2727 | 2024-09-06T06:19:02.671Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2728 | 2024-09-06T06:19:03.229Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2729 | 2024-09-06T06:19:03.649Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2730 | 2024-09-06T06:19:04.523Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-09-06T06:19:06.076Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2732 | 2024-09-06T06:19:08.364Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2733 | 2024-09-06T06:19:08.634Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2024-09-06T06:19:11.432Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2735 | 2024-09-06T06:19:19.331Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-09-06T06:19:19.331Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2737 | 2024-09-06T06:19:20.983Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-09-06T06:19:42.704Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2739 | 2024-09-06T06:20:25.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2740 | 2024-09-06T06:20:25.341Z | |
2741 | 2024-09-06T06:20:25.366Z | real 2:33.642736618 |
2742 | 2024-09-06T06:20:25.366Z | user 11:16.488439942 |
2743 | 2024-09-06T06:20:25.366Z | sys 2:32.587167576 |
2744 | 2024-09-06T06:20:25.366Z | trap 0.310688712 |
2745 | 2024-09-06T06:20:25.366Z | tflt 0.781977126 |
2746 | 2024-09-06T06:20:25.366Z | dflt 1.723866844 |
2747 | 2024-09-06T06:20:25.366Z | kflt 0.000256412 |
2748 | 2024-09-06T06:20:25.366Z | lock 24:17.301131830 |
2749 | 2024-09-06T06:20:25.366Z | slp 41:43.392999211 |
2750 | 2024-09-06T06:20:25.366Z | lat 39.864980966 |
2751 | 2024-09-06T06:20:25.366Z | stop 1:24.805156199 |
2752 | 2024-09-06T06:20:25.366Z | + mkdir tests |
2753 | 2024-09-06T06:20:25.366Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2754 | 2024-09-06T06:20:25.367Z | + xargs -I '{}' -t cp '{}' tests/ |
2755 | 2024-09-06T06:20:25.392Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-01952c5d810468f2 tests/ |
2756 | 2024-09-06T06:20:25.416Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0572fa8db14b3a0b tests/ |
2757 | 2024-09-06T06:20:25.441Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f6283d20c172e8a tests/ |
2758 | 2024-09-06T06:20:25.465Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ec0c65ac579855a1 tests/ |
2759 | 2024-09-06T06:20:25.674Z | + 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-06T06:20:25.699Z | + 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-0572fa8db14b3a0b tests/commtest-4f6283d20c172e8a tests/dhcp_server-01952c5d810468f2 tests/end_to_end_tests-ec0c65ac579855a1 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-06T06:21:43.485Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2762 | 2024-09-06T06:21:43.485Z | a out/target/test 1K |
2763 | 2024-09-06T06:21:43.485Z | a out/npuzone/npuzone 23144K |
2764 | 2024-09-06T06:21:43.485Z | a package-manifest.toml 32K |
2765 | 2024-09-06T06:21:43.485Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2766 | 2024-09-06T06:21:43.485Z | a target/release/omicron-package 32435K |
2767 | 2024-09-06T06:21:43.485Z | a target/release/xtask 11987K |
2768 | 2024-09-06T06:21:43.485Z | a target/debug/bootstrap 193401K |
2769 | 2024-09-06T06:21:43.485Z | a tests/bootstrap-0572fa8db14b3a0b 23740K |
2770 | 2024-09-06T06:21:43.485Z | a tests/commtest-4f6283d20c172e8a 24002K |
2771 | 2024-09-06T06:21:43.485Z | a tests/dhcp_server-01952c5d810468f2 23740K |
2772 | 2024-09-06T06:21:43.485Z | a tests/end_to_end_tests-ec0c65ac579855a1 205597K |
2773 | 2024-09-06T06:21:43.485Z | a out/clickhouse.tar.gz 232665K |
2774 | 2024-09-06T06:21:43.485Z | a out/clickhouse_keeper.tar.gz 232657K |
2775 | 2024-09-06T06:21:43.485Z | a out/clickhouse_server.tar.gz 232657K |
2776 | 2024-09-06T06:21:43.485Z | a out/cockroachdb.tar.gz 132021K |
2777 | 2024-09-06T06:21:43.485Z | a out/crucible-dtrace.tar 84K |
2778 | 2024-09-06T06:21:43.485Z | a out/crucible-pantry-zone.tar.gz 25929K |
2779 | 2024-09-06T06:21:43.485Z | a out/crucible-zone.tar.gz 34201K |
2780 | 2024-09-06T06:21:43.485Z | a out/external-dns.tar.gz 24933K |
2781 | 2024-09-06T06:21:43.485Z | a out/internal-dns.tar.gz 24931K |
2782 | 2024-09-06T06:21:43.485Z | a out/mg-ddm-gz.tar 62160K |
2783 | 2024-09-06T06:21:43.485Z | a out/nexus.tar.gz 90028K |
2784 | 2024-09-06T06:21:43.485Z | a out/ntp.tar.gz 9011K |
2785 | 2024-09-06T06:21:43.485Z | a out/omicron-gateway-softnpu.tar.gz 20673K |
2786 | 2024-09-06T06:21:43.485Z | a out/omicron-sled-agent.tar 98341K |
2787 | 2024-09-06T06:21:43.485Z | a out/overlay.tar.gz 3K |
2788 | 2024-09-06T06:21:43.485Z | a out/oximeter.tar.gz 42298K |
2789 | 2024-09-06T06:21:43.485Z | a out/oxlog.tar 2946K |
2790 | 2024-09-06T06:21:43.485Z | a out/probe.tar.gz 2764K |
2791 | 2024-09-06T06:21:43.485Z | a out/propolis-server.tar.gz 65665K |
2792 | 2024-09-06T06:21:43.485Z | a out/pumpkind-gz.tar 26665K |
2793 | 2024-09-06T06:21:43.486Z | a out/switch-softnpu.tar.gz 217117K |
2794 | 2024-09-06T06:21:43.510Z | |
2795 | 2024-09-06T06:21:43.510Z | real 1:17.810213192 |
2796 | 2024-09-06T06:21:43.510Z | user 1:11.531788852 |
2797 | 2024-09-06T06:21:43.510Z | sys 7.903940722 |
2798 | 2024-09-06T06:21:43.510Z | trap 0.023992946 |
2799 | 2024-09-06T06:21:43.510Z | tflt 0.000000000 |
2800 | 2024-09-06T06:21:43.510Z | dflt 0.000000000 |
2801 | 2024-09-06T06:21:43.510Z | kflt 0.000000000 |
2802 | 2024-09-06T06:21:43.510Z | lock 0.000000000 |
2803 | 2024-09-06T06:21:43.510Z | slp 1:11.588529728 |
2804 | 2024-09-06T06:21:43.510Z | lat 4.565678525 |
2805 | 2024-09-06T06:21:43.510Z | stop 0.000399959 |
2806 | 2024-09-06T06:21:43.510Z | process exited: duration 1598680 ms, exit code 0 |
|
2807 | 2024-09-06T06:21:43.593Z | found 1 output files |
2808 | 2024-09-06T06:21:43.593Z | uploading: /work/package.tar.gz (1621015192 bytes) |
2809 | 2024-09-06T06:24:36.052Z | uploaded: /work/package.tar.gz |