|
|
|
1 | 2023-12-01T19:57:10.595Z | job assigned to worker 01HGKF7ZP9APWGB0GRD4AS5454 (queued for 1 m 7 s) |
|
2 | 2023-12-01T19:57:11.124Z | starting task 0: "setup" |
3 | 2023-12-01T19:57:11.658Z | ++ uname -s |
4 | 2023-12-01T19:57:11.671Z | + kern=SunOS |
5 | 2023-12-01T19:57:11.671Z | + case "$kern" in |
6 | 2023-12-01T19:57:11.671Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:57:11.671Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:57:13.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:57:13.309Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:57:13.311Z | + home_fs=zfs |
11 | 2023-12-01T19:57:13.311Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:57:13.311Z | + mkdir -p /home/build |
13 | 2023-12-01T19:57:13.314Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:57:15.318Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:57:15.322Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-12-01T19:57:15.328Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:57:15.336Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:57:15.339Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:57:15.507Z | info: downloading installer |
20 | 2023-12-01T19:57:17.486Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:57:17.486Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:57:17.486Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:57:17.486Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:57:17.486Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:57:17.486Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:57:17.486Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:57:17.500Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:57:17.500Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:57:17.556Z | info: profile set to 'default' |
30 | 2023-12-01T19:57:17.556Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:57:17.559Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:57:17.757Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:57:17.757Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:57:18.686Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:57:19.031Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:57:20.202Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:57:22.373Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:57:27.494Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:57:27.858Z | info: installing component 'cargo' |
40 | 2023-12-01T19:57:29.283Z | info: installing component 'clippy' |
41 | 2023-12-01T19:57:29.903Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:57:32.632Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:57:35.715Z | info: installing component 'rustc' |
44 | 2023-12-01T19:57:42.673Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:57:43.176Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:57:43.176Z | |
47 | 2023-12-01T19:57:43.307Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:57:43.307Z | |
49 | 2023-12-01T19:57:43.310Z | |
50 | 2023-12-01T19:57:43.310Z | Rust is installed now. Great! |
51 | 2023-12-01T19:57:43.310Z | |
52 | 2023-12-01T19:57:43.310Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:57:43.310Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:57:43.310Z | |
55 | 2023-12-01T19:57:43.310Z | To configure your current shell, run: |
56 | 2023-12-01T19:57:43.310Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:57:43.392Z | + rustc --version |
58 | 2023-12-01T19:57:43.502Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:57:43.508Z | process exited: duration 28180 ms, exit code 0 |
|
60 | 2023-12-01T19:57:43.516Z | starting task 2: "authentication" |
61 | 2023-12-01T19:57:43.546Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-12-01T19:57:43.566Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:57:43.585Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:57:43.585Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:57:44.035Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:57:50.134Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:57:50.134Z | + [[ -n alan/update-cargo-toml-crucible ]] |
68 | 2023-12-01T19:57:50.143Z | + git fetch origin alan/update-cargo-toml-crucible |
69 | 2023-12-01T19:57:50.501Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:57:50.501Z | * branch alan/update-cargo-toml-crucible -> FETCH_HEAD |
71 | 2023-12-01T19:57:50.512Z | + git checkout -B alan/update-cargo-toml-crucible remotes/origin/alan/update-cargo-toml-crucible |
72 | 2023-12-01T19:57:50.609Z | Switched to a new branch 'alan/update-cargo-toml-crucible' |
73 | 2023-12-01T19:57:50.611Z | branch 'alan/update-cargo-toml-crucible' set up to track 'origin/alan/update-cargo-toml-crucible'. |
74 | 2023-12-01T19:57:50.611Z | + git reset --hard 9cfdbcb45694f4ff395dc3dad862758918c020ac |
75 | 2023-12-01T19:57:50.770Z | HEAD is now at 9cfdbcb4 Update propolis, simulated pantry |
76 | 2023-12-01T19:57:50.773Z | process exited: duration 7212 ms, exit code 0 |
|
77 | 2023-12-01T19:57:51.191Z | starting task 4: "build" |
78 | 2023-12-01T19:57:51.194Z | + cargo --version |
79 | 2023-12-01T19:57:51.194Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:57:51.194Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:57:51.194Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:57:51.990Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:57:52.291Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:57:53.476Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:57:55.546Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:58:00.487Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:58:00.783Z | info: installing component 'cargo' |
88 | 2023-12-01T19:58:02.139Z | info: installing component 'clippy' |
89 | 2023-12-01T19:58:02.710Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:58:05.507Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:58:08.203Z | info: installing component 'rustc' |
92 | 2023-12-01T19:58:14.449Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:58:15.399Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:58:15.404Z | + rustc --version |
95 | 2023-12-01T19:58:15.404Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:58:15.404Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-01T19:58:25.865Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-01T19:58:27.015Z | Startup: Caching catalogs ... Done |
99 | 2023-12-01T19:58:33.039Z | Planning: Solver setup ... Done (5.710s) |
100 | 2023-12-01T19:58:33.185Z | Planning: Running solver ... Done (0.138s) |
101 | 2023-12-01T19:58:33.238Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-12-01T19:58:33.252Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-12-01T19:58:33.960Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-12-01T19:58:34.020Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-12-01T19:58:34.110Z | Planning: Merging actions ... Done (0.088s) |
106 | 2023-12-01T19:58:34.886Z | Planning: Checking for conflicting actions ... Done (0.779s) |
107 | 2023-12-01T19:58:34.904Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-12-01T19:58:39.889Z | Planning: Evaluating mediators ... Done (4.985s) |
109 | 2023-12-01T19:58:39.907Z | Planning: Planning completed in 12.84 seconds |
110 | 2023-12-01T19:58:41.414Z | Packages to install: 4 |
111 | 2023-12-01T19:58:41.414Z | Mediators to change: 2 |
112 | 2023-12-01T19:58:41.417Z | Services to change: 1 |
113 | 2023-12-01T19:58:41.417Z | Estimated space available: 148.88 GB |
114 | 2023-12-01T19:58:41.417Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-12-01T19:58:41.417Z | Create boot environment: No |
116 | 2023-12-01T19:58:41.417Z | Create backup boot environment: No |
117 | 2023-12-01T19:58:41.417Z | Rebuild boot archive: No |
118 | 2023-12-01T19:58:41.417Z | |
119 | 2023-12-01T19:58:41.417Z | Changed mediators: |
120 | 2023-12-01T19:58:41.417Z | mediator clang: |
121 | 2023-12-01T19:58:41.417Z | version: None -> 15 (system default) |
122 | 2023-12-01T19:58:41.417Z | |
123 | 2023-12-01T19:58:41.417Z | mediator llvm: |
124 | 2023-12-01T19:58:41.417Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-12-01T19:58:41.417Z | |
126 | 2023-12-01T19:58:41.419Z | Changed packages: |
127 | 2023-12-01T19:58:41.419Z | helios-dev |
128 | 2023-12-01T19:58:41.419Z | developer/build-essential |
129 | 2023-12-01T19:58:41.419Z | None -> 11-2.0 |
130 | 2023-12-01T19:58:41.419Z | library/libxmlsec1 |
131 | 2023-12-01T19:58:41.419Z | None -> 1.2.35-2.0 |
132 | 2023-12-01T19:58:41.419Z | ooce/developer/clang-15 |
133 | 2023-12-01T19:58:41.419Z | None -> 15.0.7-2.0 |
134 | 2023-12-01T19:58:41.419Z | ooce/developer/llvm-15 |
135 | 2023-12-01T19:58:41.419Z | None -> 15.0.7-2.0 |
136 | 2023-12-01T19:58:41.419Z | |
137 | 2023-12-01T19:58:41.419Z | Services: |
138 | 2023-12-01T19:58:41.419Z | restart_fmri: |
139 | 2023-12-01T19:58:41.419Z | svc:/system/update-man-index:default |
140 | 2023-12-01T19:58:41.759Z | |
141 | 2023-12-01T19:58:41.759Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-12-01T19:58:46.763Z | Download: 970/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
143 | 2023-12-01T19:58:51.765Z | Download: 1485/3290 items 111.6/212.6MB 52% complete (11.3M/s) |
144 | 2023-12-01T19:58:56.765Z | Download: 3217/3290 items 164.3/212.6MB 77% complete (14.4M/s) |
145 | 2023-12-01T19:58:58.708Z | Download: Completed 212.60 MB in 16.95 seconds (12.5M/s) |
146 | 2023-12-01T19:58:59.492Z | Actions: 1/3687 actions (Installing new actions) |
147 | 2023-12-01T19:59:04.494Z | Actions: 2580/3687 actions (Installing new actions) |
148 | 2023-12-01T19:59:07.414Z | Actions: Completed 3687 actions in 7.92 seconds. |
149 | 2023-12-01T19:59:07.612Z | Done (0.191s) |
150 | 2023-12-01T19:59:07.612Z | Done (0.000s) |
151 | 2023-12-01T19:59:07.857Z | Done (0.244s) |
152 | 2023-12-01T19:59:15.392Z | Done (7.414s) |
153 | 2023-12-01T19:59:15.678Z | Done (0.189s) |
154 | 2023-12-01T19:59:15.681Z | Done (0.000s) |
155 | 2023-12-01T19:59:15.932Z | Done (0.000s) |
156 | 2023-12-01T19:59:16.616Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-12-01T19:59:16.901Z | Planning: Checking for conflicting actions ... Done |
158 | 2023-12-01T19:59:16.904Z | Planning: Consolidating action changes ... Done |
159 | 2023-12-01T19:59:17.338Z | Planning: Evaluating mediators ... Done |
160 | 2023-12-01T19:59:17.341Z | Planning: Planning completed in 0.72 seconds |
161 | 2023-12-01T19:59:17.392Z | Mediators to change: 2 |
162 | 2023-12-01T19:59:17.395Z | Create boot environment: No |
163 | 2023-12-01T19:59:17.395Z | Create backup boot environment: No |
164 | 2023-12-01T19:59:17.489Z | Done |
165 | 2023-12-01T19:59:17.489Z | Done |
166 | 2023-12-01T19:59:17.641Z | Done |
167 | 2023-12-01T19:59:23.403Z | Done |
168 | 2023-12-01T19:59:23.524Z | Done |
169 | 2023-12-01T19:59:23.527Z | Done |
170 | 2023-12-01T19:59:23.642Z | Done |
171 | 2023-12-01T19:59:24.632Z | Planning: Evaluating mediator changes ... Done |
172 | 2023-12-01T19:59:24.635Z | Planning: Merging actions ... Done |
173 | 2023-12-01T19:59:24.960Z | Planning: Checking for conflicting actions ... Done |
174 | 2023-12-01T19:59:24.962Z | Planning: Consolidating action changes ... Done |
175 | 2023-12-01T19:59:25.379Z | Planning: Evaluating mediators ... Done |
176 | 2023-12-01T19:59:25.467Z | Planning: Planning completed in 1.27 seconds |
177 | 2023-12-01T19:59:25.522Z | Packages to change: 1 |
178 | 2023-12-01T19:59:25.524Z | Mediators to change: 1 |
179 | 2023-12-01T19:59:25.524Z | Services to change: 1 |
180 | 2023-12-01T19:59:25.525Z | Create boot environment: No |
181 | 2023-12-01T19:59:25.525Z | Create backup boot environment: Yes |
182 | 2023-12-01T19:59:27.568Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2023-12-01T19:59:27.571Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2023-12-01T19:59:27.571Z | Done |
185 | 2023-12-01T19:59:27.571Z | Done |
186 | 2023-12-01T19:59:27.630Z | Done |
187 | 2023-12-01T19:59:33.303Z | Done |
188 | 2023-12-01T19:59:33.422Z | Done |
189 | 2023-12-01T19:59:33.425Z | Done |
190 | 2023-12-01T19:59:33.536Z | Done |
191 | 2023-12-01T19:59:34.187Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2023-12-01T19:59:34.187Z | clang system 15 system |
193 | 2023-12-01T19:59:34.187Z | csh system system illumos |
194 | 2023-12-01T19:59:34.187Z | ctags system system illumos |
195 | 2023-12-01T19:59:34.187Z | gcc vendor 12 vendor |
196 | 2023-12-01T19:59:34.187Z | gcc system 10 system |
197 | 2023-12-01T19:59:34.187Z | gcc system 7 system |
198 | 2023-12-01T19:59:34.187Z | go system 1.20 system |
199 | 2023-12-01T19:59:34.187Z | go system 1.19 system |
200 | 2023-12-01T19:59:34.187Z | llvm system 15 system |
201 | 2023-12-01T19:59:34.187Z | llvm system 14 system |
202 | 2023-12-01T19:59:34.187Z | mariadb system 10.6 system |
203 | 2023-12-01T19:59:34.187Z | mta vendor vendor dma |
204 | 2023-12-01T19:59:34.187Z | openjdk system 17 system |
205 | 2023-12-01T19:59:34.187Z | openjdk system 11 system |
206 | 2023-12-01T19:59:34.187Z | openjdk system 1.8 system |
207 | 2023-12-01T19:59:34.187Z | openssl vendor 3 vendor |
208 | 2023-12-01T19:59:34.187Z | perl system 5.36 system |
209 | 2023-12-01T19:59:34.187Z | postgresql system 15 system |
210 | 2023-12-01T19:59:34.187Z | postgresql system 13 system |
211 | 2023-12-01T19:59:34.188Z | python vendor 3 vendor |
212 | 2023-12-01T19:59:34.188Z | python system 2 system |
213 | 2023-12-01T19:59:34.188Z | python3 system 3.11 system |
214 | 2023-12-01T19:59:34.188Z | ruby system 3.0 system |
215 | 2023-12-01T19:59:34.188Z | words vendor vendor american-english |
216 | 2023-12-01T19:59:34.188Z | words system system australian-english |
217 | 2023-12-01T19:59:34.188Z | words system system british-english |
218 | 2023-12-01T19:59:34.188Z | words system system canadian-english |
219 | 2023-12-01T19:59:34.188Z | words system system french |
220 | 2023-12-01T19:59:34.188Z | words system system italian |
221 | 2023-12-01T19:59:34.188Z | words system system ngerman |
222 | 2023-12-01T19:59:34.188Z | words system system ogerman |
223 | 2023-12-01T19:59:34.188Z | words system system spanish |
224 | 2023-12-01T19:59:34.701Z | FMRI IFO |
225 | 2023-12-01T19:59:34.701Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2023-12-01T19:59:34.701Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2023-12-01T19:59:34.701Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2023-12-01T19:59:34.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
229 | 2023-12-01T19:59:34.702Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2023-12-01T19:59:34.702Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
231 | 2023-12-01T19:59:34.769Z | + set -o errexit |
232 | 2023-12-01T19:59:34.774Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2023-12-01T19:59:34.777Z | ++ cd ./tools |
234 | 2023-12-01T19:59:34.777Z | ++ pwd |
235 | 2023-12-01T19:59:34.777Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2023-12-01T19:59:34.777Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2023-12-01T19:59:34.777Z | + ARG0=ci_download_cockroachdb |
238 | 2023-12-01T19:59:34.780Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2023-12-01T19:59:34.783Z | + CIDL_VERSION=v22.1.9 |
240 | 2023-12-01T19:59:34.783Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2023-12-01T19:59:34.783Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
242 | 2023-12-01T19:59:34.783Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
243 | 2023-12-01T19:59:34.783Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
244 | 2023-12-01T19:59:34.783Z | + TARGET_DIR=out |
245 | 2023-12-01T19:59:34.783Z | + DOWNLOAD_DIR=out/downloads |
246 | 2023-12-01T19:59:34.783Z | + DEST_DIR=./out/cockroachdb |
247 | 2023-12-01T19:59:34.783Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2023-12-01T19:59:34.783Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2023-12-01T19:59:34.783Z | + main |
250 | 2023-12-01T19:59:34.783Z | + [[ 0 != 0 ]] |
251 | 2023-12-01T19:59:34.783Z | + CIDL_OS=solaris2.11 |
252 | 2023-12-01T19:59:34.783Z | + [[ 0 != 0 ]] |
253 | 2023-12-01T19:59:34.785Z | + configure_os solaris2.11 |
254 | 2023-12-01T19:59:34.785Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2023-12-01T19:59:34.785Z | current directory: /work/oxidecomputer/omicron |
256 | 2023-12-01T19:59:34.785Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2023-12-01T19:59:34.785Z | + case "$1" in |
258 | 2023-12-01T19:59:34.785Z | configuring based on OS: "solaris2.11" |
259 | 2023-12-01T19:59:34.785Z | + CIDL_BUILD=illumos |
260 | 2023-12-01T19:59:34.785Z | + CIDL_SUFFIX=tar.gz |
261 | 2023-12-01T19:59:34.785Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-12-01T19:59:34.785Z | + CIDL_MD5FUNC=do_md5sum |
263 | 2023-12-01T19:59:34.785Z | + CIDL_URL_BASE=https://illumos.org/downloads |
264 | 2023-12-01T19:59:34.785Z | + CIDL_ASSEMBLE=do_assemble_illumos |
265 | 2023-12-01T19:59:34.785Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
266 | 2023-12-01T19:59:34.785Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-12-01T19:59:34.785Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-12-01T19:59:34.785Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
269 | 2023-12-01T19:59:34.786Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-12-01T19:59:34.786Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-12-01T19:59:34.786Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-12-01T19:59:34.786Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-12-01T19:59:34.786Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-12-01T19:59:34.786Z | + mkdir -p out/downloads |
275 | 2023-12-01T19:59:34.789Z | + mkdir -p ./out/cockroachdb |
276 | 2023-12-01T19:59:34.789Z | + local DO_DOWNLOAD=true |
277 | 2023-12-01T19:59:34.789Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2023-12-01T19:59:34.789Z | + '[' true == true ']' |
279 | 2023-12-01T19:59:34.790Z | + echo Downloading... |
280 | 2023-12-01T19:59:34.790Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-01T19:59:34.790Z | Downloading... |
282 | 2023-12-01T19:59:34.790Z | + 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 |
283 | 2023-12-01T19:59:37.629Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-01T19:59:37.632Z | ++ md5sum |
285 | 2023-12-01T19:59:37.632Z | ++ awk '{print $1}' |
286 | 2023-12-01T19:59:37.813Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-12-01T19:59:37.813Z | + [[ 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 ]] |
288 | 2023-12-01T19:59:37.813Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-01T19:59:37.815Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2023-12-01T19:59:41.222Z | + do_assemble_illumos |
291 | 2023-12-01T19:59:41.222Z | + rm -r ./out/cockroachdb |
292 | 2023-12-01T19:59:41.225Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2023-12-01T19:59:41.867Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2023-12-01T19:59:42.072Z | Build Tag: v22.1.9-dirty |
295 | 2023-12-01T19:59:42.072Z | Build Time: 2022/10/26 21:17:46 |
296 | 2023-12-01T19:59:42.072Z | Distribution: OSS |
297 | 2023-12-01T19:59:42.072Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2023-12-01T19:59:42.072Z | Go Version: go1.17.13 |
299 | 2023-12-01T19:59:42.072Z | C Compiler: gcc 10.3.0 |
300 | 2023-12-01T19:59:42.072Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2023-12-01T19:59:42.072Z | Build Type: release |
302 | 2023-12-01T19:59:42.098Z | + set -o errexit |
303 | 2023-12-01T19:59:42.101Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2023-12-01T19:59:42.103Z | ++ cd ./tools |
305 | 2023-12-01T19:59:42.103Z | ++ pwd |
306 | 2023-12-01T19:59:42.103Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2023-12-01T19:59:42.107Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2023-12-01T19:59:42.107Z | + ARG0=ci_download_clickhouse |
309 | 2023-12-01T19:59:42.107Z | + TARGET_DIR=out |
310 | 2023-12-01T19:59:42.107Z | + DOWNLOAD_DIR=out/downloads |
311 | 2023-12-01T19:59:42.107Z | + DEST_DIR=./out/clickhouse |
312 | 2023-12-01T19:59:42.107Z | + CIDL_VERSION=v22.8.9.24 |
313 | 2023-12-01T19:59:42.107Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
314 | 2023-12-01T19:59:42.107Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
315 | 2023-12-01T19:59:42.107Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
316 | 2023-12-01T19:59:42.107Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-12-01T19:59:42.107Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
318 | 2023-12-01T19:59:42.107Z | + main |
319 | 2023-12-01T19:59:42.107Z | + [[ 0 != 0 ]] |
320 | 2023-12-01T19:59:42.107Z | + CIDL_OS=solaris2.11 |
321 | 2023-12-01T19:59:42.107Z | + [[ 0 != 0 ]] |
322 | 2023-12-01T19:59:42.108Z | + configure_os solaris2.11 |
323 | 2023-12-01T19:59:42.109Z | + echo 'current directory: /work/oxidecomputer/omicron' |
324 | 2023-12-01T19:59:42.109Z | current directory: /work/oxidecomputer/omicron |
325 | 2023-12-01T19:59:42.109Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2023-12-01T19:59:42.109Z | + CIDL_DASHREV= |
327 | 2023-12-01T19:59:42.109Z | + case "$1" in |
328 | 2023-12-01T19:59:42.109Z | configuring based on OS: "solaris2.11" |
329 | 2023-12-01T19:59:42.109Z | + CIDL_PLATFORM=illumos |
330 | 2023-12-01T19:59:42.109Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-12-01T19:59:42.109Z | + CIDL_MD5FUNC=do_md5sum |
332 | 2023-12-01T19:59:42.109Z | + CIDL_DASHREV=-1 |
333 | 2023-12-01T19:59:42.109Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
334 | 2023-12-01T19:59:42.109Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-12-01T19:59:42.109Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-12-01T19:59:42.109Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-12-01T19:59:42.109Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
338 | 2023-12-01T19:59:42.109Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-12-01T19:59:42.109Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-12-01T19:59:42.110Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-12-01T19:59:42.110Z | + mkdir -p out/downloads |
342 | 2023-12-01T19:59:42.113Z | + mkdir -p ./out/clickhouse |
343 | 2023-12-01T19:59:42.113Z | + local DO_DOWNLOAD=true |
344 | 2023-12-01T19:59:42.113Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
345 | 2023-12-01T19:59:42.113Z | + '[' true == true ']' |
346 | 2023-12-01T19:59:42.113Z | + echo Downloading... |
347 | 2023-12-01T19:59:42.113Z | Downloading... |
348 | 2023-12-01T19:59:42.113Z | + 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 |
349 | 2023-12-01T19:59:42.114Z | + 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 |
350 | 2023-12-01T19:59:43.901Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-01T19:59:43.904Z | ++ md5sum |
352 | 2023-12-01T19:59:43.904Z | ++ awk '{print $1}' |
353 | 2023-12-01T19:59:44.162Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-12-01T19:59:44.162Z | + [[ 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 ]] |
355 | 2023-12-01T19:59:44.162Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
356 | 2023-12-01T19:59:44.165Z | + mkdir -p ./out/clickhouse |
357 | 2023-12-01T19:59:44.165Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
358 | 2023-12-01T19:59:49.012Z | + ./out/clickhouse/clickhouse server --version |
359 | 2023-12-01T19:59:49.065Z | ClickHouse server version 22.8.9.1. |
360 | 2023-12-01T19:59:49.087Z | + set -o errexit |
361 | 2023-12-01T19:59:49.089Z | +++ dirname ./tools/ci_download_console |
362 | 2023-12-01T19:59:49.092Z | ++ cd ./tools |
363 | 2023-12-01T19:59:49.092Z | ++ pwd |
364 | 2023-12-01T19:59:49.092Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
365 | 2023-12-01T19:59:49.095Z | ++ basename ./tools/ci_download_console |
366 | 2023-12-01T19:59:49.095Z | + ARG0=ci_download_console |
367 | 2023-12-01T19:59:49.095Z | + TARGET_DIR=out |
368 | 2023-12-01T19:59:49.095Z | + DOWNLOAD_DIR=out/downloads |
369 | 2023-12-01T19:59:49.095Z | + DEST_DIR=./out/console-assets |
370 | 2023-12-01T19:59:49.095Z | + source /work/oxidecomputer/omicron/tools/console_version |
371 | 2023-12-01T19:59:49.095Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
372 | 2023-12-01T19:59:49.095Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
373 | 2023-12-01T19:59:49.095Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
374 | 2023-12-01T19:59:49.095Z | + TARBALL_FILE=out/downloads/console.tar.gz |
375 | 2023-12-01T19:59:49.098Z | + main |
376 | 2023-12-01T19:59:49.098Z | + [[ 0 != 0 ]] |
377 | 2023-12-01T19:59:49.098Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
378 | 2023-12-01T19:59:49.098Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-12-01T19:59:49.098Z | + echo 'Local file: out/downloads/console.tar.gz' |
380 | 2023-12-01T19:59:49.098Z | Local file: out/downloads/console.tar.gz |
381 | 2023-12-01T19:59:49.099Z | + local DO_DOWNLOAD=true |
382 | 2023-12-01T19:59:49.099Z | + [[ -f out/downloads/console.tar.gz ]] |
383 | 2023-12-01T19:59:49.099Z | + mkdir -p out/downloads |
384 | 2023-12-01T19:59:49.099Z | + '[' true == true ']' |
385 | 2023-12-01T19:59:49.099Z | + echo Downloading... |
386 | 2023-12-01T19:59:49.099Z | Downloading... |
387 | 2023-12-01T19:59:49.099Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
388 | 2023-12-01T19:59:49.100Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
389 | 2023-12-01T19:59:50.130Z | ++ do_sha256sum out/downloads/console.tar.gz |
390 | 2023-12-01T19:59:50.133Z | ++ case "$OSTYPE" in |
391 | 2023-12-01T19:59:50.133Z | ++ SHA=sha256sum |
392 | 2023-12-01T19:59:50.134Z | ++ sha256sum |
393 | 2023-12-01T19:59:50.134Z | ++ awk '{print $1}' |
394 | 2023-12-01T19:59:50.154Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
395 | 2023-12-01T19:59:50.154Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
396 | 2023-12-01T19:59:50.154Z | + rm -rf ./out/console-assets |
397 | 2023-12-01T19:59:50.157Z | + mkdir -p ./out/console-assets |
398 | 2023-12-01T19:59:50.159Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
399 | 2023-12-01T19:59:50.159Z | + mkdir -p ./out/console-assets |
400 | 2023-12-01T19:59:50.162Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
401 | 2023-12-01T19:59:50.296Z | + set -o errexit |
402 | 2023-12-01T19:59:50.299Z | +++ dirname ./tools/ci_download_maghemite_openapi |
403 | 2023-12-01T19:59:50.302Z | ++ cd ./tools |
404 | 2023-12-01T19:59:50.302Z | ++ pwd |
405 | 2023-12-01T19:59:50.302Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2023-12-01T19:59:50.305Z | ++ basename ./tools/ci_download_maghemite_openapi |
407 | 2023-12-01T19:59:50.305Z | + ARG0=ci_download_maghemite_openapi |
408 | 2023-12-01T19:59:50.305Z | + TARGET_DIR=out |
409 | 2023-12-01T19:59:50.305Z | + DOWNLOAD_DIR=out/downloads |
410 | 2023-12-01T19:59:50.305Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
411 | 2023-12-01T19:59:50.305Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
412 | 2023-12-01T19:59:50.305Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
413 | 2023-12-01T19:59:50.305Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
414 | 2023-12-01T19:59:50.305Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
415 | 2023-12-01T19:59:50.305Z | + main |
416 | 2023-12-01T19:59:50.305Z | + [[ 0 != 0 ]] |
417 | 2023-12-01T19:59:50.307Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
418 | 2023-12-01T19:59:50.307Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
419 | 2023-12-01T19:59:50.307Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
420 | 2023-12-01T19:59:50.307Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
421 | 2023-12-01T19:59:50.307Z | + local DO_DOWNLOAD=true |
422 | 2023-12-01T19:59:50.307Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
423 | 2023-12-01T19:59:50.307Z | + mkdir -p out/downloads |
424 | 2023-12-01T19:59:50.310Z | + '[' true == true ']' |
425 | 2023-12-01T19:59:50.310Z | + echo Downloading... |
426 | 2023-12-01T19:59:50.310Z | Downloading... |
427 | 2023-12-01T19:59:50.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
428 | 2023-12-01T19:59:50.310Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
429 | 2023-12-01T19:59:50.613Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
430 | 2023-12-01T19:59:50.613Z | ++ case "$OSTYPE" in |
431 | 2023-12-01T19:59:50.613Z | ++ SHA=sha256sum |
432 | 2023-12-01T19:59:50.616Z | ++ sha256sum |
433 | 2023-12-01T19:59:50.616Z | ++ awk '{print $1}' |
434 | 2023-12-01T19:59:50.620Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
435 | 2023-12-01T19:59:50.620Z | + [[ 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 ]] |
436 | 2023-12-01T19:59:50.623Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
437 | 2023-12-01T19:59:50.623Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
438 | 2023-12-01T19:59:50.623Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
439 | 2023-12-01T19:59:50.623Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
440 | 2023-12-01T19:59:50.623Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
441 | 2023-12-01T19:59:50.623Z | + main |
442 | 2023-12-01T19:59:50.623Z | + [[ 0 != 0 ]] |
443 | 2023-12-01T19:59:50.623Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
444 | 2023-12-01T19:59:50.623Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
445 | 2023-12-01T19:59:50.623Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
446 | 2023-12-01T19:59:50.623Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-12-01T19:59:50.623Z | + local DO_DOWNLOAD=true |
448 | 2023-12-01T19:59:50.623Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
449 | 2023-12-01T19:59:50.623Z | + mkdir -p out/downloads |
450 | 2023-12-01T19:59:50.623Z | + '[' true == true ']' |
451 | 2023-12-01T19:59:50.623Z | + echo Downloading... |
452 | 2023-12-01T19:59:50.623Z | Downloading... |
453 | 2023-12-01T19:59:50.623Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
454 | 2023-12-01T19:59:50.623Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
455 | 2023-12-01T19:59:50.776Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
456 | 2023-12-01T19:59:50.781Z | ++ case "$OSTYPE" in |
457 | 2023-12-01T19:59:50.781Z | ++ SHA=sha256sum |
458 | 2023-12-01T19:59:50.781Z | ++ sha256sum |
459 | 2023-12-01T19:59:50.781Z | ++ awk '{print $1}' |
460 | 2023-12-01T19:59:50.788Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
461 | 2023-12-01T19:59:50.788Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
462 | 2023-12-01T19:59:50.792Z | + set -o errexit |
463 | 2023-12-01T19:59:50.797Z | +++ dirname ./tools/ci_download_dendrite_openapi |
464 | 2023-12-01T19:59:50.797Z | ++ cd ./tools |
465 | 2023-12-01T19:59:50.802Z | ++ pwd |
466 | 2023-12-01T19:59:50.802Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-12-01T19:59:50.802Z | ++ basename ./tools/ci_download_dendrite_openapi |
468 | 2023-12-01T19:59:50.802Z | + ARG0=ci_download_dendrite_openapi |
469 | 2023-12-01T19:59:50.802Z | + TARGET_DIR=out |
470 | 2023-12-01T19:59:50.803Z | + DOWNLOAD_DIR=out/downloads |
471 | 2023-12-01T19:59:50.803Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-12-01T19:59:50.803Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
473 | 2023-12-01T19:59:50.803Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
474 | 2023-12-01T19:59:50.803Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
475 | 2023-12-01T19:59:50.803Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
476 | 2023-12-01T19:59:50.803Z | + main |
477 | 2023-12-01T19:59:50.804Z | + [[ 0 != 0 ]] |
478 | 2023-12-01T19:59:50.804Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
479 | 2023-12-01T19:59:50.804Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
480 | 2023-12-01T19:59:50.804Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
481 | 2023-12-01T19:59:50.804Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
482 | 2023-12-01T19:59:50.804Z | + local DO_DOWNLOAD=true |
483 | 2023-12-01T19:59:50.804Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
484 | 2023-12-01T19:59:50.804Z | + mkdir -p out/downloads |
485 | 2023-12-01T19:59:50.809Z | + '[' true == true ']' |
486 | 2023-12-01T19:59:50.809Z | Downloading... |
487 | 2023-12-01T19:59:50.811Z | + echo Downloading... |
488 | 2023-12-01T19:59:50.811Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
489 | 2023-12-01T19:59:50.811Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
490 | 2023-12-01T19:59:51.062Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
491 | 2023-12-01T19:59:51.062Z | ++ case "$OSTYPE" in |
492 | 2023-12-01T19:59:51.065Z | ++ SHA=sha256sum |
493 | 2023-12-01T19:59:51.065Z | ++ sha256sum |
494 | 2023-12-01T19:59:51.065Z | ++ awk '{print $1}' |
495 | 2023-12-01T19:59:51.069Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
496 | 2023-12-01T19:59:51.069Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
497 | 2023-12-01T19:59:51.079Z | + set -o errexit |
498 | 2023-12-01T19:59:51.082Z | +++ dirname ./tools/ci_download_dendrite_stub |
499 | 2023-12-01T19:59:51.084Z | ++ cd ./tools |
500 | 2023-12-01T19:59:51.084Z | ++ pwd |
501 | 2023-12-01T19:59:51.084Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-12-01T19:59:51.087Z | ++ basename ./tools/ci_download_dendrite_stub |
503 | 2023-12-01T19:59:51.087Z | + ARG0=ci_download_dendrite_stub |
504 | 2023-12-01T19:59:51.087Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
505 | 2023-12-01T19:59:51.087Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
506 | 2023-12-01T19:59:51.087Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
507 | 2023-12-01T19:59:51.087Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
508 | 2023-12-01T19:59:51.087Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2023-12-01T19:59:51.090Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
510 | 2023-12-01T19:59:51.090Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
511 | 2023-12-01T19:59:51.090Z | + TARGET_DIR=out |
512 | 2023-12-01T19:59:51.091Z | + DOWNLOAD_DIR=out/downloads |
513 | 2023-12-01T19:59:51.091Z | + DEST_DIR=./out/dendrite-stub |
514 | 2023-12-01T19:59:51.091Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
515 | 2023-12-01T19:59:51.091Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
516 | 2023-12-01T19:59:51.091Z | + REPO=oxidecomputer/dendrite |
517 | 2023-12-01T19:59:51.091Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
518 | 2023-12-01T19:59:51.091Z | + main |
519 | 2023-12-01T19:59:51.091Z | + [[ 0 != 0 ]] |
520 | 2023-12-01T19:59:51.091Z | + CIDL_OS=solaris2.11 |
521 | 2023-12-01T19:59:51.091Z | + [[ 0 != 0 ]] |
522 | 2023-12-01T19:59:51.091Z | + configure_os solaris2.11 |
523 | 2023-12-01T19:59:51.091Z | + echo 'current directory: /work/oxidecomputer/omicron' |
524 | 2023-12-01T19:59:51.091Z | current directory: /work/oxidecomputer/omicron |
525 | 2023-12-01T19:59:51.091Z | + echo 'configuring based on OS: "solaris2.11"' |
526 | 2023-12-01T19:59:51.091Z | configuring based on OS: "solaris2.11" |
527 | 2023-12-01T19:59:51.091Z | + case "$1" in |
528 | 2023-12-01T19:59:51.091Z | + SET_BINARIES= |
529 | 2023-12-01T19:59:51.091Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
530 | 2023-12-01T19:59:51.091Z | + CIDL_SHA256FUNC=do_sha256sum |
531 | 2023-12-01T19:59:51.091Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
532 | 2023-12-01T19:59:51.091Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
533 | 2023-12-01T19:59:51.091Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
534 | 2023-12-01T19:59:51.091Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
535 | 2023-12-01T19:59:51.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
536 | 2023-12-01T19:59:51.092Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2023-12-01T19:59:51.092Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2023-12-01T19:59:51.092Z | + mkdir -p out/downloads |
539 | 2023-12-01T19:59:51.099Z | + mkdir -p ./out/dendrite-stub |
540 | 2023-12-01T19:59:51.099Z | + fetch_and_verify |
541 | 2023-12-01T19:59:51.099Z | + local DO_DOWNLOAD=true |
542 | 2023-12-01T19:59:51.099Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
543 | 2023-12-01T19:59:51.099Z | + '[' true == true ']' |
544 | 2023-12-01T19:59:51.099Z | + echo Downloading... |
545 | 2023-12-01T19:59:51.099Z | Downloading... |
546 | 2023-12-01T19:59:51.099Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-01T19:59:51.099Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
548 | 2023-12-01T19:59:58.967Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
549 | 2023-12-01T19:59:58.970Z | ++ sha256sum |
550 | 2023-12-01T19:59:58.970Z | ++ awk '{print $1}' |
551 | 2023-12-01T19:59:59.069Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
552 | 2023-12-01T19:59:59.069Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
553 | 2023-12-01T19:59:59.072Z | + do_untar out/downloads/dendrite-stub.tar.gz |
554 | 2023-12-01T19:59:59.072Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
555 | 2023-12-01T20:00:00.049Z | + do_assemble |
556 | 2023-12-01T20:00:00.049Z | + rm -r ./out/dendrite-stub |
557 | 2023-12-01T20:00:00.052Z | + mkdir ./out/dendrite-stub |
558 | 2023-12-01T20:00:00.057Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
559 | 2023-12-01T20:00:00.210Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
560 | 2023-12-01T20:00:00.222Z | + set -o errexit |
561 | 2023-12-01T20:00:00.225Z | +++ dirname ./tools/ci_download_maghemite_mgd |
562 | 2023-12-01T20:00:00.228Z | ++ cd ./tools |
563 | 2023-12-01T20:00:00.228Z | ++ pwd |
564 | 2023-12-01T20:00:00.228Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
565 | 2023-12-01T20:00:00.231Z | ++ basename ./tools/ci_download_maghemite_mgd |
566 | 2023-12-01T20:00:00.231Z | + ARG0=ci_download_maghemite_mgd |
567 | 2023-12-01T20:00:00.231Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
568 | 2023-12-01T20:00:00.231Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
569 | 2023-12-01T20:00:00.231Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
570 | 2023-12-01T20:00:00.231Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
571 | 2023-12-01T20:00:00.231Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
572 | 2023-12-01T20:00:00.231Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
573 | 2023-12-01T20:00:00.231Z | + TARGET_DIR=out |
574 | 2023-12-01T20:00:00.231Z | + DOWNLOAD_DIR=out/downloads |
575 | 2023-12-01T20:00:00.231Z | + DEST_DIR=./out/mgd |
576 | 2023-12-01T20:00:00.231Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
577 | 2023-12-01T20:00:00.231Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
578 | 2023-12-01T20:00:00.231Z | + REPO=oxidecomputer/maghemite |
579 | 2023-12-01T20:00:00.231Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
580 | 2023-12-01T20:00:00.231Z | + main |
581 | 2023-12-01T20:00:00.234Z | + [[ 0 != 0 ]] |
582 | 2023-12-01T20:00:00.234Z | + CIDL_OS=solaris2.11 |
583 | 2023-12-01T20:00:00.235Z | + [[ 0 != 0 ]] |
584 | 2023-12-01T20:00:00.235Z | + configure_os solaris2.11 |
585 | 2023-12-01T20:00:00.235Z | + echo 'current directory: /work/oxidecomputer/omicron' |
586 | 2023-12-01T20:00:00.235Z | current directory: /work/oxidecomputer/omicron |
587 | 2023-12-01T20:00:00.235Z | configuring based on OS: "solaris2.11" |
588 | 2023-12-01T20:00:00.235Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2023-12-01T20:00:00.235Z | + case "$1" in |
590 | 2023-12-01T20:00:00.235Z | + SET_BINARIES= |
591 | 2023-12-01T20:00:00.235Z | + CIDL_SHA256FUNC=do_sha256sum |
592 | 2023-12-01T20:00:00.235Z | + TARBALL_FILENAME=mgd.tar.gz |
593 | 2023-12-01T20:00:00.235Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
594 | 2023-12-01T20:00:00.235Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
595 | 2023-12-01T20:00:00.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
596 | 2023-12-01T20:00:00.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
597 | 2023-12-01T20:00:00.235Z | Local file: out/downloads/mgd.tar.gz |
598 | 2023-12-01T20:00:00.235Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2023-12-01T20:00:00.235Z | + mkdir -p out/downloads |
600 | 2023-12-01T20:00:00.235Z | + mkdir -p ./out/mgd |
601 | 2023-12-01T20:00:00.239Z | + fetch_and_verify |
602 | 2023-12-01T20:00:00.239Z | + local DO_DOWNLOAD=true |
603 | 2023-12-01T20:00:00.239Z | + [[ -f out/downloads/mgd.tar.gz ]] |
604 | 2023-12-01T20:00:00.239Z | + '[' true == true ']' |
605 | 2023-12-01T20:00:00.239Z | + echo Downloading... |
606 | 2023-12-01T20:00:00.239Z | Downloading... |
607 | 2023-12-01T20:00:00.239Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
608 | 2023-12-01T20:00:00.239Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
609 | 2023-12-01T20:00:06.036Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
610 | 2023-12-01T20:00:06.458Z | ++ sha256sum |
611 | 2023-12-01T20:00:06.458Z | ++ awk '{print $1}' |
612 | 2023-12-01T20:00:06.462Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
613 | 2023-12-01T20:00:06.462Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
614 | 2023-12-01T20:00:06.462Z | + do_untar out/downloads/mgd.tar.gz |
615 | 2023-12-01T20:00:06.462Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
616 | 2023-12-01T20:00:06.780Z | + do_assemble |
617 | 2023-12-01T20:00:06.780Z | + rm -r ./out/mgd |
618 | 2023-12-01T20:00:06.791Z | + mkdir ./out/mgd |
619 | 2023-12-01T20:00:06.791Z | + cp -r out/downloads/root ./out/mgd/root |
620 | 2023-12-01T20:00:06.988Z | + set -o errexit |
621 | 2023-12-01T20:00:06.991Z | +++ dirname ./tools/ci_download_transceiver_control |
622 | 2023-12-01T20:00:06.995Z | ++ cd ./tools |
623 | 2023-12-01T20:00:06.995Z | ++ pwd |
624 | 2023-12-01T20:00:06.995Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
625 | 2023-12-01T20:00:06.995Z | ++ basename ./tools/ci_download_transceiver_control |
626 | 2023-12-01T20:00:06.999Z | + ARG0=ci_download_transceiver_control |
627 | 2023-12-01T20:00:06.999Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
628 | 2023-12-01T20:00:07.002Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-12-01T20:00:07.002Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2023-12-01T20:00:07.002Z | + TARGET_DIR=out |
631 | 2023-12-01T20:00:07.002Z | + DOWNLOAD_DIR=out/downloads |
632 | 2023-12-01T20:00:07.002Z | + DEST_DIR=./out/transceiver-control |
633 | 2023-12-01T20:00:07.002Z | + BIN_DIR=/opt/oxide/bin |
634 | 2023-12-01T20:00:07.002Z | + BINARY=xcvradm |
635 | 2023-12-01T20:00:07.002Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
636 | 2023-12-01T20:00:07.002Z | + REPO=oxidecomputer/transceiver-control |
637 | 2023-12-01T20:00:07.002Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-12-01T20:00:07.002Z | + main |
639 | 2023-12-01T20:00:07.002Z | + [[ 0 != 0 ]] |
640 | 2023-12-01T20:00:07.002Z | + CIDL_OS=solaris2.11 |
641 | 2023-12-01T20:00:07.002Z | + [[ 0 != 0 ]] |
642 | 2023-12-01T20:00:07.002Z | + configure_os solaris2.11 |
643 | 2023-12-01T20:00:07.002Z | + echo 'current directory: /work/oxidecomputer/omicron' |
644 | 2023-12-01T20:00:07.002Z | current directory: /work/oxidecomputer/omicron |
645 | 2023-12-01T20:00:07.002Z | + echo 'configuring based on OS: "solaris2.11"' |
646 | 2023-12-01T20:00:07.002Z | configuring based on OS: "solaris2.11" |
647 | 2023-12-01T20:00:07.002Z | + case "$1" in |
648 | 2023-12-01T20:00:07.002Z | + SET_BINARIES= |
649 | 2023-12-01T20:00:07.002Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2023-12-01T20:00:07.002Z | + CIDL_SHA256FUNC=do_sha256sum |
651 | 2023-12-01T20:00:07.002Z | + ARCHIVE_FILENAME=xcvradm.gz |
652 | 2023-12-01T20:00:07.002Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
653 | 2023-12-01T20:00:07.002Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
654 | 2023-12-01T20:00:07.006Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
655 | 2023-12-01T20:00:07.006Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-12-01T20:00:07.006Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2023-12-01T20:00:07.006Z | Local file: out/downloads/xcvradm.gz |
658 | 2023-12-01T20:00:07.006Z | + mkdir -p out/downloads |
659 | 2023-12-01T20:00:07.010Z | + mkdir -p ./out/transceiver-control |
660 | 2023-12-01T20:00:07.010Z | + fetch_and_verify |
661 | 2023-12-01T20:00:07.010Z | + local DO_DOWNLOAD=true |
662 | 2023-12-01T20:00:07.010Z | + [[ -f out/downloads/xcvradm.gz ]] |
663 | 2023-12-01T20:00:07.010Z | + '[' true == true ']' |
664 | 2023-12-01T20:00:07.010Z | + echo Downloading... |
665 | 2023-12-01T20:00:07.010Z | Downloading... |
666 | 2023-12-01T20:00:07.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
667 | 2023-12-01T20:00:07.010Z | + 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 |
668 | 2023-12-01T20:00:11.103Z | ++ do_sha256sum out/downloads/xcvradm.gz |
669 | 2023-12-01T20:00:11.106Z | ++ sha256sum |
670 | 2023-12-01T20:00:11.106Z | ++ awk '{print $1}' |
671 | 2023-12-01T20:00:11.128Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-12-01T20:00:11.131Z | + [[ 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 ]] |
673 | 2023-12-01T20:00:11.131Z | + do_unpack out/downloads/xcvradm.gz |
674 | 2023-12-01T20:00:11.131Z | + mkdir -p out/downloads/root//opt/oxide/bin |
675 | 2023-12-01T20:00:11.131Z | + gzip -dc out/downloads/xcvradm.gz |
676 | 2023-12-01T20:00:11.305Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
677 | 2023-12-01T20:00:11.308Z | + do_assemble |
678 | 2023-12-01T20:00:11.308Z | + rm -r ./out/transceiver-control |
679 | 2023-12-01T20:00:11.311Z | + mkdir ./out/transceiver-control |
680 | 2023-12-01T20:00:11.314Z | + cp -r out/downloads/root ./out/transceiver-control/root |
681 | 2023-12-01T20:00:11.504Z | All prerequisites installed successfully |
682 | 2023-12-01T20:00:11.507Z | |
683 | 2023-12-01T20:00:11.507Z | real 1:56.391575463 |
684 | 2023-12-01T20:00:11.507Z | user 53.650340156 |
685 | 2023-12-01T20:00:11.507Z | sys 9.849604775 |
686 | 2023-12-01T20:00:11.507Z | trap 0.022923792 |
687 | 2023-12-01T20:00:11.507Z | tflt 0.154325642 |
688 | 2023-12-01T20:00:11.507Z | dflt 0.652422609 |
689 | 2023-12-01T20:00:11.507Z | kflt 0.266830351 |
690 | 2023-12-01T20:00:11.507Z | lock 1.599735352 |
691 | 2023-12-01T20:00:11.507Z | slp 3:33.813054271 |
692 | 2023-12-01T20:00:11.507Z | lat 3.389498954 |
693 | 2023-12-01T20:00:11.507Z | stop 0.073302831 |
694 | 2023-12-01T20:00:11.507Z | + banner end-to-end-tests |
695 | 2023-12-01T20:00:11.586Z | |
696 | 2023-12-01T20:00:11.586Z | ###### # # ##### ##### #### ###### # # ##### |
697 | 2023-12-01T20:00:11.586Z | # ## # # # # # # # ## # # # |
698 | 2023-12-01T20:00:11.586Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
699 | 2023-12-01T20:00:11.586Z | # # # # # # # # # # # # # # # |
700 | 2023-12-01T20:00:11.586Z | # # ## # # # # # # # ## # # |
701 | 2023-12-01T20:00:11.586Z | ###### # # ##### # #### ###### # # ##### |
702 | 2023-12-01T20:00:11.586Z | |
703 | 2023-12-01T20:00:11.590Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-12-01T20:00:11.591Z | + CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-12-01T20:00:11.591Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-12-01T20:00:11.591Z | + CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-12-01T20:00:11.591Z | + export CARGO_INCREMENTAL=0 |
708 | 2023-12-01T20:00:11.591Z | + CARGO_INCREMENTAL=0 |
709 | 2023-12-01T20:00:11.591Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
710 | 2023-12-01T20:00:11.926Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
711 | 2023-12-01T20:00:12.310Z | Updating crates.io index |
712 | 2023-12-01T20:00:12.325Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
713 | 2023-12-01T20:00:13.217Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
714 | 2023-12-01T20:00:15.065Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
715 | 2023-12-01T20:00:15.401Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
716 | 2023-12-01T20:00:15.755Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
717 | 2023-12-01T20:00:16.232Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
718 | 2023-12-01T20:00:16.629Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
719 | 2023-12-01T20:00:17.674Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
720 | 2023-12-01T20:00:19.596Z | Updating git repository `https://github.com/oxidecomputer/opte` |
721 | 2023-12-01T20:00:20.509Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
722 | 2023-12-01T20:00:20.853Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
723 | 2023-12-01T20:00:21.446Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
724 | 2023-12-01T20:00:21.840Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
725 | 2023-12-01T20:00:22.208Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
726 | 2023-12-01T20:00:22.711Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
727 | 2023-12-01T20:00:23.051Z | Updating git repository `https://github.com/njaremko/samael` |
728 | 2023-12-01T20:00:23.599Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
729 | 2023-12-01T20:00:23.979Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
730 | 2023-12-01T20:00:24.565Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
731 | 2023-12-01T20:00:24.918Z | Updating git repository `https://github.com/jgallagher/nix` |
732 | 2023-12-01T20:00:26.173Z | Updating git repository `https://github.com/cbiffle/hubpack` |
733 | 2023-12-01T20:00:26.686Z | Updating git repository `https://github.com/oxidecomputer/typify` |
734 | 2023-12-01T20:00:27.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
735 | 2023-12-01T20:00:28.168Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
736 | 2023-12-01T20:00:28.643Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
737 | 2023-12-01T20:00:30.373Z | Downloading crates ... |
738 | 2023-12-01T20:00:30.596Z | Downloaded miniz_oxide v0.7.1 |
739 | 2023-12-01T20:00:30.618Z | Downloaded new_debug_unreachable v1.0.4 |
740 | 2023-12-01T20:00:30.628Z | Downloaded num_enum v0.5.11 |
741 | 2023-12-01T20:00:30.638Z | Downloaded num_threads v0.1.6 |
742 | 2023-12-01T20:00:30.652Z | Downloaded num_enum_derive v0.5.11 |
743 | 2023-12-01T20:00:30.652Z | Downloaded anstream v0.5.0 |
744 | 2023-12-01T20:00:30.652Z | Downloaded aead v0.5.2 |
745 | 2023-12-01T20:00:30.653Z | Downloaded async-stream-impl v0.3.5 |
746 | 2023-12-01T20:00:30.653Z | Downloaded quote v1.0.33 |
747 | 2023-12-01T20:00:30.659Z | Downloaded block-buffer v0.10.4 |
748 | 2023-12-01T20:00:30.664Z | Downloaded atomicwrites v0.4.2 |
749 | 2023-12-01T20:00:30.669Z | Downloaded openssl-macros v0.1.1 |
750 | 2023-12-01T20:00:30.672Z | Downloaded diesel_table_macro_syntax v0.1.0 |
751 | 2023-12-01T20:00:30.675Z | Downloaded colorchoice v1.0.0 |
752 | 2023-12-01T20:00:30.678Z | Downloaded ciborium-io v0.2.1 |
753 | 2023-12-01T20:00:30.681Z | Downloaded opaque-debug v0.3.0 |
754 | 2023-12-01T20:00:30.684Z | Downloaded resolv-conf v0.7.0 |
755 | 2023-12-01T20:00:30.689Z | Downloaded pem v1.1.1 |
756 | 2023-12-01T20:00:30.693Z | Downloaded pin-utils v0.1.0 |
757 | 2023-12-01T20:00:30.697Z | Downloaded phf_shared v0.11.2 |
758 | 2023-12-01T20:00:30.700Z | Downloaded crucible-workspace-hack v0.1.0 |
759 | 2023-12-01T20:00:30.703Z | Downloaded phf_shared v0.10.0 |
760 | 2023-12-01T20:00:30.706Z | Downloaded openssl-probe v0.1.5 |
761 | 2023-12-01T20:00:30.710Z | Downloaded pbkdf2 v0.11.0 |
762 | 2023-12-01T20:00:30.713Z | Downloaded postgres-protocol v0.6.6 |
763 | 2023-12-01T20:00:30.718Z | Downloaded dirs v5.0.1 |
764 | 2023-12-01T20:00:30.722Z | Downloaded poly1305 v0.8.0 |
765 | 2023-12-01T20:00:30.727Z | Downloaded paste v1.0.14 |
766 | 2023-12-01T20:00:30.733Z | Downloaded pin-project-internal v1.1.3 |
767 | 2023-12-01T20:00:30.738Z | Downloaded crypto-common v0.1.6 |
768 | 2023-12-01T20:00:30.741Z | Downloaded dirs-sys v0.4.1 |
769 | 2023-12-01T20:00:30.744Z | Downloaded bcrypt-pbkdf v0.10.0 |
770 | 2023-12-01T20:00:30.747Z | Downloaded convert_case v0.4.0 |
771 | 2023-12-01T20:00:30.750Z | Downloaded async-trait v0.1.74 |
772 | 2023-12-01T20:00:30.757Z | Downloaded pest_derive v2.7.2 |
773 | 2023-12-01T20:00:30.763Z | Downloaded endian-type v0.1.2 |
774 | 2023-12-01T20:00:30.766Z | Downloaded crossbeam-epoch v0.9.15 |
775 | 2023-12-01T20:00:30.770Z | Downloaded password-hash v0.5.0 |
776 | 2023-12-01T20:00:30.774Z | Downloaded rand_core v0.6.4 |
777 | 2023-12-01T20:00:30.777Z | Downloaded bitflags v2.4.0 |
778 | 2023-12-01T20:00:30.783Z | Downloaded ciborium v0.2.1 |
779 | 2023-12-01T20:00:30.788Z | Downloaded block-padding v0.3.3 |
780 | 2023-12-01T20:00:30.791Z | Downloaded difflib v0.4.0 |
781 | 2023-12-01T20:00:30.793Z | Downloaded pkcs8 v0.10.2 |
782 | 2023-12-01T20:00:30.797Z | Downloaded data-encoding v2.4.0 |
783 | 2023-12-01T20:00:30.800Z | Downloaded cancel-safe-futures v0.1.5 |
784 | 2023-12-01T20:00:30.806Z | Downloaded keccak v0.1.4 |
785 | 2023-12-01T20:00:30.808Z | Downloaded same-file v1.0.6 |
786 | 2023-12-01T20:00:30.811Z | Downloaded filetime v0.2.22 |
787 | 2023-12-01T20:00:30.814Z | Downloaded pest_meta v2.7.2 |
788 | 2023-12-01T20:00:30.819Z | Downloaded httpdate v1.0.3 |
789 | 2023-12-01T20:00:30.821Z | Downloaded password-hash v0.4.2 |
790 | 2023-12-01T20:00:30.825Z | Downloaded foreign-types-shared v0.1.1 |
791 | 2023-12-01T20:00:30.828Z | Downloaded tokio-stream v0.1.14 |
792 | 2023-12-01T20:00:30.835Z | Downloaded libefi-sys v0.1.0 |
793 | 2023-12-01T20:00:30.838Z | Downloaded secrecy v0.8.0 |
794 | 2023-12-01T20:00:30.841Z | Downloaded macaddr v1.0.1 |
795 | 2023-12-01T20:00:30.844Z | Downloaded const-oid v0.9.5 |
796 | 2023-12-01T20:00:30.849Z | Downloaded managed v0.8.0 |
797 | 2023-12-01T20:00:30.852Z | Downloaded backoff v0.4.0 |
798 | 2023-12-01T20:00:30.855Z | Downloaded time-core v0.1.1 |
799 | 2023-12-01T20:00:30.858Z | Downloaded strum v0.25.0 |
800 | 2023-12-01T20:00:30.861Z | Downloaded platforms v3.0.2 |
801 | 2023-12-01T20:00:30.865Z | Downloaded rustc_version v0.4.0 |
802 | 2023-12-01T20:00:30.867Z | Downloaded httparse v1.8.0 |
803 | 2023-12-01T20:00:30.870Z | Downloaded usdt-macro v0.3.5 |
804 | 2023-12-01T20:00:30.874Z | Downloaded futures-task v0.3.29 |
805 | 2023-12-01T20:00:30.874Z | Downloaded stable_deref_trait v1.2.0 |
806 | 2023-12-01T20:00:30.880Z | Downloaded spin v0.5.2 |
807 | 2023-12-01T20:00:30.880Z | Downloaded ahash v0.8.3 |
808 | 2023-12-01T20:00:30.883Z | Downloaded subtle v2.5.0 |
809 | 2023-12-01T20:00:30.886Z | Downloaded lazy_static v1.4.0 |
810 | 2023-12-01T20:00:30.889Z | Downloaded rcgen v0.11.3 |
811 | 2023-12-01T20:00:30.894Z | Downloaded waitgroup v0.1.2 |
812 | 2023-12-01T20:00:30.897Z | Downloaded strum_macros v0.25.2 |
813 | 2023-12-01T20:00:30.900Z | Downloaded fxhash v0.2.1 |
814 | 2023-12-01T20:00:30.903Z | Downloaded structopt-derive v0.4.18 |
815 | 2023-12-01T20:00:30.906Z | Downloaded base64 v0.13.1 |
816 | 2023-12-01T20:00:30.911Z | Downloaded version_check v0.9.4 |
817 | 2023-12-01T20:00:30.915Z | Downloaded derive_more v0.99.17 |
818 | 2023-12-01T20:00:31.335Z | Downloaded time-macros v0.2.13 |
819 | 2023-12-01T20:00:31.339Z | Downloaded hubpack_derive v0.1.1 |
820 | 2023-12-01T20:00:31.339Z | Downloaded form_urlencoded v1.2.1 |
821 | 2023-12-01T20:00:31.339Z | Downloaded md5 v0.7.0 |
822 | 2023-12-01T20:00:31.339Z | Downloaded snafu-derive v0.7.5 |
823 | 2023-12-01T20:00:31.339Z | Downloaded thiserror-impl v1.0.49 |
824 | 2023-12-01T20:00:31.339Z | Downloaded similar v2.2.1 |
825 | 2023-12-01T20:00:31.339Z | Downloaded matches v0.1.10 |
826 | 2023-12-01T20:00:31.339Z | Downloaded linked-hash-map v0.5.6 |
827 | 2023-12-01T20:00:31.339Z | Downloaded itoa v1.0.9 |
828 | 2023-12-01T20:00:31.339Z | Downloaded ghash v0.5.0 |
829 | 2023-12-01T20:00:31.339Z | Downloaded indexmap v1.9.3 |
830 | 2023-12-01T20:00:31.339Z | Downloaded cc v1.0.83 |
831 | 2023-12-01T20:00:31.340Z | Downloaded generic-array v0.14.7 |
832 | 2023-12-01T20:00:31.340Z | Downloaded textwrap v0.11.0 |
833 | 2023-12-01T20:00:31.340Z | Downloaded inout v0.1.3 |
834 | 2023-12-01T20:00:31.340Z | Downloaded terminal_size v0.2.6 |
835 | 2023-12-01T20:00:31.340Z | Downloaded foreign-types v0.5.0 |
836 | 2023-12-01T20:00:31.340Z | Downloaded smallvec v1.11.0 |
837 | 2023-12-01T20:00:31.340Z | Downloaded http-body v0.4.5 |
838 | 2023-12-01T20:00:31.340Z | Downloaded unsafe-libyaml v0.2.9 |
839 | 2023-12-01T20:00:31.340Z | Downloaded spin v0.9.8 |
840 | 2023-12-01T20:00:31.340Z | Downloaded hyper-staticfile v0.9.5 |
841 | 2023-12-01T20:00:31.340Z | Downloaded walkdir v2.4.0 |
842 | 2023-12-01T20:00:31.340Z | Downloaded scopeguard v1.2.0 |
843 | 2023-12-01T20:00:31.340Z | Downloaded tinyvec_macros v0.1.1 |
844 | 2023-12-01T20:00:31.340Z | Downloaded sha1 v0.10.6 |
845 | 2023-12-01T20:00:31.340Z | Downloaded foreign-types-shared v0.3.1 |
846 | 2023-12-01T20:00:31.340Z | Downloaded kstat-rs v0.2.3 |
847 | 2023-12-01T20:00:31.340Z | Downloaded ipnet v2.8.0 |
848 | 2023-12-01T20:00:31.340Z | Downloaded foreign-types v0.3.2 |
849 | 2023-12-01T20:00:31.340Z | Downloaded num-bigint v0.4.4 |
850 | 2023-12-01T20:00:31.340Z | Downloaded slog-envlogger v2.2.0 |
851 | 2023-12-01T20:00:31.340Z | Downloaded toml v0.5.11 |
852 | 2023-12-01T20:00:31.340Z | Downloaded ident_case v1.0.1 |
853 | 2023-12-01T20:00:31.340Z | Downloaded russh-cryptovec v0.7.0 |
854 | 2023-12-01T20:00:31.340Z | Downloaded md-5 v0.10.5 |
855 | 2023-12-01T20:00:31.340Z | Downloaded io-lifetimes v1.0.11 |
856 | 2023-12-01T20:00:31.340Z | Downloaded usdt-attr-macro v0.3.5 |
857 | 2023-12-01T20:00:31.340Z | Downloaded rustfmt-wrapper v0.2.0 |
858 | 2023-12-01T20:00:31.340Z | Downloaded tokio-rustls v0.24.1 |
859 | 2023-12-01T20:00:31.340Z | Downloaded static_assertions v1.1.0 |
860 | 2023-12-01T20:00:31.340Z | Downloaded smf v0.2.2 |
861 | 2023-12-01T20:00:31.340Z | Downloaded serde_tokenstream v0.1.7 |
862 | 2023-12-01T20:00:31.340Z | Downloaded serde_yaml v0.9.25 |
863 | 2023-12-01T20:00:31.340Z | Downloaded zeroize v1.7.0 |
864 | 2023-12-01T20:00:31.340Z | Downloaded socket2 v0.5.5 |
865 | 2023-12-01T20:00:31.341Z | Downloaded pretty-hex v0.2.1 |
866 | 2023-12-01T20:00:31.341Z | Downloaded rand v0.8.5 |
867 | 2023-12-01T20:00:31.341Z | Downloaded predicates v3.0.4 |
868 | 2023-12-01T20:00:31.341Z | Downloaded url v2.5.0 |
869 | 2023-12-01T20:00:31.341Z | Downloaded heck v0.3.3 |
870 | 2023-12-01T20:00:31.341Z | Downloaded lalrpop-util v0.19.12 |
871 | 2023-12-01T20:00:31.341Z | Downloaded home v0.5.5 |
872 | 2023-12-01T20:00:31.341Z | Downloaded sct v0.7.0 |
873 | 2023-12-01T20:00:31.341Z | Downloaded utf-8 v0.7.6 |
874 | 2023-12-01T20:00:31.341Z | Downloaded regex-automata v0.1.10 |
875 | 2023-12-01T20:00:31.341Z | Downloaded slog-async v2.8.0 |
876 | 2023-12-01T20:00:31.342Z | Downloaded unicode-xid v0.2.4 |
877 | 2023-12-01T20:00:31.342Z | Downloaded is-terminal v0.4.9 |
878 | 2023-12-01T20:00:31.342Z | Downloaded slog-stdlog v4.1.1 |
879 | 2023-12-01T20:00:31.342Z | Downloaded serde v1.0.192 |
880 | 2023-12-01T20:00:31.342Z | Downloaded serde_urlencoded v0.7.1 |
881 | 2023-12-01T20:00:31.342Z | Downloaded snafu v0.7.5 |
882 | 2023-12-01T20:00:31.342Z | Downloaded slog v2.7.0 |
883 | 2023-12-01T20:00:31.343Z | Downloaded russh v0.39.0 |
884 | 2023-12-01T20:00:31.343Z | Downloaded rustls-pemfile v1.0.3 |
885 | 2023-12-01T20:00:31.343Z | Downloaded toml v0.7.8 |
886 | 2023-12-01T20:00:31.343Z | Downloaded iana-time-zone v0.1.57 |
887 | 2023-12-01T20:00:31.343Z | Downloaded semver-parser v0.10.2 |
888 | 2023-12-01T20:00:31.343Z | Downloaded tracing v0.1.37 |
889 | 2023-12-01T20:00:31.343Z | Downloaded hmac v0.12.1 |
890 | 2023-12-01T20:00:31.343Z | Downloaded hyper-rustls v0.24.2 |
891 | 2023-12-01T20:00:31.343Z | Downloaded unicode-bidi v0.3.13 |
892 | 2023-12-01T20:00:31.343Z | Downloaded typenum v1.16.0 |
893 | 2023-12-01T20:00:31.343Z | Downloaded unicode-normalization v0.1.22 |
894 | 2023-12-01T20:00:31.343Z | Downloaded trust-dns-resolver v0.22.0 |
895 | 2023-12-01T20:00:31.343Z | Downloaded trust-dns-client v0.22.0 |
896 | 2023-12-01T20:00:31.343Z | Downloaded trust-dns-server v0.22.1 |
897 | 2023-12-01T20:00:31.343Z | Downloaded toml_edit v0.21.0 |
898 | 2023-12-01T20:00:31.343Z | Downloaded unicode-segmentation v1.10.1 |
899 | 2023-12-01T20:00:31.343Z | Downloaded tokio-util v0.7.10 |
900 | 2023-12-01T20:00:31.343Z | Downloaded heapless v0.7.16 |
901 | 2023-12-01T20:00:31.343Z | Downloaded memchr v2.6.3 |
902 | 2023-12-01T20:00:31.343Z | Downloaded serde_with v2.3.3 |
903 | 2023-12-01T20:00:31.343Z | Downloaded tokio-postgres v0.7.10 |
904 | 2023-12-01T20:00:31.345Z | Downloaded itertools v0.11.0 |
905 | 2023-12-01T20:00:31.345Z | Downloaded time v0.3.27 |
906 | 2023-12-01T20:00:31.348Z | Downloaded libm v0.2.7 |
907 | 2023-12-01T20:00:31.363Z | Downloaded rand v0.7.3 |
908 | 2023-12-01T20:00:31.371Z | Downloaded serde_json v1.0.108 |
909 | 2023-12-01T20:00:31.385Z | Downloaded winnow v0.5.15 |
910 | 2023-12-01T20:00:31.399Z | Downloaded rustls-webpki v0.101.7 |
911 | 2023-12-01T20:00:31.425Z | Downloaded reqwest v0.11.22 |
912 | 2023-12-01T20:00:31.438Z | Downloaded syn v1.0.109 |
913 | 2023-12-01T20:00:31.457Z | Downloaded h2 v0.3.21 |
914 | 2023-12-01T20:00:31.469Z | Downloaded syn v2.0.32 |
915 | 2023-12-01T20:00:31.487Z | Downloaded bstr v0.2.17 |
916 | 2023-12-01T20:00:31.504Z | Downloaded regex v1.10.2 |
917 | 2023-12-01T20:00:31.528Z | Downloaded gimli v0.28.0 |
918 | 2023-12-01T20:00:31.544Z | Downloaded radix_trie v0.2.1 |
919 | 2023-12-01T20:00:31.554Z | Downloaded idna v0.5.0 |
920 | 2023-12-01T20:00:31.567Z | Downloaded smoltcp v0.9.1 |
921 | 2023-12-01T20:00:31.589Z | Downloaded rustix v0.37.23 |
922 | 2023-12-01T20:00:31.625Z | Downloaded rustix v0.38.25 |
923 | 2023-12-01T20:00:31.665Z | Downloaded regex-syntax v0.7.5 |
924 | 2023-12-01T20:00:31.681Z | Downloaded zerocopy-derive v0.6.4 |
925 | 2023-12-01T20:00:31.701Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
926 | 2023-12-01T20:00:31.726Z | Downloaded sled v0.34.7 |
927 | 2023-12-01T20:00:31.750Z | Downloaded zerocopy-derive v0.2.0 |
928 | 2023-12-01T20:00:31.768Z | Downloaded regex-automata v0.3.8 |
929 | 2023-12-01T20:00:31.797Z | Downloaded regex-automata v0.4.3 |
930 | 2023-12-01T20:00:31.830Z | Downloaded sha3 v0.10.8 |
931 | 2023-12-01T20:00:31.842Z | Downloaded libc v0.2.150 |
932 | 2023-12-01T20:00:31.893Z | Downloaded tokio v1.34.0 |
933 | 2023-12-01T20:00:31.958Z | Downloaded winapi v0.3.9 |
934 | 2023-12-01T20:00:32.034Z | Downloaded openapiv3 v2.0.0-rc.1 |
935 | 2023-12-01T20:00:32.057Z | Downloaded encoding_rs v0.8.33 |
936 | 2023-12-01T20:00:32.100Z | Downloaded rustls v0.21.9 |
937 | 2023-12-01T20:00:32.122Z | Downloaded idna v0.2.3 |
938 | 2023-12-01T20:00:32.133Z | Downloaded curve25519-dalek v4.1.0 |
939 | 2023-12-01T20:00:32.175Z | Downloaded bstr v1.6.0 |
940 | 2023-12-01T20:00:32.180Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2023-12-01T20:00:32.191Z | Downloaded webpki-roots v0.25.2 |
942 | 2023-12-01T20:00:32.199Z | Downloaded regex-syntax v0.8.2 |
943 | 2023-12-01T20:00:32.219Z | Downloaded smoltcp v0.8.2 |
944 | 2023-12-01T20:00:32.237Z | Downloaded vcpkg v0.2.15 |
945 | 2023-12-01T20:00:32.309Z | Downloaded openssl v0.10.60 |
946 | 2023-12-01T20:00:32.351Z | Downloaded hyper v0.14.27 |
947 | 2023-12-01T20:00:32.374Z | Downloaded object v0.32.1 |
948 | 2023-12-01T20:00:32.399Z | Downloaded ring v0.17.5 |
949 | 2023-12-01T20:00:32.537Z | Downloaded regress v0.7.1 |
950 | 2023-12-01T20:00:32.550Z | Downloaded hkdf v0.12.3 |
951 | 2023-12-01T20:00:32.556Z | Downloaded clap v2.34.0 |
952 | 2023-12-01T20:00:32.569Z | Downloaded itertools v0.12.0 |
953 | 2023-12-01T20:00:32.581Z | Downloaded ring v0.16.20 |
954 | 2023-12-01T20:00:32.752Z | Downloaded futures-util v0.3.29 |
955 | 2023-12-01T20:00:32.775Z | Downloaded chrono v0.4.31 |
956 | 2023-12-01T20:00:32.792Z | Downloaded itertools v0.10.5 |
957 | 2023-12-01T20:00:32.800Z | Downloaded toml_edit v0.19.15 |
958 | 2023-12-01T20:00:32.831Z | Downloaded hashbrown v0.14.2 |
959 | 2023-12-01T20:00:32.841Z | Downloaded http v0.2.11 |
960 | 2023-12-01T20:00:32.848Z | Downloaded petgraph v0.6.4 |
961 | 2023-12-01T20:00:32.871Z | Downloaded crossterm v0.27.0 |
962 | 2023-12-01T20:00:32.903Z | Downloaded tinyvec v1.6.0 |
963 | 2023-12-01T20:00:32.927Z | Downloaded serde_derive v1.0.192 |
964 | 2023-12-01T20:00:32.927Z | Downloaded diesel v2.1.4 |
965 | 2023-12-01T20:00:32.935Z | Downloaded pest v2.7.2 |
966 | 2023-12-01T20:00:32.943Z | Downloaded semver v1.0.20 |
967 | 2023-12-01T20:00:32.943Z | Downloaded toml v0.8.8 |
968 | 2023-12-01T20:00:32.948Z | Downloaded indexmap v2.1.0 |
969 | 2023-12-01T20:00:32.953Z | Downloaded hashbrown v0.12.3 |
970 | 2023-12-01T20:00:32.960Z | Downloaded aho-corasick v1.0.4 |
971 | 2023-12-01T20:00:32.967Z | Downloaded rustc-demangle v0.1.23 |
972 | 2023-12-01T20:00:32.970Z | Downloaded hash32 v0.2.1 |
973 | 2023-12-01T20:00:32.973Z | Downloaded hashbrown v0.13.2 |
974 | 2023-12-01T20:00:32.982Z | Downloaded term v0.7.0 |
975 | 2023-12-01T20:00:32.986Z | Downloaded tempfile v3.8.1 |
976 | 2023-12-01T20:00:32.990Z | Downloaded proc-macro2 v1.0.69 |
977 | 2023-12-01T20:00:32.994Z | Downloaded futures v0.3.29 |
978 | 2023-12-01T20:00:33.002Z | Downloaded unicase v2.7.0 |
979 | 2023-12-01T20:00:33.005Z | Downloaded lru-cache v0.1.2 |
980 | 2023-12-01T20:00:33.005Z | Downloaded thiserror v1.0.49 |
981 | 2023-12-01T20:00:33.012Z | Downloaded tracing-attributes v0.1.26 |
982 | 2023-12-01T20:00:33.016Z | Downloaded tracing-core v0.1.31 |
983 | 2023-12-01T20:00:33.022Z | Downloaded tar v0.4.40 |
984 | 2023-12-01T20:00:33.025Z | Downloaded unicode-width v0.1.11 |
985 | 2023-12-01T20:00:33.028Z | Downloaded universal-hash v0.5.1 |
986 | 2023-12-01T20:00:33.032Z | Downloaded serde_path_to_error v0.1.14 |
987 | 2023-12-01T20:00:33.036Z | Downloaded slog-scope v4.4.0 |
988 | 2023-12-01T20:00:33.040Z | Downloaded slog-dtrace v0.2.3 |
989 | 2023-12-01T20:00:33.040Z | Downloaded slog-bunyan v2.4.0 |
990 | 2023-12-01T20:00:33.050Z | Downloaded getrandom v0.2.10 |
991 | 2023-12-01T20:00:33.059Z | Downloaded serde_tokenstream v0.2.0 |
992 | 2023-12-01T20:00:33.059Z | Downloaded russh-keys v0.38.0 |
993 | 2023-12-01T20:00:33.059Z | Downloaded vsss-rs v3.3.1 |
994 | 2023-12-01T20:00:33.470Z | Downloaded aes-gcm v0.10.3 |
995 | 2023-12-01T20:00:33.470Z | Downloaded clap_builder v4.4.2 |
996 | 2023-12-01T20:00:33.475Z | Downloaded structmeta v0.2.0 |
997 | 2023-12-01T20:00:33.475Z | Downloaded usdt-impl v0.3.5 |
998 | 2023-12-01T20:00:33.475Z | Downloaded rustversion v1.0.14 |
999 | 2023-12-01T20:00:33.475Z | Downloaded float-cmp v0.9.0 |
1000 | 2023-12-01T20:00:33.475Z | Downloaded serde_derive_internals v0.26.0 |
1001 | 2023-12-01T20:00:33.475Z | Downloaded log v0.4.20 |
1002 | 2023-12-01T20:00:33.475Z | Downloaded schemars v0.8.13 |
1003 | 2023-12-01T20:00:33.475Z | Downloaded headers v0.3.9 |
1004 | 2023-12-01T20:00:33.475Z | Downloaded ed25519-dalek v2.0.0 |
1005 | 2023-12-01T20:00:33.475Z | Downloaded thread-id v4.2.0 |
1006 | 2023-12-01T20:00:33.475Z | Downloaded flate2 v1.0.28 |
1007 | 2023-12-01T20:00:33.475Z | Downloaded signal-hook v0.3.17 |
1008 | 2023-12-01T20:00:33.475Z | Downloaded schemars_derive v0.8.13 |
1009 | 2023-12-01T20:00:33.475Z | Downloaded yasna v0.5.2 |
1010 | 2023-12-01T20:00:33.475Z | Downloaded getopts v0.2.21 |
1011 | 2023-12-01T20:00:33.475Z | Downloaded futures-io v0.3.29 |
1012 | 2023-12-01T20:00:33.475Z | Downloaded hyper-tls v0.5.0 |
1013 | 2023-12-01T20:00:33.475Z | Downloaded getrandom v0.1.16 |
1014 | 2023-12-01T20:00:33.475Z | Downloaded xattr v1.0.1 |
1015 | 2023-12-01T20:00:33.475Z | Downloaded der v0.7.8 |
1016 | 2023-12-01T20:00:33.482Z | Downloaded omicron-zone-package v0.9.1 |
1017 | 2023-12-01T20:00:33.482Z | Downloaded crossbeam-channel v0.5.8 |
1018 | 2023-12-01T20:00:33.482Z | Downloaded structopt v0.3.26 |
1019 | 2023-12-01T20:00:33.482Z | Downloaded tokio-native-tls v0.3.1 |
1020 | 2023-12-01T20:00:33.482Z | Downloaded futures-sink v0.3.29 |
1021 | 2023-12-01T20:00:33.482Z | Downloaded ucd-trie v0.1.6 |
1022 | 2023-12-01T20:00:33.482Z | Downloaded zeroize_derive v1.4.2 |
1023 | 2023-12-01T20:00:33.482Z | Downloaded futures-executor v0.3.29 |
1024 | 2023-12-01T20:00:33.482Z | Downloaded socket2 v0.4.9 |
1025 | 2023-12-01T20:00:33.482Z | Downloaded subprocess v0.2.9 |
1026 | 2023-12-01T20:00:33.482Z | Downloaded serde_with_macros v2.3.3 |
1027 | 2023-12-01T20:00:33.482Z | Downloaded futures-core v0.3.29 |
1028 | 2023-12-01T20:00:33.482Z | Downloaded zip v0.6.6 |
1029 | 2023-12-01T20:00:33.482Z | Downloaded sha2 v0.10.8 |
1030 | 2023-12-01T20:00:33.482Z | Downloaded elliptic-curve v0.13.5 |
1031 | 2023-12-01T20:00:33.482Z | Downloaded tungstenite v0.20.1 |
1032 | 2023-12-01T20:00:33.482Z | Downloaded usdt v0.3.5 |
1033 | 2023-12-01T20:00:33.482Z | Downloaded aes v0.8.3 |
1034 | 2023-12-01T20:00:33.482Z | Downloaded spki v0.7.2 |
1035 | 2023-12-01T20:00:33.483Z | Downloaded hex-literal v0.4.1 |
1036 | 2023-12-01T20:00:33.483Z | Downloaded serde_repr v0.1.16 |
1037 | 2023-12-01T20:00:33.483Z | Downloaded slog-term v2.9.0 |
1038 | 2023-12-01T20:00:33.483Z | Downloaded clap v4.4.3 |
1039 | 2023-12-01T20:00:33.483Z | Downloaded chacha20poly1305 v0.10.1 |
1040 | 2023-12-01T20:00:33.483Z | Downloaded arc-swap v1.6.0 |
1041 | 2023-12-01T20:00:33.483Z | Downloaded openssl-sys v0.9.96 |
1042 | 2023-12-01T20:00:33.483Z | Downloaded futures-macro v0.3.29 |
1043 | 2023-12-01T20:00:33.483Z | Downloaded base64 v0.21.5 |
1044 | 2023-12-01T20:00:33.496Z | Downloaded half v1.8.2 |
1045 | 2023-12-01T20:00:33.496Z | Downloaded ryu v1.0.15 |
1046 | 2023-12-01T20:00:33.496Z | Downloaded ipnetwork v0.20.0 |
1047 | 2023-12-01T20:00:33.496Z | Downloaded fnv v1.0.7 |
1048 | 2023-12-01T20:00:33.496Z | Downloaded serde_spanned v0.6.4 |
1049 | 2023-12-01T20:00:33.496Z | Downloaded futures-channel v0.3.29 |
1050 | 2023-12-01T20:00:33.496Z | Downloaded slab v0.4.9 |
1051 | 2023-12-01T20:00:33.496Z | Downloaded slog-json v2.6.1 |
1052 | 2023-12-01T20:00:33.496Z | Downloaded thread_local v1.1.7 |
1053 | 2023-12-01T20:00:33.496Z | Downloaded structmeta-derive v0.2.0 |
1054 | 2023-12-01T20:00:33.496Z | Downloaded lock_api v0.4.10 |
1055 | 2023-12-01T20:00:33.497Z | Downloaded rustls-native-certs v0.6.3 |
1056 | 2023-12-01T20:00:33.497Z | Downloaded zerocopy v0.6.4 |
1057 | 2023-12-01T20:00:33.497Z | Downloaded uuid v1.6.1 |
1058 | 2023-12-01T20:00:33.497Z | Downloaded unicode-ident v1.0.12 |
1059 | 2023-12-01T20:00:33.497Z | Downloaded pin-project v1.1.3 |
1060 | 2023-12-01T20:00:33.497Z | Downloaded mio v0.8.9 |
1061 | 2023-12-01T20:00:33.497Z | Downloaded thiserror-no-std v2.0.2 |
1062 | 2023-12-01T20:00:33.497Z | Downloaded thiserror-impl-no-std v2.0.2 |
1063 | 2023-12-01T20:00:33.497Z | Downloaded rand_chacha v0.2.2 |
1064 | 2023-12-01T20:00:33.497Z | Downloaded synstructure v0.12.6 |
1065 | 2023-12-01T20:00:33.497Z | Downloaded bytes v1.5.0 |
1066 | 2023-12-01T20:00:33.497Z | Downloaded foreign-types-macros v0.2.3 |
1067 | 2023-12-01T20:00:33.497Z | Downloaded semver v0.11.0 |
1068 | 2023-12-01T20:00:33.497Z | Downloaded string_cache v0.8.7 |
1069 | 2023-12-01T20:00:33.497Z | Downloaded hex v0.4.3 |
1070 | 2023-12-01T20:00:33.497Z | Downloaded heck v0.4.1 |
1071 | 2023-12-01T20:00:33.497Z | Downloaded want v0.3.1 |
1072 | 2023-12-01T20:00:33.498Z | Downloaded diesel_derives v2.1.2 |
1073 | 2023-12-01T20:00:33.498Z | Downloaded tokio-tungstenite v0.20.1 |
1074 | 2023-12-01T20:00:33.498Z | Downloaded parking_lot v0.12.1 |
1075 | 2023-12-01T20:00:33.498Z | Downloaded crc32fast v1.3.2 |
1076 | 2023-12-01T20:00:33.498Z | Downloaded colored v2.0.4 |
1077 | 2023-12-01T20:00:33.498Z | Downloaded glob v0.3.1 |
1078 | 2023-12-01T20:00:33.498Z | Downloaded backtrace v0.3.69 |
1079 | 2023-12-01T20:00:33.498Z | Downloaded group v0.13.0 |
1080 | 2023-12-01T20:00:33.498Z | Downloaded crypto-bigint v0.5.2 |
1081 | 2023-12-01T20:00:33.500Z | Downloaded strsim v0.10.0 |
1082 | 2023-12-01T20:00:33.500Z | Downloaded strsim v0.8.0 |
1083 | 2023-12-01T20:00:33.500Z | Downloaded stringprep v0.1.3 |
1084 | 2023-12-01T20:00:33.500Z | Downloaded hostname v0.3.1 |
1085 | 2023-12-01T20:00:33.500Z | Downloaded fixedbitset v0.4.2 |
1086 | 2023-12-01T20:00:33.500Z | Downloaded signal-hook-registry v1.4.1 |
1087 | 2023-12-01T20:00:33.500Z | Downloaded signal-hook-mio v0.2.3 |
1088 | 2023-12-01T20:00:33.500Z | Downloaded enum-as-inner v0.5.1 |
1089 | 2023-12-01T20:00:33.500Z | Downloaded zone v0.3.0 |
1090 | 2023-12-01T20:00:33.500Z | Downloaded siphasher v0.3.11 |
1091 | 2023-12-01T20:00:33.500Z | Downloaded instant v0.1.12 |
1092 | 2023-12-01T20:00:33.500Z | Downloaded take_mut v0.2.2 |
1093 | 2023-12-01T20:00:33.500Z | Downloaded postgres-types v0.2.6 |
1094 | 2023-12-01T20:00:33.500Z | Downloaded proc-macro-error v1.0.4 |
1095 | 2023-12-01T20:00:33.500Z | Downloaded http-range v0.1.5 |
1096 | 2023-12-01T20:00:33.505Z | Downloaded ff v0.13.0 |
1097 | 2023-12-01T20:00:33.505Z | Downloaded vec_map v0.8.2 |
1098 | 2023-12-01T20:00:33.505Z | Downloaded parking_lot_core v0.9.8 |
1099 | 2023-12-01T20:00:33.505Z | Downloaded parking_lot v0.11.2 |
1100 | 2023-12-01T20:00:33.506Z | Downloaded signature v2.1.0 |
1101 | 2023-12-01T20:00:33.506Z | Downloaded scheduled-thread-pool v0.2.7 |
1102 | 2023-12-01T20:00:33.506Z | Downloaded hubpack v0.1.2 |
1103 | 2023-12-01T20:00:33.506Z | Downloaded errno v0.3.2 |
1104 | 2023-12-01T20:00:33.506Z | Downloaded crossbeam-utils v0.8.16 |
1105 | 2023-12-01T20:00:33.506Z | Downloaded whoami v1.4.1 |
1106 | 2023-12-01T20:00:33.506Z | Downloaded parking_lot_core v0.8.6 |
1107 | 2023-12-01T20:00:33.506Z | Downloaded fastrand v2.0.0 |
1108 | 2023-12-01T20:00:33.506Z | Downloaded fallible-iterator v0.2.0 |
1109 | 2023-12-01T20:00:33.506Z | Downloaded either v1.9.0 |
1110 | 2023-12-01T20:00:33.506Z | Downloaded ed25519 v2.2.2 |
1111 | 2023-12-01T20:00:33.507Z | Downloaded zerocopy v0.3.0 |
1112 | 2023-12-01T20:00:33.507Z | Downloaded untrusted v0.9.0 |
1113 | 2023-12-01T20:00:33.507Z | Downloaded untrusted v0.7.1 |
1114 | 2023-12-01T20:00:33.507Z | Downloaded native-tls v0.2.11 |
1115 | 2023-12-01T20:00:33.514Z | Downloaded match_cfg v0.1.0 |
1116 | 2023-12-01T20:00:33.514Z | Downloaded clap_derive v4.4.2 |
1117 | 2023-12-01T20:00:33.514Z | Downloaded dof v0.1.5 |
1118 | 2023-12-01T20:00:33.520Z | Downloaded chacha20 v0.9.1 |
1119 | 2023-12-01T20:00:33.520Z | Downloaded ciborium-ll v0.2.1 |
1120 | 2023-12-01T20:00:33.520Z | Downloaded camino v1.1.6 |
1121 | 2023-12-01T20:00:33.527Z | Downloaded base64ct v1.6.0 |
1122 | 2023-12-01T20:00:33.527Z | Downloaded argon2 v0.5.2 |
1123 | 2023-12-01T20:00:33.533Z | Downloaded rand_core v0.5.1 |
1124 | 2023-12-01T20:00:33.533Z | Downloaded predicates-core v1.0.6 |
1125 | 2023-12-01T20:00:33.533Z | Downloaded darling v0.20.3 |
1126 | 2023-12-01T20:00:33.542Z | Downloaded bzip2 v0.4.4 |
1127 | 2023-12-01T20:00:33.551Z | Downloaded console v0.15.7 |
1128 | 2023-12-01T20:00:33.555Z | Downloaded r2d2 v0.8.10 |
1129 | 2023-12-01T20:00:33.555Z | Downloaded equivalent v1.0.1 |
1130 | 2023-12-01T20:00:33.560Z | Downloaded utf8parse v0.2.1 |
1131 | 2023-12-01T20:00:33.560Z | Downloaded tokio-macros v2.2.0 |
1132 | 2023-12-01T20:00:33.560Z | Downloaded proc-macro-error-attr v1.0.4 |
1133 | 2023-12-01T20:00:33.560Z | Downloaded percent-encoding v2.3.1 |
1134 | 2023-12-01T20:00:33.560Z | Downloaded pbkdf2 v0.12.2 |
1135 | 2023-12-01T20:00:33.560Z | Downloaded zone_cfg_derive v0.3.0 |
1136 | 2023-12-01T20:00:33.560Z | Downloaded polyval v0.6.1 |
1137 | 2023-12-01T20:00:33.560Z | Downloaded pkg-config v0.3.27 |
1138 | 2023-12-01T20:00:33.570Z | Downloaded num_cpus v1.16.0 |
1139 | 2023-12-01T20:00:33.570Z | Downloaded digest v0.10.7 |
1140 | 2023-12-01T20:00:33.580Z | Downloaded blake2 v0.10.6 |
1141 | 2023-12-01T20:00:33.580Z | Downloaded headers-core v0.2.0 |
1142 | 2023-12-01T20:00:33.580Z | Downloaded try-lock v0.2.4 |
1143 | 2023-12-01T20:00:33.580Z | Downloaded phf v0.11.2 |
1144 | 2023-12-01T20:00:33.580Z | Downloaded num-traits v0.2.16 |
1145 | 2023-12-01T20:00:33.590Z | Downloaded ansi_term v0.12.1 |
1146 | 2023-12-01T20:00:33.590Z | Downloaded toolchain_find v0.2.0 |
1147 | 2023-12-01T20:00:33.590Z | Downloaded tower-service v0.3.2 |
1148 | 2023-12-01T20:00:33.590Z | Downloaded cfg-if v0.1.10 |
1149 | 2023-12-01T20:00:33.590Z | Downloaded bit-set v0.5.3 |
1150 | 2023-12-01T20:00:33.603Z | Downloaded ppv-lite86 v0.2.17 |
1151 | 2023-12-01T20:00:33.603Z | Downloaded pem v3.0.2 |
1152 | 2023-12-01T20:00:33.603Z | Downloaded parse-display v0.8.2 |
1153 | 2023-12-01T20:00:33.603Z | Downloaded debug-ignore v1.0.5 |
1154 | 2023-12-01T20:00:33.615Z | Downloaded pin-project-lite v0.2.13 |
1155 | 2023-12-01T20:00:33.615Z | Downloaded cbc v0.1.2 |
1156 | 2023-12-01T20:00:33.615Z | Downloaded blowfish v0.9.1 |
1157 | 2023-12-01T20:00:33.615Z | Downloaded cfg-if v1.0.0 |
1158 | 2023-12-01T20:00:33.627Z | Downloaded camino-tempfile v1.1.1 |
1159 | 2023-12-01T20:00:33.627Z | Downloaded byteorder v1.5.0 |
1160 | 2023-12-01T20:00:33.627Z | Downloaded bitflags v1.3.2 |
1161 | 2023-12-01T20:00:33.627Z | Downloaded postcard v0.7.3 |
1162 | 2023-12-01T20:00:33.634Z | Downloaded anstyle-query v1.0.0 |
1163 | 2023-12-01T20:00:33.634Z | Downloaded toml_datetime v0.6.5 |
1164 | 2023-12-01T20:00:33.634Z | Downloaded pretty-hex v0.4.0 |
1165 | 2023-12-01T20:00:33.634Z | Downloaded once_cell v1.18.0 |
1166 | 2023-12-01T20:00:33.636Z | Downloaded ctr v0.9.2 |
1167 | 2023-12-01T20:00:33.637Z | Downloaded proc-macro-crate v1.3.1 |
1168 | 2023-12-01T20:00:33.639Z | Downloaded postcard-cobs v0.1.5-pre |
1169 | 2023-12-01T20:00:33.642Z | Downloaded dirs-sys-next v0.1.2 |
1170 | 2023-12-01T20:00:33.642Z | Downloaded dirs-next v2.0.0 |
1171 | 2023-12-01T20:00:33.644Z | Downloaded base16ct v0.2.0 |
1172 | 2023-12-01T20:00:33.647Z | Downloaded autocfg v1.1.0 |
1173 | 2023-12-01T20:00:33.647Z | Downloaded atomic-waker v1.1.1 |
1174 | 2023-12-01T20:00:33.650Z | Downloaded pest_generator v2.7.2 |
1175 | 2023-12-01T20:00:33.652Z | Downloaded addr2line v0.21.0 |
1176 | 2023-12-01T20:00:33.655Z | Downloaded parse-display-derive v0.8.2 |
1177 | 2023-12-01T20:00:33.658Z | Downloaded option-ext v0.2.0 |
1178 | 2023-12-01T20:00:33.658Z | Downloaded dtrace-parser v0.1.14 |
1179 | 2023-12-01T20:00:33.660Z | Downloaded normalize-line-endings v0.3.0 |
1180 | 2023-12-01T20:00:33.660Z | Downloaded deranged v0.3.8 |
1181 | 2023-12-01T20:00:33.663Z | Downloaded precomputed-hash v0.1.1 |
1182 | 2023-12-01T20:00:33.663Z | Downloaded darling_macro v0.20.3 |
1183 | 2023-12-01T20:00:33.663Z | Downloaded cstr-argument v0.1.2 |
1184 | 2023-12-01T20:00:33.675Z | Downloaded doc-comment v0.3.3 |
1185 | 2023-12-01T20:00:33.675Z | Downloaded atty v0.2.14 |
1186 | 2023-12-01T20:00:33.675Z | Downloaded darling_core v0.20.3 |
1187 | 2023-12-01T20:00:33.678Z | Downloaded anstyle-parse v0.2.1 |
1188 | 2023-12-01T20:00:33.681Z | Downloaded rand_chacha v0.3.1 |
1189 | 2023-12-01T20:00:33.681Z | Downloaded quick-error v1.2.3 |
1190 | 2023-12-01T20:00:33.684Z | Downloaded num-complex v0.4.4 |
1191 | 2023-12-01T20:00:33.686Z | Downloaded mime_guess v2.0.4 |
1192 | 2023-12-01T20:00:33.689Z | Downloaded bit-vec v0.6.3 |
1193 | 2023-12-01T20:00:33.692Z | Downloaded async-stream v0.3.5 |
1194 | 2023-12-01T20:00:33.694Z | Downloaded multer v2.1.0 |
1195 | 2023-12-01T20:00:33.697Z | Downloaded anyhow v1.0.75 |
1196 | 2023-12-01T20:00:33.702Z | Downloaded curve25519-dalek-derive v0.1.0 |
1197 | 2023-12-01T20:00:33.704Z | Downloaded num-iter v0.1.43 |
1198 | 2023-12-01T20:00:33.707Z | Downloaded num-integer v0.1.45 |
1199 | 2023-12-01T20:00:33.710Z | Downloaded nibble_vec v0.1.0 |
1200 | 2023-12-01T20:00:33.710Z | Downloaded num-rational v0.4.1 |
1201 | 2023-12-01T20:00:33.712Z | Downloaded num-derive v0.4.0 |
1202 | 2023-12-01T20:00:33.715Z | Downloaded num v0.4.1 |
1203 | 2023-12-01T20:00:33.718Z | Downloaded mime v0.3.17 |
1204 | 2023-12-01T20:00:33.720Z | Downloaded memoffset v0.9.0 |
1205 | 2023-12-01T20:00:33.720Z | Downloaded dyn-clone v1.0.13 |
1206 | 2023-12-01T20:00:33.723Z | Downloaded clap_lex v0.5.1 |
1207 | 2023-12-01T20:00:33.725Z | Downloaded cipher v0.4.4 |
1208 | 2023-12-01T20:00:33.728Z | Downloaded anstyle v1.0.2 |
1209 | 2023-12-01T20:00:33.731Z | Downloaded cpufeatures v0.2.9 |
1210 | 2023-12-01T20:00:33.731Z | Downloaded adler v1.0.2 |
1211 | 2023-12-01T20:00:34.104Z | Compiling proc-macro2 v1.0.69 |
1212 | 2023-12-01T20:00:34.104Z | Compiling unicode-ident v1.0.12 |
1213 | 2023-12-01T20:00:34.107Z | Compiling libc v0.2.150 |
1214 | 2023-12-01T20:00:34.107Z | Compiling serde v1.0.192 |
1215 | 2023-12-01T20:00:34.123Z | Compiling autocfg v1.1.0 |
1216 | 2023-12-01T20:00:34.126Z | Compiling version_check v0.9.4 |
1217 | 2023-12-01T20:00:34.126Z | Compiling cfg-if v1.0.0 |
1218 | 2023-12-01T20:00:34.126Z | Compiling syn v1.0.109 |
1219 | 2023-12-01T20:00:34.467Z | Compiling parking_lot_core v0.9.8 |
1220 | 2023-12-01T20:00:34.494Z | Compiling typenum v1.16.0 |
1221 | 2023-12-01T20:00:35.233Z | Compiling libm v0.2.7 |
1222 | 2023-12-01T20:00:35.336Z | Compiling lock_api v0.4.10 |
1223 | 2023-12-01T20:00:37.501Z | Compiling generic-array v0.14.7 |
1224 | 2023-12-01T20:00:37.533Z | Compiling once_cell v1.18.0 |
1225 | 2023-12-01T20:00:37.602Z | Compiling num-traits v0.2.16 |
1226 | 2023-12-01T20:00:37.617Z | Compiling thiserror v1.0.49 |
1227 | 2023-12-01T20:00:37.670Z | Compiling futures-core v0.3.29 |
1228 | 2023-12-01T20:00:38.051Z | Compiling serde_json v1.0.108 |
1229 | 2023-12-01T20:00:38.138Z | Compiling slab v0.4.9 |
1230 | 2023-12-01T20:00:38.262Z | Compiling futures-task v0.3.29 |
1231 | 2023-12-01T20:00:38.265Z | Compiling futures-channel v0.3.29 |
1232 | 2023-12-01T20:00:38.484Z | Compiling memchr v2.6.3 |
1233 | 2023-12-01T20:00:38.521Z | Compiling futures-util v0.3.29 |
1234 | 2023-12-01T20:00:38.602Z | Compiling itoa v1.0.9 |
1235 | 2023-12-01T20:00:38.743Z | Compiling pkg-config v0.3.27 |
1236 | 2023-12-01T20:00:38.926Z | Compiling quote v1.0.33 |
1237 | 2023-12-01T20:00:39.160Z | Compiling log v0.4.20 |
1238 | 2023-12-01T20:00:39.916Z | Compiling syn v2.0.32 |
1239 | 2023-12-01T20:00:40.026Z | Compiling cc v1.0.83 |
1240 | 2023-12-01T20:00:40.245Z | Compiling getrandom v0.2.10 |
1241 | 2023-12-01T20:00:40.897Z | Compiling rand_core v0.6.4 |
1242 | 2023-12-01T20:00:40.964Z | Compiling scopeguard v1.2.0 |
1243 | 2023-12-01T20:00:41.509Z | Compiling heck v0.4.1 |
1244 | 2023-12-01T20:00:42.112Z | Compiling ryu v1.0.15 |
1245 | 2023-12-01T20:00:42.550Z | Compiling smallvec v1.11.0 |
1246 | 2023-12-01T20:00:42.738Z | Compiling vcpkg v0.2.15 |
1247 | 2023-12-01T20:00:43.160Z | Compiling schemars v0.8.13 |
1248 | 2023-12-01T20:00:43.461Z | Compiling subtle v2.5.0 |
1249 | 2023-12-01T20:00:43.634Z | Compiling httparse v1.8.0 |
1250 | 2023-12-01T20:00:43.979Z | Compiling indexmap v1.9.3 |
1251 | 2023-12-01T20:00:44.240Z | Compiling hashbrown v0.14.2 |
1252 | 2023-12-01T20:00:44.412Z | Compiling equivalent v1.0.1 |
1253 | 2023-12-01T20:00:44.556Z | Compiling pin-project-lite v0.2.13 |
1254 | 2023-12-01T20:00:45.183Z | Compiling ring v0.17.5 |
1255 | 2023-12-01T20:00:45.495Z | Compiling ring v0.16.20 |
1256 | 2023-12-01T20:00:45.639Z | Compiling semver v1.0.20 |
1257 | 2023-12-01T20:00:46.391Z | Compiling parking_lot v0.12.1 |
1258 | 2023-12-01T20:00:46.429Z | Compiling openssl-sys v0.9.96 |
1259 | 2023-12-01T20:00:47.118Z | Compiling ahash v0.8.3 |
1260 | 2023-12-01T20:00:47.228Z | Compiling fnv v1.0.7 |
1261 | 2023-12-01T20:00:48.053Z | Compiling openssl v0.10.60 |
1262 | 2023-12-01T20:00:48.237Z | Compiling signal-hook-registry v1.4.1 |
1263 | 2023-12-01T20:00:48.327Z | Compiling iana-time-zone v0.1.57 |
1264 | 2023-12-01T20:00:48.621Z | Compiling rustls v0.21.9 |
1265 | 2023-12-01T20:00:48.972Z | Compiling ucd-trie v0.1.6 |
1266 | 2023-12-01T20:00:49.216Z | Compiling mio v0.8.9 |
1267 | 2023-12-01T20:00:49.575Z | Compiling native-tls v0.2.11 |
1268 | 2023-12-01T20:00:50.050Z | Compiling num_cpus v1.16.0 |
1269 | 2023-12-01T20:00:50.083Z | Compiling socket2 v0.5.5 |
1270 | 2023-12-01T20:00:50.384Z | Compiling byteorder v1.5.0 |
1271 | 2023-12-01T20:00:50.661Z | Compiling spin v0.5.2 |
1272 | 2023-12-01T20:00:51.187Z | Compiling dyn-clone v1.0.13 |
1273 | 2023-12-01T20:00:51.293Z | Compiling async-trait v0.1.74 |
1274 | 2023-12-01T20:00:51.502Z | Compiling futures-sink v0.3.29 |
1275 | 2023-12-01T20:00:51.617Z | Compiling serde_derive_internals v0.26.0 |
1276 | 2023-12-01T20:00:51.887Z | Compiling aho-corasick v1.0.4 |
1277 | 2023-12-01T20:00:52.395Z | Compiling tinyvec_macros v0.1.1 |
1278 | 2023-12-01T20:00:52.417Z | Compiling const-oid v0.9.5 |
1279 | 2023-12-01T20:00:52.671Z | Compiling regex-syntax v0.8.2 |
1280 | 2023-12-01T20:00:52.852Z | Compiling rustix v0.38.25 |
1281 | 2023-12-01T20:00:53.095Z | Compiling tinyvec v1.6.0 |
1282 | 2023-12-01T20:00:54.370Z | Compiling hashbrown v0.13.2 |
1283 | 2023-12-01T20:00:56.142Z | Compiling backtrace v0.3.69 |
1284 | 2023-12-01T20:00:56.321Z | Compiling futures-io v0.3.29 |
1285 | 2023-12-01T20:00:56.351Z | Compiling winnow v0.5.15 |
1286 | 2023-12-01T20:00:56.757Z | Compiling pin-utils v0.1.0 |
1287 | 2023-12-01T20:00:56.778Z | Compiling unicode-normalization v0.1.22 |
1288 | 2023-12-01T20:00:56.874Z | Compiling spin v0.9.8 |
1289 | 2023-12-01T20:00:56.931Z | Compiling tracing-core v0.1.31 |
1290 | 2023-12-01T20:00:57.657Z | Compiling unicode-bidi v0.3.13 |
1291 | 2023-12-01T20:00:58.577Z | Compiling regex-automata v0.4.3 |
1292 | 2023-12-01T20:00:59.609Z | Compiling cpufeatures v0.2.9 |
1293 | 2023-12-01T20:00:59.726Z | Compiling crc32fast v1.3.2 |
1294 | 2023-12-01T20:01:00.083Z | Compiling anyhow v1.0.75 |
1295 | 2023-12-01T20:01:01.448Z | Compiling time-core v0.1.1 |
1296 | 2023-12-01T20:01:02.034Z | Compiling base64 v0.21.5 |
1297 | 2023-12-01T20:01:02.181Z | Compiling time-macros v0.2.13 |
1298 | 2023-12-01T20:01:03.546Z | Compiling serde_derive v1.0.192 |
1299 | 2023-12-01T20:01:03.863Z | Compiling zeroize_derive v1.4.2 |
1300 | 2023-12-01T20:01:04.030Z | Compiling thiserror-impl v1.0.49 |
1301 | 2023-12-01T20:01:04.175Z | Compiling tokio-macros v2.2.0 |
1302 | 2023-12-01T20:01:06.355Z | Compiling futures-macro v0.3.29 |
1303 | 2023-12-01T20:01:06.664Z | Compiling zeroize v1.7.0 |
1304 | 2023-12-01T20:01:07.193Z | Compiling tracing-attributes v0.1.26 |
1305 | 2023-12-01T20:01:08.293Z | Compiling schemars_derive v0.8.13 |
1306 | 2023-12-01T20:01:09.618Z | Compiling crypto-common v0.1.6 |
1307 | 2023-12-01T20:01:09.640Z | Compiling pest v2.7.2 |
1308 | 2023-12-01T20:01:09.798Z | Compiling openssl-macros v0.1.1 |
1309 | 2023-12-01T20:01:10.109Z | Compiling block-buffer v0.10.4 |
1310 | 2023-12-01T20:01:10.511Z | Compiling digest v0.10.7 |
1311 | 2023-12-01T20:01:11.242Z | Compiling regex v1.10.2 |
1312 | 2023-12-01T20:01:13.698Z | Compiling tracing v0.1.37 |
1313 | 2023-12-01T20:01:13.801Z | Compiling num-integer v0.1.45 |
1314 | 2023-12-01T20:01:13.946Z | Compiling slog v2.7.0 |
1315 | 2023-12-01T20:01:14.219Z | Compiling percent-encoding v2.3.1 |
1316 | 2023-12-01T20:01:14.404Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2023-12-01T20:01:14.469Z | Compiling openssl-probe v0.1.5 |
1318 | 2023-12-01T20:01:14.546Z | Compiling unicode-xid v0.2.4 |
1319 | 2023-12-01T20:01:14.694Z | Compiling hashbrown v0.12.3 |
1320 | 2023-12-01T20:01:14.778Z | Compiling untrusted v0.7.1 |
1321 | 2023-12-01T20:01:14.795Z | Compiling untrusted v0.9.0 |
1322 | 2023-12-01T20:01:14.927Z | Compiling unicode-width v0.1.11 |
1323 | 2023-12-01T20:01:15.157Z | Compiling synstructure v0.12.6 |
1324 | 2023-12-01T20:01:15.260Z | Compiling foreign-types v0.3.2 |
1325 | 2023-12-01T20:01:18.484Z | Compiling errno v0.3.2 |
1326 | 2023-12-01T20:01:18.898Z | Compiling try-lock v0.2.4 |
1327 | 2023-12-01T20:01:19.086Z | Compiling ppv-lite86 v0.2.17 |
1328 | 2023-12-01T20:01:20.350Z | Compiling want v0.3.1 |
1329 | 2023-12-01T20:01:20.853Z | Compiling rustls-webpki v0.101.7 |
1330 | 2023-12-01T20:01:21.220Z | Compiling sct v0.7.0 |
1331 | 2023-12-01T20:01:21.543Z | Compiling zerocopy-derive v0.2.0 |
1332 | 2023-12-01T20:01:21.680Z | Compiling form_urlencoded v1.2.1 |
1333 | 2023-12-01T20:01:21.889Z | Compiling pest_meta v2.7.2 |
1334 | 2023-12-01T20:01:22.947Z | Compiling socket2 v0.4.9 |
1335 | 2023-12-01T20:01:23.181Z | Compiling tower-service v0.3.2 |
1336 | 2023-12-01T20:01:23.343Z | Compiling httpdate v1.0.3 |
1337 | 2023-12-01T20:01:24.100Z | Compiling io-lifetimes v1.0.11 |
1338 | 2023-12-01T20:01:24.270Z | Compiling pest_generator v2.7.2 |
1339 | 2023-12-01T20:01:24.992Z | Compiling rustls-pemfile v1.0.3 |
1340 | 2023-12-01T20:01:25.473Z | Compiling idna v0.5.0 |
1341 | 2023-12-01T20:01:25.545Z | Compiling lazy_static v1.4.0 |
1342 | 2023-12-01T20:01:26.364Z | Compiling adler v1.0.2 |
1343 | 2023-12-01T20:01:26.681Z | Compiling crossbeam-utils v0.8.16 |
1344 | 2023-12-01T20:01:27.483Z | Compiling bytes v1.5.0 |
1345 | 2023-12-01T20:01:27.947Z | Compiling indexmap v2.1.0 |
1346 | 2023-12-01T20:01:28.174Z | Compiling uuid v1.6.1 |
1347 | 2023-12-01T20:01:29.544Z | Compiling chrono v0.4.31 |
1348 | 2023-12-01T20:01:29.713Z | Compiling http v0.2.11 |
1349 | 2023-12-01T20:01:29.739Z | Compiling tokio v1.34.0 |
1350 | 2023-12-01T20:01:30.202Z | Compiling serde_spanned v0.6.4 |
1351 | 2023-12-01T20:01:30.562Z | Compiling toml_datetime v0.6.5 |
1352 | 2023-12-01T20:01:30.764Z | Compiling bitflags v2.4.0 |
1353 | 2023-12-01T20:01:31.390Z | Compiling toml_edit v0.19.15 |
1354 | 2023-12-01T20:01:32.853Z | Compiling rustc_version v0.4.0 |
1355 | 2023-12-01T20:01:34.085Z | Compiling http-body v0.4.5 |
1356 | 2023-12-01T20:01:36.046Z | Compiling openapiv3 v2.0.0-rc.1 |
1357 | 2023-12-01T20:01:36.991Z | Compiling pest_derive v2.7.2 |
1358 | 2023-12-01T20:01:40.081Z | Compiling url v2.5.0 |
1359 | 2023-12-01T20:01:42.708Z | Compiling tokio-util v0.7.10 |
1360 | 2023-12-01T20:01:43.211Z | Compiling tokio-rustls v0.24.1 |
1361 | 2023-12-01T20:01:43.832Z | Compiling miniz_oxide v0.7.1 |
1362 | 2023-12-01T20:01:44.478Z | Compiling h2 v0.3.21 |
1363 | 2023-12-01T20:01:44.846Z | Compiling rustls-native-certs v0.6.3 |
1364 | 2023-12-01T20:01:45.191Z | Compiling tokio-native-tls v0.3.1 |
1365 | 2023-12-01T20:01:45.466Z | Compiling rand_chacha v0.3.1 |
1366 | 2023-12-01T20:01:45.490Z | Compiling usdt-impl v0.3.5 |
1367 | 2023-12-01T20:01:45.571Z | Compiling ipnet v2.8.0 |
1368 | 2023-12-01T20:01:46.393Z | Compiling rustix v0.37.23 |
1369 | 2023-12-01T20:01:47.610Z | Compiling rand v0.8.5 |
1370 | 2023-12-01T20:01:48.458Z | Compiling serde_urlencoded v0.7.1 |
1371 | 2023-12-01T20:01:48.856Z | Compiling encoding_rs v0.8.33 |
1372 | 2023-12-01T20:01:48.954Z | Compiling mime v0.3.17 |
1373 | 2023-12-01T20:01:49.247Z | Compiling gimli v0.28.0 |
1374 | 2023-12-01T20:01:49.874Z | Compiling webpki-roots v0.25.2 |
1375 | 2023-12-01T20:01:51.744Z | Compiling zerocopy v0.3.0 |
1376 | 2023-12-01T20:01:52.116Z | Compiling object v0.32.1 |
1377 | 2023-12-01T20:01:53.014Z | Compiling num-bigint v0.4.4 |
1378 | 2023-12-01T20:01:54.847Z | Compiling rustc-demangle v0.1.23 |
1379 | 2023-12-01T20:01:54.902Z | Compiling dof v0.1.5 |
1380 | 2023-12-01T20:01:54.994Z | Compiling flate2 v1.0.28 |
1381 | 2023-12-01T20:01:55.344Z | Compiling dtrace-parser v0.1.14 |
1382 | 2023-12-01T20:01:56.396Z | Compiling hyper v0.14.27 |
1383 | 2023-12-01T20:01:56.464Z | Compiling addr2line v0.21.0 |
1384 | 2023-12-01T20:01:56.542Z | Compiling heapless v0.7.16 |
1385 | 2023-12-01T20:01:56.711Z | Compiling serde_tokenstream v0.2.0 |
1386 | 2023-12-01T20:01:57.521Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2023-12-01T20:01:57.596Z | Compiling thread-id v4.2.0 |
1388 | 2023-12-01T20:01:57.624Z | Compiling rustversion v1.0.14 |
1389 | 2023-12-01T20:01:58.173Z | Compiling signal-hook v0.3.17 |
1390 | 2023-12-01T20:01:58.709Z | Compiling toml v0.7.8 |
1391 | 2023-12-01T20:01:59.147Z | Compiling toml_edit v0.21.0 |
1392 | 2023-12-01T20:02:01.452Z | Compiling serde_tokenstream v0.1.7 |
1393 | 2023-12-01T20:02:01.501Z | Compiling hex v0.4.3 |
1394 | 2023-12-01T20:02:02.262Z | Compiling zerocopy-derive v0.6.4 |
1395 | 2023-12-01T20:02:02.283Z | Compiling regress v0.7.1 |
1396 | 2023-12-01T20:02:02.541Z | Compiling memoffset v0.9.0 |
1397 | 2023-12-01T20:02:02.989Z | Compiling strsim v0.10.0 |
1398 | 2023-12-01T20:02:06.184Z | Compiling bitflags v1.3.2 |
1399 | 2023-12-01T20:02:06.318Z | Compiling doc-comment v0.3.3 |
1400 | 2023-12-01T20:02:07.301Z | Compiling smoltcp v0.9.1 |
1401 | 2023-12-01T20:02:07.649Z | Compiling hyper-rustls v0.24.2 |
1402 | 2023-12-01T20:02:07.934Z | Compiling hyper-tls v0.5.0 |
1403 | 2023-12-01T20:02:07.981Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1404 | 2023-12-01T20:02:08.433Z | Compiling reqwest v0.11.22 |
1405 | 2023-12-01T20:02:08.463Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1406 | 2023-12-01T20:02:09.688Z | Compiling strum_macros v0.25.2 |
1407 | 2023-12-01T20:02:11.245Z | Compiling usdt-attr-macro v0.3.5 |
1408 | 2023-12-01T20:02:11.416Z | Compiling usdt-macro v0.3.5 |
1409 | 2023-12-01T20:02:13.173Z | Compiling enum-as-inner v0.5.1 |
1410 | 2023-12-01T20:02:13.626Z | Compiling crossbeam-epoch v0.9.15 |
1411 | 2023-12-01T20:02:14.305Z | Compiling num-iter v0.1.43 |
1412 | 2023-12-01T20:02:14.682Z | Compiling siphasher v0.3.11 |
1413 | 2023-12-01T20:02:14.749Z | Compiling unicode-segmentation v1.10.1 |
1414 | 2023-12-01T20:02:15.455Z | Compiling hubpack_derive v0.1.1 |
1415 | 2023-12-01T20:02:16.165Z | Compiling pin-project-internal v1.1.3 |
1416 | 2023-12-01T20:02:16.808Z | Compiling utf8parse v0.2.1 |
1417 | 2023-12-01T20:02:17.359Z | Compiling deranged v0.3.8 |
1418 | 2023-12-01T20:02:18.301Z | Compiling num_threads v0.1.6 |
1419 | 2023-12-01T20:02:18.608Z | Compiling anstyle v1.0.2 |
1420 | 2023-12-01T20:02:19.286Z | Compiling sha2 v0.10.8 |
1421 | 2023-12-01T20:02:20.340Z | Compiling time v0.3.27 |
1422 | 2023-12-01T20:02:21.092Z | Compiling anstyle-parse v0.2.1 |
1423 | 2023-12-01T20:02:21.620Z | Compiling hmac v0.12.1 |
1424 | 2023-12-01T20:02:21.948Z | Compiling md-5 v0.10.5 |
1425 | 2023-12-01T20:02:22.920Z | Compiling block-padding v0.3.3 |
1426 | 2023-12-01T20:02:23.308Z | Compiling clap_derive v4.4.2 |
1427 | 2023-12-01T20:02:23.534Z | Compiling stringprep v0.1.3 |
1428 | 2023-12-01T20:02:23.784Z | Compiling hash32 v0.2.1 |
1429 | 2023-12-01T20:02:24.347Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2023-12-01T20:02:24.967Z | Compiling fallible-iterator v0.2.0 |
1431 | 2023-12-01T20:02:25.145Z | Compiling anstyle-query v1.0.0 |
1432 | 2023-12-01T20:02:25.660Z | Compiling colorchoice v1.0.0 |
1433 | 2023-12-01T20:02:25.885Z | Compiling stable_deref_trait v1.2.0 |
1434 | 2023-12-01T20:02:26.032Z | Compiling either v1.9.0 |
1435 | 2023-12-01T20:02:26.573Z | Compiling postgres-protocol v0.6.6 |
1436 | 2023-12-01T20:02:27.156Z | Compiling anstream v0.5.0 |
1437 | 2023-12-01T20:02:28.736Z | Compiling diesel_derives v2.1.2 |
1438 | 2023-12-01T20:02:29.051Z | Compiling terminal_size v0.2.6 |
1439 | 2023-12-01T20:02:29.312Z | Compiling inout v0.1.3 |
1440 | 2023-12-01T20:02:30.765Z | Compiling phf_shared v0.11.2 |
1441 | 2023-12-01T20:02:32.098Z | Compiling getopts v0.2.21 |
1442 | 2023-12-01T20:02:32.256Z | Compiling snafu-derive v0.7.5 |
1443 | 2023-12-01T20:02:32.293Z | Compiling serde_repr v0.1.16 |
1444 | 2023-12-01T20:02:32.929Z | Compiling scheduled-thread-pool v0.2.7 |
1445 | 2023-12-01T20:02:34.010Z | Compiling bit-vec v0.6.3 |
1446 | 2023-12-01T20:02:34.155Z | Compiling unsafe-libyaml v0.2.9 |
1447 | 2023-12-01T20:02:34.974Z | Compiling managed v0.8.0 |
1448 | 2023-12-01T20:02:35.409Z | Compiling regex-automata v0.1.10 |
1449 | 2023-12-01T20:02:35.716Z | Compiling matches v0.1.10 |
1450 | 2023-12-01T20:02:36.013Z | Compiling clap_lex v0.5.1 |
1451 | 2023-12-01T20:02:36.162Z | Compiling bstr v0.2.17 |
1452 | 2023-12-01T20:02:36.784Z | Compiling clap_builder v4.4.2 |
1453 | 2023-12-01T20:02:37.276Z | Compiling serde_yaml v0.9.25 |
1454 | 2023-12-01T20:02:38.574Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1455 | 2023-12-01T20:02:38.592Z | Compiling idna v0.2.3 |
1456 | 2023-12-01T20:02:44.469Z | Compiling r2d2 v0.8.10 |
1457 | 2023-12-01T20:02:46.192Z | Compiling phf v0.11.2 |
1458 | 2023-12-01T20:02:46.623Z | Compiling signal-hook-mio v0.2.3 |
1459 | 2023-12-01T20:02:46.956Z | Compiling cipher v0.4.4 |
1460 | 2023-12-01T20:02:47.097Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1461 | 2023-12-01T20:02:47.289Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1462 | 2023-12-01T20:02:47.785Z | Compiling bzip2 v0.4.4 |
1463 | 2023-12-01T20:02:48.347Z | Compiling postgres-types v0.2.6 |
1464 | 2023-12-01T20:02:48.349Z | Compiling itertools v0.11.0 |
1465 | 2023-12-01T20:02:50.614Z | Compiling pin-project v1.1.3 |
1466 | 2023-12-01T20:02:50.817Z | Compiling hubpack v0.1.2 |
1467 | 2023-12-01T20:02:51.508Z | Compiling phf_shared v0.10.0 |
1468 | 2023-12-01T20:02:52.498Z | Compiling zerocopy v0.6.4 |
1469 | 2023-12-01T20:02:52.865Z | Compiling ipnetwork v0.20.0 |
1470 | 2023-12-01T20:02:53.209Z | Compiling futures-executor v0.3.29 |
1471 | 2023-12-01T20:02:53.339Z | Compiling float-cmp v0.9.0 |
1472 | 2023-12-01T20:02:53.842Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2023-12-01T20:02:54.004Z | Compiling predicates-core v1.0.6 |
1474 | 2023-12-01T20:02:54.302Z | Compiling precomputed-hash v0.1.1 |
1475 | 2023-12-01T20:02:54.453Z | Compiling data-encoding v2.4.0 |
1476 | 2023-12-01T20:02:55.691Z | Compiling whoami v1.4.1 |
1477 | 2023-12-01T20:02:56.188Z | Compiling new_debug_unreachable v1.0.4 |
1478 | 2023-12-01T20:02:56.668Z | Compiling fixedbitset v0.4.2 |
1479 | 2023-12-01T20:02:57.407Z | Compiling static_assertions v1.1.0 |
1480 | 2023-12-01T20:02:57.558Z | Compiling difflib v0.4.0 |
1481 | 2023-12-01T20:02:58.511Z | Compiling regex-automata v0.3.8 |
1482 | 2023-12-01T20:02:58.514Z | Compiling predicates v3.0.4 |
1483 | 2023-12-01T20:03:00.153Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1484 | 2023-12-01T20:03:00.203Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1485 | 2023-12-01T20:03:00.279Z | Compiling petgraph v0.6.4 |
1486 | 2023-12-01T20:03:01.287Z | Compiling bstr v1.6.0 |
1487 | 2023-12-01T20:03:02.537Z | Compiling string_cache v0.8.7 |
1488 | 2023-12-01T20:03:02.862Z | Compiling tokio-postgres v0.7.10 |
1489 | 2023-12-01T20:03:03.301Z | Compiling diesel v2.1.4 |
1490 | 2023-12-01T20:03:03.982Z | Compiling trust-dns-proto v0.22.0 |
1491 | 2023-12-01T20:03:06.936Z | Compiling futures v0.3.29 |
1492 | 2023-12-01T20:03:09.979Z | Compiling snafu v0.7.5 |
1493 | 2023-12-01T20:03:11.305Z | Compiling yasna v0.5.2 |
1494 | 2023-12-01T20:03:11.371Z | Compiling zip v0.6.6 |
1495 | 2023-12-01T20:03:13.623Z | Compiling crossterm v0.27.0 |
1496 | 2023-12-01T20:03:15.284Z | Compiling clap v4.4.3 |
1497 | 2023-12-01T20:03:15.440Z | Compiling similar v2.2.1 |
1498 | 2023-12-01T20:03:17.780Z | Compiling bit-set v0.5.3 |
1499 | 2023-12-01T20:03:18.204Z | Compiling itertools v0.10.5 |
1500 | 2023-12-01T20:03:18.387Z | Compiling usdt v0.3.5 |
1501 | 2023-12-01T20:03:19.374Z | Compiling signature v2.1.0 |
1502 | 2023-12-01T20:03:19.584Z | Compiling tokio-stream v0.1.14 |
1503 | 2023-12-01T20:03:19.739Z | Compiling console v0.15.7 |
1504 | 2023-12-01T20:03:21.112Z | Compiling lalrpop-util v0.19.12 |
1505 | 2023-12-01T20:04:02.343Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1506 | 2023-12-01T20:04:10.334Z | Compiling sha1 v0.10.6 |
1507 | 2023-12-01T20:04:10.414Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1508 | 2023-12-01T20:04:11.072Z | Compiling atty v0.2.14 |
1509 | 2023-12-01T20:04:12.889Z | Compiling match_cfg v0.1.0 |
1510 | 2023-12-01T20:04:16.073Z | Compiling hostname v0.3.1 |
1511 | 2023-12-01T20:04:18.231Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1512 | 2023-12-01T20:04:21.221Z | Compiling dirs-sys-next v0.1.2 |
1513 | 2023-12-01T20:04:22.110Z | Compiling dirs-next v2.0.0 |
1514 | 2023-12-01T20:04:22.221Z | Compiling thread_local v1.1.7 |
1515 | 2023-12-01T20:04:22.251Z | Compiling slog-async v2.8.0 |
1516 | 2023-12-01T20:04:22.372Z | Compiling ident_case v1.0.1 |
1517 | 2023-12-01T20:04:22.634Z | Compiling camino v1.1.6 |
1518 | 2023-12-01T20:04:23.111Z | Compiling darling_core v0.20.3 |
1519 | 2023-12-01T20:04:23.132Z | Compiling term v0.7.0 |
1520 | 2023-12-01T20:04:23.400Z | Compiling crossbeam-channel v0.5.8 |
1521 | 2023-12-01T20:04:23.649Z | Compiling multer v2.1.0 |
1522 | 2023-12-01T20:04:24.072Z | Compiling instant v0.1.12 |
1523 | 2023-12-01T20:04:24.269Z | Compiling take_mut v0.2.2 |
1524 | 2023-12-01T20:04:24.491Z | Compiling paste v1.0.14 |
1525 | 2023-12-01T20:04:25.340Z | Compiling slog-term v2.9.0 |
1526 | 2023-12-01T20:04:25.399Z | Compiling slog-json v2.6.1 |
1527 | 2023-12-01T20:04:25.601Z | Compiling async-stream-impl v0.3.5 |
1528 | 2023-12-01T20:04:25.841Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1529 | 2023-12-01T20:04:25.958Z | Compiling atomic-waker v1.1.1 |
1530 | 2023-12-01T20:04:26.236Z | Compiling waitgroup v0.1.2 |
1531 | 2023-12-01T20:04:26.370Z | Compiling slog-bunyan v2.4.0 |
1532 | 2023-12-01T20:04:26.878Z | Compiling toml v0.8.8 |
1533 | 2023-12-01T20:04:27.017Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1534 | 2023-12-01T20:04:27.303Z | Compiling serde_path_to_error v0.1.14 |
1535 | 2023-12-01T20:04:27.909Z | Compiling async-stream v0.3.5 |
1536 | 2023-12-01T20:04:28.326Z | Compiling structmeta-derive v0.2.0 |
1537 | 2023-12-01T20:04:28.369Z | Compiling debug-ignore v1.0.5 |
1538 | 2023-12-01T20:04:28.569Z | Compiling strum v0.25.0 |
1539 | 2023-12-01T20:04:28.627Z | Compiling regex-syntax v0.7.5 |
1540 | 2023-12-01T20:04:28.705Z | Compiling backoff v0.4.0 |
1541 | 2023-12-01T20:04:28.804Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1542 | 2023-12-01T20:04:29.199Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1543 | 2023-12-01T20:04:29.419Z | Compiling macaddr v1.0.1 |
1544 | 2023-12-01T20:04:29.727Z | Compiling proc-macro-error-attr v1.0.4 |
1545 | 2023-12-01T20:04:29.939Z | Compiling proc-macro-crate v1.3.1 |
1546 | 2023-12-01T20:04:30.182Z | Compiling proc-macro-error v1.0.4 |
1547 | 2023-12-01T20:04:30.810Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2023-12-01T20:04:31.333Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2023-12-01T20:04:31.698Z | Compiling num_enum_derive v0.5.11 |
1550 | 2023-12-01T20:04:31.763Z | Compiling same-file v1.0.6 |
1551 | 2023-12-01T20:04:32.109Z | Compiling postcard-cobs v0.1.5-pre |
1552 | 2023-12-01T20:04:32.600Z | Compiling fastrand v2.0.0 |
1553 | 2023-12-01T20:04:32.869Z | Compiling postcard v0.7.3 |
1554 | 2023-12-01T20:04:33.336Z | Compiling darling_macro v0.20.3 |
1555 | 2023-12-01T20:04:33.374Z | Compiling structmeta v0.2.0 |
1556 | 2023-12-01T20:04:33.470Z | Compiling tempfile v3.8.1 |
1557 | 2023-12-01T20:04:33.660Z | Compiling walkdir v2.4.0 |
1558 | 2023-12-01T20:04:34.103Z | Compiling smoltcp v0.8.2 |
1559 | 2023-12-01T20:04:34.804Z | Compiling semver-parser v0.10.2 |
1560 | 2023-12-01T20:04:34.946Z | Compiling darling v0.20.3 |
1561 | 2023-12-01T20:04:34.968Z | Compiling foreign-types-macros v0.2.3 |
1562 | 2023-12-01T20:04:35.113Z | Compiling serde_with_macros v2.3.3 |
1563 | 2023-12-01T20:04:36.177Z | Compiling num_enum v0.5.11 |
1564 | 2023-12-01T20:04:36.390Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1565 | 2023-12-01T20:04:36.838Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1566 | 2023-12-01T20:04:37.065Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1567 | 2023-12-01T20:04:37.255Z | Compiling foreign-types-shared v0.3.1 |
1568 | 2023-12-01T20:04:37.330Z | Compiling cfg-if v0.1.10 |
1569 | 2023-12-01T20:04:37.487Z | Compiling crucible-workspace-hack v0.1.0 |
1570 | 2023-12-01T20:04:37.945Z | Compiling foreign-types v0.5.0 |
1571 | 2023-12-01T20:04:38.499Z | Compiling semver v0.11.0 |
1572 | 2023-12-01T20:04:39.054Z | Compiling is-terminal v0.4.9 |
1573 | 2023-12-01T20:04:39.233Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1574 | 2023-12-01T20:04:39.443Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-12-01T20:04:39.726Z | Compiling serde_with v2.3.3 |
1576 | 2023-12-01T20:04:39.785Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-12-01T20:04:40.197Z | Compiling parse-display-derive v0.8.2 |
1578 | 2023-12-01T20:04:40.546Z | Compiling cstr-argument v0.1.2 |
1579 | 2023-12-01T20:04:40.899Z | Compiling xattr v1.0.1 |
1580 | 2023-12-01T20:04:41.197Z | Compiling filetime v0.2.22 |
1581 | 2023-12-01T20:04:41.282Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1582 | 2023-12-01T20:04:41.657Z | Compiling home v0.5.5 |
1583 | 2023-12-01T20:04:41.700Z | Compiling pretty-hex v0.2.1 |
1584 | 2023-12-01T20:04:41.975Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1585 | 2023-12-01T20:04:42.023Z | Compiling toolchain_find v0.2.0 |
1586 | 2023-12-01T20:04:42.881Z | Compiling tar v0.4.40 |
1587 | 2023-12-01T20:04:42.902Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1588 | 2023-12-01T20:04:43.275Z | Compiling colored v2.0.4 |
1589 | 2023-12-01T20:04:43.770Z | Compiling textwrap v0.11.0 |
1590 | 2023-12-01T20:04:43.798Z | Compiling heck v0.3.3 |
1591 | 2023-12-01T20:04:44.405Z | Compiling toml v0.5.11 |
1592 | 2023-12-01T20:04:44.426Z | Compiling platforms v3.0.2 |
1593 | 2023-12-01T20:04:44.472Z | Compiling vec_map v0.8.2 |
1594 | 2023-12-01T20:04:44.568Z | Compiling ansi_term v0.12.1 |
1595 | 2023-12-01T20:04:44.891Z | Compiling strsim v0.8.0 |
1596 | 2023-12-01T20:04:44.930Z | Compiling libefi-sys v0.1.0 |
1597 | 2023-12-01T20:04:45.364Z | Compiling clap v2.34.0 |
1598 | 2023-12-01T20:04:45.437Z | Compiling structopt-derive v0.4.18 |
1599 | 2023-12-01T20:04:46.197Z | Compiling omicron-zone-package v0.9.1 |
1600 | 2023-12-01T20:04:46.503Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1601 | 2023-12-01T20:04:47.616Z | Compiling parse-display v0.8.2 |
1602 | 2023-12-01T20:04:47.892Z | Compiling rustfmt-wrapper v0.2.0 |
1603 | 2023-12-01T20:04:48.869Z | Compiling camino-tempfile v1.1.1 |
1604 | 2023-12-01T20:04:49.476Z | Compiling zone_cfg_derive v0.3.0 |
1605 | 2023-12-01T20:04:49.543Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1606 | 2023-12-01T20:04:50.387Z | Compiling num-derive v0.4.0 |
1607 | 2023-12-01T20:04:50.629Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1608 | 2023-12-01T20:04:51.183Z | Compiling base64ct v1.6.0 |
1609 | 2023-12-01T20:04:51.940Z | Compiling zone v0.3.0 |
1610 | 2023-12-01T20:04:52.323Z | Compiling structopt v0.3.26 |
1611 | 2023-12-01T20:04:52.586Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1612 | 2023-12-01T20:04:52.861Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1613 | 2023-12-01T20:04:53.215Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1614 | 2023-12-01T20:04:54.015Z | Compiling smf v0.2.2 |
1615 | 2023-12-01T20:04:54.037Z | Compiling unicase v2.7.0 |
1616 | 2023-12-01T20:04:54.245Z | Compiling curve25519-dalek v4.1.0 |
1617 | 2023-12-01T20:04:54.289Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1618 | 2023-12-01T20:04:54.388Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1619 | 2023-12-01T20:04:54.580Z | Compiling universal-hash v0.5.1 |
1620 | 2023-12-01T20:04:54.808Z | Compiling opaque-debug v0.3.0 |
1621 | 2023-12-01T20:04:54.872Z | Compiling hkdf v0.12.3 |
1622 | 2023-12-01T20:04:54.939Z | Compiling curve25519-dalek-derive v0.1.0 |
1623 | 2023-12-01T20:04:55.216Z | Compiling num-rational v0.4.1 |
1624 | 2023-12-01T20:04:55.242Z | Compiling getrandom v0.1.16 |
1625 | 2023-12-01T20:04:55.511Z | Compiling quick-error v1.2.3 |
1626 | 2023-12-01T20:04:55.711Z | Compiling parking_lot_core v0.8.6 |
1627 | 2023-12-01T20:04:55.936Z | Compiling linked-hash-map v0.5.6 |
1628 | 2023-12-01T20:04:56.003Z | Compiling keccak v0.1.4 |
1629 | 2023-12-01T20:04:56.389Z | Compiling resolv-conf v0.7.0 |
1630 | 2023-12-01T20:04:56.481Z | Compiling sha3 v0.10.8 |
1631 | 2023-12-01T20:04:57.139Z | Compiling lru-cache v0.1.2 |
1632 | 2023-12-01T20:04:57.627Z | Compiling password-hash v0.5.0 |
1633 | 2023-12-01T20:04:57.794Z | Compiling blake2 v0.10.6 |
1634 | 2023-12-01T20:04:58.047Z | Compiling aead v0.5.2 |
1635 | 2023-12-01T20:04:58.088Z | Compiling secrecy v0.8.0 |
1636 | 2023-12-01T20:04:58.495Z | Compiling num-complex v0.4.4 |
1637 | 2023-12-01T20:04:58.569Z | Compiling ff v0.13.0 |
1638 | 2023-12-01T20:04:58.899Z | Compiling nibble_vec v0.1.0 |
1639 | 2023-12-01T20:04:59.142Z | Compiling slog-dtrace v0.2.3 |
1640 | 2023-12-01T20:04:59.194Z | Compiling winapi v0.3.9 |
1641 | 2023-12-01T20:04:59.329Z | Compiling utf-8 v0.7.6 |
1642 | 2023-12-01T20:04:59.575Z | Compiling arc-swap v1.6.0 |
1643 | 2023-12-01T20:04:59.815Z | Compiling endian-type v0.1.2 |
1644 | 2023-12-01T20:05:00.146Z | Compiling convert_case v0.4.0 |
1645 | 2023-12-01T20:05:00.230Z | Compiling radix_trie v0.2.1 |
1646 | 2023-12-01T20:05:00.275Z | Compiling slog-scope v4.4.0 |
1647 | 2023-12-01T20:05:00.362Z | Compiling num v0.4.1 |
1648 | 2023-12-01T20:05:00.513Z | Compiling tungstenite v0.20.1 |
1649 | 2023-12-01T20:05:00.677Z | Compiling group v0.13.0 |
1650 | 2023-12-01T20:05:00.862Z | Compiling argon2 v0.5.2 |
1651 | 2023-12-01T20:05:00.922Z | Compiling mime_guess v2.0.4 |
1652 | 2023-12-01T20:05:01.108Z | Compiling trust-dns-resolver v0.22.0 |
1653 | 2023-12-01T20:05:01.309Z | Compiling rand_core v0.5.1 |
1654 | 2023-12-01T20:05:01.695Z | Compiling derive_more v0.99.17 |
1655 | 2023-12-01T20:05:03.058Z | Compiling poly1305 v0.8.0 |
1656 | 2023-12-01T20:05:03.468Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1657 | 2023-12-01T20:05:04.133Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1658 | 2023-12-01T20:05:04.590Z | Compiling chacha20 v0.9.1 |
1659 | 2023-12-01T20:05:05.303Z | Compiling crypto-bigint v0.5.2 |
1660 | 2023-12-01T20:05:05.320Z | Compiling thiserror-impl-no-std v2.0.2 |
1661 | 2023-12-01T20:05:05.962Z | Compiling half v1.8.2 |
1662 | 2023-12-01T20:05:05.983Z | Compiling base16ct v0.2.0 |
1663 | 2023-12-01T20:05:06.381Z | Compiling option-ext v0.2.0 |
1664 | 2023-12-01T20:05:06.555Z | Compiling ciborium-io v0.2.1 |
1665 | 2023-12-01T20:05:06.735Z | Compiling ciborium-ll v0.2.1 |
1666 | 2023-12-01T20:05:07.002Z | Compiling dirs-sys v0.4.1 |
1667 | 2023-12-01T20:05:07.432Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1668 | 2023-12-01T20:05:08.089Z | Compiling parking_lot v0.11.2 |
1669 | 2023-12-01T20:05:08.462Z | Compiling elliptic-curve v0.13.5 |
1670 | 2023-12-01T20:05:09.397Z | Compiling tokio-tungstenite v0.20.1 |
1671 | 2023-12-01T20:05:09.729Z | Compiling rand_chacha v0.2.2 |
1672 | 2023-12-01T20:05:10.184Z | Compiling trust-dns-client v0.22.0 |
1673 | 2023-12-01T20:05:10.813Z | Compiling thiserror-no-std v2.0.2 |
1674 | 2023-12-01T20:05:11.079Z | Compiling slog-stdlog v4.1.1 |
1675 | 2023-12-01T20:05:11.644Z | Compiling polyval v0.6.1 |
1676 | 2023-12-01T20:05:11.714Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1677 | 2023-12-01T20:05:11.799Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1678 | 2023-12-01T20:05:12.031Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1679 | 2023-12-01T20:05:12.053Z | Compiling password-hash v0.4.2 |
1680 | 2023-12-01T20:05:12.269Z | Compiling ed25519 v2.2.2 |
1681 | 2023-12-01T20:05:13.023Z | Compiling ctr v0.9.2 |
1682 | 2023-12-01T20:05:13.543Z | Compiling blowfish v0.9.1 |
1683 | 2023-12-01T20:05:13.669Z | Compiling aes v0.8.3 |
1684 | 2023-12-01T20:05:15.182Z | Compiling pbkdf2 v0.12.2 |
1685 | 2023-12-01T20:05:15.419Z | Compiling fxhash v0.2.1 |
1686 | 2023-12-01T20:05:16.130Z | Compiling glob v0.3.1 |
1687 | 2023-12-01T20:05:16.620Z | Compiling cancel-safe-futures v0.1.5 |
1688 | 2023-12-01T20:05:17.202Z | Compiling trust-dns-server v0.22.1 |
1689 | 2023-12-01T20:05:18.559Z | Compiling sled v0.34.7 |
1690 | 2023-12-01T20:05:20.634Z | Compiling bcrypt-pbkdf v0.10.0 |
1691 | 2023-12-01T20:05:21.268Z | Compiling pbkdf2 v0.11.0 |
1692 | 2023-12-01T20:05:21.498Z | Compiling ed25519-dalek v2.0.0 |
1693 | 2023-12-01T20:05:21.856Z | Compiling ghash v0.5.0 |
1694 | 2023-12-01T20:05:22.259Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1695 | 2023-12-01T20:05:23.142Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1696 | 2023-12-01T20:05:23.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1697 | 2023-12-01T20:05:25.823Z | Compiling slog-envlogger v2.2.0 |
1698 | 2023-12-01T20:05:25.941Z | Compiling russh-cryptovec v0.7.0 |
1699 | 2023-12-01T20:05:26.388Z | Compiling vsss-rs v3.3.1 |
1700 | 2023-12-01T20:05:27.017Z | Compiling rand v0.7.3 |
1701 | 2023-12-01T20:05:30.583Z | Compiling dirs v5.0.1 |
1702 | 2023-12-01T20:05:30.873Z | Compiling ciborium v0.2.1 |
1703 | 2023-12-01T20:05:31.998Z | Compiling chacha20poly1305 v0.10.1 |
1704 | 2023-12-01T20:05:32.344Z | Compiling cbc v0.1.2 |
1705 | 2023-12-01T20:05:32.729Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1706 | 2023-12-01T20:05:33.340Z | Compiling pem v3.0.2 |
1707 | 2023-12-01T20:05:33.531Z | Compiling headers-core v0.2.0 |
1708 | 2023-12-01T20:05:33.763Z | Compiling kstat-rs v0.2.3 |
1709 | 2023-12-01T20:05:34.580Z | Compiling http-range v0.1.5 |
1710 | 2023-12-01T20:05:34.623Z | Compiling base64 v0.13.1 |
1711 | 2023-12-01T20:05:34.887Z | Compiling md5 v0.7.0 |
1712 | 2023-12-01T20:05:35.148Z | Compiling pretty-hex v0.4.0 |
1713 | 2023-12-01T20:05:35.424Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1714 | 2023-12-01T20:05:35.556Z | Compiling russh-keys v0.38.0 |
1715 | 2023-12-01T20:05:35.704Z | Compiling pem v1.1.1 |
1716 | 2023-12-01T20:05:36.781Z | Compiling hyper-staticfile v0.9.5 |
1717 | 2023-12-01T20:05:37.308Z | Compiling rcgen v0.11.3 |
1718 | 2023-12-01T20:05:37.623Z | Compiling headers v0.3.9 |
1719 | 2023-12-01T20:05:38.236Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1720 | 2023-12-01T20:05:38.621Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1721 | 2023-12-01T20:05:38.664Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1722 | 2023-12-01T20:05:39.744Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1723 | 2023-12-01T20:05:41.099Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1724 | 2023-12-01T20:05:41.846Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1725 | 2023-12-01T20:05:45.811Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1726 | 2023-12-01T20:05:46.528Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1727 | 2023-12-01T20:05:46.539Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1728 | 2023-12-01T20:05:50.016Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1729 | 2023-12-01T20:05:54.539Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1730 | 2023-12-01T20:05:55.756Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1731 | 2023-12-01T20:05:56.816Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1732 | 2023-12-01T20:05:58.557Z | Compiling aes-gcm v0.10.3 |
1733 | 2023-12-01T20:05:59.870Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1734 | 2023-12-01T20:06:02.985Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1735 | 2023-12-01T20:06:03.645Z | Compiling atomicwrites v0.4.2 |
1736 | 2023-12-01T20:06:04.200Z | Compiling itertools v0.12.0 |
1737 | 2023-12-01T20:06:05.470Z | Compiling subprocess v0.2.9 |
1738 | 2023-12-01T20:06:08.849Z | Compiling hex-literal v0.4.1 |
1739 | 2023-12-01T20:06:08.924Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1740 | 2023-12-01T20:06:09.060Z | Compiling russh v0.39.0 |
1741 | 2023-12-01T20:06:09.444Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1742 | 2023-12-01T20:06:13.735Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1743 | 2023-12-01T20:06:41.159Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1744 | 2023-12-01T20:08:00.328Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 48s |
1745 | 2023-12-01T20:08:00.654Z | |
1746 | 2023-12-01T20:08:00.655Z | real 7:49.008427252 |
1747 | 2023-12-01T20:08:00.655Z | user 42:46.289525872 |
1748 | 2023-12-01T20:08:00.655Z | sys 6:28.134866438 |
1749 | 2023-12-01T20:08:00.655Z | trap 1.577688749 |
1750 | 2023-12-01T20:08:00.655Z | tflt 8.488384268 |
1751 | 2023-12-01T20:08:00.655Z | dflt 10.786551339 |
1752 | 2023-12-01T20:08:00.655Z | kflt 0.028053547 |
1753 | 2023-12-01T20:08:00.670Z | lock 1:22:12.976437702 |
1754 | 2023-12-01T20:08:00.670Z | slp 2:03:45.291118851 |
1755 | 2023-12-01T20:08:00.670Z | lat 1:54.580180583 |
1756 | 2023-12-01T20:08:00.670Z | stop 3:58.398697550 |
1757 | 2023-12-01T20:08:00.670Z | + mkdir -p /work/end-to-end-tests |
1758 | 2023-12-01T20:08:00.670Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1759 | 2023-12-01T20:08:01.698Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1760 | 2023-12-01T20:08:01.698Z | + ptime -m gzip |
1761 | 2023-12-01T20:08:01.701Z | ++ basename target/debug/bootstrap |
1762 | 2023-12-01T20:08:18.250Z | |
1763 | 2023-12-01T20:08:18.253Z | real 16.544439906 |
1764 | 2023-12-01T20:08:18.253Z | user 16.373099166 |
1765 | 2023-12-01T20:08:18.253Z | sys 0.151995665 |
1766 | 2023-12-01T20:08:18.253Z | trap 0.006559369 |
1767 | 2023-12-01T20:08:18.253Z | tflt 0.000000000 |
1768 | 2023-12-01T20:08:18.253Z | dflt 0.000000000 |
1769 | 2023-12-01T20:08:18.253Z | kflt 0.000000000 |
1770 | 2023-12-01T20:08:18.253Z | lock 0.000000000 |
1771 | 2023-12-01T20:08:18.253Z | slp 0.000015440 |
1772 | 2023-12-01T20:08:18.253Z | lat 0.012424364 |
1773 | 2023-12-01T20:08:18.253Z | stop 0.000228969 |
1774 | 2023-12-01T20:08:18.254Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1775 | 2023-12-01T20:08:18.254Z | + ptime -m gzip |
1776 | 2023-12-01T20:08:18.254Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89 |
1777 | 2023-12-01T20:08:19.334Z | |
1778 | 2023-12-01T20:08:19.337Z | real 1.075552623 |
1779 | 2023-12-01T20:08:19.337Z | user 1.064109589 |
1780 | 2023-12-01T20:08:19.337Z | sys 0.010810180 |
1781 | 2023-12-01T20:08:19.337Z | trap 0.000111562 |
1782 | 2023-12-01T20:08:19.337Z | tflt 0.000000000 |
1783 | 2023-12-01T20:08:19.337Z | dflt 0.000000000 |
1784 | 2023-12-01T20:08:19.337Z | kflt 0.000000000 |
1785 | 2023-12-01T20:08:19.337Z | lock 0.000000000 |
1786 | 2023-12-01T20:08:19.338Z | slp 0.000000000 |
1787 | 2023-12-01T20:08:19.338Z | lat 0.000178054 |
1788 | 2023-12-01T20:08:19.338Z | stop 0.000227833 |
1789 | 2023-12-01T20:08:19.338Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1790 | 2023-12-01T20:08:19.338Z | + ptime -m gzip |
1791 | 2023-12-01T20:08:19.338Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7 |
1792 | 2023-12-01T20:08:36.389Z | |
1793 | 2023-12-01T20:08:36.409Z | real 17.046651198 |
1794 | 2023-12-01T20:08:36.409Z | user 16.879072628 |
1795 | 2023-12-01T20:08:36.409Z | sys 0.162233022 |
1796 | 2023-12-01T20:08:36.409Z | trap 0.003044582 |
1797 | 2023-12-01T20:08:36.409Z | tflt 0.000000000 |
1798 | 2023-12-01T20:08:36.409Z | dflt 0.000000000 |
1799 | 2023-12-01T20:08:36.409Z | kflt 0.000000000 |
1800 | 2023-12-01T20:08:36.409Z | lock 0.000000000 |
1801 | 2023-12-01T20:08:36.409Z | slp 0.000000000 |
1802 | 2023-12-01T20:08:36.410Z | lat 0.001960615 |
1803 | 2023-12-01T20:08:36.410Z | stop 0.000225462 |
1804 | 2023-12-01T20:08:36.410Z | + banner caboose-util |
1805 | 2023-12-01T20:08:36.410Z | |
1806 | 2023-12-01T20:08:36.412Z | #### ## ##### #### #### #### ###### # # ##### |
1807 | 2023-12-01T20:08:36.412Z | # # # # # # # # # # # # # # # |
1808 | 2023-12-01T20:08:36.412Z | # # # ##### # # # # #### ##### ##### # # # |
1809 | 2023-12-01T20:08:36.412Z | # ###### # # # # # # # # # # # |
1810 | 2023-12-01T20:08:36.412Z | # # # # # # # # # # # # # # # # |
1811 | 2023-12-01T20:08:36.412Z | #### # # ##### #### #### #### ###### #### # |
1812 | 2023-12-01T20:08:36.412Z | |
1813 | 2023-12-01T20:08:36.412Z | + ptime -m cargo build --locked -p caboose-util --release |
1814 | 2023-12-01T20:08:37.029Z | Downloading crates ... |
1815 | 2023-12-01T20:08:37.354Z | Downloaded pem-rfc7468 v0.7.0 |
1816 | 2023-12-01T20:08:37.367Z | Downloaded packed_struct v0.10.1 |
1817 | 2023-12-01T20:08:37.367Z | Downloaded tap v1.0.1 |
1818 | 2023-12-01T20:08:37.367Z | Downloaded crc-catalog v2.2.0 |
1819 | 2023-12-01T20:08:37.367Z | Downloaded bitfield v0.14.0 |
1820 | 2023-12-01T20:08:37.381Z | Downloaded crc v3.0.1 |
1821 | 2023-12-01T20:08:37.381Z | Downloaded path-slash v0.1.5 |
1822 | 2023-12-01T20:08:37.381Z | Downloaded funty v2.0.0 |
1823 | 2023-12-01T20:08:37.386Z | Downloaded der_derive v0.7.2 |
1824 | 2023-12-01T20:08:37.386Z | Downloaded termcolor v1.2.0 |
1825 | 2023-12-01T20:08:37.425Z | Downloaded nodrop v0.1.14 |
1826 | 2023-12-01T20:08:37.425Z | Downloaded wyz v0.5.1 |
1827 | 2023-12-01T20:08:37.425Z | Downloaded flagset v0.4.3 |
1828 | 2023-12-01T20:08:37.425Z | Downloaded radium v0.7.0 |
1829 | 2023-12-01T20:08:37.425Z | Downloaded array-init v0.0.4 |
1830 | 2023-12-01T20:08:37.430Z | Downloaded maybe-uninit v2.0.0 |
1831 | 2023-12-01T20:08:37.431Z | Downloaded packed_struct_codegen v0.10.1 |
1832 | 2023-12-01T20:08:37.431Z | Downloaded serde-hex v0.1.0 |
1833 | 2023-12-01T20:08:37.431Z | Downloaded pkcs1 v0.7.5 |
1834 | 2023-12-01T20:08:37.431Z | Downloaded env_logger v0.10.0 |
1835 | 2023-12-01T20:08:37.431Z | Downloaded crc-any v2.4.3 |
1836 | 2023-12-01T20:08:37.431Z | Downloaded rsa v0.9.2 |
1837 | 2023-12-01T20:08:37.431Z | Downloaded smallvec v0.6.14 |
1838 | 2023-12-01T20:08:37.431Z | Downloaded ron v0.8.1 |
1839 | 2023-12-01T20:08:37.438Z | Downloaded num-bigint-dig v0.8.4 |
1840 | 2023-12-01T20:08:37.448Z | Downloaded x509-cert v0.2.4 |
1841 | 2023-12-01T20:08:37.457Z | Downloaded object v0.30.4 |
1842 | 2023-12-01T20:08:37.473Z | Downloaded bitvec v1.0.1 |
1843 | 2023-12-01T20:08:37.702Z | Compiling proc-macro2 v1.0.69 |
1844 | 2023-12-01T20:08:37.702Z | Compiling unicode-ident v1.0.12 |
1845 | 2023-12-01T20:08:37.709Z | Compiling libc v0.2.150 |
1846 | 2023-12-01T20:08:37.709Z | Compiling autocfg v1.1.0 |
1847 | 2023-12-01T20:08:37.709Z | Compiling serde v1.0.192 |
1848 | 2023-12-01T20:08:37.709Z | Compiling cfg-if v1.0.0 |
1849 | 2023-12-01T20:08:37.709Z | Compiling version_check v0.9.4 |
1850 | 2023-12-01T20:08:37.792Z | Compiling syn v1.0.109 |
1851 | 2023-12-01T20:08:37.817Z | Compiling parking_lot_core v0.9.8 |
1852 | 2023-12-01T20:08:37.915Z | Compiling typenum v1.16.0 |
1853 | 2023-12-01T20:08:38.384Z | Compiling futures-core v0.3.29 |
1854 | 2023-12-01T20:08:38.420Z | Compiling libm v0.2.7 |
1855 | 2023-12-01T20:08:38.660Z | Compiling generic-array v0.14.7 |
1856 | 2023-12-01T20:08:38.732Z | Compiling lock_api v0.4.10 |
1857 | 2023-12-01T20:08:38.835Z | Compiling num-traits v0.2.16 |
1858 | 2023-12-01T20:08:38.854Z | Compiling once_cell v1.18.0 |
1859 | 2023-12-01T20:08:39.050Z | Compiling pkg-config v0.3.27 |
1860 | 2023-12-01T20:08:39.129Z | Compiling scopeguard v1.2.0 |
1861 | 2023-12-01T20:08:39.414Z | Compiling slab v0.4.9 |
1862 | 2023-12-01T20:08:39.473Z | Compiling futures-channel v0.3.29 |
1863 | 2023-12-01T20:08:39.484Z | Compiling serde_json v1.0.108 |
1864 | 2023-12-01T20:08:39.824Z | Compiling quote v1.0.33 |
1865 | 2023-12-01T20:08:39.922Z | Compiling futures-task v0.3.29 |
1866 | 2023-12-01T20:08:40.096Z | Compiling thiserror v1.0.49 |
1867 | 2023-12-01T20:08:40.369Z | Compiling syn v2.0.32 |
1868 | 2023-12-01T20:08:40.704Z | Compiling cc v1.0.83 |
1869 | 2023-12-01T20:08:40.746Z | Compiling getrandom v0.2.10 |
1870 | 2023-12-01T20:08:40.797Z | Compiling futures-util v0.3.29 |
1871 | 2023-12-01T20:08:41.075Z | Compiling itoa v1.0.9 |
1872 | 2023-12-01T20:08:41.210Z | Compiling memchr v2.6.3 |
1873 | 2023-12-01T20:08:41.361Z | Compiling log v0.4.20 |
1874 | 2023-12-01T20:08:41.382Z | Compiling smallvec v1.11.0 |
1875 | 2023-12-01T20:08:42.879Z | Compiling vcpkg v0.2.15 |
1876 | 2023-12-01T20:08:43.082Z | Compiling byteorder v1.5.0 |
1877 | 2023-12-01T20:08:43.890Z | Compiling parking_lot v0.12.1 |
1878 | 2023-12-01T20:08:43.896Z | Compiling rand_core v0.6.4 |
1879 | 2023-12-01T20:08:44.603Z | Compiling pin-project-lite v0.2.13 |
1880 | 2023-12-01T20:08:44.847Z | Compiling ring v0.17.5 |
1881 | 2023-12-01T20:08:45.256Z | Compiling indexmap v1.9.3 |
1882 | 2023-12-01T20:08:45.699Z | Compiling openssl-sys v0.9.96 |
1883 | 2023-12-01T20:08:46.997Z | Compiling signal-hook-registry v1.4.1 |
1884 | 2023-12-01T20:08:47.490Z | Compiling io-lifetimes v1.0.11 |
1885 | 2023-12-01T20:08:48.010Z | Compiling heck v0.4.1 |
1886 | 2023-12-01T20:08:48.225Z | Compiling ring v0.16.20 |
1887 | 2023-12-01T20:08:48.600Z | Compiling mio v0.8.9 |
1888 | 2023-12-01T20:08:49.654Z | Compiling num-integer v0.1.45 |
1889 | 2023-12-01T20:08:49.757Z | Compiling ryu v1.0.15 |
1890 | 2023-12-01T20:08:50.071Z | Compiling semver v1.0.20 |
1891 | 2023-12-01T20:08:50.152Z | Compiling const-oid v0.9.5 |
1892 | 2023-12-01T20:08:51.101Z | Compiling spin v0.5.2 |
1893 | 2023-12-01T20:08:51.437Z | Compiling rustix v0.37.23 |
1894 | 2023-12-01T20:08:52.249Z | Compiling socket2 v0.5.5 |
1895 | 2023-12-01T20:08:52.403Z | Compiling num_cpus v1.16.0 |
1896 | 2023-12-01T20:08:52.571Z | Compiling openssl v0.10.60 |
1897 | 2023-12-01T20:08:53.117Z | Compiling ucd-trie v0.1.6 |
1898 | 2023-12-01T20:08:53.266Z | Compiling unicode-xid v0.2.4 |
1899 | 2023-12-01T20:08:53.494Z | Compiling httparse v1.8.0 |
1900 | 2023-12-01T20:08:53.603Z | Compiling futures-sink v0.3.29 |
1901 | 2023-12-01T20:08:53.795Z | Compiling synstructure v0.12.6 |
1902 | 2023-12-01T20:08:54.024Z | Compiling tinyvec_macros v0.1.1 |
1903 | 2023-12-01T20:08:54.131Z | Compiling tinyvec v1.6.0 |
1904 | 2023-12-01T20:08:55.221Z | Compiling pin-utils v0.1.0 |
1905 | 2023-12-01T20:08:55.317Z | Compiling native-tls v0.2.11 |
1906 | 2023-12-01T20:08:55.422Z | Compiling crc32fast v1.3.2 |
1907 | 2023-12-01T20:08:55.660Z | Compiling ppv-lite86 v0.2.17 |
1908 | 2023-12-01T20:08:55.767Z | Compiling futures-io v0.3.29 |
1909 | 2023-12-01T20:08:56.034Z | Compiling rustls v0.21.9 |
1910 | 2023-12-01T20:08:56.160Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1911 | 2023-12-01T20:08:56.210Z | Compiling spin v0.9.8 |
1912 | 2023-12-01T20:08:56.600Z | Compiling unicode-normalization v0.1.22 |
1913 | 2023-12-01T20:08:56.681Z | Compiling tracing-core v0.1.31 |
1914 | 2023-12-01T20:08:56.755Z | Compiling subtle v2.5.0 |
1915 | 2023-12-01T20:08:56.900Z | Compiling rand_chacha v0.3.1 |
1916 | 2023-12-01T20:08:57.226Z | Compiling unicode-bidi v0.3.13 |
1917 | 2023-12-01T20:08:57.953Z | Compiling rand v0.8.5 |
1918 | 2023-12-01T20:08:59.338Z | Compiling errno v0.3.2 |
1919 | 2023-12-01T20:08:59.369Z | Compiling num-iter v0.1.43 |
1920 | 2023-12-01T20:08:59.533Z | Compiling usdt-impl v0.3.5 |
1921 | 2023-12-01T20:08:59.545Z | Compiling ahash v0.8.3 |
1922 | 2023-12-01T20:08:59.983Z | Compiling rustix v0.38.25 |
1923 | 2023-12-01T20:08:59.986Z | Compiling signal-hook v0.3.17 |
1924 | 2023-12-01T20:09:00.917Z | Compiling schemars v0.8.13 |
1925 | 2023-12-01T20:09:00.920Z | Compiling base64 v0.21.5 |
1926 | 2023-12-01T20:09:01.365Z | Compiling serde_derive_internals v0.26.0 |
1927 | 2023-12-01T20:09:01.601Z | Compiling serde_derive v1.0.192 |
1928 | 2023-12-01T20:09:02.236Z | Compiling zeroize_derive v1.4.2 |
1929 | 2023-12-01T20:09:02.491Z | Compiling tokio-macros v2.2.0 |
1930 | 2023-12-01T20:09:02.818Z | Compiling thiserror-impl v1.0.49 |
1931 | 2023-12-01T20:09:02.955Z | Compiling futures-macro v0.3.29 |
1932 | 2023-12-01T20:09:03.413Z | Compiling tracing-attributes v0.1.26 |
1933 | 2023-12-01T20:09:04.531Z | Compiling zeroize v1.7.0 |
1934 | 2023-12-01T20:09:05.358Z | Compiling zerocopy-derive v0.2.0 |
1935 | 2023-12-01T20:09:05.967Z | Compiling openssl-macros v0.1.1 |
1936 | 2023-12-01T20:09:07.014Z | Compiling zerocopy-derive v0.6.4 |
1937 | 2023-12-01T20:09:07.344Z | Compiling pest v2.7.2 |
1938 | 2023-12-01T20:09:07.382Z | Compiling crypto-common v0.1.6 |
1939 | 2023-12-01T20:09:07.696Z | Compiling block-buffer v0.10.4 |
1940 | 2023-12-01T20:09:08.082Z | Compiling digest v0.10.7 |
1941 | 2023-12-01T20:09:08.676Z | Compiling tracing v0.1.37 |
1942 | 2023-12-01T20:09:10.479Z | Compiling fnv v1.0.7 |
1943 | 2023-12-01T20:09:10.483Z | Compiling bitflags v1.3.2 |
1944 | 2023-12-01T20:09:10.601Z | Compiling zerocopy v0.3.0 |
1945 | 2023-12-01T20:09:11.454Z | Compiling pest_meta v2.7.2 |
1946 | 2023-12-01T20:09:11.876Z | Compiling schemars_derive v0.8.13 |
1947 | 2023-12-01T20:09:13.153Z | Compiling lazy_static v1.4.0 |
1948 | 2023-12-01T20:09:15.581Z | Compiling pest_generator v2.7.2 |
1949 | 2023-12-01T20:09:16.130Z | Compiling backtrace v0.3.69 |
1950 | 2023-12-01T20:09:16.443Z | Compiling num-bigint v0.4.4 |
1951 | 2023-12-01T20:09:16.681Z | Compiling memoffset v0.9.0 |
1952 | 2023-12-01T20:09:16.711Z | Compiling hashbrown v0.14.2 |
1953 | 2023-12-01T20:09:17.081Z | Compiling async-trait v0.1.74 |
1954 | 2023-12-01T20:09:17.126Z | Compiling percent-encoding v2.3.1 |
1955 | 2023-12-01T20:09:17.661Z | Compiling base64ct v1.6.0 |
1956 | 2023-12-01T20:09:17.901Z | Compiling iana-time-zone v0.1.57 |
1957 | 2023-12-01T20:09:18.118Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1958 | 2023-12-01T20:09:18.410Z | Compiling equivalent v1.0.1 |
1959 | 2023-12-01T20:09:18.541Z | Compiling pest_derive v2.7.2 |
1960 | 2023-12-01T20:09:18.551Z | Compiling openssl-probe v0.1.5 |
1961 | 2023-12-01T20:09:18.792Z | Compiling untrusted v0.9.0 |
1962 | 2023-12-01T20:09:18.846Z | Compiling untrusted v0.7.1 |
1963 | 2023-12-01T20:09:18.934Z | Compiling smoltcp v0.9.1 |
1964 | 2023-12-01T20:09:19.028Z | Compiling hashbrown v0.12.3 |
1965 | 2023-12-01T20:09:19.106Z | Compiling doc-comment v0.3.3 |
1966 | 2023-12-01T20:09:19.289Z | Compiling crossbeam-utils v0.8.16 |
1967 | 2023-12-01T20:09:19.631Z | Compiling foreign-types-shared v0.1.1 |
1968 | 2023-12-01T20:09:19.765Z | Compiling foreign-types v0.3.2 |
1969 | 2023-12-01T20:09:19.814Z | Compiling dtrace-parser v0.1.14 |
1970 | 2023-12-01T20:09:19.948Z | Compiling pem-rfc7468 v0.7.0 |
1971 | 2023-12-01T20:09:22.543Z | Compiling dof v0.1.5 |
1972 | 2023-12-01T20:09:22.712Z | Compiling clap_derive v4.4.2 |
1973 | 2023-12-01T20:09:22.837Z | Compiling der_derive v0.7.2 |
1974 | 2023-12-01T20:09:23.972Z | Compiling bytes v1.5.0 |
1975 | 2023-12-01T20:09:25.363Z | Compiling bitflags v2.4.0 |
1976 | 2023-12-01T20:09:25.467Z | Compiling tokio v1.34.0 |
1977 | 2023-12-01T20:09:25.574Z | Compiling rustc_version v0.4.0 |
1978 | 2023-12-01T20:09:26.414Z | Compiling http v0.2.11 |
1979 | 2023-12-01T20:09:26.513Z | Compiling uuid v1.6.1 |
1980 | 2023-12-01T20:09:26.525Z | Compiling heapless v0.7.16 |
1981 | 2023-12-01T20:09:27.639Z | Compiling chrono v0.4.31 |
1982 | 2023-12-01T20:09:28.403Z | Compiling indexmap v2.1.0 |
1983 | 2023-12-01T20:09:30.926Z | Compiling thread-id v4.2.0 |
1984 | 2023-12-01T20:09:31.084Z | Compiling flagset v0.4.3 |
1985 | 2023-12-01T20:09:31.385Z | Compiling adler v1.0.2 |
1986 | 2023-12-01T20:09:31.676Z | Compiling try-lock v0.2.4 |
1987 | 2023-12-01T20:09:31.869Z | Compiling utf8parse v0.2.1 |
1988 | 2023-12-01T20:09:32.126Z | Compiling rustversion v1.0.14 |
1989 | 2023-12-01T20:09:33.016Z | Compiling siphasher v0.3.11 |
1990 | 2023-12-01T20:09:33.369Z | Compiling anstyle v1.0.2 |
1991 | 2023-12-01T20:09:33.474Z | Compiling time-core v0.1.1 |
1992 | 2023-12-01T20:09:33.779Z | Compiling cpufeatures v0.2.9 |
1993 | 2023-12-01T20:09:33.899Z | Compiling sha2 v0.10.8 |
1994 | 2023-12-01T20:09:36.121Z | Compiling time-macros v0.2.13 |
1995 | 2023-12-01T20:09:38.057Z | Compiling tokio-util v0.7.10 |
1996 | 2023-12-01T20:09:38.734Z | Compiling anstyle-parse v0.2.1 |
1997 | 2023-12-01T20:09:39.352Z | Compiling want v0.3.1 |
1998 | 2023-12-01T20:09:39.674Z | Compiling miniz_oxide v0.7.1 |
1999 | 2023-12-01T20:09:40.313Z | Compiling h2 v0.3.21 |
2000 | 2023-12-01T20:09:41.036Z | Compiling der v0.7.8 |
2001 | 2023-12-01T20:09:45.173Z | Compiling http-body v0.4.5 |
2002 | 2023-12-01T20:09:46.652Z | Compiling serde_tokenstream v0.1.7 |
2003 | 2023-12-01T20:09:46.708Z | Compiling rustls-webpki v0.101.7 |
2004 | 2023-12-01T20:09:47.271Z | Compiling sct v0.7.0 |
2005 | 2023-12-01T20:09:47.717Z | Compiling form_urlencoded v1.2.1 |
2006 | 2023-12-01T20:09:48.163Z | Compiling hubpack_derive v0.1.1 |
2007 | 2023-12-01T20:09:48.173Z | Compiling pin-project-internal v1.1.3 |
2008 | 2023-12-01T20:09:49.558Z | Compiling socket2 v0.4.9 |
2009 | 2023-12-01T20:09:49.583Z | Compiling crossbeam-epoch v0.9.15 |
2010 | 2023-12-01T20:09:51.345Z | Compiling colorchoice v1.0.0 |
2011 | 2023-12-01T20:09:51.584Z | Compiling tower-service v0.3.2 |
2012 | 2023-12-01T20:09:51.609Z | Compiling anyhow v1.0.75 |
2013 | 2023-12-01T20:09:51.690Z | Compiling radium v0.7.0 |
2014 | 2023-12-01T20:09:51.733Z | Compiling slog v2.7.0 |
2015 | 2023-12-01T20:09:52.299Z | Compiling httpdate v1.0.3 |
2016 | 2023-12-01T20:09:52.571Z | Compiling anstyle-query v1.0.0 |
2017 | 2023-12-01T20:09:53.215Z | Compiling anstream v0.5.0 |
2018 | 2023-12-01T20:09:53.415Z | Compiling hyper v0.14.27 |
2019 | 2023-12-01T20:10:02.160Z | Compiling terminal_size v0.2.6 |
2020 | 2023-12-01T20:10:02.471Z | Compiling spki v0.7.2 |
2021 | 2023-12-01T20:10:05.046Z | Compiling serde_spanned v0.6.4 |
2022 | 2023-12-01T20:10:05.358Z | Compiling toml_datetime v0.6.5 |
2023 | 2023-12-01T20:10:05.991Z | Compiling rustls-pemfile v1.0.3 |
2024 | 2023-12-01T20:10:06.499Z | Compiling zerocopy v0.6.4 |
2025 | 2023-12-01T20:10:07.190Z | Compiling hmac v0.12.1 |
2026 | 2023-12-01T20:10:07.541Z | Compiling md-5 v0.10.5 |
2027 | 2023-12-01T20:10:07.989Z | Compiling stringprep v0.1.3 |
2028 | 2023-12-01T20:10:08.033Z | Compiling idna v0.5.0 |
2029 | 2023-12-01T20:10:08.316Z | Compiling diesel_table_macro_syntax v0.1.0 |
2030 | 2023-12-01T20:10:08.320Z | Compiling hash32 v0.2.1 |
2031 | 2023-12-01T20:10:08.844Z | Compiling aho-corasick v1.0.4 |
2032 | 2023-12-01T20:10:08.880Z | Compiling maybe-uninit v2.0.0 |
2033 | 2023-12-01T20:10:09.023Z | Compiling dyn-clone v1.0.13 |
2034 | 2023-12-01T20:10:09.158Z | Compiling stable_deref_trait v1.2.0 |
2035 | 2023-12-01T20:10:09.278Z | Compiling either v1.9.0 |
2036 | 2023-12-01T20:10:09.292Z | Compiling gimli v0.28.0 |
2037 | 2023-12-01T20:10:09.496Z | Compiling fallible-iterator v0.2.0 |
2038 | 2023-12-01T20:10:09.500Z | Compiling clap_lex v0.5.1 |
2039 | 2023-12-01T20:10:09.750Z | Compiling regex-syntax v0.8.2 |
2040 | 2023-12-01T20:10:10.401Z | Compiling tap v1.0.1 |
2041 | 2023-12-01T20:10:10.595Z | Compiling winnow v0.5.15 |
2042 | 2023-12-01T20:10:10.821Z | Compiling strsim v0.10.0 |
2043 | 2023-12-01T20:10:11.377Z | Compiling clap_builder v4.4.2 |
2044 | 2023-12-01T20:10:14.173Z | Compiling wyz v0.5.1 |
2045 | 2023-12-01T20:10:14.388Z | Compiling postgres-protocol v0.6.6 |
2046 | 2023-12-01T20:10:14.774Z | Compiling url v2.5.0 |
2047 | 2023-12-01T20:10:16.217Z | Compiling addr2line v0.21.0 |
2048 | 2023-12-01T20:10:16.632Z | Compiling regex-automata v0.4.3 |
2049 | 2023-12-01T20:10:16.959Z | Compiling diesel_derives v2.1.2 |
2050 | 2023-12-01T20:10:19.527Z | Compiling tokio-rustls v0.24.1 |
2051 | 2023-12-01T20:10:19.823Z | Compiling rustls-native-certs v0.6.3 |
2052 | 2023-12-01T20:10:20.099Z | Compiling strum_macros v0.25.2 |
2053 | 2023-12-01T20:10:24.520Z | Compiling tokio-native-tls v0.3.1 |
2054 | 2023-12-01T20:10:25.885Z | Compiling usdt-macro v0.3.5 |
2055 | 2023-12-01T20:10:26.178Z | Compiling usdt-attr-macro v0.3.5 |
2056 | 2023-12-01T20:10:28.252Z | Compiling phf_shared v0.11.2 |
2057 | 2023-12-01T20:10:29.406Z | Compiling block-padding v0.3.3 |
2058 | 2023-12-01T20:10:29.612Z | Compiling snafu-derive v0.7.5 |
2059 | 2023-12-01T20:10:29.701Z | Compiling enum-as-inner v0.5.1 |
2060 | 2023-12-01T20:10:29.720Z | Compiling serde_repr v0.1.16 |
2061 | 2023-12-01T20:10:31.123Z | Compiling scheduled-thread-pool v0.2.7 |
2062 | 2023-12-01T20:10:31.358Z | Compiling object v0.32.1 |
2063 | 2023-12-01T20:10:34.839Z | Compiling deranged v0.3.8 |
2064 | 2023-12-01T20:10:37.647Z | Compiling managed v0.8.0 |
2065 | 2023-12-01T20:10:38.332Z | Compiling regex-automata v0.1.10 |
2066 | 2023-12-01T20:10:39.028Z | Compiling packed_struct v0.10.1 |
2067 | 2023-12-01T20:10:39.973Z | Compiling num_threads v0.1.6 |
2068 | 2023-12-01T20:10:40.009Z | Compiling num-bigint-dig v0.8.4 |
2069 | 2023-12-01T20:10:40.413Z | Compiling funty v2.0.0 |
2070 | 2023-12-01T20:10:40.770Z | Compiling rustc-demangle v0.1.23 |
2071 | 2023-12-01T20:10:41.330Z | Compiling bit-vec v0.6.3 |
2072 | 2023-12-01T20:10:41.945Z | Compiling ipnet v2.8.0 |
2073 | 2023-12-01T20:10:42.484Z | Compiling matches v0.1.10 |
2074 | 2023-12-01T20:10:42.492Z | Compiling bitvec v1.0.1 |
2075 | 2023-12-01T20:10:42.576Z | Compiling idna v0.2.3 |
2076 | 2023-12-01T20:10:46.514Z | Compiling time v0.3.27 |
2077 | 2023-12-01T20:10:47.309Z | Compiling bstr v0.2.17 |
2078 | 2023-12-01T20:10:49.674Z | Compiling r2d2 v0.8.10 |
2079 | 2023-12-01T20:10:51.988Z | Compiling inout v0.1.3 |
2080 | 2023-12-01T20:10:54.806Z | Compiling phf v0.11.2 |
2081 | 2023-12-01T20:10:55.536Z | Compiling hyper-tls v0.5.0 |
2082 | 2023-12-01T20:10:55.834Z | Compiling regex v1.10.2 |
2083 | 2023-12-01T20:10:56.023Z | Compiling hyper-rustls v0.24.2 |
2084 | 2023-12-01T20:10:56.744Z | Compiling signal-hook-mio v0.2.3 |
2085 | 2023-12-01T20:10:56.962Z | Compiling ipnetwork v0.20.0 |
2086 | 2023-12-01T20:10:57.082Z | Compiling flate2 v1.0.28 |
2087 | 2023-12-01T20:10:57.259Z | Compiling clap v4.4.3 |
2088 | 2023-12-01T20:10:57.442Z | Compiling bzip2 v0.4.4 |
2089 | 2023-12-01T20:10:57.479Z | Compiling toml_edit v0.19.15 |
2090 | 2023-12-01T20:10:57.857Z | Compiling postgres-types v0.2.6 |
2091 | 2023-12-01T20:10:58.117Z | Compiling itertools v0.11.0 |
2092 | 2023-12-01T20:10:58.164Z | Compiling pkcs8 v0.10.2 |
2093 | 2023-12-01T20:10:58.662Z | Compiling pin-project v1.1.3 |
2094 | 2023-12-01T20:10:59.296Z | Compiling hubpack v0.1.2 |
2095 | 2023-12-01T20:10:59.959Z | Compiling serde_urlencoded v0.7.1 |
2096 | 2023-12-01T20:11:00.122Z | Compiling phf_shared v0.10.0 |
2097 | 2023-12-01T20:11:00.735Z | Compiling futures-executor v0.3.29 |
2098 | 2023-12-01T20:11:03.306Z | Compiling signature v2.1.0 |
2099 | 2023-12-01T20:11:03.449Z | Compiling packed_struct_codegen v0.10.1 |
2100 | 2023-12-01T20:11:04.973Z | Compiling float-cmp v0.9.0 |
2101 | 2023-12-01T20:11:05.717Z | Compiling encoding_rs v0.8.33 |
2102 | 2023-12-01T20:11:06.563Z | Compiling new_debug_unreachable v1.0.4 |
2103 | 2023-12-01T20:11:06.681Z | Compiling regex-automata v0.3.8 |
2104 | 2023-12-01T20:11:06.694Z | Compiling webpki-roots v0.25.2 |
2105 | 2023-12-01T20:11:06.906Z | Compiling static_assertions v1.1.0 |
2106 | 2023-12-01T20:11:07.032Z | Compiling crc-catalog v2.2.0 |
2107 | 2023-12-01T20:11:07.236Z | Compiling predicates-core v1.0.6 |
2108 | 2023-12-01T20:11:09.750Z | Compiling precomputed-hash v0.1.1 |
2109 | 2023-12-01T20:11:09.893Z | Compiling mime v0.3.17 |
2110 | 2023-12-01T20:11:10.299Z | Compiling whoami v1.4.1 |
2111 | 2023-12-01T20:11:10.697Z | Compiling difflib v0.4.0 |
2112 | 2023-12-01T20:11:11.241Z | Compiling unicode-width v0.1.11 |
2113 | 2023-12-01T20:11:11.467Z | Compiling unicode-segmentation v1.10.1 |
2114 | 2023-12-01T20:11:11.956Z | Compiling nodrop v0.1.14 |
2115 | 2023-12-01T20:11:12.116Z | Compiling fixedbitset v0.4.2 |
2116 | 2023-12-01T20:11:12.732Z | Compiling data-encoding v2.4.0 |
2117 | 2023-12-01T20:11:12.742Z | Compiling normalize-line-endings v0.3.0 |
2118 | 2023-12-01T20:11:12.829Z | Compiling similar v2.2.1 |
2119 | 2023-12-01T20:11:12.891Z | Compiling predicates v3.0.4 |
2120 | 2023-12-01T20:11:15.237Z | Compiling trust-dns-proto v0.22.0 |
2121 | 2023-12-01T20:11:16.142Z | Compiling petgraph v0.6.4 |
2122 | 2023-12-01T20:11:19.273Z | Compiling array-init v0.0.4 |
2123 | 2023-12-01T20:11:20.792Z | Compiling console v0.15.7 |
2124 | 2023-12-01T20:11:22.770Z | Compiling tokio-postgres v0.7.10 |
2125 | 2023-12-01T20:11:22.818Z | Compiling reqwest v0.11.22 |
2126 | 2023-12-01T20:11:23.438Z | Compiling string_cache v0.8.7 |
2127 | 2023-12-01T20:11:27.641Z | Compiling bstr v1.6.0 |
2128 | 2023-12-01T20:11:30.244Z | Compiling crc v3.0.1 |
2129 | 2023-12-01T20:11:31.385Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2130 | 2023-12-01T20:11:41.998Z | Compiling toml v0.7.8 |
2131 | 2023-12-01T20:11:42.536Z | Compiling futures v0.3.29 |
2132 | 2023-12-01T20:11:43.552Z | Compiling snafu v0.7.5 |
2133 | 2023-12-01T20:11:43.769Z | Compiling pkcs1 v0.7.5 |
2134 | 2023-12-01T20:11:44.166Z | Compiling zip v0.6.6 |
2135 | 2023-12-01T20:11:44.318Z | Compiling smallvec v0.6.14 |
2136 | 2023-12-01T20:11:44.448Z | Compiling diesel v2.1.4 |
2137 | 2023-12-01T20:11:44.731Z | Compiling crossterm v0.27.0 |
2138 | 2023-12-01T20:11:45.041Z | Compiling yasna v0.5.2 |
2139 | 2023-12-01T20:11:48.180Z | Compiling cipher v0.4.4 |
2140 | 2023-12-01T20:11:48.918Z | Compiling hashbrown v0.13.2 |
2141 | 2023-12-01T20:11:51.851Z | Compiling bit-set v0.5.3 |
2142 | 2023-12-01T20:11:52.065Z | Compiling usdt v0.3.5 |
2143 | 2023-12-01T20:11:52.255Z | Compiling is-terminal v0.4.9 |
2144 | 2023-12-01T20:11:52.437Z | Compiling toml_edit v0.21.0 |
2145 | 2023-12-01T20:11:54.861Z | Compiling itertools v0.10.5 |
2146 | 2023-12-01T20:11:55.159Z | Compiling tokio-stream v0.1.14 |
2147 | 2023-12-01T20:11:56.661Z | Compiling openapiv3 v2.0.0-rc.1 |
2148 | 2023-12-01T20:11:59.269Z | Compiling hex v0.4.3 |
2149 | 2023-12-01T20:12:10.735Z | Compiling bitfield v0.14.0 |
2150 | 2023-12-01T20:12:11.156Z | Compiling termcolor v1.2.0 |
2151 | 2023-12-01T20:12:11.196Z | Compiling lalrpop-util v0.19.12 |
2152 | 2023-12-01T20:12:13.216Z | Compiling env_logger v0.10.0 |
2153 | 2023-12-01T20:12:20.021Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2154 | 2023-12-01T20:12:34.365Z | Compiling rsa v0.9.2 |
2155 | 2023-12-01T20:12:42.848Z | Compiling serde-hex v0.1.0 |
2156 | 2023-12-01T20:12:43.207Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2157 | 2023-12-01T20:12:51.160Z | Compiling x509-cert v0.2.4 |
2158 | 2023-12-01T20:12:52.043Z | Compiling ron v0.8.1 |
2159 | 2023-12-01T20:12:52.076Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2160 | 2023-12-01T20:13:03.818Z | Compiling crc-any v2.4.3 |
2161 | 2023-12-01T20:13:03.818Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2162 | 2023-12-01T20:13:17.629Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2163 | 2023-12-01T20:13:32.481Z | Compiling object v0.30.4 |
2164 | 2023-12-01T20:13:46.670Z | Compiling path-slash v0.1.5 |
2165 | 2023-12-01T20:13:46.970Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2166 | 2023-12-01T20:14:30.906Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2167 | 2023-12-01T20:14:32.010Z | Finished release [optimized] target(s) in 5m 55s |
2168 | 2023-12-01T20:14:32.087Z | |
2169 | 2023-12-01T20:14:32.090Z | real 5:55.676994693 |
2170 | 2023-12-01T20:14:32.091Z | user 41:10.451771403 |
2171 | 2023-12-01T20:14:32.091Z | sys 3:31.489046587 |
2172 | 2023-12-01T20:14:32.091Z | trap 1.649845112 |
2173 | 2023-12-01T20:14:32.091Z | tflt 0.887388047 |
2174 | 2023-12-01T20:14:32.091Z | dflt 0.487092221 |
2175 | 2023-12-01T20:14:32.091Z | kflt 0.000250129 |
2176 | 2023-12-01T20:14:32.091Z | lock 1:32:29.029003050 |
2177 | 2023-12-01T20:14:32.091Z | slp 1:56:40.957295350 |
2178 | 2023-12-01T20:14:32.091Z | lat 1:45.491578248 |
2179 | 2023-12-01T20:14:32.091Z | stop 1:19.056901553 |
2180 | 2023-12-01T20:14:32.091Z | + ptime -m gzip |
2181 | 2023-12-01T20:14:32.761Z | |
2182 | 2023-12-01T20:14:32.764Z | real 0.668049922 |
2183 | 2023-12-01T20:14:32.765Z | user 0.658721477 |
2184 | 2023-12-01T20:14:32.765Z | sys 0.007417471 |
2185 | 2023-12-01T20:14:32.765Z | trap 0.000313010 |
2186 | 2023-12-01T20:14:32.765Z | tflt 0.000000000 |
2187 | 2023-12-01T20:14:32.765Z | dflt 0.000000000 |
2188 | 2023-12-01T20:14:32.765Z | kflt 0.000000000 |
2189 | 2023-12-01T20:14:32.765Z | lock 0.000000000 |
2190 | 2023-12-01T20:14:32.765Z | slp 0.000000000 |
2191 | 2023-12-01T20:14:32.765Z | lat 0.001267904 |
2192 | 2023-12-01T20:14:32.765Z | stop 0.000228387 |
2193 | 2023-12-01T20:14:32.765Z | + banner tufaceous |
2194 | 2023-12-01T20:14:32.768Z | |
2195 | 2023-12-01T20:14:32.768Z | ##### # # ###### ## #### ###### #### # # #### |
2196 | 2023-12-01T20:14:32.768Z | # # # # # # # # # # # # # # |
2197 | 2023-12-01T20:14:32.768Z | # # # ##### # # # ##### # # # # #### |
2198 | 2023-12-01T20:14:32.768Z | # # # # ###### # # # # # # # |
2199 | 2023-12-01T20:14:32.768Z | # # # # # # # # # # # # # # # |
2200 | 2023-12-01T20:14:32.768Z | # #### # # # #### ###### #### #### #### |
2201 | 2023-12-01T20:14:32.768Z | |
2202 | 2023-12-01T20:14:32.768Z | + ptime -m cargo build --locked -p tufaceous --release |
2203 | 2023-12-01T20:14:33.412Z | Downloading crates ... |
2204 | 2023-12-01T20:14:33.786Z | Downloaded bytesize v1.3.0 |
2205 | 2023-12-01T20:14:33.797Z | Downloaded fs-err v2.11.0 |
2206 | 2023-12-01T20:14:33.797Z | Downloaded async-recursion v1.0.5 |
2207 | 2023-12-01T20:14:33.822Z | Downloaded serde_plain v1.0.2 |
2208 | 2023-12-01T20:14:33.822Z | Downloaded humantime v2.1.0 |
2209 | 2023-12-01T20:14:33.822Z | Downloaded olpc-cjson v0.1.3 |
2210 | 2023-12-01T20:14:33.822Z | Downloaded globset v0.4.13 |
2211 | 2023-12-01T20:14:33.822Z | Downloaded buf-list v1.0.3 |
2212 | 2023-12-01T20:14:33.822Z | Downloaded tough v0.15.0 |
2213 | 2023-12-01T20:14:33.834Z | Downloaded typed-path v0.6.0 |
2214 | 2023-12-01T20:14:33.984Z | Compiling serde_tokenstream v0.2.0 |
2215 | 2023-12-01T20:14:34.005Z | Compiling regress v0.7.1 |
2216 | 2023-12-01T20:14:34.019Z | Compiling dirs-sys-next v0.1.2 |
2217 | 2023-12-01T20:14:34.022Z | Compiling ident_case v1.0.1 |
2218 | 2023-12-01T20:14:34.039Z | Compiling thread_local v1.1.7 |
2219 | 2023-12-01T20:14:34.042Z | Compiling slog-async v2.8.0 |
2220 | 2023-12-01T20:14:34.046Z | Compiling camino v1.1.6 |
2221 | 2023-12-01T20:14:34.242Z | Compiling dirs-next v2.0.0 |
2222 | 2023-12-01T20:14:34.587Z | Compiling darling_core v0.20.3 |
2223 | 2023-12-01T20:14:34.674Z | Compiling heck v0.4.1 |
2224 | 2023-12-01T20:14:34.828Z | Compiling term v0.7.0 |
2225 | 2023-12-01T20:14:34.877Z | Compiling crossbeam-channel v0.5.8 |
2226 | 2023-12-01T20:14:35.253Z | Compiling getopts v0.2.21 |
2227 | 2023-12-01T20:14:35.785Z | Compiling structmeta-derive v0.2.0 |
2228 | 2023-12-01T20:14:36.613Z | Compiling atty v0.2.14 |
2229 | 2023-12-01T20:14:36.643Z | Compiling multer v2.1.0 |
2230 | 2023-12-01T20:14:36.792Z | Compiling match_cfg v0.1.0 |
2231 | 2023-12-01T20:14:36.915Z | Compiling unsafe-libyaml v0.2.9 |
2232 | 2023-12-01T20:14:37.060Z | Compiling paste v1.0.14 |
2233 | 2023-12-01T20:14:37.692Z | Compiling take_mut v0.2.2 |
2234 | 2023-12-01T20:14:37.863Z | Compiling hostname v0.3.1 |
2235 | 2023-12-01T20:14:38.206Z | Compiling slog-term v2.9.0 |
2236 | 2023-12-01T20:14:39.789Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2237 | 2023-12-01T20:14:41.687Z | Compiling structmeta v0.2.0 |
2238 | 2023-12-01T20:14:42.287Z | Compiling serde_yaml v0.9.25 |
2239 | 2023-12-01T20:14:43.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2240 | 2023-12-01T20:14:43.553Z | Compiling slog-json v2.6.1 |
2241 | 2023-12-01T20:14:43.553Z | Compiling darling_macro v0.20.3 |
2242 | 2023-12-01T20:14:43.927Z | Compiling async-stream-impl v0.3.5 |
2243 | 2023-12-01T20:14:44.754Z | Compiling darling v0.20.3 |
2244 | 2023-12-01T20:14:44.909Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2245 | 2023-12-01T20:14:45.397Z | Compiling fastrand v2.0.0 |
2246 | 2023-12-01T20:14:45.699Z | Compiling atomic-waker v1.1.1 |
2247 | 2023-12-01T20:14:45.883Z | Compiling regex-syntax v0.7.5 |
2248 | 2023-12-01T20:14:45.959Z | Compiling async-stream v0.3.5 |
2249 | 2023-12-01T20:14:46.380Z | Compiling tempfile v3.8.1 |
2250 | 2023-12-01T20:14:46.427Z | Compiling waitgroup v0.1.2 |
2251 | 2023-12-01T20:14:46.723Z | Compiling serde_with_macros v2.3.3 |
2252 | 2023-12-01T20:14:46.758Z | Compiling slog-bunyan v2.4.0 |
2253 | 2023-12-01T20:14:49.542Z | Compiling toml v0.8.8 |
2254 | 2023-12-01T20:14:50.291Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2255 | 2023-12-01T20:14:50.519Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2256 | 2023-12-01T20:14:51.982Z | Compiling sha1 v0.10.6 |
2257 | 2023-12-01T20:14:52.072Z | Compiling serde_path_to_error v0.1.14 |
2258 | 2023-12-01T20:14:52.892Z | Compiling instant v0.1.12 |
2259 | 2023-12-01T20:14:53.100Z | Compiling fs-err v2.11.0 |
2260 | 2023-12-01T20:14:53.461Z | Compiling debug-ignore v1.0.5 |
2261 | 2023-12-01T20:14:53.504Z | Compiling buf-list v1.0.3 |
2262 | 2023-12-01T20:14:53.526Z | Compiling arc-swap v1.6.0 |
2263 | 2023-12-01T20:14:53.668Z | Compiling same-file v1.0.6 |
2264 | 2023-12-01T20:14:54.109Z | Compiling walkdir v2.4.0 |
2265 | 2023-12-01T20:14:54.357Z | Compiling slog-scope v4.4.0 |
2266 | 2023-12-01T20:14:54.861Z | Compiling backoff v0.4.0 |
2267 | 2023-12-01T20:14:55.397Z | Compiling serde_with v2.3.3 |
2268 | 2023-12-01T20:14:55.799Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2269 | 2023-12-01T20:14:56.120Z | Compiling parse-display-derive v0.8.2 |
2270 | 2023-12-01T20:14:56.810Z | Compiling globset v0.4.13 |
2271 | 2023-12-01T20:14:56.955Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2272 | 2023-12-01T20:14:57.185Z | Compiling strum v0.25.0 |
2273 | 2023-12-01T20:14:57.470Z | Compiling olpc-cjson v0.1.3 |
2274 | 2023-12-01T20:14:58.333Z | Compiling pem v3.0.2 |
2275 | 2023-12-01T20:14:58.372Z | Compiling macaddr v1.0.1 |
2276 | 2023-12-01T20:14:58.648Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2277 | 2023-12-01T20:14:59.502Z | Compiling serde_plain v1.0.2 |
2278 | 2023-12-01T20:15:00.294Z | Compiling async-recursion v1.0.5 |
2279 | 2023-12-01T20:15:00.923Z | Compiling filetime v0.2.22 |
2280 | 2023-12-01T20:15:01.401Z | Compiling xattr v1.0.1 |
2281 | 2023-12-01T20:15:01.734Z | Compiling typed-path v0.6.0 |
2282 | 2023-12-01T20:15:01.850Z | Compiling tar v0.4.40 |
2283 | 2023-12-01T20:15:02.224Z | Compiling parse-display v0.8.2 |
2284 | 2023-12-01T20:15:03.072Z | Compiling slog-stdlog v4.1.1 |
2285 | 2023-12-01T20:15:04.454Z | Compiling camino-tempfile v1.1.1 |
2286 | 2023-12-01T20:15:05.608Z | Compiling tough v0.15.0 |
2287 | 2023-12-01T20:15:05.664Z | Compiling itertools v0.12.0 |
2288 | 2023-12-01T20:15:05.754Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2289 | 2023-12-01T20:15:05.935Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2290 | 2023-12-01T20:15:11.386Z | Compiling bytesize v1.3.0 |
2291 | 2023-12-01T20:15:11.536Z | Compiling slog-envlogger v2.2.0 |
2292 | 2023-12-01T20:15:12.268Z | Compiling humantime v2.1.0 |
2293 | 2023-12-01T20:15:16.162Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-12-01T20:15:39.036Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2295 | 2023-12-01T20:15:39.304Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2023-12-01T20:15:49.808Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2297 | 2023-12-01T20:15:52.094Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2298 | 2023-12-01T20:16:20.694Z | Finished release [optimized] target(s) in 1m 47s |
2299 | 2023-12-01T20:16:20.782Z | |
2300 | 2023-12-01T20:16:20.796Z | real 1:47.990845606 |
2301 | 2023-12-01T20:16:20.796Z | user 11:37.467466220 |
2302 | 2023-12-01T20:16:20.796Z | sys 43.050366017 |
2303 | 2023-12-01T20:16:20.796Z | trap 0.418222674 |
2304 | 2023-12-01T20:16:20.796Z | tflt 0.324943006 |
2305 | 2023-12-01T20:16:20.796Z | dflt 0.709336237 |
2306 | 2023-12-01T20:16:20.796Z | kflt 0.000198499 |
2307 | 2023-12-01T20:16:20.796Z | lock 21:30.988653412 |
2308 | 2023-12-01T20:16:20.796Z | slp 23:21.506485805 |
2309 | 2023-12-01T20:16:20.796Z | lat 21.229135923 |
2310 | 2023-12-01T20:16:20.798Z | stop 10.860590809 |
2311 | 2023-12-01T20:16:20.798Z | + ptime -m gzip |
2312 | 2023-12-01T20:16:23.152Z | |
2313 | 2023-12-01T20:16:23.156Z | real 2.366320734 |
2314 | 2023-12-01T20:16:23.156Z | user 2.339959200 |
2315 | 2023-12-01T20:16:23.156Z | sys 0.023287343 |
2316 | 2023-12-01T20:16:23.156Z | trap 0.001014411 |
2317 | 2023-12-01T20:16:23.156Z | tflt 0.000000000 |
2318 | 2023-12-01T20:16:23.156Z | dflt 0.000000000 |
2319 | 2023-12-01T20:16:23.156Z | kflt 0.000000000 |
2320 | 2023-12-01T20:16:23.156Z | lock 0.000000000 |
2321 | 2023-12-01T20:16:23.156Z | slp 0.000043605 |
2322 | 2023-12-01T20:16:23.156Z | lat 0.001685317 |
2323 | 2023-12-01T20:16:23.156Z | stop 0.000227043 |
2324 | 2023-12-01T20:16:23.156Z | process exited: duration 1112406 ms, exit code 0 |
|
2325 | 2023-12-01T20:16:23.175Z | found 5 output files |
2326 | 2023-12-01T20:16:23.175Z | uploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes) |
2327 | 2023-12-01T20:16:26.882Z | uploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz |
2328 | 2023-12-01T20:16:26.882Z | uploading: /work/end-to-end-tests/bootstrap.gz (95840491 bytes) |
2329 | 2023-12-01T20:17:02.345Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2330 | 2023-12-01T20:17:02.345Z | uploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99121215 bytes) |
2331 | 2023-12-01T20:17:33.392Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz |
2332 | 2023-12-01T20:17:33.392Z | uploading: /work/caboose-util.gz (4091465 bytes) |
2333 | 2023-12-01T20:17:36.158Z | uploaded: /work/caboose-util.gz |
2334 | 2023-12-01T20:17:36.158Z | uploading: /work/tufaceous.gz (14958995 bytes) |
2335 | 2023-12-01T20:17:41.054Z | uploaded: /work/tufaceous.gz |