|
|
|
1 | 2024-08-19T17:55:51.867Z | job assigned to worker 01J5NWE3M11RK3A4G6ZRBRXEBS (queued for 1 m 3 s) |
|
2 | 2024-08-19T17:55:59.371Z | starting task 0: "setup" |
3 | 2024-08-19T17:55:59.380Z | ++ uname -s |
4 | 2024-08-19T17:55:59.383Z | + kern=SunOS |
5 | 2024-08-19T17:55:59.383Z | + case "$kern" in |
6 | 2024-08-19T17:55:59.383Z | + groupadd -g 12345 build |
7 | 2024-08-19T17:55:59.386Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T17:56:01.396Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T17:56:01.556Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T17:56:01.559Z | + home_fs=zfs |
11 | 2024-08-19T17:56:01.559Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T17:56:01.559Z | + mkdir -p /home/build |
13 | 2024-08-19T17:56:01.562Z | + chown build:build /home/build /work |
14 | 2024-08-19T17:56:03.564Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T17:56:03.567Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-08-19T17:56:03.572Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T17:56:03.578Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T17:56:03.578Z | ' 1.80.1 |
19 | 2024-08-19T17:56:03.578Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-19T17:56:03.578Z | ' default |
21 | 2024-08-19T17:56:03.578Z | * toolchain channel = "1.80.1" |
22 | 2024-08-19T17:56:03.578Z | * toolchain profile = "default" |
23 | 2024-08-19T17:56:03.581Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T17:56:03.581Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T17:56:03.693Z | info: downloading installer |
26 | 2024-08-19T17:56:05.136Z | info: profile set to 'default' |
27 | 2024-08-19T17:56:05.137Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T17:56:05.139Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T17:56:05.285Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T17:56:05.285Z | info: downloading component 'cargo' |
31 | 2024-08-19T17:56:06.095Z | info: downloading component 'clippy' |
32 | 2024-08-19T17:56:06.382Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T17:56:07.506Z | info: downloading component 'rust-std' |
34 | 2024-08-19T17:56:09.083Z | info: downloading component 'rustc' |
35 | 2024-08-19T17:56:13.478Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T17:56:13.712Z | info: installing component 'cargo' |
37 | 2024-08-19T17:56:14.522Z | info: installing component 'clippy' |
38 | 2024-08-19T17:56:14.887Z | info: installing component 'rust-docs' |
39 | 2024-08-19T17:56:16.518Z | info: installing component 'rust-std' |
40 | 2024-08-19T17:56:18.170Z | info: installing component 'rustc' |
41 | 2024-08-19T17:56:22.295Z | info: installing component 'rustfmt' |
42 | 2024-08-19T17:56:22.639Z | |
43 | 2024-08-19T17:56:22.639Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-19T17:56:22.912Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T17:56:22.912Z | |
46 | 2024-08-19T17:56:22.915Z | |
47 | 2024-08-19T17:56:22.915Z | Rust is installed now. Great! |
48 | 2024-08-19T17:56:22.916Z | |
49 | 2024-08-19T17:56:22.916Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T17:56:22.916Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T17:56:22.916Z | |
52 | 2024-08-19T17:56:22.916Z | To configure your current shell, you need to source |
53 | 2024-08-19T17:56:22.916Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T17:56:22.916Z | |
55 | 2024-08-19T17:56:22.916Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T17:56:22.916Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T17:56:22.916Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T17:56:22.964Z | + rustc --version |
59 | 2024-08-19T17:56:23.026Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T17:56:23.028Z | process exited: duration 19450 ms, exit code 0 |
|
61 | 2024-08-19T17:56:23.035Z | starting task 2: "authentication" |
62 | 2024-08-19T17:56:23.055Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-19T17:56:23.061Z | starting task 3: "clone repository" |
64 | 2024-08-19T17:56:23.065Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T17:56:23.068Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T17:56:23.105Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T17:56:28.665Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T17:56:28.668Z | + git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a |
69 | 2024-08-19T17:56:28.918Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T17:56:28.918Z | * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD |
71 | 2024-08-19T17:56:28.926Z | + [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
72 | 2024-08-19T17:56:28.929Z | ++ git branch --show-current |
73 | 2024-08-19T17:56:28.933Z | + current=main |
74 | 2024-08-19T17:56:28.933Z | + [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
75 | 2024-08-19T17:56:28.933Z | + git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a |
76 | 2024-08-19T17:56:28.936Z | + git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate |
77 | 2024-08-19T17:56:29.082Z | Switched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate' |
78 | 2024-08-19T17:56:29.085Z | + git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a |
79 | 2024-08-19T17:56:29.097Z | HEAD is now at d16bbb387 move into nexus-types |
80 | 2024-08-19T17:56:29.099Z | process exited: duration 6035 ms, exit code 0 |
|
81 | 2024-08-19T17:56:29.105Z | starting task 4: "build" |
82 | 2024-08-19T17:56:29.111Z | + cargo --version |
83 | 2024-08-19T17:56:29.166Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T17:56:29.169Z | + rustc --version |
85 | 2024-08-19T17:56:29.224Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T17:56:29.227Z | + WORK=/work |
87 | 2024-08-19T17:56:29.228Z | + pfexec mkdir -p /work |
88 | 2024-08-19T17:56:29.231Z | + pfexec chown build /work |
89 | 2024-08-19T17:56:29.234Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-19T17:56:34.130Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-19T17:56:36.236Z | Startup: Caching catalogs ... Done |
92 | 2024-08-19T17:56:38.120Z | Planning: Solver setup ... Done (1.227s) |
93 | 2024-08-19T17:56:38.139Z | Planning: Running solver ... Done (0.021s) |
94 | 2024-08-19T17:56:38.196Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-19T17:56:38.287Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-19T17:56:38.455Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-19T17:56:38.601Z | Planning: Package planning ... Done (0.155s) |
98 | 2024-08-19T17:56:38.653Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-19T17:56:38.951Z | Planning: Checking for conflicting actions ... Done (0.300s) |
100 | 2024-08-19T17:56:38.964Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-19T17:56:39.947Z | Planning: Evaluating mediators ... Done (0.985s) |
102 | 2024-08-19T17:56:39.956Z | Planning: Planning completed in 3.65 seconds |
103 | 2024-08-19T17:56:39.971Z | Packages to install: 4 |
104 | 2024-08-19T17:56:39.971Z | Mediators to change: 2 |
105 | 2024-08-19T17:56:39.975Z | Services to change: 1 |
106 | 2024-08-19T17:56:39.975Z | Estimated space available: 155.72 GB |
107 | 2024-08-19T17:56:39.975Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-19T17:56:39.975Z | Create boot environment: No |
109 | 2024-08-19T17:56:39.975Z | Create backup boot environment: No |
110 | 2024-08-19T17:56:39.975Z | Rebuild boot archive: No |
111 | 2024-08-19T17:56:39.975Z | |
112 | 2024-08-19T17:56:39.975Z | Changed mediators: |
113 | 2024-08-19T17:56:39.975Z | mediator clang: |
114 | 2024-08-19T17:56:39.975Z | version: None -> 15 (system default) |
115 | 2024-08-19T17:56:39.975Z | |
116 | 2024-08-19T17:56:39.975Z | mediator llvm: |
117 | 2024-08-19T17:56:39.975Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-19T17:56:39.975Z | |
119 | 2024-08-19T17:56:39.975Z | Changed packages: |
120 | 2024-08-19T17:56:39.975Z | helios-dev |
121 | 2024-08-19T17:56:39.975Z | developer/build-essential |
122 | 2024-08-19T17:56:39.975Z | None -> 11-2.0 |
123 | 2024-08-19T17:56:39.975Z | library/libxmlsec1 |
124 | 2024-08-19T17:56:39.975Z | None -> 1.2.35-2.0 |
125 | 2024-08-19T17:56:39.975Z | ooce/developer/clang-15 |
126 | 2024-08-19T17:56:39.975Z | None -> 15.0.7-2.0 |
127 | 2024-08-19T17:56:39.975Z | ooce/developer/llvm-15 |
128 | 2024-08-19T17:56:39.975Z | None -> 15.0.7-2.0 |
129 | 2024-08-19T17:56:39.975Z | |
130 | 2024-08-19T17:56:39.976Z | Services: |
131 | 2024-08-19T17:56:39.976Z | restart_fmri: |
132 | 2024-08-19T17:56:39.976Z | svc:/system/update-man-index:default |
133 | 2024-08-19T17:56:40.019Z | |
134 | 2024-08-19T17:56:40.019Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-19T17:56:45.029Z | Download: 241/3290 items 15.4/212.6MB 7% complete (3.1M/s) |
136 | 2024-08-19T17:56:50.022Z | Download: 1136/3290 items 34.8/212.6MB 16% complete (3.4M/s) |
137 | 2024-08-19T17:57:05.944Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
138 | 2024-08-19T17:57:10.951Z | Download: 1875/3290 items 118.5/212.6MB 55% complete (7.2M/s) |
139 | 2024-08-19T17:57:17.196Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s) |
140 | 2024-08-19T17:57:22.202Z | Download: 2319/3290 items 119.6/212.6MB 56% complete (89.4k/s) |
141 | 2024-08-19T17:57:27.302Z | Download: 3238/3290 items 196.5/212.6MB 92% complete (8.1M/s) |
142 | 2024-08-19T17:57:35.174Z | Download: 3246/3290 items 202.6/212.6MB 95% complete (11.5M/s) |
143 | 2024-08-19T17:57:37.458Z | Download: Completed 212.60 MB in 57.42 seconds (3.7M/s) |
144 | 2024-08-19T17:57:37.641Z | Actions: 1/3689 actions (Installing new actions) |
145 | 2024-08-19T17:57:42.198Z | Actions: Completed 3689 actions in 4.56 seconds. |
146 | 2024-08-19T17:57:42.473Z | Done (0.270s) |
147 | 2024-08-19T17:57:42.473Z | Done (0.000s) |
148 | 2024-08-19T17:57:42.837Z | Done (0.364s) |
149 | 2024-08-19T17:57:47.043Z | Done (4.031s) |
150 | 2024-08-19T17:57:47.132Z | Done (0.018s) |
151 | 2024-08-19T17:57:47.134Z | Done (0.000s) |
152 | 2024-08-19T17:57:47.299Z | Done (0.000s) |
153 | 2024-08-19T17:57:47.878Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-08-19T17:57:48.036Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-08-19T17:57:48.039Z | Planning: Consolidating action changes ... Done |
156 | 2024-08-19T17:57:48.298Z | Planning: Evaluating mediators ... Done |
157 | 2024-08-19T17:57:48.300Z | Planning: Planning completed in 0.42 seconds |
158 | 2024-08-19T17:57:48.331Z | Mediators to change: 2 |
159 | 2024-08-19T17:57:48.331Z | Create boot environment: No |
160 | 2024-08-19T17:57:48.331Z | Create backup boot environment: No |
161 | 2024-08-19T17:57:48.408Z | Done |
162 | 2024-08-19T17:57:48.408Z | Done |
163 | 2024-08-19T17:57:48.636Z | Done |
164 | 2024-08-19T17:57:52.087Z | Done |
165 | 2024-08-19T17:57:52.173Z | Done |
166 | 2024-08-19T17:57:52.175Z | Done |
167 | 2024-08-19T17:57:52.307Z | Done |
168 | 2024-08-19T17:57:52.902Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-08-19T17:57:52.905Z | Planning: Merging actions ... Done |
170 | 2024-08-19T17:57:53.093Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-08-19T17:57:53.096Z | Planning: Consolidating action changes ... Done |
172 | 2024-08-19T17:57:53.354Z | Planning: Evaluating mediators ... Done |
173 | 2024-08-19T17:57:53.408Z | Planning: Planning completed in 0.74 seconds |
174 | 2024-08-19T17:57:53.442Z | Packages to change: 1 |
175 | 2024-08-19T17:57:53.442Z | Mediators to change: 1 |
176 | 2024-08-19T17:57:53.445Z | Services to change: 1 |
177 | 2024-08-19T17:57:53.445Z | Create boot environment: No |
178 | 2024-08-19T17:57:53.445Z | Create backup boot environment: Yes |
179 | 2024-08-19T17:57:55.479Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-08-19T17:57:55.482Z | Actions: Completed 6 actions in 0.00 seconds. |
181 | 2024-08-19T17:57:55.482Z | Done |
182 | 2024-08-19T17:57:55.482Z | Done |
183 | 2024-08-19T17:57:55.558Z | Done |
184 | 2024-08-19T17:57:59.125Z | Done |
185 | 2024-08-19T17:57:59.211Z | Done |
186 | 2024-08-19T17:57:59.214Z | Done |
187 | 2024-08-19T17:57:59.324Z | Done |
188 | 2024-08-19T17:57:59.754Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-08-19T17:57:59.754Z | clang system 15 system |
190 | 2024-08-19T17:57:59.754Z | csh system system illumos |
191 | 2024-08-19T17:57:59.754Z | ctags system system illumos |
192 | 2024-08-19T17:57:59.754Z | gcc vendor 12 vendor |
193 | 2024-08-19T17:57:59.754Z | gcc system 10 system |
194 | 2024-08-19T17:57:59.754Z | gcc system 7 system |
195 | 2024-08-19T17:57:59.754Z | go system 1.20 system |
196 | 2024-08-19T17:57:59.754Z | go system 1.19 system |
197 | 2024-08-19T17:57:59.754Z | llvm system 15 system |
198 | 2024-08-19T17:57:59.754Z | llvm system 14 system |
199 | 2024-08-19T17:57:59.754Z | mariadb system 10.6 system |
200 | 2024-08-19T17:57:59.754Z | mta vendor vendor dma |
201 | 2024-08-19T17:57:59.757Z | openjdk system 17 system |
202 | 2024-08-19T17:57:59.757Z | openjdk system 11 system |
203 | 2024-08-19T17:57:59.757Z | openjdk system 1.8 system |
204 | 2024-08-19T17:57:59.757Z | openssl vendor 3 vendor |
205 | 2024-08-19T17:57:59.757Z | perl system 5.36 system |
206 | 2024-08-19T17:57:59.757Z | postgresql system 15 system |
207 | 2024-08-19T17:57:59.757Z | postgresql system 13 system |
208 | 2024-08-19T17:57:59.757Z | python vendor 3 vendor |
209 | 2024-08-19T17:57:59.757Z | python system 2 system |
210 | 2024-08-19T17:57:59.757Z | python3 system 3.11 system |
211 | 2024-08-19T17:57:59.757Z | ruby system 3.0 system |
212 | 2024-08-19T17:57:59.757Z | words vendor vendor american-english |
213 | 2024-08-19T17:57:59.757Z | words system system australian-english |
214 | 2024-08-19T17:57:59.757Z | words system system british-english |
215 | 2024-08-19T17:57:59.757Z | words system system canadian-english |
216 | 2024-08-19T17:57:59.757Z | words system system french |
217 | 2024-08-19T17:57:59.757Z | words system system italian |
218 | 2024-08-19T17:57:59.757Z | words system system ngerman |
219 | 2024-08-19T17:57:59.757Z | words system system ogerman |
220 | 2024-08-19T17:57:59.758Z | words system system spanish |
221 | 2024-08-19T17:58:00.082Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-08-19T17:58:00.082Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-08-19T17:58:01.783Z | FMRI IFO |
224 | 2024-08-19T17:58:01.783Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-08-19T17:58:01.784Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-08-19T17:58:02.370Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
237 | 2024-08-19T17:58:02.625Z | Updating git repository `https://github.com/oxidecomputer/zone` |
238 | 2024-08-19T17:58:02.938Z | Updating crates.io index |
239 | 2024-08-19T17:58:03.010Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
240 | 2024-08-19T17:58:03.766Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
241 | 2024-08-19T17:58:04.547Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
242 | 2024-08-19T17:58:04.759Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
243 | 2024-08-19T17:58:06.444Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
244 | 2024-08-19T17:58:06.744Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
245 | 2024-08-19T17:58:07.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
246 | 2024-08-19T17:58:08.243Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
247 | 2024-08-19T17:58:10.143Z | Updating git repository `https://github.com/oxidecomputer/opte` |
248 | 2024-08-19T17:58:11.137Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
249 | 2024-08-19T17:58:11.833Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-08-19T17:58:12.105Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
251 | 2024-08-19T17:58:12.797Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
252 | 2024-08-19T17:58:13.047Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-08-19T17:58:13.338Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
254 | 2024-08-19T17:58:13.631Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
255 | 2024-08-19T17:58:13.889Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
256 | 2024-08-19T17:58:14.102Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
257 | 2024-08-19T17:58:14.387Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-08-19T17:58:14.670Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
259 | 2024-08-19T17:58:15.066Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
260 | 2024-08-19T17:58:15.450Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
261 | 2024-08-19T17:58:15.781Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
262 | 2024-08-19T17:58:16.214Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
263 | 2024-08-19T17:58:16.523Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
264 | 2024-08-19T17:58:16.912Z | Updating git repository `https://github.com/oxidecomputer/typify` |
265 | 2024-08-19T17:58:19.017Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
266 | 2024-08-19T17:58:19.540Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
267 | 2024-08-19T17:58:19.731Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
268 | 2024-08-19T17:58:20.125Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
269 | 2024-08-19T17:58:21.154Z | Downloading crates ... |
270 | 2024-08-19T17:58:21.238Z | Downloaded block-buffer v0.10.4 |
271 | 2024-08-19T17:58:21.241Z | Downloaded anstyle v1.0.8 |
272 | 2024-08-19T17:58:21.241Z | Downloaded anstyle-query v1.0.3 |
273 | 2024-08-19T17:58:21.244Z | Downloaded byteorder v1.5.0 |
274 | 2024-08-19T17:58:21.249Z | Downloaded pretty-hex v0.4.1 |
275 | 2024-08-19T17:58:21.252Z | Downloaded is_terminal_polyfill v1.70.0 |
276 | 2024-08-19T17:58:21.254Z | Downloaded equivalent v1.0.1 |
277 | 2024-08-19T17:58:21.259Z | Downloaded usdt-attr-macro v0.5.0 |
278 | 2024-08-19T17:58:21.267Z | Downloaded usdt-macro v0.5.0 |
279 | 2024-08-19T17:58:21.270Z | Downloaded scroll_derive v0.12.0 |
280 | 2024-08-19T17:58:21.270Z | Downloaded memmap v0.7.0 |
281 | 2024-08-19T17:58:21.272Z | Downloaded autocfg v1.3.0 |
282 | 2024-08-19T17:58:21.272Z | Downloaded cargo-platform v0.1.8 |
283 | 2024-08-19T17:58:21.277Z | Downloaded dof v0.3.0 |
284 | 2024-08-19T17:58:21.277Z | Downloaded crypto-common v0.1.6 |
285 | 2024-08-19T17:58:21.277Z | Downloaded colorchoice v1.0.1 |
286 | 2024-08-19T17:58:21.280Z | Downloaded heck v0.5.0 |
287 | 2024-08-19T17:58:21.280Z | Downloaded fnv v1.0.7 |
288 | 2024-08-19T17:58:21.280Z | Downloaded macaddr v1.0.1 |
289 | 2024-08-19T17:58:21.283Z | Downloaded generic-array v0.14.7 |
290 | 2024-08-19T17:58:21.286Z | Downloaded serde_tokenstream v0.2.2 |
291 | 2024-08-19T17:58:21.288Z | Downloaded proc-macro-error-attr v1.0.4 |
292 | 2024-08-19T17:58:21.289Z | Downloaded terminal_size v0.3.0 |
293 | 2024-08-19T17:58:21.291Z | Downloaded thiserror-impl v1.0.63 |
294 | 2024-08-19T17:58:21.295Z | Downloaded pest_derive v2.7.10 |
295 | 2024-08-19T17:58:21.299Z | Downloaded clap_derive v4.5.13 |
296 | 2024-08-19T17:58:21.304Z | Downloaded anstyle-parse v0.2.4 |
297 | 2024-08-19T17:58:21.308Z | Downloaded cargo_toml v0.20.4 |
298 | 2024-08-19T17:58:21.311Z | Downloaded version_check v0.9.5 |
299 | 2024-08-19T17:58:21.314Z | Downloaded quote v1.0.36 |
300 | 2024-08-19T17:58:21.318Z | Downloaded dtrace-parser v0.2.0 |
301 | 2024-08-19T17:58:21.338Z | Downloaded sha2 v0.10.8 |
302 | 2024-08-19T17:58:21.342Z | Downloaded anstream v0.6.14 |
303 | 2024-08-19T17:58:21.344Z | Downloaded digest v0.10.7 |
304 | 2024-08-19T17:58:21.346Z | Downloaded ryu v1.0.18 |
305 | 2024-08-19T17:58:21.351Z | Downloaded unicode-ident v1.0.12 |
306 | 2024-08-19T17:58:21.353Z | Downloaded toml v0.8.19 |
307 | 2024-08-19T17:58:21.356Z | Downloaded itoa v1.0.11 |
308 | 2024-08-19T17:58:21.358Z | Downloaded bytecount v0.6.8 |
309 | 2024-08-19T17:58:21.361Z | Downloaded pest_generator v2.7.10 |
310 | 2024-08-19T17:58:21.361Z | Downloaded heck v0.4.1 |
311 | 2024-08-19T17:58:21.363Z | Downloaded cpufeatures v0.2.12 |
312 | 2024-08-19T17:58:21.363Z | Downloaded cfg-if v1.0.0 |
313 | 2024-08-19T17:58:21.365Z | Downloaded errno v0.3.9 |
314 | 2024-08-19T17:58:21.365Z | Downloaded clap_lex v0.7.0 |
315 | 2024-08-19T17:58:21.368Z | Downloaded swrite v0.1.0 |
316 | 2024-08-19T17:58:21.370Z | Downloaded fs-err v2.11.0 |
317 | 2024-08-19T17:58:21.372Z | Downloaded plain v0.2.3 |
318 | 2024-08-19T17:58:21.372Z | Downloaded utf8parse v0.2.1 |
319 | 2024-08-19T17:58:21.376Z | Downloaded thread-id v4.2.1 |
320 | 2024-08-19T17:58:21.378Z | Downloaded usdt v0.5.0 |
321 | 2024-08-19T17:58:21.378Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-08-19T17:58:21.382Z | Downloaded typenum v1.17.0 |
323 | 2024-08-19T17:58:21.382Z | Downloaded anyhow v1.0.86 |
324 | 2024-08-19T17:58:21.385Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-08-19T17:58:21.387Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-08-19T17:58:21.387Z | Downloaded pest_meta v2.7.10 |
327 | 2024-08-19T17:58:21.389Z | Downloaded bitflags v2.6.0 |
328 | 2024-08-19T17:58:21.392Z | Downloaded serde_spanned v0.6.7 |
329 | 2024-08-19T17:58:21.395Z | Downloaded thiserror v1.0.63 |
330 | 2024-08-19T17:58:21.397Z | Downloaded papergrid v0.11.0 |
331 | 2024-08-19T17:58:21.401Z | Downloaded strsim v0.11.1 |
332 | 2024-08-19T17:58:21.404Z | Downloaded semver v1.0.23 |
333 | 2024-08-19T17:58:21.407Z | Downloaded scroll v0.12.0 |
334 | 2024-08-19T17:58:21.407Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-08-19T17:58:21.409Z | Downloaded camino v1.1.9 |
336 | 2024-08-19T17:58:21.412Z | Downloaded cargo_metadata v0.18.1 |
337 | 2024-08-19T17:58:21.414Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-08-19T17:58:21.417Z | Downloaded serde v1.0.208 |
339 | 2024-08-19T17:58:21.419Z | Downloaded clap v4.5.16 |
340 | 2024-08-19T17:58:21.427Z | Downloaded ucd-trie v0.1.6 |
341 | 2024-08-19T17:58:21.430Z | Downloaded serde_derive v1.0.208 |
342 | 2024-08-19T17:58:21.432Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-08-19T17:58:21.436Z | Downloaded once_cell v1.19.0 |
344 | 2024-08-19T17:58:21.440Z | Downloaded log v0.4.21 |
345 | 2024-08-19T17:58:21.445Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-19T17:58:21.465Z | Downloaded memchr v2.7.2 |
347 | 2024-08-19T17:58:21.469Z | Downloaded indexmap v2.4.0 |
348 | 2024-08-19T17:58:21.473Z | Downloaded hashbrown v0.14.5 |
349 | 2024-08-19T17:58:21.491Z | Downloaded serde_json v1.0.125 |
350 | 2024-08-19T17:58:21.498Z | Downloaded zerocopy v0.7.34 |
351 | 2024-08-19T17:58:21.512Z | Downloaded pest v2.7.10 |
352 | 2024-08-19T17:58:21.522Z | Downloaded tabled v0.15.0 |
353 | 2024-08-19T17:58:21.536Z | Downloaded winnow v0.6.18 |
354 | 2024-08-19T17:58:21.545Z | Downloaded goblin v0.8.2 |
355 | 2024-08-19T17:58:21.548Z | Downloaded syn v1.0.109 |
356 | 2024-08-19T17:58:21.558Z | Downloaded clap_builder v4.5.15 |
357 | 2024-08-19T17:58:21.564Z | Downloaded syn v2.0.74 |
358 | 2024-08-19T17:58:21.579Z | Downloaded rustix v0.38.34 |
359 | 2024-08-19T17:58:21.600Z | Downloaded unicode-width v0.1.13 |
360 | 2024-08-19T17:58:21.618Z | Downloaded libc v0.2.156 |
361 | 2024-08-19T17:58:21.915Z | Compiling proc-macro2 v1.0.86 |
362 | 2024-08-19T17:58:21.915Z | Compiling unicode-ident v1.0.12 |
363 | 2024-08-19T17:58:21.918Z | Compiling version_check v0.9.5 |
364 | 2024-08-19T17:58:21.918Z | Compiling serde v1.0.208 |
365 | 2024-08-19T17:58:21.918Z | Compiling memchr v2.7.2 |
366 | 2024-08-19T17:58:21.918Z | Compiling thiserror v1.0.63 |
367 | 2024-08-19T17:58:21.918Z | Compiling libc v0.2.156 |
368 | 2024-08-19T17:58:21.918Z | Compiling ucd-trie v0.1.6 |
369 | 2024-08-19T17:58:22.169Z | Compiling itoa v1.0.11 |
370 | 2024-08-19T17:58:22.396Z | Compiling ryu v1.0.18 |
371 | 2024-08-19T17:58:22.708Z | Compiling once_cell v1.19.0 |
372 | 2024-08-19T17:58:22.735Z | Compiling byteorder v1.5.0 |
373 | 2024-08-19T17:58:22.757Z | Compiling serde_json v1.0.125 |
374 | 2024-08-19T17:58:23.141Z | Compiling proc-macro-error-attr v1.0.4 |
375 | 2024-08-19T17:58:23.187Z | Compiling usdt-impl v0.5.0 |
376 | 2024-08-19T17:58:23.237Z | Compiling rustix v0.38.34 |
377 | 2024-08-19T17:58:23.433Z | Compiling syn v1.0.109 |
378 | 2024-08-19T17:58:23.570Z | Compiling proc-macro-error v1.0.4 |
379 | 2024-08-19T17:58:23.648Z | Compiling quote v1.0.36 |
380 | 2024-08-19T17:58:23.694Z | Compiling bitflags v2.6.0 |
381 | 2024-08-19T17:58:23.859Z | Compiling log v0.4.21 |
382 | 2024-08-19T17:58:24.075Z | Compiling syn v2.0.74 |
383 | 2024-08-19T17:58:24.124Z | Compiling errno v0.3.9 |
384 | 2024-08-19T17:58:24.220Z | Compiling hashbrown v0.14.5 |
385 | 2024-08-19T17:58:24.245Z | Compiling equivalent v1.0.1 |
386 | 2024-08-19T17:58:24.384Z | Compiling plain v0.2.3 |
387 | 2024-08-19T17:58:24.411Z | Compiling utf8parse v0.2.1 |
388 | 2024-08-19T17:58:24.550Z | Compiling thread-id v4.2.1 |
389 | 2024-08-19T17:58:24.577Z | Compiling anstyle-parse v0.2.4 |
390 | 2024-08-19T17:58:24.896Z | Compiling is_terminal_polyfill v1.70.0 |
391 | 2024-08-19T17:58:24.923Z | Compiling camino v1.1.9 |
392 | 2024-08-19T17:58:25.028Z | Compiling anstyle-query v1.0.3 |
393 | 2024-08-19T17:58:25.053Z | Compiling pretty-hex v0.4.1 |
394 | 2024-08-19T17:58:25.174Z | Compiling autocfg v1.3.0 |
395 | 2024-08-19T17:58:25.267Z | Compiling colorchoice v1.0.1 |
396 | 2024-08-19T17:58:25.435Z | Compiling anstyle v1.0.8 |
397 | 2024-08-19T17:58:25.486Z | Compiling winnow v0.6.18 |
398 | 2024-08-19T17:58:25.624Z | Compiling indexmap v2.4.0 |
399 | 2024-08-19T17:58:25.646Z | Compiling semver v1.0.23 |
400 | 2024-08-19T17:58:25.890Z | Compiling anstream v0.6.14 |
401 | 2024-08-19T17:58:26.081Z | Compiling terminal_size v0.3.0 |
402 | 2024-08-19T17:58:26.106Z | Compiling fs-err v2.11.0 |
403 | 2024-08-19T17:58:26.429Z | Compiling bytecount v0.6.8 |
404 | 2024-08-19T17:58:26.461Z | Compiling heck v0.5.0 |
405 | 2024-08-19T17:58:26.464Z | Compiling unicode-width v0.1.13 |
406 | 2024-08-19T17:58:26.638Z | Compiling clap_lex v0.7.0 |
407 | 2024-08-19T17:58:26.671Z | Compiling heck v0.4.1 |
408 | 2024-08-19T17:58:26.733Z | Compiling fnv v1.0.7 |
409 | 2024-08-19T17:58:26.875Z | Compiling strsim v0.11.1 |
410 | 2024-08-19T17:58:26.984Z | Compiling anyhow v1.0.86 |
411 | 2024-08-19T17:58:27.011Z | Compiling papergrid v0.11.0 |
412 | 2024-08-19T17:58:27.176Z | Compiling clap_builder v4.5.15 |
413 | 2024-08-19T17:58:27.780Z | Compiling memmap v0.7.0 |
414 | 2024-08-19T17:58:28.139Z | Compiling swrite v0.1.0 |
415 | 2024-08-19T17:58:29.765Z | Compiling tabled_derive v0.7.0 |
416 | 2024-08-19T17:58:31.230Z | Compiling tabled v0.15.0 |
417 | 2024-08-19T17:58:32.696Z | Compiling serde_derive v1.0.208 |
418 | 2024-08-19T17:58:32.696Z | Compiling thiserror-impl v1.0.63 |
419 | 2024-08-19T17:58:32.699Z | Compiling zerocopy-derive v0.7.34 |
420 | 2024-08-19T17:58:32.699Z | Compiling scroll_derive v0.12.0 |
421 | 2024-08-19T17:58:32.947Z | Compiling clap_derive v4.5.13 |
422 | 2024-08-19T17:58:34.013Z | Compiling scroll v0.12.0 |
423 | 2024-08-19T17:58:34.510Z | Compiling goblin v0.8.2 |
424 | 2024-08-19T17:58:34.586Z | Compiling zerocopy v0.7.34 |
425 | 2024-08-19T17:58:35.296Z | Compiling pest v2.7.10 |
426 | 2024-08-19T17:58:36.885Z | Compiling clap v4.5.16 |
427 | 2024-08-19T17:58:37.538Z | Compiling pest_meta v2.7.10 |
428 | 2024-08-19T17:58:38.334Z | Compiling pest_generator v2.7.10 |
429 | 2024-08-19T17:58:40.207Z | Compiling pest_derive v2.7.10 |
430 | 2024-08-19T17:58:40.892Z | Compiling dtrace-parser v0.2.0 |
431 | 2024-08-19T17:58:42.863Z | Compiling serde_tokenstream v0.2.2 |
432 | 2024-08-19T17:58:42.933Z | Compiling serde_spanned v0.6.7 |
433 | 2024-08-19T17:58:42.933Z | Compiling toml_datetime v0.6.8 |
434 | 2024-08-19T17:58:43.207Z | Compiling cargo-platform v0.1.8 |
435 | 2024-08-19T17:58:43.269Z | Compiling toml_edit v0.22.20 |
436 | 2024-08-19T17:58:43.443Z | Compiling macaddr v1.0.1 |
437 | 2024-08-19T17:58:44.301Z | Compiling dof v0.3.0 |
438 | 2024-08-19T17:58:44.325Z | Compiling cargo_metadata v0.18.1 |
439 | 2024-08-19T17:58:46.039Z | Compiling usdt-macro v0.5.0 |
440 | 2024-08-19T17:58:46.039Z | Compiling usdt-attr-macro v0.5.0 |
441 | 2024-08-19T17:58:46.131Z | Compiling toml v0.8.19 |
442 | 2024-08-19T17:58:46.950Z | Compiling cargo_toml v0.20.4 |
443 | 2024-08-19T17:58:47.442Z | Compiling usdt v0.5.0 |
444 | 2024-08-19T17:58:50.704Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
445 | 2024-08-19T17:58:54.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s |
446 | 2024-08-19T17:58:54.764Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
447 | 2024-08-19T17:58:55.317Z | Downloading crates ... |
448 | 2024-08-19T17:58:55.434Z | Downloaded addr2line v0.21.0 |
449 | 2024-08-19T17:58:55.439Z | Downloaded arrayref v0.3.7 |
450 | 2024-08-19T17:58:55.442Z | Downloaded aead v0.5.2 |
451 | 2024-08-19T17:58:55.442Z | Downloaded adler v1.0.2 |
452 | 2024-08-19T17:58:55.444Z | Downloaded cfg_aliases v0.1.1 |
453 | 2024-08-19T17:58:55.447Z | Downloaded atomicwrites v0.4.3 |
454 | 2024-08-19T17:58:55.449Z | Downloaded hubpack_derive v0.1.1 |
455 | 2024-08-19T17:58:55.452Z | Downloaded bitstruct_derive v0.1.0 |
456 | 2024-08-19T17:58:55.454Z | Downloaded assert_matches v1.5.0 |
457 | 2024-08-19T17:58:55.457Z | Downloaded instant v0.1.12 |
458 | 2024-08-19T17:58:55.459Z | Downloaded ident_case v1.0.1 |
459 | 2024-08-19T17:58:55.464Z | Downloaded cstr-argument v0.1.2 |
460 | 2024-08-19T17:58:55.466Z | Downloaded crunchy v0.2.2 |
461 | 2024-08-19T17:58:55.469Z | Downloaded constant_time_eq v0.3.0 |
462 | 2024-08-19T17:58:55.471Z | Downloaded is_ci v1.2.0 |
463 | 2024-08-19T17:58:55.473Z | Downloaded bit-set v0.5.3 |
464 | 2024-08-19T17:58:55.475Z | Downloaded newtype_derive v0.1.6 |
465 | 2024-08-19T17:58:55.478Z | Downloaded buf-list v1.0.3 |
466 | 2024-08-19T17:58:55.480Z | Downloaded bitflags v1.3.2 |
467 | 2024-08-19T17:58:55.483Z | Downloaded opaque-debug v0.3.1 |
468 | 2024-08-19T17:58:55.485Z | Downloaded openssl-probe v0.1.5 |
469 | 2024-08-19T17:58:55.488Z | Downloaded ciborium-ll v0.2.2 |
470 | 2024-08-19T17:58:55.488Z | Downloaded ipnetwork v0.20.0 |
471 | 2024-08-19T17:58:55.490Z | Downloaded indoc v1.0.9 |
472 | 2024-08-19T17:58:55.493Z | Downloaded newline-converter v0.3.0 |
473 | 2024-08-19T17:58:55.496Z | Downloaded linked-hash-map v0.5.6 |
474 | 2024-08-19T17:58:55.496Z | Downloaded num_enum_derive v0.5.11 |
475 | 2024-08-19T17:58:55.499Z | Downloaded curve25519-dalek-derive v0.1.1 |
476 | 2024-08-19T17:58:55.499Z | Downloaded num-iter v0.1.45 |
477 | 2024-08-19T17:58:55.499Z | Downloaded num-derive v0.4.2 |
478 | 2024-08-19T17:58:55.502Z | Downloaded lalrpop-util v0.19.12 |
479 | 2024-08-19T17:58:55.502Z | Downloaded mime v0.3.17 |
480 | 2024-08-19T17:58:55.505Z | Downloaded crossbeam-deque v0.8.5 |
481 | 2024-08-19T17:58:55.507Z | Downloaded maybe-uninit v2.0.0 |
482 | 2024-08-19T17:58:55.507Z | Downloaded base64ct v1.6.0 |
483 | 2024-08-19T17:58:55.510Z | Downloaded humantime v2.1.0 |
484 | 2024-08-19T17:58:55.512Z | Downloaded libsw v3.3.1 |
485 | 2024-08-19T17:58:55.514Z | Downloaded olpc-cjson v0.1.3 |
486 | 2024-08-19T17:58:55.517Z | Downloaded indent_write v2.2.0 |
487 | 2024-08-19T17:58:55.517Z | Downloaded async-stream-impl v0.3.5 |
488 | 2024-08-19T17:58:55.520Z | Downloaded match_cfg v0.1.0 |
489 | 2024-08-19T17:58:55.520Z | Downloaded is-terminal v0.4.12 |
490 | 2024-08-19T17:58:55.520Z | Downloaded backoff v0.4.0 |
491 | 2024-08-19T17:58:55.522Z | Downloaded async-stream v0.3.5 |
492 | 2024-08-19T17:58:55.525Z | Downloaded normalize-line-endings v0.3.0 |
493 | 2024-08-19T17:58:55.525Z | Downloaded openssl-macros v0.1.1 |
494 | 2024-08-19T17:58:55.527Z | Downloaded bzip2 v0.4.4 |
495 | 2024-08-19T17:58:55.530Z | Downloaded data-encoding v2.6.0 |
496 | 2024-08-19T17:58:55.530Z | Downloaded new_debug_unreachable v1.0.6 |
497 | 2024-08-19T17:58:55.532Z | Downloaded crc32fast v1.4.0 |
498 | 2024-08-19T17:58:55.534Z | Downloaded mockall v0.13.0 |
499 | 2024-08-19T17:58:55.537Z | Downloaded ciborium v0.2.2 |
500 | 2024-08-19T17:58:55.539Z | Downloaded memmap2 v0.9.4 |
501 | 2024-08-19T17:58:55.539Z | Downloaded bitstruct v0.1.1 |
502 | 2024-08-19T17:58:55.542Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-08-19T17:58:55.542Z | Downloaded atty v0.2.14 |
504 | 2024-08-19T17:58:55.545Z | Downloaded strum v0.26.3 |
505 | 2024-08-19T17:58:55.545Z | Downloaded iana-time-zone v0.1.60 |
506 | 2024-08-19T17:58:55.547Z | Downloaded sigpipe v0.1.3 |
507 | 2024-08-19T17:58:55.550Z | Downloaded darling_macro v0.20.9 |
508 | 2024-08-19T17:58:55.550Z | Downloaded crucible-workspace-hack v0.1.0 |
509 | 2024-08-19T17:58:55.550Z | Downloaded console v0.15.8 |
510 | 2024-08-19T17:58:55.552Z | Downloaded indexmap v1.9.3 |
511 | 2024-08-19T17:58:55.559Z | Downloaded tinyvec_macros v0.1.1 |
512 | 2024-08-19T17:58:55.562Z | Downloaded tower-service v0.3.2 |
513 | 2024-08-19T17:58:55.562Z | Downloaded scrypt v0.11.0 |
514 | 2024-08-19T17:58:55.562Z | Downloaded num v0.4.3 |
515 | 2024-08-19T17:58:55.562Z | Downloaded sec1 v0.7.3 |
516 | 2024-08-19T17:58:55.565Z | Downloaded newtype-uuid v1.1.0 |
517 | 2024-08-19T17:58:55.565Z | Downloaded sha1 v0.10.6 |
518 | 2024-08-19T17:58:55.568Z | Downloaded multimap v0.10.0 |
519 | 2024-08-19T17:58:55.568Z | Downloaded termtree v0.4.1 |
520 | 2024-08-19T17:58:55.573Z | Downloaded md-5 v0.10.6 |
521 | 2024-08-19T17:58:55.573Z | Downloaded cancel-safe-futures v0.1.5 |
522 | 2024-08-19T17:58:55.576Z | Downloaded cexpr v0.6.0 |
523 | 2024-08-19T17:58:55.580Z | Downloaded array-init v0.0.4 |
524 | 2024-08-19T17:58:55.580Z | Downloaded chacha20 v0.9.1 |
525 | 2024-08-19T17:58:55.583Z | Downloaded block-padding v0.3.3 |
526 | 2024-08-19T17:58:55.583Z | Downloaded native-tls v0.2.11 |
527 | 2024-08-19T17:58:55.585Z | Downloaded crossbeam-utils v0.8.19 |
528 | 2024-08-19T17:58:55.588Z | Downloaded num-traits v0.2.19 |
529 | 2024-08-19T17:58:55.591Z | Downloaded nibble_vec v0.1.0 |
530 | 2024-08-19T17:58:55.591Z | Downloaded ipnet v2.9.0 |
531 | 2024-08-19T17:58:55.594Z | Downloaded crc-catalog v2.4.0 |
532 | 2024-08-19T17:58:55.594Z | Downloaded libefi-sys v0.1.0 |
533 | 2024-08-19T17:58:55.598Z | Downloaded num_enum v0.5.11 |
534 | 2024-08-19T17:58:55.600Z | Downloaded cobs v0.2.3 |
535 | 2024-08-19T17:58:55.603Z | Downloaded parse-size v1.0.0 |
536 | 2024-08-19T17:58:55.603Z | Downloaded headers-core v0.2.0 |
537 | 2024-08-19T17:58:55.605Z | Downloaded tls_codec v0.4.1 |
538 | 2024-08-19T17:58:55.608Z | Downloaded lock_api v0.4.12 |
539 | 2024-08-19T17:58:55.608Z | Downloaded libloading v0.8.3 |
540 | 2024-08-19T17:58:55.611Z | Downloaded oso-derive v0.27.3 |
541 | 2024-08-19T17:58:55.611Z | Downloaded same-file v1.0.6 |
542 | 2024-08-19T17:58:55.614Z | Downloaded tap v1.0.1 |
543 | 2024-08-19T17:58:55.614Z | Downloaded smallvec v1.13.2 |
544 | 2024-08-19T17:58:55.616Z | Downloaded utf-8 v0.7.6 |
545 | 2024-08-19T17:58:55.619Z | Downloaded untrusted v0.9.0 |
546 | 2024-08-19T17:58:55.619Z | Downloaded num-rational v0.4.2 |
547 | 2024-08-19T17:58:55.623Z | Downloaded psl-types v2.0.11 |
548 | 2024-08-19T17:58:55.623Z | Downloaded dirs-next v2.0.0 |
549 | 2024-08-19T17:58:55.623Z | Downloaded wyz v0.5.1 |
550 | 2024-08-19T17:58:55.626Z | Downloaded percent-encoding v2.3.1 |
551 | 2024-08-19T17:58:55.626Z | Downloaded fastrand v2.1.0 |
552 | 2024-08-19T17:58:55.630Z | Downloaded either v1.13.0 |
553 | 2024-08-19T17:58:55.630Z | Downloaded fd-lock v4.0.2 |
554 | 2024-08-19T17:58:55.634Z | Downloaded form_urlencoded v1.2.1 |
555 | 2024-08-19T17:58:55.634Z | Downloaded allocator-api2 v0.2.18 |
556 | 2024-08-19T17:58:55.637Z | Downloaded tiny-keccak v2.0.2 |
557 | 2024-08-19T17:58:55.640Z | Downloaded darling_core v0.20.9 |
558 | 2024-08-19T17:58:55.642Z | Downloaded mime_guess v2.0.4 |
559 | 2024-08-19T17:58:55.646Z | Downloaded group v0.13.0 |
560 | 2024-08-19T17:58:55.648Z | Downloaded num-complex v0.4.6 |
561 | 2024-08-19T17:58:55.648Z | Downloaded fallible-streaming-iterator v0.1.9 |
562 | 2024-08-19T17:58:55.651Z | Downloaded hostname v0.4.0 |
563 | 2024-08-19T17:58:55.653Z | Downloaded unicase v2.7.0 |
564 | 2024-08-19T17:58:55.653Z | Downloaded debug-ignore v1.0.5 |
565 | 2024-08-19T17:58:55.656Z | Downloaded const_format_proc_macros v0.2.32 |
566 | 2024-08-19T17:58:55.659Z | Downloaded time-core v0.1.2 |
567 | 2024-08-19T17:58:55.659Z | Downloaded memoffset v0.9.1 |
568 | 2024-08-19T17:58:55.661Z | Downloaded mockall_derive v0.13.0 |
569 | 2024-08-19T17:58:55.661Z | Downloaded derive_builder_macro v0.20.0 |
570 | 2024-08-19T17:58:55.664Z | Downloaded cbc v0.1.2 |
571 | 2024-08-19T17:58:55.664Z | Downloaded hostname v0.3.1 |
572 | 2024-08-19T17:58:55.668Z | Downloaded getopts v0.2.21 |
573 | 2024-08-19T17:58:55.670Z | Downloaded yasna v0.5.2 |
574 | 2024-08-19T17:58:55.670Z | Downloaded sct v0.7.1 |
575 | 2024-08-19T17:58:55.673Z | Downloaded peg-runtime v0.8.3 |
576 | 2024-08-19T17:58:55.676Z | Downloaded rustc_version v0.4.0 |
577 | 2024-08-19T17:58:55.676Z | Downloaded spin v0.9.8 |
578 | 2024-08-19T17:58:55.678Z | Downloaded foreign-types v0.3.2 |
579 | 2024-08-19T17:58:55.681Z | Downloaded futures-core v0.3.30 |
580 | 2024-08-19T17:58:55.681Z | Downloaded phf v0.11.2 |
581 | 2024-08-19T17:58:55.683Z | Downloaded slog-envlogger v2.2.0 |
582 | 2024-08-19T17:58:55.687Z | Downloaded miniz_oxide v0.7.2 |
583 | 2024-08-19T17:58:55.687Z | Downloaded ref-cast-impl v1.0.23 |
584 | 2024-08-19T17:58:55.690Z | Downloaded rustc_version v0.1.7 |
585 | 2024-08-19T17:58:55.690Z | Downloaded base64 v0.21.7 |
586 | 2024-08-19T17:58:55.693Z | Downloaded shell-words v1.1.0 |
587 | 2024-08-19T17:58:55.696Z | Downloaded globset v0.4.14 |
588 | 2024-08-19T17:58:55.698Z | Downloaded omicron-zone-package v0.11.0 |
589 | 2024-08-19T17:58:55.701Z | Downloaded stringprep v0.1.4 |
590 | 2024-08-19T17:58:55.701Z | Downloaded smf v0.2.3 |
591 | 2024-08-19T17:58:55.703Z | Downloaded scopeguard v1.2.0 |
592 | 2024-08-19T17:58:55.703Z | Downloaded env_logger v0.10.2 |
593 | 2024-08-19T17:58:55.707Z | Downloaded tinyvec v1.6.0 |
594 | 2024-08-19T17:58:55.711Z | Downloaded twox-hash v1.6.3 |
595 | 2024-08-19T17:58:55.714Z | Downloaded dirs-sys-next v0.1.2 |
596 | 2024-08-19T17:58:55.714Z | Downloaded zeroize_derive v1.4.2 |
597 | 2024-08-19T17:58:55.714Z | Downloaded strum_macros v0.24.3 |
598 | 2024-08-19T17:58:55.717Z | Downloaded zeroize v1.7.0 |
599 | 2024-08-19T17:58:55.719Z | Downloaded uuid v1.10.0 |
600 | 2024-08-19T17:58:55.721Z | Downloaded predicates v3.1.2 |
601 | 2024-08-19T17:58:55.724Z | Downloaded const_format v0.2.32 |
602 | 2024-08-19T17:58:55.737Z | Downloaded foreign-types-shared v0.1.1 |
603 | 2024-08-19T17:58:55.737Z | Downloaded difflib v0.4.0 |
604 | 2024-08-19T17:58:55.737Z | Downloaded base64 v0.13.1 |
605 | 2024-08-19T17:58:55.737Z | Downloaded uzers v0.11.3 |
606 | 2024-08-19T17:58:55.739Z | Downloaded float-ord v0.3.2 |
607 | 2024-08-19T17:58:55.739Z | Downloaded enum-as-inner v0.6.0 |
608 | 2024-08-19T17:58:55.739Z | Downloaded poly1305 v0.8.0 |
609 | 2024-08-19T17:58:55.742Z | Downloaded hash32 v0.2.1 |
610 | 2024-08-19T17:58:55.744Z | Downloaded rand_seeder v0.3.0 |
611 | 2024-08-19T17:58:55.747Z | Downloaded slog v2.7.0 |
612 | 2024-08-19T17:58:55.749Z | Downloaded fxhash v0.2.1 |
613 | 2024-08-19T17:58:55.749Z | Downloaded salsa20 v0.10.2 |
614 | 2024-08-19T17:58:55.752Z | Downloaded rand_xorshift v0.3.0 |
615 | 2024-08-19T17:58:55.752Z | Downloaded rusty-fork v0.3.0 |
616 | 2024-08-19T17:58:55.754Z | Downloaded oso v0.27.3 |
617 | 2024-08-19T17:58:55.757Z | Downloaded base64 v0.22.1 |
618 | 2024-08-19T17:58:55.761Z | Downloaded phf_shared v0.10.0 |
619 | 2024-08-19T17:58:55.764Z | Downloaded thiserror-no-std v2.0.2 |
620 | 2024-08-19T17:58:55.766Z | Downloaded slog-bunyan v2.5.0 |
621 | 2024-08-19T17:58:55.769Z | Downloaded const-oid v0.9.6 |
622 | 2024-08-19T17:58:55.771Z | Downloaded openssl-sys v0.9.103 |
623 | 2024-08-19T17:58:55.775Z | Downloaded compact_str v0.8.0 |
624 | 2024-08-19T17:58:55.778Z | Downloaded tokio-tungstenite v0.20.1 |
625 | 2024-08-19T17:58:55.781Z | Downloaded string_cache v0.8.7 |
626 | 2024-08-19T17:58:55.784Z | Downloaded sync_wrapper v0.1.2 |
627 | 2024-08-19T17:58:55.786Z | Downloaded static_assertions v1.1.0 |
628 | 2024-08-19T17:58:55.786Z | Downloaded toolchain_find v0.4.0 |
629 | 2024-08-19T17:58:55.788Z | Downloaded strum_macros v0.26.4 |
630 | 2024-08-19T17:58:55.790Z | Downloaded slab v0.4.9 |
631 | 2024-08-19T17:58:55.793Z | Downloaded untrusted v0.7.1 |
632 | 2024-08-19T17:58:55.793Z | Downloaded universal-hash v0.5.1 |
633 | 2024-08-19T17:58:55.796Z | Downloaded want v0.3.1 |
634 | 2024-08-19T17:58:55.796Z | Downloaded arc-swap v1.7.1 |
635 | 2024-08-19T17:58:55.799Z | Downloaded gethostname v0.5.0 |
636 | 2024-08-19T17:58:55.801Z | Downloaded getrandom v0.2.14 |
637 | 2024-08-19T17:58:55.804Z | Downloaded portpicker v0.1.1 |
638 | 2024-08-19T17:58:55.807Z | Downloaded subprocess v0.2.9 |
639 | 2024-08-19T17:58:55.807Z | Downloaded http-range v0.1.5 |
640 | 2024-08-19T17:58:55.809Z | Downloaded pin-utils v0.1.0 |
641 | 2024-08-19T17:58:55.809Z | Downloaded owo-colors v4.0.0 |
642 | 2024-08-19T17:58:55.812Z | Downloaded rustls-pemfile v1.0.4 |
643 | 2024-08-19T17:58:55.815Z | Downloaded futures-task v0.3.30 |
644 | 2024-08-19T17:58:55.820Z | Downloaded slog-json v2.6.1 |
645 | 2024-08-19T17:58:55.823Z | Downloaded foreign-types-macros v0.2.3 |
646 | 2024-08-19T17:58:55.823Z | Downloaded ff v0.13.0 |
647 | 2024-08-19T17:58:55.823Z | Downloaded term v0.7.0 |
648 | 2024-08-19T17:58:55.834Z | Downloaded headers v0.3.9 |
649 | 2024-08-19T17:58:55.840Z | Downloaded downcast v0.11.0 |
650 | 2024-08-19T17:58:55.843Z | Downloaded display-error-chain v0.2.0 |
651 | 2024-08-19T17:58:55.846Z | Downloaded num-bigint-dig v0.8.4 |
652 | 2024-08-19T17:58:55.848Z | Downloaded tokio-stream v0.1.15 |
653 | 2024-08-19T17:58:55.852Z | Downloaded highway v1.2.0 |
654 | 2024-08-19T17:58:55.855Z | Downloaded httpdate v1.0.3 |
655 | 2024-08-19T17:58:55.857Z | Downloaded tabwriter v1.4.0 |
656 | 2024-08-19T17:58:55.857Z | Downloaded spin v0.5.2 |
657 | 2024-08-19T17:58:55.860Z | Downloaded slog-dtrace v0.3.0 |
658 | 2024-08-19T17:58:55.860Z | Downloaded vergen v8.3.2 |
659 | 2024-08-19T17:58:55.863Z | Downloaded signal-hook v0.3.17 |
660 | 2024-08-19T17:58:55.867Z | Downloaded sqlparser_derive v0.2.2 |
661 | 2024-08-19T17:58:55.869Z | Downloaded rustfmt-wrapper v0.2.1 |
662 | 2024-08-19T17:58:55.870Z | Downloaded glob v0.3.1 |
663 | 2024-08-19T17:58:55.872Z | Downloaded serde_repr v0.1.19 |
664 | 2024-08-19T17:58:55.872Z | Downloaded serde_plain v1.0.2 |
665 | 2024-08-19T17:58:55.875Z | Downloaded serde_path_to_error v0.1.16 |
666 | 2024-08-19T17:58:55.877Z | Downloaded rustls-pki-types v1.7.0 |
667 | 2024-08-19T17:58:55.880Z | Downloaded path-slash v0.1.5 |
668 | 2024-08-19T17:58:55.880Z | Downloaded foreign-types v0.5.0 |
669 | 2024-08-19T17:58:55.882Z | Downloaded try-lock v0.2.5 |
670 | 2024-08-19T17:58:55.882Z | Downloaded rustls-pemfile v2.1.3 |
671 | 2024-08-19T17:58:55.885Z | Downloaded tungstenite v0.21.0 |
672 | 2024-08-19T17:58:55.888Z | Downloaded dsl_auto_type v0.1.2 |
673 | 2024-08-19T17:58:55.890Z | Downloaded which v4.4.2 |
674 | 2024-08-19T17:58:55.890Z | Downloaded secrecy v0.8.0 |
675 | 2024-08-19T17:58:55.893Z | Downloaded resolv-conf v0.7.0 |
676 | 2024-08-19T17:58:55.896Z | Downloaded crossbeam-channel v0.5.12 |
677 | 2024-08-19T17:58:55.898Z | Downloaded unicode-linebreak v0.1.5 |
678 | 2024-08-19T17:58:55.901Z | Downloaded parking_lot_core v0.9.10 |
679 | 2024-08-19T17:58:55.903Z | Downloaded pkcs5 v0.7.1 |
680 | 2024-08-19T17:58:55.906Z | Downloaded smallvec v0.6.14 |
681 | 2024-08-19T17:58:55.908Z | Downloaded rayon-core v1.12.1 |
682 | 2024-08-19T17:58:55.911Z | Downloaded hyper v0.14.30 |
683 | 2024-08-19T17:58:55.919Z | Downloaded take_mut v0.2.2 |
684 | 2024-08-19T17:58:55.922Z | Downloaded radium v0.7.0 |
685 | 2024-08-19T17:58:55.922Z | Downloaded home v0.5.9 |
686 | 2024-08-19T17:58:55.924Z | Downloaded futures-io v0.3.30 |
687 | 2024-08-19T17:58:55.924Z | Downloaded unicode-truncate v1.0.0 |
688 | 2024-08-19T17:58:55.927Z | Downloaded ena v0.14.3 |
689 | 2024-08-19T17:58:55.927Z | Downloaded zone_cfg_derive v0.1.2 |
690 | 2024-08-19T17:58:55.929Z | Downloaded waitgroup v0.1.2 |
691 | 2024-08-19T17:58:55.929Z | Downloaded vte_generate_state_changes v0.1.1 |
692 | 2024-08-19T17:58:55.929Z | Downloaded derive_more v0.99.18 |
693 | 2024-08-19T17:58:55.934Z | Downloaded rustc-demangle v0.1.24 |
694 | 2024-08-19T17:58:55.937Z | Downloaded peg v0.8.4 |
695 | 2024-08-19T17:58:55.940Z | Downloaded scheduled-thread-pool v0.2.7 |
696 | 2024-08-19T17:58:55.942Z | Downloaded structmeta v0.2.0 |
697 | 2024-08-19T17:58:55.942Z | Downloaded tui-tree-widget v0.22.0 |
698 | 2024-08-19T17:58:55.944Z | Downloaded pbkdf2 v0.12.2 |
699 | 2024-08-19T17:58:55.947Z | Downloaded paste v1.0.15 |
700 | 2024-08-19T17:58:55.949Z | Downloaded postgres-types v0.2.7 |
701 | 2024-08-19T17:58:55.952Z | Downloaded pin-project-internal v1.1.5 |
702 | 2024-08-19T17:58:55.954Z | Downloaded parking_lot_core v0.8.6 |
703 | 2024-08-19T17:58:55.954Z | Downloaded postcard v1.0.8 |
704 | 2024-08-19T17:58:55.957Z | Downloaded hickory-server v0.24.1 |
705 | 2024-08-19T17:58:55.963Z | Downloaded parking_lot v0.11.2 |
706 | 2024-08-19T17:58:55.965Z | Downloaded pretty-hex v0.2.1 |
707 | 2024-08-19T17:58:55.968Z | Downloaded semver v0.1.20 |
708 | 2024-08-19T17:58:55.968Z | Downloaded stable_deref_trait v1.2.0 |
709 | 2024-08-19T17:58:55.970Z | Downloaded fixedbitset v0.4.2 |
710 | 2024-08-19T17:58:55.970Z | Downloaded tokio-rustls v0.25.0 |
711 | 2024-08-19T17:58:55.973Z | Downloaded vte v0.11.1 |
712 | 2024-08-19T17:58:55.975Z | Downloaded termcolor v1.4.1 |
713 | 2024-08-19T17:58:55.978Z | Downloaded snafu-derive v0.8.2 |
714 | 2024-08-19T17:58:55.978Z | Downloaded heck v0.3.3 |
715 | 2024-08-19T17:58:55.981Z | Downloaded fallible-iterator v0.2.0 |
716 | 2024-08-19T17:58:55.981Z | Downloaded walkdir v2.5.0 |
717 | 2024-08-19T17:58:55.984Z | Downloaded defmt-parser v0.3.4 |
718 | 2024-08-19T17:58:55.984Z | Downloaded wait-timeout v0.2.0 |
719 | 2024-08-19T17:58:55.986Z | Downloaded slog-scope v4.4.0 |
720 | 2024-08-19T17:58:55.986Z | Downloaded parse-display v0.10.0 |
721 | 2024-08-19T17:58:55.990Z | Downloaded itertools v0.10.5 |
722 | 2024-08-19T17:58:55.993Z | Downloaded precomputed-hash v0.1.1 |
723 | 2024-08-19T17:58:55.996Z | Downloaded structmeta-derive v0.2.0 |
724 | 2024-08-19T17:58:55.996Z | Downloaded derive_builder v0.20.0 |
725 | 2024-08-19T17:58:55.999Z | Downloaded tempfile v3.10.1 |
726 | 2024-08-19T17:58:56.002Z | Downloaded flagset v0.4.5 |
727 | 2024-08-19T17:58:56.005Z | Downloaded signature v2.2.0 |
728 | 2024-08-19T17:58:56.005Z | Downloaded topological-sort v0.2.2 |
729 | 2024-08-19T17:58:56.007Z | Downloaded aes v0.8.4 |
730 | 2024-08-19T17:58:56.010Z | Downloaded endian-type v0.1.2 |
731 | 2024-08-19T17:58:56.012Z | Downloaded r2d2 v0.8.10 |
732 | 2024-08-19T17:58:56.012Z | Downloaded serde_urlencoded v0.7.1 |
733 | 2024-08-19T17:58:56.015Z | Downloaded thread_local v1.1.8 |
734 | 2024-08-19T17:58:56.015Z | Downloaded pem-rfc7468 v0.7.0 |
735 | 2024-08-19T17:58:56.018Z | Downloaded serde-big-array v0.5.1 |
736 | 2024-08-19T17:58:56.018Z | Downloaded crypto-bigint v0.5.5 |
737 | 2024-08-19T17:58:56.025Z | Downloaded signal-hook-tokio v0.3.1 |
738 | 2024-08-19T17:58:56.029Z | Downloaded socket2 v0.4.10 |
739 | 2024-08-19T17:58:56.029Z | Downloaded funty v2.0.0 |
740 | 2024-08-19T17:58:56.029Z | Downloaded crossterm v0.27.0 |
741 | 2024-08-19T17:58:56.034Z | Downloaded float-cmp v0.9.0 |
742 | 2024-08-19T17:58:56.037Z | Downloaded whoami v1.5.1 |
743 | 2024-08-19T17:58:56.040Z | Downloaded itertools v0.13.0 |
744 | 2024-08-19T17:58:56.045Z | Downloaded test-strategy v0.3.1 |
745 | 2024-08-19T17:58:56.048Z | Downloaded signal-hook-mio v0.2.4 |
746 | 2024-08-19T17:58:56.051Z | Downloaded blake3 v1.5.1 |
747 | 2024-08-19T17:58:56.057Z | Downloaded diff v0.1.13 |
748 | 2024-08-19T17:58:56.060Z | Downloaded futures-macro v0.3.30 |
749 | 2024-08-19T17:58:56.062Z | Downloaded structmeta v0.3.0 |
750 | 2024-08-19T17:58:56.062Z | Downloaded slog-stdlog v4.1.1 |
751 | 2024-08-19T17:58:56.064Z | Downloaded tracing-attributes v0.1.27 |
752 | 2024-08-19T17:58:56.067Z | Downloaded similar v2.6.0 |
753 | 2024-08-19T17:58:56.070Z | Downloaded unicode-bidi v0.3.15 |
754 | 2024-08-19T17:58:56.072Z | Downloaded serde_arrays v0.1.0 |
755 | 2024-08-19T17:58:56.076Z | Downloaded futures-channel v0.3.30 |
756 | 2024-08-19T17:58:56.079Z | Downloaded thiserror-impl-no-std v2.0.2 |
757 | 2024-08-19T17:58:56.079Z | Downloaded unicode_categories v0.1.1 |
758 | 2024-08-19T17:58:56.081Z | Downloaded heapless v0.7.17 |
759 | 2024-08-19T17:58:56.084Z | Downloaded signal-hook-registry v1.4.2 |
760 | 2024-08-19T17:58:56.087Z | Downloaded schemars_derive v0.8.21 |
761 | 2024-08-19T17:58:56.087Z | Downloaded serde-hex v0.1.0 |
762 | 2024-08-19T17:58:56.089Z | Downloaded slog-term v2.9.1 |
763 | 2024-08-19T17:58:56.092Z | Downloaded socket2 v0.5.7 |
764 | 2024-08-19T17:58:56.092Z | Downloaded steno v0.4.1 |
765 | 2024-08-19T17:58:56.097Z | Downloaded ron v0.7.1 |
766 | 2024-08-19T17:58:56.101Z | Downloaded rustyline v14.0.0 |
767 | 2024-08-19T17:58:56.107Z | Downloaded hickory-client v0.24.1 |
768 | 2024-08-19T17:58:56.110Z | Downloaded futures v0.3.30 |
769 | 2024-08-19T17:58:56.116Z | Downloaded rcgen v0.12.1 |
770 | 2024-08-19T17:58:56.119Z | Downloaded tracing-core v0.1.32 |
771 | 2024-08-19T17:58:56.122Z | Downloaded elliptic-curve v0.13.8 |
772 | 2024-08-19T17:58:56.126Z | Downloaded der_derive v0.7.2 |
773 | 2024-08-19T17:58:56.129Z | Downloaded ron v0.8.1 |
774 | 2024-08-19T17:58:56.134Z | Downloaded zip v0.6.6 |
775 | 2024-08-19T17:58:56.139Z | Downloaded samael v0.0.15 |
776 | 2024-08-19T17:58:56.144Z | Downloaded toml_edit v0.19.15 |
777 | 2024-08-19T17:58:56.162Z | Downloaded textwrap v0.16.1 |
778 | 2024-08-19T17:58:56.164Z | Downloaded http v0.2.12 |
779 | 2024-08-19T17:58:56.168Z | Downloaded http v1.1.0 |
780 | 2024-08-19T17:58:56.173Z | Downloaded unicode-segmentation v1.11.0 |
781 | 2024-08-19T17:58:56.176Z | Downloaded unicode-normalization v0.1.23 |
782 | 2024-08-19T17:58:56.180Z | Downloaded tokio-util v0.7.11 |
783 | 2024-08-19T17:58:56.187Z | Downloaded tar v0.4.41 |
784 | 2024-08-19T17:58:56.190Z | Downloaded derive_builder_core v0.20.0 |
785 | 2024-08-19T17:58:56.193Z | Downloaded tokio-postgres v0.7.11 |
786 | 2024-08-19T17:58:56.198Z | Downloaded rsa v0.9.6 |
787 | 2024-08-19T17:58:56.203Z | Downloaded diesel_derives v2.2.2 |
788 | 2024-08-19T17:58:56.207Z | Downloaded winnow v0.5.40 |
789 | 2024-08-19T17:58:56.217Z | Downloaded schemars v0.8.21 |
790 | 2024-08-19T17:58:56.230Z | Downloaded publicsuffix v2.2.3 |
791 | 2024-08-19T17:58:56.232Z | Downloaded der v0.7.9 |
792 | 2024-08-19T17:58:56.238Z | Downloaded rustls-webpki v0.101.7 |
793 | 2024-08-19T17:58:56.253Z | Downloaded heapless v0.8.0 |
794 | 2024-08-19T17:58:56.257Z | Downloaded flate2 v1.0.31 |
795 | 2024-08-19T17:58:56.262Z | Downloaded reedline v0.33.0 |
796 | 2024-08-19T17:58:56.270Z | Downloaded expectorate v1.1.0 |
797 | 2024-08-19T17:58:56.273Z | Downloaded idna v0.5.0 |
798 | 2024-08-19T17:58:56.280Z | Downloaded chrono v0.4.38 |
799 | 2024-08-19T17:58:56.288Z | Downloaded bitvec v1.0.1 |
800 | 2024-08-19T17:58:56.304Z | Downloaded proptest v1.5.0 |
801 | 2024-08-19T17:58:56.314Z | Downloaded h2 v0.3.26 |
802 | 2024-08-19T17:58:56.321Z | Downloaded rustls-webpki v0.102.4 |
803 | 2024-08-19T17:58:56.340Z | Downloaded futures-util v0.3.30 |
804 | 2024-08-19T17:58:56.352Z | Downloaded nix v0.27.1 |
805 | 2024-08-19T17:58:56.363Z | Downloaded openssl v0.10.66 |
806 | 2024-08-19T17:58:56.373Z | Downloaded regex v1.10.6 |
807 | 2024-08-19T17:58:56.388Z | Downloaded hkdf v0.12.4 |
808 | 2024-08-19T17:58:56.390Z | Downloaded quick-xml v0.31.0 |
809 | 2024-08-19T17:58:56.395Z | Downloaded sqlparser v0.45.0 |
810 | 2024-08-19T17:58:56.401Z | Downloaded smoltcp v0.9.1 |
811 | 2024-08-19T17:58:56.412Z | Downloaded webpki-roots v0.25.4 |
812 | 2024-08-19T17:58:56.417Z | Downloaded git2 v0.19.0 |
813 | 2024-08-19T17:58:56.426Z | Downloaded bstr v1.9.1 |
814 | 2024-08-19T17:58:56.438Z | Downloaded polar-core v0.27.3 |
815 | 2024-08-19T17:58:56.447Z | Downloaded radix_trie v0.2.1 |
816 | 2024-08-19T17:58:56.453Z | Downloaded regex-syntax v0.6.29 |
817 | 2024-08-19T17:58:56.461Z | Downloaded gimli v0.28.1 |
818 | 2024-08-19T17:58:56.469Z | Downloaded diesel v2.2.2 |
819 | 2024-08-19T17:58:56.489Z | Downloaded smoltcp v0.11.0 |
820 | 2024-08-19T17:58:56.502Z | Downloaded regex-syntax v0.8.4 |
821 | 2024-08-19T17:58:56.511Z | Downloaded regress v0.9.1 |
822 | 2024-08-19T17:58:56.522Z | Downloaded hickory-proto v0.24.1 |
823 | 2024-08-19T17:58:56.538Z | Downloaded rustls v0.22.4 |
824 | 2024-08-19T17:58:56.551Z | Downloaded sled v0.34.7 |
825 | 2024-08-19T17:58:56.563Z | Downloaded openapiv3 v2.0.0 |
826 | 2024-08-19T17:58:56.576Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
827 | 2024-08-19T17:58:56.589Z | Downloaded ratatui v0.28.0 |
828 | 2024-08-19T17:58:56.610Z | Downloaded petgraph v0.6.5 |
829 | 2024-08-19T17:58:56.629Z | Downloaded zerocopy-derive v0.6.6 |
830 | 2024-08-19T17:58:56.639Z | Downloaded csv v1.3.0 |
831 | 2024-08-19T17:58:56.661Z | Downloaded rustls v0.21.12 |
832 | 2024-08-19T17:58:56.674Z | Downloaded curve25519-dalek v4.1.3 |
833 | 2024-08-19T17:58:56.683Z | Downloaded reqwest v0.11.27 |
834 | 2024-08-19T17:58:56.691Z | Downloaded vcpkg v0.2.15 |
835 | 2024-08-19T17:58:56.731Z | Downloaded object v0.32.2 |
836 | 2024-08-19T17:58:56.743Z | Downloaded regex-automata v0.4.6 |
837 | 2024-08-19T17:58:56.761Z | Downloaded finl_unicode v1.2.0 |
838 | 2024-08-19T17:58:56.776Z | Downloaded tokio v1.39.2 |
839 | 2024-08-19T17:58:56.814Z | Downloaded sha3 v0.10.8 |
840 | 2024-08-19T17:58:56.819Z | Downloaded nix v0.28.0 |
841 | 2024-08-19T17:58:56.831Z | Downloaded bindgen v0.69.4 |
842 | 2024-08-19T17:58:56.839Z | Downloaded rusqlite v0.31.0 |
843 | 2024-08-19T17:58:56.847Z | Downloaded rayon v1.10.0 |
844 | 2024-08-19T17:58:56.857Z | Downloaded idna v0.3.0 |
845 | 2024-08-19T17:58:56.863Z | Downloaded tough v0.17.1 |
846 | 2024-08-19T17:58:56.872Z | Downloaded serde_with v3.9.0 |
847 | 2024-08-19T17:58:56.881Z | Downloaded idna v0.4.0 |
848 | 2024-08-19T17:58:56.889Z | Downloaded object v0.30.4 |
849 | 2024-08-19T17:58:56.899Z | Downloaded lalrpop v0.19.12 |
850 | 2024-08-19T17:58:56.910Z | Downloaded aho-corasick v1.1.3 |
851 | 2024-08-19T17:58:56.917Z | Downloaded time v0.3.36 |
852 | 2024-08-19T17:58:56.925Z | Downloaded pin-project v1.1.5 |
853 | 2024-08-19T17:58:56.936Z | Downloaded parking_lot v0.12.2 |
854 | 2024-08-19T17:58:56.939Z | Downloaded encoding_rs v0.8.34 |
855 | 2024-08-19T17:58:56.963Z | Downloaded hmac v0.12.1 |
856 | 2024-08-19T17:58:56.966Z | Downloaded portable-atomic v1.6.0 |
857 | 2024-08-19T17:58:56.971Z | Downloaded toml v0.7.8 |
858 | 2024-08-19T17:58:56.974Z | Downloaded hickory-resolver v0.24.1 |
859 | 2024-08-19T17:58:56.979Z | Downloaded half v2.4.1 |
860 | 2024-08-19T17:58:56.982Z | Downloaded hashbrown v0.12.3 |
861 | 2024-08-19T17:58:56.985Z | Downloaded hex v0.4.3 |
862 | 2024-08-19T17:58:56.988Z | Downloaded supports-color v3.0.0 |
863 | 2024-08-19T17:58:56.991Z | Downloaded structmeta-derive v0.3.0 |
864 | 2024-08-19T17:58:56.991Z | Downloaded tokio-rustls v0.24.1 |
865 | 2024-08-19T17:58:56.993Z | Downloaded crossterm v0.28.1 |
866 | 2024-08-19T17:58:56.998Z | Downloaded hashbrown v0.13.2 |
867 | 2024-08-19T17:58:57.002Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
868 | 2024-08-19T17:58:57.063Z | Downloaded predicates-tree v1.0.9 |
869 | 2024-08-19T17:58:57.066Z | Downloaded predicates-core v1.0.6 |
870 | 2024-08-19T17:58:57.066Z | Downloaded ppv-lite86 v0.2.17 |
871 | 2024-08-19T17:58:57.068Z | Downloaded phf_shared v0.11.2 |
872 | 2024-08-19T17:58:57.068Z | Downloaded filetime v0.2.24 |
873 | 2024-08-19T17:58:57.072Z | Downloaded parse-display-derive v0.10.0 |
874 | 2024-08-19T17:58:57.072Z | Downloaded prettyplease v0.2.20 |
875 | 2024-08-19T17:58:57.074Z | Downloaded rand v0.8.5 |
876 | 2024-08-19T17:58:57.077Z | Downloaded diesel_table_macro_syntax v0.2.0 |
877 | 2024-08-19T17:58:57.079Z | Downloaded pem v3.0.4 |
878 | 2024-08-19T17:58:57.079Z | Downloaded unsafe-libyaml v0.2.11 |
879 | 2024-08-19T17:58:57.082Z | Downloaded hashlink v0.9.1 |
880 | 2024-08-19T17:58:57.085Z | Downloaded itertools v0.12.1 |
881 | 2024-08-19T17:58:57.091Z | Downloaded siphasher v0.3.11 |
882 | 2024-08-19T17:58:57.093Z | Downloaded httparse v1.8.0 |
883 | 2024-08-19T17:58:57.096Z | Downloaded derive-where v1.2.7 |
884 | 2024-08-19T17:58:57.098Z | Downloaded libxml v0.3.3 |
885 | 2024-08-19T17:58:57.103Z | Downloaded embedded-io v0.4.0 |
886 | 2024-08-19T17:58:57.105Z | Downloaded rustc-hash v1.1.0 |
887 | 2024-08-19T17:58:57.108Z | Downloaded rtoolbox v0.0.2 |
888 | 2024-08-19T17:58:57.108Z | Downloaded postgres-protocol v0.6.7 |
889 | 2024-08-19T17:58:57.110Z | Downloaded pin-project-lite v0.2.14 |
890 | 2024-08-19T17:58:57.114Z | Downloaded hubpack v0.1.2 |
891 | 2024-08-19T17:58:57.116Z | Downloaded flume v0.11.0 |
892 | 2024-08-19T17:58:57.119Z | Downloaded x509-cert v0.2.5 |
893 | 2024-08-19T17:58:57.126Z | Downloaded nom v7.1.3 |
894 | 2024-08-19T17:58:57.132Z | Downloaded tungstenite v0.20.1 |
895 | 2024-08-19T17:58:57.136Z | Downloaded fragile v2.0.0 |
896 | 2024-08-19T17:58:57.138Z | Downloaded pkcs8 v0.10.2 |
897 | 2024-08-19T17:58:57.141Z | Downloaded peg-macros v0.8.4 |
898 | 2024-08-19T17:58:57.143Z | Downloaded typed-path v0.7.1 |
899 | 2024-08-19T17:58:57.149Z | Downloaded pkcs1 v0.7.5 |
900 | 2024-08-19T17:58:57.152Z | Downloaded serde_yaml v0.9.34+deprecated |
901 | 2024-08-19T17:58:57.156Z | Downloaded libm v0.2.8 |
902 | 2024-08-19T17:58:57.164Z | Downloaded deranged v0.3.11 |
903 | 2024-08-19T17:58:57.167Z | Downloaded zone v0.1.8 |
904 | 2024-08-19T17:58:57.167Z | Downloaded tokio-native-tls v0.3.1 |
905 | 2024-08-19T17:58:57.171Z | Downloaded sqlformat v0.2.4 |
906 | 2024-08-19T17:58:57.171Z | Downloaded proc-macro-crate v1.3.1 |
907 | 2024-08-19T17:58:57.174Z | Downloaded powerfmt v0.2.0 |
908 | 2024-08-19T17:58:57.174Z | Downloaded vsss-rs v3.3.4 |
909 | 2024-08-19T17:58:57.176Z | Downloaded tokio-tungstenite v0.21.0 |
910 | 2024-08-19T17:58:57.179Z | Downloaded url v2.5.2 |
911 | 2024-08-19T17:58:57.181Z | Downloaded mio v1.0.2 |
912 | 2024-08-19T17:58:57.188Z | Downloaded foreign-types-shared v0.3.1 |
913 | 2024-08-19T17:58:57.190Z | Downloaded tracing v0.1.40 |
914 | 2024-08-19T17:58:57.193Z | Downloaded fallible-iterator v0.3.0 |
915 | 2024-08-19T17:58:57.196Z | Downloaded futures-sink v0.3.30 |
916 | 2024-08-19T17:58:57.196Z | Downloaded erased-serde v0.3.31 |
917 | 2024-08-19T17:58:57.199Z | Downloaded env_logger v0.9.3 |
918 | 2024-08-19T17:58:57.202Z | Downloaded unicode-xid v0.2.4 |
919 | 2024-08-19T17:58:57.204Z | Downloaded packed_struct v0.10.1 |
920 | 2024-08-19T17:58:57.207Z | Downloaded backtrace v0.3.71 |
921 | 2024-08-19T17:58:57.211Z | Downloaded strum_macros v0.25.3 |
922 | 2024-08-19T17:58:57.214Z | Downloaded zerocopy v0.6.6 |
923 | 2024-08-19T17:58:57.217Z | Downloaded ring v0.17.8 |
924 | 2024-08-19T17:58:57.288Z | Downloaded mio v0.8.11 |
925 | 2024-08-19T17:58:57.293Z | Downloaded minimal-lexical v0.2.1 |
926 | 2024-08-19T17:58:57.298Z | Downloaded bytes v1.7.1 |
927 | 2024-08-19T17:58:57.302Z | Downloaded slog-async v2.8.0 |
928 | 2024-08-19T17:58:57.305Z | Downloaded quick-error v1.2.3 |
929 | 2024-08-19T17:58:57.307Z | Downloaded cc v1.0.97 |
930 | 2024-08-19T17:58:57.309Z | Downloaded snafu v0.8.2 |
931 | 2024-08-19T17:58:57.315Z | Downloaded pkg-config v0.3.30 |
932 | 2024-08-19T17:58:57.317Z | Downloaded hash32 v0.3.1 |
933 | 2024-08-19T17:58:57.320Z | Downloaded shlex v1.3.0 |
934 | 2024-08-19T17:58:57.320Z | Downloaded serde_with_macros v3.9.0 |
935 | 2024-08-19T17:58:57.322Z | Downloaded serde_derive_internals v0.29.1 |
936 | 2024-08-19T17:58:57.325Z | Downloaded tls_codec_derive v0.4.1 |
937 | 2024-08-19T17:58:57.325Z | Downloaded fatfs v0.3.6 |
938 | 2024-08-19T17:58:57.327Z | Downloaded ring v0.16.20 |
939 | 2024-08-19T17:58:57.410Z | Downloaded packed_struct_codegen v0.10.1 |
940 | 2024-08-19T17:58:57.413Z | Downloaded libz-sys v1.1.16 |
941 | 2024-08-19T17:58:57.480Z | Downloaded http-body v0.4.6 |
942 | 2024-08-19T17:58:57.483Z | Downloaded password-hash v0.5.0 |
943 | 2024-08-19T17:58:57.485Z | Downloaded tokio-macros v2.4.0 |
944 | 2024-08-19T17:58:57.485Z | Downloaded crossbeam-epoch v0.9.18 |
945 | 2024-08-19T17:58:57.487Z | Downloaded cookie v0.18.1 |
946 | 2024-08-19T17:58:57.490Z | Downloaded smawk v0.3.2 |
947 | 2024-08-19T17:58:57.493Z | Downloaded rustversion v1.0.17 |
948 | 2024-08-19T17:58:57.493Z | Downloaded unarray v0.1.4 |
949 | 2024-08-19T17:58:57.496Z | Downloaded futures-executor v0.3.30 |
950 | 2024-08-19T17:58:57.496Z | Downloaded ref-cast v1.0.23 |
951 | 2024-08-19T17:58:57.498Z | Downloaded rpassword v7.3.1 |
952 | 2024-08-19T17:58:57.500Z | Downloaded rand_core v0.6.4 |
953 | 2024-08-19T17:58:57.500Z | Downloaded rand_chacha v0.3.1 |
954 | 2024-08-19T17:58:57.503Z | Downloaded xattr v1.3.1 |
955 | 2024-08-19T17:58:57.506Z | Downloaded indicatif v0.17.8 |
956 | 2024-08-19T17:58:57.508Z | Downloaded darling v0.20.9 |
957 | 2024-08-19T17:58:57.511Z | Downloaded chacha20poly1305 v0.10.1 |
958 | 2024-08-19T17:58:57.514Z | Downloaded time-macros v0.2.18 |
959 | 2024-08-19T17:58:57.516Z | Downloaded termios v0.3.3 |
960 | 2024-08-19T17:58:57.519Z | Downloaded subtle v2.5.0 |
961 | 2024-08-19T17:58:57.519Z | Downloaded strip-ansi-escapes v0.2.0 |
962 | 2024-08-19T17:58:57.521Z | Downloaded spki v0.7.3 |
963 | 2024-08-19T17:58:57.521Z | Downloaded dyn-clone v1.0.17 |
964 | 2024-08-19T17:58:57.523Z | Downloaded bb8 v0.8.5 |
965 | 2024-08-19T17:58:57.523Z | Downloaded cassowary v0.3.0 |
966 | 2024-08-19T17:58:57.526Z | Downloaded arrayvec v0.7.4 |
967 | 2024-08-19T17:58:57.528Z | Downloaded lazy_static v1.5.0 |
968 | 2024-08-19T17:58:57.528Z | Downloaded convert_case v0.4.0 |
969 | 2024-08-19T17:58:57.530Z | Downloaded libsqlite3-sys v0.28.0 |
970 | 2024-08-19T17:58:57.605Z | Downloaded num-integer v0.1.46 |
971 | 2024-08-19T17:58:57.607Z | Downloaded crc v3.2.1 |
972 | 2024-08-19T17:58:57.610Z | Downloaded cipher v0.4.4 |
973 | 2024-08-19T17:58:57.610Z | Downloaded bit-vec v0.6.3 |
974 | 2024-08-19T17:58:57.612Z | Downloaded crc-any v2.5.0 |
975 | 2024-08-19T17:58:57.615Z | Downloaded clang-sys v1.7.0 |
976 | 2024-08-19T17:58:57.615Z | Downloaded bitfield-struct v0.6.1 |
977 | 2024-08-19T17:58:57.618Z | Downloaded blake2 v0.10.6 |
978 | 2024-08-19T17:58:57.620Z | Downloaded async-recursion v1.1.1 |
979 | 2024-08-19T17:58:57.622Z | Downloaded linear-map v1.2.0 |
980 | 2024-08-19T17:58:57.622Z | Downloaded atomic-waker v1.1.2 |
981 | 2024-08-19T17:58:57.625Z | Downloaded ascii-canvas v3.0.0 |
982 | 2024-08-19T17:58:57.625Z | Downloaded lru-cache v0.1.2 |
983 | 2024-08-19T17:58:57.627Z | Downloaded keccak v0.1.5 |
984 | 2024-08-19T17:58:57.627Z | Downloaded maplit v1.0.2 |
985 | 2024-08-19T17:58:57.627Z | Downloaded defmt v0.3.8 |
986 | 2024-08-19T17:58:57.630Z | Downloaded ahash v0.8.11 |
987 | 2024-08-19T17:58:57.632Z | Downloaded csv-core v0.1.11 |
988 | 2024-08-19T17:58:57.635Z | Downloaded cookie_store v0.20.0 |
989 | 2024-08-19T17:58:57.637Z | Downloaded cookie v0.17.0 |
990 | 2024-08-19T17:58:57.640Z | Downloaded num_threads v0.1.7 |
991 | 2024-08-19T17:58:57.640Z | Downloaded nu-ansi-term v0.50.0 |
992 | 2024-08-19T17:58:57.642Z | Downloaded jobserver v0.1.32 |
993 | 2024-08-19T17:58:57.642Z | Downloaded hyper-rustls v0.24.2 |
994 | 2024-08-19T17:58:57.645Z | Downloaded bcs v0.1.6 |
995 | 2024-08-19T17:58:57.647Z | Downloaded multer v3.1.0 |
996 | 2024-08-19T17:58:57.651Z | Downloaded ascii v1.1.0 |
997 | 2024-08-19T17:58:57.651Z | Downloaded argon2 v0.5.3 |
998 | 2024-08-19T17:58:57.653Z | Downloaded async-trait v0.1.81 |
999 | 2024-08-19T17:58:57.656Z | Downloaded hyper-staticfile v0.9.5 |
1000 | 2024-08-19T17:58:57.658Z | Downloaded instability v0.3.2 |
1001 | 2024-08-19T17:58:57.658Z | Downloaded nodrop v0.1.14 |
1002 | 2024-08-19T17:58:57.658Z | Downloaded colored v2.1.0 |
1003 | 2024-08-19T17:58:57.660Z | Downloaded lru v0.12.3 |
1004 | 2024-08-19T17:58:57.663Z | Downloaded nanorand v0.7.0 |
1005 | 2024-08-19T17:58:57.663Z | Downloaded managed v0.8.0 |
1006 | 2024-08-19T17:58:57.665Z | Downloaded lazycell v1.3.0 |
1007 | 2024-08-19T17:58:57.665Z | Downloaded kstat-rs v0.2.4 |
1008 | 2024-08-19T17:58:57.668Z | Downloaded inout v0.1.3 |
1009 | 2024-08-19T17:58:57.668Z | Downloaded hyper-tls v0.5.0 |
1010 | 2024-08-19T17:58:57.668Z | Downloaded defmt-macros v0.3.9 |
1011 | 2024-08-19T17:58:57.671Z | Downloaded castaway v0.2.3 |
1012 | 2024-08-19T17:58:57.673Z | Downloaded camino-tempfile v1.1.1 |
1013 | 2024-08-19T17:58:57.673Z | Downloaded impl-trait-for-tuples v0.2.2 |
1014 | 2024-08-19T17:58:57.675Z | Downloaded number_prefix v0.4.0 |
1015 | 2024-08-19T17:58:57.678Z | Downloaded num-conv v0.1.0 |
1016 | 2024-08-19T17:58:57.678Z | Downloaded bitfield v0.14.0 |
1017 | 2024-08-19T17:58:57.678Z | Downloaded base16ct v0.2.0 |
1018 | 2024-08-19T17:58:57.763Z | Compiling cfg-if v1.0.0 |
1019 | 2024-08-19T17:58:57.763Z | Compiling serde v1.0.208 |
1020 | 2024-08-19T17:58:57.765Z | Compiling typenum v1.17.0 |
1021 | 2024-08-19T17:58:57.766Z | Compiling generic-array v0.14.7 |
1022 | 2024-08-19T17:58:57.766Z | Compiling lock_api v0.4.12 |
1023 | 2024-08-19T17:58:57.915Z | Compiling syn v2.0.74 |
1024 | 2024-08-19T17:58:57.918Z | Compiling scopeguard v1.2.0 |
1025 | 2024-08-19T17:58:57.924Z | Compiling log v0.4.21 |
1026 | 2024-08-19T17:58:57.988Z | Compiling getrandom v0.2.14 |
1027 | 2024-08-19T17:58:58.076Z | Compiling jobserver v0.1.32 |
1028 | 2024-08-19T17:58:58.217Z | Compiling rand_core v0.6.4 |
1029 | 2024-08-19T17:58:58.410Z | Compiling subtle v2.5.0 |
1030 | 2024-08-19T17:58:58.469Z | Compiling cc v1.0.97 |
1031 | 2024-08-19T17:58:58.486Z | Compiling const-oid v0.9.6 |
1032 | 2024-08-19T17:58:58.745Z | Compiling pin-project-lite v0.2.14 |
1033 | 2024-08-19T17:58:58.765Z | Compiling smallvec v1.13.2 |
1034 | 2024-08-19T17:58:58.838Z | Compiling parking_lot_core v0.9.10 |
1035 | 2024-08-19T17:58:58.862Z | Compiling signal-hook-registry v1.4.2 |
1036 | 2024-08-19T17:58:58.991Z | Compiling spin v0.9.8 |
1037 | 2024-08-19T17:58:59.162Z | Compiling mio v1.0.2 |
1038 | 2024-08-19T17:58:59.478Z | Compiling ahash v0.8.11 |
1039 | 2024-08-19T17:58:59.823Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-19T17:58:59.840Z | Compiling tinyvec_macros v0.1.1 |
1041 | 2024-08-19T17:58:59.940Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-19T17:59:00.222Z | Compiling socket2 v0.5.7 |
1043 | 2024-08-19T17:59:00.514Z | Compiling cpufeatures v0.2.12 |
1044 | 2024-08-19T17:59:00.603Z | Compiling futures-core v0.3.30 |
1045 | 2024-08-19T17:59:00.621Z | Compiling libm v0.2.8 |
1046 | 2024-08-19T17:59:00.638Z | Compiling serde_json v1.0.125 |
1047 | 2024-08-19T17:59:00.804Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-19T17:59:00.847Z | Compiling slab v0.4.9 |
1049 | 2024-08-19T17:59:00.995Z | Compiling futures-sink v0.3.30 |
1050 | 2024-08-19T17:59:01.057Z | Compiling allocator-api2 v0.2.18 |
1051 | 2024-08-19T17:59:01.114Z | Compiling unicode-bidi v0.3.15 |
1052 | 2024-08-19T17:59:01.421Z | Compiling futures-channel v0.3.30 |
1053 | 2024-08-19T17:59:01.548Z | Compiling unicode-normalization v0.1.23 |
1054 | 2024-08-19T17:59:01.610Z | Compiling futures-io v0.3.30 |
1055 | 2024-08-19T17:59:01.834Z | Compiling pkg-config v0.3.30 |
1056 | 2024-08-19T17:59:01.890Z | Compiling vcpkg v0.2.15 |
1057 | 2024-08-19T17:59:01.950Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-19T17:59:02.671Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-19T17:59:02.727Z | Compiling base64ct v1.6.0 |
1060 | 2024-08-19T17:59:02.813Z | Compiling ring v0.17.8 |
1061 | 2024-08-19T17:59:02.897Z | Compiling percent-encoding v2.3.1 |
1062 | 2024-08-19T17:59:02.897Z | Compiling ppv-lite86 v0.2.17 |
1063 | 2024-08-19T17:59:03.262Z | Compiling pem-rfc7468 v0.7.0 |
1064 | 2024-08-19T17:59:03.351Z | Compiling flagset v0.4.5 |
1065 | 2024-08-19T17:59:03.469Z | Compiling tracing-core v0.1.32 |
1066 | 2024-08-19T17:59:03.561Z | Compiling untrusted v0.9.0 |
1067 | 2024-08-19T17:59:03.686Z | Compiling rand_chacha v0.3.1 |
1068 | 2024-08-19T17:59:03.732Z | Compiling rustix v0.38.34 |
1069 | 2024-08-19T17:59:04.006Z | Compiling powerfmt v0.2.0 |
1070 | 2024-08-19T17:59:04.163Z | Compiling openssl-sys v0.9.103 |
1071 | 2024-08-19T17:59:04.414Z | Compiling rand v0.8.5 |
1072 | 2024-08-19T17:59:04.431Z | Compiling time-core v0.1.2 |
1073 | 2024-08-19T17:59:04.609Z | Compiling openssl v0.10.66 |
1074 | 2024-08-19T17:59:04.629Z | Compiling num-conv v0.1.0 |
1075 | 2024-08-19T17:59:04.830Z | Compiling httparse v1.8.0 |
1076 | 2024-08-19T17:59:04.888Z | Compiling rustversion v1.0.17 |
1077 | 2024-08-19T17:59:05.034Z | Compiling foreign-types-shared v0.1.1 |
1078 | 2024-08-19T17:59:05.140Z | Compiling foreign-types v0.3.2 |
1079 | 2024-08-19T17:59:05.225Z | Compiling time-macros v0.2.18 |
1080 | 2024-08-19T17:59:05.293Z | Compiling deranged v0.3.11 |
1081 | 2024-08-19T17:59:05.640Z | Compiling form_urlencoded v1.2.1 |
1082 | 2024-08-19T17:59:05.910Z | Compiling aho-corasick v1.1.3 |
1083 | 2024-08-19T17:59:05.944Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-19T17:59:06.072Z | Compiling regex-syntax v0.8.4 |
1085 | 2024-08-19T17:59:06.305Z | Compiling rustls v0.21.12 |
1086 | 2024-08-19T17:59:06.810Z | Compiling syn v1.0.109 |
1087 | 2024-08-19T17:59:06.817Z | Compiling try-lock v0.2.5 |
1088 | 2024-08-19T17:59:06.817Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-19T17:59:07.168Z | Compiling native-tls v0.2.11 |
1090 | 2024-08-19T17:59:07.202Z | Compiling crossbeam-utils v0.8.19 |
1091 | 2024-08-19T17:59:07.280Z | Compiling want v0.3.1 |
1092 | 2024-08-19T17:59:07.805Z | Compiling idna v0.5.0 |
1093 | 2024-08-19T17:59:08.199Z | Compiling socket2 v0.4.10 |
1094 | 2024-08-19T17:59:08.451Z | Compiling time v0.3.36 |
1095 | 2024-08-19T17:59:08.850Z | Compiling cookie v0.17.0 |
1096 | 2024-08-19T17:59:09.026Z | Compiling httpdate v1.0.3 |
1097 | 2024-08-19T17:59:09.128Z | Compiling slog v2.7.0 |
1098 | 2024-08-19T17:59:09.394Z | Compiling openssl-probe v0.1.5 |
1099 | 2024-08-19T17:59:09.549Z | Compiling regex-automata v0.4.6 |
1100 | 2024-08-19T17:59:09.726Z | Compiling iana-time-zone v0.1.60 |
1101 | 2024-08-19T17:59:09.745Z | Compiling tower-service v0.3.2 |
1102 | 2024-08-19T17:59:09.871Z | Compiling adler v1.0.2 |
1103 | 2024-08-19T17:59:10.104Z | Compiling finl_unicode v1.2.0 |
1104 | 2024-08-19T17:59:10.180Z | Compiling miniz_oxide v0.7.2 |
1105 | 2024-08-19T17:59:10.699Z | Compiling stringprep v0.1.4 |
1106 | 2024-08-19T17:59:11.282Z | Compiling url v2.5.2 |
1107 | 2024-08-19T17:59:11.684Z | Compiling sct v0.7.1 |
1108 | 2024-08-19T17:59:11.880Z | Compiling rustls-webpki v0.101.7 |
1109 | 2024-08-19T17:59:12.245Z | Compiling serde_derive v1.0.208 |
1110 | 2024-08-19T17:59:12.527Z | Compiling zeroize_derive v1.4.2 |
1111 | 2024-08-19T17:59:13.160Z | Compiling zerocopy-derive v0.7.34 |
1112 | 2024-08-19T17:59:13.235Z | Compiling tokio-macros v2.4.0 |
1113 | 2024-08-19T17:59:13.388Z | Compiling thiserror-impl v1.0.63 |
1114 | 2024-08-19T17:59:13.756Z | Compiling futures-macro v0.3.30 |
1115 | 2024-08-19T17:59:13.807Z | Compiling der_derive v0.7.2 |
1116 | 2024-08-19T17:59:14.147Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-19T17:59:14.879Z | Compiling scroll_derive v0.12.0 |
1118 | 2024-08-19T17:59:15.414Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-19T17:59:15.845Z | Compiling futures-util v0.3.30 |
1120 | 2024-08-19T17:59:16.015Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-19T17:59:16.227Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-19T17:59:16.347Z | Compiling block-padding v0.3.3 |
1123 | 2024-08-19T17:59:16.368Z | Compiling der v0.7.9 |
1124 | 2024-08-19T17:59:16.479Z | Compiling digest v0.10.7 |
1125 | 2024-08-19T17:59:16.588Z | Compiling inout v0.1.3 |
1126 | 2024-08-19T17:59:16.694Z | Compiling thiserror v1.0.63 |
1127 | 2024-08-19T17:59:16.829Z | Compiling cipher v0.4.4 |
1128 | 2024-08-19T17:59:16.857Z | Compiling pest v2.7.10 |
1129 | 2024-08-19T17:59:16.976Z | Compiling hmac v0.12.1 |
1130 | 2024-08-19T17:59:17.214Z | Compiling sha2 v0.10.8 |
1131 | 2024-08-19T17:59:17.342Z | Compiling salsa20 v0.10.2 |
1132 | 2024-08-19T17:59:17.565Z | Compiling hashbrown v0.14.5 |
1133 | 2024-08-19T17:59:17.643Z | Compiling pbkdf2 v0.12.2 |
1134 | 2024-08-19T17:59:17.826Z | Compiling tracing-attributes v0.1.27 |
1135 | 2024-08-19T17:59:19.018Z | Compiling spki v0.7.3 |
1136 | 2024-08-19T17:59:19.441Z | Compiling pest_meta v2.7.10 |
1137 | 2024-08-19T17:59:19.578Z | Compiling scrypt v0.11.0 |
1138 | 2024-08-19T17:59:19.917Z | Compiling aes v0.8.4 |
1139 | 2024-08-19T17:59:20.178Z | Compiling cbc v0.1.2 |
1140 | 2024-08-19T17:59:20.417Z | Compiling scroll v0.12.0 |
1141 | 2024-08-19T17:59:20.877Z | Compiling pest_generator v2.7.10 |
1142 | 2024-08-19T17:59:20.932Z | Compiling goblin v0.8.2 |
1143 | 2024-08-19T17:59:21.673Z | Compiling tracing v0.1.40 |
1144 | 2024-08-19T17:59:22.040Z | Compiling pkcs5 v0.7.1 |
1145 | 2024-08-19T17:59:22.171Z | Compiling openssl-macros v0.1.1 |
1146 | 2024-08-19T17:59:22.505Z | Compiling md-5 v0.10.6 |
1147 | 2024-08-19T17:59:22.755Z | Compiling pkcs8 v0.10.2 |
1148 | 2024-08-19T17:59:22.965Z | Compiling num-integer v0.1.46 |
1149 | 2024-08-19T17:59:23.263Z | Compiling backtrace v0.3.71 |
1150 | 2024-08-19T17:59:23.516Z | Compiling idna v0.3.0 |
1151 | 2024-08-19T17:59:23.761Z | Compiling lazy_static v1.5.0 |
1152 | 2024-08-19T17:59:23.784Z | Compiling hash32 v0.2.1 |
1153 | 2024-08-19T17:59:23.888Z | Compiling cfg_aliases v0.1.1 |
1154 | 2024-08-19T17:59:23.997Z | Compiling signal-hook v0.3.17 |
1155 | 2024-08-19T17:59:24.156Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-19T17:59:24.265Z | Compiling fallible-iterator v0.2.0 |
1157 | 2024-08-19T17:59:24.284Z | Compiling psl-types v2.0.11 |
1158 | 2024-08-19T17:59:24.394Z | Compiling pest_derive v2.7.10 |
1159 | 2024-08-19T17:59:24.489Z | Compiling num-bigint-dig v0.8.4 |
1160 | 2024-08-19T17:59:24.804Z | Compiling smoltcp v0.9.1 |
1161 | 2024-08-19T17:59:25.028Z | Compiling gimli v0.28.1 |
1162 | 2024-08-19T17:59:25.148Z | Compiling crc32fast v1.4.0 |
1163 | 2024-08-19T17:59:25.206Z | Compiling dtrace-parser v0.2.0 |
1164 | 2024-08-19T17:59:25.548Z | Compiling base64 v0.22.1 |
1165 | 2024-08-19T17:59:25.793Z | Compiling publicsuffix v2.2.3 |
1166 | 2024-08-19T17:59:26.072Z | Compiling nix v0.28.0 |
1167 | 2024-08-19T17:59:26.336Z | Compiling num-iter v0.1.45 |
1168 | 2024-08-19T17:59:26.522Z | Compiling bytes v1.7.1 |
1169 | 2024-08-19T17:59:26.842Z | Compiling bitflags v2.6.0 |
1170 | 2024-08-19T17:59:27.284Z | Compiling indexmap v2.4.0 |
1171 | 2024-08-19T17:59:27.335Z | Compiling semver v1.0.23 |
1172 | 2024-08-19T17:59:27.839Z | Compiling tokio v1.39.2 |
1173 | 2024-08-19T17:59:28.110Z | Compiling http v0.2.12 |
1174 | 2024-08-19T17:59:28.771Z | Compiling rustc_version v0.4.0 |
1175 | 2024-08-19T17:59:30.016Z | Compiling http-body v0.4.6 |
1176 | 2024-08-19T17:59:30.019Z | Compiling heapless v0.7.17 |
1177 | 2024-08-19T17:59:30.488Z | Compiling dof v0.3.0 |
1178 | 2024-08-19T17:59:30.626Z | Compiling uuid v1.10.0 |
1179 | 2024-08-19T17:59:31.253Z | Compiling usdt-impl v0.5.0 |
1180 | 2024-08-19T17:59:31.483Z | Compiling serde_spanned v0.6.7 |
1181 | 2024-08-19T17:59:31.718Z | Compiling toml_datetime v0.6.8 |
1182 | 2024-08-19T17:59:32.075Z | Compiling chrono v0.4.38 |
1183 | 2024-08-19T17:59:32.239Z | Compiling serde_tokenstream v0.2.2 |
1184 | 2024-08-19T17:59:32.567Z | Compiling terminal_size v0.3.0 |
1185 | 2024-08-19T17:59:32.760Z | Compiling addr2line v0.21.0 |
1186 | 2024-08-19T17:59:32.824Z | Compiling postgres-protocol v0.6.7 |
1187 | 2024-08-19T17:59:32.842Z | Compiling async-trait v0.1.81 |
1188 | 2024-08-19T17:59:33.427Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-19T17:59:35.015Z | Compiling phf_shared v0.11.2 |
1190 | 2024-08-19T17:59:35.096Z | Compiling serde_derive_internals v0.29.1 |
1191 | 2024-08-19T17:59:35.404Z | Compiling ff v0.13.0 |
1192 | 2024-08-19T17:59:35.603Z | Compiling object v0.32.2 |
1193 | 2024-08-19T17:59:35.624Z | Compiling fs-err v2.11.0 |
1194 | 2024-08-19T17:59:35.719Z | Compiling anyhow v1.0.86 |
1195 | 2024-08-19T17:59:35.765Z | Compiling ipnet v2.9.0 |
1196 | 2024-08-19T17:59:35.922Z | Compiling winnow v0.5.40 |
1197 | 2024-08-19T17:59:36.327Z | Compiling tokio-util v0.7.11 |
1198 | 2024-08-19T17:59:37.011Z | Compiling hubpack_derive v0.1.1 |
1199 | 2024-08-19T17:59:37.547Z | Compiling h2 v0.3.26 |
1200 | 2024-08-19T17:59:37.738Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-08-19T17:59:37.871Z | Compiling tokio-rustls v0.24.1 |
1202 | 2024-08-19T17:59:37.950Z | Compiling either v1.13.0 |
1203 | 2024-08-19T17:59:37.984Z | Compiling base64 v0.21.7 |
1204 | 2024-08-19T17:59:38.251Z | Compiling bitflags v1.3.2 |
1205 | 2024-08-19T17:59:38.360Z | Compiling base16ct v0.2.0 |
1206 | 2024-08-19T17:59:38.383Z | Compiling rustc-demangle v0.1.24 |
1207 | 2024-08-19T17:59:38.696Z | Compiling managed v0.8.0 |
1208 | 2024-08-19T17:59:38.736Z | Compiling schemars v0.8.21 |
1209 | 2024-08-19T17:59:39.132Z | Compiling clap_builder v4.5.15 |
1210 | 2024-08-19T17:59:39.192Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-19T17:59:39.358Z | Compiling rustls-pemfile v1.0.4 |
1212 | 2024-08-19T17:59:39.806Z | Compiling toml_edit v0.19.15 |
1213 | 2024-08-19T17:59:39.812Z | Compiling hubpack v0.1.2 |
1214 | 2024-08-19T17:59:39.836Z | Compiling schemars_derive v0.8.21 |
1215 | 2024-08-19T17:59:40.596Z | Compiling zerocopy v0.6.6 |
1216 | 2024-08-19T17:59:41.312Z | Compiling group v0.13.0 |
1217 | 2024-08-19T17:59:41.418Z | Compiling phf v0.11.2 |
1218 | 2024-08-19T17:59:41.624Z | Compiling cookie_store v0.20.0 |
1219 | 2024-08-19T17:59:41.709Z | Compiling postgres-types v0.2.7 |
1220 | 2024-08-19T17:59:43.142Z | Compiling usdt-macro v0.5.0 |
1221 | 2024-08-19T17:59:43.200Z | Compiling usdt-attr-macro v0.5.0 |
1222 | 2024-08-19T17:59:43.262Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-19T17:59:44.634Z | Compiling hyper v0.14.30 |
1224 | 2024-08-19T17:59:44.879Z | Compiling pkcs1 v0.7.5 |
1225 | 2024-08-19T17:59:45.093Z | Compiling futures-executor v0.3.30 |
1226 | 2024-08-19T17:59:45.669Z | Compiling hkdf v0.12.4 |
1227 | 2024-08-19T17:59:45.873Z | Compiling signature v2.2.0 |
1228 | 2024-08-19T17:59:45.928Z | Compiling crypto-bigint v0.5.5 |
1229 | 2024-08-19T17:59:46.159Z | Compiling bstr v1.9.1 |
1230 | 2024-08-19T17:59:46.387Z | Compiling regex v1.10.6 |
1231 | 2024-08-19T17:59:47.488Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-19T17:59:47.714Z | Compiling clap_derive v4.5.13 |
1233 | 2024-08-19T17:59:47.970Z | Compiling enum-as-inner v0.6.0 |
1234 | 2024-08-19T17:59:48.070Z | Compiling serde_repr v0.1.19 |
1235 | 2024-08-19T17:59:48.370Z | Compiling phf_shared v0.10.0 |
1236 | 2024-08-19T17:59:48.781Z | Compiling float-cmp v0.9.0 |
1237 | 2024-08-19T17:59:48.982Z | Compiling idna v0.4.0 |
1238 | 2024-08-19T17:59:49.049Z | Compiling mio v0.8.11 |
1239 | 2024-08-19T17:59:49.290Z | Compiling encoding_rs v0.8.34 |
1240 | 2024-08-19T17:59:50.447Z | Compiling static_assertions v1.1.0 |
1241 | 2024-08-19T17:59:50.547Z | Compiling whoami v1.5.1 |
1242 | 2024-08-19T17:59:50.615Z | Compiling difflib v0.4.0 |
1243 | 2024-08-19T17:59:51.180Z | Compiling precomputed-hash v0.1.1 |
1244 | 2024-08-19T17:59:51.296Z | Compiling webpki-roots v0.25.4 |
1245 | 2024-08-19T17:59:51.470Z | Compiling normalize-line-endings v0.3.0 |
1246 | 2024-08-19T17:59:51.600Z | Compiling hyper-tls v0.5.0 |
1247 | 2024-08-19T17:59:51.620Z | Compiling hyper-rustls v0.24.2 |
1248 | 2024-08-19T17:59:51.967Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-19T17:59:51.987Z | Compiling sync_wrapper v0.1.2 |
1250 | 2024-08-19T17:59:51.989Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-19T17:59:52.116Z | Compiling predicates-core v1.0.6 |
1252 | 2024-08-19T17:59:52.170Z | Compiling mime v0.3.17 |
1253 | 2024-08-19T17:59:52.460Z | Compiling bit-vec v0.6.3 |
1254 | 2024-08-19T17:59:52.479Z | Compiling fixedbitset v0.4.2 |
1255 | 2024-08-19T17:59:52.636Z | Compiling new_debug_unreachable v1.0.6 |
1256 | 2024-08-19T17:59:52.735Z | Compiling dyn-clone v1.0.17 |
1257 | 2024-08-19T17:59:52.773Z | Compiling unicode-segmentation v1.11.0 |
1258 | 2024-08-19T17:59:52.941Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-19T17:59:52.944Z | Compiling petgraph v0.6.5 |
1260 | 2024-08-19T17:59:53.226Z | Compiling string_cache v0.8.7 |
1261 | 2024-08-19T17:59:53.608Z | Compiling similar v2.6.0 |
1262 | 2024-08-19T17:59:53.701Z | Compiling hickory-proto v0.24.1 |
1263 | 2024-08-19T17:59:53.720Z | Compiling clap v4.5.16 |
1264 | 2024-08-19T17:59:54.096Z | Compiling reqwest v0.11.27 |
1265 | 2024-08-19T17:59:54.394Z | Compiling toml_edit v0.22.20 |
1266 | 2024-08-19T17:59:54.683Z | Compiling nom v7.1.3 |
1267 | 2024-08-19T17:59:56.097Z | Compiling predicates v3.1.2 |
1268 | 2024-08-19T17:59:56.722Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-08-19T17:59:57.017Z | Compiling console v0.15.8 |
1270 | 2024-08-19T17:59:57.857Z | Compiling tokio-postgres v0.7.11 |
1271 | 2024-08-19T17:59:57.919Z | Compiling usdt v0.5.0 |
1272 | 2024-08-19T17:59:58.373Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-19T17:59:58.416Z | Compiling elliptic-curve v0.13.8 |
1274 | 2024-08-19T17:59:58.544Z | Compiling rsa v0.9.6 |
1275 | 2024-08-19T17:59:58.559Z | Compiling futures v0.3.30 |
1276 | 2024-08-19T17:59:58.669Z | Compiling flate2 v1.0.31 |
1277 | 2024-08-19T18:00:00.144Z | Compiling toml v0.7.8 |
1278 | 2024-08-19T18:00:02.644Z | Compiling itertools v0.10.5 |
1279 | 2024-08-19T18:00:02.738Z | Compiling itertools v0.12.1 |
1280 | 2024-08-19T18:00:03.140Z | Compiling tokio-stream v0.1.15 |
1281 | 2024-08-19T18:00:03.652Z | Compiling openapiv3 v2.0.0 |
1282 | 2024-08-19T18:00:03.762Z | Compiling hex v0.4.3 |
1283 | 2024-08-19T18:00:03.889Z | Compiling sha1 v0.10.6 |
1284 | 2024-08-19T18:00:04.087Z | Compiling crossbeam-epoch v0.9.18 |
1285 | 2024-08-19T18:00:04.343Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-08-19T18:00:04.361Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-19T18:00:04.873Z | Compiling lalrpop-util v0.19.12 |
1288 | 2024-08-19T18:00:05.002Z | Compiling unicode-xid v0.2.4 |
1289 | 2024-08-19T18:00:05.062Z | Compiling dirs-next v2.0.0 |
1290 | 2024-08-19T18:00:05.174Z | Compiling thread_local v1.1.8 |
1291 | 2024-08-19T18:00:05.215Z | Compiling slog-async v2.8.0 |
1292 | 2024-08-19T18:00:05.261Z | Compiling term v0.7.0 |
1293 | 2024-08-19T18:00:05.464Z | Compiling xattr v1.3.1 |
1294 | 2024-08-19T18:00:05.709Z | Compiling crossbeam-channel v0.5.12 |
1295 | 2024-08-19T18:00:05.735Z | Compiling strum_macros v0.26.4 |
1296 | 2024-08-19T18:00:05.815Z | Compiling filetime v0.2.24 |
1297 | 2024-08-19T18:00:05.923Z | Compiling is-terminal v0.4.12 |
1298 | 2024-08-19T18:00:06.053Z | Compiling take_mut v0.2.2 |
1299 | 2024-08-19T18:00:06.130Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-19T18:00:06.214Z | Compiling tar v0.4.41 |
1301 | 2024-08-19T18:00:06.804Z | Compiling camino v1.1.9 |
1302 | 2024-08-19T18:00:08.138Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1303 | 2024-08-19T18:00:08.937Z | Compiling strum v0.26.3 |
1304 | 2024-08-19T18:00:09.011Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1305 | 2024-08-19T18:00:14.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1306 | 2024-08-19T18:00:14.472Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1307 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: Cockroach |
1308 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: Clickhouse |
1309 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: Console |
1310 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: DendriteOpenapi |
1311 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: DendriteStub |
1312 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: MaghemiteMgd |
1313 | 2024-08-19T18:00:14.519Z | Aug 19 18:00:13.648 INFO Starting download, target: TransceiverControl |
1314 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1315 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1316 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1317 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1318 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1320 | 2024-08-19T18:00:14.522Z | Aug 19 18:00:13.649 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1321 | 2024-08-19T18:00:14.740Z | Aug 19 18:00:13.857 INFO Download complete, target: DendriteOpenapi |
1322 | 2024-08-19T18:00:14.772Z | Aug 19 18:00:13.893 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1323 | 2024-08-19T18:00:15.172Z | Aug 19 18:00:14.300 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1324 | 2024-08-19T18:00:15.249Z | Aug 19 18:00:14.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1325 | 2024-08-19T18:00:15.555Z | Aug 19 18:00:14.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1326 | 2024-08-19T18:00:15.572Z | Aug 19 18:00:14.701 INFO Download complete, target: TransceiverControl |
1327 | 2024-08-19T18:00:15.668Z | Aug 19 18:00:14.796 INFO Download complete, target: Console |
1328 | 2024-08-19T18:00:16.551Z | Aug 19 18:00:15.680 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-19T18:00:16.566Z | Aug 19 18:00:15.694 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1330 | 2024-08-19T18:00:16.566Z | Aug 19 18:00:15.694 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1331 | 2024-08-19T18:00:18.270Z | Aug 19 18:00:17.397 INFO Download complete, target: MaghemiteMgd |
1332 | 2024-08-19T18:00:18.584Z | Aug 19 18:00:17.706 INFO Download complete, target: DendriteStub |
1333 | 2024-08-19T18:00:24.711Z | Aug 19 18:00:23.837 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1334 | 2024-08-19T18:00:25.002Z | Aug 19 18:00:24.128 INFO Checking that binary works, target: Cockroach |
1335 | 2024-08-19T18:00:25.152Z | Aug 19 18:00:24.278 INFO Download complete, target: Cockroach |
1336 | 2024-08-19T18:00:30.312Z | Aug 19 18:00:29.437 INFO Checking that binary works, target: Clickhouse |
1337 | 2024-08-19T18:00:30.483Z | Aug 19 18:00:29.607 INFO Download complete, target: Clickhouse |
1338 | 2024-08-19T18:00:30.490Z | All prerequisites installed successfully |
1339 | 2024-08-19T18:00:30.492Z | |
1340 | 2024-08-19T18:00:30.492Z | real 4:01.181963690 |
1341 | 2024-08-19T18:00:30.492Z | user 11:18.757795389 |
1342 | 2024-08-19T18:00:30.492Z | sys 2:24.717787022 |
1343 | 2024-08-19T18:00:30.492Z | trap 0.425248732 |
1344 | 2024-08-19T18:00:30.492Z | tflt 0.858960804 |
1345 | 2024-08-19T18:00:30.492Z | dflt 1.695768653 |
1346 | 2024-08-19T18:00:30.492Z | kflt 0.021821524 |
1347 | 2024-08-19T18:00:30.492Z | lock 21:41.781117068 |
1348 | 2024-08-19T18:00:30.492Z | slp 44:15.902120085 |
1349 | 2024-08-19T18:00:30.492Z | lat 43.822195736 |
1350 | 2024-08-19T18:00:30.492Z | stop 1:46.733203783 |
1351 | 2024-08-19T18:00:30.493Z | + ptime -m cargo xtask download softnpu |
1352 | 2024-08-19T18:00:31.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1353 | 2024-08-19T18:00:31.051Z | Running `target/debug/xtask download softnpu` |
1354 | 2024-08-19T18:00:31.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1355 | 2024-08-19T18:00:31.885Z | Running `target/debug/xtask-downloader softnpu` |
1356 | 2024-08-19T18:00:31.918Z | Aug 19 18:00:31.042 INFO Starting download, target: Softnpu |
1357 | 2024-08-19T18:00:31.921Z | Aug 19 18:00:31.043 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1358 | 2024-08-19T18:00:32.877Z | Aug 19 18:00:31.999 INFO Download complete, target: Softnpu |
1359 | 2024-08-19T18:00:32.879Z | |
1360 | 2024-08-19T18:00:32.882Z | real 2.382168346 |
1361 | 2024-08-19T18:00:32.882Z | user 1.191762527 |
1362 | 2024-08-19T18:00:32.882Z | sys 0.552513556 |
1363 | 2024-08-19T18:00:32.882Z | trap 0.000858082 |
1364 | 2024-08-19T18:00:32.882Z | tflt 0.000021862 |
1365 | 2024-08-19T18:00:32.882Z | dflt 0.000028711 |
1366 | 2024-08-19T18:00:32.882Z | kflt 0.000000000 |
1367 | 2024-08-19T18:00:32.882Z | lock 9.828322029 |
1368 | 2024-08-19T18:00:32.882Z | slp 1.076114975 |
1369 | 2024-08-19T18:00:32.882Z | lat 0.077167650 |
1370 | 2024-08-19T18:00:32.882Z | stop 0.000366180 |
1371 | 2024-08-19T18:00:32.882Z | + export CARGO_INCREMENTAL=0 |
1372 | 2024-08-19T18:00:32.882Z | + CARGO_INCREMENTAL=0 |
1373 | 2024-08-19T18:00:32.882Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1374 | 2024-08-19T18:00:33.790Z | Compiling proc-macro2 v1.0.86 |
1375 | 2024-08-19T18:00:33.790Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-08-19T18:00:33.793Z | Compiling libc v0.2.156 |
1377 | 2024-08-19T18:00:33.793Z | Compiling serde v1.0.208 |
1378 | 2024-08-19T18:00:33.793Z | Compiling version_check v0.9.5 |
1379 | 2024-08-19T18:00:33.793Z | Compiling autocfg v1.3.0 |
1380 | 2024-08-19T18:00:33.793Z | Compiling cfg-if v1.0.0 |
1381 | 2024-08-19T18:00:33.793Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-19T18:00:34.047Z | Compiling typenum v1.17.0 |
1383 | 2024-08-19T18:00:34.071Z | Compiling memchr v2.7.2 |
1384 | 2024-08-19T18:00:34.510Z | Compiling byteorder v1.5.0 |
1385 | 2024-08-19T18:00:34.625Z | Compiling lock_api v0.4.12 |
1386 | 2024-08-19T18:00:34.932Z | Compiling generic-array v0.14.7 |
1387 | 2024-08-19T18:00:34.954Z | Compiling ahash v0.8.11 |
1388 | 2024-08-19T18:00:34.957Z | Compiling serde_json v1.0.125 |
1389 | 2024-08-19T18:00:35.222Z | Compiling libm v0.2.8 |
1390 | 2024-08-19T18:00:35.286Z | Compiling num-traits v0.2.19 |
1391 | 2024-08-19T18:00:35.289Z | Compiling parking_lot_core v0.9.10 |
1392 | 2024-08-19T18:00:35.560Z | Compiling quote v1.0.36 |
1393 | 2024-08-19T18:00:35.609Z | Compiling thiserror v1.0.63 |
1394 | 2024-08-19T18:00:35.821Z | Compiling getrandom v0.2.14 |
1395 | 2024-08-19T18:00:36.053Z | Compiling syn v2.0.74 |
1396 | 2024-08-19T18:00:36.151Z | Compiling jobserver v0.1.32 |
1397 | 2024-08-19T18:00:36.171Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-19T18:00:36.196Z | Compiling log v0.4.21 |
1399 | 2024-08-19T18:00:36.294Z | Compiling itoa v1.0.11 |
1400 | 2024-08-19T18:00:36.515Z | Compiling cc v1.0.97 |
1401 | 2024-08-19T18:00:36.679Z | Compiling allocator-api2 v0.2.18 |
1402 | 2024-08-19T18:00:36.741Z | Compiling rand_core v0.6.4 |
1403 | 2024-08-19T18:00:36.836Z | Compiling slab v0.4.9 |
1404 | 2024-08-19T18:00:37.173Z | Compiling semver v1.0.23 |
1405 | 2024-08-19T18:00:37.196Z | Compiling pin-project-lite v0.2.14 |
1406 | 2024-08-19T18:00:37.477Z | Compiling ryu v1.0.18 |
1407 | 2024-08-19T18:00:37.740Z | Compiling smallvec v1.13.2 |
1408 | 2024-08-19T18:00:37.757Z | Compiling equivalent v1.0.1 |
1409 | 2024-08-19T18:00:37.821Z | Compiling pkg-config v0.3.30 |
1410 | 2024-08-19T18:00:37.861Z | Compiling vcpkg v0.2.15 |
1411 | 2024-08-19T18:00:38.172Z | Compiling schemars v0.8.21 |
1412 | 2024-08-19T18:00:38.503Z | Compiling spin v0.9.8 |
1413 | 2024-08-19T18:00:38.940Z | Compiling signal-hook-registry v1.4.2 |
1414 | 2024-08-19T18:00:39.087Z | Compiling subtle v2.5.0 |
1415 | 2024-08-19T18:00:39.499Z | Compiling parking_lot v0.12.2 |
1416 | 2024-08-19T18:00:39.606Z | Compiling mio v1.0.2 |
1417 | 2024-08-19T18:00:39.829Z | Compiling ring v0.17.8 |
1418 | 2024-08-19T18:00:40.290Z | Compiling openssl-sys v0.9.103 |
1419 | 2024-08-19T18:00:40.602Z | Compiling const-oid v0.9.6 |
1420 | 2024-08-19T18:00:40.983Z | Compiling socket2 v0.5.7 |
1421 | 2024-08-19T18:00:41.371Z | Compiling syn v1.0.109 |
1422 | 2024-08-19T18:00:41.651Z | Compiling heck v0.5.0 |
1423 | 2024-08-19T18:00:41.757Z | Compiling httparse v1.8.0 |
1424 | 2024-08-19T18:00:42.085Z | Compiling time-core v0.1.2 |
1425 | 2024-08-19T18:00:42.183Z | Compiling num-conv v0.1.0 |
1426 | 2024-08-19T18:00:42.285Z | Compiling openssl v0.10.66 |
1427 | 2024-08-19T18:00:42.451Z | Compiling rustix v0.38.34 |
1428 | 2024-08-19T18:00:42.468Z | Compiling time-macros v0.2.18 |
1429 | 2024-08-19T18:00:42.606Z | Compiling futures-core v0.3.30 |
1430 | 2024-08-19T18:00:42.853Z | Compiling fnv v1.0.7 |
1431 | 2024-08-19T18:00:43.025Z | Compiling crossbeam-utils v0.8.19 |
1432 | 2024-08-19T18:00:43.511Z | Compiling serde_derive_internals v0.29.1 |
1433 | 2024-08-19T18:00:43.613Z | Compiling iana-time-zone v0.1.60 |
1434 | 2024-08-19T18:00:44.306Z | Compiling native-tls v0.2.11 |
1435 | 2024-08-19T18:00:44.309Z | Compiling tinyvec_macros v0.1.1 |
1436 | 2024-08-19T18:00:44.411Z | Compiling rustls v0.21.12 |
1437 | 2024-08-19T18:00:44.578Z | Compiling tinyvec v1.6.0 |
1438 | 2024-08-19T18:00:45.235Z | Compiling cpufeatures v0.2.12 |
1439 | 2024-08-19T18:00:45.472Z | Compiling ucd-trie v0.1.6 |
1440 | 2024-08-19T18:00:45.521Z | Compiling futures-sink v0.3.30 |
1441 | 2024-08-19T18:00:45.693Z | Compiling backtrace v0.3.71 |
1442 | 2024-08-19T18:00:45.887Z | Compiling cookie v0.17.0 |
1443 | 2024-08-19T18:00:45.950Z | Compiling unicode-bidi v0.3.15 |
1444 | 2024-08-19T18:00:46.085Z | Compiling unicode-normalization v0.1.23 |
1445 | 2024-08-19T18:00:46.135Z | Compiling slog v2.7.0 |
1446 | 2024-08-19T18:00:46.595Z | Compiling futures-channel v0.3.30 |
1447 | 2024-08-19T18:00:46.852Z | Compiling aho-corasick v1.1.3 |
1448 | 2024-08-19T18:00:47.098Z | Compiling pin-utils v0.1.0 |
1449 | 2024-08-19T18:00:47.156Z | Compiling futures-task v0.3.30 |
1450 | 2024-08-19T18:00:47.156Z | Compiling regex-syntax v0.8.4 |
1451 | 2024-08-19T18:00:47.278Z | Compiling futures-io v0.3.30 |
1452 | 2024-08-19T18:00:48.427Z | Compiling winnow v0.5.40 |
1453 | 2024-08-19T18:00:48.466Z | Compiling anyhow v1.0.86 |
1454 | 2024-08-19T18:00:49.008Z | Compiling untrusted v0.9.0 |
1455 | 2024-08-19T18:00:49.041Z | Compiling serde_derive v1.0.208 |
1456 | 2024-08-19T18:00:49.209Z | Compiling zeroize_derive v1.4.2 |
1457 | 2024-08-19T18:00:50.376Z | Compiling zerocopy-derive v0.7.34 |
1458 | 2024-08-19T18:00:50.497Z | Compiling thiserror-impl v1.0.63 |
1459 | 2024-08-19T18:00:51.184Z | Compiling tokio-macros v2.4.0 |
1460 | 2024-08-19T18:00:52.190Z | Compiling zeroize v1.7.0 |
1461 | 2024-08-19T18:00:52.258Z | Compiling zerocopy v0.7.34 |
1462 | 2024-08-19T18:00:52.825Z | Compiling futures-macro v0.3.30 |
1463 | 2024-08-19T18:00:53.862Z | Compiling crypto-common v0.1.6 |
1464 | 2024-08-19T18:00:54.066Z | Compiling schemars_derive v0.8.21 |
1465 | 2024-08-19T18:00:54.297Z | Compiling tracing-attributes v0.1.27 |
1466 | 2024-08-19T18:00:54.404Z | Compiling hashbrown v0.14.5 |
1467 | 2024-08-19T18:00:54.637Z | Compiling block-buffer v0.10.4 |
1468 | 2024-08-19T18:00:54.800Z | Compiling der_derive v0.7.2 |
1469 | 2024-08-19T18:00:54.867Z | Compiling digest v0.10.7 |
1470 | 2024-08-19T18:00:55.639Z | Compiling openssl-macros v0.1.1 |
1471 | 2024-08-19T18:00:56.222Z | Compiling scroll_derive v0.12.0 |
1472 | 2024-08-19T18:00:56.831Z | Compiling hmac v0.12.1 |
1473 | 2024-08-19T18:00:56.984Z | Compiling block-padding v0.3.3 |
1474 | 2024-08-19T18:00:57.022Z | Compiling pest v2.7.10 |
1475 | 2024-08-19T18:00:57.079Z | Compiling sha2 v0.10.8 |
1476 | 2024-08-19T18:00:57.198Z | Compiling inout v0.1.3 |
1477 | 2024-08-19T18:00:57.415Z | Compiling cipher v0.4.4 |
1478 | 2024-08-19T18:00:57.433Z | Compiling futures-util v0.3.30 |
1479 | 2024-08-19T18:00:57.449Z | Compiling regex-automata v0.4.6 |
1480 | 2024-08-19T18:00:57.873Z | Compiling dyn-clone v1.0.17 |
1481 | 2024-08-19T18:00:58.119Z | Compiling tracing-core v0.1.32 |
1482 | 2024-08-19T18:01:00.009Z | Compiling pest_meta v2.7.10 |
1483 | 2024-08-19T18:01:00.424Z | Compiling usdt-impl v0.5.0 |
1484 | 2024-08-19T18:01:00.903Z | Compiling rustversion v1.0.17 |
1485 | 2024-08-19T18:01:01.544Z | Compiling pest_generator v2.7.10 |
1486 | 2024-08-19T18:01:02.641Z | Compiling bytes v1.7.1 |
1487 | 2024-08-19T18:01:04.179Z | Compiling indexmap v2.4.0 |
1488 | 2024-08-19T18:01:04.307Z | Compiling tokio v1.39.2 |
1489 | 2024-08-19T18:01:04.577Z | Compiling bitflags v2.6.0 |
1490 | 2024-08-19T18:01:04.901Z | Compiling uuid v1.10.0 |
1491 | 2024-08-19T18:01:05.156Z | Compiling serde_tokenstream v0.2.2 |
1492 | 2024-08-19T18:01:05.684Z | Compiling chrono v0.4.38 |
1493 | 2024-08-19T18:01:07.473Z | Compiling serde_spanned v0.6.7 |
1494 | 2024-08-19T18:01:07.689Z | Compiling toml_datetime v0.6.8 |
1495 | 2024-08-19T18:01:07.939Z | Compiling http v0.2.12 |
1496 | 2024-08-19T18:01:08.140Z | Compiling toml_edit v0.19.15 |
1497 | 2024-08-19T18:01:08.228Z | Compiling rustc_version v0.4.0 |
1498 | 2024-08-19T18:01:10.140Z | Compiling pest_derive v2.7.10 |
1499 | 2024-08-19T18:01:10.273Z | Compiling base64ct v1.6.0 |
1500 | 2024-08-19T18:01:10.850Z | Compiling pem-rfc7468 v0.7.0 |
1501 | 2024-08-19T18:01:10.893Z | Compiling heapless v0.7.17 |
1502 | 2024-08-19T18:01:11.419Z | Compiling tracing v0.1.40 |
1503 | 2024-08-19T18:01:11.442Z | Compiling scroll v0.12.0 |
1504 | 2024-08-19T18:01:12.247Z | Compiling plain v0.2.3 |
1505 | 2024-08-19T18:01:12.412Z | Compiling percent-encoding v2.3.1 |
1506 | 2024-08-19T18:01:12.697Z | Compiling ppv-lite86 v0.2.17 |
1507 | 2024-08-19T18:01:13.274Z | Compiling heck v0.4.1 |
1508 | 2024-08-19T18:01:13.665Z | Compiling flagset v0.4.5 |
1509 | 2024-08-19T18:01:13.889Z | Compiling powerfmt v0.2.0 |
1510 | 2024-08-19T18:01:13.932Z | Compiling der v0.7.9 |
1511 | 2024-08-19T18:01:14.249Z | Compiling deranged v0.3.11 |
1512 | 2024-08-19T18:01:14.389Z | Compiling rand_chacha v0.3.1 |
1513 | 2024-08-19T18:01:15.024Z | Compiling goblin v0.8.2 |
1514 | 2024-08-19T18:01:16.548Z | Compiling regex v1.10.6 |
1515 | 2024-08-19T18:01:16.914Z | Compiling salsa20 v0.10.2 |
1516 | 2024-08-19T18:01:17.180Z | Compiling pbkdf2 v0.12.2 |
1517 | 2024-08-19T18:01:17.659Z | Compiling num_threads v0.1.7 |
1518 | 2024-08-19T18:01:18.077Z | Compiling crc32fast v1.4.0 |
1519 | 2024-08-19T18:01:18.102Z | Compiling pretty-hex v0.4.1 |
1520 | 2024-08-19T18:01:18.228Z | Compiling strsim v0.11.1 |
1521 | 2024-08-19T18:01:18.319Z | Compiling time v0.3.36 |
1522 | 2024-08-19T18:01:19.048Z | Compiling scrypt v0.11.0 |
1523 | 2024-08-19T18:01:19.296Z | Compiling spki v0.7.3 |
1524 | 2024-08-19T18:01:19.567Z | Compiling rand v0.8.5 |
1525 | 2024-08-19T18:01:19.676Z | Compiling tokio-util v0.7.11 |
1526 | 2024-08-19T18:01:20.916Z | Compiling dof v0.3.0 |
1527 | 2024-08-19T18:01:21.093Z | Compiling dtrace-parser v0.2.0 |
1528 | 2024-08-19T18:01:21.276Z | Compiling aes v0.8.4 |
1529 | 2024-08-19T18:01:21.889Z | Compiling cbc v0.1.2 |
1530 | 2024-08-19T18:01:22.129Z | Compiling async-trait v0.1.81 |
1531 | 2024-08-19T18:01:22.303Z | Compiling socket2 v0.4.10 |
1532 | 2024-08-19T18:01:22.517Z | Compiling thread-id v4.2.1 |
1533 | 2024-08-19T18:01:22.676Z | Compiling unicode-width v0.1.13 |
1534 | 2024-08-19T18:01:22.804Z | Compiling signal-hook v0.3.17 |
1535 | 2024-08-19T18:01:22.888Z | Compiling smoltcp v0.9.1 |
1536 | 2024-08-19T18:01:22.905Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-08-19T18:01:23.016Z | Compiling num-bigint-dig v0.8.4 |
1538 | 2024-08-19T18:01:23.322Z | Compiling foreign-types v0.3.2 |
1539 | 2024-08-19T18:01:24.232Z | Compiling pkcs5 v0.7.1 |
1540 | 2024-08-19T18:01:24.562Z | Compiling form_urlencoded v1.2.1 |
1541 | 2024-08-19T18:01:25.302Z | Compiling errno v0.3.9 |
1542 | 2024-08-19T18:01:25.360Z | Compiling try-lock v0.2.5 |
1543 | 2024-08-19T18:01:25.519Z | Compiling adler v1.0.2 |
1544 | 2024-08-19T18:01:25.755Z | Compiling siphasher v0.3.11 |
1545 | 2024-08-19T18:01:25.820Z | Compiling cfg_aliases v0.1.1 |
1546 | 2024-08-19T18:01:26.140Z | Compiling nix v0.28.0 |
1547 | 2024-08-19T18:01:26.365Z | Compiling want v0.3.1 |
1548 | 2024-08-19T18:01:26.671Z | Compiling miniz_oxide v0.7.2 |
1549 | 2024-08-19T18:01:28.302Z | Compiling pkcs8 v0.10.2 |
1550 | 2024-08-19T18:01:28.743Z | Compiling sct v0.7.1 |
1551 | 2024-08-19T18:01:28.972Z | Compiling rustls-webpki v0.101.7 |
1552 | 2024-08-19T18:01:29.038Z | Compiling h2 v0.3.26 |
1553 | 2024-08-19T18:01:30.206Z | Compiling http-body v0.4.6 |
1554 | 2024-08-19T18:01:30.833Z | Compiling openapiv3 v2.0.0 |
1555 | 2024-08-19T18:01:30.990Z | Compiling hubpack_derive v0.1.1 |
1556 | 2024-08-19T18:01:31.254Z | Compiling zerocopy-derive v0.6.6 |
1557 | 2024-08-19T18:01:31.569Z | Compiling idna v0.5.0 |
1558 | 2024-08-19T18:01:32.802Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-19T18:01:33.098Z | Compiling gimli v0.28.1 |
1560 | 2024-08-19T18:01:33.165Z | Compiling httpdate v1.0.3 |
1561 | 2024-08-19T18:01:33.182Z | Compiling finl_unicode v1.2.0 |
1562 | 2024-08-19T18:01:34.584Z | Compiling stable_deref_trait v1.2.0 |
1563 | 2024-08-19T18:01:34.600Z | Compiling utf8parse v0.2.1 |
1564 | 2024-08-19T18:01:34.698Z | Compiling openssl-probe v0.1.5 |
1565 | 2024-08-19T18:01:34.756Z | Compiling tower-service v0.3.2 |
1566 | 2024-08-19T18:01:35.020Z | Compiling anstyle v1.0.8 |
1567 | 2024-08-19T18:01:35.649Z | Compiling anstyle-parse v0.2.4 |
1568 | 2024-08-19T18:01:36.944Z | Compiling hyper v0.14.30 |
1569 | 2024-08-19T18:01:37.705Z | Compiling addr2line v0.21.0 |
1570 | 2024-08-19T18:01:39.585Z | Compiling stringprep v0.1.4 |
1571 | 2024-08-19T18:01:40.592Z | Compiling url v2.5.2 |
1572 | 2024-08-19T18:01:46.252Z | Compiling usdt-macro v0.5.0 |
1573 | 2024-08-19T18:01:47.667Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2024-08-19T18:01:49.708Z | Compiling md-5 v0.10.6 |
1575 | 2024-08-19T18:01:50.484Z | Compiling idna v0.3.0 |
1576 | 2024-08-19T18:01:51.996Z | Compiling lazy_static v1.5.0 |
1577 | 2024-08-19T18:01:52.166Z | Compiling num-integer v0.1.46 |
1578 | 2024-08-19T18:01:52.984Z | Compiling object v0.32.2 |
1579 | 2024-08-19T18:01:53.126Z | Compiling hash32 v0.2.1 |
1580 | 2024-08-19T18:01:53.220Z | Compiling rustc-demangle v0.1.24 |
1581 | 2024-08-19T18:01:53.614Z | Compiling anstyle-query v1.0.3 |
1582 | 2024-08-19T18:01:54.033Z | Compiling base64 v0.22.1 |
1583 | 2024-08-19T18:01:54.995Z | Compiling colorchoice v1.0.1 |
1584 | 2024-08-19T18:01:55.164Z | Compiling is_terminal_polyfill v1.70.0 |
1585 | 2024-08-19T18:01:55.294Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-19T18:01:55.532Z | Compiling fallible-iterator v0.2.0 |
1587 | 2024-08-19T18:01:56.113Z | Compiling publicsuffix v2.2.3 |
1588 | 2024-08-19T18:01:56.263Z | Compiling postgres-protocol v0.6.7 |
1589 | 2024-08-19T18:01:56.364Z | Compiling anstream v0.6.14 |
1590 | 2024-08-19T18:01:58.568Z | Compiling num-iter v0.1.45 |
1591 | 2024-08-19T18:01:58.964Z | Compiling tokio-rustls v0.24.1 |
1592 | 2024-08-19T18:01:59.728Z | Compiling terminal_size v0.3.0 |
1593 | 2024-08-19T18:02:01.344Z | Compiling tokio-native-tls v0.3.1 |
1594 | 2024-08-19T18:02:01.633Z | Compiling phf_shared v0.11.2 |
1595 | 2024-08-19T18:02:02.163Z | Compiling strum_macros v0.25.3 |
1596 | 2024-08-19T18:02:02.328Z | Compiling enum-as-inner v0.6.0 |
1597 | 2024-08-19T18:02:03.324Z | Compiling regress v0.9.1 |
1598 | 2024-08-19T18:02:04.210Z | Compiling serde_repr v0.1.19 |
1599 | 2024-08-19T18:02:04.419Z | Compiling clap_derive v4.5.13 |
1600 | 2024-08-19T18:02:05.987Z | Compiling ff v0.13.0 |
1601 | 2024-08-19T18:02:08.174Z | Compiling encoding_rs v0.8.34 |
1602 | 2024-08-19T18:02:08.704Z | Compiling base16ct v0.2.0 |
1603 | 2024-08-19T18:02:09.001Z | Compiling either v1.13.0 |
1604 | 2024-08-19T18:02:09.118Z | Compiling ipnet v2.9.0 |
1605 | 2024-08-19T18:02:09.467Z | Compiling bitflags v1.3.2 |
1606 | 2024-08-19T18:02:09.577Z | Compiling managed v0.8.0 |
1607 | 2024-08-19T18:02:10.096Z | Compiling base64 v0.21.7 |
1608 | 2024-08-19T18:02:10.394Z | Compiling clap_lex v0.7.0 |
1609 | 2024-08-19T18:02:10.840Z | Compiling mime v0.3.17 |
1610 | 2024-08-19T18:02:11.267Z | Compiling clap_builder v4.5.15 |
1611 | 2024-08-19T18:02:11.452Z | Compiling rustls-pemfile v1.0.4 |
1612 | 2024-08-19T18:02:12.252Z | Compiling sec1 v0.7.3 |
1613 | 2024-08-19T18:02:12.830Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1614 | 2024-08-19T18:02:13.839Z | Compiling group v0.13.0 |
1615 | 2024-08-19T18:02:18.845Z | Compiling phf v0.11.2 |
1616 | 2024-08-19T18:02:19.055Z | Compiling hyper-tls v0.5.0 |
1617 | 2024-08-19T18:02:19.342Z | Compiling hyper-rustls v0.24.2 |
1618 | 2024-08-19T18:02:19.389Z | Compiling cookie_store v0.20.0 |
1619 | 2024-08-19T18:02:19.671Z | Compiling postgres-types v0.2.7 |
1620 | 2024-08-19T18:02:20.015Z | Compiling zerocopy v0.6.6 |
1621 | 2024-08-19T18:02:20.850Z | Compiling hubpack v0.1.2 |
1622 | 2024-08-19T18:02:20.892Z | Compiling pkcs1 v0.7.5 |
1623 | 2024-08-19T18:02:21.031Z | Compiling phf_shared v0.10.0 |
1624 | 2024-08-19T18:02:21.292Z | Compiling serde_urlencoded v0.7.1 |
1625 | 2024-08-19T18:02:21.796Z | Compiling crossbeam-epoch v0.9.18 |
1626 | 2024-08-19T18:02:21.925Z | Compiling futures-executor v0.3.30 |
1627 | 2024-08-19T18:02:21.966Z | Compiling bstr v1.9.1 |
1628 | 2024-08-19T18:02:22.659Z | Compiling hkdf v0.12.4 |
1629 | 2024-08-19T18:02:22.897Z | Compiling signature v2.2.0 |
1630 | 2024-08-19T18:02:22.995Z | Compiling crypto-bigint v0.5.5 |
1631 | 2024-08-19T18:02:23.132Z | Compiling idna v0.4.0 |
1632 | 2024-08-19T18:02:23.363Z | Compiling float-cmp v0.9.0 |
1633 | 2024-08-19T18:02:23.560Z | Compiling mio v0.8.11 |
1634 | 2024-08-19T18:02:23.584Z | Compiling memmap v0.7.0 |
1635 | 2024-08-19T18:02:23.906Z | Compiling data-encoding v2.6.0 |
1636 | 2024-08-19T18:02:24.648Z | Compiling precomputed-hash v0.1.1 |
1637 | 2024-08-19T18:02:24.737Z | Compiling whoami v1.5.1 |
1638 | 2024-08-19T18:02:25.296Z | Compiling normalize-line-endings v0.3.0 |
1639 | 2024-08-19T18:02:25.312Z | Compiling sync_wrapper v0.1.2 |
1640 | 2024-08-19T18:02:25.332Z | Compiling new_debug_unreachable v1.0.6 |
1641 | 2024-08-19T18:02:25.422Z | Compiling winnow v0.6.18 |
1642 | 2024-08-19T18:02:25.453Z | Compiling static_assertions v1.1.0 |
1643 | 2024-08-19T18:02:25.550Z | Compiling unicode-segmentation v1.11.0 |
1644 | 2024-08-19T18:02:25.663Z | Compiling bit-vec v0.6.3 |
1645 | 2024-08-19T18:02:26.075Z | Compiling webpki-roots v0.25.4 |
1646 | 2024-08-19T18:02:26.241Z | Compiling difflib v0.4.0 |
1647 | 2024-08-19T18:02:26.329Z | Compiling predicates-core v1.0.6 |
1648 | 2024-08-19T18:02:26.383Z | Compiling fixedbitset v0.4.2 |
1649 | 2024-08-19T18:02:26.558Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-08-19T18:02:26.641Z | Compiling predicates v3.1.2 |
1651 | 2024-08-19T18:02:26.795Z | Compiling petgraph v0.6.5 |
1652 | 2024-08-19T18:02:27.045Z | Compiling nom v7.1.3 |
1653 | 2024-08-19T18:02:27.068Z | Compiling reqwest v0.11.27 |
1654 | 2024-08-19T18:02:27.413Z | Compiling similar v2.6.0 |
1655 | 2024-08-19T18:02:27.522Z | Compiling bit-set v0.5.3 |
1656 | 2024-08-19T18:02:28.164Z | Compiling elliptic-curve v0.13.8 |
1657 | 2024-08-19T18:02:28.563Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1658 | 2024-08-19T18:02:28.914Z | Compiling toml_edit v0.22.20 |
1659 | 2024-08-19T18:02:29.171Z | Compiling string_cache v0.8.7 |
1660 | 2024-08-19T18:02:29.420Z | Compiling tokio-postgres v0.7.11 |
1661 | 2024-08-19T18:02:29.569Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1662 | 2024-08-19T18:02:30.674Z | Compiling hickory-proto v0.24.1 |
1663 | 2024-08-19T18:02:30.812Z | Compiling signal-hook-mio v0.2.4 |
1664 | 2024-08-19T18:02:30.995Z | Compiling usdt v0.5.0 |
1665 | 2024-08-19T18:02:33.001Z | Compiling rsa v0.9.6 |
1666 | 2024-08-19T18:02:34.476Z | Compiling futures v0.3.30 |
1667 | 2024-08-19T18:02:35.080Z | Compiling flate2 v1.0.31 |
1668 | 2024-08-19T18:02:36.176Z | Compiling clap v4.5.16 |
1669 | 2024-08-19T18:02:36.302Z | Compiling itertools v0.12.1 |
1670 | 2024-08-19T18:02:36.575Z | Compiling itertools v0.10.5 |
1671 | 2024-08-19T18:02:36.711Z | Compiling console v0.15.8 |
1672 | 2024-08-19T18:02:38.098Z | Compiling tokio-stream v0.1.15 |
1673 | 2024-08-19T18:02:38.421Z | Compiling toml v0.7.8 |
1674 | 2024-08-19T18:02:39.030Z | Compiling hex v0.4.3 |
1675 | 2024-08-19T18:02:39.539Z | Compiling sha1 v0.10.6 |
1676 | 2024-08-19T18:02:39.660Z | Compiling lalrpop-util v0.19.12 |
1677 | 2024-08-19T18:02:39.707Z | Compiling peg-runtime v0.8.3 |
1678 | 2024-08-19T18:02:39.954Z | Compiling camino v1.1.9 |
1679 | 2024-08-19T18:02:40.146Z | Compiling unicode-xid v0.2.4 |
1680 | 2024-08-19T18:02:40.327Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1681 | 2024-08-19T18:02:40.619Z | Compiling proc-macro-crate v1.3.1 |
1682 | 2024-08-19T18:02:41.368Z | Compiling heapless v0.8.0 |
1683 | 2024-08-19T18:02:42.209Z | Compiling num_enum_derive v0.5.11 |
1684 | 2024-08-19T18:02:42.919Z | Compiling ipnetwork v0.20.0 |
1685 | 2024-08-19T18:02:46.695Z | Compiling hash32 v0.3.1 |
1686 | 2024-08-19T18:02:47.081Z | Compiling ident_case v1.0.1 |
1687 | 2024-08-19T18:02:47.141Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1688 | 2024-08-19T18:02:47.259Z | Compiling rustls-pki-types v1.7.0 |
1689 | 2024-08-19T18:02:47.442Z | Compiling smoltcp v0.11.0 |
1690 | 2024-08-19T18:02:53.064Z | Compiling darling_core v0.20.9 |
1691 | 2024-08-19T18:02:59.418Z | Compiling num_enum v0.5.11 |
1692 | 2024-08-19T18:02:59.454Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1693 | 2024-08-19T18:02:59.454Z | Compiling getopts v0.2.21 |
1694 | 2024-08-19T18:02:59.571Z | Compiling dirs-sys-next v0.1.2 |
1695 | 2024-08-19T18:02:59.949Z | Compiling proc-macro-error-attr v1.0.4 |
1696 | 2024-08-19T18:03:01.045Z | Compiling rustls v0.22.4 |
1697 | 2024-08-19T18:03:01.355Z | Compiling embedded-io v0.4.0 |
1698 | 2024-08-19T18:03:01.600Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1699 | 2024-08-19T18:03:01.919Z | Compiling unsafe-libyaml v0.2.11 |
1700 | 2024-08-19T18:03:02.239Z | Compiling cobs v0.2.3 |
1701 | 2024-08-19T18:03:02.674Z | Compiling paste v1.0.15 |
1702 | 2024-08-19T18:03:03.406Z | Compiling serde_yaml v0.9.34+deprecated |
1703 | 2024-08-19T18:03:03.753Z | Compiling postcard v1.0.8 |
1704 | 2024-08-19T18:03:04.751Z | Compiling dirs-next v2.0.0 |
1705 | 2024-08-19T18:03:06.303Z | Compiling darling_macro v0.20.9 |
1706 | 2024-08-19T18:03:06.473Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1707 | 2024-08-19T18:03:14.864Z | Compiling rustls-webpki v0.102.4 |
1708 | 2024-08-19T18:03:22.729Z | Compiling strum_macros v0.26.4 |
1709 | 2024-08-19T18:03:23.311Z | Compiling foreign-types-macros v0.2.3 |
1710 | 2024-08-19T18:03:23.615Z | Compiling structmeta-derive v0.3.0 |
1711 | 2024-08-19T18:03:24.787Z | Compiling thread_local v1.1.8 |
1712 | 2024-08-19T18:03:26.270Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1713 | 2024-08-19T18:03:26.591Z | Compiling multer v3.1.0 |
1714 | 2024-08-19T18:03:26.915Z | Compiling proc-macro-error v1.0.4 |
1715 | 2024-08-19T18:03:27.334Z | Compiling match_cfg v0.1.0 |
1716 | 2024-08-19T18:03:27.980Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1717 | 2024-08-19T18:03:28.147Z | Compiling foreign-types-shared v0.3.1 |
1718 | 2024-08-19T18:03:28.608Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2024-08-19T18:03:28.812Z | Compiling slog-async v2.8.0 |
1720 | 2024-08-19T18:03:29.368Z | Compiling foreign-types v0.5.0 |
1721 | 2024-08-19T18:03:29.487Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1722 | 2024-08-19T18:03:34.310Z | Compiling hostname v0.3.1 |
1723 | 2024-08-19T18:03:34.588Z | Compiling strum v0.26.3 |
1724 | 2024-08-19T18:03:34.899Z | Compiling structmeta v0.3.0 |
1725 | 2024-08-19T18:03:38.586Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-08-19T18:03:41.092Z | Compiling darling v0.20.9 |
1727 | 2024-08-19T18:03:41.222Z | Compiling term v0.7.0 |
1728 | 2024-08-19T18:03:44.391Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-08-19T18:03:45.867Z | Compiling slog-json v2.6.1 |
1730 | 2024-08-19T18:03:46.317Z | Compiling tabwriter v1.4.0 |
1731 | 2024-08-19T18:03:47.123Z | Compiling crossbeam-channel v0.5.12 |
1732 | 2024-08-19T18:03:48.701Z | Compiling http v1.1.0 |
1733 | 2024-08-19T18:03:48.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-08-19T18:03:49.428Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-08-19T18:03:49.686Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1736 | 2024-08-19T18:03:50.548Z | Compiling is-terminal v0.4.12 |
1737 | 2024-08-19T18:03:50.684Z | Compiling cstr-argument v0.1.2 |
1738 | 2024-08-19T18:03:50.701Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1739 | 2024-08-19T18:03:50.931Z | Compiling rayon-core v1.12.1 |
1740 | 2024-08-19T18:03:51.254Z | Compiling crucible-workspace-hack v0.1.0 |
1741 | 2024-08-19T18:03:51.551Z | Compiling pretty-hex v0.2.1 |
1742 | 2024-08-19T18:03:52.039Z | Compiling fastrand v2.1.0 |
1743 | 2024-08-19T18:03:52.183Z | Compiling take_mut v0.2.2 |
1744 | 2024-08-19T18:03:52.361Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1745 | 2024-08-19T18:03:52.701Z | Compiling atomic-waker v1.1.2 |
1746 | 2024-08-19T18:03:52.744Z | Compiling tempfile v3.10.1 |
1747 | 2024-08-19T18:03:52.883Z | Compiling waitgroup v0.1.2 |
1748 | 2024-08-19T18:03:53.327Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-08-19T18:03:53.673Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1750 | 2024-08-19T18:03:53.806Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1751 | 2024-08-19T18:03:53.904Z | Compiling async-stream v0.3.5 |
1752 | 2024-08-19T18:03:54.229Z | Compiling slog-term v2.9.1 |
1753 | 2024-08-19T18:03:54.901Z | Compiling slog-bunyan v2.5.0 |
1754 | 2024-08-19T18:03:55.293Z | Compiling tokio-rustls v0.25.0 |
1755 | 2024-08-19T18:03:55.769Z | Compiling serde_with_macros v3.9.0 |
1756 | 2024-08-19T18:03:55.952Z | Compiling parse-display-derive v0.10.0 |
1757 | 2024-08-19T18:03:56.055Z | Compiling toml v0.8.19 |
1758 | 2024-08-19T18:03:56.872Z | Compiling rustls-pemfile v2.1.3 |
1759 | 2024-08-19T18:03:57.237Z | Compiling crossbeam-deque v0.8.5 |
1760 | 2024-08-19T18:03:57.628Z | Compiling colored v2.1.0 |
1761 | 2024-08-19T18:03:57.641Z | Compiling newtype-uuid v1.1.0 |
1762 | 2024-08-19T18:03:57.815Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1763 | 2024-08-19T18:03:57.974Z | Compiling serde_path_to_error v0.1.16 |
1764 | 2024-08-19T18:03:58.351Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1765 | 2024-08-19T18:03:58.890Z | Compiling hostname v0.4.0 |
1766 | 2024-08-19T18:03:59.005Z | Compiling instant v0.1.12 |
1767 | 2024-08-19T18:03:59.104Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1768 | 2024-08-19T18:03:59.171Z | Compiling debug-ignore v1.0.5 |
1769 | 2024-08-19T18:03:59.187Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1770 | 2024-08-19T18:03:59.322Z | Compiling backoff v0.4.0 |
1771 | 2024-08-19T18:03:59.388Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1772 | 2024-08-19T18:03:59.510Z | Compiling serde_with v3.9.0 |
1773 | 2024-08-19T18:03:59.868Z | Compiling parse-display v0.10.0 |
1774 | 2024-08-19T18:04:01.834Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1775 | 2024-08-19T18:04:02.436Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1776 | 2024-08-19T18:04:02.858Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2024-08-19T18:04:03.598Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1778 | 2024-08-19T18:04:03.862Z | Compiling camino-tempfile v1.1.1 |
1779 | 2024-08-19T18:04:03.944Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1780 | 2024-08-19T18:04:04.437Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1781 | 2024-08-19T18:04:04.629Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1782 | 2024-08-19T18:04:04.650Z | Compiling macaddr v1.0.1 |
1783 | 2024-08-19T18:04:05.291Z | Compiling num-derive v0.4.2 |
1784 | 2024-08-19T18:04:05.919Z | Compiling sigpipe v0.1.3 |
1785 | 2024-08-19T18:04:06.064Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2024-08-19T18:04:06.385Z | Compiling libefi-sys v0.1.0 |
1787 | 2024-08-19T18:04:06.747Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1788 | 2024-08-19T18:04:07.588Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1789 | 2024-08-19T18:04:08.269Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1790 | 2024-08-19T18:04:08.405Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1791 | 2024-08-19T18:04:08.431Z | Compiling rayon v1.10.0 |
1792 | 2024-08-19T18:04:08.820Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1793 | 2024-08-19T18:04:09.117Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1794 | 2024-08-19T18:04:10.094Z | Compiling smf v0.2.3 |
1795 | 2024-08-19T18:04:11.703Z | Compiling bitfield-struct v0.6.1 |
1796 | 2024-08-19T18:04:12.723Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1797 | 2024-08-19T18:04:12.769Z | Compiling blake3 v1.5.1 |
1798 | 2024-08-19T18:04:13.110Z | Compiling ring v0.16.20 |
1799 | 2024-08-19T18:04:13.112Z | Compiling portable-atomic v1.6.0 |
1800 | 2024-08-19T18:04:13.844Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1801 | 2024-08-19T18:04:14.053Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1802 | 2024-08-19T18:04:14.400Z | Compiling xattr v1.3.1 |
1803 | 2024-08-19T18:04:14.465Z | Compiling memmap2 v0.9.4 |
1804 | 2024-08-19T18:04:14.604Z | Compiling filetime v0.2.24 |
1805 | 2024-08-19T18:04:14.734Z | Compiling spin v0.5.2 |
1806 | 2024-08-19T18:04:14.963Z | Compiling arrayref v0.3.7 |
1807 | 2024-08-19T18:04:15.007Z | Compiling constant_time_eq v0.3.0 |
1808 | 2024-08-19T18:04:15.040Z | Compiling untrusted v0.7.1 |
1809 | 2024-08-19T18:04:15.068Z | Compiling same-file v1.0.6 |
1810 | 2024-08-19T18:04:15.180Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1811 | 2024-08-19T18:04:15.223Z | Compiling arrayvec v0.7.4 |
1812 | 2024-08-19T18:04:15.239Z | Compiling walkdir v2.5.0 |
1813 | 2024-08-19T18:04:15.311Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1814 | 2024-08-19T18:04:15.342Z | Compiling tar v0.4.41 |
1815 | 2024-08-19T18:04:16.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1816 | 2024-08-19T18:04:17.995Z | Compiling gethostname v0.5.0 |
1817 | 2024-08-19T18:04:18.199Z | Compiling cargo-platform v0.1.8 |
1818 | 2024-08-19T18:04:18.333Z | Compiling topological-sort v0.2.2 |
1819 | 2024-08-19T18:04:18.612Z | Compiling number_prefix v0.4.0 |
1820 | 2024-08-19T18:04:18.871Z | Compiling indicatif v0.17.8 |
1821 | 2024-08-19T18:04:18.952Z | Compiling cargo_metadata v0.18.1 |
1822 | 2024-08-19T18:04:24.172Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1823 | 2024-08-19T18:04:24.859Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1824 | 2024-08-19T18:04:26.058Z | Compiling omicron-zone-package v0.11.0 |
1825 | 2024-08-19T18:04:28.281Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1826 | 2024-08-19T18:04:48.583Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1827 | 2024-08-19T18:04:48.721Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1828 | 2024-08-19T18:04:48.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1829 | 2024-08-19T18:04:48.763Z | Created new build target 'test' and set it as active |
1830 | 2024-08-19T18:04:48.763Z | |
1831 | 2024-08-19T18:04:48.763Z | real 4:15.803366202 |
1832 | 2024-08-19T18:04:48.763Z | user 28:56.721693919 |
1833 | 2024-08-19T18:04:48.763Z | sys 3:38.663408710 |
1834 | 2024-08-19T18:04:48.763Z | trap 0.829423148 |
1835 | 2024-08-19T18:04:48.763Z | tflt 2.389569529 |
1836 | 2024-08-19T18:04:48.763Z | dflt 0.688403555 |
1837 | 2024-08-19T18:04:48.763Z | kflt 0.000476133 |
1838 | 2024-08-19T18:04:48.763Z | lock 1:04:29.626504318 |
1839 | 2024-08-19T18:04:48.763Z | slp 1:52:11.024693300 |
1840 | 2024-08-19T18:04:48.763Z | lat 1:59.217214638 |
1841 | 2024-08-19T18:04:48.763Z | stop 3:28.393536616 |
1842 | 2024-08-19T18:04:48.766Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1843 | 2024-08-19T18:04:49.710Z | Finished `release` profile [optimized] target(s) in 0.90s |
1844 | 2024-08-19T18:04:49.758Z | Running `target/release/omicron-package -t test package` |
1845 | 2024-08-19T18:04:49.797Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1846 | 2024-08-19T18:04:50.873Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1847 | 2024-08-19T18:04:50.875Z | Compiling camino v1.1.9 |
1848 | 2024-08-19T18:04:50.875Z | Compiling password-hash v0.5.0 |
1849 | 2024-08-19T18:04:50.875Z | Compiling blake2 v0.10.6 |
1850 | 2024-08-19T18:04:50.875Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1851 | 2024-08-19T18:04:50.875Z | Compiling derive-where v1.2.7 |
1852 | 2024-08-19T18:04:50.875Z | Compiling humantime v2.1.0 |
1853 | 2024-08-19T18:04:51.056Z | Compiling newline-converter v0.3.0 |
1854 | 2024-08-19T18:04:51.193Z | Compiling toml v0.8.19 |
1855 | 2024-08-19T18:04:51.276Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1856 | 2024-08-19T18:04:51.694Z | Compiling argon2 v0.5.3 |
1857 | 2024-08-19T18:04:51.735Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1858 | 2024-08-19T18:04:51.839Z | Compiling expectorate v1.1.0 |
1859 | 2024-08-19T18:04:51.953Z | Compiling dirs-sys-next v0.1.2 |
1860 | 2024-08-19T18:04:51.974Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1861 | 2024-08-19T18:04:52.033Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1862 | 2024-08-19T18:04:52.187Z | Compiling dirs-next v2.0.0 |
1863 | 2024-08-19T18:04:52.380Z | Compiling num-rational v0.4.2 |
1864 | 2024-08-19T18:04:52.460Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1865 | 2024-08-19T18:04:52.771Z | Compiling num-complex v0.4.6 |
1866 | 2024-08-19T18:04:53.041Z | Compiling convert_case v0.4.0 |
1867 | 2024-08-19T18:04:53.106Z | Compiling term v0.7.0 |
1868 | 2024-08-19T18:04:53.848Z | Compiling derive_more v0.99.18 |
1869 | 2024-08-19T18:04:54.063Z | Compiling num v0.4.3 |
1870 | 2024-08-19T18:04:54.167Z | Compiling float-ord v0.3.2 |
1871 | 2024-08-19T18:04:54.184Z | Compiling prettyplease v0.2.20 |
1872 | 2024-08-19T18:04:54.207Z | Compiling is-terminal v0.4.12 |
1873 | 2024-08-19T18:04:54.307Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1874 | 2024-08-19T18:04:54.332Z | Compiling semver v0.1.20 |
1875 | 2024-08-19T18:04:54.334Z | Compiling home v0.5.9 |
1876 | 2024-08-19T18:04:54.494Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1877 | 2024-08-19T18:04:54.613Z | Compiling cookie v0.18.1 |
1878 | 2024-08-19T18:04:54.776Z | Compiling rustc_version v0.1.7 |
1879 | 2024-08-19T18:04:54.905Z | Compiling highway v1.2.0 |
1880 | 2024-08-19T18:04:54.947Z | Compiling rustls-pki-types v1.7.0 |
1881 | 2024-08-19T18:04:55.170Z | Compiling newtype_derive v0.1.6 |
1882 | 2024-08-19T18:04:55.717Z | Compiling steno v0.4.1 |
1883 | 2024-08-19T18:04:56.329Z | Compiling rustls-webpki v0.102.4 |
1884 | 2024-08-19T18:04:58.271Z | Compiling rustls v0.22.4 |
1885 | 2024-08-19T18:04:58.298Z | Compiling thread_local v1.1.8 |
1886 | 2024-08-19T18:04:58.318Z | Compiling slog-dtrace v0.3.0 |
1887 | 2024-08-19T18:04:58.637Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1888 | 2024-08-19T18:04:58.794Z | Compiling match_cfg v0.1.0 |
1889 | 2024-08-19T18:04:58.899Z | Compiling hostname v0.3.1 |
1890 | 2024-08-19T18:05:00.564Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1891 | 2024-08-19T18:05:00.811Z | Compiling multer v3.1.0 |
1892 | 2024-08-19T18:05:00.886Z | Compiling slog-async v2.8.0 |
1893 | 2024-08-19T18:05:00.961Z | Compiling slog-json v2.6.1 |
1894 | 2024-08-19T18:05:01.080Z | Compiling crossbeam-channel v0.5.12 |
1895 | 2024-08-19T18:05:01.336Z | Compiling http v1.1.0 |
1896 | 2024-08-19T18:05:02.107Z | Compiling take_mut v0.2.2 |
1897 | 2024-08-19T18:05:02.286Z | Compiling atomic-waker v1.1.2 |
1898 | 2024-08-19T18:05:02.480Z | Compiling linked-hash-map v0.5.6 |
1899 | 2024-08-19T18:05:02.912Z | Compiling lru-cache v0.1.2 |
1900 | 2024-08-19T18:05:03.622Z | Compiling tokio-rustls v0.25.0 |
1901 | 2024-08-19T18:05:04.035Z | Compiling waitgroup v0.1.2 |
1902 | 2024-08-19T18:05:04.251Z | Compiling slog-bunyan v2.5.0 |
1903 | 2024-08-19T18:05:05.133Z | Compiling slog-term v2.9.1 |
1904 | 2024-08-19T18:05:05.879Z | Compiling rustls-pemfile v2.1.3 |
1905 | 2024-08-19T18:05:06.271Z | Compiling async-stream v0.3.5 |
1906 | 2024-08-19T18:05:06.306Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1907 | 2024-08-19T18:05:06.308Z | Compiling newtype-uuid v1.1.0 |
1908 | 2024-08-19T18:05:06.376Z | Compiling ipnetwork v0.20.0 |
1909 | 2024-08-19T18:05:06.564Z | Compiling serde_path_to_error v0.1.16 |
1910 | 2024-08-19T18:05:06.610Z | Compiling hostname v0.4.0 |
1911 | 2024-08-19T18:05:06.839Z | Compiling instant v0.1.12 |
1912 | 2024-08-19T18:05:06.993Z | Compiling debug-ignore v1.0.5 |
1913 | 2024-08-19T18:05:07.148Z | Compiling backoff v0.4.0 |
1914 | 2024-08-19T18:05:07.177Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1915 | 2024-08-19T18:05:07.510Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1916 | 2024-08-19T18:05:07.820Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1917 | 2024-08-19T18:05:07.865Z | Compiling parse-display v0.10.0 |
1918 | 2024-08-19T18:05:08.026Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1919 | 2024-08-19T18:05:08.206Z | Compiling serde_with v3.9.0 |
1920 | 2024-08-19T18:05:08.431Z | Compiling strum v0.26.3 |
1921 | 2024-08-19T18:05:08.616Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1922 | 2024-08-19T18:05:11.541Z | Compiling macaddr v1.0.1 |
1923 | 2024-08-19T18:05:12.167Z | Compiling swrite v0.1.0 |
1924 | 2024-08-19T18:05:12.306Z | Compiling quick-error v1.2.3 |
1925 | 2024-08-19T18:05:12.324Z | Compiling utf-8 v0.7.6 |
1926 | 2024-08-19T18:05:12.470Z | Compiling resolv-conf v0.7.0 |
1927 | 2024-08-19T18:05:13.990Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1928 | 2024-08-19T18:05:14.063Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1929 | 2024-08-19T18:05:15.193Z | Compiling hickory-resolver v0.24.1 |
1930 | 2024-08-19T18:05:15.265Z | Compiling rayon-core v1.12.1 |
1931 | 2024-08-19T18:05:15.293Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1932 | 2024-08-19T18:05:17.672Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1933 | 2024-08-19T18:05:18.755Z | Compiling crossbeam-deque v0.8.5 |
1934 | 2024-08-19T18:05:19.114Z | Compiling half v2.4.1 |
1935 | 2024-08-19T18:05:19.408Z | Compiling termcolor v1.4.1 |
1936 | 2024-08-19T18:05:19.844Z | Compiling display-error-chain v0.2.0 |
1937 | 2024-08-19T18:05:20.036Z | Compiling same-file v1.0.6 |
1938 | 2024-08-19T18:05:20.293Z | Compiling ciborium-io v0.2.2 |
1939 | 2024-08-19T18:05:20.438Z | Compiling fastrand v2.1.0 |
1940 | 2024-08-19T18:05:20.481Z | Compiling ciborium-ll v0.2.2 |
1941 | 2024-08-19T18:05:20.952Z | Compiling tempfile v3.10.1 |
1942 | 2024-08-19T18:05:21.018Z | Compiling walkdir v2.5.0 |
1943 | 2024-08-19T18:05:21.681Z | Compiling blake3 v1.5.1 |
1944 | 2024-08-19T18:05:21.710Z | Compiling ring v0.16.20 |
1945 | 2024-08-19T18:05:22.291Z | Compiling rayon v1.10.0 |
1946 | 2024-08-19T18:05:23.025Z | Compiling ciborium v0.2.2 |
1947 | 2024-08-19T18:05:24.349Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1948 | 2024-08-19T18:05:26.977Z | Compiling xattr v1.3.1 |
1949 | 2024-08-19T18:05:27.287Z | Compiling filetime v0.2.24 |
1950 | 2024-08-19T18:05:27.607Z | Compiling memmap2 v0.9.4 |
1951 | 2024-08-19T18:05:28.039Z | Compiling untrusted v0.7.1 |
1952 | 2024-08-19T18:05:28.239Z | Compiling cancel-safe-futures v0.1.5 |
1953 | 2024-08-19T18:05:28.545Z | Compiling constant_time_eq v0.3.0 |
1954 | 2024-08-19T18:05:28.608Z | Compiling arrayvec v0.7.4 |
1955 | 2024-08-19T18:05:28.707Z | Compiling arrayref v0.3.7 |
1956 | 2024-08-19T18:05:28.821Z | Compiling spin v0.5.2 |
1957 | 2024-08-19T18:05:30.140Z | Compiling tar v0.4.41 |
1958 | 2024-08-19T18:05:31.887Z | Compiling camino-tempfile v1.1.1 |
1959 | 2024-08-19T18:05:32.280Z | Compiling toolchain_find v0.4.0 |
1960 | 2024-08-19T18:05:32.326Z | Compiling nibble_vec v0.1.0 |
1961 | 2024-08-19T18:05:32.329Z | Compiling atty v0.2.14 |
1962 | 2024-08-19T18:05:32.505Z | Compiling glob v0.3.1 |
1963 | 2024-08-19T18:05:32.560Z | Compiling topological-sort v0.2.2 |
1964 | 2024-08-19T18:05:32.803Z | Compiling maplit v1.0.2 |
1965 | 2024-08-19T18:05:32.841Z | Compiling crunchy v0.2.2 |
1966 | 2024-08-19T18:05:32.938Z | Compiling radium v0.7.0 |
1967 | 2024-08-19T18:05:33.305Z | Compiling endian-type v0.1.2 |
1968 | 2024-08-19T18:05:33.352Z | Compiling clang-sys v1.7.0 |
1969 | 2024-08-19T18:05:33.426Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1970 | 2024-08-19T18:05:33.449Z | Compiling omicron-zone-package v0.11.0 |
1971 | 2024-08-19T18:05:33.524Z | Compiling radix_trie v0.2.1 |
1972 | 2024-08-19T18:05:34.007Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-19T18:05:34.586Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1974 | 2024-08-19T18:05:35.101Z | Compiling tungstenite v0.21.0 |
1975 | 2024-08-19T18:05:35.212Z | Compiling tiny-keccak v2.0.2 |
1976 | 2024-08-19T18:05:35.528Z | Compiling tap v1.0.1 |
1977 | 2024-08-19T18:05:35.718Z | Compiling maybe-uninit v2.0.0 |
1978 | 2024-08-19T18:05:36.282Z | Compiling tokio-tungstenite v0.21.0 |
1979 | 2024-08-19T18:05:36.922Z | Compiling wyz v0.5.1 |
1980 | 2024-08-19T18:05:37.566Z | Compiling dsl_auto_type v0.1.2 |
1981 | 2024-08-19T18:05:37.722Z | Compiling itertools v0.13.0 |
1982 | 2024-08-19T18:05:37.806Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1983 | 2024-08-19T18:05:38.284Z | Compiling scheduled-thread-pool v0.2.7 |
1984 | 2024-08-19T18:05:38.949Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1985 | 2024-08-19T18:05:39.016Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1986 | 2024-08-19T18:05:39.460Z | Compiling diesel_table_macro_syntax v0.2.0 |
1987 | 2024-08-19T18:05:39.638Z | Compiling crc-catalog v2.4.0 |
1988 | 2024-08-19T18:05:39.811Z | Compiling packed_struct v0.10.1 |
1989 | 2024-08-19T18:05:39.865Z | Compiling arc-swap v1.7.1 |
1990 | 2024-08-19T18:05:40.100Z | Compiling funty v2.0.0 |
1991 | 2024-08-19T18:05:40.270Z | Compiling diesel_derives v2.2.2 |
1992 | 2024-08-19T18:05:40.528Z | Compiling slog-scope v4.4.0 |
1993 | 2024-08-19T18:05:41.373Z | Compiling bitvec v1.0.1 |
1994 | 2024-08-19T18:05:41.480Z | Compiling crc v3.2.1 |
1995 | 2024-08-19T18:05:43.429Z | Compiling r2d2 v0.8.10 |
1996 | 2024-08-19T18:05:44.351Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-08-19T18:05:44.863Z | Compiling packed_struct_codegen v0.10.1 |
1998 | 2024-08-19T18:05:45.923Z | Compiling ena v0.14.3 |
1999 | 2024-08-19T18:05:46.352Z | Compiling libloading v0.8.3 |
2000 | 2024-08-19T18:05:46.740Z | Compiling indexmap v1.9.3 |
2001 | 2024-08-19T18:05:47.057Z | Compiling regex-syntax v0.6.29 |
2002 | 2024-08-19T18:05:47.325Z | Compiling nodrop v0.1.14 |
2003 | 2024-08-19T18:05:47.464Z | Compiling bindgen v0.69.4 |
2004 | 2024-08-19T18:05:47.924Z | Compiling diff v0.1.13 |
2005 | 2024-08-19T18:05:48.482Z | Compiling array-init v0.0.4 |
2006 | 2024-08-19T18:05:51.566Z | Compiling diesel v2.2.2 |
2007 | 2024-08-19T18:05:52.351Z | Compiling lalrpop v0.19.12 |
2008 | 2024-08-19T18:05:53.569Z | Compiling smallvec v0.6.14 |
2009 | 2024-08-19T18:05:54.048Z | Compiling slog-stdlog v4.1.1 |
2010 | 2024-08-19T18:05:54.879Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2011 | 2024-08-19T18:05:55.541Z | Compiling which v4.4.2 |
2012 | 2024-08-19T18:05:55.991Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2013 | 2024-08-19T18:05:56.097Z | Compiling cexpr v0.6.0 |
2014 | 2024-08-19T18:05:56.231Z | Compiling libsw v3.3.1 |
2015 | 2024-08-19T18:05:56.589Z | Compiling lazycell v1.3.0 |
2016 | 2024-08-19T18:05:56.762Z | Compiling bitfield v0.14.0 |
2017 | 2024-08-19T18:05:57.092Z | Compiling hashbrown v0.12.3 |
2018 | 2024-08-19T18:05:57.690Z | Compiling ref-cast v1.0.23 |
2019 | 2024-08-19T18:05:58.188Z | Compiling rustc-hash v1.1.0 |
2020 | 2024-08-19T18:05:58.354Z | Compiling shlex v1.3.0 |
2021 | 2024-08-19T18:05:58.484Z | Compiling linear-map v1.2.0 |
2022 | 2024-08-19T18:05:58.751Z | Compiling owo-colors v4.0.0 |
2023 | 2024-08-19T18:06:01.123Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2024 | 2024-08-19T18:06:01.583Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-19T18:06:02.811Z | Compiling slog-envlogger v2.2.0 |
2026 | 2024-08-19T18:06:05.368Z | Compiling serde-hex v0.1.0 |
2027 | 2024-08-19T18:06:08.582Z | Compiling bzip2 v0.4.4 |
2028 | 2024-08-19T18:06:08.784Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2029 | 2024-08-19T18:06:09.038Z | Compiling env_logger v0.10.2 |
2030 | 2024-08-19T18:06:09.112Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2031 | 2024-08-19T18:06:10.623Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2032 | 2024-08-19T18:06:10.953Z | Compiling derive_builder_core v0.20.0 |
2033 | 2024-08-19T18:06:12.007Z | Compiling x509-cert v0.2.5 |
2034 | 2024-08-19T18:06:12.638Z | Compiling ron v0.8.1 |
2035 | 2024-08-19T18:06:13.257Z | Compiling headers-core v0.2.0 |
2036 | 2024-08-19T18:06:13.450Z | Compiling hashbrown v0.13.2 |
2037 | 2024-08-19T18:06:14.875Z | Compiling fxhash v0.2.1 |
2038 | 2024-08-19T18:06:15.097Z | Compiling libxml v0.3.3 |
2039 | 2024-08-19T18:06:15.486Z | Compiling ref-cast-impl v1.0.23 |
2040 | 2024-08-19T18:06:16.665Z | Compiling crc-any v2.5.0 |
2041 | 2024-08-19T18:06:17.632Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2042 | 2024-08-19T18:06:18.709Z | Compiling polar-core v0.27.3 |
2043 | 2024-08-19T18:06:19.012Z | Compiling object v0.30.4 |
2044 | 2024-08-19T18:06:23.453Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2045 | 2024-08-19T18:06:25.125Z | Compiling headers v0.3.9 |
2046 | 2024-08-19T18:06:26.441Z | Compiling derive_builder_macro v0.20.0 |
2047 | 2024-08-19T18:06:27.317Z | Compiling samael v0.0.15 |
2048 | 2024-08-19T18:06:28.807Z | Compiling zip v0.6.6 |
2049 | 2024-08-19T18:06:28.945Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2050 | 2024-08-19T18:06:31.476Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2051 | 2024-08-19T18:06:31.774Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2052 | 2024-08-19T18:06:31.800Z | Compiling strum_macros v0.24.3 |
2053 | 2024-08-19T18:06:31.817Z | Compiling async-recursion v1.1.1 |
2054 | 2024-08-19T18:06:31.995Z | Compiling unicase v2.7.0 |
2055 | 2024-08-19T18:06:32.359Z | Compiling indoc v1.0.9 |
2056 | 2024-08-19T18:06:33.245Z | Compiling path-slash v0.1.5 |
2057 | 2024-08-19T18:06:33.487Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2058 | 2024-08-19T18:06:36.779Z | Compiling derive_builder v0.20.0 |
2059 | 2024-08-19T18:06:37.342Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2060 | 2024-08-19T18:06:37.665Z | Compiling crossterm v0.28.1 |
2061 | 2024-08-19T18:06:42.004Z | Compiling pem v3.0.4 |
2062 | 2024-08-19T18:06:42.326Z | Compiling curve25519-dalek v4.1.3 |
2063 | 2024-08-19T18:06:42.749Z | Compiling impl-trait-for-tuples v0.2.2 |
2064 | 2024-08-19T18:06:43.533Z | Compiling oso-derive v0.27.3 |
2065 | 2024-08-19T18:06:44.161Z | Compiling libz-sys v1.1.16 |
2066 | 2024-08-19T18:06:44.486Z | Compiling quick-xml v0.31.0 |
2067 | 2024-08-19T18:06:44.825Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2068 | 2024-08-19T18:06:45.148Z | Compiling parking_lot_core v0.8.6 |
2069 | 2024-08-19T18:06:45.606Z | Compiling keccak v0.1.5 |
2070 | 2024-08-19T18:06:45.981Z | Compiling sha3 v0.10.8 |
2071 | 2024-08-19T18:06:46.768Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2072 | 2024-08-19T18:06:46.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2073 | 2024-08-19T18:06:48.463Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-08-19T18:06:48.675Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2075 | 2024-08-19T18:06:48.995Z | Compiling bb8 v0.8.5 |
2076 | 2024-08-19T18:06:49.585Z | Compiling const_format_proc_macros v0.2.32 |
2077 | 2024-08-19T18:06:49.715Z | Compiling oso v0.27.3 |
2078 | 2024-08-19T18:06:51.532Z | Compiling universal-hash v0.5.1 |
2079 | 2024-08-19T18:06:51.782Z | Compiling secrecy v0.8.0 |
2080 | 2024-08-19T18:06:51.998Z | Compiling thiserror-impl-no-std v2.0.2 |
2081 | 2024-08-19T18:06:52.072Z | Compiling curve25519-dalek-derive v0.1.1 |
2082 | 2024-08-19T18:06:53.487Z | Compiling vte_generate_state_changes v0.1.1 |
2083 | 2024-08-19T18:06:54.122Z | Compiling buf-list v1.0.3 |
2084 | 2024-08-19T18:06:54.698Z | Compiling opaque-debug v0.3.1 |
2085 | 2024-08-19T18:06:54.733Z | Compiling thiserror-no-std v2.0.2 |
2086 | 2024-08-19T18:06:54.815Z | Compiling poly1305 v0.8.0 |
2087 | 2024-08-19T18:06:54.938Z | Compiling vte v0.11.1 |
2088 | 2024-08-19T18:06:56.428Z | Compiling const_format v0.2.32 |
2089 | 2024-08-19T18:06:57.764Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2090 | 2024-08-19T18:06:59.953Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2091 | 2024-08-19T18:07:00.285Z | Compiling chacha20 v0.9.1 |
2092 | 2024-08-19T18:07:00.749Z | Compiling fd-lock v4.0.2 |
2093 | 2024-08-19T18:07:00.985Z | Compiling aead v0.5.2 |
2094 | 2024-08-19T18:07:01.359Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2095 | 2024-08-19T18:07:01.417Z | Compiling pin-project-internal v1.1.5 |
2096 | 2024-08-19T18:07:02.143Z | Compiling bytecount v0.6.8 |
2097 | 2024-08-19T18:07:02.477Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2098 | 2024-08-19T18:07:02.843Z | Compiling papergrid v0.11.0 |
2099 | 2024-08-19T18:07:04.173Z | Compiling pin-project v1.1.5 |
2100 | 2024-08-19T18:07:04.288Z | Compiling chacha20poly1305 v0.10.1 |
2101 | 2024-08-19T18:07:04.903Z | Compiling parking_lot v0.11.2 |
2102 | 2024-08-19T18:07:06.836Z | Compiling vsss-rs v3.3.4 |
2103 | 2024-08-19T18:07:06.964Z | Compiling strip-ansi-escapes v0.2.0 |
2104 | 2024-08-19T18:07:07.865Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2105 | 2024-08-19T18:07:07.880Z | Compiling tabled_derive v0.7.0 |
2106 | 2024-08-19T18:07:10.090Z | Compiling crossterm v0.27.0 |
2107 | 2024-08-19T18:07:11.214Z | Compiling peg-macros v0.8.4 |
2108 | 2024-08-19T18:07:12.474Z | Compiling kstat-rs v0.2.4 |
2109 | 2024-08-19T18:07:13.365Z | Compiling snafu-derive v0.8.2 |
2110 | 2024-08-19T18:07:14.203Z | Compiling sqlparser_derive v0.2.2 |
2111 | 2024-08-19T18:07:14.457Z | Compiling nu-ansi-term v0.50.0 |
2112 | 2024-08-19T18:07:15.238Z | Compiling unicode_categories v0.1.1 |
2113 | 2024-08-19T18:07:15.594Z | Compiling sqlformat v0.2.4 |
2114 | 2024-08-19T18:07:15.863Z | Compiling rustyline v14.0.0 |
2115 | 2024-08-19T18:07:16.538Z | Compiling sqlparser v0.45.0 |
2116 | 2024-08-19T18:07:18.045Z | Compiling snafu v0.8.2 |
2117 | 2024-08-19T18:07:19.327Z | Compiling reedline v0.33.0 |
2118 | 2024-08-19T18:07:25.907Z | Compiling peg v0.8.4 |
2119 | 2024-08-19T18:07:26.036Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2120 | 2024-08-19T18:07:32.725Z | Compiling tabled v0.15.0 |
2121 | 2024-08-19T18:07:41.406Z | Compiling sled v0.34.7 |
2122 | 2024-08-19T18:07:41.674Z | Compiling mime_guess v2.0.4 |
2123 | 2024-08-19T18:07:42.983Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2124 | 2024-08-19T18:07:44.489Z | Compiling hickory-client v0.24.1 |
2125 | 2024-08-19T18:07:49.255Z | Compiling env_logger v0.9.3 |
2126 | 2024-08-19T18:07:49.579Z | Compiling tungstenite v0.20.1 |
2127 | 2024-08-19T18:07:52.647Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2128 | 2024-08-19T18:07:53.235Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2129 | 2024-08-19T18:07:54.402Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2130 | 2024-08-19T18:07:59.139Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2131 | 2024-08-19T18:08:02.880Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2132 | 2024-08-19T18:08:10.702Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-08-19T18:08:11.098Z | Compiling hickory-server v0.24.1 |
2134 | 2024-08-19T18:08:12.817Z | Compiling globset v0.4.14 |
2135 | 2024-08-19T18:08:13.825Z | Compiling olpc-cjson v0.1.3 |
2136 | 2024-08-19T18:08:14.201Z | Compiling bcs v0.1.6 |
2137 | 2024-08-19T18:08:15.066Z | Compiling vergen v8.3.2 |
2138 | 2024-08-19T18:08:15.479Z | Compiling bitstruct_derive v0.1.0 |
2139 | 2024-08-19T18:08:18.121Z | Compiling cargo-platform v0.1.8 |
2140 | 2024-08-19T18:08:18.137Z | Compiling serde_plain v1.0.2 |
2141 | 2024-08-19T18:08:18.137Z | Compiling nanorand v0.7.0 |
2142 | 2024-08-19T18:08:18.616Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2143 | 2024-08-19T18:08:18.775Z | Compiling memoffset v0.9.1 |
2144 | 2024-08-19T18:08:19.123Z | Compiling typed-path v0.7.1 |
2145 | 2024-08-19T18:08:20.497Z | Compiling ascii v1.1.0 |
2146 | 2024-08-19T18:08:21.264Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2147 | 2024-08-19T18:08:23.406Z | Compiling tough v0.17.1 |
2148 | 2024-08-19T18:08:23.661Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2149 | 2024-08-19T18:08:23.769Z | Compiling flume v0.11.0 |
2150 | 2024-08-19T18:08:23.945Z | Compiling cargo_metadata v0.18.1 |
2151 | 2024-08-19T18:08:24.514Z | Compiling bitstruct v0.1.1 |
2152 | 2024-08-19T18:08:24.678Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2153 | 2024-08-19T18:08:25.759Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2154 | 2024-08-19T18:08:27.224Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2155 | 2024-08-19T18:08:27.786Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2156 | 2024-08-19T18:08:31.363Z | Compiling git2 v0.19.0 |
2157 | 2024-08-19T18:08:37.033Z | Compiling tokio-tungstenite v0.20.1 |
2158 | 2024-08-19T18:08:37.684Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2159 | 2024-08-19T18:08:38.033Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2160 | 2024-08-19T18:08:40.569Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2161 | 2024-08-19T18:08:41.745Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-08-19T18:08:43.702Z | Compiling libsqlite3-sys v0.28.0 |
2163 | 2024-08-19T18:08:44.244Z | Compiling erased-serde v0.3.31 |
2164 | 2024-08-19T18:08:45.970Z | Compiling serde_arrays v0.1.0 |
2165 | 2024-08-19T18:08:46.173Z | Compiling parse-size v1.0.0 |
2166 | 2024-08-19T18:08:46.480Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2167 | 2024-08-19T18:08:48.957Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2168 | 2024-08-19T18:08:50.887Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2169 | 2024-08-19T18:08:51.651Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2170 | 2024-08-19T18:08:51.732Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2171 | 2024-08-19T18:08:52.056Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2172 | 2024-08-19T18:08:54.042Z | Compiling heck v0.3.3 |
2173 | 2024-08-19T18:08:54.438Z | Compiling rand_seeder v0.3.0 |
2174 | 2024-08-19T18:08:54.845Z | Compiling castaway v0.2.3 |
2175 | 2024-08-19T18:08:55.051Z | Compiling csv-core v0.1.11 |
2176 | 2024-08-19T18:08:55.914Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2177 | 2024-08-19T18:08:58.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2178 | 2024-08-19T18:08:58.437Z | Compiling http-range v0.1.5 |
2179 | 2024-08-19T18:08:58.543Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2180 | 2024-08-19T18:08:59.004Z | Compiling hyper-staticfile v0.9.5 |
2181 | 2024-08-19T18:09:01.969Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-08-19T18:09:02.689Z | Compiling csv v1.3.0 |
2183 | 2024-08-19T18:09:04.851Z | Compiling compact_str v0.8.0 |
2184 | 2024-08-19T18:09:07.355Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2185 | 2024-08-19T18:09:07.488Z | Compiling zone_cfg_derive v0.1.2 |
2186 | 2024-08-19T18:09:07.588Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2187 | 2024-08-19T18:09:08.414Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2188 | 2024-08-19T18:09:08.926Z | Compiling nix v0.27.1 |
2189 | 2024-08-19T18:09:10.064Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2190 | 2024-08-19T18:09:11.943Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2191 | 2024-08-19T18:09:15.908Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2192 | 2024-08-19T18:09:16.256Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2193 | 2024-08-19T18:09:16.589Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-19T18:09:16.898Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-08-19T18:09:17.221Z | Compiling unicode-truncate v1.0.0 |
2196 | 2024-08-19T18:09:17.514Z | Compiling lru v0.12.3 |
2197 | 2024-08-19T18:09:17.904Z | Compiling hashlink v0.9.1 |
2198 | 2024-08-19T18:09:18.724Z | Compiling serde-big-array v0.5.1 |
2199 | 2024-08-19T18:09:19.001Z | Compiling instability v0.3.2 |
2200 | 2024-08-19T18:09:19.312Z | Compiling fallible-streaming-iterator v0.1.9 |
2201 | 2024-08-19T18:09:19.608Z | Compiling base64 v0.13.1 |
2202 | 2024-08-19T18:09:20.034Z | Compiling cassowary v0.3.0 |
2203 | 2024-08-19T18:09:20.380Z | Compiling fallible-iterator v0.3.0 |
2204 | 2024-08-19T18:09:21.455Z | Compiling rusqlite v0.31.0 |
2205 | 2024-08-19T18:09:23.564Z | Compiling ratatui v0.28.0 |
2206 | 2024-08-19T18:09:23.704Z | Compiling ron v0.7.1 |
2207 | 2024-08-19T18:09:29.006Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-08-19T18:09:37.590Z | Compiling zone v0.1.8 |
2209 | 2024-08-19T18:09:40.991Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2210 | 2024-08-19T18:09:43.203Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-08-19T18:09:44.142Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2212 | 2024-08-19T18:09:46.574Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2213 | 2024-08-19T18:09:49.522Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2214 | 2024-08-19T18:09:50.709Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2215 | 2024-08-19T18:09:52.302Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-08-19T18:09:52.536Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2217 | 2024-08-19T18:09:52.871Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2218 | 2024-08-19T18:09:53.301Z | Compiling twox-hash v1.6.3 |
2219 | 2024-08-19T18:09:54.278Z | Compiling signal-hook-tokio v0.3.1 |
2220 | 2024-08-19T18:09:54.505Z | Compiling yasna v0.5.2 |
2221 | 2024-08-19T18:09:57.929Z | Compiling portpicker v0.1.1 |
2222 | 2024-08-19T18:09:57.932Z | Compiling unicode-linebreak v0.1.5 |
2223 | 2024-08-19T18:09:58.363Z | Compiling smawk v0.3.2 |
2224 | 2024-08-19T18:09:58.496Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2225 | 2024-08-19T18:09:58.623Z | Compiling textwrap v0.16.1 |
2226 | 2024-08-19T18:09:59.821Z | Compiling rcgen v0.12.1 |
2227 | 2024-08-19T18:10:00.437Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-08-19T18:10:09.666Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2229 | 2024-08-19T18:10:11.326Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2230 | 2024-08-19T18:10:16.371Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-08-19T18:10:17.491Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2232 | 2024-08-19T18:10:17.608Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2233 | 2024-08-19T18:10:18.029Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2234 | 2024-08-19T18:10:18.336Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2235 | 2024-08-19T18:10:23.886Z | Compiling atomicwrites v0.4.3 |
2236 | 2024-08-19T18:10:24.438Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2237 | 2024-08-19T18:10:25.166Z | Compiling fatfs v0.3.6 |
2238 | 2024-08-19T18:10:28.052Z | Compiling subprocess v0.2.9 |
2239 | 2024-08-19T18:10:29.393Z | Compiling rtoolbox v0.0.2 |
2240 | 2024-08-19T18:10:29.815Z | Compiling assert_matches v1.5.0 |
2241 | 2024-08-19T18:10:29.937Z | Compiling is_ci v1.2.0 |
2242 | 2024-08-19T18:10:30.235Z | Compiling supports-color v3.0.0 |
2243 | 2024-08-19T18:10:31.260Z | Compiling rpassword v7.3.1 |
2244 | 2024-08-19T18:10:31.723Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2245 | 2024-08-19T18:10:32.889Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-08-19T18:10:33.760Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2247 | 2024-08-19T18:10:35.861Z | Compiling tui-tree-widget v0.22.0 |
2248 | 2024-08-19T18:10:36.312Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2249 | 2024-08-19T18:10:36.464Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2250 | 2024-08-19T18:10:38.899Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2251 | 2024-08-19T18:10:39.238Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2252 | 2024-08-19T18:10:40.680Z | Compiling uzers v0.11.3 |
2253 | 2024-08-19T18:10:43.372Z | Compiling shell-words v1.1.0 |
2254 | 2024-08-19T18:10:43.836Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-08-19T18:10:45.651Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2256 | 2024-08-19T18:10:47.623Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2257 | 2024-08-19T18:10:49.646Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2258 | 2024-08-19T18:11:01.590Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-08-19T18:11:11.052Z | Compiling multimap v0.10.0 |
2260 | 2024-08-19T18:13:15.961Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2261 | 2024-08-19T18:13:19.204Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2262 | 2024-08-19T18:19:58.910Z | Finished `release` profile [optimized] target(s) in 15m 08s |
2263 | 2024-08-19T18:20:45.935Z | |
2264 | 2024-08-19T18:20:45.935Z | real 15:56.874861788 |
2265 | 2024-08-19T18:20:45.935Z | user 1:48:28.807997095 |
2266 | 2024-08-19T18:20:45.935Z | sys 5:37.244377076 |
2267 | 2024-08-19T18:20:45.936Z | trap 2.576071282 |
2268 | 2024-08-19T18:20:45.936Z | tflt 2.759574376 |
2269 | 2024-08-19T18:20:45.936Z | dflt 3.048432435 |
2270 | 2024-08-19T18:20:45.938Z | kflt 0.067966658 |
2271 | 2024-08-19T18:20:45.938Z | lock 6:33:26.042739070 |
2272 | 2024-08-19T18:20:45.938Z | slp 5:39:20.893304014 |
2273 | 2024-08-19T18:20:45.938Z | lat 2:45.351536087 |
2274 | 2024-08-19T18:20:45.938Z | stop 2:30.680405394 |
2275 | 2024-08-19T18:20:45.938Z | + mapfile -t packages |
2276 | 2024-08-19T18:20:45.938Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2277 | 2024-08-19T18:20:46.918Z | Finished `release` profile [optimized] target(s) in 0.93s |
2278 | 2024-08-19T18:20:46.968Z | Running `target/release/omicron-package -t test list-outputs` |
2279 | 2024-08-19T18:20:47.012Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2280 | 2024-08-19T18:20:47.015Z | + ptime -m cargo build --locked --release -p xtask |
2281 | 2024-08-19T18:20:47.622Z | Compiling serde v1.0.208 |
2282 | 2024-08-19T18:20:47.624Z | Compiling libc v0.2.156 |
2283 | 2024-08-19T18:20:47.625Z | Compiling serde_json v1.0.125 |
2284 | 2024-08-19T18:20:47.720Z | Compiling syn v2.0.74 |
2285 | 2024-08-19T18:20:47.722Z | Compiling usdt-impl v0.5.0 |
2286 | 2024-08-19T18:20:47.739Z | Compiling rustix v0.38.34 |
2287 | 2024-08-19T18:20:48.109Z | Compiling syn v1.0.109 |
2288 | 2024-08-19T18:20:48.135Z | Compiling bitflags v2.6.0 |
2289 | 2024-08-19T18:20:48.218Z | Compiling hashbrown v0.14.5 |
2290 | 2024-08-19T18:20:48.239Z | Compiling log v0.4.21 |
2291 | 2024-08-19T18:20:48.254Z | Compiling fs-err v2.11.0 |
2292 | 2024-08-19T18:20:48.653Z | Compiling anyhow v1.0.86 |
2293 | 2024-08-19T18:20:49.157Z | Compiling thread-id v4.2.1 |
2294 | 2024-08-19T18:20:49.606Z | Compiling indexmap v2.4.0 |
2295 | 2024-08-19T18:20:49.623Z | Compiling terminal_size v0.3.0 |
2296 | 2024-08-19T18:20:49.809Z | Compiling clap_builder v4.5.15 |
2297 | 2024-08-19T18:20:51.406Z | Compiling proc-macro-error v1.0.4 |
2298 | 2024-08-19T18:20:52.765Z | Compiling tabled_derive v0.7.0 |
2299 | 2024-08-19T18:20:54.400Z | Compiling tabled v0.15.0 |
2300 | 2024-08-19T18:20:55.553Z | Compiling serde_derive v1.0.208 |
2301 | 2024-08-19T18:20:56.004Z | Compiling thiserror-impl v1.0.63 |
2302 | 2024-08-19T18:20:56.237Z | Compiling zerocopy-derive v0.7.34 |
2303 | 2024-08-19T18:20:56.297Z | Compiling scroll_derive v0.12.0 |
2304 | 2024-08-19T18:20:57.752Z | Compiling scroll v0.12.0 |
2305 | 2024-08-19T18:20:58.271Z | Compiling zerocopy v0.7.34 |
2306 | 2024-08-19T18:20:58.882Z | Compiling thiserror v1.0.63 |
2307 | 2024-08-19T18:20:59.036Z | Compiling pest v2.7.10 |
2308 | 2024-08-19T18:21:00.071Z | Compiling goblin v0.8.2 |
2309 | 2024-08-19T18:21:01.997Z | Compiling pest_meta v2.7.10 |
2310 | 2024-08-19T18:21:04.063Z | Compiling pest_generator v2.7.10 |
2311 | 2024-08-19T18:21:05.910Z | Compiling clap_derive v4.5.13 |
2312 | 2024-08-19T18:21:06.052Z | Compiling pest_derive v2.7.10 |
2313 | 2024-08-19T18:21:06.852Z | Compiling dtrace-parser v0.2.0 |
2314 | 2024-08-19T18:21:10.512Z | Compiling toml_datetime v0.6.8 |
2315 | 2024-08-19T18:21:11.187Z | Compiling serde_spanned v0.6.7 |
2316 | 2024-08-19T18:21:11.447Z | Compiling toml_edit v0.22.20 |
2317 | 2024-08-19T18:21:14.615Z | Compiling dof v0.3.0 |
2318 | 2024-08-19T18:21:14.648Z | Compiling serde_tokenstream v0.2.2 |
2319 | 2024-08-19T18:21:15.518Z | Compiling toml v0.8.19 |
2320 | 2024-08-19T18:21:16.536Z | Compiling usdt-macro v0.5.0 |
2321 | 2024-08-19T18:21:17.789Z | Compiling usdt-attr-macro v0.5.0 |
2322 | 2024-08-19T18:21:19.176Z | Compiling camino v1.1.9 |
2323 | 2024-08-19T18:21:20.558Z | Compiling semver v1.0.23 |
2324 | 2024-08-19T18:21:20.774Z | Compiling cargo-platform v0.1.8 |
2325 | 2024-08-19T18:21:20.832Z | Compiling usdt v0.5.0 |
2326 | 2024-08-19T18:21:21.048Z | Compiling cargo_toml v0.20.4 |
2327 | 2024-08-19T18:21:21.861Z | Compiling cargo_metadata v0.18.1 |
2328 | 2024-08-19T18:21:22.067Z | Compiling clap v4.5.16 |
2329 | 2024-08-19T18:21:22.204Z | Compiling macaddr v1.0.1 |
2330 | 2024-08-19T18:21:32.168Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2331 | 2024-08-19T18:21:43.147Z | Finished `release` profile [optimized] target(s) in 56.06s |
2332 | 2024-08-19T18:21:43.248Z | |
2333 | 2024-08-19T18:21:43.251Z | real 56.191970845 |
2334 | 2024-08-19T18:21:43.251Z | user 5:39.411412504 |
2335 | 2024-08-19T18:21:43.251Z | sys 32.171452666 |
2336 | 2024-08-19T18:21:43.251Z | trap 0.147582262 |
2337 | 2024-08-19T18:21:43.251Z | tflt 0.298983515 |
2338 | 2024-08-19T18:21:43.251Z | dflt 0.625690243 |
2339 | 2024-08-19T18:21:43.251Z | kflt 0.000134352 |
2340 | 2024-08-19T18:21:43.251Z | lock 10:49.598595002 |
2341 | 2024-08-19T18:21:43.251Z | slp 15:44.218409013 |
2342 | 2024-08-19T18:21:43.251Z | lat 13.771085144 |
2343 | 2024-08-19T18:21:43.251Z | stop 15.601230385 |
2344 | 2024-08-19T18:21:43.251Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2345 | 2024-08-19T18:21:43.251Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2346 | 2024-08-19T18:21:43.251Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2347 | 2024-08-19T18:21:43.251Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2348 | 2024-08-19T18:21:43.251Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2349 | 2024-08-19T18:21:43.831Z | Downloading crates ... |
2350 | 2024-08-19T18:21:44.077Z | Downloaded dirs v5.0.1 |
2351 | 2024-08-19T18:21:44.093Z | Downloaded ed25519-dalek v2.1.1 |
2352 | 2024-08-19T18:21:44.098Z | Downloaded russh-cryptovec v0.7.2 |
2353 | 2024-08-19T18:21:44.106Z | Downloaded md5 v0.7.0 |
2354 | 2024-08-19T18:21:44.109Z | Downloaded option-ext v0.2.0 |
2355 | 2024-08-19T18:21:44.112Z | Downloaded dhcproto-macros v0.1.0 |
2356 | 2024-08-19T18:21:44.117Z | Downloaded pbkdf2 v0.11.0 |
2357 | 2024-08-19T18:21:44.120Z | Downloaded rfc6979 v0.4.0 |
2358 | 2024-08-19T18:21:44.120Z | Downloaded ssh-cipher v0.2.0 |
2359 | 2024-08-19T18:21:44.122Z | Downloaded internet-checksum v0.2.1 |
2360 | 2024-08-19T18:21:44.122Z | Downloaded ghash v0.5.1 |
2361 | 2024-08-19T18:21:44.122Z | Downloaded hex-literal v0.4.1 |
2362 | 2024-08-19T18:21:44.122Z | Downloaded blowfish v0.9.1 |
2363 | 2024-08-19T18:21:44.125Z | Downloaded ed25519 v2.2.3 |
2364 | 2024-08-19T18:21:44.129Z | Downloaded ecdsa v0.16.9 |
2365 | 2024-08-19T18:21:44.129Z | Downloaded ssh-encoding v0.2.0 |
2366 | 2024-08-19T18:21:44.132Z | Downloaded polyval v0.6.2 |
2367 | 2024-08-19T18:21:44.132Z | Downloaded bcrypt-pbkdf v0.10.0 |
2368 | 2024-08-19T18:21:44.136Z | Downloaded dirs-sys v0.4.1 |
2369 | 2024-08-19T18:21:44.138Z | Downloaded primeorder v0.13.6 |
2370 | 2024-08-19T18:21:44.141Z | Downloaded p256 v0.13.2 |
2371 | 2024-08-19T18:21:44.146Z | Downloaded password-hash v0.4.2 |
2372 | 2024-08-19T18:21:44.149Z | Downloaded russh-keys v0.44.0 |
2373 | 2024-08-19T18:21:44.157Z | Downloaded dhcproto v0.12.0 |
2374 | 2024-08-19T18:21:44.174Z | Downloaded num-bigint v0.4.5 |
2375 | 2024-08-19T18:21:44.179Z | Downloaded russh v0.44.1 |
2376 | 2024-08-19T18:21:44.183Z | Downloaded ssh-key v0.6.6 |
2377 | 2024-08-19T18:21:44.190Z | Downloaded p521 v0.13.3 |
2378 | 2024-08-19T18:21:44.194Z | Downloaded aes-gcm v0.10.3 |
2379 | 2024-08-19T18:21:44.197Z | Downloaded p384 v0.13.0 |
2380 | 2024-08-19T18:21:44.349Z | Compiling regress v0.9.1 |
2381 | 2024-08-19T18:21:44.463Z | Compiling getopts v0.2.21 |
2382 | 2024-08-19T18:21:44.466Z | Compiling unsafe-libyaml v0.2.11 |
2383 | 2024-08-19T18:21:44.466Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2384 | 2024-08-19T18:21:44.466Z | Compiling http v1.1.0 |
2385 | 2024-08-19T18:21:44.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2386 | 2024-08-19T18:21:44.528Z | Compiling match_cfg v0.1.0 |
2387 | 2024-08-19T18:21:44.531Z | Compiling toml v0.8.19 |
2388 | 2024-08-19T18:21:44.622Z | Compiling hostname v0.3.1 |
2389 | 2024-08-19T18:21:44.860Z | Compiling rustls-pki-types v1.7.0 |
2390 | 2024-08-19T18:21:44.910Z | Compiling rustls v0.22.4 |
2391 | 2024-08-19T18:21:44.939Z | Compiling paste v1.0.15 |
2392 | 2024-08-19T18:21:45.217Z | Compiling ident_case v1.0.1 |
2393 | 2024-08-19T18:21:45.414Z | Compiling darling_core v0.20.9 |
2394 | 2024-08-19T18:21:45.432Z | Compiling rustls-webpki v0.102.4 |
2395 | 2024-08-19T18:21:45.633Z | Compiling ipnetwork v0.20.0 |
2396 | 2024-08-19T18:21:45.682Z | Compiling multer v3.1.0 |
2397 | 2024-08-19T18:21:45.995Z | Compiling serde_yaml v0.9.34+deprecated |
2398 | 2024-08-19T18:21:46.552Z | Compiling slog-json v2.6.1 |
2399 | 2024-08-19T18:21:46.952Z | Compiling async-stream-impl v0.3.5 |
2400 | 2024-08-19T18:21:47.023Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2401 | 2024-08-19T18:21:47.342Z | Compiling instant v0.1.12 |
2402 | 2024-08-19T18:21:47.513Z | Compiling debug-ignore v1.0.5 |
2403 | 2024-08-19T18:21:47.600Z | Compiling atomic-waker v1.1.2 |
2404 | 2024-08-19T18:21:47.686Z | Compiling slog-bunyan v2.5.0 |
2405 | 2024-08-19T18:21:47.734Z | Compiling waitgroup v0.1.2 |
2406 | 2024-08-19T18:21:47.909Z | Compiling rustls-pemfile v2.1.3 |
2407 | 2024-08-19T18:21:47.990Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2408 | 2024-08-19T18:21:48.386Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2409 | 2024-08-19T18:21:48.423Z | Compiling async-stream v0.3.5 |
2410 | 2024-08-19T18:21:48.748Z | Compiling serde_path_to_error v0.1.16 |
2411 | 2024-08-19T18:21:48.921Z | Compiling hostname v0.4.0 |
2412 | 2024-08-19T18:21:49.200Z | Compiling structmeta-derive v0.3.0 |
2413 | 2024-08-19T18:21:49.619Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2414 | 2024-08-19T18:21:49.645Z | Compiling newtype-uuid v1.1.0 |
2415 | 2024-08-19T18:21:49.955Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2416 | 2024-08-19T18:21:50.377Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2417 | 2024-08-19T18:21:50.401Z | Compiling backoff v0.4.0 |
2418 | 2024-08-19T18:21:50.721Z | Compiling tokio-rustls v0.25.0 |
2419 | 2024-08-19T18:21:50.726Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-08-19T18:21:50.743Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2421 | 2024-08-19T18:21:50.939Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-08-19T18:21:51.119Z | Compiling macaddr v1.0.1 |
2423 | 2024-08-19T18:21:51.152Z | Compiling proc-macro-crate v1.3.1 |
2424 | 2024-08-19T18:21:51.515Z | Compiling fastrand v2.1.0 |
2425 | 2024-08-19T18:21:51.577Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2426 | 2024-08-19T18:21:51.986Z | Compiling tempfile v3.10.1 |
2427 | 2024-08-19T18:21:52.062Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2428 | 2024-08-19T18:21:52.235Z | Compiling num_enum_derive v0.5.11 |
2429 | 2024-08-19T18:21:52.304Z | Compiling structmeta v0.3.0 |
2430 | 2024-08-19T18:21:52.404Z | Compiling foreign-types-macros v0.2.3 |
2431 | 2024-08-19T18:21:52.529Z | Compiling darling_macro v0.20.9 |
2432 | 2024-08-19T18:21:52.750Z | Compiling parse-display-derive v0.10.0 |
2433 | 2024-08-19T18:21:52.848Z | Compiling foreign-types-shared v0.3.1 |
2434 | 2024-08-19T18:21:52.976Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2435 | 2024-08-19T18:21:53.281Z | Compiling heapless v0.8.0 |
2436 | 2024-08-19T18:21:53.517Z | Compiling darling v0.20.9 |
2437 | 2024-08-19T18:21:53.648Z | Compiling serde_with_macros v3.9.0 |
2438 | 2024-08-19T18:21:53.784Z | Compiling foreign-types v0.5.0 |
2439 | 2024-08-19T18:21:53.943Z | Compiling proc-macro-error v1.0.4 |
2440 | 2024-08-19T18:21:54.565Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2441 | 2024-08-19T18:21:54.666Z | Compiling hash32 v0.3.1 |
2442 | 2024-08-19T18:21:54.941Z | Compiling cstr-argument v0.1.2 |
2443 | 2024-08-19T18:21:54.961Z | Compiling num_enum v0.5.11 |
2444 | 2024-08-19T18:21:55.126Z | Compiling smoltcp v0.11.0 |
2445 | 2024-08-19T18:21:55.213Z | Compiling pretty-hex v0.2.1 |
2446 | 2024-08-19T18:21:55.404Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-08-19T18:21:55.656Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2448 | 2024-08-19T18:21:55.949Z | Compiling camino-tempfile v1.1.1 |
2449 | 2024-08-19T18:21:56.275Z | Compiling tabwriter v1.4.0 |
2450 | 2024-08-19T18:21:56.397Z | Compiling colored v2.1.0 |
2451 | 2024-08-19T18:21:56.613Z | Compiling serde_with v3.9.0 |
2452 | 2024-08-19T18:21:56.711Z | Compiling cobs v0.2.3 |
2453 | 2024-08-19T18:21:56.778Z | Compiling embedded-io v0.4.0 |
2454 | 2024-08-19T18:21:57.009Z | Compiling postcard v1.0.8 |
2455 | 2024-08-19T18:21:57.012Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2456 | 2024-08-19T18:21:57.196Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2457 | 2024-08-19T18:21:57.358Z | Compiling crucible-workspace-hack v0.1.0 |
2458 | 2024-08-19T18:21:57.480Z | Compiling parse-display v0.10.0 |
2459 | 2024-08-19T18:21:57.505Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-19T18:21:57.732Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2461 | 2024-08-19T18:21:57.989Z | Compiling smf v0.2.3 |
2462 | 2024-08-19T18:21:58.078Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2463 | 2024-08-19T18:21:58.437Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2464 | 2024-08-19T18:21:58.453Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2465 | 2024-08-19T18:21:58.950Z | Compiling num-derive v0.4.2 |
2466 | 2024-08-19T18:21:59.467Z | Compiling sigpipe v0.1.3 |
2467 | 2024-08-19T18:21:59.595Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2468 | 2024-08-19T18:21:59.929Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2469 | 2024-08-19T18:21:59.999Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2470 | 2024-08-19T18:22:00.535Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2471 | 2024-08-19T18:22:01.083Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2472 | 2024-08-19T18:22:01.366Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2473 | 2024-08-19T18:22:01.545Z | Compiling universal-hash v0.5.1 |
2474 | 2024-08-19T18:22:01.578Z | Compiling opaque-debug v0.3.1 |
2475 | 2024-08-19T18:22:01.627Z | Compiling utf-8 v0.7.6 |
2476 | 2024-08-19T18:22:01.679Z | Compiling num-rational v0.4.2 |
2477 | 2024-08-19T18:22:01.759Z | Compiling curve25519-dalek v4.1.3 |
2478 | 2024-08-19T18:22:01.779Z | Compiling num-complex v0.4.6 |
2479 | 2024-08-19T18:22:02.040Z | Compiling humantime v2.1.0 |
2480 | 2024-08-19T18:22:02.198Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2481 | 2024-08-19T18:22:02.317Z | Compiling password-hash v0.5.0 |
2482 | 2024-08-19T18:22:02.550Z | Compiling blake2 v0.10.6 |
2483 | 2024-08-19T18:22:02.608Z | Compiling aead v0.5.2 |
2484 | 2024-08-19T18:22:02.623Z | Compiling curve25519-dalek-derive v0.1.1 |
2485 | 2024-08-19T18:22:02.873Z | Compiling num v0.4.3 |
2486 | 2024-08-19T18:22:02.998Z | Compiling float-ord v0.3.2 |
2487 | 2024-08-19T18:22:03.015Z | Compiling poly1305 v0.8.0 |
2488 | 2024-08-19T18:22:03.169Z | Compiling argon2 v0.5.3 |
2489 | 2024-08-19T18:22:03.326Z | Compiling chacha20 v0.9.1 |
2490 | 2024-08-19T18:22:03.495Z | Compiling semver v0.1.20 |
2491 | 2024-08-19T18:22:03.784Z | Compiling convert_case v0.4.0 |
2492 | 2024-08-19T18:22:04.115Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2493 | 2024-08-19T18:22:04.163Z | Compiling rustc_version v0.1.7 |
2494 | 2024-08-19T18:22:04.384Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2495 | 2024-08-19T18:22:04.690Z | Compiling tungstenite v0.21.0 |
2496 | 2024-08-19T18:22:04.781Z | Compiling newline-converter v0.3.0 |
2497 | 2024-08-19T18:22:04.801Z | Compiling derive_more v0.99.18 |
2498 | 2024-08-19T18:22:04.818Z | Compiling atty v0.2.14 |
2499 | 2024-08-19T18:22:04.946Z | Compiling rayon-core v1.12.1 |
2500 | 2024-08-19T18:22:04.966Z | Compiling same-file v1.0.6 |
2501 | 2024-08-19T18:22:05.292Z | Compiling walkdir v2.5.0 |
2502 | 2024-08-19T18:22:05.309Z | Compiling expectorate v1.1.0 |
2503 | 2024-08-19T18:22:05.450Z | Compiling newtype_derive v0.1.6 |
2504 | 2024-08-19T18:22:05.496Z | Compiling crossbeam-deque v0.8.5 |
2505 | 2024-08-19T18:22:05.783Z | Compiling tokio-tungstenite v0.21.0 |
2506 | 2024-08-19T18:22:05.864Z | Compiling keccak v0.1.5 |
2507 | 2024-08-19T18:22:05.953Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2508 | 2024-08-19T18:22:06.061Z | Compiling prettyplease v0.2.20 |
2509 | 2024-08-19T18:22:06.324Z | Compiling sha3 v0.10.8 |
2510 | 2024-08-19T18:22:06.875Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2511 | 2024-08-19T18:22:06.892Z | Compiling thiserror-impl-no-std v2.0.2 |
2512 | 2024-08-19T18:22:06.933Z | Compiling secrecy v0.8.0 |
2513 | 2024-08-19T18:22:06.970Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2514 | 2024-08-19T18:22:07.211Z | Compiling ring v0.16.20 |
2515 | 2024-08-19T18:22:07.216Z | Compiling blake3 v1.5.1 |
2516 | 2024-08-19T18:22:07.350Z | Compiling derive-where v1.2.7 |
2517 | 2024-08-19T18:22:07.944Z | Compiling cookie v0.18.1 |
2518 | 2024-08-19T18:22:08.262Z | Compiling half v2.4.1 |
2519 | 2024-08-19T18:22:08.283Z | Compiling unicase v2.7.0 |
2520 | 2024-08-19T18:22:08.399Z | Compiling ciborium-io v0.2.2 |
2521 | 2024-08-19T18:22:08.544Z | Compiling termcolor v1.4.1 |
2522 | 2024-08-19T18:22:08.606Z | Compiling linked-hash-map v0.5.6 |
2523 | 2024-08-19T18:22:08.820Z | Compiling quick-error v1.2.3 |
2524 | 2024-08-19T18:22:08.981Z | Compiling arc-swap v1.7.1 |
2525 | 2024-08-19T18:22:09.002Z | Compiling lru-cache v0.1.2 |
2526 | 2024-08-19T18:22:09.217Z | Compiling env_logger v0.9.3 |
2527 | 2024-08-19T18:22:09.454Z | Compiling slog-scope v4.4.0 |
2528 | 2024-08-19T18:22:09.638Z | Compiling resolv-conf v0.7.0 |
2529 | 2024-08-19T18:22:10.013Z | Compiling ciborium-ll v0.2.2 |
2530 | 2024-08-19T18:22:10.210Z | Compiling thiserror-no-std v2.0.2 |
2531 | 2024-08-19T18:22:10.549Z | Compiling rayon v1.10.0 |
2532 | 2024-08-19T18:22:10.578Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2533 | 2024-08-19T18:22:10.992Z | Compiling polyval v0.6.2 |
2534 | 2024-08-19T18:22:11.152Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2535 | 2024-08-19T18:22:11.415Z | Compiling rfc6979 v0.4.0 |
2536 | 2024-08-19T18:22:11.478Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2537 | 2024-08-19T18:22:11.614Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2538 | 2024-08-19T18:22:11.634Z | Compiling bitstruct_derive v0.1.0 |
2539 | 2024-08-19T18:22:11.642Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2540 | 2024-08-19T18:22:11.803Z | Compiling memmap2 v0.9.4 |
2541 | 2024-08-19T18:22:12.229Z | Compiling arrayref v0.3.7 |
2542 | 2024-08-19T18:22:12.321Z | Compiling highway v1.2.0 |
2543 | 2024-08-19T18:22:12.347Z | Compiling ascii v1.1.0 |
2544 | 2024-08-19T18:22:12.604Z | Compiling home v0.5.9 |
2545 | 2024-08-19T18:22:12.897Z | Compiling untrusted v0.7.1 |
2546 | 2024-08-19T18:22:13.041Z | Compiling arrayvec v0.7.4 |
2547 | 2024-08-19T18:22:13.061Z | Compiling spin v0.5.2 |
2548 | 2024-08-19T18:22:17.341Z | Compiling libefi-sys v0.1.0 |
2549 | 2024-08-19T18:22:17.341Z | Compiling parking_lot_core v0.8.6 |
2550 | 2024-08-19T18:22:17.341Z | Compiling constant_time_eq v0.3.0 |
2551 | 2024-08-19T18:22:17.341Z | Compiling bitstruct v0.1.1 |
2552 | 2024-08-19T18:22:17.341Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2553 | 2024-08-19T18:22:17.341Z | Compiling toolchain_find v0.4.0 |
2554 | 2024-08-19T18:22:17.341Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2555 | 2024-08-19T18:22:17.341Z | Compiling ecdsa v0.16.9 |
2556 | 2024-08-19T18:22:17.341Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2557 | 2024-08-19T18:22:17.341Z | Compiling ghash v0.5.1 |
2558 | 2024-08-19T18:22:17.342Z | Compiling steno v0.4.1 |
2559 | 2024-08-19T18:22:17.342Z | Compiling ciborium v0.2.2 |
2560 | 2024-08-19T18:22:17.342Z | Compiling vsss-rs v3.3.4 |
2561 | 2024-08-19T18:22:17.428Z | Compiling hickory-resolver v0.24.1 |
2562 | 2024-08-19T18:22:17.428Z | Compiling slog-stdlog v4.1.1 |
2563 | 2024-08-19T18:22:17.428Z | Compiling chacha20poly1305 v0.10.1 |
2564 | 2024-08-19T18:22:17.428Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-19T18:22:17.428Z | Compiling primeorder v0.13.6 |
2566 | 2024-08-19T18:22:17.428Z | Compiling ctr v0.9.2 |
2567 | 2024-08-19T18:22:17.428Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-19T18:22:17.428Z | Compiling erased-serde v0.3.31 |
2569 | 2024-08-19T18:22:17.429Z | Compiling serde_arrays v0.1.0 |
2570 | 2024-08-19T18:22:17.429Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2571 | 2024-08-19T18:22:17.429Z | Compiling bitfield-struct v0.6.1 |
2572 | 2024-08-19T18:22:17.429Z | Compiling slog-dtrace v0.3.0 |
2573 | 2024-08-19T18:22:17.465Z | Compiling topological-sort v0.2.2 |
2574 | 2024-08-19T18:22:17.592Z | Compiling cancel-safe-futures v0.1.5 |
2575 | 2024-08-19T18:22:17.684Z | Compiling omicron-zone-package v0.11.0 |
2576 | 2024-08-19T18:22:18.213Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-19T18:22:18.419Z | Compiling aes-gcm v0.10.3 |
2578 | 2024-08-19T18:22:18.678Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2579 | 2024-08-19T18:22:18.712Z | Compiling slog-envlogger v2.2.0 |
2580 | 2024-08-19T18:22:19.449Z | Compiling mime_guess v2.0.4 |
2581 | 2024-08-19T18:22:19.468Z | Compiling rustfmt-wrapper v0.2.1 |
2582 | 2024-08-19T18:22:19.824Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2583 | 2024-08-19T18:22:20.183Z | Compiling tungstenite v0.20.1 |
2584 | 2024-08-19T18:22:20.487Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2585 | 2024-08-19T18:22:20.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2586 | 2024-08-19T18:22:21.222Z | Compiling heck v0.3.3 |
2587 | 2024-08-19T18:22:21.685Z | Compiling ed25519 v2.2.3 |
2588 | 2024-08-19T18:22:21.706Z | Compiling ssh-encoding v0.2.0 |
2589 | 2024-08-19T18:22:22.015Z | Compiling blowfish v0.9.1 |
2590 | 2024-08-19T18:22:22.031Z | Compiling nibble_vec v0.1.0 |
2591 | 2024-08-19T18:22:22.247Z | Compiling option-ext v0.2.0 |
2592 | 2024-08-19T18:22:22.263Z | Compiling endian-type v0.1.2 |
2593 | 2024-08-19T18:22:22.298Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-19T18:22:22.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2595 | 2024-08-19T18:22:22.432Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2596 | 2024-08-19T18:22:22.451Z | Compiling radix_trie v0.2.1 |
2597 | 2024-08-19T18:22:22.497Z | Compiling dirs-sys v0.4.1 |
2598 | 2024-08-19T18:22:22.757Z | Compiling bcrypt-pbkdf v0.10.0 |
2599 | 2024-08-19T18:22:23.201Z | Compiling ssh-cipher v0.2.0 |
2600 | 2024-08-19T18:22:23.232Z | Compiling ed25519-dalek v2.1.1 |
2601 | 2024-08-19T18:22:23.431Z | Compiling zone_cfg_derive v0.1.2 |
2602 | 2024-08-19T18:22:23.459Z | Compiling tokio-tungstenite v0.20.1 |
2603 | 2024-08-19T18:22:24.045Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2604 | 2024-08-19T18:22:24.190Z | Compiling parking_lot v0.11.2 |
2605 | 2024-08-19T18:22:24.445Z | Compiling gethostname v0.5.0 |
2606 | 2024-08-19T18:22:24.673Z | Compiling password-hash v0.4.2 |
2607 | 2024-08-19T18:22:24.930Z | Compiling libsw v3.3.1 |
2608 | 2024-08-19T18:22:24.950Z | Compiling fxhash v0.2.1 |
2609 | 2024-08-19T18:22:24.979Z | Compiling owo-colors v4.0.0 |
2610 | 2024-08-19T18:22:25.009Z | Compiling base64 v0.13.1 |
2611 | 2024-08-19T18:22:25.131Z | Compiling linear-map v1.2.0 |
2612 | 2024-08-19T18:22:25.162Z | Compiling matches v0.1.10 |
2613 | 2024-08-19T18:22:25.234Z | Compiling pbkdf2 v0.11.0 |
2614 | 2024-08-19T18:22:25.274Z | Compiling idna v0.2.3 |
2615 | 2024-08-19T18:22:25.516Z | Compiling ron v0.7.1 |
2616 | 2024-08-19T18:22:25.606Z | Compiling sled v0.34.7 |
2617 | 2024-08-19T18:22:25.625Z | Compiling zone v0.1.8 |
2618 | 2024-08-19T18:22:26.632Z | Compiling ssh-key v0.6.6 |
2619 | 2024-08-19T18:22:26.914Z | Compiling hickory-client v0.24.1 |
2620 | 2024-08-19T18:22:27.261Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2621 | 2024-08-19T18:22:27.963Z | Compiling dirs v5.0.1 |
2622 | 2024-08-19T18:22:28.186Z | Compiling p521 v0.13.3 |
2623 | 2024-08-19T18:22:28.395Z | Compiling p384 v0.13.0 |
2624 | 2024-08-19T18:22:29.998Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2625 | 2024-08-19T18:22:30.439Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-08-19T18:22:30.620Z | Compiling p256 v0.13.2 |
2627 | 2024-08-19T18:22:31.128Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2628 | 2024-08-19T18:22:31.166Z | Compiling hickory-server v0.24.1 |
2629 | 2024-08-19T18:22:31.275Z | Compiling pem v3.0.4 |
2630 | 2024-08-19T18:22:31.493Z | Compiling enum-as-inner v0.5.1 |
2631 | 2024-08-19T18:22:31.557Z | Compiling yasna v0.5.2 |
2632 | 2024-08-19T18:22:32.103Z | Compiling portpicker v0.1.1 |
2633 | 2024-08-19T18:22:32.479Z | Compiling headers-core v0.2.0 |
2634 | 2024-08-19T18:22:32.587Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2635 | 2024-08-19T18:22:32.661Z | Compiling kstat-rs v0.2.4 |
2636 | 2024-08-19T18:22:32.994Z | Compiling nanorand v0.7.0 |
2637 | 2024-08-19T18:22:33.194Z | Compiling russh-cryptovec v0.7.2 |
2638 | 2024-08-19T18:22:33.296Z | Compiling md5 v0.7.0 |
2639 | 2024-08-19T18:22:33.349Z | Compiling http-range v0.1.5 |
2640 | 2024-08-19T18:22:33.507Z | Compiling glob v0.3.1 |
2641 | 2024-08-19T18:22:33.596Z | Compiling russh-keys v0.44.0 |
2642 | 2024-08-19T18:22:33.717Z | Compiling hyper-staticfile v0.9.5 |
2643 | 2024-08-19T18:22:33.806Z | Compiling flume v0.11.0 |
2644 | 2024-08-19T18:22:34.519Z | Compiling headers v0.3.9 |
2645 | 2024-08-19T18:22:34.546Z | Compiling trust-dns-proto v0.22.0 |
2646 | 2024-08-19T18:22:34.716Z | Compiling rcgen v0.12.1 |
2647 | 2024-08-19T18:22:35.805Z | Compiling atomicwrites v0.4.3 |
2648 | 2024-08-19T18:22:36.185Z | Compiling num-bigint v0.4.5 |
2649 | 2024-08-19T18:22:36.532Z | Compiling itertools v0.13.0 |
2650 | 2024-08-19T18:22:36.999Z | Compiling subprocess v0.2.9 |
2651 | 2024-08-19T18:22:37.156Z | Compiling hex-literal v0.4.1 |
2652 | 2024-08-19T18:22:37.334Z | Compiling display-error-chain v0.2.0 |
2653 | 2024-08-19T18:22:37.513Z | Compiling dhcproto-macros v0.1.0 |
2654 | 2024-08-19T18:22:37.856Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2655 | 2024-08-19T18:22:37.961Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2656 | 2024-08-19T18:22:38.204Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2657 | 2024-08-19T18:22:38.377Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-08-19T18:22:38.554Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-08-19T18:22:39.026Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2660 | 2024-08-19T18:22:39.864Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2024-08-19T18:22:40.462Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-08-19T18:22:42.899Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2663 | 2024-08-19T18:22:44.375Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-08-19T18:22:45.191Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2024-08-19T18:22:46.086Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2666 | 2024-08-19T18:22:46.122Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2667 | 2024-08-19T18:22:46.942Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2668 | 2024-08-19T18:22:47.660Z | Compiling russh v0.44.1 |
2669 | 2024-08-19T18:22:47.800Z | Compiling dhcproto v0.12.0 |
2670 | 2024-08-19T18:22:51.001Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2671 | 2024-08-19T18:22:51.373Z | Compiling internet-checksum v0.2.1 |
2672 | 2024-08-19T18:22:55.227Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2673 | 2024-08-19T18:22:55.249Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2674 | 2024-08-19T18:22:55.533Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-08-19T18:22:56.336Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2676 | 2024-08-19T18:22:58.260Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2677 | 2024-08-19T18:22:59.000Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2678 | 2024-08-19T18:22:59.241Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2679 | 2024-08-19T18:22:59.640Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2680 | 2024-08-19T18:23:01.260Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2681 | 2024-08-19T18:23:02.943Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2682 | 2024-08-19T18:23:03.137Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2683 | 2024-08-19T18:23:03.537Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2684 | 2024-08-19T18:23:04.294Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2685 | 2024-08-19T18:23:05.167Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2686 | 2024-08-19T18:23:07.996Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2687 | 2024-08-19T18:23:08.345Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2688 | 2024-08-19T18:23:08.801Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2689 | 2024-08-19T18:23:11.946Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2690 | 2024-08-19T18:23:14.060Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2691 | 2024-08-19T18:23:14.896Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2692 | 2024-08-19T18:23:16.765Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2693 | 2024-08-19T18:23:18.712Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2024-08-19T18:23:25.401Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2695 | 2024-08-19T18:23:25.401Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2696 | 2024-08-19T18:23:27.249Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-08-19T18:23:45.119Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2698 | 2024-08-19T18:24:17.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2699 | 2024-08-19T18:24:17.443Z | |
2700 | 2024-08-19T18:24:17.443Z | real 2:34.108276455 |
2701 | 2024-08-19T18:24:17.443Z | user 12:43.594265070 |
2702 | 2024-08-19T18:24:17.443Z | sys 2:39.691188107 |
2703 | 2024-08-19T18:24:17.443Z | trap 0.347526706 |
2704 | 2024-08-19T18:24:17.447Z | tflt 0.690977825 |
2705 | 2024-08-19T18:24:17.447Z | dflt 1.611150155 |
2706 | 2024-08-19T18:24:17.447Z | kflt 0.000000000 |
2707 | 2024-08-19T18:24:17.447Z | lock 26:40.517440503 |
2708 | 2024-08-19T18:24:17.447Z | slp 47:43.765762736 |
2709 | 2024-08-19T18:24:17.447Z | lat 41.767692869 |
2710 | 2024-08-19T18:24:17.447Z | stop 1:34.055302716 |
2711 | 2024-08-19T18:24:17.448Z | + mkdir tests |
2712 | 2024-08-19T18:24:17.448Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2713 | 2024-08-19T18:24:17.450Z | + xargs -I '{}' -t cp '{}' tests/ |
2714 | 2024-08-19T18:24:17.488Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ceb6a591372c05a5 tests/ |
2715 | 2024-08-19T18:24:17.513Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-421f7fbc9c5089ef tests/ |
2716 | 2024-08-19T18:24:17.541Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef2a78946683cc54 tests/ |
2717 | 2024-08-19T18:24:17.561Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-647b1e20ff4b3679 tests/ |
2718 | 2024-08-19T18:24:17.723Z | + 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/*) |
2719 | 2024-08-19T18:24:17.726Z | + 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-ef2a78946683cc54 tests/commtest-421f7fbc9c5089ef tests/dhcp_server-ceb6a591372c05a5 tests/end_to_end_tests-647b1e20ff4b3679 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2720 | 2024-08-19T18:25:14.156Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2721 | 2024-08-19T18:25:14.157Z | a out/target/test 1K |
2722 | 2024-08-19T18:25:14.157Z | a out/npuzone/npuzone 23144K |
2723 | 2024-08-19T18:25:14.157Z | a package-manifest.toml 30K |
2724 | 2024-08-19T18:25:14.157Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2725 | 2024-08-19T18:25:14.157Z | a target/release/omicron-package 32265K |
2726 | 2024-08-19T18:25:14.157Z | a target/release/xtask 11627K |
2727 | 2024-08-19T18:25:14.157Z | a target/debug/bootstrap 190952K |
2728 | 2024-08-19T18:25:14.157Z | a tests/bootstrap-ef2a78946683cc54 23739K |
2729 | 2024-08-19T18:25:14.157Z | a tests/commtest-421f7fbc9c5089ef 23966K |
2730 | 2024-08-19T18:25:14.157Z | a tests/dhcp_server-ceb6a591372c05a5 23739K |
2731 | 2024-08-19T18:25:14.157Z | a tests/end_to_end_tests-647b1e20ff4b3679 203840K |
2732 | 2024-08-19T18:25:14.157Z | a out/clickhouse.tar.gz 232410K |
2733 | 2024-08-19T18:25:14.157Z | a out/clickhouse_keeper.tar.gz 232375K |
2734 | 2024-08-19T18:25:14.157Z | a out/cockroachdb.tar.gz 131902K |
2735 | 2024-08-19T18:25:14.157Z | a out/crucible-dtrace.tar 84K |
2736 | 2024-08-19T18:25:14.157Z | a out/crucible-pantry-zone.tar.gz 27821K |
2737 | 2024-08-19T18:25:14.157Z | a out/crucible-zone.tar.gz 38137K |
2738 | 2024-08-19T18:25:14.157Z | a out/external-dns.tar.gz 24922K |
2739 | 2024-08-19T18:25:14.157Z | a out/internal-dns.tar.gz 24921K |
2740 | 2024-08-19T18:25:14.157Z | a out/mg-ddm-gz.tar 61944K |
2741 | 2024-08-19T18:25:14.157Z | a out/nexus.tar.gz 86800K |
2742 | 2024-08-19T18:25:14.158Z | a out/ntp.tar.gz 8971K |
2743 | 2024-08-19T18:25:14.158Z | a out/omicron-gateway-softnpu.tar.gz 13610K |
2744 | 2024-08-19T18:25:14.158Z | a out/omicron-sled-agent.tar 97094K |
2745 | 2024-08-19T18:25:14.158Z | a out/overlay.tar.gz 3K |
2746 | 2024-08-19T18:25:14.158Z | a out/oximeter.tar.gz 42177K |
2747 | 2024-08-19T18:25:14.158Z | a out/oxlog.tar 2946K |
2748 | 2024-08-19T18:25:14.158Z | a out/probe.tar.gz 2764K |
2749 | 2024-08-19T18:25:14.158Z | a out/propolis-server.tar.gz 65291K |
2750 | 2024-08-19T18:25:14.158Z | a out/pumpkind-gz.tar 26665K |
2751 | 2024-08-19T18:25:14.158Z | a out/switch-softnpu.tar.gz 206070K |
2752 | 2024-08-19T18:25:14.162Z | |
2753 | 2024-08-19T18:25:14.162Z | real 56.414279401 |
2754 | 2024-08-19T18:25:14.162Z | user 53.919178322 |
2755 | 2024-08-19T18:25:14.162Z | sys 3.512820437 |
2756 | 2024-08-19T18:25:14.162Z | trap 0.014840405 |
2757 | 2024-08-19T18:25:14.162Z | tflt 0.000000000 |
2758 | 2024-08-19T18:25:14.162Z | dflt 0.000000000 |
2759 | 2024-08-19T18:25:14.162Z | kflt 0.000000000 |
2760 | 2024-08-19T18:25:14.162Z | lock 0.000000000 |
2761 | 2024-08-19T18:25:14.162Z | slp 53.808771692 |
2762 | 2024-08-19T18:25:14.162Z | lat 1.568886496 |
2763 | 2024-08-19T18:25:14.162Z | stop 0.000180998 |
2764 | 2024-08-19T18:25:14.162Z | process exited: duration 1724537 ms, exit code 0 |
|
2765 | 2024-08-19T18:25:14.182Z | found 1 output files |
2766 | 2024-08-19T18:25:14.182Z | uploading: /work/package.tar.gz (1366429162 bytes) |
2767 | 2024-08-19T18:25:53.945Z | uploaded: /work/package.tar.gz |