|
|
|
1 | 2023-10-07T04:31:33.242Z | job assigned to worker 01HC46DFMDDESV1F0E14428SS7 (queued for 11 m 48 s) |
|
2 | 2023-10-07T04:31:34.268Z | starting task 0: "setup" |
3 | 2023-10-07T04:31:34.335Z | ++ uname -s |
4 | 2023-10-07T04:31:34.338Z | + kern=SunOS |
5 | 2023-10-07T04:31:34.342Z | + case "$kern" in |
6 | 2023-10-07T04:31:34.346Z | + groupadd -g 12345 build |
7 | 2023-10-07T04:31:34.348Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-07T04:31:36.351Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-07T04:31:36.470Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-07T04:31:36.473Z | + home_fs=zfs |
11 | 2023-10-07T04:31:36.476Z | + [[ zfs == autofs ]] |
12 | 2023-10-07T04:31:36.479Z | + mkdir -p /home/build |
13 | 2023-10-07T04:31:36.482Z | + chown build:build /home/build /work |
14 | 2023-10-07T04:31:38.479Z | + chmod 0700 /home/build /work |
15 | 2023-10-07T04:31:38.514Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2023-10-07T04:31:38.523Z | starting task 1: "rust-toolchain" |
17 | 2023-10-07T04:31:38.540Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-07T04:31:38.545Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-07T04:31:38.757Z | info: downloading installer |
20 | 2023-10-07T04:31:41.005Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-07T04:31:41.014Z | warning: /opt/ooce/bin |
22 | 2023-10-07T04:31:41.022Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-07T04:31:41.027Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-07T04:31:41.032Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-07T04:31:41.036Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-07T04:31:41.041Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-07T04:31:41.045Z | error: cannot install while Rust is installed |
28 | 2023-10-07T04:31:41.052Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-07T04:31:41.116Z | info: profile set to 'default' |
30 | 2023-10-07T04:31:41.122Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-07T04:31:41.126Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-07T04:31:41.321Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-07T04:31:41.324Z | info: downloading component 'cargo' |
34 | 2023-10-07T04:31:42.301Z | info: downloading component 'clippy' |
35 | 2023-10-07T04:31:42.642Z | info: downloading component 'rust-docs' |
36 | 2023-10-07T04:31:43.846Z | info: downloading component 'rust-std' |
37 | 2023-10-07T04:31:45.965Z | info: downloading component 'rustc' |
38 | 2023-10-07T04:31:51.275Z | info: downloading component 'rustfmt' |
39 | 2023-10-07T04:31:51.669Z | info: installing component 'cargo' |
40 | 2023-10-07T04:31:53.102Z | info: installing component 'clippy' |
41 | 2023-10-07T04:31:53.843Z | info: installing component 'rust-docs' |
42 | 2023-10-07T04:31:56.432Z | info: installing component 'rust-std' |
43 | 2023-10-07T04:31:59.509Z | info: installing component 'rustc' |
44 | 2023-10-07T04:32:07.772Z | info: installing component 'rustfmt' |
45 | 2023-10-07T04:32:08.444Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-07T04:32:08.447Z | |
47 | 2023-10-07T04:32:08.585Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-07T04:32:08.589Z | |
49 | 2023-10-07T04:32:08.592Z | |
50 | 2023-10-07T04:32:08.595Z | Rust is installed now. Great! |
51 | 2023-10-07T04:32:08.598Z | |
52 | 2023-10-07T04:32:08.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-07T04:32:08.606Z | environment variable. This has not been done automatically. |
54 | 2023-10-07T04:32:08.609Z | |
55 | 2023-10-07T04:32:08.611Z | To configure your current shell, run: |
56 | 2023-10-07T04:32:08.614Z | source "$HOME/.cargo/env" |
57 | 2023-10-07T04:32:08.678Z | + rustc --version |
58 | 2023-10-07T04:32:08.789Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-07T04:32:08.795Z | process exited: duration 30264 ms, exit code 0 |
|
60 | 2023-10-07T04:32:08.801Z | starting task 2: "authentication" |
61 | 2023-10-07T04:32:08.839Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-07T04:32:08.860Z | starting task 3: "clone repository" |
63 | 2023-10-07T04:32:08.871Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-07T04:32:08.874Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-07T04:32:08.938Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-07T04:32:15.034Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-07T04:32:15.447Z | + [[ -n dependabot/cargo/toml_edit-0.20.0 ]] |
68 | 2023-10-07T04:32:15.449Z | + git fetch origin dependabot/cargo/toml_edit-0.20.0 |
69 | 2023-10-07T04:32:15.452Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-07T04:32:15.456Z | * branch dependabot/cargo/toml_edit-0.20.0 -> FETCH_HEAD |
71 | 2023-10-07T04:32:15.459Z | + git checkout -B dependabot/cargo/toml_edit-0.20.0 remotes/origin/dependabot/cargo/toml_edit-0.20.0 |
72 | 2023-10-07T04:32:15.477Z | Switched to a new branch 'dependabot/cargo/toml_edit-0.20.0' |
73 | 2023-10-07T04:32:15.480Z | branch 'dependabot/cargo/toml_edit-0.20.0' set up to track 'origin/dependabot/cargo/toml_edit-0.20.0'. |
74 | 2023-10-07T04:32:15.482Z | + git reset --hard e400a581658c78daa131125cf1819ecfae7d4695 |
75 | 2023-10-07T04:32:15.622Z | HEAD is now at e400a581 Bump toml_edit from 0.19.15 to 0.20.0 |
76 | 2023-10-07T04:32:15.625Z | process exited: duration 6756 ms, exit code 0 |
|
77 | 2023-10-07T04:32:15.631Z | starting task 4: "build" |
78 | 2023-10-07T04:32:15.641Z | + cargo --version |
79 | 2023-10-07T04:32:15.730Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-07T04:32:15.733Z | + rustc --version |
81 | 2023-10-07T04:32:15.832Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-07T04:32:15.837Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-07T04:32:26.204Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-07T04:32:26.317Z | Startup: Caching catalogs ... Done |
85 | 2023-10-07T04:32:28.274Z | Planning: Solver setup ... Done (2.496s) |
86 | 2023-10-07T04:32:28.430Z | Planning: Running solver ... Done (0.164s) |
87 | 2023-10-07T04:32:28.461Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-07T04:32:28.478Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-07T04:32:28.744Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-07T04:32:28.830Z | Planning: Package planning ... Done (0.083s) |
91 | 2023-10-07T04:32:28.912Z | Planning: Merging actions ... Done (0.086s) |
92 | 2023-10-07T04:32:29.662Z | Planning: Checking for conflicting actions ... Done (0.758s) |
93 | 2023-10-07T04:32:29.681Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-07T04:32:34.288Z | Planning: Evaluating mediators ... Done (4.594s) |
95 | 2023-10-07T04:32:34.293Z | Planning: Planning completed in 8.67 seconds |
96 | 2023-10-07T04:32:36.642Z | Packages to install: 4 |
97 | 2023-10-07T04:32:36.645Z | Mediators to change: 2 |
98 | 2023-10-07T04:32:36.648Z | Services to change: 1 |
99 | 2023-10-07T04:32:36.650Z | Estimated space available: 149.39 GB |
100 | 2023-10-07T04:32:36.653Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-07T04:32:36.656Z | Create boot environment: No |
102 | 2023-10-07T04:32:36.659Z | Create backup boot environment: No |
103 | 2023-10-07T04:32:36.664Z | Rebuild boot archive: No |
104 | 2023-10-07T04:32:36.666Z | |
105 | 2023-10-07T04:32:36.669Z | Changed mediators: |
106 | 2023-10-07T04:32:36.672Z | mediator clang: |
107 | 2023-10-07T04:32:36.675Z | version: None -> 15 (system default) |
108 | 2023-10-07T04:32:36.678Z | |
109 | 2023-10-07T04:32:36.680Z | mediator llvm: |
110 | 2023-10-07T04:32:36.683Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-07T04:32:36.686Z | |
112 | 2023-10-07T04:32:36.688Z | Changed packages: |
113 | 2023-10-07T04:32:36.691Z | helios-dev |
114 | 2023-10-07T04:32:36.694Z | developer/build-essential |
115 | 2023-10-07T04:32:36.697Z | None -> 11-2.0 |
116 | 2023-10-07T04:32:36.699Z | library/libxmlsec1 |
117 | 2023-10-07T04:32:36.702Z | None -> 1.2.35-2.0 |
118 | 2023-10-07T04:32:36.705Z | ooce/developer/clang-15 |
119 | 2023-10-07T04:32:36.708Z | None -> 15.0.7-2.0 |
120 | 2023-10-07T04:32:36.711Z | ooce/developer/llvm-15 |
121 | 2023-10-07T04:32:36.713Z | None -> 15.0.7-2.0 |
122 | 2023-10-07T04:32:36.716Z | |
123 | 2023-10-07T04:32:36.720Z | Services: |
124 | 2023-10-07T04:32:36.722Z | restart_fmri: |
125 | 2023-10-07T04:32:36.725Z | svc:/system/update-man-index:default |
126 | 2023-10-07T04:32:36.818Z | |
127 | 2023-10-07T04:32:36.822Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-07T04:32:41.959Z | Download: 1198/3290 items 65.0/212.6MB 30% complete (14.1M/s) |
129 | 2023-10-07T04:32:46.961Z | Download: 2759/3290 items 120.9/212.6MB 56% complete (12.1M/s) |
130 | 2023-10-07T04:32:51.523Z | Download: Completed 212.60 MB in 14.71 seconds (14.5M/s) |
131 | 2023-10-07T04:32:51.832Z | Actions: 1/3687 actions (Installing new actions) |
132 | 2023-10-07T04:32:56.875Z | Actions: 2689/3687 actions (Installing new actions) |
133 | 2023-10-07T04:32:59.870Z | Actions: Completed 3687 actions in 8.03 seconds. |
134 | 2023-10-07T04:32:59.924Z | Done (0.053s) |
135 | 2023-10-07T04:32:59.926Z | Done (0.000s) |
136 | 2023-10-07T04:33:00.061Z | Done (0.136s) |
137 | 2023-10-07T04:33:07.848Z | Done (7.681s) |
138 | 2023-10-07T04:33:08.076Z | Done (0.128s) |
139 | 2023-10-07T04:33:08.079Z | Done (0.000s) |
140 | 2023-10-07T04:33:08.298Z | Done (0.000s) |
141 | 2023-10-07T04:33:08.974Z | Planning: Evaluating mediator changes ... Done |
142 | 2023-10-07T04:33:09.235Z | Planning: Checking for conflicting actions ... Done |
143 | 2023-10-07T04:33:09.238Z | Planning: Consolidating action changes ... Done |
144 | 2023-10-07T04:33:09.672Z | Planning: Evaluating mediators ... Done |
145 | 2023-10-07T04:33:09.679Z | Planning: Planning completed in 0.72 seconds |
146 | 2023-10-07T04:33:09.739Z | Mediators to change: 2 |
147 | 2023-10-07T04:33:09.744Z | Create boot environment: No |
148 | 2023-10-07T04:33:09.750Z | Create backup boot environment: No |
149 | 2023-10-07T04:33:09.867Z | Done |
150 | 2023-10-07T04:33:09.874Z | Done |
151 | 2023-10-07T04:33:09.939Z | Done |
152 | 2023-10-07T04:33:15.773Z | Done |
153 | 2023-10-07T04:33:15.906Z | Done |
154 | 2023-10-07T04:33:15.912Z | Done |
155 | 2023-10-07T04:33:16.006Z | Done |
156 | 2023-10-07T04:33:17.002Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-10-07T04:33:17.005Z | Planning: Merging actions ... Done |
158 | 2023-10-07T04:33:17.332Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-10-07T04:33:17.335Z | Planning: Consolidating action changes ... Done |
160 | 2023-10-07T04:33:17.757Z | Planning: Evaluating mediators ... Done |
161 | 2023-10-07T04:33:17.846Z | Planning: Planning completed in 1.27 seconds |
162 | 2023-10-07T04:33:17.900Z | Packages to change: 1 |
163 | 2023-10-07T04:33:17.905Z | Mediators to change: 1 |
164 | 2023-10-07T04:33:17.908Z | Services to change: 1 |
165 | 2023-10-07T04:33:17.911Z | Create boot environment: No |
166 | 2023-10-07T04:33:17.914Z | Create backup boot environment: Yes |
167 | 2023-10-07T04:33:19.757Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2023-10-07T04:33:19.760Z | Actions: Completed 6 actions in 0.00 seconds. |
169 | 2023-10-07T04:33:19.763Z | Done |
170 | 2023-10-07T04:33:19.766Z | Done |
171 | 2023-10-07T04:33:19.793Z | Done |
172 | 2023-10-07T04:33:30.355Z | Done |
173 | 2023-10-07T04:33:30.710Z | Done |
174 | 2023-10-07T04:33:30.851Z | Done |
175 | 2023-10-07T04:33:30.932Z | Done |
176 | 2023-10-07T04:33:31.354Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2023-10-07T04:33:31.549Z | clang system 15 system |
178 | 2023-10-07T04:33:31.777Z | csh system system illumos |
179 | 2023-10-07T04:33:31.908Z | ctags system system illumos |
180 | 2023-10-07T04:33:32.145Z | gcc vendor 12 vendor |
181 | 2023-10-07T04:33:32.361Z | gcc system 10 system |
182 | 2023-10-07T04:33:32.392Z | gcc system 7 system |
183 | 2023-10-07T04:33:32.883Z | go system 1.20 system |
184 | 2023-10-07T04:33:32.913Z | go system 1.19 system |
185 | 2023-10-07T04:33:32.954Z | llvm system 15 system |
186 | 2023-10-07T04:33:32.958Z | llvm system 14 system |
187 | 2023-10-07T04:33:32.981Z | mariadb system 10.6 system |
188 | 2023-10-07T04:33:33.019Z | mta vendor vendor dma |
189 | 2023-10-07T04:33:33.048Z | openjdk system 17 system |
190 | 2023-10-07T04:33:33.059Z | openjdk system 11 system |
191 | 2023-10-07T04:33:33.100Z | openjdk system 1.8 system |
192 | 2023-10-07T04:33:33.119Z | openssl vendor 3 vendor |
193 | 2023-10-07T04:33:33.291Z | perl system 5.36 system |
194 | 2023-10-07T04:33:33.351Z | postgresql system 15 system |
195 | 2023-10-07T04:33:33.491Z | postgresql system 13 system |
196 | 2023-10-07T04:33:39.464Z | python vendor 3 vendor |
197 | 2023-10-07T04:33:39.704Z | python system 2 system |
198 | 2023-10-07T04:33:40.255Z | python3 system 3.11 system |
199 | 2023-10-07T04:33:40.977Z | ruby system 3.0 system |
200 | 2023-10-07T04:33:41.316Z | words vendor vendor american-english |
201 | 2023-10-07T04:33:41.469Z | words system system australian-english |
202 | 2023-10-07T04:33:41.584Z | words system system british-english |
203 | 2023-10-07T04:33:41.615Z | words system system canadian-english |
204 | 2023-10-07T04:33:41.686Z | words system system french |
205 | 2023-10-07T04:33:41.695Z | words system system italian |
206 | 2023-10-07T04:33:41.738Z | words system system ngerman |
207 | 2023-10-07T04:33:41.801Z | words system system ogerman |
208 | 2023-10-07T04:33:41.858Z | words system system spanish |
209 | 2023-10-07T04:33:41.883Z | FMRI IFO |
210 | 2023-10-07T04:33:41.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
211 | 2023-10-07T04:33:41.944Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
212 | 2023-10-07T04:33:41.993Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
213 | 2023-10-07T04:33:42.011Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
214 | 2023-10-07T04:33:42.034Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
215 | 2023-10-07T04:33:42.056Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
216 | 2023-10-07T04:33:42.096Z | + set -o errexit |
217 | 2023-10-07T04:33:42.114Z | +++ dirname ./tools/ci_download_cockroachdb |
218 | 2023-10-07T04:33:42.129Z | ++ cd ./tools |
219 | 2023-10-07T04:33:42.146Z | ++ pwd |
220 | 2023-10-07T04:33:42.157Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
221 | 2023-10-07T04:33:42.168Z | ++ basename ./tools/ci_download_cockroachdb |
222 | 2023-10-07T04:33:42.181Z | + ARG0=ci_download_cockroachdb |
223 | 2023-10-07T04:33:42.186Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
224 | 2023-10-07T04:33:42.205Z | + CIDL_VERSION=v22.1.9 |
225 | 2023-10-07T04:33:42.218Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
226 | 2023-10-07T04:33:42.234Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
227 | 2023-10-07T04:33:42.245Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
228 | 2023-10-07T04:33:42.254Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
229 | 2023-10-07T04:33:42.267Z | + TARGET_DIR=out |
230 | 2023-10-07T04:33:42.276Z | + DOWNLOAD_DIR=out/downloads |
231 | 2023-10-07T04:33:42.284Z | + DEST_DIR=./out/cockroachdb |
232 | 2023-10-07T04:33:42.322Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
233 | 2023-10-07T04:33:42.332Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
234 | 2023-10-07T04:33:42.343Z | + main |
235 | 2023-10-07T04:33:42.370Z | + [[ 0 != 0 ]] |
236 | 2023-10-07T04:33:42.380Z | + CIDL_OS=solaris2.11 |
237 | 2023-10-07T04:33:42.391Z | + [[ 0 != 0 ]] |
238 | 2023-10-07T04:33:42.397Z | current directory: /work/oxidecomputer/omicron |
239 | 2023-10-07T04:33:42.400Z | + configure_os solaris2.11 |
240 | 2023-10-07T04:33:42.403Z | configuring based on OS: "solaris2.11" |
241 | 2023-10-07T04:33:42.414Z | + echo 'current directory: /work/oxidecomputer/omicron' |
242 | 2023-10-07T04:33:42.418Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
243 | 2023-10-07T04:33:42.424Z | + echo 'configuring based on OS: "solaris2.11"' |
244 | 2023-10-07T04:33:42.434Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
245 | 2023-10-07T04:33:42.453Z | + case "$1" in |
246 | 2023-10-07T04:33:42.463Z | Downloading... |
247 | 2023-10-07T04:33:42.473Z | + CIDL_BUILD=illumos |
248 | 2023-10-07T04:33:42.477Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-10-07T04:33:42.491Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-07T04:33:42.509Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-10-07T04:33:42.513Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-10-07T04:33:42.522Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-10-07T04:33:42.531Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-10-07T04:33:42.544Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-07T04:33:42.558Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-07T04:33:42.564Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-07T04:33:42.571Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-07T04:33:42.577Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-07T04:33:42.585Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-07T04:33:42.606Z | + mkdir -p out/downloads |
261 | 2023-10-07T04:33:42.617Z | + mkdir -p ./out/cockroachdb |
262 | 2023-10-07T04:33:42.637Z | Build Tag: v22.1.9-dirty |
263 | 2023-10-07T04:33:42.670Z | + local DO_DOWNLOAD=true |
264 | 2023-10-07T04:33:42.683Z | Build Time: 2022/10/26 21:17:46 |
265 | 2023-10-07T04:33:42.693Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
266 | 2023-10-07T04:33:42.711Z | Distribution: OSS |
267 | 2023-10-07T04:33:42.716Z | + '[' true == true ']' |
268 | 2023-10-07T04:33:42.727Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
269 | 2023-10-07T04:33:42.732Z | + echo Downloading... |
270 | 2023-10-07T04:33:42.735Z | Go Version: go1.17.13 |
271 | 2023-10-07T04:33:42.756Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-07T04:33:42.765Z | C Compiler: gcc 10.3.0 |
273 | 2023-10-07T04:33:42.783Z | + 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 |
274 | 2023-10-07T04:33:42.794Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
275 | 2023-10-07T04:33:42.803Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-07T04:33:42.810Z | Build Type: release |
277 | 2023-10-07T04:33:42.816Z | ++ md5sum |
278 | 2023-10-07T04:33:42.822Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-10-07T04:33:42.828Z | ++ awk '{print $1}' |
280 | 2023-10-07T04:33:42.836Z | configuring based on OS: "solaris2.11" |
281 | 2023-10-07T04:33:42.843Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-10-07T04:33:42.849Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
283 | 2023-10-07T04:33:42.852Z | + [[ 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 ]] |
284 | 2023-10-07T04:33:42.855Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
285 | 2023-10-07T04:33:42.858Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-07T04:33:42.863Z | Downloading... |
287 | 2023-10-07T04:33:42.866Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
288 | 2023-10-07T04:33:42.869Z | ClickHouse server version 22.8.9.1. |
289 | 2023-10-07T04:33:42.872Z | + do_assemble_illumos |
290 | 2023-10-07T04:33:42.876Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
291 | 2023-10-07T04:33:42.881Z | + rm -r ./out/cockroachdb |
292 | 2023-10-07T04:33:42.886Z | Local file: out/downloads/console.tar.gz |
293 | 2023-10-07T04:33:42.891Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-10-07T04:33:42.895Z | Downloading... |
295 | 2023-10-07T04:33:42.898Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2023-10-07T04:33:42.902Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
297 | 2023-10-07T04:33:42.912Z | + set -o errexit |
298 | 2023-10-07T04:33:42.924Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
299 | 2023-10-07T04:33:42.927Z | +++ dirname ./tools/ci_download_clickhouse |
300 | 2023-10-07T04:33:42.940Z | Downloading... |
301 | 2023-10-07T04:33:42.943Z | ++ cd ./tools |
302 | 2023-10-07T04:33:42.948Z | ++ pwd |
303 | 2023-10-07T04:33:42.952Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
304 | 2023-10-07T04:33:42.955Z | ++ basename ./tools/ci_download_clickhouse |
305 | 2023-10-07T04:33:42.958Z | + ARG0=ci_download_clickhouse |
306 | 2023-10-07T04:33:42.963Z | + TARGET_DIR=out |
307 | 2023-10-07T04:33:42.969Z | + DOWNLOAD_DIR=out/downloads |
308 | 2023-10-07T04:33:42.972Z | + DEST_DIR=./out/clickhouse |
309 | 2023-10-07T04:33:42.977Z | + CIDL_VERSION=v22.8.9.24 |
310 | 2023-10-07T04:33:43.005Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
311 | 2023-10-07T04:33:43.033Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
312 | 2023-10-07T04:33:43.049Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
313 | 2023-10-07T04:33:43.052Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
314 | 2023-10-07T04:33:43.061Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
315 | 2023-10-07T04:33:43.075Z | + main |
316 | 2023-10-07T04:33:43.093Z | + [[ 0 != 0 ]] |
317 | 2023-10-07T04:33:43.511Z | + CIDL_OS=solaris2.11 |
318 | 2023-10-07T04:33:43.525Z | + [[ 0 != 0 ]] |
319 | 2023-10-07T04:33:43.531Z | + configure_os solaris2.11 |
320 | 2023-10-07T04:33:43.538Z | + echo 'current directory: /work/oxidecomputer/omicron' |
321 | 2023-10-07T04:33:43.541Z | + echo 'configuring based on OS: "solaris2.11"' |
322 | 2023-10-07T04:33:43.544Z | + CIDL_DASHREV= |
323 | 2023-10-07T04:33:43.547Z | + case "$1" in |
324 | 2023-10-07T04:33:43.550Z | + CIDL_PLATFORM=illumos |
325 | 2023-10-07T04:33:43.553Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-10-07T04:33:43.556Z | + CIDL_MD5FUNC=do_md5sum |
327 | 2023-10-07T04:33:43.559Z | + CIDL_DASHREV=-1 |
328 | 2023-10-07T04:33:43.562Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
329 | 2023-10-07T04:33:43.566Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
330 | 2023-10-07T04:33:43.570Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
331 | 2023-10-07T04:33:43.574Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-07T04:33:43.578Z | Downloading... |
333 | 2023-10-07T04:33:43.582Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-07T04:33:43.586Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-07T04:33:43.590Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-10-07T04:33:43.592Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-10-07T04:33:43.595Z | + mkdir -p out/downloads |
338 | 2023-10-07T04:33:43.598Z | + mkdir -p ./out/clickhouse |
339 | 2023-10-07T04:33:43.601Z | + local DO_DOWNLOAD=true |
340 | 2023-10-07T04:33:43.604Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
341 | 2023-10-07T04:33:43.607Z | + '[' true == true ']' |
342 | 2023-10-07T04:33:43.610Z | + echo Downloading... |
343 | 2023-10-07T04:33:43.613Z | + 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 |
344 | 2023-10-07T04:33:43.616Z | + 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 |
345 | 2023-10-07T04:33:43.619Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-07T04:33:43.621Z | ++ md5sum |
347 | 2023-10-07T04:33:43.626Z | ++ awk '{print $1}' |
348 | 2023-10-07T04:33:43.630Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-10-07T04:33:43.636Z | + [[ 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 ]] |
350 | 2023-10-07T04:33:43.639Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
351 | 2023-10-07T04:33:43.645Z | + mkdir -p ./out/clickhouse |
352 | 2023-10-07T04:33:43.648Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
353 | 2023-10-07T04:33:43.652Z | + ./out/clickhouse/clickhouse server --version |
354 | 2023-10-07T04:33:43.656Z | + set -o errexit |
355 | 2023-10-07T04:33:43.660Z | +++ dirname ./tools/ci_download_console |
356 | 2023-10-07T04:33:43.664Z | ++ cd ./tools |
357 | 2023-10-07T04:33:43.671Z | ++ pwd |
358 | 2023-10-07T04:33:43.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
359 | 2023-10-07T04:33:43.681Z | ++ basename ./tools/ci_download_console |
360 | 2023-10-07T04:33:43.684Z | + ARG0=ci_download_console |
361 | 2023-10-07T04:33:43.688Z | + TARGET_DIR=out |
362 | 2023-10-07T04:33:43.692Z | + DOWNLOAD_DIR=out/downloads |
363 | 2023-10-07T04:33:43.695Z | + DEST_DIR=./out/console-assets |
364 | 2023-10-07T04:33:43.707Z | + source /work/oxidecomputer/omicron/tools/console_version |
365 | 2023-10-07T04:33:43.721Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
366 | 2023-10-07T04:33:43.728Z | current directory: /work/oxidecomputer/omicron |
367 | 2023-10-07T04:33:43.735Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
368 | 2023-10-07T04:33:43.746Z | configuring based on OS: "solaris2.11" |
369 | 2023-10-07T04:33:43.761Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
370 | 2023-10-07T04:33:43.783Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
371 | 2023-10-07T04:33:43.796Z | + TARBALL_FILE=out/downloads/console.tar.gz |
372 | 2023-10-07T04:33:43.802Z | Local file: out/downloads/dendrite-stub.tar.gz |
373 | 2023-10-07T04:33:43.805Z | + main |
374 | 2023-10-07T04:33:43.809Z | Downloading... |
375 | 2023-10-07T04:33:43.812Z | + [[ 0 != 0 ]] |
376 | 2023-10-07T04:33:43.817Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
377 | 2023-10-07T04:33:43.822Z | + echo 'Local file: out/downloads/console.tar.gz' |
378 | 2023-10-07T04:33:43.825Z | + local DO_DOWNLOAD=true |
379 | 2023-10-07T04:33:43.830Z | + [[ -f out/downloads/console.tar.gz ]] |
380 | 2023-10-07T04:33:43.833Z | + mkdir -p out/downloads |
381 | 2023-10-07T04:33:43.837Z | + '[' true == true ']' |
382 | 2023-10-07T04:33:43.840Z | + echo Downloading... |
383 | 2023-10-07T04:33:43.842Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
384 | 2023-10-07T04:33:43.845Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
385 | 2023-10-07T04:33:43.848Z | ++ do_sha256sum out/downloads/console.tar.gz |
386 | 2023-10-07T04:33:43.851Z | ++ case "$OSTYPE" in |
387 | 2023-10-07T04:33:43.855Z | ++ SHA=sha256sum |
388 | 2023-10-07T04:33:43.858Z | ++ sha256sum |
389 | 2023-10-07T04:33:43.861Z | ++ awk '{print $1}' |
390 | 2023-10-07T04:33:43.864Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
391 | 2023-10-07T04:33:43.867Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
392 | 2023-10-07T04:33:43.871Z | + rm -rf ./out/console-assets |
393 | 2023-10-07T04:33:43.874Z | + mkdir -p ./out/console-assets |
394 | 2023-10-07T04:33:43.877Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
395 | 2023-10-07T04:33:43.880Z | + mkdir -p ./out/console-assets |
396 | 2023-10-07T04:33:43.883Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
397 | 2023-10-07T04:33:43.886Z | + set -o errexit |
398 | 2023-10-07T04:33:43.889Z | +++ dirname ./tools/ci_download_maghemite_openapi |
399 | 2023-10-07T04:33:43.892Z | ++ cd ./tools |
400 | 2023-10-07T04:33:43.895Z | ++ pwd |
401 | 2023-10-07T04:33:43.898Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-10-07T04:33:43.900Z | ++ basename ./tools/ci_download_maghemite_openapi |
403 | 2023-10-07T04:33:43.903Z | + ARG0=ci_download_maghemite_openapi |
404 | 2023-10-07T04:33:43.906Z | + TARGET_DIR=out |
405 | 2023-10-07T04:33:43.909Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-10-07T04:33:43.913Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
407 | 2023-10-07T04:33:43.922Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
408 | 2023-10-07T04:33:43.929Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
409 | 2023-10-07T04:33:43.939Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-07T04:33:43.944Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-07T04:33:43.949Z | + main |
412 | 2023-10-07T04:33:43.952Z | + [[ 0 != 0 ]] |
413 | 2023-10-07T04:33:43.955Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
414 | 2023-10-07T04:33:43.958Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
415 | 2023-10-07T04:33:43.961Z | + local DO_DOWNLOAD=true |
416 | 2023-10-07T04:33:43.964Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
417 | 2023-10-07T04:33:43.966Z | + mkdir -p out/downloads |
418 | 2023-10-07T04:33:43.969Z | + '[' true == true ']' |
419 | 2023-10-07T04:33:43.972Z | + echo Downloading... |
420 | 2023-10-07T04:33:43.975Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-07T04:33:43.978Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-07T04:33:43.986Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-07T04:33:43.990Z | ++ case "$OSTYPE" in |
424 | 2023-10-07T04:33:43.994Z | ++ SHA=sha256sum |
425 | 2023-10-07T04:33:43.997Z | ++ sha256sum |
426 | 2023-10-07T04:33:44.000Z | ++ awk '{print $1}' |
427 | 2023-10-07T04:33:44.003Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2023-10-07T04:33:44.030Z | + [[ 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 ]] |
429 | 2023-10-07T04:33:44.033Z | + set -o errexit |
430 | 2023-10-07T04:33:44.036Z | +++ dirname ./tools/ci_download_dendrite_openapi |
431 | 2023-10-07T04:33:44.039Z | ++ cd ./tools |
432 | 2023-10-07T04:33:44.042Z | ++ pwd |
433 | 2023-10-07T04:33:44.044Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2023-10-07T04:33:44.047Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2023-10-07T04:33:44.050Z | + ARG0=ci_download_dendrite_openapi |
436 | 2023-10-07T04:33:44.053Z | + TARGET_DIR=out |
437 | 2023-10-07T04:33:44.055Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-10-07T04:33:44.058Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
439 | 2023-10-07T04:33:44.061Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
440 | 2023-10-07T04:33:44.063Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
441 | 2023-10-07T04:33:44.066Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
442 | 2023-10-07T04:33:44.069Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
443 | 2023-10-07T04:33:44.072Z | + main |
444 | 2023-10-07T04:33:44.075Z | + [[ 0 != 0 ]] |
445 | 2023-10-07T04:33:44.078Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
446 | 2023-10-07T04:33:44.081Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
447 | 2023-10-07T04:33:44.093Z | + local DO_DOWNLOAD=true |
448 | 2023-10-07T04:33:44.101Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
449 | 2023-10-07T04:33:44.104Z | + mkdir -p out/downloads |
450 | 2023-10-07T04:33:44.109Z | + '[' true == true ']' |
451 | 2023-10-07T04:33:44.112Z | + echo Downloading... |
452 | 2023-10-07T04:33:44.115Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
453 | 2023-10-07T04:33:44.118Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
454 | 2023-10-07T04:33:44.124Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
455 | 2023-10-07T04:33:44.136Z | ++ case "$OSTYPE" in |
456 | 2023-10-07T04:33:44.558Z | ++ SHA=sha256sum |
457 | 2023-10-07T04:33:44.573Z | ++ sha256sum |
458 | 2023-10-07T04:33:44.576Z | ++ awk '{print $1}' |
459 | 2023-10-07T04:33:44.579Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
460 | 2023-10-07T04:33:44.583Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
461 | 2023-10-07T04:33:44.586Z | + set -o errexit |
462 | 2023-10-07T04:33:44.590Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2023-10-07T04:33:44.600Z | ++ cd ./tools |
464 | 2023-10-07T04:33:44.604Z | ++ pwd |
465 | 2023-10-07T04:33:44.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-10-07T04:33:44.610Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2023-10-07T04:33:44.613Z | + ARG0=ci_download_dendrite_stub |
468 | 2023-10-07T04:33:44.618Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2023-10-07T04:33:44.623Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
470 | 2023-10-07T04:33:44.635Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
471 | 2023-10-07T04:33:44.671Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
472 | 2023-10-07T04:33:45.089Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-10-07T04:33:45.098Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
474 | 2023-10-07T04:33:45.108Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
475 | 2023-10-07T04:33:45.120Z | + TARGET_DIR=out |
476 | 2023-10-07T04:33:45.129Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-10-07T04:33:45.144Z | + DEST_DIR=./out/dendrite-stub |
478 | 2023-10-07T04:33:45.152Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
479 | 2023-10-07T04:33:45.157Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
480 | 2023-10-07T04:33:45.161Z | + REPO=oxidecomputer/dendrite |
481 | 2023-10-07T04:33:45.166Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
482 | 2023-10-07T04:33:45.171Z | + main |
483 | 2023-10-07T04:33:45.176Z | + [[ 0 != 0 ]] |
484 | 2023-10-07T04:33:45.180Z | + CIDL_OS=solaris2.11 |
485 | 2023-10-07T04:33:45.183Z | + [[ 0 != 0 ]] |
486 | 2023-10-07T04:33:45.186Z | + configure_os solaris2.11 |
487 | 2023-10-07T04:33:45.189Z | + echo 'current directory: /work/oxidecomputer/omicron' |
488 | 2023-10-07T04:33:45.192Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2023-10-07T04:33:45.194Z | + case "$1" in |
490 | 2023-10-07T04:33:45.199Z | + SET_BINARIES= |
491 | 2023-10-07T04:33:45.202Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
492 | 2023-10-07T04:33:45.205Z | + CIDL_SHA256FUNC=do_sha256sum |
493 | 2023-10-07T04:33:45.208Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
494 | 2023-10-07T04:33:45.211Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
495 | 2023-10-07T04:33:45.214Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
496 | 2023-10-07T04:33:45.217Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
497 | 2023-10-07T04:33:45.219Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
498 | 2023-10-07T04:33:45.222Z | + mkdir -p out/downloads |
499 | 2023-10-07T04:33:45.225Z | + mkdir -p ./out/dendrite-stub |
500 | 2023-10-07T04:33:45.228Z | + fetch_and_verify |
501 | 2023-10-07T04:33:45.231Z | + local DO_DOWNLOAD=true |
502 | 2023-10-07T04:33:45.234Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
503 | 2023-10-07T04:33:45.236Z | + '[' true == true ']' |
504 | 2023-10-07T04:33:45.239Z | + echo Downloading... |
505 | 2023-10-07T04:33:45.242Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2023-10-07T04:33:45.245Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
507 | 2023-10-07T04:33:50.303Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2023-10-07T04:33:50.306Z | ++ sha256sum |
509 | 2023-10-07T04:33:50.309Z | ++ awk '{print $1}' |
510 | 2023-10-07T04:33:50.413Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
511 | 2023-10-07T04:33:50.416Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
512 | 2023-10-07T04:33:50.419Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-07T04:33:50.422Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2023-10-07T04:33:51.326Z | + do_assemble |
515 | 2023-10-07T04:33:51.329Z | + rm -r ./out/dendrite-stub |
516 | 2023-10-07T04:33:51.332Z | + mkdir ./out/dendrite-stub |
517 | 2023-10-07T04:33:51.335Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2023-10-07T04:33:51.472Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2023-10-07T04:33:51.481Z | + set -o errexit |
520 | 2023-10-07T04:33:51.485Z | +++ dirname ./tools/ci_download_transceiver_control |
521 | 2023-10-07T04:33:51.488Z | ++ cd ./tools |
522 | 2023-10-07T04:33:51.492Z | ++ pwd |
523 | 2023-10-07T04:33:51.494Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-10-07T04:33:51.497Z | ++ basename ./tools/ci_download_transceiver_control |
525 | 2023-10-07T04:33:51.500Z | + ARG0=ci_download_transceiver_control |
526 | 2023-10-07T04:33:51.504Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
527 | 2023-10-07T04:33:51.507Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
528 | 2023-10-07T04:33:51.510Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
529 | 2023-10-07T04:33:51.515Z | + TARGET_DIR=out |
530 | 2023-10-07T04:33:51.518Z | + DOWNLOAD_DIR=out/downloads |
531 | 2023-10-07T04:33:51.521Z | + DEST_DIR=./out/transceiver-control |
532 | 2023-10-07T04:33:51.524Z | + BIN_DIR=/opt/oxide/bin |
533 | 2023-10-07T04:33:51.526Z | + BINARY=xcvradm |
534 | 2023-10-07T04:33:51.529Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2023-10-07T04:33:51.532Z | + REPO=oxidecomputer/transceiver-control |
536 | 2023-10-07T04:33:51.535Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
537 | 2023-10-07T04:33:51.537Z | + main |
538 | 2023-10-07T04:33:51.540Z | + [[ 0 != 0 ]] |
539 | 2023-10-07T04:33:51.543Z | + CIDL_OS=solaris2.11 |
540 | 2023-10-07T04:33:51.546Z | + [[ 0 != 0 ]] |
541 | 2023-10-07T04:33:51.551Z | + configure_os solaris2.11 |
542 | 2023-10-07T04:33:51.554Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2023-10-07T04:33:51.557Z | current directory: /work/oxidecomputer/omicron |
544 | 2023-10-07T04:33:51.561Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2023-10-07T04:33:51.564Z | configuring based on OS: "solaris2.11" |
546 | 2023-10-07T04:33:51.567Z | + case "$1" in |
547 | 2023-10-07T04:33:51.570Z | + SET_BINARIES= |
548 | 2023-10-07T04:33:51.573Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
549 | 2023-10-07T04:33:51.577Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2023-10-07T04:33:51.583Z | + ARCHIVE_FILENAME=xcvradm.gz |
551 | 2023-10-07T04:33:51.586Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
552 | 2023-10-07T04:33:51.589Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
553 | 2023-10-07T04:33:51.592Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
554 | 2023-10-07T04:33:51.595Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
555 | 2023-10-07T04:33:51.599Z | + echo 'Local file: out/downloads/xcvradm.gz' |
556 | 2023-10-07T04:33:51.603Z | Local file: out/downloads/xcvradm.gz |
557 | 2023-10-07T04:33:51.608Z | + mkdir -p out/downloads |
558 | 2023-10-07T04:33:51.611Z | + mkdir -p ./out/transceiver-control |
559 | 2023-10-07T04:33:51.613Z | + fetch_and_verify |
560 | 2023-10-07T04:33:51.617Z | + local DO_DOWNLOAD=true |
561 | 2023-10-07T04:33:51.624Z | + [[ -f out/downloads/xcvradm.gz ]] |
562 | 2023-10-07T04:33:52.035Z | + '[' true == true ']' |
563 | 2023-10-07T04:33:52.039Z | + echo Downloading... |
564 | 2023-10-07T04:33:52.041Z | Downloading... |
565 | 2023-10-07T04:33:52.045Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
566 | 2023-10-07T04:33:52.049Z | + 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 |
567 | 2023-10-07T04:33:53.485Z | ++ do_sha256sum out/downloads/xcvradm.gz |
568 | 2023-10-07T04:33:53.488Z | ++ sha256sum |
569 | 2023-10-07T04:33:53.490Z | ++ awk '{print $1}' |
570 | 2023-10-07T04:33:53.510Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2023-10-07T04:33:53.513Z | + [[ 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 ]] |
572 | 2023-10-07T04:33:53.519Z | + do_unpack out/downloads/xcvradm.gz |
573 | 2023-10-07T04:33:53.538Z | + mkdir -p out/downloads/root//opt/oxide/bin |
574 | 2023-10-07T04:33:53.558Z | + gzip -dc out/downloads/xcvradm.gz |
575 | 2023-10-07T04:33:53.698Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
576 | 2023-10-07T04:33:53.701Z | + do_assemble |
577 | 2023-10-07T04:33:53.704Z | + rm -r ./out/transceiver-control |
578 | 2023-10-07T04:33:53.707Z | + mkdir ./out/transceiver-control |
579 | 2023-10-07T04:33:53.709Z | + cp -r out/downloads/root ./out/transceiver-control/root |
580 | 2023-10-07T04:33:53.850Z | All prerequisites installed successfully |
581 | 2023-10-07T04:33:53.853Z | |
582 | 2023-10-07T04:33:53.856Z | real 1:38.009844190 |
583 | 2023-10-07T04:33:53.859Z | user 48.154570665 |
584 | 2023-10-07T04:33:53.862Z | sys 9.132608803 |
585 | 2023-10-07T04:33:53.865Z | trap 0.020265458 |
586 | 2023-10-07T04:33:53.867Z | tflt 0.245996802 |
587 | 2023-10-07T04:33:53.870Z | dflt 0.860743284 |
588 | 2023-10-07T04:33:53.873Z | kflt 0.196592925 |
589 | 2023-10-07T04:33:53.876Z | lock 2.007390147 |
590 | 2023-10-07T04:33:53.879Z | slp 2:52.440612853 |
591 | 2023-10-07T04:33:53.882Z | lat 3.232594188 |
592 | 2023-10-07T04:33:53.884Z | stop 0.078156846 |
593 | 2023-10-07T04:33:53.887Z | + banner end-to-end-tests |
594 | 2023-10-07T04:33:53.896Z | |
595 | 2023-10-07T04:33:53.899Z | ###### # # ##### ##### #### ###### # # ##### |
596 | 2023-10-07T04:33:53.902Z | # ## # # # # # # # ## # # # |
597 | 2023-10-07T04:33:53.905Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
598 | 2023-10-07T04:33:53.907Z | # # # # # # # # # # # # # # # |
599 | 2023-10-07T04:33:53.910Z | # # ## # # # # # # # ## # # |
600 | 2023-10-07T04:33:53.913Z | ###### # # ##### # #### ###### # # ##### |
601 | 2023-10-07T04:33:53.916Z | |
602 | 2023-10-07T04:33:53.924Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
603 | 2023-10-07T04:33:53.928Z | + CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-07T04:33:53.931Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
605 | 2023-10-07T04:33:53.934Z | + CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-07T04:33:53.943Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
607 | 2023-10-07T04:33:54.258Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
608 | 2023-10-07T04:33:54.627Z | Updating crates.io index |
609 | 2023-10-07T04:33:54.630Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
610 | 2023-10-07T04:33:55.534Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
611 | 2023-10-07T04:33:57.398Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
612 | 2023-10-07T04:33:58.108Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
613 | 2023-10-07T04:33:58.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
614 | 2023-10-07T04:33:58.729Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
615 | 2023-10-07T04:33:59.030Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
616 | 2023-10-07T04:33:59.859Z | Updating git repository `https://github.com/oxidecomputer/opte` |
617 | 2023-10-07T04:34:00.878Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
618 | 2023-10-07T04:34:01.359Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
619 | 2023-10-07T04:34:01.710Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
620 | 2023-10-07T04:34:02.336Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
621 | 2023-10-07T04:34:04.035Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
622 | 2023-10-07T04:34:04.371Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
623 | 2023-10-07T04:34:04.890Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
624 | 2023-10-07T04:34:05.614Z | Updating git repository `https://github.com/njaremko/samael` |
625 | 2023-10-07T04:34:05.797Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
626 | 2023-10-07T04:34:06.372Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
627 | 2023-10-07T04:34:06.740Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
628 | 2023-10-07T04:34:07.076Z | Updating git repository `https://github.com/jgallagher/nix` |
629 | 2023-10-07T04:34:08.326Z | Updating git repository `https://github.com/cbiffle/hubpack` |
630 | 2023-10-07T04:34:08.843Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
631 | 2023-10-07T04:34:18.407Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
632 | 2023-10-07T04:34:18.917Z | Updating git repository `https://github.com/oxidecomputer/typify` |
633 | 2023-10-07T04:34:19.895Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
634 | 2023-10-07T04:34:20.319Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
635 | 2023-10-07T04:34:20.627Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
636 | 2023-10-07T04:34:23.001Z | Downloading crates ... |
637 | 2023-10-07T04:34:23.034Z | Downloaded adler v1.0.2 |
638 | 2023-10-07T04:34:23.452Z | Downloaded argon2 v0.5.2 |
639 | 2023-10-07T04:34:23.455Z | Downloaded async-stream-impl v0.3.5 |
640 | 2023-10-07T04:34:23.459Z | Downloaded anstyle-query v1.0.0 |
641 | 2023-10-07T04:34:23.462Z | Downloaded async-trait v0.1.73 |
642 | 2023-10-07T04:34:23.465Z | Downloaded anstyle-parse v0.2.1 |
643 | 2023-10-07T04:34:23.468Z | Downloaded libefi-sys v0.1.0 |
644 | 2023-10-07T04:34:23.472Z | Downloaded diesel_table_macro_syntax v0.1.0 |
645 | 2023-10-07T04:34:23.475Z | Downloaded macaddr v1.0.1 |
646 | 2023-10-07T04:34:23.477Z | Downloaded atty v0.2.14 |
647 | 2023-10-07T04:34:23.480Z | Downloaded bit-vec v0.6.3 |
648 | 2023-10-07T04:34:23.483Z | Downloaded atomic-waker v1.1.1 |
649 | 2023-10-07T04:34:23.486Z | Downloaded lru-cache v0.1.2 |
650 | 2023-10-07T04:34:23.494Z | Downloaded bcrypt-pbkdf v0.10.0 |
651 | 2023-10-07T04:34:23.497Z | Downloaded bitflags v2.4.0 |
652 | 2023-10-07T04:34:23.500Z | Downloaded bzip2 v0.4.4 |
653 | 2023-10-07T04:34:23.503Z | Downloaded blowfish v0.9.1 |
654 | 2023-10-07T04:34:23.506Z | Downloaded cfg-if v0.1.10 |
655 | 2023-10-07T04:34:23.509Z | Downloaded blake2 v0.10.6 |
656 | 2023-10-07T04:34:23.512Z | Downloaded ciborium-ll v0.2.1 |
657 | 2023-10-07T04:34:23.516Z | Downloaded camino-tempfile v1.0.2 |
658 | 2023-10-07T04:34:23.519Z | Downloaded chacha20 v0.9.1 |
659 | 2023-10-07T04:34:23.521Z | Downloaded libm v0.2.7 |
660 | 2023-10-07T04:34:23.524Z | Downloaded match_cfg v0.1.0 |
661 | 2023-10-07T04:34:23.527Z | Downloaded cbc v0.1.2 |
662 | 2023-10-07T04:34:23.530Z | Downloaded matches v0.1.10 |
663 | 2023-10-07T04:34:23.532Z | Downloaded base16ct v0.2.0 |
664 | 2023-10-07T04:34:23.535Z | Downloaded backtrace v0.3.69 |
665 | 2023-10-07T04:34:23.538Z | Downloaded md5 v0.7.0 |
666 | 2023-10-07T04:34:23.540Z | Downloaded md-5 v0.10.5 |
667 | 2023-10-07T04:34:23.543Z | Downloaded linked-hash-map v0.5.6 |
668 | 2023-10-07T04:34:23.546Z | Downloaded anstream v0.5.0 |
669 | 2023-10-07T04:34:23.549Z | Downloaded allocator-api2 v0.2.16 |
670 | 2023-10-07T04:34:23.552Z | Downloaded convert_case v0.4.0 |
671 | 2023-10-07T04:34:23.555Z | Downloaded normalize-line-endings v0.3.0 |
672 | 2023-10-07T04:34:23.557Z | Downloaded colorchoice v1.0.0 |
673 | 2023-10-07T04:34:23.560Z | Downloaded autocfg v1.1.0 |
674 | 2023-10-07T04:34:23.563Z | Downloaded atomicwrites v0.4.1 |
675 | 2023-10-07T04:34:23.566Z | Downloaded memoffset v0.7.1 |
676 | 2023-10-07T04:34:23.568Z | Downloaded async-stream v0.3.5 |
677 | 2023-10-07T04:34:23.571Z | Downloaded bitflags v1.3.2 |
678 | 2023-10-07T04:34:23.574Z | Downloaded async-recursion v1.0.5 |
679 | 2023-10-07T04:34:23.577Z | Downloaded multer v2.1.0 |
680 | 2023-10-07T04:34:23.580Z | Downloaded mime_guess v2.0.4 |
681 | 2023-10-07T04:34:23.582Z | Downloaded num-iter v0.1.43 |
682 | 2023-10-07T04:34:23.585Z | Downloaded ciborium-io v0.2.1 |
683 | 2023-10-07T04:34:23.588Z | Downloaded bitstruct_derive v0.1.0 |
684 | 2023-10-07T04:34:23.591Z | Downloaded ascii v1.1.0 |
685 | 2023-10-07T04:34:23.594Z | Downloaded ahash v0.8.3 |
686 | 2023-10-07T04:34:23.597Z | Downloaded clap_lex v0.5.1 |
687 | 2023-10-07T04:34:23.600Z | Downloaded ahash v0.7.6 |
688 | 2023-10-07T04:34:23.603Z | Downloaded anyhow v1.0.75 |
689 | 2023-10-07T04:34:23.606Z | Downloaded aes-gcm-siv v0.11.1 |
690 | 2023-10-07T04:34:23.610Z | Downloaded clap v4.4.3 |
691 | 2023-10-07T04:34:23.614Z | Downloaded num_enum_derive v0.5.11 |
692 | 2023-10-07T04:34:23.617Z | Downloaded num_enum v0.5.11 |
693 | 2023-10-07T04:34:23.620Z | Downloaded tinyvec_macros v0.1.1 |
694 | 2023-10-07T04:34:23.623Z | Downloaded omicron-zone-package v0.8.3 |
695 | 2023-10-07T04:34:23.626Z | Downloaded base64 v0.21.4 |
696 | 2023-10-07T04:34:23.629Z | Downloaded miniz_oxide v0.7.1 |
697 | 2023-10-07T04:34:23.631Z | Downloaded tracing v0.1.37 |
698 | 2023-10-07T04:34:23.634Z | Downloaded toolchain_find v0.2.0 |
699 | 2023-10-07T04:34:23.638Z | Downloaded arc-swap v1.6.0 |
700 | 2023-10-07T04:34:23.641Z | Downloaded radium v0.7.0 |
701 | 2023-10-07T04:34:23.644Z | Downloaded toml_edit v0.20.0 |
702 | 2023-10-07T04:34:23.647Z | Downloaded humantime v2.1.0 |
703 | 2023-10-07T04:34:23.649Z | Downloaded generic-array v0.14.7 |
704 | 2023-10-07T04:34:23.652Z | Downloaded sct v0.7.0 |
705 | 2023-10-07T04:34:23.655Z | Downloaded serde_path_to_error v0.1.14 |
706 | 2023-10-07T04:34:23.658Z | Downloaded pbkdf2 v0.12.2 |
707 | 2023-10-07T04:34:23.661Z | Downloaded parse-display v0.7.0 |
708 | 2023-10-07T04:34:23.664Z | Downloaded dyn-clone v1.0.13 |
709 | 2023-10-07T04:34:23.667Z | Downloaded home v0.5.5 |
710 | 2023-10-07T04:34:23.670Z | Downloaded smawk v0.3.1 |
711 | 2023-10-07T04:34:23.672Z | Downloaded textwrap v0.11.0 |
712 | 2023-10-07T04:34:23.675Z | Downloaded filetime v0.2.22 |
713 | 2023-10-07T04:34:23.678Z | Downloaded fxhash v0.2.1 |
714 | 2023-10-07T04:34:23.681Z | Downloaded termcolor v1.2.0 |
715 | 2023-10-07T04:34:23.683Z | Downloaded jobserver v0.1.26 |
716 | 2023-10-07T04:34:23.686Z | Downloaded thiserror-impl v1.0.49 |
717 | 2023-10-07T04:34:23.689Z | Downloaded ppv-lite86 v0.2.17 |
718 | 2023-10-07T04:34:23.692Z | Downloaded paste v1.0.14 |
719 | 2023-10-07T04:34:23.694Z | Downloaded smallvec v1.11.0 |
720 | 2023-10-07T04:34:23.697Z | Downloaded pretty-hex v0.3.0 |
721 | 2023-10-07T04:34:23.700Z | Downloaded pretty-hex v0.2.1 |
722 | 2023-10-07T04:34:23.703Z | Downloaded rcgen v0.10.0 |
723 | 2023-10-07T04:34:23.712Z | Downloaded rand v0.8.5 |
724 | 2023-10-07T04:34:23.736Z | Downloaded h2 v0.3.21 |
725 | 2023-10-07T04:34:23.740Z | Downloaded regex-syntax v0.7.5 |
726 | 2023-10-07T04:34:23.744Z | Downloaded parking_lot_core v0.8.6 |
727 | 2023-10-07T04:34:23.747Z | Downloaded poly1305 v0.8.0 |
728 | 2023-10-07T04:34:23.752Z | Downloaded r2d2 v0.8.10 |
729 | 2023-10-07T04:34:23.763Z | Downloaded derive_more v0.99.17 |
730 | 2023-10-07T04:34:23.767Z | Downloaded heck v0.4.1 |
731 | 2023-10-07T04:34:23.772Z | Downloaded fnv v1.0.7 |
732 | 2023-10-07T04:34:23.775Z | Downloaded parking_lot v0.11.2 |
733 | 2023-10-07T04:34:23.779Z | Downloaded git2 v0.17.2 |
734 | 2023-10-07T04:34:23.783Z | Downloaded walkdir v2.4.0 |
735 | 2023-10-07T04:34:23.787Z | Downloaded quote v1.0.33 |
736 | 2023-10-07T04:34:23.790Z | Downloaded pest_derive v2.7.2 |
737 | 2023-10-07T04:34:23.793Z | Downloaded predicates-core v1.0.6 |
738 | 2023-10-07T04:34:23.796Z | Downloaded postgres-protocol v0.6.6 |
739 | 2023-10-07T04:34:23.799Z | Downloaded term v0.7.0 |
740 | 2023-10-07T04:34:23.803Z | Downloaded diesel_derives v2.1.1 |
741 | 2023-10-07T04:34:23.807Z | Downloaded crypto-bigint v0.5.2 |
742 | 2023-10-07T04:34:23.810Z | Downloaded http-body v0.4.5 |
743 | 2023-10-07T04:34:23.814Z | Downloaded dtrace-parser v0.1.14 |
744 | 2023-10-07T04:34:23.817Z | Downloaded tempfile v3.8.0 |
745 | 2023-10-07T04:34:23.820Z | Downloaded is-terminal v0.4.9 |
746 | 2023-10-07T04:34:23.824Z | Downloaded http-range v0.1.5 |
747 | 2023-10-07T04:34:23.827Z | Downloaded spin v0.5.2 |
748 | 2023-10-07T04:34:23.830Z | Downloaded form_urlencoded v1.2.0 |
749 | 2023-10-07T04:34:23.836Z | Downloaded zone v0.2.0 |
750 | 2023-10-07T04:34:23.839Z | Downloaded tracing-attributes v0.1.26 |
751 | 2023-10-07T04:34:23.842Z | Downloaded twox-hash v1.6.3 |
752 | 2023-10-07T04:34:23.846Z | Downloaded slog-scope v4.4.0 |
753 | 2023-10-07T04:34:23.849Z | Downloaded trust-dns-resolver v0.22.0 |
754 | 2023-10-07T04:34:23.854Z | Downloaded futures-io v0.3.28 |
755 | 2023-10-07T04:34:23.857Z | Downloaded tap v1.0.1 |
756 | 2023-10-07T04:34:23.860Z | Downloaded sha1 v0.10.5 |
757 | 2023-10-07T04:34:23.863Z | Downloaded float-cmp v0.9.0 |
758 | 2023-10-07T04:34:23.867Z | Downloaded tokio-macros v2.1.0 |
759 | 2023-10-07T04:34:23.875Z | Downloaded idna v0.2.3 |
760 | 2023-10-07T04:34:23.880Z | Downloaded ipnet v2.8.0 |
761 | 2023-10-07T04:34:23.958Z | Downloaded num-bigint v0.4.4 |
762 | 2023-10-07T04:34:23.963Z | Downloaded tungstenite v0.20.1 |
763 | 2023-10-07T04:34:23.966Z | Downloaded untrusted v0.7.1 |
764 | 2023-10-07T04:34:23.969Z | Downloaded serde_urlencoded v0.7.1 |
765 | 2023-10-07T04:34:23.973Z | Downloaded futures-executor v0.3.28 |
766 | 2023-10-07T04:34:23.976Z | Downloaded strsim v0.8.0 |
767 | 2023-10-07T04:34:23.979Z | Downloaded static_assertions v1.1.0 |
768 | 2023-10-07T04:34:23.982Z | Downloaded stringprep v0.1.3 |
769 | 2023-10-07T04:34:23.999Z | Downloaded idna v0.4.0 |
770 | 2023-10-07T04:34:24.042Z | Downloaded tinyvec v1.6.0 |
771 | 2023-10-07T04:34:24.095Z | Downloaded dof v0.1.5 |
772 | 2023-10-07T04:34:24.195Z | Downloaded futures-util v0.3.28 |
773 | 2023-10-07T04:34:24.288Z | Downloaded serde_with v2.3.3 |
774 | 2023-10-07T04:34:24.346Z | Downloaded foreign-types-shared v0.3.1 |
775 | 2023-10-07T04:34:24.401Z | Downloaded scopeguard v1.2.0 |
776 | 2023-10-07T04:34:24.434Z | Downloaded smf v0.2.2 |
777 | 2023-10-07T04:34:24.483Z | Downloaded foreign-types-shared v0.1.1 |
778 | 2023-10-07T04:34:24.514Z | Downloaded serde_spanned v0.6.3 |
779 | 2023-10-07T04:34:24.519Z | Downloaded xattr v1.0.1 |
780 | 2023-10-07T04:34:24.522Z | Downloaded smoltcp v0.8.2 |
781 | 2023-10-07T04:34:24.530Z | Downloaded unicode-width v0.1.10 |
782 | 2023-10-07T04:34:24.542Z | Downloaded synstructure v0.12.6 |
783 | 2023-10-07T04:34:24.579Z | Downloaded structopt-derive v0.4.18 |
784 | 2023-10-07T04:34:24.652Z | Downloaded thiserror-impl-no-std v2.0.2 |
785 | 2023-10-07T04:34:24.705Z | Downloaded serde_tokenstream v0.1.7 |
786 | 2023-10-07T04:34:24.740Z | Downloaded structopt v0.3.26 |
787 | 2023-10-07T04:34:24.759Z | Downloaded hostname v0.3.1 |
788 | 2023-10-07T04:34:24.796Z | Downloaded rustfmt-wrapper v0.2.0 |
789 | 2023-10-07T04:34:24.817Z | Downloaded usdt-attr-macro v0.3.5 |
790 | 2023-10-07T04:34:24.881Z | Downloaded dirs-sys-next v0.1.2 |
791 | 2023-10-07T04:34:24.919Z | Downloaded either v1.9.0 |
792 | 2023-10-07T04:34:24.934Z | Downloaded trust-dns-proto v0.22.0 |
793 | 2023-10-07T04:34:24.985Z | Downloaded equivalent v1.0.1 |
794 | 2023-10-07T04:34:25.087Z | Downloaded hyper-tls v0.5.0 |
795 | 2023-10-07T04:34:25.117Z | Downloaded hex-literal v0.4.1 |
796 | 2023-10-07T04:34:25.162Z | Downloaded keccak v0.1.4 |
797 | 2023-10-07T04:34:25.177Z | Downloaded russh-cryptovec v0.7.0 |
798 | 2023-10-07T04:34:25.211Z | Downloaded unicode-bidi v0.3.13 |
799 | 2023-10-07T04:34:25.225Z | Downloaded toml v0.7.8 |
800 | 2023-10-07T04:34:25.231Z | Downloaded rand_core v0.6.4 |
801 | 2023-10-07T04:34:25.241Z | Downloaded serde v1.0.188 |
802 | 2023-10-07T04:34:25.246Z | Downloaded heck v0.3.3 |
803 | 2023-10-07T04:34:25.264Z | Downloaded hubpack_derive v0.1.1 |
804 | 2023-10-07T04:34:25.303Z | Downloaded futures-channel v0.3.28 |
805 | 2023-10-07T04:34:25.322Z | Downloaded typenum v1.16.0 |
806 | 2023-10-07T04:34:25.384Z | Downloaded errno v0.3.2 |
807 | 2023-10-07T04:34:25.443Z | Downloaded erased-serde v0.3.30 |
808 | 2023-10-07T04:34:25.496Z | Downloaded headers-core v0.2.0 |
809 | 2023-10-07T04:34:25.508Z | Downloaded hash32 v0.2.1 |
810 | 2023-10-07T04:34:25.513Z | Downloaded half v1.8.2 |
811 | 2023-10-07T04:34:25.531Z | Downloaded clap v2.34.0 |
812 | 2023-10-07T04:34:25.540Z | Downloaded http v0.2.9 |
813 | 2023-10-07T04:34:25.546Z | Downloaded unicode-segmentation v1.10.1 |
814 | 2023-10-07T04:34:25.555Z | Downloaded hashbrown v0.12.3 |
815 | 2023-10-07T04:34:28.849Z | Downloaded strsim v0.10.0 |
816 | 2023-10-07T04:34:29.170Z | Downloaded io-lifetimes v1.0.11 |
817 | 2023-10-07T04:34:29.452Z | Downloaded fallible-iterator v0.2.0 |
818 | 2023-10-07T04:34:29.592Z | Downloaded spin v0.9.8 |
819 | 2023-10-07T04:34:29.828Z | Downloaded rustls-pemfile v1.0.3 |
820 | 2023-10-07T04:34:30.103Z | Downloaded hkdf v0.12.3 |
821 | 2023-10-07T04:34:30.198Z | Downloaded hex v0.4.3 |
822 | 2023-10-07T04:34:30.301Z | Downloaded syn v1.0.109 |
823 | 2023-10-07T04:34:30.432Z | Downloaded wyz v0.5.1 |
824 | 2023-10-07T04:34:30.766Z | Downloaded rand_chacha v0.3.1 |
825 | 2023-10-07T04:34:31.024Z | Downloaded lalrpop-util v0.19.12 |
826 | 2023-10-07T04:34:31.241Z | Downloaded tokio-rustls v0.24.1 |
827 | 2023-10-07T04:34:31.424Z | Downloaded serde_derive_internals v0.26.0 |
828 | 2023-10-07T04:34:31.486Z | Downloaded rustls v0.21.7 |
829 | 2023-10-07T04:34:31.550Z | Downloaded rand_core v0.5.1 |
830 | 2023-10-07T04:34:31.564Z | Downloaded rand_chacha v0.2.2 |
831 | 2023-10-07T04:34:31.583Z | Downloaded itoa v1.0.9 |
832 | 2023-10-07T04:34:31.598Z | Downloaded rustix v0.38.9 |
833 | 2023-10-07T04:34:31.615Z | Downloaded dirs-sys v0.4.1 |
834 | 2023-10-07T04:34:31.644Z | Downloaded dirs-next v2.0.0 |
835 | 2023-10-07T04:34:31.660Z | Downloaded rustls-native-certs v0.6.3 |
836 | 2023-10-07T04:34:31.672Z | Downloaded unicode-ident v1.0.12 |
837 | 2023-10-07T04:34:31.691Z | Downloaded semver v1.0.18 |
838 | 2023-10-07T04:34:31.704Z | Downloaded zerocopy v0.6.3 |
839 | 2023-10-07T04:34:31.718Z | Downloaded serde_derive v1.0.188 |
840 | 2023-10-07T04:34:31.728Z | Downloaded toml v0.5.11 |
841 | 2023-10-07T04:34:31.751Z | Downloaded getrandom v0.2.10 |
842 | 2023-10-07T04:34:31.770Z | Downloaded sha3 v0.10.8 |
843 | 2023-10-07T04:34:31.816Z | Downloaded group v0.13.0 |
844 | 2023-10-07T04:34:31.826Z | Downloaded socket2 v0.5.3 |
845 | 2023-10-07T04:34:31.838Z | Downloaded toml_edit v0.19.15 |
846 | 2023-10-07T04:34:31.844Z | Downloaded petgraph v0.6.4 |
847 | 2023-10-07T04:34:31.859Z | Downloaded elliptic-curve v0.13.5 |
848 | 2023-10-07T04:34:31.869Z | Downloaded chrono v0.4.31 |
849 | 2023-10-07T04:34:31.875Z | Downloaded headers v0.3.9 |
850 | 2023-10-07T04:34:31.881Z | Downloaded winapi v0.3.9 |
851 | 2023-10-07T04:34:31.884Z | Downloaded encoding_rs v0.8.33 |
852 | 2023-10-07T04:34:31.889Z | Downloaded reqwest v0.11.20 |
853 | 2023-10-07T04:34:31.893Z | Downloaded object v0.32.1 |
854 | 2023-10-07T04:34:31.897Z | Downloaded rand v0.7.3 |
855 | 2023-10-07T04:34:31.901Z | Downloaded itertools v0.10.5 |
856 | 2023-10-07T04:34:31.905Z | Downloaded trust-dns-client v0.22.0 |
857 | 2023-10-07T04:34:31.910Z | Downloaded openssl v0.10.57 |
858 | 2023-10-07T04:34:31.926Z | Downloaded rustls-webpki v0.101.4 |
859 | 2023-10-07T04:34:31.940Z | Downloaded hashbrown v0.13.2 |
860 | 2023-10-07T04:34:31.944Z | Downloaded itertools v0.11.0 |
861 | 2023-10-07T04:34:31.948Z | Downloaded winnow v0.5.15 |
862 | 2023-10-07T04:34:31.952Z | Downloaded serde_json v1.0.107 |
863 | 2023-10-07T04:34:31.956Z | Downloaded nix v0.26.2 |
864 | 2023-10-07T04:34:31.960Z | Downloaded curve25519-dalek v4.1.0 |
865 | 2023-10-07T04:34:31.964Z | Downloaded diesel v2.1.1 |
866 | 2023-10-07T04:34:31.968Z | Downloaded hyper v0.14.27 |
867 | 2023-10-07T04:34:31.974Z | Downloaded gimli v0.28.0 |
868 | 2023-10-07T04:34:31.977Z | Downloaded bstr v1.6.0 |
869 | 2023-10-07T04:34:31.982Z | Downloaded regex-syntax v0.6.29 |
870 | 2023-10-07T04:34:31.985Z | Downloaded openapiv3 v1.0.3 |
871 | 2023-10-07T04:34:31.993Z | Downloaded webpki-roots v0.25.2 |
872 | 2023-10-07T04:34:31.996Z | Downloaded bstr v0.2.17 |
873 | 2023-10-07T04:34:32.003Z | Downloaded regex v1.9.5 |
874 | 2023-10-07T04:34:32.007Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
875 | 2023-10-07T04:34:32.010Z | Downloaded rustix v0.37.23 |
876 | 2023-10-07T04:34:32.013Z | Downloaded radix_trie v0.2.1 |
877 | 2023-10-07T04:34:32.016Z | Downloaded smoltcp v0.9.1 |
878 | 2023-10-07T04:34:32.019Z | Downloaded vcpkg v0.2.15 |
879 | 2023-10-07T04:34:32.022Z | Downloaded url v2.4.1 |
880 | 2023-10-07T04:34:32.025Z | Downloaded rusqlite v0.29.0 |
881 | 2023-10-07T04:34:32.032Z | Downloaded unicode-normalization v0.1.22 |
882 | 2023-10-07T04:34:32.035Z | Downloaded time v0.3.27 |
883 | 2023-10-07T04:34:32.040Z | Downloaded zip v0.6.6 |
884 | 2023-10-07T04:34:32.044Z | Downloaded regex-automata v0.1.10 |
885 | 2023-10-07T04:34:32.080Z | Downloaded tungstenite v0.18.0 |
886 | 2023-10-07T04:34:32.101Z | Downloaded hyper-staticfile v0.9.5 |
887 | 2023-10-07T04:34:32.108Z | Downloaded tokio-tungstenite v0.20.1 |
888 | 2023-10-07T04:34:32.112Z | Downloaded schemars v0.8.13 |
889 | 2023-10-07T04:34:32.118Z | Downloaded syn v2.0.32 |
890 | 2023-10-07T04:34:32.122Z | Downloaded libc v0.2.148 |
891 | 2023-10-07T04:34:32.135Z | Downloaded zerocopy-derive v0.6.3 |
892 | 2023-10-07T04:34:32.138Z | Downloaded zerocopy-derive v0.2.0 |
893 | 2023-10-07T04:34:32.145Z | Downloaded tokio v1.32.0 |
894 | 2023-10-07T04:34:32.155Z | Downloaded regex-automata v0.3.8 |
895 | 2023-10-07T04:34:32.160Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
896 | 2023-10-07T04:34:32.168Z | Downloaded zeroize v1.6.0 |
897 | 2023-10-07T04:34:32.171Z | Downloaded futures v0.3.28 |
898 | 2023-10-07T04:34:32.174Z | Downloaded heapless v0.7.16 |
899 | 2023-10-07T04:34:32.181Z | Downloaded zeroize_derive v1.4.2 |
900 | 2023-10-07T04:34:32.186Z | Downloaded sha2 v0.10.7 |
901 | 2023-10-07T04:34:32.189Z | Downloaded ryu v1.0.15 |
902 | 2023-10-07T04:34:32.194Z | Downloaded tracing-core v0.1.31 |
903 | 2023-10-07T04:34:32.198Z | Downloaded sled v0.34.7 |
904 | 2023-10-07T04:34:32.201Z | Downloaded ron v0.7.1 |
905 | 2023-10-07T04:34:32.209Z | Downloaded russh v0.38.0 |
906 | 2023-10-07T04:34:32.213Z | Downloaded whoami v1.4.1 |
907 | 2023-10-07T04:34:32.216Z | Downloaded tokio-tungstenite v0.18.0 |
908 | 2023-10-07T04:34:32.221Z | Downloaded indexmap v1.9.3 |
909 | 2023-10-07T04:34:32.226Z | Downloaded env_logger v0.9.3 |
910 | 2023-10-07T04:34:32.228Z | Downloaded similar v2.2.1 |
911 | 2023-10-07T04:34:32.237Z | Downloaded ed25519-dalek v2.0.0 |
912 | 2023-10-07T04:34:32.248Z | Downloaded enum-as-inner v0.5.1 |
913 | 2023-10-07T04:34:32.256Z | Downloaded semver-parser v0.10.2 |
914 | 2023-10-07T04:34:32.263Z | Downloaded string_cache v0.8.7 |
915 | 2023-10-07T04:34:32.271Z | Downloaded signal-hook-registry v1.4.1 |
916 | 2023-10-07T04:34:32.285Z | Downloaded serde_with_macros v2.3.3 |
917 | 2023-10-07T04:34:32.294Z | Downloaded hubpack v0.1.2 |
918 | 2023-10-07T04:34:32.298Z | Downloaded httpdate v1.0.3 |
919 | 2023-10-07T04:34:32.304Z | Downloaded strum_macros v0.25.2 |
920 | 2023-10-07T04:34:32.308Z | Downloaded strum v0.25.0 |
921 | 2023-10-07T04:34:32.312Z | Downloaded zerocopy v0.3.0 |
922 | 2023-10-07T04:34:32.315Z | Downloaded foreign-types v0.5.0 |
923 | 2023-10-07T04:34:32.319Z | Downloaded universal-hash v0.5.1 |
924 | 2023-10-07T04:34:32.323Z | Downloaded unicode-xid v0.2.4 |
925 | 2023-10-07T04:34:32.327Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2023-10-07T04:34:32.331Z | Downloaded uuid v1.4.1 |
927 | 2023-10-07T04:34:32.338Z | Downloaded bitvec v1.0.1 |
928 | 2023-10-07T04:34:32.369Z | Downloaded hyper-rustls v0.24.1 |
929 | 2023-10-07T04:34:32.375Z | Downloaded usdt v0.3.5 |
930 | 2023-10-07T04:34:32.379Z | Downloaded unicode-linebreak v0.1.5 |
931 | 2023-10-07T04:34:32.383Z | Downloaded tokio-postgres v0.7.10 |
932 | 2023-10-07T04:34:32.387Z | Downloaded thiserror v1.0.49 |
933 | 2023-10-07T04:34:32.392Z | Downloaded subprocess v0.2.9 |
934 | 2023-10-07T04:34:32.397Z | Downloaded yasna v0.5.2 |
935 | 2023-10-07T04:34:32.400Z | Downloaded stable_deref_trait v1.2.0 |
936 | 2023-10-07T04:34:32.404Z | Downloaded spki v0.7.2 |
937 | 2023-10-07T04:34:32.408Z | Downloaded digest v0.10.7 |
938 | 2023-10-07T04:34:32.412Z | Downloaded aho-corasick v1.0.4 |
939 | 2023-10-07T04:34:32.415Z | Downloaded foreign-types v0.3.2 |
940 | 2023-10-07T04:34:32.421Z | Downloaded ident_case v1.0.1 |
941 | 2023-10-07T04:34:32.425Z | Downloaded getrandom v0.1.16 |
942 | 2023-10-07T04:34:32.428Z | Downloaded serde_arrays v0.1.0 |
943 | 2023-10-07T04:34:32.432Z | Downloaded serde_tokenstream v0.2.0 |
944 | 2023-10-07T04:34:32.436Z | Downloaded serde_repr v0.1.16 |
945 | 2023-10-07T04:34:32.440Z | Downloaded getopts v0.2.21 |
946 | 2023-10-07T04:34:32.443Z | Downloaded foreign-types-macros v0.2.3 |
947 | 2023-10-07T04:34:32.447Z | Downloaded futures-core v0.3.28 |
948 | 2023-10-07T04:34:32.451Z | Downloaded rustc-demangle v0.1.23 |
949 | 2023-10-07T04:34:32.454Z | Downloaded slog v2.7.0 |
950 | 2023-10-07T04:34:32.458Z | Downloaded regress v0.7.1 |
951 | 2023-10-07T04:34:32.462Z | Downloaded pest v2.7.2 |
952 | 2023-10-07T04:34:32.467Z | Downloaded schemars_derive v0.8.13 |
953 | 2023-10-07T04:34:32.485Z | Downloaded httparse v1.8.0 |
954 | 2023-10-07T04:34:32.491Z | Downloaded tar v0.4.40 |
955 | 2023-10-07T04:34:32.497Z | Downloaded rustversion v1.0.14 |
956 | 2023-10-07T04:34:32.519Z | Downloaded inout v0.1.3 |
957 | 2023-10-07T04:34:32.522Z | Downloaded funty v2.0.0 |
958 | 2023-10-07T04:34:32.543Z | Downloaded toml_datetime v0.6.3 |
959 | 2023-10-07T04:34:32.547Z | Downloaded siphasher v0.3.11 |
960 | 2023-10-07T04:34:32.562Z | Downloaded signature v2.1.0 |
961 | 2023-10-07T04:34:32.566Z | Downloaded aes-gcm v0.10.2 |
962 | 2023-10-07T04:34:32.570Z | Downloaded slab v0.4.9 |
963 | 2023-10-07T04:34:32.575Z | Downloaded same-file v1.0.6 |
964 | 2023-10-07T04:34:32.579Z | Downloaded time-macros v0.2.13 |
965 | 2023-10-07T04:34:32.583Z | Downloaded futures-sink v0.3.28 |
966 | 2023-10-07T04:34:32.587Z | Downloaded vsss-rs v3.3.1 |
967 | 2023-10-07T04:34:32.591Z | Downloaded fastrand v2.0.0 |
968 | 2023-10-07T04:34:32.595Z | Downloaded utf8parse v0.2.1 |
969 | 2023-10-07T04:34:32.598Z | Downloaded slog-envlogger v2.2.0 |
970 | 2023-10-07T04:34:32.602Z | Downloaded rustc_version v0.4.0 |
971 | 2023-10-07T04:34:32.606Z | Downloaded memchr v2.6.3 |
972 | 2023-10-07T04:34:32.611Z | Downloaded try-lock v0.2.4 |
973 | 2023-10-07T04:34:32.614Z | Downloaded utf-8 v0.7.6 |
974 | 2023-10-07T04:34:32.618Z | Downloaded slog-async v2.8.0 |
975 | 2023-10-07T04:34:32.621Z | Downloaded clap_builder v4.4.2 |
976 | 2023-10-07T04:34:32.625Z | Downloaded vergen v8.2.4 |
977 | 2023-10-07T04:34:32.628Z | Downloaded slog-term v2.9.0 |
978 | 2023-10-07T04:34:32.632Z | Downloaded socket2 v0.4.9 |
979 | 2023-10-07T04:34:32.637Z | Downloaded dirs v5.0.1 |
980 | 2023-10-07T04:34:32.658Z | Downloaded structmeta-derive v0.1.6 |
981 | 2023-10-07T04:34:32.662Z | Downloaded want v0.3.1 |
982 | 2023-10-07T04:34:32.667Z | Downloaded libz-sys v1.1.12 |
983 | 2023-10-07T04:34:32.671Z | Downloaded ff v0.13.0 |
984 | 2023-10-07T04:34:32.675Z | Downloaded usdt-macro v0.3.5 |
985 | 2023-10-07T04:34:32.681Z | Downloaded thread_local v1.1.7 |
986 | 2023-10-07T04:34:32.685Z | Downloaded thiserror-no-std v2.0.2 |
987 | 2023-10-07T04:34:32.689Z | Downloaded slog-dtrace v0.2.3 |
988 | 2023-10-07T04:34:32.692Z | Downloaded resolv-conf v0.7.0 |
989 | 2023-10-07T04:34:32.695Z | Downloaded slog-bunyan v2.4.0 |
990 | 2023-10-07T04:34:32.699Z | Downloaded futures-task v0.3.28 |
991 | 2023-10-07T04:34:32.702Z | Downloaded terminal_size v0.2.6 |
992 | 2023-10-07T04:34:32.705Z | Downloaded slog-stdlog v4.1.1 |
993 | 2023-10-07T04:34:32.709Z | Downloaded ringbuffer v0.15.0 |
994 | 2023-10-07T04:34:32.712Z | Downloaded unicase v2.7.0 |
995 | 2023-10-07T04:34:32.715Z | Downloaded trust-dns-server v0.22.1 |
996 | 2023-10-07T04:34:32.718Z | Downloaded aes v0.8.3 |
997 | 2023-10-07T04:34:32.721Z | Downloaded der v0.7.8 |
998 | 2023-10-07T04:34:32.724Z | Downloaded const_format v0.2.31 |
999 | 2023-10-07T04:34:32.728Z | Downloaded slog-json v2.6.1 |
1000 | 2023-10-07T04:34:32.731Z | Downloaded hmac v0.12.1 |
1001 | 2023-10-07T04:34:32.739Z | Downloaded structmeta v0.1.6 |
1002 | 2023-10-07T04:34:32.742Z | Downloaded semver v0.11.0 |
1003 | 2023-10-07T04:34:32.746Z | Downloaded secrecy v0.8.0 |
1004 | 2023-10-07T04:34:32.749Z | Downloaded instant v0.1.12 |
1005 | 2023-10-07T04:34:32.753Z | Downloaded glob v0.3.1 |
1006 | 2023-10-07T04:34:32.757Z | Downloaded ghash v0.5.0 |
1007 | 2023-10-07T04:34:32.763Z | Downloaded subtle v2.5.0 |
1008 | 2023-10-07T04:34:32.768Z | Downloaded futures-macro v0.3.28 |
1009 | 2023-10-07T04:34:32.771Z | Downloaded waitgroup v0.1.2 |
1010 | 2023-10-07T04:34:32.775Z | Downloaded version_check v0.9.4 |
1011 | 2023-10-07T04:34:32.778Z | Downloaded iana-time-zone v0.1.57 |
1012 | 2023-10-07T04:34:32.785Z | Downloaded fixedbitset v0.4.2 |
1013 | 2023-10-07T04:34:32.789Z | Downloaded endian-type v0.1.2 |
1014 | 2023-10-07T04:34:32.795Z | Downloaded zone_cfg_derive v0.2.0 |
1015 | 2023-10-07T04:34:32.800Z | Downloaded quick-error v1.2.3 |
1016 | 2023-10-07T04:34:32.804Z | Downloaded predicates v3.0.3 |
1017 | 2023-10-07T04:34:32.807Z | Downloaded pin-project-lite v0.2.13 |
1018 | 2023-10-07T04:34:32.811Z | Downloaded crossbeam-channel v0.5.8 |
1019 | 2023-10-07T04:34:32.814Z | Downloaded mio v0.8.8 |
1020 | 2023-10-07T04:34:32.818Z | Downloaded bytes v1.5.0 |
1021 | 2023-10-07T04:34:32.821Z | Downloaded darling_core v0.20.3 |
1022 | 2023-10-07T04:34:32.824Z | Downloaded num-complex v0.4.4 |
1023 | 2023-10-07T04:34:32.828Z | Downloaded crossbeam-utils v0.8.16 |
1024 | 2023-10-07T04:34:32.831Z | Downloaded fallible-streaming-iterator v0.1.9 |
1025 | 2023-10-07T04:34:32.834Z | Downloaded vec_map v0.8.2 |
1026 | 2023-10-07T04:34:32.838Z | Downloaded thread-id v4.2.0 |
1027 | 2023-10-07T04:34:32.841Z | Downloaded proc-macro-crate v1.3.1 |
1028 | 2023-10-07T04:34:32.845Z | Downloaded pkg-config v0.3.27 |
1029 | 2023-10-07T04:34:32.848Z | Downloaded phf v0.11.2 |
1030 | 2023-10-07T04:34:32.852Z | Downloaded pest_generator v2.7.2 |
1031 | 2023-10-07T04:34:32.855Z | Downloaded percent-encoding v2.3.0 |
1032 | 2023-10-07T04:34:32.859Z | Downloaded console v0.15.7 |
1033 | 2023-10-07T04:34:32.862Z | Downloaded byteorder v1.4.3 |
1034 | 2023-10-07T04:34:32.865Z | Downloaded postcard v0.7.3 |
1035 | 2023-10-07T04:34:32.869Z | Downloaded pkcs8 v0.10.2 |
1036 | 2023-10-07T04:34:32.872Z | Downloaded bincode v1.3.3 |
1037 | 2023-10-07T04:34:32.876Z | Downloaded openssl-sys v0.9.93 |
1038 | 2023-10-07T04:34:32.880Z | Downloaded pest_meta v2.7.2 |
1039 | 2023-10-07T04:34:32.884Z | Downloaded pem v1.1.1 |
1040 | 2023-10-07T04:34:32.888Z | Downloaded password-hash v0.5.0 |
1041 | 2023-10-07T04:34:32.891Z | Downloaded password-hash v0.4.2 |
1042 | 2023-10-07T04:34:32.895Z | Downloaded cstr-argument v0.1.2 |
1043 | 2023-10-07T04:34:32.898Z | Downloaded chacha20poly1305 v0.10.1 |
1044 | 2023-10-07T04:34:32.902Z | Downloaded cancel-safe-futures v0.1.2 |
1045 | 2023-10-07T04:34:32.906Z | Downloaded take_mut v0.2.2 |
1046 | 2023-10-07T04:34:32.909Z | Downloaded num-rational v0.4.1 |
1047 | 2023-10-07T04:34:32.913Z | Downloaded native-tls v0.2.11 |
1048 | 2023-10-07T04:34:32.917Z | Downloaded deranged v0.3.8 |
1049 | 2023-10-07T04:34:32.921Z | Downloaded camino v1.1.6 |
1050 | 2023-10-07T04:34:32.924Z | Downloaded hashbrown v0.14.0 |
1051 | 2023-10-07T04:34:32.928Z | Downloaded postcard-cobs v0.1.5-pre |
1052 | 2023-10-07T04:34:32.931Z | Downloaded precomputed-hash v0.1.1 |
1053 | 2023-10-07T04:34:32.935Z | Downloaded libsqlite3-sys v0.26.0 |
1054 | 2023-10-07T04:34:32.940Z | Downloaded textwrap v0.16.0 |
1055 | 2023-10-07T04:34:32.944Z | Downloaded cc v1.0.83 |
1056 | 2023-10-07T04:34:32.950Z | Downloaded base64 v0.13.1 |
1057 | 2023-10-07T04:34:32.954Z | Downloaded serde_yaml v0.9.25 |
1058 | 2023-10-07T04:34:32.957Z | Downloaded ring v0.16.20 |
1059 | 2023-10-07T04:34:32.961Z | Downloaded russh-keys v0.38.0 |
1060 | 2023-10-07T04:34:32.964Z | Downloaded indexmap v2.0.0 |
1061 | 2023-10-07T04:34:32.968Z | Downloaded parking_lot v0.12.1 |
1062 | 2023-10-07T04:34:32.971Z | Downloaded polyval v0.6.1 |
1063 | 2023-10-07T04:34:32.974Z | Downloaded postgres-types v0.2.6 |
1064 | 2023-10-07T04:34:32.977Z | Downloaded platforms v3.0.2 |
1065 | 2023-10-07T04:34:32.980Z | Downloaded pin-utils v0.1.0 |
1066 | 2023-10-07T04:34:32.988Z | Downloaded hashlink v0.8.3 |
1067 | 2023-10-07T04:34:32.991Z | Downloaded ed25519 v2.2.2 |
1068 | 2023-10-07T04:34:32.994Z | Downloaded parse-display-derive v0.7.0 |
1069 | 2023-10-07T04:34:32.998Z | Downloaded darling v0.20.3 |
1070 | 2023-10-07T04:34:33.001Z | Downloaded crc32fast v1.3.2 |
1071 | 2023-10-07T04:34:33.005Z | Downloaded ipnetwork v0.20.0 |
1072 | 2023-10-07T04:34:33.009Z | Downloaded difflib v0.4.0 |
1073 | 2023-10-07T04:34:33.012Z | Downloaded phf_shared v0.11.2 |
1074 | 2023-10-07T04:34:33.016Z | Downloaded num-traits v0.2.16 |
1075 | 2023-10-07T04:34:33.020Z | Downloaded managed v0.8.0 |
1076 | 2023-10-07T04:34:33.024Z | Downloaded phf_shared v0.10.0 |
1077 | 2023-10-07T04:34:33.028Z | Downloaded openssl-probe v0.1.5 |
1078 | 2023-10-07T04:34:33.033Z | Downloaded opaque-debug v0.3.0 |
1079 | 2023-10-07T04:34:33.036Z | Downloaded crypto-common v0.1.6 |
1080 | 2023-10-07T04:34:33.039Z | Downloaded num_threads v0.1.6 |
1081 | 2023-10-07T04:34:33.043Z | Downloaded num_enum v0.7.0 |
1082 | 2023-10-07T04:34:33.046Z | Downloaded num-integer v0.1.45 |
1083 | 2023-10-07T04:34:33.050Z | Downloaded lazy_static v1.4.0 |
1084 | 2023-10-07T04:34:33.060Z | Downloaded ucd-trie v0.1.6 |
1085 | 2023-10-07T04:34:33.490Z | Downloaded proc-macro-error-attr v1.0.4 |
1086 | 2023-10-07T04:34:33.510Z | Downloaded proc-macro-error v1.0.4 |
1087 | 2023-10-07T04:34:33.523Z | Downloaded pbkdf2 v0.11.0 |
1088 | 2023-10-07T04:34:33.531Z | Downloaded debug-ignore v1.0.5 |
1089 | 2023-10-07T04:34:33.537Z | Downloaded ciborium v0.2.1 |
1090 | 2023-10-07T04:34:33.543Z | Downloaded flate2 v1.0.27 |
1091 | 2023-10-07T04:34:33.552Z | Downloaded tokio-stream v0.1.14 |
1092 | 2023-10-07T04:34:33.556Z | Downloaded time-core v0.1.1 |
1093 | 2023-10-07T04:34:33.559Z | Downloaded proc-macro2 v1.0.67 |
1094 | 2023-10-07T04:34:33.562Z | Downloaded parking_lot_core v0.9.8 |
1095 | 2023-10-07T04:34:33.567Z | Downloaded once_cell v1.18.0 |
1096 | 2023-10-07T04:34:33.573Z | Downloaded anstyle v1.0.2 |
1097 | 2023-10-07T04:34:33.576Z | Downloaded tokio-util v0.7.8 |
1098 | 2023-10-07T04:34:33.600Z | Downloaded data-encoding v2.4.0 |
1099 | 2023-10-07T04:34:33.605Z | Downloaded ctr v0.9.2 |
1100 | 2023-10-07T04:34:33.609Z | Downloaded block-buffer v0.10.4 |
1101 | 2023-10-07T04:34:33.612Z | Downloaded addr2line v0.21.0 |
1102 | 2023-10-07T04:34:33.617Z | Downloaded log v0.4.20 |
1103 | 2023-10-07T04:34:33.621Z | Downloaded lock_api v0.4.10 |
1104 | 2023-10-07T04:34:33.628Z | Downloaded clap_derive v4.4.2 |
1105 | 2023-10-07T04:34:33.632Z | Downloaded base64ct v1.6.0 |
1106 | 2023-10-07T04:34:33.637Z | Downloaded toml v0.8.0 |
1107 | 2023-10-07T04:34:33.640Z | Downloaded tokio-native-tls v0.3.1 |
1108 | 2023-10-07T04:34:33.644Z | Downloaded usdt-impl v0.3.5 |
1109 | 2023-10-07T04:34:33.647Z | Downloaded unsafe-libyaml v0.2.9 |
1110 | 2023-10-07T04:34:33.651Z | Downloaded new_debug_unreachable v1.0.4 |
1111 | 2023-10-07T04:34:33.654Z | Downloaded tower-service v0.3.2 |
1112 | 2023-10-07T04:34:33.660Z | Downloaded openssl-macros v0.1.1 |
1113 | 2023-10-07T04:34:33.663Z | Downloaded memoffset v0.9.0 |
1114 | 2023-10-07T04:34:33.667Z | Downloaded crossbeam-epoch v0.9.15 |
1115 | 2023-10-07T04:34:33.670Z | Downloaded num_enum_derive v0.7.0 |
1116 | 2023-10-07T04:34:33.674Z | Downloaded backoff v0.4.0 |
1117 | 2023-10-07T04:34:33.677Z | Downloaded num_cpus v1.16.0 |
1118 | 2023-10-07T04:34:33.681Z | Downloaded darling_macro v0.20.3 |
1119 | 2023-10-07T04:34:33.684Z | Downloaded curve25519-dalek-derive v0.1.0 |
1120 | 2023-10-07T04:34:33.688Z | Downloaded cpufeatures v0.2.9 |
1121 | 2023-10-07T04:34:33.696Z | Downloaded const-oid v0.9.5 |
1122 | 2023-10-07T04:34:33.701Z | Downloaded colored v2.0.4 |
1123 | 2023-10-07T04:34:33.705Z | Downloaded cipher v0.4.4 |
1124 | 2023-10-07T04:34:33.708Z | Downloaded cfg-if v1.0.0 |
1125 | 2023-10-07T04:34:33.711Z | Downloaded block-padding v0.3.3 |
1126 | 2023-10-07T04:34:33.718Z | Downloaded bit_field v0.10.2 |
1127 | 2023-10-07T04:34:33.722Z | Downloaded ansi_term v0.12.1 |
1128 | 2023-10-07T04:34:33.727Z | Downloaded const_format_proc_macros v0.2.31 |
1129 | 2023-10-07T04:34:33.731Z | Downloaded bit-set v0.5.3 |
1130 | 2023-10-07T04:34:33.739Z | Downloaded option-ext v0.2.0 |
1131 | 2023-10-07T04:34:33.743Z | Downloaded num v0.4.1 |
1132 | 2023-10-07T04:34:33.749Z | Downloaded bitstruct v0.1.1 |
1133 | 2023-10-07T04:34:33.754Z | Downloaded aead v0.5.2 |
1134 | 2023-10-07T04:34:33.760Z | Downloaded nibble_vec v0.1.0 |
1135 | 2023-10-07T04:34:33.769Z | Downloaded mime v0.3.17 |
1136 | 2023-10-07T04:34:33.774Z | Compiling proc-macro2 v1.0.67 |
1137 | 2023-10-07T04:34:33.777Z | Compiling unicode-ident v1.0.12 |
1138 | 2023-10-07T04:34:33.783Z | Compiling libc v0.2.148 |
1139 | 2023-10-07T04:34:33.786Z | Compiling serde v1.0.188 |
1140 | 2023-10-07T04:34:33.789Z | Compiling version_check v0.9.4 |
1141 | 2023-10-07T04:34:33.792Z | Compiling autocfg v1.1.0 |
1142 | 2023-10-07T04:34:33.795Z | Compiling cfg-if v1.0.0 |
1143 | 2023-10-07T04:34:33.798Z | Compiling syn v1.0.109 |
1144 | 2023-10-07T04:34:33.801Z | Compiling typenum v1.16.0 |
1145 | 2023-10-07T04:34:33.805Z | Compiling once_cell v1.18.0 |
1146 | 2023-10-07T04:34:33.808Z | Compiling parking_lot_core v0.9.8 |
1147 | 2023-10-07T04:34:33.812Z | Compiling generic-array v0.14.7 |
1148 | 2023-10-07T04:34:33.815Z | Compiling lock_api v0.4.10 |
1149 | 2023-10-07T04:34:33.818Z | Compiling thiserror v1.0.49 |
1150 | 2023-10-07T04:34:33.823Z | Compiling libm v0.2.7 |
1151 | 2023-10-07T04:34:33.827Z | Compiling num-traits v0.2.16 |
1152 | 2023-10-07T04:34:33.830Z | Compiling itoa v1.0.9 |
1153 | 2023-10-07T04:34:33.833Z | Compiling futures-core v0.3.28 |
1154 | 2023-10-07T04:34:33.837Z | Compiling memchr v2.6.3 |
1155 | 2023-10-07T04:34:33.841Z | Compiling ahash v0.8.3 |
1156 | 2023-10-07T04:34:33.844Z | Compiling serde_json v1.0.107 |
1157 | 2023-10-07T04:34:33.847Z | Compiling log v0.4.20 |
1158 | 2023-10-07T04:34:33.851Z | Compiling quote v1.0.33 |
1159 | 2023-10-07T04:34:33.854Z | Compiling slab v0.4.9 |
1160 | 2023-10-07T04:34:33.857Z | Compiling futures-channel v0.3.28 |
1161 | 2023-10-07T04:34:33.862Z | Compiling futures-task v0.3.28 |
1162 | 2023-10-07T04:34:33.868Z | Compiling syn v2.0.32 |
1163 | 2023-10-07T04:34:33.872Z | Compiling getrandom v0.2.10 |
1164 | 2023-10-07T04:34:33.876Z | Compiling jobserver v0.1.26 |
1165 | 2023-10-07T04:34:33.879Z | Compiling rand_core v0.6.4 |
1166 | 2023-10-07T04:34:33.883Z | Compiling cc v1.0.83 |
1167 | 2023-10-07T04:34:33.886Z | Compiling futures-util v0.3.28 |
1168 | 2023-10-07T04:34:33.890Z | Compiling pkg-config v0.3.27 |
1169 | 2023-10-07T04:34:33.894Z | Compiling ryu v1.0.15 |
1170 | 2023-10-07T04:34:33.898Z | Compiling vcpkg v0.2.15 |
1171 | 2023-10-07T04:34:34.312Z | Compiling allocator-api2 v0.2.16 |
1172 | 2023-10-07T04:34:34.317Z | Compiling ahash v0.7.6 |
1173 | 2023-10-07T04:34:34.579Z | Compiling schemars v0.8.13 |
1174 | 2023-10-07T04:34:34.719Z | Compiling equivalent v1.0.1 |
1175 | 2023-10-07T04:34:34.873Z | Compiling byteorder v1.4.3 |
1176 | 2023-10-07T04:34:35.218Z | Compiling hashbrown v0.14.0 |
1177 | 2023-10-07T04:34:35.728Z | Compiling httparse v1.8.0 |
1178 | 2023-10-07T04:34:35.752Z | Compiling indexmap v1.9.3 |
1179 | 2023-10-07T04:34:36.324Z | Compiling scopeguard v1.2.0 |
1180 | 2023-10-07T04:34:36.488Z | Compiling semver v1.0.18 |
1181 | 2023-10-07T04:34:36.791Z | Compiling iana-time-zone v0.1.57 |
1182 | 2023-10-07T04:34:37.203Z | Compiling smallvec v1.11.0 |
1183 | 2023-10-07T04:34:37.409Z | Compiling fnv v1.0.7 |
1184 | 2023-10-07T04:34:37.821Z | Compiling ring v0.16.20 |
1185 | 2023-10-07T04:34:37.833Z | Compiling heck v0.4.1 |
1186 | 2023-10-07T04:34:37.841Z | Compiling time-core v0.1.1 |
1187 | 2023-10-07T04:34:37.919Z | Compiling pin-project-lite v0.2.13 |
1188 | 2023-10-07T04:34:38.085Z | Compiling time-macros v0.2.13 |
1189 | 2023-10-07T04:34:38.112Z | Compiling dyn-clone v1.0.13 |
1190 | 2023-10-07T04:34:38.416Z | Compiling openssl-sys v0.9.93 |
1191 | 2023-10-07T04:34:38.430Z | Compiling subtle v2.5.0 |
1192 | 2023-10-07T04:34:38.895Z | Compiling winnow v0.5.15 |
1193 | 2023-10-07T04:34:39.292Z | Compiling parking_lot v0.12.1 |
1194 | 2023-10-07T04:34:39.743Z | Compiling ucd-trie v0.1.6 |
1195 | 2023-10-07T04:34:40.572Z | Compiling hashbrown v0.12.3 |
1196 | 2023-10-07T04:34:40.859Z | Compiling slog v2.7.0 |
1197 | 2023-10-07T04:34:41.129Z | Compiling ppv-lite86 v0.2.17 |
1198 | 2023-10-07T04:34:41.616Z | Compiling rustls v0.21.7 |
1199 | 2023-10-07T04:34:41.985Z | Compiling openssl v0.10.57 |
1200 | 2023-10-07T04:34:42.271Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2023-10-07T04:34:42.308Z | Compiling signal-hook-registry v1.4.1 |
1202 | 2023-10-07T04:34:42.401Z | Compiling tinyvec v1.6.0 |
1203 | 2023-10-07T04:34:42.549Z | Compiling mio v0.8.8 |
1204 | 2023-10-07T04:34:42.914Z | Compiling num_cpus v1.16.0 |
1205 | 2023-10-07T04:34:43.108Z | Compiling socket2 v0.5.3 |
1206 | 2023-10-07T04:34:43.702Z | Compiling unicode-bidi v0.3.13 |
1207 | 2023-10-07T04:34:44.640Z | Compiling serde_derive_internals v0.26.0 |
1208 | 2023-10-07T04:34:44.690Z | Compiling native-tls v0.2.11 |
1209 | 2023-10-07T04:34:44.808Z | Compiling rand_chacha v0.3.1 |
1210 | 2023-10-07T04:34:44.989Z | Compiling unicode-normalization v0.1.22 |
1211 | 2023-10-07T04:34:45.243Z | Compiling spin v0.5.2 |
1212 | 2023-10-07T04:34:45.549Z | Compiling unicode-xid v0.2.4 |
1213 | 2023-10-07T04:34:45.594Z | Compiling rand v0.8.5 |
1214 | 2023-10-07T04:34:45.817Z | Compiling percent-encoding v2.3.0 |
1215 | 2023-10-07T04:34:46.325Z | Compiling form_urlencoded v1.2.0 |
1216 | 2023-10-07T04:34:46.392Z | Compiling futures-sink v0.3.28 |
1217 | 2023-10-07T04:34:46.613Z | Compiling synstructure v0.12.6 |
1218 | 2023-10-07T04:34:46.682Z | Compiling backtrace v0.3.69 |
1219 | 2023-10-07T04:34:46.917Z | Compiling pin-utils v0.1.0 |
1220 | 2023-10-07T04:34:47.061Z | Compiling async-trait v0.1.73 |
1221 | 2023-10-07T04:34:47.259Z | Compiling crossbeam-utils v0.8.16 |
1222 | 2023-10-07T04:34:47.790Z | Compiling idna v0.4.0 |
1223 | 2023-10-07T04:34:47.951Z | Compiling aho-corasick v1.0.4 |
1224 | 2023-10-07T04:34:48.350Z | Compiling futures-io v0.3.28 |
1225 | 2023-10-07T04:34:48.578Z | Compiling const-oid v0.9.5 |
1226 | 2023-10-07T04:34:48.631Z | Compiling regex-syntax v0.7.5 |
1227 | 2023-10-07T04:34:48.822Z | Compiling unicode-width v0.1.10 |
1228 | 2023-10-07T04:34:49.073Z | Compiling anyhow v1.0.75 |
1229 | 2023-10-07T04:34:49.147Z | Compiling num_threads v0.1.6 |
1230 | 2023-10-07T04:34:49.315Z | Compiling url v2.4.1 |
1231 | 2023-10-07T04:34:50.403Z | Compiling deranged v0.3.8 |
1232 | 2023-10-07T04:34:50.520Z | Compiling usdt-impl v0.3.5 |
1233 | 2023-10-07T04:34:51.219Z | Compiling thread-id v4.2.0 |
1234 | 2023-10-07T04:34:51.382Z | Compiling tracing-core v0.1.31 |
1235 | 2023-10-07T04:34:51.631Z | Compiling hashbrown v0.13.2 |
1236 | 2023-10-07T04:34:53.331Z | Compiling cpufeatures v0.2.9 |
1237 | 2023-10-07T04:34:53.476Z | Compiling time v0.3.27 |
1238 | 2023-10-07T04:34:53.578Z | Compiling adler v1.0.2 |
1239 | 2023-10-07T04:34:53.623Z | Compiling lazy_static v1.4.0 |
1240 | 2023-10-07T04:34:53.786Z | Compiling miniz_oxide v0.7.1 |
1241 | 2023-10-07T04:34:53.891Z | Compiling rustix v0.38.9 |
1242 | 2023-10-07T04:34:54.295Z | Compiling bitflags v1.3.2 |
1243 | 2023-10-07T04:34:54.876Z | Compiling regex-automata v0.3.8 |
1244 | 2023-10-07T04:34:56.086Z | Compiling gimli v0.28.0 |
1245 | 2023-10-07T04:34:56.855Z | Compiling serde_derive v1.0.188 |
1246 | 2023-10-07T04:34:58.063Z | Compiling zeroize_derive v1.4.2 |
1247 | 2023-10-07T04:34:58.220Z | Compiling thiserror-impl v1.0.49 |
1248 | 2023-10-07T04:34:59.641Z | Compiling tokio-macros v2.1.0 |
1249 | 2023-10-07T04:35:00.528Z | Compiling futures-macro v0.3.28 |
1250 | 2023-10-07T04:35:00.842Z | Compiling tracing-attributes v0.1.26 |
1251 | 2023-10-07T04:35:02.163Z | Compiling schemars_derive v0.8.13 |
1252 | 2023-10-07T04:35:02.964Z | Compiling zeroize v1.6.0 |
1253 | 2023-10-07T04:35:03.092Z | Compiling pest v2.7.2 |
1254 | 2023-10-07T04:35:03.754Z | Compiling openssl-macros v0.1.1 |
1255 | 2023-10-07T04:35:04.381Z | Compiling zerocopy-derive v0.2.0 |
1256 | 2023-10-07T04:35:05.864Z | Compiling crypto-common v0.1.6 |
1257 | 2023-10-07T04:35:06.179Z | Compiling block-buffer v0.10.4 |
1258 | 2023-10-07T04:35:06.555Z | Compiling digest v0.10.7 |
1259 | 2023-10-07T04:35:07.261Z | Compiling pest_meta v2.7.2 |
1260 | 2023-10-07T04:35:07.318Z | Compiling regex v1.9.5 |
1261 | 2023-10-07T04:35:07.368Z | Compiling zerocopy v0.3.0 |
1262 | 2023-10-07T04:35:08.162Z | Compiling tracing v0.1.37 |
1263 | 2023-10-07T04:35:08.636Z | Compiling dof v0.1.5 |
1264 | 2023-10-07T04:35:09.181Z | Compiling addr2line v0.21.0 |
1265 | 2023-10-07T04:35:09.705Z | Compiling pest_generator v2.7.2 |
1266 | 2023-10-07T04:35:10.434Z | Compiling object v0.32.1 |
1267 | 2023-10-07T04:35:12.610Z | Compiling siphasher v0.3.11 |
1268 | 2023-10-07T04:35:12.651Z | Compiling rustc-demangle v0.1.23 |
1269 | 2023-10-07T04:35:13.305Z | Compiling base64 v0.21.4 |
1270 | 2023-10-07T04:35:13.537Z | Compiling untrusted v0.7.1 |
1271 | 2023-10-07T04:35:14.342Z | Compiling socket2 v0.4.9 |
1272 | 2023-10-07T04:35:14.707Z | Compiling pest_derive v2.7.2 |
1273 | 2023-10-07T04:35:15.306Z | Compiling phf_shared v0.11.2 |
1274 | 2023-10-07T04:35:15.410Z | Compiling try-lock v0.2.4 |
1275 | 2023-10-07T04:35:15.625Z | Compiling httpdate v1.0.3 |
1276 | 2023-10-07T04:35:15.830Z | Compiling want v0.3.1 |
1277 | 2023-10-07T04:35:15.882Z | Compiling dtrace-parser v0.1.14 |
1278 | 2023-10-07T04:35:16.058Z | Compiling tower-service v0.3.2 |
1279 | 2023-10-07T04:35:16.241Z | Compiling mime v0.3.17 |
1280 | 2023-10-07T04:35:16.274Z | Compiling strsim v0.10.0 |
1281 | 2023-10-07T04:35:16.407Z | Compiling foreign-types-shared v0.1.1 |
1282 | 2023-10-07T04:35:16.516Z | Compiling openssl-probe v0.1.5 |
1283 | 2023-10-07T04:35:17.040Z | Compiling foreign-types v0.3.2 |
1284 | 2023-10-07T04:35:17.181Z | Compiling rustls-webpki v0.101.4 |
1285 | 2023-10-07T04:35:17.210Z | Compiling sct v0.7.0 |
1286 | 2023-10-07T04:35:18.086Z | Compiling ipnet v2.8.0 |
1287 | 2023-10-07T04:35:20.107Z | Compiling bytes v1.5.0 |
1288 | 2023-10-07T04:35:20.667Z | Compiling indexmap v2.0.0 |
1289 | 2023-10-07T04:35:20.688Z | Compiling chrono v0.4.31 |
1290 | 2023-10-07T04:35:20.763Z | Compiling uuid v1.4.1 |
1291 | 2023-10-07T04:35:21.925Z | Compiling toml_datetime v0.6.3 |
1292 | 2023-10-07T04:35:22.023Z | Compiling serde_spanned v0.6.3 |
1293 | 2023-10-07T04:35:22.197Z | Compiling http v0.2.9 |
1294 | 2023-10-07T04:35:22.392Z | Compiling tokio v1.32.0 |
1295 | 2023-10-07T04:35:22.637Z | Compiling toml_edit v0.19.15 |
1296 | 2023-10-07T04:35:22.669Z | Compiling bitflags v2.4.0 |
1297 | 2023-10-07T04:35:23.838Z | Compiling openapiv3 v1.0.3 |
1298 | 2023-10-07T04:35:26.568Z | Compiling serde_tokenstream v0.1.7 |
1299 | 2023-10-07T04:35:26.591Z | Compiling rustc_version v0.4.0 |
1300 | 2023-10-07T04:35:27.380Z | Compiling usdt-macro v0.3.5 |
1301 | 2023-10-07T04:35:27.896Z | Compiling usdt-attr-macro v0.3.5 |
1302 | 2023-10-07T04:35:29.769Z | Compiling http-body v0.4.5 |
1303 | 2023-10-07T04:35:29.820Z | Compiling serde_tokenstream v0.2.0 |
1304 | 2023-10-07T04:35:30.651Z | Compiling rustls-pemfile v1.0.3 |
1305 | 2023-10-07T04:35:31.502Z | Compiling regress v0.7.1 |
1306 | 2023-10-07T04:35:32.721Z | Compiling encoding_rs v0.8.33 |
1307 | 2023-10-07T04:35:33.382Z | Compiling rustls-native-certs v0.6.3 |
1308 | 2023-10-07T04:35:34.088Z | Compiling serde_urlencoded v0.7.1 |
1309 | 2023-10-07T04:35:35.087Z | Compiling errno v0.3.2 |
1310 | 2023-10-07T04:35:35.387Z | Compiling webpki-roots v0.25.2 |
1311 | 2023-10-07T04:35:35.649Z | Compiling tokio-util v0.7.8 |
1312 | 2023-10-07T04:35:35.750Z | Compiling tokio-rustls v0.24.1 |
1313 | 2023-10-07T04:35:36.350Z | Compiling getopts v0.2.21 |
1314 | 2023-10-07T04:35:36.556Z | Compiling unsafe-libyaml v0.2.9 |
1315 | 2023-10-07T04:35:36.580Z | Compiling futures-executor v0.3.28 |
1316 | 2023-10-07T04:35:37.544Z | Compiling h2 v0.3.21 |
1317 | 2023-10-07T04:35:38.052Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1318 | 2023-10-07T04:35:39.778Z | Compiling serde_yaml v0.9.25 |
1319 | 2023-10-07T04:35:42.096Z | Compiling tokio-native-tls v0.3.1 |
1320 | 2023-10-07T04:35:42.515Z | Compiling hmac v0.12.1 |
1321 | 2023-10-07T04:35:42.665Z | Compiling num-integer v0.1.45 |
1322 | 2023-10-07T04:35:42.852Z | Compiling rustversion v1.0.14 |
1323 | 2023-10-07T04:35:43.119Z | Compiling usdt v0.3.5 |
1324 | 2023-10-07T04:35:43.545Z | Compiling hex v0.4.3 |
1325 | 2023-10-07T04:35:43.877Z | Compiling sha2 v0.10.7 |
1326 | 2023-10-07T04:35:44.658Z | Compiling block-padding v0.3.3 |
1327 | 2023-10-07T04:35:45.325Z | Compiling inout v0.1.3 |
1328 | 2023-10-07T04:35:45.707Z | Compiling cipher v0.4.4 |
1329 | 2023-10-07T04:35:46.242Z | Compiling toml v0.7.8 |
1330 | 2023-10-07T04:35:48.405Z | Compiling crc32fast v1.3.2 |
1331 | 2023-10-07T04:35:48.519Z | Compiling fallible-iterator v0.2.0 |
1332 | 2023-10-07T04:35:49.030Z | Compiling hyper v0.14.27 |
1333 | 2023-10-07T04:35:49.081Z | Compiling futures v0.3.28 |
1334 | 2023-10-07T04:35:49.158Z | Compiling ipnetwork v0.20.0 |
1335 | 2023-10-07T04:35:49.770Z | Compiling spin v0.9.8 |
1336 | 2023-10-07T04:35:50.281Z | Compiling io-lifetimes v1.0.11 |
1337 | 2023-10-07T04:35:50.344Z | Compiling either v1.9.0 |
1338 | 2023-10-07T04:35:50.854Z | Compiling md-5 v0.10.5 |
1339 | 2023-10-07T04:35:50.994Z | Compiling stringprep v0.1.3 |
1340 | 2023-10-07T04:35:51.455Z | Compiling rustix v0.37.23 |
1341 | 2023-10-07T04:35:51.555Z | Compiling postgres-protocol v0.6.6 |
1342 | 2023-10-07T04:35:52.479Z | Compiling enum-as-inner v0.5.1 |
1343 | 2023-10-07T04:35:52.894Z | Compiling slog-async v2.8.0 |
1344 | 2023-10-07T04:35:53.898Z | Compiling postgres-types v0.2.6 |
1345 | 2023-10-07T04:35:54.038Z | Compiling phf v0.11.2 |
1346 | 2023-10-07T04:35:54.705Z | Compiling console v0.15.7 |
1347 | 2023-10-07T04:35:54.714Z | Compiling num-bigint v0.4.4 |
1348 | 2023-10-07T04:35:54.723Z | Compiling whoami v1.4.1 |
1349 | 2023-10-07T04:35:55.053Z | Compiling data-encoding v2.4.0 |
1350 | 2023-10-07T04:35:55.689Z | Compiling tokio-postgres v0.7.10 |
1351 | 2023-10-07T04:35:57.373Z | Compiling zerocopy-derive v0.6.3 |
1352 | 2023-10-07T04:35:58.862Z | Compiling static_assertions v1.1.0 |
1353 | 2023-10-07T04:36:00.327Z | Compiling ident_case v1.0.1 |
1354 | 2023-10-07T04:36:00.592Z | Compiling hyper-tls v0.5.0 |
1355 | 2023-10-07T04:36:00.717Z | Compiling hyper-rustls v0.24.1 |
1356 | 2023-10-07T04:36:01.054Z | Compiling darling_core v0.20.3 |
1357 | 2023-10-07T04:36:01.939Z | Compiling reqwest v0.11.20 |
1358 | 2023-10-07T04:36:02.523Z | Compiling toml_edit v0.20.0 |
1359 | 2023-10-07T04:36:04.611Z | Compiling camino v1.1.6 |
1360 | 2023-10-07T04:36:05.648Z | Compiling flate2 v1.0.27 |
1361 | 2023-10-07T04:36:07.301Z | Compiling strum_macros v0.25.2 |
1362 | 2023-10-07T04:36:07.883Z | Compiling heapless v0.7.16 |
1363 | 2023-10-07T04:36:08.500Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2023-10-07T04:36:09.147Z | Compiling memoffset v0.9.0 |
1365 | 2023-10-07T04:36:09.251Z | Compiling unicode-segmentation v1.10.1 |
1366 | 2023-10-07T04:36:09.612Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1367 | 2023-10-07T04:36:09.638Z | Compiling matches v0.1.10 |
1368 | 2023-10-07T04:36:09.945Z | Compiling radium v0.7.0 |
1369 | 2023-10-07T04:36:10.136Z | Compiling darling_macro v0.20.3 |
1370 | 2023-10-07T04:36:10.500Z | Compiling managed v0.8.0 |
1371 | 2023-10-07T04:36:11.242Z | Compiling idna v0.2.3 |
1372 | 2023-10-07T04:36:11.620Z | Compiling darling v0.20.3 |
1373 | 2023-10-07T04:36:13.157Z | Compiling multer v2.1.0 |
1374 | 2023-10-07T04:36:13.649Z | Compiling trust-dns-proto v0.22.0 |
1375 | 2023-10-07T04:36:14.016Z | Compiling serde_with_macros v2.3.3 |
1376 | 2023-10-07T04:36:14.299Z | Compiling async-stream-impl v0.3.5 |
1377 | 2023-10-07T04:36:15.494Z | Compiling crossbeam-epoch v0.9.15 |
1378 | 2023-10-07T04:36:16.109Z | Compiling num-iter v0.1.43 |
1379 | 2023-10-07T04:36:16.517Z | Compiling anstyle v1.0.2 |
1380 | 2023-10-07T04:36:17.481Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1381 | 2023-10-07T04:36:17.493Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1382 | 2023-10-07T04:36:17.497Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1383 | 2023-10-07T04:36:17.563Z | Compiling paste v1.0.14 |
1384 | 2023-10-07T04:36:17.917Z | Compiling utf8parse v0.2.1 |
1385 | 2023-10-07T04:36:18.180Z | Compiling bit-vec v0.6.3 |
1386 | 2023-10-07T04:36:18.213Z | Compiling smoltcp v0.9.1 |
1387 | 2023-10-07T04:36:18.507Z | Compiling anstyle-parse v0.2.1 |
1388 | 2023-10-07T04:36:19.363Z | error[E0599]: no method named `convert` found for reference `&indexmap::map::IndexMap<std::string::String, ReferenceOr<std::boxed::Box<openapiv3::Schema>>>` in the current scope |
1389 | 2023-10-07T04:36:19.367Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/to_schema.rs:261:44 |
1390 | 2023-10-07T04:36:19.372Z | | |
1391 | 2023-10-07T04:36:19.815Z | 261 | properties: properties.convert(), |
1392 | 2023-10-07T04:36:19.823Z | | ^^^^^^^ method not found in `&IndexMap<String, ReferenceOr<Box<Schema>>>` |
1393 | 2023-10-07T04:36:19.831Z | | |
1394 | 2023-10-07T04:36:19.838Z | = help: items from traits can only be used if the trait is implemented and in scope |
1395 | 2023-10-07T04:36:19.845Z | note: `Convert` defines an item `convert`, perhaps you need to implement it |
1396 | 2023-10-07T04:36:19.853Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/to_schema.rs:11:1 |
1397 | 2023-10-07T04:36:19.866Z | | |
1398 | 2023-10-07T04:36:20.286Z | 11 | trait Convert<T> { |
1399 | 2023-10-07T04:36:20.295Z | | ^^^^^^^^^^^^^^^^ |
1400 | 2023-10-07T04:36:20.316Z | |
1401 | 2023-10-07T04:36:20.324Z | Compiling zerocopy v0.6.3 |
1402 | 2023-10-07T04:36:20.331Z | error[E0308]: mismatched types |
1403 | 2023-10-07T04:36:20.338Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/util.rs:63:9 |
1404 | 2023-10-07T04:36:20.345Z | | |
1405 | 2023-10-07T04:36:20.350Z | 62 | ) -> &IndexMap<String, ReferenceOr<Self>> { |
1406 | 2023-10-07T04:36:20.358Z | | ------------------------------------ expected `&IndexMap<std::string::String, ReferenceOr<Parameter>>` because of return type |
1407 | 2023-10-07T04:36:20.363Z | 63 | &components.parameters |
1408 | 2023-10-07T04:36:20.374Z | | ^^^^^^^^^^^^^^^^^^^^^^ expected `IndexMap<String, ReferenceOr<...>>`, found a different `IndexMap<String, ReferenceOr<...>>` |
1409 | 2023-10-07T04:36:20.385Z | | |
1410 | 2023-10-07T04:36:20.406Z | = note: `IndexMap<String, ReferenceOr<...>>` and `IndexMap<String, ReferenceOr<...>>` have similar names, but are actually distinct types |
1411 | 2023-10-07T04:36:20.417Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1412 | 2023-10-07T04:36:20.428Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/map.rs:71:1 |
1413 | 2023-10-07T04:36:20.432Z | | |
1414 | 2023-10-07T04:36:20.436Z | 71 | pub struct IndexMap<K, V, S = RandomState> { |
1415 | 2023-10-07T04:36:20.440Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1416 | 2023-10-07T04:36:20.443Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1417 | 2023-10-07T04:36:20.446Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/map.rs:81:1 |
1418 | 2023-10-07T04:36:20.450Z | | |
1419 | 2023-10-07T04:36:20.454Z | 81 | pub struct IndexMap<K, V, S = RandomState> { |
1420 | 2023-10-07T04:36:20.458Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1421 | 2023-10-07T04:36:20.461Z | = note: perhaps two different versions of crate `indexmap` are being used? |
1422 | 2023-10-07T04:36:20.465Z | |
1423 | 2023-10-07T04:36:20.468Z | error[E0308]: mismatched types |
1424 | 2023-10-07T04:36:20.471Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/util.rs:71:9 |
1425 | 2023-10-07T04:36:20.475Z | | |
1426 | 2023-10-07T04:36:20.478Z | 70 | ) -> &IndexMap<String, ReferenceOr<Self>> { |
1427 | 2023-10-07T04:36:20.481Z | | ------------------------------------ expected `&IndexMap<std::string::String, ReferenceOr<RequestBody>>` because of return type |
1428 | 2023-10-07T04:36:20.484Z | 71 | &components.request_bodies |
1429 | 2023-10-07T04:36:20.487Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `IndexMap<String, ReferenceOr<...>>`, found a different `IndexMap<String, ReferenceOr<...>>` |
1430 | 2023-10-07T04:36:20.490Z | | |
1431 | 2023-10-07T04:36:20.494Z | = note: `IndexMap<String, ReferenceOr<...>>` and `IndexMap<String, ReferenceOr<...>>` have similar names, but are actually distinct types |
1432 | 2023-10-07T04:36:20.497Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1433 | 2023-10-07T04:36:20.501Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/map.rs:71:1 |
1434 | 2023-10-07T04:36:20.504Z | | |
1435 | 2023-10-07T04:36:20.507Z | 71 | pub struct IndexMap<K, V, S = RandomState> { |
1436 | 2023-10-07T04:36:20.510Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1437 | 2023-10-07T04:36:20.512Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1438 | 2023-10-07T04:36:20.516Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/map.rs:81:1 |
1439 | 2023-10-07T04:36:20.519Z | | |
1440 | 2023-10-07T04:36:20.522Z | 81 | pub struct IndexMap<K, V, S = RandomState> { |
1441 | 2023-10-07T04:36:20.525Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1442 | 2023-10-07T04:36:20.528Z | = note: perhaps two different versions of crate `indexmap` are being used? |
1443 | 2023-10-07T04:36:20.531Z | |
1444 | 2023-10-07T04:36:20.534Z | error[E0308]: mismatched types |
1445 | 2023-10-07T04:36:20.538Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/util.rs:79:9 |
1446 | 2023-10-07T04:36:20.540Z | | |
1447 | 2023-10-07T04:36:20.544Z | 78 | ) -> &IndexMap<String, ReferenceOr<Self>> { |
1448 | 2023-10-07T04:36:20.549Z | | ------------------------------------ expected `&IndexMap<std::string::String, ReferenceOr<openapiv3::Response>>` because of return type |
1449 | 2023-10-07T04:36:20.553Z | 79 | &components.responses |
1450 | 2023-10-07T04:36:20.607Z | | ^^^^^^^^^^^^^^^^^^^^^ expected `IndexMap<String, ReferenceOr<...>>`, found a different `IndexMap<String, ReferenceOr<...>>` |
1451 | 2023-10-07T04:36:20.614Z | | |
1452 | 2023-10-07T04:36:20.618Z | = note: `IndexMap<String, ReferenceOr<...>>` and `IndexMap<String, ReferenceOr<...>>` have similar names, but are actually distinct types |
1453 | 2023-10-07T04:36:20.621Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1454 | 2023-10-07T04:36:20.629Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/map.rs:71:1 |
1455 | 2023-10-07T04:36:20.632Z | | |
1456 | 2023-10-07T04:36:20.636Z | 71 | pub struct IndexMap<K, V, S = RandomState> { |
1457 | 2023-10-07T04:36:20.641Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1458 | 2023-10-07T04:36:20.645Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1459 | 2023-10-07T04:36:20.652Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/map.rs:81:1 |
1460 | 2023-10-07T04:36:20.656Z | | |
1461 | 2023-10-07T04:36:20.660Z | 81 | pub struct IndexMap<K, V, S = RandomState> { |
1462 | 2023-10-07T04:36:20.666Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1463 | 2023-10-07T04:36:20.677Z | = note: perhaps two different versions of crate `indexmap` are being used? |
1464 | 2023-10-07T04:36:20.681Z | |
1465 | 2023-10-07T04:36:20.685Z | error[E0308]: mismatched types |
1466 | 2023-10-07T04:36:20.689Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/util.rs:87:9 |
1467 | 2023-10-07T04:36:20.692Z | | |
1468 | 2023-10-07T04:36:20.696Z | 86 | ) -> &IndexMap<String, ReferenceOr<Self>> { |
1469 | 2023-10-07T04:36:20.701Z | | ------------------------------------ expected `&IndexMap<std::string::String, ReferenceOr<openapiv3::Schema>>` because of return type |
1470 | 2023-10-07T04:36:20.705Z | 87 | &components.schemas |
1471 | 2023-10-07T04:36:20.709Z | | ^^^^^^^^^^^^^^^^^^^ expected `IndexMap<String, ReferenceOr<...>>`, found a different `IndexMap<String, ReferenceOr<...>>` |
1472 | 2023-10-07T04:36:20.712Z | | |
1473 | 2023-10-07T04:36:20.716Z | = note: `IndexMap<String, ReferenceOr<...>>` and `IndexMap<String, ReferenceOr<...>>` have similar names, but are actually distinct types |
1474 | 2023-10-07T04:36:20.719Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1475 | 2023-10-07T04:36:20.723Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/map.rs:71:1 |
1476 | 2023-10-07T04:36:20.726Z | | |
1477 | 2023-10-07T04:36:20.730Z | 71 | pub struct IndexMap<K, V, S = RandomState> { |
1478 | 2023-10-07T04:36:20.734Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1479 | 2023-10-07T04:36:20.738Z | note: `IndexMap<String, ReferenceOr<...>>` is defined in crate `indexmap` |
1480 | 2023-10-07T04:36:20.742Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/map.rs:81:1 |
1481 | 2023-10-07T04:36:20.746Z | | |
1482 | 2023-10-07T04:36:20.752Z | 81 | pub struct IndexMap<K, V, S = RandomState> { |
1483 | 2023-10-07T04:36:20.755Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1484 | 2023-10-07T04:36:20.758Z | = note: perhaps two different versions of crate `indexmap` are being used? |
1485 | 2023-10-07T04:36:20.762Z | |
1486 | 2023-10-07T04:36:20.765Z | Some errors have detailed explanations: E0308, E0599. |
1487 | 2023-10-07T04:36:20.768Z | For more information about an error, try `rustc --explain E0308`. |
1488 | 2023-10-07T04:36:20.771Z | error: could not compile `progenitor-impl` (lib) due to 5 previous errors |
1489 | 2023-10-07T04:36:20.776Z | warning: build failed, waiting for other jobs to finish... |
1490 | 2023-10-07T04:36:25.125Z | |
1491 | 2023-10-07T04:36:25.153Z | real 2:31.141168582 |
1492 | 2023-10-07T04:36:25.169Z | user 12:57.088159545 |
1493 | 2023-10-07T04:36:25.188Z | sys 2:13.293431044 |
1494 | 2023-10-07T04:36:25.211Z | trap 0.537156606 |
1495 | 2023-10-07T04:36:25.228Z | tflt 3.478060034 |
1496 | 2023-10-07T04:36:25.651Z | dflt 3.542277662 |
1497 | 2023-10-07T04:36:25.663Z | kflt 0.021139061 |
1498 | 2023-10-07T04:36:25.678Z | lock 22:38.614167402 |
1499 | 2023-10-07T04:36:25.700Z | slp 38:07.110758646 |
1500 | 2023-10-07T04:36:25.710Z | lat 44.141537050 |
1501 | 2023-10-07T04:36:25.716Z | stop 1:50.005499643 |
1502 | 2023-10-07T04:36:25.728Z | process exited: duration 249483 ms, exit code 101 |
|
1503 | 2023-10-07T04:36:25.746Z | found 0 output files |
1504 | 2023-10-07T04:36:25.751Z | upload error: rule "/work/end-to-end-tests/*.gz" required a match, but was not used |
1505 | 2023-10-07T04:36:25.755Z | upload error: rule "/work/caboose-util.gz" required a match, but was not used |
1506 | 2023-10-07T04:36:25.759Z | upload error: rule "/work/tufaceous.gz" required a match, but was not used |