|
|
|
1 | 2023-10-24T20:37:20.018Z | job assigned to worker 01HDHPDHNGRQ6C9N7AB4ZHRXA2 (queued for 1 m 26 s) |
|
2 | 2023-10-24T20:37:20.708Z | starting task 0: "setup" |
3 | 2023-10-24T20:37:20.775Z | ++ uname -s |
4 | 2023-10-24T20:37:20.782Z | + kern=SunOS |
5 | 2023-10-24T20:37:20.789Z | + case "$kern" in |
6 | 2023-10-24T20:37:20.794Z | + groupadd -g 12345 build |
7 | 2023-10-24T20:37:20.800Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T20:37:22.797Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T20:37:22.998Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T20:37:23.007Z | + home_fs=zfs |
11 | 2023-10-24T20:37:23.019Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T20:37:23.027Z | + mkdir -p /home/build |
13 | 2023-10-24T20:37:23.033Z | + chown build:build /home/build /work |
14 | 2023-10-24T20:37:23.990Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T20:37:23.994Z | process exited: duration 3280 ms, exit code 0 |
|
16 | 2023-10-24T20:37:24.003Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T20:37:24.015Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T20:37:24.025Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T20:37:24.208Z | info: downloading installer |
20 | 2023-10-24T20:37:25.454Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T20:37:25.457Z | warning: /opt/ooce/bin |
22 | 2023-10-24T20:37:25.460Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T20:37:25.464Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T20:37:25.467Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T20:37:25.474Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T20:37:25.488Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T20:37:25.494Z | error: cannot install while Rust is installed |
28 | 2023-10-24T20:37:25.496Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T20:37:25.597Z | info: profile set to 'default' |
30 | 2023-10-24T20:37:25.600Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T20:37:25.604Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T20:37:25.759Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T20:37:25.762Z | info: downloading component 'cargo' |
34 | 2023-10-24T20:37:26.366Z | info: downloading component 'clippy' |
35 | 2023-10-24T20:37:26.582Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T20:37:27.346Z | info: downloading component 'rust-std' |
37 | 2023-10-24T20:37:28.726Z | info: downloading component 'rustc' |
38 | 2023-10-24T20:37:32.038Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T20:37:32.260Z | info: installing component 'cargo' |
40 | 2023-10-24T20:37:33.661Z | info: installing component 'clippy' |
41 | 2023-10-24T20:37:35.294Z | info: installing component 'rust-docs' |
42 | 2023-10-24T20:37:37.618Z | info: installing component 'rust-std' |
43 | 2023-10-24T20:37:42.510Z | info: installing component 'rustc' |
44 | 2023-10-24T20:37:54.458Z | info: installing component 'rustfmt' |
45 | 2023-10-24T20:37:55.253Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T20:37:55.256Z | |
47 | 2023-10-24T20:37:55.408Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T20:37:55.412Z | |
49 | 2023-10-24T20:37:55.415Z | |
50 | 2023-10-24T20:37:55.420Z | Rust is installed now. Great! |
51 | 2023-10-24T20:37:55.423Z | |
52 | 2023-10-24T20:37:55.426Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T20:37:55.429Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T20:37:55.432Z | |
55 | 2023-10-24T20:37:55.435Z | To configure your current shell, run: |
56 | 2023-10-24T20:37:55.438Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T20:37:55.484Z | + rustc --version |
58 | 2023-10-24T20:37:55.591Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T20:37:55.596Z | process exited: duration 31594 ms, exit code 0 |
|
60 | 2023-10-24T20:37:55.603Z | starting task 2: "authentication" |
61 | 2023-10-24T20:37:55.637Z | process exited: duration 28 ms, exit code 0 |
|
62 | 2023-10-24T20:37:55.645Z | starting task 3: "clone repository" |
63 | 2023-10-24T20:37:55.656Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T20:37:55.659Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T20:37:55.842Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T20:38:03.380Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T20:38:03.388Z | + [[ -n improve-oximeter-error-reporting ]] |
68 | 2023-10-24T20:38:03.394Z | + git fetch origin improve-oximeter-error-reporting |
69 | 2023-10-24T20:38:03.730Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T20:38:03.741Z | * branch improve-oximeter-error-reporting -> FETCH_HEAD |
71 | 2023-10-24T20:38:03.752Z | + git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting |
72 | 2023-10-24T20:38:03.840Z | Switched to a new branch 'improve-oximeter-error-reporting' |
73 | 2023-10-24T20:38:03.852Z | branch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'. |
74 | 2023-10-24T20:38:03.862Z | + git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78 |
75 | 2023-10-24T20:38:03.978Z | HEAD is now at c1b28752 Improve comment around locking schema map |
76 | 2023-10-24T20:38:03.982Z | process exited: duration 8332 ms, exit code 0 |
|
77 | 2023-10-24T20:38:03.990Z | starting task 4: "build" |
78 | 2023-10-24T20:38:04.044Z | + cargo --version |
79 | 2023-10-24T20:38:04.089Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T20:38:04.093Z | + rustc --version |
81 | 2023-10-24T20:38:04.192Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T20:38:04.196Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-24T20:38:16.924Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-24T20:38:18.056Z | Startup: Caching catalogs ... Done |
85 | 2023-10-24T20:38:22.580Z | Planning: Solver setup ... Done (4.241s) |
86 | 2023-10-24T20:38:22.689Z | Planning: Running solver ... Done (0.111s) |
87 | 2023-10-24T20:38:22.740Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-10-24T20:38:22.755Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-24T20:38:22.979Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-24T20:38:23.058Z | Planning: Package planning ... Done (0.078s) |
91 | 2023-10-24T20:38:23.148Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-24T20:38:24.277Z | Planning: Checking for conflicting actions ... Done (1.134s) |
93 | 2023-10-24T20:38:24.294Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-24T20:38:33.927Z | Planning: Evaluating mediators ... Done (9.634s) |
95 | 2023-10-24T20:38:33.943Z | Planning: Planning completed in 15.83 seconds |
96 | 2023-10-24T20:38:33.968Z | Packages to install: 4 |
97 | 2023-10-24T20:38:33.971Z | Mediators to change: 2 |
98 | 2023-10-24T20:38:33.974Z | Services to change: 1 |
99 | 2023-10-24T20:38:33.977Z | Estimated space available: 149.39 GB |
100 | 2023-10-24T20:38:33.980Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-24T20:38:33.983Z | Create boot environment: No |
102 | 2023-10-24T20:38:33.986Z | Create backup boot environment: No |
103 | 2023-10-24T20:38:33.989Z | Rebuild boot archive: No |
104 | 2023-10-24T20:38:33.992Z | |
105 | 2023-10-24T20:38:33.996Z | Changed mediators: |
106 | 2023-10-24T20:38:33.999Z | mediator clang: |
107 | 2023-10-24T20:38:34.002Z | version: None -> 15 (system default) |
108 | 2023-10-24T20:38:34.005Z | |
109 | 2023-10-24T20:38:34.007Z | mediator llvm: |
110 | 2023-10-24T20:38:34.011Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-24T20:38:34.014Z | |
112 | 2023-10-24T20:38:34.017Z | Changed packages: |
113 | 2023-10-24T20:38:34.020Z | helios-dev |
114 | 2023-10-24T20:38:34.023Z | developer/build-essential |
115 | 2023-10-24T20:38:34.026Z | None -> 11-2.0 |
116 | 2023-10-24T20:38:34.029Z | library/libxmlsec1 |
117 | 2023-10-24T20:38:34.032Z | None -> 1.2.35-2.0 |
118 | 2023-10-24T20:38:34.035Z | ooce/developer/clang-15 |
119 | 2023-10-24T20:38:34.037Z | None -> 15.0.7-2.0 |
120 | 2023-10-24T20:38:34.041Z | ooce/developer/llvm-15 |
121 | 2023-10-24T20:38:34.044Z | None -> 15.0.7-2.0 |
122 | 2023-10-24T20:38:34.047Z | |
123 | 2023-10-24T20:38:34.050Z | Services: |
124 | 2023-10-24T20:38:34.053Z | restart_fmri: |
125 | 2023-10-24T20:38:34.056Z | svc:/system/update-man-index:default |
126 | 2023-10-24T20:38:34.830Z | |
127 | 2023-10-24T20:38:34.834Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-24T20:38:39.838Z | Download: 1197/3290 items 63.1/212.6MB 29% complete (13.2M/s) |
129 | 2023-10-24T20:38:44.835Z | Download: 2305/3290 items 119.6/212.6MB 56% complete (12.2M/s) |
130 | 2023-10-24T20:38:49.841Z | Download: 3244/3290 items 201.3/212.6MB 94% complete (13.8M/s) |
131 | 2023-10-24T20:38:55.298Z | Download: 3285/3290 items 211.4/212.6MB 99% complete (9.2M/s) |
132 | 2023-10-24T20:38:58.551Z | Download: Completed 212.60 MB in 23.72 seconds (9.0M/s) |
133 | 2023-10-24T20:38:58.863Z | Actions: 1/3687 actions (Installing new actions) |
134 | 2023-10-24T20:39:04.273Z | Actions: 3121/3687 actions (Installing new actions) |
135 | 2023-10-24T20:39:08.325Z | Actions: Completed 3687 actions in 9.46 seconds. |
136 | 2023-10-24T20:39:08.411Z | Done (0.079s) |
137 | 2023-10-24T20:39:08.420Z | Done (0.000s) |
138 | 2023-10-24T20:39:08.611Z | Done (0.200s) |
139 | 2023-10-24T20:39:17.781Z | Done (9.000s) |
140 | 2023-10-24T20:39:18.473Z | Done (0.618s) |
141 | 2023-10-24T20:39:18.476Z | Done (0.000s) |
142 | 2023-10-24T20:39:18.716Z | Done (0.000s) |
143 | 2023-10-24T20:39:19.399Z | Planning: Evaluating mediator changes ... Done |
144 | 2023-10-24T20:39:19.678Z | Planning: Checking for conflicting actions ... Done |
145 | 2023-10-24T20:39:19.681Z | Planning: Consolidating action changes ... Done |
146 | 2023-10-24T20:39:20.115Z | Planning: Evaluating mediators ... Done |
147 | 2023-10-24T20:39:20.118Z | Planning: Planning completed in 0.72 seconds |
148 | 2023-10-24T20:39:20.171Z | Mediators to change: 2 |
149 | 2023-10-24T20:39:20.175Z | Create boot environment: No |
150 | 2023-10-24T20:39:20.178Z | Create backup boot environment: No |
151 | 2023-10-24T20:39:20.689Z | Done |
152 | 2023-10-24T20:39:20.696Z | Done |
153 | 2023-10-24T20:39:20.701Z | Done |
154 | 2023-10-24T20:39:26.015Z | Done |
155 | 2023-10-24T20:39:26.129Z | Done |
156 | 2023-10-24T20:39:26.132Z | Done |
157 | 2023-10-24T20:39:26.250Z | Done |
158 | 2023-10-24T20:39:27.258Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-10-24T20:39:27.261Z | Planning: Merging actions ... Done |
160 | 2023-10-24T20:39:27.588Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-10-24T20:39:27.594Z | Planning: Consolidating action changes ... Done |
162 | 2023-10-24T20:39:28.020Z | Planning: Evaluating mediators ... Done |
163 | 2023-10-24T20:39:28.111Z | Planning: Planning completed in 1.29 seconds |
164 | 2023-10-24T20:39:28.168Z | Packages to change: 1 |
165 | 2023-10-24T20:39:28.173Z | Mediators to change: 1 |
166 | 2023-10-24T20:39:28.176Z | Services to change: 1 |
167 | 2023-10-24T20:39:28.179Z | Create boot environment: No |
168 | 2023-10-24T20:39:28.182Z | Create backup boot environment: Yes |
169 | 2023-10-24T20:39:30.394Z | Actions: 1/6 actions (Updating modified actions) |
170 | 2023-10-24T20:39:30.397Z | Actions: Completed 6 actions in 0.00 seconds. |
171 | 2023-10-24T20:39:30.400Z | Done |
172 | 2023-10-24T20:39:30.402Z | Done |
173 | 2023-10-24T20:39:30.445Z | Done |
174 | 2023-10-24T20:39:36.117Z | Done |
175 | 2023-10-24T20:39:36.235Z | Done |
176 | 2023-10-24T20:39:36.238Z | Done |
177 | 2023-10-24T20:39:36.359Z | Done |
178 | 2023-10-24T20:39:37.033Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
179 | 2023-10-24T20:39:37.036Z | clang system 15 system |
180 | 2023-10-24T20:39:37.038Z | csh system system illumos |
181 | 2023-10-24T20:39:37.041Z | ctags system system illumos |
182 | 2023-10-24T20:39:37.044Z | gcc vendor 12 vendor |
183 | 2023-10-24T20:39:37.046Z | gcc system 10 system |
184 | 2023-10-24T20:39:37.049Z | gcc system 7 system |
185 | 2023-10-24T20:39:37.052Z | go system 1.20 system |
186 | 2023-10-24T20:39:37.055Z | go system 1.19 system |
187 | 2023-10-24T20:39:37.058Z | llvm system 15 system |
188 | 2023-10-24T20:39:37.061Z | llvm system 14 system |
189 | 2023-10-24T20:39:37.064Z | mariadb system 10.6 system |
190 | 2023-10-24T20:39:37.067Z | mta vendor vendor dma |
191 | 2023-10-24T20:39:37.070Z | openjdk system 17 system |
192 | 2023-10-24T20:39:37.072Z | openjdk system 11 system |
193 | 2023-10-24T20:39:37.075Z | openjdk system 1.8 system |
194 | 2023-10-24T20:39:37.078Z | openssl vendor 3 vendor |
195 | 2023-10-24T20:39:37.081Z | perl system 5.36 system |
196 | 2023-10-24T20:39:37.084Z | postgresql system 15 system |
197 | 2023-10-24T20:39:37.087Z | postgresql system 13 system |
198 | 2023-10-24T20:39:37.090Z | python vendor 3 vendor |
199 | 2023-10-24T20:39:37.092Z | python system 2 system |
200 | 2023-10-24T20:39:37.095Z | python3 system 3.11 system |
201 | 2023-10-24T20:39:37.098Z | ruby system 3.0 system |
202 | 2023-10-24T20:39:37.101Z | words vendor vendor american-english |
203 | 2023-10-24T20:39:37.103Z | words system system australian-english |
204 | 2023-10-24T20:39:37.106Z | words system system british-english |
205 | 2023-10-24T20:39:37.109Z | words system system canadian-english |
206 | 2023-10-24T20:39:37.112Z | words system system french |
207 | 2023-10-24T20:39:37.115Z | words system system italian |
208 | 2023-10-24T20:39:37.117Z | words system system ngerman |
209 | 2023-10-24T20:39:37.120Z | words system system ogerman |
210 | 2023-10-24T20:39:37.123Z | words system system spanish |
211 | 2023-10-24T20:39:37.569Z | FMRI IFO |
212 | 2023-10-24T20:39:37.573Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
213 | 2023-10-24T20:39:37.575Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
214 | 2023-10-24T20:39:37.579Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
215 | 2023-10-24T20:39:37.582Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
216 | 2023-10-24T20:39:37.584Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
217 | 2023-10-24T20:39:37.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
218 | 2023-10-24T20:39:37.643Z | + set -o errexit |
219 | 2023-10-24T20:39:37.646Z | +++ dirname ./tools/ci_download_cockroachdb |
220 | 2023-10-24T20:39:37.648Z | ++ cd ./tools |
221 | 2023-10-24T20:39:37.651Z | ++ pwd |
222 | 2023-10-24T20:39:37.656Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
223 | 2023-10-24T20:39:37.659Z | ++ basename ./tools/ci_download_cockroachdb |
224 | 2023-10-24T20:39:37.662Z | + ARG0=ci_download_cockroachdb |
225 | 2023-10-24T20:39:37.664Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
226 | 2023-10-24T20:39:37.667Z | + CIDL_VERSION=v22.1.9 |
227 | 2023-10-24T20:39:37.670Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
228 | 2023-10-24T20:39:37.672Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
229 | 2023-10-24T20:39:37.675Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
230 | 2023-10-24T20:39:37.678Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
231 | 2023-10-24T20:39:37.680Z | + TARGET_DIR=out |
232 | 2023-10-24T20:39:37.683Z | + DOWNLOAD_DIR=out/downloads |
233 | 2023-10-24T20:39:37.686Z | + DEST_DIR=./out/cockroachdb |
234 | 2023-10-24T20:39:37.689Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
235 | 2023-10-24T20:39:37.692Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
236 | 2023-10-24T20:39:37.695Z | + main |
237 | 2023-10-24T20:39:37.698Z | + [[ 0 != 0 ]] |
238 | 2023-10-24T20:39:37.701Z | + CIDL_OS=solaris2.11 |
239 | 2023-10-24T20:39:37.704Z | + [[ 0 != 0 ]] |
240 | 2023-10-24T20:39:37.707Z | + configure_os solaris2.11 |
241 | 2023-10-24T20:39:37.709Z | + echo 'current directory: /work/oxidecomputer/omicron' |
242 | 2023-10-24T20:39:37.712Z | current directory: /work/oxidecomputer/omicron |
243 | 2023-10-24T20:39:37.715Z | + echo 'configuring based on OS: "solaris2.11"' |
244 | 2023-10-24T20:39:37.718Z | configuring based on OS: "solaris2.11" |
245 | 2023-10-24T20:39:37.721Z | + case "$1" in |
246 | 2023-10-24T20:39:37.723Z | + CIDL_BUILD=illumos |
247 | 2023-10-24T20:39:37.727Z | + CIDL_SUFFIX=tar.gz |
248 | 2023-10-24T20:39:37.730Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-10-24T20:39:37.734Z | + CIDL_MD5FUNC=do_md5sum |
250 | 2023-10-24T20:39:37.736Z | + CIDL_URL_BASE=https://illumos.org/downloads |
251 | 2023-10-24T20:39:37.739Z | + CIDL_ASSEMBLE=do_assemble_illumos |
252 | 2023-10-24T20:39:37.742Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
253 | 2023-10-24T20:39:37.745Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-24T20:39:37.748Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-24T20:39:37.751Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-24T20:39:37.754Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-24T20:39:37.756Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-24T20:39:37.759Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-24T20:39:37.762Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-24T20:39:37.764Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-24T20:39:37.767Z | + mkdir -p out/downloads |
262 | 2023-10-24T20:39:37.769Z | + mkdir -p ./out/cockroachdb |
263 | 2023-10-24T20:39:37.772Z | + local DO_DOWNLOAD=true |
264 | 2023-10-24T20:39:37.775Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-10-24T20:39:37.778Z | + '[' true == true ']' |
266 | 2023-10-24T20:39:37.781Z | + echo Downloading... |
267 | 2023-10-24T20:39:37.784Z | Downloading... |
268 | 2023-10-24T20:39:37.787Z | + 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-10-24T20:39:37.790Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-24T20:39:40.458Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-24T20:39:40.467Z | ++ md5sum |
272 | 2023-10-24T20:39:40.472Z | ++ awk '{print $1}' |
273 | 2023-10-24T20:39:40.639Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-10-24T20:39:40.642Z | + [[ 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-10-24T20:39:40.645Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-24T20:39:40.648Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
277 | 2023-10-24T20:39:44.243Z | + do_assemble_illumos |
278 | 2023-10-24T20:39:44.245Z | + rm -r ./out/cockroachdb |
279 | 2023-10-24T20:39:44.249Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
280 | 2023-10-24T20:39:44.843Z | + ./out/cockroachdb/bin/cockroach version |
281 | 2023-10-24T20:39:45.199Z | Build Tag: v22.1.9-dirty |
282 | 2023-10-24T20:39:45.202Z | Build Time: 2022/10/26 21:17:46 |
283 | 2023-10-24T20:39:45.205Z | Distribution: OSS |
284 | 2023-10-24T20:39:45.208Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
285 | 2023-10-24T20:39:45.211Z | Go Version: go1.17.13 |
286 | 2023-10-24T20:39:45.214Z | C Compiler: gcc 10.3.0 |
287 | 2023-10-24T20:39:45.216Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
288 | 2023-10-24T20:39:45.220Z | Build Type: release |
289 | 2023-10-24T20:39:45.224Z | + set -o errexit |
290 | 2023-10-24T20:39:45.227Z | +++ dirname ./tools/ci_download_clickhouse |
291 | 2023-10-24T20:39:45.233Z | ++ cd ./tools |
292 | 2023-10-24T20:39:45.667Z | ++ pwd |
293 | 2023-10-24T20:39:45.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
294 | 2023-10-24T20:39:45.712Z | ++ basename ./tools/ci_download_clickhouse |
295 | 2023-10-24T20:39:45.724Z | + ARG0=ci_download_clickhouse |
296 | 2023-10-24T20:39:45.732Z | + TARGET_DIR=out |
297 | 2023-10-24T20:39:45.739Z | + DOWNLOAD_DIR=out/downloads |
298 | 2023-10-24T20:39:45.745Z | + DEST_DIR=./out/clickhouse |
299 | 2023-10-24T20:39:45.752Z | + CIDL_VERSION=v22.8.9.24 |
300 | 2023-10-24T20:39:45.759Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
301 | 2023-10-24T20:39:45.766Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
302 | 2023-10-24T20:39:45.773Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
303 | 2023-10-24T20:39:45.779Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
304 | 2023-10-24T20:39:45.786Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
305 | 2023-10-24T20:39:45.792Z | + main |
306 | 2023-10-24T20:39:45.799Z | + [[ 0 != 0 ]] |
307 | 2023-10-24T20:39:45.805Z | + CIDL_OS=solaris2.11 |
308 | 2023-10-24T20:39:45.813Z | + [[ 0 != 0 ]] |
309 | 2023-10-24T20:39:45.820Z | + configure_os solaris2.11 |
310 | 2023-10-24T20:39:45.828Z | + echo 'current directory: /work/oxidecomputer/omicron' |
311 | 2023-10-24T20:39:45.835Z | current directory: /work/oxidecomputer/omicron |
312 | 2023-10-24T20:39:45.843Z | + echo 'configuring based on OS: "solaris2.11"' |
313 | 2023-10-24T20:39:45.851Z | configuring based on OS: "solaris2.11" |
314 | 2023-10-24T20:39:45.858Z | + CIDL_DASHREV= |
315 | 2023-10-24T20:39:45.864Z | + case "$1" in |
316 | 2023-10-24T20:39:45.871Z | + CIDL_PLATFORM=illumos |
317 | 2023-10-24T20:39:45.879Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-10-24T20:39:45.886Z | + CIDL_MD5FUNC=do_md5sum |
319 | 2023-10-24T20:39:45.893Z | + CIDL_DASHREV=-1 |
320 | 2023-10-24T20:39:45.907Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
321 | 2023-10-24T20:39:45.915Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-24T20:39:45.923Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-24T20:39:45.930Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-24T20:39:45.939Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-24T20:39:45.947Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-24T20:39:45.957Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-24T20:39:45.966Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-24T20:39:45.975Z | + mkdir -p out/downloads |
329 | 2023-10-24T20:39:45.983Z | + mkdir -p ./out/clickhouse |
330 | 2023-10-24T20:39:45.991Z | + local DO_DOWNLOAD=true |
331 | 2023-10-24T20:39:46.003Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
332 | 2023-10-24T20:39:46.012Z | + '[' true == true ']' |
333 | 2023-10-24T20:39:46.020Z | + echo Downloading... |
334 | 2023-10-24T20:39:46.029Z | Downloading... |
335 | 2023-10-24T20:39:46.038Z | + 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-10-24T20:39:46.047Z | + 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-10-24T20:39:51.999Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-10-24T20:39:52.006Z | ++ md5sum |
339 | 2023-10-24T20:39:52.011Z | ++ awk '{print $1}' |
340 | 2023-10-24T20:39:52.262Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-10-24T20:39:52.265Z | + [[ 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-10-24T20:39:52.268Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
343 | 2023-10-24T20:39:52.271Z | + mkdir -p ./out/clickhouse |
344 | 2023-10-24T20:39:52.274Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
345 | 2023-10-24T20:39:57.346Z | + ./out/clickhouse/clickhouse server --version |
346 | 2023-10-24T20:39:57.396Z | ClickHouse server version 22.8.9.1. |
347 | 2023-10-24T20:39:57.418Z | + set -o errexit |
348 | 2023-10-24T20:39:57.422Z | +++ dirname ./tools/ci_download_console |
349 | 2023-10-24T20:39:57.426Z | ++ cd ./tools |
350 | 2023-10-24T20:39:57.429Z | ++ pwd |
351 | 2023-10-24T20:39:57.433Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
352 | 2023-10-24T20:39:57.437Z | ++ basename ./tools/ci_download_console |
353 | 2023-10-24T20:39:57.440Z | + ARG0=ci_download_console |
354 | 2023-10-24T20:39:57.443Z | + TARGET_DIR=out |
355 | 2023-10-24T20:39:57.447Z | + DOWNLOAD_DIR=out/downloads |
356 | 2023-10-24T20:39:57.450Z | + DEST_DIR=./out/console-assets |
357 | 2023-10-24T20:39:57.453Z | + source /work/oxidecomputer/omicron/tools/console_version |
358 | 2023-10-24T20:39:57.456Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
359 | 2023-10-24T20:39:57.459Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
360 | 2023-10-24T20:39:57.462Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
361 | 2023-10-24T20:39:57.465Z | + TARBALL_FILE=out/downloads/console.tar.gz |
362 | 2023-10-24T20:39:57.469Z | + main |
363 | 2023-10-24T20:39:57.473Z | + [[ 0 != 0 ]] |
364 | 2023-10-24T20:39:57.476Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
365 | 2023-10-24T20:39:57.479Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
366 | 2023-10-24T20:39:57.483Z | + echo 'Local file: out/downloads/console.tar.gz' |
367 | 2023-10-24T20:39:57.488Z | Local file: out/downloads/console.tar.gz |
368 | 2023-10-24T20:39:57.491Z | + local DO_DOWNLOAD=true |
369 | 2023-10-24T20:39:57.494Z | + [[ -f out/downloads/console.tar.gz ]] |
370 | 2023-10-24T20:39:57.497Z | + mkdir -p out/downloads |
371 | 2023-10-24T20:39:57.500Z | + '[' true == true ']' |
372 | 2023-10-24T20:39:57.503Z | + echo Downloading... |
373 | 2023-10-24T20:39:57.506Z | Downloading... |
374 | 2023-10-24T20:39:57.509Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
375 | 2023-10-24T20:39:57.514Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
376 | 2023-10-24T20:39:58.144Z | ++ do_sha256sum out/downloads/console.tar.gz |
377 | 2023-10-24T20:39:58.147Z | ++ case "$OSTYPE" in |
378 | 2023-10-24T20:39:58.151Z | ++ SHA=sha256sum |
379 | 2023-10-24T20:39:58.153Z | ++ sha256sum |
380 | 2023-10-24T20:39:58.156Z | ++ awk '{print $1}' |
381 | 2023-10-24T20:39:58.170Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
382 | 2023-10-24T20:39:58.173Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
383 | 2023-10-24T20:39:58.176Z | + rm -rf ./out/console-assets |
384 | 2023-10-24T20:39:58.178Z | + mkdir -p ./out/console-assets |
385 | 2023-10-24T20:39:58.182Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
386 | 2023-10-24T20:39:58.184Z | + mkdir -p ./out/console-assets |
387 | 2023-10-24T20:39:58.188Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
388 | 2023-10-24T20:39:58.325Z | + set -o errexit |
389 | 2023-10-24T20:39:58.328Z | +++ dirname ./tools/ci_download_maghemite_openapi |
390 | 2023-10-24T20:39:58.331Z | ++ cd ./tools |
391 | 2023-10-24T20:39:58.334Z | ++ pwd |
392 | 2023-10-24T20:39:58.337Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2023-10-24T20:39:58.340Z | ++ basename ./tools/ci_download_maghemite_openapi |
394 | 2023-10-24T20:39:58.342Z | + ARG0=ci_download_maghemite_openapi |
395 | 2023-10-24T20:39:58.345Z | + TARGET_DIR=out |
396 | 2023-10-24T20:39:58.347Z | + DOWNLOAD_DIR=out/downloads |
397 | 2023-10-24T20:39:58.350Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
398 | 2023-10-24T20:39:58.353Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
399 | 2023-10-24T20:39:58.356Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
400 | 2023-10-24T20:39:58.359Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
401 | 2023-10-24T20:39:58.362Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
402 | 2023-10-24T20:39:58.364Z | + main |
403 | 2023-10-24T20:39:58.367Z | + [[ 0 != 0 ]] |
404 | 2023-10-24T20:39:58.370Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
405 | 2023-10-24T20:39:58.372Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
406 | 2023-10-24T20:39:58.375Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
407 | 2023-10-24T20:39:58.378Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
408 | 2023-10-24T20:39:58.381Z | + local DO_DOWNLOAD=true |
409 | 2023-10-24T20:39:58.384Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
410 | 2023-10-24T20:39:58.391Z | + mkdir -p out/downloads |
411 | 2023-10-24T20:39:58.408Z | + '[' true == true ']' |
412 | 2023-10-24T20:39:58.412Z | + echo Downloading... |
413 | 2023-10-24T20:39:58.417Z | Downloading... |
414 | 2023-10-24T20:39:58.419Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
415 | 2023-10-24T20:39:58.422Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
416 | 2023-10-24T20:39:58.594Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
417 | 2023-10-24T20:39:58.596Z | ++ case "$OSTYPE" in |
418 | 2023-10-24T20:39:58.599Z | ++ SHA=sha256sum |
419 | 2023-10-24T20:39:58.602Z | ++ sha256sum |
420 | 2023-10-24T20:39:58.605Z | ++ awk '{print $1}' |
421 | 2023-10-24T20:39:58.608Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-10-24T20:39:58.611Z | + [[ 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-10-24T20:39:58.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
424 | 2023-10-24T20:39:58.616Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
425 | 2023-10-24T20:39:58.619Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
426 | 2023-10-24T20:39:58.623Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
427 | 2023-10-24T20:39:58.626Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
428 | 2023-10-24T20:39:58.629Z | + main |
429 | 2023-10-24T20:39:58.631Z | + [[ 0 != 0 ]] |
430 | 2023-10-24T20:39:58.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
431 | 2023-10-24T20:39:58.637Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
432 | 2023-10-24T20:39:58.642Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
433 | 2023-10-24T20:39:58.644Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
434 | 2023-10-24T20:39:58.647Z | + local DO_DOWNLOAD=true |
435 | 2023-10-24T20:39:58.651Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
436 | 2023-10-24T20:39:58.654Z | + mkdir -p out/downloads |
437 | 2023-10-24T20:39:58.657Z | + '[' true == true ']' |
438 | 2023-10-24T20:39:58.660Z | + echo Downloading... |
439 | 2023-10-24T20:39:58.662Z | Downloading... |
440 | 2023-10-24T20:39:58.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
441 | 2023-10-24T20:39:58.668Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
442 | 2023-10-24T20:39:58.735Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
443 | 2023-10-24T20:39:58.738Z | ++ case "$OSTYPE" in |
444 | 2023-10-24T20:39:58.740Z | ++ SHA=sha256sum |
445 | 2023-10-24T20:39:58.743Z | ++ sha256sum |
446 | 2023-10-24T20:39:58.746Z | ++ awk '{print $1}' |
447 | 2023-10-24T20:39:58.749Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
448 | 2023-10-24T20:39:58.752Z | + [[ 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-10-24T20:39:58.754Z | + set -o errexit |
450 | 2023-10-24T20:39:58.757Z | +++ dirname ./tools/ci_download_dendrite_openapi |
451 | 2023-10-24T20:39:58.761Z | ++ cd ./tools |
452 | 2023-10-24T20:39:58.764Z | ++ pwd |
453 | 2023-10-24T20:39:58.766Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
454 | 2023-10-24T20:39:58.769Z | ++ basename ./tools/ci_download_dendrite_openapi |
455 | 2023-10-24T20:39:58.772Z | + ARG0=ci_download_dendrite_openapi |
456 | 2023-10-24T20:39:58.775Z | + TARGET_DIR=out |
457 | 2023-10-24T20:39:58.781Z | + DOWNLOAD_DIR=out/downloads |
458 | 2023-10-24T20:39:58.785Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
459 | 2023-10-24T20:39:58.788Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
460 | 2023-10-24T20:39:58.790Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
461 | 2023-10-24T20:39:58.793Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
462 | 2023-10-24T20:39:58.796Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
463 | 2023-10-24T20:39:58.799Z | + main |
464 | 2023-10-24T20:39:58.802Z | + [[ 0 != 0 ]] |
465 | 2023-10-24T20:39:58.804Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
466 | 2023-10-24T20:39:58.807Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
467 | 2023-10-24T20:39:58.810Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
468 | 2023-10-24T20:39:58.812Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
469 | 2023-10-24T20:39:58.815Z | + local DO_DOWNLOAD=true |
470 | 2023-10-24T20:39:58.819Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
471 | 2023-10-24T20:39:58.822Z | + mkdir -p out/downloads |
472 | 2023-10-24T20:39:58.824Z | + '[' true == true ']' |
473 | 2023-10-24T20:39:58.827Z | + echo Downloading... |
474 | 2023-10-24T20:39:58.830Z | Downloading... |
475 | 2023-10-24T20:39:58.833Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
476 | 2023-10-24T20:39:58.837Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
477 | 2023-10-24T20:39:58.904Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
478 | 2023-10-24T20:39:58.907Z | ++ case "$OSTYPE" in |
479 | 2023-10-24T20:39:58.910Z | ++ SHA=sha256sum |
480 | 2023-10-24T20:39:58.912Z | ++ sha256sum |
481 | 2023-10-24T20:39:58.918Z | ++ awk '{print $1}' |
482 | 2023-10-24T20:39:58.953Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
483 | 2023-10-24T20:39:58.956Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
484 | 2023-10-24T20:39:58.959Z | + set -o errexit |
485 | 2023-10-24T20:39:58.962Z | +++ dirname ./tools/ci_download_dendrite_stub |
486 | 2023-10-24T20:39:58.965Z | ++ cd ./tools |
487 | 2023-10-24T20:39:58.968Z | ++ pwd |
488 | 2023-10-24T20:39:58.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-10-24T20:39:58.973Z | ++ basename ./tools/ci_download_dendrite_stub |
490 | 2023-10-24T20:39:58.976Z | + ARG0=ci_download_dendrite_stub |
491 | 2023-10-24T20:39:58.979Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
492 | 2023-10-24T20:39:58.981Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
493 | 2023-10-24T20:39:58.984Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
494 | 2023-10-24T20:39:58.987Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
495 | 2023-10-24T20:39:58.990Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-10-24T20:39:58.992Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
497 | 2023-10-24T20:39:58.995Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
498 | 2023-10-24T20:39:59.001Z | + TARGET_DIR=out |
499 | 2023-10-24T20:39:59.004Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-10-24T20:39:59.007Z | + DEST_DIR=./out/dendrite-stub |
501 | 2023-10-24T20:39:59.010Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
502 | 2023-10-24T20:39:59.012Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
503 | 2023-10-24T20:39:59.015Z | + REPO=oxidecomputer/dendrite |
504 | 2023-10-24T20:39:59.018Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
505 | 2023-10-24T20:39:59.021Z | + main |
506 | 2023-10-24T20:39:59.024Z | + [[ 0 != 0 ]] |
507 | 2023-10-24T20:39:59.026Z | + CIDL_OS=solaris2.11 |
508 | 2023-10-24T20:39:59.029Z | + [[ 0 != 0 ]] |
509 | 2023-10-24T20:39:59.033Z | + configure_os solaris2.11 |
510 | 2023-10-24T20:39:59.036Z | + echo 'current directory: /work/oxidecomputer/omicron' |
511 | 2023-10-24T20:39:59.039Z | current directory: /work/oxidecomputer/omicron |
512 | 2023-10-24T20:39:59.042Z | + echo 'configuring based on OS: "solaris2.11"' |
513 | 2023-10-24T20:39:59.046Z | configuring based on OS: "solaris2.11" |
514 | 2023-10-24T20:39:59.049Z | + case "$1" in |
515 | 2023-10-24T20:39:59.052Z | + SET_BINARIES= |
516 | 2023-10-24T20:39:59.054Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
517 | 2023-10-24T20:39:59.057Z | + CIDL_SHA256FUNC=do_sha256sum |
518 | 2023-10-24T20:39:59.061Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
519 | 2023-10-24T20:39:59.068Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
520 | 2023-10-24T20:39:59.486Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-24T20:39:59.491Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
522 | 2023-10-24T20:39:59.495Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
523 | 2023-10-24T20:39:59.503Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
524 | 2023-10-24T20:39:59.512Z | Local file: out/downloads/dendrite-stub.tar.gz |
525 | 2023-10-24T20:39:59.531Z | + mkdir -p out/downloads |
526 | 2023-10-24T20:39:59.953Z | + mkdir -p ./out/dendrite-stub |
527 | 2023-10-24T20:40:00.005Z | + fetch_and_verify |
528 | 2023-10-24T20:40:00.009Z | + local DO_DOWNLOAD=true |
529 | 2023-10-24T20:40:00.012Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
530 | 2023-10-24T20:40:00.014Z | + '[' true == true ']' |
531 | 2023-10-24T20:40:00.018Z | + echo Downloading... |
532 | 2023-10-24T20:40:00.021Z | Downloading... |
533 | 2023-10-24T20:40:00.025Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
534 | 2023-10-24T20:40:00.028Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
535 | 2023-10-24T20:40:06.585Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-24T20:40:06.588Z | ++ sha256sum |
537 | 2023-10-24T20:40:06.591Z | ++ awk '{print $1}' |
538 | 2023-10-24T20:40:06.680Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
539 | 2023-10-24T20:40:06.683Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
540 | 2023-10-24T20:40:06.689Z | + do_untar out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-24T20:40:06.693Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
542 | 2023-10-24T20:40:07.649Z | + do_assemble |
543 | 2023-10-24T20:40:07.656Z | + rm -r ./out/dendrite-stub |
544 | 2023-10-24T20:40:07.663Z | + mkdir ./out/dendrite-stub |
545 | 2023-10-24T20:40:07.669Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
546 | 2023-10-24T20:40:07.776Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
547 | 2023-10-24T20:40:07.789Z | + set -o errexit |
548 | 2023-10-24T20:40:07.792Z | +++ dirname ./tools/ci_download_maghemite_mgd |
549 | 2023-10-24T20:40:07.795Z | ++ cd ./tools |
550 | 2023-10-24T20:40:07.798Z | ++ pwd |
551 | 2023-10-24T20:40:07.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
552 | 2023-10-24T20:40:07.806Z | ++ basename ./tools/ci_download_maghemite_mgd |
553 | 2023-10-24T20:40:07.814Z | + ARG0=ci_download_maghemite_mgd |
554 | 2023-10-24T20:40:07.818Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
555 | 2023-10-24T20:40:07.821Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
556 | 2023-10-24T20:40:07.825Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
557 | 2023-10-24T20:40:07.830Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
558 | 2023-10-24T20:40:07.835Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
559 | 2023-10-24T20:40:07.838Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
560 | 2023-10-24T20:40:07.841Z | + TARGET_DIR=out |
561 | 2023-10-24T20:40:07.844Z | + DOWNLOAD_DIR=out/downloads |
562 | 2023-10-24T20:40:07.847Z | + DEST_DIR=./out/mgd |
563 | 2023-10-24T20:40:07.849Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
564 | 2023-10-24T20:40:07.852Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
565 | 2023-10-24T20:40:07.856Z | + REPO=oxidecomputer/maghemite |
566 | 2023-10-24T20:40:07.859Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
567 | 2023-10-24T20:40:07.864Z | + main |
568 | 2023-10-24T20:40:07.867Z | + [[ 0 != 0 ]] |
569 | 2023-10-24T20:40:07.873Z | + CIDL_OS=solaris2.11 |
570 | 2023-10-24T20:40:07.876Z | + [[ 0 != 0 ]] |
571 | 2023-10-24T20:40:07.879Z | + configure_os solaris2.11 |
572 | 2023-10-24T20:40:07.882Z | + echo 'current directory: /work/oxidecomputer/omicron' |
573 | 2023-10-24T20:40:07.886Z | current directory: /work/oxidecomputer/omicron |
574 | 2023-10-24T20:40:07.890Z | + echo 'configuring based on OS: "solaris2.11"' |
575 | 2023-10-24T20:40:07.893Z | configuring based on OS: "solaris2.11" |
576 | 2023-10-24T20:40:07.897Z | + case "$1" in |
577 | 2023-10-24T20:40:07.901Z | + SET_BINARIES= |
578 | 2023-10-24T20:40:07.906Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2023-10-24T20:40:07.912Z | + TARBALL_FILENAME=mgd.tar.gz |
580 | 2023-10-24T20:40:07.917Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
581 | 2023-10-24T20:40:07.921Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
582 | 2023-10-24T20:40:07.924Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
583 | 2023-10-24T20:40:07.945Z | Local file: out/downloads/mgd.tar.gz |
584 | 2023-10-24T20:40:07.949Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
585 | 2023-10-24T20:40:07.955Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
586 | 2023-10-24T20:40:07.963Z | + mkdir -p out/downloads |
587 | 2023-10-24T20:40:07.978Z | + mkdir -p ./out/mgd |
588 | 2023-10-24T20:40:07.982Z | + fetch_and_verify |
589 | 2023-10-24T20:40:07.998Z | + local DO_DOWNLOAD=true |
590 | 2023-10-24T20:40:08.005Z | + [[ -f out/downloads/mgd.tar.gz ]] |
591 | 2023-10-24T20:40:08.018Z | + '[' true == true ']' |
592 | 2023-10-24T20:40:08.437Z | + echo Downloading... |
593 | 2023-10-24T20:40:08.447Z | Downloading... |
594 | 2023-10-24T20:40:08.454Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
595 | 2023-10-24T20:40:08.467Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
596 | 2023-10-24T20:40:11.689Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
597 | 2023-10-24T20:40:11.696Z | ++ sha256sum |
598 | 2023-10-24T20:40:11.707Z | ++ awk '{print $1}' |
599 | 2023-10-24T20:40:11.770Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
600 | 2023-10-24T20:40:11.789Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
601 | 2023-10-24T20:40:11.796Z | + do_untar out/downloads/mgd.tar.gz |
602 | 2023-10-24T20:40:11.803Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
603 | 2023-10-24T20:40:12.465Z | + do_assemble |
604 | 2023-10-24T20:40:12.468Z | + rm -r ./out/mgd |
605 | 2023-10-24T20:40:12.471Z | + mkdir ./out/mgd |
606 | 2023-10-24T20:40:12.474Z | + cp -r out/downloads/root ./out/mgd/root |
607 | 2023-10-24T20:40:12.676Z | + set -o errexit |
608 | 2023-10-24T20:40:12.683Z | +++ dirname ./tools/ci_download_transceiver_control |
609 | 2023-10-24T20:40:12.691Z | ++ cd ./tools |
610 | 2023-10-24T20:40:12.696Z | ++ pwd |
611 | 2023-10-24T20:40:12.700Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
612 | 2023-10-24T20:40:12.704Z | ++ basename ./tools/ci_download_transceiver_control |
613 | 2023-10-24T20:40:12.710Z | + ARG0=ci_download_transceiver_control |
614 | 2023-10-24T20:40:12.713Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
615 | 2023-10-24T20:40:12.716Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
616 | 2023-10-24T20:40:12.719Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
617 | 2023-10-24T20:40:12.722Z | + TARGET_DIR=out |
618 | 2023-10-24T20:40:12.725Z | + DOWNLOAD_DIR=out/downloads |
619 | 2023-10-24T20:40:12.728Z | + DEST_DIR=./out/transceiver-control |
620 | 2023-10-24T20:40:12.731Z | + BIN_DIR=/opt/oxide/bin |
621 | 2023-10-24T20:40:12.734Z | + BINARY=xcvradm |
622 | 2023-10-24T20:40:12.737Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
623 | 2023-10-24T20:40:12.740Z | + REPO=oxidecomputer/transceiver-control |
624 | 2023-10-24T20:40:12.743Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
625 | 2023-10-24T20:40:12.748Z | + main |
626 | 2023-10-24T20:40:12.758Z | + [[ 0 != 0 ]] |
627 | 2023-10-24T20:40:12.769Z | + CIDL_OS=solaris2.11 |
628 | 2023-10-24T20:40:12.779Z | + [[ 0 != 0 ]] |
629 | 2023-10-24T20:40:12.796Z | + configure_os solaris2.11 |
630 | 2023-10-24T20:40:12.800Z | + echo 'current directory: /work/oxidecomputer/omicron' |
631 | 2023-10-24T20:40:12.806Z | current directory: /work/oxidecomputer/omicron |
632 | 2023-10-24T20:40:12.810Z | + echo 'configuring based on OS: "solaris2.11"' |
633 | 2023-10-24T20:40:12.813Z | configuring based on OS: "solaris2.11" |
634 | 2023-10-24T20:40:12.816Z | + case "$1" in |
635 | 2023-10-24T20:40:12.819Z | + SET_BINARIES= |
636 | 2023-10-24T20:40:12.822Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2023-10-24T20:40:12.825Z | + CIDL_SHA256FUNC=do_sha256sum |
638 | 2023-10-24T20:40:12.828Z | + ARCHIVE_FILENAME=xcvradm.gz |
639 | 2023-10-24T20:40:12.831Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
640 | 2023-10-24T20:40:12.834Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
641 | 2023-10-24T20:40:12.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
642 | 2023-10-24T20:40:12.842Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
643 | 2023-10-24T20:40:12.845Z | + echo 'Local file: out/downloads/xcvradm.gz' |
644 | 2023-10-24T20:40:12.851Z | Local file: out/downloads/xcvradm.gz |
645 | 2023-10-24T20:40:12.867Z | + mkdir -p out/downloads |
646 | 2023-10-24T20:40:12.887Z | + mkdir -p ./out/transceiver-control |
647 | 2023-10-24T20:40:12.896Z | + fetch_and_verify |
648 | 2023-10-24T20:40:12.910Z | + local DO_DOWNLOAD=true |
649 | 2023-10-24T20:40:13.330Z | + [[ -f out/downloads/xcvradm.gz ]] |
650 | 2023-10-24T20:40:13.346Z | + '[' true == true ']' |
651 | 2023-10-24T20:40:13.355Z | + echo Downloading... |
652 | 2023-10-24T20:40:13.368Z | Downloading... |
653 | 2023-10-24T20:40:13.382Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
654 | 2023-10-24T20:40:13.397Z | + 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-10-24T20:40:14.114Z | ++ do_sha256sum out/downloads/xcvradm.gz |
656 | 2023-10-24T20:40:14.117Z | ++ sha256sum |
657 | 2023-10-24T20:40:14.121Z | ++ awk '{print $1}' |
658 | 2023-10-24T20:40:14.144Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-10-24T20:40:14.153Z | + [[ 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-10-24T20:40:14.161Z | + do_unpack out/downloads/xcvradm.gz |
661 | 2023-10-24T20:40:14.168Z | + mkdir -p out/downloads/root//opt/oxide/bin |
662 | 2023-10-24T20:40:14.189Z | + gzip -dc out/downloads/xcvradm.gz |
663 | 2023-10-24T20:40:14.323Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
664 | 2023-10-24T20:40:14.326Z | + do_assemble |
665 | 2023-10-24T20:40:14.329Z | + rm -r ./out/transceiver-control |
666 | 2023-10-24T20:40:14.332Z | + mkdir ./out/transceiver-control |
667 | 2023-10-24T20:40:14.335Z | + cp -r out/downloads/root ./out/transceiver-control/root |
668 | 2023-10-24T20:40:14.546Z | All prerequisites installed successfully |
669 | 2023-10-24T20:40:14.550Z | |
670 | 2023-10-24T20:40:14.553Z | real 2:10.319231021 |
671 | 2023-10-24T20:40:14.556Z | user 51.281070287 |
672 | 2023-10-24T20:40:14.559Z | sys 10.421923136 |
673 | 2023-10-24T20:40:14.561Z | trap 0.022085873 |
674 | 2023-10-24T20:40:14.568Z | tflt 0.358606557 |
675 | 2023-10-24T20:40:14.572Z | dflt 0.880943181 |
676 | 2023-10-24T20:40:14.985Z | kflt 0.227645603 |
677 | 2023-10-24T20:40:15.404Z | lock 2.060792079 |
678 | 2023-10-24T20:40:15.408Z | slp 4:03.205622363 |
679 | 2023-10-24T20:40:15.412Z | lat 4.264437115 |
680 | 2023-10-24T20:40:15.417Z | stop 0.066262246 |
681 | 2023-10-24T20:40:15.421Z | + banner end-to-end-tests |
682 | 2023-10-24T20:40:15.424Z | |
683 | 2023-10-24T20:40:15.428Z | ###### # # ##### ##### #### ###### # # ##### |
684 | 2023-10-24T20:40:15.431Z | # ## # # # # # # # ## # # # |
685 | 2023-10-24T20:40:15.434Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
686 | 2023-10-24T20:40:15.440Z | # # # # # # # # # # # # # # # |
687 | 2023-10-24T20:40:15.457Z | # # ## # # # # # # # ## # # |
688 | 2023-10-24T20:40:15.463Z | ###### # # ##### # #### ###### # # ##### |
689 | 2023-10-24T20:40:15.467Z | |
690 | 2023-10-24T20:40:15.471Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
691 | 2023-10-24T20:40:15.476Z | + CARGO_PROFILE_DEV_DEBUG=1 |
692 | 2023-10-24T20:40:15.481Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
693 | 2023-10-24T20:40:15.485Z | + CARGO_PROFILE_TEST_DEBUG=1 |
694 | 2023-10-24T20:40:15.489Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
695 | 2023-10-24T20:40:15.492Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
696 | 2023-10-24T20:40:15.494Z | Updating crates.io index |
697 | 2023-10-24T20:40:15.497Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
698 | 2023-10-24T20:40:16.303Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
699 | 2023-10-24T20:40:18.058Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
700 | 2023-10-24T20:40:18.957Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
701 | 2023-10-24T20:40:19.314Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
702 | 2023-10-24T20:40:19.635Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
703 | 2023-10-24T20:40:19.935Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
704 | 2023-10-24T20:40:20.861Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
705 | 2023-10-24T20:40:23.054Z | Updating git repository `https://github.com/oxidecomputer/opte` |
706 | 2023-10-24T20:40:23.670Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
707 | 2023-10-24T20:40:24.122Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
708 | 2023-10-24T20:40:24.449Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
709 | 2023-10-24T20:40:25.033Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
710 | 2023-10-24T20:40:25.380Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
711 | 2023-10-24T20:40:25.814Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
712 | 2023-10-24T20:40:26.160Z | Updating git repository `https://github.com/njaremko/samael` |
713 | 2023-10-24T20:40:26.616Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
714 | 2023-10-24T20:40:27.339Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
715 | 2023-10-24T20:40:27.782Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
716 | 2023-10-24T20:40:28.168Z | Updating git repository `https://github.com/jgallagher/nix` |
717 | 2023-10-24T20:40:29.426Z | Updating git repository `https://github.com/cbiffle/hubpack` |
718 | 2023-10-24T20:40:29.829Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
719 | 2023-10-24T20:40:38.899Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
720 | 2023-10-24T20:40:39.386Z | Updating git repository `https://github.com/oxidecomputer/typify` |
721 | 2023-10-24T20:40:40.441Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
722 | 2023-10-24T20:40:40.865Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
723 | 2023-10-24T20:40:41.185Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
724 | 2023-10-24T20:40:42.894Z | Downloading crates ... |
725 | 2023-10-24T20:40:43.176Z | Downloaded opaque-debug v0.3.0 |
726 | 2023-10-24T20:40:43.179Z | Downloaded aead v0.5.2 |
727 | 2023-10-24T20:40:43.182Z | Downloaded num_enum_derive v0.5.11 |
728 | 2023-10-24T20:40:43.185Z | Downloaded omicron-zone-package v0.8.3 |
729 | 2023-10-24T20:40:43.192Z | Downloaded async-stream-impl v0.3.5 |
730 | 2023-10-24T20:40:43.197Z | Downloaded adler v1.0.2 |
731 | 2023-10-24T20:40:43.200Z | Downloaded lazy_static v1.4.0 |
732 | 2023-10-24T20:40:43.206Z | Downloaded linked-hash-map v0.5.6 |
733 | 2023-10-24T20:40:43.216Z | Downloaded diesel_table_macro_syntax v0.1.0 |
734 | 2023-10-24T20:40:43.221Z | Downloaded lock_api v0.4.10 |
735 | 2023-10-24T20:40:43.228Z | Downloaded atomicwrites v0.4.2 |
736 | 2023-10-24T20:40:43.232Z | Downloaded ciborium-io v0.2.1 |
737 | 2023-10-24T20:40:43.235Z | Downloaded atty v0.2.14 |
738 | 2023-10-24T20:40:43.238Z | Downloaded log v0.4.20 |
739 | 2023-10-24T20:40:43.242Z | Downloaded ascii v1.1.0 |
740 | 2023-10-24T20:40:43.247Z | Downloaded lru-cache v0.1.2 |
741 | 2023-10-24T20:40:43.251Z | Downloaded darling_macro v0.20.3 |
742 | 2023-10-24T20:40:43.253Z | Downloaded arc-swap v1.6.0 |
743 | 2023-10-24T20:40:43.260Z | Downloaded match_cfg v0.1.0 |
744 | 2023-10-24T20:40:43.263Z | Downloaded backoff v0.4.0 |
745 | 2023-10-24T20:40:43.268Z | Downloaded curve25519-dalek-derive v0.1.0 |
746 | 2023-10-24T20:40:43.272Z | Downloaded clap_derive v4.4.2 |
747 | 2023-10-24T20:40:43.277Z | Downloaded bitstruct_derive v0.1.0 |
748 | 2023-10-24T20:40:43.282Z | Downloaded num-integer v0.1.45 |
749 | 2023-10-24T20:40:43.285Z | Downloaded once_cell v1.18.0 |
750 | 2023-10-24T20:40:43.292Z | Downloaded num_threads v0.1.6 |
751 | 2023-10-24T20:40:43.296Z | Downloaded ciborium-ll v0.2.1 |
752 | 2023-10-24T20:40:43.300Z | Downloaded pkg-config v0.3.27 |
753 | 2023-10-24T20:40:43.305Z | Downloaded convert_case v0.4.0 |
754 | 2023-10-24T20:40:43.309Z | Downloaded precomputed-hash v0.1.1 |
755 | 2023-10-24T20:40:43.313Z | Downloaded nibble_vec v0.1.0 |
756 | 2023-10-24T20:40:43.316Z | Downloaded phf v0.11.2 |
757 | 2023-10-24T20:40:43.319Z | Downloaded anstyle v1.0.2 |
758 | 2023-10-24T20:40:43.323Z | Downloaded const_format_proc_macros v0.2.31 |
759 | 2023-10-24T20:40:43.329Z | Downloaded byteorder v1.4.3 |
760 | 2023-10-24T20:40:43.353Z | Downloaded predicates-core v1.0.6 |
761 | 2023-10-24T20:40:43.356Z | Downloaded block-buffer v0.10.4 |
762 | 2023-10-24T20:40:43.359Z | Downloaded colored v2.0.4 |
763 | 2023-10-24T20:40:43.362Z | Downloaded pin-project-lite v0.2.13 |
764 | 2023-10-24T20:40:43.365Z | Downloaded addr2line v0.21.0 |
765 | 2023-10-24T20:40:43.368Z | Downloaded bit-vec v0.6.3 |
766 | 2023-10-24T20:40:43.371Z | Downloaded native-tls v0.2.11 |
767 | 2023-10-24T20:40:43.373Z | Downloaded cpufeatures v0.2.9 |
768 | 2023-10-24T20:40:43.376Z | Downloaded num-complex v0.4.4 |
769 | 2023-10-24T20:40:43.379Z | Downloaded ident_case v1.0.1 |
770 | 2023-10-24T20:40:43.382Z | Downloaded cbc v0.1.2 |
771 | 2023-10-24T20:40:43.385Z | Downloaded num_enum v0.7.0 |
772 | 2023-10-24T20:40:43.391Z | Downloaded pkcs8 v0.10.2 |
773 | 2023-10-24T20:40:43.397Z | Downloaded tinyvec_macros v0.1.1 |
774 | 2023-10-24T20:40:43.400Z | Downloaded const_format v0.2.31 |
775 | 2023-10-24T20:40:43.409Z | Downloaded russh-cryptovec v0.7.0 |
776 | 2023-10-24T20:40:43.411Z | Downloaded try-lock v0.2.4 |
777 | 2023-10-24T20:40:43.414Z | Downloaded foreign-types-macros v0.2.3 |
778 | 2023-10-24T20:40:43.417Z | Downloaded heck v0.4.1 |
779 | 2023-10-24T20:40:43.421Z | Downloaded signal-hook-registry v1.4.1 |
780 | 2023-10-24T20:40:43.424Z | Downloaded sha2 v0.10.7 |
781 | 2023-10-24T20:40:43.429Z | Downloaded lalrpop-util v0.19.12 |
782 | 2023-10-24T20:40:43.432Z | Downloaded num_cpus v1.16.0 |
783 | 2023-10-24T20:40:43.437Z | Downloaded foreign-types-shared v0.3.1 |
784 | 2023-10-24T20:40:43.440Z | Downloaded structmeta v0.1.6 |
785 | 2023-10-24T20:40:43.443Z | Downloaded keccak v0.1.4 |
786 | 2023-10-24T20:40:43.446Z | Downloaded futures-core v0.3.28 |
787 | 2023-10-24T20:40:43.448Z | Downloaded bitflags v2.4.0 |
788 | 2023-10-24T20:40:43.453Z | Downloaded structmeta-derive v0.1.6 |
789 | 2023-10-24T20:40:43.456Z | Downloaded tokio-macros v2.1.0 |
790 | 2023-10-24T20:40:43.459Z | Downloaded rand_core v0.6.4 |
791 | 2023-10-24T20:40:43.462Z | Downloaded rand_chacha v0.3.1 |
792 | 2023-10-24T20:40:43.465Z | Downloaded schemars_derive v0.8.13 |
793 | 2023-10-24T20:40:43.468Z | Downloaded getrandom v0.1.16 |
794 | 2023-10-24T20:40:43.478Z | Downloaded time-core v0.1.1 |
795 | 2023-10-24T20:40:43.491Z | Downloaded allocator-api2 v0.2.16 |
796 | 2023-10-24T20:40:43.495Z | Downloaded strsim v0.8.0 |
797 | 2023-10-24T20:40:43.498Z | Downloaded string_cache v0.8.7 |
798 | 2023-10-24T20:40:43.502Z | Downloaded radium v0.7.0 |
799 | 2023-10-24T20:40:43.505Z | Downloaded strum v0.25.0 |
800 | 2023-10-24T20:40:43.507Z | Downloaded dirs-sys v0.4.1 |
801 | 2023-10-24T20:40:43.510Z | Downloaded digest v0.10.7 |
802 | 2023-10-24T20:40:43.513Z | Downloaded bzip2 v0.4.4 |
803 | 2023-10-24T20:40:43.516Z | Downloaded uuid v1.4.1 |
804 | 2023-10-24T20:40:43.520Z | Downloaded headers-core v0.2.0 |
805 | 2023-10-24T20:40:43.522Z | Downloaded funty v2.0.0 |
806 | 2023-10-24T20:40:43.526Z | Downloaded ipnetwork v0.20.0 |
807 | 2023-10-24T20:40:43.529Z | Downloaded crossbeam-epoch v0.9.15 |
808 | 2023-10-24T20:40:43.531Z | Downloaded rustls-native-certs v0.6.3 |
809 | 2023-10-24T20:40:43.534Z | Downloaded equivalent v1.0.1 |
810 | 2023-10-24T20:40:43.537Z | Downloaded similar v2.2.1 |
811 | 2023-10-24T20:40:43.539Z | Downloaded spin v0.5.2 |
812 | 2023-10-24T20:40:43.542Z | Downloaded inout v0.1.3 |
813 | 2023-10-24T20:40:43.545Z | Downloaded unicase v2.7.0 |
814 | 2023-10-24T20:40:43.549Z | Downloaded structopt v0.3.26 |
815 | 2023-10-24T20:40:43.557Z | Downloaded resolv-conf v0.7.0 |
816 | 2023-10-24T20:40:43.560Z | Downloaded structopt-derive v0.4.18 |
817 | 2023-10-24T20:40:43.563Z | Downloaded universal-hash v0.5.1 |
818 | 2023-10-24T20:40:43.566Z | Downloaded rustc-demangle v0.1.23 |
819 | 2023-10-24T20:40:43.568Z | Downloaded dirs-sys-next v0.1.2 |
820 | 2023-10-24T20:40:43.571Z | Downloaded utf-8 v0.7.6 |
821 | 2023-10-24T20:40:43.574Z | Downloaded rustfmt-wrapper v0.2.0 |
822 | 2023-10-24T20:40:43.577Z | Downloaded toolchain_find v0.2.0 |
823 | 2023-10-24T20:40:43.580Z | Downloaded russh-keys v0.38.0 |
824 | 2023-10-24T20:40:43.583Z | Downloaded fxhash v0.2.1 |
825 | 2023-10-24T20:40:43.585Z | Downloaded slog-async v2.8.0 |
826 | 2023-10-24T20:40:43.589Z | Downloaded tower-service v0.3.2 |
827 | 2023-10-24T20:40:43.592Z | Downloaded aho-corasick v1.0.4 |
828 | 2023-10-24T20:40:43.598Z | Downloaded typenum v1.16.0 |
829 | 2023-10-24T20:40:43.602Z | Downloaded toml v0.7.8 |
830 | 2023-10-24T20:40:43.609Z | Downloaded untrusted v0.7.1 |
831 | 2023-10-24T20:40:43.612Z | Downloaded tap v1.0.1 |
832 | 2023-10-24T20:40:43.614Z | Downloaded term v0.7.0 |
833 | 2023-10-24T20:40:43.618Z | Downloaded usdt-macro v0.3.5 |
834 | 2023-10-24T20:40:43.622Z | Downloaded usdt-attr-macro v0.3.5 |
835 | 2023-10-24T20:40:43.626Z | Downloaded env_logger v0.9.3 |
836 | 2023-10-24T20:40:43.629Z | Downloaded rustc_version v0.4.0 |
837 | 2023-10-24T20:40:43.632Z | Downloaded erased-serde v0.3.30 |
838 | 2023-10-24T20:40:43.635Z | Downloaded thiserror-impl-no-std v2.0.2 |
839 | 2023-10-24T20:40:43.637Z | Downloaded vec_map v0.8.2 |
840 | 2023-10-24T20:40:43.640Z | Downloaded utf8parse v0.2.1 |
841 | 2023-10-24T20:40:43.643Z | Downloaded unicode-ident v1.0.12 |
842 | 2023-10-24T20:40:43.645Z | Downloaded hyper-staticfile v0.9.5 |
843 | 2023-10-24T20:40:43.648Z | Downloaded terminal_size v0.2.6 |
844 | 2023-10-24T20:40:43.651Z | Downloaded serde_path_to_error v0.1.14 |
845 | 2023-10-24T20:40:43.654Z | Downloaded generic-array v0.14.7 |
846 | 2023-10-24T20:40:43.657Z | Downloaded hmac v0.12.1 |
847 | 2023-10-24T20:40:43.661Z | Downloaded clap_builder v4.4.2 |
848 | 2023-10-24T20:40:43.670Z | Downloaded http-range v0.1.5 |
849 | 2023-10-24T20:40:43.674Z | Downloaded zone_cfg_derive v0.2.0 |
850 | 2023-10-24T20:40:43.677Z | Downloaded scopeguard v1.2.0 |
851 | 2023-10-24T20:40:43.680Z | Downloaded ringbuffer v0.15.0 |
852 | 2023-10-24T20:40:43.684Z | Downloaded futures-task v0.3.28 |
853 | 2023-10-24T20:40:43.687Z | Downloaded zerocopy v0.3.0 |
854 | 2023-10-24T20:40:43.689Z | Downloaded sct v0.7.0 |
855 | 2023-10-24T20:40:43.692Z | Downloaded futures v0.3.28 |
856 | 2023-10-24T20:40:43.697Z | Downloaded synstructure v0.12.6 |
857 | 2023-10-24T20:40:43.700Z | Downloaded tokio-stream v0.1.14 |
858 | 2023-10-24T20:40:43.706Z | Downloaded same-file v1.0.6 |
859 | 2023-10-24T20:40:43.709Z | Downloaded http-body v0.4.5 |
860 | 2023-10-24T20:40:43.712Z | Downloaded aes-gcm v0.10.2 |
861 | 2023-10-24T20:40:43.717Z | Downloaded slog-json v2.6.1 |
862 | 2023-10-24T20:40:43.721Z | Downloaded difflib v0.4.0 |
863 | 2023-10-24T20:40:43.723Z | Downloaded slog-envlogger v2.2.0 |
864 | 2023-10-24T20:40:43.726Z | Downloaded subtle v2.5.0 |
865 | 2023-10-24T20:40:43.729Z | Downloaded wyz v0.5.1 |
866 | 2023-10-24T20:40:43.732Z | Downloaded semver v0.11.0 |
867 | 2023-10-24T20:40:43.735Z | Downloaded slog-scope v4.4.0 |
868 | 2023-10-24T20:40:43.737Z | Downloaded serde_derive_internals v0.26.0 |
869 | 2023-10-24T20:40:43.740Z | Downloaded heapless v0.7.16 |
870 | 2023-10-24T20:40:43.744Z | Downloaded httparse v1.8.0 |
871 | 2023-10-24T20:40:43.748Z | Downloaded tokio-tungstenite v0.20.1 |
872 | 2023-10-24T20:40:43.752Z | Downloaded vergen v8.2.4 |
873 | 2023-10-24T20:40:43.756Z | Downloaded semver-parser v0.10.2 |
874 | 2023-10-24T20:40:43.759Z | Downloaded trust-dns-client v0.22.0 |
875 | 2023-10-24T20:40:43.770Z | Downloaded thiserror-no-std v2.0.2 |
876 | 2023-10-24T20:40:43.777Z | Downloaded hashlink v0.8.3 |
877 | 2023-10-24T20:40:43.779Z | Downloaded semver v1.0.18 |
878 | 2023-10-24T20:40:43.784Z | Downloaded trust-dns-resolver v0.22.0 |
879 | 2023-10-24T20:40:43.791Z | Downloaded smallvec v1.11.0 |
880 | 2023-10-24T20:40:43.794Z | Downloaded indexmap v2.0.0 |
881 | 2023-10-24T20:40:43.801Z | Downloaded serde_derive v1.0.188 |
882 | 2023-10-24T20:40:43.806Z | Downloaded unsafe-libyaml v0.2.9 |
883 | 2023-10-24T20:40:43.812Z | Downloaded trust-dns-server v0.22.1 |
884 | 2023-10-24T20:40:43.821Z | Downloaded elliptic-curve v0.13.5 |
885 | 2023-10-24T20:40:43.828Z | Downloaded russh v0.38.0 |
886 | 2023-10-24T20:40:43.836Z | Downloaded flate2 v1.0.27 |
887 | 2023-10-24T20:40:43.844Z | Downloaded regex-automata v0.1.10 |
888 | 2023-10-24T20:40:43.854Z | Downloaded zip v0.6.6 |
889 | 2023-10-24T20:40:43.861Z | Downloaded itertools v0.10.5 |
890 | 2023-10-24T20:40:43.873Z | Downloaded tokio-util v0.7.8 |
891 | 2023-10-24T20:40:43.884Z | Downloaded serde_with v2.3.3 |
892 | 2023-10-24T20:40:43.894Z | Downloaded url v2.4.1 |
893 | 2023-10-24T20:40:43.900Z | Downloaded diesel v2.1.1 |
894 | 2023-10-24T20:40:43.932Z | Downloaded toml_edit v0.20.0 |
895 | 2023-10-24T20:40:43.966Z | Downloaded winnow v0.5.15 |
896 | 2023-10-24T20:40:43.977Z | Downloaded object v0.32.1 |
897 | 2023-10-24T20:40:43.997Z | Downloaded regress v0.7.1 |
898 | 2023-10-24T20:40:44.006Z | Downloaded hyper v0.14.27 |
899 | 2023-10-24T20:40:44.021Z | Downloaded rustls-webpki v0.101.4 |
900 | 2023-10-24T20:40:44.046Z | Downloaded serde_json v1.0.107 |
901 | 2023-10-24T20:40:44.059Z | Downloaded futures-util v0.3.28 |
902 | 2023-10-24T20:40:44.079Z | Downloaded syn v1.0.109 |
903 | 2023-10-24T20:40:44.098Z | Downloaded git2 v0.17.2 |
904 | 2023-10-24T20:40:44.113Z | Downloaded regex-syntax v0.7.5 |
905 | 2023-10-24T20:40:44.128Z | Downloaded gimli v0.28.0 |
906 | 2023-10-24T20:40:44.143Z | Downloaded syn v2.0.32 |
907 | 2023-10-24T20:40:44.161Z | Downloaded zerocopy-derive v0.2.0 |
908 | 2023-10-24T20:40:44.178Z | Downloaded bstr v1.6.0 |
909 | 2023-10-24T20:40:44.197Z | Downloaded rustls v0.21.7 |
910 | 2023-10-24T20:40:44.218Z | Downloaded regex-automata v0.3.8 |
911 | 2023-10-24T20:40:44.249Z | Downloaded rustix v0.38.9 |
912 | 2023-10-24T20:40:44.286Z | Downloaded sha3 v0.10.8 |
913 | 2023-10-24T20:40:44.298Z | Downloaded tokio v1.33.0 |
914 | 2023-10-24T20:40:44.379Z | Downloaded rustix v0.37.23 |
915 | 2023-10-24T20:40:44.396Z | Downloaded sled v0.34.7 |
916 | 2023-10-24T20:40:44.822Z | Downloaded openapiv3 v1.0.3 |
917 | 2023-10-24T20:40:44.825Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2023-10-24T20:40:44.828Z | Downloaded libc v0.2.149 |
919 | 2023-10-24T20:40:44.833Z | Downloaded bstr v0.2.17 |
920 | 2023-10-24T20:40:44.838Z | Downloaded zerocopy-derive v0.6.4 |
921 | 2023-10-24T20:40:44.842Z | Downloaded idna v0.4.0 |
922 | 2023-10-24T20:40:44.845Z | Downloaded trust-dns-proto v0.22.0 |
923 | 2023-10-24T20:40:44.848Z | Downloaded regex-syntax v0.6.29 |
924 | 2023-10-24T20:40:44.852Z | Downloaded idna v0.2.3 |
925 | 2023-10-24T20:40:44.856Z | Downloaded vcpkg v0.2.15 |
926 | 2023-10-24T20:40:44.860Z | Downloaded smoltcp v0.9.1 |
927 | 2023-10-24T20:40:44.864Z | Downloaded radix_trie v0.2.1 |
928 | 2023-10-24T20:40:44.867Z | Downloaded regex v1.9.5 |
929 | 2023-10-24T20:40:44.870Z | Downloaded smoltcp v0.8.2 |
930 | 2023-10-24T20:40:44.873Z | Downloaded ring v0.16.20 |
931 | 2023-10-24T20:40:44.935Z | Downloaded openssl v0.10.57 |
932 | 2023-10-24T20:40:44.948Z | Downloaded webpki-roots v0.25.2 |
933 | 2023-10-24T20:40:44.955Z | Downloaded bitvec v1.0.1 |
934 | 2023-10-24T20:40:44.985Z | Downloaded winapi v0.3.9 |
935 | 2023-10-24T20:40:45.059Z | Downloaded nix v0.26.2 |
936 | 2023-10-24T20:40:45.079Z | Downloaded encoding_rs v0.8.33 |
937 | 2023-10-24T20:40:45.124Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
938 | 2023-10-24T20:40:45.234Z | Downloaded clap v2.34.0 |
939 | 2023-10-24T20:40:45.247Z | Downloaded chrono v0.4.31 |
940 | 2023-10-24T20:40:45.263Z | Downloaded hkdf v0.12.3 |
941 | 2023-10-24T20:40:45.268Z | Downloaded h2 v0.3.21 |
942 | 2023-10-24T20:40:45.280Z | Downloaded reqwest v0.11.20 |
943 | 2023-10-24T20:40:45.293Z | Downloaded hashbrown v0.12.3 |
944 | 2023-10-24T20:40:45.300Z | Downloaded time v0.3.27 |
945 | 2023-10-24T20:40:45.311Z | Downloaded itertools v0.11.0 |
946 | 2023-10-24T20:40:45.325Z | Downloaded rusqlite v0.29.0 |
947 | 2023-10-24T20:40:45.337Z | Downloaded rand v0.7.3 |
948 | 2023-10-24T20:40:45.350Z | Downloaded unicode-normalization v0.1.22 |
949 | 2023-10-24T20:40:45.364Z | Downloaded curve25519-dalek v4.1.0 |
950 | 2023-10-24T20:40:45.377Z | Downloaded http v0.2.9 |
951 | 2023-10-24T20:40:45.404Z | Downloaded petgraph v0.6.4 |
952 | 2023-10-24T20:40:45.407Z | Downloaded vsss-rs v3.3.1 |
953 | 2023-10-24T20:40:45.409Z | Downloaded half v1.8.2 |
954 | 2023-10-24T20:40:45.413Z | Downloaded hashbrown v0.13.2 |
955 | 2023-10-24T20:40:45.419Z | Downloaded zerocopy v0.6.4 |
956 | 2023-10-24T20:40:45.423Z | Downloaded slog v2.7.0 |
957 | 2023-10-24T20:40:45.429Z | Downloaded tracing v0.1.37 |
958 | 2023-10-24T20:40:45.436Z | Downloaded libz-sys v1.1.12 |
959 | 2023-10-24T20:40:45.566Z | Downloaded humantime v2.1.0 |
960 | 2023-10-24T20:40:45.569Z | Downloaded ryu v1.0.15 |
961 | 2023-10-24T20:40:45.573Z | Downloaded rand v0.4.6 |
962 | 2023-10-24T20:40:45.580Z | Downloaded hashbrown v0.14.0 |
963 | 2023-10-24T20:40:45.589Z | Downloaded headers v0.3.9 |
964 | 2023-10-24T20:40:45.599Z | Downloaded slab v0.4.9 |
965 | 2023-10-24T20:40:45.602Z | Downloaded iana-time-zone v0.1.57 |
966 | 2023-10-24T20:40:45.605Z | Downloaded subprocess v0.2.9 |
967 | 2023-10-24T20:40:45.610Z | Downloaded tracing-core v0.1.31 |
968 | 2023-10-24T20:40:45.615Z | Downloaded slog-term v2.9.0 |
969 | 2023-10-24T20:40:45.619Z | Downloaded indexmap v1.9.3 |
970 | 2023-10-24T20:40:45.625Z | Downloaded tokio-tungstenite v0.18.0 |
971 | 2023-10-24T20:40:45.629Z | Downloaded slog-bunyan v2.4.0 |
972 | 2023-10-24T20:40:45.632Z | Downloaded version_check v0.9.4 |
973 | 2023-10-24T20:40:45.635Z | Downloaded zeroize_derive v1.4.2 |
974 | 2023-10-24T20:40:45.638Z | Downloaded serde_yaml v0.9.25 |
975 | 2023-10-24T20:40:45.643Z | Downloaded schemars v0.8.13 |
976 | 2023-10-24T20:40:45.664Z | Downloaded serde v1.0.188 |
977 | 2023-10-24T20:40:45.669Z | Downloaded rcgen v0.10.0 |
978 | 2023-10-24T20:40:45.672Z | Downloaded hyper-rustls v0.24.1 |
979 | 2023-10-24T20:40:45.677Z | Downloaded getrandom v0.2.10 |
980 | 2023-10-24T20:40:45.681Z | Downloaded filetime v0.2.22 |
981 | 2023-10-24T20:40:45.684Z | Downloaded unicode-segmentation v1.10.1 |
982 | 2023-10-24T20:40:45.691Z | Downloaded toml_edit v0.19.15 |
983 | 2023-10-24T20:40:45.717Z | Downloaded libsqlite3-sys v0.26.0 |
984 | 2023-10-24T20:40:45.858Z | Downloaded rand v0.8.5 |
985 | 2023-10-24T20:40:45.864Z | Downloaded memchr v2.6.3 |
986 | 2023-10-24T20:40:45.873Z | Downloaded crossbeam-channel v0.5.8 |
987 | 2023-10-24T20:40:45.880Z | Downloaded whoami v1.4.1 |
988 | 2023-10-24T20:40:45.883Z | Downloaded serde_tokenstream v0.2.0 |
989 | 2023-10-24T20:40:45.887Z | Downloaded take_mut v0.2.2 |
990 | 2023-10-24T20:40:45.892Z | Downloaded endian-type v0.1.2 |
991 | 2023-10-24T20:40:45.895Z | Downloaded serde_tokenstream v0.1.7 |
992 | 2023-10-24T20:40:45.898Z | Downloaded futures-io v0.3.28 |
993 | 2023-10-24T20:40:45.901Z | Downloaded futures-executor v0.3.28 |
994 | 2023-10-24T20:40:45.903Z | Downloaded termcolor v1.2.0 |
995 | 2023-10-24T20:40:45.906Z | Downloaded hash32 v0.2.1 |
996 | 2023-10-24T20:40:45.908Z | Downloaded socket2 v0.5.4 |
997 | 2023-10-24T20:40:45.911Z | Downloaded socket2 v0.4.9 |
998 | 2023-10-24T20:40:45.914Z | Downloaded yasna v0.5.2 |
999 | 2023-10-24T20:40:45.921Z | Downloaded darling_core v0.20.3 |
1000 | 2023-10-24T20:40:45.923Z | Downloaded ucd-trie v0.1.6 |
1001 | 2023-10-24T20:40:45.926Z | Downloaded ron v0.7.1 |
1002 | 2023-10-24T20:40:45.931Z | Downloaded secrecy v0.8.0 |
1003 | 2023-10-24T20:40:45.933Z | Downloaded usdt v0.3.5 |
1004 | 2023-10-24T20:40:45.936Z | Downloaded ghash v0.5.0 |
1005 | 2023-10-24T20:40:45.939Z | Downloaded rustversion v1.0.14 |
1006 | 2023-10-24T20:40:45.941Z | Downloaded hyper-tls v0.5.0 |
1007 | 2023-10-24T20:40:45.944Z | Downloaded slog-dtrace v0.2.3 |
1008 | 2023-10-24T20:40:45.947Z | Downloaded smf v0.2.2 |
1009 | 2023-10-24T20:40:45.950Z | Downloaded mio v0.8.8 |
1010 | 2023-10-24T20:40:45.954Z | Downloaded tracing-attributes v0.1.26 |
1011 | 2023-10-24T20:40:45.958Z | Downloaded strum_macros v0.25.2 |
1012 | 2023-10-24T20:40:45.961Z | Downloaded ff v0.13.0 |
1013 | 2023-10-24T20:40:45.964Z | Downloaded textwrap v0.11.0 |
1014 | 2023-10-24T20:40:45.966Z | Downloaded futures-channel v0.3.28 |
1015 | 2023-10-24T20:40:45.969Z | Downloaded unicode-bidi v0.3.13 |
1016 | 2023-10-24T20:40:45.973Z | Downloaded pest v2.7.2 |
1017 | 2023-10-24T20:40:45.982Z | Downloaded spin v0.9.8 |
1018 | 2023-10-24T20:40:45.985Z | Downloaded openssl-sys v0.9.93 |
1019 | 2023-10-24T20:40:45.993Z | Downloaded sha1 v0.10.5 |
1020 | 2023-10-24T20:40:45.996Z | Downloaded serde_urlencoded v0.7.1 |
1021 | 2023-10-24T20:40:46.000Z | Downloaded usdt-impl v0.3.5 |
1022 | 2023-10-24T20:40:46.002Z | Downloaded fixedbitset v0.4.2 |
1023 | 2023-10-24T20:40:46.006Z | Downloaded errno v0.3.2 |
1024 | 2023-10-24T20:40:46.009Z | Downloaded xattr v1.0.1 |
1025 | 2023-10-24T20:40:46.012Z | Downloaded zone v0.2.0 |
1026 | 2023-10-24T20:40:46.014Z | Downloaded ipnet v2.8.0 |
1027 | 2023-10-24T20:40:46.017Z | Downloaded ed25519-dalek v2.0.0 |
1028 | 2023-10-24T20:40:46.020Z | Downloaded base64 v0.21.4 |
1029 | 2023-10-24T20:40:46.022Z | Downloaded tungstenite v0.20.1 |
1030 | 2023-10-24T20:40:46.027Z | Downloaded num-bigint v0.4.4 |
1031 | 2023-10-24T20:40:46.036Z | Downloaded toml v0.8.0 |
1032 | 2023-10-24T20:40:46.041Z | Downloaded float-cmp v0.9.0 |
1033 | 2023-10-24T20:40:46.044Z | Downloaded smawk v0.3.1 |
1034 | 2023-10-24T20:40:46.046Z | Downloaded io-lifetimes v1.0.11 |
1035 | 2023-10-24T20:40:46.049Z | Downloaded backtrace v0.3.69 |
1036 | 2023-10-24T20:40:46.056Z | Downloaded toml v0.5.11 |
1037 | 2023-10-24T20:40:46.060Z | Downloaded tinyvec v1.6.0 |
1038 | 2023-10-24T20:40:46.065Z | Downloaded enum-as-inner v0.5.1 |
1039 | 2023-10-24T20:40:46.068Z | Downloaded slog-stdlog v4.1.1 |
1040 | 2023-10-24T20:40:46.071Z | Downloaded dof v0.1.5 |
1041 | 2023-10-24T20:40:46.074Z | Downloaded num-traits v0.2.16 |
1042 | 2023-10-24T20:40:46.077Z | Downloaded cc v1.0.83 |
1043 | 2023-10-24T20:40:46.081Z | Downloaded chacha20poly1305 v0.10.1 |
1044 | 2023-10-24T20:40:46.085Z | Downloaded itoa v1.0.9 |
1045 | 2023-10-24T20:40:46.087Z | Downloaded bytes v1.5.0 |
1046 | 2023-10-24T20:40:46.092Z | Downloaded tungstenite v0.18.0 |
1047 | 2023-10-24T20:40:46.097Z | Downloaded textwrap v0.16.0 |
1048 | 2023-10-24T20:40:46.101Z | Downloaded proc-macro2 v1.0.67 |
1049 | 2023-10-24T20:40:46.105Z | Downloaded tar v0.4.40 |
1050 | 2023-10-24T20:40:46.109Z | Downloaded thread_local v1.1.7 |
1051 | 2023-10-24T20:40:46.112Z | Downloaded jobserver v0.1.26 |
1052 | 2023-10-24T20:40:46.115Z | Downloaded serde_with_macros v2.3.3 |
1053 | 2023-10-24T20:40:46.118Z | Downloaded hex-literal v0.4.1 |
1054 | 2023-10-24T20:40:46.121Z | Downloaded hex v0.4.3 |
1055 | 2023-10-24T20:40:46.126Z | Downloaded tokio-native-tls v0.3.1 |
1056 | 2023-10-24T20:40:46.130Z | Downloaded rand_chacha v0.2.2 |
1057 | 2023-10-24T20:40:46.133Z | Downloaded tokio-postgres v0.7.10 |
1058 | 2023-10-24T20:40:46.136Z | Downloaded is-terminal v0.4.9 |
1059 | 2023-10-24T20:40:46.139Z | Downloaded libm v0.2.7 |
1060 | 2023-10-24T20:40:46.150Z | Downloaded twox-hash v1.6.3 |
1061 | 2023-10-24T20:40:46.154Z | Downloaded form_urlencoded v1.2.0 |
1062 | 2023-10-24T20:40:46.584Z | Downloaded const-oid v0.9.5 |
1063 | 2023-10-24T20:40:46.591Z | Downloaded clap v4.4.3 |
1064 | 2023-10-24T20:40:46.596Z | Downloaded postgres-types v0.2.6 |
1065 | 2023-10-24T20:40:46.599Z | Downloaded parking_lot_core v0.8.6 |
1066 | 2023-10-24T20:40:46.602Z | Downloaded stringprep v0.1.3 |
1067 | 2023-10-24T20:40:46.606Z | Downloaded spki v0.7.2 |
1068 | 2023-10-24T20:40:46.609Z | Downloaded tempfile v3.8.0 |
1069 | 2023-10-24T20:40:46.613Z | Downloaded static_assertions v1.1.0 |
1070 | 2023-10-24T20:40:46.617Z | Downloaded stable_deref_trait v1.2.0 |
1071 | 2023-10-24T20:40:46.620Z | Downloaded ed25519 v2.2.2 |
1072 | 2023-10-24T20:40:46.633Z | Downloaded dtrace-parser v0.1.14 |
1073 | 2023-10-24T20:40:46.636Z | Downloaded scheduled-thread-pool v0.2.7 |
1074 | 2023-10-24T20:40:46.640Z | Downloaded thread-id v4.2.0 |
1075 | 2023-10-24T20:40:46.643Z | Downloaded glob v0.3.1 |
1076 | 2023-10-24T20:40:46.649Z | Downloaded dirs-next v2.0.0 |
1077 | 2023-10-24T20:40:46.653Z | Downloaded camino v1.1.6 |
1078 | 2023-10-24T20:40:46.661Z | Downloaded unicode-width v0.1.10 |
1079 | 2023-10-24T20:40:46.665Z | Downloaded fnv v1.0.7 |
1080 | 2023-10-24T20:40:46.673Z | Downloaded crossbeam-utils v0.8.16 |
1081 | 2023-10-24T20:40:46.679Z | Downloaded getopts v0.2.21 |
1082 | 2023-10-24T20:40:46.688Z | Downloaded console v0.15.7 |
1083 | 2023-10-24T20:40:46.692Z | Downloaded signature v2.1.0 |
1084 | 2023-10-24T20:40:46.695Z | Downloaded ciborium v0.2.1 |
1085 | 2023-10-24T20:40:46.698Z | Downloaded password-hash v0.5.0 |
1086 | 2023-10-24T20:40:46.700Z | Downloaded password-hash v0.4.2 |
1087 | 2023-10-24T20:40:46.703Z | Downloaded parking_lot_core v0.9.8 |
1088 | 2023-10-24T20:40:46.706Z | Downloaded parking_lot v0.11.2 |
1089 | 2023-10-24T20:40:46.708Z | Downloaded diesel_derives v2.1.1 |
1090 | 2023-10-24T20:40:46.711Z | Downloaded rustls-pemfile v1.0.3 |
1091 | 2023-10-24T20:40:46.713Z | Downloaded fallible-streaming-iterator v0.1.9 |
1092 | 2023-10-24T20:40:46.716Z | Downloaded serde_spanned v0.6.3 |
1093 | 2023-10-24T20:40:46.719Z | Downloaded hubpack v0.1.2 |
1094 | 2023-10-24T20:40:46.721Z | Downloaded httpdate v1.0.3 |
1095 | 2023-10-24T20:40:46.724Z | Downloaded hostname v0.3.1 |
1096 | 2023-10-24T20:40:46.727Z | Downloaded home v0.5.5 |
1097 | 2023-10-24T20:40:46.729Z | Downloaded heck v0.3.3 |
1098 | 2023-10-24T20:40:46.732Z | Downloaded futures-macro v0.3.28 |
1099 | 2023-10-24T20:40:46.734Z | Downloaded fallible-iterator v0.2.0 |
1100 | 2023-10-24T20:40:46.737Z | Downloaded thiserror-impl v1.0.49 |
1101 | 2023-10-24T20:40:46.740Z | Downloaded thiserror v1.0.49 |
1102 | 2023-10-24T20:40:46.743Z | Downloaded postcard-cobs v0.1.5-pre |
1103 | 2023-10-24T20:40:46.746Z | Downloaded quote v1.0.33 |
1104 | 2023-10-24T20:40:46.749Z | Downloaded postgres-protocol v0.6.6 |
1105 | 2023-10-24T20:40:46.753Z | Downloaded foreign-types v0.5.0 |
1106 | 2023-10-24T20:40:46.756Z | Downloaded walkdir v2.4.0 |
1107 | 2023-10-24T20:40:46.758Z | Downloaded ctr v0.9.2 |
1108 | 2023-10-24T20:40:46.764Z | Downloaded crypto-common v0.1.6 |
1109 | 2023-10-24T20:40:46.767Z | Downloaded serde_repr v0.1.16 |
1110 | 2023-10-24T20:40:46.770Z | Downloaded crc32fast v1.3.2 |
1111 | 2023-10-24T20:40:46.773Z | Downloaded base64 v0.13.1 |
1112 | 2023-10-24T20:40:46.775Z | Downloaded aes v0.8.3 |
1113 | 2023-10-24T20:40:46.778Z | Downloaded unicode-linebreak v0.1.5 |
1114 | 2023-10-24T20:40:46.781Z | Downloaded toml_datetime v0.6.3 |
1115 | 2023-10-24T20:40:46.784Z | Downloaded pin-utils v0.1.0 |
1116 | 2023-10-24T20:40:46.787Z | Downloaded der v0.7.8 |
1117 | 2023-10-24T20:40:46.790Z | Downloaded blake2 v0.10.6 |
1118 | 2023-10-24T20:40:46.792Z | Downloaded strsim v0.10.0 |
1119 | 2023-10-24T20:40:46.795Z | Downloaded rand_core v0.5.1 |
1120 | 2023-10-24T20:40:46.798Z | Downloaded group v0.13.0 |
1121 | 2023-10-24T20:40:46.801Z | Downloaded futures-sink v0.3.28 |
1122 | 2023-10-24T20:40:46.804Z | Downloaded fastrand v2.0.0 |
1123 | 2023-10-24T20:40:46.806Z | Downloaded zeroize v1.6.0 |
1124 | 2023-10-24T20:40:46.809Z | Downloaded cipher v0.4.4 |
1125 | 2023-10-24T20:40:46.812Z | Downloaded bitflags v1.3.2 |
1126 | 2023-10-24T20:40:46.814Z | Downloaded siphasher v0.3.11 |
1127 | 2023-10-24T20:40:46.817Z | Downloaded serde_arrays v0.1.0 |
1128 | 2023-10-24T20:40:46.820Z | Downloaded tokio-rustls v0.24.1 |
1129 | 2023-10-24T20:40:46.823Z | Downloaded time-macros v0.2.13 |
1130 | 2023-10-24T20:40:46.826Z | Downloaded postcard v0.7.3 |
1131 | 2023-10-24T20:40:46.828Z | Downloaded colorchoice v1.0.0 |
1132 | 2023-10-24T20:40:46.831Z | Downloaded num_enum v0.5.11 |
1133 | 2023-10-24T20:40:46.836Z | Downloaded num-rational v0.4.1 |
1134 | 2023-10-24T20:40:46.839Z | Downloaded base64ct v1.6.0 |
1135 | 2023-10-24T20:40:46.842Z | Downloaded instant v0.1.12 |
1136 | 2023-10-24T20:40:46.845Z | Downloaded hubpack_derive v0.1.1 |
1137 | 2023-10-24T20:40:46.849Z | Downloaded foreign-types-shared v0.1.1 |
1138 | 2023-10-24T20:40:46.853Z | Downloaded waitgroup v0.1.2 |
1139 | 2023-10-24T20:40:46.856Z | Downloaded dirs v5.0.1 |
1140 | 2023-10-24T20:40:46.859Z | Downloaded either v1.9.0 |
1141 | 2023-10-24T20:40:46.862Z | Downloaded unicode-xid v0.2.4 |
1142 | 2023-10-24T20:40:46.865Z | Downloaded proc-macro-error v1.0.4 |
1143 | 2023-10-24T20:40:46.868Z | Downloaded poly1305 v0.8.0 |
1144 | 2023-10-24T20:40:46.871Z | Downloaded platforms v3.0.2 |
1145 | 2023-10-24T20:40:46.873Z | Downloaded chacha20 v0.9.1 |
1146 | 2023-10-24T20:40:46.876Z | Downloaded cancel-safe-futures v0.1.2 |
1147 | 2023-10-24T20:40:46.878Z | Downloaded multer v2.1.0 |
1148 | 2023-10-24T20:40:46.881Z | Downloaded camino-tempfile v1.0.2 |
1149 | 2023-10-24T20:40:46.884Z | Downloaded blowfish v0.9.1 |
1150 | 2023-10-24T20:40:46.886Z | Downloaded dyn-clone v1.0.13 |
1151 | 2023-10-24T20:40:46.889Z | Downloaded mime_guess v2.0.4 |
1152 | 2023-10-24T20:40:46.892Z | Downloaded foreign-types v0.3.2 |
1153 | 2023-10-24T20:40:46.895Z | Downloaded want v0.3.1 |
1154 | 2023-10-24T20:40:46.897Z | Downloaded pest_generator v2.7.2 |
1155 | 2023-10-24T20:40:46.900Z | Downloaded pem v1.1.1 |
1156 | 2023-10-24T20:40:46.903Z | Downloaded parse-display-derive v0.7.0 |
1157 | 2023-10-24T20:40:46.906Z | Downloaded proc-macro-error-attr v1.0.4 |
1158 | 2023-10-24T20:40:46.909Z | Downloaded pretty-hex v0.2.1 |
1159 | 2023-10-24T20:40:46.912Z | Downloaded phf_shared v0.10.0 |
1160 | 2023-10-24T20:40:46.915Z | Downloaded option-ext v0.2.0 |
1161 | 2023-10-24T20:40:46.918Z | Downloaded pest_derive v2.7.2 |
1162 | 2023-10-24T20:40:46.921Z | Downloaded r2d2 v0.8.10 |
1163 | 2023-10-24T20:40:46.924Z | Downloaded bincode v1.3.3 |
1164 | 2023-10-24T20:40:46.927Z | Downloaded bit_field v0.10.2 |
1165 | 2023-10-24T20:40:46.929Z | Downloaded base16ct v0.2.0 |
1166 | 2023-10-24T20:40:46.932Z | Downloaded quick-error v1.2.3 |
1167 | 2023-10-24T20:40:46.935Z | Downloaded proc-macro-crate v1.3.1 |
1168 | 2023-10-24T20:40:46.937Z | Downloaded predicates v3.0.4 |
1169 | 2023-10-24T20:40:46.940Z | Downloaded ppv-lite86 v0.2.17 |
1170 | 2023-10-24T20:40:46.942Z | Downloaded polyval v0.6.1 |
1171 | 2023-10-24T20:40:46.945Z | Downloaded pbkdf2 v0.11.0 |
1172 | 2023-10-24T20:40:46.948Z | Downloaded paste v1.0.14 |
1173 | 2023-10-24T20:40:46.950Z | Downloaded parking_lot v0.12.1 |
1174 | 2023-10-24T20:40:46.953Z | Downloaded percent-encoding v2.3.0 |
1175 | 2023-10-24T20:40:46.956Z | Downloaded memoffset v0.7.1 |
1176 | 2023-10-24T20:40:46.961Z | Downloaded memoffset v0.9.0 |
1177 | 2023-10-24T20:40:46.964Z | Downloaded atomic-waker v1.1.1 |
1178 | 2023-10-24T20:40:46.967Z | Downloaded md-5 v0.10.5 |
1179 | 2023-10-24T20:40:46.969Z | Downloaded parse-display v0.7.0 |
1180 | 2023-10-24T20:40:46.972Z | Downloaded pbkdf2 v0.12.2 |
1181 | 2023-10-24T20:40:46.975Z | Downloaded ahash v0.8.3 |
1182 | 2023-10-24T20:40:46.977Z | Downloaded num-derive v0.4.0 |
1183 | 2023-10-24T20:40:46.980Z | Downloaded pretty-hex v0.3.0 |
1184 | 2023-10-24T20:40:46.983Z | Downloaded miniz_oxide v0.7.1 |
1185 | 2023-10-24T20:40:46.985Z | Downloaded pest_meta v2.7.2 |
1186 | 2023-10-24T20:40:46.988Z | Downloaded num-iter v0.1.43 |
1187 | 2023-10-24T20:40:46.991Z | Downloaded phf_shared v0.11.2 |
1188 | 2023-10-24T20:40:46.995Z | Downloaded num_enum_derive v0.7.0 |
1189 | 2023-10-24T20:40:46.997Z | Downloaded normalize-line-endings v0.3.0 |
1190 | 2023-10-24T20:40:47.000Z | Downloaded bitstruct v0.1.1 |
1191 | 2023-10-24T20:40:47.003Z | Downloaded matches v0.1.10 |
1192 | 2023-10-24T20:40:47.006Z | Downloaded cfg-if v0.1.10 |
1193 | 2023-10-24T20:40:47.009Z | Downloaded cfg-if v1.0.0 |
1194 | 2023-10-24T20:40:47.011Z | Downloaded block-padding v0.3.3 |
1195 | 2023-10-24T20:40:47.014Z | Downloaded num v0.4.1 |
1196 | 2023-10-24T20:40:47.016Z | Downloaded new_debug_unreachable v1.0.4 |
1197 | 2023-10-24T20:40:47.020Z | Downloaded managed v0.8.0 |
1198 | 2023-10-24T20:40:47.022Z | Downloaded derive_more v0.99.17 |
1199 | 2023-10-24T20:40:47.025Z | Downloaded md5 v0.7.0 |
1200 | 2023-10-24T20:40:47.028Z | Downloaded clap_lex v0.5.1 |
1201 | 2023-10-24T20:40:47.031Z | Downloaded mime v0.3.17 |
1202 | 2023-10-24T20:40:47.034Z | Downloaded deranged v0.3.8 |
1203 | 2023-10-24T20:40:47.037Z | Downloaded data-encoding v2.4.0 |
1204 | 2023-10-24T20:40:47.040Z | Downloaded argon2 v0.5.2 |
1205 | 2023-10-24T20:40:47.043Z | Downloaded openssl-probe v0.1.5 |
1206 | 2023-10-24T20:40:47.046Z | Downloaded cstr-argument v0.1.2 |
1207 | 2023-10-24T20:40:47.049Z | Downloaded crucible-workspace-hack v0.1.0 |
1208 | 2023-10-24T20:40:47.051Z | Downloaded bit-set v0.5.3 |
1209 | 2023-10-24T20:40:47.054Z | Downloaded libefi-sys v0.1.0 |
1210 | 2023-10-24T20:40:47.057Z | Downloaded macaddr v1.0.1 |
1211 | 2023-10-24T20:40:47.060Z | Downloaded bcrypt-pbkdf v0.10.0 |
1212 | 2023-10-24T20:40:47.062Z | Downloaded autocfg v1.1.0 |
1213 | 2023-10-24T20:40:47.065Z | Downloaded debug-ignore v1.0.5 |
1214 | 2023-10-24T20:40:47.068Z | Downloaded darling v0.20.3 |
1215 | 2023-10-24T20:40:47.070Z | Downloaded crypto-bigint v0.5.2 |
1216 | 2023-10-24T20:40:47.073Z | Downloaded anyhow v1.0.75 |
1217 | 2023-10-24T20:40:47.076Z | Downloaded openssl-macros v0.1.1 |
1218 | 2023-10-24T20:40:47.079Z | Downloaded async-trait v0.1.73 |
1219 | 2023-10-24T20:40:47.083Z | Downloaded async-recursion v1.0.5 |
1220 | 2023-10-24T20:40:47.089Z | Downloaded anstyle-query v1.0.0 |
1221 | 2023-10-24T20:40:47.095Z | Downloaded anstream v0.5.0 |
1222 | 2023-10-24T20:40:47.099Z | Downloaded ansi_term v0.12.1 |
1223 | 2023-10-24T20:40:47.103Z | Downloaded aes-gcm-siv v0.11.1 |
1224 | 2023-10-24T20:40:47.109Z | Downloaded async-stream v0.3.5 |
1225 | 2023-10-24T20:40:47.112Z | Downloaded anstyle-parse v0.2.1 |
1226 | 2023-10-24T20:40:47.116Z | Compiling proc-macro2 v1.0.67 |
1227 | 2023-10-24T20:40:47.121Z | Compiling unicode-ident v1.0.12 |
1228 | 2023-10-24T20:40:47.128Z | Compiling libc v0.2.149 |
1229 | 2023-10-24T20:40:47.132Z | Compiling serde v1.0.188 |
1230 | 2023-10-24T20:40:47.138Z | Compiling version_check v0.9.4 |
1231 | 2023-10-24T20:40:47.141Z | Compiling autocfg v1.1.0 |
1232 | 2023-10-24T20:40:47.144Z | Compiling cfg-if v1.0.0 |
1233 | 2023-10-24T20:40:47.147Z | Compiling syn v1.0.109 |
1234 | 2023-10-24T20:40:47.403Z | Compiling typenum v1.16.0 |
1235 | 2023-10-24T20:40:47.425Z | Compiling once_cell v1.18.0 |
1236 | 2023-10-24T20:40:47.977Z | Compiling thiserror v1.0.49 |
1237 | 2023-10-24T20:40:48.056Z | Compiling generic-array v0.14.7 |
1238 | 2023-10-24T20:40:48.136Z | Compiling lock_api v0.4.10 |
1239 | 2023-10-24T20:40:51.195Z | Compiling parking_lot_core v0.9.8 |
1240 | 2023-10-24T20:40:51.234Z | Compiling libm v0.2.7 |
1241 | 2023-10-24T20:40:51.237Z | Compiling num-traits v0.2.16 |
1242 | 2023-10-24T20:40:51.504Z | Compiling itoa v1.0.9 |
1243 | 2023-10-24T20:40:51.550Z | Compiling memchr v2.6.3 |
1244 | 2023-10-24T20:40:51.724Z | Compiling futures-core v0.3.28 |
1245 | 2023-10-24T20:40:51.778Z | Compiling ahash v0.8.3 |
1246 | 2023-10-24T20:40:51.845Z | Compiling serde_json v1.0.107 |
1247 | 2023-10-24T20:40:52.238Z | Compiling log v0.4.20 |
1248 | 2023-10-24T20:40:52.377Z | Compiling slab v0.4.9 |
1249 | 2023-10-24T20:40:52.413Z | Compiling futures-task v0.3.28 |
1250 | 2023-10-24T20:40:52.779Z | Compiling quote v1.0.33 |
1251 | 2023-10-24T20:40:52.820Z | Compiling futures-channel v0.3.28 |
1252 | 2023-10-24T20:40:52.996Z | Compiling futures-util v0.3.28 |
1253 | 2023-10-24T20:40:53.086Z | Compiling pkg-config v0.3.27 |
1254 | 2023-10-24T20:40:53.265Z | Compiling getrandom v0.2.10 |
1255 | 2023-10-24T20:40:53.439Z | Compiling syn v2.0.32 |
1256 | 2023-10-24T20:40:53.933Z | Compiling jobserver v0.1.26 |
1257 | 2023-10-24T20:40:54.023Z | Compiling ryu v1.0.15 |
1258 | 2023-10-24T20:40:54.054Z | Compiling rand_core v0.6.4 |
1259 | 2023-10-24T20:40:54.594Z | Compiling cc v1.0.83 |
1260 | 2023-10-24T20:40:54.739Z | Compiling vcpkg v0.2.15 |
1261 | 2023-10-24T20:40:54.774Z | Compiling allocator-api2 v0.2.16 |
1262 | 2023-10-24T20:40:54.896Z | Compiling schemars v0.8.13 |
1263 | 2023-10-24T20:40:55.042Z | Compiling heck v0.4.1 |
1264 | 2023-10-24T20:40:55.447Z | Compiling equivalent v1.0.1 |
1265 | 2023-10-24T20:40:55.599Z | Compiling scopeguard v1.2.0 |
1266 | 2023-10-24T20:40:56.161Z | Compiling hashbrown v0.14.0 |
1267 | 2023-10-24T20:40:56.394Z | Compiling smallvec v1.11.0 |
1268 | 2023-10-24T20:40:57.255Z | Compiling byteorder v1.4.3 |
1269 | 2023-10-24T20:40:57.928Z | Compiling httparse v1.8.0 |
1270 | 2023-10-24T20:40:58.119Z | Compiling fnv v1.0.7 |
1271 | 2023-10-24T20:40:58.165Z | Compiling iana-time-zone v0.1.57 |
1272 | 2023-10-24T20:40:58.307Z | Compiling pin-project-lite v0.2.13 |
1273 | 2023-10-24T20:40:58.509Z | Compiling semver v1.0.18 |
1274 | 2023-10-24T20:40:58.878Z | Compiling subtle v2.5.0 |
1275 | 2023-10-24T20:40:59.234Z | Compiling parking_lot v0.12.1 |
1276 | 2023-10-24T20:40:59.330Z | Compiling indexmap v1.9.3 |
1277 | 2023-10-24T20:40:59.510Z | Compiling ring v0.16.20 |
1278 | 2023-10-24T20:40:59.514Z | Compiling dyn-clone v1.0.13 |
1279 | 2023-10-24T20:40:59.718Z | Compiling time-core v0.1.1 |
1280 | 2023-10-24T20:40:59.721Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2023-10-24T20:40:59.876Z | Compiling tinyvec v1.6.0 |
1282 | 2023-10-24T20:40:59.902Z | Compiling openssl-sys v0.9.93 |
1283 | 2023-10-24T20:41:00.024Z | Compiling time-macros v0.2.13 |
1284 | 2023-10-24T20:41:00.138Z | Compiling socket2 v0.5.4 |
1285 | 2023-10-24T20:41:00.958Z | Compiling num_cpus v1.16.0 |
1286 | 2023-10-24T20:41:01.142Z | Compiling mio v0.8.8 |
1287 | 2023-10-24T20:41:01.209Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2023-10-24T20:41:01.788Z | Compiling rustls v0.21.7 |
1289 | 2023-10-24T20:41:02.100Z | Compiling unicode-bidi v0.3.13 |
1290 | 2023-10-24T20:41:02.519Z | Compiling unicode-normalization v0.1.22 |
1291 | 2023-10-24T20:41:03.140Z | Compiling slog v2.7.0 |
1292 | 2023-10-24T20:41:03.710Z | Compiling spin v0.5.2 |
1293 | 2023-10-24T20:41:04.050Z | Compiling ucd-trie v0.1.6 |
1294 | 2023-10-24T20:41:04.300Z | Compiling percent-encoding v2.3.0 |
1295 | 2023-10-24T20:41:04.437Z | Compiling backtrace v0.3.69 |
1296 | 2023-10-24T20:41:04.785Z | Compiling async-trait v0.1.73 |
1297 | 2023-10-24T20:41:04.899Z | Compiling form_urlencoded v1.2.0 |
1298 | 2023-10-24T20:41:05.018Z | Compiling aho-corasick v1.0.4 |
1299 | 2023-10-24T20:41:05.139Z | Compiling openssl v0.10.57 |
1300 | 2023-10-24T20:41:05.320Z | Compiling serde_derive_internals v0.26.0 |
1301 | 2023-10-24T20:41:05.471Z | Compiling regex-syntax v0.7.5 |
1302 | 2023-10-24T20:41:05.658Z | Compiling anyhow v1.0.75 |
1303 | 2023-10-24T20:41:06.341Z | Compiling futures-sink v0.3.28 |
1304 | 2023-10-24T20:41:06.571Z | Compiling pin-utils v0.1.0 |
1305 | 2023-10-24T20:41:06.678Z | Compiling winnow v0.5.15 |
1306 | 2023-10-24T20:41:07.397Z | Compiling idna v0.4.0 |
1307 | 2023-10-24T20:41:08.572Z | Compiling native-tls v0.2.11 |
1308 | 2023-10-24T20:41:09.048Z | Compiling url v2.4.1 |
1309 | 2023-10-24T20:41:10.186Z | Compiling unicode-xid v0.2.4 |
1310 | 2023-10-24T20:41:11.101Z | Compiling regex-automata v0.3.8 |
1311 | 2023-10-24T20:41:12.761Z | Compiling futures-io v0.3.28 |
1312 | 2023-10-24T20:41:12.786Z | Compiling rustversion v1.0.14 |
1313 | 2023-10-24T20:41:12.985Z | Compiling unicode-width v0.1.10 |
1314 | 2023-10-24T20:41:13.222Z | Compiling const-oid v0.9.5 |
1315 | 2023-10-24T20:41:13.245Z | Compiling hashbrown v0.13.2 |
1316 | 2023-10-24T20:41:13.610Z | Compiling synstructure v0.12.6 |
1317 | 2023-10-24T20:41:15.213Z | Compiling cpufeatures v0.2.9 |
1318 | 2023-10-24T20:41:15.348Z | Compiling crossbeam-utils v0.8.16 |
1319 | 2023-10-24T20:41:15.955Z | Compiling tracing-core v0.1.31 |
1320 | 2023-10-24T20:41:16.039Z | Compiling adler v1.0.2 |
1321 | 2023-10-24T20:41:16.238Z | Compiling rustix v0.38.9 |
1322 | 2023-10-24T20:41:16.368Z | Compiling miniz_oxide v0.7.1 |
1323 | 2023-10-24T20:41:16.554Z | Compiling usdt-impl v0.3.5 |
1324 | 2023-10-24T20:41:17.034Z | Compiling ppv-lite86 v0.2.17 |
1325 | 2023-10-24T20:41:17.346Z | Compiling bitflags v1.3.2 |
1326 | 2023-10-24T20:41:17.369Z | Compiling gimli v0.28.0 |
1327 | 2023-10-24T20:41:18.289Z | Compiling serde_derive v1.0.188 |
1328 | 2023-10-24T20:41:18.356Z | Compiling zeroize_derive v1.4.2 |
1329 | 2023-10-24T20:41:18.378Z | Compiling thiserror-impl v1.0.49 |
1330 | 2023-10-24T20:41:18.523Z | Compiling tokio-macros v2.1.0 |
1331 | 2023-10-24T20:41:18.808Z | Compiling futures-macro v0.3.28 |
1332 | 2023-10-24T20:41:19.110Z | Compiling tracing-attributes v0.1.26 |
1333 | 2023-10-24T20:41:20.765Z | Compiling schemars_derive v0.8.13 |
1334 | 2023-10-24T20:41:21.009Z | Compiling zeroize v1.6.0 |
1335 | 2023-10-24T20:41:22.102Z | Compiling openssl-macros v0.1.1 |
1336 | 2023-10-24T20:41:23.230Z | Compiling pest v2.7.2 |
1337 | 2023-10-24T20:41:23.910Z | Compiling crypto-common v0.1.6 |
1338 | 2023-10-24T20:41:24.211Z | Compiling regex v1.9.5 |
1339 | 2023-10-24T20:41:24.828Z | Compiling block-buffer v0.10.4 |
1340 | 2023-10-24T20:41:25.785Z | Compiling digest v0.10.7 |
1341 | 2023-10-24T20:41:26.114Z | Compiling zerocopy-derive v0.2.0 |
1342 | 2023-10-24T20:41:26.156Z | Compiling tracing v0.1.37 |
1343 | 2023-10-24T20:41:26.487Z | Compiling addr2line v0.21.0 |
1344 | 2023-10-24T20:41:26.942Z | Compiling object v0.32.1 |
1345 | 2023-10-24T20:41:27.247Z | Compiling deranged v0.3.8 |
1346 | 2023-10-24T20:41:27.514Z | Compiling pest_meta v2.7.2 |
1347 | 2023-10-24T20:41:28.222Z | Compiling num_threads v0.1.6 |
1348 | 2023-10-24T20:41:28.390Z | Compiling rustc-demangle v0.1.23 |
1349 | 2023-10-24T20:41:28.993Z | Compiling zerocopy v0.3.0 |
1350 | 2023-10-24T20:41:29.889Z | Compiling pest_generator v2.7.2 |
1351 | 2023-10-24T20:41:30.144Z | Compiling thread-id v4.2.0 |
1352 | 2023-10-24T20:41:30.291Z | Compiling dof v0.1.5 |
1353 | 2023-10-24T20:41:30.411Z | Compiling time v0.3.27 |
1354 | 2023-10-24T20:41:33.026Z | Compiling rand_chacha v0.3.1 |
1355 | 2023-10-24T20:41:33.550Z | Compiling base64 v0.21.4 |
1356 | 2023-10-24T20:41:34.913Z | Compiling rand v0.8.5 |
1357 | 2023-10-24T20:41:35.128Z | Compiling pest_derive v2.7.2 |
1358 | 2023-10-24T20:41:35.444Z | Compiling lazy_static v1.4.0 |
1359 | 2023-10-24T20:41:35.915Z | Compiling untrusted v0.7.1 |
1360 | 2023-10-24T20:41:36.224Z | Compiling dtrace-parser v0.1.14 |
1361 | 2023-10-24T20:41:36.805Z | Compiling strum_macros v0.25.2 |
1362 | 2023-10-24T20:41:40.702Z | Compiling strsim v0.10.0 |
1363 | 2023-10-24T20:41:43.100Z | Compiling regress v0.7.1 |
1364 | 2023-10-24T20:42:01.493Z | Compiling bytes v1.5.0 |
1365 | 2023-10-24T20:42:03.442Z | Compiling indexmap v2.0.0 |
1366 | 2023-10-24T20:42:04.343Z | Compiling chrono v0.4.31 |
1367 | 2023-10-24T20:42:04.573Z | Compiling uuid v1.4.1 |
1368 | 2023-10-24T20:42:04.885Z | Compiling http v0.2.9 |
1369 | 2023-10-24T20:42:05.365Z | Compiling tokio v1.33.0 |
1370 | 2023-10-24T20:42:05.375Z | Compiling toml_datetime v0.6.3 |
1371 | 2023-10-24T20:42:05.445Z | Compiling serde_spanned v0.6.3 |
1372 | 2023-10-24T20:42:05.520Z | Compiling toml_edit v0.19.15 |
1373 | 2023-10-24T20:42:05.690Z | Compiling bitflags v2.4.0 |
1374 | 2023-10-24T20:42:05.798Z | Compiling rustc_version v0.4.0 |
1375 | 2023-10-24T20:42:05.822Z | Compiling openapiv3 v1.0.3 |
1376 | 2023-10-24T20:42:05.832Z | Compiling serde_tokenstream v0.1.7 |
1377 | 2023-10-24T20:42:05.864Z | Compiling serde_tokenstream v0.2.0 |
1378 | 2023-10-24T20:42:05.920Z | Compiling socket2 v0.4.9 |
1379 | 2023-10-24T20:42:05.966Z | Compiling hashbrown v0.12.3 |
1380 | 2023-10-24T20:42:06.026Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1381 | 2023-10-24T20:42:06.090Z | Compiling sct v0.7.0 |
1382 | 2023-10-24T20:42:06.166Z | Compiling usdt-attr-macro v0.3.5 |
1383 | 2023-10-24T20:42:06.280Z | Compiling usdt-macro v0.3.5 |
1384 | 2023-10-24T20:42:06.328Z | Compiling rustls-webpki v0.101.4 |
1385 | 2023-10-24T20:42:06.367Z | Compiling try-lock v0.2.4 |
1386 | 2023-10-24T20:42:06.382Z | Compiling httpdate v1.0.3 |
1387 | 2023-10-24T20:42:06.432Z | Compiling want v0.3.1 |
1388 | 2023-10-24T20:42:06.457Z | Compiling http-body v0.4.5 |
1389 | 2023-10-24T20:42:06.532Z | Compiling rustls-pemfile v1.0.3 |
1390 | 2023-10-24T20:42:06.599Z | Compiling tower-service v0.3.2 |
1391 | 2023-10-24T20:42:06.706Z | Compiling foreign-types-shared v0.1.1 |
1392 | 2023-10-24T20:42:06.752Z | Compiling mime v0.3.17 |
1393 | 2023-10-24T20:42:06.829Z | Compiling openssl-probe v0.1.5 |
1394 | 2023-10-24T20:42:06.880Z | Compiling foreign-types v0.3.2 |
1395 | 2023-10-24T20:42:06.904Z | Compiling errno v0.3.2 |
1396 | 2023-10-24T20:42:06.957Z | Compiling ipnet v2.8.0 |
1397 | 2023-10-24T20:42:07.017Z | Compiling getopts v0.2.21 |
1398 | 2023-10-24T20:42:07.090Z | Compiling tokio-util v0.7.8 |
1399 | 2023-10-24T20:42:07.129Z | Compiling encoding_rs v0.8.33 |
1400 | 2023-10-24T20:42:07.194Z | Compiling unsafe-libyaml v0.2.9 |
1401 | 2023-10-24T20:42:07.257Z | Compiling rustls-native-certs v0.6.3 |
1402 | 2023-10-24T20:42:07.280Z | Compiling h2 v0.3.21 |
1403 | 2023-10-24T20:42:07.328Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2023-10-24T20:42:07.379Z | Compiling serde_yaml v0.9.25 |
1405 | 2023-10-24T20:42:07.398Z | Compiling tokio-rustls v0.24.1 |
1406 | 2023-10-24T20:42:07.425Z | Compiling webpki-roots v0.25.2 |
1407 | 2023-10-24T20:42:07.608Z | Compiling hmac v0.12.1 |
1408 | 2023-10-24T20:42:07.700Z | Compiling num-integer v0.1.45 |
1409 | 2023-10-24T20:42:08.082Z | Compiling sha2 v0.10.7 |
1410 | 2023-10-24T20:42:09.370Z | Compiling tokio-native-tls v0.3.1 |
1411 | 2023-10-24T20:42:09.391Z | Compiling block-padding v0.3.3 |
1412 | 2023-10-24T20:42:09.775Z | Compiling inout v0.1.3 |
1413 | 2023-10-24T20:42:10.232Z | Compiling futures-executor v0.3.28 |
1414 | 2023-10-24T20:42:10.768Z | Compiling cipher v0.4.4 |
1415 | 2023-10-24T20:42:10.980Z | Compiling toml v0.7.8 |
1416 | 2023-10-24T20:42:11.197Z | Compiling fallible-iterator v0.2.0 |
1417 | 2023-10-24T20:42:11.939Z | Compiling hyper v0.14.27 |
1418 | 2023-10-24T20:42:12.263Z | Compiling crc32fast v1.3.2 |
1419 | 2023-10-24T20:42:12.388Z | Compiling futures v0.3.28 |
1420 | 2023-10-24T20:42:12.550Z | Compiling ipnetwork v0.20.0 |
1421 | 2023-10-24T20:42:12.994Z | Compiling spin v0.9.8 |
1422 | 2023-10-24T20:42:13.215Z | Compiling siphasher v0.3.11 |
1423 | 2023-10-24T20:42:13.604Z | Compiling usdt v0.3.5 |
1424 | 2023-10-24T20:42:14.222Z | Compiling md-5 v0.10.5 |
1425 | 2023-10-24T20:42:14.589Z | Compiling stringprep v0.1.3 |
1426 | 2023-10-24T20:42:15.356Z | Compiling io-lifetimes v1.0.11 |
1427 | 2023-10-24T20:42:16.351Z | Compiling postgres-protocol v0.6.6 |
1428 | 2023-10-24T20:42:16.396Z | Compiling phf_shared v0.11.2 |
1429 | 2023-10-24T20:42:16.497Z | Compiling hex v0.4.3 |
1430 | 2023-10-24T20:42:16.569Z | Compiling enum-as-inner v0.5.1 |
1431 | 2023-10-24T20:42:17.435Z | Compiling slog-async v2.8.0 |
1432 | 2023-10-24T20:42:17.546Z | Compiling postgres-types v0.2.6 |
1433 | 2023-10-24T20:42:18.096Z | Compiling phf v0.11.2 |
1434 | 2023-10-24T20:42:18.121Z | Compiling num-bigint v0.4.4 |
1435 | 2023-10-24T20:42:18.177Z | Compiling rustix v0.37.23 |
1436 | 2023-10-24T20:42:18.592Z | Compiling data-encoding v2.4.0 |
1437 | 2023-10-24T20:42:18.756Z | Compiling whoami v1.4.1 |
1438 | 2023-10-24T20:42:19.442Z | Compiling tokio-postgres v0.7.10 |
1439 | 2023-10-24T20:42:19.792Z | Compiling zerocopy-derive v0.6.4 |
1440 | 2023-10-24T20:42:20.132Z | Compiling static_assertions v1.1.0 |
1441 | 2023-10-24T20:42:22.379Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1442 | 2023-10-24T20:42:23.283Z | Compiling hyper-rustls v0.24.1 |
1443 | 2023-10-24T20:42:23.307Z | Compiling hyper-tls v0.5.0 |
1444 | 2023-10-24T20:42:23.997Z | Compiling reqwest v0.11.20 |
1445 | 2023-10-24T20:42:24.048Z | Compiling either v1.9.0 |
1446 | 2023-10-24T20:42:24.516Z | Compiling ident_case v1.0.1 |
1447 | 2023-10-24T20:42:24.778Z | Compiling darling_core v0.20.3 |
1448 | 2023-10-24T20:42:25.373Z | Compiling camino v1.1.6 |
1449 | 2023-10-24T20:42:26.183Z | Compiling flate2 v1.0.27 |
1450 | 2023-10-24T20:42:26.254Z | Compiling heapless v0.7.16 |
1451 | 2023-10-24T20:42:26.822Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2023-10-24T20:42:27.466Z | Compiling memoffset v0.9.0 |
1453 | 2023-10-24T20:42:27.822Z | Compiling unicode-segmentation v1.10.1 |
1454 | 2023-10-24T20:42:27.890Z | Compiling radium v0.7.0 |
1455 | 2023-10-24T20:42:28.431Z | Compiling matches v0.1.10 |
1456 | 2023-10-24T20:42:28.485Z | Compiling managed v0.8.0 |
1457 | 2023-10-24T20:42:28.559Z | Compiling idna v0.2.3 |
1458 | 2023-10-24T20:42:29.302Z | Compiling itertools v0.11.0 |
1459 | 2023-10-24T20:42:30.064Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1460 | 2023-10-24T20:42:30.267Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1461 | 2023-10-24T20:42:31.969Z | Compiling multer v2.1.0 |
1462 | 2023-10-24T20:42:31.982Z | Compiling trust-dns-proto v0.22.0 |
1463 | 2023-10-24T20:42:31.987Z | Compiling async-stream-impl v0.3.5 |
1464 | 2023-10-24T20:42:33.816Z | Compiling num-iter v0.1.43 |
1465 | 2023-10-24T20:42:34.088Z | Compiling darling_macro v0.20.3 |
1466 | 2023-10-24T20:42:34.234Z | Compiling crossbeam-epoch v0.9.15 |
1467 | 2023-10-24T20:42:34.340Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2023-10-24T20:42:34.840Z | Compiling smoltcp v0.9.1 |
1469 | 2023-10-24T20:42:35.405Z | Compiling utf8parse v0.2.1 |
1470 | 2023-10-24T20:42:35.658Z | Compiling darling v0.20.3 |
1471 | 2023-10-24T20:42:35.673Z | Compiling paste v1.0.14 |
1472 | 2023-10-24T20:42:35.745Z | Compiling anstyle v1.0.2 |
1473 | 2023-10-24T20:42:35.819Z | Compiling serde_with_macros v2.3.3 |
1474 | 2023-10-24T20:42:36.310Z | Compiling bit-vec v0.6.3 |
1475 | 2023-10-24T20:42:36.649Z | Compiling anstyle-parse v0.2.1 |
1476 | 2023-10-24T20:42:38.675Z | Compiling zerocopy v0.6.4 |
1477 | 2023-10-24T20:42:39.772Z | Compiling signature v2.1.0 |
1478 | 2023-10-24T20:42:39.796Z | Compiling hubpack_derive v0.1.1 |
1479 | 2023-10-24T20:42:40.155Z | Compiling clap_derive v4.4.2 |
1480 | 2023-10-24T20:42:40.179Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1481 | 2023-10-24T20:42:40.576Z | Compiling anstyle-query v1.0.0 |
1482 | 2023-10-24T20:42:41.428Z | Compiling colorchoice v1.0.0 |
1483 | 2023-10-24T20:42:41.670Z | Compiling anstream v0.5.0 |
1484 | 2023-10-24T20:42:42.439Z | Compiling yasna v0.5.2 |
1485 | 2023-10-24T20:42:42.952Z | Compiling terminal_size v0.2.6 |
1486 | 2023-10-24T20:42:43.766Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1487 | 2023-10-24T20:42:43.872Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1488 | 2023-10-24T20:42:45.646Z | Compiling structmeta-derive v0.1.6 |
1489 | 2023-10-24T20:42:46.062Z | Compiling diesel_table_macro_syntax v0.1.0 |
1490 | 2023-10-24T20:42:46.178Z | Compiling hash32 v0.2.1 |
1491 | 2023-10-24T20:42:46.652Z | Compiling stable_deref_trait v1.2.0 |
1492 | 2023-10-24T20:42:46.784Z | Compiling tap v1.0.1 |
1493 | 2023-10-24T20:42:46.808Z | Compiling clap_lex v0.5.1 |
1494 | 2023-10-24T20:42:47.228Z | Compiling clap_builder v4.4.2 |
1495 | 2023-10-24T20:42:47.651Z | Compiling wyz v0.5.1 |
1496 | 2023-10-24T20:42:48.379Z | Compiling diesel_derives v2.1.1 |
1497 | 2023-10-24T20:42:48.972Z | Compiling tokio-stream v0.1.14 |
1498 | 2023-10-24T20:42:49.815Z | Compiling serde_repr v0.1.16 |
1499 | 2023-10-24T20:42:50.172Z | Compiling structmeta v0.1.6 |
1500 | 2023-10-24T20:42:50.191Z | Compiling scheduled-thread-pool v0.2.7 |
1501 | 2023-10-24T20:42:50.601Z | Compiling funty v2.0.0 |
1502 | 2023-10-24T20:42:50.766Z | Compiling regex-syntax v0.6.29 |
1503 | 2023-10-24T20:42:51.151Z | Compiling regex-automata v0.1.10 |
1504 | 2023-10-24T20:42:51.952Z | Compiling bstr v0.2.17 |
1505 | 2023-10-24T20:42:52.332Z | Compiling r2d2 v0.8.10 |
1506 | 2023-10-24T20:42:52.947Z | Compiling bitvec v1.0.1 |
1507 | 2023-10-24T20:42:54.042Z | Compiling clap v4.4.3 |
1508 | 2023-10-24T20:42:56.166Z | Compiling hubpack v0.1.2 |
1509 | 2023-10-24T20:42:56.901Z | Compiling itertools v0.10.5 |
1510 | 2023-10-24T20:42:57.157Z | Compiling phf_shared v0.10.0 |
1511 | 2023-10-24T20:42:57.783Z | Compiling float-cmp v0.9.0 |
1512 | 2023-10-24T20:42:58.032Z | Compiling unicode-linebreak v0.1.5 |
1513 | 2023-10-24T20:42:58.917Z | Compiling precomputed-hash v0.1.1 |
1514 | 2023-10-24T20:42:59.081Z | Compiling smawk v0.3.1 |
1515 | 2023-10-24T20:42:59.390Z | Compiling fixedbitset v0.4.2 |
1516 | 2023-10-24T20:43:00.133Z | Compiling predicates-core v1.0.6 |
1517 | 2023-10-24T20:43:00.496Z | Compiling parse-display-derive v0.7.0 |
1518 | 2023-10-24T20:43:00.582Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2023-10-24T20:43:00.642Z | Compiling difflib v0.4.0 |
1520 | 2023-10-24T20:43:00.696Z | Compiling new_debug_unreachable v1.0.4 |
1521 | 2023-10-24T20:43:00.834Z | Compiling string_cache v0.8.7 |
1522 | 2023-10-24T20:43:01.621Z | Compiling predicates v3.0.4 |
1523 | 2023-10-24T20:43:01.866Z | Compiling petgraph v0.6.4 |
1524 | 2023-10-24T20:43:03.522Z | Compiling textwrap v0.16.0 |
1525 | 2023-10-24T20:43:04.393Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1526 | 2023-10-24T20:43:05.242Z | Compiling similar v2.2.1 |
1527 | 2023-10-24T20:43:05.769Z | Compiling bit-set v0.5.3 |
1528 | 2023-10-24T20:43:06.212Z | Compiling console v0.15.7 |
1529 | 2023-10-24T20:43:06.936Z | Compiling bstr v1.6.0 |
1530 | 2023-10-24T20:43:06.955Z | Compiling lalrpop-util v0.19.12 |
1531 | 2023-10-24T20:43:13.044Z | Compiling diesel v2.1.1 |
1532 | 2023-10-24T20:43:18.409Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1533 | 2023-10-24T20:43:18.513Z | Compiling proc-macro-crate v1.3.1 |
1534 | 2023-10-24T20:43:19.780Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1535 | 2023-10-24T20:43:29.395Z | Compiling crucible-workspace-hack v0.1.0 |
1536 | 2023-10-24T20:43:49.168Z | Compiling atty v0.2.14 |
1537 | 2023-10-24T20:43:52.866Z | Compiling sha1 v0.10.5 |
1538 | 2023-10-24T20:43:53.551Z | Compiling match_cfg v0.1.0 |
1539 | 2023-10-24T20:43:53.696Z | Compiling hostname v0.3.1 |
1540 | 2023-10-24T20:44:04.527Z | Compiling dirs-sys-next v0.1.2 |
1541 | 2023-10-24T20:44:04.626Z | Compiling dirs-next v2.0.0 |
1542 | 2023-10-24T20:44:04.751Z | Compiling thread_local v1.1.7 |
1543 | 2023-10-24T20:44:06.985Z | Compiling term v0.7.0 |
1544 | 2023-10-24T20:44:07.740Z | Compiling crossbeam-channel v0.5.8 |
1545 | 2023-10-24T20:44:09.229Z | Compiling take_mut v0.2.2 |
1546 | 2023-10-24T20:44:09.505Z | Compiling slog-term v2.9.0 |
1547 | 2023-10-24T20:44:11.075Z | Compiling slog-json v2.6.1 |
1548 | 2023-10-24T20:44:11.406Z | Compiling instant v0.1.12 |
1549 | 2023-10-24T20:44:11.667Z | Compiling slog-bunyan v2.4.0 |
1550 | 2023-10-24T20:44:12.870Z | Compiling strum v0.25.0 |
1551 | 2023-10-24T20:44:13.336Z | Compiling atomic-waker v1.1.1 |
1552 | 2023-10-24T20:44:13.600Z | Compiling waitgroup v0.1.2 |
1553 | 2023-10-24T20:44:13.852Z | Compiling num_enum_derive v0.5.11 |
1554 | 2023-10-24T20:44:13.954Z | Compiling serde_with v2.3.3 |
1555 | 2023-10-24T20:44:14.136Z | Compiling async-stream v0.3.5 |
1556 | 2023-10-24T20:44:16.405Z | Compiling serde_path_to_error v0.1.14 |
1557 | 2023-10-24T20:44:16.408Z | Compiling libz-sys v1.1.12 |
1558 | 2023-10-24T20:44:16.723Z | Compiling debug-ignore v1.0.5 |
1559 | 2023-10-24T20:44:16.934Z | Compiling fastrand v2.0.0 |
1560 | 2023-10-24T20:44:17.774Z | Compiling tempfile v3.8.0 |
1561 | 2023-10-24T20:44:19.348Z | Compiling proc-macro-error-attr v1.0.4 |
1562 | 2023-10-24T20:44:19.542Z | Compiling slog-dtrace v0.2.3 |
1563 | 2023-10-24T20:44:23.234Z | Compiling backoff v0.4.0 |
1564 | 2023-10-24T20:44:23.278Z | Compiling parse-display v0.7.0 |
1565 | 2023-10-24T20:44:23.336Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1566 | 2023-10-24T20:44:23.380Z | Compiling macaddr v1.0.1 |
1567 | 2023-10-24T20:44:23.546Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1568 | 2023-10-24T20:44:23.698Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1569 | 2023-10-24T20:44:24.151Z | Compiling proc-macro-error v1.0.4 |
1570 | 2023-10-24T20:44:24.633Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1571 | 2023-10-24T20:44:26.396Z | Compiling libsqlite3-sys v0.26.0 |
1572 | 2023-10-24T20:44:26.731Z | Compiling memoffset v0.7.1 |
1573 | 2023-10-24T20:44:27.130Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1574 | 2023-10-24T20:44:29.839Z | Compiling foreign-types-macros v0.2.3 |
1575 | 2023-10-24T20:44:30.195Z | Compiling vergen v8.2.4 |
1576 | 2023-10-24T20:44:30.841Z | Compiling base64ct v1.6.0 |
1577 | 2023-10-24T20:44:33.917Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-10-24T20:44:35.232Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1579 | 2023-10-24T20:44:39.748Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1580 | 2023-10-24T20:44:40.729Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1581 | 2023-10-24T20:44:41.175Z | Compiling platforms v3.0.2 |
1582 | 2023-10-24T20:44:41.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1583 | 2023-10-24T20:44:41.406Z | Compiling num_enum_derive v0.7.0 |
1584 | 2023-10-24T20:44:41.822Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1585 | 2023-10-24T20:44:42.010Z | Compiling cfg-if v0.1.10 |
1586 | 2023-10-24T20:44:42.148Z | Compiling password-hash v0.5.0 |
1587 | 2023-10-24T20:44:42.558Z | Compiling curve25519-dalek v4.1.0 |
1588 | 2023-10-24T20:44:42.704Z | Compiling heck v0.3.3 |
1589 | 2023-10-24T20:44:42.900Z | Compiling blake2 v0.10.6 |
1590 | 2023-10-24T20:44:43.143Z | Compiling libefi-sys v0.1.0 |
1591 | 2023-10-24T20:44:43.412Z | Compiling structopt-derive v0.4.18 |
1592 | 2023-10-24T20:44:43.671Z | Compiling argon2 v0.5.2 |
1593 | 2023-10-24T20:44:43.883Z | Compiling zone_cfg_derive v0.2.0 |
1594 | 2023-10-24T20:44:45.424Z | Compiling curve25519-dalek-derive v0.1.0 |
1595 | 2023-10-24T20:44:45.593Z | Compiling num-derive v0.4.0 |
1596 | 2023-10-24T20:44:46.194Z | Compiling same-file v1.0.6 |
1597 | 2023-10-24T20:44:46.553Z | Compiling walkdir v2.4.0 |
1598 | 2023-10-24T20:44:46.995Z | Compiling toml v0.5.11 |
1599 | 2023-10-24T20:44:47.627Z | Compiling semver-parser v0.10.2 |
1600 | 2023-10-24T20:44:47.650Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1601 | 2023-10-24T20:44:48.122Z | Compiling xattr v1.0.1 |
1602 | 2023-10-24T20:44:48.193Z | Compiling filetime v0.2.22 |
1603 | 2023-10-24T20:44:48.548Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1604 | 2023-10-24T20:44:48.696Z | Compiling erased-serde v0.3.30 |
1605 | 2023-10-24T20:44:48.996Z | Compiling getrandom v0.1.16 |
1606 | 2023-10-24T20:44:49.506Z | Compiling semver v0.11.0 |
1607 | 2023-10-24T20:44:49.511Z | Compiling tar v0.4.40 |
1608 | 2023-10-24T20:44:49.612Z | Compiling universal-hash v0.5.1 |
1609 | 2023-10-24T20:44:49.880Z | Compiling bitstruct_derive v0.1.0 |
1610 | 2023-10-24T20:44:49.963Z | Compiling async-recursion v1.0.5 |
1611 | 2023-10-24T20:44:50.491Z | Compiling opaque-debug v0.3.0 |
1612 | 2023-10-24T20:44:50.629Z | Compiling home v0.5.5 |
1613 | 2023-10-24T20:44:51.003Z | Compiling toolchain_find v0.2.0 |
1614 | 2023-10-24T20:44:51.360Z | Compiling num-rational v0.4.1 |
1615 | 2023-10-24T20:44:51.563Z | Compiling unicase v2.7.0 |
1616 | 2023-10-24T20:44:51.777Z | Compiling parking_lot_core v0.8.6 |
1617 | 2023-10-24T20:44:51.948Z | Compiling rustfmt-wrapper v0.2.0 |
1618 | 2023-10-24T20:44:51.978Z | Compiling omicron-zone-package v0.8.3 |
1619 | 2023-10-24T20:44:52.275Z | Compiling num_enum v0.5.11 |
1620 | 2023-10-24T20:44:52.409Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1621 | 2023-10-24T20:44:52.509Z | Compiling aead v0.5.2 |
1622 | 2023-10-24T20:44:52.971Z | Compiling postcard-cobs v0.1.5-pre |
1623 | 2023-10-24T20:44:53.078Z | Compiling winapi v0.3.9 |
1624 | 2023-10-24T20:44:53.102Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1625 | 2023-10-24T20:44:53.436Z | Compiling postcard v0.7.3 |
1626 | 2023-10-24T20:44:53.593Z | Compiling polyval v0.6.1 |
1627 | 2023-10-24T20:44:53.731Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1628 | 2023-10-24T20:44:54.274Z | Compiling smoltcp v0.8.2 |
1629 | 2023-10-24T20:44:54.480Z | Compiling aes v0.8.3 |
1630 | 2023-10-24T20:44:54.502Z | Compiling ctr v0.9.2 |
1631 | 2023-10-24T20:44:54.988Z | Compiling thiserror-impl-no-std v2.0.2 |
1632 | 2023-10-24T20:44:55.060Z | Compiling foreign-types-shared v0.3.1 |
1633 | 2023-10-24T20:44:55.167Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1634 | 2023-10-24T20:44:55.435Z | Compiling foreign-types v0.5.0 |
1635 | 2023-10-24T20:44:56.293Z | Compiling mime_guess v2.0.4 |
1636 | 2023-10-24T20:44:58.996Z | Compiling is-terminal v0.4.9 |
1637 | 2023-10-24T20:44:59.192Z | Compiling toml_edit v0.20.0 |
1638 | 2023-10-24T20:44:59.693Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1639 | 2023-10-24T20:45:01.264Z | Compiling hashlink v0.8.3 |
1640 | 2023-10-24T20:45:02.324Z | Compiling cstr-argument v0.1.2 |
1641 | 2023-10-24T20:45:02.728Z | Compiling rand v0.4.6 |
1642 | 2023-10-24T20:45:03.416Z | Compiling fallible-streaming-iterator v0.1.9 |
1643 | 2023-10-24T20:45:04.168Z | Compiling pretty-hex v0.2.1 |
1644 | 2023-10-24T20:45:04.328Z | Compiling toml v0.8.0 |
1645 | 2023-10-24T20:45:04.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2023-10-24T20:45:05.041Z | Compiling twox-hash v1.6.3 |
1647 | 2023-10-24T20:45:06.281Z | Compiling rusqlite v0.29.0 |
1648 | 2023-10-24T20:45:07.312Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2023-10-24T20:45:07.887Z | Compiling colored v2.0.4 |
1650 | 2023-10-24T20:45:08.268Z | Compiling nix v0.26.2 |
1651 | 2023-10-24T20:45:08.796Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-10-24T20:45:14.075Z | Compiling hkdf v0.12.3 |
1653 | 2023-10-24T20:45:14.136Z | Compiling textwrap v0.11.0 |
1654 | 2023-10-24T20:45:14.162Z | Compiling const_format_proc_macros v0.2.31 |
1655 | 2023-10-24T20:45:14.203Z | Compiling strsim v0.8.0 |
1656 | 2023-10-24T20:45:14.732Z | Compiling vec_map v0.8.2 |
1657 | 2023-10-24T20:45:15.064Z | Compiling base64 v0.13.1 |
1658 | 2023-10-24T20:45:15.247Z | Compiling ansi_term v0.12.1 |
1659 | 2023-10-24T20:45:15.437Z | Compiling quick-error v1.2.3 |
1660 | 2023-10-24T20:45:15.538Z | Compiling linked-hash-map v0.5.6 |
1661 | 2023-10-24T20:45:15.642Z | Compiling resolv-conf v0.7.0 |
1662 | 2023-10-24T20:45:16.098Z | Compiling lru-cache v0.1.2 |
1663 | 2023-10-24T20:45:16.123Z | Compiling clap v2.34.0 |
1664 | 2023-10-24T20:45:18.400Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1665 | 2023-10-24T20:45:18.793Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1666 | 2023-10-24T20:45:20.913Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-10-24T20:45:22.779Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1668 | 2023-10-24T20:45:23.924Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1669 | 2023-10-24T20:45:25.454Z | Compiling num_enum v0.7.0 |
1670 | 2023-10-24T20:45:25.708Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1671 | 2023-10-24T20:45:27.302Z | Compiling bincode v1.3.3 |
1672 | 2023-10-24T20:45:27.373Z | Compiling utf-8 v0.7.6 |
1673 | 2023-10-24T20:45:28.997Z | Compiling termcolor v1.2.0 |
1674 | 2023-10-24T20:45:29.441Z | Compiling cancel-safe-futures v0.1.2 |
1675 | 2023-10-24T20:45:29.917Z | Compiling humantime v2.1.0 |
1676 | 2023-10-24T20:45:30.511Z | Compiling convert_case v0.4.0 |
1677 | 2023-10-24T20:45:31.026Z | Compiling keccak v0.1.4 |
1678 | 2023-10-24T20:45:31.810Z | Compiling derive_more v0.99.17 |
1679 | 2023-10-24T20:45:32.075Z | Compiling sha3 v0.10.8 |
1680 | 2023-10-24T20:45:32.178Z | Compiling env_logger v0.9.3 |
1681 | 2023-10-24T20:45:33.299Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1682 | 2023-10-24T20:45:39.187Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1683 | 2023-10-24T20:45:40.889Z | Compiling structopt v0.3.26 |
1684 | 2023-10-24T20:45:41.130Z | Compiling trust-dns-resolver v0.22.0 |
1685 | 2023-10-24T20:45:44.425Z | Compiling aes-gcm-siv v0.11.1 |
1686 | 2023-10-24T20:45:44.892Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1687 | 2023-10-24T20:45:45.844Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1688 | 2023-10-24T20:45:46.051Z | Compiling zone v0.2.0 |
1689 | 2023-10-24T20:45:47.532Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1690 | 2023-10-24T20:45:48.166Z | Compiling smf v0.2.2 |
1691 | 2023-10-24T20:45:48.228Z | Compiling secrecy v0.8.0 |
1692 | 2023-10-24T20:45:48.369Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1693 | 2023-10-24T20:45:49.814Z | Compiling ringbuffer v0.15.0 |
1694 | 2023-10-24T20:45:50.339Z | Compiling ascii v1.1.0 |
1695 | 2023-10-24T20:45:50.987Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1696 | 2023-10-24T20:45:51.353Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1697 | 2023-10-24T20:45:51.422Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1698 | 2023-10-24T20:45:52.704Z | Compiling bitstruct v0.1.1 |
1699 | 2023-10-24T20:45:54.603Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1700 | 2023-10-24T20:45:55.125Z | Compiling serde_arrays v0.1.0 |
1701 | 2023-10-24T20:45:55.382Z | Compiling ff v0.13.0 |
1702 | 2023-10-24T20:45:55.422Z | Compiling nibble_vec v0.1.0 |
1703 | 2023-10-24T20:45:55.758Z | Compiling endian-type v0.1.2 |
1704 | 2023-10-24T20:45:55.807Z | Compiling arc-swap v1.6.0 |
1705 | 2023-10-24T20:45:56.099Z | Compiling radix_trie v0.2.1 |
1706 | 2023-10-24T20:45:56.182Z | Compiling group v0.13.0 |
1707 | 2023-10-24T20:45:56.627Z | Compiling slog-scope v4.4.0 |
1708 | 2023-10-24T20:45:56.948Z | Compiling rand_core v0.5.1 |
1709 | 2023-10-24T20:45:57.225Z | Compiling tungstenite v0.20.1 |
1710 | 2023-10-24T20:45:57.790Z | Compiling poly1305 v0.8.0 |
1711 | 2023-10-24T20:45:58.595Z | Compiling chacha20 v0.9.1 |
1712 | 2023-10-24T20:45:59.284Z | Compiling crypto-bigint v0.5.2 |
1713 | 2023-10-24T20:45:59.798Z | Compiling num-complex v0.4.4 |
1714 | 2023-10-24T20:45:59.803Z | Compiling option-ext v0.2.0 |
1715 | 2023-10-24T20:45:59.875Z | Compiling half v1.8.2 |
1716 | 2023-10-24T20:46:00.726Z | Compiling base16ct v0.2.0 |
1717 | 2023-10-24T20:46:00.925Z | Compiling ciborium-io v0.2.1 |
1718 | 2023-10-24T20:46:01.009Z | Compiling dirs-sys v0.4.1 |
1719 | 2023-10-24T20:46:01.127Z | Compiling ciborium-ll v0.2.1 |
1720 | 2023-10-24T20:46:01.323Z | Compiling num v0.4.1 |
1721 | 2023-10-24T20:46:01.383Z | Compiling tokio-tungstenite v0.20.1 |
1722 | 2023-10-24T20:46:01.487Z | Compiling parking_lot v0.11.2 |
1723 | 2023-10-24T20:46:01.759Z | Compiling rand_chacha v0.2.2 |
1724 | 2023-10-24T20:46:01.801Z | Compiling slog-stdlog v4.1.1 |
1725 | 2023-10-24T20:46:02.072Z | Compiling trust-dns-client v0.22.0 |
1726 | 2023-10-24T20:46:02.075Z | Compiling thiserror-no-std v2.0.2 |
1727 | 2023-10-24T20:46:02.367Z | Compiling elliptic-curve v0.13.5 |
1728 | 2023-10-24T20:46:03.354Z | Compiling password-hash v0.4.2 |
1729 | 2023-10-24T20:46:03.589Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1730 | 2023-10-24T20:46:03.618Z | Compiling ed25519 v2.2.2 |
1731 | 2023-10-24T20:46:04.158Z | Compiling blowfish v0.9.1 |
1732 | 2023-10-24T20:46:04.777Z | Compiling pbkdf2 v0.12.2 |
1733 | 2023-10-24T20:46:05.000Z | Compiling fxhash v0.2.1 |
1734 | 2023-10-24T20:46:05.479Z | Compiling sled v0.34.7 |
1735 | 2023-10-24T20:46:05.569Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1736 | 2023-10-24T20:46:06.164Z | Compiling bcrypt-pbkdf v0.10.0 |
1737 | 2023-10-24T20:46:06.259Z | Compiling trust-dns-server v0.22.1 |
1738 | 2023-10-24T20:46:06.497Z | Compiling pbkdf2 v0.11.0 |
1739 | 2023-10-24T20:46:06.694Z | Compiling ed25519-dalek v2.0.0 |
1740 | 2023-10-24T20:46:07.096Z | Compiling vsss-rs v3.3.1 |
1741 | 2023-10-24T20:46:07.609Z | Compiling russh-cryptovec v0.7.0 |
1742 | 2023-10-24T20:46:08.092Z | Compiling rand v0.7.3 |
1743 | 2023-10-24T20:46:08.490Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1744 | 2023-10-24T20:46:08.516Z | Compiling slog-envlogger v2.2.0 |
1745 | 2023-10-24T20:46:10.579Z | Compiling ciborium v0.2.1 |
1746 | 2023-10-24T20:46:10.859Z | Compiling dirs v5.0.1 |
1747 | 2023-10-24T20:46:11.447Z | Compiling chacha20poly1305 v0.10.1 |
1748 | 2023-10-24T20:46:11.693Z | Compiling tungstenite v0.18.0 |
1749 | 2023-10-24T20:46:11.758Z | Compiling ron v0.7.1 |
1750 | 2023-10-24T20:46:13.253Z | Compiling pem v1.1.1 |
1751 | 2023-10-24T20:46:14.348Z | Compiling const_format v0.2.31 |
1752 | 2023-10-24T20:46:14.771Z | Compiling ghash v0.5.0 |
1753 | 2023-10-24T20:46:15.694Z | Compiling camino-tempfile v1.0.2 |
1754 | 2023-10-24T20:46:16.425Z | Compiling cbc v0.1.2 |
1755 | 2023-10-24T20:46:16.463Z | Compiling headers-core v0.2.0 |
1756 | 2023-10-24T20:46:16.968Z | Compiling pretty-hex v0.3.0 |
1757 | 2023-10-24T20:46:17.154Z | Compiling bit_field v0.10.2 |
1758 | 2023-10-24T20:46:17.256Z | Compiling http-range v0.1.5 |
1759 | 2023-10-24T20:46:17.278Z | Compiling md5 v0.7.0 |
1760 | 2023-10-24T20:46:17.573Z | Compiling hyper-staticfile v0.9.5 |
1761 | 2023-10-24T20:46:17.839Z | Compiling russh-keys v0.38.0 |
1762 | 2023-10-24T20:46:18.515Z | Compiling headers v0.3.9 |
1763 | 2023-10-24T20:46:22.838Z | Compiling aes-gcm v0.10.2 |
1764 | 2023-10-24T20:46:23.491Z | Compiling rcgen v0.10.0 |
1765 | 2023-10-24T20:46:23.496Z | Compiling tokio-tungstenite v0.18.0 |
1766 | 2023-10-24T20:46:29.984Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1767 | 2023-10-24T20:46:30.598Z | Compiling atomicwrites v0.4.2 |
1768 | 2023-10-24T20:46:31.188Z | Compiling subprocess v0.2.9 |
1769 | 2023-10-24T20:46:31.641Z | Compiling hex-literal v0.4.1 |
1770 | 2023-10-24T20:46:31.682Z | Compiling glob v0.3.1 |
1771 | 2023-10-24T20:46:32.424Z | Compiling russh v0.38.0 |
1772 | 2023-10-24T20:46:38.468Z | Compiling bzip2 v0.4.4 |
1773 | 2023-10-24T20:46:39.081Z | Compiling zip v0.6.6 |
1774 | 2023-10-24T20:46:41.363Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1775 | 2023-10-24T20:46:41.911Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1776 | 2023-10-24T20:46:41.951Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2023-10-24T20:46:42.040Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1778 | 2023-10-24T20:46:42.110Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1779 | 2023-10-24T20:46:42.840Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1780 | 2023-10-24T20:46:42.851Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1781 | 2023-10-24T20:46:43.074Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1782 | 2023-10-24T20:46:43.218Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1783 | 2023-10-24T20:46:45.316Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1784 | 2023-10-24T20:46:55.449Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1785 | 2023-10-24T20:47:02.052Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1786 | 2023-10-24T20:47:07.468Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1787 | 2023-10-24T20:47:10.815Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1788 | 2023-10-24T20:47:18.971Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1789 | 2023-10-24T20:47:21.927Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1790 | 2023-10-24T20:47:29.402Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1791 | 2023-10-24T20:47:29.494Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1792 | 2023-10-24T20:47:33.601Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1793 | 2023-10-24T20:47:35.639Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1794 | 2023-10-24T20:47:50.784Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1795 | 2023-10-24T20:48:17.189Z | Compiling git2 v0.17.2 |
1796 | 2023-10-24T20:48:23.647Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1797 | 2023-10-24T20:48:25.605Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1798 | 2023-10-24T20:48:37.539Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1799 | 2023-10-24T20:48:55.542Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1800 | 2023-10-24T20:48:55.600Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-24T20:48:55.668Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1802 | 2023-10-24T20:48:58.498Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1803 | 2023-10-24T20:49:36.624Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1804 | 2023-10-24T20:51:08.781Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 54s |
1805 | 2023-10-24T20:51:09.134Z | |
1806 | 2023-10-24T20:51:09.137Z | real 10:54.439659583 |
1807 | 2023-10-24T20:51:09.140Z | user 59:42.674970263 |
1808 | 2023-10-24T20:51:09.143Z | sys 9:40.110940660 |
1809 | 2023-10-24T20:51:09.146Z | trap 2.459313843 |
1810 | 2023-10-24T20:51:09.149Z | tflt 10.572581705 |
1811 | 2023-10-24T20:51:09.152Z | dflt 14.612916401 |
1812 | 2023-10-24T20:51:09.156Z | kflt 0.031113355 |
1813 | 2023-10-24T20:51:09.159Z | lock 1:49:25.233990784 |
1814 | 2023-10-24T20:51:09.162Z | slp 3:10:09.340967699 |
1815 | 2023-10-24T20:51:09.165Z | lat 2:28.252249985 |
1816 | 2023-10-24T20:51:09.168Z | stop 5:43.949586699 |
1817 | 2023-10-24T20:51:09.171Z | + mkdir -p /work/end-to-end-tests |
1818 | 2023-10-24T20:51:09.174Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1819 | 2023-10-24T20:51:10.225Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2023-10-24T20:51:10.235Z | + ptime -m gzip |
1821 | 2023-10-24T20:51:10.247Z | ++ basename target/debug/bootstrap |
1822 | 2023-10-24T20:51:28.258Z | |
1823 | 2023-10-24T20:51:28.322Z | real 17.031757726 |
1824 | 2023-10-24T20:51:28.392Z | user 16.859898821 |
1825 | 2023-10-24T20:51:28.430Z | sys 0.159432696 |
1826 | 2023-10-24T20:51:28.466Z | trap 0.005559748 |
1827 | 2023-10-24T20:51:28.503Z | tflt 0.000000000 |
1828 | 2023-10-24T20:51:28.964Z | dflt 0.000000000 |
1829 | 2023-10-24T20:51:28.987Z | kflt 0.000000000 |
1830 | 2023-10-24T20:51:29.179Z | lock 0.000000000 |
1831 | 2023-10-24T20:51:29.185Z | slp 0.000057618 |
1832 | 2023-10-24T20:51:29.190Z | lat 0.006451918 |
1833 | 2023-10-24T20:51:29.206Z | stop 0.000242815 |
1834 | 2023-10-24T20:51:29.214Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2023-10-24T20:51:29.222Z | + ptime -m gzip |
1836 | 2023-10-24T20:51:29.249Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622 |
1837 | 2023-10-24T20:51:29.269Z | |
1838 | 2023-10-24T20:51:29.316Z | real 1.102157603 |
1839 | 2023-10-24T20:51:29.336Z | user 1.090708991 |
1840 | 2023-10-24T20:51:29.345Z | sys 0.010791087 |
1841 | 2023-10-24T20:51:29.357Z | trap 0.000108781 |
1842 | 2023-10-24T20:51:29.389Z | tflt 0.000000000 |
1843 | 2023-10-24T20:51:29.397Z | dflt 0.000000000 |
1844 | 2023-10-24T20:51:29.406Z | kflt 0.000000000 |
1845 | 2023-10-24T20:51:29.418Z | lock 0.000000000 |
1846 | 2023-10-24T20:51:29.831Z | slp 0.000000000 |
1847 | 2023-10-24T20:51:29.861Z | lat 0.000211955 |
1848 | 2023-10-24T20:51:29.879Z | stop 0.000223077 |
1849 | 2023-10-24T20:51:29.889Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1850 | 2023-10-24T20:51:29.902Z | + ptime -m gzip |
1851 | 2023-10-24T20:51:29.924Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280 |
1852 | 2023-10-24T20:51:47.629Z | |
1853 | 2023-10-24T20:51:47.642Z | real 19.251150887 |
1854 | 2023-10-24T20:51:47.658Z | user 19.068857337 |
1855 | 2023-10-24T20:51:47.674Z | sys 0.175306036 |
1856 | 2023-10-24T20:51:47.684Z | trap 0.004039307 |
1857 | 2023-10-24T20:51:47.701Z | tflt 0.000000000 |
1858 | 2023-10-24T20:51:47.712Z | dflt 0.000000000 |
1859 | 2023-10-24T20:51:47.724Z | kflt 0.000000000 |
1860 | 2023-10-24T20:51:47.729Z | lock 0.000000000 |
1861 | 2023-10-24T20:51:47.740Z | slp 0.000000000 |
1862 | 2023-10-24T20:51:48.176Z | lat 0.002623836 |
1863 | 2023-10-24T20:51:48.187Z | stop 0.000222440 |
1864 | 2023-10-24T20:51:48.195Z | + banner caboose-util |
1865 | 2023-10-24T20:51:48.201Z | |
1866 | 2023-10-24T20:51:48.208Z | #### ## ##### #### #### #### ###### # # ##### |
1867 | 2023-10-24T20:51:48.220Z | # # # # # # # # # # # # # # # |
1868 | 2023-10-24T20:51:48.229Z | # # # ##### # # # # #### ##### ##### # # # |
1869 | 2023-10-24T20:51:48.235Z | # ###### # # # # # # # # # # # |
1870 | 2023-10-24T20:51:48.241Z | # # # # # # # # # # # # # # # # |
1871 | 2023-10-24T20:51:48.246Z | #### # # ##### #### #### #### ###### #### # |
1872 | 2023-10-24T20:51:48.252Z | |
1873 | 2023-10-24T20:51:48.257Z | + ptime -m cargo build --locked -p caboose-util --release |
1874 | 2023-10-24T20:51:48.327Z | Downloading crates ... |
1875 | 2023-10-24T20:51:48.595Z | Downloaded packed_struct_codegen v0.10.1 |
1876 | 2023-10-24T20:51:48.599Z | Downloaded path-slash v0.1.5 |
1877 | 2023-10-24T20:51:48.603Z | Downloaded crc v3.0.1 |
1878 | 2023-10-24T20:51:48.607Z | Downloaded crc-catalog v2.2.0 |
1879 | 2023-10-24T20:51:48.611Z | Downloaded packed_struct v0.10.1 |
1880 | 2023-10-24T20:51:48.615Z | Downloaded nodrop v0.1.14 |
1881 | 2023-10-24T20:51:48.620Z | Downloaded ron v0.8.1 |
1882 | 2023-10-24T20:51:48.626Z | Downloaded array-init v0.0.4 |
1883 | 2023-10-24T20:51:48.630Z | Downloaded pem-rfc7468 v0.7.0 |
1884 | 2023-10-24T20:51:48.633Z | Downloaded smallvec v0.6.14 |
1885 | 2023-10-24T20:51:48.636Z | Downloaded bitfield v0.14.0 |
1886 | 2023-10-24T20:51:48.639Z | Downloaded crc-any v2.4.3 |
1887 | 2023-10-24T20:51:48.642Z | Downloaded pkcs1 v0.7.5 |
1888 | 2023-10-24T20:51:48.645Z | Downloaded rsa v0.9.2 |
1889 | 2023-10-24T20:51:48.650Z | Downloaded x509-cert v0.2.4 |
1890 | 2023-10-24T20:51:48.660Z | Downloaded object v0.30.4 |
1891 | 2023-10-24T20:51:48.676Z | Downloaded num-bigint-dig v0.8.4 |
1892 | 2023-10-24T20:51:48.684Z | Downloaded env_logger v0.10.0 |
1893 | 2023-10-24T20:51:48.688Z | Downloaded der_derive v0.7.2 |
1894 | 2023-10-24T20:51:48.691Z | Downloaded serde-hex v0.1.0 |
1895 | 2023-10-24T20:51:48.696Z | Downloaded flagset v0.4.3 |
1896 | 2023-10-24T20:51:48.699Z | Downloaded maybe-uninit v2.0.0 |
1897 | 2023-10-24T20:51:48.856Z | Compiling proc-macro2 v1.0.67 |
1898 | 2023-10-24T20:51:48.859Z | Compiling unicode-ident v1.0.12 |
1899 | 2023-10-24T20:51:48.862Z | Compiling libc v0.2.149 |
1900 | 2023-10-24T20:51:48.864Z | Compiling autocfg v1.1.0 |
1901 | 2023-10-24T20:51:48.867Z | Compiling serde v1.0.188 |
1902 | 2023-10-24T20:51:48.873Z | Compiling version_check v0.9.4 |
1903 | 2023-10-24T20:51:48.891Z | Compiling cfg-if v1.0.0 |
1904 | 2023-10-24T20:51:48.989Z | Compiling parking_lot_core v0.9.8 |
1905 | 2023-10-24T20:51:49.412Z | Compiling once_cell v1.18.0 |
1906 | 2023-10-24T20:51:49.418Z | Compiling syn v1.0.109 |
1907 | 2023-10-24T20:51:49.598Z | Compiling typenum v1.16.0 |
1908 | 2023-10-24T20:51:49.613Z | Compiling libm v0.2.7 |
1909 | 2023-10-24T20:51:49.625Z | Compiling futures-core v0.3.28 |
1910 | 2023-10-24T20:51:50.089Z | Compiling generic-array v0.14.7 |
1911 | 2023-10-24T20:51:50.109Z | Compiling pkg-config v0.3.27 |
1912 | 2023-10-24T20:51:50.120Z | Compiling lock_api v0.4.10 |
1913 | 2023-10-24T20:51:50.134Z | Compiling num-traits v0.2.16 |
1914 | 2023-10-24T20:51:50.507Z | Compiling slab v0.4.9 |
1915 | 2023-10-24T20:51:50.512Z | Compiling futures-task v0.3.28 |
1916 | 2023-10-24T20:51:50.928Z | Compiling serde_json v1.0.107 |
1917 | 2023-10-24T20:51:50.969Z | Compiling futures-channel v0.3.28 |
1918 | 2023-10-24T20:51:51.139Z | Compiling quote v1.0.33 |
1919 | 2023-10-24T20:51:51.556Z | Compiling thiserror v1.0.49 |
1920 | 2023-10-24T20:51:51.566Z | Compiling scopeguard v1.2.0 |
1921 | 2023-10-24T20:51:51.581Z | Compiling memchr v2.6.3 |
1922 | 2023-10-24T20:51:51.608Z | Compiling itoa v1.0.9 |
1923 | 2023-10-24T20:51:51.816Z | Compiling syn v2.0.32 |
1924 | 2023-10-24T20:51:51.941Z | Compiling jobserver v0.1.26 |
1925 | 2023-10-24T20:51:52.180Z | Compiling getrandom v0.2.10 |
1926 | 2023-10-24T20:51:52.241Z | Compiling futures-util v0.3.28 |
1927 | 2023-10-24T20:51:52.462Z | Compiling cc v1.0.83 |
1928 | 2023-10-24T20:51:53.755Z | Compiling ahash v0.8.3 |
1929 | 2023-10-24T20:51:53.767Z | Compiling smallvec v1.11.0 |
1930 | 2023-10-24T20:51:54.210Z | Compiling vcpkg v0.2.15 |
1931 | 2023-10-24T20:51:54.214Z | Compiling log v0.4.20 |
1932 | 2023-10-24T20:51:54.701Z | Compiling byteorder v1.4.3 |
1933 | 2023-10-24T20:51:55.649Z | Compiling rand_core v0.6.4 |
1934 | 2023-10-24T20:51:56.404Z | Compiling pin-project-lite v0.2.13 |
1935 | 2023-10-24T20:51:56.572Z | Compiling parking_lot v0.12.1 |
1936 | 2023-10-24T20:51:56.759Z | Compiling indexmap v1.9.3 |
1937 | 2023-10-24T20:51:57.329Z | Compiling ring v0.16.20 |
1938 | 2023-10-24T20:51:58.011Z | Compiling openssl-sys v0.9.93 |
1939 | 2023-10-24T20:51:59.265Z | Compiling io-lifetimes v1.0.11 |
1940 | 2023-10-24T20:51:59.806Z | Compiling num-integer v0.1.45 |
1941 | 2023-10-24T20:52:00.068Z | Compiling ryu v1.0.15 |
1942 | 2023-10-24T20:52:00.231Z | Compiling semver v1.0.18 |
1943 | 2023-10-24T20:52:00.933Z | Compiling const-oid v0.9.5 |
1944 | 2023-10-24T20:52:00.943Z | Compiling spin v0.5.2 |
1945 | 2023-10-24T20:52:02.501Z | Compiling rustix v0.37.23 |
1946 | 2023-10-24T20:52:02.927Z | Compiling mio v0.8.8 |
1947 | 2023-10-24T20:52:03.298Z | Compiling socket2 v0.5.4 |
1948 | 2023-10-24T20:52:03.415Z | Compiling num_cpus v1.16.0 |
1949 | 2023-10-24T20:52:03.575Z | Compiling signal-hook-registry v1.4.1 |
1950 | 2023-10-24T20:52:04.141Z | Compiling ucd-trie v0.1.6 |
1951 | 2023-10-24T20:52:04.431Z | Compiling unicode-xid v0.2.4 |
1952 | 2023-10-24T20:52:04.660Z | Compiling futures-sink v0.3.28 |
1953 | 2023-10-24T20:52:04.713Z | Compiling openssl v0.10.57 |
1954 | 2023-10-24T20:52:04.740Z | Compiling httparse v1.8.0 |
1955 | 2023-10-24T20:52:04.880Z | Compiling heck v0.4.1 |
1956 | 2023-10-24T20:52:04.957Z | Compiling synstructure v0.12.6 |
1957 | 2023-10-24T20:52:05.397Z | Compiling tinyvec_macros v0.1.1 |
1958 | 2023-10-24T20:52:05.517Z | Compiling tinyvec v1.6.0 |
1959 | 2023-10-24T20:52:06.756Z | Compiling crc32fast v1.3.2 |
1960 | 2023-10-24T20:52:07.799Z | Compiling rustls v0.21.7 |
1961 | 2023-10-24T20:52:07.814Z | Compiling pin-utils v0.1.0 |
1962 | 2023-10-24T20:52:07.823Z | Compiling radium v0.7.0 |
1963 | 2023-10-24T20:52:07.880Z | Compiling ppv-lite86 v0.2.17 |
1964 | 2023-10-24T20:52:08.222Z | Compiling native-tls v0.2.11 |
1965 | 2023-10-24T20:52:08.344Z | Compiling futures-io v0.3.28 |
1966 | 2023-10-24T20:52:08.666Z | Compiling unicode-normalization v0.1.22 |
1967 | 2023-10-24T20:52:08.749Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1968 | 2023-10-24T20:52:09.059Z | Compiling tracing-core v0.1.31 |
1969 | 2023-10-24T20:52:09.225Z | Compiling rand_chacha v0.3.1 |
1970 | 2023-10-24T20:52:09.385Z | Compiling subtle v2.5.0 |
1971 | 2023-10-24T20:52:09.410Z | Compiling unicode-bidi v0.3.13 |
1972 | 2023-10-24T20:52:09.927Z | Compiling rand v0.8.5 |
1973 | 2023-10-24T20:52:11.939Z | Compiling errno v0.3.2 |
1974 | 2023-10-24T20:52:11.956Z | Compiling num-iter v0.1.43 |
1975 | 2023-10-24T20:52:12.098Z | Compiling usdt-impl v0.3.5 |
1976 | 2023-10-24T20:52:12.537Z | Compiling base64 v0.21.4 |
1977 | 2023-10-24T20:52:12.716Z | Compiling schemars v0.8.13 |
1978 | 2023-10-24T20:52:12.899Z | Compiling rustix v0.38.9 |
1979 | 2023-10-24T20:52:14.519Z | Compiling serde_derive_internals v0.26.0 |
1980 | 2023-10-24T20:52:14.828Z | Compiling serde_derive v1.0.188 |
1981 | 2023-10-24T20:52:14.879Z | Compiling zeroize_derive v1.4.2 |
1982 | 2023-10-24T20:52:14.902Z | Compiling tokio-macros v2.1.0 |
1983 | 2023-10-24T20:52:15.308Z | Compiling thiserror-impl v1.0.49 |
1984 | 2023-10-24T20:52:15.320Z | Compiling futures-macro v0.3.28 |
1985 | 2023-10-24T20:52:16.134Z | Compiling tracing-attributes v0.1.26 |
1986 | 2023-10-24T20:52:16.170Z | Compiling zerocopy-derive v0.2.0 |
1987 | 2023-10-24T20:52:17.199Z | Compiling zeroize v1.6.0 |
1988 | 2023-10-24T20:52:18.437Z | Compiling openssl-macros v0.1.1 |
1989 | 2023-10-24T20:52:18.962Z | Compiling zerocopy-derive v0.6.4 |
1990 | 2023-10-24T20:52:20.150Z | Compiling pest v2.7.2 |
1991 | 2023-10-24T20:52:20.235Z | Compiling crypto-common v0.1.6 |
1992 | 2023-10-24T20:52:20.528Z | Compiling block-buffer v0.10.4 |
1993 | 2023-10-24T20:52:20.928Z | Compiling digest v0.10.7 |
1994 | 2023-10-24T20:52:21.702Z | Compiling tracing v0.1.37 |
1995 | 2023-10-24T20:52:22.413Z | Compiling bitflags v1.3.2 |
1996 | 2023-10-24T20:52:22.558Z | Compiling untrusted v0.7.1 |
1997 | 2023-10-24T20:52:23.317Z | Compiling fnv v1.0.7 |
1998 | 2023-10-24T20:52:24.988Z | Compiling pest_meta v2.7.2 |
1999 | 2023-10-24T20:52:26.927Z | Compiling zerocopy v0.3.0 |
2000 | 2023-10-24T20:52:28.875Z | Compiling pest_generator v2.7.2 |
2001 | 2023-10-24T20:52:28.956Z | Compiling schemars_derive v0.8.13 |
2002 | 2023-10-24T20:52:30.780Z | Compiling lazy_static v1.4.0 |
2003 | 2023-10-24T20:52:31.248Z | Compiling backtrace v0.3.69 |
2004 | 2023-10-24T20:52:31.378Z | Compiling num-bigint v0.4.4 |
2005 | 2023-10-24T20:52:31.823Z | Compiling memoffset v0.9.0 |
2006 | 2023-10-24T20:52:31.916Z | Compiling openssl-probe v0.1.5 |
2007 | 2023-10-24T20:52:32.018Z | Compiling foreign-types-shared v0.1.1 |
2008 | 2023-10-24T20:52:32.153Z | Compiling pest_derive v2.7.2 |
2009 | 2023-10-24T20:52:32.171Z | Compiling smoltcp v0.9.1 |
2010 | 2023-10-24T20:52:32.239Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2011 | 2023-10-24T20:52:32.343Z | Compiling hashbrown v0.12.3 |
2012 | 2023-10-24T20:52:32.594Z | Compiling iana-time-zone v0.1.57 |
2013 | 2023-10-24T20:52:33.142Z | Compiling base64ct v1.6.0 |
2014 | 2023-10-24T20:52:33.208Z | Compiling allocator-api2 v0.2.16 |
2015 | 2023-10-24T20:52:33.220Z | Compiling async-trait v0.1.73 |
2016 | 2023-10-24T20:52:33.251Z | Compiling crossbeam-utils v0.8.16 |
2017 | 2023-10-24T20:52:33.864Z | Compiling percent-encoding v2.3.0 |
2018 | 2023-10-24T20:52:33.978Z | Compiling pem-rfc7468 v0.7.0 |
2019 | 2023-10-24T20:52:34.358Z | Compiling hashbrown v0.14.0 |
2020 | 2023-10-24T20:52:34.405Z | Compiling dtrace-parser v0.1.14 |
2021 | 2023-10-24T20:52:34.473Z | Compiling foreign-types v0.3.2 |
2022 | 2023-10-24T20:52:35.711Z | Compiling dof v0.1.5 |
2023 | 2023-10-24T20:52:36.441Z | Compiling der_derive v0.7.2 |
2024 | 2023-10-24T20:52:36.837Z | Compiling clap_derive v4.4.2 |
2025 | 2023-10-24T20:52:37.592Z | Compiling thread-id v4.2.0 |
2026 | 2023-10-24T20:52:37.726Z | Compiling utf8parse v0.2.1 |
2027 | 2023-10-24T20:52:37.739Z | Compiling time-core v0.1.1 |
2028 | 2023-10-24T20:52:37.974Z | Compiling anstyle v1.0.2 |
2029 | 2023-10-24T20:52:37.985Z | Compiling flagset v0.4.3 |
2030 | 2023-10-24T20:52:38.306Z | Compiling bytes v1.5.0 |
2031 | 2023-10-24T20:52:38.959Z | Compiling bitflags v2.4.0 |
2032 | 2023-10-24T20:52:39.878Z | Compiling tokio v1.33.0 |
2033 | 2023-10-24T20:52:40.330Z | Compiling rustc_version v0.4.0 |
2034 | 2023-10-24T20:52:40.997Z | Compiling http v0.2.9 |
2035 | 2023-10-24T20:52:41.375Z | Compiling heapless v0.7.16 |
2036 | 2023-10-24T20:52:41.926Z | Compiling uuid v1.4.1 |
2037 | 2023-10-24T20:52:42.106Z | Compiling chrono v0.4.31 |
2038 | 2023-10-24T20:52:42.999Z | Compiling siphasher v0.3.11 |
2039 | 2023-10-24T20:52:43.638Z | Compiling cpufeatures v0.2.9 |
2040 | 2023-10-24T20:52:43.659Z | Compiling try-lock v0.2.4 |
2041 | 2023-10-24T20:52:43.778Z | Compiling adler v1.0.2 |
2042 | 2023-10-24T20:52:44.206Z | Compiling equivalent v1.0.1 |
2043 | 2023-10-24T20:52:44.278Z | Compiling rustversion v1.0.14 |
2044 | 2023-10-24T20:52:44.358Z | Compiling indexmap v2.0.0 |
2045 | 2023-10-24T20:52:45.332Z | Compiling miniz_oxide v0.7.1 |
2046 | 2023-10-24T20:52:46.438Z | Compiling want v0.3.1 |
2047 | 2023-10-24T20:52:46.839Z | Compiling sha2 v0.10.7 |
2048 | 2023-10-24T20:52:47.553Z | Compiling http-body v0.4.5 |
2049 | 2023-10-24T20:52:50.699Z | Compiling der v0.7.8 |
2050 | 2023-10-24T20:52:53.056Z | Compiling tokio-util v0.7.8 |
2051 | 2023-10-24T20:52:55.294Z | Compiling h2 v0.3.21 |
2052 | 2023-10-24T20:52:55.738Z | Compiling serde_tokenstream v0.1.7 |
2053 | 2023-10-24T20:52:56.550Z | Compiling time-macros v0.2.13 |
2054 | 2023-10-24T20:52:58.409Z | Compiling anstyle-parse v0.2.1 |
2055 | 2023-10-24T20:53:00.308Z | Compiling form_urlencoded v1.2.0 |
2056 | 2023-10-24T20:53:01.528Z | Compiling rustls-webpki v0.101.4 |
2057 | 2023-10-24T20:53:02.115Z | Compiling sct v0.7.0 |
2058 | 2023-10-24T20:53:02.505Z | Compiling hubpack_derive v0.1.1 |
2059 | 2023-10-24T20:53:02.932Z | Compiling aho-corasick v1.0.4 |
2060 | 2023-10-24T20:53:03.235Z | Compiling socket2 v0.4.9 |
2061 | 2023-10-24T20:53:03.754Z | Compiling crossbeam-epoch v0.9.15 |
2062 | 2023-10-24T20:53:04.646Z | Compiling httpdate v1.0.3 |
2063 | 2023-10-24T20:53:04.704Z | Compiling tap v1.0.1 |
2064 | 2023-10-24T20:53:05.011Z | Compiling tower-service v0.3.2 |
2065 | 2023-10-24T20:53:05.577Z | Compiling anstyle-query v1.0.0 |
2066 | 2023-10-24T20:53:05.583Z | Compiling anyhow v1.0.75 |
2067 | 2023-10-24T20:53:05.597Z | Compiling slog v2.7.0 |
2068 | 2023-10-24T20:53:05.804Z | Compiling regex-syntax v0.7.5 |
2069 | 2023-10-24T20:53:06.413Z | Compiling colorchoice v1.0.0 |
2070 | 2023-10-24T20:53:06.418Z | Compiling anstream v0.5.0 |
2071 | 2023-10-24T20:53:08.085Z | Compiling hyper v0.14.27 |
2072 | 2023-10-24T20:53:08.432Z | Compiling wyz v0.5.1 |
2073 | 2023-10-24T20:53:12.525Z | Compiling regex-automata v0.3.8 |
2074 | 2023-10-24T20:53:15.902Z | Compiling terminal_size v0.2.6 |
2075 | 2023-10-24T20:53:15.916Z | Compiling spki v0.7.2 |
2076 | 2023-10-24T20:53:16.814Z | Compiling rustls-pemfile v1.0.3 |
2077 | 2023-10-24T20:53:17.319Z | Compiling zerocopy v0.6.4 |
2078 | 2023-10-24T20:53:18.347Z | Compiling hmac v0.12.1 |
2079 | 2023-10-24T20:53:18.671Z | Compiling md-5 v0.10.5 |
2080 | 2023-10-24T20:53:19.047Z | Compiling stringprep v0.1.3 |
2081 | 2023-10-24T20:53:19.177Z | Compiling idna v0.4.0 |
2082 | 2023-10-24T20:53:20.701Z | Compiling diesel_table_macro_syntax v0.1.0 |
2083 | 2023-10-24T20:53:21.297Z | Compiling hash32 v0.2.1 |
2084 | 2023-10-24T20:53:21.636Z | Compiling spin v0.9.8 |
2085 | 2023-10-24T20:53:21.879Z | Compiling either v1.9.0 |
2086 | 2023-10-24T20:53:21.988Z | Compiling fallible-iterator v0.2.0 |
2087 | 2023-10-24T20:53:22.377Z | Compiling funty v2.0.0 |
2088 | 2023-10-24T20:53:22.450Z | Compiling maybe-uninit v2.0.0 |
2089 | 2023-10-24T20:53:22.475Z | Compiling gimli v0.28.0 |
2090 | 2023-10-24T20:53:23.045Z | Compiling stable_deref_trait v1.2.0 |
2091 | 2023-10-24T20:53:23.163Z | Compiling strsim v0.10.0 |
2092 | 2023-10-24T20:53:23.968Z | Compiling clap_lex v0.5.1 |
2093 | 2023-10-24T20:53:24.146Z | Compiling dyn-clone v1.0.13 |
2094 | 2023-10-24T20:53:24.433Z | Compiling clap_builder v4.4.2 |
2095 | 2023-10-24T20:53:26.011Z | Compiling bitvec v1.0.1 |
2096 | 2023-10-24T20:53:27.213Z | Compiling postgres-protocol v0.6.6 |
2097 | 2023-10-24T20:53:29.026Z | Compiling diesel_derives v2.1.1 |
2098 | 2023-10-24T20:53:30.529Z | Compiling addr2line v0.21.0 |
2099 | 2023-10-24T20:53:30.656Z | Compiling url v2.4.1 |
2100 | 2023-10-24T20:53:31.394Z | Compiling tokio-rustls v0.24.1 |
2101 | 2023-10-24T20:53:31.993Z | Compiling strum_macros v0.25.2 |
2102 | 2023-10-24T20:53:33.396Z | Compiling rustls-native-certs v0.6.3 |
2103 | 2023-10-24T20:53:33.475Z | Compiling tokio-native-tls v0.3.1 |
2104 | 2023-10-24T20:53:34.775Z | Compiling usdt-macro v0.3.5 |
2105 | 2023-10-24T20:53:35.142Z | Compiling usdt-attr-macro v0.3.5 |
2106 | 2023-10-24T20:53:38.333Z | Compiling phf_shared v0.11.2 |
2107 | 2023-10-24T20:53:38.707Z | Compiling serde_spanned v0.6.3 |
2108 | 2023-10-24T20:53:38.924Z | Compiling toml_datetime v0.6.3 |
2109 | 2023-10-24T20:53:39.517Z | Compiling block-padding v0.3.3 |
2110 | 2023-10-24T20:53:39.589Z | Compiling enum-as-inner v0.5.1 |
2111 | 2023-10-24T20:53:39.890Z | Compiling serde_repr v0.1.16 |
2112 | 2023-10-24T20:53:39.957Z | Compiling scheduled-thread-pool v0.2.7 |
2113 | 2023-10-24T20:53:41.151Z | Compiling object v0.32.1 |
2114 | 2023-10-24T20:53:44.356Z | Compiling rustc-demangle v0.1.23 |
2115 | 2023-10-24T20:53:45.459Z | Compiling matches v0.1.10 |
2116 | 2023-10-24T20:53:45.859Z | Compiling ipnet v2.8.0 |
2117 | 2023-10-24T20:53:46.624Z | Compiling managed v0.8.0 |
2118 | 2023-10-24T20:53:47.610Z | Compiling regex-automata v0.1.10 |
2119 | 2023-10-24T20:53:48.593Z | Compiling num_threads v0.1.6 |
2120 | 2023-10-24T20:53:48.767Z | Compiling packed_struct v0.10.1 |
2121 | 2023-10-24T20:53:48.915Z | Compiling num-bigint-dig v0.8.4 |
2122 | 2023-10-24T20:53:49.309Z | Compiling deranged v0.3.8 |
2123 | 2023-10-24T20:53:49.329Z | Compiling bit-vec v0.6.3 |
2124 | 2023-10-24T20:53:52.780Z | Compiling unicode-width v0.1.10 |
2125 | 2023-10-24T20:53:53.001Z | Compiling winnow v0.5.15 |
2126 | 2023-10-24T20:53:53.393Z | Compiling time v0.3.27 |
2127 | 2023-10-24T20:54:01.601Z | Compiling toml_edit v0.19.15 |
2128 | 2023-10-24T20:54:06.568Z | Compiling bstr v0.2.17 |
2129 | 2023-10-24T20:54:09.728Z | Compiling idna v0.2.3 |
2130 | 2023-10-24T20:54:12.206Z | Compiling r2d2 v0.8.10 |
2131 | 2023-10-24T20:54:12.885Z | Compiling inout v0.1.3 |
2132 | 2023-10-24T20:54:14.121Z | Compiling phf v0.11.2 |
2133 | 2023-10-24T20:54:14.560Z | Compiling hyper-tls v0.5.0 |
2134 | 2023-10-24T20:54:15.524Z | Compiling hyper-rustls v0.24.1 |
2135 | 2023-10-24T20:54:15.528Z | Compiling flate2 v1.0.27 |
2136 | 2023-10-24T20:54:16.038Z | Compiling clap v4.4.3 |
2137 | 2023-10-24T20:54:16.207Z | Compiling postgres-types v0.2.6 |
2138 | 2023-10-24T20:54:16.322Z | Compiling ipnetwork v0.20.0 |
2139 | 2023-10-24T20:54:16.841Z | Compiling itertools v0.11.0 |
2140 | 2023-10-24T20:54:17.587Z | Compiling regex v1.9.5 |
2141 | 2023-10-24T20:54:18.478Z | Compiling pkcs8 v0.10.2 |
2142 | 2023-10-24T20:54:19.355Z | Compiling hubpack v0.1.2 |
2143 | 2023-10-24T20:54:19.536Z | Compiling serde_urlencoded v0.7.1 |
2144 | 2023-10-24T20:54:20.115Z | Compiling phf_shared v0.10.0 |
2145 | 2023-10-24T20:54:21.132Z | Compiling futures-executor v0.3.28 |
2146 | 2023-10-24T20:54:22.272Z | Compiling signature v2.1.0 |
2147 | 2023-10-24T20:54:23.276Z | Compiling packed_struct_codegen v0.10.1 |
2148 | 2023-10-24T20:54:24.612Z | Compiling float-cmp v0.9.0 |
2149 | 2023-10-24T20:54:25.684Z | Compiling encoding_rs v0.8.33 |
2150 | 2023-10-24T20:54:25.697Z | Compiling unicode-linebreak v0.1.5 |
2151 | 2023-10-24T20:54:26.524Z | Compiling precomputed-hash v0.1.1 |
2152 | 2023-10-24T20:54:26.676Z | Compiling fixedbitset v0.4.2 |
2153 | 2023-10-24T20:54:27.503Z | Compiling data-encoding v2.4.0 |
2154 | 2023-10-24T20:54:27.704Z | Compiling mime v0.3.17 |
2155 | 2023-10-24T20:54:28.558Z | Compiling nodrop v0.1.14 |
2156 | 2023-10-24T20:54:28.737Z | Compiling static_assertions v1.1.0 |
2157 | 2023-10-24T20:54:28.871Z | Compiling crc-catalog v2.2.0 |
2158 | 2023-10-24T20:54:29.095Z | Compiling unicode-segmentation v1.10.1 |
2159 | 2023-10-24T20:54:30.600Z | Compiling predicates-core v1.0.6 |
2160 | 2023-10-24T20:54:31.080Z | Compiling smawk v0.3.1 |
2161 | 2023-10-24T20:54:31.384Z | Compiling webpki-roots v0.25.2 |
2162 | 2023-10-24T20:54:31.641Z | Compiling normalize-line-endings v0.3.0 |
2163 | 2023-10-24T20:54:31.806Z | Compiling new_debug_unreachable v1.0.4 |
2164 | 2023-10-24T20:54:31.935Z | Compiling whoami v1.4.1 |
2165 | 2023-10-24T20:54:32.021Z | Compiling difflib v0.4.0 |
2166 | 2023-10-24T20:54:32.837Z | Compiling predicates v3.0.4 |
2167 | 2023-10-24T20:54:34.203Z | Compiling tokio-postgres v0.7.10 |
2168 | 2023-10-24T20:54:36.647Z | Compiling string_cache v0.8.7 |
2169 | 2023-10-24T20:54:37.812Z | Compiling reqwest v0.11.20 |
2170 | 2023-10-24T20:54:39.693Z | Compiling textwrap v0.16.0 |
2171 | 2023-10-24T20:54:41.540Z | Compiling similar v2.2.1 |
2172 | 2023-10-24T20:54:43.726Z | Compiling crc v3.0.1 |
2173 | 2023-10-24T20:54:44.933Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2174 | 2023-10-24T20:54:45.091Z | Compiling array-init v0.0.4 |
2175 | 2023-10-24T20:54:47.236Z | Compiling trust-dns-proto v0.22.0 |
2176 | 2023-10-24T20:54:54.997Z | Compiling petgraph v0.6.4 |
2177 | 2023-10-24T20:55:00.937Z | Compiling futures v0.3.28 |
2178 | 2023-10-24T20:55:02.369Z | Compiling pkcs1 v0.7.5 |
2179 | 2023-10-24T20:55:03.127Z | Compiling yasna v0.5.2 |
2180 | 2023-10-24T20:55:03.835Z | Compiling diesel v2.1.1 |
2181 | 2023-10-24T20:55:05.117Z | Compiling smallvec v0.6.14 |
2182 | 2023-10-24T20:55:05.859Z | Compiling cipher v0.4.4 |
2183 | 2023-10-24T20:55:08.785Z | Compiling toml v0.7.8 |
2184 | 2023-10-24T20:55:10.657Z | Compiling console v0.15.7 |
2185 | 2023-10-24T20:55:11.389Z | Compiling bit-set v0.5.3 |
2186 | 2023-10-24T20:55:11.522Z | Compiling usdt v0.3.5 |
2187 | 2023-10-24T20:55:11.826Z | Compiling is-terminal v0.4.9 |
2188 | 2023-10-24T20:55:12.749Z | Compiling itertools v0.10.5 |
2189 | 2023-10-24T20:55:12.850Z | Compiling bstr v1.6.0 |
2190 | 2023-10-24T20:55:14.286Z | Compiling tokio-stream v0.1.14 |
2191 | 2023-10-24T20:55:15.431Z | Compiling openapiv3 v1.0.3 |
2192 | 2023-10-24T20:55:15.573Z | Compiling hex v0.4.3 |
2193 | 2023-10-24T20:55:17.474Z | Compiling hashbrown v0.13.2 |
2194 | 2023-10-24T20:55:20.815Z | Compiling bitfield v0.14.0 |
2195 | 2023-10-24T20:55:21.443Z | Compiling termcolor v1.2.0 |
2196 | 2023-10-24T20:55:24.169Z | Compiling lalrpop-util v0.19.12 |
2197 | 2023-10-24T20:55:25.215Z | Compiling env_logger v0.10.0 |
2198 | 2023-10-24T20:55:29.116Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2199 | 2023-10-24T20:55:39.108Z | Compiling rsa v0.9.2 |
2200 | 2023-10-24T20:55:48.078Z | Compiling serde-hex v0.1.0 |
2201 | 2023-10-24T20:55:50.366Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2202 | 2023-10-24T20:55:58.961Z | Compiling x509-cert v0.2.4 |
2203 | 2023-10-24T20:56:00.246Z | Compiling ron v0.8.1 |
2204 | 2023-10-24T20:56:13.798Z | Compiling crc-any v2.4.3 |
2205 | 2023-10-24T20:56:15.625Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2206 | 2023-10-24T20:56:29.423Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2207 | 2023-10-24T20:56:46.419Z | Compiling object v0.30.4 |
2208 | 2023-10-24T20:56:54.343Z | Compiling path-slash v0.1.5 |
2209 | 2023-10-24T20:57:10.260Z | Compiling bzip2 v0.4.4 |
2210 | 2023-10-24T20:57:11.561Z | Compiling zip v0.6.6 |
2211 | 2023-10-24T20:57:17.117Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2212 | 2023-10-24T20:57:20.225Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2213 | 2023-10-24T20:57:45.000Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2214 | 2023-10-24T20:57:46.039Z | Finished release [optimized] target(s) in 5m 58s |
2215 | 2023-10-24T20:57:46.188Z | |
2216 | 2023-10-24T20:57:46.324Z | real 5:58.501250777 |
2217 | 2023-10-24T20:57:46.353Z | user 41:18.641672249 |
2218 | 2023-10-24T20:57:46.388Z | sys 3:39.225961000 |
2219 | 2023-10-24T20:57:46.397Z | trap 1.733472148 |
2220 | 2023-10-24T20:57:46.426Z | tflt 1.162503513 |
2221 | 2023-10-24T20:57:46.483Z | dflt 0.449383807 |
2222 | 2023-10-24T20:57:46.557Z | kflt 0.012893422 |
2223 | 2023-10-24T20:57:46.645Z | lock 1:32:00.469311236 |
2224 | 2023-10-24T20:57:46.671Z | slp 2:24:25.722219785 |
2225 | 2023-10-24T20:57:46.783Z | lat 1:42.514262328 |
2226 | 2023-10-24T20:57:46.791Z | stop 1:20.282499686 |
2227 | 2023-10-24T20:57:46.871Z | + ptime -m gzip |
2228 | 2023-10-24T20:57:46.965Z | |
2229 | 2023-10-24T20:57:47.075Z | real 0.655173505 |
2230 | 2023-10-24T20:57:47.103Z | user 0.648113392 |
2231 | 2023-10-24T20:57:47.111Z | sys 0.006418237 |
2232 | 2023-10-24T20:57:47.191Z | trap 0.000069766 |
2233 | 2023-10-24T20:57:47.233Z | tflt 0.000000000 |
2234 | 2023-10-24T20:57:47.242Z | dflt 0.000000000 |
2235 | 2023-10-24T20:57:47.245Z | kflt 0.000000000 |
2236 | 2023-10-24T20:57:47.248Z | lock 0.000000000 |
2237 | 2023-10-24T20:57:47.251Z | slp 0.000000000 |
2238 | 2023-10-24T20:57:47.254Z | lat 0.000243026 |
2239 | 2023-10-24T20:57:47.259Z | stop 0.000225746 |
2240 | 2023-10-24T20:57:47.263Z | + banner tufaceous |
2241 | 2023-10-24T20:57:47.266Z | |
2242 | 2023-10-24T20:57:47.270Z | ##### # # ###### ## #### ###### #### # # #### |
2243 | 2023-10-24T20:57:47.274Z | # # # # # # # # # # # # # # |
2244 | 2023-10-24T20:57:47.279Z | # # # ##### # # # ##### # # # # #### |
2245 | 2023-10-24T20:57:47.284Z | # # # # ###### # # # # # # # |
2246 | 2023-10-24T20:57:47.289Z | # # # # # # # # # # # # # # # |
2247 | 2023-10-24T20:57:47.292Z | # #### # # # #### ###### #### #### #### |
2248 | 2023-10-24T20:57:47.296Z | |
2249 | 2023-10-24T20:57:47.299Z | + ptime -m cargo build --locked -p tufaceous --release |
2250 | 2023-10-24T20:57:47.543Z | Downloading crates ... |
2251 | 2023-10-24T20:57:47.815Z | Downloaded doc-comment v0.3.3 |
2252 | 2023-10-24T20:57:47.831Z | Downloaded path-absolutize v3.1.0 |
2253 | 2023-10-24T20:57:47.840Z | Downloaded fs-err v2.9.0 |
2254 | 2023-10-24T20:57:47.847Z | Downloaded bytesize v1.3.0 |
2255 | 2023-10-24T20:57:47.858Z | Downloaded tough v0.12.5 |
2256 | 2023-10-24T20:57:47.903Z | Downloaded snafu v0.7.5 |
2257 | 2023-10-24T20:57:47.927Z | Downloaded serde_plain v1.0.2 |
2258 | 2023-10-24T20:57:47.955Z | Downloaded buf-list v1.0.3 |
2259 | 2023-10-24T20:57:48.017Z | Downloaded olpc-cjson v0.1.3 |
2260 | 2023-10-24T20:57:48.044Z | Downloaded globset v0.4.13 |
2261 | 2023-10-24T20:57:48.054Z | Downloaded path-dedot v3.1.0 |
2262 | 2023-10-24T20:57:48.064Z | Downloaded snafu-derive v0.7.5 |
2263 | 2023-10-24T20:57:48.100Z | Compiling serde_tokenstream v0.2.0 |
2264 | 2023-10-24T20:57:48.121Z | Compiling regress v0.7.1 |
2265 | 2023-10-24T20:57:48.129Z | Compiling dirs-sys-next v0.1.2 |
2266 | 2023-10-24T20:57:48.158Z | Compiling ident_case v1.0.1 |
2267 | 2023-10-24T20:57:48.183Z | Compiling thread_local v1.1.7 |
2268 | 2023-10-24T20:57:48.206Z | Compiling camino v1.1.6 |
2269 | 2023-10-24T20:57:48.236Z | Compiling slog-async v2.8.0 |
2270 | 2023-10-24T20:57:48.308Z | Compiling dirs-next v2.0.0 |
2271 | 2023-10-24T20:57:48.685Z | Compiling darling_core v0.20.3 |
2272 | 2023-10-24T20:57:48.729Z | Compiling heck v0.4.1 |
2273 | 2023-10-24T20:57:49.321Z | Compiling term v0.7.0 |
2274 | 2023-10-24T20:57:49.330Z | Compiling crossbeam-channel v0.5.8 |
2275 | 2023-10-24T20:57:49.335Z | Compiling getopts v0.2.21 |
2276 | 2023-10-24T20:57:49.889Z | Compiling structmeta-derive v0.1.6 |
2277 | 2023-10-24T20:57:50.769Z | Compiling atty v0.2.14 |
2278 | 2023-10-24T20:57:50.784Z | Compiling multer v2.1.0 |
2279 | 2023-10-24T20:57:50.992Z | Compiling paste v1.0.14 |
2280 | 2023-10-24T20:57:51.193Z | Compiling match_cfg v0.1.0 |
2281 | 2023-10-24T20:57:51.332Z | Compiling doc-comment v0.3.3 |
2282 | 2023-10-24T20:57:51.626Z | Compiling take_mut v0.2.2 |
2283 | 2023-10-24T20:57:51.841Z | Compiling unsafe-libyaml v0.2.9 |
2284 | 2023-10-24T20:57:52.340Z | Compiling hostname v0.3.1 |
2285 | 2023-10-24T20:57:52.797Z | Compiling slog-term v2.9.0 |
2286 | 2023-10-24T20:57:54.272Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2287 | 2023-10-24T20:57:56.457Z | Compiling structmeta v0.1.6 |
2288 | 2023-10-24T20:57:57.096Z | Compiling serde_yaml v0.9.25 |
2289 | 2023-10-24T20:57:57.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2023-10-24T20:57:57.821Z | Compiling slog-json v2.6.1 |
2291 | 2023-10-24T20:57:58.201Z | Compiling darling_macro v0.20.3 |
2292 | 2023-10-24T20:58:03.138Z | Compiling async-stream-impl v0.3.5 |
2293 | 2023-10-24T20:58:03.265Z | Compiling darling v0.20.3 |
2294 | 2023-10-24T20:58:03.338Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2295 | 2023-10-24T20:58:03.500Z | Compiling atomic-waker v1.1.1 |
2296 | 2023-10-24T20:58:03.629Z | Compiling fastrand v2.0.0 |
2297 | 2023-10-24T20:58:03.638Z | Compiling regex-syntax v0.6.29 |
2298 | 2023-10-24T20:58:03.714Z | Compiling async-stream v0.3.5 |
2299 | 2023-10-24T20:58:03.730Z | Compiling tempfile v3.8.0 |
2300 | 2023-10-24T20:58:04.181Z | Compiling waitgroup v0.1.2 |
2301 | 2023-10-24T20:58:04.230Z | Compiling serde_with_macros v2.3.3 |
2302 | 2023-10-24T20:58:04.243Z | Compiling slog-bunyan v2.4.0 |
2303 | 2023-10-24T20:58:04.828Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2304 | 2023-10-24T20:58:05.287Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2305 | 2023-10-24T20:58:05.594Z | Compiling sha1 v0.10.5 |
2306 | 2023-10-24T20:58:06.795Z | Compiling snafu-derive v0.7.5 |
2307 | 2023-10-24T20:58:07.134Z | Compiling serde_path_to_error v0.1.14 |
2308 | 2023-10-24T20:58:07.490Z | Compiling path-dedot v3.1.0 |
2309 | 2023-10-24T20:58:07.629Z | Compiling instant v0.1.12 |
2310 | 2023-10-24T20:58:07.855Z | Compiling arc-swap v1.6.0 |
2311 | 2023-10-24T20:58:07.862Z | Compiling debug-ignore v1.0.5 |
2312 | 2023-10-24T20:58:08.082Z | Compiling buf-list v1.0.3 |
2313 | 2023-10-24T20:58:08.095Z | Compiling base64 v0.13.1 |
2314 | 2023-10-24T20:58:08.840Z | Compiling same-file v1.0.6 |
2315 | 2023-10-24T20:58:08.983Z | Compiling pem v1.1.1 |
2316 | 2023-10-24T20:58:09.187Z | Compiling walkdir v2.4.0 |
2317 | 2023-10-24T20:58:09.309Z | Compiling slog-scope v4.4.0 |
2318 | 2023-10-24T20:58:10.402Z | Compiling parse-display-derive v0.7.0 |
2319 | 2023-10-24T20:58:10.946Z | Compiling backoff v0.4.0 |
2320 | 2023-10-24T20:58:11.451Z | Compiling path-absolutize v3.1.0 |
2321 | 2023-10-24T20:58:11.516Z | Compiling serde_with v2.3.3 |
2322 | 2023-10-24T20:58:11.782Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2323 | 2023-10-24T20:58:12.145Z | Compiling globset v0.4.13 |
2324 | 2023-10-24T20:58:12.779Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2325 | 2023-10-24T20:58:13.003Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2326 | 2023-10-24T20:58:13.022Z | Compiling strum v0.25.0 |
2327 | 2023-10-24T20:58:13.285Z | Compiling olpc-cjson v0.1.3 |
2328 | 2023-10-24T20:58:14.198Z | Compiling macaddr v1.0.1 |
2329 | 2023-10-24T20:58:15.269Z | Compiling snafu v0.7.5 |
2330 | 2023-10-24T20:58:15.416Z | Compiling serde_plain v1.0.2 |
2331 | 2023-10-24T20:58:16.294Z | Compiling xattr v1.0.1 |
2332 | 2023-10-24T20:58:16.635Z | Compiling parse-display v0.7.0 |
2333 | 2023-10-24T20:58:16.754Z | Compiling filetime v0.2.22 |
2334 | 2023-10-24T20:58:16.959Z | Compiling tough v0.12.5 |
2335 | 2023-10-24T20:58:17.247Z | Compiling tar v0.4.40 |
2336 | 2023-10-24T20:58:17.320Z | Compiling slog-stdlog v4.1.1 |
2337 | 2023-10-24T20:58:19.176Z | Compiling camino-tempfile v1.0.2 |
2338 | 2023-10-24T20:58:20.322Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2339 | 2023-10-24T20:58:20.523Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2340 | 2023-10-24T20:58:20.731Z | Compiling bytesize v1.3.0 |
2341 | 2023-10-24T20:58:21.693Z | Compiling fs-err v2.9.0 |
2342 | 2023-10-24T20:58:23.046Z | Compiling slog-envlogger v2.2.0 |
2343 | 2023-10-24T20:58:27.073Z | Compiling humantime v2.1.0 |
2344 | 2023-10-24T20:58:32.093Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2345 | 2023-10-24T20:58:57.095Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2346 | 2023-10-24T20:58:57.384Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2347 | 2023-10-24T20:59:08.234Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2348 | 2023-10-24T20:59:10.481Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2349 | 2023-10-24T20:59:36.016Z | Finished release [optimized] target(s) in 1m 49s |
2350 | 2023-10-24T20:59:36.106Z | |
2351 | 2023-10-24T20:59:36.133Z | real 1:49.305916804 |
2352 | 2023-10-24T20:59:36.137Z | user 11:32.665251224 |
2353 | 2023-10-24T20:59:36.146Z | sys 47.986900285 |
2354 | 2023-10-24T20:59:36.152Z | trap 0.457149485 |
2355 | 2023-10-24T20:59:36.156Z | tflt 0.414975380 |
2356 | 2023-10-24T20:59:36.161Z | dflt 0.623648270 |
2357 | 2023-10-24T20:59:36.166Z | kflt 0.006384626 |
2358 | 2023-10-24T20:59:36.169Z | lock 21:58.988830918 |
2359 | 2023-10-24T20:59:36.173Z | slp 24:27.091806431 |
2360 | 2023-10-24T20:59:36.176Z | lat 21.298715927 |
2361 | 2023-10-24T20:59:36.186Z | stop 10.980863422 |
2362 | 2023-10-24T20:59:36.200Z | + ptime -m gzip |
2363 | 2023-10-24T20:59:38.227Z | |
2364 | 2023-10-24T20:59:38.231Z | real 2.116267190 |
2365 | 2023-10-24T20:59:38.234Z | user 2.092786143 |
2366 | 2023-10-24T20:59:38.237Z | sys 0.022724504 |
2367 | 2023-10-24T20:59:38.239Z | trap 0.000195652 |
2368 | 2023-10-24T20:59:38.242Z | tflt 0.000000000 |
2369 | 2023-10-24T20:59:38.245Z | dflt 0.000000000 |
2370 | 2023-10-24T20:59:38.247Z | kflt 0.000000000 |
2371 | 2023-10-24T20:59:38.250Z | lock 0.000000000 |
2372 | 2023-10-24T20:59:38.252Z | slp 0.000000000 |
2373 | 2023-10-24T20:59:38.255Z | lat 0.000220203 |
2374 | 2023-10-24T20:59:38.258Z | stop 0.000221765 |
2375 | 2023-10-24T20:59:38.262Z | process exited: duration 1294385 ms, exit code 0 |
|
2376 | 2023-10-24T20:59:38.271Z | found 5 output files |
2377 | 2023-10-24T20:59:38.286Z | uploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes) |
2378 | 2023-10-24T20:59:42.818Z | uploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz |
2379 | 2023-10-24T20:59:42.829Z | uploading: /work/end-to-end-tests/bootstrap.gz (97906215 bytes) |
2380 | 2023-10-24T21:00:05.199Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2381 | 2023-10-24T21:00:05.203Z | uploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111817595 bytes) |
2382 | 2023-10-24T21:00:34.474Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz |
2383 | 2023-10-24T21:00:34.479Z | uploading: /work/caboose-util.gz (4111313 bytes) |
2384 | 2023-10-24T21:00:36.410Z | uploaded: /work/caboose-util.gz |
2385 | 2023-10-24T21:00:36.415Z | uploading: /work/tufaceous.gz (13496231 bytes) |
2386 | 2023-10-24T21:00:40.944Z | uploaded: /work/tufaceous.gz |