|
|
|
1 | 2024-01-24T04:24:16.054Z | job assigned to worker 01HMWVA8MZFYN2MG70RD3KTHTN (queued for 12 m 54 s) |
|
2 | 2024-01-24T04:24:16.242Z | starting task 0: "setup" |
3 | 2024-01-24T04:24:16.296Z | ++ uname -s |
4 | 2024-01-24T04:24:16.301Z | + kern=SunOS |
5 | 2024-01-24T04:24:16.301Z | + case "$kern" in |
6 | 2024-01-24T04:24:16.301Z | + groupadd -g 12345 build |
7 | 2024-01-24T04:24:16.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-24T04:24:18.338Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-24T04:24:18.467Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-24T04:24:18.480Z | + home_fs=zfs |
11 | 2024-01-24T04:24:18.480Z | + [[ zfs == autofs ]] |
12 | 2024-01-24T04:24:18.480Z | + mkdir -p /home/build |
13 | 2024-01-24T04:24:18.480Z | + chown build:build /home/build /work |
14 | 2024-01-24T04:24:20.453Z | + chmod 0700 /home/build /work |
15 | 2024-01-24T04:24:20.457Z | process exited: duration 4218 ms, exit code 0 |
|
16 | 2024-01-24T04:24:20.464Z | starting task 1: "rust-toolchain" |
17 | 2024-01-24T04:24:20.474Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-24T04:24:20.477Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-24T04:24:20.667Z | info: downloading installer |
20 | 2024-01-24T04:24:22.368Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-24T04:24:22.369Z | warning: /opt/ooce/bin |
22 | 2024-01-24T04:24:22.369Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-24T04:24:22.369Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-24T04:24:22.369Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-24T04:24:22.369Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-24T04:24:22.369Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-24T04:24:22.369Z | error: cannot install while Rust is installed |
28 | 2024-01-24T04:24:22.369Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-24T04:24:22.471Z | info: profile set to 'default' |
30 | 2024-01-24T04:24:22.471Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-24T04:24:22.476Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-24T04:24:22.639Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-24T04:24:22.639Z | info: downloading component 'cargo' |
34 | 2024-01-24T04:24:23.310Z | info: downloading component 'clippy' |
35 | 2024-01-24T04:24:23.523Z | info: downloading component 'rust-docs' |
36 | 2024-01-24T04:24:24.339Z | info: downloading component 'rust-std' |
37 | 2024-01-24T04:24:25.794Z | info: downloading component 'rustc' |
38 | 2024-01-24T04:24:29.330Z | info: downloading component 'rustfmt' |
39 | 2024-01-24T04:24:29.589Z | info: installing component 'cargo' |
40 | 2024-01-24T04:24:30.954Z | info: installing component 'clippy' |
41 | 2024-01-24T04:24:31.541Z | info: installing component 'rust-docs' |
42 | 2024-01-24T04:24:34.282Z | info: installing component 'rust-std' |
43 | 2024-01-24T04:24:37.324Z | info: installing component 'rustc' |
44 | 2024-01-24T04:24:45.050Z | info: installing component 'rustfmt' |
45 | 2024-01-24T04:24:45.746Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-24T04:24:45.749Z | |
47 | 2024-01-24T04:24:45.877Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-24T04:24:45.877Z | |
49 | 2024-01-24T04:24:45.886Z | |
50 | 2024-01-24T04:24:45.886Z | Rust is installed now. Great! |
51 | 2024-01-24T04:24:45.886Z | |
52 | 2024-01-24T04:24:45.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-24T04:24:45.886Z | environment variable. This has not been done automatically. |
54 | 2024-01-24T04:24:45.886Z | |
55 | 2024-01-24T04:24:45.886Z | To configure your current shell, run: |
56 | 2024-01-24T04:24:45.887Z | source "$HOME/.cargo/env" |
57 | 2024-01-24T04:24:45.958Z | + rustc --version |
58 | 2024-01-24T04:24:46.068Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-24T04:24:46.073Z | process exited: duration 25609 ms, exit code 0 |
|
60 | 2024-01-24T04:24:46.083Z | starting task 2: "authentication" |
61 | 2024-01-24T04:24:46.113Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-24T04:24:46.119Z | starting task 3: "clone repository" |
63 | 2024-01-24T04:24:46.126Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-24T04:24:46.132Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-24T04:24:46.369Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-24T04:24:52.679Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-24T04:24:52.679Z | + git fetch origin cf0957c7ea7893100754469496057daefb515001 |
68 | 2024-01-24T04:24:53.232Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-24T04:24:53.232Z | * branch cf0957c7ea7893100754469496057daefb515001 -> FETCH_HEAD |
70 | 2024-01-24T04:24:53.247Z | + [[ -n renovate/tui-tree-widget-0.x ]] |
71 | 2024-01-24T04:24:53.258Z | ++ git branch --show-current |
72 | 2024-01-24T04:24:53.258Z | + current=main |
73 | 2024-01-24T04:24:53.258Z | + [[ main != renovate/tui-tree-widget-0.x ]] |
74 | 2024-01-24T04:24:53.258Z | + git branch -f renovate/tui-tree-widget-0.x cf0957c7ea7893100754469496057daefb515001 |
75 | 2024-01-24T04:24:53.258Z | + git checkout -f renovate/tui-tree-widget-0.x |
76 | 2024-01-24T04:24:53.435Z | Switched to branch 'renovate/tui-tree-widget-0.x' |
77 | 2024-01-24T04:24:53.443Z | + git reset --hard cf0957c7ea7893100754469496057daefb515001 |
78 | 2024-01-24T04:24:53.459Z | HEAD is now at cf0957c7e Update Rust crate tui-tree-widget to 0.16.0 |
79 | 2024-01-24T04:24:53.467Z | process exited: duration 7337 ms, exit code 0 |
|
80 | 2024-01-24T04:24:53.473Z | starting task 4: "build" |
81 | 2024-01-24T04:24:53.480Z | + cargo --version |
82 | 2024-01-24T04:24:53.495Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-24T04:24:53.748Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-24T04:24:53.753Z | info: downloading component 'cargo' |
85 | 2024-01-24T04:24:54.400Z | info: downloading component 'clippy' |
86 | 2024-01-24T04:24:54.653Z | info: downloading component 'rust-docs' |
87 | 2024-01-24T04:24:55.531Z | info: downloading component 'rust-std' |
88 | 2024-01-24T04:24:56.935Z | info: downloading component 'rustc' |
89 | 2024-01-24T04:25:00.681Z | info: downloading component 'rustfmt' |
90 | 2024-01-24T04:25:00.946Z | info: installing component 'cargo' |
91 | 2024-01-24T04:25:02.370Z | info: installing component 'clippy' |
92 | 2024-01-24T04:25:02.871Z | info: installing component 'rust-docs' |
93 | 2024-01-24T04:25:05.780Z | info: installing component 'rust-std' |
94 | 2024-01-24T04:25:08.224Z | info: installing component 'rustc' |
95 | 2024-01-24T04:25:14.716Z | info: installing component 'rustfmt' |
96 | 2024-01-24T04:25:15.282Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-24T04:25:15.286Z | + rustc --version |
98 | 2024-01-24T04:25:15.416Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-24T04:25:15.424Z | + source ./env.sh |
100 | 2024-01-24T04:25:15.427Z | ++ set -o xtrace |
101 | 2024-01-24T04:25:15.427Z | ++++ dirname ./env.sh |
102 | 2024-01-24T04:25:15.460Z | +++ cd . |
103 | 2024-01-24T04:25:15.464Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-01-24T04:25:15.464Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-01-24T04:25:15.465Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-01-24T04:25:15.465Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-01-24T04:25:15.465Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-01-24T04:25:15.465Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-01-24T04:25:15.465Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-01-24T04:25:15.465Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-01-24T04:25:15.465Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-01-24T04:25:15.465Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-01-24T04:25:15.465Z | ++ unset OMICRON_WS |
114 | 2024-01-24T04:25:15.465Z | ++ set +o xtrace |
115 | 2024-01-24T04:25:15.503Z | |
116 | 2024-01-24T04:25:15.503Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-01-24T04:25:15.503Z | # # # # # # # # # # # # # # # |
118 | 2024-01-24T04:25:15.503Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-01-24T04:25:15.503Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-01-24T04:25:15.503Z | # # # # # # # # # # # # # # # |
121 | 2024-01-24T04:25:15.503Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-01-24T04:25:15.503Z | |
123 | 2024-01-24T04:25:25.755Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-01-24T04:25:27.430Z | Startup: Caching catalogs ... Done |
125 | 2024-01-24T04:25:29.924Z | Planning: Solver setup ... Done (1.987s) |
126 | 2024-01-24T04:25:29.987Z | Planning: Running solver ... Done (0.055s) |
127 | 2024-01-24T04:25:30.022Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-01-24T04:25:30.029Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-01-24T04:25:30.295Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-01-24T04:25:30.382Z | Planning: Package planning ... Done (0.086s) |
131 | 2024-01-24T04:25:30.470Z | Planning: Merging actions ... Done (0.085s) |
132 | 2024-01-24T04:25:31.216Z | Planning: Checking for conflicting actions ... Done (0.739s) |
133 | 2024-01-24T04:25:31.223Z | Planning: Consolidating action changes ... Done (0.018s) |
134 | 2024-01-24T04:25:34.840Z | Planning: Evaluating mediators ... Done (3.613s) |
135 | 2024-01-24T04:25:34.857Z | Planning: Planning completed in 7.37 seconds |
136 | 2024-01-24T04:25:36.252Z | Packages to install: 4 |
137 | 2024-01-24T04:25:36.252Z | Mediators to change: 2 |
138 | 2024-01-24T04:25:36.253Z | Services to change: 1 |
139 | 2024-01-24T04:25:36.263Z | Estimated space available: 148.87 GB |
140 | 2024-01-24T04:25:36.263Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-01-24T04:25:36.263Z | Create boot environment: No |
142 | 2024-01-24T04:25:36.263Z | Create backup boot environment: No |
143 | 2024-01-24T04:25:36.263Z | Rebuild boot archive: No |
144 | 2024-01-24T04:25:36.263Z | |
145 | 2024-01-24T04:25:36.263Z | Changed mediators: |
146 | 2024-01-24T04:25:36.263Z | mediator clang: |
147 | 2024-01-24T04:25:36.263Z | version: None -> 15 (system default) |
148 | 2024-01-24T04:25:36.263Z | |
149 | 2024-01-24T04:25:36.264Z | mediator llvm: |
150 | 2024-01-24T04:25:36.264Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-01-24T04:25:36.264Z | |
152 | 2024-01-24T04:25:36.264Z | Changed packages: |
153 | 2024-01-24T04:25:36.264Z | helios-dev |
154 | 2024-01-24T04:25:36.264Z | developer/build-essential |
155 | 2024-01-24T04:25:36.264Z | None -> 11-2.0 |
156 | 2024-01-24T04:25:36.264Z | library/libxmlsec1 |
157 | 2024-01-24T04:25:36.264Z | None -> 1.2.35-2.0 |
158 | 2024-01-24T04:25:36.264Z | ooce/developer/clang-15 |
159 | 2024-01-24T04:25:36.264Z | None -> 15.0.7-2.0 |
160 | 2024-01-24T04:25:36.264Z | ooce/developer/llvm-15 |
161 | 2024-01-24T04:25:36.264Z | None -> 15.0.7-2.0 |
162 | 2024-01-24T04:25:36.264Z | |
163 | 2024-01-24T04:25:36.264Z | Services: |
164 | 2024-01-24T04:25:36.265Z | restart_fmri: |
165 | 2024-01-24T04:25:36.265Z | svc:/system/update-man-index:default |
166 | 2024-01-24T04:25:36.390Z | |
167 | 2024-01-24T04:25:36.390Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-01-24T04:25:41.414Z | Download: 844/3290 items 18.7/212.6MB 8% complete (3.8M/s) |
169 | 2024-01-24T04:25:46.831Z | Download: 1218/3290 items 89.5/212.6MB 42% complete (8.9M/s) |
170 | 2024-01-24T04:25:51.735Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
171 | 2024-01-24T04:25:56.501Z | Download: Completed 212.60 MB in 20.12 seconds (10.6M/s) |
172 | 2024-01-24T04:25:56.994Z | Actions: 1/3689 actions (Installing new actions) |
173 | 2024-01-24T04:26:02.018Z | Actions: 3279/3689 actions (Installing new actions) |
174 | 2024-01-24T04:26:04.802Z | Actions: Completed 3689 actions in 7.83 seconds. |
175 | 2024-01-24T04:26:05.049Z | Done (0.251s) |
176 | 2024-01-24T04:26:05.049Z | Done (0.000s) |
177 | 2024-01-24T04:26:05.366Z | Done (0.317s) |
178 | 2024-01-24T04:26:13.128Z | Done (7.602s) |
179 | 2024-01-24T04:26:13.324Z | Done (0.108s) |
180 | 2024-01-24T04:26:13.328Z | Done (0.000s) |
181 | 2024-01-24T04:26:13.572Z | Done (0.000s) |
182 | 2024-01-24T04:26:14.375Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-01-24T04:26:14.674Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-01-24T04:26:14.771Z | Planning: Consolidating action changes ... Done |
185 | 2024-01-24T04:26:15.119Z | Planning: Evaluating mediators ... Done |
186 | 2024-01-24T04:26:15.135Z | Planning: Planning completed in 0.76 seconds |
187 | 2024-01-24T04:26:15.209Z | Mediators to change: 2 |
188 | 2024-01-24T04:26:15.210Z | Create boot environment: No |
189 | 2024-01-24T04:26:15.213Z | Create backup boot environment: No |
190 | 2024-01-24T04:26:15.277Z | Done |
191 | 2024-01-24T04:26:15.277Z | Done |
192 | 2024-01-24T04:26:15.481Z | Done |
193 | 2024-01-24T04:26:21.864Z | Done |
194 | 2024-01-24T04:26:21.989Z | Done |
195 | 2024-01-24T04:26:22.006Z | Done |
196 | 2024-01-24T04:26:22.106Z | Done |
197 | 2024-01-24T04:26:23.176Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-01-24T04:26:23.201Z | Planning: Merging actions ... Done |
199 | 2024-01-24T04:26:23.523Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-01-24T04:26:23.543Z | Planning: Consolidating action changes ... Done |
201 | 2024-01-24T04:26:23.974Z | Planning: Evaluating mediators ... Done |
202 | 2024-01-24T04:26:24.074Z | Planning: Planning completed in 1.34 seconds |
203 | 2024-01-24T04:26:24.126Z | Packages to change: 1 |
204 | 2024-01-24T04:26:24.126Z | Mediators to change: 1 |
205 | 2024-01-24T04:26:24.127Z | Services to change: 1 |
206 | 2024-01-24T04:26:24.127Z | Create boot environment: No |
207 | 2024-01-24T04:26:24.137Z | Create backup boot environment: Yes |
208 | 2024-01-24T04:26:26.118Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-01-24T04:26:26.121Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-01-24T04:26:26.121Z | Done |
211 | 2024-01-24T04:26:26.121Z | Done |
212 | 2024-01-24T04:26:26.208Z | Done |
213 | 2024-01-24T04:26:33.309Z | Done |
214 | 2024-01-24T04:26:36.473Z | Done |
215 | 2024-01-24T04:26:36.473Z | Done |
216 | 2024-01-24T04:26:36.473Z | Done |
217 | 2024-01-24T04:26:58.441Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-01-24T04:26:58.441Z | clang system 15 system |
219 | 2024-01-24T04:26:58.441Z | csh system system illumos |
220 | 2024-01-24T04:26:58.441Z | ctags system system illumos |
221 | 2024-01-24T04:26:58.441Z | gcc vendor 12 vendor |
222 | 2024-01-24T04:26:58.441Z | gcc system 10 system |
223 | 2024-01-24T04:26:58.441Z | gcc system 7 system |
224 | 2024-01-24T04:26:58.441Z | go system 1.20 system |
225 | 2024-01-24T04:26:58.441Z | go system 1.19 system |
226 | 2024-01-24T04:26:58.441Z | llvm system 15 system |
227 | 2024-01-24T04:26:58.442Z | llvm system 14 system |
228 | 2024-01-24T04:26:58.442Z | mariadb system 10.6 system |
229 | 2024-01-24T04:26:58.442Z | mta vendor vendor dma |
230 | 2024-01-24T04:26:58.442Z | openjdk system 17 system |
231 | 2024-01-24T04:26:58.442Z | openjdk system 11 system |
232 | 2024-01-24T04:26:58.442Z | openjdk system 1.8 system |
233 | 2024-01-24T04:26:58.442Z | openssl vendor 3 vendor |
234 | 2024-01-24T04:26:58.442Z | perl system 5.36 system |
235 | 2024-01-24T04:26:58.442Z | postgresql system 15 system |
236 | 2024-01-24T04:26:58.442Z | postgresql system 13 system |
237 | 2024-01-24T04:26:58.442Z | python vendor 3 vendor |
238 | 2024-01-24T04:26:58.443Z | python system 2 system |
239 | 2024-01-24T04:26:58.443Z | python3 system 3.11 system |
240 | 2024-01-24T04:26:58.443Z | ruby system 3.0 system |
241 | 2024-01-24T04:26:58.443Z | words vendor vendor american-english |
242 | 2024-01-24T04:26:58.443Z | words system system australian-english |
243 | 2024-01-24T04:26:58.443Z | words system system british-english |
244 | 2024-01-24T04:26:58.443Z | words system system canadian-english |
245 | 2024-01-24T04:26:58.443Z | words system system french |
246 | 2024-01-24T04:26:58.443Z | words system system italian |
247 | 2024-01-24T04:26:58.443Z | words system system ngerman |
248 | 2024-01-24T04:26:58.443Z | words system system ogerman |
249 | 2024-01-24T04:26:58.444Z | words system system spanish |
250 | 2024-01-24T04:26:58.444Z | FMRI IFO |
251 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-01-24T04:26:58.444Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-01-24T04:26:58.445Z | + set -o errexit |
260 | 2024-01-24T04:26:58.445Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2024-01-24T04:26:58.445Z | ++ cd ./tools |
262 | 2024-01-24T04:26:58.445Z | ++ pwd |
263 | 2024-01-24T04:26:58.445Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2024-01-24T04:26:58.445Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2024-01-24T04:26:58.445Z | + ARG0=ci_download_cockroachdb |
266 | 2024-01-24T04:26:58.445Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2024-01-24T04:26:58.445Z | + CIDL_VERSION=v22.1.9 |
268 | 2024-01-24T04:26:58.445Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2024-01-24T04:26:58.446Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
270 | 2024-01-24T04:26:58.446Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
271 | 2024-01-24T04:26:58.446Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-01-24T04:26:58.446Z | + TARGET_DIR=out |
273 | 2024-01-24T04:26:58.446Z | + DOWNLOAD_DIR=out/downloads |
274 | 2024-01-24T04:26:58.446Z | + DEST_DIR=./out/cockroachdb |
275 | 2024-01-24T04:26:58.446Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2024-01-24T04:26:58.446Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2024-01-24T04:26:58.446Z | + main |
278 | 2024-01-24T04:26:58.447Z | + [[ 0 != 0 ]] |
279 | 2024-01-24T04:26:58.447Z | + CIDL_OS=solaris2.11 |
280 | 2024-01-24T04:26:58.447Z | + [[ 0 != 0 ]] |
281 | 2024-01-24T04:26:58.447Z | + configure_os solaris2.11 |
282 | 2024-01-24T04:26:58.447Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2024-01-24T04:26:58.447Z | current directory: /work/oxidecomputer/omicron |
284 | 2024-01-24T04:26:58.447Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2024-01-24T04:26:58.447Z | + case "$1" in |
286 | 2024-01-24T04:26:58.447Z | configuring based on OS: "solaris2.11" |
287 | 2024-01-24T04:26:58.447Z | + CIDL_BUILD=illumos |
288 | 2024-01-24T04:26:58.447Z | + CIDL_SUFFIX=tar.gz |
289 | 2024-01-24T04:26:58.448Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
290 | 2024-01-24T04:26:58.448Z | + CIDL_MD5FUNC=do_md5sum |
291 | 2024-01-24T04:26:58.448Z | + CIDL_URL_BASE=https://illumos.org/downloads |
292 | 2024-01-24T04:26:58.448Z | + CIDL_ASSEMBLE=do_assemble_illumos |
293 | 2024-01-24T04:26:58.448Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
294 | 2024-01-24T04:26:58.448Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-01-24T04:26:58.448Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-01-24T04:26:58.448Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
297 | 2024-01-24T04:26:58.448Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-01-24T04:26:58.448Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-24T04:26:58.448Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-01-24T04:26:58.449Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-01-24T04:26:58.449Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-01-24T04:26:58.449Z | + mkdir -p out/downloads |
303 | 2024-01-24T04:26:58.449Z | + mkdir -p ./out/cockroachdb |
304 | 2024-01-24T04:26:58.449Z | + local DO_DOWNLOAD=true |
305 | 2024-01-24T04:26:58.449Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2024-01-24T04:26:58.449Z | + '[' true == true ']' |
307 | 2024-01-24T04:26:58.449Z | + echo Downloading... |
308 | 2024-01-24T04:26:58.449Z | Downloading... |
309 | 2024-01-24T04:26:58.450Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-01-24T04:26:58.450Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-01-24T04:26:59.014Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-01-24T04:26:59.015Z | ++ md5sum |
313 | 2024-01-24T04:26:59.015Z | ++ awk '{print $1}' |
314 | 2024-01-24T04:26:59.015Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
315 | 2024-01-24T04:26:59.449Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
316 | 2024-01-24T04:26:59.449Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-01-24T04:26:59.449Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2024-01-24T04:26:59.449Z | + do_assemble_illumos |
319 | 2024-01-24T04:26:59.449Z | + rm -r ./out/cockroachdb |
320 | 2024-01-24T04:26:59.449Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2024-01-24T04:26:59.449Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2024-01-24T04:26:59.449Z | Build Tag: v22.1.9-dirty |
323 | 2024-01-24T04:26:59.449Z | Build Time: 2022/10/26 21:17:46 |
324 | 2024-01-24T04:26:59.449Z | Distribution: OSS |
325 | 2024-01-24T04:26:59.449Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2024-01-24T04:26:59.450Z | Go Version: go1.17.13 |
327 | 2024-01-24T04:26:59.450Z | C Compiler: gcc 10.3.0 |
328 | 2024-01-24T04:26:59.450Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2024-01-24T04:26:59.450Z | Build Type: release |
330 | 2024-01-24T04:26:59.450Z | + set -o errexit |
331 | 2024-01-24T04:26:59.450Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2024-01-24T04:26:59.450Z | ++ cd ./tools |
333 | 2024-01-24T04:26:59.450Z | ++ pwd |
334 | 2024-01-24T04:26:59.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2024-01-24T04:26:59.450Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2024-01-24T04:26:59.450Z | + ARG0=ci_download_clickhouse |
337 | 2024-01-24T04:26:59.450Z | + TARGET_DIR=out |
338 | 2024-01-24T04:26:59.450Z | + DOWNLOAD_DIR=out/downloads |
339 | 2024-01-24T04:26:59.450Z | + DEST_DIR=./out/clickhouse |
340 | 2024-01-24T04:26:59.450Z | + CIDL_VERSION=v22.8.9.24 |
341 | 2024-01-24T04:26:59.450Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
342 | 2024-01-24T04:26:59.451Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
343 | 2024-01-24T04:26:59.451Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
344 | 2024-01-24T04:26:59.451Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
345 | 2024-01-24T04:26:59.451Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
346 | 2024-01-24T04:26:59.451Z | + main |
347 | 2024-01-24T04:26:59.451Z | + [[ 0 != 0 ]] |
348 | 2024-01-24T04:26:59.451Z | + CIDL_OS=solaris2.11 |
349 | 2024-01-24T04:26:59.451Z | + [[ 0 != 0 ]] |
350 | 2024-01-24T04:26:59.451Z | + configure_os solaris2.11 |
351 | 2024-01-24T04:26:59.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
352 | 2024-01-24T04:26:59.451Z | current directory: /work/oxidecomputer/omicron |
353 | 2024-01-24T04:26:59.451Z | + echo 'configuring based on OS: "solaris2.11"' |
354 | 2024-01-24T04:26:59.451Z | configuring based on OS: "solaris2.11" |
355 | 2024-01-24T04:26:59.451Z | + CIDL_DASHREV= |
356 | 2024-01-24T04:26:59.451Z | + case "$1" in |
357 | 2024-01-24T04:26:59.451Z | + CIDL_PLATFORM=illumos |
358 | 2024-01-24T04:26:59.451Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-01-24T04:26:59.451Z | + CIDL_MD5FUNC=do_md5sum |
360 | 2024-01-24T04:26:59.451Z | + CIDL_DASHREV=-1 |
361 | 2024-01-24T04:26:59.451Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
362 | 2024-01-24T04:26:59.451Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-01-24T04:26:59.452Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-01-24T04:26:59.452Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-01-24T04:26:59.452Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
366 | 2024-01-24T04:26:59.452Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-01-24T04:26:59.452Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2024-01-24T04:26:59.452Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-01-24T04:26:59.452Z | + mkdir -p out/downloads |
370 | 2024-01-24T04:26:59.452Z | + mkdir -p ./out/clickhouse |
371 | 2024-01-24T04:26:59.452Z | + local DO_DOWNLOAD=true |
372 | 2024-01-24T04:26:59.452Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
373 | 2024-01-24T04:26:59.452Z | + '[' true == true ']' |
374 | 2024-01-24T04:26:59.452Z | + echo Downloading... |
375 | 2024-01-24T04:26:59.452Z | Downloading... |
376 | 2024-01-24T04:26:59.452Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2024-01-24T04:26:59.452Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-01-24T04:26:59.453Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2024-01-24T04:26:59.453Z | ++ md5sum |
380 | 2024-01-24T04:26:59.453Z | ++ awk '{print $1}' |
381 | 2024-01-24T04:26:59.453Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
382 | 2024-01-24T04:26:59.453Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
383 | 2024-01-24T04:26:59.453Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
384 | 2024-01-24T04:26:59.453Z | + mkdir -p ./out/clickhouse |
385 | 2024-01-24T04:26:59.453Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
386 | 2024-01-24T04:26:59.453Z | + ./out/clickhouse/clickhouse server --version |
387 | 2024-01-24T04:26:59.453Z | ClickHouse server version 22.8.9.1. |
388 | 2024-01-24T04:26:59.453Z | + set -o errexit |
389 | 2024-01-24T04:26:59.453Z | +++ dirname ./tools/ci_download_console |
390 | 2024-01-24T04:26:59.453Z | ++ cd ./tools |
391 | 2024-01-24T04:26:59.453Z | ++ pwd |
392 | 2024-01-24T04:26:59.453Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2024-01-24T04:26:59.454Z | ++ basename ./tools/ci_download_console |
394 | 2024-01-24T04:26:59.454Z | + ARG0=ci_download_console |
395 | 2024-01-24T04:26:59.454Z | + TARGET_DIR=out |
396 | 2024-01-24T04:26:59.454Z | + DOWNLOAD_DIR=out/downloads |
397 | 2024-01-24T04:26:59.454Z | + DEST_DIR=./out/console-assets |
398 | 2024-01-24T04:26:59.454Z | + source /work/oxidecomputer/omicron/tools/console_version |
399 | 2024-01-24T04:26:59.454Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
400 | 2024-01-24T04:26:59.454Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
401 | 2024-01-24T04:26:59.454Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
402 | 2024-01-24T04:26:59.454Z | + TARBALL_FILE=out/downloads/console.tar.gz |
403 | 2024-01-24T04:26:59.454Z | + main |
404 | 2024-01-24T04:26:59.454Z | + [[ 0 != 0 ]] |
405 | 2024-01-24T04:26:59.454Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
406 | 2024-01-24T04:26:59.454Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-01-24T04:26:59.454Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
408 | 2024-01-24T04:26:59.454Z | Local file: out/downloads/console.tar.gz |
409 | 2024-01-24T04:26:59.455Z | + local DO_DOWNLOAD=true |
410 | 2024-01-24T04:26:59.455Z | + [[ -f out/downloads/console.tar.gz ]] |
411 | 2024-01-24T04:26:59.455Z | + mkdir -p out/downloads |
412 | 2024-01-24T04:26:59.455Z | Downloading... |
413 | 2024-01-24T04:26:59.455Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
414 | 2024-01-24T04:26:59.455Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
415 | 2024-01-24T04:26:59.705Z | Downloading... |
416 | 2024-01-24T04:26:59.705Z | + '[' true == true ']' |
417 | 2024-01-24T04:26:59.705Z | + echo Downloading... |
418 | 2024-01-24T04:26:59.705Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
419 | 2024-01-24T04:26:59.706Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
420 | 2024-01-24T04:26:59.706Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2024-01-24T04:26:59.706Z | ++ case "$OSTYPE" in |
422 | 2024-01-24T04:26:59.706Z | ++ SHA=sha256sum |
423 | 2024-01-24T04:26:59.706Z | ++ sha256sum |
424 | 2024-01-24T04:26:59.706Z | ++ awk '{print $1}' |
425 | 2024-01-24T04:26:59.706Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
426 | 2024-01-24T04:26:59.707Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
427 | 2024-01-24T04:26:59.707Z | + rm -rf ./out/console-assets |
428 | 2024-01-24T04:26:59.707Z | + mkdir -p ./out/console-assets |
429 | 2024-01-24T04:26:59.707Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2024-01-24T04:26:59.707Z | + mkdir -p ./out/console-assets |
431 | 2024-01-24T04:26:59.707Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2024-01-24T04:26:59.707Z | + set -o errexit |
433 | 2024-01-24T04:26:59.707Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2024-01-24T04:26:59.707Z | ++ cd ./tools |
435 | 2024-01-24T04:26:59.707Z | ++ pwd |
436 | 2024-01-24T04:26:59.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2024-01-24T04:26:59.708Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2024-01-24T04:26:59.708Z | + ARG0=ci_download_maghemite_openapi |
439 | 2024-01-24T04:26:59.708Z | + TARGET_DIR=out |
440 | 2024-01-24T04:26:59.708Z | + DOWNLOAD_DIR=out/downloads |
441 | 2024-01-24T04:26:59.708Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2024-01-24T04:26:59.708Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2024-01-24T04:26:59.709Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2024-01-24T04:26:59.709Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
445 | 2024-01-24T04:26:59.709Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2024-01-24T04:26:59.709Z | + main |
447 | 2024-01-24T04:26:59.709Z | + [[ 0 != 0 ]] |
448 | 2024-01-24T04:26:59.709Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
449 | 2024-01-24T04:26:59.709Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
450 | 2024-01-24T04:26:59.709Z | + local DO_DOWNLOAD=true |
451 | 2024-01-24T04:26:59.709Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
452 | 2024-01-24T04:26:59.709Z | + mkdir -p out/downloads |
453 | 2024-01-24T04:26:59.709Z | + '[' true == true ']' |
454 | 2024-01-24T04:26:59.709Z | + echo Downloading... |
455 | 2024-01-24T04:26:59.709Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2024-01-24T04:26:59.710Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
457 | 2024-01-24T04:26:59.710Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2024-01-24T04:26:59.710Z | ++ case "$OSTYPE" in |
459 | 2024-01-24T04:26:59.710Z | ++ SHA=sha256sum |
460 | 2024-01-24T04:26:59.710Z | ++ sha256sum |
461 | 2024-01-24T04:26:59.710Z | ++ awk '{print $1}' |
462 | 2024-01-24T04:26:59.710Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
463 | 2024-01-24T04:26:59.710Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
464 | 2024-01-24T04:26:59.710Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
465 | 2024-01-24T04:26:59.710Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
466 | 2024-01-24T04:26:59.710Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
467 | 2024-01-24T04:26:59.710Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
468 | 2024-01-24T04:26:59.711Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2024-01-24T04:26:59.711Z | + main |
470 | 2024-01-24T04:26:59.711Z | + [[ 0 != 0 ]] |
471 | 2024-01-24T04:26:59.711Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
472 | 2024-01-24T04:26:59.711Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
473 | 2024-01-24T04:26:59.711Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
474 | 2024-01-24T04:26:59.711Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2024-01-24T04:26:59.711Z | + local DO_DOWNLOAD=true |
476 | 2024-01-24T04:26:59.711Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
477 | 2024-01-24T04:26:59.711Z | + mkdir -p out/downloads |
478 | 2024-01-24T04:26:59.712Z | + '[' true == true ']' |
479 | 2024-01-24T04:26:59.712Z | + echo Downloading... |
480 | 2024-01-24T04:26:59.712Z | Downloading... |
481 | 2024-01-24T04:26:59.712Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2024-01-24T04:26:59.712Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
483 | 2024-01-24T04:26:59.885Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
484 | 2024-01-24T04:26:59.909Z | ++ case "$OSTYPE" in |
485 | 2024-01-24T04:26:59.909Z | ++ SHA=sha256sum |
486 | 2024-01-24T04:26:59.909Z | ++ sha256sum |
487 | 2024-01-24T04:26:59.909Z | ++ awk '{print $1}' |
488 | 2024-01-24T04:26:59.909Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
489 | 2024-01-24T04:26:59.909Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
490 | 2024-01-24T04:26:59.909Z | + set -o errexit |
491 | 2024-01-24T04:26:59.909Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2024-01-24T04:26:59.910Z | ++ cd ./tools |
493 | 2024-01-24T04:26:59.910Z | ++ pwd |
494 | 2024-01-24T04:26:59.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2024-01-24T04:26:59.910Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2024-01-24T04:26:59.910Z | + ARG0=ci_download_dendrite_openapi |
497 | 2024-01-24T04:26:59.910Z | + TARGET_DIR=out |
498 | 2024-01-24T04:26:59.910Z | + DOWNLOAD_DIR=out/downloads |
499 | 2024-01-24T04:26:59.910Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2024-01-24T04:26:59.911Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
501 | 2024-01-24T04:26:59.911Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2024-01-24T04:26:59.911Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
503 | 2024-01-24T04:26:59.911Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
504 | 2024-01-24T04:26:59.911Z | + main |
505 | 2024-01-24T04:26:59.911Z | + [[ 0 != 0 ]] |
506 | 2024-01-24T04:26:59.911Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
507 | 2024-01-24T04:26:59.911Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
508 | 2024-01-24T04:26:59.912Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
509 | 2024-01-24T04:26:59.912Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
510 | 2024-01-24T04:26:59.912Z | + local DO_DOWNLOAD=true |
511 | 2024-01-24T04:26:59.912Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
512 | 2024-01-24T04:26:59.912Z | + mkdir -p out/downloads |
513 | 2024-01-24T04:26:59.912Z | + '[' true == true ']' |
514 | 2024-01-24T04:26:59.912Z | + echo Downloading... |
515 | 2024-01-24T04:26:59.912Z | Downloading... |
516 | 2024-01-24T04:26:59.913Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
517 | 2024-01-24T04:26:59.913Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
518 | 2024-01-24T04:27:00.353Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
519 | 2024-01-24T04:27:00.354Z | ++ case "$OSTYPE" in |
520 | 2024-01-24T04:27:00.764Z | ++ SHA=sha256sum |
521 | 2024-01-24T04:27:00.764Z | ++ sha256sum |
522 | 2024-01-24T04:27:00.764Z | ++ awk '{print $1}' |
523 | 2024-01-24T04:27:00.764Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2024-01-24T04:27:00.765Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
525 | 2024-01-24T04:27:00.765Z | + set -o errexit |
526 | 2024-01-24T04:27:00.765Z | +++ dirname ./tools/ci_download_dendrite_stub |
527 | 2024-01-24T04:27:00.765Z | ++ cd ./tools |
528 | 2024-01-24T04:27:00.765Z | ++ pwd |
529 | 2024-01-24T04:27:00.765Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-01-24T04:27:00.765Z | ++ basename ./tools/ci_download_dendrite_stub |
531 | 2024-01-24T04:27:00.765Z | + ARG0=ci_download_dendrite_stub |
532 | 2024-01-24T04:27:00.765Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
533 | 2024-01-24T04:27:00.765Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
534 | 2024-01-24T04:27:00.765Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
535 | 2024-01-24T04:27:00.766Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
536 | 2024-01-24T04:27:00.766Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
537 | 2024-01-24T04:27:00.766Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
538 | 2024-01-24T04:27:00.766Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
539 | 2024-01-24T04:27:00.766Z | + TARGET_DIR=out |
540 | 2024-01-24T04:27:00.766Z | + DOWNLOAD_DIR=out/downloads |
541 | 2024-01-24T04:27:00.766Z | + DEST_DIR=./out/dendrite-stub |
542 | 2024-01-24T04:27:00.766Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
543 | 2024-01-24T04:27:00.766Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2024-01-24T04:27:00.767Z | + REPO=oxidecomputer/dendrite |
545 | 2024-01-24T04:27:00.767Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
546 | 2024-01-24T04:27:00.767Z | + main |
547 | 2024-01-24T04:27:00.767Z | + [[ 0 != 0 ]] |
548 | 2024-01-24T04:27:00.767Z | + CIDL_OS=solaris2.11 |
549 | 2024-01-24T04:27:00.767Z | + [[ 0 != 0 ]] |
550 | 2024-01-24T04:27:00.767Z | + configure_os solaris2.11 |
551 | 2024-01-24T04:27:00.767Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2024-01-24T04:27:00.767Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-01-24T04:27:00.767Z | + echo 'configuring based on OS: "solaris2.11"' |
554 | 2024-01-24T04:27:00.768Z | + case "$1" in |
555 | 2024-01-24T04:27:00.768Z | configuring based on OS: "solaris2.11" |
556 | 2024-01-24T04:27:00.768Z | + SET_BINARIES= |
557 | 2024-01-24T04:27:00.768Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
558 | 2024-01-24T04:27:00.768Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2024-01-24T04:27:00.768Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
560 | 2024-01-24T04:27:00.768Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
561 | 2024-01-24T04:27:00.768Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-24T04:27:00.768Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
563 | 2024-01-24T04:27:00.769Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2024-01-24T04:27:00.769Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
565 | 2024-01-24T04:27:00.769Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-01-24T04:27:00.769Z | + mkdir -p out/downloads |
567 | 2024-01-24T04:27:00.769Z | + mkdir -p ./out/dendrite-stub |
568 | 2024-01-24T04:27:00.769Z | + fetch_and_verify |
569 | 2024-01-24T04:27:00.770Z | + local DO_DOWNLOAD=true |
570 | 2024-01-24T04:27:00.770Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2024-01-24T04:27:00.770Z | + '[' true == true ']' |
572 | 2024-01-24T04:27:00.770Z | + echo Downloading... |
573 | 2024-01-24T04:27:00.770Z | Downloading... |
574 | 2024-01-24T04:27:00.770Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
575 | 2024-01-24T04:27:00.770Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
576 | 2024-01-24T04:27:13.257Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
577 | 2024-01-24T04:27:13.261Z | ++ sha256sum |
578 | 2024-01-24T04:27:13.262Z | ++ awk '{print $1}' |
579 | 2024-01-24T04:27:13.365Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
580 | 2024-01-24T04:27:13.366Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
581 | 2024-01-24T04:27:13.377Z | + do_untar out/downloads/dendrite-stub.tar.gz |
582 | 2024-01-24T04:27:13.378Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
583 | 2024-01-24T04:27:14.473Z | + do_assemble |
584 | 2024-01-24T04:27:14.473Z | + rm -r ./out/dendrite-stub |
585 | 2024-01-24T04:27:14.478Z | + mkdir ./out/dendrite-stub |
586 | 2024-01-24T04:27:14.478Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
587 | 2024-01-24T04:27:15.078Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
588 | 2024-01-24T04:27:15.089Z | + set -o errexit |
589 | 2024-01-24T04:27:15.089Z | +++ dirname ./tools/ci_download_maghemite_mgd |
590 | 2024-01-24T04:27:15.089Z | ++ cd ./tools |
591 | 2024-01-24T04:27:15.089Z | ++ pwd |
592 | 2024-01-24T04:27:15.089Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2024-01-24T04:27:15.089Z | ++ basename ./tools/ci_download_maghemite_mgd |
594 | 2024-01-24T04:27:15.089Z | + ARG0=ci_download_maghemite_mgd |
595 | 2024-01-24T04:27:15.089Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
596 | 2024-01-24T04:27:15.089Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
597 | 2024-01-24T04:27:15.089Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
598 | 2024-01-24T04:27:15.089Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
599 | 2024-01-24T04:27:15.089Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
600 | 2024-01-24T04:27:15.089Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
601 | 2024-01-24T04:27:15.089Z | + TARGET_DIR=out |
602 | 2024-01-24T04:27:15.089Z | + DOWNLOAD_DIR=out/downloads |
603 | 2024-01-24T04:27:15.089Z | + DEST_DIR=./out/mgd |
604 | 2024-01-24T04:27:15.089Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
605 | 2024-01-24T04:27:15.090Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
606 | 2024-01-24T04:27:15.090Z | + REPO=oxidecomputer/maghemite |
607 | 2024-01-24T04:27:15.090Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
608 | 2024-01-24T04:27:15.090Z | + main |
609 | 2024-01-24T04:27:15.090Z | + [[ 0 != 0 ]] |
610 | 2024-01-24T04:27:15.090Z | + CIDL_OS=solaris2.11 |
611 | 2024-01-24T04:27:15.090Z | + [[ 0 != 0 ]] |
612 | 2024-01-24T04:27:15.090Z | + configure_os solaris2.11 |
613 | 2024-01-24T04:27:15.090Z | + echo 'current directory: /work/oxidecomputer/omicron' |
614 | 2024-01-24T04:27:15.090Z | current directory: /work/oxidecomputer/omicron |
615 | 2024-01-24T04:27:15.090Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2024-01-24T04:27:15.090Z | + case "$1" in |
617 | 2024-01-24T04:27:15.090Z | configuring based on OS: "solaris2.11" |
618 | 2024-01-24T04:27:15.090Z | + SET_BINARIES= |
619 | 2024-01-24T04:27:15.090Z | + CIDL_SHA256FUNC=do_sha256sum |
620 | 2024-01-24T04:27:15.090Z | + TARBALL_FILENAME=mgd.tar.gz |
621 | 2024-01-24T04:27:15.090Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
622 | 2024-01-24T04:27:15.090Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
623 | 2024-01-24T04:27:15.090Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
624 | 2024-01-24T04:27:15.090Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
625 | 2024-01-24T04:27:15.090Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-01-24T04:27:15.090Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2024-01-24T04:27:15.090Z | + mkdir -p out/downloads |
628 | 2024-01-24T04:27:15.091Z | + mkdir -p ./out/mgd |
629 | 2024-01-24T04:27:15.091Z | + fetch_and_verify |
630 | 2024-01-24T04:27:15.091Z | + local DO_DOWNLOAD=true |
631 | 2024-01-24T04:27:15.091Z | + [[ -f out/downloads/mgd.tar.gz ]] |
632 | 2024-01-24T04:27:15.091Z | + '[' true == true ']' |
633 | 2024-01-24T04:27:15.091Z | + echo Downloading... |
634 | 2024-01-24T04:27:15.091Z | Downloading... |
635 | 2024-01-24T04:27:15.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
636 | 2024-01-24T04:27:15.091Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
637 | 2024-01-24T04:27:22.926Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
638 | 2024-01-24T04:27:22.926Z | ++ sha256sum |
639 | 2024-01-24T04:27:22.926Z | ++ awk '{print $1}' |
640 | 2024-01-24T04:27:22.926Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
641 | 2024-01-24T04:27:22.926Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
642 | 2024-01-24T04:27:22.926Z | + do_untar out/downloads/mgd.tar.gz |
643 | 2024-01-24T04:27:22.927Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
644 | 2024-01-24T04:27:24.963Z | + do_assemble |
645 | 2024-01-24T04:27:24.964Z | + rm -r ./out/mgd |
646 | 2024-01-24T04:27:24.964Z | + mkdir ./out/mgd |
647 | 2024-01-24T04:27:24.964Z | + cp -r out/downloads/root ./out/mgd/root |
648 | 2024-01-24T04:27:24.964Z | + set -o errexit |
649 | 2024-01-24T04:27:24.964Z | +++ dirname ./tools/ci_download_transceiver_control |
650 | 2024-01-24T04:27:24.964Z | ++ cd ./tools |
651 | 2024-01-24T04:27:24.964Z | ++ pwd |
652 | 2024-01-24T04:27:24.964Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
653 | 2024-01-24T04:27:24.964Z | ++ basename ./tools/ci_download_transceiver_control |
654 | 2024-01-24T04:27:24.964Z | + ARG0=ci_download_transceiver_control |
655 | 2024-01-24T04:27:24.964Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
656 | 2024-01-24T04:27:24.964Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
657 | 2024-01-24T04:27:24.964Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-01-24T04:27:24.964Z | + TARGET_DIR=out |
659 | 2024-01-24T04:27:24.964Z | + DOWNLOAD_DIR=out/downloads |
660 | 2024-01-24T04:27:24.965Z | + DEST_DIR=./out/transceiver-control |
661 | 2024-01-24T04:27:24.965Z | + BIN_DIR=/opt/oxide/bin |
662 | 2024-01-24T04:27:24.965Z | + BINARY=xcvradm |
663 | 2024-01-24T04:27:24.965Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
664 | 2024-01-24T04:27:24.965Z | + REPO=oxidecomputer/transceiver-control |
665 | 2024-01-24T04:27:24.965Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2024-01-24T04:27:24.965Z | + main |
667 | 2024-01-24T04:27:24.965Z | + [[ 0 != 0 ]] |
668 | 2024-01-24T04:27:24.965Z | + CIDL_OS=solaris2.11 |
669 | 2024-01-24T04:27:24.965Z | + [[ 0 != 0 ]] |
670 | 2024-01-24T04:27:24.965Z | + configure_os solaris2.11 |
671 | 2024-01-24T04:27:24.965Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2024-01-24T04:27:24.965Z | current directory: /work/oxidecomputer/omicron |
673 | 2024-01-24T04:27:24.965Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-01-24T04:27:24.965Z | + case "$1" in |
675 | 2024-01-24T04:27:24.965Z | configuring based on OS: "solaris2.11" |
676 | 2024-01-24T04:27:24.966Z | + SET_BINARIES= |
677 | 2024-01-24T04:27:24.966Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-01-24T04:27:24.966Z | + CIDL_SHA256FUNC=do_sha256sum |
679 | 2024-01-24T04:27:24.966Z | + ARCHIVE_FILENAME=xcvradm.gz |
680 | 2024-01-24T04:27:24.966Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-01-24T04:27:24.966Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2024-01-24T04:27:24.966Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2024-01-24T04:27:24.966Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-01-24T04:27:24.966Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-01-24T04:27:24.966Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2024-01-24T04:27:24.966Z | + mkdir -p out/downloads |
687 | 2024-01-24T04:27:24.966Z | + mkdir -p ./out/transceiver-control |
688 | 2024-01-24T04:27:24.966Z | + fetch_and_verify |
689 | 2024-01-24T04:27:24.966Z | + local DO_DOWNLOAD=true |
690 | 2024-01-24T04:27:24.966Z | + [[ -f out/downloads/xcvradm.gz ]] |
691 | 2024-01-24T04:27:24.966Z | + '[' true == true ']' |
692 | 2024-01-24T04:27:24.966Z | + echo Downloading... |
693 | 2024-01-24T04:27:24.967Z | Downloading... |
694 | 2024-01-24T04:27:24.967Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
695 | 2024-01-24T04:27:24.967Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2024-01-24T04:27:53.273Z | ++ do_sha256sum out/downloads/xcvradm.gz |
697 | 2024-01-24T04:27:53.292Z | ++ sha256sum |
698 | 2024-01-24T04:27:53.292Z | ++ awk '{print $1}' |
699 | 2024-01-24T04:27:53.292Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
700 | 2024-01-24T04:27:53.292Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
701 | 2024-01-24T04:27:53.292Z | + do_unpack out/downloads/xcvradm.gz |
702 | 2024-01-24T04:27:53.293Z | + mkdir -p out/downloads/root//opt/oxide/bin |
703 | 2024-01-24T04:27:53.293Z | + gzip -dc out/downloads/xcvradm.gz |
704 | 2024-01-24T04:27:53.448Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
705 | 2024-01-24T04:27:53.462Z | + do_assemble |
706 | 2024-01-24T04:27:53.462Z | + rm -r ./out/transceiver-control |
707 | 2024-01-24T04:27:53.462Z | + mkdir ./out/transceiver-control |
708 | 2024-01-24T04:27:53.462Z | + cp -r out/downloads/root ./out/transceiver-control/root |
709 | 2024-01-24T04:27:53.839Z | All builder prerequisites installed successfully, and PATH looks valid |
710 | 2024-01-24T04:27:53.862Z | |
711 | 2024-01-24T04:27:53.862Z | real 2:38.250819667 |
712 | 2024-01-24T04:27:53.862Z | user 54.941658869 |
713 | 2024-01-24T04:27:53.863Z | sys 10.434313438 |
714 | 2024-01-24T04:27:53.863Z | trap 0.030644181 |
715 | 2024-01-24T04:27:53.863Z | tflt 0.220899871 |
716 | 2024-01-24T04:27:53.863Z | dflt 0.319362521 |
717 | 2024-01-24T04:27:53.863Z | kflt 0.149798945 |
718 | 2024-01-24T04:27:53.863Z | lock 2.424134846 |
719 | 2024-01-24T04:27:53.864Z | slp 5:39.143930474 |
720 | 2024-01-24T04:27:53.864Z | lat 3.380440194 |
721 | 2024-01-24T04:27:53.864Z | stop 0.075195448 |
722 | 2024-01-24T04:27:53.864Z | |
723 | 2024-01-24T04:27:53.864Z | #### # # ##### ##### # # |
724 | 2024-01-24T04:27:53.864Z | # # # # # # # # # # |
725 | 2024-01-24T04:27:53.864Z | # # # # # # # # |
726 | 2024-01-24T04:27:53.865Z | # # # ##### ##### # |
727 | 2024-01-24T04:27:53.865Z | # # # # # # # |
728 | 2024-01-24T04:27:53.865Z | #### ###### # # # # |
729 | 2024-01-24T04:27:53.865Z | |
730 | 2024-01-24T04:27:54.160Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
731 | 2024-01-24T04:27:54.515Z | Updating crates.io index |
732 | 2024-01-24T04:27:54.546Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-01-24T04:27:55.865Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-01-24T04:27:57.743Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-01-24T04:27:58.497Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-01-24T04:27:58.801Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-01-24T04:27:59.078Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-01-24T04:27:59.330Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-01-24T04:28:00.455Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-01-24T04:28:02.853Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-01-24T04:28:03.944Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-01-24T04:28:04.533Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-01-24T04:28:05.076Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-01-24T04:28:05.564Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-01-24T04:28:05.836Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2024-01-24T04:28:06.139Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2024-01-24T04:28:06.519Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-01-24T04:28:07.047Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2024-01-24T04:28:07.714Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-01-24T04:28:08.342Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-01-24T04:28:08.715Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-01-24T04:28:09.137Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-01-24T04:28:10.544Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2024-01-24T04:28:10.912Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-01-24T04:28:12.780Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-01-24T04:28:13.162Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-01-24T04:28:13.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-01-24T04:28:15.312Z | Downloading crates ... |
759 | 2024-01-24T04:28:15.586Z | Downloaded equivalent v1.0.1 |
760 | 2024-01-24T04:28:15.593Z | Downloaded colorchoice v1.0.0 |
761 | 2024-01-24T04:28:15.599Z | Downloaded terminal_size v0.2.6 |
762 | 2024-01-24T04:28:15.608Z | Downloaded errno v0.3.8 |
763 | 2024-01-24T04:28:15.608Z | Downloaded heck v0.4.1 |
764 | 2024-01-24T04:28:15.609Z | Downloaded strsim v0.10.0 |
765 | 2024-01-24T04:28:16.022Z | Downloaded clap_lex v0.5.1 |
766 | 2024-01-24T04:28:16.022Z | Downloaded cargo-platform v0.1.3 |
767 | 2024-01-24T04:28:16.022Z | Downloaded utf8parse v0.2.1 |
768 | 2024-01-24T04:28:16.022Z | Downloaded toml_datetime v0.6.5 |
769 | 2024-01-24T04:28:16.022Z | Downloaded anstyle-query v1.0.0 |
770 | 2024-01-24T04:28:16.022Z | Downloaded itoa v1.0.9 |
771 | 2024-01-24T04:28:16.026Z | Downloaded thiserror v1.0.49 |
772 | 2024-01-24T04:28:16.026Z | Downloaded anstyle v1.0.2 |
773 | 2024-01-24T04:28:16.026Z | Downloaded semver v1.0.21 |
774 | 2024-01-24T04:28:16.026Z | Downloaded serde_spanned v0.6.4 |
775 | 2024-01-24T04:28:16.026Z | Downloaded cargo_metadata v0.18.1 |
776 | 2024-01-24T04:28:16.026Z | Downloaded quote v1.0.35 |
777 | 2024-01-24T04:28:16.026Z | Downloaded bitflags v1.3.2 |
778 | 2024-01-24T04:28:16.026Z | Downloaded io-lifetimes v1.0.11 |
779 | 2024-01-24T04:28:16.026Z | Downloaded camino v1.1.6 |
780 | 2024-01-24T04:28:16.026Z | Downloaded proc-macro2 v1.0.74 |
781 | 2024-01-24T04:28:16.027Z | Downloaded unicode-ident v1.0.12 |
782 | 2024-01-24T04:28:16.027Z | Downloaded serde_derive v1.0.195 |
783 | 2024-01-24T04:28:16.027Z | Downloaded serde v1.0.195 |
784 | 2024-01-24T04:28:16.027Z | Downloaded ryu v1.0.15 |
785 | 2024-01-24T04:28:16.027Z | Downloaded toml v0.8.8 |
786 | 2024-01-24T04:28:16.027Z | Downloaded memchr v2.6.3 |
787 | 2024-01-24T04:28:16.027Z | Downloaded indexmap v2.1.0 |
788 | 2024-01-24T04:28:16.027Z | Downloaded toml_edit v0.21.0 |
789 | 2024-01-24T04:28:16.027Z | Downloaded serde_json v1.0.111 |
790 | 2024-01-24T04:28:16.027Z | Downloaded winnow v0.5.15 |
791 | 2024-01-24T04:28:16.027Z | Downloaded rustix v0.37.23 |
792 | 2024-01-24T04:28:16.027Z | Downloaded syn v2.0.46 |
793 | 2024-01-24T04:28:16.027Z | Downloaded libc v0.2.152 |
794 | 2024-01-24T04:28:16.027Z | Downloaded hashbrown v0.14.2 |
795 | 2024-01-24T04:28:16.027Z | Downloaded clap_builder v4.4.2 |
796 | 2024-01-24T04:28:16.027Z | Downloaded clap v4.4.3 |
797 | 2024-01-24T04:28:16.027Z | Downloaded anyhow v1.0.75 |
798 | 2024-01-24T04:28:16.027Z | Downloaded clap_derive v4.4.2 |
799 | 2024-01-24T04:28:16.027Z | Downloaded cargo_toml v0.18.0 |
800 | 2024-01-24T04:28:16.027Z | Downloaded anstyle-parse v0.2.1 |
801 | 2024-01-24T04:28:16.027Z | Downloaded anstream v0.5.0 |
802 | 2024-01-24T04:28:16.028Z | Downloaded thiserror-impl v1.0.49 |
803 | 2024-01-24T04:28:16.035Z | Compiling proc-macro2 v1.0.74 |
804 | 2024-01-24T04:28:16.042Z | Compiling unicode-ident v1.0.12 |
805 | 2024-01-24T04:28:16.042Z | Compiling serde v1.0.195 |
806 | 2024-01-24T04:28:16.043Z | Compiling libc v0.2.152 |
807 | 2024-01-24T04:28:16.043Z | Compiling io-lifetimes v1.0.11 |
808 | 2024-01-24T04:28:16.061Z | Compiling rustix v0.37.23 |
809 | 2024-01-24T04:28:16.082Z | Compiling bitflags v1.3.2 |
810 | 2024-01-24T04:28:16.082Z | Compiling hashbrown v0.14.2 |
811 | 2024-01-24T04:28:16.272Z | Compiling utf8parse v0.2.1 |
812 | 2024-01-24T04:28:16.405Z | Compiling equivalent v1.0.1 |
813 | 2024-01-24T04:28:16.513Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-01-24T04:28:16.572Z | Compiling winnow v0.5.15 |
815 | 2024-01-24T04:28:17.023Z | Compiling thiserror v1.0.49 |
816 | 2024-01-24T04:28:17.704Z | Compiling anstyle-query v1.0.0 |
817 | 2024-01-24T04:28:17.801Z | Compiling indexmap v2.1.0 |
818 | 2024-01-24T04:28:17.836Z | Compiling colorchoice v1.0.0 |
819 | 2024-01-24T04:28:17.943Z | Compiling camino v1.1.6 |
820 | 2024-01-24T04:28:17.947Z | Compiling anstyle v1.0.2 |
821 | 2024-01-24T04:28:18.052Z | Compiling serde_json v1.0.111 |
822 | 2024-01-24T04:28:18.101Z | Compiling semver v1.0.21 |
823 | 2024-01-24T04:28:18.633Z | Compiling anstream v0.5.0 |
824 | 2024-01-24T04:28:18.835Z | Compiling heck v0.4.1 |
825 | 2024-01-24T04:28:18.957Z | Compiling itoa v1.0.9 |
826 | 2024-01-24T04:28:18.981Z | Compiling strsim v0.10.0 |
827 | 2024-01-24T04:28:19.294Z | Compiling quote v1.0.35 |
828 | 2024-01-24T04:28:19.565Z | Compiling clap_lex v0.5.1 |
829 | 2024-01-24T04:28:19.690Z | Compiling ryu v1.0.15 |
830 | 2024-01-24T04:28:19.832Z | Compiling anyhow v1.0.75 |
831 | 2024-01-24T04:28:20.261Z | Compiling syn v2.0.46 |
832 | 2024-01-24T04:28:20.371Z | Compiling errno v0.3.8 |
833 | 2024-01-24T04:28:21.886Z | Compiling terminal_size v0.2.6 |
834 | 2024-01-24T04:28:22.010Z | Compiling clap_builder v4.4.2 |
835 | 2024-01-24T04:28:32.519Z | Compiling serde_derive v1.0.195 |
836 | 2024-01-24T04:28:32.519Z | Compiling thiserror-impl v1.0.49 |
837 | 2024-01-24T04:28:33.300Z | Compiling clap_derive v4.4.2 |
838 | 2024-01-24T04:28:54.353Z | Compiling clap v4.4.3 |
839 | 2024-01-24T04:28:54.353Z | Compiling toml_datetime v0.6.5 |
840 | 2024-01-24T04:28:54.353Z | Compiling serde_spanned v0.6.4 |
841 | 2024-01-24T04:28:54.353Z | Compiling cargo-platform v0.1.3 |
842 | 2024-01-24T04:28:54.353Z | Compiling toml_edit v0.21.0 |
843 | 2024-01-24T04:28:54.353Z | Compiling cargo_metadata v0.18.1 |
844 | 2024-01-24T04:28:54.353Z | Compiling toml v0.8.8 |
845 | 2024-01-24T04:28:54.353Z | Compiling cargo_toml v0.18.0 |
846 | 2024-01-24T04:28:54.353Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2024-01-24T04:28:55.217Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
848 | 2024-01-24T04:28:55.454Z | Running `target/debug/xtask clippy` |
849 | 2024-01-24T04:28:55.481Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2024-01-24T04:28:56.397Z | Downloading crates ... |
851 | 2024-01-24T04:28:56.662Z | Downloaded aho-corasick v1.0.4 |
852 | 2024-01-24T04:28:56.699Z | Downloaded httpdate v1.0.3 |
853 | 2024-01-24T04:28:56.725Z | Downloaded ident_case v1.0.1 |
854 | 2024-01-24T04:28:56.725Z | Downloaded humantime v2.1.0 |
855 | 2024-01-24T04:28:57.514Z | Downloaded cexpr v0.6.0 |
856 | 2024-01-24T04:28:57.514Z | Downloaded http-range v0.1.5 |
857 | 2024-01-24T04:28:57.514Z | Downloaded http-body v1.0.0 |
858 | 2024-01-24T04:28:57.514Z | Downloaded atty v0.2.14 |
859 | 2024-01-24T04:28:57.533Z | Downloaded clang-sys v1.6.1 |
860 | 2024-01-24T04:28:57.533Z | Downloaded ciborium-io v0.2.1 |
861 | 2024-01-24T04:28:57.533Z | Downloaded cstr-argument v0.1.2 |
862 | 2024-01-24T04:28:57.533Z | Downloaded impl-trait-for-tuples v0.2.2 |
863 | 2024-01-24T04:28:57.534Z | Downloaded lazycell v1.3.0 |
864 | 2024-01-24T04:28:57.534Z | Downloaded chacha20 v0.9.1 |
865 | 2024-01-24T04:28:57.534Z | Downloaded num_threads v0.1.6 |
866 | 2024-01-24T04:28:57.534Z | Downloaded cast v0.3.0 |
867 | 2024-01-24T04:28:57.534Z | Downloaded is_ci v1.1.1 |
868 | 2024-01-24T04:28:57.535Z | Downloaded darling_macro v0.20.3 |
869 | 2024-01-24T04:28:57.535Z | Downloaded nanorand v0.7.0 |
870 | 2024-01-24T04:28:57.536Z | Downloaded strum v0.25.0 |
871 | 2024-01-24T04:28:57.536Z | Downloaded nested v0.1.1 |
872 | 2024-01-24T04:28:57.536Z | Downloaded libtest-mimic v0.6.1 |
873 | 2024-01-24T04:28:57.536Z | Downloaded num-derive v0.4.0 |
874 | 2024-01-24T04:28:57.536Z | Downloaded foreign-types-shared v0.3.1 |
875 | 2024-01-24T04:28:57.536Z | Downloaded thread_local v1.1.7 |
876 | 2024-01-24T04:28:57.536Z | Downloaded usdt-attr-macro v0.3.5 |
877 | 2024-01-24T04:28:57.536Z | Downloaded libloading v0.7.4 |
878 | 2024-01-24T04:28:57.537Z | Downloaded derive_builder_macro v0.12.0 |
879 | 2024-01-24T04:28:57.537Z | Downloaded endian-type v0.1.2 |
880 | 2024-01-24T04:28:57.537Z | Downloaded untrusted v0.7.1 |
881 | 2024-01-24T04:28:57.537Z | Downloaded fragile v2.0.0 |
882 | 2024-01-24T04:28:57.537Z | Downloaded unicode-xid v0.2.4 |
883 | 2024-01-24T04:28:57.538Z | Downloaded try-lock v0.2.4 |
884 | 2024-01-24T04:28:57.538Z | Downloaded universal-hash v0.5.1 |
885 | 2024-01-24T04:28:57.538Z | Downloaded tokio-rustls v0.24.1 |
886 | 2024-01-24T04:28:57.538Z | Downloaded home v0.5.5 |
887 | 2024-01-24T04:28:57.538Z | Downloaded pem v3.0.2 |
888 | 2024-01-24T04:28:57.538Z | Downloaded tokio-tungstenite v0.20.1 |
889 | 2024-01-24T04:28:57.538Z | Downloaded tiny-keccak v2.0.2 |
890 | 2024-01-24T04:28:57.538Z | Downloaded parse-size v1.0.0 |
891 | 2024-01-24T04:28:57.539Z | Downloaded remove_dir_all v0.5.3 |
892 | 2024-01-24T04:28:57.539Z | Downloaded typenum v1.16.0 |
893 | 2024-01-24T04:28:57.539Z | Downloaded semver v0.11.0 |
894 | 2024-01-24T04:28:57.539Z | Downloaded pretty-hex v0.2.1 |
895 | 2024-01-24T04:28:57.539Z | Downloaded pem-rfc7468 v0.7.0 |
896 | 2024-01-24T04:28:57.539Z | Downloaded unicode-width v0.1.11 |
897 | 2024-01-24T04:28:57.539Z | Downloaded doc-comment v0.3.3 |
898 | 2024-01-24T04:28:57.539Z | Downloaded subprocess v0.2.9 |
899 | 2024-01-24T04:28:57.540Z | Downloaded yasna v0.5.2 |
900 | 2024-01-24T04:28:57.540Z | Downloaded dtrace-parser v0.1.14 |
901 | 2024-01-24T04:28:57.540Z | Downloaded take_mut v0.2.2 |
902 | 2024-01-24T04:28:57.540Z | Downloaded usdt v0.3.5 |
903 | 2024-01-24T04:28:57.540Z | Downloaded smf v0.2.2 |
904 | 2024-01-24T04:28:57.540Z | Downloaded defmt-macros v0.3.6 |
905 | 2024-01-24T04:28:57.540Z | Downloaded parse-display-derive v0.8.2 |
906 | 2024-01-24T04:28:57.541Z | Downloaded usdt-macro v0.3.5 |
907 | 2024-01-24T04:28:57.541Z | Downloaded serde_path_to_error v0.1.15 |
908 | 2024-01-24T04:28:57.541Z | Downloaded serde_derive_internals v0.26.0 |
909 | 2024-01-24T04:28:57.541Z | Downloaded pin-utils v0.1.0 |
910 | 2024-01-24T04:28:57.541Z | Downloaded rustfmt-wrapper v0.2.0 |
911 | 2024-01-24T04:28:57.541Z | Downloaded openssl-macros v0.1.1 |
912 | 2024-01-24T04:28:57.542Z | Downloaded fxhash v0.2.1 |
913 | 2024-01-24T04:28:57.542Z | Downloaded diesel_table_macro_syntax v0.1.0 |
914 | 2024-01-24T04:28:57.542Z | Downloaded ff v0.13.0 |
915 | 2024-01-24T04:28:57.542Z | Downloaded dirs-sys-next v0.1.2 |
916 | 2024-01-24T04:28:57.542Z | Downloaded parking_lot_core v0.9.8 |
917 | 2024-01-24T04:28:57.542Z | Downloaded opaque-debug v0.3.0 |
918 | 2024-01-24T04:28:57.542Z | Downloaded either v1.9.0 |
919 | 2024-01-24T04:28:57.543Z | Downloaded vte_generate_state_changes v0.1.1 |
920 | 2024-01-24T04:28:57.543Z | Downloaded tracing-core v0.1.31 |
921 | 2024-01-24T04:28:57.543Z | Downloaded foreign-types-shared v0.1.1 |
922 | 2024-01-24T04:28:57.543Z | Downloaded postgres-types v0.2.6 |
923 | 2024-01-24T04:28:57.543Z | Downloaded futures-task v0.3.30 |
924 | 2024-01-24T04:28:57.543Z | Downloaded hex-literal v0.4.1 |
925 | 2024-01-24T04:28:57.544Z | Downloaded openssl-probe v0.1.5 |
926 | 2024-01-24T04:28:57.544Z | Downloaded unarray v0.1.4 |
927 | 2024-01-24T04:28:57.544Z | Downloaded pretty-hex v0.4.1 |
928 | 2024-01-24T04:28:57.544Z | Downloaded unicase v2.7.0 |
929 | 2024-01-24T04:28:57.544Z | Downloaded phf v0.11.2 |
930 | 2024-01-24T04:28:57.545Z | Downloaded highway v1.1.0 |
931 | 2024-01-24T04:28:57.545Z | Downloaded float-cmp v0.9.0 |
932 | 2024-01-24T04:28:57.545Z | Downloaded textwrap v0.11.0 |
933 | 2024-01-24T04:28:57.545Z | Downloaded fastrand v2.0.0 |
934 | 2024-01-24T04:28:57.545Z | Downloaded tokio-native-tls v0.3.1 |
935 | 2024-01-24T04:28:57.545Z | Downloaded termtree v0.4.1 |
936 | 2024-01-24T04:28:57.546Z | Downloaded plotters-svg v0.3.5 |
937 | 2024-01-24T04:28:57.546Z | Downloaded unsafe-libyaml v0.2.10 |
938 | 2024-01-24T04:28:57.546Z | Downloaded same-file v1.0.6 |
939 | 2024-01-24T04:28:57.547Z | Downloaded scheduled-thread-pool v0.2.7 |
940 | 2024-01-24T04:28:57.547Z | Downloaded synstructure v0.12.6 |
941 | 2024-01-24T04:28:57.547Z | Downloaded packed_struct_codegen v0.10.1 |
942 | 2024-01-24T04:28:57.547Z | Downloaded vec_map v0.8.2 |
943 | 2024-01-24T04:28:57.547Z | Downloaded slog-stdlog v4.1.1 |
944 | 2024-01-24T04:28:57.547Z | Downloaded phf_shared v0.11.2 |
945 | 2024-01-24T04:28:57.548Z | Downloaded want v0.3.1 |
946 | 2024-01-24T04:28:57.548Z | Downloaded parking_lot v0.12.1 |
947 | 2024-01-24T04:28:57.548Z | Downloaded libm v0.2.7 |
948 | 2024-01-24T04:28:57.548Z | Downloaded phf_shared v0.10.0 |
949 | 2024-01-24T04:28:57.548Z | Downloaded display-error-chain v0.2.0 |
950 | 2024-01-24T04:28:57.548Z | Downloaded fd-lock v3.0.13 |
951 | 2024-01-24T04:28:57.549Z | Downloaded futures-macro v0.3.30 |
952 | 2024-01-24T04:28:57.549Z | Downloaded futures-io v0.3.30 |
953 | 2024-01-24T04:28:57.549Z | Downloaded digest v0.10.7 |
954 | 2024-01-24T04:28:57.549Z | Downloaded xattr v1.0.1 |
955 | 2024-01-24T04:28:57.549Z | Downloaded heck v0.3.3 |
956 | 2024-01-24T04:28:57.549Z | Downloaded diesel_derives v2.1.2 |
957 | 2024-01-24T04:28:57.550Z | Downloaded version_check v0.9.4 |
958 | 2024-01-24T04:28:57.550Z | Downloaded foreign-types v0.5.0 |
959 | 2024-01-24T04:28:57.562Z | Downloaded debug-ignore v1.0.5 |
960 | 2024-01-24T04:28:57.562Z | Downloaded slog-scope v4.4.0 |
961 | 2024-01-24T04:28:57.563Z | Downloaded rustls-pemfile v2.0.0 |
962 | 2024-01-24T04:28:57.563Z | Downloaded funty v2.0.0 |
963 | 2024-01-24T04:28:57.563Z | Downloaded proc-macro-error-attr v1.0.4 |
964 | 2024-01-24T04:28:57.563Z | Downloaded postgres-protocol v0.6.6 |
965 | 2024-01-24T04:28:57.564Z | Downloaded percent-encoding v2.3.1 |
966 | 2024-01-24T04:28:57.564Z | Downloaded dof v0.1.5 |
967 | 2024-01-24T04:28:57.564Z | Downloaded slog-bunyan v2.5.0 |
968 | 2024-01-24T04:28:57.564Z | Downloaded ena v0.14.2 |
969 | 2024-01-24T04:28:57.565Z | Downloaded guppy-workspace-hack v0.1.0 |
970 | 2024-01-24T04:28:57.565Z | Downloaded group v0.13.0 |
971 | 2024-01-24T04:28:57.565Z | Downloaded fs-err v2.11.0 |
972 | 2024-01-24T04:28:57.565Z | Downloaded serde_tokenstream v0.2.0 |
973 | 2024-01-24T04:28:57.565Z | Downloaded predicates v3.1.0 |
974 | 2024-01-24T04:28:57.566Z | Downloaded tempdir v0.3.7 |
975 | 2024-01-24T04:28:57.566Z | Downloaded target-spec v3.0.1 |
976 | 2024-01-24T04:28:57.566Z | Downloaded slog-json v2.6.1 |
977 | 2024-01-24T04:28:57.566Z | Downloaded deranged v0.3.8 |
978 | 2024-01-24T04:28:57.567Z | Downloaded hash32 v0.2.1 |
979 | 2024-01-24T04:28:57.567Z | Downloaded parking_lot v0.11.2 |
980 | 2024-01-24T04:28:57.567Z | Downloaded fixedbitset v0.4.2 |
981 | 2024-01-24T04:28:57.567Z | Downloaded smawk v0.3.1 |
982 | 2024-01-24T04:28:57.567Z | Downloaded flate2 v1.0.28 |
983 | 2024-01-24T04:28:57.568Z | Downloaded futures-channel v0.3.30 |
984 | 2024-01-24T04:28:57.568Z | Downloaded pkcs8 v0.10.2 |
985 | 2024-01-24T04:28:57.568Z | Downloaded tui-tree-widget v0.16.0 |
986 | 2024-01-24T04:28:57.568Z | Downloaded pretty_assertions v1.4.0 |
987 | 2024-01-24T04:28:57.569Z | Downloaded unicode-segmentation v1.10.1 |
988 | 2024-01-24T04:28:57.569Z | Downloaded heapless v0.8.0 |
989 | 2024-01-24T04:28:57.569Z | Downloaded textwrap v0.16.0 |
990 | 2024-01-24T04:28:57.569Z | Downloaded half v1.8.2 |
991 | 2024-01-24T04:28:57.569Z | Downloaded toml_edit v0.19.15 |
992 | 2024-01-24T04:28:57.569Z | Downloaded uuid v1.6.1 |
993 | 2024-01-24T04:28:57.570Z | Downloaded tokio-util v0.7.10 |
994 | 2024-01-24T04:28:57.570Z | Downloaded bitvec v1.0.1 |
995 | 2024-01-24T04:28:57.570Z | Downloaded rustyline v12.0.0 |
996 | 2024-01-24T04:28:57.570Z | Downloaded petgraph v0.6.4 |
997 | 2024-01-24T04:28:57.571Z | Downloaded reqwest v0.11.22 |
998 | 2024-01-24T04:28:57.571Z | Downloaded rand v0.8.5 |
999 | 2024-01-24T04:28:57.585Z | Downloaded portable-atomic v1.4.3 |
1000 | 2024-01-24T04:28:57.585Z | Downloaded futures-util v0.3.30 |
1001 | 2024-01-24T04:28:57.605Z | Downloaded h2 v0.3.24 |
1002 | 2024-01-24T04:28:57.628Z | Downloaded tabled v0.14.0 |
1003 | 2024-01-24T04:28:57.665Z | Downloaded trust-dns-proto v0.22.0 |
1004 | 2024-01-24T04:28:57.731Z | Downloaded guppy v0.17.4 |
1005 | 2024-01-24T04:28:58.159Z | Downloaded rustls-webpki v0.101.7 |
1006 | 2024-01-24T04:28:58.160Z | Downloaded gimli v0.28.0 |
1007 | 2024-01-24T04:28:58.160Z | Downloaded quick-xml v0.23.1 |
1008 | 2024-01-24T04:28:58.183Z | Downloaded diesel v2.1.4 |
1009 | 2024-01-24T04:28:58.183Z | Downloaded smoltcp v0.11.0 |
1010 | 2024-01-24T04:28:58.183Z | Downloaded webpki-roots v0.25.2 |
1011 | 2024-01-24T04:28:58.183Z | Downloaded radix_trie v0.2.1 |
1012 | 2024-01-24T04:28:58.183Z | Downloaded regex-automata v0.4.3 |
1013 | 2024-01-24T04:28:58.183Z | Downloaded regex-syntax v0.7.5 |
1014 | 2024-01-24T04:28:58.183Z | Downloaded openapiv3 v2.0.0 |
1015 | 2024-01-24T04:28:58.183Z | Downloaded encoding_rs v0.8.33 |
1016 | 2024-01-24T04:28:58.183Z | Downloaded ratatui v0.25.0 |
1017 | 2024-01-24T04:28:58.183Z | Downloaded zerocopy-derive v0.7.31 |
1018 | 2024-01-24T04:28:58.184Z | Downloaded zerocopy-derive v0.6.4 |
1019 | 2024-01-24T04:28:58.184Z | Downloaded regex-automata v0.3.8 |
1020 | 2024-01-24T04:28:58.184Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2024-01-24T04:28:58.184Z | Downloaded tokio v1.35.1 |
1022 | 2024-01-24T04:28:58.235Z | Downloaded sha3 v0.10.8 |
1023 | 2024-01-24T04:28:58.656Z | Downloaded zerocopy-derive v0.2.0 |
1024 | 2024-01-24T04:28:58.656Z | Downloaded sled v0.34.7 |
1025 | 2024-01-24T04:28:58.695Z | Downloaded proptest v1.4.0 |
1026 | 2024-01-24T04:28:58.695Z | Downloaded rustix v0.38.30 |
1027 | 2024-01-24T04:28:58.696Z | Downloaded openssl v0.10.60 |
1028 | 2024-01-24T04:28:58.696Z | Downloaded bstr v1.6.0 |
1029 | 2024-01-24T04:28:58.696Z | Downloaded rustls v0.22.2 |
1030 | 2024-01-24T04:28:58.696Z | Downloaded ratatui v0.23.0 |
1031 | 2024-01-24T04:28:58.696Z | Downloaded smoltcp v0.9.1 |
1032 | 2024-01-24T04:28:58.697Z | Downloaded regex-syntax v0.6.29 |
1033 | 2024-01-24T04:28:58.697Z | Downloaded polar-core v0.27.0 |
1034 | 2024-01-24T04:28:58.697Z | Downloaded vcpkg v0.2.15 |
1035 | 2024-01-24T04:28:58.697Z | Downloaded syn v1.0.109 |
1036 | 2024-01-24T04:28:58.698Z | Downloaded regex-syntax v0.8.2 |
1037 | 2024-01-24T04:28:58.698Z | Downloaded object v0.30.4 |
1038 | 2024-01-24T04:28:58.698Z | Downloaded rustls v0.21.9 |
1039 | 2024-01-24T04:28:58.698Z | Downloaded nix v0.26.4 |
1040 | 2024-01-24T04:28:58.699Z | Downloaded bstr v0.2.17 |
1041 | 2024-01-24T04:28:58.699Z | Downloaded regex v1.10.2 |
1042 | 2024-01-24T04:28:58.719Z | Downloaded sqlparser v0.41.0 |
1043 | 2024-01-24T04:28:58.749Z | Downloaded hkdf v0.12.4 |
1044 | 2024-01-24T04:28:58.750Z | Downloaded regress v0.7.1 |
1045 | 2024-01-24T04:28:58.750Z | Downloaded curve25519-dalek v4.1.1 |
1046 | 2024-01-24T04:28:58.758Z | Downloaded unicode-normalization v0.1.22 |
1047 | 2024-01-24T04:28:58.773Z | Downloaded reedline v0.28.0 |
1048 | 2024-01-24T04:28:58.783Z | Downloaded idna v0.5.0 |
1049 | 2024-01-24T04:28:58.815Z | Downloaded object v0.32.1 |
1050 | 2024-01-24T04:28:58.853Z | Downloaded ring v0.17.7 |
1051 | 2024-01-24T04:28:58.966Z | Downloaded lalrpop v0.19.12 |
1052 | 2024-01-24T04:28:58.988Z | Downloaded idna v0.2.3 |
1053 | 2024-01-24T04:28:59.085Z | Downloaded plotters v0.3.5 |
1054 | 2024-01-24T04:28:59.085Z | Downloaded ring v0.16.20 |
1055 | 2024-01-24T04:28:59.304Z | Downloaded rayon v1.8.0 |
1056 | 2024-01-24T04:28:59.376Z | Downloaded heapless v0.7.16 |
1057 | 2024-01-24T04:28:59.376Z | Downloaded hashbrown v0.12.3 |
1058 | 2024-01-24T04:28:59.376Z | Downloaded hashbrown v0.13.2 |
1059 | 2024-01-24T04:28:59.376Z | Downloaded zerocopy v0.7.31 |
1060 | 2024-01-24T04:28:59.377Z | Downloaded socket2 v0.5.5 |
1061 | 2024-01-24T04:28:59.377Z | Downloaded tempfile v3.9.0 |
1062 | 2024-01-24T04:28:59.378Z | Downloaded openssl-sys v0.9.96 |
1063 | 2024-01-24T04:28:59.378Z | Downloaded rsa v0.9.2 |
1064 | 2024-01-24T04:28:59.379Z | Downloaded http v0.2.11 |
1065 | 2024-01-24T04:28:59.380Z | Downloaded serde_with v3.4.0 |
1066 | 2024-01-24T04:28:59.382Z | Downloaded globset v0.4.13 |
1067 | 2024-01-24T04:28:59.383Z | Downloaded unicode-bidi v0.3.13 |
1068 | 2024-01-24T04:28:59.383Z | Downloaded target-lexicon v0.12.12 |
1069 | 2024-01-24T04:28:59.390Z | Downloaded ron v0.8.1 |
1070 | 2024-01-24T04:28:59.390Z | Downloaded http v1.0.0 |
1071 | 2024-01-24T04:28:59.390Z | Downloaded salty v0.2.0 |
1072 | 2024-01-24T04:28:59.390Z | Downloaded tough v0.16.0 |
1073 | 2024-01-24T04:28:59.390Z | Downloaded ed25519 v1.5.3 |
1074 | 2024-01-24T04:28:59.390Z | Downloaded test-strategy v0.3.1 |
1075 | 2024-01-24T04:28:59.391Z | Downloaded papergrid v0.10.0 |
1076 | 2024-01-24T04:28:59.391Z | Downloaded hash32 v0.3.1 |
1077 | 2024-01-24T04:28:59.391Z | Downloaded dyn-clone v1.0.13 |
1078 | 2024-01-24T04:28:59.391Z | Downloaded rand_chacha v0.3.1 |
1079 | 2024-01-24T04:28:59.391Z | Downloaded paste v1.0.14 |
1080 | 2024-01-24T04:28:59.391Z | Downloaded defmt v0.3.5 |
1081 | 2024-01-24T04:28:59.392Z | Downloaded schemars v0.8.16 |
1082 | 2024-01-24T04:28:59.411Z | Downloaded hyper v0.14.27 |
1083 | 2024-01-24T04:28:59.427Z | Downloaded futures v0.3.30 |
1084 | 2024-01-24T04:28:59.438Z | Downloaded der v0.7.8 |
1085 | 2024-01-24T04:28:59.449Z | Downloaded toml v0.7.8 |
1086 | 2024-01-24T04:28:59.465Z | Downloaded futures-core v0.3.30 |
1087 | 2024-01-24T04:28:59.465Z | Downloaded postcard v1.0.8 |
1088 | 2024-01-24T04:28:59.465Z | Downloaded vte v0.11.1 |
1089 | 2024-01-24T04:28:59.886Z | Downloaded getrandom v0.2.10 |
1090 | 2024-01-24T04:28:59.886Z | Downloaded tokio-postgres v0.7.10 |
1091 | 2024-01-24T04:28:59.886Z | Downloaded defmt-parser v0.3.3 |
1092 | 2024-01-24T04:28:59.887Z | Downloaded tokio-macros v2.2.0 |
1093 | 2024-01-24T04:28:59.887Z | Downloaded quick-error v1.2.3 |
1094 | 2024-01-24T04:28:59.887Z | Downloaded slog-term v2.9.0 |
1095 | 2024-01-24T04:28:59.887Z | Downloaded vsss-rs v3.3.4 |
1096 | 2024-01-24T04:28:59.887Z | Downloaded flume v0.11.0 |
1097 | 2024-01-24T04:28:59.887Z | Downloaded toml v0.5.11 |
1098 | 2024-01-24T04:28:59.887Z | Downloaded tower v0.4.13 |
1099 | 2024-01-24T04:28:59.887Z | Downloaded bindgen v0.65.1 |
1100 | 2024-01-24T04:28:59.887Z | Downloaded spki v0.7.2 |
1101 | 2024-01-24T04:28:59.887Z | Downloaded serde_urlencoded v0.7.1 |
1102 | 2024-01-24T04:28:59.887Z | Downloaded whoami v1.4.1 |
1103 | 2024-01-24T04:28:59.888Z | Downloaded owo-colors v3.5.0 |
1104 | 2024-01-24T04:28:59.888Z | Downloaded thiserror-no-std v2.0.2 |
1105 | 2024-01-24T04:28:59.888Z | Downloaded time v0.3.27 |
1106 | 2024-01-24T04:28:59.888Z | Downloaded pest v2.7.2 |
1107 | 2024-01-24T04:28:59.889Z | Downloaded poly1305 v0.8.0 |
1108 | 2024-01-24T04:28:59.889Z | Downloaded sqlformat v0.2.3 |
1109 | 2024-01-24T04:28:59.889Z | Downloaded hex v0.4.3 |
1110 | 2024-01-24T04:28:59.889Z | Downloaded term v0.7.0 |
1111 | 2024-01-24T04:28:59.889Z | Downloaded rstest v0.18.2 |
1112 | 2024-01-24T04:28:59.889Z | Downloaded tar v0.4.40 |
1113 | 2024-01-24T04:28:59.889Z | Downloaded regex-automata v0.1.10 |
1114 | 2024-01-24T04:28:59.889Z | Downloaded fatfs v0.3.6 |
1115 | 2024-01-24T04:28:59.889Z | Downloaded x509-cert v0.2.4 |
1116 | 2024-01-24T04:28:59.889Z | Downloaded walkdir v2.4.0 |
1117 | 2024-01-24T04:28:59.889Z | Downloaded diff v0.1.13 |
1118 | 2024-01-24T04:28:59.889Z | Downloaded rustls-pki-types v1.1.0 |
1119 | 2024-01-24T04:28:59.889Z | Downloaded elliptic-curve v0.13.8 |
1120 | 2024-01-24T04:28:59.889Z | Downloaded threadpool v1.8.1 |
1121 | 2024-01-24T04:28:59.889Z | Downloaded pest_meta v2.7.2 |
1122 | 2024-01-24T04:28:59.889Z | Downloaded rand v0.4.6 |
1123 | 2024-01-24T04:28:59.889Z | Downloaded futures-executor v0.3.30 |
1124 | 2024-01-24T04:28:59.889Z | Downloaded plotters-backend v0.3.5 |
1125 | 2024-01-24T04:28:59.889Z | Downloaded unicode-linebreak v0.1.5 |
1126 | 2024-01-24T04:28:59.889Z | Downloaded nom v7.1.3 |
1127 | 2024-01-24T04:28:59.889Z | Downloaded trust-dns-server v0.22.1 |
1128 | 2024-01-24T04:28:59.890Z | Downloaded itertools v0.12.0 |
1129 | 2024-01-24T04:28:59.890Z | Downloaded hyper v1.1.0 |
1130 | 2024-01-24T04:28:59.890Z | Downloaded libxml v0.3.3 |
1131 | 2024-01-24T04:28:59.890Z | Downloaded proc-macro-crate v1.3.1 |
1132 | 2024-01-24T04:28:59.890Z | Downloaded rpassword v7.3.1 |
1133 | 2024-01-24T04:28:59.890Z | Downloaded futures-sink v0.3.30 |
1134 | 2024-01-24T04:28:59.890Z | Downloaded typed-path v0.7.0 |
1135 | 2024-01-24T04:28:59.890Z | Downloaded pin-project v1.1.3 |
1136 | 2024-01-24T04:28:59.890Z | Downloaded rcgen v0.12.0 |
1137 | 2024-01-24T04:28:59.890Z | Downloaded serde_yaml v0.9.25 |
1138 | 2024-01-24T04:28:59.891Z | Downloaded mio v0.8.9 |
1139 | 2024-01-24T04:28:59.891Z | Downloaded rayon-core v1.12.0 |
1140 | 2024-01-24T04:28:59.891Z | Downloaded trust-dns-client v0.22.0 |
1141 | 2024-01-24T04:28:59.891Z | Downloaded num-bigint v0.4.4 |
1142 | 2024-01-24T04:28:59.891Z | Downloaded waitgroup v0.1.2 |
1143 | 2024-01-24T04:28:59.891Z | Downloaded headers-core v0.2.0 |
1144 | 2024-01-24T04:28:59.891Z | Downloaded swrite v0.1.0 |
1145 | 2024-01-24T04:28:59.891Z | Downloaded expectorate v1.1.0 |
1146 | 2024-01-24T04:28:59.891Z | Downloaded slog-async v2.8.0 |
1147 | 2024-01-24T04:28:59.891Z | Downloaded tabled_derive v0.6.0 |
1148 | 2024-01-24T04:28:59.891Z | Downloaded packed_struct v0.10.1 |
1149 | 2024-01-24T04:28:59.891Z | Downloaded signal-hook v0.3.17 |
1150 | 2024-01-24T04:28:59.891Z | Downloaded spin v0.5.2 |
1151 | 2024-01-24T04:28:59.891Z | Downloaded similar-asserts v1.5.0 |
1152 | 2024-01-24T04:28:59.891Z | Downloaded getopts v0.2.21 |
1153 | 2024-01-24T04:28:59.891Z | Downloaded zip v0.6.6 |
1154 | 2024-01-24T04:28:59.891Z | Downloaded siphasher v0.3.11 |
1155 | 2024-01-24T04:28:59.891Z | Downloaded pest_generator v2.7.2 |
1156 | 2024-01-24T04:28:59.891Z | Downloaded slab v0.4.9 |
1157 | 2024-01-24T04:28:59.891Z | Downloaded enum-as-inner v0.5.1 |
1158 | 2024-01-24T04:28:59.891Z | Downloaded schemars_derive v0.8.16 |
1159 | 2024-01-24T04:28:59.891Z | Downloaded termcolor v1.2.0 |
1160 | 2024-01-24T04:28:59.891Z | Downloaded pin-project-lite v0.2.13 |
1161 | 2024-01-24T04:28:59.892Z | Downloaded rustls-webpki v0.102.1 |
1162 | 2024-01-24T04:28:59.914Z | Downloaded crossterm v0.27.0 |
1163 | 2024-01-24T04:28:59.915Z | Downloaded unicode_categories v0.1.1 |
1164 | 2024-01-24T04:28:59.915Z | Downloaded foreign-types-macros v0.2.3 |
1165 | 2024-01-24T04:28:59.915Z | Downloaded der_derive v0.7.2 |
1166 | 2024-01-24T04:28:59.934Z | Downloaded pkcs1 v0.7.5 |
1167 | 2024-01-24T04:28:59.934Z | Downloaded ppv-lite86 v0.2.17 |
1168 | 2024-01-24T04:28:59.935Z | Downloaded glob v0.3.1 |
1169 | 2024-01-24T04:28:59.935Z | Downloaded darling_core v0.20.3 |
1170 | 2024-01-24T04:28:59.935Z | Downloaded steno v0.4.0 |
1171 | 2024-01-24T04:28:59.982Z | Downloaded pin-project-internal v1.1.3 |
1172 | 2024-01-24T04:28:59.982Z | Downloaded termios v0.3.3 |
1173 | 2024-01-24T04:28:59.982Z | Downloaded fnv v1.0.7 |
1174 | 2024-01-24T04:28:59.982Z | Downloaded flagset v0.4.3 |
1175 | 2024-01-24T04:28:59.982Z | Downloaded fallible-iterator v0.2.0 |
1176 | 2024-01-24T04:28:59.983Z | Downloaded headers v0.3.9 |
1177 | 2024-01-24T04:28:59.983Z | Downloaded spin v0.9.8 |
1178 | 2024-01-24T04:28:59.983Z | Downloaded platforms v3.0.2 |
1179 | 2024-01-24T04:28:59.990Z | Downloaded itertools v0.11.0 |
1180 | 2024-01-24T04:28:59.990Z | Downloaded itertools v0.10.5 |
1181 | 2024-01-24T04:28:59.998Z | Downloaded chrono v0.4.31 |
1182 | 2024-01-24T04:29:00.011Z | Downloaded precomputed-hash v0.1.1 |
1183 | 2024-01-24T04:29:00.022Z | Downloaded zone_cfg_derive v0.3.0 |
1184 | 2024-01-24T04:29:00.022Z | Downloaded futures-timer v3.0.2 |
1185 | 2024-01-24T04:29:00.022Z | Downloaded oorandom v11.1.3 |
1186 | 2024-01-24T04:29:00.022Z | Downloaded http-body v0.4.5 |
1187 | 2024-01-24T04:29:00.023Z | Downloaded trybuild v1.0.89 |
1188 | 2024-01-24T04:29:00.027Z | Downloaded embedded-io v0.4.0 |
1189 | 2024-01-24T04:29:00.031Z | Downloaded rand_core v0.6.4 |
1190 | 2024-01-24T04:29:00.031Z | Downloaded zerocopy v0.6.4 |
1191 | 2024-01-24T04:29:00.035Z | Downloaded tinyvec v1.6.0 |
1192 | 2024-01-24T04:29:00.040Z | Downloaded minimal-lexical v0.2.1 |
1193 | 2024-01-24T04:29:00.077Z | Downloaded utf-8 v0.7.6 |
1194 | 2024-01-24T04:29:00.100Z | Downloaded rustc-demangle v0.1.23 |
1195 | 2024-01-24T04:29:00.101Z | Downloaded rust-argon2 v1.0.1 |
1196 | 2024-01-24T04:29:00.101Z | Downloaded url v2.5.0 |
1197 | 2024-01-24T04:29:00.101Z | Downloaded derive_builder_core v0.12.0 |
1198 | 2024-01-24T04:29:00.101Z | Downloaded derive-where v1.2.7 |
1199 | 2024-01-24T04:29:00.102Z | Downloaded trust-dns-resolver v0.22.0 |
1200 | 2024-01-24T04:29:00.102Z | Downloaded dirs-next v2.0.0 |
1201 | 2024-01-24T04:29:00.102Z | Downloaded difflib v0.4.0 |
1202 | 2024-01-24T04:29:00.102Z | Downloaded tap v1.0.1 |
1203 | 2024-01-24T04:29:00.200Z | Downloaded supports-color v2.1.0 |
1204 | 2024-01-24T04:29:00.201Z | Downloaded pkg-config v0.3.27 |
1205 | 2024-01-24T04:29:00.201Z | Downloaded derive_more v0.99.17 |
1206 | 2024-01-24T04:29:00.201Z | Downloaded serde_with_macros v3.4.0 |
1207 | 2024-01-24T04:29:00.201Z | Downloaded tracing v0.1.37 |
1208 | 2024-01-24T04:29:00.216Z | Downloaded filetime v0.2.23 |
1209 | 2024-01-24T04:29:00.216Z | Downloaded relative-path v1.9.0 |
1210 | 2024-01-24T04:29:00.216Z | Downloaded tungstenite v0.20.1 |
1211 | 2024-01-24T04:29:00.216Z | Downloaded rustc_version v0.4.0 |
1212 | 2024-01-24T04:29:00.216Z | Downloaded rand_xorshift v0.3.0 |
1213 | 2024-01-24T04:29:00.216Z | Downloaded signal-hook-mio v0.2.3 |
1214 | 2024-01-24T04:29:00.216Z | Downloaded proc-macro-error v1.0.4 |
1215 | 2024-01-24T04:29:00.216Z | Downloaded prettyplease v0.2.16 |
1216 | 2024-01-24T04:29:00.216Z | Downloaded radium v0.7.0 |
1217 | 2024-01-24T04:29:00.216Z | Downloaded signature v1.6.4 |
1218 | 2024-01-24T04:29:00.216Z | Downloaded clap v2.34.0 |
1219 | 2024-01-24T04:29:00.216Z | Downloaded tracing-attributes v0.1.26 |
1220 | 2024-01-24T04:29:00.216Z | Downloaded hmac v0.12.1 |
1221 | 2024-01-24T04:29:00.216Z | Downloaded shlex v1.3.0 |
1222 | 2024-01-24T04:29:00.216Z | Downloaded predicates-core v1.0.6 |
1223 | 2024-01-24T04:29:00.216Z | Downloaded rtoolbox v0.0.1 |
1224 | 2024-01-24T04:29:00.216Z | Downloaded hostname v0.3.1 |
1225 | 2024-01-24T04:29:00.217Z | Downloaded downcast v0.11.0 |
1226 | 2024-01-24T04:29:00.217Z | Downloaded data-encoding v2.4.0 |
1227 | 2024-01-24T04:29:00.217Z | Downloaded pest_derive v2.7.2 |
1228 | 2024-01-24T04:29:00.217Z | Downloaded r2d2 v0.8.10 |
1229 | 2024-01-24T04:29:00.217Z | Downloaded datatest-stable v0.2.3 |
1230 | 2024-01-24T04:29:00.217Z | Downloaded bytes v1.5.0 |
1231 | 2024-01-24T04:29:00.217Z | Downloaded zone v0.3.0 |
1232 | 2024-01-24T04:29:00.217Z | Downloaded tinytemplate v1.2.1 |
1233 | 2024-01-24T04:29:00.217Z | Downloaded socket2 v0.4.9 |
1234 | 2024-01-24T04:29:00.217Z | Downloaded snafu v0.7.5 |
1235 | 2024-01-24T04:29:00.231Z | Downloaded ucd-trie v0.1.6 |
1236 | 2024-01-24T04:29:00.232Z | Downloaded zeroize_derive v1.4.2 |
1237 | 2024-01-24T04:29:00.232Z | Downloaded signal-hook-registry v1.4.1 |
1238 | 2024-01-24T04:29:00.232Z | Downloaded slog v2.7.0 |
1239 | 2024-01-24T04:29:00.232Z | Downloaded tokio-stream v0.1.14 |
1240 | 2024-01-24T04:29:00.238Z | Downloaded oso v0.27.0 |
1241 | 2024-01-24T04:29:00.238Z | Downloaded password-hash v0.5.0 |
1242 | 2024-01-24T04:29:00.291Z | Downloaded partial-io v0.5.4 |
1243 | 2024-01-24T04:29:00.313Z | Downloaded parking_lot_core v0.8.6 |
1244 | 2024-01-24T04:29:00.313Z | Downloaded arc-swap v1.6.0 |
1245 | 2024-01-24T04:29:00.313Z | Downloaded serde-hex v0.1.0 |
1246 | 2024-01-24T04:29:00.314Z | Downloaded secrecy v0.8.0 |
1247 | 2024-01-24T04:29:00.314Z | Downloaded predicates-tree v1.0.9 |
1248 | 2024-01-24T04:29:00.314Z | Downloaded zeroize v1.7.0 |
1249 | 2024-01-24T04:29:00.314Z | Downloaded resolv-conf v0.7.0 |
1250 | 2024-01-24T04:29:00.314Z | Downloaded cc v1.0.83 |
1251 | 2024-01-24T04:29:00.314Z | Downloaded semver v0.1.20 |
1252 | 2024-01-24T04:29:00.314Z | Downloaded usdt-impl v0.3.5 |
1253 | 2024-01-24T04:29:00.314Z | Downloaded signal-hook-tokio v0.3.1 |
1254 | 2024-01-24T04:29:00.314Z | Downloaded time-macros v0.2.13 |
1255 | 2024-01-24T04:29:00.315Z | Downloaded wyz v0.5.1 |
1256 | 2024-01-24T04:29:00.315Z | Downloaded structopt v0.3.26 |
1257 | 2024-01-24T04:29:00.315Z | Downloaded mockall_derive v0.12.0 |
1258 | 2024-01-24T04:29:00.335Z | Downloaded indicatif v0.17.7 |
1259 | 2024-01-24T04:29:00.336Z | Downloaded ref-cast v1.0.20 |
1260 | 2024-01-24T04:29:00.336Z | Downloaded which v4.4.0 |
1261 | 2024-01-24T04:29:00.336Z | Downloaded foreign-types v0.3.2 |
1262 | 2024-01-24T04:29:00.336Z | Downloaded topological-sort v0.2.2 |
1263 | 2024-01-24T04:29:00.336Z | Downloaded thiserror-impl-no-std v2.0.2 |
1264 | 2024-01-24T04:29:00.336Z | Downloaded criterion v0.5.1 |
1265 | 2024-01-24T04:29:00.342Z | Downloaded similar v2.3.0 |
1266 | 2024-01-24T04:29:00.355Z | Downloaded darling_macro v0.14.4 |
1267 | 2024-01-24T04:29:00.355Z | Downloaded base64 v0.21.7 |
1268 | 2024-01-24T04:29:00.361Z | Downloaded env_logger v0.10.0 |
1269 | 2024-01-24T04:29:00.361Z | Downloaded backtrace v0.3.69 |
1270 | 2024-01-24T04:29:00.367Z | Downloaded num-traits v0.2.16 |
1271 | 2024-01-24T04:29:00.374Z | Downloaded crossbeam-epoch v0.9.15 |
1272 | 2024-01-24T04:29:00.380Z | Downloaded crypto-bigint v0.5.2 |
1273 | 2024-01-24T04:29:00.387Z | Downloaded tokio-rustls v0.25.0 |
1274 | 2024-01-24T04:29:00.392Z | Downloaded serde-big-array v0.5.1 |
1275 | 2024-01-24T04:29:00.405Z | Downloaded peeking_take_while v0.1.2 |
1276 | 2024-01-24T04:29:00.405Z | Downloaded allocator-api2 v0.2.16 |
1277 | 2024-01-24T04:29:00.413Z | Downloaded derive_builder v0.12.0 |
1278 | 2024-01-24T04:29:00.413Z | Downloaded multer v3.0.0 |
1279 | 2024-01-24T04:29:00.424Z | Downloaded miniz_oxide v0.7.1 |
1280 | 2024-01-24T04:29:00.424Z | Downloaded smallvec v1.11.2 |
1281 | 2024-01-24T04:29:00.849Z | Downloaded generic-array v0.14.7 |
1282 | 2024-01-24T04:29:00.849Z | Downloaded yansi v0.5.1 |
1283 | 2024-01-24T04:29:00.849Z | Downloaded mockall v0.12.0 |
1284 | 2024-01-24T04:29:00.849Z | Downloaded toolchain_find v0.2.0 |
1285 | 2024-01-24T04:29:00.849Z | Downloaded tinyvec_macros v0.1.1 |
1286 | 2024-01-24T04:29:00.849Z | Downloaded time-core v0.1.1 |
1287 | 2024-01-24T04:29:00.849Z | Downloaded ref-cast-impl v1.0.20 |
1288 | 2024-01-24T04:29:00.849Z | Downloaded slog-envlogger v2.2.0 |
1289 | 2024-01-24T04:29:00.854Z | Downloaded once_cell v1.19.0 |
1290 | 2024-01-24T04:29:00.854Z | Downloaded strum_macros v0.25.2 |
1291 | 2024-01-24T04:29:00.854Z | Downloaded omicron-zone-package v0.10.1 |
1292 | 2024-01-24T04:29:00.854Z | Downloaded path-slash v0.1.5 |
1293 | 2024-01-24T04:29:00.854Z | Downloaded basic-toml v0.1.8 |
1294 | 2024-01-24T04:29:00.854Z | Downloaded subtle v2.5.0 |
1295 | 2024-01-24T04:29:00.854Z | Downloaded pathdiff v0.2.1 |
1296 | 2024-01-24T04:29:00.854Z | Downloaded parse-display v0.8.2 |
1297 | 2024-01-24T04:29:00.854Z | Downloaded nu-ansi-term v0.49.0 |
1298 | 2024-01-24T04:29:00.854Z | Downloaded native-tls v0.2.11 |
1299 | 2024-01-24T04:29:00.854Z | Downloaded mime v0.3.17 |
1300 | 2024-01-24T04:29:00.854Z | Downloaded maybe-uninit v2.0.0 |
1301 | 2024-01-24T04:29:00.855Z | Downloaded mime_guess v2.0.4 |
1302 | 2024-01-24T04:29:00.855Z | Downloaded log v0.4.20 |
1303 | 2024-01-24T04:29:00.855Z | Downloaded lock_api v0.4.10 |
1304 | 2024-01-24T04:29:00.855Z | Downloaded zerocopy v0.3.0 |
1305 | 2024-01-24T04:29:00.855Z | Downloaded wait-timeout v0.2.0 |
1306 | 2024-01-24T04:29:00.855Z | Downloaded serde_plain v1.0.2 |
1307 | 2024-01-24T04:29:00.855Z | Downloaded num-rational v0.4.1 |
1308 | 2024-01-24T04:29:00.855Z | Downloaded num v0.4.1 |
1309 | 2024-01-24T04:29:00.855Z | Downloaded thread-id v4.2.0 |
1310 | 2024-01-24T04:29:00.855Z | Downloaded sha1 v0.10.6 |
1311 | 2024-01-24T04:29:00.855Z | Downloaded sec1 v0.7.3 |
1312 | 2024-01-24T04:29:00.855Z | Downloaded rustls-pemfile v1.0.3 |
1313 | 2024-01-24T04:29:00.855Z | Downloaded strum_macros v0.24.3 |
1314 | 2024-01-24T04:29:00.855Z | Downloaded structmeta-derive v0.2.0 |
1315 | 2024-01-24T04:29:00.855Z | Downloaded structmeta v0.2.0 |
1316 | 2024-01-24T04:29:00.855Z | Downloaded strip-ansi-escapes v0.2.0 |
1317 | 2024-01-24T04:29:00.855Z | Downloaded shell-words v1.1.0 |
1318 | 2024-01-24T04:29:00.855Z | Downloaded semver-parser v0.10.2 |
1319 | 2024-01-24T04:29:00.855Z | Downloaded num_enum_derive v0.5.11 |
1320 | 2024-01-24T04:29:00.855Z | Downloaded darling_core v0.14.4 |
1321 | 2024-01-24T04:29:00.855Z | Downloaded form_urlencoded v1.2.1 |
1322 | 2024-01-24T04:29:00.855Z | Downloaded untrusted v0.9.0 |
1323 | 2024-01-24T04:29:00.855Z | Downloaded structopt-derive v0.4.18 |
1324 | 2024-01-24T04:29:00.856Z | Downloaded strsim v0.8.0 |
1325 | 2024-01-24T04:29:00.856Z | Downloaded stringprep v0.1.3 |
1326 | 2024-01-24T04:29:00.856Z | Downloaded string_cache v0.8.7 |
1327 | 2024-01-24T04:29:00.856Z | Downloaded smallvec v0.6.14 |
1328 | 2024-01-24T04:29:00.856Z | Downloaded slog-dtrace v0.2.3 |
1329 | 2024-01-24T04:29:00.856Z | Downloaded scopeguard v1.2.0 |
1330 | 2024-01-24T04:29:00.856Z | Downloaded rusty-fork v0.3.0 |
1331 | 2024-01-24T04:29:00.856Z | Downloaded oso-derive v0.27.0 |
1332 | 2024-01-24T04:29:00.856Z | Downloaded static_assertions v1.1.0 |
1333 | 2024-01-24T04:29:00.856Z | Downloaded stable_deref_trait v1.2.0 |
1334 | 2024-01-24T04:29:00.856Z | Downloaded signature v2.1.0 |
1335 | 2024-01-24T04:29:00.856Z | Downloaded olpc-cjson v0.1.3 |
1336 | 2024-01-24T04:29:00.856Z | Downloaded num-integer v0.1.45 |
1337 | 2024-01-24T04:29:00.856Z | Downloaded blake2 v0.10.6 |
1338 | 2024-01-24T04:29:00.856Z | Downloaded num_cpus v1.16.0 |
1339 | 2024-01-24T04:29:00.856Z | Downloaded tower-service v0.3.2 |
1340 | 2024-01-24T04:29:00.856Z | Downloaded tower-layer v0.3.2 |
1341 | 2024-01-24T04:29:00.856Z | Downloaded hyper-util v0.1.2 |
1342 | 2024-01-24T04:29:00.856Z | Downloaded memoffset v0.9.0 |
1343 | 2024-01-24T04:29:00.856Z | Downloaded memoffset v0.7.1 |
1344 | 2024-01-24T04:29:00.856Z | Downloaded md-5 v0.10.5 |
1345 | 2024-01-24T04:29:00.856Z | Downloaded maplit v1.0.2 |
1346 | 2024-01-24T04:29:00.856Z | Downloaded managed v0.8.0 |
1347 | 2024-01-24T04:29:00.857Z | Downloaded linear-map v1.2.0 |
1348 | 2024-01-24T04:29:00.857Z | Downloaded async-stream v0.3.5 |
1349 | 2024-01-24T04:29:00.857Z | Downloaded ahash v0.8.6 |
1350 | 2024-01-24T04:29:00.857Z | Downloaded addr2line v0.21.0 |
1351 | 2024-01-24T04:29:00.857Z | Downloaded num-iter v0.1.43 |
1352 | 2024-01-24T04:29:00.857Z | Downloaded nibble_vec v0.1.0 |
1353 | 2024-01-24T04:29:00.857Z | Downloaded lru-cache v0.1.2 |
1354 | 2024-01-24T04:29:00.857Z | Downloaded indexmap v1.9.3 |
1355 | 2024-01-24T04:29:00.857Z | Downloaded libsw v3.3.1 |
1356 | 2024-01-24T04:29:00.857Z | Downloaded libefi-sys v0.1.0 |
1357 | 2024-01-24T04:29:00.857Z | Downloaded sqlparser_derive v0.2.2 |
1358 | 2024-01-24T04:29:00.857Z | Downloaded stability v0.1.1 |
1359 | 2024-01-24T04:29:00.857Z | Downloaded crc32fast v1.3.2 |
1360 | 2024-01-24T04:29:00.857Z | Downloaded byteorder v1.5.0 |
1361 | 2024-01-24T04:29:00.857Z | Downloaded bytecount v0.6.3 |
1362 | 2024-01-24T04:29:00.857Z | Downloaded block-buffer v0.10.4 |
1363 | 2024-01-24T04:29:00.857Z | Downloaded bitflags v2.4.0 |
1364 | 2024-01-24T04:29:00.857Z | Downloaded assert_cmd v2.0.13 |
1365 | 2024-01-24T04:29:00.857Z | Downloaded blake2b_simd v1.0.1 |
1366 | 2024-01-24T04:29:00.857Z | Downloaded bcs v0.1.6 |
1367 | 2024-01-24T04:29:00.857Z | Downloaded async-trait v0.1.77 |
1368 | 2024-01-24T04:29:00.857Z | Downloaded backoff v0.4.0 |
1369 | 2024-01-24T04:29:00.857Z | Downloaded base64ct v1.6.0 |
1370 | 2024-01-24T04:29:00.858Z | Downloaded arrayvec v0.7.4 |
1371 | 2024-01-24T04:29:00.858Z | Downloaded argon2 v0.5.2 |
1372 | 2024-01-24T04:29:00.858Z | Downloaded serde-big-array v0.4.1 |
1373 | 2024-01-24T04:29:00.858Z | Downloaded ipnet v2.9.0 |
1374 | 2024-01-24T04:29:00.858Z | Downloaded crossbeam-channel v0.5.8 |
1375 | 2024-01-24T04:29:00.858Z | Downloaded buf-list v1.0.3 |
1376 | 2024-01-24T04:29:00.858Z | Downloaded anes v0.1.6 |
1377 | 2024-01-24T04:29:00.858Z | Downloaded ansi_term v0.12.1 |
1378 | 2024-01-24T04:29:00.858Z | Downloaded macaddr v1.0.1 |
1379 | 2024-01-24T04:29:00.858Z | Downloaded lru v0.12.1 |
1380 | 2024-01-24T04:29:00.858Z | Downloaded linked-hash-map v0.5.6 |
1381 | 2024-01-24T04:29:00.858Z | Downloaded lazy_static v1.4.0 |
1382 | 2024-01-24T04:29:00.858Z | Downloaded lalrpop-util v0.19.12 |
1383 | 2024-01-24T04:29:00.858Z | Downloaded kstat-rs v0.2.3 |
1384 | 2024-01-24T04:29:00.858Z | Downloaded keccak v0.1.4 |
1385 | 2024-01-24T04:29:00.858Z | Downloaded ipnetwork v0.20.0 |
1386 | 2024-01-24T04:29:00.858Z | Downloaded httparse v1.8.0 |
1387 | 2024-01-24T04:29:00.858Z | Downloaded crossbeam v0.8.2 |
1388 | 2024-01-24T04:29:00.858Z | Downloaded newtype_derive v0.1.6 |
1389 | 2024-01-24T04:29:00.871Z | Downloaded new_debug_unreachable v1.0.4 |
1390 | 2024-01-24T04:29:00.871Z | Downloaded matches v0.1.10 |
1391 | 2024-01-24T04:29:00.871Z | Downloaded match_cfg v0.1.0 |
1392 | 2024-01-24T04:29:00.871Z | Downloaded nodrop v0.1.14 |
1393 | 2024-01-24T04:29:00.871Z | Downloaded normalize-line-endings v0.3.0 |
1394 | 2024-01-24T04:29:00.871Z | Downloaded newline-converter v0.3.0 |
1395 | 2024-01-24T04:29:00.871Z | Downloaded ciborium v0.2.1 |
1396 | 2024-01-24T04:29:00.872Z | Downloaded chacha20poly1305 v0.10.1 |
1397 | 2024-01-24T04:29:00.872Z | Downloaded cancel-safe-futures v0.1.5 |
1398 | 2024-01-24T04:29:00.872Z | Downloaded indoc v1.0.9 |
1399 | 2024-01-24T04:29:00.872Z | Downloaded camino-tempfile v1.1.1 |
1400 | 2024-01-24T04:29:00.872Z | Downloaded bitfield v0.14.0 |
1401 | 2024-01-24T04:29:00.872Z | Downloaded bb8 v0.8.1 |
1402 | 2024-01-24T04:29:00.872Z | Downloaded bit-set v0.5.3 |
1403 | 2024-01-24T04:29:00.872Z | Downloaded ascii-canvas v3.0.0 |
1404 | 2024-01-24T04:29:00.872Z | Downloaded arrayref v0.3.7 |
1405 | 2024-01-24T04:29:00.872Z | Downloaded autocfg v1.1.0 |
1406 | 2024-01-24T04:29:00.872Z | Downloaded atomic-waker v1.1.1 |
1407 | 2024-01-24T04:29:00.872Z | Downloaded assert_matches v1.5.0 |
1408 | 2024-01-24T04:29:00.872Z | Downloaded inout v0.1.3 |
1409 | 2024-01-24T04:29:00.872Z | Downloaded darling v0.20.3 |
1410 | 2024-01-24T04:29:00.872Z | Downloaded base16ct v0.2.0 |
1411 | 2024-01-24T04:29:00.872Z | Downloaded approx v0.5.1 |
1412 | 2024-01-24T04:29:00.872Z | Downloaded snafu-derive v0.7.5 |
1413 | 2024-01-24T04:29:00.872Z | Downloaded indoc v2.0.3 |
1414 | 2024-01-24T04:29:00.872Z | Downloaded darling v0.14.4 |
1415 | 2024-01-24T04:29:00.872Z | Downloaded criterion-plot v0.5.0 |
1416 | 2024-01-24T04:29:00.872Z | Downloaded adler v1.0.2 |
1417 | 2024-01-24T04:29:00.873Z | Downloaded sha2 v0.10.8 |
1418 | 2024-01-24T04:29:00.873Z | Downloaded serde_repr v0.1.16 |
1419 | 2024-01-24T04:29:00.873Z | Downloaded sct v0.7.0 |
1420 | 2024-01-24T04:29:00.873Z | Downloaded rustls-native-certs v0.7.0 |
1421 | 2024-01-24T04:29:00.873Z | Downloaded rustc-hash v1.1.0 |
1422 | 2024-01-24T04:29:00.873Z | Downloaded rstest_macros v0.18.2 |
1423 | 2024-01-24T04:29:00.873Z | Downloaded instant v0.1.12 |
1424 | 2024-01-24T04:29:00.873Z | Downloaded curve25519-dalek-derive v0.1.0 |
1425 | 2024-01-24T04:29:00.873Z | Downloaded crucible-workspace-hack v0.1.0 |
1426 | 2024-01-24T04:29:00.873Z | Downloaded block-padding v0.3.3 |
1427 | 2024-01-24T04:29:00.873Z | Downloaded async-recursion v1.0.5 |
1428 | 2024-01-24T04:29:00.873Z | Downloaded array-init v0.0.4 |
1429 | 2024-01-24T04:29:00.873Z | Downloaded aead v0.5.2 |
1430 | 2024-01-24T04:29:00.873Z | Downloaded serde_tokenstream v0.1.7 |
1431 | 2024-01-24T04:29:00.873Z | Downloaded rustversion v1.0.14 |
1432 | 2024-01-24T04:29:00.873Z | Downloaded rustc_version v0.1.7 |
1433 | 2024-01-24T04:29:00.873Z | Downloaded number_prefix v0.4.0 |
1434 | 2024-01-24T04:29:00.873Z | Downloaded num_enum v0.5.11 |
1435 | 2024-01-24T04:29:00.873Z | Downloaded iana-time-zone v0.1.57 |
1436 | 2024-01-24T04:29:00.873Z | Downloaded hyper-tls v0.5.0 |
1437 | 2024-01-24T04:29:00.879Z | Downloaded hyper-staticfile v0.9.5 |
1438 | 2024-01-24T04:29:00.890Z | Downloaded crypto-common v0.1.6 |
1439 | 2024-01-24T04:29:00.894Z | Downloaded crossbeam-utils v0.8.16 |
1440 | 2024-01-24T04:29:00.894Z | Downloaded crossbeam-queue v0.3.8 |
1441 | 2024-01-24T04:29:00.897Z | Downloaded crossbeam-deque v0.8.3 |
1442 | 2024-01-24T04:29:00.897Z | Downloaded crc-any v2.4.3 |
1443 | 2024-01-24T04:29:00.901Z | Downloaded atomicwrites v0.4.3 |
1444 | 2024-01-24T04:29:00.904Z | Downloaded async-stream-impl v0.3.5 |
1445 | 2024-01-24T04:29:00.904Z | Downloaded num-bigint-dig v0.8.4 |
1446 | 2024-01-24T04:29:00.912Z | Downloaded num-complex v0.4.4 |
1447 | 2024-01-24T04:29:00.915Z | Downloaded is-terminal v0.4.9 |
1448 | 2024-01-24T04:29:00.919Z | Downloaded corncobs v0.1.3 |
1449 | 2024-01-24T04:29:00.920Z | Downloaded cookie v0.18.0 |
1450 | 2024-01-24T04:29:00.925Z | Downloaded constant_time_eq v0.3.0 |
1451 | 2024-01-24T04:29:00.928Z | Downloaded hyper-rustls v0.26.0 |
1452 | 2024-01-24T04:29:00.931Z | Downloaded hyper-rustls v0.24.2 |
1453 | 2024-01-24T04:29:00.934Z | Downloaded hubpack_derive v0.1.1 |
1454 | 2024-01-24T04:29:00.938Z | Downloaded httptest v0.15.5 |
1455 | 2024-01-24T04:29:00.941Z | Downloaded crunchy v0.2.2 |
1456 | 2024-01-24T04:29:00.941Z | Downloaded const-oid v0.9.5 |
1457 | 2024-01-24T04:29:00.944Z | Downloaded crc-catalog v2.2.0 |
1458 | 2024-01-24T04:29:00.960Z | Downloaded crc v3.0.1 |
1459 | 2024-01-24T04:29:00.965Z | Downloaded cfg-if v1.0.0 |
1460 | 2024-01-24T04:29:00.965Z | Downloaded cassowary v0.3.0 |
1461 | 2024-01-24T04:29:00.966Z | Downloaded hubpack v0.1.2 |
1462 | 2024-01-24T04:29:00.966Z | Downloaded convert_case v0.4.0 |
1463 | 2024-01-24T04:29:00.966Z | Downloaded constant_time_eq v0.2.6 |
1464 | 2024-01-24T04:29:00.966Z | Downloaded console v0.15.8 |
1465 | 2024-01-24T04:29:00.966Z | Downloaded colored v2.0.4 |
1466 | 2024-01-24T04:29:00.971Z | Downloaded cipher v0.4.4 |
1467 | 2024-01-24T04:29:00.971Z | Downloaded ciborium-ll v0.2.1 |
1468 | 2024-01-24T04:29:00.975Z | Downloaded cfg-expr v0.15.5 |
1469 | 2024-01-24T04:29:00.978Z | Downloaded bzip2 v0.4.4 |
1470 | 2024-01-24T04:29:00.981Z | Downloaded bit-vec v0.6.3 |
1471 | 2024-01-24T04:29:00.990Z | Downloaded cpufeatures v0.2.9 |
1472 | 2024-01-24T04:29:00.990Z | Downloaded cobs v0.2.3 |
1473 | 2024-01-24T04:29:01.791Z | Compiling serde v1.0.195 |
1474 | 2024-01-24T04:29:01.791Z | Compiling autocfg v1.1.0 |
1475 | 2024-01-24T04:29:01.797Z | Compiling version_check v0.9.4 |
1476 | 2024-01-24T04:29:01.797Z | Checking cfg-if v1.0.0 |
1477 | 2024-01-24T04:29:01.797Z | Compiling syn v1.0.109 |
1478 | 2024-01-24T04:29:01.842Z | Checking libc v0.2.152 |
1479 | 2024-01-24T04:29:01.861Z | Compiling syn v2.0.46 |
1480 | 2024-01-24T04:29:01.953Z | Compiling parking_lot_core v0.9.8 |
1481 | 2024-01-24T04:29:02.054Z | Compiling cc v1.0.83 |
1482 | 2024-01-24T04:29:02.791Z | Compiling libm v0.2.7 |
1483 | 2024-01-24T04:29:02.814Z | Compiling once_cell v1.19.0 |
1484 | 2024-01-24T04:29:03.318Z | Compiling ahash v0.8.6 |
1485 | 2024-01-24T04:29:03.438Z | Compiling getrandom v0.2.10 |
1486 | 2024-01-24T04:29:03.463Z | Compiling lock_api v0.4.10 |
1487 | 2024-01-24T04:29:03.509Z | Compiling num-traits v0.2.16 |
1488 | 2024-01-24T04:29:03.970Z | Compiling byteorder v1.5.0 |
1489 | 2024-01-24T04:29:04.084Z | Compiling serde_json v1.0.111 |
1490 | 2024-01-24T04:29:04.207Z | Compiling memchr v2.6.3 |
1491 | 2024-01-24T04:29:04.401Z | Compiling slab v0.4.9 |
1492 | 2024-01-24T04:29:04.597Z | Compiling typenum v1.16.0 |
1493 | 2024-01-24T04:29:04.713Z | Compiling generic-array v0.14.7 |
1494 | 2024-01-24T04:29:05.043Z | Checking scopeguard v1.2.0 |
1495 | 2024-01-24T04:29:05.215Z | Checking log v0.4.20 |
1496 | 2024-01-24T04:29:06.408Z | Compiling pkg-config v0.3.27 |
1497 | 2024-01-24T04:29:06.524Z | Checking smallvec v1.11.2 |
1498 | 2024-01-24T04:29:06.629Z | Checking itoa v1.0.9 |
1499 | 2024-01-24T04:29:06.930Z | Compiling allocator-api2 v0.2.16 |
1500 | 2024-01-24T04:29:07.186Z | Compiling rustix v0.38.30 |
1501 | 2024-01-24T04:29:07.419Z | Compiling httparse v1.8.0 |
1502 | 2024-01-24T04:29:07.541Z | Compiling ring v0.17.7 |
1503 | 2024-01-24T04:29:08.090Z | Compiling schemars v0.8.16 |
1504 | 2024-01-24T04:29:08.199Z | Checking pin-project-lite v0.2.13 |
1505 | 2024-01-24T04:29:08.355Z | Compiling vcpkg v0.2.15 |
1506 | 2024-01-24T04:29:08.504Z | Compiling fnv v1.0.7 |
1507 | 2024-01-24T04:29:08.808Z | Checking parking_lot v0.12.1 |
1508 | 2024-01-24T04:29:08.828Z | Checking rand_core v0.6.4 |
1509 | 2024-01-24T04:29:09.172Z | Compiling aho-corasick v1.0.4 |
1510 | 2024-01-24T04:29:10.951Z | Compiling regex-syntax v0.8.2 |
1511 | 2024-01-24T04:29:11.957Z | Compiling openssl-sys v0.9.96 |
1512 | 2024-01-24T04:29:13.604Z | Checking signal-hook-registry v1.4.1 |
1513 | 2024-01-24T04:29:13.973Z | Compiling ring v0.16.20 |
1514 | 2024-01-24T04:29:14.627Z | Checking mio v0.8.9 |
1515 | 2024-01-24T04:29:14.640Z | Checking num_cpus v1.16.0 |
1516 | 2024-01-24T04:29:14.730Z | Checking futures-core v0.3.30 |
1517 | 2024-01-24T04:29:14.989Z | Compiling serde_derive_internals v0.26.0 |
1518 | 2024-01-24T04:29:15.210Z | Compiling openssl v0.10.60 |
1519 | 2024-01-24T04:29:15.827Z | Compiling ucd-trie v0.1.6 |
1520 | 2024-01-24T04:29:16.885Z | Compiling regex-automata v0.4.3 |
1521 | 2024-01-24T04:29:17.020Z | Checking socket2 v0.5.5 |
1522 | 2024-01-24T04:29:17.830Z | Compiling iana-time-zone v0.1.57 |
1523 | 2024-01-24T04:29:17.859Z | Compiling native-tls v0.2.11 |
1524 | 2024-01-24T04:29:18.346Z | Compiling spin v0.5.2 |
1525 | 2024-01-24T04:29:18.502Z | Compiling rustls v0.21.9 |
1526 | 2024-01-24T04:29:18.943Z | Compiling async-trait v0.1.77 |
1527 | 2024-01-24T04:29:19.823Z | Compiling unicode-xid v0.2.4 |
1528 | 2024-01-24T04:29:19.921Z | Checking ryu v1.0.15 |
1529 | 2024-01-24T04:29:20.074Z | Compiling dyn-clone v1.0.13 |
1530 | 2024-01-24T04:29:20.291Z | Compiling backtrace v0.3.69 |
1531 | 2024-01-24T04:29:20.555Z | Compiling futures-sink v0.3.30 |
1532 | 2024-01-24T04:29:21.066Z | Compiling errno v0.3.8 |
1533 | 2024-01-24T04:29:21.066Z | Compiling crc32fast v1.3.2 |
1534 | 2024-01-24T04:29:21.118Z | Compiling tinyvec_macros v0.1.1 |
1535 | 2024-01-24T04:29:21.449Z | Compiling crossbeam-utils v0.8.16 |
1536 | 2024-01-24T04:29:21.732Z | Compiling tinyvec v1.6.0 |
1537 | 2024-01-24T04:29:21.865Z | Compiling futures-channel v0.3.30 |
1538 | 2024-01-24T04:29:22.457Z | Compiling anyhow v1.0.75 |
1539 | 2024-01-24T04:29:22.532Z | Compiling pin-utils v0.1.0 |
1540 | 2024-01-24T04:29:22.674Z | Compiling futures-io v0.3.30 |
1541 | 2024-01-24T04:29:22.960Z | Checking subtle v2.5.0 |
1542 | 2024-01-24T04:29:23.135Z | Compiling futures-task v0.3.30 |
1543 | 2024-01-24T04:29:23.591Z | Compiling spin v0.9.8 |
1544 | 2024-01-24T04:29:23.606Z | Compiling tracing-core v0.1.31 |
1545 | 2024-01-24T04:29:23.606Z | Compiling unicode-bidi v0.3.13 |
1546 | 2024-01-24T04:29:24.410Z | Compiling regex v1.10.2 |
1547 | 2024-01-24T04:29:24.473Z | Compiling unicode-normalization v0.1.22 |
1548 | 2024-01-24T04:29:26.155Z | Compiling num-integer v0.1.45 |
1549 | 2024-01-24T04:29:26.265Z | Compiling slog v2.7.0 |
1550 | 2024-01-24T04:29:26.691Z | Compiling synstructure v0.12.6 |
1551 | 2024-01-24T04:29:26.725Z | Compiling lazy_static v1.4.0 |
1552 | 2024-01-24T04:29:26.750Z | Compiling unicode-width v0.1.11 |
1553 | 2024-01-24T04:29:26.889Z | Compiling rustversion v1.0.14 |
1554 | 2024-01-24T04:29:26.993Z | Compiling foreign-types-shared v0.1.1 |
1555 | 2024-01-24T04:29:27.131Z | Compiling time-core v0.1.1 |
1556 | 2024-01-24T04:29:27.151Z | Compiling untrusted v0.9.0 |
1557 | 2024-01-24T04:29:27.280Z | Compiling serde_derive v1.0.195 |
1558 | 2024-01-24T04:29:27.377Z | Compiling zerocopy-derive v0.7.31 |
1559 | 2024-01-24T04:29:27.408Z | Compiling zeroize_derive v1.4.2 |
1560 | 2024-01-24T04:29:27.954Z | Compiling thiserror-impl v1.0.49 |
1561 | 2024-01-24T04:29:28.133Z | Compiling tokio-macros v2.2.0 |
1562 | 2024-01-24T04:29:28.548Z | Compiling futures-macro v0.3.30 |
1563 | 2024-01-24T04:29:29.786Z | Compiling tracing-attributes v0.1.26 |
1564 | 2024-01-24T04:29:30.220Z | Compiling schemars_derive v0.8.16 |
1565 | 2024-01-24T04:29:31.024Z | Checking zeroize v1.7.0 |
1566 | 2024-01-24T04:29:31.421Z | Compiling openssl-macros v0.1.1 |
1567 | 2024-01-24T04:29:31.443Z | Compiling zerocopy v0.7.31 |
1568 | 2024-01-24T04:29:33.935Z | Compiling thiserror v1.0.49 |
1569 | 2024-01-24T04:29:34.130Z | Compiling pest v2.7.2 |
1570 | 2024-01-24T04:29:34.369Z | Compiling futures-util v0.3.30 |
1571 | 2024-01-24T04:29:35.078Z | Compiling hashbrown v0.14.2 |
1572 | 2024-01-24T04:29:35.121Z | Compiling hashbrown v0.13.2 |
1573 | 2024-01-24T04:29:36.717Z | Compiling tracing v0.1.37 |
1574 | 2024-01-24T04:29:37.140Z | Compiling der_derive v0.7.2 |
1575 | 2024-01-24T04:29:37.522Z | Compiling zerocopy-derive v0.2.0 |
1576 | 2024-01-24T04:29:39.093Z | Compiling pest_meta v2.7.2 |
1577 | 2024-01-24T04:29:39.225Z | Compiling untrusted v0.7.1 |
1578 | 2024-01-24T04:29:39.524Z | Compiling percent-encoding v2.3.1 |
1579 | 2024-01-24T04:29:40.972Z | Compiling time-macros v0.2.13 |
1580 | 2024-01-24T04:29:41.617Z | Compiling pest_generator v2.7.2 |
1581 | 2024-01-24T04:29:45.106Z | Compiling foreign-types v0.3.2 |
1582 | 2024-01-24T04:29:46.110Z | Compiling try-lock v0.2.4 |
1583 | 2024-01-24T04:29:46.143Z | Compiling base64 v0.21.7 |
1584 | 2024-01-24T04:29:46.483Z | Compiling want v0.3.1 |
1585 | 2024-01-24T04:29:46.889Z | Compiling sct v0.7.0 |
1586 | 2024-01-24T04:29:46.962Z | Compiling form_urlencoded v1.2.1 |
1587 | 2024-01-24T04:29:47.487Z | Compiling socket2 v0.4.9 |
1588 | 2024-01-24T04:29:47.501Z | Compiling const-oid v0.9.5 |
1589 | 2024-01-24T04:29:47.788Z | Compiling httpdate v1.0.3 |
1590 | 2024-01-24T04:29:47.973Z | Compiling pest_derive v2.7.2 |
1591 | 2024-01-24T04:29:48.502Z | Compiling tower-service v0.3.2 |
1592 | 2024-01-24T04:29:48.527Z | Compiling openssl-probe v0.1.5 |
1593 | 2024-01-24T04:29:48.691Z | Compiling rustls-webpki v0.101.7 |
1594 | 2024-01-24T04:29:49.030Z | Compiling idna v0.5.0 |
1595 | 2024-01-24T04:29:49.248Z | Compiling memoffset v0.9.0 |
1596 | 2024-01-24T04:29:49.462Z | Compiling usdt-impl v0.3.5 |
1597 | 2024-01-24T04:29:49.684Z | Compiling adler v1.0.2 |
1598 | 2024-01-24T04:29:50.685Z | Compiling url v2.5.0 |
1599 | 2024-01-24T04:29:51.557Z | Checking bytes v1.5.0 |
1600 | 2024-01-24T04:29:51.928Z | Checking bitflags v2.4.0 |
1601 | 2024-01-24T04:29:52.285Z | Compiling miniz_oxide v0.7.1 |
1602 | 2024-01-24T04:29:52.564Z | Compiling zerocopy v0.3.0 |
1603 | 2024-01-24T04:29:52.852Z | Checking tokio v1.35.1 |
1604 | 2024-01-24T04:29:53.129Z | Compiling indexmap v2.1.0 |
1605 | 2024-01-24T04:29:54.773Z | Compiling semver v1.0.21 |
1606 | 2024-01-24T04:29:54.814Z | Compiling uuid v1.6.1 |
1607 | 2024-01-24T04:29:55.005Z | Compiling chrono v0.4.31 |
1608 | 2024-01-24T04:29:55.218Z | Compiling http v0.2.11 |
1609 | 2024-01-24T04:29:56.453Z | Compiling serde_spanned v0.6.4 |
1610 | 2024-01-24T04:29:56.458Z | Compiling toml_datetime v0.6.5 |
1611 | 2024-01-24T04:29:57.182Z | Compiling rustc_version v0.4.0 |
1612 | 2024-01-24T04:29:57.455Z | Compiling toml_edit v0.19.15 |
1613 | 2024-01-24T04:29:59.559Z | Compiling openapiv3 v2.0.0 |
1614 | 2024-01-24T04:30:02.412Z | Compiling http-body v0.4.5 |
1615 | 2024-01-24T04:30:03.683Z | Checking crypto-common v0.1.6 |
1616 | 2024-01-24T04:30:03.958Z | Compiling ipnet v2.9.0 |
1617 | 2024-01-24T04:30:05.669Z | Compiling either v1.9.0 |
1618 | 2024-01-24T04:30:05.970Z | Compiling dof v0.1.5 |
1619 | 2024-01-24T04:30:06.049Z | Compiling serde_urlencoded v0.7.1 |
1620 | 2024-01-24T04:30:06.168Z | Compiling dtrace-parser v0.1.14 |
1621 | 2024-01-24T04:30:06.900Z | Compiling rustls-pemfile v1.0.3 |
1622 | 2024-01-24T04:30:07.351Z | Compiling strum_macros v0.25.2 |
1623 | 2024-01-24T04:30:07.622Z | Compiling clap_derive v4.4.2 |
1624 | 2024-01-24T04:30:07.801Z | Compiling zerocopy-derive v0.6.4 |
1625 | 2024-01-24T04:30:08.337Z | Compiling pin-project-internal v1.1.3 |
1626 | 2024-01-24T04:30:19.456Z | Compiling tokio-util v0.7.10 |
1627 | 2024-01-24T04:30:20.130Z | Compiling tokio-rustls v0.24.1 |
1628 | 2024-01-24T04:30:20.419Z | Compiling h2 v0.3.24 |
1629 | 2024-01-24T04:30:20.419Z | Compiling crossbeam-epoch v0.9.15 |
1630 | 2024-01-24T04:30:20.419Z | Compiling encoding_rs v0.8.33 |
1631 | 2024-01-24T04:30:20.419Z | Compiling thread-id v4.2.0 |
1632 | 2024-01-24T04:30:20.419Z | Compiling gimli v0.28.0 |
1633 | 2024-01-24T04:30:20.419Z | Compiling tokio-native-tls v0.3.1 |
1634 | 2024-01-24T04:30:20.419Z | Compiling signal-hook v0.3.17 |
1635 | 2024-01-24T04:30:20.419Z | Compiling siphasher v0.3.11 |
1636 | 2024-01-24T04:30:20.419Z | Compiling mime v0.3.17 |
1637 | 2024-01-24T04:30:20.419Z | Compiling webpki-roots v0.25.2 |
1638 | 2024-01-24T04:30:20.419Z | Compiling serde_tokenstream v0.1.7 |
1639 | 2024-01-24T04:30:20.419Z | Compiling block-buffer v0.10.4 |
1640 | 2024-01-24T04:30:20.419Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1641 | 2024-01-24T04:30:20.419Z | Compiling object v0.32.1 |
1642 | 2024-01-24T04:30:20.419Z | Compiling num-iter v0.1.43 |
1643 | 2024-01-24T04:30:20.419Z | Compiling rustc-demangle v0.1.23 |
1644 | 2024-01-24T04:30:20.419Z | Compiling flate2 v1.0.28 |
1645 | 2024-01-24T04:30:20.637Z | Compiling addr2line v0.21.0 |
1646 | 2024-01-24T04:30:20.705Z | Compiling digest v0.10.7 |
1647 | 2024-01-24T04:30:21.266Z | Compiling heapless v0.7.16 |
1648 | 2024-01-24T04:30:21.413Z | Checking equivalent v1.0.1 |
1649 | 2024-01-24T04:30:21.449Z | Compiling doc-comment v0.3.3 |
1650 | 2024-01-24T04:30:21.559Z | Compiling ppv-lite86 v0.2.17 |
1651 | 2024-01-24T04:30:22.018Z | Compiling usdt-macro v0.3.5 |
1652 | 2024-01-24T04:30:22.109Z | Compiling usdt-attr-macro v0.3.5 |
1653 | 2024-01-24T04:30:22.574Z | Compiling toml v0.7.8 |
1654 | 2024-01-24T04:30:22.882Z | Compiling rand_chacha v0.3.1 |
1655 | 2024-01-24T04:30:23.115Z | Compiling toml_edit v0.21.0 |
1656 | 2024-01-24T04:30:23.560Z | Compiling hyper v0.14.27 |
1657 | 2024-01-24T04:30:24.165Z | Compiling hex v0.4.3 |
1658 | 2024-01-24T04:30:25.417Z | Compiling bit-vec v0.6.3 |
1659 | 2024-01-24T04:30:41.903Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1660 | 2024-01-24T04:30:42.557Z | Compiling rand v0.8.5 |
1661 | 2024-01-24T04:30:42.768Z | Compiling phf_shared v0.10.0 |
1662 | 2024-01-24T04:30:42.769Z | Compiling num-bigint v0.4.4 |
1663 | 2024-01-24T04:30:42.769Z | Compiling minimal-lexical v0.2.1 |
1664 | 2024-01-24T04:30:42.769Z | Compiling base64ct v1.6.0 |
1665 | 2024-01-24T04:30:42.769Z | Compiling fixedbitset v0.4.2 |
1666 | 2024-01-24T04:30:42.770Z | Compiling smoltcp v0.9.1 |
1667 | 2024-01-24T04:30:42.770Z | Compiling precomputed-hash v0.1.1 |
1668 | 2024-01-24T04:30:42.770Z | Compiling new_debug_unreachable v1.0.4 |
1669 | 2024-01-24T04:30:42.770Z | Compiling pem-rfc7468 v0.7.0 |
1670 | 2024-01-24T04:30:42.770Z | Compiling string_cache v0.8.7 |
1671 | 2024-01-24T04:30:42.770Z | Compiling petgraph v0.6.4 |
1672 | 2024-01-24T04:30:42.770Z | Compiling nom v7.1.3 |
1673 | 2024-01-24T04:30:42.771Z | Compiling bit-set v0.5.3 |
1674 | 2024-01-24T04:30:42.771Z | Compiling hmac v0.12.1 |
1675 | 2024-01-24T04:30:42.771Z | Compiling itertools v0.10.5 |
1676 | 2024-01-24T04:30:42.771Z | Compiling enum-as-inner v0.5.1 |
1677 | 2024-01-24T04:30:42.771Z | Compiling hubpack_derive v0.1.1 |
1678 | 2024-01-24T04:30:42.771Z | Compiling diesel_table_macro_syntax v0.1.0 |
1679 | 2024-01-24T04:30:42.771Z | Checking bitflags v1.3.2 |
1680 | 2024-01-24T04:30:42.771Z | Compiling lalrpop-util v0.19.12 |
1681 | 2024-01-24T04:30:42.772Z | Compiling unicode-segmentation v1.10.1 |
1682 | 2024-01-24T04:30:42.772Z | Compiling hyper-rustls v0.24.2 |
1683 | 2024-01-24T04:30:42.772Z | Compiling hyper-tls v0.5.0 |
1684 | 2024-01-24T04:30:42.772Z | Compiling reqwest v0.11.22 |
1685 | 2024-01-24T04:30:42.772Z | Compiling flagset v0.4.3 |
1686 | 2024-01-24T04:30:42.772Z | Compiling der v0.7.8 |
1687 | 2024-01-24T04:30:42.772Z | Compiling diesel_derives v2.1.2 |
1688 | 2024-01-24T04:30:42.772Z | Compiling snafu-derive v0.7.5 |
1689 | 2024-01-24T04:30:42.773Z | Compiling cpufeatures v0.2.9 |
1690 | 2024-01-24T04:30:42.773Z | Compiling sha2 v0.10.8 |
1691 | 2024-01-24T04:30:42.773Z | Compiling rustix v0.37.23 |
1692 | 2024-01-24T04:30:42.773Z | Compiling md-5 v0.10.5 |
1693 | 2024-01-24T04:30:42.773Z | Compiling serde_repr v0.1.16 |
1694 | 2024-01-24T04:30:42.773Z | Compiling spki v0.7.2 |
1695 | 2024-01-24T04:30:42.774Z | Compiling stringprep v0.1.3 |
1696 | 2024-01-24T04:30:42.774Z | Compiling hash32 v0.2.1 |
1697 | 2024-01-24T04:30:42.774Z | Compiling fallible-iterator v0.2.0 |
1698 | 2024-01-24T04:30:42.774Z | Compiling stable_deref_trait v1.2.0 |
1699 | 2024-01-24T04:30:42.913Z | Compiling postgres-protocol v0.6.6 |
1700 | 2024-01-24T04:30:42.913Z | Compiling pkcs8 v0.10.2 |
1701 | 2024-01-24T04:30:42.913Z | Compiling terminal_size v0.2.6 |
1702 | 2024-01-24T04:30:43.771Z | Compiling phf_shared v0.11.2 |
1703 | 2024-01-24T04:30:43.820Z | Compiling ff v0.13.0 |
1704 | 2024-01-24T04:30:43.905Z | Compiling block-padding v0.3.3 |
1705 | 2024-01-24T04:30:44.090Z | Compiling scheduled-thread-pool v0.2.7 |
1706 | 2024-01-24T04:30:44.399Z | Compiling matches v0.1.10 |
1707 | 2024-01-24T04:30:44.532Z | Compiling regex-automata v0.1.10 |
1708 | 2024-01-24T04:30:44.558Z | Compiling managed v0.8.0 |
1709 | 2024-01-24T04:30:44.981Z | Compiling base16ct v0.2.0 |
1710 | 2024-01-24T04:30:44.991Z | Compiling deranged v0.3.8 |
1711 | 2024-01-24T04:30:45.043Z | Compiling num_threads v0.1.6 |
1712 | 2024-01-24T04:30:45.303Z | Compiling bstr v0.2.17 |
1713 | 2024-01-24T04:30:45.340Z | Compiling sec1 v0.7.3 |
1714 | 2024-01-24T04:30:45.357Z | Compiling clap_builder v4.4.2 |
1715 | 2024-01-24T04:30:46.234Z | Compiling idna v0.2.3 |
1716 | 2024-01-24T04:30:47.232Z | Compiling r2d2 v0.8.10 |
1717 | 2024-01-24T04:30:47.832Z | Compiling inout v0.1.3 |
1718 | 2024-01-24T04:30:47.908Z | Compiling group v0.13.0 |
1719 | 2024-01-24T04:30:48.387Z | Compiling time v0.3.27 |
1720 | 2024-01-24T04:30:48.387Z | Compiling phf v0.11.2 |
1721 | 2024-01-24T04:30:48.387Z | Compiling postgres-types v0.2.6 |
1722 | 2024-01-24T04:30:48.676Z | Compiling signal-hook-mio v0.2.3 |
1723 | 2024-01-24T04:30:48.932Z | Compiling bzip2 v0.4.4 |
1724 | 2024-01-24T04:30:49.065Z | Compiling hubpack v0.1.2 |
1725 | 2024-01-24T04:30:49.511Z | Compiling hkdf v0.12.4 |
1726 | 2024-01-24T04:30:50.029Z | Compiling pin-project v1.1.3 |
1727 | 2024-01-24T04:30:50.197Z | Compiling zerocopy v0.6.4 |
1728 | 2024-01-24T04:30:50.348Z | Compiling ipnetwork v0.20.0 |
1729 | 2024-01-24T04:30:52.207Z | Compiling crypto-bigint v0.5.2 |
1730 | 2024-01-24T04:30:52.213Z | Compiling futures-executor v0.3.30 |
1731 | 2024-01-24T04:30:53.345Z | Compiling float-cmp v0.9.0 |
1732 | 2024-01-24T04:30:53.698Z | Compiling regex-automata v0.3.8 |
1733 | 2024-01-24T04:30:55.248Z | Compiling predicates-core v1.0.6 |
1734 | 2024-01-24T04:30:55.426Z | Compiling difflib v0.4.0 |
1735 | 2024-01-24T04:30:57.606Z | Compiling data-encoding v2.4.0 |
1736 | 2024-01-24T04:30:57.759Z | Checking unicode-ident v1.0.12 |
1737 | 2024-01-24T04:30:57.989Z | Compiling whoami v1.4.1 |
1738 | 2024-01-24T04:30:58.015Z | Compiling normalize-line-endings v0.3.0 |
1739 | 2024-01-24T04:30:58.188Z | Compiling static_assertions v1.1.0 |
1740 | 2024-01-24T04:30:58.258Z | Compiling predicates v3.1.0 |
1741 | 2024-01-24T04:30:58.337Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1742 | 2024-01-24T04:30:59.032Z | Compiling trust-dns-proto v0.22.0 |
1743 | 2024-01-24T04:31:01.084Z | Compiling tokio-postgres v0.7.10 |
1744 | 2024-01-24T04:31:01.741Z | Compiling bstr v1.6.0 |
1745 | 2024-01-24T04:31:02.071Z | Compiling elliptic-curve v0.13.8 |
1746 | 2024-01-24T04:31:03.328Z | Compiling yasna v0.5.2 |
1747 | 2024-01-24T04:31:03.679Z | Compiling futures v0.3.30 |
1748 | 2024-01-24T04:31:03.863Z | Compiling clap v4.4.3 |
1749 | 2024-01-24T04:31:03.995Z | Compiling snafu v0.7.5 |
1750 | 2024-01-24T04:31:04.367Z | Compiling zip v0.6.6 |
1751 | 2024-01-24T04:31:04.896Z | Compiling diesel v2.1.4 |
1752 | 2024-01-24T04:31:05.405Z | Compiling crossterm v0.27.0 |
1753 | 2024-01-24T04:31:06.744Z | Compiling cipher v0.4.4 |
1754 | 2024-01-24T04:31:06.907Z | Compiling similar v2.3.0 |
1755 | 2024-01-24T04:31:07.935Z | Compiling usdt v0.3.5 |
1756 | 2024-01-24T04:31:08.347Z | Compiling camino v1.1.6 |
1757 | 2024-01-24T04:31:08.415Z | Compiling tokio-stream v0.1.14 |
1758 | 2024-01-24T04:31:10.011Z | Compiling console v0.15.8 |
1759 | 2024-01-24T04:31:11.630Z | Checking proc-macro2 v1.0.74 |
1760 | 2024-01-24T04:31:12.784Z | Checking quote v1.0.35 |
1761 | 2024-01-24T04:31:14.651Z | Checking utf8parse v0.2.1 |
1762 | 2024-01-24T04:31:15.597Z | Checking anstyle v1.0.2 |
1763 | 2024-01-24T04:31:17.107Z | Checking io-lifetimes v1.0.11 |
1764 | 2024-01-24T04:31:32.431Z | Checking anstyle-parse v0.2.1 |
1765 | 2024-01-24T04:31:32.974Z | Checking colorchoice v1.0.0 |
1766 | 2024-01-24T04:31:32.974Z | Checking anstyle-query v1.0.0 |
1767 | 2024-01-24T04:31:32.974Z | Checking anstream v0.5.0 |
1768 | 2024-01-24T04:31:32.974Z | Checking clap_lex v0.5.1 |
1769 | 2024-01-24T04:31:32.974Z | Checking strsim v0.10.0 |
1770 | 2024-01-24T04:31:32.974Z | Checking winnow v0.5.15 |
1771 | 2024-01-24T04:31:41.887Z | Compiling serde_tokenstream v0.2.0 |
1772 | 2024-01-24T04:31:51.469Z | Compiling regress v0.7.1 |
1773 | 2024-01-24T04:31:51.625Z | Compiling getopts v0.2.21 |
1774 | 2024-01-24T04:31:51.809Z | Compiling unsafe-libyaml v0.2.10 |
1775 | 2024-01-24T04:31:52.299Z | Checking heck v0.4.1 |
1776 | 2024-01-24T04:31:52.699Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1777 | 2024-01-24T04:31:53.674Z | Compiling ident_case v1.0.1 |
1778 | 2024-01-24T04:31:53.919Z | Compiling serde_yaml v0.9.25 |
1779 | 2024-01-24T04:31:53.940Z | Compiling paste v1.0.14 |
1780 | 2024-01-24T04:31:54.716Z | Checking rustls-pki-types v1.1.0 |
1781 | 2024-01-24T04:31:55.094Z | Checking match_cfg v0.1.0 |
1782 | 2024-01-24T04:31:55.229Z | Checking fastrand v2.0.0 |
1783 | 2024-01-24T04:31:55.332Z | Checking hostname v0.3.1 |
1784 | 2024-01-24T04:31:55.515Z | Checking http v1.0.0 |
1785 | 2024-01-24T04:31:55.985Z | Checking atty v0.2.14 |
1786 | 2024-01-24T04:31:56.506Z | Checking tempfile v3.9.0 |
1787 | 2024-01-24T04:31:56.506Z | Checking quick-error v1.2.3 |
1788 | 2024-01-24T04:31:56.506Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1789 | 2024-01-24T04:31:57.856Z | Checking crossbeam-channel v0.5.8 |
1790 | 2024-01-24T04:31:57.977Z | Checking sha1 v0.10.6 |
1791 | 2024-01-24T04:31:58.407Z | Checking dirs-sys-next v0.1.2 |
1792 | 2024-01-24T04:31:58.674Z | Compiling rustls v0.22.2 |
1793 | 2024-01-24T04:31:59.089Z | Checking dirs-next v2.0.0 |
1794 | 2024-01-24T04:31:59.134Z | Checking rustls-webpki v0.102.1 |
1795 | 2024-01-24T04:31:59.298Z | Checking thread_local v1.1.7 |
1796 | 2024-01-24T04:31:59.732Z | Checking instant v0.1.12 |
1797 | 2024-01-24T04:31:59.815Z | Compiling slog-async v2.8.0 |
1798 | 2024-01-24T04:31:59.937Z | Checking term v0.7.0 |
1799 | 2024-01-24T04:32:00.578Z | Checking rustls-pemfile v2.0.0 |
1800 | 2024-01-24T04:32:00.687Z | Compiling multer v3.0.0 |
1801 | 2024-01-24T04:32:00.928Z | Checking take_mut v0.2.2 |
1802 | 2024-01-24T04:32:01.063Z | Checking debug-ignore v1.0.5 |
1803 | 2024-01-24T04:32:01.247Z | Checking slog-term v2.9.0 |
1804 | 2024-01-24T04:32:01.253Z | Compiling darling_core v0.20.3 |
1805 | 2024-01-24T04:32:01.360Z | Checking slog-json v2.6.1 |
1806 | 2024-01-24T04:32:01.554Z | Compiling async-stream-impl v0.3.5 |
1807 | 2024-01-24T04:32:01.835Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1808 | 2024-01-24T04:32:02.120Z | Checking atomic-waker v1.1.1 |
1809 | 2024-01-24T04:32:02.301Z | Checking waitgroup v0.1.2 |
1810 | 2024-01-24T04:32:02.331Z | Checking slog-bunyan v2.5.0 |
1811 | 2024-01-24T04:32:02.550Z | Checking toml v0.8.8 |
1812 | 2024-01-24T04:32:03.163Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1813 | 2024-01-24T04:32:03.823Z | Checking serde_path_to_error v0.1.15 |
1814 | 2024-01-24T04:32:03.926Z | Checking async-stream v0.3.5 |
1815 | 2024-01-24T04:32:04.214Z | Checking strum v0.25.0 |
1816 | 2024-01-24T04:32:04.417Z | Compiling structmeta-derive v0.2.0 |
1817 | 2024-01-24T04:32:04.875Z | Checking wait-timeout v0.2.0 |
1818 | 2024-01-24T04:32:05.157Z | Checking rusty-fork v0.3.0 |
1819 | 2024-01-24T04:32:05.591Z | Checking rand_xorshift v0.3.0 |
1820 | 2024-01-24T04:32:05.837Z | Checking unarray v0.1.4 |
1821 | 2024-01-24T04:32:06.092Z | Compiling regex-syntax v0.7.5 |
1822 | 2024-01-24T04:32:06.733Z | Checking tokio-rustls v0.25.0 |
1823 | 2024-01-24T04:32:07.074Z | Checking proptest v1.4.0 |
1824 | 2024-01-24T04:32:09.674Z | Compiling structmeta v0.2.0 |
1825 | 2024-01-24T04:32:10.356Z | Checking backoff v0.4.0 |
1826 | 2024-01-24T04:32:10.831Z | Compiling test-strategy v0.3.1 |
1827 | 2024-01-24T04:32:15.215Z | Compiling darling_macro v0.20.3 |
1828 | 2024-01-24T04:32:15.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1829 | 2024-01-24T04:32:15.215Z | Compiling darling v0.20.3 |
1830 | 2024-01-24T04:32:15.215Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1831 | 2024-01-24T04:32:15.215Z | Compiling serde_with_macros v3.4.0 |
1832 | 2024-01-24T04:32:15.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1833 | 2024-01-24T04:32:15.216Z | Checking macaddr v1.0.1 |
1834 | 2024-01-24T04:32:15.216Z | Checking camino-tempfile v1.1.1 |
1835 | 2024-01-24T04:32:15.216Z | Checking is-terminal v0.4.9 |
1836 | 2024-01-24T04:32:15.216Z | Compiling proc-macro-error-attr v1.0.4 |
1837 | 2024-01-24T04:32:15.216Z | Compiling proc-macro-error v1.0.4 |
1838 | 2024-01-24T04:32:15.243Z | Compiling proc-macro-crate v1.3.1 |
1839 | 2024-01-24T04:32:15.708Z | Checking termtree v0.4.1 |
1840 | 2024-01-24T04:32:15.950Z | Compiling heapless v0.8.0 |
1841 | 2024-01-24T04:32:17.060Z | Compiling num_enum_derive v0.5.11 |
1842 | 2024-01-24T04:32:17.459Z | Checking predicates-tree v1.0.9 |
1843 | 2024-01-24T04:32:17.579Z | Checking hash32 v0.3.1 |
1844 | 2024-01-24T04:32:17.848Z | Compiling smoltcp v0.11.0 |
1845 | 2024-01-24T04:32:17.865Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1846 | 2024-01-24T04:32:17.967Z | Compiling parse-display-derive v0.8.2 |
1847 | 2024-01-24T04:32:18.428Z | Checking serde_with v3.4.0 |
1848 | 2024-01-24T04:32:18.436Z | Checking embedded-io v0.4.0 |
1849 | 2024-01-24T04:32:18.704Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1850 | 2024-01-24T04:32:19.034Z | Checking cobs v0.2.3 |
1851 | 2024-01-24T04:32:19.133Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-01-24T04:32:19.402Z | Checking postcard v1.0.8 |
1853 | 2024-01-24T04:32:19.611Z | Compiling foreign-types-macros v0.2.3 |
1854 | 2024-01-24T04:32:20.445Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1855 | 2024-01-24T04:32:20.893Z | Checking foreign-types-shared v0.3.1 |
1856 | 2024-01-24T04:32:21.046Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1857 | 2024-01-24T04:32:21.839Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1858 | 2024-01-24T04:32:21.839Z | Checking foreign-types v0.5.0 |
1859 | 2024-01-24T04:32:21.862Z | Checking num_enum v0.5.11 |
1860 | 2024-01-24T04:32:22.093Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-01-24T04:32:22.102Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1862 | 2024-01-24T04:32:22.305Z | Checking cstr-argument v0.1.2 |
1863 | 2024-01-24T04:32:22.561Z | Checking pretty-hex v0.2.1 |
1864 | 2024-01-24T04:32:22.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1865 | 2024-01-24T04:32:23.269Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-01-24T04:32:23.520Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1867 | 2024-01-24T04:32:23.643Z | Checking colored v2.0.4 |
1868 | 2024-01-24T04:32:23.672Z | Compiling zone_cfg_derive v0.3.0 |
1869 | 2024-01-24T04:32:23.997Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1870 | 2024-01-24T04:32:24.364Z | Compiling num-derive v0.4.0 |
1871 | 2024-01-24T04:32:24.525Z | Compiling mockall_derive v0.12.0 |
1872 | 2024-01-24T04:32:24.954Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1873 | 2024-01-24T04:32:25.832Z | Checking parse-display v0.8.2 |
1874 | 2024-01-24T04:32:26.069Z | Checking fragile v2.0.0 |
1875 | 2024-01-24T04:32:26.637Z | Checking downcast v0.11.0 |
1876 | 2024-01-24T04:32:26.637Z | Checking zone v0.3.0 |
1877 | 2024-01-24T04:32:26.638Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1878 | 2024-01-24T04:32:27.023Z | Checking smf v0.2.2 |
1879 | 2024-01-24T04:32:27.215Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1880 | 2024-01-24T04:32:27.253Z | Checking same-file v1.0.6 |
1881 | 2024-01-24T04:32:27.509Z | Checking walkdir v2.4.0 |
1882 | 2024-01-24T04:32:27.760Z | Checking filetime v0.2.23 |
1883 | 2024-01-24T04:32:27.790Z | Checking xattr v1.0.1 |
1884 | 2024-01-24T04:32:27.908Z | Checking pem v3.0.2 |
1885 | 2024-01-24T04:32:28.047Z | Checking linked-hash-map v0.5.6 |
1886 | 2024-01-24T04:32:28.069Z | Checking tar v0.4.40 |
1887 | 2024-01-24T04:32:28.295Z | Checking itertools v0.12.0 |
1888 | 2024-01-24T04:32:28.543Z | Checking lru-cache v0.1.2 |
1889 | 2024-01-24T04:32:28.562Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1890 | 2024-01-24T04:32:28.796Z | Checking headers-core v0.2.0 |
1891 | 2024-01-24T04:32:28.950Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1892 | 2024-01-24T04:32:28.993Z | Checking headers v0.3.9 |
1893 | 2024-01-24T04:32:29.269Z | Checking password-hash v0.5.0 |
1894 | 2024-01-24T04:32:29.296Z | Checking blake2 v0.10.6 |
1895 | 2024-01-24T04:32:29.507Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1896 | 2024-01-24T04:32:29.928Z | Checking rcgen v0.12.0 |
1897 | 2024-01-24T04:32:29.963Z | Checking atomicwrites v0.4.3 |
1898 | 2024-01-24T04:32:29.988Z | Checking argon2 v0.5.2 |
1899 | 2024-01-24T04:32:30.244Z | Checking subprocess v0.2.9 |
1900 | 2024-01-24T04:32:30.846Z | Checking swrite v0.1.0 |
1901 | 2024-01-24T04:32:30.981Z | Checking arc-swap v1.6.0 |
1902 | 2024-01-24T04:32:31.000Z | Compiling cancel-safe-futures v0.1.5 |
1903 | 2024-01-24T04:32:31.004Z | Checking half v1.8.2 |
1904 | 2024-01-24T04:32:31.170Z | Checking ciborium-io v0.2.1 |
1905 | 2024-01-24T04:32:31.280Z | Checking resolv-conf v0.7.0 |
1906 | 2024-01-24T04:32:31.683Z | Checking ciborium-ll v0.2.1 |
1907 | 2024-01-24T04:32:31.708Z | Checking slog-scope v4.4.0 |
1908 | 2024-01-24T04:32:31.915Z | Checking trust-dns-resolver v0.22.0 |
1909 | 2024-01-24T04:32:32.011Z | Checking slog-stdlog v4.1.1 |
1910 | 2024-01-24T04:32:32.188Z | Checking ciborium v0.2.1 |
1911 | 2024-01-24T04:32:32.248Z | Checking slog-envlogger v2.2.0 |
1912 | 2024-01-24T04:32:32.268Z | Checking libsw v3.3.1 |
1913 | 2024-01-24T04:32:32.564Z | Compiling derive-where v1.2.7 |
1914 | 2024-01-24T04:32:32.674Z | Checking owo-colors v3.5.0 |
1915 | 2024-01-24T04:32:32.677Z | Checking linear-map v1.2.0 |
1916 | 2024-01-24T04:32:33.262Z | Checking textwrap v0.11.0 |
1917 | 2024-01-24T04:32:33.555Z | Compiling heck v0.3.3 |
1918 | 2024-01-24T04:32:33.837Z | Checking vec_map v0.8.2 |
1919 | 2024-01-24T04:32:34.186Z | Checking strsim v0.8.0 |
1920 | 2024-01-24T04:32:34.316Z | Compiling libefi-sys v0.1.0 |
1921 | 2024-01-24T04:32:34.469Z | Checking ansi_term v0.12.1 |
1922 | 2024-01-24T04:32:34.505Z | Compiling structopt-derive v0.4.18 |
1923 | 2024-01-24T04:32:34.718Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1924 | 2024-01-24T04:32:34.978Z | Checking clap v2.34.0 |
1925 | 2024-01-24T04:32:35.319Z | Compiling slog-dtrace v0.2.3 |
1926 | 2024-01-24T04:32:36.049Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1927 | 2024-01-24T04:32:36.656Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1928 | 2024-01-24T04:32:37.001Z | Checking nibble_vec v0.1.0 |
1929 | 2024-01-24T04:32:37.172Z | Checking endian-type v0.1.2 |
1930 | 2024-01-24T04:32:37.277Z | Checking fxhash v0.2.1 |
1931 | 2024-01-24T04:32:37.884Z | Checking radix_trie v0.2.1 |
1932 | 2024-01-24T04:32:37.887Z | Checking termcolor v1.2.0 |
1933 | 2024-01-24T04:32:37.887Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1934 | 2024-01-24T04:32:38.059Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1935 | 2024-01-24T04:32:38.173Z | Compiling radium v0.7.0 |
1936 | 2024-01-24T04:32:38.869Z | Compiling semver v0.1.20 |
1937 | 2024-01-24T04:32:38.947Z | Compiling maybe-uninit v2.0.0 |
1938 | 2024-01-24T04:32:39.008Z | Checking mockall v0.12.0 |
1939 | 2024-01-24T04:32:39.349Z | Checking tap v1.0.1 |
1940 | 2024-01-24T04:32:39.590Z | Compiling rustc_version v0.1.7 |
1941 | 2024-01-24T04:32:39.694Z | Checking structopt v0.3.26 |
1942 | 2024-01-24T04:32:39.798Z | Checking wyz v0.5.1 |
1943 | 2024-01-24T04:32:40.261Z | Compiling semver-parser v0.10.2 |
1944 | 2024-01-24T04:32:40.348Z | Compiling newtype_derive v0.1.6 |
1945 | 2024-01-24T04:32:40.419Z | Compiling num-bigint-dig v0.8.4 |
1946 | 2024-01-24T04:32:40.678Z | Compiling packed_struct v0.10.1 |
1947 | 2024-01-24T04:32:40.800Z | Checking funty v2.0.0 |
1948 | 2024-01-24T04:32:40.875Z | Checking crc-catalog v2.2.0 |
1949 | 2024-01-24T04:32:41.288Z | Checking crc v3.0.1 |
1950 | 2024-01-24T04:32:41.445Z | Compiling semver v0.11.0 |
1951 | 2024-01-24T04:32:41.665Z | Compiling packed_struct_codegen v0.10.1 |
1952 | 2024-01-24T04:32:42.057Z | Compiling num-rational v0.4.1 |
1953 | 2024-01-24T04:32:42.519Z | Compiling indexmap v1.9.3 |
1954 | 2024-01-24T04:32:42.695Z | Checking bitvec v1.0.1 |
1955 | 2024-01-24T04:32:43.084Z | Checking nodrop v0.1.14 |
1956 | 2024-01-24T04:32:43.245Z | Compiling home v0.5.5 |
1957 | 2024-01-24T04:32:43.358Z | Checking array-init v0.0.4 |
1958 | 2024-01-24T04:32:43.644Z | Compiling toolchain_find v0.2.0 |
1959 | 2024-01-24T04:32:44.601Z | Checking smallvec v0.6.14 |
1960 | 2024-01-24T04:32:45.045Z | Checking pkcs1 v0.7.5 |
1961 | 2024-01-24T04:32:45.392Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1962 | 2024-01-24T04:32:45.712Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1963 | 2024-01-24T04:32:45.817Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1964 | 2024-01-24T04:32:45.856Z | Checking signature v2.1.0 |
1965 | 2024-01-24T04:32:46.129Z | Compiling toml v0.5.11 |
1966 | 2024-01-24T04:32:46.242Z | Compiling convert_case v0.4.0 |
1967 | 2024-01-24T04:32:46.835Z | Compiling topological-sort v0.2.2 |
1968 | 2024-01-24T04:32:46.969Z | Checking hashbrown v0.12.3 |
1969 | 2024-01-24T04:32:47.139Z | Checking bitfield v0.14.0 |
1970 | 2024-01-24T04:32:47.573Z | Compiling omicron-zone-package v0.10.1 |
1971 | 2024-01-24T04:32:47.830Z | Compiling derive_more v0.99.17 |
1972 | 2024-01-24T04:32:48.114Z | Checking rsa v0.9.2 |
1973 | 2024-01-24T04:32:49.596Z | Compiling rustfmt-wrapper v0.2.0 |
1974 | 2024-01-24T04:32:49.817Z | Checking serde-hex v0.1.0 |
1975 | 2024-01-24T04:32:50.625Z | Checking steno v0.4.0 |
1976 | 2024-01-24T04:32:51.756Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1977 | 2024-01-24T04:32:56.028Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1978 | 2024-01-24T04:32:56.454Z | Checking env_logger v0.10.0 |
1979 | 2024-01-24T04:32:56.454Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1980 | 2024-01-24T04:32:56.454Z | Checking x509-cert v0.2.4 |
1981 | 2024-01-24T04:32:56.454Z | Checking ron v0.8.1 |
1982 | 2024-01-24T04:32:56.455Z | Checking num-complex v0.4.4 |
1983 | 2024-01-24T04:32:56.963Z | Checking crc-any v2.4.3 |
1984 | 2024-01-24T04:32:57.055Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1985 | 2024-01-24T04:32:57.192Z | Checking num v0.4.1 |
1986 | 2024-01-24T04:32:57.222Z | Checking object v0.30.4 |
1987 | 2024-01-24T04:32:57.330Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1988 | 2024-01-24T04:32:57.338Z | Checking newline-converter v0.3.0 |
1989 | 2024-01-24T04:32:57.441Z | Checking path-slash v0.1.5 |
1990 | 2024-01-24T04:32:57.530Z | Checking utf-8 v0.7.6 |
1991 | 2024-01-24T04:32:57.584Z | Checking expectorate v1.1.0 |
1992 | 2024-01-24T04:32:57.638Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1993 | 2024-01-24T04:32:57.819Z | Compiling buf-list v1.0.3 |
1994 | 2024-01-24T04:32:57.837Z | Checking tungstenite v0.20.1 |
1995 | 2024-01-24T04:32:58.183Z | Checking display-error-chain v0.2.0 |
1996 | 2024-01-24T04:32:58.371Z | Compiling parking_lot_core v0.8.6 |
1997 | 2024-01-24T04:32:59.320Z | Checking keccak v0.1.4 |
1998 | 2024-01-24T04:32:59.357Z | Checking trust-dns-client v0.22.0 |
1999 | 2024-01-24T04:32:59.375Z | Checking tokio-tungstenite v0.20.1 |
2000 | 2024-01-24T04:32:59.664Z | Checking parking_lot v0.11.2 |
2001 | 2024-01-24T04:32:59.793Z | Checking sha3 v0.10.8 |
2002 | 2024-01-24T04:33:00.256Z | Checking secrecy v0.8.0 |
2003 | 2024-01-24T04:33:00.386Z | Checking sled v0.34.7 |
2004 | 2024-01-24T04:33:00.554Z | Checking pretty-hex v0.4.1 |
2005 | 2024-01-24T04:33:00.832Z | Checking glob v0.3.1 |
2006 | 2024-01-24T04:33:01.330Z | Compiling vte_generate_state_changes v0.1.1 |
2007 | 2024-01-24T04:33:01.370Z | Checking fd-lock v3.0.13 |
2008 | 2024-01-24T04:33:01.770Z | Compiling unicase v2.7.0 |
2009 | 2024-01-24T04:33:03.503Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2010 | 2024-01-24T04:33:03.669Z | Checking vte v0.11.1 |
2011 | 2024-01-24T04:33:03.669Z | Compiling platforms v3.0.2 |
2012 | 2024-01-24T04:33:03.669Z | Checking trust-dns-server v0.22.1 |
2013 | 2024-01-24T04:33:03.670Z | Checking crossbeam-deque v0.8.3 |
2014 | 2024-01-24T04:33:03.670Z | Compiling rayon-core v1.12.0 |
2015 | 2024-01-24T04:33:03.912Z | Checking nu-ansi-term v0.49.0 |
2016 | 2024-01-24T04:33:04.941Z | Checking globset v0.4.13 |
2017 | 2024-01-24T04:33:04.947Z | Checking olpc-cjson v0.1.3 |
2018 | 2024-01-24T04:33:05.083Z | Checking strip-ansi-escapes v0.2.0 |
2019 | 2024-01-24T04:33:05.181Z | Checking serde_plain v1.0.2 |
2020 | 2024-01-24T04:33:05.245Z | Compiling async-recursion v1.0.5 |
2021 | 2024-01-24T04:33:05.277Z | Checking reedline v0.28.0 |
2022 | 2024-01-24T04:33:05.307Z | Checking typed-path v0.7.0 |
2023 | 2024-01-24T04:33:05.549Z | Compiling curve25519-dalek v4.1.1 |
2024 | 2024-01-24T04:33:07.298Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2025 | 2024-01-24T04:33:07.642Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-01-24T04:33:07.764Z | Compiling memoffset v0.7.1 |
2027 | 2024-01-24T04:33:07.890Z | Compiling mime_guess v2.0.4 |
2028 | 2024-01-24T04:33:07.937Z | Checking rayon v1.8.0 |
2029 | 2024-01-24T04:33:08.930Z | Checking tough v0.16.0 |
2030 | 2024-01-24T04:33:08.934Z | Checking universal-hash v0.5.1 |
2031 | 2024-01-24T04:33:08.934Z | Compiling thiserror-impl-no-std v2.0.2 |
2032 | 2024-01-24T04:33:08.934Z | Compiling curve25519-dalek-derive v0.1.0 |
2033 | 2024-01-24T04:33:08.934Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2024-01-24T04:33:09.127Z | Checking opaque-debug v0.3.0 |
2035 | 2024-01-24T04:33:09.255Z | Checking poly1305 v0.8.0 |
2036 | 2024-01-24T04:33:10.131Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2037 | 2024-01-24T04:33:10.549Z | Checking chacha20 v0.9.1 |
2038 | 2024-01-24T04:33:10.587Z | Checking aead v0.5.2 |
2039 | 2024-01-24T04:33:10.912Z | Checking kstat-rs v0.2.3 |
2040 | 2024-01-24T04:33:11.115Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2041 | 2024-01-24T04:33:11.621Z | Compiling salty v0.2.0 |
2042 | 2024-01-24T04:33:11.621Z | Checking signature v1.6.4 |
2043 | 2024-01-24T04:33:11.802Z | Checking ed25519 v1.5.3 |
2044 | 2024-01-24T04:33:12.129Z | Checking chacha20poly1305 v0.10.1 |
2045 | 2024-01-24T04:33:12.392Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2046 | 2024-01-24T04:33:13.461Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2047 | 2024-01-24T04:33:13.831Z | Checking serde-big-array v0.5.1 |
2048 | 2024-01-24T04:33:14.156Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2049 | 2024-01-24T04:33:14.433Z | Checking bytecount v0.6.3 |
2050 | 2024-01-24T04:33:14.581Z | Checking thiserror-no-std v2.0.2 |
2051 | 2024-01-24T04:33:14.635Z | Checking papergrid v0.10.0 |
2052 | 2024-01-24T04:33:14.741Z | Checking vsss-rs v3.3.4 |
2053 | 2024-01-24T04:33:14.805Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2054 | 2024-01-24T04:33:15.599Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2055 | 2024-01-24T04:33:16.139Z | Compiling tabled_derive v0.6.0 |
2056 | 2024-01-24T04:33:16.223Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2057 | 2024-01-24T04:33:16.639Z | Checking signal-hook-tokio v0.3.1 |
2058 | 2024-01-24T04:33:16.883Z | Checking nix v0.26.4 |
2059 | 2024-01-24T04:33:16.946Z | Checking serde-big-array v0.4.1 |
2060 | 2024-01-24T04:33:17.023Z | Compiling sqlparser_derive v0.2.2 |
2061 | 2024-01-24T04:33:17.194Z | Checking unicode_categories v0.1.1 |
2062 | 2024-01-24T04:33:17.368Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2063 | 2024-01-24T04:33:17.694Z | Checking sqlformat v0.2.3 |
2064 | 2024-01-24T04:33:18.856Z | Checking sqlparser v0.41.0 |
2065 | 2024-01-24T04:33:19.085Z | Checking bcs v0.1.6 |
2066 | 2024-01-24T04:33:19.791Z | Checking highway v1.1.0 |
2067 | 2024-01-24T04:33:20.140Z | Checking rustyline v12.0.0 |
2068 | 2024-01-24T04:33:20.352Z | Compiling prettyplease v0.2.16 |
2069 | 2024-01-24T04:33:20.458Z | Checking corncobs v0.1.3 |
2070 | 2024-01-24T04:33:20.509Z | Checking tabled v0.14.0 |
2071 | 2024-01-24T04:33:20.733Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2072 | 2024-01-24T04:33:20.758Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2073 | 2024-01-24T04:33:20.822Z | Checking http-range v0.1.5 |
2074 | 2024-01-24T04:33:21.067Z | Checking hyper-staticfile v0.9.5 |
2075 | 2024-01-24T04:33:21.160Z | Compiling portable-atomic v1.4.3 |
2076 | 2024-01-24T04:33:21.706Z | Compiling crunchy v0.2.2 |
2077 | 2024-01-24T04:33:22.145Z | Compiling clang-sys v1.6.1 |
2078 | 2024-01-24T04:33:22.247Z | Compiling tiny-keccak v2.0.2 |
2079 | 2024-01-24T04:33:22.548Z | Checking humantime v2.1.0 |
2080 | 2024-01-24T04:33:22.709Z | Checking assert_matches v1.5.0 |
2081 | 2024-01-24T04:33:22.970Z | Compiling darling_core v0.14.4 |
2082 | 2024-01-24T04:33:23.030Z | Checking number_prefix v0.4.0 |
2083 | 2024-01-24T04:33:23.524Z | Compiling ena v0.14.2 |
2084 | 2024-01-24T04:33:24.199Z | Compiling ascii-canvas v3.0.0 |
2085 | 2024-01-24T04:33:24.323Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2086 | 2024-01-24T04:33:24.634Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2087 | 2024-01-24T04:33:24.737Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2088 | 2024-01-24T04:33:24.758Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2089 | 2024-01-24T04:33:24.902Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2090 | 2024-01-24T04:33:25.065Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2091 | 2024-01-24T04:33:25.559Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2092 | 2024-01-24T04:33:26.509Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2093 | 2024-01-24T04:33:29.855Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2094 | 2024-01-24T04:33:33.133Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2095 | 2024-01-24T04:33:33.297Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2096 | 2024-01-24T04:33:34.772Z | Compiling darling_macro v0.14.4 |
2097 | 2024-01-24T04:33:35.399Z | Checking indicatif v0.17.7 |
2098 | 2024-01-24T04:33:36.475Z | Compiling libloading v0.7.4 |
2099 | 2024-01-24T04:33:36.567Z | Compiling regex-syntax v0.6.29 |
2100 | 2024-01-24T04:33:36.982Z | Compiling bindgen v0.65.1 |
2101 | 2024-01-24T04:33:37.113Z | Compiling diff v0.1.13 |
2102 | 2024-01-24T04:33:38.259Z | Compiling darling v0.14.4 |
2103 | 2024-01-24T04:33:39.781Z | Compiling cexpr v0.6.0 |
2104 | 2024-01-24T04:33:41.997Z | Compiling which v4.4.0 |
2105 | 2024-01-24T04:33:42.784Z | Compiling lalrpop v0.19.12 |
2106 | 2024-01-24T04:33:42.963Z | Compiling fs-err v2.11.0 |
2107 | 2024-01-24T04:33:43.425Z | Compiling peeking_take_while v0.1.2 |
2108 | 2024-01-24T04:33:43.615Z | Checking maplit v1.0.2 |
2109 | 2024-01-24T04:33:43.771Z | Compiling shlex v1.3.0 |
2110 | 2024-01-24T04:33:44.474Z | Compiling rustc-hash v1.1.0 |
2111 | 2024-01-24T04:33:44.665Z | Compiling lazycell v1.3.0 |
2112 | 2024-01-24T04:33:44.944Z | Compiling ref-cast v1.0.20 |
2113 | 2024-01-24T04:33:46.633Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2024-01-24T04:33:47.550Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2024-01-24T04:33:50.474Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2116 | 2024-01-24T04:33:52.035Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2117 | 2024-01-24T04:33:52.304Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2118 | 2024-01-24T04:33:53.732Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2119 | 2024-01-24T04:33:56.191Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2120 | 2024-01-24T04:33:57.174Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2121 | 2024-01-24T04:33:59.830Z | Compiling derive_builder_core v0.12.0 |
2122 | 2024-01-24T04:33:59.843Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2123 | 2024-01-24T04:34:01.628Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2124 | 2024-01-24T04:34:02.363Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2125 | 2024-01-24T04:34:02.804Z | Compiling ref-cast-impl v1.0.20 |
2126 | 2024-01-24T04:34:03.592Z | Compiling libxml v0.3.3 |
2127 | 2024-01-24T04:34:04.193Z | Compiling derive_builder_macro v0.12.0 |
2128 | 2024-01-24T04:34:05.602Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2024-01-24T04:34:05.625Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2130 | 2024-01-24T04:34:06.232Z | Compiling strum_macros v0.24.3 |
2131 | 2024-01-24T04:34:13.073Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2132 | 2024-01-24T04:34:13.129Z | Compiling cookie v0.18.0 |
2133 | 2024-01-24T04:34:13.145Z | Checking parse-size v1.0.0 |
2134 | 2024-01-24T04:34:13.404Z | Compiling indoc v1.0.9 |
2135 | 2024-01-24T04:34:13.784Z | Checking derive_builder v0.12.0 |
2136 | 2024-01-24T04:34:14.557Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2137 | 2024-01-24T04:34:15.081Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2138 | 2024-01-24T04:34:15.110Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2139 | 2024-01-24T04:34:16.915Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2140 | 2024-01-24T04:34:17.098Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2141 | 2024-01-24T04:34:17.441Z | Checking bb8 v0.8.1 |
2142 | 2024-01-24T04:34:17.537Z | Checking quick-xml v0.23.1 |
2143 | 2024-01-24T04:34:17.998Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2144 | 2024-01-24T04:34:18.197Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2145 | 2024-01-24T04:34:19.011Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2146 | 2024-01-24T04:34:21.269Z | Compiling oso-derive v0.27.0 |
2147 | 2024-01-24T04:34:23.094Z | Compiling impl-trait-for-tuples v0.2.2 |
2148 | 2024-01-24T04:34:23.705Z | Checking smawk v0.3.1 |
2149 | 2024-01-24T04:34:23.718Z | Checking unicode-linebreak v0.1.5 |
2150 | 2024-01-24T04:34:23.808Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2151 | 2024-01-24T04:34:24.315Z | Checking textwrap v0.16.0 |
2152 | 2024-01-24T04:34:25.382Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2153 | 2024-01-24T04:34:25.630Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2154 | 2024-01-24T04:34:25.979Z | Checking cassowary v0.3.0 |
2155 | 2024-01-24T04:34:26.685Z | Compiling indoc v2.0.3 |
2156 | 2024-01-24T04:34:28.504Z | Checking is_ci v1.1.1 |
2157 | 2024-01-24T04:34:28.531Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2158 | 2024-01-24T04:34:28.644Z | Checking supports-color v2.1.0 |
2159 | 2024-01-24T04:34:28.937Z | Checking lru v0.12.1 |
2160 | 2024-01-24T04:34:29.370Z | Compiling stability v0.1.1 |
2161 | 2024-01-24T04:34:29.456Z | Checking itertools v0.11.0 |
2162 | 2024-01-24T04:34:30.409Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2163 | 2024-01-24T04:34:31.018Z | Checking ratatui v0.25.0 |
2164 | 2024-01-24T04:34:33.508Z | Checking rtoolbox v0.0.1 |
2165 | 2024-01-24T04:34:33.815Z | Checking rpassword v7.3.1 |
2166 | 2024-01-24T04:34:34.048Z | Checking ratatui v0.23.0 |
2167 | 2024-01-24T04:34:35.642Z | Checking tui-tree-widget v0.16.0 |
2168 | 2024-01-24T04:34:35.721Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-01-24T04:34:35.721Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2170 | 2024-01-24T04:34:36.083Z | Checking shell-words v1.1.0 |
2171 | 2024-01-24T04:34:36.363Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2172 | 2024-01-24T04:34:36.895Z | Checking fatfs v0.3.6 |
2173 | 2024-01-24T04:34:38.366Z | Checking yansi v0.5.1 |
2174 | 2024-01-24T04:34:38.616Z | Compiling target-lexicon v0.12.12 |
2175 | 2024-01-24T04:34:38.722Z | Checking plotters-backend v0.3.5 |
2176 | 2024-01-24T04:34:39.222Z | Checking pretty_assertions v1.4.0 |
2177 | 2024-01-24T04:34:39.222Z | Compiling guppy-workspace-hack v0.1.0 |
2178 | 2024-01-24T04:34:39.300Z | Checking plotters-svg v0.3.5 |
2179 | 2024-01-24T04:34:39.570Z | Checking http-body v1.0.0 |
2180 | 2024-01-24T04:34:39.611Z | Checking rand v0.4.6 |
2181 | 2024-01-24T04:34:39.872Z | Checking cast v0.3.0 |
2182 | 2024-01-24T04:34:40.387Z | Compiling target-spec v3.0.1 |
2183 | 2024-01-24T04:34:41.095Z | Checking remove_dir_all v0.5.3 |
2184 | 2024-01-24T04:34:41.230Z | Checking tower-layer v0.3.2 |
2185 | 2024-01-24T04:34:41.306Z | Checking tempdir v0.3.7 |
2186 | 2024-01-24T04:34:41.317Z | Checking cfg-expr v0.15.5 |
2187 | 2024-01-24T04:34:41.460Z | Checking criterion-plot v0.5.0 |
2188 | 2024-01-24T04:34:41.629Z | Checking tower v0.4.13 |
2189 | 2024-01-24T04:34:42.327Z | Checking hyper v1.1.0 |
2190 | 2024-01-24T04:34:42.749Z | Checking plotters v0.3.5 |
2191 | 2024-01-24T04:34:43.054Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2192 | 2024-01-24T04:34:43.363Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2193 | 2024-01-24T04:34:44.517Z | Checking tinytemplate v1.2.1 |
2194 | 2024-01-24T04:34:44.824Z | Checking cargo-platform v0.1.3 |
2195 | 2024-01-24T04:34:44.926Z | Checking oorandom v11.1.3 |
2196 | 2024-01-24T04:34:45.129Z | Checking anes v0.1.6 |
2197 | 2024-01-24T04:34:45.149Z | Checking hyper-util v0.1.2 |
2198 | 2024-01-24T04:34:45.282Z | Checking cargo_metadata v0.18.1 |
2199 | 2024-01-24T04:34:45.812Z | Checking criterion v0.5.1 |
2200 | 2024-01-24T04:34:46.295Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2201 | 2024-01-24T04:34:47.701Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2202 | 2024-01-24T04:34:47.909Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2203 | 2024-01-24T04:34:48.171Z | Checking assert_cmd v2.0.13 |
2204 | 2024-01-24T04:34:48.847Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2205 | 2024-01-24T04:34:49.643Z | error[E0107]: missing generics for struct `tui_tree_widget::TreeState` |
2206 | 2024-01-24T04:34:49.643Z | --> wicket/src/ui/panes/update.rs:151:17 |
2207 | 2024-01-24T04:34:49.643Z | | |
2208 | 2024-01-24T04:34:49.643Z | 151 | tree_state: TreeState, |
2209 | 2024-01-24T04:34:49.643Z | | ^^^^^^^^^ expected 1 generic argument |
2210 | 2024-01-24T04:34:49.643Z | | |
2211 | 2024-01-24T04:34:49.643Z | note: struct defined here, with 1 generic parameter: `Identifier` |
2212 | 2024-01-24T04:34:49.644Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.16.0/src/lib.rs:39:12 |
2213 | 2024-01-24T04:34:49.644Z | | |
2214 | 2024-01-24T04:34:49.644Z | 39 | pub struct TreeState<Identifier> { |
2215 | 2024-01-24T04:34:49.644Z | | ^^^^^^^^^ ---------- |
2216 | 2024-01-24T04:34:49.644Z | help: add missing generic argument |
2217 | 2024-01-24T04:34:49.644Z | | |
2218 | 2024-01-24T04:34:49.644Z | 151 | tree_state: TreeState<Identifier>, |
2219 | 2024-01-24T04:34:49.644Z | | ++++++++++++ |
2220 | 2024-01-24T04:34:49.644Z | |
2221 | 2024-01-24T04:34:49.951Z | error[E0107]: struct takes 1 generic argument but 0 generic arguments were supplied |
2222 | 2024-01-24T04:34:49.951Z | --> wicket/src/ui/panes/update.rs:152:16 |
2223 | 2024-01-24T04:34:49.952Z | | |
2224 | 2024-01-24T04:34:49.952Z | 152 | items: Vec<TreeItem<'static>>, |
2225 | 2024-01-24T04:34:49.952Z | | ^^^^^^^^ expected 1 generic argument |
2226 | 2024-01-24T04:34:49.952Z | | |
2227 | 2024-01-24T04:34:49.952Z | note: struct defined here, with 1 generic parameter: `Identifier` |
2228 | 2024-01-24T04:34:49.952Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.16.0/src/lib.rs:255:12 |
2229 | 2024-01-24T04:34:49.952Z | | |
2230 | 2024-01-24T04:34:49.952Z | 255 | pub struct TreeItem<'a, Identifier> { |
2231 | 2024-01-24T04:34:49.952Z | | ^^^^^^^^ ---------- |
2232 | 2024-01-24T04:34:49.952Z | help: add missing generic argument |
2233 | 2024-01-24T04:34:49.952Z | | |
2234 | 2024-01-24T04:34:49.952Z | 152 | items: Vec<TreeItem<'static, Identifier>>, |
2235 | 2024-01-24T04:34:49.952Z | | ++++++++++++ |
2236 | 2024-01-24T04:34:49.952Z | |
2237 | 2024-01-24T04:34:50.028Z | For more information about this error, try `rustc --explain E0107`. |
2238 | 2024-01-24T04:34:50.119Z | error: could not compile `wicket` (lib) due to 2 previous errors |
2239 | 2024-01-24T04:34:50.125Z | warning: build failed, waiting for other jobs to finish... |
2240 | 2024-01-24T04:36:36.150Z | Error: clippy failed: exit status: 101 |
2241 | 2024-01-24T04:36:36.437Z | |
2242 | 2024-01-24T04:36:36.437Z | real 8:27.863868001 |
2243 | 2024-01-24T04:36:36.437Z | user 48:18.009773929 |
2244 | 2024-01-24T04:36:36.437Z | sys 6:46.742017194 |
2245 | 2024-01-24T04:36:36.438Z | trap 1.915778643 |
2246 | 2024-01-24T04:36:36.438Z | tflt 2.390535799 |
2247 | 2024-01-24T04:36:36.438Z | dflt 4.466228542 |
2248 | 2024-01-24T04:36:36.438Z | kflt 0.018848143 |
2249 | 2024-01-24T04:36:36.438Z | lock 1:15:08.455778306 |
2250 | 2024-01-24T04:36:36.438Z | slp 2:19:54.281032417 |
2251 | 2024-01-24T04:36:36.438Z | lat 2:01.827879003 |
2252 | 2024-01-24T04:36:36.438Z | stop 4:23.138064524 |
2253 | 2024-01-24T04:36:36.438Z | process exited: duration 688198 ms, exit code 1 |
|
2254 | 2024-01-24T04:36:37.109Z | found 0 output files |