|
|
|
1 | 2023-11-07T21:33:39.854Z | job assigned to worker 01HENV78DABC7T0G5QZV19TP8T (queued for 1 m 17 s) |
|
2 | 2023-11-07T21:33:40.057Z | starting task 0: "setup" |
3 | 2023-11-07T21:33:40.136Z | ++ uname -s |
4 | 2023-11-07T21:33:40.149Z | + kern=SunOS |
5 | 2023-11-07T21:33:40.153Z | + case "$kern" in |
6 | 2023-11-07T21:33:40.161Z | + groupadd -g 12345 build |
7 | 2023-11-07T21:33:40.164Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T21:33:42.156Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T21:33:42.301Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T21:33:42.310Z | + home_fs=zfs |
11 | 2023-11-07T21:33:42.321Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T21:33:42.333Z | + mkdir -p /home/build |
13 | 2023-11-07T21:33:42.346Z | + chown build:build /home/build /work |
14 | 2023-11-07T21:33:44.312Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T21:33:44.328Z | process exited: duration 4247 ms, exit code 0 |
|
16 | 2023-11-07T21:33:44.354Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T21:33:44.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T21:33:44.399Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T21:33:44.559Z | info: downloading installer |
20 | 2023-11-07T21:33:45.838Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T21:33:45.846Z | warning: /opt/ooce/bin |
22 | 2023-11-07T21:33:45.855Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T21:33:45.862Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T21:33:45.870Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T21:33:45.878Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T21:33:45.886Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T21:33:45.894Z | error: cannot install while Rust is installed |
28 | 2023-11-07T21:33:45.902Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T21:33:45.979Z | info: profile set to 'default' |
30 | 2023-11-07T21:33:45.992Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T21:33:46.021Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T21:33:46.128Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T21:33:46.139Z | info: downloading component 'cargo' |
34 | 2023-11-07T21:33:46.843Z | info: downloading component 'clippy' |
35 | 2023-11-07T21:33:47.014Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T21:33:47.806Z | info: downloading component 'rust-std' |
37 | 2023-11-07T21:33:49.205Z | info: downloading component 'rustc' |
38 | 2023-11-07T21:33:52.549Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T21:33:52.738Z | info: installing component 'cargo' |
40 | 2023-11-07T21:33:54.195Z | info: installing component 'clippy' |
41 | 2023-11-07T21:33:54.791Z | info: installing component 'rust-docs' |
42 | 2023-11-07T21:33:57.548Z | info: installing component 'rust-std' |
43 | 2023-11-07T21:34:00.558Z | info: installing component 'rustc' |
44 | 2023-11-07T21:34:06.731Z | info: installing component 'rustfmt' |
45 | 2023-11-07T21:34:07.229Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T21:34:07.247Z | |
47 | 2023-11-07T21:34:07.360Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T21:34:07.782Z | |
49 | 2023-11-07T21:34:07.801Z | |
50 | 2023-11-07T21:34:07.822Z | Rust is installed now. Great! |
51 | 2023-11-07T21:34:08.288Z | |
52 | 2023-11-07T21:34:08.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T21:34:08.727Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T21:34:08.732Z | |
55 | 2023-11-07T21:34:08.737Z | To configure your current shell, run: |
56 | 2023-11-07T21:34:08.750Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T21:34:08.755Z | + rustc --version |
58 | 2023-11-07T21:34:08.765Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T21:34:08.774Z | process exited: duration 23188 ms, exit code 0 |
|
60 | 2023-11-07T21:34:08.789Z | starting task 2: "authentication" |
61 | 2023-11-07T21:34:08.832Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-11-07T21:34:08.840Z | starting task 3: "clone repository" |
63 | 2023-11-07T21:34:08.854Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T21:34:08.864Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T21:34:08.911Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T21:34:15.780Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T21:34:15.794Z | + [[ -n mike/cmderr ]] |
68 | 2023-11-07T21:34:16.222Z | + git fetch origin mike/cmderr |
69 | 2023-11-07T21:34:16.228Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T21:34:16.231Z | * branch mike/cmderr -> FETCH_HEAD |
71 | 2023-11-07T21:34:16.234Z | + git checkout -B mike/cmderr remotes/origin/mike/cmderr |
72 | 2023-11-07T21:34:16.269Z | Switched to a new branch 'mike/cmderr' |
73 | 2023-11-07T21:34:16.274Z | branch 'mike/cmderr' set up to track 'origin/mike/cmderr'. |
74 | 2023-11-07T21:34:16.285Z | + git reset --hard 339753b6c821b8c819db09e153a1c7631b1538c7 |
75 | 2023-11-07T21:34:16.436Z | HEAD is now at 339753b6 Burned by RUST_BACKTRACE=1 |
76 | 2023-11-07T21:34:16.457Z | process exited: duration 7581 ms, exit code 0 |
|
77 | 2023-11-07T21:34:16.474Z | starting task 4: "build" |
78 | 2023-11-07T21:34:16.496Z | + cargo --version |
79 | 2023-11-07T21:34:16.578Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-07T21:34:16.585Z | + rustc --version |
81 | 2023-11-07T21:34:16.681Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-07T21:34:16.684Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-11-07T21:34:31.582Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-11-07T21:34:32.594Z | Startup: Caching catalogs ... Done |
85 | 2023-11-07T21:34:37.381Z | Planning: Solver setup ... Done (4.517s) |
86 | 2023-11-07T21:34:37.496Z | Planning: Running solver ... Done (0.115s) |
87 | 2023-11-07T21:34:37.555Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-11-07T21:34:37.568Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-11-07T21:34:37.788Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-11-07T21:34:37.866Z | Planning: Package planning ... Done (0.078s) |
91 | 2023-11-07T21:34:38.015Z | Planning: Merging actions ... Done (0.149s) |
92 | 2023-11-07T21:34:38.914Z | Planning: Checking for conflicting actions ... Done (0.899s) |
93 | 2023-11-07T21:34:38.936Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-11-07T21:34:46.284Z | Planning: Evaluating mediators ... Done (7.352s) |
95 | 2023-11-07T21:34:46.300Z | Planning: Planning completed in 13.67 seconds |
96 | 2023-11-07T21:34:50.108Z | Packages to install: 4 |
97 | 2023-11-07T21:34:50.116Z | Mediators to change: 2 |
98 | 2023-11-07T21:34:50.125Z | Services to change: 1 |
99 | 2023-11-07T21:34:50.132Z | Estimated space available: 149.39 GB |
100 | 2023-11-07T21:34:50.186Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-11-07T21:34:50.198Z | Create boot environment: No |
102 | 2023-11-07T21:34:50.213Z | Create backup boot environment: No |
103 | 2023-11-07T21:34:50.221Z | Rebuild boot archive: No |
104 | 2023-11-07T21:34:50.230Z | |
105 | 2023-11-07T21:34:50.242Z | Changed mediators: |
106 | 2023-11-07T21:34:50.254Z | mediator clang: |
107 | 2023-11-07T21:34:50.262Z | version: None -> 15 (system default) |
108 | 2023-11-07T21:34:50.270Z | |
109 | 2023-11-07T21:34:50.277Z | mediator llvm: |
110 | 2023-11-07T21:34:50.281Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-11-07T21:34:50.284Z | |
112 | 2023-11-07T21:34:50.288Z | Changed packages: |
113 | 2023-11-07T21:34:50.291Z | helios-dev |
114 | 2023-11-07T21:34:50.295Z | developer/build-essential |
115 | 2023-11-07T21:34:50.298Z | None -> 11-2.0 |
116 | 2023-11-07T21:34:50.302Z | library/libxmlsec1 |
117 | 2023-11-07T21:34:50.305Z | None -> 1.2.35-2.0 |
118 | 2023-11-07T21:34:50.315Z | ooce/developer/clang-15 |
119 | 2023-11-07T21:34:50.320Z | None -> 15.0.7-2.0 |
120 | 2023-11-07T21:34:50.333Z | ooce/developer/llvm-15 |
121 | 2023-11-07T21:34:50.340Z | None -> 15.0.7-2.0 |
122 | 2023-11-07T21:34:50.346Z | |
123 | 2023-11-07T21:34:50.356Z | Services: |
124 | 2023-11-07T21:34:50.362Z | restart_fmri: |
125 | 2023-11-07T21:34:50.371Z | svc:/system/update-man-index:default |
126 | 2023-11-07T21:34:50.390Z | |
127 | 2023-11-07T21:34:50.398Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-11-07T21:34:55.390Z | Download: 850/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
129 | 2023-11-07T21:35:00.745Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (11.2M/s) |
130 | 2023-11-07T21:35:07.138Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.8M/s) |
131 | 2023-11-07T21:35:12.140Z | Download: 2784/3290 items 120.7/212.6MB 56% complete (7.5M/s) |
132 | 2023-11-07T21:35:15.584Z | Download: Completed 212.60 MB in 25.20 seconds (8.4M/s) |
133 | 2023-11-07T21:35:16.642Z | Actions: 1/3687 actions (Installing new actions) |
134 | 2023-11-07T21:35:21.647Z | Actions: 2323/3687 actions (Installing new actions) |
135 | 2023-11-07T21:35:24.692Z | Actions: Completed 3687 actions in 8.05 seconds. |
136 | 2023-11-07T21:35:24.865Z | Done (0.165s) |
137 | 2023-11-07T21:35:24.868Z | Done (0.000s) |
138 | 2023-11-07T21:35:25.078Z | Done (0.211s) |
139 | 2023-11-07T21:35:32.865Z | Done (7.673s) |
140 | 2023-11-07T21:35:33.138Z | Done (0.172s) |
141 | 2023-11-07T21:35:33.144Z | Done (0.000s) |
142 | 2023-11-07T21:35:33.369Z | Done (0.000s) |
143 | 2023-11-07T21:35:34.055Z | Planning: Evaluating mediator changes ... Done |
144 | 2023-11-07T21:35:34.336Z | Planning: Checking for conflicting actions ... Done |
145 | 2023-11-07T21:35:34.339Z | Planning: Consolidating action changes ... Done |
146 | 2023-11-07T21:35:34.775Z | Planning: Evaluating mediators ... Done |
147 | 2023-11-07T21:35:34.778Z | Planning: Planning completed in 0.72 seconds |
148 | 2023-11-07T21:35:34.829Z | Mediators to change: 2 |
149 | 2023-11-07T21:35:34.832Z | Create boot environment: No |
150 | 2023-11-07T21:35:34.835Z | Create backup boot environment: No |
151 | 2023-11-07T21:35:34.934Z | Done |
152 | 2023-11-07T21:35:34.937Z | Done |
153 | 2023-11-07T21:35:35.065Z | Done |
154 | 2023-11-07T21:35:40.812Z | Done |
155 | 2023-11-07T21:35:40.931Z | Done |
156 | 2023-11-07T21:35:40.935Z | Done |
157 | 2023-11-07T21:35:41.065Z | Done |
158 | 2023-11-07T21:35:42.064Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-11-07T21:35:42.068Z | Planning: Merging actions ... Done |
160 | 2023-11-07T21:35:42.396Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-07T21:35:42.400Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-07T21:35:42.831Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-07T21:35:42.925Z | Planning: Planning completed in 1.30 seconds |
164 | 2023-11-07T21:35:42.984Z | Packages to change: 1 |
165 | 2023-11-07T21:35:42.996Z | Mediators to change: 1 |
166 | 2023-11-07T21:35:42.999Z | Services to change: 1 |
167 | 2023-11-07T21:35:43.004Z | Create boot environment: No |
168 | 2023-11-07T21:35:43.009Z | Create backup boot environment: Yes |
169 | 2023-11-07T21:35:45.130Z | Actions: 1/6 actions (Updating modified actions) |
170 | 2023-11-07T21:35:45.138Z | Actions: Completed 6 actions in 0.00 seconds. |
171 | 2023-11-07T21:35:45.146Z | Done |
172 | 2023-11-07T21:35:45.154Z | Done |
173 | 2023-11-07T21:35:45.178Z | Done |
174 | 2023-11-07T21:35:50.870Z | Done |
175 | 2023-11-07T21:35:50.964Z | Done |
176 | 2023-11-07T21:35:50.967Z | Done |
177 | 2023-11-07T21:35:51.100Z | Done |
178 | 2023-11-07T21:35:51.787Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
179 | 2023-11-07T21:35:51.794Z | clang system 15 system |
180 | 2023-11-07T21:35:51.804Z | csh system system illumos |
181 | 2023-11-07T21:35:51.809Z | ctags system system illumos |
182 | 2023-11-07T21:35:51.814Z | gcc vendor 12 vendor |
183 | 2023-11-07T21:35:51.820Z | gcc system 10 system |
184 | 2023-11-07T21:35:51.825Z | gcc system 7 system |
185 | 2023-11-07T21:35:51.832Z | go system 1.20 system |
186 | 2023-11-07T21:35:51.838Z | go system 1.19 system |
187 | 2023-11-07T21:35:51.843Z | llvm system 15 system |
188 | 2023-11-07T21:35:51.849Z | llvm system 14 system |
189 | 2023-11-07T21:35:51.854Z | mariadb system 10.6 system |
190 | 2023-11-07T21:35:51.857Z | mta vendor vendor dma |
191 | 2023-11-07T21:35:51.863Z | openjdk system 17 system |
192 | 2023-11-07T21:35:51.866Z | openjdk system 11 system |
193 | 2023-11-07T21:35:51.868Z | openjdk system 1.8 system |
194 | 2023-11-07T21:35:51.897Z | openssl vendor 3 vendor |
195 | 2023-11-07T21:35:51.900Z | perl system 5.36 system |
196 | 2023-11-07T21:35:51.903Z | postgresql system 15 system |
197 | 2023-11-07T21:35:51.910Z | postgresql system 13 system |
198 | 2023-11-07T21:35:51.921Z | python vendor 3 vendor |
199 | 2023-11-07T21:35:51.950Z | python system 2 system |
200 | 2023-11-07T21:35:51.959Z | python3 system 3.11 system |
201 | 2023-11-07T21:35:51.966Z | ruby system 3.0 system |
202 | 2023-11-07T21:35:51.973Z | words vendor vendor american-english |
203 | 2023-11-07T21:35:51.981Z | words system system australian-english |
204 | 2023-11-07T21:35:51.994Z | words system system british-english |
205 | 2023-11-07T21:35:52.055Z | words system system canadian-english |
206 | 2023-11-07T21:35:52.071Z | words system system french |
207 | 2023-11-07T21:35:52.082Z | words system system italian |
208 | 2023-11-07T21:35:52.095Z | words system system ngerman |
209 | 2023-11-07T21:35:52.512Z | words system system ogerman |
210 | 2023-11-07T21:35:52.522Z | words system system spanish |
211 | 2023-11-07T21:35:52.531Z | FMRI IFO |
212 | 2023-11-07T21:35:52.539Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
213 | 2023-11-07T21:35:52.550Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
214 | 2023-11-07T21:35:52.556Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
215 | 2023-11-07T21:35:52.562Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
216 | 2023-11-07T21:35:52.567Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
217 | 2023-11-07T21:35:52.570Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
218 | 2023-11-07T21:35:52.573Z | + set -o errexit |
219 | 2023-11-07T21:35:52.576Z | +++ dirname ./tools/ci_download_cockroachdb |
220 | 2023-11-07T21:35:52.579Z | ++ cd ./tools |
221 | 2023-11-07T21:35:52.582Z | ++ pwd |
222 | 2023-11-07T21:35:52.584Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
223 | 2023-11-07T21:35:52.587Z | ++ basename ./tools/ci_download_cockroachdb |
224 | 2023-11-07T21:35:52.590Z | + ARG0=ci_download_cockroachdb |
225 | 2023-11-07T21:35:52.594Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
226 | 2023-11-07T21:35:52.597Z | + CIDL_VERSION=v22.1.9 |
227 | 2023-11-07T21:35:52.599Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
228 | 2023-11-07T21:35:52.612Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
229 | 2023-11-07T21:35:52.615Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
230 | 2023-11-07T21:35:52.617Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
231 | 2023-11-07T21:35:52.620Z | + TARGET_DIR=out |
232 | 2023-11-07T21:35:52.623Z | + DOWNLOAD_DIR=out/downloads |
233 | 2023-11-07T21:35:52.629Z | + DEST_DIR=./out/cockroachdb |
234 | 2023-11-07T21:35:52.632Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
235 | 2023-11-07T21:35:52.635Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
236 | 2023-11-07T21:35:52.638Z | + main |
237 | 2023-11-07T21:35:52.641Z | + [[ 0 != 0 ]] |
238 | 2023-11-07T21:35:52.643Z | + CIDL_OS=solaris2.11 |
239 | 2023-11-07T21:35:52.646Z | + [[ 0 != 0 ]] |
240 | 2023-11-07T21:35:52.649Z | + configure_os solaris2.11 |
241 | 2023-11-07T21:35:52.652Z | + echo 'current directory: /work/oxidecomputer/omicron' |
242 | 2023-11-07T21:35:52.655Z | current directory: /work/oxidecomputer/omicron |
243 | 2023-11-07T21:35:52.658Z | configuring based on OS: "solaris2.11" |
244 | 2023-11-07T21:35:52.661Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-11-07T21:35:52.664Z | + case "$1" in |
246 | 2023-11-07T21:35:52.666Z | + CIDL_BUILD=illumos |
247 | 2023-11-07T21:35:52.669Z | + CIDL_SUFFIX=tar.gz |
248 | 2023-11-07T21:35:52.672Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-11-07T21:35:52.675Z | + CIDL_MD5FUNC=do_md5sum |
250 | 2023-11-07T21:35:52.678Z | + CIDL_URL_BASE=https://illumos.org/downloads |
251 | 2023-11-07T21:35:52.681Z | + CIDL_ASSEMBLE=do_assemble_illumos |
252 | 2023-11-07T21:35:52.684Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
253 | 2023-11-07T21:35:52.687Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-11-07T21:35:52.690Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-11-07T21:35:52.693Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
256 | 2023-11-07T21:35:52.696Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-11-07T21:35:52.699Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
258 | 2023-11-07T21:35:52.702Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-07T21:35:52.705Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-11-07T21:35:52.708Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-11-07T21:35:52.712Z | + mkdir -p out/downloads |
262 | 2023-11-07T21:35:52.715Z | + mkdir -p ./out/cockroachdb |
263 | 2023-11-07T21:35:52.718Z | + local DO_DOWNLOAD=true |
264 | 2023-11-07T21:35:52.722Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-11-07T21:35:52.726Z | + '[' true == true ']' |
266 | 2023-11-07T21:35:52.729Z | + echo Downloading... |
267 | 2023-11-07T21:35:52.732Z | Downloading... |
268 | 2023-11-07T21:35:52.735Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-07T21:35:52.738Z | + 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 |
270 | 2023-11-07T21:35:55.192Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-07T21:35:55.197Z | ++ md5sum |
272 | 2023-11-07T21:35:55.202Z | ++ awk '{print $1}' |
273 | 2023-11-07T21:35:55.377Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-11-07T21:35:55.380Z | + [[ 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 ]] |
275 | 2023-11-07T21:35:55.383Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-07T21:35:55.387Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
277 | 2023-11-07T21:35:58.789Z | + do_assemble_illumos |
278 | 2023-11-07T21:35:58.793Z | + rm -r ./out/cockroachdb |
279 | 2023-11-07T21:35:58.796Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
280 | 2023-11-07T21:35:59.437Z | + ./out/cockroachdb/bin/cockroach version |
281 | 2023-11-07T21:35:59.810Z | Build Tag: v22.1.9-dirty |
282 | 2023-11-07T21:35:59.818Z | Build Time: 2022/10/26 21:17:46 |
283 | 2023-11-07T21:35:59.826Z | Distribution: OSS |
284 | 2023-11-07T21:36:00.271Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
285 | 2023-11-07T21:36:00.281Z | Go Version: go1.17.13 |
286 | 2023-11-07T21:36:00.294Z | C Compiler: gcc 10.3.0 |
287 | 2023-11-07T21:36:00.297Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
288 | 2023-11-07T21:36:00.303Z | Build Type: release |
289 | 2023-11-07T21:36:00.306Z | + set -o errexit |
290 | 2023-11-07T21:36:00.310Z | +++ dirname ./tools/ci_download_clickhouse |
291 | 2023-11-07T21:36:00.315Z | ++ cd ./tools |
292 | 2023-11-07T21:36:00.318Z | ++ pwd |
293 | 2023-11-07T21:36:00.321Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
294 | 2023-11-07T21:36:00.324Z | ++ basename ./tools/ci_download_clickhouse |
295 | 2023-11-07T21:36:00.327Z | + ARG0=ci_download_clickhouse |
296 | 2023-11-07T21:36:00.330Z | + TARGET_DIR=out |
297 | 2023-11-07T21:36:00.333Z | + DOWNLOAD_DIR=out/downloads |
298 | 2023-11-07T21:36:00.337Z | + DEST_DIR=./out/clickhouse |
299 | 2023-11-07T21:36:00.340Z | + CIDL_VERSION=v22.8.9.24 |
300 | 2023-11-07T21:36:00.343Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
301 | 2023-11-07T21:36:00.346Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
302 | 2023-11-07T21:36:00.350Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
303 | 2023-11-07T21:36:00.353Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
304 | 2023-11-07T21:36:00.356Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
305 | 2023-11-07T21:36:00.360Z | + main |
306 | 2023-11-07T21:36:00.363Z | + [[ 0 != 0 ]] |
307 | 2023-11-07T21:36:00.366Z | + CIDL_OS=solaris2.11 |
308 | 2023-11-07T21:36:00.368Z | + [[ 0 != 0 ]] |
309 | 2023-11-07T21:36:00.372Z | + configure_os solaris2.11 |
310 | 2023-11-07T21:36:00.375Z | + echo 'current directory: /work/oxidecomputer/omicron' |
311 | 2023-11-07T21:36:00.379Z | current directory: /work/oxidecomputer/omicron |
312 | 2023-11-07T21:36:00.382Z | + echo 'configuring based on OS: "solaris2.11"' |
313 | 2023-11-07T21:36:00.385Z | configuring based on OS: "solaris2.11" |
314 | 2023-11-07T21:36:00.389Z | + CIDL_DASHREV= |
315 | 2023-11-07T21:36:00.392Z | + case "$1" in |
316 | 2023-11-07T21:36:00.395Z | + CIDL_PLATFORM=illumos |
317 | 2023-11-07T21:36:00.398Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-11-07T21:36:00.401Z | + CIDL_MD5FUNC=do_md5sum |
319 | 2023-11-07T21:36:00.404Z | + CIDL_DASHREV=-1 |
320 | 2023-11-07T21:36:00.407Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
321 | 2023-11-07T21:36:00.410Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-11-07T21:36:00.413Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-07T21:36:00.416Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-11-07T21:36:00.419Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-11-07T21:36:00.423Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-07T21:36:00.426Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-11-07T21:36:00.429Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-11-07T21:36:00.432Z | + mkdir -p out/downloads |
329 | 2023-11-07T21:36:00.436Z | + mkdir -p ./out/clickhouse |
330 | 2023-11-07T21:36:00.439Z | + local DO_DOWNLOAD=true |
331 | 2023-11-07T21:36:00.442Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
332 | 2023-11-07T21:36:00.445Z | + '[' true == true ']' |
333 | 2023-11-07T21:36:00.448Z | + echo Downloading... |
334 | 2023-11-07T21:36:00.451Z | Downloading... |
335 | 2023-11-07T21:36:00.453Z | + 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 |
336 | 2023-11-07T21:36:00.456Z | + 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 |
337 | 2023-11-07T21:36:01.635Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-07T21:36:01.638Z | ++ md5sum |
339 | 2023-11-07T21:36:01.643Z | ++ awk '{print $1}' |
340 | 2023-11-07T21:36:01.896Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-07T21:36:01.900Z | + [[ 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 ]] |
342 | 2023-11-07T21:36:01.903Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
343 | 2023-11-07T21:36:01.907Z | + mkdir -p ./out/clickhouse |
344 | 2023-11-07T21:36:01.912Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
345 | 2023-11-07T21:36:06.703Z | + ./out/clickhouse/clickhouse server --version |
346 | 2023-11-07T21:36:06.754Z | ClickHouse server version 22.8.9.1. |
347 | 2023-11-07T21:36:06.777Z | + set -o errexit |
348 | 2023-11-07T21:36:06.780Z | +++ dirname ./tools/ci_download_console |
349 | 2023-11-07T21:36:06.783Z | ++ cd ./tools |
350 | 2023-11-07T21:36:06.786Z | ++ pwd |
351 | 2023-11-07T21:36:06.789Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
352 | 2023-11-07T21:36:06.792Z | ++ basename ./tools/ci_download_console |
353 | 2023-11-07T21:36:06.795Z | + ARG0=ci_download_console |
354 | 2023-11-07T21:36:06.798Z | + TARGET_DIR=out |
355 | 2023-11-07T21:36:06.801Z | + DOWNLOAD_DIR=out/downloads |
356 | 2023-11-07T21:36:06.804Z | + DEST_DIR=./out/console-assets |
357 | 2023-11-07T21:36:06.807Z | + source /work/oxidecomputer/omicron/tools/console_version |
358 | 2023-11-07T21:36:06.810Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
359 | 2023-11-07T21:36:06.813Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
360 | 2023-11-07T21:36:06.816Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
361 | 2023-11-07T21:36:06.819Z | + TARBALL_FILE=out/downloads/console.tar.gz |
362 | 2023-11-07T21:36:06.822Z | + main |
363 | 2023-11-07T21:36:06.826Z | + [[ 0 != 0 ]] |
364 | 2023-11-07T21:36:06.828Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
365 | 2023-11-07T21:36:06.831Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
366 | 2023-11-07T21:36:06.835Z | + echo 'Local file: out/downloads/console.tar.gz' |
367 | 2023-11-07T21:36:06.840Z | Local file: out/downloads/console.tar.gz |
368 | 2023-11-07T21:36:06.849Z | + local DO_DOWNLOAD=true |
369 | 2023-11-07T21:36:07.264Z | + [[ -f out/downloads/console.tar.gz ]] |
370 | 2023-11-07T21:36:07.271Z | + mkdir -p out/downloads |
371 | 2023-11-07T21:36:07.284Z | + '[' true == true ']' |
372 | 2023-11-07T21:36:07.300Z | + echo Downloading... |
373 | 2023-11-07T21:36:07.304Z | Downloading... |
374 | 2023-11-07T21:36:07.308Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
375 | 2023-11-07T21:36:07.312Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
376 | 2023-11-07T21:36:07.518Z | ++ do_sha256sum out/downloads/console.tar.gz |
377 | 2023-11-07T21:36:07.521Z | ++ case "$OSTYPE" in |
378 | 2023-11-07T21:36:07.524Z | ++ SHA=sha256sum |
379 | 2023-11-07T21:36:07.528Z | ++ sha256sum |
380 | 2023-11-07T21:36:07.531Z | ++ awk '{print $1}' |
381 | 2023-11-07T21:36:07.543Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
382 | 2023-11-07T21:36:07.546Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
383 | 2023-11-07T21:36:07.549Z | + rm -rf ./out/console-assets |
384 | 2023-11-07T21:36:07.552Z | + mkdir -p ./out/console-assets |
385 | 2023-11-07T21:36:07.556Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
386 | 2023-11-07T21:36:07.560Z | + mkdir -p ./out/console-assets |
387 | 2023-11-07T21:36:07.563Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
388 | 2023-11-07T21:36:07.695Z | + set -o errexit |
389 | 2023-11-07T21:36:07.701Z | +++ dirname ./tools/ci_download_maghemite_openapi |
390 | 2023-11-07T21:36:07.707Z | ++ cd ./tools |
391 | 2023-11-07T21:36:07.718Z | ++ pwd |
392 | 2023-11-07T21:36:07.741Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2023-11-07T21:36:07.753Z | ++ basename ./tools/ci_download_maghemite_openapi |
394 | 2023-11-07T21:36:07.758Z | + ARG0=ci_download_maghemite_openapi |
395 | 2023-11-07T21:36:07.763Z | + TARGET_DIR=out |
396 | 2023-11-07T21:36:07.767Z | + DOWNLOAD_DIR=out/downloads |
397 | 2023-11-07T21:36:07.773Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
398 | 2023-11-07T21:36:07.777Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
399 | 2023-11-07T21:36:07.784Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
400 | 2023-11-07T21:36:07.788Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
401 | 2023-11-07T21:36:07.792Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
402 | 2023-11-07T21:36:07.795Z | + main |
403 | 2023-11-07T21:36:07.798Z | + [[ 0 != 0 ]] |
404 | 2023-11-07T21:36:07.809Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
405 | 2023-11-07T21:36:07.817Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
406 | 2023-11-07T21:36:07.833Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
407 | 2023-11-07T21:36:07.851Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
408 | 2023-11-07T21:36:07.863Z | + local DO_DOWNLOAD=true |
409 | 2023-11-07T21:36:07.867Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
410 | 2023-11-07T21:36:07.870Z | + mkdir -p out/downloads |
411 | 2023-11-07T21:36:07.873Z | + '[' true == true ']' |
412 | 2023-11-07T21:36:07.876Z | + echo Downloading... |
413 | 2023-11-07T21:36:07.879Z | Downloading... |
414 | 2023-11-07T21:36:07.882Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
415 | 2023-11-07T21:36:07.886Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
416 | 2023-11-07T21:36:07.928Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
417 | 2023-11-07T21:36:07.931Z | ++ case "$OSTYPE" in |
418 | 2023-11-07T21:36:07.935Z | ++ SHA=sha256sum |
419 | 2023-11-07T21:36:07.938Z | ++ sha256sum |
420 | 2023-11-07T21:36:07.941Z | ++ awk '{print $1}' |
421 | 2023-11-07T21:36:07.944Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-11-07T21:36:07.947Z | + [[ 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 ]] |
423 | 2023-11-07T21:36:07.951Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
424 | 2023-11-07T21:36:07.957Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
425 | 2023-11-07T21:36:07.960Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
426 | 2023-11-07T21:36:07.963Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
427 | 2023-11-07T21:36:07.966Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
428 | 2023-11-07T21:36:07.969Z | + main |
429 | 2023-11-07T21:36:07.973Z | + [[ 0 != 0 ]] |
430 | 2023-11-07T21:36:07.977Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
431 | 2023-11-07T21:36:07.980Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
432 | 2023-11-07T21:36:07.983Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
433 | 2023-11-07T21:36:07.986Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
434 | 2023-11-07T21:36:07.988Z | + local DO_DOWNLOAD=true |
435 | 2023-11-07T21:36:07.991Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
436 | 2023-11-07T21:36:07.994Z | + mkdir -p out/downloads |
437 | 2023-11-07T21:36:07.998Z | + '[' true == true ']' |
438 | 2023-11-07T21:36:08.001Z | + echo Downloading... |
439 | 2023-11-07T21:36:08.004Z | Downloading... |
440 | 2023-11-07T21:36:08.007Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
441 | 2023-11-07T21:36:08.011Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
442 | 2023-11-07T21:36:08.076Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
443 | 2023-11-07T21:36:08.079Z | ++ case "$OSTYPE" in |
444 | 2023-11-07T21:36:08.082Z | ++ SHA=sha256sum |
445 | 2023-11-07T21:36:08.086Z | ++ sha256sum |
446 | 2023-11-07T21:36:08.091Z | ++ awk '{print $1}' |
447 | 2023-11-07T21:36:08.094Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
448 | 2023-11-07T21:36:08.097Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
449 | 2023-11-07T21:36:08.100Z | + set -o errexit |
450 | 2023-11-07T21:36:08.103Z | +++ dirname ./tools/ci_download_dendrite_openapi |
451 | 2023-11-07T21:36:08.106Z | ++ cd ./tools |
452 | 2023-11-07T21:36:08.109Z | ++ pwd |
453 | 2023-11-07T21:36:08.113Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
454 | 2023-11-07T21:36:08.122Z | ++ basename ./tools/ci_download_dendrite_openapi |
455 | 2023-11-07T21:36:08.126Z | + ARG0=ci_download_dendrite_openapi |
456 | 2023-11-07T21:36:08.128Z | + TARGET_DIR=out |
457 | 2023-11-07T21:36:08.131Z | + DOWNLOAD_DIR=out/downloads |
458 | 2023-11-07T21:36:08.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
459 | 2023-11-07T21:36:08.137Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
460 | 2023-11-07T21:36:08.140Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
461 | 2023-11-07T21:36:08.143Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
462 | 2023-11-07T21:36:08.147Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
463 | 2023-11-07T21:36:08.150Z | + main |
464 | 2023-11-07T21:36:08.153Z | + [[ 0 != 0 ]] |
465 | 2023-11-07T21:36:08.160Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
466 | 2023-11-07T21:36:08.169Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
467 | 2023-11-07T21:36:08.180Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
468 | 2023-11-07T21:36:08.185Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
469 | 2023-11-07T21:36:08.188Z | + local DO_DOWNLOAD=true |
470 | 2023-11-07T21:36:08.192Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
471 | 2023-11-07T21:36:08.195Z | + mkdir -p out/downloads |
472 | 2023-11-07T21:36:08.199Z | + '[' true == true ']' |
473 | 2023-11-07T21:36:08.202Z | + echo Downloading... |
474 | 2023-11-07T21:36:08.208Z | Downloading... |
475 | 2023-11-07T21:36:08.211Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
476 | 2023-11-07T21:36:08.216Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
477 | 2023-11-07T21:36:08.707Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
478 | 2023-11-07T21:36:08.721Z | ++ case "$OSTYPE" in |
479 | 2023-11-07T21:36:08.734Z | ++ SHA=sha256sum |
480 | 2023-11-07T21:36:08.742Z | ++ sha256sum |
481 | 2023-11-07T21:36:08.751Z | ++ awk '{print $1}' |
482 | 2023-11-07T21:36:08.755Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
483 | 2023-11-07T21:36:08.759Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
484 | 2023-11-07T21:36:08.762Z | + set -o errexit |
485 | 2023-11-07T21:36:08.765Z | +++ dirname ./tools/ci_download_dendrite_stub |
486 | 2023-11-07T21:36:08.767Z | ++ cd ./tools |
487 | 2023-11-07T21:36:08.771Z | ++ pwd |
488 | 2023-11-07T21:36:08.774Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-11-07T21:36:08.778Z | ++ basename ./tools/ci_download_dendrite_stub |
490 | 2023-11-07T21:36:08.782Z | + ARG0=ci_download_dendrite_stub |
491 | 2023-11-07T21:36:08.785Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
492 | 2023-11-07T21:36:08.791Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
493 | 2023-11-07T21:36:08.795Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
494 | 2023-11-07T21:36:08.799Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
495 | 2023-11-07T21:36:08.802Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-11-07T21:36:08.805Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
497 | 2023-11-07T21:36:08.808Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
498 | 2023-11-07T21:36:08.811Z | + TARGET_DIR=out |
499 | 2023-11-07T21:36:08.814Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-11-07T21:36:08.817Z | + DEST_DIR=./out/dendrite-stub |
501 | 2023-11-07T21:36:08.820Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
502 | 2023-11-07T21:36:08.823Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
503 | 2023-11-07T21:36:08.826Z | + REPO=oxidecomputer/dendrite |
504 | 2023-11-07T21:36:08.829Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
505 | 2023-11-07T21:36:08.832Z | + main |
506 | 2023-11-07T21:36:08.835Z | + [[ 0 != 0 ]] |
507 | 2023-11-07T21:36:08.838Z | + CIDL_OS=solaris2.11 |
508 | 2023-11-07T21:36:08.841Z | + [[ 0 != 0 ]] |
509 | 2023-11-07T21:36:08.845Z | + configure_os solaris2.11 |
510 | 2023-11-07T21:36:08.849Z | + echo 'current directory: /work/oxidecomputer/omicron' |
511 | 2023-11-07T21:36:08.852Z | current directory: /work/oxidecomputer/omicron |
512 | 2023-11-07T21:36:08.855Z | + echo 'configuring based on OS: "solaris2.11"' |
513 | 2023-11-07T21:36:08.858Z | configuring based on OS: "solaris2.11" |
514 | 2023-11-07T21:36:08.861Z | + case "$1" in |
515 | 2023-11-07T21:36:08.864Z | + SET_BINARIES= |
516 | 2023-11-07T21:36:08.867Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
517 | 2023-11-07T21:36:08.871Z | + CIDL_SHA256FUNC=do_sha256sum |
518 | 2023-11-07T21:36:08.879Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
519 | 2023-11-07T21:36:08.895Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
520 | 2023-11-07T21:36:09.327Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
521 | 2023-11-07T21:36:09.332Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
522 | 2023-11-07T21:36:09.337Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
523 | 2023-11-07T21:36:09.342Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
524 | 2023-11-07T21:36:09.345Z | Local file: out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-07T21:36:09.349Z | + mkdir -p out/downloads |
526 | 2023-11-07T21:36:09.359Z | + mkdir -p ./out/dendrite-stub |
527 | 2023-11-07T21:36:09.365Z | + fetch_and_verify |
528 | 2023-11-07T21:36:09.380Z | + local DO_DOWNLOAD=true |
529 | 2023-11-07T21:36:09.414Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
530 | 2023-11-07T21:36:09.420Z | + '[' true == true ']' |
531 | 2023-11-07T21:36:09.429Z | + echo Downloading... |
532 | 2023-11-07T21:36:09.432Z | Downloading... |
533 | 2023-11-07T21:36:09.436Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
534 | 2023-11-07T21:36:09.439Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
535 | 2023-11-07T21:36:15.036Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
536 | 2023-11-07T21:36:15.044Z | ++ sha256sum |
537 | 2023-11-07T21:36:15.060Z | ++ awk '{print $1}' |
538 | 2023-11-07T21:36:15.130Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
539 | 2023-11-07T21:36:15.133Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
540 | 2023-11-07T21:36:15.136Z | + do_untar out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-07T21:36:15.138Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
542 | 2023-11-07T21:36:16.035Z | + do_assemble |
543 | 2023-11-07T21:36:16.042Z | + rm -r ./out/dendrite-stub |
544 | 2023-11-07T21:36:16.049Z | + mkdir ./out/dendrite-stub |
545 | 2023-11-07T21:36:16.057Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
546 | 2023-11-07T21:36:16.176Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
547 | 2023-11-07T21:36:16.191Z | + set -o errexit |
548 | 2023-11-07T21:36:16.201Z | +++ dirname ./tools/ci_download_maghemite_mgd |
549 | 2023-11-07T21:36:16.208Z | ++ cd ./tools |
550 | 2023-11-07T21:36:16.217Z | ++ pwd |
551 | 2023-11-07T21:36:16.224Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
552 | 2023-11-07T21:36:16.230Z | ++ basename ./tools/ci_download_maghemite_mgd |
553 | 2023-11-07T21:36:16.236Z | + ARG0=ci_download_maghemite_mgd |
554 | 2023-11-07T21:36:16.242Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
555 | 2023-11-07T21:36:16.248Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
556 | 2023-11-07T21:36:16.256Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
557 | 2023-11-07T21:36:16.265Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
558 | 2023-11-07T21:36:16.272Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
559 | 2023-11-07T21:36:16.280Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
560 | 2023-11-07T21:36:16.287Z | + TARGET_DIR=out |
561 | 2023-11-07T21:36:16.295Z | + DOWNLOAD_DIR=out/downloads |
562 | 2023-11-07T21:36:16.308Z | + DEST_DIR=./out/mgd |
563 | 2023-11-07T21:36:16.316Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
564 | 2023-11-07T21:36:16.323Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
565 | 2023-11-07T21:36:16.331Z | + REPO=oxidecomputer/maghemite |
566 | 2023-11-07T21:36:16.345Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
567 | 2023-11-07T21:36:16.358Z | + main |
568 | 2023-11-07T21:36:16.368Z | + [[ 0 != 0 ]] |
569 | 2023-11-07T21:36:16.374Z | + CIDL_OS=solaris2.11 |
570 | 2023-11-07T21:36:16.381Z | + [[ 0 != 0 ]] |
571 | 2023-11-07T21:36:16.389Z | + configure_os solaris2.11 |
572 | 2023-11-07T21:36:16.396Z | + echo 'current directory: /work/oxidecomputer/omicron' |
573 | 2023-11-07T21:36:16.403Z | current directory: /work/oxidecomputer/omicron |
574 | 2023-11-07T21:36:16.410Z | + echo 'configuring based on OS: "solaris2.11"' |
575 | 2023-11-07T21:36:16.418Z | configuring based on OS: "solaris2.11" |
576 | 2023-11-07T21:36:16.428Z | + case "$1" in |
577 | 2023-11-07T21:36:17.666Z | + SET_BINARIES= |
578 | 2023-11-07T21:36:17.672Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2023-11-07T21:36:17.679Z | + TARBALL_FILENAME=mgd.tar.gz |
580 | 2023-11-07T21:36:17.684Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
581 | 2023-11-07T21:36:17.692Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
582 | 2023-11-07T21:36:17.699Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
583 | 2023-11-07T21:36:17.706Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
584 | 2023-11-07T21:36:17.733Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
585 | 2023-11-07T21:36:17.738Z | Local file: out/downloads/mgd.tar.gz |
586 | 2023-11-07T21:36:17.743Z | + mkdir -p out/downloads |
587 | 2023-11-07T21:36:17.746Z | + mkdir -p ./out/mgd |
588 | 2023-11-07T21:36:17.749Z | + fetch_and_verify |
589 | 2023-11-07T21:36:17.752Z | + local DO_DOWNLOAD=true |
590 | 2023-11-07T21:36:17.755Z | + [[ -f out/downloads/mgd.tar.gz ]] |
591 | 2023-11-07T21:36:17.758Z | + '[' true == true ']' |
592 | 2023-11-07T21:36:17.761Z | + echo Downloading... |
593 | 2023-11-07T21:36:17.763Z | Downloading... |
594 | 2023-11-07T21:36:17.766Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
595 | 2023-11-07T21:36:17.769Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
596 | 2023-11-07T21:36:21.663Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
597 | 2023-11-07T21:36:21.666Z | ++ sha256sum |
598 | 2023-11-07T21:36:21.669Z | ++ awk '{print $1}' |
599 | 2023-11-07T21:36:21.740Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
600 | 2023-11-07T21:36:21.743Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
601 | 2023-11-07T21:36:21.748Z | + do_untar out/downloads/mgd.tar.gz |
602 | 2023-11-07T21:36:21.751Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
603 | 2023-11-07T21:36:22.411Z | + do_assemble |
604 | 2023-11-07T21:36:22.414Z | + rm -r ./out/mgd |
605 | 2023-11-07T21:36:22.417Z | + mkdir ./out/mgd |
606 | 2023-11-07T21:36:22.419Z | + cp -r out/downloads/root ./out/mgd/root |
607 | 2023-11-07T21:36:22.619Z | + set -o errexit |
608 | 2023-11-07T21:36:22.622Z | +++ dirname ./tools/ci_download_transceiver_control |
609 | 2023-11-07T21:36:22.625Z | ++ cd ./tools |
610 | 2023-11-07T21:36:22.627Z | ++ pwd |
611 | 2023-11-07T21:36:22.630Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
612 | 2023-11-07T21:36:22.643Z | ++ basename ./tools/ci_download_transceiver_control |
613 | 2023-11-07T21:36:22.655Z | + ARG0=ci_download_transceiver_control |
614 | 2023-11-07T21:36:22.675Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
615 | 2023-11-07T21:36:22.682Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
616 | 2023-11-07T21:36:22.689Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
617 | 2023-11-07T21:36:22.700Z | + TARGET_DIR=out |
618 | 2023-11-07T21:36:22.705Z | + DOWNLOAD_DIR=out/downloads |
619 | 2023-11-07T21:36:22.708Z | + DEST_DIR=./out/transceiver-control |
620 | 2023-11-07T21:36:22.713Z | + BIN_DIR=/opt/oxide/bin |
621 | 2023-11-07T21:36:22.718Z | + BINARY=xcvradm |
622 | 2023-11-07T21:36:22.722Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
623 | 2023-11-07T21:36:22.725Z | + REPO=oxidecomputer/transceiver-control |
624 | 2023-11-07T21:36:22.732Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
625 | 2023-11-07T21:36:22.735Z | + main |
626 | 2023-11-07T21:36:22.739Z | + [[ 0 != 0 ]] |
627 | 2023-11-07T21:36:22.742Z | + CIDL_OS=solaris2.11 |
628 | 2023-11-07T21:36:22.745Z | + [[ 0 != 0 ]] |
629 | 2023-11-07T21:36:22.749Z | + configure_os solaris2.11 |
630 | 2023-11-07T21:36:22.753Z | + echo 'current directory: /work/oxidecomputer/omicron' |
631 | 2023-11-07T21:36:22.755Z | current directory: /work/oxidecomputer/omicron |
632 | 2023-11-07T21:36:22.759Z | + echo 'configuring based on OS: "solaris2.11"' |
633 | 2023-11-07T21:36:22.763Z | configuring based on OS: "solaris2.11" |
634 | 2023-11-07T21:36:22.766Z | + case "$1" in |
635 | 2023-11-07T21:36:22.768Z | + SET_BINARIES= |
636 | 2023-11-07T21:36:22.771Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2023-11-07T21:36:22.774Z | + CIDL_SHA256FUNC=do_sha256sum |
638 | 2023-11-07T21:36:22.778Z | + ARCHIVE_FILENAME=xcvradm.gz |
639 | 2023-11-07T21:36:22.781Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
640 | 2023-11-07T21:36:22.783Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
641 | 2023-11-07T21:36:22.787Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
642 | 2023-11-07T21:36:22.790Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
643 | 2023-11-07T21:36:22.792Z | Local file: out/downloads/xcvradm.gz |
644 | 2023-11-07T21:36:22.798Z | + echo 'Local file: out/downloads/xcvradm.gz' |
645 | 2023-11-07T21:36:22.800Z | + mkdir -p out/downloads |
646 | 2023-11-07T21:36:22.803Z | + mkdir -p ./out/transceiver-control |
647 | 2023-11-07T21:36:22.806Z | + fetch_and_verify |
648 | 2023-11-07T21:36:22.811Z | + local DO_DOWNLOAD=true |
649 | 2023-11-07T21:36:22.814Z | + [[ -f out/downloads/xcvradm.gz ]] |
650 | 2023-11-07T21:36:22.817Z | + '[' true == true ']' |
651 | 2023-11-07T21:36:22.819Z | + echo Downloading... |
652 | 2023-11-07T21:36:22.822Z | Downloading... |
653 | 2023-11-07T21:36:22.826Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
654 | 2023-11-07T21:36:22.828Z | + 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 |
655 | 2023-11-07T21:36:25.239Z | ++ do_sha256sum out/downloads/xcvradm.gz |
656 | 2023-11-07T21:36:25.248Z | ++ sha256sum |
657 | 2023-11-07T21:36:25.257Z | ++ awk '{print $1}' |
658 | 2023-11-07T21:36:25.261Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-11-07T21:36:25.265Z | + [[ 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 ]] |
660 | 2023-11-07T21:36:25.269Z | + do_unpack out/downloads/xcvradm.gz |
661 | 2023-11-07T21:36:25.275Z | + mkdir -p out/downloads/root//opt/oxide/bin |
662 | 2023-11-07T21:36:25.278Z | + gzip -dc out/downloads/xcvradm.gz |
663 | 2023-11-07T21:36:25.433Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
664 | 2023-11-07T21:36:25.436Z | + do_assemble |
665 | 2023-11-07T21:36:25.439Z | + rm -r ./out/transceiver-control |
666 | 2023-11-07T21:36:25.442Z | + mkdir ./out/transceiver-control |
667 | 2023-11-07T21:36:25.445Z | + cp -r out/downloads/root ./out/transceiver-control/root |
668 | 2023-11-07T21:36:25.641Z | All prerequisites installed successfully |
669 | 2023-11-07T21:36:25.644Z | |
670 | 2023-11-07T21:36:25.647Z | real 2:08.962603066 |
671 | 2023-11-07T21:36:25.649Z | user 51.936146041 |
672 | 2023-11-07T21:36:25.652Z | sys 9.897974424 |
673 | 2023-11-07T21:36:25.658Z | trap 0.021497127 |
674 | 2023-11-07T21:36:26.073Z | tflt 0.401738598 |
675 | 2023-11-07T21:36:26.076Z | dflt 1.214937349 |
676 | 2023-11-07T21:36:26.079Z | kflt 0.310289819 |
677 | 2023-11-07T21:36:26.082Z | lock 2.095927812 |
678 | 2023-11-07T21:36:26.084Z | slp 3:56.558350976 |
679 | 2023-11-07T21:36:26.087Z | lat 3.313250690 |
680 | 2023-11-07T21:36:26.090Z | stop 0.079063210 |
681 | 2023-11-07T21:36:26.092Z | + banner end-to-end-tests |
682 | 2023-11-07T21:36:26.096Z | |
683 | 2023-11-07T21:36:26.098Z | ###### # # ##### ##### #### ###### # # ##### |
684 | 2023-11-07T21:36:26.101Z | # ## # # # # # # # ## # # # |
685 | 2023-11-07T21:36:26.104Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
686 | 2023-11-07T21:36:26.107Z | # # # # # # # # # # # # # # # |
687 | 2023-11-07T21:36:26.109Z | # # ## # # # # # # # ## # # |
688 | 2023-11-07T21:36:26.112Z | ###### # # ##### # #### ###### # # ##### |
689 | 2023-11-07T21:36:26.115Z | |
690 | 2023-11-07T21:36:26.117Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
691 | 2023-11-07T21:36:26.120Z | + CARGO_PROFILE_DEV_DEBUG=1 |
692 | 2023-11-07T21:36:26.123Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
693 | 2023-11-07T21:36:26.127Z | + CARGO_PROFILE_TEST_DEBUG=1 |
694 | 2023-11-07T21:36:26.130Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
695 | 2023-11-07T21:36:26.133Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
696 | 2023-11-07T21:36:26.465Z | Updating crates.io index |
697 | 2023-11-07T21:36:26.520Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
698 | 2023-11-07T21:36:27.228Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
699 | 2023-11-07T21:36:29.014Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
700 | 2023-11-07T21:36:29.189Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
701 | 2023-11-07T21:36:29.513Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
702 | 2023-11-07T21:36:29.809Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
703 | 2023-11-07T21:36:30.197Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
704 | 2023-11-07T21:36:30.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
705 | 2023-11-07T21:36:32.565Z | Updating git repository `https://github.com/oxidecomputer/opte` |
706 | 2023-11-07T21:36:33.778Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
707 | 2023-11-07T21:36:34.128Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
708 | 2023-11-07T21:36:34.474Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
709 | 2023-11-07T21:36:35.091Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
710 | 2023-11-07T21:36:35.460Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
711 | 2023-11-07T21:36:35.918Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
712 | 2023-11-07T21:36:36.257Z | Updating git repository `https://github.com/njaremko/samael` |
713 | 2023-11-07T21:36:36.790Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
714 | 2023-11-07T21:36:37.389Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
715 | 2023-11-07T21:36:37.777Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
716 | 2023-11-07T21:36:38.219Z | Updating git repository `https://github.com/jgallagher/nix` |
717 | 2023-11-07T21:36:39.534Z | Updating git repository `https://github.com/cbiffle/hubpack` |
718 | 2023-11-07T21:36:39.922Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
719 | 2023-11-07T21:36:49.659Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
720 | 2023-11-07T21:36:50.266Z | Updating git repository `https://github.com/oxidecomputer/typify` |
721 | 2023-11-07T21:36:51.336Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
722 | 2023-11-07T21:36:51.740Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
723 | 2023-11-07T21:36:52.061Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
724 | 2023-11-07T21:36:53.635Z | Downloading crates ... |
725 | 2023-11-07T21:36:53.904Z | Downloaded bitflags v1.3.2 |
726 | 2023-11-07T21:36:53.921Z | Downloaded new_debug_unreachable v1.0.4 |
727 | 2023-11-07T21:36:53.929Z | Downloaded aead v0.5.2 |
728 | 2023-11-07T21:36:53.941Z | Downloaded mime v0.3.17 |
729 | 2023-11-07T21:36:54.353Z | Downloaded bcrypt-pbkdf v0.10.0 |
730 | 2023-11-07T21:36:54.359Z | Downloaded num-integer v0.1.45 |
731 | 2023-11-07T21:36:54.367Z | Downloaded libefi-sys v0.1.0 |
732 | 2023-11-07T21:36:54.377Z | Downloaded crc32fast v1.3.2 |
733 | 2023-11-07T21:36:54.438Z | Downloaded predicates-core v1.0.6 |
734 | 2023-11-07T21:36:54.445Z | Downloaded async-stream-impl v0.3.5 |
735 | 2023-11-07T21:36:54.454Z | Downloaded cstr-argument v0.1.2 |
736 | 2023-11-07T21:36:54.460Z | Downloaded parking_lot_core v0.8.6 |
737 | 2023-11-07T21:36:54.470Z | Downloaded data-encoding v2.4.0 |
738 | 2023-11-07T21:36:54.484Z | Downloaded md5 v0.7.0 |
739 | 2023-11-07T21:36:54.491Z | Downloaded phf_shared v0.10.0 |
740 | 2023-11-07T21:36:54.498Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2023-11-07T21:36:54.501Z | Downloaded cfg-if v0.1.10 |
742 | 2023-11-07T21:36:54.504Z | Downloaded crucible-workspace-hack v0.1.0 |
743 | 2023-11-07T21:36:54.507Z | Downloaded phf v0.11.2 |
744 | 2023-11-07T21:36:54.510Z | Downloaded crossbeam-utils v0.8.16 |
745 | 2023-11-07T21:36:54.513Z | Downloaded ciborium-io v0.2.1 |
746 | 2023-11-07T21:36:54.516Z | Downloaded pretty-hex v0.3.0 |
747 | 2023-11-07T21:36:54.519Z | Downloaded pbkdf2 v0.11.0 |
748 | 2023-11-07T21:36:54.522Z | Downloaded byteorder v1.5.0 |
749 | 2023-11-07T21:36:54.524Z | Downloaded predicates v3.0.4 |
750 | 2023-11-07T21:36:54.528Z | Downloaded clap_lex v0.5.1 |
751 | 2023-11-07T21:36:54.531Z | Downloaded openssl-macros v0.1.1 |
752 | 2023-11-07T21:36:54.534Z | Downloaded ascii v1.1.0 |
753 | 2023-11-07T21:36:54.537Z | Downloaded camino-tempfile v1.0.2 |
754 | 2023-11-07T21:36:54.540Z | Downloaded cfg-if v1.0.0 |
755 | 2023-11-07T21:36:54.543Z | Downloaded pkg-config v0.3.27 |
756 | 2023-11-07T21:36:54.546Z | Downloaded thiserror-no-std v2.0.2 |
757 | 2023-11-07T21:36:54.549Z | Downloaded quick-error v1.2.3 |
758 | 2023-11-07T21:36:54.552Z | Downloaded ciborium-ll v0.2.1 |
759 | 2023-11-07T21:36:54.554Z | Downloaded opaque-debug v0.3.0 |
760 | 2023-11-07T21:36:54.558Z | Downloaded colored v2.0.4 |
761 | 2023-11-07T21:36:54.561Z | Downloaded bzip2 v0.4.4 |
762 | 2023-11-07T21:36:54.564Z | Downloaded blowfish v0.9.1 |
763 | 2023-11-07T21:36:54.568Z | Downloaded diesel_derives v2.1.1 |
764 | 2023-11-07T21:36:54.571Z | Downloaded argon2 v0.5.2 |
765 | 2023-11-07T21:36:54.574Z | Downloaded const-oid v0.9.5 |
766 | 2023-11-07T21:36:54.577Z | Downloaded lock_api v0.4.10 |
767 | 2023-11-07T21:36:54.580Z | Downloaded ciborium v0.2.1 |
768 | 2023-11-07T21:36:54.583Z | Downloaded num-rational v0.4.1 |
769 | 2023-11-07T21:36:54.586Z | Downloaded postgres-types v0.2.6 |
770 | 2023-11-07T21:36:54.590Z | Downloaded tinyvec v1.6.0 |
771 | 2023-11-07T21:36:54.593Z | Downloaded crossbeam-channel v0.5.8 |
772 | 2023-11-07T21:36:54.597Z | Downloaded const_format v0.2.31 |
773 | 2023-11-07T21:36:54.600Z | Downloaded ahash v0.8.3 |
774 | 2023-11-07T21:36:54.604Z | Downloaded clap_builder v4.4.2 |
775 | 2023-11-07T21:36:54.608Z | Downloaded crossbeam-epoch v0.9.15 |
776 | 2023-11-07T21:36:54.612Z | Downloaded try-lock v0.2.4 |
777 | 2023-11-07T21:36:54.615Z | Downloaded signature v2.1.0 |
778 | 2023-11-07T21:36:54.618Z | Downloaded time-macros v0.2.13 |
779 | 2023-11-07T21:36:54.621Z | Downloaded keccak v0.1.4 |
780 | 2023-11-07T21:36:54.624Z | Downloaded foreign-types-macros v0.2.3 |
781 | 2023-11-07T21:36:54.628Z | Downloaded structmeta-derive v0.1.6 |
782 | 2023-11-07T21:36:54.633Z | Downloaded rand_chacha v0.3.1 |
783 | 2023-11-07T21:36:54.638Z | Downloaded zone_cfg_derive v0.2.0 |
784 | 2023-11-07T21:36:54.642Z | Downloaded bytes v1.5.0 |
785 | 2023-11-07T21:36:54.645Z | Downloaded same-file v1.0.6 |
786 | 2023-11-07T21:36:54.648Z | Downloaded foreign-types-shared v0.3.1 |
787 | 2023-11-07T21:36:54.651Z | Downloaded num-bigint v0.4.4 |
788 | 2023-11-07T21:36:54.655Z | Downloaded want v0.3.1 |
789 | 2023-11-07T21:36:54.658Z | Downloaded thiserror v1.0.49 |
790 | 2023-11-07T21:36:54.662Z | Downloaded equivalent v1.0.1 |
791 | 2023-11-07T21:36:54.665Z | Downloaded zeroize v1.6.0 |
792 | 2023-11-07T21:36:54.667Z | Downloaded http-range v0.1.5 |
793 | 2023-11-07T21:36:54.675Z | Downloaded backtrace v0.3.69 |
794 | 2023-11-07T21:36:54.679Z | Downloaded xattr v1.0.1 |
795 | 2023-11-07T21:36:54.682Z | Downloaded textwrap v0.11.0 |
796 | 2023-11-07T21:36:54.686Z | Downloaded usdt-attr-macro v0.3.5 |
797 | 2023-11-07T21:36:54.689Z | Downloaded iana-time-zone v0.1.57 |
798 | 2023-11-07T21:36:54.692Z | Downloaded futures-task v0.3.29 |
799 | 2023-11-07T21:36:54.698Z | Downloaded group v0.13.0 |
800 | 2023-11-07T21:36:54.701Z | Downloaded fxhash v0.2.1 |
801 | 2023-11-07T21:36:54.704Z | Downloaded slog-json v2.6.1 |
802 | 2023-11-07T21:36:54.708Z | Downloaded usdt v0.3.5 |
803 | 2023-11-07T21:36:54.711Z | Downloaded hyper-staticfile v0.9.5 |
804 | 2023-11-07T21:36:54.714Z | Downloaded rustls-pemfile v1.0.3 |
805 | 2023-11-07T21:36:54.716Z | Downloaded slog-term v2.9.0 |
806 | 2023-11-07T21:36:54.720Z | Downloaded tungstenite v0.18.0 |
807 | 2023-11-07T21:36:54.723Z | Downloaded take_mut v0.2.2 |
808 | 2023-11-07T21:36:54.726Z | Downloaded serde_repr v0.1.16 |
809 | 2023-11-07T21:36:54.729Z | Downloaded futures-sink v0.3.29 |
810 | 2023-11-07T21:36:54.732Z | Downloaded hash32 v0.2.1 |
811 | 2023-11-07T21:36:54.735Z | Downloaded tinyvec_macros v0.1.1 |
812 | 2023-11-07T21:36:54.739Z | Downloaded serde_urlencoded v0.7.1 |
813 | 2023-11-07T21:36:54.743Z | Downloaded dtrace-parser v0.1.14 |
814 | 2023-11-07T21:36:54.747Z | Downloaded wyz v0.5.1 |
815 | 2023-11-07T21:36:54.751Z | Downloaded difflib v0.4.0 |
816 | 2023-11-07T21:36:54.754Z | Downloaded slog-scope v4.4.0 |
817 | 2023-11-07T21:36:54.757Z | Downloaded sha2 v0.10.8 |
818 | 2023-11-07T21:36:54.760Z | Downloaded ghash v0.5.0 |
819 | 2023-11-07T21:36:54.763Z | Downloaded utf8parse v0.2.1 |
820 | 2023-11-07T21:36:54.766Z | Downloaded untrusted v0.7.1 |
821 | 2023-11-07T21:36:54.769Z | Downloaded time-core v0.1.1 |
822 | 2023-11-07T21:36:54.771Z | Downloaded spki v0.7.2 |
823 | 2023-11-07T21:36:54.774Z | Downloaded smf v0.2.2 |
824 | 2023-11-07T21:36:54.778Z | Downloaded jobserver v0.1.26 |
825 | 2023-11-07T21:36:54.781Z | Downloaded unsafe-libyaml v0.2.9 |
826 | 2023-11-07T21:36:54.784Z | Downloaded rustversion v1.0.14 |
827 | 2023-11-07T21:36:54.787Z | Downloaded serde_tokenstream v0.2.0 |
828 | 2023-11-07T21:36:54.794Z | Downloaded serde_with_macros v2.3.3 |
829 | 2023-11-07T21:36:54.810Z | Downloaded getopts v0.2.21 |
830 | 2023-11-07T21:36:54.819Z | Downloaded smallvec v1.11.0 |
831 | 2023-11-07T21:36:54.836Z | Downloaded dof v0.1.5 |
832 | 2023-11-07T21:36:54.844Z | Downloaded env_logger v0.9.3 |
833 | 2023-11-07T21:36:54.851Z | Downloaded stringprep v0.1.3 |
834 | 2023-11-07T21:36:54.867Z | Downloaded slog-async v2.8.0 |
835 | 2023-11-07T21:36:54.874Z | Downloaded unicode-width v0.1.11 |
836 | 2023-11-07T21:36:54.882Z | Downloaded tokio-tungstenite v0.20.1 |
837 | 2023-11-07T21:36:54.889Z | Downloaded vsss-rs v3.3.1 |
838 | 2023-11-07T21:36:54.892Z | Downloaded walkdir v2.4.0 |
839 | 2023-11-07T21:36:54.896Z | Downloaded zip v0.6.6 |
840 | 2023-11-07T21:36:54.904Z | Downloaded humantime v2.1.0 |
841 | 2023-11-07T21:36:54.915Z | Downloaded io-lifetimes v1.0.11 |
842 | 2023-11-07T21:36:54.924Z | Downloaded ryu v1.0.15 |
843 | 2023-11-07T21:36:54.931Z | Downloaded tracing v0.1.37 |
844 | 2023-11-07T21:36:54.938Z | Downloaded hubpack_derive v0.1.1 |
845 | 2023-11-07T21:36:54.942Z | Downloaded tokio-tungstenite v0.18.0 |
846 | 2023-11-07T21:36:54.945Z | Downloaded rand_core v0.5.1 |
847 | 2023-11-07T21:36:54.948Z | Downloaded hashlink v0.8.3 |
848 | 2023-11-07T21:36:54.951Z | Downloaded itertools v0.11.0 |
849 | 2023-11-07T21:36:54.954Z | Downloaded tungstenite v0.20.1 |
850 | 2023-11-07T21:36:54.958Z | Downloaded ron v0.7.1 |
851 | 2023-11-07T21:36:54.963Z | Downloaded httparse v1.8.0 |
852 | 2023-11-07T21:36:54.967Z | Downloaded untrusted v0.9.0 |
853 | 2023-11-07T21:36:54.969Z | Downloaded semver v0.11.0 |
854 | 2023-11-07T21:36:54.973Z | Downloaded ipnet v2.8.0 |
855 | 2023-11-07T21:36:54.976Z | Downloaded headers-core v0.2.0 |
856 | 2023-11-07T21:36:54.979Z | Downloaded toml_edit v0.19.15 |
857 | 2023-11-07T21:36:54.985Z | Downloaded hubpack v0.1.2 |
858 | 2023-11-07T21:36:54.989Z | Downloaded aes-gcm v0.10.3 |
859 | 2023-11-07T21:36:54.992Z | Downloaded string_cache v0.8.7 |
860 | 2023-11-07T21:36:54.995Z | Downloaded stable_deref_trait v1.2.0 |
861 | 2023-11-07T21:36:54.998Z | Downloaded indexmap v2.0.0 |
862 | 2023-11-07T21:36:55.016Z | Downloaded httpdate v1.0.3 |
863 | 2023-11-07T21:36:55.019Z | Downloaded hashbrown v0.12.3 |
864 | 2023-11-07T21:36:55.023Z | Downloaded semver v1.0.20 |
865 | 2023-11-07T21:36:55.027Z | Downloaded tokio-util v0.7.10 |
866 | 2023-11-07T21:36:55.034Z | Downloaded strum v0.25.0 |
867 | 2023-11-07T21:36:55.037Z | Downloaded slog v2.7.0 |
868 | 2023-11-07T21:36:55.040Z | Downloaded regex-automata v0.1.10 |
869 | 2023-11-07T21:36:55.043Z | Downloaded rand v0.8.5 |
870 | 2023-11-07T21:36:55.046Z | Downloaded rustls-webpki v0.101.7 |
871 | 2023-11-07T21:36:55.049Z | Downloaded headers v0.3.9 |
872 | 2023-11-07T21:36:55.052Z | Downloaded r2d2 v0.8.10 |
873 | 2023-11-07T21:36:55.059Z | Downloaded tokio-macros v2.1.0 |
874 | 2023-11-07T21:36:55.062Z | Downloaded rusqlite v0.29.0 |
875 | 2023-11-07T21:36:55.066Z | Downloaded aho-corasick v1.0.4 |
876 | 2023-11-07T21:36:55.068Z | Downloaded rand_core v0.6.4 |
877 | 2023-11-07T21:36:55.071Z | Downloaded lalrpop-util v0.19.12 |
878 | 2023-11-07T21:36:55.074Z | Downloaded radium v0.7.0 |
879 | 2023-11-07T21:36:55.077Z | Downloaded subtle v2.5.0 |
880 | 2023-11-07T21:36:55.081Z | Downloaded typenum v1.16.0 |
881 | 2023-11-07T21:36:55.084Z | Downloaded hyper v0.14.27 |
882 | 2023-11-07T21:36:55.087Z | Downloaded http v0.2.9 |
883 | 2023-11-07T21:36:55.090Z | Downloaded hmac v0.12.1 |
884 | 2023-11-07T21:36:55.093Z | Downloaded strum_macros v0.25.2 |
885 | 2023-11-07T21:36:55.096Z | Downloaded strsim v0.10.0 |
886 | 2023-11-07T21:36:55.099Z | Downloaded git2 v0.17.2 |
887 | 2023-11-07T21:36:55.102Z | Downloaded trust-dns-client v0.22.0 |
888 | 2023-11-07T21:36:55.106Z | Downloaded bitvec v1.0.1 |
889 | 2023-11-07T21:36:55.114Z | Downloaded unicode-ident v1.0.12 |
890 | 2023-11-07T21:36:55.117Z | Downloaded ucd-trie v0.1.6 |
891 | 2023-11-07T21:36:55.120Z | Downloaded serde_with v2.3.3 |
892 | 2023-11-07T21:36:55.123Z | Downloaded regex-syntax v0.8.2 |
893 | 2023-11-07T21:36:55.127Z | Downloaded winnow v0.5.15 |
894 | 2023-11-07T21:36:55.130Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
895 | 2023-11-07T21:36:55.133Z | Downloaded nix v0.26.2 |
896 | 2023-11-07T21:36:55.137Z | Downloaded zerocopy-derive v0.6.4 |
897 | 2023-11-07T21:36:55.140Z | Downloaded rand v0.7.3 |
898 | 2023-11-07T21:36:55.143Z | Downloaded unicode-normalization v0.1.22 |
899 | 2023-11-07T21:36:55.146Z | Downloaded reqwest v0.11.20 |
900 | 2023-11-07T21:36:55.149Z | Downloaded syn v1.0.109 |
901 | 2023-11-07T21:36:55.152Z | Downloaded bstr v0.2.17 |
902 | 2023-11-07T21:36:55.155Z | Downloaded sha3 v0.10.8 |
903 | 2023-11-07T21:36:55.158Z | Downloaded webpki-roots v0.25.2 |
904 | 2023-11-07T21:36:55.161Z | Downloaded radix_trie v0.2.1 |
905 | 2023-11-07T21:36:55.164Z | Downloaded gimli v0.28.0 |
906 | 2023-11-07T21:36:55.167Z | Downloaded trust-dns-proto v0.22.0 |
907 | 2023-11-07T21:36:55.171Z | Downloaded regex-syntax v0.6.29 |
908 | 2023-11-07T21:36:55.179Z | Downloaded rustix v0.37.23 |
909 | 2023-11-07T21:36:55.183Z | Downloaded smoltcp v0.9.1 |
910 | 2023-11-07T21:36:55.186Z | Downloaded regex v1.10.2 |
911 | 2023-11-07T21:36:55.189Z | Downloaded hkdf v0.12.3 |
912 | 2023-11-07T21:36:55.192Z | Downloaded hashbrown v0.14.0 |
913 | 2023-11-07T21:36:55.195Z | Downloaded hashbrown v0.13.2 |
914 | 2023-11-07T21:36:55.198Z | Downloaded sled v0.34.7 |
915 | 2023-11-07T21:36:55.201Z | Downloaded object v0.32.1 |
916 | 2023-11-07T21:36:55.222Z | Downloaded slog-envlogger v2.2.0 |
917 | 2023-11-07T21:36:55.227Z | Downloaded zerocopy-derive v0.2.0 |
918 | 2023-11-07T21:36:55.245Z | Downloaded libc v0.2.149 |
919 | 2023-11-07T21:36:55.294Z | Downloaded serde_json v1.0.108 |
920 | 2023-11-07T21:36:55.314Z | Downloaded regex-automata v0.4.3 |
921 | 2023-11-07T21:36:55.348Z | Downloaded regex-automata v0.3.8 |
922 | 2023-11-07T21:36:55.379Z | Downloaded idna v0.4.0 |
923 | 2023-11-07T21:36:55.394Z | Downloaded rustix v0.38.9 |
924 | 2023-11-07T21:36:55.436Z | Downloaded tokio v1.33.0 |
925 | 2023-11-07T21:36:55.507Z | Downloaded openssl v0.10.57 |
926 | 2023-11-07T21:36:55.527Z | Downloaded chrono v0.4.31 |
927 | 2023-11-07T21:36:55.541Z | Downloaded syn v2.0.32 |
928 | 2023-11-07T21:36:55.561Z | Downloaded rustls v0.21.8 |
929 | 2023-11-07T21:36:55.585Z | Downloaded futures-util v0.3.29 |
930 | 2023-11-07T21:36:55.608Z | Downloaded url v2.4.1 |
931 | 2023-11-07T21:36:55.613Z | Downloaded trust-dns-resolver v0.22.0 |
932 | 2023-11-07T21:36:55.622Z | Downloaded regress v0.7.1 |
933 | 2023-11-07T21:36:55.638Z | Downloaded smoltcp v0.8.2 |
934 | 2023-11-07T21:36:55.655Z | Downloaded winapi v0.3.9 |
935 | 2023-11-07T21:36:55.734Z | Downloaded ring v0.17.5 |
936 | 2023-11-07T21:36:55.873Z | Downloaded russh v0.38.0 |
937 | 2023-11-07T21:36:55.882Z | Downloaded encoding_rs v0.8.33 |
938 | 2023-11-07T21:36:55.927Z | Downloaded structopt-derive v0.4.18 |
939 | 2023-11-07T21:36:55.931Z | Downloaded idna v0.2.3 |
940 | 2023-11-07T21:36:55.943Z | Downloaded ring v0.16.20 |
941 | 2023-11-07T21:36:56.108Z | Downloaded slog-bunyan v2.4.0 |
942 | 2023-11-07T21:36:56.111Z | Downloaded hex-literal v0.4.1 |
943 | 2023-11-07T21:36:56.114Z | Downloaded serde v1.0.188 |
944 | 2023-11-07T21:36:56.117Z | Downloaded static_assertions v1.1.0 |
945 | 2023-11-07T21:36:56.120Z | Downloaded h2 v0.3.21 |
946 | 2023-11-07T21:36:56.134Z | Downloaded sct v0.7.0 |
947 | 2023-11-07T21:36:56.563Z | Downloaded vcpkg v0.2.15 |
948 | 2023-11-07T21:36:56.566Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
949 | 2023-11-07T21:36:56.569Z | Downloaded time v0.3.27 |
950 | 2023-11-07T21:36:56.571Z | Downloaded unicode-segmentation v1.10.1 |
951 | 2023-11-07T21:36:56.575Z | Downloaded getrandom v0.1.16 |
952 | 2023-11-07T21:36:56.578Z | Downloaded heapless v0.7.16 |
953 | 2023-11-07T21:36:56.580Z | Downloaded toml_edit v0.20.7 |
954 | 2023-11-07T21:36:56.583Z | Downloaded openapiv3 v1.0.3 |
955 | 2023-11-07T21:36:56.587Z | Downloaded trust-dns-server v0.22.1 |
956 | 2023-11-07T21:36:56.590Z | Downloaded spin v0.9.8 |
957 | 2023-11-07T21:36:56.593Z | Downloaded itertools v0.10.5 |
958 | 2023-11-07T21:36:56.597Z | Downloaded bstr v1.6.0 |
959 | 2023-11-07T21:36:56.600Z | Downloaded flate2 v1.0.28 |
960 | 2023-11-07T21:36:56.603Z | Downloaded is-terminal v0.4.9 |
961 | 2023-11-07T21:36:56.606Z | Downloaded serde_derive v1.0.188 |
962 | 2023-11-07T21:36:56.609Z | Downloaded hostname v0.3.1 |
963 | 2023-11-07T21:36:56.612Z | Downloaded ringbuffer v0.15.0 |
964 | 2023-11-07T21:36:56.615Z | Downloaded home v0.5.5 |
965 | 2023-11-07T21:36:56.618Z | Downloaded similar v2.2.1 |
966 | 2023-11-07T21:36:56.621Z | Downloaded pest v2.7.2 |
967 | 2023-11-07T21:36:56.624Z | Downloaded heck v0.4.1 |
968 | 2023-11-07T21:36:56.627Z | Downloaded uuid v1.4.1 |
969 | 2023-11-07T21:36:56.629Z | Downloaded futures v0.3.29 |
970 | 2023-11-07T21:36:56.633Z | Downloaded tokio-native-tls v0.3.1 |
971 | 2023-11-07T21:36:56.635Z | Downloaded schemars v0.8.13 |
972 | 2023-11-07T21:36:56.638Z | Downloaded scheduled-thread-pool v0.2.7 |
973 | 2023-11-07T21:36:56.641Z | Downloaded ed25519-dalek v2.0.0 |
974 | 2023-11-07T21:36:56.644Z | Downloaded tar v0.4.40 |
975 | 2023-11-07T21:36:56.647Z | Downloaded slog-stdlog v4.1.1 |
976 | 2023-11-07T21:36:56.650Z | Downloaded russh-cryptovec v0.7.0 |
977 | 2023-11-07T21:36:56.653Z | Downloaded indexmap v1.9.3 |
978 | 2023-11-07T21:36:56.656Z | Downloaded russh-keys v0.38.0 |
979 | 2023-11-07T21:36:56.659Z | Downloaded toml v0.7.8 |
980 | 2023-11-07T21:36:56.662Z | Downloaded elliptic-curve v0.13.5 |
981 | 2023-11-07T21:36:56.666Z | Downloaded zerocopy v0.6.4 |
982 | 2023-11-07T21:36:56.669Z | Downloaded serde_derive_internals v0.26.0 |
983 | 2023-11-07T21:36:56.672Z | Downloaded libz-sys v1.1.12 |
984 | 2023-11-07T21:36:56.716Z | Downloaded inout v0.1.3 |
985 | 2023-11-07T21:36:56.723Z | Downloaded serde_yaml v0.9.25 |
986 | 2023-11-07T21:36:56.731Z | Downloaded half v1.8.2 |
987 | 2023-11-07T21:36:56.738Z | Downloaded socket2 v0.4.9 |
988 | 2023-11-07T21:36:56.747Z | Downloaded erased-serde v0.3.30 |
989 | 2023-11-07T21:36:56.756Z | Downloaded twox-hash v1.6.3 |
990 | 2023-11-07T21:36:56.764Z | Downloaded scopeguard v1.2.0 |
991 | 2023-11-07T21:36:56.777Z | Downloaded schemars_derive v0.8.13 |
992 | 2023-11-07T21:36:56.785Z | Downloaded getrandom v0.2.10 |
993 | 2023-11-07T21:36:56.793Z | Downloaded secrecy v0.8.0 |
994 | 2023-11-07T21:36:56.801Z | Downloaded resolv-conf v0.7.0 |
995 | 2023-11-07T21:36:56.809Z | Downloaded glob v0.3.1 |
996 | 2023-11-07T21:36:56.818Z | Downloaded serde_tokenstream v0.1.7 |
997 | 2023-11-07T21:36:56.824Z | Downloaded subprocess v0.2.9 |
998 | 2023-11-07T21:36:56.830Z | Downloaded rustls-native-certs v0.6.3 |
999 | 2023-11-07T21:36:56.837Z | Downloaded generic-array v0.14.7 |
1000 | 2023-11-07T21:36:56.845Z | Downloaded tokio-stream v0.1.14 |
1001 | 2023-11-07T21:36:56.851Z | Downloaded serde_arrays v0.1.0 |
1002 | 2023-11-07T21:36:56.860Z | Downloaded slog-dtrace v0.2.3 |
1003 | 2023-11-07T21:36:56.870Z | Downloaded rcgen v0.11.3 |
1004 | 2023-11-07T21:36:56.878Z | Downloaded ipnetwork v0.20.0 |
1005 | 2023-11-07T21:36:56.888Z | Downloaded ff v0.13.0 |
1006 | 2023-11-07T21:36:56.896Z | Downloaded http-body v0.4.5 |
1007 | 2023-11-07T21:36:56.904Z | Downloaded diesel v2.1.3 |
1008 | 2023-11-07T21:36:56.911Z | Downloaded thread_local v1.1.7 |
1009 | 2023-11-07T21:36:56.921Z | Downloaded dyn-clone v1.0.13 |
1010 | 2023-11-07T21:36:56.928Z | Downloaded toml v0.8.6 |
1011 | 2023-11-07T21:36:56.937Z | Downloaded digest v0.10.7 |
1012 | 2023-11-07T21:36:56.946Z | Downloaded socket2 v0.5.4 |
1013 | 2023-11-07T21:36:56.954Z | Downloaded serde_spanned v0.6.4 |
1014 | 2023-11-07T21:36:56.963Z | Downloaded fallible-iterator v0.2.0 |
1015 | 2023-11-07T21:36:56.972Z | Downloaded structopt v0.3.26 |
1016 | 2023-11-07T21:36:56.984Z | Downloaded structmeta v0.1.6 |
1017 | 2023-11-07T21:36:56.991Z | Downloaded fallible-streaming-iterator v0.1.9 |
1018 | 2023-11-07T21:36:56.997Z | Downloaded tower-service v0.3.2 |
1019 | 2023-11-07T21:36:57.005Z | Downloaded unicode-bidi v0.3.13 |
1020 | 2023-11-07T21:36:57.012Z | Downloaded libsqlite3-sys v0.26.0 |
1021 | 2023-11-07T21:36:57.020Z | Downloaded tracing-core v0.1.31 |
1022 | 2023-11-07T21:36:57.029Z | Downloaded der v0.7.8 |
1023 | 2023-11-07T21:36:57.038Z | Downloaded usdt-impl v0.3.5 |
1024 | 2023-11-07T21:36:57.046Z | Downloaded heck v0.3.3 |
1025 | 2023-11-07T21:36:57.053Z | Downloaded hyper-tls v0.5.0 |
1026 | 2023-11-07T21:36:57.059Z | Downloaded fnv v1.0.7 |
1027 | 2023-11-07T21:36:57.066Z | Downloaded yasna v0.5.2 |
1028 | 2023-11-07T21:36:57.073Z | Downloaded hex v0.4.3 |
1029 | 2023-11-07T21:36:57.080Z | Downloaded strsim v0.8.0 |
1030 | 2023-11-07T21:36:57.091Z | Downloaded sha1 v0.10.5 |
1031 | 2023-11-07T21:36:57.100Z | Downloaded ed25519 v2.2.2 |
1032 | 2023-11-07T21:36:57.111Z | Downloaded openssl-sys v0.9.93 |
1033 | 2023-11-07T21:36:57.122Z | Downloaded itoa v1.0.9 |
1034 | 2023-11-07T21:36:57.134Z | Downloaded hyper-rustls v0.24.2 |
1035 | 2023-11-07T21:36:57.140Z | Downloaded errno v0.3.2 |
1036 | 2023-11-07T21:36:57.153Z | Downloaded futures-executor v0.3.29 |
1037 | 2023-11-07T21:36:57.165Z | Downloaded universal-hash v0.5.1 |
1038 | 2023-11-07T21:36:57.172Z | Downloaded either v1.9.0 |
1039 | 2023-11-07T21:36:57.180Z | Downloaded dirs-sys-next v0.1.2 |
1040 | 2023-11-07T21:36:57.189Z | Downloaded toml_datetime v0.6.5 |
1041 | 2023-11-07T21:36:57.198Z | Downloaded filetime v0.2.22 |
1042 | 2023-11-07T21:36:57.209Z | Downloaded signal-hook-registry v1.4.1 |
1043 | 2023-11-07T21:36:57.220Z | Downloaded zeroize_derive v1.4.2 |
1044 | 2023-11-07T21:36:57.230Z | Downloaded instant v0.1.12 |
1045 | 2023-11-07T21:36:57.236Z | Downloaded ident_case v1.0.1 |
1046 | 2023-11-07T21:36:57.242Z | Downloaded zone v0.2.0 |
1047 | 2023-11-07T21:36:57.248Z | Downloaded fixedbitset v0.4.2 |
1048 | 2023-11-07T21:36:57.253Z | Downloaded form_urlencoded v1.2.0 |
1049 | 2023-11-07T21:36:57.259Z | Downloaded vergen v8.2.4 |
1050 | 2023-11-07T21:36:57.268Z | Downloaded toml v0.5.11 |
1051 | 2023-11-07T21:36:57.276Z | Downloaded cc v1.0.83 |
1052 | 2023-11-07T21:36:57.283Z | Downloaded futures-core v0.3.29 |
1053 | 2023-11-07T21:36:57.288Z | Downloaded foreign-types-shared v0.1.1 |
1054 | 2023-11-07T21:36:57.295Z | Downloaded crypto-bigint v0.5.2 |
1055 | 2023-11-07T21:36:57.301Z | Downloaded tempfile v3.8.0 |
1056 | 2023-11-07T21:36:57.308Z | Downloaded futures-channel v0.3.29 |
1057 | 2023-11-07T21:36:57.315Z | Downloaded zerocopy v0.3.0 |
1058 | 2023-11-07T21:36:57.322Z | Downloaded unicode-xid v0.2.4 |
1059 | 2023-11-07T21:36:57.329Z | Downloaded libm v0.2.7 |
1060 | 2023-11-07T21:36:57.339Z | Downloaded tokio-rustls v0.24.1 |
1061 | 2023-11-07T21:36:57.347Z | Downloaded synstructure v0.12.6 |
1062 | 2023-11-07T21:36:57.354Z | Downloaded spin v0.5.2 |
1063 | 2023-11-07T21:36:57.362Z | Downloaded semver-parser v0.10.2 |
1064 | 2023-11-07T21:36:57.370Z | Downloaded float-cmp v0.9.0 |
1065 | 2023-11-07T21:36:57.379Z | Downloaded vec_map v0.8.2 |
1066 | 2023-11-07T21:36:57.386Z | Downloaded serde_path_to_error v0.1.14 |
1067 | 2023-11-07T21:36:57.397Z | Downloaded fastrand v2.0.0 |
1068 | 2023-11-07T21:36:57.403Z | Downloaded futures-macro v0.3.29 |
1069 | 2023-11-07T21:36:57.411Z | Downloaded foreign-types v0.5.0 |
1070 | 2023-11-07T21:36:57.418Z | Downloaded toolchain_find v0.2.0 |
1071 | 2023-11-07T21:36:57.427Z | Downloaded parking_lot v0.12.1 |
1072 | 2023-11-07T21:36:57.436Z | Downloaded waitgroup v0.1.2 |
1073 | 2023-11-07T21:36:57.443Z | Downloaded thread-id v4.2.0 |
1074 | 2023-11-07T21:36:57.452Z | Downloaded thiserror-impl v1.0.49 |
1075 | 2023-11-07T21:36:57.462Z | Downloaded terminal_size v0.2.6 |
1076 | 2023-11-07T21:36:57.471Z | Downloaded siphasher v0.3.11 |
1077 | 2023-11-07T21:36:57.480Z | Downloaded funty v2.0.0 |
1078 | 2023-11-07T21:36:57.487Z | Downloaded enum-as-inner v0.5.1 |
1079 | 2023-11-07T21:36:57.538Z | Downloaded endian-type v0.1.2 |
1080 | 2023-11-07T21:36:57.546Z | Downloaded version_check v0.9.4 |
1081 | 2023-11-07T21:36:57.558Z | Downloaded term v0.7.0 |
1082 | 2023-11-07T21:36:57.568Z | Downloaded dirs v5.0.1 |
1083 | 2023-11-07T21:36:57.577Z | Downloaded rand_chacha v0.2.2 |
1084 | 2023-11-07T21:36:57.582Z | Downloaded dirs-sys v0.4.1 |
1085 | 2023-11-07T21:36:57.588Z | Downloaded chacha20poly1305 v0.10.1 |
1086 | 2023-11-07T21:36:57.597Z | Downloaded allocator-api2 v0.2.16 |
1087 | 2023-11-07T21:36:57.610Z | Downloaded slab v0.4.9 |
1088 | 2023-11-07T21:36:57.613Z | Downloaded rustfmt-wrapper v0.2.0 |
1089 | 2023-11-07T21:36:57.617Z | Downloaded rustc-demangle v0.1.23 |
1090 | 2023-11-07T21:36:57.621Z | Downloaded futures-io v0.3.29 |
1091 | 2023-11-07T21:36:57.625Z | Downloaded termcolor v1.2.0 |
1092 | 2023-11-07T21:36:57.630Z | Downloaded curve25519-dalek v4.1.0 |
1093 | 2023-11-07T21:36:57.633Z | Downloaded rustc_version v0.4.0 |
1094 | 2023-11-07T21:36:57.637Z | Downloaded utf-8 v0.7.6 |
1095 | 2023-11-07T21:36:57.640Z | Downloaded base64 v0.13.1 |
1096 | 2023-11-07T21:36:57.643Z | Downloaded unicase v2.7.0 |
1097 | 2023-11-07T21:36:57.646Z | Downloaded proc-macro-error v1.0.4 |
1098 | 2023-11-07T21:36:57.649Z | Downloaded clap v4.4.3 |
1099 | 2023-11-07T21:36:57.652Z | Downloaded clap v2.34.0 |
1100 | 2023-11-07T21:36:57.655Z | Downloaded clap_derive v4.4.2 |
1101 | 2023-11-07T21:36:57.658Z | Downloaded foreign-types v0.3.2 |
1102 | 2023-11-07T21:36:57.662Z | Downloaded pest_meta v2.7.2 |
1103 | 2023-11-07T21:36:57.665Z | Downloaded base64ct v1.6.0 |
1104 | 2023-11-07T21:36:57.668Z | Downloaded petgraph v0.6.4 |
1105 | 2023-11-07T21:36:57.670Z | Downloaded num_cpus v1.16.0 |
1106 | 2023-11-07T21:36:57.673Z | Downloaded quote v1.0.33 |
1107 | 2023-11-07T21:36:57.676Z | Downloaded mio v0.8.8 |
1108 | 2023-11-07T21:36:57.679Z | Downloaded memchr v2.6.3 |
1109 | 2023-11-07T21:36:57.682Z | Downloaded blake2 v0.10.6 |
1110 | 2023-11-07T21:36:57.685Z | Downloaded bit-vec v0.6.3 |
1111 | 2023-11-07T21:36:57.688Z | Downloaded usdt-macro v0.3.5 |
1112 | 2023-11-07T21:36:57.691Z | Downloaded num-complex v0.4.4 |
1113 | 2023-11-07T21:36:57.694Z | Downloaded anyhow v1.0.75 |
1114 | 2023-11-07T21:36:57.697Z | Downloaded addr2line v0.21.0 |
1115 | 2023-11-07T21:36:57.700Z | Downloaded dirs-next v2.0.0 |
1116 | 2023-11-07T21:36:57.703Z | Downloaded thiserror-impl-no-std v2.0.2 |
1117 | 2023-11-07T21:36:57.706Z | Downloaded postgres-protocol v0.6.6 |
1118 | 2023-11-07T21:36:57.709Z | Downloaded mime_guess v2.0.4 |
1119 | 2023-11-07T21:36:57.712Z | Downloaded log v0.4.20 |
1120 | 2023-11-07T21:36:57.715Z | Downloaded darling_core v0.20.3 |
1121 | 2023-11-07T21:36:57.718Z | Downloaded base64 v0.21.5 |
1122 | 2023-11-07T21:36:57.722Z | Downloaded async-trait v0.1.74 |
1123 | 2023-11-07T21:36:57.725Z | Downloaded console v0.15.7 |
1124 | 2023-11-07T21:36:57.728Z | Downloaded tokio-postgres v0.7.10 |
1125 | 2023-11-07T21:36:57.732Z | Downloaded poly1305 v0.8.0 |
1126 | 2023-11-07T21:36:57.736Z | Downloaded pin-utils v0.1.0 |
1127 | 2023-11-07T21:36:57.738Z | Downloaded pin-project-lite v0.2.13 |
1128 | 2023-11-07T21:36:57.743Z | Downloaded pest_generator v2.7.2 |
1129 | 2023-11-07T21:36:57.745Z | Downloaded password-hash v0.5.0 |
1130 | 2023-11-07T21:36:57.748Z | Downloaded parking_lot_core v0.9.8 |
1131 | 2023-11-07T21:36:57.751Z | Downloaded parking_lot v0.11.2 |
1132 | 2023-11-07T21:36:57.754Z | Downloaded once_cell v1.18.0 |
1133 | 2023-11-07T21:36:57.756Z | Downloaded bitflags v2.4.0 |
1134 | 2023-11-07T21:36:57.760Z | Downloaded arc-swap v1.6.0 |
1135 | 2023-11-07T21:36:57.763Z | Downloaded anstyle-query v1.0.0 |
1136 | 2023-11-07T21:36:57.766Z | Downloaded whoami v1.4.1 |
1137 | 2023-11-07T21:36:57.769Z | Downloaded ansi_term v0.12.1 |
1138 | 2023-11-07T21:36:57.772Z | Downloaded aes-gcm-siv v0.11.1 |
1139 | 2023-11-07T21:36:57.776Z | Downloaded tracing-attributes v0.1.26 |
1140 | 2023-11-07T21:36:57.779Z | Downloaded polyval v0.6.1 |
1141 | 2023-11-07T21:36:57.782Z | Downloaded num-derive v0.4.0 |
1142 | 2023-11-07T21:36:57.786Z | Downloaded memoffset v0.7.1 |
1143 | 2023-11-07T21:36:57.789Z | Downloaded linked-hash-map v0.5.6 |
1144 | 2023-11-07T21:36:57.792Z | Downloaded pbkdf2 v0.12.2 |
1145 | 2023-11-07T21:36:57.795Z | Downloaded num-traits v0.2.16 |
1146 | 2023-11-07T21:36:57.798Z | Downloaded derive_more v0.99.17 |
1147 | 2023-11-07T21:36:57.801Z | Downloaded chacha20 v0.9.1 |
1148 | 2023-11-07T21:36:57.804Z | Downloaded debug-ignore v1.0.5 |
1149 | 2023-11-07T21:36:57.809Z | Downloaded const_format_proc_macros v0.2.31 |
1150 | 2023-11-07T21:36:57.812Z | Downloaded tap v1.0.1 |
1151 | 2023-11-07T21:36:57.815Z | Downloaded proc-macro2 v1.0.67 |
1152 | 2023-11-07T21:36:57.818Z | Downloaded postcard v0.7.3 |
1153 | 2023-11-07T21:36:57.821Z | Downloaded phf_shared v0.11.2 |
1154 | 2023-11-07T21:36:57.824Z | Downloaded crypto-common v0.1.6 |
1155 | 2023-11-07T21:36:57.827Z | Downloaded openssl-probe v0.1.5 |
1156 | 2023-11-07T21:36:57.830Z | Downloaded num_enum v0.7.0 |
1157 | 2023-11-07T21:36:57.833Z | Downloaded darling_macro v0.20.3 |
1158 | 2023-11-07T21:36:57.836Z | Downloaded num_threads v0.1.6 |
1159 | 2023-11-07T21:36:57.839Z | Downloaded camino v1.1.6 |
1160 | 2023-11-07T21:36:57.842Z | Downloaded atomic-waker v1.1.1 |
1161 | 2023-11-07T21:36:57.845Z | Downloaded anstyle v1.0.2 |
1162 | 2023-11-07T21:36:57.848Z | Downloaded managed v0.8.0 |
1163 | 2023-11-07T21:36:57.852Z | Downloaded num_enum_derive v0.5.11 |
1164 | 2023-11-07T21:36:57.855Z | Downloaded num-iter v0.1.43 |
1165 | 2023-11-07T21:36:57.858Z | Downloaded pem v3.0.2 |
1166 | 2023-11-07T21:36:57.861Z | Downloaded pkcs8 v0.10.2 |
1167 | 2023-11-07T21:36:57.864Z | Downloaded multer v2.1.0 |
1168 | 2023-11-07T21:36:57.868Z | Downloaded block-padding v0.3.3 |
1169 | 2023-11-07T21:36:57.870Z | Downloaded lazy_static v1.4.0 |
1170 | 2023-11-07T21:36:57.874Z | Downloaded async-stream v0.3.5 |
1171 | 2023-11-07T21:36:57.877Z | Downloaded autocfg v1.1.0 |
1172 | 2023-11-07T21:36:57.880Z | Downloaded base16ct v0.2.0 |
1173 | 2023-11-07T21:36:57.882Z | Downloaded num v0.4.1 |
1174 | 2023-11-07T21:36:57.886Z | Downloaded cbc v0.1.2 |
1175 | 2023-11-07T21:36:57.890Z | Downloaded adler v1.0.2 |
1176 | 2023-11-07T21:36:57.893Z | Downloaded async-recursion v1.0.5 |
1177 | 2023-11-07T21:36:57.896Z | Downloaded proc-macro-crate v1.3.1 |
1178 | 2023-11-07T21:36:57.899Z | Downloaded pest_derive v2.7.2 |
1179 | 2023-11-07T21:36:57.903Z | Downloaded bit-set v0.5.3 |
1180 | 2023-11-07T21:36:57.907Z | Downloaded miniz_oxide v0.7.1 |
1181 | 2023-11-07T21:36:57.911Z | Downloaded postcard-cobs v0.1.5-pre |
1182 | 2023-11-07T21:36:57.914Z | Downloaded num_enum v0.5.11 |
1183 | 2023-11-07T21:36:57.917Z | Downloaded percent-encoding v2.3.0 |
1184 | 2023-11-07T21:36:57.921Z | Downloaded paste v1.0.14 |
1185 | 2023-11-07T21:36:57.925Z | Downloaded parse-display v0.7.0 |
1186 | 2023-11-07T21:36:57.928Z | Downloaded omicron-zone-package v0.8.3 |
1187 | 2023-11-07T21:36:57.931Z | Downloaded num_enum_derive v0.7.0 |
1188 | 2023-11-07T21:36:57.934Z | Downloaded parse-display-derive v0.7.0 |
1189 | 2023-11-07T21:36:57.937Z | Downloaded native-tls v0.2.11 |
1190 | 2023-11-07T21:36:57.939Z | Downloaded atty v0.2.14 |
1191 | 2023-11-07T21:36:57.942Z | Downloaded atomicwrites v0.4.2 |
1192 | 2023-11-07T21:36:57.945Z | Downloaded platforms v3.0.2 |
1193 | 2023-11-07T21:36:57.948Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1194 | 2023-11-07T21:36:57.950Z | Downloaded cipher v0.4.4 |
1195 | 2023-11-07T21:36:57.954Z | Downloaded bincode v1.3.3 |
1196 | 2023-11-07T21:36:57.956Z | Downloaded password-hash v0.4.2 |
1197 | 2023-11-07T21:36:57.959Z | Downloaded option-ext v0.2.0 |
1198 | 2023-11-07T21:36:57.965Z | Downloaded bitstruct v0.1.1 |
1199 | 2023-11-07T21:36:57.971Z | Downloaded ppv-lite86 v0.2.17 |
1200 | 2023-11-07T21:36:57.982Z | Downloaded cpufeatures v0.2.9 |
1201 | 2023-11-07T21:36:57.994Z | Downloaded precomputed-hash v0.1.1 |
1202 | 2023-11-07T21:36:58.011Z | Downloaded convert_case v0.4.0 |
1203 | 2023-11-07T21:36:58.024Z | Downloaded proc-macro-error-attr v1.0.4 |
1204 | 2023-11-07T21:36:58.037Z | Downloaded matches v0.1.10 |
1205 | 2023-11-07T21:36:58.052Z | Downloaded lru-cache v0.1.2 |
1206 | 2023-11-07T21:36:58.056Z | Downloaded pem v1.1.1 |
1207 | 2023-11-07T21:36:58.060Z | Downloaded memoffset v0.9.0 |
1208 | 2023-11-07T21:36:58.065Z | Downloaded darling v0.20.3 |
1209 | 2023-11-07T21:36:58.074Z | Downloaded cancel-safe-futures v0.1.5 |
1210 | 2023-11-07T21:36:58.080Z | Downloaded backoff v0.4.0 |
1211 | 2023-11-07T21:36:58.085Z | Downloaded pretty-hex v0.2.1 |
1212 | 2023-11-07T21:36:58.089Z | Downloaded nibble_vec v0.1.0 |
1213 | 2023-11-07T21:36:58.093Z | Downloaded ctr v0.9.2 |
1214 | 2023-11-07T21:36:58.097Z | Downloaded colorchoice v1.0.0 |
1215 | 2023-11-07T21:36:58.100Z | Downloaded bitstruct_derive v0.1.0 |
1216 | 2023-11-07T21:36:58.104Z | Downloaded deranged v0.3.8 |
1217 | 2023-11-07T21:36:58.107Z | Downloaded anstyle-parse v0.2.1 |
1218 | 2023-11-07T21:36:58.111Z | Downloaded anstream v0.5.0 |
1219 | 2023-11-07T21:36:58.115Z | Downloaded aes v0.8.3 |
1220 | 2023-11-07T21:36:58.120Z | Downloaded md-5 v0.10.5 |
1221 | 2023-11-07T21:36:58.124Z | Downloaded macaddr v1.0.1 |
1222 | 2023-11-07T21:36:58.127Z | Downloaded block-buffer v0.10.4 |
1223 | 2023-11-07T21:36:58.135Z | Downloaded bit_field v0.10.2 |
1224 | 2023-11-07T21:36:58.139Z | Downloaded match_cfg v0.1.0 |
1225 | 2023-11-07T21:36:58.143Z | Downloaded curve25519-dalek-derive v0.1.0 |
1226 | 2023-11-07T21:36:58.147Z | Compiling proc-macro2 v1.0.67 |
1227 | 2023-11-07T21:36:58.151Z | Compiling unicode-ident v1.0.12 |
1228 | 2023-11-07T21:36:58.155Z | Compiling libc v0.2.149 |
1229 | 2023-11-07T21:36:58.160Z | Compiling serde v1.0.188 |
1230 | 2023-11-07T21:36:58.165Z | Compiling version_check v0.9.4 |
1231 | 2023-11-07T21:36:58.168Z | Compiling autocfg v1.1.0 |
1232 | 2023-11-07T21:36:58.173Z | Compiling cfg-if v1.0.0 |
1233 | 2023-11-07T21:36:58.376Z | Compiling syn v1.0.109 |
1234 | 2023-11-07T21:36:58.382Z | Compiling typenum v1.16.0 |
1235 | 2023-11-07T21:36:58.514Z | Compiling once_cell v1.18.0 |
1236 | 2023-11-07T21:36:59.069Z | Compiling thiserror v1.0.49 |
1237 | 2023-11-07T21:36:59.143Z | Compiling generic-array v0.14.7 |
1238 | 2023-11-07T21:36:59.279Z | Compiling lock_api v0.4.10 |
1239 | 2023-11-07T21:37:00.862Z | Compiling libm v0.2.7 |
1240 | 2023-11-07T21:37:00.865Z | Compiling parking_lot_core v0.9.8 |
1241 | 2023-11-07T21:37:00.871Z | Compiling num-traits v0.2.16 |
1242 | 2023-11-07T21:37:01.291Z | Compiling itoa v1.0.9 |
1243 | 2023-11-07T21:37:01.295Z | Compiling memchr v2.6.3 |
1244 | 2023-11-07T21:37:01.298Z | Compiling futures-core v0.3.29 |
1245 | 2023-11-07T21:37:01.301Z | Compiling ahash v0.8.3 |
1246 | 2023-11-07T21:37:01.305Z | Compiling serde_json v1.0.108 |
1247 | 2023-11-07T21:37:01.484Z | Compiling log v0.4.20 |
1248 | 2023-11-07T21:37:01.683Z | Compiling slab v0.4.9 |
1249 | 2023-11-07T21:37:01.789Z | Compiling quote v1.0.33 |
1250 | 2023-11-07T21:37:02.102Z | Compiling futures-task v0.3.29 |
1251 | 2023-11-07T21:37:02.192Z | Compiling futures-channel v0.3.29 |
1252 | 2023-11-07T21:37:02.465Z | Compiling syn v2.0.32 |
1253 | 2023-11-07T21:37:02.662Z | Compiling getrandom v0.2.10 |
1254 | 2023-11-07T21:37:02.983Z | Compiling jobserver v0.1.26 |
1255 | 2023-11-07T21:37:03.479Z | Compiling futures-util v0.3.29 |
1256 | 2023-11-07T21:37:03.493Z | Compiling pkg-config v0.3.27 |
1257 | 2023-11-07T21:37:03.505Z | Compiling rand_core v0.6.4 |
1258 | 2023-11-07T21:37:03.727Z | Compiling cc v1.0.83 |
1259 | 2023-11-07T21:37:04.096Z | Compiling ryu v1.0.15 |
1260 | 2023-11-07T21:37:04.194Z | Compiling vcpkg v0.2.15 |
1261 | 2023-11-07T21:37:04.762Z | Compiling schemars v0.8.13 |
1262 | 2023-11-07T21:37:05.243Z | Compiling scopeguard v1.2.0 |
1263 | 2023-11-07T21:37:05.248Z | Compiling allocator-api2 v0.2.16 |
1264 | 2023-11-07T21:37:05.261Z | Compiling heck v0.4.1 |
1265 | 2023-11-07T21:37:06.056Z | Compiling equivalent v1.0.1 |
1266 | 2023-11-07T21:37:06.211Z | Compiling hashbrown v0.14.0 |
1267 | 2023-11-07T21:37:06.344Z | Compiling smallvec v1.11.0 |
1268 | 2023-11-07T21:37:07.033Z | Compiling byteorder v1.5.0 |
1269 | 2023-11-07T21:37:07.309Z | Compiling httparse v1.8.0 |
1270 | 2023-11-07T21:37:07.826Z | Compiling fnv v1.0.7 |
1271 | 2023-11-07T21:37:07.935Z | Compiling iana-time-zone v0.1.57 |
1272 | 2023-11-07T21:37:08.017Z | Compiling pin-project-lite v0.2.13 |
1273 | 2023-11-07T21:37:08.211Z | Compiling semver v1.0.20 |
1274 | 2023-11-07T21:37:08.615Z | Compiling subtle v2.5.0 |
1275 | 2023-11-07T21:37:08.682Z | Compiling ring v0.16.20 |
1276 | 2023-11-07T21:37:08.930Z | Compiling ring v0.17.5 |
1277 | 2023-11-07T21:37:09.084Z | Compiling parking_lot v0.12.1 |
1278 | 2023-11-07T21:37:09.107Z | Compiling indexmap v1.9.3 |
1279 | 2023-11-07T21:37:09.398Z | Compiling tinyvec_macros v0.1.1 |
1280 | 2023-11-07T21:37:09.550Z | Compiling dyn-clone v1.0.13 |
1281 | 2023-11-07T21:37:09.573Z | Compiling time-core v0.1.1 |
1282 | 2023-11-07T21:37:09.647Z | Compiling tinyvec v1.6.0 |
1283 | 2023-11-07T21:37:09.834Z | Compiling time-macros v0.2.13 |
1284 | 2023-11-07T21:37:09.884Z | Compiling openssl-sys v0.9.93 |
1285 | 2023-11-07T21:37:10.608Z | Compiling socket2 v0.5.4 |
1286 | 2023-11-07T21:37:10.901Z | Compiling num_cpus v1.16.0 |
1287 | 2023-11-07T21:37:11.080Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2023-11-07T21:37:11.194Z | Compiling mio v0.8.8 |
1289 | 2023-11-07T21:37:12.067Z | Compiling rustls v0.21.8 |
1290 | 2023-11-07T21:37:12.235Z | Compiling unicode-normalization v0.1.22 |
1291 | 2023-11-07T21:37:12.431Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-11-07T21:37:13.040Z | Compiling slog v2.7.0 |
1293 | 2023-11-07T21:37:13.723Z | Compiling ucd-trie v0.1.6 |
1294 | 2023-11-07T21:37:14.065Z | Compiling spin v0.5.2 |
1295 | 2023-11-07T21:37:14.395Z | Compiling percent-encoding v2.3.0 |
1296 | 2023-11-07T21:37:14.608Z | Compiling serde_derive_internals v0.26.0 |
1297 | 2023-11-07T21:37:14.657Z | Compiling backtrace v0.3.69 |
1298 | 2023-11-07T21:37:14.773Z | Compiling async-trait v0.1.74 |
1299 | 2023-11-07T21:37:14.798Z | Compiling form_urlencoded v1.2.0 |
1300 | 2023-11-07T21:37:15.008Z | Compiling openssl v0.10.57 |
1301 | 2023-11-07T21:37:15.256Z | Compiling aho-corasick v1.0.4 |
1302 | 2023-11-07T21:37:15.296Z | Compiling winnow v0.5.15 |
1303 | 2023-11-07T21:37:15.499Z | Compiling pin-utils v0.1.0 |
1304 | 2023-11-07T21:37:15.604Z | Compiling futures-sink v0.3.29 |
1305 | 2023-11-07T21:37:15.630Z | Compiling regex-syntax v0.8.2 |
1306 | 2023-11-07T21:37:15.808Z | Compiling anyhow v1.0.75 |
1307 | 2023-11-07T21:37:17.050Z | Compiling idna v0.4.0 |
1308 | 2023-11-07T21:37:19.212Z | Compiling native-tls v0.2.11 |
1309 | 2023-11-07T21:37:19.346Z | Compiling url v2.4.1 |
1310 | 2023-11-07T21:37:19.750Z | Compiling unicode-xid v0.2.4 |
1311 | 2023-11-07T21:37:20.625Z | Compiling futures-io v0.3.29 |
1312 | 2023-11-07T21:37:20.923Z | Compiling rustversion v1.0.14 |
1313 | 2023-11-07T21:37:21.112Z | Compiling const-oid v0.9.5 |
1314 | 2023-11-07T21:37:21.777Z | Compiling regex-automata v0.4.3 |
1315 | 2023-11-07T21:37:22.748Z | Compiling hashbrown v0.13.2 |
1316 | 2023-11-07T21:37:23.460Z | Compiling unicode-width v0.1.11 |
1317 | 2023-11-07T21:37:23.700Z | Compiling synstructure v0.12.6 |
1318 | 2023-11-07T21:37:24.076Z | Compiling crossbeam-utils v0.8.16 |
1319 | 2023-11-07T21:37:24.296Z | Compiling cpufeatures v0.2.9 |
1320 | 2023-11-07T21:37:24.478Z | Compiling tracing-core v0.1.31 |
1321 | 2023-11-07T21:37:24.746Z | Compiling ppv-lite86 v0.2.17 |
1322 | 2023-11-07T21:37:24.838Z | Compiling adler v1.0.2 |
1323 | 2023-11-07T21:37:25.198Z | Compiling miniz_oxide v0.7.1 |
1324 | 2023-11-07T21:37:26.082Z | Compiling rustix v0.38.9 |
1325 | 2023-11-07T21:37:26.369Z | Compiling rand_chacha v0.3.1 |
1326 | 2023-11-07T21:37:27.117Z | Compiling usdt-impl v0.3.5 |
1327 | 2023-11-07T21:37:27.196Z | Compiling bitflags v1.3.2 |
1328 | 2023-11-07T21:37:27.341Z | Compiling gimli v0.28.0 |
1329 | 2023-11-07T21:37:28.025Z | Compiling rand v0.8.5 |
1330 | 2023-11-07T21:37:28.200Z | Compiling object v0.32.1 |
1331 | 2023-11-07T21:37:28.234Z | Compiling rustc-demangle v0.1.23 |
1332 | 2023-11-07T21:37:28.261Z | Compiling serde_derive v1.0.188 |
1333 | 2023-11-07T21:37:28.286Z | Compiling zeroize_derive v1.4.2 |
1334 | 2023-11-07T21:37:28.835Z | Compiling thiserror-impl v1.0.49 |
1335 | 2023-11-07T21:37:30.011Z | Compiling tokio-macros v2.1.0 |
1336 | 2023-11-07T21:37:30.474Z | Compiling futures-macro v0.3.29 |
1337 | 2023-11-07T21:37:30.849Z | Compiling tracing-attributes v0.1.26 |
1338 | 2023-11-07T21:37:32.506Z | Compiling schemars_derive v0.8.13 |
1339 | 2023-11-07T21:37:33.831Z | Compiling zeroize v1.6.0 |
1340 | 2023-11-07T21:37:33.869Z | Compiling pest v2.7.2 |
1341 | 2023-11-07T21:37:36.622Z | Compiling openssl-macros v0.1.1 |
1342 | 2023-11-07T21:37:36.886Z | Compiling crypto-common v0.1.6 |
1343 | 2023-11-07T21:37:37.196Z | Compiling regex v1.10.2 |
1344 | 2023-11-07T21:37:37.694Z | Compiling block-buffer v0.10.4 |
1345 | 2023-11-07T21:37:38.082Z | Compiling digest v0.10.7 |
1346 | 2023-11-07T21:37:38.785Z | Compiling pest_meta v2.7.2 |
1347 | 2023-11-07T21:37:38.959Z | Compiling zerocopy-derive v0.2.0 |
1348 | 2023-11-07T21:37:39.067Z | Compiling tracing v0.1.37 |
1349 | 2023-11-07T21:37:39.091Z | Compiling addr2line v0.21.0 |
1350 | 2023-11-07T21:37:40.189Z | Compiling num_threads v0.1.6 |
1351 | 2023-11-07T21:37:40.380Z | Compiling base64 v0.21.5 |
1352 | 2023-11-07T21:37:40.458Z | Compiling deranged v0.3.8 |
1353 | 2023-11-07T21:37:40.638Z | Compiling spin v0.9.8 |
1354 | 2023-11-07T21:37:41.255Z | Compiling pest_generator v2.7.2 |
1355 | 2023-11-07T21:37:41.946Z | Compiling zerocopy v0.3.0 |
1356 | 2023-11-07T21:37:43.262Z | Compiling dof v0.1.5 |
1357 | 2023-11-07T21:37:43.711Z | Compiling time v0.3.27 |
1358 | 2023-11-07T21:37:44.394Z | Compiling thread-id v4.2.0 |
1359 | 2023-11-07T21:37:46.564Z | Compiling pest_derive v2.7.2 |
1360 | 2023-11-07T21:37:47.111Z | Compiling lazy_static v1.4.0 |
1361 | 2023-11-07T21:37:47.500Z | Compiling strum_macros v0.25.2 |
1362 | 2023-11-07T21:37:47.727Z | Compiling dtrace-parser v0.1.14 |
1363 | 2023-11-07T21:37:48.472Z | Compiling strsim v0.10.0 |
1364 | 2023-11-07T21:37:49.814Z | Compiling untrusted v0.7.1 |
1365 | 2023-11-07T21:37:50.622Z | Compiling untrusted v0.9.0 |
1366 | 2023-11-07T21:37:50.899Z | Compiling regress v0.7.1 |
1367 | 2023-11-07T21:37:51.381Z | Compiling socket2 v0.4.9 |
1368 | 2023-11-07T21:37:52.572Z | Compiling bytes v1.5.0 |
1369 | 2023-11-07T21:37:52.718Z | Compiling indexmap v2.0.0 |
1370 | 2023-11-07T21:37:52.843Z | Compiling chrono v0.4.31 |
1371 | 2023-11-07T21:37:53.609Z | Compiling uuid v1.4.1 |
1372 | 2023-11-07T21:37:54.803Z | Compiling http v0.2.9 |
1373 | 2023-11-07T21:37:54.847Z | Compiling tokio v1.33.0 |
1374 | 2023-11-07T21:37:54.880Z | Compiling toml_datetime v0.6.5 |
1375 | 2023-11-07T21:37:55.275Z | Compiling serde_spanned v0.6.4 |
1376 | 2023-11-07T21:37:55.649Z | Compiling toml_edit v0.19.15 |
1377 | 2023-11-07T21:37:55.672Z | Compiling bitflags v2.4.0 |
1378 | 2023-11-07T21:37:56.395Z | Compiling rustc_version v0.4.0 |
1379 | 2023-11-07T21:37:57.465Z | Compiling openapiv3 v1.0.3 |
1380 | 2023-11-07T21:37:59.964Z | Compiling serde_tokenstream v0.1.7 |
1381 | 2023-11-07T21:38:00.312Z | Compiling serde_tokenstream v0.2.0 |
1382 | 2023-11-07T21:38:00.660Z | Compiling hashbrown v0.12.3 |
1383 | 2023-11-07T21:38:00.792Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1384 | 2023-11-07T21:38:01.225Z | Compiling sct v0.7.0 |
1385 | 2023-11-07T21:38:01.668Z | Compiling httpdate v1.0.3 |
1386 | 2023-11-07T21:38:02.462Z | Compiling try-lock v0.2.4 |
1387 | 2023-11-07T21:38:02.491Z | Compiling usdt-macro v0.3.5 |
1388 | 2023-11-07T21:38:02.621Z | Compiling usdt-attr-macro v0.3.5 |
1389 | 2023-11-07T21:38:03.323Z | Compiling want v0.3.1 |
1390 | 2023-11-07T21:38:03.803Z | Compiling http-body v0.4.5 |
1391 | 2023-11-07T21:38:04.108Z | Compiling rustls-pemfile v1.0.3 |
1392 | 2023-11-07T21:38:04.475Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2023-11-07T21:38:04.667Z | Compiling openssl-probe v0.1.5 |
1394 | 2023-11-07T21:38:04.827Z | Compiling tower-service v0.3.2 |
1395 | 2023-11-07T21:38:04.929Z | Compiling mime v0.3.17 |
1396 | 2023-11-07T21:38:04.989Z | Compiling foreign-types v0.3.2 |
1397 | 2023-11-07T21:38:05.216Z | Compiling errno v0.3.2 |
1398 | 2023-11-07T21:38:05.240Z | Compiling ipnet v2.8.0 |
1399 | 2023-11-07T21:38:05.853Z | Compiling getopts v0.2.21 |
1400 | 2023-11-07T21:38:06.079Z | Compiling encoding_rs v0.8.33 |
1401 | 2023-11-07T21:38:07.431Z | Compiling unsafe-libyaml v0.2.9 |
1402 | 2023-11-07T21:38:07.567Z | Compiling rustls-native-certs v0.6.3 |
1403 | 2023-11-07T21:38:07.626Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2023-11-07T21:38:08.464Z | Compiling tokio-util v0.7.10 |
1405 | 2023-11-07T21:38:08.975Z | Compiling webpki-roots v0.25.2 |
1406 | 2023-11-07T21:38:10.019Z | Compiling serde_yaml v0.9.25 |
1407 | 2023-11-07T21:38:10.745Z | Compiling h2 v0.3.21 |
1408 | 2023-11-07T21:38:12.160Z | Compiling hmac v0.12.1 |
1409 | 2023-11-07T21:38:12.478Z | Compiling num-integer v0.1.45 |
1410 | 2023-11-07T21:38:14.515Z | Compiling sha2 v0.10.8 |
1411 | 2023-11-07T21:38:14.539Z | Compiling block-padding v0.3.3 |
1412 | 2023-11-07T21:38:15.965Z | Compiling inout v0.1.3 |
1413 | 2023-11-07T21:38:16.385Z | Compiling futures-executor v0.3.29 |
1414 | 2023-11-07T21:38:16.711Z | Compiling cipher v0.4.4 |
1415 | 2023-11-07T21:38:17.347Z | Compiling toml v0.7.8 |
1416 | 2023-11-07T21:38:17.372Z | Compiling fallible-iterator v0.2.0 |
1417 | 2023-11-07T21:38:17.445Z | Compiling crc32fast v1.3.2 |
1418 | 2023-11-07T21:38:18.661Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2023-11-07T21:38:19.085Z | Compiling futures v0.3.29 |
1420 | 2023-11-07T21:38:19.120Z | Compiling ipnetwork v0.20.0 |
1421 | 2023-11-07T21:38:19.260Z | Compiling siphasher v0.3.11 |
1422 | 2023-11-07T21:38:19.957Z | Compiling usdt v0.3.5 |
1423 | 2023-11-07T21:38:20.744Z | Compiling md-5 v0.10.5 |
1424 | 2023-11-07T21:38:21.124Z | Compiling stringprep v0.1.3 |
1425 | 2023-11-07T21:38:22.268Z | Compiling io-lifetimes v1.0.11 |
1426 | 2023-11-07T21:38:22.398Z | Compiling postgres-protocol v0.6.6 |
1427 | 2023-11-07T21:38:22.913Z | Compiling hyper v0.14.27 |
1428 | 2023-11-07T21:38:23.070Z | Compiling phf_shared v0.11.2 |
1429 | 2023-11-07T21:38:23.109Z | Compiling hex v0.4.3 |
1430 | 2023-11-07T21:38:23.392Z | Compiling enum-as-inner v0.5.1 |
1431 | 2023-11-07T21:38:24.070Z | Compiling slog-async v2.8.0 |
1432 | 2023-11-07T21:38:24.164Z | Compiling postgres-types v0.2.6 |
1433 | 2023-11-07T21:38:24.773Z | Compiling phf v0.11.2 |
1434 | 2023-11-07T21:38:24.900Z | Compiling num-bigint v0.4.4 |
1435 | 2023-11-07T21:38:24.997Z | Compiling rustix v0.37.23 |
1436 | 2023-11-07T21:38:25.250Z | Compiling data-encoding v2.4.0 |
1437 | 2023-11-07T21:38:25.537Z | Compiling whoami v1.4.1 |
1438 | 2023-11-07T21:38:26.475Z | Compiling tokio-postgres v0.7.10 |
1439 | 2023-11-07T21:38:27.299Z | Compiling zerocopy-derive v0.6.4 |
1440 | 2023-11-07T21:38:29.825Z | Compiling static_assertions v1.1.0 |
1441 | 2023-11-07T21:38:30.654Z | Compiling either v1.9.0 |
1442 | 2023-11-07T21:38:30.905Z | Compiling ident_case v1.0.1 |
1443 | 2023-11-07T21:38:31.189Z | Compiling darling_core v0.20.3 |
1444 | 2023-11-07T21:38:31.333Z | Compiling camino v1.1.6 |
1445 | 2023-11-07T21:38:32.412Z | Compiling flate2 v1.0.28 |
1446 | 2023-11-07T21:38:32.705Z | Compiling heapless v0.7.16 |
1447 | 2023-11-07T21:38:33.271Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1448 | 2023-11-07T21:38:33.400Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1449 | 2023-11-07T21:38:33.928Z | Compiling memoffset v0.9.0 |
1450 | 2023-11-07T21:38:34.055Z | Compiling managed v0.8.0 |
1451 | 2023-11-07T21:38:34.352Z | Compiling matches v0.1.10 |
1452 | 2023-11-07T21:38:34.557Z | Compiling radium v0.7.0 |
1453 | 2023-11-07T21:38:34.889Z | Compiling hyper-tls v0.5.0 |
1454 | 2023-11-07T21:38:35.178Z | Compiling unicode-segmentation v1.10.1 |
1455 | 2023-11-07T21:38:35.487Z | Compiling idna v0.2.3 |
1456 | 2023-11-07T21:38:36.582Z | Compiling itertools v0.11.0 |
1457 | 2023-11-07T21:38:37.870Z | Compiling multer v2.1.0 |
1458 | 2023-11-07T21:38:38.380Z | Compiling trust-dns-proto v0.22.0 |
1459 | 2023-11-07T21:38:38.730Z | Compiling async-stream-impl v0.3.5 |
1460 | 2023-11-07T21:38:40.256Z | Compiling crossbeam-epoch v0.9.15 |
1461 | 2023-11-07T21:38:40.626Z | Compiling darling_macro v0.20.3 |
1462 | 2023-11-07T21:38:40.825Z | Compiling num-iter v0.1.43 |
1463 | 2023-11-07T21:38:40.908Z | Compiling smoltcp v0.9.1 |
1464 | 2023-11-07T21:38:41.316Z | Compiling bit-vec v0.6.3 |
1465 | 2023-11-07T21:38:41.340Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1466 | 2023-11-07T21:38:41.535Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1467 | 2023-11-07T21:38:41.767Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2023-11-07T21:38:41.801Z | Compiling anstyle v1.0.2 |
1469 | 2023-11-07T21:38:42.086Z | Compiling utf8parse v0.2.1 |
1470 | 2023-11-07T21:38:42.161Z | Compiling darling v0.20.3 |
1471 | 2023-11-07T21:38:42.328Z | Compiling serde_with_macros v2.3.3 |
1472 | 2023-11-07T21:38:42.354Z | Compiling paste v1.0.14 |
1473 | 2023-11-07T21:38:42.537Z | Compiling anstyle-parse v0.2.1 |
1474 | 2023-11-07T21:38:45.041Z | Compiling zerocopy v0.6.4 |
1475 | 2023-11-07T21:38:45.772Z | Compiling signature v2.1.0 |
1476 | 2023-11-07T21:38:46.127Z | Compiling hubpack_derive v0.1.1 |
1477 | 2023-11-07T21:38:46.399Z | Compiling clap_derive v4.4.2 |
1478 | 2023-11-07T21:38:46.460Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1479 | 2023-11-07T21:38:46.483Z | Compiling colorchoice v1.0.0 |
1480 | 2023-11-07T21:38:46.875Z | Compiling anstyle-query v1.0.0 |
1481 | 2023-11-07T21:38:47.067Z | Compiling anstream v0.5.0 |
1482 | 2023-11-07T21:38:47.541Z | Compiling terminal_size v0.2.6 |
1483 | 2023-11-07T21:38:47.824Z | Compiling yasna v0.5.2 |
1484 | 2023-11-07T21:38:49.975Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1485 | 2023-11-07T21:38:50.962Z | Compiling structmeta-derive v0.1.6 |
1486 | 2023-11-07T21:38:51.194Z | Compiling diesel_table_macro_syntax v0.1.0 |
1487 | 2023-11-07T21:38:51.805Z | Compiling hash32 v0.2.1 |
1488 | 2023-11-07T21:38:51.857Z | Compiling stable_deref_trait v1.2.0 |
1489 | 2023-11-07T21:38:52.012Z | Compiling tap v1.0.1 |
1490 | 2023-11-07T21:38:52.420Z | Compiling clap_lex v0.5.1 |
1491 | 2023-11-07T21:38:53.251Z | Compiling clap_builder v4.4.2 |
1492 | 2023-11-07T21:38:53.682Z | Compiling wyz v0.5.1 |
1493 | 2023-11-07T21:38:54.373Z | Compiling diesel_derives v2.1.1 |
1494 | 2023-11-07T21:38:54.615Z | Compiling tokio-stream v0.1.14 |
1495 | 2023-11-07T21:38:55.435Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1496 | 2023-11-07T21:38:55.438Z | Compiling serde_repr v0.1.16 |
1497 | 2023-11-07T21:38:55.488Z | Compiling structmeta v0.1.6 |
1498 | 2023-11-07T21:38:55.873Z | Compiling scheduled-thread-pool v0.2.7 |
1499 | 2023-11-07T21:38:56.125Z | Compiling regex-syntax v0.6.29 |
1500 | 2023-11-07T21:38:56.260Z | Compiling funty v2.0.0 |
1501 | 2023-11-07T21:38:56.869Z | Compiling regex-automata v0.1.10 |
1502 | 2023-11-07T21:38:57.711Z | Compiling bstr v0.2.17 |
1503 | 2023-11-07T21:38:57.768Z | Compiling r2d2 v0.8.10 |
1504 | 2023-11-07T21:38:58.377Z | Compiling bitvec v1.0.1 |
1505 | 2023-11-07T21:39:00.330Z | Compiling clap v4.4.3 |
1506 | 2023-11-07T21:39:01.665Z | Compiling hubpack v0.1.2 |
1507 | 2023-11-07T21:39:02.160Z | Compiling itertools v0.10.5 |
1508 | 2023-11-07T21:39:02.430Z | Compiling phf_shared v0.10.0 |
1509 | 2023-11-07T21:39:03.088Z | Compiling float-cmp v0.9.0 |
1510 | 2023-11-07T21:39:03.288Z | Compiling fixedbitset v0.4.2 |
1511 | 2023-11-07T21:39:04.036Z | Compiling difflib v0.4.0 |
1512 | 2023-11-07T21:39:05.909Z | Compiling parse-display-derive v0.7.0 |
1513 | 2023-11-07T21:39:05.934Z | Compiling regex-automata v0.3.8 |
1514 | 2023-11-07T21:39:06.346Z | Compiling precomputed-hash v0.1.1 |
1515 | 2023-11-07T21:39:06.513Z | Compiling predicates-core v1.0.6 |
1516 | 2023-11-07T21:39:06.992Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2023-11-07T21:39:07.133Z | Compiling normalize-line-endings v0.3.0 |
1518 | 2023-11-07T21:39:07.177Z | Compiling string_cache v0.8.7 |
1519 | 2023-11-07T21:39:07.291Z | Compiling predicates v3.0.4 |
1520 | 2023-11-07T21:39:07.971Z | Compiling petgraph v0.6.4 |
1521 | 2023-11-07T21:39:10.303Z | Compiling bstr v1.6.0 |
1522 | 2023-11-07T21:39:10.404Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1523 | 2023-11-07T21:39:11.244Z | Compiling similar v2.2.1 |
1524 | 2023-11-07T21:39:11.743Z | Compiling bit-set v0.5.3 |
1525 | 2023-11-07T21:39:12.208Z | Compiling console v0.15.7 |
1526 | 2023-11-07T21:39:12.434Z | Compiling lalrpop-util v0.19.12 |
1527 | 2023-11-07T21:39:19.400Z | Compiling diesel v2.1.3 |
1528 | 2023-11-07T21:39:23.067Z | Compiling proc-macro-crate v1.3.1 |
1529 | 2023-11-07T21:39:32.398Z | Compiling crucible-workspace-hack v0.1.0 |
1530 | 2023-11-07T21:39:52.568Z | Compiling atty v0.2.14 |
1531 | 2023-11-07T21:39:54.818Z | Compiling toml_edit v0.20.7 |
1532 | 2023-11-07T21:39:55.358Z | Compiling sha1 v0.10.5 |
1533 | 2023-11-07T21:39:55.536Z | Compiling match_cfg v0.1.0 |
1534 | 2023-11-07T21:39:55.678Z | Compiling hostname v0.3.1 |
1535 | 2023-11-07T21:40:00.291Z | Compiling toml v0.8.6 |
1536 | 2023-11-07T21:40:03.943Z | Compiling dirs-sys-next v0.1.2 |
1537 | 2023-11-07T21:40:05.192Z | Compiling dirs-next v2.0.0 |
1538 | 2023-11-07T21:40:09.125Z | Compiling thread_local v1.1.7 |
1539 | 2023-11-07T21:40:10.509Z | Compiling term v0.7.0 |
1540 | 2023-11-07T21:40:10.609Z | Compiling crossbeam-channel v0.5.8 |
1541 | 2023-11-07T21:40:13.280Z | Compiling take_mut v0.2.2 |
1542 | 2023-11-07T21:40:13.543Z | Compiling slog-term v2.9.0 |
1543 | 2023-11-07T21:40:15.780Z | Compiling slog-json v2.6.1 |
1544 | 2023-11-07T21:40:15.824Z | Compiling instant v0.1.12 |
1545 | 2023-11-07T21:40:16.225Z | Compiling slog-bunyan v2.4.0 |
1546 | 2023-11-07T21:40:17.342Z | Compiling strum v0.25.0 |
1547 | 2023-11-07T21:40:17.917Z | Compiling atomic-waker v1.1.1 |
1548 | 2023-11-07T21:40:18.239Z | Compiling waitgroup v0.1.2 |
1549 | 2023-11-07T21:40:18.421Z | Compiling num_enum_derive v0.5.11 |
1550 | 2023-11-07T21:40:18.586Z | Compiling serde_with v2.3.3 |
1551 | 2023-11-07T21:40:18.640Z | Compiling async-stream v0.3.5 |
1552 | 2023-11-07T21:40:20.888Z | Compiling serde_path_to_error v0.1.14 |
1553 | 2023-11-07T21:40:20.996Z | Compiling libz-sys v1.1.12 |
1554 | 2023-11-07T21:40:21.109Z | Compiling fastrand v2.0.0 |
1555 | 2023-11-07T21:40:22.086Z | Compiling debug-ignore v1.0.5 |
1556 | 2023-11-07T21:40:22.363Z | Compiling tempfile v3.8.0 |
1557 | 2023-11-07T21:40:24.136Z | Compiling slog-dtrace v0.2.3 |
1558 | 2023-11-07T21:40:24.165Z | Compiling proc-macro-error-attr v1.0.4 |
1559 | 2023-11-07T21:40:25.473Z | Compiling backoff v0.4.0 |
1560 | 2023-11-07T21:40:25.645Z | Compiling parse-display v0.7.0 |
1561 | 2023-11-07T21:40:26.012Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1562 | 2023-11-07T21:40:26.239Z | Compiling macaddr v1.0.1 |
1563 | 2023-11-07T21:40:26.621Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1564 | 2023-11-07T21:40:27.018Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1565 | 2023-11-07T21:40:27.367Z | Compiling proc-macro-error v1.0.4 |
1566 | 2023-11-07T21:40:27.744Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1567 | 2023-11-07T21:40:29.441Z | Compiling libsqlite3-sys v0.26.0 |
1568 | 2023-11-07T21:40:29.613Z | Compiling memoffset v0.7.1 |
1569 | 2023-11-07T21:40:30.061Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1570 | 2023-11-07T21:40:32.849Z | Compiling foreign-types-macros v0.2.3 |
1571 | 2023-11-07T21:40:33.084Z | Compiling vergen v8.2.4 |
1572 | 2023-11-07T21:40:33.500Z | Compiling base64ct v1.6.0 |
1573 | 2023-11-07T21:40:37.658Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1574 | 2023-11-07T21:40:40.302Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1575 | 2023-11-07T21:40:44.225Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-11-07T21:40:44.684Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-11-07T21:40:45.503Z | Compiling platforms v3.0.2 |
1578 | 2023-11-07T21:40:45.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1579 | 2023-11-07T21:40:46.005Z | Compiling num_enum_derive v0.7.0 |
1580 | 2023-11-07T21:40:46.064Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1581 | 2023-11-07T21:40:46.631Z | Compiling password-hash v0.5.0 |
1582 | 2023-11-07T21:40:46.972Z | Compiling curve25519-dalek v4.1.0 |
1583 | 2023-11-07T21:40:47.005Z | Compiling heck v0.3.3 |
1584 | 2023-11-07T21:40:47.543Z | Compiling blake2 v0.10.6 |
1585 | 2023-11-07T21:40:47.569Z | Compiling libefi-sys v0.1.0 |
1586 | 2023-11-07T21:40:47.795Z | Compiling structopt-derive v0.4.18 |
1587 | 2023-11-07T21:40:48.395Z | Compiling argon2 v0.5.2 |
1588 | 2023-11-07T21:40:48.856Z | Compiling zone_cfg_derive v0.2.0 |
1589 | 2023-11-07T21:40:49.962Z | Compiling num-derive v0.4.0 |
1590 | 2023-11-07T21:40:50.435Z | Compiling curve25519-dalek-derive v0.1.0 |
1591 | 2023-11-07T21:40:51.016Z | Compiling same-file v1.0.6 |
1592 | 2023-11-07T21:40:51.378Z | Compiling walkdir v2.4.0 |
1593 | 2023-11-07T21:40:52.514Z | Compiling toml v0.5.11 |
1594 | 2023-11-07T21:40:52.540Z | Compiling semver-parser v0.10.2 |
1595 | 2023-11-07T21:40:52.705Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1596 | 2023-11-07T21:40:53.268Z | Compiling filetime v0.2.22 |
1597 | 2023-11-07T21:40:53.774Z | Compiling xattr v1.0.1 |
1598 | 2023-11-07T21:40:53.806Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1599 | 2023-11-07T21:40:54.026Z | Compiling erased-serde v0.3.30 |
1600 | 2023-11-07T21:40:54.048Z | Compiling getrandom v0.1.16 |
1601 | 2023-11-07T21:40:54.217Z | Compiling tar v0.4.40 |
1602 | 2023-11-07T21:40:54.340Z | Compiling semver v0.11.0 |
1603 | 2023-11-07T21:40:54.894Z | Compiling universal-hash v0.5.1 |
1604 | 2023-11-07T21:40:54.954Z | Compiling bitstruct_derive v0.1.0 |
1605 | 2023-11-07T21:40:55.463Z | Compiling async-recursion v1.0.5 |
1606 | 2023-11-07T21:40:55.572Z | Compiling home v0.5.5 |
1607 | 2023-11-07T21:40:55.951Z | Compiling opaque-debug v0.3.0 |
1608 | 2023-11-07T21:40:56.095Z | Compiling toolchain_find v0.2.0 |
1609 | 2023-11-07T21:40:56.447Z | Compiling num-rational v0.4.1 |
1610 | 2023-11-07T21:40:56.775Z | Compiling unicase v2.7.0 |
1611 | 2023-11-07T21:40:56.809Z | Compiling parking_lot_core v0.8.6 |
1612 | 2023-11-07T21:40:57.023Z | Compiling rustfmt-wrapper v0.2.0 |
1613 | 2023-11-07T21:40:57.294Z | Compiling num_enum v0.5.11 |
1614 | 2023-11-07T21:40:57.428Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1615 | 2023-11-07T21:40:57.499Z | Compiling aead v0.5.2 |
1616 | 2023-11-07T21:40:57.532Z | Compiling winapi v0.3.9 |
1617 | 2023-11-07T21:40:57.971Z | Compiling postcard-cobs v0.1.5-pre |
1618 | 2023-11-07T21:40:58.061Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1619 | 2023-11-07T21:40:58.161Z | Compiling polyval v0.6.1 |
1620 | 2023-11-07T21:40:58.429Z | Compiling postcard v0.7.3 |
1621 | 2023-11-07T21:40:58.987Z | Compiling smoltcp v0.8.2 |
1622 | 2023-11-07T21:40:58.992Z | Compiling aes v0.8.3 |
1623 | 2023-11-07T21:40:59.246Z | Compiling ctr v0.9.2 |
1624 | 2023-11-07T21:40:59.299Z | Compiling thiserror-impl-no-std v2.0.2 |
1625 | 2023-11-07T21:40:59.581Z | Compiling foreign-types-shared v0.3.1 |
1626 | 2023-11-07T21:40:59.697Z | Compiling cfg-if v0.1.10 |
1627 | 2023-11-07T21:40:59.759Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1628 | 2023-11-07T21:40:59.825Z | Compiling foreign-types v0.5.0 |
1629 | 2023-11-07T21:40:59.998Z | Compiling mime_guess v2.0.4 |
1630 | 2023-11-07T21:41:01.932Z | Compiling is-terminal v0.4.9 |
1631 | 2023-11-07T21:41:02.062Z | Compiling hashlink v0.8.3 |
1632 | 2023-11-07T21:41:02.083Z | Compiling cstr-argument v0.1.2 |
1633 | 2023-11-07T21:41:02.277Z | Compiling pretty-hex v0.2.1 |
1634 | 2023-11-07T21:41:02.576Z | Compiling fallible-streaming-iterator v0.1.9 |
1635 | 2023-11-07T21:41:02.995Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2023-11-07T21:41:03.143Z | Compiling rusqlite v0.29.0 |
1637 | 2023-11-07T21:41:03.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2023-11-07T21:41:03.570Z | Compiling colored v2.0.4 |
1639 | 2023-11-07T21:41:04.155Z | Compiling nix v0.26.2 |
1640 | 2023-11-07T21:41:04.186Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1641 | 2023-11-07T21:41:04.579Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1642 | 2023-11-07T21:41:06.201Z | Compiling twox-hash v1.6.3 |
1643 | 2023-11-07T21:41:07.410Z | Compiling hkdf v0.12.3 |
1644 | 2023-11-07T21:41:08.041Z | Compiling textwrap v0.11.0 |
1645 | 2023-11-07T21:41:08.136Z | Compiling const_format_proc_macros v0.2.31 |
1646 | 2023-11-07T21:41:08.277Z | Compiling ansi_term v0.12.1 |
1647 | 2023-11-07T21:41:08.972Z | Compiling linked-hash-map v0.5.6 |
1648 | 2023-11-07T21:41:09.194Z | Compiling quick-error v1.2.3 |
1649 | 2023-11-07T21:41:09.394Z | Compiling strsim v0.8.0 |
1650 | 2023-11-07T21:41:09.543Z | Compiling vec_map v0.8.2 |
1651 | 2023-11-07T21:41:10.028Z | Compiling clap v2.34.0 |
1652 | 2023-11-07T21:41:10.833Z | Compiling lru-cache v0.1.2 |
1653 | 2023-11-07T21:41:10.856Z | Compiling resolv-conf v0.7.0 |
1654 | 2023-11-07T21:41:11.585Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1655 | 2023-11-07T21:41:13.428Z | Compiling num_enum v0.7.0 |
1656 | 2023-11-07T21:41:13.683Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1657 | 2023-11-07T21:41:14.922Z | Compiling bincode v1.3.3 |
1658 | 2023-11-07T21:41:15.456Z | Compiling keccak v0.1.4 |
1659 | 2023-11-07T21:41:15.509Z | Compiling cancel-safe-futures v0.1.5 |
1660 | 2023-11-07T21:41:15.812Z | Compiling base64 v0.13.1 |
1661 | 2023-11-07T21:41:16.452Z | Compiling termcolor v1.2.0 |
1662 | 2023-11-07T21:41:16.876Z | Compiling humantime v2.1.0 |
1663 | 2023-11-07T21:41:16.915Z | Compiling convert_case v0.4.0 |
1664 | 2023-11-07T21:41:17.790Z | Compiling utf-8 v0.7.6 |
1665 | 2023-11-07T21:41:18.218Z | Compiling derive_more v0.99.17 |
1666 | 2023-11-07T21:41:18.296Z | Compiling env_logger v0.9.3 |
1667 | 2023-11-07T21:41:19.027Z | Compiling sha3 v0.10.8 |
1668 | 2023-11-07T21:41:19.382Z | Compiling structopt v0.3.26 |
1669 | 2023-11-07T21:41:19.665Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1670 | 2023-11-07T21:41:21.218Z | Compiling trust-dns-resolver v0.22.0 |
1671 | 2023-11-07T21:41:22.080Z | Compiling aes-gcm-siv v0.11.1 |
1672 | 2023-11-07T21:41:22.518Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1673 | 2023-11-07T21:41:23.675Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1674 | 2023-11-07T21:41:25.427Z | Compiling zone v0.2.0 |
1675 | 2023-11-07T21:41:27.733Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1676 | 2023-11-07T21:41:28.070Z | Compiling secrecy v0.8.0 |
1677 | 2023-11-07T21:41:28.346Z | Compiling smf v0.2.2 |
1678 | 2023-11-07T21:41:28.512Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1679 | 2023-11-07T21:41:30.241Z | Compiling ringbuffer v0.15.0 |
1680 | 2023-11-07T21:41:30.632Z | Compiling ascii v1.1.0 |
1681 | 2023-11-07T21:41:31.112Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1682 | 2023-11-07T21:41:31.189Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1683 | 2023-11-07T21:41:31.743Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1684 | 2023-11-07T21:41:33.066Z | Compiling bitstruct v0.1.1 |
1685 | 2023-11-07T21:41:34.571Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1686 | 2023-11-07T21:41:35.417Z | Compiling serde_arrays v0.1.0 |
1687 | 2023-11-07T21:41:35.722Z | Compiling ff v0.13.0 |
1688 | 2023-11-07T21:41:35.772Z | Compiling nibble_vec v0.1.0 |
1689 | 2023-11-07T21:41:36.095Z | Compiling arc-swap v1.6.0 |
1690 | 2023-11-07T21:41:36.282Z | Compiling endian-type v0.1.2 |
1691 | 2023-11-07T21:41:36.646Z | Compiling radix_trie v0.2.1 |
1692 | 2023-11-07T21:41:36.964Z | Compiling slog-scope v4.4.0 |
1693 | 2023-11-07T21:41:37.270Z | Compiling group v0.13.0 |
1694 | 2023-11-07T21:41:37.576Z | Compiling rand_core v0.5.1 |
1695 | 2023-11-07T21:41:37.855Z | Compiling tungstenite v0.20.1 |
1696 | 2023-11-07T21:41:38.810Z | Compiling poly1305 v0.8.0 |
1697 | 2023-11-07T21:41:39.956Z | Compiling chacha20 v0.9.1 |
1698 | 2023-11-07T21:41:41.877Z | Compiling crypto-bigint v0.5.2 |
1699 | 2023-11-07T21:41:41.881Z | Compiling num-complex v0.4.4 |
1700 | 2023-11-07T21:41:41.884Z | Compiling option-ext v0.2.0 |
1701 | 2023-11-07T21:41:41.887Z | Compiling ciborium-io v0.2.1 |
1702 | 2023-11-07T21:41:41.890Z | Compiling half v1.8.2 |
1703 | 2023-11-07T21:41:41.893Z | Compiling base16ct v0.2.0 |
1704 | 2023-11-07T21:41:42.090Z | Compiling ciborium-ll v0.2.1 |
1705 | 2023-11-07T21:41:42.173Z | Compiling dirs-sys v0.4.1 |
1706 | 2023-11-07T21:41:42.600Z | Compiling num v0.4.1 |
1707 | 2023-11-07T21:41:42.806Z | Compiling tokio-tungstenite v0.20.1 |
1708 | 2023-11-07T21:41:43.033Z | Compiling parking_lot v0.11.2 |
1709 | 2023-11-07T21:41:43.216Z | Compiling rand_chacha v0.2.2 |
1710 | 2023-11-07T21:41:43.243Z | Compiling trust-dns-client v0.22.0 |
1711 | 2023-11-07T21:41:43.268Z | Compiling slog-stdlog v4.1.1 |
1712 | 2023-11-07T21:41:43.677Z | Compiling thiserror-no-std v2.0.2 |
1713 | 2023-11-07T21:41:44.013Z | Compiling elliptic-curve v0.13.5 |
1714 | 2023-11-07T21:41:44.939Z | Compiling password-hash v0.4.2 |
1715 | 2023-11-07T21:41:45.051Z | Compiling ed25519 v2.2.2 |
1716 | 2023-11-07T21:41:45.702Z | Compiling blowfish v0.9.1 |
1717 | 2023-11-07T21:41:46.320Z | Compiling pbkdf2 v0.12.2 |
1718 | 2023-11-07T21:41:46.537Z | Compiling fxhash v0.2.1 |
1719 | 2023-11-07T21:41:47.050Z | Compiling sled v0.34.7 |
1720 | 2023-11-07T21:41:47.472Z | Compiling bcrypt-pbkdf v0.10.0 |
1721 | 2023-11-07T21:41:47.518Z | Compiling trust-dns-server v0.22.1 |
1722 | 2023-11-07T21:41:48.130Z | Compiling pbkdf2 v0.11.0 |
1723 | 2023-11-07T21:41:48.189Z | Compiling ed25519-dalek v2.0.0 |
1724 | 2023-11-07T21:41:48.749Z | Compiling vsss-rs v3.3.1 |
1725 | 2023-11-07T21:41:49.125Z | Compiling russh-cryptovec v0.7.0 |
1726 | 2023-11-07T21:41:49.626Z | Compiling rand v0.7.3 |
1727 | 2023-11-07T21:41:50.129Z | Compiling slog-envlogger v2.2.0 |
1728 | 2023-11-07T21:41:51.863Z | Compiling ciborium v0.2.1 |
1729 | 2023-11-07T21:41:51.965Z | Compiling dirs v5.0.1 |
1730 | 2023-11-07T21:41:52.282Z | Compiling chacha20poly1305 v0.10.1 |
1731 | 2023-11-07T21:41:52.600Z | Compiling tungstenite v0.18.0 |
1732 | 2023-11-07T21:41:53.099Z | Compiling ron v0.7.1 |
1733 | 2023-11-07T21:41:54.184Z | Compiling const_format v0.2.31 |
1734 | 2023-11-07T21:41:55.296Z | Compiling ghash v0.5.0 |
1735 | 2023-11-07T21:41:56.289Z | Compiling camino-tempfile v1.0.2 |
1736 | 2023-11-07T21:41:56.671Z | Compiling cbc v0.1.2 |
1737 | 2023-11-07T21:41:56.767Z | Compiling headers-core v0.2.0 |
1738 | 2023-11-07T21:41:56.998Z | Compiling pem v3.0.2 |
1739 | 2023-11-07T21:41:57.226Z | Compiling md5 v0.7.0 |
1740 | 2023-11-07T21:41:57.462Z | Compiling bit_field v0.10.2 |
1741 | 2023-11-07T21:41:57.466Z | Compiling pretty-hex v0.3.0 |
1742 | 2023-11-07T21:41:57.552Z | Compiling http-range v0.1.5 |
1743 | 2023-11-07T21:41:57.759Z | Compiling russh-keys v0.38.0 |
1744 | 2023-11-07T21:41:57.762Z | Compiling rcgen v0.11.3 |
1745 | 2023-11-07T21:41:57.923Z | Compiling hyper-staticfile v0.9.5 |
1746 | 2023-11-07T21:41:58.363Z | Compiling headers v0.3.9 |
1747 | 2023-11-07T21:42:02.872Z | Compiling aes-gcm v0.10.3 |
1748 | 2023-11-07T21:42:03.057Z | Compiling tokio-tungstenite v0.18.0 |
1749 | 2023-11-07T21:42:06.820Z | Compiling pem v1.1.1 |
1750 | 2023-11-07T21:42:08.285Z | Compiling atomicwrites v0.4.2 |
1751 | 2023-11-07T21:42:08.894Z | Compiling subprocess v0.2.9 |
1752 | 2023-11-07T21:42:08.898Z | Compiling glob v0.3.1 |
1753 | 2023-11-07T21:42:09.105Z | Compiling hex-literal v0.4.1 |
1754 | 2023-11-07T21:42:10.380Z | Compiling russh v0.38.0 |
1755 | 2023-11-07T21:42:16.524Z | Compiling bzip2 v0.4.4 |
1756 | 2023-11-07T21:42:17.104Z | Compiling zip v0.6.6 |
1757 | 2023-11-07T21:42:22.857Z | Compiling rustls-webpki v0.101.7 |
1758 | 2023-11-07T21:42:29.879Z | Compiling tokio-rustls v0.24.1 |
1759 | 2023-11-07T21:42:30.287Z | Compiling hyper-rustls v0.24.2 |
1760 | 2023-11-07T21:42:30.919Z | Compiling reqwest v0.11.20 |
1761 | 2023-11-07T21:42:31.165Z | Compiling git2 v0.17.2 |
1762 | 2023-11-07T21:42:35.966Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-11-07T21:42:36.672Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1764 | 2023-11-07T21:42:36.719Z | Compiling omicron-zone-package v0.8.3 |
1765 | 2023-11-07T21:42:37.001Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1766 | 2023-11-07T21:42:39.866Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1767 | 2023-11-07T21:42:42.674Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1768 | 2023-11-07T21:42:44.210Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1769 | 2023-11-07T21:42:45.102Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1770 | 2023-11-07T21:42:47.793Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1771 | 2023-11-07T21:42:54.965Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1772 | 2023-11-07T21:42:55.728Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1773 | 2023-11-07T21:42:57.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1774 | 2023-11-07T21:42:58.430Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1775 | 2023-11-07T21:42:59.949Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1776 | 2023-11-07T21:43:01.854Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1777 | 2023-11-07T21:43:02.729Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1778 | 2023-11-07T21:43:03.312Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1779 | 2023-11-07T21:43:03.541Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1780 | 2023-11-07T21:43:03.730Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1781 | 2023-11-07T21:43:03.807Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1782 | 2023-11-07T21:43:04.750Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1783 | 2023-11-07T21:43:07.712Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1784 | 2023-11-07T21:43:16.085Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1785 | 2023-11-07T21:43:37.098Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1786 | 2023-11-07T21:43:37.211Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1787 | 2023-11-07T21:43:37.600Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1788 | 2023-11-07T21:43:37.872Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1789 | 2023-11-07T21:43:37.963Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1790 | 2023-11-07T21:43:38.656Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1791 | 2023-11-07T21:43:45.611Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1792 | 2023-11-07T21:43:51.068Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1793 | 2023-11-07T21:43:53.426Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1794 | 2023-11-07T21:43:54.888Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1795 | 2023-11-07T21:43:59.024Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1796 | 2023-11-07T21:44:09.478Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1797 | 2023-11-07T21:44:12.686Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1798 | 2023-11-07T21:44:17.071Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1799 | 2023-11-07T21:44:18.864Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1800 | 2023-11-07T21:44:28.769Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1801 | 2023-11-07T21:44:43.496Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1802 | 2023-11-07T21:44:51.297Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1803 | 2023-11-07T21:45:35.782Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1804 | 2023-11-07T21:47:13.371Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 47s |
1805 | 2023-11-07T21:47:13.731Z | |
1806 | 2023-11-07T21:47:13.734Z | real 10:48.009660321 |
1807 | 2023-11-07T21:47:13.737Z | user 1:02:30.052588357 |
1808 | 2023-11-07T21:47:13.740Z | sys 9:44.798290694 |
1809 | 2023-11-07T21:47:13.742Z | trap 2.552768715 |
1810 | 2023-11-07T21:47:13.745Z | tflt 6.145697411 |
1811 | 2023-11-07T21:47:13.748Z | dflt 7.024913704 |
1812 | 2023-11-07T21:47:13.750Z | kflt 0.025522951 |
1813 | 2023-11-07T21:47:13.753Z | lock 1:58:31.383272507 |
1814 | 2023-11-07T21:47:13.755Z | slp 3:33:39.161537547 |
1815 | 2023-11-07T21:47:13.757Z | lat 2:29.493073855 |
1816 | 2023-11-07T21:47:13.760Z | stop 6:22.005204103 |
1817 | 2023-11-07T21:47:13.763Z | + mkdir -p /work/end-to-end-tests |
1818 | 2023-11-07T21:47:13.765Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1819 | 2023-11-07T21:47:14.674Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2023-11-07T21:47:14.677Z | + ptime -m gzip |
1821 | 2023-11-07T21:47:14.680Z | ++ basename target/debug/bootstrap |
1822 | 2023-11-07T21:47:32.098Z | |
1823 | 2023-11-07T21:47:32.102Z | real 17.419383945 |
1824 | 2023-11-07T21:47:32.105Z | user 17.225293872 |
1825 | 2023-11-07T21:47:32.108Z | sys 0.182448936 |
1826 | 2023-11-07T21:47:32.111Z | trap 0.006169170 |
1827 | 2023-11-07T21:47:32.114Z | tflt 0.000000000 |
1828 | 2023-11-07T21:47:32.117Z | dflt 0.000000000 |
1829 | 2023-11-07T21:47:32.120Z | kflt 0.000000000 |
1830 | 2023-11-07T21:47:32.123Z | lock 0.000000000 |
1831 | 2023-11-07T21:47:32.126Z | slp 0.000000000 |
1832 | 2023-11-07T21:47:32.129Z | lat 0.005030908 |
1833 | 2023-11-07T21:47:32.132Z | stop 0.000318431 |
1834 | 2023-11-07T21:47:32.134Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2023-11-07T21:47:32.137Z | + ptime -m gzip |
1836 | 2023-11-07T21:47:32.140Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c43fba0fc8ca36e8 |
1837 | 2023-11-07T21:47:33.211Z | |
1838 | 2023-11-07T21:47:33.214Z | real 1.103783422 |
1839 | 2023-11-07T21:47:33.217Z | user 1.091510706 |
1840 | 2023-11-07T21:47:33.220Z | sys 0.011599202 |
1841 | 2023-11-07T21:47:33.223Z | trap 0.000112823 |
1842 | 2023-11-07T21:47:33.225Z | tflt 0.000000000 |
1843 | 2023-11-07T21:47:33.228Z | dflt 0.000000000 |
1844 | 2023-11-07T21:47:33.231Z | kflt 0.000000000 |
1845 | 2023-11-07T21:47:33.234Z | lock 0.000000000 |
1846 | 2023-11-07T21:47:33.237Z | slp 0.000000000 |
1847 | 2023-11-07T21:47:33.240Z | lat 0.000182393 |
1848 | 2023-11-07T21:47:33.243Z | stop 0.000253306 |
1849 | 2023-11-07T21:47:33.246Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1850 | 2023-11-07T21:47:33.248Z | + ptime -m gzip |
1851 | 2023-11-07T21:47:33.251Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-db7e95353d866fe2 |
1852 | 2023-11-07T21:47:53.006Z | |
1853 | 2023-11-07T21:47:53.009Z | real 19.787105176 |
1854 | 2023-11-07T21:47:53.011Z | user 19.575681339 |
1855 | 2023-11-07T21:47:53.014Z | sys 0.205390797 |
1856 | 2023-11-07T21:47:53.017Z | trap 0.004357114 |
1857 | 2023-11-07T21:47:53.020Z | tflt 0.000000000 |
1858 | 2023-11-07T21:47:53.022Z | dflt 0.000000000 |
1859 | 2023-11-07T21:47:53.025Z | kflt 0.000000000 |
1860 | 2023-11-07T21:47:53.027Z | lock 0.000000000 |
1861 | 2023-11-07T21:47:53.030Z | slp 0.000000000 |
1862 | 2023-11-07T21:47:53.032Z | lat 0.001210301 |
1863 | 2023-11-07T21:47:53.035Z | stop 0.000341995 |
1864 | 2023-11-07T21:47:53.038Z | + banner caboose-util |
1865 | 2023-11-07T21:47:53.041Z | |
1866 | 2023-11-07T21:47:53.044Z | #### ## ##### #### #### #### ###### # # ##### |
1867 | 2023-11-07T21:47:53.046Z | # # # # # # # # # # # # # # # |
1868 | 2023-11-07T21:47:53.049Z | # # # ##### # # # # #### ##### ##### # # # |
1869 | 2023-11-07T21:47:53.052Z | # ###### # # # # # # # # # # # |
1870 | 2023-11-07T21:47:53.055Z | # # # # # # # # # # # # # # # # |
1871 | 2023-11-07T21:47:53.057Z | #### # # ##### #### #### #### ###### #### # |
1872 | 2023-11-07T21:47:53.060Z | |
1873 | 2023-11-07T21:47:53.063Z | + ptime -m cargo build --locked -p caboose-util --release |
1874 | 2023-11-07T21:47:53.735Z | Downloading crates ... |
1875 | 2023-11-07T21:47:54.021Z | Downloaded crc v3.0.1 |
1876 | 2023-11-07T21:47:54.031Z | Downloaded env_logger v0.10.0 |
1877 | 2023-11-07T21:47:54.036Z | Downloaded packed_struct_codegen v0.10.1 |
1878 | 2023-11-07T21:47:54.038Z | Downloaded smallvec v0.6.14 |
1879 | 2023-11-07T21:47:54.041Z | Downloaded maybe-uninit v2.0.0 |
1880 | 2023-11-07T21:47:54.044Z | Downloaded flagset v0.4.3 |
1881 | 2023-11-07T21:47:54.047Z | Downloaded rsa v0.9.2 |
1882 | 2023-11-07T21:47:54.053Z | Downloaded nodrop v0.1.14 |
1883 | 2023-11-07T21:47:54.055Z | Downloaded path-slash v0.1.5 |
1884 | 2023-11-07T21:47:54.058Z | Downloaded bitfield v0.14.0 |
1885 | 2023-11-07T21:47:54.060Z | Downloaded serde-hex v0.1.0 |
1886 | 2023-11-07T21:47:54.069Z | Downloaded ron v0.8.1 |
1887 | 2023-11-07T21:47:54.083Z | Downloaded pem-rfc7468 v0.7.0 |
1888 | 2023-11-07T21:47:54.086Z | Downloaded num-bigint-dig v0.8.4 |
1889 | 2023-11-07T21:47:54.095Z | Downloaded pkcs1 v0.7.5 |
1890 | 2023-11-07T21:47:54.099Z | Downloaded der_derive v0.7.2 |
1891 | 2023-11-07T21:47:54.101Z | Downloaded crc-catalog v2.2.0 |
1892 | 2023-11-07T21:47:54.105Z | Downloaded x509-cert v0.2.4 |
1893 | 2023-11-07T21:47:54.118Z | Downloaded crc-any v2.4.3 |
1894 | 2023-11-07T21:47:54.122Z | Downloaded array-init v0.0.4 |
1895 | 2023-11-07T21:47:54.129Z | Downloaded packed_struct v0.10.1 |
1896 | 2023-11-07T21:47:54.132Z | Downloaded object v0.30.4 |
1897 | 2023-11-07T21:47:54.313Z | Compiling proc-macro2 v1.0.67 |
1898 | 2023-11-07T21:47:54.318Z | Compiling unicode-ident v1.0.12 |
1899 | 2023-11-07T21:47:54.321Z | Compiling libc v0.2.149 |
1900 | 2023-11-07T21:47:54.326Z | Compiling autocfg v1.1.0 |
1901 | 2023-11-07T21:47:54.329Z | Compiling serde v1.0.188 |
1902 | 2023-11-07T21:47:54.332Z | Compiling cfg-if v1.0.0 |
1903 | 2023-11-07T21:47:54.337Z | Compiling version_check v0.9.4 |
1904 | 2023-11-07T21:47:54.467Z | Compiling parking_lot_core v0.9.8 |
1905 | 2023-11-07T21:47:54.515Z | Compiling syn v1.0.109 |
1906 | 2023-11-07T21:47:54.615Z | Compiling once_cell v1.18.0 |
1907 | 2023-11-07T21:47:55.048Z | Compiling typenum v1.16.0 |
1908 | 2023-11-07T21:47:55.251Z | Compiling libm v0.2.7 |
1909 | 2023-11-07T21:47:55.280Z | Compiling futures-core v0.3.29 |
1910 | 2023-11-07T21:47:55.446Z | Compiling generic-array v0.14.7 |
1911 | 2023-11-07T21:47:55.535Z | Compiling lock_api v0.4.10 |
1912 | 2023-11-07T21:47:55.688Z | Compiling num-traits v0.2.16 |
1913 | 2023-11-07T21:47:55.720Z | Compiling pkg-config v0.3.27 |
1914 | 2023-11-07T21:47:55.842Z | Compiling scopeguard v1.2.0 |
1915 | 2023-11-07T21:47:56.082Z | Compiling slab v0.4.9 |
1916 | 2023-11-07T21:47:56.509Z | Compiling quote v1.0.33 |
1917 | 2023-11-07T21:47:56.652Z | Compiling futures-task v0.3.29 |
1918 | 2023-11-07T21:47:56.729Z | Compiling futures-channel v0.3.29 |
1919 | 2023-11-07T21:47:56.952Z | Compiling serde_json v1.0.108 |
1920 | 2023-11-07T21:47:57.171Z | Compiling syn v2.0.32 |
1921 | 2023-11-07T21:47:57.396Z | Compiling thiserror v1.0.49 |
1922 | 2023-11-07T21:47:57.582Z | Compiling jobserver v0.1.26 |
1923 | 2023-11-07T21:47:57.594Z | Compiling getrandom v0.2.10 |
1924 | 2023-11-07T21:47:58.067Z | Compiling cc v1.0.83 |
1925 | 2023-11-07T21:47:58.220Z | Compiling memchr v2.6.3 |
1926 | 2023-11-07T21:47:58.254Z | Compiling itoa v1.0.9 |
1927 | 2023-11-07T21:47:58.601Z | Compiling futures-util v0.3.29 |
1928 | 2023-11-07T21:47:58.752Z | Compiling ahash v0.8.3 |
1929 | 2023-11-07T21:47:59.052Z | Compiling smallvec v1.11.0 |
1930 | 2023-11-07T21:47:59.225Z | Compiling vcpkg v0.2.15 |
1931 | 2023-11-07T21:47:59.672Z | Compiling log v0.4.20 |
1932 | 2023-11-07T21:48:00.709Z | Compiling byteorder v1.5.0 |
1933 | 2023-11-07T21:48:01.573Z | Compiling rand_core v0.6.4 |
1934 | 2023-11-07T21:48:01.596Z | Compiling pin-project-lite v0.2.13 |
1935 | 2023-11-07T21:48:02.321Z | Compiling parking_lot v0.12.1 |
1936 | 2023-11-07T21:48:02.380Z | Compiling indexmap v1.9.3 |
1937 | 2023-11-07T21:48:03.107Z | Compiling openssl-sys v0.9.93 |
1938 | 2023-11-07T21:48:04.214Z | Compiling ring v0.17.5 |
1939 | 2023-11-07T21:48:04.893Z | Compiling io-lifetimes v1.0.11 |
1940 | 2023-11-07T21:48:05.553Z | Compiling ring v0.16.20 |
1941 | 2023-11-07T21:48:05.801Z | Compiling num-integer v0.1.45 |
1942 | 2023-11-07T21:48:06.200Z | Compiling semver v1.0.20 |
1943 | 2023-11-07T21:48:06.853Z | Compiling const-oid v0.9.5 |
1944 | 2023-11-07T21:48:07.198Z | Compiling ryu v1.0.15 |
1945 | 2023-11-07T21:48:08.022Z | Compiling rustix v0.37.23 |
1946 | 2023-11-07T21:48:08.872Z | Compiling spin v0.5.2 |
1947 | 2023-11-07T21:48:08.955Z | Compiling mio v0.8.8 |
1948 | 2023-11-07T21:48:09.434Z | Compiling socket2 v0.5.4 |
1949 | 2023-11-07T21:48:09.665Z | Compiling num_cpus v1.16.0 |
1950 | 2023-11-07T21:48:09.829Z | Compiling signal-hook-registry v1.4.1 |
1951 | 2023-11-07T21:48:10.368Z | Compiling ucd-trie v0.1.6 |
1952 | 2023-11-07T21:48:10.635Z | Compiling httparse v1.8.0 |
1953 | 2023-11-07T21:48:10.871Z | Compiling unicode-xid v0.2.4 |
1954 | 2023-11-07T21:48:10.888Z | Compiling futures-sink v0.3.29 |
1955 | 2023-11-07T21:48:10.929Z | Compiling openssl v0.10.57 |
1956 | 2023-11-07T21:48:11.099Z | Compiling heck v0.4.1 |
1957 | 2023-11-07T21:48:11.113Z | Compiling synstructure v0.12.6 |
1958 | 2023-11-07T21:48:11.512Z | Compiling tinyvec_macros v0.1.1 |
1959 | 2023-11-07T21:48:11.629Z | Compiling tinyvec v1.6.0 |
1960 | 2023-11-07T21:48:13.084Z | Compiling crc32fast v1.3.2 |
1961 | 2023-11-07T21:48:13.745Z | Compiling rustls v0.21.8 |
1962 | 2023-11-07T21:48:13.766Z | Compiling ppv-lite86 v0.2.17 |
1963 | 2023-11-07T21:48:14.141Z | Compiling futures-io v0.3.29 |
1964 | 2023-11-07T21:48:14.384Z | Compiling pin-utils v0.1.0 |
1965 | 2023-11-07T21:48:14.529Z | Compiling radium v0.7.0 |
1966 | 2023-11-07T21:48:14.863Z | Compiling native-tls v0.2.11 |
1967 | 2023-11-07T21:48:15.146Z | Compiling unicode-normalization v0.1.22 |
1968 | 2023-11-07T21:48:15.247Z | Compiling rand_chacha v0.3.1 |
1969 | 2023-11-07T21:48:15.262Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1970 | 2023-11-07T21:48:15.368Z | Compiling spin v0.9.8 |
1971 | 2023-11-07T21:48:15.633Z | Compiling tracing-core v0.1.31 |
1972 | 2023-11-07T21:48:15.706Z | Compiling unicode-bidi v0.3.13 |
1973 | 2023-11-07T21:48:16.043Z | Compiling subtle v2.5.0 |
1974 | 2023-11-07T21:48:16.978Z | Compiling rand v0.8.5 |
1975 | 2023-11-07T21:48:18.051Z | Compiling errno v0.3.2 |
1976 | 2023-11-07T21:48:18.167Z | Compiling num-iter v0.1.43 |
1977 | 2023-11-07T21:48:18.192Z | Compiling usdt-impl v0.3.5 |
1978 | 2023-11-07T21:48:18.383Z | Compiling base64 v0.21.5 |
1979 | 2023-11-07T21:48:18.662Z | Compiling schemars v0.8.13 |
1980 | 2023-11-07T21:48:18.665Z | Compiling rustix v0.38.9 |
1981 | 2023-11-07T21:48:20.470Z | Compiling serde_derive_internals v0.26.0 |
1982 | 2023-11-07T21:48:20.917Z | Compiling serde_derive v1.0.188 |
1983 | 2023-11-07T21:48:21.065Z | Compiling zeroize_derive v1.4.2 |
1984 | 2023-11-07T21:48:21.174Z | Compiling tokio-macros v2.1.0 |
1985 | 2023-11-07T21:48:21.306Z | Compiling thiserror-impl v1.0.49 |
1986 | 2023-11-07T21:48:21.926Z | Compiling futures-macro v0.3.29 |
1987 | 2023-11-07T21:48:22.331Z | Compiling tracing-attributes v0.1.26 |
1988 | 2023-11-07T21:48:22.493Z | Compiling zerocopy-derive v0.2.0 |
1989 | 2023-11-07T21:48:23.376Z | Compiling zeroize v1.6.0 |
1990 | 2023-11-07T21:48:24.649Z | Compiling openssl-macros v0.1.1 |
1991 | 2023-11-07T21:48:25.453Z | Compiling zerocopy-derive v0.6.4 |
1992 | 2023-11-07T21:48:26.294Z | Compiling pest v2.7.2 |
1993 | 2023-11-07T21:48:26.619Z | Compiling crypto-common v0.1.6 |
1994 | 2023-11-07T21:48:26.653Z | Compiling block-buffer v0.10.4 |
1995 | 2023-11-07T21:48:27.044Z | Compiling digest v0.10.7 |
1996 | 2023-11-07T21:48:27.998Z | Compiling tracing v0.1.37 |
1997 | 2023-11-07T21:48:28.784Z | Compiling bitflags v1.3.2 |
1998 | 2023-11-07T21:48:28.931Z | Compiling fnv v1.0.7 |
1999 | 2023-11-07T21:48:29.329Z | Compiling zerocopy v0.3.0 |
2000 | 2023-11-07T21:48:30.674Z | Compiling pest_meta v2.7.2 |
2001 | 2023-11-07T21:48:31.290Z | Compiling schemars_derive v0.8.13 |
2002 | 2023-11-07T21:48:33.111Z | Compiling pest_generator v2.7.2 |
2003 | 2023-11-07T21:48:33.604Z | Compiling lazy_static v1.4.0 |
2004 | 2023-11-07T21:48:36.345Z | Compiling backtrace v0.3.69 |
2005 | 2023-11-07T21:48:36.401Z | Compiling num-bigint v0.4.4 |
2006 | 2023-11-07T21:48:36.489Z | Compiling memoffset v0.9.0 |
2007 | 2023-11-07T21:48:36.901Z | Compiling iana-time-zone v0.1.57 |
2008 | 2023-11-07T21:48:36.918Z | Compiling async-trait v0.1.74 |
2009 | 2023-11-07T21:48:37.057Z | Compiling crossbeam-utils v0.8.16 |
2010 | 2023-11-07T21:48:37.066Z | Compiling untrusted v0.7.1 |
2011 | 2023-11-07T21:48:37.350Z | Compiling smoltcp v0.9.1 |
2012 | 2023-11-07T21:48:37.476Z | Compiling base64ct v1.6.0 |
2013 | 2023-11-07T21:48:37.601Z | Compiling foreign-types-shared v0.1.1 |
2014 | 2023-11-07T21:48:37.755Z | Compiling untrusted v0.9.0 |
2015 | 2023-11-07T21:48:37.847Z | Compiling percent-encoding v2.3.0 |
2016 | 2023-11-07T21:48:38.022Z | Compiling hashbrown v0.12.3 |
2017 | 2023-11-07T21:48:38.034Z | Compiling pest_derive v2.7.2 |
2018 | 2023-11-07T21:48:38.285Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2019 | 2023-11-07T21:48:38.381Z | Compiling openssl-probe v0.1.5 |
2020 | 2023-11-07T21:48:38.783Z | Compiling allocator-api2 v0.2.16 |
2021 | 2023-11-07T21:48:38.836Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2023-11-07T21:48:39.122Z | Compiling dtrace-parser v0.1.14 |
2023 | 2023-11-07T21:48:39.337Z | Compiling foreign-types v0.3.2 |
2024 | 2023-11-07T21:48:40.274Z | Compiling hashbrown v0.14.0 |
2025 | 2023-11-07T21:48:41.888Z | Compiling dof v0.1.5 |
2026 | 2023-11-07T21:48:41.904Z | Compiling der_derive v0.7.2 |
2027 | 2023-11-07T21:48:42.109Z | Compiling clap_derive v4.4.2 |
2028 | 2023-11-07T21:48:45.038Z | Compiling thread-id v4.2.0 |
2029 | 2023-11-07T21:48:45.187Z | Compiling bytes v1.5.0 |
2030 | 2023-11-07T21:48:45.593Z | Compiling bitflags v2.4.0 |
2031 | 2023-11-07T21:48:45.747Z | Compiling uuid v1.4.1 |
2032 | 2023-11-07T21:48:46.673Z | Compiling tokio v1.33.0 |
2033 | 2023-11-07T21:48:46.871Z | Compiling rustc_version v0.4.0 |
2034 | 2023-11-07T21:48:47.918Z | Compiling heapless v0.7.16 |
2035 | 2023-11-07T21:48:48.521Z | Compiling http v0.2.9 |
2036 | 2023-11-07T21:48:49.389Z | Compiling chrono v0.4.31 |
2037 | 2023-11-07T21:48:50.317Z | Compiling siphasher v0.3.11 |
2038 | 2023-11-07T21:48:50.444Z | Compiling try-lock v0.2.4 |
2039 | 2023-11-07T21:48:50.648Z | Compiling anstyle v1.0.2 |
2040 | 2023-11-07T21:48:50.961Z | Compiling flagset v0.4.3 |
2041 | 2023-11-07T21:48:51.305Z | Compiling cpufeatures v0.2.9 |
2042 | 2023-11-07T21:48:51.456Z | Compiling utf8parse v0.2.1 |
2043 | 2023-11-07T21:48:51.626Z | Compiling time-core v0.1.1 |
2044 | 2023-11-07T21:48:51.733Z | Compiling equivalent v1.0.1 |
2045 | 2023-11-07T21:48:51.893Z | Compiling adler v1.0.2 |
2046 | 2023-11-07T21:48:51.896Z | Compiling rustversion v1.0.14 |
2047 | 2023-11-07T21:48:52.215Z | Compiling miniz_oxide v0.7.1 |
2048 | 2023-11-07T21:48:52.646Z | Compiling time-macros v0.2.13 |
2049 | 2023-11-07T21:48:52.869Z | Compiling indexmap v2.0.0 |
2050 | 2023-11-07T21:48:54.583Z | Compiling anstyle-parse v0.2.1 |
2051 | 2023-11-07T21:48:55.048Z | Compiling sha2 v0.10.8 |
2052 | 2023-11-07T21:48:55.241Z | Compiling der v0.7.8 |
2053 | 2023-11-07T21:48:55.736Z | Compiling http-body v0.4.5 |
2054 | 2023-11-07T21:48:55.871Z | Compiling want v0.3.1 |
2055 | 2023-11-07T21:49:00.005Z | Compiling serde_tokenstream v0.1.7 |
2056 | 2023-11-07T21:49:00.811Z | Compiling tokio-util v0.7.10 |
2057 | 2023-11-07T21:49:03.274Z | Compiling h2 v0.3.21 |
2058 | 2023-11-07T21:49:05.256Z | Compiling sct v0.7.0 |
2059 | 2023-11-07T21:49:05.590Z | Compiling form_urlencoded v1.2.0 |
2060 | 2023-11-07T21:49:05.718Z | Compiling hubpack_derive v0.1.1 |
2061 | 2023-11-07T21:49:06.435Z | Compiling socket2 v0.4.9 |
2062 | 2023-11-07T21:49:07.032Z | Compiling crossbeam-epoch v0.9.15 |
2063 | 2023-11-07T21:49:07.724Z | Compiling tower-service v0.3.2 |
2064 | 2023-11-07T21:49:07.889Z | Compiling anyhow v1.0.75 |
2065 | 2023-11-07T21:49:08.604Z | Compiling tap v1.0.1 |
2066 | 2023-11-07T21:49:08.884Z | Compiling slog v2.7.0 |
2067 | 2023-11-07T21:49:09.599Z | Compiling httpdate v1.0.3 |
2068 | 2023-11-07T21:49:10.527Z | Compiling anstyle-query v1.0.0 |
2069 | 2023-11-07T21:49:10.725Z | Compiling colorchoice v1.0.0 |
2070 | 2023-11-07T21:49:10.911Z | Compiling anstream v0.5.0 |
2071 | 2023-11-07T21:49:11.472Z | Compiling wyz v0.5.1 |
2072 | 2023-11-07T21:49:15.565Z | Compiling terminal_size v0.2.6 |
2073 | 2023-11-07T21:49:15.883Z | Compiling hyper v0.14.27 |
2074 | 2023-11-07T21:49:16.794Z | Compiling spki v0.7.2 |
2075 | 2023-11-07T21:49:19.662Z | Compiling rustls-pemfile v1.0.3 |
2076 | 2023-11-07T21:49:19.961Z | Compiling zerocopy v0.6.4 |
2077 | 2023-11-07T21:49:20.402Z | Compiling hmac v0.12.1 |
2078 | 2023-11-07T21:49:20.541Z | Compiling md-5 v0.10.5 |
2079 | 2023-11-07T21:49:21.314Z | Compiling stringprep v0.1.3 |
2080 | 2023-11-07T21:49:21.754Z | Compiling idna v0.4.0 |
2081 | 2023-11-07T21:49:22.361Z | Compiling diesel_table_macro_syntax v0.1.0 |
2082 | 2023-11-07T21:49:22.811Z | Compiling hash32 v0.2.1 |
2083 | 2023-11-07T21:49:22.967Z | Compiling aho-corasick v1.0.4 |
2084 | 2023-11-07T21:49:23.428Z | Compiling dyn-clone v1.0.13 |
2085 | 2023-11-07T21:49:23.949Z | Compiling regex-syntax v0.8.2 |
2086 | 2023-11-07T21:49:24.059Z | Compiling clap_lex v0.5.1 |
2087 | 2023-11-07T21:49:25.132Z | Compiling maybe-uninit v2.0.0 |
2088 | 2023-11-07T21:49:25.298Z | Compiling gimli v0.28.0 |
2089 | 2023-11-07T21:49:25.809Z | Compiling either v1.9.0 |
2090 | 2023-11-07T21:49:27.348Z | Compiling strsim v0.10.0 |
2091 | 2023-11-07T21:49:28.243Z | Compiling stable_deref_trait v1.2.0 |
2092 | 2023-11-07T21:49:28.387Z | Compiling funty v2.0.0 |
2093 | 2023-11-07T21:49:29.654Z | Compiling fallible-iterator v0.2.0 |
2094 | 2023-11-07T21:49:30.812Z | Compiling postgres-protocol v0.6.6 |
2095 | 2023-11-07T21:49:30.881Z | Compiling bitvec v1.0.1 |
2096 | 2023-11-07T21:49:32.601Z | Compiling regex-automata v0.4.3 |
2097 | 2023-11-07T21:49:32.889Z | Compiling addr2line v0.21.0 |
2098 | 2023-11-07T21:49:33.900Z | Compiling clap_builder v4.4.2 |
2099 | 2023-11-07T21:49:35.380Z | Compiling diesel_derives v2.1.1 |
2100 | 2023-11-07T21:49:35.558Z | Compiling url v2.4.1 |
2101 | 2023-11-07T21:49:39.630Z | Compiling strum_macros v0.25.2 |
2102 | 2023-11-07T21:49:40.143Z | Compiling rustls-native-certs v0.6.3 |
2103 | 2023-11-07T21:49:40.855Z | Compiling tokio-native-tls v0.3.1 |
2104 | 2023-11-07T21:49:44.500Z | Compiling usdt-attr-macro v0.3.5 |
2105 | 2023-11-07T21:49:45.979Z | Compiling usdt-macro v0.3.5 |
2106 | 2023-11-07T21:49:47.282Z | Compiling phf_shared v0.11.2 |
2107 | 2023-11-07T21:49:47.406Z | Compiling serde_spanned v0.6.4 |
2108 | 2023-11-07T21:49:47.760Z | Compiling toml_datetime v0.6.5 |
2109 | 2023-11-07T21:49:47.935Z | Compiling block-padding v0.3.3 |
2110 | 2023-11-07T21:49:48.096Z | Compiling enum-as-inner v0.5.1 |
2111 | 2023-11-07T21:49:48.287Z | Compiling serde_repr v0.1.16 |
2112 | 2023-11-07T21:49:48.464Z | Compiling scheduled-thread-pool v0.2.7 |
2113 | 2023-11-07T21:49:49.257Z | Compiling object v0.32.1 |
2114 | 2023-11-07T21:49:50.272Z | Compiling rustc-demangle v0.1.23 |
2115 | 2023-11-07T21:49:50.789Z | Compiling packed_struct v0.10.1 |
2116 | 2023-11-07T21:49:51.386Z | Compiling managed v0.8.0 |
2117 | 2023-11-07T21:49:51.787Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2023-11-07T21:49:52.195Z | Compiling num_threads v0.1.6 |
2119 | 2023-11-07T21:49:52.467Z | Compiling bit-vec v0.6.3 |
2120 | 2023-11-07T21:49:52.544Z | Compiling winnow v0.5.15 |
2121 | 2023-11-07T21:49:54.491Z | Compiling regex-automata v0.1.10 |
2122 | 2023-11-07T21:49:55.317Z | Compiling ipnet v2.8.0 |
2123 | 2023-11-07T21:49:55.606Z | Compiling deranged v0.3.8 |
2124 | 2023-11-07T21:49:57.917Z | Compiling matches v0.1.10 |
2125 | 2023-11-07T21:49:58.049Z | Compiling idna v0.2.3 |
2126 | 2023-11-07T21:49:58.949Z | Compiling time v0.3.27 |
2127 | 2023-11-07T21:49:59.152Z | Compiling toml_edit v0.19.15 |
2128 | 2023-11-07T21:50:01.321Z | Compiling bstr v0.2.17 |
2129 | 2023-11-07T21:50:11.429Z | Compiling r2d2 v0.8.10 |
2130 | 2023-11-07T21:50:12.054Z | Compiling inout v0.1.3 |
2131 | 2023-11-07T21:50:12.460Z | Compiling phf v0.11.2 |
2132 | 2023-11-07T21:50:12.942Z | Compiling hyper-tls v0.5.0 |
2133 | 2023-11-07T21:50:12.996Z | Compiling clap v4.4.3 |
2134 | 2023-11-07T21:50:13.153Z | Compiling regex v1.10.2 |
2135 | 2023-11-07T21:50:13.475Z | Compiling flate2 v1.0.28 |
2136 | 2023-11-07T21:50:14.221Z | Compiling ipnetwork v0.20.0 |
2137 | 2023-11-07T21:50:14.686Z | Compiling postgres-types v0.2.6 |
2138 | 2023-11-07T21:50:15.005Z | Compiling itertools v0.11.0 |
2139 | 2023-11-07T21:50:15.108Z | Compiling pkcs8 v0.10.2 |
2140 | 2023-11-07T21:50:16.398Z | Compiling hubpack v0.1.2 |
2141 | 2023-11-07T21:50:17.001Z | Compiling serde_urlencoded v0.7.1 |
2142 | 2023-11-07T21:50:17.143Z | Compiling phf_shared v0.10.0 |
2143 | 2023-11-07T21:50:18.034Z | Compiling futures-executor v0.3.29 |
2144 | 2023-11-07T21:50:19.995Z | Compiling signature v2.1.0 |
2145 | 2023-11-07T21:50:20.284Z | Compiling packed_struct_codegen v0.10.1 |
2146 | 2023-11-07T21:50:21.696Z | Compiling float-cmp v0.9.0 |
2147 | 2023-11-07T21:50:22.576Z | Compiling encoding_rs v0.8.33 |
2148 | 2023-11-07T21:50:22.802Z | Compiling difflib v0.4.0 |
2149 | 2023-11-07T21:50:23.541Z | Compiling mime v0.3.17 |
2150 | 2023-11-07T21:50:24.391Z | Compiling normalize-line-endings v0.3.0 |
2151 | 2023-11-07T21:50:24.454Z | Compiling new_debug_unreachable v1.0.4 |
2152 | 2023-11-07T21:50:24.570Z | Compiling predicates-core v1.0.6 |
2153 | 2023-11-07T21:50:24.583Z | Compiling data-encoding v2.4.0 |
2154 | 2023-11-07T21:50:25.088Z | Compiling unicode-width v0.1.11 |
2155 | 2023-11-07T21:50:25.319Z | Compiling unicode-segmentation v1.10.1 |
2156 | 2023-11-07T21:50:25.332Z | Compiling static_assertions v1.1.0 |
2157 | 2023-11-07T21:50:26.793Z | Compiling webpki-roots v0.25.2 |
2158 | 2023-11-07T21:50:27.050Z | Compiling whoami v1.4.1 |
2159 | 2023-11-07T21:50:27.682Z | Compiling crc-catalog v2.2.0 |
2160 | 2023-11-07T21:50:27.953Z | Compiling nodrop v0.1.14 |
2161 | 2023-11-07T21:50:28.307Z | Compiling fixedbitset v0.4.2 |
2162 | 2023-11-07T21:50:29.107Z | Compiling regex-automata v0.3.8 |
2163 | 2023-11-07T21:50:29.288Z | Compiling precomputed-hash v0.1.1 |
2164 | 2023-11-07T21:50:29.456Z | Compiling string_cache v0.8.7 |
2165 | 2023-11-07T21:50:34.956Z | Compiling bstr v1.6.0 |
2166 | 2023-11-07T21:50:36.703Z | Compiling petgraph v0.6.4 |
2167 | 2023-11-07T21:50:39.887Z | Compiling array-init v0.0.4 |
2168 | 2023-11-07T21:50:40.019Z | Compiling crc v3.0.1 |
2169 | 2023-11-07T21:50:41.229Z | Compiling tokio-postgres v0.7.10 |
2170 | 2023-11-07T21:50:43.987Z | Compiling similar v2.2.1 |
2171 | 2023-11-07T21:50:44.999Z | Compiling trust-dns-proto v0.22.0 |
2172 | 2023-11-07T21:50:47.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2173 | 2023-11-07T21:50:49.848Z | Compiling console v0.15.7 |
2174 | 2023-11-07T21:50:50.171Z | Compiling predicates v3.0.4 |
2175 | 2023-11-07T21:50:57.894Z | Compiling futures v0.3.29 |
2176 | 2023-11-07T21:50:58.387Z | Compiling yasna v0.5.2 |
2177 | 2023-11-07T21:51:00.458Z | Compiling pkcs1 v0.7.5 |
2178 | 2023-11-07T21:51:00.645Z | Compiling diesel v2.1.3 |
2179 | 2023-11-07T21:51:01.385Z | Compiling smallvec v0.6.14 |
2180 | 2023-11-07T21:51:02.197Z | Compiling cipher v0.4.4 |
2181 | 2023-11-07T21:51:07.210Z | Compiling toml v0.7.8 |
2182 | 2023-11-07T21:51:07.780Z | Compiling bit-set v0.5.3 |
2183 | 2023-11-07T21:51:08.205Z | Compiling usdt v0.3.5 |
2184 | 2023-11-07T21:51:08.620Z | Compiling is-terminal v0.4.9 |
2185 | 2023-11-07T21:51:10.807Z | Compiling itertools v0.10.5 |
2186 | 2023-11-07T21:51:11.389Z | Compiling tokio-stream v0.1.14 |
2187 | 2023-11-07T21:51:11.944Z | Compiling openapiv3 v1.0.3 |
2188 | 2023-11-07T21:51:13.066Z | Compiling hex v0.4.3 |
2189 | 2023-11-07T21:51:16.085Z | Compiling hashbrown v0.13.2 |
2190 | 2023-11-07T21:51:37.261Z | Compiling termcolor v1.2.0 |
2191 | 2023-11-07T21:51:37.475Z | Compiling bitfield v0.14.0 |
2192 | 2023-11-07T21:51:37.626Z | Compiling lalrpop-util v0.19.12 |
2193 | 2023-11-07T21:51:37.746Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2194 | 2023-11-07T21:51:37.773Z | Compiling env_logger v0.10.0 |
2195 | 2023-11-07T21:51:53.172Z | Compiling rsa v0.9.2 |
2196 | 2023-11-07T21:51:53.596Z | Compiling serde-hex v0.1.0 |
2197 | 2023-11-07T21:51:54.766Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2198 | 2023-11-07T21:52:04.792Z | Compiling x509-cert v0.2.4 |
2199 | 2023-11-07T21:52:05.559Z | Compiling ron v0.8.1 |
2200 | 2023-11-07T21:52:17.615Z | Compiling crc-any v2.4.3 |
2201 | 2023-11-07T21:52:19.250Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2202 | 2023-11-07T21:52:39.191Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2203 | 2023-11-07T21:52:45.844Z | Compiling object v0.30.4 |
2204 | 2023-11-07T21:52:52.743Z | Compiling path-slash v0.1.5 |
2205 | 2023-11-07T21:53:02.509Z | Compiling bzip2 v0.4.4 |
2206 | 2023-11-07T21:53:03.006Z | Compiling zip v0.6.6 |
2207 | 2023-11-07T21:53:06.295Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2208 | 2023-11-07T21:53:24.109Z | Compiling rustls-webpki v0.101.7 |
2209 | 2023-11-07T21:53:31.007Z | Compiling tokio-rustls v0.24.1 |
2210 | 2023-11-07T21:53:31.408Z | Compiling hyper-rustls v0.24.2 |
2211 | 2023-11-07T21:53:32.095Z | Compiling reqwest v0.11.20 |
2212 | 2023-11-07T21:53:50.920Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2213 | 2023-11-07T21:54:00.551Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2214 | 2023-11-07T21:54:01.662Z | Finished release [optimized] target(s) in 6m 08s |
2215 | 2023-11-07T21:54:01.753Z | |
2216 | 2023-11-07T21:54:01.757Z | real 6:08.739178298 |
2217 | 2023-11-07T21:54:01.762Z | user 43:26.166394848 |
2218 | 2023-11-07T21:54:01.767Z | sys 3:59.070530201 |
2219 | 2023-11-07T21:54:01.772Z | trap 1.788426705 |
2220 | 2023-11-07T21:54:01.778Z | tflt 1.221756753 |
2221 | 2023-11-07T21:54:01.783Z | dflt 1.319580676 |
2222 | 2023-11-07T21:54:01.786Z | kflt 0.006786258 |
2223 | 2023-11-07T21:54:01.789Z | lock 1:35:18.627064693 |
2224 | 2023-11-07T21:54:01.792Z | slp 3:00:09.019636763 |
2225 | 2023-11-07T21:54:01.795Z | lat 1:41.569200542 |
2226 | 2023-11-07T21:54:01.801Z | stop 1:34.630490961 |
2227 | 2023-11-07T21:54:01.803Z | + ptime -m gzip |
2228 | 2023-11-07T21:54:02.418Z | |
2229 | 2023-11-07T21:54:02.424Z | real 0.659450498 |
2230 | 2023-11-07T21:54:02.428Z | user 0.649642519 |
2231 | 2023-11-07T21:54:02.432Z | sys 0.009161979 |
2232 | 2023-11-07T21:54:02.435Z | trap 0.000102677 |
2233 | 2023-11-07T21:54:02.439Z | tflt 0.000000000 |
2234 | 2023-11-07T21:54:02.443Z | dflt 0.000000000 |
2235 | 2023-11-07T21:54:02.445Z | kflt 0.000000000 |
2236 | 2023-11-07T21:54:02.448Z | lock 0.000000000 |
2237 | 2023-11-07T21:54:02.452Z | slp 0.000000000 |
2238 | 2023-11-07T21:54:02.455Z | lat 0.000179140 |
2239 | 2023-11-07T21:54:02.458Z | stop 0.000252919 |
2240 | 2023-11-07T21:54:02.468Z | + banner tufaceous |
2241 | 2023-11-07T21:54:02.472Z | |
2242 | 2023-11-07T21:54:02.475Z | ##### # # ###### ## #### ###### #### # # #### |
2243 | 2023-11-07T21:54:02.478Z | # # # # # # # # # # # # # # |
2244 | 2023-11-07T21:54:02.482Z | # # # ##### # # # ##### # # # # #### |
2245 | 2023-11-07T21:54:02.484Z | # # # # ###### # # # # # # # |
2246 | 2023-11-07T21:54:02.487Z | # # # # # # # # # # # # # # # |
2247 | 2023-11-07T21:54:02.491Z | # #### # # # #### ###### #### #### #### |
2248 | 2023-11-07T21:54:02.494Z | |
2249 | 2023-11-07T21:54:02.498Z | + ptime -m cargo build --locked -p tufaceous --release |
2250 | 2023-11-07T21:54:03.167Z | Downloading crates ... |
2251 | 2023-11-07T21:54:03.572Z | Downloaded globset v0.4.13 |
2252 | 2023-11-07T21:54:03.575Z | Downloaded olpc-cjson v0.1.3 |
2253 | 2023-11-07T21:54:03.578Z | Downloaded path-dedot v3.1.0 |
2254 | 2023-11-07T21:54:03.581Z | Downloaded serde_plain v1.0.2 |
2255 | 2023-11-07T21:54:03.584Z | Downloaded bytesize v1.3.0 |
2256 | 2023-11-07T21:54:03.586Z | Downloaded doc-comment v0.3.3 |
2257 | 2023-11-07T21:54:03.589Z | Downloaded fs-err v2.9.0 |
2258 | 2023-11-07T21:54:03.592Z | Downloaded snafu v0.7.5 |
2259 | 2023-11-07T21:54:03.598Z | Downloaded tough v0.12.5 |
2260 | 2023-11-07T21:54:03.613Z | Downloaded buf-list v1.0.3 |
2261 | 2023-11-07T21:54:03.616Z | Downloaded path-absolutize v3.1.0 |
2262 | 2023-11-07T21:54:03.622Z | Downloaded snafu-derive v0.7.5 |
2263 | 2023-11-07T21:54:03.774Z | Compiling serde_tokenstream v0.2.0 |
2264 | 2023-11-07T21:54:03.796Z | Compiling regress v0.7.1 |
2265 | 2023-11-07T21:54:03.809Z | Compiling dirs-sys-next v0.1.2 |
2266 | 2023-11-07T21:54:03.812Z | Compiling ident_case v1.0.1 |
2267 | 2023-11-07T21:54:04.233Z | Compiling thread_local v1.1.7 |
2268 | 2023-11-07T21:54:04.243Z | Compiling heck v0.4.1 |
2269 | 2023-11-07T21:54:04.653Z | Compiling slog-async v2.8.0 |
2270 | 2023-11-07T21:54:04.657Z | Compiling dirs-next v2.0.0 |
2271 | 2023-11-07T21:54:04.661Z | Compiling darling_core v0.20.3 |
2272 | 2023-11-07T21:54:04.664Z | Compiling camino v1.1.6 |
2273 | 2023-11-07T21:54:04.750Z | Compiling term v0.7.0 |
2274 | 2023-11-07T21:54:05.139Z | Compiling crossbeam-channel v0.5.8 |
2275 | 2023-11-07T21:54:05.439Z | Compiling getopts v0.2.21 |
2276 | 2023-11-07T21:54:05.731Z | Compiling structmeta-derive v0.1.6 |
2277 | 2023-11-07T21:54:05.995Z | Compiling atty v0.2.14 |
2278 | 2023-11-07T21:54:06.209Z | Compiling multer v2.1.0 |
2279 | 2023-11-07T21:54:06.623Z | Compiling take_mut v0.2.2 |
2280 | 2023-11-07T21:54:06.868Z | Compiling paste v1.0.14 |
2281 | 2023-11-07T21:54:06.949Z | Compiling unsafe-libyaml v0.2.9 |
2282 | 2023-11-07T21:54:07.531Z | Compiling doc-comment v0.3.3 |
2283 | 2023-11-07T21:54:08.109Z | Compiling match_cfg v0.1.0 |
2284 | 2023-11-07T21:54:08.256Z | Compiling hostname v0.3.1 |
2285 | 2023-11-07T21:54:08.723Z | Compiling slog-term v2.9.0 |
2286 | 2023-11-07T21:54:10.156Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2287 | 2023-11-07T21:54:12.255Z | Compiling structmeta v0.1.6 |
2288 | 2023-11-07T21:54:12.913Z | Compiling serde_yaml v0.9.25 |
2289 | 2023-11-07T21:54:14.078Z | Compiling darling_macro v0.20.3 |
2290 | 2023-11-07T21:54:14.665Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2291 | 2023-11-07T21:54:14.689Z | Compiling slog-json v2.6.1 |
2292 | 2023-11-07T21:54:15.567Z | Compiling darling v0.20.3 |
2293 | 2023-11-07T21:54:15.578Z | Compiling async-stream-impl v0.3.5 |
2294 | 2023-11-07T21:54:15.738Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2295 | 2023-11-07T21:54:16.164Z | Compiling regex-syntax v0.6.29 |
2296 | 2023-11-07T21:54:16.501Z | Compiling fastrand v2.0.0 |
2297 | 2023-11-07T21:54:17.605Z | Compiling atomic-waker v1.1.1 |
2298 | 2023-11-07T21:54:17.710Z | Compiling async-stream v0.3.5 |
2299 | 2023-11-07T21:54:17.741Z | Compiling tempfile v3.8.0 |
2300 | 2023-11-07T21:54:17.882Z | Compiling waitgroup v0.1.2 |
2301 | 2023-11-07T21:54:18.331Z | Compiling serde_with_macros v2.3.3 |
2302 | 2023-11-07T21:54:18.346Z | Compiling slog-bunyan v2.4.0 |
2303 | 2023-11-07T21:54:21.382Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2304 | 2023-11-07T21:54:21.403Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2305 | 2023-11-07T21:54:22.406Z | Compiling toml_edit v0.20.7 |
2306 | 2023-11-07T21:54:23.207Z | Compiling sha1 v0.10.5 |
2307 | 2023-11-07T21:54:23.817Z | Compiling snafu-derive v0.7.5 |
2308 | 2023-11-07T21:54:23.996Z | Compiling serde_path_to_error v0.1.14 |
2309 | 2023-11-07T21:54:24.753Z | Compiling path-dedot v3.1.0 |
2310 | 2023-11-07T21:54:24.798Z | Compiling instant v0.1.12 |
2311 | 2023-11-07T21:54:25.031Z | Compiling base64 v0.13.1 |
2312 | 2023-11-07T21:54:25.134Z | Compiling same-file v1.0.6 |
2313 | 2023-11-07T21:54:25.598Z | Compiling arc-swap v1.6.0 |
2314 | 2023-11-07T21:54:25.858Z | Compiling debug-ignore v1.0.5 |
2315 | 2023-11-07T21:54:26.080Z | Compiling buf-list v1.0.3 |
2316 | 2023-11-07T21:54:26.161Z | Compiling parse-display-derive v0.7.0 |
2317 | 2023-11-07T21:54:26.474Z | Compiling slog-scope v4.4.0 |
2318 | 2023-11-07T21:54:27.001Z | Compiling pem v1.1.1 |
2319 | 2023-11-07T21:54:28.099Z | Compiling toml v0.8.6 |
2320 | 2023-11-07T21:54:29.536Z | Compiling walkdir v2.4.0 |
2321 | 2023-11-07T21:54:29.570Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2322 | 2023-11-07T21:54:32.513Z | Compiling snafu v0.7.5 |
2323 | 2023-11-07T21:54:32.528Z | Compiling path-absolutize v3.1.0 |
2324 | 2023-11-07T21:54:32.597Z | Compiling parse-display v0.7.0 |
2325 | 2023-11-07T21:54:32.839Z | Compiling backoff v0.4.0 |
2326 | 2023-11-07T21:54:32.921Z | Compiling serde_with v2.3.3 |
2327 | 2023-11-07T21:54:33.413Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2328 | 2023-11-07T21:54:34.501Z | Compiling globset v0.4.13 |
2329 | 2023-11-07T21:54:34.644Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2330 | 2023-11-07T21:54:34.894Z | Compiling strum v0.25.0 |
2331 | 2023-11-07T21:54:35.186Z | Compiling olpc-cjson v0.1.3 |
2332 | 2023-11-07T21:54:36.092Z | Compiling macaddr v1.0.1 |
2333 | 2023-11-07T21:54:37.111Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2334 | 2023-11-07T21:54:37.301Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2335 | 2023-11-07T21:54:38.259Z | Compiling serde_plain v1.0.2 |
2336 | 2023-11-07T21:54:39.123Z | Compiling xattr v1.0.1 |
2337 | 2023-11-07T21:54:39.609Z | Compiling filetime v0.2.22 |
2338 | 2023-11-07T21:54:40.122Z | Compiling tar v0.4.40 |
2339 | 2023-11-07T21:54:41.070Z | Compiling tough v0.12.5 |
2340 | 2023-11-07T21:54:48.970Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-11-07T21:54:50.414Z | Compiling slog-stdlog v4.1.1 |
2342 | 2023-11-07T21:54:51.828Z | Compiling camino-tempfile v1.0.2 |
2343 | 2023-11-07T21:54:52.003Z | Compiling bytesize v1.3.0 |
2344 | 2023-11-07T21:54:52.977Z | Compiling fs-err v2.9.0 |
2345 | 2023-11-07T21:54:53.147Z | Compiling slog-envlogger v2.2.0 |
2346 | 2023-11-07T21:54:54.399Z | Compiling humantime v2.1.0 |
2347 | 2023-11-07T21:55:19.830Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2348 | 2023-11-07T21:55:20.141Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2349 | 2023-11-07T21:55:32.171Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2350 | 2023-11-07T21:55:35.060Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2351 | 2023-11-07T21:56:00.695Z | Finished release [optimized] target(s) in 1m 58s |
2352 | 2023-11-07T21:56:00.794Z | |
2353 | 2023-11-07T21:56:00.797Z | real 1:58.351060652 |
2354 | 2023-11-07T21:56:00.800Z | user 12:58.619997263 |
2355 | 2023-11-07T21:56:00.803Z | sys 46.419969505 |
2356 | 2023-11-07T21:56:00.806Z | trap 0.482360379 |
2357 | 2023-11-07T21:56:00.809Z | tflt 0.352728956 |
2358 | 2023-11-07T21:56:00.812Z | dflt 0.416031562 |
2359 | 2023-11-07T21:56:00.815Z | kflt 0.000105505 |
2360 | 2023-11-07T21:56:00.818Z | lock 25:50.919303115 |
2361 | 2023-11-07T21:56:00.821Z | slp 29:05.113134531 |
2362 | 2023-11-07T21:56:00.824Z | lat 21.984348615 |
2363 | 2023-11-07T21:56:00.826Z | stop 11.138872548 |
2364 | 2023-11-07T21:56:00.829Z | + ptime -m gzip |
2365 | 2023-11-07T21:56:03.111Z | |
2366 | 2023-11-07T21:56:03.115Z | real 2.311588132 |
2367 | 2023-11-07T21:56:03.117Z | user 2.283312116 |
2368 | 2023-11-07T21:56:03.120Z | sys 0.027462948 |
2369 | 2023-11-07T21:56:03.124Z | trap 0.000243744 |
2370 | 2023-11-07T21:56:03.132Z | tflt 0.000000000 |
2371 | 2023-11-07T21:56:03.138Z | dflt 0.000000000 |
2372 | 2023-11-07T21:56:03.142Z | kflt 0.000000000 |
2373 | 2023-11-07T21:56:03.145Z | lock 0.000000000 |
2374 | 2023-11-07T21:56:03.148Z | slp 0.000000000 |
2375 | 2023-11-07T21:56:03.151Z | lat 0.000209821 |
2376 | 2023-11-07T21:56:03.154Z | stop 0.000248157 |
2377 | 2023-11-07T21:56:03.156Z | process exited: duration 1306732 ms, exit code 0 |
|
2378 | 2023-11-07T21:56:03.176Z | found 5 output files |
2379 | 2023-11-07T21:56:03.179Z | uploading: /work/end-to-end-tests/bootstrap-c43fba0fc8ca36e8.gz (6514633 bytes) |
2380 | 2023-11-07T21:56:06.028Z | uploaded: /work/end-to-end-tests/bootstrap-c43fba0fc8ca36e8.gz |
2381 | 2023-11-07T21:56:06.040Z | uploading: /work/end-to-end-tests/bootstrap.gz (100070396 bytes) |
2382 | 2023-11-07T21:56:36.270Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2383 | 2023-11-07T21:56:36.284Z | uploading: /work/end-to-end-tests/end_to_end_tests-db7e95353d866fe2.gz (114571293 bytes) |
2384 | 2023-11-07T21:57:12.671Z | uploaded: /work/end-to-end-tests/end_to_end_tests-db7e95353d866fe2.gz |
2385 | 2023-11-07T21:57:12.675Z | uploading: /work/caboose-util.gz (4113400 bytes) |
2386 | 2023-11-07T21:57:14.727Z | uploaded: /work/caboose-util.gz |
2387 | 2023-11-07T21:57:14.732Z | uploading: /work/tufaceous.gz (14763716 bytes) |
2388 | 2023-11-07T21:57:20.579Z | uploaded: /work/tufaceous.gz |