|
|
|
1 | 2023-11-29T18:56:27.341Z | job assigned to worker 01HGE6XMTHZNH4R8WAV4D7YP1S (queued for 1 m 56 s) |
|
2 | 2023-11-29T18:56:27.577Z | starting task 0: "setup" |
3 | 2023-11-29T18:56:27.769Z | ++ uname -s |
4 | 2023-11-29T18:56:27.782Z | + kern=SunOS |
5 | 2023-11-29T18:56:27.782Z | + case "$kern" in |
6 | 2023-11-29T18:56:27.782Z | + groupadd -g 12345 build |
7 | 2023-11-29T18:56:27.782Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T18:56:29.784Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T18:56:29.921Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T18:56:29.925Z | + home_fs=zfs |
11 | 2023-11-29T18:56:29.925Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T18:56:29.926Z | + mkdir -p /home/build |
13 | 2023-11-29T18:56:29.926Z | + chown build:build /home/build /work |
14 | 2023-11-29T18:56:31.928Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T18:56:31.931Z | process exited: duration 4360 ms, exit code 0 |
|
16 | 2023-11-29T18:56:31.938Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T18:56:31.946Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T18:56:31.949Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T18:56:32.123Z | info: downloading installer |
20 | 2023-11-29T18:56:34.457Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T18:56:34.457Z | warning: /opt/ooce/bin |
22 | 2023-11-29T18:56:34.458Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T18:56:34.458Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T18:56:34.458Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T18:56:34.458Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T18:56:34.458Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T18:56:34.458Z | error: cannot install while Rust is installed |
28 | 2023-11-29T18:56:34.458Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T18:56:34.796Z | info: profile set to 'default' |
30 | 2023-11-29T18:56:34.797Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T18:56:34.799Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T18:56:34.963Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T18:56:34.978Z | info: downloading component 'cargo' |
34 | 2023-11-29T18:56:35.546Z | info: downloading component 'clippy' |
35 | 2023-11-29T18:56:35.749Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T18:56:36.895Z | info: downloading component 'rust-std' |
37 | 2023-11-29T18:56:41.833Z | info: downloading component 'rustc' |
38 | 2023-11-29T18:56:41.833Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T18:56:41.833Z | info: installing component 'cargo' |
40 | 2023-11-29T18:56:43.254Z | info: installing component 'clippy' |
41 | 2023-11-29T18:56:44.353Z | info: installing component 'rust-docs' |
42 | 2023-11-29T18:56:47.533Z | info: installing component 'rust-std' |
43 | 2023-11-29T18:56:50.752Z | info: installing component 'rustc' |
44 | 2023-11-29T18:57:10.114Z | info: installing component 'rustfmt' |
45 | 2023-11-29T18:57:10.114Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T18:57:10.114Z | |
47 | 2023-11-29T18:57:10.771Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T18:57:10.771Z | |
49 | 2023-11-29T18:57:10.771Z | |
50 | 2023-11-29T18:57:10.771Z | Rust is installed now. Great! |
51 | 2023-11-29T18:57:10.771Z | |
52 | 2023-11-29T18:57:10.771Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T18:57:10.771Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T18:57:10.771Z | |
55 | 2023-11-29T18:57:10.771Z | To configure your current shell, run: |
56 | 2023-11-29T18:57:10.771Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T18:57:10.771Z | + rustc --version |
58 | 2023-11-29T18:57:10.771Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T18:57:10.771Z | process exited: duration 31269 ms, exit code 0 |
|
60 | 2023-11-29T18:57:11.033Z | starting task 2: "authentication" |
61 | 2023-11-29T18:57:11.058Z | process exited: duration 67 ms, exit code 0 |
|
62 | 2023-11-29T18:57:11.125Z | starting task 3: "clone repository" |
63 | 2023-11-29T18:57:11.166Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T18:57:11.166Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T18:57:11.234Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T18:57:17.983Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T18:57:17.983Z | + [[ -n oximeter-self-stat-test-improvements ]] |
68 | 2023-11-29T18:57:17.983Z | + git fetch origin oximeter-self-stat-test-improvements |
69 | 2023-11-29T18:57:18.057Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T18:57:18.057Z | * branch oximeter-self-stat-test-improvements -> FETCH_HEAD |
71 | 2023-11-29T18:57:18.067Z | + git checkout -B oximeter-self-stat-test-improvements remotes/origin/oximeter-self-stat-test-improvements |
72 | 2023-11-29T18:57:18.172Z | Switched to a new branch 'oximeter-self-stat-test-improvements' |
73 | 2023-11-29T18:57:18.175Z | branch 'oximeter-self-stat-test-improvements' set up to track 'origin/oximeter-self-stat-test-improvements'. |
74 | 2023-11-29T18:57:18.175Z | + git reset --hard 5e76841eecc48b56f1f8de35e12255faa58c6632 |
75 | 2023-11-29T18:57:18.331Z | HEAD is now at 5e76841e Constify the test wait period |
76 | 2023-11-29T18:57:18.337Z | process exited: duration 7239 ms, exit code 0 |
|
77 | 2023-11-29T18:57:18.346Z | starting task 4: "build" |
78 | 2023-11-29T18:57:18.354Z | + cargo --version |
79 | 2023-11-29T18:57:18.360Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T18:57:18.529Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T18:57:18.533Z | info: downloading component 'cargo' |
82 | 2023-11-29T18:57:19.191Z | info: downloading component 'clippy' |
83 | 2023-11-29T18:57:19.402Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T18:57:20.225Z | info: downloading component 'rust-std' |
85 | 2023-11-29T18:57:21.556Z | info: downloading component 'rustc' |
86 | 2023-11-29T18:57:24.897Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T18:57:25.090Z | info: installing component 'cargo' |
88 | 2023-11-29T18:57:26.393Z | info: installing component 'clippy' |
89 | 2023-11-29T18:57:26.838Z | info: installing component 'rust-docs' |
90 | 2023-11-29T18:57:29.693Z | info: installing component 'rust-std' |
91 | 2023-11-29T18:57:32.301Z | info: installing component 'rustc' |
92 | 2023-11-29T18:57:38.491Z | info: installing component 'rustfmt' |
93 | 2023-11-29T18:57:39.061Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T18:57:39.063Z | + rustc --version |
95 | 2023-11-29T18:57:39.196Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T18:57:39.203Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-29T18:57:57.098Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-29T18:57:57.131Z | Startup: Caching catalogs ... Done |
99 | 2023-11-29T18:58:00.603Z | Planning: Solver setup ... Done (5.279s) |
100 | 2023-11-29T18:58:00.733Z | Planning: Running solver ... Done (0.130s) |
101 | 2023-11-29T18:58:00.791Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-29T18:58:00.806Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-29T18:58:01.030Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-29T18:58:01.111Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-11-29T18:58:01.197Z | Planning: Merging actions ... Done (0.086s) |
106 | 2023-11-29T18:58:02.302Z | Planning: Checking for conflicting actions ... Done (1.105s) |
107 | 2023-11-29T18:58:02.380Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-29T18:58:10.052Z | Planning: Evaluating mediators ... Done (7.725s) |
109 | 2023-11-29T18:58:10.062Z | Planning: Planning completed in 15.04 seconds |
110 | 2023-11-29T18:58:10.091Z | Packages to install: 4 |
111 | 2023-11-29T18:58:10.091Z | Mediators to change: 2 |
112 | 2023-11-29T18:58:10.103Z | Services to change: 1 |
113 | 2023-11-29T18:58:10.103Z | Estimated space available: 148.88 GB |
114 | 2023-11-29T18:58:10.103Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-11-29T18:58:10.103Z | Create boot environment: No |
116 | 2023-11-29T18:58:10.103Z | Create backup boot environment: No |
117 | 2023-11-29T18:58:10.103Z | Rebuild boot archive: No |
118 | 2023-11-29T18:58:10.103Z | |
119 | 2023-11-29T18:58:10.103Z | Changed mediators: |
120 | 2023-11-29T18:58:10.103Z | mediator clang: |
121 | 2023-11-29T18:58:10.103Z | version: None -> 15 (system default) |
122 | 2023-11-29T18:58:10.103Z | |
123 | 2023-11-29T18:58:10.103Z | mediator llvm: |
124 | 2023-11-29T18:58:10.103Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-29T18:58:10.103Z | |
126 | 2023-11-29T18:58:10.103Z | Changed packages: |
127 | 2023-11-29T18:58:10.103Z | helios-dev |
128 | 2023-11-29T18:58:10.104Z | developer/build-essential |
129 | 2023-11-29T18:58:10.104Z | None -> 11-2.0 |
130 | 2023-11-29T18:58:10.104Z | library/libxmlsec1 |
131 | 2023-11-29T18:58:10.104Z | None -> 1.2.35-2.0 |
132 | 2023-11-29T18:58:10.106Z | ooce/developer/clang-15 |
133 | 2023-11-29T18:58:10.106Z | None -> 15.0.7-2.0 |
134 | 2023-11-29T18:58:10.106Z | ooce/developer/llvm-15 |
135 | 2023-11-29T18:58:10.106Z | None -> 15.0.7-2.0 |
136 | 2023-11-29T18:58:10.106Z | |
137 | 2023-11-29T18:58:10.106Z | Services: |
138 | 2023-11-29T18:58:10.106Z | restart_fmri: |
139 | 2023-11-29T18:58:10.106Z | svc:/system/update-man-index:default |
140 | 2023-11-29T18:58:10.304Z | |
141 | 2023-11-29T18:58:10.304Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-29T18:58:16.423Z | Download: 212/3290 items 1.3/212.6MB 0% complete (540k/s) |
143 | 2023-11-29T18:58:21.436Z | Download: 946/3290 items 19.1/212.6MB 8% complete (1.9M/s) |
144 | 2023-11-29T18:58:31.050Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.0M/s) |
145 | 2023-11-29T18:58:35.298Z | Download: 1802/3290 items 117.8/212.6MB 55% complete (3.5M/s) |
146 | 2023-11-29T18:58:40.583Z | Download: 2218/3290 items 118.5/212.6MB 55% complete (3.8M/s) |
147 | 2023-11-29T18:58:45.584Z | Download: 2290/3290 items 119.8/212.6MB 56% complete (190k/s) |
148 | 2023-11-29T18:58:51.248Z | Download: 3246/3290 items 172.5/212.6MB 81% complete (5.5M/s) |
149 | 2023-11-29T18:58:54.515Z | Download: Completed 212.60 MB in 44.21 seconds (4.8M/s) |
150 | 2023-11-29T18:58:54.779Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-29T18:58:59.842Z | Actions: 2436/3687 actions (Installing new actions) |
152 | 2023-11-29T18:59:03.076Z | Actions: Completed 3687 actions in 8.30 seconds. |
153 | 2023-11-29T18:59:03.266Z | Done (0.182s) |
154 | 2023-11-29T18:59:03.266Z | Done (0.000s) |
155 | 2023-11-29T18:59:03.500Z | Done (0.235s) |
156 | 2023-11-29T18:59:11.082Z | Done (7.467s) |
157 | 2023-11-29T18:59:11.311Z | Done (0.131s) |
158 | 2023-11-29T18:59:11.314Z | Done (0.000s) |
159 | 2023-11-29T18:59:11.611Z | Done (0.000s) |
160 | 2023-11-29T18:59:12.307Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-29T18:59:12.586Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-29T18:59:12.589Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-29T18:59:13.014Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-29T18:59:13.016Z | Planning: Planning completed in 0.71 seconds |
165 | 2023-11-29T18:59:13.070Z | Mediators to change: 2 |
166 | 2023-11-29T18:59:13.576Z | Create boot environment: No |
167 | 2023-11-29T18:59:13.576Z | Create backup boot environment: No |
168 | 2023-11-29T18:59:13.576Z | Done |
169 | 2023-11-29T18:59:13.577Z | Done |
170 | 2023-11-29T18:59:13.577Z | Done |
171 | 2023-11-29T18:59:19.155Z | Done |
172 | 2023-11-29T18:59:19.271Z | Done |
173 | 2023-11-29T18:59:19.274Z | Done |
174 | 2023-11-29T18:59:19.396Z | Done |
175 | 2023-11-29T18:59:20.393Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-29T18:59:20.400Z | Planning: Merging actions ... Done |
177 | 2023-11-29T18:59:20.729Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-29T18:59:20.735Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-29T18:59:21.157Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-29T18:59:21.250Z | Planning: Planning completed in 1.29 seconds |
181 | 2023-11-29T18:59:21.307Z | Packages to change: 1 |
182 | 2023-11-29T18:59:21.310Z | Mediators to change: 1 |
183 | 2023-11-29T18:59:21.310Z | Services to change: 1 |
184 | 2023-11-29T18:59:21.310Z | Create boot environment: No |
185 | 2023-11-29T18:59:21.310Z | Create backup boot environment: Yes |
186 | 2023-11-29T18:59:23.448Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-29T18:59:23.451Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-29T18:59:23.451Z | Done |
189 | 2023-11-29T18:59:23.451Z | Done |
190 | 2023-11-29T18:59:23.509Z | Done |
191 | 2023-11-29T18:59:29.259Z | Done |
192 | 2023-11-29T18:59:29.380Z | Done |
193 | 2023-11-29T18:59:29.383Z | Done |
194 | 2023-11-29T18:59:29.490Z | Done |
195 | 2023-11-29T18:59:30.155Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-29T18:59:30.155Z | clang system 15 system |
197 | 2023-11-29T18:59:30.155Z | csh system system illumos |
198 | 2023-11-29T18:59:30.155Z | ctags system system illumos |
199 | 2023-11-29T18:59:30.155Z | gcc vendor 12 vendor |
200 | 2023-11-29T18:59:30.155Z | gcc system 10 system |
201 | 2023-11-29T18:59:30.155Z | gcc system 7 system |
202 | 2023-11-29T18:59:30.155Z | go system 1.20 system |
203 | 2023-11-29T18:59:30.155Z | go system 1.19 system |
204 | 2023-11-29T18:59:30.155Z | llvm system 15 system |
205 | 2023-11-29T18:59:30.155Z | llvm system 14 system |
206 | 2023-11-29T18:59:30.155Z | mariadb system 10.6 system |
207 | 2023-11-29T18:59:30.155Z | mta vendor vendor dma |
208 | 2023-11-29T18:59:30.155Z | openjdk system 17 system |
209 | 2023-11-29T18:59:30.155Z | openjdk system 11 system |
210 | 2023-11-29T18:59:30.155Z | openjdk system 1.8 system |
211 | 2023-11-29T18:59:30.155Z | openssl vendor 3 vendor |
212 | 2023-11-29T18:59:30.156Z | perl system 5.36 system |
213 | 2023-11-29T18:59:30.157Z | postgresql system 15 system |
214 | 2023-11-29T18:59:30.157Z | postgresql system 13 system |
215 | 2023-11-29T18:59:30.157Z | python vendor 3 vendor |
216 | 2023-11-29T18:59:30.157Z | python system 2 system |
217 | 2023-11-29T18:59:30.157Z | python3 system 3.11 system |
218 | 2023-11-29T18:59:30.157Z | ruby system 3.0 system |
219 | 2023-11-29T18:59:30.157Z | words vendor vendor american-english |
220 | 2023-11-29T18:59:30.157Z | words system system australian-english |
221 | 2023-11-29T18:59:30.157Z | words system system british-english |
222 | 2023-11-29T18:59:30.157Z | words system system canadian-english |
223 | 2023-11-29T18:59:30.157Z | words system system french |
224 | 2023-11-29T18:59:30.157Z | words system system italian |
225 | 2023-11-29T18:59:30.157Z | words system system ngerman |
226 | 2023-11-29T18:59:30.157Z | words system system ogerman |
227 | 2023-11-29T18:59:30.157Z | words system system spanish |
228 | 2023-11-29T18:59:30.693Z | FMRI IFO |
229 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-29T18:59:30.693Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-29T18:59:30.776Z | + set -o errexit |
236 | 2023-11-29T18:59:30.788Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-29T18:59:30.788Z | ++ cd ./tools |
238 | 2023-11-29T18:59:30.788Z | ++ pwd |
239 | 2023-11-29T18:59:30.788Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-29T18:59:30.788Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-29T18:59:30.788Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-29T18:59:30.788Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-29T18:59:30.788Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-29T18:59:30.788Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-29T18:59:30.788Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-29T18:59:30.788Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-29T18:59:30.788Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-29T18:59:30.788Z | + TARGET_DIR=out |
249 | 2023-11-29T18:59:30.789Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-29T18:59:30.790Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-29T18:59:30.790Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-29T18:59:30.790Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-29T18:59:30.790Z | + main |
254 | 2023-11-29T18:59:30.790Z | + [[ 0 != 0 ]] |
255 | 2023-11-29T18:59:30.790Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-29T18:59:30.790Z | + [[ 0 != 0 ]] |
257 | 2023-11-29T18:59:30.790Z | + configure_os solaris2.11 |
258 | 2023-11-29T18:59:30.790Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-29T18:59:30.790Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-29T18:59:30.790Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-29T18:59:30.790Z | + case "$1" in |
262 | 2023-11-29T18:59:30.791Z | + CIDL_BUILD=illumos |
263 | 2023-11-29T18:59:30.791Z | configuring based on OS: "solaris2.11" |
264 | 2023-11-29T18:59:30.791Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-29T18:59:30.791Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-29T18:59:30.791Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-29T18:59:30.791Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-29T18:59:30.791Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-29T18:59:30.791Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-29T18:59:30.791Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-29T18:59:30.791Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-29T18:59:30.791Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-29T18:59:30.791Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-29T18:59:30.791Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-29T18:59:30.791Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-29T18:59:30.791Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-29T18:59:30.792Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-29T18:59:30.792Z | + mkdir -p out/downloads |
279 | 2023-11-29T18:59:30.805Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-29T18:59:30.805Z | + local DO_DOWNLOAD=true |
281 | 2023-11-29T18:59:30.805Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-29T18:59:30.805Z | + '[' true == true ']' |
283 | 2023-11-29T18:59:30.805Z | + echo Downloading... |
284 | 2023-11-29T18:59:30.805Z | Downloading... |
285 | 2023-11-29T18:59:30.805Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-29T18:59:30.805Z | + 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 |
287 | 2023-11-29T18:59:35.579Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-29T18:59:35.582Z | ++ md5sum |
289 | 2023-11-29T18:59:35.582Z | ++ awk '{print $1}' |
290 | 2023-11-29T18:59:35.769Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-29T18:59:35.769Z | + [[ 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 ]] |
292 | 2023-11-29T18:59:35.769Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-29T18:59:35.782Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-29T18:59:39.110Z | + do_assemble_illumos |
295 | 2023-11-29T18:59:39.110Z | + rm -r ./out/cockroachdb |
296 | 2023-11-29T18:59:39.113Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-29T18:59:39.813Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-29T18:59:40.070Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-29T18:59:40.070Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-29T18:59:40.070Z | Distribution: OSS |
301 | 2023-11-29T18:59:40.071Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-29T18:59:40.071Z | Go Version: go1.17.13 |
303 | 2023-11-29T18:59:40.071Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-29T18:59:40.071Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-29T18:59:40.071Z | Build Type: release |
306 | 2023-11-29T18:59:40.104Z | + set -o errexit |
307 | 2023-11-29T18:59:40.129Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-29T18:59:40.129Z | ++ cd ./tools |
309 | 2023-11-29T18:59:40.129Z | ++ pwd |
310 | 2023-11-29T18:59:40.129Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-29T18:59:40.129Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-29T18:59:40.129Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-29T18:59:40.129Z | + TARGET_DIR=out |
314 | 2023-11-29T18:59:40.129Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-29T18:59:40.130Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-29T18:59:40.130Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-29T18:59:40.130Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-29T18:59:40.130Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-29T18:59:40.130Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-29T18:59:40.130Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-29T18:59:40.130Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-29T18:59:40.130Z | + main |
323 | 2023-11-29T18:59:40.130Z | + [[ 0 != 0 ]] |
324 | 2023-11-29T18:59:40.130Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-29T18:59:40.130Z | + [[ 0 != 0 ]] |
326 | 2023-11-29T18:59:40.130Z | + configure_os solaris2.11 |
327 | 2023-11-29T18:59:40.130Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-29T18:59:40.130Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-29T18:59:40.130Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-29T18:59:40.130Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-11-29T18:59:40.130Z | + CIDL_DASHREV= |
332 | 2023-11-29T18:59:40.132Z | + case "$1" in |
333 | 2023-11-29T18:59:40.132Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-29T18:59:40.132Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-29T18:59:40.132Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-29T18:59:40.132Z | + CIDL_DASHREV=-1 |
337 | 2023-11-29T18:59:40.132Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-29T18:59:40.132Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-29T18:59:40.132Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-29T18:59:40.132Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-29T18:59:40.132Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-29T18:59:40.132Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-29T18:59:40.132Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-29T18:59:40.132Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-29T18:59:40.132Z | + mkdir -p out/downloads |
346 | 2023-11-29T18:59:40.132Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-29T18:59:40.132Z | + local DO_DOWNLOAD=true |
348 | 2023-11-29T18:59:40.132Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-29T18:59:40.132Z | + '[' true == true ']' |
350 | 2023-11-29T18:59:40.133Z | + echo Downloading... |
351 | 2023-11-29T18:59:40.133Z | Downloading... |
352 | 2023-11-29T18:59:40.133Z | + 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 |
353 | 2023-11-29T18:59:40.133Z | + 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 |
354 | 2023-11-29T18:59:41.678Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-29T18:59:41.682Z | ++ md5sum |
356 | 2023-11-29T18:59:41.682Z | ++ awk '{print $1}' |
357 | 2023-11-29T18:59:41.980Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-29T18:59:41.980Z | + [[ 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 ]] |
359 | 2023-11-29T18:59:41.980Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-29T18:59:41.988Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-29T18:59:41.988Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-29T18:59:46.874Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-29T18:59:46.923Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-29T18:59:46.947Z | + set -o errexit |
365 | 2023-11-29T18:59:46.951Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-29T18:59:46.951Z | ++ cd ./tools |
367 | 2023-11-29T18:59:46.951Z | ++ pwd |
368 | 2023-11-29T18:59:46.951Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-29T18:59:46.951Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-29T18:59:46.954Z | + ARG0=ci_download_console |
371 | 2023-11-29T18:59:46.954Z | + TARGET_DIR=out |
372 | 2023-11-29T18:59:46.954Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-29T18:59:46.954Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-29T18:59:46.954Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-29T18:59:46.956Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-29T18:59:46.956Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-29T18:59:46.956Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-29T18:59:46.956Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-29T18:59:46.956Z | + main |
380 | 2023-11-29T18:59:46.956Z | + [[ 0 != 0 ]] |
381 | 2023-11-29T18:59:46.956Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-29T18:59:46.956Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-29T18:59:46.956Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-29T18:59:46.956Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-29T18:59:46.956Z | + local DO_DOWNLOAD=true |
386 | 2023-11-29T18:59:46.956Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-29T18:59:46.956Z | + mkdir -p out/downloads |
388 | 2023-11-29T18:59:46.959Z | + '[' true == true ']' |
389 | 2023-11-29T18:59:46.959Z | + echo Downloading... |
390 | 2023-11-29T18:59:46.959Z | Downloading... |
391 | 2023-11-29T18:59:46.959Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-29T18:59:46.959Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-29T18:59:47.651Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-29T18:59:47.670Z | ++ case "$OSTYPE" in |
395 | 2023-11-29T18:59:47.670Z | ++ SHA=sha256sum |
396 | 2023-11-29T18:59:47.670Z | ++ sha256sum |
397 | 2023-11-29T18:59:47.670Z | ++ awk '{print $1}' |
398 | 2023-11-29T18:59:47.670Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-29T18:59:47.670Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
400 | 2023-11-29T18:59:47.670Z | + rm -rf ./out/console-assets |
401 | 2023-11-29T18:59:47.671Z | + mkdir -p ./out/console-assets |
402 | 2023-11-29T18:59:47.671Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-29T18:59:47.681Z | + mkdir -p ./out/console-assets |
404 | 2023-11-29T18:59:47.681Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-29T18:59:47.703Z | + set -o errexit |
406 | 2023-11-29T18:59:47.713Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-29T18:59:47.713Z | ++ cd ./tools |
408 | 2023-11-29T18:59:47.713Z | ++ pwd |
409 | 2023-11-29T18:59:47.713Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-29T18:59:47.713Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-29T18:59:47.713Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-29T18:59:47.713Z | + TARGET_DIR=out |
413 | 2023-11-29T18:59:47.713Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-29T18:59:47.713Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-29T18:59:47.713Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
416 | 2023-11-29T18:59:47.713Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-29T18:59:47.713Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
418 | 2023-11-29T18:59:47.713Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
419 | 2023-11-29T18:59:47.713Z | + main |
420 | 2023-11-29T18:59:47.713Z | + [[ 0 != 0 ]] |
421 | 2023-11-29T18:59:47.713Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
422 | 2023-11-29T18:59:47.730Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
423 | 2023-11-29T18:59:47.731Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
424 | 2023-11-29T18:59:47.731Z | + local DO_DOWNLOAD=true |
425 | 2023-11-29T18:59:47.731Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
426 | 2023-11-29T18:59:47.731Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
427 | 2023-11-29T18:59:47.731Z | + mkdir -p out/downloads |
428 | 2023-11-29T18:59:47.731Z | + '[' true == true ']' |
429 | 2023-11-29T18:59:47.731Z | + echo Downloading... |
430 | 2023-11-29T18:59:47.731Z | Downloading... |
431 | 2023-11-29T18:59:47.731Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-11-29T18:59:47.731Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
433 | 2023-11-29T18:59:47.867Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-11-29T18:59:47.869Z | ++ case "$OSTYPE" in |
435 | 2023-11-29T18:59:47.869Z | ++ SHA=sha256sum |
436 | 2023-11-29T18:59:47.869Z | ++ sha256sum |
437 | 2023-11-29T18:59:47.869Z | ++ awk '{print $1}' |
438 | 2023-11-29T18:59:47.873Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-29T18:59:47.873Z | + [[ 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 ]] |
440 | 2023-11-29T18:59:47.878Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-29T18:59:47.878Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
442 | 2023-11-29T18:59:47.878Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-11-29T18:59:47.878Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
444 | 2023-11-29T18:59:47.878Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-11-29T18:59:47.878Z | + main |
446 | 2023-11-29T18:59:47.878Z | + [[ 0 != 0 ]] |
447 | 2023-11-29T18:59:47.878Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
448 | 2023-11-29T18:59:47.878Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
449 | 2023-11-29T18:59:47.878Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
450 | 2023-11-29T18:59:47.878Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-11-29T18:59:47.878Z | + local DO_DOWNLOAD=true |
452 | 2023-11-29T18:59:47.878Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
453 | 2023-11-29T18:59:47.878Z | + mkdir -p out/downloads |
454 | 2023-11-29T18:59:47.878Z | + '[' true == true ']' |
455 | 2023-11-29T18:59:47.878Z | + echo Downloading... |
456 | 2023-11-29T18:59:47.878Z | Downloading... |
457 | 2023-11-29T18:59:47.878Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-11-29T18:59:47.878Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
459 | 2023-11-29T18:59:48.040Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-11-29T18:59:48.042Z | ++ case "$OSTYPE" in |
461 | 2023-11-29T18:59:48.043Z | ++ SHA=sha256sum |
462 | 2023-11-29T18:59:48.043Z | ++ sha256sum |
463 | 2023-11-29T18:59:48.043Z | ++ awk '{print $1}' |
464 | 2023-11-29T18:59:48.045Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-11-29T18:59:48.045Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
466 | 2023-11-29T18:59:48.055Z | + set -o errexit |
467 | 2023-11-29T18:59:48.058Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-29T18:59:48.061Z | ++ cd ./tools |
469 | 2023-11-29T18:59:48.061Z | ++ pwd |
470 | 2023-11-29T18:59:48.061Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-29T18:59:48.064Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-29T18:59:48.064Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-29T18:59:48.064Z | + TARGET_DIR=out |
474 | 2023-11-29T18:59:48.064Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-29T18:59:48.064Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-29T18:59:48.064Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
477 | 2023-11-29T18:59:48.064Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2023-11-29T18:59:48.064Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
479 | 2023-11-29T18:59:48.064Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
480 | 2023-11-29T18:59:48.064Z | + main |
481 | 2023-11-29T18:59:48.064Z | + [[ 0 != 0 ]] |
482 | 2023-11-29T18:59:48.064Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
483 | 2023-11-29T18:59:48.064Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
484 | 2023-11-29T18:59:48.064Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
485 | 2023-11-29T18:59:48.064Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
486 | 2023-11-29T18:59:48.064Z | + local DO_DOWNLOAD=true |
487 | 2023-11-29T18:59:48.064Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
488 | 2023-11-29T18:59:48.064Z | + mkdir -p out/downloads |
489 | 2023-11-29T18:59:48.068Z | + '[' true == true ']' |
490 | 2023-11-29T18:59:48.068Z | + echo Downloading... |
491 | 2023-11-29T18:59:48.068Z | Downloading... |
492 | 2023-11-29T18:59:48.069Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-29T18:59:48.069Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
494 | 2023-11-29T18:59:48.274Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-29T18:59:48.278Z | ++ case "$OSTYPE" in |
496 | 2023-11-29T18:59:48.278Z | ++ SHA=sha256sum |
497 | 2023-11-29T18:59:48.278Z | ++ sha256sum |
498 | 2023-11-29T18:59:48.278Z | ++ awk '{print $1}' |
499 | 2023-11-29T18:59:48.286Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2023-11-29T18:59:48.286Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2023-11-29T18:59:48.291Z | + set -o errexit |
502 | 2023-11-29T18:59:48.295Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-29T18:59:48.295Z | ++ cd ./tools |
504 | 2023-11-29T18:59:48.295Z | ++ pwd |
505 | 2023-11-29T18:59:48.295Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-29T18:59:48.298Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-29T18:59:48.298Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-29T18:59:48.298Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-29T18:59:48.298Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
510 | 2023-11-29T18:59:48.298Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
511 | 2023-11-29T18:59:48.298Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
512 | 2023-11-29T18:59:48.300Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-29T18:59:48.301Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
514 | 2023-11-29T18:59:48.301Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2023-11-29T18:59:48.301Z | + TARGET_DIR=out |
516 | 2023-11-29T18:59:48.301Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-29T18:59:48.301Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-29T18:59:48.301Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-29T18:59:48.301Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-29T18:59:48.301Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-29T18:59:48.301Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
522 | 2023-11-29T18:59:48.304Z | + main |
523 | 2023-11-29T18:59:48.304Z | + [[ 0 != 0 ]] |
524 | 2023-11-29T18:59:48.304Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-29T18:59:48.304Z | + [[ 0 != 0 ]] |
526 | 2023-11-29T18:59:48.304Z | + configure_os solaris2.11 |
527 | 2023-11-29T18:59:48.304Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-29T18:59:48.304Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-29T18:59:48.304Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-29T18:59:48.304Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-29T18:59:48.304Z | + case "$1" in |
532 | 2023-11-29T18:59:48.304Z | + SET_BINARIES= |
533 | 2023-11-29T18:59:48.304Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
534 | 2023-11-29T18:59:48.304Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-11-29T18:59:48.304Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-11-29T18:59:48.304Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
537 | 2023-11-29T18:59:48.306Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-29T18:59:48.306Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
539 | 2023-11-29T18:59:48.306Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-29T18:59:48.306Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-11-29T18:59:48.306Z | + mkdir -p out/downloads |
542 | 2023-11-29T18:59:48.306Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-29T18:59:48.306Z | + mkdir -p ./out/dendrite-stub |
544 | 2023-11-29T18:59:48.306Z | + fetch_and_verify |
545 | 2023-11-29T18:59:48.306Z | + local DO_DOWNLOAD=true |
546 | 2023-11-29T18:59:48.306Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2023-11-29T18:59:48.306Z | + '[' true == true ']' |
548 | 2023-11-29T18:59:48.306Z | + echo Downloading... |
549 | 2023-11-29T18:59:48.306Z | Downloading... |
550 | 2023-11-29T18:59:48.306Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-29T18:59:48.311Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
552 | 2023-11-29T18:59:58.492Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-29T18:59:58.498Z | ++ sha256sum |
554 | 2023-11-29T18:59:58.498Z | ++ awk '{print $1}' |
555 | 2023-11-29T18:59:58.602Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
556 | 2023-11-29T18:59:58.602Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
557 | 2023-11-29T18:59:58.606Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-29T18:59:58.606Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-29T18:59:59.675Z | + do_assemble |
560 | 2023-11-29T18:59:59.675Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-29T18:59:59.684Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-29T18:59:59.684Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-29T18:59:59.820Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-29T18:59:59.832Z | + set -o errexit |
565 | 2023-11-29T18:59:59.836Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-29T18:59:59.840Z | ++ cd ./tools |
567 | 2023-11-29T18:59:59.840Z | ++ pwd |
568 | 2023-11-29T18:59:59.840Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-29T18:59:59.840Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-29T18:59:59.840Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-29T18:59:59.840Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-29T18:59:59.840Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
573 | 2023-11-29T18:59:59.840Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-11-29T18:59:59.840Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-29T18:59:59.840Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
576 | 2023-11-29T18:59:59.840Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-11-29T18:59:59.840Z | + TARGET_DIR=out |
578 | 2023-11-29T18:59:59.840Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-29T18:59:59.840Z | + DEST_DIR=./out/mgd |
580 | 2023-11-29T18:59:59.840Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-29T18:59:59.840Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-29T18:59:59.840Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-29T18:59:59.840Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
584 | 2023-11-29T18:59:59.843Z | + main |
585 | 2023-11-29T18:59:59.843Z | + [[ 0 != 0 ]] |
586 | 2023-11-29T18:59:59.843Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-29T18:59:59.844Z | + [[ 0 != 0 ]] |
588 | 2023-11-29T18:59:59.844Z | + configure_os solaris2.11 |
589 | 2023-11-29T18:59:59.844Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-29T18:59:59.844Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-29T18:59:59.844Z | configuring based on OS: "solaris2.11" |
592 | 2023-11-29T18:59:59.844Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-11-29T18:59:59.844Z | + case "$1" in |
594 | 2023-11-29T18:59:59.844Z | + SET_BINARIES= |
595 | 2023-11-29T18:59:59.844Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-29T18:59:59.844Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-29T18:59:59.844Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
598 | 2023-11-29T18:59:59.844Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-29T18:59:59.844Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
600 | 2023-11-29T18:59:59.844Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
601 | 2023-11-29T18:59:59.844Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-29T18:59:59.844Z | + mkdir -p out/downloads |
603 | 2023-11-29T18:59:59.844Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-11-29T18:59:59.844Z | + mkdir -p ./out/mgd |
605 | 2023-11-29T18:59:59.854Z | + fetch_and_verify |
606 | 2023-11-29T18:59:59.854Z | + local DO_DOWNLOAD=true |
607 | 2023-11-29T18:59:59.855Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-29T18:59:59.855Z | + '[' true == true ']' |
609 | 2023-11-29T18:59:59.855Z | + echo Downloading... |
610 | 2023-11-29T18:59:59.855Z | Downloading... |
611 | 2023-11-29T18:59:59.855Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-29T18:59:59.857Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
613 | 2023-11-29T19:00:09.197Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-29T19:00:09.200Z | ++ sha256sum |
615 | 2023-11-29T19:00:09.200Z | ++ awk '{print $1}' |
616 | 2023-11-29T19:00:09.284Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
617 | 2023-11-29T19:00:09.284Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
618 | 2023-11-29T19:00:09.305Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-29T19:00:09.305Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-29T19:00:09.945Z | + do_assemble |
621 | 2023-11-29T19:00:09.945Z | + rm -r ./out/mgd |
622 | 2023-11-29T19:00:09.950Z | + mkdir ./out/mgd |
623 | 2023-11-29T19:00:09.950Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-29T19:00:10.181Z | + set -o errexit |
625 | 2023-11-29T19:00:10.192Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-29T19:00:10.192Z | ++ cd ./tools |
627 | 2023-11-29T19:00:10.192Z | ++ pwd |
628 | 2023-11-29T19:00:10.192Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-29T19:00:10.192Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-29T19:00:10.192Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-29T19:00:10.192Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-29T19:00:10.192Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-29T19:00:10.192Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-29T19:00:10.192Z | + TARGET_DIR=out |
635 | 2023-11-29T19:00:10.192Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-29T19:00:10.192Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-29T19:00:10.192Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-29T19:00:10.192Z | + BINARY=xcvradm |
639 | 2023-11-29T19:00:10.192Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-29T19:00:10.192Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-29T19:00:10.192Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-29T19:00:10.192Z | + main |
643 | 2023-11-29T19:00:10.192Z | + [[ 0 != 0 ]] |
644 | 2023-11-29T19:00:10.192Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-29T19:00:10.192Z | + [[ 0 != 0 ]] |
646 | 2023-11-29T19:00:10.192Z | + configure_os solaris2.11 |
647 | 2023-11-29T19:00:10.192Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-29T19:00:10.192Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-29T19:00:10.192Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-29T19:00:10.193Z | configuring based on OS: "solaris2.11" |
651 | 2023-11-29T19:00:10.193Z | + case "$1" in |
652 | 2023-11-29T19:00:10.193Z | + SET_BINARIES= |
653 | 2023-11-29T19:00:10.193Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-29T19:00:10.193Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-29T19:00:10.193Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-29T19:00:10.193Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-29T19:00:10.193Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-29T19:00:10.193Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-29T19:00:10.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-29T19:00:10.193Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2023-11-29T19:00:10.193Z | Local file: out/downloads/xcvradm.gz |
662 | 2023-11-29T19:00:10.193Z | + mkdir -p out/downloads |
663 | 2023-11-29T19:00:10.230Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-29T19:00:10.230Z | + fetch_and_verify |
665 | 2023-11-29T19:00:10.230Z | + local DO_DOWNLOAD=true |
666 | 2023-11-29T19:00:10.230Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-29T19:00:10.230Z | + '[' true == true ']' |
668 | 2023-11-29T19:00:10.230Z | + echo Downloading... |
669 | 2023-11-29T19:00:10.230Z | Downloading... |
670 | 2023-11-29T19:00:10.230Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-29T19:00:10.230Z | + 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 |
672 | 2023-11-29T19:00:11.010Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-29T19:00:11.019Z | ++ sha256sum |
674 | 2023-11-29T19:00:11.020Z | ++ awk '{print $1}' |
675 | 2023-11-29T19:00:11.033Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-29T19:00:11.042Z | + [[ 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 ]] |
677 | 2023-11-29T19:00:11.042Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-29T19:00:11.042Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-29T19:00:11.042Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-29T19:00:11.223Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-29T19:00:11.259Z | + do_assemble |
682 | 2023-11-29T19:00:11.259Z | + rm -r ./out/transceiver-control |
683 | 2023-11-29T19:00:11.259Z | + mkdir ./out/transceiver-control |
684 | 2023-11-29T19:00:11.259Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-29T19:00:11.472Z | All prerequisites installed successfully |
686 | 2023-11-29T19:00:11.477Z | |
687 | 2023-11-29T19:00:11.477Z | real 2:32.180218438 |
688 | 2023-11-29T19:00:11.477Z | user 53.565229074 |
689 | 2023-11-29T19:00:11.477Z | sys 10.147528995 |
690 | 2023-11-29T19:00:11.477Z | trap 0.020097253 |
691 | 2023-11-29T19:00:11.477Z | tflt 0.262333761 |
692 | 2023-11-29T19:00:11.477Z | dflt 0.874558482 |
693 | 2023-11-29T19:00:11.477Z | kflt 0.263892191 |
694 | 2023-11-29T19:00:11.477Z | lock 2.022153162 |
695 | 2023-11-29T19:00:11.477Z | slp 4:48.829785475 |
696 | 2023-11-29T19:00:11.477Z | lat 3.525630845 |
697 | 2023-11-29T19:00:11.477Z | stop 0.070425713 |
698 | 2023-11-29T19:00:11.477Z | + banner end-to-end-tests |
699 | 2023-11-29T19:00:11.558Z | |
700 | 2023-11-29T19:00:11.558Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2023-11-29T19:00:11.558Z | # ## # # # # # # # ## # # # |
702 | 2023-11-29T19:00:11.558Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2023-11-29T19:00:11.558Z | # # # # # # # # # # # # # # # |
704 | 2023-11-29T19:00:11.558Z | # # ## # # # # # # # ## # # |
705 | 2023-11-29T19:00:11.558Z | ###### # # ##### # #### ###### # # ##### |
706 | 2023-11-29T19:00:11.559Z | |
707 | 2023-11-29T19:00:11.566Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2023-11-29T19:00:11.566Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2023-11-29T19:00:11.570Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2023-11-29T19:00:11.570Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2023-11-29T19:00:11.570Z | + export CARGO_INCREMENTAL=0 |
712 | 2023-11-29T19:00:11.570Z | + CARGO_INCREMENTAL=0 |
713 | 2023-11-29T19:00:11.570Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2023-11-29T19:00:11.893Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2023-11-29T19:00:12.324Z | Updating crates.io index |
716 | 2023-11-29T19:00:12.408Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2023-11-29T19:00:13.198Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2023-11-29T19:00:16.093Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2023-11-29T19:00:16.750Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2023-11-29T19:00:17.080Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2023-11-29T19:00:17.388Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2023-11-29T19:00:17.701Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2023-11-29T19:00:18.640Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2023-11-29T19:00:20.626Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2023-11-29T19:00:21.707Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2023-11-29T19:00:22.033Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2023-11-29T19:00:22.717Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2023-11-29T19:00:23.061Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
729 | 2023-11-29T19:00:23.430Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
730 | 2023-11-29T19:00:23.862Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
731 | 2023-11-29T19:00:24.191Z | Updating git repository `https://github.com/njaremko/samael` |
732 | 2023-11-29T19:00:24.763Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
733 | 2023-11-29T19:00:25.372Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
734 | 2023-11-29T19:00:26.019Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
735 | 2023-11-29T19:00:26.383Z | Updating git repository `https://github.com/jgallagher/nix` |
736 | 2023-11-29T19:00:27.592Z | Updating git repository `https://github.com/cbiffle/hubpack` |
737 | 2023-11-29T19:00:28.129Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2023-11-29T19:00:29.146Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2023-11-29T19:00:29.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2023-11-29T19:00:29.894Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2023-11-29T19:00:31.310Z | Downloading crates ... |
742 | 2023-11-29T19:00:31.624Z | Downloaded difflib v0.4.0 |
743 | 2023-11-29T19:00:31.626Z | Downloaded cfg-if v0.1.10 |
744 | 2023-11-29T19:00:31.635Z | Downloaded percent-encoding v2.3.0 |
745 | 2023-11-29T19:00:31.638Z | Downloaded pest_generator v2.7.2 |
746 | 2023-11-29T19:00:31.644Z | Downloaded clap v4.4.3 |
747 | 2023-11-29T19:00:31.660Z | Downloaded camino v1.1.6 |
748 | 2023-11-29T19:00:31.666Z | Downloaded memoffset v0.9.0 |
749 | 2023-11-29T19:00:31.671Z | Downloaded num-integer v0.1.45 |
750 | 2023-11-29T19:00:31.674Z | Downloaded ciborium-io v0.2.1 |
751 | 2023-11-29T19:00:31.678Z | Downloaded bcrypt-pbkdf v0.10.0 |
752 | 2023-11-29T19:00:31.681Z | Downloaded bitflags v1.3.2 |
753 | 2023-11-29T19:00:31.689Z | Downloaded cfg-if v1.0.0 |
754 | 2023-11-29T19:00:31.693Z | Downloaded poly1305 v0.8.0 |
755 | 2023-11-29T19:00:31.704Z | Downloaded byteorder v1.5.0 |
756 | 2023-11-29T19:00:31.710Z | Downloaded bit-vec v0.6.3 |
757 | 2023-11-29T19:00:31.719Z | Downloaded postgres-protocol v0.6.6 |
758 | 2023-11-29T19:00:31.726Z | Downloaded diesel_table_macro_syntax v0.1.0 |
759 | 2023-11-29T19:00:31.742Z | Downloaded darling_macro v0.20.3 |
760 | 2023-11-29T19:00:31.742Z | Downloaded multer v2.1.0 |
761 | 2023-11-29T19:00:31.742Z | Downloaded quick-error v1.2.3 |
762 | 2023-11-29T19:00:31.756Z | Downloaded pretty-hex v0.3.0 |
763 | 2023-11-29T19:00:31.756Z | Downloaded precomputed-hash v0.1.1 |
764 | 2023-11-29T19:00:31.756Z | Downloaded toolchain_find v0.2.0 |
765 | 2023-11-29T19:00:31.756Z | Downloaded pkcs8 v0.10.2 |
766 | 2023-11-29T19:00:31.765Z | Downloaded crc32fast v1.3.2 |
767 | 2023-11-29T19:00:31.765Z | Downloaded pin-project-lite v0.2.13 |
768 | 2023-11-29T19:00:31.771Z | Downloaded anstyle-query v1.0.0 |
769 | 2023-11-29T19:00:31.771Z | Downloaded match_cfg v0.1.0 |
770 | 2023-11-29T19:00:31.771Z | Downloaded tower-service v0.3.2 |
771 | 2023-11-29T19:00:31.776Z | Downloaded base16ct v0.2.0 |
772 | 2023-11-29T19:00:31.777Z | Downloaded pbkdf2 v0.12.2 |
773 | 2023-11-29T19:00:31.780Z | Downloaded block-padding v0.3.3 |
774 | 2023-11-29T19:00:31.786Z | Downloaded dof v0.1.5 |
775 | 2023-11-29T19:00:31.786Z | Downloaded foreign-types-macros v0.2.3 |
776 | 2023-11-29T19:00:31.797Z | Downloaded hubpack_derive v0.1.1 |
777 | 2023-11-29T19:00:31.799Z | Downloaded r2d2 v0.8.10 |
778 | 2023-11-29T19:00:31.799Z | Downloaded postcard-cobs v0.1.5-pre |
779 | 2023-11-29T19:00:31.803Z | Downloaded predicates v3.0.4 |
780 | 2023-11-29T19:00:31.803Z | Downloaded ppv-lite86 v0.2.17 |
781 | 2023-11-29T19:00:31.803Z | Downloaded rustls-native-certs v0.6.3 |
782 | 2023-11-29T19:00:31.806Z | Downloaded fallible-iterator v0.2.0 |
783 | 2023-11-29T19:00:31.810Z | Downloaded tokio-stream v0.1.14 |
784 | 2023-11-29T19:00:31.815Z | Downloaded quote v1.0.33 |
785 | 2023-11-29T19:00:31.820Z | Downloaded ctr v0.9.2 |
786 | 2023-11-29T19:00:31.824Z | Downloaded platforms v3.0.2 |
787 | 2023-11-29T19:00:31.829Z | Downloaded postcard v0.7.3 |
788 | 2023-11-29T19:00:31.832Z | Downloaded zone_cfg_derive v0.3.0 |
789 | 2023-11-29T19:00:31.835Z | Downloaded async-trait v0.1.74 |
790 | 2023-11-29T19:00:31.840Z | Downloaded rand v0.8.5 |
791 | 2023-11-29T19:00:31.847Z | Downloaded futures-core v0.3.29 |
792 | 2023-11-29T19:00:31.850Z | Downloaded instant v0.1.12 |
793 | 2023-11-29T19:00:31.853Z | Downloaded waitgroup v0.1.2 |
794 | 2023-11-29T19:00:31.856Z | Downloaded home v0.5.5 |
795 | 2023-11-29T19:00:31.859Z | Downloaded structmeta-derive v0.2.0 |
796 | 2023-11-29T19:00:31.861Z | Downloaded zeroize v1.6.0 |
797 | 2023-11-29T19:00:31.864Z | Downloaded managed v0.8.0 |
798 | 2023-11-29T19:00:31.866Z | Downloaded bytes v1.5.0 |
799 | 2023-11-29T19:00:31.873Z | Downloaded proc-macro2 v1.0.69 |
800 | 2023-11-29T19:00:31.878Z | Downloaded tinyvec_macros v0.1.1 |
801 | 2023-11-29T19:00:31.880Z | Downloaded bstr v0.2.17 |
802 | 2023-11-29T19:00:31.899Z | Downloaded libefi-sys v0.1.0 |
803 | 2023-11-29T19:00:31.906Z | Downloaded slog-async v2.8.0 |
804 | 2023-11-29T19:00:31.906Z | Downloaded serde_path_to_error v0.1.14 |
805 | 2023-11-29T19:00:31.910Z | Downloaded ident_case v1.0.1 |
806 | 2023-11-29T19:00:31.910Z | Downloaded smf v0.2.2 |
807 | 2023-11-29T19:00:31.919Z | Downloaded rustc-demangle v0.1.23 |
808 | 2023-11-29T19:00:31.922Z | Downloaded md-5 v0.10.5 |
809 | 2023-11-29T19:00:31.922Z | Downloaded want v0.3.1 |
810 | 2023-11-29T19:00:31.922Z | Downloaded hyper-staticfile v0.9.5 |
811 | 2023-11-29T19:00:31.931Z | Downloaded endian-type v0.1.2 |
812 | 2023-11-29T19:00:31.931Z | Downloaded slab v0.4.9 |
813 | 2023-11-29T19:00:31.931Z | Downloaded strsim v0.8.0 |
814 | 2023-11-29T19:00:31.931Z | Downloaded filetime v0.2.22 |
815 | 2023-11-29T19:00:31.933Z | Downloaded walkdir v2.4.0 |
816 | 2023-11-29T19:00:31.936Z | Downloaded ahash v0.8.3 |
817 | 2023-11-29T19:00:31.941Z | Downloaded thiserror-impl-no-std v2.0.2 |
818 | 2023-11-29T19:00:31.944Z | Downloaded thiserror-impl v1.0.49 |
819 | 2023-11-29T19:00:31.947Z | Downloaded time-macros v0.2.13 |
820 | 2023-11-29T19:00:31.950Z | Downloaded synstructure v0.12.6 |
821 | 2023-11-29T19:00:31.953Z | Downloaded float-cmp v0.9.0 |
822 | 2023-11-29T19:00:31.955Z | Downloaded hubpack v0.1.2 |
823 | 2023-11-29T19:00:31.958Z | Downloaded diesel_derives v2.1.1 |
824 | 2023-11-29T19:00:31.964Z | Downloaded serde_tokenstream v0.1.7 |
825 | 2023-11-29T19:00:31.970Z | Downloaded secrecy v0.8.0 |
826 | 2023-11-29T19:00:31.973Z | Downloaded serde_urlencoded v0.7.1 |
827 | 2023-11-29T19:00:31.976Z | Downloaded siphasher v0.3.11 |
828 | 2023-11-29T19:00:31.979Z | Downloaded schemars_derive v0.8.13 |
829 | 2023-11-29T19:00:31.982Z | Downloaded group v0.13.0 |
830 | 2023-11-29T19:00:31.985Z | Downloaded zeroize_derive v1.4.2 |
831 | 2023-11-29T19:00:31.988Z | Downloaded serde_tokenstream v0.2.0 |
832 | 2023-11-29T19:00:31.994Z | Downloaded russh-cryptovec v0.7.0 |
833 | 2023-11-29T19:00:31.997Z | Downloaded errno v0.3.2 |
834 | 2023-11-29T19:00:32.001Z | Downloaded foreign-types-shared v0.3.1 |
835 | 2023-11-29T19:00:32.001Z | Downloaded rustc_version v0.4.0 |
836 | 2023-11-29T19:00:32.004Z | Downloaded signature v2.1.0 |
837 | 2023-11-29T19:00:32.007Z | Downloaded smallvec v1.11.0 |
838 | 2023-11-29T19:00:32.010Z | Downloaded slog-bunyan v2.4.0 |
839 | 2023-11-29T19:00:32.013Z | Downloaded sha1 v0.10.6 |
840 | 2023-11-29T19:00:32.016Z | Downloaded utf-8 v0.7.6 |
841 | 2023-11-29T19:00:32.019Z | Downloaded ipnet v2.8.0 |
842 | 2023-11-29T19:00:32.022Z | Downloaded form_urlencoded v1.2.0 |
843 | 2023-11-29T19:00:32.024Z | Downloaded semver v0.11.0 |
844 | 2023-11-29T19:00:32.027Z | Downloaded fixedbitset v0.4.2 |
845 | 2023-11-29T19:00:32.031Z | Downloaded rustversion v1.0.14 |
846 | 2023-11-29T19:00:32.034Z | Downloaded textwrap v0.11.0 |
847 | 2023-11-29T19:00:32.036Z | Downloaded lazy_static v1.4.0 |
848 | 2023-11-29T19:00:32.039Z | Downloaded is-terminal v0.4.9 |
849 | 2023-11-29T19:00:32.042Z | Downloaded ipnetwork v0.20.0 |
850 | 2023-11-29T19:00:32.045Z | Downloaded inout v0.1.3 |
851 | 2023-11-29T19:00:32.048Z | Downloaded whoami v1.4.1 |
852 | 2023-11-29T19:00:32.050Z | Downloaded thread-id v4.2.0 |
853 | 2023-11-29T19:00:32.053Z | Downloaded httpdate v1.0.3 |
854 | 2023-11-29T19:00:33.059Z | Downloaded md5 v0.7.0 |
855 | 2023-11-29T19:00:33.059Z | Downloaded ed25519 v2.2.2 |
856 | 2023-11-29T19:00:33.064Z | Downloaded hex-literal v0.4.1 |
857 | 2023-11-29T19:00:33.064Z | Downloaded foreign-types v0.3.2 |
858 | 2023-11-29T19:00:33.064Z | Downloaded slog-scope v4.4.0 |
859 | 2023-11-29T19:00:33.064Z | Downloaded num-bigint v0.4.4 |
860 | 2023-11-29T19:00:33.064Z | Downloaded matches v0.1.10 |
861 | 2023-11-29T19:00:33.064Z | Downloaded getopts v0.2.21 |
862 | 2023-11-29T19:00:33.064Z | Downloaded elliptic-curve v0.13.5 |
863 | 2023-11-29T19:00:33.064Z | Downloaded try-lock v0.2.4 |
864 | 2023-11-29T19:00:33.064Z | Downloaded xattr v1.0.1 |
865 | 2023-11-29T19:00:33.064Z | Downloaded term v0.7.0 |
866 | 2023-11-29T19:00:33.064Z | Downloaded take_mut v0.2.2 |
867 | 2023-11-29T19:00:33.064Z | Downloaded strum v0.25.0 |
868 | 2023-11-29T19:00:33.064Z | Downloaded terminal_size v0.2.6 |
869 | 2023-11-29T19:00:33.064Z | Downloaded structopt v0.3.26 |
870 | 2023-11-29T19:00:33.064Z | Downloaded fxhash v0.2.1 |
871 | 2023-11-29T19:00:33.064Z | Downloaded usdt-attr-macro v0.3.5 |
872 | 2023-11-29T19:00:33.064Z | Downloaded foreign-types-shared v0.1.1 |
873 | 2023-11-29T19:00:33.064Z | Downloaded serde_spanned v0.6.4 |
874 | 2023-11-29T19:00:33.064Z | Downloaded universal-hash v0.5.1 |
875 | 2023-11-29T19:00:33.064Z | Downloaded serde_repr v0.1.16 |
876 | 2023-11-29T19:00:33.064Z | Downloaded thread_local v1.1.7 |
877 | 2023-11-29T19:00:33.064Z | Downloaded structmeta v0.2.0 |
878 | 2023-11-29T19:00:33.064Z | Downloaded tempfile v3.8.1 |
879 | 2023-11-29T19:00:33.064Z | Downloaded vsss-rs v3.3.1 |
880 | 2023-11-29T19:00:33.064Z | Downloaded lru-cache v0.1.2 |
881 | 2023-11-29T19:00:33.064Z | Downloaded ryu v1.0.15 |
882 | 2023-11-29T19:00:33.064Z | Downloaded kstat-rs v0.2.3 |
883 | 2023-11-29T19:00:33.064Z | Downloaded untrusted v0.7.1 |
884 | 2023-11-29T19:00:33.064Z | Downloaded slog-stdlog v4.1.1 |
885 | 2023-11-29T19:00:33.064Z | Downloaded lock_api v0.4.10 |
886 | 2023-11-29T19:00:33.064Z | Downloaded strum_macros v0.25.2 |
887 | 2023-11-29T19:00:33.064Z | Downloaded getrandom v0.1.16 |
888 | 2023-11-29T19:00:33.064Z | Downloaded indexmap v2.1.0 |
889 | 2023-11-29T19:00:33.064Z | Downloaded utf8parse v0.2.1 |
890 | 2023-11-29T19:00:33.064Z | Downloaded unicode-normalization v0.1.22 |
891 | 2023-11-29T19:00:33.064Z | Downloaded yasna v0.5.2 |
892 | 2023-11-29T19:00:33.064Z | Downloaded trust-dns-server v0.22.1 |
893 | 2023-11-29T19:00:33.064Z | Downloaded typenum v1.16.0 |
894 | 2023-11-29T19:00:33.064Z | Downloaded toml v0.7.8 |
895 | 2023-11-29T19:00:33.064Z | Downloaded sha2 v0.10.8 |
896 | 2023-11-29T19:00:33.064Z | Downloaded uuid v1.6.1 |
897 | 2023-11-29T19:00:33.064Z | Downloaded hashbrown v0.13.2 |
898 | 2023-11-29T19:00:33.064Z | Downloaded tungstenite v0.20.1 |
899 | 2023-11-29T19:00:33.064Z | Downloaded ucd-trie v0.1.6 |
900 | 2023-11-29T19:00:33.064Z | Downloaded serde v1.0.192 |
901 | 2023-11-29T19:00:33.064Z | Downloaded hyper-rustls v0.24.2 |
902 | 2023-11-29T19:00:33.064Z | Downloaded memchr v2.6.3 |
903 | 2023-11-29T19:00:33.064Z | Downloaded sct v0.7.0 |
904 | 2023-11-29T19:00:33.064Z | Downloaded petgraph v0.6.4 |
905 | 2023-11-29T19:00:33.064Z | Downloaded schemars v0.8.13 |
906 | 2023-11-29T19:00:33.064Z | Downloaded tracing-core v0.1.31 |
907 | 2023-11-29T19:00:33.064Z | Downloaded http v0.2.11 |
908 | 2023-11-29T19:00:33.064Z | Downloaded ed25519-dalek v2.0.0 |
909 | 2023-11-29T19:00:33.064Z | Downloaded libm v0.2.7 |
910 | 2023-11-29T19:00:33.064Z | Downloaded heapless v0.7.16 |
911 | 2023-11-29T19:00:33.064Z | Downloaded hashbrown v0.12.3 |
912 | 2023-11-29T19:00:33.064Z | Downloaded time v0.3.27 |
913 | 2023-11-29T19:00:33.065Z | Downloaded clap_builder v4.4.2 |
914 | 2023-11-29T19:00:33.065Z | Downloaded trust-dns-client v0.22.0 |
915 | 2023-11-29T19:00:33.065Z | Downloaded rustls-webpki v0.101.7 |
916 | 2023-11-29T19:00:33.066Z | Downloaded serde_json v1.0.108 |
917 | 2023-11-29T19:00:33.066Z | Downloaded hashbrown v0.14.2 |
918 | 2023-11-29T19:00:33.066Z | Downloaded tokio-util v0.7.10 |
919 | 2023-11-29T19:00:33.066Z | Downloaded smoltcp v0.8.2 |
920 | 2023-11-29T19:00:33.066Z | Downloaded idna v0.4.0 |
921 | 2023-11-29T19:00:33.066Z | Downloaded vcpkg v0.2.15 |
922 | 2023-11-29T19:00:33.066Z | Downloaded hyper v0.14.27 |
923 | 2023-11-29T19:00:33.066Z | Downloaded regex-syntax v0.8.2 |
924 | 2023-11-29T19:00:33.066Z | Downloaded webpki-roots v0.25.2 |
925 | 2023-11-29T19:00:33.066Z | Downloaded syn v1.0.109 |
926 | 2023-11-29T19:00:33.066Z | Downloaded rustix v0.37.23 |
927 | 2023-11-29T19:00:33.066Z | Downloaded idna v0.2.3 |
928 | 2023-11-29T19:00:33.066Z | Downloaded rustls v0.21.9 |
929 | 2023-11-29T19:00:33.066Z | Downloaded bstr v1.6.0 |
930 | 2023-11-29T19:00:33.066Z | Downloaded openapiv3 v2.0.0-rc.1 |
931 | 2023-11-29T19:00:33.066Z | Downloaded rustix v0.38.25 |
932 | 2023-11-29T19:00:33.066Z | Downloaded zerocopy-derive v0.2.0 |
933 | 2023-11-29T19:00:33.066Z | Downloaded zerocopy-derive v0.6.4 |
934 | 2023-11-29T19:00:33.066Z | Downloaded sled v0.34.7 |
935 | 2023-11-29T19:00:33.066Z | Downloaded encoding_rs v0.8.33 |
936 | 2023-11-29T19:00:33.066Z | Downloaded regex-automata v0.4.3 |
937 | 2023-11-29T19:00:33.066Z | Downloaded regex-automata v0.3.8 |
938 | 2023-11-29T19:00:33.066Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
939 | 2023-11-29T19:00:33.066Z | Downloaded libc v0.2.150 |
940 | 2023-11-29T19:00:33.066Z | Downloaded tokio v1.34.0 |
941 | 2023-11-29T19:00:33.067Z | Downloaded sha3 v0.10.8 |
942 | 2023-11-29T19:00:33.067Z | Downloaded regex-syntax v0.7.5 |
943 | 2023-11-29T19:00:33.067Z | Downloaded smoltcp v0.9.1 |
944 | 2023-11-29T19:00:33.069Z | Downloaded syn v2.0.32 |
945 | 2023-11-29T19:00:33.084Z | Downloaded openssl v0.10.57 |
946 | 2023-11-29T19:00:33.112Z | Downloaded winapi v0.3.9 |
947 | 2023-11-29T19:00:33.184Z | Downloaded curve25519-dalek v4.1.0 |
948 | 2023-11-29T19:00:33.199Z | Downloaded object v0.32.1 |
949 | 2023-11-29T19:00:33.216Z | Downloaded regex v1.10.2 |
950 | 2023-11-29T19:00:33.239Z | Downloaded gimli v0.28.0 |
951 | 2023-11-29T19:00:33.272Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2023-11-29T19:00:33.276Z | Downloaded itertools v0.12.0 |
953 | 2023-11-29T19:00:33.284Z | Downloaded diesel v2.1.4 |
954 | 2023-11-29T19:00:33.314Z | Downloaded chrono v0.4.31 |
955 | 2023-11-29T19:00:33.327Z | Downloaded clap v2.34.0 |
956 | 2023-11-29T19:00:33.339Z | Downloaded hkdf v0.12.3 |
957 | 2023-11-29T19:00:33.343Z | Downloaded regress v0.7.1 |
958 | 2023-11-29T19:00:33.355Z | Downloaded radix_trie v0.2.1 |
959 | 2023-11-29T19:00:33.364Z | Downloaded aho-corasick v1.0.4 |
960 | 2023-11-29T19:00:33.375Z | Downloaded aes-gcm v0.10.3 |
961 | 2023-11-29T19:00:33.381Z | Downloaded h2 v0.3.21 |
962 | 2023-11-29T19:00:33.393Z | Downloaded serde_with v2.3.3 |
963 | 2023-11-29T19:00:33.403Z | Downloaded unicode-segmentation v1.10.1 |
964 | 2023-11-29T19:00:33.413Z | Downloaded snafu v0.7.5 |
965 | 2023-11-29T19:00:33.419Z | Downloaded reqwest v0.11.22 |
966 | 2023-11-29T19:00:33.432Z | Downloaded crossterm v0.27.0 |
967 | 2023-11-29T19:00:33.444Z | Downloaded pest v2.7.2 |
968 | 2023-11-29T19:00:33.457Z | Downloaded itertools v0.11.0 |
969 | 2023-11-29T19:00:33.471Z | Downloaded itertools v0.10.5 |
970 | 2023-11-29T19:00:33.482Z | Downloaded futures-util v0.3.29 |
971 | 2023-11-29T19:00:33.506Z | Downloaded indexmap v1.9.3 |
972 | 2023-11-29T19:00:33.915Z | Downloaded russh v0.39.0 |
973 | 2023-11-29T19:00:33.915Z | Downloaded winnow v0.5.15 |
974 | 2023-11-29T19:00:33.915Z | Downloaded socket2 v0.5.5 |
975 | 2023-11-29T19:00:33.915Z | Downloaded serde_derive v1.0.192 |
976 | 2023-11-29T19:00:33.915Z | Downloaded semver v1.0.20 |
977 | 2023-11-29T19:00:33.915Z | Downloaded socket2 v0.4.9 |
978 | 2023-11-29T19:00:33.915Z | Downloaded headers v0.3.9 |
979 | 2023-11-29T19:00:33.915Z | Downloaded toml_edit v0.19.15 |
980 | 2023-11-29T19:00:33.915Z | Downloaded log v0.4.20 |
981 | 2023-11-29T19:00:33.915Z | Downloaded signal-hook v0.3.17 |
982 | 2023-11-29T19:00:33.915Z | Downloaded toml_edit v0.21.0 |
983 | 2023-11-29T19:00:33.915Z | Downloaded rustls-pemfile v1.0.3 |
984 | 2023-11-29T19:00:33.915Z | Downloaded macaddr v1.0.1 |
985 | 2023-11-29T19:00:33.915Z | Downloaded ghash v0.5.0 |
986 | 2023-11-29T19:00:33.915Z | Downloaded ring v0.17.5 |
987 | 2023-11-29T19:00:33.915Z | Downloaded flate2 v1.0.28 |
988 | 2023-11-29T19:00:33.915Z | Downloaded openssl-sys v0.9.93 |
989 | 2023-11-29T19:00:33.915Z | Downloaded regex-automata v0.1.10 |
990 | 2023-11-29T19:00:33.915Z | Downloaded subprocess v0.2.9 |
991 | 2023-11-29T19:00:33.915Z | Downloaded rand v0.7.3 |
992 | 2023-11-29T19:00:33.915Z | Downloaded half v1.8.2 |
993 | 2023-11-29T19:00:33.915Z | Downloaded tracing v0.1.37 |
994 | 2023-11-29T19:00:33.915Z | Downloaded ring v0.16.20 |
995 | 2023-11-29T19:00:33.979Z | Downloaded tokio-postgres v0.7.10 |
996 | 2023-11-29T19:00:33.988Z | Downloaded generic-array v0.14.7 |
997 | 2023-11-29T19:00:33.988Z | Downloaded slog-dtrace v0.2.3 |
998 | 2023-11-29T19:00:33.999Z | Downloaded serde_with_macros v2.3.3 |
999 | 2023-11-29T19:00:33.999Z | Downloaded similar v2.2.1 |
1000 | 2023-11-29T19:00:34.006Z | Downloaded hyper-tls v0.5.0 |
1001 | 2023-11-29T19:00:34.006Z | Downloaded hash32 v0.2.1 |
1002 | 2023-11-29T19:00:34.006Z | Downloaded signal-hook-mio v0.2.3 |
1003 | 2023-11-29T19:00:34.006Z | Downloaded rustfmt-wrapper v0.2.0 |
1004 | 2023-11-29T19:00:34.006Z | Downloaded futures-sink v0.3.29 |
1005 | 2023-11-29T19:00:34.019Z | Downloaded futures-macro v0.3.29 |
1006 | 2023-11-29T19:00:34.019Z | Downloaded futures-executor v0.3.29 |
1007 | 2023-11-29T19:00:34.019Z | Downloaded serde_derive_internals v0.26.0 |
1008 | 2023-11-29T19:00:34.019Z | Downloaded anyhow v1.0.75 |
1009 | 2023-11-29T19:00:34.026Z | Downloaded serde_yaml v0.9.25 |
1010 | 2023-11-29T19:00:34.026Z | Downloaded unicase v2.7.0 |
1011 | 2023-11-29T19:00:34.026Z | Downloaded futures v0.3.29 |
1012 | 2023-11-29T19:00:34.034Z | Downloaded hmac v0.12.1 |
1013 | 2023-11-29T19:00:34.039Z | Downloaded url v2.4.1 |
1014 | 2023-11-29T19:00:34.042Z | Downloaded zip v0.6.6 |
1015 | 2023-11-29T19:00:34.050Z | Downloaded base64 v0.21.5 |
1016 | 2023-11-29T19:00:34.055Z | Downloaded slog-json v2.6.1 |
1017 | 2023-11-29T19:00:34.059Z | Downloaded itoa v1.0.9 |
1018 | 2023-11-29T19:00:34.063Z | Downloaded slog-term v2.9.0 |
1019 | 2023-11-29T19:00:34.066Z | Downloaded hex v0.4.3 |
1020 | 2023-11-29T19:00:34.069Z | Downloaded semver-parser v0.10.2 |
1021 | 2023-11-29T19:00:34.069Z | Downloaded io-lifetimes v1.0.11 |
1022 | 2023-11-29T19:00:34.072Z | Downloaded http-body v0.4.5 |
1023 | 2023-11-29T19:00:34.075Z | Downloaded scheduled-thread-pool v0.2.7 |
1024 | 2023-11-29T19:00:34.078Z | Downloaded toml v0.8.8 |
1025 | 2023-11-29T19:00:34.082Z | Downloaded iana-time-zone v0.1.57 |
1026 | 2023-11-29T19:00:34.085Z | Downloaded spki v0.7.2 |
1027 | 2023-11-29T19:00:34.088Z | Downloaded subtle v2.5.0 |
1028 | 2023-11-29T19:00:34.092Z | Downloaded slog v2.7.0 |
1029 | 2023-11-29T19:00:34.094Z | Downloaded tokio-tungstenite v0.20.1 |
1030 | 2023-11-29T19:00:34.098Z | Downloaded trust-dns-resolver v0.22.0 |
1031 | 2023-11-29T19:00:34.105Z | Downloaded pin-project v1.1.3 |
1032 | 2023-11-29T19:00:34.124Z | Downloaded equivalent v1.0.1 |
1033 | 2023-11-29T19:00:34.127Z | Downloaded headers-core v0.2.0 |
1034 | 2023-11-29T19:00:34.127Z | Downloaded arc-swap v1.6.0 |
1035 | 2023-11-29T19:00:34.132Z | Downloaded spin v0.9.8 |
1036 | 2023-11-29T19:00:34.136Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2023-11-29T19:00:34.140Z | Downloaded crossbeam-channel v0.5.8 |
1038 | 2023-11-29T19:00:34.147Z | Downloaded tar v0.4.40 |
1039 | 2023-11-29T19:00:34.152Z | Downloaded enum-as-inner v0.5.1 |
1040 | 2023-11-29T19:00:34.154Z | Downloaded pest_meta v2.7.2 |
1041 | 2023-11-29T19:00:34.158Z | Downloaded hostname v0.3.1 |
1042 | 2023-11-29T19:00:34.160Z | Downloaded futures-channel v0.3.29 |
1043 | 2023-11-29T19:00:34.163Z | Downloaded unicode-ident v1.0.12 |
1044 | 2023-11-29T19:00:34.168Z | Downloaded heck v0.3.3 |
1045 | 2023-11-29T19:00:34.170Z | Downloaded signal-hook-registry v1.4.1 |
1046 | 2023-11-29T19:00:34.173Z | Downloaded futures-io v0.3.29 |
1047 | 2023-11-29T19:00:34.173Z | Downloaded slog-envlogger v2.2.0 |
1048 | 2023-11-29T19:00:34.175Z | Downloaded either v1.9.0 |
1049 | 2023-11-29T19:00:34.178Z | Downloaded unicode-bidi v0.3.13 |
1050 | 2023-11-29T19:00:34.184Z | Downloaded rcgen v0.11.3 |
1051 | 2023-11-29T19:00:34.195Z | Downloaded glob v0.3.1 |
1052 | 2023-11-29T19:00:34.195Z | Downloaded httparse v1.8.0 |
1053 | 2023-11-29T19:00:34.199Z | Downloaded tinyvec v1.6.0 |
1054 | 2023-11-29T19:00:34.199Z | Downloaded snafu-derive v0.7.5 |
1055 | 2023-11-29T19:00:34.202Z | Downloaded unsafe-libyaml v0.2.9 |
1056 | 2023-11-29T19:00:34.206Z | Downloaded scopeguard v1.2.0 |
1057 | 2023-11-29T19:00:34.206Z | Downloaded der v0.7.8 |
1058 | 2023-11-29T19:00:34.215Z | Downloaded darling_core v0.20.3 |
1059 | 2023-11-29T19:00:34.222Z | Downloaded tracing-attributes v0.1.26 |
1060 | 2023-11-29T19:00:34.226Z | Downloaded structopt-derive v0.4.18 |
1061 | 2023-11-29T19:00:34.228Z | Downloaded spin v0.5.2 |
1062 | 2023-11-29T19:00:34.231Z | Downloaded chacha20poly1305 v0.10.1 |
1063 | 2023-11-29T19:00:34.233Z | Downloaded thiserror v1.0.49 |
1064 | 2023-11-29T19:00:34.239Z | Downloaded russh-keys v0.38.0 |
1065 | 2023-11-29T19:00:34.243Z | Downloaded usdt v0.3.5 |
1066 | 2023-11-29T19:00:34.245Z | Downloaded unicode-width v0.1.11 |
1067 | 2023-11-29T19:00:34.247Z | Downloaded addr2line v0.21.0 |
1068 | 2023-11-29T19:00:34.250Z | Downloaded crossbeam-utils v0.8.16 |
1069 | 2023-11-29T19:00:34.254Z | Downloaded heck v0.4.1 |
1070 | 2023-11-29T19:00:34.257Z | Downloaded num-complex v0.4.4 |
1071 | 2023-11-29T19:00:34.260Z | Downloaded lalrpop-util v0.19.12 |
1072 | 2023-11-29T19:00:34.262Z | Downloaded linked-hash-map v0.5.6 |
1073 | 2023-11-29T19:00:34.262Z | Downloaded thiserror-no-std v2.0.2 |
1074 | 2023-11-29T19:00:34.268Z | Downloaded blake2 v0.10.6 |
1075 | 2023-11-29T19:00:34.300Z | Downloaded getrandom v0.2.10 |
1076 | 2023-11-29T19:00:34.303Z | Downloaded untrusted v0.9.0 |
1077 | 2023-11-29T19:00:34.303Z | Downloaded unicode-xid v0.2.4 |
1078 | 2023-11-29T19:00:34.303Z | Downloaded tokio-native-tls v0.3.1 |
1079 | 2023-11-29T19:00:34.303Z | Downloaded backtrace v0.3.69 |
1080 | 2023-11-29T19:00:34.303Z | Downloaded password-hash v0.5.0 |
1081 | 2023-11-29T19:00:34.303Z | Downloaded backoff v0.4.0 |
1082 | 2023-11-29T19:00:34.303Z | Downloaded zerocopy v0.6.4 |
1083 | 2023-11-29T19:00:34.303Z | Downloaded time-core v0.1.1 |
1084 | 2023-11-29T19:00:34.307Z | Downloaded pest_derive v2.7.2 |
1085 | 2023-11-29T19:00:34.307Z | Downloaded bitflags v2.4.0 |
1086 | 2023-11-29T19:00:34.311Z | Downloaded ansi_term v0.12.1 |
1087 | 2023-11-29T19:00:34.318Z | Downloaded darling v0.20.3 |
1088 | 2023-11-29T19:00:34.322Z | Downloaded colored v2.0.4 |
1089 | 2023-11-29T19:00:34.325Z | Downloaded native-tls v0.2.11 |
1090 | 2023-11-29T19:00:34.327Z | Downloaded argon2 v0.5.2 |
1091 | 2023-11-29T19:00:34.329Z | Downloaded keccak v0.1.4 |
1092 | 2023-11-29T19:00:34.333Z | Downloaded same-file v1.0.6 |
1093 | 2023-11-29T19:00:34.333Z | Downloaded strsim v0.10.0 |
1094 | 2023-11-29T19:00:34.335Z | Downloaded static_assertions v1.1.0 |
1095 | 2023-11-29T19:00:34.338Z | Downloaded stringprep v0.1.3 |
1096 | 2023-11-29T19:00:34.340Z | Downloaded string_cache v0.8.7 |
1097 | 2023-11-29T19:00:34.343Z | Downloaded stable_deref_trait v1.2.0 |
1098 | 2023-11-29T19:00:34.345Z | Downloaded zone v0.3.0 |
1099 | 2023-11-29T19:00:34.345Z | Downloaded usdt-macro v0.3.5 |
1100 | 2023-11-29T19:00:34.348Z | Downloaded once_cell v1.18.0 |
1101 | 2023-11-29T19:00:34.350Z | Downloaded usdt-impl v0.3.5 |
1102 | 2023-11-29T19:00:34.353Z | Downloaded http-range v0.1.5 |
1103 | 2023-11-29T19:00:34.355Z | Downloaded fnv v1.0.7 |
1104 | 2023-11-29T19:00:34.355Z | Downloaded parking_lot_core v0.9.8 |
1105 | 2023-11-29T19:00:34.358Z | Downloaded futures-task v0.3.29 |
1106 | 2023-11-29T19:00:34.360Z | Downloaded num-traits v0.2.16 |
1107 | 2023-11-29T19:00:34.364Z | Downloaded miniz_oxide v0.7.1 |
1108 | 2023-11-29T19:00:34.368Z | Downloaded mio v0.8.9 |
1109 | 2023-11-29T19:00:34.378Z | Downloaded version_check v0.9.4 |
1110 | 2023-11-29T19:00:34.381Z | Downloaded vec_map v0.8.2 |
1111 | 2023-11-29T19:00:34.381Z | Downloaded crossbeam-epoch v0.9.15 |
1112 | 2023-11-29T19:00:34.386Z | Downloaded ff v0.13.0 |
1113 | 2023-11-29T19:00:34.416Z | Downloaded fastrand v2.0.0 |
1114 | 2023-11-29T19:00:34.416Z | Downloaded postgres-types v0.2.6 |
1115 | 2023-11-29T19:00:34.416Z | Downloaded polyval v0.6.1 |
1116 | 2023-11-29T19:00:34.437Z | Downloaded chacha20 v0.9.1 |
1117 | 2023-11-29T19:00:34.438Z | Downloaded mime_guess v2.0.4 |
1118 | 2023-11-29T19:00:34.438Z | Downloaded ciborium v0.2.1 |
1119 | 2023-11-29T19:00:34.438Z | Downloaded pin-project-internal v1.1.3 |
1120 | 2023-11-29T19:00:34.438Z | Downloaded pkg-config v0.3.27 |
1121 | 2023-11-29T19:00:34.438Z | Downloaded password-hash v0.4.2 |
1122 | 2023-11-29T19:00:34.438Z | Downloaded parse-display-derive v0.8.2 |
1123 | 2023-11-29T19:00:34.438Z | Downloaded parking_lot v0.12.1 |
1124 | 2023-11-29T19:00:34.438Z | Downloaded parking_lot_core v0.8.6 |
1125 | 2023-11-29T19:00:34.438Z | Downloaded derive_more v0.99.17 |
1126 | 2023-11-29T19:00:34.467Z | Downloaded console v0.15.7 |
1127 | 2023-11-29T19:00:34.467Z | Downloaded proc-macro-error v1.0.4 |
1128 | 2023-11-29T19:00:34.467Z | Downloaded paste v1.0.14 |
1129 | 2023-11-29T19:00:34.474Z | Downloaded phf v0.11.2 |
1130 | 2023-11-29T19:00:34.474Z | Downloaded zerocopy v0.3.0 |
1131 | 2023-11-29T19:00:34.474Z | Downloaded pem v1.1.1 |
1132 | 2023-11-29T19:00:34.474Z | Downloaded dirs-next v2.0.0 |
1133 | 2023-11-29T19:00:34.474Z | Downloaded crypto-common v0.1.6 |
1134 | 2023-11-29T19:00:34.474Z | Downloaded async-stream v0.3.5 |
1135 | 2023-11-29T19:00:34.481Z | Downloaded adler v1.0.2 |
1136 | 2023-11-29T19:00:34.481Z | Downloaded cc v1.0.83 |
1137 | 2023-11-29T19:00:34.486Z | Downloaded rand_chacha v0.2.2 |
1138 | 2023-11-29T19:00:34.495Z | Downloaded anstyle v1.0.2 |
1139 | 2023-11-29T19:00:34.501Z | Downloaded omicron-zone-package v0.9.1 |
1140 | 2023-11-29T19:00:34.501Z | Downloaded foreign-types v0.5.0 |
1141 | 2023-11-29T19:00:34.501Z | Downloaded blowfish v0.9.1 |
1142 | 2023-11-29T19:00:34.509Z | Downloaded proc-macro-error-attr v1.0.4 |
1143 | 2023-11-29T19:00:34.509Z | Downloaded anstyle-parse v0.2.1 |
1144 | 2023-11-29T19:00:34.509Z | Downloaded pem v3.0.2 |
1145 | 2023-11-29T19:00:34.518Z | Downloaded aead v0.5.2 |
1146 | 2023-11-29T19:00:34.518Z | Downloaded num-rational v0.4.1 |
1147 | 2023-11-29T19:00:34.523Z | Downloaded cpufeatures v0.2.9 |
1148 | 2023-11-29T19:00:34.523Z | Downloaded rand_core v0.6.4 |
1149 | 2023-11-29T19:00:34.532Z | Downloaded predicates-core v1.0.6 |
1150 | 2023-11-29T19:00:34.532Z | Downloaded dirs-sys v0.4.1 |
1151 | 2023-11-29T19:00:34.544Z | Downloaded digest v0.10.7 |
1152 | 2023-11-29T19:00:34.544Z | Downloaded deranged v0.3.8 |
1153 | 2023-11-29T19:00:34.544Z | Downloaded resolv-conf v0.7.0 |
1154 | 2023-11-29T19:00:34.553Z | Downloaded dirs v5.0.1 |
1155 | 2023-11-29T19:00:34.553Z | Downloaded proc-macro-crate v1.3.1 |
1156 | 2023-11-29T19:00:34.553Z | Downloaded pin-utils v0.1.0 |
1157 | 2023-11-29T19:00:34.553Z | Downloaded cbc v0.1.2 |
1158 | 2023-11-29T19:00:34.564Z | Downloaded camino-tempfile v1.1.1 |
1159 | 2023-11-29T19:00:34.564Z | Downloaded rand_chacha v0.3.1 |
1160 | 2023-11-29T19:00:34.564Z | Downloaded autocfg v1.1.0 |
1161 | 2023-11-29T19:00:34.565Z | Downloaded anstream v0.5.0 |
1162 | 2023-11-29T19:00:34.573Z | Downloaded debug-ignore v1.0.5 |
1163 | 2023-11-29T19:00:34.573Z | Downloaded data-encoding v2.4.0 |
1164 | 2023-11-29T19:00:34.573Z | Downloaded bzip2 v0.4.4 |
1165 | 2023-11-29T19:00:34.573Z | Downloaded curve25519-dalek-derive v0.1.0 |
1166 | 2023-11-29T19:00:34.574Z | Downloaded pretty-hex v0.2.1 |
1167 | 2023-11-29T19:00:34.580Z | Downloaded dtrace-parser v0.1.14 |
1168 | 2023-11-29T19:00:34.580Z | Downloaded atomicwrites v0.4.2 |
1169 | 2023-11-29T19:00:34.580Z | Downloaded doc-comment v0.3.3 |
1170 | 2023-11-29T19:00:34.580Z | Downloaded async-stream-impl v0.3.5 |
1171 | 2023-11-29T19:00:34.580Z | Downloaded parse-display v0.8.2 |
1172 | 2023-11-29T19:00:34.580Z | Downloaded mime v0.3.17 |
1173 | 2023-11-29T19:00:34.588Z | Downloaded rand_core v0.5.1 |
1174 | 2023-11-29T19:00:34.588Z | Downloaded phf_shared v0.10.0 |
1175 | 2023-11-29T19:00:34.588Z | Downloaded clap_derive v4.4.2 |
1176 | 2023-11-29T19:00:34.598Z | Downloaded const-oid v0.9.5 |
1177 | 2023-11-29T19:00:34.598Z | Downloaded phf_shared v0.11.2 |
1178 | 2023-11-29T19:00:34.598Z | Downloaded num_enum_derive v0.5.11 |
1179 | 2023-11-29T19:00:34.598Z | Downloaded toml v0.5.11 |
1180 | 2023-11-29T19:00:34.608Z | Downloaded bit-set v0.5.3 |
1181 | 2023-11-29T19:00:34.608Z | Downloaded block-buffer v0.10.4 |
1182 | 2023-11-29T19:00:34.608Z | Downloaded pbkdf2 v0.11.0 |
1183 | 2023-11-29T19:00:34.619Z | Downloaded base64 v0.13.1 |
1184 | 2023-11-29T19:00:34.619Z | Downloaded parking_lot v0.11.2 |
1185 | 2023-11-29T19:00:34.628Z | Downloaded option-ext v0.2.0 |
1186 | 2023-11-29T19:00:34.629Z | Downloaded openssl-macros v0.1.1 |
1187 | 2023-11-29T19:00:34.629Z | Downloaded num_enum v0.5.11 |
1188 | 2023-11-29T19:00:34.630Z | Downloaded num v0.4.1 |
1189 | 2023-11-29T19:00:34.630Z | Downloaded crypto-bigint v0.5.2 |
1190 | 2023-11-29T19:00:34.647Z | Downloaded num-iter v0.1.43 |
1191 | 2023-11-29T19:00:34.654Z | Downloaded dirs-sys-next v0.1.2 |
1192 | 2023-11-29T19:00:34.654Z | Downloaded base64ct v1.6.0 |
1193 | 2023-11-29T19:00:34.654Z | Downloaded clap_lex v0.5.1 |
1194 | 2023-11-29T19:00:34.654Z | Downloaded num-derive v0.4.0 |
1195 | 2023-11-29T19:00:34.655Z | Downloaded cancel-safe-futures v0.1.5 |
1196 | 2023-11-29T19:00:34.663Z | Downloaded num_cpus v1.16.0 |
1197 | 2023-11-29T19:00:34.663Z | Downloaded new_debug_unreachable v1.0.4 |
1198 | 2023-11-29T19:00:34.663Z | Downloaded colorchoice v1.0.0 |
1199 | 2023-11-29T19:00:34.666Z | Downloaded openssl-probe v0.1.5 |
1200 | 2023-11-29T19:00:34.666Z | Downloaded opaque-debug v0.3.0 |
1201 | 2023-11-29T19:00:34.666Z | Downloaded normalize-line-endings v0.3.0 |
1202 | 2023-11-29T19:00:34.666Z | Downloaded nibble_vec v0.1.0 |
1203 | 2023-11-29T19:00:34.669Z | Downloaded cipher v0.4.4 |
1204 | 2023-11-29T19:00:34.672Z | Downloaded ciborium-ll v0.2.1 |
1205 | 2023-11-29T19:00:34.672Z | Downloaded toml_datetime v0.6.5 |
1206 | 2023-11-29T19:00:34.676Z | Downloaded tokio-macros v2.2.0 |
1207 | 2023-11-29T19:00:34.676Z | Downloaded atty v0.2.14 |
1208 | 2023-11-29T19:00:34.678Z | Downloaded atomic-waker v1.1.1 |
1209 | 2023-11-29T19:00:34.679Z | Downloaded num_threads v0.1.6 |
1210 | 2023-11-29T19:00:34.682Z | Downloaded crucible-workspace-hack v0.1.0 |
1211 | 2023-11-29T19:00:34.682Z | Downloaded dyn-clone v1.0.13 |
1212 | 2023-11-29T19:00:34.685Z | Downloaded convert_case v0.4.0 |
1213 | 2023-11-29T19:00:34.685Z | Downloaded aes v0.8.3 |
1214 | 2023-11-29T19:00:34.693Z | Downloaded cstr-argument v0.1.2 |
1215 | 2023-11-29T19:00:35.102Z | Compiling proc-macro2 v1.0.69 |
1216 | 2023-11-29T19:00:35.102Z | Compiling unicode-ident v1.0.12 |
1217 | 2023-11-29T19:00:35.109Z | Compiling libc v0.2.150 |
1218 | 2023-11-29T19:00:35.109Z | Compiling serde v1.0.192 |
1219 | 2023-11-29T19:00:35.110Z | Compiling autocfg v1.1.0 |
1220 | 2023-11-29T19:00:35.111Z | Compiling version_check v0.9.4 |
1221 | 2023-11-29T19:00:35.111Z | Compiling cfg-if v1.0.0 |
1222 | 2023-11-29T19:00:35.126Z | Compiling syn v1.0.109 |
1223 | 2023-11-29T19:00:35.500Z | Compiling parking_lot_core v0.9.8 |
1224 | 2023-11-29T19:00:35.532Z | Compiling typenum v1.16.0 |
1225 | 2023-11-29T19:00:36.373Z | Compiling libm v0.2.7 |
1226 | 2023-11-29T19:00:36.491Z | Compiling lock_api v0.4.10 |
1227 | 2023-11-29T19:00:37.257Z | Compiling generic-array v0.14.7 |
1228 | 2023-11-29T19:00:37.260Z | Compiling once_cell v1.18.0 |
1229 | 2023-11-29T19:00:37.260Z | Compiling num-traits v0.2.16 |
1230 | 2023-11-29T19:00:37.490Z | Compiling thiserror v1.0.49 |
1231 | 2023-11-29T19:00:37.587Z | Compiling futures-core v0.3.29 |
1232 | 2023-11-29T19:00:37.667Z | Compiling serde_json v1.0.108 |
1233 | 2023-11-29T19:00:37.773Z | Compiling slab v0.4.9 |
1234 | 2023-11-29T19:00:37.881Z | Compiling futures-channel v0.3.29 |
1235 | 2023-11-29T19:00:38.123Z | Compiling futures-task v0.3.29 |
1236 | 2023-11-29T19:00:38.142Z | Compiling memchr v2.6.3 |
1237 | 2023-11-29T19:00:38.212Z | Compiling futures-util v0.3.29 |
1238 | 2023-11-29T19:00:38.255Z | Compiling itoa v1.0.9 |
1239 | 2023-11-29T19:00:38.467Z | Compiling pkg-config v0.3.27 |
1240 | 2023-11-29T19:00:38.599Z | Compiling quote v1.0.33 |
1241 | 2023-11-29T19:00:38.907Z | Compiling scopeguard v1.2.0 |
1242 | 2023-11-29T19:00:39.088Z | Compiling log v0.4.20 |
1243 | 2023-11-29T19:00:39.199Z | Compiling syn v2.0.32 |
1244 | 2023-11-29T19:00:39.813Z | Compiling cc v1.0.83 |
1245 | 2023-11-29T19:00:40.148Z | Compiling getrandom v0.2.10 |
1246 | 2023-11-29T19:00:40.627Z | Compiling rand_core v0.6.4 |
1247 | 2023-11-29T19:00:41.477Z | Compiling heck v0.4.1 |
1248 | 2023-11-29T19:00:42.061Z | Compiling ryu v1.0.15 |
1249 | 2023-11-29T19:00:42.343Z | Compiling smallvec v1.11.0 |
1250 | 2023-11-29T19:00:43.021Z | Compiling schemars v0.8.13 |
1251 | 2023-11-29T19:00:43.097Z | Compiling vcpkg v0.2.15 |
1252 | 2023-11-29T19:00:43.392Z | Compiling subtle v2.5.0 |
1253 | 2023-11-29T19:00:43.499Z | Compiling httparse v1.8.0 |
1254 | 2023-11-29T19:00:44.103Z | Compiling indexmap v1.9.3 |
1255 | 2023-11-29T19:00:44.518Z | Compiling equivalent v1.0.1 |
1256 | 2023-11-29T19:00:44.541Z | Compiling hashbrown v0.14.2 |
1257 | 2023-11-29T19:00:44.597Z | Compiling pin-project-lite v0.2.13 |
1258 | 2023-11-29T19:00:44.952Z | Compiling ring v0.17.5 |
1259 | 2023-11-29T19:00:45.533Z | Compiling ring v0.16.20 |
1260 | 2023-11-29T19:00:45.775Z | Compiling semver v1.0.20 |
1261 | 2023-11-29T19:00:46.598Z | Compiling parking_lot v0.12.1 |
1262 | 2023-11-29T19:00:46.852Z | Compiling openssl-sys v0.9.93 |
1263 | 2023-11-29T19:00:46.875Z | Compiling ahash v0.8.3 |
1264 | 2023-11-29T19:00:47.333Z | Compiling fnv v1.0.7 |
1265 | 2023-11-29T19:00:48.222Z | Compiling openssl v0.10.57 |
1266 | 2023-11-29T19:00:48.370Z | Compiling signal-hook-registry v1.4.1 |
1267 | 2023-11-29T19:00:48.455Z | Compiling ucd-trie v0.1.6 |
1268 | 2023-11-29T19:00:48.564Z | Compiling rustls v0.21.9 |
1269 | 2023-11-29T19:00:48.821Z | Compiling iana-time-zone v0.1.57 |
1270 | 2023-11-29T19:00:49.488Z | Compiling mio v0.8.9 |
1271 | 2023-11-29T19:00:49.822Z | Compiling native-tls v0.2.11 |
1272 | 2023-11-29T19:00:50.410Z | Compiling socket2 v0.5.5 |
1273 | 2023-11-29T19:00:50.430Z | Compiling num_cpus v1.16.0 |
1274 | 2023-11-29T19:00:50.635Z | Compiling spin v0.5.2 |
1275 | 2023-11-29T19:00:50.961Z | Compiling byteorder v1.5.0 |
1276 | 2023-11-29T19:00:51.555Z | Compiling serde_derive_internals v0.26.0 |
1277 | 2023-11-29T19:00:51.753Z | Compiling futures-sink v0.3.29 |
1278 | 2023-11-29T19:00:51.813Z | Compiling async-trait v0.1.74 |
1279 | 2023-11-29T19:00:51.859Z | Compiling dyn-clone v1.0.13 |
1280 | 2023-11-29T19:00:52.146Z | Compiling aho-corasick v1.0.4 |
1281 | 2023-11-29T19:00:52.622Z | Compiling rustix v0.38.25 |
1282 | 2023-11-29T19:00:52.649Z | Compiling regex-syntax v0.8.2 |
1283 | 2023-11-29T19:00:52.655Z | Compiling tinyvec_macros v0.1.1 |
1284 | 2023-11-29T19:00:52.757Z | Compiling const-oid v0.9.5 |
1285 | 2023-11-29T19:00:53.783Z | Compiling tinyvec v1.6.0 |
1286 | 2023-11-29T19:00:54.250Z | Compiling hashbrown v0.13.2 |
1287 | 2023-11-29T19:00:56.345Z | Compiling backtrace v0.3.69 |
1288 | 2023-11-29T19:00:56.425Z | Compiling winnow v0.5.15 |
1289 | 2023-11-29T19:00:56.730Z | Compiling pin-utils v0.1.0 |
1290 | 2023-11-29T19:00:56.851Z | Compiling futures-io v0.3.29 |
1291 | 2023-11-29T19:00:56.988Z | Compiling unicode-normalization v0.1.22 |
1292 | 2023-11-29T19:00:57.201Z | Compiling spin v0.9.8 |
1293 | 2023-11-29T19:00:57.334Z | Compiling tracing-core v0.1.31 |
1294 | 2023-11-29T19:00:58.035Z | Compiling unicode-bidi v0.3.13 |
1295 | 2023-11-29T19:00:58.792Z | Compiling regex-automata v0.4.3 |
1296 | 2023-11-29T19:01:00.090Z | Compiling cpufeatures v0.2.9 |
1297 | 2023-11-29T19:01:00.219Z | Compiling crc32fast v1.3.2 |
1298 | 2023-11-29T19:01:00.556Z | Compiling anyhow v1.0.75 |
1299 | 2023-11-29T19:01:01.871Z | Compiling base64 v0.21.5 |
1300 | 2023-11-29T19:01:02.625Z | Compiling time-core v0.1.1 |
1301 | 2023-11-29T19:01:03.027Z | Compiling time-macros v0.2.13 |
1302 | 2023-11-29T19:01:03.183Z | Compiling serde_derive v1.0.192 |
1303 | 2023-11-29T19:01:03.329Z | Compiling zeroize_derive v1.4.2 |
1304 | 2023-11-29T19:01:03.726Z | Compiling thiserror-impl v1.0.49 |
1305 | 2023-11-29T19:01:04.060Z | Compiling tokio-macros v2.2.0 |
1306 | 2023-11-29T19:01:06.049Z | Compiling futures-macro v0.3.29 |
1307 | 2023-11-29T19:01:06.829Z | Compiling zeroize v1.6.0 |
1308 | 2023-11-29T19:01:06.854Z | Compiling tracing-attributes v0.1.26 |
1309 | 2023-11-29T19:01:08.576Z | Compiling schemars_derive v0.8.13 |
1310 | 2023-11-29T19:01:09.237Z | Compiling openssl-macros v0.1.1 |
1311 | 2023-11-29T19:01:09.360Z | Compiling pest v2.7.2 |
1312 | 2023-11-29T19:01:09.831Z | Compiling crypto-common v0.1.6 |
1313 | 2023-11-29T19:01:09.859Z | Compiling block-buffer v0.10.4 |
1314 | 2023-11-29T19:01:10.252Z | Compiling digest v0.10.7 |
1315 | 2023-11-29T19:01:11.042Z | Compiling regex v1.10.2 |
1316 | 2023-11-29T19:01:13.531Z | Compiling tracing v0.1.37 |
1317 | 2023-11-29T19:01:14.330Z | Compiling num-integer v0.1.45 |
1318 | 2023-11-29T19:01:14.536Z | Compiling slog v2.7.0 |
1319 | 2023-11-29T19:01:14.674Z | Compiling untrusted v0.9.0 |
1320 | 2023-11-29T19:01:14.837Z | Compiling unicode-xid v0.2.4 |
1321 | 2023-11-29T19:01:14.890Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2023-11-29T19:01:14.924Z | Compiling percent-encoding v2.3.0 |
1323 | 2023-11-29T19:01:15.042Z | Compiling unicode-width v0.1.11 |
1324 | 2023-11-29T19:01:15.068Z | Compiling hashbrown v0.12.3 |
1325 | 2023-11-29T19:01:15.096Z | Compiling openssl-probe v0.1.5 |
1326 | 2023-11-29T19:01:15.277Z | Compiling untrusted v0.7.1 |
1327 | 2023-11-29T19:01:15.298Z | Compiling synstructure v0.12.6 |
1328 | 2023-11-29T19:01:15.492Z | Compiling foreign-types v0.3.2 |
1329 | 2023-11-29T19:01:18.798Z | Compiling errno v0.3.2 |
1330 | 2023-11-29T19:01:19.224Z | Compiling ppv-lite86 v0.2.17 |
1331 | 2023-11-29T19:01:20.527Z | Compiling try-lock v0.2.4 |
1332 | 2023-11-29T19:01:20.692Z | Compiling want v0.3.1 |
1333 | 2023-11-29T19:01:20.719Z | Compiling rustls-webpki v0.101.7 |
1334 | 2023-11-29T19:01:21.746Z | Compiling sct v0.7.0 |
1335 | 2023-11-29T19:01:22.089Z | Compiling zerocopy-derive v0.2.0 |
1336 | 2023-11-29T19:01:22.202Z | Compiling form_urlencoded v1.2.0 |
1337 | 2023-11-29T19:01:22.268Z | Compiling pest_meta v2.7.2 |
1338 | 2023-11-29T19:01:22.924Z | Compiling socket2 v0.4.9 |
1339 | 2023-11-29T19:01:22.974Z | Compiling httpdate v1.0.3 |
1340 | 2023-11-29T19:01:23.813Z | Compiling tower-service v0.3.2 |
1341 | 2023-11-29T19:01:23.898Z | Compiling io-lifetimes v1.0.11 |
1342 | 2023-11-29T19:01:24.298Z | Compiling pest_generator v2.7.2 |
1343 | 2023-11-29T19:01:25.208Z | Compiling rustls-pemfile v1.0.3 |
1344 | 2023-11-29T19:01:25.533Z | Compiling idna v0.4.0 |
1345 | 2023-11-29T19:01:25.778Z | Compiling lazy_static v1.4.0 |
1346 | 2023-11-29T19:01:25.973Z | Compiling crossbeam-utils v0.8.16 |
1347 | 2023-11-29T19:01:27.345Z | Compiling bytes v1.5.0 |
1348 | 2023-11-29T19:01:27.623Z | Compiling indexmap v2.1.0 |
1349 | 2023-11-29T19:01:28.157Z | Compiling chrono v0.4.31 |
1350 | 2023-11-29T19:01:29.431Z | Compiling uuid v1.6.1 |
1351 | 2023-11-29T19:01:29.553Z | Compiling tokio v1.34.0 |
1352 | 2023-11-29T19:01:29.761Z | Compiling http v0.2.11 |
1353 | 2023-11-29T19:01:30.733Z | Compiling toml_datetime v0.6.5 |
1354 | 2023-11-29T19:01:31.439Z | Compiling bitflags v2.4.0 |
1355 | 2023-11-29T19:01:32.034Z | Compiling serde_spanned v0.6.4 |
1356 | 2023-11-29T19:01:32.484Z | Compiling toml_edit v0.19.15 |
1357 | 2023-11-29T19:01:33.929Z | Compiling rustc_version v0.4.0 |
1358 | 2023-11-29T19:01:34.867Z | Compiling http-body v0.4.5 |
1359 | 2023-11-29T19:01:35.504Z | Compiling openapiv3 v2.0.0-rc.1 |
1360 | 2023-11-29T19:01:38.134Z | Compiling adler v1.0.2 |
1361 | 2023-11-29T19:01:38.229Z | Compiling pest_derive v2.7.2 |
1362 | 2023-11-29T19:01:38.477Z | Compiling miniz_oxide v0.7.1 |
1363 | 2023-11-29T19:01:42.859Z | Compiling tokio-util v0.7.10 |
1364 | 2023-11-29T19:01:42.886Z | Compiling tokio-rustls v0.24.1 |
1365 | 2023-11-29T19:01:43.497Z | Compiling url v2.4.1 |
1366 | 2023-11-29T19:01:44.164Z | Compiling rustls-native-certs v0.6.3 |
1367 | 2023-11-29T19:01:44.877Z | Compiling h2 v0.3.21 |
1368 | 2023-11-29T19:01:46.038Z | Compiling tokio-native-tls v0.3.1 |
1369 | 2023-11-29T19:01:46.114Z | Compiling rand_chacha v0.3.1 |
1370 | 2023-11-29T19:01:46.324Z | Compiling usdt-impl v0.3.5 |
1371 | 2023-11-29T19:01:46.445Z | Compiling rustix v0.37.23 |
1372 | 2023-11-29T19:01:46.801Z | Compiling ipnet v2.8.0 |
1373 | 2023-11-29T19:01:48.834Z | Compiling rand v0.8.5 |
1374 | 2023-11-29T19:01:49.086Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2023-11-29T19:01:49.495Z | Compiling encoding_rs v0.8.33 |
1376 | 2023-11-29T19:01:49.616Z | Compiling gimli v0.28.0 |
1377 | 2023-11-29T19:01:49.901Z | Compiling webpki-roots v0.25.2 |
1378 | 2023-11-29T19:01:50.120Z | Compiling mime v0.3.17 |
1379 | 2023-11-29T19:01:52.142Z | Compiling zerocopy v0.3.0 |
1380 | 2023-11-29T19:01:52.980Z | Compiling object v0.32.1 |
1381 | 2023-11-29T19:01:53.360Z | Compiling num-bigint v0.4.4 |
1382 | 2023-11-29T19:01:54.683Z | Compiling rustc-demangle v0.1.23 |
1383 | 2023-11-29T19:01:55.058Z | Compiling dof v0.1.5 |
1384 | 2023-11-29T19:01:55.288Z | Compiling flate2 v1.0.28 |
1385 | 2023-11-29T19:01:56.237Z | Compiling hyper v0.14.27 |
1386 | 2023-11-29T19:01:56.269Z | Compiling dtrace-parser v0.1.14 |
1387 | 2023-11-29T19:01:56.617Z | Compiling heapless v0.7.16 |
1388 | 2023-11-29T19:01:56.892Z | Compiling addr2line v0.21.0 |
1389 | 2023-11-29T19:01:57.240Z | Compiling serde_tokenstream v0.2.0 |
1390 | 2023-11-29T19:01:57.925Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2023-11-29T19:01:58.043Z | Compiling thread-id v4.2.0 |
1392 | 2023-11-29T19:01:58.188Z | Compiling rustversion v1.0.14 |
1393 | 2023-11-29T19:01:59.125Z | Compiling signal-hook v0.3.17 |
1394 | 2023-11-29T19:01:59.648Z | Compiling toml v0.7.8 |
1395 | 2023-11-29T19:02:00.070Z | Compiling toml_edit v0.21.0 |
1396 | 2023-11-29T19:02:05.539Z | Compiling serde_tokenstream v0.1.7 |
1397 | 2023-11-29T19:02:05.651Z | Compiling hex v0.4.3 |
1398 | 2023-11-29T19:02:05.651Z | Compiling zerocopy-derive v0.6.4 |
1399 | 2023-11-29T19:02:05.651Z | Compiling regress v0.7.1 |
1400 | 2023-11-29T19:02:05.692Z | Compiling memoffset v0.9.0 |
1401 | 2023-11-29T19:02:05.692Z | Compiling strsim v0.10.0 |
1402 | 2023-11-29T19:02:06.360Z | Compiling bitflags v1.3.2 |
1403 | 2023-11-29T19:02:06.645Z | Compiling smoltcp v0.9.1 |
1404 | 2023-11-29T19:02:07.741Z | Compiling hyper-rustls v0.24.2 |
1405 | 2023-11-29T19:02:08.580Z | Compiling hyper-tls v0.5.0 |
1406 | 2023-11-29T19:02:08.606Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1407 | 2023-11-29T19:02:08.702Z | Compiling doc-comment v0.3.3 |
1408 | 2023-11-29T19:02:09.055Z | Compiling reqwest v0.11.22 |
1409 | 2023-11-29T19:02:09.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1410 | 2023-11-29T19:02:10.376Z | Compiling strum_macros v0.25.2 |
1411 | 2023-11-29T19:02:11.611Z | Compiling usdt-attr-macro v0.3.5 |
1412 | 2023-11-29T19:02:12.239Z | Compiling usdt-macro v0.3.5 |
1413 | 2023-11-29T19:02:13.959Z | Compiling enum-as-inner v0.5.1 |
1414 | 2023-11-29T19:02:14.342Z | Compiling num-iter v0.1.43 |
1415 | 2023-11-29T19:02:14.848Z | Compiling crossbeam-epoch v0.9.15 |
1416 | 2023-11-29T19:02:15.302Z | Compiling siphasher v0.3.11 |
1417 | 2023-11-29T19:02:15.532Z | Compiling unicode-segmentation v1.10.1 |
1418 | 2023-11-29T19:02:16.169Z | Compiling hubpack_derive v0.1.1 |
1419 | 2023-11-29T19:02:16.985Z | Compiling pin-project-internal v1.1.3 |
1420 | 2023-11-29T19:02:17.567Z | Compiling deranged v0.3.8 |
1421 | 2023-11-29T19:02:17.832Z | Compiling utf8parse v0.2.1 |
1422 | 2023-11-29T19:02:18.391Z | Compiling anstyle v1.0.2 |
1423 | 2023-11-29T19:02:18.863Z | Compiling num_threads v0.1.6 |
1424 | 2023-11-29T19:02:20.557Z | Compiling time v0.3.27 |
1425 | 2023-11-29T19:02:21.812Z | Compiling anstyle-parse v0.2.1 |
1426 | 2023-11-29T19:02:22.213Z | Compiling sha2 v0.10.8 |
1427 | 2023-11-29T19:02:23.000Z | Compiling md-5 v0.10.5 |
1428 | 2023-11-29T19:02:23.389Z | Compiling hmac v0.12.1 |
1429 | 2023-11-29T19:02:23.931Z | Compiling block-padding v0.3.3 |
1430 | 2023-11-29T19:02:24.303Z | Compiling clap_derive v4.4.2 |
1431 | 2023-11-29T19:02:24.763Z | Compiling stringprep v0.1.3 |
1432 | 2023-11-29T19:02:24.862Z | Compiling hash32 v0.2.1 |
1433 | 2023-11-29T19:02:25.440Z | Compiling diesel_table_macro_syntax v0.1.0 |
1434 | 2023-11-29T19:02:26.266Z | Compiling colorchoice v1.0.0 |
1435 | 2023-11-29T19:02:26.389Z | Compiling anstyle-query v1.0.0 |
1436 | 2023-11-29T19:02:26.430Z | Compiling fallible-iterator v0.2.0 |
1437 | 2023-11-29T19:02:26.573Z | Compiling either v1.9.0 |
1438 | 2023-11-29T19:02:26.898Z | Compiling stable_deref_trait v1.2.0 |
1439 | 2023-11-29T19:02:27.596Z | Compiling postgres-protocol v0.6.6 |
1440 | 2023-11-29T19:02:28.644Z | Compiling anstream v0.5.0 |
1441 | 2023-11-29T19:02:29.758Z | Compiling diesel_derives v2.1.1 |
1442 | 2023-11-29T19:02:30.036Z | Compiling terminal_size v0.2.6 |
1443 | 2023-11-29T19:02:30.063Z | Compiling inout v0.1.3 |
1444 | 2023-11-29T19:02:31.692Z | Compiling phf_shared v0.11.2 |
1445 | 2023-11-29T19:02:33.039Z | Compiling getopts v0.2.21 |
1446 | 2023-11-29T19:02:33.536Z | Compiling snafu-derive v0.7.5 |
1447 | 2023-11-29T19:02:33.539Z | Compiling serde_repr v0.1.16 |
1448 | 2023-11-29T19:02:33.595Z | Compiling scheduled-thread-pool v0.2.7 |
1449 | 2023-11-29T19:02:34.555Z | Compiling clap_lex v0.5.1 |
1450 | 2023-11-29T19:02:34.712Z | Compiling bit-vec v0.6.3 |
1451 | 2023-11-29T19:02:34.754Z | Compiling managed v0.8.0 |
1452 | 2023-11-29T19:02:35.528Z | Compiling matches v0.1.10 |
1453 | 2023-11-29T19:02:35.660Z | Compiling regex-automata v0.1.10 |
1454 | 2023-11-29T19:02:35.789Z | Compiling unsafe-libyaml v0.2.9 |
1455 | 2023-11-29T19:02:35.981Z | Compiling idna v0.2.3 |
1456 | 2023-11-29T19:02:36.414Z | Compiling bstr v0.2.17 |
1457 | 2023-11-29T19:02:38.669Z | Compiling serde_yaml v0.9.25 |
1458 | 2023-11-29T19:02:38.996Z | Compiling clap_builder v4.4.2 |
1459 | 2023-11-29T19:02:39.765Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1460 | 2023-11-29T19:02:42.625Z | Compiling r2d2 v0.8.10 |
1461 | 2023-11-29T19:02:46.607Z | Compiling phf v0.11.2 |
1462 | 2023-11-29T19:02:47.052Z | Compiling signal-hook-mio v0.2.3 |
1463 | 2023-11-29T19:02:47.677Z | Compiling cipher v0.4.4 |
1464 | 2023-11-29T19:02:48.501Z | Compiling bzip2 v0.4.4 |
1465 | 2023-11-29T19:02:48.523Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1466 | 2023-11-29T19:02:48.710Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1467 | 2023-11-29T19:02:49.114Z | Compiling postgres-types v0.2.6 |
1468 | 2023-11-29T19:02:50.250Z | Compiling itertools v0.11.0 |
1469 | 2023-11-29T19:02:51.044Z | Compiling pin-project v1.1.3 |
1470 | 2023-11-29T19:02:51.258Z | Compiling hubpack v0.1.2 |
1471 | 2023-11-29T19:02:54.644Z | Compiling phf_shared v0.10.0 |
1472 | 2023-11-29T19:02:54.718Z | Compiling zerocopy v0.6.4 |
1473 | 2023-11-29T19:02:54.718Z | Compiling ipnetwork v0.20.0 |
1474 | 2023-11-29T19:02:54.718Z | Compiling futures-executor v0.3.29 |
1475 | 2023-11-29T19:02:54.800Z | Compiling float-cmp v0.9.0 |
1476 | 2023-11-29T19:02:55.313Z | Compiling precomputed-hash v0.1.1 |
1477 | 2023-11-29T19:02:55.463Z | Compiling data-encoding v2.4.0 |
1478 | 2023-11-29T19:02:55.661Z | Compiling fixedbitset v0.4.2 |
1479 | 2023-11-29T19:02:56.329Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2023-11-29T19:02:56.507Z | Compiling whoami v1.4.1 |
1481 | 2023-11-29T19:02:56.824Z | Compiling predicates-core v1.0.6 |
1482 | 2023-11-29T19:02:57.382Z | Compiling new_debug_unreachable v1.0.4 |
1483 | 2023-11-29T19:02:57.460Z | Compiling difflib v0.4.0 |
1484 | 2023-11-29T19:02:57.530Z | Compiling regex-automata v0.3.8 |
1485 | 2023-11-29T19:02:59.936Z | Compiling static_assertions v1.1.0 |
1486 | 2023-11-29T19:03:00.081Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1487 | 2023-11-29T19:03:00.155Z | Compiling predicates v3.0.4 |
1488 | 2023-11-29T19:03:01.528Z | Compiling bstr v1.6.0 |
1489 | 2023-11-29T19:03:01.592Z | Compiling string_cache v0.8.7 |
1490 | 2023-11-29T19:03:01.858Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1491 | 2023-11-29T19:03:02.328Z | Compiling tokio-postgres v0.7.10 |
1492 | 2023-11-29T19:03:02.972Z | Compiling diesel v2.1.4 |
1493 | 2023-11-29T19:03:03.062Z | Compiling trust-dns-proto v0.22.0 |
1494 | 2023-11-29T19:03:03.104Z | Compiling petgraph v0.6.4 |
1495 | 2023-11-29T19:03:09.515Z | Compiling futures v0.3.29 |
1496 | 2023-11-29T19:03:11.387Z | Compiling snafu v0.7.5 |
1497 | 2023-11-29T19:03:11.548Z | Compiling yasna v0.5.2 |
1498 | 2023-11-29T19:03:12.755Z | Compiling zip v0.6.6 |
1499 | 2023-11-29T19:03:14.802Z | Compiling crossterm v0.27.0 |
1500 | 2023-11-29T19:03:15.201Z | Compiling clap v4.4.3 |
1501 | 2023-11-29T19:03:16.166Z | Compiling similar v2.2.1 |
1502 | 2023-11-29T19:03:17.242Z | Compiling bit-set v0.5.3 |
1503 | 2023-11-29T19:03:17.663Z | Compiling itertools v0.10.5 |
1504 | 2023-11-29T19:03:20.400Z | Compiling usdt v0.3.5 |
1505 | 2023-11-29T19:03:21.193Z | Compiling signature v2.1.0 |
1506 | 2023-11-29T19:03:21.383Z | Compiling tokio-stream v0.1.14 |
1507 | 2023-11-29T19:03:21.547Z | Compiling console v0.15.7 |
1508 | 2023-11-29T19:03:22.517Z | Compiling lalrpop-util v0.19.12 |
1509 | 2023-11-29T19:04:04.325Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1510 | 2023-11-29T19:04:10.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1511 | 2023-11-29T19:04:11.813Z | Compiling sha1 v0.10.6 |
1512 | 2023-11-29T19:04:12.569Z | Compiling atty v0.2.14 |
1513 | 2023-11-29T19:04:12.903Z | Compiling match_cfg v0.1.0 |
1514 | 2023-11-29T19:04:19.435Z | Compiling hostname v0.3.1 |
1515 | 2023-11-29T19:04:20.166Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1516 | 2023-11-29T19:04:23.352Z | Compiling dirs-sys-next v0.1.2 |
1517 | 2023-11-29T19:04:24.427Z | Compiling dirs-next v2.0.0 |
1518 | 2023-11-29T19:04:24.769Z | Compiling thread_local v1.1.7 |
1519 | 2023-11-29T19:04:24.836Z | Compiling camino v1.1.6 |
1520 | 2023-11-29T19:04:24.903Z | Compiling slog-async v2.8.0 |
1521 | 2023-11-29T19:04:25.200Z | Compiling ident_case v1.0.1 |
1522 | 2023-11-29T19:04:25.464Z | Compiling darling_core v0.20.3 |
1523 | 2023-11-29T19:04:25.877Z | Compiling term v0.7.0 |
1524 | 2023-11-29T19:04:25.877Z | Compiling crossbeam-channel v0.5.8 |
1525 | 2023-11-29T19:04:25.879Z | Compiling multer v2.1.0 |
1526 | 2023-11-29T19:04:25.888Z | Compiling instant v0.1.12 |
1527 | 2023-11-29T19:04:26.082Z | Compiling paste v1.0.14 |
1528 | 2023-11-29T19:04:26.280Z | Compiling take_mut v0.2.2 |
1529 | 2023-11-29T19:04:26.515Z | Compiling slog-term v2.9.0 |
1530 | 2023-11-29T19:04:27.694Z | Compiling slog-json v2.6.1 |
1531 | 2023-11-29T19:04:28.262Z | Compiling async-stream-impl v0.3.5 |
1532 | 2023-11-29T19:04:28.292Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1533 | 2023-11-29T19:04:28.522Z | Compiling atomic-waker v1.1.1 |
1534 | 2023-11-29T19:04:28.555Z | Compiling slog-bunyan v2.4.0 |
1535 | 2023-11-29T19:04:28.791Z | Compiling waitgroup v0.1.2 |
1536 | 2023-11-29T19:04:29.094Z | Compiling toml v0.8.8 |
1537 | 2023-11-29T19:04:29.118Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1538 | 2023-11-29T19:04:29.307Z | Compiling serde_path_to_error v0.1.14 |
1539 | 2023-11-29T19:04:30.582Z | Compiling async-stream v0.3.5 |
1540 | 2023-11-29T19:04:30.697Z | Compiling structmeta-derive v0.2.0 |
1541 | 2023-11-29T19:04:30.809Z | Compiling debug-ignore v1.0.5 |
1542 | 2023-11-29T19:04:30.884Z | Compiling strum v0.25.0 |
1543 | 2023-11-29T19:04:31.004Z | Compiling regex-syntax v0.7.5 |
1544 | 2023-11-29T19:04:31.063Z | Compiling backoff v0.4.0 |
1545 | 2023-11-29T19:04:31.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1546 | 2023-11-29T19:04:31.577Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1547 | 2023-11-29T19:04:31.867Z | Compiling macaddr v1.0.1 |
1548 | 2023-11-29T19:04:31.959Z | Compiling proc-macro-error-attr v1.0.4 |
1549 | 2023-11-29T19:04:32.303Z | Compiling proc-macro-crate v1.3.1 |
1550 | 2023-11-29T19:04:32.481Z | Compiling proc-macro-error v1.0.4 |
1551 | 2023-11-29T19:04:33.153Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2023-11-29T19:04:33.698Z | Compiling fastrand v2.0.0 |
1553 | 2023-11-29T19:04:34.065Z | Compiling num_enum_derive v0.5.11 |
1554 | 2023-11-29T19:04:34.603Z | Compiling postcard-cobs v0.1.5-pre |
1555 | 2023-11-29T19:04:35.055Z | Compiling same-file v1.0.6 |
1556 | 2023-11-29T19:04:35.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1557 | 2023-11-29T19:04:35.404Z | Compiling walkdir v2.4.0 |
1558 | 2023-11-29T19:04:35.588Z | Compiling postcard v0.7.3 |
1559 | 2023-11-29T19:04:35.713Z | Compiling darling_macro v0.20.3 |
1560 | 2023-11-29T19:04:35.833Z | Compiling structmeta v0.2.0 |
1561 | 2023-11-29T19:04:36.365Z | Compiling tempfile v3.8.1 |
1562 | 2023-11-29T19:04:36.518Z | Compiling smoltcp v0.8.2 |
1563 | 2023-11-29T19:04:36.677Z | Compiling semver-parser v0.10.2 |
1564 | 2023-11-29T19:04:37.335Z | Compiling darling v0.20.3 |
1565 | 2023-11-29T19:04:37.503Z | Compiling serde_with_macros v2.3.3 |
1566 | 2023-11-29T19:04:37.745Z | Compiling foreign-types-macros v0.2.3 |
1567 | 2023-11-29T19:04:38.668Z | Compiling num_enum v0.5.11 |
1568 | 2023-11-29T19:04:38.898Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1569 | 2023-11-29T19:04:39.345Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1570 | 2023-11-29T19:04:39.913Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1571 | 2023-11-29T19:04:40.324Z | Compiling crucible-workspace-hack v0.1.0 |
1572 | 2023-11-29T19:04:40.423Z | Compiling cfg-if v0.1.10 |
1573 | 2023-11-29T19:04:40.554Z | Compiling foreign-types-shared v0.3.1 |
1574 | 2023-11-29T19:04:40.740Z | Compiling foreign-types v0.5.0 |
1575 | 2023-11-29T19:04:41.272Z | Compiling semver v0.11.0 |
1576 | 2023-11-29T19:04:41.421Z | Compiling is-terminal v0.4.9 |
1577 | 2023-11-29T19:04:41.610Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-11-29T19:04:42.027Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-11-29T19:04:42.053Z | Compiling serde_with v2.3.3 |
1580 | 2023-11-29T19:04:42.147Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1581 | 2023-11-29T19:04:42.657Z | Compiling parse-display-derive v0.8.2 |
1582 | 2023-11-29T19:04:43.105Z | Compiling cstr-argument v0.1.2 |
1583 | 2023-11-29T19:04:43.471Z | Compiling xattr v1.0.1 |
1584 | 2023-11-29T19:04:43.496Z | Compiling filetime v0.2.22 |
1585 | 2023-11-29T19:04:43.860Z | Compiling home v0.5.5 |
1586 | 2023-11-29T19:04:43.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1587 | 2023-11-29T19:04:44.238Z | Compiling pretty-hex v0.2.1 |
1588 | 2023-11-29T19:04:44.596Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1589 | 2023-11-29T19:04:44.828Z | Compiling toolchain_find v0.2.0 |
1590 | 2023-11-29T19:04:45.148Z | Compiling tar v0.4.40 |
1591 | 2023-11-29T19:04:45.808Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1592 | 2023-11-29T19:04:45.830Z | Compiling colored v2.0.4 |
1593 | 2023-11-29T19:04:46.218Z | Compiling textwrap v0.11.0 |
1594 | 2023-11-29T19:04:46.235Z | Compiling heck v0.3.3 |
1595 | 2023-11-29T19:04:46.872Z | Compiling toml v0.5.11 |
1596 | 2023-11-29T19:04:46.943Z | Compiling ansi_term v0.12.1 |
1597 | 2023-11-29T19:04:47.057Z | Compiling strsim v0.8.0 |
1598 | 2023-11-29T19:04:47.325Z | Compiling vec_map v0.8.2 |
1599 | 2023-11-29T19:04:47.783Z | Compiling libefi-sys v0.1.0 |
1600 | 2023-11-29T19:04:47.815Z | Compiling platforms v3.0.2 |
1601 | 2023-11-29T19:04:48.084Z | Compiling clap v2.34.0 |
1602 | 2023-11-29T19:04:48.341Z | Compiling structopt-derive v0.4.18 |
1603 | 2023-11-29T19:04:48.544Z | Compiling omicron-zone-package v0.9.1 |
1604 | 2023-11-29T19:04:48.892Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1605 | 2023-11-29T19:04:50.112Z | Compiling parse-display v0.8.2 |
1606 | 2023-11-29T19:04:50.405Z | Compiling rustfmt-wrapper v0.2.0 |
1607 | 2023-11-29T19:04:51.440Z | Compiling camino-tempfile v1.1.1 |
1608 | 2023-11-29T19:04:51.851Z | Compiling zone_cfg_derive v0.3.0 |
1609 | 2023-11-29T19:04:52.116Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1610 | 2023-11-29T19:04:53.246Z | Compiling num-derive v0.4.0 |
1611 | 2023-11-29T19:04:53.393Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1612 | 2023-11-29T19:04:53.964Z | Compiling base64ct v1.6.0 |
1613 | 2023-11-29T19:04:54.286Z | Compiling zone v0.3.0 |
1614 | 2023-11-29T19:04:55.207Z | Compiling structopt v0.3.26 |
1615 | 2023-11-29T19:04:55.268Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1616 | 2023-11-29T19:04:55.446Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1617 | 2023-11-29T19:04:55.903Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1618 | 2023-11-29T19:04:56.595Z | Compiling smf v0.2.2 |
1619 | 2023-11-29T19:04:56.684Z | Compiling unicase v2.7.0 |
1620 | 2023-11-29T19:04:56.821Z | Compiling curve25519-dalek v4.1.0 |
1621 | 2023-11-29T19:04:57.002Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1622 | 2023-11-29T19:04:57.097Z | Compiling universal-hash v0.5.1 |
1623 | 2023-11-29T19:04:57.251Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1624 | 2023-11-29T19:04:57.392Z | Compiling opaque-debug v0.3.0 |
1625 | 2023-11-29T19:04:57.529Z | Compiling hkdf v0.12.3 |
1626 | 2023-11-29T19:04:57.556Z | Compiling curve25519-dalek-derive v0.1.0 |
1627 | 2023-11-29T19:04:57.718Z | Compiling num-rational v0.4.1 |
1628 | 2023-11-29T19:04:57.826Z | Compiling getrandom v0.1.16 |
1629 | 2023-11-29T19:04:58.191Z | Compiling quick-error v1.2.3 |
1630 | 2023-11-29T19:04:58.399Z | Compiling parking_lot_core v0.8.6 |
1631 | 2023-11-29T19:04:58.526Z | Compiling linked-hash-map v0.5.6 |
1632 | 2023-11-29T19:04:58.800Z | Compiling keccak v0.1.4 |
1633 | 2023-11-29T19:04:59.082Z | Compiling lru-cache v0.1.2 |
1634 | 2023-11-29T19:04:59.112Z | Compiling resolv-conf v0.7.0 |
1635 | 2023-11-29T19:04:59.366Z | Compiling sha3 v0.10.8 |
1636 | 2023-11-29T19:05:00.369Z | Compiling password-hash v0.5.0 |
1637 | 2023-11-29T19:05:00.495Z | Compiling blake2 v0.10.6 |
1638 | 2023-11-29T19:05:00.526Z | Compiling aead v0.5.2 |
1639 | 2023-11-29T19:05:01.010Z | Compiling secrecy v0.8.0 |
1640 | 2023-11-29T19:05:01.049Z | Compiling num-complex v0.4.4 |
1641 | 2023-11-29T19:05:01.406Z | Compiling ff v0.13.0 |
1642 | 2023-11-29T19:05:01.746Z | Compiling nibble_vec v0.1.0 |
1643 | 2023-11-29T19:05:01.845Z | Compiling slog-dtrace v0.2.3 |
1644 | 2023-11-29T19:05:02.064Z | Compiling winapi v0.3.9 |
1645 | 2023-11-29T19:05:02.101Z | Compiling endian-type v0.1.2 |
1646 | 2023-11-29T19:05:02.272Z | Compiling arc-swap v1.6.0 |
1647 | 2023-11-29T19:05:02.450Z | Compiling convert_case v0.4.0 |
1648 | 2023-11-29T19:05:02.871Z | Compiling utf-8 v0.7.6 |
1649 | 2023-11-29T19:05:03.403Z | Compiling slog-scope v4.4.0 |
1650 | 2023-11-29T19:05:03.411Z | Compiling tungstenite v0.20.1 |
1651 | 2023-11-29T19:05:03.411Z | Compiling num v0.4.1 |
1652 | 2023-11-29T19:05:03.460Z | Compiling radix_trie v0.2.1 |
1653 | 2023-11-29T19:05:03.609Z | Compiling group v0.13.0 |
1654 | 2023-11-29T19:05:03.735Z | Compiling argon2 v0.5.2 |
1655 | 2023-11-29T19:05:03.844Z | Compiling mime_guess v2.0.4 |
1656 | 2023-11-29T19:05:03.868Z | Compiling trust-dns-resolver v0.22.0 |
1657 | 2023-11-29T19:05:03.962Z | Compiling derive_more v0.99.17 |
1658 | 2023-11-29T19:05:04.529Z | Compiling rand_core v0.5.1 |
1659 | 2023-11-29T19:05:06.019Z | Compiling poly1305 v0.8.0 |
1660 | 2023-11-29T19:05:06.653Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1661 | 2023-11-29T19:05:07.008Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1662 | 2023-11-29T19:05:07.467Z | Compiling chacha20 v0.9.1 |
1663 | 2023-11-29T19:05:08.198Z | Compiling crypto-bigint v0.5.2 |
1664 | 2023-11-29T19:05:08.447Z | Compiling thiserror-impl-no-std v2.0.2 |
1665 | 2023-11-29T19:05:08.868Z | Compiling ciborium-io v0.2.1 |
1666 | 2023-11-29T19:05:08.950Z | Compiling base16ct v0.2.0 |
1667 | 2023-11-29T19:05:09.450Z | Compiling option-ext v0.2.0 |
1668 | 2023-11-29T19:05:09.462Z | Compiling half v1.8.2 |
1669 | 2023-11-29T19:05:09.462Z | Compiling dirs-sys v0.4.1 |
1670 | 2023-11-29T19:05:10.259Z | Compiling ciborium-ll v0.2.1 |
1671 | 2023-11-29T19:05:10.424Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1672 | 2023-11-29T19:05:11.010Z | Compiling parking_lot v0.11.2 |
1673 | 2023-11-29T19:05:11.487Z | Compiling elliptic-curve v0.13.5 |
1674 | 2023-11-29T19:05:12.388Z | Compiling tokio-tungstenite v0.20.1 |
1675 | 2023-11-29T19:05:12.620Z | Compiling rand_chacha v0.2.2 |
1676 | 2023-11-29T19:05:13.210Z | Compiling trust-dns-client v0.22.0 |
1677 | 2023-11-29T19:05:14.032Z | Compiling thiserror-no-std v2.0.2 |
1678 | 2023-11-29T19:05:14.192Z | Compiling slog-stdlog v4.1.1 |
1679 | 2023-11-29T19:05:14.577Z | Compiling polyval v0.6.1 |
1680 | 2023-11-29T19:05:14.766Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1681 | 2023-11-29T19:05:14.899Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1682 | 2023-11-29T19:05:15.034Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1683 | 2023-11-29T19:05:15.058Z | Compiling password-hash v0.4.2 |
1684 | 2023-11-29T19:05:15.226Z | Compiling ed25519 v2.2.2 |
1685 | 2023-11-29T19:05:15.930Z | Compiling aes v0.8.3 |
1686 | 2023-11-29T19:05:16.674Z | Compiling ctr v0.9.2 |
1687 | 2023-11-29T19:05:17.238Z | Compiling blowfish v0.9.1 |
1688 | 2023-11-29T19:05:18.252Z | Compiling pbkdf2 v0.12.2 |
1689 | 2023-11-29T19:05:18.488Z | Compiling fxhash v0.2.1 |
1690 | 2023-11-29T19:05:18.904Z | Compiling glob v0.3.1 |
1691 | 2023-11-29T19:05:19.244Z | Compiling cancel-safe-futures v0.1.5 |
1692 | 2023-11-29T19:05:20.621Z | Compiling sled v0.34.7 |
1693 | 2023-11-29T19:05:20.969Z | Compiling trust-dns-server v0.22.1 |
1694 | 2023-11-29T19:05:23.401Z | Compiling bcrypt-pbkdf v0.10.0 |
1695 | 2023-11-29T19:05:24.320Z | Compiling pbkdf2 v0.11.0 |
1696 | 2023-11-29T19:05:24.376Z | Compiling ed25519-dalek v2.0.0 |
1697 | 2023-11-29T19:05:25.051Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1698 | 2023-11-29T19:05:26.061Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1699 | 2023-11-29T19:05:26.697Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1700 | 2023-11-29T19:05:28.529Z | Compiling ghash v0.5.0 |
1701 | 2023-11-29T19:05:28.804Z | Compiling slog-envlogger v2.2.0 |
1702 | 2023-11-29T19:05:29.059Z | Compiling vsss-rs v3.3.1 |
1703 | 2023-11-29T19:05:30.080Z | Compiling russh-cryptovec v0.7.0 |
1704 | 2023-11-29T19:05:30.539Z | Compiling rand v0.7.3 |
1705 | 2023-11-29T19:05:34.647Z | Compiling ciborium v0.2.1 |
1706 | 2023-11-29T19:05:35.401Z | Compiling dirs v5.0.1 |
1707 | 2023-11-29T19:05:35.699Z | Compiling chacha20poly1305 v0.10.1 |
1708 | 2023-11-29T19:05:36.044Z | Compiling cbc v0.1.2 |
1709 | 2023-11-29T19:05:36.428Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1710 | 2023-11-29T19:05:37.023Z | Compiling pem v3.0.2 |
1711 | 2023-11-29T19:05:37.295Z | Compiling headers-core v0.2.0 |
1712 | 2023-11-29T19:05:37.524Z | Compiling kstat-rs v0.2.3 |
1713 | 2023-11-29T19:05:37.566Z | Compiling base64 v0.13.1 |
1714 | 2023-11-29T19:05:38.269Z | Compiling pretty-hex v0.3.0 |
1715 | 2023-11-29T19:05:38.505Z | Compiling http-range v0.1.5 |
1716 | 2023-11-29T19:05:38.567Z | Compiling md5 v0.7.0 |
1717 | 2023-11-29T19:05:38.580Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1718 | 2023-11-29T19:05:39.069Z | Compiling russh-keys v0.38.0 |
1719 | 2023-11-29T19:05:39.389Z | Compiling hyper-staticfile v0.9.5 |
1720 | 2023-11-29T19:05:40.547Z | Compiling pem v1.1.1 |
1721 | 2023-11-29T19:05:41.049Z | Compiling rcgen v0.11.3 |
1722 | 2023-11-29T19:05:41.063Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1723 | 2023-11-29T19:05:41.063Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1724 | 2023-11-29T19:05:41.205Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1725 | 2023-11-29T19:05:41.628Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1726 | 2023-11-29T19:05:44.024Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1727 | 2023-11-29T19:05:45.172Z | Compiling headers v0.3.9 |
1728 | 2023-11-29T19:05:48.639Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1729 | 2023-11-29T19:05:49.212Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1730 | 2023-11-29T19:05:49.671Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1731 | 2023-11-29T19:05:49.931Z | Compiling aes-gcm v0.10.3 |
1732 | 2023-11-29T19:05:50.430Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1733 | 2023-11-29T19:05:52.804Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1734 | 2023-11-29T19:05:54.453Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1735 | 2023-11-29T19:05:56.883Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1736 | 2023-11-29T19:05:58.673Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1737 | 2023-11-29T19:06:02.622Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1738 | 2023-11-29T19:06:04.413Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1739 | 2023-11-29T19:06:06.959Z | Compiling atomicwrites v0.4.2 |
1740 | 2023-11-29T19:06:07.507Z | Compiling itertools v0.12.0 |
1741 | 2023-11-29T19:06:12.093Z | Compiling subprocess v0.2.9 |
1742 | 2023-11-29T19:06:12.098Z | Compiling hex-literal v0.4.1 |
1743 | 2023-11-29T19:06:12.098Z | Compiling russh v0.39.0 |
1744 | 2023-11-29T19:06:12.544Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1745 | 2023-11-29T19:06:14.377Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1746 | 2023-11-29T19:06:15.214Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1747 | 2023-11-29T19:06:42.097Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1748 | 2023-11-29T19:08:00.256Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 48s |
1749 | 2023-11-29T19:08:00.589Z | |
1750 | 2023-11-29T19:08:00.593Z | real 7:48.970449924 |
1751 | 2023-11-29T19:08:00.593Z | user 43:11.286561755 |
1752 | 2023-11-29T19:08:00.593Z | sys 6:35.105907918 |
1753 | 2023-11-29T19:08:00.593Z | trap 1.603812729 |
1754 | 2023-11-29T19:08:00.593Z | tflt 4.680962294 |
1755 | 2023-11-29T19:08:00.593Z | dflt 6.684380079 |
1756 | 2023-11-29T19:08:00.593Z | kflt 0.024903709 |
1757 | 2023-11-29T19:08:00.593Z | lock 1:22:29.367737384 |
1758 | 2023-11-29T19:08:00.593Z | slp 2:03:13.553734423 |
1759 | 2023-11-29T19:08:00.593Z | lat 1:58.307545693 |
1760 | 2023-11-29T19:08:00.593Z | stop 4:28.935425752 |
1761 | 2023-11-29T19:08:00.593Z | + mkdir -p /work/end-to-end-tests |
1762 | 2023-11-29T19:08:00.596Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1763 | 2023-11-29T19:08:01.634Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1764 | 2023-11-29T19:08:01.634Z | + ptime -m gzip |
1765 | 2023-11-29T19:08:01.636Z | ++ basename target/debug/bootstrap |
1766 | 2023-11-29T19:08:18.174Z | |
1767 | 2023-11-29T19:08:18.177Z | real 16.533365807 |
1768 | 2023-11-29T19:08:18.177Z | user 16.352840208 |
1769 | 2023-11-29T19:08:18.177Z | sys 0.169270443 |
1770 | 2023-11-29T19:08:18.177Z | trap 0.005788016 |
1771 | 2023-11-29T19:08:18.177Z | tflt 0.000000000 |
1772 | 2023-11-29T19:08:18.177Z | dflt 0.000000000 |
1773 | 2023-11-29T19:08:18.177Z | kflt 0.000000000 |
1774 | 2023-11-29T19:08:18.177Z | lock 0.000000000 |
1775 | 2023-11-29T19:08:18.177Z | slp 0.000000000 |
1776 | 2023-11-29T19:08:18.177Z | lat 0.005109459 |
1777 | 2023-11-29T19:08:18.177Z | stop 0.000239409 |
1778 | 2023-11-29T19:08:18.177Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1779 | 2023-11-29T19:08:18.178Z | + ptime -m gzip |
1780 | 2023-11-29T19:08:18.181Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fe3b4babdbd1397e |
1781 | 2023-11-29T19:08:19.262Z | |
1782 | 2023-11-29T19:08:19.265Z | real 1.079354892 |
1783 | 2023-11-29T19:08:19.265Z | user 1.066653978 |
1784 | 2023-11-29T19:08:19.265Z | sys 0.011072372 |
1785 | 2023-11-29T19:08:19.265Z | trap 0.000570330 |
1786 | 2023-11-29T19:08:19.265Z | tflt 0.000000000 |
1787 | 2023-11-29T19:08:19.265Z | dflt 0.000000000 |
1788 | 2023-11-29T19:08:19.265Z | kflt 0.000000000 |
1789 | 2023-11-29T19:08:19.265Z | lock 0.000000000 |
1790 | 2023-11-29T19:08:19.265Z | slp 0.000000000 |
1791 | 2023-11-29T19:08:19.265Z | lat 0.000705309 |
1792 | 2023-11-29T19:08:19.265Z | stop 0.000228740 |
1793 | 2023-11-29T19:08:19.265Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1794 | 2023-11-29T19:08:19.265Z | + ptime -m gzip |
1795 | 2023-11-29T19:08:19.268Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29e4ffcd832e7ef8 |
1796 | 2023-11-29T19:08:36.195Z | |
1797 | 2023-11-29T19:08:36.195Z | real 16.925058978 |
1798 | 2023-11-29T19:08:36.195Z | user 16.765703261 |
1799 | 2023-11-29T19:08:36.195Z | sys 0.153201707 |
1800 | 2023-11-29T19:08:36.195Z | trap 0.003341848 |
1801 | 2023-11-29T19:08:36.195Z | tflt 0.000000000 |
1802 | 2023-11-29T19:08:36.195Z | dflt 0.000000000 |
1803 | 2023-11-29T19:08:36.195Z | kflt 0.000000000 |
1804 | 2023-11-29T19:08:36.195Z | lock 0.000000000 |
1805 | 2023-11-29T19:08:36.199Z | slp 0.000000000 |
1806 | 2023-11-29T19:08:36.199Z | lat 0.002466042 |
1807 | 2023-11-29T19:08:36.199Z | stop 0.000229897 |
1808 | 2023-11-29T19:08:36.199Z | + banner caboose-util |
1809 | 2023-11-29T19:08:36.199Z | |
1810 | 2023-11-29T19:08:36.199Z | #### ## ##### #### #### #### ###### # # ##### |
1811 | 2023-11-29T19:08:36.199Z | # # # # # # # # # # # # # # # |
1812 | 2023-11-29T19:08:36.199Z | # # # ##### # # # # #### ##### ##### # # # |
1813 | 2023-11-29T19:08:36.199Z | # ###### # # # # # # # # # # # |
1814 | 2023-11-29T19:08:36.199Z | # # # # # # # # # # # # # # # # |
1815 | 2023-11-29T19:08:36.199Z | #### # # ##### #### #### #### ###### #### # |
1816 | 2023-11-29T19:08:36.199Z | |
1817 | 2023-11-29T19:08:36.199Z | + ptime -m cargo build --locked -p caboose-util --release |
1818 | 2023-11-29T19:08:36.828Z | Downloading crates ... |
1819 | 2023-11-29T19:08:37.169Z | Downloaded crc-catalog v2.2.0 |
1820 | 2023-11-29T19:08:37.184Z | Downloaded env_logger v0.10.0 |
1821 | 2023-11-29T19:08:37.190Z | Downloaded packed_struct_codegen v0.10.1 |
1822 | 2023-11-29T19:08:37.190Z | Downloaded radium v0.7.0 |
1823 | 2023-11-29T19:08:37.190Z | Downloaded pem-rfc7468 v0.7.0 |
1824 | 2023-11-29T19:08:37.193Z | Downloaded pkcs1 v0.7.5 |
1825 | 2023-11-29T19:08:37.197Z | Downloaded path-slash v0.1.5 |
1826 | 2023-11-29T19:08:37.199Z | Downloaded crc v3.0.1 |
1827 | 2023-11-29T19:08:37.202Z | Downloaded smallvec v0.6.14 |
1828 | 2023-11-29T19:08:37.204Z | Downloaded bitfield v0.14.0 |
1829 | 2023-11-29T19:08:37.206Z | Downloaded funty v2.0.0 |
1830 | 2023-11-29T19:08:37.210Z | Downloaded nodrop v0.1.14 |
1831 | 2023-11-29T19:08:37.215Z | Downloaded tap v1.0.1 |
1832 | 2023-11-29T19:08:37.215Z | Downloaded wyz v0.5.1 |
1833 | 2023-11-29T19:08:37.217Z | Downloaded serde-hex v0.1.0 |
1834 | 2023-11-29T19:08:37.217Z | Downloaded flagset v0.4.3 |
1835 | 2023-11-29T19:08:37.217Z | Downloaded termcolor v1.2.0 |
1836 | 2023-11-29T19:08:37.220Z | Downloaded packed_struct v0.10.1 |
1837 | 2023-11-29T19:08:37.223Z | Downloaded der_derive v0.7.2 |
1838 | 2023-11-29T19:08:37.225Z | Downloaded crc-any v2.4.3 |
1839 | 2023-11-29T19:08:37.228Z | Downloaded maybe-uninit v2.0.0 |
1840 | 2023-11-29T19:08:37.230Z | Downloaded array-init v0.0.4 |
1841 | 2023-11-29T19:08:37.233Z | Downloaded ron v0.8.1 |
1842 | 2023-11-29T19:08:37.241Z | Downloaded rsa v0.9.2 |
1843 | 2023-11-29T19:08:37.249Z | Downloaded num-bigint-dig v0.8.4 |
1844 | 2023-11-29T19:08:37.258Z | Downloaded bitvec v1.0.1 |
1845 | 2023-11-29T19:08:37.284Z | Downloaded object v0.30.4 |
1846 | 2023-11-29T19:08:37.300Z | Downloaded x509-cert v0.2.4 |
1847 | 2023-11-29T19:08:37.476Z | Compiling proc-macro2 v1.0.69 |
1848 | 2023-11-29T19:08:37.478Z | Compiling unicode-ident v1.0.12 |
1849 | 2023-11-29T19:08:37.478Z | Compiling libc v0.2.150 |
1850 | 2023-11-29T19:08:37.478Z | Compiling autocfg v1.1.0 |
1851 | 2023-11-29T19:08:37.478Z | Compiling serde v1.0.192 |
1852 | 2023-11-29T19:08:37.495Z | Compiling cfg-if v1.0.0 |
1853 | 2023-11-29T19:08:37.498Z | Compiling version_check v0.9.4 |
1854 | 2023-11-29T19:08:37.601Z | Compiling syn v1.0.109 |
1855 | 2023-11-29T19:08:37.634Z | Compiling parking_lot_core v0.9.8 |
1856 | 2023-11-29T19:08:37.759Z | Compiling typenum v1.16.0 |
1857 | 2023-11-29T19:08:38.211Z | Compiling futures-core v0.3.29 |
1858 | 2023-11-29T19:08:38.274Z | Compiling libm v0.2.7 |
1859 | 2023-11-29T19:08:38.493Z | Compiling generic-array v0.14.7 |
1860 | 2023-11-29T19:08:38.577Z | Compiling lock_api v0.4.10 |
1861 | 2023-11-29T19:08:38.655Z | Compiling num-traits v0.2.16 |
1862 | 2023-11-29T19:08:38.719Z | Compiling once_cell v1.18.0 |
1863 | 2023-11-29T19:08:38.893Z | Compiling pkg-config v0.3.27 |
1864 | 2023-11-29T19:08:38.993Z | Compiling scopeguard v1.2.0 |
1865 | 2023-11-29T19:08:39.346Z | Compiling slab v0.4.9 |
1866 | 2023-11-29T19:08:39.420Z | Compiling serde_json v1.0.108 |
1867 | 2023-11-29T19:08:39.436Z | Compiling futures-channel v0.3.29 |
1868 | 2023-11-29T19:08:39.787Z | Compiling quote v1.0.33 |
1869 | 2023-11-29T19:08:39.856Z | Compiling futures-task v0.3.29 |
1870 | 2023-11-29T19:08:40.034Z | Compiling thiserror v1.0.49 |
1871 | 2023-11-29T19:08:40.305Z | Compiling memchr v2.6.3 |
1872 | 2023-11-29T19:08:40.637Z | Compiling syn v2.0.32 |
1873 | 2023-11-29T19:08:40.650Z | Compiling cc v1.0.83 |
1874 | 2023-11-29T19:08:40.680Z | Compiling getrandom v0.2.10 |
1875 | 2023-11-29T19:08:40.994Z | Compiling itoa v1.0.9 |
1876 | 2023-11-29T19:08:41.274Z | Compiling futures-util v0.3.29 |
1877 | 2023-11-29T19:08:41.325Z | Compiling smallvec v1.11.0 |
1878 | 2023-11-29T19:08:41.739Z | Compiling log v0.4.20 |
1879 | 2023-11-29T19:08:42.752Z | Compiling vcpkg v0.2.15 |
1880 | 2023-11-29T19:08:42.848Z | Compiling byteorder v1.5.0 |
1881 | 2023-11-29T19:08:43.027Z | Compiling rand_core v0.6.4 |
1882 | 2023-11-29T19:08:44.080Z | Compiling parking_lot v0.12.1 |
1883 | 2023-11-29T19:08:44.317Z | Compiling pin-project-lite v0.2.13 |
1884 | 2023-11-29T19:08:44.756Z | Compiling ring v0.17.5 |
1885 | 2023-11-29T19:08:44.842Z | Compiling indexmap v1.9.3 |
1886 | 2023-11-29T19:08:45.597Z | Compiling openssl-sys v0.9.93 |
1887 | 2023-11-29T19:08:46.955Z | Compiling signal-hook-registry v1.4.1 |
1888 | 2023-11-29T19:08:47.363Z | Compiling io-lifetimes v1.0.11 |
1889 | 2023-11-29T19:08:48.092Z | Compiling heck v0.4.1 |
1890 | 2023-11-29T19:08:48.403Z | Compiling ring v0.16.20 |
1891 | 2023-11-29T19:08:48.705Z | Compiling mio v0.8.9 |
1892 | 2023-11-29T19:08:49.299Z | Compiling num-integer v0.1.45 |
1893 | 2023-11-29T19:08:49.710Z | Compiling ryu v1.0.15 |
1894 | 2023-11-29T19:08:49.970Z | Compiling semver v1.0.20 |
1895 | 2023-11-29T19:08:50.135Z | Compiling const-oid v0.9.5 |
1896 | 2023-11-29T19:08:50.794Z | Compiling spin v0.5.2 |
1897 | 2023-11-29T19:08:51.133Z | Compiling rustix v0.37.23 |
1898 | 2023-11-29T19:08:52.349Z | Compiling socket2 v0.5.5 |
1899 | 2023-11-29T19:08:52.385Z | Compiling num_cpus v1.16.0 |
1900 | 2023-11-29T19:08:52.540Z | Compiling unicode-xid v0.2.4 |
1901 | 2023-11-29T19:08:52.772Z | Compiling httparse v1.8.0 |
1902 | 2023-11-29T19:08:53.026Z | Compiling futures-sink v0.3.29 |
1903 | 2023-11-29T19:08:53.232Z | Compiling ucd-trie v0.1.6 |
1904 | 2023-11-29T19:08:53.319Z | Compiling openssl v0.10.57 |
1905 | 2023-11-29T19:08:53.710Z | Compiling synstructure v0.12.6 |
1906 | 2023-11-29T19:08:53.912Z | Compiling tinyvec_macros v0.1.1 |
1907 | 2023-11-29T19:08:54.023Z | Compiling tinyvec v1.6.0 |
1908 | 2023-11-29T19:08:55.223Z | Compiling crc32fast v1.3.2 |
1909 | 2023-11-29T19:08:55.239Z | Compiling ppv-lite86 v0.2.17 |
1910 | 2023-11-29T19:08:55.466Z | Compiling futures-io v0.3.29 |
1911 | 2023-11-29T19:08:55.843Z | Compiling rustls v0.21.9 |
1912 | 2023-11-29T19:08:55.854Z | Compiling pin-utils v0.1.0 |
1913 | 2023-11-29T19:08:56.182Z | Compiling native-tls v0.2.11 |
1914 | 2023-11-29T19:08:56.210Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1915 | 2023-11-29T19:08:56.244Z | Compiling spin v0.9.8 |
1916 | 2023-11-29T19:08:56.560Z | Compiling rand_chacha v0.3.1 |
1917 | 2023-11-29T19:08:56.637Z | Compiling unicode-normalization v0.1.22 |
1918 | 2023-11-29T19:08:56.814Z | Compiling tracing-core v0.1.31 |
1919 | 2023-11-29T19:08:56.827Z | Compiling subtle v2.5.0 |
1920 | 2023-11-29T19:08:56.920Z | Compiling unicode-bidi v0.3.13 |
1921 | 2023-11-29T19:08:58.402Z | Compiling rand v0.8.5 |
1922 | 2023-11-29T19:08:59.054Z | Compiling errno v0.3.2 |
1923 | 2023-11-29T19:08:59.206Z | Compiling num-iter v0.1.43 |
1924 | 2023-11-29T19:08:59.440Z | Compiling ahash v0.8.3 |
1925 | 2023-11-29T19:08:59.453Z | Compiling usdt-impl v0.3.5 |
1926 | 2023-11-29T19:08:59.620Z | Compiling rustix v0.38.25 |
1927 | 2023-11-29T19:09:00.550Z | Compiling base64 v0.21.5 |
1928 | 2023-11-29T19:09:00.867Z | Compiling schemars v0.8.13 |
1929 | 2023-11-29T19:09:00.870Z | Compiling signal-hook v0.3.17 |
1930 | 2023-11-29T19:09:01.348Z | Compiling serde_derive_internals v0.26.0 |
1931 | 2023-11-29T19:09:02.228Z | Compiling serde_derive v1.0.192 |
1932 | 2023-11-29T19:09:02.304Z | Compiling zeroize_derive v1.4.2 |
1933 | 2023-11-29T19:09:02.519Z | Compiling tokio-macros v2.2.0 |
1934 | 2023-11-29T19:09:02.555Z | Compiling thiserror-impl v1.0.49 |
1935 | 2023-11-29T19:09:02.971Z | Compiling futures-macro v0.3.29 |
1936 | 2023-11-29T19:09:03.478Z | Compiling tracing-attributes v0.1.26 |
1937 | 2023-11-29T19:09:04.605Z | Compiling zeroize v1.6.0 |
1938 | 2023-11-29T19:09:05.228Z | Compiling zerocopy-derive v0.2.0 |
1939 | 2023-11-29T19:09:06.039Z | Compiling openssl-macros v0.1.1 |
1940 | 2023-11-29T19:09:07.124Z | Compiling zerocopy-derive v0.6.4 |
1941 | 2023-11-29T19:09:07.214Z | Compiling pest v2.7.2 |
1942 | 2023-11-29T19:09:07.546Z | Compiling crypto-common v0.1.6 |
1943 | 2023-11-29T19:09:07.839Z | Compiling block-buffer v0.10.4 |
1944 | 2023-11-29T19:09:08.613Z | Compiling digest v0.10.7 |
1945 | 2023-11-29T19:09:08.787Z | Compiling tracing v0.1.37 |
1946 | 2023-11-29T19:09:10.224Z | Compiling bitflags v1.3.2 |
1947 | 2023-11-29T19:09:10.362Z | Compiling fnv v1.0.7 |
1948 | 2023-11-29T19:09:10.838Z | Compiling zerocopy v0.3.0 |
1949 | 2023-11-29T19:09:11.818Z | Compiling pest_meta v2.7.2 |
1950 | 2023-11-29T19:09:11.895Z | Compiling schemars_derive v0.8.13 |
1951 | 2023-11-29T19:09:13.414Z | Compiling lazy_static v1.4.0 |
1952 | 2023-11-29T19:09:15.754Z | Compiling pest_generator v2.7.2 |
1953 | 2023-11-29T19:09:16.834Z | Compiling backtrace v0.3.69 |
1954 | 2023-11-29T19:09:16.846Z | Compiling num-bigint v0.4.4 |
1955 | 2023-11-29T19:09:17.068Z | Compiling memoffset v0.9.0 |
1956 | 2023-11-29T19:09:17.454Z | Compiling smoltcp v0.9.1 |
1957 | 2023-11-29T19:09:17.469Z | Compiling iana-time-zone v0.1.57 |
1958 | 2023-11-29T19:09:17.497Z | Compiling crossbeam-utils v0.8.16 |
1959 | 2023-11-29T19:09:18.140Z | Compiling openssl-probe v0.1.5 |
1960 | 2023-11-29T19:09:18.175Z | Compiling hashbrown v0.14.2 |
1961 | 2023-11-29T19:09:18.346Z | Compiling base64ct v1.6.0 |
1962 | 2023-11-29T19:09:18.526Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1963 | 2023-11-29T19:09:18.539Z | Compiling async-trait v0.1.74 |
1964 | 2023-11-29T19:09:18.796Z | Compiling pest_derive v2.7.2 |
1965 | 2023-11-29T19:09:19.229Z | Compiling hashbrown v0.12.3 |
1966 | 2023-11-29T19:09:19.356Z | Compiling percent-encoding v2.3.0 |
1967 | 2023-11-29T19:09:19.620Z | Compiling untrusted v0.7.1 |
1968 | 2023-11-29T19:09:19.671Z | Compiling untrusted v0.9.0 |
1969 | 2023-11-29T19:09:19.860Z | Compiling foreign-types-shared v0.1.1 |
1970 | 2023-11-29T19:09:19.901Z | Compiling equivalent v1.0.1 |
1971 | 2023-11-29T19:09:19.949Z | Compiling doc-comment v0.3.3 |
1972 | 2023-11-29T19:09:20.010Z | Compiling foreign-types v0.3.2 |
1973 | 2023-11-29T19:09:20.037Z | Compiling dtrace-parser v0.1.14 |
1974 | 2023-11-29T19:09:20.774Z | Compiling pem-rfc7468 v0.7.0 |
1975 | 2023-11-29T19:09:22.790Z | Compiling dof v0.1.5 |
1976 | 2023-11-29T19:09:23.665Z | Compiling clap_derive v4.4.2 |
1977 | 2023-11-29T19:09:23.687Z | Compiling der_derive v0.7.2 |
1978 | 2023-11-29T19:09:25.372Z | Compiling bytes v1.5.0 |
1979 | 2023-11-29T19:09:25.878Z | Compiling bitflags v2.4.0 |
1980 | 2023-11-29T19:09:27.278Z | Compiling tokio v1.34.0 |
1981 | 2023-11-29T19:09:27.338Z | Compiling rustc_version v0.4.0 |
1982 | 2023-11-29T19:09:28.322Z | Compiling heapless v0.7.16 |
1983 | 2023-11-29T19:09:28.904Z | Compiling http v0.2.11 |
1984 | 2023-11-29T19:09:28.961Z | Compiling uuid v1.6.1 |
1985 | 2023-11-29T19:09:30.160Z | Compiling indexmap v2.1.0 |
1986 | 2023-11-29T19:09:30.893Z | Compiling chrono v0.4.31 |
1987 | 2023-11-29T19:09:32.217Z | Compiling thread-id v4.2.0 |
1988 | 2023-11-29T19:09:32.676Z | Compiling rustversion v1.0.14 |
1989 | 2023-11-29T19:09:32.899Z | Compiling try-lock v0.2.4 |
1990 | 2023-11-29T19:09:33.265Z | Compiling siphasher v0.3.11 |
1991 | 2023-11-29T19:09:33.381Z | Compiling anstyle v1.0.2 |
1992 | 2023-11-29T19:09:33.543Z | Compiling utf8parse v0.2.1 |
1993 | 2023-11-29T19:09:33.821Z | Compiling flagset v0.4.3 |
1994 | 2023-11-29T19:09:34.202Z | Compiling time-core v0.1.1 |
1995 | 2023-11-29T19:09:34.314Z | Compiling cpufeatures v0.2.9 |
1996 | 2023-11-29T19:09:34.421Z | Compiling adler v1.0.2 |
1997 | 2023-11-29T19:09:34.445Z | Compiling time-macros v0.2.13 |
1998 | 2023-11-29T19:09:34.714Z | Compiling miniz_oxide v0.7.1 |
1999 | 2023-11-29T19:09:36.774Z | Compiling sha2 v0.10.8 |
2000 | 2023-11-29T19:09:36.836Z | Compiling der v0.7.8 |
2001 | 2023-11-29T19:09:38.598Z | Compiling anstyle-parse v0.2.1 |
2002 | 2023-11-29T19:09:39.470Z | Compiling want v0.3.1 |
2003 | 2023-11-29T19:09:39.792Z | Compiling tokio-util v0.7.10 |
2004 | 2023-11-29T19:09:42.139Z | Compiling h2 v0.3.21 |
2005 | 2023-11-29T19:09:43.104Z | Compiling http-body v0.4.5 |
2006 | 2023-11-29T19:09:47.534Z | Compiling serde_tokenstream v0.1.7 |
2007 | 2023-11-29T19:09:48.588Z | Compiling sct v0.7.0 |
2008 | 2023-11-29T19:09:49.000Z | Compiling rustls-webpki v0.101.7 |
2009 | 2023-11-29T19:09:49.330Z | Compiling form_urlencoded v1.2.0 |
2010 | 2023-11-29T19:09:49.790Z | Compiling hubpack_derive v0.1.1 |
2011 | 2023-11-29T19:09:50.424Z | Compiling pin-project-internal v1.1.3 |
2012 | 2023-11-29T19:09:51.222Z | Compiling socket2 v0.4.9 |
2013 | 2023-11-29T19:09:51.233Z | Compiling crossbeam-epoch v0.9.15 |
2014 | 2023-11-29T19:09:51.878Z | Compiling tower-service v0.3.2 |
2015 | 2023-11-29T19:09:52.113Z | Compiling anyhow v1.0.75 |
2016 | 2023-11-29T19:09:52.445Z | Compiling radium v0.7.0 |
2017 | 2023-11-29T19:09:52.849Z | Compiling anstyle-query v1.0.0 |
2018 | 2023-11-29T19:09:53.049Z | Compiling slog v2.7.0 |
2019 | 2023-11-29T19:09:53.681Z | Compiling colorchoice v1.0.0 |
2020 | 2023-11-29T19:09:54.060Z | Compiling httpdate v1.0.3 |
2021 | 2023-11-29T19:09:54.541Z | Compiling hyper v0.14.27 |
2022 | 2023-11-29T19:09:54.740Z | Compiling anstream v0.5.0 |
2023 | 2023-11-29T19:10:01.905Z | Compiling terminal_size v0.2.6 |
2024 | 2023-11-29T19:10:02.220Z | Compiling spki v0.7.2 |
2025 | 2023-11-29T19:10:05.271Z | Compiling serde_spanned v0.6.4 |
2026 | 2023-11-29T19:10:05.594Z | Compiling toml_datetime v0.6.5 |
2027 | 2023-11-29T19:10:06.244Z | Compiling rustls-pemfile v1.0.3 |
2028 | 2023-11-29T19:10:06.745Z | Compiling zerocopy v0.6.4 |
2029 | 2023-11-29T19:10:07.977Z | Compiling hmac v0.12.1 |
2030 | 2023-11-29T19:10:08.291Z | Compiling md-5 v0.10.5 |
2031 | 2023-11-29T19:10:08.517Z | Compiling stringprep v0.1.3 |
2032 | 2023-11-29T19:10:08.529Z | Compiling idna v0.4.0 |
2033 | 2023-11-29T19:10:09.885Z | Compiling diesel_table_macro_syntax v0.1.0 |
2034 | 2023-11-29T19:10:09.892Z | Compiling hash32 v0.2.1 |
2035 | 2023-11-29T19:10:09.905Z | Compiling aho-corasick v1.0.4 |
2036 | 2023-11-29T19:10:10.389Z | Compiling winnow v0.5.15 |
2037 | 2023-11-29T19:10:10.451Z | Compiling either v1.9.0 |
2038 | 2023-11-29T19:10:10.464Z | Compiling maybe-uninit v2.0.0 |
2039 | 2023-11-29T19:10:10.947Z | Compiling stable_deref_trait v1.2.0 |
2040 | 2023-11-29T19:10:11.103Z | Compiling tap v1.0.1 |
2041 | 2023-11-29T19:10:11.345Z | Compiling dyn-clone v1.0.13 |
2042 | 2023-11-29T19:10:11.465Z | Compiling fallible-iterator v0.2.0 |
2043 | 2023-11-29T19:10:11.610Z | Compiling gimli v0.28.0 |
2044 | 2023-11-29T19:10:11.762Z | Compiling regex-syntax v0.8.2 |
2045 | 2023-11-29T19:10:11.894Z | Compiling clap_lex v0.5.1 |
2046 | 2023-11-29T19:10:12.635Z | Compiling strsim v0.10.0 |
2047 | 2023-11-29T19:10:13.015Z | Compiling clap_builder v4.4.2 |
2048 | 2023-11-29T19:10:15.428Z | Compiling postgres-protocol v0.6.6 |
2049 | 2023-11-29T19:10:16.054Z | Compiling wyz v0.5.1 |
2050 | 2023-11-29T19:10:16.853Z | Compiling diesel_derives v2.1.1 |
2051 | 2023-11-29T19:10:16.977Z | Compiling url v2.4.1 |
2052 | 2023-11-29T19:10:18.646Z | Compiling regex-automata v0.4.3 |
2053 | 2023-11-29T19:10:19.082Z | Compiling addr2line v0.21.0 |
2054 | 2023-11-29T19:10:20.228Z | Compiling tokio-rustls v0.24.1 |
2055 | 2023-11-29T19:10:20.821Z | Compiling rustls-native-certs v0.6.3 |
2056 | 2023-11-29T19:10:21.332Z | Compiling strum_macros v0.25.2 |
2057 | 2023-11-29T19:10:27.334Z | Compiling tokio-native-tls v0.3.1 |
2058 | 2023-11-29T19:10:28.065Z | Compiling usdt-macro v0.3.5 |
2059 | 2023-11-29T19:10:28.455Z | Compiling usdt-attr-macro v0.3.5 |
2060 | 2023-11-29T19:10:29.922Z | Compiling phf_shared v0.11.2 |
2061 | 2023-11-29T19:10:31.039Z | Compiling block-padding v0.3.3 |
2062 | 2023-11-29T19:10:31.350Z | Compiling enum-as-inner v0.5.1 |
2063 | 2023-11-29T19:10:31.360Z | Compiling snafu-derive v0.7.5 |
2064 | 2023-11-29T19:10:31.493Z | Compiling serde_repr v0.1.16 |
2065 | 2023-11-29T19:10:32.846Z | Compiling scheduled-thread-pool v0.2.7 |
2066 | 2023-11-29T19:10:33.134Z | Compiling object v0.32.1 |
2067 | 2023-11-29T19:10:36.436Z | Compiling ipnet v2.8.0 |
2068 | 2023-11-29T19:10:38.252Z | Compiling funty v2.0.0 |
2069 | 2023-11-29T19:10:40.402Z | Compiling num_threads v0.1.6 |
2070 | 2023-11-29T19:10:40.500Z | Compiling num-bigint-dig v0.8.4 |
2071 | 2023-11-29T19:10:41.344Z | Compiling managed v0.8.0 |
2072 | 2023-11-29T19:10:42.002Z | Compiling deranged v0.3.8 |
2073 | 2023-11-29T19:10:42.161Z | Compiling rustc-demangle v0.1.23 |
2074 | 2023-11-29T19:10:42.901Z | Compiling bit-vec v0.6.3 |
2075 | 2023-11-29T19:10:43.541Z | Compiling packed_struct v0.10.1 |
2076 | 2023-11-29T19:10:44.483Z | Compiling regex-automata v0.1.10 |
2077 | 2023-11-29T19:10:44.874Z | Compiling matches v0.1.10 |
2078 | 2023-11-29T19:10:44.998Z | Compiling idna v0.2.3 |
2079 | 2023-11-29T19:10:45.096Z | Compiling time v0.3.27 |
2080 | 2023-11-29T19:10:45.276Z | Compiling bstr v0.2.17 |
2081 | 2023-11-29T19:10:51.155Z | Compiling bitvec v1.0.1 |
2082 | 2023-11-29T19:10:52.463Z | Compiling r2d2 v0.8.10 |
2083 | 2023-11-29T19:10:53.736Z | Compiling inout v0.1.3 |
2084 | 2023-11-29T19:10:55.939Z | Compiling phf v0.11.2 |
2085 | 2023-11-29T19:10:56.385Z | Compiling hyper-tls v0.5.0 |
2086 | 2023-11-29T19:10:56.871Z | Compiling regex v1.10.2 |
2087 | 2023-11-29T19:10:58.530Z | Compiling signal-hook-mio v0.2.3 |
2088 | 2023-11-29T19:10:58.543Z | Compiling hyper-rustls v0.24.2 |
2089 | 2023-11-29T19:10:58.754Z | Compiling flate2 v1.0.28 |
2090 | 2023-11-29T19:10:58.894Z | Compiling bzip2 v0.4.4 |
2091 | 2023-11-29T19:10:59.256Z | Compiling clap v4.4.3 |
2092 | 2023-11-29T19:10:59.300Z | Compiling ipnetwork v0.20.0 |
2093 | 2023-11-29T19:10:59.469Z | Compiling postgres-types v0.2.6 |
2094 | 2023-11-29T19:10:59.481Z | Compiling toml_edit v0.19.15 |
2095 | 2023-11-29T19:10:59.532Z | Compiling itertools v0.11.0 |
2096 | 2023-11-29T19:11:00.267Z | Compiling pkcs8 v0.10.2 |
2097 | 2023-11-29T19:11:00.531Z | Compiling pin-project v1.1.3 |
2098 | 2023-11-29T19:11:01.191Z | Compiling hubpack v0.1.2 |
2099 | 2023-11-29T19:11:01.729Z | Compiling serde_urlencoded v0.7.1 |
2100 | 2023-11-29T19:11:01.884Z | Compiling phf_shared v0.10.0 |
2101 | 2023-11-29T19:11:02.555Z | Compiling futures-executor v0.3.29 |
2102 | 2023-11-29T19:11:04.777Z | Compiling signature v2.1.0 |
2103 | 2023-11-29T19:11:05.131Z | Compiling packed_struct_codegen v0.10.1 |
2104 | 2023-11-29T19:11:07.106Z | Compiling float-cmp v0.9.0 |
2105 | 2023-11-29T19:11:08.145Z | Compiling encoding_rs v0.8.33 |
2106 | 2023-11-29T19:11:08.963Z | Compiling unicode-segmentation v1.10.1 |
2107 | 2023-11-29T19:11:10.368Z | Compiling fixedbitset v0.4.2 |
2108 | 2023-11-29T19:11:10.654Z | Compiling new_debug_unreachable v1.0.4 |
2109 | 2023-11-29T19:11:10.991Z | Compiling webpki-roots v0.25.2 |
2110 | 2023-11-29T19:11:11.068Z | Compiling predicates-core v1.0.6 |
2111 | 2023-11-29T19:11:11.218Z | Compiling nodrop v0.1.14 |
2112 | 2023-11-29T19:11:11.520Z | Compiling static_assertions v1.1.0 |
2113 | 2023-11-29T19:11:11.544Z | Compiling precomputed-hash v0.1.1 |
2114 | 2023-11-29T19:11:11.600Z | Compiling data-encoding v2.4.0 |
2115 | 2023-11-29T19:11:11.646Z | Compiling unicode-width v0.1.11 |
2116 | 2023-11-29T19:11:11.684Z | Compiling crc-catalog v2.2.0 |
2117 | 2023-11-29T19:11:11.887Z | Compiling difflib v0.4.0 |
2118 | 2023-11-29T19:11:13.962Z | Compiling whoami v1.4.1 |
2119 | 2023-11-29T19:11:14.420Z | Compiling normalize-line-endings v0.3.0 |
2120 | 2023-11-29T19:11:14.524Z | Compiling regex-automata v0.3.8 |
2121 | 2023-11-29T19:11:14.578Z | Compiling mime v0.3.17 |
2122 | 2023-11-29T19:11:14.828Z | Compiling predicates v3.0.4 |
2123 | 2023-11-29T19:11:15.390Z | Compiling reqwest v0.11.22 |
2124 | 2023-11-29T19:11:17.297Z | Compiling bstr v1.6.0 |
2125 | 2023-11-29T19:11:20.483Z | Compiling tokio-postgres v0.7.10 |
2126 | 2023-11-29T19:11:21.025Z | Compiling trust-dns-proto v0.22.0 |
2127 | 2023-11-29T19:11:23.515Z | Compiling crc v3.0.1 |
2128 | 2023-11-29T19:11:24.666Z | Compiling console v0.15.7 |
2129 | 2023-11-29T19:11:26.739Z | Compiling string_cache v0.8.7 |
2130 | 2023-11-29T19:11:27.392Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2131 | 2023-11-29T19:11:30.259Z | Compiling array-init v0.0.4 |
2132 | 2023-11-29T19:11:32.414Z | Compiling petgraph v0.6.4 |
2133 | 2023-11-29T19:11:35.339Z | Compiling similar v2.2.1 |
2134 | 2023-11-29T19:11:42.401Z | Compiling toml v0.7.8 |
2135 | 2023-11-29T19:11:44.744Z | Compiling futures v0.3.29 |
2136 | 2023-11-29T19:11:45.487Z | Compiling snafu v0.7.5 |
2137 | 2023-11-29T19:11:46.012Z | Compiling pkcs1 v0.7.5 |
2138 | 2023-11-29T19:11:46.147Z | Compiling zip v0.6.6 |
2139 | 2023-11-29T19:11:46.303Z | Compiling diesel v2.1.4 |
2140 | 2023-11-29T19:11:46.700Z | Compiling smallvec v0.6.14 |
2141 | 2023-11-29T19:11:47.396Z | Compiling crossterm v0.27.0 |
2142 | 2023-11-29T19:11:47.634Z | Compiling yasna v0.5.2 |
2143 | 2023-11-29T19:11:48.679Z | Compiling cipher v0.4.4 |
2144 | 2023-11-29T19:11:49.448Z | Compiling hashbrown v0.13.2 |
2145 | 2023-11-29T19:11:53.049Z | Compiling bit-set v0.5.3 |
2146 | 2023-11-29T19:11:53.484Z | Compiling usdt v0.3.5 |
2147 | 2023-11-29T19:11:53.867Z | Compiling is-terminal v0.4.9 |
2148 | 2023-11-29T19:11:54.039Z | Compiling toml_edit v0.21.0 |
2149 | 2023-11-29T19:11:57.127Z | Compiling itertools v0.10.5 |
2150 | 2023-11-29T19:12:00.310Z | Compiling tokio-stream v0.1.14 |
2151 | 2023-11-29T19:12:01.896Z | Compiling openapiv3 v2.0.0-rc.1 |
2152 | 2023-11-29T19:12:01.932Z | Compiling hex v0.4.3 |
2153 | 2023-11-29T19:12:08.080Z | Compiling bitfield v0.14.0 |
2154 | 2023-11-29T19:12:10.122Z | Compiling lalrpop-util v0.19.12 |
2155 | 2023-11-29T19:12:12.263Z | Compiling termcolor v1.2.0 |
2156 | 2023-11-29T19:12:20.892Z | Compiling env_logger v0.10.0 |
2157 | 2023-11-29T19:12:25.268Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2158 | 2023-11-29T19:12:38.406Z | Compiling rsa v0.9.2 |
2159 | 2023-11-29T19:12:46.113Z | Compiling serde-hex v0.1.0 |
2160 | 2023-11-29T19:12:49.294Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2161 | 2023-11-29T19:12:53.893Z | Compiling x509-cert v0.2.4 |
2162 | 2023-11-29T19:12:54.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2163 | 2023-11-29T19:12:54.846Z | Compiling ron v0.8.1 |
2164 | 2023-11-29T19:12:59.026Z | Compiling crc-any v2.4.3 |
2165 | 2023-11-29T19:13:24.427Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2166 | 2023-11-29T19:13:24.427Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2167 | 2023-11-29T19:13:37.428Z | Compiling object v0.30.4 |
2168 | 2023-11-29T19:13:48.310Z | Compiling path-slash v0.1.5 |
2169 | 2023-11-29T19:13:58.669Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2170 | 2023-11-29T19:14:34.420Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2171 | 2023-11-29T19:14:35.499Z | Finished release [optimized] target(s) in 5m 59s |
2172 | 2023-11-29T19:14:35.582Z | |
2173 | 2023-11-29T19:14:35.585Z | real 5:59.366685558 |
2174 | 2023-11-29T19:14:35.585Z | user 41:50.910618551 |
2175 | 2023-11-29T19:14:35.585Z | sys 3:36.312351408 |
2176 | 2023-11-29T19:14:35.585Z | trap 1.666249940 |
2177 | 2023-11-29T19:14:35.585Z | tflt 0.925446306 |
2178 | 2023-11-29T19:14:35.585Z | dflt 0.450999481 |
2179 | 2023-11-29T19:14:35.585Z | kflt 0.000178934 |
2180 | 2023-11-29T19:14:35.585Z | lock 1:33:38.422012771 |
2181 | 2023-11-29T19:14:35.585Z | slp 1:58:45.625460661 |
2182 | 2023-11-29T19:14:35.585Z | lat 1:44.737187830 |
2183 | 2023-11-29T19:14:35.585Z | stop 1:14.105251538 |
2184 | 2023-11-29T19:14:35.585Z | + ptime -m gzip |
2185 | 2023-11-29T19:14:36.244Z | |
2186 | 2023-11-29T19:14:36.244Z | real 0.656714205 |
2187 | 2023-11-29T19:14:36.244Z | user 0.647560521 |
2188 | 2023-11-29T19:14:36.244Z | sys 0.008533868 |
2189 | 2023-11-29T19:14:36.244Z | trap 0.000079786 |
2190 | 2023-11-29T19:14:36.247Z | tflt 0.000000000 |
2191 | 2023-11-29T19:14:36.247Z | dflt 0.000000000 |
2192 | 2023-11-29T19:14:36.247Z | kflt 0.000000000 |
2193 | 2023-11-29T19:14:36.247Z | lock 0.000000000 |
2194 | 2023-11-29T19:14:36.247Z | slp 0.000000000 |
2195 | 2023-11-29T19:14:36.247Z | lat 0.000202911 |
2196 | 2023-11-29T19:14:36.247Z | stop 0.000233113 |
2197 | 2023-11-29T19:14:36.247Z | + banner tufaceous |
2198 | 2023-11-29T19:14:36.248Z | |
2199 | 2023-11-29T19:14:36.248Z | ##### # # ###### ## #### ###### #### # # #### |
2200 | 2023-11-29T19:14:36.248Z | # # # # # # # # # # # # # # |
2201 | 2023-11-29T19:14:36.248Z | # # # ##### # # # ##### # # # # #### |
2202 | 2023-11-29T19:14:36.248Z | # # # # ###### # # # # # # # |
2203 | 2023-11-29T19:14:36.248Z | # # # # # # # # # # # # # # # |
2204 | 2023-11-29T19:14:36.248Z | # #### # # # #### ###### #### #### #### |
2205 | 2023-11-29T19:14:36.248Z | |
2206 | 2023-11-29T19:14:36.251Z | + ptime -m cargo build --locked -p tufaceous --release |
2207 | 2023-11-29T19:14:36.894Z | Downloading crates ... |
2208 | 2023-11-29T19:14:37.342Z | Downloaded serde_plain v1.0.2 |
2209 | 2023-11-29T19:14:37.342Z | Downloaded bytesize v1.3.0 |
2210 | 2023-11-29T19:14:37.342Z | Downloaded async-recursion v1.0.5 |
2211 | 2023-11-29T19:14:37.342Z | Downloaded fs-err v2.11.0 |
2212 | 2023-11-29T19:14:37.342Z | Downloaded humantime v2.1.0 |
2213 | 2023-11-29T19:14:37.342Z | Downloaded buf-list v1.0.3 |
2214 | 2023-11-29T19:14:37.342Z | Downloaded globset v0.4.13 |
2215 | 2023-11-29T19:14:37.342Z | Downloaded olpc-cjson v0.1.3 |
2216 | 2023-11-29T19:14:37.342Z | Downloaded tough v0.15.0 |
2217 | 2023-11-29T19:14:37.342Z | Downloaded typed-path v0.6.0 |
2218 | 2023-11-29T19:14:37.440Z | Compiling serde_tokenstream v0.2.0 |
2219 | 2023-11-29T19:14:37.461Z | Compiling regress v0.7.1 |
2220 | 2023-11-29T19:14:37.475Z | Compiling dirs-sys-next v0.1.2 |
2221 | 2023-11-29T19:14:37.478Z | Compiling ident_case v1.0.1 |
2222 | 2023-11-29T19:14:37.503Z | Compiling thread_local v1.1.7 |
2223 | 2023-11-29T19:14:37.506Z | Compiling slog-async v2.8.0 |
2224 | 2023-11-29T19:14:37.513Z | Compiling camino v1.1.6 |
2225 | 2023-11-29T19:14:38.138Z | Compiling dirs-next v2.0.0 |
2226 | 2023-11-29T19:14:38.204Z | Compiling darling_core v0.20.3 |
2227 | 2023-11-29T19:14:38.259Z | Compiling heck v0.4.1 |
2228 | 2023-11-29T19:14:38.488Z | Compiling term v0.7.0 |
2229 | 2023-11-29T19:14:38.831Z | Compiling crossbeam-channel v0.5.8 |
2230 | 2023-11-29T19:14:39.218Z | Compiling getopts v0.2.21 |
2231 | 2023-11-29T19:14:39.251Z | Compiling structmeta-derive v0.2.0 |
2232 | 2023-11-29T19:14:40.215Z | Compiling atty v0.2.14 |
2233 | 2023-11-29T19:14:40.419Z | Compiling multer v2.1.0 |
2234 | 2023-11-29T19:14:40.607Z | Compiling take_mut v0.2.2 |
2235 | 2023-11-29T19:14:40.824Z | Compiling unsafe-libyaml v0.2.9 |
2236 | 2023-11-29T19:14:40.845Z | Compiling paste v1.0.14 |
2237 | 2023-11-29T19:14:41.500Z | Compiling match_cfg v0.1.0 |
2238 | 2023-11-29T19:14:41.629Z | Compiling hostname v0.3.1 |
2239 | 2023-11-29T19:14:41.991Z | Compiling slog-term v2.9.0 |
2240 | 2023-11-29T19:14:43.536Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2241 | 2023-11-29T19:14:45.282Z | Compiling structmeta v0.2.0 |
2242 | 2023-11-29T19:14:45.847Z | Compiling serde_yaml v0.9.25 |
2243 | 2023-11-29T19:14:47.013Z | Compiling darling_macro v0.20.3 |
2244 | 2023-11-29T19:14:47.174Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2245 | 2023-11-29T19:14:47.196Z | Compiling slog-json v2.6.1 |
2246 | 2023-11-29T19:14:47.977Z | Compiling async-stream-impl v0.3.5 |
2247 | 2023-11-29T19:14:48.426Z | Compiling darling v0.20.3 |
2248 | 2023-11-29T19:14:48.579Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2249 | 2023-11-29T19:14:49.012Z | Compiling fastrand v2.0.0 |
2250 | 2023-11-29T19:14:49.644Z | Compiling regex-syntax v0.7.5 |
2251 | 2023-11-29T19:14:49.931Z | Compiling atomic-waker v1.1.1 |
2252 | 2023-11-29T19:14:50.086Z | Compiling waitgroup v0.1.2 |
2253 | 2023-11-29T19:14:50.196Z | Compiling async-stream v0.3.5 |
2254 | 2023-11-29T19:14:50.459Z | Compiling tempfile v3.8.1 |
2255 | 2023-11-29T19:14:50.656Z | Compiling serde_with_macros v2.3.3 |
2256 | 2023-11-29T19:14:50.669Z | Compiling slog-bunyan v2.4.0 |
2257 | 2023-11-29T19:14:53.600Z | Compiling toml v0.8.8 |
2258 | 2023-11-29T19:14:53.795Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2259 | 2023-11-29T19:14:54.507Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2260 | 2023-11-29T19:14:55.525Z | Compiling sha1 v0.10.6 |
2261 | 2023-11-29T19:14:56.030Z | Compiling serde_path_to_error v0.1.14 |
2262 | 2023-11-29T19:14:56.849Z | Compiling instant v0.1.12 |
2263 | 2023-11-29T19:14:56.987Z | Compiling fs-err v2.11.0 |
2264 | 2023-11-29T19:14:57.030Z | Compiling same-file v1.0.6 |
2265 | 2023-11-29T19:14:57.053Z | Compiling debug-ignore v1.0.5 |
2266 | 2023-11-29T19:14:57.258Z | Compiling buf-list v1.0.3 |
2267 | 2023-11-29T19:14:57.415Z | Compiling arc-swap v1.6.0 |
2268 | 2023-11-29T19:14:57.684Z | Compiling walkdir v2.4.0 |
2269 | 2023-11-29T19:14:58.129Z | Compiling backoff v0.4.0 |
2270 | 2023-11-29T19:14:58.601Z | Compiling slog-scope v4.4.0 |
2271 | 2023-11-29T19:14:58.670Z | Compiling serde_with v2.3.3 |
2272 | 2023-11-29T19:14:59.882Z | Compiling parse-display-derive v0.8.2 |
2273 | 2023-11-29T19:15:00.071Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2274 | 2023-11-29T19:15:00.906Z | Compiling globset v0.4.13 |
2275 | 2023-11-29T19:15:01.120Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2276 | 2023-11-29T19:15:01.360Z | Compiling strum v0.25.0 |
2277 | 2023-11-29T19:15:01.620Z | Compiling olpc-cjson v0.1.3 |
2278 | 2023-11-29T19:15:02.537Z | Compiling pem v3.0.2 |
2279 | 2023-11-29T19:15:02.544Z | Compiling serde_plain v1.0.2 |
2280 | 2023-11-29T19:15:02.767Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2281 | 2023-11-29T19:15:03.355Z | Compiling macaddr v1.0.1 |
2282 | 2023-11-29T19:15:04.516Z | Compiling async-recursion v1.0.5 |
2283 | 2023-11-29T19:15:05.208Z | Compiling xattr v1.0.1 |
2284 | 2023-11-29T19:15:05.636Z | Compiling filetime v0.2.22 |
2285 | 2023-11-29T19:15:05.979Z | Compiling typed-path v0.6.0 |
2286 | 2023-11-29T19:15:06.113Z | Compiling parse-display v0.8.2 |
2287 | 2023-11-29T19:15:06.155Z | Compiling tar v0.4.40 |
2288 | 2023-11-29T19:15:06.411Z | Compiling slog-stdlog v4.1.1 |
2289 | 2023-11-29T19:15:08.094Z | Compiling camino-tempfile v1.1.1 |
2290 | 2023-11-29T19:15:09.357Z | Compiling itertools v0.12.0 |
2291 | 2023-11-29T19:15:09.385Z | Compiling bytesize v1.3.0 |
2292 | 2023-11-29T19:15:09.842Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2293 | 2023-11-29T19:15:10.055Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-11-29T19:15:15.213Z | Compiling tough v0.15.0 |
2295 | 2023-11-29T19:15:15.622Z | Compiling slog-envlogger v2.2.0 |
2296 | 2023-11-29T19:15:15.731Z | Compiling humantime v2.1.0 |
2297 | 2023-11-29T19:15:20.811Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2298 | 2023-11-29T19:15:45.966Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2299 | 2023-11-29T19:15:45.967Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2023-11-29T19:15:54.791Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2301 | 2023-11-29T19:15:57.151Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2302 | 2023-11-29T19:16:25.765Z | Finished release [optimized] target(s) in 1m 49s |
2303 | 2023-11-29T19:16:25.854Z | |
2304 | 2023-11-29T19:16:25.880Z | real 1:49.579081342 |
2305 | 2023-11-29T19:16:25.880Z | user 11:43.727462810 |
2306 | 2023-11-29T19:16:25.880Z | sys 43.203908446 |
2307 | 2023-11-29T19:16:25.880Z | trap 0.428995534 |
2308 | 2023-11-29T19:16:25.880Z | tflt 0.338348298 |
2309 | 2023-11-29T19:16:25.880Z | dflt 0.525151780 |
2310 | 2023-11-29T19:16:25.880Z | kflt 0.004420580 |
2311 | 2023-11-29T19:16:25.880Z | lock 21:39.094601876 |
2312 | 2023-11-29T19:16:25.880Z | slp 23:13.263875767 |
2313 | 2023-11-29T19:16:25.880Z | lat 20.195819562 |
2314 | 2023-11-29T19:16:25.880Z | stop 9.638204091 |
2315 | 2023-11-29T19:16:25.880Z | + ptime -m gzip |
2316 | 2023-11-29T19:16:28.207Z | |
2317 | 2023-11-29T19:16:28.208Z | real 2.346371294 |
2318 | 2023-11-29T19:16:28.208Z | user 2.319581667 |
2319 | 2023-11-29T19:16:28.208Z | sys 0.025926668 |
2320 | 2023-11-29T19:16:28.208Z | trap 0.000289961 |
2321 | 2023-11-29T19:16:28.208Z | tflt 0.000000000 |
2322 | 2023-11-29T19:16:28.217Z | dflt 0.000000000 |
2323 | 2023-11-29T19:16:28.217Z | kflt 0.000000000 |
2324 | 2023-11-29T19:16:28.217Z | lock 0.000000000 |
2325 | 2023-11-29T19:16:28.217Z | slp 0.000000000 |
2326 | 2023-11-29T19:16:28.217Z | lat 0.000227449 |
2327 | 2023-11-29T19:16:28.217Z | stop 0.000242511 |
2328 | 2023-11-29T19:16:28.217Z | process exited: duration 1149900 ms, exit code 0 |
|
2329 | 2023-11-29T19:16:28.246Z | found 5 output files |
2330 | 2023-11-29T19:16:28.246Z | uploading: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz (6319438 bytes) |
2331 | 2023-11-29T19:16:32.991Z | uploaded: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz |
2332 | 2023-11-29T19:16:32.991Z | uploading: /work/end-to-end-tests/bootstrap.gz (95347434 bytes) |
2333 | 2023-11-29T19:17:01.642Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2334 | 2023-11-29T19:17:01.642Z | uploading: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz (98620698 bytes) |
2335 | 2023-11-29T19:17:27.831Z | uploaded: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz |
2336 | 2023-11-29T19:17:27.831Z | uploading: /work/caboose-util.gz (4093412 bytes) |
2337 | 2023-11-29T19:17:29.891Z | uploaded: /work/caboose-util.gz |
2338 | 2023-11-29T19:17:29.891Z | uploading: /work/tufaceous.gz (14956288 bytes) |
2339 | 2023-11-29T19:17:32.252Z | uploaded: /work/tufaceous.gz |