|
|
|
1 | 2023-12-05T04:08:29.447Z | job assigned to worker 01HGW2HKM3VY1VSE43738DTSP9 (queued for 1 m 7 s) |
|
2 | 2023-12-05T04:08:30.312Z | starting task 0: "setup" |
3 | 2023-12-05T04:08:30.371Z | ++ uname -s |
4 | 2023-12-05T04:08:30.376Z | + kern=SunOS |
5 | 2023-12-05T04:08:30.376Z | + case "$kern" in |
6 | 2023-12-05T04:08:30.376Z | + groupadd -g 12345 build |
7 | 2023-12-05T04:08:30.380Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T04:08:32.386Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T04:08:32.489Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T04:08:32.502Z | + home_fs=zfs |
11 | 2023-12-05T04:08:32.502Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T04:08:32.503Z | + mkdir -p /home/build |
13 | 2023-12-05T04:08:32.503Z | + chown build:build /home/build /work |
14 | 2023-12-05T04:08:34.502Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T04:08:34.521Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2023-12-05T04:08:34.552Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T04:08:34.575Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T04:08:34.575Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T04:08:34.749Z | info: downloading installer |
20 | 2023-12-05T04:08:36.802Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T04:08:36.802Z | warning: /opt/ooce/bin |
22 | 2023-12-05T04:08:36.802Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T04:08:36.802Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T04:08:36.802Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T04:08:36.802Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T04:08:36.802Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T04:08:36.802Z | error: cannot install while Rust is installed |
28 | 2023-12-05T04:08:36.802Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T04:08:36.874Z | info: profile set to 'default' |
30 | 2023-12-05T04:08:36.874Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T04:08:36.885Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T04:08:37.057Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T04:08:37.057Z | info: downloading component 'cargo' |
34 | 2023-12-05T04:08:37.725Z | info: downloading component 'clippy' |
35 | 2023-12-05T04:08:37.965Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T04:08:38.807Z | info: downloading component 'rust-std' |
37 | 2023-12-05T04:08:40.337Z | info: downloading component 'rustc' |
38 | 2023-12-05T04:08:44.001Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T04:08:44.214Z | info: installing component 'cargo' |
40 | 2023-12-05T04:08:45.630Z | info: installing component 'clippy' |
41 | 2023-12-05T04:08:46.252Z | info: installing component 'rust-docs' |
42 | 2023-12-05T04:08:48.929Z | info: installing component 'rust-std' |
43 | 2023-12-05T04:08:52.121Z | info: installing component 'rustc' |
44 | 2023-12-05T04:08:58.637Z | info: installing component 'rustfmt' |
45 | 2023-12-05T04:08:59.120Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T04:08:59.120Z | |
47 | 2023-12-05T04:08:59.260Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T04:08:59.260Z | |
49 | 2023-12-05T04:08:59.260Z | |
50 | 2023-12-05T04:08:59.260Z | Rust is installed now. Great! |
51 | 2023-12-05T04:08:59.261Z | |
52 | 2023-12-05T04:08:59.270Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T04:08:59.270Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T04:08:59.270Z | |
55 | 2023-12-05T04:08:59.270Z | To configure your current shell, run: |
56 | 2023-12-05T04:08:59.270Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T04:08:59.346Z | + rustc --version |
58 | 2023-12-05T04:08:59.456Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T04:08:59.462Z | process exited: duration 24916 ms, exit code 0 |
|
60 | 2023-12-05T04:08:59.469Z | starting task 2: "authentication" |
61 | 2023-12-05T04:08:59.500Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-12-05T04:08:59.508Z | starting task 3: "clone repository" |
63 | 2023-12-05T04:08:59.513Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T04:08:59.515Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T04:08:59.565Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T04:09:06.843Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T04:09:06.843Z | + [[ -n '' ]] |
68 | 2023-12-05T04:09:07.257Z | + git fetch origin 528a94580d2aac5cfbf313b5d46103795112c115 |
69 | 2023-12-05T04:09:07.260Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T04:09:07.262Z | * branch 528a94580d2aac5cfbf313b5d46103795112c115 -> FETCH_HEAD |
71 | 2023-12-05T04:09:07.262Z | + git reset --hard 528a94580d2aac5cfbf313b5d46103795112c115 |
72 | 2023-12-05T04:09:07.394Z | HEAD is now at 528a9458 Update taiki-e/install-action digest to d211c4b |
73 | 2023-12-05T04:09:07.397Z | process exited: duration 7890 ms, exit code 0 |
|
74 | 2023-12-05T04:09:07.402Z | starting task 4: "build" |
75 | 2023-12-05T04:09:07.410Z | + cargo --version |
76 | 2023-12-05T04:09:07.417Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-12-05T04:09:07.626Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-12-05T04:09:07.630Z | info: downloading component 'cargo' |
79 | 2023-12-05T04:09:08.485Z | info: downloading component 'clippy' |
80 | 2023-12-05T04:09:08.762Z | info: downloading component 'rust-docs' |
81 | 2023-12-05T04:09:09.845Z | info: downloading component 'rust-std' |
82 | 2023-12-05T04:09:11.563Z | info: downloading component 'rustc' |
83 | 2023-12-05T04:09:15.927Z | info: downloading component 'rustfmt' |
84 | 2023-12-05T04:09:16.237Z | info: installing component 'cargo' |
85 | 2023-12-05T04:09:18.136Z | info: installing component 'clippy' |
86 | 2023-12-05T04:09:18.584Z | info: installing component 'rust-docs' |
87 | 2023-12-05T04:09:21.411Z | info: installing component 'rust-std' |
88 | 2023-12-05T04:09:24.043Z | info: installing component 'rustc' |
89 | 2023-12-05T04:09:30.267Z | info: installing component 'rustfmt' |
90 | 2023-12-05T04:09:30.819Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-12-05T04:09:30.830Z | + rustc --version |
92 | 2023-12-05T04:09:30.971Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-12-05T04:09:30.979Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2023-12-05T04:09:39.645Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2023-12-05T04:09:40.836Z | Startup: Caching catalogs ... Done |
96 | 2023-12-05T04:09:47.061Z | Planning: Solver setup ... Done (5.898s) |
97 | 2023-12-05T04:09:47.202Z | Planning: Running solver ... Done (0.141s) |
98 | 2023-12-05T04:09:47.308Z | Planning: Finding local manifests ... Done (0.041s) |
99 | 2023-12-05T04:09:47.315Z | Planning: Fetching manifests: 0/6 0% complete |
100 | 2023-12-05T04:09:47.638Z | Planning: Fetching manifests: 6/6 100% complete |
101 | 2023-12-05T04:09:47.840Z | Planning: Package planning ... Done (0.202s) |
102 | 2023-12-05T04:09:47.924Z | Planning: Merging actions ... Done (0.084s) |
103 | 2023-12-05T04:09:49.020Z | Planning: Checking for conflicting actions ... Done (1.095s) |
104 | 2023-12-05T04:09:49.038Z | Planning: Consolidating action changes ... Done (0.018s) |
105 | 2023-12-05T04:09:55.715Z | Planning: Evaluating mediators ... Done (6.675s) |
106 | 2023-12-05T04:09:55.831Z | Planning: Planning completed in 14.94 seconds |
107 | 2023-12-05T04:09:56.927Z | Packages to install: 4 |
108 | 2023-12-05T04:09:56.927Z | Packages to update: 2 |
109 | 2023-12-05T04:09:56.927Z | Mediators to change: 2 |
110 | 2023-12-05T04:09:56.930Z | Services to change: 1 |
111 | 2023-12-05T04:09:56.930Z | Estimated space available: 148.88 GB |
112 | 2023-12-05T04:09:56.930Z | Estimated space to be consumed: 1.42 GB |
113 | 2023-12-05T04:09:56.930Z | Create boot environment: No |
114 | 2023-12-05T04:09:56.930Z | Create backup boot environment: Yes |
115 | 2023-12-05T04:09:56.930Z | Rebuild boot archive: No |
116 | 2023-12-05T04:09:56.930Z | |
117 | 2023-12-05T04:09:56.931Z | Changed mediators: |
118 | 2023-12-05T04:09:56.931Z | mediator clang: |
119 | 2023-12-05T04:09:56.931Z | version: None -> 15 (system default) |
120 | 2023-12-05T04:09:56.931Z | |
121 | 2023-12-05T04:09:56.931Z | mediator llvm: |
122 | 2023-12-05T04:09:56.931Z | version: 14 (system default) -> 15 (system default) |
123 | 2023-12-05T04:09:56.931Z | |
124 | 2023-12-05T04:09:56.931Z | Changed packages: |
125 | 2023-12-05T04:09:56.931Z | helios-dev |
126 | 2023-12-05T04:09:56.931Z | developer/build-essential |
127 | 2023-12-05T04:09:56.931Z | None -> 11-2.0 |
128 | 2023-12-05T04:09:56.932Z | library/libxmlsec1 |
129 | 2023-12-05T04:09:56.932Z | None -> 1.2.35-2.0 |
130 | 2023-12-05T04:09:56.932Z | ooce/developer/clang-15 |
131 | 2023-12-05T04:09:56.932Z | None -> 15.0.7-2.0 |
132 | 2023-12-05T04:09:56.932Z | ooce/developer/llvm-15 |
133 | 2023-12-05T04:09:56.932Z | None -> 15.0.7-2.0 |
134 | 2023-12-05T04:09:56.932Z | system/library/g++-runtime |
135 | 2023-12-05T04:09:56.932Z | 12-2.0 -> 13-2.0 |
136 | 2023-12-05T04:09:56.932Z | system/library/gcc-runtime |
137 | 2023-12-05T04:09:56.932Z | 12-2.0 -> 13-2.0 |
138 | 2023-12-05T04:09:56.932Z | |
139 | 2023-12-05T04:09:56.932Z | Services: |
140 | 2023-12-05T04:09:56.932Z | restart_fmri: |
141 | 2023-12-05T04:09:56.932Z | svc:/system/update-man-index:default |
142 | 2023-12-05T04:09:57.155Z | |
143 | 2023-12-05T04:09:57.155Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
144 | 2023-12-05T04:10:02.188Z | Download: 1154/3330 items 50.5/221.1MB 22% complete (10.1M/s) |
145 | 2023-12-05T04:10:07.444Z | Download: 2223/3330 items 119.2/221.1MB 53% complete (12.3M/s) |
146 | 2023-12-05T04:10:12.591Z | Download: 3282/3330 items 211.0/221.1MB 95% complete (15.3M/s) |
147 | 2023-12-05T04:10:13.684Z | Download: Completed 221.11 MB in 16.52 seconds (13.4M/s) |
148 | 2023-12-05T04:10:15.840Z | Actions: 1/3766 actions (Removing old actions) |
149 | 2023-12-05T04:10:15.840Z | Actions: 5/3766 actions (Installing new actions) |
150 | 2023-12-05T04:10:21.106Z | Actions: 2839/3766 actions (Installing new actions) |
151 | 2023-12-05T04:10:24.393Z | Actions: 3729/3766 actions (Updating modified actions) |
152 | 2023-12-05T04:10:25.005Z | Actions: Completed 3766 actions in 9.16 seconds. |
153 | 2023-12-05T04:10:25.211Z | Done (0.196s) |
154 | 2023-12-05T04:10:25.215Z | Done (0.000s) |
155 | 2023-12-05T04:10:25.464Z | Done (0.258s) |
156 | 2023-12-05T04:10:33.136Z | Done (7.550s) |
157 | 2023-12-05T04:10:33.473Z | Done (0.235s) |
158 | 2023-12-05T04:10:33.476Z | Done (0.000s) |
159 | 2023-12-05T04:10:33.704Z | Done (0.000s) |
160 | 2023-12-05T04:10:34.436Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-12-05T04:10:34.722Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-12-05T04:10:34.725Z | Planning: Consolidating action changes ... Done |
163 | 2023-12-05T04:10:35.170Z | Planning: Evaluating mediators ... Done |
164 | 2023-12-05T04:10:35.173Z | Planning: Planning completed in 0.74 seconds |
165 | 2023-12-05T04:10:35.232Z | Mediators to change: 2 |
166 | 2023-12-05T04:10:35.232Z | Create boot environment: No |
167 | 2023-12-05T04:10:35.235Z | Create backup boot environment: No |
168 | 2023-12-05T04:10:35.422Z | Done |
169 | 2023-12-05T04:10:35.422Z | Done |
170 | 2023-12-05T04:10:35.579Z | Done |
171 | 2023-12-05T04:10:41.457Z | Done |
172 | 2023-12-05T04:10:41.579Z | Done |
173 | 2023-12-05T04:10:41.582Z | Done |
174 | 2023-12-05T04:10:41.692Z | Done |
175 | 2023-12-05T04:10:42.727Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-12-05T04:10:42.730Z | Planning: Merging actions ... Done |
177 | 2023-12-05T04:10:43.058Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-12-05T04:10:43.061Z | Planning: Consolidating action changes ... Done |
179 | 2023-12-05T04:10:43.485Z | Planning: Evaluating mediators ... Done |
180 | 2023-12-05T04:10:43.574Z | Planning: Planning completed in 1.30 seconds |
181 | 2023-12-05T04:10:43.638Z | Packages to change: 1 |
182 | 2023-12-05T04:10:43.638Z | Mediators to change: 1 |
183 | 2023-12-05T04:10:43.641Z | Services to change: 1 |
184 | 2023-12-05T04:10:43.641Z | Create boot environment: No |
185 | 2023-12-05T04:10:43.641Z | Create backup boot environment: Yes |
186 | 2023-12-05T04:10:45.711Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-12-05T04:10:45.713Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-12-05T04:10:45.713Z | Done |
189 | 2023-12-05T04:10:45.713Z | Done |
190 | 2023-12-05T04:10:45.801Z | Done |
191 | 2023-12-05T04:10:51.675Z | Done |
192 | 2023-12-05T04:10:51.798Z | Done |
193 | 2023-12-05T04:10:51.801Z | Done |
194 | 2023-12-05T04:10:51.913Z | Done |
195 | 2023-12-05T04:10:52.582Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-12-05T04:10:52.582Z | clang system 15 system |
197 | 2023-12-05T04:10:52.582Z | csh system system illumos |
198 | 2023-12-05T04:10:52.583Z | ctags system system illumos |
199 | 2023-12-05T04:10:52.583Z | gcc vendor 12 vendor |
200 | 2023-12-05T04:10:52.583Z | gcc system 10 system |
201 | 2023-12-05T04:10:52.583Z | gcc system 7 system |
202 | 2023-12-05T04:10:52.583Z | go system 1.20 system |
203 | 2023-12-05T04:10:52.583Z | go system 1.19 system |
204 | 2023-12-05T04:10:52.583Z | llvm system 15 system |
205 | 2023-12-05T04:10:52.583Z | llvm system 14 system |
206 | 2023-12-05T04:10:52.583Z | mariadb system 10.6 system |
207 | 2023-12-05T04:10:52.583Z | mta vendor vendor dma |
208 | 2023-12-05T04:10:52.583Z | openjdk system 17 system |
209 | 2023-12-05T04:10:52.583Z | openjdk system 11 system |
210 | 2023-12-05T04:10:52.583Z | openjdk system 1.8 system |
211 | 2023-12-05T04:10:52.583Z | openssl vendor 3 vendor |
212 | 2023-12-05T04:10:52.583Z | perl system 5.36 system |
213 | 2023-12-05T04:10:52.583Z | postgresql system 15 system |
214 | 2023-12-05T04:10:52.583Z | postgresql system 13 system |
215 | 2023-12-05T04:10:52.583Z | python vendor 3 vendor |
216 | 2023-12-05T04:10:52.583Z | python system 2 system |
217 | 2023-12-05T04:10:52.583Z | python3 system 3.11 system |
218 | 2023-12-05T04:10:52.583Z | ruby system 3.0 system |
219 | 2023-12-05T04:10:52.583Z | words vendor vendor american-english |
220 | 2023-12-05T04:10:52.583Z | words system system australian-english |
221 | 2023-12-05T04:10:52.584Z | words system system british-english |
222 | 2023-12-05T04:10:52.584Z | words system system canadian-english |
223 | 2023-12-05T04:10:52.584Z | words system system french |
224 | 2023-12-05T04:10:52.584Z | words system system italian |
225 | 2023-12-05T04:10:52.584Z | words system system ngerman |
226 | 2023-12-05T04:10:52.584Z | words system system ogerman |
227 | 2023-12-05T04:10:52.584Z | words system system spanish |
228 | 2023-12-05T04:10:53.119Z | FMRI IFO |
229 | 2023-12-05T04:10:53.119Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-12-05T04:10:53.119Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-12-05T04:10:53.119Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-12-05T04:10:53.119Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-12-05T04:10:53.119Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-12-05T04:10:53.121Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-12-05T04:10:53.121Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
236 | 2023-12-05T04:10:53.121Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
237 | 2023-12-05T04:10:53.194Z | + set -o errexit |
238 | 2023-12-05T04:10:53.197Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-12-05T04:10:53.200Z | ++ cd ./tools |
240 | 2023-12-05T04:10:53.200Z | ++ pwd |
241 | 2023-12-05T04:10:53.200Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-12-05T04:10:53.202Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-12-05T04:10:53.204Z | + ARG0=ci_download_cockroachdb |
244 | 2023-12-05T04:10:53.205Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-12-05T04:10:53.205Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-12-05T04:10:53.205Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-12-05T04:10:53.205Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-12-05T04:10:53.205Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-12-05T04:10:53.205Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-12-05T04:10:53.205Z | + TARGET_DIR=out |
251 | 2023-12-05T04:10:53.207Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-12-05T04:10:53.207Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-12-05T04:10:53.207Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-12-05T04:10:53.207Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-12-05T04:10:53.209Z | + main |
256 | 2023-12-05T04:10:53.209Z | + [[ 0 != 0 ]] |
257 | 2023-12-05T04:10:53.209Z | + CIDL_OS=solaris2.11 |
258 | 2023-12-05T04:10:53.209Z | + [[ 0 != 0 ]] |
259 | 2023-12-05T04:10:53.209Z | + configure_os solaris2.11 |
260 | 2023-12-05T04:10:53.209Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-12-05T04:10:53.209Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-12-05T04:10:53.209Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-12-05T04:10:53.209Z | + case "$1" in |
264 | 2023-12-05T04:10:53.209Z | configuring based on OS: "solaris2.11" |
265 | 2023-12-05T04:10:53.209Z | + CIDL_BUILD=illumos |
266 | 2023-12-05T04:10:53.209Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-12-05T04:10:53.209Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-12-05T04:10:53.209Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-12-05T04:10:53.209Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-12-05T04:10:53.209Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-12-05T04:10:53.209Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-12-05T04:10:53.209Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-12-05T04:10:53.209Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-12-05T04:10:53.209Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-12-05T04:10:53.209Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-12-05T04:10:53.209Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-12-05T04:10:53.209Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-05T04:10:53.209Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-12-05T04:10:53.209Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-05T04:10:53.209Z | + mkdir -p out/downloads |
281 | 2023-12-05T04:10:53.213Z | + mkdir -p ./out/cockroachdb |
282 | 2023-12-05T04:10:53.213Z | + local DO_DOWNLOAD=true |
283 | 2023-12-05T04:10:53.213Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-12-05T04:10:53.213Z | + '[' true == true ']' |
285 | 2023-12-05T04:10:53.213Z | + echo Downloading... |
286 | 2023-12-05T04:10:53.213Z | Downloading... |
287 | 2023-12-05T04:10:53.213Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-05T04:10:53.213Z | + 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 |
289 | 2023-12-05T04:10:57.547Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-05T04:10:57.550Z | ++ md5sum |
291 | 2023-12-05T04:10:57.550Z | ++ awk '{print $1}' |
292 | 2023-12-05T04:10:57.733Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-12-05T04:10:57.733Z | + [[ 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 ]] |
294 | 2023-12-05T04:10:57.733Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-05T04:10:57.735Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-12-05T04:11:01.096Z | + do_assemble_illumos |
297 | 2023-12-05T04:11:01.096Z | + rm -r ./out/cockroachdb |
298 | 2023-12-05T04:11:01.099Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-12-05T04:11:01.776Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-12-05T04:11:02.088Z | Build Tag: v22.1.9-dirty |
301 | 2023-12-05T04:11:02.088Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-12-05T04:11:02.088Z | Distribution: OSS |
303 | 2023-12-05T04:11:02.088Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-12-05T04:11:02.088Z | Go Version: go1.17.13 |
305 | 2023-12-05T04:11:02.088Z | C Compiler: gcc 10.3.0 |
306 | 2023-12-05T04:11:02.088Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-12-05T04:11:02.088Z | Build Type: release |
308 | 2023-12-05T04:11:02.116Z | + set -o errexit |
309 | 2023-12-05T04:11:02.120Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-12-05T04:11:02.120Z | ++ cd ./tools |
311 | 2023-12-05T04:11:02.123Z | ++ pwd |
312 | 2023-12-05T04:11:02.127Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-12-05T04:11:02.127Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-12-05T04:11:02.127Z | + ARG0=ci_download_clickhouse |
315 | 2023-12-05T04:11:02.127Z | + TARGET_DIR=out |
316 | 2023-12-05T04:11:02.127Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-12-05T04:11:02.127Z | + DEST_DIR=./out/clickhouse |
318 | 2023-12-05T04:11:02.127Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-12-05T04:11:02.127Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-12-05T04:11:02.127Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-12-05T04:11:02.127Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-12-05T04:11:02.127Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-12-05T04:11:02.127Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-12-05T04:11:02.127Z | + main |
325 | 2023-12-05T04:11:02.127Z | + [[ 0 != 0 ]] |
326 | 2023-12-05T04:11:02.127Z | + CIDL_OS=solaris2.11 |
327 | 2023-12-05T04:11:02.127Z | + [[ 0 != 0 ]] |
328 | 2023-12-05T04:11:02.127Z | + configure_os solaris2.11 |
329 | 2023-12-05T04:11:02.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-12-05T04:11:02.127Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-12-05T04:11:02.127Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-12-05T04:11:02.127Z | + CIDL_DASHREV= |
333 | 2023-12-05T04:11:02.127Z | configuring based on OS: "solaris2.11" |
334 | 2023-12-05T04:11:02.127Z | + case "$1" in |
335 | 2023-12-05T04:11:02.128Z | + CIDL_PLATFORM=illumos |
336 | 2023-12-05T04:11:02.128Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-12-05T04:11:02.128Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-12-05T04:11:02.128Z | + CIDL_DASHREV=-1 |
339 | 2023-12-05T04:11:02.128Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-12-05T04:11:02.128Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-12-05T04:11:02.128Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-12-05T04:11:02.128Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-12-05T04:11:02.128Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-12-05T04:11:02.128Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-12-05T04:11:02.128Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-12-05T04:11:02.128Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-05T04:11:02.128Z | + mkdir -p out/downloads |
348 | 2023-12-05T04:11:02.131Z | + mkdir -p ./out/clickhouse |
349 | 2023-12-05T04:11:02.134Z | + local DO_DOWNLOAD=true |
350 | 2023-12-05T04:11:02.134Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-12-05T04:11:02.134Z | + '[' true == true ']' |
352 | 2023-12-05T04:11:02.134Z | + echo Downloading... |
353 | 2023-12-05T04:11:02.134Z | Downloading... |
354 | 2023-12-05T04:11:02.134Z | + 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 |
355 | 2023-12-05T04:11:02.134Z | + 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 |
356 | 2023-12-05T04:11:03.882Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-05T04:11:03.885Z | ++ md5sum |
358 | 2023-12-05T04:11:03.885Z | ++ awk '{print $1}' |
359 | 2023-12-05T04:11:04.141Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-12-05T04:11:04.141Z | + [[ 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 ]] |
361 | 2023-12-05T04:11:04.141Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-12-05T04:11:04.144Z | + mkdir -p ./out/clickhouse |
363 | 2023-12-05T04:11:04.145Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-12-05T04:11:08.982Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-12-05T04:11:09.030Z | ClickHouse server version 22.8.9.1. |
366 | 2023-12-05T04:11:09.055Z | + set -o errexit |
367 | 2023-12-05T04:11:09.058Z | +++ dirname ./tools/ci_download_console |
368 | 2023-12-05T04:11:09.058Z | ++ cd ./tools |
369 | 2023-12-05T04:11:09.058Z | ++ pwd |
370 | 2023-12-05T04:11:09.058Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-12-05T04:11:09.062Z | ++ basename ./tools/ci_download_console |
372 | 2023-12-05T04:11:09.062Z | + ARG0=ci_download_console |
373 | 2023-12-05T04:11:09.062Z | + TARGET_DIR=out |
374 | 2023-12-05T04:11:09.062Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-12-05T04:11:09.062Z | + DEST_DIR=./out/console-assets |
376 | 2023-12-05T04:11:09.062Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-12-05T04:11:09.062Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-12-05T04:11:09.062Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-12-05T04:11:09.062Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-12-05T04:11:09.062Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-12-05T04:11:09.062Z | + main |
382 | 2023-12-05T04:11:09.062Z | + [[ 0 != 0 ]] |
383 | 2023-12-05T04:11:09.062Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-12-05T04:11:09.063Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-12-05T04:11:09.063Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-12-05T04:11:09.063Z | Local file: out/downloads/console.tar.gz |
387 | 2023-12-05T04:11:09.063Z | + local DO_DOWNLOAD=true |
388 | 2023-12-05T04:11:09.063Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-12-05T04:11:09.063Z | + mkdir -p out/downloads |
390 | 2023-12-05T04:11:09.066Z | + '[' true == true ']' |
391 | 2023-12-05T04:11:09.066Z | + echo Downloading... |
392 | 2023-12-05T04:11:09.067Z | Downloading... |
393 | 2023-12-05T04:11:09.067Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-12-05T04:11:09.067Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-12-05T04:11:09.693Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-12-05T04:11:09.695Z | ++ case "$OSTYPE" in |
397 | 2023-12-05T04:11:09.695Z | ++ SHA=sha256sum |
398 | 2023-12-05T04:11:09.695Z | ++ sha256sum |
399 | 2023-12-05T04:11:09.695Z | ++ awk '{print $1}' |
400 | 2023-12-05T04:11:09.710Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-12-05T04:11:09.710Z | + [[ 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 ]] |
402 | 2023-12-05T04:11:09.710Z | + rm -rf ./out/console-assets |
403 | 2023-12-05T04:11:09.713Z | + mkdir -p ./out/console-assets |
404 | 2023-12-05T04:11:09.715Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-12-05T04:11:09.715Z | + mkdir -p ./out/console-assets |
406 | 2023-12-05T04:11:09.719Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-12-05T04:11:09.857Z | + set -o errexit |
408 | 2023-12-05T04:11:09.863Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-12-05T04:11:09.863Z | ++ cd ./tools |
410 | 2023-12-05T04:11:09.863Z | ++ pwd |
411 | 2023-12-05T04:11:09.863Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-12-05T04:11:09.866Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-12-05T04:11:09.866Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-12-05T04:11:09.866Z | + TARGET_DIR=out |
415 | 2023-12-05T04:11:09.866Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-12-05T04:11:09.866Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-12-05T04:11:09.866Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
418 | 2023-12-05T04:11:09.866Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-12-05T04:11:09.866Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
420 | 2023-12-05T04:11:09.866Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
421 | 2023-12-05T04:11:09.866Z | + main |
422 | 2023-12-05T04:11:09.866Z | + [[ 0 != 0 ]] |
423 | 2023-12-05T04:11:09.866Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
424 | 2023-12-05T04:11:09.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
425 | 2023-12-05T04:11:09.872Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
426 | 2023-12-05T04:11:09.873Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
427 | 2023-12-05T04:11:09.873Z | + local DO_DOWNLOAD=true |
428 | 2023-12-05T04:11:09.873Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
429 | 2023-12-05T04:11:09.873Z | + mkdir -p out/downloads |
430 | 2023-12-05T04:11:09.873Z | + '[' true == true ']' |
431 | 2023-12-05T04:11:09.873Z | + echo Downloading... |
432 | 2023-12-05T04:11:09.873Z | Downloading... |
433 | 2023-12-05T04:11:09.873Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-12-05T04:11:09.873Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
435 | 2023-12-05T04:11:10.016Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
436 | 2023-12-05T04:11:10.016Z | ++ case "$OSTYPE" in |
437 | 2023-12-05T04:11:10.016Z | ++ SHA=sha256sum |
438 | 2023-12-05T04:11:10.021Z | ++ sha256sum |
439 | 2023-12-05T04:11:10.023Z | ++ awk '{print $1}' |
440 | 2023-12-05T04:11:10.023Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-12-05T04:11:10.023Z | + [[ 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 ]] |
442 | 2023-12-05T04:11:10.026Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-12-05T04:11:10.026Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
444 | 2023-12-05T04:11:10.026Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
445 | 2023-12-05T04:11:10.026Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
446 | 2023-12-05T04:11:10.026Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-12-05T04:11:10.026Z | + main |
448 | 2023-12-05T04:11:10.026Z | + [[ 0 != 0 ]] |
449 | 2023-12-05T04:11:10.026Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
450 | 2023-12-05T04:11:10.026Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
451 | 2023-12-05T04:11:10.026Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
452 | 2023-12-05T04:11:10.026Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-12-05T04:11:10.026Z | + local DO_DOWNLOAD=true |
454 | 2023-12-05T04:11:10.026Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
455 | 2023-12-05T04:11:10.026Z | + mkdir -p out/downloads |
456 | 2023-12-05T04:11:10.026Z | + '[' true == true ']' |
457 | 2023-12-05T04:11:10.026Z | + echo Downloading... |
458 | 2023-12-05T04:11:10.026Z | Downloading... |
459 | 2023-12-05T04:11:10.027Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-12-05T04:11:10.027Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
461 | 2023-12-05T04:11:10.163Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
462 | 2023-12-05T04:11:10.166Z | ++ case "$OSTYPE" in |
463 | 2023-12-05T04:11:10.166Z | ++ SHA=sha256sum |
464 | 2023-12-05T04:11:10.166Z | ++ sha256sum |
465 | 2023-12-05T04:11:10.166Z | ++ awk '{print $1}' |
466 | 2023-12-05T04:11:10.168Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
467 | 2023-12-05T04:11:10.168Z | + [[ 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 ]] |
468 | 2023-12-05T04:11:10.178Z | + set -o errexit |
469 | 2023-12-05T04:11:10.182Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-12-05T04:11:10.184Z | ++ cd ./tools |
471 | 2023-12-05T04:11:10.184Z | ++ pwd |
472 | 2023-12-05T04:11:10.184Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-12-05T04:11:10.187Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-12-05T04:11:10.187Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-12-05T04:11:10.187Z | + TARGET_DIR=out |
476 | 2023-12-05T04:11:10.187Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-12-05T04:11:10.187Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-12-05T04:11:10.187Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
479 | 2023-12-05T04:11:10.187Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
480 | 2023-12-05T04:11:10.187Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
481 | 2023-12-05T04:11:10.187Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
482 | 2023-12-05T04:11:10.187Z | + main |
483 | 2023-12-05T04:11:10.187Z | + [[ 0 != 0 ]] |
484 | 2023-12-05T04:11:10.187Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
485 | 2023-12-05T04:11:10.187Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
486 | 2023-12-05T04:11:10.187Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
487 | 2023-12-05T04:11:10.187Z | + local DO_DOWNLOAD=true |
488 | 2023-12-05T04:11:10.187Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
489 | 2023-12-05T04:11:10.187Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
490 | 2023-12-05T04:11:10.187Z | + mkdir -p out/downloads |
491 | 2023-12-05T04:11:10.190Z | + '[' true == true ']' |
492 | 2023-12-05T04:11:10.190Z | + echo Downloading... |
493 | 2023-12-05T04:11:10.190Z | Downloading... |
494 | 2023-12-05T04:11:10.192Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
495 | 2023-12-05T04:11:10.192Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
496 | 2023-12-05T04:11:10.430Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
497 | 2023-12-05T04:11:10.430Z | ++ case "$OSTYPE" in |
498 | 2023-12-05T04:11:10.430Z | ++ SHA=sha256sum |
499 | 2023-12-05T04:11:10.432Z | ++ sha256sum |
500 | 2023-12-05T04:11:10.433Z | ++ awk '{print $1}' |
501 | 2023-12-05T04:11:10.436Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2023-12-05T04:11:10.436Z | + [[ 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 ]] |
503 | 2023-12-05T04:11:10.446Z | + set -o errexit |
504 | 2023-12-05T04:11:10.449Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-12-05T04:11:10.452Z | ++ cd ./tools |
506 | 2023-12-05T04:11:10.452Z | ++ pwd |
507 | 2023-12-05T04:11:10.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-12-05T04:11:10.455Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-12-05T04:11:10.455Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-12-05T04:11:10.455Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-12-05T04:11:10.455Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
512 | 2023-12-05T04:11:10.455Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
513 | 2023-12-05T04:11:10.455Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
514 | 2023-12-05T04:11:10.455Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-12-05T04:11:10.455Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
516 | 2023-12-05T04:11:10.455Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-12-05T04:11:10.455Z | + TARGET_DIR=out |
518 | 2023-12-05T04:11:10.455Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-12-05T04:11:10.455Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-12-05T04:11:10.455Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-12-05T04:11:10.455Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-12-05T04:11:10.455Z | + REPO=oxidecomputer/dendrite |
523 | 2023-12-05T04:11:10.455Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
524 | 2023-12-05T04:11:10.460Z | + main |
525 | 2023-12-05T04:11:10.460Z | + [[ 0 != 0 ]] |
526 | 2023-12-05T04:11:10.460Z | + CIDL_OS=solaris2.11 |
527 | 2023-12-05T04:11:10.460Z | + [[ 0 != 0 ]] |
528 | 2023-12-05T04:11:10.460Z | + configure_os solaris2.11 |
529 | 2023-12-05T04:11:10.460Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-12-05T04:11:10.460Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-12-05T04:11:10.460Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-12-05T04:11:10.460Z | configuring based on OS: "solaris2.11" |
533 | 2023-12-05T04:11:10.460Z | + case "$1" in |
534 | 2023-12-05T04:11:10.460Z | + SET_BINARIES= |
535 | 2023-12-05T04:11:10.460Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
536 | 2023-12-05T04:11:10.460Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-12-05T04:11:10.460Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-12-05T04:11:10.460Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
539 | 2023-12-05T04:11:10.460Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-12-05T04:11:10.460Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
541 | 2023-12-05T04:11:10.460Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2023-12-05T04:11:10.460Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
543 | 2023-12-05T04:11:10.460Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2023-12-05T04:11:10.460Z | + mkdir -p out/downloads |
545 | 2023-12-05T04:11:10.460Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-12-05T04:11:10.463Z | + fetch_and_verify |
547 | 2023-12-05T04:11:10.463Z | + local DO_DOWNLOAD=true |
548 | 2023-12-05T04:11:10.463Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-12-05T04:11:10.465Z | + '[' true == true ']' |
550 | 2023-12-05T04:11:10.465Z | + echo Downloading... |
551 | 2023-12-05T04:11:10.465Z | Downloading... |
552 | 2023-12-05T04:11:10.465Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-12-05T04:11:10.465Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
554 | 2023-12-05T04:11:16.392Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-05T04:11:16.397Z | ++ sha256sum |
556 | 2023-12-05T04:11:16.397Z | ++ awk '{print $1}' |
557 | 2023-12-05T04:11:16.503Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
558 | 2023-12-05T04:11:16.503Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
559 | 2023-12-05T04:11:16.521Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-05T04:11:16.521Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-12-05T04:11:17.489Z | + do_assemble |
562 | 2023-12-05T04:11:17.489Z | + rm -r ./out/dendrite-stub |
563 | 2023-12-05T04:11:17.497Z | + mkdir ./out/dendrite-stub |
564 | 2023-12-05T04:11:17.500Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-12-05T04:11:17.638Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-12-05T04:11:17.651Z | + set -o errexit |
567 | 2023-12-05T04:11:17.654Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-12-05T04:11:17.657Z | ++ cd ./tools |
569 | 2023-12-05T04:11:17.657Z | ++ pwd |
570 | 2023-12-05T04:11:17.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-12-05T04:11:17.661Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-12-05T04:11:17.661Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-12-05T04:11:17.661Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-12-05T04:11:17.661Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
575 | 2023-12-05T04:11:17.661Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
576 | 2023-12-05T04:11:17.661Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-12-05T04:11:17.661Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
578 | 2023-12-05T04:11:17.661Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
579 | 2023-12-05T04:11:17.661Z | + TARGET_DIR=out |
580 | 2023-12-05T04:11:17.661Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-12-05T04:11:17.661Z | + DEST_DIR=./out/mgd |
582 | 2023-12-05T04:11:17.661Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-12-05T04:11:17.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-12-05T04:11:17.661Z | + REPO=oxidecomputer/maghemite |
585 | 2023-12-05T04:11:17.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
586 | 2023-12-05T04:11:17.661Z | + main |
587 | 2023-12-05T04:11:17.661Z | + [[ 0 != 0 ]] |
588 | 2023-12-05T04:11:17.661Z | + CIDL_OS=solaris2.11 |
589 | 2023-12-05T04:11:17.661Z | + [[ 0 != 0 ]] |
590 | 2023-12-05T04:11:17.661Z | + configure_os solaris2.11 |
591 | 2023-12-05T04:11:17.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-12-05T04:11:17.661Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-12-05T04:11:17.661Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-12-05T04:11:17.661Z | + case "$1" in |
595 | 2023-12-05T04:11:17.661Z | + SET_BINARIES= |
596 | 2023-12-05T04:11:17.661Z | configuring based on OS: "solaris2.11" |
597 | 2023-12-05T04:11:17.663Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-12-05T04:11:17.663Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-12-05T04:11:17.663Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
600 | 2023-12-05T04:11:17.663Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-12-05T04:11:17.663Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
602 | 2023-12-05T04:11:17.663Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-12-05T04:11:17.663Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
604 | 2023-12-05T04:11:17.663Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-12-05T04:11:17.663Z | + mkdir -p out/downloads |
606 | 2023-12-05T04:11:17.666Z | + mkdir -p ./out/mgd |
607 | 2023-12-05T04:11:17.666Z | + fetch_and_verify |
608 | 2023-12-05T04:11:17.666Z | + local DO_DOWNLOAD=true |
609 | 2023-12-05T04:11:17.666Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-12-05T04:11:17.666Z | + '[' true == true ']' |
611 | 2023-12-05T04:11:17.666Z | + echo Downloading... |
612 | 2023-12-05T04:11:17.666Z | Downloading... |
613 | 2023-12-05T04:11:17.666Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-12-05T04:11:17.666Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
615 | 2023-12-05T04:11:22.763Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-12-05T04:11:22.765Z | ++ sha256sum |
617 | 2023-12-05T04:11:22.765Z | ++ awk '{print $1}' |
618 | 2023-12-05T04:11:22.841Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
619 | 2023-12-05T04:11:22.841Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
620 | 2023-12-05T04:11:22.843Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-12-05T04:11:22.845Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-12-05T04:11:23.502Z | + do_assemble |
623 | 2023-12-05T04:11:23.502Z | + rm -r ./out/mgd |
624 | 2023-12-05T04:11:23.505Z | + mkdir ./out/mgd |
625 | 2023-12-05T04:11:23.508Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-12-05T04:11:23.732Z | + set -o errexit |
627 | 2023-12-05T04:11:23.735Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-12-05T04:11:23.738Z | ++ cd ./tools |
629 | 2023-12-05T04:11:23.738Z | ++ pwd |
630 | 2023-12-05T04:11:23.738Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-12-05T04:11:23.740Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-12-05T04:11:23.740Z | + ARG0=ci_download_transceiver_control |
633 | 2023-12-05T04:11:23.740Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-12-05T04:11:23.740Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-12-05T04:11:23.740Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-12-05T04:11:23.740Z | + TARGET_DIR=out |
637 | 2023-12-05T04:11:23.740Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-12-05T04:11:23.740Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-12-05T04:11:23.740Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-12-05T04:11:23.740Z | + BINARY=xcvradm |
641 | 2023-12-05T04:11:23.740Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-12-05T04:11:23.744Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-12-05T04:11:23.744Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-12-05T04:11:23.744Z | + main |
645 | 2023-12-05T04:11:23.744Z | + [[ 0 != 0 ]] |
646 | 2023-12-05T04:11:23.744Z | + CIDL_OS=solaris2.11 |
647 | 2023-12-05T04:11:23.744Z | + [[ 0 != 0 ]] |
648 | 2023-12-05T04:11:23.744Z | + configure_os solaris2.11 |
649 | 2023-12-05T04:11:23.744Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-12-05T04:11:23.744Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-12-05T04:11:23.753Z | configuring based on OS: "solaris2.11" |
652 | 2023-12-05T04:11:23.753Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2023-12-05T04:11:23.753Z | + case "$1" in |
654 | 2023-12-05T04:11:23.753Z | + SET_BINARIES= |
655 | 2023-12-05T04:11:23.753Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-12-05T04:11:23.753Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-12-05T04:11:23.753Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-12-05T04:11:23.753Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-12-05T04:11:23.753Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-12-05T04:11:23.753Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-12-05T04:11:23.753Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-12-05T04:11:23.753Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-12-05T04:11:23.753Z | + mkdir -p out/downloads |
664 | 2023-12-05T04:11:23.753Z | Local file: out/downloads/xcvradm.gz |
665 | 2023-12-05T04:11:23.753Z | + mkdir -p ./out/transceiver-control |
666 | 2023-12-05T04:11:23.759Z | + fetch_and_verify |
667 | 2023-12-05T04:11:23.759Z | + local DO_DOWNLOAD=true |
668 | 2023-12-05T04:11:23.759Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-12-05T04:11:23.759Z | + '[' true == true ']' |
670 | 2023-12-05T04:11:23.759Z | + echo Downloading... |
671 | 2023-12-05T04:11:23.759Z | Downloading... |
672 | 2023-12-05T04:11:23.759Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-12-05T04:11:23.759Z | + 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 |
674 | 2023-12-05T04:11:24.623Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-12-05T04:11:24.625Z | ++ sha256sum |
676 | 2023-12-05T04:11:24.625Z | ++ awk '{print $1}' |
677 | 2023-12-05T04:11:24.648Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-12-05T04:11:24.648Z | + [[ 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 ]] |
679 | 2023-12-05T04:11:24.651Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-12-05T04:11:24.651Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-12-05T04:11:24.651Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-12-05T04:11:24.833Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-12-05T04:11:24.835Z | + do_assemble |
684 | 2023-12-05T04:11:24.835Z | + rm -r ./out/transceiver-control |
685 | 2023-12-05T04:11:24.839Z | + mkdir ./out/transceiver-control |
686 | 2023-12-05T04:11:24.843Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-12-05T04:11:25.067Z | All prerequisites installed successfully |
688 | 2023-12-05T04:11:25.071Z | |
689 | 2023-12-05T04:11:25.071Z | real 1:54.050011555 |
690 | 2023-12-05T04:11:25.071Z | user 54.474098750 |
691 | 2023-12-05T04:11:25.071Z | sys 10.287555741 |
692 | 2023-12-05T04:11:25.071Z | trap 0.020984558 |
693 | 2023-12-05T04:11:25.071Z | tflt 0.162529065 |
694 | 2023-12-05T04:11:25.073Z | dflt 0.677041433 |
695 | 2023-12-05T04:11:25.073Z | kflt 0.186220328 |
696 | 2023-12-05T04:11:25.073Z | lock 2.045038356 |
697 | 2023-12-05T04:11:25.073Z | slp 3:23.318183215 |
698 | 2023-12-05T04:11:25.073Z | lat 3.406094232 |
699 | 2023-12-05T04:11:25.073Z | stop 0.060789301 |
700 | 2023-12-05T04:11:25.073Z | + banner end-to-end-tests |
701 | 2023-12-05T04:11:25.154Z | |
702 | 2023-12-05T04:11:25.154Z | ###### # # ##### ##### #### ###### # # ##### |
703 | 2023-12-05T04:11:25.154Z | # ## # # # # # # # ## # # # |
704 | 2023-12-05T04:11:25.154Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
705 | 2023-12-05T04:11:25.154Z | # # # # # # # # # # # # # # # |
706 | 2023-12-05T04:11:25.154Z | # # ## # # # # # # # ## # # |
707 | 2023-12-05T04:11:25.154Z | ###### # # ##### # #### ###### # # ##### |
708 | 2023-12-05T04:11:25.154Z | |
709 | 2023-12-05T04:11:25.157Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2023-12-05T04:11:25.157Z | + CARGO_PROFILE_DEV_DEBUG=1 |
711 | 2023-12-05T04:11:25.157Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2023-12-05T04:11:25.157Z | + CARGO_PROFILE_TEST_DEBUG=1 |
713 | 2023-12-05T04:11:25.158Z | + export CARGO_INCREMENTAL=0 |
714 | 2023-12-05T04:11:25.158Z | + CARGO_INCREMENTAL=0 |
715 | 2023-12-05T04:11:25.158Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
716 | 2023-12-05T04:11:25.496Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
717 | 2023-12-05T04:11:25.875Z | Updating crates.io index |
718 | 2023-12-05T04:11:25.939Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
719 | 2023-12-05T04:11:26.761Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
720 | 2023-12-05T04:11:28.572Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
721 | 2023-12-05T04:11:29.246Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
722 | 2023-12-05T04:11:29.568Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
723 | 2023-12-05T04:11:29.865Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
724 | 2023-12-05T04:11:30.212Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
725 | 2023-12-05T04:11:31.145Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
726 | 2023-12-05T04:11:33.341Z | Updating git repository `https://github.com/oxidecomputer/opte` |
727 | 2023-12-05T04:11:34.447Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
728 | 2023-12-05T04:11:34.776Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
729 | 2023-12-05T04:11:35.363Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2023-12-05T04:11:35.748Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
731 | 2023-12-05T04:11:36.082Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
732 | 2023-12-05T04:11:36.576Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
733 | 2023-12-05T04:11:36.949Z | Updating git repository `https://github.com/njaremko/samael` |
734 | 2023-12-05T04:11:37.491Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
735 | 2023-12-05T04:11:38.135Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
736 | 2023-12-05T04:11:38.554Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
737 | 2023-12-05T04:11:38.932Z | Updating git repository `https://github.com/jgallagher/nix` |
738 | 2023-12-05T04:11:40.167Z | Updating git repository `https://github.com/cbiffle/hubpack` |
739 | 2023-12-05T04:11:40.702Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2023-12-05T04:11:41.712Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
741 | 2023-12-05T04:11:42.107Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
742 | 2023-12-05T04:11:42.420Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
743 | 2023-12-05T04:11:43.973Z | Downloading crates ... |
744 | 2023-12-05T04:11:44.207Z | Downloaded opaque-debug v0.3.0 |
745 | 2023-12-05T04:11:44.210Z | Downloaded polyval v0.6.1 |
746 | 2023-12-05T04:11:44.215Z | Downloaded adler v1.0.2 |
747 | 2023-12-05T04:11:44.223Z | Downloaded base16ct v0.2.0 |
748 | 2023-12-05T04:11:44.226Z | Downloaded doc-comment v0.3.3 |
749 | 2023-12-05T04:11:44.230Z | Downloaded crossbeam-epoch v0.9.15 |
750 | 2023-12-05T04:11:44.236Z | Downloaded autocfg v1.1.0 |
751 | 2023-12-05T04:11:44.247Z | Downloaded mime_guess v2.0.4 |
752 | 2023-12-05T04:11:44.260Z | Downloaded memoffset v0.9.0 |
753 | 2023-12-05T04:11:44.261Z | Downloaded backoff v0.4.0 |
754 | 2023-12-05T04:11:44.261Z | Downloaded ciborium-io v0.2.1 |
755 | 2023-12-05T04:11:44.273Z | Downloaded bitflags v2.4.0 |
756 | 2023-12-05T04:11:44.273Z | Downloaded predicates v3.0.4 |
757 | 2023-12-05T04:11:44.290Z | Downloaded darling v0.20.3 |
758 | 2023-12-05T04:11:44.302Z | Downloaded anstyle v1.0.2 |
759 | 2023-12-05T04:11:44.302Z | Downloaded pretty-hex v0.4.0 |
760 | 2023-12-05T04:11:44.302Z | Downloaded pin-utils v0.1.0 |
761 | 2023-12-05T04:11:44.308Z | Downloaded pin-project-lite v0.2.13 |
762 | 2023-12-05T04:11:44.314Z | Downloaded ppv-lite86 v0.2.17 |
763 | 2023-12-05T04:11:44.318Z | Downloaded poly1305 v0.8.0 |
764 | 2023-12-05T04:11:44.326Z | Downloaded postgres-protocol v0.6.6 |
765 | 2023-12-05T04:11:44.331Z | Downloaded crypto-common v0.1.6 |
766 | 2023-12-05T04:11:44.334Z | Downloaded openssl-macros v0.1.1 |
767 | 2023-12-05T04:11:44.340Z | Downloaded async-stream-impl v0.3.5 |
768 | 2023-12-05T04:11:44.340Z | Downloaded paste v1.0.14 |
769 | 2023-12-05T04:11:44.346Z | Downloaded instant v0.1.12 |
770 | 2023-12-05T04:11:44.351Z | Downloaded num_enum v0.5.11 |
771 | 2023-12-05T04:11:44.363Z | Downloaded proc-macro2 v1.0.69 |
772 | 2023-12-05T04:11:44.368Z | Downloaded cstr-argument v0.1.2 |
773 | 2023-12-05T04:11:44.370Z | Downloaded pkg-config v0.3.27 |
774 | 2023-12-05T04:11:44.374Z | Downloaded openssl-probe v0.1.5 |
775 | 2023-12-05T04:11:44.377Z | Downloaded atomicwrites v0.4.2 |
776 | 2023-12-05T04:11:44.380Z | Downloaded multer v2.1.0 |
777 | 2023-12-05T04:11:44.385Z | Downloaded parse-display v0.8.2 |
778 | 2023-12-05T04:11:44.388Z | Downloaded base64 v0.21.5 |
779 | 2023-12-05T04:11:44.395Z | Downloaded difflib v0.4.0 |
780 | 2023-12-05T04:11:44.397Z | Downloaded rand_chacha v0.3.1 |
781 | 2023-12-05T04:11:44.400Z | Downloaded rand_core v0.5.1 |
782 | 2023-12-05T04:11:44.402Z | Downloaded endian-type v0.1.2 |
783 | 2023-12-05T04:11:44.405Z | Downloaded r2d2 v0.8.10 |
784 | 2023-12-05T04:11:44.408Z | Downloaded quote v1.0.33 |
785 | 2023-12-05T04:11:44.412Z | Downloaded dirs-next v2.0.0 |
786 | 2023-12-05T04:11:44.415Z | Downloaded utf-8 v0.7.6 |
787 | 2023-12-05T04:11:44.418Z | Downloaded want v0.3.1 |
788 | 2023-12-05T04:11:44.421Z | Downloaded digest v0.10.7 |
789 | 2023-12-05T04:11:44.424Z | Downloaded bit-vec v0.6.3 |
790 | 2023-12-05T04:11:44.427Z | Downloaded pkcs8 v0.10.2 |
791 | 2023-12-05T04:11:44.433Z | Downloaded rand_chacha v0.2.2 |
792 | 2023-12-05T04:11:44.435Z | Downloaded ansi_term v0.12.1 |
793 | 2023-12-05T04:11:44.439Z | Downloaded byteorder v1.5.0 |
794 | 2023-12-05T04:11:44.443Z | Downloaded serde_path_to_error v0.1.14 |
795 | 2023-12-05T04:11:44.446Z | Downloaded cbc v0.1.2 |
796 | 2023-12-05T04:11:44.450Z | Downloaded untrusted v0.7.1 |
797 | 2023-12-05T04:11:44.453Z | Downloaded getopts v0.2.21 |
798 | 2023-12-05T04:11:44.455Z | Downloaded slog-envlogger v2.2.0 |
799 | 2023-12-05T04:11:44.459Z | Downloaded generic-array v0.14.7 |
800 | 2023-12-05T04:11:44.462Z | Downloaded foreign-types-shared v0.1.1 |
801 | 2023-12-05T04:11:44.466Z | Downloaded zeroize_derive v1.4.2 |
802 | 2023-12-05T04:11:44.468Z | Downloaded zeroize v1.7.0 |
803 | 2023-12-05T04:11:44.471Z | Downloaded addr2line v0.21.0 |
804 | 2023-12-05T04:11:44.474Z | Downloaded serde_urlencoded v0.7.1 |
805 | 2023-12-05T04:11:44.477Z | Downloaded num-traits v0.2.16 |
806 | 2023-12-05T04:11:44.483Z | Downloaded filetime v0.2.22 |
807 | 2023-12-05T04:11:44.487Z | Downloaded md5 v0.7.0 |
808 | 2023-12-05T04:11:44.490Z | Downloaded russh-keys v0.38.0 |
809 | 2023-12-05T04:11:44.493Z | Downloaded ghash v0.5.0 |
810 | 2023-12-05T04:11:44.496Z | Downloaded vsss-rs v3.3.1 |
811 | 2023-12-05T04:11:44.501Z | Downloaded pbkdf2 v0.11.0 |
812 | 2023-12-05T04:11:44.506Z | Downloaded untrusted v0.9.0 |
813 | 2023-12-05T04:11:44.509Z | Downloaded slog-scope v4.4.0 |
814 | 2023-12-05T04:11:44.512Z | Downloaded tinyvec_macros v0.1.1 |
815 | 2023-12-05T04:11:44.515Z | Downloaded futures-task v0.3.29 |
816 | 2023-12-05T04:11:44.517Z | Downloaded heck v0.3.3 |
817 | 2023-12-05T04:11:44.520Z | Downloaded futures-sink v0.3.29 |
818 | 2023-12-05T04:11:44.523Z | Downloaded kstat-rs v0.2.3 |
819 | 2023-12-05T04:11:44.525Z | Downloaded io-lifetimes v1.0.11 |
820 | 2023-12-05T04:11:44.529Z | Downloaded float-cmp v0.9.0 |
821 | 2023-12-05T04:11:44.531Z | Downloaded half v1.8.2 |
822 | 2023-12-05T04:11:44.538Z | Downloaded ipnetwork v0.20.0 |
823 | 2023-12-05T04:11:44.541Z | Downloaded matches v0.1.10 |
824 | 2023-12-05T04:11:44.543Z | Downloaded tokio-rustls v0.24.1 |
825 | 2023-12-05T04:11:44.547Z | Downloaded tower-service v0.3.2 |
826 | 2023-12-05T04:11:44.549Z | Downloaded walkdir v2.4.0 |
827 | 2023-12-05T04:11:44.553Z | Downloaded rcgen v0.11.3 |
828 | 2023-12-05T04:11:44.558Z | Downloaded fnv v1.0.7 |
829 | 2023-12-05T04:11:44.561Z | Downloaded zerocopy v0.3.0 |
830 | 2023-12-05T04:11:44.563Z | Downloaded crossbeam-channel v0.5.8 |
831 | 2023-12-05T04:11:44.572Z | Downloaded thread-id v4.2.0 |
832 | 2023-12-05T04:11:44.575Z | Downloaded rustls-pemfile v1.0.3 |
833 | 2023-12-05T04:11:44.579Z | Downloaded foreign-types v0.3.2 |
834 | 2023-12-05T04:11:44.581Z | Downloaded slog v2.7.0 |
835 | 2023-12-05T04:11:44.586Z | Downloaded time-macros v0.2.13 |
836 | 2023-12-05T04:11:44.591Z | Downloaded structopt-derive v0.4.18 |
837 | 2023-12-05T04:11:44.594Z | Downloaded zone_cfg_derive v0.3.0 |
838 | 2023-12-05T04:11:44.596Z | Downloaded toml v0.5.11 |
839 | 2023-12-05T04:11:44.601Z | Downloaded take_mut v0.2.2 |
840 | 2023-12-05T04:11:44.603Z | Downloaded unicode-width v0.1.11 |
841 | 2023-12-05T04:11:44.606Z | Downloaded scheduled-thread-pool v0.2.7 |
842 | 2023-12-05T04:11:44.609Z | Downloaded ipnet v2.8.0 |
843 | 2023-12-05T04:11:44.612Z | Downloaded futures-channel v0.3.29 |
844 | 2023-12-05T04:11:44.616Z | Downloaded linked-hash-map v0.5.6 |
845 | 2023-12-05T04:11:44.619Z | Downloaded slog-stdlog v4.1.1 |
846 | 2023-12-05T04:11:44.622Z | Downloaded headers-core v0.2.0 |
847 | 2023-12-05T04:11:44.625Z | Downloaded openssl-sys v0.9.96 |
848 | 2023-12-05T04:11:44.634Z | Downloaded utf8parse v0.2.1 |
849 | 2023-12-05T04:11:44.639Z | Downloaded textwrap v0.11.0 |
850 | 2023-12-05T04:11:44.642Z | Downloaded hubpack_derive v0.1.1 |
851 | 2023-12-05T04:11:44.642Z | Downloaded is-terminal v0.4.9 |
852 | 2023-12-05T04:11:44.644Z | Downloaded slog-json v2.6.1 |
853 | 2023-12-05T04:11:44.647Z | Downloaded fastrand v2.0.0 |
854 | 2023-12-05T04:11:44.671Z | Downloaded lock_api v0.4.10 |
855 | 2023-12-05T04:11:44.671Z | Downloaded schemars v0.8.13 |
856 | 2023-12-05T04:11:44.692Z | Downloaded time-core v0.1.1 |
857 | 2023-12-05T04:11:44.692Z | Downloaded equivalent v1.0.1 |
858 | 2023-12-05T04:11:44.692Z | Downloaded strsim v0.10.0 |
859 | 2023-12-05T04:11:44.692Z | Downloaded strsim v0.8.0 |
860 | 2023-12-05T04:11:44.711Z | Downloaded toml v0.8.8 |
861 | 2023-12-05T04:11:44.711Z | Downloaded hyper-rustls v0.24.2 |
862 | 2023-12-05T04:11:44.711Z | Downloaded usdt v0.3.5 |
863 | 2023-12-05T04:11:44.711Z | Downloaded rustversion v1.0.14 |
864 | 2023-12-05T04:11:44.711Z | Downloaded heck v0.4.1 |
865 | 2023-12-05T04:11:44.722Z | Downloaded group v0.13.0 |
866 | 2023-12-05T04:11:44.722Z | Downloaded hyper-tls v0.5.0 |
867 | 2023-12-05T04:11:44.722Z | Downloaded indexmap v1.9.3 |
868 | 2023-12-05T04:11:44.722Z | Downloaded futures-core v0.3.29 |
869 | 2023-12-05T04:11:44.725Z | Downloaded enum-as-inner v0.5.1 |
870 | 2023-12-05T04:11:44.725Z | Downloaded managed v0.8.0 |
871 | 2023-12-05T04:11:44.725Z | Downloaded semver v1.0.20 |
872 | 2023-12-05T04:11:44.728Z | Downloaded schemars_derive v0.8.13 |
873 | 2023-12-05T04:11:44.731Z | Downloaded itoa v1.0.9 |
874 | 2023-12-05T04:11:44.734Z | Downloaded inout v0.1.3 |
875 | 2023-12-05T04:11:44.737Z | Downloaded usdt-attr-macro v0.3.5 |
876 | 2023-12-05T04:11:44.737Z | Downloaded hubpack v0.1.2 |
877 | 2023-12-05T04:11:44.740Z | Downloaded semver v0.11.0 |
878 | 2023-12-05T04:11:44.743Z | Downloaded scopeguard v1.2.0 |
879 | 2023-12-05T04:11:44.745Z | Downloaded spin v0.5.2 |
880 | 2023-12-05T04:11:44.748Z | Downloaded universal-hash v0.5.1 |
881 | 2023-12-05T04:11:44.748Z | Downloaded keccak v0.1.4 |
882 | 2023-12-05T04:11:44.751Z | Downloaded vec_map v0.8.2 |
883 | 2023-12-05T04:11:44.754Z | Downloaded slog-term v2.9.0 |
884 | 2023-12-05T04:11:44.756Z | Downloaded http-range v0.1.5 |
885 | 2023-12-05T04:11:44.759Z | Downloaded hash32 v0.2.1 |
886 | 2023-12-05T04:11:44.762Z | Downloaded smallvec v1.11.0 |
887 | 2023-12-05T04:11:44.765Z | Downloaded elliptic-curve v0.13.5 |
888 | 2023-12-05T04:11:44.772Z | Downloaded indexmap v2.1.0 |
889 | 2023-12-05T04:11:44.779Z | Downloaded synstructure v0.12.6 |
890 | 2023-12-05T04:11:44.782Z | Downloaded socket2 v0.4.9 |
891 | 2023-12-05T04:11:44.785Z | Downloaded lalrpop-util v0.19.12 |
892 | 2023-12-05T04:11:44.793Z | Downloaded stringprep v0.1.3 |
893 | 2023-12-05T04:11:44.793Z | Downloaded spki v0.7.2 |
894 | 2023-12-05T04:11:44.793Z | Downloaded structmeta-derive v0.2.0 |
895 | 2023-12-05T04:11:44.796Z | Downloaded glob v0.3.1 |
896 | 2023-12-05T04:11:44.799Z | Downloaded hostname v0.3.1 |
897 | 2023-12-05T04:11:44.836Z | Downloaded futures-io v0.3.29 |
898 | 2023-12-05T04:11:44.836Z | Downloaded smf v0.2.2 |
899 | 2023-12-05T04:11:44.839Z | Downloaded rustfmt-wrapper v0.2.0 |
900 | 2023-12-05T04:11:44.839Z | Downloaded rustc_version v0.4.0 |
901 | 2023-12-05T04:11:44.839Z | Downloaded hmac v0.12.1 |
902 | 2023-12-05T04:11:44.839Z | Downloaded signal-hook-registry v1.4.1 |
903 | 2023-12-05T04:11:44.839Z | Downloaded hex-literal v0.4.1 |
904 | 2023-12-05T04:11:44.839Z | Downloaded zone v0.3.0 |
905 | 2023-12-05T04:11:44.839Z | Downloaded unicode-xid v0.2.4 |
906 | 2023-12-05T04:11:44.840Z | Downloaded signal-hook v0.3.17 |
907 | 2023-12-05T04:11:44.840Z | Downloaded zip v0.6.6 |
908 | 2023-12-05T04:11:44.840Z | Downloaded unicode-segmentation v1.10.1 |
909 | 2023-12-05T04:11:44.843Z | Downloaded snafu-derive v0.7.5 |
910 | 2023-12-05T04:11:44.843Z | Downloaded hashbrown v0.13.2 |
911 | 2023-12-05T04:11:44.851Z | Downloaded term v0.7.0 |
912 | 2023-12-05T04:11:44.857Z | Downloaded futures v0.3.29 |
913 | 2023-12-05T04:11:44.866Z | Downloaded tracing v0.1.37 |
914 | 2023-12-05T04:11:44.874Z | Downloaded httparse v1.8.0 |
915 | 2023-12-05T04:11:44.878Z | Downloaded serde_derive v1.0.192 |
916 | 2023-12-05T04:11:44.883Z | Downloaded trust-dns-resolver v0.22.0 |
917 | 2023-12-05T04:11:44.890Z | Downloaded similar v2.2.1 |
918 | 2023-12-05T04:11:44.899Z | Downloaded url v2.5.0 |
919 | 2023-12-05T04:11:44.905Z | Downloaded tokio-util v0.7.10 |
920 | 2023-12-05T04:11:44.919Z | Downloaded uuid v1.6.1 |
921 | 2023-12-05T04:11:44.926Z | Downloaded snafu v0.7.5 |
922 | 2023-12-05T04:11:44.937Z | Downloaded serde v1.0.192 |
923 | 2023-12-05T04:11:44.943Z | Downloaded winnow v0.5.15 |
924 | 2023-12-05T04:11:44.959Z | Downloaded russh v0.39.0 |
925 | 2023-12-05T04:11:44.968Z | Downloaded hashbrown v0.14.2 |
926 | 2023-12-05T04:11:44.978Z | Downloaded libm v0.2.7 |
927 | 2023-12-05T04:11:44.996Z | Downloaded hashbrown v0.12.3 |
928 | 2023-12-05T04:11:45.004Z | Downloaded h2 v0.3.21 |
929 | 2023-12-05T04:11:45.017Z | Downloaded chrono v0.4.31 |
930 | 2023-12-05T04:11:45.031Z | Downloaded serde_with v2.3.3 |
931 | 2023-12-05T04:11:45.043Z | Downloaded time v0.3.27 |
932 | 2023-12-05T04:11:45.055Z | Downloaded hyper v0.14.27 |
933 | 2023-12-05T04:11:45.071Z | Downloaded serde_json v1.0.108 |
934 | 2023-12-05T04:11:45.085Z | Downloaded vcpkg v0.2.15 |
935 | 2023-12-05T04:11:45.159Z | Downloaded hkdf v0.12.3 |
936 | 2023-12-05T04:11:45.163Z | Downloaded futures-util v0.3.29 |
937 | 2023-12-05T04:11:45.186Z | Downloaded idna v0.2.3 |
938 | 2023-12-05T04:11:45.198Z | Downloaded rustls v0.21.9 |
939 | 2023-12-05T04:11:45.222Z | Downloaded gimli v0.28.0 |
940 | 2023-12-05T04:11:45.237Z | Downloaded smoltcp v0.8.2 |
941 | 2023-12-05T04:11:45.256Z | Downloaded rustix v0.38.25 |
942 | 2023-12-05T04:11:45.297Z | Downloaded syn v1.0.109 |
943 | 2023-12-05T04:11:45.317Z | Downloaded openssl v0.10.60 |
944 | 2023-12-05T04:11:45.334Z | Downloaded webpki-roots v0.25.2 |
945 | 2023-12-05T04:11:45.342Z | Downloaded syn v2.0.32 |
946 | 2023-12-05T04:11:45.361Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2023-12-05T04:11:45.385Z | Downloaded idna v0.5.0 |
948 | 2023-12-05T04:11:45.397Z | Downloaded libc v0.2.150 |
949 | 2023-12-05T04:11:45.448Z | Downloaded sha3 v0.10.8 |
950 | 2023-12-05T04:11:45.460Z | Downloaded regex-syntax v0.8.2 |
951 | 2023-12-05T04:11:45.475Z | Downloaded rustix v0.37.23 |
952 | 2023-12-05T04:11:45.510Z | Downloaded winapi v0.3.9 |
953 | 2023-12-05T04:11:45.582Z | Downloaded openapiv3 v2.0.0-rc.1 |
954 | 2023-12-05T04:11:45.603Z | Downloaded trust-dns-proto v0.22.0 |
955 | 2023-12-05T04:11:45.624Z | Downloaded zerocopy-derive v0.2.0 |
956 | 2023-12-05T04:11:45.639Z | Downloaded smoltcp v0.9.1 |
957 | 2023-12-05T04:11:45.659Z | Downloaded regex-automata v0.4.3 |
958 | 2023-12-05T04:11:45.688Z | Downloaded regex-automata v0.3.8 |
959 | 2023-12-05T04:11:45.719Z | Downloaded zerocopy-derive v0.6.4 |
960 | 2023-12-05T04:11:45.738Z | Downloaded tokio v1.34.0 |
961 | 2023-12-05T04:11:45.802Z | Downloaded regex-syntax v0.7.5 |
962 | 2023-12-05T04:11:45.821Z | Downloaded sled v0.34.7 |
963 | 2023-12-05T04:11:45.864Z | Downloaded radix_trie v0.2.1 |
964 | 2023-12-05T04:11:45.867Z | Downloaded regress v0.7.1 |
965 | 2023-12-05T04:11:45.867Z | Downloaded regex v1.10.2 |
966 | 2023-12-05T04:11:45.882Z | Downloaded bstr v0.2.17 |
967 | 2023-12-05T04:11:45.898Z | Downloaded bstr v1.6.0 |
968 | 2023-12-05T04:11:45.919Z | Downloaded curve25519-dalek v4.1.0 |
969 | 2023-12-05T04:11:45.933Z | Downloaded rustls-webpki v0.101.7 |
970 | 2023-12-05T04:11:45.961Z | Downloaded encoding_rs v0.8.33 |
971 | 2023-12-05T04:11:46.002Z | Downloaded object v0.32.1 |
972 | 2023-12-05T04:11:46.019Z | Downloaded http v0.2.11 |
973 | 2023-12-05T04:11:46.026Z | Downloaded aes-gcm v0.10.3 |
974 | 2023-12-05T04:11:46.033Z | Downloaded aho-corasick v1.0.4 |
975 | 2023-12-05T04:11:46.043Z | Downloaded reqwest v0.11.22 |
976 | 2023-12-05T04:11:46.057Z | Downloaded itertools v0.12.0 |
977 | 2023-12-05T04:11:46.071Z | Downloaded petgraph v0.6.4 |
978 | 2023-12-05T04:11:46.095Z | Downloaded aes v0.8.3 |
979 | 2023-12-05T04:11:46.101Z | Downloaded clap v2.34.0 |
980 | 2023-12-05T04:11:46.114Z | Downloaded clap_builder v4.4.2 |
981 | 2023-12-05T04:11:46.128Z | Downloaded itertools v0.11.0 |
982 | 2023-12-05T04:11:46.139Z | Downloaded itertools v0.10.5 |
983 | 2023-12-05T04:11:46.151Z | Downloaded unicode-normalization v0.1.22 |
984 | 2023-12-05T04:11:46.157Z | Downloaded toml_edit v0.21.0 |
985 | 2023-12-05T04:11:46.196Z | Downloaded tinyvec v1.6.0 |
986 | 2023-12-05T04:11:46.201Z | Downloaded tempfile v3.8.1 |
987 | 2023-12-05T04:11:46.205Z | Downloaded zerocopy v0.6.4 |
988 | 2023-12-05T04:11:46.209Z | Downloaded rand v0.7.3 |
989 | 2023-12-05T04:11:46.219Z | Downloaded ed25519-dalek v2.0.0 |
990 | 2023-12-05T04:11:46.223Z | Downloaded regex-automata v0.1.10 |
991 | 2023-12-05T04:11:46.233Z | Downloaded ryu v1.0.15 |
992 | 2023-12-05T04:11:46.238Z | Downloaded trust-dns-client v0.22.0 |
993 | 2023-12-05T04:11:46.248Z | Downloaded subprocess v0.2.9 |
994 | 2023-12-05T04:11:46.255Z | Downloaded tokio-postgres v0.7.10 |
995 | 2023-12-05T04:11:46.262Z | Downloaded diesel v2.1.4 |
996 | 2023-12-05T04:11:46.294Z | Downloaded rand v0.8.5 |
997 | 2023-12-05T04:11:46.300Z | Downloaded heapless v0.7.16 |
998 | 2023-12-05T04:11:46.307Z | Downloaded toml_edit v0.19.15 |
999 | 2023-12-05T04:11:46.337Z | Downloaded siphasher v0.3.11 |
1000 | 2023-12-05T04:11:46.340Z | Downloaded trust-dns-server v0.22.1 |
1001 | 2023-12-05T04:11:46.351Z | Downloaded flate2 v1.0.28 |
1002 | 2023-12-05T04:11:46.360Z | Downloaded crossterm v0.27.0 |
1003 | 2023-12-05T04:11:46.371Z | Downloaded memchr v2.6.3 |
1004 | 2023-12-05T04:11:46.381Z | Downloaded sct v0.7.0 |
1005 | 2023-12-05T04:11:46.387Z | Downloaded semver-parser v0.10.2 |
1006 | 2023-12-05T04:11:46.390Z | Downloaded stable_deref_trait v1.2.0 |
1007 | 2023-12-05T04:11:46.392Z | Downloaded static_assertions v1.1.0 |
1008 | 2023-12-05T04:11:46.395Z | Downloaded terminal_size v0.2.6 |
1009 | 2023-12-05T04:11:46.397Z | Downloaded secrecy v0.8.0 |
1010 | 2023-12-05T04:11:46.400Z | Downloaded serde_tokenstream v0.2.0 |
1011 | 2023-12-05T04:11:46.403Z | Downloaded backtrace v0.3.69 |
1012 | 2023-12-05T04:11:46.412Z | Downloaded thiserror-no-std v2.0.2 |
1013 | 2023-12-05T04:11:46.418Z | Downloaded socket2 v0.5.5 |
1014 | 2023-12-05T04:11:46.423Z | Downloaded pest v2.7.2 |
1015 | 2023-12-05T04:11:46.432Z | Downloaded rustls-native-certs v0.6.3 |
1016 | 2023-12-05T04:11:46.435Z | Downloaded errno v0.3.2 |
1017 | 2023-12-05T04:11:46.439Z | Downloaded either v1.9.0 |
1018 | 2023-12-05T04:11:46.442Z | Downloaded structopt v0.3.26 |
1019 | 2023-12-05T04:11:46.453Z | Downloaded log v0.4.20 |
1020 | 2023-12-05T04:11:46.457Z | Downloaded toml v0.7.8 |
1021 | 2023-12-05T04:11:46.462Z | Downloaded headers v0.3.9 |
1022 | 2023-12-05T04:11:46.472Z | Downloaded http-body v0.4.5 |
1023 | 2023-12-05T04:11:46.475Z | Downloaded same-file v1.0.6 |
1024 | 2023-12-05T04:11:46.478Z | Downloaded signal-hook-mio v0.2.3 |
1025 | 2023-12-05T04:11:46.481Z | Downloaded serde_tokenstream v0.1.7 |
1026 | 2023-12-05T04:11:46.485Z | Downloaded serde_yaml v0.9.25 |
1027 | 2023-12-05T04:11:46.491Z | Downloaded ring v0.17.5 |
1028 | 2023-12-05T04:11:46.653Z | Downloaded hyper-staticfile v0.9.5 |
1029 | 2023-12-05T04:11:46.653Z | Downloaded strum_macros v0.25.2 |
1030 | 2023-12-05T04:11:46.653Z | Downloaded serde_derive_internals v0.26.0 |
1031 | 2023-12-05T04:11:46.653Z | Downloaded num-bigint v0.4.4 |
1032 | 2023-12-05T04:11:46.661Z | Downloaded form_urlencoded v1.2.1 |
1033 | 2023-12-05T04:11:46.664Z | Downloaded ed25519 v2.2.2 |
1034 | 2023-12-05T04:11:46.667Z | Downloaded httpdate v1.0.3 |
1035 | 2023-12-05T04:11:46.671Z | Downloaded ff v0.13.0 |
1036 | 2023-12-05T04:11:46.674Z | Downloaded serde_with_macros v2.3.3 |
1037 | 2023-12-05T04:11:46.678Z | Downloaded tokio-tungstenite v0.20.1 |
1038 | 2023-12-05T04:11:46.681Z | Downloaded thiserror-impl v1.0.49 |
1039 | 2023-12-05T04:11:46.684Z | Downloaded tracing-core v0.1.31 |
1040 | 2023-12-05T04:11:46.691Z | Downloaded base64 v0.13.1 |
1041 | 2023-12-05T04:11:46.699Z | Downloaded spin v0.9.8 |
1042 | 2023-12-05T04:11:46.705Z | Downloaded ucd-trie v0.1.6 |
1043 | 2023-12-05T04:11:46.709Z | Downloaded thiserror-impl-no-std v2.0.2 |
1044 | 2023-12-05T04:11:46.712Z | Downloaded thiserror v1.0.49 |
1045 | 2023-12-05T04:11:46.722Z | Downloaded ring v0.16.20 |
1046 | 2023-12-05T04:11:46.894Z | Downloaded subtle v2.5.0 |
1047 | 2023-12-05T04:11:46.897Z | Downloaded home v0.5.5 |
1048 | 2023-12-05T04:11:46.897Z | Downloaded md-5 v0.10.5 |
1049 | 2023-12-05T04:11:46.897Z | Downloaded match_cfg v0.1.0 |
1050 | 2023-12-05T04:11:46.897Z | Downloaded futures-executor v0.3.29 |
1051 | 2023-12-05T04:11:46.897Z | Downloaded rustc-demangle v0.1.23 |
1052 | 2023-12-05T04:11:46.900Z | Downloaded getrandom v0.2.10 |
1053 | 2023-12-05T04:11:46.903Z | Downloaded foreign-types-shared v0.3.1 |
1054 | 2023-12-05T04:11:46.908Z | Downloaded unicode-bidi v0.3.13 |
1055 | 2023-12-05T04:11:46.911Z | Downloaded typenum v1.16.0 |
1056 | 2023-12-05T04:11:46.914Z | Downloaded thread_local v1.1.7 |
1057 | 2023-12-05T04:11:46.917Z | Downloaded mio v0.8.9 |
1058 | 2023-12-05T04:11:46.925Z | Downloaded tokio-native-tls v0.3.1 |
1059 | 2023-12-05T04:11:46.930Z | Downloaded der v0.7.8 |
1060 | 2023-12-05T04:11:46.937Z | Downloaded signature v2.1.0 |
1061 | 2023-12-05T04:11:46.939Z | Downloaded tar v0.4.40 |
1062 | 2023-12-05T04:11:46.943Z | Downloaded macaddr v1.0.1 |
1063 | 2023-12-05T04:11:46.946Z | Downloaded sha1 v0.10.6 |
1064 | 2023-12-05T04:11:46.949Z | Downloaded whoami v1.4.1 |
1065 | 2023-12-05T04:11:46.951Z | Downloaded crypto-bigint v0.5.2 |
1066 | 2023-12-05T04:11:46.961Z | Downloaded unsafe-libyaml v0.2.9 |
1067 | 2023-12-05T04:11:46.968Z | Downloaded tungstenite v0.20.1 |
1068 | 2023-12-05T04:11:46.973Z | Downloaded getrandom v0.1.16 |
1069 | 2023-12-05T04:11:46.977Z | Downloaded string_cache v0.8.7 |
1070 | 2023-12-05T04:11:46.980Z | Downloaded yasna v0.5.2 |
1071 | 2023-12-05T04:11:46.983Z | Downloaded diesel_derives v2.1.2 |
1072 | 2023-12-05T04:11:46.989Z | Downloaded pin-project v1.1.3 |
1073 | 2023-12-05T04:11:47.012Z | Downloaded ident_case v1.0.1 |
1074 | 2023-12-05T04:11:47.015Z | Downloaded lazy_static v1.4.0 |
1075 | 2023-12-05T04:11:47.018Z | Downloaded fallible-iterator v0.2.0 |
1076 | 2023-12-05T04:11:47.018Z | Downloaded const-oid v0.9.5 |
1077 | 2023-12-05T04:11:47.021Z | Downloaded unicode-ident v1.0.12 |
1078 | 2023-12-05T04:11:47.026Z | Downloaded version_check v0.9.4 |
1079 | 2023-12-05T04:11:47.029Z | Downloaded iana-time-zone v0.1.57 |
1080 | 2023-12-05T04:11:47.032Z | Downloaded ahash v0.8.3 |
1081 | 2023-12-05T04:11:47.038Z | Downloaded serde_repr v0.1.16 |
1082 | 2023-12-05T04:11:47.040Z | Downloaded unicase v2.7.0 |
1083 | 2023-12-05T04:11:47.043Z | Downloaded libefi-sys v0.1.0 |
1084 | 2023-12-05T04:11:47.046Z | Downloaded slab v0.4.9 |
1085 | 2023-12-05T04:11:47.049Z | Downloaded toml_datetime v0.6.5 |
1086 | 2023-12-05T04:11:47.049Z | Downloaded parking_lot_core v0.8.6 |
1087 | 2023-12-05T04:11:47.053Z | Downloaded fxhash v0.2.1 |
1088 | 2023-12-05T04:11:47.055Z | Downloaded sha2 v0.10.8 |
1089 | 2023-12-05T04:11:47.058Z | Downloaded cancel-safe-futures v0.1.5 |
1090 | 2023-12-05T04:11:47.063Z | Downloaded tokio-stream v0.1.14 |
1091 | 2023-12-05T04:11:47.072Z | Downloaded async-trait v0.1.74 |
1092 | 2023-12-05T04:11:47.079Z | Downloaded bytes v1.5.0 |
1093 | 2023-12-05T04:11:47.084Z | Downloaded arc-swap v1.6.0 |
1094 | 2023-12-05T04:11:47.092Z | Downloaded serde_spanned v0.6.4 |
1095 | 2023-12-05T04:11:47.095Z | Downloaded argon2 v0.5.2 |
1096 | 2023-12-05T04:11:47.098Z | Downloaded anstream v0.5.0 |
1097 | 2023-12-05T04:11:47.101Z | Downloaded structmeta v0.2.0 |
1098 | 2023-12-05T04:11:47.104Z | Downloaded base64ct v1.6.0 |
1099 | 2023-12-05T04:11:47.107Z | Downloaded pest_meta v2.7.2 |
1100 | 2023-12-05T04:11:47.110Z | Downloaded crossbeam-utils v0.8.16 |
1101 | 2023-12-05T04:11:47.116Z | Downloaded foreign-types-macros v0.2.3 |
1102 | 2023-12-05T04:11:47.118Z | Downloaded foreign-types v0.5.0 |
1103 | 2023-12-05T04:11:47.118Z | Downloaded lru-cache v0.1.2 |
1104 | 2023-12-05T04:11:47.121Z | Downloaded rand_core v0.6.4 |
1105 | 2023-12-05T04:11:47.124Z | Downloaded futures-macro v0.3.29 |
1106 | 2023-12-05T04:11:47.127Z | Downloaded slog-bunyan v2.4.0 |
1107 | 2023-12-05T04:11:47.130Z | Downloaded slog-async v2.8.0 |
1108 | 2023-12-05T04:11:47.133Z | Downloaded usdt-impl v0.3.5 |
1109 | 2023-12-05T04:11:47.133Z | Downloaded slog-dtrace v0.2.3 |
1110 | 2023-12-05T04:11:47.135Z | Downloaded hex v0.4.3 |
1111 | 2023-12-05T04:11:47.140Z | Downloaded tokio-macros v2.2.0 |
1112 | 2023-12-05T04:11:47.140Z | Downloaded toolchain_find v0.2.0 |
1113 | 2023-12-05T04:11:47.143Z | Downloaded fixedbitset v0.4.2 |
1114 | 2023-12-05T04:11:47.146Z | Downloaded tracing-attributes v0.1.26 |
1115 | 2023-12-05T04:11:47.149Z | Downloaded block-buffer v0.10.4 |
1116 | 2023-12-05T04:11:47.152Z | Downloaded camino v1.1.6 |
1117 | 2023-12-05T04:11:47.154Z | Downloaded miniz_oxide v0.7.1 |
1118 | 2023-12-05T04:11:47.157Z | Downloaded postcard v0.7.3 |
1119 | 2023-12-05T04:11:47.160Z | Downloaded once_cell v1.18.0 |
1120 | 2023-12-05T04:11:47.166Z | Downloaded bcrypt-pbkdf v0.10.0 |
1121 | 2023-12-05T04:11:47.172Z | Downloaded resolv-conf v0.7.0 |
1122 | 2023-12-05T04:11:47.179Z | Downloaded strum v0.25.0 |
1123 | 2023-12-05T04:11:47.179Z | Downloaded num v0.4.1 |
1124 | 2023-12-05T04:11:47.179Z | Downloaded native-tls v0.2.11 |
1125 | 2023-12-05T04:11:47.179Z | Downloaded blowfish v0.9.1 |
1126 | 2023-12-05T04:11:47.179Z | Downloaded atomic-waker v1.1.1 |
1127 | 2023-12-05T04:11:47.182Z | Downloaded percent-encoding v2.3.1 |
1128 | 2023-12-05T04:11:47.182Z | Downloaded quick-error v1.2.3 |
1129 | 2023-12-05T04:11:47.185Z | Downloaded anstyle-parse v0.2.1 |
1130 | 2023-12-05T04:11:47.192Z | Downloaded xattr v1.0.1 |
1131 | 2023-12-05T04:11:47.195Z | Downloaded dof v0.1.5 |
1132 | 2023-12-05T04:11:47.198Z | Downloaded proc-macro-error v1.0.4 |
1133 | 2023-12-05T04:11:47.206Z | Downloaded num-rational v0.4.1 |
1134 | 2023-12-05T04:11:47.209Z | Downloaded phf v0.11.2 |
1135 | 2023-12-05T04:11:47.212Z | Downloaded darling_core v0.20.3 |
1136 | 2023-12-05T04:11:47.220Z | Downloaded parking_lot v0.12.1 |
1137 | 2023-12-05T04:11:47.223Z | Downloaded derive_more v0.99.17 |
1138 | 2023-12-05T04:11:47.233Z | Downloaded parking_lot v0.11.2 |
1139 | 2023-12-05T04:11:47.238Z | Downloaded parking_lot_core v0.9.8 |
1140 | 2023-12-05T04:11:47.241Z | Downloaded console v0.15.7 |
1141 | 2023-12-05T04:11:47.247Z | Downloaded usdt-macro v0.3.5 |
1142 | 2023-12-05T04:11:47.249Z | Downloaded pest_derive v2.7.2 |
1143 | 2023-12-05T04:11:47.252Z | Downloaded ciborium v0.2.1 |
1144 | 2023-12-05T04:11:47.256Z | Downloaded dtrace-parser v0.1.14 |
1145 | 2023-12-05T04:11:47.261Z | Downloaded bit-set v0.5.3 |
1146 | 2023-12-05T04:11:47.264Z | Downloaded async-stream v0.3.5 |
1147 | 2023-12-05T04:11:47.264Z | Downloaded aead v0.5.2 |
1148 | 2023-12-05T04:11:47.266Z | Downloaded nibble_vec v0.1.0 |
1149 | 2023-12-05T04:11:47.269Z | Downloaded russh-cryptovec v0.7.0 |
1150 | 2023-12-05T04:11:47.269Z | Downloaded proc-macro-error-attr v1.0.4 |
1151 | 2023-12-05T04:11:47.272Z | Downloaded cc v1.0.83 |
1152 | 2023-12-05T04:11:47.276Z | Downloaded anstyle-query v1.0.0 |
1153 | 2023-12-05T04:11:47.280Z | Downloaded parse-display-derive v0.8.2 |
1154 | 2023-12-05T04:11:47.283Z | Downloaded num_enum_derive v0.5.11 |
1155 | 2023-12-05T04:11:47.283Z | Downloaded ctr v0.9.2 |
1156 | 2023-12-05T04:11:47.286Z | Downloaded cpufeatures v0.2.9 |
1157 | 2023-12-05T04:11:47.288Z | Downloaded num-iter v0.1.43 |
1158 | 2023-12-05T04:11:47.291Z | Downloaded num-integer v0.1.45 |
1159 | 2023-12-05T04:11:47.294Z | Downloaded num-derive v0.4.0 |
1160 | 2023-12-05T04:11:47.297Z | Downloaded cipher v0.4.4 |
1161 | 2023-12-05T04:11:47.300Z | Downloaded precomputed-hash v0.1.1 |
1162 | 2023-12-05T04:11:47.300Z | Downloaded option-ext v0.2.0 |
1163 | 2023-12-05T04:11:47.300Z | Downloaded proc-macro-crate v1.3.1 |
1164 | 2023-12-05T04:11:47.303Z | Downloaded camino-tempfile v1.1.1 |
1165 | 2023-12-05T04:11:47.305Z | Downloaded waitgroup v0.1.2 |
1166 | 2023-12-05T04:11:47.308Z | Downloaded chacha20 v0.9.1 |
1167 | 2023-12-05T04:11:47.311Z | Downloaded ciborium-ll v0.2.1 |
1168 | 2023-12-05T04:11:47.314Z | Downloaded try-lock v0.2.4 |
1169 | 2023-12-05T04:11:47.317Z | Downloaded postgres-types v0.2.6 |
1170 | 2023-12-05T04:11:47.320Z | Downloaded platforms v3.0.2 |
1171 | 2023-12-05T04:11:47.322Z | Downloaded num_cpus v1.16.0 |
1172 | 2023-12-05T04:11:47.326Z | Downloaded block-padding v0.3.3 |
1173 | 2023-12-05T04:11:47.329Z | Downloaded dirs-sys v0.4.1 |
1174 | 2023-12-05T04:11:47.332Z | Downloaded password-hash v0.5.0 |
1175 | 2023-12-05T04:11:47.335Z | Downloaded pest_generator v2.7.2 |
1176 | 2023-12-05T04:11:47.338Z | Downloaded omicron-zone-package v0.9.1 |
1177 | 2023-12-05T04:11:47.340Z | Downloaded pin-project-internal v1.1.3 |
1178 | 2023-12-05T04:11:47.343Z | Downloaded pem v1.1.1 |
1179 | 2023-12-05T04:11:47.345Z | Downloaded password-hash v0.4.2 |
1180 | 2023-12-05T04:11:47.348Z | Downloaded phf_shared v0.10.0 |
1181 | 2023-12-05T04:11:47.351Z | Downloaded normalize-line-endings v0.3.0 |
1182 | 2023-12-05T04:11:47.351Z | Downloaded new_debug_unreachable v1.0.4 |
1183 | 2023-12-05T04:11:47.354Z | Downloaded crucible-workspace-hack v0.1.0 |
1184 | 2023-12-05T04:11:47.354Z | Downloaded colorchoice v1.0.0 |
1185 | 2023-12-05T04:11:47.356Z | Downloaded pretty-hex v0.2.1 |
1186 | 2023-12-05T04:11:47.359Z | Downloaded pbkdf2 v0.12.2 |
1187 | 2023-12-05T04:11:47.359Z | Downloaded num_threads v0.1.6 |
1188 | 2023-12-05T04:11:47.363Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1189 | 2023-12-05T04:11:47.366Z | Downloaded predicates-core v1.0.6 |
1190 | 2023-12-05T04:11:47.366Z | Downloaded phf_shared v0.11.2 |
1191 | 2023-12-05T04:11:47.366Z | Downloaded cfg-if v0.1.10 |
1192 | 2023-12-05T04:11:47.369Z | Downloaded pem v3.0.2 |
1193 | 2023-12-05T04:11:47.369Z | Downloaded dirs v5.0.1 |
1194 | 2023-12-05T04:11:47.371Z | Downloaded clap_derive v4.4.2 |
1195 | 2023-12-05T04:11:47.375Z | Downloaded dyn-clone v1.0.13 |
1196 | 2023-12-05T04:11:47.378Z | Downloaded cfg-if v1.0.0 |
1197 | 2023-12-05T04:11:47.381Z | Downloaded convert_case v0.4.0 |
1198 | 2023-12-05T04:11:47.383Z | Downloaded clap_lex v0.5.1 |
1199 | 2023-12-05T04:11:47.383Z | Downloaded colored v2.0.4 |
1200 | 2023-12-05T04:11:47.386Z | Downloaded num-complex v0.4.4 |
1201 | 2023-12-05T04:11:47.389Z | Downloaded clap v4.4.3 |
1202 | 2023-12-05T04:11:47.405Z | Downloaded darling_macro v0.20.3 |
1203 | 2023-12-05T04:11:47.407Z | Downloaded crc32fast v1.3.2 |
1204 | 2023-12-05T04:11:47.410Z | Downloaded anyhow v1.0.75 |
1205 | 2023-12-05T04:11:47.416Z | Downloaded atty v0.2.14 |
1206 | 2023-12-05T04:11:47.419Z | Downloaded deranged v0.3.8 |
1207 | 2023-12-05T04:11:47.422Z | Downloaded postcard-cobs v0.1.5-pre |
1208 | 2023-12-05T04:11:47.422Z | Downloaded chacha20poly1305 v0.10.1 |
1209 | 2023-12-05T04:11:47.424Z | Downloaded dirs-sys-next v0.1.2 |
1210 | 2023-12-05T04:11:47.427Z | Downloaded data-encoding v2.4.0 |
1211 | 2023-12-05T04:11:47.430Z | Downloaded bitflags v1.3.2 |
1212 | 2023-12-05T04:11:47.434Z | Downloaded bzip2 v0.4.4 |
1213 | 2023-12-05T04:11:47.437Z | Downloaded blake2 v0.10.6 |
1214 | 2023-12-05T04:11:47.441Z | Downloaded curve25519-dalek-derive v0.1.0 |
1215 | 2023-12-05T04:11:47.444Z | Downloaded mime v0.3.17 |
1216 | 2023-12-05T04:11:47.446Z | Downloaded debug-ignore v1.0.5 |
1217 | 2023-12-05T04:11:47.849Z | Compiling proc-macro2 v1.0.69 |
1218 | 2023-12-05T04:11:47.849Z | Compiling unicode-ident v1.0.12 |
1219 | 2023-12-05T04:11:47.852Z | Compiling libc v0.2.150 |
1220 | 2023-12-05T04:11:47.852Z | Compiling serde v1.0.192 |
1221 | 2023-12-05T04:11:47.872Z | Compiling autocfg v1.1.0 |
1222 | 2023-12-05T04:11:47.875Z | Compiling version_check v0.9.4 |
1223 | 2023-12-05T04:11:47.875Z | Compiling cfg-if v1.0.0 |
1224 | 2023-12-05T04:11:47.875Z | Compiling syn v1.0.109 |
1225 | 2023-12-05T04:11:48.191Z | Compiling parking_lot_core v0.9.8 |
1226 | 2023-12-05T04:11:48.216Z | Compiling typenum v1.16.0 |
1227 | 2023-12-05T04:11:49.011Z | Compiling libm v0.2.7 |
1228 | 2023-12-05T04:11:49.107Z | Compiling lock_api v0.4.10 |
1229 | 2023-12-05T04:11:50.386Z | Compiling generic-array v0.14.7 |
1230 | 2023-12-05T04:11:50.411Z | Compiling once_cell v1.18.0 |
1231 | 2023-12-05T04:11:50.548Z | Compiling num-traits v0.2.16 |
1232 | 2023-12-05T04:11:50.569Z | Compiling thiserror v1.0.49 |
1233 | 2023-12-05T04:11:50.617Z | Compiling futures-core v0.3.29 |
1234 | 2023-12-05T04:11:50.812Z | Compiling serde_json v1.0.108 |
1235 | 2023-12-05T04:11:50.946Z | Compiling slab v0.4.9 |
1236 | 2023-12-05T04:11:51.013Z | Compiling futures-channel v0.3.29 |
1237 | 2023-12-05T04:11:51.093Z | Compiling futures-task v0.3.29 |
1238 | 2023-12-05T04:11:51.274Z | Compiling memchr v2.6.3 |
1239 | 2023-12-05T04:11:51.324Z | Compiling futures-util v0.3.29 |
1240 | 2023-12-05T04:11:51.398Z | Compiling itoa v1.0.9 |
1241 | 2023-12-05T04:11:51.477Z | Compiling pkg-config v0.3.27 |
1242 | 2023-12-05T04:11:51.919Z | Compiling quote v1.0.33 |
1243 | 2023-12-05T04:11:52.081Z | Compiling log v0.4.20 |
1244 | 2023-12-05T04:11:52.443Z | Compiling scopeguard v1.2.0 |
1245 | 2023-12-05T04:11:52.639Z | Compiling syn v2.0.32 |
1246 | 2023-12-05T04:11:52.876Z | Compiling cc v1.0.83 |
1247 | 2023-12-05T04:11:53.382Z | Compiling getrandom v0.2.10 |
1248 | 2023-12-05T04:11:53.893Z | Compiling rand_core v0.6.4 |
1249 | 2023-12-05T04:11:54.690Z | Compiling heck v0.4.1 |
1250 | 2023-12-05T04:11:55.174Z | Compiling ryu v1.0.15 |
1251 | 2023-12-05T04:11:55.448Z | Compiling smallvec v1.11.0 |
1252 | 2023-12-05T04:11:56.163Z | Compiling vcpkg v0.2.15 |
1253 | 2023-12-05T04:11:56.305Z | Compiling schemars v0.8.13 |
1254 | 2023-12-05T04:11:56.519Z | Compiling subtle v2.5.0 |
1255 | 2023-12-05T04:11:56.823Z | Compiling httparse v1.8.0 |
1256 | 2023-12-05T04:11:57.094Z | Compiling indexmap v1.9.3 |
1257 | 2023-12-05T04:11:57.459Z | Compiling equivalent v1.0.1 |
1258 | 2023-12-05T04:11:57.514Z | Compiling hashbrown v0.14.2 |
1259 | 2023-12-05T04:11:57.616Z | Compiling pin-project-lite v0.2.13 |
1260 | 2023-12-05T04:11:57.913Z | Compiling ring v0.17.5 |
1261 | 2023-12-05T04:11:58.721Z | Compiling ring v0.16.20 |
1262 | 2023-12-05T04:11:58.818Z | Compiling semver v1.0.20 |
1263 | 2023-12-05T04:11:59.615Z | Compiling parking_lot v0.12.1 |
1264 | 2023-12-05T04:11:59.862Z | Compiling ahash v0.8.3 |
1265 | 2023-12-05T04:11:59.914Z | Compiling openssl-sys v0.9.96 |
1266 | 2023-12-05T04:12:00.356Z | Compiling fnv v1.0.7 |
1267 | 2023-12-05T04:12:01.372Z | Compiling openssl v0.10.60 |
1268 | 2023-12-05T04:12:01.498Z | Compiling signal-hook-registry v1.4.1 |
1269 | 2023-12-05T04:12:01.820Z | Compiling iana-time-zone v0.1.57 |
1270 | 2023-12-05T04:12:02.006Z | Compiling rustls v0.21.9 |
1271 | 2023-12-05T04:12:02.034Z | Compiling ucd-trie v0.1.6 |
1272 | 2023-12-05T04:12:02.484Z | Compiling mio v0.8.9 |
1273 | 2023-12-05T04:12:02.939Z | Compiling native-tls v0.2.11 |
1274 | 2023-12-05T04:12:03.321Z | Compiling socket2 v0.5.5 |
1275 | 2023-12-05T04:12:03.407Z | Compiling num_cpus v1.16.0 |
1276 | 2023-12-05T04:12:03.754Z | Compiling byteorder v1.5.0 |
1277 | 2023-12-05T04:12:03.830Z | Compiling spin v0.5.2 |
1278 | 2023-12-05T04:12:04.529Z | Compiling dyn-clone v1.0.13 |
1279 | 2023-12-05T04:12:04.553Z | Compiling async-trait v0.1.74 |
1280 | 2023-12-05T04:12:04.826Z | Compiling serde_derive_internals v0.26.0 |
1281 | 2023-12-05T04:12:04.850Z | Compiling futures-sink v0.3.29 |
1282 | 2023-12-05T04:12:05.079Z | Compiling aho-corasick v1.0.4 |
1283 | 2023-12-05T04:12:05.669Z | Compiling regex-syntax v0.8.2 |
1284 | 2023-12-05T04:12:05.748Z | Compiling rustix v0.38.25 |
1285 | 2023-12-05T04:12:05.814Z | Compiling tinyvec_macros v0.1.1 |
1286 | 2023-12-05T04:12:06.378Z | Compiling const-oid v0.9.5 |
1287 | 2023-12-05T04:12:06.739Z | Compiling tinyvec v1.6.0 |
1288 | 2023-12-05T04:12:07.399Z | Compiling hashbrown v0.13.2 |
1289 | 2023-12-05T04:12:09.669Z | Compiling backtrace v0.3.69 |
1290 | 2023-12-05T04:12:09.763Z | Compiling futures-io v0.3.29 |
1291 | 2023-12-05T04:12:09.823Z | Compiling winnow v0.5.15 |
1292 | 2023-12-05T04:12:10.210Z | Compiling pin-utils v0.1.0 |
1293 | 2023-12-05T04:12:10.298Z | Compiling unicode-normalization v0.1.22 |
1294 | 2023-12-05T04:12:10.336Z | Compiling spin v0.9.8 |
1295 | 2023-12-05T04:12:10.464Z | Compiling tracing-core v0.1.31 |
1296 | 2023-12-05T04:12:10.896Z | Compiling unicode-bidi v0.3.13 |
1297 | 2023-12-05T04:12:12.145Z | Compiling regex-automata v0.4.3 |
1298 | 2023-12-05T04:12:13.288Z | Compiling crc32fast v1.3.2 |
1299 | 2023-12-05T04:12:13.464Z | Compiling anyhow v1.0.75 |
1300 | 2023-12-05T04:12:13.990Z | Compiling cpufeatures v0.2.9 |
1301 | 2023-12-05T04:12:15.176Z | Compiling base64 v0.21.5 |
1302 | 2023-12-05T04:12:15.681Z | Compiling time-core v0.1.1 |
1303 | 2023-12-05T04:12:15.925Z | Compiling time-macros v0.2.13 |
1304 | 2023-12-05T04:12:16.865Z | Compiling serde_derive v1.0.192 |
1305 | 2023-12-05T04:12:17.141Z | Compiling zeroize_derive v1.4.2 |
1306 | 2023-12-05T04:12:17.214Z | Compiling thiserror-impl v1.0.49 |
1307 | 2023-12-05T04:12:17.617Z | Compiling tokio-macros v2.2.0 |
1308 | 2023-12-05T04:12:19.328Z | Compiling futures-macro v0.3.29 |
1309 | 2023-12-05T04:12:19.864Z | Compiling zeroize v1.7.0 |
1310 | 2023-12-05T04:12:20.377Z | Compiling tracing-attributes v0.1.26 |
1311 | 2023-12-05T04:12:21.018Z | Compiling schemars_derive v0.8.13 |
1312 | 2023-12-05T04:12:21.571Z | Compiling openssl-macros v0.1.1 |
1313 | 2023-12-05T04:12:22.894Z | Compiling crypto-common v0.1.6 |
1314 | 2023-12-05T04:12:22.922Z | Compiling pest v2.7.2 |
1315 | 2023-12-05T04:12:22.957Z | Compiling block-buffer v0.10.4 |
1316 | 2023-12-05T04:12:23.340Z | Compiling digest v0.10.7 |
1317 | 2023-12-05T04:12:24.101Z | Compiling regex v1.10.2 |
1318 | 2023-12-05T04:12:27.009Z | Compiling num-integer v0.1.45 |
1319 | 2023-12-05T04:12:27.082Z | Compiling tracing v0.1.37 |
1320 | 2023-12-05T04:12:27.447Z | Compiling slog v2.7.0 |
1321 | 2023-12-05T04:12:27.749Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2023-12-05T04:12:27.823Z | Compiling openssl-probe v0.1.5 |
1323 | 2023-12-05T04:12:27.860Z | Compiling unicode-xid v0.2.4 |
1324 | 2023-12-05T04:12:27.896Z | Compiling percent-encoding v2.3.1 |
1325 | 2023-12-05T04:12:28.117Z | Compiling hashbrown v0.12.3 |
1326 | 2023-12-05T04:12:28.161Z | Compiling untrusted v0.9.0 |
1327 | 2023-12-05T04:12:28.214Z | Compiling unicode-width v0.1.11 |
1328 | 2023-12-05T04:12:28.299Z | Compiling untrusted v0.7.1 |
1329 | 2023-12-05T04:12:28.448Z | Compiling synstructure v0.12.6 |
1330 | 2023-12-05T04:12:28.483Z | Compiling foreign-types v0.3.2 |
1331 | 2023-12-05T04:12:31.707Z | Compiling errno v0.3.2 |
1332 | 2023-12-05T04:12:32.146Z | Compiling ppv-lite86 v0.2.17 |
1333 | 2023-12-05T04:12:33.404Z | Compiling try-lock v0.2.4 |
1334 | 2023-12-05T04:12:33.537Z | Compiling want v0.3.1 |
1335 | 2023-12-05T04:12:33.957Z | Compiling sct v0.7.0 |
1336 | 2023-12-05T04:12:33.991Z | Compiling rustls-webpki v0.101.7 |
1337 | 2023-12-05T04:12:34.852Z | Compiling zerocopy-derive v0.2.0 |
1338 | 2023-12-05T04:12:35.075Z | Compiling form_urlencoded v1.2.1 |
1339 | 2023-12-05T04:12:35.545Z | Compiling pest_meta v2.7.2 |
1340 | 2023-12-05T04:12:35.808Z | Compiling socket2 v0.4.9 |
1341 | 2023-12-05T04:12:36.175Z | Compiling httpdate v1.0.3 |
1342 | 2023-12-05T04:12:36.937Z | Compiling tower-service v0.3.2 |
1343 | 2023-12-05T04:12:37.245Z | Compiling io-lifetimes v1.0.11 |
1344 | 2023-12-05T04:12:38.088Z | Compiling pest_generator v2.7.2 |
1345 | 2023-12-05T04:12:38.147Z | Compiling rustls-pemfile v1.0.3 |
1346 | 2023-12-05T04:12:38.174Z | Compiling idna v0.5.0 |
1347 | 2023-12-05T04:12:38.718Z | Compiling lazy_static v1.4.0 |
1348 | 2023-12-05T04:12:38.880Z | Compiling crossbeam-utils v0.8.16 |
1349 | 2023-12-05T04:12:39.633Z | Compiling adler v1.0.2 |
1350 | 2023-12-05T04:12:39.958Z | Compiling miniz_oxide v0.7.1 |
1351 | 2023-12-05T04:12:40.927Z | Compiling url v2.5.0 |
1352 | 2023-12-05T04:12:41.455Z | Compiling bytes v1.5.0 |
1353 | 2023-12-05T04:12:42.403Z | Compiling indexmap v2.1.0 |
1354 | 2023-12-05T04:12:42.587Z | Compiling chrono v0.4.31 |
1355 | 2023-12-05T04:12:43.624Z | Compiling uuid v1.6.1 |
1356 | 2023-12-05T04:12:44.112Z | Compiling http v0.2.11 |
1357 | 2023-12-05T04:12:44.190Z | Compiling tokio v1.34.0 |
1358 | 2023-12-05T04:12:45.177Z | Compiling toml_datetime v0.6.5 |
1359 | 2023-12-05T04:12:45.942Z | Compiling serde_spanned v0.6.4 |
1360 | 2023-12-05T04:12:46.213Z | Compiling bitflags v2.4.0 |
1361 | 2023-12-05T04:12:47.134Z | Compiling toml_edit v0.19.15 |
1362 | 2023-12-05T04:12:48.413Z | Compiling rustc_version v0.4.0 |
1363 | 2023-12-05T04:12:49.709Z | Compiling http-body v0.4.5 |
1364 | 2023-12-05T04:12:50.335Z | Compiling openapiv3 v2.0.0-rc.1 |
1365 | 2023-12-05T04:12:52.104Z | Compiling pest_derive v2.7.2 |
1366 | 2023-12-05T04:12:53.490Z | Compiling rustls-native-certs v0.6.3 |
1367 | 2023-12-05T04:12:54.132Z | Compiling rand_chacha v0.3.1 |
1368 | 2023-12-05T04:12:55.894Z | Compiling usdt-impl v0.3.5 |
1369 | 2023-12-05T04:12:56.422Z | Compiling ipnet v2.8.0 |
1370 | 2023-12-05T04:12:57.219Z | Compiling tokio-util v0.7.10 |
1371 | 2023-12-05T04:12:58.515Z | Compiling tokio-rustls v0.24.1 |
1372 | 2023-12-05T04:12:59.014Z | Compiling h2 v0.3.21 |
1373 | 2023-12-05T04:12:59.668Z | Compiling tokio-native-tls v0.3.1 |
1374 | 2023-12-05T04:13:00.068Z | Compiling rustix v0.37.23 |
1375 | 2023-12-05T04:13:00.874Z | Compiling rand v0.8.5 |
1376 | 2023-12-05T04:13:01.053Z | Compiling serde_urlencoded v0.7.1 |
1377 | 2023-12-05T04:13:02.217Z | Compiling encoding_rs v0.8.33 |
1378 | 2023-12-05T04:13:02.321Z | Compiling webpki-roots v0.25.2 |
1379 | 2023-12-05T04:13:02.549Z | Compiling gimli v0.28.0 |
1380 | 2023-12-05T04:13:03.590Z | Compiling mime v0.3.17 |
1381 | 2023-12-05T04:13:04.608Z | Compiling zerocopy v0.3.0 |
1382 | 2023-12-05T04:13:05.893Z | Compiling object v0.32.1 |
1383 | 2023-12-05T04:13:06.020Z | Compiling num-bigint v0.4.4 |
1384 | 2023-12-05T04:13:07.851Z | Compiling rustc-demangle v0.1.23 |
1385 | 2023-12-05T04:13:09.457Z | Compiling dof v0.1.5 |
1386 | 2023-12-05T04:13:09.585Z | Compiling flate2 v1.0.28 |
1387 | 2023-12-05T04:13:09.622Z | Compiling addr2line v0.21.0 |
1388 | 2023-12-05T04:13:10.033Z | Compiling dtrace-parser v0.1.14 |
1389 | 2023-12-05T04:13:10.161Z | Compiling heapless v0.7.16 |
1390 | 2023-12-05T04:13:10.652Z | Compiling hyper v0.14.27 |
1391 | 2023-12-05T04:13:10.783Z | Compiling serde_tokenstream v0.2.0 |
1392 | 2023-12-05T04:13:11.205Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1393 | 2023-12-05T04:13:11.304Z | Compiling thread-id v4.2.0 |
1394 | 2023-12-05T04:13:11.462Z | Compiling rustversion v1.0.14 |
1395 | 2023-12-05T04:13:12.471Z | Compiling signal-hook v0.3.17 |
1396 | 2023-12-05T04:13:13.388Z | Compiling toml v0.7.8 |
1397 | 2023-12-05T04:13:13.428Z | Compiling toml_edit v0.21.0 |
1398 | 2023-12-05T04:13:15.590Z | Compiling serde_tokenstream v0.1.7 |
1399 | 2023-12-05T04:13:15.817Z | Compiling hex v0.4.3 |
1400 | 2023-12-05T04:13:16.279Z | Compiling zerocopy-derive v0.6.4 |
1401 | 2023-12-05T04:13:16.415Z | Compiling regress v0.7.1 |
1402 | 2023-12-05T04:13:17.048Z | Compiling memoffset v0.9.0 |
1403 | 2023-12-05T04:13:17.762Z | Compiling strsim v0.10.0 |
1404 | 2023-12-05T04:13:20.394Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1405 | 2023-12-05T04:13:21.634Z | Compiling bitflags v1.3.2 |
1406 | 2023-12-05T04:13:21.775Z | Compiling smoltcp v0.9.1 |
1407 | 2023-12-05T04:13:21.818Z | Compiling doc-comment v0.3.3 |
1408 | 2023-12-05T04:13:22.388Z | Compiling hyper-rustls v0.24.2 |
1409 | 2023-12-05T04:13:22.469Z | Compiling hyper-tls v0.5.0 |
1410 | 2023-12-05T04:13:22.658Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1411 | 2023-12-05T04:13:22.889Z | Compiling reqwest v0.11.22 |
1412 | 2023-12-05T04:13:23.006Z | Compiling strum_macros v0.25.2 |
1413 | 2023-12-05T04:13:25.658Z | Compiling usdt-attr-macro v0.3.5 |
1414 | 2023-12-05T04:13:25.708Z | Compiling usdt-macro v0.3.5 |
1415 | 2023-12-05T04:13:27.809Z | Compiling enum-as-inner v0.5.1 |
1416 | 2023-12-05T04:13:28.098Z | Compiling crossbeam-epoch v0.9.15 |
1417 | 2023-12-05T04:13:28.600Z | Compiling num-iter v0.1.43 |
1418 | 2023-12-05T04:13:28.783Z | Compiling unicode-segmentation v1.10.1 |
1419 | 2023-12-05T04:13:29.049Z | Compiling siphasher v0.3.11 |
1420 | 2023-12-05T04:13:29.919Z | Compiling hubpack_derive v0.1.1 |
1421 | 2023-12-05T04:13:30.067Z | Compiling pin-project-internal v1.1.3 |
1422 | 2023-12-05T04:13:31.224Z | Compiling deranged v0.3.8 |
1423 | 2023-12-05T04:13:32.004Z | Compiling num_threads v0.1.6 |
1424 | 2023-12-05T04:13:32.504Z | Compiling utf8parse v0.2.1 |
1425 | 2023-12-05T04:13:32.790Z | Compiling anstyle v1.0.2 |
1426 | 2023-12-05T04:13:33.491Z | Compiling anstyle-parse v0.2.1 |
1427 | 2023-12-05T04:13:34.066Z | Compiling sha2 v0.10.8 |
1428 | 2023-12-05T04:13:34.408Z | Compiling time v0.3.27 |
1429 | 2023-12-05T04:13:36.722Z | Compiling md-5 v0.10.5 |
1430 | 2023-12-05T04:13:37.116Z | Compiling hmac v0.12.1 |
1431 | 2023-12-05T04:13:37.659Z | Compiling block-padding v0.3.3 |
1432 | 2023-12-05T04:13:37.893Z | Compiling clap_derive v4.4.2 |
1433 | 2023-12-05T04:13:38.039Z | Compiling stringprep v0.1.3 |
1434 | 2023-12-05T04:13:38.341Z | Compiling hash32 v0.2.1 |
1435 | 2023-12-05T04:13:39.340Z | Compiling diesel_table_macro_syntax v0.1.0 |
1436 | 2023-12-05T04:13:39.590Z | Compiling colorchoice v1.0.0 |
1437 | 2023-12-05T04:13:39.823Z | Compiling stable_deref_trait v1.2.0 |
1438 | 2023-12-05T04:13:39.961Z | Compiling anstyle-query v1.0.0 |
1439 | 2023-12-05T04:13:40.445Z | Compiling either v1.9.0 |
1440 | 2023-12-05T04:13:40.503Z | Compiling fallible-iterator v0.2.0 |
1441 | 2023-12-05T04:13:41.406Z | Compiling anstream v0.5.0 |
1442 | 2023-12-05T04:13:41.703Z | Compiling postgres-protocol v0.6.6 |
1443 | 2023-12-05T04:13:43.599Z | Compiling diesel_derives v2.1.2 |
1444 | 2023-12-05T04:13:44.025Z | Compiling inout v0.1.3 |
1445 | 2023-12-05T04:13:44.458Z | Compiling terminal_size v0.2.6 |
1446 | 2023-12-05T04:13:45.483Z | Compiling phf_shared v0.11.2 |
1447 | 2023-12-05T04:13:46.901Z | Compiling getopts v0.2.21 |
1448 | 2023-12-05T04:13:47.207Z | Compiling snafu-derive v0.7.5 |
1449 | 2023-12-05T04:13:47.210Z | Compiling serde_repr v0.1.16 |
1450 | 2023-12-05T04:13:47.491Z | Compiling scheduled-thread-pool v0.2.7 |
1451 | 2023-12-05T04:13:48.048Z | Compiling regex-automata v0.1.10 |
1452 | 2023-12-05T04:13:48.452Z | Compiling unsafe-libyaml v0.2.9 |
1453 | 2023-12-05T04:13:49.082Z | Compiling matches v0.1.10 |
1454 | 2023-12-05T04:13:49.213Z | Compiling managed v0.8.0 |
1455 | 2023-12-05T04:13:49.943Z | Compiling clap_lex v0.5.1 |
1456 | 2023-12-05T04:13:50.672Z | Compiling bit-vec v0.6.3 |
1457 | 2023-12-05T04:13:50.778Z | Compiling serde_yaml v0.9.25 |
1458 | 2023-12-05T04:13:51.392Z | Compiling clap_builder v4.4.2 |
1459 | 2023-12-05T04:13:53.966Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1460 | 2023-12-05T04:13:55.501Z | Compiling idna v0.2.3 |
1461 | 2023-12-05T04:13:58.026Z | Compiling bstr v0.2.17 |
1462 | 2023-12-05T04:13:58.395Z | Compiling r2d2 v0.8.10 |
1463 | 2023-12-05T04:14:01.704Z | Compiling phf v0.11.2 |
1464 | 2023-12-05T04:14:02.156Z | Compiling signal-hook-mio v0.2.3 |
1465 | 2023-12-05T04:14:02.394Z | Compiling cipher v0.4.4 |
1466 | 2023-12-05T04:14:02.545Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1467 | 2023-12-05T04:14:02.608Z | Compiling bzip2 v0.4.4 |
1468 | 2023-12-05T04:14:02.737Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1469 | 2023-12-05T04:14:03.183Z | Compiling postgres-types v0.2.6 |
1470 | 2023-12-05T04:14:03.207Z | Compiling itertools v0.11.0 |
1471 | 2023-12-05T04:14:05.782Z | Compiling pin-project v1.1.3 |
1472 | 2023-12-05T04:14:05.996Z | Compiling hubpack v0.1.2 |
1473 | 2023-12-05T04:14:06.815Z | Compiling phf_shared v0.10.0 |
1474 | 2023-12-05T04:14:07.784Z | Compiling zerocopy v0.6.4 |
1475 | 2023-12-05T04:14:07.857Z | Compiling ipnetwork v0.20.0 |
1476 | 2023-12-05T04:14:08.083Z | Compiling futures-executor v0.3.29 |
1477 | 2023-12-05T04:14:08.610Z | Compiling float-cmp v0.9.0 |
1478 | 2023-12-05T04:14:09.115Z | Compiling precomputed-hash v0.1.1 |
1479 | 2023-12-05T04:14:09.139Z | Compiling static_assertions v1.1.0 |
1480 | 2023-12-05T04:14:09.275Z | Compiling data-encoding v2.4.0 |
1481 | 2023-12-05T04:14:11.090Z | Compiling whoami v1.4.1 |
1482 | 2023-12-05T04:14:11.422Z | Compiling fixedbitset v0.4.2 |
1483 | 2023-12-05T04:14:12.109Z | Compiling normalize-line-endings v0.3.0 |
1484 | 2023-12-05T04:14:12.193Z | Compiling predicates-core v1.0.6 |
1485 | 2023-12-05T04:14:12.283Z | Compiling new_debug_unreachable v1.0.4 |
1486 | 2023-12-05T04:14:12.420Z | Compiling regex-automata v0.3.8 |
1487 | 2023-12-05T04:14:12.727Z | Compiling difflib v0.4.0 |
1488 | 2023-12-05T04:14:13.353Z | Compiling string_cache v0.8.7 |
1489 | 2023-12-05T04:14:13.960Z | Compiling predicates v3.0.4 |
1490 | 2023-12-05T04:14:14.092Z | Compiling petgraph v0.6.4 |
1491 | 2023-12-05T04:14:15.411Z | Compiling bstr v1.6.0 |
1492 | 2023-12-05T04:14:15.920Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1493 | 2023-12-05T04:14:16.478Z | Compiling tokio-postgres v0.7.10 |
1494 | 2023-12-05T04:14:16.756Z | Compiling diesel v2.1.4 |
1495 | 2023-12-05T04:14:16.985Z | Compiling trust-dns-proto v0.22.0 |
1496 | 2023-12-05T04:14:17.451Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1497 | 2023-12-05T04:14:20.927Z | Compiling futures v0.3.29 |
1498 | 2023-12-05T04:14:26.480Z | Compiling snafu v0.7.5 |
1499 | 2023-12-05T04:14:27.342Z | Compiling yasna v0.5.2 |
1500 | 2023-12-05T04:14:27.930Z | Compiling zip v0.6.6 |
1501 | 2023-12-05T04:14:30.251Z | Compiling crossterm v0.27.0 |
1502 | 2023-12-05T04:14:30.477Z | Compiling similar v2.2.1 |
1503 | 2023-12-05T04:14:32.268Z | Compiling clap v4.4.3 |
1504 | 2023-12-05T04:14:32.432Z | Compiling bit-set v0.5.3 |
1505 | 2023-12-05T04:14:32.873Z | Compiling itertools v0.10.5 |
1506 | 2023-12-05T04:14:34.716Z | Compiling usdt v0.3.5 |
1507 | 2023-12-05T04:14:35.750Z | Compiling signature v2.1.0 |
1508 | 2023-12-05T04:14:35.810Z | Compiling tokio-stream v0.1.14 |
1509 | 2023-12-05T04:14:36.119Z | Compiling console v0.15.7 |
1510 | 2023-12-05T04:14:36.631Z | Compiling lalrpop-util v0.19.12 |
1511 | 2023-12-05T04:15:19.247Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1512 | 2023-12-05T04:15:26.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2023-12-05T04:15:26.483Z | Compiling sha1 v0.10.6 |
1514 | 2023-12-05T04:15:27.293Z | Compiling atty v0.2.14 |
1515 | 2023-12-05T04:15:29.322Z | Compiling match_cfg v0.1.0 |
1516 | 2023-12-05T04:15:31.036Z | Compiling hostname v0.3.1 |
1517 | 2023-12-05T04:15:35.221Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1518 | 2023-12-05T04:15:38.765Z | Compiling dirs-sys-next v0.1.2 |
1519 | 2023-12-05T04:15:39.291Z | Compiling dirs-next v2.0.0 |
1520 | 2023-12-05T04:15:39.571Z | Compiling thread_local v1.1.7 |
1521 | 2023-12-05T04:15:39.603Z | Compiling slog-async v2.8.0 |
1522 | 2023-12-05T04:15:39.776Z | Compiling ident_case v1.0.1 |
1523 | 2023-12-05T04:15:40.036Z | Compiling camino v1.1.6 |
1524 | 2023-12-05T04:15:40.298Z | Compiling darling_core v0.20.3 |
1525 | 2023-12-05T04:15:40.475Z | Compiling term v0.7.0 |
1526 | 2023-12-05T04:15:40.565Z | Compiling crossbeam-channel v0.5.8 |
1527 | 2023-12-05T04:15:40.601Z | Compiling multer v2.1.0 |
1528 | 2023-12-05T04:15:41.040Z | Compiling instant v0.1.12 |
1529 | 2023-12-05T04:15:41.085Z | Compiling paste v1.0.14 |
1530 | 2023-12-05T04:15:41.253Z | Compiling take_mut v0.2.2 |
1531 | 2023-12-05T04:15:41.404Z | Compiling slog-term v2.9.0 |
1532 | 2023-12-05T04:15:42.563Z | Compiling slog-json v2.6.1 |
1533 | 2023-12-05T04:15:43.015Z | Compiling async-stream-impl v0.3.5 |
1534 | 2023-12-05T04:15:43.126Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1535 | 2023-12-05T04:15:43.302Z | Compiling atomic-waker v1.1.1 |
1536 | 2023-12-05T04:15:43.405Z | Compiling slog-bunyan v2.4.0 |
1537 | 2023-12-05T04:15:43.575Z | Compiling waitgroup v0.1.2 |
1538 | 2023-12-05T04:15:43.693Z | Compiling toml v0.8.8 |
1539 | 2023-12-05T04:15:43.893Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1540 | 2023-12-05T04:15:44.026Z | Compiling serde_path_to_error v0.1.14 |
1541 | 2023-12-05T04:15:45.215Z | Compiling structmeta-derive v0.2.0 |
1542 | 2023-12-05T04:15:45.321Z | Compiling async-stream v0.3.5 |
1543 | 2023-12-05T04:15:45.429Z | Compiling debug-ignore v1.0.5 |
1544 | 2023-12-05T04:15:45.639Z | Compiling strum v0.25.0 |
1545 | 2023-12-05T04:15:45.667Z | Compiling regex-syntax v0.7.5 |
1546 | 2023-12-05T04:15:45.790Z | Compiling backoff v0.4.0 |
1547 | 2023-12-05T04:15:45.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1548 | 2023-12-05T04:15:46.303Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1549 | 2023-12-05T04:15:46.526Z | Compiling macaddr v1.0.1 |
1550 | 2023-12-05T04:15:46.570Z | Compiling proc-macro-error-attr v1.0.4 |
1551 | 2023-12-05T04:15:47.092Z | Compiling proc-macro-crate v1.3.1 |
1552 | 2023-12-05T04:15:47.161Z | Compiling proc-macro-error v1.0.4 |
1553 | 2023-12-05T04:15:47.821Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1554 | 2023-12-05T04:15:48.383Z | Compiling same-file v1.0.6 |
1555 | 2023-12-05T04:15:48.746Z | Compiling postcard-cobs v0.1.5-pre |
1556 | 2023-12-05T04:15:48.860Z | Compiling num_enum_derive v0.5.11 |
1557 | 2023-12-05T04:15:49.197Z | Compiling fastrand v2.0.0 |
1558 | 2023-12-05T04:15:49.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1559 | 2023-12-05T04:15:50.128Z | Compiling tempfile v3.8.1 |
1560 | 2023-12-05T04:15:50.279Z | Compiling postcard v0.7.3 |
1561 | 2023-12-05T04:15:50.360Z | Compiling structmeta v0.2.0 |
1562 | 2023-12-05T04:15:50.698Z | Compiling darling_macro v0.20.3 |
1563 | 2023-12-05T04:15:51.051Z | Compiling walkdir v2.4.0 |
1564 | 2023-12-05T04:15:51.084Z | Compiling smoltcp v0.8.2 |
1565 | 2023-12-05T04:15:51.524Z | Compiling semver-parser v0.10.2 |
1566 | 2023-12-05T04:15:52.429Z | Compiling foreign-types-macros v0.2.3 |
1567 | 2023-12-05T04:15:52.431Z | Compiling darling v0.20.3 |
1568 | 2023-12-05T04:15:52.631Z | Compiling serde_with_macros v2.3.3 |
1569 | 2023-12-05T04:15:53.337Z | Compiling num_enum v0.5.11 |
1570 | 2023-12-05T04:15:53.565Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1571 | 2023-12-05T04:15:54.014Z | Compiling cfg-if v0.1.10 |
1572 | 2023-12-05T04:15:54.157Z | Compiling foreign-types-shared v0.3.1 |
1573 | 2023-12-05T04:15:54.331Z | Compiling crucible-workspace-hack v0.1.0 |
1574 | 2023-12-05T04:15:54.575Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-12-05T04:15:54.744Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-12-05T04:15:55.252Z | Compiling foreign-types v0.5.0 |
1577 | 2023-12-05T04:15:55.496Z | Compiling semver v0.11.0 |
1578 | 2023-12-05T04:15:56.288Z | Compiling is-terminal v0.4.9 |
1579 | 2023-12-05T04:15:56.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1580 | 2023-12-05T04:15:56.826Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1581 | 2023-12-05T04:15:56.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1582 | 2023-12-05T04:15:57.207Z | Compiling serde_with v2.3.3 |
1583 | 2023-12-05T04:15:57.427Z | Compiling parse-display-derive v0.8.2 |
1584 | 2023-12-05T04:15:58.235Z | Compiling cstr-argument v0.1.2 |
1585 | 2023-12-05T04:15:58.314Z | Compiling xattr v1.0.1 |
1586 | 2023-12-05T04:15:58.581Z | Compiling filetime v0.2.22 |
1587 | 2023-12-05T04:15:58.698Z | Compiling home v0.5.5 |
1588 | 2023-12-05T04:15:59.061Z | Compiling pretty-hex v0.2.1 |
1589 | 2023-12-05T04:15:59.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1590 | 2023-12-05T04:15:59.346Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-12-05T04:15:59.570Z | Compiling toolchain_find v0.2.0 |
1592 | 2023-12-05T04:15:59.895Z | Compiling tar v0.4.40 |
1593 | 2023-12-05T04:16:00.419Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1594 | 2023-12-05T04:16:00.733Z | Compiling colored v2.0.4 |
1595 | 2023-12-05T04:16:00.940Z | Compiling textwrap v0.11.0 |
1596 | 2023-12-05T04:16:01.308Z | Compiling heck v0.3.3 |
1597 | 2023-12-05T04:16:01.874Z | Compiling toml v0.5.11 |
1598 | 2023-12-05T04:16:01.929Z | Compiling libefi-sys v0.1.0 |
1599 | 2023-12-05T04:16:02.009Z | Compiling platforms v3.0.2 |
1600 | 2023-12-05T04:16:02.107Z | Compiling ansi_term v0.12.1 |
1601 | 2023-12-05T04:16:02.363Z | Compiling vec_map v0.8.2 |
1602 | 2023-12-05T04:16:02.502Z | Compiling strsim v0.8.0 |
1603 | 2023-12-05T04:16:02.813Z | Compiling clap v2.34.0 |
1604 | 2023-12-05T04:16:03.071Z | Compiling structopt-derive v0.4.18 |
1605 | 2023-12-05T04:16:03.543Z | Compiling omicron-zone-package v0.9.1 |
1606 | 2023-12-05T04:16:04.157Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1607 | 2023-12-05T04:16:05.073Z | Compiling parse-display v0.8.2 |
1608 | 2023-12-05T04:16:05.364Z | Compiling rustfmt-wrapper v0.2.0 |
1609 | 2023-12-05T04:16:06.412Z | Compiling camino-tempfile v1.1.1 |
1610 | 2023-12-05T04:16:07.023Z | Compiling zone_cfg_derive v0.3.0 |
1611 | 2023-12-05T04:16:07.153Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1612 | 2023-12-05T04:16:08.165Z | Compiling num-derive v0.4.0 |
1613 | 2023-12-05T04:16:08.259Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1614 | 2023-12-05T04:16:08.819Z | Compiling base64ct v1.6.0 |
1615 | 2023-12-05T04:16:09.531Z | Compiling zone v0.3.0 |
1616 | 2023-12-05T04:16:09.999Z | Compiling structopt v0.3.26 |
1617 | 2023-12-05T04:16:10.238Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1618 | 2023-12-05T04:16:10.485Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1619 | 2023-12-05T04:16:10.878Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1620 | 2023-12-05T04:16:11.465Z | Compiling smf v0.2.2 |
1621 | 2023-12-05T04:16:11.642Z | Compiling unicase v2.7.0 |
1622 | 2023-12-05T04:16:11.987Z | Compiling curve25519-dalek v4.1.0 |
1623 | 2023-12-05T04:16:12.125Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1624 | 2023-12-05T04:16:12.161Z | Compiling universal-hash v0.5.1 |
1625 | 2023-12-05T04:16:12.222Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1626 | 2023-12-05T04:16:12.449Z | Compiling opaque-debug v0.3.0 |
1627 | 2023-12-05T04:16:12.587Z | Compiling hkdf v0.12.3 |
1628 | 2023-12-05T04:16:12.667Z | Compiling curve25519-dalek-derive v0.1.0 |
1629 | 2023-12-05T04:16:12.801Z | Compiling num-rational v0.4.1 |
1630 | 2023-12-05T04:16:12.977Z | Compiling getrandom v0.1.16 |
1631 | 2023-12-05T04:16:13.278Z | Compiling quick-error v1.2.3 |
1632 | 2023-12-05T04:16:13.492Z | Compiling linked-hash-map v0.5.6 |
1633 | 2023-12-05T04:16:13.630Z | Compiling parking_lot_core v0.8.6 |
1634 | 2023-12-05T04:16:13.728Z | Compiling keccak v0.1.4 |
1635 | 2023-12-05T04:16:14.058Z | Compiling lru-cache v0.1.2 |
1636 | 2023-12-05T04:16:14.393Z | Compiling sha3 v0.10.8 |
1637 | 2023-12-05T04:16:14.398Z | Compiling resolv-conf v0.7.0 |
1638 | 2023-12-05T04:16:15.397Z | Compiling password-hash v0.5.0 |
1639 | 2023-12-05T04:16:15.510Z | Compiling blake2 v0.10.6 |
1640 | 2023-12-05T04:16:15.737Z | Compiling aead v0.5.2 |
1641 | 2023-12-05T04:16:15.936Z | Compiling secrecy v0.8.0 |
1642 | 2023-12-05T04:16:16.267Z | Compiling num-complex v0.4.4 |
1643 | 2023-12-05T04:16:16.332Z | Compiling ff v0.13.0 |
1644 | 2023-12-05T04:16:16.658Z | Compiling nibble_vec v0.1.0 |
1645 | 2023-12-05T04:16:16.870Z | Compiling slog-dtrace v0.2.3 |
1646 | 2023-12-05T04:16:17.028Z | Compiling winapi v0.3.9 |
1647 | 2023-12-05T04:16:17.157Z | Compiling utf-8 v0.7.6 |
1648 | 2023-12-05T04:16:17.338Z | Compiling arc-swap v1.6.0 |
1649 | 2023-12-05T04:16:17.657Z | Compiling convert_case v0.4.0 |
1650 | 2023-12-05T04:16:17.963Z | Compiling endian-type v0.1.2 |
1651 | 2023-12-05T04:16:18.008Z | Compiling num v0.4.1 |
1652 | 2023-12-05T04:16:18.102Z | Compiling slog-scope v4.4.0 |
1653 | 2023-12-05T04:16:18.162Z | Compiling tungstenite v0.20.1 |
1654 | 2023-12-05T04:16:18.317Z | Compiling radix_trie v0.2.1 |
1655 | 2023-12-05T04:16:18.484Z | Compiling group v0.13.0 |
1656 | 2023-12-05T04:16:18.670Z | Compiling argon2 v0.5.2 |
1657 | 2023-12-05T04:16:18.740Z | Compiling mime_guess v2.0.4 |
1658 | 2023-12-05T04:16:18.978Z | Compiling trust-dns-resolver v0.22.0 |
1659 | 2023-12-05T04:16:19.189Z | Compiling derive_more v0.99.17 |
1660 | 2023-12-05T04:16:19.398Z | Compiling rand_core v0.5.1 |
1661 | 2023-12-05T04:16:20.927Z | Compiling poly1305 v0.8.0 |
1662 | 2023-12-05T04:16:21.508Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1663 | 2023-12-05T04:16:21.904Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1664 | 2023-12-05T04:16:22.386Z | Compiling chacha20 v0.9.1 |
1665 | 2023-12-05T04:16:23.114Z | Compiling crypto-bigint v0.5.2 |
1666 | 2023-12-05T04:16:23.442Z | Compiling thiserror-impl-no-std v2.0.2 |
1667 | 2023-12-05T04:16:23.887Z | Compiling half v1.8.2 |
1668 | 2023-12-05T04:16:23.923Z | Compiling base16ct v0.2.0 |
1669 | 2023-12-05T04:16:24.354Z | Compiling option-ext v0.2.0 |
1670 | 2023-12-05T04:16:24.538Z | Compiling ciborium-io v0.2.1 |
1671 | 2023-12-05T04:16:24.723Z | Compiling ciborium-ll v0.2.1 |
1672 | 2023-12-05T04:16:24.916Z | Compiling dirs-sys v0.4.1 |
1673 | 2023-12-05T04:16:25.426Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1674 | 2023-12-05T04:16:25.997Z | Compiling parking_lot v0.11.2 |
1675 | 2023-12-05T04:16:26.498Z | Compiling elliptic-curve v0.13.5 |
1676 | 2023-12-05T04:16:27.462Z | Compiling tokio-tungstenite v0.20.1 |
1677 | 2023-12-05T04:16:27.678Z | Compiling rand_chacha v0.2.2 |
1678 | 2023-12-05T04:16:28.306Z | Compiling trust-dns-client v0.22.0 |
1679 | 2023-12-05T04:16:28.984Z | Compiling thiserror-no-std v2.0.2 |
1680 | 2023-12-05T04:16:29.170Z | Compiling slog-stdlog v4.1.1 |
1681 | 2023-12-05T04:16:29.765Z | Compiling polyval v0.6.1 |
1682 | 2023-12-05T04:16:29.800Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1683 | 2023-12-05T04:16:30.001Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1684 | 2023-12-05T04:16:30.023Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1685 | 2023-12-05T04:16:30.061Z | Compiling password-hash v0.4.2 |
1686 | 2023-12-05T04:16:30.442Z | Compiling ed25519 v2.2.2 |
1687 | 2023-12-05T04:16:31.169Z | Compiling aes v0.8.3 |
1688 | 2023-12-05T04:16:31.617Z | Compiling ctr v0.9.2 |
1689 | 2023-12-05T04:16:32.201Z | Compiling blowfish v0.9.1 |
1690 | 2023-12-05T04:16:33.424Z | Compiling pbkdf2 v0.12.2 |
1691 | 2023-12-05T04:16:33.668Z | Compiling fxhash v0.2.1 |
1692 | 2023-12-05T04:16:34.330Z | Compiling cancel-safe-futures v0.1.5 |
1693 | 2023-12-05T04:16:34.497Z | Compiling glob v0.3.1 |
1694 | 2023-12-05T04:16:36.088Z | Compiling trust-dns-server v0.22.1 |
1695 | 2023-12-05T04:16:36.188Z | Compiling sled v0.34.7 |
1696 | 2023-12-05T04:16:38.497Z | Compiling bcrypt-pbkdf v0.10.0 |
1697 | 2023-12-05T04:16:39.420Z | Compiling pbkdf2 v0.11.0 |
1698 | 2023-12-05T04:16:39.463Z | Compiling ed25519-dalek v2.0.0 |
1699 | 2023-12-05T04:16:39.996Z | Compiling ghash v0.5.0 |
1700 | 2023-12-05T04:16:40.312Z | Compiling slog-envlogger v2.2.0 |
1701 | 2023-12-05T04:16:41.104Z | Compiling vsss-rs v3.3.1 |
1702 | 2023-12-05T04:16:41.461Z | Compiling russh-cryptovec v0.7.0 |
1703 | 2023-12-05T04:16:42.089Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1704 | 2023-12-05T04:16:45.711Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1705 | 2023-12-05T04:16:48.062Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1706 | 2023-12-05T04:16:48.370Z | Compiling rand v0.7.3 |
1707 | 2023-12-05T04:16:49.382Z | Compiling dirs v5.0.1 |
1708 | 2023-12-05T04:16:49.677Z | Compiling ciborium v0.2.1 |
1709 | 2023-12-05T04:16:50.449Z | Compiling chacha20poly1305 v0.10.1 |
1710 | 2023-12-05T04:16:50.802Z | Compiling cbc v0.1.2 |
1711 | 2023-12-05T04:16:51.202Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1712 | 2023-12-05T04:16:51.814Z | Compiling pem v3.0.2 |
1713 | 2023-12-05T04:16:52.310Z | Compiling headers-core v0.2.0 |
1714 | 2023-12-05T04:16:52.554Z | Compiling kstat-rs v0.2.3 |
1715 | 2023-12-05T04:16:53.093Z | Compiling http-range v0.1.5 |
1716 | 2023-12-05T04:16:53.344Z | Compiling md5 v0.7.0 |
1717 | 2023-12-05T04:16:53.646Z | Compiling base64 v0.13.1 |
1718 | 2023-12-05T04:16:53.675Z | Compiling pretty-hex v0.4.0 |
1719 | 2023-12-05T04:16:54.020Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1720 | 2023-12-05T04:16:54.095Z | Compiling russh-keys v0.38.0 |
1721 | 2023-12-05T04:16:54.630Z | Compiling pem v1.1.1 |
1722 | 2023-12-05T04:16:55.735Z | Compiling hyper-staticfile v0.9.5 |
1723 | 2023-12-05T04:16:56.023Z | Compiling headers v0.3.9 |
1724 | 2023-12-05T04:16:56.049Z | Compiling rcgen v0.11.3 |
1725 | 2023-12-05T04:16:56.380Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1726 | 2023-12-05T04:16:57.472Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1727 | 2023-12-05T04:16:59.170Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1728 | 2023-12-05T04:16:59.654Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1729 | 2023-12-05T04:17:00.665Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1730 | 2023-12-05T04:17:00.786Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1731 | 2023-12-05T04:17:05.379Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1732 | 2023-12-05T04:17:06.586Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1733 | 2023-12-05T04:17:08.247Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1734 | 2023-12-05T04:17:11.161Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1735 | 2023-12-05T04:17:15.071Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1736 | 2023-12-05T04:17:16.091Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1737 | 2023-12-05T04:17:16.237Z | Compiling aes-gcm v0.10.3 |
1738 | 2023-12-05T04:17:17.694Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1739 | 2023-12-05T04:17:19.296Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1740 | 2023-12-05T04:17:21.703Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1741 | 2023-12-05T04:17:22.007Z | Compiling atomicwrites v0.4.2 |
1742 | 2023-12-05T04:17:22.562Z | Compiling itertools v0.12.0 |
1743 | 2023-12-05T04:17:24.198Z | Compiling subprocess v0.2.9 |
1744 | 2023-12-05T04:17:27.670Z | Compiling hex-literal v0.4.1 |
1745 | 2023-12-05T04:17:27.857Z | Compiling russh v0.39.0 |
1746 | 2023-12-05T04:17:27.896Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1747 | 2023-12-05T04:17:29.617Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1748 | 2023-12-05T04:17:31.240Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1749 | 2023-12-05T04:18:00.695Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1750 | 2023-12-05T04:19:19.960Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 54s |
1751 | 2023-12-05T04:19:20.299Z | |
1752 | 2023-12-05T04:19:20.299Z | real 7:55.072145677 |
1753 | 2023-12-05T04:19:20.300Z | user 43:41.170874609 |
1754 | 2023-12-05T04:19:20.300Z | sys 6:42.499858917 |
1755 | 2023-12-05T04:19:20.300Z | trap 1.645622007 |
1756 | 2023-12-05T04:19:20.300Z | tflt 3.256573560 |
1757 | 2023-12-05T04:19:20.306Z | dflt 6.837509656 |
1758 | 2023-12-05T04:19:20.306Z | kflt 0.117793656 |
1759 | 2023-12-05T04:19:20.306Z | lock 1:23:51.221715549 |
1760 | 2023-12-05T04:19:20.306Z | slp 2:05:01.945145115 |
1761 | 2023-12-05T04:19:20.306Z | lat 1:58.303558281 |
1762 | 2023-12-05T04:19:20.306Z | stop 4:33.946872629 |
1763 | 2023-12-05T04:19:20.306Z | + mkdir -p /work/end-to-end-tests |
1764 | 2023-12-05T04:19:20.309Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1765 | 2023-12-05T04:19:21.246Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1766 | 2023-12-05T04:19:21.246Z | + ptime -m gzip |
1767 | 2023-12-05T04:19:21.249Z | ++ basename target/debug/bootstrap |
1768 | 2023-12-05T04:19:37.934Z | |
1769 | 2023-12-05T04:19:37.934Z | real 16.680026322 |
1770 | 2023-12-05T04:19:37.938Z | user 16.506108581 |
1771 | 2023-12-05T04:19:37.938Z | sys 0.157628881 |
1772 | 2023-12-05T04:19:37.938Z | trap 0.005712140 |
1773 | 2023-12-05T04:19:37.938Z | tflt 0.000000000 |
1774 | 2023-12-05T04:19:37.938Z | dflt 0.000000000 |
1775 | 2023-12-05T04:19:37.938Z | kflt 0.000000000 |
1776 | 2023-12-05T04:19:37.938Z | lock 0.000000000 |
1777 | 2023-12-05T04:19:37.938Z | slp 0.000000000 |
1778 | 2023-12-05T04:19:37.938Z | lat 0.010208275 |
1779 | 2023-12-05T04:19:37.938Z | stop 0.000232165 |
1780 | 2023-12-05T04:19:37.938Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1781 | 2023-12-05T04:19:37.938Z | + ptime -m gzip |
1782 | 2023-12-05T04:19:37.938Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89 |
1783 | 2023-12-05T04:19:39.017Z | |
1784 | 2023-12-05T04:19:39.021Z | real 1.073971706 |
1785 | 2023-12-05T04:19:39.021Z | user 1.062384207 |
1786 | 2023-12-05T04:19:39.021Z | sys 0.010948550 |
1787 | 2023-12-05T04:19:39.021Z | trap 0.000106542 |
1788 | 2023-12-05T04:19:39.021Z | tflt 0.000000000 |
1789 | 2023-12-05T04:19:39.021Z | dflt 0.000000000 |
1790 | 2023-12-05T04:19:39.021Z | kflt 0.000000000 |
1791 | 2023-12-05T04:19:39.021Z | lock 0.000000000 |
1792 | 2023-12-05T04:19:39.021Z | slp 0.000000000 |
1793 | 2023-12-05T04:19:39.021Z | lat 0.000174216 |
1794 | 2023-12-05T04:19:39.021Z | stop 0.000234561 |
1795 | 2023-12-05T04:19:39.022Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1796 | 2023-12-05T04:19:39.022Z | + ptime -m gzip |
1797 | 2023-12-05T04:19:39.025Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7 |
1798 | 2023-12-05T04:19:56.113Z | |
1799 | 2023-12-05T04:19:56.113Z | real 17.087032276 |
1800 | 2023-12-05T04:19:56.113Z | user 16.908678200 |
1801 | 2023-12-05T04:19:56.113Z | sys 0.174017321 |
1802 | 2023-12-05T04:19:56.113Z | trap 0.002963368 |
1803 | 2023-12-05T04:19:56.113Z | tflt 0.000000000 |
1804 | 2023-12-05T04:19:56.117Z | dflt 0.000000000 |
1805 | 2023-12-05T04:19:56.117Z | kflt 0.000000000 |
1806 | 2023-12-05T04:19:56.117Z | lock 0.000000000 |
1807 | 2023-12-05T04:19:56.117Z | slp 0.000000000 |
1808 | 2023-12-05T04:19:56.117Z | lat 0.001021952 |
1809 | 2023-12-05T04:19:56.117Z | stop 0.000231096 |
1810 | 2023-12-05T04:19:56.117Z | + banner caboose-util |
1811 | 2023-12-05T04:19:56.117Z | |
1812 | 2023-12-05T04:19:56.117Z | #### ## ##### #### #### #### ###### # # ##### |
1813 | 2023-12-05T04:19:56.117Z | # # # # # # # # # # # # # # # |
1814 | 2023-12-05T04:19:56.117Z | # # # ##### # # # # #### ##### ##### # # # |
1815 | 2023-12-05T04:19:56.117Z | # ###### # # # # # # # # # # # |
1816 | 2023-12-05T04:19:56.117Z | # # # # # # # # # # # # # # # # |
1817 | 2023-12-05T04:19:56.117Z | #### # # ##### #### #### #### ###### #### # |
1818 | 2023-12-05T04:19:56.117Z | |
1819 | 2023-12-05T04:19:56.117Z | + ptime -m cargo build --locked -p caboose-util --release |
1820 | 2023-12-05T04:19:56.764Z | Downloading crates ... |
1821 | 2023-12-05T04:19:57.085Z | Downloaded maybe-uninit v2.0.0 |
1822 | 2023-12-05T04:19:57.090Z | Downloaded crc v3.0.1 |
1823 | 2023-12-05T04:19:57.122Z | Downloaded bitfield v0.14.0 |
1824 | 2023-12-05T04:19:57.125Z | Downloaded flagset v0.4.3 |
1825 | 2023-12-05T04:19:57.125Z | Downloaded path-slash v0.1.5 |
1826 | 2023-12-05T04:19:57.125Z | Downloaded packed_struct v0.10.1 |
1827 | 2023-12-05T04:19:57.125Z | Downloaded funty v2.0.0 |
1828 | 2023-12-05T04:19:57.125Z | Downloaded crc-catalog v2.2.0 |
1829 | 2023-12-05T04:19:57.125Z | Downloaded tap v1.0.1 |
1830 | 2023-12-05T04:19:57.125Z | Downloaded smallvec v0.6.14 |
1831 | 2023-12-05T04:19:57.125Z | Downloaded serde-hex v0.1.0 |
1832 | 2023-12-05T04:19:57.125Z | Downloaded wyz v0.5.1 |
1833 | 2023-12-05T04:19:57.128Z | Downloaded env_logger v0.10.0 |
1834 | 2023-12-05T04:19:57.131Z | Downloaded pkcs1 v0.7.5 |
1835 | 2023-12-05T04:19:57.135Z | Downloaded crc-any v2.4.3 |
1836 | 2023-12-05T04:19:57.139Z | Downloaded ron v0.8.1 |
1837 | 2023-12-05T04:19:57.149Z | Downloaded rsa v0.9.2 |
1838 | 2023-12-05T04:19:57.158Z | Downloaded object v0.30.4 |
1839 | 2023-12-05T04:19:57.175Z | Downloaded bitvec v1.0.1 |
1840 | 2023-12-05T04:19:57.201Z | Downloaded x509-cert v0.2.4 |
1841 | 2023-12-05T04:19:57.211Z | Downloaded num-bigint-dig v0.8.4 |
1842 | 2023-12-05T04:19:57.219Z | Downloaded der_derive v0.7.2 |
1843 | 2023-12-05T04:19:57.222Z | Downloaded pem-rfc7468 v0.7.0 |
1844 | 2023-12-05T04:19:57.225Z | Downloaded array-init v0.0.4 |
1845 | 2023-12-05T04:19:57.227Z | Downloaded nodrop v0.1.14 |
1846 | 2023-12-05T04:19:57.228Z | Downloaded radium v0.7.0 |
1847 | 2023-12-05T04:19:57.230Z | Downloaded packed_struct_codegen v0.10.1 |
1848 | 2023-12-05T04:19:57.233Z | Downloaded termcolor v1.2.0 |
1849 | 2023-12-05T04:19:57.398Z | Compiling proc-macro2 v1.0.69 |
1850 | 2023-12-05T04:19:57.399Z | Compiling unicode-ident v1.0.12 |
1851 | 2023-12-05T04:19:57.401Z | Compiling libc v0.2.150 |
1852 | 2023-12-05T04:19:57.401Z | Compiling autocfg v1.1.0 |
1853 | 2023-12-05T04:19:57.401Z | Compiling serde v1.0.192 |
1854 | 2023-12-05T04:19:57.401Z | Compiling cfg-if v1.0.0 |
1855 | 2023-12-05T04:19:57.419Z | Compiling version_check v0.9.4 |
1856 | 2023-12-05T04:19:57.535Z | Compiling syn v1.0.109 |
1857 | 2023-12-05T04:19:57.549Z | Compiling parking_lot_core v0.9.8 |
1858 | 2023-12-05T04:19:57.662Z | Compiling typenum v1.16.0 |
1859 | 2023-12-05T04:19:58.152Z | Compiling futures-core v0.3.29 |
1860 | 2023-12-05T04:19:58.164Z | Compiling libm v0.2.7 |
1861 | 2023-12-05T04:19:58.399Z | Compiling generic-array v0.14.7 |
1862 | 2023-12-05T04:19:58.467Z | Compiling lock_api v0.4.10 |
1863 | 2023-12-05T04:19:58.565Z | Compiling num-traits v0.2.16 |
1864 | 2023-12-05T04:19:58.605Z | Compiling once_cell v1.18.0 |
1865 | 2023-12-05T04:19:58.795Z | Compiling pkg-config v0.3.27 |
1866 | 2023-12-05T04:19:58.874Z | Compiling scopeguard v1.2.0 |
1867 | 2023-12-05T04:19:59.201Z | Compiling slab v0.4.9 |
1868 | 2023-12-05T04:19:59.230Z | Compiling futures-task v0.3.29 |
1869 | 2023-12-05T04:19:59.259Z | Compiling serde_json v1.0.108 |
1870 | 2023-12-05T04:19:59.613Z | Compiling quote v1.0.33 |
1871 | 2023-12-05T04:19:59.692Z | Compiling futures-channel v0.3.29 |
1872 | 2023-12-05T04:19:59.809Z | Compiling thiserror v1.0.49 |
1873 | 2023-12-05T04:20:00.149Z | Compiling itoa v1.0.9 |
1874 | 2023-12-05T04:20:00.456Z | Compiling syn v2.0.32 |
1875 | 2023-12-05T04:20:00.456Z | Compiling cc v1.0.83 |
1876 | 2023-12-05T04:20:00.478Z | Compiling getrandom v0.2.10 |
1877 | 2023-12-05T04:20:00.587Z | Compiling memchr v2.6.3 |
1878 | 2023-12-05T04:20:01.060Z | Compiling futures-util v0.3.29 |
1879 | 2023-12-05T04:20:01.102Z | Compiling log v0.4.20 |
1880 | 2023-12-05T04:20:01.526Z | Compiling smallvec v1.11.0 |
1881 | 2023-12-05T04:20:02.433Z | Compiling vcpkg v0.2.15 |
1882 | 2023-12-05T04:20:03.076Z | Compiling byteorder v1.5.0 |
1883 | 2023-12-05T04:20:03.319Z | Compiling rand_core v0.6.4 |
1884 | 2023-12-05T04:20:03.909Z | Compiling pin-project-lite v0.2.13 |
1885 | 2023-12-05T04:20:04.071Z | Compiling parking_lot v0.12.1 |
1886 | 2023-12-05T04:20:04.657Z | Compiling ring v0.17.5 |
1887 | 2023-12-05T04:20:05.152Z | Compiling indexmap v1.9.3 |
1888 | 2023-12-05T04:20:05.234Z | Compiling openssl-sys v0.9.96 |
1889 | 2023-12-05T04:20:06.609Z | Compiling signal-hook-registry v1.4.1 |
1890 | 2023-12-05T04:20:07.377Z | Compiling io-lifetimes v1.0.11 |
1891 | 2023-12-05T04:20:07.631Z | Compiling heck v0.4.1 |
1892 | 2023-12-05T04:20:08.251Z | Compiling ring v0.16.20 |
1893 | 2023-12-05T04:20:08.780Z | Compiling mio v0.8.9 |
1894 | 2023-12-05T04:20:09.519Z | Compiling num-integer v0.1.45 |
1895 | 2023-12-05T04:20:09.805Z | Compiling ryu v1.0.15 |
1896 | 2023-12-05T04:20:09.935Z | Compiling semver v1.0.20 |
1897 | 2023-12-05T04:20:10.228Z | Compiling const-oid v0.9.5 |
1898 | 2023-12-05T04:20:10.855Z | Compiling spin v0.5.2 |
1899 | 2023-12-05T04:20:11.189Z | Compiling rustix v0.37.23 |
1900 | 2023-12-05T04:20:12.041Z | Compiling socket2 v0.5.5 |
1901 | 2023-12-05T04:20:12.585Z | Compiling num_cpus v1.16.0 |
1902 | 2023-12-05T04:20:12.731Z | Compiling openssl v0.10.60 |
1903 | 2023-12-05T04:20:13.235Z | Compiling ucd-trie v0.1.6 |
1904 | 2023-12-05T04:20:13.280Z | Compiling httparse v1.8.0 |
1905 | 2023-12-05T04:20:13.418Z | Compiling unicode-xid v0.2.4 |
1906 | 2023-12-05T04:20:13.646Z | Compiling futures-sink v0.3.29 |
1907 | 2023-12-05T04:20:13.840Z | Compiling synstructure v0.12.6 |
1908 | 2023-12-05T04:20:14.014Z | Compiling tinyvec_macros v0.1.1 |
1909 | 2023-12-05T04:20:14.133Z | Compiling tinyvec v1.6.0 |
1910 | 2023-12-05T04:20:15.307Z | Compiling futures-io v0.3.29 |
1911 | 2023-12-05T04:20:15.381Z | Compiling ppv-lite86 v0.2.17 |
1912 | 2023-12-05T04:20:15.684Z | Compiling pin-utils v0.1.0 |
1913 | 2023-12-05T04:20:15.717Z | Compiling rustls v0.21.9 |
1914 | 2023-12-05T04:20:15.801Z | Compiling crc32fast v1.3.2 |
1915 | 2023-12-05T04:20:16.117Z | Compiling native-tls v0.2.11 |
1916 | 2023-12-05T04:20:16.341Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1917 | 2023-12-05T04:20:16.466Z | Compiling spin v0.9.8 |
1918 | 2023-12-05T04:20:16.676Z | Compiling unicode-normalization v0.1.22 |
1919 | 2023-12-05T04:20:16.782Z | Compiling rand_chacha v0.3.1 |
1920 | 2023-12-05T04:20:16.817Z | Compiling tracing-core v0.1.31 |
1921 | 2023-12-05T04:20:17.028Z | Compiling unicode-bidi v0.3.13 |
1922 | 2023-12-05T04:20:17.224Z | Compiling subtle v2.5.0 |
1923 | 2023-12-05T04:20:17.895Z | Compiling rand v0.8.5 |
1924 | 2023-12-05T04:20:19.206Z | Compiling errno v0.3.2 |
1925 | 2023-12-05T04:20:19.430Z | Compiling num-iter v0.1.43 |
1926 | 2023-12-05T04:20:19.445Z | Compiling usdt-impl v0.3.5 |
1927 | 2023-12-05T04:20:19.579Z | Compiling ahash v0.8.3 |
1928 | 2023-12-05T04:20:19.840Z | Compiling schemars v0.8.13 |
1929 | 2023-12-05T04:20:20.063Z | Compiling signal-hook v0.3.17 |
1930 | 2023-12-05T04:20:20.429Z | Compiling base64 v0.21.5 |
1931 | 2023-12-05T04:20:20.872Z | Compiling rustix v0.38.25 |
1932 | 2023-12-05T04:20:21.242Z | Compiling serde_derive_internals v0.26.0 |
1933 | 2023-12-05T04:20:22.282Z | Compiling serde_derive v1.0.192 |
1934 | 2023-12-05T04:20:22.381Z | Compiling zeroize_derive v1.4.2 |
1935 | 2023-12-05T04:20:22.490Z | Compiling tokio-macros v2.2.0 |
1936 | 2023-12-05T04:20:22.818Z | Compiling thiserror-impl v1.0.49 |
1937 | 2023-12-05T04:20:23.382Z | Compiling futures-macro v0.3.29 |
1938 | 2023-12-05T04:20:23.678Z | Compiling tracing-attributes v0.1.26 |
1939 | 2023-12-05T04:20:24.634Z | Compiling zeroize v1.7.0 |
1940 | 2023-12-05T04:20:25.393Z | Compiling zerocopy-derive v0.2.0 |
1941 | 2023-12-05T04:20:26.432Z | Compiling openssl-macros v0.1.1 |
1942 | 2023-12-05T04:20:27.461Z | Compiling pest v2.7.2 |
1943 | 2023-12-05T04:20:27.551Z | Compiling crypto-common v0.1.6 |
1944 | 2023-12-05T04:20:27.581Z | Compiling block-buffer v0.10.4 |
1945 | 2023-12-05T04:20:27.865Z | Compiling zerocopy-derive v0.6.4 |
1946 | 2023-12-05T04:20:27.973Z | Compiling digest v0.10.7 |
1947 | 2023-12-05T04:20:29.009Z | Compiling tracing v0.1.37 |
1948 | 2023-12-05T04:20:29.739Z | Compiling fnv v1.0.7 |
1949 | 2023-12-05T04:20:29.910Z | Compiling bitflags v1.3.2 |
1950 | 2023-12-05T04:20:31.333Z | Compiling zerocopy v0.3.0 |
1951 | 2023-12-05T04:20:32.198Z | Compiling pest_meta v2.7.2 |
1952 | 2023-12-05T04:20:32.349Z | Compiling schemars_derive v0.8.13 |
1953 | 2023-12-05T04:20:33.155Z | Compiling lazy_static v1.4.0 |
1954 | 2023-12-05T04:20:35.551Z | Compiling pest_generator v2.7.2 |
1955 | 2023-12-05T04:20:36.579Z | Compiling backtrace v0.3.69 |
1956 | 2023-12-05T04:20:36.850Z | Compiling num-bigint v0.4.4 |
1957 | 2023-12-05T04:20:37.203Z | Compiling memoffset v0.9.0 |
1958 | 2023-12-05T04:20:37.275Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1959 | 2023-12-05T04:20:37.793Z | Compiling untrusted v0.7.1 |
1960 | 2023-12-05T04:20:37.793Z | Compiling percent-encoding v2.3.1 |
1961 | 2023-12-05T04:20:37.793Z | Compiling hashbrown v0.14.2 |
1962 | 2023-12-05T04:20:38.126Z | Compiling untrusted v0.9.0 |
1963 | 2023-12-05T04:20:38.301Z | Compiling smoltcp v0.9.1 |
1964 | 2023-12-05T04:20:38.376Z | Compiling async-trait v0.1.74 |
1965 | 2023-12-05T04:20:38.493Z | Compiling hashbrown v0.12.3 |
1966 | 2023-12-05T04:20:38.888Z | Compiling pest_derive v2.7.2 |
1967 | 2023-12-05T04:20:39.045Z | Compiling foreign-types-shared v0.1.1 |
1968 | 2023-12-05T04:20:39.408Z | Compiling equivalent v1.0.1 |
1969 | 2023-12-05T04:20:39.473Z | Compiling crossbeam-utils v0.8.16 |
1970 | 2023-12-05T04:20:39.549Z | Compiling doc-comment v0.3.3 |
1971 | 2023-12-05T04:20:39.829Z | Compiling iana-time-zone v0.1.57 |
1972 | 2023-12-05T04:20:39.987Z | Compiling openssl-probe v0.1.5 |
1973 | 2023-12-05T04:20:40.132Z | Compiling base64ct v1.6.0 |
1974 | 2023-12-05T04:20:40.323Z | Compiling dtrace-parser v0.1.14 |
1975 | 2023-12-05T04:20:40.335Z | Compiling foreign-types v0.3.2 |
1976 | 2023-12-05T04:20:41.357Z | Compiling pem-rfc7468 v0.7.0 |
1977 | 2023-12-05T04:20:42.960Z | Compiling dof v0.1.5 |
1978 | 2023-12-05T04:20:43.055Z | Compiling clap_derive v4.4.2 |
1979 | 2023-12-05T04:20:43.859Z | Compiling der_derive v0.7.2 |
1980 | 2023-12-05T04:20:45.310Z | Compiling bytes v1.5.0 |
1981 | 2023-12-05T04:20:46.273Z | Compiling bitflags v2.4.0 |
1982 | 2023-12-05T04:20:47.229Z | Compiling tokio v1.34.0 |
1983 | 2023-12-05T04:20:47.782Z | Compiling rustc_version v0.4.0 |
1984 | 2023-12-05T04:20:48.758Z | Compiling heapless v0.7.16 |
1985 | 2023-12-05T04:20:49.197Z | Compiling http v0.2.11 |
1986 | 2023-12-05T04:20:49.355Z | Compiling uuid v1.6.1 |
1987 | 2023-12-05T04:20:50.555Z | Compiling chrono v0.4.31 |
1988 | 2023-12-05T04:20:50.810Z | Compiling indexmap v2.1.0 |
1989 | 2023-12-05T04:20:52.911Z | Compiling thread-id v4.2.0 |
1990 | 2023-12-05T04:20:53.199Z | Compiling adler v1.0.2 |
1991 | 2023-12-05T04:20:53.208Z | Compiling rustversion v1.0.14 |
1992 | 2023-12-05T04:20:53.297Z | Compiling utf8parse v0.2.1 |
1993 | 2023-12-05T04:20:53.484Z | Compiling time-core v0.1.1 |
1994 | 2023-12-05T04:20:53.567Z | Compiling try-lock v0.2.4 |
1995 | 2023-12-05T04:20:53.759Z | Compiling cpufeatures v0.2.9 |
1996 | 2023-12-05T04:20:53.888Z | Compiling anstyle v1.0.2 |
1997 | 2023-12-05T04:20:54.082Z | Compiling flagset v0.4.3 |
1998 | 2023-12-05T04:20:54.591Z | Compiling siphasher v0.3.11 |
1999 | 2023-12-05T04:20:55.210Z | Compiling der v0.7.8 |
2000 | 2023-12-05T04:20:56.490Z | Compiling sha2 v0.10.8 |
2001 | 2023-12-05T04:20:58.446Z | Compiling time-macros v0.2.13 |
2002 | 2023-12-05T04:20:59.954Z | Compiling tokio-util v0.7.10 |
2003 | 2023-12-05T04:21:02.392Z | Compiling h2 v0.3.21 |
2004 | 2023-12-05T04:21:03.278Z | Compiling want v0.3.1 |
2005 | 2023-12-05T04:21:03.366Z | Compiling anstyle-parse v0.2.1 |
2006 | 2023-12-05T04:21:03.662Z | Compiling miniz_oxide v0.7.1 |
2007 | 2023-12-05T04:21:06.099Z | Compiling http-body v0.4.5 |
2008 | 2023-12-05T04:21:06.754Z | Compiling serde_tokenstream v0.1.7 |
2009 | 2023-12-05T04:21:08.905Z | Compiling rustls-webpki v0.101.7 |
2010 | 2023-12-05T04:21:08.972Z | Compiling sct v0.7.0 |
2011 | 2023-12-05T04:21:09.372Z | Compiling form_urlencoded v1.2.1 |
2012 | 2023-12-05T04:21:09.436Z | Compiling hubpack_derive v0.1.1 |
2013 | 2023-12-05T04:21:09.798Z | Compiling pin-project-internal v1.1.3 |
2014 | 2023-12-05T04:21:10.713Z | Compiling socket2 v0.4.9 |
2015 | 2023-12-05T04:21:10.724Z | Compiling crossbeam-epoch v0.9.15 |
2016 | 2023-12-05T04:21:11.665Z | Compiling anyhow v1.0.75 |
2017 | 2023-12-05T04:21:12.302Z | Compiling anstyle-query v1.0.0 |
2018 | 2023-12-05T04:21:12.526Z | Compiling slog v2.7.0 |
2019 | 2023-12-05T04:21:12.548Z | Compiling radium v0.7.0 |
2020 | 2023-12-05T04:21:13.022Z | Compiling httpdate v1.0.3 |
2021 | 2023-12-05T04:21:13.539Z | Compiling tower-service v0.3.2 |
2022 | 2023-12-05T04:21:13.751Z | Compiling colorchoice v1.0.0 |
2023 | 2023-12-05T04:21:13.985Z | Compiling anstream v0.5.0 |
2024 | 2023-12-05T04:21:13.997Z | Compiling hyper v0.14.27 |
2025 | 2023-12-05T04:21:22.417Z | Compiling terminal_size v0.2.6 |
2026 | 2023-12-05T04:21:22.703Z | Compiling spki v0.7.2 |
2027 | 2023-12-05T04:21:23.678Z | Compiling serde_spanned v0.6.4 |
2028 | 2023-12-05T04:21:24.006Z | Compiling toml_datetime v0.6.5 |
2029 | 2023-12-05T04:21:25.677Z | Compiling zerocopy v0.6.4 |
2030 | 2023-12-05T04:21:27.180Z | Compiling rustls-pemfile v1.0.3 |
2031 | 2023-12-05T04:21:27.193Z | Compiling hmac v0.12.1 |
2032 | 2023-12-05T04:21:27.499Z | Compiling md-5 v0.10.5 |
2033 | 2023-12-05T04:21:27.877Z | Compiling stringprep v0.1.3 |
2034 | 2023-12-05T04:21:27.940Z | Compiling idna v0.5.0 |
2035 | 2023-12-05T04:21:29.469Z | Compiling diesel_table_macro_syntax v0.1.0 |
2036 | 2023-12-05T04:21:29.472Z | Compiling hash32 v0.2.1 |
2037 | 2023-12-05T04:21:29.706Z | Compiling aho-corasick v1.0.4 |
2038 | 2023-12-05T04:21:30.290Z | Compiling winnow v0.5.15 |
2039 | 2023-12-05T04:21:30.350Z | Compiling stable_deref_trait v1.2.0 |
2040 | 2023-12-05T04:21:30.485Z | Compiling gimli v0.28.0 |
2041 | 2023-12-05T04:21:30.606Z | Compiling either v1.9.0 |
2042 | 2023-12-05T04:21:31.136Z | Compiling dyn-clone v1.0.13 |
2043 | 2023-12-05T04:21:31.407Z | Compiling maybe-uninit v2.0.0 |
2044 | 2023-12-05T04:21:32.103Z | Compiling regex-syntax v0.8.2 |
2045 | 2023-12-05T04:21:32.143Z | Compiling tap v1.0.1 |
2046 | 2023-12-05T04:21:32.399Z | Compiling strsim v0.10.0 |
2047 | 2023-12-05T04:21:33.868Z | Compiling fallible-iterator v0.2.0 |
2048 | 2023-12-05T04:21:34.893Z | Compiling clap_lex v0.5.1 |
2049 | 2023-12-05T04:21:35.287Z | Compiling clap_builder v4.4.2 |
2050 | 2023-12-05T04:21:35.882Z | Compiling postgres-protocol v0.6.6 |
2051 | 2023-12-05T04:21:35.929Z | Compiling wyz v0.5.1 |
2052 | 2023-12-05T04:21:36.666Z | Compiling diesel_derives v2.1.2 |
2053 | 2023-12-05T04:21:37.315Z | Compiling url v2.5.0 |
2054 | 2023-12-05T04:21:37.797Z | Compiling addr2line v0.21.0 |
2055 | 2023-12-05T04:21:38.117Z | Compiling regex-automata v0.4.3 |
2056 | 2023-12-05T04:21:40.177Z | Compiling tokio-rustls v0.24.1 |
2057 | 2023-12-05T04:21:40.794Z | Compiling rustls-native-certs v0.6.3 |
2058 | 2023-12-05T04:21:41.309Z | Compiling strum_macros v0.25.2 |
2059 | 2023-12-05T04:21:43.193Z | Compiling tokio-native-tls v0.3.1 |
2060 | 2023-12-05T04:21:48.232Z | Compiling usdt-macro v0.3.5 |
2061 | 2023-12-05T04:21:48.528Z | Compiling usdt-attr-macro v0.3.5 |
2062 | 2023-12-05T04:21:50.059Z | Compiling phf_shared v0.11.2 |
2063 | 2023-12-05T04:21:50.929Z | Compiling block-padding v0.3.3 |
2064 | 2023-12-05T04:21:51.265Z | Compiling snafu-derive v0.7.5 |
2065 | 2023-12-05T04:21:51.354Z | Compiling enum-as-inner v0.5.1 |
2066 | 2023-12-05T04:21:51.862Z | Compiling serde_repr v0.1.16 |
2067 | 2023-12-05T04:21:52.943Z | Compiling scheduled-thread-pool v0.2.7 |
2068 | 2023-12-05T04:21:53.516Z | Compiling object v0.32.1 |
2069 | 2023-12-05T04:21:56.450Z | Compiling managed v0.8.0 |
2070 | 2023-12-05T04:21:57.194Z | Compiling matches v0.1.10 |
2071 | 2023-12-05T04:21:58.008Z | Compiling deranged v0.3.8 |
2072 | 2023-12-05T04:22:00.865Z | Compiling num-bigint-dig v0.8.4 |
2073 | 2023-12-05T04:22:01.182Z | Compiling ipnet v2.8.0 |
2074 | 2023-12-05T04:22:01.596Z | Compiling regex-automata v0.1.10 |
2075 | 2023-12-05T04:22:02.458Z | Compiling bit-vec v0.6.3 |
2076 | 2023-12-05T04:22:02.916Z | Compiling rustc-demangle v0.1.23 |
2077 | 2023-12-05T04:22:03.077Z | Compiling packed_struct v0.10.1 |
2078 | 2023-12-05T04:22:03.653Z | Compiling num_threads v0.1.6 |
2079 | 2023-12-05T04:22:03.686Z | Compiling funty v2.0.0 |
2080 | 2023-12-05T04:22:03.814Z | Compiling time v0.3.27 |
2081 | 2023-12-05T04:22:07.548Z | Compiling bitvec v1.0.1 |
2082 | 2023-12-05T04:22:08.654Z | Compiling bstr v0.2.17 |
2083 | 2023-12-05T04:22:10.892Z | Compiling idna v0.2.3 |
2084 | 2023-12-05T04:22:13.298Z | Compiling r2d2 v0.8.10 |
2085 | 2023-12-05T04:22:15.267Z | Compiling inout v0.1.3 |
2086 | 2023-12-05T04:22:16.374Z | Compiling phf v0.11.2 |
2087 | 2023-12-05T04:22:16.818Z | Compiling regex v1.10.2 |
2088 | 2023-12-05T04:22:17.509Z | Compiling hyper-tls v0.5.0 |
2089 | 2023-12-05T04:22:17.994Z | Compiling clap v4.4.3 |
2090 | 2023-12-05T04:22:18.153Z | Compiling hyper-rustls v0.24.2 |
2091 | 2023-12-05T04:22:18.504Z | Compiling signal-hook-mio v0.2.3 |
2092 | 2023-12-05T04:22:18.724Z | Compiling bzip2 v0.4.4 |
2093 | 2023-12-05T04:22:18.922Z | Compiling flate2 v1.0.28 |
2094 | 2023-12-05T04:22:19.251Z | Compiling ipnetwork v0.20.0 |
2095 | 2023-12-05T04:22:20.470Z | Compiling postgres-types v0.2.6 |
2096 | 2023-12-05T04:22:20.603Z | Compiling toml_edit v0.19.15 |
2097 | 2023-12-05T04:22:21.055Z | Compiling itertools v0.11.0 |
2098 | 2023-12-05T04:22:21.550Z | Compiling pkcs8 v0.10.2 |
2099 | 2023-12-05T04:22:22.078Z | Compiling pin-project v1.1.3 |
2100 | 2023-12-05T04:22:22.743Z | Compiling hubpack v0.1.2 |
2101 | 2023-12-05T04:22:22.790Z | Compiling serde_urlencoded v0.7.1 |
2102 | 2023-12-05T04:22:23.431Z | Compiling phf_shared v0.10.0 |
2103 | 2023-12-05T04:22:23.679Z | Compiling futures-executor v0.3.29 |
2104 | 2023-12-05T04:22:25.864Z | Compiling signature v2.1.0 |
2105 | 2023-12-05T04:22:26.207Z | Compiling packed_struct_codegen v0.10.1 |
2106 | 2023-12-05T04:22:27.748Z | Compiling float-cmp v0.9.0 |
2107 | 2023-12-05T04:22:28.493Z | Compiling encoding_rs v0.8.33 |
2108 | 2023-12-05T04:22:30.316Z | Compiling unicode-width v0.1.11 |
2109 | 2023-12-05T04:22:30.353Z | Compiling static_assertions v1.1.0 |
2110 | 2023-12-05T04:22:30.890Z | Compiling regex-automata v0.3.8 |
2111 | 2023-12-05T04:22:30.893Z | Compiling mime v0.3.17 |
2112 | 2023-12-05T04:22:30.893Z | Compiling data-encoding v2.4.0 |
2113 | 2023-12-05T04:22:31.370Z | Compiling new_debug_unreachable v1.0.4 |
2114 | 2023-12-05T04:22:31.831Z | Compiling crc-catalog v2.2.0 |
2115 | 2023-12-05T04:22:32.040Z | Compiling fixedbitset v0.4.2 |
2116 | 2023-12-05T04:22:32.152Z | Compiling whoami v1.4.1 |
2117 | 2023-12-05T04:22:32.960Z | Compiling normalize-line-endings v0.3.0 |
2118 | 2023-12-05T04:22:33.129Z | Compiling precomputed-hash v0.1.1 |
2119 | 2023-12-05T04:22:33.489Z | Compiling unicode-segmentation v1.10.1 |
2120 | 2023-12-05T04:22:34.295Z | Compiling predicates-core v1.0.6 |
2121 | 2023-12-05T04:22:34.627Z | Compiling nodrop v0.1.14 |
2122 | 2023-12-05T04:22:34.750Z | Compiling webpki-roots v0.25.2 |
2123 | 2023-12-05T04:22:34.967Z | Compiling difflib v0.4.0 |
2124 | 2023-12-05T04:22:35.359Z | Compiling reqwest v0.11.22 |
2125 | 2023-12-05T04:22:37.139Z | Compiling predicates v3.0.4 |
2126 | 2023-12-05T04:22:37.189Z | Compiling array-init v0.0.4 |
2127 | 2023-12-05T04:22:38.486Z | Compiling similar v2.2.1 |
2128 | 2023-12-05T04:22:43.197Z | Compiling bstr v1.6.0 |
2129 | 2023-12-05T04:22:44.625Z | Compiling string_cache v0.8.7 |
2130 | 2023-12-05T04:22:45.308Z | Compiling tokio-postgres v0.7.10 |
2131 | 2023-12-05T04:22:45.611Z | Compiling petgraph v0.6.4 |
2132 | 2023-12-05T04:22:45.972Z | Compiling crc v3.0.1 |
2133 | 2023-12-05T04:22:50.085Z | Compiling trust-dns-proto v0.22.0 |
2134 | 2023-12-05T04:22:53.225Z | Compiling console v0.15.7 |
2135 | 2023-12-05T04:22:55.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2136 | 2023-12-05T04:23:04.593Z | Compiling toml v0.7.8 |
2137 | 2023-12-05T04:23:04.781Z | Compiling futures v0.3.29 |
2138 | 2023-12-05T04:23:06.075Z | Compiling snafu v0.7.5 |
2139 | 2023-12-05T04:23:06.968Z | Compiling pkcs1 v0.7.5 |
2140 | 2023-12-05T04:23:07.094Z | Compiling smallvec v0.6.14 |
2141 | 2023-12-05T04:23:07.123Z | Compiling zip v0.6.6 |
2142 | 2023-12-05T04:23:07.320Z | Compiling diesel v2.1.4 |
2143 | 2023-12-05T04:23:07.788Z | Compiling yasna v0.5.2 |
2144 | 2023-12-05T04:23:08.491Z | Compiling crossterm v0.27.0 |
2145 | 2023-12-05T04:23:09.151Z | Compiling cipher v0.4.4 |
2146 | 2023-12-05T04:23:10.327Z | Compiling hashbrown v0.13.2 |
2147 | 2023-12-05T04:23:14.145Z | Compiling bit-set v0.5.3 |
2148 | 2023-12-05T04:23:14.431Z | Compiling usdt v0.3.5 |
2149 | 2023-12-05T04:23:14.584Z | Compiling is-terminal v0.4.9 |
2150 | 2023-12-05T04:23:14.836Z | Compiling toml_edit v0.21.0 |
2151 | 2023-12-05T04:23:17.259Z | Compiling itertools v0.10.5 |
2152 | 2023-12-05T04:23:21.860Z | Compiling tokio-stream v0.1.14 |
2153 | 2023-12-05T04:23:22.092Z | Compiling openapiv3 v2.0.0-rc.1 |
2154 | 2023-12-05T04:23:23.412Z | Compiling hex v0.4.3 |
2155 | 2023-12-05T04:23:31.154Z | Compiling bitfield v0.14.0 |
2156 | 2023-12-05T04:23:31.641Z | Compiling lalrpop-util v0.19.12 |
2157 | 2023-12-05T04:23:35.625Z | Compiling termcolor v1.2.0 |
2158 | 2023-12-05T04:23:36.589Z | Compiling env_logger v0.10.0 |
2159 | 2023-12-05T04:23:41.505Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2160 | 2023-12-05T04:23:59.266Z | Compiling rsa v0.9.2 |
2161 | 2023-12-05T04:24:06.800Z | Compiling serde-hex v0.1.0 |
2162 | 2023-12-05T04:24:11.313Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2163 | 2023-12-05T04:24:14.612Z | Compiling x509-cert v0.2.4 |
2164 | 2023-12-05T04:24:15.632Z | Compiling ron v0.8.1 |
2165 | 2023-12-05T04:24:17.444Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2166 | 2023-12-05T04:24:22.485Z | Compiling crc-any v2.4.3 |
2167 | 2023-12-05T04:24:33.830Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2168 | 2023-12-05T04:24:47.227Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2169 | 2023-12-05T04:24:56.054Z | Compiling object v0.30.4 |
2170 | 2023-12-05T04:25:10.200Z | Compiling path-slash v0.1.5 |
2171 | 2023-12-05T04:25:10.215Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2172 | 2023-12-05T04:25:56.637Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2173 | 2023-12-05T04:25:57.785Z | Finished release [optimized] target(s) in 6m 01s |
2174 | 2023-12-05T04:25:57.876Z | |
2175 | 2023-12-05T04:25:57.887Z | real 6:01.727443476 |
2176 | 2023-12-05T04:25:57.887Z | user 41:54.744075000 |
2177 | 2023-12-05T04:25:57.887Z | sys 3:38.690081394 |
2178 | 2023-12-05T04:25:57.889Z | trap 1.683378279 |
2179 | 2023-12-05T04:25:57.889Z | tflt 0.982130604 |
2180 | 2023-12-05T04:25:57.889Z | dflt 0.415077809 |
2181 | 2023-12-05T04:25:57.889Z | kflt 0.005876848 |
2182 | 2023-12-05T04:25:57.889Z | lock 1:33:09.733666255 |
2183 | 2023-12-05T04:25:57.889Z | slp 1:58:18.176701300 |
2184 | 2023-12-05T04:25:57.889Z | lat 1:49.935996270 |
2185 | 2023-12-05T04:25:57.889Z | stop 1:19.266725382 |
2186 | 2023-12-05T04:25:57.889Z | + ptime -m gzip |
2187 | 2023-12-05T04:25:58.529Z | |
2188 | 2023-12-05T04:25:58.532Z | real 0.653867198 |
2189 | 2023-12-05T04:25:58.532Z | user 0.646533579 |
2190 | 2023-12-05T04:25:58.532Z | sys 0.006750211 |
2191 | 2023-12-05T04:25:58.532Z | trap 0.000062349 |
2192 | 2023-12-05T04:25:58.532Z | tflt 0.000000000 |
2193 | 2023-12-05T04:25:58.532Z | dflt 0.000000000 |
2194 | 2023-12-05T04:25:58.532Z | kflt 0.000000000 |
2195 | 2023-12-05T04:25:58.532Z | lock 0.000000000 |
2196 | 2023-12-05T04:25:58.532Z | slp 0.000000000 |
2197 | 2023-12-05T04:25:58.532Z | lat 0.000177725 |
2198 | 2023-12-05T04:25:58.532Z | stop 0.000233473 |
2199 | 2023-12-05T04:25:58.532Z | + banner tufaceous |
2200 | 2023-12-05T04:25:58.535Z | |
2201 | 2023-12-05T04:25:58.535Z | ##### # # ###### ## #### ###### #### # # #### |
2202 | 2023-12-05T04:25:58.535Z | # # # # # # # # # # # # # # |
2203 | 2023-12-05T04:25:58.535Z | # # # ##### # # # ##### # # # # #### |
2204 | 2023-12-05T04:25:58.536Z | # # # # ###### # # # # # # # |
2205 | 2023-12-05T04:25:58.536Z | # # # # # # # # # # # # # # # |
2206 | 2023-12-05T04:25:58.536Z | # #### # # # #### ###### #### #### #### |
2207 | 2023-12-05T04:25:58.536Z | |
2208 | 2023-12-05T04:25:58.536Z | + ptime -m cargo build --locked -p tufaceous --release |
2209 | 2023-12-05T04:25:59.178Z | Downloading crates ... |
2210 | 2023-12-05T04:25:59.544Z | Downloaded globset v0.4.13 |
2211 | 2023-12-05T04:25:59.547Z | Downloaded bytesize v1.3.0 |
2212 | 2023-12-05T04:25:59.549Z | Downloaded humantime v2.1.0 |
2213 | 2023-12-05T04:25:59.554Z | Downloaded buf-list v1.0.3 |
2214 | 2023-12-05T04:25:59.559Z | Downloaded serde_plain v1.0.2 |
2215 | 2023-12-05T04:25:59.562Z | Downloaded async-recursion v1.0.5 |
2216 | 2023-12-05T04:25:59.565Z | Downloaded olpc-cjson v0.1.3 |
2217 | 2023-12-05T04:25:59.567Z | Downloaded fs-err v2.11.0 |
2218 | 2023-12-05T04:25:59.573Z | Downloaded typed-path v0.6.0 |
2219 | 2023-12-05T04:25:59.583Z | Downloaded tough v0.15.0 |
2220 | 2023-12-05T04:25:59.750Z | Compiling serde_tokenstream v0.2.0 |
2221 | 2023-12-05T04:25:59.771Z | Compiling regress v0.7.1 |
2222 | 2023-12-05T04:25:59.782Z | Compiling dirs-sys-next v0.1.2 |
2223 | 2023-12-05T04:25:59.785Z | Compiling ident_case v1.0.1 |
2224 | 2023-12-05T04:25:59.804Z | Compiling thread_local v1.1.7 |
2225 | 2023-12-05T04:25:59.813Z | Compiling camino v1.1.6 |
2226 | 2023-12-05T04:25:59.818Z | Compiling heck v0.4.1 |
2227 | 2023-12-05T04:26:00.020Z | Compiling dirs-next v2.0.0 |
2228 | 2023-12-05T04:26:00.391Z | Compiling darling_core v0.20.3 |
2229 | 2023-12-05T04:26:00.534Z | Compiling slog-async v2.8.0 |
2230 | 2023-12-05T04:26:00.679Z | Compiling term v0.7.0 |
2231 | 2023-12-05T04:26:01.048Z | Compiling crossbeam-channel v0.5.8 |
2232 | 2023-12-05T04:26:01.258Z | Compiling getopts v0.2.21 |
2233 | 2023-12-05T04:26:01.571Z | Compiling structmeta-derive v0.2.0 |
2234 | 2023-12-05T04:26:01.807Z | Compiling atty v0.2.14 |
2235 | 2023-12-05T04:26:02.015Z | Compiling multer v2.1.0 |
2236 | 2023-12-05T04:26:02.448Z | Compiling paste v1.0.14 |
2237 | 2023-12-05T04:26:02.722Z | Compiling match_cfg v0.1.0 |
2238 | 2023-12-05T04:26:02.854Z | Compiling unsafe-libyaml v0.2.9 |
2239 | 2023-12-05T04:26:03.094Z | Compiling take_mut v0.2.2 |
2240 | 2023-12-05T04:26:03.970Z | Compiling hostname v0.3.1 |
2241 | 2023-12-05T04:26:04.416Z | Compiling slog-term v2.9.0 |
2242 | 2023-12-05T04:26:05.718Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2243 | 2023-12-05T04:26:07.634Z | Compiling structmeta v0.2.0 |
2244 | 2023-12-05T04:26:08.240Z | Compiling serde_yaml v0.9.25 |
2245 | 2023-12-05T04:26:09.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2246 | 2023-12-05T04:26:09.378Z | Compiling darling_macro v0.20.3 |
2247 | 2023-12-05T04:26:09.395Z | Compiling slog-json v2.6.1 |
2248 | 2023-12-05T04:26:10.166Z | Compiling async-stream-impl v0.3.5 |
2249 | 2023-12-05T04:26:10.803Z | Compiling darling v0.20.3 |
2250 | 2023-12-05T04:26:10.953Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2251 | 2023-12-05T04:26:11.418Z | Compiling atomic-waker v1.1.1 |
2252 | 2023-12-05T04:26:11.603Z | Compiling regex-syntax v0.7.5 |
2253 | 2023-12-05T04:26:11.688Z | Compiling fastrand v2.0.0 |
2254 | 2023-12-05T04:26:12.131Z | Compiling async-stream v0.3.5 |
2255 | 2023-12-05T04:26:12.476Z | Compiling tempfile v3.8.1 |
2256 | 2023-12-05T04:26:12.580Z | Compiling waitgroup v0.1.2 |
2257 | 2023-12-05T04:26:12.805Z | Compiling serde_with_macros v2.3.3 |
2258 | 2023-12-05T04:26:12.921Z | Compiling slog-bunyan v2.4.0 |
2259 | 2023-12-05T04:26:15.647Z | Compiling toml v0.8.8 |
2260 | 2023-12-05T04:26:16.266Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2261 | 2023-12-05T04:26:16.611Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2262 | 2023-12-05T04:26:18.191Z | Compiling sha1 v0.10.6 |
2263 | 2023-12-05T04:26:18.327Z | Compiling serde_path_to_error v0.1.14 |
2264 | 2023-12-05T04:26:19.028Z | Compiling fs-err v2.11.0 |
2265 | 2023-12-05T04:26:19.454Z | Compiling instant v0.1.12 |
2266 | 2023-12-05T04:26:19.525Z | Compiling buf-list v1.0.3 |
2267 | 2023-12-05T04:26:19.674Z | Compiling debug-ignore v1.0.5 |
2268 | 2023-12-05T04:26:19.687Z | Compiling arc-swap v1.6.0 |
2269 | 2023-12-05T04:26:19.879Z | Compiling same-file v1.0.6 |
2270 | 2023-12-05T04:26:20.345Z | Compiling walkdir v2.4.0 |
2271 | 2023-12-05T04:26:20.408Z | Compiling backoff v0.4.0 |
2272 | 2023-12-05T04:26:20.877Z | Compiling slog-scope v4.4.0 |
2273 | 2023-12-05T04:26:21.165Z | Compiling serde_with v2.3.3 |
2274 | 2023-12-05T04:26:21.839Z | Compiling parse-display-derive v0.8.2 |
2275 | 2023-12-05T04:26:22.383Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2276 | 2023-12-05T04:26:23.232Z | Compiling globset v0.4.13 |
2277 | 2023-12-05T04:26:23.443Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2278 | 2023-12-05T04:26:23.672Z | Compiling strum v0.25.0 |
2279 | 2023-12-05T04:26:23.942Z | Compiling olpc-cjson v0.1.3 |
2280 | 2023-12-05T04:26:24.534Z | Compiling pem v3.0.2 |
2281 | 2023-12-05T04:26:24.809Z | Compiling macaddr v1.0.1 |
2282 | 2023-12-05T04:26:24.847Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2283 | 2023-12-05T04:26:25.914Z | Compiling serde_plain v1.0.2 |
2284 | 2023-12-05T04:26:26.764Z | Compiling async-recursion v1.0.5 |
2285 | 2023-12-05T04:26:27.248Z | Compiling filetime v0.2.22 |
2286 | 2023-12-05T04:26:27.739Z | Compiling xattr v1.0.1 |
2287 | 2023-12-05T04:26:28.105Z | Compiling parse-display v0.8.2 |
2288 | 2023-12-05T04:26:28.179Z | Compiling typed-path v0.6.0 |
2289 | 2023-12-05T04:26:28.232Z | Compiling tar v0.4.40 |
2290 | 2023-12-05T04:26:28.933Z | Compiling slog-stdlog v4.1.1 |
2291 | 2023-12-05T04:26:30.417Z | Compiling camino-tempfile v1.1.1 |
2292 | 2023-12-05T04:26:31.502Z | Compiling itertools v0.12.0 |
2293 | 2023-12-05T04:26:31.676Z | Compiling bytesize v1.3.0 |
2294 | 2023-12-05T04:26:31.989Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2295 | 2023-12-05T04:26:32.173Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-12-05T04:26:37.346Z | Compiling tough v0.15.0 |
2297 | 2023-12-05T04:26:37.872Z | Compiling slog-envlogger v2.2.0 |
2298 | 2023-12-05T04:26:38.211Z | Compiling humantime v2.1.0 |
2299 | 2023-12-05T04:26:43.085Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2300 | 2023-12-05T04:27:05.006Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2301 | 2023-12-05T04:27:05.226Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2023-12-05T04:27:16.608Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2303 | 2023-12-05T04:27:18.965Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2304 | 2023-12-05T04:27:47.702Z | Finished release [optimized] target(s) in 1m 49s |
2305 | 2023-12-05T04:27:48.313Z | |
2306 | 2023-12-05T04:27:48.319Z | real 1:49.228284840 |
2307 | 2023-12-05T04:27:48.319Z | user 11:46.855242515 |
2308 | 2023-12-05T04:27:48.319Z | sys 45.308286963 |
2309 | 2023-12-05T04:27:48.319Z | trap 0.430077184 |
2310 | 2023-12-05T04:27:48.319Z | tflt 0.269919196 |
2311 | 2023-12-05T04:27:48.319Z | dflt 0.649543500 |
2312 | 2023-12-05T04:27:48.319Z | kflt 0.000000000 |
2313 | 2023-12-05T04:27:48.319Z | lock 21:51.274739431 |
2314 | 2023-12-05T04:27:48.319Z | slp 23:36.643268507 |
2315 | 2023-12-05T04:27:48.319Z | lat 21.676892387 |
2316 | 2023-12-05T04:27:48.319Z | stop 9.869630594 |
2317 | 2023-12-05T04:27:48.319Z | + ptime -m gzip |
2318 | 2023-12-05T04:27:50.142Z | |
2319 | 2023-12-05T04:27:50.142Z | real 2.347894675 |
2320 | 2023-12-05T04:27:50.142Z | user 2.320007586 |
2321 | 2023-12-05T04:27:50.142Z | sys 0.027140564 |
2322 | 2023-12-05T04:27:50.142Z | trap 0.000232851 |
2323 | 2023-12-05T04:27:50.142Z | tflt 0.000000000 |
2324 | 2023-12-05T04:27:50.150Z | dflt 0.000000000 |
2325 | 2023-12-05T04:27:50.150Z | kflt 0.000000000 |
2326 | 2023-12-05T04:27:50.150Z | lock 0.000000000 |
2327 | 2023-12-05T04:27:50.150Z | slp 0.000000000 |
2328 | 2023-12-05T04:27:50.150Z | lat 0.000173449 |
2329 | 2023-12-05T04:27:50.150Z | stop 0.000232919 |
2330 | 2023-12-05T04:27:50.150Z | process exited: duration 1122756 ms, exit code 0 |
|
2331 | 2023-12-05T04:27:50.590Z | found 5 output files |
2332 | 2023-12-05T04:27:50.590Z | uploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes) |
2333 | 2023-12-05T04:27:53.208Z | uploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz |
2334 | 2023-12-05T04:27:53.219Z | uploading: /work/end-to-end-tests/bootstrap.gz (95900683 bytes) |
2335 | 2023-12-05T04:28:22.391Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2336 | 2023-12-05T04:28:22.391Z | uploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99176040 bytes) |
2337 | 2023-12-05T04:28:53.935Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz |
2338 | 2023-12-05T04:28:53.935Z | uploading: /work/caboose-util.gz (4091465 bytes) |
2339 | 2023-12-05T04:28:55.864Z | uploaded: /work/caboose-util.gz |
2340 | 2023-12-05T04:28:55.864Z | uploading: /work/tufaceous.gz (14958993 bytes) |
2341 | 2023-12-05T04:29:02.430Z | uploaded: /work/tufaceous.gz |