|
|
|
1 | 2023-11-30T01:13:19.396Z | job assigned to worker 01HGEWGFT64HK0TB6M81CD6VP6 (queued for 1 m 35 s) |
|
2 | 2023-11-30T01:13:20.160Z | starting task 0: "setup" |
3 | 2023-11-30T01:13:20.216Z | ++ uname -s |
4 | 2023-11-30T01:13:20.219Z | + kern=SunOS |
5 | 2023-11-30T01:13:20.219Z | + case "$kern" in |
6 | 2023-11-30T01:13:20.219Z | + groupadd -g 12345 build |
7 | 2023-11-30T01:13:20.222Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-30T01:13:22.258Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-30T01:13:22.401Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-30T01:13:22.404Z | + home_fs=zfs |
11 | 2023-11-30T01:13:22.404Z | + [[ zfs == autofs ]] |
12 | 2023-11-30T01:13:22.404Z | + mkdir -p /home/build |
13 | 2023-11-30T01:13:22.407Z | + chown build:build /home/build /work |
14 | 2023-11-30T01:13:24.410Z | + chmod 0700 /home/build /work |
15 | 2023-11-30T01:13:24.412Z | process exited: duration 4256 ms, exit code 0 |
|
16 | 2023-11-30T01:13:24.418Z | starting task 1: "rust-toolchain" |
17 | 2023-11-30T01:13:24.428Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-30T01:13:24.430Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-30T01:13:24.598Z | info: downloading installer |
20 | 2023-11-30T01:13:28.004Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-30T01:13:28.004Z | warning: /opt/ooce/bin |
22 | 2023-11-30T01:13:28.004Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-30T01:13:28.004Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-30T01:13:28.004Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-30T01:13:28.004Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-30T01:13:28.004Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-30T01:13:28.004Z | error: cannot install while Rust is installed |
28 | 2023-11-30T01:13:28.004Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-30T01:13:28.112Z | info: profile set to 'default' |
30 | 2023-11-30T01:13:28.112Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-30T01:13:28.120Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-30T01:13:28.301Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-30T01:13:28.302Z | info: downloading component 'cargo' |
34 | 2023-11-30T01:13:29.087Z | info: downloading component 'clippy' |
35 | 2023-11-30T01:13:29.361Z | info: downloading component 'rust-docs' |
36 | 2023-11-30T01:13:30.345Z | info: downloading component 'rust-std' |
37 | 2023-11-30T01:13:32.110Z | info: downloading component 'rustc' |
38 | 2023-11-30T01:13:36.367Z | info: downloading component 'rustfmt' |
39 | 2023-11-30T01:13:36.618Z | info: installing component 'cargo' |
40 | 2023-11-30T01:13:38.668Z | info: installing component 'clippy' |
41 | 2023-11-30T01:13:39.642Z | info: installing component 'rust-docs' |
42 | 2023-11-30T01:13:42.409Z | info: installing component 'rust-std' |
43 | 2023-11-30T01:13:46.419Z | info: installing component 'rustc' |
44 | 2023-11-30T01:13:57.197Z | info: installing component 'rustfmt' |
45 | 2023-11-30T01:13:57.986Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-30T01:13:57.986Z | |
47 | 2023-11-30T01:13:58.121Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-30T01:13:58.121Z | |
49 | 2023-11-30T01:13:58.124Z | |
50 | 2023-11-30T01:13:58.124Z | Rust is installed now. Great! |
51 | 2023-11-30T01:13:58.124Z | |
52 | 2023-11-30T01:13:58.124Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-30T01:13:58.124Z | environment variable. This has not been done automatically. |
54 | 2023-11-30T01:13:58.124Z | |
55 | 2023-11-30T01:13:58.124Z | To configure your current shell, run: |
56 | 2023-11-30T01:13:58.124Z | source "$HOME/.cargo/env" |
57 | 2023-11-30T01:13:58.212Z | + rustc --version |
58 | 2023-11-30T01:13:58.327Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-30T01:13:58.333Z | process exited: duration 33918 ms, exit code 0 |
|
60 | 2023-11-30T01:13:58.338Z | starting task 2: "authentication" |
61 | 2023-11-30T01:13:58.371Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-30T01:13:58.377Z | starting task 3: "clone repository" |
63 | 2023-11-30T01:13:58.385Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-30T01:13:58.387Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-30T01:13:58.426Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-30T01:14:06.270Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-30T01:14:06.270Z | + [[ -n '' ]] |
68 | 2023-11-30T01:14:06.277Z | + git fetch origin 74bf3f878a02b9b163ff127085058eae8437ec10 |
69 | 2023-11-30T01:14:06.661Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-30T01:14:06.661Z | * branch 74bf3f878a02b9b163ff127085058eae8437ec10 -> FETCH_HEAD |
71 | 2023-11-30T01:14:06.674Z | + git reset --hard 74bf3f878a02b9b163ff127085058eae8437ec10 |
72 | 2023-11-30T01:14:06.839Z | HEAD is now at 74bf3f87 fix schema collision |
73 | 2023-11-30T01:14:06.870Z | process exited: duration 8464 ms, exit code 0 |
|
74 | 2023-11-30T01:14:06.883Z | starting task 4: "build" |
75 | 2023-11-30T01:14:06.894Z | + cargo --version |
76 | 2023-11-30T01:14:06.906Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-11-30T01:14:07.126Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-11-30T01:14:07.126Z | info: downloading component 'cargo' |
79 | 2023-11-30T01:14:07.976Z | info: downloading component 'clippy' |
80 | 2023-11-30T01:14:08.249Z | info: downloading component 'rust-docs' |
81 | 2023-11-30T01:14:09.316Z | info: downloading component 'rust-std' |
82 | 2023-11-30T01:14:11.281Z | info: downloading component 'rustc' |
83 | 2023-11-30T01:14:17.172Z | info: downloading component 'rustfmt' |
84 | 2023-11-30T01:14:17.528Z | info: installing component 'cargo' |
85 | 2023-11-30T01:14:18.844Z | info: installing component 'clippy' |
86 | 2023-11-30T01:14:19.312Z | info: installing component 'rust-docs' |
87 | 2023-11-30T01:14:22.341Z | info: installing component 'rust-std' |
88 | 2023-11-30T01:14:24.907Z | info: installing component 'rustc' |
89 | 2023-11-30T01:14:31.215Z | info: installing component 'rustfmt' |
90 | 2023-11-30T01:14:31.760Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-11-30T01:14:31.763Z | + rustc --version |
92 | 2023-11-30T01:14:31.914Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-11-30T01:14:31.920Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2023-11-30T01:14:46.524Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2023-11-30T01:14:47.570Z | Startup: Caching catalogs ... Done |
96 | 2023-11-30T01:14:53.318Z | Planning: Solver setup ... Done (5.372s) |
97 | 2023-11-30T01:14:53.448Z | Planning: Running solver ... Done (0.130s) |
98 | 2023-11-30T01:14:53.510Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2023-11-30T01:14:53.524Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2023-11-30T01:14:54.283Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2023-11-30T01:14:54.341Z | Planning: Package planning ... Done (0.081s) |
102 | 2023-11-30T01:14:54.427Z | Planning: Merging actions ... Done (0.085s) |
103 | 2023-11-30T01:14:55.508Z | Planning: Checking for conflicting actions ... Done (1.081s) |
104 | 2023-11-30T01:14:55.526Z | Planning: Consolidating action changes ... Done (0.017s) |
105 | 2023-11-30T01:15:03.671Z | Planning: Evaluating mediators ... Done (8.145s) |
106 | 2023-11-30T01:15:03.687Z | Planning: Planning completed in 16.06 seconds |
107 | 2023-11-30T01:15:05.210Z | Packages to install: 4 |
108 | 2023-11-30T01:15:05.210Z | Mediators to change: 2 |
109 | 2023-11-30T01:15:05.210Z | Services to change: 1 |
110 | 2023-11-30T01:15:05.215Z | Estimated space available: 148.88 GB |
111 | 2023-11-30T01:15:05.215Z | Estimated space to be consumed: 1.38 GB |
112 | 2023-11-30T01:15:05.215Z | Create boot environment: No |
113 | 2023-11-30T01:15:05.215Z | Create backup boot environment: No |
114 | 2023-11-30T01:15:05.215Z | Rebuild boot archive: No |
115 | 2023-11-30T01:15:05.216Z | |
116 | 2023-11-30T01:15:05.216Z | Changed mediators: |
117 | 2023-11-30T01:15:05.216Z | mediator clang: |
118 | 2023-11-30T01:15:05.216Z | version: None -> 15 (system default) |
119 | 2023-11-30T01:15:05.216Z | |
120 | 2023-11-30T01:15:05.216Z | mediator llvm: |
121 | 2023-11-30T01:15:05.216Z | version: 14 (system default) -> 15 (system default) |
122 | 2023-11-30T01:15:05.216Z | |
123 | 2023-11-30T01:15:05.216Z | Changed packages: |
124 | 2023-11-30T01:15:05.216Z | helios-dev |
125 | 2023-11-30T01:15:05.216Z | developer/build-essential |
126 | 2023-11-30T01:15:05.216Z | None -> 11-2.0 |
127 | 2023-11-30T01:15:05.216Z | library/libxmlsec1 |
128 | 2023-11-30T01:15:05.216Z | None -> 1.2.35-2.0 |
129 | 2023-11-30T01:15:05.216Z | ooce/developer/clang-15 |
130 | 2023-11-30T01:15:05.216Z | None -> 15.0.7-2.0 |
131 | 2023-11-30T01:15:05.216Z | ooce/developer/llvm-15 |
132 | 2023-11-30T01:15:05.216Z | None -> 15.0.7-2.0 |
133 | 2023-11-30T01:15:05.218Z | |
134 | 2023-11-30T01:15:05.218Z | Services: |
135 | 2023-11-30T01:15:05.219Z | restart_fmri: |
136 | 2023-11-30T01:15:05.219Z | svc:/system/update-man-index:default |
137 | 2023-11-30T01:15:05.505Z | |
138 | 2023-11-30T01:15:05.506Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2023-11-30T01:15:10.513Z | Download: 546/3290 items 17.5/212.6MB 8% complete (3.6M/s) |
140 | 2023-11-30T01:15:15.510Z | Download: 1196/3290 items 77.9/212.6MB 36% complete (8.2M/s) |
141 | 2023-11-30T01:15:20.511Z | Download: 1631/3290 items 117.8/212.6MB 55% complete (10.0M/s) |
142 | 2023-11-30T01:15:27.270Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.4M/s) |
143 | 2023-11-30T01:15:32.271Z | Download: 3204/3290 items 164.8/212.6MB 77% complete (4.4M/s) |
144 | 2023-11-30T01:15:35.615Z | Download: Completed 212.60 MB in 30.11 seconds (7.1M/s) |
145 | 2023-11-30T01:15:36.359Z | Actions: 1/3687 actions (Installing new actions) |
146 | 2023-11-30T01:15:41.399Z | Actions: 2500/3687 actions (Installing new actions) |
147 | 2023-11-30T01:15:45.082Z | Actions: Completed 3687 actions in 8.66 seconds. |
148 | 2023-11-30T01:15:45.209Z | Done (0.181s) |
149 | 2023-11-30T01:15:45.209Z | Done (0.000s) |
150 | 2023-11-30T01:15:45.440Z | Done (0.230s) |
151 | 2023-11-30T01:15:54.247Z | Done (8.685s) |
152 | 2023-11-30T01:15:54.585Z | Done (0.234s) |
153 | 2023-11-30T01:15:54.587Z | Done (0.000s) |
154 | 2023-11-30T01:15:54.822Z | Done (0.000s) |
155 | 2023-11-30T01:15:55.539Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-11-30T01:15:55.832Z | Planning: Checking for conflicting actions ... Done |
157 | 2023-11-30T01:15:55.837Z | Planning: Consolidating action changes ... Done |
158 | 2023-11-30T01:15:56.280Z | Planning: Evaluating mediators ... Done |
159 | 2023-11-30T01:15:56.283Z | Planning: Planning completed in 0.74 seconds |
160 | 2023-11-30T01:15:56.336Z | Mediators to change: 2 |
161 | 2023-11-30T01:15:56.336Z | Create boot environment: No |
162 | 2023-11-30T01:15:56.336Z | Create backup boot environment: No |
163 | 2023-11-30T01:15:56.473Z | Done |
164 | 2023-11-30T01:15:56.473Z | Done |
165 | 2023-11-30T01:15:56.619Z | Done |
166 | 2023-11-30T01:16:02.755Z | Done |
167 | 2023-11-30T01:16:02.880Z | Done |
168 | 2023-11-30T01:16:02.883Z | Done |
169 | 2023-11-30T01:16:02.994Z | Done |
170 | 2023-11-30T01:16:04.037Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-11-30T01:16:04.041Z | Planning: Merging actions ... Done |
172 | 2023-11-30T01:16:04.381Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-11-30T01:16:04.388Z | Planning: Consolidating action changes ... Done |
174 | 2023-11-30T01:16:04.826Z | Planning: Evaluating mediators ... Done |
175 | 2023-11-30T01:16:04.937Z | Planning: Planning completed in 1.33 seconds |
176 | 2023-11-30T01:16:04.980Z | Packages to change: 1 |
177 | 2023-11-30T01:16:04.980Z | Mediators to change: 1 |
178 | 2023-11-30T01:16:04.980Z | Services to change: 1 |
179 | 2023-11-30T01:16:04.980Z | Create boot environment: No |
180 | 2023-11-30T01:16:04.984Z | Create backup boot environment: Yes |
181 | 2023-11-30T01:16:07.031Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2023-11-30T01:16:07.036Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2023-11-30T01:16:07.036Z | Done |
184 | 2023-11-30T01:16:07.036Z | Done |
185 | 2023-11-30T01:16:07.090Z | Done |
186 | 2023-11-30T01:16:13.090Z | Done |
187 | 2023-11-30T01:16:13.218Z | Done |
188 | 2023-11-30T01:16:13.226Z | Done |
189 | 2023-11-30T01:16:13.334Z | Done |
190 | 2023-11-30T01:16:14.024Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2023-11-30T01:16:14.024Z | clang system 15 system |
192 | 2023-11-30T01:16:14.024Z | csh system system illumos |
193 | 2023-11-30T01:16:14.024Z | ctags system system illumos |
194 | 2023-11-30T01:16:14.024Z | gcc vendor 12 vendor |
195 | 2023-11-30T01:16:14.024Z | gcc system 10 system |
196 | 2023-11-30T01:16:14.024Z | gcc system 7 system |
197 | 2023-11-30T01:16:14.024Z | go system 1.20 system |
198 | 2023-11-30T01:16:14.024Z | go system 1.19 system |
199 | 2023-11-30T01:16:14.024Z | llvm system 15 system |
200 | 2023-11-30T01:16:14.024Z | llvm system 14 system |
201 | 2023-11-30T01:16:14.024Z | mariadb system 10.6 system |
202 | 2023-11-30T01:16:14.024Z | mta vendor vendor dma |
203 | 2023-11-30T01:16:14.024Z | openjdk system 17 system |
204 | 2023-11-30T01:16:14.024Z | openjdk system 11 system |
205 | 2023-11-30T01:16:14.024Z | openjdk system 1.8 system |
206 | 2023-11-30T01:16:14.024Z | openssl vendor 3 vendor |
207 | 2023-11-30T01:16:14.024Z | perl system 5.36 system |
208 | 2023-11-30T01:16:14.024Z | postgresql system 15 system |
209 | 2023-11-30T01:16:14.024Z | postgresql system 13 system |
210 | 2023-11-30T01:16:14.024Z | python vendor 3 vendor |
211 | 2023-11-30T01:16:14.024Z | python system 2 system |
212 | 2023-11-30T01:16:14.024Z | python3 system 3.11 system |
213 | 2023-11-30T01:16:14.024Z | ruby system 3.0 system |
214 | 2023-11-30T01:16:14.024Z | words vendor vendor american-english |
215 | 2023-11-30T01:16:14.025Z | words system system australian-english |
216 | 2023-11-30T01:16:14.025Z | words system system british-english |
217 | 2023-11-30T01:16:14.025Z | words system system canadian-english |
218 | 2023-11-30T01:16:14.025Z | words system system french |
219 | 2023-11-30T01:16:14.025Z | words system system italian |
220 | 2023-11-30T01:16:14.025Z | words system system ngerman |
221 | 2023-11-30T01:16:14.025Z | words system system ogerman |
222 | 2023-11-30T01:16:14.025Z | words system system spanish |
223 | 2023-11-30T01:16:14.571Z | FMRI IFO |
224 | 2023-11-30T01:16:14.571Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2023-11-30T01:16:14.571Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2023-11-30T01:16:14.571Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2023-11-30T01:16:14.571Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
228 | 2023-11-30T01:16:14.572Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2023-11-30T01:16:14.572Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
230 | 2023-11-30T01:16:14.648Z | + set -o errexit |
231 | 2023-11-30T01:16:14.652Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2023-11-30T01:16:14.655Z | ++ cd ./tools |
233 | 2023-11-30T01:16:14.655Z | ++ pwd |
234 | 2023-11-30T01:16:14.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2023-11-30T01:16:14.658Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2023-11-30T01:16:14.658Z | + ARG0=ci_download_cockroachdb |
237 | 2023-11-30T01:16:14.658Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2023-11-30T01:16:14.661Z | + CIDL_VERSION=v22.1.9 |
239 | 2023-11-30T01:16:14.661Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2023-11-30T01:16:14.661Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
241 | 2023-11-30T01:16:14.661Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
242 | 2023-11-30T01:16:14.661Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
243 | 2023-11-30T01:16:14.661Z | + TARGET_DIR=out |
244 | 2023-11-30T01:16:14.661Z | + DOWNLOAD_DIR=out/downloads |
245 | 2023-11-30T01:16:14.661Z | + DEST_DIR=./out/cockroachdb |
246 | 2023-11-30T01:16:14.661Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2023-11-30T01:16:14.661Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2023-11-30T01:16:14.661Z | + main |
249 | 2023-11-30T01:16:14.661Z | + [[ 0 != 0 ]] |
250 | 2023-11-30T01:16:14.661Z | + CIDL_OS=solaris2.11 |
251 | 2023-11-30T01:16:14.661Z | + [[ 0 != 0 ]] |
252 | 2023-11-30T01:16:14.661Z | + configure_os solaris2.11 |
253 | 2023-11-30T01:16:14.662Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2023-11-30T01:16:14.662Z | current directory: /work/oxidecomputer/omicron |
255 | 2023-11-30T01:16:14.662Z | + echo 'configuring based on OS: "solaris2.11"' |
256 | 2023-11-30T01:16:14.662Z | + case "$1" in |
257 | 2023-11-30T01:16:14.662Z | configuring based on OS: "solaris2.11" |
258 | 2023-11-30T01:16:14.662Z | + CIDL_BUILD=illumos |
259 | 2023-11-30T01:16:14.662Z | + CIDL_SUFFIX=tar.gz |
260 | 2023-11-30T01:16:14.662Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-11-30T01:16:14.662Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2023-11-30T01:16:14.662Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2023-11-30T01:16:14.662Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-11-30T01:16:14.662Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-11-30T01:16:14.662Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-30T01:16:14.662Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-30T01:16:14.662Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-11-30T01:16:14.662Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-30T01:16:14.662Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-11-30T01:16:14.662Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-30T01:16:14.662Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-30T01:16:14.662Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-30T01:16:14.662Z | + mkdir -p out/downloads |
274 | 2023-11-30T01:16:14.665Z | + mkdir -p ./out/cockroachdb |
275 | 2023-11-30T01:16:14.667Z | + local DO_DOWNLOAD=true |
276 | 2023-11-30T01:16:14.667Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2023-11-30T01:16:14.667Z | + '[' true == true ']' |
278 | 2023-11-30T01:16:14.667Z | + echo Downloading... |
279 | 2023-11-30T01:16:14.668Z | Downloading... |
280 | 2023-11-30T01:16:14.668Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-30T01:16:14.668Z | + 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 |
282 | 2023-11-30T01:16:22.552Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-30T01:16:22.555Z | ++ md5sum |
284 | 2023-11-30T01:16:22.555Z | ++ awk '{print $1}' |
285 | 2023-11-30T01:16:22.738Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-30T01:16:22.738Z | + [[ 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 ]] |
287 | 2023-11-30T01:16:22.738Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-30T01:16:22.741Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2023-11-30T01:16:26.333Z | + do_assemble_illumos |
290 | 2023-11-30T01:16:26.333Z | + rm -r ./out/cockroachdb |
291 | 2023-11-30T01:16:26.336Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2023-11-30T01:16:26.980Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2023-11-30T01:16:27.339Z | Build Tag: v22.1.9-dirty |
294 | 2023-11-30T01:16:27.339Z | Build Time: 2022/10/26 21:17:46 |
295 | 2023-11-30T01:16:27.339Z | Distribution: OSS |
296 | 2023-11-30T01:16:27.339Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2023-11-30T01:16:27.339Z | Go Version: go1.17.13 |
298 | 2023-11-30T01:16:27.339Z | C Compiler: gcc 10.3.0 |
299 | 2023-11-30T01:16:27.339Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-11-30T01:16:27.339Z | Build Type: release |
301 | 2023-11-30T01:16:27.367Z | + set -o errexit |
302 | 2023-11-30T01:16:27.370Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2023-11-30T01:16:27.373Z | ++ cd ./tools |
304 | 2023-11-30T01:16:27.373Z | ++ pwd |
305 | 2023-11-30T01:16:27.373Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2023-11-30T01:16:27.376Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-11-30T01:16:27.376Z | + ARG0=ci_download_clickhouse |
308 | 2023-11-30T01:16:27.376Z | + TARGET_DIR=out |
309 | 2023-11-30T01:16:27.376Z | + DOWNLOAD_DIR=out/downloads |
310 | 2023-11-30T01:16:27.376Z | + DEST_DIR=./out/clickhouse |
311 | 2023-11-30T01:16:27.376Z | + CIDL_VERSION=v22.8.9.24 |
312 | 2023-11-30T01:16:27.376Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
313 | 2023-11-30T01:16:27.376Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
314 | 2023-11-30T01:16:27.376Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
315 | 2023-11-30T01:16:27.376Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-11-30T01:16:27.376Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
317 | 2023-11-30T01:16:27.376Z | + main |
318 | 2023-11-30T01:16:27.379Z | + [[ 0 != 0 ]] |
319 | 2023-11-30T01:16:27.379Z | + CIDL_OS=solaris2.11 |
320 | 2023-11-30T01:16:27.379Z | + [[ 0 != 0 ]] |
321 | 2023-11-30T01:16:27.379Z | + configure_os solaris2.11 |
322 | 2023-11-30T01:16:27.379Z | + echo 'current directory: /work/oxidecomputer/omicron' |
323 | 2023-11-30T01:16:27.379Z | current directory: /work/oxidecomputer/omicron |
324 | 2023-11-30T01:16:27.379Z | + echo 'configuring based on OS: "solaris2.11"' |
325 | 2023-11-30T01:16:27.379Z | + CIDL_DASHREV= |
326 | 2023-11-30T01:16:27.379Z | + case "$1" in |
327 | 2023-11-30T01:16:27.379Z | configuring based on OS: "solaris2.11" |
328 | 2023-11-30T01:16:27.379Z | + CIDL_PLATFORM=illumos |
329 | 2023-11-30T01:16:27.380Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-11-30T01:16:27.380Z | + CIDL_MD5FUNC=do_md5sum |
331 | 2023-11-30T01:16:27.380Z | + CIDL_DASHREV=-1 |
332 | 2023-11-30T01:16:27.380Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
333 | 2023-11-30T01:16:27.380Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-11-30T01:16:27.380Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-30T01:16:27.380Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-30T01:16:27.380Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-11-30T01:16:27.380Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-30T01:16:27.380Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-11-30T01:16:27.380Z | + mkdir -p out/downloads |
340 | 2023-11-30T01:16:27.380Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-30T01:16:27.383Z | + mkdir -p ./out/clickhouse |
342 | 2023-11-30T01:16:27.383Z | + local DO_DOWNLOAD=true |
343 | 2023-11-30T01:16:27.383Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
344 | 2023-11-30T01:16:27.383Z | + '[' true == true ']' |
345 | 2023-11-30T01:16:27.383Z | + echo Downloading... |
346 | 2023-11-30T01:16:27.383Z | Downloading... |
347 | 2023-11-30T01:16:27.383Z | + 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 |
348 | 2023-11-30T01:16:27.383Z | + 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 |
349 | 2023-11-30T01:16:29.189Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-30T01:16:29.197Z | ++ md5sum |
351 | 2023-11-30T01:16:29.197Z | ++ awk '{print $1}' |
352 | 2023-11-30T01:16:29.454Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-30T01:16:29.455Z | + [[ 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 ]] |
354 | 2023-11-30T01:16:29.455Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
355 | 2023-11-30T01:16:29.458Z | + mkdir -p ./out/clickhouse |
356 | 2023-11-30T01:16:29.458Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
357 | 2023-11-30T01:16:34.617Z | + ./out/clickhouse/clickhouse server --version |
358 | 2023-11-30T01:16:34.642Z | ClickHouse server version 22.8.9.1. |
359 | 2023-11-30T01:16:34.665Z | + set -o errexit |
360 | 2023-11-30T01:16:34.668Z | +++ dirname ./tools/ci_download_console |
361 | 2023-11-30T01:16:34.671Z | ++ cd ./tools |
362 | 2023-11-30T01:16:34.671Z | ++ pwd |
363 | 2023-11-30T01:16:34.671Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
364 | 2023-11-30T01:16:34.674Z | ++ basename ./tools/ci_download_console |
365 | 2023-11-30T01:16:34.674Z | + ARG0=ci_download_console |
366 | 2023-11-30T01:16:34.674Z | + TARGET_DIR=out |
367 | 2023-11-30T01:16:34.674Z | + DOWNLOAD_DIR=out/downloads |
368 | 2023-11-30T01:16:34.674Z | + DEST_DIR=./out/console-assets |
369 | 2023-11-30T01:16:34.674Z | + source /work/oxidecomputer/omicron/tools/console_version |
370 | 2023-11-30T01:16:34.674Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
371 | 2023-11-30T01:16:34.674Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
372 | 2023-11-30T01:16:34.674Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
373 | 2023-11-30T01:16:34.674Z | + TARBALL_FILE=out/downloads/console.tar.gz |
374 | 2023-11-30T01:16:34.677Z | + main |
375 | 2023-11-30T01:16:34.677Z | + [[ 0 != 0 ]] |
376 | 2023-11-30T01:16:34.677Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
377 | 2023-11-30T01:16:34.677Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-30T01:16:34.677Z | + echo 'Local file: out/downloads/console.tar.gz' |
379 | 2023-11-30T01:16:34.677Z | Local file: out/downloads/console.tar.gz |
380 | 2023-11-30T01:16:34.677Z | + local DO_DOWNLOAD=true |
381 | 2023-11-30T01:16:34.677Z | + [[ -f out/downloads/console.tar.gz ]] |
382 | 2023-11-30T01:16:34.677Z | + mkdir -p out/downloads |
383 | 2023-11-30T01:16:34.680Z | + '[' true == true ']' |
384 | 2023-11-30T01:16:34.680Z | + echo Downloading... |
385 | 2023-11-30T01:16:34.680Z | Downloading... |
386 | 2023-11-30T01:16:34.681Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
387 | 2023-11-30T01:16:34.681Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
388 | 2023-11-30T01:16:35.391Z | ++ do_sha256sum out/downloads/console.tar.gz |
389 | 2023-11-30T01:16:35.397Z | ++ case "$OSTYPE" in |
390 | 2023-11-30T01:16:35.398Z | ++ SHA=sha256sum |
391 | 2023-11-30T01:16:35.398Z | ++ sha256sum |
392 | 2023-11-30T01:16:35.398Z | ++ awk '{print $1}' |
393 | 2023-11-30T01:16:35.426Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
394 | 2023-11-30T01:16:35.428Z | + [[ 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 ]] |
395 | 2023-11-30T01:16:35.432Z | + rm -rf ./out/console-assets |
396 | 2023-11-30T01:16:35.432Z | + mkdir -p ./out/console-assets |
397 | 2023-11-30T01:16:35.432Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
398 | 2023-11-30T01:16:35.433Z | + mkdir -p ./out/console-assets |
399 | 2023-11-30T01:16:35.433Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
400 | 2023-11-30T01:16:35.571Z | + set -o errexit |
401 | 2023-11-30T01:16:35.575Z | +++ dirname ./tools/ci_download_maghemite_openapi |
402 | 2023-11-30T01:16:35.575Z | ++ cd ./tools |
403 | 2023-11-30T01:16:35.575Z | ++ pwd |
404 | 2023-11-30T01:16:35.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2023-11-30T01:16:35.578Z | ++ basename ./tools/ci_download_maghemite_openapi |
406 | 2023-11-30T01:16:35.578Z | + ARG0=ci_download_maghemite_openapi |
407 | 2023-11-30T01:16:35.578Z | + TARGET_DIR=out |
408 | 2023-11-30T01:16:35.578Z | + DOWNLOAD_DIR=out/downloads |
409 | 2023-11-30T01:16:35.578Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
410 | 2023-11-30T01:16:35.588Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
411 | 2023-11-30T01:16:35.588Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
412 | 2023-11-30T01:16:35.588Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
413 | 2023-11-30T01:16:35.588Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
414 | 2023-11-30T01:16:35.588Z | + main |
415 | 2023-11-30T01:16:35.588Z | + [[ 0 != 0 ]] |
416 | 2023-11-30T01:16:35.588Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
417 | 2023-11-30T01:16:35.588Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
418 | 2023-11-30T01:16:35.588Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
419 | 2023-11-30T01:16:35.588Z | + local DO_DOWNLOAD=true |
420 | 2023-11-30T01:16:35.588Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
421 | 2023-11-30T01:16:35.588Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
422 | 2023-11-30T01:16:35.588Z | + mkdir -p out/downloads |
423 | 2023-11-30T01:16:35.588Z | + '[' true == true ']' |
424 | 2023-11-30T01:16:35.588Z | + echo Downloading... |
425 | 2023-11-30T01:16:35.588Z | Downloading... |
426 | 2023-11-30T01:16:35.588Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
427 | 2023-11-30T01:16:35.588Z | + 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 |
428 | 2023-11-30T01:16:35.912Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
429 | 2023-11-30T01:16:35.925Z | ++ case "$OSTYPE" in |
430 | 2023-11-30T01:16:35.925Z | ++ SHA=sha256sum |
431 | 2023-11-30T01:16:35.926Z | ++ sha256sum |
432 | 2023-11-30T01:16:35.926Z | ++ awk '{print $1}' |
433 | 2023-11-30T01:16:35.926Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-11-30T01:16:35.926Z | + [[ 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 ]] |
435 | 2023-11-30T01:16:35.926Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
436 | 2023-11-30T01:16:35.926Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
437 | 2023-11-30T01:16:35.926Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
438 | 2023-11-30T01:16:35.926Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
439 | 2023-11-30T01:16:35.926Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
440 | 2023-11-30T01:16:35.926Z | + main |
441 | 2023-11-30T01:16:35.926Z | + [[ 0 != 0 ]] |
442 | 2023-11-30T01:16:35.926Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
443 | 2023-11-30T01:16:35.926Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
444 | 2023-11-30T01:16:35.926Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
445 | 2023-11-30T01:16:35.926Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
446 | 2023-11-30T01:16:35.926Z | + local DO_DOWNLOAD=true |
447 | 2023-11-30T01:16:35.926Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
448 | 2023-11-30T01:16:35.926Z | + mkdir -p out/downloads |
449 | 2023-11-30T01:16:35.926Z | + '[' true == true ']' |
450 | 2023-11-30T01:16:35.926Z | + echo Downloading... |
451 | 2023-11-30T01:16:35.926Z | Downloading... |
452 | 2023-11-30T01:16:35.926Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-11-30T01:16:35.927Z | + 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 |
454 | 2023-11-30T01:16:37.329Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
455 | 2023-11-30T01:16:37.333Z | ++ case "$OSTYPE" in |
456 | 2023-11-30T01:16:37.333Z | ++ SHA=sha256sum |
457 | 2023-11-30T01:16:37.333Z | ++ sha256sum |
458 | 2023-11-30T01:16:37.333Z | ++ awk '{print $1}' |
459 | 2023-11-30T01:16:37.336Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
460 | 2023-11-30T01:16:37.336Z | + [[ 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 ]] |
461 | 2023-11-30T01:16:37.347Z | + set -o errexit |
462 | 2023-11-30T01:16:37.349Z | +++ dirname ./tools/ci_download_dendrite_openapi |
463 | 2023-11-30T01:16:37.352Z | ++ cd ./tools |
464 | 2023-11-30T01:16:37.352Z | ++ pwd |
465 | 2023-11-30T01:16:37.352Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-11-30T01:16:37.355Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-11-30T01:16:37.356Z | + ARG0=ci_download_dendrite_openapi |
468 | 2023-11-30T01:16:37.356Z | + TARGET_DIR=out |
469 | 2023-11-30T01:16:37.356Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-11-30T01:16:37.356Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-11-30T01:16:37.356Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
472 | 2023-11-30T01:16:37.356Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
473 | 2023-11-30T01:16:37.356Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
474 | 2023-11-30T01:16:37.356Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
475 | 2023-11-30T01:16:37.356Z | + main |
476 | 2023-11-30T01:16:37.356Z | + [[ 0 != 0 ]] |
477 | 2023-11-30T01:16:37.356Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
478 | 2023-11-30T01:16:37.356Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
479 | 2023-11-30T01:16:37.356Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
480 | 2023-11-30T01:16:37.356Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
481 | 2023-11-30T01:16:37.356Z | + local DO_DOWNLOAD=true |
482 | 2023-11-30T01:16:37.356Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
483 | 2023-11-30T01:16:37.356Z | + mkdir -p out/downloads |
484 | 2023-11-30T01:16:37.367Z | + '[' true == true ']' |
485 | 2023-11-30T01:16:37.367Z | + echo Downloading... |
486 | 2023-11-30T01:16:37.367Z | Downloading... |
487 | 2023-11-30T01:16:37.367Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
488 | 2023-11-30T01:16:37.367Z | + 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 |
489 | 2023-11-30T01:16:37.542Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
490 | 2023-11-30T01:16:37.543Z | ++ case "$OSTYPE" in |
491 | 2023-11-30T01:16:37.543Z | ++ SHA=sha256sum |
492 | 2023-11-30T01:16:37.547Z | ++ sha256sum |
493 | 2023-11-30T01:16:37.547Z | ++ awk '{print $1}' |
494 | 2023-11-30T01:16:37.551Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
495 | 2023-11-30T01:16:37.551Z | + [[ 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 ]] |
496 | 2023-11-30T01:16:37.561Z | + set -o errexit |
497 | 2023-11-30T01:16:37.571Z | +++ dirname ./tools/ci_download_dendrite_stub |
498 | 2023-11-30T01:16:37.571Z | ++ cd ./tools |
499 | 2023-11-30T01:16:37.572Z | ++ pwd |
500 | 2023-11-30T01:16:37.572Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-11-30T01:16:37.572Z | ++ basename ./tools/ci_download_dendrite_stub |
502 | 2023-11-30T01:16:37.572Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-11-30T01:16:37.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
504 | 2023-11-30T01:16:37.572Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
505 | 2023-11-30T01:16:37.572Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
506 | 2023-11-30T01:16:37.572Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
507 | 2023-11-30T01:16:37.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-11-30T01:16:37.572Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
509 | 2023-11-30T01:16:37.572Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
510 | 2023-11-30T01:16:37.572Z | + TARGET_DIR=out |
511 | 2023-11-30T01:16:37.572Z | + DOWNLOAD_DIR=out/downloads |
512 | 2023-11-30T01:16:37.573Z | + DEST_DIR=./out/dendrite-stub |
513 | 2023-11-30T01:16:37.573Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
514 | 2023-11-30T01:16:37.573Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
515 | 2023-11-30T01:16:37.573Z | + REPO=oxidecomputer/dendrite |
516 | 2023-11-30T01:16:37.573Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
517 | 2023-11-30T01:16:37.573Z | + main |
518 | 2023-11-30T01:16:37.573Z | + [[ 0 != 0 ]] |
519 | 2023-11-30T01:16:37.573Z | + CIDL_OS=solaris2.11 |
520 | 2023-11-30T01:16:37.574Z | + [[ 0 != 0 ]] |
521 | 2023-11-30T01:16:37.574Z | + configure_os solaris2.11 |
522 | 2023-11-30T01:16:37.574Z | + echo 'current directory: /work/oxidecomputer/omicron' |
523 | 2023-11-30T01:16:37.574Z | current directory: /work/oxidecomputer/omicron |
524 | 2023-11-30T01:16:37.574Z | + echo 'configuring based on OS: "solaris2.11"' |
525 | 2023-11-30T01:16:37.574Z | configuring based on OS: "solaris2.11" |
526 | 2023-11-30T01:16:37.574Z | + case "$1" in |
527 | 2023-11-30T01:16:37.574Z | + SET_BINARIES= |
528 | 2023-11-30T01:16:37.574Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
529 | 2023-11-30T01:16:37.574Z | + CIDL_SHA256FUNC=do_sha256sum |
530 | 2023-11-30T01:16:37.574Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
531 | 2023-11-30T01:16:37.574Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
532 | 2023-11-30T01:16:37.574Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-30T01:16:37.574Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
534 | 2023-11-30T01:16:37.574Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
535 | 2023-11-30T01:16:37.574Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
536 | 2023-11-30T01:16:37.575Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-30T01:16:37.575Z | + mkdir -p out/downloads |
538 | 2023-11-30T01:16:37.608Z | + mkdir -p ./out/dendrite-stub |
539 | 2023-11-30T01:16:37.609Z | + fetch_and_verify |
540 | 2023-11-30T01:16:37.609Z | + local DO_DOWNLOAD=true |
541 | 2023-11-30T01:16:37.609Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
542 | 2023-11-30T01:16:37.609Z | + '[' true == true ']' |
543 | 2023-11-30T01:16:37.609Z | + echo Downloading... |
544 | 2023-11-30T01:16:37.609Z | Downloading... |
545 | 2023-11-30T01:16:37.609Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-30T01:16:37.609Z | + 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 |
547 | 2023-11-30T01:16:46.691Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-30T01:16:46.694Z | ++ sha256sum |
549 | 2023-11-30T01:16:46.694Z | ++ awk '{print $1}' |
550 | 2023-11-30T01:16:46.808Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
551 | 2023-11-30T01:16:46.808Z | + [[ 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 ]] |
552 | 2023-11-30T01:16:46.808Z | + do_untar out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-30T01:16:46.808Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
554 | 2023-11-30T01:16:47.836Z | + do_assemble |
555 | 2023-11-30T01:16:47.838Z | + rm -r ./out/dendrite-stub |
556 | 2023-11-30T01:16:47.841Z | + mkdir ./out/dendrite-stub |
557 | 2023-11-30T01:16:47.843Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
558 | 2023-11-30T01:16:47.983Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
559 | 2023-11-30T01:16:47.996Z | + set -o errexit |
560 | 2023-11-30T01:16:48.000Z | +++ dirname ./tools/ci_download_maghemite_mgd |
561 | 2023-11-30T01:16:48.000Z | ++ cd ./tools |
562 | 2023-11-30T01:16:48.000Z | ++ pwd |
563 | 2023-11-30T01:16:48.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
564 | 2023-11-30T01:16:48.003Z | ++ basename ./tools/ci_download_maghemite_mgd |
565 | 2023-11-30T01:16:48.006Z | + ARG0=ci_download_maghemite_mgd |
566 | 2023-11-30T01:16:48.006Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
567 | 2023-11-30T01:16:48.006Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
568 | 2023-11-30T01:16:48.006Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
569 | 2023-11-30T01:16:48.006Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
570 | 2023-11-30T01:16:48.007Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
571 | 2023-11-30T01:16:48.007Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
572 | 2023-11-30T01:16:48.007Z | + TARGET_DIR=out |
573 | 2023-11-30T01:16:48.007Z | + DOWNLOAD_DIR=out/downloads |
574 | 2023-11-30T01:16:48.007Z | + DEST_DIR=./out/mgd |
575 | 2023-11-30T01:16:48.007Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
576 | 2023-11-30T01:16:48.007Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2023-11-30T01:16:48.007Z | + REPO=oxidecomputer/maghemite |
578 | 2023-11-30T01:16:48.007Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
579 | 2023-11-30T01:16:48.007Z | + main |
580 | 2023-11-30T01:16:48.007Z | + [[ 0 != 0 ]] |
581 | 2023-11-30T01:16:48.007Z | + CIDL_OS=solaris2.11 |
582 | 2023-11-30T01:16:48.007Z | + [[ 0 != 0 ]] |
583 | 2023-11-30T01:16:48.007Z | + configure_os solaris2.11 |
584 | 2023-11-30T01:16:48.007Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2023-11-30T01:16:48.007Z | current directory: /work/oxidecomputer/omicron |
586 | 2023-11-30T01:16:48.007Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2023-11-30T01:16:48.007Z | + case "$1" in |
588 | 2023-11-30T01:16:48.007Z | + SET_BINARIES= |
589 | 2023-11-30T01:16:48.007Z | configuring based on OS: "solaris2.11" |
590 | 2023-11-30T01:16:48.007Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2023-11-30T01:16:48.007Z | + TARBALL_FILENAME=mgd.tar.gz |
592 | 2023-11-30T01:16:48.007Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
593 | 2023-11-30T01:16:48.007Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
594 | 2023-11-30T01:16:48.007Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
595 | 2023-11-30T01:16:48.007Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
596 | 2023-11-30T01:16:48.007Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2023-11-30T01:16:48.007Z | + mkdir -p out/downloads |
598 | 2023-11-30T01:16:48.007Z | Local file: out/downloads/mgd.tar.gz |
599 | 2023-11-30T01:16:48.012Z | + mkdir -p ./out/mgd |
600 | 2023-11-30T01:16:48.012Z | + fetch_and_verify |
601 | 2023-11-30T01:16:48.012Z | + local DO_DOWNLOAD=true |
602 | 2023-11-30T01:16:48.012Z | + [[ -f out/downloads/mgd.tar.gz ]] |
603 | 2023-11-30T01:16:48.012Z | + '[' true == true ']' |
604 | 2023-11-30T01:16:48.012Z | + echo Downloading... |
605 | 2023-11-30T01:16:48.012Z | Downloading... |
606 | 2023-11-30T01:16:48.013Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
607 | 2023-11-30T01:16:48.014Z | + 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 |
608 | 2023-11-30T01:16:53.807Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
609 | 2023-11-30T01:16:53.810Z | ++ sha256sum |
610 | 2023-11-30T01:16:53.810Z | ++ awk '{print $1}' |
611 | 2023-11-30T01:16:53.884Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
612 | 2023-11-30T01:16:53.884Z | + [[ 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 ]] |
613 | 2023-11-30T01:16:53.888Z | + do_untar out/downloads/mgd.tar.gz |
614 | 2023-11-30T01:16:53.888Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
615 | 2023-11-30T01:16:54.574Z | + do_assemble |
616 | 2023-11-30T01:16:54.574Z | + rm -r ./out/mgd |
617 | 2023-11-30T01:16:54.590Z | + mkdir ./out/mgd |
618 | 2023-11-30T01:16:54.590Z | + cp -r out/downloads/root ./out/mgd/root |
619 | 2023-11-30T01:16:54.788Z | + set -o errexit |
620 | 2023-11-30T01:16:54.792Z | +++ dirname ./tools/ci_download_transceiver_control |
621 | 2023-11-30T01:16:54.794Z | ++ cd ./tools |
622 | 2023-11-30T01:16:54.794Z | ++ pwd |
623 | 2023-11-30T01:16:54.794Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
624 | 2023-11-30T01:16:54.797Z | ++ basename ./tools/ci_download_transceiver_control |
625 | 2023-11-30T01:16:54.797Z | + ARG0=ci_download_transceiver_control |
626 | 2023-11-30T01:16:54.797Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
627 | 2023-11-30T01:16:54.797Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-11-30T01:16:54.797Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2023-11-30T01:16:54.798Z | + TARGET_DIR=out |
630 | 2023-11-30T01:16:54.798Z | + DOWNLOAD_DIR=out/downloads |
631 | 2023-11-30T01:16:54.798Z | + DEST_DIR=./out/transceiver-control |
632 | 2023-11-30T01:16:54.800Z | + BIN_DIR=/opt/oxide/bin |
633 | 2023-11-30T01:16:54.800Z | + BINARY=xcvradm |
634 | 2023-11-30T01:16:54.800Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
635 | 2023-11-30T01:16:54.800Z | + REPO=oxidecomputer/transceiver-control |
636 | 2023-11-30T01:16:54.800Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-11-30T01:16:54.800Z | + main |
638 | 2023-11-30T01:16:54.800Z | + [[ 0 != 0 ]] |
639 | 2023-11-30T01:16:54.800Z | + CIDL_OS=solaris2.11 |
640 | 2023-11-30T01:16:54.800Z | + [[ 0 != 0 ]] |
641 | 2023-11-30T01:16:54.800Z | + configure_os solaris2.11 |
642 | 2023-11-30T01:16:54.800Z | + echo 'current directory: /work/oxidecomputer/omicron' |
643 | 2023-11-30T01:16:54.804Z | current directory: /work/oxidecomputer/omicron |
644 | 2023-11-30T01:16:54.805Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2023-11-30T01:16:54.805Z | configuring based on OS: "solaris2.11" |
646 | 2023-11-30T01:16:54.805Z | + case "$1" in |
647 | 2023-11-30T01:16:54.805Z | + SET_BINARIES= |
648 | 2023-11-30T01:16:54.805Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2023-11-30T01:16:54.805Z | + CIDL_SHA256FUNC=do_sha256sum |
650 | 2023-11-30T01:16:54.805Z | + ARCHIVE_FILENAME=xcvradm.gz |
651 | 2023-11-30T01:16:54.805Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-11-30T01:16:54.805Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
653 | 2023-11-30T01:16:54.805Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
654 | 2023-11-30T01:16:54.806Z | + echo 'Local file: out/downloads/xcvradm.gz' |
655 | 2023-11-30T01:16:54.806Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-30T01:16:54.806Z | Local file: out/downloads/xcvradm.gz |
657 | 2023-11-30T01:16:54.806Z | + mkdir -p out/downloads |
658 | 2023-11-30T01:16:54.806Z | + mkdir -p ./out/transceiver-control |
659 | 2023-11-30T01:16:54.806Z | + fetch_and_verify |
660 | 2023-11-30T01:16:54.806Z | + local DO_DOWNLOAD=true |
661 | 2023-11-30T01:16:54.806Z | + [[ -f out/downloads/xcvradm.gz ]] |
662 | 2023-11-30T01:16:54.806Z | + '[' true == true ']' |
663 | 2023-11-30T01:16:54.806Z | + echo Downloading... |
664 | 2023-11-30T01:16:54.806Z | Downloading... |
665 | 2023-11-30T01:16:54.806Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
666 | 2023-11-30T01:16:54.806Z | + 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 |
667 | 2023-11-30T01:16:59.370Z | ++ do_sha256sum out/downloads/xcvradm.gz |
668 | 2023-11-30T01:16:59.379Z | ++ sha256sum |
669 | 2023-11-30T01:16:59.379Z | ++ awk '{print $1}' |
670 | 2023-11-30T01:16:59.396Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-11-30T01:16:59.396Z | + [[ 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 ]] |
672 | 2023-11-30T01:16:59.401Z | + do_unpack out/downloads/xcvradm.gz |
673 | 2023-11-30T01:16:59.401Z | + mkdir -p out/downloads/root//opt/oxide/bin |
674 | 2023-11-30T01:16:59.401Z | + gzip -dc out/downloads/xcvradm.gz |
675 | 2023-11-30T01:16:59.580Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
676 | 2023-11-30T01:16:59.592Z | + do_assemble |
677 | 2023-11-30T01:16:59.592Z | + rm -r ./out/transceiver-control |
678 | 2023-11-30T01:16:59.592Z | + mkdir ./out/transceiver-control |
679 | 2023-11-30T01:16:59.592Z | + cp -r out/downloads/root ./out/transceiver-control/root |
680 | 2023-11-30T01:16:59.772Z | All prerequisites installed successfully |
681 | 2023-11-30T01:16:59.775Z | |
682 | 2023-11-30T01:16:59.775Z | real 2:27.863259014 |
683 | 2023-11-30T01:16:59.775Z | user 54.880833239 |
684 | 2023-11-30T01:16:59.775Z | sys 10.888695757 |
685 | 2023-11-30T01:16:59.775Z | trap 0.023861422 |
686 | 2023-11-30T01:16:59.775Z | tflt 0.284489007 |
687 | 2023-11-30T01:16:59.775Z | dflt 1.119781130 |
688 | 2023-11-30T01:16:59.775Z | kflt 0.349177800 |
689 | 2023-11-30T01:16:59.776Z | lock 2.241958515 |
690 | 2023-11-30T01:16:59.776Z | slp 4:42.497784010 |
691 | 2023-11-30T01:16:59.776Z | lat 4.420945489 |
692 | 2023-11-30T01:16:59.776Z | stop 0.092325364 |
693 | 2023-11-30T01:16:59.776Z | + banner end-to-end-tests |
694 | 2023-11-30T01:16:59.879Z | |
695 | 2023-11-30T01:16:59.879Z | ###### # # ##### ##### #### ###### # # ##### |
696 | 2023-11-30T01:16:59.879Z | # ## # # # # # # # ## # # # |
697 | 2023-11-30T01:16:59.879Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
698 | 2023-11-30T01:16:59.879Z | # # # # # # # # # # # # # # # |
699 | 2023-11-30T01:16:59.879Z | # # ## # # # # # # # ## # # |
700 | 2023-11-30T01:16:59.879Z | ###### # # ##### # #### ###### # # ##### |
701 | 2023-11-30T01:16:59.879Z | |
702 | 2023-11-30T01:16:59.884Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-11-30T01:16:59.884Z | + CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-30T01:16:59.884Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-11-30T01:16:59.884Z | + CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-30T01:16:59.884Z | + export CARGO_INCREMENTAL=0 |
707 | 2023-11-30T01:16:59.884Z | + CARGO_INCREMENTAL=0 |
708 | 2023-11-30T01:16:59.884Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
709 | 2023-11-30T01:17:00.229Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
710 | 2023-11-30T01:17:00.632Z | Updating crates.io index |
711 | 2023-11-30T01:17:00.636Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
712 | 2023-11-30T01:17:01.578Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
713 | 2023-11-30T01:17:03.586Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
714 | 2023-11-30T01:17:04.211Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
715 | 2023-11-30T01:17:04.563Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
716 | 2023-11-30T01:17:04.897Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
717 | 2023-11-30T01:17:05.231Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
718 | 2023-11-30T01:17:06.130Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
719 | 2023-11-30T01:17:08.362Z | Updating git repository `https://github.com/oxidecomputer/opte` |
720 | 2023-11-30T01:17:09.462Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
721 | 2023-11-30T01:17:09.750Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-30T01:17:10.381Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-11-30T01:17:10.734Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
724 | 2023-11-30T01:17:11.052Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
725 | 2023-11-30T01:17:11.425Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
726 | 2023-11-30T01:17:11.787Z | Updating git repository `https://github.com/njaremko/samael` |
727 | 2023-11-30T01:17:12.319Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
728 | 2023-11-30T01:17:12.951Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
729 | 2023-11-30T01:17:13.379Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
730 | 2023-11-30T01:17:13.714Z | Updating git repository `https://github.com/jgallagher/nix` |
731 | 2023-11-30T01:17:15.124Z | Updating git repository `https://github.com/cbiffle/hubpack` |
732 | 2023-11-30T01:17:15.653Z | Updating git repository `https://github.com/oxidecomputer/typify` |
733 | 2023-11-30T01:17:16.688Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2023-11-30T01:17:17.137Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
735 | 2023-11-30T01:17:17.453Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
736 | 2023-11-30T01:17:19.161Z | Downloading crates ... |
737 | 2023-11-30T01:17:19.407Z | Downloaded ciborium-io v0.2.1 |
738 | 2023-11-30T01:17:19.411Z | Downloaded new_debug_unreachable v1.0.4 |
739 | 2023-11-30T01:17:19.419Z | Downloaded adler v1.0.2 |
740 | 2023-11-30T01:17:19.424Z | Downloaded num_cpus v1.16.0 |
741 | 2023-11-30T01:17:19.430Z | Downloaded bcrypt-pbkdf v0.10.0 |
742 | 2023-11-30T01:17:19.434Z | Downloaded num-rational v0.4.1 |
743 | 2023-11-30T01:17:19.438Z | Downloaded clap v4.4.3 |
744 | 2023-11-30T01:17:19.458Z | Downloaded curve25519-dalek-derive v0.1.0 |
745 | 2023-11-30T01:17:19.463Z | Downloaded block-padding v0.3.3 |
746 | 2023-11-30T01:17:19.466Z | Downloaded tracing-attributes v0.1.26 |
747 | 2023-11-30T01:17:19.473Z | Downloaded data-encoding v2.4.0 |
748 | 2023-11-30T01:17:19.477Z | Downloaded num_threads v0.1.6 |
749 | 2023-11-30T01:17:19.480Z | Downloaded crucible-workspace-hack v0.1.0 |
750 | 2023-11-30T01:17:19.483Z | Downloaded dtrace-parser v0.1.14 |
751 | 2023-11-30T01:17:19.485Z | Downloaded atty v0.2.14 |
752 | 2023-11-30T01:17:19.488Z | Downloaded atomicwrites v0.4.2 |
753 | 2023-11-30T01:17:19.491Z | Downloaded async-stream v0.3.5 |
754 | 2023-11-30T01:17:19.495Z | Downloaded debug-ignore v1.0.5 |
755 | 2023-11-30T01:17:19.499Z | Downloaded cfg-if v1.0.0 |
756 | 2023-11-30T01:17:19.504Z | Downloaded convert_case v0.4.0 |
757 | 2023-11-30T01:17:19.507Z | Downloaded option-ext v0.2.0 |
758 | 2023-11-30T01:17:19.511Z | Downloaded openssl-macros v0.1.1 |
759 | 2023-11-30T01:17:19.515Z | Downloaded phf_shared v0.10.0 |
760 | 2023-11-30T01:17:19.518Z | Downloaded predicates-core v1.0.6 |
761 | 2023-11-30T01:17:19.522Z | Downloaded num_enum_derive v0.5.11 |
762 | 2023-11-30T01:17:19.525Z | Downloaded foreign-types-shared v0.3.1 |
763 | 2023-11-30T01:17:19.527Z | Downloaded pretty-hex v0.4.0 |
764 | 2023-11-30T01:17:19.530Z | Downloaded difflib v0.4.0 |
765 | 2023-11-30T01:17:19.533Z | Downloaded usdt-macro v0.3.5 |
766 | 2023-11-30T01:17:19.535Z | Downloaded autocfg v1.1.0 |
767 | 2023-11-30T01:17:19.542Z | Downloaded aead v0.5.2 |
768 | 2023-11-30T01:17:19.542Z | Downloaded try-lock v0.2.4 |
769 | 2023-11-30T01:17:19.542Z | Downloaded precomputed-hash v0.1.1 |
770 | 2023-11-30T01:17:19.545Z | Downloaded doc-comment v0.3.3 |
771 | 2023-11-30T01:17:19.548Z | Downloaded anstyle v1.0.2 |
772 | 2023-11-30T01:17:19.551Z | Downloaded chacha20 v0.9.1 |
773 | 2023-11-30T01:17:19.554Z | Downloaded num-traits v0.2.16 |
774 | 2023-11-30T01:17:19.561Z | Downloaded futures-task v0.3.29 |
775 | 2023-11-30T01:17:19.564Z | Downloaded clap_derive v4.4.2 |
776 | 2023-11-30T01:17:19.570Z | Downloaded usdt-impl v0.3.5 |
777 | 2023-11-30T01:17:19.574Z | Downloaded crc32fast v1.3.2 |
778 | 2023-11-30T01:17:19.578Z | Downloaded once_cell v1.18.0 |
779 | 2023-11-30T01:17:19.583Z | Downloaded walkdir v2.4.0 |
780 | 2023-11-30T01:17:19.587Z | Downloaded vec_map v0.8.2 |
781 | 2023-11-30T01:17:19.589Z | Downloaded futures-core v0.3.29 |
782 | 2023-11-30T01:17:19.592Z | Downloaded byteorder v1.5.0 |
783 | 2023-11-30T01:17:19.596Z | Downloaded async-trait v0.1.74 |
784 | 2023-11-30T01:17:19.603Z | Downloaded quick-error v1.2.3 |
785 | 2023-11-30T01:17:19.606Z | Downloaded bitflags v2.4.0 |
786 | 2023-11-30T01:17:19.611Z | Downloaded pest_generator v2.7.2 |
787 | 2023-11-30T01:17:19.614Z | Downloaded pin-project-internal v1.1.3 |
788 | 2023-11-30T01:17:19.617Z | Downloaded tokio-macros v2.2.0 |
789 | 2023-11-30T01:17:19.620Z | Downloaded signal-hook-mio v0.2.3 |
790 | 2023-11-30T01:17:19.623Z | Downloaded postcard v0.7.3 |
791 | 2023-11-30T01:17:19.626Z | Downloaded ghash v0.5.0 |
792 | 2023-11-30T01:17:19.629Z | Downloaded zone v0.3.0 |
793 | 2023-11-30T01:17:19.631Z | Downloaded zerocopy v0.3.0 |
794 | 2023-11-30T01:17:19.634Z | Downloaded matches v0.1.10 |
795 | 2023-11-30T01:17:19.634Z | Downloaded instant v0.1.12 |
796 | 2023-11-30T01:17:19.637Z | Downloaded hubpack v0.1.2 |
797 | 2023-11-30T01:17:19.640Z | Downloaded hostname v0.3.1 |
798 | 2023-11-30T01:17:19.643Z | Downloaded pin-project-lite v0.2.13 |
799 | 2023-11-30T01:17:19.652Z | Downloaded utf8parse v0.2.1 |
800 | 2023-11-30T01:17:19.655Z | Downloaded zone_cfg_derive v0.3.0 |
801 | 2023-11-30T01:17:19.657Z | Downloaded postgres-types v0.2.6 |
802 | 2023-11-30T01:17:19.660Z | Downloaded unicase v2.7.0 |
803 | 2023-11-30T01:17:19.663Z | Downloaded managed v0.8.0 |
804 | 2023-11-30T01:17:19.665Z | Downloaded platforms v3.0.2 |
805 | 2023-11-30T01:17:19.670Z | Downloaded tinyvec_macros v0.1.1 |
806 | 2023-11-30T01:17:19.673Z | Downloaded usdt-attr-macro v0.3.5 |
807 | 2023-11-30T01:17:19.673Z | Downloaded signal-hook-registry v1.4.1 |
808 | 2023-11-30T01:17:19.676Z | Downloaded hyper-tls v0.5.0 |
809 | 2023-11-30T01:17:19.679Z | Downloaded vsss-rs v3.3.1 |
810 | 2023-11-30T01:17:19.684Z | Downloaded foreign-types v0.5.0 |
811 | 2023-11-30T01:17:19.687Z | Downloaded serde_spanned v0.6.4 |
812 | 2023-11-30T01:17:19.689Z | Downloaded derive_more v0.99.17 |
813 | 2023-11-30T01:17:19.698Z | Downloaded thiserror v1.0.49 |
814 | 2023-11-30T01:17:19.706Z | Downloaded rustfmt-wrapper v0.2.0 |
815 | 2023-11-30T01:17:19.710Z | Downloaded rustls-pemfile v1.0.3 |
816 | 2023-11-30T01:17:19.713Z | Downloaded xattr v1.0.1 |
817 | 2023-11-30T01:17:19.717Z | Downloaded libefi-sys v0.1.0 |
818 | 2023-11-30T01:17:19.721Z | Downloaded time-macros v0.2.13 |
819 | 2023-11-30T01:17:19.724Z | Downloaded fxhash v0.2.1 |
820 | 2023-11-30T01:17:19.727Z | Downloaded tower-service v0.3.2 |
821 | 2023-11-30T01:17:19.727Z | Downloaded tokio-native-tls v0.3.1 |
822 | 2023-11-30T01:17:19.731Z | Downloaded getrandom v0.1.16 |
823 | 2023-11-30T01:17:19.736Z | Downloaded slab v0.4.9 |
824 | 2023-11-30T01:17:19.739Z | Downloaded signature v2.1.0 |
825 | 2023-11-30T01:17:19.742Z | Downloaded foreign-types-shared v0.1.1 |
826 | 2023-11-30T01:17:19.745Z | Downloaded md5 v0.7.0 |
827 | 2023-11-30T01:17:19.777Z | Downloaded same-file v1.0.6 |
828 | 2023-11-30T01:17:19.781Z | Downloaded toolchain_find v0.2.0 |
829 | 2023-11-30T01:17:19.781Z | Downloaded rustversion v1.0.14 |
830 | 2023-11-30T01:17:19.781Z | Downloaded slog-bunyan v2.4.0 |
831 | 2023-11-30T01:17:19.782Z | Downloaded fallible-iterator v0.2.0 |
832 | 2023-11-30T01:17:19.782Z | Downloaded semver v1.0.20 |
833 | 2023-11-30T01:17:19.782Z | Downloaded tempfile v3.8.1 |
834 | 2023-11-30T01:17:19.782Z | Downloaded uuid v1.6.1 |
835 | 2023-11-30T01:17:19.782Z | Downloaded slog-scope v4.4.0 |
836 | 2023-11-30T01:17:19.786Z | Downloaded slog-envlogger v2.2.0 |
837 | 2023-11-30T01:17:19.786Z | Downloaded slog-dtrace v0.2.3 |
838 | 2023-11-30T01:17:19.789Z | Downloaded strsim v0.10.0 |
839 | 2023-11-30T01:17:19.789Z | Downloaded lazy_static v1.4.0 |
840 | 2023-11-30T01:17:19.792Z | Downloaded futures-sink v0.3.29 |
841 | 2023-11-30T01:17:19.796Z | Downloaded time-core v0.1.1 |
842 | 2023-11-30T01:17:19.798Z | Downloaded tungstenite v0.20.1 |
843 | 2023-11-30T01:17:19.801Z | Downloaded tokio-stream v0.1.14 |
844 | 2023-11-30T01:17:19.810Z | Downloaded headers-core v0.2.0 |
845 | 2023-11-30T01:17:19.813Z | Downloaded http-range v0.1.5 |
846 | 2023-11-30T01:17:19.816Z | Downloaded tinyvec v1.6.0 |
847 | 2023-11-30T01:17:19.819Z | Downloaded thiserror-impl v1.0.49 |
848 | 2023-11-30T01:17:19.821Z | Downloaded equivalent v1.0.1 |
849 | 2023-11-30T01:17:19.827Z | Downloaded flate2 v1.0.28 |
850 | 2023-11-30T01:17:19.832Z | Downloaded futures-macro v0.3.29 |
851 | 2023-11-30T01:17:19.835Z | Downloaded scheduled-thread-pool v0.2.7 |
852 | 2023-11-30T01:17:19.837Z | Downloaded typenum v1.16.0 |
853 | 2023-11-30T01:17:19.840Z | Downloaded semver v0.11.0 |
854 | 2023-11-30T01:17:19.844Z | Downloaded group v0.13.0 |
855 | 2023-11-30T01:17:19.847Z | Downloaded slog-async v2.8.0 |
856 | 2023-11-30T01:17:19.850Z | Downloaded russh-cryptovec v0.7.0 |
857 | 2023-11-30T01:17:19.852Z | Downloaded take_mut v0.2.2 |
858 | 2023-11-30T01:17:19.852Z | Downloaded tokio-rustls v0.24.1 |
859 | 2023-11-30T01:17:19.856Z | Downloaded is-terminal v0.4.9 |
860 | 2023-11-30T01:17:19.859Z | Downloaded ipnetwork v0.20.0 |
861 | 2023-11-30T01:17:19.862Z | Downloaded zip v0.6.6 |
862 | 2023-11-30T01:17:19.868Z | Downloaded match_cfg v0.1.0 |
863 | 2023-11-30T01:17:19.871Z | Downloaded spin v0.9.8 |
864 | 2023-11-30T01:17:19.874Z | Downloaded structmeta v0.2.0 |
865 | 2023-11-30T01:17:19.877Z | Downloaded slog-json v2.6.1 |
866 | 2023-11-30T01:17:19.879Z | Downloaded macaddr v1.0.1 |
867 | 2023-11-30T01:17:19.882Z | Downloaded structopt v0.3.26 |
868 | 2023-11-30T01:17:19.895Z | Downloaded static_assertions v1.1.0 |
869 | 2023-11-30T01:17:19.898Z | Downloaded toml_edit v0.19.15 |
870 | 2023-11-30T01:17:19.931Z | Downloaded textwrap v0.11.0 |
871 | 2023-11-30T01:17:19.938Z | Downloaded semver-parser v0.10.2 |
872 | 2023-11-30T01:17:19.938Z | Downloaded toml v0.7.8 |
873 | 2023-11-30T01:17:19.955Z | Downloaded lalrpop-util v0.19.12 |
874 | 2023-11-30T01:17:19.955Z | Downloaded socket2 v0.4.9 |
875 | 2023-11-30T01:17:19.961Z | Downloaded thiserror-no-std v2.0.2 |
876 | 2023-11-30T01:17:19.961Z | Downloaded md-5 v0.10.5 |
877 | 2023-11-30T01:17:19.961Z | Downloaded lru-cache v0.1.2 |
878 | 2023-11-30T01:17:19.961Z | Downloaded russh-keys v0.38.0 |
879 | 2023-11-30T01:17:19.965Z | Downloaded form_urlencoded v1.2.0 |
880 | 2023-11-30T01:17:19.965Z | Downloaded snafu-derive v0.7.5 |
881 | 2023-11-30T01:17:19.965Z | Downloaded tar v0.4.40 |
882 | 2023-11-30T01:17:19.970Z | Downloaded iana-time-zone v0.1.57 |
883 | 2023-11-30T01:17:19.975Z | Downloaded headers v0.3.9 |
884 | 2023-11-30T01:17:19.985Z | Downloaded toml v0.8.8 |
885 | 2023-11-30T01:17:19.992Z | Downloaded serde_with_macros v2.3.3 |
886 | 2023-11-30T01:17:19.997Z | Downloaded aes-gcm v0.10.3 |
887 | 2023-11-30T01:17:20.002Z | Downloaded hashbrown v0.13.2 |
888 | 2023-11-30T01:17:20.008Z | Downloaded slog v2.7.0 |
889 | 2023-11-30T01:17:20.013Z | Downloaded rustc-demangle v0.1.23 |
890 | 2023-11-30T01:17:20.017Z | Downloaded half v1.8.2 |
891 | 2023-11-30T01:17:20.023Z | Downloaded serde_with v2.3.3 |
892 | 2023-11-30T01:17:20.034Z | Downloaded trust-dns-server v0.22.1 |
893 | 2023-11-30T01:17:20.042Z | Downloaded itertools v0.10.5 |
894 | 2023-11-30T01:17:20.056Z | Downloaded heapless v0.7.16 |
895 | 2023-11-30T01:17:20.061Z | Downloaded trust-dns-resolver v0.22.0 |
896 | 2023-11-30T01:17:20.068Z | Downloaded hashbrown v0.12.3 |
897 | 2023-11-30T01:17:20.078Z | Downloaded itertools v0.11.0 |
898 | 2023-11-30T01:17:20.088Z | Downloaded tracing v0.1.37 |
899 | 2023-11-30T01:17:20.094Z | Downloaded time v0.3.27 |
900 | 2023-11-30T01:17:20.107Z | Downloaded rand v0.7.3 |
901 | 2023-11-30T01:17:20.115Z | Downloaded regex-automata v0.1.10 |
902 | 2023-11-30T01:17:20.125Z | Downloaded itertools v0.12.0 |
903 | 2023-11-30T01:17:20.139Z | Downloaded hyper v0.14.27 |
904 | 2023-11-30T01:17:20.153Z | Downloaded openssl v0.10.57 |
905 | 2023-11-30T01:17:20.170Z | Downloaded object v0.32.1 |
906 | 2023-11-30T01:17:20.189Z | Downloaded syn v1.0.109 |
907 | 2023-11-30T01:17:20.208Z | Downloaded bstr v1.6.0 |
908 | 2023-11-30T01:17:20.229Z | Downloaded webpki-roots v0.25.2 |
909 | 2023-11-30T01:17:20.236Z | Downloaded radix_trie v0.2.1 |
910 | 2023-11-30T01:17:20.246Z | Downloaded regex-syntax v0.8.2 |
911 | 2023-11-30T01:17:20.262Z | Downloaded trust-dns-proto v0.22.0 |
912 | 2023-11-30T01:17:20.284Z | Downloaded syn v2.0.32 |
913 | 2023-11-30T01:17:20.304Z | Downloaded vcpkg v0.2.15 |
914 | 2023-11-30T01:17:20.380Z | Downloaded idna v0.4.0 |
915 | 2023-11-30T01:17:20.394Z | Downloaded rustls v0.21.9 |
916 | 2023-11-30T01:17:20.416Z | Downloaded rustix v0.37.23 |
917 | 2023-11-30T01:17:20.454Z | Downloaded tokio v1.34.0 |
918 | 2023-11-30T01:17:20.525Z | Downloaded winapi v0.3.9 |
919 | 2023-11-30T01:17:20.599Z | Downloaded rustix v0.38.25 |
920 | 2023-11-30T01:17:20.639Z | Downloaded sled v0.34.7 |
921 | 2023-11-30T01:17:20.659Z | Downloaded zerocopy-derive v0.6.4 |
922 | 2023-11-30T01:17:20.680Z | Downloaded zerocopy-derive v0.2.0 |
923 | 2023-11-30T01:17:20.698Z | Downloaded regex-syntax v0.7.5 |
924 | 2023-11-30T01:17:20.714Z | Downloaded regex-automata v0.3.8 |
925 | 2023-11-30T01:17:20.746Z | Downloaded bstr v0.2.17 |
926 | 2023-11-30T01:17:20.764Z | Downloaded regex-automata v0.4.3 |
927 | 2023-11-30T01:17:20.807Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
928 | 2023-11-30T01:17:20.822Z | Downloaded libc v0.2.150 |
929 | 2023-11-30T01:17:20.871Z | Downloaded smoltcp v0.8.2 |
930 | 2023-11-30T01:17:20.888Z | Downloaded sha3 v0.10.8 |
931 | 2023-11-30T01:17:20.901Z | Downloaded openapiv3 v2.0.0-rc.1 |
932 | 2023-11-30T01:17:20.925Z | Downloaded idna v0.2.3 |
933 | 2023-11-30T01:17:20.937Z | Downloaded curve25519-dalek v4.1.0 |
934 | 2023-11-30T01:17:20.956Z | Downloaded smoltcp v0.9.1 |
935 | 2023-11-30T01:17:20.975Z | Downloaded diesel v2.1.4 |
936 | 2023-11-30T01:17:21.007Z | Downloaded gimli v0.28.0 |
937 | 2023-11-30T01:17:21.026Z | Downloaded encoding_rs v0.8.33 |
938 | 2023-11-30T01:17:21.064Z | Downloaded regex v1.10.2 |
939 | 2023-11-30T01:17:21.089Z | Downloaded petgraph v0.6.4 |
940 | 2023-11-30T01:17:21.114Z | Downloaded clap v2.34.0 |
941 | 2023-11-30T01:17:21.126Z | Downloaded chrono v0.4.31 |
942 | 2023-11-30T01:17:21.140Z | Downloaded hkdf v0.12.3 |
943 | 2023-11-30T01:17:21.145Z | Downloaded rustls-webpki v0.101.7 |
944 | 2023-11-30T01:17:21.171Z | Downloaded http v0.2.11 |
945 | 2023-11-30T01:17:21.178Z | Downloaded h2 v0.3.21 |
946 | 2023-11-30T01:17:21.190Z | Downloaded winnow v0.5.15 |
947 | 2023-11-30T01:17:21.204Z | Downloaded reqwest v0.11.22 |
948 | 2023-11-30T01:17:21.217Z | Downloaded libm v0.2.7 |
949 | 2023-11-30T01:17:21.234Z | Downloaded hashbrown v0.14.2 |
950 | 2023-11-30T01:17:21.244Z | Downloaded aho-corasick v1.0.4 |
951 | 2023-11-30T01:17:21.254Z | Downloaded serde_json v1.0.108 |
952 | 2023-11-30T01:17:21.267Z | Downloaded url v2.4.1 |
953 | 2023-11-30T01:17:21.272Z | Downloaded tokio-util v0.7.10 |
954 | 2023-11-30T01:17:21.284Z | Downloaded futures-util v0.3.29 |
955 | 2023-11-30T01:17:21.306Z | Downloaded indexmap v1.9.3 |
956 | 2023-11-30T01:17:21.311Z | Downloaded ed25519-dalek v2.0.0 |
957 | 2023-11-30T01:17:21.317Z | Downloaded yasna v0.5.2 |
958 | 2023-11-30T01:17:21.320Z | Downloaded subprocess v0.2.9 |
959 | 2023-11-30T01:17:21.325Z | Downloaded hmac v0.12.1 |
960 | 2023-11-30T01:17:21.329Z | Downloaded hyper-rustls v0.24.2 |
961 | 2023-11-30T01:17:21.333Z | Downloaded trust-dns-client v0.22.0 |
962 | 2023-11-30T01:17:21.342Z | Downloaded serde v1.0.192 |
963 | 2023-11-30T01:17:21.348Z | Downloaded clap_builder v4.4.2 |
964 | 2023-11-30T01:17:21.363Z | Downloaded socket2 v0.5.5 |
965 | 2023-11-30T01:17:21.366Z | Downloaded russh v0.39.0 |
966 | 2023-11-30T01:17:21.374Z | Downloaded pest v2.7.2 |
967 | 2023-11-30T01:17:21.383Z | Downloaded toml_edit v0.21.0 |
968 | 2023-11-30T01:17:21.421Z | Downloaded tokio-postgres v0.7.10 |
969 | 2023-11-30T01:17:21.430Z | Downloaded regress v0.7.1 |
970 | 2023-11-30T01:17:21.451Z | Downloaded memchr v2.6.3 |
971 | 2023-11-30T01:17:21.861Z | Downloaded similar v2.2.1 |
972 | 2023-11-30T01:17:21.867Z | Downloaded thiserror-impl-no-std v2.0.2 |
973 | 2023-11-30T01:17:21.867Z | Downloaded rand_chacha v0.3.1 |
974 | 2023-11-30T01:17:21.867Z | Downloaded hex v0.4.3 |
975 | 2023-11-30T01:17:21.867Z | Downloaded slog-stdlog v4.1.1 |
976 | 2023-11-30T01:17:21.867Z | Downloaded lock_api v0.4.10 |
977 | 2023-11-30T01:17:21.868Z | Downloaded smallvec v1.11.0 |
978 | 2023-11-30T01:17:21.868Z | Downloaded ipnet v2.8.0 |
979 | 2023-11-30T01:17:21.868Z | Downloaded foreign-types-macros v0.2.3 |
980 | 2023-11-30T01:17:21.868Z | Downloaded usdt v0.3.5 |
981 | 2023-11-30T01:17:21.868Z | Downloaded serde_derive v1.0.192 |
982 | 2023-11-30T01:17:21.868Z | Downloaded aes v0.8.3 |
983 | 2023-11-30T01:17:21.868Z | Downloaded unicode-segmentation v1.10.1 |
984 | 2023-11-30T01:17:21.868Z | Downloaded ring v0.17.5 |
985 | 2023-11-30T01:17:21.868Z | Downloaded keccak v0.1.4 |
986 | 2023-11-30T01:17:21.868Z | Downloaded rustls-native-certs v0.6.3 |
987 | 2023-11-30T01:17:21.868Z | Downloaded futures v0.3.29 |
988 | 2023-11-30T01:17:21.868Z | Downloaded ucd-trie v0.1.6 |
989 | 2023-11-30T01:17:21.868Z | Downloaded unsafe-libyaml v0.2.9 |
990 | 2023-11-30T01:17:21.868Z | Downloaded getopts v0.2.21 |
991 | 2023-11-30T01:17:21.868Z | Downloaded serde_urlencoded v0.7.1 |
992 | 2023-11-30T01:17:21.868Z | Downloaded serde_tokenstream v0.2.0 |
993 | 2023-11-30T01:17:21.868Z | Downloaded inout v0.1.3 |
994 | 2023-11-30T01:17:21.868Z | Downloaded ryu v1.0.15 |
995 | 2023-11-30T01:17:21.870Z | Downloaded heck v0.3.3 |
996 | 2023-11-30T01:17:21.870Z | Downloaded linked-hash-map v0.5.6 |
997 | 2023-11-30T01:17:21.870Z | Downloaded hex-literal v0.4.1 |
998 | 2023-11-30T01:17:21.870Z | Downloaded thread_local v1.1.7 |
999 | 2023-11-30T01:17:21.870Z | Downloaded fastrand v2.0.0 |
1000 | 2023-11-30T01:17:21.870Z | Downloaded structmeta-derive v0.2.0 |
1001 | 2023-11-30T01:17:21.870Z | Downloaded log v0.4.20 |
1002 | 2023-11-30T01:17:21.871Z | Downloaded ring v0.16.20 |
1003 | 2023-11-30T01:17:21.871Z | Downloaded slog-term v2.9.0 |
1004 | 2023-11-30T01:17:21.872Z | Downloaded schemars v0.8.13 |
1005 | 2023-11-30T01:17:21.876Z | Downloaded http-body v0.4.5 |
1006 | 2023-11-30T01:17:21.878Z | Downloaded futures-executor v0.3.29 |
1007 | 2023-11-30T01:17:21.881Z | Downloaded either v1.9.0 |
1008 | 2023-11-30T01:17:21.881Z | Downloaded utf-8 v0.7.6 |
1009 | 2023-11-30T01:17:21.886Z | Downloaded rand v0.8.5 |
1010 | 2023-11-30T01:17:21.890Z | Downloaded der v0.7.8 |
1011 | 2023-11-30T01:17:21.897Z | Downloaded snafu v0.7.5 |
1012 | 2023-11-30T01:17:21.907Z | Downloaded mio v0.8.9 |
1013 | 2023-11-30T01:17:21.917Z | Downloaded toml v0.5.11 |
1014 | 2023-11-30T01:17:21.921Z | Downloaded indexmap v2.1.0 |
1015 | 2023-11-30T01:17:21.927Z | Downloaded ident_case v1.0.1 |
1016 | 2023-11-30T01:17:21.930Z | Downloaded ff v0.13.0 |
1017 | 2023-11-30T01:17:21.933Z | Downloaded hash32 v0.2.1 |
1018 | 2023-11-30T01:17:21.937Z | Downloaded whoami v1.4.1 |
1019 | 2023-11-30T01:17:21.937Z | Downloaded crossterm v0.27.0 |
1020 | 2023-11-30T01:17:21.971Z | Downloaded backtrace v0.3.69 |
1021 | 2023-11-30T01:17:21.971Z | Downloaded strsim v0.8.0 |
1022 | 2023-11-30T01:17:21.971Z | Downloaded httpdate v1.0.3 |
1023 | 2023-11-30T01:17:21.984Z | Downloaded synstructure v0.12.6 |
1024 | 2023-11-30T01:17:21.984Z | Downloaded terminal_size v0.2.6 |
1025 | 2023-11-30T01:17:21.987Z | Downloaded num-bigint v0.4.4 |
1026 | 2023-11-30T01:17:21.992Z | Downloaded serde_derive_internals v0.26.0 |
1027 | 2023-11-30T01:17:21.996Z | Downloaded io-lifetimes v1.0.11 |
1028 | 2023-11-30T01:17:22.002Z | Downloaded itoa v1.0.9 |
1029 | 2023-11-30T01:17:22.004Z | Downloaded home v0.5.5 |
1030 | 2023-11-30T01:17:22.007Z | Downloaded unicode-xid v0.2.4 |
1031 | 2023-11-30T01:17:22.010Z | Downloaded serde_yaml v0.9.25 |
1032 | 2023-11-30T01:17:22.018Z | Downloaded generic-array v0.14.7 |
1033 | 2023-11-30T01:17:22.021Z | Downloaded crossbeam-channel v0.5.8 |
1034 | 2023-11-30T01:17:22.031Z | Downloaded string_cache v0.8.7 |
1035 | 2023-11-30T01:17:22.036Z | Downloaded unicode-bidi v0.3.13 |
1036 | 2023-11-30T01:17:22.040Z | Downloaded httparse v1.8.0 |
1037 | 2023-11-30T01:17:22.044Z | Downloaded ed25519 v2.2.2 |
1038 | 2023-11-30T01:17:22.048Z | Downloaded tracing-core v0.1.31 |
1039 | 2023-11-30T01:17:22.052Z | Downloaded pin-project v1.1.3 |
1040 | 2023-11-30T01:17:22.074Z | Downloaded errno v0.3.2 |
1041 | 2023-11-30T01:17:22.077Z | Downloaded term v0.7.0 |
1042 | 2023-11-30T01:17:22.082Z | Downloaded base64 v0.21.5 |
1043 | 2023-11-30T01:17:22.089Z | Downloaded secrecy v0.8.0 |
1044 | 2023-11-30T01:17:22.091Z | Downloaded fnv v1.0.7 |
1045 | 2023-11-30T01:17:22.094Z | Downloaded version_check v0.9.4 |
1046 | 2023-11-30T01:17:22.097Z | Downloaded elliptic-curve v0.13.5 |
1047 | 2023-11-30T01:17:22.100Z | Downloaded futures-io v0.3.29 |
1048 | 2023-11-30T01:17:22.103Z | Downloaded hyper-staticfile v0.9.5 |
1049 | 2023-11-30T01:17:22.106Z | Downloaded glob v0.3.1 |
1050 | 2023-11-30T01:17:22.108Z | Downloaded enum-as-inner v0.5.1 |
1051 | 2023-11-30T01:17:22.111Z | Downloaded signal-hook v0.3.17 |
1052 | 2023-11-30T01:17:22.114Z | Downloaded heck v0.4.1 |
1053 | 2023-11-30T01:17:22.116Z | Downloaded untrusted v0.9.0 |
1054 | 2023-11-30T01:17:22.119Z | Downloaded untrusted v0.7.1 |
1055 | 2023-11-30T01:17:22.122Z | Downloaded kstat-rs v0.2.3 |
1056 | 2023-11-30T01:17:22.122Z | Downloaded thread-id v4.2.0 |
1057 | 2023-11-30T01:17:22.124Z | Downloaded proc-macro2 v1.0.69 |
1058 | 2023-11-30T01:17:22.127Z | Downloaded cancel-safe-futures v0.1.5 |
1059 | 2023-11-30T01:17:22.133Z | Downloaded arc-swap v1.6.0 |
1060 | 2023-11-30T01:17:22.138Z | Downloaded sha2 v0.10.8 |
1061 | 2023-11-30T01:17:22.141Z | Downloaded sha1 v0.10.6 |
1062 | 2023-11-30T01:17:22.144Z | Downloaded float-cmp v0.9.0 |
1063 | 2023-11-30T01:17:22.147Z | Downloaded sct v0.7.0 |
1064 | 2023-11-30T01:17:22.151Z | Downloaded zeroize_derive v1.4.2 |
1065 | 2023-11-30T01:17:22.153Z | Downloaded base64 v0.13.1 |
1066 | 2023-11-30T01:17:22.158Z | Downloaded diesel_derives v2.1.2 |
1067 | 2023-11-30T01:17:22.163Z | Downloaded anyhow v1.0.75 |
1068 | 2023-11-30T01:17:22.169Z | Downloaded unicode-ident v1.0.12 |
1069 | 2023-11-30T01:17:22.173Z | Downloaded strum_macros v0.25.2 |
1070 | 2023-11-30T01:17:22.176Z | Downloaded zeroize v1.7.0 |
1071 | 2023-11-30T01:17:22.179Z | Downloaded stringprep v0.1.3 |
1072 | 2023-11-30T01:17:22.181Z | Downloaded foreign-types v0.3.2 |
1073 | 2023-11-30T01:17:22.181Z | Downloaded want v0.3.1 |
1074 | 2023-11-30T01:17:22.184Z | Downloaded getrandom v0.2.10 |
1075 | 2023-11-30T01:17:22.187Z | Downloaded rcgen v0.11.3 |
1076 | 2023-11-30T01:17:22.192Z | Downloaded darling_core v0.20.3 |
1077 | 2023-11-30T01:17:22.201Z | Downloaded crypto-bigint v0.5.2 |
1078 | 2023-11-30T01:17:22.213Z | Downloaded zerocopy v0.6.4 |
1079 | 2023-11-30T01:17:22.217Z | Downloaded smf v0.2.2 |
1080 | 2023-11-30T01:17:22.219Z | Downloaded subtle v2.5.0 |
1081 | 2023-11-30T01:17:22.222Z | Downloaded stable_deref_trait v1.2.0 |
1082 | 2023-11-30T01:17:22.225Z | Downloaded spki v0.7.2 |
1083 | 2023-11-30T01:17:22.227Z | Downloaded spin v0.5.2 |
1084 | 2023-11-30T01:17:22.227Z | Downloaded scopeguard v1.2.0 |
1085 | 2023-11-30T01:17:22.230Z | Downloaded schemars_derive v0.8.13 |
1086 | 2023-11-30T01:17:22.233Z | Downloaded futures-channel v0.3.29 |
1087 | 2023-11-30T01:17:22.236Z | Downloaded crossbeam-utils v0.8.16 |
1088 | 2023-11-30T01:17:22.240Z | Downloaded blake2 v0.10.6 |
1089 | 2023-11-30T01:17:22.244Z | Downloaded rustc_version v0.4.0 |
1090 | 2023-11-30T01:17:22.249Z | Downloaded quote v1.0.33 |
1091 | 2023-11-30T01:17:22.251Z | Downloaded postgres-protocol v0.6.6 |
1092 | 2023-11-30T01:17:22.254Z | Downloaded pest_derive v2.7.2 |
1093 | 2023-11-30T01:17:22.257Z | Downloaded poly1305 v0.8.0 |
1094 | 2023-11-30T01:17:22.261Z | Downloaded ahash v0.8.3 |
1095 | 2023-11-30T01:17:22.266Z | Downloaded addr2line v0.21.0 |
1096 | 2023-11-30T01:17:22.270Z | Downloaded openssl-sys v0.9.93 |
1097 | 2023-11-30T01:17:22.279Z | Downloaded universal-hash v0.5.1 |
1098 | 2023-11-30T01:17:22.282Z | Downloaded r2d2 v0.8.10 |
1099 | 2023-11-30T01:17:22.285Z | Downloaded polyval v0.6.1 |
1100 | 2023-11-30T01:17:22.287Z | Downloaded postcard-cobs v0.1.5-pre |
1101 | 2023-11-30T01:17:22.290Z | Downloaded pbkdf2 v0.12.2 |
1102 | 2023-11-30T01:17:22.293Z | Downloaded bzip2 v0.4.4 |
1103 | 2023-11-30T01:17:22.295Z | Downloaded native-tls v0.2.11 |
1104 | 2023-11-30T01:17:22.298Z | Downloaded backoff v0.4.0 |
1105 | 2023-11-30T01:17:22.301Z | Downloaded structopt-derive v0.4.18 |
1106 | 2023-11-30T01:17:22.303Z | Downloaded hubpack_derive v0.1.1 |
1107 | 2023-11-30T01:17:22.306Z | Downloaded predicates v3.0.4 |
1108 | 2023-11-30T01:17:22.309Z | Downloaded proc-macro-error v1.0.4 |
1109 | 2023-11-30T01:17:22.315Z | Downloaded serde_tokenstream v0.1.7 |
1110 | 2023-11-30T01:17:22.321Z | Downloaded serde_repr v0.1.16 |
1111 | 2023-11-30T01:17:22.324Z | Downloaded serde_path_to_error v0.1.14 |
1112 | 2023-11-30T01:17:22.327Z | Downloaded mime v0.3.17 |
1113 | 2023-11-30T01:17:22.331Z | Downloaded camino-tempfile v1.1.1 |
1114 | 2023-11-30T01:17:22.334Z | Downloaded strum v0.25.0 |
1115 | 2023-11-30T01:17:22.334Z | Downloaded parking_lot_core v0.9.8 |
1116 | 2023-11-30T01:17:22.337Z | Downloaded anstyle-parse v0.2.1 |
1117 | 2023-11-30T01:17:22.341Z | Downloaded pkg-config v0.3.27 |
1118 | 2023-11-30T01:17:22.343Z | Downloaded ansi_term v0.12.1 |
1119 | 2023-11-30T01:17:22.347Z | Downloaded anstream v0.5.0 |
1120 | 2023-11-30T01:17:22.350Z | Downloaded blowfish v0.9.1 |
1121 | 2023-11-30T01:17:22.353Z | Downloaded const-oid v0.9.5 |
1122 | 2023-11-30T01:17:22.361Z | Downloaded ciborium v0.2.1 |
1123 | 2023-11-30T01:17:22.364Z | Downloaded rand_core v0.6.4 |
1124 | 2023-11-30T01:17:22.364Z | Downloaded pest_meta v2.7.2 |
1125 | 2023-11-30T01:17:22.367Z | Downloaded fixedbitset v0.4.2 |
1126 | 2023-11-30T01:17:22.370Z | Downloaded filetime v0.2.22 |
1127 | 2023-11-30T01:17:22.374Z | Downloaded password-hash v0.5.0 |
1128 | 2023-11-30T01:17:22.377Z | Downloaded ppv-lite86 v0.2.17 |
1129 | 2023-11-30T01:17:22.380Z | Downloaded proc-macro-crate v1.3.1 |
1130 | 2023-11-30T01:17:22.380Z | Downloaded pin-utils v0.1.0 |
1131 | 2023-11-30T01:17:22.385Z | Downloaded paste v1.0.14 |
1132 | 2023-11-30T01:17:22.393Z | Downloaded crossbeam-epoch v0.9.15 |
1133 | 2023-11-30T01:17:22.815Z | Downloaded num-complex v0.4.4 |
1134 | 2023-11-30T01:17:22.815Z | Downloaded digest v0.10.7 |
1135 | 2023-11-30T01:17:22.815Z | Downloaded parking_lot_core v0.8.6 |
1136 | 2023-11-30T01:17:22.815Z | Downloaded siphasher v0.3.11 |
1137 | 2023-11-30T01:17:22.816Z | Downloaded anstyle-query v1.0.0 |
1138 | 2023-11-30T01:17:22.816Z | Downloaded rand_chacha v0.2.2 |
1139 | 2023-11-30T01:17:22.816Z | Downloaded unicode-width v0.1.11 |
1140 | 2023-11-30T01:17:22.816Z | Downloaded parse-display-derive v0.8.2 |
1141 | 2023-11-30T01:17:22.816Z | Downloaded cfg-if v0.1.10 |
1142 | 2023-11-30T01:17:22.816Z | Downloaded phf_shared v0.11.2 |
1143 | 2023-11-30T01:17:22.816Z | Downloaded pem v1.1.1 |
1144 | 2023-11-30T01:17:22.816Z | Downloaded pem v3.0.2 |
1145 | 2023-11-30T01:17:22.816Z | Downloaded argon2 v0.5.2 |
1146 | 2023-11-30T01:17:22.816Z | Downloaded rand_core v0.5.1 |
1147 | 2023-11-30T01:17:22.816Z | Downloaded proc-macro-error-attr v1.0.4 |
1148 | 2023-11-30T01:17:22.816Z | Downloaded phf v0.11.2 |
1149 | 2023-11-30T01:17:22.816Z | Downloaded bit-set v0.5.3 |
1150 | 2023-11-30T01:17:22.816Z | Downloaded dof v0.1.5 |
1151 | 2023-11-30T01:17:22.817Z | Downloaded omicron-zone-package v0.9.1 |
1152 | 2023-11-30T01:17:22.817Z | Downloaded cipher v0.4.4 |
1153 | 2023-11-30T01:17:22.817Z | Downloaded percent-encoding v2.3.0 |
1154 | 2023-11-30T01:17:22.817Z | Downloaded dirs-sys v0.4.1 |
1155 | 2023-11-30T01:17:22.817Z | Downloaded dirs-next v2.0.0 |
1156 | 2023-11-30T01:17:22.817Z | Downloaded dirs-sys-next v0.1.2 |
1157 | 2023-11-30T01:17:22.817Z | Downloaded bit-vec v0.6.3 |
1158 | 2023-11-30T01:17:22.817Z | Downloaded deranged v0.3.8 |
1159 | 2023-11-30T01:17:22.817Z | Downloaded multer v2.1.0 |
1160 | 2023-11-30T01:17:22.817Z | Downloaded ctr v0.9.2 |
1161 | 2023-11-30T01:17:22.817Z | Downloaded endian-type v0.1.2 |
1162 | 2023-11-30T01:17:22.817Z | Downloaded pretty-hex v0.2.1 |
1163 | 2023-11-30T01:17:22.817Z | Downloaded clap_lex v0.5.1 |
1164 | 2023-11-30T01:17:22.817Z | Downloaded dirs v5.0.1 |
1165 | 2023-11-30T01:17:22.818Z | Downloaded waitgroup v0.1.2 |
1166 | 2023-11-30T01:17:22.818Z | Downloaded ciborium-ll v0.2.1 |
1167 | 2023-11-30T01:17:22.818Z | Downloaded num-iter v0.1.43 |
1168 | 2023-11-30T01:17:22.818Z | Downloaded opaque-debug v0.3.0 |
1169 | 2023-11-30T01:17:22.818Z | Downloaded parking_lot v0.12.1 |
1170 | 2023-11-30T01:17:22.818Z | Downloaded parking_lot v0.11.2 |
1171 | 2023-11-30T01:17:22.818Z | Downloaded console v0.15.7 |
1172 | 2023-11-30T01:17:22.818Z | Downloaded block-buffer v0.10.4 |
1173 | 2023-11-30T01:17:22.818Z | Downloaded bitflags v1.3.2 |
1174 | 2023-11-30T01:17:22.818Z | Downloaded colored v2.0.4 |
1175 | 2023-11-30T01:17:22.818Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1176 | 2023-11-30T01:17:22.818Z | Downloaded unicode-normalization v0.1.22 |
1177 | 2023-11-30T01:17:22.818Z | Downloaded crypto-common v0.1.6 |
1178 | 2023-11-30T01:17:22.818Z | Downloaded cpufeatures v0.2.9 |
1179 | 2023-11-30T01:17:22.818Z | Downloaded normalize-line-endings v0.3.0 |
1180 | 2023-11-30T01:17:22.818Z | Downloaded parse-display v0.8.2 |
1181 | 2023-11-30T01:17:22.818Z | Downloaded num v0.4.1 |
1182 | 2023-11-30T01:17:22.818Z | Downloaded nibble_vec v0.1.0 |
1183 | 2023-11-30T01:17:22.818Z | Downloaded darling v0.20.3 |
1184 | 2023-11-30T01:17:22.818Z | Downloaded toml_datetime v0.6.5 |
1185 | 2023-11-30T01:17:22.818Z | Downloaded tokio-tungstenite v0.20.1 |
1186 | 2023-11-30T01:17:22.818Z | Downloaded openssl-probe v0.1.5 |
1187 | 2023-11-30T01:17:22.818Z | Downloaded atomic-waker v1.1.1 |
1188 | 2023-11-30T01:17:22.818Z | Downloaded base64ct v1.6.0 |
1189 | 2023-11-30T01:17:22.818Z | Downloaded colorchoice v1.0.0 |
1190 | 2023-11-30T01:17:22.821Z | Downloaded resolv-conf v0.7.0 |
1191 | 2023-11-30T01:17:22.821Z | Downloaded async-stream-impl v0.3.5 |
1192 | 2023-11-30T01:17:22.821Z | Downloaded base16ct v0.2.0 |
1193 | 2023-11-30T01:17:22.823Z | Downloaded num_enum v0.5.11 |
1194 | 2023-11-30T01:17:22.823Z | Downloaded darling_macro v0.20.3 |
1195 | 2023-11-30T01:17:22.823Z | Downloaded cstr-argument v0.1.2 |
1196 | 2023-11-30T01:17:22.823Z | Downloaded num-derive v0.4.0 |
1197 | 2023-11-30T01:17:22.823Z | Downloaded memoffset v0.9.0 |
1198 | 2023-11-30T01:17:22.823Z | Downloaded cc v1.0.83 |
1199 | 2023-11-30T01:17:22.823Z | Downloaded pkcs8 v0.10.2 |
1200 | 2023-11-30T01:17:22.823Z | Downloaded chacha20poly1305 v0.10.1 |
1201 | 2023-11-30T01:17:22.823Z | Downloaded miniz_oxide v0.7.1 |
1202 | 2023-11-30T01:17:22.823Z | Downloaded bytes v1.5.0 |
1203 | 2023-11-30T01:17:22.823Z | Downloaded num-integer v0.1.45 |
1204 | 2023-11-30T01:17:22.823Z | Downloaded camino v1.1.6 |
1205 | 2023-11-30T01:17:22.823Z | Downloaded cbc v0.1.2 |
1206 | 2023-11-30T01:17:22.823Z | Downloaded mime_guess v2.0.4 |
1207 | 2023-11-30T01:17:22.823Z | Downloaded dyn-clone v1.0.13 |
1208 | 2023-11-30T01:17:22.823Z | Downloaded pbkdf2 v0.11.0 |
1209 | 2023-11-30T01:17:22.823Z | Downloaded password-hash v0.4.2 |
1210 | 2023-11-30T01:17:23.041Z | Compiling proc-macro2 v1.0.69 |
1211 | 2023-11-30T01:17:23.041Z | Compiling unicode-ident v1.0.12 |
1212 | 2023-11-30T01:17:23.044Z | Compiling libc v0.2.150 |
1213 | 2023-11-30T01:17:23.044Z | Compiling serde v1.0.192 |
1214 | 2023-11-30T01:17:23.044Z | Compiling autocfg v1.1.0 |
1215 | 2023-11-30T01:17:23.044Z | Compiling version_check v0.9.4 |
1216 | 2023-11-30T01:17:23.061Z | Compiling cfg-if v1.0.0 |
1217 | 2023-11-30T01:17:23.091Z | Compiling syn v1.0.109 |
1218 | 2023-11-30T01:17:23.407Z | Compiling parking_lot_core v0.9.8 |
1219 | 2023-11-30T01:17:23.451Z | Compiling typenum v1.16.0 |
1220 | 2023-11-30T01:17:24.317Z | Compiling libm v0.2.7 |
1221 | 2023-11-30T01:17:24.442Z | Compiling lock_api v0.4.10 |
1222 | 2023-11-30T01:17:25.160Z | Compiling generic-array v0.14.7 |
1223 | 2023-11-30T01:17:25.176Z | Compiling once_cell v1.18.0 |
1224 | 2023-11-30T01:17:25.179Z | Compiling num-traits v0.2.16 |
1225 | 2023-11-30T01:17:25.371Z | Compiling thiserror v1.0.49 |
1226 | 2023-11-30T01:17:25.421Z | Compiling futures-core v0.3.29 |
1227 | 2023-11-30T01:17:25.587Z | Compiling serde_json v1.0.108 |
1228 | 2023-11-30T01:17:25.611Z | Compiling slab v0.4.9 |
1229 | 2023-11-30T01:17:25.791Z | Compiling futures-task v0.3.29 |
1230 | 2023-11-30T01:17:25.986Z | Compiling futures-channel v0.3.29 |
1231 | 2023-11-30T01:17:26.084Z | Compiling memchr v2.6.3 |
1232 | 2023-11-30T01:17:26.110Z | Compiling futures-util v0.3.29 |
1233 | 2023-11-30T01:17:26.151Z | Compiling itoa v1.0.9 |
1234 | 2023-11-30T01:17:26.324Z | Compiling pkg-config v0.3.27 |
1235 | 2023-11-30T01:17:26.593Z | Compiling quote v1.0.33 |
1236 | 2023-11-30T01:17:26.813Z | Compiling log v0.4.20 |
1237 | 2023-11-30T01:17:27.774Z | Compiling syn v2.0.32 |
1238 | 2023-11-30T01:17:27.871Z | Compiling cc v1.0.83 |
1239 | 2023-11-30T01:17:28.210Z | Compiling getrandom v0.2.10 |
1240 | 2023-11-30T01:17:28.723Z | Compiling rand_core v0.6.4 |
1241 | 2023-11-30T01:17:29.051Z | Compiling scopeguard v1.2.0 |
1242 | 2023-11-30T01:17:29.665Z | Compiling heck v0.4.1 |
1243 | 2023-11-30T01:17:30.214Z | Compiling ryu v1.0.15 |
1244 | 2023-11-30T01:17:30.476Z | Compiling smallvec v1.11.0 |
1245 | 2023-11-30T01:17:30.796Z | Compiling schemars v0.8.13 |
1246 | 2023-11-30T01:17:31.049Z | Compiling vcpkg v0.2.15 |
1247 | 2023-11-30T01:17:31.299Z | Compiling httparse v1.8.0 |
1248 | 2023-11-30T01:17:31.564Z | Compiling subtle v2.5.0 |
1249 | 2023-11-30T01:17:31.910Z | Compiling indexmap v1.9.3 |
1250 | 2023-11-30T01:17:32.141Z | Compiling equivalent v1.0.1 |
1251 | 2023-11-30T01:17:32.280Z | Compiling hashbrown v0.14.2 |
1252 | 2023-11-30T01:17:32.402Z | Compiling pin-project-lite v0.2.13 |
1253 | 2023-11-30T01:17:32.620Z | Compiling semver v1.0.20 |
1254 | 2023-11-30T01:17:33.103Z | Compiling ring v0.17.5 |
1255 | 2023-11-30T01:17:33.479Z | Compiling ring v0.16.20 |
1256 | 2023-11-30T01:17:34.387Z | Compiling parking_lot v0.12.1 |
1257 | 2023-11-30T01:17:34.810Z | Compiling openssl-sys v0.9.93 |
1258 | 2023-11-30T01:17:35.054Z | Compiling ahash v0.8.3 |
1259 | 2023-11-30T01:17:35.286Z | Compiling fnv v1.0.7 |
1260 | 2023-11-30T01:17:36.036Z | Compiling openssl v0.10.57 |
1261 | 2023-11-30T01:17:36.586Z | Compiling signal-hook-registry v1.4.1 |
1262 | 2023-11-30T01:17:36.681Z | Compiling iana-time-zone v0.1.57 |
1263 | 2023-11-30T01:17:36.685Z | Compiling rustls v0.21.9 |
1264 | 2023-11-30T01:17:37.139Z | Compiling ucd-trie v0.1.6 |
1265 | 2023-11-30T01:17:37.391Z | Compiling mio v0.8.9 |
1266 | 2023-11-30T01:17:37.704Z | Compiling native-tls v0.2.11 |
1267 | 2023-11-30T01:17:38.183Z | Compiling num_cpus v1.16.0 |
1268 | 2023-11-30T01:17:38.348Z | Compiling socket2 v0.5.5 |
1269 | 2023-11-30T01:17:38.552Z | Compiling byteorder v1.5.0 |
1270 | 2023-11-30T01:17:38.907Z | Compiling spin v0.5.2 |
1271 | 2023-11-30T01:17:39.428Z | Compiling dyn-clone v1.0.13 |
1272 | 2023-11-30T01:17:39.509Z | Compiling async-trait v0.1.74 |
1273 | 2023-11-30T01:17:39.734Z | Compiling serde_derive_internals v0.26.0 |
1274 | 2023-11-30T01:17:39.905Z | Compiling futures-sink v0.3.29 |
1275 | 2023-11-30T01:17:40.147Z | Compiling aho-corasick v1.0.4 |
1276 | 2023-11-30T01:17:40.423Z | Compiling const-oid v0.9.5 |
1277 | 2023-11-30T01:17:40.577Z | Compiling rustix v0.38.25 |
1278 | 2023-11-30T01:17:40.854Z | Compiling regex-syntax v0.8.2 |
1279 | 2023-11-30T01:17:41.729Z | Compiling tinyvec_macros v0.1.1 |
1280 | 2023-11-30T01:17:41.851Z | Compiling tinyvec v1.6.0 |
1281 | 2023-11-30T01:17:42.041Z | Compiling hashbrown v0.13.2 |
1282 | 2023-11-30T01:17:44.428Z | Compiling backtrace v0.3.69 |
1283 | 2023-11-30T01:17:44.543Z | Compiling winnow v0.5.15 |
1284 | 2023-11-30T01:17:44.584Z | Compiling futures-io v0.3.29 |
1285 | 2023-11-30T01:17:44.868Z | Compiling pin-utils v0.1.0 |
1286 | 2023-11-30T01:17:45.045Z | Compiling unicode-normalization v0.1.22 |
1287 | 2023-11-30T01:17:45.083Z | Compiling spin v0.9.8 |
1288 | 2023-11-30T01:17:45.591Z | Compiling tracing-core v0.1.31 |
1289 | 2023-11-30T01:17:45.864Z | Compiling unicode-bidi v0.3.13 |
1290 | 2023-11-30T01:17:46.910Z | Compiling regex-automata v0.4.3 |
1291 | 2023-11-30T01:17:48.318Z | Compiling crc32fast v1.3.2 |
1292 | 2023-11-30T01:17:48.449Z | Compiling anyhow v1.0.75 |
1293 | 2023-11-30T01:17:49.053Z | Compiling cpufeatures v0.2.9 |
1294 | 2023-11-30T01:17:50.387Z | Compiling time-core v0.1.1 |
1295 | 2023-11-30T01:17:50.624Z | Compiling base64 v0.21.5 |
1296 | 2023-11-30T01:17:51.046Z | Compiling time-macros v0.2.13 |
1297 | 2023-11-30T01:17:51.444Z | Compiling serde_derive v1.0.192 |
1298 | 2023-11-30T01:17:51.689Z | Compiling zeroize_derive v1.4.2 |
1299 | 2023-11-30T01:17:52.267Z | Compiling thiserror-impl v1.0.49 |
1300 | 2023-11-30T01:17:52.535Z | Compiling tokio-macros v2.2.0 |
1301 | 2023-11-30T01:17:54.548Z | Compiling futures-macro v0.3.29 |
1302 | 2023-11-30T01:17:54.627Z | Compiling zeroize v1.7.0 |
1303 | 2023-11-30T01:17:55.182Z | Compiling tracing-attributes v0.1.26 |
1304 | 2023-11-30T01:17:56.759Z | Compiling schemars_derive v0.8.13 |
1305 | 2023-11-30T01:17:56.977Z | Compiling openssl-macros v0.1.1 |
1306 | 2023-11-30T01:17:57.829Z | Compiling crypto-common v0.1.6 |
1307 | 2023-11-30T01:17:58.072Z | Compiling pest v2.7.2 |
1308 | 2023-11-30T01:17:58.163Z | Compiling block-buffer v0.10.4 |
1309 | 2023-11-30T01:17:58.566Z | Compiling digest v0.10.7 |
1310 | 2023-11-30T01:17:59.338Z | Compiling regex v1.10.2 |
1311 | 2023-11-30T01:18:01.828Z | Compiling tracing v0.1.37 |
1312 | 2023-11-30T01:18:02.939Z | Compiling num-integer v0.1.45 |
1313 | 2023-11-30T01:18:02.978Z | Compiling foreign-types-shared v0.1.1 |
1314 | 2023-11-30T01:18:03.051Z | Compiling untrusted v0.9.0 |
1315 | 2023-11-30T01:18:03.131Z | Compiling unicode-xid v0.2.4 |
1316 | 2023-11-30T01:18:03.547Z | Compiling percent-encoding v2.3.0 |
1317 | 2023-11-30T01:18:03.552Z | Compiling untrusted v0.7.1 |
1318 | 2023-11-30T01:18:03.552Z | Compiling openssl-probe v0.1.5 |
1319 | 2023-11-30T01:18:03.552Z | Compiling hashbrown v0.12.3 |
1320 | 2023-11-30T01:18:03.552Z | Compiling unicode-width v0.1.11 |
1321 | 2023-11-30T01:18:03.596Z | Compiling slog v2.7.0 |
1322 | 2023-11-30T01:18:03.723Z | Compiling synstructure v0.12.6 |
1323 | 2023-11-30T01:18:04.368Z | Compiling foreign-types v0.3.2 |
1324 | 2023-11-30T01:18:07.592Z | Compiling errno v0.3.2 |
1325 | 2023-11-30T01:18:09.028Z | Compiling try-lock v0.2.4 |
1326 | 2023-11-30T01:18:09.031Z | Compiling ppv-lite86 v0.2.17 |
1327 | 2023-11-30T01:18:09.031Z | Compiling want v0.3.1 |
1328 | 2023-11-30T01:18:09.477Z | Compiling rustls-webpki v0.101.7 |
1329 | 2023-11-30T01:18:09.921Z | Compiling zerocopy-derive v0.2.0 |
1330 | 2023-11-30T01:18:10.428Z | Compiling sct v0.7.0 |
1331 | 2023-11-30T01:18:10.534Z | Compiling form_urlencoded v1.2.0 |
1332 | 2023-11-30T01:18:10.889Z | Compiling pest_meta v2.7.2 |
1333 | 2023-11-30T01:18:11.383Z | Compiling socket2 v0.4.9 |
1334 | 2023-11-30T01:18:11.596Z | Compiling httpdate v1.0.3 |
1335 | 2023-11-30T01:18:12.388Z | Compiling tower-service v0.3.2 |
1336 | 2023-11-30T01:18:12.565Z | Compiling io-lifetimes v1.0.11 |
1337 | 2023-11-30T01:18:13.675Z | Compiling pest_generator v2.7.2 |
1338 | 2023-11-30T01:18:13.714Z | Compiling rustls-pemfile v1.0.3 |
1339 | 2023-11-30T01:18:13.714Z | Compiling idna v0.4.0 |
1340 | 2023-11-30T01:18:14.086Z | Compiling lazy_static v1.4.0 |
1341 | 2023-11-30T01:18:14.247Z | Compiling adler v1.0.2 |
1342 | 2023-11-30T01:18:15.241Z | Compiling crossbeam-utils v0.8.16 |
1343 | 2023-11-30T01:18:16.034Z | Compiling url v2.4.1 |
1344 | 2023-11-30T01:18:16.346Z | Compiling bytes v1.5.0 |
1345 | 2023-11-30T01:18:17.217Z | Compiling indexmap v2.1.0 |
1346 | 2023-11-30T01:18:17.325Z | Compiling uuid v1.6.1 |
1347 | 2023-11-30T01:18:18.496Z | Compiling chrono v0.4.31 |
1348 | 2023-11-30T01:18:19.327Z | Compiling tokio v1.34.0 |
1349 | 2023-11-30T01:18:19.366Z | Compiling http v0.2.11 |
1350 | 2023-11-30T01:18:19.967Z | Compiling serde_spanned v0.6.4 |
1351 | 2023-11-30T01:18:20.130Z | Compiling toml_datetime v0.6.5 |
1352 | 2023-11-30T01:18:20.331Z | Compiling bitflags v2.4.0 |
1353 | 2023-11-30T01:18:21.004Z | Compiling toml_edit v0.19.15 |
1354 | 2023-11-30T01:18:21.783Z | Compiling rustc_version v0.4.0 |
1355 | 2023-11-30T01:18:23.584Z | Compiling http-body v0.4.5 |
1356 | 2023-11-30T01:18:25.262Z | Compiling openapiv3 v2.0.0-rc.1 |
1357 | 2023-11-30T01:18:26.810Z | Compiling pest_derive v2.7.2 |
1358 | 2023-11-30T01:18:29.357Z | Compiling miniz_oxide v0.7.1 |
1359 | 2023-11-30T01:18:31.632Z | Compiling rustls-native-certs v0.6.3 |
1360 | 2023-11-30T01:18:32.066Z | Compiling rand_chacha v0.3.1 |
1361 | 2023-11-30T01:18:32.336Z | Compiling tokio-util v0.7.10 |
1362 | 2023-11-30T01:18:34.081Z | Compiling tokio-rustls v0.24.1 |
1363 | 2023-11-30T01:18:34.610Z | Compiling h2 v0.3.21 |
1364 | 2023-11-30T01:18:34.729Z | Compiling usdt-impl v0.3.5 |
1365 | 2023-11-30T01:18:34.910Z | Compiling rustix v0.37.23 |
1366 | 2023-11-30T01:18:35.245Z | Compiling tokio-native-tls v0.3.1 |
1367 | 2023-11-30T01:18:35.678Z | Compiling ipnet v2.8.0 |
1368 | 2023-11-30T01:18:35.918Z | Compiling rand v0.8.5 |
1369 | 2023-11-30T01:18:37.751Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2023-11-30T01:18:38.051Z | Compiling encoding_rs v0.8.33 |
1371 | 2023-11-30T01:18:38.609Z | Compiling mime v0.3.17 |
1372 | 2023-11-30T01:18:38.893Z | Compiling webpki-roots v0.25.2 |
1373 | 2023-11-30T01:18:39.130Z | Compiling gimli v0.28.0 |
1374 | 2023-11-30T01:18:40.153Z | Compiling zerocopy v0.3.0 |
1375 | 2023-11-30T01:18:40.691Z | Compiling object v0.32.1 |
1376 | 2023-11-30T01:18:41.477Z | Compiling num-bigint v0.4.4 |
1377 | 2023-11-30T01:18:43.380Z | Compiling rustc-demangle v0.1.23 |
1378 | 2023-11-30T01:18:44.453Z | Compiling dof v0.1.5 |
1379 | 2023-11-30T01:18:44.977Z | Compiling flate2 v1.0.28 |
1380 | 2023-11-30T01:18:45.245Z | Compiling dtrace-parser v0.1.14 |
1381 | 2023-11-30T01:18:45.272Z | Compiling heapless v0.7.16 |
1382 | 2023-11-30T01:18:45.897Z | Compiling serde_tokenstream v0.2.0 |
1383 | 2023-11-30T01:18:46.231Z | Compiling hyper v0.14.27 |
1384 | 2023-11-30T01:18:46.380Z | Compiling addr2line v0.21.0 |
1385 | 2023-11-30T01:18:46.714Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1386 | 2023-11-30T01:18:46.828Z | Compiling thread-id v4.2.0 |
1387 | 2023-11-30T01:18:47.043Z | Compiling signal-hook v0.3.17 |
1388 | 2023-11-30T01:18:47.458Z | Compiling rustversion v1.0.14 |
1389 | 2023-11-30T01:18:48.700Z | Compiling toml v0.7.8 |
1390 | 2023-11-30T01:18:49.034Z | Compiling toml_edit v0.21.0 |
1391 | 2023-11-30T01:18:51.507Z | Compiling serde_tokenstream v0.1.7 |
1392 | 2023-11-30T01:18:51.724Z | Compiling hex v0.4.3 |
1393 | 2023-11-30T01:18:52.051Z | Compiling zerocopy-derive v0.6.4 |
1394 | 2023-11-30T01:18:52.388Z | Compiling regress v0.7.1 |
1395 | 2023-11-30T01:18:52.874Z | Compiling memoffset v0.9.0 |
1396 | 2023-11-30T01:18:53.337Z | Compiling strsim v0.10.0 |
1397 | 2023-11-30T01:18:56.377Z | Compiling doc-comment v0.3.3 |
1398 | 2023-11-30T01:18:57.020Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1399 | 2023-11-30T01:18:57.280Z | Compiling smoltcp v0.9.1 |
1400 | 2023-11-30T01:18:57.300Z | Compiling bitflags v1.3.2 |
1401 | 2023-11-30T01:18:57.589Z | Compiling strum_macros v0.25.2 |
1402 | 2023-11-30T01:18:58.297Z | Compiling hyper-rustls v0.24.2 |
1403 | 2023-11-30T01:18:58.337Z | Compiling hyper-tls v0.5.0 |
1404 | 2023-11-30T01:18:58.363Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1405 | 2023-11-30T01:18:59.192Z | Compiling reqwest v0.11.22 |
1406 | 2023-11-30T01:19:01.615Z | Compiling usdt-attr-macro v0.3.5 |
1407 | 2023-11-30T01:19:01.638Z | Compiling usdt-macro v0.3.5 |
1408 | 2023-11-30T01:19:03.634Z | Compiling enum-as-inner v0.5.1 |
1409 | 2023-11-30T01:19:04.065Z | Compiling num-iter v0.1.43 |
1410 | 2023-11-30T01:19:04.508Z | Compiling crossbeam-epoch v0.9.15 |
1411 | 2023-11-30T01:19:04.553Z | Compiling unicode-segmentation v1.10.1 |
1412 | 2023-11-30T01:19:04.672Z | Compiling siphasher v0.3.11 |
1413 | 2023-11-30T01:19:05.454Z | Compiling hubpack_derive v0.1.1 |
1414 | 2023-11-30T01:19:05.457Z | Compiling pin-project-internal v1.1.3 |
1415 | 2023-11-30T01:19:06.919Z | Compiling utf8parse v0.2.1 |
1416 | 2023-11-30T01:19:07.203Z | Compiling num_threads v0.1.6 |
1417 | 2023-11-30T01:19:07.698Z | Compiling anstyle v1.0.2 |
1418 | 2023-11-30T01:19:08.445Z | Compiling deranged v0.3.8 |
1419 | 2023-11-30T01:19:10.852Z | Compiling sha2 v0.10.8 |
1420 | 2023-11-30T01:19:10.935Z | Compiling anstyle-parse v0.2.1 |
1421 | 2023-11-30T01:19:11.480Z | Compiling time v0.3.27 |
1422 | 2023-11-30T01:19:11.673Z | Compiling hmac v0.12.1 |
1423 | 2023-11-30T01:19:12.064Z | Compiling md-5 v0.10.5 |
1424 | 2023-11-30T01:19:13.151Z | Compiling block-padding v0.3.3 |
1425 | 2023-11-30T01:19:13.542Z | Compiling clap_derive v4.4.2 |
1426 | 2023-11-30T01:19:13.659Z | Compiling stringprep v0.1.3 |
1427 | 2023-11-30T01:19:13.899Z | Compiling hash32 v0.2.1 |
1428 | 2023-11-30T01:19:14.495Z | Compiling diesel_table_macro_syntax v0.1.0 |
1429 | 2023-11-30T01:19:15.012Z | Compiling fallible-iterator v0.2.0 |
1430 | 2023-11-30T01:19:15.285Z | Compiling either v1.9.0 |
1431 | 2023-11-30T01:19:15.796Z | Compiling colorchoice v1.0.0 |
1432 | 2023-11-30T01:19:16.038Z | Compiling anstyle-query v1.0.0 |
1433 | 2023-11-30T01:19:16.156Z | Compiling stable_deref_trait v1.2.0 |
1434 | 2023-11-30T01:19:16.244Z | Compiling anstream v0.5.0 |
1435 | 2023-11-30T01:19:17.281Z | Compiling postgres-protocol v0.6.6 |
1436 | 2023-11-30T01:19:17.377Z | Compiling diesel_derives v2.1.2 |
1437 | 2023-11-30T01:19:19.562Z | Compiling terminal_size v0.2.6 |
1438 | 2023-11-30T01:19:19.782Z | Compiling inout v0.1.3 |
1439 | 2023-11-30T01:19:21.162Z | Compiling phf_shared v0.11.2 |
1440 | 2023-11-30T01:19:22.627Z | Compiling getopts v0.2.21 |
1441 | 2023-11-30T01:19:22.695Z | Compiling snafu-derive v0.7.5 |
1442 | 2023-11-30T01:19:22.747Z | Compiling serde_repr v0.1.16 |
1443 | 2023-11-30T01:19:29.321Z | Compiling scheduled-thread-pool v0.2.7 |
1444 | 2023-11-30T01:19:29.401Z | Compiling managed v0.8.0 |
1445 | 2023-11-30T01:19:29.402Z | Compiling clap_lex v0.5.1 |
1446 | 2023-11-30T01:19:29.402Z | Compiling regex-automata v0.1.10 |
1447 | 2023-11-30T01:19:29.402Z | Compiling matches v0.1.10 |
1448 | 2023-11-30T01:19:29.402Z | Compiling unsafe-libyaml v0.2.9 |
1449 | 2023-11-30T01:19:29.402Z | Compiling bit-vec v0.6.3 |
1450 | 2023-11-30T01:19:29.402Z | Compiling bstr v0.2.17 |
1451 | 2023-11-30T01:19:29.402Z | Compiling clap_builder v4.4.2 |
1452 | 2023-11-30T01:19:29.402Z | Compiling serde_yaml v0.9.25 |
1453 | 2023-11-30T01:19:29.402Z | Compiling idna v0.2.3 |
1454 | 2023-11-30T01:19:29.813Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1455 | 2023-11-30T01:19:35.728Z | Compiling r2d2 v0.8.10 |
1456 | 2023-11-30T01:19:38.628Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1457 | 2023-11-30T01:19:38.713Z | Compiling phf v0.11.2 |
1458 | 2023-11-30T01:19:38.822Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1459 | 2023-11-30T01:19:39.298Z | Compiling signal-hook-mio v0.2.3 |
1460 | 2023-11-30T01:19:39.298Z | Compiling cipher v0.4.4 |
1461 | 2023-11-30T01:19:39.298Z | Compiling bzip2 v0.4.4 |
1462 | 2023-11-30T01:19:39.802Z | Compiling postgres-types v0.2.6 |
1463 | 2023-11-30T01:19:39.917Z | Compiling itertools v0.11.0 |
1464 | 2023-11-30T01:19:41.982Z | Compiling pin-project v1.1.3 |
1465 | 2023-11-30T01:19:42.218Z | Compiling hubpack v0.1.2 |
1466 | 2023-11-30T01:19:42.970Z | Compiling phf_shared v0.10.0 |
1467 | 2023-11-30T01:19:43.901Z | Compiling zerocopy v0.6.4 |
1468 | 2023-11-30T01:19:43.951Z | Compiling ipnetwork v0.20.0 |
1469 | 2023-11-30T01:19:44.831Z | Compiling futures-executor v0.3.29 |
1470 | 2023-11-30T01:19:45.028Z | Compiling float-cmp v0.9.0 |
1471 | 2023-11-30T01:19:45.348Z | Compiling new_debug_unreachable v1.0.4 |
1472 | 2023-11-30T01:19:45.375Z | Compiling static_assertions v1.1.0 |
1473 | 2023-11-30T01:19:45.478Z | Compiling difflib v0.4.0 |
1474 | 2023-11-30T01:19:45.520Z | Compiling whoami v1.4.1 |
1475 | 2023-11-30T01:19:45.755Z | Compiling data-encoding v2.4.0 |
1476 | 2023-11-30T01:19:46.534Z | Compiling predicates-core v1.0.6 |
1477 | 2023-11-30T01:19:47.130Z | Compiling fixedbitset v0.4.2 |
1478 | 2023-11-30T01:19:47.580Z | Compiling normalize-line-endings v0.3.0 |
1479 | 2023-11-30T01:19:47.751Z | Compiling regex-automata v0.3.8 |
1480 | 2023-11-30T01:19:47.863Z | Compiling precomputed-hash v0.1.1 |
1481 | 2023-11-30T01:19:49.614Z | Compiling trust-dns-proto v0.22.0 |
1482 | 2023-11-30T01:19:49.867Z | Compiling string_cache v0.8.7 |
1483 | 2023-11-30T01:19:50.581Z | Compiling predicates v3.0.4 |
1484 | 2023-11-30T01:19:51.927Z | Compiling bstr v1.6.0 |
1485 | 2023-11-30T01:19:51.967Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1486 | 2023-11-30T01:19:52.287Z | Compiling petgraph v0.6.4 |
1487 | 2023-11-30T01:19:52.989Z | Compiling tokio-postgres v0.7.10 |
1488 | 2023-11-30T01:19:53.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1489 | 2023-11-30T01:19:55.228Z | Compiling futures v0.3.29 |
1490 | 2023-11-30T01:19:55.396Z | Compiling diesel v2.1.4 |
1491 | 2023-11-30T01:20:02.058Z | Compiling snafu v0.7.5 |
1492 | 2023-11-30T01:20:03.408Z | Compiling yasna v0.5.2 |
1493 | 2023-11-30T01:20:03.493Z | Compiling zip v0.6.6 |
1494 | 2023-11-30T01:20:04.037Z | Compiling crossterm v0.27.0 |
1495 | 2023-11-30T01:20:06.680Z | Compiling clap v4.4.3 |
1496 | 2023-11-30T01:20:06.782Z | Compiling similar v2.2.1 |
1497 | 2023-11-30T01:20:06.843Z | Compiling bit-set v0.5.3 |
1498 | 2023-11-30T01:20:07.300Z | Compiling itertools v0.10.5 |
1499 | 2023-11-30T01:20:10.479Z | Compiling usdt v0.3.5 |
1500 | 2023-11-30T01:20:10.912Z | Compiling signature v2.1.0 |
1501 | 2023-11-30T01:20:11.085Z | Compiling tokio-stream v0.1.14 |
1502 | 2023-11-30T01:20:11.277Z | Compiling console v0.15.7 |
1503 | 2023-11-30T01:20:11.873Z | Compiling lalrpop-util v0.19.12 |
1504 | 2023-11-30T01:20:55.029Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1505 | 2023-11-30T01:21:03.113Z | Compiling sha1 v0.10.6 |
1506 | 2023-11-30T01:21:04.108Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1507 | 2023-11-30T01:21:04.248Z | Compiling atty v0.2.14 |
1508 | 2023-11-30T01:21:04.541Z | Compiling match_cfg v0.1.0 |
1509 | 2023-11-30T01:21:11.220Z | Compiling hostname v0.3.1 |
1510 | 2023-11-30T01:21:12.542Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1511 | 2023-11-30T01:21:14.462Z | Compiling dirs-sys-next v0.1.2 |
1512 | 2023-11-30T01:21:15.230Z | Compiling dirs-next v2.0.0 |
1513 | 2023-11-30T01:21:15.468Z | Compiling thread_local v1.1.7 |
1514 | 2023-11-30T01:21:15.507Z | Compiling camino v1.1.6 |
1515 | 2023-11-30T01:21:15.592Z | Compiling ident_case v1.0.1 |
1516 | 2023-11-30T01:21:15.860Z | Compiling slog-async v2.8.0 |
1517 | 2023-11-30T01:21:16.372Z | Compiling darling_core v0.20.3 |
1518 | 2023-11-30T01:21:16.558Z | Compiling term v0.7.0 |
1519 | 2023-11-30T01:21:16.677Z | Compiling crossbeam-channel v0.5.8 |
1520 | 2023-11-30T01:21:16.709Z | Compiling multer v2.1.0 |
1521 | 2023-11-30T01:21:17.188Z | Compiling instant v0.1.12 |
1522 | 2023-11-30T01:21:17.311Z | Compiling paste v1.0.14 |
1523 | 2023-11-30T01:21:17.414Z | Compiling take_mut v0.2.2 |
1524 | 2023-11-30T01:21:17.607Z | Compiling slog-term v2.9.0 |
1525 | 2023-11-30T01:21:19.180Z | Compiling slog-json v2.6.1 |
1526 | 2023-11-30T01:21:19.559Z | Compiling async-stream-impl v0.3.5 |
1527 | 2023-11-30T01:21:19.679Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1528 | 2023-11-30T01:21:19.780Z | Compiling atomic-waker v1.1.1 |
1529 | 2023-11-30T01:21:20.061Z | Compiling waitgroup v0.1.2 |
1530 | 2023-11-30T01:21:20.152Z | Compiling slog-bunyan v2.4.0 |
1531 | 2023-11-30T01:21:20.392Z | Compiling toml v0.8.8 |
1532 | 2023-11-30T01:21:20.446Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1533 | 2023-11-30T01:21:20.861Z | Compiling serde_path_to_error v0.1.14 |
1534 | 2023-11-30T01:21:21.810Z | Compiling async-stream v0.3.5 |
1535 | 2023-11-30T01:21:21.837Z | Compiling structmeta-derive v0.2.0 |
1536 | 2023-11-30T01:21:22.061Z | Compiling debug-ignore v1.0.5 |
1537 | 2023-11-30T01:21:22.273Z | Compiling strum v0.25.0 |
1538 | 2023-11-30T01:21:22.327Z | Compiling regex-syntax v0.7.5 |
1539 | 2023-11-30T01:21:22.368Z | Compiling backoff v0.4.0 |
1540 | 2023-11-30T01:21:22.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1541 | 2023-11-30T01:21:22.892Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1542 | 2023-11-30T01:21:23.122Z | Compiling macaddr v1.0.1 |
1543 | 2023-11-30T01:21:23.324Z | Compiling proc-macro-error-attr v1.0.4 |
1544 | 2023-11-30T01:21:23.687Z | Compiling proc-macro-crate v1.3.1 |
1545 | 2023-11-30T01:21:23.827Z | Compiling proc-macro-error v1.0.4 |
1546 | 2023-11-30T01:21:24.478Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2023-11-30T01:21:25.033Z | Compiling fastrand v2.0.0 |
1548 | 2023-11-30T01:21:25.464Z | Compiling num_enum_derive v0.5.11 |
1549 | 2023-11-30T01:21:25.917Z | Compiling same-file v1.0.6 |
1550 | 2023-11-30T01:21:26.255Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1551 | 2023-11-30T01:21:26.421Z | Compiling postcard-cobs v0.1.5-pre |
1552 | 2023-11-30T01:21:26.729Z | Compiling postcard v0.7.3 |
1553 | 2023-11-30T01:21:26.769Z | Compiling darling_macro v0.20.3 |
1554 | 2023-11-30T01:21:26.884Z | Compiling walkdir v2.4.0 |
1555 | 2023-11-30T01:21:27.036Z | Compiling structmeta v0.2.0 |
1556 | 2023-11-30T01:21:27.613Z | Compiling tempfile v3.8.1 |
1557 | 2023-11-30T01:21:27.755Z | Compiling smoltcp v0.8.2 |
1558 | 2023-11-30T01:21:28.294Z | Compiling semver-parser v0.10.2 |
1559 | 2023-11-30T01:21:28.412Z | Compiling darling v0.20.3 |
1560 | 2023-11-30T01:21:28.578Z | Compiling serde_with_macros v2.3.3 |
1561 | 2023-11-30T01:21:29.004Z | Compiling foreign-types-macros v0.2.3 |
1562 | 2023-11-30T01:21:30.079Z | Compiling num_enum v0.5.11 |
1563 | 2023-11-30T01:21:30.297Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1564 | 2023-11-30T01:21:30.738Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1565 | 2023-11-30T01:21:31.021Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1566 | 2023-11-30T01:21:31.455Z | Compiling cfg-if v0.1.10 |
1567 | 2023-11-30T01:21:31.601Z | Compiling foreign-types-shared v0.3.1 |
1568 | 2023-11-30T01:21:31.769Z | Compiling crucible-workspace-hack v0.1.0 |
1569 | 2023-11-30T01:21:32.058Z | Compiling foreign-types v0.5.0 |
1570 | 2023-11-30T01:21:32.294Z | Compiling semver v0.11.0 |
1571 | 2023-11-30T01:21:32.892Z | Compiling is-terminal v0.4.9 |
1572 | 2023-11-30T01:21:33.074Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1573 | 2023-11-30T01:21:33.126Z | Compiling serde_with v2.3.3 |
1574 | 2023-11-30T01:21:33.487Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-11-30T01:21:33.604Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1576 | 2023-11-30T01:21:34.089Z | Compiling parse-display-derive v0.8.2 |
1577 | 2023-11-30T01:21:34.440Z | Compiling cstr-argument v0.1.2 |
1578 | 2023-11-30T01:21:34.798Z | Compiling xattr v1.0.1 |
1579 | 2023-11-30T01:21:35.133Z | Compiling filetime v0.2.22 |
1580 | 2023-11-30T01:21:35.206Z | Compiling pretty-hex v0.2.1 |
1581 | 2023-11-30T01:21:35.487Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1582 | 2023-11-30T01:21:35.606Z | Compiling home v0.5.5 |
1583 | 2023-11-30T01:21:35.960Z | Compiling toolchain_find v0.2.0 |
1584 | 2023-11-30T01:21:36.314Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1585 | 2023-11-30T01:21:36.861Z | Compiling tar v0.4.40 |
1586 | 2023-11-30T01:21:36.980Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1587 | 2023-11-30T01:21:37.313Z | Compiling colored v2.0.4 |
1588 | 2023-11-30T01:21:37.693Z | Compiling textwrap v0.11.0 |
1589 | 2023-11-30T01:21:37.920Z | Compiling heck v0.3.3 |
1590 | 2023-11-30T01:21:38.437Z | Compiling toml v0.5.11 |
1591 | 2023-11-30T01:21:38.516Z | Compiling strsim v0.8.0 |
1592 | 2023-11-30T01:21:38.558Z | Compiling vec_map v0.8.2 |
1593 | 2023-11-30T01:21:38.580Z | Compiling platforms v3.0.2 |
1594 | 2023-11-30T01:21:39.012Z | Compiling ansi_term v0.12.1 |
1595 | 2023-11-30T01:21:39.065Z | Compiling libefi-sys v0.1.0 |
1596 | 2023-11-30T01:21:39.525Z | Compiling clap v2.34.0 |
1597 | 2023-11-30T01:21:39.585Z | Compiling structopt-derive v0.4.18 |
1598 | 2023-11-30T01:21:40.015Z | Compiling omicron-zone-package v0.9.1 |
1599 | 2023-11-30T01:21:40.461Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1600 | 2023-11-30T01:21:41.704Z | Compiling parse-display v0.8.2 |
1601 | 2023-11-30T01:21:42.059Z | Compiling rustfmt-wrapper v0.2.0 |
1602 | 2023-11-30T01:21:43.101Z | Compiling camino-tempfile v1.1.1 |
1603 | 2023-11-30T01:21:43.412Z | Compiling zone_cfg_derive v0.3.0 |
1604 | 2023-11-30T01:21:43.796Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1605 | 2023-11-30T01:21:44.698Z | Compiling num-derive v0.4.0 |
1606 | 2023-11-30T01:21:44.803Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1607 | 2023-11-30T01:21:45.387Z | Compiling base64ct v1.6.0 |
1608 | 2023-11-30T01:21:45.876Z | Compiling zone v0.3.0 |
1609 | 2023-11-30T01:21:46.555Z | Compiling structopt v0.3.26 |
1610 | 2023-11-30T01:21:46.790Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1611 | 2023-11-30T01:21:46.809Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1612 | 2023-11-30T01:21:47.446Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1613 | 2023-11-30T01:21:48.103Z | Compiling smf v0.2.2 |
1614 | 2023-11-30T01:21:48.295Z | Compiling unicase v2.7.0 |
1615 | 2023-11-30T01:21:48.379Z | Compiling curve25519-dalek v4.1.0 |
1616 | 2023-11-30T01:21:48.527Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1617 | 2023-11-30T01:21:48.718Z | Compiling universal-hash v0.5.1 |
1618 | 2023-11-30T01:21:48.770Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1619 | 2023-11-30T01:21:49.030Z | Compiling opaque-debug v0.3.0 |
1620 | 2023-11-30T01:21:49.066Z | Compiling hkdf v0.12.3 |
1621 | 2023-11-30T01:21:49.158Z | Compiling curve25519-dalek-derive v0.1.0 |
1622 | 2023-11-30T01:21:49.336Z | Compiling num-rational v0.4.1 |
1623 | 2023-11-30T01:21:49.369Z | Compiling getrandom v0.1.16 |
1624 | 2023-11-30T01:21:49.692Z | Compiling quick-error v1.2.3 |
1625 | 2023-11-30T01:21:49.894Z | Compiling keccak v0.1.4 |
1626 | 2023-11-30T01:21:50.161Z | Compiling linked-hash-map v0.5.6 |
1627 | 2023-11-30T01:21:50.362Z | Compiling parking_lot_core v0.8.6 |
1628 | 2023-11-30T01:21:50.407Z | Compiling sha3 v0.10.8 |
1629 | 2023-11-30T01:21:50.684Z | Compiling lru-cache v0.1.2 |
1630 | 2023-11-30T01:21:51.086Z | Compiling resolv-conf v0.7.0 |
1631 | 2023-11-30T01:21:51.516Z | Compiling password-hash v0.5.0 |
1632 | 2023-11-30T01:21:51.903Z | Compiling blake2 v0.10.6 |
1633 | 2023-11-30T01:21:51.960Z | Compiling aead v0.5.2 |
1634 | 2023-11-30T01:21:52.507Z | Compiling secrecy v0.8.0 |
1635 | 2023-11-30T01:21:52.531Z | Compiling num-complex v0.4.4 |
1636 | 2023-11-30T01:21:52.916Z | Compiling ff v0.13.0 |
1637 | 2023-11-30T01:21:53.299Z | Compiling nibble_vec v0.1.0 |
1638 | 2023-11-30T01:21:53.393Z | Compiling slog-dtrace v0.2.3 |
1639 | 2023-11-30T01:21:53.510Z | Compiling arc-swap v1.6.0 |
1640 | 2023-11-30T01:21:53.836Z | Compiling endian-type v0.1.2 |
1641 | 2023-11-30T01:21:54.060Z | Compiling convert_case v0.4.0 |
1642 | 2023-11-30T01:21:54.188Z | Compiling winapi v0.3.9 |
1643 | 2023-11-30T01:21:54.253Z | Compiling utf-8 v0.7.6 |
1644 | 2023-11-30T01:21:54.379Z | Compiling slog-scope v4.4.0 |
1645 | 2023-11-30T01:21:54.560Z | Compiling tungstenite v0.20.1 |
1646 | 2023-11-30T01:21:54.746Z | Compiling radix_trie v0.2.1 |
1647 | 2023-11-30T01:21:54.858Z | Compiling num v0.4.1 |
1648 | 2023-11-30T01:21:55.102Z | Compiling group v0.13.0 |
1649 | 2023-11-30T01:21:55.249Z | Compiling argon2 v0.5.2 |
1650 | 2023-11-30T01:21:55.337Z | Compiling mime_guess v2.0.4 |
1651 | 2023-11-30T01:21:55.564Z | Compiling derive_more v0.99.17 |
1652 | 2023-11-30T01:21:55.843Z | Compiling trust-dns-resolver v0.22.0 |
1653 | 2023-11-30T01:21:56.953Z | Compiling rand_core v0.5.1 |
1654 | 2023-11-30T01:21:57.491Z | Compiling poly1305 v0.8.0 |
1655 | 2023-11-30T01:21:57.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1656 | 2023-11-30T01:21:58.311Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1657 | 2023-11-30T01:21:58.787Z | Compiling chacha20 v0.9.1 |
1658 | 2023-11-30T01:21:59.540Z | Compiling crypto-bigint v0.5.2 |
1659 | 2023-11-30T01:21:59.839Z | Compiling thiserror-impl-no-std v2.0.2 |
1660 | 2023-11-30T01:22:00.340Z | Compiling ciborium-io v0.2.1 |
1661 | 2023-11-30T01:22:00.429Z | Compiling option-ext v0.2.0 |
1662 | 2023-11-30T01:22:00.516Z | Compiling half v1.8.2 |
1663 | 2023-11-30T01:22:00.605Z | Compiling base16ct v0.2.0 |
1664 | 2023-11-30T01:22:01.035Z | Compiling dirs-sys v0.4.1 |
1665 | 2023-11-30T01:22:01.556Z | Compiling ciborium-ll v0.2.1 |
1666 | 2023-11-30T01:22:02.111Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1667 | 2023-11-30T01:22:02.631Z | Compiling elliptic-curve v0.13.5 |
1668 | 2023-11-30T01:22:02.914Z | Compiling rand_chacha v0.2.2 |
1669 | 2023-11-30T01:22:03.543Z | Compiling parking_lot v0.11.2 |
1670 | 2023-11-30T01:22:05.234Z | Compiling tokio-tungstenite v0.20.1 |
1671 | 2023-11-30T01:22:05.310Z | Compiling trust-dns-client v0.22.0 |
1672 | 2023-11-30T01:22:05.549Z | Compiling thiserror-no-std v2.0.2 |
1673 | 2023-11-30T01:22:05.752Z | Compiling slog-stdlog v4.1.1 |
1674 | 2023-11-30T01:22:06.042Z | Compiling polyval v0.6.1 |
1675 | 2023-11-30T01:22:06.282Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1676 | 2023-11-30T01:22:06.334Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1677 | 2023-11-30T01:22:06.598Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1678 | 2023-11-30T01:22:06.707Z | Compiling password-hash v0.4.2 |
1679 | 2023-11-30T01:22:06.732Z | Compiling ed25519 v2.2.2 |
1680 | 2023-11-30T01:22:07.522Z | Compiling blowfish v0.9.1 |
1681 | 2023-11-30T01:22:08.234Z | Compiling ctr v0.9.2 |
1682 | 2023-11-30T01:22:08.329Z | Compiling aes v0.8.3 |
1683 | 2023-11-30T01:22:10.288Z | Compiling pbkdf2 v0.12.2 |
1684 | 2023-11-30T01:22:10.451Z | Compiling fxhash v0.2.1 |
1685 | 2023-11-30T01:22:10.930Z | Compiling glob v0.3.1 |
1686 | 2023-11-30T01:22:11.244Z | Compiling cancel-safe-futures v0.1.5 |
1687 | 2023-11-30T01:22:11.792Z | Compiling trust-dns-server v0.22.1 |
1688 | 2023-11-30T01:22:13.312Z | Compiling sled v0.34.7 |
1689 | 2023-11-30T01:22:15.514Z | Compiling bcrypt-pbkdf v0.10.0 |
1690 | 2023-11-30T01:22:16.084Z | Compiling pbkdf2 v0.11.0 |
1691 | 2023-11-30T01:22:16.165Z | Compiling ed25519-dalek v2.0.0 |
1692 | 2023-11-30T01:22:16.642Z | Compiling ghash v0.5.0 |
1693 | 2023-11-30T01:22:16.927Z | Compiling slog-envlogger v2.2.0 |
1694 | 2023-11-30T01:22:17.952Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1695 | 2023-11-30T01:22:18.136Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1696 | 2023-11-30T01:22:20.473Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1697 | 2023-11-30T01:22:21.079Z | Compiling vsss-rs v3.3.1 |
1698 | 2023-11-30T01:22:21.633Z | Compiling russh-cryptovec v0.7.0 |
1699 | 2023-11-30T01:22:22.129Z | Compiling rand v0.7.3 |
1700 | 2023-11-30T01:22:25.540Z | Compiling ciborium v0.2.1 |
1701 | 2023-11-30T01:22:27.188Z | Compiling dirs v5.0.1 |
1702 | 2023-11-30T01:22:27.478Z | Compiling chacha20poly1305 v0.10.1 |
1703 | 2023-11-30T01:22:27.822Z | Compiling cbc v0.1.2 |
1704 | 2023-11-30T01:22:28.095Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1705 | 2023-11-30T01:22:28.219Z | Compiling pem v3.0.2 |
1706 | 2023-11-30T01:22:29.086Z | Compiling headers-core v0.2.0 |
1707 | 2023-11-30T01:22:29.110Z | Compiling kstat-rs v0.2.3 |
1708 | 2023-11-30T01:22:29.473Z | Compiling base64 v0.13.1 |
1709 | 2023-11-30T01:22:29.580Z | Compiling pretty-hex v0.4.0 |
1710 | 2023-11-30T01:22:29.901Z | Compiling md5 v0.7.0 |
1711 | 2023-11-30T01:22:30.059Z | Compiling http-range v0.1.5 |
1712 | 2023-11-30T01:22:30.442Z | Compiling hyper-staticfile v0.9.5 |
1713 | 2023-11-30T01:22:30.589Z | Compiling russh-keys v0.38.0 |
1714 | 2023-11-30T01:22:30.718Z | Compiling pem v1.1.1 |
1715 | 2023-11-30T01:22:31.797Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1716 | 2023-11-30T01:22:32.061Z | Compiling headers v0.3.9 |
1717 | 2023-11-30T01:22:32.612Z | Compiling rcgen v0.11.3 |
1718 | 2023-11-30T01:22:32.982Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-30T01:22:33.836Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1720 | 2023-11-30T01:22:35.745Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1721 | 2023-11-30T01:22:36.002Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1722 | 2023-11-30T01:22:37.072Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1723 | 2023-11-30T01:22:38.226Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1724 | 2023-11-30T01:22:42.512Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1725 | 2023-11-30T01:22:43.149Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1726 | 2023-11-30T01:22:44.487Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1727 | 2023-11-30T01:22:47.631Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1728 | 2023-11-30T01:22:47.914Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1729 | 2023-11-30T01:22:50.021Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1730 | 2023-11-30T01:22:52.823Z | Compiling aes-gcm v0.10.3 |
1731 | 2023-11-30T01:22:54.209Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1732 | 2023-11-30T01:22:55.220Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1733 | 2023-11-30T01:22:55.222Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1734 | 2023-11-30T01:22:55.695Z | Compiling atomicwrites v0.4.2 |
1735 | 2023-11-30T01:22:56.251Z | Compiling itertools v0.12.0 |
1736 | 2023-11-30T01:22:57.808Z | Compiling subprocess v0.2.9 |
1737 | 2023-11-30T01:23:01.303Z | Compiling hex-literal v0.4.1 |
1738 | 2023-11-30T01:23:01.539Z | Compiling russh v0.39.0 |
1739 | 2023-11-30T01:23:01.677Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1740 | 2023-11-30T01:23:05.324Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1741 | 2023-11-30T01:23:08.051Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1742 | 2023-11-30T01:23:35.476Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1743 | 2023-11-30T01:24:57.599Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 57s |
1744 | 2023-11-30T01:24:57.920Z | |
1745 | 2023-11-30T01:24:57.920Z | real 7:58.015889168 |
1746 | 2023-11-30T01:24:57.923Z | user 43:46.785674333 |
1747 | 2023-11-30T01:24:57.923Z | sys 6:45.749480659 |
1748 | 2023-11-30T01:24:57.924Z | trap 1.759709731 |
1749 | 2023-11-30T01:24:57.924Z | tflt 4.533219017 |
1750 | 2023-11-30T01:24:57.924Z | dflt 6.755449862 |
1751 | 2023-11-30T01:24:57.924Z | kflt 0.019155276 |
1752 | 2023-11-30T01:24:57.925Z | lock 1:23:45.732879822 |
1753 | 2023-11-30T01:24:57.925Z | slp 2:05:16.712625047 |
1754 | 2023-11-30T01:24:57.925Z | lat 2:00.635169089 |
1755 | 2023-11-30T01:24:57.925Z | stop 4:10.733261344 |
1756 | 2023-11-30T01:24:57.925Z | + mkdir -p /work/end-to-end-tests |
1757 | 2023-11-30T01:24:57.928Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1758 | 2023-11-30T01:24:58.785Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1759 | 2023-11-30T01:24:58.785Z | + ptime -m gzip |
1760 | 2023-11-30T01:24:58.788Z | ++ basename target/debug/bootstrap |
1761 | 2023-11-30T01:25:15.196Z | |
1762 | 2023-11-30T01:25:15.199Z | real 16.405186292 |
1763 | 2023-11-30T01:25:15.199Z | user 16.219765139 |
1764 | 2023-11-30T01:25:15.199Z | sys 0.179540915 |
1765 | 2023-11-30T01:25:15.199Z | trap 0.004072492 |
1766 | 2023-11-30T01:25:15.199Z | tflt 0.000000000 |
1767 | 2023-11-30T01:25:15.199Z | dflt 0.000000000 |
1768 | 2023-11-30T01:25:15.199Z | kflt 0.000000000 |
1769 | 2023-11-30T01:25:15.199Z | lock 0.000000000 |
1770 | 2023-11-30T01:25:15.199Z | slp 0.000000000 |
1771 | 2023-11-30T01:25:15.199Z | lat 0.001451632 |
1772 | 2023-11-30T01:25:15.199Z | stop 0.000235764 |
1773 | 2023-11-30T01:25:15.199Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1774 | 2023-11-30T01:25:15.199Z | + ptime -m gzip |
1775 | 2023-11-30T01:25:15.199Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d69322849e0fa66 |
1776 | 2023-11-30T01:25:16.279Z | |
1777 | 2023-11-30T01:25:16.279Z | real 1.074399392 |
1778 | 2023-11-30T01:25:16.279Z | user 1.062410226 |
1779 | 2023-11-30T01:25:16.279Z | sys 0.011270416 |
1780 | 2023-11-30T01:25:16.279Z | trap 0.000119184 |
1781 | 2023-11-30T01:25:16.279Z | tflt 0.000000000 |
1782 | 2023-11-30T01:25:16.283Z | dflt 0.000000000 |
1783 | 2023-11-30T01:25:16.283Z | kflt 0.000000000 |
1784 | 2023-11-30T01:25:16.283Z | lock 0.000000000 |
1785 | 2023-11-30T01:25:16.283Z | slp 0.000000000 |
1786 | 2023-11-30T01:25:16.283Z | lat 0.000239403 |
1787 | 2023-11-30T01:25:16.283Z | stop 0.000237352 |
1788 | 2023-11-30T01:25:16.283Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1789 | 2023-11-30T01:25:16.283Z | + ptime -m gzip |
1790 | 2023-11-30T01:25:16.283Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7d7c590276acd289 |
1791 | 2023-11-30T01:25:33.266Z | |
1792 | 2023-11-30T01:25:33.266Z | real 16.979750201 |
1793 | 2023-11-30T01:25:33.266Z | user 16.791641000 |
1794 | 2023-11-30T01:25:33.266Z | sys 0.183574944 |
1795 | 2023-11-30T01:25:33.270Z | trap 0.003349177 |
1796 | 2023-11-30T01:25:33.270Z | tflt 0.000000000 |
1797 | 2023-11-30T01:25:33.270Z | dflt 0.000000000 |
1798 | 2023-11-30T01:25:33.270Z | kflt 0.000000000 |
1799 | 2023-11-30T01:25:33.270Z | lock 0.000000000 |
1800 | 2023-11-30T01:25:33.270Z | slp 0.000000000 |
1801 | 2023-11-30T01:25:33.270Z | lat 0.000831586 |
1802 | 2023-11-30T01:25:33.270Z | stop 0.000232753 |
1803 | 2023-11-30T01:25:33.270Z | + banner caboose-util |
1804 | 2023-11-30T01:25:33.270Z | |
1805 | 2023-11-30T01:25:33.270Z | #### ## ##### #### #### #### ###### # # ##### |
1806 | 2023-11-30T01:25:33.270Z | # # # # # # # # # # # # # # # |
1807 | 2023-11-30T01:25:33.270Z | # # # ##### # # # # #### ##### ##### # # # |
1808 | 2023-11-30T01:25:33.270Z | # ###### # # # # # # # # # # # |
1809 | 2023-11-30T01:25:33.270Z | # # # # # # # # # # # # # # # # |
1810 | 2023-11-30T01:25:33.270Z | #### # # ##### #### #### #### ###### #### # |
1811 | 2023-11-30T01:25:33.270Z | |
1812 | 2023-11-30T01:25:33.273Z | + ptime -m cargo build --locked -p caboose-util --release |
1813 | 2023-11-30T01:25:33.905Z | Downloading crates ... |
1814 | 2023-11-30T01:25:34.271Z | Downloaded bitfield v0.14.0 |
1815 | 2023-11-30T01:25:34.279Z | Downloaded env_logger v0.10.0 |
1816 | 2023-11-30T01:25:34.285Z | Downloaded nodrop v0.1.14 |
1817 | 2023-11-30T01:25:34.290Z | Downloaded path-slash v0.1.5 |
1818 | 2023-11-30T01:25:34.293Z | Downloaded termcolor v1.2.0 |
1819 | 2023-11-30T01:25:34.309Z | Downloaded array-init v0.0.4 |
1820 | 2023-11-30T01:25:34.311Z | Downloaded tap v1.0.1 |
1821 | 2023-11-30T01:25:34.315Z | Downloaded crc v3.0.1 |
1822 | 2023-11-30T01:25:34.318Z | Downloaded crc-catalog v2.2.0 |
1823 | 2023-11-30T01:25:34.320Z | Downloaded maybe-uninit v2.0.0 |
1824 | 2023-11-30T01:25:34.325Z | Downloaded serde-hex v0.1.0 |
1825 | 2023-11-30T01:25:34.325Z | Downloaded der_derive v0.7.2 |
1826 | 2023-11-30T01:25:34.328Z | Downloaded pem-rfc7468 v0.7.0 |
1827 | 2023-11-30T01:25:34.330Z | Downloaded radium v0.7.0 |
1828 | 2023-11-30T01:25:34.333Z | Downloaded packed_struct v0.10.1 |
1829 | 2023-11-30T01:25:34.336Z | Downloaded funty v2.0.0 |
1830 | 2023-11-30T01:25:34.336Z | Downloaded pkcs1 v0.7.5 |
1831 | 2023-11-30T01:25:34.339Z | Downloaded crc-any v2.4.3 |
1832 | 2023-11-30T01:25:34.343Z | Downloaded rsa v0.9.2 |
1833 | 2023-11-30T01:25:34.351Z | Downloaded x509-cert v0.2.4 |
1834 | 2023-11-30T01:25:34.366Z | Downloaded bitvec v1.0.1 |
1835 | 2023-11-30T01:25:34.392Z | Downloaded object v0.30.4 |
1836 | 2023-11-30T01:25:34.408Z | Downloaded smallvec v0.6.14 |
1837 | 2023-11-30T01:25:34.411Z | Downloaded ron v0.8.1 |
1838 | 2023-11-30T01:25:34.419Z | Downloaded flagset v0.4.3 |
1839 | 2023-11-30T01:25:34.422Z | Downloaded num-bigint-dig v0.8.4 |
1840 | 2023-11-30T01:25:34.431Z | Downloaded wyz v0.5.1 |
1841 | 2023-11-30T01:25:34.435Z | Downloaded packed_struct_codegen v0.10.1 |
1842 | 2023-11-30T01:25:34.594Z | Compiling proc-macro2 v1.0.69 |
1843 | 2023-11-30T01:25:34.597Z | Compiling unicode-ident v1.0.12 |
1844 | 2023-11-30T01:25:34.597Z | Compiling libc v0.2.150 |
1845 | 2023-11-30T01:25:34.597Z | Compiling autocfg v1.1.0 |
1846 | 2023-11-30T01:25:34.597Z | Compiling serde v1.0.192 |
1847 | 2023-11-30T01:25:34.616Z | Compiling cfg-if v1.0.0 |
1848 | 2023-11-30T01:25:34.619Z | Compiling version_check v0.9.4 |
1849 | 2023-11-30T01:25:34.756Z | Compiling syn v1.0.109 |
1850 | 2023-11-30T01:25:34.770Z | Compiling parking_lot_core v0.9.8 |
1851 | 2023-11-30T01:25:34.858Z | Compiling typenum v1.16.0 |
1852 | 2023-11-30T01:25:35.404Z | Compiling libm v0.2.7 |
1853 | 2023-11-30T01:25:35.407Z | Compiling futures-core v0.3.29 |
1854 | 2023-11-30T01:25:35.671Z | Compiling generic-array v0.14.7 |
1855 | 2023-11-30T01:25:35.684Z | Compiling lock_api v0.4.10 |
1856 | 2023-11-30T01:25:35.852Z | Compiling num-traits v0.2.16 |
1857 | 2023-11-30T01:25:35.887Z | Compiling once_cell v1.18.0 |
1858 | 2023-11-30T01:25:36.078Z | Compiling pkg-config v0.3.27 |
1859 | 2023-11-30T01:25:36.081Z | Compiling scopeguard v1.2.0 |
1860 | 2023-11-30T01:25:36.450Z | Compiling slab v0.4.9 |
1861 | 2023-11-30T01:25:36.453Z | Compiling futures-channel v0.3.29 |
1862 | 2023-11-30T01:25:36.470Z | Compiling futures-task v0.3.29 |
1863 | 2023-11-30T01:25:36.855Z | Compiling quote v1.0.33 |
1864 | 2023-11-30T01:25:36.956Z | Compiling serde_json v1.0.108 |
1865 | 2023-11-30T01:25:37.208Z | Compiling thiserror v1.0.49 |
1866 | 2023-11-30T01:25:37.425Z | Compiling futures-util v0.3.29 |
1867 | 2023-11-30T01:25:37.777Z | Compiling syn v2.0.32 |
1868 | 2023-11-30T01:25:37.854Z | Compiling cc v1.0.83 |
1869 | 2023-11-30T01:25:37.897Z | Compiling getrandom v0.2.10 |
1870 | 2023-11-30T01:25:37.948Z | Compiling memchr v2.6.3 |
1871 | 2023-11-30T01:25:38.410Z | Compiling itoa v1.0.9 |
1872 | 2023-11-30T01:25:38.506Z | Compiling log v0.4.20 |
1873 | 2023-11-30T01:25:38.723Z | Compiling smallvec v1.11.0 |
1874 | 2023-11-30T01:25:39.585Z | Compiling vcpkg v0.2.15 |
1875 | 2023-11-30T01:25:40.136Z | Compiling byteorder v1.5.0 |
1876 | 2023-11-30T01:25:40.511Z | Compiling rand_core v0.6.4 |
1877 | 2023-11-30T01:25:40.963Z | Compiling pin-project-lite v0.2.13 |
1878 | 2023-11-30T01:25:41.469Z | Compiling parking_lot v0.12.1 |
1879 | 2023-11-30T01:25:42.008Z | Compiling ring v0.17.5 |
1880 | 2023-11-30T01:25:42.380Z | Compiling indexmap v1.9.3 |
1881 | 2023-11-30T01:25:42.482Z | Compiling openssl-sys v0.9.93 |
1882 | 2023-11-30T01:25:43.835Z | Compiling signal-hook-registry v1.4.1 |
1883 | 2023-11-30T01:25:44.355Z | Compiling io-lifetimes v1.0.11 |
1884 | 2023-11-30T01:25:44.835Z | Compiling heck v0.4.1 |
1885 | 2023-11-30T01:25:45.431Z | Compiling ring v0.16.20 |
1886 | 2023-11-30T01:25:45.568Z | Compiling mio v0.8.9 |
1887 | 2023-11-30T01:25:47.124Z | Compiling num-integer v0.1.45 |
1888 | 2023-11-30T01:25:47.166Z | Compiling semver v1.0.20 |
1889 | 2023-11-30T01:25:47.359Z | Compiling ryu v1.0.15 |
1890 | 2023-11-30T01:25:47.525Z | Compiling const-oid v0.9.5 |
1891 | 2023-11-30T01:25:48.025Z | Compiling spin v0.5.2 |
1892 | 2023-11-30T01:25:48.366Z | Compiling rustix v0.37.23 |
1893 | 2023-11-30T01:25:49.197Z | Compiling num_cpus v1.16.0 |
1894 | 2023-11-30T01:25:49.539Z | Compiling socket2 v0.5.5 |
1895 | 2023-11-30T01:25:49.684Z | Compiling httparse v1.8.0 |
1896 | 2023-11-30T01:25:50.232Z | Compiling openssl v0.10.57 |
1897 | 2023-11-30T01:25:50.339Z | Compiling unicode-xid v0.2.4 |
1898 | 2023-11-30T01:25:50.556Z | Compiling futures-sink v0.3.29 |
1899 | 2023-11-30T01:25:50.764Z | Compiling ucd-trie v0.1.6 |
1900 | 2023-11-30T01:25:50.799Z | Compiling synstructure v0.12.6 |
1901 | 2023-11-30T01:25:51.246Z | Compiling tinyvec_macros v0.1.1 |
1902 | 2023-11-30T01:25:51.368Z | Compiling tinyvec v1.6.0 |
1903 | 2023-11-30T01:25:52.436Z | Compiling ppv-lite86 v0.2.17 |
1904 | 2023-11-30T01:25:52.572Z | Compiling rustls v0.21.9 |
1905 | 2023-11-30T01:25:52.951Z | Compiling futures-io v0.3.29 |
1906 | 2023-11-30T01:25:53.014Z | Compiling pin-utils v0.1.0 |
1907 | 2023-11-30T01:25:53.131Z | Compiling crc32fast v1.3.2 |
1908 | 2023-11-30T01:25:53.338Z | Compiling native-tls v0.2.11 |
1909 | 2023-11-30T01:25:53.366Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1910 | 2023-11-30T01:25:53.764Z | Compiling rand_chacha v0.3.1 |
1911 | 2023-11-30T01:25:53.786Z | Compiling spin v0.9.8 |
1912 | 2023-11-30T01:25:53.990Z | Compiling unicode-normalization v0.1.22 |
1913 | 2023-11-30T01:25:54.012Z | Compiling tracing-core v0.1.31 |
1914 | 2023-11-30T01:25:54.352Z | Compiling subtle v2.5.0 |
1915 | 2023-11-30T01:25:54.852Z | Compiling unicode-bidi v0.3.13 |
1916 | 2023-11-30T01:25:55.338Z | Compiling rand v0.8.5 |
1917 | 2023-11-30T01:25:56.491Z | Compiling errno v0.3.2 |
1918 | 2023-11-30T01:25:56.718Z | Compiling num-iter v0.1.43 |
1919 | 2023-11-30T01:25:56.852Z | Compiling usdt-impl v0.3.5 |
1920 | 2023-11-30T01:25:56.865Z | Compiling ahash v0.8.3 |
1921 | 2023-11-30T01:25:56.921Z | Compiling rustix v0.38.25 |
1922 | 2023-11-30T01:25:57.373Z | Compiling schemars v0.8.13 |
1923 | 2023-11-30T01:25:57.386Z | Compiling base64 v0.21.5 |
1924 | 2023-11-30T01:25:57.876Z | Compiling signal-hook v0.3.17 |
1925 | 2023-11-30T01:25:58.524Z | Compiling serde_derive_internals v0.26.0 |
1926 | 2023-11-30T01:25:59.541Z | Compiling serde_derive v1.0.192 |
1927 | 2023-11-30T01:25:59.778Z | Compiling zeroize_derive v1.4.2 |
1928 | 2023-11-30T01:25:59.941Z | Compiling tokio-macros v2.2.0 |
1929 | 2023-11-30T01:26:00.693Z | Compiling thiserror-impl v1.0.49 |
1930 | 2023-11-30T01:26:01.412Z | Compiling futures-macro v0.3.29 |
1931 | 2023-11-30T01:26:02.092Z | Compiling zeroize v1.7.0 |
1932 | 2023-11-30T01:26:02.391Z | Compiling tracing-attributes v0.1.26 |
1933 | 2023-11-30T01:26:03.503Z | Compiling zerocopy-derive v0.2.0 |
1934 | 2023-11-30T01:26:03.848Z | Compiling openssl-macros v0.1.1 |
1935 | 2023-11-30T01:26:04.897Z | Compiling zerocopy-derive v0.6.4 |
1936 | 2023-11-30T01:26:05.152Z | Compiling crypto-common v0.1.6 |
1937 | 2023-11-30T01:26:05.449Z | Compiling block-buffer v0.10.4 |
1938 | 2023-11-30T01:26:05.501Z | Compiling pest v2.7.2 |
1939 | 2023-11-30T01:26:05.824Z | Compiling digest v0.10.7 |
1940 | 2023-11-30T01:26:06.645Z | Compiling fnv v1.0.7 |
1941 | 2023-11-30T01:26:07.216Z | Compiling bitflags v1.3.2 |
1942 | 2023-11-30T01:26:07.777Z | Compiling tracing v0.1.37 |
1943 | 2023-11-30T01:26:08.533Z | Compiling zerocopy v0.3.0 |
1944 | 2023-11-30T01:26:08.617Z | Compiling schemars_derive v0.8.13 |
1945 | 2023-11-30T01:26:09.422Z | Compiling pest_meta v2.7.2 |
1946 | 2023-11-30T01:26:10.057Z | Compiling lazy_static v1.4.0 |
1947 | 2023-11-30T01:26:12.308Z | Compiling pest_generator v2.7.2 |
1948 | 2023-11-30T01:26:13.633Z | Compiling backtrace v0.3.69 |
1949 | 2023-11-30T01:26:13.855Z | Compiling memoffset v0.9.0 |
1950 | 2023-11-30T01:26:14.217Z | Compiling num-bigint v0.4.4 |
1951 | 2023-11-30T01:26:14.277Z | Compiling smoltcp v0.9.1 |
1952 | 2023-11-30T01:26:14.621Z | Compiling iana-time-zone v0.1.57 |
1953 | 2023-11-30T01:26:14.874Z | Compiling async-trait v0.1.74 |
1954 | 2023-11-30T01:26:15.136Z | Compiling hashbrown v0.12.3 |
1955 | 2023-11-30T01:26:15.181Z | Compiling equivalent v1.0.1 |
1956 | 2023-11-30T01:26:15.314Z | Compiling openssl-probe v0.1.5 |
1957 | 2023-11-30T01:26:15.317Z | Compiling base64ct v1.6.0 |
1958 | 2023-11-30T01:26:15.528Z | Compiling foreign-types-shared v0.1.1 |
1959 | 2023-11-30T01:26:15.663Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1960 | 2023-11-30T01:26:15.737Z | Compiling percent-encoding v2.3.0 |
1961 | 2023-11-30T01:26:16.151Z | Compiling pest_derive v2.7.2 |
1962 | 2023-11-30T01:26:16.218Z | Compiling hashbrown v0.14.2 |
1963 | 2023-11-30T01:26:16.691Z | Compiling untrusted v0.9.0 |
1964 | 2023-11-30T01:26:17.024Z | Compiling untrusted v0.7.1 |
1965 | 2023-11-30T01:26:17.036Z | Compiling doc-comment v0.3.3 |
1966 | 2023-11-30T01:26:17.303Z | Compiling crossbeam-utils v0.8.16 |
1967 | 2023-11-30T01:26:17.454Z | Compiling dtrace-parser v0.1.14 |
1968 | 2023-11-30T01:26:18.350Z | Compiling pem-rfc7468 v0.7.0 |
1969 | 2023-11-30T01:26:19.397Z | Compiling foreign-types v0.3.2 |
1970 | 2023-11-30T01:26:20.144Z | Compiling dof v0.1.5 |
1971 | 2023-11-30T01:26:20.283Z | Compiling der_derive v0.7.2 |
1972 | 2023-11-30T01:26:21.248Z | Compiling clap_derive v4.4.2 |
1973 | 2023-11-30T01:26:22.866Z | Compiling bytes v1.5.0 |
1974 | 2023-11-30T01:26:24.035Z | Compiling bitflags v2.4.0 |
1975 | 2023-11-30T01:26:24.794Z | Compiling tokio v1.34.0 |
1976 | 2023-11-30T01:26:24.834Z | Compiling rustc_version v0.4.0 |
1977 | 2023-11-30T01:26:25.810Z | Compiling heapless v0.7.16 |
1978 | 2023-11-30T01:26:26.384Z | Compiling http v0.2.11 |
1979 | 2023-11-30T01:26:26.713Z | Compiling uuid v1.6.1 |
1980 | 2023-11-30T01:26:27.803Z | Compiling indexmap v2.1.0 |
1981 | 2023-11-30T01:26:27.939Z | Compiling chrono v0.4.31 |
1982 | 2023-11-30T01:26:29.874Z | Compiling thread-id v4.2.0 |
1983 | 2023-11-30T01:26:30.247Z | Compiling siphasher v0.3.11 |
1984 | 2023-11-30T01:26:30.514Z | Compiling time-core v0.1.1 |
1985 | 2023-11-30T01:26:30.756Z | Compiling rustversion v1.0.14 |
1986 | 2023-11-30T01:26:30.761Z | Compiling utf8parse v0.2.1 |
1987 | 2023-11-30T01:26:30.877Z | Compiling anstyle v1.0.2 |
1988 | 2023-11-30T01:26:31.036Z | Compiling adler v1.0.2 |
1989 | 2023-11-30T01:26:31.335Z | Compiling try-lock v0.2.4 |
1990 | 2023-11-30T01:26:31.533Z | Compiling cpufeatures v0.2.9 |
1991 | 2023-11-30T01:26:31.662Z | Compiling flagset v0.4.3 |
1992 | 2023-11-30T01:26:31.771Z | Compiling sha2 v0.10.8 |
1993 | 2023-11-30T01:26:32.005Z | Compiling der v0.7.8 |
1994 | 2023-11-30T01:26:34.056Z | Compiling want v0.3.1 |
1995 | 2023-11-30T01:26:34.432Z | Compiling miniz_oxide v0.7.1 |
1996 | 2023-11-30T01:26:36.287Z | Compiling anstyle-parse v0.2.1 |
1997 | 2023-11-30T01:26:36.627Z | Compiling time-macros v0.2.13 |
1998 | 2023-11-30T01:26:37.838Z | Compiling tokio-util v0.7.10 |
1999 | 2023-11-30T01:26:40.193Z | Compiling h2 v0.3.21 |
2000 | 2023-11-30T01:26:41.955Z | Compiling http-body v0.4.5 |
2001 | 2023-11-30T01:26:45.433Z | Compiling serde_tokenstream v0.1.7 |
2002 | 2023-11-30T01:26:45.939Z | Compiling rustls-webpki v0.101.7 |
2003 | 2023-11-30T01:26:46.221Z | Compiling sct v0.7.0 |
2004 | 2023-11-30T01:26:46.854Z | Compiling form_urlencoded v1.2.0 |
2005 | 2023-11-30T01:26:47.056Z | Compiling hubpack_derive v0.1.1 |
2006 | 2023-11-30T01:26:47.325Z | Compiling pin-project-internal v1.1.3 |
2007 | 2023-11-30T01:26:48.558Z | Compiling socket2 v0.4.9 |
2008 | 2023-11-30T01:26:48.620Z | Compiling crossbeam-epoch v0.9.15 |
2009 | 2023-11-30T01:26:49.344Z | Compiling colorchoice v1.0.0 |
2010 | 2023-11-30T01:26:49.506Z | Compiling anstyle-query v1.0.0 |
2011 | 2023-11-30T01:26:49.592Z | Compiling slog v2.7.0 |
2012 | 2023-11-30T01:26:49.696Z | Compiling radium v0.7.0 |
2013 | 2023-11-30T01:26:50.427Z | Compiling tower-service v0.3.2 |
2014 | 2023-11-30T01:26:50.929Z | Compiling httpdate v1.0.3 |
2015 | 2023-11-30T01:26:50.942Z | Compiling anyhow v1.0.75 |
2016 | 2023-11-30T01:26:51.659Z | Compiling hyper v0.14.27 |
2017 | 2023-11-30T01:26:54.326Z | Compiling anstream v0.5.0 |
2018 | 2023-11-30T01:27:00.389Z | Compiling terminal_size v0.2.6 |
2019 | 2023-11-30T01:27:00.694Z | Compiling spki v0.7.2 |
2020 | 2023-11-30T01:27:02.591Z | Compiling toml_datetime v0.6.5 |
2021 | 2023-11-30T01:27:03.211Z | Compiling serde_spanned v0.6.4 |
2022 | 2023-11-30T01:27:03.729Z | Compiling rustls-pemfile v1.0.3 |
2023 | 2023-11-30T01:27:04.240Z | Compiling zerocopy v0.6.4 |
2024 | 2023-11-30T01:27:05.574Z | Compiling hmac v0.12.1 |
2025 | 2023-11-30T01:27:05.761Z | Compiling md-5 v0.10.5 |
2026 | 2023-11-30T01:27:06.097Z | Compiling idna v0.4.0 |
2027 | 2023-11-30T01:27:06.121Z | Compiling stringprep v0.1.3 |
2028 | 2023-11-30T01:27:07.374Z | Compiling diesel_table_macro_syntax v0.1.0 |
2029 | 2023-11-30T01:27:07.378Z | Compiling hash32 v0.2.1 |
2030 | 2023-11-30T01:27:07.520Z | Compiling aho-corasick v1.0.4 |
2031 | 2023-11-30T01:27:07.751Z | Compiling tap v1.0.1 |
2032 | 2023-11-30T01:27:07.876Z | Compiling gimli v0.28.0 |
2033 | 2023-11-30T01:27:07.925Z | Compiling fallible-iterator v0.2.0 |
2034 | 2023-11-30T01:27:08.020Z | Compiling either v1.9.0 |
2035 | 2023-11-30T01:27:08.532Z | Compiling winnow v0.5.15 |
2036 | 2023-11-30T01:27:08.546Z | Compiling clap_lex v0.5.1 |
2037 | 2023-11-30T01:27:09.242Z | Compiling maybe-uninit v2.0.0 |
2038 | 2023-11-30T01:27:09.696Z | Compiling regex-syntax v0.8.2 |
2039 | 2023-11-30T01:27:09.905Z | Compiling strsim v0.10.0 |
2040 | 2023-11-30T01:27:11.104Z | Compiling stable_deref_trait v1.2.0 |
2041 | 2023-11-30T01:27:11.238Z | Compiling dyn-clone v1.0.13 |
2042 | 2023-11-30T01:27:13.779Z | Compiling clap_builder v4.4.2 |
2043 | 2023-11-30T01:27:13.926Z | Compiling postgres-protocol v0.6.6 |
2044 | 2023-11-30T01:27:13.958Z | Compiling wyz v0.5.1 |
2045 | 2023-11-30T01:27:14.560Z | Compiling diesel_derives v2.1.2 |
2046 | 2023-11-30T01:27:14.697Z | Compiling url v2.4.1 |
2047 | 2023-11-30T01:27:15.275Z | Compiling addr2line v0.21.0 |
2048 | 2023-11-30T01:27:15.795Z | Compiling regex-automata v0.4.3 |
2049 | 2023-11-30T01:27:17.515Z | Compiling tokio-rustls v0.24.1 |
2050 | 2023-11-30T01:27:18.447Z | Compiling rustls-native-certs v0.6.3 |
2051 | 2023-11-30T01:27:18.962Z | Compiling strum_macros v0.25.2 |
2052 | 2023-11-30T01:27:21.964Z | Compiling tokio-native-tls v0.3.1 |
2053 | 2023-11-30T01:27:26.015Z | Compiling usdt-macro v0.3.5 |
2054 | 2023-11-30T01:27:26.038Z | Compiling usdt-attr-macro v0.3.5 |
2055 | 2023-11-30T01:27:27.862Z | Compiling phf_shared v0.11.2 |
2056 | 2023-11-30T01:27:28.810Z | Compiling block-padding v0.3.3 |
2057 | 2023-11-30T01:27:28.992Z | Compiling enum-as-inner v0.5.1 |
2058 | 2023-11-30T01:27:29.136Z | Compiling snafu-derive v0.7.5 |
2059 | 2023-11-30T01:27:29.427Z | Compiling serde_repr v0.1.16 |
2060 | 2023-11-30T01:27:30.470Z | Compiling scheduled-thread-pool v0.2.7 |
2061 | 2023-11-30T01:27:31.070Z | Compiling object v0.32.1 |
2062 | 2023-11-30T01:27:34.318Z | Compiling managed v0.8.0 |
2063 | 2023-11-30T01:27:35.046Z | Compiling packed_struct v0.10.1 |
2064 | 2023-11-30T01:27:35.625Z | Compiling funty v2.0.0 |
2065 | 2023-11-30T01:27:38.435Z | Compiling ipnet v2.8.0 |
2066 | 2023-11-30T01:27:40.212Z | Compiling bit-vec v0.6.3 |
2067 | 2023-11-30T01:27:40.256Z | Compiling num-bigint-dig v0.8.4 |
2068 | 2023-11-30T01:27:40.873Z | Compiling rustc-demangle v0.1.23 |
2069 | 2023-11-30T01:27:41.540Z | Compiling matches v0.1.10 |
2070 | 2023-11-30T01:27:41.662Z | Compiling regex-automata v0.1.10 |
2071 | 2023-11-30T01:27:42.307Z | Compiling num_threads v0.1.6 |
2072 | 2023-11-30T01:27:42.455Z | Compiling deranged v0.3.8 |
2073 | 2023-11-30T01:27:42.479Z | Compiling bstr v0.2.17 |
2074 | 2023-11-30T01:27:42.482Z | Compiling idna v0.2.3 |
2075 | 2023-11-30T01:27:45.502Z | Compiling time v0.3.27 |
2076 | 2023-11-30T01:27:46.682Z | Compiling bitvec v1.0.1 |
2077 | 2023-11-30T01:27:50.587Z | Compiling r2d2 v0.8.10 |
2078 | 2023-11-30T01:27:51.819Z | Compiling inout v0.1.3 |
2079 | 2023-11-30T01:27:54.160Z | Compiling phf v0.11.2 |
2080 | 2023-11-30T01:27:54.604Z | Compiling regex v1.10.2 |
2081 | 2023-11-30T01:27:55.525Z | Compiling hyper-tls v0.5.0 |
2082 | 2023-11-30T01:27:56.019Z | Compiling clap v4.4.3 |
2083 | 2023-11-30T01:27:56.166Z | Compiling signal-hook-mio v0.2.3 |
2084 | 2023-11-30T01:27:56.224Z | Compiling hyper-rustls v0.24.2 |
2085 | 2023-11-30T01:27:56.374Z | Compiling flate2 v1.0.28 |
2086 | 2023-11-30T01:27:57.020Z | Compiling bzip2 v0.4.4 |
2087 | 2023-11-30T01:27:57.595Z | Compiling ipnetwork v0.20.0 |
2088 | 2023-11-30T01:27:57.648Z | Compiling postgres-types v0.2.6 |
2089 | 2023-11-30T01:27:57.918Z | Compiling toml_edit v0.19.15 |
2090 | 2023-11-30T01:27:58.057Z | Compiling itertools v0.11.0 |
2091 | 2023-11-30T01:27:58.845Z | Compiling pkcs8 v0.10.2 |
2092 | 2023-11-30T01:27:59.936Z | Compiling pin-project v1.1.3 |
2093 | 2023-11-30T01:28:00.464Z | Compiling hubpack v0.1.2 |
2094 | 2023-11-30T01:28:00.598Z | Compiling serde_urlencoded v0.7.1 |
2095 | 2023-11-30T01:28:01.134Z | Compiling phf_shared v0.10.0 |
2096 | 2023-11-30T01:28:01.468Z | Compiling futures-executor v0.3.29 |
2097 | 2023-11-30T01:28:03.073Z | Compiling signature v2.1.0 |
2098 | 2023-11-30T01:28:03.533Z | Compiling packed_struct_codegen v0.10.1 |
2099 | 2023-11-30T01:28:05.242Z | Compiling float-cmp v0.9.0 |
2100 | 2023-11-30T01:28:06.330Z | Compiling encoding_rs v0.8.33 |
2101 | 2023-11-30T01:28:07.853Z | Compiling fixedbitset v0.4.2 |
2102 | 2023-11-30T01:28:07.865Z | Compiling regex-automata v0.3.8 |
2103 | 2023-11-30T01:28:07.963Z | Compiling difflib v0.4.0 |
2104 | 2023-11-30T01:28:08.513Z | Compiling nodrop v0.1.14 |
2105 | 2023-11-30T01:28:09.922Z | Compiling whoami v1.4.1 |
2106 | 2023-11-30T01:28:09.994Z | Compiling new_debug_unreachable v1.0.4 |
2107 | 2023-11-30T01:28:10.712Z | Compiling normalize-line-endings v0.3.0 |
2108 | 2023-11-30T01:28:10.876Z | Compiling unicode-segmentation v1.10.1 |
2109 | 2023-11-30T01:28:11.669Z | Compiling mime v0.3.17 |
2110 | 2023-11-30T01:28:12.534Z | Compiling data-encoding v2.4.0 |
2111 | 2023-11-30T01:28:12.651Z | Compiling static_assertions v1.1.0 |
2112 | 2023-11-30T01:28:12.783Z | Compiling predicates-core v1.0.6 |
2113 | 2023-11-30T01:28:12.840Z | Compiling crc-catalog v2.2.0 |
2114 | 2023-11-30T01:28:13.043Z | Compiling webpki-roots v0.25.2 |
2115 | 2023-11-30T01:28:13.407Z | Compiling unicode-width v0.1.11 |
2116 | 2023-11-30T01:28:13.578Z | Compiling precomputed-hash v0.1.1 |
2117 | 2023-11-30T01:28:13.664Z | Compiling console v0.15.7 |
2118 | 2023-11-30T01:28:13.727Z | Compiling string_cache v0.8.7 |
2119 | 2023-11-30T01:28:15.775Z | Compiling trust-dns-proto v0.22.0 |
2120 | 2023-11-30T01:28:21.994Z | Compiling reqwest v0.11.22 |
2121 | 2023-11-30T01:28:22.189Z | Compiling predicates v3.0.4 |
2122 | 2023-11-30T01:28:24.682Z | Compiling crc v3.0.1 |
2123 | 2023-11-30T01:28:25.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2124 | 2023-11-30T01:28:27.653Z | Compiling similar v2.2.1 |
2125 | 2023-11-30T01:28:28.716Z | Compiling bstr v1.6.0 |
2126 | 2023-11-30T01:28:31.093Z | Compiling tokio-postgres v0.7.10 |
2127 | 2023-11-30T01:28:32.807Z | Compiling array-init v0.0.4 |
2128 | 2023-11-30T01:28:34.959Z | Compiling petgraph v0.6.4 |
2129 | 2023-11-30T01:28:41.808Z | Compiling toml v0.7.8 |
2130 | 2023-11-30T01:28:43.538Z | Compiling futures v0.3.29 |
2131 | 2023-11-30T01:28:44.370Z | Compiling snafu v0.7.5 |
2132 | 2023-11-30T01:28:44.960Z | Compiling pkcs1 v0.7.5 |
2133 | 2023-11-30T01:28:45.286Z | Compiling diesel v2.1.4 |
2134 | 2023-11-30T01:28:45.642Z | Compiling smallvec v0.6.14 |
2135 | 2023-11-30T01:28:45.757Z | Compiling zip v0.6.6 |
2136 | 2023-11-30T01:28:45.790Z | Compiling yasna v0.5.2 |
2137 | 2023-11-30T01:28:46.398Z | Compiling crossterm v0.27.0 |
2138 | 2023-11-30T01:28:48.279Z | Compiling cipher v0.4.4 |
2139 | 2023-11-30T01:28:48.527Z | Compiling hashbrown v0.13.2 |
2140 | 2023-11-30T01:28:51.872Z | Compiling bit-set v0.5.3 |
2141 | 2023-11-30T01:28:52.138Z | Compiling usdt v0.3.5 |
2142 | 2023-11-30T01:28:52.295Z | Compiling is-terminal v0.4.9 |
2143 | 2023-11-30T01:28:52.523Z | Compiling toml_edit v0.21.0 |
2144 | 2023-11-30T01:28:55.655Z | Compiling itertools v0.10.5 |
2145 | 2023-11-30T01:28:59.578Z | Compiling tokio-stream v0.1.14 |
2146 | 2023-11-30T01:29:00.340Z | Compiling openapiv3 v2.0.0-rc.1 |
2147 | 2023-11-30T01:29:01.103Z | Compiling hex v0.4.3 |
2148 | 2023-11-30T01:29:07.162Z | Compiling termcolor v1.2.0 |
2149 | 2023-11-30T01:29:11.536Z | Compiling bitfield v0.14.0 |
2150 | 2023-11-30T01:29:14.754Z | Compiling lalrpop-util v0.19.12 |
2151 | 2023-11-30T01:29:21.257Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2152 | 2023-11-30T01:29:25.928Z | Compiling env_logger v0.10.0 |
2153 | 2023-11-30T01:29:37.683Z | Compiling rsa v0.9.2 |
2154 | 2023-11-30T01:29:44.451Z | Compiling serde-hex v0.1.0 |
2155 | 2023-11-30T01:29:46.491Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2156 | 2023-11-30T01:29:53.494Z | Compiling x509-cert v0.2.4 |
2157 | 2023-11-30T01:29:54.082Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2158 | 2023-11-30T01:29:54.622Z | Compiling ron v0.8.1 |
2159 | 2023-11-30T01:30:00.245Z | Compiling crc-any v2.4.3 |
2160 | 2023-11-30T01:30:10.987Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2161 | 2023-11-30T01:30:17.486Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2162 | 2023-11-30T01:30:37.598Z | Compiling object v0.30.4 |
2163 | 2023-11-30T01:30:48.653Z | Compiling path-slash v0.1.5 |
2164 | 2023-11-30T01:30:52.773Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2165 | 2023-11-30T01:31:35.832Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2166 | 2023-11-30T01:31:37.003Z | Finished release [optimized] target(s) in 6m 03s |
2167 | 2023-11-30T01:31:37.092Z | |
2168 | 2023-11-30T01:31:37.092Z | real 6:03.825923429 |
2169 | 2023-11-30T01:31:37.092Z | user 42:10.518314897 |
2170 | 2023-11-30T01:31:37.092Z | sys 3:38.778087811 |
2171 | 2023-11-30T01:31:37.092Z | trap 1.846582617 |
2172 | 2023-11-30T01:31:37.092Z | tflt 0.967965365 |
2173 | 2023-11-30T01:31:37.092Z | dflt 0.481914001 |
2174 | 2023-11-30T01:31:37.095Z | kflt 0.000133754 |
2175 | 2023-11-30T01:31:37.095Z | lock 1:34:25.946936083 |
2176 | 2023-11-30T01:31:37.098Z | slp 1:59:34.356827459 |
2177 | 2023-11-30T01:31:37.098Z | lat 1:48.463165250 |
2178 | 2023-11-30T01:31:37.098Z | stop 1:18.167829631 |
2179 | 2023-11-30T01:31:37.098Z | + ptime -m gzip |
2180 | 2023-11-30T01:31:37.751Z | |
2181 | 2023-11-30T01:31:37.751Z | real 0.653084567 |
2182 | 2023-11-30T01:31:37.751Z | user 0.645633613 |
2183 | 2023-11-30T01:31:37.751Z | sys 0.006819527 |
2184 | 2023-11-30T01:31:37.754Z | trap 0.000087527 |
2185 | 2023-11-30T01:31:37.754Z | tflt 0.000000000 |
2186 | 2023-11-30T01:31:37.754Z | dflt 0.000000000 |
2187 | 2023-11-30T01:31:37.754Z | kflt 0.000000000 |
2188 | 2023-11-30T01:31:37.754Z | lock 0.000000000 |
2189 | 2023-11-30T01:31:37.754Z | slp 0.000000000 |
2190 | 2023-11-30T01:31:37.754Z | lat 0.000215639 |
2191 | 2023-11-30T01:31:37.754Z | stop 0.000225656 |
2192 | 2023-11-30T01:31:37.754Z | + banner tufaceous |
2193 | 2023-11-30T01:31:37.754Z | |
2194 | 2023-11-30T01:31:37.754Z | ##### # # ###### ## #### ###### #### # # #### |
2195 | 2023-11-30T01:31:37.754Z | # # # # # # # # # # # # # # |
2196 | 2023-11-30T01:31:37.754Z | # # # ##### # # # ##### # # # # #### |
2197 | 2023-11-30T01:31:37.754Z | # # # # ###### # # # # # # # |
2198 | 2023-11-30T01:31:37.754Z | # # # # # # # # # # # # # # # |
2199 | 2023-11-30T01:31:37.754Z | # #### # # # #### ###### #### #### #### |
2200 | 2023-11-30T01:31:37.755Z | |
2201 | 2023-11-30T01:31:37.758Z | + ptime -m cargo build --locked -p tufaceous --release |
2202 | 2023-11-30T01:31:38.511Z | Downloading crates ... |
2203 | 2023-11-30T01:31:38.832Z | Downloaded humantime v2.1.0 |
2204 | 2023-11-30T01:31:38.835Z | Downloaded globset v0.4.13 |
2205 | 2023-11-30T01:31:38.838Z | Downloaded buf-list v1.0.3 |
2206 | 2023-11-30T01:31:38.845Z | Downloaded typed-path v0.6.0 |
2207 | 2023-11-30T01:31:38.856Z | Downloaded async-recursion v1.0.5 |
2208 | 2023-11-30T01:31:38.859Z | Downloaded tough v0.15.0 |
2209 | 2023-11-30T01:31:38.872Z | Downloaded bytesize v1.3.0 |
2210 | 2023-11-30T01:31:38.875Z | Downloaded olpc-cjson v0.1.3 |
2211 | 2023-11-30T01:31:38.879Z | Downloaded serde_plain v1.0.2 |
2212 | 2023-11-30T01:31:38.879Z | Downloaded fs-err v2.11.0 |
2213 | 2023-11-30T01:31:39.038Z | Compiling serde_tokenstream v0.2.0 |
2214 | 2023-11-30T01:31:39.060Z | Compiling regress v0.7.1 |
2215 | 2023-11-30T01:31:39.073Z | Compiling dirs-sys-next v0.1.2 |
2216 | 2023-11-30T01:31:39.076Z | Compiling ident_case v1.0.1 |
2217 | 2023-11-30T01:31:39.098Z | Compiling thread_local v1.1.7 |
2218 | 2023-11-30T01:31:39.102Z | Compiling camino v1.1.6 |
2219 | 2023-11-30T01:31:39.102Z | Compiling heck v0.4.1 |
2220 | 2023-11-30T01:31:39.310Z | Compiling dirs-next v2.0.0 |
2221 | 2023-11-30T01:31:39.671Z | Compiling darling_core v0.20.3 |
2222 | 2023-11-30T01:31:39.817Z | Compiling slog-async v2.8.0 |
2223 | 2023-11-30T01:31:39.949Z | Compiling term v0.7.0 |
2224 | 2023-11-30T01:31:40.411Z | Compiling crossbeam-channel v0.5.8 |
2225 | 2023-11-30T01:31:40.559Z | Compiling getopts v0.2.21 |
2226 | 2023-11-30T01:31:40.902Z | Compiling structmeta-derive v0.2.0 |
2227 | 2023-11-30T01:31:41.055Z | Compiling atty v0.2.14 |
2228 | 2023-11-30T01:31:41.260Z | Compiling multer v2.1.0 |
2229 | 2023-11-30T01:31:41.687Z | Compiling paste v1.0.14 |
2230 | 2023-11-30T01:31:42.009Z | Compiling unsafe-libyaml v0.2.9 |
2231 | 2023-11-30T01:31:42.377Z | Compiling take_mut v0.2.2 |
2232 | 2023-11-30T01:31:42.604Z | Compiling match_cfg v0.1.0 |
2233 | 2023-11-30T01:31:42.732Z | Compiling hostname v0.3.1 |
2234 | 2023-11-30T01:31:43.398Z | Compiling slog-term v2.9.0 |
2235 | 2023-11-30T01:31:44.895Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2236 | 2023-11-30T01:31:46.928Z | Compiling structmeta v0.2.0 |
2237 | 2023-11-30T01:31:47.556Z | Compiling serde_yaml v0.9.25 |
2238 | 2023-11-30T01:31:48.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2239 | 2023-11-30T01:31:48.520Z | Compiling slog-json v2.6.1 |
2240 | 2023-11-30T01:31:48.633Z | Compiling darling_macro v0.20.3 |
2241 | 2023-11-30T01:31:49.311Z | Compiling async-stream-impl v0.3.5 |
2242 | 2023-11-30T01:31:50.054Z | Compiling darling v0.20.3 |
2243 | 2023-11-30T01:31:50.211Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2244 | 2023-11-30T01:31:50.671Z | Compiling fastrand v2.0.0 |
2245 | 2023-11-30T01:31:51.209Z | Compiling atomic-waker v1.1.1 |
2246 | 2023-11-30T01:31:51.298Z | Compiling regex-syntax v0.7.5 |
2247 | 2023-11-30T01:31:51.475Z | Compiling waitgroup v0.1.2 |
2248 | 2023-11-30T01:31:51.749Z | Compiling async-stream v0.3.5 |
2249 | 2023-11-30T01:31:51.812Z | Compiling tempfile v3.8.1 |
2250 | 2023-11-30T01:31:52.086Z | Compiling serde_with_macros v2.3.3 |
2251 | 2023-11-30T01:31:52.229Z | Compiling slog-bunyan v2.4.0 |
2252 | 2023-11-30T01:31:55.092Z | Compiling toml v0.8.8 |
2253 | 2023-11-30T01:31:55.599Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2254 | 2023-11-30T01:31:55.934Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2255 | 2023-11-30T01:31:57.627Z | Compiling sha1 v0.10.6 |
2256 | 2023-11-30T01:31:57.675Z | Compiling serde_path_to_error v0.1.14 |
2257 | 2023-11-30T01:31:58.399Z | Compiling fs-err v2.11.0 |
2258 | 2023-11-30T01:31:58.847Z | Compiling instant v0.1.12 |
2259 | 2023-11-30T01:31:58.860Z | Compiling debug-ignore v1.0.5 |
2260 | 2023-11-30T01:31:59.063Z | Compiling arc-swap v1.6.0 |
2261 | 2023-11-30T01:31:59.077Z | Compiling buf-list v1.0.3 |
2262 | 2023-11-30T01:31:59.134Z | Compiling same-file v1.0.6 |
2263 | 2023-11-30T01:31:59.370Z | Compiling walkdir v2.4.0 |
2264 | 2023-11-30T01:31:59.958Z | Compiling slog-scope v4.4.0 |
2265 | 2023-11-30T01:32:00.224Z | Compiling backoff v0.4.0 |
2266 | 2023-11-30T01:32:00.974Z | Compiling serde_with v2.3.3 |
2267 | 2023-11-30T01:32:01.432Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2268 | 2023-11-30T01:32:01.650Z | Compiling parse-display-derive v0.8.2 |
2269 | 2023-11-30T01:32:02.241Z | Compiling globset v0.4.13 |
2270 | 2023-11-30T01:32:02.520Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2271 | 2023-11-30T01:32:02.762Z | Compiling strum v0.25.0 |
2272 | 2023-11-30T01:32:03.032Z | Compiling olpc-cjson v0.1.3 |
2273 | 2023-11-30T01:32:03.949Z | Compiling pem v3.0.2 |
2274 | 2023-11-30T01:32:04.120Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2275 | 2023-11-30T01:32:04.177Z | Compiling serde_plain v1.0.2 |
2276 | 2023-11-30T01:32:05.015Z | Compiling macaddr v1.0.1 |
2277 | 2023-11-30T01:32:06.208Z | Compiling async-recursion v1.0.5 |
2278 | 2023-11-30T01:32:06.594Z | Compiling filetime v0.2.22 |
2279 | 2023-11-30T01:32:07.121Z | Compiling xattr v1.0.1 |
2280 | 2023-11-30T01:32:07.548Z | Compiling typed-path v0.6.0 |
2281 | 2023-11-30T01:32:07.764Z | Compiling tar v0.4.40 |
2282 | 2023-11-30T01:32:08.045Z | Compiling parse-display v0.8.2 |
2283 | 2023-11-30T01:32:08.883Z | Compiling slog-stdlog v4.1.1 |
2284 | 2023-11-30T01:32:10.408Z | Compiling camino-tempfile v1.1.1 |
2285 | 2023-11-30T01:32:11.278Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2286 | 2023-11-30T01:32:11.436Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2287 | 2023-11-30T01:32:11.681Z | Compiling tough v0.15.0 |
2288 | 2023-11-30T01:32:17.230Z | Compiling itertools v0.12.0 |
2289 | 2023-11-30T01:32:17.442Z | Compiling bytesize v1.3.0 |
2290 | 2023-11-30T01:32:18.362Z | Compiling slog-envlogger v2.2.0 |
2291 | 2023-11-30T01:32:19.565Z | Compiling humantime v2.1.0 |
2292 | 2023-11-30T01:32:22.293Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2293 | 2023-11-30T01:32:47.871Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-11-30T01:32:48.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2023-11-30T01:32:57.492Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2296 | 2023-11-30T01:32:59.892Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2297 | 2023-11-30T01:33:29.524Z | Finished release [optimized] target(s) in 1m 51s |
2298 | 2023-11-30T01:33:29.611Z | |
2299 | 2023-11-30T01:33:29.611Z | real 1:51.839311541 |
2300 | 2023-11-30T01:33:29.611Z | user 11:49.319363424 |
2301 | 2023-11-30T01:33:29.611Z | sys 46.064133038 |
2302 | 2023-11-30T01:33:29.614Z | trap 0.471251533 |
2303 | 2023-11-30T01:33:29.615Z | tflt 0.303323283 |
2304 | 2023-11-30T01:33:29.615Z | dflt 0.815042927 |
2305 | 2023-11-30T01:33:29.615Z | kflt 0.000000000 |
2306 | 2023-11-30T01:33:29.615Z | lock 23:21.153992424 |
2307 | 2023-11-30T01:33:29.615Z | slp 23:56.863461126 |
2308 | 2023-11-30T01:33:29.615Z | lat 21.801715374 |
2309 | 2023-11-30T01:33:29.615Z | stop 10.595998280 |
2310 | 2023-11-30T01:33:29.615Z | + ptime -m gzip |
2311 | 2023-11-30T01:33:31.980Z | |
2312 | 2023-11-30T01:33:31.983Z | real 2.362647741 |
2313 | 2023-11-30T01:33:31.983Z | user 2.333023002 |
2314 | 2023-11-30T01:33:31.983Z | sys 0.027636349 |
2315 | 2023-11-30T01:33:31.983Z | trap 0.000680743 |
2316 | 2023-11-30T01:33:31.983Z | tflt 0.000000000 |
2317 | 2023-11-30T01:33:31.983Z | dflt 0.000000000 |
2318 | 2023-11-30T01:33:31.983Z | kflt 0.000000000 |
2319 | 2023-11-30T01:33:31.983Z | lock 0.000000000 |
2320 | 2023-11-30T01:33:31.983Z | slp 0.000000000 |
2321 | 2023-11-30T01:33:31.983Z | lat 0.000968401 |
2322 | 2023-11-30T01:33:31.983Z | stop 0.000233678 |
2323 | 2023-11-30T01:33:31.983Z | process exited: duration 1165224 ms, exit code 0 |
|
2324 | 2023-11-30T01:33:32.002Z | found 5 output files |
2325 | 2023-11-30T01:33:32.002Z | uploading: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz (6319379 bytes) |
2326 | 2023-11-30T01:33:35.824Z | uploaded: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz |
2327 | 2023-11-30T01:33:35.835Z | uploading: /work/end-to-end-tests/bootstrap.gz (95332811 bytes) |
2328 | 2023-11-30T01:33:57.720Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2329 | 2023-11-30T01:33:57.721Z | uploading: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz (98610255 bytes) |
2330 | 2023-11-30T01:34:24.834Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz |
2331 | 2023-11-30T01:34:24.834Z | uploading: /work/caboose-util.gz (4090913 bytes) |
2332 | 2023-11-30T01:34:26.891Z | uploaded: /work/caboose-util.gz |
2333 | 2023-11-30T01:34:26.891Z | uploading: /work/tufaceous.gz (14959483 bytes) |
2334 | 2023-11-30T01:34:32.491Z | uploaded: /work/tufaceous.gz |