|
|
|
1 | 2024-09-24T03:10:42.504Z | job assigned to worker 01J8H03BFBRSJK7XTK06ZQWMJ3 (queued for 1 m 3 s) |
|
2 | 2024-09-24T03:10:49.799Z | starting task 0: "setup" |
3 | 2024-09-24T03:10:49.807Z | ++ uname -s |
4 | 2024-09-24T03:10:49.814Z | + kern=SunOS |
5 | 2024-09-24T03:10:49.814Z | + case "$kern" in |
6 | 2024-09-24T03:10:49.814Z | + groupadd -g 12345 build |
7 | 2024-09-24T03:10:49.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-24T03:10:51.823Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-24T03:10:51.948Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-24T03:10:51.954Z | + home_fs=zfs |
11 | 2024-09-24T03:10:51.954Z | + [[ zfs == autofs ]] |
12 | 2024-09-24T03:10:51.954Z | + mkdir -p /home/build |
13 | 2024-09-24T03:10:51.954Z | + chown build:build /home/build /work |
14 | 2024-09-24T03:10:53.954Z | + chmod 0700 /home/build /work |
15 | 2024-09-24T03:10:53.957Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-09-24T03:10:53.963Z | starting task 1: "rust-toolchain" |
17 | 2024-09-24T03:10:53.969Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-24T03:10:53.969Z | ' 1.80.1 |
19 | 2024-09-24T03:10:53.974Z | * toolchain channel = "1.80.1" |
20 | 2024-09-24T03:10:53.974Z | * toolchain profile = "default" |
21 | 2024-09-24T03:10:53.974Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-24T03:10:53.974Z | ' default |
23 | 2024-09-24T03:10:53.974Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-24T03:10:53.974Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-24T03:10:54.089Z | info: downloading installer |
26 | 2024-09-24T03:10:55.463Z | info: profile set to 'default' |
27 | 2024-09-24T03:10:55.463Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-24T03:10:55.466Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-24T03:10:55.611Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-24T03:10:55.611Z | info: downloading component 'cargo' |
31 | 2024-09-24T03:10:56.414Z | info: downloading component 'clippy' |
32 | 2024-09-24T03:10:56.716Z | info: downloading component 'rust-docs' |
33 | 2024-09-24T03:10:57.820Z | info: downloading component 'rust-std' |
34 | 2024-09-24T03:10:59.395Z | info: downloading component 'rustc' |
35 | 2024-09-24T03:11:03.771Z | info: downloading component 'rustfmt' |
36 | 2024-09-24T03:11:04.008Z | info: installing component 'cargo' |
37 | 2024-09-24T03:11:04.826Z | info: installing component 'clippy' |
38 | 2024-09-24T03:11:05.194Z | info: installing component 'rust-docs' |
39 | 2024-09-24T03:11:06.823Z | info: installing component 'rust-std' |
40 | 2024-09-24T03:11:08.452Z | info: installing component 'rustc' |
41 | 2024-09-24T03:11:12.605Z | info: installing component 'rustfmt' |
42 | 2024-09-24T03:11:12.947Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-24T03:11:12.947Z | |
44 | 2024-09-24T03:11:13.204Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-24T03:11:13.204Z | |
46 | 2024-09-24T03:11:13.207Z | |
47 | 2024-09-24T03:11:13.207Z | Rust is installed now. Great! |
48 | 2024-09-24T03:11:13.207Z | |
49 | 2024-09-24T03:11:13.207Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-24T03:11:13.207Z | environment variable. This has not been done automatically. |
51 | 2024-09-24T03:11:13.207Z | |
52 | 2024-09-24T03:11:13.207Z | To configure your current shell, you need to source |
53 | 2024-09-24T03:11:13.207Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-24T03:11:13.207Z | |
55 | 2024-09-24T03:11:13.207Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-24T03:11:13.207Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-24T03:11:13.207Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-24T03:11:13.253Z | + rustc --version |
59 | 2024-09-24T03:11:13.326Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-24T03:11:13.330Z | process exited: duration 19353 ms, exit code 0 |
|
61 | 2024-09-24T03:11:13.335Z | starting task 2: "authentication" |
62 | 2024-09-24T03:11:13.356Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-24T03:11:13.362Z | starting task 3: "clone repository" |
64 | 2024-09-24T03:11:13.367Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-24T03:11:13.369Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-24T03:11:13.413Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-24T03:11:20.753Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-24T03:11:20.754Z | + git fetch origin 425a962cb770da99038563c9383e6225cc1462d4 |
69 | 2024-09-24T03:11:21.053Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-24T03:11:21.053Z | * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD |
71 | 2024-09-24T03:11:21.068Z | + [[ -n renovate/httptest-0.x ]] |
72 | 2024-09-24T03:11:21.068Z | ++ git branch --show-current |
73 | 2024-09-24T03:11:21.068Z | + current=main |
74 | 2024-09-24T03:11:21.068Z | + [[ main != renovate/httptest-0.x ]] |
75 | 2024-09-24T03:11:21.068Z | + git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4 |
76 | 2024-09-24T03:11:21.078Z | + git checkout -f renovate/httptest-0.x |
77 | 2024-09-24T03:11:21.226Z | Switched to branch 'renovate/httptest-0.x' |
78 | 2024-09-24T03:11:21.230Z | + git reset --hard 425a962cb770da99038563c9383e6225cc1462d4 |
79 | 2024-09-24T03:11:21.377Z | HEAD is now at 425a962cb Update Rust crate httptest to 0.16.1 |
80 | 2024-09-24T03:11:21.382Z | process exited: duration 8015 ms, exit code 0 |
|
81 | 2024-09-24T03:11:21.388Z | starting task 4: "build" |
82 | 2024-09-24T03:11:21.393Z | + cargo --version |
83 | 2024-09-24T03:11:21.447Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-24T03:11:21.450Z | + rustc --version |
85 | 2024-09-24T03:11:21.506Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-24T03:11:21.509Z | + WORK=/work |
87 | 2024-09-24T03:11:21.509Z | + pfexec mkdir -p /work |
88 | 2024-09-24T03:11:21.513Z | + pfexec chown build /work |
89 | 2024-09-24T03:11:21.516Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-24T03:11:27.942Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-24T03:11:30.449Z | Startup: Caching catalogs ... Done |
92 | 2024-09-24T03:11:33.676Z | Planning: Solver setup ... Done (2.543s) |
93 | 2024-09-24T03:11:33.697Z | Planning: Running solver ... Done (0.042s) |
94 | 2024-09-24T03:11:33.713Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-09-24T03:11:33.759Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-24T03:11:34.507Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-24T03:11:34.604Z | Planning: Package planning ... Done (0.099s) |
98 | 2024-09-24T03:11:34.661Z | Planning: Merging actions ... Done (0.057s) |
99 | 2024-09-24T03:11:34.870Z | Planning: Checking for conflicting actions ... Done (0.209s) |
100 | 2024-09-24T03:11:36.902Z | Planning: Consolidating action changes ... Done (2.021s) |
101 | 2024-09-24T03:11:37.386Z | Planning: Evaluating mediators ... Done (0.419s) |
102 | 2024-09-24T03:11:37.394Z | Planning: Planning completed in 6.87 seconds |
103 | 2024-09-24T03:11:37.404Z | Packages to install: 4 |
104 | 2024-09-24T03:11:37.404Z | Packages to update: 1 |
105 | 2024-09-24T03:11:37.417Z | Mediators to change: 2 |
106 | 2024-09-24T03:11:37.417Z | Services to change: 1 |
107 | 2024-09-24T03:11:37.417Z | Estimated space available: 155.71 GB |
108 | 2024-09-24T03:11:37.418Z | Estimated space to be consumed: 1.54 GB |
109 | 2024-09-24T03:11:37.418Z | Create boot environment: No |
110 | 2024-09-24T03:11:37.419Z | Create backup boot environment: Yes |
111 | 2024-09-24T03:11:37.419Z | Rebuild boot archive: No |
112 | 2024-09-24T03:11:37.419Z | |
113 | 2024-09-24T03:11:37.419Z | Changed mediators: |
114 | 2024-09-24T03:11:37.419Z | mediator clang: |
115 | 2024-09-24T03:11:37.419Z | version: None -> 15 (system default) |
116 | 2024-09-24T03:11:37.419Z | |
117 | 2024-09-24T03:11:37.419Z | mediator llvm: |
118 | 2024-09-24T03:11:37.419Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-24T03:11:37.419Z | |
120 | 2024-09-24T03:11:37.420Z | Changed packages: |
121 | 2024-09-24T03:11:37.420Z | helios-dev |
122 | 2024-09-24T03:11:37.420Z | developer/build-essential |
123 | 2024-09-24T03:11:37.420Z | None -> 11-2.0 |
124 | 2024-09-24T03:11:37.420Z | library/libxmlsec1 |
125 | 2024-09-24T03:11:37.420Z | None -> 1.2.35-2.0 |
126 | 2024-09-24T03:11:37.420Z | ooce/developer/clang-15 |
127 | 2024-09-24T03:11:37.420Z | None -> 15.0.7-2.0 |
128 | 2024-09-24T03:11:37.421Z | ooce/developer/llvm-15 |
129 | 2024-09-24T03:11:37.421Z | None -> 15.0.7-2.0 |
130 | 2024-09-24T03:11:37.421Z | package/pkg |
131 | 2024-09-24T03:11:37.421Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-24T03:11:37.421Z | |
133 | 2024-09-24T03:11:37.421Z | Services: |
134 | 2024-09-24T03:11:37.421Z | restart_fmri: |
135 | 2024-09-24T03:11:37.421Z | svc:/system/update-man-index:default |
136 | 2024-09-24T03:11:37.421Z | |
137 | 2024-09-24T03:11:37.422Z | Editable files to change: |
138 | 2024-09-24T03:11:37.422Z | Update: |
139 | 2024-09-24T03:11:37.422Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-24T03:11:37.485Z | |
141 | 2024-09-24T03:11:37.485Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-24T03:11:44.895Z | Download: 210/4281 items 1.3/220.6MB 0% complete (516k/s) |
143 | 2024-09-24T03:11:49.900Z | Download: 402/4281 items 16.5/220.6MB 7% complete (1.6M/s) |
144 | 2024-09-24T03:11:55.008Z | Download: 645/4281 items 17.6/220.6MB 7% complete (1.8M/s) |
145 | 2024-09-24T03:12:00.016Z | Download: 828/4281 items 18.4/220.6MB 8% complete (226k/s) |
146 | 2024-09-24T03:12:05.006Z | Download: 1108/4281 items 41.8/220.6MB 18% complete (2.3M/s) |
147 | 2024-09-24T03:12:10.971Z | Download: 1192/4281 items 83.1/220.6MB 37% complete (6.5M/s) |
148 | 2024-09-24T03:12:16.008Z | Download: 1195/4281 items 83.3/220.6MB 37% complete (6.1M/s) |
149 | 2024-09-24T03:12:21.399Z | Download: 1410/4281 items 116.4/220.6MB 52% complete (3.8M/s) |
150 | 2024-09-24T03:12:26.414Z | Download: 1697/4281 items 117.3/220.6MB 53% complete (3.5M/s) |
151 | 2024-09-24T03:12:31.460Z | Download: 1827/4281 items 117.7/220.6MB 53% complete (238k/s) |
152 | 2024-09-24T03:12:36.482Z | Download: 2026/4281 items 117.9/220.6MB 53% complete (77.3k/s) |
153 | 2024-09-24T03:12:41.705Z | Download: 2216/4281 items 118.4/220.6MB 53% complete (70.4k/s) |
154 | 2024-09-24T03:12:50.506Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (100k/s) |
155 | 2024-09-24T03:12:55.771Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
156 | 2024-09-24T03:13:01.264Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
157 | 2024-09-24T03:13:06.459Z | Download: 2319/4281 items 119.8/220.6MB 54% complete (78.7k/s) |
158 | 2024-09-24T03:13:11.440Z | Download: 2392/4281 items 120.0/220.6MB 54% complete (88.7k/s) |
159 | 2024-09-24T03:13:16.501Z | Download: 2511/4281 items 120.3/220.6MB 54% complete (42.8k/s) |
160 | 2024-09-24T03:13:21.506Z | Download: 2621/4281 items 120.5/220.6MB 54% complete (51.1k/s) |
161 | 2024-09-24T03:13:26.660Z | Download: 2656/4281 items 120.7/220.6MB 54% complete (42.2k/s) |
162 | 2024-09-24T03:13:31.661Z | Download: 2846/4281 items 121.1/220.6MB 54% complete (53.2k/s) |
163 | 2024-09-24T03:13:36.711Z | Download: 3218/4281 items 193.0/220.6MB 87% complete (7.2M/s) |
164 | 2024-09-24T03:13:43.916Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
165 | 2024-09-24T03:13:51.853Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
166 | 2024-09-24T03:13:56.864Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
167 | 2024-09-24T03:14:03.645Z | Download: 3284/4281 items 212.0/220.6MB 96% complete (1003k/s) |
168 | 2024-09-24T03:14:10.029Z | Download: 3285/4281 items 212.2/220.6MB 96% complete (1.1M/s) |
169 | 2024-09-24T03:14:22.872Z | Download: 3288/4281 items 212.5/220.6MB 96% complete |
170 | 2024-09-24T03:14:27.885Z | Download: 3475/4281 items 215.4/220.6MB 97% complete (660k/s) |
171 | 2024-09-24T03:14:32.934Z | Download: 3966/4281 items 218.2/220.6MB 98% complete (588k/s) |
172 | 2024-09-24T03:14:38.287Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (548k/s) |
173 | 2024-09-24T03:14:55.458Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
174 | 2024-09-24T03:14:58.427Z | Download: Completed 220.60 MB in 200.93 seconds (1.1M/s) |
175 | 2024-09-24T03:15:00.511Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-09-24T03:15:00.530Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-09-24T03:15:05.171Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-24T03:15:05.471Z | Actions: Completed 5063 actions in 4.96 seconds. |
179 | 2024-09-24T03:15:05.775Z | Done (0.297s) |
180 | 2024-09-24T03:15:05.779Z | Done (0.000s) |
181 | 2024-09-24T03:15:06.195Z | Done (0.418s) |
182 | 2024-09-24T03:15:10.414Z | Done (4.033s) |
183 | 2024-09-24T03:15:10.500Z | Done (0.017s) |
184 | 2024-09-24T03:15:10.508Z | Done (0.000s) |
185 | 2024-09-24T03:15:10.676Z | Done (0.000s) |
186 | 2024-09-24T03:15:11.274Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-24T03:15:11.438Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-24T03:15:11.442Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-24T03:15:11.709Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-24T03:15:11.712Z | Planning: Planning completed in 0.44 seconds |
191 | 2024-09-24T03:15:11.751Z | Mediators to change: 2 |
192 | 2024-09-24T03:15:11.751Z | Create boot environment: No |
193 | 2024-09-24T03:15:11.755Z | Create backup boot environment: No |
194 | 2024-09-24T03:15:11.827Z | Done |
195 | 2024-09-24T03:15:11.827Z | Done |
196 | 2024-09-24T03:15:12.076Z | Done |
197 | 2024-09-24T03:15:15.668Z | Done |
198 | 2024-09-24T03:15:15.758Z | Done |
199 | 2024-09-24T03:15:15.761Z | Done |
200 | 2024-09-24T03:15:15.873Z | Done |
201 | 2024-09-24T03:15:16.481Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-24T03:15:16.484Z | Planning: Merging actions ... Done |
203 | 2024-09-24T03:15:16.670Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-24T03:15:16.673Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-24T03:15:16.936Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-24T03:15:16.991Z | Planning: Planning completed in 0.75 seconds |
207 | 2024-09-24T03:15:17.031Z | Packages to change: 1 |
208 | 2024-09-24T03:15:17.034Z | Mediators to change: 1 |
209 | 2024-09-24T03:15:17.034Z | Services to change: 1 |
210 | 2024-09-24T03:15:17.034Z | Create boot environment: No |
211 | 2024-09-24T03:15:17.034Z | Create backup boot environment: Yes |
212 | 2024-09-24T03:15:19.170Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-24T03:15:19.173Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-09-24T03:15:19.173Z | Done |
215 | 2024-09-24T03:15:19.173Z | Done |
216 | 2024-09-24T03:15:19.255Z | Done |
217 | 2024-09-24T03:15:22.867Z | Done |
218 | 2024-09-24T03:15:22.917Z | Done |
219 | 2024-09-24T03:15:22.920Z | Done |
220 | 2024-09-24T03:15:23.036Z | Done |
221 | 2024-09-24T03:15:23.472Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-24T03:15:23.472Z | clang system 15 system |
223 | 2024-09-24T03:15:23.472Z | csh system system illumos |
224 | 2024-09-24T03:15:23.472Z | ctags system system illumos |
225 | 2024-09-24T03:15:23.473Z | gcc vendor 12 vendor |
226 | 2024-09-24T03:15:23.473Z | gcc system 10 system |
227 | 2024-09-24T03:15:23.473Z | gcc system 7 system |
228 | 2024-09-24T03:15:23.473Z | go system 1.20 system |
229 | 2024-09-24T03:15:23.473Z | go system 1.19 system |
230 | 2024-09-24T03:15:23.473Z | llvm system 15 system |
231 | 2024-09-24T03:15:23.473Z | llvm system 14 system |
232 | 2024-09-24T03:15:23.473Z | mariadb system 10.6 system |
233 | 2024-09-24T03:15:23.473Z | mta vendor vendor dma |
234 | 2024-09-24T03:15:23.473Z | openjdk system 17 system |
235 | 2024-09-24T03:15:23.473Z | openjdk system 11 system |
236 | 2024-09-24T03:15:23.473Z | openjdk system 1.8 system |
237 | 2024-09-24T03:15:23.473Z | openssl vendor 3 vendor |
238 | 2024-09-24T03:15:23.473Z | perl system 5.36 system |
239 | 2024-09-24T03:15:23.473Z | postgresql system 15 system |
240 | 2024-09-24T03:15:23.473Z | postgresql system 13 system |
241 | 2024-09-24T03:15:23.473Z | python vendor 3 vendor |
242 | 2024-09-24T03:15:23.473Z | python system 2 system |
243 | 2024-09-24T03:15:23.473Z | python3 system 3.11 system |
244 | 2024-09-24T03:15:23.474Z | ruby system 3.0 system |
245 | 2024-09-24T03:15:23.474Z | words vendor vendor american-english |
246 | 2024-09-24T03:15:23.474Z | words system system australian-english |
247 | 2024-09-24T03:15:23.474Z | words system system british-english |
248 | 2024-09-24T03:15:23.474Z | words system system canadian-english |
249 | 2024-09-24T03:15:23.474Z | words system system french |
250 | 2024-09-24T03:15:23.474Z | words system system italian |
251 | 2024-09-24T03:15:23.474Z | words system system ngerman |
252 | 2024-09-24T03:15:23.474Z | words system system ogerman |
253 | 2024-09-24T03:15:23.474Z | words system system spanish |
254 | 2024-09-24T03:15:23.807Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-24T03:15:23.807Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-24T03:15:25.713Z | FMRI IFO |
257 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-24T03:15:25.713Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-24T03:15:26.343Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-24T03:15:26.623Z | Updating crates.io index |
272 | 2024-09-24T03:15:26.626Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-24T03:15:27.414Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-24T03:15:28.181Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-24T03:15:28.417Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-24T03:15:29.917Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-24T03:15:30.156Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-24T03:15:30.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-24T03:15:31.412Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-24T03:15:33.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-24T03:15:34.349Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-24T03:15:35.055Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-09-24T03:15:35.324Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-09-24T03:15:35.571Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-09-24T03:15:36.147Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-09-24T03:15:36.415Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-09-24T03:15:36.718Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
288 | 2024-09-24T03:15:37.147Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2024-09-24T03:15:37.656Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-09-24T03:15:37.934Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-09-24T03:15:38.201Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-09-24T03:15:38.452Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-09-24T03:15:38.713Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-09-24T03:15:39.108Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-09-24T03:15:39.390Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-09-24T03:15:39.654Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-09-24T03:15:40.012Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-09-24T03:15:40.543Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-09-24T03:15:40.848Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-09-24T03:15:41.197Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-09-24T03:15:41.573Z | Updating git repository `https://github.com/oxidecomputer/typify` |
302 | 2024-09-24T03:15:43.905Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-09-24T03:15:44.161Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-09-24T03:15:44.497Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-09-24T03:15:44.780Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
306 | 2024-09-24T03:15:45.890Z | Downloading crates ... |
307 | 2024-09-24T03:15:45.962Z | Downloaded log v0.4.21 |
308 | 2024-09-24T03:15:45.965Z | Downloaded anstyle v1.0.8 |
309 | 2024-09-24T03:15:45.970Z | Downloaded once_cell v1.19.0 |
310 | 2024-09-24T03:15:45.973Z | Downloaded equivalent v1.0.1 |
311 | 2024-09-24T03:15:45.982Z | Downloaded dof v0.3.0 |
312 | 2024-09-24T03:15:45.985Z | Downloaded crypto-common v0.1.6 |
313 | 2024-09-24T03:15:45.985Z | Downloaded colorchoice v1.0.1 |
314 | 2024-09-24T03:15:45.987Z | Downloaded usdt v0.5.0 |
315 | 2024-09-24T03:15:45.987Z | Downloaded usdt-macro v0.5.0 |
316 | 2024-09-24T03:15:45.987Z | Downloaded clap_lex v0.7.0 |
317 | 2024-09-24T03:15:45.990Z | Downloaded cfg-if v1.0.0 |
318 | 2024-09-24T03:15:45.990Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-09-24T03:15:45.994Z | Downloaded heck v0.4.1 |
320 | 2024-09-24T03:15:45.994Z | Downloaded autocfg v1.3.0 |
321 | 2024-09-24T03:15:45.998Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-09-24T03:15:45.998Z | Downloaded itoa v1.0.11 |
323 | 2024-09-24T03:15:45.998Z | Downloaded byteorder v1.5.0 |
324 | 2024-09-24T03:15:45.998Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-09-24T03:15:46.001Z | Downloaded smawk v0.3.2 |
326 | 2024-09-24T03:15:46.001Z | Downloaded scroll v0.12.0 |
327 | 2024-09-24T03:15:46.004Z | Downloaded thiserror v1.0.63 |
328 | 2024-09-24T03:15:46.007Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2024-09-24T03:15:46.011Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2024-09-24T03:15:46.011Z | Downloaded pest_generator v2.7.10 |
331 | 2024-09-24T03:15:46.013Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-09-24T03:15:46.013Z | Downloaded fastrand v2.1.0 |
333 | 2024-09-24T03:15:46.016Z | Downloaded proc-macro-error v1.0.4 |
334 | 2024-09-24T03:15:46.019Z | Downloaded anstyle-query v1.0.3 |
335 | 2024-09-24T03:15:46.019Z | Downloaded toml v0.8.19 |
336 | 2024-09-24T03:15:46.022Z | Downloaded block-buffer v0.10.4 |
337 | 2024-09-24T03:15:46.025Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-09-24T03:15:46.029Z | Downloaded terminal_size v0.3.0 |
339 | 2024-09-24T03:15:46.032Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-09-24T03:15:46.032Z | Downloaded proc-macro2 v1.0.86 |
341 | 2024-09-24T03:15:46.034Z | Downloaded plain v0.2.3 |
342 | 2024-09-24T03:15:46.037Z | Downloaded fs-err v2.11.0 |
343 | 2024-09-24T03:15:46.037Z | Downloaded dtrace-parser v0.2.0 |
344 | 2024-09-24T03:15:46.041Z | Downloaded indexmap v2.4.0 |
345 | 2024-09-24T03:15:46.048Z | Downloaded swrite v0.1.0 |
346 | 2024-09-24T03:15:46.052Z | Downloaded fnv v1.0.7 |
347 | 2024-09-24T03:15:46.055Z | Downloaded bytecount v0.6.8 |
348 | 2024-09-24T03:15:46.055Z | Downloaded is_terminal_polyfill v1.70.0 |
349 | 2024-09-24T03:15:46.058Z | Downloaded scroll_derive v0.12.0 |
350 | 2024-09-24T03:15:46.061Z | Downloaded pretty-hex v0.4.1 |
351 | 2024-09-24T03:15:46.064Z | Downloaded errno v0.3.9 |
352 | 2024-09-24T03:15:46.067Z | Downloaded memmap v0.7.0 |
353 | 2024-09-24T03:15:46.071Z | Downloaded macaddr v1.0.1 |
354 | 2024-09-24T03:15:46.071Z | Downloaded heck v0.5.0 |
355 | 2024-09-24T03:15:46.076Z | Downloaded serde v1.0.208 |
356 | 2024-09-24T03:15:46.076Z | Downloaded cpufeatures v0.2.12 |
357 | 2024-09-24T03:15:46.079Z | Downloaded digest v0.10.7 |
358 | 2024-09-24T03:15:46.079Z | Downloaded clap_derive v4.5.13 |
359 | 2024-09-24T03:15:46.082Z | Downloaded camino v1.1.9 |
360 | 2024-09-24T03:15:46.084Z | Downloaded serde_spanned v0.6.7 |
361 | 2024-09-24T03:15:46.084Z | Downloaded proc-macro-error-attr v1.0.4 |
362 | 2024-09-24T03:15:46.087Z | Downloaded anstyle-parse v0.2.4 |
363 | 2024-09-24T03:15:46.087Z | Downloaded cargo-platform v0.1.8 |
364 | 2024-09-24T03:15:46.091Z | Downloaded version_check v0.9.5 |
365 | 2024-09-24T03:15:46.091Z | Downloaded toml_datetime v0.6.8 |
366 | 2024-09-24T03:15:46.095Z | Downloaded thread-id v4.2.1 |
367 | 2024-09-24T03:15:46.095Z | Downloaded strsim v0.11.1 |
368 | 2024-09-24T03:15:46.095Z | Downloaded anstream v0.6.14 |
369 | 2024-09-24T03:15:46.099Z | Downloaded thiserror-impl v1.0.63 |
370 | 2024-09-24T03:15:46.099Z | Downloaded generic-array v0.14.7 |
371 | 2024-09-24T03:15:46.099Z | Downloaded utf8parse v0.2.1 |
372 | 2024-09-24T03:15:46.102Z | Downloaded cargo_toml v0.20.4 |
373 | 2024-09-24T03:15:46.104Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-09-24T03:15:46.109Z | Downloaded semver v1.0.23 |
375 | 2024-09-24T03:15:46.111Z | Downloaded quote v1.0.36 |
376 | 2024-09-24T03:15:46.111Z | Downloaded bitflags v2.6.0 |
377 | 2024-09-24T03:15:46.114Z | Downloaded pest_derive v2.7.10 |
378 | 2024-09-24T03:15:46.117Z | Downloaded tempfile v3.10.1 |
379 | 2024-09-24T03:15:46.119Z | Downloaded sha2 v0.10.8 |
380 | 2024-09-24T03:15:46.128Z | Downloaded clap v4.5.16 |
381 | 2024-09-24T03:15:46.136Z | Downloaded unicode-ident v1.0.12 |
382 | 2024-09-24T03:15:46.139Z | Downloaded textwrap v0.16.1 |
383 | 2024-09-24T03:15:46.142Z | Downloaded pest v2.7.10 |
384 | 2024-09-24T03:15:46.146Z | Downloaded papergrid v0.11.0 |
385 | 2024-09-24T03:15:46.150Z | Downloaded typenum v1.17.0 |
386 | 2024-09-24T03:15:46.153Z | Downloaded serde_derive v1.0.208 |
387 | 2024-09-24T03:15:46.155Z | Downloaded toml_edit v0.22.20 |
388 | 2024-09-24T03:15:46.175Z | Downloaded ryu v1.0.18 |
389 | 2024-09-24T03:15:46.178Z | Downloaded memchr v2.7.2 |
390 | 2024-09-24T03:15:46.183Z | Downloaded clap_builder v4.5.15 |
391 | 2024-09-24T03:15:46.189Z | Downloaded pest_meta v2.7.10 |
392 | 2024-09-24T03:15:46.192Z | Downloaded goblin v0.8.2 |
393 | 2024-09-24T03:15:46.197Z | Downloaded serde_json v1.0.125 |
394 | 2024-09-24T03:15:46.203Z | Downloaded hashbrown v0.14.5 |
395 | 2024-09-24T03:15:46.208Z | Downloaded anyhow v1.0.89 |
396 | 2024-09-24T03:15:46.212Z | Downloaded zerocopy v0.7.34 |
397 | 2024-09-24T03:15:46.226Z | Downloaded winnow v0.6.18 |
398 | 2024-09-24T03:15:46.236Z | Downloaded syn v2.0.74 |
399 | 2024-09-24T03:15:46.247Z | Downloaded tabled v0.15.0 |
400 | 2024-09-24T03:15:46.261Z | Downloaded syn v1.0.109 |
401 | 2024-09-24T03:15:46.271Z | Downloaded rustix v0.38.34 |
402 | 2024-09-24T03:15:46.293Z | Downloaded unicode-width v0.1.13 |
403 | 2024-09-24T03:15:46.304Z | Downloaded libc v0.2.158 |
404 | 2024-09-24T03:15:46.660Z | Compiling proc-macro2 v1.0.86 |
405 | 2024-09-24T03:15:46.660Z | Compiling unicode-ident v1.0.12 |
406 | 2024-09-24T03:15:46.666Z | Compiling version_check v0.9.5 |
407 | 2024-09-24T03:15:46.666Z | Compiling serde v1.0.208 |
408 | 2024-09-24T03:15:46.666Z | Compiling thiserror v1.0.63 |
409 | 2024-09-24T03:15:46.666Z | Compiling memchr v2.7.2 |
410 | 2024-09-24T03:15:46.666Z | Compiling libc v0.2.158 |
411 | 2024-09-24T03:15:46.666Z | Compiling ucd-trie v0.1.6 |
412 | 2024-09-24T03:15:46.947Z | Compiling ryu v1.0.18 |
413 | 2024-09-24T03:15:47.286Z | Compiling itoa v1.0.11 |
414 | 2024-09-24T03:15:47.379Z | Compiling once_cell v1.19.0 |
415 | 2024-09-24T03:15:47.437Z | Compiling byteorder v1.5.0 |
416 | 2024-09-24T03:15:47.487Z | Compiling serde_json v1.0.125 |
417 | 2024-09-24T03:15:47.781Z | Compiling rustix v0.38.34 |
418 | 2024-09-24T03:15:47.892Z | Compiling bitflags v2.6.0 |
419 | 2024-09-24T03:15:48.068Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-09-24T03:15:48.259Z | Compiling usdt-impl v0.5.0 |
421 | 2024-09-24T03:15:48.317Z | Compiling syn v1.0.109 |
422 | 2024-09-24T03:15:48.368Z | Compiling quote v1.0.36 |
423 | 2024-09-24T03:15:48.469Z | Compiling proc-macro-error v1.0.4 |
424 | 2024-09-24T03:15:48.824Z | Compiling syn v2.0.74 |
425 | 2024-09-24T03:15:48.830Z | Compiling plain v0.2.3 |
426 | 2024-09-24T03:15:48.830Z | Compiling camino v1.1.9 |
427 | 2024-09-24T03:15:48.945Z | Compiling errno v0.3.9 |
428 | 2024-09-24T03:15:49.050Z | Compiling utf8parse v0.2.1 |
429 | 2024-09-24T03:15:49.085Z | Compiling thread-id v4.2.1 |
430 | 2024-09-24T03:15:49.168Z | Compiling equivalent v1.0.1 |
431 | 2024-09-24T03:15:49.194Z | Compiling hashbrown v0.14.5 |
432 | 2024-09-24T03:15:49.218Z | Compiling log v0.4.21 |
433 | 2024-09-24T03:15:49.220Z | Compiling anstyle-parse v0.2.4 |
434 | 2024-09-24T03:15:49.588Z | Compiling colorchoice v1.0.1 |
435 | 2024-09-24T03:15:49.677Z | Compiling semver v1.0.23 |
436 | 2024-09-24T03:15:49.747Z | Compiling autocfg v1.3.0 |
437 | 2024-09-24T03:15:49.926Z | Compiling winnow v0.6.18 |
438 | 2024-09-24T03:15:50.209Z | Compiling anstyle v1.0.8 |
439 | 2024-09-24T03:15:50.237Z | Compiling is_terminal_polyfill v1.70.0 |
440 | 2024-09-24T03:15:50.365Z | Compiling anstyle-query v1.0.3 |
441 | 2024-09-24T03:15:50.516Z | Compiling indexmap v2.4.0 |
442 | 2024-09-24T03:15:50.547Z | Compiling unicode-width v0.1.13 |
443 | 2024-09-24T03:15:50.658Z | Compiling pretty-hex v0.4.1 |
444 | 2024-09-24T03:15:50.737Z | Compiling fs-err v2.11.0 |
445 | 2024-09-24T03:15:50.789Z | Compiling anstream v0.6.14 |
446 | 2024-09-24T03:15:51.100Z | Compiling cfg-if v1.0.0 |
447 | 2024-09-24T03:15:51.167Z | Compiling fastrand v2.1.0 |
448 | 2024-09-24T03:15:51.204Z | Compiling fnv v1.0.7 |
449 | 2024-09-24T03:15:51.348Z | Compiling terminal_size v0.3.0 |
450 | 2024-09-24T03:15:51.502Z | Compiling heck v0.5.0 |
451 | 2024-09-24T03:15:51.542Z | Compiling strsim v0.11.1 |
452 | 2024-09-24T03:15:51.743Z | Compiling clap_lex v0.7.0 |
453 | 2024-09-24T03:15:51.850Z | Compiling heck v0.4.1 |
454 | 2024-09-24T03:15:52.075Z | Compiling anyhow v1.0.89 |
455 | 2024-09-24T03:15:52.271Z | Compiling bytecount v0.6.8 |
456 | 2024-09-24T03:15:52.341Z | Compiling clap_builder v4.5.15 |
457 | 2024-09-24T03:15:52.488Z | Compiling papergrid v0.11.0 |
458 | 2024-09-24T03:15:52.510Z | Compiling tempfile v3.10.1 |
459 | 2024-09-24T03:15:52.840Z | Compiling memmap v0.7.0 |
460 | 2024-09-24T03:15:52.868Z | Compiling smawk v0.3.2 |
461 | 2024-09-24T03:15:53.180Z | Compiling unicode-linebreak v0.1.5 |
462 | 2024-09-24T03:15:53.596Z | Compiling textwrap v0.16.1 |
463 | 2024-09-24T03:15:53.621Z | Compiling swrite v0.1.0 |
464 | 2024-09-24T03:15:54.856Z | Compiling tabled_derive v0.7.0 |
465 | 2024-09-24T03:15:56.468Z | Compiling tabled v0.15.0 |
466 | 2024-09-24T03:15:57.455Z | Compiling serde_derive v1.0.208 |
467 | 2024-09-24T03:15:57.455Z | Compiling thiserror-impl v1.0.63 |
468 | 2024-09-24T03:15:57.457Z | Compiling zerocopy-derive v0.7.34 |
469 | 2024-09-24T03:15:57.457Z | Compiling scroll_derive v0.12.0 |
470 | 2024-09-24T03:15:57.641Z | Compiling clap_derive v4.5.13 |
471 | 2024-09-24T03:15:58.854Z | Compiling scroll v0.12.0 |
472 | 2024-09-24T03:15:59.320Z | Compiling goblin v0.8.2 |
473 | 2024-09-24T03:15:59.540Z | Compiling zerocopy v0.7.34 |
474 | 2024-09-24T03:16:00.121Z | Compiling pest v2.7.10 |
475 | 2024-09-24T03:16:01.130Z | Compiling clap v4.5.16 |
476 | 2024-09-24T03:16:02.322Z | Compiling pest_meta v2.7.10 |
477 | 2024-09-24T03:16:03.231Z | Compiling pest_generator v2.7.10 |
478 | 2024-09-24T03:16:04.811Z | Compiling pest_derive v2.7.10 |
479 | 2024-09-24T03:16:05.474Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-09-24T03:16:07.585Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-09-24T03:16:07.674Z | Compiling toml_datetime v0.6.8 |
482 | 2024-09-24T03:16:07.676Z | Compiling serde_spanned v0.6.7 |
483 | 2024-09-24T03:16:07.892Z | Compiling cargo-platform v0.1.8 |
484 | 2024-09-24T03:16:08.000Z | Compiling toml_edit v0.22.20 |
485 | 2024-09-24T03:16:08.204Z | Compiling macaddr v1.0.1 |
486 | 2024-09-24T03:16:08.479Z | Compiling camino-tempfile v1.1.1 |
487 | 2024-09-24T03:16:08.978Z | Compiling dof v0.3.0 |
488 | 2024-09-24T03:16:09.114Z | Compiling cargo_metadata v0.18.1 |
489 | 2024-09-24T03:16:10.687Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-09-24T03:16:10.690Z | Compiling usdt-macro v0.5.0 |
491 | 2024-09-24T03:16:10.838Z | Compiling toml v0.8.19 |
492 | 2024-09-24T03:16:11.701Z | Compiling cargo_toml v0.20.4 |
493 | 2024-09-24T03:16:12.112Z | Compiling usdt v0.5.0 |
494 | 2024-09-24T03:16:15.256Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2024-09-24T03:16:19.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.27s |
496 | 2024-09-24T03:16:19.637Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2024-09-24T03:16:20.283Z | Downloading crates ... |
498 | 2024-09-24T03:16:20.363Z | Downloaded array-init v0.0.4 |
499 | 2024-09-24T03:16:20.366Z | Downloaded async-stream v0.3.5 |
500 | 2024-09-24T03:16:20.370Z | Downloaded addr2line v0.21.0 |
501 | 2024-09-24T03:16:20.373Z | Downloaded bitstruct v0.1.1 |
502 | 2024-09-24T03:16:20.379Z | Downloaded async-stream-impl v0.3.5 |
503 | 2024-09-24T03:16:20.381Z | Downloaded cfg_aliases v0.1.1 |
504 | 2024-09-24T03:16:20.384Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-09-24T03:16:20.386Z | Downloaded cstr-argument v0.1.2 |
506 | 2024-09-24T03:16:20.389Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2024-09-24T03:16:20.389Z | Downloaded humantime v2.1.0 |
508 | 2024-09-24T03:16:20.391Z | Downloaded darling v0.20.9 |
509 | 2024-09-24T03:16:20.395Z | Downloaded http-body v0.4.6 |
510 | 2024-09-24T03:16:20.398Z | Downloaded bitfield-struct v0.6.1 |
511 | 2024-09-24T03:16:20.400Z | Downloaded instant v0.1.12 |
512 | 2024-09-24T03:16:20.402Z | Downloaded matches v0.1.10 |
513 | 2024-09-24T03:16:20.402Z | Downloaded ascii-canvas v3.0.0 |
514 | 2024-09-24T03:16:20.404Z | Downloaded base16ct v0.2.0 |
515 | 2024-09-24T03:16:20.407Z | Downloaded is-terminal v0.4.12 |
516 | 2024-09-24T03:16:20.407Z | Downloaded crc-catalog v2.4.0 |
517 | 2024-09-24T03:16:20.410Z | Downloaded atomic-waker v1.1.2 |
518 | 2024-09-24T03:16:20.412Z | Downloaded const_format_proc_macros v0.2.33 |
519 | 2024-09-24T03:16:20.413Z | Downloaded impl-trait-for-tuples v0.2.2 |
520 | 2024-09-24T03:16:20.415Z | Downloaded hostname v0.3.1 |
521 | 2024-09-24T03:16:20.418Z | Downloaded lazy_static v1.5.0 |
522 | 2024-09-24T03:16:20.420Z | Downloaded http-range v0.1.5 |
523 | 2024-09-24T03:16:20.423Z | Downloaded keccak v0.1.5 |
524 | 2024-09-24T03:16:20.423Z | Downloaded mime v0.3.17 |
525 | 2024-09-24T03:16:20.425Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-09-24T03:16:20.427Z | Downloaded maplit v1.0.2 |
527 | 2024-09-24T03:16:20.427Z | Downloaded castaway v0.2.3 |
528 | 2024-09-24T03:16:20.430Z | Downloaded inout v0.1.3 |
529 | 2024-09-24T03:16:20.432Z | Downloaded new_debug_unreachable v1.0.6 |
530 | 2024-09-24T03:16:20.432Z | Downloaded linear-map v1.2.0 |
531 | 2024-09-24T03:16:20.434Z | Downloaded newtype-uuid v1.1.0 |
532 | 2024-09-24T03:16:20.434Z | Downloaded hyper-rustls v0.24.2 |
533 | 2024-09-24T03:16:20.437Z | Downloaded ctr v0.9.2 |
534 | 2024-09-24T03:16:20.439Z | Downloaded nibble_vec v0.1.0 |
535 | 2024-09-24T03:16:20.442Z | Downloaded const-oid v0.9.6 |
536 | 2024-09-24T03:16:20.444Z | Downloaded highway v1.2.0 |
537 | 2024-09-24T03:16:20.446Z | Downloaded lru-cache v0.1.2 |
538 | 2024-09-24T03:16:20.449Z | Downloaded crc v3.2.1 |
539 | 2024-09-24T03:16:20.451Z | Downloaded hyper-tls v0.5.0 |
540 | 2024-09-24T03:16:20.454Z | Downloaded memmap2 v0.9.4 |
541 | 2024-09-24T03:16:20.456Z | Downloaded bytes v1.7.2 |
542 | 2024-09-24T03:16:20.459Z | Downloaded nanorand v0.7.0 |
543 | 2024-09-24T03:16:20.462Z | Downloaded iana-time-zone v0.1.60 |
544 | 2024-09-24T03:16:20.466Z | Downloaded http-body v1.0.0 |
545 | 2024-09-24T03:16:20.468Z | Downloaded crossbeam-epoch v0.9.18 |
546 | 2024-09-24T03:16:20.471Z | Downloaded compact_str v0.8.0 |
547 | 2024-09-24T03:16:20.474Z | Downloaded mockall_derive v0.13.0 |
548 | 2024-09-24T03:16:20.477Z | Downloaded hubpack_derive v0.1.1 |
549 | 2024-09-24T03:16:20.479Z | Downloaded shlex v1.3.0 |
550 | 2024-09-24T03:16:20.481Z | Downloaded secrecy v0.8.0 |
551 | 2024-09-24T03:16:20.481Z | Downloaded crunchy v0.2.2 |
552 | 2024-09-24T03:16:20.484Z | Downloaded hmac v0.12.1 |
553 | 2024-09-24T03:16:20.487Z | Downloaded atomicwrites v0.4.4 |
554 | 2024-09-24T03:16:20.487Z | Downloaded sigpipe v0.1.3 |
555 | 2024-09-24T03:16:20.490Z | Downloaded resolv-conf v0.7.0 |
556 | 2024-09-24T03:16:20.490Z | Downloaded arrayvec v0.7.4 |
557 | 2024-09-24T03:16:20.493Z | Downloaded md5 v0.7.0 |
558 | 2024-09-24T03:16:20.497Z | Downloaded miniz_oxide v0.8.0 |
559 | 2024-09-24T03:16:20.497Z | Downloaded base64 v0.21.7 |
560 | 2024-09-24T03:16:20.501Z | Downloaded hostname v0.4.0 |
561 | 2024-09-24T03:16:20.509Z | Downloaded rustc_version v0.1.7 |
562 | 2024-09-24T03:16:20.509Z | Downloaded newtype_derive v0.1.6 |
563 | 2024-09-24T03:16:20.512Z | Downloaded lru v0.12.3 |
564 | 2024-09-24T03:16:20.512Z | Downloaded constant_time_eq v0.3.0 |
565 | 2024-09-24T03:16:20.512Z | Downloaded rustversion v1.0.17 |
566 | 2024-09-24T03:16:20.512Z | Downloaded block-padding v0.3.3 |
567 | 2024-09-24T03:16:20.513Z | Downloaded newline-converter v0.3.0 |
568 | 2024-09-24T03:16:20.516Z | Downloaded kstat-rs v0.2.4 |
569 | 2024-09-24T03:16:20.516Z | Downloaded maybe-uninit v2.0.0 |
570 | 2024-09-24T03:16:20.516Z | Downloaded cc v1.0.97 |
571 | 2024-09-24T03:16:20.519Z | Downloaded cexpr v0.6.0 |
572 | 2024-09-24T03:16:20.521Z | Downloaded supports-color v3.0.1 |
573 | 2024-09-24T03:16:20.524Z | Downloaded sec1 v0.7.3 |
574 | 2024-09-24T03:16:20.526Z | Downloaded colored v2.1.0 |
575 | 2024-09-24T03:16:20.528Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2024-09-24T03:16:20.531Z | Downloaded display-error-chain v0.2.1 |
577 | 2024-09-24T03:16:20.531Z | Downloaded float-ord v0.3.2 |
578 | 2024-09-24T03:16:20.534Z | Downloaded downcast v0.11.0 |
579 | 2024-09-24T03:16:20.534Z | Downloaded thiserror-no-std v2.0.2 |
580 | 2024-09-24T03:16:20.537Z | Downloaded linked-hash-map v0.5.6 |
581 | 2024-09-24T03:16:20.540Z | Downloaded mockall v0.13.0 |
582 | 2024-09-24T03:16:20.542Z | Downloaded multimap v0.10.0 |
583 | 2024-09-24T03:16:20.545Z | Downloaded spki v0.7.3 |
584 | 2024-09-24T03:16:20.547Z | Downloaded chacha20poly1305 v0.10.1 |
585 | 2024-09-24T03:16:20.547Z | Downloaded allocator-api2 v0.2.18 |
586 | 2024-09-24T03:16:20.550Z | Downloaded headers-core v0.2.0 |
587 | 2024-09-24T03:16:20.553Z | Downloaded sqlformat v0.2.4 |
588 | 2024-09-24T03:16:20.555Z | Downloaded managed v0.8.0 |
589 | 2024-09-24T03:16:20.555Z | Downloaded universal-hash v0.5.1 |
590 | 2024-09-24T03:16:20.558Z | Downloaded rusty-fork v0.3.0 |
591 | 2024-09-24T03:16:20.559Z | Downloaded smallvec v0.6.14 |
592 | 2024-09-24T03:16:20.561Z | Downloaded thread_local v1.1.8 |
593 | 2024-09-24T03:16:20.561Z | Downloaded semver v0.1.20 |
594 | 2024-09-24T03:16:20.564Z | Downloaded crossbeam-channel v0.5.12 |
595 | 2024-09-24T03:16:20.567Z | Downloaded tokio-native-tls v0.3.1 |
596 | 2024-09-24T03:16:20.570Z | Downloaded wyz v0.5.1 |
597 | 2024-09-24T03:16:20.573Z | Downloaded cancel-safe-futures v0.1.5 |
598 | 2024-09-24T03:16:20.575Z | Downloaded httparse v1.8.0 |
599 | 2024-09-24T03:16:20.578Z | Downloaded unarray v0.1.4 |
600 | 2024-09-24T03:16:20.578Z | Downloaded portpicker v0.1.1 |
601 | 2024-09-24T03:16:20.580Z | Downloaded oso-derive v0.27.3 |
602 | 2024-09-24T03:16:20.580Z | Downloaded vsss-rs v3.3.4 |
603 | 2024-09-24T03:16:20.583Z | Downloaded float-cmp v0.9.0 |
604 | 2024-09-24T03:16:20.585Z | Downloaded dirs-sys-next v0.1.2 |
605 | 2024-09-24T03:16:20.585Z | Downloaded csv-core v0.1.11 |
606 | 2024-09-24T03:16:20.588Z | Downloaded crc32fast v1.4.0 |
607 | 2024-09-24T03:16:20.591Z | Downloaded libloading v0.8.3 |
608 | 2024-09-24T03:16:20.593Z | Downloaded rcgen v0.12.1 |
609 | 2024-09-24T03:16:20.595Z | Downloaded strum_macros v0.24.3 |
610 | 2024-09-24T03:16:20.598Z | Downloaded crossbeam-utils v0.8.19 |
611 | 2024-09-24T03:16:20.600Z | Downloaded defmt-parser v0.3.4 |
612 | 2024-09-24T03:16:20.603Z | Downloaded slog-term v2.9.1 |
613 | 2024-09-24T03:16:20.605Z | Downloaded futures-task v0.3.30 |
614 | 2024-09-24T03:16:20.605Z | Downloaded num_enum v0.5.11 |
615 | 2024-09-24T03:16:20.610Z | Downloaded ron v0.8.1 |
616 | 2024-09-24T03:16:20.616Z | Downloaded tracing-attributes v0.1.27 |
617 | 2024-09-24T03:16:20.618Z | Downloaded pbkdf2 v0.12.2 |
618 | 2024-09-24T03:16:20.621Z | Downloaded strum v0.26.3 |
619 | 2024-09-24T03:16:20.623Z | Downloaded untrusted v0.7.1 |
620 | 2024-09-24T03:16:20.623Z | Downloaded tower-service v0.3.2 |
621 | 2024-09-24T03:16:20.628Z | Downloaded num-iter v0.1.45 |
622 | 2024-09-24T03:16:20.628Z | Downloaded mime_guess v2.0.4 |
623 | 2024-09-24T03:16:20.631Z | Downloaded env_logger v0.9.3 |
624 | 2024-09-24T03:16:20.631Z | Downloaded peg v0.8.4 |
625 | 2024-09-24T03:16:20.634Z | Downloaded ff v0.13.0 |
626 | 2024-09-24T03:16:20.636Z | Downloaded tower-layer v0.3.2 |
627 | 2024-09-24T03:16:20.636Z | Downloaded miniz_oxide v0.7.2 |
628 | 2024-09-24T03:16:20.639Z | Downloaded blake2 v0.10.6 |
629 | 2024-09-24T03:16:20.642Z | Downloaded r2d2 v0.8.10 |
630 | 2024-09-24T03:16:20.644Z | Downloaded num-conv v0.1.0 |
631 | 2024-09-24T03:16:20.646Z | Downloaded glob v0.3.1 |
632 | 2024-09-24T03:16:20.646Z | Downloaded hashlink v0.9.1 |
633 | 2024-09-24T03:16:20.649Z | Downloaded futures-channel v0.3.30 |
634 | 2024-09-24T03:16:20.651Z | Downloaded schemars_derive v0.8.21 |
635 | 2024-09-24T03:16:20.654Z | Downloaded similar v2.6.0 |
636 | 2024-09-24T03:16:20.657Z | Downloaded scopeguard v1.2.0 |
637 | 2024-09-24T03:16:20.659Z | Downloaded string_cache v0.8.7 |
638 | 2024-09-24T03:16:20.663Z | Downloaded base64 v0.13.1 |
639 | 2024-09-24T03:16:20.665Z | Downloaded precomputed-hash v0.1.1 |
640 | 2024-09-24T03:16:20.665Z | Downloaded subtle v2.5.0 |
641 | 2024-09-24T03:16:20.668Z | Downloaded parking_lot_core v0.9.10 |
642 | 2024-09-24T03:16:20.671Z | Downloaded tls_codec_derive v0.4.1 |
643 | 2024-09-24T03:16:20.671Z | Downloaded strum_macros v0.25.3 |
644 | 2024-09-24T03:16:20.673Z | Downloaded polyval v0.6.2 |
645 | 2024-09-24T03:16:20.676Z | Downloaded poly1305 v0.8.0 |
646 | 2024-09-24T03:16:20.678Z | Downloaded dirs-next v2.0.0 |
647 | 2024-09-24T03:16:20.678Z | Downloaded zeroize v1.8.1 |
648 | 2024-09-24T03:16:20.681Z | Downloaded difflib v0.4.0 |
649 | 2024-09-24T03:16:20.684Z | Downloaded same-file v1.0.6 |
650 | 2024-09-24T03:16:20.684Z | Downloaded deranged v0.3.11 |
651 | 2024-09-24T03:16:20.687Z | Downloaded defmt-macros v0.3.9 |
652 | 2024-09-24T03:16:20.689Z | Downloaded utf-8 v0.7.6 |
653 | 2024-09-24T03:16:20.689Z | Downloaded fallible-streaming-iterator v0.1.9 |
654 | 2024-09-24T03:16:20.692Z | Downloaded try-lock v0.2.5 |
655 | 2024-09-24T03:16:20.692Z | Downloaded hyper-util v0.1.7 |
656 | 2024-09-24T03:16:20.695Z | Downloaded serde_with_macros v3.9.0 |
657 | 2024-09-24T03:16:20.706Z | Downloaded vte_generate_state_changes v0.1.1 |
658 | 2024-09-24T03:16:20.709Z | Downloaded zone_cfg_derive v0.3.0 |
659 | 2024-09-24T03:16:20.709Z | Downloaded rand_seeder v0.3.0 |
660 | 2024-09-24T03:16:20.711Z | Downloaded diesel_derives v2.2.2 |
661 | 2024-09-24T03:16:20.716Z | Downloaded darling_core v0.20.9 |
662 | 2024-09-24T03:16:20.720Z | Downloaded radium v0.7.0 |
663 | 2024-09-24T03:16:20.723Z | Downloaded aes v0.8.4 |
664 | 2024-09-24T03:16:20.725Z | Downloaded predicates v3.1.2 |
665 | 2024-09-24T03:16:20.728Z | Downloaded parse-size v1.0.0 |
666 | 2024-09-24T03:16:20.730Z | Downloaded number_prefix v0.4.0 |
667 | 2024-09-24T03:16:20.733Z | Downloaded unsafe-libyaml v0.2.11 |
668 | 2024-09-24T03:16:20.735Z | Downloaded scheduled-thread-pool v0.2.7 |
669 | 2024-09-24T03:16:20.737Z | Downloaded tiny-keccak v2.0.2 |
670 | 2024-09-24T03:16:20.740Z | Downloaded openssl-probe v0.1.5 |
671 | 2024-09-24T03:16:20.740Z | Downloaded openssl-macros v0.1.1 |
672 | 2024-09-24T03:16:20.742Z | Downloaded num_threads v0.1.7 |
673 | 2024-09-24T03:16:20.742Z | Downloaded ssh-cipher v0.2.0 |
674 | 2024-09-24T03:16:20.745Z | Downloaded nu-ansi-term v0.50.0 |
675 | 2024-09-24T03:16:20.747Z | Downloaded postcard v1.0.8 |
676 | 2024-09-24T03:16:20.749Z | Downloaded zeroize_derive v1.4.2 |
677 | 2024-09-24T03:16:20.752Z | Downloaded num-complex v0.4.6 |
678 | 2024-09-24T03:16:20.754Z | Downloaded take_mut v0.2.2 |
679 | 2024-09-24T03:16:20.754Z | Downloaded predicates-tree v1.0.9 |
680 | 2024-09-24T03:16:20.756Z | Downloaded half v2.4.1 |
681 | 2024-09-24T03:16:20.759Z | Downloaded crypto-bigint v0.5.5 |
682 | 2024-09-24T03:16:20.765Z | Downloaded sync_wrapper v0.1.2 |
683 | 2024-09-24T03:16:20.768Z | Downloaded filetime v0.2.25 |
684 | 2024-09-24T03:16:20.768Z | Downloaded fallible-iterator v0.3.0 |
685 | 2024-09-24T03:16:20.770Z | Downloaded socket2 v0.4.10 |
686 | 2024-09-24T03:16:20.774Z | Downloaded tracing-core v0.1.32 |
687 | 2024-09-24T03:16:20.780Z | Downloaded darling_macro v0.20.9 |
688 | 2024-09-24T03:16:20.780Z | Downloaded fatfs v0.3.6 |
689 | 2024-09-24T03:16:20.783Z | Downloaded tokio-tungstenite v0.20.1 |
690 | 2024-09-24T03:16:20.783Z | Downloaded normalize-line-endings v0.3.0 |
691 | 2024-09-24T03:16:20.783Z | Downloaded foreign-types-macros v0.2.3 |
692 | 2024-09-24T03:16:20.786Z | Downloaded headers v0.3.9 |
693 | 2024-09-24T03:16:20.789Z | Downloaded predicates-core v1.0.6 |
694 | 2024-09-24T03:16:20.791Z | Downloaded foreign-types-shared v0.1.1 |
695 | 2024-09-24T03:16:20.794Z | Downloaded dsl_auto_type v0.1.2 |
696 | 2024-09-24T03:16:20.794Z | Downloaded postgres-types v0.2.7 |
697 | 2024-09-24T03:16:20.797Z | Downloaded derive_builder_core v0.20.0 |
698 | 2024-09-24T03:16:20.799Z | Downloaded derive-where v1.2.7 |
699 | 2024-09-24T03:16:20.801Z | Downloaded endian-type v0.1.2 |
700 | 2024-09-24T03:16:20.804Z | Downloaded path-slash v0.1.5 |
701 | 2024-09-24T03:16:20.804Z | Downloaded mio v0.8.11 |
702 | 2024-09-24T03:16:20.813Z | Downloaded peg-runtime v0.8.3 |
703 | 2024-09-24T03:16:20.815Z | Downloaded tap v1.0.1 |
704 | 2024-09-24T03:16:20.815Z | Downloaded tabwriter v1.4.0 |
705 | 2024-09-24T03:16:20.815Z | Downloaded stringprep v0.1.4 |
706 | 2024-09-24T03:16:20.815Z | Downloaded structmeta-derive v0.2.0 |
707 | 2024-09-24T03:16:20.817Z | Downloaded socket2 v0.5.7 |
708 | 2024-09-24T03:16:20.820Z | Downloaded diff v0.1.13 |
709 | 2024-09-24T03:16:20.822Z | Downloaded opaque-debug v0.3.1 |
710 | 2024-09-24T03:16:20.824Z | Downloaded want v0.3.1 |
711 | 2024-09-24T03:16:20.824Z | Downloaded tokio-stream v0.1.15 |
712 | 2024-09-24T03:16:20.833Z | Downloaded topological-sort v0.2.2 |
713 | 2024-09-24T03:16:20.835Z | Downloaded num-integer v0.1.46 |
714 | 2024-09-24T03:16:20.835Z | Downloaded foreign-types v0.5.0 |
715 | 2024-09-24T03:16:20.835Z | Downloaded nodrop v0.1.14 |
716 | 2024-09-24T03:16:20.835Z | Downloaded derive_builder_macro v0.20.0 |
717 | 2024-09-24T03:16:20.835Z | Downloaded blake3 v1.5.1 |
718 | 2024-09-24T03:16:20.844Z | Downloaded test-strategy v0.3.1 |
719 | 2024-09-24T03:16:20.847Z | Downloaded signal-hook-tokio v0.3.1 |
720 | 2024-09-24T03:16:20.849Z | Downloaded tinyvec_macros v0.1.1 |
721 | 2024-09-24T03:16:20.853Z | Downloaded unicode-truncate v1.0.0 |
722 | 2024-09-24T03:16:20.853Z | Downloaded termios v0.3.3 |
723 | 2024-09-24T03:16:20.855Z | Downloaded rpassword v7.3.1 |
724 | 2024-09-24T03:16:20.855Z | Downloaded ref-cast v1.0.23 |
725 | 2024-09-24T03:16:20.857Z | Downloaded paste v1.0.15 |
726 | 2024-09-24T03:16:20.861Z | Downloaded serde-big-array v0.5.1 |
727 | 2024-09-24T03:16:20.864Z | Downloaded fxhash v0.2.1 |
728 | 2024-09-24T03:16:20.864Z | Downloaded foreign-types-shared v0.3.1 |
729 | 2024-09-24T03:16:20.867Z | Downloaded gethostname v0.5.0 |
730 | 2024-09-24T03:16:20.867Z | Downloaded foreign-types v0.3.2 |
731 | 2024-09-24T03:16:20.867Z | Downloaded url v2.5.2 |
732 | 2024-09-24T03:16:20.870Z | Downloaded tracing v0.1.40 |
733 | 2024-09-24T03:16:20.875Z | Downloaded time-core v0.1.2 |
734 | 2024-09-24T03:16:20.877Z | Downloaded http v1.1.0 |
735 | 2024-09-24T03:16:20.880Z | Downloaded debug-ignore v1.0.5 |
736 | 2024-09-24T03:16:20.882Z | Downloaded rand_chacha v0.3.1 |
737 | 2024-09-24T03:16:20.884Z | Downloaded rsa v0.9.6 |
738 | 2024-09-24T03:16:20.889Z | Downloaded serde_arrays v0.1.0 |
739 | 2024-09-24T03:16:20.891Z | Downloaded crossterm v0.28.1 |
740 | 2024-09-24T03:16:20.897Z | Downloaded olpc-cjson v0.1.3 |
741 | 2024-09-24T03:16:20.901Z | Downloaded siphasher v0.3.11 |
742 | 2024-09-24T03:16:20.903Z | Downloaded peg-macros v0.8.4 |
743 | 2024-09-24T03:16:20.903Z | Downloaded slog v2.7.0 |
744 | 2024-09-24T03:16:20.906Z | Downloaded sqlparser_derive v0.2.2 |
745 | 2024-09-24T03:16:20.908Z | Downloaded spin v0.5.2 |
746 | 2024-09-24T03:16:20.908Z | Downloaded data-encoding v2.6.0 |
747 | 2024-09-24T03:16:20.910Z | Downloaded tungstenite v0.21.0 |
748 | 2024-09-24T03:16:20.912Z | Downloaded pkg-config v0.3.30 |
749 | 2024-09-24T03:16:20.915Z | Downloaded serde_urlencoded v0.7.1 |
750 | 2024-09-24T03:16:20.917Z | Downloaded des v0.8.1 |
751 | 2024-09-24T03:16:20.919Z | Downloaded which v4.4.2 |
752 | 2024-09-24T03:16:20.919Z | Downloaded defmt v0.3.8 |
753 | 2024-09-24T03:16:20.922Z | Downloaded toml v0.7.8 |
754 | 2024-09-24T03:16:20.926Z | Downloaded num-bigint v0.4.5 |
755 | 2024-09-24T03:16:20.931Z | Downloaded termtree v0.4.1 |
756 | 2024-09-24T03:16:20.933Z | Downloaded serde-hex v0.1.0 |
757 | 2024-09-24T03:16:20.935Z | Downloaded spin v0.9.8 |
758 | 2024-09-24T03:16:20.938Z | Downloaded enum-as-inner v0.6.0 |
759 | 2024-09-24T03:16:20.940Z | Downloaded dhcproto-macros v0.1.0 |
760 | 2024-09-24T03:16:20.940Z | Downloaded phf_shared v0.10.0 |
761 | 2024-09-24T03:16:20.940Z | Downloaded twox-hash v1.6.3 |
762 | 2024-09-24T03:16:20.943Z | Downloaded termcolor v1.4.1 |
763 | 2024-09-24T03:16:20.943Z | Downloaded signal-hook-mio v0.2.4 |
764 | 2024-09-24T03:16:20.945Z | Downloaded tokio-rustls v0.25.0 |
765 | 2024-09-24T03:16:20.947Z | Downloaded tungstenite v0.20.1 |
766 | 2024-09-24T03:16:20.950Z | Downloaded aho-corasick v1.1.3 |
767 | 2024-09-24T03:16:20.956Z | Downloaded ssh-encoding v0.2.0 |
768 | 2024-09-24T03:16:20.958Z | Downloaded russh-cryptovec v0.7.2 |
769 | 2024-09-24T03:16:20.960Z | Downloaded tar v0.4.41 |
770 | 2024-09-24T03:16:20.962Z | Downloaded tungstenite v0.23.0 |
771 | 2024-09-24T03:16:20.966Z | Downloaded psl-types v2.0.11 |
772 | 2024-09-24T03:16:20.973Z | Downloaded walkdir v2.5.0 |
773 | 2024-09-24T03:16:20.973Z | Downloaded time-macros v0.2.18 |
774 | 2024-09-24T03:16:20.978Z | Downloaded waitgroup v0.1.2 |
775 | 2024-09-24T03:16:20.979Z | Downloaded getrandom v0.2.14 |
776 | 2024-09-24T03:16:20.979Z | Downloaded itertools v0.12.1 |
777 | 2024-09-24T03:16:20.981Z | Downloaded structmeta v0.3.0 |
778 | 2024-09-24T03:16:20.984Z | Downloaded wait-timeout v0.2.0 |
779 | 2024-09-24T03:16:20.984Z | Downloaded phf v0.11.2 |
780 | 2024-09-24T03:16:20.986Z | Downloaded omicron-zone-package v0.11.0 |
781 | 2024-09-24T03:16:20.988Z | Downloaded pem v3.0.4 |
782 | 2024-09-24T03:16:20.990Z | Downloaded ghash v0.5.1 |
783 | 2024-09-24T03:16:20.990Z | Downloaded pem-rfc7468 v0.7.0 |
784 | 2024-09-24T03:16:20.993Z | Downloaded tinyvec v1.6.0 |
785 | 2024-09-24T03:16:20.995Z | Downloaded env_filter v0.1.2 |
786 | 2024-09-24T03:16:20.998Z | Downloaded thiserror-impl-no-std v2.0.2 |
787 | 2024-09-24T03:16:21.001Z | Downloaded snafu-derive v0.8.2 |
788 | 2024-09-24T03:16:21.001Z | Downloaded serde_path_to_error v0.1.16 |
789 | 2024-09-24T03:16:21.003Z | Downloaded rayon-core v1.12.1 |
790 | 2024-09-24T03:16:21.006Z | Downloaded proc-macro-crate v1.3.1 |
791 | 2024-09-24T03:16:21.008Z | Downloaded diesel_table_macro_syntax v0.2.0 |
792 | 2024-09-24T03:16:21.008Z | Downloaded uzers v0.11.3 |
793 | 2024-09-24T03:16:21.010Z | Downloaded serde_with v3.9.0 |
794 | 2024-09-24T03:16:21.017Z | Downloaded shell-words v1.1.0 |
795 | 2024-09-24T03:16:21.020Z | Downloaded heck v0.3.3 |
796 | 2024-09-24T03:16:21.020Z | Downloaded rustls-pemfile v1.0.4 |
797 | 2024-09-24T03:16:21.023Z | Downloaded primeorder v0.13.6 |
798 | 2024-09-24T03:16:21.028Z | Downloaded phf_shared v0.11.2 |
799 | 2024-09-24T03:16:21.028Z | Downloaded heapless v0.8.0 |
800 | 2024-09-24T03:16:21.030Z | Downloaded tokio-rustls v0.26.0 |
801 | 2024-09-24T03:16:21.031Z | Downloaded portable-atomic v1.6.0 |
802 | 2024-09-24T03:16:21.036Z | Downloaded pkcs5 v0.7.1 |
803 | 2024-09-24T03:16:21.040Z | Downloaded static_assertions v1.1.0 |
804 | 2024-09-24T03:16:21.042Z | Downloaded either v1.13.0 |
805 | 2024-09-24T03:16:21.045Z | Downloaded ecdsa v0.16.9 |
806 | 2024-09-24T03:16:21.047Z | Downloaded signal-hook v0.3.17 |
807 | 2024-09-24T03:16:21.049Z | Downloaded yasna v0.5.2 |
808 | 2024-09-24T03:16:21.052Z | Downloaded hkdf v0.12.4 |
809 | 2024-09-24T03:16:21.054Z | Downloaded tokio-tungstenite v0.23.1 |
810 | 2024-09-24T03:16:21.056Z | Downloaded quick-error v1.2.3 |
811 | 2024-09-24T03:16:21.056Z | Downloaded rustyline v14.0.0 |
812 | 2024-09-24T03:16:21.061Z | Downloaded zip v0.6.6 |
813 | 2024-09-24T03:16:21.066Z | Downloaded hash32 v0.2.1 |
814 | 2024-09-24T03:16:21.069Z | Downloaded ron v0.7.1 |
815 | 2024-09-24T03:16:21.072Z | Downloaded pin-project-internal v1.1.5 |
816 | 2024-09-24T03:16:21.075Z | Downloaded russh-keys v0.45.0 |
817 | 2024-09-24T03:16:21.077Z | Downloaded tokio-tungstenite v0.21.0 |
818 | 2024-09-24T03:16:21.079Z | Downloaded vte v0.11.1 |
819 | 2024-09-24T03:16:21.082Z | Downloaded unicode-bidi v0.3.15 |
820 | 2024-09-24T03:16:21.084Z | Downloaded snafu v0.8.2 |
821 | 2024-09-24T03:16:21.089Z | Downloaded unicode-xid v0.2.4 |
822 | 2024-09-24T03:16:21.092Z | Downloaded oso v0.27.3 |
823 | 2024-09-24T03:16:21.095Z | Downloaded unicode-segmentation v1.11.0 |
824 | 2024-09-24T03:16:21.098Z | Downloaded sqlparser v0.45.0 |
825 | 2024-09-24T03:16:21.104Z | Downloaded value-bag v1.9.0 |
826 | 2024-09-24T03:16:21.106Z | Downloaded tower v0.4.13 |
827 | 2024-09-24T03:16:21.115Z | Downloaded schemars v0.8.21 |
828 | 2024-09-24T03:16:21.127Z | Downloaded futures-util v0.3.30 |
829 | 2024-09-24T03:16:21.139Z | Downloaded uuid v1.10.0 |
830 | 2024-09-24T03:16:21.142Z | Downloaded prettyplease v0.2.20 |
831 | 2024-09-24T03:16:21.146Z | Downloaded quick-xml v0.33.0 |
832 | 2024-09-24T03:16:21.154Z | Downloaded tough v0.17.1 |
833 | 2024-09-24T03:16:21.161Z | Downloaded salty v0.3.0 |
834 | 2024-09-24T03:16:21.167Z | Downloaded publicsuffix v2.2.3 |
835 | 2024-09-24T03:16:21.172Z | Downloaded unicode_categories v0.1.1 |
836 | 2024-09-24T03:16:21.175Z | Downloaded dhcproto v0.12.0 |
837 | 2024-09-24T03:16:21.176Z | Downloaded chrono v0.4.38 |
838 | 2024-09-24T03:16:21.183Z | Downloaded hashbrown v0.13.2 |
839 | 2024-09-24T03:16:21.188Z | Downloaded heapless v0.7.17 |
840 | 2024-09-24T03:16:21.192Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-09-24T03:16:21.195Z | Downloaded expectorate v1.1.0 |
842 | 2024-09-24T03:16:21.202Z | Downloaded ssh-key v0.6.6 |
843 | 2024-09-24T03:16:21.206Z | Downloaded flume v0.11.0 |
844 | 2024-09-24T03:16:21.210Z | Downloaded rusqlite v0.32.1 |
845 | 2024-09-24T03:16:21.214Z | Downloaded nom v7.1.3 |
846 | 2024-09-24T03:16:21.221Z | Downloaded reqwest v0.11.27 |
847 | 2024-09-24T03:16:21.227Z | Downloaded vcpkg v0.2.15 |
848 | 2024-09-24T03:16:21.265Z | Downloaded nix v0.28.0 |
849 | 2024-09-24T03:16:21.277Z | Downloaded unicode-normalization v0.1.23 |
850 | 2024-09-24T03:16:21.282Z | Downloaded tokio-util v0.7.11 |
851 | 2024-09-24T03:16:21.291Z | Downloaded h2 v0.4.6 |
852 | 2024-09-24T03:16:21.295Z | Downloaded dropshot v0.10.1 |
853 | 2024-09-24T03:16:21.384Z | Downloaded idna v0.5.0 |
854 | 2024-09-24T03:16:21.391Z | Downloaded webpki-roots v0.25.4 |
855 | 2024-09-24T03:16:21.391Z | Downloaded proptest v1.5.0 |
856 | 2024-09-24T03:16:21.391Z | Downloaded git2 v0.19.0 |
857 | 2024-09-24T03:16:21.391Z | Downloaded regex v1.10.6 |
858 | 2024-09-24T03:16:21.391Z | Downloaded rustls v0.22.4 |
859 | 2024-09-24T03:16:21.391Z | Downloaded h2 v0.3.26 |
860 | 2024-09-24T03:16:21.391Z | Downloaded p384 v0.13.0 |
861 | 2024-09-24T03:16:21.391Z | Downloaded polar-core v0.27.3 |
862 | 2024-09-24T03:16:21.391Z | Downloaded regex-syntax v0.6.29 |
863 | 2024-09-24T03:16:21.397Z | Downloaded gimli v0.28.1 |
864 | 2024-09-24T03:16:21.399Z | Downloaded smoltcp v0.11.0 |
865 | 2024-09-24T03:16:21.412Z | Downloaded object v0.32.2 |
866 | 2024-09-24T03:16:21.423Z | Downloaded trust-dns-proto v0.22.0 |
867 | 2024-09-24T03:16:21.435Z | Downloaded regex-syntax v0.8.4 |
868 | 2024-09-24T03:16:21.443Z | Downloaded object v0.30.4 |
869 | 2024-09-24T03:16:21.453Z | Downloaded regex-automata v0.4.6 |
870 | 2024-09-24T03:16:21.470Z | Downloaded sled v0.34.7 |
871 | 2024-09-24T03:16:21.481Z | Downloaded rustls v0.21.12 |
872 | 2024-09-24T03:16:21.493Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
873 | 2024-09-24T03:16:21.504Z | Downloaded nix v0.29.0 |
874 | 2024-09-24T03:16:21.516Z | Downloaded openapiv3 v2.0.0 |
875 | 2024-09-24T03:16:21.530Z | Downloaded diesel v2.2.4 |
876 | 2024-09-24T03:16:21.547Z | Downloaded tokio v1.39.3 |
877 | 2024-09-24T03:16:21.584Z | Downloaded csv v1.3.0 |
878 | 2024-09-24T03:16:21.604Z | Downloaded rustls v0.23.10 |
879 | 2024-09-24T03:16:21.620Z | Downloaded encoding_rs v0.8.34 |
880 | 2024-09-24T03:16:21.641Z | Downloaded zerocopy-derive v0.6.6 |
881 | 2024-09-24T03:16:21.651Z | Downloaded ratatui v0.28.0 |
882 | 2024-09-24T03:16:21.670Z | Downloaded finl_unicode v1.2.0 |
883 | 2024-09-24T03:16:21.683Z | Downloaded radix_trie v0.2.1 |
884 | 2024-09-24T03:16:21.688Z | Downloaded regress v0.9.1 |
885 | 2024-09-24T03:16:21.696Z | Downloaded hickory-proto v0.24.1 |
886 | 2024-09-24T03:16:21.711Z | Downloaded smoltcp v0.9.1 |
887 | 2024-09-24T03:16:21.722Z | Downloaded winnow v0.5.40 |
888 | 2024-09-24T03:16:21.730Z | Downloaded openssl v0.10.66 |
889 | 2024-09-24T03:16:21.740Z | Downloaded bstr v1.9.1 |
890 | 2024-09-24T03:16:21.751Z | Downloaded petgraph v0.6.5 |
891 | 2024-09-24T03:16:21.767Z | Downloaded nix v0.27.1 |
892 | 2024-09-24T03:16:21.778Z | Downloaded sha3 v0.10.8 |
893 | 2024-09-24T03:16:21.783Z | Downloaded idna v0.3.0 |
894 | 2024-09-24T03:16:21.789Z | Downloaded p521 v0.13.3 |
895 | 2024-09-24T03:16:21.792Z | Downloaded curve25519-dalek v4.1.3 |
896 | 2024-09-24T03:16:21.802Z | Downloaded time v0.3.36 |
897 | 2024-09-24T03:16:21.808Z | Downloaded reedline v0.33.0 |
898 | 2024-09-24T03:16:21.814Z | Downloaded bindgen v0.69.4 |
899 | 2024-09-24T03:16:21.822Z | Downloaded rand v0.8.5 |
900 | 2024-09-24T03:16:21.825Z | Downloaded parking_lot v0.11.2 |
901 | 2024-09-24T03:16:21.827Z | Downloaded crossterm v0.27.0 |
902 | 2024-09-24T03:16:21.833Z | Downloaded rustls-webpki v0.101.7 |
903 | 2024-09-24T03:16:21.846Z | Downloaded rayon v1.10.0 |
904 | 2024-09-24T03:16:21.855Z | Downloaded idna v0.2.3 |
905 | 2024-09-24T03:16:21.861Z | Downloaded p256 v0.13.2 |
906 | 2024-09-24T03:16:21.864Z | Downloaded openssl-sys v0.9.103 |
907 | 2024-09-24T03:16:21.869Z | Downloaded idna v0.4.0 |
908 | 2024-09-24T03:16:21.876Z | Downloaded hyper v0.14.30 |
909 | 2024-09-24T03:16:21.883Z | Downloaded rustls-webpki v0.102.4 |
910 | 2024-09-24T03:16:21.900Z | Downloaded lalrpop v0.19.12 |
911 | 2024-09-24T03:16:21.910Z | Downloaded erased-serde v0.3.31 |
912 | 2024-09-24T03:16:21.913Z | Downloaded env_logger v0.11.5 |
913 | 2024-09-24T03:16:21.915Z | Downloaded ed25519 v2.2.3 |
914 | 2024-09-24T03:16:21.919Z | Downloaded serde_derive_internals v0.29.1 |
915 | 2024-09-24T03:16:21.920Z | Downloaded pkcs1 v0.7.5 |
916 | 2024-09-24T03:16:21.922Z | Downloaded bitvec v1.0.1 |
917 | 2024-09-24T03:16:21.936Z | Downloaded hashbrown v0.12.3 |
918 | 2024-09-24T03:16:21.940Z | Downloaded steno v0.4.1 |
919 | 2024-09-24T03:16:21.944Z | Downloaded derive_more v0.99.18 |
920 | 2024-09-24T03:16:21.948Z | Downloaded num_enum_derive v0.5.11 |
921 | 2024-09-24T03:16:21.951Z | Downloaded slog-envlogger v2.2.0 |
922 | 2024-09-24T03:16:21.951Z | Downloaded slog-dtrace v0.3.0 |
923 | 2024-09-24T03:16:21.953Z | Downloaded slog-bunyan v2.5.0 |
924 | 2024-09-24T03:16:21.953Z | Downloaded signal-hook-registry v1.4.2 |
925 | 2024-09-24T03:16:21.956Z | Downloaded slog-json v2.6.1 |
926 | 2024-09-24T03:16:21.956Z | Downloaded num-bigint-dig v0.8.4 |
927 | 2024-09-24T03:16:21.960Z | Downloaded unicase v2.7.0 |
928 | 2024-09-24T03:16:21.962Z | Downloaded rustfmt-wrapper v0.2.1 |
929 | 2024-09-24T03:16:21.962Z | Downloaded fallible-iterator v0.2.0 |
930 | 2024-09-24T03:16:21.965Z | Downloaded toml_edit v0.19.15 |
931 | 2024-09-24T03:16:21.979Z | Downloaded getopts v0.2.21 |
932 | 2024-09-24T03:16:21.981Z | Downloaded fragile v2.0.0 |
933 | 2024-09-24T03:16:21.984Z | Downloaded form_urlencoded v1.2.1 |
934 | 2024-09-24T03:16:21.984Z | Downloaded whoami v1.5.1 |
935 | 2024-09-24T03:16:21.987Z | Downloaded samael v0.0.17 |
936 | 2024-09-24T03:16:21.989Z | Downloaded derive_builder v0.20.0 |
937 | 2024-09-24T03:16:21.994Z | Downloaded group v0.13.0 |
938 | 2024-09-24T03:16:21.997Z | Downloaded globset v0.4.14 |
939 | 2024-09-24T03:16:21.997Z | Downloaded flate2 v1.0.33 |
940 | 2024-09-24T03:16:22.002Z | Downloaded zone v0.1.8 |
941 | 2024-09-24T03:16:22.005Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
942 | 2024-09-24T03:16:22.060Z | Downloaded structmeta-derive v0.3.0 |
943 | 2024-09-24T03:16:22.062Z | Downloaded rtoolbox v0.0.2 |
944 | 2024-09-24T03:16:22.062Z | Downloaded ref-cast-impl v1.0.23 |
945 | 2024-09-24T03:16:22.065Z | Downloaded parse-display-derive v0.10.0 |
946 | 2024-09-24T03:16:22.065Z | Downloaded russh v0.45.0 |
947 | 2024-09-24T03:16:22.069Z | Downloaded elliptic-curve v0.13.8 |
948 | 2024-09-24T03:16:22.073Z | Downloaded packed_struct_codegen v0.10.1 |
949 | 2024-09-24T03:16:22.075Z | Downloaded pretty-hex v0.2.1 |
950 | 2024-09-24T03:16:22.076Z | Downloaded rand_core v0.6.4 |
951 | 2024-09-24T03:16:22.078Z | Downloaded packed_struct v0.10.1 |
952 | 2024-09-24T03:16:22.078Z | Downloaded postgres-protocol v0.6.7 |
953 | 2024-09-24T03:16:22.081Z | Downloaded der v0.7.9 |
954 | 2024-09-24T03:16:22.083Z | Downloaded password-hash v0.5.0 |
955 | 2024-09-24T03:16:22.086Z | Downloaded smallvec v1.13.2 |
956 | 2024-09-24T03:16:22.088Z | Downloaded enum-as-inner v0.5.1 |
957 | 2024-09-24T03:16:22.090Z | Downloaded zone v0.3.0 |
958 | 2024-09-24T03:16:22.090Z | Downloaded password-hash v0.4.2 |
959 | 2024-09-24T03:16:22.093Z | Downloaded serde_yaml v0.9.34+deprecated |
960 | 2024-09-24T03:16:22.095Z | Downloaded x509-cert v0.2.5 |
961 | 2024-09-24T03:16:22.100Z | Downloaded subprocess v0.2.9 |
962 | 2024-09-24T03:16:22.103Z | Downloaded stable_deref_trait v1.2.0 |
963 | 2024-09-24T03:16:22.105Z | Downloaded slog-async v2.8.0 |
964 | 2024-09-24T03:16:22.105Z | Downloaded slab v0.4.9 |
965 | 2024-09-24T03:16:22.107Z | Downloaded serde_repr v0.1.19 |
966 | 2024-09-24T03:16:22.107Z | Downloaded serde_plain v1.0.2 |
967 | 2024-09-24T03:16:22.110Z | Downloaded scrypt v0.11.0 |
968 | 2024-09-24T03:16:22.110Z | Downloaded rfc6979 v0.4.0 |
969 | 2024-09-24T03:16:22.112Z | Downloaded pin-project v1.1.5 |
970 | 2024-09-24T03:16:22.121Z | Downloaded parking_lot v0.12.2 |
971 | 2024-09-24T03:16:22.124Z | Downloaded libm v0.2.8 |
972 | 2024-09-24T03:16:22.130Z | Downloaded hyper v1.4.1 |
973 | 2024-09-24T03:16:22.136Z | Downloaded aes-gcm v0.10.3 |
974 | 2024-09-24T03:16:22.140Z | Downloaded hickory-server v0.24.1 |
975 | 2024-09-24T03:16:22.145Z | Downloaded rustc-hash v1.1.0 |
976 | 2024-09-24T03:16:22.147Z | Downloaded zerocopy v0.6.6 |
977 | 2024-09-24T03:16:22.149Z | Downloaded zone_cfg_derive v0.1.2 |
978 | 2024-09-24T03:16:22.149Z | Downloaded futures v0.3.30 |
979 | 2024-09-24T03:16:22.153Z | Downloaded powerfmt v0.2.0 |
980 | 2024-09-24T03:16:22.155Z | Downloaded pin-utils v0.1.0 |
981 | 2024-09-24T03:16:22.155Z | Downloaded itertools v0.13.0 |
982 | 2024-09-24T03:16:22.162Z | Downloaded libxml v0.3.3 |
983 | 2024-09-24T03:16:22.167Z | Downloaded toolchain_find v0.4.0 |
984 | 2024-09-24T03:16:22.170Z | Downloaded hash32 v0.3.1 |
985 | 2024-09-24T03:16:22.170Z | Downloaded flagset v0.4.5 |
986 | 2024-09-24T03:16:22.172Z | Downloaded fixedbitset v0.4.2 |
987 | 2024-09-24T03:16:22.172Z | Downloaded dyn-clone v1.0.17 |
988 | 2024-09-24T03:16:22.175Z | Downloaded dropshot_endpoint v0.10.1 |
989 | 2024-09-24T03:16:22.175Z | Downloaded rustc-demangle v0.1.24 |
990 | 2024-09-24T03:16:22.177Z | Downloaded tui-tree-widget v0.22.0 |
991 | 2024-09-24T03:16:22.177Z | Downloaded rustls-pemfile v2.1.3 |
992 | 2024-09-24T03:16:22.180Z | Downloaded pkcs8 v0.10.2 |
993 | 2024-09-24T03:16:22.182Z | Downloaded typed-path v0.7.1 |
994 | 2024-09-24T03:16:22.188Z | Downloaded tokio-postgres v0.7.11 |
995 | 2024-09-24T03:16:22.191Z | Downloaded slog-scope v4.4.0 |
996 | 2024-09-24T03:16:22.194Z | Downloaded fd-lock v4.0.2 |
997 | 2024-09-24T03:16:22.196Z | Downloaded strip-ansi-escapes v0.2.0 |
998 | 2024-09-24T03:16:22.196Z | Downloaded salsa20 v0.10.2 |
999 | 2024-09-24T03:16:22.198Z | Downloaded rand_xorshift v0.3.0 |
1000 | 2024-09-24T03:16:22.199Z | Downloaded strum_macros v0.26.4 |
1001 | 2024-09-24T03:16:22.201Z | Downloaded ppv-lite86 v0.2.17 |
1002 | 2024-09-24T03:16:22.201Z | Downloaded percent-encoding v2.3.1 |
1003 | 2024-09-24T03:16:22.203Z | Downloaded parse-display v0.10.0 |
1004 | 2024-09-24T03:16:22.203Z | Downloaded num-derive v0.4.2 |
1005 | 2024-09-24T03:16:22.206Z | Downloaded futures-sink v0.3.30 |
1006 | 2024-09-24T03:16:22.206Z | Downloaded futures-macro v0.3.30 |
1007 | 2024-09-24T03:16:22.206Z | Downloaded futures-io v0.3.30 |
1008 | 2024-09-24T03:16:22.210Z | Downloaded ena v0.14.3 |
1009 | 2024-09-24T03:16:22.210Z | Downloaded embedded-io v0.4.0 |
1010 | 2024-09-24T03:16:23.215Z | Downloaded tls_codec v0.4.1 |
1011 | 2024-09-24T03:16:23.215Z | Downloaded num-traits v0.2.19 |
1012 | 2024-09-24T03:16:23.219Z | Downloaded itertools v0.10.5 |
1013 | 2024-09-24T03:16:23.219Z | Downloaded num v0.4.3 |
1014 | 2024-09-24T03:16:23.219Z | Downloaded futures-executor v0.3.30 |
1015 | 2024-09-24T03:16:23.219Z | Downloaded futures-core v0.3.30 |
1016 | 2024-09-24T03:16:23.219Z | Downloaded funty v2.0.0 |
1017 | 2024-09-24T03:16:23.219Z | Downloaded rustls-pki-types v1.7.0 |
1018 | 2024-09-24T03:16:23.219Z | Downloaded hickory-resolver v0.24.1 |
1019 | 2024-09-24T03:16:23.219Z | Downloaded rustc_version v0.4.0 |
1020 | 2024-09-24T03:16:23.219Z | Downloaded untrusted v0.9.0 |
1021 | 2024-09-24T03:16:23.219Z | Downloaded const_format v0.2.33 |
1022 | 2024-09-24T03:16:23.219Z | Downloaded pin-project-lite v0.2.14 |
1023 | 2024-09-24T03:16:23.219Z | Downloaded parking_lot_core v0.8.6 |
1024 | 2024-09-24T03:16:23.219Z | Downloaded owo-colors v4.0.0 |
1025 | 2024-09-24T03:16:23.219Z | Downloaded smf v0.2.3 |
1026 | 2024-09-24T03:16:23.219Z | Downloaded sha1 v0.10.6 |
1027 | 2024-09-24T03:16:23.219Z | Downloaded num-rational v0.4.2 |
1028 | 2024-09-24T03:16:23.219Z | Downloaded vergen v8.3.2 |
1029 | 2024-09-24T03:16:23.219Z | Downloaded sct v0.7.1 |
1030 | 2024-09-24T03:16:23.219Z | Downloaded mio v1.0.2 |
1031 | 2024-09-24T03:16:23.219Z | Downloaded cookie_store v0.20.0 |
1032 | 2024-09-24T03:16:23.219Z | Downloaded crc-any v2.5.0 |
1033 | 2024-09-24T03:16:23.219Z | Downloaded jobserver v0.1.32 |
1034 | 2024-09-24T03:16:23.219Z | Downloaded indexmap v1.9.3 |
1035 | 2024-09-24T03:16:23.219Z | Downloaded clang-sys v1.7.0 |
1036 | 2024-09-24T03:16:23.219Z | Downloaded pbkdf2 v0.11.0 |
1037 | 2024-09-24T03:16:23.220Z | Downloaded env_logger v0.10.2 |
1038 | 2024-09-24T03:16:23.220Z | Downloaded der_derive v0.7.2 |
1039 | 2024-09-24T03:16:23.220Z | Downloaded term v0.7.0 |
1040 | 2024-09-24T03:16:23.220Z | Downloaded tokio-rustls v0.24.1 |
1041 | 2024-09-24T03:16:23.220Z | Downloaded native-tls v0.2.11 |
1042 | 2024-09-24T03:16:23.220Z | Downloaded multer v3.1.0 |
1043 | 2024-09-24T03:16:23.220Z | Downloaded cookie v0.17.0 |
1044 | 2024-09-24T03:16:23.220Z | Downloaded libefi-sys v0.1.0 |
1045 | 2024-09-24T03:16:23.220Z | Downloaded signature v2.2.0 |
1046 | 2024-09-24T03:16:23.220Z | Downloaded console v0.15.8 |
1047 | 2024-09-24T03:16:23.220Z | Downloaded ciborium-ll v0.2.2 |
1048 | 2024-09-24T03:16:23.220Z | Downloaded ciborium v0.2.2 |
1049 | 2024-09-24T03:16:23.220Z | Downloaded tokio-macros v2.4.0 |
1050 | 2024-09-24T03:16:23.220Z | Downloaded cookie v0.18.1 |
1051 | 2024-09-24T03:16:23.220Z | Downloaded backtrace v0.3.71 |
1052 | 2024-09-24T03:16:23.220Z | Downloaded libsw v3.3.1 |
1053 | 2024-09-24T03:16:23.220Z | Downloaded indoc v1.0.9 |
1054 | 2024-09-24T03:16:23.220Z | Downloaded bzip2 v0.4.4 |
1055 | 2024-09-24T03:16:23.220Z | Downloaded base64ct v1.6.0 |
1056 | 2024-09-24T03:16:23.220Z | Downloaded async-trait v0.1.82 |
1057 | 2024-09-24T03:16:23.220Z | Downloaded structmeta v0.2.0 |
1058 | 2024-09-24T03:16:23.221Z | Downloaded slog-stdlog v4.1.1 |
1059 | 2024-09-24T03:16:23.221Z | Downloaded minimal-lexical v0.2.1 |
1060 | 2024-09-24T03:16:23.221Z | Downloaded indicatif v0.17.8 |
1061 | 2024-09-24T03:16:23.221Z | Downloaded chacha20 v0.9.1 |
1062 | 2024-09-24T03:16:23.221Z | Downloaded cbc v0.1.2 |
1063 | 2024-09-24T03:16:23.221Z | Downloaded hickory-client v0.24.1 |
1064 | 2024-09-24T03:16:23.221Z | Downloaded base64 v0.22.1 |
1065 | 2024-09-24T03:16:23.221Z | Downloaded buf-list v1.0.3 |
1066 | 2024-09-24T03:16:23.221Z | Downloaded lalrpop-util v0.19.12 |
1067 | 2024-09-24T03:16:23.221Z | Downloaded cassowary v0.3.0 |
1068 | 2024-09-24T03:16:23.221Z | Downloaded lazycell v1.3.0 |
1069 | 2024-09-24T03:16:23.221Z | Downloaded instability v0.3.2 |
1070 | 2024-09-24T03:16:23.221Z | Downloaded xattr v1.3.1 |
1071 | 2024-09-24T03:16:23.221Z | Downloaded hyper-staticfile v0.9.5 |
1072 | 2024-09-24T03:16:23.222Z | Downloaded memoffset v0.9.1 |
1073 | 2024-09-24T03:16:23.222Z | Downloaded ipnetwork v0.20.0 |
1074 | 2024-09-24T03:16:23.222Z | Downloaded internet-checksum v0.2.1 |
1075 | 2024-09-24T03:16:23.222Z | Downloaded hubpack v0.1.2 |
1076 | 2024-09-24T03:16:23.222Z | Downloaded hex-literal v0.4.1 |
1077 | 2024-09-24T03:16:23.222Z | Downloaded bitflags v1.3.2 |
1078 | 2024-09-24T03:16:23.222Z | Downloaded backoff v0.4.0 |
1079 | 2024-09-24T03:16:23.222Z | Downloaded bitfield v0.14.0 |
1080 | 2024-09-24T03:16:23.222Z | Downloaded bcrypt-pbkdf v0.10.0 |
1081 | 2024-09-24T03:16:23.222Z | Downloaded home v0.5.9 |
1082 | 2024-09-24T03:16:23.222Z | Downloaded hex v0.4.3 |
1083 | 2024-09-24T03:16:23.222Z | Downloaded match_cfg v0.1.0 |
1084 | 2024-09-24T03:16:23.222Z | Downloaded is_ci v1.2.0 |
1085 | 2024-09-24T03:16:23.222Z | Downloaded ident_case v1.0.1 |
1086 | 2024-09-24T03:16:23.222Z | Downloaded cfg_aliases v0.2.1 |
1087 | 2024-09-24T03:16:23.222Z | Downloaded bit-vec v0.6.3 |
1088 | 2024-09-24T03:16:23.222Z | Downloaded bitstruct_derive v0.1.0 |
1089 | 2024-09-24T03:16:23.222Z | Downloaded bcs v0.1.6 |
1090 | 2024-09-24T03:16:23.222Z | Downloaded ascii v1.1.0 |
1091 | 2024-09-24T03:16:23.223Z | Downloaded argon2 v0.5.3 |
1092 | 2024-09-24T03:16:23.223Z | Downloaded async-recursion v1.1.1 |
1093 | 2024-09-24T03:16:23.223Z | Downloaded http v0.2.12 |
1094 | 2024-09-24T03:16:23.223Z | Downloaded assert_matches v1.5.0 |
1095 | 2024-09-24T03:16:23.223Z | Downloaded lock_api v0.4.12 |
1096 | 2024-09-24T03:16:23.223Z | Downloaded ahash v0.8.11 |
1097 | 2024-09-24T03:16:23.223Z | Downloaded indent_write v2.2.0 |
1098 | 2024-09-24T03:16:23.223Z | Downloaded aead v0.5.2 |
1099 | 2024-09-24T03:16:23.223Z | Downloaded adler v1.0.2 |
1100 | 2024-09-24T03:16:23.223Z | Downloaded md-5 v0.10.6 |
1101 | 2024-09-24T03:16:23.223Z | Downloaded ipnet v2.9.0 |
1102 | 2024-09-24T03:16:23.223Z | Downloaded async-bb8-diesel v0.2.1 |
1103 | 2024-09-24T03:16:23.223Z | Downloaded convert_case v0.4.0 |
1104 | 2024-09-24T03:16:23.223Z | Downloaded cobs v0.2.3 |
1105 | 2024-09-24T03:16:23.223Z | Downloaded cipher v0.4.4 |
1106 | 2024-09-24T03:16:23.223Z | Downloaded bit-set v0.5.3 |
1107 | 2024-09-24T03:16:23.223Z | Downloaded httpdate v1.0.3 |
1108 | 2024-09-24T03:16:23.223Z | Downloaded arc-swap v1.7.1 |
1109 | 2024-09-24T03:16:23.223Z | Downloaded arrayref v0.3.7 |
1110 | 2024-09-24T03:16:23.223Z | Downloaded adler2 v2.0.0 |
1111 | 2024-09-24T03:16:23.223Z | Downloaded blowfish v0.9.1 |
1112 | 2024-09-24T03:16:23.226Z | Downloaded bb8 v0.8.5 |
1113 | 2024-09-24T03:16:23.226Z | Downloaded atty v0.2.14 |
1114 | 2024-09-24T03:16:23.226Z | Downloaded libz-sys v1.1.16 |
1115 | 2024-09-24T03:16:23.226Z | Downloaded ring v0.17.8 |
1116 | 2024-09-24T03:16:23.226Z | Downloaded libsqlite3-sys v0.30.1 |
1117 | 2024-09-24T03:16:23.226Z | Downloaded ring v0.16.20 |
1118 | 2024-09-24T03:16:23.226Z | Compiling serde v1.0.208 |
1119 | 2024-09-24T03:16:23.226Z | Compiling typenum v1.17.0 |
1120 | 2024-09-24T03:16:23.226Z | Compiling generic-array v0.14.7 |
1121 | 2024-09-24T03:16:23.226Z | Compiling lock_api v0.4.12 |
1122 | 2024-09-24T03:16:23.226Z | Compiling scopeguard v1.2.0 |
1123 | 2024-09-24T03:16:23.226Z | Compiling value-bag v1.9.0 |
1124 | 2024-09-24T03:16:23.226Z | Compiling syn v2.0.74 |
1125 | 2024-09-24T03:16:23.226Z | Compiling getrandom v0.2.14 |
1126 | 2024-09-24T03:16:23.466Z | Compiling subtle v2.5.0 |
1127 | 2024-09-24T03:16:23.578Z | Compiling rand_core v0.6.4 |
1128 | 2024-09-24T03:16:23.754Z | Compiling log v0.4.21 |
1129 | 2024-09-24T03:16:23.794Z | Compiling const-oid v0.9.6 |
1130 | 2024-09-24T03:16:23.814Z | Compiling jobserver v0.1.32 |
1131 | 2024-09-24T03:16:23.850Z | Compiling smallvec v1.13.2 |
1132 | 2024-09-24T03:16:24.140Z | Compiling pin-project-lite v0.2.14 |
1133 | 2024-09-24T03:16:24.262Z | Compiling cc v1.0.97 |
1134 | 2024-09-24T03:16:24.290Z | Compiling parking_lot_core v0.9.10 |
1135 | 2024-09-24T03:16:24.307Z | Compiling signal-hook-registry v1.4.2 |
1136 | 2024-09-24T03:16:24.666Z | Compiling mio v1.0.2 |
1137 | 2024-09-24T03:16:24.831Z | Compiling socket2 v0.5.7 |
1138 | 2024-09-24T03:16:25.171Z | Compiling ahash v0.8.11 |
1139 | 2024-09-24T03:16:25.496Z | Compiling parking_lot v0.12.2 |
1140 | 2024-09-24T03:16:25.537Z | Compiling futures-sink v0.3.30 |
1141 | 2024-09-24T03:16:25.706Z | Compiling futures-core v0.3.30 |
1142 | 2024-09-24T03:16:25.898Z | Compiling cpufeatures v0.2.12 |
1143 | 2024-09-24T03:16:25.933Z | Compiling slab v0.4.9 |
1144 | 2024-09-24T03:16:25.957Z | Compiling allocator-api2 v0.2.18 |
1145 | 2024-09-24T03:16:25.977Z | Compiling spin v0.9.8 |
1146 | 2024-09-24T03:16:26.002Z | Compiling tinyvec_macros v0.1.1 |
1147 | 2024-09-24T03:16:26.073Z | Compiling futures-channel v0.3.30 |
1148 | 2024-09-24T03:16:26.092Z | Compiling tinyvec v1.6.0 |
1149 | 2024-09-24T03:16:26.366Z | Compiling pin-utils v0.1.0 |
1150 | 2024-09-24T03:16:26.422Z | Compiling serde_json v1.0.125 |
1151 | 2024-09-24T03:16:26.462Z | Compiling futures-io v0.3.30 |
1152 | 2024-09-24T03:16:26.480Z | Compiling futures-task v0.3.30 |
1153 | 2024-09-24T03:16:26.681Z | Compiling base64ct v1.6.0 |
1154 | 2024-09-24T03:16:26.785Z | Compiling libm v0.2.8 |
1155 | 2024-09-24T03:16:26.789Z | Compiling num-traits v0.2.19 |
1156 | 2024-09-24T03:16:26.789Z | Compiling flagset v0.4.5 |
1157 | 2024-09-24T03:16:26.822Z | Compiling unicode-bidi v0.3.15 |
1158 | 2024-09-24T03:16:27.010Z | Compiling tracing-core v0.1.32 |
1159 | 2024-09-24T03:16:27.101Z | Compiling pem-rfc7468 v0.7.0 |
1160 | 2024-09-24T03:16:27.298Z | Compiling vcpkg v0.2.15 |
1161 | 2024-09-24T03:16:27.592Z | Compiling unicode-normalization v0.1.23 |
1162 | 2024-09-24T03:16:27.867Z | Compiling pkg-config v0.3.30 |
1163 | 2024-09-24T03:16:28.393Z | Compiling ring v0.17.8 |
1164 | 2024-09-24T03:16:28.417Z | Compiling httparse v1.8.0 |
1165 | 2024-09-24T03:16:28.690Z | Compiling percent-encoding v2.3.1 |
1166 | 2024-09-24T03:16:28.740Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-09-24T03:16:28.959Z | Compiling untrusted v0.9.0 |
1168 | 2024-09-24T03:16:29.038Z | Compiling try-lock v0.2.5 |
1169 | 2024-09-24T03:16:29.060Z | Compiling rustix v0.38.34 |
1170 | 2024-09-24T03:16:29.176Z | Compiling want v0.3.1 |
1171 | 2024-09-24T03:16:29.453Z | Compiling rand_chacha v0.3.1 |
1172 | 2024-09-24T03:16:29.487Z | Compiling openssl-sys v0.9.103 |
1173 | 2024-09-24T03:16:29.507Z | Compiling httpdate v1.0.3 |
1174 | 2024-09-24T03:16:29.926Z | Compiling rand v0.8.5 |
1175 | 2024-09-24T03:16:29.941Z | Compiling foreign-types-shared v0.1.1 |
1176 | 2024-09-24T03:16:30.044Z | Compiling powerfmt v0.2.0 |
1177 | 2024-09-24T03:16:30.062Z | Compiling tower-service v0.3.2 |
1178 | 2024-09-24T03:16:30.182Z | Compiling openssl v0.10.66 |
1179 | 2024-09-24T03:16:30.291Z | Compiling rustversion v1.0.17 |
1180 | 2024-09-24T03:16:30.432Z | Compiling num-conv v0.1.0 |
1181 | 2024-09-24T03:16:30.564Z | Compiling time-core v0.1.2 |
1182 | 2024-09-24T03:16:30.702Z | Compiling deranged v0.3.11 |
1183 | 2024-09-24T03:16:30.735Z | Compiling time-macros v0.2.18 |
1184 | 2024-09-24T03:16:31.118Z | Compiling foreign-types v0.3.2 |
1185 | 2024-09-24T03:16:31.148Z | Compiling form_urlencoded v1.2.1 |
1186 | 2024-09-24T03:16:31.469Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-09-24T03:16:31.629Z | Compiling crossbeam-utils v0.8.19 |
1188 | 2024-09-24T03:16:31.809Z | Compiling num_threads v0.1.7 |
1189 | 2024-09-24T03:16:31.899Z | Compiling syn v1.0.109 |
1190 | 2024-09-24T03:16:31.941Z | Compiling native-tls v0.2.11 |
1191 | 2024-09-24T03:16:32.258Z | Compiling rustls v0.21.12 |
1192 | 2024-09-24T03:16:32.282Z | Compiling regex-syntax v0.8.4 |
1193 | 2024-09-24T03:16:32.516Z | Compiling siphasher v0.3.11 |
1194 | 2024-09-24T03:16:32.628Z | Compiling idna v0.5.0 |
1195 | 2024-09-24T03:16:32.876Z | Compiling cookie v0.17.0 |
1196 | 2024-09-24T03:16:33.279Z | Compiling openssl-probe v0.1.5 |
1197 | 2024-09-24T03:16:33.558Z | Compiling iana-time-zone v0.1.60 |
1198 | 2024-09-24T03:16:33.944Z | Compiling time v0.3.36 |
1199 | 2024-09-24T03:16:33.967Z | Compiling slog v2.7.0 |
1200 | 2024-09-24T03:16:33.990Z | Compiling finl_unicode v1.2.0 |
1201 | 2024-09-24T03:16:34.204Z | Compiling url v2.5.2 |
1202 | 2024-09-24T03:16:34.544Z | Compiling stringprep v0.1.4 |
1203 | 2024-09-24T03:16:35.703Z | Compiling regex-automata v0.4.6 |
1204 | 2024-09-24T03:16:36.010Z | Compiling num-integer v0.1.46 |
1205 | 2024-09-24T03:16:36.837Z | Compiling idna v0.3.0 |
1206 | 2024-09-24T03:16:36.870Z | Compiling backtrace v0.3.71 |
1207 | 2024-09-24T03:16:37.125Z | Compiling serde_derive v1.0.208 |
1208 | 2024-09-24T03:16:37.346Z | Compiling zeroize_derive v1.4.2 |
1209 | 2024-09-24T03:16:38.402Z | Compiling zerocopy-derive v0.7.34 |
1210 | 2024-09-24T03:16:38.654Z | Compiling tokio-macros v2.4.0 |
1211 | 2024-09-24T03:16:38.945Z | Compiling futures-macro v0.3.30 |
1212 | 2024-09-24T03:16:38.991Z | Compiling zeroize v1.8.1 |
1213 | 2024-09-24T03:16:39.077Z | Compiling der_derive v0.7.2 |
1214 | 2024-09-24T03:16:40.315Z | Compiling thiserror-impl v1.0.63 |
1215 | 2024-09-24T03:16:40.674Z | Compiling zerocopy v0.7.34 |
1216 | 2024-09-24T03:16:40.817Z | Compiling crypto-common v0.1.6 |
1217 | 2024-09-24T03:16:40.983Z | Compiling block-buffer v0.10.4 |
1218 | 2024-09-24T03:16:41.047Z | Compiling block-padding v0.3.3 |
1219 | 2024-09-24T03:16:41.229Z | Compiling digest v0.10.7 |
1220 | 2024-09-24T03:16:41.308Z | Compiling inout v0.1.3 |
1221 | 2024-09-24T03:16:41.574Z | Compiling cipher v0.4.4 |
1222 | 2024-09-24T03:16:41.592Z | Compiling futures-util v0.3.30 |
1223 | 2024-09-24T03:16:41.710Z | Compiling hmac v0.12.1 |
1224 | 2024-09-24T03:16:42.005Z | Compiling sha2 v0.10.8 |
1225 | 2024-09-24T03:16:42.090Z | Compiling der v0.7.9 |
1226 | 2024-09-24T03:16:42.899Z | Compiling hashbrown v0.14.5 |
1227 | 2024-09-24T03:16:43.630Z | Compiling thiserror v1.0.63 |
1228 | 2024-09-24T03:16:43.812Z | Compiling salsa20 v0.10.2 |
1229 | 2024-09-24T03:16:43.993Z | Compiling pbkdf2 v0.12.2 |
1230 | 2024-09-24T03:16:44.175Z | Compiling spki v0.7.3 |
1231 | 2024-09-24T03:16:44.331Z | Compiling tracing-attributes v0.1.27 |
1232 | 2024-09-24T03:16:44.542Z | Compiling scrypt v0.11.0 |
1233 | 2024-09-24T03:16:45.083Z | Compiling aes v0.8.4 |
1234 | 2024-09-24T03:16:45.425Z | Compiling cbc v0.1.2 |
1235 | 2024-09-24T03:16:45.655Z | Compiling pest v2.7.10 |
1236 | 2024-09-24T03:16:45.660Z | Compiling scroll_derive v0.12.0 |
1237 | 2024-09-24T03:16:47.172Z | Compiling pkcs5 v0.7.1 |
1238 | 2024-09-24T03:16:47.651Z | Compiling scroll v0.12.0 |
1239 | 2024-09-24T03:16:47.890Z | Compiling pkcs8 v0.10.2 |
1240 | 2024-09-24T03:16:48.120Z | Compiling tracing v0.1.40 |
1241 | 2024-09-24T03:16:48.246Z | Compiling pest_meta v2.7.10 |
1242 | 2024-09-24T03:16:48.398Z | Compiling goblin v0.8.2 |
1243 | 2024-09-24T03:16:48.536Z | Compiling openssl-macros v0.1.1 |
1244 | 2024-09-24T03:16:48.666Z | Compiling signature v2.2.0 |
1245 | 2024-09-24T03:16:48.676Z | Compiling rustls-webpki v0.101.7 |
1246 | 2024-09-24T03:16:48.685Z | Compiling sct v0.7.1 |
1247 | 2024-09-24T03:16:48.894Z | Compiling md-5 v0.10.6 |
1248 | 2024-09-24T03:16:49.004Z | Compiling pin-project-internal v1.1.5 |
1249 | 2024-09-24T03:16:49.135Z | Compiling lazy_static v1.5.0 |
1250 | 2024-09-24T03:16:49.261Z | Compiling ff v0.13.0 |
1251 | 2024-09-24T03:16:49.282Z | Compiling hash32 v0.2.1 |
1252 | 2024-09-24T03:16:49.479Z | Compiling pest_generator v2.7.10 |
1253 | 2024-09-24T03:16:50.141Z | Compiling base64 v0.22.1 |
1254 | 2024-09-24T03:16:50.679Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2024-09-24T03:16:50.693Z | Compiling adler v1.0.2 |
1256 | 2024-09-24T03:16:50.853Z | Compiling smoltcp v0.9.1 |
1257 | 2024-09-24T03:16:50.885Z | Compiling fallible-iterator v0.2.0 |
1258 | 2024-09-24T03:16:51.451Z | Compiling bytes v1.7.2 |
1259 | 2024-09-24T03:16:51.585Z | Compiling indexmap v2.4.0 |
1260 | 2024-09-24T03:16:51.607Z | Compiling bitflags v2.6.0 |
1261 | 2024-09-24T03:16:52.011Z | Compiling semver v1.0.23 |
1262 | 2024-09-24T03:16:52.719Z | Compiling tokio v1.39.3 |
1263 | 2024-09-24T03:16:52.754Z | Compiling rustc_version v0.4.0 |
1264 | 2024-09-24T03:16:53.055Z | Compiling http v0.2.12 |
1265 | 2024-09-24T03:16:53.293Z | Compiling pest_derive v2.7.10 |
1266 | 2024-09-24T03:16:53.553Z | Compiling heapless v0.7.17 |
1267 | 2024-09-24T03:16:54.077Z | Compiling dof v0.3.0 |
1268 | 2024-09-24T03:16:54.100Z | Compiling dtrace-parser v0.2.0 |
1269 | 2024-09-24T03:16:54.809Z | Compiling http-body v0.4.6 |
1270 | 2024-09-24T03:16:55.274Z | Compiling http v1.1.0 |
1271 | 2024-09-24T03:16:56.264Z | Compiling uuid v1.10.0 |
1272 | 2024-09-24T03:16:56.269Z | Compiling usdt-impl v0.5.0 |
1273 | 2024-09-24T03:16:57.536Z | Compiling curve25519-dalek v4.1.3 |
1274 | 2024-09-24T03:16:57.641Z | Compiling serde_spanned v0.6.7 |
1275 | 2024-09-24T03:16:57.772Z | Compiling toml_datetime v0.6.8 |
1276 | 2024-09-24T03:16:57.789Z | Compiling serde_tokenstream v0.2.2 |
1277 | 2024-09-24T03:16:57.899Z | Compiling chrono v0.4.38 |
1278 | 2024-09-24T03:16:58.208Z | Compiling num-bigint-dig v0.8.4 |
1279 | 2024-09-24T03:16:58.297Z | Compiling signal-hook v0.3.17 |
1280 | 2024-09-24T03:16:58.462Z | Compiling gimli v0.28.1 |
1281 | 2024-09-24T03:16:58.522Z | Compiling crc32fast v1.4.0 |
1282 | 2024-09-24T03:16:58.553Z | Compiling base16ct v0.2.0 |
1283 | 2024-09-24T03:16:58.556Z | Compiling psl-types v2.0.11 |
1284 | 2024-09-24T03:16:58.592Z | Compiling atomic-waker v1.1.2 |
1285 | 2024-09-24T03:16:58.736Z | Compiling publicsuffix v2.2.3 |
1286 | 2024-09-24T03:16:58.774Z | Compiling sec1 v0.7.3 |
1287 | 2024-09-24T03:16:59.056Z | Compiling http-body v1.0.0 |
1288 | 2024-09-24T03:16:59.106Z | Compiling terminal_size v0.3.0 |
1289 | 2024-09-24T03:16:59.279Z | Compiling postgres-protocol v0.6.7 |
1290 | 2024-09-24T03:16:59.307Z | Compiling pin-project v1.1.5 |
1291 | 2024-09-24T03:16:59.363Z | Compiling miniz_oxide v0.7.2 |
1292 | 2024-09-24T03:16:59.429Z | Compiling hubpack_derive v0.1.1 |
1293 | 2024-09-24T03:17:00.144Z | Compiling group v0.13.0 |
1294 | 2024-09-24T03:17:00.232Z | Compiling hkdf v0.12.4 |
1295 | 2024-09-24T03:17:00.341Z | Compiling crypto-bigint v0.5.5 |
1296 | 2024-09-24T03:17:00.494Z | Compiling zerocopy-derive v0.6.6 |
1297 | 2024-09-24T03:17:00.518Z | Compiling curve25519-dalek-derive v0.1.1 |
1298 | 2024-09-24T03:17:00.536Z | Compiling async-trait v0.1.82 |
1299 | 2024-09-24T03:17:01.570Z | Compiling tokio-util v0.7.11 |
1300 | 2024-09-24T03:17:02.676Z | Compiling h2 v0.3.26 |
1301 | 2024-09-24T03:17:02.696Z | Compiling addr2line v0.21.0 |
1302 | 2024-09-24T03:17:02.974Z | Compiling h2 v0.4.6 |
1303 | 2024-09-24T03:17:03.327Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-09-24T03:17:03.398Z | Compiling tokio-rustls v0.24.1 |
1305 | 2024-09-24T03:17:03.595Z | Compiling num-iter v0.1.45 |
1306 | 2024-09-24T03:17:03.852Z | Compiling phf_shared v0.11.2 |
1307 | 2024-09-24T03:17:04.145Z | Compiling serde_derive_internals v0.29.1 |
1308 | 2024-09-24T03:17:04.172Z | Compiling object v0.32.2 |
1309 | 2024-09-24T03:17:04.515Z | Compiling fs-err v2.11.0 |
1310 | 2024-09-24T03:17:04.624Z | Compiling rustc-demangle v0.1.24 |
1311 | 2024-09-24T03:17:04.813Z | Compiling either v1.13.0 |
1312 | 2024-09-24T03:17:05.244Z | Compiling anyhow v1.0.89 |
1313 | 2024-09-24T03:17:05.598Z | Compiling tower-layer v0.3.2 |
1314 | 2024-09-24T03:17:05.864Z | Compiling base64 v0.21.7 |
1315 | 2024-09-24T03:17:05.887Z | Compiling winnow v0.5.40 |
1316 | 2024-09-24T03:17:06.303Z | Compiling ipnet v2.9.0 |
1317 | 2024-09-24T03:17:06.610Z | Compiling managed v0.8.0 |
1318 | 2024-09-24T03:17:06.930Z | Compiling schemars v0.8.21 |
1319 | 2024-09-24T03:17:07.032Z | Compiling bitflags v1.3.2 |
1320 | 2024-09-24T03:17:07.142Z | Compiling adler2 v2.0.0 |
1321 | 2024-09-24T03:17:07.312Z | Compiling miniz_oxide v0.8.0 |
1322 | 2024-09-24T03:17:07.481Z | Compiling clap_builder v4.5.15 |
1323 | 2024-09-24T03:17:07.962Z | Compiling schemars_derive v0.8.21 |
1324 | 2024-09-24T03:17:08.931Z | Compiling rustls-pemfile v1.0.4 |
1325 | 2024-09-24T03:17:09.359Z | Compiling hyper v0.14.30 |
1326 | 2024-09-24T03:17:09.456Z | Compiling toml_edit v0.19.15 |
1327 | 2024-09-24T03:17:09.824Z | Compiling tower v0.4.13 |
1328 | 2024-09-24T03:17:11.311Z | Compiling hyper v1.4.1 |
1329 | 2024-09-24T03:17:11.500Z | Compiling phf v0.11.2 |
1330 | 2024-09-24T03:17:11.783Z | Compiling cookie_store v0.20.0 |
1331 | 2024-09-24T03:17:13.337Z | Compiling elliptic-curve v0.13.8 |
1332 | 2024-09-24T03:17:13.626Z | Compiling zerocopy v0.6.6 |
1333 | 2024-09-24T03:17:14.223Z | Compiling hubpack v0.1.2 |
1334 | 2024-09-24T03:17:14.436Z | Compiling postgres-types v0.2.7 |
1335 | 2024-09-24T03:17:15.559Z | Compiling usdt-attr-macro v0.5.0 |
1336 | 2024-09-24T03:17:15.931Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-09-24T03:17:15.966Z | Compiling serde-big-array v0.5.1 |
1338 | 2024-09-24T03:17:16.199Z | Compiling hyper-tls v0.5.0 |
1339 | 2024-09-24T03:17:16.554Z | Compiling hyper-rustls v0.24.2 |
1340 | 2024-09-24T03:17:16.684Z | Compiling serde_urlencoded v0.7.1 |
1341 | 2024-09-24T03:17:16.910Z | Compiling ed25519 v2.2.3 |
1342 | 2024-09-24T03:17:17.180Z | Compiling pkcs1 v0.7.5 |
1343 | 2024-09-24T03:17:17.214Z | Compiling futures-executor v0.3.30 |
1344 | 2024-09-24T03:17:17.393Z | Compiling rfc6979 v0.4.0 |
1345 | 2024-09-24T03:17:17.419Z | Compiling regex v1.10.6 |
1346 | 2024-09-24T03:17:17.588Z | Compiling bstr v1.9.1 |
1347 | 2024-09-24T03:17:17.770Z | Compiling enum-as-inner v0.6.0 |
1348 | 2024-09-24T03:17:18.299Z | Compiling strum_macros v0.25.3 |
1349 | 2024-09-24T03:17:18.559Z | Compiling clap_derive v4.5.13 |
1350 | 2024-09-24T03:17:18.865Z | Compiling serde_repr v0.1.19 |
1351 | 2024-09-24T03:17:19.042Z | Compiling phf_shared v0.10.0 |
1352 | 2024-09-24T03:17:19.172Z | Compiling float-cmp v0.9.0 |
1353 | 2024-09-24T03:17:19.372Z | Compiling idna v0.4.0 |
1354 | 2024-09-24T03:17:19.391Z | Compiling mio v0.8.11 |
1355 | 2024-09-24T03:17:19.422Z | Compiling encoding_rs v0.8.34 |
1356 | 2024-09-24T03:17:20.121Z | Compiling static_assertions v1.1.0 |
1357 | 2024-09-24T03:17:20.164Z | Compiling dyn-clone v1.0.17 |
1358 | 2024-09-24T03:17:20.376Z | Compiling webpki-roots v0.25.4 |
1359 | 2024-09-24T03:17:20.551Z | Compiling difflib v0.4.0 |
1360 | 2024-09-24T03:17:20.607Z | Compiling mime v0.3.17 |
1361 | 2024-09-24T03:17:20.965Z | Compiling bit-vec v0.6.3 |
1362 | 2024-09-24T03:17:21.218Z | Compiling data-encoding v2.6.0 |
1363 | 2024-09-24T03:17:21.429Z | Compiling predicates-core v1.0.6 |
1364 | 2024-09-24T03:17:21.792Z | Compiling normalize-line-endings v0.3.0 |
1365 | 2024-09-24T03:17:21.917Z | Compiling sync_wrapper v0.1.2 |
1366 | 2024-09-24T03:17:22.053Z | Compiling new_debug_unreachable v1.0.6 |
1367 | 2024-09-24T03:17:22.117Z | Compiling minimal-lexical v0.2.1 |
1368 | 2024-09-24T03:17:22.153Z | Compiling precomputed-hash v0.1.1 |
1369 | 2024-09-24T03:17:22.203Z | Compiling unicode-segmentation v1.11.0 |
1370 | 2024-09-24T03:17:22.304Z | Compiling whoami v1.5.1 |
1371 | 2024-09-24T03:17:22.368Z | Compiling fixedbitset v0.4.2 |
1372 | 2024-09-24T03:17:22.642Z | Compiling petgraph v0.6.5 |
1373 | 2024-09-24T03:17:22.829Z | Compiling tokio-postgres v0.7.11 |
1374 | 2024-09-24T03:17:22.906Z | Compiling similar v2.6.0 |
1375 | 2024-09-24T03:17:23.030Z | Compiling nom v7.1.3 |
1376 | 2024-09-24T03:17:23.575Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1377 | 2024-09-24T03:17:23.624Z | Compiling clap v4.5.16 |
1378 | 2024-09-24T03:17:23.747Z | Compiling string_cache v0.8.7 |
1379 | 2024-09-24T03:17:23.834Z | Compiling toml_edit v0.22.20 |
1380 | 2024-09-24T03:17:24.224Z | Compiling reqwest v0.11.27 |
1381 | 2024-09-24T03:17:25.398Z | Compiling hickory-proto v0.24.1 |
1382 | 2024-09-24T03:17:26.647Z | Compiling predicates v3.1.2 |
1383 | 2024-09-24T03:17:26.652Z | Compiling bit-set v0.5.3 |
1384 | 2024-09-24T03:17:27.336Z | Compiling console v0.15.8 |
1385 | 2024-09-24T03:17:28.327Z | Compiling signal-hook-mio v0.2.4 |
1386 | 2024-09-24T03:17:28.499Z | Compiling usdt v0.5.0 |
1387 | 2024-09-24T03:17:28.519Z | Compiling rsa v0.9.6 |
1388 | 2024-09-24T03:17:28.881Z | Compiling ecdsa v0.16.9 |
1389 | 2024-09-24T03:17:28.989Z | Compiling futures v0.3.30 |
1390 | 2024-09-24T03:17:29.111Z | Compiling ed25519-dalek v2.1.1 |
1391 | 2024-09-24T03:17:29.724Z | Compiling flate2 v1.0.33 |
1392 | 2024-09-24T03:17:30.342Z | Compiling hyper-util v0.1.7 |
1393 | 2024-09-24T03:17:30.420Z | Compiling toml v0.7.8 |
1394 | 2024-09-24T03:17:31.575Z | Compiling itertools v0.10.5 |
1395 | 2024-09-24T03:17:31.600Z | Compiling itertools v0.12.1 |
1396 | 2024-09-24T03:17:32.103Z | Compiling tokio-stream v0.1.15 |
1397 | 2024-09-24T03:17:32.123Z | Compiling openapiv3 v2.0.0 |
1398 | 2024-09-24T03:17:33.179Z | Compiling hex v0.4.3 |
1399 | 2024-09-24T03:17:33.360Z | Compiling x509-cert v0.2.5 |
1400 | 2024-09-24T03:17:33.793Z | Compiling sha1 v0.10.6 |
1401 | 2024-09-24T03:17:34.251Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2024-09-24T03:17:34.327Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2024-09-24T03:17:34.774Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-09-24T03:17:34.952Z | Compiling peg-runtime v0.8.3 |
1405 | 2024-09-24T03:17:34.954Z | Compiling lalrpop-util v0.19.12 |
1406 | 2024-09-24T03:17:34.988Z | Compiling dirs-next v2.0.0 |
1407 | 2024-09-24T03:17:35.196Z | Compiling thread_local v1.1.8 |
1408 | 2024-09-24T03:17:35.337Z | Compiling slog-async v2.8.0 |
1409 | 2024-09-24T03:17:35.619Z | Compiling term v0.7.0 |
1410 | 2024-09-24T03:17:35.639Z | Compiling xattr v1.3.1 |
1411 | 2024-09-24T03:17:35.720Z | Compiling strum_macros v0.26.4 |
1412 | 2024-09-24T03:17:35.881Z | Compiling crossbeam-channel v0.5.12 |
1413 | 2024-09-24T03:17:35.901Z | Compiling filetime v0.2.25 |
1414 | 2024-09-24T03:17:36.198Z | Compiling is-terminal v0.4.12 |
1415 | 2024-09-24T03:17:36.331Z | Compiling take_mut v0.2.2 |
1416 | 2024-09-24T03:17:36.495Z | Compiling slog-term v2.9.1 |
1417 | 2024-09-24T03:17:36.515Z | Compiling tar v0.4.41 |
1418 | 2024-09-24T03:17:36.960Z | Compiling camino v1.1.9 |
1419 | 2024-09-24T03:17:38.291Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1420 | 2024-09-24T03:17:39.027Z | Compiling strum v0.26.3 |
1421 | 2024-09-24T03:17:39.106Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1422 | 2024-09-24T03:17:43.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1423 | 2024-09-24T03:17:44.123Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1424 | 2024-09-24T03:17:44.170Z | Sep 24 03:17:43.873 INFO Starting download, target: DendriteOpenapi |
1425 | 2024-09-24T03:17:44.170Z | Sep 24 03:17:43.874 INFO Starting download, target: Console |
1426 | 2024-09-24T03:17:44.170Z | Sep 24 03:17:43.874 INFO Starting download, target: Clickhouse |
1427 | 2024-09-24T03:17:44.170Z | Sep 24 03:17:43.874 INFO Starting download, target: Cockroach |
1428 | 2024-09-24T03:17:44.170Z | Sep 24 03:17:43.874 INFO Starting download, target: DendriteStub |
1429 | 2024-09-24T03:17:44.174Z | Sep 24 03:17:43.874 INFO Starting download, target: MaghemiteMgd |
1430 | 2024-09-24T03:17:44.174Z | Sep 24 03:17:43.874 INFO Starting download, target: TransceiverControl |
1431 | 2024-09-24T03:17:44.174Z | Sep 24 03:17:43.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1432 | 2024-09-24T03:17:44.174Z | Sep 24 03:17:43.874 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1433 | 2024-09-24T03:17:44.175Z | Sep 24 03:17:43.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1434 | 2024-09-24T03:17:44.175Z | Sep 24 03:17:43.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1435 | 2024-09-24T03:17:44.175Z | Sep 24 03:17:43.875 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1436 | 2024-09-24T03:17:44.175Z | Sep 24 03:17:43.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1437 | 2024-09-24T03:17:44.175Z | Sep 24 03:17:43.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1438 | 2024-09-24T03:17:44.377Z | Sep 24 03:17:44.078 INFO Download complete, target: DendriteOpenapi |
1439 | 2024-09-24T03:17:44.541Z | Sep 24 03:17:44.226 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1440 | 2024-09-24T03:17:44.876Z | Sep 24 03:17:44.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1441 | 2024-09-24T03:17:44.880Z | Sep 24 03:17:44.583 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1442 | 2024-09-24T03:17:44.957Z | Sep 24 03:17:44.661 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1443 | 2024-09-24T03:17:45.258Z | Sep 24 03:17:44.961 INFO Download complete, target: Console |
1444 | 2024-09-24T03:17:45.343Z | Sep 24 03:17:45.046 INFO Download complete, target: TransceiverControl |
1445 | 2024-09-24T03:17:45.479Z | Sep 24 03:17:45.182 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1446 | 2024-09-24T03:17:45.479Z | Sep 24 03:17:45.183 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1447 | 2024-09-24T03:17:46.054Z | Sep 24 03:17:45.758 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1448 | 2024-09-24T03:17:47.962Z | Sep 24 03:17:47.665 INFO Download complete, target: DendriteStub |
1449 | 2024-09-24T03:17:48.113Z | Sep 24 03:17:47.816 INFO Download complete, target: MaghemiteMgd |
1450 | 2024-09-24T03:17:53.564Z | Sep 24 03:17:53.267 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1451 | 2024-09-24T03:17:53.866Z | Sep 24 03:17:53.569 INFO Checking that binary works, target: Cockroach |
1452 | 2024-09-24T03:17:54.021Z | Sep 24 03:17:53.724 INFO Download complete, target: Cockroach |
1453 | 2024-09-24T03:17:59.620Z | Sep 24 03:17:59.323 INFO Checking that binary works, target: Clickhouse |
1454 | 2024-09-24T03:17:59.778Z | Sep 24 03:17:59.480 INFO Download complete, target: Clickhouse |
1455 | 2024-09-24T03:17:59.784Z | All prerequisites installed successfully |
1456 | 2024-09-24T03:17:59.787Z | |
1457 | 2024-09-24T03:17:59.787Z | real 6:38.245694753 |
1458 | 2024-09-24T03:17:59.787Z | user 11:59.121291270 |
1459 | 2024-09-24T03:17:59.787Z | sys 2:31.078069941 |
1460 | 2024-09-24T03:17:59.787Z | trap 0.422583115 |
1461 | 2024-09-24T03:17:59.787Z | tflt 1.554668567 |
1462 | 2024-09-24T03:17:59.787Z | dflt 1.570205010 |
1463 | 2024-09-24T03:17:59.787Z | kflt 0.022231600 |
1464 | 2024-09-24T03:17:59.787Z | lock 23:28.248698788 |
1465 | 2024-09-24T03:17:59.787Z | slp 51:44.345055769 |
1466 | 2024-09-24T03:17:59.787Z | lat 43.594839145 |
1467 | 2024-09-24T03:17:59.787Z | stop 1:53.243455072 |
1468 | 2024-09-24T03:17:59.787Z | + ptime -m cargo xtask download softnpu |
1469 | 2024-09-24T03:18:00.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1470 | 2024-09-24T03:18:00.398Z | Running `target/debug/xtask download softnpu` |
1471 | 2024-09-24T03:18:01.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1472 | 2024-09-24T03:18:01.476Z | Running `target/debug/xtask-downloader softnpu` |
1473 | 2024-09-24T03:18:01.494Z | Sep 24 03:18:01.074 INFO Starting download, target: Softnpu |
1474 | 2024-09-24T03:18:01.494Z | Sep 24 03:18:01.075 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1475 | 2024-09-24T03:18:01.885Z | Sep 24 03:18:01.588 INFO Download complete, target: Softnpu |
1476 | 2024-09-24T03:18:01.889Z | |
1477 | 2024-09-24T03:18:01.892Z | real 2.097896489 |
1478 | 2024-09-24T03:18:01.892Z | user 1.307458389 |
1479 | 2024-09-24T03:18:01.892Z | sys 0.579779764 |
1480 | 2024-09-24T03:18:01.892Z | trap 0.000871326 |
1481 | 2024-09-24T03:18:01.892Z | tflt 0.000010276 |
1482 | 2024-09-24T03:18:01.892Z | dflt 0.000003299 |
1483 | 2024-09-24T03:18:01.892Z | kflt 0.000000000 |
1484 | 2024-09-24T03:18:01.892Z | lock 5.168563071 |
1485 | 2024-09-24T03:18:01.892Z | slp 0.565710317 |
1486 | 2024-09-24T03:18:01.892Z | lat 0.074089364 |
1487 | 2024-09-24T03:18:01.892Z | stop 0.000364853 |
1488 | 2024-09-24T03:18:01.892Z | + export CARGO_INCREMENTAL=0 |
1489 | 2024-09-24T03:18:01.893Z | + CARGO_INCREMENTAL=0 |
1490 | 2024-09-24T03:18:01.893Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1491 | 2024-09-24T03:18:02.894Z | Compiling proc-macro2 v1.0.86 |
1492 | 2024-09-24T03:18:02.894Z | Compiling unicode-ident v1.0.12 |
1493 | 2024-09-24T03:18:02.897Z | Compiling libc v0.2.158 |
1494 | 2024-09-24T03:18:02.897Z | Compiling serde v1.0.208 |
1495 | 2024-09-24T03:18:02.897Z | Compiling version_check v0.9.5 |
1496 | 2024-09-24T03:18:02.897Z | Compiling autocfg v1.3.0 |
1497 | 2024-09-24T03:18:02.897Z | Compiling cfg-if v1.0.0 |
1498 | 2024-09-24T03:18:02.897Z | Compiling once_cell v1.19.0 |
1499 | 2024-09-24T03:18:03.160Z | Compiling typenum v1.17.0 |
1500 | 2024-09-24T03:18:03.191Z | Compiling memchr v2.7.2 |
1501 | 2024-09-24T03:18:03.666Z | Compiling generic-array v0.14.7 |
1502 | 2024-09-24T03:18:03.674Z | Compiling ahash v0.8.11 |
1503 | 2024-09-24T03:18:03.917Z | Compiling lock_api v0.4.12 |
1504 | 2024-09-24T03:18:03.996Z | Compiling parking_lot_core v0.9.10 |
1505 | 2024-09-24T03:18:04.073Z | Compiling byteorder v1.5.0 |
1506 | 2024-09-24T03:18:04.217Z | Compiling serde_json v1.0.125 |
1507 | 2024-09-24T03:18:04.409Z | Compiling libm v0.2.8 |
1508 | 2024-09-24T03:18:04.520Z | Compiling quote v1.0.36 |
1509 | 2024-09-24T03:18:04.571Z | Compiling num-traits v0.2.19 |
1510 | 2024-09-24T03:18:04.794Z | Compiling scopeguard v1.2.0 |
1511 | 2024-09-24T03:18:04.881Z | Compiling syn v2.0.74 |
1512 | 2024-09-24T03:18:04.899Z | Compiling value-bag v1.9.0 |
1513 | 2024-09-24T03:18:04.951Z | Compiling getrandom v0.2.14 |
1514 | 2024-09-24T03:18:05.098Z | Compiling jobserver v0.1.32 |
1515 | 2024-09-24T03:18:05.282Z | Compiling thiserror v1.0.63 |
1516 | 2024-09-24T03:18:05.483Z | Compiling cc v1.0.97 |
1517 | 2024-09-24T03:18:05.626Z | Compiling log v0.4.21 |
1518 | 2024-09-24T03:18:05.832Z | Compiling itoa v1.0.11 |
1519 | 2024-09-24T03:18:05.843Z | Compiling slab v0.4.9 |
1520 | 2024-09-24T03:18:06.023Z | Compiling rand_core v0.6.4 |
1521 | 2024-09-24T03:18:06.193Z | Compiling allocator-api2 v0.2.18 |
1522 | 2024-09-24T03:18:06.522Z | Compiling semver v1.0.23 |
1523 | 2024-09-24T03:18:07.006Z | Compiling pin-project-lite v0.2.14 |
1524 | 2024-09-24T03:18:07.137Z | Compiling smallvec v1.13.2 |
1525 | 2024-09-24T03:18:07.233Z | Compiling equivalent v1.0.1 |
1526 | 2024-09-24T03:18:07.374Z | Compiling const-oid v0.9.6 |
1527 | 2024-09-24T03:18:07.389Z | Compiling subtle v2.5.0 |
1528 | 2024-09-24T03:18:07.597Z | Compiling signal-hook-registry v1.4.2 |
1529 | 2024-09-24T03:18:07.663Z | Compiling ryu v1.0.18 |
1530 | 2024-09-24T03:18:08.135Z | Compiling parking_lot v0.12.2 |
1531 | 2024-09-24T03:18:08.259Z | Compiling mio v1.0.2 |
1532 | 2024-09-24T03:18:08.711Z | Compiling socket2 v0.5.7 |
1533 | 2024-09-24T03:18:08.843Z | Compiling vcpkg v0.2.15 |
1534 | 2024-09-24T03:18:08.843Z | Compiling ring v0.17.8 |
1535 | 2024-09-24T03:18:09.236Z | Compiling schemars v0.8.21 |
1536 | 2024-09-24T03:18:09.290Z | Compiling pkg-config v0.3.30 |
1537 | 2024-09-24T03:18:09.778Z | Compiling spin v0.9.8 |
1538 | 2024-09-24T03:18:10.155Z | Compiling httparse v1.8.0 |
1539 | 2024-09-24T03:18:10.338Z | Compiling fnv v1.0.7 |
1540 | 2024-09-24T03:18:10.474Z | Compiling openssl-sys v0.9.103 |
1541 | 2024-09-24T03:18:10.779Z | Compiling futures-core v0.3.30 |
1542 | 2024-09-24T03:18:11.485Z | Compiling syn v1.0.109 |
1543 | 2024-09-24T03:18:12.166Z | Compiling heck v0.5.0 |
1544 | 2024-09-24T03:18:12.245Z | Compiling futures-sink v0.3.30 |
1545 | 2024-09-24T03:18:12.377Z | Compiling serde_derive_internals v0.29.1 |
1546 | 2024-09-24T03:18:12.591Z | Compiling num-conv v0.1.0 |
1547 | 2024-09-24T03:18:12.989Z | Compiling cpufeatures v0.2.12 |
1548 | 2024-09-24T03:18:13.058Z | Compiling time-core v0.1.2 |
1549 | 2024-09-24T03:18:13.114Z | Compiling openssl v0.10.66 |
1550 | 2024-09-24T03:18:13.247Z | Compiling time-macros v0.2.18 |
1551 | 2024-09-24T03:18:13.277Z | Compiling rustix v0.38.34 |
1552 | 2024-09-24T03:18:13.559Z | Compiling crossbeam-utils v0.8.19 |
1553 | 2024-09-24T03:18:13.648Z | Compiling futures-channel v0.3.30 |
1554 | 2024-09-24T03:18:14.065Z | Compiling futures-io v0.3.30 |
1555 | 2024-09-24T03:18:14.089Z | Compiling futures-task v0.3.30 |
1556 | 2024-09-24T03:18:14.121Z | Compiling pin-utils v0.1.0 |
1557 | 2024-09-24T03:18:14.209Z | Compiling native-tls v0.2.11 |
1558 | 2024-09-24T03:18:14.225Z | Compiling iana-time-zone v0.1.60 |
1559 | 2024-09-24T03:18:14.371Z | Compiling tinyvec_macros v0.1.1 |
1560 | 2024-09-24T03:18:14.397Z | Compiling rustls v0.21.12 |
1561 | 2024-09-24T03:18:14.469Z | Compiling tinyvec v1.6.0 |
1562 | 2024-09-24T03:18:14.971Z | Compiling base64ct v1.6.0 |
1563 | 2024-09-24T03:18:15.021Z | Compiling ucd-trie v0.1.6 |
1564 | 2024-09-24T03:18:15.534Z | Compiling pem-rfc7468 v0.7.0 |
1565 | 2024-09-24T03:18:15.625Z | Compiling backtrace v0.3.71 |
1566 | 2024-09-24T03:18:15.909Z | Compiling unicode-normalization v0.1.23 |
1567 | 2024-09-24T03:18:16.085Z | Compiling tracing-core v0.1.32 |
1568 | 2024-09-24T03:18:16.100Z | Compiling cookie v0.17.0 |
1569 | 2024-09-24T03:18:16.148Z | Compiling flagset v0.4.5 |
1570 | 2024-09-24T03:18:16.361Z | Compiling slog v2.7.0 |
1571 | 2024-09-24T03:18:16.399Z | Compiling unicode-bidi v0.3.15 |
1572 | 2024-09-24T03:18:16.812Z | Compiling aho-corasick v1.1.3 |
1573 | 2024-09-24T03:18:16.929Z | Compiling regex-syntax v0.8.4 |
1574 | 2024-09-24T03:18:17.691Z | Compiling serde_derive v1.0.208 |
1575 | 2024-09-24T03:18:18.376Z | Compiling zeroize_derive v1.4.2 |
1576 | 2024-09-24T03:18:18.567Z | Compiling zerocopy-derive v0.7.34 |
1577 | 2024-09-24T03:18:19.768Z | Compiling tokio-macros v2.4.0 |
1578 | 2024-09-24T03:18:20.359Z | Compiling zerocopy v0.7.34 |
1579 | 2024-09-24T03:18:20.523Z | Compiling thiserror-impl v1.0.63 |
1580 | 2024-09-24T03:18:21.034Z | Compiling zeroize v1.8.1 |
1581 | 2024-09-24T03:18:21.667Z | Compiling futures-macro v0.3.30 |
1582 | 2024-09-24T03:18:22.541Z | Compiling hashbrown v0.14.5 |
1583 | 2024-09-24T03:18:22.711Z | Compiling crypto-common v0.1.6 |
1584 | 2024-09-24T03:18:22.907Z | Compiling tracing-attributes v0.1.27 |
1585 | 2024-09-24T03:18:23.510Z | Compiling der_derive v0.7.2 |
1586 | 2024-09-24T03:18:23.872Z | Compiling block-buffer v0.10.4 |
1587 | 2024-09-24T03:18:24.102Z | Compiling digest v0.10.7 |
1588 | 2024-09-24T03:18:24.233Z | Compiling schemars_derive v0.8.21 |
1589 | 2024-09-24T03:18:25.402Z | Compiling hmac v0.12.1 |
1590 | 2024-09-24T03:18:25.613Z | Compiling block-padding v0.3.3 |
1591 | 2024-09-24T03:18:25.632Z | Compiling openssl-macros v0.1.1 |
1592 | 2024-09-24T03:18:25.833Z | Compiling inout v0.1.3 |
1593 | 2024-09-24T03:18:26.077Z | Compiling cipher v0.4.4 |
1594 | 2024-09-24T03:18:26.112Z | Compiling sha2 v0.10.8 |
1595 | 2024-09-24T03:18:26.344Z | Compiling futures-util v0.3.30 |
1596 | 2024-09-24T03:18:26.510Z | Compiling scroll_derive v0.12.0 |
1597 | 2024-09-24T03:18:26.802Z | Compiling pest v2.7.10 |
1598 | 2024-09-24T03:18:27.022Z | Compiling tracing v0.1.40 |
1599 | 2024-09-24T03:18:27.339Z | Compiling der v0.7.9 |
1600 | 2024-09-24T03:18:27.874Z | Compiling salsa20 v0.10.2 |
1601 | 2024-09-24T03:18:28.056Z | Compiling pbkdf2 v0.12.2 |
1602 | 2024-09-24T03:18:28.235Z | Compiling regex-automata v0.4.6 |
1603 | 2024-09-24T03:18:29.612Z | Compiling pest_meta v2.7.10 |
1604 | 2024-09-24T03:18:29.615Z | Compiling spki v0.7.3 |
1605 | 2024-09-24T03:18:29.986Z | Compiling anyhow v1.0.89 |
1606 | 2024-09-24T03:18:30.344Z | Compiling winnow v0.5.40 |
1607 | 2024-09-24T03:18:30.508Z | Compiling untrusted v0.9.0 |
1608 | 2024-09-24T03:18:30.709Z | Compiling bytes v1.7.2 |
1609 | 2024-09-24T03:18:31.031Z | Compiling indexmap v2.4.0 |
1610 | 2024-09-24T03:18:32.575Z | Compiling tokio v1.39.3 |
1611 | 2024-09-24T03:18:33.029Z | Compiling rustc_version v0.4.0 |
1612 | 2024-09-24T03:18:33.586Z | Compiling uuid v1.10.0 |
1613 | 2024-09-24T03:18:34.145Z | Compiling bitflags v2.6.0 |
1614 | 2024-09-24T03:18:34.730Z | Compiling serde_tokenstream v0.2.2 |
1615 | 2024-09-24T03:18:34.824Z | Compiling chrono v0.4.38 |
1616 | 2024-09-24T03:18:35.874Z | Compiling serde_spanned v0.6.7 |
1617 | 2024-09-24T03:18:36.070Z | Compiling toml_datetime v0.6.8 |
1618 | 2024-09-24T03:18:36.103Z | Compiling http v0.2.12 |
1619 | 2024-09-24T03:18:36.526Z | Compiling pest_generator v2.7.10 |
1620 | 2024-09-24T03:18:38.390Z | Compiling dyn-clone v1.0.17 |
1621 | 2024-09-24T03:18:38.741Z | Compiling pest_derive v2.7.10 |
1622 | 2024-09-24T03:18:39.049Z | Compiling toml_edit v0.19.15 |
1623 | 2024-09-24T03:18:40.254Z | Compiling scrypt v0.11.0 |
1624 | 2024-09-24T03:18:40.785Z | Compiling cbc v0.1.2 |
1625 | 2024-09-24T03:18:40.989Z | Compiling aes v0.8.4 |
1626 | 2024-09-24T03:18:42.069Z | Compiling tokio-util v0.7.11 |
1627 | 2024-09-24T03:18:43.366Z | Compiling usdt-impl v0.5.0 |
1628 | 2024-09-24T03:18:43.397Z | Compiling rustversion v1.0.17 |
1629 | 2024-09-24T03:18:43.747Z | Compiling pkcs5 v0.7.1 |
1630 | 2024-09-24T03:18:44.218Z | Compiling heapless v0.7.17 |
1631 | 2024-09-24T03:18:44.649Z | Compiling scroll v0.12.0 |
1632 | 2024-09-24T03:18:45.205Z | Compiling heck v0.4.1 |
1633 | 2024-09-24T03:18:45.660Z | Compiling percent-encoding v2.3.1 |
1634 | 2024-09-24T03:18:45.784Z | Compiling plain v0.2.3 |
1635 | 2024-09-24T03:18:45.958Z | Compiling ppv-lite86 v0.2.17 |
1636 | 2024-09-24T03:18:46.380Z | Compiling powerfmt v0.2.0 |
1637 | 2024-09-24T03:18:46.745Z | Compiling rand_chacha v0.3.1 |
1638 | 2024-09-24T03:18:46.932Z | Compiling deranged v0.3.11 |
1639 | 2024-09-24T03:18:46.965Z | Compiling goblin v0.8.2 |
1640 | 2024-09-24T03:18:47.834Z | Compiling pkcs8 v0.10.2 |
1641 | 2024-09-24T03:18:48.415Z | Compiling regex v1.10.6 |
1642 | 2024-09-24T03:18:49.269Z | Compiling try-lock v0.2.5 |
1643 | 2024-09-24T03:18:49.435Z | Compiling strsim v0.11.1 |
1644 | 2024-09-24T03:18:49.461Z | Compiling num_threads v0.1.7 |
1645 | 2024-09-24T03:18:49.579Z | Compiling crc32fast v1.4.0 |
1646 | 2024-09-24T03:18:49.582Z | Compiling pretty-hex v0.4.1 |
1647 | 2024-09-24T03:18:49.996Z | Compiling time v0.3.36 |
1648 | 2024-09-24T03:18:50.031Z | Compiling want v0.3.1 |
1649 | 2024-09-24T03:18:50.409Z | Compiling rand v0.8.5 |
1650 | 2024-09-24T03:18:51.086Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-09-24T03:18:51.989Z | Compiling curve25519-dalek v4.1.3 |
1652 | 2024-09-24T03:18:52.395Z | Compiling pin-project-internal v1.1.5 |
1653 | 2024-09-24T03:18:52.827Z | Compiling dof v0.3.0 |
1654 | 2024-09-24T03:18:53.248Z | Compiling async-trait v0.1.82 |
1655 | 2024-09-24T03:18:54.113Z | Compiling thread-id v4.2.1 |
1656 | 2024-09-24T03:18:54.397Z | Compiling tower-service v0.3.2 |
1657 | 2024-09-24T03:18:54.531Z | Compiling num-bigint-dig v0.8.4 |
1658 | 2024-09-24T03:18:54.833Z | Compiling signal-hook v0.3.17 |
1659 | 2024-09-24T03:18:54.986Z | Compiling smoltcp v0.9.1 |
1660 | 2024-09-24T03:18:55.089Z | Compiling httpdate v1.0.3 |
1661 | 2024-09-24T03:18:55.135Z | Compiling unicode-width v0.1.13 |
1662 | 2024-09-24T03:18:55.412Z | Compiling foreign-types-shared v0.1.1 |
1663 | 2024-09-24T03:18:55.600Z | Compiling foreign-types v0.3.2 |
1664 | 2024-09-24T03:18:55.941Z | Compiling form_urlencoded v1.2.1 |
1665 | 2024-09-24T03:18:57.097Z | Compiling errno v0.3.9 |
1666 | 2024-09-24T03:18:57.259Z | Compiling siphasher v0.3.11 |
1667 | 2024-09-24T03:18:58.456Z | Compiling sct v0.7.1 |
1668 | 2024-09-24T03:18:58.701Z | Compiling rustls-webpki v0.101.7 |
1669 | 2024-09-24T03:18:58.769Z | Compiling h2 v0.3.26 |
1670 | 2024-09-24T03:18:59.539Z | Compiling http-body v0.4.6 |
1671 | 2024-09-24T03:19:01.034Z | Compiling openapiv3 v2.0.0 |
1672 | 2024-09-24T03:19:01.131Z | Compiling http v1.1.0 |
1673 | 2024-09-24T03:19:02.508Z | Compiling hubpack_derive v0.1.1 |
1674 | 2024-09-24T03:19:02.652Z | Compiling signature v2.2.0 |
1675 | 2024-09-24T03:19:02.874Z | Compiling curve25519-dalek-derive v0.1.1 |
1676 | 2024-09-24T03:19:03.376Z | Compiling zerocopy-derive v0.6.6 |
1677 | 2024-09-24T03:19:03.447Z | Compiling idna v0.5.0 |
1678 | 2024-09-24T03:19:04.799Z | Compiling fs-err v2.11.0 |
1679 | 2024-09-24T03:19:05.114Z | Compiling utf8parse v0.2.1 |
1680 | 2024-09-24T03:19:05.270Z | Compiling openssl-probe v0.1.5 |
1681 | 2024-09-24T03:19:05.288Z | Compiling stable_deref_trait v1.2.0 |
1682 | 2024-09-24T03:19:05.661Z | Compiling gimli v0.28.1 |
1683 | 2024-09-24T03:19:05.703Z | Compiling finl_unicode v1.2.0 |
1684 | 2024-09-24T03:19:05.906Z | Compiling adler v1.0.2 |
1685 | 2024-09-24T03:19:06.189Z | Compiling anstyle v1.0.8 |
1686 | 2024-09-24T03:19:06.284Z | Compiling hyper v0.14.30 |
1687 | 2024-09-24T03:19:06.319Z | Compiling stringprep v0.1.4 |
1688 | 2024-09-24T03:19:08.349Z | Compiling miniz_oxide v0.7.2 |
1689 | 2024-09-24T03:19:12.548Z | Compiling addr2line v0.21.0 |
1690 | 2024-09-24T03:19:13.601Z | Compiling anstyle-parse v0.2.4 |
1691 | 2024-09-24T03:19:15.865Z | Compiling url v2.5.2 |
1692 | 2024-09-24T03:19:18.967Z | Compiling usdt-macro v0.5.0 |
1693 | 2024-09-24T03:19:19.487Z | Compiling usdt-attr-macro v0.5.0 |
1694 | 2024-09-24T03:19:21.087Z | Compiling md-5 v0.10.6 |
1695 | 2024-09-24T03:19:21.389Z | Compiling idna v0.3.0 |
1696 | 2024-09-24T03:19:22.892Z | Compiling lazy_static v1.5.0 |
1697 | 2024-09-24T03:19:23.021Z | Compiling num-integer v0.1.46 |
1698 | 2024-09-24T03:19:23.762Z | Compiling ff v0.13.0 |
1699 | 2024-09-24T03:19:24.067Z | Compiling hash32 v0.2.1 |
1700 | 2024-09-24T03:19:24.442Z | Compiling object v0.32.2 |
1701 | 2024-09-24T03:19:24.575Z | Compiling atomic-waker v1.1.2 |
1702 | 2024-09-24T03:19:24.760Z | Compiling base64 v0.22.1 |
1703 | 2024-09-24T03:19:24.902Z | Compiling anstyle-query v1.0.3 |
1704 | 2024-09-24T03:19:25.059Z | Compiling rustc-demangle v0.1.24 |
1705 | 2024-09-24T03:19:25.503Z | Compiling colorchoice v1.0.1 |
1706 | 2024-09-24T03:19:25.817Z | Compiling is_terminal_polyfill v1.70.0 |
1707 | 2024-09-24T03:19:25.897Z | Compiling fallible-iterator v0.2.0 |
1708 | 2024-09-24T03:19:26.157Z | Compiling psl-types v2.0.11 |
1709 | 2024-09-24T03:19:26.361Z | Compiling base16ct v0.2.0 |
1710 | 2024-09-24T03:19:26.662Z | Compiling postgres-protocol v0.6.7 |
1711 | 2024-09-24T03:19:27.495Z | Compiling sec1 v0.7.3 |
1712 | 2024-09-24T03:19:27.511Z | Compiling publicsuffix v2.2.3 |
1713 | 2024-09-24T03:19:27.765Z | Compiling anstream v0.6.14 |
1714 | 2024-09-24T03:19:28.392Z | Compiling h2 v0.4.6 |
1715 | 2024-09-24T03:19:29.106Z | Compiling group v0.13.0 |
1716 | 2024-09-24T03:19:29.400Z | Compiling num-iter v0.1.45 |
1717 | 2024-09-24T03:19:30.429Z | Compiling tokio-rustls v0.24.1 |
1718 | 2024-09-24T03:19:30.895Z | Compiling terminal_size v0.3.0 |
1719 | 2024-09-24T03:19:33.557Z | Compiling tokio-native-tls v0.3.1 |
1720 | 2024-09-24T03:19:33.810Z | Compiling http-body v1.0.0 |
1721 | 2024-09-24T03:19:34.052Z | Compiling phf_shared v0.11.2 |
1722 | 2024-09-24T03:19:34.552Z | Compiling pin-project v1.1.5 |
1723 | 2024-09-24T03:19:34.838Z | Compiling strum_macros v0.25.3 |
1724 | 2024-09-24T03:19:35.325Z | Compiling enum-as-inner v0.6.0 |
1725 | 2024-09-24T03:19:36.162Z | Compiling hkdf v0.12.4 |
1726 | 2024-09-24T03:19:36.385Z | Compiling regress v0.9.1 |
1727 | 2024-09-24T03:19:36.404Z | Compiling crypto-bigint v0.5.5 |
1728 | 2024-09-24T03:19:38.414Z | Compiling serde_repr v0.1.19 |
1729 | 2024-09-24T03:19:39.519Z | Compiling clap_derive v4.5.13 |
1730 | 2024-09-24T03:19:41.159Z | Compiling encoding_rs v0.8.34 |
1731 | 2024-09-24T03:19:41.162Z | Compiling mime v0.3.17 |
1732 | 2024-09-24T03:19:42.288Z | Compiling either v1.13.0 |
1733 | 2024-09-24T03:19:42.729Z | Compiling managed v0.8.0 |
1734 | 2024-09-24T03:19:43.005Z | Compiling bitflags v1.3.2 |
1735 | 2024-09-24T03:19:43.117Z | Compiling tower-layer v0.3.2 |
1736 | 2024-09-24T03:19:43.418Z | Compiling clap_lex v0.7.0 |
1737 | 2024-09-24T03:19:44.021Z | Compiling ipnet v2.9.0 |
1738 | 2024-09-24T03:19:44.064Z | Compiling base64 v0.21.7 |
1739 | 2024-09-24T03:19:44.841Z | Compiling adler2 v2.0.0 |
1740 | 2024-09-24T03:19:45.033Z | Compiling miniz_oxide v0.8.0 |
1741 | 2024-09-24T03:19:45.035Z | Compiling rustls-pemfile v1.0.4 |
1742 | 2024-09-24T03:19:45.728Z | Compiling clap_builder v4.5.15 |
1743 | 2024-09-24T03:19:46.364Z | Compiling tower v0.4.13 |
1744 | 2024-09-24T03:19:47.215Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1745 | 2024-09-24T03:19:49.779Z | Compiling elliptic-curve v0.13.8 |
1746 | 2024-09-24T03:19:51.317Z | Compiling hyper v1.4.1 |
1747 | 2024-09-24T03:19:52.870Z | Compiling phf v0.11.2 |
1748 | 2024-09-24T03:19:53.176Z | Compiling hyper-tls v0.5.0 |
1749 | 2024-09-24T03:19:53.364Z | Compiling hyper-rustls v0.24.2 |
1750 | 2024-09-24T03:19:53.530Z | Compiling cookie_store v0.20.0 |
1751 | 2024-09-24T03:19:54.025Z | Compiling postgres-types v0.2.7 |
1752 | 2024-09-24T03:19:54.701Z | Compiling zerocopy v0.6.6 |
1753 | 2024-09-24T03:19:54.998Z | Compiling hubpack v0.1.2 |
1754 | 2024-09-24T03:19:55.222Z | Compiling ed25519 v2.2.3 |
1755 | 2024-09-24T03:19:55.390Z | Compiling phf_shared v0.10.0 |
1756 | 2024-09-24T03:19:55.439Z | Compiling crossbeam-epoch v0.9.18 |
1757 | 2024-09-24T03:19:55.560Z | Compiling serde_urlencoded v0.7.1 |
1758 | 2024-09-24T03:19:55.591Z | Compiling pkcs1 v0.7.5 |
1759 | 2024-09-24T03:19:55.745Z | Compiling bstr v1.9.1 |
1760 | 2024-09-24T03:19:56.094Z | Compiling futures-executor v0.3.30 |
1761 | 2024-09-24T03:19:56.617Z | Compiling serde-big-array v0.5.1 |
1762 | 2024-09-24T03:19:56.842Z | Compiling rfc6979 v0.4.0 |
1763 | 2024-09-24T03:19:56.956Z | Compiling idna v0.4.0 |
1764 | 2024-09-24T03:19:57.030Z | Compiling float-cmp v0.9.0 |
1765 | 2024-09-24T03:19:57.050Z | Compiling mio v0.8.11 |
1766 | 2024-09-24T03:19:57.147Z | Compiling memmap v0.7.0 |
1767 | 2024-09-24T03:19:57.384Z | Compiling data-encoding v2.6.0 |
1768 | 2024-09-24T03:19:57.446Z | Compiling precomputed-hash v0.1.1 |
1769 | 2024-09-24T03:19:58.119Z | Compiling new_debug_unreachable v1.0.6 |
1770 | 2024-09-24T03:19:58.216Z | Compiling static_assertions v1.1.0 |
1771 | 2024-09-24T03:19:58.325Z | Compiling winnow v0.6.18 |
1772 | 2024-09-24T03:19:58.656Z | Compiling difflib v0.4.0 |
1773 | 2024-09-24T03:19:59.108Z | Compiling predicates-core v1.0.6 |
1774 | 2024-09-24T03:19:59.423Z | Compiling sync_wrapper v0.1.2 |
1775 | 2024-09-24T03:19:59.611Z | Compiling whoami v1.5.1 |
1776 | 2024-09-24T03:19:59.739Z | Compiling webpki-roots v0.25.4 |
1777 | 2024-09-24T03:19:59.913Z | Compiling minimal-lexical v0.2.1 |
1778 | 2024-09-24T03:19:59.979Z | Compiling normalize-line-endings v0.3.0 |
1779 | 2024-09-24T03:20:00.005Z | Compiling fixedbitset v0.4.2 |
1780 | 2024-09-24T03:20:00.067Z | Compiling bit-vec v0.6.3 |
1781 | 2024-09-24T03:20:00.234Z | Compiling unicode-segmentation v1.11.0 |
1782 | 2024-09-24T03:20:00.424Z | Compiling bit-set v0.5.3 |
1783 | 2024-09-24T03:20:00.493Z | Compiling petgraph v0.6.5 |
1784 | 2024-09-24T03:20:00.699Z | Compiling nom v7.1.3 |
1785 | 2024-09-24T03:20:00.702Z | Compiling predicates v3.1.2 |
1786 | 2024-09-24T03:20:00.702Z | Compiling tokio-postgres v0.7.11 |
1787 | 2024-09-24T03:20:00.933Z | Compiling similar v2.6.0 |
1788 | 2024-09-24T03:20:01.060Z | Compiling reqwest v0.11.27 |
1789 | 2024-09-24T03:20:02.106Z | Compiling toml_edit v0.22.20 |
1790 | 2024-09-24T03:20:02.222Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1791 | 2024-09-24T03:20:02.927Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1792 | 2024-09-24T03:20:04.313Z | Compiling string_cache v0.8.7 |
1793 | 2024-09-24T03:20:04.742Z | Compiling hickory-proto v0.24.1 |
1794 | 2024-09-24T03:20:05.181Z | Compiling signal-hook-mio v0.2.4 |
1795 | 2024-09-24T03:20:05.348Z | Compiling usdt v0.5.0 |
1796 | 2024-09-24T03:20:05.806Z | Compiling ecdsa v0.16.9 |
1797 | 2024-09-24T03:20:06.487Z | Compiling futures v0.3.30 |
1798 | 2024-09-24T03:20:06.606Z | Compiling rsa v0.9.6 |
1799 | 2024-09-24T03:20:06.682Z | Compiling ed25519-dalek v2.1.1 |
1800 | 2024-09-24T03:20:07.501Z | Compiling hyper-util v0.1.7 |
1801 | 2024-09-24T03:20:08.012Z | Compiling flate2 v1.0.33 |
1802 | 2024-09-24T03:20:08.234Z | Compiling clap v4.5.16 |
1803 | 2024-09-24T03:20:09.203Z | Compiling itertools v0.12.1 |
1804 | 2024-09-24T03:20:09.585Z | Compiling itertools v0.10.5 |
1805 | 2024-09-24T03:20:09.636Z | Compiling console v0.15.8 |
1806 | 2024-09-24T03:20:10.872Z | Compiling tokio-stream v0.1.15 |
1807 | 2024-09-24T03:20:11.876Z | Compiling toml v0.7.8 |
1808 | 2024-09-24T03:20:12.098Z | Compiling hex v0.4.3 |
1809 | 2024-09-24T03:20:12.117Z | Compiling x509-cert v0.2.5 |
1810 | 2024-09-24T03:20:12.443Z | Compiling sha1 v0.10.6 |
1811 | 2024-09-24T03:20:12.589Z | Compiling unicode-xid v0.2.4 |
1812 | 2024-09-24T03:20:12.729Z | Compiling lalrpop-util v0.19.12 |
1813 | 2024-09-24T03:20:12.843Z | Compiling camino v1.1.9 |
1814 | 2024-09-24T03:20:13.031Z | Compiling peg-runtime v0.8.3 |
1815 | 2024-09-24T03:20:13.568Z | Compiling proc-macro-crate v1.3.1 |
1816 | 2024-09-24T03:20:14.388Z | Compiling heapless v0.8.0 |
1817 | 2024-09-24T03:20:15.213Z | Compiling num_enum_derive v0.5.11 |
1818 | 2024-09-24T03:20:16.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1819 | 2024-09-24T03:20:17.208Z | Compiling ipnetwork v0.20.0 |
1820 | 2024-09-24T03:20:19.793Z | Compiling hash32 v0.3.1 |
1821 | 2024-09-24T03:20:19.991Z | Compiling smoltcp v0.11.0 |
1822 | 2024-09-24T03:20:20.046Z | Compiling ident_case v1.0.1 |
1823 | 2024-09-24T03:20:21.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-09-24T03:20:22.055Z | Compiling rustls-pki-types v1.7.0 |
1825 | 2024-09-24T03:20:26.438Z | Compiling darling_core v0.20.9 |
1826 | 2024-09-24T03:20:31.818Z | Compiling num_enum v0.5.11 |
1827 | 2024-09-24T03:20:33.236Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1828 | 2024-09-24T03:20:33.848Z | Compiling getopts v0.2.21 |
1829 | 2024-09-24T03:20:35.648Z | Compiling dirs-sys-next v0.1.2 |
1830 | 2024-09-24T03:20:37.127Z | Compiling proc-macro-error-attr v1.0.4 |
1831 | 2024-09-24T03:20:37.148Z | Compiling paste v1.0.15 |
1832 | 2024-09-24T03:20:37.449Z | Compiling embedded-io v0.4.0 |
1833 | 2024-09-24T03:20:37.695Z | Compiling unsafe-libyaml v0.2.11 |
1834 | 2024-09-24T03:20:38.366Z | Compiling cobs v0.2.3 |
1835 | 2024-09-24T03:20:38.809Z | Compiling rustls v0.22.4 |
1836 | 2024-09-24T03:20:39.537Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2024-09-24T03:20:42.504Z | Compiling serde_yaml v0.9.34+deprecated |
1838 | 2024-09-24T03:20:47.307Z | Compiling postcard v1.0.8 |
1839 | 2024-09-24T03:20:48.133Z | Compiling dirs-next v2.0.0 |
1840 | 2024-09-24T03:20:51.615Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1841 | 2024-09-24T03:20:52.846Z | Compiling darling_macro v0.20.9 |
1842 | 2024-09-24T03:20:58.279Z | Compiling rustls-webpki v0.102.4 |
1843 | 2024-09-24T03:21:03.389Z | Compiling strum_macros v0.26.4 |
1844 | 2024-09-24T03:21:04.601Z | Compiling structmeta-derive v0.3.0 |
1845 | 2024-09-24T03:21:04.655Z | Compiling foreign-types-macros v0.2.3 |
1846 | 2024-09-24T03:21:05.167Z | Compiling thread_local v1.1.8 |
1847 | 2024-09-24T03:21:05.191Z | Compiling multer v3.1.0 |
1848 | 2024-09-24T03:21:05.509Z | Compiling proc-macro-error v1.0.4 |
1849 | 2024-09-24T03:21:05.884Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-09-24T03:21:06.140Z | Compiling match_cfg v0.1.0 |
1851 | 2024-09-24T03:21:06.819Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1852 | 2024-09-24T03:21:07.112Z | Compiling foreign-types-shared v0.3.1 |
1853 | 2024-09-24T03:21:07.169Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1854 | 2024-09-24T03:21:07.370Z | Compiling slog-async v2.8.0 |
1855 | 2024-09-24T03:21:07.837Z | Compiling strum v0.26.3 |
1856 | 2024-09-24T03:21:07.907Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1857 | 2024-09-24T03:21:11.193Z | Compiling structmeta v0.3.0 |
1858 | 2024-09-24T03:21:11.582Z | Compiling foreign-types v0.5.0 |
1859 | 2024-09-24T03:21:12.544Z | Compiling hostname v0.3.1 |
1860 | 2024-09-24T03:21:18.776Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-09-24T03:21:20.191Z | Compiling darling v0.20.9 |
1862 | 2024-09-24T03:21:20.325Z | Compiling term v0.7.0 |
1863 | 2024-09-24T03:21:25.285Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-09-24T03:21:26.776Z | Compiling slog-json v2.6.1 |
1865 | 2024-09-24T03:21:27.220Z | Compiling tabwriter v1.4.0 |
1866 | 2024-09-24T03:21:28.032Z | Compiling crossbeam-channel v0.5.12 |
1867 | 2024-09-24T03:21:30.465Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1868 | 2024-09-24T03:21:30.883Z | Compiling async-stream-impl v0.3.5 |
1869 | 2024-09-24T03:21:31.272Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1870 | 2024-09-24T03:21:31.959Z | Compiling is-terminal v0.4.12 |
1871 | 2024-09-24T03:21:32.061Z | Compiling cstr-argument v0.1.2 |
1872 | 2024-09-24T03:21:32.087Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1873 | 2024-09-24T03:21:32.114Z | Compiling fastrand v2.1.0 |
1874 | 2024-09-24T03:21:32.327Z | Compiling pretty-hex v0.2.1 |
1875 | 2024-09-24T03:21:32.710Z | Compiling rayon-core v1.12.1 |
1876 | 2024-09-24T03:21:32.764Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1877 | 2024-09-24T03:21:32.931Z | Compiling take_mut v0.2.2 |
1878 | 2024-09-24T03:21:33.047Z | Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-09-24T03:21:33.272Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1880 | 2024-09-24T03:21:33.332Z | Compiling tempfile v3.10.1 |
1881 | 2024-09-24T03:21:33.494Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1882 | 2024-09-24T03:21:33.696Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1883 | 2024-09-24T03:21:33.906Z | Compiling async-stream v0.3.5 |
1884 | 2024-09-24T03:21:33.923Z | Compiling slog-term v2.9.1 |
1885 | 2024-09-24T03:21:34.441Z | Compiling slog-bunyan v2.5.0 |
1886 | 2024-09-24T03:21:34.678Z | Compiling tokio-rustls v0.25.0 |
1887 | 2024-09-24T03:21:34.906Z | Compiling serde_with_macros v3.9.0 |
1888 | 2024-09-24T03:21:35.127Z | Compiling parse-display-derive v0.10.0 |
1889 | 2024-09-24T03:21:36.033Z | Compiling toml v0.8.19 |
1890 | 2024-09-24T03:21:36.567Z | Compiling rustls-pemfile v2.1.3 |
1891 | 2024-09-24T03:21:37.390Z | Compiling waitgroup v0.1.2 |
1892 | 2024-09-24T03:21:37.553Z | Compiling crossbeam-deque v0.8.5 |
1893 | 2024-09-24T03:21:37.570Z | Compiling colored v2.1.0 |
1894 | 2024-09-24T03:21:37.805Z | Compiling newtype-uuid v1.1.0 |
1895 | 2024-09-24T03:21:37.949Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1896 | 2024-09-24T03:21:38.161Z | Compiling serde_path_to_error v0.1.16 |
1897 | 2024-09-24T03:21:38.899Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1898 | 2024-09-24T03:21:39.016Z | Compiling socket2 v0.4.10 |
1899 | 2024-09-24T03:21:39.205Z | Compiling hostname v0.4.0 |
1900 | 2024-09-24T03:21:39.477Z | Compiling instant v0.1.12 |
1901 | 2024-09-24T03:21:39.639Z | Compiling debug-ignore v1.0.5 |
1902 | 2024-09-24T03:21:39.657Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1903 | 2024-09-24T03:21:39.745Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1904 | 2024-09-24T03:21:39.799Z | Compiling backoff v0.4.0 |
1905 | 2024-09-24T03:21:39.958Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1906 | 2024-09-24T03:21:40.164Z | Compiling parse-display v0.10.0 |
1907 | 2024-09-24T03:21:40.495Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1908 | 2024-09-24T03:21:42.140Z | Compiling serde_with v3.9.0 |
1909 | 2024-09-24T03:21:42.848Z | Compiling zone_cfg_derive v0.3.0 |
1910 | 2024-09-24T03:21:42.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1911 | 2024-09-24T03:21:43.721Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1912 | 2024-09-24T03:21:44.228Z | Compiling camino-tempfile v1.1.1 |
1913 | 2024-09-24T03:21:44.645Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1914 | 2024-09-24T03:21:44.982Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1915 | 2024-09-24T03:21:45.154Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1916 | 2024-09-24T03:21:45.174Z | Compiling macaddr v1.0.1 |
1917 | 2024-09-24T03:21:45.797Z | Compiling num-derive v0.4.2 |
1918 | 2024-09-24T03:21:46.372Z | Compiling sigpipe v0.1.3 |
1919 | 2024-09-24T03:21:46.466Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1920 | 2024-09-24T03:21:46.507Z | Compiling libefi-sys v0.1.0 |
1921 | 2024-09-24T03:21:46.796Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1922 | 2024-09-24T03:21:46.844Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1923 | 2024-09-24T03:21:47.412Z | Compiling zone v0.3.0 |
1924 | 2024-09-24T03:21:48.032Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1925 | 2024-09-24T03:21:48.741Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1926 | 2024-09-24T03:21:48.817Z | Compiling rayon v1.10.0 |
1927 | 2024-09-24T03:21:49.554Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1928 | 2024-09-24T03:21:50.143Z | Compiling smf v0.2.3 |
1929 | 2024-09-24T03:21:50.666Z | Compiling bitfield-struct v0.6.1 |
1930 | 2024-09-24T03:21:51.379Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1931 | 2024-09-24T03:21:51.811Z | Compiling blake3 v1.5.1 |
1932 | 2024-09-24T03:21:52.082Z | Compiling ring v0.16.20 |
1933 | 2024-09-24T03:21:52.441Z | Compiling portable-atomic v1.6.0 |
1934 | 2024-09-24T03:21:52.697Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1935 | 2024-09-24T03:21:53.399Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1936 | 2024-09-24T03:21:53.452Z | Compiling xattr v1.3.1 |
1937 | 2024-09-24T03:21:53.767Z | Compiling filetime v0.2.25 |
1938 | 2024-09-24T03:21:53.886Z | Compiling memmap2 v0.9.4 |
1939 | 2024-09-24T03:21:54.103Z | Compiling spin v0.5.2 |
1940 | 2024-09-24T03:21:54.366Z | Compiling arrayvec v0.7.4 |
1941 | 2024-09-24T03:21:54.420Z | Compiling constant_time_eq v0.3.0 |
1942 | 2024-09-24T03:21:54.565Z | Compiling same-file v1.0.6 |
1943 | 2024-09-24T03:21:54.599Z | Compiling arrayref v0.3.7 |
1944 | 2024-09-24T03:21:54.647Z | Compiling untrusted v0.7.1 |
1945 | 2024-09-24T03:21:54.704Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1946 | 2024-09-24T03:21:54.821Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1947 | 2024-09-24T03:21:54.837Z | Compiling walkdir v2.5.0 |
1948 | 2024-09-24T03:21:54.840Z | Compiling tar v0.4.41 |
1949 | 2024-09-24T03:21:56.309Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1950 | 2024-09-24T03:21:57.479Z | Compiling gethostname v0.5.0 |
1951 | 2024-09-24T03:21:57.536Z | Compiling cargo-platform v0.1.8 |
1952 | 2024-09-24T03:21:57.687Z | Compiling number_prefix v0.4.0 |
1953 | 2024-09-24T03:21:57.948Z | Compiling topological-sort v0.2.2 |
1954 | 2024-09-24T03:21:58.234Z | Compiling indicatif v0.17.8 |
1955 | 2024-09-24T03:21:58.531Z | Compiling cargo_metadata v0.18.1 |
1956 | 2024-09-24T03:22:03.518Z | Compiling omicron-zone-package v0.11.0 |
1957 | 2024-09-24T03:22:06.377Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1958 | 2024-09-24T03:22:07.349Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1959 | 2024-09-24T03:22:08.941Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1960 | 2024-09-24T03:22:28.132Z | Finished `release` profile [optimized] target(s) in 4m 26s |
1961 | 2024-09-24T03:22:28.285Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1962 | 2024-09-24T03:22:28.330Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1963 | 2024-09-24T03:22:28.333Z | Created new build target 'test' and set it as active |
1964 | 2024-09-24T03:22:28.333Z | |
1965 | 2024-09-24T03:22:28.333Z | real 4:26.423611992 |
1966 | 2024-09-24T03:22:28.333Z | user 30:18.061371438 |
1967 | 2024-09-24T03:22:28.333Z | sys 3:46.492983961 |
1968 | 2024-09-24T03:22:28.333Z | trap 0.861749220 |
1969 | 2024-09-24T03:22:28.333Z | tflt 2.976385375 |
1970 | 2024-09-24T03:22:28.333Z | dflt 0.647010507 |
1971 | 2024-09-24T03:22:28.333Z | kflt 0.000106065 |
1972 | 2024-09-24T03:22:28.333Z | lock 1:07:13.254006292 |
1973 | 2024-09-24T03:22:28.333Z | slp 1:56:29.518205155 |
1974 | 2024-09-24T03:22:28.333Z | lat 2:02.998399914 |
1975 | 2024-09-24T03:22:28.333Z | stop 3:48.397513028 |
1976 | 2024-09-24T03:22:28.333Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1977 | 2024-09-24T03:22:29.342Z | Finished `release` profile [optimized] target(s) in 0.96s |
1978 | 2024-09-24T03:22:29.395Z | Running `target/release/omicron-package -t test package` |
1979 | 2024-09-24T03:22:29.436Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1980 | 2024-09-24T03:22:30.620Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1981 | 2024-09-24T03:22:30.620Z | Compiling convert_case v0.4.0 |
1982 | 2024-09-24T03:22:30.624Z | Compiling camino v1.1.9 |
1983 | 2024-09-24T03:22:30.624Z | Compiling newline-converter v0.3.0 |
1984 | 2024-09-24T03:22:30.624Z | Compiling password-hash v0.5.0 |
1985 | 2024-09-24T03:22:30.624Z | Compiling blake2 v0.10.6 |
1986 | 2024-09-24T03:22:30.624Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1987 | 2024-09-24T03:22:30.757Z | Compiling cancel-safe-futures v0.1.5 |
1988 | 2024-09-24T03:22:30.918Z | Compiling expectorate v1.1.0 |
1989 | 2024-09-24T03:22:30.996Z | Compiling derive-where v1.2.7 |
1990 | 2024-09-24T03:22:31.116Z | Compiling libsw v3.3.1 |
1991 | 2024-09-24T03:22:31.460Z | Compiling argon2 v0.5.3 |
1992 | 2024-09-24T03:22:31.511Z | Compiling derive_more v0.99.18 |
1993 | 2024-09-24T03:22:31.534Z | Compiling owo-colors v4.0.0 |
1994 | 2024-09-24T03:22:31.700Z | Compiling linear-map v1.2.0 |
1995 | 2024-09-24T03:22:31.843Z | Compiling indent_write v2.2.0 |
1996 | 2024-09-24T03:22:31.989Z | Compiling swrite v0.1.0 |
1997 | 2024-09-24T03:22:32.070Z | Compiling humantime v2.1.0 |
1998 | 2024-09-24T03:22:32.097Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1999 | 2024-09-24T03:22:32.132Z | Compiling toml v0.8.19 |
2000 | 2024-09-24T03:22:32.530Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2001 | 2024-09-24T03:22:32.902Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2002 | 2024-09-24T03:22:32.905Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2003 | 2024-09-24T03:22:33.095Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2004 | 2024-09-24T03:22:33.129Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2005 | 2024-09-24T03:22:33.679Z | Compiling num-rational v0.4.2 |
2006 | 2024-09-24T03:22:33.895Z | Compiling num-complex v0.4.6 |
2007 | 2024-09-24T03:22:34.096Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2008 | 2024-09-24T03:22:34.353Z | Compiling dirs-sys-next v0.1.2 |
2009 | 2024-09-24T03:22:34.857Z | Compiling dirs-next v2.0.0 |
2010 | 2024-09-24T03:22:35.046Z | Compiling num v0.4.3 |
2011 | 2024-09-24T03:22:35.177Z | Compiling float-ord v0.3.2 |
2012 | 2024-09-24T03:22:35.212Z | Compiling term v0.7.0 |
2013 | 2024-09-24T03:22:35.345Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2014 | 2024-09-24T03:22:36.147Z | Compiling atomicwrites v0.4.4 |
2015 | 2024-09-24T03:22:36.472Z | Compiling prettyplease v0.2.20 |
2016 | 2024-09-24T03:22:36.678Z | Compiling utf-8 v0.7.6 |
2017 | 2024-09-24T03:22:36.781Z | Compiling semver v0.1.20 |
2018 | 2024-09-24T03:22:37.035Z | Compiling is-terminal v0.4.12 |
2019 | 2024-09-24T03:22:37.159Z | Compiling rustc_version v0.1.7 |
2020 | 2024-09-24T03:22:37.353Z | Compiling cookie v0.18.1 |
2021 | 2024-09-24T03:22:37.548Z | Compiling newtype_derive v0.1.6 |
2022 | 2024-09-24T03:22:37.662Z | Compiling highway v1.2.0 |
2023 | 2024-09-24T03:22:37.952Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2024 | 2024-09-24T03:22:38.154Z | Compiling linked-hash-map v0.5.6 |
2025 | 2024-09-24T03:22:38.576Z | Compiling rustls-pki-types v1.7.0 |
2026 | 2024-09-24T03:22:39.044Z | Compiling lru-cache v0.1.2 |
2027 | 2024-09-24T03:22:39.267Z | Compiling steno v0.4.1 |
2028 | 2024-09-24T03:22:39.322Z | Compiling quick-error v1.2.3 |
2029 | 2024-09-24T03:22:39.535Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2030 | 2024-09-24T03:22:40.155Z | Compiling home v0.5.9 |
2031 | 2024-09-24T03:22:40.404Z | Compiling resolv-conf v0.7.0 |
2032 | 2024-09-24T03:22:41.797Z | Compiling rustls-webpki v0.102.4 |
2033 | 2024-09-24T03:22:42.014Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2034 | 2024-09-24T03:22:43.987Z | Compiling rustls v0.22.4 |
2035 | 2024-09-24T03:22:43.993Z | Compiling thread_local v1.1.8 |
2036 | 2024-09-24T03:22:44.417Z | Compiling match_cfg v0.1.0 |
2037 | 2024-09-24T03:22:44.526Z | Compiling hostname v0.3.1 |
2038 | 2024-09-24T03:22:44.879Z | Compiling hickory-resolver v0.24.1 |
2039 | 2024-09-24T03:22:46.842Z | Compiling multer v3.1.0 |
2040 | 2024-09-24T03:22:46.913Z | Compiling slog-async v2.8.0 |
2041 | 2024-09-24T03:22:46.986Z | Compiling slog-json v2.6.1 |
2042 | 2024-09-24T03:22:47.351Z | Compiling crossbeam-channel v0.5.12 |
2043 | 2024-09-24T03:22:47.398Z | Compiling take_mut v0.2.2 |
2044 | 2024-09-24T03:22:47.566Z | Compiling slog-bunyan v2.5.0 |
2045 | 2024-09-24T03:22:48.675Z | Compiling slog-term v2.9.1 |
2046 | 2024-09-24T03:22:49.358Z | Compiling tokio-rustls v0.25.0 |
2047 | 2024-09-24T03:22:49.784Z | Compiling rustls-pemfile v2.1.3 |
2048 | 2024-09-24T03:22:49.803Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2049 | 2024-09-24T03:22:49.875Z | Compiling async-stream v0.3.5 |
2050 | 2024-09-24T03:22:50.162Z | Compiling waitgroup v0.1.2 |
2051 | 2024-09-24T03:22:50.216Z | Compiling newtype-uuid v1.1.0 |
2052 | 2024-09-24T03:22:50.368Z | Compiling ipnetwork v0.20.0 |
2053 | 2024-09-24T03:22:50.591Z | Compiling serde_path_to_error v0.1.16 |
2054 | 2024-09-24T03:22:51.172Z | Compiling hostname v0.4.0 |
2055 | 2024-09-24T03:22:51.377Z | Compiling instant v0.1.12 |
2056 | 2024-09-24T03:22:51.401Z | Compiling debug-ignore v1.0.5 |
2057 | 2024-09-24T03:22:51.558Z | Compiling backoff v0.4.0 |
2058 | 2024-09-24T03:22:51.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2059 | 2024-09-24T03:22:52.576Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-09-24T03:22:52.914Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2061 | 2024-09-24T03:22:53.598Z | Compiling parse-display v0.10.0 |
2062 | 2024-09-24T03:22:54.181Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2024-09-24T03:22:54.364Z | Compiling serde_with v3.9.0 |
2064 | 2024-09-24T03:22:54.812Z | Compiling strum v0.26.3 |
2065 | 2024-09-24T03:22:55.005Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2024-09-24T03:22:57.912Z | Compiling macaddr v1.0.1 |
2067 | 2024-09-24T03:22:58.313Z | Compiling slog-dtrace v0.3.0 |
2068 | 2024-09-24T03:22:58.331Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2069 | 2024-09-24T03:23:00.060Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2070 | 2024-09-24T03:23:00.481Z | Compiling display-error-chain v0.2.1 |
2071 | 2024-09-24T03:23:00.523Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2072 | 2024-09-24T03:23:00.626Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2073 | 2024-09-24T03:23:01.020Z | Compiling half v2.4.1 |
2074 | 2024-09-24T03:23:01.577Z | Compiling ciborium-io v0.2.2 |
2075 | 2024-09-24T03:23:01.716Z | Compiling ciborium-ll v0.2.2 |
2076 | 2024-09-24T03:23:01.733Z | Compiling tungstenite v0.21.0 |
2077 | 2024-09-24T03:23:02.238Z | Compiling ciborium v0.2.2 |
2078 | 2024-09-24T03:23:04.445Z | Compiling tokio-tungstenite v0.21.0 |
2079 | 2024-09-24T03:23:05.069Z | Compiling rayon-core v1.12.1 |
2080 | 2024-09-24T03:23:05.099Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2081 | 2024-09-24T03:23:06.856Z | Compiling crossbeam-deque v0.8.5 |
2082 | 2024-09-24T03:23:07.215Z | Compiling fastrand v2.1.0 |
2083 | 2024-09-24T03:23:07.369Z | Compiling termcolor v1.4.1 |
2084 | 2024-09-24T03:23:07.723Z | Compiling same-file v1.0.6 |
2085 | 2024-09-24T03:23:07.960Z | Compiling walkdir v2.5.0 |
2086 | 2024-09-24T03:23:08.425Z | Compiling tempfile v3.10.1 |
2087 | 2024-09-24T03:23:09.328Z | Compiling blake3 v1.5.1 |
2088 | 2024-09-24T03:23:09.784Z | Compiling rayon v1.10.0 |
2089 | 2024-09-24T03:23:11.446Z | Compiling ring v0.16.20 |
2090 | 2024-09-24T03:23:14.497Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2091 | 2024-09-24T03:23:14.853Z | Compiling xattr v1.3.1 |
2092 | 2024-09-24T03:23:14.885Z | Compiling filetime v0.2.25 |
2093 | 2024-09-24T03:23:15.076Z | Compiling memmap2 v0.9.4 |
2094 | 2024-09-24T03:23:15.180Z | Compiling arrayvec v0.7.4 |
2095 | 2024-09-24T03:23:15.488Z | Compiling arrayref v0.3.7 |
2096 | 2024-09-24T03:23:15.585Z | Compiling untrusted v0.7.1 |
2097 | 2024-09-24T03:23:15.615Z | Compiling spin v0.5.2 |
2098 | 2024-09-24T03:23:15.781Z | Compiling keccak v0.1.5 |
2099 | 2024-09-24T03:23:15.838Z | Compiling constant_time_eq v0.3.0 |
2100 | 2024-09-24T03:23:16.767Z | Compiling sha3 v0.10.8 |
2101 | 2024-09-24T03:23:17.156Z | Compiling tar v0.4.41 |
2102 | 2024-09-24T03:23:17.618Z | Compiling camino-tempfile v1.1.1 |
2103 | 2024-09-24T03:23:17.705Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2104 | 2024-09-24T03:23:18.038Z | Compiling toolchain_find v0.4.0 |
2105 | 2024-09-24T03:23:18.557Z | Compiling nibble_vec v0.1.0 |
2106 | 2024-09-24T03:23:18.803Z | Compiling atty v0.2.14 |
2107 | 2024-09-24T03:23:18.940Z | Compiling glob v0.3.1 |
2108 | 2024-09-24T03:23:18.958Z | Compiling maplit v1.0.2 |
2109 | 2024-09-24T03:23:19.082Z | Compiling topological-sort v0.2.2 |
2110 | 2024-09-24T03:23:19.322Z | Compiling crunchy v0.2.2 |
2111 | 2024-09-24T03:23:19.662Z | Compiling endian-type v0.1.2 |
2112 | 2024-09-24T03:23:19.810Z | Compiling radium v0.7.0 |
2113 | 2024-09-24T03:23:19.936Z | Compiling radix_trie v0.2.1 |
2114 | 2024-09-24T03:23:20.314Z | Compiling clang-sys v1.7.0 |
2115 | 2024-09-24T03:23:20.332Z | Compiling omicron-zone-package v0.11.0 |
2116 | 2024-09-24T03:23:20.847Z | Compiling rustfmt-wrapper v0.2.1 |
2117 | 2024-09-24T03:23:20.944Z | Compiling maybe-uninit v2.0.0 |
2118 | 2024-09-24T03:23:21.180Z | Compiling tiny-keccak v2.0.2 |
2119 | 2024-09-24T03:23:21.413Z | Compiling tap v1.0.1 |
2120 | 2024-09-24T03:23:21.555Z | Compiling wyz v0.5.1 |
2121 | 2024-09-24T03:23:21.639Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2122 | 2024-09-24T03:23:21.871Z | Compiling dsl_auto_type v0.1.2 |
2123 | 2024-09-24T03:23:21.925Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2124 | 2024-09-24T03:23:22.027Z | Compiling itertools v0.13.0 |
2125 | 2024-09-24T03:23:22.071Z | Compiling scheduled-thread-pool v0.2.7 |
2126 | 2024-09-24T03:23:22.325Z | Compiling secrecy v0.8.0 |
2127 | 2024-09-24T03:23:22.594Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2128 | 2024-09-24T03:23:23.101Z | Compiling diesel_table_macro_syntax v0.2.0 |
2129 | 2024-09-24T03:23:23.256Z | Compiling packed_struct v0.10.1 |
2130 | 2024-09-24T03:23:23.403Z | Compiling funty v2.0.0 |
2131 | 2024-09-24T03:23:23.548Z | Compiling arc-swap v1.7.1 |
2132 | 2024-09-24T03:23:23.686Z | Compiling crc-catalog v2.4.0 |
2133 | 2024-09-24T03:23:23.845Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2134 | 2024-09-24T03:23:24.148Z | Compiling slog-scope v4.4.0 |
2135 | 2024-09-24T03:23:24.207Z | Compiling crc v3.2.1 |
2136 | 2024-09-24T03:23:24.968Z | Compiling bitvec v1.0.1 |
2137 | 2024-09-24T03:23:25.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2138 | 2024-09-24T03:23:25.770Z | Compiling diesel_derives v2.2.2 |
2139 | 2024-09-24T03:23:26.119Z | Compiling r2d2 v0.8.10 |
2140 | 2024-09-24T03:23:27.084Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2141 | 2024-09-24T03:23:29.433Z | Compiling ascii-canvas v3.0.0 |
2142 | 2024-09-24T03:23:29.905Z | Compiling universal-hash v0.5.1 |
2143 | 2024-09-24T03:23:30.105Z | Compiling packed_struct_codegen v0.10.1 |
2144 | 2024-09-24T03:23:32.301Z | Compiling thiserror-impl-no-std v2.0.2 |
2145 | 2024-09-24T03:23:32.505Z | Compiling ena v0.14.3 |
2146 | 2024-09-24T03:23:32.925Z | Compiling libloading v0.8.3 |
2147 | 2024-09-24T03:23:33.343Z | Compiling indexmap v1.9.3 |
2148 | 2024-09-24T03:23:33.645Z | Compiling opaque-debug v0.3.1 |
2149 | 2024-09-24T03:23:33.755Z | Compiling bindgen v0.69.4 |
2150 | 2024-09-24T03:23:34.208Z | Compiling diff v0.1.13 |
2151 | 2024-09-24T03:23:34.753Z | Compiling regex-syntax v0.6.29 |
2152 | 2024-09-24T03:23:34.968Z | Compiling nodrop v0.1.14 |
2153 | 2024-09-24T03:23:35.105Z | Compiling array-init v0.0.4 |
2154 | 2024-09-24T03:23:36.436Z | Compiling thiserror-no-std v2.0.2 |
2155 | 2024-09-24T03:23:36.601Z | Compiling poly1305 v0.8.0 |
2156 | 2024-09-24T03:23:36.968Z | Compiling diesel v2.2.4 |
2157 | 2024-09-24T03:23:38.103Z | Compiling lalrpop v0.19.12 |
2158 | 2024-09-24T03:23:49.641Z | Compiling smallvec v0.6.14 |
2159 | 2024-09-24T03:23:50.157Z | Compiling slog-stdlog v4.1.1 |
2160 | 2024-09-24T03:23:50.972Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2161 | 2024-09-24T03:23:51.034Z | Compiling which v4.4.2 |
2162 | 2024-09-24T03:23:51.568Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2163 | 2024-09-24T03:23:51.884Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2164 | 2024-09-24T03:23:52.047Z | Compiling chacha20 v0.9.1 |
2165 | 2024-09-24T03:23:52.114Z | Compiling cexpr v0.6.0 |
2166 | 2024-09-24T03:23:52.506Z | Compiling aead v0.5.2 |
2167 | 2024-09-24T03:23:52.880Z | Compiling lazycell v1.3.0 |
2168 | 2024-09-24T03:23:53.039Z | Compiling shlex v1.3.0 |
2169 | 2024-09-24T03:23:53.428Z | Compiling hashbrown v0.12.3 |
2170 | 2024-09-24T03:23:53.737Z | Compiling bitfield v0.14.0 |
2171 | 2024-09-24T03:23:54.066Z | Compiling rustc-hash v1.1.0 |
2172 | 2024-09-24T03:23:54.239Z | Compiling ref-cast v1.0.23 |
2173 | 2024-09-24T03:23:55.559Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2174 | 2024-09-24T03:23:55.717Z | Compiling chacha20poly1305 v0.10.1 |
2175 | 2024-09-24T03:23:55.889Z | Compiling slog-envlogger v2.2.0 |
2176 | 2024-09-24T03:23:55.970Z | Compiling serde-hex v0.1.0 |
2177 | 2024-09-24T03:23:58.443Z | Compiling bzip2 v0.4.4 |
2178 | 2024-09-24T03:23:58.900Z | Compiling vsss-rs v3.3.4 |
2179 | 2024-09-24T03:24:01.046Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2180 | 2024-09-24T03:24:01.379Z | Compiling env_logger v0.10.2 |
2181 | 2024-09-24T03:24:03.330Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2182 | 2024-09-24T03:24:03.650Z | Compiling derive_builder_core v0.20.0 |
2183 | 2024-09-24T03:24:04.206Z | Compiling polar-core v0.27.3 |
2184 | 2024-09-24T03:24:04.264Z | Compiling ron v0.8.1 |
2185 | 2024-09-24T03:24:05.489Z | Compiling headers-core v0.2.0 |
2186 | 2024-09-24T03:24:05.674Z | Compiling hashbrown v0.13.2 |
2187 | 2024-09-24T03:24:05.896Z | Compiling fxhash v0.2.1 |
2188 | 2024-09-24T03:24:06.054Z | Compiling libxml v0.3.3 |
2189 | 2024-09-24T03:24:06.451Z | Compiling ref-cast-impl v1.0.23 |
2190 | 2024-09-24T03:24:07.037Z | Compiling crc-any v2.5.0 |
2191 | 2024-09-24T03:24:07.755Z | Compiling object v0.30.4 |
2192 | 2024-09-24T03:24:07.984Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2193 | 2024-09-24T03:24:08.130Z | Compiling samael v0.0.17 |
2194 | 2024-09-24T03:24:09.592Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2195 | 2024-09-24T03:24:09.775Z | Compiling derive_builder_macro v0.20.0 |
2196 | 2024-09-24T03:24:10.246Z | Compiling headers v0.3.9 |
2197 | 2024-09-24T03:24:13.903Z | Compiling zip v0.6.6 |
2198 | 2024-09-24T03:24:15.721Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2199 | 2024-09-24T03:24:16.536Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2200 | 2024-09-24T03:24:16.831Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2201 | 2024-09-24T03:24:18.823Z | Compiling strum_macros v0.24.3 |
2202 | 2024-09-24T03:24:20.287Z | Compiling kstat-rs v0.2.4 |
2203 | 2024-09-24T03:24:21.259Z | Compiling async-recursion v1.1.1 |
2204 | 2024-09-24T03:24:21.629Z | Compiling dropshot v0.10.1 |
2205 | 2024-09-24T03:24:21.970Z | Compiling unicase v2.7.0 |
2206 | 2024-09-24T03:24:22.041Z | Compiling path-slash v0.1.5 |
2207 | 2024-09-24T03:24:22.273Z | Compiling indoc v1.0.9 |
2208 | 2024-09-24T03:24:22.297Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2209 | 2024-09-24T03:24:22.488Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2210 | 2024-09-24T03:24:26.660Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2211 | 2024-09-24T03:24:26.779Z | Compiling derive_builder v0.20.0 |
2212 | 2024-09-24T03:24:31.039Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-09-24T03:24:33.068Z | Compiling tungstenite v0.23.0 |
2214 | 2024-09-24T03:24:37.345Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2215 | 2024-09-24T03:24:37.647Z | Compiling crossterm v0.28.1 |
2216 | 2024-09-24T03:24:37.666Z | Compiling pem v3.0.4 |
2217 | 2024-09-24T03:24:38.736Z | Compiling dropshot_endpoint v0.10.1 |
2218 | 2024-09-24T03:24:39.178Z | Compiling impl-trait-for-tuples v0.2.2 |
2219 | 2024-09-24T03:24:40.119Z | Compiling oso-derive v0.27.3 |
2220 | 2024-09-24T03:24:40.777Z | Compiling libz-sys v1.1.16 |
2221 | 2024-09-24T03:24:41.109Z | Compiling quick-xml v0.33.0 |
2222 | 2024-09-24T03:24:41.462Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2223 | 2024-09-24T03:24:41.842Z | Compiling parking_lot_core v0.8.6 |
2224 | 2024-09-24T03:24:42.264Z | Compiling cfg_aliases v0.1.1 |
2225 | 2024-09-24T03:24:42.388Z | Compiling nix v0.28.0 |
2226 | 2024-09-24T03:24:45.780Z | Compiling tokio-tungstenite v0.23.1 |
2227 | 2024-09-24T03:24:46.145Z | Compiling oso v0.27.3 |
2228 | 2024-09-24T03:24:46.422Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2229 | 2024-09-24T03:24:48.061Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2230 | 2024-09-24T03:24:53.532Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2231 | 2024-09-24T03:24:53.898Z | Compiling const_format_proc_macros v0.2.33 |
2232 | 2024-09-24T03:24:55.828Z | Compiling bb8 v0.8.5 |
2233 | 2024-09-24T03:24:56.470Z | Compiling vte_generate_state_changes v0.1.1 |
2234 | 2024-09-24T03:24:57.156Z | Compiling buf-list v1.0.3 |
2235 | 2024-09-24T03:24:57.764Z | Compiling vte v0.11.1 |
2236 | 2024-09-24T03:24:59.194Z | Compiling async-bb8-diesel v0.2.1 |
2237 | 2024-09-24T03:25:00.019Z | Compiling const_format v0.2.33 |
2238 | 2024-09-24T03:25:01.304Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2239 | 2024-09-24T03:25:05.079Z | Compiling fd-lock v4.0.2 |
2240 | 2024-09-24T03:25:05.316Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2241 | 2024-09-24T03:25:06.094Z | Compiling bytecount v0.6.8 |
2242 | 2024-09-24T03:25:06.410Z | Compiling salty v0.3.0 |
2243 | 2024-09-24T03:25:06.882Z | Compiling papergrid v0.11.0 |
2244 | 2024-09-24T03:25:24.264Z | Compiling parking_lot v0.11.2 |
2245 | 2024-09-24T03:25:26.253Z | Compiling strip-ansi-escapes v0.2.0 |
2246 | 2024-09-24T03:25:27.824Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2247 | 2024-09-24T03:25:27.983Z | Compiling tabled_derive v0.7.0 |
2248 | 2024-09-24T03:25:30.186Z | Compiling crossterm v0.27.0 |
2249 | 2024-09-24T03:25:32.514Z | Compiling peg-macros v0.8.4 |
2250 | 2024-09-24T03:25:34.124Z | Compiling snafu-derive v0.8.2 |
2251 | 2024-09-24T03:25:35.796Z | Compiling sqlparser_derive v0.2.2 |
2252 | 2024-09-24T03:25:35.980Z | Compiling rustls v0.23.10 |
2253 | 2024-09-24T03:25:36.325Z | Compiling unicode_categories v0.1.1 |
2254 | 2024-09-24T03:25:36.329Z | Compiling nu-ansi-term v0.50.0 |
2255 | 2024-09-24T03:25:36.470Z | Compiling rustyline v14.0.0 |
2256 | 2024-09-24T03:25:36.642Z | Compiling sqlformat v0.2.4 |
2257 | 2024-09-24T03:25:36.829Z | Compiling sqlparser v0.45.0 |
2258 | 2024-09-24T03:25:37.432Z | Compiling reedline v0.33.0 |
2259 | 2024-09-24T03:25:37.583Z | Compiling peg v0.8.4 |
2260 | 2024-09-24T03:25:37.700Z | Compiling tabled v0.15.0 |
2261 | 2024-09-24T03:25:38.560Z | Compiling snafu v0.8.2 |
2262 | 2024-09-24T03:25:39.764Z | Compiling sled v0.34.7 |
2263 | 2024-09-24T03:25:48.442Z | Compiling mime_guess v2.0.4 |
2264 | 2024-09-24T03:25:52.003Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2265 | 2024-09-24T03:25:57.214Z | Compiling hickory-client v0.24.1 |
2266 | 2024-09-24T03:25:59.116Z | Compiling env_logger v0.9.3 |
2267 | 2024-09-24T03:26:02.409Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2268 | 2024-09-24T03:26:03.002Z | Compiling tungstenite v0.20.1 |
2269 | 2024-09-24T03:26:03.306Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2270 | 2024-09-24T03:26:08.106Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2271 | 2024-09-24T03:26:09.007Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2272 | 2024-09-24T03:26:10.526Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2273 | 2024-09-24T03:26:11.370Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2274 | 2024-09-24T03:26:11.878Z | Compiling globset v0.4.14 |
2275 | 2024-09-24T03:26:15.007Z | Compiling hickory-server v0.24.1 |
2276 | 2024-09-24T03:26:16.477Z | Compiling primeorder v0.13.6 |
2277 | 2024-09-24T03:26:17.067Z | Compiling olpc-cjson v0.1.3 |
2278 | 2024-09-24T03:26:17.411Z | Compiling bcs v0.1.6 |
2279 | 2024-09-24T03:26:17.907Z | Compiling vergen v8.3.2 |
2280 | 2024-09-24T03:26:18.245Z | Compiling bitstruct_derive v0.1.0 |
2281 | 2024-09-24T03:26:18.276Z | Compiling env_filter v0.1.2 |
2282 | 2024-09-24T03:26:19.557Z | Compiling serde_plain v1.0.2 |
2283 | 2024-09-24T03:26:19.589Z | Compiling cargo-platform v0.1.8 |
2284 | 2024-09-24T03:26:19.618Z | Compiling nanorand v0.7.0 |
2285 | 2024-09-24T03:26:20.074Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2286 | 2024-09-24T03:26:20.091Z | Compiling memoffset v0.9.1 |
2287 | 2024-09-24T03:26:20.227Z | Compiling ascii v1.1.0 |
2288 | 2024-09-24T03:26:20.273Z | Compiling typed-path v0.7.1 |
2289 | 2024-09-24T03:26:20.598Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2290 | 2024-09-24T03:26:20.893Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2291 | 2024-09-24T03:26:21.074Z | Compiling flume v0.11.0 |
2292 | 2024-09-24T03:26:21.786Z | Compiling cargo_metadata v0.18.1 |
2293 | 2024-09-24T03:26:23.285Z | Compiling tough v0.17.1 |
2294 | 2024-09-24T03:26:23.986Z | Compiling bitstruct v0.1.1 |
2295 | 2024-09-24T03:26:24.121Z | Compiling env_logger v0.11.5 |
2296 | 2024-09-24T03:26:25.117Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2297 | 2024-09-24T03:26:25.549Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2298 | 2024-09-24T03:26:26.598Z | Compiling p384 v0.13.0 |
2299 | 2024-09-24T03:26:26.903Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2300 | 2024-09-24T03:26:27.107Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2301 | 2024-09-24T03:26:27.463Z | Compiling tokio-tungstenite v0.20.1 |
2302 | 2024-09-24T03:26:28.063Z | Compiling git2 v0.19.0 |
2303 | 2024-09-24T03:26:32.778Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2304 | 2024-09-24T03:26:37.099Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2305 | 2024-09-24T03:26:38.385Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2306 | 2024-09-24T03:26:39.636Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2307 | 2024-09-24T03:26:41.589Z | Compiling libsqlite3-sys v0.30.1 |
2308 | 2024-09-24T03:26:42.142Z | Compiling erased-serde v0.3.31 |
2309 | 2024-09-24T03:26:43.900Z | Compiling serde_arrays v0.1.0 |
2310 | 2024-09-24T03:26:44.109Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2311 | 2024-09-24T03:26:44.258Z | Compiling parse-size v1.0.0 |
2312 | 2024-09-24T03:26:44.447Z | Compiling cfg_aliases v0.2.1 |
2313 | 2024-09-24T03:26:44.568Z | Compiling nix v0.29.0 |
2314 | 2024-09-24T03:26:44.590Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2315 | 2024-09-24T03:26:45.454Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2316 | 2024-09-24T03:26:49.539Z | Compiling tokio-rustls v0.26.0 |
2317 | 2024-09-24T03:26:50.103Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2024-09-24T03:26:56.001Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2319 | 2024-09-24T03:26:56.020Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2320 | 2024-09-24T03:26:56.764Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2321 | 2024-09-24T03:26:57.081Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2322 | 2024-09-24T03:26:58.373Z | Compiling heck v0.3.3 |
2323 | 2024-09-24T03:26:58.745Z | Compiling castaway v0.2.3 |
2324 | 2024-09-24T03:26:58.939Z | Compiling rand_seeder v0.3.0 |
2325 | 2024-09-24T03:26:59.011Z | Compiling csv-core v0.1.11 |
2326 | 2024-09-24T03:26:59.366Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-09-24T03:26:59.768Z | Compiling http-range v0.1.5 |
2328 | 2024-09-24T03:27:00.329Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2329 | 2024-09-24T03:27:00.686Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2330 | 2024-09-24T03:27:01.712Z | Compiling hyper-staticfile v0.9.5 |
2331 | 2024-09-24T03:27:04.769Z | Compiling csv v1.3.0 |
2332 | 2024-09-24T03:27:06.909Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2333 | 2024-09-24T03:27:07.138Z | Compiling compact_str v0.8.0 |
2334 | 2024-09-24T03:27:07.270Z | Compiling zone_cfg_derive v0.1.2 |
2335 | 2024-09-24T03:27:08.690Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2336 | 2024-09-24T03:27:09.826Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2337 | 2024-09-24T03:27:10.444Z | Compiling nix v0.27.1 |
2338 | 2024-09-24T03:27:13.149Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2339 | 2024-09-24T03:27:14.276Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2340 | 2024-09-24T03:27:14.328Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2341 | 2024-09-24T03:27:14.469Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2342 | 2024-09-24T03:27:20.402Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2343 | 2024-09-24T03:27:20.752Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2344 | 2024-09-24T03:27:21.086Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2345 | 2024-09-24T03:27:21.442Z | Compiling unicode-truncate v1.0.0 |
2346 | 2024-09-24T03:27:21.460Z | Compiling lru v0.12.3 |
2347 | 2024-09-24T03:27:21.700Z | Compiling hashlink v0.9.1 |
2348 | 2024-09-24T03:27:21.849Z | Compiling instability v0.3.2 |
2349 | 2024-09-24T03:27:22.529Z | Compiling base64 v0.13.1 |
2350 | 2024-09-24T03:27:22.863Z | Compiling fallible-streaming-iterator v0.1.9 |
2351 | 2024-09-24T03:27:23.166Z | Compiling cassowary v0.3.0 |
2352 | 2024-09-24T03:27:23.252Z | Compiling fallible-iterator v0.3.0 |
2353 | 2024-09-24T03:27:24.090Z | Compiling rusqlite v0.32.1 |
2354 | 2024-09-24T03:27:24.799Z | Compiling ratatui v0.28.0 |
2355 | 2024-09-24T03:27:26.876Z | Compiling ron v0.7.1 |
2356 | 2024-09-24T03:27:29.303Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2357 | 2024-09-24T03:27:31.991Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2358 | 2024-09-24T03:27:38.296Z | Compiling zone v0.1.8 |
2359 | 2024-09-24T03:27:41.501Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2360 | 2024-09-24T03:27:46.632Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2361 | 2024-09-24T03:27:49.963Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-09-24T03:27:50.135Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2363 | 2024-09-24T03:27:51.179Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2364 | 2024-09-24T03:27:51.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2365 | 2024-09-24T03:27:51.785Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2366 | 2024-09-24T03:27:52.110Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2367 | 2024-09-24T03:27:54.132Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2368 | 2024-09-24T03:27:54.303Z | Compiling signal-hook-tokio v0.3.1 |
2369 | 2024-09-24T03:27:54.560Z | Compiling twox-hash v1.6.3 |
2370 | 2024-09-24T03:27:55.595Z | Compiling yasna v0.5.2 |
2371 | 2024-09-24T03:27:57.049Z | Compiling portpicker v0.1.1 |
2372 | 2024-09-24T03:27:57.490Z | Compiling smawk v0.3.2 |
2373 | 2024-09-24T03:27:57.742Z | Compiling is_ci v1.2.0 |
2374 | 2024-09-24T03:27:58.050Z | Compiling unicode-linebreak v0.1.5 |
2375 | 2024-09-24T03:27:58.583Z | Compiling textwrap v0.16.1 |
2376 | 2024-09-24T03:27:59.017Z | Compiling supports-color v3.0.1 |
2377 | 2024-09-24T03:27:59.429Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2378 | 2024-09-24T03:28:00.945Z | Compiling rcgen v0.12.1 |
2379 | 2024-09-24T03:28:02.858Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2380 | 2024-09-24T03:28:09.588Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2381 | 2024-09-24T03:28:13.272Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2382 | 2024-09-24T03:28:21.989Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2383 | 2024-09-24T03:28:24.724Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2384 | 2024-09-24T03:28:27.038Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2385 | 2024-09-24T03:28:27.058Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2386 | 2024-09-24T03:28:27.580Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2387 | 2024-09-24T03:28:27.911Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2388 | 2024-09-24T03:28:34.636Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2389 | 2024-09-24T03:28:38.190Z | Compiling fatfs v0.3.6 |
2390 | 2024-09-24T03:28:41.060Z | Compiling subprocess v0.2.9 |
2391 | 2024-09-24T03:28:42.149Z | Compiling rtoolbox v0.0.2 |
2392 | 2024-09-24T03:28:42.588Z | Compiling assert_matches v1.5.0 |
2393 | 2024-09-24T03:28:44.005Z | Compiling rpassword v7.3.1 |
2394 | 2024-09-24T03:28:44.472Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2395 | 2024-09-24T03:28:45.244Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2396 | 2024-09-24T03:28:45.681Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2397 | 2024-09-24T03:28:52.288Z | Compiling tui-tree-widget v0.22.0 |
2398 | 2024-09-24T03:28:52.742Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2399 | 2024-09-24T03:28:52.761Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2400 | 2024-09-24T03:29:01.976Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2401 | 2024-09-24T03:29:05.767Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2402 | 2024-09-24T03:29:06.106Z | Compiling uzers v0.11.3 |
2403 | 2024-09-24T03:29:08.783Z | Compiling shell-words v1.1.0 |
2404 | 2024-09-24T03:29:09.081Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2405 | 2024-09-24T03:29:09.239Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2406 | 2024-09-24T03:29:11.251Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2407 | 2024-09-24T03:29:14.142Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2408 | 2024-09-24T03:29:48.340Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2409 | 2024-09-24T03:29:59.160Z | Compiling multimap v0.10.0 |
2410 | 2024-09-24T03:31:50.660Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2411 | 2024-09-24T03:32:11.598Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2412 | 2024-09-24T03:38:15.311Z | Finished `release` profile [optimized] target(s) in 15m 45s |
2413 | 2024-09-24T03:39:11.469Z | |
2414 | 2024-09-24T03:39:11.472Z | real 16:43.071160366 |
2415 | 2024-09-24T03:39:11.472Z | user 1:55:06.958353714 |
2416 | 2024-09-24T03:39:11.472Z | sys 5:41.105692596 |
2417 | 2024-09-24T03:39:11.472Z | trap 2.741911217 |
2418 | 2024-09-24T03:39:11.472Z | tflt 3.145895587 |
2419 | 2024-09-24T03:39:11.472Z | dflt 4.415983849 |
2420 | 2024-09-24T03:39:11.472Z | kflt 0.013094766 |
2421 | 2024-09-24T03:39:11.472Z | lock 7:06:30.484835600 |
2422 | 2024-09-24T03:39:11.472Z | slp 6:13:03.275898030 |
2423 | 2024-09-24T03:39:11.472Z | lat 2:56.096235915 |
2424 | 2024-09-24T03:39:11.472Z | stop 2:42.397700381 |
2425 | 2024-09-24T03:39:11.472Z | + mapfile -t packages |
2426 | 2024-09-24T03:39:11.472Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2427 | 2024-09-24T03:39:12.548Z | Finished `release` profile [optimized] target(s) in 1.03s |
2428 | 2024-09-24T03:39:12.596Z | Running `target/release/omicron-package -t test list-outputs` |
2429 | 2024-09-24T03:39:12.643Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2430 | 2024-09-24T03:39:12.647Z | + ptime -m cargo build --locked --release -p xtask |
2431 | 2024-09-24T03:39:13.281Z | Compiling serde v1.0.208 |
2432 | 2024-09-24T03:39:13.284Z | Compiling rustix v0.38.34 |
2433 | 2024-09-24T03:39:13.285Z | Compiling serde_json v1.0.125 |
2434 | 2024-09-24T03:39:13.285Z | Compiling libc v0.2.158 |
2435 | 2024-09-24T03:39:13.370Z | Compiling syn v2.0.74 |
2436 | 2024-09-24T03:39:13.386Z | Compiling bitflags v2.6.0 |
2437 | 2024-09-24T03:39:13.734Z | Compiling usdt-impl v0.5.0 |
2438 | 2024-09-24T03:39:13.773Z | Compiling syn v1.0.109 |
2439 | 2024-09-24T03:39:13.908Z | Compiling log v0.4.21 |
2440 | 2024-09-24T03:39:13.925Z | Compiling hashbrown v0.14.5 |
2441 | 2024-09-24T03:39:13.961Z | Compiling fs-err v2.11.0 |
2442 | 2024-09-24T03:39:14.276Z | Compiling anyhow v1.0.89 |
2443 | 2024-09-24T03:39:14.852Z | Compiling thread-id v4.2.1 |
2444 | 2024-09-24T03:39:15.344Z | Compiling indexmap v2.4.0 |
2445 | 2024-09-24T03:39:16.392Z | Compiling terminal_size v0.3.0 |
2446 | 2024-09-24T03:39:16.392Z | Compiling tempfile v3.10.1 |
2447 | 2024-09-24T03:39:16.624Z | Compiling clap_builder v4.5.15 |
2448 | 2024-09-24T03:39:17.232Z | Compiling proc-macro-error v1.0.4 |
2449 | 2024-09-24T03:39:18.671Z | Compiling tabled_derive v0.7.0 |
2450 | 2024-09-24T03:39:20.161Z | Compiling tabled v0.15.0 |
2451 | 2024-09-24T03:39:20.927Z | Compiling serde_derive v1.0.208 |
2452 | 2024-09-24T03:39:21.679Z | Compiling thiserror-impl v1.0.63 |
2453 | 2024-09-24T03:39:24.553Z | Compiling thiserror v1.0.63 |
2454 | 2024-09-24T03:39:24.688Z | Compiling pest v2.7.10 |
2455 | 2024-09-24T03:39:24.755Z | Compiling zerocopy-derive v0.7.34 |
2456 | 2024-09-24T03:39:25.133Z | Compiling scroll_derive v0.12.0 |
2457 | 2024-09-24T03:39:26.589Z | Compiling scroll v0.12.0 |
2458 | 2024-09-24T03:39:26.740Z | Compiling zerocopy v0.7.34 |
2459 | 2024-09-24T03:39:27.252Z | Compiling pest_meta v2.7.10 |
2460 | 2024-09-24T03:39:27.658Z | Compiling goblin v0.8.2 |
2461 | 2024-09-24T03:39:31.448Z | Compiling pest_generator v2.7.10 |
2462 | 2024-09-24T03:39:33.236Z | Compiling pest_derive v2.7.10 |
2463 | 2024-09-24T03:39:34.034Z | Compiling dtrace-parser v0.2.0 |
2464 | 2024-09-24T03:39:35.837Z | Compiling serde_tokenstream v0.2.2 |
2465 | 2024-09-24T03:39:36.441Z | Compiling serde_spanned v0.6.7 |
2466 | 2024-09-24T03:39:36.704Z | Compiling dof v0.3.0 |
2467 | 2024-09-24T03:39:36.970Z | Compiling toml_datetime v0.6.8 |
2468 | 2024-09-24T03:39:37.636Z | Compiling toml_edit v0.22.20 |
2469 | 2024-09-24T03:39:40.803Z | Compiling camino v1.1.9 |
2470 | 2024-09-24T03:39:42.197Z | Compiling toml v0.8.19 |
2471 | 2024-09-24T03:39:43.406Z | Compiling usdt-macro v0.5.0 |
2472 | 2024-09-24T03:39:44.645Z | Compiling usdt-attr-macro v0.5.0 |
2473 | 2024-09-24T03:39:44.804Z | Compiling cargo-platform v0.1.8 |
2474 | 2024-09-24T03:39:45.272Z | Compiling semver v1.0.23 |
2475 | 2024-09-24T03:39:45.888Z | Compiling clap_derive v4.5.13 |
2476 | 2024-09-24T03:39:46.017Z | Compiling usdt v0.5.0 |
2477 | 2024-09-24T03:39:46.751Z | Compiling cargo_metadata v0.18.1 |
2478 | 2024-09-24T03:39:47.483Z | Compiling cargo_toml v0.20.4 |
2479 | 2024-09-24T03:39:48.106Z | Compiling camino-tempfile v1.1.1 |
2480 | 2024-09-24T03:39:48.894Z | Compiling macaddr v1.0.1 |
2481 | 2024-09-24T03:39:50.534Z | Compiling clap v4.5.16 |
2482 | 2024-09-24T03:39:58.307Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2483 | 2024-09-24T03:40:09.692Z | Finished `release` profile [optimized] target(s) in 56.99s |
2484 | 2024-09-24T03:40:09.797Z | |
2485 | 2024-09-24T03:40:09.800Z | real 57.124759209 |
2486 | 2024-09-24T03:40:09.800Z | user 5:41.279784189 |
2487 | 2024-09-24T03:40:09.800Z | sys 32.770729424 |
2488 | 2024-09-24T03:40:09.800Z | trap 0.150948606 |
2489 | 2024-09-24T03:40:09.800Z | tflt 0.350801550 |
2490 | 2024-09-24T03:40:09.800Z | dflt 0.617240231 |
2491 | 2024-09-24T03:40:09.800Z | kflt 0.000021869 |
2492 | 2024-09-24T03:40:09.800Z | lock 10:29.564456506 |
2493 | 2024-09-24T03:40:09.800Z | slp 15:37.133246568 |
2494 | 2024-09-24T03:40:09.800Z | lat 13.334437978 |
2495 | 2024-09-24T03:40:09.800Z | stop 15.696862688 |
2496 | 2024-09-24T03:40:09.800Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2497 | 2024-09-24T03:40:09.800Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2498 | 2024-09-24T03:40:09.800Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2499 | 2024-09-24T03:40:09.800Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2500 | 2024-09-24T03:40:09.800Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2501 | 2024-09-24T03:40:10.731Z | Compiling regress v0.9.1 |
2502 | 2024-09-24T03:40:10.849Z | Compiling getopts v0.2.21 |
2503 | 2024-09-24T03:40:10.852Z | Compiling unsafe-libyaml v0.2.11 |
2504 | 2024-09-24T03:40:10.852Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2505 | 2024-09-24T03:40:10.852Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2506 | 2024-09-24T03:40:10.852Z | Compiling rustls-pki-types v1.7.0 |
2507 | 2024-09-24T03:40:10.852Z | Compiling ident_case v1.0.1 |
2508 | 2024-09-24T03:40:10.852Z | Compiling toml v0.8.19 |
2509 | 2024-09-24T03:40:11.087Z | Compiling darling_core v0.20.9 |
2510 | 2024-09-24T03:40:11.284Z | Compiling match_cfg v0.1.0 |
2511 | 2024-09-24T03:40:11.304Z | Compiling rustls v0.22.4 |
2512 | 2024-09-24T03:40:11.400Z | Compiling rustls-webpki v0.102.4 |
2513 | 2024-09-24T03:40:11.588Z | Compiling hostname v0.3.1 |
2514 | 2024-09-24T03:40:11.729Z | Compiling paste v1.0.15 |
2515 | 2024-09-24T03:40:11.888Z | Compiling ipnetwork v0.20.0 |
2516 | 2024-09-24T03:40:11.907Z | Compiling multer v3.1.0 |
2517 | 2024-09-24T03:40:12.292Z | Compiling serde_yaml v0.9.34+deprecated |
2518 | 2024-09-24T03:40:12.759Z | Compiling slog-json v2.6.1 |
2519 | 2024-09-24T03:40:12.952Z | Compiling async-stream-impl v0.3.5 |
2520 | 2024-09-24T03:40:13.145Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2521 | 2024-09-24T03:40:13.461Z | Compiling instant v0.1.12 |
2522 | 2024-09-24T03:40:13.513Z | Compiling debug-ignore v1.0.5 |
2523 | 2024-09-24T03:40:13.665Z | Compiling slog-bunyan v2.5.0 |
2524 | 2024-09-24T03:40:13.702Z | Compiling rustls-pemfile v2.1.3 |
2525 | 2024-09-24T03:40:13.877Z | Compiling waitgroup v0.1.2 |
2526 | 2024-09-24T03:40:14.104Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2527 | 2024-09-24T03:40:14.185Z | Compiling serde_path_to_error v0.1.16 |
2528 | 2024-09-24T03:40:14.390Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2529 | 2024-09-24T03:40:14.757Z | Compiling async-stream v0.3.5 |
2530 | 2024-09-24T03:40:15.083Z | Compiling hostname v0.4.0 |
2531 | 2024-09-24T03:40:15.108Z | Compiling structmeta-derive v0.3.0 |
2532 | 2024-09-24T03:40:15.355Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2533 | 2024-09-24T03:40:15.901Z | Compiling newtype-uuid v1.1.0 |
2534 | 2024-09-24T03:40:16.134Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2535 | 2024-09-24T03:40:16.221Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2536 | 2024-09-24T03:40:16.570Z | Compiling backoff v0.4.0 |
2537 | 2024-09-24T03:40:16.729Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2538 | 2024-09-24T03:40:16.921Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2539 | 2024-09-24T03:40:16.921Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2540 | 2024-09-24T03:40:17.106Z | Compiling tokio-rustls v0.25.0 |
2541 | 2024-09-24T03:40:17.108Z | Compiling macaddr v1.0.1 |
2542 | 2024-09-24T03:40:17.529Z | Compiling tempfile v3.10.1 |
2543 | 2024-09-24T03:40:17.531Z | Compiling proc-macro-crate v1.3.1 |
2544 | 2024-09-24T03:40:17.627Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2545 | 2024-09-24T03:40:18.019Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2546 | 2024-09-24T03:40:18.055Z | Compiling darling_macro v0.20.9 |
2547 | 2024-09-24T03:40:18.108Z | Compiling structmeta v0.3.0 |
2548 | 2024-09-24T03:40:18.346Z | Compiling foreign-types-macros v0.2.3 |
2549 | 2024-09-24T03:40:18.365Z | Compiling foreign-types-shared v0.3.1 |
2550 | 2024-09-24T03:40:18.497Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2551 | 2024-09-24T03:40:18.560Z | Compiling parse-display-derive v0.10.0 |
2552 | 2024-09-24T03:40:18.608Z | Compiling num_enum_derive v0.5.11 |
2553 | 2024-09-24T03:40:18.786Z | Compiling heapless v0.8.0 |
2554 | 2024-09-24T03:40:18.986Z | Compiling darling v0.20.9 |
2555 | 2024-09-24T03:40:19.116Z | Compiling serde_with_macros v3.9.0 |
2556 | 2024-09-24T03:40:19.738Z | Compiling foreign-types v0.5.0 |
2557 | 2024-09-24T03:40:19.789Z | Compiling proc-macro-error v1.0.4 |
2558 | 2024-09-24T03:40:20.234Z | Compiling camino-tempfile v1.1.1 |
2559 | 2024-09-24T03:40:20.519Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2560 | 2024-09-24T03:40:20.703Z | Compiling hash32 v0.3.1 |
2561 | 2024-09-24T03:40:20.964Z | Compiling cstr-argument v0.1.2 |
2562 | 2024-09-24T03:40:21.231Z | Compiling smoltcp v0.11.0 |
2563 | 2024-09-24T03:40:21.346Z | Compiling num_enum v0.5.11 |
2564 | 2024-09-24T03:40:21.399Z | Compiling pretty-hex v0.2.1 |
2565 | 2024-09-24T03:40:21.600Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2566 | 2024-09-24T03:40:21.688Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2567 | 2024-09-24T03:40:22.016Z | Compiling tabwriter v1.4.0 |
2568 | 2024-09-24T03:40:22.043Z | Compiling serde_with v3.9.0 |
2569 | 2024-09-24T03:40:22.287Z | Compiling colored v2.1.0 |
2570 | 2024-09-24T03:40:22.560Z | Compiling socket2 v0.4.10 |
2571 | 2024-09-24T03:40:22.989Z | Compiling cobs v0.2.3 |
2572 | 2024-09-24T03:40:23.015Z | Compiling embedded-io v0.4.0 |
2573 | 2024-09-24T03:40:23.084Z | Compiling parse-display v0.10.0 |
2574 | 2024-09-24T03:40:23.286Z | Compiling postcard v1.0.8 |
2575 | 2024-09-24T03:40:23.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2576 | 2024-09-24T03:40:23.458Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2577 | 2024-09-24T03:40:23.618Z | Compiling crucible-workspace-hack v0.1.0 |
2578 | 2024-09-24T03:40:23.725Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2579 | 2024-09-24T03:40:23.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2580 | 2024-09-24T03:40:24.066Z | Compiling smf v0.2.3 |
2581 | 2024-09-24T03:40:24.093Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2582 | 2024-09-24T03:40:24.413Z | Compiling zone_cfg_derive v0.3.0 |
2583 | 2024-09-24T03:40:24.650Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2584 | 2024-09-24T03:40:25.150Z | Compiling num-derive v0.4.2 |
2585 | 2024-09-24T03:40:25.560Z | Compiling sigpipe v0.1.3 |
2586 | 2024-09-24T03:40:25.686Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2587 | 2024-09-24T03:40:25.982Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2588 | 2024-09-24T03:40:26.018Z | Compiling zone v0.3.0 |
2589 | 2024-09-24T03:40:26.035Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2590 | 2024-09-24T03:40:26.507Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2591 | 2024-09-24T03:40:27.146Z | Compiling universal-hash v0.5.1 |
2592 | 2024-09-24T03:40:27.365Z | Compiling opaque-debug v0.3.1 |
2593 | 2024-09-24T03:40:27.478Z | Compiling utf-8 v0.7.6 |
2594 | 2024-09-24T03:40:27.526Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2595 | 2024-09-24T03:40:27.552Z | Compiling num-rational v0.4.2 |
2596 | 2024-09-24T03:40:27.617Z | Compiling num-complex v0.4.6 |
2597 | 2024-09-24T03:40:27.942Z | Compiling humantime v2.1.0 |
2598 | 2024-09-24T03:40:28.008Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2599 | 2024-09-24T03:40:28.037Z | Compiling password-hash v0.5.0 |
2600 | 2024-09-24T03:40:28.444Z | Compiling blake2 v0.10.6 |
2601 | 2024-09-24T03:40:28.463Z | Compiling aead v0.5.2 |
2602 | 2024-09-24T03:40:28.553Z | Compiling convert_case v0.4.0 |
2603 | 2024-09-24T03:40:28.719Z | Compiling num v0.4.3 |
2604 | 2024-09-24T03:40:28.833Z | Compiling keccak v0.1.5 |
2605 | 2024-09-24T03:40:28.852Z | Compiling float-ord v0.3.2 |
2606 | 2024-09-24T03:40:29.039Z | Compiling argon2 v0.5.3 |
2607 | 2024-09-24T03:40:29.057Z | Compiling poly1305 v0.8.0 |
2608 | 2024-09-24T03:40:29.366Z | Compiling sha3 v0.10.8 |
2609 | 2024-09-24T03:40:29.606Z | Compiling derive_more v0.99.18 |
2610 | 2024-09-24T03:40:29.917Z | Compiling newline-converter v0.3.0 |
2611 | 2024-09-24T03:40:30.058Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2612 | 2024-09-24T03:40:30.082Z | Compiling chacha20 v0.9.1 |
2613 | 2024-09-24T03:40:30.244Z | Compiling semver v0.1.20 |
2614 | 2024-09-24T03:40:30.691Z | Compiling expectorate v1.1.0 |
2615 | 2024-09-24T03:40:30.708Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2616 | 2024-09-24T03:40:30.708Z | Compiling rustc_version v0.1.7 |
2617 | 2024-09-24T03:40:30.779Z | Compiling tungstenite v0.21.0 |
2618 | 2024-09-24T03:40:30.927Z | Compiling atty v0.2.14 |
2619 | 2024-09-24T03:40:30.964Z | Compiling cancel-safe-futures v0.1.5 |
2620 | 2024-09-24T03:40:31.078Z | Compiling rayon-core v1.12.1 |
2621 | 2024-09-24T03:40:31.166Z | Compiling same-file v1.0.6 |
2622 | 2024-09-24T03:40:31.368Z | Compiling walkdir v2.5.0 |
2623 | 2024-09-24T03:40:31.405Z | Compiling newtype_derive v0.1.6 |
2624 | 2024-09-24T03:40:31.432Z | Compiling primeorder v0.13.6 |
2625 | 2024-09-24T03:40:31.458Z | Compiling crossbeam-deque v0.8.5 |
2626 | 2024-09-24T03:40:31.727Z | Compiling secrecy v0.8.0 |
2627 | 2024-09-24T03:40:31.816Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2628 | 2024-09-24T03:40:31.878Z | Compiling tokio-tungstenite v0.21.0 |
2629 | 2024-09-24T03:40:31.947Z | Compiling prettyplease v0.2.20 |
2630 | 2024-09-24T03:40:31.998Z | Compiling home v0.5.9 |
2631 | 2024-09-24T03:40:32.369Z | Compiling atomicwrites v0.4.4 |
2632 | 2024-09-24T03:40:32.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2633 | 2024-09-24T03:40:32.700Z | Compiling thiserror-impl-no-std v2.0.2 |
2634 | 2024-09-24T03:40:32.736Z | Compiling libsw v3.3.1 |
2635 | 2024-09-24T03:40:32.739Z | Compiling ring v0.16.20 |
2636 | 2024-09-24T03:40:32.877Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2637 | 2024-09-24T03:40:32.896Z | Compiling blake3 v1.5.1 |
2638 | 2024-09-24T03:40:32.965Z | Compiling derive-where v1.2.7 |
2639 | 2024-09-24T03:40:33.042Z | Compiling unicase v2.7.0 |
2640 | 2024-09-24T03:40:33.369Z | Compiling half v2.4.1 |
2641 | 2024-09-24T03:40:33.575Z | Compiling cookie v0.18.1 |
2642 | 2024-09-24T03:40:33.904Z | Compiling linear-map v1.2.0 |
2643 | 2024-09-24T03:40:33.914Z | Compiling owo-colors v4.0.0 |
2644 | 2024-09-24T03:40:33.950Z | Compiling quick-error v1.2.3 |
2645 | 2024-09-24T03:40:33.954Z | Compiling arc-swap v1.7.1 |
2646 | 2024-09-24T03:40:34.121Z | Compiling indent_write v2.2.0 |
2647 | 2024-09-24T03:40:34.277Z | Compiling termcolor v1.4.1 |
2648 | 2024-09-24T03:40:34.353Z | Compiling ciborium-io v0.2.2 |
2649 | 2024-09-24T03:40:34.538Z | Compiling linked-hash-map v0.5.6 |
2650 | 2024-09-24T03:40:34.681Z | Compiling ciborium-ll v0.2.2 |
2651 | 2024-09-24T03:40:34.951Z | Compiling lru-cache v0.1.2 |
2652 | 2024-09-24T03:40:35.124Z | Compiling env_logger v0.9.3 |
2653 | 2024-09-24T03:40:35.160Z | Compiling slog-scope v4.4.0 |
2654 | 2024-09-24T03:40:35.274Z | Compiling resolv-conf v0.7.0 |
2655 | 2024-09-24T03:40:35.939Z | Compiling thiserror-no-std v2.0.2 |
2656 | 2024-09-24T03:40:36.266Z | Compiling rayon v1.10.0 |
2657 | 2024-09-24T03:40:36.341Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2658 | 2024-09-24T03:40:36.609Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-09-24T03:40:36.638Z | Compiling polyval v0.6.2 |
2660 | 2024-09-24T03:40:36.681Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2661 | 2024-09-24T03:40:37.086Z | Compiling bitstruct_derive v0.1.0 |
2662 | 2024-09-24T03:40:37.150Z | Compiling memmap2 v0.9.4 |
2663 | 2024-09-24T03:40:37.250Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2664 | 2024-09-24T03:40:37.289Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2665 | 2024-09-24T03:40:37.395Z | Compiling untrusted v0.7.1 |
2666 | 2024-09-24T03:40:37.429Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2667 | 2024-09-24T03:40:37.592Z | Compiling constant_time_eq v0.3.0 |
2668 | 2024-09-24T03:40:37.615Z | Compiling arrayref v0.3.7 |
2669 | 2024-09-24T03:40:37.728Z | Compiling spin v0.5.2 |
2670 | 2024-09-24T03:40:37.789Z | Compiling libefi-sys v0.1.0 |
2671 | 2024-09-24T03:40:37.979Z | Compiling parking_lot_core v0.8.6 |
2672 | 2024-09-24T03:40:38.101Z | Compiling ascii v1.1.0 |
2673 | 2024-09-24T03:40:38.362Z | Compiling arrayvec v0.7.4 |
2674 | 2024-09-24T03:40:38.445Z | Compiling salty v0.3.0 |
2675 | 2024-09-24T03:40:38.481Z | Compiling highway v1.2.0 |
2676 | 2024-09-24T03:40:38.737Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2677 | 2024-09-24T03:40:38.771Z | Compiling bitstruct v0.1.1 |
2678 | 2024-09-24T03:40:38.987Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2679 | 2024-09-24T03:40:39.306Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-09-24T03:40:39.323Z | Compiling ghash v0.5.1 |
2681 | 2024-09-24T03:40:39.551Z | Compiling steno v0.4.1 |
2682 | 2024-09-24T03:40:40.054Z | Compiling vsss-rs v3.3.4 |
2683 | 2024-09-24T03:40:40.310Z | Compiling hickory-resolver v0.24.1 |
2684 | 2024-09-24T03:40:40.536Z | Compiling slog-stdlog v4.1.1 |
2685 | 2024-09-24T03:40:40.943Z | Compiling ciborium v0.2.2 |
2686 | 2024-09-24T03:40:41.446Z | Compiling toolchain_find v0.4.0 |
2687 | 2024-09-24T03:40:42.131Z | Compiling p384 v0.13.0 |
2688 | 2024-09-24T03:40:42.149Z | Compiling chacha20poly1305 v0.10.1 |
2689 | 2024-09-24T03:40:42.381Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-09-24T03:40:42.490Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2691 | 2024-09-24T03:40:42.654Z | Compiling ctr v0.9.2 |
2692 | 2024-09-24T03:40:42.888Z | Compiling erased-serde v0.3.31 |
2693 | 2024-09-24T03:40:43.027Z | Compiling serde_arrays v0.1.0 |
2694 | 2024-09-24T03:40:43.105Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2695 | 2024-09-24T03:40:43.209Z | Compiling bitfield-struct v0.6.1 |
2696 | 2024-09-24T03:40:43.519Z | Compiling slog-dtrace v0.3.0 |
2697 | 2024-09-24T03:40:43.633Z | Compiling rustls v0.23.10 |
2698 | 2024-09-24T03:40:43.849Z | Compiling topological-sort v0.2.2 |
2699 | 2024-09-24T03:40:44.061Z | Compiling omicron-zone-package v0.11.0 |
2700 | 2024-09-24T03:40:44.185Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2701 | 2024-09-24T03:40:44.344Z | Compiling aes-gcm v0.10.3 |
2702 | 2024-09-24T03:40:44.668Z | Compiling rustfmt-wrapper v0.2.1 |
2703 | 2024-09-24T03:40:44.701Z | Compiling slog-envlogger v2.2.0 |
2704 | 2024-09-24T03:40:44.720Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2705 | 2024-09-24T03:40:45.284Z | Compiling mime_guess v2.0.4 |
2706 | 2024-09-24T03:40:45.704Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2707 | 2024-09-24T03:40:46.123Z | Compiling tungstenite v0.20.1 |
2708 | 2024-09-24T03:40:46.664Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2709 | 2024-09-24T03:40:46.936Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2710 | 2024-09-24T03:40:46.994Z | Compiling heck v0.3.3 |
2711 | 2024-09-24T03:40:47.075Z | Compiling ssh-encoding v0.2.0 |
2712 | 2024-09-24T03:40:47.397Z | Compiling blowfish v0.9.1 |
2713 | 2024-09-24T03:40:47.450Z | Compiling env_filter v0.1.2 |
2714 | 2024-09-24T03:40:47.627Z | Compiling nibble_vec v0.1.0 |
2715 | 2024-09-24T03:40:47.861Z | Compiling endian-type v0.1.2 |
2716 | 2024-09-24T03:40:47.885Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2717 | 2024-09-24T03:40:48.092Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2718 | 2024-09-24T03:40:48.119Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2719 | 2024-09-24T03:40:48.138Z | Compiling radix_trie v0.2.1 |
2720 | 2024-09-24T03:40:48.232Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2721 | 2024-09-24T03:40:48.250Z | Compiling env_logger v0.11.5 |
2722 | 2024-09-24T03:40:48.250Z | Compiling bcrypt-pbkdf v0.10.0 |
2723 | 2024-09-24T03:40:48.420Z | Compiling zone_cfg_derive v0.1.2 |
2724 | 2024-09-24T03:40:48.859Z | Compiling ssh-cipher v0.2.0 |
2725 | 2024-09-24T03:40:48.891Z | Compiling tokio-tungstenite v0.20.1 |
2726 | 2024-09-24T03:40:49.279Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2727 | 2024-09-24T03:40:49.447Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2728 | 2024-09-24T03:40:49.548Z | Compiling parking_lot v0.11.2 |
2729 | 2024-09-24T03:40:50.331Z | Compiling gethostname v0.5.0 |
2730 | 2024-09-24T03:40:50.496Z | Compiling password-hash v0.4.2 |
2731 | 2024-09-24T03:40:50.515Z | Compiling fxhash v0.2.1 |
2732 | 2024-09-24T03:40:50.536Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2733 | 2024-09-24T03:40:50.559Z | Compiling matches v0.1.10 |
2734 | 2024-09-24T03:40:50.641Z | Compiling base64 v0.13.1 |
2735 | 2024-09-24T03:40:50.665Z | Compiling sled v0.34.7 |
2736 | 2024-09-24T03:40:50.713Z | Compiling idna v0.2.3 |
2737 | 2024-09-24T03:40:50.865Z | Compiling zone v0.1.8 |
2738 | 2024-09-24T03:40:51.278Z | Compiling ron v0.7.1 |
2739 | 2024-09-24T03:40:51.407Z | Compiling pbkdf2 v0.11.0 |
2740 | 2024-09-24T03:40:51.786Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2741 | 2024-09-24T03:40:52.484Z | Compiling ssh-key v0.6.6 |
2742 | 2024-09-24T03:40:52.909Z | Compiling hickory-client v0.24.1 |
2743 | 2024-09-24T03:40:54.101Z | Compiling p521 v0.13.3 |
2744 | 2024-09-24T03:40:54.323Z | Compiling p256 v0.13.2 |
2745 | 2024-09-24T03:40:55.214Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2746 | 2024-09-24T03:40:55.664Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2747 | 2024-09-24T03:40:56.394Z | Compiling tokio-rustls v0.26.0 |
2748 | 2024-09-24T03:40:56.444Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2749 | 2024-09-24T03:40:56.876Z | Compiling hickory-server v0.24.1 |
2750 | 2024-09-24T03:40:57.117Z | Compiling pem v3.0.4 |
2751 | 2024-09-24T03:40:57.315Z | Compiling enum-as-inner v0.5.1 |
2752 | 2024-09-24T03:40:57.948Z | Compiling yasna v0.5.2 |
2753 | 2024-09-24T03:40:58.375Z | Compiling headers-core v0.2.0 |
2754 | 2024-09-24T03:40:58.494Z | Compiling portpicker v0.1.1 |
2755 | 2024-09-24T03:40:58.550Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2756 | 2024-09-24T03:40:58.843Z | Compiling kstat-rs v0.2.4 |
2757 | 2024-09-24T03:40:58.941Z | Compiling nanorand v0.7.0 |
2758 | 2024-09-24T03:40:59.534Z | Compiling russh-cryptovec v0.7.2 |
2759 | 2024-09-24T03:40:59.540Z | Compiling http-range v0.1.5 |
2760 | 2024-09-24T03:40:59.606Z | Compiling glob v0.3.1 |
2761 | 2024-09-24T03:40:59.920Z | Compiling md5 v0.7.0 |
2762 | 2024-09-24T03:40:59.963Z | Compiling hyper-staticfile v0.9.5 |
2763 | 2024-09-24T03:41:00.427Z | Compiling russh-keys v0.45.0 |
2764 | 2024-09-24T03:41:00.636Z | Compiling flume v0.11.0 |
2765 | 2024-09-24T03:41:00.949Z | Compiling rcgen v0.12.1 |
2766 | 2024-09-24T03:41:01.385Z | Compiling headers v0.3.9 |
2767 | 2024-09-24T03:41:01.455Z | Compiling trust-dns-proto v0.22.0 |
2768 | 2024-09-24T03:41:02.231Z | Compiling itertools v0.13.0 |
2769 | 2024-09-24T03:41:03.400Z | Compiling num-bigint v0.4.5 |
2770 | 2024-09-24T03:41:03.437Z | Compiling des v0.8.1 |
2771 | 2024-09-24T03:41:04.408Z | Compiling subprocess v0.2.9 |
2772 | 2024-09-24T03:41:04.747Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2773 | 2024-09-24T03:41:04.747Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2774 | 2024-09-24T03:41:04.747Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2775 | 2024-09-24T03:41:04.780Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2776 | 2024-09-24T03:41:06.560Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2777 | 2024-09-24T03:41:06.561Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2778 | 2024-09-24T03:41:06.561Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2779 | 2024-09-24T03:41:12.003Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2780 | 2024-09-24T03:41:12.046Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2781 | 2024-09-24T03:41:12.046Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2782 | 2024-09-24T03:41:12.432Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2783 | 2024-09-24T03:41:12.809Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2784 | 2024-09-24T03:41:13.654Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2785 | 2024-09-24T03:41:14.274Z | Compiling hex-literal v0.4.1 |
2786 | 2024-09-24T03:41:14.452Z | Compiling dhcproto-macros v0.1.0 |
2787 | 2024-09-24T03:41:14.567Z | Compiling display-error-chain v0.2.1 |
2788 | 2024-09-24T03:41:14.749Z | Compiling russh v0.45.0 |
2789 | 2024-09-24T03:41:15.495Z | Compiling dhcproto v0.12.0 |
2790 | 2024-09-24T03:41:18.101Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2791 | 2024-09-24T03:41:18.240Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2792 | 2024-09-24T03:41:18.759Z | Compiling internet-checksum v0.2.1 |
2793 | 2024-09-24T03:41:22.550Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2794 | 2024-09-24T03:41:22.553Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2795 | 2024-09-24T03:41:22.553Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2796 | 2024-09-24T03:41:22.718Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2797 | 2024-09-24T03:41:23.401Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2798 | 2024-09-24T03:41:25.826Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2799 | 2024-09-24T03:41:26.093Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2800 | 2024-09-24T03:41:26.542Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2801 | 2024-09-24T03:41:26.795Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2802 | 2024-09-24T03:41:27.978Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2803 | 2024-09-24T03:41:28.624Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2804 | 2024-09-24T03:41:30.491Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2805 | 2024-09-24T03:41:30.669Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2806 | 2024-09-24T03:41:31.460Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2807 | 2024-09-24T03:41:32.249Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2808 | 2024-09-24T03:41:34.367Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2809 | 2024-09-24T03:41:36.874Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2810 | 2024-09-24T03:41:37.056Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-09-24T03:41:37.496Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-09-24T03:41:39.467Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2813 | 2024-09-24T03:41:40.620Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2814 | 2024-09-24T03:41:43.301Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2815 | 2024-09-24T03:41:46.391Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2816 | 2024-09-24T03:41:54.655Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2817 | 2024-09-24T03:41:54.655Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2818 | 2024-09-24T03:41:55.444Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2819 | 2024-09-24T03:42:12.868Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2820 | 2024-09-24T03:42:43.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2821 | 2024-09-24T03:42:43.923Z | |
2822 | 2024-09-24T03:42:43.923Z | real 2:34.077594459 |
2823 | 2024-09-24T03:42:43.923Z | user 12:52.213491871 |
2824 | 2024-09-24T03:42:43.923Z | sys 2:40.508323650 |
2825 | 2024-09-24T03:42:43.923Z | trap 0.347539022 |
2826 | 2024-09-24T03:42:43.923Z | tflt 1.349512026 |
2827 | 2024-09-24T03:42:43.926Z | dflt 1.562752824 |
2828 | 2024-09-24T03:42:43.926Z | kflt 0.000065277 |
2829 | 2024-09-24T03:42:43.926Z | lock 26:58.151252695 |
2830 | 2024-09-24T03:42:43.926Z | slp 47:54.286005039 |
2831 | 2024-09-24T03:42:43.926Z | lat 41.061243416 |
2832 | 2024-09-24T03:42:43.926Z | stop 1:39.893631950 |
2833 | 2024-09-24T03:42:43.926Z | + mkdir tests |
2834 | 2024-09-24T03:42:43.929Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2835 | 2024-09-24T03:42:43.929Z | + xargs -I '{}' -t cp '{}' tests/ |
2836 | 2024-09-24T03:42:43.969Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dd025975ee275ece tests/ |
2837 | 2024-09-24T03:42:43.994Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f6487e225e50ecc tests/ |
2838 | 2024-09-24T03:42:44.019Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fdbc2d97fa5b1e37 tests/ |
2839 | 2024-09-24T03:42:44.045Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-407516eb09faed2a tests/ |
2840 | 2024-09-24T03:42:44.251Z | + 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/*) |
2841 | 2024-09-24T03:42:44.253Z | + 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-7f6487e225e50ecc tests/commtest-fdbc2d97fa5b1e37 tests/dhcp_server-dd025975ee275ece tests/end_to_end_tests-407516eb09faed2a out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2842 | 2024-09-24T03:43:47.748Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2843 | 2024-09-24T03:43:47.748Z | a out/target/test 1K |
2844 | 2024-09-24T03:43:47.748Z | a out/npuzone/npuzone 23144K |
2845 | 2024-09-24T03:43:47.748Z | a package-manifest.toml 32K |
2846 | 2024-09-24T03:43:47.748Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2847 | 2024-09-24T03:43:47.748Z | a target/release/omicron-package 32551K |
2848 | 2024-09-24T03:43:47.748Z | a target/release/xtask 11995K |
2849 | 2024-09-24T03:43:47.748Z | a target/debug/bootstrap 194017K |
2850 | 2024-09-24T03:43:47.748Z | a tests/bootstrap-7f6487e225e50ecc 23974K |
2851 | 2024-09-24T03:43:47.748Z | a tests/commtest-fdbc2d97fa5b1e37 24453K |
2852 | 2024-09-24T03:43:47.748Z | a tests/dhcp_server-dd025975ee275ece 23974K |
2853 | 2024-09-24T03:43:47.748Z | a tests/end_to_end_tests-407516eb09faed2a 211505K |
2854 | 2024-09-24T03:43:47.748Z | a out/clickhouse.tar.gz 233716K |
2855 | 2024-09-24T03:43:47.749Z | a out/clickhouse_keeper.tar.gz 233701K |
2856 | 2024-09-24T03:43:47.749Z | a out/clickhouse_server.tar.gz 233696K |
2857 | 2024-09-24T03:43:47.749Z | a out/cockroachdb.tar.gz 132170K |
2858 | 2024-09-24T03:43:47.749Z | a out/crucible-dtrace.tar 84K |
2859 | 2024-09-24T03:43:47.749Z | a out/crucible-pantry-zone.tar.gz 25980K |
2860 | 2024-09-24T03:43:47.749Z | a out/crucible-zone.tar.gz 34252K |
2861 | 2024-09-24T03:43:47.749Z | a out/external-dns.tar.gz 25073K |
2862 | 2024-09-24T03:43:47.749Z | a out/internal-dns.tar.gz 25073K |
2863 | 2024-09-24T03:43:47.749Z | a out/mg-ddm-gz.tar 62160K |
2864 | 2024-09-24T03:43:47.749Z | a out/nexus.tar.gz 93028K |
2865 | 2024-09-24T03:43:47.749Z | a out/ntp.tar.gz 9059K |
2866 | 2024-09-24T03:43:47.749Z | a out/omicron-gateway-softnpu.tar.gz 20933K |
2867 | 2024-09-24T03:43:47.749Z | a out/omicron-sled-agent.tar 102182K |
2868 | 2024-09-24T03:43:47.749Z | a out/overlay.tar.gz 3K |
2869 | 2024-09-24T03:43:47.749Z | a out/oximeter.tar.gz 43443K |
2870 | 2024-09-24T03:43:47.749Z | a out/oxlog.tar 3038K |
2871 | 2024-09-24T03:43:47.749Z | a out/probe.tar.gz 2764K |
2872 | 2024-09-24T03:43:47.749Z | a out/propolis-server.tar.gz 65693K |
2873 | 2024-09-24T03:43:47.749Z | a out/pumpkind-gz.tar 26665K |
2874 | 2024-09-24T03:43:47.749Z | a out/switch-softnpu.tar.gz 218371K |
2875 | 2024-09-24T03:43:47.753Z | |
2876 | 2024-09-24T03:43:47.753Z | real 1:03.491391335 |
2877 | 2024-09-24T03:43:47.753Z | user 1:00.616516209 |
2878 | 2024-09-24T03:43:47.753Z | sys 4.071521006 |
2879 | 2024-09-24T03:43:47.753Z | trap 0.015811098 |
2880 | 2024-09-24T03:43:47.753Z | tflt 0.000000000 |
2881 | 2024-09-24T03:43:47.753Z | dflt 0.000000000 |
2882 | 2024-09-24T03:43:47.753Z | kflt 0.000000000 |
2883 | 2024-09-24T03:43:47.753Z | lock 0.000000000 |
2884 | 2024-09-24T03:43:47.753Z | slp 1:00.461590997 |
2885 | 2024-09-24T03:43:47.753Z | lat 1.811849598 |
2886 | 2024-09-24T03:43:47.753Z | stop 0.000555263 |
2887 | 2024-09-24T03:43:47.753Z | process exited: duration 1946255 ms, exit code 0 |
|
2888 | 2024-09-24T03:43:47.768Z | found 1 output files |
2889 | 2024-09-24T03:43:47.768Z | uploading: /work/package.tar.gz (1634002364 bytes) |
2890 | 2024-09-24T03:44:20.530Z | uploaded: /work/package.tar.gz |