|
|
|
1 | 2023-11-22T04:10:24.371Z | job assigned to worker 01HFTKFFQFT6EJKNM0135ASW8A (queued for 1 m 49 s) |
|
2 | 2023-11-22T04:10:24.379Z | starting task 0: "setup" |
3 | 2023-11-22T04:10:24.434Z | ++ uname -s |
4 | 2023-11-22T04:10:24.437Z | + kern=SunOS |
5 | 2023-11-22T04:10:24.437Z | + case "$kern" in |
6 | 2023-11-22T04:10:24.437Z | + groupadd -g 12345 build |
7 | 2023-11-22T04:10:24.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-22T04:10:26.665Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-22T04:10:26.673Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-22T04:10:26.674Z | + home_fs=zfs |
11 | 2023-11-22T04:10:26.674Z | + [[ zfs == autofs ]] |
12 | 2023-11-22T04:10:26.674Z | + mkdir -p /home/build |
13 | 2023-11-22T04:10:26.674Z | + chown build:build /home/build /work |
14 | 2023-11-22T04:10:28.543Z | + chmod 0700 /home/build /work |
15 | 2023-11-22T04:10:28.546Z | process exited: duration 4166 ms, exit code 0 |
|
16 | 2023-11-22T04:10:28.559Z | starting task 1: "rust-toolchain" |
17 | 2023-11-22T04:10:28.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-22T04:10:28.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-22T04:10:29.000Z | info: downloading installer |
20 | 2023-11-22T04:10:30.689Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-22T04:10:30.689Z | warning: /opt/ooce/bin |
22 | 2023-11-22T04:10:30.689Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-22T04:10:30.689Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-22T04:10:30.689Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-22T04:10:30.690Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-22T04:10:30.690Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-22T04:10:30.698Z | error: cannot install while Rust is installed |
28 | 2023-11-22T04:10:30.698Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-22T04:10:30.813Z | info: profile set to 'default' |
30 | 2023-11-22T04:10:30.813Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-22T04:10:30.828Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-22T04:10:31.269Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-22T04:10:31.269Z | info: downloading component 'cargo' |
34 | 2023-11-22T04:10:31.648Z | info: downloading component 'clippy' |
35 | 2023-11-22T04:10:31.893Z | info: downloading component 'rust-docs' |
36 | 2023-11-22T04:10:32.771Z | info: downloading component 'rust-std' |
37 | 2023-11-22T04:10:34.257Z | info: downloading component 'rustc' |
38 | 2023-11-22T04:10:37.834Z | info: downloading component 'rustfmt' |
39 | 2023-11-22T04:10:38.057Z | info: installing component 'cargo' |
40 | 2023-11-22T04:10:39.458Z | info: installing component 'clippy' |
41 | 2023-11-22T04:10:40.047Z | info: installing component 'rust-docs' |
42 | 2023-11-22T04:10:42.771Z | info: installing component 'rust-std' |
43 | 2023-11-22T04:10:47.516Z | info: installing component 'rustc' |
44 | 2023-11-22T04:10:58.105Z | info: installing component 'rustfmt' |
45 | 2023-11-22T04:10:58.722Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-22T04:10:58.722Z | |
47 | 2023-11-22T04:10:58.857Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-22T04:10:58.857Z | |
49 | 2023-11-22T04:10:58.868Z | |
50 | 2023-11-22T04:10:58.868Z | Rust is installed now. Great! |
51 | 2023-11-22T04:10:58.868Z | |
52 | 2023-11-22T04:10:58.868Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-22T04:10:58.868Z | environment variable. This has not been done automatically. |
54 | 2023-11-22T04:10:58.868Z | |
55 | 2023-11-22T04:10:58.868Z | To configure your current shell, run: |
56 | 2023-11-22T04:10:58.868Z | source "$HOME/.cargo/env" |
57 | 2023-11-22T04:10:58.955Z | + rustc --version |
58 | 2023-11-22T04:10:59.132Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-22T04:10:59.135Z | process exited: duration 30519 ms, exit code 0 |
|
60 | 2023-11-22T04:10:59.141Z | starting task 2: "authentication" |
61 | 2023-11-22T04:10:59.175Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-22T04:10:59.181Z | starting task 3: "clone repository" |
63 | 2023-11-22T04:10:59.188Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-22T04:10:59.191Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-22T04:10:59.297Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-22T04:11:05.556Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-22T04:11:05.556Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
68 | 2023-11-22T04:11:05.561Z | + git fetch origin renovate/hyper-staticfile-0.x |
69 | 2023-11-22T04:11:05.561Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-22T04:11:05.561Z | * branch renovate/hyper-staticfile-0.x -> FETCH_HEAD |
71 | 2023-11-22T04:11:05.561Z | + git checkout -B renovate/hyper-staticfile-0.x remotes/origin/renovate/hyper-staticfile-0.x |
72 | 2023-11-22T04:11:05.644Z | Switched to a new branch 'renovate/hyper-staticfile-0.x' |
73 | 2023-11-22T04:11:05.650Z | branch 'renovate/hyper-staticfile-0.x' set up to track 'origin/renovate/hyper-staticfile-0.x'. |
74 | 2023-11-22T04:11:05.652Z | + git reset --hard 821e3664b5207e92b5d4dc1de2a8f5dd9086ac1d |
75 | 2023-11-22T04:11:05.801Z | HEAD is now at 821e3664 Update Rust crate hyper-staticfile to 0.10.0 |
76 | 2023-11-22T04:11:05.805Z | process exited: duration 6623 ms, exit code 0 |
|
77 | 2023-11-22T04:11:05.815Z | starting task 4: "build" |
78 | 2023-11-22T04:11:05.823Z | + cargo --version |
79 | 2023-11-22T04:11:05.829Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-22T04:11:06.052Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-22T04:11:06.061Z | info: downloading component 'cargo' |
82 | 2023-11-22T04:11:06.866Z | info: downloading component 'clippy' |
83 | 2023-11-22T04:11:07.160Z | info: downloading component 'rust-docs' |
84 | 2023-11-22T04:11:08.209Z | info: downloading component 'rust-std' |
85 | 2023-11-22T04:11:09.893Z | info: downloading component 'rustc' |
86 | 2023-11-22T04:11:14.574Z | info: downloading component 'rustfmt' |
87 | 2023-11-22T04:11:14.832Z | info: installing component 'cargo' |
88 | 2023-11-22T04:11:16.035Z | info: installing component 'clippy' |
89 | 2023-11-22T04:11:16.536Z | info: installing component 'rust-docs' |
90 | 2023-11-22T04:11:19.257Z | info: installing component 'rust-std' |
91 | 2023-11-22T04:11:21.778Z | info: installing component 'rustc' |
92 | 2023-11-22T04:11:27.957Z | info: installing component 'rustfmt' |
93 | 2023-11-22T04:11:28.670Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-22T04:11:28.687Z | + rustc --version |
95 | 2023-11-22T04:11:28.687Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-22T04:11:28.687Z | ++ git rev-parse HEAD |
97 | 2023-11-22T04:11:28.687Z | + COMMIT=821e3664b5207e92b5d4dc1de2a8f5dd9086ac1d |
98 | 2023-11-22T04:11:28.687Z | + VERSION=1.0.4-0.ci+git821e3664b52 |
99 | 2023-11-22T04:11:28.687Z | + echo 1.0.4-0.ci+git821e3664b52 |
100 | 2023-11-22T04:11:28.687Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-22T04:11:39.182Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-22T04:11:40.181Z | Startup: Caching catalogs ... Done |
103 | 2023-11-22T04:11:45.624Z | Planning: Solver setup ... Done (5.086s) |
104 | 2023-11-22T04:11:45.752Z | Planning: Running solver ... Done (0.128s) |
105 | 2023-11-22T04:11:45.812Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-22T04:11:46.248Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-22T04:11:46.528Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-22T04:11:46.604Z | Planning: Package planning ... Done (0.081s) |
109 | 2023-11-22T04:11:46.690Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-11-22T04:11:47.432Z | Planning: Checking for conflicting actions ... Done (0.742s) |
111 | 2023-11-22T04:11:47.451Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-22T04:11:51.302Z | Planning: Evaluating mediators ... Done (3.852s) |
113 | 2023-11-22T04:11:51.317Z | Planning: Planning completed in 11.08 seconds |
114 | 2023-11-22T04:11:53.098Z | Packages to install: 4 |
115 | 2023-11-22T04:11:53.098Z | Mediators to change: 2 |
116 | 2023-11-22T04:11:53.098Z | Services to change: 1 |
117 | 2023-11-22T04:11:53.571Z | Estimated space available: 148.90 GB |
118 | 2023-11-22T04:11:53.571Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-22T04:11:53.571Z | Create boot environment: No |
120 | 2023-11-22T04:11:53.571Z | Create backup boot environment: No |
121 | 2023-11-22T04:11:53.571Z | Rebuild boot archive: No |
122 | 2023-11-22T04:11:53.571Z | |
123 | 2023-11-22T04:11:53.572Z | Changed mediators: |
124 | 2023-11-22T04:11:53.572Z | mediator clang: |
125 | 2023-11-22T04:11:53.572Z | version: None -> 15 (system default) |
126 | 2023-11-22T04:11:53.572Z | |
127 | 2023-11-22T04:11:53.572Z | mediator llvm: |
128 | 2023-11-22T04:11:53.572Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-22T04:11:53.572Z | |
130 | 2023-11-22T04:11:53.572Z | Changed packages: |
131 | 2023-11-22T04:11:53.574Z | helios-dev |
132 | 2023-11-22T04:11:53.574Z | developer/build-essential |
133 | 2023-11-22T04:11:53.574Z | None -> 11-2.0 |
134 | 2023-11-22T04:11:53.574Z | library/libxmlsec1 |
135 | 2023-11-22T04:11:53.574Z | None -> 1.2.35-2.0 |
136 | 2023-11-22T04:11:53.574Z | ooce/developer/clang-15 |
137 | 2023-11-22T04:11:53.574Z | None -> 15.0.7-2.0 |
138 | 2023-11-22T04:11:53.574Z | ooce/developer/llvm-15 |
139 | 2023-11-22T04:11:53.574Z | None -> 15.0.7-2.0 |
140 | 2023-11-22T04:11:53.574Z | |
141 | 2023-11-22T04:11:53.574Z | Services: |
142 | 2023-11-22T04:11:53.574Z | restart_fmri: |
143 | 2023-11-22T04:11:53.574Z | svc:/system/update-man-index:default |
144 | 2023-11-22T04:11:53.574Z | |
145 | 2023-11-22T04:11:53.574Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-22T04:11:58.284Z | Download: 329/3290 items 16.1/212.6MB 7% complete (3.3M/s) |
147 | 2023-11-22T04:12:03.290Z | Download: 1070/3290 items 19.7/212.6MB 9% complete (2.0M/s) |
148 | 2023-11-22T04:12:15.994Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
149 | 2023-11-22T04:12:20.999Z | Download: 1886/3290 items 118.5/212.6MB 55% complete (7.2M/s) |
150 | 2023-11-22T04:12:26.323Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.9M/s) |
151 | 2023-11-22T04:12:31.451Z | Download: 3281/3290 items 209.4/212.6MB 98% complete (9.0M/s) |
152 | 2023-11-22T04:12:31.960Z | Download: Completed 212.60 MB in 38.68 seconds (5.5M/s) |
153 | 2023-11-22T04:12:32.709Z | Actions: 1/3687 actions (Installing new actions) |
154 | 2023-11-22T04:12:37.754Z | Actions: 2065/3687 actions (Installing new actions) |
155 | 2023-11-22T04:12:40.663Z | Actions: Completed 3687 actions in 7.95 seconds. |
156 | 2023-11-22T04:12:40.760Z | Done (0.089s) |
157 | 2023-11-22T04:12:40.760Z | Done (0.000s) |
158 | 2023-11-22T04:12:40.982Z | Done (0.225s) |
159 | 2023-11-22T04:12:48.310Z | Done (7.216s) |
160 | 2023-11-22T04:12:48.497Z | Done (0.088s) |
161 | 2023-11-22T04:12:48.500Z | Done (0.000s) |
162 | 2023-11-22T04:12:48.713Z | Done (0.000s) |
163 | 2023-11-22T04:12:49.458Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-11-22T04:12:49.762Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-11-22T04:12:49.772Z | Planning: Consolidating action changes ... Done |
166 | 2023-11-22T04:12:50.194Z | Planning: Evaluating mediators ... Done |
167 | 2023-11-22T04:12:50.206Z | Planning: Planning completed in 0.73 seconds |
168 | 2023-11-22T04:12:50.251Z | Mediators to change: 2 |
169 | 2023-11-22T04:12:50.251Z | Create boot environment: No |
170 | 2023-11-22T04:12:50.263Z | Create backup boot environment: No |
171 | 2023-11-22T04:12:50.347Z | Done |
172 | 2023-11-22T04:12:50.347Z | Done |
173 | 2023-11-22T04:12:50.494Z | Done |
174 | 2023-11-22T04:12:56.369Z | Done |
175 | 2023-11-22T04:12:56.494Z | Done |
176 | 2023-11-22T04:12:56.909Z | Done |
177 | 2023-11-22T04:12:56.912Z | Done |
178 | 2023-11-22T04:12:57.581Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-11-22T04:12:57.586Z | Planning: Merging actions ... Done |
180 | 2023-11-22T04:12:57.918Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-11-22T04:12:57.922Z | Planning: Consolidating action changes ... Done |
182 | 2023-11-22T04:12:58.345Z | Planning: Evaluating mediators ... Done |
183 | 2023-11-22T04:12:58.438Z | Planning: Planning completed in 1.29 seconds |
184 | 2023-11-22T04:12:58.494Z | Packages to change: 1 |
185 | 2023-11-22T04:12:58.494Z | Mediators to change: 1 |
186 | 2023-11-22T04:12:58.499Z | Services to change: 1 |
187 | 2023-11-22T04:12:58.499Z | Create boot environment: No |
188 | 2023-11-22T04:12:58.499Z | Create backup boot environment: Yes |
189 | 2023-11-22T04:13:00.369Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2023-11-22T04:13:00.372Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2023-11-22T04:13:00.372Z | Done |
192 | 2023-11-22T04:13:00.372Z | Done |
193 | 2023-11-22T04:13:00.469Z | Done |
194 | 2023-11-22T04:13:06.326Z | Done |
195 | 2023-11-22T04:13:06.455Z | Done |
196 | 2023-11-22T04:13:06.461Z | Done |
197 | 2023-11-22T04:13:06.544Z | Done |
198 | 2023-11-22T04:13:07.227Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2023-11-22T04:13:07.227Z | clang system 15 system |
200 | 2023-11-22T04:13:07.227Z | csh system system illumos |
201 | 2023-11-22T04:13:07.227Z | ctags system system illumos |
202 | 2023-11-22T04:13:07.227Z | gcc vendor 12 vendor |
203 | 2023-11-22T04:13:07.227Z | gcc system 10 system |
204 | 2023-11-22T04:13:07.227Z | gcc system 7 system |
205 | 2023-11-22T04:13:07.227Z | go system 1.20 system |
206 | 2023-11-22T04:13:07.227Z | go system 1.19 system |
207 | 2023-11-22T04:13:07.227Z | llvm system 15 system |
208 | 2023-11-22T04:13:07.227Z | llvm system 14 system |
209 | 2023-11-22T04:13:07.227Z | mariadb system 10.6 system |
210 | 2023-11-22T04:13:07.227Z | mta vendor vendor dma |
211 | 2023-11-22T04:13:07.227Z | openjdk system 17 system |
212 | 2023-11-22T04:13:07.227Z | openjdk system 11 system |
213 | 2023-11-22T04:13:07.227Z | openjdk system 1.8 system |
214 | 2023-11-22T04:13:07.227Z | openssl vendor 3 vendor |
215 | 2023-11-22T04:13:07.227Z | perl system 5.36 system |
216 | 2023-11-22T04:13:07.228Z | postgresql system 15 system |
217 | 2023-11-22T04:13:07.228Z | postgresql system 13 system |
218 | 2023-11-22T04:13:07.228Z | python vendor 3 vendor |
219 | 2023-11-22T04:13:07.228Z | python system 2 system |
220 | 2023-11-22T04:13:07.228Z | python3 system 3.11 system |
221 | 2023-11-22T04:13:07.228Z | ruby system 3.0 system |
222 | 2023-11-22T04:13:07.228Z | words vendor vendor american-english |
223 | 2023-11-22T04:13:07.228Z | words system system australian-english |
224 | 2023-11-22T04:13:07.228Z | words system system british-english |
225 | 2023-11-22T04:13:07.228Z | words system system canadian-english |
226 | 2023-11-22T04:13:07.228Z | words system system french |
227 | 2023-11-22T04:13:07.230Z | words system system italian |
228 | 2023-11-22T04:13:07.230Z | words system system ngerman |
229 | 2023-11-22T04:13:07.230Z | words system system ogerman |
230 | 2023-11-22T04:13:07.230Z | words system system spanish |
231 | 2023-11-22T04:13:07.764Z | FMRI IFO |
232 | 2023-11-22T04:13:07.764Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2023-11-22T04:13:07.765Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2023-11-22T04:13:07.765Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2023-11-22T04:13:07.765Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
236 | 2023-11-22T04:13:07.765Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2023-11-22T04:13:07.765Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
238 | 2023-11-22T04:13:07.848Z | + set -o errexit |
239 | 2023-11-22T04:13:07.859Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2023-11-22T04:13:07.859Z | ++ cd ./tools |
241 | 2023-11-22T04:13:07.859Z | ++ pwd |
242 | 2023-11-22T04:13:07.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2023-11-22T04:13:07.859Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2023-11-22T04:13:07.859Z | + ARG0=ci_download_cockroachdb |
245 | 2023-11-22T04:13:07.859Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2023-11-22T04:13:07.859Z | + CIDL_VERSION=v22.1.9 |
247 | 2023-11-22T04:13:07.859Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2023-11-22T04:13:07.859Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
249 | 2023-11-22T04:13:07.859Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
250 | 2023-11-22T04:13:07.859Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-11-22T04:13:07.859Z | + TARGET_DIR=out |
252 | 2023-11-22T04:13:07.859Z | + DOWNLOAD_DIR=out/downloads |
253 | 2023-11-22T04:13:07.861Z | + DEST_DIR=./out/cockroachdb |
254 | 2023-11-22T04:13:07.861Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2023-11-22T04:13:07.861Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2023-11-22T04:13:07.861Z | + main |
257 | 2023-11-22T04:13:07.861Z | + [[ 0 != 0 ]] |
258 | 2023-11-22T04:13:07.861Z | + CIDL_OS=solaris2.11 |
259 | 2023-11-22T04:13:07.861Z | + [[ 0 != 0 ]] |
260 | 2023-11-22T04:13:07.861Z | + configure_os solaris2.11 |
261 | 2023-11-22T04:13:07.861Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2023-11-22T04:13:07.861Z | current directory: /work/oxidecomputer/omicron |
263 | 2023-11-22T04:13:07.861Z | configuring based on OS: "solaris2.11" |
264 | 2023-11-22T04:13:07.862Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-11-22T04:13:07.862Z | + case "$1" in |
266 | 2023-11-22T04:13:07.862Z | + CIDL_BUILD=illumos |
267 | 2023-11-22T04:13:07.862Z | + CIDL_SUFFIX=tar.gz |
268 | 2023-11-22T04:13:07.862Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-22T04:13:07.862Z | + CIDL_MD5FUNC=do_md5sum |
270 | 2023-11-22T04:13:07.862Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2023-11-22T04:13:07.862Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2023-11-22T04:13:07.862Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2023-11-22T04:13:07.862Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-22T04:13:07.862Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-22T04:13:07.862Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2023-11-22T04:13:07.862Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-22T04:13:07.862Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-22T04:13:07.862Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-22T04:13:07.862Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-22T04:13:07.871Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-11-22T04:13:07.871Z | + mkdir -p out/downloads |
282 | 2023-11-22T04:13:07.882Z | + mkdir -p ./out/cockroachdb |
283 | 2023-11-22T04:13:07.882Z | + local DO_DOWNLOAD=true |
284 | 2023-11-22T04:13:07.882Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2023-11-22T04:13:07.882Z | + '[' true == true ']' |
286 | 2023-11-22T04:13:07.882Z | + echo Downloading... |
287 | 2023-11-22T04:13:07.882Z | Downloading... |
288 | 2023-11-22T04:13:07.882Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-22T04:13:07.882Z | + 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 |
290 | 2023-11-22T04:13:12.230Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-22T04:13:12.233Z | ++ md5sum |
292 | 2023-11-22T04:13:12.233Z | ++ awk '{print $1}' |
293 | 2023-11-22T04:13:12.415Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
294 | 2023-11-22T04:13:12.415Z | + [[ 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 ]] |
295 | 2023-11-22T04:13:12.415Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-22T04:13:12.420Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2023-11-22T04:13:15.740Z | + do_assemble_illumos |
298 | 2023-11-22T04:13:15.740Z | + rm -r ./out/cockroachdb |
299 | 2023-11-22T04:13:15.743Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2023-11-22T04:13:16.447Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2023-11-22T04:13:16.752Z | Build Tag: v22.1.9-dirty |
302 | 2023-11-22T04:13:16.752Z | Build Time: 2022/10/26 21:17:46 |
303 | 2023-11-22T04:13:16.752Z | Distribution: OSS |
304 | 2023-11-22T04:13:16.752Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2023-11-22T04:13:16.752Z | Go Version: go1.17.13 |
306 | 2023-11-22T04:13:16.752Z | C Compiler: gcc 10.3.0 |
307 | 2023-11-22T04:13:16.752Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2023-11-22T04:13:16.752Z | Build Type: release |
309 | 2023-11-22T04:13:16.782Z | + set -o errexit |
310 | 2023-11-22T04:13:16.784Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2023-11-22T04:13:16.787Z | ++ cd ./tools |
312 | 2023-11-22T04:13:16.787Z | ++ pwd |
313 | 2023-11-22T04:13:16.787Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2023-11-22T04:13:16.790Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2023-11-22T04:13:16.790Z | + ARG0=ci_download_clickhouse |
316 | 2023-11-22T04:13:16.790Z | + TARGET_DIR=out |
317 | 2023-11-22T04:13:16.790Z | + DOWNLOAD_DIR=out/downloads |
318 | 2023-11-22T04:13:16.791Z | + DEST_DIR=./out/clickhouse |
319 | 2023-11-22T04:13:16.791Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2023-11-22T04:13:16.791Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2023-11-22T04:13:16.791Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2023-11-22T04:13:16.791Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2023-11-22T04:13:16.791Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-11-22T04:13:16.791Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2023-11-22T04:13:16.794Z | + main |
326 | 2023-11-22T04:13:16.794Z | + [[ 0 != 0 ]] |
327 | 2023-11-22T04:13:16.795Z | + CIDL_OS=solaris2.11 |
328 | 2023-11-22T04:13:16.795Z | + [[ 0 != 0 ]] |
329 | 2023-11-22T04:13:16.795Z | + configure_os solaris2.11 |
330 | 2023-11-22T04:13:16.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2023-11-22T04:13:16.795Z | current directory: /work/oxidecomputer/omicron |
332 | 2023-11-22T04:13:16.795Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2023-11-22T04:13:16.795Z | + CIDL_DASHREV= |
334 | 2023-11-22T04:13:16.795Z | configuring based on OS: "solaris2.11" |
335 | 2023-11-22T04:13:16.795Z | + case "$1" in |
336 | 2023-11-22T04:13:16.795Z | + CIDL_PLATFORM=illumos |
337 | 2023-11-22T04:13:16.795Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-11-22T04:13:16.795Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2023-11-22T04:13:16.795Z | + CIDL_DASHREV=-1 |
340 | 2023-11-22T04:13:16.795Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2023-11-22T04:13:16.795Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-22T04:13:16.795Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-22T04:13:16.795Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-22T04:13:16.795Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-22T04:13:16.795Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-22T04:13:16.795Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-11-22T04:13:16.795Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-11-22T04:13:16.795Z | + mkdir -p out/downloads |
349 | 2023-11-22T04:13:16.795Z | + mkdir -p ./out/clickhouse |
350 | 2023-11-22T04:13:16.798Z | + local DO_DOWNLOAD=true |
351 | 2023-11-22T04:13:16.798Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2023-11-22T04:13:16.798Z | + '[' true == true ']' |
353 | 2023-11-22T04:13:16.798Z | + echo Downloading... |
354 | 2023-11-22T04:13:16.798Z | Downloading... |
355 | 2023-11-22T04:13:16.798Z | + 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 |
356 | 2023-11-22T04:13:16.798Z | + 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 |
357 | 2023-11-22T04:13:18.579Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-22T04:13:18.582Z | ++ md5sum |
359 | 2023-11-22T04:13:18.582Z | ++ awk '{print $1}' |
360 | 2023-11-22T04:13:18.842Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-11-22T04:13:18.842Z | + [[ 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 ]] |
362 | 2023-11-22T04:13:18.842Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2023-11-22T04:13:18.845Z | + mkdir -p ./out/clickhouse |
364 | 2023-11-22T04:13:18.845Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2023-11-22T04:13:23.642Z | + ./out/clickhouse/clickhouse server --version |
366 | 2023-11-22T04:13:23.697Z | ClickHouse server version 22.8.9.1. |
367 | 2023-11-22T04:13:23.721Z | + set -o errexit |
368 | 2023-11-22T04:13:23.724Z | +++ dirname ./tools/ci_download_console |
369 | 2023-11-22T04:13:23.727Z | ++ cd ./tools |
370 | 2023-11-22T04:13:23.727Z | ++ pwd |
371 | 2023-11-22T04:13:23.727Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2023-11-22T04:13:23.729Z | ++ basename ./tools/ci_download_console |
373 | 2023-11-22T04:13:23.729Z | + ARG0=ci_download_console |
374 | 2023-11-22T04:13:23.729Z | + TARGET_DIR=out |
375 | 2023-11-22T04:13:23.729Z | + DOWNLOAD_DIR=out/downloads |
376 | 2023-11-22T04:13:23.729Z | + DEST_DIR=./out/console-assets |
377 | 2023-11-22T04:13:23.729Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2023-11-22T04:13:23.729Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
379 | 2023-11-22T04:13:23.729Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
380 | 2023-11-22T04:13:23.729Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
381 | 2023-11-22T04:13:23.729Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2023-11-22T04:13:23.734Z | + main |
383 | 2023-11-22T04:13:23.734Z | + [[ 0 != 0 ]] |
384 | 2023-11-22T04:13:23.734Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
385 | 2023-11-22T04:13:23.734Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
386 | 2023-11-22T04:13:23.734Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2023-11-22T04:13:23.734Z | Local file: out/downloads/console.tar.gz |
388 | 2023-11-22T04:13:23.734Z | + local DO_DOWNLOAD=true |
389 | 2023-11-22T04:13:23.734Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2023-11-22T04:13:23.734Z | + mkdir -p out/downloads |
391 | 2023-11-22T04:13:23.734Z | + '[' true == true ']' |
392 | 2023-11-22T04:13:23.734Z | + echo Downloading... |
393 | 2023-11-22T04:13:23.734Z | Downloading... |
394 | 2023-11-22T04:13:23.734Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
395 | 2023-11-22T04:13:23.734Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
396 | 2023-11-22T04:13:24.465Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2023-11-22T04:13:24.473Z | ++ case "$OSTYPE" in |
398 | 2023-11-22T04:13:24.473Z | ++ SHA=sha256sum |
399 | 2023-11-22T04:13:24.473Z | ++ sha256sum |
400 | 2023-11-22T04:13:24.473Z | ++ awk '{print $1}' |
401 | 2023-11-22T04:13:24.502Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
402 | 2023-11-22T04:13:24.502Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
403 | 2023-11-22T04:13:24.510Z | + rm -rf ./out/console-assets |
404 | 2023-11-22T04:13:24.510Z | + mkdir -p ./out/console-assets |
405 | 2023-11-22T04:13:24.510Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2023-11-22T04:13:24.510Z | + mkdir -p ./out/console-assets |
407 | 2023-11-22T04:13:24.510Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2023-11-22T04:13:24.632Z | + set -o errexit |
409 | 2023-11-22T04:13:24.634Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2023-11-22T04:13:24.637Z | ++ cd ./tools |
411 | 2023-11-22T04:13:24.637Z | ++ pwd |
412 | 2023-11-22T04:13:24.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2023-11-22T04:13:24.641Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2023-11-22T04:13:24.641Z | + ARG0=ci_download_maghemite_openapi |
415 | 2023-11-22T04:13:24.641Z | + TARGET_DIR=out |
416 | 2023-11-22T04:13:24.641Z | + DOWNLOAD_DIR=out/downloads |
417 | 2023-11-22T04:13:24.641Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
418 | 2023-11-22T04:13:24.641Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
419 | 2023-11-22T04:13:24.641Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-11-22T04:13:24.641Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
421 | 2023-11-22T04:13:24.641Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
422 | 2023-11-22T04:13:24.641Z | + main |
423 | 2023-11-22T04:13:24.641Z | + [[ 0 != 0 ]] |
424 | 2023-11-22T04:13:24.641Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
425 | 2023-11-22T04:13:24.641Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
426 | 2023-11-22T04:13:24.641Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
427 | 2023-11-22T04:13:24.641Z | + local DO_DOWNLOAD=true |
428 | 2023-11-22T04:13:24.641Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
429 | 2023-11-22T04:13:24.641Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
430 | 2023-11-22T04:13:24.641Z | + mkdir -p out/downloads |
431 | 2023-11-22T04:13:24.644Z | + '[' true == true ']' |
432 | 2023-11-22T04:13:24.644Z | + echo Downloading... |
433 | 2023-11-22T04:13:24.644Z | Downloading... |
434 | 2023-11-22T04:13:24.644Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
435 | 2023-11-22T04:13:24.644Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
436 | 2023-11-22T04:13:25.361Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
437 | 2023-11-22T04:13:25.361Z | ++ case "$OSTYPE" in |
438 | 2023-11-22T04:13:25.364Z | ++ SHA=sha256sum |
439 | 2023-11-22T04:13:25.364Z | ++ sha256sum |
440 | 2023-11-22T04:13:25.364Z | ++ awk '{print $1}' |
441 | 2023-11-22T04:13:25.367Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-11-22T04:13:25.367Z | + [[ 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 ]] |
443 | 2023-11-22T04:13:25.367Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
444 | 2023-11-22T04:13:25.371Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
445 | 2023-11-22T04:13:25.371Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
446 | 2023-11-22T04:13:25.371Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
447 | 2023-11-22T04:13:25.371Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
448 | 2023-11-22T04:13:25.371Z | + main |
449 | 2023-11-22T04:13:25.371Z | + [[ 0 != 0 ]] |
450 | 2023-11-22T04:13:25.371Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
451 | 2023-11-22T04:13:25.371Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
452 | 2023-11-22T04:13:25.371Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
453 | 2023-11-22T04:13:25.371Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
454 | 2023-11-22T04:13:25.371Z | + local DO_DOWNLOAD=true |
455 | 2023-11-22T04:13:25.371Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
456 | 2023-11-22T04:13:25.372Z | + mkdir -p out/downloads |
457 | 2023-11-22T04:13:25.372Z | + '[' true == true ']' |
458 | 2023-11-22T04:13:25.372Z | + echo Downloading... |
459 | 2023-11-22T04:13:25.372Z | Downloading... |
460 | 2023-11-22T04:13:25.372Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
461 | 2023-11-22T04:13:25.372Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
462 | 2023-11-22T04:13:25.545Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
463 | 2023-11-22T04:13:25.548Z | ++ case "$OSTYPE" in |
464 | 2023-11-22T04:13:25.548Z | ++ SHA=sha256sum |
465 | 2023-11-22T04:13:25.548Z | ++ sha256sum |
466 | 2023-11-22T04:13:25.548Z | ++ awk '{print $1}' |
467 | 2023-11-22T04:13:25.551Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
468 | 2023-11-22T04:13:25.551Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
469 | 2023-11-22T04:13:25.561Z | + set -o errexit |
470 | 2023-11-22T04:13:25.563Z | +++ dirname ./tools/ci_download_dendrite_openapi |
471 | 2023-11-22T04:13:25.566Z | ++ cd ./tools |
472 | 2023-11-22T04:13:25.566Z | ++ pwd |
473 | 2023-11-22T04:13:25.566Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2023-11-22T04:13:25.569Z | ++ basename ./tools/ci_download_dendrite_openapi |
475 | 2023-11-22T04:13:25.569Z | + ARG0=ci_download_dendrite_openapi |
476 | 2023-11-22T04:13:25.569Z | + TARGET_DIR=out |
477 | 2023-11-22T04:13:25.569Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-11-22T04:13:25.569Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2023-11-22T04:13:25.569Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
480 | 2023-11-22T04:13:25.569Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
481 | 2023-11-22T04:13:25.569Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
482 | 2023-11-22T04:13:25.573Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
483 | 2023-11-22T04:13:25.573Z | + main |
484 | 2023-11-22T04:13:25.573Z | + [[ 0 != 0 ]] |
485 | 2023-11-22T04:13:25.573Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
486 | 2023-11-22T04:13:25.573Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
487 | 2023-11-22T04:13:25.573Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
488 | 2023-11-22T04:13:25.573Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
489 | 2023-11-22T04:13:25.573Z | + local DO_DOWNLOAD=true |
490 | 2023-11-22T04:13:25.573Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
491 | 2023-11-22T04:13:25.573Z | + mkdir -p out/downloads |
492 | 2023-11-22T04:13:25.573Z | + '[' true == true ']' |
493 | 2023-11-22T04:13:25.573Z | + echo Downloading... |
494 | 2023-11-22T04:13:25.573Z | Downloading... |
495 | 2023-11-22T04:13:25.573Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
496 | 2023-11-22T04:13:25.573Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
497 | 2023-11-22T04:13:25.717Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
498 | 2023-11-22T04:13:25.717Z | ++ case "$OSTYPE" in |
499 | 2023-11-22T04:13:25.720Z | ++ SHA=sha256sum |
500 | 2023-11-22T04:13:25.720Z | ++ sha256sum |
501 | 2023-11-22T04:13:25.720Z | ++ awk '{print $1}' |
502 | 2023-11-22T04:13:25.724Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
503 | 2023-11-22T04:13:25.724Z | + [[ 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 ]] |
504 | 2023-11-22T04:13:25.734Z | + set -o errexit |
505 | 2023-11-22T04:13:25.737Z | +++ dirname ./tools/ci_download_dendrite_stub |
506 | 2023-11-22T04:13:25.740Z | ++ cd ./tools |
507 | 2023-11-22T04:13:25.740Z | ++ pwd |
508 | 2023-11-22T04:13:25.740Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2023-11-22T04:13:25.743Z | ++ basename ./tools/ci_download_dendrite_stub |
510 | 2023-11-22T04:13:25.743Z | + ARG0=ci_download_dendrite_stub |
511 | 2023-11-22T04:13:25.743Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
512 | 2023-11-22T04:13:25.743Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
513 | 2023-11-22T04:13:25.743Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
514 | 2023-11-22T04:13:25.743Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
515 | 2023-11-22T04:13:25.746Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2023-11-22T04:13:25.746Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
517 | 2023-11-22T04:13:25.746Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
518 | 2023-11-22T04:13:25.746Z | + TARGET_DIR=out |
519 | 2023-11-22T04:13:25.746Z | + DOWNLOAD_DIR=out/downloads |
520 | 2023-11-22T04:13:25.746Z | + DEST_DIR=./out/dendrite-stub |
521 | 2023-11-22T04:13:25.746Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
522 | 2023-11-22T04:13:25.746Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2023-11-22T04:13:25.746Z | + REPO=oxidecomputer/dendrite |
524 | 2023-11-22T04:13:25.746Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
525 | 2023-11-22T04:13:25.746Z | + main |
526 | 2023-11-22T04:13:25.746Z | + [[ 0 != 0 ]] |
527 | 2023-11-22T04:13:25.746Z | + CIDL_OS=solaris2.11 |
528 | 2023-11-22T04:13:25.746Z | + [[ 0 != 0 ]] |
529 | 2023-11-22T04:13:25.746Z | + configure_os solaris2.11 |
530 | 2023-11-22T04:13:25.746Z | + echo 'current directory: /work/oxidecomputer/omicron' |
531 | 2023-11-22T04:13:25.746Z | current directory: /work/oxidecomputer/omicron |
532 | 2023-11-22T04:13:25.746Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2023-11-22T04:13:25.746Z | configuring based on OS: "solaris2.11" |
534 | 2023-11-22T04:13:25.746Z | + case "$1" in |
535 | 2023-11-22T04:13:25.746Z | + SET_BINARIES= |
536 | 2023-11-22T04:13:25.746Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
537 | 2023-11-22T04:13:25.746Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2023-11-22T04:13:25.746Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2023-11-22T04:13:25.746Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-22T04:13:25.746Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-22T04:13:25.746Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
542 | 2023-11-22T04:13:25.746Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
543 | 2023-11-22T04:13:25.746Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2023-11-22T04:13:25.746Z | + mkdir -p out/downloads |
545 | 2023-11-22T04:13:25.747Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-22T04:13:25.751Z | + mkdir -p ./out/dendrite-stub |
547 | 2023-11-22T04:13:25.751Z | + fetch_and_verify |
548 | 2023-11-22T04:13:25.751Z | + local DO_DOWNLOAD=true |
549 | 2023-11-22T04:13:25.751Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2023-11-22T04:13:25.751Z | + '[' true == true ']' |
551 | 2023-11-22T04:13:25.751Z | + echo Downloading... |
552 | 2023-11-22T04:13:25.751Z | Downloading... |
553 | 2023-11-22T04:13:25.751Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-22T04:13:25.751Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
555 | 2023-11-22T04:14:23.095Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-22T04:14:23.098Z | ++ sha256sum |
557 | 2023-11-22T04:14:23.098Z | ++ awk '{print $1}' |
558 | 2023-11-22T04:14:23.204Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
559 | 2023-11-22T04:14:23.204Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
560 | 2023-11-22T04:14:23.207Z | + do_untar out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-22T04:14:23.207Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
562 | 2023-11-22T04:14:24.245Z | + do_assemble |
563 | 2023-11-22T04:14:24.245Z | + rm -r ./out/dendrite-stub |
564 | 2023-11-22T04:14:24.248Z | + mkdir ./out/dendrite-stub |
565 | 2023-11-22T04:14:24.250Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
566 | 2023-11-22T04:14:24.407Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
567 | 2023-11-22T04:14:24.418Z | + set -o errexit |
568 | 2023-11-22T04:14:24.421Z | +++ dirname ./tools/ci_download_maghemite_mgd |
569 | 2023-11-22T04:14:24.428Z | ++ cd ./tools |
570 | 2023-11-22T04:14:24.428Z | ++ pwd |
571 | 2023-11-22T04:14:24.428Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
572 | 2023-11-22T04:14:24.428Z | ++ basename ./tools/ci_download_maghemite_mgd |
573 | 2023-11-22T04:14:24.428Z | + ARG0=ci_download_maghemite_mgd |
574 | 2023-11-22T04:14:24.428Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
575 | 2023-11-22T04:14:24.428Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
576 | 2023-11-22T04:14:24.429Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
577 | 2023-11-22T04:14:24.429Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
578 | 2023-11-22T04:14:24.429Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
579 | 2023-11-22T04:14:24.429Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
580 | 2023-11-22T04:14:24.429Z | + TARGET_DIR=out |
581 | 2023-11-22T04:14:24.429Z | + DOWNLOAD_DIR=out/downloads |
582 | 2023-11-22T04:14:24.429Z | + DEST_DIR=./out/mgd |
583 | 2023-11-22T04:14:24.429Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
584 | 2023-11-22T04:14:24.429Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
585 | 2023-11-22T04:14:24.429Z | + REPO=oxidecomputer/maghemite |
586 | 2023-11-22T04:14:24.429Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
587 | 2023-11-22T04:14:24.429Z | + main |
588 | 2023-11-22T04:14:24.429Z | + [[ 0 != 0 ]] |
589 | 2023-11-22T04:14:24.429Z | + CIDL_OS=solaris2.11 |
590 | 2023-11-22T04:14:24.429Z | + [[ 0 != 0 ]] |
591 | 2023-11-22T04:14:24.429Z | + configure_os solaris2.11 |
592 | 2023-11-22T04:14:24.429Z | + echo 'current directory: /work/oxidecomputer/omicron' |
593 | 2023-11-22T04:14:24.429Z | current directory: /work/oxidecomputer/omicron |
594 | 2023-11-22T04:14:24.429Z | configuring based on OS: "solaris2.11" |
595 | 2023-11-22T04:14:24.429Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2023-11-22T04:14:24.429Z | + case "$1" in |
597 | 2023-11-22T04:14:24.429Z | + SET_BINARIES= |
598 | 2023-11-22T04:14:24.429Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2023-11-22T04:14:24.429Z | + TARBALL_FILENAME=mgd.tar.gz |
600 | 2023-11-22T04:14:24.429Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
601 | 2023-11-22T04:14:24.430Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
602 | 2023-11-22T04:14:24.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
603 | 2023-11-22T04:14:24.430Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-22T04:14:24.430Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
605 | 2023-11-22T04:14:24.430Z | Local file: out/downloads/mgd.tar.gz |
606 | 2023-11-22T04:14:24.430Z | + mkdir -p out/downloads |
607 | 2023-11-22T04:14:24.433Z | + mkdir -p ./out/mgd |
608 | 2023-11-22T04:14:24.433Z | + fetch_and_verify |
609 | 2023-11-22T04:14:24.433Z | + local DO_DOWNLOAD=true |
610 | 2023-11-22T04:14:24.433Z | + [[ -f out/downloads/mgd.tar.gz ]] |
611 | 2023-11-22T04:14:24.433Z | + '[' true == true ']' |
612 | 2023-11-22T04:14:24.433Z | + echo Downloading... |
613 | 2023-11-22T04:14:24.434Z | Downloading... |
614 | 2023-11-22T04:14:24.434Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
615 | 2023-11-22T04:14:24.434Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
616 | 2023-11-22T04:14:29.040Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
617 | 2023-11-22T04:14:29.042Z | ++ sha256sum |
618 | 2023-11-22T04:14:29.042Z | ++ awk '{print $1}' |
619 | 2023-11-22T04:14:29.117Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
620 | 2023-11-22T04:14:29.117Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
621 | 2023-11-22T04:14:29.120Z | + do_untar out/downloads/mgd.tar.gz |
622 | 2023-11-22T04:14:29.120Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
623 | 2023-11-22T04:14:29.771Z | + do_assemble |
624 | 2023-11-22T04:14:29.771Z | + rm -r ./out/mgd |
625 | 2023-11-22T04:14:29.774Z | + mkdir ./out/mgd |
626 | 2023-11-22T04:14:29.777Z | + cp -r out/downloads/root ./out/mgd/root |
627 | 2023-11-22T04:14:29.993Z | + set -o errexit |
628 | 2023-11-22T04:14:29.996Z | +++ dirname ./tools/ci_download_transceiver_control |
629 | 2023-11-22T04:14:29.999Z | ++ cd ./tools |
630 | 2023-11-22T04:14:30.000Z | ++ pwd |
631 | 2023-11-22T04:14:30.000Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2023-11-22T04:14:30.003Z | ++ basename ./tools/ci_download_transceiver_control |
633 | 2023-11-22T04:14:30.004Z | + ARG0=ci_download_transceiver_control |
634 | 2023-11-22T04:14:30.004Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
635 | 2023-11-22T04:14:30.004Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
636 | 2023-11-22T04:14:30.004Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2023-11-22T04:14:30.004Z | + TARGET_DIR=out |
638 | 2023-11-22T04:14:30.004Z | + DOWNLOAD_DIR=out/downloads |
639 | 2023-11-22T04:14:30.004Z | + DEST_DIR=./out/transceiver-control |
640 | 2023-11-22T04:14:30.004Z | + BIN_DIR=/opt/oxide/bin |
641 | 2023-11-22T04:14:30.004Z | + BINARY=xcvradm |
642 | 2023-11-22T04:14:30.004Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2023-11-22T04:14:30.004Z | + REPO=oxidecomputer/transceiver-control |
644 | 2023-11-22T04:14:30.004Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2023-11-22T04:14:30.004Z | + main |
646 | 2023-11-22T04:14:30.004Z | + [[ 0 != 0 ]] |
647 | 2023-11-22T04:14:30.004Z | + CIDL_OS=solaris2.11 |
648 | 2023-11-22T04:14:30.004Z | + [[ 0 != 0 ]] |
649 | 2023-11-22T04:14:30.004Z | + configure_os solaris2.11 |
650 | 2023-11-22T04:14:30.004Z | + echo 'current directory: /work/oxidecomputer/omicron' |
651 | 2023-11-22T04:14:30.004Z | current directory: /work/oxidecomputer/omicron |
652 | 2023-11-22T04:14:30.004Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2023-11-22T04:14:30.004Z | configuring based on OS: "solaris2.11" |
654 | 2023-11-22T04:14:30.004Z | + case "$1" in |
655 | 2023-11-22T04:14:30.004Z | + SET_BINARIES= |
656 | 2023-11-22T04:14:30.004Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2023-11-22T04:14:30.004Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2023-11-22T04:14:30.004Z | + ARCHIVE_FILENAME=xcvradm.gz |
659 | 2023-11-22T04:14:30.006Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-22T04:14:30.006Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
661 | 2023-11-22T04:14:30.006Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
662 | 2023-11-22T04:14:30.006Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2023-11-22T04:14:30.006Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2023-11-22T04:14:30.006Z | Local file: out/downloads/xcvradm.gz |
665 | 2023-11-22T04:14:30.006Z | + mkdir -p out/downloads |
666 | 2023-11-22T04:14:30.009Z | + mkdir -p ./out/transceiver-control |
667 | 2023-11-22T04:14:30.009Z | + fetch_and_verify |
668 | 2023-11-22T04:14:30.009Z | + local DO_DOWNLOAD=true |
669 | 2023-11-22T04:14:30.009Z | + [[ -f out/downloads/xcvradm.gz ]] |
670 | 2023-11-22T04:14:30.009Z | + '[' true == true ']' |
671 | 2023-11-22T04:14:30.009Z | + echo Downloading... |
672 | 2023-11-22T04:14:30.009Z | Downloading... |
673 | 2023-11-22T04:14:30.009Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
674 | 2023-11-22T04:14:30.009Z | + 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 |
675 | 2023-11-22T04:14:31.975Z | ++ do_sha256sum out/downloads/xcvradm.gz |
676 | 2023-11-22T04:14:31.985Z | ++ sha256sum |
677 | 2023-11-22T04:14:31.985Z | ++ awk '{print $1}' |
678 | 2023-11-22T04:14:32.001Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2023-11-22T04:14:32.001Z | + [[ 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 ]] |
680 | 2023-11-22T04:14:32.004Z | + do_unpack out/downloads/xcvradm.gz |
681 | 2023-11-22T04:14:32.005Z | + mkdir -p out/downloads/root//opt/oxide/bin |
682 | 2023-11-22T04:14:32.005Z | + gzip -dc out/downloads/xcvradm.gz |
683 | 2023-11-22T04:14:32.177Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
684 | 2023-11-22T04:14:32.180Z | + do_assemble |
685 | 2023-11-22T04:14:32.180Z | + rm -r ./out/transceiver-control |
686 | 2023-11-22T04:14:32.183Z | + mkdir ./out/transceiver-control |
687 | 2023-11-22T04:14:32.186Z | + cp -r out/downloads/root ./out/transceiver-control/root |
688 | 2023-11-22T04:14:32.383Z | All prerequisites installed successfully |
689 | 2023-11-22T04:14:32.386Z | |
690 | 2023-11-22T04:14:32.386Z | real 3:03.735293851 |
691 | 2023-11-22T04:14:32.386Z | user 53.557192303 |
692 | 2023-11-22T04:14:32.386Z | sys 10.150348934 |
693 | 2023-11-22T04:14:32.386Z | trap 0.020997256 |
694 | 2023-11-22T04:14:32.386Z | tflt 0.290022868 |
695 | 2023-11-22T04:14:32.386Z | dflt 0.515692875 |
696 | 2023-11-22T04:14:32.386Z | kflt 0.121793175 |
697 | 2023-11-22T04:14:32.386Z | lock 2.023735248 |
698 | 2023-11-22T04:14:32.386Z | slp 6:36.599163925 |
699 | 2023-11-22T04:14:32.386Z | lat 3.251553675 |
700 | 2023-11-22T04:14:32.386Z | stop 0.065129491 |
701 | 2023-11-22T04:14:32.386Z | + ptime -m ./tools/ci_download_softnpu_machinery |
702 | 2023-11-22T04:14:32.398Z | fetching npuzone |
703 | 2023-11-22T04:14:32.406Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
704 | 2023-11-22T04:14:32.406Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
705 | 2023-11-22T04:14:32.409Z | Getting hash for npuzone |
706 | 2023-11-22T04:14:32.536Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
707 | 2023-11-22T04:14:40.176Z | npuzone downloaded successfully |
708 | 2023-11-22T04:14:40.180Z | |
709 | 2023-11-22T04:14:40.184Z | real 7.792471216 |
710 | 2023-11-22T04:14:40.184Z | user 0.566908824 |
711 | 2023-11-22T04:14:40.184Z | sys 0.158457809 |
712 | 2023-11-22T04:14:40.184Z | trap 0.000180122 |
713 | 2023-11-22T04:14:40.184Z | tflt 0.000000000 |
714 | 2023-11-22T04:14:40.184Z | dflt 0.000000000 |
715 | 2023-11-22T04:14:40.184Z | kflt 0.000000000 |
716 | 2023-11-22T04:14:40.184Z | lock 0.000000000 |
717 | 2023-11-22T04:14:40.184Z | slp 22.476498529 |
718 | 2023-11-22T04:14:40.184Z | lat 0.138052618 |
719 | 2023-11-22T04:14:40.184Z | stop 0.000280053 |
720 | 2023-11-22T04:14:40.184Z | + export CARGO_INCREMENTAL=0 |
721 | 2023-11-22T04:14:40.184Z | + CARGO_INCREMENTAL=0 |
722 | 2023-11-22T04:14:40.184Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
723 | 2023-11-22T04:14:40.546Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2023-11-22T04:14:40.877Z | Updating crates.io index |
725 | 2023-11-22T04:14:40.959Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
726 | 2023-11-22T04:14:41.755Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2023-11-22T04:14:43.602Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2023-11-22T04:14:44.179Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
729 | 2023-11-22T04:14:44.476Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
730 | 2023-11-22T04:14:44.808Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
731 | 2023-11-22T04:14:45.091Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
732 | 2023-11-22T04:14:46.016Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
733 | 2023-11-22T04:14:47.950Z | Updating git repository `https://github.com/oxidecomputer/opte` |
734 | 2023-11-22T04:14:49.072Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
735 | 2023-11-22T04:14:49.393Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
736 | 2023-11-22T04:14:49.929Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
737 | 2023-11-22T04:14:50.397Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2023-11-22T04:14:50.741Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2023-11-22T04:14:51.151Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2023-11-22T04:14:51.436Z | Updating git repository `https://github.com/njaremko/samael` |
741 | 2023-11-22T04:14:51.971Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
742 | 2023-11-22T04:14:52.469Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
743 | 2023-11-22T04:14:52.829Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
744 | 2023-11-22T04:14:53.261Z | Updating git repository `https://github.com/jgallagher/nix` |
745 | 2023-11-22T04:14:54.535Z | Updating git repository `https://github.com/cbiffle/hubpack` |
746 | 2023-11-22T04:14:55.015Z | Updating git repository `https://github.com/oxidecomputer/typify` |
747 | 2023-11-22T04:14:56.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
748 | 2023-11-22T04:14:56.551Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
749 | 2023-11-22T04:14:56.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
750 | 2023-11-22T04:14:58.495Z | Downloading crates ... |
751 | 2023-11-22T04:14:58.761Z | Downloaded bytesize v1.3.0 |
752 | 2023-11-22T04:14:58.777Z | Downloaded bzip2 v0.4.4 |
753 | 2023-11-22T04:14:58.780Z | Downloaded cipher v0.4.4 |
754 | 2023-11-22T04:14:58.784Z | Downloaded ciborium-io v0.2.1 |
755 | 2023-11-22T04:14:58.787Z | Downloaded ciborium v0.2.1 |
756 | 2023-11-22T04:14:58.791Z | Downloaded maplit v1.0.2 |
757 | 2023-11-22T04:14:58.797Z | Downloaded iana-time-zone v0.1.57 |
758 | 2023-11-22T04:14:58.804Z | Downloaded matches v0.1.10 |
759 | 2023-11-22T04:14:58.808Z | Downloaded match_cfg v0.1.0 |
760 | 2023-11-22T04:14:58.811Z | Downloaded managed v0.8.0 |
761 | 2023-11-22T04:14:58.814Z | Downloaded lalrpop-util v0.19.12 |
762 | 2023-11-22T04:14:58.817Z | Downloaded kstat-rs v0.2.3 |
763 | 2023-11-22T04:14:58.820Z | Downloaded atty v0.2.14 |
764 | 2023-11-22T04:14:58.822Z | Downloaded serde-hex v0.1.0 |
765 | 2023-11-22T04:14:58.828Z | Downloaded atomicwrites v0.4.2 |
766 | 2023-11-22T04:14:58.832Z | Downloaded mime_guess v2.0.4 |
767 | 2023-11-22T04:14:58.842Z | Downloaded serde_plain v1.0.2 |
768 | 2023-11-22T04:14:58.852Z | Downloaded serde_repr v0.1.16 |
769 | 2023-11-22T04:14:58.852Z | Downloaded crossbeam-deque v0.8.3 |
770 | 2023-11-22T04:14:58.863Z | Downloaded newtype_derive v0.1.6 |
771 | 2023-11-22T04:14:58.863Z | Downloaded crucible-workspace-hack v0.1.0 |
772 | 2023-11-22T04:14:58.879Z | Downloaded md-5 v0.10.5 |
773 | 2023-11-22T04:14:58.879Z | Downloaded async-stream-impl v0.3.5 |
774 | 2023-11-22T04:14:58.879Z | Downloaded is_ci v1.1.1 |
775 | 2023-11-22T04:14:58.894Z | Downloaded array-init v0.0.4 |
776 | 2023-11-22T04:14:58.894Z | Downloaded num-integer v0.1.45 |
777 | 2023-11-22T04:14:58.894Z | Downloaded memoffset v0.9.0 |
778 | 2023-11-22T04:14:58.907Z | Downloaded mockall v0.11.4 |
779 | 2023-11-22T04:14:58.907Z | Downloaded crypto-common v0.1.6 |
780 | 2023-11-22T04:14:58.907Z | Downloaded instant v0.1.12 |
781 | 2023-11-22T04:14:58.907Z | Downloaded crossbeam-channel v0.5.8 |
782 | 2023-11-22T04:14:58.925Z | Downloaded block-buffer v0.10.4 |
783 | 2023-11-22T04:14:58.939Z | Downloaded curve25519-dalek-derive v0.1.0 |
784 | 2023-11-22T04:14:58.939Z | Downloaded ansi_term v0.12.1 |
785 | 2023-11-22T04:14:58.939Z | Downloaded openssl-probe v0.1.5 |
786 | 2023-11-22T04:14:58.939Z | Downloaded opaque-debug v0.3.0 |
787 | 2023-11-22T04:14:58.939Z | Downloaded signature v1.6.4 |
788 | 2023-11-22T04:14:58.939Z | Downloaded serde_with_macros v2.3.3 |
789 | 2023-11-22T04:14:58.947Z | Downloaded normalize-line-endings v0.3.0 |
790 | 2023-11-22T04:14:58.947Z | Downloaded itoa v1.0.9 |
791 | 2023-11-22T04:14:58.972Z | Downloaded ipnet v2.8.0 |
792 | 2023-11-22T04:14:58.972Z | Downloaded openssl-macros v0.1.1 |
793 | 2023-11-22T04:14:58.972Z | Downloaded num v0.4.1 |
794 | 2023-11-22T04:14:58.972Z | Downloaded unicode-linebreak v0.1.5 |
795 | 2023-11-22T04:14:58.972Z | Downloaded packed_struct v0.10.1 |
796 | 2023-11-22T04:14:58.973Z | Downloaded topological-sort v0.2.2 |
797 | 2023-11-22T04:14:58.973Z | Downloaded crossbeam-utils v0.8.16 |
798 | 2023-11-22T04:14:58.981Z | Downloaded waitgroup v0.1.2 |
799 | 2023-11-22T04:14:58.981Z | Downloaded strum_macros v0.25.2 |
800 | 2023-11-22T04:14:58.988Z | Downloaded zone_cfg_derive v0.3.0 |
801 | 2023-11-22T04:14:58.988Z | Downloaded dyn-clone v1.0.13 |
802 | 2023-11-22T04:14:58.988Z | Downloaded crossbeam-queue v0.3.8 |
803 | 2023-11-22T04:14:58.995Z | Downloaded cpufeatures v0.2.9 |
804 | 2023-11-22T04:14:58.995Z | Downloaded colored v2.0.4 |
805 | 2023-11-22T04:14:59.001Z | Downloaded group v0.13.0 |
806 | 2023-11-22T04:14:59.007Z | Downloaded indicatif v0.17.7 |
807 | 2023-11-22T04:14:59.010Z | Downloaded thiserror-no-std v2.0.2 |
808 | 2023-11-22T04:14:59.018Z | Downloaded tower-service v0.3.2 |
809 | 2023-11-22T04:14:59.021Z | Downloaded serde_path_to_error v0.1.14 |
810 | 2023-11-22T04:14:59.024Z | Downloaded tinyvec_macros v0.1.1 |
811 | 2023-11-22T04:14:59.029Z | Downloaded log v0.4.20 |
812 | 2023-11-22T04:14:59.032Z | Downloaded resolv-conf v0.7.0 |
813 | 2023-11-22T04:14:59.034Z | Downloaded camino v1.1.6 |
814 | 2023-11-22T04:14:59.037Z | Downloaded getrandom v0.2.10 |
815 | 2023-11-22T04:14:59.043Z | Downloaded indexmap v2.1.0 |
816 | 2023-11-22T04:14:59.050Z | Downloaded ppv-lite86 v0.2.17 |
817 | 2023-11-22T04:14:59.053Z | Downloaded walkdir v2.4.0 |
818 | 2023-11-22T04:14:59.057Z | Downloaded crc32fast v1.3.2 |
819 | 2023-11-22T04:14:59.061Z | Downloaded vte_generate_state_changes v0.1.1 |
820 | 2023-11-22T04:14:59.064Z | Downloaded once_cell v1.18.0 |
821 | 2023-11-22T04:14:59.067Z | Downloaded scheduled-thread-pool v0.2.7 |
822 | 2023-11-22T04:14:59.070Z | Downloaded darling v0.14.4 |
823 | 2023-11-22T04:14:59.076Z | Downloaded toml_datetime v0.6.5 |
824 | 2023-11-22T04:14:59.078Z | Downloaded snafu-derive v0.7.5 |
825 | 2023-11-22T04:14:59.081Z | Downloaded rpassword v7.3.1 |
826 | 2023-11-22T04:14:59.084Z | Downloaded unsafe-libyaml v0.2.9 |
827 | 2023-11-22T04:14:59.090Z | Downloaded ref-cast v1.0.20 |
828 | 2023-11-22T04:14:59.095Z | Downloaded parking_lot v0.11.2 |
829 | 2023-11-22T04:14:59.100Z | Downloaded base64 v0.21.5 |
830 | 2023-11-22T04:14:59.107Z | Downloaded ena v0.14.2 |
831 | 2023-11-22T04:14:59.111Z | Downloaded flagset v0.4.3 |
832 | 2023-11-22T04:14:59.114Z | Downloaded pin-utils v0.1.0 |
833 | 2023-11-22T04:14:59.116Z | Downloaded zerocopy v0.3.0 |
834 | 2023-11-22T04:14:59.118Z | Downloaded terminal_size v0.2.6 |
835 | 2023-11-22T04:14:59.121Z | Downloaded which v4.4.0 |
836 | 2023-11-22T04:14:59.124Z | Downloaded http-range v0.1.5 |
837 | 2023-11-22T04:14:59.127Z | Downloaded sha1 v0.10.6 |
838 | 2023-11-22T04:14:59.130Z | Downloaded pest_generator v2.7.2 |
839 | 2023-11-22T04:14:59.133Z | Downloaded parse-display-derive v0.8.2 |
840 | 2023-11-22T04:14:59.135Z | Downloaded humantime v2.1.0 |
841 | 2023-11-22T04:14:59.138Z | Downloaded omicron-zone-package v0.9.1 |
842 | 2023-11-22T04:14:59.142Z | Downloaded toolchain_find v0.2.0 |
843 | 2023-11-22T04:14:59.145Z | Downloaded zerocopy v0.6.4 |
844 | 2023-11-22T04:14:59.149Z | Downloaded filetime v0.2.22 |
845 | 2023-11-22T04:14:59.152Z | Downloaded hex v0.4.3 |
846 | 2023-11-22T04:14:59.155Z | Downloaded serde_derive_internals v0.26.0 |
847 | 2023-11-22T04:14:59.159Z | Downloaded thiserror v1.0.49 |
848 | 2023-11-22T04:14:59.167Z | Downloaded futures-sink v0.3.29 |
849 | 2023-11-22T04:14:59.169Z | Downloaded doc-comment v0.3.3 |
850 | 2023-11-22T04:14:59.172Z | Downloaded headers-core v0.2.0 |
851 | 2023-11-22T04:14:59.175Z | Downloaded static_assertions v1.1.0 |
852 | 2023-11-22T04:14:59.175Z | Downloaded endian-type v0.1.2 |
853 | 2023-11-22T04:14:59.178Z | Downloaded postcard-cobs v0.1.5-pre |
854 | 2023-11-22T04:14:59.180Z | Downloaded same-file v1.0.6 |
855 | 2023-11-22T04:14:59.183Z | Downloaded rand v0.8.5 |
856 | 2023-11-22T04:14:59.190Z | Downloaded want v0.3.1 |
857 | 2023-11-22T04:14:59.192Z | Downloaded smallvec v1.11.0 |
858 | 2023-11-22T04:14:59.195Z | Downloaded try-lock v0.2.4 |
859 | 2023-11-22T04:14:59.198Z | Downloaded futures-macro v0.3.29 |
860 | 2023-11-22T04:14:59.201Z | Downloaded foreign-types-macros v0.2.3 |
861 | 2023-11-22T04:14:59.203Z | Downloaded foreign-types v0.5.0 |
862 | 2023-11-22T04:14:59.207Z | Downloaded paste v1.0.14 |
863 | 2023-11-22T04:14:59.210Z | Downloaded slog-scope v4.4.0 |
864 | 2023-11-22T04:14:59.213Z | Downloaded pretty-hex v0.3.0 |
865 | 2023-11-22T04:14:59.215Z | Downloaded postcard v0.7.3 |
866 | 2023-11-22T04:14:59.219Z | Downloaded heck v0.4.1 |
867 | 2023-11-22T04:14:59.221Z | Downloaded parking_lot_core v0.9.8 |
868 | 2023-11-22T04:14:59.226Z | Downloaded blake2 v0.10.6 |
869 | 2023-11-22T04:14:59.231Z | Downloaded precomputed-hash v0.1.1 |
870 | 2023-11-22T04:14:59.234Z | Downloaded subprocess v0.2.9 |
871 | 2023-11-22T04:14:59.242Z | Downloaded debug-ignore v1.0.5 |
872 | 2023-11-22T04:14:59.246Z | Downloaded hyper v1.0.1 |
873 | 2023-11-22T04:14:59.254Z | Downloaded strum v0.25.0 |
874 | 2023-11-22T04:14:59.257Z | Downloaded tokio-tungstenite v0.20.1 |
875 | 2023-11-22T04:14:59.260Z | Downloaded equivalent v1.0.1 |
876 | 2023-11-22T04:14:59.263Z | Downloaded display-error-chain v0.2.0 |
877 | 2023-11-22T04:14:59.266Z | Downloaded spin v0.5.2 |
878 | 2023-11-22T04:14:59.269Z | Downloaded subtle v2.5.0 |
879 | 2023-11-22T04:14:59.272Z | Downloaded ed25519 v1.5.3 |
880 | 2023-11-22T04:14:59.274Z | Downloaded pest_derive v2.7.2 |
881 | 2023-11-22T04:14:59.277Z | Downloaded path-slash v0.1.5 |
882 | 2023-11-22T04:14:59.282Z | Downloaded platforms v3.0.2 |
883 | 2023-11-22T04:14:59.284Z | Downloaded downcast v0.11.0 |
884 | 2023-11-22T04:14:59.287Z | Downloaded hash32 v0.2.1 |
885 | 2023-11-22T04:14:59.290Z | Downloaded tempfile v3.8.0 |
886 | 2023-11-22T04:14:59.292Z | Downloaded strip-ansi-escapes v0.2.0 |
887 | 2023-11-22T04:14:59.295Z | Downloaded take_mut v0.2.2 |
888 | 2023-11-22T04:14:59.299Z | Downloaded phf_shared v0.11.2 |
889 | 2023-11-22T04:14:59.301Z | Downloaded pem v3.0.2 |
890 | 2023-11-22T04:14:59.301Z | Downloaded sct v0.7.0 |
891 | 2023-11-22T04:14:59.309Z | Downloaded url v2.4.1 |
892 | 2023-11-22T04:14:59.315Z | Downloaded termios v0.3.3 |
893 | 2023-11-22T04:14:59.320Z | Downloaded signal-hook-tokio v0.3.1 |
894 | 2023-11-22T04:14:59.320Z | Downloaded pin-project-internal v1.1.3 |
895 | 2023-11-22T04:14:59.325Z | Downloaded password-hash v0.5.0 |
896 | 2023-11-22T04:14:59.330Z | Downloaded peeking_take_while v0.1.2 |
897 | 2023-11-22T04:14:59.330Z | Downloaded diesel_derives v2.1.1 |
898 | 2023-11-22T04:14:59.334Z | Downloaded thread-id v4.2.0 |
899 | 2023-11-22T04:14:59.337Z | Downloaded unicode-width v0.1.11 |
900 | 2023-11-22T04:14:59.339Z | Downloaded fastrand v2.0.0 |
901 | 2023-11-22T04:14:59.339Z | Downloaded errno v0.3.2 |
902 | 2023-11-22T04:14:59.345Z | Downloaded darling_macro v0.20.3 |
903 | 2023-11-22T04:14:59.348Z | Downloaded slog-stdlog v4.1.1 |
904 | 2023-11-22T04:14:59.348Z | Downloaded vec_map v0.8.2 |
905 | 2023-11-22T04:14:59.348Z | Downloaded pkcs1 v0.7.5 |
906 | 2023-11-22T04:14:59.352Z | Downloaded generic-array v0.14.7 |
907 | 2023-11-22T04:14:59.355Z | Downloaded swrite v0.1.0 |
908 | 2023-11-22T04:14:59.357Z | Downloaded quick-error v1.2.3 |
909 | 2023-11-22T04:14:59.366Z | Downloaded wyz v0.5.1 |
910 | 2023-11-22T04:14:59.366Z | Downloaded rustc_version v0.1.7 |
911 | 2023-11-22T04:14:59.366Z | Downloaded hmac v0.12.1 |
912 | 2023-11-22T04:14:59.368Z | Downloaded unarray v0.1.4 |
913 | 2023-11-22T04:14:59.368Z | Downloaded tui-tree-widget v0.13.0 |
914 | 2023-11-22T04:14:59.371Z | Downloaded toml_edit v0.21.0 |
915 | 2023-11-22T04:14:59.419Z | Downloaded futures-executor v0.3.29 |
916 | 2023-11-22T04:14:59.430Z | Downloaded semver v1.0.20 |
917 | 2023-11-22T04:14:59.430Z | Downloaded dirs-next v2.0.0 |
918 | 2023-11-22T04:14:59.430Z | Downloaded foreign-types-shared v0.3.1 |
919 | 2023-11-22T04:14:59.430Z | Downloaded chrono v0.4.31 |
920 | 2023-11-22T04:14:59.446Z | Downloaded parse-display v0.8.2 |
921 | 2023-11-22T04:14:59.447Z | Downloaded rustversion v1.0.14 |
922 | 2023-11-22T04:14:59.447Z | Downloaded whoami v1.4.1 |
923 | 2023-11-22T04:14:59.447Z | Downloaded reedline v0.26.0 |
924 | 2023-11-22T04:14:59.462Z | Downloaded thiserror-impl v1.0.49 |
925 | 2023-11-22T04:14:59.470Z | Downloaded slog-async v2.8.0 |
926 | 2023-11-22T04:14:59.470Z | Downloaded globset v0.4.13 |
927 | 2023-11-22T04:14:59.470Z | Downloaded tungstenite v0.20.1 |
928 | 2023-11-22T04:14:59.470Z | Downloaded fixedbitset v0.4.2 |
929 | 2023-11-22T04:14:59.475Z | Downloaded signal-hook v0.3.17 |
930 | 2023-11-22T04:14:59.480Z | Downloaded rayon-core v1.12.0 |
931 | 2023-11-22T04:14:59.484Z | Downloaded toml_edit v0.19.15 |
932 | 2023-11-22T04:14:59.512Z | Downloaded dirs-sys-next v0.1.2 |
933 | 2023-11-22T04:14:59.515Z | Downloaded http-body v0.4.5 |
934 | 2023-11-22T04:14:59.515Z | Downloaded phf v0.11.2 |
935 | 2023-11-22T04:14:59.517Z | Downloaded pem v1.1.1 |
936 | 2023-11-22T04:14:59.520Z | Downloaded futures v0.3.29 |
937 | 2023-11-22T04:14:59.527Z | Downloaded unicase v2.7.0 |
938 | 2023-11-22T04:14:59.531Z | Downloaded serde v1.0.192 |
939 | 2023-11-22T04:14:59.536Z | Downloaded tracing-core v0.1.31 |
940 | 2023-11-22T04:14:59.541Z | Downloaded rsa v0.9.2 |
941 | 2023-11-22T04:14:59.550Z | Downloaded pin-project v1.1.3 |
942 | 2023-11-22T04:14:59.595Z | Downloaded headers v0.3.9 |
943 | 2023-11-22T04:14:59.599Z | Downloaded prettyplease v0.2.12 |
944 | 2023-11-22T04:14:59.599Z | Downloaded hkdf v0.12.3 |
945 | 2023-11-22T04:14:59.599Z | Downloaded fatfs v0.3.6 |
946 | 2023-11-22T04:14:59.599Z | Downloaded salty v0.2.0 |
947 | 2023-11-22T04:14:59.606Z | Downloaded der v0.7.8 |
948 | 2023-11-22T04:14:59.615Z | Downloaded derive_more v0.99.17 |
949 | 2023-11-22T04:14:59.624Z | Downloaded unicode-bidi v0.3.13 |
950 | 2023-11-22T04:14:59.628Z | Downloaded http v1.0.0 |
951 | 2023-11-22T04:14:59.635Z | Downloaded idna v0.2.3 |
952 | 2023-11-22T04:14:59.647Z | Downloaded rustls-webpki v0.101.7 |
953 | 2023-11-22T04:14:59.674Z | Downloaded smoltcp v0.8.2 |
954 | 2023-11-22T04:14:59.690Z | Downloaded flume v0.11.0 |
955 | 2023-11-22T04:14:59.697Z | Downloaded tabled v0.14.0 |
956 | 2023-11-22T04:14:59.722Z | Downloaded quick-xml v0.23.1 |
957 | 2023-11-22T04:14:59.738Z | Downloaded trust-dns-proto v0.22.0 |
958 | 2023-11-22T04:14:59.755Z | Downloaded webpki-roots v0.25.2 |
959 | 2023-11-22T04:14:59.762Z | Downloaded vcpkg v0.2.15 |
960 | 2023-11-22T04:14:59.837Z | Downloaded reqwest v0.11.22 |
961 | 2023-11-22T04:14:59.861Z | Downloaded regex-syntax v0.8.2 |
962 | 2023-11-22T04:14:59.869Z | Downloaded rustix v0.37.23 |
963 | 2023-11-22T04:14:59.906Z | Downloaded pest v2.7.2 |
964 | 2023-11-22T04:14:59.915Z | Downloaded regex-syntax v0.7.5 |
965 | 2023-11-22T04:14:59.932Z | Downloaded sled v0.34.7 |
966 | 2023-11-22T04:14:59.955Z | Downloaded rayon v1.8.0 |
967 | 2023-11-22T04:14:59.973Z | Downloaded winnow v0.5.15 |
968 | 2023-11-22T04:14:59.989Z | Downloaded regex-automata v0.3.8 |
969 | 2023-11-22T04:15:00.025Z | Downloaded h2 v0.3.21 |
970 | 2023-11-22T04:15:00.037Z | Downloaded sha3 v0.10.8 |
971 | 2023-11-22T04:15:00.052Z | Downloaded openssl v0.10.57 |
972 | 2023-11-22T04:15:00.071Z | Downloaded curve25519-dalek v4.1.0 |
973 | 2023-11-22T04:15:00.091Z | Downloaded radix_trie v0.2.1 |
974 | 2023-11-22T04:15:00.102Z | Downloaded regress v0.7.1 |
975 | 2023-11-22T04:15:00.117Z | Downloaded regex-syntax v0.6.29 |
976 | 2023-11-22T04:15:00.132Z | Downloaded gimli v0.28.0 |
977 | 2023-11-22T04:15:00.149Z | Downloaded smoltcp v0.9.1 |
978 | 2023-11-22T04:15:00.171Z | Downloaded openapiv3 v2.0.0-rc.1 |
979 | 2023-11-22T04:15:00.197Z | Downloaded ratatui v0.23.0 |
980 | 2023-11-22T04:15:00.222Z | Downloaded regex v1.10.2 |
981 | 2023-11-22T04:15:00.247Z | Downloaded diesel v2.1.4 |
982 | 2023-11-22T04:15:00.282Z | Downloaded bstr v1.6.0 |
983 | 2023-11-22T04:15:00.304Z | Downloaded ring v0.17.5 |
984 | 2023-11-22T04:15:00.440Z | Downloaded zerocopy-derive v0.6.4 |
985 | 2023-11-22T04:15:00.460Z | Downloaded regex-automata v0.4.3 |
986 | 2023-11-22T04:15:00.500Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
987 | 2023-11-22T04:15:00.519Z | Downloaded tokio v1.34.0 |
988 | 2023-11-22T04:15:00.586Z | Downloaded rustls v0.21.9 |
989 | 2023-11-22T04:15:00.658Z | Downloaded polar-core v0.27.0 |
990 | 2023-11-22T04:15:00.673Z | Downloaded object v0.32.1 |
991 | 2023-11-22T04:15:00.673Z | Downloaded object v0.30.4 |
992 | 2023-11-22T04:15:00.673Z | Downloaded encoding_rs v0.8.33 |
993 | 2023-11-22T04:15:00.707Z | Downloaded libc v0.2.150 |
994 | 2023-11-22T04:15:00.754Z | Downloaded zerocopy-derive v0.2.0 |
995 | 2023-11-22T04:15:00.771Z | Downloaded syn v2.0.32 |
996 | 2023-11-22T04:15:00.791Z | Downloaded bitvec v1.0.1 |
997 | 2023-11-22T04:15:00.819Z | Downloaded rustix v0.38.9 |
998 | 2023-11-22T04:15:00.857Z | Downloaded syn v1.0.109 |
999 | 2023-11-22T04:15:00.876Z | Downloaded bstr v0.2.17 |
1000 | 2023-11-22T04:15:00.896Z | Downloaded hyper v0.14.27 |
1001 | 2023-11-22T04:15:00.913Z | Downloaded portable-atomic v1.4.3 |
1002 | 2023-11-22T04:15:01.352Z | Downloaded clap_builder v4.4.2 |
1003 | 2023-11-22T04:15:01.352Z | Downloaded typed-path v0.6.0 |
1004 | 2023-11-22T04:15:01.352Z | Downloaded petgraph v0.6.4 |
1005 | 2023-11-22T04:15:01.352Z | Downloaded hashbrown v0.12.3 |
1006 | 2023-11-22T04:15:01.352Z | Downloaded proptest v1.4.0 |
1007 | 2023-11-22T04:15:01.352Z | Downloaded idna v0.4.0 |
1008 | 2023-11-22T04:15:01.352Z | Downloaded futures-util v0.3.29 |
1009 | 2023-11-22T04:15:01.352Z | Downloaded hashbrown v0.14.2 |
1010 | 2023-11-22T04:15:01.352Z | Downloaded pest_meta v2.7.2 |
1011 | 2023-11-22T04:15:01.352Z | Downloaded toml v0.7.8 |
1012 | 2023-11-22T04:15:01.352Z | Downloaded socket2 v0.5.5 |
1013 | 2023-11-22T04:15:01.352Z | Downloaded structopt v0.3.26 |
1014 | 2023-11-22T04:15:01.352Z | Downloaded ron v0.8.1 |
1015 | 2023-11-22T04:15:01.352Z | Downloaded ring v0.16.20 |
1016 | 2023-11-22T04:15:01.352Z | Downloaded regex-automata v0.1.10 |
1017 | 2023-11-22T04:15:01.352Z | Downloaded bindgen v0.65.1 |
1018 | 2023-11-22T04:15:01.352Z | Downloaded lalrpop v0.19.12 |
1019 | 2023-11-22T04:15:01.353Z | Downloaded unicode-segmentation v1.10.1 |
1020 | 2023-11-22T04:15:01.353Z | Downloaded http v0.2.11 |
1021 | 2023-11-22T04:15:01.353Z | Downloaded itertools v0.11.0 |
1022 | 2023-11-22T04:15:01.353Z | Downloaded slog v2.7.0 |
1023 | 2023-11-22T04:15:01.353Z | Downloaded hashbrown v0.13.2 |
1024 | 2023-11-22T04:15:01.353Z | Downloaded term v0.7.0 |
1025 | 2023-11-22T04:15:01.353Z | Downloaded fragile v2.0.0 |
1026 | 2023-11-22T04:15:01.358Z | Downloaded fd-lock v3.0.13 |
1027 | 2023-11-22T04:15:01.361Z | Downloaded data-encoding v2.4.0 |
1028 | 2023-11-22T04:15:01.361Z | Downloaded textwrap v0.16.0 |
1029 | 2023-11-22T04:15:01.366Z | Downloaded tap v1.0.1 |
1030 | 2023-11-22T04:15:01.369Z | Downloaded libm v0.2.7 |
1031 | 2023-11-22T04:15:01.385Z | Downloaded serde_json v1.0.108 |
1032 | 2023-11-22T04:15:01.396Z | Downloaded trust-dns-client v0.22.0 |
1033 | 2023-11-22T04:15:01.405Z | Downloaded parking_lot v0.12.1 |
1034 | 2023-11-22T04:15:01.409Z | Downloaded darling_core v0.20.3 |
1035 | 2023-11-22T04:15:01.417Z | Downloaded time v0.3.27 |
1036 | 2023-11-22T04:15:01.428Z | Downloaded futures-channel v0.3.29 |
1037 | 2023-11-22T04:15:01.431Z | Downloaded glob v0.3.1 |
1038 | 2023-11-22T04:15:01.434Z | Downloaded flate2 v1.0.28 |
1039 | 2023-11-22T04:15:01.442Z | Downloaded strsim v0.8.0 |
1040 | 2023-11-22T04:15:01.446Z | Downloaded futures-io v0.3.29 |
1041 | 2023-11-22T04:15:01.449Z | Downloaded spin v0.9.8 |
1042 | 2023-11-22T04:15:01.449Z | Downloaded papergrid v0.10.0 |
1043 | 2023-11-22T04:15:01.458Z | Downloaded serde_yaml v0.9.25 |
1044 | 2023-11-22T04:15:01.463Z | Downloaded rustc_version v0.4.0 |
1045 | 2023-11-22T04:15:01.466Z | Downloaded unicode-xid v0.2.4 |
1046 | 2023-11-22T04:15:01.469Z | Downloaded env_logger v0.10.0 |
1047 | 2023-11-22T04:15:01.473Z | Downloaded tracing v0.1.37 |
1048 | 2023-11-22T04:15:01.479Z | Downloaded httparse v1.8.0 |
1049 | 2023-11-22T04:15:01.483Z | Downloaded xattr v1.0.1 |
1050 | 2023-11-22T04:15:01.486Z | Downloaded textwrap v0.11.0 |
1051 | 2023-11-22T04:15:01.492Z | Downloaded fs-err v2.11.0 |
1052 | 2023-11-22T04:15:01.494Z | Downloaded quote v1.0.33 |
1053 | 2023-11-22T04:15:01.498Z | Downloaded heapless v0.7.16 |
1054 | 2023-11-22T04:15:01.502Z | Downloaded tokio-util v0.7.10 |
1055 | 2023-11-22T04:15:01.516Z | Downloaded toml v0.5.11 |
1056 | 2023-11-22T04:15:01.519Z | Downloaded rustc-hash v1.1.0 |
1057 | 2023-11-22T04:15:01.522Z | Downloaded rusty-fork v0.3.0 |
1058 | 2023-11-22T04:15:01.526Z | Downloaded pem-rfc7468 v0.7.0 |
1059 | 2023-11-22T04:15:01.526Z | Downloaded httpdate v1.0.3 |
1060 | 2023-11-22T04:15:01.529Z | Downloaded num-bigint v0.4.4 |
1061 | 2023-11-22T04:15:01.537Z | Downloaded rand_chacha v0.3.1 |
1062 | 2023-11-22T04:15:01.541Z | Downloaded tracing-attributes v0.1.26 |
1063 | 2023-11-22T04:15:01.544Z | Downloaded unicode-normalization v0.1.22 |
1064 | 2023-11-22T04:15:01.549Z | Downloaded tabled_derive v0.6.0 |
1065 | 2023-11-22T04:15:01.553Z | Downloaded hubpack v0.1.2 |
1066 | 2023-11-22T04:15:01.557Z | Downloaded proc-macro-crate v1.3.1 |
1067 | 2023-11-22T04:15:01.557Z | Downloaded time-macros v0.2.13 |
1068 | 2023-11-22T04:15:01.561Z | Downloaded strsim v0.10.0 |
1069 | 2023-11-22T04:15:01.561Z | Downloaded usdt v0.3.5 |
1070 | 2023-11-22T04:15:01.564Z | Downloaded postgres-types v0.2.6 |
1071 | 2023-11-22T04:15:01.567Z | Downloaded yasna v0.5.2 |
1072 | 2023-11-22T04:15:01.570Z | Downloaded toml v0.8.8 |
1073 | 2023-11-22T04:15:01.577Z | Downloaded aho-corasick v1.0.4 |
1074 | 2023-11-22T04:15:01.587Z | Downloaded serde_urlencoded v0.7.1 |
1075 | 2023-11-22T04:15:01.590Z | Downloaded thiserror-impl-no-std v2.0.2 |
1076 | 2023-11-22T04:15:01.593Z | Downloaded predicates v2.1.5 |
1077 | 2023-11-22T04:15:01.598Z | Downloaded semver-parser v0.10.2 |
1078 | 2023-11-22T04:15:01.603Z | Downloaded tough v0.15.0 |
1079 | 2023-11-22T04:15:01.615Z | Downloaded usdt-macro v0.3.5 |
1080 | 2023-11-22T04:15:01.619Z | Downloaded signal-hook-registry v1.4.1 |
1081 | 2023-11-22T04:15:01.619Z | Downloaded half v1.8.2 |
1082 | 2023-11-22T04:15:01.622Z | Downloaded zip v0.6.6 |
1083 | 2023-11-22T04:15:01.629Z | Downloaded crypto-bigint v0.5.2 |
1084 | 2023-11-22T04:15:01.640Z | Downloaded digest v0.10.7 |
1085 | 2023-11-22T04:15:01.645Z | Downloaded form_urlencoded v1.2.0 |
1086 | 2023-11-22T04:15:01.650Z | Downloaded stable_deref_trait v1.2.0 |
1087 | 2023-11-22T04:15:01.650Z | Downloaded spki v0.7.2 |
1088 | 2023-11-22T04:15:01.650Z | Downloaded signal-hook-mio v0.2.3 |
1089 | 2023-11-22T04:15:01.685Z | Downloaded futures-core v0.3.29 |
1090 | 2023-11-22T04:15:01.692Z | Downloaded uuid v1.6.1 |
1091 | 2023-11-22T04:15:01.692Z | Downloaded x509-cert v0.2.4 |
1092 | 2023-11-22T04:15:01.692Z | Downloaded predicates v3.0.4 |
1093 | 2023-11-22T04:15:01.692Z | Downloaded r2d2 v0.8.10 |
1094 | 2023-11-22T04:15:01.692Z | Downloaded sha2 v0.10.8 |
1095 | 2023-11-22T04:15:01.692Z | Downloaded num_threads v0.1.6 |
1096 | 2023-11-22T04:15:01.692Z | Downloaded predicates-tree v1.0.9 |
1097 | 2023-11-22T04:15:01.692Z | Downloaded hubpack_derive v0.1.1 |
1098 | 2023-11-22T04:15:01.692Z | Downloaded secrecy v0.8.0 |
1099 | 2023-11-22T04:15:01.696Z | Downloaded rustfmt-wrapper v0.2.0 |
1100 | 2023-11-22T04:15:01.696Z | Downloaded getopts v0.2.21 |
1101 | 2023-11-22T04:15:01.696Z | Downloaded rcgen v0.11.3 |
1102 | 2023-11-22T04:15:01.700Z | Downloaded smawk v0.3.1 |
1103 | 2023-11-22T04:15:01.703Z | Downloaded mio v0.8.9 |
1104 | 2023-11-22T04:15:01.714Z | Downloaded structopt-derive v0.4.18 |
1105 | 2023-11-22T04:15:01.718Z | Downloaded nom v7.1.3 |
1106 | 2023-11-22T04:15:01.728Z | Downloaded phf_shared v0.10.0 |
1107 | 2023-11-22T04:15:01.733Z | Downloaded foreign-types-shared v0.1.1 |
1108 | 2023-11-22T04:15:01.733Z | Downloaded http-body v1.0.0 |
1109 | 2023-11-22T04:15:01.733Z | Downloaded utf8parse v0.2.1 |
1110 | 2023-11-22T04:15:01.741Z | Downloaded openssl-sys v0.9.93 |
1111 | 2023-11-22T04:15:01.744Z | Downloaded libxml v0.3.3 |
1112 | 2023-11-22T04:15:01.754Z | Downloaded socket2 v0.4.9 |
1113 | 2023-11-22T04:15:01.757Z | Downloaded trust-dns-resolver v0.22.0 |
1114 | 2023-11-22T04:15:01.766Z | Downloaded crc-any v2.4.3 |
1115 | 2023-11-22T04:15:01.773Z | Downloaded arc-swap v1.6.0 |
1116 | 2023-11-22T04:15:01.777Z | Downloaded pretty-hex v0.2.1 |
1117 | 2023-11-22T04:15:01.782Z | Downloaded slog-bunyan v2.4.0 |
1118 | 2023-11-22T04:15:01.782Z | Downloaded ref-cast-impl v1.0.20 |
1119 | 2023-11-22T04:15:01.783Z | Downloaded trust-dns-server v0.22.1 |
1120 | 2023-11-22T04:15:01.789Z | Downloaded stringprep v0.1.3 |
1121 | 2023-11-22T04:15:01.794Z | Downloaded smallvec v0.6.14 |
1122 | 2023-11-22T04:15:01.794Z | Downloaded clap v2.34.0 |
1123 | 2023-11-22T04:15:01.822Z | Downloaded strum_macros v0.24.3 |
1124 | 2023-11-22T04:15:01.843Z | Downloaded vsss-rs v3.3.1 |
1125 | 2023-11-22T04:15:01.843Z | Downloaded darling_macro v0.14.4 |
1126 | 2023-11-22T04:15:01.843Z | Downloaded rustls-pemfile v1.0.3 |
1127 | 2023-11-22T04:15:01.843Z | Downloaded highway v1.1.0 |
1128 | 2023-11-22T04:15:01.843Z | Downloaded heck v0.3.3 |
1129 | 2023-11-22T04:15:01.843Z | Downloaded slog-term v2.9.0 |
1130 | 2023-11-22T04:15:01.843Z | Downloaded parking_lot_core v0.8.6 |
1131 | 2023-11-22T04:15:01.843Z | Downloaded tokio-postgres v0.7.10 |
1132 | 2023-11-22T04:15:01.855Z | Downloaded tokio-rustls v0.24.1 |
1133 | 2023-11-22T04:15:01.855Z | Downloaded zeroize_derive v1.4.2 |
1134 | 2023-11-22T04:15:01.855Z | Downloaded zeroize v1.6.0 |
1135 | 2023-11-22T04:15:01.855Z | Downloaded usdt-attr-macro v0.3.5 |
1136 | 2023-11-22T04:15:01.855Z | Downloaded rustls-native-certs v0.6.3 |
1137 | 2023-11-22T04:15:01.860Z | Downloaded num-bigint-dig v0.8.4 |
1138 | 2023-11-22T04:15:01.897Z | Downloaded schemars v0.8.13 |
1139 | 2023-11-22T04:15:01.897Z | Downloaded ryu v1.0.15 |
1140 | 2023-11-22T04:15:01.897Z | Downloaded vte v0.11.1 |
1141 | 2023-11-22T04:15:01.914Z | Downloaded tokio-stream v0.1.14 |
1142 | 2023-11-22T04:15:01.916Z | Downloaded tinyvec v1.6.0 |
1143 | 2023-11-22T04:15:01.916Z | Downloaded serde_derive v1.0.192 |
1144 | 2023-11-22T04:15:01.916Z | Downloaded crossterm v0.27.0 |
1145 | 2023-11-22T04:15:01.919Z | Downloaded steno v0.4.0 |
1146 | 2023-11-22T04:15:01.928Z | Downloaded rustc-demangle v0.1.23 |
1147 | 2023-11-22T04:15:01.932Z | Downloaded pin-project-lite v0.2.13 |
1148 | 2023-11-22T04:15:01.938Z | Downloaded test-strategy v0.3.1 |
1149 | 2023-11-22T04:15:01.944Z | Downloaded wait-timeout v0.2.0 |
1150 | 2023-11-22T04:15:01.947Z | Downloaded itertools v0.10.5 |
1151 | 2023-11-22T04:15:01.958Z | Downloaded postgres-protocol v0.6.6 |
1152 | 2023-11-22T04:15:01.961Z | Downloaded snafu v0.7.5 |
1153 | 2023-11-22T04:15:01.972Z | Downloaded similar v2.2.1 |
1154 | 2023-11-22T04:15:01.981Z | Downloaded ff v0.13.0 |
1155 | 2023-11-22T04:15:01.984Z | Downloaded clap_derive v4.4.2 |
1156 | 2023-11-22T04:15:01.987Z | Downloaded ucd-trie v0.1.6 |
1157 | 2023-11-22T04:15:01.993Z | Downloaded cookie v0.18.0 |
1158 | 2023-11-22T04:15:01.996Z | Downloaded elliptic-curve v0.13.5 |
1159 | 2023-11-22T04:15:02.002Z | Downloaded universal-hash v0.5.1 |
1160 | 2023-11-22T04:15:02.005Z | Downloaded pkcs8 v0.10.2 |
1161 | 2023-11-22T04:15:02.008Z | Downloaded proc-macro2 v1.0.69 |
1162 | 2023-11-22T04:15:02.014Z | Downloaded rtoolbox v0.0.1 |
1163 | 2023-11-22T04:15:02.018Z | Downloaded hostname v0.3.1 |
1164 | 2023-11-22T04:15:02.018Z | Downloaded home v0.5.5 |
1165 | 2023-11-22T04:15:02.018Z | Downloaded utf-8 v0.7.6 |
1166 | 2023-11-22T04:15:02.022Z | Downloaded usdt-impl v0.3.5 |
1167 | 2023-11-22T04:15:02.026Z | Downloaded serde_tokenstream v0.2.0 |
1168 | 2023-11-22T04:15:02.029Z | Downloaded pkg-config v0.3.27 |
1169 | 2023-11-22T04:15:02.033Z | Downloaded supports-color v2.1.0 |
1170 | 2023-11-22T04:15:02.033Z | Downloaded thread_local v1.1.7 |
1171 | 2023-11-22T04:15:02.036Z | Downloaded minimal-lexical v0.2.1 |
1172 | 2023-11-22T04:15:02.043Z | Downloaded dof v0.1.5 |
1173 | 2023-11-22T04:15:02.047Z | Downloaded predicates-core v1.0.6 |
1174 | 2023-11-22T04:15:02.052Z | Downloaded memchr v2.6.3 |
1175 | 2023-11-22T04:15:02.068Z | Downloaded diff v0.1.13 |
1176 | 2023-11-22T04:15:02.075Z | Downloaded num-traits v0.2.16 |
1177 | 2023-11-22T04:15:02.085Z | Downloaded derive_builder v0.12.0 |
1178 | 2023-11-22T04:15:02.095Z | Downloaded rand_xorshift v0.3.0 |
1179 | 2023-11-22T04:15:02.098Z | Downloaded serde_spanned v0.6.4 |
1180 | 2023-11-22T04:15:02.101Z | Downloaded num-complex v0.4.4 |
1181 | 2023-11-22T04:15:02.106Z | Downloaded percent-encoding v2.3.0 |
1182 | 2023-11-22T04:15:02.112Z | Downloaded derive-where v1.2.5 |
1183 | 2023-11-22T04:15:02.118Z | Downloaded rand_core v0.6.4 |
1184 | 2023-11-22T04:15:02.122Z | Downloaded poly1305 v0.8.0 |
1185 | 2023-11-22T04:15:02.128Z | Downloaded proc-macro-error v1.0.4 |
1186 | 2023-11-22T04:15:02.137Z | Downloaded unicode-ident v1.0.12 |
1187 | 2023-11-22T04:15:02.144Z | Downloaded smf v0.2.2 |
1188 | 2023-11-22T04:15:02.148Z | Downloaded tokio-macros v2.2.0 |
1189 | 2023-11-22T04:15:02.151Z | Downloaded darling v0.20.3 |
1190 | 2023-11-22T04:15:02.155Z | Downloaded base64ct v1.6.0 |
1191 | 2023-11-22T04:15:02.161Z | Downloaded scopeguard v1.2.0 |
1192 | 2023-11-22T04:15:02.165Z | Downloaded console v0.15.7 |
1193 | 2023-11-22T04:15:02.165Z | Downloaded mime v0.3.17 |
1194 | 2023-11-22T04:15:02.170Z | Downloaded num-rational v0.4.1 |
1195 | 2023-11-22T04:15:02.170Z | Downloaded tiny-keccak v2.0.2 |
1196 | 2023-11-22T04:15:02.173Z | Downloaded either v1.9.0 |
1197 | 2023-11-22T04:15:02.176Z | Downloaded owo-colors v3.5.0 |
1198 | 2023-11-22T04:15:02.180Z | Downloaded typenum v1.16.0 |
1199 | 2023-11-22T04:15:02.184Z | Downloaded crc-catalog v2.2.0 |
1200 | 2023-11-22T04:15:02.187Z | Downloaded derive_builder_core v0.12.0 |
1201 | 2023-11-22T04:15:02.192Z | Downloaded deranged v0.3.8 |
1202 | 2023-11-22T04:15:02.195Z | Downloaded backtrace v0.3.69 |
1203 | 2023-11-22T04:15:02.200Z | Downloaded funty v2.0.0 |
1204 | 2023-11-22T04:15:02.204Z | Downloaded slab v0.4.9 |
1205 | 2023-11-22T04:15:02.207Z | Downloaded darling_core v0.14.4 |
1206 | 2023-11-22T04:15:02.211Z | Downloaded base64 v0.13.1 |
1207 | 2023-11-22T04:15:02.218Z | Downloaded serde_tokenstream v0.1.7 |
1208 | 2023-11-22T04:15:02.223Z | Downloaded proc-macro-error-attr v1.0.4 |
1209 | 2023-11-22T04:15:02.226Z | Downloaded time-core v0.1.1 |
1210 | 2023-11-22T04:15:02.226Z | Downloaded futures-task v0.3.29 |
1211 | 2023-11-22T04:15:02.229Z | Downloaded difflib v0.4.0 |
1212 | 2023-11-22T04:15:02.232Z | Downloaded tar v0.4.40 |
1213 | 2023-11-22T04:15:02.234Z | Downloaded crossbeam-epoch v0.9.15 |
1214 | 2023-11-22T04:15:02.239Z | Downloaded num_enum v0.5.11 |
1215 | 2023-11-22T04:15:02.253Z | Downloaded corncobs v0.1.3 |
1216 | 2023-11-22T04:15:02.675Z | Downloaded crc v3.0.1 |
1217 | 2023-11-22T04:15:02.675Z | Downloaded libefi-sys v0.1.0 |
1218 | 2023-11-22T04:15:02.675Z | Downloaded fnv v1.0.7 |
1219 | 2023-11-22T04:15:02.675Z | Downloaded float-cmp v0.9.0 |
1220 | 2023-11-22T04:15:02.675Z | Downloaded der_derive v0.7.2 |
1221 | 2023-11-22T04:15:02.675Z | Downloaded version_check v0.9.4 |
1222 | 2023-11-22T04:15:02.675Z | Downloaded num_cpus v1.16.0 |
1223 | 2023-11-22T04:15:02.675Z | Downloaded packed_struct_codegen v0.10.1 |
1224 | 2023-11-22T04:15:02.675Z | Downloaded siphasher v0.3.11 |
1225 | 2023-11-22T04:15:02.675Z | Downloaded slog-json v2.6.1 |
1226 | 2023-11-22T04:15:02.675Z | Downloaded indexmap v1.9.3 |
1227 | 2023-11-22T04:15:02.675Z | Downloaded fallible-iterator v0.2.0 |
1228 | 2023-11-22T04:15:02.675Z | Downloaded enum-as-inner v0.5.1 |
1229 | 2023-11-22T04:15:02.675Z | Downloaded oso v0.27.0 |
1230 | 2023-11-22T04:15:02.675Z | Downloaded mockall_derive v0.11.4 |
1231 | 2023-11-22T04:15:02.675Z | Downloaded block-padding v0.3.3 |
1232 | 2023-11-22T04:15:02.675Z | Downloaded camino-tempfile v1.0.2 |
1233 | 2023-11-22T04:15:02.675Z | Downloaded radium v0.7.0 |
1234 | 2023-11-22T04:15:02.675Z | Downloaded termcolor v1.2.0 |
1235 | 2023-11-22T04:15:02.675Z | Downloaded string_cache v0.8.7 |
1236 | 2023-11-22T04:15:02.675Z | Downloaded bcs v0.1.6 |
1237 | 2023-11-22T04:15:02.675Z | Downloaded zone v0.3.0 |
1238 | 2023-11-22T04:15:02.675Z | Downloaded synstructure v0.12.6 |
1239 | 2023-11-22T04:15:02.675Z | Downloaded num_enum_derive v0.5.11 |
1240 | 2023-11-22T04:15:02.675Z | Downloaded derive_builder_macro v0.12.0 |
1241 | 2023-11-22T04:15:02.675Z | Downloaded signature v2.1.0 |
1242 | 2023-11-22T04:15:02.675Z | Downloaded slog-envlogger v2.2.0 |
1243 | 2023-11-22T04:15:02.675Z | Downloaded untrusted v0.7.1 |
1244 | 2023-11-22T04:15:02.675Z | Downloaded anyhow v1.0.75 |
1245 | 2023-11-22T04:15:02.675Z | Downloaded foreign-types v0.3.2 |
1246 | 2023-11-22T04:15:02.675Z | Downloaded structmeta-derive v0.2.0 |
1247 | 2023-11-22T04:15:02.675Z | Downloaded ahash v0.8.3 |
1248 | 2023-11-22T04:15:02.675Z | Downloaded tokio-native-tls v0.3.1 |
1249 | 2023-11-22T04:15:02.675Z | Downloaded cfg-if v1.0.0 |
1250 | 2023-11-22T04:15:02.675Z | Downloaded olpc-cjson v0.1.3 |
1251 | 2023-11-22T04:15:02.675Z | Downloaded num-iter v0.1.43 |
1252 | 2023-11-22T04:15:02.675Z | Downloaded bitflags v1.3.2 |
1253 | 2023-11-22T04:15:02.675Z | Downloaded miniz_oxide v0.7.1 |
1254 | 2023-11-22T04:15:02.675Z | Downloaded io-lifetimes v1.0.11 |
1255 | 2023-11-22T04:15:02.677Z | Downloaded hyper-rustls v0.24.2 |
1256 | 2023-11-22T04:15:02.677Z | Downloaded serde-big-array v0.4.1 |
1257 | 2023-11-22T04:15:02.677Z | Downloaded fxhash v0.2.1 |
1258 | 2023-11-22T04:15:02.677Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1259 | 2023-11-22T04:15:02.677Z | Downloaded async-trait v0.1.74 |
1260 | 2023-11-22T04:15:02.677Z | Downloaded anstyle-parse v0.2.1 |
1261 | 2023-11-22T04:15:02.677Z | Downloaded nibble_vec v0.1.0 |
1262 | 2023-11-22T04:15:02.677Z | Downloaded native-tls v0.2.11 |
1263 | 2023-11-22T04:15:02.677Z | Downloaded untrusted v0.9.0 |
1264 | 2023-11-22T04:15:02.677Z | Downloaded structmeta v0.2.0 |
1265 | 2023-11-22T04:15:02.677Z | Downloaded slog-dtrace v0.2.3 |
1266 | 2023-11-22T04:15:02.677Z | Downloaded shell-words v1.1.0 |
1267 | 2023-11-22T04:15:02.677Z | Downloaded dtrace-parser v0.1.14 |
1268 | 2023-11-22T04:15:02.677Z | Downloaded backoff v0.4.0 |
1269 | 2023-11-22T04:15:02.677Z | Downloaded argon2 v0.5.2 |
1270 | 2023-11-22T04:15:02.677Z | Downloaded semver v0.1.20 |
1271 | 2023-11-22T04:15:02.677Z | Downloaded crunchy v0.2.2 |
1272 | 2023-11-22T04:15:02.677Z | Downloaded is-terminal v0.4.9 |
1273 | 2023-11-22T04:15:02.677Z | Downloaded bitflags v2.4.0 |
1274 | 2023-11-22T04:15:02.677Z | Downloaded semver v0.11.0 |
1275 | 2023-11-22T04:15:02.677Z | Downloaded schemars_derive v0.8.13 |
1276 | 2023-11-22T04:15:02.677Z | Downloaded num-derive v0.4.0 |
1277 | 2023-11-22T04:15:02.677Z | Downloaded ipnetwork v0.20.0 |
1278 | 2023-11-22T04:15:02.677Z | Downloaded hyper-staticfile v0.10.0 |
1279 | 2023-11-22T04:15:02.677Z | Downloaded lazy_static v1.4.0 |
1280 | 2023-11-22T04:15:02.677Z | Downloaded inout v0.1.3 |
1281 | 2023-11-22T04:15:02.677Z | Downloaded impl-trait-for-tuples v0.2.2 |
1282 | 2023-11-22T04:15:02.677Z | Downloaded anstyle v1.0.2 |
1283 | 2023-11-22T04:15:02.678Z | Downloaded nodrop v0.1.14 |
1284 | 2023-11-22T04:15:02.678Z | Downloaded multer v2.1.0 |
1285 | 2023-11-22T04:15:02.678Z | Downloaded termtree v0.4.1 |
1286 | 2023-11-22T04:15:02.678Z | Downloaded hyper-tls v0.5.0 |
1287 | 2023-11-22T04:15:02.678Z | Downloaded bb8 v0.8.1 |
1288 | 2023-11-22T04:15:02.678Z | Downloaded atomic-waker v1.1.1 |
1289 | 2023-11-22T04:15:02.678Z | Downloaded keccak v0.1.4 |
1290 | 2023-11-22T04:15:02.678Z | Downloaded base16ct v0.2.0 |
1291 | 2023-11-22T04:15:02.678Z | Downloaded autocfg v1.1.0 |
1292 | 2023-11-22T04:15:02.678Z | Downloaded adler v1.0.2 |
1293 | 2023-11-22T04:15:02.678Z | Downloaded shlex v1.1.0 |
1294 | 2023-11-22T04:15:02.678Z | Downloaded itertools v0.12.0 |
1295 | 2023-11-22T04:15:02.678Z | Downloaded maybe-uninit v2.0.0 |
1296 | 2023-11-22T04:15:02.678Z | Downloaded ident_case v1.0.1 |
1297 | 2023-11-22T04:15:02.678Z | Downloaded addr2line v0.21.0 |
1298 | 2023-11-22T04:15:02.678Z | Downloaded anstream v0.5.0 |
1299 | 2023-11-22T04:15:02.678Z | Downloaded serde-big-array v0.5.1 |
1300 | 2023-11-22T04:15:02.678Z | Downloaded nu-ansi-term v0.49.0 |
1301 | 2023-11-22T04:15:02.678Z | Downloaded linked-hash-map v0.5.6 |
1302 | 2023-11-22T04:15:02.678Z | Downloaded indoc v2.0.3 |
1303 | 2023-11-22T04:15:02.678Z | Downloaded buf-list v1.0.3 |
1304 | 2023-11-22T04:15:02.678Z | Downloaded indoc v1.0.9 |
1305 | 2023-11-22T04:15:02.678Z | Downloaded bit-vec v0.6.3 |
1306 | 2023-11-22T04:15:02.679Z | Downloaded bit-set v0.5.3 |
1307 | 2023-11-22T04:15:02.679Z | Downloaded async-recursion v1.0.5 |
1308 | 2023-11-22T04:15:02.679Z | Downloaded ascii-canvas v3.0.0 |
1309 | 2023-11-22T04:15:02.679Z | Downloaded serde_with v2.3.3 |
1310 | 2023-11-22T04:15:02.679Z | Downloaded nanorand v0.7.0 |
1311 | 2023-11-22T04:15:02.679Z | Downloaded cstr-argument v0.1.2 |
1312 | 2023-11-22T04:15:02.679Z | Downloaded byteorder v1.5.0 |
1313 | 2023-11-22T04:15:02.679Z | Downloaded bytecount v0.6.3 |
1314 | 2023-11-22T04:15:02.679Z | Downloaded bitfield v0.14.0 |
1315 | 2023-11-22T04:15:02.679Z | Downloaded aead v0.5.2 |
1316 | 2023-11-22T04:15:02.683Z | Downloaded oso-derive v0.27.0 |
1317 | 2023-11-22T04:15:02.683Z | Downloaded number_prefix v0.4.0 |
1318 | 2023-11-22T04:15:02.683Z | Downloaded convert_case v0.4.0 |
1319 | 2023-11-22T04:15:02.683Z | Downloaded clap_lex v0.5.1 |
1320 | 2023-11-22T04:15:02.683Z | Downloaded new_debug_unreachable v1.0.4 |
1321 | 2023-11-22T04:15:02.683Z | Downloaded async-stream v0.3.5 |
1322 | 2023-11-22T04:15:02.683Z | Downloaded crossbeam v0.8.2 |
1323 | 2023-11-22T04:15:02.683Z | Downloaded memoffset v0.7.1 |
1324 | 2023-11-22T04:15:02.683Z | Downloaded macaddr v1.0.1 |
1325 | 2023-11-22T04:15:02.683Z | Downloaded lock_api v0.4.10 |
1326 | 2023-11-22T04:15:02.683Z | Downloaded libloading v0.7.4 |
1327 | 2023-11-22T04:15:02.683Z | Downloaded lazycell v1.3.0 |
1328 | 2023-11-22T04:15:02.683Z | Downloaded cancel-safe-futures v0.1.5 |
1329 | 2023-11-22T04:15:02.683Z | Downloaded linear-map v1.2.0 |
1330 | 2023-11-22T04:15:02.683Z | Downloaded libsw v3.3.0 |
1331 | 2023-11-22T04:15:02.683Z | Downloaded clap v4.4.3 |
1332 | 2023-11-22T04:15:02.683Z | Downloaded lru-cache v0.1.2 |
1333 | 2023-11-22T04:15:02.683Z | Downloaded chacha20poly1305 v0.10.1 |
1334 | 2023-11-22T04:15:02.683Z | Downloaded const-oid v0.9.5 |
1335 | 2023-11-22T04:15:02.683Z | Downloaded colorchoice v1.0.0 |
1336 | 2023-11-22T04:15:02.683Z | Downloaded clang-sys v1.6.1 |
1337 | 2023-11-22T04:15:02.683Z | Downloaded cfg-if v0.1.10 |
1338 | 2023-11-22T04:15:02.683Z | Downloaded cassowary v0.3.0 |
1339 | 2023-11-22T04:15:02.683Z | Downloaded bytes v1.5.0 |
1340 | 2023-11-22T04:15:02.684Z | Downloaded ciborium-ll v0.2.1 |
1341 | 2023-11-22T04:15:02.684Z | Downloaded chacha20 v0.9.1 |
1342 | 2023-11-22T04:15:02.684Z | Downloaded cexpr v0.6.0 |
1343 | 2023-11-22T04:15:02.684Z | Downloaded cc v1.0.83 |
1344 | 2023-11-22T04:15:02.684Z | Downloaded anstyle-query v1.0.0 |
1345 | 2023-11-22T04:15:02.684Z | Downloaded assert_matches v1.5.0 |
1346 | 2023-11-22T04:15:02.920Z | Compiling proc-macro2 v1.0.69 |
1347 | 2023-11-22T04:15:02.924Z | Compiling unicode-ident v1.0.12 |
1348 | 2023-11-22T04:15:02.924Z | Compiling libc v0.2.150 |
1349 | 2023-11-22T04:15:02.925Z | Compiling serde v1.0.192 |
1350 | 2023-11-22T04:15:02.945Z | Compiling autocfg v1.1.0 |
1351 | 2023-11-22T04:15:02.948Z | Compiling cfg-if v1.0.0 |
1352 | 2023-11-22T04:15:02.948Z | Compiling version_check v0.9.4 |
1353 | 2023-11-22T04:15:02.948Z | Compiling syn v1.0.109 |
1354 | 2023-11-22T04:15:03.304Z | Compiling once_cell v1.18.0 |
1355 | 2023-11-22T04:15:03.365Z | Compiling parking_lot_core v0.9.8 |
1356 | 2023-11-22T04:15:04.239Z | Compiling libm v0.2.7 |
1357 | 2023-11-22T04:15:04.243Z | Compiling serde_json v1.0.108 |
1358 | 2023-11-22T04:15:04.243Z | Compiling lock_api v0.4.10 |
1359 | 2023-11-22T04:15:04.954Z | Compiling num-traits v0.2.16 |
1360 | 2023-11-22T04:15:04.957Z | Compiling futures-core v0.3.29 |
1361 | 2023-11-22T04:15:04.957Z | Compiling thiserror v1.0.49 |
1362 | 2023-11-22T04:15:04.957Z | Compiling scopeguard v1.2.0 |
1363 | 2023-11-22T04:15:05.235Z | Compiling typenum v1.16.0 |
1364 | 2023-11-22T04:15:05.300Z | Compiling memchr v2.6.3 |
1365 | 2023-11-22T04:15:05.467Z | Compiling generic-array v0.14.7 |
1366 | 2023-11-22T04:15:05.683Z | Compiling itoa v1.0.9 |
1367 | 2023-11-22T04:15:06.004Z | Compiling pkg-config v0.3.27 |
1368 | 2023-11-22T04:15:06.827Z | Compiling quote v1.0.33 |
1369 | 2023-11-22T04:15:07.430Z | Compiling syn v2.0.32 |
1370 | 2023-11-22T04:15:07.613Z | Compiling cc v1.0.83 |
1371 | 2023-11-22T04:15:07.865Z | Compiling getrandom v0.2.10 |
1372 | 2023-11-22T04:15:08.370Z | Compiling slab v0.4.9 |
1373 | 2023-11-22T04:15:08.434Z | Compiling futures-task v0.3.29 |
1374 | 2023-11-22T04:15:08.504Z | Compiling futures-channel v0.3.29 |
1375 | 2023-11-22T04:15:08.935Z | Compiling log v0.4.20 |
1376 | 2023-11-22T04:15:09.254Z | Compiling futures-util v0.3.29 |
1377 | 2023-11-22T04:15:09.600Z | Compiling heck v0.4.1 |
1378 | 2023-11-22T04:15:09.919Z | Compiling ryu v1.0.15 |
1379 | 2023-11-22T04:15:09.985Z | Compiling smallvec v1.11.0 |
1380 | 2023-11-22T04:15:10.228Z | Compiling pin-project-lite v0.2.13 |
1381 | 2023-11-22T04:15:10.431Z | Compiling schemars v0.8.13 |
1382 | 2023-11-22T04:15:10.452Z | Compiling vcpkg v0.2.15 |
1383 | 2023-11-22T04:15:11.709Z | Compiling parking_lot v0.12.1 |
1384 | 2023-11-22T04:15:12.277Z | Compiling ring v0.17.5 |
1385 | 2023-11-22T04:15:13.266Z | Compiling openssl-sys v0.9.93 |
1386 | 2023-11-22T04:15:13.917Z | Compiling signal-hook-registry v1.4.1 |
1387 | 2023-11-22T04:15:15.665Z | Compiling ring v0.16.20 |
1388 | 2023-11-22T04:15:15.668Z | Compiling mio v0.8.9 |
1389 | 2023-11-22T04:15:16.357Z | Compiling indexmap v1.9.3 |
1390 | 2023-11-22T04:15:16.487Z | Compiling equivalent v1.0.1 |
1391 | 2023-11-22T04:15:16.530Z | Compiling hashbrown v0.14.2 |
1392 | 2023-11-22T04:15:16.642Z | Compiling byteorder v1.5.0 |
1393 | 2023-11-22T04:15:17.213Z | Compiling ahash v0.8.3 |
1394 | 2023-11-22T04:15:17.521Z | Compiling httparse v1.8.0 |
1395 | 2023-11-22T04:15:17.620Z | Compiling num_cpus v1.16.0 |
1396 | 2023-11-22T04:15:17.733Z | Compiling socket2 v0.5.5 |
1397 | 2023-11-22T04:15:17.851Z | Compiling spin v0.5.2 |
1398 | 2023-11-22T04:15:18.246Z | Compiling rand_core v0.6.4 |
1399 | 2023-11-22T04:15:18.848Z | Compiling fnv v1.0.7 |
1400 | 2023-11-22T04:15:18.869Z | Compiling semver v1.0.20 |
1401 | 2023-11-22T04:15:19.025Z | Compiling openssl v0.10.57 |
1402 | 2023-11-22T04:15:19.443Z | Compiling serde_derive_internals v0.26.0 |
1403 | 2023-11-22T04:15:19.626Z | Compiling iana-time-zone v0.1.57 |
1404 | 2023-11-22T04:15:19.669Z | Compiling rustls v0.21.9 |
1405 | 2023-11-22T04:15:20.162Z | Compiling crossbeam-utils v0.8.16 |
1406 | 2023-11-22T04:15:20.766Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-11-22T04:15:20.796Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-11-22T04:15:20.847Z | Compiling native-tls v0.2.11 |
1409 | 2023-11-22T04:15:21.034Z | Compiling synstructure v0.12.6 |
1410 | 2023-11-22T04:15:21.575Z | Compiling futures-sink v0.3.29 |
1411 | 2023-11-22T04:15:21.813Z | Compiling io-lifetimes v1.0.11 |
1412 | 2023-11-22T04:15:22.725Z | Compiling backtrace v0.3.69 |
1413 | 2023-11-22T04:15:23.112Z | Compiling dyn-clone v1.0.13 |
1414 | 2023-11-22T04:15:23.176Z | Compiling winnow v0.5.15 |
1415 | 2023-11-22T04:15:23.321Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2023-11-22T04:15:23.460Z | Compiling tinyvec v1.6.0 |
1417 | 2023-11-22T04:15:24.533Z | Compiling tracing-core v0.1.31 |
1418 | 2023-11-22T04:15:24.571Z | Compiling num-integer v0.1.45 |
1419 | 2023-11-22T04:15:24.796Z | Compiling memoffset v0.9.0 |
1420 | 2023-11-22T04:15:24.925Z | Compiling futures-io v0.3.29 |
1421 | 2023-11-22T04:15:25.005Z | Compiling pin-utils v0.1.0 |
1422 | 2023-11-22T04:15:25.237Z | Compiling rustix v0.38.9 |
1423 | 2023-11-22T04:15:25.463Z | Compiling rustix v0.37.23 |
1424 | 2023-11-22T04:15:25.668Z | Compiling hashbrown v0.13.2 |
1425 | 2023-11-22T04:15:26.020Z | Compiling unicode-normalization v0.1.22 |
1426 | 2023-11-22T04:15:26.176Z | Compiling spin v0.9.8 |
1427 | 2023-11-22T04:15:26.840Z | Compiling usdt-impl v0.3.5 |
1428 | 2023-11-22T04:15:27.358Z | Compiling unicode-bidi v0.3.13 |
1429 | 2023-11-22T04:15:27.548Z | Compiling slog v2.7.0 |
1430 | 2023-11-22T04:15:27.919Z | Compiling bitflags v1.3.2 |
1431 | 2023-11-22T04:15:28.215Z | Compiling anyhow v1.0.75 |
1432 | 2023-11-22T04:15:28.244Z | Compiling time-core v0.1.1 |
1433 | 2023-11-22T04:15:28.510Z | Compiling crc32fast v1.3.2 |
1434 | 2023-11-22T04:15:29.005Z | Compiling time-macros v0.2.13 |
1435 | 2023-11-22T04:15:29.133Z | Compiling serde_derive v1.0.192 |
1436 | 2023-11-22T04:15:29.192Z | Compiling thiserror-impl v1.0.49 |
1437 | 2023-11-22T04:15:29.200Z | Compiling tokio-macros v2.2.0 |
1438 | 2023-11-22T04:15:29.292Z | Compiling zeroize_derive v1.4.2 |
1439 | 2023-11-22T04:15:29.471Z | Compiling futures-macro v0.3.29 |
1440 | 2023-11-22T04:15:30.956Z | Compiling tracing-attributes v0.1.26 |
1441 | 2023-11-22T04:15:31.655Z | Compiling schemars_derive v0.8.13 |
1442 | 2023-11-22T04:15:31.658Z | Compiling zeroize v1.6.0 |
1443 | 2023-11-22T04:15:31.760Z | Compiling openssl-macros v0.1.1 |
1444 | 2023-11-22T04:15:32.838Z | Compiling zerocopy-derive v0.2.0 |
1445 | 2023-11-22T04:15:33.844Z | Compiling pest v2.7.2 |
1446 | 2023-11-22T04:15:34.404Z | Compiling crypto-common v0.1.6 |
1447 | 2023-11-22T04:15:35.332Z | Compiling block-buffer v0.10.4 |
1448 | 2023-11-22T04:15:35.555Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1449 | 2023-11-22T04:15:35.654Z | Compiling aho-corasick v1.0.4 |
1450 | 2023-11-22T04:15:36.206Z | Compiling crossbeam-epoch v0.9.15 |
1451 | 2023-11-22T04:15:36.304Z | Compiling tracing v0.1.37 |
1452 | 2023-11-22T04:15:36.929Z | Compiling regex-syntax v0.8.2 |
1453 | 2023-11-22T04:15:37.166Z | Compiling ppv-lite86 v0.2.17 |
1454 | 2023-11-22T04:15:37.731Z | Compiling signal-hook v0.3.17 |
1455 | 2023-11-22T04:15:38.146Z | Compiling pest_meta v2.7.2 |
1456 | 2023-11-22T04:15:38.611Z | Compiling subtle v2.5.0 |
1457 | 2023-11-22T04:15:38.640Z | Compiling async-trait v0.1.74 |
1458 | 2023-11-22T04:15:39.058Z | Compiling const-oid v0.9.5 |
1459 | 2023-11-22T04:15:39.300Z | Compiling rustversion v1.0.14 |
1460 | 2023-11-22T04:15:40.191Z | Compiling pest_generator v2.7.2 |
1461 | 2023-11-22T04:15:42.166Z | Compiling digest v0.10.7 |
1462 | 2023-11-22T04:15:42.922Z | Compiling regex-automata v0.4.3 |
1463 | 2023-11-22T04:15:43.301Z | Compiling rand_chacha v0.3.1 |
1464 | 2023-11-22T04:15:44.562Z | Compiling zerocopy v0.3.0 |
1465 | 2023-11-22T04:15:44.828Z | Compiling pest_derive v2.7.2 |
1466 | 2023-11-22T04:15:45.252Z | Compiling zerocopy-derive v0.6.4 |
1467 | 2023-11-22T04:15:46.332Z | Compiling base64 v0.21.5 |
1468 | 2023-11-22T04:15:47.214Z | Compiling strsim v0.10.0 |
1469 | 2023-11-22T04:15:47.448Z | Compiling dtrace-parser v0.1.14 |
1470 | 2023-11-22T04:15:48.157Z | Compiling dof v0.1.5 |
1471 | 2023-11-22T04:15:48.315Z | Compiling rand v0.8.5 |
1472 | 2023-11-22T04:15:49.455Z | Compiling regex v1.10.2 |
1473 | 2023-11-22T04:15:51.077Z | Compiling bytes v1.5.0 |
1474 | 2023-11-22T04:15:51.699Z | Compiling indexmap v2.1.0 |
1475 | 2023-11-22T04:15:52.999Z | Compiling uuid v1.6.1 |
1476 | 2023-11-22T04:15:53.024Z | Compiling chrono v0.4.31 |
1477 | 2023-11-22T04:15:53.792Z | Compiling tokio v1.34.0 |
1478 | 2023-11-22T04:15:54.138Z | Compiling bitflags v2.4.0 |
1479 | 2023-11-22T04:15:55.996Z | Compiling serde_spanned v0.6.4 |
1480 | 2023-11-22T04:15:56.259Z | Compiling toml_datetime v0.6.5 |
1481 | 2023-11-22T04:15:56.405Z | Compiling http v0.2.11 |
1482 | 2023-11-22T04:15:57.439Z | Compiling rustc_version v0.4.0 |
1483 | 2023-11-22T04:15:58.469Z | Compiling toml_edit v0.19.15 |
1484 | 2023-11-22T04:15:58.995Z | Compiling heapless v0.7.16 |
1485 | 2023-11-22T04:16:08.099Z | Compiling tokio-util v0.7.10 |
1486 | 2023-11-22T04:16:18.507Z | Compiling errno v0.3.2 |
1487 | 2023-11-22T04:16:18.507Z | Compiling thread-id v4.2.0 |
1488 | 2023-11-22T04:16:18.507Z | Compiling num-bigint v0.4.4 |
1489 | 2023-11-22T04:16:18.529Z | Compiling openssl-probe v0.1.5 |
1490 | 2023-11-22T04:16:18.529Z | Compiling smoltcp v0.9.1 |
1491 | 2023-11-22T04:16:18.529Z | Compiling foreign-types-shared v0.1.1 |
1492 | 2023-11-22T04:16:18.529Z | Compiling percent-encoding v2.3.0 |
1493 | 2023-11-22T04:16:18.529Z | Compiling untrusted v0.9.0 |
1494 | 2023-11-22T04:16:18.529Z | Compiling hashbrown v0.12.3 |
1495 | 2023-11-22T04:16:18.529Z | Compiling untrusted v0.7.1 |
1496 | 2023-11-22T04:16:18.530Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2023-11-22T04:16:18.530Z | Compiling doc-comment v0.3.3 |
1498 | 2023-11-22T04:16:18.530Z | Compiling foreign-types v0.3.2 |
1499 | 2023-11-22T04:16:18.530Z | Compiling strum_macros v0.25.2 |
1500 | 2023-11-22T04:16:18.574Z | Compiling serde_tokenstream v0.1.7 |
1501 | 2023-11-22T04:16:19.889Z | Compiling lazy_static v1.4.0 |
1502 | 2023-11-22T04:16:20.026Z | Compiling socket2 v0.4.9 |
1503 | 2023-11-22T04:16:20.071Z | Compiling adler v1.0.2 |
1504 | 2023-11-22T04:16:20.793Z | Compiling try-lock v0.2.4 |
1505 | 2023-11-22T04:16:20.998Z | Compiling unicode-segmentation v1.10.1 |
1506 | 2023-11-22T04:16:21.554Z | Compiling unicode-width v0.1.11 |
1507 | 2023-11-22T04:16:22.402Z | Compiling siphasher v0.3.11 |
1508 | 2023-11-22T04:16:23.418Z | Compiling want v0.3.1 |
1509 | 2023-11-22T04:16:23.837Z | Compiling miniz_oxide v0.7.1 |
1510 | 2023-11-22T04:16:26.704Z | Compiling rustls-webpki v0.101.7 |
1511 | 2023-11-22T04:16:26.936Z | Compiling sct v0.7.0 |
1512 | 2023-11-22T04:16:28.024Z | Compiling h2 v0.3.21 |
1513 | 2023-11-22T04:16:29.529Z | Compiling form_urlencoded v1.2.0 |
1514 | 2023-11-22T04:16:29.947Z | Compiling http-body v0.4.5 |
1515 | 2023-11-22T04:16:30.061Z | Compiling hubpack_derive v0.1.1 |
1516 | 2023-11-22T04:16:30.553Z | Compiling pin-project-internal v1.1.3 |
1517 | 2023-11-22T04:16:31.603Z | Compiling num-iter v0.1.43 |
1518 | 2023-11-22T04:16:32.060Z | Compiling tower-service v0.3.2 |
1519 | 2023-11-22T04:16:32.242Z | Compiling cpufeatures v0.2.9 |
1520 | 2023-11-22T04:16:33.772Z | Compiling utf8parse v0.2.1 |
1521 | 2023-11-22T04:16:33.808Z | Compiling httpdate v1.0.3 |
1522 | 2023-11-22T04:16:34.292Z | Compiling anstyle v1.0.2 |
1523 | 2023-11-22T04:16:34.975Z | Compiling anstyle-parse v0.2.1 |
1524 | 2023-11-22T04:16:35.472Z | Compiling sha2 v0.10.8 |
1525 | 2023-11-22T04:16:38.945Z | Compiling usdt-attr-macro v0.3.5 |
1526 | 2023-11-22T04:16:38.970Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-11-22T04:16:39.820Z | Compiling hyper v0.14.27 |
1528 | 2023-11-22T04:16:41.943Z | Compiling openapiv3 v2.0.0-rc.1 |
1529 | 2023-11-22T04:16:43.355Z | Compiling serde_tokenstream v0.2.0 |
1530 | 2023-11-22T04:16:44.165Z | Compiling rustls-pemfile v1.0.3 |
1531 | 2023-11-22T04:16:44.592Z | Compiling md-5 v0.10.5 |
1532 | 2023-11-22T04:16:44.681Z | Compiling hmac v0.12.1 |
1533 | 2023-11-22T04:16:45.159Z | Compiling stringprep v0.1.3 |
1534 | 2023-11-22T04:16:45.226Z | Compiling idna v0.4.0 |
1535 | 2023-11-22T04:16:45.557Z | Compiling diesel_table_macro_syntax v0.1.0 |
1536 | 2023-11-22T04:16:46.109Z | Compiling hash32 v0.2.1 |
1537 | 2023-11-22T04:16:46.131Z | Compiling anstyle-query v1.0.0 |
1538 | 2023-11-22T04:16:46.349Z | Compiling gimli v0.28.0 |
1539 | 2023-11-22T04:16:46.699Z | Compiling colorchoice v1.0.0 |
1540 | 2023-11-22T04:16:46.930Z | Compiling stable_deref_trait v1.2.0 |
1541 | 2023-11-22T04:16:47.081Z | Compiling fallible-iterator v0.2.0 |
1542 | 2023-11-22T04:16:47.631Z | Compiling either v1.9.0 |
1543 | 2023-11-22T04:16:48.330Z | Compiling postgres-protocol v0.6.6 |
1544 | 2023-11-22T04:16:49.652Z | Compiling anstream v0.5.0 |
1545 | 2023-11-22T04:16:50.015Z | Compiling url v2.4.1 |
1546 | 2023-11-22T04:16:50.255Z | Compiling diesel_derives v2.1.1 |
1547 | 2023-11-22T04:16:52.758Z | Compiling rustls-native-certs v0.6.3 |
1548 | 2023-11-22T04:16:53.269Z | Compiling addr2line v0.21.0 |
1549 | 2023-11-22T04:16:54.326Z | Compiling tokio-rustls v0.24.1 |
1550 | 2023-11-22T04:16:55.196Z | Compiling terminal_size v0.2.6 |
1551 | 2023-11-22T04:16:55.594Z | Compiling tokio-native-tls v0.3.1 |
1552 | 2023-11-22T04:16:55.991Z | Compiling phf_shared v0.11.2 |
1553 | 2023-11-22T04:16:58.370Z | Compiling block-padding v0.3.3 |
1554 | 2023-11-22T04:16:58.682Z | Compiling enum-as-inner v0.5.1 |
1555 | 2023-11-22T04:16:58.736Z | Compiling snafu-derive v0.7.5 |
1556 | 2023-11-22T04:16:58.861Z | Compiling clap_derive v4.4.2 |
1557 | 2023-11-22T04:17:00.216Z | Compiling serde_repr v0.1.16 |
1558 | 2023-11-22T04:17:01.927Z | Compiling regress v0.7.1 |
1559 | 2023-11-22T04:17:07.026Z | Compiling scheduled-thread-pool v0.2.7 |
1560 | 2023-11-22T04:17:07.215Z | Compiling object v0.32.1 |
1561 | 2023-11-22T04:17:09.940Z | Compiling regex-automata v0.1.10 |
1562 | 2023-11-22T04:17:10.742Z | Compiling num_threads v0.1.6 |
1563 | 2023-11-22T04:17:10.937Z | Compiling rustc-demangle v0.1.23 |
1564 | 2023-11-22T04:17:12.447Z | Compiling clap_lex v0.5.1 |
1565 | 2023-11-22T04:17:13.651Z | Compiling ipnet v2.8.0 |
1566 | 2023-11-22T04:17:15.479Z | Compiling deranged v0.3.8 |
1567 | 2023-11-22T04:17:16.566Z | Compiling managed v0.8.0 |
1568 | 2023-11-22T04:17:17.458Z | Compiling bit-vec v0.6.3 |
1569 | 2023-11-22T04:17:17.555Z | Compiling matches v0.1.10 |
1570 | 2023-11-22T04:17:18.115Z | Compiling idna v0.2.3 |
1571 | 2023-11-22T04:17:18.515Z | Compiling time v0.3.27 |
1572 | 2023-11-22T04:17:21.760Z | Compiling clap_builder v4.4.2 |
1573 | 2023-11-22T04:17:21.966Z | Compiling bstr v0.2.17 |
1574 | 2023-11-22T04:17:22.744Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1575 | 2023-11-22T04:17:24.176Z | Compiling r2d2 v0.8.10 |
1576 | 2023-11-22T04:17:26.636Z | Compiling inout v0.1.3 |
1577 | 2023-11-22T04:17:27.430Z | Compiling phf v0.11.2 |
1578 | 2023-11-22T04:17:27.720Z | Compiling hyper-tls v0.5.0 |
1579 | 2023-11-22T04:17:27.879Z | Compiling hyper-rustls v0.24.2 |
1580 | 2023-11-22T04:17:28.238Z | Compiling signal-hook-mio v0.2.3 |
1581 | 2023-11-22T04:17:28.476Z | Compiling flate2 v1.0.28 |
1582 | 2023-11-22T04:17:28.669Z | Compiling bzip2 v0.4.4 |
1583 | 2023-11-22T04:17:29.249Z | Compiling postgres-types v0.2.6 |
1584 | 2023-11-22T04:17:30.030Z | Compiling itertools v0.11.0 |
1585 | 2023-11-22T04:17:31.561Z | Compiling pin-project v1.1.3 |
1586 | 2023-11-22T04:17:31.956Z | Compiling hubpack v0.1.2 |
1587 | 2023-11-22T04:17:32.662Z | Compiling serde_urlencoded v0.7.1 |
1588 | 2023-11-22T04:17:32.811Z | Compiling phf_shared v0.10.0 |
1589 | 2023-11-22T04:17:33.263Z | Compiling ipnetwork v0.20.0 |
1590 | 2023-11-22T04:17:33.817Z | Compiling zerocopy v0.6.4 |
1591 | 2023-11-22T04:17:34.503Z | Compiling futures-executor v0.3.29 |
1592 | 2023-11-22T04:17:35.280Z | Compiling float-cmp v0.9.0 |
1593 | 2023-11-22T04:17:35.399Z | Compiling proc-macro-error-attr v1.0.4 |
1594 | 2023-11-22T04:17:35.465Z | Compiling encoding_rs v0.8.33 |
1595 | 2023-11-22T04:17:36.560Z | Compiling fixedbitset v0.4.2 |
1596 | 2023-11-22T04:17:37.209Z | Compiling whoami v1.4.1 |
1597 | 2023-11-22T04:17:37.378Z | Compiling data-encoding v2.4.0 |
1598 | 2023-11-22T04:17:40.459Z | Compiling static_assertions v1.1.0 |
1599 | 2023-11-22T04:17:40.601Z | Compiling regex-automata v0.3.8 |
1600 | 2023-11-22T04:17:41.428Z | Compiling mime v0.3.17 |
1601 | 2023-11-22T04:17:41.498Z | Compiling precomputed-hash v0.1.1 |
1602 | 2023-11-22T04:17:41.631Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2023-11-22T04:17:41.760Z | Compiling predicates-core v1.0.6 |
1604 | 2023-11-22T04:17:42.236Z | Compiling webpki-roots v0.25.2 |
1605 | 2023-11-22T04:17:42.262Z | Compiling difflib v0.4.0 |
1606 | 2023-11-22T04:17:43.707Z | Compiling new_debug_unreachable v1.0.4 |
1607 | 2023-11-22T04:17:43.844Z | Compiling string_cache v0.8.7 |
1608 | 2023-11-22T04:17:44.287Z | Compiling bstr v1.6.0 |
1609 | 2023-11-22T04:17:44.337Z | Compiling predicates v3.0.4 |
1610 | 2023-11-22T04:17:44.488Z | Compiling reqwest v0.11.22 |
1611 | 2023-11-22T04:17:45.511Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1612 | 2023-11-22T04:17:46.824Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1613 | 2023-11-22T04:17:52.750Z | Compiling trust-dns-proto v0.22.0 |
1614 | 2023-11-22T04:17:56.487Z | Compiling tokio-postgres v0.7.10 |
1615 | 2023-11-22T04:17:56.515Z | Compiling petgraph v0.6.4 |
1616 | 2023-11-22T04:18:06.652Z | Compiling futures v0.3.29 |
1617 | 2023-11-22T04:18:06.821Z | Compiling diesel v2.1.4 |
1618 | 2023-11-22T04:18:07.420Z | Compiling snafu v0.7.5 |
1619 | 2023-11-22T04:18:07.745Z | Compiling yasna v0.5.2 |
1620 | 2023-11-22T04:18:08.111Z | Compiling zip v0.6.6 |
1621 | 2023-11-22T04:18:08.660Z | Compiling crossterm v0.27.0 |
1622 | 2023-11-22T04:18:08.684Z | Compiling clap v4.4.3 |
1623 | 2023-11-22T04:18:08.844Z | Compiling cipher v0.4.4 |
1624 | 2023-11-22T04:18:10.000Z | Compiling similar v2.2.1 |
1625 | 2023-11-22T04:18:10.221Z | Compiling bit-set v0.5.3 |
1626 | 2023-11-22T04:18:10.636Z | Compiling itertools v0.10.5 |
1627 | 2023-11-22T04:18:10.659Z | Compiling usdt v0.3.5 |
1628 | 2023-11-22T04:18:11.635Z | Compiling console v0.15.7 |
1629 | 2023-11-22T04:18:11.939Z | Compiling tokio-stream v0.1.14 |
1630 | 2023-11-22T04:18:13.345Z | Compiling toml v0.7.8 |
1631 | 2023-11-22T04:18:13.400Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2023-11-22T04:18:13.700Z | Compiling toml_edit v0.21.0 |
1633 | 2023-11-22T04:18:14.190Z | Compiling hex v0.4.3 |
1634 | 2023-11-22T04:18:14.793Z | Compiling signature v2.1.0 |
1635 | 2023-11-22T04:18:15.278Z | Compiling proc-macro-error v1.0.4 |
1636 | 2023-11-22T04:18:15.724Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-11-22T04:18:17.774Z | Compiling num_enum_derive v0.5.11 |
1638 | 2023-11-22T04:18:22.364Z | Compiling atty v0.2.14 |
1639 | 2023-11-22T04:18:22.905Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1640 | 2023-11-22T04:18:23.119Z | Compiling ident_case v1.0.1 |
1641 | 2023-11-22T04:18:23.376Z | Compiling darling_core v0.20.3 |
1642 | 2023-11-22T04:18:27.825Z | Compiling num_enum v0.5.11 |
1643 | 2023-11-22T04:18:48.851Z | Compiling dirs-sys-next v0.1.2 |
1644 | 2023-11-22T04:18:53.045Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1645 | 2023-11-22T04:18:53.432Z | Compiling postcard-cobs v0.1.5-pre |
1646 | 2023-11-22T04:18:54.113Z | Compiling postcard v0.7.3 |
1647 | 2023-11-22T04:18:57.259Z | Compiling dirs-next v2.0.0 |
1648 | 2023-11-22T04:18:58.995Z | Compiling darling_macro v0.20.3 |
1649 | 2023-11-22T04:19:02.638Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1650 | 2023-11-22T04:19:12.131Z | Compiling smoltcp v0.8.2 |
1651 | 2023-11-22T04:19:14.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2023-11-22T04:19:15.146Z | Compiling getopts v0.2.21 |
1653 | 2023-11-22T04:19:21.084Z | Compiling structmeta-derive v0.2.0 |
1654 | 2023-11-22T04:19:25.419Z | Compiling foreign-types-macros v0.2.3 |
1655 | 2023-11-22T04:19:29.645Z | Compiling thread_local v1.1.7 |
1656 | 2023-11-22T04:19:30.956Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1657 | 2023-11-22T04:19:31.430Z | Compiling multer v2.1.0 |
1658 | 2023-11-22T04:19:31.968Z | Compiling foreign-types-shared v0.3.1 |
1659 | 2023-11-22T04:19:32.146Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1660 | 2023-11-22T04:19:32.734Z | Compiling unsafe-libyaml v0.2.9 |
1661 | 2023-11-22T04:19:35.785Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1662 | 2023-11-22T04:19:36.132Z | Compiling slog-async v2.8.0 |
1663 | 2023-11-22T04:19:36.855Z | Compiling paste v1.0.14 |
1664 | 2023-11-22T04:19:37.361Z | Compiling cfg-if v0.1.10 |
1665 | 2023-11-22T04:19:37.562Z | Compiling match_cfg v0.1.0 |
1666 | 2023-11-22T04:19:37.710Z | Compiling camino v1.1.6 |
1667 | 2023-11-22T04:19:38.347Z | Compiling hostname v0.3.1 |
1668 | 2023-11-22T04:19:38.717Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-11-22T04:19:43.299Z | Compiling serde_yaml v0.9.25 |
1670 | 2023-11-22T04:19:45.043Z | Compiling foreign-types v0.5.0 |
1671 | 2023-11-22T04:19:48.727Z | Compiling structmeta v0.2.0 |
1672 | 2023-11-22T04:19:49.835Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1673 | 2023-11-22T04:19:55.614Z | Compiling darling v0.20.3 |
1674 | 2023-11-22T04:19:56.273Z | Compiling term v0.7.0 |
1675 | 2023-11-22T04:20:00.048Z | Compiling slog-json v2.6.1 |
1676 | 2023-11-22T04:20:00.865Z | Compiling is-terminal v0.4.9 |
1677 | 2023-11-22T04:20:01.071Z | Compiling crossbeam-channel v0.5.8 |
1678 | 2023-11-22T04:20:05.797Z | Compiling strum v0.25.0 |
1679 | 2023-11-22T04:20:05.869Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1680 | 2023-11-22T04:20:06.079Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1681 | 2023-11-22T04:20:06.394Z | Compiling async-stream-impl v0.3.5 |
1682 | 2023-11-22T04:20:07.292Z | Compiling cstr-argument v0.1.2 |
1683 | 2023-11-22T04:20:07.610Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1684 | 2023-11-22T04:20:07.909Z | Compiling pretty-hex v0.2.1 |
1685 | 2023-11-22T04:20:08.230Z | Compiling crucible-workspace-hack v0.1.0 |
1686 | 2023-11-22T04:20:08.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1687 | 2023-11-22T04:20:08.361Z | Compiling regex-syntax v0.7.5 |
1688 | 2023-11-22T04:20:09.666Z | Compiling atomic-waker v1.1.1 |
1689 | 2023-11-22T04:20:10.114Z | Compiling take_mut v0.2.2 |
1690 | 2023-11-22T04:20:18.659Z | Compiling parse-display-derive v0.8.2 |
1691 | 2023-11-22T04:20:20.743Z | Compiling waitgroup v0.1.2 |
1692 | 2023-11-22T04:20:24.896Z | Compiling async-stream v0.3.5 |
1693 | 2023-11-22T04:20:25.393Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1694 | 2023-11-22T04:20:25.809Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1695 | 2023-11-22T04:20:28.341Z | Compiling colored v2.0.4 |
1696 | 2023-11-22T04:20:28.566Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1697 | 2023-11-22T04:20:29.186Z | Compiling slog-bunyan v2.4.0 |
1698 | 2023-11-22T04:20:29.626Z | Compiling slog-term v2.9.0 |
1699 | 2023-11-22T04:20:33.247Z | Compiling serde_with_macros v2.3.3 |
1700 | 2023-11-22T04:20:43.750Z | Compiling toml v0.8.8 |
1701 | 2023-11-22T04:20:45.975Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1702 | 2023-11-22T04:20:46.925Z | Compiling sha1 v0.10.6 |
1703 | 2023-11-22T04:20:47.560Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1704 | 2023-11-22T04:20:48.390Z | Compiling textwrap v0.11.0 |
1705 | 2023-11-22T04:20:48.841Z | Compiling heck v0.3.3 |
1706 | 2023-11-22T04:20:50.157Z | Compiling serde_path_to_error v0.1.14 |
1707 | 2023-11-22T04:20:50.797Z | Compiling instant v0.1.12 |
1708 | 2023-11-22T04:20:51.030Z | Compiling debug-ignore v1.0.5 |
1709 | 2023-11-22T04:20:51.554Z | Compiling strsim v0.8.0 |
1710 | 2023-11-22T04:20:51.844Z | Compiling libefi-sys v0.1.0 |
1711 | 2023-11-22T04:20:52.301Z | Compiling ansi_term v0.12.1 |
1712 | 2023-11-22T04:20:52.305Z | Compiling vec_map v0.8.2 |
1713 | 2023-11-22T04:20:52.788Z | Compiling rayon-core v1.12.0 |
1714 | 2023-11-22T04:20:52.942Z | Compiling clap v2.34.0 |
1715 | 2023-11-22T04:20:53.338Z | Compiling backoff v0.4.0 |
1716 | 2023-11-22T04:20:53.827Z | Compiling structopt-derive v0.4.18 |
1717 | 2023-11-22T04:20:53.883Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1718 | 2023-11-22T04:20:53.912Z | Compiling serde_with v2.3.3 |
1719 | 2023-11-22T04:20:54.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1720 | 2023-11-22T04:20:58.318Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1721 | 2023-11-22T04:20:58.951Z | Compiling parse-display v0.8.2 |
1722 | 2023-11-22T04:20:59.266Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1723 | 2023-11-22T04:21:00.056Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1724 | 2023-11-22T04:21:00.310Z | Compiling zone_cfg_derive v0.3.0 |
1725 | 2023-11-22T04:21:01.475Z | Compiling crossbeam-deque v0.8.3 |
1726 | 2023-11-22T04:21:02.096Z | Compiling macaddr v1.0.1 |
1727 | 2023-11-22T04:21:02.501Z | Compiling num-derive v0.4.0 |
1728 | 2023-11-22T04:21:02.794Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1729 | 2023-11-22T04:21:03.237Z | Compiling portable-atomic v1.4.3 |
1730 | 2023-11-22T04:21:03.618Z | Compiling zone v0.3.0 |
1731 | 2023-11-22T04:21:06.161Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1732 | 2023-11-22T04:21:09.147Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1733 | 2023-11-22T04:21:09.547Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1734 | 2023-11-22T04:21:10.396Z | Compiling structopt v0.3.26 |
1735 | 2023-11-22T04:21:10.686Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1736 | 2023-11-22T04:21:11.600Z | Compiling smf v0.2.2 |
1737 | 2023-11-22T04:21:12.119Z | Compiling filetime v0.2.22 |
1738 | 2023-11-22T04:21:12.579Z | Compiling xattr v1.0.1 |
1739 | 2023-11-22T04:21:12.618Z | Compiling same-file v1.0.6 |
1740 | 2023-11-22T04:21:13.037Z | Compiling fastrand v2.0.0 |
1741 | 2023-11-22T04:21:13.105Z | Compiling walkdir v2.4.0 |
1742 | 2023-11-22T04:21:13.645Z | Compiling tempfile v3.8.0 |
1743 | 2023-11-22T04:21:14.124Z | Compiling tar v0.4.40 |
1744 | 2023-11-22T04:21:15.906Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1745 | 2023-11-22T04:21:16.555Z | Compiling rayon v1.8.0 |
1746 | 2023-11-22T04:21:18.219Z | Compiling number_prefix v0.4.0 |
1747 | 2023-11-22T04:21:18.625Z | Compiling omicron-zone-package v0.9.1 |
1748 | 2023-11-22T04:21:20.051Z | Compiling swrite v0.1.0 |
1749 | 2023-11-22T04:21:20.241Z | Compiling topological-sort v0.2.2 |
1750 | 2023-11-22T04:21:25.662Z | Compiling indicatif v0.17.7 |
1751 | 2023-11-22T04:21:39.940Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1752 | 2023-11-22T04:21:50.357Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1753 | 2023-11-22T04:21:53.573Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1754 | 2023-11-22T04:21:54.876Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1755 | 2023-11-22T04:22:22.164Z | Finished release [optimized] target(s) in 7m 41s |
1756 | 2023-11-22T04:22:22.412Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1757 | 2023-11-22T04:22:22.510Z | Created new build target 'test' and set it as active |
1758 | 2023-11-22T04:22:22.513Z | |
1759 | 2023-11-22T04:22:22.513Z | real 7:42.362197388 |
1760 | 2023-11-22T04:22:22.513Z | user 49:54.798960847 |
1761 | 2023-11-22T04:22:22.513Z | sys 4:35.466821589 |
1762 | 2023-11-22T04:22:22.513Z | trap 1.927286233 |
1763 | 2023-11-22T04:22:22.513Z | tflt 3.435090089 |
1764 | 2023-11-22T04:22:22.514Z | dflt 3.889523457 |
1765 | 2023-11-22T04:22:22.514Z | kflt 0.025101415 |
1766 | 2023-11-22T04:22:22.514Z | lock 1:47:52.716514994 |
1767 | 2023-11-22T04:22:22.514Z | slp 2:19:57.016604355 |
1768 | 2023-11-22T04:22:22.514Z | lat 2:23.509472001 |
1769 | 2023-11-22T04:22:22.514Z | stop 3:57.276579412 |
1770 | 2023-11-22T04:22:22.516Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1771 | 2023-11-22T04:22:23.581Z | Finished release [optimized] target(s) in 0.98s |
1772 | 2023-11-22T04:22:23.609Z | Running `target/release/omicron-package -t test package` |
1773 | 2023-11-22T04:22:23.651Z | Nov 22 04:22:23.651 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1774 | 2023-11-22T04:22:24.765Z | Compiling base64ct v1.6.0 |
1775 | 2023-11-22T04:22:24.788Z | Compiling linked-hash-map v0.5.6 |
1776 | 2023-11-22T04:22:24.791Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1777 | 2023-11-22T04:22:24.791Z | Compiling blake2 v0.10.6 |
1778 | 2023-11-22T04:22:24.791Z | Compiling same-file v1.0.6 |
1779 | 2023-11-22T04:22:24.791Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1780 | 2023-11-22T04:22:24.807Z | Compiling semver-parser v0.10.2 |
1781 | 2023-11-22T04:22:24.817Z | Compiling fastrand v2.0.0 |
1782 | 2023-11-22T04:22:25.101Z | Compiling walkdir v2.4.0 |
1783 | 2023-11-22T04:22:25.340Z | Compiling lru-cache v0.1.2 |
1784 | 2023-11-22T04:22:25.602Z | Compiling password-hash v0.5.0 |
1785 | 2023-11-22T04:22:25.639Z | Compiling quick-error v1.2.3 |
1786 | 2023-11-22T04:22:25.835Z | Compiling resolv-conf v0.7.0 |
1787 | 2023-11-22T04:22:25.964Z | Compiling tempfile v3.8.0 |
1788 | 2023-11-22T04:22:26.107Z | Compiling semver v0.11.0 |
1789 | 2023-11-22T04:22:27.074Z | Compiling argon2 v0.5.2 |
1790 | 2023-11-22T04:22:27.142Z | Compiling filetime v0.2.22 |
1791 | 2023-11-22T04:22:27.207Z | Compiling xattr v1.0.1 |
1792 | 2023-11-22T04:22:27.559Z | Compiling slog-dtrace v0.2.3 |
1793 | 2023-11-22T04:22:27.562Z | Compiling home v0.5.5 |
1794 | 2023-11-22T04:22:27.872Z | Compiling toolchain_find v0.2.0 |
1795 | 2023-11-22T04:22:27.892Z | Compiling tar v0.4.40 |
1796 | 2023-11-22T04:22:28.079Z | Compiling trust-dns-resolver v0.22.0 |
1797 | 2023-11-22T04:22:28.684Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1798 | 2023-11-22T04:22:29.006Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1799 | 2023-11-22T04:22:29.604Z | Compiling toml v0.5.11 |
1800 | 2023-11-22T04:22:29.669Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1801 | 2023-11-22T04:22:29.734Z | Compiling omicron-zone-package v0.9.1 |
1802 | 2023-11-22T04:22:30.979Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1803 | 2023-11-22T04:22:31.381Z | Compiling toml v0.8.8 |
1804 | 2023-11-22T04:22:31.682Z | Compiling num-rational v0.4.1 |
1805 | 2023-11-22T04:22:32.122Z | Compiling cancel-safe-futures v0.1.5 |
1806 | 2023-11-22T04:22:32.450Z | Compiling rustfmt-wrapper v0.2.0 |
1807 | 2023-11-22T04:22:32.986Z | Compiling convert_case v0.4.0 |
1808 | 2023-11-22T04:22:34.201Z | Compiling derive_more v0.99.17 |
1809 | 2023-11-22T04:22:34.976Z | Compiling pem-rfc7468 v0.7.0 |
1810 | 2023-11-22T04:22:35.011Z | Compiling num-complex v0.4.4 |
1811 | 2023-11-22T04:22:35.489Z | Compiling der_derive v0.7.2 |
1812 | 2023-11-22T04:22:36.290Z | Compiling flagset v0.4.3 |
1813 | 2023-11-22T04:22:36.622Z | Compiling semver v0.1.20 |
1814 | 2023-11-22T04:22:37.185Z | Compiling rustc_version v0.1.7 |
1815 | 2023-11-22T04:22:37.548Z | Compiling num v0.4.1 |
1816 | 2023-11-22T04:22:37.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1817 | 2023-11-22T04:22:37.761Z | Compiling hkdf v0.12.3 |
1818 | 2023-11-22T04:22:37.785Z | Compiling fxhash v0.2.1 |
1819 | 2023-11-22T04:22:37.906Z | Compiling unicase v2.7.0 |
1820 | 2023-11-22T04:22:38.121Z | Compiling radium v0.7.0 |
1821 | 2023-11-22T04:22:38.133Z | Compiling utf-8 v0.7.6 |
1822 | 2023-11-22T04:22:38.330Z | Compiling newtype_derive v0.1.6 |
1823 | 2023-11-22T04:22:38.739Z | Compiling tungstenite v0.20.1 |
1824 | 2023-11-22T04:22:38.771Z | Compiling tap v1.0.1 |
1825 | 2023-11-22T04:22:38.786Z | Compiling ciborium-io v0.2.1 |
1826 | 2023-11-22T04:22:38.948Z | Compiling maybe-uninit v2.0.0 |
1827 | 2023-11-22T04:22:39.034Z | Compiling arc-swap v1.6.0 |
1828 | 2023-11-22T04:22:39.307Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1829 | 2023-11-22T04:22:39.327Z | Compiling der v0.7.8 |
1830 | 2023-11-22T04:22:39.608Z | Compiling half v1.8.2 |
1831 | 2023-11-22T04:22:40.199Z | Compiling keccak v0.1.4 |
1832 | 2023-11-22T04:22:41.635Z | Compiling sha3 v0.10.8 |
1833 | 2023-11-22T04:22:41.830Z | Compiling tokio-tungstenite v0.20.1 |
1834 | 2023-11-22T04:22:42.706Z | Compiling ciborium-ll v0.2.1 |
1835 | 2023-11-22T04:22:43.019Z | Compiling spki v0.7.2 |
1836 | 2023-11-22T04:22:43.519Z | Compiling slog-scope v4.4.0 |
1837 | 2023-11-22T04:22:43.935Z | Compiling wyz v0.5.1 |
1838 | 2023-11-22T04:22:45.020Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1839 | 2023-11-22T04:22:45.559Z | Compiling secrecy v0.8.0 |
1840 | 2023-11-22T04:22:45.953Z | Compiling num-bigint-dig v0.8.4 |
1841 | 2023-11-22T04:22:46.258Z | Compiling crc-catalog v2.2.0 |
1842 | 2023-11-22T04:22:46.389Z | Compiling parking_lot_core v0.8.6 |
1843 | 2023-11-22T04:22:46.489Z | Compiling funty v2.0.0 |
1844 | 2023-11-22T04:22:46.990Z | Compiling packed_struct v0.10.1 |
1845 | 2023-11-22T04:22:47.635Z | Compiling crc v3.0.1 |
1846 | 2023-11-22T04:22:48.439Z | Compiling bitvec v1.0.1 |
1847 | 2023-11-22T04:22:48.927Z | Compiling slog-stdlog v4.1.1 |
1848 | 2023-11-22T04:22:50.430Z | Compiling pkcs8 v0.10.2 |
1849 | 2023-11-22T04:22:51.219Z | Compiling ciborium v0.2.1 |
1850 | 2023-11-22T04:22:52.185Z | Compiling nibble_vec v0.1.0 |
1851 | 2023-11-22T04:22:52.500Z | Compiling packed_struct_codegen v0.10.1 |
1852 | 2023-11-22T04:22:53.017Z | Compiling dirs-sys-next v0.1.2 |
1853 | 2023-11-22T04:22:53.371Z | Compiling glob v0.3.1 |
1854 | 2023-11-22T04:22:53.798Z | Compiling nodrop v0.1.14 |
1855 | 2023-11-22T04:22:53.973Z | Compiling crunchy v0.2.2 |
1856 | 2023-11-22T04:22:54.656Z | Compiling endian-type v0.1.2 |
1857 | 2023-11-22T04:22:54.725Z | Compiling clang-sys v1.6.1 |
1858 | 2023-11-22T04:22:54.955Z | Compiling radix_trie v0.2.1 |
1859 | 2023-11-22T04:22:55.008Z | Compiling array-init v0.0.4 |
1860 | 2023-11-22T04:22:55.779Z | Compiling dirs-next v2.0.0 |
1861 | 2023-11-22T04:22:56.029Z | Compiling pkcs1 v0.7.5 |
1862 | 2023-11-22T04:22:56.395Z | Compiling slog-envlogger v2.2.0 |
1863 | 2023-11-22T04:22:56.407Z | Compiling smallvec v0.6.14 |
1864 | 2023-11-22T04:22:57.134Z | Compiling steno v0.4.0 |
1865 | 2023-11-22T04:23:02.258Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1866 | 2023-11-22T04:23:02.378Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1867 | 2023-11-22T04:23:03.349Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1868 | 2023-11-22T04:23:04.357Z | Compiling prettyplease v0.2.12 |
1869 | 2023-11-22T04:23:04.782Z | Compiling bitfield v0.14.0 |
1870 | 2023-11-22T04:23:05.274Z | Compiling platforms v3.0.2 |
1871 | 2023-11-22T04:23:05.777Z | Compiling termcolor v1.2.0 |
1872 | 2023-11-22T04:23:07.963Z | Compiling tiny-keccak v2.0.2 |
1873 | 2023-11-22T04:23:08.413Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1874 | 2023-11-22T04:23:09.710Z | Compiling env_logger v0.10.0 |
1875 | 2023-11-22T04:23:12.264Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1876 | 2023-11-22T04:23:16.082Z | Compiling parking_lot v0.11.2 |
1877 | 2023-11-22T04:23:17.258Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1878 | 2023-11-22T04:23:19.433Z | Compiling rsa v0.9.2 |
1879 | 2023-11-22T04:23:20.047Z | Compiling serde-hex v0.1.0 |
1880 | 2023-11-22T04:23:22.440Z | Compiling mime_guess v2.0.4 |
1881 | 2023-11-22T04:23:24.311Z | Compiling term v0.7.0 |
1882 | 2023-11-22T04:23:25.094Z | Compiling trust-dns-client v0.22.0 |
1883 | 2023-11-22T04:23:26.672Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1884 | 2023-11-22T04:23:27.220Z | Compiling x509-cert v0.2.4 |
1885 | 2023-11-22T04:23:28.648Z | Compiling darling_core v0.14.4 |
1886 | 2023-11-22T04:23:29.194Z | Compiling ron v0.8.1 |
1887 | 2023-11-22T04:23:39.112Z | Compiling crc-any v2.4.3 |
1888 | 2023-11-22T04:23:39.809Z | Compiling buf-list v1.0.3 |
1889 | 2023-11-22T04:23:40.636Z | Compiling minimal-lexical v0.2.1 |
1890 | 2023-11-22T04:23:40.736Z | Compiling trust-dns-server v0.22.1 |
1891 | 2023-11-22T04:23:41.434Z | Compiling nom v7.1.3 |
1892 | 2023-11-22T04:23:43.138Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1893 | 2023-11-22T04:23:47.683Z | Compiling darling_macro v0.14.4 |
1894 | 2023-11-22T04:23:48.967Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1895 | 2023-11-22T04:23:50.639Z | Compiling ascii-canvas v3.0.0 |
1896 | 2023-11-22T04:23:51.970Z | Compiling sled v0.34.7 |
1897 | 2023-11-22T04:23:55.279Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1898 | 2023-11-22T04:24:13.307Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1899 | 2023-11-22T04:24:17.541Z | Compiling object v0.30.4 |
1900 | 2023-11-22T04:24:20.321Z | Compiling itertools v0.12.0 |
1901 | 2023-11-22T04:24:24.613Z | Compiling is-terminal v0.4.9 |
1902 | 2023-11-22T04:24:24.799Z | Compiling libsw v3.3.0 |
1903 | 2023-11-22T04:24:25.306Z | Compiling ena v0.14.2 |
1904 | 2023-11-22T04:24:25.943Z | Compiling derive-where v1.2.5 |
1905 | 2023-11-22T04:24:26.126Z | Compiling libloading v0.7.4 |
1906 | 2023-11-22T04:24:26.749Z | Compiling regex-syntax v0.6.29 |
1907 | 2023-11-22T04:24:30.286Z | Compiling path-slash v0.1.5 |
1908 | 2023-11-22T04:24:30.615Z | Compiling pretty-hex v0.3.0 |
1909 | 2023-11-22T04:24:30.972Z | Compiling linear-map v1.2.0 |
1910 | 2023-11-22T04:24:31.373Z | Compiling owo-colors v3.5.0 |
1911 | 2023-11-22T04:24:31.618Z | Compiling diff v0.1.13 |
1912 | 2023-11-22T04:24:32.511Z | Compiling bindgen v0.65.1 |
1913 | 2023-11-22T04:24:33.163Z | Compiling lalrpop v0.19.12 |
1914 | 2023-11-22T04:24:34.773Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1915 | 2023-11-22T04:24:36.233Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1916 | 2023-11-22T04:24:36.927Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1917 | 2023-11-22T04:24:43.614Z | Compiling curve25519-dalek v4.1.0 |
1918 | 2023-11-22T04:24:47.232Z | Compiling darling v0.14.4 |
1919 | 2023-11-22T04:24:47.395Z | Compiling cexpr v0.6.0 |
1920 | 2023-11-22T04:24:51.574Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1921 | 2023-11-22T04:24:52.448Z | Compiling which v4.4.0 |
1922 | 2023-11-22T04:24:53.258Z | Compiling ff v0.13.0 |
1923 | 2023-11-22T04:24:53.616Z | Compiling kstat-rs v0.2.3 |
1924 | 2023-11-22T04:24:54.205Z | Compiling memoffset v0.7.1 |
1925 | 2023-11-22T04:24:54.662Z | Compiling rustc-hash v1.1.0 |
1926 | 2023-11-22T04:24:54.870Z | Compiling display-error-chain v0.2.0 |
1927 | 2023-11-22T04:24:55.134Z | Compiling lazycell v1.3.0 |
1928 | 2023-11-22T04:24:55.373Z | Compiling shlex v1.1.0 |
1929 | 2023-11-22T04:24:55.641Z | Compiling peeking_take_while v0.1.2 |
1930 | 2023-11-22T04:24:55.744Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1931 | 2023-11-22T04:24:56.330Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1932 | 2023-11-22T04:24:57.255Z | Compiling group v0.13.0 |
1933 | 2023-11-22T04:24:57.525Z | Compiling derive_builder_core v0.12.0 |
1934 | 2023-11-22T04:25:01.172Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1935 | 2023-11-22T04:25:03.665Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1936 | 2023-11-22T04:25:06.852Z | Compiling camino-tempfile v1.0.2 |
1937 | 2023-11-22T04:25:08.163Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1938 | 2023-11-22T04:25:12.836Z | Compiling globset v0.4.13 |
1939 | 2023-11-22T04:25:15.316Z | Compiling pem v3.0.2 |
1940 | 2023-11-22T04:25:18.010Z | Compiling olpc-cjson v0.1.3 |
1941 | 2023-11-22T04:25:18.361Z | Compiling http v1.0.0 |
1942 | 2023-11-22T04:25:18.879Z | Compiling universal-hash v0.5.1 |
1943 | 2023-11-22T04:25:19.199Z | Compiling crypto-bigint v0.5.2 |
1944 | 2023-11-22T04:25:19.324Z | Compiling bcs v0.1.6 |
1945 | 2023-11-22T04:25:20.728Z | Compiling polar-core v0.27.0 |
1946 | 2023-11-22T04:25:20.808Z | Compiling serde_plain v1.0.2 |
1947 | 2023-11-22T04:25:21.692Z | Compiling libxml v0.3.3 |
1948 | 2023-11-22T04:25:22.633Z | Compiling async-recursion v1.0.5 |
1949 | 2023-11-22T04:25:22.953Z | Compiling curve25519-dalek-derive v0.1.0 |
1950 | 2023-11-22T04:25:23.799Z | Compiling thiserror-impl-no-std v2.0.2 |
1951 | 2023-11-22T04:25:24.188Z | Compiling ref-cast v1.0.20 |
1952 | 2023-11-22T04:25:24.713Z | Compiling highway v1.1.0 |
1953 | 2023-11-22T04:25:24.879Z | Compiling base16ct v0.2.0 |
1954 | 2023-11-22T04:25:25.110Z | Compiling opaque-debug v0.3.0 |
1955 | 2023-11-22T04:25:25.245Z | Compiling typed-path v0.6.0 |
1956 | 2023-11-22T04:25:25.461Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1957 | 2023-11-22T04:25:26.839Z | Compiling poly1305 v0.8.0 |
1958 | 2023-11-22T04:25:27.099Z | Compiling elliptic-curve v0.13.5 |
1959 | 2023-11-22T04:25:28.294Z | Compiling thiserror-no-std v2.0.2 |
1960 | 2023-11-22T04:25:28.498Z | Compiling http-body v1.0.0 |
1961 | 2023-11-22T04:25:28.886Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1962 | 2023-11-22T04:25:29.416Z | Compiling tough v0.15.0 |
1963 | 2023-11-22T04:25:35.770Z | Compiling derive_builder_macro v0.12.0 |
1964 | 2023-11-22T04:25:37.143Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1965 | 2023-11-22T04:25:37.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2023-11-22T04:25:40.235Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1967 | 2023-11-22T04:25:40.694Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2023-11-22T04:25:41.132Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1969 | 2023-11-22T04:25:46.100Z | Compiling chacha20 v0.9.1 |
1970 | 2023-11-22T04:25:46.850Z | Compiling strum_macros v0.24.3 |
1971 | 2023-11-22T04:25:46.994Z | Compiling aead v0.5.2 |
1972 | 2023-11-22T04:25:47.480Z | Compiling ref-cast-impl v1.0.20 |
1973 | 2023-11-22T04:25:48.770Z | Compiling cookie v0.18.0 |
1974 | 2023-11-22T04:25:49.248Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1975 | 2023-11-22T04:25:49.352Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1976 | 2023-11-22T04:25:49.720Z | Compiling salty v0.2.0 |
1977 | 2023-11-22T04:25:49.828Z | Compiling signature v1.6.4 |
1978 | 2023-11-22T04:25:50.074Z | Compiling indoc v1.0.9 |
1979 | 2023-11-22T04:25:50.408Z | Compiling ed25519 v1.5.3 |
1980 | 2023-11-22T04:25:51.387Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2023-11-22T04:25:51.576Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1982 | 2023-11-22T04:25:51.685Z | Compiling derive_builder v0.12.0 |
1983 | 2023-11-22T04:25:56.196Z | Compiling vsss-rs v3.3.1 |
1984 | 2023-11-22T04:25:58.692Z | Compiling hyper v1.0.1 |
1985 | 2023-11-22T04:26:04.299Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1986 | 2023-11-22T04:26:04.475Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1987 | 2023-11-22T04:26:05.002Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1988 | 2023-11-22T04:26:05.437Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1989 | 2023-11-22T04:26:06.874Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1990 | 2023-11-22T04:26:11.920Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1991 | 2023-11-22T04:26:12.669Z | Compiling headers-core v0.2.0 |
1992 | 2023-11-22T04:26:12.913Z | Compiling bb8 v0.8.1 |
1993 | 2023-11-22T04:26:13.839Z | Compiling quick-xml v0.23.1 |
1994 | 2023-11-22T04:26:14.240Z | Compiling serde-big-array v0.5.1 |
1995 | 2023-11-22T04:26:14.617Z | Compiling oso-derive v0.27.0 |
1996 | 2023-11-22T04:26:15.237Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1997 | 2023-11-22T04:26:15.958Z | Compiling impl-trait-for-tuples v0.2.2 |
1998 | 2023-11-22T04:26:16.175Z | Compiling fs-err v2.11.0 |
1999 | 2023-11-22T04:26:16.527Z | Compiling http-range v0.1.5 |
2000 | 2023-11-22T04:26:16.669Z | Compiling maplit v1.0.2 |
2001 | 2023-11-22T04:26:16.841Z | Compiling hyper-staticfile v0.10.0 |
2002 | 2023-11-22T04:26:17.058Z | error[E0432]: unresolved import `hyper::service::Service` |
2003 | 2023-11-22T04:26:17.058Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.0/src/service.rs:4:5 |
2004 | 2023-11-22T04:26:17.058Z | | |
2005 | 2023-11-22T04:26:17.058Z | 4 | use hyper::service::Service; |
2006 | 2023-11-22T04:26:17.058Z | | ^^^^^^^^^^^^^^^^------- |
2007 | 2023-11-22T04:26:17.058Z | | | | |
2008 | 2023-11-22T04:26:17.058Z | | | help: a similar name exists in the module (notice the capitalization): `service` |
2009 | 2023-11-22T04:26:17.058Z | | no `Service` in `service` |
2010 | 2023-11-22T04:26:17.058Z | | |
2011 | 2023-11-22T04:26:17.058Z | note: found an item that was configured out |
2012 | 2023-11-22T04:26:17.058Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.0.1/src/service/mod.rs:34:24 |
2013 | 2023-11-22T04:26:17.058Z | | |
2014 | 2023-11-22T04:26:17.058Z | 34 | pub use self::service::Service; |
2015 | 2023-11-22T04:26:17.058Z | | ^^^^^^^ |
2016 | 2023-11-22T04:26:17.058Z | |
2017 | 2023-11-22T04:26:17.393Z | For more information about this error, try `rustc --explain E0432`. |
2018 | 2023-11-22T04:26:17.429Z | error: could not compile `hyper-staticfile` (lib) due to previous error |
2019 | 2023-11-22T04:26:17.429Z | warning: build failed, waiting for other jobs to finish... |
2020 | 2023-11-22T04:26:41.019Z | Error: Failed to build packages |
2021 | 2023-11-22T04:26:41.021Z | |
2022 | 2023-11-22T04:26:41.024Z | real 4:18.521389928 |
2023 | 2023-11-22T04:26:41.024Z | user 31:26.234888279 |
2024 | 2023-11-22T04:26:41.024Z | sys 1:59.592206551 |
2025 | 2023-11-22T04:26:41.024Z | trap 1.181025524 |
2026 | 2023-11-22T04:26:41.026Z | tflt 0.688533801 |
2027 | 2023-11-22T04:26:41.026Z | dflt 0.628452651 |
2028 | 2023-11-22T04:26:41.026Z | kflt 0.001973038 |
2029 | 2023-11-22T04:26:41.026Z | lock 1:57:45.109610903 |
2030 | 2023-11-22T04:26:41.026Z | slp 1:34:35.592201789 |
2031 | 2023-11-22T04:26:41.026Z | lat 1:14.060635915 |
2032 | 2023-11-22T04:26:41.026Z | stop 35.821052381 |
2033 | 2023-11-22T04:26:41.026Z | process exited: duration 935282 ms, exit code 1 |
|
2034 | 2023-11-22T04:26:41.039Z | found 1 output files |
2035 | 2023-11-22T04:26:41.039Z | uploading: /work/version.txt (26 bytes) |
2036 | 2023-11-22T04:26:42.049Z | uploaded: /work/version.txt |
2037 | 2023-11-22T04:26:42.049Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
2038 | 2023-11-22T04:26:42.049Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
2039 | 2023-11-22T04:26:42.049Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
2040 | 2023-11-22T04:26:42.049Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |